/*
	Theme Name: HTML5 Blank - Legna Reinach
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
:root {
	--hlt_color: #BD9D9B;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#000;
	font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#262930;
	text-decoration:none;
}
a:hover {
	color:#262930;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0 !important;
	border: none !important;
}


.wp-block-table td, .wp-block-table th {
	border: unset;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5;
}
/* header */
.header {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*border-bottom: 2px solid var(--hlt_color);*/
	align-items: center;
		background-color: #f0f0f0;
	/*border-bottom: 5px solid #BD9D9B;*/
		z-index: 5;
	transition: all 0.5s;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0);
box-shadow: 0 0 15px 0 rgba(0,0,0,0);
}

/*
.header::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	 background: rgb(8,171,186);
background: -moz-linear-gradient(90deg, rgba(8,171,186,1) 0%, rgba(175,202,11,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(8,171,186,1) 0%, rgba(175,202,11,1) 100%);
background: linear-gradient(90deg, rgba(8,171,186,1) 0%, rgba(175,202,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08abba",endColorstr="#afca0b",GradientType=1); 
	left: 0;
	bottom: 0;
}*/

.scrld .header {
	-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);
	background-color: #fff;
}

.header_inner {
	display: flex;
	align-items: center;
	position: relative;
}

.header_inner > a {
	display: contents;
}

.bz_teaser_ct {
	position: fixed;
	width: 160px;
	height: 160px;
	font-weight: 400;
	font-size: 1.2em;
	 background-color: #BD9D9B;
	color: #fff;
	border-radius: 200px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
	right: calc(50% - 800px);
	top: 40vh;
	transform: rotate(10deg);
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	opacity: 1;
}

.bz_teaser_ct:hover {
	transform: rotate(-10deg);
	background-color: #66c4ff;
}

.bz_teaser_ct i {
	font-size: 2em;
}

.scrld .bz_teaser_ct {
	opacity: 0;
	pointer-events: none;
}

/* logo */
.logo {
	height: 100px;
	padding: 15px 0;
}


.logo-img {
	height: 100%;
	width: auto;
	max-width: none;
}
/* nav */
.nav {
	width: 100%;
	text-align: center;
	/*background-color: #fff;*/
}

.nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	/*text-transform: uppercase;*/
	justify-content: flex-end;
	margin-bottom: 0;
}

.nav ul li a {
	padding: 0.4em 0.6em;
	margin: 0 0.5em;
	display: inline-block;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1;
	font-size: 21px;
	color: #000;
	opacity: 1;
	/*text-transform: uppercase;*/
	border-radius: 0.4em;
}

.nav ul li a:hover {
	color: #8e5c71;
	opacity: 1;
}

.nav ul li.current-menu-item a {
	font-weight: 600;
}

.menu-item a.active {
	color: #000 !important;
	font-weight: 600 !important;
	background-color: #fff;
	/*border-radius: 0px;*/
}




.menu_ico_ct {
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	padding: 0px;
	z-index: 10;
	transition: all 0.5s;
	display: none;
}

.menuopen .menu_ico_ct {
	background-color: rgba(255,255,255,0);
}



.menu_icon {
	position: relative;
	width: 40px;
	display: flex;
	flex-direction: column;
	height: 40px;
}

.menu_icon_line {
	width: 100%;
	height: 4px;
	background-color: #56434b;
	opacity: 1;
	transform-origin: center center;
	position: absolute;
	display: inline-block;
	transition: all 0.5s;
}

.menuopen .menu_icon_line {
	background-color: #56434b;
}

.menu_ico_ct:hover .menu_icon_line {
	background-color: #56434b;
}

.menu_icon .line1 {
	top: 5px;
}

.menu_icon .line2 {
	top: 15px;
}

.menu_icon .line3 {
	top: 25px;
}

.menuopen .menu_icon .line1 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	top: 50%;
}

.menuopen .menu_icon .line2 {
	opacity: 0;
}

.menuopen .menu_icon .line3 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	top: 50%;
}


/* sidebar */
.sidebar {

}
/* footer */
#footer_ct {
	width: 100%;
	height: auto;
	 background: #56434b;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 3em 0;
	color: #fff;
	-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);
}

.footer_inner {
	display: flex;
	justify-content: space-between;
}




#footer_ct a {
	color: #fff;
}

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

.footer_trn {
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: rgba(255,255,255,0.5);
	margin: 0 1.5em;
}





/*------------------------------------*\
    LAYOUT
\*------------------------------------*/

main article, .header_inner, .footer_inner {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
}


main {
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #fff;
	z-index: 1;
	position: relative;
	-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);
}

.home main {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0);
box-shadow: 0 0 15px 0 rgba(0,0,0,0);
}



/* intro */

.intro_grid_wrapper {
	display: grid;
	grid-template-columns: 2fr 3fr;
	padding-top: 100px;
}

.intro_grid_left {
	display: flex;
	justify-content: flex-end;
	background-color: #f0f0f0;
	border-bottom: 60px solid #fff;
	position: relative;
	z-index: 3;
}

.intro_grid_left .tx1, .intro_grid_left .tx2 {
	font-weight: 600;
	color: #bc8d88;
	font-size: 1.2em;
}

.intro_grid_left .tx1 {
	margin: 2em 0;
}

.intro_grid_left .intro_grid_inner {
	width: calc(40vw - ((100vw - 1600px) / 2));
	max-width: 95%;
	display: flex;
	flex-direction: column;
}

.intro_grid_left .row1 {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	padding-bottom: 2em;
}

.img_einklang {
	max-width: none;
	width: calc(100% + 9em);
	
}

.intro_visu {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.button_entdecken_ct {
	display: inline-block;
	padding: 0.5em 1em;
	line-height: 1;
	background-color: #bc8d88;
	color: #fff;
	width: max-content;
	border-radius: 2em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.button_entdecken_ct .button_inner {
	position: relative;
	z-index: 3;
}

.button_entdecken_ct i {
	transform: rotate(0deg);
	transition: all 0.5s;
}

.button_entdecken_ct:hover i {
	transform: rotate(90deg);
}

.button_entdecken_ct::before {
	content: '';
	position: absolute;
	transition: all 0.5s;
	width: 0%;
	height: 100%;
	background-color: #57444c;
	top: 0;
	left: 0;
	border-radius: 2em;
}

.button_entdecken_ct:hover::before {
	width: 100%;
}

.intro_grid_left .row2 {
	padding: 1em 0;
}


.intro_grid_right {
	position: relative;
}

.vid_stoe_wrapper {
	position: absolute;
	top: 3em;
	right: 8em;
	width: 8em;
	height: 8em;
	border-radius: 100%;
	transform: rotate(10deg);
	background-color: #56434b;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.5s;
	-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);
}

.vid_stoe_wrapper:hover {
	background-color: #bc8d88;
	transform: rotate(0deg);
}

.vid_play_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.8em;
	height: 1.8em;
	border-radius: 100%;
	border: 2px solid #fff;
	margin-top: 0.5em;
}

.vid_play_icon i {
	font-size: 0.8em;
}
















.bullet_list {
	padding: 0;
	list-style: none;
}

.bullet_list li {
	margin: 0.7em 0;
	padding-left: 1.2em;
	position: relative;
}

.bullet_list li::before {
	content: "";
	position: absolute;
	width: 0.7em;
	height: 0.7em;
	 background-color: #BD9D9B;
	left: 0;
	top: 0.4em;
	-webkit-border-radius: 3px;
border-radius: 3px;
}

.page_banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 75vh;
}

.home .page_banner {
	background-position: center 65%;
	height: 92vh;
}

.lage .page_banner {
	background-position: center 30%;
}

.downloads .page_banner {
	background-position: center 85%;
}

.kontakt .page_banner {
	background-position: center 75%;
}

#map_rw {
	height: 70vh;
}

.wp-block-image img {
	height: auto;
}


.kontakt_subline_wrapper {
	background-color: var(--hlt_color);
	display: flex;
	justify-content: center;
	margin-top: 1em;
}

.kontakt_subline {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	padding: 1.5em 0;
}

.kontakt_subline_inner {
	padding-left: 1.1em;
	width: 30%;
}

.kontakt_subline h4 {
	margin-bottom: 0;
}






/* Kontaktformular */

.wpcf7-form p {
	margin: 0;
}

.wpcf7-text, .wpcf7-textarea, .cfrow {
	width: 100%;
	border: none;
	margin: 0.5em 0;
	padding: 0.5em 0.25em;
	outline: none !important;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.wpcf7-textarea {
	height: 8em;	
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
	border-bottom: 1px solid rgba(0,0,0,1) !important;
}

.wpcf7-list-item {
	margin: 0 1em 0 0;
}



.wpcf7-list-item-label::before, #ct_filter label::before {
	content: "";
	position: relative;
	width: 1em;
	height: 1em;
	border: 1px solid;
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: -0.1em;
}

.wpcf7-list-item input[type="checkbox"], #ct_filter input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before, #ct_filter input[type="checkbox"]:checked + label::before  {
	background-image: url(/wp-content/themes/html5blank-stable/img/ico_check.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.interesse_ct .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	line-height: 1.8;
	padding: 0.5em 0;
}

.wpcf7-not-valid-tip {
	font-size: 0.8em;
	margin-top: -0.4em;
}

.cf_send p {
	display: flex;
	justify-content: space-between;
}

.pf_txt {
	font-size: 0.8em;
	order: 1;
}

.wpcf7-submit {
	border: 2px solid #8e5c71;
	background-color: #fff;
	color: #8e5c71;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 600;
	order: 4;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
	background-color: #8e5c71;
	border: 2px solid #8e5c71 !important;
	color: #fff;
}

.ajax-loader {
	order: 2;
}

.wpcf7-spinner {
	position: absolute;
}

.cf_send {
	display: flex;
	justify-content: space-between;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/* Intro */

.intro_ct {
	display: flex;
	flex-direction: row;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 100px);
	align-items: center;
	background-color: #fff;
	padding: 0;
	/*border-top: 120px solid #fff;
	border-left: 40px solid #fff;
	border-right: 40px solid #fff;*/
	/* background-image: url(/maneggo/wp-content/uploads/sites/11/2022/03/mglp_intro.jpg); */
	/* background-size: cover; */
	/* background-position: center bottom; */
	z-index: 5;
}

.intro_inner {
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	align-items: center;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2023/04/ps_vis1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	/*border-bottom: 40px solid #ADBF00;*/
	overflow: hidden;
}

.lp_sym {
	position: absolute;
	height: 75vh;
	width: auto;
	bottom: -30px;
	right: -90px;
	mix-blend-mode: multiply;
	transition: opacity 2s;
	opacity: 0;
}

.dom_ready .lp_sym {
	opacity: 1;
}


.intro_slogan {
	font-size: 8vh;
	font-weight: 400;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 54vh;
	color: #fff;
	line-height: 1.1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	display: inline-block;
}

.intro_arrow {
	border: 3px solid #fff;
	border-radius: 100%;
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 4vh;
	left: 50%;
	margin-left: -35px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	background-color: rgba(189, 157, 155,0);
}

.intro_arrow:hover {
	background-color: rgba(189, 157, 155,1);
	border: 3px solid rgb(189, 157, 155);
}

.intro_arrow span {
	display: inline-block;
	width: 40%;
	height: 40%;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: rgba(255,255,255,0);
	transform: rotate(-45deg) translateY(-15%) translateX(15%);
	transition: all 0.5s;
}




/* Lage */

.dist_tab {
	margin-bottom: 2em;
}

.wp-block-table thead {
	border-bottom: 3px solid #bc8d88;
}

.dist_tab th {
	font-family: "Font Awesome 6 Pro";
	font-size: 1.6em;
	/*text-align: left;*/
	color: #8e5c71;
}

.dist_tab th:first-child, .dist_tab th:last-child {
	font-family: inherit;
	font-size: 1.1em;
	letter-spacing: 0.04em;
	padding-left: 0;
}

.dist_tab td {
	padding: 0.25em 0;
	border-top: 1px solid #bc8d88;
}


.teaser_text {
	font-size: 1.2em;
}

.lage_link {
	border-bottom: none !important;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
}

a.lage_link:hover {
	color: var(--hlt_color) !important;
}

.lage_link i {
	font-size: 28px;
	margin-right: 0.2em;
	color: var(--hlt_color);
}

.maps_wrapper {
	display: flex;
	justify-content: space-between;
}

.map_item {
	width: calc(50% - 3px);
	height: 65vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.map_item.map_makro {
	background-image: url(/wp-content/uploads/sites/16/2022/09/Makro.png);
}

.map_item.map_mikro {
	background-image: url(/wp-content/uploads/sites/16/2022/09/Mikro.png);
}

.map_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/* Angebot */


.ang_grid {
	display: grid;
	grid-template-columns: 1fr 5fr;
	position: relative;
}


body.wohnungsangebot .page_banner {
	height: 100px;
}

.ang_sticky_ct {
	position: sticky;
	top: 100px;
	z-index: 3;
	background-color: #fff;
}

.ang_head {	
	display: grid;
	grid-template-columns: 1fr;	
	padding-top: 1em;
	align-items: flex-end;
}




#iso_ct {
	text-align: center;
	width: 100%;
	height: auto;
}

#iso_ct svg {
	width: auto;
	height: 360px;
	/*filter: brightness(1.1);*/
}



#ct_filter {
	font-size: 0.8em;
	line-height: 1.4;
}

#ct_filter label {
	margin: 0 0.5em 0 0;
}

.filter_mt {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.filter_titel {
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	color: var(--hlt_color);
}

.filter_cat_sep {
	display: flex;
}

.filter_cs_box.box1 {
	padding-right: 2em;
}

.row_head {
	grid-column: span 2;
}


.wf_content {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(6, auto);
}

.whg_row, .row_head, .whg_sub {
	/*display: grid;
	width: 100%;*/
	/*border-bottom: 1px solid rgba(38,41,48,0.4);*/
	/*grid-template-columns: 1fr 1.1fr 1fr 0.9fr 1fr 1.6fr 1.1fr 1.3fr 0.9fr 1fr;*/
	/*grid-template-columns: repeat(10, auto);*/
	display: contents;
	font-size: 0.9em;
}

.row_hli {
	font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 340;
	font-size: 1em;
  font-style: normal;
}

.row_hli:hover > div {
	background-color: rgba(248, 151, 29, 0.5);
}


.row_head {
	font-weight: 500;
	padding-top: 0.5em;
}

.row_subtitle {
	font-size: 1.1em;
	letter-spacing: 0.06em;
	font-weight: 700;
	border-bottom: none;
}


.row_title strong {
	
}



.row_hli[data-fid="w1"]:hover .whg_col {
	background-color: #ECE6F1;
}
.row_hli[data-fid="w2"]:hover .whg_col {
	background-color: #FEEEE6;
}
.row_hli[data-fid="w3"]:hover .whg_col {
	background-color: #FAD6D1;
}
.row_hli[data-fid="w4"]:hover .whg_col {
	background-color: #CDCEE8;
}
.row_hli[data-fid="w5"]:hover .whg_col {
	background-color: #E2EFF9;
}


.row_hli[data-fid="o1"]:hover .whg_col {
	background-color: #FCDDD3;
}
.row_hli[data-fid="o2"]:hover .whg_col {
	background-color: #F9E2EE;
}
.row_hli[data-fid="o3"]:hover .whg_col {
	background-color: #F1F4D3;
}
.row_hli[data-fid="o4"]:hover .whg_col {
	background-color: #EAF4E7;
}
.row_hli[data-fid="o5"]:hover .whg_col {
	background-color: #FFFBE0;
}
.row_hli[data-fid="o6"]:hover .whg_col {
	background-color: #FEEBCD;
}
.row_hli[data-fid="o7"]:hover .whg_col {
	background-color: #CCE9F9;
}

.whg_col {
	padding: 0.4em 0;
	border-bottom: 1px solid rgba(38,41,48,0.4);
}




.whg_col.col_all {
	grid-column: 1 / -1;
	text-align: left;
	padding-top: 1em;
}

.whg_col.col1 { text-align: left; padding-left: 0.4em; }
.whg_col.col2 { text-align: center; }
.whg_col.col3 { text-align: center; }
.whg_col.col4 { text-align: center; }
.whg_col.col5 { text-align: center; }
.whg_col.col6 { text-align: center; }
.whg_col.col7 { text-align: center; }
.whg_col.col8 { text-align: center; }
.whg_col.col9 { text-align: right; }
.whg_col.col10 { text-align: center; }

.row_subtitle .whg_col {
	padding: 0;
	border-bottom: none;
	padding-top: 1em;
}


.whg_col a {
	transform: scale(1.3);
	display: inline-block;
}

.whg_col a:hover {
	transform: scale(1.6);
}

.st_provres .col8, .st_reserviert .col8, .st_verkauft .col8 {
	color: #C11233;
}

.st_verkauft {
	opacity: 0.5;
}


.ang_sublist {
	padding-top: 0.5em;
}

.whg_sub .whg_col.col1 {
	grid-column: span 2;
}

.ang_sub_info {
	padding-top: 0.5em;
}

.whg_row .col10 i {
	font-size: 1.6em;
	margin-top: -0.3em;
	display: inline-block;
	position: relative;
	top: 0.15em;
}



.whg_row.row_break.wf_dez {
	display: none;
}

.whg_row.row_break .whg_col {
	grid-column: 1 / -1;
	padding-top: 0em;
	display: flex;
	align-items: center;
}

.whg_row.row_break .whg_col strong {
	color: var(--hlt_color);
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 1.2em;
}

.whg_row.row_pp .whg_col.col1 {
	grid-column: span 3;
}

.whg_row.row_pp .whg_col.col5 {
	grid-column: span 4;
}

.whg_row.row_pp .whg_col.col9 {
	grid-column: span 2;
}

.fltact.ha #haus_b, .fltact.hb #haus_a {
	opacity: 0.1;
}

.fltact.ha #ha_fassade, .fltact.hb #hb_fassade {
	opacity: 0.4;
}

#ha_wohnungen > g, #hb_wohnungen > g {
	opacity: 0;
}

#ha_wohnungen > g.active, #hb_wohnungen > g.active {
	opacity: 1;
}


.anglist_dl {
	background-color: rgb(0, 117, 190);
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	height: 2.1em;
	font-size: 0.9em;
	padding: 0.2em 0.8em 0em 0.8em;
	letter-spacing: 0.05em;
	border-radius: 0.4em 0.4em 0 0.4em;
	margin-left: 2em;
	display: flex;
	align-items: center;
	width: max-content;
}

.anglist_dl:hover {
	background-color: var(--hlt_color);
}

.anglist_dl img {
	height: 1.6em;
	width: auto;
	filter: invert(1);
	margin-right: 0.5em;
}


#iso_ct:not(.w1) #w1 *, #iso_ct:not(.w2) #w2 *, #iso_ct:not(.w3) #w3 *, #iso_ct:not(.w4) #w4a *, #iso_ct:not(.w4) #w4b *, #iso_ct:not(.w5) #w5a *, #iso_ct:not(.w5) #w5b *, #iso_ct:not(.o1) #o1 *, #iso_ct:not(.o2) #o2 *, #iso_ct:not(.o3) #o3 *, #iso_ct:not(.o4) #o4 *, #iso_ct:not(.o5) #o5 *, #iso_ct:not(.o6) #o6 *, #iso_ct:not(.o7) #o7a *, #iso_ct:not(.o7) #o7b * {
	fill: #f4f4f4;
}


#hw_lvl1, #hw_lvl2, #hw_lvl3, #ho_lvl1, #ho_lvl2, #ho_lvl3 {
	transition: transform 0.5s;
	transform: translateY(0);
}

.hw2 #hw_lvl3,
.hw1 #hw_lvl2, .hw1 #hw_lvl3,
.hw0 #hw_lvl1, .hw0 #hw_lvl2, .hw0 #hw_lvl3,
.ho2 #ho_lvl3,
.ho1 #ho_lvl2, .ho1 #ho_lvl3,
.ho0 #ho_lvl1, .ho0 #ho_lvl2, .ho0 #ho_lvl3
{
	transform: translateY(-180px);
}

.ho1 #hw, .ho2 #hw, .ho3 #hw, .ho0 #hw {
	opacity: 0.3;
}

#ha, #hb, #hc, #hd, #he, #hf, #hg, #hh, #hi, #hk, #hl, #hm, #hn, #ho, #hp, #hq, #hr, #hs, #ht {
	opacity: 0;
}

.ha #ha, .hb #hb, .hc #hc, .hd #hd, .he #he, .hf #hf, .hg #hg, .hh #hh, .hi #hi, .hk #hk, .hl #hl, .hm #hm, .hn #hn, .ho #ho, .hp #hp, .hq #hq, .hr #hr, .hs #hs, .ht #ht {
	opacity: 0.5;
}

.iso_on #Ebene_1 {
	filter: grayscale(1) brightness(1.4);
	opacity: 0.5;
}

.def_tab td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}



/* DOWNLOADS */

#download {
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0);
	box-shadow: 0 0 1em 0 rgba(0,0,0,0);
}



.download_wrapper .wp-block-group__inner-container{
	display: flex;
	flex-wrap: wrap;
}

.download_wrapper figure {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 4em;
	margin-right: 2em;
}

.download_wrapper figcaption {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.9em;
}

.download_wrapper  img {
	width: auto;
	max-width: unset;
	height: 220px;
	-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);
	transform: scale(1);
	transition: all 0.5s;
}

.download_wrapper img:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


.kontakt_col img {
	max-width: 200px;
	height: auto;
	margin: 10px 0;
}


.wp-block-gallery img {
	transition: all 0.5s;
	filter: drop-shadow(0 0 6px rgba(0,0,0,0));
}

.wp-block-gallery img:hover {	
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.4));
}

.img_break_bg {
	height: calc(90vh - 200px);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(/wp-content/uploads/2023/04/ps_lage.jpg);
}

.img_break_bg.break3 {
	background-image: url(/wp-content/uploads/2023/04/ps_vis2.jpg);
}

.img_break_bg.break4 {
	background-image: url(/wp-content/uploads/2022/11/hsu_nvis7.jpg);
}



.img_break_bg.break5 {
	background-image: url(/wp-content/uploads/2022/11/hsu_nvis9.jpg);
}


.img_break_bg.break6 {
	background-image: url(/wp-content/uploads/2022/11/hsu_nvis1.jpg);
}

.infobox_bewerben {
	padding: 1.5em 2em;
	-webkit-border-radius: 1em 1em 0 1em;
border-radius: 1em 1em 0 1em;
}

#bw_gallery img {
	transition: all 1s;
	transform: scale(1);
}

#bw_gallery img:hover {	
	transform: scale(1.1);
}

#bw_gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
}

#bw_gallery .wp-block-image {
	width: 100% !important;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0);
box-shadow: 0 0 20px 0 rgba(0,0,0,0);
	transition: all 0.5s;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

#bw_gallery .wp-block-image:hover {
	width: 100% !important;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
}


.pano_frame {
	width: 100%;
	padding-top: 56%;
	position: relative;
	display: block;
}

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

#map_rw {
	height: calc(90vh - 200px);
}

#lage {
	padding-bottom: 0;
}

.fancybox__caption {
	font-size: 16px;
	letter-spacing: 0.04em;
}

.fancybox__backdrop {
	background-color: rgba(0,0,0,0.6);
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	border: 5px solid #f1d9d7;
	border-radius: 1em;
	padding: 1.5em;
}

.wp-embed-aspect-16-9 iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 1em;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.def_pad_left {
	padding-left: 12em;
}

h2 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	padding-bottom: 0.1em;
	color: #56434b;
}

h3 {
	font-size: 2.4em;
	font-weight: 200;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
	line-height: 1.1;
	display: inline-block;
	color: #bc8d88;
	
}

h3.no_pdb {
	padding-bottom: 0;
}


h4 {
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	margin-top: 1em;
	line-height: 1.3;
	/*text-transform: uppercase;*/
	color: #8e5c71;
}

h4 + p {
	margin-top: 0.3em;
}

h5 {
	font-size: 1.8em;
	font-weight: 200;
	color: #000;
	margin: 1em 0;
}

.para_teaser {
	font-size: 1.2em;
	color: rgba(188, 141, 136, 0.8);
	/*letter-spacing: 0.02em;*/
	font-weight: 600;
	padding-right: 8em;
}

.hlt {
	color: #ADA2A0;
}

article p a {
	color: inherit;
	border-bottom: 2px dotted #ADA2A0;
}

article p a:hover {
	color: inherit;
	border-bottom: 2px solid #ADA2A0;
}


.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	background-color: #066DA6;
	font-weight: bold;
	color: #fff;	
}

.kontakt_col {
	font-size: 0.8em;
}


/* Stoerer */



.info_teaser_box {
	padding-bottom: 0.5em;
	text-align: right;
	position: relative;
	top: -2.8em;
}

.info_teaser {
	display: inline-block;
	padding: 1em;
	background-color: #ADA2A0;
	color: #fff;
	font-weight: 400;
	text-align: center;
	-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);
	margin-top: -160px;
	border-radius: 5px;
	transition: all 0.5s;
	line-height: normal;
}

.info_teaser:hover {
	/*background-color: var(--hlt_color);*/
}

.info_teaser strong {
	font-size: 1.3em;
	letter-spacing: 0.04em;
}



/* Updates */

.tmp_hide {
	display: none;
}

.font_med {
	font-weight: 500;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width : 1800px)  {
	
	.img_einklang {
		width: 41vw;
	}
	
	.intro_grid_left .row1 {
		padding-top: 3em;
	}

	
}


@media only screen and (max-width : 1600px)  {
	
	.etappen_liste tr {
		display: flex;
		flex-direction: column;
	}
	
	.etappen_liste tr td:first-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
	
}



@media only screen and (max-width : 1500px)  {
	
	.bz_teaser_ct {
		width: 120px;
		height: 120px;
		font-size: 1em;
		right: 20px;
		top: 120px;
	}
	
	
	.intro_grid_wrapper {
		grid-template-columns: 40% 60%;
	}
	
}




@media only screen and (max-width : 1400px)  {
	
	.def_pad_left {
		padding-left: 0em;
	}
	
	.nav ul li a {
		font-size: 16px;
		margin: 0 0.25em;
	}
	
	.ang_grid {
		grid-template-columns: auto;
	}
	
	#iso_ct svg {
		height: 300px;
	}
	
	.ang_sticky_wrapper {
		position: sticky;
		top: 100px;
		background-color: #fff;
		z-index: 4;
	}
	
	.kontakt_double_col {
		flex-direction: column;
	}

	
}



@media only screen and (max-width : 1200px)  {
	
	.content_home {
		font-size: 32px;
	}
	
	.home .btn_box {
		font-size: 18px;
		width: 280px;
		height: 70px;
	}
	

	

	
	.page_banner {
		height: 50vw;
	}
	

	.vid_stoe_wrapper {
		top: 2em;
		right: 2em;
	}
	
	
	
	
}


@media only screen and (max-width : 1100px)  {
	
	main {
		padding-top: 60px;
	}
	
	.menu_ico_ct {
		display: inline-block;
		top: 3px;
	}
	
	.nav {
		position: absolute;
		background-color: #fff;
		width: 100%;
		right: 0;
		top: 60px;		
		padding-bottom: 1em;
		padding-top: 1em;
		border-bottom: 5px solid #8e5c71;
		opacity: 0;
		width: 50%;
		pointer-events: none;
		z-index: 3;
		transition: all 0.5s;
	}
	
	.nav ul {
		flex-direction: column;
	}
	
	.nav ul li a {
		color: #000;
		margin: 0.5em;
      font-size: 21px;
	}
	
	.menuopen .nav {
		width: 100%;
		opacity: 1;
		pointer-events: auto;
			
	}
	
	.header_inner {
		justify-content: space-between;
	}
	
	.logo {
		height: 60px;
		padding: 7px 0 7px 0;
	}
	
	
	.ang_head {
		top: 60px;
	}
	
	.header_inner {
		position: static;
	}
	
	.intro_grid_wrapper {
		padding-top: 60px;
	}
	
	.intro_grid_wrapper {
		grid-template-columns: 50% 50%;
	}
	
	.mid_flex_fold {
		display: flex;
		flex-direction: column;
	}
	
	.para_teaser {
		padding-right: 0;
	}
	
	.ang_sticky_wrapper {
		top: 60px;
	}
	
	#iso_ct svg {
		height: 240px;
	}
	
}











@media only screen and (max-width : 900px)  {
	
	
	
	
	.intro_ct {
		height: calc(80vmin - 60px);
	}
	
	.intro_slogan {
		font-size: 6vw;
	}
	
	.isl_def span {
		text-shadow: 0 0 10px rgba(0,0,0,1);
	}
	
	.intro_arrow {
		width: 40px;
		height: 40px;
	}
	
	.spacer_col {
		display: none;
	}
	

	
	.header_home {
		height: 45vw;
		padding-top: 5vw;
	}
	
	
	.content_home {
		font-size: 24px;
	}
	
	
	.teaserbox_ct2 {
		width: 130px;
		height: 130px;
		font-size: 16px;
		top: 20px;
		right: 20px;
	}
	
	.home .btn_box_wrapper {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	
	.home .btn_box {
		margin: 15px 0;
	}
	
	
	
	.img_break_bg {
		height: 66vmin;
	}

	
	
	
	#iso_ct {
	
	}

	#iso_ct svg {
	
	}
	
	
	.download_wrapper img {
		height: 200px;
	}
	
	
	
	body.wohnungsangebot .page_banner {
		height: 60px;
	}
	
	
	.bz_teaser_ct {
		top: 80px;
		right: 10px;
	}
	

	

	
	
	
	.lp_sym {
		height: 50vw;
		border: -1vw;
		right: -3vw;
	}
	
	#bw_gallery {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.ang_sticky_ct {
		top: 30px;
	}
	
	#iso_ct svg {
		height: 250px;
	}
	
	.nav ul li a:hover {
		color: #BD9D9B;
	}
	
	body .is-layout-flex {
		flex-direction: column;
	}
	
	body section .mob_reverse {
		flex-direction: column-reverse;
	}
	
	figure.wp-block-gallery.has-nested-images {
		flex-direction: row;
	}
	
	
	h2 {
		line-height: normal;
	}
	
	h3 {
		font-size: 1.8em;
	}
	
	h5 {
		font-size: 1.5em;
	}
	
	
	.para_teaser {
		padding-right: 0;
		font-size: 1.2em;
	}
	
	.intro_grid_wrapper {
		grid-template-columns: 60% 40%;
	}
	
	
}



@media only screen and (max-width : 760px)  {
	
	.intro_ct {
		
	}
	
	.content_home {
		font-size: 18px;
		padding: 1em 1em;
	}
	
	.home_int_text {
		padding: 1em 0;
	}
	
	.home .btn_box {
		font-size: 16px;
		width: 250px;
		height: 60px;
		margin: 10px 0;
	}
	
	.teaserbox_ct2 {
		width: 100px;
		height: 100px;
		font-size: 13px;
		top: 10px; 
		right: 10px;
	}
	
	.img_break_bg {
		background-attachment: inherit;
	}
	
	
	
	#footer_ct {
		background-size: cover;
	}
	
	.footer_trn {
		width: 1em;
		height: 1px;
		margin: 5px 0;
	}
	
	.subline_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.blocks-gallery-grid, .wp-block-gallery {
		flex-direction: column;
	}
	
	.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
		width: 100%;
		margin: 0.5em 0;
	}
	
	.subline_inner.row2 {
		margin: 2em 0;
	}
	

	
	
	

	.wrapper {
		font-size: 18px;
	}
	
	.wp-block-columns {
		/*flex-direction: column;*/
	}
	
	.download_wrapper .wp-block-group__inner-container {
		flex-direction: column;
	}
	
	.download_wrapper img {
		height: auto;
		width: 100%;
		max-width: 300px;
	}
	
	.kontakt_col {
		padding-top: 3em;
	}
	.page_banner {
		height: 100vw;
	}
	
	.ang_head {
		display: flex;
		flex-direction: column;
		top: 60px;
	}
	
	.filter_mt::before {
		content: '+ ';
	}
	
	#ct_filter.active .filter_mt::before {
		content: '- ';
	}
	
	
	.filter_inner_ct {
		display: none;
	}
	
	#ct_filter.active .filter_inner_ct {
		display: block;
	}
	
	#iso_ct {
		
	}
	
	.kontakt_subline_inner {
		width: 100%;
	}
	
	.ang_sticky_ct {
		
	}
	
	.infobox_bewerben {
		padding: 1em;
	}
	
	.whg_row.row_break .whg_col {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.anglist_dl {
		margin-left: 0;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	
	
	.home .page_banner {
		background-position: center center;
		height: 120vw;
	}
	

	
	
	
	
	
}


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

	.intro_grid_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.intro_grid_left {
		border-bottom: none;
	}
	
	.img_einklang {
		width: 80vw;
	}
	
	#map_rw {
		height: 90vw;
	}
	
	main article {
		width: 94%;
	}
	
	.ang_head {
		top: 60px;
	}
	

	
	
	.row_head .whg_col {
		font-size: 0.9em;
	}
	

	#ct_filter {
		font-size: 1em;
	}

	
	
	.page_banner {
		height: 80vw;
	}
	
	.info_teaser {
		margin-top: -90px;
	}
	
	.maps_wrapper {
		flex-direction: column;
	}
	
	.map_item {
		height: 65vw;
		width: 100%;
		margin-top: 5px;
	}
	
	.bz_teaser_ct {
		top: 90px;
		right: 20px;
		width: 100px;
		height: 100px;
	}
	

	
	article > h3 br {
		display: none;
	}
	
	.img_break_bg {
		height: 65vw;
	}

	
	.lage_link {
		display: block;
		margin-bottom: 1em;
	}
	
	#bw_gallery {
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
	}
	
	.footer_inner {
		text-align: center;
		flex-direction: column-reverse;
	}
	
	.footer_inner > span {
		margin: 1em 0;
	}
	
	.wf_content {
		grid-template-columns: repeat(4, auto);
	}
	
	.whg_col.col3, .whg_col.col4 {
		display: none;
	}
	
	h2 {
		font-size: 1em;
		line-height: normal;
	}
	
	h3 {
		font-size: 1.8em;
	}
	
	h5 {
		font-size: 1.2em;
	}
	
	#iso_ct svg {
		
	}
	
	.mob_no {
		display: none;
	}
	
	#iso_ct svg {
		height: 40vw;
	}
	
	.kontakt_col {
		font-size: 1em;
	}
	
}


@media only screen and (max-width : 1000px) and (orientation: landscape)  {
	
	.ang_head {
		top: 0px !important;
		position: relative !important;
	}
	
}




/*------------------------------------*\
    MISC
\*------------------------------------*/



/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@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;
	}
}
