@charset "UTF-8";
/*Color stack*/
:root {
  --color-profile: #E61E26;
  --color-bg: #F8F5F0;
  --color-white: #FFF;
  --color-black: #000;
  --color-primary-100: #ECF7FE;
  --color-primary-200: #D4EDFD;
  --color-primary-300: #D8E8F2;
  --color-primary-400: #C3D8E6;
  --color-primary-600: #6E8496;
  --color-primary-800: #2D4A63;
  --color-primary-900: #15324A;
  --color-action-100: #E7F7EF;
  --color-action-200: #C3EAD8;
  --color-action-700: #007E45;
  --color-action-800: #005C32;
  --color-attention-100: #FFF8CC;
  --color-alert-200: #FAD0DA;
  --color-alert-500: #E02957;
  --color-alert-600: #B8143D;
  --color-neutral-100: #F1F1F1;
  --color-neutral-200: #E0E0E0;
  --color-neutral-300: #C7C7C7;
  --color-neutral-400: #A8A8A8;
  --color-neutral-500: #828282;
  --color-neutral-600: #696969;
  --color-neutral-700: #4A4A4A;
  --color-neutral-800: #363636;
  --color-neutral-900: #1A1A1A;
  --color-text: var(--color-neutral-700);
  --color-text-light: var(--color-neutral-600);
  --color-primary: var(--color-primary-900);
  --color-action: var(--color-action-700);
  --color-line: var(--color-neutral-100);
  --color-line-medium: var(--color-neutral-200);
}

/*fases ut*/
/*fases ut*/
/*fases ut*/
/*fases ut*/
/* Breakpoints */
/*Color stack*/
:root {
  --color-profile: #E61E26;
  --color-bg: #F8F5F0;
  --color-white: #FFF;
  --color-black: #000;
  --color-primary-100: #ECF7FE;
  --color-primary-200: #D4EDFD;
  --color-primary-300: #D8E8F2;
  --color-primary-400: #C3D8E6;
  --color-primary-600: #6E8496;
  --color-primary-800: #2D4A63;
  --color-primary-900: #15324A;
  --color-action-100: #E7F7EF;
  --color-action-200: #C3EAD8;
  --color-action-700: #007E45;
  --color-action-800: #005C32;
  --color-attention-100: #FFF8CC;
  --color-alert-200: #FAD0DA;
  --color-alert-500: #E02957;
  --color-alert-600: #B8143D;
  --color-neutral-100: #F1F1F1;
  --color-neutral-200: #E0E0E0;
  --color-neutral-300: #C7C7C7;
  --color-neutral-400: #A8A8A8;
  --color-neutral-500: #828282;
  --color-neutral-600: #696969;
  --color-neutral-700: #4A4A4A;
  --color-neutral-800: #363636;
  --color-neutral-900: #1A1A1A;
  --color-text: var(--color-neutral-700);
  --color-text-light: var(--color-neutral-600);
  --color-primary: var(--color-primary-900);
  --color-action: var(--color-action-700);
  --color-line: var(--color-neutral-100);
  --color-line-medium: var(--color-neutral-200);
}

/*fases ut*/
/*fases ut*/
/*fases ut*/
/*fases ut*/
/* Breakpoints */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.slide-toggle {
  overflow: hidden;
}
.slide-toggle-enter-active, .slide-toggle-leave-active {
  transition: all 0.9s cubic-bezier(0.285, 0.43, 0.545, 0.765);
}
.slide-toggle-enter, .slide-toggle-leave-to {
  max-height: 0;
}
.slide-toggle-enter-to, .slide-toggle-leave {
  max-height: 1000px;
}

blockquote {
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 3rem;
  margin: 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 43.0625em) {
  blockquote {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
blockquote cite,
blockquote .cite {
  font-size: 1rem;
  display: block;
  text-align: center;
  font-style: normal;
  margin-top: 1.5rem;
}

@media screen and (min-width: 30em) {
  .cols {
    column-count: 2;
    column-gap: 1.5rem;
  }
  .cols > .col-element {
    break-inside: avoid;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
  }
  .cols .radio-wrapper {
    padding-bottom: 0.5em;
  }
}

.expand-container {
  display: none;
}
.expand-container.is-expanded {
  display: block;
}

.ingress {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ingress a {
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.ingress--large {
  font-size: 1.25rem;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}
.ingress--large p {
  font-size: 1.25rem;
}

.show-more {
  margin-bottom: calc(1.5rem - 0px);
  width: 100%;
}
.show-more__link {
  display: block;
  background-color: var(--color-neutral-100);
  text-align: center;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  font-size: 1.125rem;
}
.show-more__link:hover, .show-more__link:focus {
  background-color: var(--color-primary-100);
  text-decoration: none;
}

.choice {
  display: flex;
  column-gap: 0.75rem;
  color: var(--color-text);
  font-size: 1.125rem;
  width: 100%;
}
.choice__input {
  appearance: none;
  margin: 0.25rem 0 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-neutral-500);
  width: 1.25rem;
  height: 1.25rem;
  outline: none;
  transition: border-color 0.1s ease;
}
.choice__input:checked {
  background-color: var(--color-action);
  border: 2px solid var(--color-action);
}
.choice__input:hover, .choice__input:focus {
  border: 2px solid var(--color-action);
}
.choice__input:active {
  border: 2px solid var(--color-action);
  background-color: var(--color-action);
}
.choice__input[type=radio] {
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--color-white);
  transition: box-shadow 0.1s ease;
}
.choice__input[type=radio]:active {
  box-shadow: inset 0 0 0 2px var(--color-white);
  transition: box-shadow 0.1s ease;
}
.choice__input[type=radio]:checked:active {
  box-shadow: inset 0 0 0 3px var(--color-white);
}
.choice__input[type=checkbox] {
  background-image: url(/UI/Icons/In/checkmark-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 13px;
}
.choice__input[type=checkbox]:active {
  background-size: 15px 15px;
  transition: background-size 0.1s ease;
  background-color: var(--color-action);
}
.choice__input[disabled] {
  border: 1px solid var(--color-neutral-300);
}
.choice__input[disabled]:hover, .choice__input[disabled]:active {
  border: 1px solid var(--color-neutral-300);
  background-color: var(--color-white);
  box-shadow: none;
  background-image: none;
}
.choice__input[disabled] ~ .choice__text, .choice__input[disabled] ~ .choice__price {
  color: var(--color-text-light);
}
.choice-list .choice__text {
  display: flex;
  column-gap: 1rem;
}
.choice__price, .choice__icons {
  margin-left: auto;
}
.choice__price {
  text-align: right;
}
.choice__price-unit {
  display: block;
  color: var(--color-text-light);
  font-family: "Lato", arial, helvetica, sans serif;
  font-size: 0.875rem;
  margin-top: -0.25rem;
}
.choice__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.3125rem;
}
.choice__icon {
  max-width: 3.75rem;
  height: 1.625rem;
  width: 100%;
}
.choice--bold {
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
}
.choice--font-md {
  font-size: 1rem;
}
.choice--font-md .choice__input {
  margin-top: 0.125rem;
}
.choice--font-sm {
  font-size: 0.875rem;
}
.choice--font-sm .choice__input {
  margin-top: 0.0625rem;
}
.choice--highlight, .choice--success {
  padding: 1rem;
  border-radius: 0.3125rem;
}
.choice-item__expand-content .choice--highlight, .choice-item__expand-content .choice--success {
  margin-top: 1.25rem;
  margin-left: -1.875rem;
  width: auto;
}
.choice--highlight {
  background-color: var(--color-primary-100);
}
.choice--success {
  background-color: #e1f5ec;
}
.choice--icon {
  align-items: center;
}
.choice--icon .choice__symbol {
  width: 2.625rem;
  height: 2.625rem;
  margin: 0 0.5rem;
  fill: var(--color-primary);
}
.choice--icon .choice__symbol ~ .choice__text span {
  display: block;
  line-height: 1.3;
}
.choice--icon .choice__symbol ~ .choice__text span:first-child:not(:last-child):after {
  content: ":";
}

.choices-symbol-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .choices-symbol-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.choice-group {
  margin-bottom: 1.5rem;
}
.choice-group:last-child {
  margin-bottom: 0;
}
.choice-group__legend {
  font-size: 1.125rem;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
}
.choice-group__legend--small {
  color: var(--color-action);
  font-size: 0.875rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.choice-group__legend--medium {
  font-size: 1rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.choice-group .choice-group__horizontal {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 0.5rem;
}
.choice-group .choice-group__horizontal .choice {
  width: auto;
}
.choice-group .choice-group__horizontal .choice + .choice {
  margin-top: 0;
}
.choice-group .choice + .choice {
  margin-top: 0.75rem;
}

.micro-message {
  padding: 1rem;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  column-gap: 0.625rem;
  font-size: 1rem;
}
.micro-message--success {
  background-color: #e1f5ec;
}
.micro-message--error {
  background-color: var(--color-alert-200);
  color: var(--color-alert-600);
}
.micro-message--info {
  background-color: var(--color-primary-100);
}
.micro-message--warning {
  background-color: var(--color-attention-100);
}
.micro-message--center {
  text-align: center;
  max-width: 31.25rem;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.micro-message.is-hidden {
  display: none;
}
.micro-message .icon {
  margin-top: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
}

.editor-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.editor-content a.btn {
  color: var(--color-white);
}
.editor-content h2 {
  font-size: 2rem;
  line-height: 1.3125;
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
  margin-top: 3.375rem;
  margin-bottom: 1.25rem;
}
.editor-content h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 43em) {
  .editor-content h2 {
    font-size: 1.625rem;
  }
}
.editor-content h3 {
  font-size: 1.5rem;
  line-height: 1.33;
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
  margin-top: 1.875rem;
  margin-bottom: 0.75rem;
}
.editor-content h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 43em) {
  .editor-content h3 {
    font-size: 1.375rem;
  }
}
.editor-content h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
@media screen and (max-width: 43em) {
  .editor-content h4 {
    font-size: 1.125rem;
  }
}
.editor-content > ul, .editor-content > ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: current;
  margin-bottom: calc(1.5rem - 0px);
}
.editor-content > ul li, .editor-content > ol li {
  padding-left: 1.5em;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
}
.editor-content > ul li:before, .editor-content > ol li:before {
  counter-increment: current;
  color: var(--color-action);
  position: absolute;
  left: 0;
}
.editor-content > ul li:before {
  content: "•";
}
.editor-content > ol li:before {
  content: counter(current) ".";
}
@media screen and (min-width: 62.0625em) {
  .editor-content > ul li,
.editor-content > ol li,
.editor-content p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .detail-section-wrapper .editor-content > ul li,
.detail-section-wrapper .editor-content > ol li,
.detail-section-wrapper .editor-content p {
    line-height: normal;
  }
}
.editor-content > table,
.editor-content .table-wrapper table {
  width: 100% !important;
  margin: 3rem 0;
  border: 0;
}
.editor-content > table thead,
.editor-content .table-wrapper table thead {
  font-family: "LatoBold", arial, helvetica, sans serif;
  border-bottom: 0.625rem solid var(--color-line-medium);
}
.editor-content > table tr:last-child td,
.editor-content .table-wrapper table tr:last-child td {
  border-bottom: none;
}
.editor-content > table td,
.editor-content .table-wrapper table td {
  border-bottom: 2px solid var(--color-line-medium);
  padding: 0.625rem 0.125rem;
}
.editor-content > table td,
.editor-content > table th,
.editor-content .table-wrapper table td,
.editor-content .table-wrapper table th {
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 62.0625em) {
  .editor-content > table td,
.editor-content > table th,
.editor-content .table-wrapper table td,
.editor-content .table-wrapper table th {
    font-size: 1.25rem;
  }
}
.editor-content > table.simple,
.editor-content .table-wrapper table.simple {
  width: auto !important;
  margin: 1.5rem 0;
}
@media screen and (min-width: 43.0625em) {
  .editor-content > table.simple th,
.editor-content .table-wrapper table.simple th {
    min-width: 12.5rem;
  }
}
@media screen and (min-width: 62.0625em) {
  .editor-content > table.simple th,
.editor-content .table-wrapper table.simple th {
    min-width: 14rem;
  }
}
.editor-content > table.simple th,
.editor-content > table.simple td,
.editor-content .table-wrapper table.simple th,
.editor-content .table-wrapper table.simple td {
  font-weight: normal;
  text-align: left;
  border-bottom: none;
  padding: 0 1.5rem 0.375rem 0;
  vertical-align: top;
}
.editor-content .highlight-box {
  background-color: var(--color-primary-200);
  padding: 1.875rem;
  margin: 3rem 0;
}
.editor-content .highlight-box:last-child {
  margin-bottom: 0;
}
.editor-content .highlight-box h2:first-child {
  margin-top: 0;
}

.editor-link-list li {
  padding-left: 0;
  text-indent: 0;
}
.editor-link-list li:before {
  display: none;
}
.editor-link-list li a {
  text-decoration-line: none;
  text-underline-offset: 2px;
  outline: none;
}
.editor-link-list li a:hover, .editor-link-list li a:focus {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.editor-link-list li a:focus-visible {
  text-decoration-thickness: 3px;
}
.editor-link-list__date {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.ui-tooltip {
  padding: 0.75rem 1.5rem;
  background: var(--color-neutral-100);
  border: 4px solid var(--color-neutral-200);
  position: fixed;
  z-index: z("modal");
  max-width: 15.625rem;
  text-align: center;
}
.ui-tooltip:before {
  content: "";
  border-width: 0.75rem 1.5rem;
  border-color: var(--color-neutral-200) transparent transparent transparent;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -1.5rem;
}
.ui-tooltip:after {
  content: "";
  border-width: 0.5rem 1rem;
  border-color: var(--color-neutral-100) transparent transparent transparent;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -1rem;
}

.info-block {
  background-color: var(--color-white);
  padding-top: calc(1.5rem - 10px);
  border-top: 10px solid #ffc8bc;
  margin-bottom: calc(1.5rem - 10px);
  border-bottom: 10px solid #ffc8bc;
  margin: 3rem 0;
  padding: 1.5rem 1.5rem 1.95rem;
  display: block;
}
.info-block a {
  color: var(--color-action);
}
.info-block a:hover {
  color: var(--color-text);
}

/*Color stack*/
:root {
  --color-profile: #E61E26;
  --color-bg: #F8F5F0;
  --color-white: #FFF;
  --color-black: #000;
  --color-primary-100: #ECF7FE;
  --color-primary-200: #D4EDFD;
  --color-primary-300: #D8E8F2;
  --color-primary-400: #C3D8E6;
  --color-primary-600: #6E8496;
  --color-primary-800: #2D4A63;
  --color-primary-900: #15324A;
  --color-action-100: #E7F7EF;
  --color-action-200: #C3EAD8;
  --color-action-700: #007E45;
  --color-action-800: #005C32;
  --color-attention-100: #FFF8CC;
  --color-alert-200: #FAD0DA;
  --color-alert-500: #E02957;
  --color-alert-600: #B8143D;
  --color-neutral-100: #F1F1F1;
  --color-neutral-200: #E0E0E0;
  --color-neutral-300: #C7C7C7;
  --color-neutral-400: #A8A8A8;
  --color-neutral-500: #828282;
  --color-neutral-600: #696969;
  --color-neutral-700: #4A4A4A;
  --color-neutral-800: #363636;
  --color-neutral-900: #1A1A1A;
  --color-text: var(--color-neutral-700);
  --color-text-light: var(--color-neutral-600);
  --color-primary: var(--color-primary-900);
  --color-action: var(--color-action-700);
  --color-line: var(--color-neutral-100);
  --color-line-medium: var(--color-neutral-200);
}

/*fases ut*/
/*fases ut*/
/*fases ut*/
/*fases ut*/
/* Breakpoints */
/*Color stack*/
:root {
  --color-profile: #E61E26;
  --color-bg: #F8F5F0;
  --color-white: #FFF;
  --color-black: #000;
  --color-primary-100: #ECF7FE;
  --color-primary-200: #D4EDFD;
  --color-primary-300: #D8E8F2;
  --color-primary-400: #C3D8E6;
  --color-primary-600: #6E8496;
  --color-primary-800: #2D4A63;
  --color-primary-900: #15324A;
  --color-action-100: #E7F7EF;
  --color-action-200: #C3EAD8;
  --color-action-700: #007E45;
  --color-action-800: #005C32;
  --color-attention-100: #FFF8CC;
  --color-alert-200: #FAD0DA;
  --color-alert-500: #E02957;
  --color-alert-600: #B8143D;
  --color-neutral-100: #F1F1F1;
  --color-neutral-200: #E0E0E0;
  --color-neutral-300: #C7C7C7;
  --color-neutral-400: #A8A8A8;
  --color-neutral-500: #828282;
  --color-neutral-600: #696969;
  --color-neutral-700: #4A4A4A;
  --color-neutral-800: #363636;
  --color-neutral-900: #1A1A1A;
  --color-text: var(--color-neutral-700);
  --color-text-light: var(--color-neutral-600);
  --color-primary: var(--color-primary-900);
  --color-action: var(--color-action-700);
  --color-line: var(--color-neutral-100);
  --color-line-medium: var(--color-neutral-200);
}

/*fases ut*/
/*fases ut*/
/*fases ut*/
/*fases ut*/
/* Breakpoints */
.member-benefits-block {
  --side-paddding: clamp(2.5rem, 6vw, 4.375rem);
}
.member-benefits-block__header {
  padding: 3.5rem 3.5rem 0;
  background-color: var(--color-primary-200);
}
.member-benefits-block--illustration .member-benefits-block__header {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .member-benefits-block--illustration .member-benefits-block__header {
    background-image: url(/UI/Illustrations/ill-city-skyline.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    padding: 5.625rem var(--side-paddding) 1.25rem;
    position: relative;
  }
  .member-benefits-block--illustration .member-benefits-block__header::after {
    content: "";
    background-image: url(/UI/Illustrations/ill-man-suitcase.svg);
    background-size: contain;
    position: absolute;
    right: 1.625rem;
    bottom: 0;
    width: 130px;
    height: 130px;
  }
}
.member-benefits-block__heading {
  text-align: center;
}
@media (max-width: 767px) {
  .member-benefits-block__heading {
    max-width: 17.1875rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .member-benefits-block--illustration .member-benefits-block__heading {
    padding-right: 8.125rem;
    padding-left: 8.125rem;
  }
}
.member-benefits-block__ingress {
  padding: 2.5rem 3.5rem 3.5rem;
  background-color: var(--color-primary-200);
}
@media (min-width: 768px) {
  .member-benefits-block--illustration .member-benefits-block__ingress {
    background-color: var(--color-primary-100);
  }
}
.member-benefits-block__sales-points {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  column-gap: 2.5rem;
  row-gap: 2rem;
  font-size: 1.125rem;
  max-width: 45.25rem;
  margin: auto;
  text-align: center;
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .member-benefits-block__sales-points {
    flex-direction: column;
    max-width: 12.5rem;
  }
}
.member-benefits-block__content {
  background-color: var(--color-primary-100);
  padding: 0 var(--side-paddding) 3.125rem;
}
@media (max-width: 767px) {
  .member-benefits-block__content {
    padding-right: 0;
    padding-left: 0;
  }
}

.button-tabs {
  margin-bottom: 2rem;
  display: flex;
}
@media (hover: none) {
  .button-tabs {
    position: relative;
    justify-content: center;
  }
  .button-tabs:before, .button-tabs:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.875rem;
    z-index: 1;
  }
  .button-tabs:before {
    left: -1.5rem;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .button-tabs:after {
    right: -1.5rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}
.button-tabs__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0 auto;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
}
@media (hover: none) {
  .button-tabs__choices {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
}
.button-tabs__choices::-webkit-scrollbar {
  display: none;
}
.button-tabs__choice {
  border: 2px solid var(--color-primary-100);
  padding: 0.375rem 0.8125rem;
  border-radius: 1.25rem;
  background-color: var(--color-primary-100);
  color: var(--color-primary);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  box-sizing: content-box;
  outline: none;
}
.button-tabs__choice:hover {
  background-color: var(--color-primary-200);
  border-color: var(--color-primary-200);
  text-decoration: none;
}
.button-tabs__choice:focus-visible {
  box-shadow: 0 0 0 1px var(--color-primary);
  text-decoration: none;
}
.button-tabs__choice.is-active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.button-tabs__choice.is-active:focus-visible {
  border-color: var(--color-white);
}
.button-tabs--margin-top {
  margin-top: 3.125rem;
  margin-bottom: 0;
}
.button-tabs--no-margin {
  margin-bottom: 0;
}

/*Color stack*/
:root {
  --color-profile: #E61E26;
  --color-bg: #F8F5F0;
  --color-white: #FFF;
  --color-black: #000;
  --color-primary-100: #ECF7FE;
  --color-primary-200: #D4EDFD;
  --color-primary-300: #D8E8F2;
  --color-primary-400: #C3D8E6;
  --color-primary-600: #6E8496;
  --color-primary-800: #2D4A63;
  --color-primary-900: #15324A;
  --color-action-100: #E7F7EF;
  --color-action-200: #C3EAD8;
  --color-action-700: #007E45;
  --color-action-800: #005C32;
  --color-attention-100: #FFF8CC;
  --color-alert-200: #FAD0DA;
  --color-alert-500: #E02957;
  --color-alert-600: #B8143D;
  --color-neutral-100: #F1F1F1;
  --color-neutral-200: #E0E0E0;
  --color-neutral-300: #C7C7C7;
  --color-neutral-400: #A8A8A8;
  --color-neutral-500: #828282;
  --color-neutral-600: #696969;
  --color-neutral-700: #4A4A4A;
  --color-neutral-800: #363636;
  --color-neutral-900: #1A1A1A;
  --color-text: var(--color-neutral-700);
  --color-text-light: var(--color-neutral-600);
  --color-primary: var(--color-primary-900);
  --color-action: var(--color-action-700);
  --color-line: var(--color-neutral-100);
  --color-line-medium: var(--color-neutral-200);
}

/*fases ut*/
/*fases ut*/
/*fases ut*/
/*fases ut*/
/* Breakpoints */
/*Color stack*/
:root {
  --color-profile: #E61E26;
  --color-bg: #F8F5F0;
  --color-white: #FFF;
  --color-black: #000;
  --color-primary-100: #ECF7FE;
  --color-primary-200: #D4EDFD;
  --color-primary-300: #D8E8F2;
  --color-primary-400: #C3D8E6;
  --color-primary-600: #6E8496;
  --color-primary-800: #2D4A63;
  --color-primary-900: #15324A;
  --color-action-100: #E7F7EF;
  --color-action-200: #C3EAD8;
  --color-action-700: #007E45;
  --color-action-800: #005C32;
  --color-attention-100: #FFF8CC;
  --color-alert-200: #FAD0DA;
  --color-alert-500: #E02957;
  --color-alert-600: #B8143D;
  --color-neutral-100: #F1F1F1;
  --color-neutral-200: #E0E0E0;
  --color-neutral-300: #C7C7C7;
  --color-neutral-400: #A8A8A8;
  --color-neutral-500: #828282;
  --color-neutral-600: #696969;
  --color-neutral-700: #4A4A4A;
  --color-neutral-800: #363636;
  --color-neutral-900: #1A1A1A;
  --color-text: var(--color-neutral-700);
  --color-text-light: var(--color-neutral-600);
  --color-primary: var(--color-primary-900);
  --color-action: var(--color-action-700);
  --color-line: var(--color-neutral-100);
  --color-line-medium: var(--color-neutral-200);
}

/*fases ut*/
/*fases ut*/
/*fases ut*/
/*fases ut*/
/* Breakpoints */
.compare-table {
  width: 100%;
}
@media (max-width: 767px) {
  .compare-table {
    display: block;
  }
}
@media (max-width: 767px) {
  .compare-table thead,
.compare-table tbody,
.compare-table tfoot {
    display: block;
  }
  .compare-table thead tr,
.compare-table tbody tr,
.compare-table tfoot tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.compare-table thead th,
.compare-table thead td,
.compare-table tbody th,
.compare-table tbody td {
  text-align: center;
}
.compare-table thead th:first-child,
.compare-table thead td:first-child,
.compare-table tbody th:first-child,
.compare-table tbody td:first-child {
  text-align: left;
}
.compare-table thead {
  position: sticky;
  top: 0;
  background-color: var(--color-white);
  z-index: 1;
}
@media (min-width: 768px) {
  .compare-table thead {
    background-color: var(--color-primary-100);
  }
}
@media (max-width: 767px) {
  .compare-table thead tr {
    flex-wrap: nowrap;
  }
}
.compare-table thead th {
  font-size: 1.125rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  vertical-align: top;
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .compare-table thead th {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .member-benefits-block--illustration .compare-table thead th {
    border-top: 1px solid var(--color-line-medium);
    padding-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .compare-table thead th {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    background-color: var(--color-white);
    flex-grow: 1;
  }
  .compare-table thead th:first-child {
    position: absolute;
    top: -99rem;
    left: -99rem;
  }
}
.compare-table tbody th,
.compare-table tbody td {
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
}
@media (min-width: 768px) {
  .compare-table tbody th:first-child,
.compare-table tbody td:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .compare-table tbody th,
.compare-table tbody td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.compare-table tbody th a,
.compare-table tbody td a {
  color: var(--color-text);
}
@media (max-width: 767px) {
  .compare-table tbody th {
    flex-basis: 100%;
    padding-bottom: 0;
  }
}
.compare-table tbody td {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .compare-table tbody td {
    flex-grow: 1;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .compare-table tbody tr:nth-child(2n+1) th,
.compare-table tbody tr:nth-child(2n+1) td {
    background-color: var(--color-white);
  }
}
.compare-table tfoot td {
  text-align: center;
  font-size: 0.875rem;
  padding: 1.875rem 1.25rem 0;
}
@media (min-width: 768px) {
  .compare-table tfoot td {
    border-top: 1px solid var(--color-line-medium);
  }
}
.compare-table__sub-text {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--color-text);
}
.compare-table__check {
  display: inline-block;
  text-indent: -999rem;
  background-color: var(--color-primary);
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  top: 0.375rem;
  position: relative;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.contact-info:last-child {
  margin-bottom: 0;
}
.contact-info__term {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.375rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .contact-info__term {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-bottom: 4px solid var(--color-line-medium);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.contact-info__term a {
  display: block;
  color: var(--color-primary);
}
.contact-info__desc {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 4px solid var(--color-line-medium);
  line-height: 1.3;
  color: var(--color-primary);
}
.contact-info__desc a {
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
}
@media screen and (min-width: 43.0625em) {
  .contact-info__desc {
    flex: 0 0 66.66%;
    max-width: 66.66%;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .contact-info--vertical .contact-info__term {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.375rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .contact-info--vertical .contact-info__desc {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 1rem;
  }
}

.content-box {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 1.25rem;
  margin-bottom: 0.875rem;
  background-color: var(--color-white);
}
.content-box::after {
  content: "";
  display: table;
  clear: both;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box__heading {
  font-size: 1.125rem;
  font-family: "Lato", arial, helvetica, sans serif;
  margin-bottom: 0.75rem;
  color: var(--color-primary);
  float: left;
}
.content-box__heading + * {
  clear: both;
}

.detail-section-wrapper {
  margin: 0 auto;
  background-color: var(--color-neutral-100);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  flex-grow: 1;
  width: 100%;
  margin-bottom: 1.5rem;
}
.detail-section-wrapper--full-height {
  min-height: 100vh;
  margin-bottom: 0;
}
@media screen and (max-width: 62em) {
  .detail-section-wrapper {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .detail-section-wrapper {
    padding-right: 25%;
    padding-left: 25%;
    padding-bottom: 4.5rem;
  }
}
.detail-section-wrapper--less-padding {
  padding-bottom: 4.5rem;
}
.layer__content--booking .detail-section-wrapper, .layer__content--booking-tps .detail-section-wrapper {
  max-width: 700px;
}
@media screen and (min-width: 43.0625em) {
  .layer__content--booking .detail-section-wrapper, .layer__content--booking-tps .detail-section-wrapper {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.detail-section-image {
  position: relative;
}
.detail-section-image__label {
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  text-align: center;
  width: 100%;
}
.detail-section-image__label span {
  background-color: var(--color-action);
  color: var(--color-white);
  padding: 0.1875rem 0.9375rem;
  display: inline-block;
}
.detail-section-image__label.is-disabled span {
  background-color: var(--color-neutral-800);
}

.detail-section-header {
  text-align: center;
  padding: 2.25rem 1.5rem;
}
.detail-section-header .heading-level-2 {
  margin-bottom: 0.75rem;
}
.detail-section-header__sub-heading {
  margin-top: -0.5rem;
  color: var(--color-action);
  font-family: "LatoBold", arial, helvetica, sans serif;
}

.detail-section-heading-level-2 {
  text-align: center;
  font-size: 1.125rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.75rem;
}
.detail-section-heading-level-2 img {
  margin: 0 auto 0.75rem;
}

.detail-section-room-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.detail-section-room-list__link {
  margin-bottom: 0.375rem;
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.detail-section-room-list__link:hover, .detail-section-room-list__link:focus {
  text-decoration: none;
}
.detail-section-room-list__link:hover .detail-section-room-list__room-type,
.detail-section-room-list__link:hover .detail-section-room-list__price, .detail-section-room-list__link:focus .detail-section-room-list__room-type,
.detail-section-room-list__link:focus .detail-section-room-list__price {
  background-color: var(--color-primary-100);
}
.detail-section-room-list__flex-wrapper {
  display: flex;
  align-items: stretch;
}
.detail-section-room-list__room-type, .detail-section-room-list__price {
  background-color: var(--color-white);
  padding: 1.5rem;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.detail-section-room-list__room-type {
  width: calc(58.33% - 0.375rem);
  margin-right: 0.375rem;
  text-align: left;
}
.detail-section-room-list__room-type .text {
  display: block;
  font-size: 1.125rem;
}
.detail-section-room-list__price {
  width: 41.66%;
  margin-right: 0;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  justify-content: center;
}

.detail-section-box {
  background-color: var(--color-white);
  padding: 1.5rem;
  text-align: center;
}
.detail-section-box__title {
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.5em;
}

.gallery {
  background-color: var(--color-white);
  z-index: z("gallery");
  overflow-y: auto;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (min-width: 62.0625em) {
  .gallery {
    left: 7rem;
  }
}
.is-gallery .gallery {
  pointer-events: all;
}
.gallery__close {
  position: absolute;
}
.gallery__photo {
  margin-bottom: 0.375rem;
  min-height: 18.75rem;
}
.gallery__photo.b-loaded {
  min-height: initial;
}
.gallery .loader {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.highlight-box {
  background-color: var(--color-primary-100);
  padding: 1.5rem;
}
.highlight-box__header {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1.875rem;
}
.highlight-box__heading {
  color: var(--color-primary);
  line-height: normal;
}
.highlight-box--error {
  background-color: var(--color-alert-200);
  text-align: center;
  color: var(--color-alert-600);
}
.highlight-box--message {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
}

@media screen and (min-width: 43.0625em) {
  .hotel-features {
    column-count: 2;
    column-gap: 0.75rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 85em) {
  .hotel-features {
    column-count: 3;
  }
}
@media screen and (max-width: 43em) {
  .hotel-features__content {
    display: none;
  }
  .is-selected .hotel-features__content {
    display: block;
  }
}
.hotel-features__title, .hotel-features__content > p, .hotel-features__content > ul {
  padding-left: 3rem;
}
@media screen and (max-width: 43em) {
  .hotel-features__title, .hotel-features__content > p, .hotel-features__content > ul {
    padding-left: 2.25rem;
  }
}
.hotel-features__title {
  font-size: 1.125rem;
  line-height: normal;
}
@media screen and (max-width: 43em) {
  .hotel-features__title {
    padding-right: 2.25rem;
    cursor: pointer;
  }
  .hotel-features__title:after {
    content: "";
    position: absolute;
    top: 0.6875rem;
    right: 0.625rem;
    background-image: url(/UI/Icons/In/arrow-down.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.75;
    transition: transform 0.2s ease-in-out;
  }
  .is-selected .hotel-features__title:after {
    transform: rotate(180deg);
  }
}
.hotel-features__title .icon {
  position: absolute;
  left: 1.5rem;
}
@media screen and (max-width: 43em) {
  .hotel-features__title .icon {
    top: 0.6875rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 43em) {
  .has-no-content .hotel-features__title:after {
    display: none;
  }
}
.hotel-features__content > ul {
  margin-top: 0.75rem;
}
.hotel-features__content > ul + ul {
  margin-top: 0;
}
.hotel-features__item {
  break-inside: avoid;
  padding: 0 1.5rem 2.25rem;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  position: relative;
}
@media screen and (max-width: 43em) {
  .hotel-features__item {
    border-bottom: 1px solid var(--color-line);
    padding: 0.75rem 1.5rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .hotel-features__item--checkin .hotel-features__title span {
    display: none;
  }
}
.hotel-features__content > p {
  font-size: 1rem;
  line-height: normal;
  margin-top: 0.1875rem;
  margin-bottom: 0.75rem;
}

.hotel-features-summary__message {
  text-align: center;
  margin-bottom: 0.1875rem;
}
.hotel-features-summary__message .booking-message {
  background-color: var(--color-primary-100);
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  display: block;
  padding: 0.375rem 1.5rem 0.5rem;
}
.hotel-features-summary__message .booking-message--busy {
  background-color: var(--color-alert-200);
}
.hotel-features-summary__message.u-trailer {
  margin-bottom: 1.5rem;
}
.hotel-features-summary__list, .hotel-features-summary__list > .epi-editContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -0.0625rem;
}
.hotel-features-summary__list > .epi-editContainer {
  width: 100%;
}
.hotel-features-summary__list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1 1 auto;
  font-family: "LatoBold", arial, helvetica, sans serif;
  line-height: normal;
  padding: 0.75rem;
  background-color: var(--color-primary-100);
  margin: 0.0625rem;
  align-items: center;
}
@media screen and (max-width: 43em) {
  .hotel-features-summary__list-item {
    font-size: 0.875rem;
    line-height: normal;
    padding: 0.5rem 0.75rem;
  }
}
.hotel-features-summary__list-item .regular-text {
  font-family: "Lato", arial, helvetica, sans serif;
}
.hotel-features-summary__list-item .icon {
  margin-right: 0.5rem;
}
@media screen and (max-width: 43em) {
  .hotel-features-summary__list-item .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.hotel-features-summary__list-item ul {
  list-style: none;
  padding-left: 0;
}

.hotel-list__item {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 43.0625em) {
  .hotel-list__item {
    display: flex;
  }
}
.hotel-list__item__image {
  position: relative;
  overflow: hidden;
  min-height: 12.5rem;
}
@media screen and (min-width: 43.0625em) {
  .hotel-list__item__image {
    width: calc(50% - 0.375rem);
    margin-right: 0.375rem;
    min-height: 25rem;
  }
  .hotel-list__item__image img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
}
@media screen and (min-width: 84em) {
  .hotel-list__item__image {
    width: calc(66.66% - 0.375rem);
    margin-right: 0.375rem;
  }
}
.hotel-list__item__content {
  background-color: var(--color-neutral-100);
  padding: 0 1.875rem 0.75rem;
  border: 4px solid var(--color-neutral-200);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 43.0625em) {
  .hotel-list__item__content {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (min-width: 84em) {
  .hotel-list__item__content {
    width: 33.33%;
    margin-right: 0;
  }
}
.hotel-list__item__content .booking-message {
  margin-left: auto;
}
.hotel-list__item__content-header {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 43.0625em) {
  .hotel-list__item__content-header {
    min-height: 10.9375rem;
  }
}
.hotel-list__item__content-partner {
  color: var(--color-action-800);
  margin-bottom: 0.125rem;
}
.hotel-list__item__content-title {
  font-size: 2rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  line-height: 1.1;
  color: var(--color-action-800);
  margin-bottom: 0.375rem;
}
.hotel-list__item__content-ingress {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.375rem;
}
.hotel-list__item__content-cons {
  font-size: 0.75rem;
  line-height: normal;
}
.hotel-list__item__content-cons.is-bold {
  font-family: "LatoBold", arial, helvetica, sans serif;
  display: block;
}
.hotel-list__item__content-cons .hotel-room-facilities__list {
  column-count: 1;
}
.hotel-list__item__content-cons .hotel-room-facilities__list-item {
  display: inline-block;
  padding-bottom: 0;
}
.hotel-list__item__content-cons .hotel-room-facilities__list-item:after {
  content: " - ";
}
.hotel-list__item__content-cons .hotel-room-facilities__list-item:last-child:after {
  content: "";
}
.hotel-list__link {
  width: 100%;
  outline: none;
  color: var(--color-text);
  text-decoration: none;
}
@media screen and (min-width: 43.0625em) {
  .hotel-list__link {
    display: flex;
  }
}
.hotel-list__link:hover, .hotel-list__link:focus, .hotel-list__link.map-hover {
  text-decoration: none;
}
.hotel-list__link:hover .hotel-list__item__content, .hotel-list__link:focus .hotel-list__item__content, .hotel-list__link.map-hover .hotel-list__item__content {
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-200);
}
.hotel-list__link.map-hover .hotel-list__item__content {
  border-color: var(--color-primary-800);
}
.hotel-list__link:focus-visible .hotel-list__item__content-title {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  text-indent: -999em;
  top: 50%;
  border: none;
  outline: none;
  z-index: 1;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  margin-top: -0.9375rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  opacity: 0;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 0.625rem;
  background-image: url(/UI/Icons/In/arrow-left.svg);
}

.slick-next {
  right: 0.625rem;
  background-image: url(/UI/Icons/In/arrow-right.svg);
}

.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 1.25rem;
  column-gap: 0.4375rem;
  line-height: 0;
}
.slick-dots:has(li:only-child) {
  display: none;
}
.slick-dots li button {
  text-indent: -999em;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  padding: 0;
}
.slick-dots li.slick-active button {
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--color-white);
}
.slick-dots li:nth-last-child(2):not(:first-child) button {
  width: 0.3125rem;
  height: 0.3125rem;
}
.slick-dots li:last-child button {
  width: 0.25rem;
  height: 0.25rem;
}

.image-slider {
  margin: 0.75rem 0 1.5rem;
  visibility: hidden;
}
.image-slider:hover .slick-arrow {
  opacity: 1;
}
.preload .image-slider {
  visibility: hidden;
  padding-bottom: calc(50% + 41px);
  height: 0;
  overflow: hidden;
}
.no-js .preload .image-slider {
  visibility: visible;
  padding-bottom: 0;
  height: auto;
  overflow: auto;
}
.image-slider.slick-initialized {
  visibility: visible;
}
.image-slider--inline .image-slider, .image-slider--inline {
  margin: 0;
}
.image-slider--inline .image-slider + .hotel-header__gallery-links, .image-slider--inline + .hotel-header__gallery-links {
  margin-top: -2.5625rem;
}
.image-slider--small .slick-dots {
  bottom: 0.625rem;
}

.image-slider--inline .image-slide {
  position: relative;
}
.image-slide__enlarge-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-slide__description {
  background-color: var(--color-white);
  padding: 0.75rem 1.5rem 0;
  text-align: center;
}
.image-slider--inline .image-slide__description {
  position: relative;
  top: 100%;
  padding: 0.75rem;
  line-height: normal;
  text-align: left;
  background-color: transparent;
}
@media screen and (min-width: 62.0625em) {
  .image-slider--inline .image-slide__description {
    padding-left: 0;
  }
}
.image-slide__image-text {
  font-size: 1.125rem;
  margin: 0.375rem 0 0;
}
.image-slider--inline .image-slide__image-text {
  display: none;
}
.image-slide__counter, .image-slide__credit {
  font-size: 0.875rem;
  line-height: normal;
}
.no-js .image-slider--inline .image-slide:not(:first-child) {
  display: none;
}

.link-tags__list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1.375rem;
}
.link-tags__item a {
  display: block;
  padding: 0.5rem 0;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2.25rem;
  clear: both;
}
.nav-list__item {
  margin-bottom: 0.1875rem;
  overflow: hidden;
}
.nav-list__item--extra-info {
  background-color: var(--color-white);
}
.nav-list__item--extra-info .nav-list__button {
  padding-right: 0.75rem;
}
.nav-list__item.is-disabled .nav-list__button {
  opacity: 0.4;
  cursor: default;
}
.nav-list__item.is-disabled .nav-list__button:hover {
  background-color: var(--color-white);
}
.nav-list__item.is-disabled .nav-list__button:hover .icon {
  fill: var(--color-white);
}
.nav-list__item.is-disabled .nav-list__checkbox:checked ~ .nav-list__button:hover .icon {
  fill: var(--color-action);
}
.nav-list__item.is-disabled .nav-list__extra-info {
  opacity: 0.4;
}
.nav-list__buttoncontainer {
  background-color: var(--color-white);
}
.nav-list__button {
  background-color: var(--color-white);
  border: none;
  padding: 0.75rem 3rem 0.75rem 0.75rem;
  width: 100%;
  text-align: left;
  position: relative;
  outline: none;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  line-height: 1.2;
  display: block;
  cursor: pointer;
  color: var(--color-text);
  text-decoration: none;
}
.nav-list__item--big .nav-list__button {
  background-color: var(--color-neutral-100);
  padding: 1.125rem 1.5rem;
  color: var(--color-action);
  font-size: 1.125rem;
}
@media screen and (min-width: 43.0625em) {
  .nav-list__item--big .nav-list__button {
    font-size: 1.5rem;
  }
}
.nav-list__button--link:after {
  content: "";
  background-image: url(/UI/Icons/In/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1.375rem 1.375rem;
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  right: 0.75rem;
  top: 50%;
  margin-top: -0.6875rem;
}
.nav-list__button .icon {
  height: 1.75rem;
  width: 1.75rem;
  min-width: 1.75rem;
  margin-right: 0.75rem;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 2px solid var(--color-neutral-500);
  fill: var(--color-white);
  padding: 0.0625rem;
}
.nav-list__button:hover, .nav-list__button:focus {
  background-color: var(--color-primary-100);
  text-decoration: none;
}
.nav-list__button:hover .icon, .nav-list__button:focus .icon {
  fill: #c0c5c5;
}
.nav-list__button--check {
  color: var(--color-action);
}
.nav-list__button--check.is-active {
  color: var(--color-text);
}
.nav-list__button--check.is-active .icon {
  fill: var(--color-action);
}
.nav-list__button--narrow {
  width: auto;
  display: inline;
}
.nav-list__button--more {
  text-align: center;
  color: var(--color-action);
  padding-right: 0.75rem;
  font-size: 0.875rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.nav-list__button--single {
  color: var(--color-text);
}
.nav-list__button--info {
  position: relative;
  text-align: center;
  margin-bottom: 0.75rem;
  background-color: var(--color-action);
  color: var(--color-white) !important;
  display: block;
  padding: 0.1875rem 1.5rem 0.1875rem 0.75rem;
  font-size: 1.125rem;
}
.nav-list__button--info:hover, .nav-list__button--info:focus {
  background-color: var(--color-action);
}
.nav-list div.nav-list__button--no-link {
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.75rem;
}
.nav-list div.nav-list__button--no-link:hover {
  background-color: var(--color-white);
}
.nav-list div.nav-list__button--no-link .layer__toggler {
  padding-left: 1.5rem;
}
.nav-list__flex-wrapper {
  display: flex;
  align-items: center;
}
.nav-list__button--check .nav-list__flex-wrapper {
  padding: 0.5rem 0 0.625rem;
}
.nav-list__flex-wrapper .nav-list-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 100%;
  width: calc(100% - 28px);
}
.nav-list__flex-wrapper .nav-list-price-container .nav-list__price-term-title {
  width: calc(100% - 28px);
  display: block;
  flex: 0 1 100%;
}
.nav-list__flex-wrapper .nav-list-price-container strong {
  display: block;
}
.nav-list__flex-wrapper .nav-list-price-container__price {
  width: auto;
  white-space: nowrap;
  padding-left: 1.5rem;
  color: var(--color-text);
  font-size: 1.25rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.nav-list__price, .nav-list__subtext {
  display: block;
  font-size: 0.875rem;
}
.nav-list__checkbox {
  position: absolute;
  left: -999em;
}
.nav-list__checkbox:focus ~ label {
  background-color: var(--color-primary-100);
}
.nav-list__checkbox:focus ~ label .icon {
  border-color: var(--color-primary);
  outline: 1px solid var(--color-primary);
}
.nav-list__checkbox:checked ~ label {
  color: var(--color-text);
}
.nav-list__checkbox:checked ~ label .icon {
  fill: var(--color-action);
}
.nav-list__checkbox--btnstyle + label {
  background: transparent;
  color: var(--color-action);
  display: inline-block;
  width: auto;
}
.nav-list__checkbox--btnstyle + label:hover {
  background-color: transparent;
}
.nav-list__checkbox--btnstyle + label a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  outline: none;
}
.nav-list__checkbox--btnstyle + label a:hover, .nav-list__checkbox--btnstyle + label a:focus {
  text-decoration-thickness: 2px;
}
.nav-list__checkbox--btnstyle + label a:hover, .nav-list__checkbox--btnstyle + label a:focus {
  text-decoration-thickness: 2px;
}
.nav-list__checkbox--btnstyle + label a:focus-visible {
  text-decoration-thickness: 3px;
}
.nav-list__checkbox--btnstyle:focus ~ label {
  background: transparent;
}
.nav-list__checkbox--btnstyle:checked ~ label {
  background-color: transparent;
}
.nav-list__checkbox--btnstyle:checked ~ label a {
  color: var(--color-action);
}
.nav-list__no-js-button {
  margin-left: auto;
  color: var(--color-text);
}
.nav-list__extra-info {
  padding: 0 0.75rem 1.5rem calc(28px + 1.5rem);
}
.nav-list__extra-info a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  outline: none;
}
.nav-list__extra-info a:hover, .nav-list__extra-info a:focus {
  text-decoration-thickness: 2px;
}
.nav-list__extra-info a:hover, .nav-list__extra-info a:focus {
  text-decoration-thickness: 2px;
}
.nav-list__extra-info a:focus-visible {
  text-decoration-thickness: 3px;
}
.nav-list--priceterms .nav-list__item {
  display: none;
}
.nav-list--priceterms .nav-list__item.is-selected {
  display: block;
}
.nav-list--priceterms .nav-list__item.nav-list__edit {
  display: block;
}
.nav-list--priceterms.is-edit .nav-list__item {
  display: block;
}
.nav-list--priceterms.is-edit .nav-list__item.nav-list__edit {
  display: none;
}
.nav-list--priceterms.is-edit .nav-list__item__edit {
  display: none;
}
.nav-list--acceptpriceterms {
  margin-bottom: 0.75rem;
}
.nav-list--conference {
  overflow: hidden;
}
.nav-list--conference .nav-list__item {
  display: flex;
}
.nav-list--conference .nav-list__checkbox-bar {
  width: 2.5rem;
  background-color: #e1f5ec;
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  flex-shrink: 0;
}
.nav-list--conference .teaser-hotel {
  width: calc(100% - 40px);
  padding-left: 0.375rem;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-list--conference .teaser-hotel img {
  transition: filter 1s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (min-width: 43.0625em) {
  .nav-list--conference .teaser-hotel__header {
    width: calc(36.36% - 0.375rem);
    margin-right: 0.375rem;
  }
  .nav-list--conference .teaser-hotel .price-block {
    width: 63.63%;
    margin-right: 0;
  }
  .nav-list--conference .teaser-hotel__photo {
    width: 63.63%;
    margin-right: 0;
  }
}
.nav-list--conference .teaser-hotel__link {
  margin-bottom: 0;
}
.nav-list--conference .nav-list__checkbox:focus + label {
  background-color: transparent;
}
.nav-list--conference .nav-list__checkbox:not(:checked) ~ .teaser-hotel img {
  -webkit-filter: grayscale(50%) brightness(70%);
  filter: grayscale(50%) brightness(70%);
}
.nav-list--conference .nav-list__button {
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.nav-list--conference .nav-list__button:hover, .nav-list--conference .nav-list__button:active, .nav-list--conference .nav-list__button:focus {
  background-color: transparent;
}
.nav-list--conference .nav-list__button .icon {
  margin-right: 0;
}
.nav-list:last-child, .nav-list--no-margin-bottom {
  margin-bottom: 0;
}
.nav-list--big .nav-list__button {
  font-size: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.nav-list--center .nav-list__button {
  text-align: center;
  padding-right: 0.75rem;
}

div.nav-list__button {
  cursor: default;
}
div.nav-list__button .icon {
  fill: var(--color-action);
}
div.nav-list__button:hover, div.nav-list__button:focus {
  background-color: transparent;
}
div.nav-list__button:hover .icon, div.nav-list__button:focus .icon {
  fill: var(--color-action);
}

.neutral-box {
  background-color: var(--color-neutral-100);
  padding: 2.25rem 1.5rem;
  margin-bottom: 0.375rem;
}
.neutral-box--center {
  text-align: center;
}
.neutral-box--vertical-center {
  display: flex;
  align-items: center;
}
.neutral-box--transparent {
  background-color: transparent;
}
.neutral-box--negative {
  background-color: var(--color-white);
}
.neutral-box--highlight {
  background-color: var(--color-primary-100);
}
.neutral-box--highlight-arrow {
  position: relative;
}
.neutral-box--highlight-arrow:before, .neutral-box--highlight-arrow:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  height: 0;
  width: 0;
  bottom: 100%;
  z-index: 1;
}
.neutral-box--highlight-arrow:before {
  border-width: 0.875rem;
  border-bottom-color: #aec6db;
  left: 1.25rem;
}
.neutral-box--highlight-arrow:after {
  border-width: 0.8125rem;
  border-bottom-color: var(--color-primary-100);
  left: 1.3125rem;
}
.neutral-box--success {
  background-color: #e1f5ec;
}
.neutral-box__title {
  font-size: 1.25rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.3em;
}
.neutral-box__title-bar {
  background-color: var(--color-primary-800);
  color: var(--color-white);
  padding: 0.75rem 1.5rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin: -2.25rem -1.5rem 1.5rem;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 43.0625em) {
  .neutral-box__title-bar {
    margin: -3rem -3rem 1.5rem;
  }
}
.neutral-box p {
  font-size: 1rem;
  line-height: 1.5;
}
.neutral-box p.neutral-box__jumbo-size {
  font-size: 2.25rem;
  line-height: 1;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.neutral-box.editor-content ul li,
.neutral-box.editor-content ol li,
.neutral-box.editor-content p {
  font-size: 1.125rem;
}
@media screen and (min-width: 62.0625em) {
  .neutral-box.editor-content ul li,
.neutral-box.editor-content ol li,
.neutral-box.editor-content p {
    font-size: 1.25rem;
  }
}
.neutral-box__inner {
  background-color: var(--color-white);
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.neutral-box__inner-box-list {
  margin-bottom: calc(1.5rem - 0px);
  list-style: none;
  padding: 0;
}
.neutral-box__inner-box-item {
  margin-bottom: 0.375rem;
  background-color: var(--color-white);
  padding: 0.75rem;
  line-height: 1.2;
}
.neutral-box__inner-box-item:nth-child(2n+2) {
  margin-right: 0;
}
.neutral-box__inner-box-item-price {
  display: block;
  font-size: 0.875rem;
}
.neutral-box__inner-box-item--success {
  background-color: #e1f5ec;
  border: 1px solid #e1f5ec;
  color: var(--color-action);
}
.neutral-box--less-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .neutral-box--more-padding {
    padding: 3rem;
  }
}
.neutral-box--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.neutral-box--margin-bottom {
  margin-bottom: 1.5rem;
}
.neutral-box--margin-bottom-half {
  margin-bottom: 0.75rem;
}
.neutral-box--margin-bottom-double {
  margin-bottom: 3rem;
}
.neutral-box--image {
  padding: 0;
}
.neutral-box--larger-text p {
  font-size: 1.25rem;
}
.neutral-box--medium-text p {
  font-size: 1.125rem;
}
.neutral-box--ordinary-text p {
  font-size: 1rem;
  line-height: 1.5;
}
.neutral-box--dark {
  background-color: var(--color-neutral-200);
}
@media screen and (min-width: 62.0625em) {
  .neutral-box--large-half {
    width: calc(50% - 0.375rem);
    margin-right: 0.375rem;
    flex-grow: 1;
  }
}
@media screen and (min-width: 62.0625em) {
  .neutral-box--large-third {
    width: calc(33.33% - 0.375rem);
    margin-right: 0.375rem;
    flex-grow: 1;
  }
}
@media screen and (min-width: 43.0625em) {
  .neutral-box--large-fourth {
    width: calc(50% - 0.375rem);
    margin-right: 0.375rem;
    flex-grow: 1;
  }
  .neutral-box--large-fourth:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.0625em) {
  .neutral-box--large-fourth {
    width: calc(25% - 0.375rem);
    margin-right: 0.375rem;
  }
  .neutral-box--large-fourth:nth-child(2n+2) {
    margin-right: 0.375rem;
  }
}
@media screen and (min-width: 62.0625em) {
  .neutral-box--large-three-fourth {
    width: calc(75% - 0.375rem);
    margin-right: 0.375rem;
  }
}
.neutral-box--large-half:last-child, .neutral-box--large-third:last-child, .neutral-box--large-fourth:last-child {
  margin-right: 0;
}
.neutral-box .neutral-box__desc {
  margin-top: 0.75rem;
  display: block;
}
.neutral-box .u-text-line-height {
  line-height: 1.5;
}

.page-header {
  padding: 3em 1.5rem;
  text-align: center;
}
@media screen and (min-width: 43.0625em) {
  .page-header {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.page-header__ingress,
.page-header .abstract {
  font-size: 1.125rem;
  line-height: 1.5;
}
.page-header__ingress a,
.page-header .abstract a {
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.page-header__button-row {
  margin-top: 3rem;
  margin-bottom: -1.5rem;
}
.page-header__button-row .btn {
  margin-bottom: 0.1875rem;
}
.page-header--inline {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 3em 0 0;
}
.page-header--inline .page-header__inline-content {
  background-color: var(--color-neutral-100);
  padding: 3rem;
  color: var(--color-primary);
}
.page-header--inline .page-header__inline-content .abstract p {
  font-size: 1.25rem;
}
@media screen and (min-width: 43.0625em) {
  .page-header--inline .page-header__inline-image + .page-header__inline-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .is-edit-mode .page-header--inline .page-header__inline-image + .page-header__inline-content {
    position: relative;
  }
}
.page-header--less-padding {
  padding: 3em 0;
}

.related-hotels {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.related-hotels__header {
  margin-bottom: calc(1.5rem - 0px);
}
.related-hotels__header .ingress {
  line-height: 1.5;
}
.related-hotels__heading {
  font-size: 2rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
  padding-top: calc(3rem - 0px);
  margin-bottom: calc(0.75rem - 0px);
}

.related-hotel {
  display: flex;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 43.0625em) {
  .related-hotel {
    width: calc(50% - 0.375rem);
    margin-right: 0.375rem;
  }
}
@media screen and (min-width: 112.0625em) {
  .related-hotel {
    margin-bottom: 0.4375rem;
  }
}
.related-hotel__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: currentColor;
  background-color: var(--color-neutral-100);
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: none;
}
.related-hotel__link:hover, .related-hotel__link:focus {
  text-decoration: none;
  background-color: var(--color-primary-100);
}
.related-hotel__link:hover .related-hotel__photo__overlay, .related-hotel__link:focus .related-hotel__photo__overlay {
  opacity: 0.2;
}
.related-hotel__link:focus-visible .related-hotel__title {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}
.related-hotel__header {
  width: 100%;
  flex-grow: 1;
  padding: 1.5rem 2.025rem;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 62.0625em) {
  .related-hotel__header {
    padding: 1.5rem 3rem;
  }
}
.related-hotel__title {
  color: var(--color-action);
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.25rem;
}
.related-hotel__photo {
  width: 100%;
  min-height: 0;
  position: relative;
  order: -1;
}
.related-hotel__photo__image {
  position: static;
  transform: none;
  width: 100%;
}
.related-hotel__photo__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-neutral-800);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.related-hotel__footer {
  display: flex;
}
.related-hotel__footer .price-block {
  width: 50%;
  margin-right: 0;
}
.related-hotel__footer .price-block .price-block__text {
  width: 100%;
  background-color: transparent;
  padding: 1.5rem;
}
.related-hotel__footer .price-block:first-child:last-child {
  width: 100%;
}
.related-hotel__footer .price-block .price-block__action {
  width: 100%;
  margin-top: 1.5rem;
}
.related-hotel:nth-of-type(2n) {
  margin-right: 0;
}

.restaurant-booking {
  border: 0.3125rem solid var(--color-line-medium);
  padding: 0.375rem;
  flex: 0 0 100%;
  background-color: var(--color-white);
}
.restaurant-booking__title {
  text-align: center;
  text-transform: uppercase;
  font-family: "LatoBold", arial, helvetica, sans serif;
  font-size: 1rem;
  margin-top: -1.3rem;
}
.restaurant-booking__title span {
  background-color: var(--color-white);
  padding: 0 0.75rem;
}
@media screen and (min-width: 43.0625em) {
  .restaurant-booking__editor-boxes {
    display: flex;
    justify-content: center;
  }
}
.restaurant-booking__editor-box.editor-content {
  text-align: center;
  padding: 0.75rem;
}
@media screen and (min-width: 43.0625em) {
  .restaurant-booking__editor-box.editor-content {
    width: 33.33%;
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
  }
}
.restaurant-booking__editor-box.editor-content p {
  font-size: 1rem;
}
.restaurant-booking .booking-panel {
  margin-bottom: 0;
  display: none;
}
.no-js .restaurant-booking .booking-panel {
  display: block;
}
.restaurant-booking .narrow-box {
  padding-bottom: 0;
}
.restaurant-booking .btn--link {
  color: var(--color-action);
  padding: 0 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  outline: none;
}
.restaurant-booking .btn--link:hover, .restaurant-booking .btn--link:focus {
  text-decoration-thickness: 2px;
}
.restaurant-booking .btn--link:hover, .restaurant-booking .btn--link:focus {
  text-decoration-thickness: 2px;
}
.restaurant-booking .btn--link:focus-visible {
  text-decoration-thickness: 3px;
}
.no-js .restaurant-booking .btn--link {
  display: none;
}
.restaurant-booking .btn--link:hover, .restaurant-booking .btn--link:focus {
  background-color: transparent;
}
.restaurant-booking .form-group legend {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  width: 100%;
}
.restaurant-booking--header {
  border: none;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0;
}

.room-list__item {
  border: 1px solid var(--color-line-medium);
  cursor: pointer;
  outline: none;
  margin-bottom: 0.375rem;
}
.room-list__item:hover, .room-list__item:focus {
  background-color: var(--color-primary-100);
}
.room-page .room-list__item {
  border: none;
}
.room-list__item-container {
  display: flex;
  justify-content: space-between;
  padding: 0.375rem;
}
.room-list__item-title {
  color: var(--color-action);
  font-family: "LatoBold", arial, helvetica, sans serif;
  font-size: 1.25rem;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 43em) {
  .room-list__item-title {
    font-size: 1.125rem;
  }
}
.room-list__item-title .icon {
  position: absolute;
  right: 100%;
  padding-top: 0.0625rem;
  fill: var(--color-action);
}
@media screen and (max-width: 43em) {
  .room-list__item-title .icon {
    padding-top: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.room-list__item-title__text {
  display: block;
  flex: 1 1 auto;
}
.room-list__item-ingress {
  max-width: 100%;
  width: 100%;
}
.room-list__item__content {
  margin-right: auto;
  padding: 1.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 43em) {
  .room-list__item__content {
    padding: 1rem 1rem 1rem 1.5rem;
  }
}
.room-list__item__content p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 43em) {
  .room-list__item__content p {
    font-size: 0.875rem;
  }
}
.no-appearance .room-list__item__content {
  flex: 1 1 100%;
}
.room-list__item__order-info {
  background-color: var(--color-neutral-100);
  width: 25%;
  margin-right: 0;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 43em) {
  .room-list__item__order-info {
    width: 41.66%;
    margin-right: 0;
  }
}
.no-appearance .room-list__item__order-info {
  flex: 1 0 auto;
}
.room-list__item.is-collapsed .expanded-info {
  display: none;
}
.room-list__item.is-collapsed .room-list__item-ingress,
.room-list__item.is-collapsed .room-list__item-ingress p {
  margin-bottom: 0;
}
.room-list__item.is-expanded, .no-js .room-list__item {
  cursor: default;
}
.room-list__item.is-expanded:hover, .no-js .room-list__item:hover {
  background-color: transparent;
}
@media screen and (max-width: 43em) {
  .room-list__item.is-expanded, .no-js .room-list__item {
    border: 0.3125rem solid #aec6db;
  }
  .room-page .room-list__item.is-expanded, .room-page .no-js .room-list__item {
    border: 1px solid var(--color-line-medium);
  }
}
.room-list__item.is-expanded .room-list__item-container, .no-js .room-list__item .room-list__item-container {
  background-color: var(--color-primary-100);
  padding: 0 2.5rem 2.25rem 0.375rem;
}
@media screen and (max-width: 43em) {
  .room-list__item.is-expanded .room-list__item-container, .no-js .room-list__item .room-list__item-container {
    flex-direction: column;
    padding: 0 0.75rem 0.75rem;
  }
}
.room-page .room-list__item.is-expanded .room-list__item-container, .room-page .no-js .room-list__item .room-list__item-container {
  padding: 0;
  background-color: transparent;
}
.room-list__item.is-expanded .room-list__item__content, .no-js .room-list__item .room-list__item__content {
  padding-top: 2.25rem;
  padding-bottom: 0;
  flex-grow: 1;
}
@media screen and (max-width: 43em) {
  .room-list__item.is-expanded .room-list__item__content, .no-js .room-list__item .room-list__item__content {
    text-align: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
}
.room-page .room-list__item.is-expanded .room-list__item__content, .room-page .no-js .room-list__item .room-list__item__content {
  border-top: 1px solid #aec6db;
  border-bottom: 1px solid #aec6db;
  padding: 2.25rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 43em) {
  .room-page .room-list__item.is-expanded .room-list__item__content, .room-page .no-js .room-list__item .room-list__item__content {
    order: 2;
  }
}
.room-list__item.is-expanded .room-list__item__content .booking-message, .no-js .room-list__item .room-list__item__content .booking-message {
  align-self: flex-start;
}
@media screen and (max-width: 43em) {
  .room-list__item.is-expanded .room-list__item__content .booking-message, .no-js .room-list__item .room-list__item__content .booking-message {
    margin-left: auto;
    align-self: center;
  }
}
.room-list__item.is-expanded .room-list__item__content a, .no-js .room-list__item .room-list__item__content a {
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.room-list__item.is-expanded .room-list__item__content :last-child, .no-js .room-list__item .room-list__item__content :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 43em) {
  .room-list__item.is-expanded .room-list__item__content .btn, .no-js .room-list__item .room-list__item__content .btn {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.room-list__item.is-expanded .room-list__item-title, .no-js .room-list__item .room-list__item-title {
  font-size: 2.625rem;
  line-height: 1.1;
  color: var(--color-primary);
  margin-bottom: 0.75em;
  width: 100%;
}
@media screen and (max-width: 43em) {
  .room-list__item.is-expanded .room-list__item-title, .no-js .room-list__item .room-list__item-title {
    margin-bottom: 0.5em;
    display: block;
    font-size: 2rem;
  }
}
.room-list__item.is-expanded .room-list__item-title .icon, .no-js .room-list__item .room-list__item-title .icon {
  fill: var(--color-primary);
  transform: rotate(90deg);
}
@media screen and (max-width: 43em) {
  .room-list__item.is-expanded .room-list__item-title .icon, .no-js .room-list__item .room-list__item-title .icon {
    display: none;
  }
}
.room-list__item.is-expanded .room-list__item-ingress, .no-js .room-list__item .room-list__item-ingress {
  margin-bottom: 1.5em;
}
.room-list__item.is-expanded .room-list__item-ingress .abstract, .no-js .room-list__item .room-list__item-ingress .abstract {
  margin-bottom: 0;
}
.room-list__item.is-expanded .room-list__item__order-info, .no-js .room-list__item .room-list__item__order-info {
  margin-top: 2.25rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  width: 33.33%;
  margin-right: 0;
  padding: 1rem;
  flex-direction: column;
}
@media screen and (max-width: 43em) {
  .room-list__item.is-expanded .room-list__item__order-info, .no-js .room-list__item .room-list__item__order-info {
    margin-top: 0;
    width: 100%;
  }
}
.room-page .room-list__item.is-expanded .room-list__item__order-info, .room-page .no-js .room-list__item .room-list__item__order-info {
  margin-top: 0;
  background-color: var(--color-primary-100);
  padding: 0.75rem;
  border: 1px solid #aec6db;
}
@media screen and (max-width: 43em) {
  .room-page .room-list__item.is-expanded .room-list__item__order-info, .room-page .no-js .room-list__item .room-list__item__order-info {
    order: 1;
    width: 100%;
  }
}
.no-appearance .room-list__item.is-expanded .room-list__item__order-info, .no-appearance .no-js .room-list__item .room-list__item__order-info {
  justify-content: flex-start;
}
.room-list__item.is-expanded .room-list__item__order-info .room-list__action, .no-js .room-list__item .room-list__item__order-info .room-list__action {
  margin-top: auto;
  padding-top: 1rem;
}
.room-list__item.is-expanded .room-list__item__slider, .no-js .room-list__item .room-list__item__slider {
  width: 100%;
  margin: 0;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.room-list__item.is-expanded .room-list__item__package, .no-js .room-list__item .room-list__item__package {
  margin-top: auto;
}

.price-compare {
  margin-bottom: auto;
  margin-top: 1rem;
}
.price-compare__table {
  width: 100%;
}
.price-compare__table th,
.price-compare__table td {
  font-size: 0.875rem;
  line-height: normal;
}
.price-compare__table th {
  font-family: "Lato", arial, helvetica, sans serif;
  text-align: left;
}
.price-compare__table td {
  text-align: right;
}

@media (max-width: 767px) {
  .content-grid .room-teasers {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

.room-teaser {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "image" "content";
  row-gap: 1.5rem;
  padding: 0 1.5rem 2rem;
  border-bottom: 1px solid var(--color-line-medium);
  margin-bottom: 1.25rem;
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .room-teaser {
    grid-template-columns: 33% 2fr;
    grid-template-areas: "image content";
    column-gap: 1.875rem;
    margin-bottom: 1rem;
    padding: 0 0 1rem;
    max-width: none;
  }
}
.room-teaser__image {
  grid-area: image;
  width: 100%;
}
@media (min-width: 768px) {
  .room-teaser__content {
    padding: 0.625rem 12.5rem 0 0;
    position: relative;
    min-height: 10.6875rem;
  }
}
.room-teaser__heading {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 0.625rem;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .room-teaser__heading {
    font-size: 1.5rem;
  }
}
.room-teaser__price {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: var(--color-text-light);
}
@media (min-width: 768px) {
  .room-teaser__price {
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    top: 0.625rem;
    right: 0;
    max-width: 11.5rem;
  }
}
@media (min-width: 768px) {
  .room-teaser__price-from {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.room-teaser__price-number {
  font-size: 1.25rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
  margin: 0 0.125rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .room-teaser__price-number {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .room-teaser__price-valuta {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .room-teaser__price-conditions {
    display: block;
    line-height: 1;
  }
}
.room-teaser__price-message {
  font-family: "LatoItalic", arial, helvetica, sans serif;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .room-teaser__price-message {
    margin-right: 1rem;
  }
}
.room-teaser__ingress {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .room-teaser__ingress {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.room-teaser__ingress p {
  font-size: 1rem;
}
.room-teaser__details {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .room-teaser__details {
    margin-bottom: auto;
  }
}
.room-teaser__details-trigger {
  list-style: none;
}
.room-teaser__details-trigger::-webkit-details-marker {
  display: none;
}
.room-teaser__details-desc {
  margin-top: 0.75rem;
}
.room-teaser__details-desc li,
.room-teaser__details-desc p {
  font-size: 1rem;
}
.room-teaser__details-desc ul,
.room-teaser__details-desc ol,
.room-teaser__details-desc p {
  margin-bottom: 1.25rem;
}
.room-teaser__details-desc ul:last-child,
.room-teaser__details-desc ol:last-child,
.room-teaser__details-desc p:last-child {
  margin-bottom: 0;
}
.room-teaser__details-desc ul {
  padding-left: 1.25rem;
}
.room-teaser__details-desc ul li::marker {
  color: var(--color-primary-400);
}
.room-teaser__details-desc[aria-hidden=true] {
  display: none;
}
.room-teaser__details[open] .room-teaser__details-trigger .icon {
  transform: rotate(45deg);
}
.room-teaser__link-wrapper {
  text-align: right;
}
@media (min-width: 768px) {
  .room-teaser__link-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.room-teaser__link {
  min-width: 7.5rem;
}

.section-menu__items {
  list-style: none;
  padding: 0;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.section-menu__items::-webkit-scrollbar {
  display: none;
}
.section-menu__item {
  flex-grow: 1;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--color-primary-200);
  padding: 0.625rem 1.25rem;
  color: var(--color-primary);
  white-space: nowrap;
  outline: none;
}
.section-menu__item[aria-selected=true], .section-menu__item:hover, .section-menu__item:focus {
  border-bottom-color: var(--color-primary);
}
.section-menu__item:focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.section-module {
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 43.0625em) {
  .section-module {
    display: flex;
  }
}
.teaser-box .section-module {
  margin-bottom: 0;
}
.section-module__header, .section-module__content {
  padding: 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .section-module__header, .section-module__content {
    display: flex;
    justify-content: center;
  }
}
.section-module__header {
  background-color: #e1f5ec;
  text-align: center;
}
@media screen and (min-width: 43.0625em) {
  .section-module__header {
    width: calc(33.33% - 0.375rem);
    margin-right: 0.375rem;
    align-items: center;
  }
}
.section-module__content {
  background-color: var(--color-neutral-100);
}
@media screen and (min-width: 43.0625em) {
  .section-module__content {
    width: 66.66%;
    margin-right: 0;
    flex-direction: column;
    padding: 3rem;
  }
}
.section-module__content p,
.section-module__content li {
  font-size: 1.125rem;
}
@media screen and (min-width: 43.0625em) {
  .section-module__content p,
.section-module__content li {
    font-size: 1.25rem;
  }
}
.section-module__title {
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
@media screen and (min-width: 62.0625em) {
  .section-module__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 43.0625em) {
  .section-module--opposite .section-module__header {
    order: 2;
    width: 33.33%;
    margin-right: 0;
  }
  .section-module--opposite .section-module__content {
    order: 1;
    width: calc(66.66% - 0.375rem);
    margin-right: 0.375rem;
  }
}

.summary-table {
  border-top: 1px solid var(--color-line-medium);
  border-bottom: 2px solid var(--color-line-medium);
  width: 100%;
  max-width: 34rem;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-primary);
}
.summary-table caption {
  font-size: 1.25rem;
  line-height: normal;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: -0.75rem;
}
.summary-table caption span {
  background-color: var(--color-white);
  padding: 0 1.5rem;
  position: relative;
}
.summary-table tbody tr:first-child td {
  padding-top: 2.25rem;
}
.summary-table tbody tr:last-child td {
  padding-bottom: 1.5rem;
}
.summary-table tfoot tr {
  border-top: 1px solid var(--color-line-medium);
}
.summary-table tfoot tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.summary-table td {
  padding: 0.25rem 0;
  text-align: left;
  vertical-align: top;
  line-height: normal;
}
@media screen and (min-width: 43.0625em) {
  .summary-table td {
    padding: 0.25rem 1.5rem;
  }
}
.summary-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

.summary-table-simple {
  width: 100%;
}
.summary-table-simple td:last-child {
  text-align: right;
}

.tab {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.tab__heading {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.3;
  color: var(--color-primary);
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.tab__heading-sub {
  font-size: 1rem;
  display: block;
  line-height: 1.5;
  margin-top: 0.375rem;
  font-family: "Lato", arial, helvetica, sans serif;
}
.tab__heading + .tab__filter {
  margin-top: -1.375rem;
}
.tab__heading + .micro-message {
  margin-top: -0.5rem;
}
.tab__filter {
  margin-bottom: 3.5rem;
  padding: 0 1.5rem;
}
.tab__filter-desc {
  text-align: center;
  margin-top: 1rem;
}
.tab__filter-desc--no-margin {
  margin-bottom: -0.75rem;
}

.teaser-hotel {
  width: 100%;
  flex-shrink: 0;
  outline: none;
}
.teaser-hotel--no-link.is-collapsed, .teaser-hotel__link {
  text-decoration: none;
}
.teaser-hotel--no-link.is-collapsed:hover, .teaser-hotel--no-link.is-collapsed:focus, .teaser-hotel--no-link.is-collapsed.map-hover, .teaser-hotel__link:hover, .teaser-hotel__link:focus, .teaser-hotel__link.map-hover {
  text-decoration: none;
  outline: none;
}
.teaser-hotel--no-link.is-collapsed:hover .teaser-hotel__header,
.teaser-hotel--no-link.is-collapsed:hover .price-block__text, .teaser-hotel--no-link.is-collapsed:focus .teaser-hotel__header,
.teaser-hotel--no-link.is-collapsed:focus .price-block__text, .teaser-hotel--no-link.is-collapsed.map-hover .teaser-hotel__header,
.teaser-hotel--no-link.is-collapsed.map-hover .price-block__text, .teaser-hotel__link:hover .teaser-hotel__header,
.teaser-hotel__link:hover .price-block__text, .teaser-hotel__link:focus .teaser-hotel__header,
.teaser-hotel__link:focus .price-block__text, .teaser-hotel__link.map-hover .teaser-hotel__header,
.teaser-hotel__link.map-hover .price-block__text {
  background-color: var(--color-primary-100);
}
.teaser-hotel--no-link.is-collapsed:hover .teaser-hotel__header, .teaser-hotel--no-link.is-collapsed:focus .teaser-hotel__header, .teaser-hotel--no-link.is-collapsed.map-hover .teaser-hotel__header, .teaser-hotel__link:hover .teaser-hotel__header, .teaser-hotel__link:focus .teaser-hotel__header, .teaser-hotel__link.map-hover .teaser-hotel__header {
  border-color: var(--color-primary-200);
}
.teaser-hotel--no-link.is-collapsed:hover .price-block__text--error, .teaser-hotel--no-link.is-collapsed:focus .price-block__text--error, .teaser-hotel--no-link.is-collapsed.map-hover .price-block__text--error, .teaser-hotel__link:hover .price-block__text--error, .teaser-hotel__link:focus .price-block__text--error, .teaser-hotel__link.map-hover .price-block__text--error {
  background-color: var(--color-alert-200);
}
.teaser-hotel--no-link.is-collapsed:hover .price-block__action, .teaser-hotel--no-link.is-collapsed:focus .price-block__action, .teaser-hotel--no-link.is-collapsed.map-hover .price-block__action, .teaser-hotel__link:hover .price-block__action, .teaser-hotel__link:focus .price-block__action, .teaser-hotel__link.map-hover .price-block__action {
  background-color: var(--color-action);
  text-decoration: none;
}
.teaser-hotel--no-link.is-collapsed:hover .price-block__action--full, .teaser-hotel--no-link.is-collapsed:focus .price-block__action--full, .teaser-hotel--no-link.is-collapsed.map-hover .price-block__action--full, .teaser-hotel__link:hover .price-block__action--full, .teaser-hotel__link:focus .price-block__action--full, .teaser-hotel__link.map-hover .price-block__action--full {
  background-color: var(--color-neutral-100);
  color: var(--color-text);
}
.teaser-hotel--no-link.is-collapsed:hover .price-block__callout--green, .teaser-hotel--no-link.is-collapsed:focus .price-block__callout--green, .teaser-hotel--no-link.is-collapsed.map-hover .price-block__callout--green, .teaser-hotel__link:hover .price-block__callout--green, .teaser-hotel__link:focus .price-block__callout--green, .teaser-hotel__link.map-hover .price-block__callout--green {
  border-bottom-color: var(--color-white);
}
.teaser-hotel--no-link.is-collapsed:hover .teaser-hotel__photo__overlay, .teaser-hotel--no-link.is-collapsed:focus .teaser-hotel__photo__overlay, .teaser-hotel--no-link.is-collapsed.map-hover .teaser-hotel__photo__overlay, .teaser-hotel__link:hover .teaser-hotel__photo__overlay, .teaser-hotel__link:focus .teaser-hotel__photo__overlay, .teaser-hotel__link.map-hover .teaser-hotel__photo__overlay {
  opacity: 0.3;
}
@media screen and (max-width: 43em) {
  .teaser-hotel--no-link.is-collapsed:hover .teaser-hotel__link, .teaser-hotel--no-link.is-collapsed:focus .teaser-hotel__link, .teaser-hotel--no-link.is-collapsed.map-hover .teaser-hotel__link, .teaser-hotel__link:hover .teaser-hotel__link, .teaser-hotel__link:focus .teaser-hotel__link, .teaser-hotel__link.map-hover .teaser-hotel__link {
    background-color: var(--color-primary-100);
  }
}
.teaser-hotel--no-link.is-collapsed.map-hover .teaser-hotel__header, .teaser-hotel__link.map-hover .teaser-hotel__header {
  border: 4px solid var(--color-primary-800);
}
.teaser-hotel--no-link.is-collapsed:focus-visible .teaser-hotel__title, .teaser-hotel__link:focus-visible .teaser-hotel__title {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}
.teaser-hotel--no-link .teaser-hotel--no-link.is-collapsed:hover, .teaser-hotel--no-link .teaser-hotel--no-link.is-collapsed:focus, .teaser-hotel--no-link .teaser-hotel__link:hover, .teaser-hotel--no-link .teaser-hotel__link:focus {
  background-color: red;
}
.teaser-wrapper .teaser-hotel {
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}
.teaser-hotel.is-collapsed:hover {
  cursor: pointer;
}
.teaser-hotel.is-collapsed .price-block__text:first-child:last-child {
  width: calc(100% - 0.375rem);
  margin-right: 0.375rem;
}
.teaser-hotel--multiple-rooms .teaser-hotel__room-number {
  background-color: var(--color-neutral-100);
  padding: 1.5rem 2.025rem 0;
  font-size: 1.25rem;
  color: var(--color-primary);
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel--multiple-rooms .teaser-hotel__room-number {
    width: calc(16.66% - 0.375rem);
    margin-right: 0.375rem;
    min-width: 8.75rem;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.teaser-hotel--multiple-rooms .teaser-hotel__room-number .teaser-hotel__desc {
  font-size: 1rem;
  line-height: normal;
}
.teaser-hotel--multiple-rooms .teaser-hotel__header {
  border: none;
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel--multiple-rooms .teaser-hotel__header {
    width: calc(58.33% - 0.375rem);
    margin-right: 0.375rem;
    flex-grow: 2;
  }
}
.teaser-hotel--multiple-rooms.teaser-hotel .price-block {
  position: static;
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel--multiple-rooms.teaser-hotel .price-block {
    width: 25%;
    margin-right: 0;
  }
}
.teaser-hotel--multiple-rooms .price-block__text:first-child:last-child {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 1;
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel--multiple-rooms .teaser-hotel__desc {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 43em) {
  .teaser-hotel.is-collapsed .teaser-hotel__photo,
.teaser-hotel.is-collapsed .teaser-hotelroom__link,
.teaser-hotel.is-collapsed .teaser-hotel__desc,
.teaser-hotel.is-collapsed .price-block__action,
.teaser-hotel.is-collapsed .price-block__price__post {
    display: none;
  }
  .teaser-hotel.is-collapsed .price-block__text {
    width: calc(100% - 0.375rem);
    margin-right: 0.375rem;
  }
  .teaser-hotel.is-collapsed .teaser-hotel__link {
    flex-direction: row;
    background-color: transparent;
  }
  .teaser-hotel.is-collapsed .teaser-hotel__header {
    margin-bottom: 0;
    margin-right: 0.375rem;
    width: calc(58.33% - 0.375rem);
    margin-right: 0.375rem;
    text-align: left;
    padding: 1rem 1.5rem;
  }
  .teaser-hotel.is-collapsed .teaser-hotel__title {
    font-size: 1.125rem;
  }
  .teaser-hotel.is-collapsed .price-block {
    width: 41.66%;
    margin-right: 0;
    padding: 0;
  }
  .teaser-hotel.is-collapsed .price-block__price,
.teaser-hotel.is-collapsed .price-block__price__pre {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel.is-collapsed .teaser-hotel__header, .teaser-hotel.is-unavailable .teaser-hotel__header {
    width: calc(75% - 0.375rem);
    margin-right: 0.375rem;
    padding: 1.5rem 2.025rem;
  }
  .teaser-hotel.is-collapsed .teaser-hotel__photo,
.teaser-hotel.is-collapsed .teaser-hotelroom__link,
.teaser-hotel.is-collapsed .price-block__action, .teaser-hotel.is-unavailable .teaser-hotel__photo,
.teaser-hotel.is-unavailable .teaser-hotelroom__link,
.teaser-hotel.is-unavailable .price-block__action {
    display: none;
  }
  .teaser-hotel.is-collapsed .price-block, .teaser-hotel.is-unavailable .price-block {
    position: relative;
    background-color: var(--color-neutral-100);
    color: var(--color-text);
    width: 25%;
    margin-right: 0;
  }
  .teaser-hotel.is-suggested:not(.is-collapsed) .teaser-hotel__photo {
    display: block;
    width: 66.66%;
    margin-right: 0;
  }
  .teaser-hotel.is-suggested:not(.is-collapsed) .teaser-hotel__header {
    width: calc(33.33% - 0.375rem);
    margin-right: 0.375rem;
  }
  .teaser-hotel.is-suggested:not(.is-collapsed) .price-block {
    position: absolute;
    width: 50%;
    margin-right: 0;
  }
  .teaser-hotel.is-suggested:not(.is-collapsed) .price-block__action {
    display: flex;
  }
  .teaser-hotel.is-suggested:not(.is-collapsed) .price-block__action.is-hidden {
    display: none;
  }
  .teaser-hotel.is-unavailable {
    pointer-events: none;
  }
  .teaser-hotel.is-unavailable .price-block__text {
    background: var(--color-neutral-200);
  }
  .teaser-hotel.is-unavailable .price-block,
.teaser-hotel.is-unavailable .teaser-hotel__title {
    color: var(--color-text);
  }
  .teaser-hotel.is-unavailable .price-block__action {
    display: none;
  }
}
.teaser-hotel__link, .teaser-hotel__container {
  color: currentColor;
  width: 100%;
  position: relative;
  margin-bottom: 0.375rem;
  display: flex;
}
@media screen and (max-width: 43em) {
  .teaser-hotel__link, .teaser-hotel:not(.is-collapsed) .teaser-hotel__container {
    flex-direction: column;
    background-color: var(--color-neutral-100);
  }
  .teaser-hotel__link .price-block, .teaser-hotel:not(.is-collapsed) .teaser-hotel__container .price-block {
    position: static;
  }
  .teaser-hotel__link .price-block .has-callout, .teaser-hotel:not(.is-collapsed) .teaser-hotel__container .price-block .has-callout {
    padding-top: 0.75rem;
  }
}
@media screen and (max-width: 43em) {
  .teaser-hotel__link .price-block__text {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 43em) {
  .teaser-hotel:not(.is-collapsed) .teaser-hotel__container .price-block {
    padding: 0 1.5rem 1.5rem;
  }
}
.teaser-hotel__header {
  background-color: var(--color-neutral-100);
  border: 4px solid var(--color-neutral-200);
  padding: 1.5rem 2.025rem;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 43em) {
  .teaser-hotel__header {
    order: 2;
    text-align: center;
  }
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel__header {
    width: calc(41.66% - 0.375rem);
    margin-right: 0.375rem;
  }
  .layer__map .teaser-hotel__header {
    width: 100%;
    margin: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 62.0625em) {
  .teaser-hotel__header {
    width: calc(33.33% - 0.375rem);
    margin-right: 0.375rem;
  }
}
.teaser-hotel__header--hero {
  text-align: center;
  border-top: 0.4375rem solid var(--color-primary-800);
}
.teaser-hotel__header--hero .icon {
  display: block;
  fill: var(--color-primary);
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
}
.teaser-hotel__partner {
  color: var(--color-primary);
  margin-bottom: 0.125rem;
}
.teaser-hotel__title {
  text-decoration: none;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.is-collapsed .teaser-hotel__title {
  color: var(--color-action);
}
.teaser-hotel__desc {
  line-height: normal;
}
.teaser-hotel__desc .abstract {
  line-height: normal;
}
.teaser-hotel__desc + .teaser-hotel__desc {
  margin-top: 0.75rem;
}
.teaser-hotel__room.single-line .room-list__action {
  order: 4;
}
@media screen and (max-width: 43em) {
  .teaser-hotel__room.single-line .price-block__callout {
    position: relative;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel__room.single-line:hover .teaser-hotel__header,
.teaser-hotel__room.single-line:hover .price-block__text {
    background-color: var(--color-neutral-100);
  }
  .teaser-hotel__room.single-line .teaser-hotel__header {
    width: 50%;
  }
  .teaser-hotel__room.single-line .price-block {
    position: relative;
  }
  .teaser-hotel__room.single-line .price-block__text {
    width: calc(33.33% - 0.375rem);
    margin-right: 0.375rem;
  }
  .teaser-hotel__room.single-line .price-block__action {
    width: 33.33%;
    margin-right: 0;
  }
  .teaser-hotel__room.single-line .room-list__action {
    display: flex;
    margin-left: 0.375rem;
  }
  .teaser-hotel__room.single-line .room-list__action .btn {
    display: flex;
    align-items: center;
  }
}
.teaser-hotelroom__link {
  margin-top: 0.75rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  cursor: pointer;
  display: block;
}
.teaser-hotel table {
  width: 100%;
  margin-bottom: calc(0.75rem - 0px);
  padding-top: calc(0.75rem - 0px);
}
.teaser-hotel table th {
  width: 50%;
  text-align: left;
  font-family: "Lato", arial, helvetica, sans serif;
}
.teaser-hotel table td {
  text-align: right;
}
.teaser-hotel .price-block {
  order: 3;
  z-index: 2;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: var(--color-neutral-100);
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel .price-block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 43em) {
  .teaser-hotel .price-block__text, .teaser-hotel .price-block__action {
    width: 100%;
  }
}
.teaser-hotel__tips {
  background-color: var(--color-action);
  border-radius: 1.25rem;
  color: var(--color-white);
  margin-bottom: 0.75rem;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel__tips {
    margin-left: -1.5rem;
  }
}
@media screen and (min-width: 112.0625em) {
  .teaser-hotel__tips {
    margin-left: -3rem;
  }
}
@media screen and (max-width: 43em) {
  .teaser-hotel__tips {
    margin: 0 auto;
    transform: translateY(-2.55rem);
  }
}
.teaser-hotel__tips__symbol {
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  fill: var(--color-white);
}
.teaser-hotel__photo {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 43em) {
  .teaser-hotel__photo {
    order: 1;
  }
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel__photo {
    width: 58.33%;
    margin-right: 0;
    min-height: 13.5rem;
  }
  .layer__map .teaser-hotel__photo {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 62.0625em) {
  .teaser-hotel__photo {
    width: 66.66%;
    margin-right: 0;
  }
}
@media screen and (min-width: 80em) {
  .teaser-hotel__photo {
    min-height: 18.75rem;
  }
}
.teaser-hotel__photo__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-neutral-800);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 43em) {
  .teaser-hotel__photo__overlay {
    transition: none;
  }
}
@media screen and (min-width: 43.0625em) {
  .teaser-hotel__photo__image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: none;
    min-width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 43em) {
  .teaser-hotel__photo__image {
    display: block;
  }
}
.teaser-hotel--map {
  padding: 1.5rem;
  border-left: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
.teaser-hotel--map:first-child {
  border-left: 0;
}
.teaser-hotel--map .teaser-hotel__link {
  justify-content: space-between;
}
@media screen and (max-width: 43em) {
  .teaser-hotel--map .teaser-hotel__link {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.teaser-hotel--map .teaser-hotel__header {
  padding: 0;
  width: calc(50% - 0.375rem);
  margin-right: 0.375rem;
  order: 1;
  text-align: left;
}
.teaser-hotel--map .teaser-hotel__footer {
  flex-grow: 0;
  order: 2;
  width: 41.66%;
  margin-right: 0;
}
.teaser-hotel--map .price-block {
  position: static;
  width: 100%;
  float: none;
}
.teaser-hotel--map .price-block__text {
  width: 100%;
}
.teaser-hotel--map .teaser-hotel__photo {
  min-height: 0;
  position: relative;
}
.teaser-hotel--map .teaser-hotel__photo__image {
  width: 100%;
  min-height: 0;
  transform: none;
  top: 0;
  position: static;
}
.teaser-hotel--map:hover .teaser-hotel__header,
.teaser-hotel--map:hover .price-block__text {
  background-color: transparent;
}
@media screen and (min-width: 62.0625em) {
  .teaser-hotel.mapSelected .teaser-hotel__header {
    position: relative;
  }
  .teaser-hotel.mapSelected .teaser-hotel__header:before {
    content: "";
    position: absolute;
    background-color: var(--color-profile);
    width: 0.3125rem;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 43em) {
  .booking-wrapper .neutral-box {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    padding: 0.75rem;
  }
}

.booking-section {
  margin-bottom: 4.5rem;
}

.booking-content__header .heading-level-1 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0;
}
@media screen and (min-width: 43.0625em) {
  .booking-content__header .heading-level-1 {
    font-size: 2.25rem;
  }
}
.booking-content__room .booking__footnote {
  font-size: 0.875rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-top: 0;
  margin-bottom: 0;
}
.booking-content__room .booking__room-number {
  display: block;
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-text-light);
}
@media screen and (min-width: 62.0625em) {
  .booking-content__room .booking__room-number {
    display: inline;
    margin-right: 0.75rem;
  }
}
@media screen and (max-width: 43em) {
  .booking-content__room .heading-level-3, .booking-content__room.neutral-box--medium-text p {
    font-size: 1rem;
    line-height: normal;
  }
}
.booking-content__package {
  max-width: 400px;
  margin: 1.5rem auto;
}
.booking-content__package-title {
  font-size: 1.25rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.25rem;
}
.booking-content__company {
  margin: 0 auto;
  max-width: 15rem;
}
.booking-content__company .price-block__callout {
  position: static;
}
.booking-content__company-price {
  padding: 0.75rem 0;
}
.booking-content__company-condition {
  padding-top: 0.375rem;
}
.booking-content__inner {
  padding: 0 1rem;
}

@media screen and (max-width: 62em) {
  .is-scrolling .booking-submit-sticky {
    position: sticky;
    bottom: 0;
    z-index: z("top");
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  .is-scrolling .booking-submit-sticky .booking-submit-content__secondary {
    display: none;
  }
  .is-scrolling .booking-submit-sticky > .booking-submit > button {
    display: none;
  }
}

.booking-submit {
  background-color: var(--color-neutral-100);
}
@media screen and (min-width: 62.0625em) {
  .booking-submit-sticky {
    position: sticky;
    bottom: 0;
    z-index: z("top");
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
}
.booking-submit-content {
  background-color: var(--color-white);
  padding: 0.75rem 1.5rem;
  order: 2;
}
.booking-submit-content__primary, .booking-submit-content__secondary {
  display: flex;
  justify-content: space-between;
}
.booking-submit-content__primary {
  color: var(--color-action-800);
  font-family: "LatoBold", arial, helvetica, sans serif;
  font-size: 1.25rem;
}
.booking-submit-content__primary .booking-submit-content-converted {
  font-family: "Lato", arial, helvetica, sans serif;
}
@media screen and (max-width: 43em) {
  .booking-submit-content__secondary {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.booking-submit-content__secondary-citytax {
  color: #0064f2;
  margin: 0 0.25rem;
}
.booking-submit-content__secondary .booking-submit-content-price {
  color: var(--color-action-800);
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.booking-submit-content__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 62.0625em) {
  .booking-submit--left-bar {
    width: 75%;
    padding-left: 7rem;
  }
}
@media screen and (min-width: 112.0625em) {
  .booking-submit--left-bar {
    width: 78rem;
    margin-left: 7rem;
    padding-left: 0;
  }
}

.booking-slider {
  margin: 0 -2rem;
}
.booking-slider__header {
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
  pointer-events: none;
}
@media screen and (min-width: 43.0625em) {
  .booking-slider__header {
    right: 0.75rem;
    text-align: center;
  }
}
.booking-slider .slick-track {
  display: flex;
}
.booking-slider__item {
  border: 3px solid var(--color-line-medium);
  background-color: var(--color-white);
  padding: 0.375rem;
  margin: 0 0.9375rem 0.625rem;
  max-width: 18.75rem;
  opacity: 0.5;
  height: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  outline: none;
}
.no-appearance .booking-slider__item {
  display: block !important;
}
@media screen and (min-width: 23em) {
  .booking-slider__item {
    max-width: 20.625rem;
  }
}
@media screen and (min-width: 30em) {
  .booking-slider__item {
    max-width: 23.75rem;
  }
}
@media screen and (max-width: 43em) {
  .booking-slider__item {
    margin: 0 0.625rem 0.625rem;
  }
}
.booking-slider__item.slick-active {
  opacity: 1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
}
.booking-slider__item .booking-slider__item-content {
  padding: 1rem 1.5rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 43.0625em) {
  .booking-slider__item .booking-slider__item-content {
    padding: 1rem 2.25rem 1.5rem;
  }
}
@media screen and (max-width: 43em) {
  .booking-slider__item .booking-slider__item-content {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 43em) {
  .booking-slider__item .booking-slider__item-content .heading-level-2 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.booking-slider__item .booking-slider__item-content p {
  font-size: 1rem;
  line-height: normal;
}
@media screen and (max-width: 43em) {
  .booking-slider__item .booking-slider__item-content p {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
  }
}
.booking-slider__item .booking-slider__item-offer {
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-action);
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
.booking-slider__item .booking-slider__item-offer .booking-slider__item-price {
  font-size: 1.5rem;
}
.booking-slider__item-default {
  font-size: 1.5rem;
  color: var(--color-primary);
  font-family: "LatoBold", arial, helvetica, sans serif;
  padding: 1.5rem 0;
}
.booking-slider__item-action {
  margin-top: auto;
}
@media screen and (max-width: 43em) {
  .booking-slider__item-action .btn {
    font-size: 1rem;
    line-height: normal;
  }
}
.booking-slider__item-action.selected {
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: var(--color-neutral-100);
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
  font-size: 1.125rem;
}
.booking-slider .slick-slide {
  height: auto;
}
.booking-slider .slick-initialized .slick-slide {
  display: flex;
}
.booking-slider .slick-initialized .slick-slide > div {
  display: flex;
}
.booking-slider .slick-dots {
  list-style: none;
  padding: 0.625rem 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  position: static;
}
.booking-slider .slick-dots li {
  margin: 0 0.25rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary-800);
  text-indent: -999em;
  border-radius: 50%;
}
.booking-slider .slick-dots li.slick-active {
  background-color: var(--color-primary-800);
}
.booking-slider .slick-next,
.booking-slider .slick-prev {
  background-color: transparent;
  padding-bottom: 0;
  top: 50%;
  width: 1.1875rem;
}
.booking-slider .slick-next:before,
.booking-slider .slick-prev:before {
  background-color: var(--color-primary);
  opacity: 1;
  background-image: url(/UI/Icons/In/arrow-right-white.svg);
  border-radius: 1.5625rem 0 0 1.5625rem;
  transition: background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, background-position 0.1s ease-in-out;
}
.booking-slider .slick-next:hover:before, .booking-slider .slick-next:focus:before,
.booking-slider .slick-prev:hover:before,
.booking-slider .slick-prev:focus:before {
  background-color: var(--color-primary-800);
}
.booking-slider .slick-next:active:before,
.booking-slider .slick-prev:active:before {
  background-position: 0.25rem 50%;
}
.booking-slider .slick-next:before {
  background-position: 2px 50%;
}
.booking-slider .slick-next:hover:before, .booking-slider .slick-next:focus:before {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.booking-slider .slick-next:active:before {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.booking-slider .slick-prev:before {
  transform: rotate(180deg);
}
.booking-slider .slick-prev:hover:before, .booking-slider .slick-prev:focus:before {
  box-shadow: 0 -1px 3px 1px rgba(0, 0, 0, 0.3);
}
.booking-slider .slick-prev:active:before {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.booking-slider__bullets li {
  margin: 0;
  text-align: left;
  line-height: normal;
}
@media screen and (max-width: 43em) {
  .booking-slider__bullets li {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.slick-active .booking-slider__item {
  opacity: 1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
}

.booking-error {
  max-width: 40.75rem;
  margin-right: auto;
  margin-left: auto;
}

.hotel-header {
  margin-bottom: 3em;
  position: relative;
}
@media screen and (min-width: 62.0625em) {
  .hotel-header {
    margin-top: 0;
  }
}
.hotel-header--hotel-room {
  margin-bottom: 0;
}
.hotel-header__figure {
  margin: 0;
  position: relative;
}
.hotel-header__figure--no-margin {
  margin-bottom: 0;
}
.hotel-header__gallery-links {
  margin: 0 0 0 4rem;
  padding-right: 0.75rem;
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
}
@media screen and (min-width: 62.0625em) {
  .hotel-header__gallery-links {
    padding-right: 0;
    margin-left: 3.5rem;
  }
}
.hotel-header__gallery-links a {
  display: block;
  padding: 0.75rem 0.1875rem;
  text-decoration-line: none;
  text-underline-offset: 2px;
  outline: none;
}
.hotel-header__gallery-links a:hover, .hotel-header__gallery-links a:focus {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.hotel-header__gallery-links a:focus-visible {
  text-decoration-thickness: 3px;
}
.hotel-header__title {
  padding: 0 1.5rem;
}
.hotel-header__title-wrapper {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 43.0625em) {
  .hotel-header__title-wrapper {
    margin-top: 0;
    padding-top: 3rem;
  }
}
.hotel-header__title-partner {
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.hotel-header__title-partner span + span:before {
  content: "|";
  margin: 0 0.75rem;
  color: #c3ced3;
}
.hotel-header__title-partner--regular {
  font-weight: 400;
}
.hotel-header__ingress {
  font-size: 1.125rem;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.hotel-header__ingress p {
  font-size: 1.125rem;
  line-height: 1.5;
}
.hotel-header__reviews {
  text-align: center;
  margin-bottom: calc(1.5rem - 0px);
}
.hotel-header__reviews a {
  color: var(--color-text);
}
.hotel-header__contact {
  text-align: center;
}
.hotel-header__contact__item {
  display: block;
  padding: 0 0.75rem 0.375rem;
}
@media screen and (min-width: 43.0625em) {
  .hotel-header__contact__item {
    display: inline-block;
    padding: 0 0.75rem;
  }
}
.hotel-header__contact__item-media {
  display: inline-block;
}
.hotel-header__contact__item-media:after {
  content: "/";
  margin: 0 0.375rem;
}
.hotel-header__contact__item-media:last-child:after {
  display: none;
}
.hotel-header__contact a,
.hotel-header__contact .btn--link-like {
  color: var(--color-text);
}
.hotel-header__actions {
  text-align: center;
  margin-bottom: calc(1.5rem - 0px);
  width: 100%;
}
.hotel-header__actions--conferance {
  text-align: center;
}
.hotel-header__actions--conferance .nav-list__button--info {
  width: auto;
  display: inline-block;
}
.hotel-header__price-details {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1rem;
}
.hotel-header__price-details + .hotel-header__title {
  margin-top: 1.5rem;
}
.hotel-header--search-info {
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
  text-align: center;
}
.hotel-header--less-margin {
  margin-bottom: 1rem;
}

.hotel-room-facilities {
  margin-bottom: 1.5rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 43em) {
  .hotel-room-facilities {
    text-align: center;
  }
}
.hotel-room-facilities p {
  font-size: 1rem;
}
.hotel-room-facilities__list {
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 43em) {
  .hotel-room-facilities__list {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.hotel-room-facilities__list li {
  line-height: 1.5;
  display: inline-block;
}
.hotel-room-facilities__list li:after {
  content: "•";
  margin: 0 0.375rem;
  color: var(--color-primary-400);
}
.hotel-room-facilities__list li:last-child:after {
  display: none;
}

.favourite-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--color-primary-800);
  color: var(--color-white);
  top: 0;
  right: 3.125rem;
  bottom: 0;
  width: 40%;
  max-width: 17.1875rem;
  text-align: center;
}
@media screen and (min-width: 35em) {
  .favourite-badge {
    width: 30%;
  }
}
.favourite-badge__text {
  padding: 0.75rem 0.75rem 3rem;
}
@media screen and (min-width: 43.0625em) {
  .favourite-badge__text {
    padding: 1.5rem 1.5rem 3rem;
  }
}
@media screen and (min-width: 71em) {
  .favourite-badge__text {
    padding: 2.25rem 2.25rem 3rem;
  }
}
.favourite-badge__title {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  line-height: 1.2;
  max-height: 3.6em;
  overflow: hidden;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 30em) {
  .favourite-badge__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 35em) {
  .favourite-badge__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 50em) {
  .favourite-badge__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62.0625em) {
  .favourite-badge__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 81.25em) {
  .favourite-badge__title {
    font-size: 1.5rem;
  }
}
.favourite-badge__desc {
  font-size: 0.75rem;
  line-height: 1.3;
  display: none;
  max-height: 2.6em;
  overflow: hidden;
}
@media screen and (min-width: 25em) {
  .favourite-badge__desc {
    display: block;
  }
}
@media screen and (min-width: 43.0625em) {
  .favourite-badge__desc {
    font-size: 0.875rem;
    max-height: 3.9em;
  }
}
@media screen and (min-width: 62.0625em) {
  .favourite-badge__desc {
    font-size: 1rem;
    max-height: 2.6em;
  }
}
@media screen and (min-width: 81.25em) {
  .favourite-badge__desc {
    max-height: none;
  }
}
.favourite-badge__image {
  border-top: 0.5rem solid #f4e6d7;
  background-color: var(--color-white);
}
.favourite-badge__image img {
  margin: auto;
  height: 3.125rem;
}
@media screen and (min-width: 30em) {
  .favourite-badge__image img {
    height: 5rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .favourite-badge__image img {
    height: 7.5rem;
  }
}
@media screen and (min-width: 62.0625em) {
  .favourite-badge__image img {
    height: 5.625rem;
  }
}
@media screen and (min-width: 81.25em) {
  .favourite-badge__image img {
    height: 7.5rem;
  }
}

.hotel-cols {
  padding: 0 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .hotel-cols {
    column-count: 2;
    column-gap: 6rem;
  }
}
@media screen and (min-width: 80em) {
  .hotel-cols {
    column-count: 3;
  }
}
.hotel-cols-item {
  break-inside: avoid;
}
@media screen and (min-width: 43.0625em) {
  .hotel-cols-item {
    padding-bottom: 1.5rem;
  }
}
.hotel-cols-item:first-child {
  border-top: 1px solid var(--color-line-medium);
}
@media screen and (min-width: 43.0625em) {
  .hotel-cols-item:first-child {
    border-top: none;
  }
}
.hotel-cols--overview .hotel-cols-item:first-child {
  border-top: none;
}
.hotel-cols-item--allow-break {
  break-inside: auto;
}
.hotel-cols-item__title {
  font-size: 1.125rem;
  margin-bottom: 0;
  border-bottom: 1px solid var(--color-line-medium);
}
@media screen and (min-width: 43.0625em) {
  .hotel-cols-item__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    border-bottom: none;
  }
}
.hotel-cols-item__link {
  display: block;
  padding: 1em 0.5rem 1em 0.5rem;
  color: var(--color-action);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (min-width: 43.0625em) {
  .hotel-cols-item__link {
    padding: 0;
    color: var(--color-primary-800);
    font-family: "LatoBold", arial, helvetica, sans serif;
  }
  .hotel-cols-item--destination .hotel-cols-item__link {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    outline: none;
  }
  .hotel-cols-item--destination .hotel-cols-item__link:hover, .hotel-cols-item--destination .hotel-cols-item__link:focus {
    text-decoration-thickness: 2px;
  }
  .hotel-cols-item--destination .hotel-cols-item__link:hover, .hotel-cols-item--destination .hotel-cols-item__link:focus {
    text-decoration-thickness: 2px;
  }
  .hotel-cols-item--destination .hotel-cols-item__link:focus-visible {
    text-decoration-thickness: 3px;
  }
}
@media screen and (max-width: 43em) {
  .hotel-cols-item__link:hover, .hotel-cols-item__link:focus, .hotel-cols-item__link.active {
    background-color: var(--color-primary-100);
  }
}
.hotel-cols-item__link.active {
  background-color: var(--color-neutral-100);
}
@media screen and (min-width: 43.0625em) {
  .hotel-cols-item__link .number {
    display: none;
  }
}
.hotel-cols-item__triangle {
  position: relative;
  display: block;
  padding-right: 2.25rem;
}
@media screen and (min-width: 43.0625em) {
  .hotel-cols-item__triangle {
    display: inline;
  }
}
.hotel-cols-item__triangle:after {
  content: "";
  background-image: url(/UI/Icons/In/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  right: 0;
  top: 50%;
  margin-top: -0.6875rem;
}
.hotel-cols-item--destination .hotel-cols-item__triangle:after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.active .hotel-cols-item__triangle:after {
  transform: rotate(-90deg);
}
@media screen and (min-width: 43.0625em) {
  .hotel-cols-item__triangle:after {
    color: var(--color-action);
    right: auto;
    top: auto;
    margin-top: 0;
    width: 1.625rem;
    height: 1.625rem;
  }
  .hotel-cols-item--destination .hotel-cols-item__triangle:after {
    display: none;
  }
}
.hotel-cols-item__list {
  list-style: none;
  padding-left: 0;
  display: none;
}
@media screen and (min-width: 43.0625em) {
  .hotel-cols-item__list {
    display: block;
  }
}
.hotel-cols--overview .hotel-cols-item__list {
  display: block;
}
.hotel-cols-item__list.expanded {
  display: block;
}
@media screen and (max-width: 43em) {
  .hotel-cols-item__list.expanded {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }
}
.hotel-cols-item__list li {
  font-size: 1.125rem;
  break-inside: avoid;
}
.hotel-cols-item__list li:after {
  content: "";
  display: block;
  padding-bottom: 1rem;
}
.hotel-cols-item .number {
  color: var(--color-text);
  padding-left: 0.25rem;
  display: inline-block;
}
.hotel-cols-item .number::before {
  content: "(";
}
.hotel-cols-item .number::after {
  content: ")";
}

.content-wrapper {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.content-wrapper--narrow .content-wrapper__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 35rem;
  width: 100%;
}
.content-wrapper--bg {
  background-color: var(--color-bg);
}
.content-wrapper--padding-bottom {
  padding-bottom: 4.5rem;
}

.accordion-wrapper {
  margin-bottom: 3rem;
}
.accordion-element {
  margin-bottom: 0.375rem;
}
.accordion-element-trigger {
  background-color: var(--color-neutral-100);
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  font-family: "Lato", arial, helvetica, sans serif;
  cursor: pointer;
  position: relative;
  border: none;
  width: 100%;
  text-align: left;
}
.accordion-element-trigger:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/UI/Icons/In/arrow-down.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 0.75rem;
  margin-top: -0.75rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-element-trigger[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.accordion-element-panel[aria-hidden=true] {
  display: none;
}
.accordion-element-panel[aria-hidden=false] {
  display: block;
}
.accordion-element .image-wrapper {
  margin: 0.375rem 0 1.5rem;
}
.accordion-element .image-wrapper figcaption {
  margin: 0.375rem 1.5rem 0;
}

.action-menu {
  list-style: none;
  padding: 0;
  background-color: var(--color-white);
}
.action-menu__item {
  border-bottom: 2px solid var(--color-line);
}
.action-menu__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 62.0625em) {
  .action-menu__item.is-active .action-menu__link {
    position: relative;
    font-family: "LatoBold", arial, helvetica, sans serif;
  }
  .action-menu__item.is-active .action-menu__link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6.2rem;
    border: 1.625rem solid transparent;
    border-right-color: var(--color-white);
    margin-top: -1.625rem;
  }
}
.action-menu__link {
  font-size: 1.125rem;
  display: block;
  padding: 0.5rem 0;
  outline: none;
  color: var(--color-primary);
  border: none;
  background-color: transparent;
  text-decoration-line: none;
  text-underline-offset: 2px;
  outline: none;
}
.action-menu__link:hover, .action-menu__link:focus {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.action-menu__link:focus-visible {
  text-decoration-thickness: 3px;
}
.action-menu__link.is-hidden {
  display: none;
}
.mobile-menu .action-menu {
  padding: 1.5rem;
}
.mobile-menu .action-menu .action-menu__item--menu {
  display: none;
}

.logged-in-box {
  background-color: var(--color-primary-100);
  padding: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 62.0625em) {
  .logged-in-box {
    margin: -3rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    text-align: left;
    padding-top: 1.5rem;
    padding-right: 3.75rem;
  }
}
.logged-in-box__icon {
  width: 3.75rem;
  height: 3.75rem;
  fill: var(--color-primary);
}
@media screen and (min-width: 62.0625em) {
  .logged-in-box__icon {
    width: 2.125rem;
    height: 2.125rem;
    margin-right: 0.75rem;
  }
}
.logged-in-box__name {
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
  font-size: 1.125rem;
  line-height: normal;
}
.logged-in-box__link {
  color: var(--color-primary);
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0 0.375rem;
}
@media screen and (min-width: 62.0625em) {
  .logged-in-box__link {
    margin: 0 0.75rem 0 0;
  }
}

.app-ad {
  background-color: var(--color-primary);
  padding: 2.5rem 2.5rem 3.125rem;
  color: var(--color-white);
}
@media screen and (min-width: 62.0625em) {
  .app-ad {
    display: flex;
    justify-content: center;
    column-gap: 2.625rem;
  }
}
.app-ad__image {
  display: none;
}
@media screen and (min-width: 62.0625em) {
  .app-ad__image {
    display: block;
    flex: 0 0 8.4375rem;
  }
}
.app-ad__heading {
  font-size: 1.25rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 1rem;
}
.app-ad__text, .app-ad__text p {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.625;
}
.app-ad__buttons {
  margin-top: 3.125rem;
  display: flex;
  column-gap: 0.625rem;
}
.app-ad__button img {
  height: 3.125rem;
  width: auto;
}

.app-download {
  display: none;
}
@media screen and (max-width: 43em) {
  .app-download {
    display: block;
    padding: 1.5rem;
    text-align: center;
  }
  .app-download__links {
    margin-top: 0.5rem;
    display: flex;
    column-gap: 0.75rem;
    justify-content: center;
  }
  .app-download__links a img {
    height: 2.5rem;
  }
}

@media screen and (min-width: 32em) {
  .article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.375rem;
  }
}
@media screen and (min-width: 32em) {
  .article-list__item {
    width: calc(50% - 3px);
    display: flex;
  }
}
.article-list__item-link, .article-list__item-box {
  background-color: var(--color-neutral-100);
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  min-height: 18.75rem;
  width: 100%;
  text-decoration: none;
}
.article-list__item-link:hover, .article-list__item-link:focus, .article-list__item-box:hover, .article-list__item-box:focus {
  text-decoration: none;
  background-color: var(--color-primary-100);
}
.article-list__item-link:hover .article-list__item-image:before, .article-list__item-link:focus .article-list__item-image:before, .article-list__item-box:hover .article-list__item-image:before, .article-list__item-box:focus .article-list__item-image:before {
  opacity: 0.3;
}
.article-list__item-link:focus-visible .article-list__item-title, .article-list__item-box:focus-visible .article-list__item-title {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}
.article-list__item-link.has-image, .article-list__item-box.has-image {
  align-items: flex-start;
}
.article-list__item-link--gold:not(.has-image), .article-list__item-box--gold:not(.has-image) {
  background-color: #877545;
}
.article-list__item-link--gold:not(.has-image) .article-list__item-title, .article-list__item-box--gold:not(.has-image) .article-list__item-title {
  color: var(--color-white);
}
.article-list__item-link--gold:not(.has-image) .article-list__item-ingress, .article-list__item-box--gold:not(.has-image) .article-list__item-ingress {
  color: var(--color-white);
  font-size: 1.375rem;
}
.article-list__item-link--gold:not(.has-image):hover, .article-list__item-link--gold:not(.has-image):focus, .article-list__item-box--gold:not(.has-image):hover, .article-list__item-box--gold:not(.has-image):focus {
  background-color: #333;
}
.article-list__item-box:hover {
  background-color: var(--color-neutral-100);
}
.article-list__item-box:hover .article-list__item-image:before {
  display: none;
}
.article-list__item-box .article-list__item-title {
  color: var(--color-primary);
}
.article-list__item-box .article-list__item-ingress a {
  text-decoration: underline;
}
.article-list__item.has-image .article-list__item-box .article-list__item-title,
.article-list__item .article-list__item-box .article-list__item-title {
  font-size: 2.25rem;
  line-height: 1.1;
}
.article-list__item-container {
  width: 100%;
}
.article-list__item-image {
  position: relative;
}
.article-list__item-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-neutral-800);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.article-list__item-content {
  padding: 2.25rem;
}
.article-list__item-title {
  font-size: 1.5rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.375rem;
}
.article-list__item-subheading {
  color: var(--color-text);
  text-align: center;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.article-list__item-ingress {
  color: var(--color-text);
  font-size: 1.25rem;
  line-height: 1.5;
}
.article-list__item.has-image .article-list__item-title {
  font-size: 1.25rem;
}
.article-list__item.has-image .article-list__item-ingress {
  font-size: 1.125rem;
  color: var(--color-text);
}
.article-list--center .article-list__item-content {
  text-align: center;
}
.article-list--discount .article-list__item-title {
  font-size: 2.25rem;
  line-height: 1.1;
}
.article-list--discount .article-list__item-title span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
}
.article-list--one-col {
  display: block;
}
@media screen and (min-width: 32em) {
  .article-list--one-col .article-list__item {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.article-list--one-col .article-list__item-box {
  min-height: 0;
}
.article-list div.standard-block {
  width: 100%;
}

.simple-article-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .simple-article-list {
    margin: 2.25rem;
  }
}
.simple-article-list__item {
  margin: 0.9375rem 0;
}
@media screen and (min-width: 43.0625em) {
  .simple-article-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px dotted var(--color-text);
  }
}
@media screen and (min-width: 43.0625em) {
  .simple-article-list__item-link, .simple-article-list__item-description {
    background-color: var(--color-white);
    position: relative;
    margin-bottom: -0.3125rem;
    max-width: 48%;
  }
}
.simple-article-list__item-link {
  font-size: 1.25rem;
}
@media screen and (min-width: 43.0625em) {
  .simple-article-list__item-link {
    padding-right: 0.75rem;
  }
}
.simple-article-list__item-description {
  line-height: 1.3;
}
@media screen and (min-width: 43.0625em) {
  .simple-article-list__item-description {
    padding-left: 0.75rem;
    text-align: right;
  }
}

.article-page {
  background-color: var(--color-neutral-100);
  margin-bottom: 0.75rem;
}
.article-page__wrapper {
  padding: 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .article-page__wrapper {
    padding: 3rem;
  }
}
.article-page__wrapper .editor-content {
  margin-bottom: 1.5em;
}
.article-page__wrapper .editor-content:last-child {
  margin-bottom: 0;
}
.article-page__wrapper .editor-content.u-double-trailer {
  margin-bottom: 3em;
}
.article-page .heading-level-1 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 43.0625em) {
  .article-page .heading-level-1 {
    margin-bottom: 1.5rem;
  }
}
.article-page .byline {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.article-page .byline :nth-child(2):before {
  content: "-";
  margin: 0 0.375rem;
}
.article-page .byline__timer {
  display: inline-flex;
  align-items: center;
}
.article-page .byline__timer .icon {
  width: 1.0625rem;
  height: 1.0625rem;
  fill: var(--color-text);
  margin: 0 0.1875rem;
}
.article-page__ingress {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 1.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 43em) {
  .article-page__ingress {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .article-page__ingress {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 62.0625em) {
  .article-page__ingress {
    font-size: 1.5rem;
  }
}
.article-page__ingress:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.article-page__ingress p {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 62.0625em) {
  .article-page__ingress p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .article-page .layer__close + .article-page__wrapper {
    padding-top: 4.5rem;
  }
}
.article-page--highlight {
  background-color: var(--color-primary-100);
}
.article-page--negative {
  background-color: var(--color-white);
}
.teaser-box .article-page {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.teaser-box .article-page .article-page__wrapper {
  width: 100%;
}
.teaser-box .article-page .article-page__wrapper .ingress {
  text-align: left;
  padding: 0;
}
.editor-content .article-page {
  background-color: transparent;
  margin-bottom: calc(1.5rem - 0px);
}
.editor-content .article-page .article-page__wrapper {
  padding: 0;
}

.article-search__header {
  background-color: var(--color-neutral-100);
}
.article-search__form-container {
  padding: 1.5rem 1.5rem 0;
}
@media screen and (min-width: 43.0625em) {
  .article-search__form-container {
    padding: 2.25rem 2.25rem 0;
  }
}
.article-search__list {
  padding: 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .article-search__list {
    padding: 2.25rem;
  }
}
.article-search__item {
  padding-bottom: 2.25rem;
  border-bottom: 2px solid var(--color-line-medium);
  margin-bottom: 2.25rem;
  overflow: hidden;
}
.article-search__item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.article-search__image {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 32em) {
  .article-search__image {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 0;
    width: 25%;
    margin-right: 0;
  }
}
.article-search__title {
  font-family: "LatoBold", arial, helvetica, sans serif;
  font-size: 1.125rem;
}
.article-search__category {
  color: var(--color-text);
  font-size: 1rem;
  font-family: "Lato", arial, helvetica, sans serif;
}
.article-search__ingress {
  overflow: hidden;
}
.article-search__ingress mark {
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
  background-color: inherit;
}
.article-search__faq {
  border: 3px solid var(--color-line);
  margin: 1.5rem;
  padding: 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .article-search__faq {
    margin: 2.25rem 2.25rem 1.5rem;
  }
}
.article-search__faq :last-child {
  margin-bottom: 0;
}
.article-search__faq-list {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 43.0625em) {
  .article-search__faq-list {
    column-count: 2;
    column-gap: 1.5rem;
  }
}
.article-search__faq-list-item {
  border-top: 1px solid var(--color-line);
}
@media screen and (min-width: 43.0625em) {
  .article-search__faq-list-item {
    break-inside: avoid;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }
}
.article-search__faq-list-item a {
  padding: 0.75rem 0;
  display: block;
  text-decoration-line: none;
  text-underline-offset: 2px;
  outline: none;
}
.article-search__faq-list-item a:hover, .article-search__faq-list-item a:focus {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.article-search__faq-list-item a:focus-visible {
  text-decoration-thickness: 3px;
}
.article-search__faq-more {
  text-align: right;
  padding-top: 1.5rem;
}
.article-search__faq .faq__item-box.editor-content {
  max-width: none;
}

.article-teasers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 0.625rem;
}
@media screen and (min-width: 43.0625em) {
  .article-teasers {
    flex-direction: row;
  }
}

.article-teaser {
  text-align: center;
  flex-basis: 100%;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 43.0625em) {
  .article-teaser {
    flex-basis: calc(50% - 5px);
    margin-bottom: 6.25rem;
  }
}
.article-teaser__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: var(--color-text);
  outline: none;
}
.article-teaser__link:hover, .article-teaser__link:focus {
  text-decoration: none;
}
.article-teaser__link:hover .article-teaser__heading, .article-teaser__link:focus .article-teaser__heading {
  text-decoration-line: underline;
  text-underline-offset: 0.1875rem;
  text-decoration-thickness: 1px;
}
.article-teaser__link:focus .article-teaser__heading {
  text-decoration-thickness: 2px;
}
.article-teaser__content {
  order: 2;
  padding: 1.25rem 2.1875rem 0;
  background-color: var(--color-white);
  flex-grow: 1;
}
.article-teaser__heading {
  color: var(--color-action);
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 0.625rem;
}
.article-teaser__ingress {
  font-size: 1rem;
}
.article-teaser__info {
  margin-top: 0.625rem;
}
.article-teaser__tag-link {
  text-underline-offset: 0.1875rem;
  text-decoration-thickness: 1px;
  outline: none;
}
.article-teaser__tag-link:hover, .article-teaser__tag-link:focus {
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 43.0625em) {
  .article-teaser__size3, .article-teaser__size6, .article-teaser__size5.article-teaser__pos3, .article-teaser__size5.article-teaser__pos4, .article-teaser__size5.article-teaser__pos5, .article-teaser__size7.article-teaser__pos5, .article-teaser__size7.article-teaser__pos6, .article-teaser__size7.article-teaser__pos7 {
    flex-basis: calc(50% - 5px);
  }
}
@media screen and (min-width: 1350px) {
  .article-teaser__size3, .article-teaser__size6, .article-teaser__size5.article-teaser__pos3, .article-teaser__size5.article-teaser__pos4, .article-teaser__size5.article-teaser__pos5, .article-teaser__size7.article-teaser__pos5, .article-teaser__size7.article-teaser__pos6, .article-teaser__size7.article-teaser__pos7 {
    flex-basis: calc(33.33% - 6.66px);
  }
  .article-teaser__size3 .article-teaser__heading, .article-teaser__size6 .article-teaser__heading, .article-teaser__size5.article-teaser__pos3 .article-teaser__heading, .article-teaser__size5.article-teaser__pos4 .article-teaser__heading, .article-teaser__size5.article-teaser__pos5 .article-teaser__heading, .article-teaser__size7.article-teaser__pos5 .article-teaser__heading, .article-teaser__size7.article-teaser__pos6 .article-teaser__heading, .article-teaser__size7.article-teaser__pos7 .article-teaser__heading {
    font-size: 1.25rem;
  }
}
.article-teaser--feature {
  background-color: #e1f5ec;
  flex-basis: 100%;
  padding-bottom: 4.75rem;
  background-image: url(/UI/Icons/In/arrow-right-thin.svg);
  background-repeat: no-repeat;
  background-position: left 50% bottom 2.1875rem;
  background-size: 1.5rem 1.5rem;
  margin-bottom: 0.625rem;
}
.article-teaser--feature .article-teaser__content {
  background-color: transparent;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.875rem;
}
.article-teaser--feature .article-teaser__heading {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 43.0625em) {
  .article-teaser--feature .article-teaser__heading {
    font-size: 2rem;
    line-height: normal;
  }
}
@media screen and (min-width: 43.0625em) {
  .article-teaser--feature .article-teaser__ingress {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.article-teaser--feature .article-teaser__info {
  margin-top: 0.9375rem;
}
.article-teaser--feature .article-teaser__tag-link {
  color: var(--color-primary);
}

.awards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 1.5rem;
}
.awards-list__item {
  background-color: var(--color-white);
}
.awards-list figure {
  margin: 0;
}
.awards-list figure img {
  max-height: 3.75rem;
  max-width: 12.5rem;
}
.awards-list figcaption {
  display: none;
}

.block-booking__tools {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid var(--color-neutral-400);
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.block-booking__tools .emphasize {
  background-color: var(--color-primary-800);
  color: var(--color-white);
  font-style: normal;
  padding: 0.125rem 0.3125rem 0.1875rem;
  margin-right: 0.75rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
}

.block-link {
  margin-top: 0.375rem;
  background-color: var(--color-neutral-100);
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}

.booking-confirmation__heading {
  color: var(--color-primary);
  font-size: 1.125rem;
  font-family: "Lato", arial, helvetica, sans serif;
}
.booking-confirmation__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .booking-confirmation__row {
    padding: 0 1.25rem;
  }
}
.booking-confirmation__summary {
  margin: 0 -1.25rem;
  padding-top: 1rem;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  background-color: var(--color-white);
}
@media (min-width: 480px) {
  .booking-confirmation__summary {
    border-radius: 8px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .booking-confirmation__summary .booking-summary__item:last-child {
    border-bottom: none;
  }
}
.booking-confirmation__expand-content {
  display: none;
}
.booking-confirmation__expand-content[aria-hidden=false] {
  display: block;
}

.booking-summary__heading {
  font-size: 1.25rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 1.75rem;
  padding: 0 1.25rem;
  color: var(--color-primary);
}
@media (max-width: 1370px) {
  .booking-summary__heading {
    display: none;
  }
}
@media (max-width: 1370px) {
  .booking-summary {
    max-width: 31.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.booking-summary__item {
  padding: 0 1.25rem 1rem;
  border-bottom: 1px solid var(--color-line-medium);
  margin-bottom: 1rem;
}
.booking-summary__item-heading {
  font-size: 1rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.25rem;
  color: var(--color-primary);
}
.booking-summary__item-heading:not(:first-child) {
  margin-top: 1rem;
}
.booking-summary__item-row {
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  column-gap: 1.5rem;
}
.booking-summary__item-table {
  width: calc(100% + 2.5rem);
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.booking-summary__item-table td {
  padding: 0 1.25rem 0.5rem;
}
.booking-summary__item-table td:last-child {
  text-align: right;
  white-space: nowrap;
}
.booking-summary__item-table .booking-summary__item-table-divider {
  position: relative;
  height: 1.5625rem;
  padding-bottom: 0;
}
.booking-summary__item-table .booking-summary__item-table-divider::before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--color-line-medium);
}
.booking-summary__item-table .booking-summary__item-table-total td {
  font-family: "LatoBold", arial, helvetica, sans serif;
  font-size: 1.125rem;
  padding: 0 1.25rem 1rem;
  color: var(--color-primary);
}
.booking-summary__item > :last-child {
  margin-bottom: 0;
}
.booking-summary__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.booking-summary__expand-form {
  margin-top: 1.5rem;
}
.booking-summary__expand-form[aria-hidden=true] {
  display: none;
}

.campaign-filter-list {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: -1.5rem;
  margin-bottom: 0.75rem;
}
.campaign-filter-list__item {
  display: inline-block;
}
.campaign-filter-list__link {
  display: block;
  padding: 0.75rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 43em) {
  .campaign-filter-list__link {
    font-size: 1rem;
    padding: 0.3rem;
  }
}
@media screen and (max-width: 43em) {
  .campaign-filter-list {
    padding: 0 1.2rem 1.5rem;
  }
}
.campaign-filter-dropdowns {
  justify-content: center;
  flex-wrap: wrap;
  background-color: var(--color-neutral-100);
  padding: 1.25rem 1.5rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 43em) {
  .campaign-filter-dropdowns {
    display: block;
  }
}
.campaign-filter-dropdowns .form-item {
  width: auto;
  min-width: 12.5rem;
  margin: 0.375rem 0.125rem;
  flex: 1;
}
@media screen and (max-width: 43em) {
  .campaign-filter-dropdowns .form-item {
    margin: 0 0 0.375rem;
  }
}
.campaign-filter-dropdowns .btn {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 43.0625em) {
  .campaign-filter-dropdowns .btn {
    margin-left: 0.375rem;
  }
}

.campaign-package {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}
.campaign-package__select {
  max-width: 22rem;
  width: 100%;
}

.choice-box {
  border: 2px solid var(--color-line-medium);
  padding: 0.75rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.375rem;
  cursor: pointer;
}
@media screen and (min-width: 43.0625em) {
  .choice-box {
    padding: 1rem;
  }
}
.choice-box:last-child {
  margin-bottom: 0;
}
.choice-box.is-selected {
  background-color: var(--color-neutral-100);
  cursor: default;
}
.choice-box.is-selected .choice-box__label {
  color: var(--color-primary);
}
.choice-box.has-focus {
  background-color: var(--color-primary-100);
}
.choice-box.is-disabled {
  opacity: 0.4;
  cursor: default;
}
.choice-box.is-disabled .choice-box__label {
  color: var(--color-text);
}
.choice-box.is-disabled .choice-box__label-text {
  text-decoration: line-through;
}
.choice-box.is-disabled .choice-box__desc-wrapper {
  cursor: default;
}
.choice-box__input {
  position: absolute;
  left: -999em;
  overflow: hidden;
}
.choice-box__input:checked + .choice-box__input-icon {
  fill: var(--color-action);
}
.choice-box__input:disabled + .choice-box__input-icon {
  fill: var(--color-white);
  border-color: var(--color-neutral-300);
}
.is-selected .choice-box__input:disabled + .choice-box__input-icon {
  fill: var(--color-neutral-300);
}
.choice-box__input-icon {
  margin-right: 0.375rem;
  height: 1.75rem;
  width: 1.75rem;
  min-width: 1.75rem;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 2px solid #c0c5c5;
  fill: var(--color-white);
  padding: 0.0625rem;
}
@media screen and (min-width: 43.0625em) {
  .choice-box__input-icon {
    margin-right: 0.75rem;
  }
}
.choice-box__input-icon--checkbox {
  border-radius: 0;
}
.choice-box .choice-box__label {
  font-family: "LatoBold", arial, helvetica, sans serif;
  font-size: 1.125rem;
  line-height: normal;
  color: var(--color-action);
  margin: 0.1875rem 0 0.375rem;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 43em) {
  .choice-box .choice-box__label {
    font-size: 1rem;
    line-height: normal;
  }
}
.choice-box .choice-box__label.price-block__callout {
  position: static;
  font-size: 0.875rem;
  line-height: normal;
  color: var(--color-white);
  box-shadow: 0 0 0 2px white;
  padding: 0.25rem 0.375rem;
}
.choice-box .choice-box__label.price-block__callout--green {
  color: var(--color-action);
  border: none;
}
.choice-box .choice-box__label-text {
  margin-right: 0.75rem;
}
.choice-box .choice-box__label-warning {
  font-weight: normal;
  font-size: 1rem;
  line-height: normal;
  position: relative;
  bottom: 1px;
  color: var(--color-text);
}
.choice-box__content {
  flex: 1 1 auto;
  position: relative;
}
.no-appearance .choice-box__content {
  width: 100%;
}
@media screen and (min-width: 43.0625em) {
  .choice-box__info {
    text-align: right;
    width: 8rem;
    position: absolute;
    top: -0.375rem;
    right: 0;
    min-height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.choice-box__price {
  display: block;
  font-size: 0.875rem;
  line-height: normal;
  white-space: nowrap;
}
.choice-box__price-number {
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-action-800);
}
@media screen and (min-width: 43.0625em) {
  .choice-box__price-number {
    font-size: 1.25rem;
    line-height: normal;
  }
}
.choice-box__price-desc {
  color: var(--color-action-800);
}
.choice-box__price-term {
  font-size: 0.875rem;
  line-height: 1;
  display: block;
}
.choice-box__price-original {
  text-decoration: line-through;
  color: var(--color-text);
  opacity: 0.4;
  padding-right: 0.75rem;
}
.choice-box__description {
  line-height: normal;
}
@media screen and (max-width: 43em) {
  .choice-box__description {
    font-size: 0.875rem;
    line-height: normal;
  }
}
.choice-box__amount {
  padding-left: 1.5rem;
  align-self: center;
  flex: 0 0 11rem;
  text-align: right;
  position: relative;
}
.choice-box__amount-selector {
  background-color: var(--color-primary-200);
  border: 1px solid #aec6db;
  padding: 0.375rem;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  margin-top: -1px;
  display: none;
}
.choice-box__amount-selector.is-active {
  display: block;
}
.choice-box__compare-labels {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0.75rem 0 1rem 0.75rem;
}
@media screen and (min-width: 30em) {
  .choice-box__compare-labels {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 43.0625em) {
  .choice-box__compare-labels {
    margin-right: calc(8rem + 2px);
    padding: 1rem;
  }
}
.choice-box__compare-labels .choice-box__compare {
  font-size: 0.75rem;
  line-height: 1;
  transform: rotate(-45deg);
  text-align: left;
  width: 4rem;
  margin-left: -1.25rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 30em) {
  .choice-box__compare-labels .choice-box__compare {
    font-size: 0.875rem;
    line-height: 1.2;
    transform: none;
    text-align: center;
    width: 5rem;
    margin: 0;
  }
}
.choice-box__compare-wrapper {
  display: flex;
}
@media screen and (min-width: 43.0625em) {
  .choice-box__compare-wrapper {
    margin-right: 8rem;
  }
}
.choice-box__compare {
  width: 2.75rem;
  text-align: center;
  align-self: center;
}
@media screen and (min-width: 30em) {
  .choice-box__compare {
    width: 5rem;
  }
}
.choice-box__compare .icon {
  fill: var(--color-neutral-400);
  width: 1.125rem;
  height: 1.125rem;
}
.choice-box__compare .icon--success {
  fill: var(--color-action);
}
.choice-box__desc-wrapper {
  margin-right: auto;
  cursor: pointer;
}
.choice-box--multi {
  display: block;
}
@media screen and (min-width: 43.0625em) {
  .choice-box--multi {
    display: flex;
  }
}
.choice-box--multi .choice-box__amount {
  margin-top: 0.75rem;
}
.choice-box--show-hide .choice-box__description {
  display: none;
}
.choice-box--show-hide.is-selected .choice-box__description {
  display: block;
}
.choice-box--room .choice-box__content {
  display: flex;
  justify-content: space-between;
}
.choice-box--included.is-disabled {
  opacity: 1;
  background-color: #e1f5ec;
}
.choice-box--included.is-disabled .choice-box__label {
  color: var(--color-action);
}
.choice-box--included.is-disabled .choice-box__input:disabled + .choice-box__input-icon {
  fill: #e1f5ec;
  background-color: var(--color-action-800);
  border-color: #e1f5ec;
  box-shadow: inset 0 0 0 1px #e1f5ec;
}
.choice-box__terms {
  padding: 0;
}
.choice-box__term {
  display: inline-block;
  font-size: 0.8em;
  list-style-type: none;
}
.choice-box__term--adv {
  color: var(--color-action-800);
}
.choice-box__term--dis {
  font-family: "LatoItalic", arial, helvetica, sans serif;
}
.choice-box__term:not(:last-child):after {
  content: " ●";
  color: #C4C4C4;
}

.choice-item {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 1.25rem;
  margin-bottom: 0.875rem;
  background-color: var(--color-white);
}
.choice-item:has(.choice__input:focus-visible) {
  outline: 1px solid var(--color-action);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.03);
}
.choice-item:last-child {
  margin-bottom: 0;
}
.choice-item__desc {
  margin-left: 2rem;
  font-size: 1rem;
  margin-top: 0.25rem;
}
.choice-item__expand-content {
  margin-top: 1rem;
  margin-left: 1.875rem;
  font-size: 1rem;
}
.choice-item__expand-content[aria-hidden=true] {
  display: none;
}
.choice-item__expand-content--no-margin-left {
  margin-left: 0;
}
.choice-item__summary-line {
  margin-top: 1rem;
  border-top: 1px solid var(--color-line-medium);
  padding-top: 1rem;
}
.choice-item__conditions {
  list-style: none;
  padding-left: 0;
}
.choice-item__condition {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.choice-item__condition .icon {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  fill: var(--color-white);
  padding: 0.125rem;
}
.choice-item__condition--true .icon {
  background-color: var(--color-primary);
  fill: var(--color-white);
  padding: 0.3125rem;
}
.choice-item__condition--false .icon {
  background-color: var(--color-neutral-200);
  fill: black;
  padding: 0.125rem;
}
.choice-item__consent {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.25rem;
}
.choice-item__consent .choice {
  width: auto;
}
.choice-item__consent-terms {
  margin-top: 1.5rem;
}
.choice-item__btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  text-decoration-line: none;
  border: none;
  background-color: transparent;
  margin: 0;
  font-size: 1.125rem;
  color: var(--color-primary);
  text-decoration-line: none;
  text-underline-offset: 2px;
  outline: none;
}
.choice-item__btn:hover, .choice-item__btn:focus {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.choice-item__btn:focus-visible {
  text-decoration-thickness: 3px;
}
.choice-item__btn[aria-expanded=false] .icon {
  display: none;
}
.choice-item__btn-expand {
  padding: 0 2rem 2rem;
}
.choice-item__btn-expand[aria-hidden=true] {
  display: none;
}
.choice-item--has-error {
  box-shadow: none;
  border: 1px solid var(--color-profile);
}
.choice-item--disabled {
  box-shadow: none;
  border: 1px dashed var(--color-primary);
  background-color: transparent;
}
.choice-item--add-on .choice-item__label {
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
}
.choice-item--add-on .choice-item__price {
  font-family: "LatoBold", arial, helvetica, sans serif;
  text-align: right;
}
.choice-item--add-on .choice-item__price-unit {
  display: block;
  font-size: 0.875rem;
  color: var(--color-text-light);
  line-height: 1;
  font-family: "Lato", arial, helvetica, sans serif;
}
.choice-item--add-on .choice-item__add-on-choices {
  margin-top: 1.5rem;
}
.choice-item--add-on .choice-item__desc {
  margin-left: 0;
}
.choice-item--btn {
  padding: 0;
}
.choice-item__box {
  border-top: 1px solid var(--color-line);
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  padding: 1.25rem 1.25rem 0;
}
.choice-item__box:not(:last-child) {
  padding-bottom: 1.25rem;
}
.choice-item__box-heading {
  color: var(--color-primary);
  font-family: "LatoBold", arial, helvetica, sans serif;
  font-size: 1rem;
}
.choice-item__box-list {
  padding-left: 1rem;
}
.choice-item__box-list li {
  margin-top: 0.25rem;
}

.choice-list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.choice-list__item {
  margin-bottom: 0.625rem;
  padding: 0.75rem 1.5rem;
  background-color: var(--color-primary-100);
  border-radius: 0.625rem;
  min-height: 4.25rem;
  display: flex;
  align-items: center;
}
.choice-list__item.has-focus, .choice-list__item.is-selected {
  background-color: var(--color-primary-200);
}
.choice-list__item.is-disabled {
  background-color: var(--color-neutral-100);
}

.conf-room {
  border-bottom: 1px solid var(--color-line);
  margin-bottom: 0.9375rem;
  padding: 0 1.5rem 1.5rem;
}
@media screen and (min-width: 62.0625em) {
  .conf-room {
    padding: 0 0 0.9375rem;
  }
}
.conf-room__info {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "image" "content";
}
@media screen and (min-width: 43.0625em) {
  .conf-room__info {
    grid-template-columns: 33.33% 66.66%;
    grid-template-areas: "image content";
  }
}
.conf-room__image {
  grid-area: image;
  border: none;
  background-color: transparent;
  padding: 0;
}
.conf-room__content {
  padding: 0.625rem 0 0;
  display: flex;
  flex-direction: column;
  grid-area: content;
}
@media screen and (min-width: 43.0625em) {
  .conf-room__content {
    padding: 0.625rem 1.875rem 1.375rem;
  }
}
.conf-room__content-details {
  display: flex;
  margin-top: 2.5rem;
}
.conf-room__content-detail:after {
  content: "|";
  margin: 0 0.4375rem;
}
.conf-room__content-detail:last-child:after {
  display: none;
}
.conf-room__heading {
  font-size: 1.25rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 1rem;
}
@media screen and (min-width: 43.0625em) {
  .conf-room__heading {
    font-size: 1.5rem;
    font-family: "Lato", arial, helvetica, sans serif;
  }
}
.conf-room__options {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: auto;
}
@media screen and (min-width: 43.0625em) {
  .conf-room__options {
    gap: 1.25rem 1.875rem;
  }
}
.conf-room__option {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.conf-room__option-image {
  max-width: 2.375rem;
  max-height: 1.8125rem;
  object-fit: contain;
}
.conf-room__details {
  background-color: var(--color-primary-100);
  grid-template-columns: 1fr;
  gap: 1.875rem;
  padding: 1.5rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 43.0625em) {
  .conf-room__details {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 80rem) {
  .conf-room__details {
    grid-template-columns: repeat(4, 1fr);
    padding: 1.5rem 2.5rem;
  }
}
.conf-room__details:not(.is-hidden) {
  display: grid;
}
.conf-room__details-heading {
  font-size: 1rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.625rem;
}
.conf-room__details .conf-room__details-option {
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.conf-room__details .conf-room__details-option:last-child {
  margin-bottom: 0;
}
.conf-room__details .conf-room__details-option-image {
  width: 3.25rem;
  height: 2.5rem;
  object-fit: contain;
}
.conf-room__details ul {
  list-style: none;
  padding-left: 0;
}
.conf-room__details ul li {
  margin-bottom: 0.3125rem;
}
.conf-room__details-trigger {
  margin-top: 0.25rem;
}
.conf-room__button {
  text-align: center;
  margin: -0.5rem 0 3.5rem;
}

.conference-room__item {
  width: 100%;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 43.0625em) {
  .conference-room__item {
    display: flex;
    justify-content: space-between;
  }
}
.conference-room__header {
  padding: 1.5rem;
  background: var(--color-neutral-100);
}
@media screen and (max-width: 43em) {
  .conference-room__header {
    text-align: center;
  }
}
@media screen and (min-width: 43.0625em) {
  .conference-room__header {
    width: calc(41.66% - 0.375rem);
    margin-right: 0.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.conference-room__header p {
  line-height: 1.5;
}
.conference-room__desc {
  padding: 1.5rem;
  background: var(--color-neutral-100);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 43.0625em) {
  .conference-room__desc {
    width: 58.33%;
    margin-right: 0;
  }
}

.faq-page {
  background-color: var(--color-neutral-100);
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 43.0625em) {
  .faq-page {
    padding-bottom: 4.5rem;
  }
}
.faq-page__header {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 43.0625em) {
  .faq-page__header {
    padding: 3rem 0;
  }
}
.faq-page__header h1 {
  padding: 0 1.5rem;
  color: var(--color-white);
}
.faq-page__header-content {
  max-width: calc(700px + 3rem);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 1.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
@media screen and (min-width: 43.0625em) {
  .faq-page__header-content {
    padding: 3rem;
  }
}
.faq-page__section {
  max-width: 700px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0.375rem;
}
@media screen and (min-width: 43.0625em) {
  .faq-page__section {
    padding: 0 1.5rem;
  }
}

.faq-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: z("root");
}
.faq-nav__back {
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.1875rem;
}
.faq-nav__back .icon {
  fill: var(--color-white);
  width: 0.875rem;
  height: 0.875rem;
}

.faq {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.faq__title {
  font-size: 1rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  padding: 0.75rem;
}
.faq__title a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  outline: none;
}
.faq__title a:hover, .faq__title a:focus {
  text-decoration-thickness: 2px;
}
.faq__title a:hover, .faq__title a:focus {
  text-decoration-thickness: 2px;
}
.faq__title a:focus-visible {
  text-decoration-thickness: 3px;
}
.faq__item {
  margin-bottom: 0.1875rem;
  transition: margin 0.2s ease-in-out;
}
.faq__item-trigger, .faq__item-link {
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-text);
  transition: all 0.2s ease-in-out;
  width: 100%;
  text-align: left;
  outline: none;
}
.faq__item-trigger:hover, .faq__item-trigger:focus, .faq__item.is-active .faq__item-trigger, .faq__item-link:hover, .faq__item-link:focus, .faq__item.is-active .faq__item-link {
  background-color: var(--color-primary-200);
  text-decoration: none;
  border-color: #aec6db;
}
.faq__item-trigger .icon, .faq__item-link .icon {
  fill: var(--color-text);
  margin-right: 0.375rem;
  transition: transform 0.2s ease-in-out;
  flex-shrink: 0;
}
.faq__item-trigger {
  padding: 1rem 0.75rem 1rem 0.375rem;
}
.faq__item-trigger .icon {
  transform: rotate(-90deg);
}
.faq__item.is-active .faq__item-trigger .icon {
  transform: rotate(0deg);
}
.faq__item-link {
  background-image: url(/UI/Icons/In/arrow-right.svg);
  background-position: 98.5% 50%;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  padding: 1rem 3.75rem 1rem 1rem;
  position: relative;
}
.faq__item-link:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
  width: 0.3125rem;
  background-color: var(--color-primary-200);
}
.faq__item-content {
  background-color: var(--color-white);
  padding: 1.5rem 1.5rem 1.5rem 2.85rem;
  margin-bottom: 1px;
}
.faq__item-content-title {
  font-size: 1rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  margin-bottom: 0.375rem;
}
.faq__item-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.faq__item-content ul li {
  line-height: normal;
  margin-bottom: 0.375rem;
  font-size: 1rem;
}
.faq__item-content .teaser-wrapper .standard-block {
  padding-left: 0;
  padding-right: 0;
}
.faq__item-box {
  background-color: var(--color-neutral-100);
  padding: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.faq__item-box p {
  font-size: 1rem;
}
.faq__item.is-active {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.faq__item.is-active:first-child {
  margin-top: 0;
}
.faq__item.is-active:last-child {
  margin-bottom: 0;
}
.faq__item.is-active .faq__item-desc {
  border: 1px solid #aec6db;
  border-top: none;
}
.faq__copy-link {
  margin: 0;
  padding: 0.375rem 0.375rem 0.375rem 2.025rem;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  outline: none;
  transition: border 0.2s ease-in-out;
  position: relative;
}
.faq__copy-link .icon {
  fill: var(--color-text);
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
  position: absolute;
  top: 0.625rem;
  left: 0.5rem;
  transition: opacity 0.5s ease-in-out;
}
.faq__copy-link .icon.is-checked {
  background-color: green;
  fill: var(--color-white);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  padding: 0.1875rem;
  opacity: 0;
}
.faq__copy-link .copytext.is-copied {
  display: none;
}
.faq__copy-link:hover, .faq__copy-link:focus, .faq__copy-link.is-active {
  border-color: var(--color-line-medium);
}
.faq__copy-link.is-active .icon.is-standard {
  opacity: 0;
}
.faq__copy-link.is-active .icon.is-checked {
  opacity: 1;
}
.faq__copy-link.is-active .copytext.is-standard {
  display: none;
}
.faq__copy-link.is-active .copytext.is-copied {
  display: inline;
}

.contact-details__item {
  margin-bottom: 1.5rem;
  background-color: var(--color-white);
  padding: 1rem 0.75rem;
  margin-bottom: 0.125rem;
}
.contact-details__header {
  display: flex;
  justify-content: space-between;
}
.contact-details__title {
  font-size: 1rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.contact-details__tel {
  font-size: 0.875rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.contact-details__content, .contact-details__content p {
  font-size: 1rem;
  line-height: 1.5;
}
.contact-details__content {
  margin-top: 0.75rem;
}

.faq-search {
  padding-top: 1.5rem;
}
.faq-search__input-wrapper {
  display: flex;
  justify-content: center;
}
.faq-search__input-wrapper .btn--close .icon {
  margin: 0 0.375rem 0 0.1875rem;
}
.faq-search__input {
  padding: 0.75rem;
  background-color: var(--color-white);
  border: none;
  transition: width 0.2s ease-in-out;
  width: 15rem;
}
.faq-search__input:focus {
  border: none;
  background-color: var(--color-primary-100);
  box-shadow: none;
  width: 100%;
}
.faq-search__btn,
.faq-search .btn {
  background-color: var(--color-white);
  border: none;
  outline: none;
}
.faq-search__btn .icon,
.faq-search .btn .icon {
  fill: var(--color-text);
}
.faq-search__btn:focus,
.faq-search .btn:focus {
  background-color: var(--color-primary-200);
}
.faq-search-expandable {
  position: absolute;
  top: 1.5rem;
  padding-bottom: 4.5rem;
  background-color: var(--color-neutral-100);
  width: 100%;
}
.faq-search-expandable .faq-search {
  padding-top: 0.75rem;
}
.faq-search-expandable.is-collapsed {
  width: 0.0625rem;
  overflow: hidden;
  left: -999em;
}
.faq-search .ui-menu {
  top: 0 !important;
  left: 0 !important;
  position: relative;
  background-color: var(--color-neutral-100);
  padding: 0;
  display: block !important;
}
.faq-search .ui-menu.faq-autocomplete {
  padding-top: 3rem;
}
.faq-search .ui-menu.faq-autocomplete .ui-menu {
  display: block !important;
}
.faq-search .ui-menu.faq-autocomplete .ui-menu .ui-menu-item {
  margin: 0 0 0.1875rem;
}
.faq-search .ui-menu .ui-menu-item {
  padding: 0;
  margin: 0;
  border-bottom: none;
  list-style-image: none;
  cursor: default;
}
.faq-search .ui-menu .faq__title.ui-state-active {
  background-color: transparent;
}
.faq-search .faq__item-content .ui-menu {
  list-style: disc;
  padding-left: 1.5rem;
  background-color: transparent;
}

.faq__searchresult {
  border-bottom: 1px solid var(--color-neutral-300);
  padding: 0.75rem 1.5rem;
  background-color: var(--color-neutral-200);
}

.global-footer {
  padding-top: 2.25rem;
  clear: both;
}
.global-footer--simple {
  background-color: var(--color-neutral-100);
  margin-top: 1.5rem;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding: 2.25rem;
}
.global-footer--simple .grid-container {
  display: flex;
  max-width: 600px;
  margin-left: 0;
}

.social-menu {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.5rem;
}
@media screen and (min-width: 30em) {
  .social-menu {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 43.0625em) {
  .social-menu {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 1.5rem 3rem;
  }
}
.social-menu__title {
  margin-right: 0.375rem;
}
@media screen and (max-width: 43em) {
  .social-menu__title {
    display: none;
  }
}
.social-menu-list {
  list-style: none;
  padding: 0;
}
.social-menu-list__item {
  border-bottom: 5px solid var(--color-line);
}
.social-menu-list__item:last-child {
  border-bottom: none;
}
.social-menu-list__link {
  font-size: 1rem;
  display: block;
  padding: 0.75rem 0;
  font-family: "LatoBold", arial, helvetica, sans serif;
  text-decoration-line: none;
  text-underline-offset: 2px;
  outline: none;
}
.social-menu-list__link:hover, .social-menu-list__link:focus {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.social-menu-list__link:focus-visible {
  text-decoration-thickness: 3px;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 43em) {
  .footer-info {
    justify-content: center;
  }
}
.footer-info .footer-settings {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 30em) {
  .footer-info .footer-settings {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 43.0625em) {
  .footer-info .footer-settings {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 1.5rem 3rem;
  }
}

.footer-text-area {
  margin: 1.5rem 0;
}
.footer-text-area a {
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-text);
}

.cc-message .cc-link {
  display: inline;
}

.member-benefits {
  padding: 2.5rem 0 1.5rem;
  border-radius: 0.5rem;
}
.member-benefits__content {
  padding: 0 1.5rem;
}
.member-benefits__image {
  margin-top: 2rem;
}
.member-benefits__heading {
  font-size: 1.375rem;
  font-family: "LatoBold", arial, helvetica, sans serif;
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}
.member-benefits__ingress {
  color: var(--color-primary);
}
.member-benefits__ingress p,
.member-benefits__ingress li {
  font-size: 0.875rem;
}
.member-benefits__ingress ul {
  padding-left: 1rem;
}
.member-benefits__ingress ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.modal-page {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-page__box {
  background-color: var(--color-white);
  padding: 1rem;
  max-width: 600px;
}
.modal-page__box .check {
  fill: var(--color-action);
}
.modal-page__error {
  background-color: var(--color-alert-200);
  padding: 1.5rem 1.5rem;
  color: var(--color-alert-600);
  margin-bottom: 0.375rem;
  text-align: center;
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.modal-page__error p {
  font-size: 1rem;
}

.odd-even-table {
  width: 100%;
}
.odd-even-table th {
  text-align: left;
  line-height: normal;
}
.odd-even-table th span {
  font-weight: normal;
}
.odd-even-table td {
  padding: 0.3125rem;
  line-height: normal;
}
.odd-even-table td,
.odd-even-table tr {
  vertical-align: top;
}
.odd-even-table .number {
  text-align: right;
  white-space: nowrap;
}
.odd-even-table thead th {
  padding: 0.125rem 0.3125rem 0.5rem;
}
.odd-even-table tbody tr:nth-child(2n+1) td {
  background-color: var(--color-white);
}
.odd-even-table tbody tr:nth-child(2n+2) td {
  background-color: var(--color-neutral-100);
}
.odd-even-table--sum {
  border-top: 1px solid var(--color-line-medium);
}
@media screen and (min-width: 62.0625em) {
  .odd-even-table--sum {
    margin-bottom: 1.5rem;
  }
}
.odd-even-table--sum thead th {
  padding-top: 0.75rem;
}

.table-wrapper {
  overflow-x: auto;
  max-width: 100%;
}
.table-wrapper + .table-wrapper {
  margin-top: 1.5rem;
}

.progress-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  padding: 0;
  list-style-position: inside;
}
.progress-indicator:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: var(--color-neutral-400);
}
.progress-indicator__item {
  padding-top: 1.5rem;
  position: relative;
  color: var(--color-primary);
  margin: 0 auto;
}
@media screen and (min-width: 43.0625em) {
  .progress-indicator__item {
    font-size: 1.125rem;
  }
}
.progress-indicator__item span {
  display: inline-block;
}
.progress-indicator__item span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--color-neutral-400);
  border-radius: 50%;
  margin-left: -0.625rem;
  z-index: 2;
  box-shadow: 0 0 0 6px var(--color-neutral-100);
}
.progress-indicator__item:first-child:before, .progress-indicator__item:last-child:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 50%;
  height: 0.25rem;
  background-color: var(--color-neutral-100);
  z-index: 1;
}
.progress-indicator__item:first-child {
  margin-left: 0;
}
.progress-indicator__item:first-child:before {
  left: 0;
}
.progress-indicator__item:last-child {
  margin-right: 0;
}
.progress-indicator__item:last-child:before {
  right: 0;
}
.progress-indicator__item.is-active span:before, .progress-indicator__item.is-completed span:before {
  background-color: var(--color-primary-800);
}
.progress-indicator__item + .progress-indicator__item.is-active:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 50%;
  width: 50rem;
  height: 0.25rem;
  background-color: var(--color-primary-800);
}

.search-summary {
  background-color: var(--color-primary-100);
  border-radius: 1.5rem;
  display: flex;
  padding: 0.1875rem 0;
  margin-top: 12px;
  margin-bottom: 0.75rem;
}
.js .search-summary {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.js .search-summary:hover {
  background-color: var(--color-primary-200);
}
.hotel-header--hotel-room .search-summary {
  margin-top: -0.75rem;
}
.search-summary__item {
  border-left: 1px solid var(--color-neutral-400);
  padding: 0 0.75rem;
}
.search-summary__item:first-child {
  border-left: 0;
}

.steps {
  display: flex;
  column-gap: 0.5rem;
  list-style: none;
  padding: 0;
  counter-reset: step;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .steps {
    margin-bottom: 2.5rem;
  }
}
.steps-center .steps {
  justify-content: center;
}
.steps .step {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.steps .step:last-child .icon {
  display: none;
}
.steps .step__link {
  display: flex;
  padding-left: 2.125rem;
  position: relative;
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .steps .step__link {
    padding-left: 1.75rem;
  }
}
.steps .step__link::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.875rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #f0e9df;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.steps .step__link[aria-current=step] {
  font-family: "LatoBold", arial, helvetica, sans serif;
}
.steps .step__link[aria-current=step]::before {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: "Lato", arial, helvetica, sans serif;
}
@media (max-width: 767px) {
  .steps .step__text {
    display: none;
  }
}
.steps .step .icon {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: 0.0625rem;
}

.teaser-theme {
  width: 100%;
}
.teaser-theme__link {
  display: block;
  margin-bottom: 0.375rem;
}
.teaser-theme__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 43.0625em) {
  .teaser-theme__link {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 43em) {
  .teaser-theme__link {
    margin-bottom: calc(3rem - 0px);
  }
}
@media screen and (min-width: 43.0625em) {
  .teaser-theme__photo {
    width: calc(33.33% - 0.375rem);
    margin-right: 0.375rem;
  }
}
.teaser-theme__title {
  font-size: 2rem;
}
@media screen and (max-width: 62em) {
  .teaser-theme__title {
    font-size: 1.5rem;
  }
}
.teaser-theme__ingress {
  color: var(--color-text);
}
.teaser-theme__desc {
  background-color: var(--color-neutral-100);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (min-width: 43.0625em) {
  .teaser-theme__desc {
    width: 66.66%;
    margin-right: 0;
  }
}
.teaser-theme__desc:hover {
  background-color: var(--color-primary-100);
}

.textbox-dark {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: var(--color-white);
  padding: 0;
  margin-bottom: 1.5rem;
}
.textbox-dark .heading-level-2 {
  color: var(--color-white);
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 43.0625em) {
  .textbox-dark .heading-level-2 {
    font-size: 2.25rem;
  }
}
.textbox-dark__content {
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .textbox-dark__content {
    width: 66.66%;
  }
}
@media screen and (min-width: 85em) {
  .textbox-dark__content {
    width: 50%;
  }
}
.textbox-dark__ingress {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 43.0625em) {
  .textbox-dark__ingress {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.textbox-dark a {
  color: var(--color-white);
}
.textbox-dark__progressbar {
  display: flex;
  justify-content: center;
}
.textbox-dark__progresstep {
  background-color: var(--color-white);
  height: 2.5rem;
  width: 1.75rem;
  display: block;
  margin-right: 0.3125rem;
}
.textbox-dark__progresstep.is-active {
  background-color: #FFDC00;
}
.textbox-dark__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.textbox-dark__list li {
  border-bottom: 1px solid var(--color-neutral-800);
}
.textbox-dark__list li a {
  font-family: "LatoBold", arial, helvetica, sans serif;
  display: block;
  padding: 1.5rem 0;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #7BCE78;
}
@media screen and (min-width: 43.0625em) {
  .textbox-dark__list li a {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.textbox-dark__list li a:focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}
.textbox-dark__list li:last-child {
  border-bottom: none;
}
.textbox-dark--progress {
  padding: 3rem;
}
.textbox-dark--progress .textbox-dark__ingress {
  font-size: 1.125rem;
  line-height: 1.3;
}

.theme-teasers {
  background-color: #e1f5ec;
  padding: 2.5rem 0 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 43.0625em) {
  .theme-teasers {
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .theme-teasers {
    padding: 2.5rem 4.375rem 4.375rem;
  }
}
.theme-teasers__content {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  text-align: center;
  color: var(--color-primary);
}
.theme-teasers__heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.theme-teasers .article-teasers {
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
}
.theme-teasers .article-teasers .article-teaser {
  flex-basis: 100%;
  margin: 0 0.3125rem;
}
@media screen and (min-width: 43.0625em) {
  .theme-teasers .article-teasers .article-teaser {
    flex: 1;
  }
  .theme-teasers .article-teasers .article-teaser__link {
    align-items: center;
  }
}
@media screen and (min-width: 1350px) {
  .theme-teasers .article-teasers .article-teaser {
    max-width: 40rem;
  }
}
.theme-teasers .article-teasers .article-teaser__link {
  height: 100%;
}
.theme-teasers .article-teasers .article-teaser__content {
  padding-bottom: 4.375rem;
}
.theme-teasers .article-teasers .article-teaser__heading {
  font-size: 1.25rem;
}
.theme-teasers .slick-track {
  display: flex;
}
.theme-teasers .slick-track .slick-slide {
  height: auto;
}
@media screen and (min-width: 43.0625em) {
  .theme-teasers .slick-list {
    padding: 0 20vw !important;
  }
}
@media screen and (min-width: 62.0625em) {
  .theme-teasers .slick-list {
    padding: 0 10vw !important;
  }
}
.theme-teasers .slick-next,
.theme-teasers .slick-prev {
  padding: 0;
  top: 50%;
  margin-top: -1.375rem;
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 43em) {
  .theme-teasers .slick-next,
.theme-teasers .slick-prev {
    display: none;
  }
}
.theme-teasers .slick-next:focus-visible,
.theme-teasers .slick-prev:focus-visible {
  opacity: 1;
}
.theme-teasers .slick-next:before,
.theme-teasers .slick-prev:before {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-size: 2rem 2rem;
  background-position: center center;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}
.theme-teasers .slick-next {
  right: 0.9375rem;
}
.theme-teasers .slick-prev {
  left: 0.9375rem;
}
.theme-teasers .image-slider-mobile:hover .slick-next,
.theme-teasers .image-slider-mobile:hover .slick-prev {
  opacity: 1;
}

.is-edit-mode .thonplus-header__content .white-link-wrapper {
  background: #000;
  color: #fff;
}

.thonplus-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 43.0625em) {
  .thonplus-header {
    margin-bottom: 0.75rem;
  }
}
.thonplus-header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.thonplus-header__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.thonplus-header__ingress {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 43.0625em) {
  .thonplus-header__ingress {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.thonplus-header__content {
  padding: 3rem 1.5rem 1.5rem;
  color: var(--color-white);
  width: 100%;
  max-width: 30em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 43.0625em) {
  .thonplus-header__content {
    margin: 3rem;
    padding: 1.5rem;
    width: auto;
    min-width: 30em;
  }
}
.thonplus-header__content .heading-level-1 {
  color: var(--color-white);
  margin: 0 auto 0.75rem;
  max-width: 600px;
}
.thonplus-header__content .link {
  color: var(--color-white);
}
.thonplus-header__content .is-edit-mode {
  background: #fff;
}
.thonplus-header__content--search {
  width: 100%;
  background: none;
  max-width: 800px;
  margin: 3rem auto 1.5rem;
}
.thonplus-header__content .u-text-right {
  text-align: center;
}
.thonplus-header__content p {
  line-height: 1.5;
}
.thonplus-header__nav {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 43.0625em) {
  .thonplus-header__nav {
    background-color: transparent;
  }
}
.thonplus-header__nav-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.thonplus-header__nav-item {
  margin: 0 1px;
  display: flex;
}
.thonplus-header__nav-item a {
  padding: 0.75rem;
  background-color: var(--color-action);
  color: var(--color-white);
  display: block;
  font-family: "LatoBold", arial, helvetica, sans serif;
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 43.0625em) {
  .thonplus-header__nav-item a {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
.thonplus-header__nav-item a:hover, .thonplus-header__nav-item a:focus {
  text-decoration: none;
  background-color: var(--color-action);
}
.thonplus-header__nav-item a:focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}
.thonplus-header__nav-item.is-active a {
  background-color: var(--color-white);
  color: var(--color-neutral-900);
}
.thonplus-header .search-section {
  background-color: transparent;
  padding: 1.5rem 0 0;
  color: var(--color-text);
}
.thonplus-header .search-section .content-tag {
  background-color: var(--color-action);
  color: var(--color-white);
}
.thonplus-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 43.0625em) {
  .thonplus-bullets {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem -0.1875rem 1.5rem;
  }
}
.thonplus-bullets__item {
  background-color: var(--color-neutral-900);
  color: var(--color-white);
  padding: 1.5rem;
  margin-bottom: 1px;
  line-height: 1.5;
  text-align: center;
}
.thonplus-bullets__item a {
  color: var(--color-white);
}
.thonplus-bullets__item > * {
  max-width: 100%;
}
.thonplus-bullets__item p {
  line-height: 1.5;
}
@media screen and (min-width: 43.0625em) {
  .thonplus-bullets__item {
    margin-right: 1px;
    width: calc(33.33% - 0.375rem);
    margin-right: 0.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .thonplus-bullets__item--one {
    width: calc(100% - 0.375rem);
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
  }
  .thonplus-bullets__item--two {
    width: calc(50% - 0.375rem);
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
  }
  .thonplus-bullets__item--three {
    width: calc(33.33% - 0.375rem);
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
  }
}
@media screen and (min-width: 112.0625em) {
  .thonplus-bullets__item {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
.thonplus-bullets__item--black {
  color: var(--color-white);
  background-color: #333;
}
.thonplus-bullets__item--red {
  color: var(--color-white);
  background-color: #9A202F;
}
.thonplus-bullets__item--gold {
  color: #5C4D2C;
  background-color: #EFE2C5;
}
.thonplus-bullets__item--gold a {
  color: #5C4D2C;
}
.thonplus-bullets__item--platinum {
  color: #584F4F;
  background-color: #E3E3E3;
}
.thonplus-bullets__item--platinum a {
  color: #584F4F;
}
.thonplus__section {
  display: none;
  border-bottom: 1px solid var(--color-line-medium);
}
@media screen and (max-width: 43em) {
  .thonplus__section.is-expanded {
    display: block;
  }
}
@media screen and (min-width: 43.0625em) {
  .thonplus__section {
    border-bottom: none;
    display: none;
  }
  .thonplus__section.is-active {
    display: block;
  }
}
.thonplus__section-trigger {
  background-color: var(--color-white);
  border: none;
  border-bottom: 1px solid var(--color-line-medium);
  display: block;
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  text-align: left;
  font-size: 1.125rem;
  position: relative;
}
@media screen and (min-width: 43.0625em) {
  .thonplus__section-trigger {
    display: none;
  }
}
.thonplus__section-trigger .icon {
  fill: var(--color-action);
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -1rem;
  transition: transform 0.2s ease-in-out;
}
.thonplus__section-trigger.is-expanded .icon {
  transform: rotate(90deg);
}

.tools-menu {
  font-size: 0.875rem;
  line-height: 60px;
  height: 60px;
}
@media screen and (max-width: 62em) {
  .tools-menu {
    display: none;
  }
}
@media screen and (min-width: 62.0625em) {
  .tools-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    background-color: var(--color-primary-100);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    line-height: 7rem;
    height: 7rem;
  }
  .is-mega--navigation .tools-menu {
    position: absolute;
  }
  .is-mega--navigation.sticky .tools-menu {
    position: fixed;
  }
  .tools-menu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.875rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0) 90%);
  }
}
@media screen and (min-width: 112.0625em) {
  .tools-menu {
    width: calc(100% - 78rem - 7rem);
  }
}
.tools-menu__items {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 62.0625em) {
  .tools-menu__items {
    justify-content: flex-end;
    align-items: center;
  }
}
.no-menus .tools-menu__items {
  display: none;
}
.tools-menu__item {
  width: 49%;
}
.tools-menu__item.is-hidden {
  display: none;
}
@media screen and (min-width: 62.0625em) {
  .tools-menu__item {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 62em) {
  .tools-menu__item {
    width: calc(50% - 0.375rem);
    margin-right: 0.375rem;
  }
  .tools-menu__item:last-child {
    display: none;
  }
}
.tools-menu__link {
  display: block;
  color: var(--color-primary-800);
  background-color: var(--color-neutral-200);
  text-transform: uppercase;
  text-align: center;
  font-family: "LatoBold", arial, helvetica, sans serif;
  border: none;
  cursor: pointer;
  height: 60px;
}
@media screen and (min-width: 62.0625em) {
  .tools-menu__link {
    background-color: var(--color-primary-100);
    color: var(--color-primary);
    display: inline-block;
    text-transform: none;
    padding: 0 0.75rem 0 0.75rem;
    height: 7rem;
  }
  .tools-menu__link:hover, .tools-menu__link:focus {
    background-color: var(--color-primary-200);
  }
}
.tools-menu__link.is-hidden {
  display: none;
}
.tools-menu__hamburger svg {
  vertical-align: middle;
  transform: translateY(-2px);
  display: none;
}
@media screen and (min-width: 62.0625em) {
  .tools-menu__hamburger svg {
    display: inline;
    fill: var(--color-action);
    background: white;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.4375rem;
  }
}

.wrapper-box {
  background-color: var(--color-white);
  padding: 0.75rem;
}