/* RecoletaAlt-Bold - latin */
@font-face {
    font-family: 'RecoletaAlt-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/RecoletaAlt-Bold.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/RecoletaAlt-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/RecoletaAlt-Bold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/RecoletaAlt-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/RecoletaAlt-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/RecoletaAlt-Bold.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* PlutoSansCondRegular - latin */
@font-face {
    font-family: 'PlutoSansCondRegular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/PlutoSansCondRegular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/PlutoSansCondRegular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/PlutoSansCondRegular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/PlutoSansCondRegular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/PlutoSansCondRegular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/PlutoSansCondRegular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}


:root {
    --primary: #005d2f;
    --secondary: #e9f0ca;
    --hellgruen: #c5d97a;
    --akzent: #ffd100;
    --link: #005d2f;
    --text: #005d2f;
    --footer: #005d2f;
    --trenner: #005d2f;
    --white: #FFF;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: manual;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    line-height: 1.2em;
    outline: none !important;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: 24px;
    font-family: 'PlutoSansCondRegular', sans-serif;
    font-weight: 400;
    color: var(--text);
    background-color: var(--primary);
}

h1,
h2,
h3 {
    font-size: 56px;
    font-family: 'RecoletaAlt-Bold', serif;
    text-align: center;
    line-height: 1.1em;
}

h1 span {
    font-size: 36px;
    line-height: 1.2em;
    display: block;
    margin-top: 10px;
}

h2 {
    font-size: 44px;
    text-align: left;
}

p,
ul,
ol {
    font-size: 24px;
    font-family: 'PlutoSansCondRegular', sans-serif;
    font-weight: 400;
    color: var(--text);
    text-align: left;
    line-height: 140%;
}

ul,
ol {
    line-height: 170%;
}

a {
    font-family: 'PlutoSansCondRegular', sans-serif;
    font-weight: 400;
    color: var(--link);
    text-decoration: none !important;
    letter-spacing: 0.4px;
}

small.description a {
    text-decoration: underline !important;
}

a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none !important;
    color: var(--link);
    outline: none !important;
}

hr {
    border: none;
    height: 6px;
    width: 250px;
    margin: 100px auto;
    background: var(--primary)
}


/* +++++++++++++++++ Layout +++++++++++++++++ */
.wrapper {
    background-color: var(--secondary);
    background-image: url(../img/bg_advent_01.png);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: top center;
    margin: 40px auto 0px;
    max-width: 1280px;
    border-radius: 12px;
    overflow: hidden;
}

section {
    margin: 0px;
    padding: 40px 0px
}

.content {
    position: relative;
    display: grid;
    width: calc(100% - 200px);
    max-width: 1000px;
    margin: auto;
    padding: 0px;
}

.content.backgound_gruen {
    background-color: var(--hellgruen);
    border-radius: 12px;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 60px 60px 50px;
}

.registrierung.content.backgound_gruen {
    margin-top: 40px;
}

.paddingtop_0 {
    padding-top: 0px;
}

/* +++++++++++++++++ Content +++++++++++++++++ */

.logo {
    width: 240px;
    height: 240px;
    margin: auto;
}

.headline {
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-gap: 40px;
    align-items: center;
}

section.registrierung {
    padding-bottom: 220px;
}

section.start .content {
    position: relative;
}

section.start .content.backgound_gruen {
    margin-bottom: 220px;
}

section.impressum {
    background-image: url(../img/bg04.png);
    background-size: 100%;
    background-repeat: repeat-y;
    padding-top: 80px;
    padding-bottom: 80px;
}

section.impressum p,
section.impressum ul li {
    font-size: 20px;
    line-height: 1.2em;
}

section.impressum a {
    font-size: 20px;
    line-height: 1.2em;
    color: var(--text);
    text-decoration: underline !important;
}

section.impressum h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
}

section.impressum ul {
    padding-left: 20px;
}

.wpum-template.wpum-form.wpum-password-recovery-form p {
    text-align: center;
}

.wpum-template.wpum-form.wpum-password-recovery-form form {
    margin-top: 40px;
    display: grid;
    justify-items: center;
}

.passwort_vergessen {
    max-width: 800px;
}

.passwort_vergessen .wpum-action-links li:first-child {
    text-align: center;
    margin-top: 40px;
}

.passwort_vergessen .wpum-action-links li:first-child a {
    display: block;
}

.passwort_vergessen .wpum-action-links li:nth-child(2) {
    background-color: var(--hellgruen);
    margin-top: 80px;
}

.registrierung h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: var(--primary);
    color: var(--white);
    width: 30px;
    height: 30px;
    padding-top: 2px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    transition: .5s;
}

.close-btn:hover {
    transform: rotate(90deg);
    transition: .5s;
}


.wpum-already-logged-in.wpum-message.info p {
    text-align: center;
}

.content.passwort_vergessen .wpum-message.error {
    width: 100%;
}

.wpum-message.success {
    background-color: var(--akzent) !important;
    border: none !important;
    color: var(--primary) !important;
}

#hinweis input[type="submit"] {
    display: block !important;
    margin: 20px auto 0 !important;
}

#snowCanvas {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    /* Safari Bugfix: verhindert zusätzliche "Whitespace-Box" */
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

/* +++++++++++++++++ Formulare +++++++++++++++++ */

section.formular {
    padding: 0px;
    padding-bottom: 40px;
}

section.formular .content {
    background-color: var(--hellgruen);
    width: calc(100% - 200px);
    max-width: 1080px;
    border-radius: 10px !important;
}

section.formular.umfrage_ohne_kontaktformular .content {
    background-color: var(--secondary);
}

section.formular {
    background-image: url(../img/bg06_left.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

section.formular.umfrage_ohne_kontaktformular {
    background-image: none;
}

.dunkelgruen {
    background-color: var(--primary) !important;
    padding: 40px !important;
    background-color: var(--primary) !important;
    border: 4px solid var(--white) !important;
    border-right: none !important;
    color: var(--white) !important;
    margin-top: -20px !important;
}

.dunkelgruen label {
    color: var(--white) !important;
}

.dunkelgruen.oben {
    border-top-left-radius: 20px !important;
    border-bottom: none !important;
}

.dunkelgruen.unten {
    background-image: url(../img/Saft-o-meter.gif) !important;
    background-size: 34% !important;
    background-repeat: no-repeat !important;
    background-position: right 100px bottom 30px !important;
    border-bottom-left-radius: 20px !important;
    border-top: none !important;
}

.dunkelgruen.unten ul {
    width: 50% !important;
}

.dunkelgruen p,
.dunkelgruen.oben p {
    color: var(--white) !important;
    font-size: 30px !important;
}

.dunkelgruen h2 {
    color: var(--white) !important;
    font-size: 44px !important;
}

.dunkelgruen.unten label {
    font-family: 'RecoletaAlt-Bold', serif;
    color: var(--white) !important;
    font-size: 28px !important;
}

.teilnahmeformular_text {
    padding-top: 40px !important;
    padding-left: 40px !important;
}

#wpum-submit-registration-form {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-row-gap: 10px;
}

#wpum-submit-registration-form fieldset {
    flex-basis: calc(50% - 20px);
}

#wpum-submit-registration-form fieldset.fieldset-terms,
#wpum-submit-registration-form fieldset.fieldset-privacy,
#wpum-submit-registration-form input {
    flex-basis: 100%;
}

.wpum-message {
    text-shadow: none !important;
}

.wpum-message.error,
.wpum-already-logged-in.wpum-message.info {
    background-color: var(--akzent) !important;
    border: none !important;
    width: 60%;
    border-radius: 12px;
}

.wpum-already-logged-in.wpum-message.info {
    background-color: var(--secondary) !important;
    padding: 15px 20px;
}

.registrierung .wpum-message.error {
    width: 100%;
}

.wpum-already-logged-in.wpum-message.info a {
    display: block;
    padding: 5px 10px;
    background-color: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
    border-radius: 12px;
    text-align: center;
    width: 100%;
    margin: 15px auto 10px;
    transition: .3s;
}

.wpum-already-logged-in.wpum-message.info a:nth-child(2) {
    background-color: var(--secondary);
    border: none;
    max-width: 140px;
    font-size: 18px;
    color: var(--primary);
    margin-top: 10px;
}

.wpum-already-logged-in.wpum-message.info a:hover {
    background-color: var(--akzent);
    color: var(--primary);
    transition: .3s;
}

a.ausloggen {
    border: 1px solid var(--primary);
    border-radius: 12px;
    padding: 5px 10px;
    margin: 30px auto 0;
    width: 160px;
    text-align: center;
    font-size: 16px;
}

/* +++++++++++++++++ Formular +++++++++++++++++ */

input[type="text"],
input[type="email"],
input[type="password"],
select {
    border: 1px solid var(--primary) !important;
    border-radius: 5px !important;
    display: inline-block !important;
    width: 100% !important;
    max-width: 500px;
    padding: 5px 5px;
    margin-top: 5px;
    font-size: 18px;
}


/* remove standard-styles */
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
}

input[type="submit"] {
    color: var(--white) !important;
    font-family: 'RecoletaAlt-Bold', serif !important;
    font-size: 24px !important;
    line-height: 110% !important;
    text-align: center !important;
    padding: 10px 40px !important;
    margin: 0px 0px 20px 0px !important;
    background-color: var(--primary) !important;
    border: 2px solid var(--white) !important;
    border-radius: 10px !important;
    max-width: 320px;
    cursor: pointer;
    transition: .3s !important;
}

input[type="submit"]:hover {
    background-color: var(--akzent) !important;
    color: var(--primary) !important;
    transition: .3s !important;
}

.formular p,
.teilnahmebedingungen a {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--primary) !important;
}

.wpum-form .wpum-required {
    color: var(--primary) !important;
}

ul.wpum-action-links {
    margin-top: -20px;
}

ul.wpum-action-links li:first-child a {
    font-size: 16px;
    color: var(--primary);
}

ul.wpum-action-links li:nth-child(2) {
    font-family: 'RecoletaAlt-Bold', serif;
    font-size: 34px;
    text-align: center;
    margin-top: 90px;
    background-color: var(--hellgruen);
    padding: 20px;
    border-radius: 12px;
    position: absolute;
    width: 100%;
    margin-left: -60px;
}

ul.wpum-action-links li:nth-child(2) a {
    display: block;
    color: var(--white) !important;
    font-family: 'RecoletaAlt-Bold', serif !important;
    font-size: 24px !important;
    line-height: 110% !important;
    text-align: center !important;
    padding: 10px 40px !important;
    margin: 20px auto 10px !important;
    background-color: var(--primary) !important;
    border: 2px solid var(--white);
    border-radius: 10px !important;
    max-width: 320px;
    cursor: pointer;
    transition: .3s !important;
}

ul.wpum-action-links li:nth-child(2) a:hover {
    background-color: var(--akzent) !important;
    color: var(--primary) !important;
    transition: .3s !important;
}

/* +++++++++++++++++ ANFANG checkboxen +++++++++++++++++ */

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid var(--primary);
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin: 0;
    margin-right: 5px;
    padding: 0;
}

/* Wenn angehakt */
input[type="checkbox"]:checked {
    background-color: #fff;
}

/* Optional: Häkchen einfügen */
input[type="checkbox"]:checked::after {
    content: "✔";
    color: var(--primary);
    font-size: 16px;
    position: absolute;
    top: -6px;
    left: 2px;
}

/* +++++++++++++++++ ENDE checkboxen / radiobutton +++++++++++++++++ */

.abstand_20px {
    margin-top: 0px !important;
    padding: 0px !important;
}

.abstand_40px {
    height: 20px !important;
    padding: 0px !important;
}

.teilnahmebedingungen p {
    font-size: 14px !important;
    margin: 0px !important;
    padding-top: 20px !important;
    border-top: 1px solid var(--primary) !important;
}

/* +++++++++++++++++ footer +++++++++++++++++ */

footer {
    width: calc(100% - 400px);
    max-width: 880px;
    margin: auto;
    margin-top: -80px;
    padding: 80px 200px 0px;
}

footer .content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    align-content: center;
    padding: 0px;
    width: 100%;
}

footer .content a,
footer .content p {
    font-size: 20px;
    color: var(--white);
    transition: .3s;
    margin: 0px;
}

footer .content a:hover {
    color: var(--akzent);
    transition: .3s;
}

footer .sm img {
    width: 25px;
    height: 25px;
}

.sm {
    display: grid;
    grid-template-columns: 40px 40px 40px;
    grid-gap: 20px;
    align-content: center;
}

.footernavi p {
    text-align: center;
}

.sm {
    justify-content: center;
}

.sm a {
    display: grid;
    justify-content: center;
    align-content: center;
    border: 2px solid var(--white);
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.sm a:hover {
    transform: scale(.85);
}

footer .fraeulein-website {
    display: grid;
    grid-template-columns: 25px 1fr;
    grid-gap: 5px;
    align-content: center;
    justify-self: center;
}

footer .fraeulein-website img {
    width: 25px;
    height: 25px;
}

/* +++++++++++++++++ Borlabs +++++++++++++++++  */

.BorlabsCookie ._brlbs-instagram {
    border: 0px solid #ffff !important;
    border-radius: 0px !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.BorlabsCookie ._brlbs-instagram a._brlbs-btn,
_brlbs-btn {
    background: #005d2f !important;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 8px !important;
    text-decoration: none !important;
}

.BorlabsCookie ._brlbs-instagram a._brlbs-btn:hover,
_brlbs-btn:hover {
    background: #ffd100 !important;
    color: #005d2f !important;
}

.BorlabsCookie ._brlbs-instagram {
    width: 100% !important;
    max-width: 100% !important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
    padding: 20px !important;
    background: #005d2f !important;
    border-radius: 10px;
}

._brlbs-caption a {
    color: #fff !important;
    text-decoration: underline !important;
}

._brlbs-thumbnail {
    width: 100% !important;
    border-radius: 10px !important;
    padding: 0px !important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
    margin-bottom: 0px !important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
    position: relative !important;
    top: 0px !important;
    margin-top: 80px;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
    margin-bottom: 0px !important;
    display: inline !important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before {
    background: none !important;
    width: 0px !important;
    height: 0px !important;
}

.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none !important;
    border-radius: 8px !important;
    border: 3px solid #fff;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before {
    background: none !important;
    margin-right: 0px !important;
    content: "" !important;
}

/* +++++++++++++++++ Media Query 1320px +++++++++++++++++ */

@media(max-width:1320px) {
    .wrapper {
        margin: 40px 20px 0;
    }
}

/* +++++++++++++++++ Media Query 1140px +++++++++++++++++ */

@media(max-width:1140px) {

    p,
    ul,
    ol {
        font-size: 24px;
    }

    section {
        padding: 40px 0px;
    }

    .content {
        width: calc(100% - 80px);
        padding: 0px 0px;
        max-width: 1040px;
    }

    .header_first {
        padding-left: 100px;
    }

    .start img.hauptgewinn {
        max-width: 240px;
        margin-right: -70px;
    }

    section.map img.deutschlandkarte {
        margin-left: -0px;
        width: calc(100%);
    }

    section.formular .content {
        width: calc(100% - 120px);
        max-width: 1040px;
    }

    footer {
        width: calc(100% - 200px);
        max-width: 940px;
        padding: 80px 100px 0px;
    }

    section.button .content a.button {
        color: var(--white);
        font-family: 'RecoletaAlt-Bold', serif;
        font-size: 34px;
        max-width: 480px;
        padding: 20px;
    }

    section.button .content a span {
        font-size: 24px;
    }

    section.mitmachen {
        padding-bottom: 40px;
    }

    #sb_instagram #sbi_load .sbi_load_btn {
        font-size: 34px !important;
    }

    .wpum-template.wpum-form.wpum-login-form {
        max-width: 50%;
    }
}

/* +++++++++++++++++++++++ Media Query 1000px +++++++++++++ */
@media(max-width:1000px) {

    p.einleitung {
        font-size: 24px;
    }

    .aufmachertext img {
        max-width: 440px;
        margin-top: -80px;
    }

    .dunkelgruen.unten {
        background-size: 40% !important;
        background-position: right 5vw center !important;
    }

    .wpforms-one-half {
        width: 100% !important;
        margin-left: 0px !important;
        padding-right: 40px !important;
    }

    .wpforms-one-half:not(.wpforms-first) {
        padding-left: 40px !important;
    }

    #form_testpaket .wpforms-one-half:not(.wpforms-first) {
        padding-left: 0px !important;
    }

    .wpforms-field-label,
    p.wpforms-captcha-question {
        width: 30% !important;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    select {
        width: 100% !important;
    }

    .start .wpum-template.wpum-form.wpum-login-form input[type="text"],
    .start .wpum-template.wpum-form.wpum-login-form input[type="email"],
    .start .wpum-template.wpum-form.wpum-login-form input[type="password"] {
        width: 100% !important;
        max-width: 100%;
    }

    .wpum-template.wpum-form.wpum-login-form {
        max-width: 100%;
    }

    #wpum-submit-registration-form fieldset {
        flex-basis: 100%;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    select {
        max-width: 100%;
    }
}

/* +++++++++++++++++++++++ Media Query 768px +++++++++++++ */

@media(max-width:768px) {

    h1,
    h2,
    h3 {
        font-size: 36px;
    }

    h1 span {
        font-size: 26px;
    }

    p,
    ul,
    ol {
        font-size: 22px;
    }

    .content {
        width: calc(100% - 40px);
        padding: 0px;
    }

    .aufmachertext .content div {
        display: grid;
        justify-content: center;
    }

    section {
        padding-top: 0px;
    }

    section.keyvisual {
        padding-top: 40px;
    }

    .start .content div img {
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }

    .logo {
        margin-bottom: 20px;
    }

    .aufmachertext img {
        margin: 40px auto 0px;
        float: none;
    }

    section.formular .content {
        margin: auto;
        width: calc(100% - 40px);
    }

    #button_testpaket_bestellen {
        padding-bottom: 70px;
    }

    section.header {
        padding: 40px 0px 0px;
    }

    .header_first {
        padding-left: 40px;
    }

    #sbi_images {
        margin: 0px;
    }

    #sb_instagram #sbi_load .sbi_load_btn {
        padding: 10px 20px !important;
    }

    footer {
        width: calc(100% - 80px);
        max-width: 680px;
        padding: 40px 40px 0px;
        margin-top: 1px;
    }

    .wpforms-one-half:not(.wpforms-first) {
        padding-left: 0px !important;
    }

    .teilnahmeformular .wpforms-one-half:not(.wpforms-first) {
        padding-left: 40px !important;
    }

    .dunkelgruen.unten label {
        font-size: 24px !important;
    }

    div.wpforms-container-full .wpforms-form .dunkelgruen.unten ul li {
        margin-left: 30px !important;
    }

    div.wpforms-container-full .wpforms-form .dunkelgruen.unten label:before {
        margin-left: -47px !important;
    }

    .wpforms-poll-results {
        padding: 0px !important;
    }

    #wpforms-confirmation-11 p {
        padding: 0px !important;
    }

    .wpforms-poll-results .wpforms-poll-answer-label {
        margin-right: 0px;
    }

    teilnahmebedingungen,
    .dateiupload {
        padding: 10px 20px 0px !important;
    }

    button#wpforms-submit-340 {
        margin-left: 20px !important;
    }

    section.map .content {
        grid-template-columns: 1fr;
    }

    section.map .marker_und_text {
        grid-template-columns: 1fr 1fr;
    }

    section.map h2 {
        padding-top: 0px;
    }

    section.start {
        background-repeat: no-repeat;
        background-position: top center;
    }

    ul.wpum-action-links li:nth-child(2) {
        margin-left: -20px;
        margin-top: 60px;
        font-size: 28px;
    }
}

/* +++++++++++++++++++++++ Media Query 600px +++++++++++++ */

@media(max-width:600px) {
    .content {
        width: calc(100% - 40px);
        padding: 0px 20px;
    }

    .keyvisual .content {
        padding-top: 20px;
    }

    section.header .content {
        grid-template-columns: 1fr;
    }

    .header_first {
        padding-left: 20px;
        padding-right: 20px;
    }

    .start h1 span {
        font-size: 28px;
    }

    .aufmachertext {
        margin-left: 0px;
    }

    .wpforms-error-container {
        bottom: -40px;
    }

    .btn_teilnahmeformular.saftigkeitstest {
        padding: 10px 20px !important;
    }

    section.formular .content {
        margin: auto;
        width: calc(100% - 40px);
        padding: 0px;
    }

    footer {
        width: calc(100% - 40px);
        padding: 40px 0px 0px;
    }

    .apfelgirl {
        margin-left: 20px;
    }

    .dateiupload,
    .wpforms-captcha-question,
    label,
    .formular p,
    .teilnahmebedingungen a {
        font-size: 18px !important;
    }

    .teilnahmebedingungen p {
        font-size: 14px !important;
    }

    .btn_faq {
        padding: 20px !important;
        padding-right: 60px !important;
        background-position: right 20px center;
    }

    .wpforms-field-label,
    p.wpforms-captcha-question {
        width: 40% !important;
    }

    input[type="text"],
    input[type="email"],
    select {
        width: 100% !important;
    }

    .wpforms-field-label,
    p.wpforms-captcha-question {
        display: block !important;
        width: 100% !important;
    }

    .captcha_ergebnisfeld input {
        margin-left: 0px !important;
    }

    .wpforms-poll-results .wpforms-poll-answer-percent {
        float: none !important;
        font-weight: 700;
    }

    .wpforms-one-half.wpforms-first {
        padding-left: 20px !important;
    }

    .wpforms-one-half {
        padding-right: 20px !important;
    }

    .wpforms-one-half:not(.wpforms-first) {
        padding-right: 20px !important;
    }

    .teilnahmeformular .wpforms-one-half:not(.wpforms-first) {
        padding-left: 20px !important;
    }

    .teilnahmebedingungen,
    .dateiupload {
        padding: 10px 20px 0px !important;
    }

    .dunkelgruen.unten {
        background-size: 80% !important;
        background-position: center bottom 30px !important;
        padding-bottom: 90vw !important;
    }

    .dunkelgruen.unten ul {
        width: 100% !important;
    }

    .partner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        align-content: center;
        justify-self: center;
        margin-top: 20px;
    }

    .partner p {
        justify-self: end;
        align-self: center;
        margin: 0px;
    }

    .partner img {
        justify-self: start;
    }

    section.header .content img.logo_mega_marsch {
        max-width: 140px;
    }

    ul.wpum-action-links li:nth-child(2) {
        margin-left: -20px;
        margin-top: 40px;
    }

    #wpum-submit-password-recovery-form input[type="submit"] {
        max-width: 240px;
        font-size: 18px !important;
        padding: 10px 10px !important;
    }

    #hiweis {
        padding: 20px;
    }
}


/* +++++++++++++ Adventskalender +++++++++++++++ */

.calendar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 28px;
    margin: 40px auto;
}

.door {
    width: 120px;
    height: 150px;
    background-image: url('../img/geschenk_01.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px dotted #0004;
    border-radius: 6px;
    box-shadow: -5px -4px 8px #fff5, 5px 4px 10px #0001;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.door.past {
    opacity: 0.5;
    pointer-events: none;
    /* Klick deaktivieren */
    box-shadow: inset 0 4px 15px rgba(0, 0, 0, 1),
        /* tiefer innerer Schatten */
        -10px -10px 20px rgba(255, 255, 255, 0.5),
        /* leichter äußerer Glow */
        -5px -4px 8px #fff9,
        5px 4px 10px #0002;
    background-color: var(--hellgruen);
}

.calendar .door:nth-child(2n) {
    background-image: url('../img/geschenk_02.png');
}

.calendar .door:nth-child(3n) {
    background-image: url('../img/geschenk_03.png');
}

.calendar .door:nth-child(7n) {
    background-image: url('../img/geschenk_04.png');
}

.calendar .door:nth-child(5n) {
    background-image: url('../img/geschenk_05.png');
}

.door p {
    font-family: 'RecoletaAlt-Bold', serif;
    font-weight: bold;
    font-size: 38px;
    color: var(--secondary);
    margin: 40px auto 0px;
}

#hinweis,
#fehlermeldung_zufrueh,
#fehlermeldung_zuspaet {
    display: none;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--hellgruen);
    box-shadow: 0px 0px 20px #0008;
    padding: 40px;
    border-radius: 12px;
    margin: 0px;
}

#hinweis {
    box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.3),
        /* tiefer innerer Schatten */
        0 0 20px rgba(255, 255, 255, 0.6);
    /* leichter äußerer Glow */
    transform: translate(-50%, -50%) scale(0);
    /* Start bei 0 */
    transition: transform 0.5s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    /* Start transparent */
}

#hinweis.active {
    transform: translate(-50%, -50%) scale(1);
    /* Endgröße 100% */
    opacity: 1;
    width: 440px;
    max-width: 80%;
}

#hinweis.active .bild_gewinn img {
    width: 100%;
    height: auto;
}

#fehlermeldung_zufrueh,
#fehlermeldung_zuspaet {
    transform: translate(-50%, -50%) rotate(5deg);
}

#fehlermeldung_zuspaet p,
#fehlermeldung_zufrueh p {
    color: var(--primary);
    margin: 0px;
    text-align: center;
}

#fehlermeldung_zuspaet p strong,
#fehlermeldung_zufrueh p strong {
    font-size: 28px;
    font-family: 'RecoletaAlt-Bold', serif;
}

#hinweis p,
#hinweis h2 {
    text-align: center;
    margin-top: 10px;
}

p.danke {
    font-size: 28px;
    font-family: 'RecoletaAlt-Bold', serif;
    line-height: 1.1em;
}

.abbildung_gewinn {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-gap: 40px;
    margin-bottom: 40px;
}

.start h3 {
    font-size: 44px;
    margin: 0px;
    line-height: 1.2em;
}

.start #gewinn {
    display: grid;
    justify-items: center;
    overflow: hidden;
    width: 320px;
    height: 320px;
    justify-self: center;
    position: absolute;
    right: 60px;
}

.start #gewinn img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
}

/* Sterne */

#starExplosionCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    /* Klicks gehen durch */
    z-index: 9999;
    /* ganz oben */
}

/* Ausgabeseite Tabelle */
.content.ausgabe_teilnehmer {
    width: calc(100% - 80px);
    max-width: 1800px;
}

.ausgabe_teilnehmer h1 {
    margin-bottom: 40px;
}

.ausgabe_teilnehmer form {
    margin: 20px 0 20px;
}

.ausgabe_teilnehmer p,
.ausgabe_teilnehmer a {
    font-size: 18px;
}

.ausgabe_teilnehmer form input,
.ausgabe_teilnehmer form label {
    font-size: 18px;
    margin: 10px 0;
    max-width: 60px;
}

.ausgabe_teilnehmer button[type="submit"],
.ausgabe_teilnehmer a {
    border: 1px solid var(--primary);
    background-color: transparent;
    color: var(--primary);
    font-size: 18px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 2px;
    cursor: pointer;
}

tr,
th,
td {
    font-size: 14px;
    padding: 3px;
}

a.btn_teilnehmerleiste_download {
    margin: 40px 0 0;
    display: inline-block;
}

/* ++++++++++++ Media Querrys +++++++++++++++ */


@media(max-width:1000px) {
    .start #gewinn {
        width: 200px;
        height: 200px;
    }

    .abbildung_gewinn {
        display: grid;
        grid-template-columns: 1fr 200px;
    }
}

@media(max-width:768px) {
    .start #gewinn {
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 320px;
        max-height: 320px;
        right: unset;
    }

    .abbildung_gewinn {
        grid-template-columns: 1fr;
    }

    .start h2 {
        text-align: center;
    }

    .content.backgound_gruen {
        padding: 20px;
    }

    .headline {
        grid-template-columns: 1fr;
        grid-gap: 0px;
        margin-top: 40px;
    }
}

@media(max-width:550px) {
    .door {
        width: 105px;
        height: 135px;
    }

    #fehlermeldung_zufrueh,
    #fehlermeldung_zuspaet {
        width: 90%;
    }
}
