@font-face {
  font-family: "fortescue-regular";
  src: url("../fonts/fortescue-regular.eot");
  src: url("../fonts/fortescue-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fortescue-regular.woff") format("woff"),
    url("../fonts/fortescue-regular.woff2") format("woff2"),
    url("../fonts/fortescue-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "fortescue-bold";
  src: url("../fonts/fortescue-bold.eot");
  src: url("../fonts/fortescue-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fortescue-bold.woff") format("woff"),
    url("../fonts/fortescue-bold.woff2") format("woff2"),
    url("../fonts/fortescue-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "moderat-light";
  src: url("../fonts/Moderat-Light.eot");
  src: url("../fonts/Moderat-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Moderat-Light.woff") format("woff"),
    url("../fonts/Moderat-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "moderat-medium";
  src: url("../fonts/Moderat-Medium.eot");
  src: url("../fonts/Moderat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Moderat-Medium.woff") format("woff"),
    url("../fonts/Moderat-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 83em) {
  h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

h2 {
  font-family: "fortescue-bold";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 64em) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}

h4 {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 64em) {
  h4 {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}

p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
}
@media screen and (min-width: 64em) {
  p {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
  }
}
p strong {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
}
p a {
  color: #000;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
}

.wrapper {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 83em) {
  .wrapper {
    padding: 0;
  }
}

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

article {
  width: 100%;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #d0d0d0;
}

.js-hide {
  display: none;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.tns-slider > div,
.tns-slider > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > div,
.tns-horizontal.tns-subpixel > li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > div,
.tns-horizontal.tns-no-subpixel > li {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > div,
.tns-gallery > li {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  width: 500px;
}
.tns-t-subp2 .out {
  width: calc(100% * 700);
}
.tns-t-subp2 .in {
  width: calc(100% / 700);
  height: 100px;
}

.wrapper .back {
  padding: 0 0 32px 0;
}
@media screen and (min-width: 64em) {
  .wrapper .back {
    padding: 0 0 48px 60px;
    margin-left: 40px;
  }
}
.wrapper .back a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
  color: #000;
}

.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  color: #fff;
  padding: 30px 4px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  text-decoration: underline;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  height: 155px;
  background-color: #fff;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  margin: 0;
}
@media screen and (min-width: 83em) {
  header {
    height: 220px;
    -webkit-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
  }
}
header .wrapper {
  position: relative;
  height: 100%;
}
header a[rel="home"] {
  width: 156px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 11;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 83em) {
  header a[rel="home"] {
    position: relative;
    left: 0;
    top: 0;
    width: 220px;
  }
}
header a[rel="home"] img {
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (min-width: 83em) {
  header a[rel="home"] img {
    top: 40px;
  }
}
header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 83em) {
  header nav {
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: 30px;
    height: 100%;
  }
}
header nav label {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
  margin-right: 19px;
  z-index: 2;
}
@media screen and (min-width: 83em) {
  header nav label {
    display: none;
  }
}
header nav label span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header nav label span::before,
header nav label span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header nav label span::before {
  margin-top: -7px;
}
header nav label span::after {
  margin-top: 12px;
}
header nav ul {
  display: none;
}
@media screen and (min-width: 83em) {
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    padding-top: 60px;
    -webkit-transition: padding-top 0.25s ease-in-out;
    transition: padding-top 0.25s ease-in-out;
  }
}
header nav ul li {
  position: relative;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (min-width: 83em) {
  header nav ul li {
    border: none;
    height: 100%;
  }
}
@media screen and (min-width: 83em) {
  header nav ul li:hover ul {
    display: block;
  }
}
header nav ul a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: block;
  text-align: center;
  padding: 24px 0 28px;
}
@media screen and (min-width: 83em) {
  header nav ul a {
    font-size: 1rem;
    line-height: normal;
    padding: 0 20px;
    text-align: left;
  }
}
header nav ul a.is-active {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
}
header nav ul ul {
  display: block;
  margin-top: -20px;
  padding-bottom: 25px;
}
@media screen and (min-width: 83em) {
  header nav ul ul {
    position: absolute;
    margin-top: 8px;
    display: none;
    height: auto;
    padding-top: 0;
  }
}
header nav ul ul li {
  border-bottom: none;
}
@media screen and (min-width: 83em) {
  header nav ul ul li {
    height: auto;
  }
}
header nav ul ul a {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
}
@media screen and (min-width: 83em) {
  header nav ul ul a {
    padding: 0 20px;
    white-space: nowrap;
  }
}
header #block-dropdownlanguage {
  position: absolute;
  right: 2.5rem;
}
@media screen and (min-width: 83em) {
  header #block-dropdownlanguage {
    position: relative;
    margin-right: 80px;
    height: 100%;
    right: auto;
  }
}
header #block-dropdownlanguage fieldset {
  border: none;
}
@media screen and (min-width: 83em) {
  header #block-dropdownlanguage fieldset {
    padding-top: 60px;
  }
}
header #block-dropdownlanguage fieldset legend,
header #block-dropdownlanguage fieldset .dropbutton-toggle {
  display: none;
}

header
  #block-dropdownlanguage:hover
  fieldset
  .dropdown-language-item
  li.dropbutton-action {
  display: block;
}

header #block-dropdownlanguage fieldset .language-link {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  text-align: center;
  padding: 8px 0 5px 0;
  cursor: pointer;
}
@media screen and (min-width: 83em) {
  header #block-dropdownlanguage fieldset .language-link {
    font-size: 1rem;
    line-height: normal;
    padding: 0 20px;
    text-align: left;
  }
}
header .request {
  position: relative;
  left: 0;
  z-index: 11;
}
@media screen and (min-width: 83em) {
  header .request {
    position: absolute;
    right: 0;
    left: auto;
    top: 48px;
    -webkit-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
  }
}
header .request a {
  font-family: "fortescue-bold";
  font-weight: normal;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: normal;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
}
@media screen and (min-width: 83em) {
  header .request a {
    font-size: 1rem;
    line-height: 42px;
    height: 42px;
    border: 1px solid #000;
    padding: 0 15px;
  }
}
header .request iframe {
  height: 290px;
  position: fixed;
  left: 0;
  top: 64px;
  right: 0;
  width: 100%;
  z-index: 20;
  display: none;
}
@media screen and (min-width: 48em) {
  header .request iframe {
    height: 290px;
    margin-top: 10px;
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    width: 230px;
  }
}
@media screen and (min-width: 83em) {
  header .request iframe {
    height: 290px;
    margin-top: 10px;
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    width: 230px;
  }
}

#toggle-menu {
  display: none;
}
#toggle-menu:checked + main {
  display: none;
  z-index: 0;
}
#toggle-menu:checked + header nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 11;
}
@media screen and (min-width: 83em) {
  #toggle-menu:checked + header nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
  }
}
#toggle-menu:checked + header nav ul {
  display: block;
  height: calc(100vh - 110px);
  position: relative;
  top: 40px;
  overflow: scroll;
}
@media screen and (min-width: 83em) {
  #toggle-menu:checked + header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    top: auto;
    overflow: auto;
    position: static;
  }
}
#toggle-menu:checked + header nav ul ul {
  height: auto;
  top: 0;
}
@media screen and (min-width: 83em) {
  #toggle-menu:checked + header nav ul ul {
    position: absolute;
    display: none;
  }
}
@media screen and (min-width: 83em) {
  #toggle-menu:checked + header nav ul li:hover ul {
    display: block;
  }
}
#toggle-menu:checked + header label {
  position: absolute;
  top: 0;
  right: 0;
}
#toggle-menu:checked + header label span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 13px;
}
#toggle-menu:checked + header label span::before {
  opacity: 0;
}
#toggle-menu:checked + header label span::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 5px;
}

.spacer {
  height: 155px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media screen and (min-width: 83em) {
  .spacer {
    height: 220px;
  }
}

.headroom--not-top {
  height: 42px;
}
@media screen and (min-width: 83em) {
  .headroom--not-top {
    height: 80px;
  }
}
.headroom--not-top a[rel="home"] {
  opacity: 0;
  width: 0px;
}
@media screen and (min-width: 83em) {
  .headroom--not-top a[rel="home"] {
    opacity: 1;
    width: 120px;
    top: 0;
  }
}
.headroom--not-top a[rel="home"] img {
  position: relative;
}
@media screen and (min-width: 83em) {
  .headroom--not-top a[rel="home"] img {
    top: 14px;
  }
}
@media screen and (min-width: 83em) {
  .headroom--not-top nav ul {
    padding-top: 30px;
  }
}
@media screen and (min-width: 83em) {
  .headroom--not-top nav ul ul {
    padding: 0;
  }
}
@media screen and (min-width: 83em) {
  .headroom--not-top #block-dropdownlanguage fieldset {
    padding-top: 30px;
  }
}
@media screen and (min-width: 83em) {
  .headroom--not-top .request {
    top: 19px;
  }
}
@media screen and (min-width: 83em) {
  .headroom--not-top:hover {
    height: 180px;
    -webkit-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
  }
}
.headroom--not-top + .spacer {
  height: 42px;
}
@media screen and (min-width: 83em) {
  .headroom--not-top + .spacer {
    height: 80px;
  }
}

.adminimal-admin-toolbar header {
  top: 39px;
}

.toolbar-tray-open header {
  top: 79px;
}

footer {
  width: 100%;
  max-width: 90rem;
  margin: 32px auto 32px auto;
}
footer ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
  border-top: 1px solid #d0d0d0;
}
footer ul a {
  text-align: center;
  display: block;
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-decoration: none;
  padding: 16px 0;
}
@media screen and (min-width: 64em) {
  footer ul a {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
footer ul a span {
  background-image: url(../images/icon--arrow--right.svg);
  background-repeat: no-repeat;
  background-position: right 58%;
  background-size: 22px auto;
  padding-right: 30px;
}
footer ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #d0d0d0;
}
footer ul li:last-child {
  border-right: none;
}
footer ul li li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border-bottom: none;
}
footer .contact {
  border-top: none;
}
footer .contact li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: none;
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: normal;
  padding: 12px 0 12px 0;
  white-space: nowrap;
  text-align: center;
}
footer .contact li:last-child {
  padding: 12px 0 12px 0;
}
@media screen and (min-width: 48em) {
  footer .contact li:last-child {
    padding: 24px 24px 24px 0;
  }
}
@media screen and (min-width: 48em) {
  footer .contact li {
    padding: 24px 0 24px 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
  }
}
@media screen and (min-width: 91.25em) {
  footer .contact li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding: 20px 0 !important;
  }
}
footer .contact a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: normal;
  text-decoration: none;
  padding: 0;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  footer .contact a {
    text-align: right;
  }
}
footer .contact li:nth-child(2) {
  display: none;
}
@media screen and (min-width: 91.25em) {
  footer .contact li:nth-child(2) {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
footer .contact ul {
  border-top: none;
}
@media screen and (min-width: 91.25em) {
  footer .contact li li {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    max-width: none;
    width: auto !important;
    padding: 0 !important;
    text-align: center;
  }
}

.slider--text {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 90rem;
}
.slider--text .slider--wrapper--front {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .slider--text .slider--wrapper--front {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.31944%;
    flex: 0 0 61.31944%;
    max-width: 61.31944%;
  }
}
.slider--text .slider--wrapper--front .navigation {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.slider--text .slider--wrapper--front .navigation button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: normal;
  color: #fff;
  cursor: pointer;
}
.slider--text .slider--wrapper--front .navigation button.tns-nav-active {
  text-decoration: underline;
}
.slider--text .slider--wrapper--front .navigation button:focus {
  outline: none;
}
.slider--text .slider--wrapper--front img {
  display: block;
  width: 100%;
  height: auto;
}
.slider--text .slider--wrapper--text {
  width: 100%;
  max-width: 100%;
  padding: 52px 24px 180px 24px;
  background-image: url(../images/flower.png);
  background-repeat: no-repeat;
  background-size: 43px auto;
  background-position: center calc(100% - 50px);
}
@media screen and (min-width: 64em) {
  .slider--text .slider--wrapper--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.68056%;
    flex: 0 0 38.68056%;
    max-width: 38.68056%;
    background-size: 74px auto;
    background-position: calc(100% - 50px) calc(100% - 26px);
  }
}
@media screen and (min-width: 83em) {
  .slider--text .slider--wrapper--text {
    padding-left: 66px;
    padding-right: 156px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.slider--text .slider--wrapper--text h2 {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .slider--text .slider--wrapper--text h2 {
    font-size: 2rem;
    line-height: 2.375rem;
    text-align: left;
  }
}
@media screen and (min-width: 83em) {
  .slider--text .slider--wrapper--text h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    text-align: left;
  }
}
.slider--text .slider--wrapper--text a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-decoration: underline;
  color: #000;
  display: block;
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 64em) {
  .slider--text .slider--wrapper--text a {
    text-align: left;
  }
}
@media screen and (min-width: 83em) {
  .slider--text .slider--wrapper--text a {
    padding-top: 71px;
  }
}

.social--front {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  border-top: 1px solid #d0d0d0;
  margin-top: 18px;
  padding-top: 18px;
}
.social--front ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social--front ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .social--front ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.social--front ul li a {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/lechtalweg.jpg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center;
  height: 104px;
  padding: 32px 0;
}
@media screen and (min-width: 64em) {
  .social--front ul li a {
    background-size: 52px auto;
    height: 172px;
    padding: 60px 0;
  }
}
.social--front ul li:nth-child(1) a {
  background-size: 110px auto;
}
@media screen and (min-width: 64em) {
  .social--front ul li:nth-child(1) a {
    background-size: 150px auto;
  }
}
.social--front ul li:nth-child(2) a {
  background-image: url(../images/icon--facebook--filled.svg);
}

.social--front ul li a.instagram {
  background-image: url(../images/instagram.png);
}
.social--front ul li:nth-child(4) a {
  background-image: url(../images/a-list-logo.png);
}
.social--front ul #ca-widget-container {
  height: 100px;
}
@media screen and (min-width: 64em) {
  .social--front ul #ca-widget-container {
    height: auto;
  }
}
.social--front ul #ca-widget-container iframe:first-child {
  left: 50%;
  right: auto !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 64em) {
  .social--front ul #ca-widget-container iframe:first-child {
    top: 50%;
    left: 0;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.views-row {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 51px 0 50px 0;
  position: relative;
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 64em) {
  .views-row {
    padding: 40px 0 44px 0;
  }
}
.views-row article {
  position: relative;
}
.views-row .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .views-row .flex {
    width: 83.33333%;
    margin: 0 auto;
  }
}
.views-row .meta--image,
.views-row .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.views-row .meta--image {
  margin-bottom: 25px;
}
@media screen and (min-width: 64em) {
  .views-row .meta--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.views-row .meta--image img {
  display: block;
  width: 100%;
}
.views-row .meta {
  width: 100%;
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
  margin-bottom: 18px;
}
.views-row .text h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .views-row .text h2 {
    text-align: left;
    margin-bottom: 0;
  }
}
.views-row .text h2 a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 64em) {
  .views-row .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-top: 42px;
    margin-bottom: 16px;
  }
}
.views-row .text .text--link {
  margin-top: auto;
}
.views-row .text p {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .views-row .text p {
    text-align: left;
  }
}
.views-row .text p a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
}
.views-row .text p + p {
  margin-top: 20px;
}
.views-row + nav {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
}
@media screen and (min-width: 83em) {
  .views-row + nav {
    padding: 32px 0 20px 0;
  }
}
.views-row + nav ul {
  margin: 0 auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .views-row + nav ul {
    width: 83.33333%;
  }
}
.views-row + nav ul li,
.views-row + nav ul li a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
  color: #000;
}
.views-row + nav ul li a {
  display: block;
  padding: 0 12px;
}

.bef-exposed-form {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bef-exposed-form .form-item-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1.5rem;
}
@media screen and (min-width: 48em) {
  .bef-exposed-form .form-item-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 64em) {
  .bef-exposed-form .form-item-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
  }
}
.bef-exposed-form label {
  display: none;
}
.bef-exposed-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  background-color: #fff;
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #000;
  margin: 0;
  width: 100%;
  padding: 0.25rem;
  background-image: url(../images/icon--arrow--down.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (min-width: 64em) {
  .bef-exposed-form select {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.bef-exposed-form select:focus {
  outline: none;
}
.bef-exposed-form select option {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .bef-exposed-form select option {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}

.blog-entry .back {
  padding-top: 3rem;
}
@media screen and (min-width: 64em) {
  .blog-entry .back {
    padding-top: 4rem;
  }
}

article.webform {
  width: 100%;
  margin: 0 auto;
}
article.webform .inner {
  display: block;
}
@media screen and (min-width: 48em) {
  article.webform .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 64em) {
  article.webform .inner {
    width: 83.33333%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 48em) {
  article.webform .inner > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
article.webform .inner > div:first-child h2 + p {
  margin-top: 24px;
}
article.webform .inner > div:first-child p + p {
  margin-top: 20px;
}
@media screen and (min-width: 48em) {
  article.webform .inner > div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
article.webform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 48em) {
  article.webform form {
    margin-top: 0;
  }
}
article.webform form label {
  display: block;
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
}
article.webform form input,
article.webform form select,
article.webform form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #000;
  margin: 0;
  padding: 4px 0;
  background-color: #fff;
  border-radius: 0;
}
@media screen and (min-width: 64em) {
  article.webform form input,
  article.webform form select,
  article.webform form textarea {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
article.webform form input:focus,
article.webform form select:focus,
article.webform form textarea:focus {
  outline: none;
}
article.webform form textarea {
  border: 1px solid #000;
  padding: 4px;
}
article.webform form .js-form-type-textfield,
article.webform form .js-form-type-email,
article.webform form .js-form-type-select,
article.webform form .js-form-type-number,
article.webform form .js-form-type-date,
article.webform form .js-form-type-textarea {
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  article.webform form .js-form-type-textfield,
  article.webform form .js-form-type-email,
  article.webform form .js-form-type-select,
  article.webform form .js-form-type-number,
  article.webform form .js-form-type-date,
  article.webform form .js-form-type-textarea {
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
article.webform form .js-form-type-email,
article.webform form .js-form-type-textarea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
article.webform form .js-form-type-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333% - 12px);
  flex: 0 0 calc(33.3333% - 12px);
  max-width: calc(33.3333% - 12px);
}
article.webform form .js-form-type-select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(66.6666% - 12px);
  flex: 0 0 calc(66.6666% - 12px);
  max-width: calc(66.6666% - 12px);
}
article.webform form .form-actions {
  margin-top: 1rem;
}
article.webform form .webform-button--submit {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
}

#map {
  width: 100%;
  height: 320px;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 48em) {
  #map {
    height: 400px;
  }
}
@media screen and (min-width: 64em) {
  #map {
    height: 630px;
    margin-bottom: 5rem;
  }
}
#map .marker {
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 48px;
}

#map .markerHotel {
  cursor: pointer;
  background-image: url(../images/flower.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 48px;
}

#map .markerLuggage {
  background-image: url(../images/luggage.png);
  width: 22px;
  height: 48px;
}

#map .markerParking {
  background-image: url(../images/parking.png);
  width: 32px;
  height: 32px;
}

.webform-confirmation {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}

.wrapper iframe {
  width: 100%;
  height: 140vh;
  border: none;
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .wrapper iframe {
    height: 80vh;
    margin-top: 2rem;
  }
}

.paragraph--type--breaker {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (min-width: 64em) {
  .paragraph--type--breaker {
    padding: 50px 0 54px 0;
  }
}
.paragraph--type--breaker h3 {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #000;
  margin: 0;
  text-align: center;
  color: #b5c6d4;
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--breaker h3 {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--breaker h3 {
    margin-top: 36px;
  }
}
.paragraph--type--breaker p {
  font-family: "fortescue-bold";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #b5c6d4;
  text-align: center;
  width: 100%;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--breaker p {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--breaker p {
    max-width: 83.125%;
  }
}
.paragraph--type--breaker.backgroundcolor--green {
  background-color: #435837;
}
.paragraph--type--breaker.backgroundcolor--blue-lightest {
  background-color: #dde5eb;
}
.paragraph--type--breaker.backgroundcolor--blue-lightest h3,
.paragraph--type--breaker.backgroundcolor--blue-lightest p {
  color: #435837;
}
.paragraph--type--breaker.backgroundcolor--white {
  background-color: #fff;
}
.paragraph--type--breaker.backgroundcolor--white h3,
.paragraph--type--breaker.backgroundcolor--white p {
  color: #2f508c;
}
.paragraph--type--breaker + .paragraph--type--slider {
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--breaker + .paragraph--type--slider {
    margin-top: 40px;
  }
}

.paragraph--type--image-text-front {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.paragraph--type--image-text-front .text,
.paragraph--type--image-text-front .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .paragraph--type--image-text-front .text,
  .paragraph--type--image-text-front .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.paragraph--type--image-text-front .image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--type--image-text-front .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 56px 24px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--image-text-front .text {
    padding: 32px 80px 32px 100px;
  }
}
@media screen and (min-width: 83em) {
  .paragraph--type--image-text-front .text {
    padding: 32px 140px 32px 188px;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--image-text-front .text:last-child {
    padding: 32px 100px 32px 80px;
  }
}
@media screen and (min-width: 83em) {
  .paragraph--type--image-text-front .text:last-child {
    padding: 32px 188px 32px 140px;
  }
}
.paragraph--type--image-text-front .text .inner {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--image-text-front .text .inner {
    text-align: left;
  }
}
.paragraph--type--image-text-front .text img {
  width: 75px;
  height: auto;
  margin: 0 auto 1.5rem auto;
}
@media screen and (min-width: 83em) {
  .paragraph--type--image-text-front .text img {
    width: 108px;
    margin-bottom: 2rem;
  }
}
.paragraph--type--image-text-front h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--image-text-front h2 {
    text-align: left;
  }
}
.paragraph--type--image-text-front p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--image-text-front p {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
  }
}
.paragraph--type--image-text-front p strong {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
}
.paragraph--type--image-text-front p a {
  color: #000;
}
@media screen and (min-width: 64em) {
  .paragraph--type--image-text-front p {
    text-align: left;
  }
}
.paragraph--type--image-text-front p + p {
  margin-top: 20px;
}
.paragraph--type--image-text-front a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
}

.paragraph--type--two-images-front {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.paragraph--type--two-images-front .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .paragraph--type--two-images-front .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.paragraph--type--two-images-front .image img {
  display: block;
  width: 100%;
  height: auto;
}

.paragraph--type--header,
.paragraph--type--header-blog,
.header--package {
  margin-bottom: 50px;
  padding: 0;
  position: relative;
}
.paragraph--type--header img,
.paragraph--type--header-blog img,
.header--package img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 64em) {
  .paragraph--type--header .text--wrapper,
  .paragraph--type--header-blog .text--wrapper,
  .header--package .text--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.paragraph--type--header h1,
.paragraph--type--header-blog h1,
.header--package h1 {
  text-align: center;
  padding: 35px 24px 30px 24px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--header h1,
  .paragraph--type--header-blog h1,
  .header--package h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    max-width: 540px;
    text-align: left;
    background-color: #fff;
    padding: 60px 80px 40px 60px;
    margin-top: -110px;
    margin-left: 40px;
  }
}
.paragraph--type--header .text,
.paragraph--type--header-blog .text,
.header--package .text {
  padding: 0 24px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--header .text,
  .paragraph--type--header-blog .text,
  .header--package .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
    padding: 0;
    margin-top: 85px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 83em) {
  .paragraph--type--header .text,
  .paragraph--type--header-blog .text,
  .header--package .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
    margin-top: 85px;
    margin-right: 105px;
  }
}
.paragraph--type--header p,
.paragraph--type--header-blog p,
.header--package p {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--header p,
  .paragraph--type--header-blog p,
  .header--package p {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
.paragraph--type--header + .paragraph--type--intro-text,
.paragraph--type--header-blog + .paragraph--type--intro-text,
.header--package + .paragraph--type--intro-text {
  margin-top: 0;
}

.paragraph--type--intro-text {
  margin-bottom: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-text {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.paragraph--type--intro-text .inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-text .inner {
    width: 66.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.paragraph--type--intro-text .inner .date {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
  margin-bottom: 8px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-text .inner .date {
    margin-bottom: 8px;
  }
}
.paragraph--type--intro-text .inner .intro {
  margin-bottom: 32px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-text .inner .intro {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.73964%;
    flex: 0 0 35.73964%;
    max-width: 35.73964%;
  }
}
.paragraph--type--intro-text .inner .intro p {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-text .inner .intro p {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-text .inner .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.42012%;
    flex: 0 0 61.42012%;
    max-width: 61.42012%;
  }
}
.paragraph--type--intro-text .inner .text p + p {
  margin-top: 20px;
}
.paragraph--type--intro-text .inner .text a {
  color: #000;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-text.date-category--display .text {
    margin-top: 33px;
  }
}

.paragraph--type--slider {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.paragraph--type--slider picture {
  display: block;
  width: 100%;
  height: 100%;
}
.paragraph--type--slider img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 64em) {
  .paragraph--type--slider .swiper-container {
    height: 380px;
  }
}
@media screen and (min-width: 83em) {
  .paragraph--type--slider .swiper-container {
    height: 550px;
  }
}
.paragraph--type--slider .swiper-slide.portrait img {
  height: 100%;
  width: auto;
}
.paragraph--type--slider .swiper-slide.portrait.swiper-slide-active img {
  margin: 0 auto;
}
.paragraph--type--slider .swiper-slide.portrait.swiper-slide-prev img {
  margin: 0 0 0 auto;
}
.paragraph--type--slider + .paragraph--type--breaker {
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--slider + .paragraph--type--breaker {
    margin-top: 40px;
  }
}

.paragraph--type--title-image-text {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0 50px 0;
  position: relative;
}
@media screen and (min-width: 64em) {
  .paragraph--type--title-image-text {
    padding: 0 0 20px 0;
  }
}
.paragraph--type--title-image-text .paragraph--label {
  position: absolute;
}
.paragraph--type--title-image-text .paragraph--label span {
  white-space: nowrap;
}
.paragraph--type--title-image-text hr {
  margin-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--title-image-text hr {
    margin-bottom: 40px;
  }
}
.paragraph--type--title-image-text .wrapper {
  position: relative;
}
.paragraph--type--title-image-text .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .paragraph--type--title-image-text .flex {
    width: 83.33333%;
    margin: 0 auto;
  }
}
.paragraph--type--title-image-text h2 {
  font-family: "fortescue-bold";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #b5c6d4;
  color: #2f508c;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--title-image-text h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.paragraph--type--title-image-text .headline--image,
.paragraph--type--title-image-text .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.paragraph--type--title-image-text .headline--image {
  margin-bottom: 25px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--title-image-text .headline--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.paragraph--type--title-image-text .headline--image img {
  margin-left: -24px;
  width: calc(100% + 48px);
}
@media screen and (min-width: 64em) {
  .paragraph--type--title-image-text .headline--image img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--title-image-text .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.2%;
    flex: 0 0 38.2%;
    max-width: 38.2%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.paragraph--type--title-image-text .text p {
  text-align: center;
  color: #2f508c;
}
@media screen and (min-width: 64em) {
  .paragraph--type--title-image-text .text p {
    text-align: left;
  }
}
.paragraph--type--title-image-text .text p a {
  color: #2f508c;
}
.paragraph--type--title-image-text .text p + p {
  margin-top: 20px;
}

.paragraph--type--saison-rates-availability {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 32px;
}
.paragraph--type--saison-rates-availability .inner {
  display: block;
}
@media screen and (min-width: 48em) {
  .paragraph--type--saison-rates-availability .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--saison-rates-availability .inner {
    width: 91.66667%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--saison-rates-availability .inner.flex div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.45455%;
    flex: 0 0 45.45455%;
    max-width: 45.45455%;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--saison-rates-availability .inner.flex .smallprint,
  .paragraph--type--saison-rates-availability .inner.flex .rate {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.18182%;
    flex: 0 0 18.18182%;
    max-width: 18.18182%;
    padding: 0 8px;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--saison-rates-availability .inner.flex .smallprint {
    padding: 0;
  }
}
.paragraph--type--saison-rates-availability h4.season {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0 0 8px 0;
}
@media screen and (min-width: 64em) {
  .paragraph--type--saison-rates-availability h4.season {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--saison-rates-availability h4.season {
    text-align: left;
    padding: 20px 0 25px 0;
  }
}
.paragraph--type--saison-rates-availability h4 {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #000;
  margin: 0;
  text-align: center;
  padding: 8px 0;
}
@media screen and (min-width: 64em) {
  .paragraph--type--saison-rates-availability h4 {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--saison-rates-availability h4 {
    text-align: left;
    padding: 33px 0 18px 0;
  }
}
.paragraph--type--saison-rates-availability h4 + p {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0;
  text-align: center;
  padding-bottom: 12px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--saison-rates-availability h4 + p {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--saison-rates-availability h4 + p {
    text-align: left;
    padding-bottom: 44px;
  }
}
.paragraph--type--saison-rates-availability .smallprint {
  margin-right: auto;
}
.paragraph--type--saison-rates-availability .smallprint p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
  line-height: 1.25rem;
  text-align: center;
  padding-bottom: 8px;
}
@media screen and (min-width: 48em) {
  .paragraph--type--saison-rates-availability .smallprint p {
    text-align: left;
    padding-top: 50px;
  }
}
.paragraph--type--saison-rates-availability .rate h4,
.paragraph--type--saison-rates-availability .rate p {
  text-align: center;
}

.paragraph--type--link-list {
  width: 100%;
  max-width: 90rem;
  margin: 25px auto 0 auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--link-list {
    margin: 50px auto 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--link-list .inner {
    width: 410px;
    margin-right: 105px;
    margin-left: auto;
  }
}
.paragraph--type--link-list h4 {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--link-list h4 {
    text-align: left;
  }
}
.paragraph--type--link-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.paragraph--type--link-list ul li {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--link-list ul li {
    text-align: left;
  }
}
.paragraph--type--link-list ul a {
  display: inline;
  color: #000;
  text-decoration: none;
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.125rem;
  text-align: center;
  background-image: url(../images/icon--arrow--right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  padding-right: 28px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--link-list ul a {
    font-size: 1.875rem;
    line-height: 2.625rem;
    text-align: left;
  }
}
.paragraph--type--link-list hr {
  display: none;
}
.paragraph--type--link-list + .paragraph--type--link-list {
  margin-top: 1rem !important;
}
@media screen and (min-width: 64em) {
  .paragraph--type--link-list + .paragraph--type--link-list {
    margin-top: 2rem !important;
  }
}

.paragraph--type--title-image-text + .paragraph--type--link-list {
  margin-top: 0;
}
.paragraph--type--title-image-text + .paragraph--type--link-list hr {
  display: block;
  max-width: 90rem;
  margin: 0 auto 32px 0;
}

.paragraph--type--links-description {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--links-description {
    margin-bottom: 80px;
  }
}
.paragraph--type--links-description .paragraph--label {
  position: absolute;
  top: -24px;
  left: 0;
  white-space: nowrap;
}
.paragraph--type--links-description h2 {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--links-description h2 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--links-description h2 {
    margin-bottom: 20px;
  }
}
.paragraph--type--links-description .wrapper.flex {
  margin-top: 13px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--links-description .wrapper.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
  }
}
.paragraph--type--links-description .wrapper.flex .text {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--links-description .wrapper.flex .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
  }
}
.paragraph--type--links-description .wrapper.flex .text p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .paragraph--type--links-description .wrapper.flex .text p {
    font-size: 1.6875rem;
    line-height: 2.375rem;
  }
}
.paragraph--type--links-description .wrapper.flex .text img {
  width: 75px;
  height: auto;
  margin: 1.5rem auto 1.5rem auto;
}
@media screen and (min-width: 83em) {
  .paragraph--type--links-description .wrapper.flex .text img {
    width: 108px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.paragraph--type--links-description .wrapper.flex .links {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .paragraph--type--links-description .wrapper.flex .links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.paragraph--type--links-description .paragraph--type--link-list {
  margin-top: 2px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--links-description .paragraph--type--link-list {
    margin-top: 4px;
  }
}

.paragraph--type--big-image {
  width: 100%;
  max-width: 90rem;
  margin: 32px auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--big-image {
    margin: 70px auto;
  }
}
.paragraph--type--big-image img {
  width: 100%;
  height: auto;
  display: block;
}

.paragraph--type--additional-informations {
  width: 100%;
  max-width: 90rem;
  margin: 32px auto;
  background-color: #dde5eb;
  color: #2f508c;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations {
    margin: 70px auto;
  }
}
.paragraph--type--additional-informations .paragraph--label span {
  color: #fff;
}
.paragraph--type--additional-informations .content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .content {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
.paragraph--type--additional-informations .content h2 {
  color: #2f508c;
}
.paragraph--type--additional-informations .content h3,
.paragraph--type--additional-informations .content p,
.paragraph--type--additional-informations .content a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  color: #2f508c !important;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .content h3,
  .paragraph--type--additional-informations .content p,
  .paragraph--type--additional-informations .content a {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
  }
}
.paragraph--type--additional-informations .content h3 strong,
.paragraph--type--additional-informations .content p strong,
.paragraph--type--additional-informations .content a strong {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
}
.paragraph--type--additional-informations .content h3 a,
.paragraph--type--additional-informations .content p a,
.paragraph--type--additional-informations .content a a {
  color: #000;
}
.paragraph--type--additional-informations .content h3 {
  padding-top: 1.875rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .content h3 {
    padding-top: 2.625rem;
    margin-bottom: 1.25rem;
  }
}
.paragraph--type--additional-informations .content ul {
  list-style-type: none;
}
.paragraph--type--additional-informations .content ul li {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .content ul li {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
  }
}
.paragraph--type--additional-informations .content ul li strong {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
}
.paragraph--type--additional-informations .content ul li a {
  color: #000;
}
.paragraph--type--additional-informations .content ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.paragraph--type--additional-informations .logo,
.paragraph--type--additional-informations .left,
.paragraph--type--additional-informations .right {
  border-bottom: 2px solid #fff;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .logo,
  .paragraph--type--additional-informations .left,
  .paragraph--type--additional-informations .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    border-bottom: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.paragraph--type--additional-informations .logo {
  background-image: url(../images/icon--enzian.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center calc(100% - 40px);
  padding: 2.5rem 0 6.25rem 0;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .logo {
    padding: 3.3125rem 0 6.25rem 0;
    background-position: center 200px;
  }
}
.paragraph--type--additional-informations .logo h2 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .left {
    border-right: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.paragraph--type--additional-informations .left .inner {
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .left .inner {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
    width: 100%;
  }
}
.paragraph--type--additional-informations .left .additional {
  border-top: 1px solid #fff;
  padding: 2rem 1rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .left .additional {
    padding: 1.75rem 0 1.875rem 16.66667%;
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.paragraph--type--additional-informations .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .right {
    display: block;
    padding-bottom: 2.8125rem;
  }
}
.paragraph--type--additional-informations .right .inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations .right .inner {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }
}
.paragraph--type--additional-informations.logo-type--schneestern .logo {
  background-image: url(../images/icon--snowflake.svg);
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations.logo-type--schneestern .logo,
  .paragraph--type--additional-informations.logo-type--enzian .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations.logo-type--schneestern .left,
  .paragraph--type--additional-informations.logo-type--enzian .left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 41.66667%;
    flex: 1 1 41.66667%;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations.logo-type--schneestern .left .inner,
  .paragraph--type--additional-informations.logo-type--enzian .left .inner {
    padding-left: 20%;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations.logo-type--schneestern
    .left
    .additional,
  .paragraph--type--additional-informations.logo-type--enzian
    .left
    .additional {
    padding-left: 20%;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations.logo-type--schneestern .right,
  .paragraph--type--additional-informations.logo-type--enzian .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--additional-informations.logo-type--schneestern
    .right
    .inner,
  .paragraph--type--additional-informations.logo-type--enzian .right .inner {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.paragraph--type--node-references {
  width: 100%;
  max-width: 90rem;
  margin: 32px auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--node-references {
    margin: 70px auto;
  }
}
.paragraph--type--node-references .paragraph--label {
  position: absolute;
  top: -24px;
  left: 0;
  white-space: nowrap;
}
.paragraph--type--node-references h2 {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--node-references h2 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--node-references h2 {
    margin-bottom: 20px;
  }
}
.paragraph--type--node-references ul {
  list-style-type: none;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--node-references ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.6875rem;
  }
}
.paragraph--type--node-references ul li {
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--node-references ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 16px);
    flex: 0 0 calc(33.3333% - 16px);
    max-width: calc(33.3333% - 16px);
  }
}
.paragraph--type--node-references ul img {
  width: 100%;
  height: auto;
  display: block;
}
.paragraph--type--node-references ul .category a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
  color: #000;
  text-decoration: none;
  display: block;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--node-references ul .category a {
    padding-bottom: 1.5rem;
  }
}
.paragraph--type--node-references ul h2 {
  font-family: "fortescue-bold";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--node-references ul h2 {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}
.paragraph--type--node-references ul h2 a {
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 26px 1rem 0 1rem;
  padding-top: 26px;
  display: block;
}
@media screen and (min-width: 64em) {
  .paragraph--type--node-references ul h2 a {
    padding-top: 36px;
  }
}
.paragraph--type--node-references ul h2 a span {
  background-image: url(../images/icon--arrow--right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  padding-right: 28px;
}

.paragraph--type--rates {
  width: 100%;
  max-width: 90rem;
  margin: 32px auto 64px auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--rates {
    margin: 70px auto 55px auto;
  }
}
.paragraph--type--rates .paragraph--label {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
@media screen and (min-width: 64em) {
  .paragraph--type--rates .wrapper {
    max-width: 83.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--rates .description,
  .paragraph--type--rates .rates {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
  }
}
.paragraph--type--rates .description h4,
.paragraph--type--rates .description p,
.paragraph--type--rates .rates h4,
.paragraph--type--rates .rates p {
  color: #2f508c;
}
.paragraph--type--rates .description {
  padding: 1.875rem 0;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--rates .description {
    text-align: left;
  }
}
.paragraph--type--rates .description h4 {
  padding-bottom: 0.9375rem;
}
.paragraph--type--rates .description p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
  color: #2f508c;
}
.paragraph--type--rates .rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 1.875rem 0;
}
@media screen and (min-width: 64em) {
  .paragraph--type--rates .rates {
    padding: 1.875rem 0;
  }
}
.paragraph--type--rates .rates .rate {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
  width: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.paragraph--type--rates .rates .rate h2,
.paragraph--type--rates .rates .rate h4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--rates .rates .rate h2,
  .paragraph--type--rates .rates .rate h4 {
    text-align: left;
  }
}
.paragraph--type--rates .rates h2 {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0;
  color: #2f508c;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media screen and (min-width: 64em) {
  .paragraph--type--rates .rates h2 {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}

.paragraph--type--text {
  width: 100%;
  max-width: 90rem;
  margin: 32px auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--text {
    margin: 70px auto;
  }
}
.paragraph--type--text .paragraph--label {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
@media screen and (min-width: 64em) {
  .paragraph--type--text .wrapper .inner {
    max-width: 83.33333%;
    margin: 0 auto;
  }
}
.paragraph--type--text .wrapper p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
}
.paragraph--type--text .wrapper .inner p + p {
  margin-bottom: 24px;
}
.paragraph--type--text .wrapper .inner ul {
  margin-left: 24px;
  margin-bottom: 24px;
}
.paragraph--type--text .wrapper .inner li {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
}

.paragraph--type--weather-webcam-opening {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  position: relative;
  background-color: #dde5eb;
}
.paragraph--type--weather-webcam-opening .flex {
  display: block;
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.paragraph--type--weather-webcam-opening .status {
  padding: 1.75rem 4.375rem;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    border-right: 1px solid #fff;
  }
}
.paragraph--type--weather-webcam-opening .dates {
  display: none;
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    width: 17%;
    border-right: 1px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.875rem;
  }
}
.paragraph--type--weather-webcam-opening .dates > div {
  width: 100%;
}
.paragraph--type--weather-webcam-opening .dates .date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0 30px;
  -ms-flex-item-align: center;
  align-self: center;
}
.paragraph--type--weather-webcam-opening .dates h5 {
  font-family: "fortescue-bold";
  font-weight: normal;
  font-style: normal;
  color: #435837;
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  text-align: center;
}
.paragraph--type--weather-webcam-opening .dates p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  color: #435837;
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  text-align: center;
}
.paragraph--type--weather-webcam-opening .dates p + p {
  margin-top: 1.3125rem;
}
.paragraph--type--weather-webcam-opening h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.paragraph--type--weather-webcam-opening h2 a {
  text-decoration: none;
  color: #435837;
}
.paragraph--type--weather-webcam-opening h2,
.paragraph--type--weather-webcam-opening p,
.paragraph--type--weather-webcam-opening .webcam {
  color: #435837;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .webcams {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    width: 23%;
  }
}
.paragraph--type--weather-webcam-opening .webcams .webcam {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .webcams .webcam:last-child {
    border-bottom: none;
  }
}
.paragraph--type--weather-webcam-opening .webcams a {
  display: block;
  font-family: "fortescue-bold";
  font-weight: normal;
  font-style: normal;
  color: #435837;
  font-size: 1.0625rem;
  line-height: 4.375rem;
  text-decoration: none;
  padding-left: 3.75rem;
  background-image: url(../images/icon--webcam.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: calc(50% - 80px) center;
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .webcams a {
    line-height: 5.625rem;
  }
}
.paragraph--type--weather-webcam-opening .forecast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .forecast {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    width: 21%;
    border-left: 1px solid #fff;
    border-bottom: none;
  }
}
.paragraph--type--weather-webcam-opening .forecast ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 48em) {
  .paragraph--type--weather-webcam-opening .forecast ul {
    width: 25rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .forecast ul {
    padding: 0;
    width: 80%;
  }
}
.paragraph--type--weather-webcam-opening .forecast ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.paragraph--type--weather-webcam-opening .forecast ul li .date,
.paragraph--type--weather-webcam-opening .forecast ul li .temperatures,
.paragraph--type--weather-webcam-opening .forecast ul li .icon {
  width: 100%;
}
.paragraph--type--weather-webcam-opening .forecast ul li .date,
.paragraph--type--weather-webcam-opening .forecast ul li .temperatures {
  font-family: "fortescue-bold";
  font-weight: normal;
  font-style: normal;
  color: #435837;
}
.paragraph--type--weather-webcam-opening .forecast ul li .date {
  font-size: 1.375rem;
}
.paragraph--type--weather-webcam-opening .forecast ul li .temperatures {
  font-size: 1.0625rem;
}
.paragraph--type--weather-webcam-opening .forecast ul li svg {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto;
}
.paragraph--type--weather-webcam-opening .weather-links {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .weather-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    width: 14%;
    border-left: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.paragraph--type--weather-webcam-opening .weather-links .link-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .paragraph--type--weather-webcam-opening .weather-links p {
    text-align: left;
    padding: 0 30px;
  }
}
.paragraph--type--weather-webcam-opening .weather-links a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
  color: #435837;
  display: block;
  padding: 0.5rem 0;
  text-align: center;
}

.paragraph--type--webcams-images {
  width: 100%;
  max-width: 90rem;
  margin: 32px auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--webcams-images {
    margin: 70px auto;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--webcams-images .inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.paragraph--type--webcams-images .paragraph--type--webcam {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--webcams-images .paragraph--type--webcam {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
}
.paragraph--type--webcams-images .paragraph--type--webcam img {
  width: 100%;
  height: auto;
  display: block;
}
.paragraph--type--webcams-images .paragraph--type--webcam a:last-child {
  display: block;
  text-align: center;
  font-family: "fortescue-bold";
  font-weight: normal;
  font-style: normal;
  color: #435837;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  text-decoration: none;
  padding-left: 3.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-image: url(../images/icon--webcam.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(50% - 90px) center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--webcams-images .paragraph--type--webcam a:last-child {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1.875rem;
  }
}
.paragraph--type--webcams-images h2 {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--webcams-images h2 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--webcams-images h2 {
    margin-bottom: 20px;
  }
}

.paragraph--type--intro-description {
  width: 100%;
  max-width: 90rem;
  margin: 32px auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-description {
    margin: 70px auto;
  }
}
.paragraph--type--intro-description h2 {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-description h2 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-description h2 {
    margin-bottom: 20px;
  }
}
.paragraph--type--intro-description .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.75rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-description .flex {
    padding-top: 1.625rem;
  }
}
.paragraph--type--intro-description .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-description .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.paragraph--type--intro-description .intro p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-description .intro p {
    font-size: 1.6875rem;
    line-height: 2.375rem;
  }
}
.paragraph--type--intro-description .intro div {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-description .intro div {
    text-align: left;
  }
}
.paragraph--type--intro-description .intro div img {
  max-width: 8rem;
  height: auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-description .intro div img {
    max-width: none;
  }
}
.paragraph--type--intro-description .directions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.75rem;
}
@media screen and (min-width: 64em) {
  .paragraph--type--intro-description .directions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 0.25rem;
  }
}
.paragraph--type--intro-description .directions h4 {
  margin-bottom: 1.5rem;
}
.paragraph--type--intro-description .directions p + h4 {
  margin-top: 2.625rem;
}
.paragraph--type--intro-description .directions hr {
  background-color: #435837;
  border: none;
  margin: 1.25rem 0;
}
.paragraph--type--intro-description .directions a {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  color: #435837;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  padding-right: 28px;
  background-image: url(../images/icon--arrow--right--green.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}

.paragraph--type--gallery {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .paragraph--type--gallery {
    margin-top: 5.25rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--gallery .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.paragraph--type--gallery .gallery figure {
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 48em) {
  .paragraph--type--gallery .gallery figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 10px);
    flex: 0 0 calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
  }
}
@media screen and (min-width: 83em) {
  .paragraph--type--gallery .gallery figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 16px);
    flex: 0 0 calc(33.3333% - 16px);
    max-width: calc(33.3333% - 16px);
    margin-bottom: 1.5625rem;
  }
}
.paragraph--type--gallery .gallery a,
.paragraph--type--gallery .gallery img {
  display: block;
}
.paragraph--type--gallery .gallery img {
  width: 100%;
  height: auto;
}

.paragraph--type--video {
  width: 100%;
  max-width: 90rem;
  margin: 32px auto;
}
@media screen and (min-width: 64em) {
  .paragraph--type--video {
    margin: 70px auto;
  }
}
.paragraph--type--video iframe {
  height: 100%;
}
.paragraph--type--video .paragraph--label {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
@media screen and (min-width: 64em) {
  .paragraph--type--video .wrapper .inner {
    max-width: 83.33333%;
    margin: 0 auto;
  }
}

article.package .header--package {
  margin-bottom: 0;
}

article.package .short-description .headline h2 {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0;
  color: #435837;
  text-align: center;
}
@media screen and (min-width: 64em) {
  article.package .short-description .headline h2 {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}
@media screen and (min-width: 64em) {
  article.package .short-description .headline h2 {
    text-align: left;
  }
}

article.package .short-description .text p {
  font-family: "fortescue-regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  article.package .short-description .text p {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
@media screen and (min-width: 64em) {
  article.package .short-description .text p {
    text-align: left;
  }
}

article.package .short-description,
article.package .dates,
article.package .rates,
article.package .services {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  article.package .short-description,
  article.package .dates,
  article.package .rates,
  article.package .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  article.package .short-description,
  article.package .dates,
  article.package .rates,
  article.package .services {
    width: 91.66667%;
    margin: 0 0 0 auto;
  }
}
article.package .short-description .headline,
article.package .dates .headline,
article.package .rates .headline,
article.package .services .headline {
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  article.package .short-description .headline,
  article.package .dates .headline,
  article.package .rates .headline,
  article.package .services .headline {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    max-width: 540px;
    text-align: left;
    margin-bottom: 0;
  }
}
article.package .short-description .text,
article.package .short-description .rates--houses,
article.package .dates .text,
article.package .dates .rates--houses,
article.package .rates .text,
article.package .rates .rates--houses,
article.package .services .text,
article.package .services .rates--houses {
  padding: 0 24px;
}
@media screen and (min-width: 64em) {
  article.package .short-description .text,
  article.package .short-description .rates--houses,
  article.package .dates .text,
  article.package .dates .rates--houses,
  article.package .rates .text,
  article.package .rates .rates--houses,
  article.package .services .text,
  article.package .services .rates--houses {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
    padding: 0;
  }
}
@media screen and (min-width: 83em) {
  article.package .short-description .text,
  article.package .short-description .rates--houses,
  article.package .dates .text,
  article.package .dates .rates--houses,
  article.package .rates .text,
  article.package .rates .rates--houses,
  article.package .services .text,
  article.package .services .rates--houses {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
    margin-right: 8.33333%;
  }
}

article.package .wrapper--dates,
article.package .wrapper--rates,
article.package .wrapper--services {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
}

article.package .wrapper--dates,
article.package .wrapper--services {
  margin-top: 32px;
}
@media screen and (min-width: 64em) {
  article.package .wrapper--dates,
  article.package .wrapper--services {
    margin-top: 100px;
  }
}
@media screen and (min-width: 83em) {
  article.package .wrapper--dates,
  article.package .wrapper--services {
    margin-top: 140px;
  }
}

article.package .dates,
article.package .services {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 48em) {
  article.package .dates,
  article.package .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  article.package .dates,
  article.package .services {
    width: 91.66667%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 83em) {
  article.package .dates,
  article.package .services {
    margin-top: 30px;
  }
}
article.package .dates .text p,
article.package .services .text p {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0;
  color: #435837;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 64em) {
  article.package .dates .text p,
  article.package .services .text p {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}
@media screen and (min-width: 64em) {
  article.package .dates .text p,
  article.package .services .text p {
    text-align: left;
    margin-top: 0;
  }
}

article.package .dates,
article.package .rates,
article.package .services {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
article.package .dates .headline,
article.package .rates .headline,
article.package .services .headline {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 4px;
}
@media screen and (min-width: 64em) {
  article.package .dates .headline,
  article.package .rates .headline,
  article.package .services .headline {
    text-align: left;
    margin: 0;
  }
}

article.package .rates {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 48em) {
  article.package .rates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  article.package .rates {
    width: 91.66667%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 83em) {
  article.package .rates {
    margin-top: 30px;
  }
}
article.package .rates .headline p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
  color: #435837;
  margin-top: 16px;
}
article.package .rates .rates--houses {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 64em) {
  article.package .rates .rates--houses {
    margin-top: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
article.package .rates .rates--houses p + h4 {
  margin-top: 16px;
}
@media screen and (min-width: 64em) {
  article.package .rates .rates--houses p + h4 {
    margin-top: 0;
  }
}
article.package .rates .rates--houses p {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0;
  color: #435837;
}
@media screen and (min-width: 64em) {
  article.package .rates .rates--houses p {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}

article.package .wrapper--services {
  margin-top: 32px;
  padding-bottom: 32px;
}

article.package .services {
  margin-bottom: 32px;
}
article.package .services ul {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 64em) {
  article.package .services ul {
    margin-top: 0;
  }
}
article.package .services ul li {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 64em) {
  article.package .services ul li {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
  }
}
article.package .services ul li strong {
  font-family: "moderat-medium";
  font-weight: normal;
  font-style: normal;
}
article.package .services ul li a {
  color: #000;
}
article.package .services ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.package .back {
  margin-left: 15px;
}

article.package h1,
article.package h2,
article.package h4,
article.package p,
article.package li {
  color: #435837;
}

@media screen and (min-width: 64em) {
  .wrapper--packages {
    width: 100%;
    max-width: 83.33333%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 64em) {
  .wrapper--packages {
    width: 100%;
    max-width: 66.66667%;
  }
}

.wrapper--packages article {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 64em) {
  .wrapper--packages article {
    width: 48%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 83em) {
  .wrapper--packages article {
    width: 37.5%;
    margin-top: 70px;
    margin-bottom: 80px;
  }
}
.wrapper--packages article h2 {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .wrapper--packages article h2 {
    text-align: left;
  }
}
.wrapper--packages article label {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
  color: #435837;
  display: block;
  text-align: center;
  margin-top: 18px;
}
@media screen and (min-width: 64em) {
  .wrapper--packages article label {
    text-align: left;
    margin-top: 20px;
  }
}
.wrapper--packages article .short-description p,
.wrapper--packages article .dates p,
.wrapper--packages article .rates p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .wrapper--packages article .short-description p,
  .wrapper--packages article .dates p,
  .wrapper--packages article .rates p {
    font-size: 1.6875rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 64em) {
  .wrapper--packages article .short-description p,
  .wrapper--packages article .dates p,
  .wrapper--packages article .rates p {
    text-align: left;
  }
}
.wrapper--packages article .rates {
  margin-bottom: 16px;
}
@media screen and (min-width: 64em) {
  .wrapper--packages article .rates {
    margin-bottom: 40px;
  }
}
.wrapper--packages article .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrapper--packages article .rate h4,
.wrapper--packages article .rate p {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .wrapper--packages article .rate h4,
  .wrapper--packages article .rate p {
    font-size: 1.6875rem;
    line-height: 2.375rem;
  }
}
.wrapper--packages article h2,
.wrapper--packages article h3,
.wrapper--packages article h4,
.wrapper--packages article p {
  color: #435837;
}
.wrapper--packages article a {
  font-family: "moderat-light";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
  color: #435837;
  text-align: center;
  display: block;
}
@media screen and (min-width: 64em) {
  .wrapper--packages article a {
    text-align: left;
  }
}

/*'form',
'header',
'footer',
'breadcrumbs',
'header--image',
'tiny-slider',
'paragraph--text',
'paragraph--image-slider',
'paragraph--responsible',
'paragraph--donate',
'paragraph--quote',
'paragraph--image-text-teaser';*/
