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


.fruity .question-item {
     padding-top: 0px; 
 }


.form-group {
    margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
.top-container {
    margin-top: 20px !important;
}
}


.ls-answers .ls-heading > th {
    vertical-align: top;
}


@media screen and (max-width: 767px) {
div.Matrix_Nummer {
 min-width: 20px;
 float: left !important;
 display: inline !important;
}

div.Matrix_Schrift {
 margin-left: 5px;
 width: 200px !important;
 float: left !important;
 display: inline !important;
}
}

/* Impressum mit Abstand zu Zurück-Button */
.FOM-Leiste {
 height: 20px;
 margin-top: 60px !important; 
 display: block !important;
}

/* Grüne Schrift bei Fragen in mobiler Ansicht */
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    table.ls-answers tr th {
        color: #00998a !important;
    }
}


.fruity a {
 color: #00998a !important; 
}

.fruity a:hover {
 
}

.fruity .text-info {
  color: #00998a;
}

button, input, optgroup, select, textarea {
    color: #00998a;
}

input:checked {
    color: #00998a;
}

.fruity .btn-primary {
    background-color: #00998a;
    border: 1px solid #00998a;
}
    
.fruity .progress-bar {
    background-color: #00998a;
}
    
/* Logo auch in Mobilansicht sichtbar  */

@media (max-width: 767px) {
.navbar-header > .hidden-xs {
    display: block !important;
    width: 300px;
 }
}

@media (max-width: 320px) {
.navbar-header > .hidden-xs {
    width: 250px;
 }
}


    
/* Footer */
.fomfooter {
 float: none;   
}

/* Navigationsleiste unten mit Rand wie Rest */
#navigator-container {
 margin-left: 0px !important;
 margin-right: 0px !important;
 margin-top: 5 px !important;
 margin-bottom: 0px !important;
}
    
/* Silbentrennung ausschalten */
#outerframeContainer {
}

/* Im Fragentext keine Trennung */
.answertext {
 hyphens: manual !important;
}

/* Impressum-Leiste mit Rand links */
.FOM-Leiste {
 padding-left: 15px !important;
}

.token-page > .h3 {
 padding-bottom: 15px;   
}
