/* open-sans-600 - latin - semibold*/
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin - bold*/
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
}

/* open-sans-800 - latin - extrabold */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/raleway-v36-latin-900.woff2') format('woff2');
}


/*
Zu Erinnerung:
    Bootstrap 5 Breakpoints:
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;

*/
:root {
    --main-bg-color: #CF122E;
    --secondary-bg-color: #000;

    --main-text-color: #FFEE00;
    --secondary-text-color: #000;
    --tertiary-text-color: #000;

    --input-text-color: #000;

    --border-radius-formelements: 29px;
    --checkbox-width: 40px;

    --section-vertical-padding: 60px;
}

html {
    font-size: 10px;
}

body {
    font-size: 2.4rem;
    line-height: 142%;
    letter-spacing: 0;
    background: var(--main-bg-color);
    margin: 0;
    padding: 0;
    color: var(--main-text-color);
    text-align: left;
    font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}

/*
body.site-offline {
    background: var(--main-bg-color);
}*/


.bg-body-main {
    background-color: var(--main-bg-color) !important;
}

.bg-body-secondary {
    background-color: var(--secondary-bg-color) !important;
}

label.main-text-color,
.main-text-color,
p.main-text-color {
    color: var(--main-text-color);
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}


.secondary-text-color,
p.secondary-text-color {
    color: var(--secondary-text-color);
}

.tertiary-text-color,
p.tertiary-text-color {
    color: var(--tertiary-text-color);
}


p {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 600;
}


p.semibold,
a.semibold,
.semibold {
    font-weight: 600;
}

p.bold,
.bold,
a.bold {
    font-weight: bold;
}

.black,
p.extrabold,
a.extrabold,
.extrabold {
    font-weight: 800;
}


a {
    text-decoration: none;
    outline: none !important;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -web-kit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    color: inherit;
}

a:hover {
}


.underline,
a.underline {
    text-decoration: underline;
}

.larger,
a.larger,
p.larger,
.larger p {
    font-size: 2.7rem;
    line-height: 125%;
}

.small,
a.small,
p.small,
.small p {
    font-size: 16px;
    line-height: 145%;
}

.mediumsmall,
a.mediumsmall,
p.mediumsmall,
.mediumsmall p {
    font-size: 14px;
    line-height: 145%;
}


.smaller,
p.smaller {
    font-size: 12px;
    line-height: 125%;
}

h1 {
    font-size: 4.8rem;
    line-height: 104%;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.375em;

}

h1.bigmarginbottom {
    margin-bottom: 0.9em;
}

h1 .extralarge,
h1.extralarge {
    font-size: 13.7rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 0;
}

h2 {
    font-size: 4.8rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 104%;


}

h2.size40 {
    font-size: 4.0rem;
    line-height: 112.346%;
}

h3 {
    font-size: 3.6rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;

}


/* anchor-punkte in seite: */
.sprungziel {
    display: block;
    position: relative;
    transform: translateY(-80px);
    width: 1px;
    height: 1px;
    pointer-events: none;
}


.actionbutton {
    display: inline-block;
    background-color: #FFEE00;
    color: #CF122E;
    font-size: 25px;
    line-height: 115%;
    text-transform: none;
    height: 66px;
    border-radius: 33px;
    border: none;
    text-align: center;
    padding: 15px 7% 0 7%;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    font-weight: 800;
    text-transform: uppercase;
    width: 420px;
    transition: background 150ms ease;
}

.fileUpload.actionbutton {
    width: 100%;

}


.actionbutton:hover {
    text-decoration: none;
    color: #FFEE00;
    background-color: #82358C;
}


.actionbutton:hover label#lblbon {
    color: #FFEE00;


}


.actionbutton.btnred {
    background-color: #009992;
    color: #fff;
}

.actionbutton.btnred:hover {
    background-color: #17afaa;
    color: #fff;
}

.actionbutton.btngelb {
    background-color: #FFD962;
    color: var(--secondary-text-color);
}

.actionbutton.btngelb:hover {
    background-color: #FFB200;
    color: var(--secondary-text-color);
}


.form-row button.actionbutton,
button.actionbutton { /* Bei Button ist automatisch die Schrift vertikal zentriert */
    padding-top: 0;
}


.nobullet {
    list-style: none;
}


/* ******************************************************
    Für Images
****************************************************** */


/* ******************************************************
    Textgrößen für die langtexte wie Datenschutz
****************************************************** */
.langtext {
    padding-top: 50px;
    padding-bottom: 50px;
}

.langtext,
.langtext p {
    font-size: 2.0rem;
    line-height: 120%;
}


.langtext h1 {
    font-size: 2vw;
    line-height: 125%;
    margin-bottom: 0.5em;
}

.langtext h2 {
    font-size: 1.8vw;
    line-height: 125%;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

.langtext h3 {
    font-size: 1.4vw;
    line-height: 125%;
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}


/* ******************************************************
    Bootstrap Overrides & Additions
****************************************************** */

/* Unser projectspazifischen containerbreiten:
    Sollten zusammen mit der class container-fluid benutzt werden
*/
.container-fluid {
    padding: 0;
}

.container-page {
    /*max-width: 1920px;*/
    max-width: 100%;
    padding: 0;
}

.container-fullwidthwithpadding {
    max-width: 1920px;
    padding: 0 15%;
}

.impressum .container-fullwidthwithpadding {
    max-width: 1920px;
    padding: 0 25%;
}

.container-gross {
    max-width: 1600px;
    padding: 0;
}

.container-gewinne {
    max-width: 1498px;
    padding: 0;
}

.container1382 {
    max-width: 1382px;
    padding: 0;
}

.container-text {
    max-width: 980px;
    padding: 0;
}

.container-medium {
    max-width: 1190px;
    padding: 0;
}

.container-form {
    max-width: 898px;
    padding: 0;
}

/* Rows / Cols ohne paddings etc: */
.row {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.row > * {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}


/* ******************************************************
    Übergreifende Abstände etc.
****************************************************** */

.defaultsection {
    padding-top: var(--section-vertical-padding);
    padding-bottom: var(--section-vertical-padding);
}

/* ******************************************************
    Formularelemente
****************************************************** */

/* Allgemeiner Wrapper für Text-Input, Select etc. */
.inputwrapper {
    border-radius: var(--border-radius-formelements);
    max-width: 100%;
    display: block;
    padding: 0px 25px 0 25px;
    border: none;
    background: #fff;
    width: 100%;
    height: 58px;
    flex-shrink: 0;
    border-radius: 29px;
}

.inputwrapper:hover {
    background-color: #fff;
}

.inputwrapper.selectyellow {
    background: #FFEE00;
}

.inputwrapper input,
.inputwrapper select {
    outline: none !important;
    border-width: 0;
    font-size: 25px;
    line-height: 120%;
    font-weight: 700;
    text-align: left;
    color: #CF122E;
    width: 100%;
    height: 58px;
    background-color: transparent !important;
    margin-top: 0;
}

.inputwrapper select {
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: #fff url(../images/down_red.svg) no-repeat 97.5% center;
    /*background-size: auto 23%;*/
    padding-top: 0 !important;
    font-weight: 900;
}

.inputwrapper select option {
    border-radius: 0;
}

.inputwrapper.selectgruen {
    transition: background 150ms ease;
}

.inputwrapper.selectgruen select {
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    color: #fff;
    background: #009992 url(../images/down.svg) no-repeat 97.5% center !important;
    background-size: auto 23%;
    padding-top: 0 !important;
    transition: background 150ms ease;
}

.inputwrapper.selectyellow:hover,
.inputwrapper.selectyellow:hover select {
    background-color: #82358c !important;
    color: #FFEE00;

}

.inputwrapper.selectyellow:hover select {
    background: #fff url(../images/down_red.svg) no-repeat 97.5% center;

}


.inputwrapper.selectgruen select option {
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    color: #fff;
    background: #E2271C none !important;
}


.inputwrapper:hover input,
.inputwrapper:hover select {
    background-color: transparent !important;
}

.fehlerausgabe {
    color: #fff;
    font-size: 16px;
    line-height: 125%;
    margin: 2px 0 2px 0;
    font-weight: 700;
}


.inputwrapper.selectrot select {
    background-color: #009992;
}


.form-row .actionbutton {
    /*    height: 70px;
        padding: 21px 0 0 0;
        font-size: 26px;
        line-height: 115%;
        width: 100%;
        font-weight: 600;
        cursor: pointer;*/
}


/*  File-Upload schöner button: */
/*.fileUpload{
    position: relative;
    width: 100%;
    display: inline-block;
}
.fileUpload input{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}*/


.form-row #fileuploadwrapper {
    padding: 0 !important;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 100%;
    width: 100%;
    height: 58px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}

.fileUpload {
    padding: 0;
    position: relative;
    cursor: pointer;
    height: 58px !important;
}

label#lblbon {
    text-align: center;
    width: 100%;
    /*min-width: 280px;*/
    height: 100%;
    cursor: pointer;
    padding: 15px 0 0 0;
    color: #CF122E;
    font-size: 25px;
    font-style: normal;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 900;
    transition: background-color 150ms ease;
}


.fileUpload > input {
    width: 100%;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    cursor: pointer;
}


#kbinfo {
    position: absolute;
    right: 4%;
    top: 20px;
}


/****** Checkboxen / Radiobuttons per CSS stylen: ********/


/* Radiobox Style - ohne image */
.radiobox {
    margin-top: 0;
    display: block;
    position: relative;
    padding-left: 42px;
    padding-top: 1px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.radiobox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 29px;
    width: 29px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #fff;
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobox input:checked ~ .radiomark:after {
    display: block;
}

.radiobox .radiomark:after {
    top: 0px;
    left: 0px;
    width: 21px;
    height: 21px;
    background: #002e89;
    border-radius: 50%;
}


/* Checkbox Style  */

.checkbox {
    margin-top: 0;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    min-height: var(--checkbox-width); /* Nötig damit Fehlerausgabe nicht überlappt */
}

.checkbox label {
    padding-left: calc(var(--checkbox-width) + 0.5em);
    display: block;
}

.checkbox label a {
    color: inherit;
    text-decoration: underline;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: -10px;
    left: 0;
    height: var(--checkbox-width);
    width: var(--checkbox-width);
    background-color: #fff; /*#ececec;*/
    border: 3px solid #D60329;
    border-radius: 4px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Der Haken: */
.checkbox .checkmark:after {
    left: 37%;
    top: 10%;
    width: 25%;
    height: 70%;
    border: 2px solid #D60329;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.trennliniemobile {
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    position: absolute;
    left: 20%;
}

.f24 {
    font-size: 24px;
}


#kv-text {
    background: transparent;
    position: absolute;
    width: 32%;
    top: 42%;
    left: 42%;
    transform: rotate(6.2deg);
}


@media (max-width: 1938px) {

}

@media (max-width: 1648px) {
    .container-gewinne {
        padding-left: 5%;
        padding-right: 5%;
    }
}


@media (max-width: 1320px) {

    .container-fullwidthwithpadding {
        max-width: 1920px;
        padding: 0 5%;
    }


    body,
    p {
        font-size: 1.8rem;
        line-height: 142%;
    }

    .container-medium {
        padding-left: 5%;
        padding-right: 5%;
        max-width: 100%;
    }
}


@media (max-width: 1079px) {
    .container-text {
        padding-left: 5%;
        padding-right: 5%;
    }
}


@media (max-width: 991px) {
    .container-form {
        padding-left: 5%;
        padding-right: 5%;
    }

    .fileUpload {
        width: 100%;
    }

}


@media (max-width: 991px) {

    #kv-text {
        width: 40%;
        top: 42%;
        left: 38%;
    }


    .impressum .container-fullwidthwithpadding {

        padding: 0 5%;
    }


    html {
        font-size: 8px;
    }

    h1 {
        font-size: 6vw;
        line-height: 133%;
    }

    h2 {
        font-size: 3.6vw;
        line-height: 120%;
    }

    h3 {
        font-size: 2.8vw;
        line-height: 120%;
    }


}

@media (max-width: 767px) {
    #kv-text {
        width: 40%;
        top: 42%;
        left: 46%;
    }
}


@media (max-width: 680px) {
    .nobr680 {
        display: none;
    }
}

@media (max-width: 640px) {


    html {
        font-size: 1.6vw;
    }

    h1 {
        font-size: 6vw;
        line-height: 133%;
    }

    h2 {
        font-size: 6vw;
        line-height: 120%;
    }

    h3 {
        font-size: 2.8vw;
        line-height: 120%;
    }

    .small, a.small, p.small, .small p {
        font-size: 14px;
        line-height: 125%;
    }

    .actionbutton,
    .inputwrapper input,
    .inputwrapper select,
    .inputwrapper {
        height: 46px;
    }

    fileUpload > input,
    .fileUpload {
        height: 46px !important;
    }

    .checkmark {
        height: calc(0.8 * var(--checkbox-width));
        width: calc(0.8 * var(--checkbox-width));
    }

    .checkbox label {
        padding-left: calc(0.8 * var(--checkbox-width) + 0.25em);
        display: block;
    }

    br.nobr640 {
        display: none;
    }

    .f24 {
        font-size: 15px;
    }
}


@media (max-width: 480px) {
    html {
        font-size: 8px;
    }

    h1 {

        line-height: 133%;
    }

    h2 {

        line-height: 120%;
    }

    h3 {
        font-size: 3.6vw;
        line-height: 120%;
    }

    .smaller, p.smaller {
        font-size: 11px;
        line-height: 125%;
    }

    /* label#lblbon {
         padding: 28px 0 0 0;
         font-size: 19px;
         line-height: 110%;
         letter-spacing: 0.34px;
     }*/
    .container-fullwidthwithpadding {
        max-width: 1920px;
        padding: 0 5%;
    }


    .langtext h1 {
        font-size: 21px;
        line-height: 125%;
        letter-spacing: 0;
    }

    .langtext h2 {
        font-size: 19px;
        line-height: 125%;
        letter-spacing: 0;
    }

    .langtext h3 {
        font-size: 17px;
        line-height: 125%;
        letter-spacing: 0;
    }
}


#blatt0 {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 20;
    width: 50%;

}


#blatt1 {
    position: absolute;
    bottom: -5%;
    right: -10%;
    width: 55%;
    transform: rotate(8deg);
}


@media (min-width: 641px) {
    #blatt1 {

        bottom: -8%;
        right: -6%;
        width: 30%;
        transform: rotate(0);

    }
}

#stoerer {
    position: absolute;
    top: 34%;
    left: 8%;
    z-index: 15;
    max-width: 40%;
}


/* nur für desktop????
#offline_kv {

        width: 100%;
        height: 88vh;
        object-fit: cover;




}*/

/*
#header {
    max-width: 100% !important;
    left: 0;
}

#header .container-fluid {
    max-width:1920px;
    border:2px solid rebeccapurple;
}*/


.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.5em;
}

.mt-2 {
    margin-top: 1em;
}

.mt-3 {
    margin-top: 1.5em;
}

.mt-4 {
    margin-top: 2em;
}

.mt-5 {
    margin-top: 2.5em;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.5em;
}

.mb-2 {
    margin-bottom: 1em;
}

.mb-3 {
    margin-bottom: 1.5em;
}

.mb-4 {
    margin-bottom: 2em;
}

.mb-5 {
    margin-bottom: 2.5em;
}

/*
img:not(.img-fluid) {
    border:10px solid red;
}*/

@media (max-width: 640px) {

    #blatt0, #stoerer {
        display: none;
    }

}

#mobile_link {
    position: absolute;
    bottom: 26%;
    width: 100%;

    height: 4vh;
}

@media (min-width: 641px) {
    #mobile_link {
        display: none;
    }
}


/*
.swiper-slide img {
    max-width:84%;
    margin:0 8%;
}*/


/* ********************* CCM19 ******************** */

.ccm-root .button.ccm--button-primary,
.ccm-root button.ccm--button-primary {
    color: #fff;
    background: #417c51;
    border-color: #417c51;
}

.ccm-root .button.ccm--button-primary:hover, .ccm-root .button.ccm--button-primary:focus, .ccm-root button.ccm--button-primary:hover, .ccm-root button.ccm--button-primary:focus {
    color: #fff;
    background-color: #417c51;
    border: 3px solid #417c51;
}

.ccm-details--content--cookie p:nth-child(2) {
    display: none;
}

/* ********************* CCM19 ******************** */


#btnsubmit,
#btnsubmit:hover {


    background: #0081C9;
    color: #fff;
}


.text-white {
    color: #fff;
}

.text-yellow {
    color: #FFEE00;
}

.text-red {
    color: #D60329;
}


.blue_bg {
    background-color: #0081c9
}

.zigzag_bg {
    background-image: url(../images/zigzag_bg_top.svg), url(../images/zigzag_bg_bottom.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 101%, 101%;

}


.smlink svg path {
    fill: #D60329;
}

.smlink svg {
    height: 42px;
}


.rotate-6-deg {
    transform: rotate(-7deg) translate(-5px, 30px);
}

body.offline-pre,
body.site-offline,
body.navopen {
    background: #ce2935;

}

