@charset "UTF-8";
/**
 * CSS Erik Luengen
 * -----------------------------------------------------------------------------
 * Ausgabe Objekt Details und Energie-Klassen
*/

.elimmo-rounded img{
   display: block;
   border-radius:9999px;
   text-align: center;
   margin: 0 auto;
}  

.maklerhero{
   font-size:27px;
   color: white;
   text-decoration: none;
}

 .objectheader {
    padding-top: 54px!important;
}

 .energy-certificate {
    background: white;
    padding: 10px;
	  margin-right: 10px;
  	margin-top: 10px;
	  margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.energy-certificate h2{
    font-size: 22px;
	  margin-bottom: 50px;
	  font-weight:400;
}


.energy-scale {
    display: flex;
	  flex-direction: row;
    margin-top: 10px;
}

.scale-section {
    flex: 1;
    padding: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.arrow {
	  display: flex;
	  flex-direction: column;
    position: absolute;
    left: 20px;
    transition: all 0.3s ease-in-out;
}

#kwh{
   	margin-top:-44px;
    font-size: 16px;
	  font-weight: 400;
	  color: #000; /* Farbe KWH */
}

.arrowt {
	  margin-top:-10px;
    font-size: 30px;
	  color: red; /* Farbe des Pfeils */
}

.a-plus { background: #71b838; border-radius: 25px 0 0 25px;} /* Grün */
.a { background: #aac91a; }
.b { background: #a9bd00; }
.c { background: #e0dd0b; } /* Gelb */
.d { background: #feed12; }
.e { background: #fec903; } /* Rot */
.f { background: #f89f10; } /* Rot */
.g { background: #e44e10; } /* Rot */
.h { background: #d81e1c; border-radius: 0 25px 25px 0;} /* Rot */


.kosten-visualisierung {
  width: 360px;
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.reagenzglas {
  width: 320px;
  margin-left: 20px;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  position: relative;	
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.5)	
}

.segment { 
	width: 100%;
  color: #000;
	display: grid;
	place-items: center; 
  font-weight: bold;
	vertical-align: middle;
  text-align: center;
}

.segment.garage      { background: #00AEC9; }
.segment.notar       { background: #37C68C; }
.segment.grundbuch   { background: #6fb540; }
.segment.steuer      { background: #9AC63F; }
.segment.makler      { background: #E9E23F; }

.werte {
  margin: 0 !important;
  padding: 0!important;
  vertical-align: middle;	
  font-size: 12px;
}

.preis-box {
  margin-top: 0px;
  width: 360px;
  padding: 15px;
  background: #0077a7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  z-index: 99;	
  position: relative;	
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.5)	
}
.gesamtpreis-box {
  margin-top: 0px;
  width: 360px;
  padding: 15px;
  background: #fff;
  color: #0077a7;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  position: relative;		
  z-index:20;	
}

.elimmo_block {
  vertical-align: top;
  padding:5px; 
  display: inline-block; 
  width:520px; 
}

.elimmo_headerone {
  vertical-align: top;
  padding-left:5px; 
  padding-bottom: 2px;
  display: inline-block; 
  width: 100%; 
}

.elimmo_header {
  vertical-align: top;
  padding-left:5px; 
  border-top: 1px solid #000; 
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 2px;
  display: inline-block; 
  width: 100%; 
}

.elimmo_label {
  vertical-align: top;
  padding:0px; 
  display: inline-block; 
  width:250px; 
}

.elimmo_value {
  vertical-align: top;
  padding:0px; 
  display: inline-block; 
  width:250px; 
}

.icon-360 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 999;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 0.4em 0.8em;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: bold;
  pointer-events: none; /* blockiert keine Klicks */
}

@keyframes pulse2 {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

.icon-360 {
  width: 64px;
  height: 64px;
  background: url('/wp-content/uploads/2025/12/360-degree.png') no-repeat center center;
  background-size: contain;
  animation: pulse2 2s infinite;
}

@media(max-width:500px){
.elimmo_block {
  vertical-align: top;
  padding:5px; 
  display: inline-block; 
  width:400px; 
}
.maklerhero{
   font-size:16px;
}



.elimmo_label {
  vertical-align: top;
  padding:0px; 
  display: inline-block; 
  width:180px; 
}

.elimmo_value {
  vertical-align: top;
  padding:0px; 
  display: inline-block; 
  width:180px; 
}
}

/**
 * CSS Erik Luengen
 * -----------------------------------------------------------------------------
 * Formatierung Erweiterungen ARForms
*/

.elimmo_arform_select {
  border-radius: 25px;
  display: inline-block;
  padding:8px; 
  margin-top:12px;  
  margin-bottom:12px;  
  width:100%; 
}

/**
 * CSS Erik Luengen
 * -----------------------------------------------------------------------------
 * Ausgabe Navigationsmenue bei Objekten
*/


.nav-handle { display: none; } /* Desktop: Steg unsichtbar */

.nav-menu {
  display: flex;
  flex-direction: column;
  gap: 3px;           /* Abstand zwischen Buttons */
}  

.tab-headers {
  position: fixed;
  top: 174px;          /* Abstand unter deinem Header, passe an */
  right: calc((100% - 1140px)/2); /* 50% Mitte + halbe Page-Breite */
  z-index: 9999;      /* immer oben */
}

.tab-header {
  font-size: 12px;    /* relativ klein */
  padding: 6px 10px;
  width: 120px;
  border: none;
  border-radius: 4px;
  background: #333;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.active  {
  background: #0077A7 !important;
 } 

.wpmslider-pager-link.active{
  background: #fff !important;
 } 
  
@media (max-width: 1250px) {
 .tab-headers {
    top: 174px;
    left: auto;
    right: -8px; /* auf kleinen Screens einfach rechts am Fenster */
    transform: none;
  }
}

@media (max-width: 600px) {

.nav-handle {
    position:relative!important;
    top:0px!important;
    display: block;
    background: #333;
    right:8px;
    width:38px;
    color: #fff;
    padding: 6px;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.2;
    text-align: center;
    border-radius: 4px 0 0 4px;
  }
.nav-menu {
    position: absolute;
    top: 0;
    right: -120px; /* versteckt */
    width: 120px;
    flex-direction: column;
    gap: 3px;
    border-radius: 4px 0 0 4px;
    transition: right 0.3s ease;
  }

.nav-menu.open { right: 30px; } /* sichtbar */
}  

/**
 * CSS Erik Luengen
 * -----------------------------------------------------------------------------
 * Ausgabe Galerien mit swiper.js
*/


.el_hero-swiper {
  width: 100%;              /* volle Breite */
  max-width: 1250px;        /* optional feste Max-Breite */
  height: 640px;            /* feste Höhe */
  margin: 0 auto;           /* zentrieren */
}

.el_hero-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;         /* optional Hintergrund */
}

.el_hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  object-fit: cover;        /* Bild füllt Container aus */
}

.el_galery-swiper {
  width: 100%;              /* volle Breite */
  max-width: 1250px;        /* optional feste Max-Breite */
  height: 520px;            /* feste Höhe */
  margin: 0 auto;           /* zentrieren */
}

.el_galery-swiper .swiper-slide {
  display: flex;
  height: 520px;        /* optional feste Max-Breite */
  justify-content: center;
  align-items: center;
  background: #fff;         /* optional Hintergrund */
}

.el_galery-swiper .swiper-slide img {
  height: 100%;
  width:  100%;        /* optional feste Max-Breite */
  background-color: #fff;
  object-fit: contain;        /* Bild füllt Container aus */
}


.el_hero-fallback img {
  height: 100%;
  width:  100%;        /* optional feste Max-Breite */
  background-color: #fff;
  object-fit: contain;        /* Bild füllt Container aus */
}

.swiper-button-prev, .swiper-button-next {
  color: #00ADC8 !important;
  bottom:100px!important;
  top: auto!important;
}


.swiper-pagination-bullet-active  {
  background: #00ADC8 !important;
}

.el_hero-swiper .slide-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}

.el_galery-swiper .slide-caption {
  position: absolute;
  text-align: center;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.headerimage {
 width: 100% !important;
 max-width: 1250px !important; 
 height: 100% !important; 
}

@media(max-width:860px){
.el_galery-swiper {
  width: 100%;              /* volle Breite */
  height: 360px;            /* feste Höhe */
  margin: 0 auto;           /* zentrieren */
}  
.el_galery-swiper .swiper-slide {
  height: 360px;        /* optional feste Max-Breite */
  justify-content: center;
  align-items: center;
  background: #fff;         /* optional Hintergrund */
}

.el_hero-swiper {
  width: 100%;              /* volle Breite */
  max-width: 1250px;        /* optional feste Max-Breite */
  height: 360px;            /* feste Höhe */
  margin: 0 auto;           /* zentrieren */
}

.el_hero-swiper .swiper-slide {
  display: flex;
  height: 360px;            /* feste Höhe */
  justify-content: center;
  align-items: center;
  background: #fff;         /* optional Hintergrund */
}
}

@media(max-width:500px){
.el_galery-swiper {
  width: 100%;              /* volle Breite */
  height: 280px;            /* feste Höhe */
  margin: 0 auto;           /* zentrieren */
}  
.el_galery-swiper .swiper-slide {
  height: 280px;        /* optional feste Max-Breite */
  justify-content: center;
  align-items: center;
  background: #fff;         /* optional Hintergrund */
}

.el_hero-swiper {
  width: 100%;              /* volle Breite */
  height: 280px;            /* feste Höhe */
  margin: 0 auto;           /* zentrieren */
}

.el_hero-swiper .swiper-slide {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;         /* optional Hintergrund */
}
}
/**
 * CSS Erik Luengen
 * -----------------------------------------------------------------------------
 * Die Lightbox über allem
*/


.pswp { 
  z-index: 9999999999 !important; 
}

/**
 * CSS Erik Luengen
 * -----------------------------------------------------------------------------
 * Reiterkarten für unser Plugin in Guteberg Metabox
*/

#elimmo-tabs .tab-content { min-height: 600px!important; /* zieht alle Inhalte gleich hoch */ }

.el-tooltip {
    position: relative;
    cursor: help;
    display: inline-block;
}

.el-tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 20px;
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    transition: opacity 0.2s;
    z-index: 9999;
}

.el-tooltip:hover .el-tooltip-text {
    visibility: visible;
    opacity: 1;
}


/**
 * CSS Erik Luengen
 * -----------------------------------------------------------------------------
 * Formatierungen für die Frontend-Darstellung
*/

.elimmo-regionlink, .elimmo-regionlink:visited { 
  color: #fff !important; 
}

.elimmo-field  {
border-radius: 4px; 
box-sizing: border-box;
padding: 4px;
background-color:#EFEFEF;
color: #0e293f;
text-align: center;
font-size: 14px;
}

.elimmo-field_preview {
border-radius: 4px; 
box-sizing: border-box;
padding: 4px;
background-color:#EFEFEF;
color: #0e293f;
text-align: center;
display: flex;
font-size: 12px;
}

.elimmo-maklerheader-link {
  color: #fff !important;
  text-decoration: none !important;
}

.elimmo-maklerheader-link:hover,
.elimmo-maklerheader-link:active,
.elimmo-maklerheader-link:focus {
  color: #fff !important;
  text-decoration: none;
}
