@media (max-width: 768px) {
  #onlineberatungBeschreibung, #onlineberatungAntwort {
    min-height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #datumZurueck > span,#datumVor > span {
    display: none !important;
  }
}

#pInfoRechtsschutzGewuenscht > p {
  margin-bottom: 0px;
}

#mietrechtsschutzversicherungTooltip {
  white-space: pre-line;
  font-size: 12px !important;
}

.form-check-label::before {
  border: 2px solid #000000;
}

.form-control.is-valid[type='date'] {
  padding-right: inherit;
  background-image: none;
}

#knsReaderContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

#knsReaderIframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}