.logo {
  height: 100px;
}

.bg-hell {
    background-color: #eeeee6;
}

.bg-dunkel {
    background-color: #1a1a18;
}

.bg-red{
    background-color: #e4120e;
}

.font-color-hell .nav-link {
    color: #eeeee6;
}
.font-color-hell .nav-link:hover {
    color: #c8c8c0;
}

.font-color-hell {
    color: #eeeee6;
}

.font-color-dark {
    color: #1a1a18;
}

.font-color-red {
    color: #e4120e;
}

.font-color-whatsapp {
    color: #1faa52;
}

/* NAVBAR*/

.navbar {
    position: relative;
    z-index: 1050;
}

/* LINKS */
.navbar .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #eeeee6;   
    transition: 0.2s ease;

}

.navbar .nav-link:hover {
    color: #e4120e;
}

/* ACTIVE */
.link-active {

    color: #e4120e !important;

}

/* DROPDOWN WRAPPER */
.navbar .dropdown {

    position: relative;

}

/* DROPDOWN */
.navbar .dropdown-menu {

    display: none;

    position: absolute;

    top: 100%;

    left: 0;

    min-width: 240px;

    background: #1a1a18;

    border: none;

    border-top: 3px solid #e4120e;

    padding: 10px 0;

    border-radius: 0;

}

/* SHOW */
.navbar .dropdown:hover .dropdown-menu {

    display: block;

    animation: navFade 0.18s ease;

}

/* ITEMS */
.navbar .dropdown-item {

    color: #eeeee6;

    padding: 12px 20px;

    transition: 0.2s ease;

    font-size: 14px;

}

/* HOVER */
.navbar .dropdown-item:hover {

    background: #e4120e;

    color: white;

}

/* BUTTON */
.btn-fcm {

    background: #e4120e;

    color: white;

    border-radius: 0;

    padding: 10px 18px;

    font-weight: 600;

    transition: 0.2s ease;

}

.btn-fcm:hover {

    background: #b90d0a;

    color: white;

}

/* ANIMATION */
@keyframes navFade {

    from {

        opacity: 0;
        transform: translateY(6px);

    }

    to {

        opacity: 1;
        transform: translateY(0);

    }

}

/* MOBILE */
@media (max-width: 991px) {

    .navbar-collapse {

        background: #1a1a18;

        padding: 15px 0;

    }

    .navbar .nav-link {

        padding: 16px 22px;

        border-bottom: 1px solid rgba(255,255,255,0.05);

    }

    .navbar .dropdown-menu {

        display: block;

        position: static;

        background: rgba(255,255,255,0.03);

        border: none;

        padding: 0;

        min-width: 100%;

    }

    .navbar .dropdown-item {

        padding-left: 38px;

    }

    .btn-fcm {

        width: calc(100% - 40px);

        margin: 20px auto 10px;

        display: block;

        text-align: center;

    }

}

.slogan-sub {
    letter-spacing: 0.3px;
}


.course-img {
  height: 100px;      /* <- klein & kompakt */
  width: 100%;
  object-fit: contain;
}

.benefit-box {
    position: relative;
    background: #fff;
    border: 1px solid #e6e6e6;

    display: flex;
    align-items: stretch;

    font-weight: 500;
    transition: 0.2s ease;

    min-height: 60px;

    padding: 0;
    overflow: hidden;
}

/* TEXT */
.benefit-text {
    flex: 1;
    padding: 16px;

    font-size: 0.95rem;
    line-height: 1.4;

    display: flex;
    align-items: center;
}

/* ROTER AKZENT */
.benefit-accent {
    width: 52px;

    background: #e4120e;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    font-size: 0.95rem;

    flex-shrink: 0;
}

/* LINKS → Akzent rechts */
.benefit-box.left {
    flex-direction: row;
}

/* RECHTS → Akzent links */
.benefit-box.right {
    flex-direction: row-reverse;
}

/* VERSETZUNG (wichtig!) */
.benefit-box.left {
    margin-left: 0;
}

.benefit-box.right {
    margin-left: 30px;
}

/* ========================= */
/* 📱 MOBILE OPTIMIERUNG */
/* ========================= */

@media (max-width: 768px) {

    .benefit-box {
        padding: 14px 55px;
    }

    .benefit-accent {
        width: 44px;
        font-size: 0.85rem;
    }

}

@media (max-width: 576px) {

    .benefit-box {
        padding: 14px 14px 14px 14px;
        flex-direction: column;
        align-items: flex-start;
    }

    .benefit-accent {
        position: static;
        width: 100%;
        height: 6px;
        margin-top: 10px;
    }

}



/* =========================================
   MINI AKTUELLES
========================================= */

.about-text-box .news-mini-header {
    margin: -45px -45px 30px -45px;
}

.news-mini-wrapper {
    width: 100%;
    max-width: 100%;
    background: #fff;
    overflow: hidden;
    border-top: 4px solid #e4120e;
    box-sizing: border-box;
}

/* HEADER */
.news-mini-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
}

/* ROTER AKZENT */
.news-mini-header .bg-red {
    width: 14px;
    height: 14px;
    background: #e4120e;
    flex-shrink: 0;
}

/* =========================================
   FLYER CAROUSEL
========================================= */

#miniNewsCarousel {
    width: 100%;
    max-width: 100%;
    height: 420px;
    overflow: hidden;
}

#miniNewsCarousel .carousel-inner {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

#miniNewsCarousel .carousel-item {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.news-mini-img {
    display: block;
    width: 100%;
    height: 420px;
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
}


/* =========================================
   MOBILE / TABLET
========================================= */

@media (max-width: 991.98px) {

    .news-mini-wrapper {
        width: 100%;
        max-width: 100%;
    }

    #miniNewsCarousel {
        width: 100%;
        max-width: 100%;
        height: 420px;
    }

    #miniNewsCarousel .carousel-inner {
        width: 100%;
        height: 420px;
    }

    #miniNewsCarousel .carousel-item {
        width: 100%;
        height: 420px;
    }

    .news-mini-img {
        width: 100%;
        height: 420px;
        max-width: 100%;
        max-height: 420px;
        object-fit: contain;
    }

}


/* =========================================
   ABOUT BOX – MOBILE
========================================= */

@media (max-width: 768px) {

    .about-text-box .news-mini-header {
        margin: -28px -28px 24px -28px;
    }

}




.card {
  border-radius: 0;
}

.list-group-item {
  border: none;
  padding: 4px 0;
}

.card:hover {
  background: #f9f9f9;
  transition: 0.2s;
}

.trainer-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.trainer-card {
  border-radius: 0;
}

/* roter Hintergrundstreifen */
.trainer-accent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 180px;
  background: #e4120e;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.15;
} 

.carousel {
    position: relative;
}

/* Pfeil-Container im Slider */
.trainer-nav {
    width: 45px !important;
    height: 45px !important;

    background: #e4120e;

    color: #fff !important;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.trainer-nav:hover {
    background: #a30000;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
    content: none !important;
}


#backToTop {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 50px;
    height: 50px;
    background: white;
    border: 2px solid #e4120e;
    color: #e4120e;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1049;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    transition: 0.25s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* SICHTBAR */
#backToTop.show {

opacity: 1;

visibility: visible;

}

/* HOVER */
#backToTop:hover {

background: #e4120e;

color: white;

}



.training-event-btn {

    background: #f8f9fa;
    border: none;

    padding: 0.7rem 0.8rem;
    margin-bottom: 0.4rem;

    transition: 0.2s ease;

    text-align: left;
}

.training-event-btn:hover {
    background: #ececec;
}

/* Popover Design */
.popover {
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.popover-header {
    background: #e4120e;
    color: #eeeee6;
    border-radius: 0;
    font-weight: 600;
}

.popover-body {
    padding: 1rem;
    color: #1a1a18;
}


.contact-box {
    background: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
    transition: 0.2s ease;
}

/* roter Akzent wie bei deinen Benefits */
.contact-accent {
    width: 60px;
    height: 6px;
    background: #e4120e;
}

/* Hover leicht modern */

.contact-btn {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 14px;
    text-decoration: none;
    color: #1a1a18;

    transition: 0.2s ease;
    font-weight: 600;
}

.contact-btn:hover {
    background: #fafafa;
    transform: translateY(-2px);
}

.whatsapp-icon {
    color: #25D366;
    font-size: 1.3rem;
}

.instagram-icon {
     display: inline-block;
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285AEB 90%);

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
    font-size: 1.3rem;
}

.whatsapp-vertical {
    position: fixed;

    /* weiter LINKS vom Scrollbar */
    right: 46px;

    /* weiter NACH OBEN statt Mitte */
    top: 35%;

    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;

    background: #1faa52; /* dunkleres WhatsApp-Grün */
    color: white;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    font-weight: 600;
    text-decoration: none;

    border-radius: 0;

    z-index: 9999;

    box-shadow: 0 4px 12px rgba(0,0,0,0.2);

    transition: 0.2s ease;
}

.whatsapp-vertical i {
    font-size: 1.3rem;
}

/* Hover */
.whatsapp-vertical:hover {
    background: #178f45; /* noch dunkler beim Hover */
}

/* Mobile */
@media (max-width: 768px) {
    .whatsapp-vertical {
        right: 12px;
        top: 45%;
        padding: 10px 14px;
    }

    .whatsapp-vertical span {
        display: none;
    }
}


.footer-fcm {
    background: #ffffff;
    border-top: 3px solid #e4120e; /* dein FCM Rot */
    color: #1a1a18;
}

/* Links */
.footer-link {
    color: #1a1a18;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s ease;
}

.footer-link:hover {
    color: #e4120e; 
}

/* Trenner */
.footer-sep {
    margin: 0 8px;
    color: #bbb;
}

/* Brand */
.footer-brand {
    font-weight: 600;
    color: #1a1a18;
}


/* =========================================
   TIMELINE
========================================= */

.fc-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 50px;
}

/* LINIE */
.fc-timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e4120e;
    opacity: 0.25;
}

/* ITEM */
.fc-timeline-item {
    position: relative;
    margin-bottom: 35px;
}

/* DOT */
.fc-timeline-dot {
    position: absolute;
    left: -50px;
    top: 28px;
    width: 24px;
    height: 24px;
    background: #e4120e;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(228, 18, 14, 0.15);
    z-index: 2;
}

/* CARD */
.fc-timeline-content {
    border-radius: 0;
    border-top: 4px solid #e4120e;
    transition: 0.2s ease;
}

/* NUMMER */
.fc-timeline-number {
    display: inline-block;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(228, 18, 14, 0.12);
    line-height: 1;
    margin-bottom: 18px;
}

/* BADGES */
.fc-history-badge {
    background: rgba(228, 18, 14, 0.08);
    color: #e4120e;
    padding: 8px 14px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* MOBILE */
@media (max-width: 768px) {

    .fc-timeline {
        padding-left: 35px;
    }

    .fc-timeline-dot {
        left: -35px;
        width: 20px;
        height: 20px;
    }

}




/* =========================================
   TRAINER SECTION
========================================= */

.coach-entry {
    margin-bottom: 35px;
}

/* BILD */
.coach-image-wrapper {
    overflow: hidden;
    background: #111;
}

.coach-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.3s ease;
}

.coach-image:hover {
    transform: scale(1.02);
}

/* CONTENT */
.coach-content {
    padding: 18px 0;
}

/* ROLLE */
.coach-role {
    display: inline-block;
    color: #e4120e;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* NAME */
.coach-name {
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 6px;
    color: #111;
}

/* ALTER */
.coach-age {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

/* TEXT */
.coach-text {
    color: #444;
    line-height: 1.6;
    margin-bottom: 18px;
    font-size: 0.95rem;
    max-width: 700px;
}

/* INFO GRID */
.coach-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    margin-bottom: 18px;
}

.coach-info-grid div {
    color: #444;
    line-height: 1.5;
    font-size: 0.88rem;
}

.coach-info-grid span {
    display: block;
    color: #111;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

/* TAGS */
.coach-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.coach-tags span {
    background: rgba(228, 18, 14, 0.08);
    color: #e4120e;
    padding: 6px 12px;
    font-size: 0.72rem;
    font-weight: 700;
}

/* ZITAT */
.coach-quote {
    padding-left: 14px;
    border-left: 3px solid #e4120e;
    font-style: italic;
    font-weight: 600;
    color: #222;
    font-size: 0.9rem;
    max-width: 600px;
}

/* MOBILE */
@media (max-width: 991px) {

    .coach-entry {
        margin-bottom: 55px;
    }

    .coach-image {
        height: 260px;
    }

    .coach-name {
        margin-top: 10px;
    }

}

@media (max-width: 768px) {

    .coach-image {
        height: 220px;
    }

    .coach-info-grid {
        grid-template-columns: 1fr;
    }

    .coach-content {
        padding: 20px 0 0;
    }

    .coach-name {
        font-size: 1.5rem;
    }

}



/* =========================================
   AKTUELLES SIDEBAR
========================================= */

.news-side-card {

    background: #fff;

    border-top: 6px solid #e4120e;

    overflow: hidden;

    height: 100%;

}

/* HEADER */
.news-side-header {

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 18px 22px;

    border-bottom: 1px solid #eee;

}

/* DOT */
.news-dot {

    width: 14px;
    height: 14px;

    background: #e4120e;

}

.news-side-img {

    width: 100%;
    height: 520px;

    object-fit: cover;
    display: block;

}

.news-side-card {

    background: #fff;

    border-top: 6px solid #e4120e;

    overflow: hidden;

    height: 100%;

    display: flex;
    flex-direction: column;

}

.news-side-card .carousel {
    flex: 1;
}

/* SIDEBAR */
.news-side-card {

    background: #fff;

    border-top: 6px solid #e4120e;

    overflow: hidden;

    height: 100%;

    display: flex;
    flex-direction: column;

}

/* MOBILE */
@media (max-width: 991px) {

    .news-side-img {
        height: 420px;
    }

}


/* =========================================
   CLEAN ABOUT BOX
========================================= */

.about-clean-box {

    background: #f8f9fa;

    padding: 45px;

    border-top: 4px solid #e4120e;

}

/* BLOCK */
.about-clean-item {

    color: #444;
    line-height: 1.8;

}

/* TITLES */
.about-clean-item h4 {

    color: #111;

}

/* DIVIDER */
.about-divider {

    height: 1px;

    background: rgba(0,0,0,0.08);

    margin: 35px 0;

}

/* MOBILE */
@media (max-width: 768px) {

    .about-clean-box {

        padding: 28px;

    }

}

/* =========================================
   ABOUT TEXT BOX
========================================= */

.about-text-box {

    background: #f8f9fa;

    padding: 45px;

    border-top: 4px solid #e4120e;

}

/* TEXT */
.about-main-text {

    color: #444;

    line-height: 2;

    font-size: 1.02rem;

    margin-bottom: 0;

}

/* FETTE WÖRTER */
.about-main-text strong {

    color: #111;

}

/* MOBILE */
@media (max-width: 768px) {

    .about-text-box {

        padding: 28px;

    }

    .about-main-text {

        line-height: 1.9;

        font-size: 0.98rem;

    }

}



/* =========================================
   FAQ
========================================= */

/* SECTION */


/* ACCORDION ITEM */
#faq .accordion-item {

    overflow: hidden;

    transition: 0.2s ease;

}

/* BUTTON */
#faq .accordion-button {

    background: white;

    padding: 22px 28px;

    font-size: 1rem;

    box-shadow: none !important;

}

/* AKTIV */
#faq .accordion-button:not(.collapsed) {

    background: white;

    color: #111;

    border-bottom: 1px solid rgba(0,0,0,0.06);

}

/* PFEIL */
#faq .accordion-button::after {

    filter: grayscale(100%);

}

/* BODY */
#faq .accordion-body {

    padding: 24px 28px;

    color: #555;

    line-height: 1.8;

    background: white;

}


/* MOBILE */
@media (max-width: 768px) {

    #faq .accordion-button {

        padding: 18px 20px;

        font-size: 0.95rem;

    }

    #faq .accordion-body {

        padding: 20px;

        line-height: 1.7;

    }

}



/* =========================================
   KONTAKT FORMULAR
========================================= */

.contact-box {

    background: #fff;

    border-top: 6px solid #e4120e;

}

/* INPUTS */
.custom-contact-input {

    border-radius: 0;

    border: 1px solid #ddd;

    padding: 14px 16px;

    box-shadow: none !important;

}

/* FOCUS */
.custom-contact-input:focus {

    border-color: #e4120e;

}

/* INFO TEXT */
.whatsapp-info {

    font-size: 0.9rem;

    color: #777;

    line-height: 1.6;

}

/* BUTTON */
.probetraining-btn {

    background: #1faa52;

    color: white;

    border: none;

    padding: 15px 22px;

    transition: 0.2s ease;

    font-weight: 600;

    border-radius: 0;

}

.probetraining-btn:hover {

    background: #0b923c;

    color: white;

}

/* MOBILE */
@media (max-width: 768px) {

    .contact-box {

        padding: 28px !important;

    }

}


/* =========================================
   KURSE
========================================= */

.training-focus-box,
.schedule-image-box {

    background: white;

}

/* SPORT INFO */
.sport-info-box {

    background: #f8f9fa;

    padding: 24px;

    border-left: 4px solid #e4120e;

}

/* =========================================
   KICKBOX BUTTONS
========================================= */

.kickbox-group-btn {

    background: white;

    border: 1px solid #ddd;

    padding: 12px 14px;

    font-size: 0.9rem;

    transition: 0.2s ease;

}

.kickbox-group-btn:hover {

    background: #111;

    color: white;

    border-color: #111;

}

/* =========================================
   TRAININGSPLAN
========================================= */

.schedule-image-wrapper {

    max-width: 900px;

    margin: 0 auto;

    overflow: hidden;

    border: 1px solid #eee;

}

/* BILD */
.schedule-image-wrapper img {

    width: 100%;

    display: block;

}

/* DOWNLOAD BUTTON */
.download-plan-btn {

    background: #111;

    color: white;

    text-decoration: none;

    padding: 12px 18px;

    transition: 0.2s ease;

    display: inline-flex;

    align-items: center;

    font-weight: 500;

}

.download-plan-btn:hover {

    background: #e4120e;

    color: white;

}

/* =========================================
   MODAL
========================================= */

.modal-content {

    overflow: hidden;

}

.modal-body {

    background: white;

}

/* MOBILE */
@media (max-width: 768px) {

    .sport-info-box {

        padding: 20px;

    }

    .download-plan-btn {

        width: 100%;

        justify-content: center;

    }

}

/* =========================================
   KURSE
========================================= */

.training-focus-box,
.schedule-image-box {

    background: white;

}

/* SPORT INFO */
.sport-info-box {

    background: #f8f9fa;

    padding: 24px;

    border-left: 4px solid #e4120e;

}

/* =========================================
   KICKBOX OVERLAY
========================================= */

.kickbox-info-wrapper {

    position: relative;

}

/* BUTTON */
.kickbox-group-btn {

    background: white;

    border: 1px solid #ddd;

    padding: 12px 14px;

    font-size: 0.9rem;

    transition: 0.2s ease;

    position: relative;

    z-index: 2;

}

.kickbox-group-btn:hover {

    background: #111;

    color: white;

    border-color: #111;

}

/* FLOATING OVERLAY */
.kickbox-overlay {

    position: absolute;

    top: calc(100% + 8px);

    left: 0;

    width: 100%;

    background: white;

    border-top: 3px solid #e4120e;

    padding: 14px;

    display: none;

    z-index: 50;

    box-shadow: 0 10px 24px rgba(0,0,0,0.12);

    animation: fadeIn 0.2s ease;

}

/* ACTIVE */
.kickbox-overlay.active {

    display: block;

}

/* ANIMATION */
@keyframes fadeIn {

    from {

        opacity: 0;
        transform: translateY(-6px);

    }

    to {

        opacity: 1;
        transform: translateY(0);

    }

}


/* =========================================
   TRAININGSPLAN
========================================= */

.schedule-image-box {

    background: white;

}

/* BILD WRAPPER */
.schedule-image-wrapper {

    max-width: 800px;

    margin: 0 auto;

    overflow: hidden;

    border: 1px solid #eee;

}

/* BILD */
.schedule-image-wrapper img {

    width: 100%;

    display: block;

}

/* DOWNLOAD BUTTON */
.download-plan-btn {

    background: #111;

    color: white;

    text-decoration: none;

    padding: 12px 18px;

    transition: 0.2s ease;

    display: inline-flex;

    align-items: center;

    font-weight: 500;

    border: none;

}

/* HOVER */
.download-plan-btn:hover {

    background: #e4120e;

    color: white;

}

/* MOBILE */
@media (max-width: 768px) {

    .download-plan-btn {

        width: 100%;

        justify-content: center;

    }

}



.rating {
  display: flex;
  gap: 0.5rem;
  font-size: 2rem;
  margin-top: -16px;
}

.rating a {
  text-decoration: none;
  color: #ccc;
  transition: 0.2s;
  position: relative;
}

.rating:hover a {
  color: gold;
}

.rating a:hover~a {
  color: #ccc;
}


/* =========================================
SOCIAL SIDEBAR
========================================= */

.social-sidebar {
    position: fixed;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    display: flex;

    flex-direction: column;

    gap: 12px;

    align-items: flex-end;

    z-index: 9999;

}


/* TAB */
.social-tab {
    display: flex;

    align-items: center;

    gap: 12px;

    width: 58px;

    height: 58px;

    overflow: hidden;

    padding: 0 18px;

    text-decoration: none;

    color: white;

    transition: width 0.25s ease;

}

/* ICON */
.social-tab i {

    font-size: 1.4rem;

    min-width: 22px;

}

/* TEXT */
.social-tab span {

    white-space: nowrap;

    opacity: 0;

    transition: 0.2s ease;

    font-weight: 600;

    font-size: 0.95rem;

}

/* HOVER */
.social-tab:hover {

    width: 170px;

}

.social-tab:hover span {

    opacity: 1;

}

/* INSTAGRAM */
.instagram-tab {

    background: #f8f9fa;
    border: 2px solid #d6249f;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.instagram-tab span {
    color: #111;
}

/* WHATSAPP */
.whatsapp-tab {

background: #1faa52;

}

.footer-icon-link{
    text-decoration: none;
    font-size: 1.5rem;
    transition: 0.2s ease;
}

.footer-icon-link{
    transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 768px) {

.social-sidebar {

    display: none;

}

}


/* FOOTER SOCIALS */

.footer-social {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #f8f9fa;
    transition: 0.2s ease;
    font-size: 1.2rem;
}

.footer-social:hover {
    transform: translateY(-2px);
}

/* WHATSAPP */
.whatsapp-footer {
    background: #1faa52;
    color: white;
    border-color: #1faa52;
}

.whatsapp-footer:hover {
    background: #178f45;
    color: white;
}




/* =========================================
WHATSAPP BUTTON
========================================= */

.whatsapp-fixed {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 50px;
    height: 50px;
    justify-content: center;
    background: #1faa52;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    z-index: 1048;
    transition: 0.25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* ICON */
.whatsapp-fixed i {
    font-size: 1.25rem;
}

/* HOVER */
.whatsapp-fixed:hover {
    background: #178f45;
    color: white;
}

/* WENN PFEIL SICHTBAR */
#backToTop.show ~ .whatsapp-fixed {
    bottom: 5rem;
}

/* MOBILE 
@media (max-width: 768px) {

    .whatsapp-fixed {
        width: 46px;
        height: 46px;
        justify-content: center;
        padding: 0;
    }

    .whatsapp-fixed span {
        display: none;
    }

} */

/* =========================================
AKTUELLES / NEWS
========================================= */

.news-card {
    overflow: hidden;
    transition: 0.25s ease;
}

/* BILD */
.news-card-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

/* MODAL BILD */
.modal-news-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

/* MODAL */
.modal-content {
    overflow: hidden;
}

/* MOBILE */
@media (max-width: 991px) {
    .modal-news-img {
        height: 420px;
    }
}

@media (max-width: 768px) {
    .news-card-img {
        height: 260px;
    }
}


.footer-dropdown {
    position: relative;
    display: inline-block;
}

.footer-dropdown-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.footer-dropdown-menu {
    position: absolute;

    bottom: 100%;
    left: 0;

    min-width: 220px;

    background: white;

    box-shadow: 0 5px 15px rgba(0,0,0,.15);

    display: none;

    z-index: 1000;
}

.footer-dropdown-menu a {
    display: block;

    padding: .75rem 1rem;

    text-decoration: none;

    color: #212529;
}

.footer-dropdown-menu a:hover {
    background: #f5f5f5;
}

/* DESKTOP */
@media (hover: hover) {

    .footer-dropdown:hover .footer-dropdown-menu {
        display: block;
    }

}


.footer-dropdown-menu.show {
    display: block;
}



/* ================================
  FOOTER - MOBILE
================================ */

@media (max-width: 767.98px) {
    .footer-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    /* Trennstriche auf Mobile ausblenden */

    .footer-sep {
        display: none;
    }

    /* Hausordnung ebenfalls untereinander */
    .footer-dropdown {
        display: block;
    }
}

/* =========================================
   TRAININGSPLAN – MOBILE
========================================= */

.schedule-mobile {
    display: none;
}

.schedule-events-mobile {
    display: none;
}


@media (max-width: 767.98px) {

    /* Desktop-Tage auf Mobile ausblenden */
    #schedule .schedule-day-col,
    #schedule .schedule-events-desktop {
        display: none;
    }


    /* Mobile-Slider anzeigen */
    #schedule .schedule-mobile {
        display: block;
        width: 100%;
    }


    /*
     * Wichtig:
     * Überschreibt die bestehende globale
     * Carousel-Höhe deiner CSS-Datei.
     */

    #schedule .schedule-mobile .carousel,
    #schedule .schedule-mobile .carousel-inner,
    #schedule .schedule-mobile .carousel-item {
        height: auto;
    }


    /* Platz für die Pfeile */
    #schedule .schedule-mobile .carousel-item {
        padding-left: 35px;
        padding-right: 35px;
    }


    /* Pfeile */
    #schedule .schedule-mobile .carousel-control-prev,
    #schedule .schedule-mobile .carousel-control-next {
        width: 35px;
        color: #e4120e;
        opacity: 1;
    }


    #schedule .schedule-mobile .carousel-control-prev i,
    #schedule .schedule-mobile .carousel-control-next i {
        font-size: 1.5rem;
    }


    /* Events-Karte unter dem Slider */
    #schedule .schedule-events-mobile {
        display: block;
    }

}


/* =========================================
   KURS-INFOS – MOBILE
========================================= */

@media (max-width: 767.98px) {

    .course-info-tile {
        width: 100%;
    }

}


/* =========================================
   FOOTER – MOBILE
========================================= */

@media (max-width: 767.98px) {

    .footer-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }


    .footer-sep {
        display: none;
    }


    .footer-dropdown {
        display: block;
    }

}

/* ===============================
   TRAININGSPLAN - SCHRIFT SCHWARZ
================================ */

#schedule .training-event-btn {
    color: #1a1a18;
    text-decoration: none;
}

#schedule .training-event-btn:hover,
#schedule .training-event-btn:focus,
#schedule .training-event-btn:active {
    color: #1a1a18;
    text-decoration: none;
}


/* =========================================
   BENEFITS – MOBILE OPTIMIERUNG
========================================= */

@media (max-width: 767.98px) {

    #benefits {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    #benefits .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    #benefits .text-center.mb-5 {
        margin-bottom: 2rem !important;
    }

    #benefits h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    #benefits .text-center p {
        font-size: 1rem !important;
        line-height: 1.5;
    }

    #benefits .row {
        --bs-gutter-y: 0.75rem;
    }

    #benefits .col-lg-5 {
        width: 100%;
    }

    #benefits .benefit-box {
        width: 100%;
        min-height: 58px;
        margin-bottom: 0.75rem !important;
        padding: 0.9rem 1rem;
        display: flex;
        align-items: center;
    }

    #benefits .benefit-text {
        font-size: 0.95rem;
        line-height: 1.4;
        text-align: left;
    }

    #benefits .benefit-accent {
        flex-shrink: 0;
    }

    #benefits .text-center.mt-4 {
        margin-top: 1.5rem !important;
    }

    #benefits small {
        display: block;
        font-size: 0.75rem;
        line-height: 1.6;
    }

}


/* =========================================
   BENEFITS – KOMPAKTE KACHELN
========================================= */

.benefits-grid {
    align-items: stretch;
}

.benefit-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 24, 0.08);
    padding: 1rem 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.benefit-image {
    width: 90px;
    height: 90px;
    object-fit: cover;
    display: block;
    margin-bottom: 0.75rem;
}

.benefit-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-text {
    margin: 0;
    color: #1a1a18;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
}

/* Tablet */
@media (max-width: 991.98px) {

    .benefit-card {
        padding: 0.9rem 0.6rem;
    }

    .benefit-image {
        width: 75px;
        height: 75px;
        margin-bottom: 0.6rem;
    }

    .benefit-text {
        font-size: 0.85rem;
    }

}

/* Mobile */
@media (max-width: 575.98px) {

    .benefit-card {
        min-height: 110px;
        padding: 0.75rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 0.75rem;
    }

    .benefit-image {
        width: 65px;
        height: 65px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .benefit-content {
        justify-content: flex-start;
        text-align: left;
    }

    .benefit-text {
        font-size: 0.88rem;
    }

}

@media (max-width: 767.98px) {

    #kurse .info-kachel {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: flex;
        justify-content: center;
    }

    #kurse .info-kachel > div {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* =========================================
   AKTUELLES – FLYER CAROUSEL
========================================= */

#aktuelles .news-mini-wrapper {
    overflow: hidden;
}

#aktuelles #miniNewsCarousel {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

#aktuelles #miniNewsCarousel .carousel-inner {
    width: 100%;
    height: 100%;
}

#aktuelles #miniNewsCarousel .carousel-item {
    height: 420px;
}

#aktuelles .news-mini-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* =========================================
   IPAD / TABLET
========================================= */

@media (max-width: 991.98px) {

    #aktuelles #miniNewsCarousel {
        height: 420px;
    }

    #aktuelles #miniNewsCarousel .carousel-item {
        height: 420px;
    }

    #aktuelles .news-mini-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

}

/* =========================================
   AKTUELLES – RAHMEN AUF TABLET BEGRENZEN
========================================= */

@media (min-width: 768px) and (max-width: 991.98px) {

    #aktuelles .row {
        align-items: stretch;
    }

    #aktuelles .col-lg-4 {
        min-width: 0;
        max-width: 100%;
    }

    #aktuelles .news-mini-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    #aktuelles #miniNewsCarousel {
        width: 100%;
        max-width: 100%;
        height: 420px;
        overflow: hidden;
    }

    #aktuelles #miniNewsCarousel .carousel-inner {
        width: 100%;
        max-width: 100%;
        height: 420px;
        overflow: hidden;
    }

    #aktuelles #miniNewsCarousel .carousel-item {
        width: 100%;
        max-width: 100%;
        height: 420px;
        overflow: hidden;
    }

    #aktuelles .news-mini-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

}

/* =========================================
   MOBILE HAMBURGER-MENÜ HELL
========================================= */

@media (max-width: 991.98px) {

    .navbar-toggler {
        border-color: #eeeee6;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23eeeee6' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.15rem rgba(238, 238, 230, 0.35);
    }

}