@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #191919;
    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;
}
a.ins {
    color: #0563C1;
    text-decoration: underline;
}
p {
    margin: 0 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: #00b9ff
}

h1 {
    font-size: 1.375rem;
    margin: 0 0 1rem;
}

h2 {
    font-size: 1.75rem;
    margin: 2rem 0 1rem;
    color: #191919;
}

h3 {
    font-size: 1.187rem;
    margin-bottom: .625rem;
    color: #00b9ff
}

h4 {
    margin-bottom: 1.25rem;
    font-size: 1.187rem;
}

.kontakt {
    display: flex;
    align-items: flex-start;
    column-gap: 6.25rem;
}

.kontakt h4 {
    margin-bottom: .312rem
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 1.562rem;
}

aside {
    display: flex;
    column-gap: 1.562rem;
    align-items: flex-start;
}

.apply {
    background: #DAE8F8;
    font-size: 1.1rem;
    text-align: center;
    color: #2f71bc;
    padding: 0.7rem 2rem;
    display: block;
    width: 14.375rem;
    margin: 2rem auto 1rem;
    border: solid 0.125rem #DAE8F8;
}

.apply:hover {
    background: #2f71bc;
    color: #fff;
    border: solid 0.125rem #2f71bc;
}

header {
    padding: 2rem 2rem 1rem;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

section,
footer {
    margin: 0 0 0.5rem;
    padding: 1rem 1.5rem;
    background: #fff;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    display: block;
}

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%;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    14% {
        left: 0%;
    }

    17% {
        left: -100%;
    }

    30% {
        left: -100%;
    }

    33% {
        left: -200%;
    }

    47% {
        left: -200%;
    }

    50% {
        left: -300%;
    }

    64% {
        left: -300%;
    }

    67% {
        left: -400%;
    }

    80% {
        left: -400%;
    }

    83% {
        left: -500%;
    }

    97% {
        left: -500%;
    }

    100% {
        left: -600%;
    }
}

.slider {
    overflow: hidden;
}

.slider figure {
    position: relative;
    width: 700%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 36s slidy infinite;
}

figure img {
    width: 14.285714285714286%;
    float: left;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    body {
        font-size: .875rem
    }

    h1,
    h2 {
        font-size: 1.375rem;
        margin: .625rem 0
    }

    h3 {
        font-size: 1rem
    }

    header {
        text-align: center;
        padding: .625rem
    }

    aside,
    header {
        display: block;
    }

    .apply {
        margin: 1rem auto;
    }

    .logo {
        margin: .625rem auto;
        display: block;
        width: fit-content;
    }

    h1 {
        margin: .625rem 0;
    }
}

@media only screen and (max-width: 31.25rem) {

    .kontakt,
    .flex {
        display: block;
        text-align: center;
    }

    .fa-people-group,
    .fa-location-dot,
    .fa-file-pen {
        margin-bottom: .5rem
    }

    aside:last-of-type {
        margin-top: .937rem
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}