@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-display: swap;
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kalam-v16-latin-regular.eot');
    src: url('../fonts/kalam-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/kalam-v16-latin-regular.woff2') format('woff2'), url('../fonts/kalam-v16-latin-regular.woff') format('woff'), url('../fonts/kalam-v16-latin-regular.ttf') format('truetype'), url('../fonts/kalam-v16-latin-regular.svg#Kalam') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kalam-v16-latin-700.eot');
    src: url('../fonts/kalam-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/kalam-v16-latin-700.woff') format('woff'), url('../fonts/kalam-v16-latin-700.ttf') format('truetype'), url('../fonts/kalam-v16-latin-700.svg#Kalam') format('svg');
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: .937rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.email,
.blau {
    color: #00E3E3;
}

.nowrap {
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 2.5rem;
    margin-bottom: 3px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.5rem;
    font-size: 1.35em;
    line-height: 1;
}

h1 {
    font-size: 1.562rem;
    margin: 0 0 5px;
}

h2 {
    font-size: 1.437rem;
    margin: 0 0 10px
}

.regular {
    font-weight: normal;
}

h1 small {
    font-size: 1rem;
    font-weight: normal;
}

.blue {
    color: #00E3E3;
}

h3 {
    margin-bottom: .625rem
}

header {
    padding: 0 0 1.25rem;
}

article,
footer {
    padding: .312rem 1.875rem;
}

.flex {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.25rem
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
    margin: 1rem 0
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font {
    font-family: "Kalam", Arial, sans-serif;
}

@media only screen and (max-width: 49.937rem) {
    body {
        text-align: left;
    }

    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    article {
        padding: 1rem .625rem;
    }

    header {
        margin-bottom: 0;
        padding: 0
    }

    footer {
        padding: 0 .625rem;
    }
}

@media only screen and (max-width: 28.125rem) {
    h1 {
        font-size: 1.312rem;
        line-height: 1.3;
        margin: 0 0 1rem
    }

    .flex {
        flex-direction: column;
        align-items: center;
        gap: 0
    }
}
