/* Verstecke die Untermenüs standardmäßig */
.submenu {
    display: none;
}

/* Stil für das Dropdown */
.dropdown:hover .submenu {
    display: block;
    position: absolute;
    background-color: #fff; /* Hintergrundfarbe des Dropdown-Menüs */
    border: 1px solid #ccc; /* Rand um das Dropdown-Menü */
    padding: 10px; /* Abstand innerhalb des Dropdown-Menüs */
}

/* Stil für die Dropdown-Optionen */
.submenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu li a {
    display: block;
    padding: 5px 0;
    color: #333; /* Textfarbe der Dropdown-Optionen */
    text-decoration: none;
}

.submenu li a:hover {
    background-color: #f2f2f2; /* Hintergrundfarbe bei Hover */
}

body {
    margin: 0px;
    font-family: Gabarito, sans-serif;
}

.navigation {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 999;
}

.logo img {
    max-height: 90px;
    margin-bottom: -10px;
}

.menu-toggle {
    display: none; /* Verstecke den Menü-Button in größeren Bildschirmen */
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 3px 0;
}

.menu_w {
    	width: 55%;
}
.menu {
    list-style: none;
    display: flex;
}

.menu li {
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 1em;
    text-decoration: none;
}

.menu-point {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}



/* Media Query für mobile Geräte */
@media (max-width: 768px) {
    .menu {
        display: none; /* Verstecke das Hauptmenü auf kleinen Bildschirmen */
        flex-direction: column;
        background-color: white;
        position: absolute;
        top: 60px; /* Abstand zum Header */
        left: 0;
        right: 0;
        padding: 10px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .menu.active {
        display: flex; /* Zeige das Menü, wenn es aktiv ist */
    }

    .menu li {
        margin: 10px 0;
    }

    .menu-toggle {
        display: flex; /* Zeige den Menü-Button */
    }
}


/* Stildefinitionen für den schwarzen Balken */
.black-bar {
    background-color: black;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 80px;
    z-index: 999;
}

/* Stildefinitionen für den Text in der Mitte */
.delivery-text {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.second-black-bar {
    background-color: black;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Stildefinitionen für den Text in der Mitte */
.second-delivery-text {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}



/* Stildefinitionen für die Sektion über die ganze Breite */
.full-width-section-top {
    width: 100%;
    height: 80vh;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
}

/* Stildefinitionen für den linken Teil der Sektion */
.left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline; /* Text auf mobilen Geräten zentrieren */
    color: #fff;
}


h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 0px;
}

.section-subline {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
}

.discover-button {
    font-weight: bold;
    background-color: white;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center; /* Text auf mobilen Geräten zentrieren */
    font-size: 1.2em; /* Text kleiner machen */
}

/* Stildefinitionen für den rechten Teil der Sektion */
.right-content {
    width: 50%;
}

.right-content img {
    height: 55%;
    object-fit: contain;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Media Query, um das Bild auf mobilen Geräten auszublenden */
@media screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }

    .flex{
        display: none;
    }

    .black-bar {
        display: none;
    }
}

/* Media Query, um den Text auf mobilen Geräten kleiner zu machen */
@media screen and (max-width: 768px) {
    h1.mobile-center, .section-subline.mobile-center, .discover-button.mobile-center {
        font-size: 1.5em; /* Text kleiner machen */
    }
}


.container {
  	padding: 50px 0px;
    max-width: 1300px;
    margin: 0 auto;
}

.two-columns {
    display: flex;
    flex-wrap: wrap; /* Elemente bei Bedarf umbricht, wenn der Bildschirm zu klein ist */
}

.column {
    flex: 1;
    margin-right: 20px; /* Verringern Sie den Seitenabstand für kleinere Bildschirme */
    margin-bottom: 20px; /* Fügen Sie Abstand zwischen den Spalten hinzu */
}

/* Media Query für kleinere Bildschirme */
@media (max-width: 768px) {
    .container {
        padding: 10px; /* Verringern Sie den Container-Abstand für kleinere Bildschirme */
    }

    .column {
        flex: 1;
        margin-right: 0; /* Entfernen Sie den rechten Seitenabstand für kleinere Bildschirme */
    }
}


.section-text {
    font-size: 1em;
    margin-bottom: 20px;
    max-width: 50%; /* Begrenzt den Text auf die Hälfte des Containers */
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image-container a {
  	width: 30%;
}

@media (max-width: 768px) {
    .section-text {
        max-width: 100%; /* Text auf volle Containerbreite setzen */
    }

    .image-container a {
        max-width: 80%;
    }

    .image-container img {
        width: 100%;
    }
}

.button-section {
    text-align: center;
}

.sports-button {
    font-weight: normal;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    margin: 5px; /* Fügen Sie Abstand zwischen den Buttons hinzu */
}




h2 {
    text-transform: uppercase;
    font-size: 2em;
}

h3 {
    font-size: 1.2em;
    text-transform: uppercase;
}

p {
    font-size: 1em;
}

/* Stildefinitionen für den Slider-Abschnitt */
.full-width-section-sport {
    width: 100%;
    height: 80vh;
    background-color: #f0f0f0;
    margin: 100px 0px;
    position: relative; /* Position relativ setzen, um das Pseudo-Element zu positionieren */
    display: flex;
    justify-content: center;
    background-image: url('https://www.frey-sport.com/templates/trikot-designer/css/hintergrund_sportart.jpg'); /* Hintergrundbild für die Sektion */
    background-size: cover; /* Das Hintergrundbild auf die Sektion anpassen */
    align-items: center;
}


.section-title-banner {
    color: #ffffff;
    text-align: center; /* Überschrift zentriert ausrichten */
    font-size: 3em;
    margin: 0px;
    padding-bottom: 50px;
}

/* Stildefinitionen für den Footer */
.footer {
    background-color: black;
    color: white;
    padding: 20px;
    margin-top: 100px;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 20px;
}

.column-title {
    font-size: 1em;
    margin-bottom: 10px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links a {
    text-decoration: none;
    color: white;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-image {
    max-width: 100%;
    margin-top: 10px;
}