@font-face {
  font-family: "Volvo Novum";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url("../fonts/Volvo Novum-Light.woff2") format("woff2"); }

@font-face {
  font-family: "Volvo Novum";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Volvo Novum-SemiLight.woff2") format("woff2"); }

@font-face {
  font-family: "Volvo Novum";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/Volvo Novum-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Volvo Novum";
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/Volvo Novum-Medium.woff2") format("woff2"); }

:root {
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --section-padding: 60px;
  --section-margin: 60px;
  --padding-fix: 12px;
  --bs-body-font-weight: 300;
  --mobile-col-padding: 30px; }
  @media (min-width: 768px) {
    :root {
      --padding-fix: calc((100vw - 670px) / 2);
      --section-margin: 120px; } }
  @media (min-width: 992px) {
    :root {
      --padding-fix: calc((100vw - 910px) / 2);
      --section-padding: 120px;
      --section-margin: 150px; } }
  @media (min-width: 1200px) {
    :root {
      --padding-fix: calc((100vw - 1100px) / 2); } }
  @media (min-width: 1400px) {
    :root {
      --padding-fix: calc((100vw - 1145px) / 2); } }
  @media (min-width: 1920px) {
    :root {
      --padding-fix: 389px; } }

html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  color: #101423;
  font-size: 1em;
  line-height: 24px;
  font-family: "Volvo Novum", Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.1px; }
  body.popup-active {
    overflow: hidden; }

.section-subtitle {
  font-weight: 500;
  margin-bottom: 10px; }

.section-title {
  margin-top: 0;
  margin-bottom: 0; }

h2,
.h2 {
  font-size: 46px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 50px;
  margin-left: -5px;
  margin-right: -5px; }
  h2 span,
  .h2 span {
    color: #50a294; }
  @media (max-width: 1199px) {
    h2,
    .h2 {
      font-size: 36px;
      line-height: 40px;
      margin-left: -3px;
      margin-right: -3px; } }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 28px;
      line-height: 32px;
      margin-left: -1px;
      margin-right: -1px; } }

h4,
.h4 {
  font-weight: 500; }

.content-section {
  margin: var(--section-margin) 0; }
  .content-section.with-background {
    color: white; }

.body-bold,
b,
strong {
  font-weight: 500; }

.post,
.page {
  margin-bottom: 0; }

a {
  transition: all 300ms ease-in-out;
  color: inherit; }
  a:visited {
    color: inherit; }

.btn {
  text-decoration: none;
  padding: 10px 29px 12px;
  background-color: #101423;
  border: 1px solid #101423;
  color: white;
  font-weight: 100;
  display: inline-block;
  transition: all 300ms ease-in-out;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center; }
  .btn:visited, .btn:active, .btn:focus {
    color: white; }
  .btn:hover {
    color: #101423;
    background-color: transparent !important; }
  .btn.btn-fluid {
    display: block;
    text-align: center; }
  .btn.btn-white {
    color: #101423;
    background-color: white;
    border-color: white; }
    .btn.btn-white:hover {
      color: #50a294; }
  .btn.btn-green {
    color: white;
    background-color: #50a294;
    border-color: #50a294; }
    .btn.btn-green:hover {
      color: #50a294; }
  .btn.btn-link {
    color: #929292;
    text-decoration: underline;
    padding: 0;
    background-color: transparent;
    border: 0; }

ul.slide-list,
.section-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 28px; }
  ul.slide-list li,
  .section-text ul li {
    position: relative;
    padding-left: 15px; }
    @media (max-width: 767px) {
      ul.slide-list li,
      .section-text ul li {
        margin-bottom: 15px; } }
    ul.slide-list li::before,
    .section-text ul li::before {
      content: url("../images/icon-lightning-green.svg");
      left: 0;
      top: 0;
      position: absolute;
      width: 6px; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: none; }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1190px; } }

@media (min-width: 1400px) {
  .container-wide {
    max-width: 1366px; } }

.hero.container-wide {
  max-width: 100%;
  padding: 0; }

@media (min-width: 768px) {
  .wider-image .container {
    max-width: 100%;
    padding: 0; } }

@media (min-width: 1400px) {
  .wider-image .container,
  .hero.container-wide {
    max-width: 1920px;
    padding: 0; } }

.site-header {
  padding: 21px 0;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .site-header .navbar-brand {
      padding-left: var(--mobile-col-padding); } }
  .site-header .custom-logo {
    width: 100%;
    max-width: 145px; }
  .site-header .menu-col {
    text-align: right; }
  .site-header .wpml-ls {
    display: inline-block;
    width: auto;
    margin-right: 50px;
    text-align: left; }
    @media (max-width: 767px) {
      .site-header .wpml-ls {
        margin-right: 0; } }
    .site-header .wpml-ls .wpml-ls-sub-menu {
      border-top: 0; }
    .site-header .wpml-ls li:hover a {
      background-color: transparent; }
    .site-header .wpml-ls a {
      display: inline-block;
      border: 0;
      background: transparent;
      color: #101423;
      outline: none;
      transition: none; }
      .site-header .wpml-ls a:hover {
        color: #50a294; }
      .site-header .wpml-ls a.wpml-ls-item-toggle::after {
        content: url("../images/icon-caret-down.svg");
        border: 0;
        top: calc(50% - 9px); }
      .site-header .wpml-ls a.wpml-ls-item-toggle:hover::after {
        content: url("../images/icon-caret-down-green.svg"); }
    .site-header .wpml-ls.active a.wpml-ls-item-toggle::after {
      transform: rotate(180deg);
      top: calc(50% - 4px); }
    .site-header .wpml-ls .wpml-ls-sub-menu {
      background-color: white;
      padding: 0 10px 15px;
      margin-left: -10px; }

.legal-section {
  margin: 0; }
  .legal-section .section-inner {
    padding: 80px 0 70px; }
  .legal-section .legal-text {
    color: #929292;
    text-align: center; }
    .legal-section .legal-text a,
    .legal-section .legal-text a:visited {
      color: inherit; }
    .legal-section .legal-text p {
      margin-bottom: 20px; }
      .legal-section .legal-text p:first-child {
        margin-top: 0; }
      .legal-section .legal-text p:last-child {
        margin-bottom: 0; }
  @media (max-width: 575px) {
    .legal-section .legal-container {
      padding-left: var(--mobile-col-padding);
      padding-right: var(--mobile-col-padding); } }

.site-footer {
  padding: 60px 0;
  background-color: #f6f6f6; }
  .site-footer .footer-menu {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .site-footer .footer-menu {
        margin-bottom: 50px; } }
    .site-footer .footer-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      .site-footer .footer-menu ul li {
        display: inline-block; }
        @media (max-width: 767px) {
          .site-footer .footer-menu ul li {
            display: block; } }
    .site-footer .footer-menu a,
    .site-footer .footer-menu a:visited {
      color: inherit;
      text-decoration: none;
      padding: 5px 15px;
      display: block; }
      .site-footer .footer-menu a:hover,
      .site-footer .footer-menu a:visited:hover {
        color: #50a294; }
  .site-footer .footer-copyright {
    color: #929292;
    margin-bottom: 60px;
    text-align: center; }
  .site-footer .footer-logo {
    text-align: center; }

.jetzt-buchen-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .jetzt-buchen-popup .popup-wrapper {
    position: relative;
    z-index: 1000;
    height: 100vh;
    overflow: auto;
    text-align: center; }
  .jetzt-buchen-popup .popup-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .jetzt-buchen-popup .popup-close {
    width: 20px;
    height: 20px;
    background-image: url("../images/icon-plus.svg");
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(45deg);
    cursor: pointer; }
  .jetzt-buchen-popup .popup-dialog {
    background-color: white;
    max-width: 990px;
    padding: 30px;
    width: 100%;
    margin: 100px auto;
    position: relative; }
    @media (max-width: 767px) {
      .jetzt-buchen-popup .popup-dialog {
        margin-top: 0;
        padding: 30px 0; } }
    .jetzt-buchen-popup .popup-dialog .container {
      box-sizing: border-box; }
  .jetzt-buchen-popup.active {
    display: block; }
  .jetzt-buchen-popup .close-confirmation {
    display: none; }
