/*
Brandon Grotesque Regular
font-family: "brandon-grotesque", sans-serif;
font-weight: 400;
font-style: normal;

Brandon Grotesque Bold
font-family: "brandon-grotesque", sans-serif;
font-weight: 700;
font-style: normal;

Brandon Grotesque Black
font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
font-style: normal;

*/

/*
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: #000;
    --secondary-bg-color: #000;
    --main-text-color: #fff;
    --secondary-text-color: #FED681;
    --tertiary-text-color: #000;

    --input-text-color: #FED681;

    --border-radius-formelements: 0px;
    --checkbox-width: 20px;

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

html {
    font-size: 10px;
}

body {
    font-size: 1.8rem;
    line-height: 144%;
    letter-spacing: 0.36px;
    background: var(--main-bg-color);
    margin: 0;
    padding: 0;
    color: var(--main-text-color);
    text-align: left;
    font-family: 'brandon-grotesque', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    -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;
}


.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: 400;
}


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

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

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


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: 6.1rem;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    background:  linear-gradient(90deg, #FED681 0%, #FFE1AD 50%, #D2A355 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.121rem;
}
h1.bigmarginbottom{
    margin-bottom: 0.9em;
}

h1 .extralarge,
h1.extralarge{
    background:  linear-gradient(90deg, #FED681 0%, #FFE1AD 50%, #D2A355 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'brandon-grotesque', Arial, Helvetica, Verdana, sans-serif;
    font-size: 13.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.2734rem;
    margin-bottom: 0;
}

h2{
    font-size: 4.5rem;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 900;
    background:  linear-gradient(90deg, #FED681 0%, #FFE1AD 50%, #D2A355 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    line-height:  112.346%;
    letter-spacing: 0.081rem;
}
h2.size40{
    font-size: 4.0rem;
    line-height:  112.346%;
    letter-spacing: 0.072rem;
}
h3{
    font-size: 2.7rem;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 900;
    letter-spacing: 0.054rem;
    background:  linear-gradient(90deg, #FED681 0%, #FFE1AD 50%, #D2A355 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    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: var(--main-bg-color);
    color:#fff;
    font-size: 38px;
    line-height: 115%;
    text-transform: none;
    height: 76px;
    border-radius: 38px;
    border: none;
    text-align: center;
    padding: 15px 7% 0 7%;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    font-family: 'Caveat Brush','Montserrat', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.actionbutton:hover{
    text-decoration: none;
    color:#fff;
    background-color: #FFB200;
}

.actionbutton.btnbeige{
    background-color: #F08482;
    color:#fff;
}
.actionbutton.btnbeige:hover{
    background-color: #FFB200;
    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;
}

/*.goldenbtn{
    background-color: #191919;
    background: var(--Nuii-Gold, linear-gradient(90deg, #FED681 0%, #FFE1AD 50%, #D2A355 100%));
    width: 115px;
    height: 50px;
}*/

.goldenbtn {
    display: inline-block;
    background: #191919;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: color .4s cubic-bezier(.525,0,.185,1);
    transition: color .4s cubic-bezier(.525,0,.185,1);
    font-weight: 900;
    border: none;


    /*font-size: 1.2rem;
    line-height: 1.7rem;
    padding: 1.6rem 1rem 1.3rem;
    min-width: 11.5rem;*/
    font-size: 12px;
    letter-spacing: 0.24px;
    padding: 16px 10px 13px;
    min-width: 115px;
}

.goldenbtn:focus, .goldenbtn:hover {
    color: #000;
}

.goldenbtn:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .2rem;
    background: -webkit-gradient(linear, left top, right top, from(#ffdda5), to(#c28d46));
    background: linear-gradient(90deg, #ffdda5, #c28d46);
    -webkit-transition: height .4s cubic-bezier(.525,0,.185,1);
    transition: height .4s cubic-bezier(.525,0,.185,1);
    z-index: -1;
}

.goldenbtn:focus:after, .goldenbtn:hover:after {
    height: 100%;
}

.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: 5.8rem;
    line-height: 125%;
}

.langtext h2{
    font-size: 3.4rem;
    line-height: 125%;
}

.langtext h3{
    font-size: 2.8rem;
    line-height: 125%;
}



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

/* Unser projectspazifischen containerbreiten:
    Sollten zusammen mit der class container-fluid benutzt werden
*/
.container-fluid{
    padding: 0;
}
.container-page{
    max-width: 1920px;
    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: 771px;
    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 8px 0 8px;
    border: 1.5px solid var(--Nuii-Gold, #FED681);
    background: #0D0D0D;
    width: 771px;
    height: 75px;
    flex-shrink: 0;
}
.inputwrapper:hover{
    background-color: #0D0D0D;
}

.inputwrapper input,
.inputwrapper select{
    outline: none !important;
    border-width: 0;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    text-align: left;
    color: var(--input-text-color);
    width: 100%;
    height: 71px;
    background-color: #0D0D0D !important;
    margin-top: 1px;
}
.inputwrapper select{
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: #0D0D0D url(../images/down.svg) no-repeat 97.5% center;
}
.inputwrapper select option{
    border-radius: 0;
}

.inputwrapper:hover input,
.inputwrapper:hover select{
    background-color: #0D0D0D !important;
}
.fehlerausgabe{
    color: #FF3333;
    font-size: 16px;
    line-height: 130%;
    margin: 2px 0 2px 0;
}


.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%;
    margin: 0.2rem auto 0.2rem auto;
    max-width: 100%;
    border-radius: 38px;
    border: 1.5px solid var(--Gold-light, #FBDE9A);
    background: var(--Nuii-Gold, linear-gradient(90deg, #FED681 0%, #FFE1AD 50%, #D2A355 100%));
    width: 771px;
    height: 76px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}

.fileUpload {
    padding: 0;
    position: relative;
    cursor: pointer;
}

label#lblbon{
    text-align: center;
    width: 100%;
    /*min-width: 280px;*/
    height: 100%;
    cursor: pointer;
    padding: 23px 0 0 0;
    color: #000;
    font-size: 27px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 110%;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

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


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




/****** 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: -2px;
    left: 0;
    height: var(--checkbox-width);
    width: var(--checkbox-width);
    background-color: #fff; /*#ececec;*/
    border: 0px solid #fff;
    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: 25%;
    height: 70%;
    border: 3px solid #000;
    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) {
    .container-medium {
        padding-left: 5%;
        padding-right: 5%;
    }
}


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


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


@media (max-width: 991px) {
    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: 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;
    }
    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;
    }


    .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;
    }
}



