@charset "utf-8";
:root {
    --gruen: rgb(0, 150, 67);
    --blau: rgb(0, 180, 225);
    --orange: rgb(253, 81, 8);
    --gold: rgb(207, 140, 6);
    --breite: 1240px;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    /*font-style: normal;
    font-weight: 300;*/
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: url(../pics/background.jpg);
    background-color: #faf6e0;
    background-attachment: fixed;
    background-size: cover;
    font-size: 1.25em;
    font-family: 'Roboto', Verdana, Arial, sans-serif;
    color: #36393a;
}

#Seitenanfang {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 3em;
    color: var(--blau);
    z-index: 999;
    display: none;
}

#Seitenanfang a,
#Seitenanf a {
    opacity: 0.3;
    transition: color 1s, opacity 1s;
}

#Seitenanfang a:hover,
#Seitenanf a:hover {
    color: var(--gold);
    opacity: 0.6;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--blau);
    font-weight: bold;
}

a:hover {
    opacity: 0.6;
}

.float_left {
    float: left;
    margin-right: 0.6em;
    margin-bottom: 0.6em;
}

.clear_both {
    clear: both;
}

#sprache {
    text-align: center;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    max-width: var(--breite);
    margin-top: 20px;
}

#picBanner {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
}

#banner {
    position: relative;
    text-align: center;
}

#main {
    margin-top: 32px;
    padding: 6px 36px 12px 36px;
    line-height: 1.7em;
    background-color: rgba(255, 255, 255, 0.85);
    border: 3px solid #ccc;
}

#main img {
    max-width: 100%;
}

#main h3 {
    margin-top: 1.5em;
    margin-bottom: 0;
    color: var(--gold);
    font-size: 1.4em;
}

#main h4 {
    margin-top: 0;
    margin-bottom: 0.6em;
    font-size: 0.8em;
    font-weight: bold;
}

#main p {
    margin-bottom: 16px;
}

#vorwort {
    margin-top: 48px;
    margin-bottom: 64px;
}

.margin_top {
    margin-top: 36px;
}

h1 {
    margin-top: 48px;
    margin-bottom: 32px;
    font-weight: 900;
    color: var(--blau);
}

h2 {
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: 900;
    color: var(--blau);
}

.clearboth {
    clear: both;
}

#main ol,
#main ul {
    margin-left: 36px;
    margin-top: 14px;
}

#main h5 {
    color: var(--orange);
}

.hervor {
    font-style: italic;
    font-weight: bold;
}

.zentriert {
    text-align: center;
}

.rot,
a .rot {
    color: var(--orange);
}

.blau {
    color: var(--blau);
    font-weight: bold;
}

.gruen {
    color: var(--gruen);
    font-weight: bold;
}

.orange {
    color: var(--orange);
    font-weight: bold;
}

.bold,
.fett {
    font-weight: bold;
}

.klein {
    font-size: 0.8em;
    line-height: 1.1em;
}

p.klein {
    margin-bottom: 6px;
}

.datum {
    text-align: right;
}

#footer {
    text-align: center;
}

#footer img {
    width: 100%;
}

#footer #glueck img {
    width: 400px;
    height: auto;
    margin-top: 64px;
    margin-bottom: 64px;
}
.wichtig {
    border-left: 18px solid var(--blau);
    padding-left: 12px;
}

#malad {
    text-align: center;
    font-size: 0.66em;
    margin-top: 36px;
}

#malad a {
    color: #666;
    font-weight: normal;
}

@media (max-width: 1260px) {
    #wrapper {
        display: block;
        max-width: 100%;
        width: 100%;
    }
    #banner {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    #main {
        display: block;
        padding: 6px 8px 6px 8px;
    }
    #footer {
        width: 100%;
    }
    #footer img {
        width: 100%;
    }
    #hinweispfeil {
        display: none;
    }
    .klein {
        font-size: 0.9em;
        line-height: 1.2em;
    }
}

@media (max-width: 850px) {
    body {
        font-size: 1.2em;
    }
}

@media (max-width: 700px) {
    body {
        font-size: 1em;
    }
}

@media (max-width: 670px) {
    video {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 430px) {
    #footer #glueck img {
        width: 100%;
        height: auto;
    }
    #roteRose img {
        width: 50%;
        height: auto;
    }
}