@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #575656;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #FFFFFF;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    box-shadow: 0 0 1.4375rem #A6A6A6;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link:hover {
    text-decoration: underline
}

p {
    margin: 0 0 .625rem;
}

p span {
    white-space: nowrap
}

.color {
    color: #00aaad
}

h1 {
    font-size: 1.625rem;
    margin: 0 0 1rem;
    line-height: 1.2;
    color: #00aaad
}

h2 {
    font-size: 1rem;
    color: #575656;
    margin: 0 0 .625rem
}

h3 {
    font-size: 1.25rem;
    margin-bottom: .625rem;
    color: #00aaad
}

h4 {
    margin-bottom: .625rem;
    font-size: 1.187rem;
    color: #00aaad
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.875rem;
    font-size: 1.375em;
    line-height: 1;
    color: #00aaad
}

header {
    padding: 2rem 2rem 1.437rem;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 1.25rem;
}

header i {
    width: 1.125rem
}

.head {
    width: 65%;
}

.logo {
    width: auto
}

.details {
    display: flex;
    align-items: flex-start;
    column-gap: 1.25rem;
    border-bottom: dotted 2px #000;
}

.details p {
    margin: 0 0 1.875rem
}

.details i {
    color: #00aaad
}

article {
    padding: 0 2rem
}

article>img {
    display: block;
}

.kontakt {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1.875rem 1.25rem 1.25rem;
}

.kontakt aside {
    width: 50%
}

.benefits {
    display: flex;
    column-gap: 1.25rem;
    align-items: flex-start;
}

.benefits section {
    padding: 0
}

aside {
    display: flex;
    column-gap: 1.562rem;
    align-items: flex-start;
}

a.apply {
    background: #00aaad;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    border: solid 0.125rem #00aaad;
    padding: 0.7rem 2rem;
    display: block;
    width: 14.375rem;
    margin: 0 auto 1rem;
}

a.apply:hover {
    background: #008588;
    border: solid 0.125rem #008588;
}

section:nth-of-type(2n+1) {
    background: #F2F0E9
}

section,
footer {
    margin: 0 0 0.5rem;
    padding: 1rem 1.5rem;
    background: #fff;
}

footer {
    text-align: center;
    margin: 1rem 2rem;
    background: #F2F0E9
}

footer p {
    margin: 0
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
    margin: 0 0 .5rem;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul li:before {
        line-height: 1.1
    }

    h1 {
        font-size: 1.562rem;
        margin: 0 0 .625rem;
    }

    h2 {
        font-size: 1.562rem
    }

    article {
        padding: 0 1rem;
    }

    header,
    .kontakt,
    section,
    footer {
        padding: 1rem;
    }

    aside {
        column-gap: 1.25rem;
    }

    .apply {
        margin: 1rem auto;
    }
}

@media only screen and (max-width: 45.625rem) {
    header {
        flex-direction: column;
        align-items: center;
        column-gap: .625rem
    }

    :is(a:link, a:visited, a:active) {
        white-space: normal;
    }

    .head {
        width: 100%;
    }

    .logo {
        width: auto;
        margin: 0 0 .625rem;
    }

    header p {
        text-align: center
    }

    h1 {
        margin: 0 0 1rem;
        font-size: 1.25rem;
        text-align: center;
    }

    h1 span {
        font-size: 1rem;
    }

    h2 {
        font-size: 1.375rem;
    }

    h3 {
        margin: 0 0 .312rem
    }

    .details {
        align-items: center;
        justify-content: center
    }

    .kontakt i {
        width: 3.437rem
    }
}

@media only screen and (max-width: 34.062rem) {
    h2 {
        font-size: 1.25rem;
        line-height: 1.3
    }

    h2 span {
        font-size: 1rem
    }

    .details {
        flex-direction: column;
        border-bottom: none
    }

    .details p {
        margin: 0 0 1rem
    }

    article .fa-location-dot {
        margin-left: 1rem
    }

    .benefits {
        flex-direction: column;
        align-items: center
    }

    .benefits i {
        margin: 0 0 .625rem;
        width: auto
    }

    .benefits h4 {
        text-align: center
    }

    .kontakt {
        flex-direction: column;
    }

    .kontakt,
    aside {
        align-items: center
    }

    aside {
        flex-direction: column;
    }

    .kontakt p,
    .kontakt h4,
    .benefits p {
        text-align: center
    }
}

@media only screen and (max-width: 30rem) {
    h1 {
        font-size: 1.125rem
    }

    h1 span {
        font-size: .875rem
    }

    h3 {
        font-size: 1rem
    }

    ul li {
        padding-left: 1rem
    }
}