<!-- start Simple Custom CSS and JS -->
<style type="text/css">
@import url("../wp-content/uploads/custom-css-js/flatfinder.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');


/* GENERAL ----------------------------------------------------------------- */

body:not(.elementor-editor-active) * {
	font-family: 'Montserrat', Arial, sans-serif;	
}


/* LANGUAGES --------------------------------------------------------------- */


body.lang_DE:not(.elementor-editor-active) .langEN {
  display: none !important;
}
body.lang_EN:not(.elementor-editor-active) .langDE {
  display: none !important;
}



html {
}
body:not(.elementor-editor-active) {
	text-align: center;	
  /*
	height: 100vh !important;
  */
	overflow: hidden !important;
	padding: 0;
	margin: 0 !important;
    font-size: 1em !important;
	background: #ffffff !important;
}


/* IFRAME ------------------------------------------------------------------------- */

body:not(.elementor-editor-active) #flatfinder {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100vh !important;
	width: 100vw !important;
  	background: #eeeeee;
}
body:not(.elementor-editor-active) #flatfinder iframe {
  width: 67vw !important;
  max-width: calc(100vw - 600px) !important;
  position: absolute;
  top: 100px;
  right: 0;
  height: calc(100vh - 100px);
}
@media screen and (max-width: 1200px) {
  	body:not(.elementor-editor-active) #flatfinder iframe { width: 50vw !important; max-width: calc(100vw - 400px) !important; }
}
@media screen and (max-width: 767px) {
  #flatfinder { transition: all .5s ease-in-out; }
  	body:not(.elementor-editor-active) #flatfinder iframe { width: 100vw !important; max-width: 100vw !important; height: calc(100vh - 50px) !important; top: 50px !important; }
}
#flatfindertint {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #flatfindertint { display: none !important; }
}


/* LOADING SCREEN ----------------------------------------------------------------- */

#loadingBG {
  display:none;
}

div.rtimg {
  display: none;
}
#loadingscreen {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 10;
  	background: #ffffff;
	transition: all 0.5s ease;
	opacity: 1;
  display: none;
}

#loadingscreen #loadergraphic {
	width: 50px;
	height: 50px;
}
#loadingscreen #startgraphic {
	display: none;	
	width: 50px;
	height: 50px;
}
.loadercontainer {
  	position: absolute;
  	left: calc(50vw - 70px);
  	top: 45vh;
	width: 60px;
	height: 60px;
	padding: 5px;
	background: url('../Loader_BG.png') no-repeat;
}


/* LOADING SCREEN 2/3 ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.loadingside, body:not(.elementor-editor-active) .loadingside {
	width: 33vw !important;
	min-width: 600px;
  	height: 100vh;
}
@media screen and (max-width: 1200px) {
  	.loadingside, body:not(.elementor-editor-active) .loadingside { width: 50vw !important; min-width: 400px; }
}
@media screen and (max-width: 767px) {
  	.loadingside, body:not(.elementor-editor-active) .loadingside { width: 100vw !important; height: 250px !important; }
}

.loadingmain, body:not(.elementor-editor-active) .loadingmain {
  width: 67vw !important;
  max-width: calc(100vw - 600px) !important;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .loadingmain, body:not(.elementor-editor-active) .loadingmain { width: 50vw !important; max-width: calc(100vw - 400px) !important; }
}
@media screen and (max-width: 767px) {
  	.loadingmain, body:not(.elementor-editor-active) .loadingmain { width: 100vw !important; max-width: 100vw !important; }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */






/* TOGGLEBAR (OLD FLATFINDER VERSION) ---------------------------------------------------------------------------------------- */

#togglebar { display: none; }





/* FLOORPLAN OVERLAY ----------------------------------------------------------------------------------------------------------------------------- */

#planOverlay {
  width: 67vw;
  max-width: calc(100vw - 600px);
  transition: all .5s ease;
  padding-top: 3px;
  top: 25px;
  min-height: calc(100vh - 180px);
  position: fixed;
  overflow-y: scroll;
  right: 100vw;
  z-index: 3;
}
body.elementor-editor-active #planOverlay {
  position: relative;
  right: 0;
}


#planFrame {
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  position: relative;
  top: 70px;
  padding-top: 90px;
}
body.elementor-editor-active #planFrame {
  top: 0;
}
#planFrame .plancolumn {
  width: 55% !important;
}
#planFrame .infocolumn {
  width: 45% !important;
}
#planFrame > h1 {
  position: absolute;
  left: 30px;
  top: 30px;
  border-bottom: var(--corporate) 1px solid;
  color: var(--corporate);
  font-size: 32px !important;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 6px;
  width: calc(100% - 60px);
  letter-spacing: 0;
  text-align: left;
}


.planContainer {
	background: #ffffff;
	width: calc(100% - 30px);
  	height: calc(100vh - 140px);
}


.planSpacer {
  	width: 100%;
	max-width: 100% !important;	
	margin-bottom: 1em;
	text-align: left !important;
}
#planImage {
  max-width: 100%;
  padding-left: 20px;
}


@media screen and (max-width: 1200px) {
  #planOverlay { width: 50vw; max-width: calc(100vw - 400px) !important; }
  #planOverlay .elementor-inner-section { width: calc(100% - 0px); padding-left: 0 !important; }
}
@media screen and (max-width: 1024px) {
  #planOverlay .elementor-inner-section { left: 0; }
  #planOverlay h2 { margin-top: 0; }
  #planFrame { top: 65px; }
}
@media screen and (max-width: 767px) {
  #planOverlay { right: 110vw; width: 100vw !important; max-width: 100vw !important; min-width: 100vw !important; top: 0 !important; bottom: 0 !important; padding-bottom: 140px; }
  #planFrame { top: 60px; }
  #planFrame > h1 { left: 20px; width: calc(100% - 40px); font-size: 24px !important; }
  #planFrame .plancolumn { width: 100% !important; }
  #planFrame .infocolumn { width: 100% !important; }
  #planFrame .planContainer { top: 0; position: relative; border-top: none; padding: 0 20px; width: 100%; height: auto; }
  #planFrame .plancolumn .planContainer .planSpacer { border: var(--corporate40pc) 1px solid; background: #eeeeee; text-align: center !important; }
  #planImage { padding-left: 0; width: 70vw; height: 70vw; min-height: 70vw; max-width: 70vw; mix-blend-mode: multiply; }
  .planSpacer { margin-bottom: 0; }
}


.zoomLens {
  border-color: var(--corporate);
}



#planText {
	color: #000000;
	padding: 10px 20px;
}
#planText h1 {
    display: inline-block;
    color: var(--corporate);
    font-size: 32px !important;
    font-weight: 400;
    margin-bottom: 0;
  	padding-bottom: 20px;
  	letter-spacing: 0;
}
#planText h2 {
    font-size: 20px !important;
  	font-weight: 500;
	color: #000000;
  	padding: 0;
  margin: 0;
}
#planText h3 {
    font-size: 20px !important;
  	font-weight: 300;
	color: #000000;
  	margin-top: 0.2em;
}
#planText p {
	color: #000000;
}
#planText hr {
  border-top: var(--corporate) 1px solid;
  opacity: 0.6;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #planText { padding: 10px 0; }
  .planContainer #planText h1 { font-size: 22px !important; }
  .planContainer #planText h2 { font-size: 18px !important; }
  .planContainer #planText h3 { font-size: 18px !important; }
}


#floorplanpdflink {
  	border: var(--corporate) 1px solid;
  	background-color: var(--corporate);
  	background-image: url(./wp-content/uploads/DownloadIcon_small.png);
  	background-size: 250px;
  	background-repeat: no-repeat;
  	background-position: -5px 50%;
    display: inline-block;
    color: var(--corporate);
    font-weight: 500;
    font-size: 22px;
    padding: 5px 10px 5px 37px;
  margin-top: 10px;
    margin-bottom: 30px;
  /*    
  	margin-top: 10px;
  	position: absolute;
    top: -74px;
  */
  	z-index: 2;
}
#floorplanpdflink:hover {
 	cursor: pointer; 
  	border: #222222 1px solid;
  	background-color: #222222;
  	color: #222222;
}
@media screen and (max-width: 767px) {
  #floorplanpdflink { top: 50px; right: 20px; bottom: auto; position: absolute; }
}



#planText h1 {
  display: none;
}


a.addselection {
  display: table !important;
  margin-top: 10px;
}

.exposeTabelle {
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
  border-top: #dddddd 1px solid;
}
.exposeTabelle > tbody > tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: #dddddd 1px solid;
}
.exposeTabelle td.raumnummer {
  width: 5%;
  color: #ffffff;
}
.exposeTabelle td.raumnummer span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  color: #ffffff;
  background: var(--corporate);
  text-align: center;
  line-height: 22px;
  position: relative;
  top: 3px;
}
.exposeTabelle td.raumname {
  padding-left: 10px;
  width: 65%;
}
.exposeTabelle td.raumflaeche {
  padding-left: 10px;
  width: 30%;
  text-align: right;
}





	
#closefloorplan {
	position: absolute;
	right: 10px;
	top: 90px;
  	height: 40px;
  	width: 40px;
  	z-index: 3;
  background: #ffffff;
  border-radius: 100%;
}
#closefloorplan svg {
  width: 100%;
}
#closefloorplan svg path {
  fill: var(--corporate);
}
@media screen and (max-width: 767px) {
  #closefloorplan { right: 15px; top: 78px; width: 35px; height: 35px; }
}

p.available {
  /*
  	border: var(--green) 1px solid;
	padding: 2px 8px 3px 8px;
  */
	color: var(--green) !important;
  	font-size: 20px;
	display: inline-block;
	margin-bottom: 20px;
  	margin-top: 0;
}
.exposePreis {
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
  display: inline-block;
}


body:not(.elementor-editor-active) #planButton {
  position: absolute;
  left: 30px;
  bottom: 53px;
  text-align: left;
}
#planInfos {
  padding: 15px 0 80px 0;
  border-top: var(--corporate) 1px solid;
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
}
#planInfos div {
  display: inline-block;
  margin-right: 40px;
  color: var(--corporate);
  padding: 3px 10px 3px 10px;
}
#planInfo1::before {
  content: "Wohnung ";
}
#planInfo2::before {
  content: "€ ";
}
#planInfo2::after {
  content: ",-";
}
#planInfo1 {
  padding-left: 0 !important;
}
#planInfo1, #planInfo2 {
  font-size: 22px;
  font-weight: 500;
}
#planInfo3, #planInfo4, #planInfo5 {
  border: var(--corporate) 1px solid;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  top: -2px;
}
#planInfo3:hover, #planInfo4:hover, #planInfo5:hover {
  cursor: pointer;
  background: var(--corporate);
  color: #ffffff;
}
#planInfo5 {
  margin-right: 0 !important;
}
@media screen and (max-width: 1400px) {
	#planInfo1, #planInfo2 { font-size: 16px; }
	#planInfo3, #planInfo4, #planInfo5 {  font-size: 14px; }
  	#planInfos div { margin-right: 20px; padding: 2px 6px 2px 6px; margin-bottom:10px; }
}


a.addselection {    
  	padding: 3px 10px 3px 36px;
    color: #ffffff !important;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 7px 5px;
    background-size: 20px;
    display: inline-block;
}
a.addselection:hover {   
  cursor: pointer;
  background-color: #000000;
}
a.addselection {
    background-color: var(--corporate);
    background-image: url(../wp-content/uploads/Icon_addselection.png);
}
a.addselection.selected {
    background-color: #999999;
    background-image: url(../wp-content/uploads/Icon_removeselection.png);
}
@media screen and (max-width: 767px) {
  a.addselection { background-color: var(--contrast); position: absolute; top: 10px; right: 20px; max-width: 150px; font-size: 14px !important; }
}  
  
  
.selectionhint {
  	padding-left: 20px;
  	max-width: 300px;
  margin-top: -20px;
}
.selectionhint p {
  text-align: left;
  margin-top: 0;
  font-size: 15px;
  line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
  .selectionhint { display: none; }
}
@media screen and (max-width: 767px) {
  .selectionhint { display: none; }
}


/* DISPLAY RESULT -------------------------------------------------------------------------------------------------------------- */

#displayresult h2 {
  	padding-bottom: 0;
  	margin-bottom: 0; 
}
.displayflats {
  margin-bottom: 0;
  border-bottom: var(--corporate) 1px solid;
}
.displayflats img {
  width: 160px;
  height: 160px;
}




/* ANALYTICS PAGE */
/*
#charts canvas {
  	border: #dddddd 1px solid;
  	box-shadow: 6px 6px 6px #dddddd;
  	width: 100%;
}
#charts h2 {
}
#charts p {
  	margin-bottom: 0 !important;
  	padding-bottom: 8px !important;
  	font-size: 15px !important;
}
#charts div {
  	margin-bottom: 0 !important;
  	padding-bottom: 0 !important;
}
#charts .legend-clicks {
  	background: #b8993c;
  	vertical-align: middle;
  	margin-right: 6px;
}
#charts .legend-saves {
  	background: #cc0000;
  	vertical-align: middle;
  	margin-right: 6px;
}
*/
  


</style>
<!-- end Simple Custom CSS and JS -->
