@font-face {
    font-family: "Avant Garde";
    src: url("../fonts/1.eot");
    src: url("../fonts/1.eot") format("eot"), url("../fonts/1.woff2") format("woff2"), url("../fonts/1.woff") format("woff"), url("../fonts/1.ttf") format("truetype");
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/open-sans-v40-latin-700.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


html * {
    -moz-osx-font-smoothing: grayscale;
    hyphens: manual;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body,
html {
    margin: 0px;
    background-color: #328cc8;
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #292929;
    font-size: 22px;
    line-height: 1.4em;
    margin: 20px 0px;
}

h1 {
    font-family: "Avant Garde", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 75px;
    line-height: 1em;
    letter-spacing: .3px;
    text-transform: uppercase;
    white-space: normal;
    margin: 0px 0px;
}

h2 {
    font-family: "Avant Garde", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 45px;
    line-height: 1.2em;
    text-transform: uppercase;
    white-space: normal;
    margin: 0px 0px 20px;
}

h3 {
    font-family: "Avant Garde", sans-serif;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    font-size: 30px;
}

a,
a:hover,
a:active,
a:link,
a:visited {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

hr {
    border: none;
    height: 3px;
    width: 25%;
    margin: 60px auto;
    background: #fff;
}

/* ----------------------------------------------------------- */

.buehne {
    margin: 0px;
    padding: 0px 20px;
    background-image: url(../img/bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #328cc8;
}

.container {
    background-color: #5aaad7;
    padding: 60px;
    margin: 0px auto 20px;
    position: relative;
    max-width: 1170px;
}

img.headerbild {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.headline {
    text-align: center;
}

p.white {
    font-weight: bold;
    color: #fff;
    margin-bottom: -20px;
}

.black {
    color: #000;
}

.uppercase {
    text-transform: uppercase;
}

.text_center {
    text-align: center;
}

.zweispalter {
    display: grid;
    grid-template-columns: 50% 50%;
}

.linkespalte {
    padding-right: 35px;
    padding-left: 0px;
}

.rechtespalte {
    padding-right: 0px;
    padding-left: 35px;
}

.raetselbild {
    width: 100%;
    max-width: 500px;
    border: 4px solid #328cc8;
}

.paddingtop20 {
    padding-top: 20px;
}

.margin_bottom20 {
    margin-bottom: 20px !important;
}

.margin_bottom40 {
    margin-bottom: 40px !important;
}

.container.footer {
    background: #328cc8;
    padding: 0px 0px;
}

.footer a {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

.footertext p,
.footerrechtstext p {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 100;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.footerrechtstext {
    text-align: right;
    padding: 0px;
}

.footertext {
    padding: 0px;
}

.footertext p.teilnahme {
    font-size: 14px;
    margin-top: 15px;
}

.letzte_gewinner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 300px));
    grid-gap: 5vw;
    justify-content: center;
}

.letzte_gewinner div {
    display: grid;
    grid-template-rows: auto 1fr 1fr min-content;
    text-align: center;
    width: 100%;
}

.letzte_gewinner div img {
    max-width: 240px;
    margin: 0 auto 20px;
}

.letzte_gewinner p.white,
.letzte_gewinner p.gewinner {
    display: flex;
    align-items: top;
    justify-content: center;
    text-align: center;
    margin: 0;
    line-height: 1.2em;
}

@media(max-width:715px) {
    .letzte_gewinner div {
        grid-template-rows: auto auto auto auto;
    }

    .letzte_gewinner p.white {
        margin-bottom: 20px;
    }
}

/*========== FORMULAR ==========*/


label,
input {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 1.2em !important;
}

label {
    color: #fff !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
}

input {
    background-color: #fff !important;
    width: 100% !important;
    padding: 5px 10px !important;
}

select {
    background-color: #fff !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 38px !important;
    padding: 5px 10px !important;
}

input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    border: 2px solid #fff !important;
}

input[type="checkbox"]:checked {
    background-color: #328cc8 !important;
}

div.wpforms-container-full input[type="checkbox"]::before {
    border-color: transparent !important;
    border-width: 0px !important;
}

button {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700 !important;
    width: 248px !important;
    height: 42px !important;
    color: #fff !important;
    background-color: #dd1d1d !important;
    cursor: pointer !important;
    border: none !important;
    border-radius: 15px !important;
    text-align: center !important;
    font-size: 20px !important;
    float: left !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
}

button:hover {
    background-color: #de4f4f !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #5aaad7 !important;
    border: 0px solid #fff !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.wpforms-container em.wpforms-error {
    margin-left: -21px !important;
    margin-top: 10px !important;
}

.wpforms-container .wpforms-field {
    padding: 10px 0 !important;
}

.wpforms-container .wpforms-field.wpforms-field-checkbox {
    padding-top: 15px !important;
}

.wpforms-container .wpforms-form * {
    hyphens: manual !important;
}

.gewinne {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.gewinne div {
    display: grid;
    justify-items: center;
    align-content: flex-start;
}

.gewinn {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: auto;
}

.gewintext {
    font-size: 16px;
    color: #292929;
    margin-top: 10px;
    text-align: center;
}

p.gewinner {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    line-height: 1.2em;
}

p.einleitung {
    margin-top: 5px;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: _1.2em;
}

/* ++++++++++++ Media Queries ++++++++++++++ */

@media (max-width: 1210px) {

    h2 {
        font-size: 36px;
    }

    .container.footer {
        padding: 0px;
        margin: 0px 20px;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 40px 20px;
    }

    h2 {
        font-size: 32px;
    }

    .zweispalter {
        grid-template-columns: 1fr;
    }

    .linkespalte {
        padding-right: 0px;
    }

    .rechtespalte {
        padding-left: 0px;
    }

    .rechtespalte.raetsel {
        grid-row: 1 / 2;
        margin-bottom: 40px;
        justify-self: center;
    }

    .rechtespalte .uppercase {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {

    .footer {
        padding: 0px;
    }

    h2 {
        font-size: 26px;
        text-align: center;
    }

    h3 {
        text-align: center;
    }

    .linkespalte p,
    .mittig p {
        text-align: center;
    }

}

@media (max-width: 490px) {

    h1 {
        font-size: 40px;
        line-height: 46px;
    }

    h2 {
        font-size: 21px;
    }

    .gewinne {
        grid-template-columns: 1fr;
    }
}
