@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v24-latin-300.eot');
    src: url('../fonts/lato-v24-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v24-latin-300.woff2') format('woff2'), url('../fonts/lato-v24-latin-300.woff') format('woff'), url('../fonts/lato-v24-latin-300.ttf') format('truetype'), url('../fonts/lato-v24-latin-300.svg#Lato') format('svg');
}

@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');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #707070;
    font-family: "Lato", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:active) {
    color: #e4007b;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    color: #707070;
}

p {
    margin: 0 0 .625rem;
}

span {
    color: #e4007b;
}

h1 {
    background: #e4007b;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 16px;
    margin: 0 0 20px
}

h1 i {
    margin: 0 10px 0 0;
    font-size: 22px
}

h2 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1;
}

h2 span {
    color: #e4007b;
    font-size: 16px
}

h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #e4007b;
}

h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin: 20px 0;
}

h4 span {
    font-size: 16px
}

h5 {
    color: #e4007b;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center
}

h6 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.left h6 {
    margin: 0 0 15px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    padding-left: 1.125rem;
    margin: 0 0 .312rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -18px;
    font-size: 12px;
    line-height: 1.9;
}

.circle {
    margin: 0;
    padding: 0;
    list-style: none;
}

.circle li {
    padding: 0 0 0 1.05rem;
}

.circle li:before {
    content: "";
    border: solid 1px #000000;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    top: .562rem;
    margin: 0 0 0 -1.25rem;
}

article {
    padding: 30px;
}

.flex {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    padding: 30px 0
}

.flex p {
    margin: 0 0 20px
}

.flex .left {
    width: 60%
}

.flex .right {
    width: 40%
}

a.btn {
    color: #FFFFFF;
    background-color: #707070;
    transition: all .3s;
    padding: 10px 24px;
    width: 400px;
    border: 1px solid #707070;
}

.btn:hover {
    background: white;
    border: 1px solid #e4007b;
    color: #e4007b;
}

.margin {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0 60px;
}

aside {
    display: flex;
    justify-content: space-between;
    text-align: center;
    column-gap: 20px;
}

section {
    width: 33.333%;
    margin: 0 0 10px
}

.karriere {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    text-align: center;
    margin: 0 0 20px
}

.bewerben img {
    margin: 30px 0
}

.social {
    display: flex;
    align-items: center
}

.icons a {
    display: flex
}

.icons img {
    margin: 0 0 15px
}

.justify_center {
    display: flex;
    justify-content: center;
}

.width {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    padding-left: 50px
}

.icons img {
    display: block
}

footer {
    padding: 50px;
    box-shadow: 0 -2px 7px rgba(113, 113, 133, 0.2);
    background: #F8F8F8;
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
}

.left {
    width: 25%
}

.left i {
    color: #707070;
    padding-right: 15px;
    margin: 10px 0;
    font-size: 17px
}

.left i:hover {
    color: #e4007b;
}

footer p {
    margin: 0 0 20px
}

footer .right p {
    margin: 0 0 5px
}

@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;
}

@media only screen and (max-width: 1159px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    footer {
        padding: 20px;
    }

    .left {
        width: 40%;
    }
}

@media only screen and (max-width: 800px) {

    .circle li {
        padding: 0 0 0 1.25rem;
    }

    article {
        padding: 1rem
    }

    .flex {
        padding: 0;
        display: block;
        text-align: center;
    }

    .flex .left {
        width: 100%;
    }

    .flex .right {
        width: 50%;
        margin: 0 auto 20px
    }

    .karriere,
    footer {
        display: block;
    }

    .social {
        margin: 0 auto;
        width: fit-content
    }

    .width {
        padding-left: 0;
        margin: 0
    }

    footer .right p {
        margin: 10px 0 20px;
    }
}

@media only screen and (max-width: 600px) {
    .flex .right {
        width: 100%
    }

    aside {
        display: block
    }

    section,
    footer .left {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {

    article {
        padding: 1rem 0
    }

    .margin {
        margin: 20px 0
    }
}

@media only screen and (max-width: 375px) {

    header,
    h1 {
        text-align: center
    }
}