@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gabarito-v7-latin-regular.eot');
    src: url('../fonts/gabarito-v7-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/gabarito-v7-latin-regular.woff2') format('woff2'), url('../fonts/gabarito-v7-latin-regular.woff') format('woff'), url('../fonts/gabarito-v7-latin-regular.ttf') format('truetype'), url('../fonts/gabarito-v7-latin-regular.svg#Gabarito') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/gabarito-v7-latin-700.eot');
    src: url('../fonts/gabarito-v7-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/gabarito-v7-latin-700.woff2') format('woff2'), url('../fonts/gabarito-v7-latin-700.woff') format('woff'), url('../fonts/gabarito-v7-latin-700.ttf') format('truetype'), url('../fonts/gabarito-v7-latin-700.svg#Gabarito') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Gabarito", sans-serif;
    font-size: 0.938rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 60rem;
    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;
}

a.color {
    color: #ff6418;
}

article p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    position: relative;
    display: inline-block;
    text-align: center;
}

h1 span {
    font-weight: normal;
}

h2 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #ff6418;
    padding-bottom: .8rem;
}

ul {
    list-style: none;
    padding-bottom: 1rem;
}

ul li {
    padding: 0 0 0 1.5rem;
}

ul li:before {
    content: url("../images/check.png");
    float: left;
    margin-left: -1.5rem;
    line-height: 1.8;
}

header {
    display: flex;
    align-items: center;
    background: url("../images/weisse_pfeile.png") 55% top / auto no-repeat #e4e2d4;
}

.title {
    flex: 65%;
    position: relative;
    padding: 6rem 3rem;
}

.title>img {
    position: absolute;
    top: 2rem;
    right: 3rem;
}

.info {
    flex: 35%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    background: url("../images/linien.png") 2rem center/ auto 88% no-repeat;
}

.info div {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-left: 1.5rem;
}

.info div img {
    width: 30px;
}

article {
    display: flex;
}

.left {
    flex: 65%;
    padding: 2rem 2rem 2rem 3rem;
}

.left>.flex:first-of-type {
    padding: 2rem 0 1rem;
}

.flex {
    display: flex;
    gap: 1.5rem;
}

.flex>div {
    flex: 50%;
}

.button p {
    background-color: #e4e2d4;
    padding: .5rem 1.5rem;
    margin-left: 1rem;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: underline;
}

.button p:before {
    content: "";
    float: left;
    margin: -.3rem 0 0 -2.5rem;
}

.document p:before {
    content: url("../images/document.png");
}

.cursor p:before {
    content: url("../images/cursor.png");
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 3rem 0 0;
}

.right {
    flex: 35%;
    background: url("../images/pfeile.png") right 39%/ auto no-repeat #e4e2d4;
}

.right>div {
    padding: 2rem;
}

.right p {
    padding-bottom: 0;
}

.benefits {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 2rem 0;
}

.benefit {
    position: relative;
}

.benefit>div:first-of-type {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    background-color: #fff;
    border-radius: 50%;
    padding: 1rem;
    width: 7rem;
    height: 7rem;
}

.benefits>div:nth-child(even) {
    align-self: end;
}

.benefits>div:nth-child(1) .line::before,
.benefits>div:nth-child(3) .line::before {
    content: url("../images/linie.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-3px, 3px);
}

.benefits>div:nth-child(2) .line::before {
    content: url("../images/linie.png");
    position: absolute;
    top: 50%;
    right: 50%;
    transform: rotate(-60deg) translate(3px, 3px);
}

.benefits p {
    text-align: center;
    line-height: 1;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media only screen and (max-width: 59.938rem) {

    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .line::before {
        display: none;
    }

    .left br {
        display: none;
    }

    .title>img {
        right: 0;
    }
}

@media only screen and (max-width: 55rem) {
    .title {
        padding: 6rem 2rem;
        flex: 70%;
    }

    .info {
        flex: 30%;
    }

    .left {
        padding: 2rem;
    }

    article {
        display: block;
    }

    .right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .right>div {
        width: 100%;
    }

    .right>div:last-of-type {
        text-align: center;
    }

    .benefits {
        flex-direction: row;
        justify-content: space-between;
        gap: 2rem;
    }
}

@media only screen and (max-width: 48rem) {
    header {
        display: block;
    }

    .title>img {
        position: static;
    }

    .title {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    h1 br {
        display: none;
    }

    .title h2 {
        padding-top: 1.5rem;
    }

    .info {
        background: none;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 2rem;
        gap: 1rem 2rem;
    }

    .info div {
        padding: 0;
    }
}

@media only screen and (max-width: 38rem) {
    .title {
        padding: 1rem;
    }

    h1 {
        font-size: 2.2rem;
    }

    .info {
        padding: 0 1rem 1rem;
    }

    .left {
        padding: 1rem;
    }

    .left>.flex:first-of-type {
        display: block;
        padding: 0;
    }

    .buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: .5rem 0;
    }

    .social {
        padding-top: 1rem;
    }

    .right {
        background: #e4e2d4;
    }

    .right>div {
        padding: 1rem;
    }

    .benefits {
        padding: .5rem 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .right h2 br {
        display: none;
    }
}