


.kampftag-dropdown-desktop {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.kampftag-dropbtn-desktop {
    background-color: #081c3e !important;
    color: white !important;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.kampftag-dropdown-content-desktop {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.kampftag-dropdown-content-desktop a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.kampftag-dropdown-content-desktop a:hover {
    background-color: #f1f1f1;
}

.kampftag-dropdown-desktop:hover .kampftag-dropdown-content-desktop {
    display: block;
}

.kampftag-dropdown-desktop:hover .kampftag-dropbtn-desktop {
    background-color: #0051a2;
}

.dropdown-icon-desktop {
    margin-left: 8px;
}

/* Mobile-Version */
.kampftag-menu-mobile {
    display: flex;
    justify-content: center; /* Zentriert den Inhalt horizontal */
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    position: relative; /* Ermöglicht die Positionierung des Pfeils */
}

.kampftag-menu-dropdown-mobile {
    background-color: #081c3e !important;
    color: white !important;
    text-align: center !important;
    border: 0 !important;
    padding: 12px;
    width: 100% !important; /* Nimmt die volle Breite des Containers */
    max-width: 100%; /* Maximiere die Breite */
    appearance: none !important; /* Versteckt das Standard-Dropdown-Symbol */
    -webkit-appearance: none !important; /* Für Safari */
    -moz-appearance: none !important; /* Für Firefox */
    border-radius: 8px; /* Optional: Rundung der Ecken */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Schatten */
    position: relative;
    z-index: 2; /* Stelle sicher, dass das Dropdown über dem Pfeil liegt */
}

.kampftag-menu-dropdown-mobile:focus {
    outline: none;
    border-color: #0051a2;
}

.kampftag-menu-dropdown-mobile > option {
    color: black !important;
    background-color: #f5f5f5 !important;
    
    width: 100% !important;
} 
