/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	padding: 0;
	margin: 0;
}

html,
button,
input,
select,
textarea {
    color: rgb(99,84,71);
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Fonts */

@font-face {
    font-family: 'SohoGothicPro-Bold';
    src: url('/fonts/SohoGothicPro-Bold.woff2') format('woff2'),
        url('/fonts/SohoGothicPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Solanel-Light';
    src: url('Solanel-Light.woff2') format('woff2'),
        url('Solanel-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Solanel-Medium';
    src: url('/fonts/Solanel-Medium.woff2') format('woff2'),
        url('/fonts/Solanel-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SohoGothicPro-Light';
    src: url('/fonts/SohoGothicPro-Light.woff2') format('woff2'),
        url('/fonts/SohoGothicPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* General */

body {
	min-height: 100%;
	font-family: 'Solanel-Light', sans-serif;
	font-weight: normal;
	overflow-y: scroll;
	overflow-x: hidden;
}

strong {
	font-family: 'Solanel-Medium', sans-serif;
	font-weight: normal;
}

a {
	text-decoration: none;
}

h3 {
	font-size: 46px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: 'SohoGothicPro-Light',sans-serif;
	color: #536251;
	display: inline-block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h3 strong {
	font-weight: 600;
}

h4 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: 'SohoGothicPro-Bold',sans-serif;
	color: #536251;
	display: inline-block;
	line-height: normal;
}

h5 {
	font-size: 21px;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	font-weight: 700;
	color: #3c412e;
	display: inline;
	letter-spacing: 1px;
}



.cat-e .ct_m, .cat-m .ct_e {
	display: none !important;
}

#content ul {
	padding: 0;
	margin: 0;
	padding-left: 1em;
	list-style: square;
}

#content ul li {
	line-height: 115%;
	margin-top: 10px;
}

#content a {
	color: rgb(99,84,71);
	text-decoration: none;
}



#content a:hover {
	border-bottom: 1px solid rgb(99,84,71);
}

#mobmenu_ct {
	display: none;
	position: absolute;
	top: 25px;
	right: 23px;
	width: 35px;
	height: 30px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 4px; 
	margin-bottom: 4px;
	float: left;
}

.mobonly, .tabonly {
	display: none !important;
}

a .dl_icon {
	background-image: url(../img/dl_arrow2.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(123,135,106);
	-webkit-border-radius: 13px;
	border-radius: 13px;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-bottom: -6px;
}

a .vr_icon {
	background-image: url(../img/ico_360.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(123,135,106);
	-webkit-border-radius: 13px;
	border-radius: 13px;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-bottom: -6px;
}



a:hover .dl_icon {
	background-color: rgb(0,0,0);
}


a:hover .vr_icon {
	background-color: rgb(0,0,0);
}


#info_box {
	display: none;
	z-index: 50;
	width: 100%;
	height: 100%;
	position: fixed;
}

#info_box_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 50;
}

#info_box_content {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	position: fixed;
	width: 600px;
	height: 210px;
	border: 5px solid rgb(185, 143, 103);
	background-color: #fff;
	color: #333;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -300px;
	padding: 30px;
	padding-top: 40px;
	font-weight: bold;
	font-size: 15px;
	z-index: 50;
}

#info_box_close {
	width: 30px; height: 30px; padding: 5px; position: absolute; top: 0; right: 0; background-color: rgb(185, 143, 103);
	cursor: pointer;
	cursor: hand;
	z-index: 50;
}

#logo_ct {
	width: 100%;
	text-align: center;
	height: 180px;
}

#logo {
	height: 150px;
	width: auto;
	margin-top: 10px;
	transition: all 0.5s;
}

#logo_mini {
	opacity: 1;
	position: absolute;
	height: auto;
	width: 240px;
	top: 0px;
	border-top: 5px solid rgba(169, 185, 182, 1);
	left: -120px;
	cursor: pointer;
	 -webkit-filter: drop-shadow( 0px 0px 12px rgba(0,0,0, 0.4));
  filter: drop-shadow( 0px 0px 12px rgba(0,0,0, 0.4));
	z-index: 6;
}
/*
.scrdn #logo_mini {
	opacity: 1;
	top: 0;
}
*/




.button_wrapper {
	text-align: center;
	padding-top: 20px;
}

.button_fullscr {
	background-color: rgba(60, 65, 46, 0.07);
	color: rgba(60, 65, 46, 1) !important;
	transition: all 0.5s;
	padding: 10px 20px 5px 20px;
	-webkit-border-radius: 50px;
border-radius: 50px;
}

.button_fullscr:hover {
	background-color: rgba(60, 65, 46, 0.5);
	border-bottom: none !important;
	color: #fff !important;
}

/* Home */



.box_ct {
	display: inline-block;
	margin: 90px 30px;
}

.box_home {
	position: relative;
	width: 215px;
	height: 201px;
	padding: 20px;
	display: inline-block;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	color: rgb(88,89,91);
	text-align: left;
	font-size: 17px;
	transition: all 0.5s;
}

.box_home:hover {
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.box_home .box_head {
	display: inline-block;
	background-color: #ccc;
	padding: 2px 2px;
	color: #fff;
	font-size: 11px;
	position: absolute;
	width: 175px;
}

#box_eigentum .box_head {
	background-color: rgb(123,135,106);
}

#box_miete .box_head {
	background-color: rgb(185,143,103);
}

.box_home .box_title {
	font-size: 30px;
	display: block;
	padding: 40px 0 3px 0;
}

.box_home .box_line {
	display: block;
	border-bottom: 1px solid #000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.box_home .box_link {
	font-size: 15px;
}

#box_eigentum .box_link {
	color: rgb(123,135,106);
}

#box_miete .box_link {
	color: rgb(185,143,103);
}
.box_home .box_link img {
	height: 10px;
	width: auto;
}

#footer_ct {
	background-color: #a9b9b6;
	position: relative;
	width: 100%;
	color: #fff;
	 display: flex;
  justify-content: center;
  align-items: center;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 60px 20px;

}

.footer_wrapper {
	margin-top: -70px;
	position: relative;
	z-index: 10;
}

#footer {
	display: inline-block;
	text-align: center;
	max-width: 1000px;
	width: 100%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}


#footer a:hover {
	border-bottom: 1px dotted #fff;
}

#footer .footer_right {
	float: right;
}

.footer_spacer {
	color: rgb(124,194,152);
	margin: 0px 8px;
}

.btn_arrow {
	height: 16px; width: auto; vertical-align: middle; margin-top: -3px; margin-right: 5px;
	transition: all 0.5s;
}

.btn_box:hover .btn_arrow {
	margin-right: 0px;
	margin-left: 5px;
}

.btn_box {
	display: inline-block;
	width: 400px;
	position: absolute;
	color: #fff;
	background-color: #5a2953;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 15px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	transition: box-shadow 0.5s;
	top: 75%;
	left: 50%;
	margin-left: -405px;
	text-align: left;
}

.btn_box:hover {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}



.home_circ {
	-webkit-border-radius: 200px;
	border-radius: 200px;
	font-size: 15px;
	background-color: rgba(90,41,83,0.75);
	color: #fff;
	position: absolute;
}

#home_bezug {
	width: 120px;
	height: 120px;
	padding-top: 36px;
	top: 30px; 
	right: 80px;
}

#home_tdot {
	width: 165px;
	height: 165px;
	padding-top: 32px;
	top: 110px; 
	right: 120px;
}

#home_wb {
	width: 180px;
	height: 180px;
	padding-top: 50px;
	top: 300px; 
	right: 10px;
	color: #000;
	background-color: rgba(255,229,0,0.8);
}



.col_top {
	text-align: center;
	padding-bottom: 10px;
}





/* Layout */

#main_wrapper {
	padding-top: 40px;
}




#head_ct {
	height: 60px;
	position: fixed;
	background-color: rgba(169, 185, 182, 1);
	/*border-top: 6px solid rgba(169, 185, 182, 1);*/
	width: 100%;
	z-index: 20;
	transition: all 0.5s;
}



#head {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}



.intro_logo_ct {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 30px;
	bottom: 20vh;
	left: 0;
}

.intro_logo {
	height: 160px;
	width: auto;
}

.intro_logo_text {
	padding-top: 0.8em;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #fff;
}

.intro_button_down {
	position: absolute;
	width: 44px;
	height: 44px;
	bottom: 66px;
	left: 50%;
	cursor: pointer;
	cursor: hand;
	margin-left: -22px;
	transition: all 0.5s;
	background-color: rgba(169, 185, 182, 1);
}

.intro_button_down:hover {
	background-color: #fff;
}

.ibd_line {
	position: absolute;
	width: 24px;
	height: 6px;
	transition: all 0.5s;
	top: 21px;
	background-color: #fff;
}

.intro_button_down:hover .ibd_line {
	background-color: rgba(169, 185, 182, 1);
}


.ibd_line.line1 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	right: 50%;
	margin-right: -6px;
}


.ibd_line.line2 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	left: 50%;
	margin-left: -6px;
}

.intro_teaser_ct {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.07em;
	height: 60px;
	background-color: rgba(169, 185, 182, 0.7);
	position: absolute;
	/*font-family: 'Courgette', cursive;*/
	bottom: 0;
	width: 100%;
	padding-top: 12px;
	text-align: center;
	display: none;
}





.content_block_frame {
	width: 100%;
	position: relative;
	z-index: 4;
	margin-top: -50px;
	margin-bottom: -50px;
}

#projekt_ct {
	margin-top: 0;
}

.block_border_top img, .block_border_bottom img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.block_border_bottom img {
	vertical-align: top;
}

.block_main {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #faf8f8;
}

.content_block_inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	color: #333;
	font-weight: 300;
	font-size: 16px;
}

.content_block_inner a {
	color: #3c412e;
}

.content_block_inner a:hover {
	color: #000;
}

.col_left {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.col_right {
	width: 50%;
	float: left;
	padding-left: 20px;
}

.banner_block_frame {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 70vh;
	position: relative;
}

#banner_projekt {
	background-image: url(../img/rp_vis2.jpg?v=1);
	height: 100vh;
	background-position: center center;
	background-attachment: initial;
	z-index: 2;
}

#banner_lage {
	background-image: url(../img/rp_bg_lage2.jpg?v=1);
	background-position: center bottom;
	background-attachment: initial;
	height: 80vh;
}

.banner_lage_inner {
	position: fixed;
	width: 20vw;
	height: 20vw;
	bottom: 6vw;
	left: 44vw;
		background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-image: url(../img/rp_bg_lage.jpg?v=1);
opacity: 0;
	-webkit-border-radius: 800px;
border-radius: 800px;
	transition: all 1s;
}

.lbubble .banner_lage_inner {
	width: 40vw;
	height: 40vw;
	bottom: -4vw;
	left: 34vw;
	opacity: 1;
}

.banner_lage_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}


#banner_angebot {
	background-image: url(../img/rp_vis3.jpg?v=1);
	background-position: center bottom;
	z-index: 2;
}

#banner_download {
	background-image: url(../img/rp_vis4.jpg?v=1);
	z-index: 2;
}

#banner_kontakt {
	background-image: url(../img/rp_vis5.jpg?v=1);
	z-index: 2;
}

#banner_footer {
	background-image: url(../img/rp_vis6.jpg?v=1);
	z-index: 2;
}


.page-bildwelten #bg_ct {
	background-image: url(../img/bg_bildwelten.jpg?v=4);
}

.page-home #bg_ct {
	background-image: url("../img/bg_projekt.jpg");
	position: absolute;
	background-position: center center;
	height: auto !important;
	top: 220px;
	bottom: 20px;
	left: 0;
	right: 0;
}

.page-home #content_ct {
	position: absolute;
	z-index: 10;
	width: auto;
	height: auto;
	padding: 0;
	top: 250px;
	left: 50%;
	margin: 0;
	margin-left: -370px;
	background-color: transparent;
}

.page-home #content {
	width: auto;
	background-color: transparent;
}


.iframe_vid_box {
	width: 100%;
	height: auto;
	padding-top: 56.3%;
	position: relative;
}

.iframe_vid_box iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


#video_button_wrapper {
	
}

#video_button_wrapper i {
	font-size: 24px;
	margin-left: 5px;
	top: 3px;
	display: inline-block;
	position: relative;
}

#video_button {
	padding: 10px 20px;
	letter-spacing: 0.04em;
	cursor: pointer;
	cursor: hand;
	-webkit-border-radius: 5px;
border-radius: 5px;
	color: #3c412e;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}


#video_button:hover {
	background-color: #899669;
	color: #fff;
	letter-spacing: 0.08em;
}



.page-lage #bg_ct {
	background-image: url(../img/int_img_rs.jpg?v=4);
	background-position: center center;
}

.page-lage #content_ct {
	padding-bottom: 100px;
}



.impth {
	float: left;
	display: inline-block;
	position: relative;
	width: 180px;
	margin-right: 25px;
	height: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.h_sep {
	display: inline-block;
	width: 120px;
	height: 25px;
	margin-bottom: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/h_sep.jpg);
	position: relative;
	opacity: 0;
	transition: all 1s;
}

.h_sep_overlay {
	background-color: rgba(255,255,255,1);
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 2s;
}

.h_sep.played {
	opacity: 1;
}

.h_sep.played .h_sep_overlay {
	margin-left: 120px;
}



/* Menu */

#menu_ct {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#menu {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-left: 180px;
	list-style: none;
	display: inline-block;
}

#menu ul li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#menu ul li span, #menu ul li a {
	color: #fff;
	padding: 3px 5px 3px 5px;
	display: inline-block;
	transition: all 0.5s;
	border-top: 1px solid rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	cursor: pointer;
	cursor: hand;
}

#menu ul li span:hover, #menu ul li a:hover {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}


#menu ul li span.active {
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
}



.dist_tab {
	width: 100%;
	margin-top: -6px;
}

.dist_tab .dt_ico {
	height: 22px;
	width: auto;
	margin-top: -10px;
}

.dist_tab td {
	border-bottom: 1px solid rgba(60, 65, 46,0.3);
}

.dist_tab .dt_head td {
	border-bottom: 1px solid rgba(60, 65, 46,0.3);
	font-weight: 900;
	color: rgba(60, 65, 46,1);
	padding-top: 25px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.dist_tab tr td {
	padding-top: 9px;
	padding-bottom: 3px;
}

.dist_tab tr td:first-child {
	text-align: left;
}

.lage_link {
	border-bottom: none !important;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 600;
}

.lage_link img {
	height: 30px; 
	width: auto;
	margin-right: 5px;
}

.lage_link:hover img {
	opacity: 0.6;
}

.img_fw {
	width: 100%;
	height: auto;
}

a.lba {
	border-bottom: none !important;
}

/* Content */

#infobox {
	position: absolute;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	font-size: 15px;
	background-color: rgba(90,41,83,0.75);
	color: #fff;
	right: -100px;
	top: 80px;
	width: 120px; height: 120px;
	padding-top: 35px;
	text-align: center;
}





.ct_link {
	position: absolute;
	bottom: -76px;
	left: 0;
	background-color: #fff;
	padding: 4px 5px;
}

.cat-e .ct_link a {
	color: rgb(123,135,106);
}

.ct_link img {
	height: 11px;
	width: auto;
}



#arrow_left, #arrow_right {
	cursor: pointer;
	cursor: hand;
	background-color: rgba(88,89,91,0.7);
	transition: all 0.5s;
}

#arrow_left:hover, #arrow_right:hover {
	background-color: rgb(123,135,106);
}



#e_chinderpalast img {
	float: left;
	width: 180px;
}

#chp_text {
	display: inline-block;
	margin-top: 50px;	
	width: 280px;
	font-size: 15px;
}


/* Angebot */

.wf_content {
	padding-bottom: 50px;
}

.wf_tab {
	width: 100%;
}

.wf_tab_flat td {
	border-bottom: 1px solid rgba(83, 98, 81, 0.4);
	background-color: transparent;
	padding: 9px 5px 5px 5px;
	font-size: 15px;
	font-weight: 400;
	cursor: default;
}

.wf_tab_flat:hover td {
	background-color: #536251;
	color: #fff !important;
}

.wf_tab_head td {
	border-bottom: 1px solid #536251;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}




.wf_tab td:nth-child(1) {
	width: 8%;
	text-align: center;
}

.wf_tab td:nth-child(2) {
	width: 12%;
	text-align: center;
}

.wf_tab td:nth-child(3) {
	width: 9%;
	text-align: center;
}

.wf_tab td:nth-child(4) {
	width: 9%;
	text-align: right;
}

.wf_tab td:nth-child(5) {
	width: 11%;
	text-align: right;
}

.wf_tab td:nth-child(6) {
	width: 9%;
	text-align: right;
}

.wf_tab td:nth-child(7) {
	width: 11%;
	text-align: right;
}

.wf_tab td:nth-child(8) {
	width: 18%;
	text-align: right;
	padding-left: 4em;
}

.tx_chf {
	float: left;
}

.wf_tab td:nth-child(9) {
	width: 13%;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}


.wf_tab .wf_row_house td:nth-child(1) {
	width: 58% !important;
}



.wf_tab .wf_row_house td:nth-child(2) {
	width: 11% !important;
}

.wf_tab .wf_row_house td:nth-child(3) {
	width: 18% !important;
}

.wf_tab .wf_row_house td:nth-child(4) {
	width: 13% !important;
}




.wf_tab .wf_dispo td:nth-child(1) {
	width: 20%;
	text-align: left;
}

.wf_tab .wf_dispo td:nth-child(2) {
	width: 9%;
	text-align: center;
}

.wf_tab .wf_dispo td:nth-child(3) {
	width: 9%;
	text-align: right;
}

.wf_tab .wf_dispo td:nth-child(4) {
	width: 11%;
	text-align: right;
}

.wf_tab .wf_dispo td:nth-child(5) {
	width: 9%;
	text-align: right;
}

.wf_tab .wf_dispo td:nth-child(6) {
	width: 11%;
	text-align: right;
}

.wf_tab .wf_dispo td:nth-child(7) {
	width: 18%;
	text-align: right;
	padding-left: 4em;
}

.wf_tab .wf_dispo td:nth-child(8) {
	width: 13%;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	padding-left: 0;
}




.wf_tab_flat.reserviert td:nth-child(8), .wf_tab_flat.provreserviert td:nth-child(8) {
	color: #c00;
}

.wf_tab_flat.verkauft {
	opacity: 0.5;
}


.wf_tab_head {
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.wf_tab_content .ico_pdf {
	height: 24px;
	width: auto;
	margin-top: -5px;
	margin-bottom: -2px;
}

.wstat1 td:nth-child(8) {
	color: #C00003;
}

.wstat1:hover td:nth-child(8) {
	color: #fff;
}

.wstat2 td {
	color: #999;
}

.wf_row_house td {
	padding-top: 25px;
	padding-bottom: 5px;
	color: #3c412e;
	font-weight: 900;
}

.wf_row_house td:nth-child(1) {
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.1em;
}

.wf_row_house td:nth-child(1) strong {
	font-weight: 600;
}

.wf_row_house td:nth-child(4) {
	font-size: 13px;
	line-height: 110%;
	text-align: center;
	padding-bottom: 4px;
}

.wf_row_house {
	transition: opacity 0.5s;
	opacity: 1;
}

.wf_row_house.wf_dez {
	opacity: 0.4;
}



.wf_head {
	position: sticky;
	top: 60px;
	background-color: #faf8f8;
	transition: box-shadow 0.5s;
	padding-top: 20px;
	width: 1000px;
	height: 350px;
}

.wf_head.wf_sticky {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	z-index: 3;
}

.wfo_wrapper {
	
}

.wf_content {
	
}

#ct_flr {
	width: 60%;
	height: 100%;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
	display: inline-block;
}

#iso_base {
	height: 100%;
	width: auto;
	margin-top: -10px;
}

#iso_base .cls-2, #iso_base .cls-3, #iso_base .cls-5 {
	fill: #fff;
	transition: all 0.5s;
}

#ha_dach, #hb_dach, #hc_dach, #whg_a06, #whg_a05, #whg_a04, #whg_a03, #whg_b07, #whg_b08, #whg_b09, #whg_b10, #whg_b11, #whg_b12, #whg_c13, #whg_c14, #whg_c15 {
	position: relative;
	transition: all 0.5s;
}

.a06 #ha_dach, .a05 #ha_dach, .a04 #ha_dach, .a04 #whg_a05, .a04 #whg_a06, .a03 #ha_dach, .a03 #whg_a06, .a03 #whg_a05, .a02 #ha_dach, .a02 #whg_a06, .a02 #whg_a05, .a02 #whg_a04, .a02 #whg_a03, .a01 #ha_dach, .a01 #whg_a06, .a01 #whg_a05, .a01 #whg_a04, .a01 #whg_a03, .c15 #hc_dach, .c14 #hc_dach, .c14 #whg_c15, .c13 #hc_dach, .c13 #whg_c14, .c13 #whg_c15, .b12 #hb_dach, .b11 #hb_dach, .b10 #hb_dach, .b10 #whg_b11, .b10 #whg_b12, .b09 #hb_dach, .b09 #whg_b12, .b09 #whg_b11, .b08 #hb_dach, .b08 #whg_b12, .b08 #whg_b11, .b08 #whg_b10, .b08 #whg_b09, .b07 #hb_dach, .b07 #whg_b12, .b07 #whg_b11, .b07 #whg_b10, .b07 #whg_b09  {
	-moz-transform: translateY(-20px);
-webkit-transform: translateY(-20px);
-o-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}




.a01 #whg_a01 .cls-2, .a03 #whg_a03 .cls-2, .a05 #whg_a05 .cls-2 {
	fill: #DCE1EB;
}

.a02 #whg_a02 .cls-2, .a04 #whg_a04 .cls-2, .a06 #whg_a06 .cls-2 {
	fill: #C4CCDE;
}

.c13 #whg_c13 .cls-2, .c14 #whg_c14 .cls-2, .c15 #whg_c15 .cls-2 {
	fill: #BFD2C7;
}

.b07 #whg_b07 .cls-2, .b09 #whg_b09 .cls-2, .b11 #whg_b11 .cls-2 {
	fill: #D0CAC2;
}

.b08 #whg_b08 .cls-2, .b10 #whg_b10 .cls-2, .b12 #whg_b12 .cls-2 {
	fill: #AFA89C;
}


#flr_base {
	width: 100%;
	height: auto;
}

.flr_house {
	position: absolute;
	width: 100%;
	height: auto;
}

#ct_flat {
	position: relative;
	display: inline-block;
	width: 32%;
	margin-right: 3%;
}

#flat_full {
	width: 100%;
	height: auto;
}



#flat_overlay, #flat_hr {
	width: 100%;
	position: absolute;
	height: auto;
}

#flat_desc {
	width: 100%;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-align: center;
	position: absolute;
	left: 0;
	top: 205px;
	vertical-align: top;
}


#ct_filter {
	display: inline-block;
	width: 35%;
	padding-left: 20px;
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 20px;
	float: right;
}

#ct_filter input[type="checkbox"] + label, #ct_filter input[type="radio"] + label {
	font-size: 14px;
	margin-right: 10px;
}

.page-angebot #bg_ct, .page-download #bg_ct {
	display: none;
}


#head_ct.scrdn {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	position: fixed;
	top: 0px;
}

#ct_flr .iso_svg {
	width: 100%; 
	height: auto;
	margin-bottom: -100px;
	margin-top: -60px;
}

.iso_lift {
	position: absolute;
	left: 0;
	display: none;
}

/* Download */

.dls_ct {
	text-align: center;
}

.dl_box {
	display: inline-block;
	margin-right: 32px;
	margin-left: 32px;
	border-bottom: none !important;
	outline: 0 !important;
	margin-bottom: 80px;
}



.dl_titel {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.dl_img {
	height: 250px;
	width: auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	transition: all 0.5s;
}

.dl_button {
	display: inline-block;
	background-color: #536251;
	color: #fff;
	font-size: 18px;
	padding: 6px 18px 6px 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
	margin-top: 25px;
	transition: all 0.5s;
}

.dl_button .btn_arrow {
	margin-right: 5px;
	transition: all 0.5s;
}

.dl_box:hover .dl_button .btn_arrow {
	margin-right: 0px;
	margin-left: 5px;
}

.dl_box:hover .dl_img {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.dl_box:hover .dl_button {
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
	background-color: #a9b9b6;
}


.bw_box {
	display: inline-block;
	margin-right: 20px;
	width: 100%;
	max-width: 310px;
	height: 200px;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-bottom: none !important;
	outline: 0 !important;
	margin-bottom: 30px;
}

.bw_box .bw_titel {
	position: absolute;
	width: 100%;
	padding: 16px;
	bottom: 0;
	background-color: rgba(255,255,255,0.85);
	color: #3a3a39;
	text-align: center;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1px;
}

.page-lage #thumbbox {
	display: none !important;
}



/* flexslider */

#bildwelten_ct {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 0;
	margin-bottom: -50px;
}

#home_slider_ct {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
}

.flexslider, .flex-viewport, .flexslider .slides, .flexslider .slides > li {
	height: 100%;
}

.flexslider .slides > li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.flex-direction-nav a {
	width: 30px !important;
	height: 60px !important;
	text-shadow: 0 0 10px #000000;
	opacity: 0.7;
}

.flex-direction-nav a:hover {
	opacity: 1;
}

.flex-direction-nav .flex-next {
	font-size: 56px !important;
	color: #fff;
	right: 20px !important;
}

.flex-direction-nav .flex-prev {
	font-size: 56px !important;
	color: #fff;
	left: 20px !important;
}

.flex-control-nav {
	bottom: 70px;
}

.flex-control-paging li a {
	background-color: rgba(255,255,255,0.7);
	margin: 0px 3px;
}

.flex-control-paging li a.flex-active {
	background-color: rgba(255,255,255,1);
}

.flex-control-paging li a:hover {
	background-color: rgba(255,255,255,1);
}


/* Kontakt Formular */



#kontakt_ct .col_left {
	width: 63%;
	padding: 0;
	min-height: 520px;
	line-height: 160%;
}

#kontakt_ct .col_right {
	width: 37%;
	padding-left: 120px;
	padding-top: 70px;
}

.cont_row {
	border-bottom: 1px solid rgb(88,89,91);
}

#Name, #Vorname, #PLZ, #Ort {
	width: 35%;
}

input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	margin-right: 20px;
	line-height: 175%;
}



input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 15px;
	height: 15px; 
	background-color: #fff; 
	border: 1px solid rgb(88,89,91);
	border-radius: 0px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 4px; 
	margin-bottom: 8px;
	margin-top: 5px;
	vertical-align: middle;
}

input[type="checkbox"] + label span {
	border-radius: 0px;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	background-image: url(../img/ico_check.jpg?v=2);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

input[type="text"], textarea, select {
	padding: 12px 10px 0px 0px;
	width: 50%;
	background-color: transparent; 
	border: none;
	font-family: 'Solanel-Light', sans-serif;
	font-size: 18px;
	color: #000;
}

select {
	background-color: #f4f4f4;
	padding: 5px;
	font-size: 16px;
}

textarea {
	width: 100%;
}

#kontakt_form label {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	float: left;
}

input[type="text"]:focus, textarea:focus {
	background-color: transparent;
}

input[type="submit"], input[type="reset"] {
	background-color: #536251;
	color: #fff;
	border: none;
	padding: 7px 13px;
	float: right;
	font-family: 'Solanel-Light', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #a9b9b6;
}



form input.hlt, form select.hlt {
	background-color: rgba(255,0,0,0.2);
}

.hpt {
	display: none;
}







/* Lightbox */
#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(255,255,255,0.4);
	margin: 8px 4px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

#lba_prev, #lba_next, #lba_close {
	position: absolute;
	z-index:500;
	transition: all 0.5s;
	color: rgba(58,58,57,0.5);
	cursor: pointer;
	cursor: hand;
}

#lba_prev:hover, #lba_next:hover, #lba_close:hover {
	color: rgba(58,58,57,1);
}


#lba_prev {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: -45px;
}

#lba_next {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	right: -43px;
}

#lba_close {
	font-size: 40px;
	top: 10px;
	right: -45px;
	margin-top: -20px;
}


#thumbbox {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	z-index: 10;
}

#lightbox_image_ct:hover #thumbbox {
	opacity: 1;
}

#thumbbox div {
	position: relative;
	display: inline-block;
	width: 90px; 
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 1px;
	opacity: 0.6;
	cursor: pointer; 
	cursor: hand;
	transition: all 0.5s;
}

#thumbbox div.active {
	opacity: 1;
	width: 120px;
	height: 80px;
	margin: 10px 5px;
}
.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}

.imp {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mob_only {
	display: none !important;
}

#mm_toggle {
	z-index: 20;
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	display: none;
}

.tab_only {
	display: none;
}

#mobmenu_ct {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 30px;
	height: 30px;
	z-index: 30;
	top: auto;
}

.mobmenu_line {
	display: inline-block;
	background-color: #ffffff;
	width: 100%;
	height: 4px; 
	margin-bottom: 4px;
	float: left;
}

#block_footer a:hover {
	color: #fff;
}

/* Updates */


	/* 160509 Info-Windows Home */
	
	#iw_eigentum, #iw_mieten {
		position: absolute;
		margin-top: 201px;
		cursor: default !important;
	}
	
	#iw_eigentum {
		margin-left: -10px;
	}
	
	#iw_mieten {
		margin-left: -6px;
	}


#teaser_sold {
	width: 60%; position: absolute; margin-left: 20%; margin-top: 200px; background-color: #333; color: #fff; text-align: center; letter-spacing: 5px; padding: 10px; font-size: 21px;
	-moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}


#logo_mob {
	display:  none;
}

#intro1 {
	position: absolute;
	overflow: hidden;
	width: 1px;
	opacity: 0;
	height: 400px;
	background-image: url(../img/logo_intro2.png);
	background-size: 400px 400px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 50%; 
	margin-left: -200px;
	top: 50%;
	margin-top: -200px;
	z-index: 1;
	transition: all 3s;
}

#intro2 {
	position: absolute;
	overflow: hidden;
	width: 1px;
	opacity: 0;
	height: 400px;
	background-image: url(../img/logo_intro1.png);
	background-size: 400px 400px;
	background-repeat: no-repeat;
	background-position: right top;
	left: 50%; 
	margin-left: 200px;
	top: 50%;
	margin-top: -200px;
	z-index: 1;
	transition: all 3s;
}

#intro1.played {
	width: 400px;
	opacity: 0.8;
}

#intro2.played {
	width: 400px;
	opacity: 0.8;
	margin-left: -200px;
}

#intro1.played.fout, #intro2.played.fout {
	opacity: 0;
}

.ple_only {
	display: none;
}

#tdot18_1 {
	width: 225px;
	height: auto;
	position: absolute;
	right: -190px;
	bottom: -135px;
}




#form_inner_cks1, #form_inner_cks2 {
	width: 40%;
	float: left;
	display: inline-block;
}
#form_inner_cks2 {
	width: 60%;
}


/* lage map */

.lage_sub {
	padding-top: 60px; padding-left: 20%; padding-right: 20%;
	/*margin-bottom: -100px;*/
	position: relative;
	z-index: 2;
}


#lage_map_ct {
	position: relative;
}

.lm_dot_ct {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1vw;
	color: #fff;
	font-weight: 900;
	z-index: 5;
	cursor: default;
}

.lm_dot_ct::before {
		color: #fff;
	background-color: #3c412e;
	display: inline-block;
	position: absolute;
	padding: 0.6vw 0.8vw 0.3vw 0.8vw;
	margin-left: -5vw;
	bottom: 1vw;
	font-size: 0.9vw;
	font-weight: 700;
	left: 50%;
	transition: all 0.5s;
	text-align: center;
	width: 10vw;
	letter-spacing: 0.05vw;
	pointer-events: none;
	z-index: 0;
	opacity: 0;
}

.lm_dot_ct:hover::before {
	opacity: 1;
	bottom: 2vw;
}

.lm_dot {
	position: relative;
	background-color: #3c412e;
	width: 1.7vw;
	height: 1.7vw;
	-webkit-border-radius: 50px;
border-radius: 50px;
	display: flex;
  justify-content: center;
  align-items: center; 
}

.lm_info, .lm_num {
	display: none;
}

.lm_i {
	position: absolute;
	top: 0.35vw;
	left: 0.7vw;
}



.lm_dot_ct:hover {
	z-index: 11;
}


#lm_dot1 {
	left: 2vw;
	top: 39.5vw;
}
#lm_dot1::before {
	content: "Terrassenbad";
	left: -1vw;
	margin-left: 0;
}


#lm_dot2 {
	top: 39vw;
	left: 13vw;
}
#lm_dot2::before {
	content: "Sportanlage Aue";
}


#lm_dot3 {
	top: 45vw;
	left: 22vw;
}
#lm_dot3::before {
	content: "Kantonsschule Baden";
}


#lm_dot4 {
	top: 38vw;
	left: 27vw;
}
#lm_dot4::before {
	content: "Schule «Pfaffechappe»";
}


#lm_dot5 {
	left: 69vw;
	top: 25vw;
}
#lm_dot5::before {
	content: "Berufsschule Baden BBB";
}


#lm_dot6 {
	left: 27.5vw;
	top: 35.5vw;
}
#lm_dot6::before {
	content: "Villa Boveri";
}


#lm_dot7 {
	top: 38vw;
	left: 36vw;
}
#lm_dot7::before {
	content: "Historische Altstadt";
}


#lm_dot8 {
	top: 30.8vw;
	left: 40.2vw;
}
#lm_dot8::before {
	content: "Ruine Stein";
}


#lm_dot9 {
	top: 38.5vw;
	left: 45vw;
}
#lm_dot9::before {
	content: "Flaniermeile";
}


#lm_dot10 {
	top: 36.5vw;
	left: 51vw;
}
#lm_dot10::before {
	content: "Bahnhof Baden";
}


#lm_dot11 {
	top: 34vw;
	left: 60vw;
}
#lm_dot11::before {
	content: "Trafohallen und Kino";
}


#lm_dot12 {
	top: 31vw;
	left: 68vw;
}
#lm_dot12::before {
	content: "«Baden Nord»";
}


#lm_dot13 {
	top: 43vw;
	left: 64.5vw;
}
#lm_dot13::before {
	content: "Kurpark mit Grand Casino und Kurtheater";
}


#lm_dot14 {
	top: 47vw;
	left: 69.5vw;
}
#lm_dot14::before {
	content: "Bäderquartier";
}


#lm_dot15 {
	top: 23.5vw;
	left: 92.5vw;
}
#lm_dot15::before {
	content: "Kappisee";
	right: -1vw;
	left: auto;
}


/* Isometrie */

.ha #ha_base, .hb #ha_base, .hc #ha_base, .hd #ha_base {
	opacity: 0;
}

.ha.f0 #ha_f0, .ha.f1 #ha_f1, .ha.f2 #ha_f2, .ha.f3 #ha_f3, .ha.f4 #ha_f4, .hb.f0 #hb_f0, .hb.f1 #hb_f1, .hb.f2 #hb_f2, .hb.f3 #hb_f3, .hb.f4 #hb_f4, .hd.f0 #hd_f0, .hd.f1 #hd_f1, .hd.f2 #hd_f2, .hd.f3 #hd_f3, .hd.f4 #hd_f4, .hc.f0 #hc_f0, .hc.f1 #hc_f1, .hc.f2 #hc_f2, .hc.f3 #hc_f3, .hc.f4 #hc_f4 {
	display: inherit;
}

#main_wrapper:not(.a01) #a01 polygon, #main_wrapper:not(.a05) #a05 polygon, #main_wrapper:not(.a06) #a06 polygon, 
#main_wrapper:not(.a11) #a11 polygon, #main_wrapper:not(.a13) #a13 polygon, #main_wrapper:not(.a14) #a14 polygon, #main_wrapper:not(.a15) #a15 polygon, #main_wrapper:not(.a16) #a16 polygon, #main_wrapper:not(.a21) #a21 polygon, #main_wrapper:not(.a23) #a23 polygon, #main_wrapper:not(.a24) #a24 polygon, #main_wrapper:not(.a25) #a25 polygon, #main_wrapper:not(.a26) #a26 polygon, #main_wrapper:not(.a31) #a31 polygon, #main_wrapper:not(.a33) #a33 polygon, #main_wrapper:not(.a34) #a34 polygon, #main_wrapper:not(.a35) #a35 polygon, #main_wrapper:not(.a41) #a41 polygon, #main_wrapper:not(.a43) #a43 polygon {
	fill: #dadada !important;
}

#main_wrapper:not(.b01) #b01 polygon, #main_wrapper:not(.b05) #b05 polygon, #main_wrapper:not(.b06) #b06 polygon, 
#main_wrapper:not(.b11) #b11 polygon, #main_wrapper:not(.b13) #b13 polygon, #main_wrapper:not(.b14) #b14 polygon, #main_wrapper:not(.b15) #b15 polygon, #main_wrapper:not(.b16) #b16 polygon, #main_wrapper:not(.b21) #b21 polygon, #main_wrapper:not(.b23) #b23 polygon, #main_wrapper:not(.b24) #b24 polygon, #main_wrapper:not(.b25) #b25 polygon, #main_wrapper:not(.b26) #b26 polygon, #main_wrapper:not(.b31) #b31 polygon, #main_wrapper:not(.b33) #b33 polygon, #main_wrapper:not(.b34) #b34 polygon, #main_wrapper:not(.b35) #b35 polygon, #main_wrapper:not(.b41) #b41 polygon, #main_wrapper:not(.b43) #b43 polygon {
	fill: #dadada !important;
}

#main_wrapper:not(.c01) #c01 polygon, #main_wrapper:not(.c02) #c02 polygon, #main_wrapper:not(.c05) #c05 polygon, #main_wrapper:not(.c06) #c06 polygon, 
#main_wrapper:not(.c11) #c11 polygon, #main_wrapper:not(.c11) #c11 polygon, #main_wrapper:not(.c12) #c12 polygon, #main_wrapper:not(.c13) #c13 polygon, #main_wrapper:not(.c14) #c14 polygon, #main_wrapper:not(.c15) #c15 polygon, #main_wrapper:not(.c16) #c16 polygon, #main_wrapper:not(.c21) #c21 polygon, #main_wrapper:not(.c23) #c23 polygon, #main_wrapper:not(.c24) #c24 polygon, #main_wrapper:not(.c25) #c25 polygon, #main_wrapper:not(.c26) #c26 polygon, #main_wrapper:not(.c31) #c31 polygon, #main_wrapper:not(.c33) #c33 polygon, #main_wrapper:not(.c34) #c34 polygon, #main_wrapper:not(.c35) #c35 polygon, #main_wrapper:not(.c41) #c41 polygon, #main_wrapper:not(.c43) #c43 polygon {
	fill: #dadada !important;
}


#main_wrapper:not(.d01) #d01 polygon, #main_wrapper:not(.d05) #d05 polygon, #main_wrapper:not(.d06) #d06 polygon, 
#main_wrapper:not(.d11) #d11 polygon, #main_wrapper:not(.d13) #d13 polygon, #main_wrapper:not(.d14) #d14 polygon, #main_wrapper:not(.d15) #d15 polygon, #main_wrapper:not(.d16) #d16 polygon, #main_wrapper:not(.d21) #d21 polygon, #main_wrapper:not(.d23) #d23 polygon, #main_wrapper:not(.d24) #d24 polygon, #main_wrapper:not(.d25) #d25 polygon, #main_wrapper:not(.d26) #d26 polygon, #main_wrapper:not(.d31) #d31 polygon, #main_wrapper:not(.d33) #d33 polygon, #main_wrapper:not(.d34) #d34 polygon, #main_wrapper:not(.d35) #d35 polygon, #main_wrapper:not(.d41) #d41 polygon, #main_wrapper:not(.d43) #d43 polygon {
	fill: #dadada !important;
}


.inline_mpt_link {
	cursor: pointer;
	cursor: hand;
	font-weight: 700;
	color: #3c412e;
}

.inline_mpt_link:hover {
	color: #000;
}

.subpage #main_wrapper {
	padding-top: 12em;
	
}

#impressum_ct {
	padding-bottom: 10em;
}

.subpage h4 {
	padding-bottom: 0;
}


.lage_content_inline {
	margin-bottom: -100px; position: relative; z-index: 5; display: inline-block;
}

.tgp_mob {
		display: none;
	}

.wf_head_decoy {
	display: none;
}

#iframe_nn {
	width: 100%; 
	height: 70vh;
}



.teaser_pano_ct {
	position: absolute;
	background-color: #fff;	
	text-align: center;
	font-weight: 700;
	color: #3c412e;
	padding-top: 40px;
	font-size: 16px;
	width: 160px;
	height: 160px;
	bottom: 20vh;
	left: 10vw;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
	-webkit-border-radius: 300px;
border-radius: 300px;
	-moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}

.teaser_pano_ct .tx1 {
	font-size: 24px;
	line-height: 100%;
}

.teaser_pano_ct .tx2 {
	font-size: 19px;
}

.teaser_pano_ct:hover {
	color: #fff;
	-moz-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
	background-color: #3c412e;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (max-width: 1360px) {

	.banner_block_frame {
		background-attachment: inherit;
	}
	
	#logo_mini {
		position: fixed;
		left: 40px;
	}
	
	#head {
		text-align: left;
		width: 100%;
		padding-left: 0px;
	}
	
	#menu_ct {
		left: 320px;
	}
	
	#menu {
		text-align: left;
	}
	
	#menu ul {
		padding-left: 0;
	}
	
	
}


@media only screen and (max-width: 1220px) {

	#footer_ct {
		padding-left: 20px;
		padding-right: 20px;
	}
	#infobox {
		display: none !important;
	}
	
	.banner_block_frame {
		height: 60vh;
	}
	
	#iframe_nn {
		height: 60vh;
	}
	
		#logo_mini {
		left: 20px;
	}
	
		#menu_ct {
		left: 280px;
	}
	
}


@media only screen and (max-width: 1020px) {
	
	.tabonly {
		display: block !important;
	}
	
	.tabhide {
		display: none;
	}
	
	#content, #head, .page-home #content {
		width: 100%;
		padding: 0 20px;
	}
	
	#menu_ct {
		display: none;
	}

	
	#infobox_ct {
		width: 100%;
		margin: 0px;
		left: auto;
	}
	
	#infobox {
		margin-right: 20px;
	}
	
	.ct_link {
		margin-left: 20px;
	}
	
	#mobmenu_ct {
		display: inline-block;
	}
	
	#menu_ct {
		left: 0;
		top: 60px;
		bottom: auto;
	}
	
	#menu {
		text-align: center;
	}
	
	#menu ul {
		background-color: rgba(169, 185, 182, 1);
		width: 100%;
		position: relative;
		top: 0px;
		left: 0;
		padding: 0;
		margin: 0;
		padding-top: 50px;
		padding-bottom: 25px;
	}

	
	#menu ul li {
		width: 100%;
		display: block;
		margin: 5px 0;
		padding-left: 15px;
	}
	
	.page-impressionen {
		background-image: none !important;
	}
	
	.page-impressionen #arrow_left, .page-impressionen #arrow_right {
		display: none;
	}
	
	.page-impressionen #content_ct {
		display: block;
	}
	
	.page-impressionen .impimg {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
	}
	
	#kontakt_ct .col_left {
		width: 70%;
		min-height: auto !important;
	}
	
	#kontakt_ct .col_right {
		width: 30%;
		padding-left: 5%;
	}
	
	.page-angebot .col_left, .page-angebotprv .col_left {
		width: 70%;
		padding-right: 2%;
	}
	
	.page-angebot .col_right, .page-angebotprv .col_right {
		width: 30%;
		position: relative;
		padding: 0;
	}
	
	.page-angebot .col_right img, .page-angebotprv .col_right img {
		width: 30%;
		height: auto;
	}
	
	#infobox, #swt_cat {
		display: none !important;
	}
	

	
	#tdot18_1 {
		right: 15px;
		bottom: 0px;
	}
	
	
		#head_ct {
		height: 60px;
		top: 0;
	}
	
	#head_ct.scrdn {
		top: 0;
	}
	
	
	
	#logo_mini {
		height: 80px;
		width: auto;
		top: 0px;
		border-top: none;
		margin-left: auto;
		opacity: 1;
	}
	
	.content_block_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.intro_teaser_ct {
		font-size: 21px;
	}
	
	.wf_tab td:nth-child(8) {
		padding-left: 1em;
	}
	
	.wf_head {
		width: auto;
		left: 20px;
		right: 20px;
	}
	
	.wf_head.wf_sticky {
		top: 60px;
		width: auto;
		left: 20px;
		right: 20px;
	}
	
	.lage_link {
		display: block;
		margin-top: 15px;
	}
	
	
	#bildwelten_ct {
		height: 65vw;
	}
}


@media only screen and (max-width: 940px) {
	#ct_filter input[type="checkbox"] + label, #ct_filter input[type="radio"] + label {
		/*font-size: 12px;
		margin-right: 5px;*/
	}
	
	#ct_filter {
		width: 50%;
	}
	

	#ct_flr {
		width: 50%;
		padding-top: 60px;;
	}

	.intro_teaser_ct {
		line-height: 110%;
		
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.wf_tab_flat td {
		font-size: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.wf_tab_head {
		font-size: 12px;
	}
	
	#ct_filter input[type="checkbox"] + label, #ct_filter input[type="radio"] + label {
		font-size: 12px;
	}
	
	
}


@media only screen and (max-width: 700px) {
	#kontakt_ct .col_left {
		width: 100%;
	}
	
	
	
	#kontakt_ct .col_right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	
	#e_chinderpalast {
		margin-top: 20px;
	}
	
	#e_chinderpalast img {
		width: 30%;
		margin-right: 5%;	
	}
	
	#chp_text {
		font-size: 12px;
		width: 65%;
		margin-top: 20px;
	}
	
	
	
	#footer_ct {
		position: relative;
		top: auto;
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	

	
	#footer {
		text-align: center;
	}
	
	#footer .footer_right {
		float: none;
		display: block;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	
	
	h3 {
		font-size: 32px;
	}
	
	h4 {
		font-size: 16px;
	}

	
	#bg_ct {
		height: 400px !important;
	}
	
	/*#ct_flat {
		display: none !important;
	}
	
	#ct_filter {
		width: 100%;
		padding-left: 0;
	}
	
	.wf_head {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
	}*/
	

	
	.wf_content {
		padding-top: 0;
	}
	

	
	.wf_tab td:nth-child(2), .wf_tab td:nth-child(5), .wf_tab td:nth-child(6), .wf_tab td:nth-child(7), .wf_tab .wf_row_house td:nth-child(3), .wf_tab .wf_row_house td:nth-child(4) {
		display: none;
	}
	
	.wf_tab .wf_dispo td:nth-child(4), .wf_tab .wf_dispo td:nth-child(5), .wf_tab .wf_dispo td:nth-child(6) {
		display: none;
	}
	
	 .wf_tab .wf_dispo td:nth-child(3), .wf_tab .wf_dispo td:nth-child(7), .wf_tab .wf_dispo td:nth-child(8) {
		display: table-cell;
	}
	
	.wf_tab .wf_dispo td:nth-child(7) {
		padding-left: 0;
	}
	
	.wf_tab .wf_row_house td:nth-child(1) {
		width: 100% !important;
	}
		
	.wf_tab td:nth-child(1) {
		width: 10%;
	}
	
	.wf_tab td:nth-child(3) {
		width: 20%;
		text-align: center;
	}
	
	.wf_tab td:nth-child(4) {
		width: 20%;
		text-align: center;
	}
	
	.wf_tab td:nth-child(8) {
		width: 30%;
	}
	
	.wf_tab td:nth-child(9) {
		width: 20%;
	}
	
	.tgp_mob {
		display: inline;
		padding-left: 1em;
	}
	
	.lm_dot_ct {
		font-size: 2vw;
	}
	.lm_i {
		top: 0.4vw;
		left: 1.1vw;
	}
	
	.lm_dot {
		width: 3vw;
		height: 3vw;
	}
	
	.lm_dot_ct::before {
		width: 20vw;
		margin-left: -10vw;
		font-size: 1.9vw;
	}
	
	.lm_dot_ct:hover::before {
		bottom: 3vw;
	}
	
		/*#ct_flr {
		width: 100%;
	}
	
	#ct_flr .iso_svg {
		margin-bottom: -1vw;
		margin-top: -12vw;
		margin-left: -8vw;
	}
	
	.wf_head_decoy.wf_sticky {
		display: inherit;
	}
	
	.wf_head.wf_sticky, .wf_head {
		height: auto;
	}
	
	.wf_head {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.wf_head.wf_sticky #ct_filter {
		display: none;
	}
	
	.wf_head.wf_sticky #ct_flr {
		padding-top: 10px;
	}*/
	
	#iframe_nn {
		height: 50vh;
	}
	
	.tx_chf {
		float: none;
	}
	
	#iso_base {
		width: 100%;
		height: auto;
	}
	
	#ct_filter {
		font-size: 12px;
	}
	
	#ct_filter h5 {
		font-size: 13px;
	}
	
	.fltr_spc {
		height: 2px !important;
	}
	
	#ct_flr {
		padding-top: 40px;
		width: 60%;
	}
	
	#ct_filter {
		width: 40%;
	}
	
}

@media only screen and (max-width: 640px) {
	
	.mobonly {
		display: block !important;
	}
	
	.mobhide {
		display: none;
	}
	
	#banner_lage {
		height: 50vh;
	}
	
	
	
	.col_left, .col_right {
		width: 100%;
		padding: 0;
	}
	
	.col_right {
		padding-top: 25px;
	}
	
	h3 {
		font-size: 1.5em;
	}
	
	h4 {
		font-size: 13px;
	}
	
	
	.content_block_inner {
		font-size: 15px;
	}
	#infobox {
		font-size: 12px;
		width: 150px;
		height: 55px;
		padding: 5px 5px 0 10px;
	}
	
	#infobox .ct_m {
		font-size: 11px;
	}
	

	
	.box_ct {
		margin: 0px;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	
	#iw_eigentum {
		width: 150px;
		height: auto;
		margin-top: 150px;
		margin-left: 43px;
		z-index: 20;
	}
	
	#iw_mieten {
		width: 150px;
		height: auto;
		margin-top: 150px;
		margin-left: 6px;
		z-index: 20;
	}
	
	.box_home {
		font-size: 14px;
		height: 165px;
		width: 195px;
	}
	
	.box_home .box_head {
		font-size: 10px;
		width: 155px;
		margin-top: -5px;
	}
	
	.box_home .box_title {
		font-size: 24px;
		padding: 0;
		padding-top: 30px;
	}
	
	.box_home .box_line {
		margin-bottom: 5px;
	}
	
	.box_home .box_link {
		font-size: 14px;
	}
	
	.page-lage .ct_link {
		display: none;
	}
	
	.page-angebot #content, .page-angebotprv #content {
		min-height: inherit;
	}
	
	.page-angebot .col_right, .page-angebotprv .col_right {
		display: none;
	}
	
	.page-angebot .col_left, .page-angebotprv .col_left {
		width: 100%;
		padding: 0;
	}
	
	.page-angebot .colheads, .page-angebotprv .colheads {
		display: none;
	}
	
	.page-angebot #h1, .page-angebotprv #h1 {
		display: none;
	}
	
	.page-angebot .flattab td, .page-angebotprv .flattab td {
		background-color: #fff;
	}
	
	.page-angebot .flattab tr, .page-angebotprv .flattab tr {
		border-bottom: 1px solid rgb(211,215,208);
		width: 100%;
	}
	
	.page-angebot .flattab .rowtitle, .page-angebotprv .flattab .rowtitle {
		border-top: 10px solid #fff;
		border-bottom: 10px solid #fff;
	}
	
	.page-angebot .flattab .rowtitle td, .page-angebotprv .flattab .rowtitle td {
		background-color: rgb(211,215,208);
	}
	

	.page-angebot .flattab tr.rowh, .page-angebotprv .flattab tr.rowh {
		display: inline-block;
		width: 100%;
	}


	
	#box_eigentum .box_head {
		display: none;
	}
	
	#teaser_sold {
		margin-top: 120px;
	}
	
	.page-home .btn_box {
		left: 10% !important;
		margin-left: 0 !important;
		width: 80%;
		font-size: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.page-home .btn_arrow {
		height: 11px;
	}
	
	.home_circ {
		font-size: 11px;
	}
	
	#home_bezug {
		height: 80px;
		padding-top: 24px;
		right: 40px;
		width: 80px;
	}
	
	#home_tdot {
		height: 110px;
		padding-top: 16px;
		right: 80px;
		top: 80px;
		width: 110px;
	}
	
	#home_wb {
		height: 120px;
		width: 120px;
		top: 200px;
		padding-top: 30px;
	}
	
	#bg_ct {
		height: 200px !important;
	}
	
	#content_ct {
		padding-top: 90px;
	}
	
	#logo {
		height: 50px;
	}
	
	#head_ct {
		height: 60px;
	}
	
	#menu ul {
	
	}
	
	.lage_link {
		display: block;
		margin-top: 15px;
	}
	
	.dist_tab {
		margin-top: 0px;
		font-size: 13px;
	}
	
	
	.dl_img {
		max-width: 90%;
		height: auto;
	}

	
	/*.dl_box {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
		margin-top: 30px;
	}	
	
	.dl_titel {
		display: inline-block;
		width: 65%;
	}
	
	.dl_img {
		height: auto;
		width: 30%;
		margin-right: 5%;
		float: left;
	}
	
	.dl_button {
		display: inline-block;
		float: left;
		margin-top: -30px;
		margin-left: 36%;
		font-size: 16px;
		padding: 4px 10px;
	}
	
	.dl_box .btn_arrow {
		height: 12px;
		
	}*/
	
	#lba_close {
		top: -60px;
		right: 20px;
		margin-top: 0;
	}
	
	#lba_prev {
		top: auto;
		bottom: -60px;
		left: 20px;
	}
	
	#lba_next {
		top: auto;
		bottom: -60px;
		right: 20px;
	}
	
	#thumbbox {
		display: none !important;
	}
	
	#mobmenu_ct {
		right: 20px;
		margin-right: 0;
		top: 20px;
	}
	
	#head_ct, #head_ct.scrdn {
		position: fixed;
	top: 0px;
}
	#logo_ct {
		height: auto;
	}
	
	.page-home #bg_ct {
		position: relative;
		bottom: auto;
		left: auto;
		top: 60px;
		width: 100%;
		height: 400px !important;
	}
	
	#kontakt_ct .col_right {
		padding-left: 40px;
	}
	
	#logo {
		display:  none;
	}
	
	#logo_mob {
		height: 50px;
		position: relative;
		top: 5px;
		display: inherit;
		margin-left: -50px;
	}
	
	
	#intro1, #intro2 {
		height: 250px;
		background-size: 250px 250px;
		margin-left: -125px;
		margin-top: -150px;
	}
	
	#intro2 {
		margin-left: 125px;
	}
	
	#intro1.played {
		width: 250px;
	}

	#intro2.played {
		width: 250px;
		margin-left: -125px;
	}
	
	#tdot18_1 {
		display: none;
		right: auto;
		width: 150px;
		height: auto;
		bottom: -140px;
		left: 10px;
		z-index: -1;
	}
	
	.page-home #tdot18_1 {
		display: inherit;
	}
	
	.lage_content_inline {
	margin-bottom: 0; 
}
	
	.intro_logo_ct {
		width: 34%;
		left: 33%;
		margin-left: auto;
		padding: 20px;
	}
	
	.intro_button_down {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		bottom: 70px;
	}
	
	.ibd_line {
		width: 20px;
		top: 18px;
	}
	
	.ibd_line.line1 {
		margin-right: -5px;
	}
	
	.ibd_line.line2 {
		margin-left: -5px;
	}
	
	.banner_block_frame {
		height: 50vh;
		background-attachment: inherit;
	}
	
	.flex-direction-nav {
		display: none;
	}
	
	#bildwelten_ct {
		height: 80vw;
		margin-bottom: 0;
		
	}
	
	#home_slider_ct {
		bottom: 0;
	}
	
	.dl_box {
		margin-left: 0;
	}
	
	#form_inner_cks1, #form_inner_cks2 {
		width: 100%;
	}
	
	#form_inner_cks2 { 
		margin-top: 1em;	
	}
	
	.mb_ib {
		width: 100%;
		display: inline-block;
	}
	
	#kontakt_ct .col_right {
		padding-top: 60px;
		padding-left: 0;
	}
	
	#ct_filter h5 {
		font-size: 16px;
	}
	
	#ct_filter label {
		display: inline-block;
	}
	
	.wf_row_house td:nth-child(1) {
		font-size: 14px;
	}
	
	.wf_tab td:nth-child(8) {
		padding-left: 0;
	}
	
	.tx_chf {
		float: none;
	}
	
	#logo_intershop {
		max-width: 70%;
		height: auto;
	}
	
	
	.teaser_pano_ct {
		width: 100px;
		height: 100px;
		font-size: 10px;
		padding-top: 20px;
		left: 5vw;
	}
	
	.teaser_pano_ct .tx1 {
		font-size: 20px;
	}
	
	.teaser_pano_ct .tx2 {
		font-size: 12px;
	}

	.intro_teaser_ct {
	font-size: 16px;	
	}
	
	.wf_head {
		height: auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	#ct_flr {
		padding-top: 0px;
		width: 100%;
		float: none;
		padding-left: 10%;
		padding-right: 10%;
	}
	
	#ct_filter {
		padding-top: 10px;
		padding-bottom: 0;
		width: 100%;
		float: none;
		display: none;
	}
	
	#ct_filter h5 {
		display: none;
	}
	
	.fmw {
		display: flex;
		flex-wrap: wrap;
	}
	
	.fmit.itm1, .fmit.itm2 {
		width: 50%;
	}
	
	.fmit.itm3, .fmit.itm4 {
		width: 50%;
	}
	
	#ct_filter input[type="checkbox"] + label, #ct_filter input[type="radio"] + label {
		font-size: 11px;
		line-height: normal;
	}
	
	.flex-control-nav {
		bottom: 40px;
	}
	
}


@media only screen and (max-height: 440px) {
	
	.wf_head.wf_sticky {
		position: absolute;
	}
	
	.wf_head_decoy.wf_sticky {
		display: none;
	}
	
	#menu ul li {
		margin: 0px 0px;
	}
	
}


@media only screen and (min-width: 1100px) and (max-height: 640px)  {

	.wf_head.wf_sticky {
		text-align: center;
		height: 220px;
	}
	
	
	
	.wf_head.wf_sticky #ct_filter {
		display: none;
	}
	
	.wf_head.wf_sticky #ct_flr {
		width: 40%;
		display: inline-block;
		margin-top: -60px;
	}
	
	
	
	
	
}





 @media all and (-ms-high-contrast:none)
     {
     #ct_flr .iso_svg { width: auto; height: 400px; } /* IE10 */
     *::-ms-backdrop, #ct_flr .iso_svg { width: auto; height: 400px; } /* IE11 */
     }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}