/*
	Theme Name: HTML5 Blank Pestalozzistrasse
	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: #AB957E;
}
/* 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:#262930;
	font-family: 'Plus Jakarta Sans', sans-serif;
font-weight: 400;
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;
}

.wp-block-gallery.has-nested-images.columns-default figure {
	--wp--style--unstable-gallery-gap: 1em;
}

/* 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: #fff;
	/*border-bottom: 5px solid #AB957E;*/
		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);*/
}

.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: #AB957E;
	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 {
	/*display: flex;*/
	height: 125px;
	width: 500px;
	position: relative;
	/*transform: translateX(-50%);*/
	transition: all 0.5s;
	padding: 4px 0;
}


.logo-img {
	width: auto;
	height: 100%;
}

.scrld .logo {
	width: 300px;
	height: 80px;
}

/* 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.1em;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	font-size: 18px;
	color: #AB957E;
	text-transform: uppercase;
	border-radius: 0.4em;
	transition: all 0.5s;
}

.nav ul li a:hover {
	color: #4D4E3E;
	
}

.menu-item a.active {
	color: #4D4E3E !important;
	font-weight: 800 !important;
	letter-spacing: 0.16em !important;
	/*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: #AB957E;
	opacity: 1;
	transform-origin: center center;
	position: absolute;
	display: inline-block;
	transition: all 0.5s;
}

.menuopen .menu_icon_line {
	background-color: #AB957E;
}

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

.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: #AB957E;
	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 {
	padding-top: 100px;
	padding-bottom: 0px;
	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);*/
}

.page-template-template-subsite main {
	padding-top: 0;
}

main section {
	padding: 5em 0;
	border: 2em solid #fff;
	/*-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);*/
	position: relative;
	z-index: 2;
	background-color: #F6F4F1;
}


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


.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: #AB957E;
	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;
}

body.disclaimer .page_banner {
	/*background-position: center top;*/
}

#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: 'Plus Jakarta Sans', 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 #262930;
	background-color: #fff;
	color: #262930;
	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: var(--hlt_color);
	border: 2px solid var(--hlt_color) !important;
	color: #fff;
}

.ajax-loader {
	order: 2;
}

.wpcf7-spinner {
	position: absolute;
}


/*------------------------------------*\
    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: 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/2025/03/208_Neubau-2x-MFH-Schafisheim_Seetalstrasse-124_MFH-Frontal.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*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: transparent;
}

.intro_arrow:hover {
	background-color: #AB957E;
	border: 3px solid #AB957E;
}

.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 */

#lage {
	border-top: 0;
}

.dist_tab {
	margin-bottom: 2em;
}

.dist_tab th em {
	font-size: 1.6em;
	/*text-align: left;*/
	color: var(--hlt_color);
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
}

.dist_tab th:first-of-type {
	text-align: left;
	color: var(--hlt_color);
}


.dist_tab td, .dist_tab th {
	padding: 0.4em 0;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
}

.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 */


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

.ang_sticky_ct {
	position: sticky;
	top: 80px;
	z-index: 3;
	background-color: #F6F4F1;
	border-bottom: 1px solid rgba(189, 157, 155,0.5);
}

.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, #iso_ct img {
	width: auto;
	height: 240px;
	/*filter: brightness(1.1);*/
	overflow: visible;
}

#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(7, 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: 15px;
}


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

.row_subtitle {
	font-size: 1.1em;
	color: #AB957E;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 700;
	border-bottom: none;
}


.row_title strong {
	color: var(--hlt_color);
}

.row_hli:hover .whg_col {
	background-color: #fff;
}

.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.col4b { 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: right; }
.whg_col.col9 { text-align: center; }

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



.whg_col a:hover {
	color: var(--hlt_color);
}

.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 .col7 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;
}

#w0a_sub polygon, #w0c_sub polygon {
	opacity: 0;
	fill: #4C8750;
}


.w0a #w0a_sub polygon, .w0c #w0c_sub polygon {
	opacity: 1;
}


.h_a1 #h_a1, .h_a2 #h_a2, .h_b1 #h_b1, .h_b2 #h_b2, .h_b3 #h_b3, .h_c1 #h_c1, .h_c2 #h_c2, .h_d1 #h_d1, .h_d2 #h_d2  {
	opacity: 0.65;
}

.w0a #w0a polygon,.w0b #w0b polygon, .w0c #w0c polygon, .w1a #w1a polygon, .w1b #w1b polygon, .w1c #w1c polygon, .w2a #w2a polygon, .w2b #w2b polygon, .w2c #w2c polygon, .w3a #w3a polygon, .w3b #w3b polygon, .ha #rh_a polygon, .hb #rh_b polygon , .hc #rh_c polygon , .hd #rh_d polygon  {
	fill: #4C8750;
}

#mfh_lvl0,#mfh_lvl1,#mfh_lvl2,#mfh_lvl3 {
	transition: all 0.5s;
	transform: translateY(0px);
}


#iso_ct.eg #mfh_lvl3, #iso_ct.eg #mfh_lvl2, #iso_ct.eg #mfh_lvl1,
#iso_ct.og1 #mfh_lvl3, #iso_ct.og1 #mfh_lvl2, #iso_ct.og2 #mfh_lvl3  {
	transform: translateY(-40px);
}






/* 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;
	font-weight: 500;
}

.download_wrapper  img {
	width: auto;
	max-width: unset;
	height: 250px;
	-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;
}

.img_mltp img {
	mix-blend-mode: multiply;
}


.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/2025/03/208-Umgebung-Gemu╠esegarten.jpg);
}

.img_break_bg.break3 {
	background-image: url(/wp-content/uploads/2025/03/18.-208_Neubau-2x-MFH-Schafisheim_Seetalstrasse-124_MFH-3-DG-Wohnen.jpg);
}

.img_break_bg.break3b {
	background-image: url(/wp-content/uploads/2025/03/208_Neubau-2x-MFH-Schafisheim_Seetalstrasse-124_Spielfla╠eche.jpg);
}


.img_break_bg.break4 {
	background-image: url(/wp-content/uploads/2025/03/208_Neubau-2x-MFH-Schafisheim_Seetalstrasse-124-REFH-A-Essen.jpg);
}



.img_break_bg.break5 {
	background-image: url(/wp-content/uploads/2025/03/208_Neubau-2x-MFH-Schafisheim_Seetalstrasse-124_REFH-Garten.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 {
	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;
	border-radius: 0.5em;
	height: 10em;
}

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

#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);
}

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

h2 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 0;
	padding-bottom: 1.6em;
	color: #4D4E3E;
}

h3 {
	font-size: 3.6em;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0;
	padding-bottom: 0.4em;
	line-height: 1.1;
	display: inline-block;
	font-family: "fields-display", sans-serif;
font-weight: 500;
font-style: normal;
	color: #AB957E;
	
}

h3.no_pdb {
	padding-bottom: 0;
}


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

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

h5 {
	font-size: 1.3em;
	font-weight: 300;
	color: #4D4E3E;
	margin: 1em 0;
}

.hlt {
	color: var(--hlt_color);
}



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




/* Stoerer */


.info_teaser_box {
	padding-bottom: 2em;
	text-align: center;
}

.info_teaser {
	display: inline-block;
	padding: 1em;
	background-color: #AB957E;
	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: -120px;
	border-radius: 5px;
	transition: all 0.5s;
}

.info_teaser:hover {
	background-color: #75556A;
}

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


.kontakt_col {
	/*font-size: 0.9em;*/
}

.infobox_logis {
	padding: 1em;
}

.kontakt_col .infobox_logis img {
	width: 100%;
	max-width: none;
	height: auto;
}



/* Updates */

.tmp_hide {
	display: none;
}

.font_med {
	font-weight: 500;
}



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

@media only screen and (max-width : 1500px)  {
	
	.bz_teaser_ct {
		width: 120px;
		height: 120px;
		font-size: 1em;
		right: 20px;
		top: 120px;
	}
	

	
}



@media only screen and (max-width : 1200px)  {
	
	.content_home {
		font-size: 32px;
	}
	
	.home .btn_box {
		font-size: 18px;
		width: 280px;
		height: 70px;
	}
	
	.whg_col {
		font-size: 16px;
	}
	
	.nav ul li a {
		font-size: 16px;
		margin: 0 0.25em;
	}
	
	.whg_col {
		font-size: 14px;
	}
	
	
	
}

@media only screen and (max-width : 900px)  {
	
	
	main {
		padding-top: 60px;
	}
	
	.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;
	}
	
	.header_inner {
		position: static;
	}
	
	.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;
	}
	
	.header_inner {
		justify-content: space-between;
	}
	
	.logo {
		height: 60px;
		width: 200px;
	}
	
	.logo{
		height: 60px;
		width: 200px;
	}
	
	.scrld .logo {
		height: 60px;
		width: 150px;
	}
	
	.img_break_bg {
		height: 66vmin;
	}

	
	.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 var(--hlt_color);
		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;
	}
	
	.menuopen .nav {
		width: 100%;
		opacity: 1;
		pointer-events: auto;
			
	}
	
	#iso_ct {
	
	}

	#iso_ct svg {
	
	}
	
	.ang_head {
		top: 60px;
	}
	
	.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: 60px;
	}
	
	#iso_ct svg {
		height: 200px;
	}
	
	.nav ul li a:hover {
		color: #AB957E;
	}
	
	body .is-layout-flex {
		flex-direction: column;
	}
	
	figure.wp-block-gallery.has-nested-images {
		flex-direction: row;
	}
	
	

	.wf_content {
		grid-template-columns: repeat(5, auto);
	}
	
	.whg_col.col3, .whg_col.col5 {
		display: none;
	}
	
	.wf_content {
		grid-template-columns: repeat(5, auto);
	}
	
	.whg_col.col4b {
		display: none;
	}
	
	
}



@media only screen and (max-width : 760px)  {
	
	.intro_ct {
		
	}
	
	main section {
		border: none;
	}
	
	.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;
	}
	
	
	
}


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

	.mob_rev_cols {
		flex-direction: column-reverse !important;
	}
	
	#map_rw {
		height: 90vw;
	}
	
	main article {
		width: 94%;
	}
	
	.ang_head {
		top: 60px;
	}
	
	.ang_sticky_ct, .ang_sublist {
		font-size: 12px;
	}
	
	.whg_col {
		font-size: 13px;
	}
	
	.row_head .whg_col {
		font-size: 12px;
	}
	

	#ct_filter {
		font-size: 1em;
	}

	
	
	.page_banner {
		height: 65vw;
	}
	
	.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(5, auto);
	}
	
	.whg_col.col2 {
		/*display: none;*/
	}
	

	
	#iso_ct svg {
		height: 180px;
	}
	
	.mob_no {
		display: none;
	}
	
	.wrapper {
		font-size: 16px;
	}
	
	h2 {
		font-size: 1.1em;
	}
	
	h3 {
		font-size: 2.4em;
	}
	
	h5 {
		font-size: 1.3em;
	}
	
	
}


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