/* Add here all your css styles (customizations) */
.logo-footer {
    height: 120px; /* oder width: 120px; */
  }

  #logo_img {
    max-height: 60px; /* oder 40px, je nach gewünschter Größe */
    width: auto; /* damit das Seitenverhältnis erhalten bleibt */
  }

  @media (max-width: 576px) {
    .g-width-60 {
      width: 100px !important;
      height: auto !important;
    }
  }

  .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  /* Logos richtig groß und klar */
  #carouselCus18-nav .js-slide img {
    max-width: 360px;   /* vorher 180px */
    max-height: 240px;  /* vorher 100px */
    width: 360px;
    height: 240px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
  }

  /* Aktives und Hover-Logo farbig & leicht größer */
  #carouselCus18-nav .js-slide img:hover,
  #carouselCus18-nav .slick-center img {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.12);
  }

  /* Mobile Ansicht – trotzdem erkennbar groß */
  @media (max-width: 992px) {
    #carouselCus18-nav .js-slide {
      height: 180px;
    }

    #carouselCus18-nav .js-slide img {
      max-width: 220px;
      max-height: 120px;
    }
  }

  @media (max-width: 768px) {
    #carouselCus18-nav .js-slide {
      height: 160px;
    }

    #carouselCus18-nav .js-slide img {
      max-width: 180px;
      max-height: 100px;
    }
  }

  @media (max-width: 480px) {
    #carouselCus18-nav .js-slide {
      height: 140px;
    }

    #carouselCus18-nav .js-slide img {
      max-width: 150px;
      max-height: 90px;
    }
  }

  .testimonial-stars {
    color: #d4af37;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .thin-line {
    border: none;
    border-top: 1px solid #e0e0e0; /* hellgrau */
    margin: 40px 0; /* Abstand oben/unten */
  }

  /* WhatsApp Button */


:root {
  --warna-background: #4dc247;
  --warna-bg-chat: #f0f5fb;
  --warna-icon: #fff;
  --warna-text: #505050;
  --warna-text-alt: #989b9f;
  --lebar-chatbox: 320px;
  }

svg{width: 22px;height: 22px;vertical-align: middle;fill: var(--warna-icon)}
.chatMenu, .chatButton .svg-2{display: none}

.chatButton{position: fixed;background-color: var(--warna-background);bottom: 20px;right: 20px;border-radius: 50px;z-index: 20;overflow: hidden;display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;-webkit-transition: all .2s ease-out;transition: all .2s ease-out}
.chatButton {
  position: fixed;
  background-color: var(--warna-background);
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  z-index: 20;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px; /* vorher 50px → größer */
  height: 70px; /* vorher 50px */
  transition: all 0.2s ease-out;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.chatButton img.svg-1 {
  width: 45px; /* Größe deines SVGs */
  height: 45px;
}

.chatButton .svg-2 {
  width: 55px;
  height: 55px;
  fill: #fff;
  display: none;
}

/* Wenn Checkbox aktiv → WhatsApp-Icon ausblenden, X zeigen */
.chatMenu:checked + .chatButton .svg-1 {
  display: none;
}

.chatMenu:checked + .chatButton .svg-2 {
  display: block;
}

.chatBox {
  position: fixed;
  bottom: 100px; /* Grundabstand – JS ändert diesen Wert */
  right: 20px;
  width: var(--lebar-chatbox);
  transition: all 0.2s ease-out;
  z-index: 21;
  opacity: 0;
  visibility: hidden;
  line-height: normal;
}



.chatContent{border-radius: 15px;background-color: #fff;box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);overflow: hidden; border: 1px solid #b6b6b6;}
.chatHeader{position: relative;display: flex;align-items: center;padding: 15px 20px;background-color: var(--warna-background);overflow: hidden}
.chatHeader svg{width: 32px;height: 32px;flex-shrink: 0;fill: var(--warna-icon)}
.chatHeader .chatTitle{padding-left: 15px;font-size: 14px;color: var(--warna-icon)}
.chatHeader .chatTitle span{font-size: 11.5px;display: block;line-height: 1.58em}

.chatText{display: flex;flex-wrap: wrap;margin: 25px 20px;font-size: 12px;color: var(--warna-text)}
.chatText span{display: inline-block;margin-right: auto;padding: 10px 10px 10px 20px;background-color: var(--warna-bg-chat);border-radius: 3px 15px 15px}
.chatText span:after{content: 'Jetzt';margin-left: 15px;font-size: 9px;color: var(--warna-text-alt)}
.chatText .typing{margin: 15px 0 0 auto;padding: 10px 20px 10px 10px;border-radius: 15px 3px 15px 15px}
.chatText .typing::after{display: none;}

.chatStart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  padding: 16px 20px;
  border-radius: 15px;
  border: 1px solid #b6b6b6;
  background-color: #fff; /* weißer Hintergrund */
  color: var(--warna-background); /* WhatsApp-Grün */
  font-size: 15px;
  font-weight: 400; /* etwas dicker */
  text-decoration: none;
  transition: all 0.2s ease;
}

.chatStartIcon {
  width: 24px;
  height: 24px;
}

.chatStart:hover {
  color: #1DA851; /* etwas dunkleres Grün beim Hover */
  border-color: #1DA851;
}

.chatStart:hover .chatStartIcon {
  filter: brightness(0.85);
}
.chatMenu:checked + .chatButton{-webkit-transform: rotate(360deg);transform: rotate(360deg)}
.chatMenu:checked + .chatButton .svg-1{display: none}
.chatMenu:checked + .chatButton .svg-2{display: block}
.chatMenu:checked ~ .chatBox{bottom: 90px;opacity: 1;visibility: visible}


/*# sourceMappingURL=style.css.map */



.btncustom:link,
.btncustom:visited{
  text-decoration: none;
  position:relative;
  top:20;
  left:0;
  padding:20px 40px;
  border-radius:100px;
  transition: all .5s;
  font-size:23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btncustom-white{
  font-family: glacial;
  background:#fff;
  color:#000;
  width: 300px;
}

.btncustom:hover{
   box-shadow:0px 10px 10px rgba(0,0,0,0.2);
   transform : translateY(-3px);
}

.btncustom:active {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.btncustom-bottom-animation-1{
  animation:comeFromBottom 1s ease-out .8s;
}

.btncustom::after{
  content:"";
  text-decoration: none;
  text-transform:uppercase;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  border-radius:100px;
  display:inline-block;
  z-index:-1;
  transition: all .5s;
}

.btncustom-white::after {
    background: #fff;
}

.btncustom-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.dzsparallaxer.custom-height {
  height: 600px !important;
}

/* Größere Social Icons im Footer */
footer .u-icon-v3 {
  width: 35px !important;
  height: 35px !important;
  font-size: 22px !important;
  line-height: 35px !important;
}

footer ul.list-inline {
  margin-top: 10px !important; /* Abstand nach oben */
}

footer .d-flex {
  align-items: center;
}

.forecast-day {
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 6px;
  transition: background 0.2s;
}
.forecast-day:hover {
  background: #f0f0f0;
}
.forecast-day.active {
  background: #007bff;
  color: white;
  font-weight: bold;
}