#trainers {
    background-color: #181a1f;
}

.pricing-table {
    padding-bottom: 20px;
}
.pricing-table h2 {
    margin-bottom: 10px;
}
.pricing-table h2::before {
    display: none;
}
#website {
    display: none;
}

.navbar.stuck {
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
    backdrop-filter: blur(6px);
}
#mainNavbar ul > li > .nav-link {
    padding: 24px 10px 23px
}

.lang-switch {
    margin-top: 28px;
}
.dropdown-toggle::after {
    top: 3px;
    left: -3px;
}

.lang-switch .dropdown-toggle::after {
    margin-left: .25rem;
}

.contact-textarea {
    pointer-events: auto !important;
    position: relative;
    z-index: 1;
    opacity: 1;
    display: block;
    width: 100%;
}

/* Overlay */
.cookie-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal box */
.cookie-modal {
    background: #fff;
    color: #000;
    width: 100%;
    max-width: 400px;
    max-height: 400px;

    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);

    text-align: center;
}

/* Buttons */
.cookie-actions {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

/* Link */
.cookie-more a {
    font-size: 0.85rem;
    color: #666;
    text-decoration: underline;
}

/* ----------------------------------------------------------------
	Contact Form
-----------------------------------------------------------------*/
#newsletter .contacts-wrap {
    position: relative;
    background-color: #20232a;
    padding: 100px 0 60px;
}

label.error {
    margin-top: -2px;
    color: #E42C3E;
    font-weight: 400;
}
label.error { display: block !important; }

input[type=checkbox]:not(:checked) + label.error { display: block !important; }

.form-control.error,
.sm-form-control.error { border-color: #E42C3E!important; }

.form-input {
    display: block;
    width: 100%;
    min-height: 78px;
    padding: 23px 36px;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    color: #8c8c9a;
    background-color: #f4f2ee;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #f4f2ee;
}
textarea.form-input {
    height: 272px;
    min-height: 78px;
    max-height: 462px;
    resize: vertical;
}
.contact-form .form-wrap {
    margin-bottom: 30px;
}

.alert-warning, .alert-info {
    color: #fff;
    background-color: #007bff;
    border-color: #0197e7;
    border-radius: 0;
}
.badge-medium {
    font-size: 1.1rem;
    font-weight: 200;
    width: 90px;
    text-align: left;
}
.event-item-values {
    font-weight: 300;
}
#event_item h2 {
    font-size: 38px;
}

.iframe-wrap{ position: relative; }
.iframe-overlay{
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    text-align: center;
    gap: .5rem;
    background: rgba(255,255,255,.92);
    border-radius: 12px;
    z-index: 2;
}

@media (max-width: 991px) {
    #bestPlace .power-man {
        display: none!important;
    }
}





/* ----------------------------------------------------------------
	Promotion Form
-----------------------------------------------------------------*/

.wrap-contact3 {
    background: #007bff;
    background: -webkit-linear-gradient(45deg,#007bff, rgb(0, 168, 255));
    background: -o-linear-gradient(45deg,#007bff, rgba(0, 168, 255));
    background: -moz-linear-gradient(45deg,#007bff, rgba(0, 168, 255));
    background: linear-gradient(45deg,#007bff, rgba(0, 168, 255));
    overflow: hidden;
    padding:15px 30px 25px;
}
.fundamentals-tabs .nav-tabs {
    border:0;
}
.fundamentals-tabs .tab-content,
.fundamentals-tabs .tab-content .tab-pane,
.fundamentals-tabs .tab-content .tab-pane .container-contact3,
.fundamentals-tabs .tab-pane .wrap-contact3 {
    height: 100%;
}
.fundamentals-tabs .container-contact3-form-btn {
    text-align: center;
    margin-top: 10px;
}
.fundamentals-tabs .container-contact3-form-btn button{
    width: 100%;
}

@media(max-width: 576px) {
    .fundamentals-tabs .btn.btn-simple{
        padding: 15px 10px;
        font-size: 12px;
        min-width: 150px;
    }
}

.tab-pane .wrap-contact3 {
    border-radius: 0;
}
.tab-pane .wrap-contact3 h2.section-header{
    font-size: 2.1875em;
}

#formTab .nav-link {
    background: #3f4244;
    border-color:#3f4244;
    border-bottom: 1px solid #007bff;
    color:#fff;
}

#formTab .nav-link.active {
    background: #007bff;
    border-color:#007bff;
    color:#fff;
}
#formTab .nav-link {

}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

.contact3-form {
    width: 100%
}

.contact3-form-title {
    display: block;
    font-size: 39px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 70px
}

.wrap-input3 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,.24);
    margin-bottom: 27px;
    color: #ffffff;
}

.wrap-contact3 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.wrap-contact3 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.wrap-contact3 ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.input3 {
    display: block;
    width: 100%;
    background-color: transparent!important;
    background: none!important;
    font-size: 18px!important;
    color: #fff!important;
    line-height: 1.2;
    padding: 0 5px;
    border: 0;
}

.focus-input3 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.focus-input3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #fff
}

input.input3 {
    height: 30px;
    margin-bottom: 3px
}

textarea.input3 {
    min-height: 115px;
    padding-top: 13px;
    padding-bottom: 13px
}

.input3:focus+.focus-input3::before {
    width: 100%
}

.has-val.input3+.focus-input3::before {
    width: 100%
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-float:hover {
    background-color: #1ebe5b;
    border-radius: 4px;
}
.whatsapp-float img {
    width: 50px;
    height: 50px;
}

/* --- Werbefenster Styles --- */
#promo-box {
    position: fixed;
    top: 60px;              /* Abstand vom oberen Rand */
    bottom: 60px;           /* Abstand vom unteren Rand */
    left: -360px;           /* Startposition außerhalb des Bildschirms */
    width: 300px;
    background: #111;
    color: #fff;
    padding: 10px;
    /*border-radius: 0 12px 12px 0;*/
    /*box-shadow: 0 0 25px rgba(0,0,0,0.4);*/
    z-index: 9999;
    transition: left 0.6s ease;
    font-family: 'Arial', sans-serif;
}

/* WhatsApp Button */
.whatsapp-btn {
    display: block;
    width: 100%;           /* volle Fensterbreite */
    text-align: center;
    background: #25D366;   /* WhatsApp Grün */
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    margin: 10px 0 15px 0;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
}

/* Wenn sichtbar */
#promo-box.show {
    left: 0;  /* 30px Abstand vom linken Rand, wenn hereingefahren */
}

/* Bilddarstellung */
.promo-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Text & Inhalt */
#promo-box .promo-content h3 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #00ff99;
}

#promo-box .promo-content p {
    font-size: 0.9rem;
    margin: 10px 0;
    line-height: 1.4;
}

.promo-btn {
    display: inline-block;
    background: #00ff99;
    color: #111;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: background 0.3s;
}

.promo-btn:hover {
    background: #00cc7a;
}

/* Schließen-Button */
.promo-close {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    font-size: 22px;
    color: #aaa;
    transition: color 0.3s;
}

.promo-close:hover {
    color: #fff;
}

.map-container {
    position: relative;
    width: 100%;
    height: 390px /* oder 100vh, falls sie die volle Bildschirmhöhe haben soll */
}
#page-contacts .map-container {
    height: 100vh;
}

#trial .card{
    border: 0;
    border-radius: 0;
    background: #20232a;
}
#trial .card .btn-outline-primary {
    background: #181a1f;
}
#trial .card .btn.active, #trial .card .btn-check:checked+.btn {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
iframe.instagram-media {
    max-height: 388px!important;
    background: #20232a!important;
    border: 1px solid #20232a!important;
    min-width: 256px!important;
}
.HoverCard, .SocialProof, .Feedback {
    display: none!important;
}
.content-box .facilities .single-content, .content-box .section-footer-container{
    background-color: #1f2229!important;
}
.box-facts{
    margin: 2rem 0;
    padding-left: 1.2rem;
}

.box-facts li{
    margin-bottom: .35rem;
}

.box-cta{
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.15);
}

/* Gallery thumbs: square, same size */
.box-gallery .col-thumbail {
    padding-left:3px;
    padding-right:3px;

}
.box-gallery .box-thumb{
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
}

.box-gallery .box-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .18s ease, opacity .18s ease;
}

.box-gallery .box-thumb:hover img{
    transform: scale(1.03);
    opacity: .95;
}

.box-thumb{
    transition: transform .18s ease, box-shadow .18s ease;
}

.box-thumb:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}


/* Optional: modal image */
#boxLightboxImg{
    max-height: 85vh;
    object-fit: contain;
}

/* =========================
   Lightbox Close Button
   ========================= */

.lightbox-close{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background .15s ease, transform .15s ease;
}

.lightbox-close i{
    font-size: 1.1rem;
    line-height: 1;
}

.lightbox-close:hover{
    background: rgba(0,168,255,.9);
    transform: scale(1.05);
}

.lightbox-close:focus{
    outline: none;
}

#boxLightbox::after{
    content: "ESC zum Schließen";
    position: absolute;
    bottom: 16px;
    right: 20px;
    font-size: .75rem;
    opacity: .6;
}

/* =========================
   Lightbox Controls
   ========================= */

.lightbox-close{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(0,0,0,.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background .15s ease, transform .15s ease, border-color .15s ease;
}

.lightbox-close:hover{
    background: rgba(0,168,255,.85);
    border-color: rgba(0,168,255,.6);
    transform: scale(1.05);
}

.lightbox-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(0,0,0,.45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background .15s ease, transform .15s ease, border-color .15s ease, opacity .15s ease;
    opacity: .95;
}

.lightbox-nav.prev{ left: 14px; }
.lightbox-nav.next{ right: 14px; }

.lightbox-nav:hover{
    background: rgba(0,168,255,.75);
    border-color: rgba(0,168,255,.6);
    transform: translateY(-50%) scale(1.05);
}

.lightbox-nav.is-disabled{
    opacity: .25;
    pointer-events: none;
}

/* Image sizing */
#boxLightboxImg{
    max-height: 85vh;
    object-fit: contain;
}

/* On very small screens, keep controls reachable */
@media (max-width: 575.98px){
    .lightbox-nav{ width: 42px; height: 42px; }
    .lightbox-nav.prev{ left: 10px; }
    .lightbox-nav.next{ right: 10px; }
    .lightbox-close{ top: 10px; right: 10px; }
}

/* =========================
   Lightbox Counter
   ========================= */

.lightbox-counter{
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff;
    background: rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.15);
    z-index: 10;
    user-select: none;
}

@media (max-width: 575.98px){
    .lightbox-counter{
        top: 12px;
        left: 12px;
        font-size: .8rem;
    }
}


/* FORCE Bootstrap grid behavior for gallery */
.box-gallery {
    display: flex !important;
    flex-wrap: wrap !important;
}

.box-gallery > .col {
    flex: 0 0 auto;
}
.box-gallery {
    display: flex;
}


.facilities .single-content h3 {
    padding-top: 25px;
}
#calendar tbody {
    background-color: #181a1f;
}
#testimonials .card, #testimonials .section-footer-container{
    background: #1f2229!important;
}
#testimonials .card p{
    font-weight: 300;
    font-size: 0.9rem;
}
#aboutus.slide-aboutus .carousel-item .carousel-caption {
    top:15%;
}

/* trial wizard */
#trial { overflow-x: hidden; }
#trial * { box-sizing: border-box; }

#trial .trial-step { display: none; }
#trial .trial-step.is-active { display: block; }

#trial .trial-day-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

#trial .trial-day-buttons .btn {
    white-space: normal;
    text-align: left;
    max-width: 100%;
}

#trial .trial-slot-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

#trial .trial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

/* trial progress */
.trial-progress {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.trial-progress-step {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #aaa;
    font-size: .9rem;
}

.trial-progress-step .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    transition: background .2s ease;
}

/* Progress wrapper */
#trial .trial-progress-wrap { width: 100%; }

/* Steps row */
#trial .trial-progress-steps {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .5rem;
}

#trial .trial-step-ind {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: rgba(255,255,255,.65);
    font-size: .95rem;
    min-width: 0;
}

#trial .trial-step-ind .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Icon bubble */
#trial .trial-step-ind .icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Active state */
#trial .trial-step-ind.is-active {
    color: #fff;
}
#trial .trial-step-ind.is-active .icon {
    background: #01881a; /* bootstrap primary */
}

/* Done state with checkmark */
#trial .trial-step-ind.is-done {
    color: rgba(255,255,255,.85);
}
#trial .trial-step-ind.is-done .icon {
    background: #01881AFF;
}
#trial .trial-step-ind.is-done .icon::after {
    content: "✓";
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

/* Progress bar */
#trial .trial-progress-bar {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.2);
    overflow: hidden;
}

#trial .trial-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    background: #01881AFF;
    transition: width .35s ease; /* animated */
}

/* form grid without bootstrap row/col negative margins */
#trial .trial-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.form-select {
    padding:13px;
    border-radius: 0;
    line-height: 1.2;
}
/* FAQ */
.faq-tldr {
    font-size: 0.95rem;
    color: #bbb;
    border-left: 3px solid #3aa9ff;
    padding-left: 0.75rem;
}

.faq-long p:last-child {
    margin-bottom: 0;
}
/* Shared star styles */
.stars-avg,/* Shared star styles */
.stars-avg,
.stars-row {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.stars-avg { font-size: 20px; }
.stars-row { font-size: 14px; }

/* Outline / leer */
.stars-avg__base,
.stars-row__base {
    color: currentColor;
    opacity: .35;
}

/* Filled stars */
.stars-avg__fill,
.stars-row__fill {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #00a8ff; /* 🔵 HIER die Farbe */
}



@media (min-width: 768px) {
    #trial .trial-form-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-newsletter-container {
        max-width: 350px;
    }
}

@media(max-width: 1024px) {
    #slider .carousel-caption {
        top:38%
    }
    #slider .carousel-item .carousel-text-container{
        max-width: 65%!important;
    }
    #slider .carousel-item .carousel-text-container p.lead{
        font-size: 0.9rem;
        text-align: left!important;
        margin: 0!important;
    }
    .features-item .card-title {
        font-size: 1.2rem;
    }
    .features-item .card-text {
        font-size: 0.82rem;
        font-weight: 100;
    }
}

@media(max-width: 576px) {
    .wrap-contact3 {
        padding:15px 30px 25px;
    }
    #aboutus.slide-aboutus .carousel-caption {
        left: 0;
    }
    #aboutus.slide-aboutus .carousel-item img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    #topHeader .work-time  {
        display: none;
    }
    #topHeader .top-header-wrap {
        font-size: 10px;
    }
    #slider .carousel-caption {
        top: 37%;
    }
    #slider .carousel-caption a.d-inline-block{
       margin-top: 2px!important;
    }
    #slider .carousel-item .carousel-text-container {
        max-width: 100% !important;
    }
    #slider .carousel-item .carousel-text-container .badge.mb-3{
        margin-bottom: 2px!important;
    }
    #slider .carousel-item .carousel-text-container p.lead {
        text-align: center!important;
        font-size: 11px;
    }
    #slider .carousel-item .carousel-text-container .btn{
        width: 100% !important;
    }
    #slider .carousel-item .carousel-text-container .text-muted {
        color: white!important;
        margin-top: 10px!important;
        font-size: 10px!important;

    }
    #slider .carousel-item img {
        filter: brightness(30%)!important;
    }
}