/******************
    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 .container {
    padding-left:0;
    padding-right:0;
}

.navbar .nav-item {
  padding-right:0;
}

/* Hintergrund Datenschutz-Box */

.privacy .form-check {
    background-color: #ffffff;
}


/* Buttons ohne abgerundete Ecken */

.ls-move-btn {
    border-radius:0;
}

.ls-move-btn:hover {
    color:#ffffff;
}






/* height of the progress bar */ 

.top-container .progress {
    height: 30px;
}


.surveyname {color:#eb9929;}




    

/* Maria: Fragen-Box */

.outerwrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left:0;
    margin-right:0;
    float: none;
    clear: both;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.35)
}


/* Abstände bei Fragen */

.question-container {
        background-color: #ffffff;
        border:none;
        width=100%;
        margin-left:0px;
        margin-right:0px;
        
        
        padding-bottom:20px;
        
    }
    

.group-container .question-title-container {
background-color: #005575;  
color:#ffffff;
padding-left:30px;
padding-right:30px;
margin-bottom:10px;
font-weight:normal;
}

.answer-container {
    padding-left:30px;
    padding-right:30px;
}

.answer-container .container {
    padding-left:0;
    padding-right:0;
}

/* Auswahl-Buttons - links bündig, aber rechts Abstand zum nächsten*/

.form-check {
    padding-left:0;
    padding-right:20px;
    border-radius:0;
}


.btn:hover {
       color: #fff;
 }


/* Warnung */

.alert {
    background-color:#eb9929;
    color:#ffffff;
}

/* Hilfe */

.group-container .question-help-container {
    background-color:#ffffff;
    margin-bottom:10px;
    padding-left:30px;
    padding-right:30px;
}
.ls-questionhelp {
    font-size:14px;
    color:#005575;
    padding-left:5px;
}


/* Matrix Text in blau */

th, td {
    color:#005575;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: #d1e1e1;
}

.table-hover>tbody>tr:hover,
tr.answers-list:hover,
.array-flexible-column tr.answers-list:hover {
    background-color: #d1e1e1;


/* Fehlermeldung */



.em_num_answers .fa-exclamation-circle {
    margin-right:5px;
}

/* Mehr Abstand zwischen Auswahlkreis und Text */

.control-label {
    padding-left:5px;
}