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

/* TAGS */
*:disabled {
    color: #000000 !important;
}
body {
    color: #646464;
    font-family: 'averegu';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'avebook';
    margin-bottom: 30px;
    text-transform: uppercase;
}
header {
	background: #093233;
	color: #FFFFFF;
    font-size: 20px;
    line-height: 130px;
    padding: 15px 0 15px 0;
}
header .container {
    padding: 0 50px 0 20px;
}

/* IDs */
#logo {
    height: 96px;
}
#sogehts img {
    margin-bottom: 15px;
}
#teilnahme .container {
    border: 1px solid #646464;
}

/* CLASSES */
.bg-primary {
    background: #F0F0F0 !important;
}
.container {
    padding: 0;
    max-width: 1200px;
}
.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: 0px !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;
    margin-right: 10px;
    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;
}