@charset "UTF-8";
html {
    scroll-behavior: smooth;           /* optional: weiches Scrollen */
    scroll-padding-top: 80px;          /* Höhe der fixen Navbar */
}

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    background-color: #ffffff;
    color: #000;
}

.display-2 {
    font-size: 2rem;
}


@media (min-width: 1400px) {
    body {
        font-size: 20px;
    }

    .display-2 {
        font-size: 4.5rem;
    }
}


strong {
    font-weight: 700;
}

section {
    padding: 2em 0;
}


.navabstand {
    margin-top: 3.8em;
}

@media (min-width: 1400px) {
    section {
        padding: 4em 0;
    }
}



h1, h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 1 !important;
}


.text_darkgrey {
    color: #333333;
}
.text_red {
    color: #b21c17;
}


.bg_white {
    background-color: #fff;
}
.bg_hellgrau {
    background-color: #f6f6f6;
}
.bg_darkgrey {
    background-color: #333333;
}
.bg_red {
    background-color: #b21c17;
}
.bg_transparent {
    background-color: rgba(0,0,0,0.6) !important;
}

@media (min-width: 1800px) {
    .bg_transparent {
        background-color: rgba(0,0,0,0.0) !important;
    }
}

.bg_offcanvas {
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-backdrop.show {
    background-color: rgba(255,255,255,0.6) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1 !important;
}


.border_red {
    border-color: #b21c17 !important;
}


#video-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}


.hf-hero-video {
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: top;
}

.hf-hero-video,
.row.p-0.m-0 { background: #000; }

@media (min-width: 992px) {
    .hf-hero-video {
        min-height: 1400px;
    }
}



.slogan {
    margin-top: 10em;
    margin-bottom: 10em;
    text-shadow: 0px 0px 4px #000000;
}


