@font-face {
    font-family: 'Geograph';
    src: url('../fonts/Geograph-Black.woff2') format('woff2'),
        url('../fonts/Geograph-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geograph';
    src: url('Geograph-Regular.woff2') format('woff2'),
        url('Geograph-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --rot: #a9342c;
    --hellrot: #edb7a7;
    --gruen: #48762e;
    --hellgruen: #73a83b;
    --beige: #eee2be;
    --blau: #526280;
    --weiss: #FFF;
}


body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--hellgruen);
}

p {
    font-family: "Geograph", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0px 0px 20px 0px;
}

h1 {
    font-family: "Geograph", sans-serif;
    font-weight: 900;
    font-size: clamp(42px, 12vw, 90px);
    line-height: 1.1em;
    color: var(--weiss);
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    margin: 0px;
    text-shadow: 0px 0px 10px #0008;
}

h2 {
    font-family: "Geograph", sans-serif;
    font-weight: 900;
    font-size: 42px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1.20em;
    text-align: center;
    margin: 10px auto 40px;
}

h3 {
    font-family: "Geograph", sans-serif;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0px;
    text-align: center;
}

a,
a:hover,
a:active,
a:link,
a:visited {
    text-decoration: underline;
    outline: none;
    font-size: 18px;
    color: var(--rot);
}

hr {
    border: none;
    height: 1px;
    background-color: var(--rot);
    margin: 60px 0 0;
}

ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

ul {
    margin-left: -20px;
}

/* ----------------------------------------------------------- */
.text_red {
    color: var(--rot);
}

.text_green {
    color: var(--gruen);
}

.text_beige {
    color: var(--beige);
}

.text_white {
    color: var(--weiss);
}

.container {
    padding: 0px;
    position: relative;
}

.row {
    margin: 0px;
}

.container-fluid.keyvisual {
    position: relative;
    padding: 0;
    height: 540px;
    background: linear-gradient(to top, #0009 0%, #0009 20%, #0000 60%), url('../img/keyvisual.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.container-fluid.keyvisual h1 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.container-fluid.gruen {
    background-color: var(--gruen);
    height: 100px;
}

.container-fluid.gruen img.logo {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    max-width: 160px;
}

.container-fluid.formular {
    background-color: var(--beige);
}

.aufmacher {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.waldkicker01 {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.waldkicker01 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    max-width: 540px;
    margin: auto;
    display: block;
}

div.beigebox {
    background-color: var(--beige);
    padding: 30px;
    color: var(--rot);
    border-radius: 8px;
}

div.beigebox p {
    font-size: 18px;
    margin-bottom: 20px;
}

div.beigebox .textleft {
    text-align: left;
    font-size: 18px;
}

.bild img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 500px;
}

.container-fluid.teilnehmer {
    background-color: var(--hellrot);
    padding: 0px;
}

.einleitungstext {
    max-width: 900px;
    margin: auto;
}

.einleitungstext p {
    font-size: 24px;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 60px;
}

.einleitungstext p span {
    font-weight: 900;
}

.margin_bottom80 {
    margin-bottom: 80px !important;
}

.margin_bottom20 {
    margin-bottom: 20px !important;
}

.margin_top0 {
    margin-top: 0px !important;
}

/* ----------- footer ----------- */
.container.footer {
    box-shadow: 0px 0px 0px #0000;
}

.footer {
    background: var(--gruen);
    padding: 20px;
    display: grid;
    justify-content: center;
}

.footer .content {
    margin: 20px auto;
}

.footer .row {
    max-width: 1000px;
}

.footer a {
    font-family: "Geograph", sans-serif;
    color: var(--weiss);
    font-size: 14px;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

.footertext p,
.footerrechtstext p {
    font-family: "Geograph", sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: var(--weiss);
    font-size: 12px;
    line-height: 16px;
}

.footerrechtstext {
    text-align: right;
}

@media (max-width:767px) {
    .footerrechtstext {
        text-align: left;
    }
}

.footertext p.teilnahme {
    font-size: 14px;
    margin-top: 15px;
}

.linkespalte {
    padding-right: 20px;
    padding-left: 0px;
}

.rechtespalte {
    padding-left: 20px;
    padding-right: 0px;
}

.mittig {
    padding-right: 50px;
    padding-left: 50px;
}

@media (max-width:992px) {

    .linkespalte,
    .rechtespalte,
    .mittig {
        padding-right: 20px;
        padding-left: 20px;
    }
}


/* ************** Media Querry +++++++++++++++++ */

@media (min-width: 1200px) {
    .container {
        width: calc(100% - 80px) !important;
        max-width: 1360px !important;
    }
}

@media(max-width:1439px) {
    .container {
        margin: 0px 40px;
    }

    form {
        margin: 0px 40px 40px;
        width: calc(100% - 80px);
        max-width: none;
        z-index: 20;
    }

    .kissabel_logo img {
        right: -170px;
    }

    .footer .row {
        max-width: none;
    }
}

@media (max-width: 1200px) {

    body,
    html {
        background-position: left top 0px, right bottom 160px;
        background-size: 100%, 100%;
    }

    .rechtespalte {
        margin-top: 0px;
    }

    textarea {
        height: 260px;
    }
}

@media (max-width: 1060px) {
    .container-fluid.buehne .container {
        margin: 0px auto;
    }
}

@media (max-width: 992px) {

    .rechtespalte {
        margin-top: 40px;
    }

    div.beigebox {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-bottom: 0px;
    }

    .container-fluid.keyvisual {
        height: 400px;
    }

    .container.footer {
        width: 100% !important;
        margin: 0px;
    }

    h2 {
        margin: 0px auto 40px;
    }

    .headline2 {
        padding: 0px 20px !important;
    }

    .headline {
        margin-right: 20px;
    }

    .headerlinks {
        padding: 0px;
    }

    .aufmacher {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        justify-items: center;
    }

    .headline img {
        max-width: 600px;
    }

    .gewinn {
        margin-top: 40px;
    }

    form {
        margin: 0px;
        width: 100%;
    }

    h2 {
        font-size: 26px;
        text-align: center;
    }

    h3 {
        text-align: center;
    }

    .mittig p {
        text-align: center;
    }

    .checkboxen {
        margin-top: 20px;
    }
}

/* ----------- layer danke ----------- */

.layer-danke {
    z-index: 1000;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fbbb00ee;
    ;
    color: #ffffff;
    text-align: center;
    padding: 20vh 5vh 0;
}


/* ---- Danke-Seite ----*/

.danke {
    width: 100%;
    max-width: 850px;
    margin: auto;
}

.danke h2 {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
    margin: 40px 0px 40px;
}

.danke p {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.4em;
    white-space: normal;
    margin: 0px 0px 120px;
}
