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

    

/****

Nur die neuen Befehle

*/


/* Speziell fuer erste Seite - ueberarbeitungsbeduerftig  */
#question110 {
 margin-bottom: 0 !important;
}

/* Test - ueberarbeitungsbeduerftig  */
ul {
 margin-bottom: 0 !important;
}


/* Root scheint ueberfluessig */

:root {
  --bs-green: #00C6B2 !important;
  --bs-primary: #00C6B2 !important;
  --bs-success: #00C6B2 !important;
  --bs-body-color: #00C6B2 !important;
  --bs-body-color-rgb: 0, 198, 178 !important;
  --bs-primary-rgb: 0, 198, 178 !important;
}


body {
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 24px !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}


/* Rand um Buttons nach Druecken */

.success-border {
  border-color: #00C6B2 !important;
}


/* Logo */

.logo-container > img {
  max-height: 100px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
  padding-left: 0px !important;
  width: auto;
}

.logo-container {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}

.Nav-rechts {
  padding: 10px;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  line-height: 1.3rem !important;
  color: #00C6B2 !important;
}

/* Menü Fortfahren (klappt nicht) */
.nav-link:hover {
    background-color: yellow !important;
}


/* Titel Befragung gesamt */

.large-heading {
  font-weight: 600 !important;
  font-size: 2rem !important;
  line-height: 36px !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


/* Startseite */
.form-heading {
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  line-height: 24px !important;
}


/* Anzahl Fragen */

.question-count-text {
  font-size: 1.1 !important;
  line-height: 24px !important;
  font-weight: 600 !important;
}

/* Titel Befragungsgruppe */

.group-container .group-description {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 22px;
}

.group-title {
  font-weight: 600 !important;
  font-size: 1.8rem !important;
  line-height: 36px !important;
  margin-top: 1em !important;
  margin-bottom: 20px !important;
}

/* Frage */

.question-container .ls-label-question {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}

/* Question-Message */

.ls-question-message {
  color: #1E1E1E !important;
  font-style: italic !important;
  font-size: 1rem !important;
}


/* Beschriftung Matrixfragen */
.ls-answers .ls-heading > th {
  vertical-align: top !important;
}


/* Radio-Button */

.radio-item label::before {
  border: 2px solid #6E748C;
  background-color: #fff;
}

.radio-item label::after {
  background-color: #00C6B2;
}

input[type=radio] .styled:checked + label::before {
  color: #fff;
}

input[type=radio] .styled:checked + label::after {
  color: #fff;
}

.radio-item input[type=radio] + label::after {
  background-color: #00C6B2;
}

.radio-item input[type=radio]:checked + label::before {
  border-color: #00C6B2;
}

.radio-item input[type=radio]:checked + label::after {
  background-color: #00C6B2;
}

.checkbox-item input[type=radio]:focus + label::before {
  outline: none;
}

.radio-item input[type=radio]:checked + label {
  color: #00C6B2;
}

.list-group.list-group-horizontal .radio-item {
  margin-right: 3rem;
}


/* Checkbox */

.checkbox-item input[type=checkbox]:checked + label {
  color: #00C6B2;
}

.checkbox-item label::before {
  border: 3px solid #6E748C;
  background-color: #fff;
}

.checkbox-item input[type=checkbox]:checked + label::before {
  border-color: #00C6B2;
}

.checkbox-item input[type=checkbox]:checked + label::after {
  background-color: transparent;
  color: #00C6B2;
}

input[type=checkbox]:checked:after,
.checkbox input[type=checkbox]:checked:after,
.checkbox-inline input[type=checkbox]:checked:after {
  background-color: #00C6B2;
  border-color: #00C6B2;
}







.top-container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


.progress-bar {
  background-color: #00C6B2;
  box-shadow: none;
}


.top-container .progress {
  height: 6px !important;
  margin-bottom: 0;
}



/* Links */
a {
 color: #00C6B2 !important;
 font-size: 1rem;
 font-weight: 550 !important;
 text-decoration: none;
}

.groesser {
 font-size: 1.1rem !important;    
}

a:hover {
 color: #009F8F !important; 
}

/* Impressum */

.Impressum {
 padding-left: 15px !important;
 padding-bottom: 10px !important;
 height: 20px !important;
 margin-top: 10px !important; 
 display: block !important;
}

/* Button */

.btn-primary {
    background-color: #00C6B2;
    border: 1px solid #00C6B2;
}

.btn-primary:hover {
  background-color: #009F8F;
  border: 1px solid #009F8F;
}

.btn-primary:active {
  background-color: #009F8F;
  border: 1px solid #009F8F;
}

.btn-primary:focus {
  background-color: #00C6B2 !important;
  border: 1px solid #00C6B2 !important;
}



/* Antworttext */

.dsheader {
  color: #00C6B2 !important;
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  .answer-text .control-label {
  color: #000000 !important;
  font-weight: 600 !important;
}
}

.ls-answers th {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 20px !important;
  color: #000000 !important;
}

/* Sichtbare Antwortbeschriftungen formatieren,
   versteckte Matrixbeschriftungen aber nicht überschreiben */
.ls-answers label:not(.ls-label-xs-visibility),
.answer-item label:not(.ls-label-xs-visibility),
.control-label:not(.ls-label-xs-visibility) {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 20px !important;
  color: #000000;
}



 /* Logo auch in Mobilansicht sichtbar */

@media (max-width: 767px) {

a.navbar-brand {
 min-height: 0px !important;
 height: 0px !important;
}

img.logo {
 height: auto;
 max-width: 70%;
}

.d-md-block {
  display: block !important;
} 

.top-container {
 margin-top: 0 !important;    
}    

}



@media (max-width: 320px) {
.top-container {
 margin-top: 0 !important;    
}
.top-container {
 padding-top: 0px;
}
} 


/* Matrixkopf: Auf Desktop Umbruch nach der Zahl */
@media (min-width: 768px) {
  .ls-answers .ls-heading .matrix-head-number {
    display: block;
  }
}

/* Mobil: Zahl und Text wieder in einer Zeile */
@media (max-width: 767.98px) {
  .ls-answers .ls-heading .matrix-head-number {
    display: inline;
  }

  .ls-answers .ls-heading .matrix-head-number::after {
    content: " ";
  }
}


/* In der Mobilansicht zusätzliche Umbrüche entfernen */
@media (max-width: 767.98px) {
  br.desktop-break {
    display: none;
  }
}