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


/* Sternchen für Pflichtfrage */
.asterisk {
    visibility: hidden !important;
}

/* Button */
.btn:hover {
    background-color: #daa520;
    border-color: #daa520;
}

/* Name der Befragung */
.survey-name {
    visibility: hidden !important;
}

/* Farbe Hinweistext */
.text-danger {
    color: #daa520 !important;
    font-weight: normal !important;
}

/* Schrift Fragetext */
.question-title-container {
    font-size: 18px !important;
}

/* Header / Navigation */
.bg-light {
    background-color: #fff !important;
}

/* Logo bündig               */ /* ======== erledigt ==================== */
.logo-container>img { padding-left: 0 ; margin-left:-2px
}

/* Fortschrittsbalken bündig */ /* ======== erledigt ==================== */
.top-container,#survey-nav > .container-fluid{margin:auto; }
@media (min-width: 768px) {    .top-container, #survey-nav > .container-fluid{ max-width: 720px;  }}
@media (min-width: 992px) {    .top-container,#survey-nav > .container-fluid{ max-width: 960px;  }}
@media (min-width: 1200px) {    .top-container, #survey-nav > .container-fluid{ max-width: 1140px;  }}
@media (min-width: 1400px) {    .top-container,#survey-nav > .container-fluid{ max-width: 1320px;  }}

/* Link zu Button oben rechts (Umfrage verlassen und Antworten löschen) */ /* ======== erledigt ==================== */
.navbar-light .navbar-nav .nav-link{ 
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem; 
    background-color: #95a5a6;
    border-color: #95a5a6;
}
    
/* Text größer */
:root{
    --bs-body-font-size: 1.15rem;
}
.list-unstyled .answer-item{ line-height: 1rem;     margin-bottom: 1rem !important; }

/* Hilfetext Fragen */
.ls-questionhelp {
    color: #fff;
}