#fahrplanauskunft-outer * {
  font-family: MetaWeb;
}

#fahrplanauskunft-row {
  padding-right: 0;
  padding-left: 15px;
  position: absolute;
  right: 0px;
  top: 16px;
  z-index: 11;
  color: #ffffff;
}

#fahrplanauskunft-outer {
  background-color: #d40000;
  padding-left: 7px;
  padding-right: 7px;
}

form#fahrplanauskunft input {
  padding-top: 5px;
  border-radius: 5px;
  padding-left: 3px;
  background: #d6d7d9; /* Old browsers */
  background: -moz-linear-gradient(top, #d6d7d9 0%, #f7f7f7 64%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d7d9), color-stop(64%,#f7f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%); /* IE10+ */
  background: linear-gradient(to bottom, #d6d7d9 0%,#f7f7f7 64%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d7d9', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

form#fahrplanauskunft select {
  border-radius: 5px;
  padding-left: 3px;
}

#fahrplanauskunft-row h2 {
  font-size: 19px;
}

#ui-scheduler-toggle {
  position: relative;
  z-index: 0;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 2px solid #e91a22;
  height: 53px;
}

#ui-scheduler-toggle h2 {
  position: absolute;
  top: 0;
  z-index: -1;
  margin-top: 24px;
}

#js-scheduler-toggle .icon-arrow_up, #js-scheduler-toggle .icon-arrow_down {
  font-size: 13px;
  margin-right: 30px;
}

#js-scheduler-toggle.open .icon-arrow_down, #js-scheduler-toggle.closed .icon-arrow_up {
  display: none;
}

#fahrplanauskunft .highlight {
  font-weight: bold;
  padding-right: 10px;
}

.datumWrap .spacing:first-of-type {
  padding-right: 30px !important;
  padding-left: 6px !important;
}

.uhrzeitWrap .spacing {
  padding-right: 34px !important;
}

.datumWrap .spacing:nth-of-type(2) {
  padding-right: 20px !important;
}

label[for=input_day0], label[for=uhrzeit] {
  margin-left: 20px;
}

#fahrplanauskunft label {
  font-size: 0.95em;
}

.ankunftWrap, .abfahrtWrap {
  left: 1px;
  white-space: nowrap;
}

.abfahrtWrap input, #input_day0 {
  margin-left: 14px;
  padding-bottom: 0px;
}

#uhrzeit {
  margin-left: 20px;
  padding-bottom: 0px;
}

#fahrplanauskunft-container #input_day0, #fahrplanauskunft-container #input_year0, #fahrplanauskunft-container #uhrzeit {
  width: 100%;
  height: 27px;
  padding-top: 3px;
  font-weight: bold;
  font-size: 1em;
  background: #d6d7d9; /* Old browsers */
  background: -moz-linear-gradient(top, #d6d7d9 0%, #f7f7f7 64%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d7d9), color-stop(64%,#f7f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%); /* IE10+ */
  background: linear-gradient(to bottom, #d6d7d9 0%,#f7f7f7 64%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d7d9', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

#fahrplanauskunft #startpunkt, #fahrplanauskunft #endpunkt, #fahrplanauskunft .submit {
  margin-top: 1px;
  width: 100%;
  height: 27px;
}

#fahrplanauskunft .startpunktWrap, #fahrplanauskunft .endpunktWrap {
  margin-left: 20px;
  margin-right: 20px;
}

#fahrplanauskunft .uhrzeitWrap {
  margin-right: 40px;
  width: auto;
}

#fahrplanauskunft .endpunktWrap, #fahrplanauskunft .uhrzeitWrap {
  margin-top: 13px;
}

#fahrplanauskunft .datumWrap {
  margin-top: 9px;
}

#fahrplanauskunft .startpunktWrap , #fahrplanauskunft .submit {
  margin-top: 8px;
}

#fahrplanauskunft .datumWrap > .row {
  justify-content: space-between;
}

#fahrplanauskunft .datumWrap > .row, #fahrplanauskunft .uhrzeitWrap > .row{
  margin-top: 2px;
}

#fahrplanauskunft .standortWrap {
  margin-top: 12px;
}

form#fahrplanauskunft .submit {
  font-weight: bold;
  background: #b55b5b;
  background: -moz-linear-gradient(top, #b55b5b 0%, #b55b5b 50%, #951414 50%, #951414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b55b5b), color-stop(50%,#b55b5b), color-stop(50%,#951414), color-stop(100%,#951414));
  background: -webkit-linear-gradient(top, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  background: -o-linear-gradient(top, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  background: -ms-linear-gradient(top, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  background: linear-gradient(to bottom, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b55b5b', endColorstr='#951414',GradientType=0 );
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  /*font-size: 24px;*/
  font-size: 1.3em;
  height: 1.6em;
  padding-top: 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}

#fahrplanauskunft .submitWrap {
  margin: 7px 20px 5px 20px;
}

#link-zu-plaene-container {
  margin-bottom: -2px;
  padding-bottom: 27px;
}
#link-zu-plaene-container a {
  color: #ffffff;
  text-decoration: none;
}
#link-zu-plaene-container a:hover {
  text-decoration: underline;
}

#link-zu-plaene-container > div {
  margin-left: 20px;
  margin-right: 20px;
  border-top: 2px solid #e91a22;
  position: relative;
}

#link-zu-plaene-container h2 {
  margin: 19px 0 14px 40px;
}

#link-zu-plaene-container > div:first-of-type {
  margin-top: 8px;
}

.haf_ic_loc_start, .haf_ic_loc_dest, .haf_map_currpos, .haf_oppdir {
  background-image: url(../icons/start_ziel_sprite.png) !important;
  background-size: cover !important;
}

.haf_ic_loc_start {
  background-position-x: 0%;
}

.haf_ic_loc_dest {
  background-position-x: -26px;
}

.haf_map_currpos {
  background-position-x: -52px;
}

.haf_oppdir {
  background-position-x: -78px;
}

#HFS_GetActualPosition {
  padding-left: 9px !important;
}

.hfs_linkChangeDirection {
  padding-left: 15px !important;
}

.hfs_formWrapper .hfs_formControlGroup .hfs_control .hfs_inputText.covered {
  padding-right: 32px !important;
}

#right-side-red .sprite-haltestelle, #right-side-red .sprite-info, #right-side-red .sprite-netzplan, #sprite-vbn-24h {
  position: absolute;
  float: left;
  top: 7px;
  left: -1px;
  width: 35px;
  height: 100%;
  background-image: url(../icons/info_haltestelle_netzplan_phone_sprite.png);
  background-size: 400%;
  background-repeat: no-repeat;
  background-position-y: center;
}

#right-side-red .sprite-info {
  position: relative;
  height: 35px;
  background-size: cover;
}

#right-side-red .sprite-info {
  left: -3px;
  top: -12px;
  position: absolute;
}

#right-side-red .sprite-netzplan {
  background-position-x: 66.67%;
}

#right-side-red .sprite-haltestelle {
  background-position-x: 33.33%;
}

#sprite-vbn-24h {
  background-position-x: 100%;
  height: 41px;
}

#js-scheduler-toggle {
  padding-top: 14px;
  padding-left: 11px;
  height: 100%;
}

body.isoli-page #content-top-area {
  z-index: 1;
}
body.isoli-page #js-scheduler-toggle, body#pid-581 #js-scheduler-toggle {
  display: block;
}
body.isoli-page #right-side-red .sprite-info, body#pid-581 #right-side-red .sprite-info {
  left: initial;
  right: 20px;
  top: -11px;
  height: 39px;
  width: 39px;
}
body.isoli-page #ui-scheduler-toggle h2, body#pid-581 #ui-scheduler-toggle h2 {
  left: 50px;
  margin-top: 20px;
}
body.isoli-page #js-scheduler-toggle, body#pid-581 #js-scheduler-toggle {
  padding-left: 0;
}
body.isoli-page #fahrplanauskunft-row, body#pid-581 #fahrplanauskunft-row {
  min-width: 340px;
}
body.isoli-page #breadcrumbs {
  margin-right: 20px;
}

#fahrplanauskunft .container,
#fahrplanauskunft .col-1,
#fahrplanauskunft .col-2,
#fahrplanauskunft .col-3,
#fahrplanauskunft .col-4,
#fahrplanauskunft .col-5,
#fahrplanauskunft .col-6,
#fahrplanauskunft .col-7,
#fahrplanauskunft .col-8,
#fahrplanauskunft .col-9,
#fahrplanauskunft .col-10,
#fahrplanauskunft .col-11,
#fahrplanauskunft .col-12,
#fahrplanauskunft .col,
#fahrplanauskunft .col-auto,
#fahrplanauskunft .col-sm-1,
#fahrplanauskunft .col-sm-2,
#fahrplanauskunft .col-sm-3,
#fahrplanauskunft .col-sm-4,
#fahrplanauskunft .col-sm-5,
#fahrplanauskunft .col-sm-6,
#fahrplanauskunft .col-sm-7,
#fahrplanauskunft .col-sm-8,
#fahrplanauskunft .col-sm-9,
#fahrplanauskunft .col-sm-10,
#fahrplanauskunft .col-sm-11,
#fahrplanauskunft .col-sm-12,
#fahrplanauskunft .col-sm,
#fahrplanauskunft .col-sm-auto,
#fahrplanauskunft .col-md-1,
#fahrplanauskunft .col-md-2,
#fahrplanauskunft .col-md-3,
#fahrplanauskunft .col-md-4,
#fahrplanauskunft .col-md-5,
#fahrplanauskunft .col-md-6,
#fahrplanauskunft .col-md-7,
#fahrplanauskunft .col-md-8,
#fahrplanauskunft .col-md-9,
#fahrplanauskunft .col-md-10,
#fahrplanauskunft .col-md-11,
#fahrplanauskunft .col-md-12,
#fahrplanauskunft .col-md,
#fahrplanauskunft .col-md-auto,
#fahrplanauskunft .col-lg-1,
#fahrplanauskunft .col-lg-2,
#fahrplanauskunft .col-lg-3,
#fahrplanauskunft .col-lg-4,
#fahrplanauskunft .col-lg-5,
#fahrplanauskunft .col-lg-6,
#fahrplanauskunft .col-lg-7,
#fahrplanauskunft .col-lg-8,
#fahrplanauskunft .col-lg-9,
#fahrplanauskunft .col-lg-10,
#fahrplanauskunft .col-lg-11,
#fahrplanauskunft .col-lg-12,
#fahrplanauskunft .col-lg,
#fahrplanauskunft .col-lg-auto,
#fahrplanauskunft .col-xl-1,
#fahrplanauskunft .col-xl-2,
#fahrplanauskunft .col-xl-3,
#fahrplanauskunft .col-xl-4,
#fahrplanauskunft .col-xl-5,
#fahrplanauskunft .col-xl-6,
#fahrplanauskunft .col-xl-7,
#fahrplanauskunft .col-xl-8,
#fahrplanauskunft .col-xl-9,
#fahrplanauskunft .col-xl-10,
#fahrplanauskunft .col-xl-11,
#fahrplanauskunft .col-xl-12,
#fahrplanauskunft .col-xl,
#fahrplanauskunft .col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}



@media (min-width: 768px) {
  #js-scheduler-toggle {
    display: none;
  }

  /*#fahrplanauskunft-container, #link-zu-plaene-container {*/
    /*display: initial;*/
  /*}*/
}

@media (min-width: 1200px) {
  .uhrzeitWrap .spacing {
    padding-right: 18px !important;
  }
}

@media (min-width: 1601px) {
  #right-side-red.container-fluid {
    max-width: 1550px;
    padding-left: 25px;
  }
}

@media (max-width: 1340px) {
  #fahrplanauskunft-row {
    padding-right: 15px;
  }
}

@media (max-width: 1220px) {
  #fahrplanauskunft-outer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  body:not(.isoli-page, #pid-581) #fahrplanauskunft-outer {
    min-height: 468px;
  }
  body.isoli-page #fahrplanauskunft-row, body#pid-581 #fahrplanauskunft-row {
    top: 12px;
  }
}

@media (max-width: 991px) {
  #vbn-24h {
    display: none;
  }

  #content-main-area .tramline-logo,
  #content-main-area .busline-logo,
  #content-main-area .nightline-logo
  {
    margin-right: 90px !important;
  }

  /*body.isoli-page #fahrplanauskunft-row, body#pid-581 #fahrplanauskunft-row {*/
    /*top: -60px;*/
  /*}*/
}

@media (max-width: 767px) {

  #right-side-red .sprite-info {
    left: initial;
    right: 38px;
    top: -11px;
    height: 39px;
    width: 39px;
  }

  #ui-scheduler-toggle {
    height: 45px;
  }

  #js-scheduler-toggle {
    padding-left: 10px;
  }

  #fahrplanauskunft-row {
    padding-left: 0;
    padding-right: 0;
  }
  form#fahrplanauskunft {
    padding-left: 7px;
    padding-right: 7px;
  }

  #fahrplanauskunft-row {
    position: initial;
  }

  #fahrplanauskunft-row h2 {
    font-size: 24px;
  }

  #ui-scheduler-toggle h2 {
    left: 62px;
    margin-top: 13px;
  }

  #fahrplanauskunft label {
    font-size: 13px;
    font-size: 18px;
  }

  #fahrplanauskunft .startpunktWrap {
    margin-top: 14px;
  }

  #fahrplanauskunft .endpunktWrap, #fahrplanauskunft .standortWrap, #fahrplanauskunft .uhrzeitWrap {
    margin-top: 16px;
  }

  #fahrplanauskunft .datumWrap, #fahrplanauskunft .submitWrap {
    margin-top: 19px;
  }

  #fahrplanauskunft #startpunkt, #fahrplanauskunft #endpunkt, #fahrplanauskunft .submit, #fahrplanauskunft-container #input_day0, #fahrplanauskunft-container #input_year0, #fahrplanauskunft-container #uhrzeit {
    height: 31px;
    margin-top: 2px;
    font-size: 18px;
    padding-left: 6px;
  }

  form#fahrplanauskunft .submit {
    font-size: 25px;
    height: 40px;
    padding-top: 7px;
  }

  .datumWrap .spacing:nth-of-type(2) {
    padding-left: 12px !important;
  }

  .ankunftWrap {
    padding-left: 14px !important;
  }

  .abfahrtWrap input {
    margin-left: 16px;
  }

  #link-zu-plaene-container {
    margin-top: 25px;
    margin-left: 0px;
  }

  #link-zu-plaene-container h2 {
    margin-left: 53px;
  }

  #link-zu-plaene-container .styling:first-of-type h2 {
    margin-top: 19px;
    margin-bottom: 20px;
  }

  #link-zu-plaene-container .netzplan {
    margin-top: 20px;
  }

  #right-side-red .sprite-haltestelle, #right-side-red .sprite-netzplan {
    top: 10px;
    left: 5px;
    width: 40px;
    height: 40px;
  }

  .styling.netzplan {
    display: none;
  }

}


/* >>> Styles for and overwrites of Hafas WebApp >>> */
.hfs_formWrapper .hfs_formControlGroup .hfs_control .hfs_inputOverflowCover {
  display: none !important;
}

.hfs_formWrapper .hfs_formControlGroup .hfs_control .hfs_inputText {
  border-bottom: none !important;
}

.hfs_formWrapper .hfs_inputIconWrapper,
.hfs_formWrapper .hfs_formControlGroup,
.hfs_formWrapper .hfs_formControlSeparator,
.hfs_formWrapper .hfs_fieldsetWrapper,
[data-hfs-widget] .hfs_widgetAppContainer {
  background-color: inherit !important;
}

.hfs_dtpHolder .hfs_datetimePickerClickArea {
  color: #ffffff !important;
  font-weight: bold;
}

.hfs_formWrapper .hfs_formControlGroup .hfs_control .hfs_inputText.covered, .hfs_wrapResultContainer .hfs_formControlGroup .hfs_control .hfs_inputText.covered {
  height: 27px;
  padding-top: 6px;
  border-radius: 5px;
  background: #d6d7d9; /* Old browsers */
  background: -moz-linear-gradient(top, #d6d7d9 0%, #f7f7f7 64%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d7d9), color-stop(64%,#f7f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%); /* IE10+ */
  background: linear-gradient(to bottom, #d6d7d9 0%,#f7f7f7 64%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d7d9', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.hfs_formWrapper .hfs_formAction .hfs_btn.hfs_btnPrimary {
  font-weight: bold;
  background: #b55b5b;
  background: -moz-linear-gradient(top, #b55b5b 0%, #b55b5b 50%, #951414 50%, #951414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b55b5b), color-stop(50%,#b55b5b), color-stop(50%,#951414), color-stop(100%,#951414));
  background: -webkit-linear-gradient(top, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  background: -o-linear-gradient(top, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  background: -ms-linear-gradient(top, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  background: linear-gradient(to bottom, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b55b5b', endColorstr='#951414',GradientType=0 );
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.4em;
  height: 1.63em;
  padding-top: 7px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}

.hfs_formFieldset {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.hfs_formAction {
  padding: 5px 20px 14px 20px !important;
}

.hfs_formWrapper .hfs_formControlGroup .hfs_control .hfs_inputText {
  width: 100% !important;
}

.hfs_formWrapper .hfs_formControlGroup .hfs_control .hfs_inputText::placeholder {
  color: #000000;
}

.hfs_formWrapper .hfs_formControlGroup .hfs_control .hfs_inputText.covered {
  color: #000000;
  font-weight: bold;
  font-size: 1.33em;
  line-height: 1.33em;
  height: 31px;
  padding-left: 42px;
}

.hfs_formWrapper .hfs_linkChangeDirection i, .hfs_formWrapper .hfs_getActualPosition i,
.hfs_formWrapper .hfs_inputIconWrapper i, .hfs_wrapResultContainer .hfs_inputIconWrapper i{
  margin-top: 3px !important;
}

.hfs_formWrap {
  margin-top: 17px;
}

.hfs_formWrapper .hfs_getActualPosition, .hfs_formWrapper .hfs_linkChangeDirection {
  padding-right: 0 !important;
  width: 37px !important;
}

.hfs_markerConn + .hfs_formControlGroup {
  margin-top: 19px;
}

.hfs_formFieldset .hfs_markerConn {
  top: 32px !important;
  left: 17px !important;
  width: 2px !important;
  height: 28px !important;
  background-color: #5f3338 !important;
}

.hfs_dtp_displayWrap span {
  font-size: 18px !important;
}

.haf_ic_expand {
  background-image: none !important;
}
.haf_ic_expand::before {
  font-family: "bsag_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  position: relative;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;

  content: "\e800";
  color: white;
  font-size: 11px;
  top: -2px;
  right: -4px;
}

.hfs_formWrapper .hfs_formControlGroup .hfs_control {
  display: inline-block;
}

.hfs_dtpHolder .hfs_linkTimeNow {
  position: static !important;
  vertical-align: 7px;
}

.hfs_DtpDisplayDir {
  width: 32px !important;
}

span.hfs_DtpDisplayDir + span {
  margin-right: 1px !important;
}

.hfs_dtpHolder .hfs_datetimePickerClickArea {
  line-height: normal !important;
  margin: 12px 0 8px 0;
}

.hfs_dtpHolder {
  margin-right: 0px !important;
  margin-left: 9px !important;
  padding-top: 8px;
}

.hfs_dtpRenderTarget {
  z-index: 1;
  position: relative;
}

.hfs_control .hfs_focusable {
  border: none !important;
  box-shadow: none !important;
}

.hfs_dtp_timePicker_row:nth-child(2), .hfs_dtp_adjustTimeBlock {
  color: black;
}

.hfs_inputIconWrapper {
  width: 36px !important;
  height: 36px !important;
}

i.hfs_icoButton {
  height: 26px !important;
  width: 26px !important;
}

@media (max-width: 575px) {
  .hfs_dtpRenderTarget {
    position: absolute;
    width: 100vw;
    left: calc(57px - 50vw);
  }
}

@media (max-width: 767px) {
  .hfs_fieldsetWrapper {
    text-align: center !important;
  }

  .hfs_formFieldset {
    display: inline !important;
    width: calc(100% - 40px);
    max-width: 350px;
  }

  .hfs_control {
    width: 100%;
  }

  .hfs_formControlGroup + .hfs_formControlGroup .hfs_control {
    width: auto;
  }
}

@media (min-width: 768px) {
  .hfs_dtpRenderTarget {
    width: 100vw;
    left: calc(-100vw * 0.66 - 60px);
    position: absolute;
  }

  .hfs_dtpRenderTarget .hfs_datetimepicker {
    right: 12px
    ;
  }
}

@media (min-width: 992px) {
  .hfs_dtpRenderTarget {
    width: 100vw;
    left: calc(-100vw * 0.75 - 60px);
    position: absolute;
  }

  .hfs_dtpRenderTarget .hfs_datetimepicker {
    right: 12px
    ;
  }
}

/*@media (min-width: 992px) and (max-width: 1180px) {*/
  /*#placehodler-dummy {*/
    /*display: none;*/
  /*}*/
/*}*/

@media (min-width: 1350px) {
  .hfs_dtpRenderTarget {
    width: 100vw;
    left: calc(-1320px * 0.75 - (100vw - 1320px) / 2 - 60px);
    position: absolute;
  }

  .hfs_dtpRenderTarget .hfs_datetimepicker {
    right: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 1340px) {

  .hfs_formWrapper .hfs_inputIconWrapper {
    width: 36px !important;
  }

  .hfs_formFieldset .hfs_markerConn {
    left: 18px !important;
  }

  .hfs_formWrapper .hfs_formControlGroup .hfs_control .hfs_inputText {
    padding-left: 36px !important;
  }

}


/* >>>  _   _                 _    _        __           __          __  _                          >>> */
/* >>> | \ | |               | |  | |      / _|          \ \        / / | |      /\                 >>> */
/* >>> |  \| | _____      __ | |__| | __ _| |_ __ _ ___   \ \  /\  / /__| |__   /  \   _ __  _ __   >>> */
/* >>> | . ` |/ _ \ \ /\ / / |  __  |/ _` |  _/ _` / __|   \ \/  \/ / _ \ '_ \ / /\ \ | '_ \| '_ \  >>> */
/* >>> | |\  |  __/\ V  V /  | |  | | (_| | || (_| \__ \    \  /\  /  __/ |_) / ____ \| |_) | |_) | >>> */
/* >>> |_| \_|\___| \_/\_/   |_|  |_|\__,_|_| \__,_|___/     \/  \/ \___|_.__/_/    \_\ .__/| .__/  >>> */
/* >>>                                                                                | |   | |     >>> */
/* >>>                        New Hafas WebApp Version                                |_|   |_|     >>> */

#HFS_FromContainer {
  margin: 0 10px;
}

#HFS_ToContainer {
  margin: 0 10px;
  margin-top: 2px;
}

#HFS_TPCoreForm {
  background-color: #d40000;
}

i.haf_ic_loc_dest {
  margin-top: -18px !important;
  background-position-x: -20px;
}

.hfs_suggestInputWrapper {
  display: inline-block;
  position: relative;
}

#HFS_ToContainer input, #HFS_FromContainer input {
  color: #000000 !important;
  font-weight: bold;
  font-size: 1.33em;
  line-height: 1.33em;
  height: 31px;
  padding-left: 42px;
  padding-top: 6px;
  border-radius: 5px;
  background: #d6d7d9;
  background: -moz-linear-gradient(top, #d6d7d9 0%, #f7f7f7 64%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d7d9), color-stop(64%,#f7f7f7));
  background: -webkit-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%);
  background: -o-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%);
  background: -ms-linear-gradient(top, #d6d7d9 0%,#f7f7f7 64%);
  background: linear-gradient(to bottom, #d6d7d9 0%,#f7f7f7 64%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d7d9', endColorstr='#f7f7f7',GradientType=0 );
  padding-right: 32px !important;
  display: block;
  width: 100% !important;
  border-bottom: none !important;
}

span.lyr_atomIcon.lyr_tooltip.lyr_tpArrivalIcon, span.lyr_atomIcon.lyr_tooltip.lyr_tpStartIcon {
  position: absolute;
  background-color: inherit !important;
  left: 16px;
  padding-left: 9px;
  margin-top: 0;
  padding-top: 0;
}

i.haf_ic_loc_start, i.haf_ic_loc_dest {
  height: 26px !important;
  width: 26px !important;
  position: inherit;
  z-index: 1;
}

i.haf_ic_loc_start {
  margin-top: -11px !important;
  background-position-x: 0 !important;
}

i.haf_ic_loc_dest {
  margin-top: -9px !important;
  background-position-x: -26px !important;
}

.lyr_tpStartIcon, .lyr_tpArrivalIcon {
  margin-top: -5px;
}

.hfs_widgetAppContainer {
  margin-top: 0px;
}

.lyr_tpConnConnector {
  top: 28px !important;
  left: 37px !important;
  width: 2px !important;
  height: 28px !important;
  background-color: #5f3338 !important;
}
[data-hfs-widget] .hfs_widgetAppContainer {
  background-color: #d40000 !important;
}

.lyr_tpInputWrap button.lyr_atomBtn {
  position: absolute;
  right: 14px;
}

.lyr_atomInputField.atomInputOverflowCover .hfs_suggestInputWrapper::after {
  display: none;
}

.lyr_floatingLabel label.lyr_atomLabel {
  display: none;
}

#HFS_ToContainer + button.lyr_atomBtn {
  margin-top: 5px !important;
}

#HFS_FromContainer + button.lyr_atomBtn {
  margin-top: 3px !important;
}

i.haf_oppdir, i.lyr_atomIconCurrentPosition {
  height: 26px !important;
  width: 26px !important; } i.haf_oppdir { background-position-x: -78px !important;
}

i.lyr_atomIconCurrentPosition {
  background-image: url(../icons/start_ziel_sprite.png) !important;
  background-size: cover !important;
  background-position-x: -52px !important;
  margin-right: 5px;
}

.lyr_tpInputWrap {
  margin-top: 19px;
}

#HFS_ToContainer input::placeholder, #HFS_FromContainer input::placeholder {
  color: #000000;
}

.lyr_atomOverflowCover {
  display: none;
}

.hfs_dtp_displayWrap {
  color: #ffffff;
  font-weight: bold;
}

.lyr_atomDtpWrap {
  height: 58px !important;
  padding-left: 23px !important;
}

span.hfs_dtp_displayWrap span {
  display: inline-block;
  margin-right: 5px;
}

i.haf_ic_expand {
  display: inline-block !important;
}

i.haf_ic_expand::before {
  right: -1px !important;
}

.lyr_atomFormControlSeparator {
  display: none;
}

button.lyr_atomBtn.lyr_atomPrimaryBtn {
  font-weight: bold;
  background: #b55b5b;
  background: -moz-linear-gradient(top, #b55b5b 0%, #b55b5b 50%, #951414 50%, #951414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b55b5b), color-stop(50%,#b55b5b), color-stop(50%,#951414), color-stop(100%,#951414));
  background: -webkit-linear-gradient(top, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  background: -o-linear-gradient(top, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  background: -ms-linear-gradient(top, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  background: linear-gradient(to bottom, #b55b5b 0%,#b55b5b 50%,#951414 50%,#951414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b55b5b', endColorstr='#951414',GradientType=0 );
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.4em;
  height: 1.63em;
  padding-top: 7px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}

[data-button="TPSearchButton"] {
  padding: 0 20px !important;
}

[data-button="TPSearchButton"] button {
  min-height: 32px !important;
  padding-top: 3px !important;
}

#link-zu-plaene-container {
  margin-top: -5px;
}

#left-side-blue {
  z-index: 0;
}

.lyr_atomDtpTimePickerRow {
  color: black;
}

.layout-small .lyr_atomDateTimePicker.lyr_fullscreenInMobile {
  position: absolute !important;
  right: -10px !important;
  top: 25px !important;
  left: initial !important;
  width: 300px !important;
  margin-top: initial !important;
  min-height: initial !important;
  max-height: inherit !important;
}

.lyr_atomDtpTimeNativeInput {
  color: black !important;
}

@media (max-width: 1340px) {
  #HFS_ToContainer input, #HFS_FromContainer input {
    padding-left: 36px !important;
  }
}

@media (max-width: 767px) {
  #HFS_TPCoreForm {
    text-align: center !important;
  }

  fieldset.lyr_atomFormFieldset {
    display: inline !important;
    width: calc(100% - 40px);
    max-width: 350px;
  }

  .lyr_tpInputWrap {
    padding: 0 !important;
  }

  #HFS_FromContainer {
    margin: 0 0;
  }

  .hfs_suggestInputWrapper {
    width: 100%;
  }

  #HFS_ToContainer {
    margin: 0;
  }

  span.lyr_atomIcon.lyr_tooltip.lyr_tpStartIcon, span.lyr_atomIcon.lyr_tooltip.lyr_tpArrivalIcon {
    left: -4px;
  }

  .lyr_tpConnConnector {
    left: 17px !important;
  }

  .lyr_tpInputWrap button.lyr_atomBtn {
    position: absolute;
    right: -5px;
  }

  button.lyr_atomBtn.lyr_atomDateTimePickerBtn.lyr_atomPrimaryLinkBtn {
    margin: 0 auto;
    display: block;
  }

  .lyr_atomDtpNativeInput {
    display: none;
  }

  .lyr_atomBtnWrap {
    width: calc(100% - 40px);
    max-width: 350px;
    margin: 0 auto;
    padding: 0 !important;
  }

  #HFS_ToContainer input {
    margin-top: 3px;
  }

  i.haf_oppdir {
    margin-top: 1px;
  }

  span.hfs_dtp_displayWrap span {
    margin-right: -8px;
  }

  #link-zu-plaene-container {
    margin-top: -1px;
  }

/*  .layout-small .lyr_atomDateTimePicker.lyr_fullscreenInMobile {*/
    /*right: -34px;*/
/*  }*/

  .lyr_atomDtpWrap {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .layout-small .lyr_atomDateTimePicker.lyr_fullscreenInMobile {
    top: 25px !important;
    right: 0px;
    max-width: 350px !important;
    width: 100% !important;
    display: inline-table;
  }

  .layout-small .lyr_atomDateTimePicker.lyr_fullscreenInMobile {
    right: 0 !important;
  }

}

@media (max-width: 400px) {
  .layout-small .lyr_atomDateTimePicker.lyr_fullscreenInMobile {
    top: 28px !important;
    display: inline-table;
  }
}

/* <<<  _   _                 _    _        __           __          __  _                          <<< */
/* <<< | \ | |               | |  | |      / _|          \ \        / / | |      /\                 <<< */
/* <<< |  \| | _____      __ | |__| | __ _| |_ __ _ ___   \ \  /\  / /__| |__   /  \   _ __  _ __   <<< */
/* <<< | . ` |/ _ \ \ /\ / / |  __  |/ _` |  _/ _` / __|   \ \/  \/ / _ \ '_ \ / /\ \ | '_ \| '_ \  <<< */
/* <<< | |\  |  __/\ V  V /  | |  | | (_| | || (_| \__ \    \  /\  /  __/ |_) / ____ \| |_) | |_) | <<< */
/* <<< |_| \_|\___| \_/\_/   |_|  |_|\__,_|_| \__,_|___/     \/  \/ \___|_.__/_/    \_\ .__/| .__/  <<< */
/* <<<                                                                                | |   | |     <<< */
/* <<<                        New Hafas WebApp Version                                |_|   |_|     <<< */


/* <<< Styles for and overwrites of Hafas WebApp <<< */

@media (max-width: 575px) {

  #right-side-red .sprite-info {
    right: 21px;
    top: -18px;
    height: 32px;
    width: 32px;
    background-size: cover;
  }

}

