@media (min-width: 1250px), (min-width: 990px) and (orientation: landscape) {
.section.section_promo .section__title mark {
position: static;
display: inline;
}
}
.faq__answer > div::before {
content: 'Antwort';
}
@media (max-width: 990px), (max-width: 1250px) and (orientation: portrait){
.aside__menu{
font-size: 8.9vw;
}
}