.c-job-offers__list .c-teaser-job-offer__topline .c-teaser-job-offer__topline-element.is-date {
    border-right: 0;
}
.c-sort__container {
  min-width: 20rem;
}

@media only screen and (min-width: 64em){
.s-richtext .c-job-offers {
    margin-left: -20rem;
    margin-right: -20rem;
}
}

/**** Positionierung und Darstellung Fußnoten ****/
a.RichTextIntLink.footnote {
    display: inline-block;
    padding-left: 3px;
}
.footnote > ol > li.is-highlighted::before {
    content: counter(item) ". ";
    position: absolute;
    top: 0;
    left: 0;
    border-left: initial;
    height: initial;
    display: initial;
    width: initial;
    z-index: initial;
    text-decoration: underline;
}
.footnote > ol > li.is-highlighted::after {
    content: none;
}

/**** Social-Media-Icons nicht überdecken ****/
@media only screen and (min-width: 80em) {
  .c-footer__fixed .c-fixed__list {
    z-index: 10000;
  }
}

/**** Newsletter-Standardansicht anpassen ****/
span.c-meta:empty {
  display: none;
}

/**** Anpassungen Formular (AVB-Umfrage) ****/
.formLabel_addon {
  display: block;
  font-weight: normal !important;
  text-transform: none !important;
}
.input_short input {
  width: 25%;
}
.input_short .formField {
  display: inline;
}
.input_short span:not(.formLabel_addon) {
  font-size: 1.7rem;
  margin-left: 20px;
}
p.umfrage_hervorhebung {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
p.umfrage_verkleinerung {
  font-size: 1.5rem;
}
