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

/* TAGS */
a {
    color: #fff;
    font-weight: bold ;
}
*:disabled {
    color: #000000 !important;
}
body {
    color: #242424;
    font-family: 'gothreg';
    font-size: 16px;
}
h1, h2, h5, h6 {
    font-family: 'gothbold';
    margin-bottom: 30px;
    color: #CF0A2C;
    font-size: 45px;
}
h3 {
    font-size: 25px;
    font-family: "gothbold";
}
h4 {
    font-family: "gothreg";
    font-size: 23px;
    color: #242424;
}
footer {
    background-color: #fff;
    color: #242424;
    line-height: 35px;
}
footer span {
    margin: 0 20px;
}
header {
    font-size: 22px;
    height: 96px;
    line-height: 96px;
}
header span {
    color: #595959;
    padding: 0 40px;
}
header .container {
    padding: 0 50px 0 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="checkbox"]:focus,
textarea:focus,
button:focus {
    outline: 2px solid #FF0000; /* oder eine andere Farbe */
    outline-offset: 2px;
}
select:focus {
    outline: none; /* Standardfokus entfernen, falls Browser ihn nicht zeigt */
    border-color: #FF0000; /* Rahmenfarbe ändern */
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.4); /* zusätzlicher Fokus-Glanz */
    border-width: 2px; /* optional, wenn du ihn kräftiger willst */
}
/* IDs */
#faq {
    background-image: url(../images/faq-balken.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
#faq h2 {
    color: #fff;
}
#faq img {
    max-width: 110px;
}
#logo {
    height: 165px;
    position: relative;
    z-index: 10;
}
#teilnahme h3 {
    color: #CF0A2C;
}
#popBON2 h2 {
    color: #fff;
}
#popBON2 .modal-content {
    color: #fff;
    background: #CF0A2C !important;
    font-size: 17px;
}
#popBON2 span {
    color: #242424;
    background-color: #fff;
    border: solid 1px;
    border-color: #4D4D4D;
    border-radius: 15px;
    padding:  6px 9px 3px 9px;
    font-weight: bold;
    font-size: 20px;
    
}
#popBON2 img {
    max-height: 400px;
}
#popCOO .btn {
    max-width: none;
}
#popNAV .modal-content {
    background-color: #CF0A2C;  
    color: #fff; 
    font-family: "gothbold";
    font-size: 25px;
}
#popNAV a, #popNAV span {
    display: block;
}
#sogehts img {
    margin-bottom: 15px;

}
#produkte img {
    max-width: 350px;
}
#sogehts {
    background-color: #CF0A2C;
    color: #fff;
}
#sogehts h2 {
    color: #fff;
}


/* CLASSES */
.bg-primary {
    background: #fff !important;
}
.bonsteps {
    padding-left: 10px;
}
.btn-primary,.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: #CF0A2C;
    border: 2px;
    border-style: solid;
    border-color: #fff !important;
    color: white;
    display: inline-block;
    font-size: 22px;
    padding: 10px 30px 8px 30px;
    max-width: 280px;

}
.btn-secondary,.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background: #FFFFFF;
    border: 2px;
    border-style: solid;
    border-color: #fff !important;
    border-radius: 5px;
    color: #CF0A2C;
    display: inline-block;
    font-size: 20px;
    font-family: "gothbold";
    padding: 10px 30px 8px 30px;
    max-width: 280px;

}
.container {
    padding: 0;
    max-width: 100vw;
}
.form-control, .form-select {
    border-top: 1px solid #242424 !important;
    border-right: 1px solid #242424 !important;
    border-bottom: 1px solid #242424 !important;
    border-left: 1px solid #242424 !important;
    color: #242424;
    padding: 12px 5px 8px 5px;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.form-check-input {
    border-top: 1px solid #646464 !important;
    border-right: 1px solid #646464 !important;
    border-bottom: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 20px;
    margin-left: -1px;
    
    width: 20px;
}
.form-check-input:checked {
    background: #FF0000;
    border-top: 1px solid #646464;
    border-right: 1px solid #646464;
    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;
    margin-left: 10px;
    margin-top: 4px;
}
.footlogo {
    max-width: 200px;

}   
.socials img{
    max-height: 22px;
    margin-top: 20px;
}

.info-circle {
    max-width: 25px;
}
.reg15 {
    font-size: 15px;
}