*,
*:before,
*:after{
    box-sizing: border-box;
}

html,
body{
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

a{
    display: inline-block;
}

.anchor {
    position: absolute;
    margin-top: -140px;
}


.footer-content,
.footer-content a{
    color: #ffffff;
}

.grid{
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

main{
    max-width: 1080px !important;
    text-align: center;
    color: #707070;
    padding: 70px 0;
    font-size: 19px;
}

h1{
    font-family: "Kreon", Arial, sans-serif;
    font-weight: 400;
    font-size: 35px;
    margin: 0 0 30px;
}

header{
    background-color: #363636;
    position: fixed;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

#logo{
    padding: 20px 0 20px;
}

.wave{
    width: 78%;
    max-width: 390px;
}

footer{
    font-size: 13px;
}

.footer-line{
    background-color: #F29400;
    height: 75px;
}
.footer-content{
    background-color: #363636;
    padding: 60px 0 35px;
}

.footer-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imprint>*:not(:last-child){
    margin-bottom: 25px;
}

.ww{
    text-decoration: none;
}

.ww img{
    position: relative;
    top: 4px;
}

@media screen and (min-width: 1040px) {
    .wave{
        padding-top: 20px;
    }

    .footer-flex{
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-content{
        padding: 50px 0 15px;
    }

    #logo{
        padding: 30px 0 30px;
    }

    #logo img{
        width: 190px;
    }

    main{
        font-size: 22px;
        padding: 100px 0 180px;
    }
    h1{
        font-size: 63px;
    }
    footer{
        font-size: 13px;
    }
}

/* kreon-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kreon';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/kreon-v32-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/kreon-v32-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/kreon-v32-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/kreon-v32-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/kreon-v32-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/kreon-v32-latin-regular.svg#Kreon') format('svg'); /* Legacy iOS */
}