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

@font-face {
	font-family: Vista Sans;
	src: url('https://bm-forschung.de/limesurvey/upload/themes/survey/VistaSansOT-Book.otf')
	format("opentype");
}

body {
    font-family: Vista Sans !important;
    font-size: 16px !important;
}

.question-text {
    font-size: 20px;
    font-weight: bold;
    color: #0091cd;
}


.fa-asterisk::before{
    padding-right: 10px;
}

.form-horizontal .control-label{
    text-align: left;
}

#datasecurity_accepted{
    transform: scale(1.6);
}

h1{
    margin-bottom: 30px;
}

.h2, h2 {
    font-size: 20px;
}
m
.survey-welcome > p{
    line-height: 30px;
}

p{
    line-height: 25px;
}

body .top-container {
    margin-top: 25px !important;
}

.ls-answers tbody .answertext{
    text-align: left;
}

.fruity .text-primary{
    color: #0091cd;
}

.fruity a{
    color: #000000;
}

.fruity .btn-default, .fruity .btn-primary {
    background-color: #95c4e8;
    border: 1px solid #0091cd;
    color: #fff;
}

.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .btn-default.active:focus, .fruity .open .dropdown-toggle.btn-default, .fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    background-color: #0091cd;
    border: 1px solid #95c4e8;
    color: #fff;
}

.fruity .btn-primary[disabled] {
    background-color: #0091cd;
    border: 1px solid #95c4e8;
}

.fruity .btn-primary[disabled]:hover {
    background-color: #0091cd;
    border: 1px solid #95c4e8;
    color: #fff;
}

.fruity .progress-bar {
    background-color: #0091cd;
    box-shadow: inset 0 -1px 0 rgba(149,196,232,0.15);
}

.fruity .text-info {
    color: #0091cd;
}

.survey-name{
    display: none;
}

.ls-even {
    background-color: #95c4e833;
}

.fruity .navbar a.animate::after {
    background-color: #0091cd;
}

.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    background-color: #0091cd;
}

body .answer-item label::after {
    background-color: #0091cd;
}

.fruity a:hover {
    color: #0091cd;
}

.fruity .panel-primary {
    border: 1px solid #0091cd;
}

.fruity .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0091cd;
    border: 1px solid #0091cd;
}

.completed-text  {
    color: #0091cd;
}


/* On screens that are 767px or less */
@media screen and (max-width: 767px) {
    .begriffe{
        width: 400px;
        display: block;
        padding-top: 4px;
    }
}

/* On screens that are between 768px and 1199px */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .begriffe{
        width: 75px;
        display: block;
    }
    
    #question2377 .col-sm-3 {
     margin-left: 15px;
    }
}