/*
 Theme Name:   Sydney Child
 Description:  Child Theme für Sydney für Lenné Quartier
 Author:       Carsten M. Schulz
 Author URI:   https://stableweb.de
 Template:     sydney
 Version:      0.1
 Text Domain:  sydney-child
*/

/* Lenné Quartier https://lenne-quartier.de/ */

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/barlow-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/barlow-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/barlow-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/barlow-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
	--white: #ffffff;
	--bg: #fdfdfd;
	--typo: #030303;
	--dark-blue: #003b5c;
	--link: #015383;
	--headline: #013b59;
	--light-blue1: #6ba4b8;
	--light-blue2: #8db9ca;
	--light-blue3: #a3c7d2;
	--light-blue4: #b9d3dc;
}

html, body {
	font-size: 16px;
	font-family: "Barlow", sans-serif !important;
	color: var(--headline);
	font-weight: 300;
	
}
.sydney-hero-area ~ .page-wrap {
  padding-top: 150px;
}
a.go-top {
	background-color: var(--dark-blue);
}
a.go-top:hover {
	background-color: var(--light-blue1);
}
.site-header {
	background-color: rgba(255,255,255,0) !important;
	padding: 5px 0;
	z-index: 10000;
}
.site-header.float-header {
	background-color: rgba(255,255,255,1) !important;
	z-index: 10000;
}
#header-right a {
	color: #efefef;
}
#header-right a:hover {
	color: #ffffff;
}

#mainnav {
	float: left;
}
#mainnav .dropdown-symbol {
	display: none;
}
#mainnav ul li a {
	font-size: 16px;
}

#mainnav ul li a, #mainnav ul li::before {
  color: #003b5c !important;
  text-transform: uppercase;
}
#mainnav ul li a:hover {
  color: #003b5c !important;
}
#mainnav, #header-center {
  justify-content: center;
}
@media (max-width: 992px){
	#mainnav, #header-center {
	  justify-content: right;
	  padding-right: 15px;
	}
}
/*
#mainnav .current-menu-item {
    border-bottom: 2px solid #276b6a !important;
}
*/
/*
#mainnav .current_page_item a {
    color: #ffffff !important;
	font-weight: bold !important;
}
#mainnav .current_page_item .sub-menu a {
	font-weight: normal;
}
*/
#mainnav > div > ul {
    margin-top: 45px;
}
#mainnav .sub-menu, #mainnav .sub-menu li, #mainnav .sub-menu li a {
	background-color: rgba( 0, 0, 0, 0.5 ) !important;
	color: #ededed;
}

@media (max-width:1200px){
	#mainnav ul li a {
		font-size: 16px;
	}
	#mainnav > div > ul {
	  margin-top: 60px;
	}
}

.btn-menu {
	float: none !important;
	margin: 15px auto;
}

.page-wrap .content-wrapper {
	background-color: transparent !important;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0px !important;
}
.bdt-pagepiling-slider {
	height: 50vh !important;
	/*
	filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); 
    filter: url(/elements/grayscale.svg#desaturate); 
    filter: gray;  
    -webkit-filter: grayscale(1); 
	*/
}
.bdt-pagepiling-slider:hover {
	filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
}

.elementor-image-carousel-wrapper  {
	height: 65vh;
	image-position: center;
}
.elementor-image-carousel-wrapper img {
	object-fit: cover;
	object-position: 50% 50%;
	image-position: center;
	height:100%;
}

.roll-button.button-slider:hover {
	background-color: rgba(39,107,106,0.9);
	font-size: 1.2em;
	color: white;
}
.header_telephon_right {
	font-size: 0.95em;
	display: inline-block;
	float: right;
	margin-top: 5px;
	font-family:  "Arial", Sans-serif;

}
.header_telephon_right .glyphicon {
	font-size: 0.8em;
}
.header-clone {
	display: none;
}
.site-logo {
	margin-bottom:15px;
}
.site-logo-right {
	margin-top: 26px;
}

.mobile-only {
	display:none;
}

#mainnav-mobi ul li {
	background-color: #003b5c;
	color: #E1DFDE;
	border-top: 1px solid #E1DFDE;
}
#mainnav-mobi ul > li > a  {
	background-color: #003b5c;
	color: #E1DFDE;
}
.btn-menu .sydney-svg-icon {
	fill: #E1DFDE !important;
}

#tgd-erkner-contact label {
	display: block;
}
#tgd-erkner-contact input, #tgd-erkner-contact select, #tgd-erkner-contact textarea {
	width: 100%;
}
#tgd_anfragebutton, #tgd_energieausweis {
	width: 100%;
	background-color: #830A21;
	font-weight: bold;
	color: #ACA49E;
}
#tgd_anfragebutton:hover, #tgd_energieausweis:hover {
	background-color: #5E0F18;
	color: #ffffff;
}
.tgd_anfrage_link, .tgd_anfrage_link a {
	color: #013b59  !important;
	font-weight: bold;
}
#tgd_energieausweis {
	margin: 30px 0;
	width: 100%;
	padding: 15px;
	text-align: center;
	display: block;
}
#tgd-erkner-contact_do, #tgd-contact-mit-danke-do {
	width: 100%;
	background-color: #003b5c;
	font-weight: bold;
	color: white;
}
#prospekt_bild {
	display: block;
	height: 84%;
	max-width: 100%;
	margin: 0 auto;
}
#prospekt_download {
	background-color: #830A21;
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	display: block;
	height: 7%;
	margin-top: 1%;
}
#prospekt_view, #prospekt_view_blaettern {
	background-color: #830A21;
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	display: block;
	height: 7%;
	margin-top: 1%;
}
#prospekt_view_container {
	display: none;
	position: fixed;
	bottom: 10%;
	left: 5%;
	width: 90%;
	height: 70%;
	background-color: rgba( 0, 0, 0, 0.9 );
	z-index: 2002;
}
#prospekt_viewer {
	width: 100%;
	height: 100%;
}
#prospekt_view_close {
	position: fixed;
	color: #CD2628;
	background-color: rgba( 255, 255, 255, 0.5 );
	bottom: 78%;
	right: 3%;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	z-index: 2003;
	padding: 0.2em;
	display: none;

}
#spalte_projekt_prospekt {
	margin-bottom: 15px;
}
#broschuere {
	/*background-color: #e0fcf0;*/
}
#broschuere img:nth-child(1) {
	width: 33%;
}
#broschuere #bild_broschuere img {
	width: 100%;
}

#button_broschuere {
	width: 100%;
	background-color: #728878;
}
#header_rundgang {
	display: none;
}
body.home #header_rundgang  {
	display: block;
	float: right;
}
body.home #header_rundgang img {
	height: 100px;
	margin-left: 50px;
	
}
a.pb-link img[alt=hide] {
	display: none;
}

h1 {
	color: #ACA49E  !important;
/*	border-bottom: 2px solid #728878 !important;
	padding-bottom: 20px !important;*/
	margin-bottom: 50px !important;
	text-align: center !important;
}
h2, h3 {
	color: #ACA49E  !important;
/*	border-bottom: 2px solid #728878 !important;
	padding-bottom: 20px !important;*/
	margin-bottom: 25px !important;
	text-align: left !important;
}
p ~ h2 {
	margin-top: 50px !important;
}
.claim {
	color: #ACA49E  !important;
	font-weight: bold;
}
.unter-h1 {
}
#sidebar-footer.widget-area .widget ul li {
	padding: 0; 
}

.hochkant  {
	height: 100%
}	
.tgd_gallery {
	display: grid;
	grid-column-gap: 1vh;
	grid-row-gap: 1vh; 
}
#gallery_impressionen {
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(8, 1fr);
}

#gallery_impressionen .div1 { grid-area: 1 / 5 / 3 / 6; }
#gallery_impressionen .div2 { grid-area: 1 / 1 / 2 / 3; }
#gallery_impressionen .div3 { grid-area: 1 / 3 / 2 / 4; }
#gallery_impressionen .div4 { grid-area: 1 / 4 / 2 / 5; }
#gallery_impressionen .div5 { grid-area: 2 / 1 / 3 / 2; }
#gallery_impressionen .div6 { grid-area: 2 / 2 / 3 / 3; }
#gallery_impressionen .div7 { grid-area: 2 / 3 / 3 / 4; }
#gallery_impressionen .div8 { grid-area: 2 / 4 / 3 / 5; }
#gallery_impressionen .div9 { grid-area: 3 / 1 / 4 / 2; }
#gallery_impressionen .div10 { grid-area: 3 / 2 / 4 / 3; }
#gallery_impressionen .div11 { grid-area: 3 / 3 / 4 / 4; }
#gallery_impressionen .div12 { grid-area: 3 / 4 / 4 / 5; }
#gallery_impressionen .div13 { grid-area: 3 / 5 / 4 / 6; }
#gallery_impressionen .div14 { grid-area: 4 / 1 / 6 / 2; }
#gallery_impressionen .div15 { grid-area: 4 / 4 / 5 / 5; }
#gallery_impressionen .div16 { grid-area: 4 / 5 / 5 / 6; }
#gallery_impressionen .div17 { grid-area: 4 / 2 / 5 / 4; }
#gallery_impressionen .div18 { grid-area: 5 / 3 / 7 / 4; }
#gallery_impressionen .div19 { grid-area: 5 / 2 / 6 / 3; }
#gallery_impressionen .div20 { grid-area: 6 / 1 / 7 / 3; }
#gallery_impressionen .div21 { grid-area: 6 / 4 / 7 / 6; }
#gallery_impressionen .div22 { grid-area: 5 / 4 / 6 / 5; }
#gallery_impressionen .div23 { grid-area: 5 / 5 / 6 / 6; }
#gallery_impressionen .div24 { grid-area: 7 / 5 / 9 / 6; }
#gallery_impressionen .div25 { grid-area: 7 / 4 / 8 / 5; }
#gallery_impressionen .div26 { grid-area: 7 / 3 / 8 / 4; }
#gallery_impressionen .div27 { grid-area: 8 / 3 / 9 / 5; }
#gallery_impressionen .div28 { grid-area: 7 / 2 / 8 / 3; }
#gallery_impressionen .div29 { grid-area: 8 / 2 / 9 / 3; }
#gallery_impressionen .div30 { grid-area: 7 / 1 / 9 / 2; } 


#gallery_impressionen2 {
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(5, 1fr);
}

#gallery_impressionen2 .div1 { grid-area: 1 / 1 / 3 / 2; }
#gallery_impressionen2 .div2 { grid-area: 1 / 2 / 2 / 4; }
#gallery_impressionen2 .div3 { grid-area: 1 / 4 / 2 / 5; }
#gallery_impressionen2 .div4 { grid-area: 1 / 5 / 2 / 6; }
#gallery_impressionen2 .div5 { grid-area: 2 / 2 / 3 / 3; }
#gallery_impressionen2 .div6 { grid-area: 2 / 3 / 4 / 4; }
#gallery_impressionen2 .div7 { grid-area: 2 / 4 / 3 / 5; }
#gallery_impressionen2 .div8 { grid-area: 2 / 5 / 3 / 6; }
#gallery_impressionen2 .div9 { grid-area: 3 / 1 / 4 / 3; }
#gallery_impressionen2 .div10 { grid-area: 3 / 4 / 4 / 6; }
#gallery_impressionen2 .div11 { grid-area: 4 / 1 / 6 / 2; }
#gallery_impressionen2 .div12 { grid-area: 4 / 2 / 5 / 3; }
#gallery_impressionen2 .div13 { grid-area: 5 / 2 / 6 / 3; }
#gallery_impressionen2 .div14 { grid-area: 4 / 3 / 5 / 4; }
#gallery_impressionen2 .div15 { grid-area: 4 / 4 / 5 / 5; }
#gallery_impressionen2 .div16 { grid-area: 5 / 3 / 6 / 5; }
#gallery_impressionen2 .div17 { grid-area: 4 / 5 / 6 / 6; } 

#gallery_renderings {
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

#gallery_renderings .div1 { grid-area: 1 / 5 / 3 / 6; }
#gallery_renderings .div2 { grid-area: 1 / 1 / 2 / 3; }
#gallery_renderings .div3 { grid-area: 1 / 3 / 2 / 4; }
#gallery_renderings .div4 { grid-area: 1 / 4 / 2 / 5; }
#gallery_renderings .div5 { grid-area: 2 / 1 / 3 / 2; }
#gallery_renderings .div6 { grid-area: 2 / 2 / 3 / 3; }
#gallery_renderings .div7 { grid-area: 2 / 3 / 3 / 4; }
#gallery_renderings .div8 { grid-area: 2 / 4 / 3 / 5; }
#gallery_renderings .div9 { grid-area: 3 / 1 / 4 / 2; }
#gallery_renderings .div10 { grid-area: 3 / 2 / 4 / 3; }
#gallery_renderings .div11 { grid-area: 3 / 3 / 4 / 4; }
#gallery_renderings .div12 { grid-area: 3 / 4 / 4 / 5; }
#gallery_renderings .div13 { grid-area: 3 / 5 / 4 / 6; }


#gallery_lage {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(4, 1fr); 
}
#gallery_lage .div1 { grid-area: 1 / 1 / 2 / 3; }
#gallery_lage .div2 { grid-area: 1 / 3 / 3 / 4; }
#gallery_lage .div3 { grid-area: 1 / 4 / 2 / 5; }
#gallery_lage .div4 { grid-area: 2 / 1 / 3 / 2; }
#gallery_lage .div5 { grid-area: 2 / 2 / 3 / 3; }
#gallery_lage .div6 { grid-area: 2 / 4 / 3 / 5; }
#gallery_lage .div7 { grid-area: 3 / 1 / 5 / 2; }
#gallery_lage .div8 { grid-area: 3 / 3 / 4 / 5; }
#gallery_lage .div9 { grid-area: 3 / 2 / 4 / 3; }
#gallery_lage .div10 { grid-area: 4 / 2 / 5 / 4; }
#gallery_lage .div11 { grid-area: 4 / 4 / 5 / 5; }  

#gallery_projekt {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr); 
}
#gallery_projekt .div1 { grid-area: 1 / 1 / 2 / 3; }
#gallery_projekt .div2 { grid-area: 1 / 3 / 2 / 4; }
#gallery_projekt .div3 { grid-area: 1 / 4 / 2 / 5; }
#gallery_projekt .div4 { grid-area: 2 / 1 / 3 / 2; }
#gallery_projekt .div5 { grid-area: 2 / 2 / 3 / 3; }
#gallery_projekt .div6 { grid-area: 2 / 3 / 3 / 5; } 

.tgd_gallery div img {
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%;
	min-width: 100%;
	
	filter: grayscale(75%); /* Standard */
    -webkit-filter: grayscale(75%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(0.75); /* Old WebKit */
	
	-webkit-transition: top 0.5s ease-out,-webkit-transform 0.5s ease-out;
	-moz-transition: top 0.5s ease-out,-moz-transform 0.5s ease-out;
	-o-transition: top 0.5s ease-out,-o-transform 0.5s ease-out;
	transition: top 0.5s ease-out,transform 0.5s ease-out;	
	overflow: hidden;
	
}
.tgd_gallery div img:hover {
	filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
	
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	
}
.tgd_gallery div {
	background-color: #ACA49E;
	max-height: 25vh;
	overflow: hidden;
	/*color: #728878;*/
}
.tgd_gallery div.doppelh {
	max-height: 51vh;
}
.tgd_gallery div span {
	font-size: 2em;
	display:block;
	padding:10%;
}
.tgd_gallery div img.text {
	filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
	height: auto;
	width:100%;
	padding: 10%;
	background-color: #ACA49E;
}
@media (max-width:767.999px){
	.tgd_gallery div img.text {
		padding: 2%;
	}
}
.page-template-page_front-page .page-wrap, .projects-template-post_full .page-wrap, .projects-template-post_full .page-wrap .content-wrapper {
	padding-top: 122px;
}
.gallery_blur, .gallery_blur div {
	height:150px;
	
}
.gallery_blur img {
	object-fit: cover;
	filter: grayscale(70%); /* Standard */
    -webkit-filter: grayscale(70%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(0.7); /* Old WebKit */
	
	-webkit-transition: top 0.5s ease-out,-webkit-transform 0.5s ease-out;
	-moz-transition: top 0.5s ease-out,-moz-transform 0.5s ease-out;
	-o-transition: top 0.5s ease-out,-o-transform 0.5s ease-out;
	transition: top 0.5s ease-out,transform 0.5s ease-out;	
	overflow: hidden;
}
.gallery_blur img:hover {
	filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
	
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
	
.btn-tgd-100 a {
	width: 100% !important;
}	
.anschrift {
	white-space: nowrap;
	/*font-size: 0.8em;*/
	color: #E1DFDE;
}
.nowrap {
	white-space: nowrap;
}
#sidebar-footer {
	font-size: 0.8em;
}

.btn-submenu svg {
	fill: #830A21;
}
/*
.sydney-hero-area ~ .page-wrap {
	padding-top: 0px;
}
*/
.sydney-hero-area {
	/*max-height: 95vh;*/
	border-bottom: 10px solid #8db9ca;
	overflow: hidden;
}
.sydney-hero-area #slideshow .slide-item {
	background-position: 50% 50%; 
}
#content > .content-wrapper {
	padding-top:0;
}

#tgd_einheiten {
	width: 80%;
	margin: 5% 0% 5% 0%;
	
}

#tgd-service {
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba( 172, 164, 158, 1 );
	z-index: 1001;
	padding: 5px;
	/*display: none;*/
	border-top: 1px solid #5A5A5A;
	
}
body[data-elementor-device-mode="tablet"] #tgd-service, body[data-elementor-device-mode="mobile"] #tgd-service  {
	position: absolute;
}
#tgd-service  a {
	color: #830A21;
}
#tgd-service span {
	display: inline-block;
	padding: 10px;
}
#tgd-picture-footer {
	height: 20vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*
	background-size: 100% auto; 
	background-position: 50% 100%;
	*/
    background-size: cover;
	background-position: 50% 100%;
	top: 0;
	
}
#slider_lage .swiper-container .swiper-slide {
	height: 127px;
	overflow: hidden;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer, .wpml-ls-statics-footer .wpml-ls-current-language > a {
  background-color: rgba( 66, 69, 71, 0.8 );
}


/* Navigatoren ############################### */


.bgred {
	background-color: rgba( 255, 0, 0, 0.5 ) !important;
	cursor: pointer;
}

#navigator {
	display: block;
	width: 100%;
	min-height: 65vh;
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
	/*border: 1px solid black;*/
}
#navigator_neubau {
	display: block;
	width: 100%;
	height: 65vh;
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
	/*border: 1px solid black;*/
}
@media (max-width:767.999px){
	#navigator_neubau, #navigator {
		height: 45vh;
	}
}
#fassade {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
}
#fassade img {
	margin-top: 50px;
}
#grundriss {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	z-index: 100;
	width: 60%;
	height: 100%;
}
#etagengrundriss {
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: 0;
	z-index: 100;
	width: 60%;
	height: 100%;
	background-repeat: no-repeat; 
	background-size: contain;
}
.etagenvorlage {
	display: none;
}
#fassade, #grundriss {
	display: inline-block;
}
#grundriss a img {
/*	display: none;*/
	height: 100%;
	/*max-width: 95%;*/
	/*max-height: 82%;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	/*object-fit: contain;*/
}
.wohnung.aktuell, tr.aktuell, .etage.aktuell, .wohnung_auf_etage.aktuell {
	background-color: rgba( 255, 255, 0, 0.5 ) ;
}
tr.aktuell td {
	background-color: rgba( 185, 211, 220, 1 ) ;
}
#grundriss_close {
	position: absolute;
	color: #CD2628;
	background-color: rgba( 255, 255, 255, 0.5 );
	top: 1%;
	right: 1%;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	z-index: 2001;
	padding: 0.2em;
	display: none;

}
/* BESTAND */
#wg23 {
	position: absolute;
	width: 20%;
	left: 72%;
	top: 50%;
	height: 14%;
}
#wg24 {
	position: absolute;
	width: 19%;
	left: 53%;
	top: 50%;
	height: 14%;
}
#wg25 {
	position: absolute;
	width: 18%;
	left: 28%;
	top: 50%;
	height: 14%;
}
#wg26 {
	position: absolute;
	width: 20%;
	left: 8%;
	top: 50%;
	height: 14%;
}

#wae-23-1 {
  top: 14%;
  height: 36.5%;
  left: 78%;
  width: 22%;
}
#wae-23-2 {
	top: 49.5%;
	height: 41%;
	left: 73%;
	width: 27%;
}
#wae-24-1 {
	top: 14%;
	height: 36.5%;
	left: 50%;
	width: 21%;
}
#wae-24-2 {
	top: 49.5%;
	height: 41%;
	left: 50%;
	width: 23%;
}
#wae-25-1 {
	top: 14%;
	height: 36.5%;
	left: 29%;
	width: 21%;
}
#wae-25-2 {
	top: 49.5%;
	height: 41%;
	left: 26%;
	width: 24%;
}
#wae-26-1 {
	top: 14%;
	height: 36.5%;
	left: 0%;
	width: 21%;
}
#wae-26-2 {
	top: 49.5%;
	height: 41%;
	left: 0%;
	width: 26%;
}

/* NEUBAU */
/* Etagen */
#Neubau_EG {
	position: absolute;
	width: 62%;
	left: 18%;
	top: 83%;
	height: 15%;
}
#Neubau_1OG {
	position: absolute;
	width: 62%;
	left: 18%;
	top: 68%;
	height: 15%;
}
#Neubau_2OG {
	position: absolute;
	width: 62%;
	left: 18%;
	top: 53%;
	height: 15%;
}
#Neubau_3OG {
	position: absolute;
	width: 62%;
	left: 18%;
	top: 38%;
	height: 15%;
}
#Neubau_4OG {
	position: absolute;
	width: 62%;
	left: 18%;
	top: 23%;
	height: 15%;
}
#Neubau_DG {
	position: absolute;
	width: 62%;
	left: 18%;
	top: 6%;
	height: 17%;
}

/* Wohnungen */
.wohnung_auf_etage {
	position: absolute;
	/*border: 1px solid red;*/
}
/* EG */
#wae-27-1 {
	top: 25%;
	height: 33.5%;
	left: 56%;
	width: 39%;
}
#wae-27-2 {
	top: 19%;
	height: 17%;
	left: 47%;
	width: 11%;
}
#wae-27-3 {
	top: 22%;
	height: 23%;
	left: 94.5%;
	width: 5.5%;
}
#wae-28-1 {
	top: 58.5%;
	height: 32.5%;
	left: 56%;
	width: 39%;
}
#wae-28-2 {
	top: 91%;
	height: 9%;
	left: 79%;
	width: 15%;
}
#wae-29-1 {
	top: 58.5%;
	height: 32.5%;
	left: 14%;
	width: 33.5%;
}
#wae-29-2 {
	top: 91%;
	height: 9%;
	left: 32.5%;
	width: 13.5%;
}
#wae-30-1 {
	top: 25%;
	height: 33.5%;
	left: 0%;
	width: 37%;
}
#wae-30-2 {
	top: 58.5%;
	height: 32.5%;
	left: 0%;
	width: 14%;
}
#wae-30-3 {
	top: 91%;
	height: 4%;
	left: 8.5%;
	width: 5.5%;
}

/* 1. - 4. OG */
#wae-31-1, #wae-39-1, #wae-35-1, #wae-43-1 {
	top: 7.5%;
	height: 41%;
	left: 56%;
	width: 39%;
}
#wae-31-2, #wae-39-2, #wae-35-2, #wae-43-2 {
	top: 0%;
	height: 20%;
	left: 47%;
	width: 11%;
}
#wae-31-3, #wae-39-3, #wae-35-3, #wae-43-3 {
	top: 8%;
	height: 24%;
	left: 94.5%;
	width: 5.5%;
}
#wae-32-1, #wae-40-1, #wae-36-1, #wae-44-1 {
	top: 49%;
	height: 40%;
	left: 47%;
	width: 48%;
}
#wae-32-2, #wae-40-2, #wae-36-2, #wae-44-2 {
	top: 89%;
	height: 11%;
	left: 79%;
	width: 13.5%;
}
#wae-33-1, #wae-41-1, #wae-37-1, #wae-45-1 {
	top: 49%;
	height: 40%;
	left: 14%;
	width: 33.5%;
}
#wae-33-2, #wae-41-2, #wae-37-2, #wae-45-2 {
	top: 89%;
	height: 11%;
	left: 32.5%;
	width: 13.5%;
}
#wae-34-1, #wae-42-1, #wae-38-1, #wae-46-1 {
	top: 7.5%;
	height: 40.5%;
	left: 0%;
	width: 37%;
}
#wae-34-2, #wae-42-2, #wae-38-2, #wae-46-2 {
	top: 48%;
	height: 41%;
	left: 0%;
	width: 14%;
}

/* DG */
#wae-47-1 {
	top: 8%;
	height: 46%;
	left: 60%;
	width: 40%;
}
#wae-47-2 {
	top: 0%;
	height: 23%;
	left: 50%;
	width: 12%;
}
#wae-47-3 {
	top: 54%;
	height: 46%;
	left: 73%;
	width: 27%;
}
#wae-48-1 {
	top: 54%;
	height: 42%;
	left: 27%;
	width: 46%;
}
#wae-48-2 {
	top: 95.5%;
	height: 4.5%;
	left: 66.5%;
	width: 6.5%;
}
#wae-49-1 {
	top: 11%;
	height: 43%;
	left: 0%;
	width: 39.5%;
}
#wae-49-2 {
	top: 54%;
	height: 42%;
	left: 0%;
	width: 27%;
}

#rundgang_container {
	position: fixed;
	top: 15%;
	left:5%;
	width: 90%;
	height: 80%;
	display: none;
	z-index: 2000;
	overscroll-behavior: contain;
}
#rundgang_close {
	position: fixed;
	top: 17%;
	right: 7%;
	display: none;
	z-index: 2001;
	background-color: rgba( 172, 164, 158, 0.8 );
	color: #830A21;
	font-size: 2em;
	display: block;
	line-height: 0.8em;
	padding: 0.2em;
}
.rundgang_auf_seite {
	margin: 30px 0;
	padding: 0;
	width: 100%;
	height: 60vh;
}
.no_overflow {
	overflow: hidden;
}
@media ( min-width: 1200px ) {
	.hidden-lg {
		display: none;
	}
}
@media ( min-width: 992px ) {
	.hidden-md {
		display: none;
	}
}
@media ( max-width: 1400px ) {
	#tgd_einheiten {
		width: 100%;
		margin: 0;
	}
}
@media ( max-width: 1199.999px ) {
	.header_telephon_right {
		font-size: 0.75em;
	}
	#content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:991.999px){
	.hidden-sm {
		display: none;
	}
	.btn-menu .sydney-svg-icon {
		width: 44px;
	}
	#mainnav-mobi {
		top: 115px;
	}
	.mobile-only {
		display:block;
	}
	span.dropdown-symbol {
		display: none;
	}
	.header_telephon_right {
		display: none;
	}
}
@media (max-width:767.999px){
	.hidden-xs {
		display: none;
	}
	.btn-menu {
		float: right !important;
		margin: 0;
		margin-right: 15px !important;
		margin-top: 15px;
	}
	
}
s


@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('./fonts/glyphicons-halflings-regular.eot');
  src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-envelope:before {
  content: "\2709";
}
div.grecaptcha-badge {
	bottom: 100px !important;
	z-index: 11001;
	display: none;
	
}
#tgd-contact-mit-danke input, #tgd-contact-mit-danke select, #tgd-contact-mit-danke textarea {
  width: 100%;
}
#tgd-contact-mit-danke label {
  display: block;
}
.loading, .tgd_propstack_loader {
	margin: 5vh 0;
	display: block;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.tgd_propstack_loader .propstack_loader {
	margin: 2vh auto;
	display: block;
}

.admin-bar:not(.siteScrolled) .slide-item {
  background-position: 50% 50% !important;
}
.pdf2png_container {
	display: none;
}

#pdf_blaettern_container {
	display: none;
	position: fixed;
	top: 5%;
	left: 5%;
	height: 90%;
	width: 90%;
	z-index: 2005;
}
#pdf_blaettern_container iframe {
	height: 100%;
	width: 100%;
}
#pdf_blaettern_container_close {
	display: none;
	position: fixed;
	top: 2%;
	right: 2%;
	z-index: 2006;
	color: #830A21;
	font-size: 2em;
	font-weight: bold;
}

.dflipbook-container {
	display: none;
	position: fixed;
	top: 5%;
	left: 5%;
	height: 90%;
	width: 90%;
	z-index: 2005;
}
.dflipbook-container .df-container, .dflipbook-container .df-3dcanvas {
	max-height: 100% !important;
}
.dflipbook-container_close {
	position: fixed;
	top: 2%;
	right: 2%;
	z-index: 2006;
	color: #830A21 !important;
	font-size: 2em;
	font-weight: bold;
}

#the_grounds_logo.elementor-widget-image a img[src$=".svg"] { width: auto !important; }
#am_reitplatz_logo.elementor-widget-image a img[src$=".svg"] { width: auto !important; }

#startseite_rundgang {
	display: none;
	width: 200px;
	padding: 10px;
	background-color: rgba(66,69,71,1);
	border: 5px solid #830A21;
	border-radius: 10px;
	transform: rotate(-15deg);
	text-align: center;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 2500;
}
#startseite_rundgang  a:hover {
	font-weight: normal;
	
}
@media (max-width:767.999px){
	#startseite_rundgang {
		width: 100px;
		font-size: 0.8em;
		border: 3px solid #830A21;
	}
}

.tgd_framed {
	border: 1px solid #ACA49E;
	border-radius: 5px;
	padding: 15px;
}
.tgd_framed img {
	margin-bottom: 30px;
	width: 100%;
}

.tgd_form_hp {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}


.tgd_center {
	text-align: center !important;
	text-transform: uppercase;
	margin-top: 30px;
}

.tgd_bautenstand img {
	display: block;
	height: 100% !important;
	width: auto !important;
	margin: 0 auto 15px auto;;
}

#tgd_bautenstand .tgd_border_bottom {
	border-bottom: 1px solid white;
	padding-bottom: 30px;
}

#tgd_bautenstand .tgd_border_bottom_pb {
	border-bottom: 1px solid white;
	padding-bottom: 0px;
}

.flats-list .col {
	float: left;
	width: 19.5%;
}
.flats-list .row {
	border-bottom: 1px dotted white;
}


/* LQ Header BOF */

.nav-top-border {
	position: relative;
	margin-left: 36%;
	margin-top: -20px;
	width: 64%;
	height: 1em;
	/*background: #013b59;*/
	
	/*height: 0;*/
	border-style: solid;
/*	border-width: 0 1em 1em 0;
	border-color:  transparent transparent #013b59 #013b59;	*/
	border-width: 1em 0 0 1em;
	border-color:  #013b59 transparent #013b59 transparent  ;	
}

/* Overlay Startseite Slider links */
.outline-overlay {
	position: absolute;
	left: 0;
	width: 42%;
	top: 10em;
	height: 100%;
	background-image: url('/wp-content/uploads/2023/01/Element-links.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	z-index: 2000;
	display: block;
	overflow: hidden;
	right: auto;
}
.headline, .subline {
	position: absolute;
	top: 30vh;
	left: 6em;
	color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	background-color: var(--headline);
	padding: 0.25em 0.5em;
	color: white;
	font-size: 1.2em;
	right: auto;
}
.subline {
	left: 7em;
	font-weight: bold;
	margin-top: 2em;
	right: auto;
}

/* Overlay Startseite Slider rechts */
.floorplan-overlay {
	position: absolute;
	right: 0;
	width: 30%;
	top: 10em;
	min-width: 300px;
	height: 100%;
	background-image: url('/wp-content/uploads/2023/01/Element-rechts.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	z-index: 2000;
	overflow: hidden;
}
.facts {
	width: 30%;
	padding: 1em 1em 1em 1em;
	/*min-width: 300px;*/
	align-self: flex-start;
	line-height: 1.2em;
}
.facts p {
	margin: 10px 0;
}
.facts p.textheadline_aktion  {
	margin-right: -20vw;
}
.textheadline, .textheadline_aktion {
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 500;
	color: inherit;
	color: var(--headline);
}
body .keyfact-number {
	font-size: 2em;
	font-weight: 600;
	color: var(--headline);
	line-height: 1;
}
body .aktion_mobil {
	font-size: 1.2em;
	font-weight: 600;
	color: var(--headline);
	line-height: 1;
	text-align: center;
}
body .aktion_mobil hr {
	width: 100%;
}

@media (max-width: 1200px){
	.floorplan-overlay {
		width: 40%;
	}
}
@media (max-width: 992px){
	.floorplan-overlay {
		width: 50%;
	}
	.facts p {
		font-size: 0.9em;
	}
	.textheadline, .textheadline_aktion {
		font-size: 1.1em;
	}
	body .keyfact-number {
		font-size: 1.5em;
	}	
	body .floorplan-overlay hr {
		width: 6em;
	}	
}
@media (max-width:767.999px){
	.floorplan-overlay {
		top:  12em;
		width: 80%;
	}
	
	.outline-overlay {
		top:  12em;
		background: none;
		z-index: 2001;
		width: 99vw;
	}	
	.headline, .subline {
		top: 0em;
		left: auto;
		right: 1em;
	}
	.subline {
		left: auto;
		right: 3em;
	}
}

body hr, .tgd-content hr {
	width: 8em;
	margin: 0.35em 0;
	border-color: var(--headline);
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.tgd-content hr {
	margin: 1.5em 0 !important;
}

h1, h2, h3, h4, h5 {
	color: #013b59 !important;
	line-height: normal;
	margin: 0 0 0 0;
	font-weight: 300 !important;
	font-family: "Barlow", sans-serif !important;
}
h1, h2 {
	font-size: 2em !important;
}

.tgd-content {
	z-index: 2001;
	color: var(--headline);
	font-weight: 300;
	margin-top: 50px;
}
.tgd-strong {
	font-weight: 400;
}
.tgd-collapse-control {
	padding-left: 2em;
	position: relative;
	font-weight: 600;
	color: var(--headline);	
	background: transparent;
	border: 0;
}
.tgd-collapse-control::before {
	content: "+";
	font-size: 1.5em;
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	line-height: 0.75;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	background-color: var(--light-blue2);
}
.tgd-collapse-target {
	display: none;
	margin: 1em 0;
}
.contenttable th {
	font-weight: 400;
	text-align: left;
	border: 0;
	vertical-align: top;
}
.contenttable td {
	font-weight: 300;
	text-align: left;
	border: 0;
	vertical-align: top;
}
.tgd-foto-breit {
	position: relative;
	padding: 0;
}
.tgd-foto-breit img {
	width: 100%;
}
.tgd-foto-breit .headline, .tgd-foto-breit .subline {
	position: absolute;
	top: 30vh;
	left: -3em;
	color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	background-color: var(--headline);
	padding: 0.25em 0.5em;
	color: white;
	font-size: 1.2em;
}
.tgd-foto-breit .subline {
	left: -2em;
	font-weight: bold;
	margin-top: 2em;
}
.fact-number {
	font-size: 2em;
	font-weight: 500;
	color: var(--light-blue1);
	line-height: 1;
}
.tgd-grau {
	background-color: #dfe8ed;
}
.tgd-fullwidth {
	width: 100%;
}

.tgd-content a, .tgd-content a:hover {
	font-weight: 400 !important;
	text-decoration: underline !important;
	color: var(--typo) !important;
}

.poi-map .maplegend .coi {
	padding: 0.5em 0;
	white-space: nowrap;
}
.poi-map .maplegend a {
	display: block;
	font-weight: 400 !important;
	text-decoration: none !important;
	color: var(--typo) !important;
}
.poi-map .pin svg {
	max-width: 2em;
	max-height: 2em;
}
.poi-map .maplegend .coi .coi-title {
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	margin-left: 1em;
	color: var(--headline);
}
.poi-map .maplegend {
	background-color: #ffffff;
}
.poi-map .maplegend .legend h4 {
	margin: 0;
	margin-bottom: 1em;
	font-size: 1.25em;
	color: var(--headline);
	line-height: normal;
	font-weight: 600;
}
.text-image-slide .coi-title .coi-color {
	display: inline-block;
	line-height: 1;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
}
.text-image-slide .poi-title {
	font-weight: 600;
}
.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 2em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	width: 100%;
}
.poi-gallery .slick-dots, .slider .slick-dots {
	text-align: center;
	position: relative;
	bottom: auto;
	transform: unset;
	left: auto;
	margin: 0em auto;
	padding: 2em 0;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0em 0.35em;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	display: block;
	padding: 0em;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: var(--white);
	position: relative;
	border: 1px solid var(--light-blue2);
	width: 0.8em;
	height: 0.8em;
	background-color: var(--white);
}
.slick-dots li.slick-active button {
	border: 1px solid var(--light-blue2);
	background-color: var(--light-blue2);
}
.text-image-image img {
	width: 100%;
}
.poi-slider-dots {
	position: relative;
	text-align: center;
	min-height: 4em;
}
.flats-list .flat {
	position: relative;
	border-bottom: 1px solid #cccccc;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.flat .details .flat-title {
	font-size: 2em;
	color: var(--dark-blue);
}
.flat .details .flat-title .floor-name::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2em;
	height: 1px;
	background-color: var(--dark-blue);
}
.flat-expose .flat-plan img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}
.row.rooms-header {
	background-color: #8EB9CA;
	color: #ffffff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
.row.room {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.details > .col {
	width: 100%;
}
.row.rooms-header .col, .row.room .col {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.row.room .col.total-area {
	font-weight: 600;
}
.flat .details .expose-link {
	margin: 3em 0;
	font-weight: 600;
}
.flat .details .expose-link img {
	float: left;
	margin-right: 0.5em;
}
.flat .details .flat-floor {
	width: 33.3333%;
	float: right;
}
.flat .details .flat-floor svg {
	max-width: 100%;
	height: auto !important;
}
.col-md-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	position: relative;
}
.flat .details .flat-title .floor-name::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2em;
	height: 1px;
	background-color: var(--dark-blue);
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.flat-floor svg path[id]:not([id=""]), .flat-floor svg polygon[id]:not([id=""]), .flat-floor svg rect[id]:not([id=""]) {
	fill: #E1EFF2 !important;
}
.flats-list .flat .summary {
	cursor: pointer;
}
.flats-list .flat .summary .col {
	padding-top: 1em;
	padding-bottom: 1em;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.flats-list .flats-header {
	border-bottom: 1px solid #cccccc;
}
.flats-list .flats-header .col {
	text-transform: uppercase;
	font-weight: 600;
}
.hidden {
	display: none;
}
.slick-slide {
	text-align: center;
}
.slick-arrow {
	background: none;
	color: var(--headline);
	font-size: 2.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	border: 0;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
#etagengrundrisse_navi {
	margin: 20px 0;
	position:relative;
	min-height: 3em;
	margin-bottom: 0;
}
#etagengrundrisse_navi .slick-dots {
	bottom: auto;
	top: 0;
}
#etagengrundrisse_navi .slick-dots li button{
	position: relative;
	background-color: var(--light-blue4);
	border: none;
	width: 2em;
	height: 2em;
	color: var(--white);
}
#etagengrundrisse_navi .slick-dots li.slick-active button {
	background-color: var(--light-blue1);
}
h4.etage {
	color: var(--headline);
	line-height: normal;
	margin: 0 0 0 0;
	font-weight: 600 !important;
	font-size: 1.6875em;
}	
.elementor img.etage_nord {
	height: 3em;
}
.etagengrundriss svg {
	max-height: 60vh;
}
#app_hover {
	position: absolute;
	width: 70px;
	height: 35px;
	background-color: white;
	color: #003b5c;
	display: none;
	z-index: 9999;
	text-align: center;
	font-weight: 600;
	border: 2px solid #003b5c;
}

#wohnungen {
	margin-top: 50px;
	border-collapse: collapse;
}
#wohnungen, #wohnungen tr, #wohnungen th, #wohnungen td {
	border: none;
}
#wohnungen tr {
	border-bottom: 2px solid #cccccc;
}
#wohnungen tr:hover {
	background-color: #dfe8ed;
}
#wohnungen tr.navigator {
	cursor: pointer;
}
#wohnungen tr.mit_details {
	border-bottom: none;
}
#wohnungen tr.details:hover, #wohnungen tr.mit_details:hover {
	background-color: transparent;
}

#wohnungen th {
	text-transform: uppercase;
	font-weight: 600;
}
.details .nord {
	height: 2em;
	display: inline-block;
	margin-left: 2em;
}
.details h5 {
	text-align: left;
	font-size: 2em;
	color: var(--dark-blue);
}
.details hr {
	width: 4em;
}
.details td {
	position: relative;
}
.details .ap_etage_grundriss  {
	text-align: right;
}
.details .ap_etage_grundriss svg {
	max-width: 33%;
}
.details .row .col-md-6, .details .row .col-xs-12 {
	text-align: left;	
}
.details .expose_link {
	font-weight: 600;
}
.details .expose_link img {
	margin-right: 1em;
}
.details .wohnung_details {
	border-collapse: collapse;
}
#wohnungen .details .wohnung_details tr {
	border: none;
}
.details .wohnung_details thead, .details .wohnung_details thead  tr {
	background-color: #8EB9CA;
	color: #ffffff;
	font-weight: 400;
}
.details .wohnung_details th, .details .wohnung_details td {
	text-align: left;
	padding-left: 0.5em;
}
#wohnungen .flat-close {
	position: absolute;
	right: 1em;
	top: 2em;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 9;
}
#wohnungen .flat-close::before, #wohnungen .flat-close::after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 1px;
	background-color: #333;
}
.flat-close::before {
	transform: rotate(45deg);
}
.flat-close::after {
	transform: rotate(-45deg);
}
.poi-map .maplegend {
	min-height: 480px;
}
.maplegend {
	padding-top: 1em;
}
#ausstattung  .elementor-tab-desktop-title, #ausstattung .elementor-tab-title {
	position: relative;
	padding: 5px 20px 5px 0px;
	font-weight: 400;
	line-height: 1;
	border: none;
	color: #003b5c;
	text-transform: uppercase;
	font-size: 1.25em;
}
#ausstattung  .elementor-tab-desktop-title.elementor-active {
	border-top: 1px solid #003b5c;
}
#ausstattung  .elementor-tab-content {
	padding: 20px 0px;
	border: none;
}
#ausstattung  ul {
	padding-left: 20px;
}
#ausstattung .elementor-tabs-content-wrapper, #ausstattung .elementor-tabs-wrapper, #ausstattung .elementor-tab-desktop-title.elementor-active::before , #ausstattung .elementor-tab-desktop-title.elementor-active::after {
	border: none;
}
.mainnav.toggled, #mainnav-mobi {
  background-color: #003b5c !important;
  z-index: 2500 !important;
}
@media only screen and (max-width: 1200px) {
	#mainnav-mobi {
		top: 5em !important;
	}
}
.mainnav.toggled ul li, #mainnav-mobi ul li {
	border-top-color: white !important;
}

#slider-header .slick-track {
  display: flex;
}
#slider-header .slick-track .slick-slide {
  display: flex;
  height: auto;
}

@media (max-width:767.999px){
	.slick-track {
		min-height: 60vh !important;
	}
	.slick-arrow {
		display: none;
	}
}
@media (max-width:1200px){
	/*
	section:not( .elementor-section-stretched ) {
		width: 100vw;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	*/
	.tgd-foto-breit .headline, .tgd-foto-breit .subline {
		position: absolute;
		top: 50%;
		left: 1em;
		right: auto;
	}
	.tgd-foto-breit .subline {
		left: 2em;
		right: auto;
	}	
}
#keyfacts-mobil {
	display:none;
	position: absolute;
	left: 10vw;
	right: 10vw;
	width: 80vw;
	background-color: rgba( 255, 255, 255, 0.8 );
	font-size: 12px;
}
@media (max-width:767.999px){
	.floorplan-overlay  {
		display: none;
	}
	#keyfacts-mobil {
		display: block;
	}
}

#overlay_vermietet {
	position: absolute;
	top: 50vh;
	left: 35vw;
	width: 30vw;
	padding: 10px;
	background-color: rgba( 255, 255, 255, 0.6);
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	color: red;
	transform: rotate( -30deg);
	z-index: 10002;
}
@media (max-width:767.999px){
	#overlay_vermietet {
		top: 20vh;
		font-size: 1.2em;
		left: 5vw;
		width: 40vw;
	}
}