<!-- 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;
}
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: 1024px) {
  	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;
}





/* LOADING SCREEN ----------------------------------------------------------------- */


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;
}


/* TOGGLEBAR (OLD FLATFINDER VERSION) ---------------------------------------------------------------------------------------- */

#togglebar { display: none; }

/* FLOORPLAN OVERLAY ----------------------------------------------------------------------------------------------------------------------------- */

/* FLOORPLAN ÄNDERUNGEN PHILIP 2021-01-12*/

#planOverlay {
  width: 67vw;
  max-width: calc(100vw - 600px);
  transition: all .5s ease;
  padding-top: 3px;
  top: 25px;
}
body:not(.elementor-editor-active) #planOverlay {
  min-height: calc(100vh - 180px);
  position: fixed;
  right: 100vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #planOverlay { width: 100vw !important; height: 100vh !important; max-width: 100vw !important; min-width: 100vw !important; top: 0 !important; z-index: 999999 !important; }
}

.planContainer {
	background: #ffffff;
	width: calc(100% - 30px);
  	height: calc(100vh - 110px);
}
@media screen and (max-width: 767px) {
  .planContainer { width: 100%; height: calc(100vh - 100px); top: 20px; position: relative; border-top: #ffffff 20px solid; }
}

#planFrame {
  left: 0;
  width: calc(100% - 30px);
  height: calc(100% - 60px);
}
body:not(.elementor-editor-active) #planFrame {
  position: relative;
  top: 30px;
}
.planSpacer {
  	width: 100%;
	max-width: 100% !important;	
	margin-bottom: 1em;
	text-align: left !important;
}
#planImage {
  max-width: 100%;
}
#planText {
	color: #000000;
	padding: 10px;
}
#planText h1 {
    display: inline-block;
    color: var(--corporate);
    font-size: 30px !important;
    font-weight: 300;
    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;
}
	
#closefloorplan {
	position: absolute;
	right: 45px;
	top: 88px;
  	height: 40px;
  	width: 40px;
  	z-index: 3;
  background: #ffffff;
  border-radius: 100%;
}
#closefloorplan svg path {
  fill: var(--corporate);
}
@media screen and (max-width: 767px) {
  #closefloorplan { right: 10px; top: 55px; }
}

p.available {
  	border: var(--green) 1px solid;
	color: var(--green) !important;
	display: inline-block;
	padding: 2px 8px 3px 8px;
	margin-bottom: 20px;
  	margin-top: 0;
}
.exposeTabelle {
  margin: 0;
}
.exposePreis {
  font-weight: 500;
}


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;
}
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);
}



/* 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;
}




/* FLATWHITE / MYEXPOSE OVERRIDES ------------------------------------------------------------------------------------------------------- */


/*
.loadercontainer {
	margin-top: calc(50vh - 40px);
	margin-left: calc(50vw - 40px);
}
#loadingscreen { background: #ffffff !important; }
#loadingscreen div.rtimg { display: none !important; }
#loadingscreen ul { display: none !important; }
#loadingscreen p { display: none !important; }
.loadercontainer { background: #ffffff !important; }
#notice { display: none !important; }
#configform input { margin-left: 20px !important; margin-top: 0px !important; }
#configform span { color: #222222; }
@media only screen and (max-aspect-ratio: 1/1) {
	
	.sliderbox .slidergraphic { margin-top: 5px; }
	#configform { margin-top: 0; padding-top: 0; }
}

*/



/* 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;
}
*/
  


/* ######################################### */
/* ############# LISTENANSICHT ############# */
/* ######################################### */


#listenansicht {
  background-color: rgb(238,238,238);
  top: 35px !important;
  z-index: 1;
  min-height: calc(100vh - 35px);
}
#listenansicht h2 {
  color: var(--corporate);
}


@media screen and (max-width: 1024px) {
  #listenansicht { top: 15px !important; }
}
@media screen and (max-width: 767px) {
  #listenansicht { width: 100vw; max-width: 100vw; min-width: 100vw; min-height: calc(100vh - 100px); top: 160px !important; }
  #listenansicht .elementor-column-wrap { padding: 0 !important; }
  #listenansicht.hauptcontent .elementor-inner-section { width: calc(100% - 10px); top: 30px; min-height: calc(100vh - 160px); padding-left: 10px !important; }
  #listenansicht h2 { text-align: center; }
}

#listenbox table tbody {
  background-color: #fff;
}

#listenbox table th {
  font-weight: 500;
}

#listenbox table td, #listenbox table th {
  border-bottom: 1px solid #000;
  padding: 15px 0;
  text-align: center;
  white-space: nowrap;
}
#listenbox table tr td:nth-of-type(4), #listenbox table tr th:nth-of-type(4), #listenbox table tr td:nth-of-type(6), #listenbox table tr th:nth-of-type(6) {
  text-align: right; 
}
#listenbox table tr td:nth-of-type(5), #listenbox table tr th:nth-of-type(5) {
  display: none;
}

#listenbox table tr td:first-of-type, #listenbox table tr th:first-of-type, #listenbox table tr td:last-of-type, #listenbox table tr th:last-of-type { 
  width: 150px;
}



#listenbox table tr th:nth-of-type(4)::after {
  content: " \00a0 \00a0";
}
#listenbox table tr td:nth-of-type(4)::after {
  content: " m\00b2 \00a0";
}
#listenbox table tr td:nth-of-type(5) {
  text-transform: capitalize;
}
#listenbox table tr th:nth-of-type(6)::after {
  content: " (\20AC) ";
}
#listenbox table tr td:nth-of-type(6)::after {
  content: ",-";
}
@media screen and (max-width: 767px) {
	#listenbox table th { white-space: initial; vertical-align: top; line-height: 1em; }
	#listenbox table td, #listenbox table th { width: auto !important; text-align: center !important; }
	#listenbox table td { font-size: 14px !important; }
  	#listenbox table tr th:nth-of-type(4)::after { content: " m\00b2"; }
  	#listenbox table tr td:nth-of-type(4)::after { content: ""; }
  	#listenbox table tr th:nth-of-type(6)::after { content: " \20AC"; }
}

.listPreview {
  cursor: pointer;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  vertical-align: middle !important;
}
.listPreview img {
  width: 34px;
  height: 29px;
  background-color: var(--corporate);
}

/*
#switchcontainer {
  z-index: 2;
}
#displaySwitch {
  background-image: url('../wp-content/uploads/switch_mobil.png');
  background-color: var(--corporate);
  background-repeat: no-repeat;
  color: transparent;
  width: 195px;
  height: 40px;
  background-position: 0 0;
  position: fixed;
  right: -200px;
  top: 105px;
  transition: right .4s ease-in-out .5s;
}
body.lang_EN #displaySwitch {
  background-image: url('../wp-content/uploads/switch_mobil_EN.png');
}
#displaySwitch:hover {
  cursor: pointer;
  background-image: url('../wp-content/uploads/switch_mobil.png');
  background-position: 0 0;
  background-color: #333333;
}
body.lang_EN #displaySwitch:hover {
  background-image: url('../wp-content/uploads/switch_mobil_EN.png');
}
#displaySwitch.showSwitch {
  left: calc(100vw - 195px);
}
@media screen and (max-width: 767px) {
  	#switchcontainer { z-index: 999999 !important; white-space: nowrap; position: absolute; top: 0; right: 0; width: 195px; height: 40px; }
    #displaySwitch.showSwitch { position: relative !important; top: 5px !important; right: -10px !important; left: auto !important; background-color: #333333; width: 195px; height: 40px; } 
}
*/



#switchcontainer {
  z-index: 2;
  width: 195px;
  height: 40px;
  position: fixed;
  right: -200px;
  top: 135px;
  transition: right .4s ease-in-out .5s;
}
#switchcontainer.showSwitch {
  right: 0px;
}
#displaySwitch {
  background-image: url('../wp-content/uploads/switch_mobil.png');
  background-color: var(--corporate);
  background-repeat: no-repeat;
  color: transparent;
  width: 195px;
  height: 40px;
  background-position: 0 0;
}
body.lang_EN #displaySwitch {
  background-image: url('../wp-content/uploads/switch_mobil_EN.png');
}
#displaySwitch:hover {
  cursor: pointer;
  background-image: url('../wp-content/uploads/switch_mobil.png');
  background-position: 0 0;
  background-color: #333333;
}
body.lang_EN #displaySwitch:hover {
  background-image: url('../wp-content/uploads/switch_mobil_EN.png');
}
@media screen and (max-width: 1024px) {
  #switchcontainer { top: 55px; }
}
@media screen and (max-width: 767px) {
  #switchcontainer { z-index: 999999 !important; white-space: nowrap; position: absolute; top: 5px; right: -300px; left: auto; width: 180px; height: 40px; }
  #switchcontainer.showSwitch { right: -15px; }
  #displaySwitch { position: relative; right: 0; top: 0; left: auto; width: auto; }
  #displaySwitch { background-color: rgba(0,0,0,0); }
  #displaySwitch:hover { background-color: rgba(0,0,0,0); } 
}



.impdatbox {	
    position: fixed;
    display: inline-block;
    right: 0;
    bottom: 0;
    background: #eeeeee;
}
.impdatbox p {
	padding: 2px 12px;
	margin: 0;
}
.impdatbox a {
	color: #777777;
	font-size: 13px;
	text-decoration: none;
}
.impdatbox span {
	color: #999999;
	font-size: 13px;
	text-decoration: none;
}
@media (max-width: 767px) {
	#switchcontainer { top: -4px; margin-right: 12px; }
	.impdatbox { position: absolute; right: unset; left: 0; top: 50px; width: 100%; background: rgba(0,0,0,0); border-top: #555555 1px solid; }
	.impdatbox p { text-align: right; }
	.impdatbox a { color: #eeeeee; }
}



</style>
<!-- end Simple Custom CSS and JS -->
