@charset "UTF-8";
/*!
 * * Datetimepicker for Bootstrap 3
 * * version : 4.17.47
 * * https://github.com/Eonasdan/bootstrap-datetimepicker/ */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 5px;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
  margin: 0;
}
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.btn-group {
  width: 100%;
}
.btn-group > .btn {
  width: 100%;
  text-align: left;
  border-radius: 0;
  height: 40px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/fileadmin/Resources/Public/Images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/fileadmin/Resources/Public/Images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/fileadmin/Resources/Public/Images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/fileadmin/Resources/Public/Images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/fileadmin/Resources/Public/Images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  /*The size of the normal image, half the size of the hi-res image */
  #fancybox-loading div {
    background-image: url("/fileadmin/Resources/Public/Images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
/*The size of the normal image, half the size of the hi-res image */
.vbl #price-spinner,
.ava #price-spinner,
.rvbw #price-spinner,
.aags #price-spinner {
  display: none;
  position: absolute;
}
.vbl #price-spinner.spinner,
.ava #price-spinner.spinner,
.rvbw #price-spinner.spinner,
.aags #price-spinner.spinner {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  z-index: 1000000;
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/loader.svg") center top no-repeat;
  background-color: rgba(255, 255, 255, 0.85);
  background-position: center center;
}

#checkRenewDateButton {
  display: none;
}

section.title {
  margin-bottom: 36px;
}

p.title, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button.title, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li.title, .tx-twwc-ticketshop #swisspassAbos .accordion-item .title.accordion-body, .tx-twwc-ticketshop #swisspassAbos .title.accordion-item, .tx-twwc-ticketshop .payment-address-overview td.title {
  margin: 6px 0 4px 0;
}

.abo-title {
  font-size: 24px;
}

.info-btn {
  background-image: url("../Images/info-button.svg");
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 2px;
}

.info-tooltip + .tooltip > .tooltip-inner {
  background-color: #6296cc;
  color: white;
  font-family: "Helvetica Neue LT W01_55 Roman";
}

.info-tooltip + .tooltip.right > .tooltip-arrow {
  border-right: 5px solid #6296cc;
}

.info-tooltip + .tooltip.left > .tooltip-arrow {
  border-left-color: #6296cc;
}

.w-100 {
  width: 100%;
}

.buttons {
  margin-top: 36px;
}
.buttons .form-group, .buttons form {
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
}
.buttons .form-group .form-control, .buttons form .form-control {
  height: 46px;
}

.tx-twwc-ticketshop .zoom {
  position: absolute;
  margin: 0;
  right: 0;
  top: -54px;
  z-index: 100;
}
.tx-twwc-ticketshop .zoom .btn {
  border-radius: 0;
  border: none;
  width: 48px;
  height: 48px;
  display: inline-block;
  background-color: rgba(42, 49, 51, 0.14);
  background-position: center center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
.tx-twwc-ticketshop .zoom .btn#zoom-in {
  background-image: url("../Images/zoom-plus.svg");
}
.tx-twwc-ticketshop .zoom .btn#zoom-out {
  background-image: url("../Images/zoom-minus.svg");
}
.tx-twwc-ticketshop .zoom .btn#reset {
  background-image: url("../Images/zoom-reset.svg");
}
.tx-twwc-ticketshop .zoom .btn:hover {
  background-color: #ffcb00;
}
.tx-twwc-ticketshop .form-control {
  font-size: 16px;
}
.tx-twwc-ticketshop .stepbanner {
  position: relative;
  background-color: #2C6892;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner {
    height: 186px;
  }
}
.tx-twwc-ticketshop .stepbanner .test .col-sm-3:last-child .steps:after {
  content: none;
}
.tx-twwc-ticketshop .stepbanner .steps {
  margin-top: 18px;
  height: 64px;
  width: 64px;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}
.tx-twwc-ticketshop .stepbanner .steps:after {
  content: " ";
  background: url("../Images/arrow-next-step.svg") no-repeat;
  position: absolute;
  right: -13px;
  top: 42px;
  width: 26px;
  height: 15px;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .steps:after {
    right: -24px;
    top: 48px;
    width: 48px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .tx-twwc-ticketshop .stepbanner .steps:after {
    right: -32px;
    top: 48px;
    width: 64px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .steps {
    height: 96px;
    width: 96px;
  }
}
.tx-twwc-ticketshop .stepbanner .steps.step-0 {
  background-image: url("../Images/icon-step-01.svg");
}
.tx-twwc-ticketshop .stepbanner .steps.step-02 {
  background-image: url("../Images/icon-step-01.svg");
}
.tx-twwc-ticketshop .stepbanner .steps.step-03 {
  background-image: url("../Images/icon-step-02.svg");
}
.tx-twwc-ticketshop .stepbanner .steps.step-04 {
  background-image: url("../Images/icon-step-03.svg");
}
.tx-twwc-ticketshop .stepbanner .steps.step-05 {
  background-image: url("../Images/icon-step-04.svg");
}
.tx-twwc-ticketshop .stepbanner .steps:focus {
  outline: none;
}
.tx-twwc-ticketshop .stepbanner .steps.btn-primary, .tx-twwc-ticketshop .stepbanner .steps.btn-default {
  border: none;
}
.tx-twwc-ticketshop .stepbanner .text {
  font-size: 12px;
  font-family: "Helvetica Neue LT W01_41488878";
  line-height: 36px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .text {
    font-size: 24px;
    line-height: 46px;
  }
}
.tx-twwc-ticketshop .stepbanner .btn-number {
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .btn-number {
    width: 100%;
    position: absolute;
    top: 164px;
    z-index: 10;
    margin: 0 -15px;
  }
}
.tx-twwc-ticketshop .stepbanner .btn-number .number {
  background-color: rgb(255, 255, 255);
  color: #2C6892;
  font-size: 16px;
  line-height: 28px;
  font-family: "Helvetica Neue LT W01_71488914";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 21px;
  border: 2px solid #2C6892;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .btn-number .number {
    width: 42px;
    height: 42px;
    line-height: 38px;
    font-size: 27px;
  }
}
.tx-twwc-ticketshop .stepbanner .step-disabled .text {
  color: #6896b5;
}
.tx-twwc-ticketshop .stepbanner .step-disabled .number {
  background-color: #2C6892;
  color: #6896b5;
  border-color: #6896b5;
}
.tx-twwc-ticketshop .stepbanner .basket {
  padding-top: 52px;
  padding-bottom: 18px;
  border-left: 4px solid #6896b5;
  border-right: 4px solid #6896b5;
  font-family: "Helvetica Neue LT W01_41488878";
  font-size: 18px;
  color: white;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .basket {
    height: 186px;
    padding-bottom: 0;
  }
}
.tx-twwc-ticketshop .stepbanner .basket .basket-icons {
  position: relative;
}
.tx-twwc-ticketshop .stepbanner .basket .basket-icons #clear-basket {
  margin-top: -14px;
  position: absolute;
  top: 10px;
  right: calc(50% - 46px);
}
.tx-twwc-ticketshop .stepbanner .basket .price {
  margin: 6px 0 10px 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .basket .price {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .tx-twwc-ticketshop .stepbanner .basket .price {
    font-size: 24px;
  }
}
.tx-twwc-ticketshop .stepbanner .basket a {
  font-family: "Helvetica Neue LT W01_41488878";
  font-size: 18px;
  color: white;
}
.tx-twwc-ticketshop .stepbanner .basket a:hover, .tx-twwc-ticketshop .stepbanner .basket a:focus {
  text-decoration: none;
}
.tx-twwc-ticketshop .stepbanner .basket a strong {
  font-size: 24px;
  font-weight: 300;
}
.tx-twwc-ticketshop .stepbanner .basket .empty-basket {
  color: #6896b5;
}
.tx-twwc-ticketshop .basket .basket-icons {
  display: inline-block;
  width: 36px;
  height: 39px;
  vertical-align: center;
  background-image: url("../Images/basket.svg");
}
.tx-twwc-ticketshop .basket .disabled .basket-icons {
  background-image: url("../Images/basket-empty.svg");
}
.tx-twwc-ticketshop .payment-address-overview .first {
  width: 230px;
}
.tx-twwc-ticketshop .payment-address-overview .last {
  border-bottom: 1px solid #dddddd;
}
.tx-twwc-ticketshop .invoice-outer-wrap {
  margin-top: 40px;
}
.tx-twwc-ticketshop .invoice-inner-wrap {
  display: none;
}
.tx-twwc-ticketshop .payment-group {
  width: 236px;
}
.tx-twwc-ticketshop .auto-pricing-table {
  display: none;
  position: relative;
}
.tx-twwc-ticketshop .auto-pricing-table.reload {
  opacity: 0.35;
}
.tx-twwc-ticketshop .auto-pricing-table h2 {
  margin-top: 60px;
  margin-bottom: 0;
}
.tx-twwc-ticketshop #price-spinner {
  display: none;
  position: absolute;
}
.tx-twwc-ticketshop #price-spinner.spinner {
  margin: 40px 0;
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/loader.svg") center top no-repeat;
  width: 100%;
  height: 64px;
  background-size: 64px 64px;
}
.tx-twwc-ticketshop #price-spinner.route {
  position: relative;
}

#offer-wrap {
  position: relative;
}
#offer-wrap #price-spinner {
  display: none;
  position: absolute;
  z-index: 1;
}
#offer-wrap #price-spinner.spinner {
  margin: 40px 0;
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/loader.svg") center top no-repeat;
  width: 100%;
  height: 64px;
  background-size: 64px 64px;
}
#offer-wrap.disabled {
  opacity: 0.3;
}
#offer-wrap .travelers, #offer-wrap .options, #offer-wrap .basket {
  background: #eeeeee;
  margin-bottom: 2px;
  padding: 20px;
}
#offer-wrap .travelers h2, #offer-wrap .options h2, #offer-wrap .basket h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#offer-wrap .travelers .btn-sm, #offer-wrap .options .btn-sm, #offer-wrap .basket .btn-sm {
  font-size: 18px;
  margin: 0;
}
#offer-wrap .travelers .datepicker input, #offer-wrap .options .datepicker input, #offer-wrap .basket .datepicker input {
  background: white;
}
#offer-wrap label {
  line-height: 24px;
}

#basket-orders p, #basket-orders .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header #basket-orders button, #basket-orders .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body #basket-orders li, #basket-orders .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item #basket-orders .accordion-body, #basket-orders .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos #basket-orders .accordion-item, #basket-orders .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview #basket-orders td {
  font-size: 14px;
  line-height: 22px;
}
#basket-orders p strong, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header #basket-orders button strong, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body #basket-orders li strong, .tx-twwc-ticketshop #swisspassAbos .accordion-item #basket-orders .accordion-body strong, #basket-orders .tx-twwc-ticketshop #swisspassAbos .accordion-item strong, .tx-twwc-ticketshop #swisspassAbos #basket-orders .accordion-item strong, #basket-orders .tx-twwc-ticketshop .payment-address-overview td strong, .tx-twwc-ticketshop .payment-address-overview #basket-orders td strong {
  font-size: 16px;
}
#basket-orders .glyphicon-remove {
  color: #C60219;
  font-size: 20px;
  top: 4px;
  left: 0px;
  padding-right: 3px;
}
#basket-orders .price-total {
  border-bottom: 3px double #1779ba;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.basket-refresh {
  display: none;
}
.basket-refresh a {
  color: #C60219;
  text-decoration: underline;
}

#coupon-error {
  padding: 12px;
  margin-bottom: 12px;
}
#coupon-error strong {
  padding: 0;
  margin: 0;
}

.preisrechner-multipleprices .zonenplan {
  width: 100%;
  margin: 0 0 20px 0;
}
.btn-primary {
  font-size: 24px;
  font-family: "Helvetica Neue LT W01_41488878";
  border: none;
  border-radius: 0;
  background: #2C6892;
  margin: 15px;
}
.btn-primary.via {
  margin: 14px 0 14px 0;
}
.btn-primary.next:after {
  display: inline-block;
  content: " ";
  background-image: url("../Images/arrow-next.svg");
  background-size: 28px 16px;
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  margin-left: 8px;
}
.btn-primary.more:after {
  display: inline-block;
  content: " ";
  background-image: url("../Images/arrow-next.svg");
  background-size: 28px 16px;
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  margin-left: 8px;
}
.btn-primary.prev:before {
  display: inline-block;
  content: " ";
  background-image: url("../Images/arrow-prev.svg");
  background-size: 28px 16px;
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  margin-right: 8px;
}
.btn-primary.small {
  margin: 0;
  font-size: 16px;
}
.btn-primary.no-margin {
  margin: 0;
}

.btn-primary[disabled=disabled].next.spinner:after, .btn-primary[disabled=disabled].more.spinner:after, .btn-primary:disabled.next.spinner:after, .btn-primary:disabled.more.spinner:after {
  background-image: url("../Images/tail-spin.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
}
.btn-primary[disabled=disabled].prev.spinner:before, .btn-primary:disabled.prev.spinner:before {
  background-image: url("../Images/tail-spin.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
}

button.animate {
  height: 40px;
  background-color: #2C6892;
  color: rgb(255, 255, 255);
  border-radius: 0;
}
button.animate:hover, button.animate:focus {
  background-color: #2C6892;
  color: rgb(255, 255, 255);
}

button.btn-coupon {
  height: 40px;
}

input.next {
  background: url("../Images/arrow-next.svg") no-repeat right center #2C6892;
  background-size: 28px 16px;
  padding-right: 12px;
}

.swisspass-email {
  display: none;
}

.personal-data {
  display: none;
}

.via-hidden {
  display: none;
}

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.datepicker {
  width: 200px;
  display: inline-table;
  vertical-align: middle;
}
.datepicker input {
  border-radius: 0;
  border-right: none;
  background-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker .input-group-addon:last-child {
  border-radius: 0;
}

#find-route-offers .datepicker {
  width: 100%;
}
#find-route-offers .input-group {
  margin-bottom: 30px;
}
#find-route-offers .parsley-errors-list {
  display: none;
}
#find-route-offers input.parsley-error {
  background: #C60219;
  color: rgb(255, 255, 255);
}
#find-route-offers .parsley-error label.mright:before {
  background: #C60219;
  border-color: #C60219;
}

#create-route-order .flex-container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#create-route-order .flex-container:before {
  content: "";
  display: table-cell;
}
#create-route-order .flex-container:after {
  content: "";
  display: table-cell;
}
#create-route-order .flex-container > div {
  margin-bottom: 30px;
}
#create-route-order .flex-container > div .route-box {
  background: #e2e7f1;
  color: #164193;
  height: 100%;
  padding: 15px;
}
#create-route-order .flex-container > div .route-box input[type=checkbox] + label, #create-route-order .flex-container > div .route-box input[type=radio] + label {
  position: absolute;
}
#create-route-order .flex-container > div .route-box div {
  padding-bottom: 50px;
}
#create-route-order .flex-container > div .route-box div.price {
  position: absolute;
  padding-bottom: 0;
  bottom: 15px;
  right: 30px;
  font-size: 28px;
  color: #164193;
  font-family: "Helvetica Neue LT W01_55 Roman";
}

.basketlist {
  margin: 0 0 0px 0;
  padding: 36px 0;
  border-top: 1px solid #A19E8C;
}
.basketlist.bottom:last-child {
  padding-bottom: 0;
}
.basketlist.coupon-values {
  border-top: none;
  padding-top: 0;
}
.basketlist.price-total {
  border-bottom: 7px double #A19E8C;
}
.basketlist.price-total strong {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .basketlist {
    margin: 0 0 0 0;
  }
  .basketlist.price-total {
    margin-bottom: 36px;
  }
  .basketlist .col-price {
    text-align: right;
    padding-right: 64px;
  }
}
.basketlist > div {
  padding: 0 0 18px 0;
}
@media screen and (min-width: 768px) {
  .basketlist > div {
    padding: 0;
  }
}
.basketlist > div .datepicker {
  width: 160px;
}
.basketlist > div .right {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .basketlist > div .right {
    position: relative;
    text-align: right;
    margin-right: 60px;
  }
}
.basketlist > div .right strong {
  display: block;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .basketlist > div .right strong {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .basketlist > div .right a {
    position: absolute;
    right: -24px;
    top: 35px;
  }
}
.basketlist > div strong {
  display: block;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .basketlist > div strong {
    margin-bottom: 12px;
  }
}
.basketlist > div .glyphicon-remove {
  color: #C60219;
  font-size: 20px;
  top: 4px;
  left: 3px;
}

.vbl .basketlist > div .right a, .aags .basketlist > div .right a, .ava .basketlist > div .right a, .churbus .basketlist > div .right a, .engadinbus .basketlist > div .right a, .rvbw .basketlist > div .right a {
  top: inherit;
}

table.prices {
  border-collapse: collapse;
  margin: 18px 0 24px 0;
  padding: 0;
  width: 100%;
}
table.prices caption {
  display: none;
}
table.prices tr {
  border-bottom: 1px solid #3C3C3C;
}
table.prices tr.key1, table.prices tr.key2 {
  background-color: #e4f3fe;
}
table.prices tr.key3, table.prices tr.key4 {
  background-color: #fdf0d3;
}
table.prices tr.key5, table.prices tr.key6 {
  background-color: #fcd9e9;
}
table.prices tr.key2, table.prices tr.key4 {
  border-bottom: 3px solid #3C3C3C;
}
table.prices th {
  font-family: "Helvetica Neue LT W01_41488878";
}
table.prices th strong {
  font-family: "Helvetica Neue LT W01_71488914";
}
table.prices th .center {
  text-align: center;
}
table.prices th.first {
  padding-left: 0;
}
table.prices th, table.prices td {
  text-align: left;
  vertical-align: top;
  padding: 14px 18px;
}
@media screen and (min-width: 768px) {
  table.prices th.border-right, table.prices td.border-right {
    border-right: 1px solid #3C3C3C;
  }
}
@media screen and (min-width: 768px) {
  table.prices th.border-right-dotted, table.prices td.border-right-dotted {
    border-right: 1px dotted #3C3C3C;
  }
}
table.prices th.center, table.prices td.center {
  text-align: center;
}
table.prices th.text-right, table.prices td.text-right {
  text-align: right;
}
table.prices td[scope=row] {
  text-align: left;
  font-family: "Helvetica Neue LT W01_71488914";
  padding-left: 0;
  position: relative;
}
table.prices td.selected {
  background-color: #d4eacc;
}
table.prices tr.firstheader th {
  padding-bottom: 0;
}
table.prices tr.secondheader th {
  padding-top: 0;
}

table.singleprice {
  border-collapse: collapse;
  margin: 36px 0 24px 0;
  padding: 0;
  width: 100%;
}
table.singleprice td, table.singleprice th {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table.singleprice td, table.singleprice th {
    padding-right: 12px;
    font-size: 13px;
  }
}
table.singleprice td.percent, table.singleprice th.percent {
  padding: 0;
  width: 36px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  table.singleprice td.percent, table.singleprice th.percent {
    width: 36px;
  }
  table.singleprice td.percent img, table.singleprice th.percent img {
    width: 24px;
    height: 24px;
  }
}
table.singleprice td.departure, table.singleprice td.segments, table.singleprice td.arrival, table.singleprice td.duration, table.singleprice th.departure, table.singleprice th.segments, table.singleprice th.arrival, table.singleprice th.duration {
  width: 160px;
}
table.singleprice td.departure, table.singleprice th.departure {
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  table.singleprice td.departure, table.singleprice th.departure {
    padding-right: 8px;
  }
}
table.singleprice td.segments, table.singleprice th.segments {
  width: 400px;
  padding: 20px 12px 0 12px;
  position: relative;
  overflow: hidden;
}
table.singleprice td.segments:before, table.singleprice th.segments:before {
  position: absolute;
  top: 28px;
  left: 0;
  content: "";
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/pearl-left.svg") no-repeat left top;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}
table.singleprice td.segments:after, table.singleprice th.segments:after {
  position: absolute;
  top: 28px;
  right: 0;
  content: "";
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/pearl-right.svg") no-repeat right top;
  background-size: 500px 12px;
  width: 500px;
  height: 12px;
}
table.singleprice td.segments span, table.singleprice th.segments span {
  position: relative;
  z-index: 1;
  background-color: #eeeeee;
  padding: 3px 5px;
}
table.singleprice td.segments div.stops, table.singleprice th.segments div.stops {
  font-size: 12px;
  margin-bottom: 6px;
}
table.singleprice td.arrival, table.singleprice th.arrival {
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  table.singleprice td.arrival, table.singleprice th.arrival {
    padding-left: 8px;
  }
}
table.singleprice td.price-btn, table.singleprice th.price-btn {
  text-align: right;
  padding-left: 0;
}
table.singleprice td.price-btn button, table.singleprice th.price-btn button {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.singleprice td.price-btn button, table.singleprice th.price-btn button {
    padding: 6px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  table.prices {
    border: 0;
  }
  table.prices caption {
    display: block;
    text-align: left;
  }
  table.prices caption strong {
    font-family: "Helvetica Neue LT W01_71488914";
  }
  table.prices thead {
    display: none;
  }
  table.prices th, table.prices td {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  table.prices tr {
    display: block;
  }
  table.prices td {
    display: block;
    text-align: right;
    padding-left: 8px;
    padding-right: 8px;
  }
  table.prices td[scope=row] {
    text-align: left;
    position: relative;
  }
  table.prices td:before {
    content: attr(data-label);
    float: left;
  }
  table.prices td:last-child {
    border-bottom: 0;
  }
  table.prices.route-prices td {
    text-align: left;
    padding: 14px 20px;
  }
  table.prices.route-prices caption {
    padding: 6px 20px;
  }
  table.prices.route-prices caption strong {
    font-size: 24px;
  }
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-group, .input-group {
  margin-bottom: 14px;
}
.form-group .form-control, .input-group .form-control {
  border-radius: 0;
  height: 40px;
}
.form-group .form-control.reason, .input-group .form-control.reason {
  height: auto !important;
}

.input-group {
  margin-bottom: 0;
}

input {
  border-radius: 0;
}
input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  padding: 4px 0 0 32px;
  position: relative;
  line-height: 20px;
  font-weight: 400;
}
input[type=checkbox] + label small, input[type=radio] + label small {
  display: block;
  margin: 8px 0;
  font-size: 70%;
  line-height: 125%;
}
input[type=checkbox] + label.label-right, input[type=radio] + label.label-right {
  padding: 4px 32px 0 0;
}
input[type=checkbox] + label.label-right:before, input[type=radio] + label.label-right:before {
  left: initial;
  right: 0;
}
input[type=checkbox] + label.mright, input[type=radio] + label.mright {
  margin-right: 15px;
}
input[type=checkbox] + label.agb, input[type=radio] + label.agb {
  width: auto;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  border: 2px solid #A19E8C;
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  background: transparent;
  background-image: url("../Images/checked.svg");
  background-size: 24px 24px;
  border: none;
  width: 24px;
  height: 24px;
}

textarea#customer-numbers {
  height: 200px;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.svgmap {
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 0;
  padding-bottom: 20px;
}
.svgmap svg {
  width: 100%;
  height: auto;
}

.snackbar {
  background: #2C6892;
  color: rgb(255, 255, 255);
  font-family: "Helvetica Neue LT W01_41488878";
  font-size: 32px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 50;
  width: calc(100vw - 40px);
  padding: 12px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  bottom: -100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.snackbar:focus {
  background: #fff;
  color: #0e4194;
  font-weight: 700;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 50;
  width: calc(100vw - 40px);
  padding: 12px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  bottom: -100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.snackbar:hover {
  cursor: pointer;
  padding-bottom: 20px;
  color: #fff;
}

.snackbark-visible {
  bottom: 20px;
  opacity: 1;
}

.snackbar__arrow {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.snackbar__arrow * {
  fill: #0e4194;
}

.snackbar__close {
  z-index: 10;
  right: 0;
  width: 44px;
  text-align: right;
  padding-right: 10px;
  font-weight: 400;
  color: #414141;
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.snackbar__ietrigger {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  z-index: 9;
  left: 0;
  width: calc(100% - 44px);
}

.snackbar__message .glyphicon {
  font-size: 28px;
}

.snackbar-zone-reset {
  display: block;
  position: relative;
  z-index: 999;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-decoration: underline;
  cursor: pointer;
}
.snackbar-zone-reset:hover {
  color: rgb(255, 255, 255);
}

#calc-autopricing {
  color: rgb(255, 255, 255);
}

.alert {
  margin-bottom: 0;
  background: #C60219;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 0;
}
.alert.out {
  display: none;
}
.alert.in {
  display: block;
}
.alert.swisspass-alert-warning {
  background-color: #ffcb00;
  border-color: #ffcb00;
  color: #000;
}
.alert.swisspass-alert-warning p, .alert.swisspass-alert-warning .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.swisspass-alert-warning button, .alert.swisspass-alert-warning .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.swisspass-alert-warning li, .alert.swisspass-alert-warning .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.swisspass-alert-warning .accordion-body, .alert.swisspass-alert-warning .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.swisspass-alert-warning .accordion-item, .alert.swisspass-alert-warning .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.swisspass-alert-warning td {
  margin-bottom: 12px;
}
.alert.swisspass-alert-warning strong {
  color: #C60219;
}
.alert.payment-info {
  background-color: #e2e7f1;
  border-color: #e2e7f1;
  color: #164193;
}
.alert.payment-info p, .alert.payment-info .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.payment-info button, .alert.payment-info .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.payment-info li, .alert.payment-info .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.payment-info .accordion-body, .alert.payment-info .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.payment-info .accordion-item, .alert.payment-info .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.payment-info td {
  margin-bottom: 12px;
}
.alert.payment-info strong {
  color: #164193;
}
.alert.payment-info a {
  color: #164193;
  border-bottom: 2px solid #164193;
}
.alert a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.alert a.hover {
  text-decoration: none;
}
.alert.alert-basket {
  margin-bottom: 20px;
}
.alert.alert-basket p, .alert.alert-basket .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.alert-basket button, .alert.alert-basket .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.alert-basket li, .alert.alert-basket .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.alert-basket .accordion-body, .alert.alert-basket .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.alert-basket .accordion-item, .alert.alert-basket .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.alert-basket td {
  color: rgb(255, 255, 255);
}
.alert.basket-alert-success {
  background-color: #28a745;
  border-color: #28a745;
}
.alert.basket-alert-warning {
  background-color: #ffcb00;
  border-color: #ffcb00;
}
.alert.basket-alert-warning p, .alert.basket-alert-warning .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.basket-alert-warning button, .alert.basket-alert-warning .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.basket-alert-warning li, .alert.basket-alert-warning .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.basket-alert-warning .accordion-body, .alert.basket-alert-warning .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.basket-alert-warning .accordion-item, .alert.basket-alert-warning .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.basket-alert-warning td {
  color: #000 !important;
}
.alert.basket-alert-warning a {
  color: #C60219;
  border-bottom: 2px solid #C60219;
}

.availability-data-wrap {
  padding: 20px 0;
}

.price-hint {
  font-size: 14px;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
a, button, h1 a.help {
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

h1 a.help {
  color: #0b4e8e;
  font-size: 18px;
  margin-top: 16px;
}
h1 a.help:hover {
  color: #32a8e7;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
}
ul.styled-list li {
  position: relative;
  padding-left: 20px;
}
ul.styled-list li:before {
  position: absolute;
  left: 0;
  content: "–";
}

p:last-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button:last-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li:last-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body:last-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item:last-child, .tx-twwc-ticketshop .payment-address-overview td:last-child, ul:last-child {
  margin-bottom: 0;
}

.sticky-stuck .sticky__wrap {
  position: fixed;
  top: 110px;
  z-index: 50;
}

.visuallyhidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.arrowed, .dropoutbox__title:after, .prependArrow, .styled ul li, .whitebox-aside .whitebox__morelink, body#tinymce ul li {
  background: url("../images/pfeil-rechts-blau.svg") no-repeat 0;
  background-size: auto 20px;
  padding-left: 30px;
}

.arrowed-gray {
  background-image: url(../images/pfeil-rechts-grau.svg);
}

.arrowed-red {
  color: #d8232a;
  background: url(../images/pfeil-rechts-rot.svg) no-repeat 0;
}

.justifyright {
  float: right;
}

.contentbottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.contentright {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.contentcenter {
  text-align: center;
}

.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-white {
  background: hsla(0, 0%, 100%, 0.8);
}

.inline {
  display: inline;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

p:empty, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button:empty, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li:empty, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body:empty, .tx-twwc-ticketshop #swisspassAbos .accordion-item:empty, .tx-twwc-ticketshop .payment-address-overview td:empty {
  display: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

ol li {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
}

ol {
  margin-left: 1em;
  padding: 0;
}

hr {
  background-color: #1779ba;
  margin: 20px auto;
  display: block;
  border: none;
  clear: both;
  height: 1px;
}

.styled ul li, body#tinymce ul li {
  padding-left: 30px;
  font-weight: 700;
  background-position: top 0.2em left;
}

.styled ul + p, .styled .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header ul + button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .styled ul + button, .styled .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body ul + li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .styled ul + li, .styled .tx-twwc-ticketshop #swisspassAbos .accordion-item ul + .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .styled ul + .accordion-body, .styled .tx-twwc-ticketshop #swisspassAbos ul + .accordion-item, .tx-twwc-ticketshop #swisspassAbos .styled ul + .accordion-item, .styled .tx-twwc-ticketshop .payment-address-overview ul + td, .tx-twwc-ticketshop .payment-address-overview .styled ul + td, body#tinymce ul + p, body#tinymce .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header ul + button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header body#tinymce ul + button, body#tinymce .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body ul + li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body body#tinymce ul + li, body#tinymce .tx-twwc-ticketshop #swisspassAbos .accordion-item ul + .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item body#tinymce ul + .accordion-body, body#tinymce .tx-twwc-ticketshop #swisspassAbos ul + .accordion-item, .tx-twwc-ticketshop #swisspassAbos body#tinymce ul + .accordion-item, body#tinymce .tx-twwc-ticketshop .payment-address-overview ul + td, .tx-twwc-ticketshop .payment-address-overview body#tinymce ul + td {
  margin-bottom: 20px;
}

.tableContainer {
  position: relative;
}

.tableContainer__inner {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

.alert__content, .dropout__content, .footer__module-blue, .infoflag, .tpricelist, .whitetext, .whitetextHeadline {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.alert__content a, .dropout__content a, .footer__module-blue a, .infoflag a, .tpricelist a, .whitetext a, .whitetextHeadline a {
  display: inline-block;
  position: relative;
  color: #fff;
}

.alert__content a:after, .dropout__content a:after, .footer__module-blue a:after, .infoflag a:after, .tpricelist a:after, .whitetext a:after, .whitetextHeadline a:after {
  position: absolute;
  content: "";
  z-index: 10;
  left: -10%;
  top: -5%;
  display: block;
  width: 120%;
  height: 110%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: -webkit-transform 0.2s, opacity 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.2s;
  transition: opacity 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.5s;
  transition: transform 0.2s, opacity 0.5s, -webkit-transform 0.2s;
}

.alert__content a:hover:after, .dropout__content a:hover:after, .footer__module-blue a:hover:after, .infoflag a:hover:after, .tpricelist a:hover:after, .whitetext a:hover:after, .whitetextHeadline a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.whitetext-shadowed, .whitetextHeadline {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.66);
}

.gform_description, .lead {
  margin-top: 50px;
}

.gform_description, .lead {
  margin-top: 50px;
}

.gform_wrapper .gform_body .gsection .gsection_title.modules__title, .gform_wrapper .gform_body .gsection .gsection_title.searchpage__field {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 700;
}
.gform_wrapper .gform_body .gsection h2.gsection_title {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 700;
}

.h3, h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 700;
}

.gform_wrapper .gform_body .gsection .blue.gsection_title.modules__title, .gform_wrapper .gform_body .gsection .blue.gsection_title.searchpage__field {
  color: #0e4194;
}
.gform_wrapper .gform_body .gsection .ticketlist__title.gsection_title.modules__title, .gform_wrapper .gform_body .gsection .ticketlist__title.gsection_title.searchpage__field {
  color: #0e4194;
}
.gform_wrapper .gform_body .gsection h2.blue.gsection_title, .gform_wrapper .gform_body .gsection h2.ticketlist__title.gsection_title {
  color: #0e4194;
}

.h3.blue, .h3.ticketlist__title {
  color: #0e4194;
}

h3.blue, h3.ticketlist__title {
  color: #0e4194;
}

.h3-subtitel {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 700;
}

.h4, .whitebox-aside .whitebox__morelink, h4 {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 700;
}

.h4-blue {
  color: #0e4194;
}

.gform_description, .lead {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 50px;
  font-weight: 100;
}

.whitetextHeadline {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2em;
  color: #fff;
}

.textCentered {
  text-align: center;
}

.aktuelles__date {
  font-size: 0.8em;
  line-height: 1.8em;
  display: inline-block;
}

.gform_wrapper .gform_body .gfield_description, .gform_wrapper .gform_body .validation_message, .gform_wrapper .gform_body label {
  font-size: 0.8em;
  line-height: 1.8em;
  display: inline-block;
}

.m-atMasonry__showall, .small {
  font-size: 0.8em;
  line-height: 1.8em;
  display: inline-block;
  font-weight: normal;
}
.m-atMasonry__showall.d-block, .small.d-block {
  display: block;
}

.verysmall {
  font-size: 0.8em;
  line-height: 1.8em;
  display: inline-block;
  font-size: 0.6em;
}

.blue, .ticketlist__title {
  color: #0e4194;
}

.button, .gform_button, .pagination a {
  background: #f3f3f3;
  display: block;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  font-weight: 100;
  text-decoration: none;
  position: relative;
  border: 0;
  cursor: pointer;
}

.button:focus, .gform_button:focus, .pagination a:focus {
  outline: none;
}

.button:disabled, .gform_button:disabled, .pagination a:disabled {
  opacity: 0.4;
  cursor: auto;
}
.button:disabled:hover, .gform_button:disabled:hover, .pagination a:disabled:hover {
  opacity: 0.4;
  cursor: auto;
}

.button, .gform_button {
  margin-top: 10px;
}

.button, .gform_button {
  margin-top: 10px;
}

.pagination .button + a, .pagination .gform_button + a {
  margin-top: 10px;
}
.pagination .button, .pagination .gform_button, .pagination a {
  margin-top: 10px;
}

.button-blue, .gform_button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.button-blue, .gform_button {
  background: #0e4194;
  color: #fff;
}
.button-blue:hover, .gform_button:hover {
  background: #0e4194;
  color: #fff;
}

.button-blue:focus, .button-blue:visited {
  color: #fff;
}

.gform_button:focus, .gform_button:visited {
  color: #fff;
}

.button-red {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: #d8232a;
  color: #fff;
}
.button-red:hover {
  background: #d8232a;
  color: #fff;
}

.button-big, .gform_button {
  font-size: 1em;
  line-height: 48px;
  padding: 0 20px;
  font-weight: 100;
}

.button-micro {
  padding: 4px 10px;
  text-decoration: none;
  font-weight: 100;
}

.button-ghost {
  background: none;
  border: 1px solid #dadada;
  border-right: 0;
  font-weight: 100;
  color: #414141;
}
.button-ghost:last-child {
  border-right: 1px solid #dadada;
}

.button-ghost-vertical {
  border: 1px solid #dadada;
  border-bottom: 0;
}

.alert__content .button, .alert__content .gform_button, .alert__content .pagination a {
  background: #fff;
  color: #000;
}

.button-white {
  background: #fff;
  color: #000;
}

.dropout__content .button, .dropout__content .gform_button, .dropout__content .pagination a {
  background: #fff;
  color: #000;
}

.footer__module-blue .button, .footer__module-blue .gform_button, .footer__module-blue .pagination a {
  background: #fff;
  color: #000;
}

.infoflag .button, .infoflag .gform_button, .infoflag .pagination a {
  background: #fff;
  color: #000;
}

.pagination .alert__content a, .pagination .dropout__content a, .pagination .footer__module-blue a, .pagination .infoflag a, .pagination .tpricelist a, .pagination .whitetext a, .pagination .whitetextHeadline a, .pagination a {
  background: #fff;
  color: #000;
}

.tpricelist .button, .tpricelist .gform_button, .tpricelist .pagination a {
  background: #fff;
  color: #000;
}

.whitetext .button, .whitetext .gform_button, .whitetext .pagination a {
  background: #fff;
  color: #000;
}

.whitetextHeadline .button, .whitetextHeadline .gform_button, .whitetextHeadline .pagination a {
  background: #fff;
  color: #000;
}

.button-eyecatch {
  font-weight: 700;
  color: #0e4194;
}

.button-inline {
  display: inline-block;
  width: auto;
}

.button-notclickable {
  cursor: auto;
}

.button-active.button-ghost, .button-ghost.showallselect__option-active {
  cursor: auto;
  background: #0e4194;
  color: #fff;
}

.button-active.button-ghost:hover, .button-ghost.showallselect__option-active:hover {
  background: #0e4194;
}

[v-cloak] {
  display: none;
}

.gmap {
  height: 400px;
}

.infoflag {
  display: inline-block;
  background: #0e4194;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  padding: 0 3px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.infoflag:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}
.infoflag:before {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  left: -32px;
  border-width: 0 32px 32px 0;
  border-color: transparent #0e4194 transparent transparent;
}
.infoflag:after {
  right: -32px;
  border-width: 32px 32px 0 0;
  border-color: #0e4194 transparent transparent;
}

.infoflag__icon, .infoflag__text {
  display: inline;
  font-size: 0.9em;
}

.infoflag__icon {
  margin-right: 5px;
}
.infoflag__icon > * {
  height: 20px;
  width: auto;
  position: relative;
  top: 3px;
  transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.infoflag:hover {
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}
.infoflag:hover .infoflag__icon > * {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.dropoutbox {
  background: #fff;
  padding: 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.dropoutbox + .dropoutbox {
  margin-top: 10px;
}
.dropoutbox:hover {
  background: #f8f8f8;
}
.dropoutbox .gform_wrapper .gform_body .ginput_container_select select, .dropoutbox .gform_wrapper .gform_body input, .dropoutbox .gform_wrapper .gform_body textarea {
  background-color: #f8f8f8;
}

.dropoutbox-slim {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  border: 1px solid #f3f3f3;
}

.dropoutbox-notrigger .dropoutbox__title {
  cursor: auto;
  padding-right: 0;
}
.dropoutbox-notrigger .dropoutbox__title:after {
  display: none;
}
.dropoutbox-notrigger .dropoutbox__content {
  padding-right: 0;
}

.dropoutbox-open:hover, .dropoutboxOpen:hover {
  background: #fff;
}

.dropoutbox-open .dropoutbox__title:after, .dropoutboxOpen .dropoutbox__title:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.dropoutbox-open .dropoutbox__content, .dropoutboxOpen .dropoutbox__content {
  max-height: 2000px;
  margin-top: 20px;
  padding-top: 20px;
  opacity: 1;
  overflow: visible;
}

.dropoutbox__title {
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.dropoutbox__title:after {
  display: block;
  padding: 0;
  background-position: 50%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropoutbox__content {
  max-height: 0;
  padding-right: 40px;
  border-top: 2px solid #f3f3f3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0;
}
.dropoutbox__content > * {
  margin-top: 20px;
}

.dropoutbox-fullwidth .dropoutbox__content {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.dropoutbox-fullwidth .dropoutbox__content:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: calc(-50vw + 590px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dropoutbox-fullwidth .dropoutbox__content > * {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content {
  margin-left: -20px;
  position: relative;
  z-index: 10;
  background: #fff;
  width: 1220px;
  margin-left: -40px;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content:after {
  width: 100vw;
  height: 100%;
  left: 20px;
}
.dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content > * {
  position: relative;
  z-index: 10;
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  opacity: 1;
}

.middler {
  margin: 0 auto;
}

.middler-xlarge {
  width: 1180px;
}

.middler-large {
  width: 970px;
}

.middler-medium {
  width: 760px;
}

.middler-noheight {
  height: 0;
}

p, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop .payment-address-overview td {
  margin-bottom: 20px;
}
p:first-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button:first-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li:first-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body:first-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item:first-child, .tx-twwc-ticketshop .payment-address-overview td:first-child {
  margin-top: 0;
}
p:last-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button:last-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li:last-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body:last-child, .tx-twwc-ticketshop #swisspassAbos .accordion-item:last-child, .tx-twwc-ticketshop .payment-address-overview td:last-child {
  margin-bottom: 0;
}

.scrolldown {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.scrolldown:after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #fff;
  -webkit-transform-origin: bottom-center;
  transform-origin: bottom-center;
}
.scrolldown:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #fff;
  -webkit-transform-origin: bottom-center;
  transform-origin: bottom-center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 12px;
  bottom: 0;
}
.scrolldown:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px;
  bottom: 0;
}

.dotbutton {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  line-height: 25px;
  opacity: 0.8;
}

.dotbutton__dots {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #414141;
  position: absolute;
  top: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: -26px;
}
.dotbutton__dots:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #414141;
  position: absolute;
  top: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dotbutton__dots:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #414141;
  position: absolute;
  top: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: -10px;
  top: 0;
}
.dotbutton__dots:after {
  right: -10px;
  top: 0;
}

.dotbutton:hover {
  opacity: 1;
}
.dotbutton:hover .dotbutton__dots {
  left: -26px;
}
.dotbutton:hover .dotbutton__dots:before {
  left: -13px;
  top: 0;
}
.dotbutton:hover .dotbutton__dots:after {
  right: -13px;
  top: 0;
}

.pagination {
  margin-top: 20px;
}

@-webkit-keyframes a {
  0% {
    background-position: -2000px 0;
  }
  to {
    background-position: 2000px 0;
  }
}
@keyframes a {
  0% {
    background-position: -2000px 0;
  }
  to {
    background-position: 2000px 0;
  }
}
.lp {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #fff), color-stop(18%, #f3f3f3), color-stop(33%, #fff));
  background: linear-gradient(90deg, #fff 8%, #f3f3f3 18%, #fff 33%);
  background-size: 2000px 104px;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px;
  text-color: silver;
}

.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  position: relative;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 hsla(0, 0%, 100%, 0.3);
}
.flex-direction-nav a:before {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 hsla(0, 0%, 100%, 0.3);
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: none;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 2px solid #fff;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider__overlay {
  position: absolute;
  z-index: 8;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}

/* *.alert {
 * *    position: fixed;
 * *    z-index: 99;
 * *    bottom: 0;
 * *    left: 0;
 * *    width: 100%;
 * *    opacity: 0;
 * *    bottom: -100px;
 * *    transition: all .4s
 * *} */
.alert-visible {
  opacity: 1;
  bottom: 0;
}

.alert__content {
  display: block;
  position: relative;
  background: #0e4194;
  text-shadow: none;
  font-weight: 700;
  width: 400px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.alert__icon {
  position: absolute;
  left: 20px;
}

@media screen and (min-width: 1010px) {
  .just-large-down {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
@media screen and (min-width: 640px) {
  .just-small-down {
    display: none;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1220px) {
  .middler-xlarge {
    width: 100%;
    padding: 0 20px;
    max-width: 970px;
  }
  .button-big, .gform_button {
    font-size: 1em;
    line-height: normal;
    padding: 10px;
  }
  .h1, h1 {
    font-size: 2.5em;
    line-height: 1.3em;
  }
  .gform_description, .lead {
    margin-top: 30px;
  }
  .gform_description, .lead {
    margin-top: 30px;
  }
  .gform_wrapper .gform_body .gsection .gsection_title.modules__title, .gform_wrapper .gform_body .gsection .gsection_title.searchpage__field {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 700;
  }
  .gform_wrapper .gform_body .gsection h2.gsection_title {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 700;
  }
  .h3, h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 700;
  }
  .gform_wrapper .gform_body .gsection .blue.gsection_title.modules__title, .gform_wrapper .gform_body .gsection .blue.gsection_title.searchpage__field {
    color: #0e4194;
  }
  .gform_wrapper .gform_body .gsection .ticketlist__title.gsection_title.modules__title, .gform_wrapper .gform_body .gsection .ticketlist__title.gsection_title.searchpage__field {
    color: #0e4194;
  }
  .gform_wrapper .gform_body .gsection h2.blue.gsection_title, .gform_wrapper .gform_body .gsection h2.ticketlist__title.gsection_title {
    color: #0e4194;
  }
  .h3.blue, .h3.ticketlist__title {
    color: #0e4194;
  }
  h3.blue, h3.ticketlist__title {
    color: #0e4194;
  }
  .h3-subtitel {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
  }
  .h4, .whitebox-aside .whitebox__morelink, h4 {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
  }
  .gform_description, .lead {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
  .gform_description:last-child, .lead:last-child {
    margin-bottom: 0;
  }
  .dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content {
    margin-left: -20px;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content:after {
    display: none;
  }
  .dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content > * {
    position: relative;
    z-index: 10;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 1010px) {
  .just-large-up {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .middler-large {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .middler-medium {
    width: auto;
    padding: 0 20px;
  }
  .whitetextHeadline {
    font-size: 1.8rem;
  }
  .dropoutbox__title * {
    font-size: 1em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 640px) {
  .just-small-up {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .h1, h1 {
    font-size: 2em;
    line-height: 1.3em;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .h2, .modules__title, .searchpage__field, h2 {
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
.blueoverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.8);
  background: #0e4194;
  display: block;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: top;
  -webkit-box-align: top;
          align-items: top;
  padding-top: 80px;
  transition: -webkit-transform 0.5s, opacity 0.2s;
  opacity: 0;
  -webkit-transform: scale(1.1) translateY(-50px);
  transform: scale(1.1) translateY(-50px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.2s;
  transition: transform 0.5s, opacity 0.2s, -webkit-transform 0.5s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: -300vh;
  color: #fff;
}
.blueoverlay a {
  color: #fff;
}

.blueoverlay-visible {
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

div.blueoverlay__topright {
  position: fixed;
  right: 60px;
  top: 40px;
}
div.blueoverlay__topright > * {
  position: relative;
}

.blueoverlay__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1070px) {
  div.blueoverlay__topright {
    right: 20px;
  }
}
@media screen and (max-width: 960px) {
  div.blueoverlay__topright {
    top: 0;
    right: 10px;
  }
  .blueoverlay__content {
    padding-top: 50px;
  }
}
.nav-toggle {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 50;
  width: 54px;
  height: 54px;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
}
.nav-toggle div {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #0e4194;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 24px;
}
.nav-toggle div:after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #0e4194;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-toggle div:before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #0e4194;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -9px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-toggle div:after {
  top: 9px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mobnavopen .nav-toggle div {
  height: 1px;
  background: #fff;
}
.mobnavopen .nav-toggle div:after, .mobnavopen .nav-toggle div:before {
  height: 1px;
  background: #fff;
}

.nav-toggle-open div {
  height: 1px;
  background: #fff;
}
.nav-toggle-open div:after, .nav-toggle-open div:before {
  height: 1px;
  background: #fff;
}

.mobnavopen .nav-toggle div, .nav-toggle-open div {
  background: none;
}

.mobnavopen .nav-toggle div:before, .nav-toggle-open div:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 5px;
}

.mobnavopen .nav-toggle div:after, .nav-toggle-open div:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 5px;
}

.nav-toggle-big div {
  width: 50px;
}
.nav-toggle-big div:after, .nav-toggle-big div:before {
  width: 50px;
}

.mobnavopen .nav-toggle-big div {
  height: 3px;
}
.mobnavopen .nav-toggle-big div:after, .mobnavopen .nav-toggle-big div:before {
  height: 3px;
}

.nav-toggle-big.nav-toggle-open div {
  height: 3px;
}
.nav-toggle-big.nav-toggle-open div:after, .nav-toggle-big.nav-toggle-open div:before {
  height: 3px;
}

.mobnavopen .nav-toggle-big div, .nav-toggle-big.nav-toggle-open div {
  background: none;
}

.mobnavopen .nav-toggle-big div:after, .mobnavopen .nav-toggle-big div:before {
  top: 0;
}

.nav-toggle-big.nav-toggle-open div:after, .nav-toggle-big.nav-toggle-open div:before {
  top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 81;
  height: 110px;
  border-top: 5px solid #0e4194;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  width: 100%;
}
.header > * {
  width: 100%;
}

.header-withtabs {
  height: 170px;
}

.header__navtoggle, .pplogo__untertitel {
  display: none;
}

.header__container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #fff;
  border-bottom: 2px solid #dadada;
}

.header__contentwrap {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 105px;
}

.header__topmid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0;
}

.header__left {
  margin-right: auto;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header__right {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  text-align: right;
  z-index: 50;
}

.header__rightinner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  padding: 2px 0 10px;
}

.header__subnav {
  margin-bottom: auto;
}

.header__mainnav {
  margin-top: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header__search {
  display: inline-block;
  margin-left: 20px;
}

.pplogo {
  height: 40px;
  width: 140px;
  margin-left: 0;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.dropout {
  margin-top: -30px;
}

.dropout__content, .dropout__inner {
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}

.dropout__content {
  background: #0e4194;
  max-height: 0;
  overflow: hidden;
}

.dropout__inner {
  opacity: 0;
  padding: 20px 0;
}

.dropout__contenthead {
  margin-bottom: 20px;
}

.dropout__trigger {
  cursor: pointer;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
}

.dropout-open {
  margin-top: 0;
}
.dropout-open .dropout__content {
  max-height: 600px;
  height: auto;
  padding: 20px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-top: 0;
}
.dropout-open .dropout__inner {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.dropout-open .dropout__trigger {
  -webkit-transform: none;
  transform: none;
}
.dropout-open .dropout__trigger > * {
  opacity: 0;
}
.dropout-open .dropout_closeicon {
  position: absolute;
  top: 14px;
  left: calc(50% - 10px);
  opacity: 1;
  width: 15px;
  height: 15px;
}
.dropout-open .dropout_closeicon:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 2px;
  left: 0;
  background: #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.dropout-open .dropout_closeicon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 2px;
  left: 0;
  background: #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropout-open .dropout_closeicon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.subnav a {
  text-decoration: none;
}
.subnav .menu > li {
  display: inline-block;
  position: relative;
}
.subnav .menu > li a {
  color: #000;
  display: block;
  line-height: 1.6em;
  padding: 0 5px;
  font-size: 0.9em;
  font-weight: 700;
}
.subnav .menu > li.current_page_item > a, .subnav .menu > li:hover > a {
  text-decoration: underline;
}
.subnav .menu > li:last-child > a {
  padding-right: 0;
}
.subnav .menu > li > ul {
  display: block;
  position: absolute;
  right: 0;
  top: calc(1.6em + 4px);
  z-index: 82;
  background: #fff;
  border-top: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  right: -9999em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.subnav .menu > li > ul > li > a {
  display: block;
  padding: 2px 10px;
  border-bottom: 1px solid #f3f3f3;
  white-space: nowrap;
  font-weight: 400;
}
.subnav .menu > li > ul > li > a:hover {
  text-decoration: underline;
}
.subnav .menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.subnav .menu > li:hover > ul {
  opacity: 1;
  right: 0;
}

.mainnav a {
  color: #0e4194;
  text-decoration: none;
}
.mainnav .menu > li {
  display: inline-block;
  position: relative;
}
.mainnav .menu > li > a {
  display: block;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 1.5em;
  font-weight: 400;
}
.mainnav .menu > li:last-child a {
  margin-right: -10px;
}
.mainnav .menu > li > ul.sub-menu {
  display: block;
  position: fixed;
  left: calc(50vw - 590px - 6.66667px);
  width: 1180px;
  top: 110px;
  padding: 20px 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  padding: 0;
}
.mainnav .menu > li > ul.sub-menu:after {
  content: "";
  position: absolute;
  left: -100vw;
  top: 0;
  width: 300vw;
}
.mainnav .menu > li > ul.sub-menu:before {
  content: "";
  position: absolute;
  left: -100vw;
  top: 0;
  width: 300vw;
  background: #fff;
  border-top: 1px solid #dadada;
  height: 100%;
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}
.mainnav .menu > li > ul.sub-menu:after {
  height: 20px;
  margin-top: -20px;
}
.mainnav .menu > li > ul.sub-menu > li {
  width: 25%;
  padding: 0 10px;
  float: left;
  position: relative;
  z-index: 10;
  text-align: left;
}
.mainnav .menu > li > ul.sub-menu > li > a {
  color: #0e4194;
  font-weight: 700;
}
.mainnav .menu > li > ul.sub-menu a {
  position: relative;
  display: block;
  color: #000;
  border-bottom: 1px solid #dadada;
  padding: 3px 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
.mainnav .menu > li > ul.sub-menu a:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f3f3f3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.mainnav .menu > li > ul.sub-menu a:hover {
  background: none;
  padding-left: 10px;
}
.mainnav .menu > li > ul.sub-menu a:hover:before {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.mainnav .menu > li > ul.sub-menu .current-menu-ancestor > a, .mainnav .menu > li > ul.sub-menu .current-menu-item > a, .mainnav .menu > li > ul.sub-menu .current-page-item > a {
  font-weight: 700;
}
.mainnav .menu > li.menu-item-has-children:hover > ul.sub-menu {
  max-height: 100vh;
  overflow: visible;
  opacity: 1;
  padding: 20px 0;
}
.mainnav .menu > li.menu-item-has-children:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 2.1em;
  left: calc(50% - 20px);
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent #fff;
}
.mainnav .menu > li.menu-item-has-children:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.1em;
  left: calc(50% - 20px);
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent #fff;
  border-color: transparent transparent #dadada;
  margin-top: -1px;
}

@media screen and (max-width: 1220px) {
  .mainnav .menu > li a {
    font-size: 1.2em;
  }
  .mainnav .menu > li a ul.sub-menu {
    width: 970px;
    left: calc(50vw - 485px + 10px);
  }
  .mainnav .menu > li.menu-item-has-children:hover:after, .mainnav .menu > li.menu-item-has-children:hover:before {
    top: 1.8em;
  }
}
@media screen and (max-width: 1010px) {
  .mobnavopen {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
  }
  .mobnavopen body {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
  }
  .header {
    width: 100%;
    height: 110px;
  }
  .header__contentwrap {
    position: relative;
    height: 110px;
  }
  .pplogo {
    height: 50px;
    margin-top: -10px;
  }
  .header__topmid {
    -webkit-transform: translateY(-100%) scale(0);
    transform: translateY(-100%) scale(0);
    opacity: 0;
    transition: -webkit-transform 0.2s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0.2s;
    transition: opacity 0s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0s;
    transition: transform 0.2s, opacity 0s, -webkit-transform 0.2s;
  }
  .mobnavopen .header__topmid {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .header__topmid .infoflag {
    background: #fff;
    color: #0e4194;
  }
  .header__topmid .infoflag:before {
    border-color: transparent #fff transparent transparent;
  }
  .header__topmid .infoflag:after {
    border-color: #fff transparent transparent;
  }
  .header__topmid .dropout__content {
    background: #fff;
    color: #0e4194;
  }
  .header__topmid .dropout__content a {
    color: #0e4194;
  }
  .header__topmid .afFilter__taxfieldgroup > *, .header__topmid .preisausgabe, .header__topmid .w-3 {
    width: 100%;
  }
  .dropout-open {
    margin-top: 0;
  }
  .dropout-open .dropout__content {
    max-height: none;
    height: calc(90vh - 50px);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dropout-open .dropout_closeicon:after, .dropout-open .dropout_closeicon:before {
    background: #0e4194;
  }
  .header__navtoggle {
    display: block;
    position: fixed !important;
    top: 30px;
    right: 20px;
    z-index: 9999;
  }
  .header__right {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.8);
    background: #0e4194;
    display: block;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: top;
    -webkit-box-align: top;
            align-items: top;
    padding-top: 80px;
    transition: -webkit-transform 0.5s, opacity 0.2s;
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-50px);
    transform: scale(1.1) translateY(-50px);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
    transition: opacity 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.2s;
    transition: transform 0.5s, opacity 0.2s, -webkit-transform 0.5s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: -300vh;
    padding-right: 20px;
    padding-left: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #fff;
  }
  .header__right a {
    color: #fff;
  }
  .header__rightinner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .header__rightinner > * {
    width: 100%;
  }
  .mobnavopen .header__right {
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  .header__subnav {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-bottom: 60px;
  }
  .header__mainnav {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-bottom: 40px;
  }
  .header__mainnav .menu-main-menue-container {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .header__mainnav .header__search {
    display: block;
    -webkit-transform: none;
    transform: none;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    text-align: center;
    margin: 0 0 20px;
  }
  .subnav {
    display: block;
  }
  .mainnav, .subnav {
    text-align: center;
  }
  .mainnav > *, .subnav > * {
    display: block;
    width: 100%;
  }
  .mainnav .menu, .subnav .menu {
    display: block;
  }
  .mainnav .menu > li:nth-child(1n), .subnav .menu > li:nth-child(1n) {
    display: block;
    margin: 0;
    padding: 0;
  }
  .mainnav .menu > li:nth-child(1n) > a, .subnav .menu > li:nth-child(1n) > a {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .mainnav .menu > li > ul, .subnav .menu > li > ul {
    opacity: 1;
    right: 0;
  }
  .mainnav .menu > li > ul, .subnav .menu > li > ul {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.sub-menu, .subnav .menu > li > ul.sub-menu {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.sub-menu > li, .subnav .menu > li > ul.sub-menu > li {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.sub-menu > li a, .subnav .menu > li > ul.sub-menu > li a {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.sub-menu > li a:hover, .subnav .menu > li > ul.sub-menu > li a:hover {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul > li, .subnav .menu > li > ul > li {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul > li > a, .subnav .menu > li > ul > li > a {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.current-menu-item > a {
    font-weight: 100;
  }
  .mainnav .menu > li > ul.sub-menu.current-menu-item > a {
    font-weight: 100;
  }
  .mainnav .menu > li > ul.sub-menu > li.current-menu-item > a {
    font-weight: 100;
  }
  .mainnav .menu > li > ul.sub-menu > li a.current-menu-item > a, .mainnav .menu > li > ul.sub-menu > li a:hover.current-menu-item > a {
    font-weight: 100;
  }
  .mainnav .menu > li > ul > li.current-menu-item > a, .mainnav .menu > li > ul > li > a.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul.sub-menu.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul.sub-menu > li.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul.sub-menu > li a.current-menu-item > a, .subnav .menu > li > ul.sub-menu > li a:hover.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul > li.current-menu-item > a, .subnav .menu > li > ul > li > a.current-menu-item > a {
    font-weight: 100;
  }
  .menu > li > ul.sub-menu:after, .menu > li > ul.sub-menu:before, .menu > li > ul.sub-menu a:hover:before {
    display: none;
  }
  .subnav a {
    text-decoration: none;
  }
  .subnav a {
    font-size: 2rem;
    font-weight: 100;
  }
  .subnav a ul.sub-menu {
    margin-bottom: 10px;
  }
  .subnav a ul.sub-menu > li > a {
    font-size: 1.2rem;
    font-weight: 100;
    padding: 4px 0;
  }
  .mainnav .menu > li.menu-item-has-children:hover > ul.sub-menu {
    max-height: none;
    padding: 0;
  }
  .mainnav .menu > li.menu-item-has-children:hover:after, .mainnav .menu > li.menu-item-has-children:hover:before {
    display: none;
  }
  .mainnav .menu > li a {
    font-size: 3rem;
    font-weight: 100;
  }
  .mainnav .menu > li a ul.sub-menu > li {
    margin-bottom: 20px;
  }
  .mainnav .menu > li a ul.sub-menu > li:first-of-type {
    margin-top: 20px;
  }
  .mainnav .menu > li a ul.sub-menu > li a {
    font-size: 2rem;
    font-weight: 100;
  }
  .mainnav .menu > li a ul.sub-menu > li a ul.sub-menu > li > a {
    font-size: 1.2rem;
    font-weight: 100;
    padding: 4px 0;
  }
  .header .mainnav .menu > li.menu-item-has-children:hover > ul, .header .subnav .menu > li.menu-item-has-children:hover > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
  }
  .header .mainnav .menu > li > ul, .header .subnav .menu > li > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
  }
  .header .mainnav .menu > li > ul > li > ul, .header .subnav .menu > li > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
  }
  .header .mainnav .menu > li.menu-item-has-children.open > ul, .header .mainnav .menu > li.open > ul, .header .mainnav .menu > li > ul > li.open > ul {
    max-height: 100vh;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin-bottom: 30px;
  }
  .header .subnav .menu > li.menu-item-has-children.open > ul, .header .subnav .menu > li.open > ul, .header .subnav .menu > li > ul > li.open > ul {
    max-height: 100vh;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    width: 100%;
    height: 73.33333px;
  }
  .header__contentwrap {
    position: relative;
    height: 73.33333px;
  }
  .pplogo {
    height: 30px;
  }
  .header__navtoggle {
    top: 12px;
    right: 0;
  }
  .mainnav .menu > li > a {
    font-size: 2.5rem;
    lin-height: 1.6em;
  }
}
.searchicon {
  display: block;
  border: 0;
  position: relative;
  background: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.searchicon:focus, .searchicon:hover {
  outline: none;
  -webkit-transform: rotate(-10deg) scale(1.5);
  transform: rotate(-10deg) scale(1.5);
}

.searchicon__icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: auto;
}
.searchicon__icn > * {
  width: 25px;
  height: 25px;
}
.searchicon__icn * {
  fill: #0e4194;
}

.globalsearch__content {
  padding-top: 0;
  padding: calc(30vh - 50px) 0;
}

@media screen and (max-height: 600px) {
  .globalsearch__content {
    padding-top: 40px;
  }
}
.globalsearch__results {
  margin-top: 20px;
}

.globalsearch__result {
  display: block;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.globalsearch__result:focus, .globalsearch__result:hover {
  background: #0d3a83;
  color: #fff;
}

.globalsearch__result-dummy {
  background: #0d3a83;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0;
}

.globalsearch__addinfo {
  display: inline-block;
  padding-left: 10px;
}

@media screen and (max-width: 1010px) {
  .searchicon {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px 40px;
    border-radius: 4px;
    background: #0d3a83;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .searchicon:focus, .searchicon:hover {
    -webkit-transform: none;
    transform: none;
    background: #082555;
  }
  .searchicon__icn {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 25px;
    height: auto;
  }
  .searchicon__icn > * {
    width: 100%;
    height: auto;
  }
  .searchicon__icn * {
    fill: #fff;
  }
}
.columns, .preisrechner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: -10px;
}

.columns-vertzent {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.columns-left {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.columns__col, .preisausgabe, .zonenplan {
  padding: 10px;
}

.columns__col-norightpadding {
  padding-right: 0;
}

.columns__col-topborder {
  border-top: 3px solid #0e4194;
}

.w-1 {
  width: 8.33333%;
}

.w-2 {
  width: 16.66667%;
}

.afFilter__taxfieldgroup > *, .preisausgabe, .w-3 {
  width: 25%;
}

.w-4 {
  width: 33.33333%;
}

.w-5 {
  width: 41.66667%;
}

.w-6 {
  width: 50%;
}

.w-7 {
  width: 58.33333%;
}

.w-8 {
  width: 66.66667%;
}

.w-9, .zonenplan {
  width: 75%;
}

.w-10 {
  width: 83.33333%;
}

.w-11 {
  width: 91.66667%;
}

.w-12 {
  width: 100%;
}

.w-8-12 {
  width: 67.66667%;
}

.w-3-88 {
  width: 32.33333%;
}

.columns-nopadding, .preisrechner {
  margin: 0;
}

.columns-nopadding .columns__col, .columns-nopadding .preisausgabe, .columns-nopadding .zonenplan {
  padding: 0;
}

.preisrechner .columns__col, .preisrechner .preisausgabe, .preisrechner .zonenplan {
  padding: 0;
}

.columns-noouterpadding {
  margin: 0;
  border: 1px solid red;
}

@media screen and (max-width: 1220px) {
  .w-12-xlarge {
    width: 100%;
  }
}
@media screen and (max-width: 1010px) {
  .w-10, .w-12-large {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .w-8, .w-10, .w-12-medium {
    width: 100%;
  }
  .w-2 {
    width: 33.33%;
  }
  .afFilter__taxfieldgroup > *, .preisausgabe, .w-3, .w-4 {
    width: 50%;
  }
}
@media screen and (max-width: 740px) {
  .w-3-88, .w-8-12 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .w-2 {
    width: 50%;
  }
  .afFilter__taxfieldgroup > *, .preisausgabe, .w-3, .w-3-88, .w-4, .w-6, .w-8, .w-8-12, .w-10 {
    width: 100%;
    padding-bottom: 10px;
  }
}
.tabs {
  margin-top: -42px;
}

.tabs__nav {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.tabs__title {
  display: inline-block;
  margin-right: 5px;
}

.tab {
  position: relative;
  cursor: pointer;
}

.tabs-hiddentabs .tabs__nav {
  opacity: 0;
}

.tab__title {
  padding: 0 20px;
  border-radius: 4px 4px 0 0;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: #0e4194;
  background: #f8f8f8;
  font-weight: 400;
}

.tab-active .tab__title, .tab-active:hover .tab__title {
  position: relative;
  background: #fff;
  color: #000;
  z-index: 2;
}
.tab-active .tab__shadow, .tab-active:hover .tab__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  z-index: 1;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.tabcontent {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
}

.tabcontent-active {
  opacity: 1;
  max-height: none;
  padding: 20px;
  overflow: visible;
  min-height: 120px;
}

.tabcontent-nopaddingrl.tabcontent-active {
  padding-right: 0;
  padding-left: 0;
}

.tabs-noshadow .tabcontent {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 1010px) {
  .tabcontent-active-desktop {
    opacity: 1;
    max-height: none;
    padding: 20px;
    overflow: visible;
    min-height: 120px;
  }
}
@media screen and (max-width: 1010px) {
  .tabs-hiddentabs .tabs__nav {
    opacity: 1;
  }
  .tabs-mobasbuttons {
    width: 100%;
  }
  .tabs-mobasbuttons .tabs__nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: -6.66667px;
    margin-bottom: 0;
    z-index: 12;
  }
  .tabs-mobasbuttons .tabs__nav > * {
    width: 50%;
    margin: 0;
    margin: 0 6.66667px;
  }
  .tabs-mobasbuttons .tab__title {
    background: #f3f3f3;
    display: block;
    width: 100%;
    padding: 0.8em;
    text-align: center;
    font-weight: 100;
    text-decoration: none;
    position: relative;
    border: 0;
    cursor: pointer;
    background: #fff;
    color: #0e4194;
    font-weight: 700;
    padding: 0.2em 20px;
    height: auto;
    border-radius: 0;
  }
  .tabs-mobasbuttons .tab__title:focus {
    outline: none;
  }
  .tabs-mobasbuttons .tab__title:disabled {
    opacity: 0.4;
    cursor: auto;
  }
  .tabs-mobasbuttons .tab__title:disabled:hover {
    opacity: 0.4;
    cursor: auto;
  }
  .tabs-mobasbuttons .tabcontent {
    z-index: 10;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .tabs-mobasbuttons .tabcontent-active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 540px) {
  .tabs-mobasbuttons {
    width: 100%;
  }
  .tabs-mobasbuttons .tabs__nav {
    margin: 0;
    padding: 0;
    display: block;
  }
  .tabs-mobasbuttons .tabs__nav > * {
    width: 100%;
    margin: 0 0 10px;
  }
}
.modules {
  margin-top: 110px;
}

.home .modules {
  margin-top: 210px;
}

.modules__modul {
  padding: 50px 0;
}
.modules__modul.m-breadcrumbs + .modules__modul, .modules__modul:first-child {
  padding-top: 0;
}
.modules__modul.m-breadcrumbs {
  padding-top: 20px;
  margin-top: 0;
}
.modules__modul.m-fullscreenBild, .modules__modul.m-preisrechner, .modules__modul.m-slideshow {
  margin-top: -30px;
}
.modules__modul.m-ticketfinder {
  padding-top: 40px;
}
.modules__modul.m-afFilter {
  padding-top: 0;
  padding-bottom: 20px;
}
.modules__modul.m-slideshow + .m-divider {
  margin-top: -50px;
}
.modules__modul.listeAusflugsziele, .modules__modul.m-listeAusflugsziele__suchergebnisse {
  padding-bottom: 0 !important;
}

.m-preisrechner, .modules__modul-whitebg {
  background: #fff;
}

.m-preisrechner .modules__title, .modules__modul-whitebg .modules__title {
  padding: 50px 0 0;
}

.modules__title {
  margin-bottom: 20px;
}

@media screen and (max-width: 1220px) {
  .modules__modul.m-breadcrumbs + .modules__modul, .modules__modul:first-child {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .modules__modul.m-breadcrumbs + .modules__modul {
    padding-top: 50px;
  }
  .modules__modul.m-slideshow + .m-divider {
    margin-top: 0;
  }
}
@media screen and (max-width: 1010px) {
  .home .modules {
    margin-top: 73.33333px;
  }
}
@media screen and (max-width: 800px) {
  .home .modules {
    margin-top: 43.33333px;
  }
}
@media screen and (max-width: 640px) {
  .modules {
    margin-top: 73.33333px;
  }
  .modules__title {
    font-size: 1.8em;
  }
}
.m-fullscreenBild {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
}
.m-fullscreenBild.modules__modul {
  padding-top: 0;
}

.home .m-fullscreenBild.modules__modul {
  margin-top: 170px;
}

.m-fullscreenBild__background * {
  width: 100%;
  height: auto;
  display: block;
}
.m-fullscreenBild__background figcaption {
  width: auto;
  height: auto;
}

.m-fullscreenBild__overlay {
  position: absolute;
  left: 0;
  bottom: 50px;
  text-align: center;
  width: 100%;
  height: auto;
}

.m-fullscreenBild__taboverlay {
  min-height: 550px;
}

.m-fullscreenBild__bghigh, .m-fullscreenBild__bglandscape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.m-fullscreenBild__bghigh {
  display: none;
}

.m-fullscreenBild__tabs {
  position: relative;
  z-index: 81;
  width: 100%;
  margin-top: -82px;
}

.m-fullscreenBild__tabs-behindheader {
  z-index: 50;
}

@media screen and (max-width: 1220px) {
  .m-fullscreenBild {
    padding: 0;
    margin-bottom: 50px;
  }
  .m-fullscreenBild__taboverlay {
    min-height: 780px;
  }
}
@media screen and (max-width: 1010px) {
  .m-fullscreenBild {
    padding: 0;
    margin-bottom: 50px;
  }
  .m-fullscreenBild.modules__modul {
    padding-top: 0;
  }
  .home .m-fullscreenBild.modules__modul {
    margin-top: 0;
  }
  .m-fullscreenBild__taboverlay {
    min-height: 0;
    background-attachment: fixed;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    padding-top: calc(100vh - 300px);
  }
  .m-fullscreenBild__taboverlay > * {
    width: 100%;
  }
  .m-fullscreenBild__tabs {
    padding: 20px 0;
    z-index: 1;
    margin-top: 0;
  }
  .m-fullscreenBild__tabs .tabs {
    margin-top: 0;
  }
}
@media screen and (max-width: 1010px) {
  .m-fullscreenBild__overlay-tabmode {
    bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .m-fullscreenBild__overlay-tabmode {
    bottom: 160px;
  }
  .m-fullscreenBild__bglandscape {
    display: none;
  }
  .m-fullscreenBild__bghigh {
    display: block;
    background-position: bottom;
  }
  .m-fullscreenBild__background {
    overflow: hidden;
  }
  .m-fullscreenBild__background * {
    width: 160%;
    margin-left: -30%;
  }
}
@media screen and (max-width: 540px) {
  .m-fullscreenBild__background * {
    width: 280%;
    margin-left: -90%;
  }
}
@media screen and (max-width: 600px) {
  .m-textzeile {
    margin: 0;
  }
}
.m-whiteboxes__wrap {
  position: relative;
}

.m-whiteboxes__showall {
  position: absolute;
  right: 10px;
  top: -30px;
  text-decoration: none;
  color: #414141;
  font-weight: 400;
}

@media screen and (max-width: 970px) {
  .m-atMasonry__button {
    padding: 6.66667px 20px;
    margin-top: 10px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 740px) {
  .m-atMasonry__img-screen {
    display: none;
  }
  .m-atMasonry__img-mob {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .m-atMasonry__middler {
    margin: 0;
  }
  .m-atMasonry__showall {
    display: none;
  }
  .m-atMasonry__element {
    border-width: 0 0 1px;
  }
  .m-atMasonry__imgwrap {
    transition: -webkit-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .m-atMasonry__img {
    height: auto;
    display: block;
  }
  .m-atMasonry__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    opacity: 0.9;
  }
  .m-atMasonry__overlay > * {
    width: 100%;
    padding: 0 20px;
  }
  .m-atMasonry__element:hover .m-atMasonry__imgwrap, .touchevents .m-atMasonry__element .m-atMasonry__imgwrap {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .m-atMasonry__element:hover .m-atMasonry__img, .touchevents .m-atMasonry__element .m-atMasonry__img {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .m-atMasonry__element:hover .m-atMasonry__overlay, .touchevents .m-atMasonry__element .m-atMasonry__overlay {
    opacity: 1;
  }
}
.m-listeAusflugsziele__map {
  height: 60vh;
}

.m-listeAusflugsziele__suchergebnisse {
  background: #fff;
  margin-top: 120px;
}

.m-listeAusflugsziele__tabnav {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.m-listeAusflugsziele__entry {
  text-decoration: none;
  color: #0a0a0a;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-bottom: 40px;
  -webkit-transition: background 0.1s, -webkit-box-shadow 0.3s;
  transition: background 0.1s, -webkit-box-shadow 0.3s;
  transition: background 0.1s, box-shadow 0.3s;
  transition: background 0.1s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.m-listeAusflugsziele__entry-dummy {
  height: 200px;
}

.m-listeAusflugsziele__title {
  margin-top: 6.66667px;
}

.m-listeAusflugsziele__img {
  max-width: 100%;
  width: 100%;
}

.m-listeAusflugsziele__reset {
  margin-top: 10px;
}

.gmapInfowindow__img {
  width: 150px;
  float: left;
  height: auto;
  margin-bottom: 10px;
}

.gmapInfowindow__title {
  margin: 0;
  padding: 0;
}

.filtericon {
  width: 25px;
  height: 25px;
}
.filtericon * {
  position: relative;
  width: 25px;
  height: 3px;
  top: 6.5px;
  background: #0e4194;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.filtericon * :before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f3f3f3;
  border: 2px solid #0e4194;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.filtericon * :first-child {
  margin-bottom: 6px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.filtericon * :first-child:before {
  left: 2px;
}
.filtericon * :nth-child(2) {
  margin-bottom: 4px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.filtericon * :nth-child(2):before {
  right: 3px;
}

.filtericon-active > :first-child, .m-afFilter_filtertrigger-active > * > :first-child {
  top: 10.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
}

.filtericon-active > :first-child:before, .m-afFilter_filtertrigger-active > * > :first-child:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.filtericon-active > :nth-child(2), .m-afFilter_filtertrigger-active > * > :nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8.5px;
}

.filtericon-active > :nth-child(2):before, .m-afFilter_filtertrigger-active > * > :nth-child(2):before {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.m-afFilter__title {
  text-align: center;
}

.afFilter__taxfieldgroup {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.m-afFilter_triggerbox {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-afFilter_filtertrigger {
  background: none;
  border: 0;
  z-index: 6;
  font-family: inherit;
  color: #0e4194;
  font-weight: 700;
  font-size: 0.9em;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
.m-afFilter_filtertrigger:focus {
  outline: none;
  color: #000;
}
.m-afFilter_filtertrigger > * {
  margin-right: 10px;
}

.m-afFilter_filtertrigger-active {
  background: #fff;
}

.m-afFilter__triggercontent {
  max-height: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.m-afFilter__triggercontent-visible {
  max-height: 500vh;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.m-afFilter__filter {
  background: #fff;
  padding: 20px;
}

.afFilter__title.h3-subtitel, .h4.afFilter__title {
  width: 100%;
  padding-bottom: 6.66667px;
}

.afFilter__selectblock {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 1 0;
  -webkit-box-flex: 1;
          flex: 1 1 0;
  height: 50px;
}
.afFilter__selectblock > * {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-right: 10px;
}
.afFilter__selectblock > * > * {
  width: 100%;
}

.taxicon {
  border: 0;
  outline: none;
  display: block;
  margin-right: 5px;
  background: none;
  overflow: hidden;
  padding: 3.33333px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.taxicon:last-child {
  margin-bottom: 0;
}

.taxicon__checkbox + .taxicon, a.taxicon, button.taxicon {
  cursor: pointer;
}

.taxicon__icn, .taxicon__title {
  display: block;
  float: left;
}

.taxicon__icn {
  background: none;
  border: 1px solid #dadada;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.taxicon__icn > * {
  width: 90%;
  height: 90%;
  margin: 5%;
  fill: #414141;
}
.taxicon__icn:hover {
  background: #f3f3f3;
}

.taxicon__title {
  line-height: 30px;
  margin-left: 10px;
  font-size: 1em;
}

.taxicon-inline {
  display: block;
  float: left;
  margin-right: 10px;
}
.taxicon-inline:last-child {
  margin-right: 0;
}

.taxicon-red .taxicon__icn {
  background: #d8232a;
}
.taxicon-red .taxicon__icn * {
  fill: #fff;
}

.taxicon-active .taxicon__icn, .taxicon-blue .taxicon__icn, .taxicon__checkbox:checked + .taxicon .taxicon__icn {
  background: #0e4194;
  border-color: #0e4194;
}

.taxicon-active .taxicon__icn *, .taxicon-blue .taxicon__icn *, .taxicon__checkbox:checked + .taxicon .taxicon__icn * {
  fill: #fff;
}

.taxicon-active.taxicon-red .taxicon__icn, .taxicon-active.taxicon-red:hover .taxicon__icn {
  background: #96181d;
}

.taxicon-red.taxicon-blue .taxicon__icn, .taxicon-red.taxicon-blue:hover .taxicon__icn {
  background: #96181d;
}

.taxicon__checkbox:checked + .taxicon-red.taxicon .taxicon__icn, .taxicon__checkbox:checked + .taxicon-red.taxicon:hover .taxicon__icn {
  background: #96181d;
}
.taxicon__checkbox:focus + .taxicon .taxicon__icn {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.taxicon-big .taxicon__icn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

@media screen and (max-width: 1220px) {
  .afFilter__selectblock {
    height: 44px;
  }
  .afFilter__region, .afFilter__reisende, .afFilter__saison {
    width: 50%;
  }
  .afFilter__taxfieldgroup > * {
    width: 33.33%;
  }
}
@media screen and (max-width: 800px) {
  .afFilter__region, .afFilter__reisende, .afFilter__saison {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .afFilter__selectblock > :last-child {
    padding-right: 0;
  }
  .taxicon-big {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .taxicon-big .taxicon__title {
    width: 100%;
    text-align: center;
  }
  .taxicon-big .taxicon__icn, .taxicon-big .taxicon__title {
    float: none;
    line-height: normal;
    padding: 0;
    margin: 0;
  }
  .taxicon-big .taxicon__icn {
    margin-bottom: 10px;
  }
  .afFilter__aktion, .afFilter__submit {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .afFilter__aktion > * {
    display: block;
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .afFilter__aktion > *, .afFilter__taxfieldgroup > * {
    width: 50%;
  }
}
.m-divider {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 20px;
  min-height: 80px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.m-divider__leftcontent {
  margin-right: auto;
}

.m-divider__rightcontent {
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .m-divider {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding: 20px;
  }
  .m-divider * {
    width: 100%;
    text-algin: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .m-divider * :last-child {
    padding-bottom: 0;
  }
  .m-divider__leftcontent {
    margin: auto;
  }
  .m-divider__rightcontent {
    margin-left: auto;
  }
}
.gmapInfowindow {
  max-width: 200px;
  padding: 10px 0;
}

@media screen and (max-width: 800px) {
  .singleAusflug__slider .flexslider li {
    overflow: hidden;
  }
  .singleAusflug__slider .flexslider img {
    width: 200%;
    margin-left: -50%;
    max-width: none;
  }
}
.aktuelles, .aktuelles__inner {
  padding: 20px;
}

.aktuelles__lead {
  margin-bottom: 20px;
}

.m-ticketfinder {
  padding-top: 0;
}
.m-ticketfinder.modules__modul {
  margin-top: 130px;
}

.m-ticketfinder__block {
  margin-bottom: 60px;
}

.ticketfilter__title {
  font-weight: 700;
  min-height: 1.7em;
}

.ticketlist__entry {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.ticketlist__entry-dummy {
  min-height: 50px;
  margin-bottom: 20px;
}

.ticketlist__shortinfo {
  font-weight: 400;
}

.ticketlist__buybtn {
  font-weight: 700;
  margin-top: -10px;
}

.ticketlist__longinfo > * {
  margin: 20px 0;
}

.tpricelist {
  background: #0e4194;
  text-shadow: none;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.tpricelist-hidden {
  display: none;
}

.tprice {
  padding: 10px;
  border-right: hsla(0, 0%, 100%, 0.2);
}

.tprice__title {
  font-weight: 700;
}

.tprice__link {
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.infonewprice {
  cursor: pointer;
}

.infoSchiff {
  margin-top: 0;
}

.infoSchiff__icon {
  width: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 1220px) {
  .ticketfilter__title:empty {
    display: none;
  }
  .ticketfilter__block {
    width: 100%;
  }
  .ticketlist__entry .columns > .ticketlist__title, .ticketlist__entry .preisrechner > .ticketlist__title {
    width: 20%;
  }
  .ticketlist__entry .columns > .ticketlist__shorttext, .ticketlist__entry .preisrechner > .ticketlist__shorttext {
    width: 63.33%;
  }
}
@media screen and (max-width: 800px) {
  .ticketlist__entry {
    padding: 10px 20px;
    margin: 0;
  }
  .ticketlist__entry .columns, .ticketlist__entry .preisrechner {
    margin: 0;
  }
  .ticketlist__entry .columns > *, .ticketlist__entry .preisrechner > * {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .ticketlist__entry .columns > .ticketlist__title, .ticketlist__entry .preisrechner > .ticketlist__title {
    width: 100%;
    padding-bottom: 0;
  }
  .ticketlist__entry .columns > .ticketlist__shorttext, .ticketlist__entry .preisrechner > .ticketlist__shorttext {
    width: 100%;
    padding-top: 0;
  }
}
.m-preisrechner .middler {
  padding-top: 40px;
}

.zonenplan {
  z-index: 5;
}

.preisausgabe {
  z-index: 6;
}

.zonenplan {
  position: relative;
  border: 1px solid #fff;
}

.detailOverlay {
  width: 100%;
  position: absolute;
  z-index: 5;
}

.zonenplan path, .zonenplan polygon, .zonenplan rect {
  cursor: pointer;
  z-index: 10;
  fill: #fff !important;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.zonenplan.started path, .zonenplan.started polygon, .zonenplan.started rect {
  opacity: 0.6;
}
.zonenplan path.inaktiv, .zonenplan polygon.inaktiv, .zonenplan rect.inaktiv {
  opacity: 0.6 !important;
  cursor: auto;
}
.zonenplan path.ausgewaehlt, .zonenplan polygon.ausgewaehlt, .zonenplan rect.ausgewaehlt {
  fill: #0e4194 !important;
  opacity: 0.7 !important;
  cursor: default;
}
.zonenplan path:hover, .zonenplan polygon:hover, .zonenplan rect:hover {
  opacity: 0;
}

.preisausgabe__head {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.preisausgabe__snackbar {
  cursor: pointer;
}

.preisausgabe__whitebox {
  margin-bottom: 20px;
}

.preisausgabe__prices td {
  width: 20%;
}
.preisausgabe__prices td:first-child {
  width: 25%;
}

.preisausgabe__tablepricetitle {
  display: none;
}

.preisausgabe__thsmaller {
  line-height: 0.5em;
}

.preisausgabe__textsparpotenzial {
  font-weight: 700;
  padding: 10px 0;
}

.infoSchiff {
  padding: 20px 0;
}

.preisrechner-multipleprices .preisausgabe__snackbar {
  display: block;
}
.preisrechner-multipleprices .preisausgabe {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  min-height: 144px;
}
.preisrechner-multipleprices .preisausgabe__prices {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin-bottom: 10px;
}
.preisrechner-multipleprices .preisausgabe__prices > * {
  width: 50%;
}
.preisrechner-multipleprices .preisausgabe__prices .preisausgabe__adinfo {
  display: blocK;
  float: none;
  width: 100%;
}

@media screen and (max-width: 1220px) {
  .preisausgabe__snackbar {
    display: block;
  }
  .preisausgabe, .zonenplan {
    width: 100%;
    margin-bottom: 20px;
  }
  .preisausgabe__prices {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-bottom: 10px;
  }
  .preisausgabe__prices > * {
    width: 50%;
  }
  .preisausgabe__prices .preisausgabe__adinfo {
    display: blocK;
    float: none;
    width: 100%;
  }
  .preisausgabe__thsmaller {
    height: 60px;
  }
}
.verkaufsstellen__suche {
  margin-bottom: 20px;
}
.verkaufsstellen__suche form input#sucheInput {
  margin-right: 20px;
  margin-bottom: 10px;
  width: 200px;
}
.verkaufsstellen__suche select {
  margin-bottom: 5px;
  display: block;
}

.mapVerkaufsstellenWrap #mapVerkaufsstellen {
  width: 100%;
  height: 440px;
}
.mapVerkaufsstellenWrap .mapPositions .marker {
  display: none;
}
.mapVerkaufsstellenWrap .infowindow {
  line-height: normal;
  min-width: 350px;
}
.mapVerkaufsstellenWrap .infowindow .modules__title, .mapVerkaufsstellenWrap .infowindow .searchpage__field, .mapVerkaufsstellenWrap .infowindow h2 {
  margin-bottom: 0;
}
.mapVerkaufsstellenWrap .infowindow .infos, .mapVerkaufsstellenWrap .infowindow .kontaktblock, .mapVerkaufsstellenWrap .infowindow .link, .mapVerkaufsstellenWrap .infowindow .oeffnungszeiten {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
}
.mapVerkaufsstellenWrap .infowindow .kontaktblock {
  overflow: hidden;
}
.mapVerkaufsstellenWrap .infowindow .kontaktblock .adresse, .mapVerkaufsstellenWrap .infowindow .kontaktblock .kontakt {
  float: left;
  width: 50%;
}
.mapVerkaufsstellenWrap .infowindow .link, .mapVerkaufsstellenWrap .infowindow .oeffnungszeiten {
  width: 100%;
  float: none;
  clear: both;
}
.mapVerkaufsstellenWrap .infowindow .infos {
  overflow: hidden;
  border: 0;
}
.mapVerkaufsstellenWrap .infowindow .infos table td {
  padding-right: 10px;
}
.mapVerkaufsstellenWrap .infowindow .infos h3 {
  font-weight: 700;
}
.mapVerkaufsstellenWrap .infowindow .infos .infotable {
  width: 50%;
  float: left;
}
.mapVerkaufsstellenWrap .infowindow .infos .infotable__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.mapVerkaufsstellenWrap .infowindow .infos .infotable__title {
  min-width: 140px;
}
.mapVerkaufsstellenWrap .infowindow .infos .bemerkung {
  float: left;
  width: 50%;
  font-style: italic;
}

@media only screen and (max-width: 800px) {
  .row.verkaufsstellen .suchefunktionen form input#sucheInput {
    width: 90%;
  }
}
@media only screen and (max-width: 400px) {
  .adresse, .bemerkung, .infotable, .kontakt {
    float: none !important;
    width: 100% !important;
  }
}
.searchpage__field {
  width: 100%;
  padding: 20px 30px;
  font-family: inherit;
  border: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.searchpage__field:focus {
  outline: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.searchpage__field-eyecatch:focus {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.searchpage__search {
  margin-bottom: 60px;
}

.searchpage__result {
  margin-bottom: 20px;
}
.searchpage__result:last-child {
  margin-bottom: 0;
}
.searchpage__result.dropoutbox-slim {
  padding: 10px 10px 10px 20px;
}

.searchpage__filter {
  padding: 20px 0;
}

.searchpage__reset {
  text-align: right;
}

@media screen and (max-width: 1010px) {
  .searchpage__field {
    font-size: 1.8em;
  }
  .searchpage__categories, .searchpage__reset {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .searchpage__field {
    font-size: 1.4em;
  }
}
.m-modulareTexte {
  margin-bottom: 25px;
}

.textmodule__modul {
  margin: 0 0 50px;
  padding: 0;
}
.textmodule__modul:first-child {
  margin-top: 0;
  border: 1px solid red;
}
.textmodule__modul img {
  max-width: 100%;
}
.textmodule__modul > * {
  margin-top: 0;
}

.m-modulareTexte__title * {
  margin-bottom: 0;
}

.tm-ankerpunkt {
  margin: 0;
}

.submodules__modul {
  padding: 50px 0;
}
.submodules__modul:first-child {
  padding-top: 100px;
}

.sm-text__midller {
  max-width: 970px;
  margin: 0 auto;
  border: 1px solid red;
}

.sm-trennerBild + .sm-facts {
  margin-top: -50px;
}

.sm-facts__row {
  padding-bottom: 20px;
}

@media screen and (max-width: 1220px) {
  .sm-trennerBild + .sm-facts {
    margin-top: 0;
  }
}
@media screen and (max-width: 1010px) {
  .sm-facts__row {
    display: block;
    text-align: center;
  }
  .sm-facts__row > * {
    width: 100%;
  }
  .sm-facts__row .columns, .sm-facts__row .preisrechner {
    padding-bottom: 0;
  }
  .sm-facts__title {
    padding-bottom: 0;
  }
  .sm-facts__title + * {
    padding-top: 0;
  }
}
.horizgalerie__item > * {
  width: 100%;
}
.horizgalerie__item img {
  width: 100%;
  height: auto;
  display: block;
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 0.7em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
  position: absolute;
  right: 6.66667px;
  bottom: 0;
  color: #fff;
  font-weight: 700;
}

.mfp-title {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100vw;
  text-align: right;
  padding-right: 0;
}

.sm-karte .gmap {
  height: 500px;
}

.sm-trennerBild img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 800px) {
  .sm-trennerBild {
    overflow: hidden;
  }
  .sm-trennerBild img {
    width: 200%;
    margin-left: -50%;
  }
}
.sm-railawayangebot {
  text-align: center;
  padding: 0;
}

.sm-railawayangebot__aktionFlag {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

@media screen and (max-width: 800px) {
  .submodules__modul {
    padding: 25px 0;
  }
  .submodules__modul:first-child {
    padding-top: 50px;
  }
}
.gallery {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -2px;
}

.gallery-icon {
  padding: 2px;
}
.gallery-icon img {
  max-width: 100%;
  height: auto;
}

.gallery-columns-3 > * {
  width: 33.33333%;
  border: 1px solid red;
}

#gform_fields_1 {
  list-style: none;
}

.gform_wrapper {
  padding-bottom: 60px;
}

.gform_description {
  display: block;
  padding-bottom: 0;
}

.gform_anchor {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
  display: block;
}

.gform_wrapper .gform_body li, .gform_wrapper .gform_body ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  background: none;
}
.gform_wrapper .gform_body li {
  margin-bottom: 15px;
}
.gform_wrapper .gform_body label {
  margin: 0;
  padding: 0;
  opacity: 0.8;
}
.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea {
  width: 100%;
  border: 0;
  padding: 0 10px;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  font-weight: 200;
  line-height: 40px;
  background: hsla(0, 0%, 100%, 0.8);
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gform_wrapper .gform_body input:focus, .gform_wrapper .gform_body textarea:focus {
  outline: none;
  border-color: #0e4194;
  color: #0e4194;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gform_wrapper .gform_body .ginput_container_fileupload input {
  background: none;
  border: 0;
}
.gform_wrapper .gform_body textarea {
  height: 100px;
}
.gform_wrapper .gform_body .gfield_description {
  float: none;
  clear: both;
}
.gform_wrapper .gform_body .validation_message {
  color: #d8232a;
}
.gform_wrapper .gform_body .gform_fields.left_label li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.gform_wrapper .gform_body .gform_fields.left_label label {
  float: left;
  width: 30%;
  margin: 0;
}
.gform_wrapper .gform_body .gform_fields.left_label .ginput_container_radio, .gform_wrapper .gform_body .gform_fields.left_label input, .gform_wrapper .gform_body .gform_fields.left_label textarea {
  float: left;
  width: 70%;
}
.gform_wrapper .gform_body .gform_fields.left_label .gfield_description {
  float: left;
  margin-top: -10px;
}
.gform_wrapper .gform_body .gform_fields.left_label .validation_message {
  display: block;
  width: 70%;
  margin-left: 30%;
  margin-top: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fbafaf;
}
.gform_wrapper .gform_body .gfield_required {
  font-size: 0.8em;
}
.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li {
  margin: 0;
}
.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li input, .gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li label {
  display: inline-block;
  width: auto;
  max-width: 90%;
}
.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li input {
  margin-right: 5px;
  display: inline;
}
.gform_wrapper .gform_body ul.gfield_radio li {
  display: inline-block;
  margin-right: 20px;
}
.gform_wrapper .gform_body ul.gfield_radio li input, .gform_wrapper .gform_body ul.gfield_radio li label {
  width: auto !important;
  cursor: pointer;
}
.gform_wrapper .gform_body ul.gfield_radio li input {
  margin-right: 10px;
}
.gform_wrapper .gform_body ul.gfield_radio li input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list {
  width: 100%;
  border-top: #dadada;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list th {
  font-weight: 100;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list td {
  padding: 0 5px 0 0;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list td:last-child {
  padding: 0;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list input, .gform_wrapper .gform_body .ginput_container_list table.gfield_list option {
  width: 80%;
}
.gform_wrapper .gform_body .ginput_container_select select {
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  background-position: 100%;
}
.gform_wrapper .gform_body .gfield_price, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price {
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.8);
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.gform_wrapper .gform_body .gfield_price label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price label {
  font-weight: 400;
  width: auto;
  float: none;
  clear: both;
}
.gform_wrapper .gform_body .gfield_price .ginput_product_price, .gform_wrapper .gform_body .gfield_price .ginput_product_price_label, .gform_wrapper .gform_body .gfield_price .ginput_quantity_label {
  background: hsla(0, 0%, 100%, 0.8);
  color: #000;
  padding: 5px;
  display: inline-block;
  margin: 5px 0 0;
  float: left;
  border-radius: 4px;
  font-size: 0.8em;
}
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price_label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_quantity_label {
  background: hsla(0, 0%, 100%, 0.8);
  color: #000;
  padding: 5px;
  display: inline-block;
  margin: 5px 0 0;
  float: left;
  border-radius: 4px;
  font-size: 0.8em;
}
.gform_wrapper .gform_body .gfield_price .ginput_product_price, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price {
  border-radius: 0 5px 5px 0;
  min-width: 80px;
}
.gform_wrapper .gform_body .gfield_price .ginput_product_price_label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price_label {
  border-radius: 5px 0 0 5px;
  min-width: 40px;
}
.gform_wrapper .gform_body .gfield_price .ginput_quantity_label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_quantity_label {
  padding: 5px;
  background: none;
  margin-left: 20px;
}
.gform_wrapper .gform_body .gfield_price input.ginput_quantity, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price input.ginput_quantity {
  width: 40px !important;
  margin-top: 5px;
}
.gform_wrapper .gform_body .gfield_price .gfield_description, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .gfield_description {
  float: none;
  clear: both;
  padding-top: 4px;
}
.gform_wrapper .gform_body .gfield_price.prod_separate_quantityfield, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price.prod_separate_quantityfield {
  width: 70%;
  float: left;
  min-height: 60px;
  clear: both;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gfield_price.prod_separate_quantityfield label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price.prod_separate_quantityfield label {
  font-weight: 400;
  font-size: 0.8em;
}
.gform_wrapper .gform_body .gfield_quantity, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity {
  width: 25%;
  float: right;
  text-algin: right;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0;
}
.gform_wrapper .gform_body .gfield_quantity label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity label {
  float: right;
  color: #000;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 40px;
  margin-right: 5px;
}
.gform_wrapper .gform_body .gfield_quantity input, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity input {
  width: 40px !important;
  margin-top: 5px;
  float: right;
}
.gform_wrapper .gform_body .gfield_total {
  background: hsla(0, 0%, 100%, 0.8);
  color: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  display: block;
  border-bottom: 0 !important;
  margin-bottom: 40px !important;
}
.gform_wrapper .gform_body .gsection {
  float: none;
  clear: both;
}
.gform_wrapper .gform_body .gsection .gsection_title.modules__title, .gform_wrapper .gform_body .gsection .gsection_title.searchpage__field {
  margin-top: 40px;
}
.gform_wrapper .gform_body .gsection h2.gsection_title {
  margin-top: 40px;
}
.gform_wrapper .gform_body .gfield_error input, .gform_wrapper .gform_body .gfield_error textarea {
  border-color: #d8232a;
  border-width: 1px;
}

.validation_error {
  background: #d8232a;
  padding: 5px 10px;
  margin: 20px 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.5em;
}

.gform_button {
  margin-top: 30px;
  padding: 13.33333px;
}

.gfield_required {
  opacity: 0.5;
  padding-left: 3px;
}

.gform_confirmation_message {
  background-color: #5cb85c;
  padding: 2%;
  border-radius: 5px;
  color: #fff;
}

input.gform_button {
  width: 100%;
}

@media (max-width: 640px) {
  .gform_wrapper .gform_body .gform_fields.left_label .validation_message, .gform_wrapper .gform_body .gform_fields.left_label input, .gform_wrapper .gform_body .gform_fields.left_label label, .gform_wrapper .gform_body .gform_fields.left_label textarea {
    float: none;
    clear: both;
    width: 100%;
  }
  .gform_wrapper .gform_body .gform_fields.left_label .gfield_description {
    float: none;
    margin: 0;
  }
  .gform_wrapper .gform_body .gfield_price.prod_separate_quantityfield, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price.prod_separate_quantityfield {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  .gform_wrapper .gform_body .gfield_quantity, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity {
    width: 100% !important;
    float: right;
    text-algin: right;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    min-height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0;
  }
  .gform_wrapper .gform_body .gfield_quantity .ginput_container, .gform_wrapper .gform_body .gfield_quantity label {
    float: left !important;
    width: auto !important;
  }
  .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity .ginput_container, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity label {
    float: left !important;
    width: auto !important;
  }
  .gform_wrapper .gform_body .gfield_quantity input, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity input {
    float: left !important;
  }
  .gform_wrapper .gform_body .gfield_quantity {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff !important;
  }
  .gform_wrapper .gform_body .ginput_container_list table.gfield_list th {
    display: none;
  }
  .gform_wrapper .gform_body .ginput_container_list table.gfield_list tr {
    margin-bottom: 5px;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .gform_wrapper .gform_body .ginput_container_list table.gfield_list td {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .gform_wrapper .gform_body .ginput_container_list table.gfield_list input, .gform_wrapper .gform_body .ginput_container_list table.gfield_list option {
    width: 80%;
  }
}
select {
  height: auto;
  margin: 0;
  padding: 6px 25px 6px 10px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #0e4194;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  font-weight: inherit;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -15px center;
  background-repeat: no-repeat;
  background-size: 9px 5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
select:disabled {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select#company, select#abo, select#discount {
  width: 100%;
  height: 40px;
}
select#company.f3-form-error, select#abo.f3-form-error, select#discount.f3-form-error {
  background-color: #FF9F9F;
  border: 1px #cd071e solid;
  color: #cd071e;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28205, 7, 30%29'></polygon></svg>");
}

.employee .checkbox-1 {
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 0;
}
.employee .checkbox-2 {
  margin-top: 48px;
  margin-bottom: 0;
  padding: 0;
}
.employee input[type=checkbox] + label:before,
.employee input[type=radio] + label:before {
  top: 3px;
}
.employee .buttons {
  margin-top: 16px;
}

.multiselect-native-select .multiselect {
  overflow: hidden;
}
.multiselect-native-select .dropdown-menu > .active > a, .multiselect-native-select .dropdown-menu > .active > a:hover, .multiselect-native-select .dropdown-menu > .active > a:focus {
  color: #3a3a3a;
}
.multiselect-native-select .f3-form-error + .btn-group button {
  background-color: #FF9F9F;
  border: 1px #FF0000 solid;
}
.multiselect-native-select li.multiselect-reset label:before, .multiselect-native-select li.multiselect-group label:before {
  content: none !important;
}
.multiselect-native-select li.multiselect-reset .input-group, .multiselect-native-select li.multiselect-group .input-group {
  width: auto;
}
.multiselect-native-select li.multiselect-reset .input-group .btn, .multiselect-native-select li.multiselect-group .input-group .btn {
  border-radius: 0;
  border: none;
  background: #2C6892;
  color: white;
  padding: 6px 8px;
}
.multiselect-native-select .multiselect-container.dropdown-menu li label {
  padding: 3px 20px 3px 28px;
  position: relative;
}
.multiselect-native-select .multiselect-container.dropdown-menu li label:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: white;
  border: 2px solid #777777;
}
.multiselect-native-select .multiselect-container.dropdown-menu li.active label:before {
  background-image: url(../Images/checked.svg);
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
.gform_wrapper .gform_body .ginput_container_select select, .select-white {
  background: #fff;
  color: #414141;
  font-weight: 400;
  font-family: inherit;
  font-size: inherit;
  font-weight: 100;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2865, 65, 65%29'></polygon></svg>");
  background-origin: content-box;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 9px 5px;
}

@media screen and (min-width: 0\0 ) {
  .gform_wrapper .gform_body .ginput_container_select select, .select-white {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
.showallselect__select {
  display: block;
}
.showallselect__select option {
  display: block;
}

.showallselect-horizontal {
  width: 100%;
}
.showallselect-horizontal .showallselect__options {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.showallselect-horizontal .showallselect__options > * {
  -ms-flex: 1 1 0;
  -webkit-box-flex: 1;
          flex: 1 1 0;
  white-space: nowrap;
}
.showallselect-horizontal .showallselect__optWrap {
  margin: 0;
  padding: 0;
}
.showallselect-horizontal .showallselect__optWrap:last-child {
  border-right: 1px solid #dadada;
}
.showallselect-horizontal .showallselect__option {
  width: auto;
  display: inline-block;
  margin: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dadada;
  border-right: 0;
}

.showallselect__select {
  display: none;
}

.showallselect__options {
  padding-bottom: 1px;
}

.showallselect__option {
  text-align: left;
}

.showallselect__optWrap:last-child .showallselect__option {
  border-bottom: 1px solid #dadada;
}

.showallselect__option:hover {
  background: #f3f3f3;
}
.showallselect__option:hover:disabled {
  background: none;
}

.showallselect-slim .showallselect__select {
  display: block;
  width: 100%;
}
.showallselect-slim .showallselect__options {
  display: none;
}

@media screen and (max-width: 640px) {
  .showallselect-horizontal .showallselect__options {
    display: block;
  }
  .showallselect-horizontal .showallselect__options > * {
    widh: 100%;
  }
  .showallselect-horizontal .showallselect__option {
    border: 1px solid #dadada;
    border-bottom: 0;
  }
  .showallselect-horizontal .showallselect__optWrap:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .aside__aktionen {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
}
.footer a {
  color: #000;
}

.footer__module {
  padding: 20px 0;
}

.footer__module-blue {
  background: #0e4194;
  font-weight: 400;
  padding: 40px 0;
}

.footer__module-white {
  color: #414141;
  background: #fefefe;
  font-weight: 700;
}

.footer__contentwrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.footer__right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer__left {
  margin-right: auto;
}

.footer__nav .menu > li {
  display: inline-block;
  padding-left: 10px;
}
.footer__nav .menu > li:last-child:after {
  content: none;
  padding: 0;
}
.footer__nav .menu > li a {
  font-size: 0.8em;
  text-decoration: none;
}
.footer__nav .menu > li a:hover {
  text-decoration: underline;
}

.logobox {
  margin-bottom: 50px;
}
.logobox:last-child {
  margin-bottom: 0;
}

.logobox__head {
  margin-bottom: 10px;
}

.logobox__inner, .logobox__logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.logobox__inner {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  background: #0d3a83;
  padding: 20px;
  margin: 2px;
}
.logobox__inner img {
  max-height: 40px;
  width: auto;
}

@media screen and (max-width: 640px) {
  .footer__right {
    display: block;
    width: 100%;
    text-algin: center;
  }
  .footer__nav {
    text-align: left;
    display: block;
  }
  .footer__nav .menu > li {
    display: block;
    padding: 0;
  }
  .footer__nav .menu > li a {
    display: block;
    text-align: center;
    padding: 6.66667px 0;
  }
}
.m-breadcrumbs {
  margin-top: 40px;
  margin-bottom: 0;
  color: #0e4194;
}
.m-breadcrumbs a {
  color: #0e4194;
}
.m-breadcrumbs + .modules__modul {
  margin-top: 66.66667px;
}

.m-breadcrumbs-slim {
  margin: 20px 0 0;
  padding: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}
.breadcrumb a {
  text-decoration: none;
}

.breadcrumb__outer {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb__homeicon svg {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.breaccrumb__current, .breadcrumb__link {
  font-size: 0.8em;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 400;
  white-space: nowrap;
}

.breaccrumb__current, .breadcrumb__link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.breaccrumb__current path, .breadcrumb__link path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a.breaccrumb__current:hover, a.breadcrumb__link:hover {
  background: #fff;
  color: #414141;
}
a.breaccrumb__current:hover path, a.breadcrumb__link:hover path {
  fill: #414141;
}

.breadcrumb__delimiter {
  font-size: 0.8em;
  line-height: 2.2em;
  display: block;
  padding: 0 10px;
}

.breaccrumb__current {
  background: #0e4194;
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 800px) {
  .m-breadcrumbs + .modules__modul {
    margin-top: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a {
    color: #444 !important;
    text-decoration: underline;
  }
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .modules__title, .searchpage__field, h2, h3, p, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop .payment-address-overview td {
    orphans: 3;
    widows: 3;
  }
  .modules__title, .searchpage__field, h2, h3 {
    page-break-after: avoid;
  }
  .page-navigation, .respond-form, .sidebar, .wp-prev-next, nav {
    display: none;
  }
}
body#tinymce {
  padding: 12px;
  margin: 0;
  background: #fff;
}

@media screen and (max-width: 860px) {
  .ckm-group {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .ckm-group input#ckm {
    width: 100%;
    margin-bottom: 10px;
  }
  .navbar-toggle {
    margin-top: 36px;
  }
  #addtocart h2 {
    margin-bottom: 15px;
  }
  #addtocart .btn {
    margin-bottom: 15px;
    width: 100%;
  }
}
#route-offers .panel {
  border: none;
  border-radius: 0;
}
#route-offers .panel.panel-default {
  margin-bottom: 24px;
  background: white;
}
#route-offers .panel .panel-heading {
  background: #00649b;
  border-radius: 0;
  padding: 20px;
}
#route-offers .panel .panel-heading .panel-title {
  color: white;
  font-size: 24px;
}
#route-offers .panel .panel-heading .panel-title a {
  text-decoration: none;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  #route-offers .panel .panel-heading .panel-title a {
    text-align: center;
  }
}
#route-offers .panel .panel-heading .panel-title a:hover, #route-offers .panel .panel-heading .panel-title a:focus {
  color: white;
}
#route-offers .panel .panel-heading .panel-title a .abotype {
  font-size: 20px;
}
@media (max-width: 767px) {
  #route-offers .panel .panel-heading .panel-title a .abotype {
    padding: 0 48px;
    font-size: 16px;
  }
}
#route-offers .panel .panel-heading .panel-title a .text-center {
  margin-top: 18px;
}
@media (max-width: 767px) {
  #route-offers .panel .panel-heading .panel-title a .text-center {
    font-size: 18px;
  }
}
#route-offers .panel .panel-heading .panel-title a .text-center span {
  vertical-align: middle;
  width: 200px;
  height: 50px;
  background: red;
  display: inline-block;
}
#route-offers .panel .panel-heading .panel-title a .text-center span.cat0 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-0.svg") no-repeat;
}
#route-offers .panel .panel-heading .panel-title a .text-center span.cat1 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-1.svg") no-repeat;
}
#route-offers .panel .panel-heading .panel-title a .text-center span.cat2 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-2.svg") no-repeat;
}
#route-offers .panel .panel-heading .panel-title a .text-center img, #route-offers .panel .panel-heading .panel-title a .text-center span {
  margin: 0 10px;
}
@media (max-width: 767px) {
  #route-offers .panel .panel-heading .panel-title a .text-center img, #route-offers .panel .panel-heading .panel-title a .text-center span {
    margin: 10px 0;
    width: 160px;
    height: 40px;
  }
}
#route-offers .panel .panel-collapse {
  border: 2px solid #00649b;
}
#route-offers .panel .panel-collapse .panel-body label {
  font-weight: normal;
}
#route-offers .panel .panel-collapse .panel-body table.prices:first-child {
  margin-top: 0;
}
#route-offers .panel .panel-collapse .panel-body table.prices:last-child {
  margin-bottom: 0;
}
#route-offers .panel .panel-collapse .panel-body table.prices:last-child tbody tr:last-child {
  border: none;
}

.panel-heading a:before {
  background-image: url("../Images/panel-arrow.svg");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  width: 36px;
  height: 20px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.panel-heading.active a:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.vbl .navbar-default .navbar-nav > li.js-nav-user, .ava .navbar-default .navbar-nav > li.js-nav-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user, .aags .navbar-default .navbar-nav > li.js-nav-user, .gr-invia .navbar-default .navbar-nav > li.js-nav-user {
  position: relative;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger {
  background: #2C6892;
  padding-right: 15px;
  border-radius: 0;
  color: rgb(255, 255, 255);
  font-family: "Helvetica Neue LT W01_71488914";
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin {
  display: block;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text {
  vertical-align: text-bottom;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
  position: absolute;
  right: 0;
  display: none;
  white-space: nowrap;
  background: #2C6892;
  padding: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: "Helvetica Neue LT W01_71488914";
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    color: #2C6892;
    background: rgb(255, 255, 255);
    border-radius: 5px;
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title {
  font-size: 18px;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
    border-top: 1px solid #2C6892;
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
  color: rgb(255, 255, 255);
  font-family: "Helvetica Neue LT W01_55 Roman";
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
    color: #2C6892;
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFFFFF' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23FFFFFF' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  vertical-align: text-bottom;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%232C6892' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%232C6892' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFFFFF' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%23FFFFFF' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%232C6892' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%232C6892' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    right: inherit;
    left: 30px;
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active {
  display: block;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial {
  display: none;
  font-size: 0;
  line-height: 0;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFFFFF' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23FFFFFF' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  margin-right: 4px;
}

.ava .navbar-default .navbar-nav > li.js-nav-user {
  position: relative;
}
.ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger {
  background: #000066;
}
.ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
  background: #000066;
}
@media (max-width: 767px) {
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    background: rgb(255, 255, 255);
    color: #000066;
  }
}
@media (max-width: 767px) {
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
    border-top: 1px solid #000066;
  }
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
    color: #000066;
  }
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23000066' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23000066' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  }
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%23000066' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%23000066' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
  }
}

.aags .navbar-default .navbar-nav > li.js-nav-user {
  position: relative;
}
.aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger {
  background: #e41b13;
}
.aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
  background: #e41b13;
}
@media (max-width: 767px) {
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    background: rgb(255, 255, 255);
    color: #e41b13;
  }
}
@media (max-width: 767px) {
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
    border-top: 1px solid #e41b13;
  }
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
    color: #e41b13;
  }
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23e41b13' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23000066' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  }
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%23e41b13' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%23000066' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
  }
}

.rvbw .navbar-default .navbar-nav > li.js-nav-user {
  position: relative;
}
.rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger {
  background: #e41b13;
}
.rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
  background: #e41b13;
}
@media (max-width: 767px) {
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    background: rgb(255, 255, 255);
    color: #e41b13;
  }
}
@media (max-width: 767px) {
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
    border-top: 1px solid #e41b13;
  }
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
    color: #e41b13;
  }
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23e41b13' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23e41b13' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  }
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%23e41b13' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%23e41b13' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
  }
}

.churbus #route-offers .panel .panel-heading {
  background: #dc3e38;
}
.churbus #route-offers .panel .panel-heading .panel-title a .text-center span.cat0 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-0-chur.svg") no-repeat;
}
.churbus #route-offers .panel .panel-heading .panel-title a .text-center span.cat1 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-1-chur.svg") no-repeat;
}
.churbus #route-offers .panel .panel-heading .panel-title a .text-center span.cat2 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-2-chur.svg") no-repeat;
}
.churbus #route-offers .panel .panel-collapse {
  border: 2px solid #dc3e38;
}

/* PARSLEY Errors */
::-webkit-input-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black;
}

::-ms-placeholder {
  color: black;
}

::-webkit-input-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black;
}

:-ms-input-placeholder {
  color: black;
}

::-ms-input-placeholder {
  color: black;
}

::placeholder {
  color: black;
}

input.parsley-error {
  background: #cd071e;
  color: white;
}

select.parsley-error {
  background: #cd071e;
  color: white;
}
select.parsley-error + ul + .btn-group button {
  background: #cd071e;
}
select.parsley-error + ul + .btn-group button span, select.parsley-error + ul + .btn-group button b {
  color: white;
}

.parsley-errors-list {
  display: none;
}

.trailabo h1 {
  margin-bottom: 6px;
}
.trailabo p, .trailabo .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .trailabo button, .trailabo .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .trailabo li, .trailabo .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .trailabo .accordion-body, .trailabo .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .trailabo .accordion-item, .trailabo .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .trailabo td {
  margin-bottom: 20px;
}
.trailabo .ce-gallery {
  margin-top: 0;
  margin-bottom: 20px;
}

.zonenplan.lichtenstein {
  width: 40%;
}
@media (max-width: 767px) {
  .zonenplan.lichtenstein {
    width: 100%;
  }
}

.box-verbund {
  background-color: #f7f3f3;
  margin: 15px 0;
  padding: 45px 30px;
}

input.change-count {
  border-right: 1px solid #cccccc;
}

/* Spacing */
@media (min-width: 768px) {
  .mt-0 {
    margin-top: 0;
  }
}

/* SwissPass Button */
/* <a href="#" class="sp-btn">Anmelden mit Swiss<span>Pass</span></a> */
a.sp-btn {
  margin: 15px 0;
  display: inline-block;
  background: #C51416;
  border-radius: 2px;
  font-size: 16px;
  font-family: "Helvetica Neue LT W01_41488878";
  line-height: 48px;
  height: 48px;
  padding: 0 14px;
  color: white !important;
  text-decoration: none;
  min-width: 205px;
  text-align: center;
}
a.sp-btn span {
  font-family: "Helvetica Neue LT W01_71488914";
}
a.sp-btn:hover {
  background: #AF1602;
  text-decoration: none !important;
}
a.sp-btn:active, a.sp-btn:focus {
  background: #921000;
  text-decoration: none !important;
}

/* Memberarea Bootstrap 3 */
.content-memberarea .m-0 {
  margin: 0;
}
.content-memberarea .panel {
  margin-bottom: 0;
}
.content-memberarea .h-100 {
  height: 100%;
}
.content-memberarea .removecard:before {
  content: none;
}

.warning-box {
  padding: 12px;
  background: #d4e1ea;
  border: 2px solid #2C6892;
}
.warning-box.inline {
  display: inline-block;
}

/* SwissPass */
.tx-twwc-ticketshop form.option-1 {
  background: #D5D5D5;
  border-radius: 18px;
  padding: 40px;
}

.tx-twwc-ticketshop form .box-swisspass {
  background: #D5D5D5;
  border-radius: 18px;
  padding: 40px;
}

.show-other-user, .buy-for-me {
  display: none;
}
.show-other-user.show, .buy-for-me.show {
  display: block;
}

.mb-3 {
  margin: 0 0 1rem 0 !important;
}

.mt-3 {
  margin-top: 1rem;
}

.m-0 {
  margin: 0;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.border-none {
  border: none;
}

.d-flex {
  text-align: center;
}

@media (min-width: 1200px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex.justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-flex.justify-content-between .form-group {
    margin-bottom: 0;
  }
}
@font-face {
  font-family: "CircularGraubuendenWeb";
  src: url("../Fonts/Gr-invia/CirculargraubuendenWeb-Book.woff2") format("woff2"), url("../Fonts/Gr-invia/CirculargraubuendenWeb-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularGraubuendenWeb";
  src: url("../Fonts/Gr-invia/CirculargraubuendenWeb-Bold.woff2") format("woff2"), url("../Fonts/Gr-invia/CirculargraubuendenWeb-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheMix";
  src: url("../Fonts/Gr-invia/TheMix_500_.woff2") format("woff2"), url("../Fonts/Gr-invia/TheMix_500_.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheMix";
  src: url("../Fonts/Gr-invia/TheMix_700_.woff2") format("woff2"), url("../Fonts/Gr-invia/TheMix_700_.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*!
 * * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * * License - https://fontawesome.com/license (Commercial License) */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../Fonts/Gr-invia/fa-light-300.eot");
  src: url("../Fonts/Gr-invia/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/Gr-invia/fa-light-300.woff2") format("woff2"), url("../Fonts/Gr-invia/fa-light-300.woff") format("woff"), url("../Fonts/Gr-invia/fa-light-300.ttf");
}
html {
  font-family: "CircularGraubuendenWeb";
  font-size: 18px;
}

body {
  margin: 0 auto !important;
}

.d-flex {
  text-align: start;
}

#layoutgrid-btn {
  font-size: 8px;
}

.layoutgrid {
  display: none;
}
.layoutgrid.show {
  display: block;
}

/* HELPER CLASSES*/
.text-black {
  color: #3C3C3C !important;
}

.text-granat {
  color: #C60219 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.fs-0 {
  font-size: 0;
}

.lh-0 {
  line-height: 0;
}

.label-small {
  color: #C0BFB2;
  font-size: 0.7777777778rem;
}
@media (max-width: 991.98px) {
  .label-small.extra-small {
    font-size: 0.5555555556rem;
    line-height: 0.7777777778rem;
  }
}

.mb-gutter {
  margin-bottom: 24px;
}

.mb-gutter-half {
  margin-bottom: 0.75rem;
}

.my-gutter-half {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-gutter-half {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.date-prev-next-helper {
  display: inline-block;
  border-bottom: none !important;
}
.date-prev-next-helper > input {
  width: 92px;
  display: inline;
  outline: none;
}
.date-prev-next-helper #prev-day, .date-prev-next-helper #next-day {
  margin-right: 0 !important;
}

.w-200 {
  width: 200px;
}

/* BASICS */
.btn.add-person {
  position: relative;
  padding-right: 40px;
}
.btn.add-person .icon {
  position: absolute;
  right: 10px;
  top: 9px;
}

.content main {
  margin-bottom: 200px;
}
.content main .tx-twwc-ticketshop h1 {
  font-size: 3.3333333333rem;
  line-height: 4rem;
  font-weight: 700;
  color: #3C3C3C;
}
.content main .tx-twwc-ticketshop h2 {
  font-size: 2.2222222222rem;
  line-height: 2.6666666667rem;
}
.content main .tx-twwc-ticketshop h3 {
  font-family: "CircularGraubuendenWeb";
  font-size: 1.6666666667rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 0.5rem 0;
}
.content main .tx-twwc-ticketshop h4 {
  font-family: "CircularGraubuendenWeb";
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
  font-weight: 700;
  text-align: left;
}
.content main .tx-twwc-ticketshop h5 {
  font-size: 1rem;
  line-height: 1.6rem;
}
.content main .tx-twwc-ticketshop h4.journey {
  font-size: 1.333333333rem;
  font-weight: 400;
}
.content main .tx-twwc-ticketshop p, .content main .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .content main .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .content main .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .content main .tx-twwc-ticketshop #swisspassAbos .accordion-item, .content main .tx-twwc-ticketshop .payment-address-overview td {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #3C3C3C;
}
.content main .tx-twwc-ticketshop p.small, .content main .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button.small, .content main .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li.small, .content main .tx-twwc-ticketshop #swisspassAbos .accordion-item .small.accordion-body, .content main .tx-twwc-ticketshop #swisspassAbos .small.accordion-item, .content main .tx-twwc-ticketshop .payment-address-overview td.small {
  font-size: 0.6666666667rem !important;
  line-height: 0.9333333333rem !important;
}
.content main .tx-twwc-ticketshop a {
  color: #3C3C3C;
}
.content main .tx-twwc-ticketshop small {
  font-size: 0.6666666667rem;
  line-height: 0.9333333333rem;
}
.content main .tx-twwc-ticketshop .lh-0 {
  line-height: 0;
}
.content main .tx-twwc-ticketshop .pb-24 {
  padding-bottom: 24px;
}
.content main .tx-twwc-ticketshop label.agb {
  font-weight: 700;
}

/* MAPS INPUT */
#switch-input-map:focus {
  color: rgb(255, 255, 255);
}

.map, #input {
  display: none;
}
.map.show, #input.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map button.close svg, .map button#closeDetailMap svg, .map button#zoomIn svg, .map button#zoomOut svg, .map button#zoomReset svg, #input button.close svg, #input button#closeDetailMap svg, #input button#zoomIn svg, #input button#zoomOut svg, #input button#zoomReset svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .map button.close svg, .map button#closeDetailMap svg, .map button#zoomIn svg, .map button#zoomOut svg, .map button#zoomReset svg, #input button.close svg, #input button#closeDetailMap svg, #input button#zoomIn svg, #input button#zoomOut svg, #input button#zoomReset svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1199.98px) {
  #mapMain {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  #mapMain .col-md-10 {
    padding: 0;
  }
}
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active {
  color: #3C3C3C;
}

/* Buttons */
.btn.btn-secondary {
  height: 32px;
  font-size: 0.8888888889rem;
  border-radius: 16px;
  line-height: 32px;
  padding: 0 16px;
  background: #F2F2F0;
  border: none;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
}
.btn.btn-secondary.white {
  background: rgb(255, 255, 255);
}
.btn.btn-secondary.white:focus {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-secondary.white:active {
  color: #3C3C3C;
}
.btn.btn-secondary:hover {
  background: #E0DFD9;
}
.btn.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 2, 25, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(198, 2, 25, 0.5);
  background-color: #C60219;
  border-color: #C60219;
}

.tx-twwc-ticketshop .backlink {
  font-size: 0.6666666667rem;
  color: #C0BFB2 !important;
  text-decoration: none;
  display: block;
}
.tx-twwc-ticketshop .backlink:hover, .tx-twwc-ticketshop .backlink:focus {
  color: #C60219 !important;
}
.tx-twwc-ticketshop .backlink:hover .icon, .tx-twwc-ticketshop .backlink:focus .icon {
  color: #C60219;
}
.tx-twwc-ticketshop .private-data {
  margin-bottom: 48px;
}
.tx-twwc-ticketshop #coupon input.form-control {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tx-twwc-ticketshop #coupon h4 {
    margin: 0;
    padding: 0;
  }
  .tx-twwc-ticketshop #coupon form {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
  .tx-twwc-ticketshop #coupon form > div:first-child {
    display: none;
  }
  .tx-twwc-ticketshop #coupon form h4, .tx-twwc-ticketshop #coupon form div, .tx-twwc-ticketshop #coupon form button {
    width: 100%;
  }
  .tx-twwc-ticketshop #coupon form button {
    text-align: center;
    height: 52px;
  }
  .tx-twwc-ticketshop #coupon form input.form-control {
    height: 52px;
    line-height: 52px;
    min-height: 52px;
    margin-bottom: 0;
  }
  .tx-twwc-ticketshop #coupon form .form-floating > label {
    height: 52px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  .tx-twwc-ticketshop .coupon-wrap {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.tx-twwc-ticketshop .boxes {
  background: #F2F2F0;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}
.tx-twwc-ticketshop .boxes h4 {
  padding-right: 25px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .tx-twwc-ticketshop .boxes h4 {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .boxes.min-h-250px {
    min-height: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .tx-twwc-ticketshop .boxes.min-h-250px {
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .boxes.flex-md-row {
    min-height: inherit;
  }
}
.tx-twwc-ticketshop .boxes.h-auto {
  min-height: auto;
}
.tx-twwc-ticketshop .boxes .readMore .icon {
  color: #C60219;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .boxes .readMore .icon {
    margin-top: 0;
  }
}
.tx-twwc-ticketshop .boxes.white {
  background: rgb(255, 255, 255);
}
.tx-twwc-ticketshop .boxes.granit-75 {
  background: #A19E8C;
}
.tx-twwc-ticketshop .boxes.granit-75 h3 {
  font-size: 1.6666666667rem;
  font-weight: 700;
  line-height: 2rem;
}
.tx-twwc-ticketshop .boxes.granit-75 h3, .tx-twwc-ticketshop .boxes.granit-75 p, .tx-twwc-ticketshop .boxes.granit-75 #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .boxes.granit-75 button, .tx-twwc-ticketshop .boxes.granit-75 #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .boxes.granit-75 li, .tx-twwc-ticketshop .boxes.granit-75 #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .boxes.granit-75 .accordion-body, .tx-twwc-ticketshop .boxes.granit-75 #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .boxes.granit-75 .accordion-item, .tx-twwc-ticketshop .boxes.granit-75 .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .boxes.granit-75 td, .tx-twwc-ticketshop .boxes.granit-75 div {
  color: rgb(255, 255, 255);
}
.tx-twwc-ticketshop .boxes.granit-75 .icon {
  color: white;
}
.tx-twwc-ticketshop .boxes.granit-75:hover .icon {
  color: #3C3C3C;
}
.tx-twwc-ticketshop .boxes:focus {
  background: #A19E8C;
}
.tx-twwc-ticketshop .boxes:focus .icon {
  color: white;
}
.tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover {
  background: #E0DFD9;
}
.tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover h3, .tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover h4, .tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover p, .tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .boxes:not(.no-effekt, .selected):hover button, .tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .boxes:not(.no-effekt, .selected):hover li, .tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .boxes:not(.no-effekt, .selected):hover .accordion-body, .tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .boxes:not(.no-effekt, .selected):hover .accordion-item, .tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .boxes:not(.no-effekt, .selected):hover td, .tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover div {
  color: #3C3C3C;
}
.tx-twwc-ticketshop .boxes:not(.no-effekt, .selected):hover .readMore {
  color: #C60219;
}
.tx-twwc-ticketshop .boxes:not(.no-effekt):focus {
  background: #A19E8C;
}
.tx-twwc-ticketshop .boxes:not(.no-effekt):focus h3, .tx-twwc-ticketshop .boxes:not(.no-effekt):focus h4, .tx-twwc-ticketshop .boxes:not(.no-effekt):focus p, .tx-twwc-ticketshop .boxes:not(.no-effekt):focus #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .boxes:not(.no-effekt):focus button, .tx-twwc-ticketshop .boxes:not(.no-effekt):focus #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .boxes:not(.no-effekt):focus li, .tx-twwc-ticketshop .boxes:not(.no-effekt):focus #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .boxes:not(.no-effekt):focus .accordion-body, .tx-twwc-ticketshop .boxes:not(.no-effekt):focus #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .boxes:not(.no-effekt):focus .accordion-item, .tx-twwc-ticketshop .boxes:not(.no-effekt):focus .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .boxes:not(.no-effekt):focus td, .tx-twwc-ticketshop .boxes:not(.no-effekt):focus div {
  color: rgb(255, 255, 255);
}
.tx-twwc-ticketshop .boxes:not(.no-effekt):focus path {
  fill: white !important;
}
.tx-twwc-ticketshop .boxes:not(.no-effekt):focus .readMore {
  color: rgb(255, 255, 255);
}
.tx-twwc-ticketshop .boxes.selected {
  background: #A19E8C;
}
.tx-twwc-ticketshop .boxes.selected h3, .tx-twwc-ticketshop .boxes.selected h4, .tx-twwc-ticketshop .boxes.selected p, .tx-twwc-ticketshop .boxes.selected #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .boxes.selected button, .tx-twwc-ticketshop .boxes.selected #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .boxes.selected li, .tx-twwc-ticketshop .boxes.selected #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .boxes.selected .accordion-body, .tx-twwc-ticketshop .boxes.selected #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .boxes.selected .accordion-item, .tx-twwc-ticketshop .boxes.selected .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .boxes.selected td, .tx-twwc-ticketshop .boxes.selected div {
  color: #F2F2F0;
}
.tx-twwc-ticketshop .pill-group label {
  min-width: 80px;
  height: 32px !important;
  border-radius: 16px !important;
  border: none;
  background-color: #F2F2F0;
  padding: 0 14px;
  margin: 0 0 8px 4px;
  font-size: 0.8888888889rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .tx-twwc-ticketshop .pill-group label {
    padding: 0 12px;
    font-size: 0.6666666667rem;
  }
}
.tx-twwc-ticketshop .pill-group label:before {
  content: none;
}
.tx-twwc-ticketshop .pill-group .btn-check + .btn:hover {
  color: #3C3C3C;
}
.tx-twwc-ticketshop #zone-pillows span {
  margin-left: 4px;
}
@media (max-width: 1199.98px) {
  .tx-twwc-ticketshop #zone-pillows span {
    float: right;
    margin-bottom: 4px;
  }
}
.tx-twwc-ticketshop #zone-pillows span.selected {
  font-weight: 700;
  color: #3C3C3C;
  background-color: #C0BFB2;
  border-color: #C0BFB2;
  -webkit-transition: none;
  transition: none;
  font-size: 0.8888888889rem;
}
@media (max-width: 991.98px) {
  .tx-twwc-ticketshop #zone-pillows span.selected {
    font-size: 0.7777777778rem;
  }
}
.tx-twwc-ticketshop .map-carousel {
  width: 280px;
  height: 200px;
  border: 1px solid #3C3C3C;
  background: rgb(255, 255, 255);
  left: calc(50% - 140px);
  top: calc(50% - 100px);
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .map-carousel {
    width: 420px;
    height: 250px;
    left: calc(50% - 210px);
    top: calc(50% - 125px);
  }
}
.tx-twwc-ticketshop .map-carousel .carousel-indicators {
  margin-bottom: 0.75rem;
}
.tx-twwc-ticketshop .map-carousel .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border: 1px solid #A19E8C;
  border-radius: 50%;
  opacity: 1;
}
.tx-twwc-ticketshop .map-carousel .carousel-indicators .active {
  background: #A19E8C;
}
.tx-twwc-ticketshop .map-carousel .carousel-control-next, .tx-twwc-ticketshop .map-carousel .carousel-control-prev {
  top: inherit;
  bottom: 0.75rem;
  width: 2rem;
}
.tx-twwc-ticketshop .map-carousel .carousel-control-next-icon, .tx-twwc-ticketshop .map-carousel .carousel-control-prev-icon {
  width: 1rem;
  height: 1rem;
}
.tx-twwc-ticketshop .map-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.019 3.01961L6.03921 7.99939L11.019 12.9792L10.3119 13.6863L4.97855 8.35294L4.625 7.99939L4.97855 7.64583L10.3119 2.3125L11.019 3.01961Z' fill='%233C3C3C'/%3E%3C/svg%3E%0A");
}
.tx-twwc-ticketshop .map-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.96025 7.99939L4.98047 3.01961L5.68758 2.3125L11.0209 7.64583L11.3745 7.99939L11.0209 8.35294L5.68758 13.6863L4.98047 12.9792L9.96025 7.99939Z' fill='%233C3C3C'/%3E%3C/svg%3E");
}
.tx-twwc-ticketshop .map-carousel .close-carousel {
  cursor: pointer;
}
.tx-twwc-ticketshop .map-carousel .close-carousel svg {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .map-carousel .close-carousel svg {
    width: 40px;
    height: 40px;
  }
}
.tx-twwc-ticketshop .map-carousel .carousel-item {
  padding: 0 1rem 1rem;
}
.tx-twwc-ticketshop .map-carousel .carousel-item h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin-bottom: 4px;
}
.tx-twwc-ticketshop .map-carousel .carousel-item p, .tx-twwc-ticketshop .map-carousel .carousel-item #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .map-carousel .carousel-item button, .tx-twwc-ticketshop .map-carousel .carousel-item #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .map-carousel .carousel-item li, .tx-twwc-ticketshop .map-carousel .carousel-item #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .map-carousel .carousel-item .accordion-body, .tx-twwc-ticketshop .map-carousel .carousel-item #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .map-carousel .carousel-item .accordion-item, .tx-twwc-ticketshop .map-carousel .carousel-item .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .map-carousel .carousel-item td {
  font-size: 12px;
  line-height: 16.8px;
}

/* twwc_shop */
.tx-twwc-shop .fade.in {
  opacity: 1;
  background-color: #C60219;
}
.tx-twwc-shop #billingAddress {
  display: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #F2F2F0;
  border-radius: 5px;
  padding: 28px;
  text-decoration: none;
  color: #3C3C3C;
}
.tx-twwc-shop #billingAddress .form-floating > input, .tx-twwc-shop #billingAddress .form-floating > select {
  background-color: #F2F2F0;
}

.lock {
  position: absolute;
  top: 0;
  right: 20px;
}

#check-code-gr-invia .modal-header, #check-code-gr-invia .modal-body, #logout-modal .modal-header, #logout-modal .modal-body {
  padding: 1rem;
}
#check-code-gr-invia .modal-header, #logout-modal .modal-header {
  padding-bottom: 0;
}

#logout-modal .modal-header h5 {
  color: #C60219;
  font-size: 1.5rem;
  line-height: 1.25;
}
#logout-modal .modal-header .btn-close {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  font-size: 1rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#addtocart .btn {
  font-size: 0.77rem !important;
  line-height: 0.94rem !important;
  letter-spacing: 0.04em !important;
}

#check-code {
  padding: 10px;
}
#check-code .form-control {
  background-color: #F2F2F0;
  height: 50px;
}
#check-code label {
  background-color: #F2F2F0;
}

.tx-twwc-shop .basket-sum td {
  border-top: 1px solid #282828 !important;
  border-bottom: 2px solid #282828 !important;
}

.tx-twwc-shop table.table thead th,
.tx-twwc-shop table.table tbody th, .tx-twwc-shop table.table tbody td, .tx-twwc-shop table.table thead th, .tx-twwc-shop table.table thead td {
  font-family: "CircularGraubuendenWeb";
}

h2 {
  font-weight: 600 !important;
}

h4 {
  font-weight: 450;
  font-size: 1.5rem;
}
h4.hyphenate {
  -ms-hyphens: auto;
      hyphens: auto;
}

.boxes, #offer-wrap .basket, #offer-wrap .options, #offer-wrap .travelers {
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #F2F2F0;
  border-radius: 0;
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #3C3C3C;
  position: relative;
}
.boxes .lock, #offer-wrap .basket .lock, #offer-wrap .options .lock, #offer-wrap .travelers .lock {
  position: absolute;
  top: 10px;
  right: 10px;
}
.boxes .lock svg, #offer-wrap .basket .lock svg, #offer-wrap .options .lock svg, #offer-wrap .travelers .lock svg {
  fill: #C60219;
}
.boxes p, .boxes .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .boxes button, .boxes .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .boxes li, .boxes .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .boxes .accordion-body, .boxes .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .boxes .accordion-item, .boxes .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .boxes td, #offer-wrap .basket p, #offer-wrap .basket .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header #offer-wrap .basket button, #offer-wrap .basket .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body #offer-wrap .basket li, #offer-wrap .basket .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item #offer-wrap .basket .accordion-body, #offer-wrap .basket .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos #offer-wrap .basket .accordion-item, #offer-wrap .basket .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview #offer-wrap .basket td, #offer-wrap .options p, #offer-wrap .options .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header #offer-wrap .options button, #offer-wrap .options .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body #offer-wrap .options li, #offer-wrap .options .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item #offer-wrap .options .accordion-body, #offer-wrap .options .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos #offer-wrap .options .accordion-item, #offer-wrap .options .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview #offer-wrap .options td, #offer-wrap .travelers p, #offer-wrap .travelers .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header #offer-wrap .travelers button, #offer-wrap .travelers .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body #offer-wrap .travelers li, #offer-wrap .travelers .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item #offer-wrap .travelers .accordion-body, #offer-wrap .travelers .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos #offer-wrap .travelers .accordion-item, #offer-wrap .travelers .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview #offer-wrap .travelers td {
  font-size: 1rem;
  line-height: 28.8px;
}
.boxes .readMore, #offer-wrap .basket .readMore, #offer-wrap .options .readMore, #offer-wrap .travelers .readMore {
  font-weight: 700;
  font-size: 1rem;
  color: #3C3C3C;
  line-height: 36px;
}
.boxes .readMore > svg, #offer-wrap .basket .readMore > svg, #offer-wrap .options .readMore > svg, #offer-wrap .travelers .readMore > svg {
  vertical-align: bottom;
}
.boxes.hover:hover, #offer-wrap .basket.hover:hover, #offer-wrap .options.hover:hover, #offer-wrap .travelers.hover:hover {
  background: #E0DFD9;
  color: #3C3C3C;
}
.boxes hr, #offer-wrap .basket hr, #offer-wrap .options hr, #offer-wrap .travelers hr {
  background-color: #3C3C3C;
  opacity: 1;
  margin: 24px auto;
}

#offer-wrap .basket {
  background: none;
  padding: 0;
}

.interest-you {
  background: #C60219;
}
.interest-you h3 {
  color: rgb(255, 255, 255);
}
.interest-you > .row {
  padding: 20px;
}
.interest-you > .row .col-md-3 {
  margin-bottom: 20px;
}
.interest-you > .row .boxes {
  background: rgb(255, 255, 255);
}

#basket-orders p strong, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header #basket-orders button strong, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body #basket-orders li strong, .tx-twwc-ticketshop #swisspassAbos .accordion-item #basket-orders .accordion-body strong, #basket-orders .tx-twwc-ticketshop #swisspassAbos .accordion-item strong, .tx-twwc-ticketshop #swisspassAbos #basket-orders .accordion-item strong, #basket-orders .tx-twwc-ticketshop .payment-address-overview td strong, .tx-twwc-ticketshop .payment-address-overview #basket-orders td strong {
  font-size: 1rem;
  line-height: 1.6rem;
  display: inline-block;
  margin-bottom: 12px;
}
#basket-orders .price-total p strong, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header #basket-orders .price-total button strong, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body #basket-orders .price-total li strong, .tx-twwc-ticketshop #swisspassAbos .accordion-item #basket-orders .price-total .accordion-body strong, #basket-orders .price-total .tx-twwc-ticketshop #swisspassAbos .accordion-item strong, .tx-twwc-ticketshop #swisspassAbos #basket-orders .price-total .accordion-item strong, #basket-orders .price-total .tx-twwc-ticketshop .payment-address-overview td strong, .tx-twwc-ticketshop .payment-address-overview #basket-orders .price-total td strong {
  margin-bottom: 0;
}

.basketlist {
  padding: 8px 0 18px 0;
  border-top: none;
  border-bottom: 1px solid #282828;
}

#basket-orders .price-total {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.tx-twwc-ticketshop .payment-address-overview {
  margin-bottom: 0;
}
.tx-twwc-ticketshop .payment-address-overview .last {
  border: none;
}
.tx-twwc-ticketshop .payment-address-overview td {
  padding: 0 12px 0 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.paymentform {
  display: none;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 -10px 20px -5px rgba(115, 115, 115, 0.2);
          box-shadow: 0 -10px 20px -5px rgba(115, 115, 115, 0.2);
}
.paymentform.show {
  display: block;
}
@media (max-width: 640px) {
  .paymentform.show #paymentDatatransButton {
    width: 80%;
    margin-left: 20%;
  }
}

/* steps */
#banner {
  color: #C60219;
}
#banner a {
  color: #C60219;
  text-decoration: none;
}
#banner .step-disabled {
  color: #A19E8C;
}
#banner .step-disabled a {
  color: #A19E8C;
  cursor: not-allowed;
  pointer-events: none;
}
#banner .step-disabled svg {
  fill: #A19E8C;
}
#banner .step-disabled span {
  color: #A19E8C;
}
#banner svg {
  vertical-align: top;
  fill: #C60219;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  #banner svg {
    width: 48px;
    height: 48px;
    margin: 0;
  }
}
#banner .step {
  width: 24px;
  font-size: 10px;
  line-height: 2;
}
@media (min-width: 768px) {
  #banner .step {
    width: 48px;
    font-size: 1rem;
  }
}
#banner .step .mt-2 {
  white-space: nowrap;
}
#banner .line {
  width: 100%;
  position: relative;
}
#banner .line:before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  border-top: 1px solid #C60219;
  left: 10px;
  top: 12px;
}
@media (min-width: 768px) {
  #banner .line:before {
    width: calc(100% - 24px);
    left: 12px;
    top: 24px;
  }
}
#banner .line.step-disabled:before {
  border-top: 2px dotted #A19E8C;
}

/* Spinner */
.tx-twwc-ticketshop .fade.in {
  opacity: 1;
}
.tx-twwc-ticketshop #price-spinner.spinner {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  z-index: 1000000;
  background: url(/fileadmin/Resources/Public/Images/gr-invia/loader.svg) center top no-repeat;
  background-color: rgba(192, 191, 178, 0.85);
  background-position: center center;
}
.tx-twwc-ticketshop .form-control {
  font-size: 1rem;
  padding: 0 10px !important;
  color: #000;
}

/* Forms */
.js-schedule-finder__direction {
  bottom: -20px;
  cursor: pointer;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.604,24.427l-0.354-0.354l-12-12l0.707-0.707l11.646,11.647L30.25,11.366l0.707,0.707l-12,12L18.604,24.427z' fill='%233C3C3C'/%3E%3C/svg%3E");
  background-position: right center;
  background-size: 37px 37px;
}

#offer-wrap .form-floating label {
  line-height: 65px;
}

.form-floating > label {
  color: #C0BFB2;
  padding: 0 10px;
  height: 65px;
  line-height: 65px;
  z-index: 11;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: none;
  padding: 0 10px;
  color: #C0BFB2;
  font-size: 0.7777777778rem;
  line-height: 12px !important;
  background-color: transparent;
  height: -webkit-fill-available;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: none;
  padding: 0 10px;
  color: #C0BFB2;
  font-size: 0.7777777778rem;
  line-height: 12px !important;
  background-color: transparent;
  height: -webkit-fill-available;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  -webkit-transform: none;
          transform: none;
  padding: 0 10px;
  color: #C0BFB2;
  font-size: 0.7777777778rem;
  line-height: 12px !important;
  background-color: transparent;
  height: -webkit-fill-available;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
  content: none;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label:after {
  content: none;
}
.form-floating > .form-control:focus ~ label:after, .form-floating > .form-control:not(:placeholder-shown) ~ label:after, .form-floating > .form-select ~ label:after {
  content: none;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  background-color: transparent;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #C60219;
}

.label-small {
  line-height: 23px;
  margin-right: 8px;
}
@media (max-width: 400px) {
  .label-small {
    max-width: 114px;
  }
}
.label-small small {
  color: #C60219;
  font-size: 0.7777777778rem;
}

#find-route-offers, #update-customer {
  margin-bottom: 50px;
}
#find-route-offers .input-group, #update-customer .input-group {
  margin-bottom: 0;
}
#find-route-offers .parsley-error, #update-customer .parsley-error {
  margin-bottom: 0 !important;
}
#find-route-offers .parsley-errors-list.filled, #update-customer .parsley-errors-list.filled {
  display: block;
  margin-bottom: 0;
}
#find-route-offers .parsley-errors-list.filled li, #update-customer .parsley-errors-list.filled li {
  padding: 3px 0 0 0;
  color: #C60219;
  font-size: 0.7777777778rem;
  letter-spacing: 0.5px;
}
#find-route-offers .pill-group .btn-check:checked + .btn, #find-route-offers .pill-group .btn.active, #find-route-offers .pill-group .btn.show, #find-route-offers .pill-group .btn:first-child:active, #find-route-offers .pill-group :not(.btn-check) + .btn:active, #update-customer .pill-group .btn-check:checked + .btn, #update-customer .pill-group .btn.active, #update-customer .pill-group .btn.show, #update-customer .pill-group .btn:first-child:active, #update-customer .pill-group :not(.btn-check) + .btn:active {
  background-color: #C0BFB2;
  border-color: #C0BFB2;
  -webkit-transition: none;
  transition: none;
}

#find-route-offers input.parsley-error {
  background: rgb(255, 255, 255);
  border-color: #C60219;
  color: #282828;
}

#find-route-offers input.parsley-success {
  border-color: #1bc41b;
}

#find-ticket-offers input.parsley-error {
  border-color: #C60219;
}

#find-ticket-offers input.parsley-success {
  border-color: #1bc41b;
}

.form-floating > .form-control:focus, .form-floating > .form-select:focus {
  border-bottom: 1px solid #C60219;
  background-color: transparent;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: 50px;
  border: none;
  border-bottom: 1px solid #C0BFB2;
  background-color: transparent;
}

.autocomplete-suggestions strong {
  color: #C60219;
}

input[type=checkbox] + label, input[type=radio] + label {
  padding: 0 0 0 28px;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #C0BFB2;
  top: 5px;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Ccircle fill='%23C7161D' cx='5' cy='5' r='5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  border: 1px solid #C0BFB2;
}

input[type=checkbox] + label, input[type=radio] + label {
  line-height: 1.4;
}

#route-datepicker.input-group,
#route-timepicker.input-group,
#ticket-datepicker-single.input-group,
#time.input-group, #price-calc-datepicker.input-group,
#simpledate.input-group,
#ticket-datepicker.input-group,
#couponUpdate .input-group,
#submitformOption .input-group,
.ticket-datepicker-single-payment.input-group,
#submitform .input-group,
.picker-input-group,
form[name=basket] .input-group {
  border-bottom: 1px solid #C0BFB2;
}
#route-datepicker.input-group > input,
#route-timepicker.input-group > input,
#ticket-datepicker-single.input-group > input,
#time.input-group > input, #price-calc-datepicker.input-group > input,
#simpledate.input-group > input,
#ticket-datepicker.input-group > input,
#couponUpdate .input-group > input,
#submitformOption .input-group > input,
.ticket-datepicker-single-payment.input-group > input,
#submitform .input-group > input,
.picker-input-group > input,
form[name=basket] .input-group > input {
  border: none !important;
  background-color: transparent;
}
#route-datepicker.input-group span,
#route-timepicker.input-group span,
#ticket-datepicker-single.input-group span,
#time.input-group span, #price-calc-datepicker.input-group span,
#simpledate.input-group span,
#ticket-datepicker.input-group span,
#couponUpdate .input-group span,
#submitformOption .input-group span,
.ticket-datepicker-single-payment.input-group span,
#submitform .input-group span,
.picker-input-group span,
form[name=basket] .input-group span {
  margin-top: 0;
  margin-right: 2px;
}
#route-datepicker.input-group span.input-group-text,
#route-timepicker.input-group span.input-group-text,
#ticket-datepicker-single.input-group span.input-group-text,
#time.input-group span.input-group-text, #price-calc-datepicker.input-group span.input-group-text,
#simpledate.input-group span.input-group-text,
#ticket-datepicker.input-group span.input-group-text,
#couponUpdate .input-group span.input-group-text,
#submitformOption .input-group span.input-group-text,
.ticket-datepicker-single-payment.input-group span.input-group-text,
#submitform .input-group span.input-group-text,
.picker-input-group span.input-group-text,
form[name=basket] .input-group span.input-group-text {
  border: none;
  margin: 0;
}
#route-datepicker.input-group span.input-group-text button,
#route-timepicker.input-group span.input-group-text button,
#ticket-datepicker-single.input-group span.input-group-text button,
#time.input-group span.input-group-text button, #price-calc-datepicker.input-group span.input-group-text button,
#simpledate.input-group span.input-group-text button,
#ticket-datepicker.input-group span.input-group-text button,
#couponUpdate .input-group span.input-group-text button,
#submitformOption .input-group span.input-group-text button,
.ticket-datepicker-single-payment.input-group span.input-group-text button,
#submitform .input-group span.input-group-text button,
.picker-input-group span.input-group-text button,
form[name=basket] .input-group span.input-group-text button {
  letter-spacing: 1px;
  color: rgb(255, 255, 255) !important;
  border: none;
  background: transparent;
}
#route-datepicker.input-group span.input-group-text button svg,
#route-timepicker.input-group span.input-group-text button svg,
#ticket-datepicker-single.input-group span.input-group-text button svg,
#time.input-group span.input-group-text button svg, #price-calc-datepicker.input-group span.input-group-text button svg,
#simpledate.input-group span.input-group-text button svg,
#ticket-datepicker.input-group span.input-group-text button svg,
#couponUpdate .input-group span.input-group-text button svg,
#submitformOption .input-group span.input-group-text button svg,
.ticket-datepicker-single-payment.input-group span.input-group-text button svg,
#submitform .input-group span.input-group-text button svg,
.picker-input-group span.input-group-text button svg,
form[name=basket] .input-group span.input-group-text button svg {
  width: 24px;
  height: 24px;
}

.input-group-addon {
  cursor: pointer;
}

#find-route-offers .picker-input-group {
  border-bottom: none;
  margin-bottom: 0;
  max-width: 170px;
}
#find-route-offers .picker-input-group input {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  max-width: 100%;
  border-bottom: 1px solid #C0BFB2 !important;
  padding-right: 37px !important;
}
@media (min-width: 1200px) {
  #find-route-offers .picker-input-group input {
    min-width: 170px;
  }
}
#find-route-offers .picker-input-group input:focus {
  border-bottom-color: #C60219 !important;
  background-color: transparent;
}
#find-route-offers .picker-input-group > .input-group-addon {
  cursor: pointer;
  position: absolute;
  right: 5.6px;
  top: 6px;
  z-index: 50;
}

.bootstrap-datetimepicker-widget table {
  width: 245px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  background-color: rgb(255, 255, 255);
  border: 1px solid #E0DFD9;
  color: #3C3C3C;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom-color: #F2F2F0;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 6px solid #F2F2F0;
}

.bootstrap-datetimepicker-widget table td.day, .bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td {
  padding: 0;
  font-size: 0.875rem;
  width: 35px;
  height: 35px;
}

.bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.next {
  padding: 0;
}
.bootstrap-datetimepicker-widget table th.prev > span, .bootstrap-datetimepicker-widget table th.next > span {
  margin: 0 !important;
}
.bootstrap-datetimepicker-widget table th.prev.disabled, .bootstrap-datetimepicker-widget table th.next.disabled {
  opacity: 0.5;
}

.bootstrap-datetimepicker-widget table td.day:hover {
  background: #C60219;
  border-radius: 50%;
  color: rgb(255, 255, 255);
}

.bootstrap-datetimepicker-widget table td.disabled {
  color: #C0BFB2;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #C60219;
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: #C60219;
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.active:after, .bootstrap-datetimepicker-widget table td.active:before {
  content: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-top: 7px solid #F2F2F0;
  border-top-color: #F2F2F0;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top: 6px solid #F2F2F0;
}

.bootstrap-datetimepicker-widget table td span {
  margin: 0 !important;
  display: inline-block;
  width: 14.2857142857%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td span.active {
  background-color: #C60219;
  color: rgb(255, 255, 255);
}

.bootstrap-datetimepicker-widget .datepicker-months .month,
.bootstrap-datetimepicker-widget .datepicker-decades .decade,
.bootstrap-datetimepicker-widget .datepicker-years .year {
  height: auto;
  width: 33.3%;
  padding: 3px 5px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-search:before {
  content: "";
}

.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span {
  width: calc(100% - 3px);
  background: #C60219;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon {
  color: black;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon.glyphicon-calendar:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #164193;
  margin-right: 6px;
  vertical-align: text-top;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon.glyphicon-calendar:after {
  content: "Datum eingeben";
  font-weight: 700;
  vertical-align: top;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon.glyphicon-time:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM280 120C280 106.7 269.3 96 256 96C242.7 96 232 106.7 232 120V256C232 260.7 233.4 265.4 236 269.3L300 365.3C307.4 376.3 322.3 379.3 333.3 371.1C344.3 364.6 347.3 349.7 339.1 338.7L280 248.7L280 120z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #164193;
  margin-right: 6px;
  vertical-align: text-top;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon.glyphicon-time:after {
  content: "Uhrzeit eingeben";
  font-weight: 700;
  vertical-align: top;
}

.glyphicon.glyphicon-chevron-right, .glyphicon.glyphicon-chevron-left {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23C60219;%7D .st1%7Bfill:%23C60219;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.168,7.669c0.223-0.226,0.585-0.226,0.808-0.001c0,0,0.001,0.001,0.001,0.001l6.855,6.922 c0.223,0.225,0.224,0.59,0.001,0.816c0,0-0.001,0.001-0.001,0.001l-6.855,6.922c-0.223,0.226-0.586,0.226-0.809,0 c-0.223-0.226-0.223-0.591,0-0.817L17.62,15l-6.452-6.514c-0.223-0.225-0.224-0.59-0.001-0.816 C11.167,7.67,11.167,7.67,11.168,7.669z'/%3E%3Cg%3E%3Cpath class='st1' d='M15,1c7.72,0,14,6.28,14,14s-6.28,14-14,14S1,22.72,1,15S7.28,1,15,1 M15,0C6.716,0,0,6.716,0,15 s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px 24px;
}
.glyphicon.glyphicon-chevron-left {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.glyphicon.glyphicon-chevron-up, .glyphicon.glyphicon-chevron-down {
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 448' style='enable-background:new 0 0 448 448;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFBF00;%7D%0A%3C/style%3E%3Cpath class='st0' d='M384,0H64C28.6,0,0,28.7,0,64v320c0,35.3,28.6,64,64,64h320c35.4,0,64-28.7,64-64V64C448,28.7,419.3,0,384,0z' /%3E%3Cpath d='M310.6,246.6l-112,112c-12.5,12.5-32.8,12.5-45.2,0s-12.5-32.8,0-45.2l89.4-89.4l-89.4-89.4c-12.5-12.5-12.5-32.8,0-45.2 s32.8-12.5,45.2,0l112,112c6.2,6.2,9.4,14.4,9.4,22.6C320,232.2,316.9,240.4,310.6,246.6z'/%3E%3C/svg%3E%0A");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.glyphicon.glyphicon-chevron-up:hover, .glyphicon.glyphicon-chevron-down:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 448' style='enable-background:new 0 0 448 448;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFBF00;%7D%0A%3C/style%3E%3Cpath class='st0' d='M384,0H64C28.6,0,0,28.7,0,64v320c0,35.3,28.6,64,64,64h320c35.4,0,64-28.7,64-64V64C448,28.7,419.3,0,384,0z' /%3E%3Cpath d='M310.6,246.6l-112,112c-12.5,12.5-32.8,12.5-45.2,0s-12.5-32.8,0-45.2l89.4-89.4l-89.4-89.4c-12.5-12.5-12.5-32.8,0-45.2 s32.8-12.5,45.2,0l112,112c6.2,6.2,9.4,14.4,9.4,22.6C320,232.2,316.9,240.4,310.6,246.6z'/%3E%3C/svg%3E%0A");
}
.glyphicon.glyphicon-chevron-down {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span {
  width: calc(100% - 3px);
  background: #C60219;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon {
  color: black;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon.glyphicon-calendar:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #164193;
  margin-right: 6px;
  vertical-align: text-top;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon.glyphicon-calendar:after {
  content: "Datum eingeben";
  font-family: "Lato";
  font-weight: 700;
  vertical-align: top;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon.glyphicon-time:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM280 120C280 106.7 269.3 96 256 96C242.7 96 232 106.7 232 120V256C232 260.7 233.4 265.4 236 269.3L300 365.3C307.4 376.3 322.3 379.3 333.3 371.1C344.3 364.6 347.3 349.7 339.1 338.7L280 248.7L280 120z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #164193;
  margin-right: 6px;
  vertical-align: text-top;
}
.bootstrap-datetimepicker-widget .picker-switch td a[title="Select Time"] span.glyphicon.glyphicon-time:after {
  content: "Uhrzeit eingeben";
  font-family: "Lato";
  font-weight: 700;
  vertical-align: top;
}

/* Zonenplan */
.map-border {
  border: 1px solid #A19E8C;
  background: rgb(255, 255, 255);
}

.panzoom {
  padding: 20px;
  height: 390px;
}
@media (min-width: 768px) {
  .panzoom {
    height: 680px;
  }
}
.panzoom .zonenplan {
  padding: 0;
  border: none;
  width: 75%;
  margin: 0 12.5%;
}
.panzoom .zonenplan .svgmap {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .preisrechner-multipleprices .zonenplan {
    width: 70%;
  }
}

.zonenplan path.ausgewaehlt, .zonenplan polygon.ausgewaehlt, .zonenplan rect.ausgewaehlt {
  fill: #C60219 !important;
}

.snackbar {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F2F2F0;
  width: 100%;
  left: 0;
  padding: 0;
}

.snackbar__ietrigger {
  position: relative;
}

.snackbark-visible {
  bottom: 0;
}

.snackbar__message a {
  padding: 46px;
  text-decoration: none;
}

/* Accordions */
.accordion {
  background: #F2F2F0;
}
.accordion h4.accordion-header .accordion-button {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 1rem !important;
}
.accordion h4.accordion-header .accordion-button::after {
  top: 4px;
  width: 37px;
  height: 37px;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.604,24.427l-0.354-0.354l-12-12l0.707-0.707l11.646,11.647L30.25,11.366l0.707,0.707l-12,12L18.604,24.427z' fill='%233C3C3C'/%3E%3C/svg%3E");
}
.accordion h4.accordion-header .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.604,24.427l-0.354-0.354l-12-12l0.707-0.707l11.646,11.647L30.25,11.366l0.707,0.707l-12,12L18.604,24.427z' fill='%233C3C3C'/%3E%3C/svg%3E");
}
.accordion h4.accordion-header .accordion-button:not(.collapsed) {
  color: #3C3C3C;
}
.accordion .accordion-item {
  margin-bottom: 0;
  padding: 20px;
  background-color: #F2F2F0;
  border-bottom: none;
}
.accordion .accordion-item.active {
  margin-bottom: 20px;
  background-color: #F2F2F0 !important;
}
.accordion .accordion-body {
  padding: 0;
}
.accordion .accordion-body .line-after {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #3C3C3C;
}
.accordion .accordion-body .transportation {
  margin-bottom: 16px;
  font-size: 0;
}
.accordion .accordion-body .transportation img {
  margin-right: 20px;
}

.nav-tabs {
  border-bottom: 1px solid #C0BFB2;
}
.nav-tabs .nav-link {
  border: none;
  padding: 0 6px;
  font-weight: 400;
  font-size: 1rem;
  color: #C0BFB2;
}
.nav-tabs .nav-link > div {
  border-bottom: 4px solid transparent;
}
.nav-tabs .nav-link.active {
  font-weight: 700;
  color: #A19E8C;
  background: transparent;
}
.nav-tabs .nav-link.active > div {
  border-bottom: 4px solid #A19E8C;
}
.nav-tabs .nav-link:hover {
  color: #A19E8C;
}

#route-offers {
  /* Accordions */
}
#route-offers #accordionRouteOffers.accordion {
  background: transparent;
  margin-top: 20px;
}
#route-offers #accordionRouteOffers.accordion .accordion-header {
  font-family: "CircularGraubuendenWeb", sans-serif;
}
#route-offers #accordionRouteOffers.accordion .accordion-item {
  margin-bottom: 8px;
  padding: 0;
  background-color: rgb(255, 255, 255);
  border-bottom: none;
}
#route-offers #accordionRouteOffers.accordion .accordion-item.active {
  background-color: rgb(255, 255, 255);
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header > div {
  font-weight: 400;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header > div > div:first-child {
  padding-left: 34px;
  padding-right: 34px;
}
@media (max-width: 767.98px) {
  #route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .duration, #route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .time {
    padding-left: 34px;
    padding-right: 34px;
  }
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type, #route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .walk-transfer {
  padding: 5px 0 5px 0;
  width: calc(100% - 29px);
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-position: 0;
  vertical-align: text-top;
  margin-right: 20px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type + strong {
  margin-right: 20px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type.bus, #route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type.post {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%232D327D' d='M22.5000001,0 L1.50000001,0 C0.675000003,0 0,0.675000003 0,1.50000001 L0,22.5000001 C0,23.3250009 0.675000003,24.0000001 1.50000001,24.0000001 L22.5000001,24.0000001 C23.3250009,24.0000001 24.0000001,23.3250009 24.0000001,22.5000001 L24.0000001,1.50000001 C24.0000001,0.675000003 23.3250009,0 22.5000001,0 Z'/%3E%3Cg fill='%23FFF' fill-rule='nonzero' transform='translate(3 7)'%3E%3Cpath d='M3.37500001,1.25000001 L0,1.25000001 L0,0.500000002 L15.0750009,0.500000002 C15.682501,0.500000002 16.2225,0.912499904 16.3799993,1.49750041 L17.9550001,7.37000083 C17.9849988,7.48250013 18.0000001,7.60250093 18.0000001,7.72249983 L18.0000001,11.5249996 C18.0000001,11.8549995 17.7299996,12.1250001 17.3999997,12.1250001 L10.4250002,12.1250001 C10.0950003,12.1250001 9.82499984,11.8549995 9.82499984,11.5249996 C9.82499984,11.5174999 9.82499984,11.5174999 9.82499984,11.5174999 C9.82499984,11.4950008 9.82499984,11.4724998 9.82499984,11.4500007 C9.82499984,9.54500014 8.27999973,8.00000003 6.37500003,8.00000003 C4.47000032,8.00000003 2.92500021,9.54500014 2.92500021,11.4500008 C2.92500021,11.4724999 2.92500021,11.4950009 2.92500021,11.5175 L2.92500021,11.5249997 C2.92500021,11.8549996 2.65500021,12.1250002 2.32499981,12.1250002 L0,12.1250002 L0,6.50000003 L3.37500001,6.50000003 C3.58500001,6.50000003 3.75000002,6.33500003 3.75000002,6.12500003 L3.75000002,1.62500001 C3.75000002,1.41500001 3.58500001,1.25000001 3.37500001,1.25000001 Z M14.4375001,7.62500003 C14.4375001,7.83500003 14.602501,8.00000003 14.8125001,8.00000003 L16.8599988,8.00000003 C17.0699979,8.00000003 17.2349988,7.83500003 17.2349988,7.62500003 C17.2349988,7.59500033 17.2274991,7.55750083 17.2199975,7.52750023 L15.637497,1.61749941 C15.5699978,1.35499961 15.3299981,1.1750002 15.0599976,1.1750002 L15.0449963,1.1750002 C14.7149964,1.1750002 14.4449959,1.44500071 14.4449959,1.77499961 L14.4375001,7.62500003 Z M12.4875003,7.47500043 C12.4875003,7.80499943 12.7575008,8.07499983 13.0874997,8.07499983 C13.4174996,8.07499983 13.6875001,7.80499933 13.6875001,7.47500043 L13.6875001,1.77499961 C13.6875001,1.44500061 13.4174996,1.1750002 13.0874997,1.1750002 C12.7575007,1.1750002 12.4875003,1.44500071 12.4875003,1.77499961 L12.4875003,7.47500043 Z M10.5375004,7.47500043 C10.5375004,7.80499943 10.8075009,8.07499983 11.1374998,8.07499983 C11.4674997,8.07499983 11.7375002,7.80499933 11.7375002,7.47500043 L11.7375002,1.77499961 C11.7375002,1.44500061 11.4674997,1.1750002 11.1374998,1.1750002 C10.8075008,1.1750002 10.5375004,1.44500071 10.5375004,1.77499961 L10.5375004,7.47500043 Z M4.50000002,6.12500003 C4.50000002,6.33500003 4.66500002,6.50000003 4.87500002,6.50000003 L9.41250044,6.50000003 C9.62250044,6.50000003 9.78750044,6.33500003 9.78750044,6.12500003 L9.78750044,1.62500001 C9.78750044,1.41500001 9.62250044,1.25000001 9.41250044,1.25000001 L4.87500002,1.25000001 C4.66500002,1.25000001 4.50000002,1.41500001 4.50000002,1.62500001 L4.50000002,6.12500003 Z'/%3E%3Cpath d='M6.35250003,8.84749984 C7.80000023,8.84749984 8.97750004,10.0249996 8.97750004,11.4724998 C8.97750004,12.9199982 7.80000023,14.0974999 6.35250003,14.0974999 C4.90499982,14.0974999 3.72750002,12.9199982 3.72750002,11.4724998 C3.72750002,10.0249996 4.90499972,8.84749984 6.35250003,8.84749984 Z M6.35250003,12.9125005 C7.17749983,12.9125005 7.85250003,12.2374994 7.85250003,11.4125004 C7.85250003,10.5874996 7.17749983,9.91250044 6.35250003,9.91250044 C5.52750022,9.91250044 4.85250002,10.5874996 4.85250002,11.4125004 C4.85250002,12.2450009 5.52000052,12.9125005 6.35250003,12.9125005 Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type.express_train, #route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type.strain {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%232D327D' d='M22.5000001,0 L1.50000001,0 C0.675000003,0 0,0.675000003 0,1.50000001 L0,22.5000001 C0,23.3250009 0.675000003,24.0000001 1.50000001,24.0000001 L22.5000001,24.0000001 C23.3250009,24.0000001 24.0000001,23.3250009 24.0000001,22.5000001 L24.0000001,1.50000001 C24.0000001,0.675000003 23.3250009,0 22.5000001,0 Z'/%3E%3Cg fill='%23FFF' transform='translate(2 2)'%3E%3Cpath d='M1.28500031,16.8624993 C1.075,16.8624993 0.910000304,16.6974984 0.910000304,16.4874993 C0.910000304,16.4724999 0.910000304,16.4500008 0.917500004,16.4349995 L1.24000021,14.1999989 L5.13250062,14.1999989 L5.13250062,16.8624993 L1.28500031,16.8624993 Z'/%3E%3Cpath fill-rule='nonzero' d='M10.3674994,6.18999963 L19.0000001,6.18999963 L19.0000001,5.50000002 L11.9499998,5.50000002 L14.1625005,4.00000002 L10,1.63750001 L5.86000012,4.00000002 L5.83750012,4.00000002 L8.05000023,5.50000002 L3.45249991,5.50000002 C2.88999991,5.50000002 2.41749961,5.91249992 2.34249981,6.46749973 L1.33749941,13.4875003 L19.0000001,13.4875003 L19.0000001,9.77499964 L10.3674994,9.77499964 C10.165,9.77499964 10,9.61000064 10,9.40750034 C10,9.20500094 10.165,9.04000094 10.3674994,9.04000094 L19.0000001,9.04000094 L19.0000001,8.35000043 L10.3674994,8.35000043 C10.165,8.35000043 10,8.18500043 10,7.98250013 C10,7.78000073 10.165,7.61500073 10.3674994,7.61500073 L19.0000001,7.61500073 L19.0000001,6.92500023 L10.3674994,6.92500023 C10.165,6.92500023 10,6.76000023 10,6.55750083 C10,6.35499953 10.165,6.18999963 10.3674994,6.18999963 Z M5.34999992,9.39999964 C5.34999992,9.61000064 5.18500042,9.77499964 4.97499992,9.77499964 L3.01749991,9.77499964 C2.80749991,9.77499964 2.64249991,9.61000064 2.64249991,9.39999964 C2.64249991,9.38500024 2.64249991,9.36250024 2.65000011,9.34749984 L3.05500031,6.51249983 C3.08500001,6.32499983 3.24250031,6.18999963 3.42250011,6.18999963 L4.97499992,6.18999963 C5.18500042,6.18999963 5.34999992,6.35499963 5.34999992,6.56499963 L5.34999992,9.39999964 Z M9.31749924,5.50000002 L7.19499973,4.06000042 L10,2.45499991 L12.8125001,4.05249972 L10.6825008,5.50000002 L9.31749924,5.50000002 Z'/%3E%3Cpath d='M14.2075006 16.0224992C14.2075006 14.9649984 13.3525011 14.1099988 12.2950002 14.1099988 11.2374992 14.1099988 10.3825007 14.9649983 10.3825007 16.0224992 10.3825007 17.0800001 11.2375002 17.9349996 12.2950002 17.9349996 13.3525001 17.9349996 14.2075006 17.08 14.2075006 16.0224992zM9.69999984 16.0224992C9.69999984 14.9649984 8.84500034 14.1099988 7.78750043 14.1099988 6.73000053 14.1099988 5.87500002 14.9649983 5.87500002 16.0224992 5.87500002 17.0800001 6.72999953 17.9349996 7.78750043 17.9349996 8.84500134 17.9349996 9.69999984 17.08 9.69999984 16.0224992z'/%3E%3Cpolygon points='1 1 1 1.375 19 1.375 19 1'/%3E%3Cpolygon points='19 19 19 18.288 1 18.288 1 19'/%3E%3Cpolygon points='19 14.313 19 14.2 14.875 14.2 14.875 16.862 19 16.862'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type.tram {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='%232D327D' d='M22.5,0h-21C0.7,0,0,0.7,0,1.5v21C0,23.3,0.7,24,1.5,24h21c0.8,0,1.5-0.7,1.5-1.5v-21C24,0.7,23.3,0,22.5,0z' /%3E%3Cg transform='translate(3 7)'%3E%3Cpath fill='%23FFFFFF' d='M7.2-2.4C7.1-2.6,7.1-2.8,7.2-3c0.2-0.2,0.4-0.2,0.6,0l4.4,4.4h3.5c0.6,0,1.2,0.4,1.4,1l2.1,7 c0,0.1,0,0.1,0,0.2v3.1c0,0.2-0.2,0.4-0.4,0.4H-1.1v-5H3c0.2,0,0.4-0.2,0.4-0.4V2.6c0-0.2-0.2-0.4-0.4-0.4h0h-4.1V1.4H11L7.2-2.4z M14.9,9.4c0,0.2,0.2,0.4,0.4,0.4h2.5c0.2,0,0.4-0.2,0.4-0.4c0,0,0,0,0,0c0,0,0-0.1,0-0.1l-2-6.7c-0.1-0.3-0.3-0.5-0.6-0.5h0 c-0.4,0-0.6,0.3-0.6,0.6V9.4z M12.9,9.2c0,0.4,0.2,0.7,0.6,0.7c0.4,0,0.7-0.2,0.7-0.6c0,0,0-0.1,0-0.1V2.7c0-0.4-0.3-0.6-0.6-0.6 s-0.6,0.3-0.6,0.6C12.9,2.7,12.9,9.2,12.9,9.2z M10.1,2.6c0-0.2-0.2-0.4-0.4-0.4H4.6c-0.2,0-0.4,0.2-0.4,0.4v0v5.1 c0,0.2,0.2,0.4,0.4,0.4h5.1c0.2,0,0.4-0.2,0.4-0.4L10.1,2.6z M10.8,2.7v6.5c0,0.4,0.3,0.6,0.7,0.6c0.3,0,0.6-0.3,0.6-0.6V2.7 c0-0.4-0.3-0.6-0.6-0.6S10.8,2.4,10.8,2.7z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type.ship {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='%232D327D' d='M22.5,0h-21C0.7,0,0,0.7,0,1.5v21C0,23.3,0.7,24,1.5,24h21c0.8,0,1.5-0.7,1.5-1.5v-21C24,0.7,23.3,0,22.5,0z'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M4.1,7.5V5.9c0-0.3,0.1-0.4,0.4-0.4h2.2c0.3,0,0.4,0.1,0.4,0.4l0.3,1.7v0.1C7.4,8,7.3,8.1,7,8.1H4.5 C4.3,8,4.1,7.7,4.1,7.5z M4.1,12.4v-1.7c0-0.3,0.1-0.4,0.4-0.4H7c0.3,0,0.4,0.1,0.4,0.4v1.7c0,0.3-0.1,0.4-0.4,0.4H4.5 C4.3,12.8,4.1,12.6,4.1,12.4z M8.2,12.4v-1.7c0-0.3,0.1-0.4,0.4-0.4h2.1c0.3,0,0.4,0.1,0.4,0.4l0.3,1.7v0.1c0,0.3-0.1,0.4-0.4,0.4 H8.6C8.3,12.8,8.2,12.6,8.2,12.4z M3,5.5c0.3,0,0.4,0.1,0.4,0.4v1.7C3.4,7.8,3.2,8,3,8H2.2v2.5H3c0.3,0,0.4,0.1,0.4,0.4v1.7 c0,0.3-0.1,0.4-0.4,0.4H2.2v4.9c0.4,0,0.8,0,1.2-0.1l2.7-0.5c0.3,0,0.6,0,0.9-0.1c0.3,0,0.6,0,0.9,0.1l2.7,0.5 c0.4,0.1,0.8,0.1,1.2,0.1c0.4,0,0.8,0,1.2-0.1l2.9-0.6c0.3,0,0.6,0,0.9-0.1c0.3,0,0.6,0,0.9,0.1l1.7,0.4l2.5-4.7h-9.6l-0.4-2.5h1.4 V8H8.2L7.8,5.5h0.5c0.3,0,0.4-0.1,0.4-0.4S8.6,4.7,8.3,4.7H2.2v0.8H3z'/%3E%3Cpath fill='%23FFFFFF' d='M6.2,17.8h1.6l2.9,0.5c0.4,0.1,0.9,0.1,1.3,0.1c0.5,0,0.9,0,1.3-0.1l2.7-0.5h1.6l2.7,0.5 c0.4,0.1,0.9,0.1,1.3,0.1v0.8c-0.5,0-1,0-1.6-0.1l-2.5-0.5h-1.3l-2.7,0.5c-0.5,0.1-1,0.1-1.6,0.1s-1,0-1.6-0.1l-2.6-0.5H6.5 l-2.7,0.5c-0.5,0.1-1,0.1-1.6,0.1v-0.8c0.5,0,0.9,0,1.3-0.1C3.5,18.4,6.2,17.8,6.2,17.8z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type.funicular {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='%232D327D' d='M22.5,0h-21C0.7,0,0,0.7,0,1.5v21C0,23.3,0.7,24,1.5,24h21c0.8,0,1.5-0.7,1.5-1.5v-21C24,0.7,23.3,0,22.5,0z'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M20.4,8.3v4.5c0,0.2-0.1,0.4-0.4,0.4h-2.7c-0.2,0-0.4-0.1-0.4-0.4V8.3c0-0.2,0.1-0.4,0.4-0.4H20 C20.2,7.9,20.4,8.2,20.4,8.3 M16,7.2v4.5c0,0.2-0.1,0.4-0.4,0.4h-2.9c-0.2,0-0.4-0.1-0.4-0.4V7.2c0-0.2,0.1-0.4,0.4-0.4h2.9 C15.8,6.9,16,7,16,7.2 M11.8,6.2v4.5c0,0.2-0.1,0.4-0.4,0.4h-3c0,0-0.2-0.2-0.2-0.4V6.2c0-0.2,0.1-0.4,0.4-0.4h2.7 C11.5,5.8,11.8,5.9,11.8,6.2 M7.5,5.1v4.5c0,0.2-0.1,0.4-0.4,0.4H4.3C4,10,4,9.9,4,9.6V5.1c0-0.2,0.1-0.4,0.4-0.4h2.7 C7.3,4.7,7.5,4.8,7.5,5.1 M20.6,17.1c0.2,0,0.4-0.1,0.4-0.4V8.1c0-0.4-0.2-0.7-0.6-0.8L4.1,3.1H3.8C3.4,3.1,3,3.4,3,3.9v8.6 c0,0.1,0.1,0.4,0.2,0.4L20.6,17.1C20.5,17.1,20.6,17.1,20.6,17.1 M3.1,15.7L21,20.2v0.7L3.1,16.4C3.1,16.4,3.1,15.7,3.1,15.7z M16.8,17.4c0,0.6-0.5,1.1-1.1,1.1s-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1S16.8,16.8,16.8,17.4 M19.6,18.1c0,0.6-0.5,1.1-1.1,1.1 c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1C19.1,17,19.6,17.5,19.6,18.1 M9.4,15.6c0,0.6-0.5,1.1-1.1,1.1s-1.1-0.5-1.1-1.1 c0-0.6,0.5-1.2,1.1-1.2S9.4,15,9.4,15.6 M6.7,14.9c0,0.6-0.5,1.1-1.1,1.1s-1.1-0.5-1.1-1.1s0.5-1.1,1.1-1.1S6.7,14.3,6.7,14.9'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type.cablecar {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='%232D327D' d='M22.5,0h-21C0.7,0,0,0.7,0,1.5v21C0,23.3,0.7,24,1.5,24h21c0.8,0,1.5-0.7,1.5-1.5v-21C24,0.7,23.3,0,22.5,0z'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M8.8,5.5l6.5-1.1c0.4,0,0.7-0.4,0.6-0.8c0-0.4-0.4-0.7-0.8-0.6c0,0,0,0-0.1,0L8.5,4.1C8.2,4.2,7.9,4.5,8,4.9 C8,5.3,8.4,5.5,8.8,5.5L8.8,5.5 M3,7.6l18-3.2V3.7L3,6.9V7.6L3,7.6z M20.2,16.2c0,0.2-0.2,0.4-0.4,0.4h-4.3c-0.2,0-0.4-0.2-0.4-0.4 c0,0,0,0,0,0v-3.7c0-0.2,0.2-0.4,0.4-0.4h4.3c0.2,0,0.4,0.2,0.4,0.4V16.2z M14.5,16.2c0,0.2-0.2,0.4-0.4,0.4H9.9 c-0.2,0-0.4-0.2-0.4-0.4v-3.7c0-0.2,0.2-0.4,0.4-0.4h4.3c0.2,0,0.4,0.2,0.4,0.4L14.5,16.2L14.5,16.2z M8.7,16.2 c0,0.2-0.2,0.4-0.4,0.4H4.1c-0.2,0-0.4-0.2-0.4-0.4l0,0v-3.7c0-0.2,0.2-0.4,0.4-0.4h4.3c0.2,0,0.4,0.2,0.4,0.4V16.2z M20.2,11.3 h-3.7l-2.8-5.2l-1,0.2l2.7,5.1H8.6l2.5-4.8L9.8,6.7l-2.4,4.6H3.8C3.3,11.3,3,11.6,3,12l0,0v8.3C3,20.7,3.3,21,3.8,21h16.5 c0.4,0,0.8-0.3,0.8-0.8V12C21,11.6,20.7,11.3,20.2,11.3z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .ride-type.walk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' d='M14.5,19.9997 L14.5,15.4997 L12.5,13.4997 L10.5,13.4997 L10.5,16.4997 L8.5,19.4997 M12.5,8.4997 L12.5,13.4997 L10.5,13.4997 L10.5,8.4997 M11.5,6.4997 C10.967,6.4997 10.5,6.0337 10.5,5.4997 C10.5,4.9667 10.967,4.4997 11.5,4.4997 C12.033,4.4997 12.5,4.9667 12.5,5.4997 C12.5,6.0337 12.033,6.4997 11.5,6.4997 Z M7.5,13.9997 L7.5,10.4997 L10.5,8.4997 L12.5,8.4997 L14.5,10.4997 L17,10.4997'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .pearlcain {
  width: 100px;
  background: black;
  height: 2px;
  position: relative;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .pearlcain:before, #route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .pearlcain:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: -5px;
  border-radius: 50%;
  background-color: black;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .pearlcain:after {
  left: unset;
  right: 0;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .pearlcain .timeline {
  position: absolute;
  content: "";
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid black;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header > div {
  font-size: 16px;
  line-height: 1.5;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 12px 12px 2px 38px;
  background: transparent;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .accordion-button::after {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: inherit;
  left: 6px;
  top: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 12.5005V4.5H11.5V12.5005H3.5V13.5005H11.5V21.5H12.5V13.5005H20.5V12.5005H12.5Z' fill='%233C3C3C'/%3E%3C/svg%3E%0A");
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 12.5H20.5V13.5H3.5V12.5Z' fill='%233C3C3C'/%3E%3C/svg%3E%0A");
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #3C3C3C;
  background: #F2F2F0;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-collapse .accordion-body {
  background: #F2F2F0;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body {
  padding: 0;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body > div {
  padding: 24px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .line-after {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #3C3C3C;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .transportation {
  margin-bottom: 16px;
  font-size: 0;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .transportation img {
  margin-right: 20px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type, #route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .walk-transfer {
  border-left: 2px dotted #3C3C3C;
  padding: 5px 0 5px 64px;
  margin: 5px 0 5px 29px;
  width: calc(100% - 29px);
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type {
  background-size: 24px 24px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type.bus, #route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type.post {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%232D327D' d='M22.5000001,0 L1.50000001,0 C0.675000003,0 0,0.675000003 0,1.50000001 L0,22.5000001 C0,23.3250009 0.675000003,24.0000001 1.50000001,24.0000001 L22.5000001,24.0000001 C23.3250009,24.0000001 24.0000001,23.3250009 24.0000001,22.5000001 L24.0000001,1.50000001 C24.0000001,0.675000003 23.3250009,0 22.5000001,0 Z'/%3E%3Cg fill='%23FFF' fill-rule='nonzero' transform='translate(3 7)'%3E%3Cpath d='M3.37500001,1.25000001 L0,1.25000001 L0,0.500000002 L15.0750009,0.500000002 C15.682501,0.500000002 16.2225,0.912499904 16.3799993,1.49750041 L17.9550001,7.37000083 C17.9849988,7.48250013 18.0000001,7.60250093 18.0000001,7.72249983 L18.0000001,11.5249996 C18.0000001,11.8549995 17.7299996,12.1250001 17.3999997,12.1250001 L10.4250002,12.1250001 C10.0950003,12.1250001 9.82499984,11.8549995 9.82499984,11.5249996 C9.82499984,11.5174999 9.82499984,11.5174999 9.82499984,11.5174999 C9.82499984,11.4950008 9.82499984,11.4724998 9.82499984,11.4500007 C9.82499984,9.54500014 8.27999973,8.00000003 6.37500003,8.00000003 C4.47000032,8.00000003 2.92500021,9.54500014 2.92500021,11.4500008 C2.92500021,11.4724999 2.92500021,11.4950009 2.92500021,11.5175 L2.92500021,11.5249997 C2.92500021,11.8549996 2.65500021,12.1250002 2.32499981,12.1250002 L0,12.1250002 L0,6.50000003 L3.37500001,6.50000003 C3.58500001,6.50000003 3.75000002,6.33500003 3.75000002,6.12500003 L3.75000002,1.62500001 C3.75000002,1.41500001 3.58500001,1.25000001 3.37500001,1.25000001 Z M14.4375001,7.62500003 C14.4375001,7.83500003 14.602501,8.00000003 14.8125001,8.00000003 L16.8599988,8.00000003 C17.0699979,8.00000003 17.2349988,7.83500003 17.2349988,7.62500003 C17.2349988,7.59500033 17.2274991,7.55750083 17.2199975,7.52750023 L15.637497,1.61749941 C15.5699978,1.35499961 15.3299981,1.1750002 15.0599976,1.1750002 L15.0449963,1.1750002 C14.7149964,1.1750002 14.4449959,1.44500071 14.4449959,1.77499961 L14.4375001,7.62500003 Z M12.4875003,7.47500043 C12.4875003,7.80499943 12.7575008,8.07499983 13.0874997,8.07499983 C13.4174996,8.07499983 13.6875001,7.80499933 13.6875001,7.47500043 L13.6875001,1.77499961 C13.6875001,1.44500061 13.4174996,1.1750002 13.0874997,1.1750002 C12.7575007,1.1750002 12.4875003,1.44500071 12.4875003,1.77499961 L12.4875003,7.47500043 Z M10.5375004,7.47500043 C10.5375004,7.80499943 10.8075009,8.07499983 11.1374998,8.07499983 C11.4674997,8.07499983 11.7375002,7.80499933 11.7375002,7.47500043 L11.7375002,1.77499961 C11.7375002,1.44500061 11.4674997,1.1750002 11.1374998,1.1750002 C10.8075008,1.1750002 10.5375004,1.44500071 10.5375004,1.77499961 L10.5375004,7.47500043 Z M4.50000002,6.12500003 C4.50000002,6.33500003 4.66500002,6.50000003 4.87500002,6.50000003 L9.41250044,6.50000003 C9.62250044,6.50000003 9.78750044,6.33500003 9.78750044,6.12500003 L9.78750044,1.62500001 C9.78750044,1.41500001 9.62250044,1.25000001 9.41250044,1.25000001 L4.87500002,1.25000001 C4.66500002,1.25000001 4.50000002,1.41500001 4.50000002,1.62500001 L4.50000002,6.12500003 Z'/%3E%3Cpath d='M6.35250003,8.84749984 C7.80000023,8.84749984 8.97750004,10.0249996 8.97750004,11.4724998 C8.97750004,12.9199982 7.80000023,14.0974999 6.35250003,14.0974999 C4.90499982,14.0974999 3.72750002,12.9199982 3.72750002,11.4724998 C3.72750002,10.0249996 4.90499972,8.84749984 6.35250003,8.84749984 Z M6.35250003,12.9125005 C7.17749983,12.9125005 7.85250003,12.2374994 7.85250003,11.4125004 C7.85250003,10.5874996 7.17749983,9.91250044 6.35250003,9.91250044 C5.52750022,9.91250044 4.85250002,10.5874996 4.85250002,11.4125004 C4.85250002,12.2450009 5.52000052,12.9125005 6.35250003,12.9125005 Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type.express_train, #route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type.strain {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%232D327D' d='M22.5000001,0 L1.50000001,0 C0.675000003,0 0,0.675000003 0,1.50000001 L0,22.5000001 C0,23.3250009 0.675000003,24.0000001 1.50000001,24.0000001 L22.5000001,24.0000001 C23.3250009,24.0000001 24.0000001,23.3250009 24.0000001,22.5000001 L24.0000001,1.50000001 C24.0000001,0.675000003 23.3250009,0 22.5000001,0 Z'/%3E%3Cg fill='%23FFF' transform='translate(2 2)'%3E%3Cpath d='M1.28500031,16.8624993 C1.075,16.8624993 0.910000304,16.6974984 0.910000304,16.4874993 C0.910000304,16.4724999 0.910000304,16.4500008 0.917500004,16.4349995 L1.24000021,14.1999989 L5.13250062,14.1999989 L5.13250062,16.8624993 L1.28500031,16.8624993 Z'/%3E%3Cpath fill-rule='nonzero' d='M10.3674994,6.18999963 L19.0000001,6.18999963 L19.0000001,5.50000002 L11.9499998,5.50000002 L14.1625005,4.00000002 L10,1.63750001 L5.86000012,4.00000002 L5.83750012,4.00000002 L8.05000023,5.50000002 L3.45249991,5.50000002 C2.88999991,5.50000002 2.41749961,5.91249992 2.34249981,6.46749973 L1.33749941,13.4875003 L19.0000001,13.4875003 L19.0000001,9.77499964 L10.3674994,9.77499964 C10.165,9.77499964 10,9.61000064 10,9.40750034 C10,9.20500094 10.165,9.04000094 10.3674994,9.04000094 L19.0000001,9.04000094 L19.0000001,8.35000043 L10.3674994,8.35000043 C10.165,8.35000043 10,8.18500043 10,7.98250013 C10,7.78000073 10.165,7.61500073 10.3674994,7.61500073 L19.0000001,7.61500073 L19.0000001,6.92500023 L10.3674994,6.92500023 C10.165,6.92500023 10,6.76000023 10,6.55750083 C10,6.35499953 10.165,6.18999963 10.3674994,6.18999963 Z M5.34999992,9.39999964 C5.34999992,9.61000064 5.18500042,9.77499964 4.97499992,9.77499964 L3.01749991,9.77499964 C2.80749991,9.77499964 2.64249991,9.61000064 2.64249991,9.39999964 C2.64249991,9.38500024 2.64249991,9.36250024 2.65000011,9.34749984 L3.05500031,6.51249983 C3.08500001,6.32499983 3.24250031,6.18999963 3.42250011,6.18999963 L4.97499992,6.18999963 C5.18500042,6.18999963 5.34999992,6.35499963 5.34999992,6.56499963 L5.34999992,9.39999964 Z M9.31749924,5.50000002 L7.19499973,4.06000042 L10,2.45499991 L12.8125001,4.05249972 L10.6825008,5.50000002 L9.31749924,5.50000002 Z'/%3E%3Cpath d='M14.2075006 16.0224992C14.2075006 14.9649984 13.3525011 14.1099988 12.2950002 14.1099988 11.2374992 14.1099988 10.3825007 14.9649983 10.3825007 16.0224992 10.3825007 17.0800001 11.2375002 17.9349996 12.2950002 17.9349996 13.3525001 17.9349996 14.2075006 17.08 14.2075006 16.0224992zM9.69999984 16.0224992C9.69999984 14.9649984 8.84500034 14.1099988 7.78750043 14.1099988 6.73000053 14.1099988 5.87500002 14.9649983 5.87500002 16.0224992 5.87500002 17.0800001 6.72999953 17.9349996 7.78750043 17.9349996 8.84500134 17.9349996 9.69999984 17.08 9.69999984 16.0224992z'/%3E%3Cpolygon points='1 1 1 1.375 19 1.375 19 1'/%3E%3Cpolygon points='19 19 19 18.288 1 18.288 1 19'/%3E%3Cpolygon points='19 14.313 19 14.2 14.875 14.2 14.875 16.862 19 16.862'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type.tram {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='%232D327D' d='M22.5,0h-21C0.7,0,0,0.7,0,1.5v21C0,23.3,0.7,24,1.5,24h21c0.8,0,1.5-0.7,1.5-1.5v-21C24,0.7,23.3,0,22.5,0z' /%3E%3Cg transform='translate(3 7)'%3E%3Cpath fill='%23FFFFFF' d='M7.2-2.4C7.1-2.6,7.1-2.8,7.2-3c0.2-0.2,0.4-0.2,0.6,0l4.4,4.4h3.5c0.6,0,1.2,0.4,1.4,1l2.1,7 c0,0.1,0,0.1,0,0.2v3.1c0,0.2-0.2,0.4-0.4,0.4H-1.1v-5H3c0.2,0,0.4-0.2,0.4-0.4V2.6c0-0.2-0.2-0.4-0.4-0.4h0h-4.1V1.4H11L7.2-2.4z M14.9,9.4c0,0.2,0.2,0.4,0.4,0.4h2.5c0.2,0,0.4-0.2,0.4-0.4c0,0,0,0,0,0c0,0,0-0.1,0-0.1l-2-6.7c-0.1-0.3-0.3-0.5-0.6-0.5h0 c-0.4,0-0.6,0.3-0.6,0.6V9.4z M12.9,9.2c0,0.4,0.2,0.7,0.6,0.7c0.4,0,0.7-0.2,0.7-0.6c0,0,0-0.1,0-0.1V2.7c0-0.4-0.3-0.6-0.6-0.6 s-0.6,0.3-0.6,0.6C12.9,2.7,12.9,9.2,12.9,9.2z M10.1,2.6c0-0.2-0.2-0.4-0.4-0.4H4.6c-0.2,0-0.4,0.2-0.4,0.4v0v5.1 c0,0.2,0.2,0.4,0.4,0.4h5.1c0.2,0,0.4-0.2,0.4-0.4L10.1,2.6z M10.8,2.7v6.5c0,0.4,0.3,0.6,0.7,0.6c0.3,0,0.6-0.3,0.6-0.6V2.7 c0-0.4-0.3-0.6-0.6-0.6S10.8,2.4,10.8,2.7z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type.ship {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='%232D327D' d='M22.5,0h-21C0.7,0,0,0.7,0,1.5v21C0,23.3,0.7,24,1.5,24h21c0.8,0,1.5-0.7,1.5-1.5v-21C24,0.7,23.3,0,22.5,0z'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M4.1,7.5V5.9c0-0.3,0.1-0.4,0.4-0.4h2.2c0.3,0,0.4,0.1,0.4,0.4l0.3,1.7v0.1C7.4,8,7.3,8.1,7,8.1H4.5 C4.3,8,4.1,7.7,4.1,7.5z M4.1,12.4v-1.7c0-0.3,0.1-0.4,0.4-0.4H7c0.3,0,0.4,0.1,0.4,0.4v1.7c0,0.3-0.1,0.4-0.4,0.4H4.5 C4.3,12.8,4.1,12.6,4.1,12.4z M8.2,12.4v-1.7c0-0.3,0.1-0.4,0.4-0.4h2.1c0.3,0,0.4,0.1,0.4,0.4l0.3,1.7v0.1c0,0.3-0.1,0.4-0.4,0.4 H8.6C8.3,12.8,8.2,12.6,8.2,12.4z M3,5.5c0.3,0,0.4,0.1,0.4,0.4v1.7C3.4,7.8,3.2,8,3,8H2.2v2.5H3c0.3,0,0.4,0.1,0.4,0.4v1.7 c0,0.3-0.1,0.4-0.4,0.4H2.2v4.9c0.4,0,0.8,0,1.2-0.1l2.7-0.5c0.3,0,0.6,0,0.9-0.1c0.3,0,0.6,0,0.9,0.1l2.7,0.5 c0.4,0.1,0.8,0.1,1.2,0.1c0.4,0,0.8,0,1.2-0.1l2.9-0.6c0.3,0,0.6,0,0.9-0.1c0.3,0,0.6,0,0.9,0.1l1.7,0.4l2.5-4.7h-9.6l-0.4-2.5h1.4 V8H8.2L7.8,5.5h0.5c0.3,0,0.4-0.1,0.4-0.4S8.6,4.7,8.3,4.7H2.2v0.8H3z'/%3E%3Cpath fill='%23FFFFFF' d='M6.2,17.8h1.6l2.9,0.5c0.4,0.1,0.9,0.1,1.3,0.1c0.5,0,0.9,0,1.3-0.1l2.7-0.5h1.6l2.7,0.5 c0.4,0.1,0.9,0.1,1.3,0.1v0.8c-0.5,0-1,0-1.6-0.1l-2.5-0.5h-1.3l-2.7,0.5c-0.5,0.1-1,0.1-1.6,0.1s-1,0-1.6-0.1l-2.6-0.5H6.5 l-2.7,0.5c-0.5,0.1-1,0.1-1.6,0.1v-0.8c0.5,0,0.9,0,1.3-0.1C3.5,18.4,6.2,17.8,6.2,17.8z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type.funicular {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='%232D327D' d='M22.5,0h-21C0.7,0,0,0.7,0,1.5v21C0,23.3,0.7,24,1.5,24h21c0.8,0,1.5-0.7,1.5-1.5v-21C24,0.7,23.3,0,22.5,0z'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M20.4,8.3v4.5c0,0.2-0.1,0.4-0.4,0.4h-2.7c-0.2,0-0.4-0.1-0.4-0.4V8.3c0-0.2,0.1-0.4,0.4-0.4H20 C20.2,7.9,20.4,8.2,20.4,8.3 M16,7.2v4.5c0,0.2-0.1,0.4-0.4,0.4h-2.9c-0.2,0-0.4-0.1-0.4-0.4V7.2c0-0.2,0.1-0.4,0.4-0.4h2.9 C15.8,6.9,16,7,16,7.2 M11.8,6.2v4.5c0,0.2-0.1,0.4-0.4,0.4h-3c0,0-0.2-0.2-0.2-0.4V6.2c0-0.2,0.1-0.4,0.4-0.4h2.7 C11.5,5.8,11.8,5.9,11.8,6.2 M7.5,5.1v4.5c0,0.2-0.1,0.4-0.4,0.4H4.3C4,10,4,9.9,4,9.6V5.1c0-0.2,0.1-0.4,0.4-0.4h2.7 C7.3,4.7,7.5,4.8,7.5,5.1 M20.6,17.1c0.2,0,0.4-0.1,0.4-0.4V8.1c0-0.4-0.2-0.7-0.6-0.8L4.1,3.1H3.8C3.4,3.1,3,3.4,3,3.9v8.6 c0,0.1,0.1,0.4,0.2,0.4L20.6,17.1C20.5,17.1,20.6,17.1,20.6,17.1 M3.1,15.7L21,20.2v0.7L3.1,16.4C3.1,16.4,3.1,15.7,3.1,15.7z M16.8,17.4c0,0.6-0.5,1.1-1.1,1.1s-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1S16.8,16.8,16.8,17.4 M19.6,18.1c0,0.6-0.5,1.1-1.1,1.1 c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1C19.1,17,19.6,17.5,19.6,18.1 M9.4,15.6c0,0.6-0.5,1.1-1.1,1.1s-1.1-0.5-1.1-1.1 c0-0.6,0.5-1.2,1.1-1.2S9.4,15,9.4,15.6 M6.7,14.9c0,0.6-0.5,1.1-1.1,1.1s-1.1-0.5-1.1-1.1s0.5-1.1,1.1-1.1S6.7,14.3,6.7,14.9'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type.cablecar {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='%232D327D' d='M22.5,0h-21C0.7,0,0,0.7,0,1.5v21C0,23.3,0.7,24,1.5,24h21c0.8,0,1.5-0.7,1.5-1.5v-21C24,0.7,23.3,0,22.5,0z'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M8.8,5.5l6.5-1.1c0.4,0,0.7-0.4,0.6-0.8c0-0.4-0.4-0.7-0.8-0.6c0,0,0,0-0.1,0L8.5,4.1C8.2,4.2,7.9,4.5,8,4.9 C8,5.3,8.4,5.5,8.8,5.5L8.8,5.5 M3,7.6l18-3.2V3.7L3,6.9V7.6L3,7.6z M20.2,16.2c0,0.2-0.2,0.4-0.4,0.4h-4.3c-0.2,0-0.4-0.2-0.4-0.4 c0,0,0,0,0,0v-3.7c0-0.2,0.2-0.4,0.4-0.4h4.3c0.2,0,0.4,0.2,0.4,0.4V16.2z M14.5,16.2c0,0.2-0.2,0.4-0.4,0.4H9.9 c-0.2,0-0.4-0.2-0.4-0.4v-3.7c0-0.2,0.2-0.4,0.4-0.4h4.3c0.2,0,0.4,0.2,0.4,0.4L14.5,16.2L14.5,16.2z M8.7,16.2 c0,0.2-0.2,0.4-0.4,0.4H4.1c-0.2,0-0.4-0.2-0.4-0.4l0,0v-3.7c0-0.2,0.2-0.4,0.4-0.4h4.3c0.2,0,0.4,0.2,0.4,0.4V16.2z M20.2,11.3 h-3.7l-2.8-5.2l-1,0.2l2.7,5.1H8.6l2.5-4.8L9.8,6.7l-2.4,4.6H3.8C3.3,11.3,3,11.6,3,12l0,0v8.3C3,20.7,3.3,21,3.8,21h16.5 c0.4,0,0.8-0.3,0.8-0.8V12C21,11.6,20.7,11.3,20.2,11.3z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
#route-offers #accordionRouteOffers.accordion .accordion-item .accordion-body .ride-type.walk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' d='M14.5,19.9997 L14.5,15.4997 L12.5,13.4997 L10.5,13.4997 L10.5,16.4997 L8.5,19.4997 M12.5,8.4997 L12.5,13.4997 L10.5,13.4997 L10.5,8.4997 M11.5,6.4997 C10.967,6.4997 10.5,6.0337 10.5,5.4997 C10.5,4.9667 10.967,4.4997 11.5,4.4997 C12.033,4.4997 12.5,4.9667 12.5,5.4997 C12.5,6.0337 12.033,6.4997 11.5,6.4997 Z M7.5,13.9997 L7.5,10.4997 L10.5,8.4997 L12.5,8.4997 L14.5,10.4997 L17,10.4997'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}

#auto-pricing-result {
  background: #F2F2F0;
  padding: 40px 20px 50px;
}
#auto-pricing-result table.prices {
  margin: 0;
}
#auto-pricing-result table.prices tr {
  border-bottom: 1px solid #282828;
}
#auto-pricing-result table.prices tr.key1, #auto-pricing-result table.prices tr.key2 {
  background-color: transparent;
}
#auto-pricing-result table.prices tr.key3, #auto-pricing-result table.prices tr.key4 {
  background-color: transparent;
}
#auto-pricing-result table.prices tr.key5, #auto-pricing-result table.prices tr.key6 {
  background-color: transparent;
}
#auto-pricing-result table.prices tr.key2, #auto-pricing-result table.prices tr.key4 {
  border-bottom: 1px solid #3C3C3C;
}
#auto-pricing-result table.prices tr.firstheader > th {
  padding-bottom: 0;
  padding-top: 0;
}
#auto-pricing-result table.prices tr.secondheader > th {
  padding-top: 0;
}
#auto-pricing-result table.prices th, #auto-pricing-result table.prices td {
  padding: 10px 16px 10px 10px;
}
#auto-pricing-result table.prices th:first-child, #auto-pricing-result table.prices td:first-child {
  padding: 10px 16px 10px 0;
}
#auto-pricing-result table.prices th.selected, #auto-pricing-result table.prices td.selected {
  background: transparent;
}
@media screen and (min-width: 768px) {
  #auto-pricing-result table.prices th.border-right, #auto-pricing-result table.prices td.border-right {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  #auto-pricing-result table.prices th.border-right-dotted, #auto-pricing-result table.prices td.border-right-dotted {
    border-right: none;
  }
}
#auto-pricing-result table.prices th p, #auto-pricing-result table.prices th .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header #auto-pricing-result table.prices th button, #auto-pricing-result table.prices th .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body #auto-pricing-result table.prices th li, #auto-pricing-result table.prices th .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item #auto-pricing-result table.prices th .accordion-body, #auto-pricing-result table.prices th .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos #auto-pricing-result table.prices th .accordion-item, #auto-pricing-result table.prices th .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview #auto-pricing-result table.prices th td {
  color: #3C3C3C;
}
#auto-pricing-result table.prices td[scope=row] {
  font-family: inherit;
}

.offer-fieldset {
  margin-top: 24px;
}

.alert-grey {
  background: #F2F2F0;
  color: #3C3C3C;
}

.alert.alert-basket p, .alert.alert-basket .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.alert-basket button, .alert.alert-basket .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.alert-basket li, .alert.alert-basket .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.alert-basket .accordion-body, .alert.alert-basket .tx-twwc-ticketshop #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.alert-basket .accordion-item, .alert.alert-basket .tx-twwc-ticketshop .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.alert-basket td {
  color: white !important;
}

/* Member-Area*/
.content-memberarea .topnav a {
  text-decoration: none;
  font-family: "CircularGraubuendenWeb", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #282828;
  padding: 0 4px;
  padding-bottom: 16px;
  margin-right: 48px;
  border-bottom: 1px solid transparent;
}
.content-memberarea .topnav a:last-child {
  margin-right: 0;
}
.content-memberarea .topnav a svg {
  margin-right: 6px;
  fill: #282828;
}
.content-memberarea .topnav a.current, .content-memberarea .topnav a:hover {
  color: #C60219;
  border-bottom: 1px solid #C60219;
}
.content-memberarea .topnav a.current svg, .content-memberarea .topnav a:hover svg {
  fill: #C60219;
}
@media screen and (max-width: 767px) {
  .content-memberarea .topnav a {
    display: block;
    border-bottom: 1px solid #282828;
    margin-right: 0;
    padding: 8px 4px;
  }
  .content-memberarea .topnav a.current, .content-memberarea .topnav a:hover {
    border-bottom: 1px solid #C60219;
  }
}
.content-memberarea select.filter {
  background-color: #F2F2F0;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='23' viewBox='0 0 27 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.4375 1.02087L15.6875 11.2292V21.4375H11.3125V11.2292L2.5625 1.02087H24.4375Z' stroke='%23C60219' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #C60219;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-weight: 450;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 10px 10px 10px;
  width: 286px;
}
.content-memberarea .status {
  color: white;
}
.content-memberarea .status.valid {
  background: #198754;
}
.content-memberarea .status.invalid {
  background: #dc3545;
}
.content-memberarea .status.warning {
  background: #ffbf00;
  color: #2a3133;
}

.show-other-user, .buy-for-me {
  display: none;
}
.show-other-user.show, .buy-for-me.show {
  display: block;
}

.my-cards .boxes {
  border-radius: 20px;
}
.my-cards .boxes.preferred {
  background: #E0DFD9;
}
.my-cards .boxes .delete-payment-method:before {
  content: none;
}
.my-cards .panel-heading, .my-cards .panel-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid rgb(255, 255, 255);
}
.my-cards .panel-heading .card-name img {
  margin-right: 12px;
}
.my-cards .panel-body .cardnumber {
  font-size: 1.5rem;
}

#paymentForm {
  margin-bottom: 48px;
}

.paymentform {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .paymentform {
    padding: 32px 0;
  }
}
.paymentform .my-cards .boxes {
  padding: 1rem 1rem;
}
.paymentform .my-cards .panel-heading, .paymentform .my-cards .panel-body {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.paymentform .my-cards .panel-body .cardnumber {
  font-size: 1.15rem;
}
.paymentform .paymentmethods {
  margin-bottom: 48px;
}
.paymentform .paymentmethods strong {
  margin: 0;
}
@media (max-width: 991.98px) {
  .paymentform .paymentmethods {
    margin-bottom: 15px;
    text-align: left;
  }
}
.paymentform button {
  margin-left: 40px;
}
@media (max-width: 991.98px) {
  .paymentform button {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }
}
.paymentform strong {
  margin-left: 10px;
}
/* Buttons */
.btn-primary {
  color: #fff !important;
  background-color: #C60219;
  border-color: #C60219;
  text-align: left;
  font-family: "CircularGraubuendenWeb", sans-serif;
  font-size: 16px;
  line-height: calc(44px - 1rem);
  letter-spacing: 0.75px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  min-height: 44px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.btn-primary:after {
  content: none;
}
.btn-primary:disabled, .btn-primary.grey {
  background: #C0BFB2;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #C60219;
  border-color: #C60219;
}

.btn-large {
  width: 350px;
}

.btn-xs {
  font-size: 0.6rem;
  padding: 5px 10px;
}

button.readMore {
  padding: 0;
  border: none;
  background: transparent;
}
button.no-style {
  border: none;
  background: transparent;
}

/* Link */
a.remove-coupon {
  text-decoration: none !important;
  margin-right: 6px;
}

.remove-person {
  cursor: pointer;
}
.remove-person svg {
  fill: #C60219;
}

.more-abos {
  display: block;
  font-size: 0.8888888889rem;
  line-height: 1.2444444444rem;
  font-weight: 700;
  text-decoration: none;
}
.more-abos .icon {
  margin-left: 15.5px;
  color: #C60219;
}

.navMobile .nav-button {
  width: 100%;
  max-width: 368px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.77rem;
  line-height: 0.94rem;
  letter-spacing: 0.04em;
  padding: 0.8rem 1rem 0.7rem;
}
.navMobile .nav-button:after {
  content: " ";
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.94595 14.86458'%3e%3cpolygon fill='%23fff' points='24.797 14.167 23.381 12.755 27.701 8.425 0.421 8.425 0.421 6.425 27.697 6.425 23.382 2.112 24.796 0.698 31.525 7.424 24.797 14.167'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 12px;
  margin-left: 15px;
  margin-top: 1px;
}

.shop-button.modify {
  background: #C60219;
  border: none;
  color: rgb(255, 255, 255);
  padding: 0 10px;
  line-height: 50px;
}

/* FOOTER */
footer #languageSwitch .form-switch .languageSwitchLabel {
  padding: 0;
}
footer #languageSwitch .form-switch .languageSwitchLabel:before {
  content: none;
}

/* Member-Login */
#topNavbar .btnTop.btnUser {
  margin-right: 30px;
}
#topNavbar .btnTop.btnUser a {
  padding-right: 10px;
  padding-left: 43px;
  font-weight: 400;
  display: block;
}
#topNavbar .btnTop.btnUser a .svgIcon {
  left: 10px;
  top: 2px;
}

#topNavbarMobile .mobileButton a {
  position: relative;
}
#topNavbarMobile .nav-user__flyout {
  top: 56px;
  left: 20px;
  right: inherit;
}
#topNavbarMobile .nav-user__flyout h3 {
  font-size: 1rem;
  white-space: nowrap;
}
#topNavbarMobile .nav-user__flyout .link-primary {
  color: #3C3C3C;
  font-weight: 400;
}
#topNavbarMobile .nav-user__flyout .link-primary:hover, #topNavbarMobile .nav-user__flyout .link-primary:focus {
  color: #C60219;
}

.mobileBtn-more {
  padding-top: 27px !important;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0.9rem;
  text-align: left;
}

.js-nav-user {
  position: relative;
}
.js-nav-user.on {
  background: #F2F2F0;
  border-radius: 5px;
}
.js-nav-user .js-nav-user__trigger {
  position: relative;
}
.js-nav-user .nav-user__flyout {
  position: absolute;
  z-index: 10000;
  padding: 16px;
  background: #F2F2F0;
  border-radius: 5px;
  right: 0;
  top: 40px;
  display: none;
  width: auto;
}
.js-nav-user .nav-user__flyout h3 {
  font-weight: 400;
}
.js-nav-user .nav-user__flyout a.link-primary {
  display: block;
  padding-left: 30px !important;
}
.js-nav-user .nav-user__flyout a.link-primary.account, .js-nav-user .nav-user__flyout a.link-primary.logout {
  padding-top: 3px;
  padding-bottom: 3px;
}
.js-nav-user .nav-user__flyout a.link-primary.account:before, .js-nav-user .nav-user__flyout a.link-primary.logout:before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath d='M4.3,18.8c1.3-0.9,2.5-1.6,3.8-2c1.2-0.5,2.6-0.7,4-0.7s2.8,0.2,4,0.7c1.3,0.5,2.5,1.1,3.8,2c0.9-1.1,1.5-2.2,1.9-3.3 s0.6-2.3,0.6-3.5c0-2.9-1-5.3-2.9-7.3S14.9,1.8,12,1.8s-5.3,1-7.3,2.9S1.8,9.1,1.8,12c0,1.2,0.2,2.4,0.6,3.5S3.4,17.7,4.3,18.8z M12,12.9c-1.2,0-2.1-0.4-2.9-1.2c-0.8-0.8-1.2-1.8-1.2-2.9c0-1.2,0.4-2.1,1.2-2.9c0.8-0.8,1.8-1.2,2.9-1.2c1.2,0,2.1,0.4,2.9,1.2 c0.8,0.8,1.2,1.8,1.2,2.9s-0.4,2.1-1.2,2.9C14.1,12.5,13.2,12.9,12,12.9z M12,24c-1.6,0-3.2-0.3-4.7-0.9c-1.5-0.6-2.7-1.5-3.8-2.6 c-1.1-1.1-2-2.4-2.6-3.8C0.3,15.2,0,13.6,0,12s0.3-3.2,0.9-4.7s1.5-2.7,2.6-3.8s2.4-2,3.8-2.6S10.4,0,12,0s3.2,0.3,4.7,0.9 c1.4,0.6,2.7,1.5,3.8,2.6c1.1,1.1,1.9,2.4,2.6,3.8c0.6,1.5,0.9,3,0.9,4.6s-0.3,3.2-0.9,4.7c-0.6,1.5-1.5,2.7-2.6,3.8 c-1.1,1.1-2.4,1.9-3.8,2.6C15.2,23.7,13.7,24,12,24z M12,22.2c1.1,0,2.2-0.2,3.2-0.5c1-0.3,2.1-0.9,3.1-1.7c-1-0.7-2.1-1.3-3.1-1.7 c-1.1-0.4-2.1-0.6-3.2-0.6S9.9,18,8.8,18.4c-1.1,0.4-2.1,0.9-3.1,1.7c1,0.8,2.1,1.4,3.1,1.7C9.8,22,10.9,22.2,12,22.2z M12,11.1 c0.7,0,1.2-0.2,1.7-0.6c0.4-0.4,0.6-1,0.6-1.7s-0.2-1.2-0.6-1.7s-1-0.6-1.7-0.6s-1.2,0.2-1.7,0.6s-0.6,1-0.6,1.7s0.2,1.2,0.6,1.7 C10.8,10.9,11.3,11.1,12,11.1z'/%3E%3C/svg%3E");
  left: 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.js-nav-user .nav-user__flyout a.link-primary.logout:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath d='M17.8,17.1c-0.2-0.2-0.3-0.4-0.3-0.7s0.1-0.5,0.3-0.7l2.7-2.7H9.7c-0.3,0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.4-0.3-0.7 c0-0.3,0.1-0.5,0.3-0.7C9.1,11.1,9.4,11,9.7,11h10.8l-2.7-2.7c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.3,0.1-0.5,0.3-0.7 c0.2-0.2,0.4-0.3,0.7-0.3c0.3,0,0.5,0.1,0.7,0.3l4.5,4.4c0.1,0.1,0.2,0.2,0.2,0.3c0,0.1,0.1,0.2,0.1,0.4c0,0.1,0,0.3-0.1,0.4 c0,0.1-0.1,0.2-0.2,0.3l-4.5,4.4c-0.2,0.2-0.4,0.3-0.7,0.3C18.2,17.4,18,17.3,17.8,17.1z M2,24c-0.5,0-1-0.2-1.4-0.6S0,22.5,0,22V2 c0-0.5,0.2-1,0.6-1.4S1.5,0,2,0h8.8c0.3,0,0.5,0.1,0.7,0.3c0.2,0.2,0.3,0.4,0.3,0.7c0,0.3-0.1,0.5-0.3,0.7S11.2,2,10.9,2H2v20h8.8 c0.3,0,0.5,0.1,0.7,0.3c0.2,0.2,0.3,0.4,0.3,0.7c0,0.3-0.1,0.5-0.3,0.7c-0.2,0.2-0.4,0.3-0.7,0.3H2z'/%3E%3C/svg%3E");
}
.js-nav-user .nav-user__flyout.state-nav-user--active {
  display: block;
}
.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial {
  display: none;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 991.99px) {
  .js-nav-user .label.nav-user__trigger--initial,
  .js-nav-user .label.nav-user__trigger--loggedin {
    display: none;
  }
}

/* flatpickr */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #C60219;
  border-color: #C60219;
}

/* Spacing */
.ms-5rem {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .ms-5rem {
    margin-top: 2rem !important;
  }
}

.me-5rem {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 767px) {
  .me-5rem {
    margin-bottom: 2rem !important;
  }
}

.my-5rem {
  margin-top: 4rem !important;
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 767px) {
  .my-5rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 30px !important;
}

/* width */
.w-250 {
  width: 250px;
}

.lh-50 {
  line-height: 50px;
}

.mb-3.row {
  margin-top: calc(var(--bs-gutter-y) * -1) !important;
  margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-bottom: 0.8888888889rem !important;
}
@media (min-width: 768px) {
  .mb-3.row {
    margin-bottom: 1rem !important;
  }
}

.tx-twwc-ticketshop .alert {
  background: none;
  color: #C60219;
  padding: 0;
}
.tx-twwc-ticketshop .alert.bg-orange {
  background: #ff6600;
  color: rgb(255, 255, 255);
  padding: 1rem;
}
.tx-twwc-ticketshop .alert a {
  color: #C60219;
  border-bottom: 2px solid #C60219;
}
.tx-twwc-ticketshop .alert a.hover {
  text-decoration: none;
}
.tx-twwc-ticketshop .alert.swisspass-alert-warning {
  background-color: transparent;
  border-color: transparent;
  color: #C60219;
}
.tx-twwc-ticketshop .alert.swisspass-alert-warning p, .tx-twwc-ticketshop .alert.swisspass-alert-warning #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.swisspass-alert-warning button, .tx-twwc-ticketshop .alert.swisspass-alert-warning #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.swisspass-alert-warning li, .tx-twwc-ticketshop .alert.swisspass-alert-warning #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.swisspass-alert-warning .accordion-body, .tx-twwc-ticketshop .alert.swisspass-alert-warning #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.swisspass-alert-warning .accordion-item, .tx-twwc-ticketshop .alert.swisspass-alert-warning .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.swisspass-alert-warning td {
  color: #C60219;
}
.tx-twwc-ticketshop .alert.swisspass-alert-warning strong {
  color: #C60219;
}
.tx-twwc-ticketshop .alert.payment-info {
  background-color: transparent;
  border-color: transparent;
  color: #3C3C3C;
}
.tx-twwc-ticketshop .alert.payment-info p, .tx-twwc-ticketshop .alert.payment-info #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.payment-info button, .tx-twwc-ticketshop .alert.payment-info #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.payment-info li, .tx-twwc-ticketshop .alert.payment-info #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.payment-info .accordion-body, .tx-twwc-ticketshop .alert.payment-info #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.payment-info .accordion-item, .tx-twwc-ticketshop .alert.payment-info .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.payment-info td, .tx-twwc-ticketshop .alert.payment-info strong, .tx-twwc-ticketshop .alert.payment-info a {
  color: #3C3C3C;
}
.tx-twwc-ticketshop .alert.payment-info a {
  border-bottom: 2px solid #3C3C3C;
}
.tx-twwc-ticketshop .alert.alert-basket p, .tx-twwc-ticketshop .alert.alert-basket #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.alert-basket button, .tx-twwc-ticketshop .alert.alert-basket #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.alert-basket li, .tx-twwc-ticketshop .alert.alert-basket #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.alert-basket .accordion-body, .tx-twwc-ticketshop .alert.alert-basket #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.alert-basket .accordion-item, .tx-twwc-ticketshop .alert.alert-basket .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.alert-basket td {
  color: #3C3C3C;
}
.tx-twwc-ticketshop .alert.basket-alert-success {
  background-color: transparent;
  border-color: transparent;
}
.tx-twwc-ticketshop .alert.basket-alert-success p, .tx-twwc-ticketshop .alert.basket-alert-success #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.basket-alert-success button, .tx-twwc-ticketshop .alert.basket-alert-success #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.basket-alert-success li, .tx-twwc-ticketshop .alert.basket-alert-success #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.basket-alert-success .accordion-body, .tx-twwc-ticketshop .alert.basket-alert-success #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.basket-alert-success .accordion-item, .tx-twwc-ticketshop .alert.basket-alert-success .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.basket-alert-success td, .tx-twwc-ticketshop .alert.basket-alert-success strong, .tx-twwc-ticketshop .alert.basket-alert-success a {
  color: #4aa629;
}
.tx-twwc-ticketshop .alert.basket-alert-success a {
  border-bottom: 2px solid #4aa629;
}
.tx-twwc-ticketshop .alert.basket-alert-warning {
  background-color: transparent;
  border-color: transparent;
}
.tx-twwc-ticketshop .alert.basket-alert-warning p, .tx-twwc-ticketshop .alert.basket-alert-warning #swisspassAbos .accordion-item .accordion-header button, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header .alert.basket-alert-warning button, .tx-twwc-ticketshop .alert.basket-alert-warning #swisspassAbos .accordion-item .accordion-body li, .tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body .alert.basket-alert-warning li, .tx-twwc-ticketshop .alert.basket-alert-warning #swisspassAbos .accordion-item .accordion-body, .tx-twwc-ticketshop #swisspassAbos .accordion-item .alert.basket-alert-warning .accordion-body, .tx-twwc-ticketshop .alert.basket-alert-warning #swisspassAbos .accordion-item, .tx-twwc-ticketshop #swisspassAbos .alert.basket-alert-warning .accordion-item, .tx-twwc-ticketshop .alert.basket-alert-warning .payment-address-overview td, .tx-twwc-ticketshop .payment-address-overview .alert.basket-alert-warning td, .tx-twwc-ticketshop .alert.basket-alert-warning strong, .tx-twwc-ticketshop .alert.basket-alert-warning a {
  color: #f1d168;
}
.tx-twwc-ticketshop .alert.basket-alert-warning a {
  border-bottom: 2px solid #f1d168;
}
.tx-twwc-ticketshop #swisspassAbos {
  background: none;
  padding-top: 4px;
}
.tx-twwc-ticketshop #swisspassAbos .accordion-item {
  padding: 0;
  background: none !important;
}
.tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-body li {
  margin-bottom: 0;
  color: #C60219 !important;
}
.tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button {
  padding: 0;
  font-weight: 700 !important;
}
.tx-twwc-ticketshop #swisspassAbos .accordion-item .accordion-header button:after {
  top: 2px;
}
.tx-twwc-ticketshop .basket-errors {
  margin-bottom: 25px;
}

.status {
  color: #3C3C3C;
}
.status.text-warning {
  color: #f1d168;
}
.status.text-valid {
  color: #4aa629;
}
.status.text-invalid {
  color: #C60219;
}

.mobileBtn-abofinder {
  background-color: #F2F2F0 !important;
  border-color: #F2F2F0 !important;
  color: #C60219 !important;
  padding-top: 27px !important;
  padding-bottom: 25px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  line-height: 0.9rem !important;
  text-align: left !important;
}
.mobileBtn-abofinder:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.94595 14.86458'%3E%3Cpolygon fill='%23C60219' points='24.797 14.167 23.381 12.755 27.701 8.425 0.421 8.425 0.421 6.425 27.697 6.425 23.382 2.112 24.796 0.698 31.525 7.424 24.797 14.167'/%3E%3C/svg%3E") !important;
}
.mobileBtn-abofinder:hover {
  color: #fff !important;
  background-color: #a80215 !important;
  border-color: #9e0214 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mobileBtn-abofinder:hover:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.94595 14.86458'%3E%3Cpolygon fill='%23FFFFFF' points='24.797 14.167 23.381 12.755 27.701 8.425 0.421 8.425 0.421 6.425 27.697 6.425 23.382 2.112 24.796 0.698 31.525 7.424 24.797 14.167'/%3E%3C/svg%3E") !important;
}

.mobileBtn-more {
  padding-top: 27px !important;
  padding-bottom: 25px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  line-height: 0.9rem !important;
  text-align: left !important;
}

div.cky-consent-container input[type=checkbox] {
  display: inherit !important;
}

.mainSearchForm .form-floating > .form-control,
.mainSearchForm .form-floating > .form-control:focus,
.mainSearchForm .form-floating > .form-select:focus {
  border-bottom: none;
}
/*# sourceMappingURL=gr-invia-2024.css.map */