@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v47-latin-regular.eot');
    src: url('../fonts/roboto-v47-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v47-latin-regular.woff') format('woff'), url('../fonts/roboto-v47-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v47-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v47-latin-700.eot');
    src: url('../fonts/roboto-v47-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-700.woff2') format('woff2'), url('../fonts/roboto-v47-latin-700.woff') format('woff'), url('../fonts/roboto-v47-latin-700.ttf') format('truetype'), url('../fonts/roboto-v47-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #144396;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

span {
    white-space: nowrap;
}

h1 {
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1;
    text-align: center;
    color: #144396;
    margin: 0 0 30px;
}

h1 small {
    text-transform: lowercase;
}

h2 {
    font-size: 18px;
    margin: 0 0 5px;
}

ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

ul li {
    padding-left: 25px
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 18px;
    height: 18px;
    background: url(../images/check.jpg) no-repeat;
    background-size: contain;
    margin-left: -25px;
    top: 5px;
}

header {
    position: relative;
}

.logo {
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translate(-50%);
}

.kreis {
    position: absolute;
    top: 30%;
    right: 14%;
}

article {
    padding: 80px 60px 30px;
}

article p:last-of-type {
    width: 73%
}

footer p {
    background: #144396;
    color: #fff;
    text-align: center;
    padding: 16px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 18px
}

.kuh {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        font-size: 35px;
    }

    article {
        padding: 80px 16px 16px;
    }

    .kreis {
        top: 13%;
        right: 1%;
    }

    article p:last-of-type {
        width: 65%
    }

    .kuh {
        right: 16px;
        bottom: 16px;
    }
}

@media only screen and (max-width: 750px) {
    .logo {
        bottom: -14%;
    }

    article ul:last-of-type {
        width: 75%
    }

    .kuh {
        width: 150px;
        bottom: 4%
    }

    .kreis {
        width: 150px;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 25px;
        line-height: 1.2
    }

    article {
        padding: 70px 16px 10px;
    }

    article ul:last-of-type,
    article p:last-of-type {
        width: 100%
    }

    .kreis {
        width: 110px;
    }

    .kuh {
        display: none;
    }

    .logo {
        bottom: -23%;
        width: 200px
    }
}