/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ERGEBNISSE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.loadingScreen {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 62px 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.resultTable .type {
  width: 7%;
  vertical-align: middle;
}
table.resultTable .type img {
  max-width: 100%;
}
table.resultTable .destination {
  width: 31%;
  position: relative;
}
table.resultTable .duration {
  width: 20%;
}
table.resultTable .weekdays {
  width: 20%;
  vertical-align: middle;
  text-align: center;
}
table.resultTable .drivingTime {
  width: 8%;
  vertical-align: middle;
}
table.resultTable .buttonOuter {
  width: 10%;
  vertical-align: middle;
  text-align: center;
}
table.resultTable .ranking {
  width: 4%;
  vertical-align: middle;
  text-align: center;
  background-color: #dae3f1;
}
table.resultTable .ranking.green {
  background-color: #dbf0ea;
}
table.resultTable th.ranking {
  background: #00a976 no-repeat scroll center center;
  background-image: url('/images/webimages/target.png');
}
table.resultTable .rankingItem {
  color: #336fb4;
  font-family: 'OpenSans-CondLight';
  font-size: 22px;
}
table.resultTable .rankingItem.green {
  color: #00a976;
}
table.resultTable td span.driver {
  margin: 5px 0;
}
table.resultTable td span span {
  width: auto;
  display: inline-block;
  float: none;
}
table.resultTable td span span.green {
  color: #00a976;
}
table.resultTable td span span.red {
  color: #cf2e3e;
}

.subHeadline {
  background: #dddddd;
  font-weight: normal;
  color: #000;
}
/*
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        # FILTER
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#filterOptions {
  display: none;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}

/*
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        # ERGEBNISSE -> MESSAGE
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.resultTable td.sendMessage {
  display: none;
  float: left;
  margin: 0;
  width: 892px;
}
table.resultTable td.sendMessage span label {
  float: left;
  margin: 10px 10px 0 0;
  width: 85px;
}
table.resultTable td.sendMessage textarea,
table.resultTable td.sendMessage input {
  width: 765px;
  height: auto;
  padding: 10px;
}
table.resultTable td span.timeInfo {
  border-left: 1px solid #bcc9e2;
  float: left;
  margin: 0 0 0 -15px;
  padding: 0 0 0 10px;
  width: 240px;
}
table.resultTable td span.timeInfo ul {
  margin: 5px 0 0;
}
table.resultTable td span.timeInfo ul li {
  border: none;
  padding: 0;
}
table.resultTable .destination .itemSave {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #386fb6;
  bottom: 0;
  display: none;
  left: 0;
  padding: 15px;
  position: absolute;
  width: auto;
  z-index: 100;
}
table.resultTable .destination .itemDetail span.driver,
table.resultTable .destination .itemDetail span.driverNote {
  margin-bottom: 15px;
  width: 100%;
}
table.resultTable td.duration span.moreInfo {
  border-left: 1px solid #bcc9e2;
  margin: 5px 0 0 -10px;
  padding: 0 0 0 10px;
}
table.resultTable td.duration ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
table.resultTable td.duration ul li {
  float: left;
  width: 100%;
  margin: 3px 0;
}
table.resultTable td.verbindung table tr {
  background: #f7f9fc;
  width: 888px;
  margin: 0 0 5px 0;
}
table.resultTable td.verbindung b {
  color: #386fb6;
}
table.resultTable td .itemDetail,
table.resultTable td.verbindung.itemDetail {
  display: none;
}
table.resultTable .arrowTo {
  background: url('/images/webimages/start/newEntriesImageTo.png') no-repeat scroll left 2px
    transparent;
  display: inline-block;
  float: right;
  height: 13px;
  margin: -2px 0 0;
  width: 30px;
}
table.resultTable .arrowDown {
  background: url('../images/webimages/arrowIntermodalTable.png') no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
  height: 49px;
  left: 10px;
  position: absolute;
  top: -40px;
  width: 39px;
}
.intermodal div.icon.type_pp {
  background: url(../images/webimages/PP_Auto_Icon.png) no-repeat scroll center transparent;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-size: contain;
}
.intermodal div.icon.type_ {
  background: url(../images/webimages/Fussweg_icon.png) no-repeat scroll center transparent;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-size: contain;
}
.intermodal div.icon.type_5,
.intermodal div.icon.type_6,
.intermodal div.icon.type_7,
.intermodal div.icon.type_10,
.intermodal div.icon.type_BUS {
  background: url(../images/webimages/Nahverkehr_Bus_Icon.png) no-repeat scroll center transparent;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-size: contain;
}
.intermodal div.icon.type_1,
.intermodal div.icon.type_2,
.intermodal div.icon.type_3,
.intermodal div.icon.type_4,
.intermodal div.icon.type_8,
.intermodal div.icon.type_R-BAHN,
.intermodal div.icon.type_TRAM {
  background: url(../images/webimages/Nahverkehr_Bahn_Icon.png) no-repeat scroll center transparent;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-size: contain;
}
.intermodal div.icon.type_0 {
  background: url(../images/webimages/Fernverkehr_Bahn_Icon.png) no-repeat scroll center transparent;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-size: contain;
}
.intermodal div.icon.vrr {
  background: url(../images/oepnv/vrr_Logo.png) no-repeat scroll center transparent;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-size: contain;
}
.intermodal div.icon.zgb {
  background: url(../images/oepnv/zgb_Logo.png) no-repeat scroll center transparent;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-size: contain;
}
.intermodal div.icon.avv {
  background: url(../images/oepnv/avv_Logo.png) no-repeat scroll center transparent;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-size: contain;
}
.intermodal div.icon.pp {
  background: url(../images/webimages/PP_Portal_Icon.png) no-repeat scroll center transparent;
  width: 53px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-size: contain;
}

/*
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        # NO RESULT
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.noResult {
  background: url('/images/smiley.png') no-repeat scroll top center transparent;
  padding: 80px 0 0 0;
  position: relative;
}
.noResult #noResultInfowindow {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  top: -320px;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.noResult #noResultInfowindow .closeWindow {
  background: url('/images/webimages/X.png') no-repeat scroll 0 0 transparent;
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin: auto;
}
/*
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        # Registration Form
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.registrationFormOuter {
  display: inline-block;
  padding: 20px;
}
.registrationFormOuter > h2 {
  float: left;
  margin: 0;
  border-bottom: 1px solid #9bb7da;
  padding: 0 0 5px 0;
  color: #386fb6;
  margin: 0 0 15px 0;
  font-family: 'OpenSans-Light', Arial;
  font-weight: normal;
  font-size: 34px;
  width: 100%;
}
.registrationFormOuter > form > div {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #9bb7da;
  margin: 0 0 15px;
  padding: 0 0 20px;
}
.registrationFormOuter > form > div > h3 {
  font-family: 'OpenSans-Bold', Arial;
  font-size: 14px;
  font-weight: normal;
  float: left;
  width: 100%;
  margin: 0 0 22px 0;
}
.registrationFormOuter > form > div.registrationBlock2 > h3 {
  margin: 0 0 10px 0;
}
.registrationFormOuter > form > div > h3 span {
  font-family: 'OpenSans-Regular', Arial;
}
.registrationFormOuter > form > div > div {
  background: #f4f4f4;
  float: left;
  width: 888px;
  padding: 10px;
}
.registrationFormOuter > form > div > div:nth-child(odd) {
  background: #fff;
}
.registrationFormOuter > form > div > div label {
  float: left;
  width: 100px;
  font-weight: normal;
  font-family: 'OpenSans-Semibold', Arial;
  margin: 9px 0 0 0;
}
.registrationFormOuter > form > div.registrationBlock2 > div label {
  width: 125px;
}
.registrationFormOuter > form > div.registrationBlock1 > div.salutation label.formHinweisErr {
  float: right;
  width: 52%;
}
.registrationFormOuter > form > div.registrationBlock2 > div.checkboxOuter label {
  margin: 0;
  width: 95%;
}
.registrationFormOuter > form > div.registrationBlock2 > div.checkboxOuter label.formHinweisErr {
  margin: 0;
  width: 49%;
  float: right;
}
.registrationFormOuter > form > div > div input[type='text'],
.registrationFormOuter > form > div > div input[type='password'] {
  border: medium none;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3) inset;
  margin: 0 10px 0 0;
  width: 300px;
  float: left;
  color: #8b8b8b;
  font-weight: normal;
  font-family: 'OpenSans-Regular', Arial;
}
.registrationFormOuter > form > div input[type='checkbox'] {
  float: left;
  margin: 1px 5px 0 0;
  padding: 0;
  height: auto;
  border: 1px solid;
  border-radius: 0;
}
.registrationFormOuter > form .password-meter {
  display: inline-block;
}
.registrationFormOuter > form .error {
  display: inline-block;
}
.registrationFormOuter > form .notPublic {
  font-family: 'OpenSans-Italic', Arial;
  color: #666;
  margin: 9px 0 0 0;
  float: left;
}
.registrationFormOuter > form .formHinweisOk {
  font-family: 'OpenSans-Italic', Arial;
  color: #3db166;
  margin: 9px 0 0 0;
  float: left;
}
.registrationFormOuter > form .birthdayField label.formHinweisErr {
  width: 250px;
}
.registrationFormOuter > form .birthdayField label.formHinweisErr.checked {
  width: 50px;
}
.registrationFormOuter > form .formHinweisErr {
  font-family: 'OpenSans-Italic', Arial;
  color: #d22b2b;
  margin: 9px 0 0 0;
  float: left;
}
.registrationFormOuter > form .formHinweisErr.checked {
  background: url(/images/webimages/check.png) no-repeat scroll 0 0 transparent;
  height: 28px;
  margin: -2px 5px 0 0;
  width: 35px;
}
.registrationFormOuter > form .formHinweisErr.cross {
  background: url(/images/webimages/cross.png) no-repeat scroll 0 0 transparent;
  height: 28px;
  margin: -2px 5px 0 0;
  width: 35px;
}

/* =========== FAHRTEN =========== */
.Journey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ebebeb;
  padding: 20px 30px;
  margin: 5px 0;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Journey.is-oepnv .Journey-type {
  margin-right: 40px;
}

.Journey.is-oepnv .Journey-weekdays {
  min-width: 0;
}

.Journey.is-oepnv .Journey-duration {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Journey.is-search {
  padding-top: 55px;
}

.Journey-type {
  margin-right: 20px;
  max-width: 60px;
}

.Journey-type img {
  max-width: 100%;
}

.Journey-validTime {
  margin-right: 30px;
  min-width: 100px;
}

.Journey-ort {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Journey-duration {
  margin-right: 25px;
  min-width: 145px;
  max-width: 145px;
}

.Journey-validTime,
.Journey-ort,
.Journey-duration {
  font-size: 18px;
}

.Journey-validTime b,
.Journey-ort b,
.Journey-duration b {
  font-size: 14px;
}

.Journey-start,
.Journey-timeStart {
  margin-bottom: 15px;
}

.Journey-weekdays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 355px;
  flex: 0 0 355px;
  margin-right: 25px;
}

.Journey-day {
  background: #00b43b;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
}

.Journey-day--attention {
  background: #f23822;
}

.Journey-singleDay {
  font-size: 22px;
}

.Journey-singleDay b {
  font-size: 14px;
}

.Journey-actions {
  max-width: 220px;
  margin-left: auto;
}

.Journey-flag {
  position: absolute;
  left: -10px;
  background: #003162;
  padding: 3px 10px;
  color: #ffffff;
  top: 20px;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
}

.Journey-flag::after {
  content: '';
  position: absolute;
  border-right: 10px solid #011b33;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (max-width: 768px) {
  .Journey {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 10px 10px 10px;
  }
  .Journey-type {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 8px;
    max-width: 60px;
    margin-right: auto;
  }

  .Journey-ort {
    margin-right: 0;
    margin-bottom: 22px;
    min-width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .Journey-singleDay {
    font-size: 16px;
    margin-right: auto;
    text-align: left;
  }
  .Journey-duration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 22px;
    font-size: 16px;
  }
  .Journey-weekdays {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 15px 0;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 22px;
  }
  .Journey-day {
    height: 25px;
    width: 25px;
    margin: 1px;
    font-size: 12px;
  }
  .Journey-actions {
    max-width: none;
    margin: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .Journey-actions > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .oepnv_verbindung tr {
    border: 1px solid #386fb6;
  }

  .oepnv_verbindung td {
    display: block;
    text-align: center;
    width: 100%;
  }
  .ResultFilter-selects {
    display: none;
  }

  .ResultFilter-toggle {
    text-align: center;
    cursor: pointer;
    margin: 0 25px;
    background: #f29622;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    margin: 0 0 0 0;
    margin-bottom: 8px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    border: 0px solid transparent;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .ResultFilter-toggle h4 {
    color: #ffffff;
    margin-bottom: 0;
  }
}
