@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');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #002060;
    font-family: "Roboto", Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 16px;
}

.center {
    text-align: center;
}

h1 {
    font-size: 32px;
    line-height: 1;
    color: #548235;
    margin: 0 0 20px;
    ;
    text-align: center
}

h1 + p {
    text-align: justify;
}

h1 span {
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: none;
}

h2 {
    font-size: 1.2rem;
    color: #548235;
    padding-bottom: 16px;
    margin: 0;
    line-height: 1.3
}

h3 {
    font-size: 25px;
    color: #548235;
    text-align: center;
    font-weight: normal;
    margin: 0 0 16px;
}

ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

ul li {
    padding: 0 0 10px 24px;
}

ul li:before {
    content: "\►";
    float: left;
    margin-left: -24px;
    color: #548235;
}

ul:last-of-type {
    margin: 0 0 10px;
}

header {
    padding: 16px 0 130px;
    display: flex;
    justify-content: flex-end;
    background: url("../images/wolken.jpg") no-repeat top center;
    background-size: cover;
}

article {
    padding: 20px 30px 0;
    position: relative;
}

.width:last-of-type {
    position: relative;
    z-index: 2;
    width: 90%
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
    margin-bottom: 7rem;
}

.flex div:first-of-type,
.flex div:last-of-type {
    flex: 0 0 46%;
}

.flex .line {
    width: 5px;
    background-color: #548235;
}

.bottom_logo {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    background: #fff;
    bottom: -6rem;
}

footer {
    padding: 16px 55px;
    background-color: #002060;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between
}

footer div {
    width: 20%
}

.contact {
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    color: #002060;
    border: solid 1px #000;
    position: absolute;
    bottom: 40px;
    right: 30px;
    padding: 16px;
}

.contact p:last-of-type {
    margin: 0
}

.contact img {
    margin: 0 auto;
    display: block;
}

.social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social a {
    display: inline-block;
    margin: 0 .1rem;
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 16px;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 + p {
        text-align: left;
    }

    header {
        padding: 16px 0 50px;
    }

    article {
        padding: 16px;
    }

    .flex {
        display: block;
        padding: 10px 0 0;
        margin: 0;
    }

    .bottom_logo {
        position: static;
        transform: translate(0);
        bottom:0;
    }

    footer {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        padding: 16px;
    }

    footer p,
    .contact p {
        text-align: center;
    }

    footer div {
        width: auto;
    }

    footer div:last-of-type {
        width: 100%;
    }

    .contact {
        position: static;
        text-align: center;
        font-size: 1rem;
    }

    .line {
        display: none;
    }

    br {
        display: none;
    }

    footer br {
        display: block;
    }
}
