body {
    font-family: 'Flama Condensed', sans-serif;
    margin: 0;
    font-size: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

.ma-bot-20 {
    margin-bottom: 20px;
}

.ma-top-30 {
    margin-top: 30px;
}

.container {
    margin: 0 auto;
    max-width: 1236px;
}

.outline {
    -webkit-text-stroke: 2px white;
    color: transparent;
}

.white {
    color: white;
}

.blue {
    color: #009baf;
}

.blue.outline {
    -webkit-text-stroke: 2px #009baf;
    color: transparent;
}

.uppercase {
    text-transform: uppercase;
}

.title {
    font-size: 3em;
    font-weight: 500;
}

.headline {
    font-size: 7em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
}

.headline.smaller {
    font-size: 6em;
}

.flex {
    display: flex;
}

section + section, footer, .section {
    margin: 1em;
    border-top: 2px solid black;
    padding: 2em 0 1em;
}

.section a {
    color: #009baf;
    margin-right: 5px;
}

.blue-squares {
    list-style: none;
    margin-right: 1em;
}

.blue-squares li {
    position: relative;
    margin-bottom: 15px
}

.blue-squares li:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #009baf;
    margin-left: -15px;
    position: absolute;
    top: 7px;
}

#start .first-image {
    background-image: url("../images/BILD1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 791px;
    height: 100%;
    position: relative;
}

#start .placer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 1em;
    line-height: 1;
}

#start h1 {
    margin: 0;
    font-size: 7.5em;
    line-height: 1;
}

#start h2 {
    margin: 0 0 0 7.125em;
    display: inline-block;
    font-size: 2.75em;
}

#start .subline {
    display: inline-block;
    margin-left: 7.125em;
    font-size: 2.75em;
    font-weight: 600;
}

#start .bottom {
    display: flex;
}

#start .bottom > div {
    width: 50%;
}

#start .answer {
    margin: 1em;
}

#start .answer > span {
    font-size: 1.25em;
    font-weight: 700;
    margin-left: 4px;
    display: inline-block;
}

#start .image-area img {
    width: 49%;
}

.vorteile-left {
    background-image: url("../images/BILD2.png");
    background-position: 58% center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    margin-right: 25px;
    position: relative;
    width: 46%;
    flex: 1 1 auto;
}

.vorteile-right {
    flex: 1 2 auto;
}

.vorteile-left > div {
    position: absolute;
    top: 15px;
    right: 5px;
    font-size: 5.5em;
    line-height: 1;
}

.vorteile-left > div > span {
    font-size: 0.68em;
}

#vorteile .image img {
    width: 76px;
    margin-top: -14px;
}

.perks .flex {
    align-items: center;
    margin-bottom: 15px;
}

.perks .flex:last-child {
    margin-bottom: 0;
}

.perks .flex .image {
    flex: 0 0 auto;
    margin-right: 10px;
}

.perks .flex .text {
    flex: 0 auto;
}

.steps .step {
    align-items: center;
}

.steps .step .label {
    text-align: right;
    flex: 0 0 auto;
    width: 35%;
    font-size: 4em;
    font-weight: 500;
    margin-right: 15px;
}

.steps .step .right {
    flex: 1 2 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.steps .step .right:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 11px;
    right: 0;
    bottom: 21px;
    background-color: black;
}

.steps .step .right .image {
    flex: 0 0 auto;
}

.steps .step .right .image img {
    width: 165px;
}

.steps .step .right .text {
    flex: 1 1 auto;
    display: flex;
}

.steps .step .right .text span {
    margin-right: 1.5px;
}

.steps .step .right .text span + span {
    margin-left: 1.5px;
}

#get-in-touch {
    display: flex;
}

#get-in-touch > div {
    flex: 1 1 auto;
}

#get-in-touch .right {
    background-image: url("../images/BILD3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 15%;
}

#get-in-touch .contact {
    display: flex;
}

#get-in-touch .contact > span {
    margin-right: 10%;
}

address a, .section address a {
    color: black;
    text-decoration: none;
}

address a:hover, .section address a:hover {
    text-decoration: underline;
}

#send {
    cursor: pointer;
}

footer > div, footer .logos {
    display: flex;
    align-items: center;
}

footer .logos {
    justify-content: space-around;
    flex-grow: 1;
}

footer {
    display: none;
}

.modal {
    display: none;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal .content {
    background-color: white;
    width: 80%;
    height: 65%;
    position: relative;
    top: 10%;
    left: 10%;
    box-sizing: border-box;
    padding: 2em;
}

#error {
    color: red;
    display: none;
}

#impressum address {
    font-style: normal;
}

#impressum .flex > div {
    flex: 1 1 auto;
}

@media (max-width: 963px) {
    #start h1 {
        font-size: 5.5em;
    }

    #start h2 {
        margin-left: 5.25em;
    }

    #start .subline {
        margin-left: 5.25em;
    }
}

@media (max-width: 767px) {
    #start h1 {
        font-size: 3.5em;
    }

    #start h2 {
        margin: 0;
        font-size: 2em;
    }

    #start .subline {
        font-size: 2em;
        margin-left: 0;
    }

    #start .bottom > div {
        width: 100%;
    }

    #start .bottom, #vorteile > .flex, .steps .step, #get-in-touch .contact, #get-in-touch,
    footer > div, footer .logos, #impressum .flex {
        flex-direction: column;
    }

    .headline, .headline.smaller {
        font-size: 3.5em;
    }

    #vorteile .subline, #easy .subline {
        display: block;
        margin-top: -15px;
        margin-bottom: 20px;
    }

    .vorteile-left {
        height: 400px;
        width: 100%;
        margin-bottom: 15px;
    }

    .vorteile-left > div {
        font-size: 3.5em;
    }

    .steps .step {
        margin-top: 15px;
    }

    .steps .step .label {
        font-size: 2em;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .steps .step .right {
        margin-left: -10px;
        width: 100%;
    }

    .steps .step .right:after{
        content: none;
    }

    .steps .step .right .image img {
        width: 100px;
    }

    #get-in-touch .contact > span {
        margin-bottom: 15px;
        display: inline-block;
    }

    .title {
        font-size: 2em;
    }

    footer .title, footer img {
        margin-bottom: 20px;
    }

    #impressum .flex div:not(:last-child) {
        margin-bottom: 2em;
    }
}

@media (max-width: 546px) {
    #start .first-image {
        background-position: 68% center;
    }
}

@media (min-width: 768px) and (max-width: 1126px) {
    .vorteile-left > div {
        font-size: 3.5em;
    }
}