/*
	Theme Name: HTML5 Blank
	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;
}
/* 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:#707070;
	font-family: "minerva-modern", sans-serif;
font-weight: 400;
font-style: normal;
	background-color: #F5F4F0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

:where(.wp-block-columns.is-layout-flex) {
	gap: 0;
}

.fancybox__backdrop {
	background-color: rgba(0,0,0,0.7) !important;
}

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


/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	font-size: 0.86vw;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

main {
	/*overflow-x: hidden;*/
}

main section article {
	width: 60%;
	margin: 0 auto;
}

/* header */

.header {
	position: fixed;
	width: 8vw;
	height: 100%;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 3;
}

.header .logo img {
	height: 50vh;
	width: auto;
}


/* datenschutz */

.datenschutz_wrapper, .impressum_wrapper {
	position: fixed;
	text-align: left;
	width: 960px;
	left: -1000px;
	height: 100%;
	background-color: #758A81;
	color: #fff;
	z-index: 30;	
	line-height: 1.8em;	
	transition: left 0.5s;
	transform: translateZ(0);
}



.datenschutz_ct {
	padding-left: 7em;
	padding-right: 10em;
	padding-top: 12em;
	padding-bottom: 3em;
	position: fixed;
	overflow-y: auto;
	height: 100%;
	width: 100%;
}

.datenschutz_ct a {
	color: #fff;
}

.datenschutz_ct a:hover {
	border-bottom: 1px dotted;
}

.showds .datenschutz_wrapper, .showds2 .impressum_wrapper {
	left: 0px;
}

.impressum_wrapper h3 {
	line-height: normal;
	text-transform: uppercase;
}

.impressum_wrapper a {
	color: #fff;
}

.impressum_wrapper .dsc {
	background-color: #fff !important;
}

.datenschutz_wrapper h3 {
	line-height: normal;
	text-transform: uppercase;
}

.datenschutz_wrapper h3, .impressum_wrapper h3 {
	padding-bottom: 0em;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.1em;
	letter-spacing: 0.05em;
}

.datenschutz_wrapper strong, .impressum_wrapper strong {
	font-weight: 600;
	text-transform: uppercase;
}

.datenschutz_wrapper .shortline {
	position: relative;
	margin-bottom: 10px;
}

.datenschutz_inner {
	position: relative;
}

.datenschutz_close {
	position: fixed;
	top: 5em;
	right: 5em;
	cursor: pointer;
	cursor: hand;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.dsc {
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	transition: all 0.5s;
}

.datenschutz_close:hover .dsc {
	background-color: #000;
}

.dsc.line1 {
	transform: rotate(-45deg);
}

.dsc.line2 {
	transform: rotate(45deg);
}

/* Lang */

.lang_sw_wrapper {
	position: relative;
	top: -9em;
	font-size: 0.8em;
}

.lang_sw_wrapper a {
	color: inherit;
	opacity: 0.6;
}

.lang_sw_wrapper a:hover {
	text-decoration: underline;
}

.lang_sw_wrapper .active a {
	opacity: 1;
}

.lang_sw_wrapper .trn {
	display: inline-block;
	margin: 0 0.5em;
}


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

/* intro */

#intro {
	position: relative;
}

#intro .intro_bg {
	position: relative;
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition: opacity 3s;
	overflow: hidden;
}

#intro .intro_bg::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.12);
}

.page_init #intro .intro_bg {
	opacity: 1;
}

#intro .intro_bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center 20%;
	transform: scale(1);
}

.page_init #intro .intro_bg img {
	transform: scale(1.5);
	transition: all 20s;
}

#intro .intro_bg video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: left center;
}

#intro_text {
	font-size: 1.2em;
	padding: 10em 0;
}

#intro .logo_ovl {
	position: absolute;
	height: 45vh;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	opacity: 0;
	transition: opacity 3s;
	transition-delay: 1s;
}

.page_init2 #intro .logo_ovl {
	opacity: 1;
}

#intro .logo_ovl img {
	height: 100%;
	width: auto;
}


#intro .slogan_ovl {
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	font-size: 1.4vw;
	color: #fff;
	width: 100%;
	opacity: 0;
	transition: opacity 1s;
}

.page_init1 #intro .slogan_ovl {
	opacity: 1;
}

.page_init2 #intro .slogan_ovl {
	opacity: 0;
}

/* kontakt */


#kontakt a {
	color: inherit;
}



/* footer */


#footer .block_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3vw;
	
}

#footer .footer_cols {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	color: #000;
	font-size: 0.85em;
	display: grid;
	grid-template-columns: 1fr auto;
}



.footer_logo img {
	height: 4em;
	width: 12em;
	object-fit: contain;
	object-position: left center;
}



.footer_cols .col2 {
	/*text-align: right;*/
}

.footer_cols.row2 {
	padding-top: 3em;
}


.btn_btt {
	position: absolute;
	left: 2.5vw;
	bottom: 2.5vw;
	height: 1.5vw;
	width: auto;
	cursor: pointer;	
}

#footer a {
	color: inherit;
}




.btn_datenschutz, .btn_impressum {
	cursor: pointer;
}

.logo_bg_main {
	height: 6em;
	width: auto;
	position: relative;
}

.logo_bg_sym {
	height: 4.6em;
	position: absolute;
	margin-left: -6em;
	margin-top: -0.3em;
}

.logo_iw {
	height: 5.5em;
	width: auto;
	filter: brightness(0) opacity(0.4);
}

.logo_iw:hover {
	filter: brightness(1) opacity(1);
}



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

figure {
	/*overflow: hidden;*/
}

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

.bu_boxen {
	gap: 2em;
}

.bu_boxen > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bu_img_bg {
	aspect-ratio: 4/3.2;
	overflow: hidden;
}

.bu_img_bg a {
	display: contents;
}

.bu_img_bg img {	
	object-fit: cover;
	object-position: center center;
	height: 100%;
	transform: scale(1);
	transition: all 1s;
}

.bu_img_bg:hover img {
	transform: scale(1.1);
}

.box_enea .bu_img_bg img {
	object-position: right center;
}

.bu_logo {
	height: 3.7vw;
	width: auto;
	position: absolute;
	pointer-events: none;
}

.box_agh .bu_logo {
	/*height: 6vw;*/
}

.bu_logo img {
	height: 100%;
	width: auto;
}


/*------------------------------------*\
    FORMULAR
\*------------------------------------*/


.form_wrapper {
	width: 100%;
	padding: 1em 0vw 6vw 0vw;
	background-color: transparent;
}

.form_wrapper p {
	display: contents;
}

.form_wrapper .def_col > p > *, .response_wrapper {
	display: grid;
	grid-template-columns: 1fr;
	text-align: center;
}

.form_wrapper input[type="text"], .form_wrapper input[type="email"], textarea, .form_wrapper select {
	border: none;
	width: 100%;
	letter-spacing: 0.05em;
	padding: 0.1em 0.1em;
	font-family: "minerva-modern", sans-serif;
	color: #000000;
	border-bottom: 1px solid !important;
	background-color: transparent;
	font-weight: normal;
	margin-bottom: 1.5em;
	margin-top: 1em;
	text-align: center;
	border-radius: 0;
	-webkit-appearance:none;
}

.form_wrapper .row_checkbox {
	padding-bottom: 1em;
}

/*
span[data-name="Anrede"]::after, span[data-name="AufmerksamDurch"]::after, span[data-name="AktuelleWohnsituation"]::after, span[data-name="Wohnsituation"]::after {
	content: '▼';
	font-family: Arial;
	position: absolute;
	right: 0.5em;
	top: 0.2em;
	font-size: 0.7em;
	pointer-events: none;
}
*/




#Interesse {
	display: flex;
	flex-direction: row;
}

#Interesse .wpcf7-list-item {
	margin: 0.3em 1.5em 0 0;
}

#Interesse .wpcf7-list-item.last {
	margin: 0.3em 0 0 0;
}






#Interesse .wpcf7-list-item {
	display: inline-block;
}

.wpcf7-list-item-label {
	position: relative;
	margin-left: -1em;
	margin-right: 4em;
}

.wpcf7-list-item-label::before {
	content: "(  )";
	position: relative;
	letter-spacing: 0.2em;
}

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

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: 'x';
	position: absolute;
	/*width: 0.5em;
	height: 0.5em;
	border-radius: 100%;
	background-color: #000;*/
	left: 0.4em;
	top: -0.4em;
}



.form_wrapper_inner p {
	margin: 0;
}

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

.form_line_2col span.PLZ {
	width: 29%;
}

.form_line_2col span.Ort {
	width: 68%;
}

textarea {
	height: 8em;
}

input[type="submit"] {
	position: relative;
	border: none;
	background-color: transparent;
	letter-spacing: 0.02em;
	color: #4A4A4A;
	font-size: 1.2em;
	font-weight: 500;
	transition: all 1s;
	-webkit-appearance:none;
	border-radius: 0;	
	transform: scale(1);
	color: #707070;
	background-color: transparent;
	border-radius: 2em;
	box-shadow: none;
	border: 1px solid #707070;
	text-decoration: none;
	padding: 0.2em 1.8em 0em 1.8em;
	font-size: 2.4em;
	font-weight: 500;
	/*text-transform: uppercase;*/
	transition: all 0.5s;
	font-family: 'Freshtea';
}

input[type="submit"]:hover {
	background-color: #707070;
	color: #E6E0D8;
}

.submit_btn_wrapper {
	position: relative;
	margin-top: 1vw;
}



.submit_btn_wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	filter: brightness(0) invert(1);
background-image: url(/wp-content/uploads/2024/11/arrow_long.svg);
	background-position: 1vw center;
	background-repeat: no-repeat;
	background-size: auto 0.85vw;
	z-index: 3;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.submit_btn_wrapper:hover::before  {
	background-position: 2vw center;
}



span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 0.7em;
	bottom: 0em;
	left: 0em;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	margin-top: 0.5em;
	border: none;
	background-color: rgba(166,0,2,1);
	color: #fff;
	line-height: 150%;
}

div.wpcf7-response-output {
	margin-top: 0.5em;
}

div.wpcf7-mail-sent-ok {
	border: none;
	background-color: rgba(35,135,0,1);
	line-height: 150%;
	color: #fff;
	display: none;
}

.contactform_sent_ct {
	display: none;
}

.contactform_sent {
	display: block;
	width: 100%;
	height: 140px;
	text-align: center;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 1vw;
	border: none;
	background-color: #168300;
	color: #fff;
	font-weight: normal;
	padding: 1em;
	font-size: 1.2em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	padding-left: 0;
	color: #dc3232;
	background-color: transparent;
}



.txt_development_ct {
		position: absolute;
		color: #fff;
		right: 6vw;
		top: 5.8vw;
	}




/* cookie notice */


.page #cookie-notice {
min-width: unset;
	width: calc(100% - 5vw);
	max-width: 800px;
	right: 2.5vw;
	left: auto;
	bottom: 2.5vw;
z-index: 19;
	font-size: 1.6em;
	line-height: normal;
	font-weight: 300;
}

.page #cookie-notice .btn_datenschutz {
	text-decoration: underline;
	cursor: pointer;
}

.page .cookie-notice-container {
	text-align: left;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 2em;
}

.page #cn-notice-text {
	/*width: 50%;*/
	font-family: "Open Sans", sans-serif;
}

.page .cookie-notice-container #cn-notice-buttons {
	display: block !important;
	position: relative;
	text-align: right;
	padding-top: 0.5em;
	width: 100%;
}

.page #cookie-notice .cn-button:not(.cn-button-custom) {
	background-color: #E3E3A7 !important;
	color: #203516;
	border: none;
	padding: 0.8em 1.5em;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 1.4em;
	font-family: "Open Sans", sans-serif;
	border-radius: 0;
}

.page #cookie-notice .cn-button:not(.cn-button-custom):hover {
	background-color: #fff !important;
}

.page #cn-close-notice {
	display: none;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container, #cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
	display: none !important;
}


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

@font-face {
    font-family: 'Freshtea';
    src: url('/wp-content/themes/html5blank-stable/fonts/font.woff2') format('woff2'),
         url('/wp-content/themes/html5blank-stable/fonts/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}






h2 {
  font-weight: 500;
  font-style: normal;
	font-size: 1.7em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.3;
}





.wp-block-button__link {
	color: #707070;
	background-color: transparent;
	border-radius: 2em;
	box-shadow: none;
	border: 1px solid #707070;
	text-decoration: none;
	padding: 0.2em 1.8em;
	font-size: 2.1em;
	font-weight: 500;
	/*text-transform: uppercase;*/
	transition: all 0.5s;
	font-family: 'Freshtea';
}

.wp-block-button__link:hover {
	color: #E6E0D8;
	background-color: #707070; 
}






hr.text_trenner {
	border-top: 1px solid #707070;
	width: 100%;
	margin: 0 auto;
}


.einzug1 {
	padding-left: 5em;
	padding-right: 5em;
}

.page-id-1625 {
	background-color: #F6F1ED;
}

.page-id-1625 #footer {
	background-color: #A8A49E;
	color: #fff;
}

.page-id-1625 #footer .footer_cols {
	color: #fff;
}

.page-id-1625 .logo_iw {
	filter: brightness(0) invert(1) opacity(1);
}

.page-id-1625 .logo_iw:hover {
	filter: brightness(1) invert(0) opacity(1);
}

.page-id-1625 .logo_bg_main:hover {
	filter: brightness(0);
}

.page-id-1625 .logo_bg_main {
	filter: brightness(0) invert(1);
}

/* menu */

.page-id-1625 header {
	display: none;
}

.nav_wrapper {
	display: flex;
	justify-content: flex-end;
	position: sticky;
	top: 0;
	z-index: 10;
	pointer-events: none;
	/*font-family: "Gotham A", "Gotham B";*/
font-style: normal;
font-weight: 300;
}



.menu_icon {
	pointer-events: auto;
	position: relative;
	top: 2em;
	right: 12em;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu_icon::before {
	content: '';
	width: 0em;
	height: 1px;
	background-color: #707070;
	transform: rotate(45deg);
	position: absolute;
	transition: all 0.5s;
	pointer-events: none;
}

.menu_icon::after {
	content: '';
	width: 0em;
	height: 1px;
	background-color: #707070;
	transform: rotate(-45deg);
	position: absolute;
	transition: all 0.5s;
	pointer-events: none;
}

.nav_wrapper.active .menu_icon::before, .nav_wrapper.active .menu_icon::after {
	width: 3em;
}

.menu_icon span {
	width: 6em;
	height: 6em;
	background-color: rgba(255,0,0,0);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-weight: 400;	
	opacity: 1;
	transition: all 0.5s;
}

.nav_wrapper.active .menu_icon span {
	opacity: 0;
}

.menu_items_wrapper {
	position: absolute;
	background-color: #F5F4F0;
	right: 0;
	width: 18em;
	display: flex;
	flex-direction: column;
	top: 0;
	pointer-events: auto;
	padding: 1.7em;
	padding-top: 8.5em;
	line-height: 1.8;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
}

.nav_wrapper.active .menu_items_wrapper {
	transform: translateX(0);
	pointer-events: auto;
	opacity: 1;
}

.menu_items_wrapper a {
	display: inline-block;
	margin: 0.3em 0;
	font-size: 0.9em;
	color: #707070;
}

.menu_items_wrapper a.active::before {
	/*content: '> ';*/
}


/* wohnungsliste */

.page-id-1625 main {
	overflow: unset;
}

.ang_iso {
	padding-bottom: 3em;
	position: relative;
}

.ang_iso h2 {
	text-align: center;
	margin-top: 3em;
}

.ang_iso_inner {
	background-color: #F5F4F0;
	position: relative;
	top: 0;
	display: grid;
	grid-template-columns: 1.8fr 1fr;
}

.ang_iso_img {
	display: flex;
	justify-content: center;
	padding-left: 7em;
}

.ang_iso_img svg {
	height: auto;
	width: 95%;
}

.ang_iso_ovw {
	display: flex;
	justify-content: center;
	padding-right: 2em;
}

.ang_iso_ovw img {
	height: auto;
	width: 40%;
}

.ang_list_wrapper h2 {
	padding-left: 0.5em;
}

.ang_spacer {
	height: 6em;
}

.ang_list {
	display: grid;
	grid-template-columns: repeat(9, auto);
}

.whg_row {
	display: contents;
}

.whg_row a {
	color: inherit;
}

.whg_row a:hover {
	border-bottom: 2px solid;
}

.whg_row > div {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid;
}

.whg_row[data-wid='dispo1'] > div, .whg_row[data-wid='pp1'] > div {
	margin-top: 2em;
}

.whg_row[data-wid='parking1'] > div {
	display: flex;
	align-items: flex-end;
}

.whg_row.row_item:hover > div {
	background-color: #707070;
	color: #fff;
}

[data-wid='dispo1'] > div, [data-wid='dispo2'] > div, [data-wid='parking1'] > div, [data-wid='pp2'] > div {
	background-color: transparent !important;
	color: #707070 !important;
}

.whg_row .col1 {
	padding-left: 0.8em;
}

.whg_row.row_header {
	font-weight: 500;
	text-transform: uppercase;
}

.whg_row.row_header > div {
	border-bottom: none;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}


.whg_row[data-wid='pp1'] .col1, .whg_row[data-wid='pp2'] .col1 {
	grid-column: 1 / -3;
}

.whg_row[data-wid='pp1'] .col2, .whg_row[data-wid='pp2'] .col2,
.whg_row[data-wid='pp1'] .col3, .whg_row[data-wid='pp2'] .col3,
.whg_row[data-wid='pp1'] .col4, .whg_row[data-wid='pp2'] .col4,
.whg_row[data-wid='pp1'] .col5, .whg_row[data-wid='pp2'] .col5,
.whg_row[data-wid='pp1'] .col6, .whg_row[data-wid='pp2'] .col6,
.whg_row[data-wid='pp1'] .col7, .whg_row[data-wid='pp2'] .col7 {
	display: none;
}


#a1, #a2, #a101, #a102, #a201, #a202, #b1, #b2, #b101, #b102, #b201 {
	opacity: 0;
}

.a1 #a1, .a2 #a2, .a101 #a101, .a102 #a102, .a201 #a201, .a202 #a202, .b1 #b1, .b2 #b2, .b101 #b101, .b102 #b102, .b201 #b201 {
	opacity: 1;
}




/* fader gallery */


.fader_gallery {
	position: relative;
	width: 100%;
	padding-top: 56%;
}

.fader_gallery figure {
	position: absolute !important;
	width: 100% !important;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 2s;
}

.fader_gallery figure.active {
	opacity: 1;
	pointer-events: auto;
}

.fader_gallery figure a {
	display: contents;
}

.fader_gallery figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
}


.we_fader_dots {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 1em;
	padding-right: 2.3em;
}

.we_fader_dot {
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #4D4C4C;
	margin: 0 0.5em;
	display: inline-block;
	opacity: 0.6;
	cursor: pointer;
	transition: all 0.5s;
}

.we_fader_dot.active {
	background-color: #4D4C4C;
	border: 1px solid #4D4C4C;
	opacity: 1;
}

.we_fader_dot.drone_dot {
	border: none !important;
	background-color: transparent !important;
	background-image: url(/wp-content/uploads/2025/04/drone-record.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: scale(1.6);
	margin-left: 0.8em;
}

.we_fader_dot.drone_dot.active {
	animation: drone 2s infinite ease-in-out;
}

  @keyframes drone {
      0%   { transform: translateY(0) scale(1.6); }
      50%  { transform: translateY(-0.3em) scale(1.6); }
      100% { transform: translateY(0) scale(1.6); }
    }

#fader_gallery2 {
	padding-top: calc(57% + 3.6em);
}


.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 1em;
	color: #fff;
	padding: 0;
	padding-top: 0.5em;
	height: 3.6em;
	text-align: center;
	background: none;
	text-shadow: none;
	background-color: transparent;
	bottom: -1px;
	text-shadow: 0 0 0.2em #000;
}

.fancybox__caption {
	position: absolute;
	bottom: 18px;
	color: #fff;
	font-size: 0.8vw;
	z-index: 50;
}











/*------------------------------------*\
    PAGE ANI
\*------------------------------------*/

.col_text {
	position: relative;
	z-index: 2;
}

@media only screen and (min-width : 782px)  {
	
	.anim {
		transition: all 1.5s;
	}
	
	
	h2.anim {
		transition-duration: 2s;
		transform: translateY(1.5em);
		opacity: 0;
	}
	
	
	h2.anim.inview {
		transform: translateY(0);
		opacity: 1;
	}
	
	
	p.anim {
		transition-duration: 2s;
		transform: translateY(4em);
		opacity: 0;
	}
	
	
	p.anim.inview {
		transform: translateY(0);
		opacity: 1;
	}
	
	
	#intro_text .anim {
		opacity: 0;
		transition-duration: 3s;
		transform: scale(1.3);
	}
	
	#intro_text .anim.inview {
		opacity: 1;
		transform: scale(1);
	}
	
	#projekt figure.anim {
		opacity: 0;
		clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
	}
	#projekt figure.anim.inview {
		opacity: 1;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	
	figure.imgdefani.anim {
		opacity: 0;
		clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
	}
	figure.imgdefani.anim.inview {
		opacity: 1;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	
	.box_agh.anim {
		opacity: 0;
		transform: scale(0.7);
	}	
	.box_agh.anim.inview {
		opacity: 1;
		transform: scale(1);
	}
	
	.box_molteni.anim {
		opacity: 0;
		transform: scale(0.7);
		transition-delay: 0.3s;
	}	
	.box_molteni.anim.inview {
		opacity: 1;
		transform: scale(1);
	}
	
	.box_enea.anim {
		opacity: 0;
		transform: scale(0.7);
		transition-delay: 0.6s;
	}	
	.box_enea.anim.inview {
		opacity: 1;
		transform: scale(1);
	}
	
	#kontakt .col_text.anim {
		opacity: 0;		
		transform: translateX(4em);
	}
	#kontakt .col_text.anim.inview {
		opacity: 1;	
		transform: translateX(0em);
	}
	
	#kontakt .col_form.anim {
		opacity: 0;		
		transform: translateY(4em);
	}
	#kontakt .col_form.anim.inview {
		opacity: 1;	
		transform: translateY(0em);
	}
	
	
	.button_wrapper.anim {
		opacity: 0;
		transform: translateY(2em);
	}
	
	.button_wrapper.anim.inview {
		opacity: 1;
		transform: translateY(0em);
	}
	
	
	
	
}





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



@media only screen and (max-width : 1600px)  {
	
	.wrapper {
		font-size: 0.9vw;
	}
	

	
}






@media only screen and (max-width : 1400px)  {
	
	main section article {
	width: 86%;
}
	
	.wrapper {
		font-size: 1.2vw;
	}
	
	.header {
		width: 6vw;
	}
	
	.header .logo img {
		height: auto;
		max-height: 90vh;
		width: 1.2em;
	}
	
	.form_wrapper .def_col > p > * {
		/*grid-template-columns: 3fr 8fr;*/
	}
	
	.datenschutz_wrapper, .impressum_wrapper {
		font-size: 1em;
	}
	
	
	#kontakt .col1 {
		width: 40%;
		padding-right: 2em;
	}
	
	.datenschutz_wrapper, .impressum_wrapper {
		width: 680px;
		left: -700px;
	}
	
	.datenschutz_ct {
		padding-left: 2em;
		padding-top: 10em;
	}
	
	.page #cn-notice-text {
		width: calc(100% - 160px);
	}
	
	
	
	.row_header > div {
		padding-right: 1em;
	}
	
	.row_header > div:last-of-type {
		padding-right: 0;
	}
	
	.ang_list {
		/*grid-template-columns: repeat(8, auto);*/
	}
	
	h2 br {
		display: none;
	}
	
	.header_inner .logo-img {
		height: 20vmin;
	}
	
	#projekt .wp-block-columns {
		flex-direction: column-reverse;
		flex-wrap: nowrap !important;
	}
	
	#projekt .text_box {
		transform: translateX(0em) translateY(0em);
	}
		
	#projekt .button_wrapper {
		padding-left: 0em;
	}
	
	#architektur h2 {
		margin-bottom: 1em;
	}
	
	#architektur .wp-block-columns {
		flex-direction: column;
	}
	
	#architektur .text_box {
		transform: translateX(0em) translateY(0em);
	}
		
	 #architektur .button_wrapper {
		padding-left: 0em;
	}
	
	#architektur .wp-block-buttons.is-content-justification-left {
		justify-content: center;
	}
	
	
	#wohnungen .wp-block-columns {
		flex-direction: column;
		flex-wrap: nowrap !important;
	}
	
	#wohnungen .wp-block-gallery {
		transform: translateX(0em);
	}
	
	#wohnungen .text_box {
		transform: translateX(0em) translateY(0em);
	}
	
	#wohnungen .wp-block-buttons {
		justify-content: center;
	}
	
	#wohnungen .button_wrapper {
		padding-right: 0em;
	}
	
	
	
	#wohnungsangebot .wp-block-columns {
		flex-direction: column;
	}
	
	.ang_iso {
		/*padding: 0 2em;*/
	}
	
	.ang_list, .text_pp {
		font-size: 0.8em;
	}
	
	.ang_iso_text {
		font-size: 0.8em;
	}
	
	
	#lage .wp-block-columns {
		flex-direction: column;
		flex-wrap: nowrap !important;
	}
	
	#lage .lage_content {
		padding-top: 3em;
	}
	
	#lage .text_box {
		transform: translateX(0em) translateY(0em);
	}
	
	nav a {
		margin: 1em 1.8em;
	}
	
	
	h2.has-text-align-right {
		text-align: left;
	}
	
	.menu_icon {
		right: 0;
		top: 0;
		transition: all 0.5s;
		background-color: #F5F4F0;
	}
	
	.nav_wrapper.active .menu_icon {
		right: 12em;
	}

	.menu_items_wrapper {
		padding-top: 6em;
	}
	
	
}



@media only screen and (max-width : 960px)  {
	
	
	.wrapper {
		font-size: 1.4vw;
	}
	
	
	#intro .elements_grid {
		height: calc(100vmin - 5vw);
	}
	
	
	.datenschutz_wrapper, .impressum_wrapper {
		width: 100%;
		left: -105%;
	}
	
	.page .cookie-notice-container #cn-notice-buttons {
		top: auto;
		display: block !important;
		text-align: center;
	}
	
	.page #cn-notice-text {
		width: 100%;
	}
	
	#intro .intro_text_wrapper {
		height: 100vmin;
	}
	
	#intro .wp-block-video video {
		/*height: 100vmin;*/
	}
	
	#intro .intro_logo img {
		height: auto;
		width: 50vmin;
	}
	
	
	
}



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

	
	.wrapper {
		font-size: 18px;
	}
	
	.header .logo img {
		width: 0.8em;
	}
	
	
	h2 br {
		display: none;
	}
	
	.mobno {
		display: none;
	}
	
	#intro .elements_grid {
		height: calc(100vmin - 25vw);
	}

	.element_col {
		font-size: 1em;
	}
	
	#intro .text_row {
		padding: 3vw 5vw;
		flex-direction: column;
	}
	
	#intro .text_ct {
		width: 100%;
		padding-right: 0;
	}
	
	#intro .text_ct.text2 {
		padding-top: 2em;
	}
	
	
	#lage .text_ct {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	#lage .img1, #lage .img2 {
		width: 100%;
		height: auto;
		margin-top: 1em;
	}
	
	.btn_def {
		font-size: 16px;
		padding-left: 60px;
	}
	
	.btn_def::before {		
		width: 40px;
		left: 0vw;
		top: 4px;
		height: 15px;
		background-size: auto 10px;
		transform: rotate(0deg) translateX(0);
	}
	
	.btn_def:hover::before {
	transform: rotate(0deg) translateX(10px);
}
	
		.btn_dl {
		font-size: 16px;
	}
	
	.btn_dl::after {
		width: 1.2em;
		height: 1.2em;
	}
	
	
	
	
	#kontakt .col1 {
		width: 100%;
		padding-right: 0;
	}
	
	#kontakt .col2 {
	padding-top: 3em;
	width: 100%;
	}
	
	.form_wrapper {
		width: 100%;
		padding: 0;
	}
	
.datenschutz_wrapper, .impressum_wrapper {
		width: 100%;
		left: -105%;
	}
	
	.wpcf7-spinner {
		left: 0;
		bottom: -2em;
	}
	
	#footer .footer_cols {
		grid-template-columns: 1fr;
	}
	
	#footer {
		padding-top: 6em;
		font-size: 0.9em;
		padding-left: 20%;
	}
	
	.footer_cols.row2 .col2 {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	

	.footer_logo img {
		object-position: center center;
	}
	
	
	.btn_btt {
		left: 5vw;
		bottom: 5vw;
		height: 1.5em;
	}
	
	
	
	
	.submit_btn_wrapper::before {
		background-position: 1em center;
		background-size: auto 0.75em;
	}
	
	
	
	
	
	
	
	

	
	

	
	.ang_iso_text {
		display: none !important;
	}
	
	
	.page #cookie-notice {
		right: 0;
		width: 100%;
		bottom: 0;
		font-size: 1.4em;
	}
	
	.contactform_sent {
	height: 240px;
		padding-top: 2em;
}
	
	
	.lage_slide_wrapper .wp-block-button__link {
		font-size: 1.4em;
	}
	
	main section article, .header_inner {
		width: 94%;
	}
	
	.bu_logo {
		height: 12vw;
	}
	
	.box_agh .bu_logo {
		height: 21vw;
	}
	
	.form_wrapper .def_col > p > * {
		/*grid-template-columns: 1.4fr 2fr;*/
	}
	
	#intro .intro_bg {
		height: 180vw;
	}
	
	#intro .logo_ovl {
		height: auto;
		width: 70%;
	}
	
	#intro .logo_ovl img {
		height: auto;
		width: 100%;
	}
	
	h2 {
		font-size: 1.3em;
	}
	
	#intro .intro_bg video {
		object-position: 10% center;
	}
	
	#intro .slogan_ovl {
		position: absolute;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 3;
		font-size: 5vw;
		padding: 0 4vw;
		color: #fff;
		width: 100%;
		opacity: 0;
		transition: opacity 1s;
	}
	
		.whg_row > div:nth-child(2), .whg_row > div:nth-child(4), .whg_row > div:nth-child(5), .whg_row > div:nth-child(6), .whg_row > div:nth-child(7) {
		display: none;
	}
	
	.ang_list {
		grid-template-columns: repeat(4, auto);
	}
	
	.einzug1 {
		padding-left: 0em;
		padding-right: 0em;
	}
	
}





@media only screen and (max-width : 600px)  {
	
	.rt_desk {
		display: none;
	}
	
	.rt_mobile {
		display: inherit;
	}
	
	
	.wrapper {
		font-size: 16px;
		line-height: 1.6;
	}
	
	.header .logo img {
		width: 0.85em;
	}
	
	.datenschutz_close {
		top: 2em;
	}
	
	.datenschutz_ct {
		padding-left: 1em;
		padding-top: 5em;
		font-size: 14px;
		padding-right: 5em;
		line-height: normal;
	}
	
	.datenschutz_close {
		top: 0.5em;
		right: 0.5em;
	}
	
	
	span[data-name="AufmerksamDurch"] {
		letter-spacing: normal;
	}
	
	.plzort_wrapper {
	grid-template-columns: 1fr;
	grid-gap: 0em;
}
	
	
	
	
	.whg_row > div:last-of-type {
		text-align: center;
	}
	
	.whg_row[data-wid="parking1"] > div:last-of-type {
		justify-content: center;
	}
	
	.row_tg div:nth-of-type(1) {
		text-align: left;
	}
	
	.row_pp div:nth-of-type(1) {
		grid-column: 1 / -2;
		text-transform: none;
	}
	


	.we .text_ct, .row_pp {
		-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
	}

	.isoview_ctrl {
		left: 1em;
	}
	
	.isoview_ctrl.isoview_next {
		right: 1em;
	}
	
	.wp-block-button__link {
		font-size: 1.3em;
	}
	
	.lage_slide_wrapper .wp-block-button__link {
		font-size: 1em;
	}
	
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		font-size: 0.8em;
		height: 5.4em;
	}
	


	.header_spacer {
		height: 2em !important;
	}
	
	.text_box {
		padding: 0.5em 1em;
	}
	

	
	#Interesse {
		flex-direction: column;
	}
	
	.response_wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}
	
	.ang_iso_img {
		padding-left: 0;
	}
	
	.ang_iso_ovw {
		padding-right: 0;
	}
	
	.ang_iso_ovw img {
		width: 80%;
	}
	
	
}












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

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
	}
}
