

/* bigger headline on desktop */
@media (min-width: 1200px) {
    h1.mainheader {
        font-size: clamp(5.492rem, 5.492rem + ((1vw - 0.2rem) * 9.241), 13rem) !important;
    }
}


/* text shadow */
.text-shadow {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 1);
}