@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');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: 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');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 16px;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 20%);
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 1.5em;
    line-height: 1.2;
    margin: 0.875rem 0;
}

p {
    margin: 1rem 0;
}

span {
    white-space: nowrap
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1rem;
    line-height: 1.7;
}

header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    background: #fff;
    padding: 2.375rem 2.375rem 0.5rem;
    margin-bottom: .5rem;
}

header div {
    width: 75%
}

.info {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.info :is(.fas, .far) {
    margin-right: 0.3rem;
}

.banner {
    margin: 0 auto;
    display: flex;
}

article {
    padding: 1rem 2.375rem 0.5rem;
}

.white,
.color {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.color {
    background-color: #000;
}

.color :is(h3, p, ul) {
    color: #fff;
}

.kontakt {
    display: flex;
    flex-direction: column;
}

a.button {
    display: block;
    width: fit-content;
    background-color: #E1C348;
    color: #fff;
    padding: 0.6rem 1.5rem;
    font-weight: 700;
    margin: 1rem auto 0;
    text-align: center
}

.img {
    display: flex;
    justify-content: right;
    margin-top: 1rem;
}

footer {
    background-color: #000;
    padding: 1rem;
}

footer p {
    color: #fff;
    margin: 0;
    text-align: center;
}

@media only screen and (max-width: 49.937rem) {
    #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
    }

    ul,
    .margin {
        margin: 0
    }

    h1 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
        margin: 0 0 0.875rem;
    }

    header {
        padding: 1rem 1rem 0;
    }

    .white,
    .color {
        padding: 1rem;
    }

    article {
        padding: 1rem 0 0;
    }
}

@media only screen and (max-width: 48rem) {
    header {
        flex-direction: column-reverse;
        align-items: center
    }

    header div {
        width: 100%
    }

    h1 {
        text-align: center;
        margin: 0 0 1rem
    }

    .info {
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 41.25rem) {
    .img {
        justify-content: center;
        margin: 1rem auto;
    }
}

@media only screen and (max-width: 30rem) {
    header {
        padding: 1rem 0;
    }

    h1 {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 23.5rem) {
    .info p {
        margin: 0;
    }

    a.button {
        width: 100%;
    }
}
