/* === Sektionen im Wechsel === */

/* Dunkel (Startfarbe) */
.section_dark {
    background-color: #0e0825;
    color: #fff;
    padding: 80px 0;
}

/* Mittelviolett als Kontrastfarbe */
.section_dark_alt {
    background-color: #1a1033;
    color: #fff;
    padding: 80px 0;
}

/* Spezialbereich mit Verlauf */
.section_overlay {
    background: linear-gradient(180deg, rgba(14, 8, 37, 0.95) 0%, rgba(26, 16, 51, 0.95) 100%);
    color: #fff;
    padding: 80px 0;
}
.hero_simple {
    width: 100%;
    height: 500px;
    background-image: url('/assets/images/simulator/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width: 768px) {
    .hero_simple {
        height: 480px;
    }
}


#simulator h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

#simulator h5 {
    color: #6ccff6;
    font-weight: 500;
    margin-bottom: 15px;
}

#simulator p {
    font-size: 1.1rem;
    line-height: 1.7;
}
    margin-top: 100px;      /* Abstand unter dem Header */
    padding-bottom: 80px;
}

#simulator h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

#simulator h5 {
    color: #6ccff6;
    font-weight: 500;
    margin-bottom: 15px;
}

#simulator p {
    font-size: 1.1rem;
    line-height: 1.7;
}




/* Hero-Bereich für "Funktionen & Features" */
.hero_features {
    width: 100%;
    height: 500px;
    background-image: url('/assets/images/features/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 80px; /* Sicherer Abstand zum Navigationsmenü */
}

.hero_features h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

.hero_features p {
    font-size: 1.25rem;
    color: #ddd;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .hero_features {
        height: 480px;
        padding-top: 60px;
    }

    .hero_features h2 {
        font-size: 2rem;
    }

    .hero_features p {
        font-size: 1rem;
    }
}



.hero_technik {
    width: 100%;
    height: 500px;
    background-image: url('/assets/images/technik/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 80px; /* Abstand zum Menü */
}

.hero_technik h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

.hero_technik p {
    font-size: 1.25rem;
    color: #ddd;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .hero_technik {
        height: 480px;
        padding-top: 60px;
    }

    .hero_technik h2 {
        font-size: 2rem;
    }

    .hero_technik p {
        font-size: 1rem;
    }
}


/* Hero für Visionen */
.hero_visionen {
    width: 100%;
    height: 500px;
    background-image: url('/assets/images/visionen/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 80px; /* Abstand zum Menü */
}

.hero_visionen h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

.hero_visionen p {
    font-size: 1.25rem;
    color: #ccc;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .hero_visionen {
        height: 480px;
        padding-top: 60px;
    }

    .hero_visionen h2 {
        font-size: 2rem;
    }

    .hero_visionen p {
        font-size: 1rem;
    }
}

/* Einheitsstil für Überschriften, Texte & Abstände in Visionen */
.vision-section {
    padding: 80px 0;
}

.vision-section h3 {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #ffffff;
}

.vision-section h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #6ccff6;
    margin-bottom: 20px;
}

.vision-section p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #dddddd;
}

/* Bildstil einheitlich */
.vision-section img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* Ein bisschen Abstand zwischen Text und Bildspalten */
.vision-section .col-md-6 {
    margin-bottom: 30px;
}


/* Hero-Bereich für "Funktionen & Features" */
.hero_myaccount {
    width: 100%;
    height: 500px;
    background-image: url('/assets/images/features/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 80px; /* Sicherer Abstand zum Navigationsmenü */
}


.card.fixed-height {
    height: 350px;
    display: flex;
    flex-direction: column;
}

.card.fixed-height img {
    max-height: 200px;
    object-fit: cover;
}

.card.fixed-height .card-body {
    overflow-y: auto;
    flex-grow: 1;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #5f2cff, #3d9fff);
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(95, 44, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #7f4fff, #5dbbff);
  box-shadow: 0 0 8px rgba(95, 44, 255, 0.7);
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #5f2cff transparent;
}

