@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #333;
}

#wrapper {
    margin: 1rem auto;
    max-width: 774px;
    background: #fff;
    border: solid thin #cbcbcb;
}

header {
    padding: 16px 27px 0;
}

.logo-klostermann-hamm {
    margin: 0 -27px 2px 0;
}

.slide-klostermann-hamm {
    margin: 20px 0;
}

.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;
}

article {
    padding: 11px 27px 16px;
    position: relative;
}

.info {
    padding: 0 1rem;
}

.text-center {
    text-align: center;
}

.margin-bottom {
    margin-bottom: 0;
}

.margin {
    margin-right: 195px;
}

.button {
    width: 283px;
    height: 62px;
    line-height: 62px;
    display: block;
    border: none;
    background: #fcdb01;
    margin: 28px auto;
    text-align: center;
    border-radius: 27px;
    font-size: 24px;
}

.position {
    position: absolute;
    right: 0;
    top: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.position p {
    margin-top: 10px;
}

.padding {
    padding-left: 49px;
}

:is(h1, h2, h3, h4, strong) {
    font-weight: 700;
}

:is(h1, h2, h3, h4) {
    line-height: 1.2;
}

h1 {
    font-size: 27px;
    margin: 0 0 10px;
}

h2 {
    font-size: 29px;
    color: #fed700;
}

h2 span {
    color: #333;
}

h3 {
    font-size: 23px;
    margin: 0 0 17px -27px;
    padding: 12px 12px 12px 111px;
    background: #fcdb01;
    display: inline-block;
    width: 314px;
    border-radius: 0 25px 25px 0;
    font-weight: 400;
}

h4 {
    font-size: 29px;
    margin-top: 30px;
}

p {
    margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 36px 15px;
}

ul li {
    list-style: none;
    text-indent: -15px;
}

ul li:before {
    font-size: 24px;
    margin-right: 15px;
    position: relative;
    top: -1px;
    float: left;
    content: "\2022";
}

footer {
    background: #fcdb00;
}

footer img {
    display: block;
}

iframe {
    border: none;
    height: 400px;
    width: 100%;
    display: block;
}

@media screen and (max-width: 773px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(h1, h2, h3, h4, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    br:not(br.mobile-block) {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .position {
        position: static;
        display: flex;
        flex-direction: unset;
        margin: 20px auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .position p {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    iframe {
        height: 300px;
    }

    h3 {
        padding-left: 28px !important;
    }

    .margin {
        margin-right: 0;
    }

    .link {
        white-space: normal !important;
    } }