/* Bugfix Link-Überlagerung */
.wrapper {
  padding-top: 0;
  margin-top: 0;
}

/* Standardschrift ändern */
* {
  font-family: 'Open Sans', Arial, sans-serif;
}

/* Kontrast und Texteigenschaften anpassen */
.btn-light {
  background-color: #0095ff;
  text-transform: none;
}

/* Kontrasumschalter */

.mainheader {
  background-color: #fff;
}

a.schalter_ein {
  color: #000 !important;
}

a.schalter_ein:hover {
  color: #0084ee !important;
}

/* Lichtstadtlabel Desktop Ansicht */

.jenalabel {
   /* margin-left: 968px; */
    margin-top: 115px;
    position: absolute;
    text-align: right;
    width: 100%;
    /* margin-right: 0%; */
    max-width: 87%;
}

.jenalabel img {
    width: 50px;
}

@media (min-width:992px) and (max-width:1199px) {
    .jenalabel {
      margin-left: 870px
    }
}

/* Breite des Contentbereichs angleichen für das Andocken des Labels */

.content--calendar, .content--cnc, .content--personaldata {
    max-width: 767px;
}

/* Lichtstadtlabel mobile Ansicht */

#mobilheader {
    text-align: right;
}

/* .col-xs-12 {
    width: 100%;
} */

#mobilheader a {
    display: block;
    background: #000 none repeat scroll 0 0;
    margin: 0 -15px;
}

#mobilheader img {
    width: 50%;
    max-width: 300px;
}

/* Hintergrundfarbe der Buttons */
.btn {
  background-color: #002C77;
}

/* Abstand zwischen zwei Buttons */
/*.col-xs-12 {
  width: 24%; 
}*/ /* sorgt für Probleme bei der Anliegenauswahl auf Smartphones ab TVO 3.2.3 */

.col-xs-9 {
	width: 70%;
}

/* Padding Schaltfläche entfernen */
#grouped_concerns_wrap .grouped_concerns_content {
  padding: 0;
}

/*Model Abbrechen-Button Abstand entfernen*/
button.sel_button.btn.btn-primary.pull-left.fifty.btn-abort {
    margin-left: 0px;
}

/* Wizard Color */
.wizard li.active span.round-tab {
  background: #fff;
  border: 6px solid #002C77;
}
.wizard li.active::after {
  border-bottom-color: #002C77;
}

#info_box > .panel-heading, #filter_accordion .ui-state-active, #sugg_accordion .ui-state-active, #info_accordion .ui-state-active {
	border-color: #002C77;
	background: #002C77;
}