/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
 Text Domain:  generatepress-child
 Version:      1.0
*/



/* html { scroll-behavior: auto !important; } */
html { scroll-behavior: smooth; }



/* Sticky Footer Layout (GeneratePress) */
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.site-content {
  flex: 1;
}


/* Inaktive Dots hellgrau */
.gb-carousel-dot {
    background: #d1d5db;
	  height: 10px;
	  width: 10px;
	  transform: scale(1) !important;
}
/* Aktive Dots blau */
.gb-carousel-dot.is-active {
    background: #0080AB !important;
	  height: 10px;
	  width: 10px;
	  border: 2px solid #d1d5db;
	  transform: scale(1) !important;
}

.sticky-bottom {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background: #fff;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
}

/* Footer-Push (verhindert Overlap) */
body:not(.admin-bar) .site-footer {
    padding-bottom: 70px; /* Bar-Höhe anpassen */
}
.admin-bar .site-footer {
    padding-bottom: 100px; /* + WP-Admin-Bar */
}

.current-lang {
    font-size: 1.35rem;          /* deutlich größer */
    font-weight: 600;
    text-decoration: none;
    color: var(--accent-dark);
    line-height: 1;
}

.current-lang:hover {
    color: var(--contrast);
    text-decoration: none;
}


body.search .site-main {
    padding: 40px 20px;
}


body.search .site-main .entry-title a {
    color: var(--accent-2-dark);
}

.site-footer a {
    color: white !important;
}


/* Back to Top Button rund */
.generate-back-to-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    
    transition: all 0.2s ease;

    bottom: 30px;
}

/* Icon im Back-to-Top Button anpassen */
.generate-back-to-top i,
.generate-back-to-top svg {
    font-size: 28px;      /* größer */
    line-height: 1;
    transform: translateY(-4px); /* minimal nach oben schieben */
}
.generate-back-to-top svg {
    stroke-width: 3 !important;
}


/* Hover-Effekt */
.generate-back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

.generate-back-to-top {
    background: #fff !important;      /* oder deine Brand-Farbe */
    color: var(--accent-dark) !important;
    backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
    .generate-back-to-top {
        bottom: 60px;
    }
}


.animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }
.delay-4 { transition-delay: 0.8s; }
.delay-5 { transition-delay: 1s; }


.carousel-wrapper {
    position: relative;
}

/* Gemeinsame Pfeil-Styles */
.carousel-wrapper .carousel-arrow-left,
.carousel-wrapper .carousel-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

/* Links */
.carousel-wrapper .carousel-arrow-left {
    left: 0rem;
}

/* Rechts */
.carousel-wrapper .carousel-arrow-right {
    right: 0rem;
}

/* Dots */
.carousel-wrapper .carousel-dots {
    position: absolute;
    bottom: 1rem;
    right: 0rem;
    z-index: 20;
}

/* Inaktive Dots hellgrau */
.carousel-wrapper .gb-carousel-dot {
    background: #d1d5db;
	  height: 10px;
	  width: 10px;
	  transform: scale(1) !important;
}
/* Aktive Dots blau */
.carousel-wrapper .gb-carousel-dot.is-active {
    background: var(--contrast) !important;
	  height: 10px;
	  width: 10px;
	  border: 2px solid #d1d5db;
	  transform: scale(1) !important;
}



.wpforms-page-indicator-page-progress {
    background-color: var(--accent-2-dark) !important; /* deine Wunschfarbe */
}
.wpforms-page-indicator-page-progress-wrap {
    background-color: white !important;
}




.hero-fade {
    position: relative;
}

.hero-fade::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 40%,
        rgba(255,255,255,0.8) 60%,
        rgba(255,255,255,1) 90%,
        rgba(255,255,255,1) 100%
    );


    pointer-events: none;
}






.dztl-filter{
  margin: 0;
}

.dztl-filter__pill{
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 8px 10px; /* kleiner */
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

.dztl-filter__input{
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  width: 100%;
  font-size: 15px; /* vorher 18px */
  padding: 10px 14px;
}

.dztl-filter__submit{
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 10px 18px; /* kleiner */
  font-size: 15px;
  font-weight: 600;
  background: #f6b25b;
  color: #111;
  box-shadow: 0 4px 10px rgba(0,0,0,.10);
}

.dztl-filter__pill--select{
  padding-right: 60px; /* angepasst */
}

.dztl-filter__select{
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent !important;
  width: 100%;
  font-size: 15px;
  padding: 10px 14px;
  cursor: pointer;
}

/* Fokus */
.dztl-filter__input:focus {
  outline: none;
  box-shadow: none;
  background: transparent !important;
}

.dztl-filter__chevron{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;   /* vorher 54px */
  height: 42px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: #f6b25b;
  box-shadow: 0 4px 10px rgba(0,0,0,.10);
}

.dztl-filter__chevron::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translate(-50%, -60%) rotate(45deg);
}


ul.custom-list {
  list-style: disc;
  font-size: 14px;
  margin-left: 0;
  padding-left: 1em;
}

ul.custom-list li {
  padding-left: 0em;   /* Feintuning Textabstand */
  margin-bottom: 1em;
}

.gb-site-header-757c6fce {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}