@charset "UTF-8";
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    background-color: #fff;
    color: #000;
    text-wrap: pretty;
}

@media (min-width: 1200px) {
    body {
        font-size: 1rem;
    }
}

strong {
    font-weight: 700;
}

.text_thin {
    font-weight: 100;
}

.btn, .card, .card-img-top ,.card-img {
    border-radius: 0 !important;
}

section {
    padding: 2em 0;
}

p {
    margin: 0;
}

label {
    margin-bottom: 0.4rem;
}


.headerabstand {
    margin-top: 6em;
}

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



h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
    font-weight: 400;
}


.text_green {
    color: #95c11f;
}

.text_blue {
    color: #2582c2;
}

.text_red {
    color: #cd2d17;
}


.bg_hellgrau {
    background-color: #f2f2f2;
}

.bg_white {
    background-color: #fff;
}

.bg_transparent {
    background-color: rgba(0,0,0,0.6) !important;
}

.bg_green {
    background-color: #95c11f;
}

.bg_blue {
    background-color: #2582c2;
}

.bg_red {
    background-color: #cd2d17;
}

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

.bg_offcanvas, .bg_icons {
    background-color: rgba(245, 245, 245, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


.abstand_metanav {
    margin-top: 1.8em;
}

.cover_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ratio_1x1 {
    aspect-ratio: 1 / 1;
}

.ratio-cover {
    aspect-ratio: 4 / 3;
}

@media (min-width: 1200px) {
    .ratio-cover {
        aspect-ratio: 6 / 3;
    }
}


.coverbox_versatz {
    margin-top: -12rem;
}

@media (min-width: 1200px) {
    .coverbox_versatz {
        margin-top: -26rem;
    }
}


.logo {
    width: 300px;
    height: auto;
}

@media (min-width: 1800px) {
    .logo {
        width: 500px;
        height: auto;
    }
}


.headerlogo {
    margin-left: 0;
}

@media (min-width: 1800px) {
    .headerlogo {
        margin-left: -80px;
    }
}
