/* 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: #fff;
    --text: #005d2f;
    --footer: #005d2f;
    --trenner: #005d2f;
    --white: #FFF;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "RecoletaAlt-Bold", sans-serif;
    background-color: var(--secondary);
    color: var(--primary);
}

p {
    font-family: "PlutoSansCondRegular", sans-serif;
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
}

p strong {
    font-family: "RecoletaAlt-Bold", sans-serif;
    font-size: 22px;
}

h1 {
    font-family: "RecoletaAlt-Bold", sans-serif;
    color: var(--primary);
    font-size: 54px;
    line-height: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
    margin: 50px 0px 40px 0px;
}

h2 {
    font-family: "RecoletaAlt-Bold", sans-serif;
    color: var(--primary);
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
    margin: 40px 0px 40px 50px;
    max-width: 530px;
}

a,
a:hover,
a:active,
a:link,
a:visited {
    color: var(--primary);
    text-decoration: underline;
    outline: none;
}

/* ----------------------------------------------------------- */


.container-fluid.buehne01 {
    background: url('../img/bg01.png') left top, url('../img/bg02.png') top right;
    background-repeat: no-repeat;
    padding: 0px;
}

.container-fluid.buehne02 {
    background: url('../img/bg03.png') left center, url('../img/bg04.png') right center;
    background-repeat: no-repeat;
    padding: 0px;
}

.einleitung .linkespalte {
    background: url('../img/bg03.png') left top, #e9f0ca;
    background-repeat: no-repeat;
    background-size: 100px;
    margin-left: 40px;
    padding: 20px 40px;
    border-radius: 20px;
    transform: rotate(-3deg);
    max-width: calc(100% - 80px);
}

.einleitung .linkespalte p {
    color: var(--primary);
}


.einleitung .linkespalte p strong span {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2em;
}

.einleitung .linkespalte p.klein {
    font-size: 12px;
    line-height: 1.2em;
}

.stoerer {
    --y: 0px;
    transform: translateY(var(--y)) scale(0.1) rotate(3deg);
    opacity: 0;
    box-shadow: 5px 5px 12px #0004;
    animation: stoererIntro 1.2s ease-out forwards;
}

@keyframes stoererIntro {
    from {
        transform: translateY(var(--y)) scale(0.1) rotate(3deg);
        opacity: 0;
    }

    to {
        transform: translateY(var(--y)) scale(1) rotate(-3deg);
        opacity: 1;
    }
}

.rechtespalte {
    padding-left: 10px;
}

.logo {
    width: 100%;
    max-width: 300px;
    margin: 40px auto 0px;
}

.headline {
    text-align: left;
}

.gewinn {
    text-align: left;
}

.bild {
    margin: auto;
    padding: 0px;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.einleitung {
    margin: 20px 0px 60px;
    padding: 90px 40px;
    background: url(../img/frau_mit_strauss_02.jpg);
    background-size: cover;
    background-position: center right 20%;
}

h2.form_headline {
    font-size: 36px;
    margin: 0px auto 10px;
    max-width: 100%;
    text-align: center;
}

.formdisclaimer p {
    font-size: 12px;
    line-height: 1.4em;
}

footer {
    background-color: var(--primary);
    padding: 40px 0px;
    color: var(--white);
    margin-top: 60px;
    position: relative;
}

footer p,
footer a.footer,
footer a.footer:hover,
footer a.footer:link,
footer a.footer:active,
footer a.footer:visited {
    font-family: "RecoletaAlt-Bold", sans-serif;
    color: var(--white);
    text-decoration: none;
}

.apfel {
    position: absolute;
    bottom: -40px;
    right: 0px;
    width: 100%;
    max-width: 300px;
    text-align: right;
}

.apfel img {
    width: 100%;
    max-width: 200px;
}

.animated-section {
    opacity: 0;
    transform: translateY(70px);
    transition: all .8s ease-out;
}

.animated-section.in-view {
    opacity: 1;
    transform: translateY(0);
}

/*======================== FORMULAR ============================*/

.wpforms-container.wpforms-container-full {
    margin: 10px auto !important;
    max-width: 940px;
}

label,
input {
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
}

label {
    font-family: "PlutoSansCondRegular", sans-serif;
    display: inline-block;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.wpforms-required-label {
    color: var(--primary) !important;
}

.wpforms-container .wpforms-field {
    padding: 5px 0 15px !important;
}

input,
select {
    font-family: "PlutoSansCondRegular", sans-serif !important;
    float: right;
    width: 70%;
    height: 42px;
    background: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
    margin: 0px 0px 10px;
    padding: 0px 8px;
}

select {
    float: right;
    width: 30%;
    margin-right: 40%;
}


div.wpforms-container-full button[type="submit"] {
    font-family: "RecoletaAlt-Bold", sans-serif;
    width: 320px;
    height: 60px;
    color: var(--white);
    background-color: var(--primary);
    cursor: pointer;
    border: 3px solid var(--white);
    border-radius: 8px;
    text-align: center;
    font-size: 26px;
    float: left;
    margin-bottom: 20px;
    transition: .3s;
}

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

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0 !important;
}

.formdisclaimer {
    margin: 10px auto !important;
    max-width: 940px;
    float: none;
    padding: 0px;
}

.wpforms-error {
    font-family: "PlutoSansCondRegular", sans-serif !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full {
    background: #fff !important;
    border: 1px solid var(--secondary) !important;
    margin-top: 30px !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full p {
    text-align: center;
    font-size: 26px;
    color: var(--primary) !important;
}

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

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 0px !important;
    height: 0px !important;
}


input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: 1px solid var(--primary);
    background: white;
    margin-right: 13px;
    margin-left: -30px;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
    border: 1px solid var(--primary);
    background: white;
    margin-right: 15px;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
    border-radius: 30px;
}

input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
    background: var(--secondary);
    box-shadow: inset 0 0 0 2px white;
}

input[type='radio']:checked + label::before {
    background-image: url(../img/logo_bullet.png);
    background-size: contain;
    box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked + label::before {
    background: var(--primary);
    box-shadow: inset 0 0 0 2px white;
}


input[type='checkbox'] + label,
input[type='radio'] + label {
    cursor: pointer;
}

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

small {
    display: inline-block;
    clear: both;
    margin-top: 10px;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    color: #fff;
    width: 600px;
}

.fehlermeldung {
    color: var(--primary);
    margin: 0px 0px 5px;
    padding: 5px;
    background-color: var(--akzent);
}

.fehlermeldung:last-child {
    margin-bottom: 20px;
}

/* ========================= Media Queries =================== */

@media (max-width: 1200px) {
    .container-fluid.buehne01 {
        background: url('../img/bg01.png')left top / 200px no-repeat, url('../img/bg02.png') top right / 500px no-repeat;
    }

    .container-fluid.buehne02 {
        background: url('../img/bg03.png') left bottom / 100px no-repeat, url('../img/bg04.png') right bottom / 70px no-repeat;
    }
}

@media (max-width: 992px) {
    .einleitung {
        padding: 50px 0px;
    }

    .einleitung .linkespalte {
        padding-right: 25px;
    }

    .rechtespalte {
        padding-left: 25px;
    }

    input {
        width: 60%;
    }

    select {
        margin-right: 30%;
        width: 30%;
    }

    h1 {
        font-size: 46px;
        margin: 100px 0px 40px 0px;
    }

    h2 {
        margin: 40px 0px 40px 0px;
    }
}

@media (max-width:776px) {
    .container-fluid.buehne {
        padding-bottom: 20px;
    }

    .gewinn {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .einleitung {
        padding: 30px 0px;
    }

    .container-fluid.buehne01 {
        background: url('../img/bg01.png')left top / 170px no-repeat, url('../img/bg02.png') top right / 280px no-repeat;
    }

    .container-fluid.buehne02 {
        background: url('../img/bg03.png') left bottom / 70px no-repeat, url('../img/bg04.png') right bottom / 60px no-repeat;
    }

    .logospalte {
        text-align: center;
    }

    input {
        width: 70%;
    }

    select {
        margin-right: 40%;
        width: 30%;
    }

    .checkboxen {
        margin-top: 40px;
    }

    h1 {
        margin: 40px 0px 40px 0px;
        text-align: center;
    }

    h2 {
        text-align: center;
        margin: auto;
    }

    .container-fluid.buehne02 {
        padding: 0 15px;
    }
}

@media (max-width: 490px) {
    input {
        width: 50%;
    }

    select {
        margin-right: 20%;
        width: 30%;
    }

    h1 {
        font-size: 40px;
        line-height: 46px;
    }

    h2 {
        font-size: 24px;
    }

    div.apfel {
        display: none;
    }

    footer p {
        text-align: center;
    }

    .einleitung .linkespalte {
        padding: 20px;
    }

    .einleitung .linkespalte p strong span {
        font-size: 26px;
    }
}
