@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #1c1f2a;
    font-family: "Arial", sans-serif;
    font-size: .937rem;
    line-height: 1.5;
    background: #ebebeb;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\25a0";
    float: left;
    margin-left: -1.375rem;
    font-size: 0.635em;
    line-height: 2;
    color: #d91215;
}

h1 {
    font-size: 1.5rem;
    margin: 0 0 1.25rem;
}

h3 {
    margin-bottom: .312rem;
    font-size: 1.187rem;
}

h2 {
    font-size: 1.2rem;
    margin-bottom: .625rem;
    color: #d91215;
}

h4 {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
}

.kontakt {
    display: flex;
    column-gap: 16.875rem;
    align-items: flex-start;
}

aside {
    display: flex;
    column-gap: 1.562rem;
    align-items: flex-start;
}

.formular {
    display: flex;
    column-gap: 1.25rem
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apply {
    background: #d91215;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    border: solid 2px #d91215;
    padding: 0.7rem 2rem;
    display: block;
    width: 14.375rem;
    margin: 2rem auto 1rem;
}

.logo {
    width: 12.5rem;
}


.apply:hover {
    background: #fff;
    color: #d91215;
}

header {
    padding: 2rem 2rem 1rem;
    background: #fff;
    margin: 0;
}

.link {
    hyphens: auto;
}

section,
footer {
    margin: 0 0 0.5rem;
    padding: 1rem 1.5rem;
    background: #fff;
}

footer {
    text-align: center;
    margin-top: .5rem;
}

footer p {
    margin: 0;
}

section i {
    font-size: 3rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        font-size: .937rem;
        hyphens: auto;
    }

    h1 br {
        display: none;
    }

    aside {
        display: block;
    }

    ul br {
        display: none;
    }

    h1 {
        margin: .625rem 0;
        font-size: 1.375rem;
        hyphens: auto;
    }
    .formular i{
        margin-bottom: .625rem;
    }

    h4 {
        hyphens: auto;
    }

    .head {
        flex-direction: column-reverse;
    }

    header,
    section {
        padding: 1.25rem;
    }
}

@media only screen and (max-width: 35.625rem) {
    .kontakt {
        display: flex;
        column-gap: 9.375rem;
    }
}

@media only screen and (max-width: 32.5rem) {

    .formular {
        display: block;
    }

    aside:last-of-type {
        margin-top: .937rem;
    }
}

@media only screen and (max-width: 27.5rem) {
    .kontakt {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 23.75rem) {
 
    
    .link{
        white-space: pre-wrap;
    }
}