/* ======================TYPO & GRUNDSTILE ================== */
#stores-container h1 {
    color: red;
}
#home-carousel h1 {
    font-family: 'roboto-bold';
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}
#home-carousel .home-header {
    display: inline;
    padding: 0 10px;
}
.home-header-lightgreen {
    background: rgba(156, 193, 91, 1);
    box-shadow: 11px 0 0 rgba(156, 193, 91, 1), -10px 0 0 rgba(156, 193, 91, 1);
}
.home-header-lightbrown {
    background: rgba(159, 125, 88, 1);
    box-shadow: 11px 0 0 rgba(159, 125, 88, 1), -10px 0 0 rgba(159, 125, 88, 1);
}
.home-header-turqoise {
    background: rgba(27, 146, 143, 1);
    box-shadow: 11px 0 0 rgba(27, 146, 143, 1), -10px 0 0 rgba(27, 146, 143, 1);
}
.home-header-ostern {
    background: rgba(110, 141, 74, 0.6);
    box-shadow: 11px 0 0 rgba(110, 141, 74, 0.6), -10px 0 0 rgba(110, 141, 74, 0.6);
}
.home-header-xmas {
    background: rgba(36, 47, 103, 1);
    box-shadow: 11px 0 0 rgba(36, 47, 103, 1), -10px 0 0 rgba(36, 47, 103, 1);
}
.home-header-berliner {
    background: rgba(0, 156, 155, 1);
    box-shadow: 11px 0 0 rgba(0, 156, 155, 1), -10px 0 0 rgba(0, 156, 155, 1);
}
.home-header-anno-1920-2402 {
    color: #313130;
    background: white;
    box-shadow: 11px 0 0 white, -10px 0 0 white;
}
.home-header-weihnachten2024 {
    color: #801937;
    background: #efbdb6;
    box-shadow: 11px 0 0 #efbdb6, -10px 0 0 #efbdb6;
}
.home-header-bordeaux {
    color: white;
    background: #801937;
    box-shadow: 11px 0 0 #801937, -10px 0 0 #801937;
}
.home-header-treiber_youtube_2506 {
    color: white;
    background: rgba(145, 195, 147, 0.9);
    box-shadow: 11px 0 0 rgba(145, 195, 147, 0.9), -10px 0 0 rgba(145, 195, 147, 0.9);
}
.home-header-marktkieker_2506 {
    color: white;
    background: #d17f4c;
    box-shadow: 11px 0 0 #d17f4c, -10px 0 0 #d17f4c;
}
#home-carousel .btn {
    text-align: left;
    position: absolute;
    left: -10px;
    color: #313130;
    font-family: 'robotoregular';
    font-size: 14px;
    font-weight: 600;
}
.carousel-indicators li {
    border: 1px solid #313130;
}
.carousel-indicators .active {
    background-color: #313130;
}
@media (min-width: 768px) {
    .carousel-indicators {
        bottom: 10px;
    }
}
.cc-window {
    color: rgba(0, 0, 0, 0.9);
    background-color: rgb(255, 255, 255);
}
.cc-btn {
    background-color: rgba(156, 193, 91, 1);
}
h2, body, #products ul.filter > li h2 a {
    color: #313130;
    font-size: 14px;
    letter-spacing: .04em;
}
h2 {
    font-size: 14px;
}
h1 {
    color: #313130;
}
.btn {
    color: #313130;
}
/* ============================================ BUTTONS & SPECIAL STYLES ============================================ */
#locateme, #search-button {
    margin: -7px 0 0 5px;
}
#locateme, #search-button, #jobs-application-button {
    background-color: #313130 !important;
    color: white;
    font-family: 'robotoregular';
    font-size: 14px;
    font-weight: 600;
}
.Tx-Formhandler .btn, div.card.card6 {
    background-color: #313130 !important;
    color: white;
    font-family: 'robotoregular';
    font-size: 14px;
    font-weight: 600;
}
.spinner {
    background-color: #313130 !important;
} /* Social Buttons – global */ .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 200px;
    padding: 10px;
    text-decoration: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    transition: background-color 0.3s, color 0.3s;
}
.btn i {
    margin-right: 8px;
    font-size: 1.2em;
}
.btn:hover {
    background-color: #f0f0f0;
    color: #000;
} /* Buttons nur in erster Slide */ .first-slide .btn {
    background-color: #e46367;
    opacity: 0.8;
    color: #fff !important;
    font-size: 18px;
    padding: 25px 35px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    width: 200px;
    margin: 15px auto;
    transition: background-color 0.3s, transform 0.3s;
}
.first-slide .btn i {
    color: #fff !important;
}
.first-slide .btn:hover {
    background-color: #d05357;
    transform: scale(1.05);
} /* Buttons im Kontaktbereich – nur Outline */ .kontakt-btn {
    background-color: transparent;
    color: #a67c52;
    font-size: 14px;
    padding: 10px 20px;
    margin: 8px 0;
    border: 2px solid #c09947;
    border-radius: 5px;
    display: block;
    width: 180px;
    text-align: left;
    transition: all 0.3s ease;
}
.kontakt-btn i {
    color: #a67c52;
    margin-right: 8px;
}
.kontakt-btn:hover {
    background-color: #a67c52;
    color: #fff;
}
.kontakt-btn:hover i {
    color: #fff;
} /* Footer: Buttons sauber mittig nebeneinander */ .modal-footer.modal-footer-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.modal-footer .btn-disclaimer {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
/* ============================================ LAYOUT / HINTERGRÜNDE ============================================ */
#navi-background-left, #navi-background-right {
    background: #fef0d2;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
#vorteils-karte-footer {
    background-color: #009e9a;
}
#vorteils-karte h1, #vorteils-karte h2, #vorteils-karte h3, #vorteils-karte li, #vorteils-karte a {
    color: #313130;
}
#vorteils-karte {
    color: #313130;
}
.btn-vorteils-karte {
    color: #fff !important;
    background-color: #009e9a !important;
}
.btn-xmas {
    color: #fff !important;
    background-color: #a91b29 !important;
}
#vorteils-karte img {
    max-width: 90%;
    margin: 0 0 -100px 0;
} /* 100 Jahre – korrigierter Selector */ #100-jahre {
    background-color: #f2ebe1 !important;
}
#100-jahre img {
    max-width: 140%;
}
#kontakt, #vorteils-karte, #produktvielfalt, #aktuelles {
    background-color: #f2ebe1;
}
#aktuelles {
    padding-top: 60px;
    padding-bottom: 30px;
}
#jobs, #filialfinder {
    background-color: white !important;
}
#jobs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#products div.mask {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
#event_backstube {
    position: absolute;
    right: 0;
    top: 400px;
    width: 350px;
    height: 52px;
    cursor: pointer;
    z-index: 100;
}
#event_backstube img {
    width: 350px;
    height: 52px;
    cursor: pointer;
} /* Treiber-Karte neu */ #treiber-karte {
    background-color: #89bd95;
    color: #074767;
    padding: 30px 20px 100px 20px;
}
#treiber-karte h1, #treiber-karte h2 {
    color: white;
}
#treiber-karte h3, #treiber-karte li, #treiber-karte a {
    color: #074767;
    font-family: 'robotoregular';
}
#treiber-karte img {
    z-index: -1000 !important;
}
#treiber-karte .btn-treiber-karte {
    background-color: #074767 !important;
    color: white;
}
.home-header-treiberkarte {
    background: #284766;
    box-shadow: 11px 0 0 #284766, -10px 0 0 #284766;
}
.home-header-ostern22 {
    background: #768a4d;
    box-shadow: 11px 0 0 #768a4d, -10px 0 0 #768a4d;
}
.home-header-geschenkkarte_22-04 {
    background: #de5b08;
    box-shadow: 11px 0 0 #de5b08, -10px 0 0 #de5b08;
}
.home-header-erdbeerwochen22 {
    background: #8ba236;
    box-shadow: 11px 0 0 #8ba236, -10px 0 0 #8ba236;
}
.home-header-muttertag22 {
    background: #a21e29;
    box-shadow: 11px 0 0 #a21e29, -10px 0 0 #a21e29;
}
.home-header-jobdating-22 {
    background: #dd93a5;
    box-shadow: 11px 0 0 #dd93a5, -10px 0 0 #dd93a5;
}
.home-header-erlebnisfuehrung_23-02 {
    background: #5f605b;
    box-shadow: 11px 0 0 #5f605b, -10px 0 0 #5f605b;
}
.home-header-dinkeldorle_23-02 {
    background: #ae3957;
    box-shadow: 11px 0 0 #ae3957, -10px 0 0 #ae3957;
}
.home-header-ostern_23 {
    color: white;
    background: #f5ada4;
    box-shadow: 11px 0 0 #f5ada4, -10px 0 0 #f5ada4;
}
.home-header-grillgang_2305 {
    color: white;
    background: #6bba79;
    box-shadow: 11px 0 0 #6bba79, -10px 0 0 #6bba79;
}
.p-left {
    color: #313130;
    text-align: left;
    margin: 0 0 3px -10px;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
}
@media (max-width: 990px) {
    h1 {
        font-size: 2em;
    }
}
/* ============================================ JOB-BANNER & JOBS-TEASER ============================================ */
.job-banner {
    width: 100%;
    background-color: #1c2653;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: none;
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.job-banner__text {
    display: inline-flex;
    animation: scrollText 40s linear infinite;
}
.job-banner__text a {
    text-decoration: none;
    color: inherit;
    padding-right: 50px;
}
.job-icon {
    width: 15px;
    height: 15px;
    margin: 0 10px 2px 10px;
}
@keyframes scrollText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
} /* Jobs Teaser Bild */ .jobs-image-wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.jobs-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ============================================ HOME-CAROUSEL – einheitliche Höhe ============================================ */
@media (min-width: 768px) {
    #home-carousel, #home-carousel .carousel-inner, #home-carousel .item {
        height: 42vw;
        max-height: 850px;
        min-height: 650px;
        overflow: hidden;
    }
    #home-carousel .item img, #home-carousel .item video, #home-carousel .item .video-wrapper {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left top;
        display: block;
    }
    #home-carousel .video-wrapper {
        position: relative;
    }
    #home-carousel .carousel-caption {
        position: absolute;
        z-index: 2;
    }
}
/* Slick-Standardpfeile global abschalten */
.slick-next:before, .slick-prev:after {
    content: none;
}
/* ============================================ PRODUKTVIELFALT – Slick-Slider ============================================ */
#products ul.slick-dots {
    display: none !important;
}
#products button.slick-prev::before, #products button.slick-next::before {
    content: none !important;
    display: none !important;
}
#products .slick-prev, #products .slick-next, #products .slick-prev:hover, #products .slick-prev:focus, #products .slick-next:hover, #products .slick-next:focus {
    opacity: 1 !important;
    visibility: visible !important;
}
#products .slick-list, #products .slick-track, #products .slick-slide {
    height: 100% !important;
}
#products .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#products .slick-slide img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    object-fit: contain;
} /* Filialen-Sektion Hintergrund */ section#filialen {
    background-color: #f2ebe1 !important;
} /* Produkt-Slider Schatten entfernt + feste Höhe */ #products div.mask {
    box-shadow: none !important;
}
#products ul.content.slick-slider, #products div.mask {
    height: 280px !important;
}
/* ============================================ KONTAKTFORMULAR – globaler Clean-up ============================================ */
#contact-form-container {
    text-align: left !important;
    padding: 20px 0;
} /* Labels */ #contact-form-container label {
    display: block;
    font-family: 'robotoregular', 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #313130;
    margin-bottom: 4px;
    text-align: left !important;
} /* Felder */ #contact-form-container input[type="text"], #contact-form-container input[type="email"], #contact-form-container textarea {
    background-color: #ffffff !important;
    border: 1px solid #d3a74e !important;
    border-radius: 4px !important;
    padding: 8px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    font-family: 'robotoregular', 'Roboto', sans-serif !important;
    font-size: 14px !important;
    color: #313130 !important;
    box-shadow: none !important;
    margin-bottom: 12px !important;
}
#contact-form-container input[type="text"]:focus, #contact-form-container input[type="email"]:focus, #contact-form-container textarea:focus {
    outline: none !important;
    border-color: #c09947 !important;
}
#contact-form-container input[type="checkbox"] {
    margin-right: 6px;
    transform: scale(1.05);
}
#contact-form-container p, #contact-form-container .Tx-Formhandler p {
    font-family: 'robotoregular', 'Roboto', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #6e6e6e !important;
    text-align: left !important;
    margin-top: 10px;
} /* Formhandler-Wrapper links, Button mittig */ #contact-form-container .Tx-Formhandler {
    text-align: left !important;
}
#contact-form-container .row .large-12.columns {
    text-align: center !important;
}
#contact-form-container .row .large-12.columns input[type="submit"].btn.button.secondary.right {
    float: none !important;
    display: inline-block !important;
    margin: 20px auto 0 !important;
}
/* ============================================ NAVIGATION – zusammengefasst ============================================ */
/* Typografie */ #navi.navbar-default .navbar-nav a {
    font-family: 'robotoregular';
    letter-spacing: .04em;
    font-weight: 600 !important;
    font-size: 14px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text, h2 {
    color: #313130;
    font-weight: bolder;
}
/* Burger Icon */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #313130 !important;
}
/* Logo im affix-Status nicht skalieren */
#navi.affix .logo img {
    width: inherit;
}
/* Container wirklich mittig (fix für margin-left:auto Inline-Style) */
#navi_container nav#navi .container {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Klassisches Float-Layout beibehalten */
#navi.navbar-default .navbar-collapse {
    text-align: left !important;
}
#navi.navbar-default .navbar-nav {
    float: left !important;
    width: auto !important;
}
#navi.navbar-default .navbar-nav > li {
    float: left !important;
    display: block !important;
}
/* FILIALLISTE – grüner Button, invertierter Hover-Zustand */
section#filialen a.btn-google-liste {
    background: #8bb58a !important; /* sattes Treiber-Grün */ color: #ffffff !important; /* weiße Schrift */ border: 2px solid #8bb58a !important;
    padding: 10px 22px !important;
    font-family: 'robotoregular', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
} /* Hover invertiert: Outline + grün, kein Fill */ section#filialen a.btn-google-liste:hover {
    background: transparent !important;
    color: #8bb58a !important;
    border-color: #8bb58a !important;
} /*filial-suchfeld unter menu bar*/ #store-finder {
    position: relative;
    z-index: 50;
} /* KONTAKTFORMULAR etwas schmaler machen (zentrierte Spalte) */ #contact-form-container {
    max-width: 800px; /* Breite der Spalte */ margin: 0 auto; /* mittig auf der Seite */ text-align: left !important; /* Inhalt bleibt linksbündig */
} /* sicherstellen, dass die Inputs sich an die neue Breite anpassen */ #contact-form-container input[type="text"], #contact-form-container input[type="email"], #contact-form-container textarea {
    width: 100% !important;
    max-width: 100% !important;
} /* MOBILE: Produktbilder im Slider wirklich mittig, ohne Linksversatz */ @media (max-width: 600px) { /* evtl. Versatz durch Padding/Margin im Wrapper entfernen */ #products, #products .mask, #products ul.content.slick-slider {
        padding-left: 0 !important;
        margin-left: 0 !important;
    } /* Slides-Inhalt zentrieren, ohne Slick zu stören */ #products .slick-slide {
        text-align: center !important;
    }
    #products .slick-slide img {
        display: inline-block !important;
        margin: 0 auto !important;
    }
} /* Slick-Arrow Hover/Focus deaktivieren – Icon bleibt immer unverändert */ #products .slick-prev:hover, #products .slick-prev:focus, #products .slick-next:hover, #products .slick-next:focus {
    background-position: inherit !important;
    background-image: inherit !important;
    background-color: inherit !important;
    opacity: 1 !important;
}
#products .slick-prev:hover, #products .slick-prev:focus {
    background-image: url('/img/sprite/sprite.png') !important;
    background-repeat: no-repeat !important;
    background-position: -500px -56px !important; /* aus deinem Screenshot */
}
#products .slick-next:hover, #products .slick-next:focus {
    background-image: url('/img/sprite/sprite.png') !important;
    background-repeat: no-repeat !important;
    background-position: -500px -56px !important; /* anpassen falls anderer Wert */
}
/* ============================================ GLOBALER MOBILE FIX FÜR ALLE HEADLINES ============================================ */
@media (max-width: 767px) {
    /* Fix für alle Home-Carousel Headlines */
    #home-carousel .home-header {
        display: inline !important;
        line-height: 1.8 !important; /* Erhöht den vertikalen Abstand für die Box-Schatten */
        -webkit-box-decoration-break: clone !important;
        box-decoration-break: clone !important;
        padding: 4px 0 !important; /* Vertikaler Puffer */
    }
    h1 {
        font-size: 2em;
    }
}
/*FOOTER*/
#footer h2 {
    margin: 0;
}
#footer {
    background-color: #f2ebe1;
}

/* ==========================================================
   Carousel-Fix: Verhindert Verspringen & Ausbrechen auf Mobile
   ========================================================== */

/* Nur auf Mobilgeräten anwenden */
@media (max-width: 767px) {

  /* Zwingt den vollflächigen Link auf die exakte Breite des Slides */
  .carousel a,
  .slick-slide a,
  [class*="carousel"] a,
  [class*="slider"] a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Verhindert, dass das Bild im Link über den Container hinausragt */
  .carousel a img,
  .slick-slide a img,
  [class*="carousel"] a img,
  [class*="slider"] a img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  
}

