.hero__content__inner {
	background: rgba(249, 250, 251, 0.9) !important;
	backdrop-filter: blur(16px);
}

.overlay__button {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.accent__bg {
	color:#17191c !important;
}

/* Anpassungen Header und Navi */

.header {
   	padding: 1.5rem 1rem !important;
}

@media screen and (min-width: 1332px) {
    .header__main .navigation-primary ul.level_1 li a, .header__main .navigation-primary ul.level_1 li strong {
        line-height: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    .header__main .navigation-primary ul.level_1 li a, .header__main .navigation-primary ul.level_1 li strong {
        line-height: 100% !important;
    }
}

.header__main {
    padding: 0 !important;
}

/* Anpassungen Step-Formular */

legend{
font-size: 16px;
    font-weight: 300;
    letter-spacing: .01rem;
    line-height: 24px;
    margin-bottom:12px !important;
}

.widget-checkbox .checkbox_container > span{
    margin-bottom:8px;
}

.tx__small p{
    font-size:14px !important;
    line-height:18px;
}
