﻿@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url("../../../../Content/Fonts/Roboto-Regular.woff2") format("woff2"), url("../../../../Content/Fonts/Roboto-Regular.woff") format("woff"), url("../../../../Content/Fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  src: url("../../../../Content/Fonts/Roboto-Italic.woff2") format("woff2"), url("../../../../Content/Fonts/Roboto-Italic.woff") format("woff"), url("../../../../Content/Fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url("../../../../Content/Fonts/Roboto-Medium.woff2") format("woff2"), url("../../../../Content/Fonts/Roboto-Medium.woff") format("woff"), url("../../../../Content/Fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: italic;
  src: url("../../../../Content/Fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../../../../Content/Fonts/Roboto-MediumItalic.woff") format("woff"), url("../../../../Content/Fonts/Roboto-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: Trade Gothic;
  font-weight: 400;
  src: url("../../../../Content/Fonts/TradeGothicLTStd.woff2") format("woff2"), url("../../../../Content/Fonts/TradeGothicLTStd.woff") format("woff"), url("../../../../Content/Fonts/TradeGothicLTStd.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  fill: #000000;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact;
}
@media print, screen and (max-width: 924px) {
  body {
    padding-top: 83px;
  }
}

@media print {
  body {
    font-family: "Trade Gothic";
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

body .react-tooltip,
body .tooltip {
  background: rgb(253.46, 246.32, 237.15);
  color: #000000;
  max-width: calc(100% - 40px);
  border-radius: 2px;
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  pointer-events: none;
  z-index: 999;
  font-size: 1em;
}

body .tooltip.white {
  background-color: #fff;
}

body .tooltip-message {
  display: flex;
  justify-content: center;
}

body .react-tooltip[data-place=top] {
  margin-bottom: 20px;
}

body .react-tooltip[data-place=bottom] {
  margin-top: 20px;
}

body .react-tooltip[data-place=right] {
  margin-left: 20px;
}

body .react-tooltip[data-place=left] {
  margin-right: 20px;
}

.link-no-border {
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  font-weight: 530;
  color: inherit;
  font-size: 18px;
}

a:not([class]) {
  margin: 0;
  padding: 0;
  outline: 0;
  border-bottom: 2px solid #675c53;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  fill: #675c53;
  transition: color 0.15s, border-color 0.15s, fill 0.15s;
}
.theme--accent a:not([class]), .theme--accent-dark a:not([class]) {
  color: inherit;
  fill: inherit;
  border-color: #fff;
}
a:not([class]):not(button):active, a:not([class]):not(button):focus-visible, a:not([class]):enabled:active, a:not([class]):enabled:focus-visible {
  color: #675c53;
  fill: #675c53;
}
.theme--accent a:not([class]):not(button):active, .theme--accent-dark a:not([class]):not(button):active, .theme--accent a:not([class]):not(button):focus-visible, .theme--accent-dark a:not([class]):not(button):focus-visible, .theme--accent a:not([class]):enabled:active, .theme--accent-dark a:not([class]):enabled:active, .theme--accent a:not([class]):enabled:focus-visible, .theme--accent-dark a:not([class]):enabled:focus-visible {
  color: inherit;
  fill: inherit;
}
@media (hover: hover) {
  a:not([class]):not(button):hover, a:not([class]):enabled:hover {
    color: #675c53;
    fill: #675c53;
  }
  .theme--accent a:not([class]):not(button):hover, .theme--accent-dark a:not([class]):not(button):hover, .theme--accent a:not([class]):enabled:hover, .theme--accent-dark a:not([class]):enabled:hover {
    color: inherit;
    fill: inherit;
  }
}

b {
  font-weight: 500;
}

.icon--loading-dark {
  animation: loading-icon 2s infinite linear forwards;
}
.icon--loading-light {
  animation: loading-icon 2s infinite linear forwards;
}
.icon--disruption {
  fill: #E20000;
}
.icon--fill {
  fill: #675c53;
}

.icon--arrow-left {
  width: 14px;
  height: 12px;
}

.icon--arrow-reverse {
  width: 20px;
  height: 28px;
}

.icon--arrow-right {
  width: 14px;
  height: 12px;
}

.icon--barcode {
  width: 32px;
  height: 32px;
}

.icon--blind {
  width: 16.3px;
  height: 19px;
}

.icon--publicstoptaxi {
  width: 22px;
  height: 22px;
}

.icon--bus {
  width: 25px;
  height: 25px;
}

.icon--bus-arriving {
  width: 70px;
  height: 15px;
}

.icon--bus-arriving-cancelled {
  width: 70px;
  height: 15px;
}

.icon--calendar {
  width: 20px;
  height: 20px;
}

.icon--calendarbig {
  width: 30px;
  height: 30px;
  margin: -3px 0 0 4px;
}

.icon--checkmark {
  fill: #e98300;
  margin: 0 5px;
  width: 16px;
  height: 12px;
}
.icon--checkmark-switch {
  margin: 6px 4px;
}
.icon--checkmark-text {
  color: #e98300;
  font-size: 15px;
}

.icon--chevron-down {
  width: 13px;
  height: 8px;
}

.icon--chevron-left {
  width: 7px;
  height: 11px;
}

.icon--chevron-right {
  width: 7px;
  height: 11px;
}

.icon--chevron-right-light {
  width: 56px;
  height: 56px;
  fill: #675c53;
}

.icon--chevron-big {
  width: 14px;
  height: 22px;
  margin-top: 4px;
}

.icon--chevron-up {
  width: 13px;
  height: 9px;
}

.icon--clock {
  width: 20px;
  height: 20px;
}

.icon--clockbig {
  width: 26px;
  height: 26px;
}

.icon--cross {
  width: 17px;
  height: 17px;
}

.icon--document {
  width: 21px;
  height: 26px;
}

.icon--facebook {
  width: 30px;
  height: 24px;
  margin-bottom: -4px;
}

.icon--tiktok {
  width: 20px;
  height: 20px;
  margin-bottom: -2px;
}

.icon--ferry {
  width: 30px;
  height: 30px;
}

.icon--instagram {
  width: 16px;
  height: 16px;
}

.icon--loading-dark {
  width: 20px;
  height: 20px;
}

.icon--loading-light {
  width: 20px;
  height: 20px;
}

.icon--location {
  margin: -5px 0 0 5px;
  width: 30px;
  height: 30px;
}

.icon--mail {
  width: 21px;
  height: 15px;
}

.icon--mand {
  width: 21px;
  height: 20px;
  display: block;
}

.icon--ov-chip {
  width: 32px;
  height: 32px;
}

.icon--pdf {
  width: 21px;
  height: 26px;
}

.icon--print {
  width: 22px;
  height: 18px;
}

.icon--rail {
  width: 25px;
  height: 25px;
}

.icon--search {
  width: 20px;
  height: 20px;
}

.icon--searchresult-transit-bus {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-busStation {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-combiMetroTram {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-combiTramBus {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-elevator {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-ferry {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-ferryPort {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-metro {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-metroStation {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-onstreetBus {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-onstreetTram {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-other {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-rail {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-railStation {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-tram {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-tramStation {
  width: 30px;
  height: 30px;
}

.icon--searchresult-transit-transitStation {
  width: 30px;
  height: 30px;
}

.icon--disruption {
  width: 28px;
  height: 24px;
}

.icon--subway {
  width: 23px;
  height: 31px;
}

.icon--ticket {
  margin: -3px 0 0 5px;
  width: 28px;
  height: 28px;
}

.icon--tram {
  width: 25px;
  height: 30px;
}

.icon--transfers {
  width: 14px;
  height: 14px;
}

.icon--twitter {
  width: 24px;
  height: 30px;
  padding: 6px 0 0 0;
}

.icon--user-account {
  width: 40px;
  height: 40px;
  margin-top: -8px;
  fill: #e98300;
}

.icon--user-account-td {
  width: 40px;
  height: 40px;
  margin-top: -8px;
  fill: #e98300;
}

.icon--user {
  width: 40px;
  height: 38px;
}

.icon--walk {
  width: 16px;
  height: 25px;
}

.icon--whatsapp {
  width: 20px;
  height: 20px;
}

.icon--wheelchair {
  width: 16px;
  height: 19px;
}

.icon--9292 {
  margin: 6px;
  width: 24px;
  height: 24px;
}

.icon--otp2 {
  margin: 6px;
  width: 24px;
  height: 24px;
}

.icon--greater {
  height: 18px;
  width: 18px;
  transform: rotate(90deg);
}

.icon--occupancy-null, .icon--occupancy-1, .icon--occupancy-2, .icon--occupancy-3 {
  width: 35px;
  height: 28px;
  vertical-align: text-bottom;
}

.icon--search {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.icon--shop {
  width: 25px;
  height: 25px;
  margin-top: -2px;
  display: block;
}

.icon--info {
  width: 24px;
  height: 24px;
}

@media only screen and (min-width: 925px) {
  .icon-on-mobile {
    display: none;
  }
}

@media print, screen and (max-width: 924px) {
  .icon-on-web {
    display: none;
  }
}

.margin-top-icon-user {
  margin-bottom: 7px;
}

@keyframes loading-icon {
  0% {
    stroke-dashoffset: 45;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -45;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hr,
hr:not([class]) {
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #E2E2E2;
}

.hr-account-popup {
  margin: 5px 0 15px;
}

.hr-mobile {
  margin: 20px 0 10px;
}

.hr-switch {
  margin: 10px 0;
}

button:not([class]) {
  appearance: none;
  position: relative;
  display: table;
  min-width: 0;
  max-width: 100%;
  margin: 20px 0;
  outline: 0;
  border-radius: 30px;
  border: 0;
  padding: 12px 30px;
  background: #675c53;
  line-height: inherit;
  font-family: inherit;
  font-weight: 500;
  color: #fff;
  fill: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s, background 0.15s, border-color 0.15s, fill 0.15s;
}
@media only screen and (min-width: 1024px) {
  button:not([class]):hover, button:not([class]):active, button:not([class]):focus {
    background: #000000;
  }
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
}

ul:not([class]) {
  margin: 0 0 26px;
  padding-left: 17px;
  list-style: none;
}
ul:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) ul {
  margin-bottom: 0;
}
ul:not([class]) li::before {
  content: ".";
  position: absolute;
  margin: -9px 0 0 -17px;
  color: #e98300;
  font-size: 32px;
}

ol:not([class]) {
  margin: 0 0 26px;
  padding-left: 17px;
  list-style: none;
  counter-reset: section;
}
ol:not([class]) ol {
  margin-bottom: 0;
}
ol:not([class]) li {
  counter-increment: section;
}
ol:not([class]) li::before {
  position: absolute;
  margin-left: -17px;
  color: #e98300;
}
ol:not([class]) > li::before {
  content: counter(section, decimal) ". ";
}
ol:not([class]) > li > ol > li::before {
  content: counter(section, lower-alpha) ". ";
}
ol:not([class]) > li > ol > li > ol > li::before {
  content: counter(section, decimal) ". ";
}
ol:not([class]) > li > ol > li > ol > li > ol > li::before {
  content: counter(section, lower-alpha) ". ";
}
ol:not([class]) > li > ol > li > ol > li > ol > li > ol > li::before {
  content: counter(section, decimal) ". ";
}
ol:not([class]) > li > ol > li > ol > li > ol > li > ol > li > ol > li::before {
  content: counter(section, lower-alpha) ". ";
}

h1:not([class]),
.h1 {
  margin: 26px 0 18px;
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  color: #e98300;
}
.theme--accent h1:not([class]), .theme--accent-dark h1:not([class]),
.theme--accent .h1,
.theme--accent-dark .h1 {
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  h1:not([class]),
  .h1 {
    font-size: 56px;
    line-height: 65px;
    margin: 26px 0;
  }
}

h2:not([class]),
.h2,
.timetable__route,
.timetable__line,
.stop-sub-header__title,
.stop-header__sub-title {
  margin: 26px 0 10px;
  font-size: 28px;
  line-height: 26px;
  font-weight: 500;
  color: #e98300;
}
.theme--accent h2:not([class]), .theme--accent-dark h2:not([class]),
.theme--accent .h2,
.theme--accent .timetable__route,
.theme--accent .timetable__line,
.theme--accent .stop-sub-header__title,
.theme--accent .stop-header__sub-title,
.theme--accent-dark .h2,
.theme--accent-dark .timetable__route,
.theme--accent-dark .timetable__line,
.theme--accent-dark .stop-sub-header__title,
.theme--accent-dark .stop-header__sub-title {
  color: #fff;
}
@media print, screen and (min-width: 321px) {
  h2:not([class]),
  .h2,
  .timetable__route,
  .timetable__line,
  .stop-sub-header__title,
  .stop-header__sub-title {
    margin: 26px 0 10px;
    font-size: 30px;
    line-height: 35px;
  }
}

.h2--search-result {
  margin-bottom: 36px;
}

h3:not([class]),
.h3,
.teaser-product__name,
.banner-cta__title {
  margin: 26px 0 6px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #e98300;
}
.theme--accent h3:not([class]), .theme--accent-dark h3:not([class]),
.theme--accent .h3,
.theme--accent .teaser-product__name,
.theme--accent .banner-cta__title,
.theme--accent-dark .h3,
.theme--accent-dark .teaser-product__name,
.theme--accent-dark .banner-cta__title {
  color: #fff;
}

.h3--search-result {
  margin-top: 0;
}
.h3--widget-title {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
}

h4:not([class]),
.h4 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
}

p:not([class]) {
  margin: 0 0 26px;
}

.title {
  width: 60%;
}

@media print, screen and (max-width: 924px) {
  .overflow-hidden-on-mobile {
    overflow: hidden;
  }
}

.btn, .travel-advices__nav-btn, .travel-advices__item-btn, .btn-inverted, .disruption-list__info-btn {
  appearance: none;
  position: relative;
  display: table;
  min-width: 0;
  max-width: 100%;
  margin: 20px 0;
  outline: 0;
  border-radius: 30px;
  border: 0;
  padding: 12px 30px;
  background: #675c53;
  line-height: inherit;
  font-family: inherit;
  font-weight: 500;
  color: #fff;
  fill: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s, background 0.15s, border-color 0.15s, fill 0.15s;
}
@media only screen and (min-width: 1024px) {
  .btn:hover, .travel-advices__nav-btn:hover, .travel-advices__item-btn:hover, .btn-inverted:hover, .disruption-list__info-btn:hover, .btn:active, .travel-advices__nav-btn:active, .travel-advices__item-btn:active, .btn-inverted:active, .disruption-list__info-btn:active, .btn:focus, .travel-advices__nav-btn:focus, .travel-advices__item-btn:focus, .btn-inverted:focus, .disruption-list__info-btn:focus {
    background: #000000;
  }
}
.btn--disabled {
  background: #F3F3F3;
  color: #8D8D8D;
  fill: #8D8D8D;
  cursor: auto;
  pointer-events: none;
}
.btn--disabled:hover, .btn--disabled:active, .btn--disabled:focus {
  background: #F3F3F3;
  color: #8D8D8D;
  fill: #8D8D8D;
}
.btn--link {
  background: #675c53 !important;
  color: #fff;
  fill: #fff;
}
.btn--link:active, .btn--link:focus-visible {
  background: #000000 !important;
}
@media (hover: hover) {
  .btn--link:hover {
    background: #000000 !important;
  }
}
.btn-inverted, .disruption-list__info-btn {
  background: #000000;
}
.btn-inverted:hover, .disruption-list__info-btn:hover, .btn-inverted:active, .disruption-list__info-btn:active, .btn-inverted:focus, .disruption-list__info-btn:focus {
  background: #675c53;
}
.btn--in-form {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .btn--in-form {
    margin-top: 32px;
  }
}
.btn--align-right {
  margin-left: auto;
}
.btn--align-center {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .btn--align-right-on-mobile {
    margin-left: auto;
  }
}
.btn--reset, .modal__close-btn, .tabs__btn, .timetable__stop-name-link, .timetable__map-toggle, .timetable__switch-direction, .travel-planner__switch-btn, .accordion-bordered__info, .accordion-bordered__btn, .accordion__btn, .react-datepicker__indicator {
  background: 0;
  color: inherit;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
}
.btn--reset:enabled, .modal__close-btn:enabled, .tabs__btn:enabled, .timetable__stop-name-link:enabled, .timetable__map-toggle:enabled, .timetable__switch-direction:enabled, .travel-planner__switch-btn:enabled, .accordion-bordered__info:enabled, .accordion-bordered__btn:enabled, .accordion__btn:enabled, .react-datepicker__indicator:enabled {
  cursor: pointer;
}
.btn--circle {
  display: block;
  width: 38px;
  height: 38px;
  background: none;
  margin: 0;
  border: 1px solid #000000;
  border-radius: 25%;
  padding: 0;
  text-align: center;
  line-height: 40px;
  fill: #000000;
  color: #fff;
}
.btn--circle:hover, .btn--circle:focus {
  background: #000000;
  color: #fff;
  fill: #fff;
}
.btn--circle--hidepointer {
  pointer-events: none;
}
.btn--circle--no-hover:hover {
  fill: #000000;
  color: #fff;
  background: none;
}
.btn--circle--timetable-page {
  border-radius: 50%;
}
.btn--loading, .btn--loading:active, .btn--loading:focus, .btn--loading:hover {
  background: #000000;
  color: #fff;
  fill: #fff;
  stroke: #fff;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.btn__icon {
  margin-bottom: -1px;
  transition: transform 0.25s;
}
.btn__icon--left {
  margin-right: 10px;
}
.btn__icon--right {
  margin-left: 10px;
  margin-bottom: -2px;
}
.btn:hover .btn__icon--right, .travel-advices__nav-btn:hover .btn__icon--right, .travel-advices__item-btn:hover .btn__icon--right, .btn-inverted:hover .btn__icon--right, .disruption-list__info-btn:hover .btn__icon--right {
  transform: translateX(4px);
}
.btn--loading .btn__icon--right {
  opacity: 0;
}
.btn__icon--colored {
  color: #675c53;
}
.btn__icon--colored:hover {
  transform: translateX(4px);
}
.btn__icon--loading {
  display: none;
  position: absolute;
  right: 22px;
  top: 16px;
}
.btn--loading .btn__icon--loading {
  display: block;
}
.btn__icon-search {
  margin-bottom: -2px;
}
.btn--lightgrey2 {
  color: #fff;
  fill: #fff;
}
.btn--lightgrey2:hover, .btn--lightgrey2:focus {
  background: #F3F3F3;
  color: #000000;
  fill: #675c53;
}
.btn--no-margin {
  margin: 0;
}
.btn--icon-only {
  border: none;
  background: none;
  cursor: pointer;
}
.btn--gender-margin {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .btn--gender-margin {
    margin-left: 150px;
    margin-top: 20px;
  }
}
.btn--search {
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  fill: #e98300;
}

.btn-back-to-top {
  opacity: 1;
  width: 2.6875em;
  height: 2.6875em;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: none;
  border: none;
  padding: 15px;
  color: #fff;
  fill: #fff;
  background: #e98300;
  transition: margin-bottom 0.2s;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  box-shadow: 0 2px 5px 2px rgb(170.09, 95.63, 0);
}
@media only screen and (min-width: 768px) {
  .btn-back-to-top {
    display: none;
  }
}

.container, .timetable__map, .travel-advices, .calamiteiten-banner__container {
  width: 100%;
}
.container--justify-center {
  display: flex;
  justify-content: center;
}
.container--padding-left {
  padding-left: 40px;
}
.container--center, .timetable__map, .travel-advices, .calamiteiten-banner__container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container--center, .timetable__map, .travel-advices, .calamiteiten-banner__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container--two-third {
  max-width: 770px;
}
.container--margin, .timetable__map {
  margin-top: 50px;
  margin-bottom: 50px;
}
.container--margin-top {
  margin-top: 50px;
}
.container--margin-left {
  margin-left: 60px;
}
.container--clearfix::before, .banner-cta::before, .container--with-sidebar-image::before, .container--clearfix::after, .banner-cta::after, .container--with-sidebar-image::after {
  content: "";
  display: table;
  clear: both;
}
.container--lightgrey2 {
  background-color: #F3F3F3;
}
.container--accent1-tint5 {
  background-color: rgb(253.46, 246.32, 237.15);
}
.container--primary {
  background-color: #e98300;
}
.container--primary-light {
  background-color: rgb(253.46, 246.32, 237.15);
}
.container--gray {
  background-color: #F3F3F3;
}
.container--white {
  background-color: #fff;
}
.container--section-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.container--flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container--flex--center {
  align-items: center;
  justify-content: flex-start;
}
.container--column-section {
  display: flex;
  flex-direction: row;
  padding: 20px 20px;
  gap: 40px;
}
.container--flex-grow {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media print, screen and (max-width: 924px) {
  .container--flex-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.container--flex-header {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 925px) {
  .container--flex-header {
    display: flex;
    height: 55px;
  }
}
.container--center-home {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 925px) {
  .container--center-home {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 924px) {
  .container--center-home {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container--button-flex {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.container--discount-calculator {
  padding: 25px 25px 25px 25px;
}
.container--order-check {
  border: 1px solid;
  border-color: #e2007a;
  background: #009ee0;
  color: #ffffff;
  padding: 7px 30px;
  list-style-type: "- ";
  list-style-position: inside;
  margin-top: 30px;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 641px) {
  .container--order-check {
    width: 460px;
  }
}
.container--order-check .field {
  margin: 7px 0;
}
.container--order-check li {
  margin-left: 4px;
}
.container--form-field-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container--row {
  display: flex;
  flex-direction: row;
}
.container--row-center {
  align-items: center;
}
.container--column {
  display: flex;
  flex-direction: column;
}
.container--column-center {
  justify-content: center;
}
.container--search-result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .container--search-result {
    flex-direction: row;
    min-height: 160px;
  }
}
@media only screen and (min-width: 925px) {
  .container--absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}
.container--overlay-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
}
.container--diagonal-strike {
  text-decoration: none;
  position: relative;
}
.container--diagonal-strike::before {
  top: 50%;
  background: #ffffff;
  content: "";
  width: 105%;
  position: absolute;
  height: 0.15em;
  border-radius: 0.1em;
  left: 2%;
  white-space: nowrap;
  display: block;
  transform: rotate(-12deg);
}
.container--template {
  display: flex;
}
@media print, screen and (max-width: 924px) {
  .container--template {
    flex-direction: column;
  }
}
.container--template--section--100 {
  width: 100%;
}
@media only screen and (min-width: 925px) {
  .container--template--section--80 {
    width: 80%;
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 924px) {
  .container--template--section--80 {
    width: 100%;
  }
}
.container--template--section--70 {
  width: 70%;
}
@media print, screen and (max-width: 924px) {
  .container--template--section--70 {
    width: 100%;
  }
}
.container--template--section--40 {
  width: 40%;
}
.container--template--section--20 {
  width: 20%;
}

.react-datepicker {
  position: relative;
  display: inline-block;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 13px;
  background-color: #fff;
  color: #000000;
  margin: 0 -1px;
}
.react-datepicker--time-only {
  font-size: 16px;
  line-height: 18px;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker__triangle {
  position: absolute !important;
  right: 8px;
  height: 23px;
  width: 27px;
  margin-top: -23px;
  padding: 0px 0px;
  overflow: hidden;
  transform: rotate(180deg) translateY(-1px) !important;
  bottom: 100% !important;
  top: 0 !important;
  left: auto !important;
}
.react-datepicker__triangle::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  box-shadow: -2px -2px 5px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(5px) scaleX(0.8) rotate(45deg);
}
.react-datepicker-popper {
  z-index: 1;
  margin-top: 18px;
  user-select: none;
  transform: none !important;
  position: absolute;
  top: auto !important;
  left: auto !important;
  right: 0 !important;
}
.react-datepicker__header {
  text-align: center;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
}
.react-datepicker__header--time {
  display: none;
}
.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}
.react-datepicker__current-month, .react-datepicker-time__header {
  margin-top: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 0;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  width: 55px;
  height: 48px;
  padding: 0;
  border: 0;
  background: none;
  line-height: 30px;
  text-indent: -9999px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.react-datepicker__navigation--next::before, .react-datepicker__navigation--previous::before {
  position: absolute;
  top: 12px;
  margin: 0 20px;
  width: 15px;
  height: 12px;
  display: block;
  text-indent: 0;
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20fill%3D%22%23000000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20d%3D%22M13.384%206l-.65.75L8.17%2012l-1.72-1.498%202.926-3.36H0V4.858h9.375l-2.926-3.36L8.17%200l4.566%205.25z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.react-datepicker__navigation--next:hover::before, .react-datepicker__navigation--next:focus::before {
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20fill%3D%22%23675c53%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20d%3D%22M13.384%206l-.65.75L8.17%2012l-1.72-1.498%202.926-3.36H0V4.858h9.375l-2.926-3.36L8.17%200l4.566%205.25z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.react-datepicker__navigation--previous::before {
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20fill%3D%22%23000000%22%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(-46.000000%2C%20-267.000000)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20transform%3D%22translate(52.692047%2C%20273.000000)%20scale(-1%2C%201)%20rotate(270.000000)%20translate(-52.692047%2C%20-273.000000)%20%22%20points%3D%2252.6920459%20279.692047%2053.4411462%20279.04283%2058.692047%20274.47683%2057.1938509%20272.757433%2053.8335483%20275.682528%2053.8335483%20266.307953%2051.5505457%20266.307953%2051.5505457%20275.682528%2048.1902432%20272.757433%2046.692047%20274.47683%2051.9429478%20279.04283%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.react-datepicker__navigation--previous:hover::before, .react-datepicker__navigation--previous:focus::before {
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20fill%3D%22%23675c53%22%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(-46.000000%2C%20-267.000000)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20transform%3D%22translate(52.692047%2C%20273.000000)%20scale(-1%2C%201)%20rotate(270.000000)%20translate(-52.692047%2C%20-273.000000)%20%22%20points%3D%2252.6920459%20279.692047%2053.4411462%20279.04283%2058.692047%20274.47683%2057.1938509%20272.757433%2053.8335483%20275.682528%2053.8335483%20266.307953%2051.5505457%20266.307953%2051.5505457%20275.682528%2048.1902432%20272.757433%2046.692047%20274.47683%2051.9429478%20279.04283%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.react-datepicker__navigation:focus {
  outline: none;
}
.react-datepicker__navigation--previous {
  left: 0;
}
.react-datepicker__navigation--next {
  right: 0;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__month {
  text-align: center;
}
.react-datepicker__time-container {
  float: right;
  width: 70px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time {
  position: relative;
}
.react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}
.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: y mandatory;
  padding: 0 30px 0 0;
  width: calc(100% + 30px);
}
.react-datepicker__time-list-item {
  scroll-snap-align: start;
  width: 70px;
  display: table;
  line-height: 30px;
  cursor: pointer;
}
.react-datepicker__time-list-item:hover {
  background-color: rgba(233, 131, 0, 0.25);
}
.react-datepicker__time-list-item--selected, .react-datepicker__time-list-item--selected:hover {
  background-color: rgba(233, 131, 0, 0.25);
}
.react-datepicker__time-list-item--disabled {
  cursor: default;
  background-color: #F3F3F3;
}
.react-datepicker__time-list-item--disabled, .react-datepicker__time-list-item--disabled:hover {
  color: #ccc;
}
.react-datepicker__day-names {
  border-top: 1px solid #E2E2E2;
}
.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  color: #000000;
  display: inline-block;
  width: 31px;
  line-height: 30px;
  text-align: center;
}
.react-datepicker__day, .react-datepicker__time-name {
  border: 1px solid #E2E2E2;
  border-width: 0 1px 1px 0;
}
.react-datepicker__day:last-child, .react-datepicker__time-name:last-child {
  border-right: 0;
}
.react-datepicker__week:last-child .react-datepicker__day,
.react-datepicker__week:last-child .react-datepicker__time-name {
  border-bottom: 0;
}
.react-datepicker__day {
  cursor: pointer;
}
.react-datepicker__day:hover {
  background-color: rgba(233, 131, 0, 0.25);
  color: inherit;
}
.react-datepicker__day--today {
  font-weight: 500;
}
.react-datepicker__day--highlighted, .react-datepicker__day--highlighted:hover {
  background-color: rgba(233, 131, 0, 0.25);
  color: inherit;
}
.react-datepicker__day--selected, .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range, .react-datepicker__day--in-range:hover {
  background-color: rgba(233, 131, 0, 0.25);
  color: inherit;
}
.react-datepicker__day--keyboard-selected, .react-datepicker__day--keyboard-selected:hover {
  background-color: rgba(233, 131, 0, 0.25);
  color: inherit;
}
.react-datepicker__day--disabled, .react-datepicker__day--disabled:hover, .react-datepicker__day--readonly, .react-datepicker__day--readonly:hover {
  cursor: default;
  background-color: #F3F3F3;
  color: #ccc;
}
.react-datepicker__input-container {
  position: relative;
  height: 48px;
}
.react-datepicker__input {
  width: 100%;
  margin: 0;
  outline: 0;
  border: 0;
  padding: 11px 30px 11px 14px;
  background: none;
  color: inherit;
}
.react-datepicker__input::placeholder {
  color: #767676;
}
.field--transparent .react-datepicker__input::placeholder {
  color: #E2E2E2;
}
.react-datepicker__input::-webkit-inner-spin-button, .react-datepicker__input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.react-datepicker__indicator {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  outline: 0;
  padding: 0 14px;
  pointer-events: none;
}
.react-datepicker__indicator-icon.icon--chevron-up {
  fill: inherit;
}
.theme--accent .field--transparent .react-datepicker__indicator-icon.icon--chevron-up, .theme--accent-dark .field--transparent .react-datepicker__indicator-icon.icon--chevron-up {
  fill: inherit;
}
.react-datepicker__day--outside-month {
  background: #F3F3F3;
}

.highlight {
  margin-bottom: 20px;
  padding: 30px;
  background: rgba(233, 131, 0, 0.07);
}

.image {
  margin: 26px 0;
}
.container--with-sidebar-image .image--in-sidebar {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1280px) {
  .container--with-sidebar-image .image--in-sidebar {
    float: right;
    margin-top: 0;
    margin-right: -400px;
    width: 370px;
  }
}
.image--single {
  max-width: 100%;
  display: inherit;
  height: auto;
}
.image--search-result {
  border-radius: 15px 0px 15px 0px;
  max-height: 160px;
  object-fit: cover;
  margin-top: 20px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .image--search-result {
    margin-top: 0;
    margin-left: 20px;
    width: 250px;
  }
}

.line, .form__line {
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #E2E2E2;
}
.line--no-margin {
  margin: 0;
}
.line--margin-20 {
  margin-top: 20px !important;
}
@media only screen and (min-width: 768px) {
  .line--gender-width {
    width: 60%;
  }
}

.line-vertical {
  border-left: 3px solid #e98300;
}

.link, .modal__close-btn, .timetable__stop-name-link, .timetable__map-toggle, .accordion__title {
  margin: 0;
  padding: 0;
  outline: 0;
  border-bottom: 2px solid #675c53;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  fill: #675c53;
  transition: color 0.15s, border-color 0.15s, fill 0.15s;
}
.theme--accent .link, .theme--accent .modal__close-btn, .theme--accent .timetable__stop-name-link, .theme--accent .timetable__map-toggle, .theme--accent .accordion__title, .theme--accent-dark .link, .theme--accent-dark .modal__close-btn, .theme--accent-dark .timetable__stop-name-link, .theme--accent-dark .timetable__map-toggle, .theme--accent-dark .accordion__title {
  color: inherit;
  fill: inherit;
  border-color: #fff;
}
.link:not(button):active, .modal__close-btn:not(button):active, .timetable__stop-name-link:not(button):active, .timetable__map-toggle:not(button):active, .accordion__title:not(button):active, .link:not(button):focus-visible, .modal__close-btn:not(button):focus-visible, .timetable__stop-name-link:not(button):focus-visible, .timetable__map-toggle:not(button):focus-visible, .accordion__title:not(button):focus-visible, .link:enabled:active, .modal__close-btn:enabled:active, .timetable__stop-name-link:enabled:active, .timetable__map-toggle:enabled:active, .accordion__title:enabled:active, .link:enabled:focus-visible, .modal__close-btn:enabled:focus-visible, .timetable__stop-name-link:enabled:focus-visible, .timetable__map-toggle:enabled:focus-visible, .accordion__title:enabled:focus-visible {
  color: #675c53;
  fill: #675c53;
}
.theme--accent .link:not(button):active, .theme--accent .modal__close-btn:not(button):active, .theme--accent .timetable__stop-name-link:not(button):active, .theme--accent .timetable__map-toggle:not(button):active, .theme--accent .accordion__title:not(button):active, .theme--accent-dark .link:not(button):active, .theme--accent-dark .modal__close-btn:not(button):active, .theme--accent-dark .timetable__stop-name-link:not(button):active, .theme--accent-dark .timetable__map-toggle:not(button):active, .theme--accent-dark .accordion__title:not(button):active, .theme--accent .link:not(button):focus-visible, .theme--accent .modal__close-btn:not(button):focus-visible, .theme--accent .timetable__stop-name-link:not(button):focus-visible, .theme--accent .timetable__map-toggle:not(button):focus-visible, .theme--accent .accordion__title:not(button):focus-visible, .theme--accent-dark .link:not(button):focus-visible, .theme--accent-dark .modal__close-btn:not(button):focus-visible, .theme--accent-dark .timetable__stop-name-link:not(button):focus-visible, .theme--accent-dark .timetable__map-toggle:not(button):focus-visible, .theme--accent-dark .accordion__title:not(button):focus-visible, .theme--accent .link:enabled:active, .theme--accent .modal__close-btn:enabled:active, .theme--accent .timetable__stop-name-link:enabled:active, .theme--accent .timetable__map-toggle:enabled:active, .theme--accent .accordion__title:enabled:active, .theme--accent-dark .link:enabled:active, .theme--accent-dark .modal__close-btn:enabled:active, .theme--accent-dark .timetable__stop-name-link:enabled:active, .theme--accent-dark .timetable__map-toggle:enabled:active, .theme--accent-dark .accordion__title:enabled:active, .theme--accent .link:enabled:focus-visible, .theme--accent .modal__close-btn:enabled:focus-visible, .theme--accent .timetable__stop-name-link:enabled:focus-visible, .theme--accent .timetable__map-toggle:enabled:focus-visible, .theme--accent .accordion__title:enabled:focus-visible, .theme--accent-dark .link:enabled:focus-visible, .theme--accent-dark .modal__close-btn:enabled:focus-visible, .theme--accent-dark .timetable__stop-name-link:enabled:focus-visible, .theme--accent-dark .timetable__map-toggle:enabled:focus-visible, .theme--accent-dark .accordion__title:enabled:focus-visible {
  color: inherit;
  fill: inherit;
}
@media (hover: hover) {
  .link:not(button):hover, .modal__close-btn:not(button):hover, .timetable__stop-name-link:not(button):hover, .timetable__map-toggle:not(button):hover, .accordion__title:not(button):hover, .link:enabled:hover, .modal__close-btn:enabled:hover, .timetable__stop-name-link:enabled:hover, .timetable__map-toggle:enabled:hover, .accordion__title:enabled:hover {
    color: #675c53;
    fill: #675c53;
  }
  .theme--accent .link:not(button):hover, .theme--accent .modal__close-btn:not(button):hover, .theme--accent .timetable__stop-name-link:not(button):hover, .theme--accent .timetable__map-toggle:not(button):hover, .theme--accent .accordion__title:not(button):hover, .theme--accent-dark .link:not(button):hover, .theme--accent-dark .modal__close-btn:not(button):hover, .theme--accent-dark .timetable__stop-name-link:not(button):hover, .theme--accent-dark .timetable__map-toggle:not(button):hover, .theme--accent-dark .accordion__title:not(button):hover, .theme--accent .link:enabled:hover, .theme--accent .modal__close-btn:enabled:hover, .theme--accent .timetable__stop-name-link:enabled:hover, .theme--accent .timetable__map-toggle:enabled:hover, .theme--accent .accordion__title:enabled:hover, .theme--accent-dark .link:enabled:hover, .theme--accent-dark .modal__close-btn:enabled:hover, .theme--accent-dark .timetable__stop-name-link:enabled:hover, .theme--accent-dark .timetable__map-toggle:enabled:hover, .theme--accent-dark .accordion__title:enabled:hover {
    color: inherit;
    fill: inherit;
  }
}
.link--on-hover, .timetable__stop-name-link {
  border-bottom: 2px solid transparent;
  color: inherit;
}
.link--on-hover:active, .timetable__stop-name-link:active, .link--on-hover:focus-visible, .timetable__stop-name-link:focus-visible {
  color: #675c53;
  border-bottom-color: #675c53;
}
.theme--accent .link--on-hover:active, .theme--accent .timetable__stop-name-link:active, .theme--accent-dark .link--on-hover:active, .theme--accent-dark .timetable__stop-name-link:active, .theme--accent .link--on-hover:focus-visible, .theme--accent .timetable__stop-name-link:focus-visible, .theme--accent-dark .link--on-hover:focus-visible, .theme--accent-dark .timetable__stop-name-link:focus-visible {
  color: inherit;
  border-bottom-color: #fff;
}
@media (hover: hover) {
  .link--on-hover:hover, .timetable__stop-name-link:hover {
    color: #675c53;
    border-bottom-color: #675c53;
  }
  .theme--accent .link--on-hover:hover, .theme--accent .timetable__stop-name-link:hover, .theme--accent-dark .link--on-hover:hover, .theme--accent-dark .timetable__stop-name-link:hover {
    color: inherit;
    border-bottom-color: #fff;
  }
}
.link--color-on-hover, .modal__close-btn {
  border-bottom: 0;
  color: inherit;
}
.link--color-on-hover:active, .modal__close-btn:active, .link--color-on-hover:focus-visible, .modal__close-btn:focus-visible {
  color: #675c53;
}
.theme--accent .link--color-on-hover:active, .theme--accent .modal__close-btn:active, .theme--accent-dark .link--color-on-hover:active, .theme--accent-dark .modal__close-btn:active, .theme--accent .link--color-on-hover:focus-visible, .theme--accent .modal__close-btn:focus-visible, .theme--accent-dark .link--color-on-hover:focus-visible, .theme--accent-dark .modal__close-btn:focus-visible {
  color: inherit;
}
@media (hover: hover) {
  .link--color-on-hover:hover, .modal__close-btn:hover {
    color: #675c53;
  }
  .theme--accent .link--color-on-hover:hover, .theme--accent .modal__close-btn:hover, .theme--accent-dark .link--color-on-hover:hover, .theme--accent-dark .modal__close-btn:hover {
    color: inherit;
  }
}
.link--decoration-on-hover, .timetable__map-toggle, .accordion__title {
  color: inherit;
  border-bottom-color: transparent;
}
.link--decoration-on-hover:active, .timetable__map-toggle:active, .accordion__title:active, .link--decoration-on-hover:focus-visible, .timetable__map-toggle:focus-visible, .accordion__title:focus-visible {
  color: inherit;
  border-bottom-color: #675c53;
}
.theme--accent .link--decoration-on-hover:active, .theme--accent .timetable__map-toggle:active, .theme--accent .accordion__title:active, .theme--accent-dark .link--decoration-on-hover:active, .theme--accent-dark .timetable__map-toggle:active, .theme--accent-dark .accordion__title:active, .theme--accent .link--decoration-on-hover:focus-visible, .theme--accent .timetable__map-toggle:focus-visible, .theme--accent .accordion__title:focus-visible, .theme--accent-dark .link--decoration-on-hover:focus-visible, .theme--accent-dark .timetable__map-toggle:focus-visible, .theme--accent-dark .accordion__title:focus-visible {
  border-bottom-color: #fff;
}
@media (hover: hover) {
  .link--decoration-on-hover:hover, .timetable__map-toggle:hover, .accordion__title:hover {
    color: inherit;
    border-bottom-color: #675c53;
  }
  .theme--accent .link--decoration-on-hover:hover, .theme--accent .timetable__map-toggle:hover, .theme--accent .accordion__title:hover, .theme--accent-dark .link--decoration-on-hover:hover, .theme--accent-dark .timetable__map-toggle:hover, .theme--accent-dark .accordion__title:hover {
    border-bottom-color: #fff;
  }
}
.link--animation-on-hover {
  border-bottom: 0;
  position: relative;
}
.link--animation-on-hover::before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  transition: right 0.4s 0.4s, background-color 0.4s;
}
.link--animation-on-hover:focus-visible::before {
  right: 0;
  background: #675c53;
  transition: right 0.6s, background-color 0s;
}
.theme--accent .link--animation-on-hover:focus-visible::before, .theme--accent-dark .link--animation-on-hover:focus-visible::before {
  background: #fff;
}
@media (hover: hover) {
  .link--animation-on-hover:hover::before {
    right: 0;
    background: #675c53;
    transition: right 0.6s, background-color 0s;
  }
  .theme--accent .link--animation-on-hover:hover::before, .theme--accent-dark .link--animation-on-hover:hover::before {
    background: #fff;
  }
}
.link--icon-on-hover {
  border-bottom: 0;
  color: inherit;
  fill: inherit;
}
.link--icon-on-hover:not(button):active, .link--icon-on-hover:not(button):focus-visible, .link--icon-on-hover:enabled:active, .link--icon-on-hover:enabled:focus-visible {
  color: #675c53;
  fill: #675c53;
}
.theme--accent .link--icon-on-hover:not(button):active, .theme--accent-dark .link--icon-on-hover:not(button):active, .theme--accent .link--icon-on-hover:not(button):focus-visible, .theme--accent-dark .link--icon-on-hover:not(button):focus-visible, .theme--accent .link--icon-on-hover:enabled:active, .theme--accent-dark .link--icon-on-hover:enabled:active, .theme--accent .link--icon-on-hover:enabled:focus-visible, .theme--accent-dark .link--icon-on-hover:enabled:focus-visible {
  color: inherit;
  fill: inherit;
}
@media (hover: hover) {
  .link--icon-on-hover:not(button):hover, .link--icon-on-hover:enabled:hover {
    color: #675c53;
    fill: #675c53;
  }
  .theme--accent .link--icon-on-hover:not(button):hover, .theme--accent-dark .link--icon-on-hover:not(button):hover, .theme--accent .link--icon-on-hover:enabled:hover, .theme--accent-dark .link--icon-on-hover:enabled:hover {
    color: inherit;
    fill: inherit;
  }
}
.link--pointer {
  cursor: pointer;
}
.link__icon {
  margin-bottom: -2px;
}
.link__icon--left {
  margin-right: 8px;
}
.link__icon--right {
  margin-left: 8px;
}

.link__text-wrapper {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.link__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.link__icon-wrapper {
  flex-shrink: 0;
  margin-left: 0.25rem;
}

.link__hover-target {
  border-bottom: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.link__hover-target::before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  transition: right 0.4s 0.4s, background-color 0.4s;
}
.link__hover-target:focus-visible::before {
  right: 0;
  background: #675c53;
  transition: right 0.6s, background-color 0s;
}
.theme--accent .link__hover-target:focus-visible::before, .theme--accent-dark .link__hover-target:focus-visible::before {
  background: #fff;
}
@media (hover: hover) {
  .link__hover-target:hover::before {
    right: 0;
    background: #675c53;
    transition: right 0.6s, background-color 0s;
  }
  .theme--accent .link__hover-target:hover::before, .theme--accent-dark .link__hover-target:hover::before {
    background: #fff;
  }
}

.list {
  margin: 0 0 26px;
  padding-left: 17px;
  list-style: none;
}
.list--reset, .disruption-list__direction-list, .tabs__list, .shares__list, .skiplinks__list, .timetable__trips-time, .timetable__trips-stop, .timetable__trips-table, .travel-advices__list, .stop-departures__list, .stop-lines__list, .accordion-bordered__group, .accordion__group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list__icon {
  position: absolute;
  margin: 8px 0 0 -18px;
  fill: #675c53;
}
.list--no-margin {
  margin: 0;
}

.shadow {
  position: fixed;
  z-index: 2;
  background: #000000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
@media only screen and (min-width: 768px) {
  .shadow--open-header {
    opacity: 0.5;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
}
@media print {
  .overlay {
    display: none;
  }
}
.overlay.is-hidden {
  overflow-y: hidden;
}
.overlay--has-background {
  background-color: #000000;
}
.overlay__container {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  min-height: 100%;
}
.overlay--align-bottom .overlay__container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.overlay--align-bottom .overlay__container::after {
  content: "";
  position: fixed;
  width: 100%;
  margin-top: 100px;
  height: 100px;
  background-color: #fff;
  z-index: -1;
}
.overlay__content {
  width: 100%;
  margin: 20px 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.45) 0 4px 15px 0;
  transition: transform 0.25s ease-in;
  pointer-events: all;
}
.overlay--align-bottom .overlay__content {
  margin-bottom: 0;
}
.overlay--align-bottom.is-hidden .overlay__content {
  transform: translateY(100%);
}

.p {
  margin: 0 0 26px;
}
.p--no-margin {
  margin: 0px;
}

.select__container {
  position: relative;
}
.select__control {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 48px;
  cursor: text;
}
.select__control--is-disabled {
  cursor: default;
}
.select__value-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 0%;
  padding: 11px 0 11px 14px;
}
.select__value-container > div:last-child::placeholder {
  color: #767676;
}
.field--transparent .select__value-container > div:last-child::placeholder {
  color: #E2E2E2;
}
.select__single-value {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: calc(100% - 8px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.select__multi-value {
  display: flex;
  margin-right: 3px;
  padding: 0 7px;
  border-radius: 2px;
  background: rgb(253.46, 246.32, 237.15);
}
.select__multi-value__remove {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select__placeholder {
  position: absolute;
  top: 50%;
  max-width: calc(100% - 20px);
  transform: translateY(-50%);
  color: #767676;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field--transparent .select__placeholder {
  color: #E2E2E2;
}
.select__indicators {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 0;
  height: 48px;
}
.select__indicator-separator {
  display: none;
}
.select__indicator {
  display: flex;
  align-items: center;
  outline: 0;
  height: 100%;
  padding: 0 14px 0 4px;
}
.select__dropdown-indicator {
  pointer-events: none;
}
.select__dropdown-indicator .icon {
  fill: #000000;
}
.theme--accent .field--transparent .select__dropdown-indicator .icon, .theme--accent-dark .field--transparent .select__dropdown-indicator .icon {
  fill: inherit;
}
.select__clear-indicator {
  cursor: pointer;
  fill: #B1B1B1;
}
.select__loading-indicator {
  margin-right: 14px;
}
.select__menu {
  position: absolute;
  z-index: 3;
  top: 100%;
  right: 0;
  width: calc(100% + 2px);
  margin: 17px -1px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #000000;
}
.select__menu::before {
  content: "";
  position: absolute;
  top: -17px;
  right: 13px;
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  box-shadow: -2px -2px 5px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(10px) scaleX(0.8) rotate(45deg);
  z-index: 1;
}
.select__menu-list {
  position: relative;
  z-index: 2;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
}
.select__menu-notice {
  padding: 11px 14px;
}
.select__menu-notice--no-options {
  background: #FDEDED;
  color: #E20000;
}
.select__option {
  display: flex;
  padding: 11px 14px;
  user-select: none;
  cursor: pointer;
  white-space: pre-wrap;
  color: #000000;
  font-weight: 300;
}
.select__option:hover, .select__option--is-focused {
  background: rgba(233, 131, 0, 0.07);
}
.select__option--is-disabled {
  background-color: transparent;
  color: #ccc;
  cursor: default;
}
.select__option--is-disabled:hover {
  background-color: transparent;
  color: #ccc;
}
.select__menu-list--is-multi .select__option {
  position: relative;
  padding-left: 42px;
}
.select__menu-list--is-multi .select__option::before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  background: #F3F3F3;
  border: 1px solid #ccc;
  left: 14px;
  top: 14px;
  transition: border-color 0.25s;
  border-radius: 2px;
}
.select__menu-list--is-multi .select__option::after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 12px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: transparent;
  transform: rotate(-45deg);
  left: 18px;
  top: 19px;
  transition: border-color 0.25s;
}
.select__menu-list--is-multi .select__option--is-selected::after {
  border-color: #675c53;
}
.select__option-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-top: -1px;
  margin-bottom: -5px;
  margin-right: 10px;
  fill: #e98300;
}
.select__option-bold {
  font-weight: 500;
}
.select__option-grayed {
  color: #B1B1B1;
}
.select__option-small {
  line-height: 13px;
  font-size: 13px;
}
.select__loading-message {
  padding: 11px 14px;
  user-select: none;
}

.table-scroller {
  position: relative;
  display: flex;
  max-width: 100%;
  max-height: calc(100vh - 100px);
  margin: 1px;
  box-shadow: rgb(249.5, 224, 191.25) 0 0 0 1px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .table-scroller {
    max-height: calc(100vh - 20px);
  }
}
.table-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
  z-index: 1;
}
.table-container table {
  align-self: flex-start;
  display: block;
  border-spacing: 0;
  flex-shrink: 0;
}
.table-container table thead th {
  top: 0;
}
.table-container table thead th:empty:first-child {
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.table-container table tbody {
  vertical-align: top;
}
.table-container table tbody th {
  left: 0;
}
.table-container table tbody tr:last-child th,
.table-container table tbody tr:last-child td {
  box-shadow: rgb(249.5, 224, 191.25) -1px 0 0 0 inset;
}
.table-container table tbody tr:last-child th:last-child,
.table-container table tbody tr:last-child td:last-child {
  box-shadow: none;
}
.table-container table td,
.table-container table th {
  box-shadow: rgb(249.5, 224, 191.25) 0 -1px 0 0 inset, rgb(249.5, 224, 191.25) -1px 0 0 0 inset;
  max-width: 200px;
  padding: 20px 25px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .table-container table td,
  .table-container table th {
    max-width: 389px;
  }
}
.table-container table td:last-child,
.table-container table th:last-child {
  box-shadow: rgb(249.5, 224, 191.25) 0 -1px 0 0 inset;
}
.table-container table th {
  position: sticky;
  background-color: rgb(253.46, 246.32, 237.15);
  text-align: left;
  font-weight: 500;
  z-index: 1;
}

.theme--accent, .theme--accent-dark {
  background-color: #e98300;
  color: #fff;
  fill: #fff;
}
.theme--accent-dark {
  background-color: rgb(198.05, 111.35, 0);
}

.grid {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.grid__three__columns {
  width: 100%;
  margin: 15px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 641px) {
  .grid__three__columns {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 925px) {
  .grid__three__columns {
    width: calc(33.3333333333% - 30px);
  }
}
.grid__two__columns {
  width: 100%;
  margin: 15px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 925px) {
  .grid__two__columns {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 925px) {
  .grid__column-cards {
    width: 100%;
    margin: 10px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 925px) and (min-width: 641px) {
  .grid__column-cards {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 925px) and (min-width: 925px) {
  .grid__column-cards {
    width: calc(33.3333333333% - 20px);
  }
}
.grid__column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.line-badge {
  display: inline-flex;
  background: #e98300;
  padding: 3px 5px 3px 1px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1;
  color: #fff;
  align-items: center;
  fill: #fff;
}
.line-badge .icon--bus {
  transform: scale(0.55);
}

.accessibility__wrapper {
  margin-top: 15px;
}
.accessibility__icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.accessibility__icon svg {
  transform: scale(1.3);
}
.accessibility__icon:not(:last-child) {
  margin-right: 20px;
}
.accessibility__icon--not {
  position: relative;
  fill: #B1B1B1;
  line-height: 0;
}
.accessibility__icon--not::after {
  content: "x";
  color: #E20000;
  position: absolute;
  top: 10px;
  right: 10px;
}

.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--default {
  background: #fff;
  color: #5d5d5d;
}

.Toastify__toast--info {
  background: #3498db;
}

.Toastify__toast--success {
  background: #07bc0c;
}

.Toastify__toast--warning {
  background: #f1c40f;
}

.Toastify__toast--error {
  background: #e74c3c;
}

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

/*.Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}*/
.Toastify__progress-bar--default {
  background: #e98300;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}


.accordion__container {
  margin: 5px auto;
}
.accordion__group {
  margin: 20px 0;
}
.accordion__group--expandable-text {
  margin: 0;
}
.accordion__item {
  border-top: 1px solid #ccc;
  transition: padding 0.2s;
}
.accordion__item:last-child {
  border-bottom: 1px solid #ccc;
}
.accordion__item.is-expanded:not(.is-collapsing) {
  padding-bottom: 15px;
  padding-top: 15px;
}
.accordion__item.is-expanded:not(.is-collapsing)::after {
  height: 15px;
}
.accordion__item::after {
  content: "";
  display: block;
  height: 0;
  background: rgb(253.46, 246.32, 237.15);
  transition: height 0.2s;
}
.accordion__item--expandable-text {
  border-top: 1px solid rgb(249.5, 224, 191.25);
}
.accordion__item--expandable-text:last-child {
  border-bottom: 1px solid rgb(249.5, 224, 191.25);
}
.accordion__item--expandable-text::after {
  content: "";
  display: block;
  height: 0;
  background: none;
  transition: height 0.2s;
}
.accordion__btn, .accordion__content {
  transition: background 0.2s;
  padding-left: 10px;
  padding-right: 10px;
}
.is-expanded:not(.is-collapsing) .accordion__btn, .is-expanded:not(.is-collapsing) .accordion__content {
  background: rgb(253.46, 246.32, 237.15);
}
.accordion__btn > li, .accordion__btn > ul, .accordion__btn > ol, .accordion__btn > h1, .accordion__btn > h2, .accordion__btn > h3, .accordion__btn > h4, .accordion__btn > h1, .accordion__btn > hr, .accordion__btn > img, .accordion__btn > p, .accordion__content > li, .accordion__content > ul, .accordion__content > ol, .accordion__content > h1, .accordion__content > h2, .accordion__content > h3, .accordion__content > h4, .accordion__content > h1, .accordion__content > hr, .accordion__content > img, .accordion__content > p {
  margin-bottom: 0;
}
.accordion__btn--expandable-text, .accordion__content--expandable-text {
  transition: height 0.5s;
}
.is-expanded:not(.is-collapsing) .accordion__btn--expandable-text, .is-expanded:not(.is-collapsing) .accordion__content--expandable-text {
  background: none;
}
.accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
}
.accordion__btn:focus-visible {
  border: 1px solid #000000;
}
.accordion__title {
  margin-right: 20px;
  text-align: left;
}
.accordion__btn:hover .accordion__title {
  color: inherit;
  border-bottom-color: #675c53;
}
.theme--accent .accordion__btn:hover .accordion__title, .theme--accent-dark .accordion__btn:hover .accordion__title {
  border-bottom-color: #fff;
}
.accordion__title-extended {
  color: #e98300;
  margin-right: 20px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 100;
}
.accordion__indicator {
  flex-shrink: 0;
  transition: transform 0.3s, fill 0.3s;
}
.is-collapsed .accordion__indicator {
  transform: rotateX(180deg);
}
.accordion__content {
  overflow: hidden;
}
.is-collapsed .accordion__content {
  display: none;
}
.accordion__toggle-button {
  flex-shrink: 0;
  transition-duration: 400ms;
  fill: #e98300;
}
.is-collapsed .accordion__toggle-button {
  transform: rotate(45deg);
}
.is-expanded .accordion__toggle-button {
  transform: scaleY(0.1);
  background: #e98300;
}

.accordion-bordered__group {
  margin: 20px 0;
}
.accordion-bordered__item {
  border: 1px solid #ccc;
  transition: padding-bottom 0.2s, border-color 0.2s;
}
.accordion-bordered__item--warning:not(.is-expanded) {
  border-color: #E20000;
}
.accordion-bordered__item.is-expanded:not(.is-collapsing) {
  padding-bottom: 20px;
}
.accordion-bordered__btn, .accordion-bordered__info, .accordion-bordered__content {
  padding-left: 25px;
  padding-right: 25px;
}
.accordion-bordered__btn {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid transparent;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: background-color 0.2s, margin-bottom 0.2s, border-bottom-color 0s 0.2s;
}
.accordion-bordered__item--warning:not(.is-expanded) .accordion-bordered__btn:hover {
  background: #fff;
}
.accordion-bordered__btn:focus {
  background: rgb(253.46, 246.32, 237.15);
}
.accordion-bordered__item--warning .accordion-bordered__btn:focus {
  background: #fff;
}
.accordion-bordered__item--warning:not(.is-expanded) .accordion-bordered__btn:focus {
  background: #FDEDED;
}
.accordion-bordered__item--warning:not(.is-expanded) .accordion-bordered__btn {
  background: #FDEDED;
}
.is-expanded:not(.is-collapsing) .accordion-bordered__btn {
  border-bottom-color: #ccc;
  margin-bottom: 20px;
  transition: background-color 0.2s, margin-bottom 0.2s;
}
.accordion-bordered__info {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid transparent;
  padding-top: 9px;
  padding-bottom: 9px;
  cursor: default;
}
.accordion-bordered__item--warning:not(.is-expanded) .accordion-bordered__info {
  background: #FDEDED;
}
.accordion-bordered__icon--left {
  flex-shrink: 0;
  margin-right: 10px;
}
.accordion-bordered__title {
  flex-grow: 1;
  margin-right: 20px;
  padding-top: 4px;
  text-align: left;
}
.accordion-bordered__indicator-remark {
  margin-right: 10px;
  padding-top: 4px;
  flex-shrink: 1;
}
@media print, screen and (max-width: 767px) {
  .accordion-bordered__indicator-remark {
    display: none;
  }
}
.accordion-bordered__item:not(.is-collapsed) .accordion-bordered__indicator-remark--on-collapsed {
  display: none;
}
.is-collapsed .accordion-bordered__indicator-remark--on-expanded {
  display: none;
}
.accordion-bordered__indicator {
  flex-shrink: 0;
  transition: transform 0.3s, fill 0.3s;
}
.is-collapsed .accordion-bordered__indicator {
  transform: rotateX(180deg);
}
.accordion-bordered__content {
  overflow: hidden;
}
.is-collapsed .accordion-bordered__content {
  display: none;
}

.calamiteiten-banner {
  background: #FCD900;
  color: #000000;
}
.calamiteiten-banner__info {
  background: #A3CAB8;
}
.calamiteiten-banner__link {
  color: inherit;
  text-decoration: none;
}
.calamiteiten-banner__link:hover, .calamiteiten-banner__link:focus {
  text-decoration: underline;
}
.calamiteiten-banner__link__no-redirect {
  cursor: default;
}
.calamiteiten-banner__link__no-redirect:hover, .calamiteiten-banner__link__no-redirect:focus {
  text-decoration: none;
}
.calamiteiten-banner__container {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  align-items: center;
}
.calamiteiten-banner__icon {
  flex-shrink: 0;
  margin-right: 10px;
  fill: #000000;
}
.calamiteiten-banner__icon--info {
  margin: 0 12px 0 2px;
}
.calamiteiten-banner__text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.calamiteiten-banner__separator:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.content-with-image {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px 0;
  background-size: cover;
  transition: filter 0.25s;
}
.content-with-image:hover .link--animation-on-hover::before {
  right: 0;
  background: #675c53;
  transition: right 0.6s, background-color 0s;
}
.theme--accent .content-with-image:hover .link--animation-on-hover::before, .theme--accent-dark .content-with-image:hover .link--animation-on-hover::before {
  background: #fff;
}
.content-with-image:hover .link--animation-on-hover::before {
  background: #fff;
}
.content-with-image::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .content-with-image__banner {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px 0;
    background-size: cover;
    transition: filter 0.25s;
  }
}
@media only screen and (min-width: 768px) {
  .content-with-image__banner__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    margin: 25px 30px;
    background: transparent;
  }
}
.content-with-image__image {
  width: 100%;
  border-radius: 20px 0 0 0;
  height: 181px;
  object-fit: cover;
}
.content-with-image__label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 18px 0 10px;
  padding: 10px 30px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.content-with-image__label__shadow {
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
}

.column-section {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  gap: 40px;
}

@media print, screen and (max-width: 924px) {
  .column-section {
    flex-direction: row;
    padding: 20px 40px;
  }
}
.content-intro {
  font-size: 18px;
}
@media print, screen and (min-width: 641px) {
  .content-intro {
    margin: 36px 0;
    font-size: 20px;
    line-height: 36px;
  }
}
.content-intro__date {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
  color: #767676;
}
@media print, screen and (min-width: 641px) {
  .content-intro__date {
    margin-bottom: 0;
    font-size: 18px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-top: 45px;
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__item {
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb__item--current {
  font-weight: 500;
}
.breadcrumb__icon {
  display: inline-block;
  margin: 0 7px -2px 0;
  fill: #675c53;
}
.breadcrumb__link {
  font-weight: 400;
  color: rgb(69.9, 39.3, 0);
}

.banner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .banner {
    min-height: 390px;
  }
}
@media print, screen and (max-width: 767px) {
  .banner__no-cta {
    height: 66.666vw;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) {
  .banner__no-cta {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .banner--with-cta {
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 2;
  }
}
@media print, screen and (max-width: 767px) {
  .banner--with-cta + .travel-planner {
    margin-top: -65px;
  }
  .banner--with-cta + .travel-planner .container--margin, .banner--with-cta + .travel-planner .timetable__map {
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .banner--with-cta--show-image {
    margin-bottom: 20px;
    z-index: 2;
  }
}
@media print, screen and (max-width: 767px) {
  .banner--with-cta--show-image + .travel-planner {
    margin-top: -65px;
  }
  .banner--with-cta--show-image + .travel-planner .container--margin, .banner--with-cta--show-image + .travel-planner .timetable__map {
    margin-top: 60px;
  }
}
.banner__image {
  height: 33.333vw;
  min-height: 240px;
  background-size: cover;
  background-position: 0% 15%;
  background-color: #e98300;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .banner__image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .banner--with-cta .banner__image {
    display: none;
  }
}
.banner__image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.banner--with-image-shadow .banner__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.67) 100%);
}
@media only screen and (min-width: 768px) {
  .banner--with-image-shadow .banner__image::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.67) 100%);
  }
}
@media only screen and (min-width: 768px) {
  .banner__container {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .banner__cta-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    min-height: 390px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.banner-cta {
  position: relative;
  background: #fff;
}
@media print, screen and (max-width: 767px) {
  .banner-cta {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.11);
  }
}
@media only screen and (min-width: 768px) {
  .banner-cta {
    max-width: 370px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-cta__container {
    margin: 25px 35px;
  }
}
.banner-cta__price {
  font-weight: 500;
  color: #e98300;
  font-size: 18px;
}
.banner-cta__image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
@media print, screen and (max-width: 767px) {
  .banner-cta__image {
    display: none;
  }
}
.banner-cta__image-mobile {
  height: 66.666vw;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .banner-cta__image-mobile {
    display: none;
  }
}
.banner-cta__title {
  margin: 0;
  word-break: break-word;
}
@media print, screen and (max-width: 767px) {
  .banner-cta__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #000000;
  }
}
.banner-cta__text {
  word-break: break-word;
}
@media print, screen and (max-width: 767px) {
  .banner-cta__text {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 100%;
  }
}
.banner-cta__highlight {
  margin-top: 0;
}
.banner-cta__body {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  .banner-cta__button {
    display: contents;
    pointer-events: none;
  }
}
@media print, screen and (max-width: 767px) {
  .banner-cta__icon {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .banner-cta__content {
    display: flex;
    padding: 20px;
    width: 100%;
    justify-content: stretch;
    align-items: center;
  }
}
@media print, screen and (max-width: 767px) {
  .banner-cta__text-container {
    width: 80%;
  }
}
.banner-cta__link {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .banner-cta__link {
    display: contents;
    pointer-events: none;
  }
}
.banner-cta__chevron-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .banner-cta__chevron-icon {
    display: none;
  }
}

.pdp-header {
  margin-top: -225px;
  position: relative;
}
.pdp-header__title {
  font-size: 40px;
  line-height: 1.25;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pdp-header__title {
    font-size: 56px;
  }
}
.pdp-header__description {
  margin-top: -31px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
}
.pdp-header__block {
  background: #fff;
  border-bottom: 1px solid #E2E2E2;
}
.pdp-header-block__grid-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 925px) {
  .pdp-header-block__grid-wrapper {
    display: flex;
  }
}
.pdp-header-block__grid-aligner {
  margin: 30px;
}
@media print, screen and (min-width: 641px) {
  .pdp-header-block__grid-aligner {
    margin: 55px 7%;
  }
}
@media only screen and (min-width: 925px) {
  .pdp-header-block__grid-aligner {
    width: 100%;
  }
}
.pdp-header-block__cta {
  flex-shrink: 0;
  margin: 0 30px 30px;
  padding: 30px 0 0;
  border: 1px solid #E2E2E2;
  border-width: 1px 0 0;
}
@media print, screen and (min-width: 641px) {
  .pdp-header-block__cta {
    margin: 0 7% 55px;
    padding: 55px 0 0;
  }
}
@media only screen and (min-width: 925px) {
  .pdp-header-block__cta {
    border-width: 0 0 0 1px;
    margin: 55px 7% 55px 0;
    padding: 0 0 0 7%;
  }
}
.pdp-header-block__cta p {
  margin-bottom: 10px;
}
.pdp-header-block__grid {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.pdp-header-block__column {
  width: 100%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
@media print, screen and (min-width: 641px) {
  .pdp-header-block__column {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 925px) {
  .pdp-header-block__column {
    width: calc(33.3333333333% - 30px);
  }
}
@media print, screen and (min-width: 641px) {
  .pdp-header-block__column {
    width: calc(33.3333333333% - 30px);
  }
}
.pdp-header-block__price {
  margin-right: 10px;
  font-weight: 500;
  font-size: 36px;
  color: #e98300;
}
.pdp-header-block__period {
  display: inline-block;
  white-space: nowrap;
}
.pdp-header-block__order-btn {
  flex-shrink: 0;
}
.pdp-header-block__prefix {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.pdp-header-block__suffix {
  font-size: 14px;
  color: #767676;
}
.pdp-header-block__title {
  color: #e98300;
  font-weight: 400;
}
.pdp-header__icon {
  fill: #e98300;
  display: block;
  height: 32px;
  width: 32px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 641px) {
  .pdp-header__icon {
    margin-bottom: 10px;
  }
}

.block {
  display: flex;
  flex-direction: column;
}
.block.js-clickable {
  cursor: pointer;
}
.block--fill-height {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block__container {
  background: #fff;
}
.block__container--border {
  border-radius: 0 0 20px 0;
}
.block__container--top-band {
  background-color: #e98300;
  height: 15px;
  border-radius: 8px 8px 0 0;
}
.block__container--product-title {
  margin: 15px 25px 0 25px;
  height: 50px;
  color: #e98300;
}
.block__container--product-title-h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  line-height: 26px;
}
.block__container--fill-height {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block__container--fill-height--border {
  border-radius: 20px 0 0 0;
}
.block__container:not(:last-child) {
  margin-bottom: 2px;
}
.block__content {
  margin: 25px 30px;
}
.block__content-no-margin {
  margin: 0 30px;
}
.block__overflow {
  overflow: hidden;
}
.block__rounded-border-bottom {
  border-radius: 0 0 8px 8px;
}

.header {
  z-index: 3;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 10px;
  background-color: #fff;
}
@media print, screen and (max-width: 924px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 925px) {
  .header {
    position: relative;
    display: block;
    padding-bottom: 0;
    text-align: right;
  }
}
@media print {
  .header {
    position: absolute;
    width: 100%;
  }
}
.header__container {
  display: flex;
  padding-top: 10px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 925px) {
  .header__container {
    display: block;
    padding-top: 15px;
  }
}
.header__logo {
  margin-right: 10px;
}
@media only screen and (min-width: 925px) {
  .header__logo {
    float: left;
  }
}
@media print, screen and (max-width: 924px) {
  .header__logo {
    height: 57px;
  }
}
.header__logo-link {
  display: table-cell;
  height: 57px;
  vertical-align: middle;
  line-height: 0;
}
@media only screen and (min-width: 925px) {
  .header__logo-link {
    height: 80px;
  }
}
.header__logo-image {
  max-height: 57px;
}
@media only screen and (min-width: 925px) {
  .header__logo-image {
    max-height: 70px;
  }
}
@media only screen and (min-width: 925px) {
  .header__nav-secondary {
    display: block;
    text-align: left;
  }
}
.header__nav-main {
  flex-grow: 1;
}
@media print, screen and (max-width: 924px) {
  .header__nav-main {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 78px);
  }
  :hover .header__nav-main {
    transition: transform 0.4s;
  }
}
@media only screen and (min-width: 925px) {
  .header__nav-main {
    text-align: left;
  }
}
@media print {
  .header__nav-main {
    display: none;
  }
}
.header__container {
  display: flex;
  margin-left: 10px;
  width: 100%;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 924px) {
  .header__container {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.header-user-info {
  display: inline-flex;
  align-items: center;
}
@media print, screen and (max-width: 924px) {
  .header-user-info {
    display: none;
  }
}
.header-login-info {
  padding-bottom: 11px;
  padding-top: 10px;
}
.header-mobile {
  padding-left: 20px;
  font-size: 18px;
}
.header-items {
  font-weight: 600;
  font-size: 16px;
}
@media print, screen and (max-width: 924px) {
  .header__margin-mobile {
    margin-top: 46px;
  }
}
@media print, screen and (max-width: 924px) {
  .header__flex-mobile {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 924px) {
  .header__flex-mobile-reverse {
    flex-direction: row-reverse;
  }
}

.menu-item {
  height: 50px;
  position: relative;
}

.menu-item:hover .drop-down-menu {
  display: block;
}

.drop-down-menu {
  display: none;
  width: 400px;
  min-height: 170px;
  position: absolute;
  background: white;
  padding: 10px 25px 20px 25px;
  top: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);
  z-index: 3;
  right: 0;
}

.drop-down-menu:before {
  content: "";
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border: solid transparent;
  border-bottom-color: white;
  border-width: 11px;
  margin-left: -10px;
  top: -21px;
  right: 65px;
  z-index: 1;
}

.align-left {
  text-align: left;
  margin-bottom: 10px;
}

.no-wrap {
  white-space: nowrap;
}

.top-user {
  margin-top: 12px;
  font-size: 18px;
  cursor: pointer;
}

.p-logedin {
  font-size: 14px;
  margin: 0;
}

.info-collapsed {
  display: none;
}

.no-padding {
  padding: 0px !important;
}

.break-word {
  word-wrap: break-word;
}

@media print, screen and (max-width: 924px) {
  .nav-main {
    background-color: #fff;
    overflow-y: auto;
  }
}
@media print, screen and (max-width: 924px) {
  .nav-main--hidden {
    transform: translateX(100%);
  }
}
.nav-main__list {
  padding-left: 0;
  list-style: none;
}
@media print, screen and (max-width: 924px) {
  .nav-main__list {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__list {
    display: inline-flex;
    min-height: 46px;
    margin: 0;
    margin-top: 22px;
    justify-content: flex-end;
    line-height: 26px;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__item {
    display: inline-block;
    flex-shrink: 0;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__item.is-expanded .nav-main__title, .nav-main__item:not(.is-collapsed):hover .nav-main__title {
    border-bottom-color: #675c53;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__item.is-expanded .nav-main__submenu, .nav-main__item:not(.is-collapsed):hover .nav-main__submenu {
    display: block;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__item-right {
    padding-right: 0;
    padding-left: 40px;
  }
}
.nav-main__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  outline: 0;
  border-bottom: 0 solid transparent;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 925px) {
  .nav-main__title {
    display: inline;
    margin: 0 0 -1px;
    padding: 0 0 12px;
    border-bottom-width: 4px;
    transition: border-color 0.15s;
  }
  .nav-main__title:hover, .nav-main__title:active, .nav-main__title:focus {
    color: inherit;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__title:focus {
    border-bottom-color: #675c53;
  }
}
.nav-main__title-icon {
  fill: #675c53;
  transition: transform 0.3s, fill 0.3s;
}
.is-collapsed .nav-main__title-icon {
  transform: rotateX(180deg);
  fill: #000000;
}
@media only screen and (min-width: 925px) {
  .nav-main__top {
    display: inline;
  }
}

.nav-main__submenu {
  position: static;
  padding: 0;
  width: 100%;
  transition: height ease-in;
  overflow: hidden;
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu {
    position: absolute;
    display: none;
    left: 0;
    margin-top: 1px;
    background-color: #fff;
    overflow: visible;
  }
}
.is-collapsed .nav-main__submenu {
  display: none;
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 18px;
    margin-top: -18px;
  }
}
.nav-main__submenu-title {
  margin: 0;
  padding: 0;
  outline: 0;
  border-bottom: 2px solid #675c53;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  fill: #675c53;
  transition: color 0.15s, border-color 0.15s, fill 0.15s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  border-bottom: 1px solid #E2E2E2;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
}
.theme--accent .nav-main__submenu-title, .theme--accent-dark .nav-main__submenu-title {
  color: inherit;
  fill: inherit;
  border-color: #fff;
}
.nav-main__submenu-title:not(button):active, .nav-main__submenu-title:not(button):focus-visible, .nav-main__submenu-title:enabled:active, .nav-main__submenu-title:enabled:focus-visible {
  color: #675c53;
  fill: #675c53;
}
.theme--accent .nav-main__submenu-title:not(button):active, .theme--accent-dark .nav-main__submenu-title:not(button):active, .theme--accent .nav-main__submenu-title:not(button):focus-visible, .theme--accent-dark .nav-main__submenu-title:not(button):focus-visible, .theme--accent .nav-main__submenu-title:enabled:active, .theme--accent-dark .nav-main__submenu-title:enabled:active, .theme--accent .nav-main__submenu-title:enabled:focus-visible, .theme--accent-dark .nav-main__submenu-title:enabled:focus-visible {
  color: inherit;
  fill: inherit;
}
@media (hover: hover) {
  .nav-main__submenu-title:not(button):hover, .nav-main__submenu-title:enabled:hover {
    color: #675c53;
    fill: #675c53;
  }
  .theme--accent .nav-main__submenu-title:not(button):hover, .theme--accent-dark .nav-main__submenu-title:not(button):hover, .theme--accent .nav-main__submenu-title:enabled:hover, .theme--accent-dark .nav-main__submenu-title:enabled:hover {
    color: inherit;
    fill: inherit;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu-title {
    border-bottom: 0;
    color: inherit;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    margin: 35px 0 20px;
    padding: 0;
    line-height: 32px;
    font-size: 30px;
  }
  .nav-main__submenu-title:active, .nav-main__submenu-title:focus-visible {
    color: #675c53;
  }
  .theme--accent .nav-main__submenu-title:active, .theme--accent-dark .nav-main__submenu-title:active, .theme--accent .nav-main__submenu-title:focus-visible, .theme--accent-dark .nav-main__submenu-title:focus-visible {
    color: inherit;
  }
}
@media only screen and (min-width: 925px) and (hover: hover) {
  .nav-main__submenu-title:hover {
    color: #675c53;
  }
  .theme--accent .nav-main__submenu-title:hover, .theme--accent-dark .nav-main__submenu-title:hover {
    color: inherit;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu-title::before {
    content: "";
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 100%;
    transition: right 0.4s 0.4s, background-color 0.4s;
  }
  .nav-main__submenu-title:hover::before {
    right: 0;
    background: #675c53;
    transition: right 0.6s, background-color 0s;
  }
  .nav-main__submenu-title .icon {
    width: 30px;
    transform: translate(15px, 2px) scale(1.5);
  }
}
.nav-main__submenu-list {
  padding-left: 30px;
  list-style: none;
  overflow: hidden;
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
@media only screen and (min-width: 925px) {
  .is-collapsed .nav-main__submenu-list {
    display: flex;
  }
}
.nav-main__submenu .icon--arrow-right {
  fill: #675c53;
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu .icon--arrow-right {
    margin-left: 4px;
  }
}

.nav-main__submenu-item {
  border-bottom: 1px solid #E2E2E2;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu-item {
    margin-bottom: -1px;
    margin-right: 8%;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 30px;
    width: 46%;
    font-size: 18px;
  }
  .nav-main__submenu-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-main__submenu-item {
    width: 29.4%;
    margin-right: 5.9%;
  }
  .nav-main__submenu-item:nth-child(2n) {
    margin-right: 5.9%;
  }
  .nav-main__submenu-item:nth-child(3n) {
    margin-right: 0;
  }
}
.nav-main__submenu-item-title {
  margin: 0;
  padding: 0;
  outline: 0;
  border-bottom: 2px solid #675c53;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  fill: #675c53;
  transition: color 0.15s, border-color 0.15s, fill 0.15s;
  border-bottom: 0;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  padding: 12px 0;
}
.theme--accent .nav-main__submenu-item-title, .theme--accent-dark .nav-main__submenu-item-title {
  color: inherit;
  fill: inherit;
  border-color: #fff;
}
.nav-main__submenu-item-title:not(button):active, .nav-main__submenu-item-title:not(button):focus-visible, .nav-main__submenu-item-title:enabled:active, .nav-main__submenu-item-title:enabled:focus-visible {
  color: #675c53;
  fill: #675c53;
}
.theme--accent .nav-main__submenu-item-title:not(button):active, .theme--accent-dark .nav-main__submenu-item-title:not(button):active, .theme--accent .nav-main__submenu-item-title:not(button):focus-visible, .theme--accent-dark .nav-main__submenu-item-title:not(button):focus-visible, .theme--accent .nav-main__submenu-item-title:enabled:active, .theme--accent-dark .nav-main__submenu-item-title:enabled:active, .theme--accent .nav-main__submenu-item-title:enabled:focus-visible, .theme--accent-dark .nav-main__submenu-item-title:enabled:focus-visible {
  color: inherit;
  fill: inherit;
}
@media (hover: hover) {
  .nav-main__submenu-item-title:not(button):hover, .nav-main__submenu-item-title:enabled:hover {
    color: #675c53;
    fill: #675c53;
  }
  .theme--accent .nav-main__submenu-item-title:not(button):hover, .theme--accent-dark .nav-main__submenu-item-title:not(button):hover, .theme--accent .nav-main__submenu-item-title:enabled:hover, .theme--accent-dark .nav-main__submenu-item-title:enabled:hover {
    color: inherit;
    fill: inherit;
  }
}
.nav-main__submenu-item-title:active, .nav-main__submenu-item-title:focus-visible {
  color: #675c53;
}
.theme--accent .nav-main__submenu-item-title:active, .theme--accent-dark .nav-main__submenu-item-title:active, .theme--accent .nav-main__submenu-item-title:focus-visible, .theme--accent-dark .nav-main__submenu-item-title:focus-visible {
  color: inherit;
}
@media (hover: hover) {
  .nav-main__submenu-item-title:hover {
    color: #675c53;
  }
  .theme--accent .nav-main__submenu-item-title:hover, .theme--accent-dark .nav-main__submenu-item-title:hover {
    color: inherit;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu-item-title {
    border-bottom: 0;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    background: transparent;
  }
  .nav-main__submenu-item-title::before {
    content: "";
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 100%;
    transition: right 0.4s 0.4s, background-color 0.4s;
  }
  .nav-main__submenu-item-title:focus-visible::before {
    right: 0;
    background: #675c53;
    transition: right 0.6s, background-color 0s;
  }
  .theme--accent .nav-main__submenu-item-title:focus-visible::before, .theme--accent-dark .nav-main__submenu-item-title:focus-visible::before {
    background: #fff;
  }
}
@media only screen and (min-width: 925px) and (hover: hover) {
  .nav-main__submenu-item-title:hover::before {
    right: 0;
    background: #675c53;
    transition: right 0.6s, background-color 0s;
  }
  .theme--accent .nav-main__submenu-item-title:hover::before, .theme--accent-dark .nav-main__submenu-item-title:hover::before {
    background: #fff;
  }
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu-item-title .icon {
    flex-shrink: 0;
    margin-left: 10px;
    margin-top: 9px;
  }
}
.nav-main__submenu-item-paragraph {
  display: none;
}
@media only screen and (min-width: 925px) {
  .nav-main__submenu-item-paragraph {
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.nav-secondary {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 925px) {
  .nav-secondary {
    display: none;
  }
}
.nav-secondary__list {
  display: flex;
  margin: 0;
  list-style: none;
  height: 20px;
}
@media only screen and (min-width: 925px) {
  .nav-secondary__list {
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 924px) {
  .nav-secondary__list {
    padding-top: 20px;
    padding-right: 10px;
  }
}
.nav-secondary__item {
  position: relative;
  margin-left: 19px;
  margin-right: -8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-secondary__item:first-child {
  margin-left: 10px;
}
.nav-secondary__item:not(:first-child)::before {
  position: absolute;
  margin-left: -10px;
  width: 1px;
  height: 100%;
  background-color: #E2E2E2;
  content: "";
}

.nav-main-webshop-text {
  font-size: 10px;
}

.nav-main-menu-text {
  font-size: 10px;
  margin-top: 19px;
}

.nav-main-toggle-button {
  position: relative;
  display: block;
  outline: 0;
  width: 35px;
  height: 30px;
  margin: -5px;
  margin-top: 0px;
  border: 5px solid transparent;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-main-toggle-button span, .nav-main-toggle-button::after, .nav-main-toggle-button::before {
  transition: background-color 0.3s;
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  background: #e98300;
  content: "";
  cursor: pointer;
}
.nav-main-toggle-button::before {
  top: 0;
  transform: rotate(0deg);
  transition: transform 0.3s, top 0.3s;
  margin-top: -4px;
}
.nav-main-toggle-button span {
  top: calc(50% - 2px);
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0.5s;
  color: transparent;
  font-size: 0;
  margin-top: 6px;
}
.nav-main-toggle-button::after {
  bottom: 0;
  transition: transform 0.3s, top 0.3s;
  margin-bottom: -16px;
}
.nav-main-toggle-button.is-checked::before {
  transform: translateY(8px) rotate(45deg);
  transition-delay: 0.5s;
}
.nav-main-toggle-button.is-checked span {
  opacity: 0;
  transition-delay: 0s;
}
.nav-main-toggle-button.is-checked::after {
  transform: translateY(-8px) rotate(-45deg);
  transition-delay: 0.5s;
}

.nav-account {
  display: block;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #E2E2E2;
  height: 46px;
}
@media only screen and (min-width: 925px) {
  .nav-account {
    display: flex;
    justify-content: flex-end;
    border: 0;
    height: auto;
  }
}
.nav-account__list {
  display: flex;
}
@media only screen and (min-width: 925px) {
  .nav-account__list {
    align-items: center;
  }
}
.nav-account__item {
  position: relative;
  padding: 13px 20px;
}
@media only screen and (min-width: 925px) {
  .nav-account__item {
    padding: 5px 10px 0;
  }
  .nav-account__item:last-child {
    padding-right: 0;
  }
}
.nav-account__item--center {
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 0;
}

.header-padding {
  padding-top: 15px;
}

.footer {
  margin-top: 30px;
  background: #F3F3F3;
  overflow: hidden;
}
.footer::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #F3F3F3;
}
.footer__container {
  margin-top: 25px;
}
.footer__nav {
  margin-bottom: 25px;
  border-bottom: 1px solid #E2E2E2;
}
@media print, screen and (min-width: 641px) {
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0;
  }
}
.footer__category {
  margin-top: 25px;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 641px) {
  .footer__category {
    width: calc(50% - 15px);
    margin-top: 0;
    margin-right: 30px;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 925px) {
  .footer__category {
    width: calc(25% - 22.5px);
  }
}
@media print, screen and (min-width: 641px) {
  .footer__category:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 925px) {
  .footer__category:nth-child(2n) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 925px) {
  .footer__category:nth-child(4n) {
    margin-right: 0;
  }
}
.footer__category:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.footer__list-item {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .footer__list-item {
    padding-top: 0;
  }
}
.footer__list-item::before {
  content: none;
}
.footer__list-link {
  font-weight: inherit;
}
.footer__tagline {
  font-size: 22px;
  color: #e98300;
}
.footer__brands {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
.footer__brand {
  margin-right: 50px;
  margin-bottom: 25px;
}
.footer__brand-link {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  line-height: 0;
  transition: filter 0.15s;
  filter: grayscale(100%);
}
.footer__brand-link:hover, .footer__brand-link:active, .footer__brand-link:focus {
  filter: grayscale(0%);
}
.footer__brand-image {
  max-height: 50px;
}
.footer__bottom {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.footer__nav-secondary {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.footer__nav-secondary-item::after {
  content: "";
  display: inline-block;
  margin: 0 10px -2px;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.footer__nav-secondary-item:last-child {
  margin-right: 20px;
}
.footer__nav-secondary-item:last-child::after {
  display: none;
}
.footer__nav-secondary-link {
  font-weight: 400;
}
.footer__shares {
  margin-top: -5px;
  height: 38px;
}
.footer__rights {
  background: #fff;
  padding: 15px 0;
  font-size: 15px;
}
.footer__rights-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-of-links {
  width: 100%;
}
.list-of-links__list {
  margin-top: 30px;
  padding-bottom: 1px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list-of-links__list {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .list-of-links--group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .list-of-links--two-columns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .list-of-links--group .list-of-links__title, .list-of-links--group .list-of-links__list {
    width: calc(50% - 15px);
  }
  .list-of-links--group .list-of-links__title:nth-child(1), .list-of-links--group .list-of-links__list:nth-child(1) {
    order: 1;
  }
  .list-of-links--group .list-of-links__title:nth-child(2), .list-of-links--group .list-of-links__list:nth-child(2) {
    order: 3;
  }
  .list-of-links--group .list-of-links__title:nth-child(3), .list-of-links--group .list-of-links__list:nth-child(3) {
    order: 2;
  }
  .list-of-links--group .list-of-links__title:nth-child(4), .list-of-links--group .list-of-links__list:nth-child(4) {
    order: 4;
  }
}
.list-of-links__title {
  min-height: 35px;
}
@media print, screen and (max-width: 924px) {
  .list-of-links__title-display-none {
    display: none;
  }
}
.list-of-links__item {
  margin-bottom: -1px;
}
@media only screen and (min-width: 768px) {
  .list-of-links--two-columns .list-of-links__item {
    width: calc(50% - 15px);
  }
  .list-of-links--two-columns .list-of-links__item:nth-child(even) {
    margin-left: 30px;
  }
}
.list-of-links__link {
  margin: 0;
  padding: 0;
  outline: 0;
  border-bottom: 2px solid #675c53;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  fill: #675c53;
  transition: color 0.15s, border-color 0.15s, fill 0.15s;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding: 22px 10px;
  height: 100%;
  width: 100%;
  font-weight: 500;
}
.theme--accent .list-of-links__link, .theme--accent-dark .list-of-links__link {
  color: inherit;
  fill: inherit;
  border-color: #fff;
}
.list-of-links__link:not(button):active, .list-of-links__link:not(button):focus-visible, .list-of-links__link:enabled:active, .list-of-links__link:enabled:focus-visible {
  color: #675c53;
  fill: #675c53;
}
.theme--accent .list-of-links__link:not(button):active, .theme--accent-dark .list-of-links__link:not(button):active, .theme--accent .list-of-links__link:not(button):focus-visible, .theme--accent-dark .list-of-links__link:not(button):focus-visible, .theme--accent .list-of-links__link:enabled:active, .theme--accent-dark .list-of-links__link:enabled:active, .theme--accent .list-of-links__link:enabled:focus-visible, .theme--accent-dark .list-of-links__link:enabled:focus-visible {
  color: inherit;
  fill: inherit;
}
@media (hover: hover) {
  .list-of-links__link:not(button):hover, .list-of-links__link:enabled:hover {
    color: #675c53;
    fill: #675c53;
  }
  .theme--accent .list-of-links__link:not(button):hover, .theme--accent-dark .list-of-links__link:not(button):hover, .theme--accent .list-of-links__link:enabled:hover, .theme--accent-dark .list-of-links__link:enabled:hover {
    color: inherit;
    fill: inherit;
  }
}
.list-of-links__icon {
  flex-shrink: 0;
  margin-top: 8px;
  margin-left: 20px;
}
.list-of-links .icon--pdf {
  margin-top: 0;
}

.list-of-highlighted-content__group {
  display: flex;
  flex-direction: column;
}
.list-of-highlighted-content__item {
  position: relative;
  min-height: 100px;
  background-color: rgb(252.36, 240.12, 224.4);
  color: black;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 15px 0 15px 0;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .list-of-highlighted-content__item {
    min-height: 130px;
  }
}
.list-of-highlighted-content__text {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
.list-of-highlighted-content__text-subtitle {
  font-size: 14px;
}
.list-of-highlighted-content__text-subtitle a {
  color: #e98300;
  border-bottom: 2px solid #e98300;
}
.list-of-highlighted-content__text-subtitle a:hover {
  border-bottom: 2px solid #675c53;
}
@media print, screen and (max-width: 767px) {
  .list-of-highlighted-content__text {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
  }
}
.list-of-highlighted-content__icon {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  left: -14px;
  top: 15px;
  fill: #e98300;
}
.list-of-highlighted-content__icon > svg {
  width: 100%;
  height: 100%;
}

.list-of-highlighted-links__group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (max-width: 767px) {
  .list-of-highlighted-links__group {
    flex-direction: column;
  }
}
.list-of-highlighted-links__group__column {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.list-of-highlighted-links__group__column .list-of-highlighted-links__item {
  width: 100%;
}
.list-of-highlighted-links__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(252.36, 240.12, 224.4);
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  width: 49%;
  box-sizing: border-box;
  padding-left: 10px;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .list-of-highlighted-links__item {
    width: 100%;
  }
}
.list-of-highlighted-links__item.list-of-highlighted-links__link-inactive {
  cursor: default;
}
.list-of-highlighted-links__item .container--row {
  flex: 1;
  min-width: 0;
  height: 100%;
}
.list-of-highlighted-links__text {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
  padding: 14px 10px 14px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-of-highlighted-links__text p {
  margin: 0;
}
.list-of-highlighted-links__text-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.list-of-highlighted-links__text-subtitle {
  font-size: 14px;
  white-space: normal;
  word-wrap: break-word;
  overflow: visible;
  margin-top: 4px;
}
.list-of-highlighted-links__image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  padding: 10px;
  object-fit: contain;
}
.list-of-highlighted-links__icon {
  flex-shrink: 0;
  margin-right: 20px;
  fill: #e98300;
}
.list-of-highlighted-links__link-inactive {
  cursor: none;
}

.form__error, .form__warning {
  width: 100%;
  margin-top: 5px;
  border: 1px solid;
  border-color: #E20000;
  padding: 12px;
  background: #FDEDED;
  color: #000000;
}
.form__warning {
  border-color: #e2007a;
  background: #009ee0;
  color: #ffffff;
}
.form--compact .field,
.form--compact .btn--in-form {
  margin-top: 20px;
}
.form__intro {
  font-size: 20px;
  line-height: 35px;
}
.form__remark {
  position: relative;
  margin: 25px 0;
  text-align: right;
  color: #767676;
}
.form__remark::before {
  content: "*";
  display: inline-block;
  margin-right: 5px;
  color: #e98300;
}
.form__remark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
}
.form__remark + form > hr:first-child {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .form__group--has-columns {
    display: flex;
  }
}
.form__column {
  width: 100%;
}
.form__column:not(:last-child) {
  margin-right: 20px;
}
.form__line {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .form__line {
    margin-top: 32px;
  }
}

.form-steps {
  margin: 0;
  padding: 0;
  counter-reset: section;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .form-steps {
    display: flex;
  }
}
.form-steps__step {
  white-space: nowrap;
  overflow: hidden;
  counter-increment: section;
  color: #8D8D8D;
  fill: #8D8D8D;
}
@media only screen and (min-width: 768px) {
  .form-steps__step:not(:last-child) {
    margin-right: 40px;
  }
}
.form-steps__step.form-steps__step--done, .form-steps__step.form-steps__step--current {
  color: #675c53;
  fill: #675c53;
}
.form-steps__step::before {
  content: counter(section, decimal) ". ";
  font-weight: 500;
}

.form__price-table {
  margin: 20px 0 0;
  color: #B1B1B1;
}
@media only screen and (min-width: 768px) {
  .form__price-table {
    margin-top: 32px;
  }
}
.form__price-table--selected {
  color: #000000;
}
.form__price-table--loading {
  color: inherit;
  display: flex;
  align-items: center;
}
.form__price-table--loading .icon--loading-light {
  margin-right: 10px;
}

.field {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .field {
    margin-top: 32px;
  }
}
.field__compact {
  margin-top: 0;
}
.field__hint {
  position: static;
  margin-top: 0;
  margin-left: 0;
  font-size: 14px;
  color: #8D8D8D;
}
.theme--accent .field__hint, .theme--accent-dark .field__hint {
  color: inherit;
}
.field__explanation {
  font-size: 14px;
  color: gray;
  margin-top: 8px;
  line-height: 18px;
}
.field__label {
  display: block;
  min-height: 26px;
  font-weight: 500;
}
.field--required .field__label::after {
  content: " *";
  color: #e98300;
}
.field__input-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 2px;
  min-height: 50px;
  width: 100%;
  margin-top: 16px;
  background: #fff;
}
.theme--accent .field__input-container, .theme--accent-dark .field__input-container {
  border-color: #fff;
}
.focus-within .field__input-container {
  border-color: #000000;
  background: rgb(253.46, 246.32, 237.15);
}
.theme--accent .focus-within .field__input-container, .theme--accent-dark .focus-within .field__input-container {
  border-color: #fff;
  background: #fff;
}
.field--transparent .field__input-container {
  background: transparent;
}
.field--transparent.focus-within .field__input-container {
  background: transparent;
  color: #fff;
}
.field--disabled .field__input-container, .field--readonly .field__input-container {
  border: 0;
  background: none;
}
.field__icon {
  flex-shrink: 0;
  width: 44px;
  height: 48px;
  padding: 14px 12px;
  fill: #ccc;
}
@media only screen and (min-width: 768px) {
  .field__icon {
    width: 50px;
    padding: 14px;
  }
}
.field__icon:first-child {
  border-right: 1px solid #ccc;
}
.focus-within .field__icon {
  border-color: #000000;
  fill: #000000;
}
.theme--accent .field--transparent .field__icon, .theme--accent-dark .field--transparent .field__icon {
  border-color: #fff;
  fill: #fff;
}
.field__label {
  display: block;
  font-weight: 500;
}
.theme--accent .field__label, .theme--accent-dark .field__label {
  color: inherit;
}
.field__input-label {
  flex-shrink: 0;
  padding: 11px 0 11px 14px;
  color: #000000;
  font-weight: 500;
  line-height: inherit;
}
.field--transparent .field__input-label {
  color: inherit;
}
.field__input {
  position: static;
  display: block;
  outline: 0;
  border: 0;
  padding: 11px 14px;
  width: 100%;
  height: 48px;
  background: transparent;
  color: #000000;
}
.field--transparent .field__input {
  color: inherit;
}
.field--has-errors:not(.focus-within) .field__input {
  color: #E20000;
}
.field--has-errors.field--transparent .field__input {
  color: inherit;
}
.field--disabled .field__input, .field--readonly .field__input {
  background: #F3F3F3;
}
.field__input::placeholder {
  color: #767676;
}
.field--transparent .field__input::placeholder {
  color: #E2E2E2;
}
.field__input--textarea {
  min-height: 204px;
  height: 204px;
  resize: vertical;
}
.field__input--select, .field__input--date, .field__input--time {
  padding: 0;
  height: 48px;
}
.field__input--file {
  opacity: 0;
  padding: 0;
  height: 0;
}
.field__date-and-time {
  display: flex;
  margin-right: -20px;
}
.field__date-and-time .field__input-container {
  margin-right: 20px;
}
.field__date-and-time .field__input-container:nth-child(1) {
  width: 60%;
  max-width: 210px;
}
.field__date-and-time .field__input-container:nth-child(2) {
  width: 40%;
  max-width: 170px;
}
.field__error {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 5px;
  border: 1px solid;
  border-color: #E20000;
  padding: 12px;
  background: #FDEDED;
  color: #000000;
}
.field__error::before, .field__error::after {
  display: block;
  position: absolute;
  top: 0;
  margin-top: -10px;
  margin-left: 8px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #FDEDED;
  border-left: 15px solid transparent;
  width: 0;
  height: 0;
  content: "";
}
.field__error::before {
  margin-top: -11px;
  margin-left: 13px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E20000;
  border-left: 10px solid transparent;
}
.field__option-label {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding-left: 30px;
}
.field__option-label::before, .field__option-label::after {
  position: absolute;
  display: inline-block;
}
.field__option-label::before {
  content: "";
  height: 20px;
  width: 20px;
  background: #F3F3F3;
  border: 1px solid #ccc;
  left: 0;
  top: 3px;
  transition: border-color 0.25s;
}
.field:not(.field--disabled):not(.field--readonly) .field__option-label {
  cursor: pointer;
}
.field:not(.field--disabled):not(.field--readonly) .field__option-label::before {
  background: white;
}
.field:not(.field--disabled):not(.field--readonly) .field__option-label:hover::before {
  border-color: #000000;
}
.field__option-label-checkbox-plus {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding-left: 15px;
  cursor: pointer;
}
.field__option-label-checkbox-plus::before {
  position: absolute;
  display: inline-block;
  content: "+";
  font-size: 20px;
  left: 0;
}
.field__checkbox:checked + .field__option-label-checkbox-plus::before {
  content: "-";
  font-size: 20px;
  left: 0;
}
.field__option {
  margin: 10px 0;
}
.field__option--checkbox .field__option-label::before {
  border-radius: 3px;
}
.field__option--checkbox .field__option-label::after {
  content: "";
  height: 7px;
  width: 12px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: transparent;
  transform: rotate(-45deg);
  left: 4px;
  top: 8px;
  transition: border-color 0.25s;
}
.field__option--radio .field__option-label::before {
  border-radius: 50%;
}
.field__option--radio .field__option-label::after {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: transparent;
  left: 4px;
  top: 7px;
  transition: background-color 0.25s;
}
.field__checkbox, .field__radio {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.field__checkbox:focus + .field__option-label::before, .field__radio:focus + .field__option-label::before {
  border-color: #000000;
}
.field__checkbox:checked + .field__option-label::after {
  border-color: #675c53;
}
.field__radio:checked + .field__option-label::after {
  background: #675c53;
}
.field__group--two-columns {
  display: grid;
  grid-template-columns: 50% 50%;
}
.field__group--horizontal:after {
  content: "";
  display: table;
  clear: both;
}
.field__group--horizontal .field__option {
  display: inline-block;
  float: left;
}
.field__file-title {
  display: block;
}
.field__file-filename {
  display: flex;
}
.field__file-svg {
  margin-right: 10px;
}
.field__file-label {
  cursor: pointer;
}
.field__input--file:focus + .field__file-label {
  color: #675c53;
}
.field__file-label + .field__error {
  margin-top: 15px;
}
.field__birthdate {
  display: flex;
  justify-content: flex-start;
}
.field__birthdate-day {
  min-width: 60px;
  width: 70px;
}
.field__birthdate-month {
  min-width: 60px;
  width: 70px;
}
.field__birthdate-year {
  min-width: 70px;
  width: 170px;
}
.field__birthdate-splitter {
  flex-shrink: 1;
  margin-top: 16px;
  padding: 11px 14px;
}
.field--margin-top-20 {
  margin-top: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.field_hidden {
  display: none;
}

.stop-icon, .timetable__stop-icon, .travel-advice__stop-icon, .travel-advice__start-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #e98300;
  background-color: white;
}
.stop-icon--small, .travel-advice__stop-icon {
  width: 14px;
  height: 14px;
  border-width: 2px;
}
.stop-icon--small::before, .travel-advice__stop-icon::before {
  border-width: 5px;
}
.stop__table {
  width: 100%;
  margin: 0 0 26px;
  text-align: left;
  border-collapse: collapse;
}

.stop-header {
  transition: opacity 0.25s;
}
.stop-header--loading {
  opacity: 0.5;
  pointer-events: none;
}
.stop-header__sub-title {
  display: block;
  margin: 10px 0 0;
}
.stop-header__accessibility {
  margin-top: 15px;
}
.stop-header__accessibility-icon {
  width: 40px;
  height: 40px;
  background: #F3F3F3;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.stop-header__accessibility-icon:not(:first-child) {
  margin-left: 20px;
}

.stop-sub-header__icon {
  width: 40px;
  height: 40px;
  line-height: 1;
  fill: #fff;
  color: #fff;
  background: #e98300;
  border-radius: 15%;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .stop-sub-header__info {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}
.stop-sub-header__name {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .stop-sub-header__name {
    margin-left: 50px;
  }
}
.stop-sub-header__timestamp-remark {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .stop-sub-header__timestamp-remark {
    position: absolute;
    right: 0;
    margin-top: -20px;
  }
}
.stop-sub-header__loading-icon {
  position: absolute;
  transform: translate(5px, 3px);
}
@media only screen and (min-width: 768px) {
  .stop-sub-header__loading-icon {
    transform: translate(-24px, 3px);
  }
}

.stop-lines {
  transition: opacity 0.25s;
}
.stop-lines--loading {
  opacity: 0.5;
  pointer-events: none;
}
.stop-lines__list-item {
  border: 0 solid #E2E2E2;
  border-top-width: 1px;
  padding: 15px 0;
}
.stop-lines__list-item:last-child {
  border-bottom-width: 1px;
}
@media only screen and (min-width: 768px) {
  .stop-lines__list-item {
    display: flex;
  }
}
.stop-lines__toggle-more-btn {
  margin-top: 20px;
}
.stop-lines__line-numbers {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .stop-lines__line-numbers {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: calc(50% - 450px);
    max-width: 175px;
    min-width: 65px;
    margin-left: 52px;
    margin-right: 15px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .stop-lines__line-name {
    flex-shrink: 1;
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
  }
}
.stop-lines__line-long-name {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .stop-lines__timetable-link {
    flex-shrink: 1;
    width: 25%;
    overflow: hidden;
    padding-right: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.stop-lines__empty {
  background: rgb(253.46, 246.32, 237.15);
}
.stop-lines__empty-text {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .stop-lines__empty-text {
    margin-left: 52px;
  }
}

.stop-departures {
  transition: opacity 0.25s;
}
.stop-departures--loading {
  opacity: 0.5;
  pointer-events: none;
}
.stop-departures__header {
  position: sticky;
  z-index: 1;
  top: -1px;
  border-bottom: 1px solid #E2E2E2;
  background: #fff;
}
@media print, screen and (max-width: 767px) {
  .stop-departures__header {
    display: none;
  }
}
.stop-departures__header-row {
  display: flex;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .stop-departures__list {
    border-top: 1px solid #E2E2E2;
  }
}
.stop-departures__item:nth-child(odd) {
  background: rgb(253.46, 246.32, 237.15);
}
.stop-departures__item-content {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .stop-departures__item-content {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.stop-departures__line-numbers, .stop-departures__direction, .stop-departures__departure-time, .stop-departures__pdf {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .stop-departures__line-numbers, .stop-departures__direction, .stop-departures__departure-time, .stop-departures__pdf {
    padding: 10px 0;
  }
}
.stop-departures__line-numbers {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .stop-departures__line-numbers {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: calc(50% - 450px);
    max-width: 175px;
    min-width: 65px;
    margin-left: 52px;
    margin-right: 15px;
    align-items: flex-start;
  }
}
.stop-departures__inline_icons {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .stop-departures__direction {
    flex-shrink: 1;
    padding-left: 60px;
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .stop-departures__direction_disrupted {
    padding: 15px 0 0 60px;
    flex-shrink: 1;
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .stop-departures__departure-time {
    flex-shrink: 1;
    width: 55%;
    overflow: hidden;
    padding-right: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.stop-departures__pdf {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .stop-departures__pdf {
    flex-shrink: 1;
    width: 50%;
    overflow: hidden;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .stop-departures__pdf {
    margin-top: 12px;
  }
}
.stop-departures__empty {
  background: rgb(253.46, 246.32, 237.15);
}
.stop-departures__empty-text {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .stop-departures__empty-text {
    margin-left: 52px;
  }
}
.stop-departures__toggle-more-btn {
  margin-top: 20px;
}
.stop-departures__reverse {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .stop-departures__reverse {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-right: 40%;
    width: 100%;
  }
}

@media print, screen and (max-width: 767px) {
  .stop-table {
    display: block;
  }
}
.stop-table__row {
  position: relative;
  padding: 10px 10px 10px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 925px) {
  .stop-table__row {
    height: 47px;
  }
}
.stop-table__row--heading {
  font-weight: bold;
}
.stop-table__column {
  width: 100%;
  padding: 0;
  list-style-type: none;
  margin: 0 0 26px;
}
@media only screen and (min-width: 768px) {
  .stop-table__column {
    width: 50%;
    margin: 0;
  }
}
.stop-table__column--heading {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .stop-table__column--heading li::after {
    border-bottom: 1px solid #ccc;
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 100%;
  }
}

.travel-advice {
  transition: opacity 0.4s;
}
.travel-advice--loading {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.travel-advice__step {
  position: relative;
  z-index: 1;
}
.travel-advice__step::before, .travel-advice__step::after {
  position: absolute;
  display: block;
  top: 13px;
  left: 78px;
  width: 0;
  height: 100%;
  border-left: 4px solid #e98300;
}
.travel-advice__step--walk::before {
  border-left-color: #ccc;
}
.travel-advice__step--walk::after {
  left: 77px;
  width: 6px;
  border-left: 0;
  background: url("/Images/svgs/travel-advice-dotted-line.svg") #ccc;
}
.travel-advice__step:not(:last-child)::before, .travel-advice__step:not(:last-child)::after {
  content: "";
}
.travel-advice__start {
  display: flex;
}
.travel-advice__start-icon {
  margin-top: 6px;
  margin-left: 72px;
  margin-right: 12px;
}
.travel-advice__start-time {
  flex-shrink: 0;
  width: 43px;
  margin-right: 57px;
  text-align: right;
  font-weight: 500;
}
.travel-advice__start-address {
  font-weight: 500;
}
.travel-advice__end {
  display: flex;
}
.travel-advice__end-time {
  flex-shrink: 0;
  width: 43px;
  margin-top: 12px;
  margin-right: 57px;
  line-height: 14px;
  font-size: 14px;
  text-align: right;
}
.travel-advice__time-adjustment {
  position: absolute;
  margin-left: 3px;
  margin-top: -1px;
  color: #E20000;
  font-size: 13px;
}
.travel-advice__route {
  display: flex;
  align-items: flex-start;
}
.travel-advice__route-mode {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 12px;
  margin-right: 52px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .travel-advice__route-mode {
    margin-top: 28px;
  }
}
.travel-advice__route-mode::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 15%;
  border: 24px solid #F3F3F3;
  outline: 1px solid black;
}
.travel-advice__step--walk .travel-advice__route-mode::before {
  content: none;
}
.travel-advice__route-icon {
  position: relative;
}
.travel-advice__route-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0 10px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .travel-advice__route-info {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin: 38px 0 23px;
    padding-bottom: 2px;
    border-bottom: 1px solid #E2E2E2;
  }
}
.travel-advice__route-description {
  font-weight: 500;
}
.travel-advice__route-direction {
  font-weight: 400;
}
.travel-advice__remark {
  display: block;
  background: rgb(252.36, 240.12, 224.4);
  padding: 2px 4px;
}
@media print, screen and (max-width: 767px) {
  .travel-advice__remark {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice__remark {
    margin-bottom: 2px;
    margin-right: 20px;
  }
}
.travel-advice__occupancy {
  margin-left: 9px;
  fill: #e98300;
}
.travel-advice__extra-toggle {
  flex-shrink: 0;
}
.travel-advice__extra-toggle-icon {
  margin-left: 4px;
}
.travel-advice__extra {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.travel-advice__extra--closed {
  max-height: 0;
}
.travel-advice__stop {
  display: flex;
}
.travel-advice__stop-time {
  flex-shrink: 0;
  width: 43px;
  margin-right: 57px;
  text-align: right;
  font-size: 14px;
  line-height: 28px;
}
.travel-advice__stop-address {
  font-size: 14px;
}
.travel-advice__stop-icon {
  margin-top: 7px;
  margin-left: 73px;
  margin-right: 13px;
}
.travel-advice__shares {
  margin-top: 40px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 10px;
}

@media print, screen and (max-width: 767px) {
  .travel-advices {
    padding-left: 0;
    padding-right: 0;
  }
}
.travel-advices__container {
  display: flex;
  overflow: hidden;
  min-height: 200px;
  transition: opacity 0.4s;
}
.travel-advices--loading .travel-advices__container {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.travel-advices__list {
  flex-grow: 1;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 220px;
  margin-bottom: -20px;
}
.travel-advices__list:not(.is-no-scroll-snap) {
  scroll-snap-type: x mandatory;
}
.travel-advices__item {
  flex-shrink: 0;
  overflow: hidden;
}
.travel-advices__list:not(.is-no-scroll-snap) .travel-advices__item {
  scroll-snap-align: start;
}
.travel-advices__item--cancelled {
  text-decoration: line-through;
  opacity: 0.5;
  pointer-events: none;
}
.travel-advices__nav-btn, .travel-advices__item-btn {
  flex-shrink: 0;
  display: block;
  height: 200px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: left;
  font-weight: 400;
  fill: #fff;
}
.travel-advices__nav-btn:hover, .travel-advices__nav-btn:focus, .travel-advices__item-btn:hover, .travel-advices__item-btn:focus {
  fill: #fff;
}
.travel-advices__nav-btn:active, .travel-advices__nav-btn.is-active, .travel-advices__item-btn:active, .travel-advices__item-btn.is-active {
  color: #e98300;
  fill: #e98300;
}
.travel-advices__item-info {
  display: table;
  min-width: 75px;
  margin: 0 auto;
  height: 100%;
  padding-top: 20px;
}
.travel-advices__nav-btn {
  position: relative;
  width: 60px;
  background-position: 200px 0;
}
@media only screen and (min-width: 768px) {
  .travel-advices__nav-btn {
    max-width: 170px;
    min-width: 115px;
    width: 15%;
  }
}
.travel-advices__nav-btn, .travel-advices__nav-btn:hover, .travel-advices__nav-btn:focus, .travel-advices__nav-btn:active {
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2)) no-repeat;
  background-position: 200px 0;
}
.travel-advices__nav-btn:hover, .travel-advices__nav-btn:focus, .travel-advices__nav-btn:active {
  background-position: -1px 0;
}
.travel-advices__nav-btn:active {
  color: #fff;
  fill: #fff;
}
.travel-advices__nav-btn:disabled {
  opacity: 0.33;
  cursor: default;
}
.travel-advices__nav-btn::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 1px;
  height: calc(100% - 40px);
  background: #e98300;
}
@media print, screen and (max-width: 767px) {
  .travel-advices__nav-btn--prev {
    padding-left: 20px;
  }
}
.travel-advices__nav-btn--prev::before {
  right: 0;
}
.travel-advices__nav-btn--next {
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .travel-advices__nav-btn--next {
    padding-right: 20px;
  }
}
.travel-advices__nav-btn--next, .travel-advices__nav-btn--next:hover, .travel-advices__nav-btn--next:focus, .travel-advices__nav-btn--next:active {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent) no-repeat;
  background-position: -200px 0;
}
.travel-advices__nav-btn--next:hover, .travel-advices__nav-btn--next:focus, .travel-advices__nav-btn--next:active {
  background-position: 1px 0;
}
.travel-advices__nav-btn--next::before {
  left: 0;
}
.travel-advices__nav-btn--prev .travel-advices__nav-icon {
  margin-right: 20px;
}
.travel-advices__nav-btn--next .travel-advices__nav-icon {
  margin-left: 20px;
}
.travel-advices__nav-btn--loading .travel-advices__nav-icon {
  opacity: 0;
}
.travel-advices__nav-icon--loading {
  position: absolute;
  opacity: 0;
  margin-top: 5px;
}
.travel-advices__nav-btn--next .travel-advices__nav-icon--loading {
  margin-left: -20px;
}
.travel-advices__nav-btn--loading .travel-advices__nav-icon--loading {
  opacity: 1;
}
.travel-advices__item-btn {
  width: 115px;
  padding: 0;
}
.travel-advices__item-btn:hover, .travel-advices__item-btn:focus {
  background: rgb(170.09, 95.63, 0);
}
.travel-advices__item-btn:active, .travel-advices__item-btn.is-active {
  background: #fff;
}
.travel-advices__department-time {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.travel-advices__arrival-time, .travel-advices__transfers, .travel-advices__duration, .travel-advices__price, .travel-advices__occupancy {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.travel-advices__time-adjustment {
  color: #E20000;
  font-size: 13px;
  position: relative;
  top: -1px;
}
.travel-advices__transfers-icon {
  margin-left: 1px;
  margin-right: 5px;
  margin-bottom: -1px;
}
.travel-advices__duration-icon {
  transform: scale(0.7);
  transform-origin: 0 0;
  margin-bottom: -8px;
}
.travel-advices__department-time-icon {
  margin-left: 4px;
}
.travel-advices__price-currency {
  display: inline-block;
  width: 19px;
}
.travel-advices__no-items-message {
  width: 100%;
  padding: 25px 0;
}

.travel-advice-flex:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .travel-advice-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.travel-advice-flex__wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e98300;
}
@media only screen and (min-width: 768px) {
  .travel-advice-flex__buttons {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
}
.travel-advice-flex__reservation {
  margin: 10px 0 0;
}
.travel-advice-flex__reservation:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .travel-advice-flex__reservation {
    flex-shrink: 0;
    margin: 0 0 0 20px;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-flex__description {
    margin: 0 20px 0 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 924px) {
  .travel-advice-flex__more-info:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-flex__more-info {
    flex-shrink: 0;
  }
}

.travel-advice-services {
  border: 1px solid #E2E2E2;
  overflow: hidden;
  transition: opacity 0.5s;
}
.travel-advice-services:last-child {
  border-bottom: 1px solid #E2E2E2;
}
.travel-advice-services.is-expanded:not(.is-collapsing) {
  padding-top: 0;
  padding-bottom: 0;
}
.travel-advice-services.is-expanded:not(.is-collapsing)::after {
  display: none;
}
.travel-advice-services--loading {
  opacity: 0.5;
}
.travel-advice-services__toggle-btn {
  padding: 18px 20px;
}
@media only screen and (min-width: 768px) {
  .travel-advice-services__toggle-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.is-expanded:not(.is-collapsing) .travel-advice-services__toggle-btn {
  background: none;
}
.travel-advice-services__title {
  font-size: inherit;
  font-weight: 500;
  line-height: 20px;
}
.travel-advice-services__content {
  border-top: 1px solid #E2E2E2;
  padding: 5px 20px;
}
@media only screen and (min-width: 768px) {
  .travel-advice-services__content {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }
}
.is-expanded:not(.is-collapsing) .travel-advice-services__content {
  background: none;
}
.travel-advice-services__list {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .travel-advice-services__list {
    display: table;
    border-collapse: collapse;
  }
}
.travel-advice-services__item {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .travel-advice-services__item {
    position: relative;
    min-height: 30px;
    padding: 10px 0 10px 55px;
  }
  .travel-advice-services__item:not(:last-child) {
    border-bottom: 1px solid #E2E2E2;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-services__item {
    display: table-row;
    overflow: hidden;
  }
}
.travel-advice-services__image-wrapper {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .travel-advice-services__image-wrapper {
    position: absolute;
    top: 10px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-services__image-wrapper {
    display: table-cell;
    min-width: 55px;
    height: 30px;
    padding-right: 20px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
  }
  .travel-advice-services__item:not(:last-child) .travel-advice-services__image-wrapper {
    border-bottom: 1px solid #E2E2E2;
  }
}
@media print, screen and (max-width: 767px) {
  .travel-advice-services__image {
    max-width: 35px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-services__image {
    max-height: 30px;
  }
}
.travel-advice-services__name {
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .travel-advice-services__name {
    display: table-cell;
    margin: 0;
    padding-right: 20px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
  }
  .travel-advice-services__item:not(:last-child) .travel-advice-services__name {
    border-bottom: 1px solid #E2E2E2;
  }
}
.travel-advice-services__description {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .travel-advice-services__description {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-services__description {
    display: table-cell;
    width: calc(100% - 1px);
    margin: 0;
    padding: 20px 0;
    vertical-align: middle;
    padding-right: 20px;
    overflow: hidden;
  }
  .travel-advice-services__item:not(:last-child) .travel-advice-services__description {
    border-bottom: 1px solid #E2E2E2;
  }
}
.travel-advice-services__more-info {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .travel-advice-services__more-info {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-services__more-info {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right;
    overflow: hidden;
  }
  .travel-advice-services__item:not(:last-child) .travel-advice-services__more-info {
    border-bottom: 1px solid #E2E2E2;
  }
}

.travel-advice-price__header {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .travel-advice-price__header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .timetable__prices--compact .travel-advice-price__header {
    flex-direction: row;
    align-items: flex-start;
  }
}
.travel-advice-price__price-header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 20px;
}
@media print, screen and (max-width: 767px) {
  .travel-advice-price__price-header {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-price__price-header {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 767px) {
  .timetable__prices--compact .travel-advice-price__price-header {
    margin-bottom: 0;
  }
}
.travel-advice-price__icon {
  flex-shrink: 0;
  margin-right: 20px;
  margin-top: 10px;
}
.travel-advice-price__text {
  margin-right: 20px;
  margin-top: 12px;
}
.travel-advice-price__price {
  flex-shrink: 0;
  color: #e98300;
  font-weight: 500;
  margin-top: 12px;
}
.travel-advice-price__notice {
  margin-top: 12px;
}
@media print, screen and (max-width: 767px) {
  .travel-advice-price__notice {
    margin-bottom: 15px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-price__notice {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .travel-advice-price__button-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
.travel-advice-price__buy-btn {
  flex-shrink: 0;
}

.travel-planner {
  position: relative;
  min-height: 180px;
}
.travel-planner__switch-btn {
  margin-top: 20px;
}
@media print, screen and (max-width: 767px) {
  .travel-planner__switch-btn {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.travel-planner__submit-btn {
  margin-top: 20px;
}
.travel-planner__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .travel-planner__row {
    flex-direction: row;
  }
}
.travel-planner__row-transport-options {
  flex-direction: column;
}
.travel-planner__row-left, .travel-planner__row-right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .travel-planner__row-left, .travel-planner__row-right {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .travel-planner__row--top .travel-planner__row-left, .travel-planner__row--top .travel-planner__row-right {
    width: calc(50% - 45px);
  }
}
@media print, screen and (max-width: 767px) {
  .travel-planner__row--bottom .travel-planner__row-left, .travel-planner__row--bottom .travel-planner__row-right {
    flex-direction: row;
  }
}
.travel-planner__row-right {
  justify-content: flex-end;
}
.travel-planner__row-middle {
  flex-shrink: 0;
  width: 90px;
}
@media print, screen and (max-width: 767px) {
  .travel-planner__row-middle {
    width: 100%;
    display: flex;
    justify-content: end;
  }
}
.travel-planner__two-columns__row {
  display: flex;
}
.travel-planner__two-columns__col {
  width: 150px;
}
.travel-planner__expandable {
  overflow: hidden;
  transition: all 1s;
}
.travel-planner__from {
  flex-grow: 1;
}
.travel-planner__switch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  fill: #fff;
  background: #675c53;
  transition: background-color 0.15s, fill 0.15s, color 0.15s;
}
@media print, screen and (max-width: 767px) {
  .travel-planner__switch-btn {
    background: #675c53;
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 768px) {
  .travel-planner__switch-btn {
    margin: 20px 20px 0;
  }
}
.travel-planner__switch-btn:hover {
  background: #000000;
}
.animate-active .travel-planner__switch-icon {
  animation: travel-planner-switch-active 0.35s ease-in-out;
}
.travel-planner__to {
  flex-grow: 1;
}
@media print, screen and (max-width: 767px) {
  .travel-planner__to div {
    margin-top: 0px !important;
  }
}
@media print, screen and (max-width: 767px) {
  .travel-planner__date {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .travel-planner__date {
    flex-grow: 1;
    min-width: 175px;
    max-width: 205px;
    margin-right: 20px;
  }
}
.travel-planner__time {
  margin-right: 20px;
  width: calc(55% - 20px);
}
@media only screen and (min-width: 768px) {
  .travel-planner__time {
    flex-shrink: 0;
    width: 150px;
  }
}
.travel-planner__direction {
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .travel-planner__direction {
    flex-shrink: 0;
    width: 145px;
  }
}
.travel-planner .btn, .travel-planner .btn-inverted, .travel-planner .disruption-list__info-btn, .travel-planner .travel-advices__nav-btn, .travel-planner .travel-advices__item-btn {
  margin-bottom: 0;
  justify-self: flex-end;
  align-self: flex-start;
  white-space: nowrap;
}
@media print, screen and (max-width: 767px) {
  .travel-planner .btn, .travel-planner .btn-inverted, .travel-planner .disruption-list__info-btn, .travel-planner .travel-advices__nav-btn, .travel-planner .travel-advices__item-btn {
    margin-left: 20px;
  }
}

@keyframes travel-planner-switch-active {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-179.9deg);
  }
}
.timetable-link {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 640px) {
  .timetable-link {
    white-space: nowrap;
  }
}
.timetable-link__link {
  display: block;
  padding: 12px 0;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
}

.timetable-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) {
  .timetable-form__row {
    flex-direction: row;
  }
}
.timetable-form__route {
  flex-grow: 1;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .timetable-form__route {
    min-width: 380px;
  }
}
.timetable-form__date-and-time {
  display: flex;
  flex-wrap: wrap;
}
.timetable-form__date {
  flex-grow: 1;
  margin-right: 20px;
  width: 195px;
}
.timetable-form__time {
  flex-grow: 1;
  width: 150px;
  margin-right: 20px;
}
.timetable-form__submit-btn {
  margin-right: 20px;
  margin-left: auto;
}

.timetable {
  position: relative;
  z-index: 0;
}
.timetable__detail {
  transition: opacity 0.25s;
}
@media only screen and (min-width: 768px) {
  .timetable__detail {
    display: flex;
    justify-content: space-between;
  }
}
.timetable__detail--loading {
  opacity: 0.5;
}
.timetable__station-name {
  word-break: break-word;
}
.timetable__info {
  display: flex;
}
.timetable__type {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 7px;
  margin-right: 20px;
  border-radius: 15%;
  background: #e98300;
  fill: #fff;
}
.timetable__line {
  margin: 0;
}
.timetable__consessie-naam {
  display: inline-block;
  margin-left: 20px;
  line-height: 13px;
  font-size: 13px;
  color: #B1B1B1;
}
.timetable__route {
  display: flex;
  margin: 0;
  color: inherit;
  align-items: center;
}
.timetable__switch-direction {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  fill: #fff;
  background: #675c53;
}
.timetable__switch-direction:hover, .timetable__switch-direction:active {
  background: #000000;
}
@media only screen and (min-width: 768px) {
  .timetable__switch-direction {
    margin-left: 20px;
  }
}
.timetable__switch-direction-icon {
  transform: scale(0.75);
  transition: transform 0.25s;
}
.animate-active .timetable__switch-direction-icon {
  animation: timetable-switch-active 0.35s ease-in-out;
}
.timetable__switch-direction-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .timetable__switch-direction-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.timetable__switch-direction-container__text {
  font-size: 14px;
  line-height: 16px;
  margin: 0px 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .timetable__switch-direction-container__text {
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0 0 0px;
    text-align: center;
  }
}
.timetable__accessibility {
  flex-shrink: 0;
  width: 100%;
  margin-left: 60px;
}
.timetable__not-icon {
  position: relative;
  display: inline-block;
  line-height: 0;
  fill: #B1B1B1;
}
.timetable__not-icon::after {
  content: "x";
  color: #E20000;
  position: absolute;
  top: -3px;
  right: -3px;
}
@media print {
  .timetable__not-icon::after {
    top: 1px;
    right: 0;
  }
}
.timetable__extra {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (max-width: 767px) {
  .timetable__extra {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .timetable__extra {
    align-items: flex-end;
    margin-left: 20px;
  }
}
.timetable__map-toggle {
  position: relative;
  padding-right: 20px;
  text-align: left;
}
.timetable__map-toggle-indicator {
  position: absolute;
  top: 7px;
  right: 0;
  fill: #000000;
}
.timetable__map-image {
  border: 1px solid #ccc;
  background: #F3F3F3;
  box-sizing: content-box;
}
@media only screen and (min-width: 925px) {
  .timetable__map-image {
    max-width: 640px;
  }
}
.timetable__navigation {
  position: sticky;
  z-index: 3;
  top: 27px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  transition: opacity 0.25s;
}
@media only screen and (min-width: 768px) {
  .timetable__navigation {
    top: -1px;
  }
}
@media print {
  .timetable__navigation {
    position: static;
  }
}
.timetable__navigation--loading {
  opacity: 0.5;
}
@media print, screen and (max-width: 767px) {
  .timetable__navigation-center {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .timetable__navigation-center {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
.timetable .tabs {
  margin-bottom: -1px;
}
@media print, screen and (max-width: 767px) {
  .timetable .tabs__indicator {
    display: none;
  }
}
.timetable__navigation-buttons {
  flex-shrink: 0;
  display: flex;
}
.timetable__navigation-button {
  margin: 0;
  background: transparent;
  color: #000000;
  fill: #000000;
}
@media print, screen and (max-width: 767px) {
  .timetable__navigation-button {
    width: 50%;
  }
}
.timetable__navigation-button:hover, .timetable__navigation-button:focus {
  background: #675c53;
  color: #fff;
  fill: #fff;
}
.timetable__navigation-button:first-child {
  padding-left: 20px;
  text-align: left;
}
.timetable__navigation-button:last-child {
  padding-right: 20px;
  text-align: right;
}
.timetable__stops {
  background-image: linear-gradient(#fff 50%, rgb(253.46, 246.32, 237.15) 50%, rgb(253.46, 246.32, 237.15));
  background-size: 1px 180px;
  transition: opacity 0.25s;
}
@media only screen and (min-width: 768px) {
  .timetable__stops {
    background-size: 1px 120px;
  }
}
@media print {
  .timetable__stops {
    background: none;
  }
}
.timetable__stops--loading {
  opacity: 0.5;
}
.timetable__stops-container {
  display: flex;
  position: relative;
}
.timetable__stops-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .timetable__stops-info-list {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .timetable__stops-info-list {
    max-width: calc(45% + 100px);
    min-width: 45%;
  }
}
.timetable__stop {
  display: flex;
  height: 90px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .timetable__stop {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.timetable__stop-info {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .timetable__stop-info {
    margin-bottom: 0;
  }
}
.timetable__stop-disturbances {
  display: flex;
  align-items: center;
  width: 30px;
  margin-right: 10px;
}
.timetable__stop-name {
  flex-shrink: 1;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60%;
}
@media print, screen and (max-width: 767px) {
  .timetable__stop-name-link {
    position: relative;
    z-index: 2;
  }
}
.timetable__trips-container {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .timetable__trips-container {
    position: static;
    width: calc(55% - 100px);
    margin-left: auto;
  }
}
@media print {
  .timetable__trips-container {
    position: static;
    width: 100%;
    overflow: visible;
  }
}
.timetable__trips-tables {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  width: calc(100% - 30px);
  margin: 0;
  margin-left: 30px;
  margin-bottom: -20px;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.timetable__trips-tables:not(.is-no-scroll-snap) {
  scroll-snap-type: x mandatory;
}
@media only screen and (min-width: 768px) {
  .timetable__trips-tables {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}
@media print {
  .timetable__trips-tables {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.timetable__stops--has-disturbances .timetable__trips-tables {
  width: calc(100% - 60px);
  margin-left: 60px;
}
@media only screen and (min-width: 768px) {
  .timetable__stops--has-disturbances .timetable__trips-tables {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}
.timetable__trips-table {
  flex-shrink: 0;
}
@media print {
  .timetable__trips-table {
    display: table;
    border-spacing: 0;
    margin: 40px 0;
    border: 1px solid #ccc;
    page-break-after: always;
  }
}
.timetable__trips-head {
  display: none;
}
@media print {
  .timetable__trips-head {
    display: table-row-group;
  }
}
.timetable__trips-head-row {
  display: table-row;
  page-break-inside: avoid;
}
@media print {
  .timetable__trips-head-cell {
    display: table-cell;
    padding: 4px 5px;
    font-weight: 700;
    line-height: 16px;
    font-size: 11px;
    text-align: left;
  }
  .timetable__trips-head-cell:not(:first-child) {
    border-left: 1px solid #ccc;
  }
}
.timetable__trips-table-body {
  display: block;
}
@media print {
  .timetable__trips-table-body {
    display: table-row-group;
  }
}
.timetable__trips-stop {
  display: flex;
}
@media print {
  .timetable__trips-stop {
    display: table-row;
    width: 30%;
    margin-top: 50px;
    background: #fff;
    page-break-inside: avoid;
  }
}
@media print {
  .timetable__trips-stop-info {
    position: relative;
    display: table-cell;
    width: 408px;
    margin: 0;
    padding: 4px 5px;
    border-top: 1px solid #ccc;
    line-height: 16px;
    font-size: 11px;
  }
}
.timetable__trips-stop-name {
  display: block;
  margin-right: 20px;
}
.timetable__trips-stop-accessibility {
  position: absolute;
  top: 3px;
  right: 5px;
  display: block;
}
.timetable__trips-next_day_text {
  padding-bottom: 15px;
}
.timetable__trips-time {
  width: 70px;
  height: 90px;
  padding: 0;
  padding-top: 45px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .timetable__trips-time {
    height: 60px;
    padding-top: 15px;
  }
}
.timetable__trips-tables:not(.is-no-scroll-snap) .timetable__trips-stop:first-child .timetable__trips-time {
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) {
  .timetable__trips-time {
    width: 92px;
    padding-right: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .timetable__trips-time {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media print {
  .timetable__trips-time {
    display: table-cell;
    width: 70px;
    height: auto;
    margin: 0;
    padding: 4px 1px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 16px;
    font-size: 11px;
    text-align: center;
  }
}
.timetable__trips-time--next_day {
  color: #E20000;
}
.timetable__stop-accessibility {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 0;
}
.timetable__stop-accessibility-margin {
  margin-right: 31px;
}
.timetable__stop-pdf {
  flex-grow: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
  z-index: 2;
}
.timetable__stop-pdf__loading-icon svg {
  transform: translateX(7px);
}
.timetable__stop-icon {
  margin-top: 22px;
}
.timetable__stop-icons {
  flex-shrink: 0;
  position: relative;
  min-width: 30px;
  height: calc(200% + 30px);
}
@media only screen and (min-width: 768px) {
  .timetable__stop-icons {
    width: 60px;
    height: 100%;
    margin-top: 0;
  }
}
.timetable__stops--has-disturbances .timetable__stop-icons {
  width: 60px;
}
.timetable__stop-icons::before, .timetable__stop-icons::after {
  position: absolute;
  display: block;
  top: 25px;
  left: 6px;
  width: 0;
  height: 100%;
  border-left: 4px solid #e98300;
}
.timetable__stop:not(:last-child) .timetable__stop-icons::before, .timetable__stop:not(:last-child) .timetable__stop-icons::after {
  content: "";
}
.timetable__stop-storing-icon {
  margin-left: 24px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .timetable__stop-storing-icon {
    margin-top: 17px;
  }
}
.timetable__stop-storing-icon-departures {
  margin-top: 5px;
  margin-left: 26px;
  margin-right: 10px;
}
.timetable__shares {
  margin-top: 40px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.timetable__time-block, .timetable__delayed-time {
  display: block;
}
.timetable__time-block--cancelled {
  text-decoration: line-through;
}
@media print {
  .timetable__time-block--cancelled {
    text-decoration: none;
  }
}
.timetable__delayed-time {
  font-size: 12px;
  color: #E20000;
  line-height: 1;
  margin-top: -3px;
}
@media only screen and (min-width: 768px) {
  .timetable__delayed-time {
    text-align: center;
  }
}
.timetable__prices {
  margin-top: 20px;
}
.timetable__prices--compact {
  margin-top: 0;
  margin-bottom: 20px;
}
.timetable__tab-first {
  display: flex;
  align-items: center;
  width: 48%;
  justify-content: space-between;
}
@media print, screen and (max-width: 924px) {
  .timetable__tab-first {
    width: 56%;
  }
}
@media only screen and (min-width: 1024px) {
  .timetable__tab-first {
    width: 49%;
  }
}
@media only screen and (min-width: 1280px) {
  .timetable__tab-first {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .timetable__tab-first {
    width: 100%;
    display: block;
  }
}
.timetable__pdf {
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .timetable__pdf {
    display: none;
  }
}

@keyframes timetable-switch-active {
  0% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75) rotate(-179.9deg);
  }
}
.skiplinks {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 1px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .skiplinks {
    position: absolute;
  }
}
.skiplinks__btn {
  position: absolute;
  left: -10000px;
  top: 10px;
  margin: 0;
  min-height: 57px;
  padding: 5px 10px;
  max-width: calc(100% - 40px);
  line-height: 1;
  font-size: 1.4rem;
  pointer-events: all;
  outline: 10px solid #fff;
}
@media only screen and (min-width: 768px) {
  .skiplinks__btn {
    top: 15px;
    padding: 20px;
    font-size: 2.4rem;
    outline: 15px solid #fff;
  }
}
.skiplinks__btn:focus {
  left: auto;
}

.skiplink-target {
  outline: 0;
}

.disruption-link {
  position: relative;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
}
.disruption-link--exists {
  box-shadow: #E20000 0 0 0 1px inset;
}
.disruption-link__link {
  display: block;
  padding: 12px 0;
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}
.disruption-link__icon {
  margin-right: 10px;
  margin-bottom: -5px;
}
.disruption-link__text {
  fill: #000000;
}
.disruption-link__text:hover {
  color: #e98300;
}
.disruption-link__text:hover .disruption-link__text {
  color: #675c53;
}

.dropdown__content {
  position: absolute;
  z-index: 3;
  top: 40px;
  right: -10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  width: 88px;
}
@media print, screen and (max-width: 767px) {
  .dropdown__content {
    width: 70px;
    top: 60px;
  }
}
.dropdown__content::before {
  content: "";
  position: absolute;
  top: -17px;
  right: 18px;
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  box-shadow: -1px -1px 15px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(10px) scaleX(0.8) rotate(45deg);
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .dropdown__content::before {
    right: 28px;
  }
}
.is-collapsed .dropdown__content {
  display: none;
}
.dropdown__list {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 26px;
  z-index: 4;
}
.dropdown__item {
  width: 100%;
  height: 44px;
  background-color: #fff;
}
.dropdown__item:hover {
  background-color: rgb(249.5, 224, 191.25);
}
.dropdown__link {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown__indicator {
  margin-left: 5px;
  transition: transform 0.3s;
  transform: rotateX(180deg);
}
.is-collapsed .dropdown__indicator {
  transform: none;
}

.pac-container {
  font-family: inherit;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  overflow: visible;
  border-top: 0;
  margin-top: 1px;
}

.pac-item {
  margin-right: -36px;
  border-top: 0;
  padding: 14px;
  line-height: 16px;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  background-color: #fff;
}
.pac-item.pac-item-selected, .pac-item:hover {
  background-color: rgb(249.5, 224, 191.25) !important;
}

.pac-icon-marker {
  display: none;
}

.pac-item-query {
  font-size: inherit;
  color: inherit;
}

.pac-matched {
  font-weight: inherit;
}

.pac-logo::after {
  margin-right: -36px;
  background-color: #fff;
}

.shares--right {
  display: flex;
  justify-content: flex-end;
}
.shares__list {
  display: flex;
  align-items: center;
}
.shares__item {
  padding-right: 10px;
}
.shares__item:last-child {
  padding-right: 0;
}
.shares .icon--print {
  margin-bottom: -2px;
}
.shares .icon--whatsapp {
  margin-bottom: -2px;
}

.tabs {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.tabs::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
.tabs__scroller {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: -20px;
}
.tabs__list {
  position: relative;
  display: flex;
  flex-direction: row;
}
.tabs__item {
  flex-shrink: 0;
  position: relative;
}
.tabs__item:not(:last-child) {
  margin-right: 10px;
}
.tabs__btn {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #F3F3F3;
}
.tabs__btn.is-selected {
  text-shadow: 0 0.25px 0 #000000, 0 -0.25px 0 #000000, 0.25px 0 0 #000000, -0.25px 0 0 #000000;
}
.tabs__indicator {
  position: absolute;
  z-index: 2;
  top: 46px;
  width: 100%;
  height: 4px;
  background: #675c53;
  pointer-events: none;
  transition: width 0.25s ease-out, left 0.25s ease-out;
  backface-visibility: none;
}
.tabs__content {
  display: none;
}
.tabs__content.is-selected {
  display: block;
}

.page-error {
  position: relative;
}
.page-error__content {
  position: relative;
  z-index: 2;
  padding-bottom: 350px;
}
.page-error__background {
  position: absolute;
  width: 100%;
  height: 496px;
  bottom: 0;
  overflow: hidden;
}
.page-error__image {
  position: absolute;
  left: calc(50% - 1400px);
}
.page-error__fill-2 {
  fill: rgb(252.36, 240.12, 224.4);
}
.page-error__fill-7 {
  fill: rgb(198.05, 111.35, 0);
}
.page-error__fill-8 {
  fill: rgb(247.08, 210.36, 163.2);
}
.page-error__fill-10 {
  fill: rgb(253.9, 248.8, 242.25);
}
.page-error__fill-white {
  fill: #fff;
}
.page-error__stroke-7 {
  stroke: rgb(198.05, 111.35, 0);
}
.page-error__stroke-9 {
  stroke: rgb(242.24, 183.08, 107.1);
}
.page-error__car-1 {
  animation: connect-in-traffic 3s ease-in-out 0s;
}
.page-error__car-2 {
  animation: connect-in-traffic 3.5s ease-in-out -1s;
}
.page-error__car-3 {
  animation: connect-in-traffic 5s ease-in-out -3s;
}

@keyframes connect-in-traffic {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0);
  }
}
.teaser {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px 0;
  background-size: cover;
  transition: filter 0.25s;
}
.teaser:hover .link--animation-on-hover::before {
  right: 0;
  background: #675c53;
  transition: right 0.6s, background-color 0s;
}
.theme--accent .teaser:hover .link--animation-on-hover::before, .theme--accent-dark .teaser:hover .link--animation-on-hover::before {
  background: #fff;
}
.teaser:hover .link--animation-on-hover::before {
  background: #fff;
}
.teaser::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
}
@media only screen and (min-width: 768px) {
  .teaser__banner {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px 0;
    background-size: cover;
    transition: filter 0.25s;
  }
}
@media only screen and (min-width: 768px) {
  .teaser__banner__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    margin: 25px 30px;
    background: transparent;
  }
}
.teaser__image {
  width: 100%;
  border-radius: 20px 0;
  height: 369px;
  object-fit: cover;
}
.teaser__label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 18px 0 10px;
  padding: 10px 30px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.teaser__label__shadow {
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
}
.teaser__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 60px);
  margin: 25px 30px;
  background: transparent;
}

.js-clickable {
  cursor: pointer;
}

.disruption-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) {
  .disruption-form__row {
    flex-direction: row;
  }
}
.disruption-form__route {
  flex-grow: 1;
  min-width: 280px;
  margin-right: 20px;
}
.disruption-form__date-and-submit {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .disruption-form__date-and-submit {
    margin-right: 0;
  }
}
.disruption-form__date {
  flex-grow: 1;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .disruption-form__date {
    min-width: 175px;
    max-width: 205px;
  }
}

.teaser-product__name {
  min-height: 52px;
}
.teaser-product__info-container {
  display: flex;
}
.teaser-product__info {
  width: auto;
  display: flex;
  flex-direction: column;
  margin: 25px 30px 0;
}
.teaser-product__specs {
  margin-bottom: 30px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 220px;
}
@media print, screen and (max-width: 1279px) {
  .teaser-product__specs {
    height: 300px;
  }
}
@media print, screen and (max-width: 1023px) {
  .teaser-product__specs {
    height: 340px;
  }
}
@media only screen and (max-width: 640px) {
  .teaser-product__specs {
    height: 220px;
  }
}
.teaser-product__spec {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}
.teaser-product__spec-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 34px;
  margin-right: 20px;
  fill: #e98300;
}
.teaser-product__price {
  font-size: 18px;
  font-weight: 500;
  color: #e98300;
}
.teaser-product__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teaser-product__btn {
  margin: 0;
}
@media only screen and (min-width: 925px) {
  .teaser-product__btn {
    margin: 0;
    padding: 12px 30px;
  }
}

.disruption__list-wrapper {
  transition: opacity 0.25s;
}
.disruption__list-wrapper.disruption__list--loading {
  opacity: 0.5;
}
.disruption__list-header-wrapper {
  position: sticky;
  top: 0;
  background: #fff;
}
@media print, screen and (max-width: 767px) {
  .disruption__list-header-wrapper {
    display: none;
  }
}
.disruption__list-header {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.disruption__list {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
.disruption__list-item {
  position: relative;
  padding: 10px 0;
  min-height: 60px;
}
.disruption__list-item:nth-child(even) {
  background: rgb(253.46, 246.32, 237.15);
}
@media print, screen and (max-width: 767px) {
  .disruption__list-item {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .disruption__list-container {
    display: flex;
  }
}
.disruption__list-title {
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .disruption__list-title {
    display: none;
  }
}
.disruption__shares {
  margin: 30px 0;
}

.disruption-list__line-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .disruption-list__line-numbers {
    flex-shrink: 0;
    width: calc(50% - 385px);
    max-width: 125px;
    min-width: 65px;
    margin-right: 15px;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .disruption-list__direction {
    flex-shrink: 1;
    width: 27%;
    overflow: hidden;
  }
}
.disruption-list__direction-item {
  line-height: 18px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .disruption-list__type {
    flex-shrink: 1;
    width: 40%;
    margin: 0 15px;
    overflow: hidden;
  }
}
.disruption-list__from, .disruption-list__to {
  flex-shrink: 0;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .disruption-list__from, .disruption-list__to {
    max-width: 100px;
    min-width: 55px;
    width: calc(50% - 340px);
  }
}
.disruption-list__from {
  margin-right: 15px;
}
@media print, screen and (max-width: 767px) {
  .disruption-list__line-numbers, .disruption-list__direction, .disruption-list__type, .disruption-list__to, .disruption-list__from {
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .disruption-list__info {
    position: absolute;
    top: 50%;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .disruption-list__info {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
  }
}
.disruption-list__more-directions {
  appearance: none;
  background: none;
  cursor: pointer;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.disruption-list__info-btn {
  padding: 7px 13px;
  border-radius: 50%;
  line-height: 1;
}

.stop-form__row {
  display: flex;
  flex-direction: column;
  margin-right: -20px;
}
@media only screen and (min-width: 925px) {
  .stop-form__row {
    flex-direction: row;
  }
}
.stop-form__route {
  flex-grow: 1;
  margin-right: 20px;
}
.stop-form__submit-btn {
  margin-right: 20px;
  margin-left: auto;
}

.cookie-consent-alert {
  display: flex;
  flex-direction: column;
  gap: 20px 30px;
}
@media only screen and (min-width: 925px) {
  .cookie-consent-alert {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cookie-consent-alert__actions {
  float: right;
}
@media only screen and (max-width: 640px) {
  .cookie-consent-alert__actions {
    width: 100%;
  }
}
.cookie-consent-alert__action {
  display: inline-block;
  margin-left: 35px;
}
@media only screen and (max-width: 640px) {
  .cookie-consent-alert__action {
    margin: 20px 35px 0 0;
  }
}
.cookie-consent-alert__btn {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
}
@media print, screen and (min-width: 641px) {
  .cookie-consent-alert__btn {
    width: unset;
    display: inline-block;
  }
}
.cookie-consent-alert__btn-form {
  margin-top: 20px;
}
@media print, screen and (max-width: 924px) {
  .cookie-consent-alert__btn-form {
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .cookie-consent-alert__btn-form {
    width: 100%;
  }
}
.cookie-consent-alert__link {
  cursor: pointer;
}
@media only screen and (min-width: 925px) {
  .cookie-consent-alert__panel {
    width: 370px;
  }
}

.js-react-cookies {
  flex-shrink: 0;
}
@media print, screen and (max-width: 924px) {
  .js-react-cookies {
    width: 100%;
  }
}

.modal {
  z-index: 101;
  position: relative;
  width: 900px;
  max-width: 95%;
  height: auto;
  max-height: 85%;
  background: #fff;
  border-radius: 2px;
  overflow: auto;
  outline: 0;
}
.modal__overlay {
  z-index: 100;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__content {
  padding: 30px;
}
.modal__close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
}
.modal__disruption-heading {
  margin-bottom: 0;
}
.modal--open {
  overflow: hidden;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

.search-buttons {
  margin-right: 5px;
  display: none;
}
@media print, screen and (max-width: 924px) {
  .search-buttons {
    display: flex;
  }
}

.search-position input[type=search] {
  background-color: #e98300;
  background-position: center;
  border: solid 1px #ccc;
  padding: 5px 6px 5px 28px;
  width: 40px;
  height: 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  transition: all 0.5s;
  display: block;
  width: 40px;
  height: 40px;
  padding-left: 6px;
  color: black;
  cursor: pointer;
  font-size: 0px;
  outline: none;
}
@media print, screen and (max-width: 924px) {
  .search-position input[type=search] {
    width: 100% !important;
    box-sizing: border-box;
    height: 52px;
    background-color: #fff;
    color: black;
    border-color: #e98300;
    font-size: 16px;
  }
}

.search-position {
  position: relative;
  margin-left: 20px;
}
.search-position .search-icon {
  background-image: url("/assets/img/content/search.svg");
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media print, screen and (max-width: 924px) {
  .search-position {
    margin: 19px 20px 0 0;
    width: inherit;
  }
}

.search-position:focus-within .search-buttons {
  display: flex;
}
.search-position:focus-within input[type=search] {
  width: 230px;
  background-color: #fff;
  color: black;
  border-color: #e98300;
  font-size: 16px;
}
.search-position:focus-within .search-icon {
  display: none;
}
.search-position:focus-within input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-mask-image: unset;
}

.search-position input:-webkit-autofill {
  box-shadow: 100px 100px 100px #e98300 inset;
}
@media print, screen and (max-width: 924px) {
  .search-position input:-webkit-autofill {
    box-shadow: 100px 100px 100px white inset;
  }
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

@media print, screen and (max-width: 767px) {
  .select__input {
    width: 180px !important;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
  text-decoration: none;
  padding: 2px 2px 0 2px;
  margin: 7px;
  color: #444;
  color: inherit;
  fill: #675c53;
  transition: color 0.15s, border-color 0.15s, fill 0.15s;
  font-size: 20px;
  font-weight: normal;
  width: 99%;
}
.pagination__next {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 20px;
  padding-left: 15px;
  cursor: pointer;
}
.pagination__previous {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 20px;
  padding-right: 15px;
  cursor: pointer;
}
.pagination__list {
  margin: 0 10px;
  padding: 0 4px;
  cursor: pointer;
}
.pagination__active {
  border-bottom: 4px solid #675c53;
  font-weight: 500;
  cursor: default;
}
.pagination__disabled > * {
  fill: #ccc;
  cursor: initial;
}

.video--container {
  width: 100%;
  height: 350px;
}
.video--wrapper {
  max-width: 770px;
  position: relative;
}
.video--play-button {
  width: 60px;
  height: 60px;
  fill: #e98300;
}
.video--play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video--thumbnail {
  cursor: pointer;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.video--not-visible {
  visibility: hidden;
  position: absolute;
}

.vp__container {
  justify-content: space-between;
}
@media print, screen and (max-width: 924px) {
  .vp__container {
    flex-wrap: wrap;
  }
}
.vp__video {
  width: 100%;
  margin: auto 0;
  border-radius: 12px;
}
@media only screen and (min-width: 925px) {
  .vp__video {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.vp__video-external {
  height: 316px;
  border: 0;
}
@media print, screen and (max-width: 924px) {
  .vp__video-external {
    aspect-ratio: 16/9;
    height: unset;
  }
}
.vp__paragraph {
  width: 100%;
}
@media only screen and (min-width: 925px) {
  .vp__paragraph {
    flex-basis: 48%;
  }
}
.vp__reverse {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 924px) {
  .vp__heading {
    margin-top: 22px;
  }
}

.sidebar {
  margin-left: 20px;
  width: 300px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .sidebar {
    width: 350px;
  }
}
@media print, screen and (max-width: 924px) {
  .sidebar {
    display: none;
  }
}
.sidebar__h3 {
  margin-top: 16px;
  font-weight: 600;
}
.sidebar__list {
  list-style-type: none;
  padding-left: 20px;
  margin-top: 12px;
}
.sidebar__list > li {
  margin: 7px 0;
}
.sidebar__link {
  color: black;
  text-decoration: none;
}
.sidebar--page {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sidebar--content {
  width: 70%;
}
@media print, screen and (max-width: 924px) {
  .sidebar--content {
    width: 100%;
  }
}
.sidebar--content > .container--center, .sidebar--content > .calamiteiten-banner__container, .sidebar--content > .travel-advices, .sidebar--content > .timetable__map {
  padding-left: 35px;
  padding-right: 35px;
}
@media print, screen and (max-width: 1023px) {
  .sidebar--content > .container--center, .sidebar--content > .calamiteiten-banner__container, .sidebar--content > .travel-advices, .sidebar--content > .timetable__map {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.popular-products__widget-title {
  padding: 26px 0 6px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #e98300;
}
.popular-products__text {
  font-size: 12px;
  line-height: 24px;
}
.popular-products__top-band {
  background-color: #e98300;
  height: 15px;
  border-radius: 8px 8px 0 0;
}
.popular-products__detail-list {
  list-style: none;
}
.popular-products__detail-list li {
  line-height: 18px;
}
.popular-products__detail-list li::before {
  content: "";
  border-color: transparent #e98300;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.6em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}
.popular-products__border {
  border-radius: 8px;
}
@media print, screen and (max-width: 924px) {
  .popular-products__border {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 360px;
  }
}
.popular-products__content {
  margin: 0px 25px 25px 0px;
  width: auto;
  flex-grow: 1;
}
.popular-products__product-title {
  margin: 15px 25px 0 25px;
  color: #e98300;
}
.popular-products__product-title h4 {
  font-weight: 700;
}
.popular-products__price_container {
  margin: 0 0 0 25px;
}
.popular-products__price {
  font-size: 18px;
  font-weight: 500;
  color: #e98300;
}
.popular-products__buttons-container {
  margin: 0 10px 10px 20px;
}
.popular-products__center-link {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (min-width: 925px) {
  .popular-products__center-link {
    margin-top: 20px;
  }
}
.popular-products__hr {
  border: 0;
  border-top: 1px solid #E2E2E2;
}
.popular-products__order-button {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 925px) {
  .popular-products__order-button {
    padding: 12px;
  }
}
.popular-products__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.popular-products__centered_cards {
  justify-content: center;
}
.popular-products__price-from {
  font-size: 16px;
}

.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}

.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 97% !important;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
}
.alice-carousel__stage-item {
  position: relative;
  flex: 1 0 auto;
  height: auto;
  padding: 0 7px 0 8px;
  box-sizing: border-box;
  width: 100% !important;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
  list-style: none;
}
.alice-carousel__stage-item * {
  line-height: initial;
}
.alice-carousel__stage-item:first-child {
  padding: 0 7px 0 0;
}
.alice-carousel__stage-item:last-child {
  padding: 0 0 0 8px;
}
@media only screen and (max-width: 640px) {
  .alice-carousel__stage-item:last-child {
    padding: 0;
  }
}
.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .alice-carousel__stage-item {
    width: 50% !important;
  }
}
@media only screen and (max-width: 640px) {
  .alice-carousel__stage-item {
    padding: 0 7px 0 0;
  }
}

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}
.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}

.alice-carousel__prev-btn {
  text-align: right;
}

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
}
.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
  color: darkred;
}
.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}
.alice-carousel__play-btn:hover {
  cursor: pointer;
}
.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s linear;
  border-width: 8px 0 8px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #465798;
}
.alice-carousel__play-btn-item::before {
  left: 5px;
  height: 14px;
}
.alice-carousel__play-btn-item::after {
  top: 7px;
  left: 18px;
}
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
  height: 30px;
  border-width: 0 0 0 10px;
}
.alice-carousel__play-btn-item.__pause::after {
  top: 0;
  left: 18px;
}

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.alice-carousel__dots > li {
  display: inline-block;
}
.alice-carousel__dots > li:first-child:nth-last-child(1) {
  display: none;
}
.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e0e4fb;
}
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
  background-color: #e98300;
}

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}
.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}

.alice-carousel .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.alice-carousel .animated-out {
  z-index: 1;
}

.alice-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media print, screen and (max-width: 924px) {
  .mobile-hide {
    display: none;
  }
}
@media only screen and (min-width: 925px) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .desktop-large-hide {
    display: none;
  }
}
@media print, screen and (max-width: 1279px) {
  .desktop-large-only {
    display: none;
  }
}

@media print {
  .print-hide, .nav-secondary, .footer, .timetable-form, .timetable__switch-direction, .timetable__map-toggle, .timetable__navigation-buttons, .timetable__stops-info-list, .timetable__delayed-time, .shares {
    display: none !important;
  }
}
@media screen {
  .print-only, .timetable__trips-stop-info {
    display: none !important;
  }
}

.hidden,
input[name=UserName] {
  display: none;
}

.react-datepicker__aria-live {
  display: none;
}

.react-datepicker__aria-live {
  display: none;
}
