@font-face {font-family: "Frutiger LT 47 LightCn"; src: url("../fonts/48bf27620f70295d11ea1fcd0839e627.eot"); src: url("../fonts/Frutiger LT 47 Light Condensed.woff") format("woff");
	
}

body table, body table *{
	border:0;
}

@font-face {
    font-family: 'clatteringregular';
    src: url('../fonts/clattering-webfont.woff2') format('woff2'),
         url('../fonts/clattering-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#m8lightbox .galImg, #m8lightbox .galImg *{
	pointer-events:none !important;
}

div#m8lightbox{
	display:none;
	transition:all 0.2s linear;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:500000;
	width:100%;
	height:auto;
	align-items:center;
	justify-content:center;
	background-color:rgba(0,0,0,0.5);
}


body #m8lightbox .galImg{
	display:none;
	max-height:calc(100% - 80px);
	max-width:calc(100% - 150px);
	height:auto;
	width:auto;
	display:block;
	margin:0;
	transition:all 0.2s linear;
}

#m8lightbox .m8box-arrow{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:5;
	color:transparent;
	user-select:none;
	font-size:0;
	width:50px;
	height:50px;
	display:block;
	text-align:center;
	
	background-repeat:no-repeat;
	background-size:auto 75%;
	background-position:center center;
	cursor:pointer;
}

#m8lightbox #m8box-closer{
	position:absolute;
	top:20px;
	transform:translateY(0%);
	z-index:5;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
	background-size:auto 75%;
	background-position:center center;
	background-image:url(../img/closeM.png);
	cursor:pointer;
}

#m8lightbox .m8box-arrow.prev{
	left:0;
	right:auto;
	background-image:url(../img/m8prev.png);
}

#m8lightbox .m8box-arrow.next{
	left:auto;
	right:0;
	background-image:url(../img/m8next.png);
}









.maptext{
	display:flex;
	align-items:center;
	justify-content:center;
}

.maptext p{
	padding:10px;
	font-size:14px;
}


*{
	transition:all 0.3s ease-in-out;
}

#infopopup{
	display:none;
	max-width:50VW;
	min-width:320px;
	width:100%;
	transform:translate(-50%,-50%) scale(0.75);
	position:fixed;
	z-index:10000000000000000000000000;
	left:50%;
	top:50%;
	padding:25px;
	overflow:visible;
	
	transition-duration:1s;
	transition-delay:0.3s;
	filter:opacity(0);
}


#infopopup figure{
	text-align:center;
	border:4px solid #cc1527;
	margin:0;
	background-color:#fff;
}

#infopopup .ce_text figure{
	border:0px;
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.15;
}

#infopopup p a{
	color:#cc1527;
}

#infopopup figure img{
	max-height:unset;
	max-width:unset;
	min-width:100%;
	min-height:100%;
	width:100%;
	height:100%;
	object-fit:cover !important;
	object-position:center center;
}

#infopopup *{
	overflow:visible;
}

#infopopup figure img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center center;
}

#infopopup figcaption, #infopopup .ce_text > h6{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	z-index:10;
	text-align:center;
	top:3px;
	right:3px;
	width:40px;
	height:40px;
	font-weight:bolder;
	color:#fff;
	background-color:#cc1527;
	border:2px solid #fff;
	border-radius:50%;
	cursor:pointer;
}


#infopopup .ce_text > h6{
	right:-15px;
	top:-15px;
}

#infopopup .ce_text{
	background-color:#fff;
	box-shadow:0 5px 7px rgba(0,0,0,0.4);
	border:2px solid #cc1527;
	transform:scale(1.5);
}

#infopopup .ce_text .textOnly{
	padding:30px;
	position:relative;
	z-index:2;
}

#infopopup .ce_text .textOnly *{
	font-size:18px;
	text-shadow:0 0 5px #fff;
	font-weight:bolder;
}




*{
	padding:0;
	margin:0;
	font-family: "Frutiger LT 47 LightCn", sans-serif;
	color:#6f706e;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#whgsearch *{
	font-family: "Frutiger LT 47 LightCn", sans-serif;
}


.cookiebar{
	background-color:rgba(0,0,0,0.7);
	z-index:1000;
}

.cookiebar *{
	font-size:14px !important;
	color:#fff;
}


body{
	overflow-x:hidden;
	font-family: "Frutiger LT 47 LightCn", sans-serif;
	color:#6f706e;
	hyphens:auto;
	-webkit-hyphens:auto;
}

body *{
	letter-spacing:0.07rem;
	transition:all 0.3s ease-in-out;
}

body #container{
    padding-top:unset;
}

body.noheader #container{
    padding-top:120px;
}

header li, footer li{
    list-style-type:none;
}


body a{
	color:inherit;
}


body strong, body #container .toggler{
	font-weight:bolder;
}

a, em, strong{
    font-size:inherit;
    color:inherit;
}

p, li, option, label{
	font-size:18px;
	color:#6f706e;
}


body h1, body h1 *, body h2, body h2 *, body h3, body h3 *, .headertext *{
	font-family: 'clatteringregular', sans-serif;
	font-weight:100 !important;
	overflow:visible;
	padding-top:3px;
}


body h1, .h1{
	font-size:50px;

}

body h2, .h2{
	font-size:40px;

}

body h3, .h3{
	font-size:30px;

}

body h4, .h4{
	font-size:22px;
}



.paddingTop{
    padding-top:70px;
}

.paddingBottom{
    padding-bottom:70px;
}

.centered{
    margin-left:50%;
    transform:translateX(-50%);
}

.floatright{
    float:right !important;
}

.ofv{
    overflow:visible !important;
}

.whiteBG{
    background-color:#fff;
}


.flex{
    display:flex;
    flex-wrap:wrap;
}

.flex.reverseRow{
    flex-direction:row-reverse;
}

.flex.reverseCol{
    flex-direction:column-reverse;
}

.middle{
    align-items:center;
}

.stretch{
    align-items:stretch;
}

.baseline{
	align-items:baseline;
}


/* ############################### Menustyles ################################# */

#menucontainer{
	width:100%;
    position:fixed;
    z-index:200;
    height:120px;
    top:0;
	left:0;
    background-color:rgba(255,255,255,1);
	padding-top:15px;
	padding-bottom:17px;
	overflow:visible;
}

#menuBox{
	display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:flex-end;
   overflow:visible;
}

 #menuBox nav{
	width:calc(100% - 250px);
	overflow:visible;
}

#menuBox ul.level_1{
    list-style-type:none;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:unset;
    padding-left:25px;
}

#menuBox ul.level_2{
	position:absolute;
	background-color:#fff;
	padding:0px 15px 15px;
	visibility:hidden;
	opacity:0;
}

#menuBox .level_1 li.submenu:hover ul.level_2{
	opacity:1;
	visibility:visible;
	padding-top:30px;
}


#menuBox .level_2 li *{
	white-space:nowrap;
}

#menuBox .level_2 li{
	margin-bottom:5px;
	text-decoration:underline;
}

#menuBox li{
	position:relative;
}



#menuBox li *, #menuBox li {
	color:#6f706e;
	text-decoration:none;
	font-weight:600;
}

#menuBox li strong.active, #menuBox li a:hover *, #menuBox a.trail *, #menuBox li > strong{
    color:#be162b !important;
    font-weight:600 !important;
    font-family: "Frutiger LT 47 LightCn", sans-serif;
}


#mobilLogo{
    width:200px;
    height:80px;
    
    background-image:url(../img/Logo-1893-grau.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
    
    left:20px;
    top:0px;
    
    display:block;
}

#menutrigger{
    width:60px;
    height:60px;
    background-color:#172e3d;

    background-image:url(../img/openM.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;

    cursor:pointer;
    float: right;
    right:0;
    margin-right: 15px;
    z-index:3;

    position:absolute;
    top:20px;
}





/* ############################### Footerstyles ################################# */

#footercontainer{
	width:100%;
	background-color:#e1d9d2;
}

#innerFooter{
	padding-top:45px;
	padding-bottom:15px;
    
    display:flex;
    align-items:center;
    justify-content:space-between;
}

#innerFooter a, #innerFooter a:hover{
    color:inherit;
    text-decoration:none;
}

footer td{
	padding-top:5px;
	padding-bottom:5px;
}

footer .bl{
	padding:40px 30px 10px;
}


div.adress table{
	width:auto !important;
}

div.adress td{
	width:auto !important;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
}

div.adress td:first-child{
	
}

.fNav .textOnly{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}


.fNav ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-left:0;
    list-style-type:none;
}
.fNav li{
	padding-left:15px;
}

.fNav *{
	font-size:16px;
}

.fNav .textOnly{
	width:100%;
}



.fLogo img{
	width:100%;
	height:100%;
	min-width:unset;
	max-width:100%;
	min-height:unset;
	max-height:100px;
	object-fit:contain;
	object-position:center center;
}





/* ############################### Styles Galerie ################################# */

.ce_gallery ul, .content-gallery ul{
	display:flex;
	width:100%;
	flex-wrap:wrap;

	padding:0px !important;
	gap:10px;
	align-items: stretch;
	height: 100%;
}


.ce_gallery .cols_2 li,
.content-gallery--cols-2 li {
  width: calc(50% - 10px);
}

.ce_gallery .cols_3 li,
.content-gallery--cols-3 li {
  width: calc(33.3333% - 10px);
}

.ce_gallery .cols_4 li,
.content-gallery--cols-4 li {
  width: calc(25% - 10px);
}

.ce_gallery .cols_5 li,
.content-gallery--cols-5 li {
  width: calc(20% - 10px);
}

.ce_gallery .cols_6 li,
.content-gallery--cols-6 li {
  width: calc(16.6667% - 10px);
}

.ce_gallery .cols_7 li,
.content-gallery--cols-7 li {
  width: calc(14.2857% - 10px);
}

.ce_gallery .cols_8 li,
.content-gallery--cols-8 li {
  width: calc(12.5% - 10px);
}

.ce_gallery .cols_9 li,
.content-gallery--cols-9 li {
  width: calc(11.1111% - 10px);
}

.ce_gallery .cols_10 li,
.content-gallery--cols-10 li {
  width: calc(10% - 10px);
}

/* Gemeinsame Styles */
.ce_gallery li,
.content-gallery li {
  transform-origin: center center;
  transition-duration: 0.2s;
}


.ce_gallery li img, .content-gallery li img, .ce_gallery li figure, .content-gallery li figure{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	margin:0;
}



.pagination{
	margin-bottom:25px;
	width:100% !important;
}

#startnews .pagination{
	transform:translateY(-50%);
}

.pagination ul{
	width:100%;
	
	display:flex;
	flex-wrap:wrap;
	list-style-type:none;
	padding-left:0 !important;
}

.pagination li{
	padding:5px 10px;
	margin-right:2px;
	border:1px solid #ddd;
}

.pagination > p{
	padding:5px 5px;
	width:140px;
    display:none;
}

.pagination li *{
	color:#333;
}

.pagination .active{
	font-weight:bolder;
	color: #be162b;
}


p.back a, p.back a:hover{
    text-decoration:none;
    color:inherit;
}







/* ############################### Styles Headerbild ################################# */

div#whg_headerbild{
	max-height:70VH;
}

body .rg div.headerbild{
	max-height:600px;
	min-height:100%;
}

.rg div.headerbild + .headertext{
	display:none;
}

.rg{
	padding-top:100px;
}

.rg + div .back *{
	color:#be162b;
}

div#whg_headerbild + .headertext{
	top:35VH;
}

.headerbild{
	max-height:700px;
	min-height:400px;
	height:100%;
	overflow:hidden;
}

.headerbild figure, #whg_headerbild{
	width:100%;
	max-height:inherit;
	height:100%;
	object-fit:cover;
	object-position:center center;
	margin:0;
}

.headerbild figure img{
	width:100%;
	height:100%;
	min-width:unset;
	max-width:unset;
	min-height:unset;
	max-height:unset;
	object-fit:cover;
	object-position:center center;
}



div.headertext{
	position:absolute;
	top:380px;
	z-index:3;
	right:100px;
	transform:translate(0%, 0);
	overflow:visible;
	line-height:1.2;
}

div.headertext *{
	font-size:70px;
	color:#fff;
	font-weight:700;
	text-shadow:0 0 20px rgba(0,0,0,0.5);
	overflow:visible;
	position:relative;
}

div.headertext::before{
	content: "";
	background-color: #cc1727;
	opacity:0.7;
	width: 250px;
	height:120px;
	position: absolute;
	left: 200px;
	top: 65%;
	z-index: 0;
	transform: translate(0px, -200%) skewY(-20deg);
	transform-origin: left center;
}





.downarrow{
	width:80px;
	height:80px;
	margin-left:50%;
	transform:translate(-50%, -50%);
	position:relative;
	margin-top:-100px;
	z-index:10;
	cursor:pointer;
}






/* ############################### Styles Rocksolid Slider ################################# */

.rsts-nav-bullets ul{
    display:flex;
    justify-content:center;
}

.rsts-view a.rsts-prev, .rsts-view a.rsts-next{
	bottom:100px;
	margin-right:5vw;

	border-radius:0px !important;
	background-color:transparent !important;
	
	width:40px;
	height:40px;
	
	display:none;
}










#whgsearch, .mod_article{
	position:relative;
}

div.bg{
	width:100%;
	padding:0;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	z-index:0;
}

div.bg figure{
	width:100%;
	height:100%;
	margin:0;
}

div.bg figure img, .layout_latest > figure img{
	width:100%;
	height:100%;
	min-width:unset;
	max-width:unset;
	min-height:unset;
	max-height:unset;
	object-fit:cover;
	object-position:center center;
}

div.newsBG{
	opacity:0.2;
}

#whgsearch *{

	z-index:1;
}

.tool{
	background-color:#fff;
}



.layout_latest{
	margin-bottom:60px;
	display:flex;
	align-items:flex-start;
}

.layout_latest figure{
	max-width:300px;
	width:100%;
	height:100VH;
	max-height:250px;
	margin:0;
}

.layout_latest > figure img{
	background-color:#f0ece8;
	border:1px solid #fff;
	outline:none;
	box-shadow:none;
	background-image:url(../img/1893.png);
	background-position:center 45%;
	background-repeat:no-repeat;
	background-size:40% auto;
	display:block;
}

.layout_latest .nBody{
	padding:0 25px;
	width:calc(100% - 250px);
}

.nHead{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:25px;
}
.nHead *{
	margin:0 10px 0 0;
	font-weight:700;
}

.nTitle *{
	font-size:20px;
	color:#cc1727;
	text-decoration:none !important;
}

.layout_latest p.more{
	margin-top:15px;
}

.layout_latest p.more *{
	font-weight:700;
	text-decoration:none !important;
}







#vkal .calendar{
	width:100%;
}

#vkal tr{
	width:100%;
	display:flex;
	align-items:stretch;
}

#vkal thead tr{
	padding:10px 0;
}

#vkal th, #vkal th *{
	width:100%;
	text-align:center;
	font-size:20px;
	font-weight:500;
	color:inherit;
}

#vkal thead th.current, #vkal td.days.active .header, #vkal .mehr{
	color:#cc1527;
}

#vkal tr th.label span{
	display:none;
}

#vkal tr th.label{
	text-transform:uppercase;
}

#vkal tr th.label.weekend{
	color:#fff !important;
}

#vkal thead tr:last-child{
	height:70px;
	background-color:#6f706e;
	align-items:center;
}

#vkal thead tr:last-child *{
	color:#fff !important;
}

#vkal tbody{
	border:1px solid #e1d9d2;
}

#vkal td{
	border: 1px solid #e1d9d2;
	width: 100%;
	min-height: 150px;
	text-align: center;
	padding: 10px;
	max-height: 100%;
	display: table;
}

#vkal td .header{
	font-weight:500;
	font-size:20px;
	margin-bottom:5px;
}

#vkal td *{
	letter-spacing:0;
}

#vkal .mehr{
	width:100%;
}

#vkal .event a{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-decoration:none !important;
}





.bg1893{
	background-image:url(../img/1893.png);
	background-position:center 40%;
	background-size: 75% auto;
	background-repeat:no-repeat;
}







.roadmap.roadmap--orientation-vertical .roadmap__events {
    width: 100%;
    max-width: 100%;
}

#story .event__content{
	text-align:left;
}

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events::after {
	background-color: #be162b;
	width:50px;
}



.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events .roadmap__events__event:nth-child(2n) .event__content{
	padding-right:150px;
}

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events .roadmap__events__event:nth-child(2n+1) .event__content{
	padding-left:150px;
}

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events .roadmap__events__event::after {
	display:none;
}


.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events__event:nth-child(2n) .event__date{
	background-color: #be162b;
	color:#fff;
	display:table;
	padding:20px 30px;
	transform:translate(-110%, 20px) skewY(15deg);
	font-weight:bold;
	transform-origin:center center;
}

.roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events__event:nth-child(2n+1) .event__date{
	background-color: #be162b;
	color:#fff;
	display:table;
	padding:20px 30px;
	transform:translate(110%, 20px) skewY(-15deg);
	margin-left:auto;
	font-weight:500;
	transform-origin:center center;
}






div.rel, .mod_article{
	position:relative;
}


div.sideImg{
	position:absolute;
	right:0;
	z-index:-1;
	max-width:45%;
	top:40%;
	transform:translateY(-50%);
	padding:0;
}


.halftext .textOnly{
	max-width:50%;
	margin-left:0;
	margin-right:auto;
}




div.ma{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	overflow:visible;
	margin-bottom:100px;
}

div.ma .textOnly{
	padding:20px 0 20px 20px;
	width:100%;
	max-width:65%;
}

div.ma.reverseRow .textOnly{
	padding:20px 20px 20px 0px;
}

div.ma figure{
	max-width:35%;
	width:100%;
	height:100%;
	margin:0;
	position:relative;
	overflow:visible;
}

div.ma.reverseRow figure{
	text-align:right;
}

div.ma figure img{
	box-shadow:-20px 20px #f0ece8;
}


div.ma table{
	width:100%;
}

.reverseRow{
	flex-direction:row-reverse;
}

div.ma td{
	vertical-align:top;
	padding-right:5px;
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
}

#container ul, #container ol{
	padding-left:20px;
}


.dl *{
	color:#be162b !important;
}

div.dl{
	padding:15px;
}

.bericht h4{
	text-transform:uppercase;
}




div.zeitung{
	display:flex;
	justify-content:flex-start;
	flex-wrap:nowrap;
	width:100%;
	margin-bottom:70px;
}

div.zeitung .textOnly{
	width:calc(100% - 200px);
	padding:20px 50px;
}

.zeitung > figure{
	width:200px;
	margin:0;
}

div.zeitung .textOnly .enclosure, div.zeitung .textOnly .enclosure li{
	display:flex;
	list-style:none;
	justify-content:flex-start;
	align-items:baseline;
	padding-left:0 !important;
}

div.zeitung .textOnly .enclosure li h3, div.zeitung .textOnly .enclosure li h3 *{
	font-weight:500;
	display:table;
	text-transform:none !important;
	pointer-events:none !important;
}

div.zeitung .textOnly .enclosure li > a{
	margin-left:15px;
	color:#be162b !important;
	font-weight:500;
}

div.zeitung .ce_text h4{
	text-transform:uppercase;
}


div.np{
	padding-left:0;
	padding-right:0;
}


/* KLCIBARE KARTE #########################################################  */

div#clickmap{
	position:relative;
	z-index:0;
	padding:0 0 20px 0;
	overflow:visible;
}

div.cm, .shadowImage figure{
	padding:0;
	box-shadow:-20px 20px #f0ece8;
}

.shadowImage figure{
	margin-bottom:0;
}

.shadowImage, .shadowImage figure{
	overflow:visible;
	display:table;
}

.cm figure{
	margin:0;
}

.gebiet{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	cursor:pointer;
	transform: scale(0.35);
}

.gebiet:hover{
	filter:drop-shadow(0 4px 4px rgba(0,0,0,0.4));
	cursor:pointer;
}


.gebiet > h2{
	display:none;
}




#suden{
	top: 41.5%;
	left: 23.3%;
}

#lpz{
	top: 41.7%;
	left: 32.35%;
}

#buck{
	top: 44.85%;
	left: 37.55%;
}

#zentrum{
	top: 30.65%;
	left: 34.1%;
}

#sfeld{
	top: 30.1%;
	left: 20.4%;
}

#brueck{
	top: 41.1%;
	left: 41.5%;
}

#neustadt{
	top: 15.5%;
	left: 34.5%;
}


#cboxOverlay{
	height:100VH;
}

div#colorbox{
	top:50VH !important;
	transform:translateY(-50%) !important;
	position:fixed !important;
	max-height:90VH;
}



.stellen div.satzung, .stellen div.satzung > div{
	padding-left:0;
	padding-right:0;
}

.stellen .satzung{
	margin-bottom:70px;
}



/* ########################################################################  */


.gebietskachel{
	margin-bottom:50px;
}

.gebietskachel .toggler{
	border-bottom:3px solid #be162b;
	padding-bottom:10px;
	font-size:26px;
	font-weight:500;
	position:relative;
	transform-origin:center center;
	transition:all 0.3s ease-in-out;
	outline:0 !important;
}

.gebietskachel .accordion{
	margin-top:30px;
	padding-left:0;
	padding-right:0;
	
}

.gebietskachel .accordion > div > div{
	padding-left:0;
	padding-right:0;
}


.gebietskachel .toggler::after{
	content:"";
	background-image:url(../img/icons/arrowDown-schwarz.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	transition:all 0.3s ease-in-out;
}

.gebietskachel .toggler.ui-accordion-header-active::after{
	transform:rotateZ(180deg);

	transition:all 0.3s ease-in-out;
}

#container ul li, #container ol li{
	margin-bottom:10px;
}

.hausBG, .drawnhouseBG{
	background-image:url(../img/hauszeichnung.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:contain;
}

.hausBG.small{
	background-size:60% auto;
	background-position:left bottom;
}

.hausBG.rightside{
	background-size:65% auto;
	background-position:right center;
}

.hausBG.leftside{
	background-size:65% auto;
	background-position:left center;
}

.drawnhouseBG{
	background-image:url(../img/drawnhouseBG.jpg);
	background-size:auto 700px;
}



div.whg-slider{
	margin-top:25px;
	margin-bottom:30px;
	overflow:visible;
}

.whg-slider .rsts-header h3{
	text-align:center;
	font-weight:500;
	margin-bottom:50px;
	margin-top:30px;
}

.whg-slider.shadowImage .rsts-view{
	box-shadow:-20px 20px #f0ece8;
	overflow:visible;
}



.whgInfo{
	padding:20px 20px 20px 0;
}



div.preiskachel{
	padding-left:50px;
}

.preiskachel figure{
	position:relative;
	
}

.preiskachel .textOnly{
	width:100%;
	padding-top:35px;
}

.preiskachel figcaption{
	color:#fff;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	font-weight:500;
	position:absolute;
	z-index:2;
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	top:0;
	left:0;
	padding:35px;
}




div.textlink p a, div.textlink p a:hover, .ce_text .textOnly a, .ce_text .textOnly a:hover, p.textlink a{
	color:#be162b !important;
}


#ratgeber .layout_latest *{
	color:#6f706e !important;
}

#ratgeber .layout_latest .nHead strong *, .event.layout_full h1{
	font-weight:500;

	overflow:visible;
	padding-top:6px;
}

#ratgeber ul.enclosure{
	list-style-type:none;
	padding-left:0;
	padding-top:20px;
}

#ratgeber ul.enclosure li a{
	text-decoration:none !important;
	font-weight: 700;
}

#ratgeber .nTitle, #ratgeber .nTitle *{
	color:#be162b !important;
	font-weight:700 !important;
}


#startnews .mod_newslist{
	display:inline-flex;
	flex-wrap:wrap;
	gap:0 3%;
	overflow:visible;
	align-items: stretch;
}

#startnews .layout_latest{
	width:30%;
	display:flex;
	flex-direction:column;
	padding:1%;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
}

#startnews .layout_latest:hover{
	background-color: rgba(0,0,0,0.05);
}

#startnews .layout_latest > *{
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:15px;
}

#startnews .layout_latest .ce_text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#startnews .layout_latest .nBody{
	position: relative;
	padding-bottom:50px;
	margin-bottom:0;
	height:100%;
}

#startnews .layout_latest .nBody .more{
	position: absolute;
	bottom: 0;
	left:0;
	top:auto;
}


body div.deviding{
	width:100%;
	margin:25px 0;
	border-bottom:1px solid rgba(0,0,0,0.2) !important;
}


.event.layout_full p.info{
	width:100%;
	border-bottom:2px solid #be162b;
	margin-bottom:30px;
	font-size:0px ;
}

div .event.layout_full p.info time{
	font-size:0px ;
}

.event.layout_full + p.back{
	margin-top:20px;
}

.event.layout_full + p.back a{
	color:#be162b;
}

.layout_full > *{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:20px;
}

div.layout_full{
	display:flex;
	flex-wrap: wrap;
}


.jcsb{
	justify-content:space-between;
}

.ce_text.shadowImage.ap figure{
	margin-bottom:50px;
}

div.ap{
	max-width:45%;
}

.bg1893.ontheright{
	background-size:40% auto;
	background-position:right 40%;
}



.sprungmenu ul{
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:space-evenly;
}

.am ul.level_1{
	list-style:none;
	font-weight:500;
	padding-left:0 !important;
}

.am ul.level_1 li *{
	color:#be162b;
}

.am ul.level_2 li{
	list-style:square !important;
}

.am ul.level_2 li *{
	font-weight:400 !important;
	color:#6f706e !important;
}




.mod_newslist p.info{
	width:100%;
}



#pano iframe{
	max-height:700px;

}

#pano{
	padding:30px 15px;
}

/* ############################### Styles Kontaktformular ################################# */


.ce_form ::placeholder, select{
    opacity:1;
    color:#000 !important;
}

input.formfield, textarea.formfield,.ks .widget-select select{
    width:calc(100%);
    padding:20px;
    border:0;
    border-radius:0;
    margin-bottom:20px;
    background-color:#e1d9d2;
    color:#000;
    font-size:20px;
}

.formbody{
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
	justify-content:space-between;
}

.widget-radio .radio_container{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	padding-bottom:20px;
}

.widget-radio legend{
	width:auto;
	font-size:inherit;
	margin-right:15px;
	padding-left:15px;
}
.widget-radio span *{
	font-size:inherit;
}

.widget-radio span{
	margin-right:15px;
}

.widget-text, .ks .widget-select{
	width:100%;
	max-width:49%;
}

.widget{
	width:100%;
}

.widget.dse{
	max-width:50%;
	display:flex;
	align-items:center;
	padding-left:0;
}

.dse span{
    display:flex;
    align-items:baseline;
}

.dse input{
	margin-right:10px;
}

.dse *{
	font-size:18px !important;
	color:inherit !important;
}

div.dse span a{
	margin:0 5px;
}

.widget-submit{
	max-width:50%;
}

button.sender{
    float:right;

    border:none;
    background-color:transparent;
    color:#be162b;
	font-weight:500;
	font-size:20px;
}


div.arbeiter p em{
	font-style:normal;
	color:#be162b;
	transform: translateY(-5px);
	display: block;
}

#ma .accordion > div{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	width:100%;
}
#ma div.arbeiter{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
}

#ma .arbeiter figure{
	height:100%;
	max-height:230px;
}

#ma .arbeiter figure img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
}

.flexend{
	align-items:flex-end;
}


.ks #container td{
	vertical-align:top;
	padding-bottom:5px;
	font-size:18px;
}




#nr h1{
	font-weight:600;
}

#nr p.info{
	width:100%;
	border-bottom:3px solid #be162b;
	margin-bottom:30px;
}

#nr .back{
	padding-top:20px;
}

#nr .back a{
	color: #be162b !important;
}

#nr .back a:hover{
	text-decoration:underline;
}


div.headertext{
	animation-name:comein;
	animation-delay:0.5s;
	animation-duration:700ms;
	animation-timing-function:ease-out;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
	opacity:0;
	transform:translateX(200px) scale(120%);
	
}

@keyframes comein{
	from{
		opacity:0;
		transform:translateX(200px) scale(120%);
		
	}
	
	to{
		opacity:1;
		transform:translateX(100px) scale(100%);
		
	}
}




#imp ul{
	padding:0;
	list-style:none;
}

#imp ul ul{
	list-style:square !important;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:25px;
}

#imp .ce_hyperlink{
	margin-bottom:15px;
}


#imp .ce_hyperlink a{
	display:flex;
	align-items:center;
	position:relative;
	text-decoration:none !important;
}

#imp .ce_hyperlink a:hover{
	color:#be162b !important;
}

#imp .ce_hyperlink a::before{
	content:"\21E5";
	margin-right:10px;
	transform:rotateZ(90deg);
}






#sucheingabe{
	width:100%;
	height:100%;
}

#whgsuche{
    background-color:#fff;
    box-shadow:-20px 20px 0 #f0ece8, 20px -20px 0 #f0ece8;
    margin:20px 20px 50px;
    padding:30px 30px 50px 30px;
    display:block;
}

#whgsuche *, .ergebnisse *{
 
}

.search-item{
    margin-bottom:20px;
}

.search-item.wohngebiete{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
}

.search-item.wohngebiete .text-input{
    width:32%;
    text-align:left;
}

.text-input, .suchfilter{
    position:relative;
    padding: 5px 0
}

legend{
    width:100%;
    margin-bottom:10px;
    font-weight:600;
    font-size:20px;
    display:block;
}

#whgsuche .wohngebiete input[type="checkbox"]{
	position:absolute !important;
	z-index:10;
}

#whgsuche input[type="checkbox"] , .suchfilter input[type="radio"], input[type="radio"], input[type="checkbox"]{
    position: absolute;
    left: -4px;
    top:2px;
    width:20px;
    height:20px;
    opacity:0;
    cursor:pointer;
}
#whgsuche input[type="checkbox"] + label::before , .suchfilter input[type="radio"] + label::before, input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
    background-color: #f0ece8;
    display: block;
    content: "";
    float: left;
    left:0;
    margin-right: 10px;
}

#whgsuche input[type="checkbox"]:checked + label::before, .suchfilter input[type="radio"]:checked + label::before, input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before{
    content:"\2713";
    display: flex;
    justify-content: center;
}


div#spinner{
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 90%;
	height:80px;
	padding:10px;
	background-image:url(../img/spinner.gif);
	display:none;
}

#suche, #sucheGebiete{
	outline:none;
	font-size:20px;
}

#eigenschaften .inner{
    display:flex;
    width:100%;
    align-items:baseline;
}

#eigenschaften .search-item{
    max-width:33%;
    width:100%;
    padding-right:10px;
    white-space:nowrap;
}

div#stadtgebiete{
    margin-bottom:40px;
}

#eigenschaften select, .ce_form select{
    font-size:inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border:0;
    box-shadow:0;
    background-color: #f0ece8;
    background-image:url(../img/dreieck.png);
    background-repeat:no-repeat;
    background-size:10px 7px;
    background-position:calc(100% - 5px) center;
    padding:3px 15px 3px 3px;
}


.ce_form label{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	position: relative;
	overflow: hidden;
}

input, label{
	position: relative !important;
	overflow: hidden !important;
}



#wf input[type=checkbox]{
	position:absolute !important;
}

.dse span input{
	width:0;
	margin:0;
}

#wf .dse span{
	position:relative;
}

#wform .widget-radio .radio_container, #wf .widget-radio .radio_container{
	align-items:flex-end;
}

input.searching:hover{
    text-decoration:underline;
}

input.searching{
    font-size:inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border:0;
    background-color:transparent;
    color:#cc1527;
    font-weight: 600;
    cursor:pointer;
    float:right;
    margin-top:10px;
    margin-bottom:20px;
}


div.ergebnisse{
    padding:20px;
}



div.whg_360{

	width:60px;
	height:60px;
	position:absolute;
	left:50%;
	bottom:0;
	
	transform:translate(-50%, 50%);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	background-image:url(../img/whg360_icon3.png);
	filter:drop-shadow(0 4px 6px rgba(0,0,0,0.3));
}

div.whg_360:hover{
	transform:translate(-50%, 50%) scale(1.05) rotateZ(8deg);
}

.whg_360 > a{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div.whg_special{
	padding: 10px;
    position: absolute;
    top: 10px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.5);
    left: 0px;
    max-width:85%;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}


div.whg_special::before{
	content:"";
	background-color:inherit;
	width: 0.469em;
    height: 100%;
    padding: 0 0 0.438em;
    top: 0;
    left: -0.469em;
    background: inherit;
    border-radius: 0.313em 0 0 0.313em;
    display:block;
    position:absolute;
}

.whg_special::after{
	content:"";
    width: 0.313em;
    height: 0.313em;
    background: rgba(0,0,0,0.35);
    bottom: -0.313em;
    left: -0.313em;
    border-radius: 0.313em 0 0 0.313em;
    box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
    display:block;
    position:absolute;
}

div.whg_special *{
	color:#6f706e;
	font-weight: 600 !important;
	font-weight:bold;
}


div.whg_image{
    max-width:300px;
    width:100%;
    height:100%;
    max-height:200px;
    overflow:hidden;
    box-shadow:-20px 20px 0 #f0ece8;
    position:relative;
    display:grid;
}
div.whg_image img{
    width:100%;
    height:100%;
    max-height:unset;
    max-width:unset;
    min-width:100%;
    min-height:100%;
    object-fit:cover;
    object-position:center center;
    display:flex;
}

div.wDetails{
    padding:10px 20px;
}

div.wDetails ul{
    padding-left:0;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    list-style:none;
}

div.wDetails ul li, div.wDetails ul li *{
    white-space:nowrap;
}

div.wDetails ul li{
    margin-right:10px;
    padding-right:10px;
    border-right:1px solid #000;
}

div.wDetails ul li:last-child{
    margin-right:10px;
    padding-right:10px;
    border-right:none;
}

div h3.whg_title{
    margin-top:0;
    margin-bottom:5px;
    font-family: "Frutiger LT 47 LightCn", sans-serif;
    font-weight:600 !important;
}

.whg_adress{
    text-transform:uppercase;
    opacity:0.5;
    font-family:sans-serif;
    font-size:14px;
}

.whg_adress, .whg_warmmiete{
    margin-bottom:20px;
}

.whg_groesse, .whg_etage, .whg_zimmer{
    display:flex;
}


div.wohnung{
    margin-bottom:50px;
    display:flex;
    align-items:stretch;
}

.moredetail{
    color:#cc1527;
    font-weight: 600;
    text-decoration:none;
}

.wDetails ul{
	margin-bottom:15px;
}

.moredetail:hover{
    text-decoration:underline;
}



.fInfo *{
	color:#000;
}



#wf .checkbox_container{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#wf .checkbox_container span{
	width:33%;
	display:flex;
}

#wf .widget-checkbox, #wf .widget-select{
	margin-bottom:20px;
}

#wf .wspace label{
	font-family: "Frutiger LT 47 LightCn", sans-serif;
	font-size: 1.5rem;
	font-weight:600;
}

#wf .widget.dse span{
	width:100% !important;
}

#wf .widget.bonus{
	margin-top:20px;
	margin-bottom:30px;
}




.ausstattung{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

div.ausstattung .text-input{
    width:auto;
    max-width:32%;
    display:table;
    margin-right:20px;
}


.wleser #whg_headerbild{
	height:100VH;
}

.wleser a.linker{
	display:inline-flex;

	text-decoration:none !important;
	color:#be162b;
	border-radius:5px;
	margin-bottom:25px;
	margin-top:15px;
	font-weight:600;
	font-size:18px;
}

#wc ul li{
	font-size:inherit;
	margin-bottom:0;
}

#wc table tbody tr td:first-child{
	font-weight:bolder;
	padding-right:20px;
}

.wTitle{
	width:100%;
	text-align:center;
}

.wHeading{
	margin-top:30px;
}

.wHeading, #wHeading{
	font-weight:900;
	margin-bottom:20px;
}



#bildergalerie{
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
}

.galImg{
	width:100%;
	max-width:32%;
	margin-right:1%;
	margin-bottom:20px;
	height:250px;
}

.galImg img{
	width:100%;
    height:100%;
    max-height:unset;
    max-width:unset;
    min-width:100%;
    min-height:100%;
    object-fit:cover;
    object-position:center center;
}






div#sidemenu{
	position:fixed;
	z-index:1000;
	background-color:#cc1527;
	right:-230px;
	top:40VH;
	transform:translateY(-50%);
	padding:15px 0px 15px 15px;
	display:flex;
	align-items:center;
	transition:all 0.3s ease-in-out;
	width:310px;
	transition-delay:0.8s;
}

#information{
	display:flex;
	align-items:center;
	color:#fff;
}


#sidemenu:hover{
	box-shadow:0 5px 5px rgba(0,0,0,0.3);
	right:0;
	padding-right:20px;
	transition-delay:0.0s;
}

#sidemenu * {
	color:#fff !important;
	margin-bottom:0;
}

#sidemenu::before{
	cursor:pointer;
	content:"i";
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px;
	border-radius:50%;
	border:2px solid #fff;
	margin-right:15px;
	font-size:40px;
	font-family:"Times New Roman", serif;
	font-weight:bolder;
	color:#fff !important;
}


a.mobil{
	display:none !important;
}

#vlist{
	display:none;
}

div.rsts-nav-bullets{
		width:100%;
		right:0;
	}







@media (max-width:1199px){
	
	div.headerbild{
		max-height:700px;
		min-height:600px;
	}
	
	div.headertext{
		top:350px;
		margin-right:100px;
	}
	
	div.headertext *{
		font-size:50px;
	}
	
	div.headertext::before{
		width:200px;
		height:80px;
		top:70px;
		left:100px;
	}
	
	
	.gebiet{
		transform: scale(0.28);
	}
	
	#suden{
		top: 37.5%;
		left: 20.9%;
	}
	
	#lpz{
		top: 37.2%;
		left: 30.59%;
	}
	
	#buck{
		top: 41.2%;
		left: 35.6%;
	}
	
	#zentrum{
		top: 26.6%;
		left: 32%;
	}
	
	#sfeld{
		top: 26.5%;
		left: 17.4%;
	}
	
	#brueck{
		top: 39.25%;
		left: 39.5%;
	}
	
	#neustadt{
		top: 12%;
		left: 32%;
	}
	
	
	div#innerFooter{
		margin:0;
		max-width:100%;
		flex:unset;
		width:100%;
	}
	
}










@media (max-width:991px){
	
	#infopopup{
		transform:translate(-50%,-50%) scale(0.8);
		max-width:70VW;
	}
	
	a.desk{
		display:none;
	}
	
	a#mobilLogo.mobil{
		display:block !important;
	}
	
	div#menutrigger{
		display:block !important;
		top:30px;
		background-color:#6f706e;
	}
	
	div.fInfo, div.fLogo .ce_image{
		max-width:50%;
		width:100%;
		flex:unset;
		margin-bottom:20px;
	}
	
	div.fLogo{
		max-width:100%;
		flex:unset;
		margin-bottom:40px;
		text-align:center;
		display:flex;
		justify-content:space-around;
	}
	
	#mobilLogo{
		position:absolute;
		top:20px;
		left:20px;
		width:120px;
	}
	
	div#menuBox{
		max-width:100%;
		margin:0;
		width:100%;
		margin-top:100px;
		margin-left:-100VW;
		background-color:rgba(255,255,255,0.85);
		padding:0;
		padding-bottom:120px;
		height:calc(100VH);
		align-items:flex-start;
		justify-content:flex-start;
		overflow-x:hidden;
		overflow-y:scroll;
	}
	
	#menuBox nav, #menuBox nav ul.level_1{
		width:100%;
		max-width:100%;
		padding:15px;
		align-items:flex-start;
	}
	
	#menuBox nav ul.level_1 > li{
		padding:5px 0;
	}
	
	#menuBox nav ul{
		flex-direction:column;
	}
	
	
	div.cm img{
		height:500px;
		width:auto !important;
		max-width:unset;
	}
	
	div.cm figure{
		text-align:center;
		display:flex;
		justify-content:center;
		transform:scale(1.85);
	}
	
	.gebiet{
		transform: scale(0.4);
	}
	
	#suden{
		top: 38.2%;
		left: 4.9%;
	}
	
	#lpz{
		top: 39.0%;
		left: 20.3%;
	}
	
	#buck{
		top: 44%;
		left: 29.6%;
	}
	
	#zentrum{
		top: 19.2%;
		left: 23.8%;
	}
	
	#sfeld{
		top: 18.0%;
		left: 0.4%;
	}
	
	#brueck{
		top: 35.7%;
		left: 37%;
	}
	
	#neustadt{
		top: -7.5%;
		left: 25.0%;
	}
	
	
	iframe#sucheingabe, #whgsearchform{
		width:100%;
		max-width:100%;
		flex:unset;
		margin-left:unset;
		transform:unset;
	}
	
	
	#resultContainer div.whg_image{
		min-width:250px;
		min-height:170px;
		max-width:250px;
		max-height:170px;
		box-shadow:unset !important;
		overflow:visible;
	}
	
	#resultContainer div.whg_image img{
		width:100%;
		height:100%;
		min-width:100%;
		min-height:100%;
		max-width:unset;
		max-height:unset;
		object-position:center center;
		object-fit:cover;
		box-shadow: -20px 20px 0 #f0ece8;
	}
	
	div.wohnung{
		align-items:center;
	}
	
	#menuBox ul.level_2{
		position:relative;
		visibility:visible;
		opacity:1;
		padding:10px !important;
		text-decoration:none !important;
		border-left:1px solid #be162b;
		width:100%;
	}
	
}











@media (max-width:768px){
	
	#startnews .layout_latest{
		width:47%;
		display:flex;
		flex-direction:column;
		margin-bottom:50px;
	}
	
	#startnews .mod_newslist{
		display:flex;
		flex-wrap:wrap;
		gap:3%;
	}
	
	#bildergalerie .galImg{
		max-width:49%;
	}
	
	div.layout_latest{
		flex-direction:column;
	}
	
	#container .layout_latest > *{
		width:100%;
		max-width:100%;
	}
	
	#container .layout_latest .nBody{
		padding:0 0px;
	}
	
	#container .layout_latest figure{
		margin-bottom:20px;
	}
	
	.pagination ul{
		padding-left:0 !important;
	}
	
	
	div.headertext::before{
		left:100px;
	}
	
	div.headertext{
		margin-right:unset;
		left:0px;
		width:100%;
		max-width:100%;
		margin-left:0px;
		padding-left:3vw;
	}
	
	div.cm figure{
		text-align:center;
		display:flex;
		justify-content:center;
		transform:scale(1.5) translateX(35px);
	}
	
	div.gebiet{
		left: 50% !important;
		top:50% !important;
		transform: translate(-50%, -50%) scale(1);
		transform-origin:center center;
		height:10px;
	}
	
	.gebiet img, .gebiet figure{
		height:100%;
		width:100%;
		object-fit:contain;
		object-position:left top;
	}
	
	#suden{
		margin-top: 55px;
		margin-left: -80px;
		height: 80px;
	}
	
	#lpz{
		margin-top: 70px;
		margin-left: -32px;
		height: 90px;
	}
	
	#buck{
		margin-top: 66px;
		margin-left: 15px;
		height: 70px;
	}
	
	#zentrum{
		margin-top: -3px;
		margin-left:1px;
		height: 100px;
	}
	
	#sfeld{
		margin-top: -18px;
		margin-left: -75px;
		height: 90px;
	}
	
	#brueck{
		margin-top: -11px;
		margin-left: 78px;
		height: 37px;
	}
	
	#neustadt{
		margin-top: -113px;
		margin-left: 34px;
		height: 110px;
	}
	
	
	
	
	
	div.wohnung{
		flex-wrap:wrap;
	}
	
	#resultContainer div.whg_image{
		min-width:100%;
		min-height:170px;
		max-width:100%;
		max-height:600px;
		height:100%;
		margin-bottom:35px;
	}
	
	div.wDetails{
		padding:0 0 15px 0;
	}
	
	#resultContainer div.whg_image img{
		width:100%;
		height:100%;
		min-width:100%;
		min-height:100%;
		max-width:unset;
		max-height:unset;
		object-position:center center;
		object-fit:cover;
		box-shadow: -20px 20px 0 #f0ece8;
	}
	
	
	
	div#sidemenu{
		top:100px;
		transform:none;
		padding:10px 15px 10px 15px;
		right:-250px;
	}
	
	#menucontainer{
		height:100px;
	}
	
	#mobilLogo, div#menutrigger{
		top:20px;
	}
	
	#information *{
		line-height:1.25;
		font-size:14px;
	}
	
	#sidemenu::before{
		height:30px;
		width:30px;
		padding:5px;
		font-size:25px;
	}
	
	
	#whgsuche{
		padding-bottom:65px;
	}
	
	#eigenschaften .search-item{
		width:100%;
		max-width:48%;
	}
	
	#eigenschaften .inner{
		flex-wrap:wrap;
	}
	
	#sucheingabe{
		padding-left:0;
		padding-right:0;
	}
	
	input#suche{
		font-size:24px;
		font-weight:bolder;
		width:100%;
		margin-top:15px;
	}
	
	#stadtgebiete.search-item.wohngebiete .text-input{
		width:49%;
	}
	
	
	#mobilLogo{
		top:10px;
	}
	
	#menuBox{
		margin-top:85px !important;
	}
	
	
	#container div#vlist{
		display:block;
		padding:0 15px;
	}
	
	div#vak{
		padding:0 15px;
	}
	
	#vkal{
		display:none;
	}
	
	#vlist > .header{
		display:none;
	}
	
	#vlist .event{
		margin-bottom:25px;
		border-bottom:1px solid #cc1527;
	}
	
	#vlist a:hover{
		color:inherit;
	}
	
	#vlist .ce_text{
		display:none;
	}
	
	div.fInfo, div.fNav, div.halftext .textOnly{
		width:100%;
		max-width:100% !important;
		flex:unset;
	}
	
	div.fNav *{
		text-align:left;
		width:100%;
		padding-left:0;
	}
	
	div.fNav ul{
		flex-wrap:nowrap;
	}
	
	div#wInfos{
		margin-bottom:20px;
	}
	
	div.sideImg{
		position:relative;
		top:unset;
		transform:unset;
		width:100%;
		max-width:unset;
	}
	
	div.sideImg figure{
		max-height:400px;
		overflow:hidden;
		width:100%;
		object-fit:contain;
		object-position:center center;
	}
	
	div.sideImg figure img{
		width:100%;
		height:100%;
		max-width:unset;
		min-height:100%;
		max-height:400px;
		min-width:100%;
		object-fit:contain;
		object-position:center center;
	}
	
	
	#story div.event{
		width:100%;
		max-width:100%;
	}
	
	body #container #story div.event *{
		position:relative;
		left:unset;
		top:unset;
		bottom:unset;
		padding-left:unset;
		margin-left:0;
		transform:unset;
		right:unset;
	}
	
	div#story{
		padding-top:0;
	}
	
	div#story .roadmap{
		margin-top:10px;
		margin-bottom:0px !important;
	}
	
	
	
	li.roadmap__events__event{
		display:flex;
		flex-wrap:wrap;
		width:100% !important;
		min-height:unset;
		max-height:unset;
		margin-bottom:70px !important;
	}
	
	#container .roadmap__events{
		display:flex;
		flex-wrap:wrap;
		min-height:unset;
		padding-left:unset;
	}
	
	.roadmap--initialized .roadmap__events::after {
		display:none !important;
	}
	
	.roadmap__events__event .event__date{
		padding:10px 10px 10px 0 !important;
		background-color:transparent !important;
		color:#be162b !important;
	}
	
	.roadmap__events__event .event__content{
		padding:10px 10px 10px 0 !important;

	}
	
	div.paddingTop{
		padding-top:50px;
	}
	
	div.paddingBottom{
		padding-bottom:50px;
	}
	
	
	div.ma{
		flex-wrap:wrap;
	}
	
	#container div.ma figure, .nn figure{
		margin-bottom:30px;
		width:100%;
		max-width:unset;
		text-align:center !important;
	}
	
	div.ma .textOnly, div.ma figure a, #menuBox li.submenu{
		width:100%;
		max-width:100%;
		flex:unset;
	}
	
	div.ma tr{

	}
	
	div.ma tr td{
		width:100%;
		max-width:50%;
	}
	
	
	
	
	#menuBox .level_2 li{
		width:100%;
	}
	
	#menuBox{
		overflow-x:hidden;
		overflow-y:scroll;
		max-height:calc(100VH - 100px);
	}
	
	
	
	div.zeitung{
		flex-wrap:wrap;
	}
	
	div.zeitung > *{
		width:100% !important;
		max-width:unset !important;
	}
	
	div.zeitung .textOnly{
		padding:15px;
	}
	
	div.zeitung figure{
		text-align:center;
	}
	
	div.zeitung .textOnly .enclosure li{
		flex-wrap:wrap;
	}
	
	div.zeitung .textOnly .enclosure li a{
		margin-left:0;
		margin-top:10px;
	}
	
	
	div.shadowImage figure{
		margin-bottom:30px;
	}
	
	div.whg-slider{
		max-height:400px;
	}
	
	div.whg-slider div{
		max-height:400px;
	}
	
	div.preiskachel{
		padding:15px;
	}
	
	div.preiskachel figure{
		margin-left:0 !important;
	}
	
	div.ap{
		width:100%;
		max-width:100%;
		flex:unset;
		margin-bottom:50px;
	}
	
	

	
}





@media (max-width:600px){
	
	#startnews .layout_latest{
		width:100%;
		display:flex;
		flex-direction:column;
		margin-bottom:50px;
	}
	
	#startnews .mod_newslist{
		display:flex;
		flex-wrap:wrap;
		gap:0%;
	}
	
	
	#stadtgebiete.search-item.wohngebiete .text-input{
		width:100%;
	}
	
	#bildergalerie .galImg{
		max-width:100%;
	}
	
	
	div#infopopup *{
		font-size:11px !important;
		line-height:1.3;
	}
	
	#infopopup .ce_text .textOnly{
		padding:15px;
	}
	
	h2 img{
		max-width:70px;
	}
	
	#wc td{
		vertical-align:top;
		padding-bottom:10px;
	}
	
	div.headertext{
		padding-left:5vw;
	}
	
	div.headertext *{
		font-size:40px;
	}
	
	
	#container .ce_form .widget{
		width:100%;
		max-width:100%;
	}
	
	#wf .checkbox_container span{
		width:100%;
	}
	
	#wf .rz span{
		width:100%;
		max-width:50%;
	}
	
}