/* Public styles go here */
.sprache-btn{
    background: #005150 !important;
    border: 2px solid #005150 !important;
    transition: all 0.7s ease-out;
    font-weight: 700 !important;
    border-radius: 0px !important;
	color:#ffffff!important;
	font-family:'NeueFrutigerWorldThin'!important;
	line-height: 18px;
}
.sprache-form{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}