@charset "utf-8";

:root {
    font-size: 1rem;
}

@font-face {
    font-display: swap;
    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-display: swap;
    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');
}

@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: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.062rem #000;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.button {
    transition: 0.3s;
    background: #1d2021;
    color: #fff;
    padding: 0.625rem 4.375rem;
    display: block;
    width: 100%;
    text-align: center
}

a.button:hover {
    background: #0076B2;
}

p {
    margin: 0 0 1.562rem;
}

span {
    white-space: nowrap
}

strong {
    font-weight: 700
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 2.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

h1,
h3 {
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin: 0 0 7.5rem;
    font-weight: 700;
}

h2 {
    margin: 1.875rem 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
}

h3 {
    font-size: 3rem;
    line-height: 1;
    margin: 3.75rem 0 1.875rem;
    font-weight: 700
}

.margin {
    margin: 1.875rem 0;
}

.bottom {
    margin: 0 0 1rem;
}

header,
article {
    padding: 1.25rem 1.875rem;
}

article {
    width: 65%;
    padding: 0 1.875rem;
}

.rechts {
    width: 35%;
    padding: 0 1.875rem 0 0
}

.flex_icon {
    display: flex;
    justify-content: center;
    column-gap: 3.125rem;
}

.flex_icon .column {
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 1.875rem 0;
}

.flex {
    display: flex;
    align-items: flex-start;
    column-gap: 0.625rem;
    margin: 2.5rem 0 0;
}

main {
    display: flex;
    justify-content: space-between;
    margin: 2.5rem 0 0;
    column-gap: 1rem
}

.column p:first-of-type {
    margin: 0 0 0.625rem;
}

.effect {
    color: #1a73e8;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.effect:hover {
    text-decoration: underline 0.0625rem #0076B2;
}

footer {
    background: #1d2021;
    padding: 1.875rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3.125rem;
}

.info {
    font-size: 2rem;
    display: flex;
    gap: 3.125rem
}

@media only screen and (max-width: 72.4375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        margin: 0 0 2.5rem;
        font-size: 2.5rem
    }

    h2,
    h3 {
        font-size: 1.875rem;
    }

    header {
        padding: 1rem;
    }

    article {
        padding: 0 1rem;
    }

    .rechts {
        padding: 0
    }

    .flex_icon {
        column-gap: 3.125rem;
    }

    .flex_icon .column {
        margin: 1rem 0;
    }

    .flex {
        margin: 1.5rem 0 0;
    }

    main {
        margin: 1rem 0 0;
    }
}

@media only screen and (max-width: 53.125rem) {
    ul li {
        padding-left: 1.5rem;
    }

    ul li:before {
        margin-left: -1.125rem;
    }

    h1 {
        text-align: center;
        font-size: 2.1875rem;
    }

    h2 {
        font-size: 1.75rem
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    header,
    article {
        padding: 0
    }

    main {
        display: block
    }

    article,
    .rechts {
        width: 100%
    }

    .rechts {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .flex p {
        text-align: left;
    }

    a.button {
        width: 15.625rem
    }
}

@media only screen and (max-width: 30rem) {
    a.button {
        width: 100%
    }

    .flex_icon {
        flex-wrap: wrap;
    }

    footer {
        justify-content: center;
    }
}