@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}

@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: #000;
    font-family: 'Roboto Condensed', "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

h1 {
    text-align: left;
    font-size: 2.062rem;
    line-height: 1.1;
    margin: 0 0 1.375rem;
    color: #2F4D65;
}

h2 {
    font-weight: normal;
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

a {
    white-space: nowrap;
    color: #2F4D65;
    text-decoration: none;
}

.link:hover {
    color: #FFD300;
    text-decoration: underline
}

p {
    margin: 0 0 .875rem;
}

ul {
    list-style: none;
    margin: 0 0 .875rem;
    padding: 0;
}

ul li {
    padding-left: 2.187rem
}

ul li:before {
    content: "\25A0";
    float: left;
    margin-left: -1.375rem;
    font-size: .875rem;
    line-height: 1.2;
    color: #FFD300;
}

header {
    padding: .312rem 0 .625rem
}

article {
    padding: 2.5rem 0 .625rem
}

.bewerben {
    font-family: 'Roboto', "Arial";
    background-color: #2F4D65;
    display: block;
    font-size: 1.062rem;
    line-height: 1.231;
    margin: 1.25rem 0;
    color: #fff;
    padding: .625rem 1.312rem;
    border: 2px solid #2F4D65;
    width: 14.375rem;
}

.bewerben:hover {
    background-color: #fff;
    color: #2F4D65;
}

footer {
    background: #F1F1F1;
    padding: 1.875rem 0 1.25rem;
}

footer section {
    max-width: 50rem;
    display: block;
    margin: 0 auto
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    30% {
        left: 0%;
    }

    33% {
        left: -100%;
    }

    64% {
        left: -100%;
    }

    67% {
        left: -200%;
    }

    97% {
        left: -200%;
    }

    100% {
        left: -300%;
    }
}

.slider {
    overflow: hidden;
}

.slider figure {
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 18s slidy infinite;
}

figure img {
    width: 25%;
    float: left;
}

.iframe-wrapper {
    width: 73%;
    position: relative;
    padding-bottom: 50%;
    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: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    header {
        padding: 16px;
    }

    article {
        padding: 1rem 0 0
    }

    footer {
        text-align: center;
        padding: 1rem;
    }

    footer br,
    h1 br {
        display: block;
    }

    .iframe-wrapper {
        width: 100%;
    }

    br {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    header {
        display: flex;
        justify-content: center
    }

    h1 {
        font-size: 1.625rem;
        line-height: 1.3;
        text-align: center
    }

    h2 {
        font-size: 1.125rem;
    }

    ul li {
        padding-left: 1.562rem
    }
}
