
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin-regular.eot');
    src: url('../fonts/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v24-latin-regular.woff2') format('woff2'), url('../fonts/lato-v24-latin-regular.woff') format('woff'), url('../fonts/lato-v24-latin-regular.ttf') format('truetype'), url('../fonts/lato-v24-latin-regular.svg#Lato') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.eot');
    src: url('../fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v24-latin-700.woff2') format('woff2'), url('../fonts/lato-v24-latin-700.woff') format('woff'), url('../fonts/lato-v24-latin-700.ttf') format('truetype'), url('../fonts/lato-v24-latin-700.svg#Lato') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Lato', Arial, sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    border: 1px #231F20 solid;
    max-width: 836px;
    background-color: #fff;
}

header {
    padding: 24px 30px;
    background: #F7F3EC;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

article {
    padding: 14px 30px 0;
}

.flex-box .column {
    width: 40%;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
}

.flex-box .column p {
    position: relative;
    padding: 0 0 5px 30px;
}

.flex-box .column p span {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    width: 30px;
}

.fa-color {
    color: #ff0321;
}

.slideshow {
    margin: 0 -30px 20px;
}

.slide {
    border: 0;
    position: relative;
}

.slide img {
    vertical-align: bottom;
}

@keyframes slidy {
    0% {
        opacity: 0;
    }

    11% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    44% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slide img:nth-of-type(1) {
    position: relative;
}

.slide img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    animation: slidy 12s linear 0s infinite normal forwards;
}

.slide img:nth-child(2) {
    animation-delay: 4s;
}

.slide img:nth-child(3) {
    animation-delay: 8s;
}

.infor {
    position: relative;
    padding: 10px 0 25px 112px;
}

.infor img {
    position: absolute;
    top: 0;
    left: 0;
}

.button-jetzt-bewerben {
    padding: 24px 30px;
}

.button-jetzt-bewerben a {
    display: inline-block;
    padding: 10px 20px;
    color: #FF0520 !important;
    box-shadow: 0 4px 6px rgba(74, 73, 73, 0.1);
    font-size: 18px;
    line-height: 22px;
}

.button-jetzt-bewerben a:hover {
    text-decoration: none;
    background: #FF0520;
    color: #fff !important;
}

.social {
    background: #F7F3EC;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
}

.social a {
    display: inline;
}

:is(h1, h2){
    font-weight: 700;
}

h1 {
    margin: 10px 0 14px;
    font-size: 34px;
    line-height: 40px;
    color: #ff0321;
}

h2 {
    font-size: 27px;
    line-height: 39px;
    padding: 0 0 18px;
    color: #ff0321;
}

p {
    padding-bottom: 23px;
}

:is(a:link, a:hover, a:visited, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle
}

ul {
    margin-bottom: 50px;
    list-style: none;
}

ul li {
    padding-left: 32px;
    position: relative
}

ul li:before {
    content: '\2022';
    position: absolute;
    top: -1px;
    left: 15px;
    color: #000;
    font: 400 24px/24px arial;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
    margin: 0 -30px;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media only screen and (max-width:835px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    article {
        padding: 1rem 1rem 0;
    }

    .iframe-wrapper {
        margin: 0 -16px;
    }

    .slideshow {
        margin: 0 -16px 20px;
    }

    span {
        white-space: nowrap;
    }

    :is(p, ul, h1, h2) {
        hyphens: auto;
        text-wrap: pretty;
    }
}

@media only screen and (max-width:550px) {
    header {
        display: flex;
        justify-content: center
    }

    .flex-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flex-box .column {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    h1 {
        font-size: 34px;
        line-height: 34px;
        text-align: center;
    }

    ul li:before {
        left: 0;
    }

    .button-jetzt-bewerben {
        text-align: center;
    }
}