.svg-sprite {
    display: none;
}

.bg-black.text-\[10px\].text-lime a svg {
    opacity: 1 !important;
    transition: 0.3s ease-in-out;
}

.bg-black.text-\[10px\].text-lime a:hover svg {
    opacity: 0.8 !important;
}

.lang-en ul.flex.justify-end::before {
    content: "Language: ";
    margin-right: 10px;
}

.lang-de ul.flex.justify-end::before {
    content: "Sprache: ";
    margin-right: 10px;
}

.dfbregisterinterest input.w-full.cursor-pointer.rounded-md.bg-purple.px-4.py-2.text-2xl.font-semibold.text-blue.transition-colors.hover\:bg-purple-hover {
    margin-top: 30px;
}

.dfbregisterinteresten input.w-full.cursor-pointer.rounded-md.bg-purple.px-4.py-2.text-2xl.font-semibold.text-blue.transition-colors.hover\:bg-purple-hover {
    margin-top: 30px;
}

/* select {
    background-image: none !important;
} */