/******************
    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
*/

.navbar {
    padding-bottom: 1.5625rem;
}

#welcome-container {
    max-width: 100%;
}

.survey-name {
    color: #286ab7;
    padding-bottom: 1.5625rem;
}


body {
    color: #212529;
    font-family: Roboto, "Helvetica Neue", "Arial", "sans-serif";
    font-weight: 400;
}

.question-container .question-valid-container {margin-top: 0px; margin-bottom: 0px}

p, body {
    letter-spacing: .7px;
    line-height: 1.5;
}

a {
    font-size: inherit;
    color: #286ab7;
}

a:hover {
    font-size: inherit;
    color: #25317a;
}

.group-title {
    color: #286ab7;
}

.radio-item input[type=radio]:checked + label,
.radio-item input[type=radio]:checked + label::before,
.radio-item input[type=radio]:checked + label::after {
    border-color: #286ab7;
}


.btn {
    align-items: center;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #212529;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: .7px;
    line-height: 1.5;
    /* min-width: 290px; */
    padding: 14px 25px;
    text-decoration: none;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {box-shadow: none;}

.btn-primary {
    color: #fff;
    background-color: #286ab7;
    border-color: #286ab7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #25317a;
    border-color: #25317a;
    box-shadow: none;
}

.text-info {
    color: #212529;
    font-size: 16px;
    letter-spacing: .7px;
    line-height: 1.5;
}

.answer-container {
    font-size: 18px;
}

.navigator {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.text-info {
    border-color: #25317a;
}

.ri-asterisk {
    display: none;
}


/* Specials für Abfrage der Jahreszahlen */

.sub-question-container {
    margin-left: 3rem;
}

#answer654511X511X2942SQ010_SQ015,
#answer654511X511X2942SQ011_SQ015,
#answer654511X511X2942SQ010_SQ014,
#answer654511X511X2942SQ011_SQ014
{
    visibility: hidden;
}

.privacy .checkbox-item label::before {
    border: 3px solid #286ab7;
}

.checkbox-item input[type=checkbox]:checked + label::after {
    color: #286ab7 !important;
}

.checkbox-item input[type=checkbox]:checked + label::before,
.radio-item input[type=radio]:checked + label::before {
    border-color: #286ab7 !important;
}

.radio-item input[type=radio]:checked + label::after {
    background-color: #286ab7 !important;
}

.text-primary,
.radio-item input[type=radio]:checked + label {
     color: #286ab7 !important;
}

.privacy .checkbox-item label::before {
    border: 3px solid #286ab7;
}

.checkbox-item input[type=checkbox]:checked + label::after {
    color: #286ab7 !important;
}

.checkbox-item input[type=checkbox]:checked + label::before,
.radio-item input[type=radio]:checked + label::before {
    border-color: #286ab7 !important;
}

.radio-item input[type=radio]:checked + label::after {
    background-color: #286ab7 !important;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
    box-shadow: none;
}
