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

/*
Schwarz     #000000     (Text)
Weiss       #ffffff     (Text, Häkchen, etc. vor farbigem Hintergrund)
Dunkelgrau  #C2C9CC     (Inaktive Optionen zB ja/nein)
Hellgrau    #F2F2F2     (Hintergrund von Fragen oder Textblöcken)
Blau        #009EE3     (Highlight)
Hellblau    #D5F3FD     (Hover)
Rot         #F42C5E     (Fehlermeldungen)
*/



.rtable td,
      .rtable th {
        text-align: left;
        padding: 10px;
      }
      .rtable {
        border-collapse: collapse;
      }
      .rtable tr {
        border: none;
      }
      .rtable td {
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
      }
      
@media only screen and (max-width: 600) {
  body .top-container {
        margin-top: 0 !important;
    }
}

.survey-description li, .survey-description p {
    text-align: left;
    color: black;
} 

.progress-bar, body .answer-item label::after {
    background-color:  #2CC4F4 !important;
}

.btn-primary {
    background-color: #009EE3 !important;
    border: 1px solid #009EE3 !important;
}

.btn-default {
    background-color: #FFFFFF !important;
    color: #009EE3 !important;
    border: 1px solid #009EE3 !important;
}

/******************************************************************/
/******************************************************************/
/* CSS zur Datenschutzerklärung ***********************************/

#datasecurity_accepted {
    vertical-align: top;
    float: left;
    margin-right: 10px !important;
    filter: grayscale(1) saturate(200%);
}

.panel-heading {
    background-color: #F2F2F2 !important;
    color: #000000 !important;
    font-size: 18px;
    border: none !important;
}

.panel-primary {
    border: solid 3px #F2F2F2 !important;
}

.panel-footer {
    background-color: #F2F2F2 !important;
}

.panel-footer > button:nth-child(1) {
    background-color: #009EE3 !important;
}

button.btn:nth-child(2) {
    border: solid 1px #009EE3 !important;
}

.control-label > a:nth-child(2), .control-label > a:nth-child(3) {
    color: #009EE3;
    font-weight: bold;
}

/******************************************************************/
/**********Allgemeine Fragenformatierung***************************/

.question-title-container {
    padding-top: 1em !important;
    padding-bottom: 0em !important;
}

.question-text br {
    display: block;
    margin: 0;
}

.fruity .question-item {
    padding-top: 0em !important;
}

.ls-answers {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0 !important;
}

ol, ul {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}

.group-description{
    min-height: 20px;
    padding: 0px;
    background-color: white;
    border: none;
    box-shadow: none;
}
/******************************************************************/
/******************************************************************/
/* RESPONSIVE DESIGN **********************************************/
@media only screen and (max-width: 480px) { 
    input.numeric {
        width: 90%;
    }
    
    .withsuffix > div > input, .withsuffix > div > div {
        display: inline !important;
    }
    
    .optional{
        display: none;
    }
} 

@media only screen and (max-device-width: 760px) { 
    .question-title-container {
        padding-top: 10px !important;
        padding-bottom: 5px !important;
    }
    
    #navigator-container {
        padding-right: 15px;
        padding-left:  15px;
    }
    
    .h3 {
    font-size: 28px !important;
    }
    
    .h4 {
        font-size: 16px !important;
        line-height: 1.42857143 !important;
        color: #333 !important;
    }
    
    #limesurvey > div.privacy.row > div > div.row > div > label, #datasecurity_accepted {
        display: inline;
    }
    
    #answer771691X379X5579 {
        width: 50% !important;
    }
    
    tr {
        border: 2px #C2C9CC solid;
    }
    
    select.form-control {
		font-size: 16px;
		height: auto;
	}
	
	label {
	    font-weight: normal;
	}
}

.h1, h1 {
    font-size: 28px;
    line-height: 1.42857143 !important;
    color: #333 !important;
}


.h4 {
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    background-color: #fff !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    }

.question-container {
    background-color: #f2f2f2 !important;
    border: none !important;
    box-shadow: none !important;
}

.logo {
    max-height: 60px !important;
}

.logo-container.hidden-xs {
    display: block !important;
}

.space-col {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

@media (max-width: 1000px) {  760 
    .answer-text {
        white-space: nowrap;
        width: auto !important;
        vertical-align: top !important; 
    }
}
    
@media (max-width: 760px) {
    .ka-option {
        display: none;
    }
    .ka-short {
        display: inline;
    }
}

@media (min-width: 760px) {
    .ka-option {
        display: inline;
    }
    .ka-short {
        display: none;
    }
}

@media only screen and (max-width: 760px) { 
    .desktop-question {
        display: none;
    }

    .mobile-question {
        display: inline;
    }
}

@media only screen and (min-width: 760px) { 
    .desktop-question {
        display: inline;
    }

    .mobile-question {
        display: none;
    }
}

/******************************************************************/
/******************************************************************/
/* Checkboxen *****************************************************/

.progress-bar, body .answer-item label::after {
    background-color:  #009EE3 !important;
}

/******************************************************************/
/******************************************************************/
/* Freitextfelder *************************************************/

.fruity .form-control:focus {
    border: 1px solid #009EE3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0, 158, 227, 0.6);
}

input[type="text"] {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857143; 
}


/******************************************************************/
/******************************************************************/
/* Ja/Nein-Fragen *************************************************/

.yesno-button .btn-primary {
    background-color: #C2C9CC !important;
    border: none !important;
}

.yesno-button .btn-primary.active.focus {
    background-color: #009EE3 !important;
    border: none !important;
}

.yesno-button .btn-primary.active {
    background-color: #009EE3 !important;
    border: none !important;
}

.yesno-button .btn-primary:hover {
    background-color: #009EE3 !important;
}


/******************************************************************/
/******************************************************************/
/* Zwischenüberschriften ******************************************/

.zwischen {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
    padding-bottom: 1em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-top: 1em !important;
}


/******************************************************************/
/******************************************************************/
/* Warnmeldungen **************************************************/

.ls-em-error {
    color: #F42C5E !important;
}

.ls-em-success {
    color: #009EE3 !important;
}

.ls-em-success {
    display: none !important;
}

/******************************************************************/
/******************************************************************/
/* Endnachricht ***************************************************/

.completed-text > p:nth-child(4) > a:nth-child(1) {
    color: #009EE3 !important;;
}

/******************************************************************/
/******************************************************************/
/* Matrixfragen ***************************************************/

/*@media only screen and (max-device-width: 1024px) {
    
}**/

td {
        position:relative;
        Vertical-align: top;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    th.answertext.control-label {
        font-weight: normal !important;
    }

    .ls-label-xs-visibility {
        margin-left: 0 !important;
    }
    
    th.answer-text {
        text-align: center;
    }

p a {
    color: #009EE3 !important;
}

.other-text-item, .other-text-item .input-sm {
    width: 100% !important;
}

.control-label {
    font-weight: normal !important;
}

/** General Question Texts/Labels **/
.ls-label-question {
    font-weight: bold !important;
}