@charset "UTF-8";


body {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    line-height: 1.6;
    background-color: #fff;
    color: #000;
    text-wrap: pretty;
}

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

a {
    color: inherit;
}

strong {
    font-weight: 600;
}

.extrasmall {
    font-size: 80%;
    line-height: 1.1;
}

.text_thin {
    font-weight: 100;
}

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

section {
    padding: 2em 0;
}


.headerabstand {
    margin-top: 6em;
}

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



h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}


.text_green {
    color: #afc142;
}

.text_blue {
    color: #5ab2e2;
}



.bg_hellgrau {
    background-color: #f2f2f2;
}

.bg_white {
    background-color: #fff;
}

.bg_transparent_black {
    background-color: rgba(0,0,0,0.8) !important;
}

.bg_transparent_white {
    background-color: rgba(255,255,255,0.9) !important;
}



.bg_dunkelblau {
    background-color: #2598d3;
}


.bg_hellblau {
    background-color: #5ab2e2;
}


.bg_hellgruen {
    background-color: #afc141;
}


.bg_dunkelgruen {
    background-color: #76a244;
}


.bg_hellgrau {
    background-color: #f2f2f2;
}


.bg_gelb {
    background-color: #fde949;
}




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



.cover {
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.cover_mini {
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: center top;
}




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

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



.nav {
    text-transform: uppercase;
    font-size: 120%;
    font-weight: 800;
}

.nav-link {
    color: #fff;
}

.active {
    color: #76a33e;
}


.coverslogan {
    float: right;
    text-align: right;
    margin-top: 50vh;
    font-size: 2.4em;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #2598d3;
    text-shadow: 0 0 5px #000;
}

