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

#vmsg_2260_default span.fa{
	display:none;
}
.ls-questionhelp::before{
	display:none;
}
.question-help-container>.ls-questionhelp{
	margin-left:0;
}

/******************
  CSS FÜR BUTTON UND PROGRESSBAR
*/

.progress-bar,  .btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover 
{
    background-color: #000000;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus{
    border-color: #000000;
}
    .btn-primary, .btn-primary:hover, .progress-bar, .btn-primary:focus{
    color: #ffffff;
}

.text-info, #welcome-container .survey-welcome p{
    color: #000000;
}
.survey-welcome p{
				padding-left: 20px;
				padding-right: 20px;   
}
#welcome-container{
    margin-bottom: 2em;
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
}
#limesurvey > div.privacy.row{
	display:none;
}

.hideTimerMsg .ls-timer-message{
	display:none;
}
.logo{
    max-width:250px;
}
.logo2box{
    text-align:center;
}
.logo2box .logo2{ 
    max-width: 200px;
}
