/* Responsive Font Size H1 */
.hero-font-clamp {
    font-size: clamp(2.7rem, 2.1576rem + 2.7119vw, 4.7rem);
    line-height: clamp(2.7rem, 2.1576rem + 2.7119vw, 4.7rem);
}

/* Easter Egg */
.ausholz {
    font-size: clamp(6rem, 4.5000rem + 8.0000vw, 12rem);
    color: rgba(225,225,225, .01);
    background-image: url("https://tischlerei-luetke.de/assets/img/holzstruktur_pexels-fwstudio-129733_lowres.jpg");
    loading: lazy;
    -webkit-background-clip: text;
    text-align: center;
}

