/******************
    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
*/
/** Fortschrittsbalken */
.fruity .progress-bar {
    background-color: #00bbca;
}

/** Normaler Text auf der Seite */
.fruity .text-primary {
    color: #000;
}

/** Warnungsfeld */
.fruity .alert-warning {
    color: #00bbca;
    border-color: #00bbca;
}

/** Weiter Button */
.fruity .btn-primary {
    background-color: #00bbca;
}
.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.ac
    background-color: #55707c;
}

/** Zurück Button */
.fruity .btn-default {
    color: #00bbca;
    border-color: #00bbca;
}
/** Links */
.fruity a {
    color: #00bbca;
    padding-right: 8%;
}
.fruity a:hover {
    color: #55707c;
}

/** Der Auswahlpunkt bei Multiple Choice Fragen */
body .answer-item label::after {
    background-color: #00bbca;
}

/** Unterüberschriftentext */
.fruity .text-info {
    color: #00bbca;
}
/** Unterstreichungen bei Unterüberschriften */
.fruity .navbar a.animate::after {
    background-color: #00bbca;
}

/** Footer in Umfragenübersicht */
#surveyListFooter {
    text-align: right;
}

/** Logo in der Head row links oben */
.logo-container > a > img {
    max-height: 90px;
    padding: 15px;
    width: auto;
}
