:root {
    --accent-color: #c93b7d;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
.section-heading,
.masthead-subheading,
.timeline-heading h4,
.timeline-heading .subheading,
p, span, div,
button, a, label,
.btn, .nav-link,
.form-group label,
.captcha-text {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

    .navbar-brand,
    .nav-link.active,
    code, pre {
        hyphens: none;
        -webkit-hyphens: none;
        word-break: normal;
    }

a {
    color: #41757c;
    text-decoration: underline;
}

    a:hover {
        color: #b23aa2;
        text-decoration: underline;
    }

h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #212529;
    text-align: center;
}

.text-primary {
    color: var(--accent-color) !important;
}

.link-dark {
    color: #41757c;
    text-decoration: underline !important;
}

    .link-dark:hover {
        color: #b23aa2;
        text-decoration: underline;
    }

#mainNav .container {
    display: flex;
    align-items: center;
}

#mainNav .navbar-brand {
    color: var(--accent-color);
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.8);
    text-wrap: wrap;
}

.nav-link:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.nav-link.active {
    color: #ffffff !important;
    background-color: var(--accent-color);
}

.navbar-ge-logos {
    gap: 0.5rem;
}

.navbar-ge-logo-quer {
    height: 30px;
    max-width: 150px;
    object-fit: contain;
    opacity: 0.95;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-ge-logo-signet {
    height: 35px;
    max-width: 60px;
    object-fit: contain;
    opacity: 0.95;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-ge-logos a:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.navbar-city-logos {
    gap: 1rem;
    align-items: center;
}

.navbar-logo {
    height: 40px;
    max-width: 80px;
    object-fit: contain;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .navbar-logo:hover {
        transform: scale(1.1);
        opacity: 1;
    }

header.masthead {
    background-image: url("../assets/img/header-bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}

    header.masthead .container {
        background-color: #000000a8;
        padding: 2rem 0;
    }

        header.masthead .container a.btn {
            margin-top: 2rem;
        }

    header.masthead .masthead-heading {
        margin-bottom: 0;
    }

.btn-primary {
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    text-decoration: none !important;
}

    .btn-primary:hover {
        background-color: #b23aa2;
        border-color: #b23aa2;
        filter: brightness(0.8);
    }

.btn-highlight {
    display: inline-block;
    color: white;
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 0.5rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

    .btn-highlight:hover {
        background-color: #b23aa2;
        color: white;
        filter: brightness(0.85);
        text-decoration: none;
    }

.timeline > li .timeline-image {
    background-color: var(--accent-color);
}

.portfolio-link {
    position: relative;
    display: block;
}

.portfolio-card-search-overlay {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
    animation: pulse-fade 2s ease-in-out infinite;
}

.portfolio-link:hover .portfolio-card-search-overlay {
    animation: none;
    opacity: 1;
}

.portfolio-card-search-icon {
    width: 20px;
    height: 20px;
    display: block;
    filter: brightness(0) saturate(100%);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: #b23aa2 !important;
}

    #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 0.8;
    }

.city-logos-section {
    margin: 2rem 0;
}

.city-logo-link {
    text-decoration: none;
    display: inline-block;
}

.city-logo-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .city-logo-circle img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.city-logo-link:hover .city-logo-circle {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.accordion {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

    .accordion .accordion-item {
        border: none;
        border-top: 1px solid #ccc;
    }

        .accordion .accordion-item:first-of-type {
            border-top: none;
        }

        .accordion .accordion-item .accordion-header {
            background-color: #f9f9f9;
            padding: 15px;
            user-select: none;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            border-left: 3px solid transparent;
            transition: background-color 0.3s ease;
        }

            .accordion .accordion-item .accordion-header:hover {
                background-color: #eef1f3;
            }

            .accordion .accordion-item .accordion-header.active {
                background-color: #eef1f3;
                border-left: 3px solid var(--accent-color);
            }

            .accordion .accordion-item .accordion-header h5 {
                color: #27282a;
                font-size: 1rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 90%;
                transition: font-weight 0.15s ease-in-out;
            }

@media (max-width: 768px) {
    .accordion .accordion-item .accordion-header h5 {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
}

.accordion .accordion-item .accordion-header.active h5 {
    font-weight: bold;
}

.accordion .accordion-item .accordion-header i {
    padding: 0.5rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

.accordion .accordion-item .accordion-header.active i {
    transform: rotate(180deg);
    background-color: var(--accent-color);
    color: white;
}

.accordion .accordion-item .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    border-left: 3px solid transparent;
    transition: max-height 0.3s ease;
}

    .accordion .accordion-item .accordion-content p:first-of-type {
        padding-top: 15px;
    }

    .accordion .accordion-item .accordion-content p:last-of-type {
        padding-bottom: 15px;
    }

    .accordion .accordion-item .accordion-content .accordion-button-container {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 15px;
    }

.accordion .accordion-item .accordion-header.active + .accordion-content {
    border-left: 3px solid var(--accent-color);
}

.standard-form {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid var(--accent-color);
    border-radius: 8px;
    background-color: #ffffff;
    color: #212529;
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: #212529;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        font-size: 16px;
        color: #212529;
        background-color: #ffffff;
        box-sizing: border-box;
        transition: border-color 0.3s ease;
    }

        .form-group input[type="text"]:focus,
        .form-group input[type="email"]:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--accent-color);
        }

    .form-group input[readonly] {
        background-color: #f8f9fa;
        cursor: not-allowed;
    }

    .form-group textarea {
        resize: vertical;
        min-height: 100px;
    }

.pflichtfeld label::after {
    content: "*";
    color: var(--accent-color);
    margin-left: 4px;
}

.form-hint {
    font-size: 0.9rem;
    color: #212529;
    margin: 10px 0;
}

.full-width {
    width: 100%;
}

.privacy-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 20px 0;
}

    .privacy-divider span {
        padding: 0 15px;
        color: #212529;
        font-weight: 500;
        white-space: nowrap;
        font-size: 0.85rem;
        background-color: #ffffff;
    }

.divider-line {
    flex: 1;
    height: 1px;
    background-color: #dee2e6;
}

.privacy-info {
    margin-bottom: 20px;
}

    .privacy-info p {
        color: #212529;
        font-size: 0.85rem;
        line-height: 1.6;
    }

.checkboxflow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.form-check-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    border: 2px solid var(--accent-color);
    border-radius: 8px;
    background-color: #ffffff;
    width: fit-content;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .form-check-box:hover {
        background-color: rgba(11, 153, 20, 0.1);
    }

    .form-check-box input[type="checkbox"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid var(--accent-color);
        border-radius: 4px;
        background-color: #ffffff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

        .form-check-box input[type="checkbox"]:checked {
            background-color: var(--accent-color);
            border-color: var(--accent-color);
        }

            .form-check-box input[type="checkbox"]:checked::before {
                content: "\2714";
                color: #ffffff;
                font-size: 14px;
                font-weight: bold;
            }

        .form-check-box input[type="checkbox"]:focus {
            outline: none;
            box-shadow: 0 0 0 4px rgba(11, 153, 20, 0.3);
        }

    .form-check-box label {
        margin: 0;
        cursor: pointer;
        color: #212529;
        font-size: 1rem;
        line-height: 20px;
    }

.captcha-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 1rem;
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background-color: #ffffff;
}

.captcha {
    flex-shrink: 0;
}

    .captcha img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 80px;
        border: 1px solid #dee2e6;
        border-radius: 4px;
    }

.captchaspalte {
    flex: 1;
}

.captcha-text {
    color: #212529;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.captchaoptions {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.captcha-input {
    width: 50%;
    max-width: 200px;
    padding: 0.3rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #212529;
}

    .captcha-input:focus {
        border-color: var(--accent-color);
        outline: none;
    }

.captcha-button {
    padding: 8px 16px;
    background-color: var(--accent-color);
    color: #ffffff;
    border: 1px solid var(--accent-color);
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: filter 0.2s;
}

    .captcha-button:hover {
        background-color: #b23aa2;
    }

.sendbutton {
    text-align: right;
}

.submit-button {
    display: inline-block;
    width: 30%;
    min-width: 150px;
    padding: 12px;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 4px;
    cursor: pointer;
    transition: filter 0.2s;
}

    .submit-button:hover {
        background-color: #b23aa2;
    }

.alert {
    border-radius: 4px;
    padding: 1em;
    margin: 0.5em 0;
}

    .alert.success {
        background-color: #dff0d8;
        color: #3c763d;
        border: 1px solid #d6e9c6;
    }

    .alert.error {
        background-color: #f2dede;
        color: #a94442;
        border: 1px solid #ebcccc;
    }

.admin-edit-page a {
    color: var(--accent-color);
    border: 1px solid var(--accent-color) !important;
}

.social-media {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

    .social-media a {
        font-size: 1.5rem;
        color: #212529;
        transition: color 0.3s ease;
    }

        .social-media a:hover {
            color: var(--accent-color);
        }

@keyframes pulse-fade {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

@media (max-width: 768px) {
    * {
        box-sizing: border-box;
    }

    h2 {
        font-size: 1.3rem;
    }

    .section-heading {
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 0 10px;
    }

    header.masthead .masthead-heading {
        font-size: 2rem;
        line-height: 1.2;
        padding: 0 15px;
    }

    .timeline .timeline-heading h4,
    .timeline .timeline-heading .subheading {
        font-size: 0.95rem;
        line-height: 1.3;
    }

    .timeline-body,
    .modal-body,
    .card-body,
    .accordion-content {
        max-width: 100%;
    }

    #mainNav .navbar-toggler {
        margin-top: 3%;
    }

    .portfolio-modal .modal-content h2,
    .portfolio-modal .modal-content .h2 {
        font-size: 1.7rem;
    }

    .standard-form {
        margin: 10px;
        padding: 15px;
    }

    .form-check-box {
        padding: 8px;
        max-width: 90%;
    }

        .form-check-box label {
            font-size: 0.9rem;
        }

    .privacy-divider span {
        font-size: 0.75rem;
        padding: 0 10px;
    }

    .captcha-container {
        flex-direction: column;
        padding: 0.75rem;
        gap: 1rem;
    }

    .captchaoptions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .captcha-input {
        width: 100%;
        max-width: 100%;
    }

    .captcha-button {
        width: 100%;
    }

    .submit-button {
        width: 100%;
        min-width: unset;
    }

    .sendbutton {
        text-align: center;
    }

    .city-logo-circle {
        width: 80px;
        height: 80px;
        padding: 10px;
    }

    .teaser-container,
    .teaser-with-image-container {
        min-height: 0;
        height: auto;
    }
}

@media (max-width: 991px) {
    .navbar-city-logos,
    .navbar-ge-logos {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .text-lg-end {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 0.5rem 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .text-lg-start {
        font-size: 0.9rem;
    }

    .text-lg-end a {
        font-size: 0.9rem;
    }
}

@media (min-width: 1600px) {
    .text-lg-end {
        white-space: nowrap;
        flex-wrap: nowrap;
    }
}

/* Custom Navbar Breakpoint: 1440px
   Unter 1440px = Hamburger-Menü
   Ab 1440px    = Links horizontal nebeneinander, kein Button */
@media (max-width: 1439.98px) {
    #mainNav .navbar-toggler {
        display: flex !important;
    }

    #mainNav .navbar-collapse {
        display: none !important;
        width: 100%;
        flex-basis: 100%;
    }

        #mainNav .navbar-collapse.show,
        #mainNav .navbar-collapse.collapsing {
            display: block !important;
        }
}

@media (min-width: 1440px) {
    #mainNav .navbar-toggler {
        display: none !important;
    }

    #mainNav .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: 0;
    }

    #mainNav .navbar-nav {
        flex-direction: row !important;
        align-items: center;
        gap: 0.25rem;
    }

        #mainNav .navbar-nav .nav-link {
            padding: 0.5rem 0.75rem;
            white-space: nowrap;
        }
}

.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 45px;
    height: 45px;
    background-color: var(--accent-color);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, filter 0.2s ease;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

    .back-to-top.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover {
        background-color: #b23aa2;
    }

/* Footer */
.footer {
    background: linear-gradient(180deg, #f0f4f5 0%, #e8edee 100%);
    border-top: 3px solid var(--accent-color);
    padding: 2rem 0;
    margin-top: 3rem;
    color: #495057;
    font-size: 0.9rem;
}

.footer-row {
    min-height: 80px;
}

.footer-copyright-text {
    color: #6c757d;
    font-size: 0.875rem;
}

.footer-partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-partners-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #41757c;
    margin: 0 0 0.75rem 0;
}

.footer-partner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    border-radius: 12px;
}

.footer-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    transition: transform 0.25s ease;
    text-decoration: none;
}

    .footer-partner-logo:hover {
        transform: scale(1.08);
    }

    .footer-partner-logo img {
        height: 44px;
        max-width: 90px;
        object-fit: contain;
        display: block;
    }

.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1rem;
}

.footer-link {
    color: #41757c;
    text-decoration: none !important;
    font-size: 0.875rem;
    white-space: nowrap;
    padding: 0.2rem 0;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

    .footer-link:hover {
        color: #41757c;
        border-bottom-color: #41757c;
    }

@media (max-width: 991px) {
    .footer {
        padding: 1.5rem 0;
    }

    .footer-partner-logos {
        gap: 1rem;
        padding: 0.6rem 0.75rem;
    }

    .footer-partner-logo img {
        height: 36px;
        max-width: 72px;
    }

    .footer-links {
        justify-content: center;
    }
}

.widget-map,
.widget-text,
.widget-image,
.widget-contact,
.widget-carousel,
.widget-subheader,
.widget-accordion,
.widget-contact-intro,
.widget-scoop-summary,
.widget-scoop-details,
.widget-bite-script-tag,
.widget-call-to-action {
    padding: 1rem 1rem 2rem 1rem;
}

    .widget-map ul li,
    .widget-text ul li,
    .widget-image ul li,
    .widget-contact ul li,
    .widget-carousel ul li,
    .widget-subheader ul li,
    .widget-accordion ul li,
    .widget-contact-intro ul li,
    .widget-scoop-summary ul li,
    .widget-scoop-details ul li,
    .widget-bite-script-tag ul li,
    .widget-call-to-action ul li {
        display: flex;
        align-items: center;
    }

@media (max-width: 1024px) {
    .widget-map,
    .widget-text,
    .widget-image,
    .widget-contact,
    .widget-carousel,
    .widget-subheader,
    .widget-accordion,
    .widget-contact-intro,
    .widget-scoop-summary,
    .widget-scoop-details,
    .widget-bite-script-tag,
    .widget-call-to-action {
        padding: 1rem 1.5rem;
    }
}

.scoop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    width: 100%;
}

@media (max-width: 1024px) {
    .scoop-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .scoop-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 640px) {
    .scoop-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.scoop-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .scoop-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        border-color: rgba(0, 0, 0, 0.12);
    }

.scoop-card__group-title {
    display: flex;
    color: #308434;
    justify-content: center;
    margin: 2.5rem auto 1rem auto;
}

    .scoop-card__group-title::before, .scoop-card__group-title::after {
        content: "";
        flex: 1;
        background: #308434;
        margin: auto 1rem auto 1rem;
        height: 0.125rem;
        max-width: 10rem;
    }

.scoop-card__image-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    aspect-ratio: 16/9;
    max-height: 200px;
}

.scoop-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.scoop-card:hover .scoop-card__image {
    transform: scale(1.05);
}

.scoop-card__image-credit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 1.3;
}

.scoop-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 1rem 1rem 0.75rem;
    gap: 0.6rem;
    position: relative;
}

.scoop-card__date {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.scoop-card__edit-link {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5rem;
    border: 1px solid var(--accent-color);
    border-radius: 0.5rem;
    margin: 5px;
    transition: 0.2s ease-in-out;
}

    .scoop-card__edit-link::before {
        display: none !important;
    }

    .scoop-card__edit-link::after {
        display: none !important;
    }

    .scoop-card__edit-link:hover, .scoop-card__edit-link:focus {
        background-color: var(--accent-color);
        color: var(--bs-white);
    }

.scoop-card__title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #27282a;
    margin: 0;
    line-height: 1.3;
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.scoop-card__subtitle {
    font-size: 1rem;
    font-weight: normal;
    color: #555;
    margin: 0;
    line-height: 1.4;
}

.scoop-card__description {
    font-size: 0.9rem;
    font-weight: normal;
    color: #666;
    line-height: 1.5;
    margin: 0.25rem 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.scoop-card__tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.scoop-card__tag {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    color: #555;
    font-weight: 500;
    white-space: nowrap;
}

.scoop-card__footer {
    padding: 0.75rem 1rem 1rem;
    margin-top: auto;
    background: linear-gradient(to bottom, transparent 0%, rgba(245, 245, 245, 0.3) 100%);
}

    /* "Ganzen Artikel lesen"-Link im Scoop-Card-Footer als Button stylen */
    .scoop-card__footer .footer-links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #ffffff;
        background-color: #308434;
        border: none;
        border-radius: 0.375rem;
        font-size: 0.95rem;
        font-weight: 600;
        padding: 0.75rem 1.5rem;
        transition: all ease-in-out 0.15s;
        text-decoration: none;
        text-align: center;
        box-shadow: 0 2px 4px rgba(48, 132, 52, 0.2);
        border-bottom: none;
    }

        .scoop-card__footer .footer-links:hover {
            background-color: #449d48;
            color: #ffffff;
            border-bottom-color: transparent;
        }

@media (max-width: 640px) {
    .scoop-card__footer .footer-links {
        padding: 0.65rem 1.25rem;
        font-size: 0.9rem;
    }
}

.scoop-card__link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: fit-content;
    color: #ffffff;
    background-color: #308434;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all ease-in-out 0.15s;
    width: 100%;
    text-decoration: none;
    text-align: center;
    gap: 0.5rem;
    box-shadow: 0 2px 4px rgba(48, 132, 52, 0.2);
}

    .scoop-card__link:hover {
        background-color: #449d48;
        color: #ffffff;
    }

    .scoop-card__link::before {
        display: none;
    }

    .scoop-card__link::after {
        display: none;
    }

    .scoop-card__link:focus {
        outline: 2px solid #308434;
        outline-offset: 2px;
    }

@media (max-width: 640px) {
    .scoop-card__link {
        padding: 0.65rem 1.25rem;
        font-size: 0.9rem;
    }
}

.scoop-card__slider-title {
    margin: auto;
    color: #308434;
    font-weight: bold;
    position: absolute;
    background-color: #ffffff;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    border-radius: 0 0 0.5rem 0;
}

.carousel-card--scoop {
    background: none;
    padding: 0;
    border-radius: 0;
}

    .carousel-card--scoop .carousel-track {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    .carousel-card--scoop .carousel-slide {
        min-width: 33.333%;
        padding: 0.5rem;
        box-sizing: border-box;
        text-align: start;
    }

@media (max-width: 1024px) {
    .carousel-card--scoop .carousel-slide {
        min-width: 50%;
    }
}

@media (max-width: 640px) {
    .carousel-card--scoop .carousel-slide {
        min-width: 100%;
    }
}

.carousel-card--scoop .scoop-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

.carousel-card--scoop .scoop-card__image-section {
    aspect-ratio: 16/9;
    overflow: hidden;
}

.carousel-card--scoop .scoop-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scoop-empty-state {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 3rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .scoop-empty-state {
        padding: 4rem 3rem;
        min-height: 380px;
    }
}

.scoop-empty-state__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

    .scoop-empty-state__icon i {
        font-size: 3rem;
        color: #308434;
        display: block;
        position: relative;
        z-index: 2;
    }

    .scoop-empty-state__icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-color: rgba(48, 132, 52, 0.08);
        border-radius: 50%;
        z-index: 1;
    }

@media (max-width: 768px) {
    .scoop-empty-state__icon {
        width: 104px;
        height: 104px;
        margin-bottom: 2.5rem;
    }

        .scoop-empty-state__icon i {
            font-size: 3.5rem;
        }

        .scoop-empty-state__icon::before {
            width: 110%;
            height: 110%;
        }
}

.scoop-empty-state__title {
    font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    color: #27282a;
    margin: 0 0 1rem 0;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .scoop-empty-state__title {
        font-size: 1.625rem;
        margin-bottom: 1.25rem;
    }
}

.scoop-empty-state__description {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgb(88, 90, 95);
    margin: 0;
    max-width: 480px;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .scoop-empty-state__description {
        font-size: 1.125rem;
        max-width: 520px;
        line-height: 1.75;
    }
}

.carousel-card--scoop-details {
    background: none;
    padding: 0;
    border-radius: 0;
}

@media (max-width: 640px) {
    .carousel-card--scoop-details {
        margin-top: 1.5rem;
    }
}

.carousel-card--scoop-details .carousel-track {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

.carousel-card--scoop-details .carousel-slide-details {
    min-width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: start;
}

.carousel-card--scoop-details .scoop-card-details {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

.carousel-card--scoop-details .scoop-card-details__image-section {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.carousel-card--scoop-details .scoop-card-details__image-credit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 1.3;
}

.carousel-card--scoop-details .scoop-card-details__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-card {
    background-color: #f5f5f5;
    padding: 1.25rem;
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
}

.carousel-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

.carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.carousel-track-wrapper {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
}

.carousel-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 1.25rem;
    gap: 2rem;
}

.carousel-header {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.carousel-content h3 {
    font-size: 2rem;
    color: #27282a;
}

.carousel-content p {
    color: #27282a;
}

.carousel .image-container {
    flex: 1;
    max-width: 50%;
}

.carousel-control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
}

    .carousel-control:hover i {
        color: var(--accent-color);
    }

    .carousel-control.prev {
        justify-self: center;
    }

        .carousel-control.prev:hover {
            transform: translateX(-10px);
        }

    .carousel-control.next {
        justify-self: center;
    }

        .carousel-control.next:hover {
            transform: translateX(10px);
        }

    .carousel-control i {
        font-size: 1.5rem;
        color: #27282a;
        transition: color 0.3s ease;
    }

.carousel-indicators {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    position: unset;
    max-width: 100%;
    overflow-x: hidden;
}

    .carousel-indicators .indicator {
        font-size: 1rem;
        color: #27282a;
        cursor: pointer;
        transition: color 0.3s ease, transform 0.3s ease;
    }

        .carousel-indicators .indicator:hover {
            color: #27282a;
        }

        .carousel-indicators .indicator.active {
            color: var(--accent-color);
        }

    .carousel-indicators.carousel-indicators--scrollable {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        gap: 10px;
        padding: 0.75rem 1rem;
        scroll-behavior: smooth;
        position: relative;
        scrollbar-width: thin;
        scrollbar-color: rgba(39, 40, 42, 0.3) rgba(39, 40, 42, 0.08);
    }

        .carousel-indicators.carousel-indicators--scrollable::before, .carousel-indicators.carousel-indicators--scrollable::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 40px;
            pointer-events: none;
            z-index: 1;
        }

        .carousel-indicators.carousel-indicators--scrollable::before {
            left: 0;
        }

        .carousel-indicators.carousel-indicators--scrollable::after {
            right: 0;
        }

        .carousel-indicators.carousel-indicators--scrollable::-webkit-scrollbar {
            height: 6px;
        }

        .carousel-indicators.carousel-indicators--scrollable::-webkit-scrollbar-track {
            background: rgba(39, 40, 42, 0.08);
            border-radius: 3px;
            margin: 0 20px;
        }

        .carousel-indicators.carousel-indicators--scrollable::-webkit-scrollbar-thumb {
            background: rgba(39, 40, 42, 0.3);
            border-radius: 3px;
        }

            .carousel-indicators.carousel-indicators--scrollable::-webkit-scrollbar-thumb:hover {
                background: rgba(39, 40, 42, 0.5);
            }

        .carousel-indicators.carousel-indicators--scrollable .indicator {
            flex-shrink: 0;
            font-size: 0.9rem;
            transition: all 0.25s ease;
        }

            .carousel-indicators.carousel-indicators--scrollable .indicator.active {
                font-size: 1.05rem;
                transform: scale(1.1);
            }

            .carousel-indicators.carousel-indicators--scrollable .indicator:hover:not(.active) {
                transform: scale(1.05);
                color: rgb(14, 15, 16);
            }

@media (max-width: 640px) {
    .carousel-indicators.carousel-indicators--scrollable {
        padding: 0.5rem 0.75rem;
        gap: 8px;
    }

        .carousel-indicators.carousel-indicators--scrollable::before, .carousel-indicators.carousel-indicators--scrollable::after {
            width: 30px;
        }

        .carousel-indicators.carousel-indicators--scrollable .indicator {
            font-size: 0.75rem;
        }

            .carousel-indicators.carousel-indicators--scrollable .indicator.active {
                font-size: 1rem;
            }
}

@media (max-width: 768px) {
    .carousel-slide {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .carousel-content {
        order: 2;
        padding: 1rem;
    }

    .carousel .image-container {
        order: 1;
        max-width: 70%;
        margin-bottom: 1.5rem;
    }

    .carousel-content h3 {
        font-size: 1.5rem;
    }

    .carousel-content p {
        font-size: 1rem;
    }

    .carousel-content .btn-highlight {
        align-self: center;
    }
}

.flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .flow {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
    }
}

.widget-size-25 {
    max-width: 25%;
    flex: 0 0 25%;
}

@media (max-width: 1024px) {
    .widget-size-25 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

.widget-size-33 {
    max-width: 33%;
    flex: 0 0 33%;
}

@media (max-width: 1024px) {
    .widget-size-33 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

.widget-size-50 {
    max-width: 50%;
    flex: 0 0 50%;
}

@media (max-width: 1024px) {
    .widget-size-50 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

.widget-size-66 {
    max-width: 66%;
    flex: 0 0 66%;
}

@media (max-width: 1024px) {
    .widget-size-66 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

.widget-size-75 {
    max-width: 75%;
    flex: 0 0 75%;
}

@media (max-width: 1024px) {
    .widget-size-75 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

.widget-size-100 {
    max-width: 100%;
    flex: 0 0 100%;
}

.widget-align-left {
    text-align: left;
}

.widget-align-right {
    text-align: right;
}

.widget-align-center {
    text-align: center;
}

.widget-align-justify {
    text-align: justify;
}

.widget-align-center-box {
    margin: 0 auto;
    box-sizing: border-box;
}

.widget-text ul li {
    font-size: 1.1rem;
}

.image-container {
    align-self: center;
    color: #27282a;
}

    .image-container img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        padding-bottom: 0.2rem;
    }

    .image-container .image-rights {
        padding-top: 0.2rem;
        color: #6c757d;
        font-size: 0.9rem;
        font-style: italic;
    }

.widget-teaser-icon {
    padding: 1rem 0.75rem;
}

.teaser-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    height: 100%;
    min-height: 400px;
    padding: 1rem;
}

    .teaser-container .teaser-content {
        margin-bottom: 1rem;
        flex: 1;
    }

        .teaser-container .teaser-content .teaser-icon {
            font-size: 3rem;
            color: var(--accent-color);
            margin-bottom: 1.5rem;
            text-align: center;
            width: 100%;
            flex-shrink: 0;
            padding: 1.5rem 0 0 0;
        }

        .teaser-container .teaser-content .teaser-title {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 1rem;
            overflow-wrap: break-word;
            text-align: center;
            flex-shrink: 0;
        }

        .teaser-container .teaser-content .teaser-text {
            color: #27282a;
            line-height: 1.5;
            font-family: Helvetica, Verdana, Arial, sans-serif;
            flex: 1;
        }

    .teaser-container .btn-highlight {
        max-width: 100%;
        flex-shrink: 0;
        text-align: center;
        margin-top: auto;
    }

.teaser-with-image-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.5rem;
    height: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    min-height: 400px;
}

    .teaser-with-image-container .teaser-with-image {
        flex: 1;
    }

        .teaser-with-image-container .teaser-with-image .image-container {
            margin-bottom: 1rem;
            width: 100%;
            flex-shrink: 0;
        }

            .teaser-with-image-container .teaser-with-image .image-container img {
                width: 100%;
                border-bottom: none;
            }

            .teaser-with-image-container .teaser-with-image .image-container .image-rights {
                font-size: 0.9rem;
                text-align: left;
                color: #6c757d;
                margin-top: 0.2rem;
            }

            .teaser-with-image-container .teaser-with-image .image-container h3 {
                font-size: 1.25rem;
                font-weight: bold;
                color: #27282a;
                margin: 0.9rem 0;
            }

            .teaser-with-image-container .teaser-with-image .image-container p {
                font-family: Helvetica, Verdana, Arial, sans-serif;
                font-weight: normal;
                line-height: 1.5;
                flex: 1;
            }

    .teaser-with-image-container .btn-highlight {
        max-width: 100%;
        flex-shrink: 0;
    }

@media (max-width: 1024px) {
    .teaser-with-image-container .btn-highlight {
        margin-bottom: 1rem;
    }
}

.widget-contact-intro {
    padding-left: 0px !important;
}

    .widget-contact-intro .kontakt-text-container {
        padding: 1.5rem;
        padding-left: 0px !important;
        text-align: center;
    }

        .widget-contact-intro .kontakt-text-container .kontakt-text h3 {
            font-size: 2rem;
            color: #308434;
            font-weight: bold;
            margin-bottom: 1rem;
            padding-left: 0px !important;
        }

.widget-contact-item {
    text-align: center !important;
}

.widget.widget-contact-intro.widget-size-33 {
    position: relative;
}

    .widget.widget-contact-intro.widget-size-33::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #ccc;
    }

@media (max-width: 1024px) {
    .widget.widget-contact-intro.widget-size-33::after {
        display: none;
    }
}

.widget-contact h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    padding: 0 5% 0 5%;
}

.widget-contact i.subHeader-icon-contact {
    font-size: 4rem;
    color: #308434;
    margin-bottom: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.widget-contact .emergency-contact {
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}

@media (max-width: 640px) {
    .widget-contact .emergency-contact {
        flex-direction: column;
        padding: 10px;
    }
}

.widget-contact .contact-info {
    width: 30%;
}

@media (max-width: 640px) {
    .widget-contact .contact-info {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.widget-contact .contact-section {
    width: 65%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 640px) {
    .widget-contact .contact-section {
        width: 100%;
        flex-direction: column;
    }
}

.widget-contact .contact-section .widget-kontakt {
    width: 48%;
}

@media (max-width: 640px) {
    .widget-contact .contact-section .widget-kontakt {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.widget-contact .email-container {
    gap: 0.3rem;
    padding: 0 5% 0 5%;
}

    .widget-contact .email-container i {
        display: inline-block;
        font-size: 1.2rem;
        color: #308434;
        vertical-align: middle;
    }

    .widget-contact .email-container .email-link {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

        .widget-contact .email-container .email-link::before {
            display: none !important;
        }

        .widget-contact .email-container .email-link a {
            text-decoration: none;
        }

.phone-container {
    margin-bottom: 1rem;
}

.widget-subheader {
    text-align: center;
}

    .widget-subheader h2 {
        padding: 0.75rem 0;
    }

    .widget-subheader h3 {
        font-size: 1.5rem;
        color: #27282a;
    }

    .widget-subheader i.subheader-icon {
        font-size: 4rem;
        color: #308434;
    }

.cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    background-color: #f5f5f5;
    color: white;
    border-radius: 0.5rem;
}

    .cta-wrapper .image-container {
        max-width: 50%;
    }

@media (max-width: 1024px) {
    .cta-wrapper .image-container {
        display: none;
    }
}

.cta-wrapper .cta-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 35%;
    width: 100%;
    margin: 0 auto;
}

    .cta-wrapper .cta-container .cta-topic {
        color: #27282a;
        font-weight: bold;
        font-size: 1.5rem;
    }

    .cta-wrapper .cta-container .cta-headline {
        font-size: 2rem;
        line-height: 1.1;
        font-weight: bold;
        padding-bottom: 1rem;
    }

    .cta-wrapper .cta-container .cta-text {
        font-size: 1.1rem;
    }

    .cta-wrapper .cta-container .cta-button-container {
        display: flex;
        width: 100%;
        margin-top: 2rem;
    }

@media (max-width: 1024px) {
    .cta-wrapper .cta-container {
        text-align: center;
        max-width: 100%;
    }

        .cta-wrapper .cta-container .cta-button-container {
            justify-content: center;
        }
}

@media (min-width: 768px) {
    section {
        padding: 0;
    }
}

.scoop-card-summary__link {
    color: #41757c;
    text-decoration: none !important;
    font-size: 0.875rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    overflow-wrap: break-word;
    hyphens: auto;
}

    .scoop-card-summary__link:hover {
        color: #41757c;
        border-bottom-color: #41757c;
    }
