body {
    font-family: 'Mulish', 'sans-serif';
    margin: 0;
    color: white;
    font-weight: lighter; /* Thin */
    overflow-x: hidden;
}
.mulish-<uniquifier> {
             font-family: "Mulish", sans-serif;
             font-optical-sizing: auto;
             font-weight: 200;
             font-style: normal;
         }
header {
    background-color: #919191;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.nav-links {
    position: fixed;
    top: 0;
    left: 0; /* An den linken Rand des Bildschirms anpassen */
    width: 100%; /* Volle Breite */
    height: 100vh; /* Volle Bildschirmhöhe */
    background-color: rgba(128, 128, 128, 0.9); /* Halbtransparentes Grau */
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    transform: translateX(100%); /* Außerhalb des Bildschirms verstecken */
    transition: transform 0.3s ease-in-out; /* Geschmeidige Animation */
    z-index: 1000; /* Stelle sicher, dass es über dem anderen Inhalt liegt */
    /* Entferne border-radius und box-shadow */
}

.nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0; /* Entferne Standard-Margin */
    text-align: center; /* Zentriere Text innerhalb der Liste */
    z-index: 1000;
}

.nav-links li {
    padding: 20px;
    text-align: center;
    z-index: 1000;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 1.5em; /* Größere Schrift */
    display: block; /* Fülle den gesamten Li-Bereich aus */
    z-index: 1000;
}

.nav-links.active {
    transform: translateX(0); /* Auf den Bildschirm schieben */
    z-index: 90;
}

header .hamburger {
    position: fixed;      /* Fixiert oben rechts */
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2002;        /* Viel höher als .nav-links (die hat 101) */
    background: none;
    border: none;
    cursor: pointer;
}

header .hamburger div {
    width: 100%;
    height: 2px;
    background-color: white;
    transition: transform 0.3s ease-in-out; /* Animation für das Kreuz */
    z-index: 2003; /* Stelle sicher, dass es über dem Menü liegt */
}

header .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 8px);

}

header .hamburger.active div:nth-child(2) {
    opacity: 0; /* Mittlere Linie ausblenden */
}

header .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -15px);

}
header .hamburger .active{
    z-index: 4000;
}
.image-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}
.image-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

.image-modal-content {
    position: relative;
    width: 80vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    box-sizing: border-box;
}

/* Querformat */
.modal-img-landscape {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0,0,0,0.8);
}

/* Hochformat */
.modal-img-portrait {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0,0,0,0.8);
}

.close-modal {
    position: absolute;
    top: 20px; right: 30px;
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
    z-index: 2001;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1080px;
    background-color: #1e5032;
    object-fit: cover;
    overflow: hidden;
}
.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* Bild füllt Container, kann beschnitten werden */
    display: block;      /* entfernt mögliche Lücken */
}


.hero-top {
    font-size: 15em;
    margin: 0;
    line-height: 0.5;
    letter-spacing: 0.01em;
    color: black;
    position: absolute;
    top: 93%;
    left: 30%;
    font-family: 'Mulish','sans-serif';
    font-weight: lighter;
}
.bero-top{
    font-size: 15em;
    margin: 0;
    line-height: 0.5;
    letter-spacing: 0.01em;
    color: black;
    position: absolute;
    top: 90%;
    left: 20%;
    font-family: 'Mulish','sans-serif';
    font-weight: lighter;
}

.cero-top{
    font-size: 15em;
    margin: 0;
    line-height: 0.5;
    letter-spacing: 0.01em;
    color: black;
    position: absolute;
    top: 90%;
    left: 25%;
    font-family: 'Mulish','sans-serif';
    font-weight: lighter;
}
.dero-top{
    font-size: 15em;
    margin: 0;
    line-height: 0.5;
    letter-spacing: 0.01em;
    color: black;
    position: absolute;
    top: 91%;
    left: 32%;
    font-family: 'Mulish','sans-serif';
    font-weight: lighter;
}

.image-container {
    width: 100%;             /* Oder eine feste/maximale Breite */
    height: 300px;           /* Oder passend zum Layout */
    overflow: hidden;
    position: relative;
    background-color: none;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* Oder "contain", wenn das ganze Bild sichtbar sein soll */
    display: block;
    background-color: none;

}
.column1{
    background-color: none;
}
.column2{
    background-color: none;
}
.column3{
    background-color: none;
}
.column4{
    background-color: none;
}
.scroll-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.scroll-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll-arrow div {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.scroll-arrow div:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: -5px;
}

.scroll-arrow div:last-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Content Section */
.content {
    background-color: white;
    color: #333;
    padding: 20px;
    text-align: center;
    margin-top: 10%;
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 10%;


}

.card-link {
    text-decoration: none; /* Entferne die Unterstreichung von Links */
    color: inherit; /* Übernimmt die Farbe des übergeordneten Elements */
}

.card {
    background-color: #ddd;
    border-radius: 10px;
    width: 200px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0; /* Entferne den Aussenabstand */
    overflow: hidden; /* Verhindert, dass Inhalte über den Rand hinausgehen */
}

.card-image {
    width: 100%;
    height: 300px; /* Höhe des blauen Bildes */
    background-color: #4682B4; /* Blaue Farbe */
    border-top-left-radius: 10px; /* Abgerundete Ecken oben links */
    border-top-right-radius: 10px; /* Abgerundete Ecken oben rechts */
}

.card-header {
    color: #555;
    font-size: 1.2em;
    font-weight: 100;
    margin-top: auto; /* Platziere den Text unten in der Karte */
    margin-bottom: 20px; /* Füge etwas Abstand hinzu */
}

.Flr{
    font-family: 'Atkinson Hyperlegible Mono',sans-serif;
    font-weight: normal;
    color:black ;
}
.Blr{
    font-family: 'Atkinson Hyperlegible Mono',sans-serif;
    font-weight: lighter;
    color:black ;
}
.abt{
    width: 50%;
    justify-content: right;
    margin-right: 5%;
}
.MB{
    width: 50%;
    justify-content: right;
    margin: 5%;
}


.Space{
    display: flex;
    gap: 5%;
    align-items: flex-start;
    justify-content: center;
    margin-top: 15%;
}

.tome{
    display: flex;
    justify-content: center;
    margin-top: 10%;
    font-family: 'Atkinson Hyperlegible Mono',sans-serif;
    font-weight: normal;
    color:black ;
}
.teme{
    display: flex;
    justify-content: center;
    margin-top: 4%;
    color: #000000;
    font-weight: lighter;
}
.nu{
    display: flex;
    justify-content: center;
    font-family: 'Atkinson Hyperlegible Mono',sans-serif;
    font-weight: lighter;
    color:black ;
}
.em{
    display: flex;
    justify-content: center;
    font-family: 'Atkinson Hyperlegible Mono',sans-serif;
    font-weight: lighter;
    color:black ;
}
a{
    text-decoration: none;  /* Entfernt die Unterstreichung */
    color: inherit;         /* Erbt die Textfarbe vom umgebenden Element */
}

.open{
    margin-top: 10%;
    text-align: center;

}
.opene{
    margin-top: 2%;
    text-align: center;

}
.clap{
    font-size: 60pt;
    color: black;
    border-bottom: 1px solid #000000;
    margin: 2%;

}




/* Footer */
footer {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border-top: 1px solid #ccc;

    color: #555;
    background-color: white;
    margin-top: 10%;
}

footer .footer-section {
    color: #555;
    margin-left: 12%;
}
