/* KNIFFE
Hintergründe: Man kann kommagetrennt mehrere Hintergründe hinterlegen. Der erste ist ganz oben. Funktioniert auch mit Gradients
*/

/* TAGS */
a {
    color: #fff;
}
*:disabled {
    color: #000000 !important;
}
body {
    background-color: #000000;
    font-family: 'reg';
    font-size: 20px;
    color: #FFFFFF;
}
h1, h2, h5, h6 {
    font-family: 'fritz';
    margin-bottom: 30px;
    font-size: 35px;
    color: #000000;
    text-transform: uppercase;
}
h3 {
    font-family: "fritz";
    font-size: 24px;
    text-transform: uppercase;

}
h4 {
    font-size: 24px;
    font-family: "bold";
}
footer {
    background-color: #6374B8 !important;
    color: #fff;

    font-size: 18px !important;
    font-family: "raleway" !important;
}
footer span {
    margin: 0 20px;
    font-size: 16px;
}
form {
    color: #000000;
}
header .bi {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 50px;
    color: #707070;
    pointer-events: auto; /* wichtig: wieder anklickbar */
    z-index: 1001;
    transform: translateZ(0); /* iOS smoothness */
  }
header span {
    color: #707070;
    padding: 0 20px;
    font-size: 19px;
    font-weight: bold;

}
header {line-height: 80px;}

/* IDs */
#danke {
    color: #BC1716;
}
#gewinn h2, #verlosung h2 {
    color: #fff;
}
#gewinn, #verlosung {
    color: #fff;
}
#icon1, #icon2, #icon3 {
    text-align: center;
}
#popNAV .modal-content {
    background-color: #F7F6F6;
    color: #E84823;
    font-size: 22px;
    font-family: "bold";
}
#popNAV span {
    display: block;
    text-align: center;
}
/* CLASSES */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 20px;
    border: solid 1px;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #fff;
}

.accordion-flush .accordion-item {
    border-radius: 20px;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    font-family: "openreg";
    font-size: 16px;
}
.blurhelp {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}
.bg-primary {
    background: #fff!important;
}
.btn-primary,.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: #000000;
    border: 2px;
    border-radius: 0px;
    border-style: solid;
    border-color: #fff;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-family: "fritz";
    padding: 10px 100px 8px 100px;
}
.btn-secondary,.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background: #fff;
    border: 2px;
    border-style: none;
    border-color: #fff !important;
    border-radius: 0px;
    color: #000000;
    display: inline-block;
    font-size: 25px;
    font-family: "fritz";
    padding: 10px 100px 8px 100px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #A8A6A6 !important;
    border-color: #A8A6A6 !important;
}
.container {
    padding: 0;
    max-width: 1920px;
}
.formular {
    background-color: #fff;
}
.form-control, .form-select {
    border-top: 2px solid #000000 !important;
    border-right: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
    border-left: 2px solid #000000 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000000;
}
.form-control::placeholder {
    color: #000000;
}
.form-check-input {
    border-top: 2px solid #000000 !important;
    border-right: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
    border-left: 2px solid #000000 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 20px;
    margin-left: -1px;

    width: 20px;
}
.form-check-input:checked {
    background: #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-radius: 0px !important;
    height: 20px;
    width: 20px;
}
.form-check-label {
    float: left;
    text-align: left !important;
}
.form-select:disabled  {
    color: #000000 !important;
}
.help22 {
    max-width: 354px;
}
.smallreg {
    font-size: 12px;
}
.fritz25 {
    font-family: "fritz";
    font-size: 25px;
}
.reg13 {
    font-size: 13px;
}
.reg24 {
    font-size: 24px;
    margin-top: -25px;
}
.code-icon {
   max-height: 65px;
  }