@charset "UTF-8";

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}



body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    background-color: #fff;
    color: #000;
}


strong {
    font-weight: 700;
}

.thin {
    font-weight: 100;
}

section {
    padding: 1em 0;
}


.navabstand {
    margin-top: 3.8em;
}

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



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


.bg_hellgrau {
    background-color: #f2f2f2;
}

.bg_white {
    background-color: #fff;
}

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

.bg_blau {
    background-color: #9ec6e5;
}

.bg_gruen {
    background-color: #97bb87;
}

.bg_orange {
    background-color: #ecba99;
}

.bg_violett {
    background-color: #bfa2ee;
}



.navbar {
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.01);
}


.navbar-brand {
    width: 180px;
}


@media (min-width: 1400px) {
    .navbar-brand {
        width: 300px;
    }
}


.cover {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding-top: 30vh;
}



@media (min-width: 1200px) {
    .cover {
        height: 60vh;
        padding-top: 15vh;
    }
}