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

/* TAGS */
a {
    color: #646464;
}
*:disabled {
    color: #000000 !important;
}
body {
    color: #505050;
    font-family: 'nunito';
    font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'nunito';
    text-transform: uppercase;
    color: #E4200E;
    font-size: 40px;
}
footer {
    background-color: #CCCCCC;
    color: #505050;

    line-height: 65px;
}
footer span {
    margin: 0 20px;
    font-weight: bold;
    line-height: 40px;
}
header {
    font-size: 20px;
    height: 96px;
    line-height: 96px;
}
header span {
    color: #646464;
    font-size: 50px;
}
header .container {
    padding: 0 50px 0 20px;
}

/* IDs */
#logo {
    height: 96px;
    padding: 5px;
}
#sogehts img {
    margin-bottom: 15px;
}
#teilnahme .container, #kontakt .container {
    background-color: #EFEFEF;
}
#popBON2 h2 {
    color: #E4200E;
}
#popBON2 .modal-content {
    color: #404040;
    background: #EFEFEF !important;
    font-size: 15px;
}
#popBON2 span {
    color: #fff;
    background-color: #E4200E;
    border: solid;
    border-color: #E4200E;
    border-radius: 20px;
    padding:  4px 7px;
    font-weight: bold;
    
}
#popBON .modal-content {
    background-color: transparent;
    border: none;
}
#popCOO h2 {
    color: #E4200E;
}
#popCOO .modal-content {
    color: #505050;
}
#popCOO .modal-content {
    background: #EFEFEF !important;
    border: solid;
    border-color: #FAF6EB;
    border-radius: 00px;
}
#popNAV .modal-content {
    background-color: #EFEFEF;
    color: #404040;
    font-size: 25px;
    font-family: "nunito";
    font-weight: bold;
}
#popNAV span {
    display: block;
    text-align: center;
}
#popCOO .btn {
    font-size: 20px !important;
}
/* CLASSES */
.bg-primary {
    background: #fff !important;
}
.bonsteps {
    padding-left: 10px;
}
.btn-primary,.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: #E4200E;
    border: 0px;
    border-style: solid;
    border-radius: 0px;
    border-color: #fff !important;
    color: white;
    font-family: "light";
    display: inline-block;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 30px;
    max-width: 280px;

}
.btn-secondary,.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background: #707070;
    border: 0px;
    border-radius: 0px;
    border-style: solid;
    border-color: #fff !important;
    color: white;
    display: inline-block;
    font-size: 28px;
    font-family: "light";
    text-transform: uppercase;
    padding: 10px 30px;


}
.bi-x-lg::before {
    content: "\f659";
    background-color: #E4200E;
    border-radius: 20px;
    padding: 4px;
    color: white;
    font-weight: bold;
  }
.container {
    padding: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="checkbox"]:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 2px solid #FF0000; /* oder eine andere Farbe */
    outline-offset: 2px;
  }
.form-control, .form-select {
    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: 5px !important;
    box-shadow: none !important;
}
.form-select:disabled  {
    color: #505050 !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: 5px !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;
}
.footlogo {
    max-width: 302px;
    max-height: 66px;
    position: absolute;
    left: 300px;

}   
.footsocialf, .footsociali {
    max-height: 32px;
    position: absolute;
    margin-top: 20px;
}
.footsociali {
    right: 300px;
}
.footsocialf {
    right: 380px;
}
.info-circle {
    max-width: 25px;
}
.firma {
    line-height: 30px !important;
}

