

/* montserrat-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: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-500 - 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: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v29-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-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: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v29-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-800 - 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: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v29-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-900 - 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: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v29-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/montserrat-v29-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*
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: #FFF;
    --secondary-bg-color: #027145;

    --main-text-color: #000;
    --secondary-text-color: #027145;
    --tertiary-text-color: #70C72D;
    --fourth-text-color: #E8C424;

    --input-text-color: #000;

    --border-radius-formelements: 0px;
    --checkbox-width: 24px;

    --section-vertical-padding: 60px;
}

html {
    font-size: 10px;
}

body {
    font-size: 2.0rem;
    line-height: 150%;
    letter-spacing: 0;
    background: var(--main-bg-color);
    margin: 0;
    padding: 0;
    color: var(--main-text-color);
    text-align: left;
    font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}



.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;
}


.checkbox label a.secondary-text-color,
.secondary-text-color,
p.secondary-text-color{
    color: var(--secondary-text-color);
}

.tertiary-text-color,
p.tertiary-text-color{
    color: var(--tertiary-text-color);
}

.fourth-text-color,
p.fourth-text-color{
    color: var(--fourth-text-color);
}


p {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 500;
}


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: 150%;
    font-weight: 500;
}

.mediumsmall,
a.mediumsmall,
p.mediumsmall,
.mediumsmall p{
    font-size: 18px;
    line-height: 145%;
}


.smaller,
p.smaller{
    font-size: 12px;
    line-height: 125%;
}

h1{
    color: var(--secondary-text-color);
    text-align: center;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

h1.turnedleft{
    transform: rotate(-3deg);
    margin-bottom: 1em;
}
h1.turnedright{
    transform: rotate(3deg);
    margin-bottom: 1em;
}
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;
}
.weiss,
h1.weiss{
    color: #fff;
}

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;
}
h4{
    color: var(--secondary-text-color);
    font-size: 2rem;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.3em;
}


/* anchor-punkte in seite: */
.sprungziel{
    display: block;
    position: relative;
    transform: translateY(-80px);
    width: 1px;
    height: 1px;
    pointer-events: none;
}




.actionbutton{
    display: inline-block;
    color:#fff;
    font-size: 20px;
    line-height: 115%;
    height: 48px;
    border-radius: 0px;
    text-align: center;
    padding: 15px 7% 0 7%;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    font-weight: 800;
    width: 500px;
    transition: background 150ms ease;
    border: 1px solid #027145;
    background:  #027145;
}

.actionbutton:hover{
    text-decoration: none;
    color:#fff;
    border: 1px solid #027145;
    background: #70C72D;
}




.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: 1.8rem;
    line-height: 135%;
}


.langtext h1{
    font-size: 4.4rem;
    line-height: 125%;
    margin-bottom: 0.5em;
}

.langtext h2{
    font-size: 2.6rem;
    line-height: 125%;
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}

.langtext h3{
    font-size: 2.2rem;
    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: 900px;
    padding: 0;
}

.container-medium{
    max-width: 1134px;
    padding: 0;
}

.container-form{
    max-width: 500px;
    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: 8px 15px 0 15px;
    background: #fff;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
    border-radius: 0px;
    border: 1px solid #69727C;
}
.inputwrapper:hover{
    background-color: #fff;
}

.inputwrapper input,
.inputwrapper select{
    outline: none !important;
    border: 0px solid #69727C;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    text-align: left;
    color: #69727C;
    width: 100%;
    height: auto;
    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.selectrot{
    transition: background 150ms ease;
}
.inputwrapper.selectrot select{
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    color: #fff;
    background-size: auto 23%;
    padding-top: 0 !important;
    transition: background 150ms ease;
}

.inputwrapper.selectrot:hover,
.inputwrapper.selectrot:hover select {
}

.inputwrapper.selectrot select option{
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    color: #69727C;
}


.inputwrapper:hover input,
.inputwrapper:hover select{
    background-color: transparent !important;
}
.fehlerausgabe{
    color: #aa0000;
    font-size: 16px;
    line-height: 125%;
    margin: 2px 0 2px 0;
    font-weight: 600;
}


.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: 48px !important;
}


label#lblbon{
    text-align: center;
    width: 100%;
    /*min-width: 280px;*/
    height: 100%;
    cursor: pointer;
    padding: 12px 0 0 0;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    line-height: 110%;
    font-weight: 500;
    transition: background-color 150ms ease;
}


.fileUpload > input {
    width: 100%;
    height: 48px;
    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 #69727C;
}
.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: -2px;
    left: 0;
    height: var(--checkbox-width);
    width: var(--checkbox-width);
    background-color: #fff; /*#ececec;*/
    border: 2px solid var(--secondary-text-color);
    border-radius: 0px;
}
.checkmark:after{
    content: "";
    position: absolute;
    display: none;
}
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Der Haken: */
.checkbox .checkmark:after {
    left: 37%;
    top: 10%;
    width: 35%;
    height: 70%;
    border: 2px solid var(--secondary-text-color);
    border-width: 0 3px 3px 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%;
}


@media (max-width: 1938px) {

}

@media (max-width: 1648px) {
    .container-gewinne{
        padding-left: 5%;
        padding-right: 5%;
    }
}


@media (max-width: 1320px) {
/*    body,
    p{
        font-size: 1.8rem;
        line-height: 150%;
    }*/
    .container-medium {
        padding-left: 5%;
        padding-right: 5%;
        max-width: 100%;
    }
}


@media (max-width: 1079px) {
    .container-text{
        padding-left: 5%;
        padding-right: 5%;
        max-width:100%;
    }
}


@media (max-width: 991px) {
    .container-form{
        padding-left: 5%;
        padding-right: 5%;
        max-width:100%;
    }

    .fileUpload {
        width: 100%;
    }

}


@media (max-width: 991px) {
    html {
        font-size: 8px;
    }
    body,
    p{
        font-size: 2.2rem;
        line-height: 150%;
    }
    .small, a.small, p.small, .small p {
        font-size: 13px;
        line-height: 150%;
        font-weight: 500;
    }
    h1{
        font-size: 4.5vw;
        line-height: 133%;
    }
    h2{
        font-size: 4.6vw;
        line-height: 120%;
    }
    h3{
        font-size: 3.6vw;
        line-height: 120%;
    }
}

@media (max-width: 680px) {
    .impressum .container-fullwidthwithpadding,
    .ds .container-fullwidthwithpadding,
    .datenschutz .container-fullwidthwithpadding {
        max-width: 1920px;
        padding: 0 5%;
    }
    .langtext,
    .langtext p {
        font-size: 16px;
        line-height: 125%;
        letter-spacing: 0;
    }
    .langtext h1 {
        font-size: 28px;
        line-height: 125%;
        letter-spacing: 0;
    }
    .langtext h2 {
        font-size: 23px;
        line-height: 125%;
        letter-spacing: 0;
    }
    .langtext h3 {
        font-size: 20px;
        line-height: 125%;
        letter-spacing: 0;
    }
}


@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: 3.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%;
    }

/*    .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;
    }
}



@media (max-width: 480px) {
    html {
        font-size: 8px;
    }
    body, p {
        font-size: 14.5px;
        line-height: 150%;
    }
    .small, a.small, p.small, .small p {
        font-size: 13px;
        line-height: 125%;
    }
    h1{
        font-size: 8vw;
        line-height: 133%;
    }

    h2{
        font-size: 4.8vw;
        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;
    }*/

    .impressum .container-fullwidthwithpadding,
    .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;
    }
}



