h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* ==========================================
   Navigation Menu Fixes
   ========================================== */

/* Fix: Umlaut clipping issue with Calibre font */
.bb-header-widget-1 .navbar-menu ul.menu li a:not(.btn-style) {
    overflow: visible;
    line-height: 1.4;
    padding-top: 4px;
}

/* Fix: content property for active underline indicator */
.bb-header-widget-1 .navbar-menu ul.menu li a:before {
    content: "";
}

/* WICHTIG: Deaktiviere das alte li.active / li:hover Styling aus main.css */
.bb-header-widget-1 .navbar-menu ul.menu li.active a:before,
.bb-header-widget-1 .navbar-menu ul.menu li:hover a:before {
    width: 0 !important;
}

/* NavLink setzt .active auf das <a> Element - hier korrekt stylen */
.bb-header-widget-1 .navbar-menu ul.menu li a.active:not(.btn-style) {
    color: #FF254E !important;
}

.bb-header-widget-1 .navbar-menu ul.menu li a.active:before {
    width: 100% !important;
    background: #FF254E !important;
}

/* Hover-Effekt NUR wenn NICHT active */
.bb-header-widget-1 .navbar-menu ul.menu li a:not(.active):not(.btn-style):hover {
    color: #FF254E;
}

.bb-header-widget-1 .navbar-menu ul.menu li a:not(.active):hover:before {
    width: 100%;
    background: #FF254E;
}

/* Fix: Umlaut clipping for buttons */
.btn-style {
    overflow: visible;
    line-height: 1.4;
}

/* General text rendering */
body, 
.font-text,
a,
p,
span,
li,
button,
input,
label,
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ==========================================
   Blazor Modal Styles
   ========================================== */

/* Button styled as nav link for menu */
.bb-header-widget-1 .navbar-menu ul.menu li button.nav-link-btn {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

/* Modal close button */
.btn-close-modal {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

/* Modal backdrop fix */
.modal-backdrop.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal.show {
    z-index: 1050;
}

/* ==========================================
   Mobile Menu - Pure CSS/Blazor Solution
   ========================================== */

/* Hamburger menu button */
.bb-header-widget-1 .hamburger-menu {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

/* Menu close button inside mobile menu */
.bb-header-widget-1 .menu-close-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    z-index: 10;
}

.bb-header-widget-1 .menu-close-btn img {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 991px) {
    .bb-header-widget-1 .menu-close-btn {
        display: block;
    }
}

/* Header layer overlay when menu is open */
.bb-header-widget-1 .header-layer {
    display: none;
}

.bb-header-widget-1 .header-layer.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    cursor: pointer;
}

/* Fix: Ensure menu items don't overlap - support button positioning */
.bb-header-widget-1 .navbar-menu ul.menu {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bb-header-widget-1 .navbar-menu ul.menu li {
    display: inline-block;
    position: relative;
}

/* Ensure NavLink takes full clickable area */
.bb-header-widget-1 .navbar-menu ul.menu li a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

/* Support button should not interfere with nav links */
.bb-header-widget-1 .navbar-menu ul.menu li.menu-support-desktop {
    margin-left: 15px;
}

@media screen and (max-width: 991px) {
    .bb-header-widget-1 .navbar-menu ul.menu {
        display: block;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li {
        display: block;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li a {
        display: block;
        padding: 12px 20px;
    }
}

/* ==========================================
   BALLOON FEEDBACK FIXES v1
   ========================================== */

/* 1.2 Button Hover-Effekte: Weiße/transparente Buttons nur Deckkraft variieren */
.btn-style.btn-transparent:hover,
.btn-style.btn-outline:hover {
    opacity: 0.7;
    background-color: transparent !important;
}

/* 1.4 Button Styling: Calibre Bold, weiß für Primary/Red Buttons */
.btn-style.btn-primary,
.btn-style.btn-primary span,
.btn-style.btn-red,
.btn-style.btn-red span,
button.btn-style.btn-primary,
button.btn-style.btn-primary span {
    font-family: 'Calibre', sans-serif;
    font-weight: 700;
    color: #ffffff !important;
}

.btn-style.btn-primary:hover,
.btn-style.btn-primary:focus,
.btn-style.btn-primary:active,
.btn-style.btn-red:hover,
.btn-style.btn-red:focus,
.btn-style.btn-red:active {
    color: #ffffff !important;
}

/* Support Modal Checkbox Styling */
.foerderer-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.foerderer-options .option-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.foerderer-options .option-checkbox {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #FF254E;
    cursor: pointer;
}

.foerderer-options .option-label {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    cursor: pointer;
    margin: 0;
}

/* Support Modal Amount Input Group Styling - matches site form-control pattern */
.support-modal .input-group {
    display: flex;
    align-items: center;
    gap: 0;
}

.support-modal .input-group .form-control {
    width: 80px;
    height: 40px;
    padding: 8px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #232324;
    outline: none;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #1F1F1F;
    text-align: center;
}

.support-modal .input-group .form-control:focus {
    box-shadow: none;
    border-bottom-color: #FF254E;
}

.support-modal .input-group .input-group-text {
    background: transparent;
    border: none;
    border-bottom: 2px solid #232324;
    border-radius: 0;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

/* Support Modal Bullet List Styling - matches site feature-list pattern */
.support-modal .bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-modal .bullet-list li {
    display: block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: #525866;
}

.support-modal .bullet-list li::before {
    content: "";
    background: #FF254E;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 9px;
}

.support-modal .bullet-list li:last-child {
    margin-bottom: 0;
}

/* 2.4 Projekt-Cards: Mobile - 1 Slide zentriert mit sichtbaren Pfeilen */
@media screen and (max-width: 767px) {
    /* Pfeile auf Mobile anzeigen */
    .bb-section-widget-2 .sec-header ul.arrow-list {
        display: flex !important;
        justify-content: center;
        text-align: center;
        margin-top: 16px;
    }
    
    .bb-section-widget-2 .sec-header ul.arrow-list li:not(:last-of-type) {
        margin: 0 24px 0 0;
    }
    
    /* Slide auf volle Container-Breite */
    .bb-section-widget-2 .swiper.widget-slider-1 .swiper-slide {
        width: calc(100vw - 64px) !important;
        min-width: calc(100vw - 64px) !important;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .bb-section-widget-2 .swiper-container {
        overflow: hidden;
        padding: 0 32px;
    }
    
    .bb-section-widget-2 .swiper-container .swiper {
        padding-left: 0 !important;
        overflow: visible;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .bb-section-widget-2 .swiper.widget-slider-1 {
        overflow: visible;
    }
    
    .bb-section-widget-2 .swiper.widget-slider-1 .swiper-slide {
        width: 320px;
        min-width: 320px;
        margin-right: 20px;
    }
    
    .bb-section-widget-2 .swiper-container {
        overflow: hidden;
        padding-right: 0;
    }
}

/* 2.5 Projekt-Cards: Reduzierter Zeilenabstand für Beschreibungstext */
.bb-card-widget-2 .card-widget .content-wrapper p {
    line-height: 1.4 !important;
}

/* 3.1 Über uns Banner: Line-height für Headline */
.bb-banner-section .banner-content h1 {
    line-height: 0.95;
}

/* 8.4 Footer: Pfeil vertikal mit erster Zeile zentrieren */
.bb-footer-widget-1 .pages-link .link-card .feature-list li {
    display: flex;
    align-items: flex-start;
}

.bb-footer-widget-1 .pages-link .link-card .feature-list li a {
    display: flex;
    align-items: center;
}

/* 9.1 Mobile Banner: Line-height und Button-Abstand */
@media screen and (max-width: 767px) {
    .bb-banner-section .banner-content h1 {
        line-height: 0.9;
    }
    
    .bb-banner-section .banner-content .btn-wrapper {
        margin-top: 24px;
    }
    
    .bb-banner-section .banner-content p {
        line-height: 1.4;
    }
}

/* 9.2 Mobile Navigation: Abstand, Button-Style */
@media screen and (max-width: 991px) {
    .bb-header-widget-1 .navbar-menu {
        padding-top: 60px;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile {
        margin-top: 20px;
        padding: 0 20px;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile .btn-style {
        display: block;
        text-align: center;
        border: none;
        width: 100%;
    }
}

/* 9.4 Mobile Footer: Accordion aufklappbar */
@media screen and (max-width: 767px) {
    /* Override main.css - versteckt feature-list standardmäßig */
    .bb-footer-widget-1 .pages-link .link-card .bb-list-widget-1 ul.feature-list {
        display: none !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, display 0.3s ease;
        padding: 0 !important;
    }
    
    /* Zeige feature-list wenn link-card aktiv ist */
    .bb-footer-widget-1 .pages-link .link-card.active .bb-list-widget-1 ul.feature-list {
        display: block !important;
        max-height: 500px;
        padding: 15px 0 20px !important;
    }
    
    .bb-footer-widget-1 .pages-link .link-card .footer-accordion-btn {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .bb-footer-widget-1 .pages-link .link-card .footer-accordion-btn .icon {
        transition: transform 0.3s ease;
    }
    
    .bb-footer-widget-1 .pages-link .link-card.active .footer-accordion-btn .icon {
        transform: rotate(180deg);
    }
}

/* Document disabled state */
.information-card.disabled {
    opacity: 0.6;
}

.information-card.disabled .content-wrapper h4,
.information-card.disabled .content-wrapper p {
    color: #888;
}

/* ==========================================
   MOBILE/TABLET OPTIMIZATION v2.0
   VOLLSTÄNDIGE responsive Optimierung
   für ALLE Sections der Website
   ========================================== */

/* ===========================================
   1. iOS ZOOM PREVENTION
   Prevents auto-zoom on input focus on iOS
   =========================================== */
.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea,
select {
    font-size: 16px !important;
}

/* ===========================================
   HERO BANNER - MOBILE PERFEKT (≤575px)
   Der rote Kreis mit Text
   =========================================== */
@media screen and (max-width: 575px) {
    /* Banner-Bild: Weniger Höhe für kleine Screens */
    .bb-section-widget-1 .banner-wrapper .banner-img {
        height: 420px;
    }
    
    /* Roter Kreis: Kleiner und besser zentriert */
    .bb-card-widget-1 .card-widget {
        width: 300px;
        height: 300px;
        padding: 32px 24px;
    }
    
    /* Position: Nicht zu weit unten überstehend */
    .bb-section-widget-1 .banner-wrapper .bb-card-widget-1 {
        bottom: -50px;
    }
    
    /* Headline im roten Kreis */
    .bb-card-widget-1 .card-widget h1 {
        font-size: 36px !important;
        line-height: 1.1 !important;
        margin-bottom: 12px !important;
    }
    
    /* Description im roten Kreis */
    .bb-card-widget-1 .card-widget p {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 18px !important;
    }
    
    /* Button im roten Kreis */
    .bb-card-widget-1 .card-widget .btn-style {
        min-width: 160px !important;
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
}

/* HERO BANNER - Extra Small (≤374px - iPhone SE) */
@media screen and (max-width: 374px) {
    .bb-section-widget-1 .banner-wrapper .banner-img {
        height: 380px;
    }
    
    .bb-card-widget-1 .card-widget {
        width: 270px;
        height: 270px;
        padding: 26px 20px;
    }
    
    .bb-section-widget-1 .banner-wrapper .bb-card-widget-1 {
        bottom: -45px;
    }
    
    .bb-card-widget-1 .card-widget h1 {
        font-size: 30px !important;
        line-height: 1.1 !important;
        margin-bottom: 10px !important;
    }
    
    .bb-card-widget-1 .card-widget p {
        font-size: 12px !important;
        line-height: 1.35 !important;
        margin-bottom: 14px !important;
    }
    
    .bb-card-widget-1 .card-widget .btn-style {
        min-width: 140px !important;
        padding: 8px 16px !important;
        font-size: 13px !important;
    }
}

/* ===========================================
   QUOTE SECTION - MOBILE PERFEKT
   =========================================== */
@media screen and (max-width: 575px) {
    /* Quote Section: Abstände nach dem roten Kreis */
    .bb-section-widget-5 {
        padding-top: 70px !important;
        padding-bottom: 36px !important;
    }
    
    /* Quote Text (Zitat) */
    .bb-section-widget-5 .quote-wrapper h3 {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }
    
    /* Quote Attribution */
    .bb-section-widget-5 .quote-wrapper p {
        font-size: 13px !important;
        margin-top: 16px !important;
    }
    
    /* Quote wrapper spacing */
    .bb-section-widget-5 .quote-wrapper {
        margin-bottom: 32px !important;
    }
    
    /* Foundation Text */
    .bb-section-widget-5 .foundation-wrapper h3 {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 22px !important;
    }
    
    /* Foundation Link Button */
    .bb-section-widget-5 .foundation-wrapper .btn-style {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 374px) {
    .bb-section-widget-5 {
        padding-top: 70px !important;
        padding-bottom: 32px !important;
    }
    
    .bb-section-widget-5 .quote-wrapper h3 {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }
    
    .bb-section-widget-5 .quote-wrapper p {
        font-size: 13px !important;
    }
    
    .bb-section-widget-5 .foundation-wrapper h3 {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }
    
    .bb-section-widget-5 .foundation-wrapper .btn-style {
        font-size: 16px !important;
    }
}

/* ===========================================
   PROJEKTE SLIDER - MOBILE PERFEKT
   =========================================== */
@media screen and (max-width: 575px) {
    /* Section Padding */
    .bb-section-widget-2 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    /* Section Header */
    .bb-section-widget-2 .sec-header {
        margin-bottom: 28px !important;
    }
    
    .bb-section-widget-2 .sec-header h2 {
        font-size: 26px !important;
        margin-bottom: 12px !important;
    }
    
    .bb-section-widget-2 .sec-header p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    /* Project Cards */
    .bb-card-widget-2 .card-widget .img-wrapper img {
        height: 180px;
    }
    
    .bb-card-widget-2 .card-widget .content-wrapper {
        padding: 20px 20px 90px !important;
    }
    
    .bb-card-widget-2 .card-widget .content-wrapper h3 {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }
    
    .bb-card-widget-2 .card-widget .content-wrapper .location {
        margin-bottom: 12px !important;
    }
    
    .bb-card-widget-2 .card-widget .content-wrapper .location strong {
        font-size: 13px !important;
    }
    
    .bb-card-widget-2 .card-widget .content-wrapper p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    
    /* Link am Ende */
    .bb-section-widget-2 .link-btn {
        margin-top: 32px !important;
    }
    
    .bb-section-widget-2 .link-btn .btn-style {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 374px) {
    .bb-section-widget-2 .sec-header h2 {
        font-size: 22px !important;
    }
    
    .bb-section-widget-2 .sec-header p {
        font-size: 13px !important;
    }
    
    .bb-card-widget-2 .card-widget .content-wrapper {
        padding: 16px 16px 80px !important;
    }
    
    .bb-card-widget-2 .card-widget .content-wrapper h3 {
        font-size: 18px !important;
    }
    
    .bb-card-widget-2 .card-widget .content-wrapper p {
        font-size: 12px !important;
    }
}

/* ===========================================
   SUPPORT/DONATION SECTION - MOBILE PERFEKT
   =========================================== */
@media screen and (max-width: 575px) {
    /* Section Padding */
    .bb-section-widget-3 {
        padding-top: 40px !important;
        padding-bottom: 50px !important;
    }
    
    /* Headline */
    .bb-section-widget-3 h2 {
        font-size: 26px !important;
        margin-bottom: 16px !important;
    }
    
    /* Description Text */
    .bb-section-widget-3 .content-wrapper > p {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin-bottom: 24px !important;
    }
    
    /* Price Slider Container */
    .bb-section-widget-3 .price-slider-wrapper {
        margin-bottom: 20px;
    }
    
    /* Amount Display */
    .bb-section-widget-3 .price-display strong {
        font-size: 32px !important;
    }
    
    .bb-section-widget-3 .price-display p {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }
    
    /* Slider Input */
    .bb-section-widget-3 input[type="range"] {
        height: 8px;
    }
    
    /* Sky Animation Container */
    .bb-section-widget-3 .price-slider-sky {
        min-height: 200px;
    }
    
    /* Button spacing */
    .bb-section-widget-3 .btn-wrapper {
        margin-top: 24px !important;
    }
    
    .bb-section-widget-3 .btn-wrapper .btn-style {
        padding: 14px 24px !important;
        font-size: 16px !important;
    }
}

@media screen and (max-width: 374px) {
    .bb-section-widget-3 h2 {
        font-size: 22px !important;
    }
    
    .bb-section-widget-3 .content-wrapper > p {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }
    
    .bb-section-widget-3 .price-display strong {
        font-size: 28px !important;
    }
    
    .bb-section-widget-3 .price-display p {
        font-size: 12px !important;
    }
}

/* ===========================================
   BREADCRUMBS - MOBILE PERFEKT
   =========================================== */
@media screen and (max-width: 575px) {
    .bb-breadcrumb-widget-2 {
        padding: 16px 0 !important;
    }
    
    .bb-breadcrumb-widget-2 ul li {
        font-size: 13px !important;
    }
    
    .bb-breadcrumb-widget-2 ul li a img {
        width: 18px !important;
        height: 18px !important;
    }
}

/* ===========================================
   FOOTER - MOBILE PERFEKT
   =========================================== */
@media screen and (max-width: 575px) {
    /* Footer Top Section */
    .bb-footer-widget-1 .footer-top {
        padding: 40px 0 32px !important;
    }
    
    /* Hashtag */
    .bb-footer-widget-1 .footer-top h2 {
        font-size: 24px !important;
        margin-bottom: 12px !important;
    }
    
    /* Tagline */
    .bb-footer-widget-1 .footer-top h3 {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    /* Accordion Headers */
    .bb-footer-widget-1 .footer-top .link-card h4 {
        font-size: 16px !important;
        padding: 14px 0 !important;
    }
    
    /* Accordion Content Links */
    .bb-footer-widget-1 .footer-top .link-card ul li a {
        font-size: 14px !important;
        padding: 10px 0 !important;
    }
    
    /* Footer Middle - Contact Info */
    .bb-footer-widget-1 .footer-middle {
        padding: 32px 0 !important;
    }
    
    .bb-footer-widget-1 .footer-middle h3 {
        font-size: 18px !important;
    }
    
    .bb-footer-widget-1 .footer-middle p {
        font-size: 14px !important;
    }
    
    .bb-footer-widget-1 .footer-middle a {
        font-size: 14px !important;
    }
    
    /* Footer Bottom - Legal Links */
    .bb-footer-widget-1 .footer-bottom ul li a {
        font-size: 13px !important;
        padding: 8px 0 !important;
    }
}

@media screen and (max-width: 374px) {
    .bb-footer-widget-1 .footer-top h2 {
        font-size: 20px !important;
    }
    
    .bb-footer-widget-1 .footer-top h3 {
        font-size: 13px !important;
    }
    
    .bb-footer-widget-1 .footer-top .link-card h4 {
        font-size: 15px !important;
    }
    
    .bb-footer-widget-1 .footer-middle h3 {
        font-size: 16px !important;
    }
}

/* ===========================================
   TABLET OPTIMIERUNG (768px - 991px)
   =========================================== */
@media screen and (max-width: 991px) and (min-width: 768px) {
    /* Hero Banner Tablet */
    .bb-section-widget-1 .banner-wrapper .banner-img {
        height: 520px;
    }
    
    .bb-card-widget-1 .card-widget {
        width: 420px;
        height: 420px;
        padding: 50px 45px;
    }
    
    .bb-card-widget-1 .card-widget h1 {
        font-size: 48px !important;
        line-height: 1.15 !important;
        margin-bottom: 16px !important;
    }
    
    .bb-card-widget-1 .card-widget p {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin-bottom: 24px !important;
    }
    
    /* Quote Section Tablet */
    .bb-section-widget-5 {
        padding-top: 100px !important;
    }
    
    .bb-section-widget-5 .quote-wrapper h3 {
        font-size: 22px !important;
    }
    
    .bb-section-widget-5 .foundation-wrapper h3 {
        font-size: 20px !important;
    }
    
    /* Projects Tablet */
    .bb-section-widget-2 .sec-header h2 {
        font-size: 32px !important;
    }
    
    /* Support Section Tablet */
    .bb-section-widget-3 h2 {
        font-size: 32px !important;
    }
    
    .bb-section-widget-3 .content-wrapper > p {
        font-size: 15px !important;
    }
}

/* ===========================================
   TOUCH TARGETS - Minimum 44x44px
   =========================================== */
@media screen and (max-width: 991px) {
    .btn-close-modal,
    .menu-close-btn,
    .cross-icon a {
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hamburger-menu {
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .foerderer-options .option-checkbox {
        width: 24px;
        height: 24px;
    }
    
    .support-modal .tag-radio-group label {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ===========================================
   HEADER MOBILE NAVIGATION
   =========================================== */
@media screen and (max-width: 991px) {
    .bb-header-widget-1 .navbar-menu {
        max-width: 75vw;
        min-width: 280px;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li a {
        padding: 14px 20px;
        min-height: 48px;
        display: flex;
        align-items: center;
    }
    
    .bb-header-widget-1 .menu-close-btn {
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
    }
    
    .bb-header-widget-1 .menu-close-btn img {
        width: 24px;
        height: 24px;
    }
}

/* ===========================================
   SUPPORT MODAL - TABLET (768-991px)
   =========================================== */
@media screen and (max-width: 991px) and (min-width: 768px) {
    .support-modal .modal-dialog {
        max-width: 90%;
        margin: 20px auto;
    }
    
    .bb-card-widget-18 .card-widget .support-card {
        padding: 32px;
    }
    
    .bb-card-widget-18 .card-widget .support-card .support-body {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
    }
}

/* ===========================================
   SUPPORT MODAL - MOBILE (576-767px)
   =========================================== */
@media screen and (max-width: 767px) and (min-width: 576px) {
    .support-modal .modal-dialog {
        max-width: 95%;
        margin: 16px auto;
    }
    
    .bb-card-widget-18 .card-widget .support-card {
        padding: 24px;
        border-radius: 16px;
    }
    
    .bb-card-widget-18 .card-widget .support-card .support-body {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
    
    .bb-card-widget-18 .card-widget .support-card .support-body .form ul.btn-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .bb-card-widget-18 .card-widget .support-card .support-body .form ul.btn-list li {
        display: block;
        width: 100%;
    }
    
    .bb-card-widget-18 .card-widget .support-card .support-body .form ul.btn-list li .btn-style {
        width: 100%;
    }
    
    .support-modal .tag-radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .support-modal .tag-radio-group label {
        flex: 1 1 calc(50% - 4px);
        min-width: 80px;
    }
    
    .bb-card-widget-18 .card-widget .support-card h4 {
        font-size: 24px;
    }
    
    .bb-card-widget-18 .card-widget .support-card h5 {
        font-size: 16px;
    }
}

/* ===========================================
   SUPPORT MODAL - SMALL MOBILE (≤575px)
   =========================================== */
@media screen and (max-width: 575px) {
    .support-modal .modal-dialog {
        max-width: 100%;
        margin: 0;
        min-height: 100vh;
        display: flex;
        align-items: stretch;
    }
    
    .support-modal .modal-content {
        border-radius: 0;
        min-height: 100vh;
    }
    
    .bb-card-widget-18 .card-widget .support-card {
        padding: 20px 16px;
        border-radius: 0;
        min-height: 100vh;
    }
    
    .bb-card-widget-18 .card-widget .support-card .support-body {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        padding-bottom: 20px;
    }
    
    .bb-card-widget-18 .card-widget .support-card .cross-icon {
        position: fixed;
        top: 16px;
        right: 16px;
        z-index: 10;
    }
    
    .bb-card-widget-18 .card-widget .support-card .support-body .form ul.btn-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0;
    }
    
    .bb-card-widget-18 .card-widget .support-card .support-body .form ul.btn-list li {
        display: block;
        width: 100%;
    }
    
    .bb-card-widget-18 .card-widget .support-card .support-body .form ul.btn-list li .btn-style {
        width: 100%;
        min-height: 48px;
    }
    
    .support-modal .tag-radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .support-modal .tag-radio-group label {
        flex: 1 1 calc(50% - 4px);
        min-width: 70px;
        padding: 10px 8px;
        font-size: 14px;
    }
    
    .bb-card-widget-18 .card-widget .support-card h4 {
        font-size: 22px;
        padding-right: 40px;
    }
    
    .bb-card-widget-18 .card-widget .support-card h5 {
        font-size: 15px;
    }
    
    .bb-card-widget-18 .card-widget .support-card p,
    .bb-card-widget-18 .card-widget .support-card label {
        font-size: 14px;
    }
    
    .support-modal .form-group .input-container {
        max-width: 100% !important;
    }
    
    .support-modal .input-group {
        flex-wrap: nowrap;
    }
    
    .support-modal .input-group .form-control {
        width: 100px;
    }
    
    .foerderer-options .option-label {
        font-size: 13px;
    }
    
    .support-modal .bullet-list li {
        font-size: 13px;
        padding-left: 16px;
    }
    
    .support-modal .bullet-list li::before {
        width: 5px;
        height: 5px;
        top: 8px;
    }
}

/* ===========================================
   SUPPORT MODAL - EXTRA SMALL (≤374px)
   =========================================== */
@media screen and (max-width: 374px) {
    .bb-card-widget-18 .card-widget .support-card {
        padding: 16px 12px;
    }
    
    .bb-card-widget-18 .card-widget .support-card h4 {
        font-size: 20px;
    }
    
    .bb-card-widget-18 .card-widget .support-card h5 {
        font-size: 14px;
    }
    
    .support-modal .tag-radio-group label {
        flex: 1 1 100%;
    }
    
    .support-modal .input-group .form-control {
        width: 80px;
        padding: 8px 6px;
        font-size: 16px;
    }
    
    .support-modal .input-group .input-group-text {
        padding: 8px;
        font-size: 14px;
    }
}

/* ===========================================
   GENERAL MOBILE IMPROVEMENTS
   =========================================== */
@media screen and (max-width: 767px) {
    .form-card {
        margin-bottom: 20px;
    }
    
    .form-card:last-child {
        margin-bottom: 0;
    }
    
    .row {
        --bs-gutter-x: 12px;
    }
}

/* ===========================================
   PRICE SLIDER MOBILE OPTIMIZATION
   Kompakter Geldbetrag neben Slider, Erklärtext in einer Zeile
   =========================================== */
@media screen and (max-width: 575px) {
    /* Card Widget Layout - Slider und Preis nebeneinander */
    .bb-card-widget-3 .card-widget {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    /* Slider und Preis in einer Row */
    .bb-card-widget-3 .card-widget .range-slider-input {
        flex: 1;
        max-width: none;
    }
    
    /* Preis-Wrapper anpassen */
    .bb-card-widget-3 .price-wrapper {
        margin-top: 12px !important;
    }
    
    /* Price Card - kompakter */
    .bb-card-widget-3 .price-card {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        max-width: 100%;
    }
    
    /* Geldbetrag kleiner - neben dem Slider */
    .bb-card-widget-3 .price-card strong {
        font-size: 32px !important;
        line-height: 1.2;
        white-space: nowrap;
        flex-shrink: 0;
        min-width: 80px;
    }
    
    /* Erklärtext in einer Zeile */
    .bb-card-widget-3 .price-card p {
        font-size: 14px !important;
        line-height: 1.4;
        margin-top: 0 !important;
        min-height: auto;
        flex: 1;
    }
    
    /* BR-Tags auf Mobile ausblenden */
    .bb-card-widget-3 .price-card p br {
        display: none;
    }
    
    /* Bold Text */
    .bb-card-widget-3 .price-card p b {
        font-weight: 600;
    }
}

/* Extra kleine Geräte */
@media screen and (max-width: 374px) {
    .bb-card-widget-3 .price-card strong {
        font-size: 28px !important;
        min-width: 70px;
    }
    
    .bb-card-widget-3 .price-card p {
        font-size: 13px !important;
    }
}

/* ===========================================
   PERFEKTES MOBILE MENÜ v2.0
   =========================================== */
@media screen and (max-width: 991px) {
    /* Mobile Menü Container - Fullscreen Overlay */
    .bb-header-widget-1 .navbar-menu {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        width: 85% !important;
        max-width: 320px !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: #ffffff !important;
        box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15) !important;
        z-index: 9999 !important;
        transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 40px !important;
    }
    
    /* Menü sichtbar wenn aktiv */
    .bb-header-widget-1 .navbar-menu.active {
        left: 0 !important;
    }
    
    /* Header Layer (Backdrop) */
    .bb-header-widget-1 .header-layer {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: rgba(0, 0, 0, 0) !important;
        z-index: 9998 !important;
        pointer-events: none !important;
        transition: background 0.35s ease !important;
    }
    
    .bb-header-widget-1 .header-layer.active {
        background: rgba(0, 0, 0, 0.5) !important;
        pointer-events: auto !important;
    }
    
    /* Logo im Mobile Menü */
    .bb-header-widget-1 .navbar-menu .logo {
        display: flex !important;
        align-items: center !important;
        padding: 24px 24px 0 !important;
        margin-bottom: 8px !important;
    }
    
    .bb-header-widget-1 .navbar-menu .logo img {
        max-width: 140px !important;
        height: auto !important;
    }
    
    /* Close Button */
    .bb-header-widget-1 .navbar-menu .menu-close-btn {
        position: absolute !important;
        top: 20px !important;
        right: 20px !important;
        width: 44px !important;
        height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f5f5f5 !important;
        border: none !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        z-index: 10 !important;
        padding: 0 !important;
    }
    
    .bb-header-widget-1 .navbar-menu .menu-close-btn:hover,
    .bb-header-widget-1 .navbar-menu .menu-close-btn:active {
        background: #eaeaea !important;
        transform: scale(1.05);
    }
    
    .bb-header-widget-1 .navbar-menu .menu-close-btn img {
        width: 16px !important;
        height: 16px !important;
        opacity: 0.7;
    }
    
    /* Navigation Liste */
    .bb-header-widget-1 .navbar-menu ul.menu {
        list-style: none !important;
        margin: 0 !important;
        padding: 32px 0 0 !important;
        flex: 1 !important;
    }
    
    /* Navigation Items */
    .bb-header-widget-1 .navbar-menu ul.menu li {
        display: block !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    
    /* Navigation Links */
    .bb-header-widget-1 .navbar-menu ul.menu li a,
    .bb-header-widget-1 .navbar-menu ul.menu li .nav-link-btn {
        display: block !important;
        padding: 18px 24px !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        color: #2D2E31 !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
        background: transparent !important;
        border: none !important;
        width: 100% !important;
        text-align: left !important;
        cursor: pointer !important;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li a:hover,
    .bb-header-widget-1 .navbar-menu ul.menu li a:active,
    .bb-header-widget-1 .navbar-menu ul.menu li .nav-link-btn:hover,
    .bb-header-widget-1 .navbar-menu ul.menu li .nav-link-btn:active {
        background: rgba(255, 37, 78, 0.05) !important;
        color: #FF254E !important;
    }
    
    /* Aktiver Link */
    .bb-header-widget-1 .navbar-menu ul.menu li a.active {
        color: #FF254E !important;
        font-weight: 600 !important;
        background: rgba(255, 37, 78, 0.08) !important;
        border-left: 4px solid #FF254E !important;
        padding-left: 20px !important;
    }
    
    /* Mobile Support Button Container */
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile {
        border-bottom: none !important;
        padding: 24px !important;
        margin-top: 16px !important;
    }
    
    /* Support Button im Mobile Menü - Original Balloon Design */
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile .nav-link-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 48px !important;
        padding: 12px 30px !important;
        background: #FF254E !important;
        border: 1px solid #FF254E !important;
        border-radius: 50px !important;
        color: #ffffff !important;
        font-family: "Calibre", sans-serif !important;
        font-size: 20px !important;
        line-height: 28px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        cursor: pointer !important;
        overflow: hidden !important;
        position: relative !important;
        transition: all 0.3s ease-in-out !important;
        box-shadow: none !important;
    }
    
    /* Hover-Effekt mit Shine Animation */
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile .nav-link-btn::after {
        content: "" !important;
        height: 200% !important;
        width: 200% !important;
        position: absolute !important;
        left: -210% !important;
        top: -50% !important;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.4) 92%, hsla(0, 0%, 100%, 0)) !important;
        opacity: 0 !important;
        transition: all 0.7s ease 0s !important;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile .nav-link-btn:hover::after,
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile .nav-link-btn:active::after {
        left: -30% !important;
        opacity: 1 !important;
        top: -20% !important;
        transition-duration: 0.7s, 0.7s, 0.15s !important;
        transition-property: left, top, opacity !important;
        transition-timing-function: linear !important;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile .nav-link-btn:hover,
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile .nav-link-btn:active {
        background: #FF254E !important;
        color: #ffffff !important;
        transform: none !important;
    }
    
    /* Desktop Support Button verstecken im Mobile */
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-desktop {
        display: none !important;
    }
    
    /* Hamburger Menu Button */
    .bb-header-widget-1 .hamburger-menu {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
        padding: 0 !important;
        border-radius: 8px !important;
        transition: background 0.2s ease !important;
    }
    
    .bb-header-widget-1 .hamburger-menu:hover {
        background: rgba(0, 0, 0, 0.05) !important;
    }
    
    .bb-header-widget-1 .hamburger-menu.active {
        display: none !important;
    }
    
    .bb-header-widget-1 .hamburger-menu img {
        width: 28px !important;
        height: 28px !important;
    }
}

/* Extra kleine Geräte - kompakteres Menü */
@media screen and (max-width: 374px) {
    .bb-header-widget-1 .navbar-menu {
        width: 90% !important;
        max-width: none !important;
    }
    
    .bb-header-widget-1 .navbar-menu .logo {
        padding: 20px 20px 0 !important;
    }
    
    .bb-header-widget-1 .navbar-menu .logo img {
        max-width: 120px !important;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li a,
    .bb-header-widget-1 .navbar-menu ul.menu li .nav-link-btn {
        padding: 16px 20px !important;
        font-size: 16px !important;
    }
    
    .bb-header-widget-1 .navbar-menu ul.menu li.menu-support-mobile {
        padding: 20px !important;
    }
}

/* ===========================================
   TOUCH FEEDBACK & SMOOTH SCROLLING
   =========================================== */
@media screen and (max-width: 991px) {
    .support-modal .modal-body,
    .bb-card-widget-18 .card-widget .support-card .support-body {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    
    .btn-style,
    a,
    button {
        -webkit-tap-highlight-color: rgba(255, 37, 78, 0.1);
    }
    
    .btn-style {
        -webkit-user-select: none;
        user-select: none;
    }
}

/* ===========================================
   ROTE KUGEL - PERFEKTE ZENTRIERUNG
   Inhalt horizontal und vertikal zentriert
   =========================================== */

/* Card-Widget: Flexbox für perfekte Zentrierung */
.bb-card-widget-1 .card-widget {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Content-Wrapper: Zentrierter Inhalt */
.bb-card-widget-1 .card-widget .content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Alle Kinder im content-wrapper horizontal zentrieren */
.bb-card-widget-1 .card-widget .content-wrapper > * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

/* ==========================================
   Video Player Icon Toggle
   ========================================== */

/* Default: Show play icons, hide pause icons */
.bb-card-widget-11 .video-action-pause-icon,
.bb-card-widget-11 .video-pause-icon {
    display: none !important;
}

.bb-card-widget-11 .video-action-play-icon,
.bb-card-widget-11 .video-play-icon {
    display: inline-block !important;
}

/* When active (playing): Show pause icons, hide play icons */
.bb-card-widget-11 .video-content.active .video-action-pause-icon,
.bb-card-widget-11 .video-content.active .video-pause-icon {
    display: inline-block !important;
}

.bb-card-widget-11 .video-content.active .video-action-play-icon,
.bb-card-widget-11 .video-content.active .video-play-icon {
    display: none !important;
}

/* Volume/Mute button toggle */
/* Default: Show unmute (sound on) icon, hide mute icon */
.bb-card-widget-11 .video-mute-icon {
    display: none !important;
}

.bb-card-widget-11 .video-unmute-icon {
    display: inline-block !important;
}

/* When muted: Show mute icon, hide unmute icon */
.bb-card-widget-11 .video-wrapper.muted .video-mute-icon {
    display: inline-block !important;
}

.bb-card-widget-11 .video-wrapper.muted .video-unmute-icon {
    display: none !important;
}

/* ==========================================
   Button Hover Effect Fix
   ========================================== */

/* Ensure hover shine effect stays within button boundaries */
.btn-style {
    overflow: hidden !important;
}

/* ==========================================
   Balloon Banner - Textblock Zentrierung
   ========================================== */

/* Headline line-height auf 0.9 für bessere Kompaktheit */
.bb-card-widget-1 .card-widget .content-wrapper h1 {
    line-height: 0.9 !important;
}

/* ==========================================
   Support Modal - Input Schriftgröße
   ========================================== */

/* Input-Felder im Modal größer, Labels bleiben klein */
.bb-card-widget-18 .card-widget .support-card .support-body .form .form-control {
    font-size: 18px !important;
}

/* ==========================================
   Kontaktformular - Input Schriftgröße
   ========================================== */

/* Input-Felder im Kontaktformular größer wie restlicher Text */
.bb-card-widget-5 .card-widget .form .form-control,
.bb-card-widget-5 .card-widget .form textarea.form-control {
    font-size: 18px !important;
    font-family: 'Inter', sans-serif !important;
}
