/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* Feuerwehr Stadt Hürth */

:root {
    --bs-primary: #d40511;
}

/* Überschriften */
h1, h2, h3, h4 {
    color: #d40511;
}

/* Buttons */
.btn-primary,
.btn-success {
    background-color: #d40511 !important;
    border-color: #d40511 !important;
}

.btn-primary:hover,
.btn-success:hover {
    background-color: #b3040e !important;
    border-color: #b3040e !important;
}

/* Links */
a {
    color: #d40511 !important;
}

/* Fortschrittsbalken */
.progress-bar {
    background-color: #d40511 !important;
}

/* Aktuelle Frage */
.text-primary {
    color: #d40511 !important;
}

/* Fließtext */
body,
.survey-description,
.survey-welcome,
.ls-label-text,
.text-info,
.text-muted,
p {
    color: #333333 !important;
}

/* Willkommenstext */
.survey-welcome p,
.survey-description p {
    color: #333333 !important;
}

/* Datenschutz-Link */
.checkbox label,
.checkbox,
.form-check-label {
    color: #333333 !important;
}

/* Eigentliche Frage als hervorgehobener Bereich */
.question-text {
    font-weight: 700 !important;
    font-size: 1.15rem;
    color: #333333 !important;
    background-color: #f8f8f8;
    border-left: 5px solid #d40511;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* Einheitliche Darstellung der Frageboxen */
.question-container {
    background-color: #f8f8f8;
    border-left: 5px solid #d71920;
    padding: 20px;
    margin-bottom: 20px;
}

/* Einheitliche Überschrift */
.question-title {
    font-size: 16px !important;
    font-weight: bold;
    color: #222;
}

/* Fragegruppenbeschreibung */
.group-description {
    /* background-color: #f8f8f8; */
    /* border-left: 5px solid #d71920; */
    padding: 20px;
    /* margin-bottom: 20px; */
}

.group-description h1,
.group-description h2,
.group-description h3 {
    color: #d71920;
    font-size: 22px;
}