.margin-vertical {
  margin-top: 100px;
  margin-bottom: 100px;
}
.info--simple .row {
  align-items: start;
}
@media (max-width: 74.99em) {
  .info--simple .row {
    grid-template-columns: 100%;
  }
}
@media (max-width: 61.99em) {
  .info--simple .row {
    text-align: center;
  }
}
[data-validate-for].visible {
  color: red;
}
.form__rodo label p {
  color: red;
}
.form__rodo label p a {
  color: red;
  text-decoration: underline;
}
.submitSection .form__total .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 600px) {
  .submitSection .form__total .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 390px) {
  .submitSection .form__total .row {
    grid-template-columns: 1fr 1fr;
  }
}
.submitSection .form__total .row .col-3 {
  width: 100%;
  min-width: 180px;
  max-width: unset;
}
@media (max-width: 61.99em) {
  .submitSection .form__total .row .col-3 {
    min-width: unset;
  }
}
@media (max-width: 61.99em) {
  .submitSection .form__total .row .col-3 img {
    width: 100%;
  }
}
.cookie__more {
  color: #b6cefe;
}
.cookie, .cookie__text span {
  color: #fff;
}
.info--news .catalog-card__image, .info--adventure .info__content .row img {
  height: auto;
  width: 100%;
}
.news-list.catalog-list--col4 .catalog-card__image {
  height: auto;
}
.padding-vertical-top {
  padding-top: 100px;
}
.info--news .catalog-card__content h3 {
  margin-top: 0;
}
.info--news .catalog-card.image-above .catalog-card__content {
  padding: 80px 120px 80px 80px;
}
.subsite .tickets__legend p {
  margin-top: 20px;
  color: var(--h4, var(--headings, #1d1c1c));
}
.subsite .tickets__list-single.past {
  display: none !important;
}
.subsite .tickets__search #datepicker .datepicker table tr td.day.active.past:after {
  background-color: var(--buttonBgHover);
}
.subsite .tickets__search #datepicker .datepicker table tr td.day.past:hover:after {
  background-color: var(--buttonBgHover);
}
.subsite .tickets__search #datepicker .datepicker table tr td.day.past:after {
  background-color: gray;
}
.hero__slider {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  background-color: var(--paletteColor1);
}
.hero__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100vh;
}
.hero.hero--small {
  min-height: 250px;
}
.hero.hero--small .hero__content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero__content .button-set {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.hero__content .button-set .button {
  --buttonTxtInitial: var(--paletteColor1);
  --buttonBgInitial: #fff;
}
.footer.footer06 {
  display: grid;
  grid-template-columns: auto auto;
}
.footer.footer06 .left {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 30px;
  column-gap: 40px;
  align-items: center;
}
.footer.footer06 .left .info {
  grid-column: -1/1;
}
.mobile-visible .header__set .social svg path {
  fill: #fff;
}
.header__set {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.header__set .flag img {
  min-width: 32px;
}
.header__set .social a:hover svg path {
  fill: var(--linkHover, #071126);
}
.header__set .social svg {
  width: 35px;
  height: 35px;
}
.header__set .social svg path {
  fill: var(--link, #17397c);
  transition: ease 0.3s all;
}
.form__rodo label p.simple {
  color: var(--txt);
}
.footer .icons-set a:last-of-type {
  display: none;
}
.hero--rent .hero__content .buttons-set {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.hero--rent .hero__content a {
  flex: 1;
  min-width: 250px;
}
@media (min-width: 74.99em) {
  .hero--rent2 {
    justify-content: flex-start;
    background-position: bottom;
  }
  .hero--rent2 .hero__content {
    padding-top: 100px;
  }
  [lang="dk"] .hero--rent2 .hero__content h2 {
    font-size: 2rem;
    line-height: 1.8;
  }
  [lang="en"] .hero--rent2 .hero__content h2 {
    font-size: 2rem;
    line-height: 1.8;
  }
  [lang="de"] .hero--rent2 .hero__content h2 {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .hero--rent2 .hero__content h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    top: -3.5rem;
    left: unset;
  }
  .hero--rent2 .hero__content p:last-of-type {
    text-align: left;
  }
}
@media (max-width: 74.99em) {
  .hero--rent2 {
    padding-right: 0;
  }
}
@media (max-width: 61.99em) {
  .hero__content .icons-set {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__content .icons-set a:nth-child(2) .icons-set__item:after {
    display: none;
  }
  .footer.footer06 {
    justify-items: center;
  }
  .footer.footer06 .left {
    grid-column: -1 / 1;
    justify-items: center;
  }
  .footer.footer06 .left .info {
    text-align: center;
  }
  .header__hamburger {
    margin-right: 30px;
  }
  .hero {
    flex-direction: column;
  }
  .hero__slider {
    position: relative;
    aspect-ratio: 1.7777777778;
    overflow: hidden;
  }
  .hero__slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, var(--paletteColor1), transparent);
  }
  .hero__slider img {
    min-height: unset;
    aspect-ratio: 1.7777777778;
  }
  .header--absolute {
    position: relative;
    background-color: #fff;
  }
  .header__hamburger span {
    background-color: #fc2828;
  }
  .hero:not(.hero--small):not(.hero--rent) .hero__content {
    padding-top: 0px;
  }
  .info--news .catalog-card.image-above .catalog-card__content {
    padding: 25px 30px;
  }
}
@media (max-width: 47.99em) {
  .hero__content .icons-set__item {
    flex-direction: row;
  }
  .hero__content .icons-set__item-text {
    text-align: left;
  }
}
@media (max-width: 26.25em) {
  .hero__content .icons-set {
    grid-template-columns: 100%;
  }
  .hero__content .icons-set a:nth-child(2) .icons-set__item:after {
    display: block;
  }
}
@media (max-width: 540px) {
  .footer.footer06 .left {
    column-gap: 30px;
  }
}
@media (max-width: 460px) {
  .footer.footer06 .left {
    grid-template-columns: 100%;
  }
}
.tickets__top {
  display: grid;
  grid-template-columns: minmax(65%, 1fr) minmax(300px, 500px);
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 61.99em) {
  .tickets__top {
    grid-template-columns: 100%;
  }
}
.tickets__map {
  text-align: center;
}
.tickets__map img {
  height: auto;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 61.99em) {
  .tickets__plan {
    margin-bottom: 40px;
  }
}
.tickets__plan, .tickets__pricing {
  max-width: 1920px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1900px) {
  .header {
    padding-left: 30px;
  }
  .header__nav {
    padding-right: 30px;
  }
}
.reservationForm .button-set {
  flex-wrap: wrap;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
}
.reservationForm .button-set .button {
  padding: 16px 10px;
  min-width: 80px;
}
@media (max-width: 61.99em) {
  .reservationForm .button-set .button {
    min-width: 70px;
    padding: 13px 7px;
  }
}
.reservationForm .button-set input {
  display: none;
}
.reservationForm .button-set input:checked ~ label, .reservationForm .button-set input:hover ~ label {
  background-color: red;
}
.info--tramwaj {
  padding-top: 0;
}
.info--tramwaj .info__content {
  max-width: unset;
  text-align: center;
}
.info--tramwaj .info__content .row .col-left p:last-of-type {
  text-align: center;
}
