@charset "utf-8";

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v34-latin-regular.eot');
    src: url('../fonts/roboto-slab-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-regular.svg#RobotoSlab') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin-300.eot');
    src: url('../fonts/open-sans-v40-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-300.woff') format('woff'), url('../fonts/open-sans-v40-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-300.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    color: #8BBA25;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
    text-align: justify;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

header {
    padding: 0 1.75rem;
    display: flex;
}

header img {
    width: 75px;
}

.img {
    margin: 1rem auto;
}

.flex {
    display: flex;
    column-gap: 1.562rem;
}

.flex p:nth-of-type(1) {
    width: 6.875rem;
    margin-bottom: 1.25rem;
}

.flex2 {
    display: flex;
    column-gap: .937rem;
    justify-content: space-between;
    padding: 1.25rem 0;
    margin: 0 0 1.25rem;
}

.column {
    background: #EEEEEE;
    padding: 2.25rem 1.75rem 6.25rem;
    width: 49%;
}

.margin_bottom {
    margin-bottom: 4.375rem;
}

.bottom {
    margin-bottom: 2.812rem;
}

h1 {
    text-align: center;
    padding: 2.5rem 0 1.875rem;
    font-size: 2.062rem;
    text-transform: uppercase;
    font-family: "Roboto Slab";
    color: #003056;
}

h2 {
    font-size: 1rem;
    margin: 0 0 .937rem;
}

h3 {
    font-size: 1.375rem;
    color: #003056;
}

.weiss {
    padding: 0 3.75rem;
}

.kontakt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
    padding-top: 3rem;
}

a.button {
    color: #fff;
    background: #8BBA25;
    border: 1px solid #8BBA25;
    padding: .375rem 8.75rem;
    transition: 0.2s;
}

a.button:hover {
    background: #fff;
    color: #8BBA25;
}

footer p {
    text-align: center;
    margin: 3.125rem 0;
}

@media only screen and (max-width: 72.437rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    header {
        padding: 0;
    }

    h1 {
        padding: .625rem;
        font-size: 1.625rem;
    }

    h3 {
        margin: 1.25rem 0;
        padding: .625rem;
    }

    .flex p:nth-of-type(1) {
        width: 6.25rem;
        margin-bottom: .625rem;
    }

    .weiss {
        padding: 0;
    }

    .column {
        padding: .625rem;
    }

    ul li {
        text-align: left;
    }

    .flex {
        justify-content: center;
    }

    .flex p {
        margin: 0;
    }

    .flex2 {
        margin: 0;
    }

    .margin_bottom {
        margin: 0 0 1rem;
    }

    .bottom {
        margin-bottom: .625rem;
    }

    .kontakt {
        padding-top: 0;
    }

    footer p {
        margin: 1.562rem 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 49.937rem) {
    header {
        justify-content: center;
    }

    h1 {
        font-size: 1.5rem;
    }

    .flex2 {
        flex-direction: column;
        padding: 0;
    }

    .column {
        width: auto;
        margin: .312rem 0;
    }

    a.button {
        padding: .625rem 5rem
    }

    .flex2 {
        flex-direction: column;
        margin-bottom: .5rem;
    }

    .flex p {
        text-align: center;
        margin-bottom: .625rem;
    }

    .flex p:nth-of-type(1) {
        width: auto;
        margin: 0;
    }
}

@media only screen and (max-width: 30rem) {
    h1 {
        font-size: 1.25rem;
    }
}