@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: #48535E;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 54.375rem;
    margin: 1rem auto;
    padding: 1.5rem 2.375rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0.625rem rgb(0, 0, 0, 0.20);
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap
}

p:not(:last-of-type) {
    margin: 0 0 1rem;
}

.nowrap {
    white-space: nowrap;
}

ul {
    margin: 0 0 0 0.625rem;
    padding-bottom: 0.875rem;
    list-style: none;
}

li {
    padding: 0 0 0 1rem;
    line-height: 1.312rem
}

ul li:before {
    content: "\2022";
    font-size: 1.25rem;
    position: relative;
    display: block;
    float: left;
    line-height: 0.9;
    margin: 0 0 0 -1rem;
}

h1,
h3 {
    margin: 1rem 0;
}

h1 {
    font-size: 1.75rem;
}

.name {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
}

h3 {
    font-size: 1.75rem;
    color: #0F998E;
    text-align: center;
}

h4 {
    font-size: 1.312rem;
    color: #0F998E;
    margin: 0 0 1.125rem;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    background: #FFFFFF;
    column-gap: 2rem;
}

.title {
    width: 68%;
}

.teil {
    display: flex;
    column-gap: 1rem;
}

.teil p {
    margin: 0;
}

.image {
    margin: 1rem 0;
}

section {
    position: relative;
    padding: 1rem 1.25rem;
}

.color {
    background: #EFF0F1;
    margin: 0 0 1rem;
}

.color:has(ul) {
    padding-bottom: 0;
}

.color :is(p, ul) {
    color: #48535E;
}

.button_container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0 0 1.25rem;
}

.logo {
    align-self: flex-end;
}

a.button {
    color: #fff;
    background: #E1C348;
    line-height: 1.2;
    width: 10rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

@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;
}

footer p {
    text-align: center;
    margin: 0;
}

.iframe-wrapper {
    width: 100%;
    margin: 1rem 0;
    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: 54.312rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .logo {
        align-self: center;
    }
}

@media only screen and (max-width: 50rem) {
    #wrapper {
        padding: 1rem;
    }

    span {
        white-space: nowrap;
    }

    header {
        padding: 1rem;
    }

    .image {
        margin: 0;
    }

    ul {
        padding: 0;
        margin: 0;
    }

    .color:has(ul) {
        padding-bottom: 1rem;
    }

    .color {
        padding: 1rem;
        margin: 0;
    }

    .title {
        width: fit-content
    }

    h3 {
        font-size: 1.375rem;
    }

    .logo {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 43.75rem) {
    .logo-top {
        position: static;
        display: flex;
        justify-content: center;
        padding: 0 0 1rem;
    }

    h1 {
        font-size: 1.6rem;
    }

    h1,
    .teil p {
        text-align: center;
    }

    p .name {
        display: flex;
        justify-content: center;
    }

    header {
        display: block;
    }

    .title {
        width: 100%;
    }

    .teil {
        justify-content: center;
        flex-wrap: wrap;
    }

    section {
        padding: 1rem;
    }

    .button_container {
        gap: 1rem;
    }
}

@media only screen and (max-width: 23.4375rem) {
    a.button {
        width: 100%;
    }
}