@font-face {
  font-family: 'Gilroy';
  src: url('../Fonts/Gilroy-ExtraBold.woff2') format('woff2'),
      url('../Fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../Fonts/Gilroy-Light.woff2') format('woff2'),
      url('../Fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unica One';
  src: url('../Fonts/UnicaOne-Regular.woff2') format('woff2'),
      url('../Fonts/UnicaOne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hathem Bosteem';
  src: url('../Fonts/HathemBosteem.woff2') format('woff2'),
      url('../Fonts/HathemBosteem.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {}

body {
  background-color: #fff;
  color: #1c1c1b;
}

html>body {
  font-size: 16px;
  font-size: 1rem;
}

body.loading {
  overflow: hidden;
}

body.is--fixed, body.is--popup-active {
  width: 100%;
  height: 100vH;
  overflow: hidden;
}

html, body, article, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, figure, address, cite, code, del, dfn, em, img, ins, q, small, header,
strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, figcaption, label, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, footer, label, input, textarea, select, time {
  border: 0 none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, ul, ol, label, input, select, option, button, textarea, dd, dt, td, th, a, caption, span, figcaption, legend, option, time,
text, a.link--download, footer a, footer li span, a.link--scrolldown, a.subnav__link, h5,
.rmBase__comp--text,
.rmBase__compError {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
}

a, a span, strong, b, h1, h2, h3, h4, h1 span, h2 span, h3 span, .slidercounter span,
.filter__property select, .filter__property input, .filter__property label,
.select__item, .button--search, .property__label--searchresult, .label--searchresult, .label--searchresult span,
.listitem__subheader, legend, .frame-container-offer .has--subheader h3,
blockquote p {
  font-family: "Hathem Bosteem", serif;
  font-weight: normal;
  line-height: 1.6;
}

.col-permanent .ce-bodytext header h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
}

a, strong, .col-flexible h4, .col-permanent h4.subheadline,
button, .frame-layout-4 h4, .frame-layout-4 h5, .container-collapse h4, 
.slidercounter span, 
.carousel-counter span,
.frame-container-offer h3,
.rmBase__comp--heading,
.om-cookie-panel h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
}

.logo-mobile,
.contentheader__content .subheadline, 
.subheadline,
.frame-type-overimage .subheadline,
.frame-layout-7 h1, 
.frame-layout-7 h2, 
.frame-layout-7 h3,
.frame-layout-7 h4 {
  font-family: "Unica One", "Gilroy", sans-serif;
  font-weight: normal;
}

p, dt, dd, li, td, th, label {
  line-height: 1.4em;
  color: #1c1c1b;
}

h1 {
  font-size: 2.5rem;
  color: #1c1c1b;
  /* line-height: 1.4; */
  padding-top: 1rem;
}

h2 {
  font-size: 2.5rem;
  color: #1c1c1b;
  /* line-height: 1.2; */
}

.frame-type-header h2 {
  /* line-height: 1.8; */
}


h3 {
  font-size: 2rem;
  color: #1c1c1b;
  /* line-height: 1.1em; */
}

h4 {
  font-size: 2rem;
  line-height: 1.2;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1.4;
  }

  h2 {
    font-size: 2.75rem;
  }  

  h3 {
    font-size: 2rem;
  }  
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 4rem;
    padding-top: 0;
  }
}

.hidden {
  display: none;
}


/* ----------------------------------------------------------------------------------------------------------- fonts */

/* p, a, td, th, input, select, textarea, label, legend, h5, li, input, select, textarea, label, legend {
  font-family: "DINPro Medium", sans-serif;
  color: #1c1c1b;
  font-weight: normal;
  text-decoration: none;
} */

/* ----------------------------------------------------------------------------------------------------------- fonts */

/* ----------------------------------------------------------------------------------------------------------- basics */

a {
  text-decoration: none;
  color: #1c1c1b;
  -webkit-transition: all 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
}

/* -------------------------------------------------------------------- blockquote */

blockquote p {
  font-size: 2rem;
  padding-bottom: 1rem;
}

blockquote h5 + p {
  margin-top: 2rem;
}

/* -------------------------------------------------------------------- blockquote */

/* ----------------------------------------------------------------------------------------------------------- basics */

/* ----------------------------------------------------------------------------------------------------------- wrappers */

.wrapper--load-progress {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 200ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wrapper--load-progress.inactive {
  opacity: 0;
}

/* ----------------------------------------------------------------------------------------------------------- wrappers */

/* ------------------------------------------------------------------------------------------ header */

body.is--navi-active {
  height: 0;
  overflow: hidden;
}

.wrapper--header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -webkit-transition: all 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.has-third-party-booking .wrapper--header {
  position: relative;
  z-index: 1;
}

.wrapper__inner--header {
  width: 100%;
  padding: 0;
  max-width: 86.25rem;
  margin: 0 auto;
  position: relative;
}

.has-third-party-booking .wrapper__inner--header {
  position: absolute;
}

@media screen and (min-width: 48rem) {
  .has-third-party-booking .wrapper--header {
    position: fixed;
    z-index: 100;
  }

  .has-third-party-booking .wrapper__inner--header {
    position: relative;
  }
}

.is--navi-active .wrapper__inner--header {
  background-color: #fff;
}

.logo-mobile {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0,-50%);
  color: #fff;
  z-index: 11;
  line-height: 1;
  max-width: 84px;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;  
}

@media screen and (min-width: 64rem) {
  .logo-mobile {
    max-width: none;
    top: 2rem;
    left: 2rem;
    transform: translate(0,0);
  }

  .dark .logo-mobile {
    top: 0.5rem;
  }
}

@media screen and (min-width: 93.75rem) {
  .logo-mobile {
    left: 0;
  }
}

.dark .logo-mobile,
.is--navi-active .logo-mobile {
  color: #046c77;
}

.logo--main {
  position: absolute;
  width: 7.5rem;
  /* padding: 4.75rem 1rem; */
  left: 50%;
  top: 2.75rem;
  transform: translate(-50%, 0);
  z-index: 11;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.has-header-video .logo--main {
  opacity: 0;
}

@media screen and (min-width: 64rem) {
  .has-header-video .logo--main {
    opacity: 1;
  }
}

.dark.has-header-video .logo--main {
  opacity: 1;
}

.servicenav--header {
  float: right;
  padding: 1rem 1rem 0 0;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.link--search {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.togglelang p {
  z-index: 11;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.togglelang span {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.togglelang p:first-child span {
  display: none;
}

.link--language,
.navitem-link-language {
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0.5rem;
}

.link--language:hover,
.navitem-link-language:hover {
  text-decoration: underline;
}

/*
.link--language:before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  padding: 0 0.25rem;
}*/

.link--language:first-child:before {
  content: "";
}

.link--language.is--active {
  display: none;
}

.servicenav--header .frame {
  display: inline-block;
  vertical-align: middle;
}

.servicenav--header .frame a {
  text-transform: uppercase;
}

.dark .link--language,
.dark .navitem-link-language,
.is--navi-active .link--language,
.is--navi-active .navitem-link-language {
  color: #046c77;
}

.dark .togglelang span {
  color: #046c77;
}

.dark .logo--main {
  top: 1rem;
  width: 4rem;
}

.is--navi-active .logo--main {
  top: 2.75rem;
  width: 7.5rem;
}

.dark .logo--main path,
.is--navi-active .logo--main path {
  fill: #046c77;
}

.dark .servicenav--header {
  padding: 1rem 1rem 0.5rem 0;
}

.dark .wrapper--header {
  background-color: #fff;
  height: 6rem;
}

@media screen and (min-width: 1024px) {
  .servicenav--header {
    padding: 2rem 2rem 0 0;
  }

  .dark .servicenav--header {
    padding: 0.1rem 2rem 0.5rem 1rem;
  }
}

@media screen and (min-width: 1400px) {
  .servicenav--header {
    padding: 2rem 0 0 0;
  }

  .dark .servicenav--header {
    padding: 0.5rem 0 0.5rem 1rem;
  }
}

/* ------------------------------------------------------------------------------------------ header */

/* ----------------------------------------------------------------------------------------------------------- mainnav */

.wrapper--navi {
  clear: both;
  z-index: 110;
  width: 100%;
}

.mainnav {
  position: fixed;
  text-align: left;
  width: 100vW;
  overflow-y: scroll;
  z-index: 10;
  height: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 86.25rem;
}

.is--startani-running .mainnav {
  background-color: transparent;
}

.mainnav.is--active {
  height: 100vH;
  background-color: #fff;
}

.mainnav.is--active a.navitem__link {
  color: #046c77;
}

.togglenav {
  position: absolute;
  right: 1.5rem;
  text-transform: uppercase;
  color: #2a3842;
  display: block;
  text-decoration: none;
  top: 3.5rem;
  width: 30px;
  height: 24px;
  z-index: 20;
  display: block;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (min-width: 1024px) {
  .togglenav {
    display: none;
  }

  .mainnav {
    padding-top: 2rem;
    position: relative;
    width: calc(100% - 4rem);
    height: auto;
    overflow: visible;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
  }

  .dark .mainnav {
    padding-top: 0;
  }

}

@media screen and (min-width: 93.75rem) {
  .mainnav {
    width: 100%;
  }
}

.togglenav__inner {
  width: 30px;
  height: 1px;
  top: 8px;
  left: 0px;
  display: block;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dark .togglenav__inner, .dark .togglenav__inner:before, .dark .togglenav__inner:after {
  background-color: #046c77;
}

.togglenav__inner:before, .togglenav__inner:after, .closelink:before, .closelink:after {
  content: "";
  height: 1px;
  width: 30px;
  position: absolute;
  left: 0px;
  top: -8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.togglenav__inner:after, .closelink:after {
  width: 30px;
  top: 8px;
}

.togglenav.is--active .togglenav__inner {
  background-color: transparent;
}

.togglenav.is--active .togglenav__inner:before, .closelink:before {
  transform: rotate(-135deg);
  top: 0;
  left: 0;
  background-color: #046c77;
}

.togglenav.is--active .togglenav__inner:after, .closelink:after {
  transform: rotate(135deg);
  width: 30px;
  top: 0;
  left: 0px;
  background-color: #046c77;
}

.mainnav__items {
  padding-top: 8.85rem;
  max-width: 86.25rem;
  width: 100%;
  position: relative;
}

.navitem {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  position: relative; /* TODO check this on large screens */
}

.navitem:last-child a {
  border: 1px solid #fff;
  padding-left: 1rem;
  margin: 0 0.75rem;
}

.is--navi-active .navitem:last-child a {
  border: 1px solid #046c77;
}

.is--navi-active .navitem:last-child path {
  fill: #046c77;
}

.navitem:last-child a.navitem__link:hover {
  text-decoration: none;
  background-color: #046c77;
  color: #fff;
}

.navitem:last-child a:hover path {
  fill: #fff;
}

.navitem:last-child .navitem__link i {
  /* content: "";
  background: url(../Images/layout/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;*/
  width: 5rem;
  height: 0.75rem;
  display: inline-block;
  margin-left: 1rem
}

.navitem__open /*, .subnavitem__open */ {
  width: 3rem;
  height: 3rem;
  display: none;
  position: absolute;
  top: 0.35rem;
  right: 0.5rem;
  padding: 0.75rem 1rem;
}

.subnavitem__open {
  top: 0;
}

@media (hover: none) {
  .navitem__open /*, .has--touchevents .subnavitem__open */ {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .dark .navitem:last-child a {
    border: 1px solid #046c77;
    margin: 0;
  }

  .dark .navitem:last-child path {
    fill: #046c77;
  }

  .dark .navitem:last-child a.navitem__link:hover  {
    color: #fff;
    background-color: #046c77;
  }

  .dark .navitem:last-child a:hover path {
    fill: #fff;
  }

  .navitem:last-child a.navitem__link:hover {
    text-decoration: none;
    background-color: #fff;
    color: #046c77;
  }

  .navitem:last-child a {
    margin: 0;
  }

  .navitem:last-child a:hover path {
    fill: #046c77;
  }

  .navitem__open, .subnavitem__open,
  .has--touchevents .navitem__open, .has--touchevents .subnavitem__open {
    display: none;
  }
}

.navitem__open i, .subnavitem__open i {
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-transition: transform 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
}

.navitem__open.is--open i, .subnavitem__open.is--open i {
  transform: rotate(-90deg);
}

.navitem__open i path, .subnavitem__open i path {
  stroke: #046c77;
}

.subnavitem__open {
  right: -3rem;
}

.navitem__link {
  display: block;
}

@media screen and (min-width: 1024px) {
  .mainnav__items {
    margin: 0;
    overflow: hidden;
    padding-top: 0;
  }

  .mainnav__items.is--subnavi-active {
    overflow: visible;
  }

  .navitem {
    margin: 0;
    text-align: center;
    position: initial;
  }
}

a.navitem__link {
  color: #fff;
  font-size: 1rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
  display: block;
  letter-spacing: 0.2rem;
}

.subnav__itemlist, .subsubnav__itemlist {
  position: relative;
  list-style-type: none;
  text-align: left;
  background-color: #fff;
  width: 100%;
  height: 0;
  -webkit-transition: opacity 300ms ease, transform 500ms ease, height 500ms ease;
  -moz-transition: opacity 300ms ease, transform 500ms ease, height 500ms ease;
  -o-transition: opacity 300ms ease, transform 500ms ease, height 500ms ease;
  transition: opacity 300ms ease, transform 500ms ease, height 500ms ease;
}

.subsubnav__itemlist {
  overflow: hidden;
}

.subnav__itemlist.has--height-transition, .subsubnav__itemlist.has--height-transition {
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}

.subnav__itemlist.is--hover, .subsubnav__itemlist.is--hover {
  z-index: 1;
  height: auto;
  opacity: 1;
  transform: translate(0,0);
}

.subnav__itemlist a {
  color: #1d1d1b;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
}

.navitem.has-children, 
.subnav__item--hassub {
  padding-right: 3.5rem;
}

.subnav__item--hassub {
  position: relative;
}

a.subnav__link, a.subsubnav__link {
  display: block;
  padding: 0.5rem 2rem 0.5rem 2rem;
}

a.subsubnav__link {
  padding: 0.5rem 2rem 0.5rem 3rem;
}

a.subnav__link .link__subtitle {
  display: none;
}

@media screen and (min-width: 1024px) {

  .navitem {
    display: inline-block;
  }

  .navitem:nth-child(3) {
    margin-right: 11%;
  }

  a.navitem__link {
    display: inline-block;
    letter-spacing: 0.2rem;
    padding: 0.5rem 1rem 0.5rem 0;
    line-height: 1.4rem;
    margin-left: 0;
    font-size: 1rem;
  }

  .dark a.navitem__link {
    color: #046c77;
  }

  .navitem.is--hover a.navitem__link, .navitem:hover a.navitem__link {
    text-decoration: underline;
  }

  .navitem.is--hover {
    overflow-y: hidden;
  }

  .navitem.has-children, 
  .subnav__item--hassub {
    padding-right: 0;
  }

  .subnav__item--hassub {
    position: initial;
  }

  .subnav__itemlist, .subsubnav__itemlist {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: auto;
    top: 2.25rem;
    padding: 1.125rem 0 1rem 0;
    left: 0;
    transform: translate(0,-2%);
  }

  .subsubnav__itemlist {
    top: 0;
    overflow: initial;
  }

  .subnav__item, .subsubnav__item {
    /* TODO: original: margin: 0 0 1rem 2rem; -> kommt mir aber sehr groß vor */
    margin: 0 0 0 1rem;
  }

  a.subnav__link, a.subsubnav__link {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }

  a.subnav__link {
    z-index: 5;
    position: relative;
  }

  a.subsubnav__link {
    white-space: nowrap;
  }

  a.subnav__link:hover, a.subsubnav__link:hover {
    color: #066c77;
    text-decoration: underline;
  }

}

@media screen and (min-width: 1200px) {
  .navitem:nth-child(3) {
    margin-right: 25%;
  }
}

@media screen and (min-width: 1500px) {
  .navitem:nth-child(3) {
    margin-right: 38%;
  }
}

/* ----------------------------------------------------------------------------------------------------------- mainnav */

/* ----------------------------------------------------------------------------------------------------------- content general */


@media screen and (min-width: 1024px) {

  .frame-space-before-small {
    padding-top: 2rem;
  }

  .frame-space-before-medium {
    padding-top: 4rem;
  }

  .frame-space-before-large {
    padding-top: 8rem;
  }

  .frame-space-before-extra-large {
    padding-top: 11rem;
  }

  .frame-space-after-small {
    padding-bottom: 2rem;
  }

  .frame-space-after-medium {
    padding-bottom: 4rem;
  }

  .frame-space-after-large {
    padding-bottom: 8rem;
  }

  .frame-space-after-extra-large {
    padding-bottom: 11rem;
  }
}

figcaption {
  font-size: 0.875rem;
  display: none;
}

img,
video {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.wrapper--pageheader video {
  width: 100%;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 25px; */
  height: 0;
}

.video-embed iframe, .video-embed object, .video-embed embed /*, .video-embed-item */ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

path {
  -webkit-transition: all 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* ----------------------------------------------------------------------------------------------------------- content general */

/* ----------------------------------------------------------------------------------------------------------- contentheader */

.contentheader__image img {
  width: 100%;
}

.contentheader__image.hammerslide img {
  height: 100vH;
  object-fit: cover;
}

.contentheader__image {
  position: relative;
  max-height: 100vH;
  overflow: hidden;
}

.is--startpage .contentheader__image {
  height: 100vH;
}

.contentheader__image:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.25;
  z-index: 1;
}

/*
.contentheader__image.is--active:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vW;
  height: 100vH;
  background-color: #000000;
  opacity: 0.25;
  z-index: 1;
}*/

.contentheader__content {
  padding-top: 2rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.is--startpage .contentheader__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;  
}

.has--subheader {
  display: flex;
  flex-direction: column-reverse;
}

h2.subheadline {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contentheader__content h1, .contentheader__content h2 {
  color: #000;
  /* text-transform: uppercase; */
  letter-spacing: 0.2rem;
}

.is--startpage .contentheader__content h1, 
.is--startpage .contentheader__content h2 {
  color: #fff;
}

.contentheader__content h1 {
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 1024px) {
  h2.subheadline {
    font-size: 1.125rem;
  }

  .wrapper--pageheader:not(.has-video) .contentheader__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
  }

  .wrapper--pageheader:not(.has-video) .contentheader__content h1, 
  .wrapper--pageheader:not(.has-video) .contentheader__content h2 {
    color: #fff;
  }
}

/* ----------------------------------------------------------------------------------------------------------- contentheader */

/* ----------------------------------------------------------------------------------------------------------- content */

.container--twocolumn, .container--threecolumn, .container--fourcolumn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  hyphens: auto;
}

.col--half, .col--third, .col--fourth {
  flex: 0 0 100%;
}

.col--half.col--right > *:first-child {
  padding-top: 4rem;
}

@media screen and (min-width: 64rem) {

  .ce-text h2 {
    font-size: 3rem;
  }

  .col--half.col--right > *:first-child {
    padding-top: 0;
  }

  .frame-vertical-align--bottom .container {
    align-items: baseline;
  }

  .frame-vertical-align--top .container {
    align-items: flex-start;
  }

  .col--half {
    flex: 0 0 50%;
  }

  .col--half.col--left {
    padding-right: 2.25rem;
  }

  .col--half.col--right {
    padding-left: 2.25rem;
  }

  .col--third {
      flex: 0 0 33.33%;
  }

  .col--fourth {
    flex: 0 0 25%;
  }
}

.main {
  margin-top: 6.5rem;
}

.main ul {
  margin-left: 1.5rem;
}

.main > .frame > .frame-inner {
  max-width: 86.25rem;
  margin: 2.5rem auto 0;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}

.main > .frame:first-child > .frame-inner {
  margin-top: 0;
}

@media screen and (min-width: 64rem) {
  .main > .frame > .frame-inner {
    margin-top: 5rem;
  }

  .main > .frame:first-child > .frame-inner {
    margin-top: 5rem;
  }
}

.is--startpage .col--right .has--subheader {
  padding: 1rem 0;
}

/* h2 {
  font-size: 1.25rem;
} */

/* h3 {
  font-size: 1.5rem;
} */

header + .ce-text {
  padding-top: 0.5rem;
}

.frame-type-frame66right .ce-textpic {
}

.frame-type-frame66left .ce-text {
  margin-top: 4rem;
}

.main .frame-type-overimage .frame-inner {
  max-width: none;
  margin: 4rem 0 0;
  padding: 0;
}

.frame-type-overimage {
  position: relative;
}

.frame-type-overimage .ce-gallery:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.25;
  z-index: 1;
}

.frame-type-overimage .has--subheader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
}

.frame-type-overimage img {
  max-width: 200%;
  margin-left: -50%;
}

.frame-type-overimage h2, 
.frame-type-overimage h3 {
  font-size: 1.75rem;
  color: #fff;
  /* text-transform: uppercase; */
  letter-spacing: 0.2rem;
}

h3.subheadline,
.frame-type-overimage h3.subheadline {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding-bottom: 0.75rem;
}

@media screen and (min-width: 48rem) {

  .frame-type-overimage img {
    max-width: 100%;
    margin-left: 0;
  }

  .frame-type-overimage h2,
  .frame-type-overimage h3 {
    font-size: 3rem;
  }

  h3.subheadline,
  .frame-type-overimage h3.subheadline {
    font-size: 1rem;  
  }
}

@media screen and (min-width: 1024px) {
  .frame-type-overimage h2,
  .frame-type-overimage h3 {
    font-size: 4rem;
  }
  h3.subheadline,
  .frame-type-overimage h3.subheadline {
    font-size: 1rem;  
  }  
}

.frame-grid .container--moreboxes {
  position: relative;
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}

.frame-grid .container--moreboxes:before {
  content: "";
  background: url(../Images/blatt.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 36%;
  left: 1.5rem;
  width: 15rem;
  height: 14rem;
  z-index: 1;
}

.frame-grid .frame-inner, .frame-grid .ce-image, .frame-grid .ce-gallery,
.frame-grid .ce-column, .frame-grid .image {
  width: 100%;
  height: 100%;
}

.frame-grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.frame-grid .container--moreboxes .frame {
  flex: 100%;
  padding-bottom: 2rem;
}

.col--left.col--30 {
  flex: 0 0 100%;
}

.col--right.col--70 {
  flex: 0 0 100%;
  padding-left: 0;
}

.col--left.col--70 {
  flex: 0 0 100%;
  padding-right: 0;
}

.col--right.col--30 {
  flex: 0 0 100%;
}

.col--right.col--30 .frame-layout-4, .col--left.col--30 .frame-layout-4 {
  height: 100%;
}

.col--right.col--30 .has--subheader {
  padding: 0;
}

@media screen and (min-width: 768px) {

  .main ul, .popup--inclusives ul {
    margin-left: 1.5rem;
  }

  /*.frame-grid .container--moreboxes {
    position: relative;
    margin-top: 9rem;
    padding-bottom: 5rem;
    display: grid;
    grid-template-columns: 31.33% 31.33% 31.33%;
    grid-template-rows: 650px 340px 340px;
    grid-column-gap: 3%;
    grid-row-gap: 3%;
  }

  .frame-grid .container--moreboxes:before {
    content: "";
    background: url(../Images/layout/blatt.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 550px;
    left: 20%;
    width: 18rem;
    height: 14rem;
  }

  .frame-grid .frame-inner, .frame-grid .ce-image, .frame-grid .ce-gallery,
  .frame-grid .ce-column, .frame-grid .image {
    width: 100%;
    height: 100%;
  }

  .frame-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .frame-grid .container--moreboxes .frame {
    padding-bottom: 0;
    margin-right: 0;
  }

  .frame-grid .container--moreboxes .frame:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
  }

  .frame-grid .container--moreboxes .frame:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .frame-grid .container--moreboxes .frame:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }

  .frame-grid .container--moreboxes .frame:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/4;
  }

  .frame-grid .container--moreboxes .frame:nth-child(4) {
    grid-column: 2/4;
    grid-row: 2/3;
  }

  .frame-grid .container--moreboxes .frame:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }

  .frame-grid .container--moreboxes .frame:nth-child(5).frame-layout-4 .frame-inner {
    padding-top: 5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .frame-grid .container--moreboxes .frame:nth-child(6) {
    grid-column: 3/4;
    grid-row: 3/4;
  }*/
}

@media screen and (min-width: 1024px) {
  .main {
    margin-top: 6.5rem;
  }

  .is--startpage .col--right .has--subheader {
    padding: 4rem 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 3rem;
  }

  .frame-type-overimage h2, 
  .frame-type-overimage h3 {
    font-size: 4rem;
    color: #fff;
    /* text-transform: uppercase; */
    letter-spacing: 0.2rem;
  }  

  h3.subheadline {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    padding-bottom: 0.75rem;
  }

  .frame-type-frame66right .ce-textpic, .frame-type-frame66right .ce-text, .frame-type-frame66right .ce-image {
    width: 66.66%;
    margin-left: 33.33%;
  }

  .frame-type-frame66left .ce-text, .frame-type-frame66left .ce-textpic, .frame-type-frame66left .ce-image {
    width: 66.66%;
    margin-right: 33.33%;
  }

  .main .frame-type-overimage .frame-inner {
    max-width: none;
    margin: 6.5rem 0 0;
  }

  .frame-type-overimage {
    position: relative;
  }

  .frame-type-overimage .ce-gallery:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.25;
    z-index: 1;
  }

  .frame-type-overimage .has--subheader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
  }

  .frame-grid .container--moreboxes {
    position: relative;
    margin-top: 9rem;
    padding-bottom: 5rem;
    display: grid;
    grid-template-columns: 31.33% 31.33% 31.33%;
    grid-template-rows: 650px 340px 340px;
    grid-column-gap: 3%;
    grid-row-gap: 3%;
  }

  .frame-grid .container--moreboxes:before {
    content: "";
    background: url(../Images/blatt.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 31.25rem;
    left: 20%;
    width: 18rem;
    height: 14rem;
  }

  .frame-grid .frame-inner, 
  .frame-grid .ce-image, 
  .frame-grid .ce-gallery,
  .frame-grid .ce-column, 
  .frame-grid .image,
  .frame-grid .frame-type-textmedia .ce-textpic {
    width: 100%;
    height: 100%;
  }

  .frame-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .frame-grid .container--moreboxes .frame {
    padding-bottom: 0;
    margin-right: 0;
  }

  .frame-grid .container--moreboxes .frame:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
  }

  .frame-grid .container--moreboxes .frame:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .frame-grid .container--moreboxes .frame:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }

  .frame-grid .container--moreboxes .frame:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/4;
  }

  .frame-grid .container--moreboxes .frame:nth-child(4) {
    grid-column: 2/4;
    grid-row: 2/3;
  }

  .frame-grid .container--moreboxes .frame:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }

  .frame-grid .container--moreboxes .frame:nth-child(6) {
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .col--left.col--30 {
    flex: 0 0 34%;
  }

  .col--right.col--70 {
    flex: 0 0 66%;
    padding-left: 1.75rem;
  }

  .col--left.col--70 {
    flex: 0 0 66%;
    padding-right: 1.75rem;
  }

  .col--right.col--30 {
    flex: 0 0 34%;
  }

  .col--right.col--30 .frame-layout-4, .col--left.col--30 .frame-layout-4 {
    height: 100%;
  }

  .col--right.col--30 .has--subheader {
    padding: 0;
  }
}

@media screen and (min-width: 1400px) {
  .main > .frame > .frame-inner {
    max-width: 86.25rem;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 0;
  }

  .col--right.col--70 {
    padding-left: 5.5rem;
  }

  .col--left.col--70 {
    padding-right: 5.5rem;
  }

  .main .frame-type-overimage .frame-inner {
    max-width: none;
    margin: 6.5rem 0 0;
  }
}

.container-iframe--tour iframe {
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 48rem) {
  .container-iframe--tour iframe {
    height: 600px;
  }
}

/* ----------------------------------------------------------------------------------------------------------- content */

/* ----------------------------------------------------------------------------------------------------------- grey */

.main .frame-layout-4 .frame-inner {
  position: relative;
  background-color: #9ba8ad;
  padding: 2.5rem 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main .frame-layout-4 .frame-inner.has-call-to-action {
  display: flex;
  align-items: center;
}

.main .frame-layout-4.frame-grid .frame-inner {
  padding: 0 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.frame-layout-4 p, .frame-layout-4 h2, .frame-layout-4 h3, .frame-layout-4 h4, .frame-layout-4 a, .frame-layout-4 td {
  color: #fff;
}

.frame-layout-4 h3 {
  font-size: 2.5rem;
}

.frame-layout-4 .ce-text {
  padding-top: 2rem;
}

.frame-grid .frame-layout-4 .ce-text {
  padding-top: 0;
}

.frame-layout-4 .has--subheader h2 {
  font-size: 2.25rem;
}

.frame-layout-4 h3.subheadline {
  font-size: 1rem;
  text-transform: uppercase;
}

.frame-layout-4 .has--subheader {
  padding: 0;
}

.frame-layout-4 h4, .container-collapse h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
}

.frame-layout-4 h5 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .main .frame-layout-4 .frame-inner {
    padding: 2.5rem 1.5rem;
  }

  .main .frame-layout-4.frame-grid .frame-inner {
    padding: 0 1.5rem;
  }

}

@media screen and (min-width: 1024px) {
  .main .frame-layout-4 .frame-inner {
    position: relative;
    background-color: #9ba8ad;
    padding: 1.5rem 2rem;
    height: 100%;
  }

  .main .frame-layout-4.frame-grid .frame-inner {
    padding: 0 1.5rem;
  }

  .frame-layout-4 p, .frame-layout-4 h2, .frame-layout-4 h3, .frame-layout-4 h4, .frame-layout-4 a, .frame-layout-4 td {
    color: #fff;
  }

  .frame-layout-4 h3 {
    font-size: 3rem;
  }

  .frame-layout-4 .ce-text {
    padding-top: 2rem;
  }

  .frame-grid .frame-layout-4 .ce-text {
    padding-top: 0;
  }

  .frame-layout-4 .has--subheader h2 {
    font-size: 1.75rem;
  }

  .frame-layout-4 h3.subheadline {
    font-size: 1rem;
    text-transform: uppercase;
  }

  .frame-layout-4 .has--subheader {
    padding: 0;
  }

  .frame-layout-4 h4, .container-collapse h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #fff;
  }

  .frame-layout-4 h5 {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #fff;
  }
}

@media screen and (min-width: 1300px) {
  .main .frame-layout-4 .frame-inner {
    padding: 2.25rem 4.25rem;
  }

  .main .frame-layout-4.frame-grid .frame-inner {
    padding: 0 4.25rem;
  }

  .frame-layout-4 .has--subheader h2 {
    font-size: 2.25rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- grey */

/* ----------------------------------------------------------------------------------------------------------- width-logo */

.frame-type-with-logo .frame-inner:before {
  content: "";
  background: url(../Images/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 6.25rem;
  height: 6.25rem;
  min-height: 6.25rem;
  display: block;
  margin-bottom: 4.5rem;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 1024px) {
  .frame-type-with-logo .frame-inner:before {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1300px) {
  .frame-type-with-logo .frame-inner:before {
    margin-bottom: 4.5rem;
  }

  .frame-grid .frame-type-with-logo .frame-inner:before {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------- width-logo */

/* ----------------------------------------------------------------------------------------------------------- link--scrolldown */

a.link--scrolldown {
  display: none;
}

@media screen and (min-width: 1300px) {

  a.link--scrolldown {
    position: absolute;
    left: 0;
    bottom: 7.9rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    z-index: 1;
    transform: rotate(270deg);
    display: flex;
    flex-direction: row-reverse;
    font-weight: 800;
    font-size: 0.875rem;
  }

  .link--scrolldown svg {
    width: 5.5rem;
    margin-right: 1rem;
    transform: rotate(180deg);
  }
}

/* ----------------------------------------------------------------------------------------------------------- link--scrolldown */

/* ----------------------------------------------------------------------------------------------------------- nav--social */

.nav--social {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1;
}

.nav--social svg {
  width: 1.5rem;
}

.nav--social .link--facebook {
  margin-right: 0;
  margin-left: 1rem;
}

@media screen and (min-width: 1024px) {
  .nav--social {
    right: 4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- nav--social */

/* ----------------------------------------------------------------------------------------------------------- link--more */

.link--more {
  /*position: absolute;
  bottom: 3.5rem;
  left: 4.5rem;*/
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.link--more:hover {
  text-decoration: underline;
}

.link--more svg {
  width: 5rem;
  margin-left: 3rem;
}

/* ----------------------------------------------------------------------------------------------------------- link--more */

/* ----------------------------------------------------------------------------------------------------------- call-to-action */

.call-to-action {
  text-align: center;
  font-size: 1.5rem;
  display: block;
  padding: 2.5rem 4.25rem;
  color: #066c77;
  letter-spacing: 0.2rem;
  border: 1px solid #066c77;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: max-content;
}

.call-to-action:hover {
  color: #ffffff;
  background-color: #066c77;
}

.frame-layout-4 .call-to-action {
  color: #fff;
  border: 1px solid #ffffff;
  width: 100%;
  text-align: center;
}

.frame-layout-4 .call-to-action:hover {
  border: 1px solid #9ba8ad;
  color: #9ba8ad;
  background-color: #ffffff;
}

.frame-layout-4 .call-to-action i {
  display: inline-block;
}

.call-to-action svg {
  display: block;
  width: 5.5rem;
  margin-top: 1rem;
  /* margin-left: 0.5rem; */
}

.call-to-action path {
  fill: #066c77;
}

.call-to-action:hover path {
  fill: #ffffff;
}

.frame-layout-4 .call-to-action path {
  fill: #ffffff;
}

.frame-layout-4 .call-to-action:hover path {
  fill: #9ba8ad;
}

.call-to-action--small {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-top: 2rem;
  padding: 1rem 7rem 1rem 1rem;
  border: 2px solid #066c77;
  color: #066c77;
  background-color: #fff;
  position: relative;
  transition: all 500ms ease;
}

.container-collapse a.call-to-action--small {
  color: #066c77;
}

.container-collapse a.call-to-action--small:hover {
  color: #fff;
}

.call-to-action--small.has-full-width {
  width: 100%;
  white-space: nowrap;
}

.call-to-action--small:hover {
  color: #fff;
  background-color: #066c77;
}

.call-to-action--small i {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0,-50%);
}

.call-to-action--small svg {
  width: 5rem;
  /* wozu */
  /* margin-left: 2rem; */
}

.call-to-action--small path {
  fill: #066c77;
}

.call-to-action--small:hover path {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  .call-to-action {
    padding: 1.5rem 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .call-to-action {
    text-align: center;
    font-size: 1.5rem;
    display: block;
    padding: 2.5rem 3.75rem;
    color: #066c77;
    letter-spacing: 0.2rem;
    border: 1px solid #066c77;
    text-transform: uppercase;
    width: max-content;
  }
}

@media screen and (min-width: 1400px) {
  .call-to-action {
    padding: 2.5rem 5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- call-to-action */

/* ----------------------------------------------------------------------------------------------------------- service header */

.togglelang, 
.nav-lang {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}

.languagenav-items li.active {
  display: none;
}

.languagenav-items .navitem:last-child a {
  border: none;
  padding-left: 0;
}

.servicenav svg {
  height: 1.35rem;
}

.servicenav .link--mail svg {
  width: 2rem;
}

.servicenav path {
  fill: #fff;
}

.dark .servicenav path, .is--navi-active .servicenav path {
  fill: #046c77;
}

.link--service {
  display: inline-block;
  position: relative;
  z-index: 11;
  max-width: 2rem;
}

.link--mail {
  margin-left: 1rem;
  margin-right: 0.5rem;
}

.link--mail svg {
  padding-right: 0.1rem;
}

/* ----------------------------------------------------------------------------------------------------------- service header */

/* ----------------------------------------------------------------------------------------------------------- arrival-map */

.frame-map .container--has-background {
  position: relative;
}
/*
.frame-map .container--has-background .col--left .frame:first-child {
  position: absolute;
  left: 0;
  top: 0;
}

.frame-map .container--has-background .col--left .frame:last-child {
   position: absolute;
  left: 0;
  top: 100%;
}

.frame-map .container--has-background .col--right {
  position: absolute;
  right: 0;
  top: 0;
}*/

.frame-map .container--has-background .frame-layout-4 .ce-text {
  padding-top: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .frame-map .container--has-background {
    position: relative;
  }

  .frame-map .container--has-background .col--left .frame:first-child {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 26rem;
  }

  .frame-map .container--has-background .col--left .frame:last-child {
    max-width: 26rem;
  }

  .frame-map .container--has-background .col--right {
    position: absolute;
    right: 0;
    top: 0;
  }

  .frame-map .container--has-background .col--right .has--subheader {
    padding: 1rem 0;
  }

  .frame-map .container--has-background .frame-layout-4 .ce-text {
    padding-top: 0.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- arrival-map */

/* -------------------------------------------------------------------- slider */

.wrapper--canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vH;
  overflow: hidden;
  background-color: #000;
}

canvas {
  display: block;
  position: absolute;
}

.slider-nav {
  position: absolute;
  top: 50vH;
  left: 1rem;
  z-index: 1;
  width: 4rem;
}

.slider-nav--prev svg {
  transform: rotate(180deg);
}

.slider-nav--next {
  left: auto;
  right: 1rem;
}

.slideitem {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .slider-nav {
    left: 2rem;
  }

  .slider-nav--next {
    left: auto;
    right: 2rem;
  }
}

/* -------------------------------------------------------------------- slider */

.wrapper--pageheader.hammerslide {
  overflow: hidden;
}

.wrapper--pageheader .slidepanel {
  display: none;
}

.wrapper--pageheader .sliderslidelink {

}

.contentheader__image.hammerslide .slideelement {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ce-gallery.hammerslide {
  overflow: hidden;
}

.ce-gallery__slider {
}

.ce-column.slideelement {
  float: left;
}

.ce-column.slideelement {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
}

.ce-column.slideelement figure {
  position: relative;
}

.ce-column.slideelement figure:before {
  content: ".";
  font-size: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  display: block;
  background-color: transparent;
  z-index: 1;
  position: absolute;
}

p.slidercounter {
  position: absolute;
  top: 1.75rem;
  right: 1rem;
  padding-top: 0;
}

.container--moreboxes .container-collapse:nth-child(2n+2) p.slidercounter {
  left: 1rem;
  right: auto;
}

p.slidercounter {
  font-size: 1.5rem;
}

p.slidercounter span {
  letter-spacing: 0.125rem;
}

p.slidercounter span.counter__index,
.carousel-counter span.carousel-counter-index {
  font-size: 2rem;
}

.sliderslidelink {
  position: absolute;
  top: 4.5rem;
  right: 1rem;
  width: 4rem;
}

.wrapper--pageheader .sliderslidelink {
  top: 50%;
  right: 1rem;
  transform: translate(0,-50%);
}

.container--moreboxes .container-collapse:nth-child(2n+2) .sliderslidelink {
  right: auto;
  left: 7rem;
}

.prev--sliderslidelink {
  right: 7rem;
}

.wrapper--pageheader .prev--sliderslidelink {
  right: auto;
  left: 1rem;
}

.container--moreboxes .container-collapse:nth-child(2n+2) .prev--sliderslidelink {
  right: auto;
  left: 1rem;
}


.prev--sliderslidelink svg {
  transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {

  p.slidercounter {
    right: 0;
  }

  .container--moreboxes .wrapper-collapse.is--even p.slidercounter {
    left: 0;
  }

  .sliderslidelink {
    right: 0;
  }

  .container--moreboxes .wrapper-collapse.is--even .sliderslidelink {
    right: auto;
    left: 6rem;
  }

  .prev--sliderslidelink {
    right: 6rem;
  }

  .container--moreboxes .wrapper-collapse.is--even .prev--sliderslidelink {
    right: auto;
    left: 0;
  }
}

.carousel.ce-gallery {
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
}

.carousel .ce-column {
  flex: 0 0 auto;
  max-width: 100%;
}

.contentheader__image .carousel .ce-column {
  flex: 0 0 100vW;
}

.carousel .ce-column .image {
  position: relative;
}

.carousel .ce-column .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  background-color: rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 300ms ease-out;
}

.carousel-counter {
  position: absolute;
  top: 1.75rem;
  right: 0;
  font-size: 1.5rem;
}

.btn-carousel {
  position: absolute;
  top: 4.5rem;
  right: 0;
  background-color: transparent;
  border: none;
  width: 4rem;
  margin-left: 0;
  padding: 0;
}

.btn-carousel:hover {
  background-color: transparent;
}

.btn-carousel-prev {
  right: 6rem;
}

.btn-carousel svg {
  width: 100%;
}

.btn-carousel-prev svg {
  transform: rotate(180deg);
}

.contentheader__image .btn-carousel {
  top: 50vH;
  right: 1rem;
  z-index: 1;
  transform: translate(0,-50%);
}

.contentheader__image .btn-carousel-prev {
  right: auto;
  left: 1rem;
}

.contentheader__image .carousel .image {
  width: 100vW;
  height: 100vH;
}

.contentheader__image .carousel .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* -------------------------------------------------------------------- checkfold */

.frame-type-image img, .frame-type-overimage header, .frame-type-header header,
.frame-layout-4 .frame-inner, .frame-type-text .ce-text,
.frame-type-textpic .ce-gallery, .frame-type-textpic .ce-bodytext {
  transition: transform 500ms ease-out, opacity 500ms ease;
  transform: translate(0,0);
  opacity: 1;
}

.col--right .frame-type-image img, .col--right .frame-type-overimage header,
.col--right .frame-type-header header, .col--right .frame-layout-4 .frame-inner,
.col--right .frame-type-text .ce-text, .col--right .frame-type-textpic .ce-gallery,
.frame-type-textpic .ce-bodytext {
  transition-delay: 100ms;
}

.frame-type-image.checkfold img, .frame-type-overimage.checkfold header, .frame-type-header.checkfold header,
.frame-layout-4.checkfold .frame-inner,, .frame-type-text.checkfold .ce-text,
.frame-type-textpic.checkfold .ce-gallery, .frame-type-textpic.checkfold .ce-bodytext  {
  transition: transform 50ms ease-out, opacity 50ms ease;
}

.frame-type-image.checkfold img, .frame-type-overimage.checkfold header, .frame-type-header.checkfold header,
.frame-layout-4.checkfold .frame-inner, .frame-type-text.checkfold .ce-text,
.frame-type-textpic.checkfold .ce-gallery, .frame-type-textpic.checkfold .ce-bodytext {
  transform: translate(0,2rem);
  opacity: 0;
}

.frame-type-overimage.checkfold header {
  transform: translate(-50%,0);
  opacity: 0;
}

.frame-type-overimage.checkfold img {
  transform: translate(0,0);
  opacity: 1;
}

.col-flexible .frame-layout-4.checkfold .frame-inner, 
.col-flexible .frame .ce-text {
   transform: initial;
}

.form .frame-type-text .ce-text {
  transform: translate(0,0);
  opacity: 1;
}

/* ------------------------------------------------------------------- popup */

.popup .frame-inclusives .ce-text, .popup .frame-inclusives header {
  opacity: 1;
  transform: translate(0,0);
}

.popup .frame-layout-frame-layout-6:after {
  display: none;
}

.popup .frame + .frame {
  margin-top: 2rem;
}

.popup p, .popup h3, .popup li, .popup a {
  color: #fff;
}

/* ------------------------------------------------------------------- popup */


/* ----------------------------------------------------------------------------------------------------------- image-menu */

.frame-imagemenu .container--moreboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.frame-imagemenu .container--moreboxes .frame-type-image {
  position: relative;
  flex: 0 0 45%;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.frame-imagemenu .container--moreboxes .frame-type-image:nth-child(2n) {
  margin-right: 0;
}

.frame-imagemenu header {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.frame-imagemenu header a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.frame-imagemenu .frame-inner, .frame-imagemenu .ce-image,
.frame-imagemenu .ce-gallery, .frame-imagemenu .ce-column,
.frame-imagemenu .image {
  height: 100%;
}

.frame-imagemenu .frame-type-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.25;
  z-index: 1;
}

.frame-imagemenu img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1400px) {
  .frame-imagemenu .container--moreboxes .frame-type-image {
    flex: 0 0 23%;
  }

  .frame-imagemenu .container--moreboxes .frame-type-image:nth-child(2n) {
    margin-right: 2rem;
  }

  .frame-imagemenu .container--moreboxes .frame-type-image:nth-child(4n) {
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------- image-menu */

/* ----------------------------------------------------------------------------------------------------------- text-submenu */

.frame-textsubmenu a {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.frame-textsubmenu a:hover {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------------- text-submenu */

/* ----------------------------------------------------------------------------------------------------------- wave */

.frame-layout-5, .frame-layout-6,
.frame-background-pattern--right, .frame-background-pattern--left {
  position: relative;
  z-index: 1;
}

.frame-layout-5:after, .frame-background-pattern--left:after,
.frame-layout-6:after, .frame-background-pattern--right:after  {
  content: "";
  background: url(../Images/wave.svg);
  background-repeat: repeat;
  position: absolute;
  top: 15rem;
  left: 0;
  height: 40rem;
  width: 30%;
  z-index: 0;
  opacity: 0.5;
}

.frame-layout-6:after, .frame-background-pattern--right:after {
  right: 0;
  left: auto;
}

.main > .frame {
  overflow: hidden;
}

.wrapper-collapse {
  position: relative;
}

.container-collapse + .background--waves {
  background: url(../Images/wave.svg);
  background-repeat: repeat;
  position: absolute;
  top: 20rem;
  right: 75%;
  height: 40rem;
  width: 100vW;
  z-index: 0;
  opacity: 0.5;
}


.container-collapse.is--even + .background--waves {
  left: 75%;
  right: auto;
}

/* ----------------------------------------------------------------------------------------------------------- wave */

/* ----------------------------------------------------------------------------------------------------------- inclusive */

.link--close-popup {
  position: absolute;
  right: 2rem;
  top: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 2rem;
  line-height: 1.9rem;
  transform: rotate(45deg);
}

.link--close-popup .svgicon {
  position: absolute;
  left: 0;
  top: 0;
  height: 2rem;
}

.link--close-popup svg {
  width: 2rem;
  display: inline-block;
}

.link--inclusives {
  position: relative;
  z-index: 5;
}

.link--inclusives .svgicon {
  padding-left: 0.5rem;
}

.link--inclusives svg {
  width: 1rem;
  vertical-align: middle;
}


.link--inclusives rect {
  fill: #1c1c1b;
}

.container-collapse .link--inclusives rect {
  fill: #ffffff;
}

/* ----------------------------------------------------------------------------------------------------------- inclusive */

/* ----------------------------------------------------------------------------------------------------------- container-collapse */

.container-collapse {
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
  width: 100%; /*small*/
}

@media screen and (min-width: 64rem) {
  .container-collapse { 
    margin-top: 8.5rem;
  }
}

.container-collapse:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9ba8ad;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.container-collapse p,
.container-collapse header,
.container-collapse a,
.container-collapse td,
.container-collapse h3 {
  color: #fff;
}

.container-collapse h3 {
  /*font-size: 3rem;*/
  font-size: 2rem;
}

.col-permanent, .col-flexible {
  position: relative;
  z-index: 1;
}

.col-flexible.has-transition {
  transition: all 300ms ease-out;  
}

.col-permanent .ce-textpic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* .container--moreboxes .container-collapse:nth-child(2n+2) .col-permanent .ce-textpic,*/
.container--moreboxes .container-collapse.is--even .col-permanent .ce-textpic {
  flex-direction: row-reverse;
}

.col-permanent .ce-bodytext p:first-child:before, 
.col-permanent .ce-bodytext > h3:nth-child(2):before {
  content: "";
  background: url(../Images/logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  /*width: 6.5rem;
  height: 6.5rem;*/
  width: 4.5rem;/*small*/
  height: 4.5rem;
  display: block;
  margin: 1rem 0;
}

.col-permanent .ce-bodytext h3 {
  /*padding-bottom: 2rem;*/
  padding-bottom: 0;/*small*/
  hyphens: auto;
}

.col-permanent .ce-bodytext header + h3 {
  margin-bottom: 1rem;
}

.col-permanent .ce-gallery {
  flex: 0 0 100%;
  padding-top: 0;
}

@media screen and (min-width: 64rem) {
  .col-permanent .ce-bodytext header h3 {
    font-size: 1.5rem;
  }
    
  .col-permanent .ce-gallery {
    padding-top: 7rem;
  }  
}

.col-permanent .ce-bodytext {
  flex: 0 0 100%;
  padding: 3rem 3rem 3.875rem;
  position: initial;
}


/* .container--moreboxes .container-collapse:nth-child(2n+2) .col-permanent .ce-bodytext, */
.container--moreboxes .container-collapse.is--even .col-permanent .ce-bodytext {
  padding: 3rem 1rem 3.875rem 3rem;
}

.col-permanent .ce-bodytext p:last-child {
  padding-top: 3.25rem;
}

.col-permanent .link--collapse {
  display: inline-block;
  text-transform: uppercase;
  padding: 2rem 2.75rem;
  border: 1.5px solid #ffffff;
  letter-spacing: 0.2rem;
  /*font-size: 1.5rem;
  line-height: 1.5rem;*/
  font-size: 1.25rem; /*small*/
  line-height: 1.25rem;
}

.link--collapse .svgicon {
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}

.link--collapse i.svgicon--minus {
  display: none;
}

.link--collapse.is--expanded i.svgicon--minus {
  display: inline-block;
}

.link--collapse.is--expanded i.svgicon--plus {
  display: none;
}

.col-permanent .link--collapse:hover {
  background-color: #fff;
  color: #9ba8ad;
}

.link--collapse:hover .svgicon rect, .link--collapse:hover .svgicon path {
  fill: #9ba8ad;
}

/* .container--moreboxes .container-collapse:nth-child(2n+2) .col-permanent .frame:nth-child(2), */
.container--moreboxes .container-collapse.is--even .col-permanent .frame:nth-child(2) {
  margin-left: 0;
  margin-right: 20%;
}

.col-permanent .frame:nth-child(2) .ce-text {
  padding: 2rem 3rem 2rem;
}

.col-permanent .frame:nth-child(2) .ce-text h4:first-child {
  padding-bottom: 1.5rem;
}

.col-permanent .frame:nth-child(2) .ce-text strong {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.col-flexible .call-to-action {
  text-align: left;
  margin-left: 2.5rem;
  color: #066c77;
  background-color: #fff;
}

/* .container--moreboxes .container-collapse:nth-child(2n+2) .col-flexible .call-to-action*/
.container--moreboxes .container-collapse.is--even .col-flexible .call-to-action {
  right: -17.25rem;
  left: auto;
}

.col-flexible .call-to-action:hover {
  color: #fff;
  background-color: #066c77;
}

.col-flexible > .frame-inner {
  padding: 2rem 7rem 3.875rem;
}

.col-flexible .frame-layout-4 > .frame-inner {
  padding: 0;
}

.col-flexible  h4 {
  font-size: 1.125rem;
}

tr {
  border-bottom: 1px solid #fff;
}

td {
  padding: 0.5rem 1rem;
}

tr:last-child {
  border-bottom: none;
}

.col-permanent .has--subheader {
  flex-direction: column;
  letter-spacing: 0.2rem;
  padding-top: 3rem;
  margin-left: 1rem;
}

.col-permanent h4.subheadline {
  font-size: 1rem;
}

.col-permanent .ce-above .ce-gallery {
  margin-top: 3rem;
  flex: 0 0 100%;
}

.col-permanent .ce-above .ce-bodytext {
  padding: 4rem 3rem 3.875rem;
  flex: 0 0 100%;
}

.frame-container-offer .container-collapse:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9ba8ad;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.frame-container-offer .col-permanent .ce-gallery {
  padding-top: 0;
}

.frame-container-offer .link--collapse {
  padding: 2rem 2rem;
}

.frame-container-offer .col-flexible {
  background-color: #9ba8ad;
}

/*.frame-container-offer */.col-flexible > .frame > .frame-inner {
  padding: 2rem 3rem 3.875rem 3rem;
}

.frame-container-offer .call-to-action--small {
  border: 2px solid #fff;
  background-color: transparent;
}

.frame-container-offer .call-to-action--small:hover {
  color: #9ba8ad;
  background-color: #fff;
}

.frame-container-offer .call-to-action--small path {
  fill: #fff;
}

.frame-container-offer .call-to-action--small:hover path {
  fill: #9ba8ad;
}

.frame-container-offer h3 {
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  hyphens: auto;
}

.frame-container-offer .has--subheader h3 {
  font-size: 1.75rem;
}

@media screen and (min-width: 1024px) {

  .col-permanent .ce-textpic {
    flex-wrap: nowrap;
  }

  .col-permanent .ce-gallery {
    flex: 0 0 65%;
    padding-top: 7rem;
  }

  .col-permanent .ce-bodytext {
    flex: 0 0 35%;
    padding: 7rem 3rem 3.875rem;
    position: initial;
  }

  /* .container--moreboxes .container-collapse:nth-child(2n+2) .col-permanent .ce-bodytext,   */
  .container--moreboxes .container-collapse.is--even .col-permanent .ce-bodytext {
    padding: 7rem 1rem 3.875rem 6rem;
  }

  .col-permanent .link--collapse {
    padding: 2rem 1.75rem;
  }

  .col-permanent .ce-above .ce-gallery {
    margin-top: 3rem;
    flex: 0 0 70%;
  }

  .col-permanent .ce-above .ce-bodytext {
    padding: 4rem 4rem 3.875rem;
    flex: 0 0 30%;
  }

  .container-collapse:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9ba8ad;
    width: 80%;
    height: 100%;
    z-index: 0;
  }

  /* .container--moreboxes .container-collapse:nth-child(2n+2):before*/
  .container--moreboxes .container-collapse.is--even:before {
    left: 0;
  }

  .col-flexible {
    margin-left: 20%;
    width: 80%;
    height: 0;
    overflow: hidden;
  }

  .col-flexible.active {
    height: auto;
  }

  /* .container--moreboxes .container-collapse:nth-child(2n+2) .col-flexible */
  .container--moreboxes .container-collapse.is--even .col-flexible {
    margin-left: 0;
    margin-right: 20%;
    width: 80%;
  }

  /*.frame-container-offer */.col-flexible > .frame > .frame-inner {
    /*padding: 2rem 7rem 3.875rem 6rem;*/
    padding: 2rem 4rem 3.875rem 4rem; /*small*/
  }

  /* .container--moreboxes .container-collapse:nth-child(2n+2) .col-flexible > .frame > .frame-inner */
  .container--moreboxes .container-collapse.is--even .col-flexible > .frame > .frame-inner {
    padding: 2rem 4rem 3.875rem 6rem; /*small*/
  }

  /*.container-collapse:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 20%;
    height: 50%;
    z-index: 0;
  }*/

  /* .container--moreboxes .container-collapse:nth-child(2n+2):after  */
  .container--moreboxes .container-collapse.is--even:after {
    right: 0;
    left: initial;
  }

  .col-permanent .frame:nth-child(2) {
    width: 80%;
    margin-left: 20%;
  }

  .col-permanent .frame:nth-child(2) .ce-text {
    padding: 2rem 6rem 2rem;
  }

  .col-flexible .call-to-action {
    position: absolute;
    left: -12.25rem;
    top: 35%;
    margin-left: 0;
    padding: 1.75rem 2.5rem;
  }

  /* .container--moreboxes .container-collapse:nth-child(2n+2) .col-flexible .call-to-action */
  .container--moreboxes .container-collapse.is--even .col-flexible .call-to-action {
    right: -12.25rem;
    left: auto;
  }

  .frame-container-offer .col-flexible {
    margin-left: 10%;
    width: 90%;
    background-color: #9ba8ad;
  }

  .frame-container-offer .container-collapse:before {
    content: "";
    width: 90%;
    height: 95%;
  }

  /* .frame-container-offer .container--moreboxes .container-collapse:nth-child(2n+2) .col-flexible */
  .frame-container-offer .container--moreboxes .container-collapse.is--even .col-flexible {
    margin-right: 10%;
    width: 90%;
  }

  /* .frame-container-offer .container--moreboxes .container-collapse:nth-child(2n+2) .col-permanent .has--subheader */
  .frame-container-offer .container--moreboxes .container-collapse.is--even .col-permanent .has--subheader {
    margin-left: 30%;
  }

  .frame-container-offer .col-flexible .col--right {
    padding-left: 2rem;
  }

  .col-permanent .has--subheader {
    margin-left: 30%;
  }

  .frame-container-offer .has--subheader h3 {
    font-size: 2.5rem;
  }

  .col-permanent h4.subheadline {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .container-collapse {
    width: 75%; /*small*/
  }

  .col-flexible .call-to-action {
    /*left: -17.25rem;
    padding: 2.5rem 3.75rem;*/
    left: -11.25rem; /*small*/
    padding: 2.5rem 1.75rem;
  }

  /* .container--moreboxes .container-collapse:nth-child(2n+2) .col-flexible .call-to-action, */
  .container--moreboxes .container-collapse.is--even .col-flexible .call-to-action {
    /*right: -17.25rem; */
    right: -11.25rem; /*small*/
    left: auto;
  }

  /* .container--moreboxes .container-collapse:nth-child(2n+2), */
  .container--moreboxes .container-collapse.is--even {
    margin-left: 25%;
  }

  .col-permanent .link--collapse {
    /*padding: 2rem 3.75rem;*/
    padding: 1rem 2rem; /*small*/
  }

  .col-permanent .ce-bodytext {
    /*padding: 7rem 7rem 3.875rem;*/
    padding: 7rem 4rem 3.875rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- container-collapse */

/* ----------------------------------------------------------------------------------------------------------- overlay-video */

.frame.frame-overlay-video > .frame-inner {
  max-width: none;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.frame-overlay-video .container--has-background {
  position: relative;
  align-items: center;
}

.frame-overlay-video .container__background {
  position: absolute;
}

.frame-overlay-video .container__cols {
  max-width: 86.25rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}

.frame-overlay-video .col--left h3 {
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.frame-overlay-video .frame-type-with-logo .frame-inner::before {
  margin-bottom: 1.5rem;
}

.frame-overlay-video .frame,
.frame-overlay-video .frame-inner {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .frame.frame-overlay-video > .frame-inner {
    max-width: none;
    margin-top: 15rem;
    /* margin-bottom: 8rem; */
  }

  .frame-overlay-video .col--one {
    padding-right: 1rem;
  }

  .frame-overlay-video .col--two {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .frame-overlay-video .col--three {
    padding-left: 1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- overlay-video */

/* ------------------------------------------------------------------------------------------ form */

.main .frame-type-form_formframework > .frame-inner, .grid-x {
  max-width: 50rem;
  margin: 0 auto;
}

form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

form:not(.rmBase__content):not(.cookie-panel__selection form) > div:first-child {
  display: none;
}

form fieldset {
  display: none;
}

.formproperty, .property, .form-group:not(fieldset), .form-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  flex: 0 0 100%;
}

@media screen and (max-width: 768px) {
	.formproperty, .property, .form-group:not(fieldset), .form-inline {
		flex: 0 0 100%;
	}
}

.form-group {
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.form-group.inactive {
  height: 0;
  opacity: 0;
  padding-top: 0;
}

.form-group:not(fieldset), .formproperty, div.clearfix {
  padding-top: 3em;
}

.form-group.form-group--checkbox {
  padding-top: 0;
}

.grid-x .form-group.form-group--checkbox {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.form-group.form-group--check .help-block {
  align-self: center;
}

.form-inline .form-group {
  margin-right: 1em;
}

.form-group.form-group--textarea, form .clearfix {
  flex: 0 0 100%;
}

form a {
  color: #046c77;
}

label, input, select, textarea, div[role="group"] p {
  margin: 1em 0;
}

div[role="group"] p {
  margin-bottom: 0;
}

div[role="group"] p.form__label {
  margin-bottom: 0;
  margin-top: 0;
}

div[role="group"] p.form__field {
  margin-top: 0;
  margin-bottom: 0;
}

label {
  display: block;
  top: 0.5rem;
  left: 0;
  margin: 1em 0 0 0;
  position: absolute;
  z-index: 0;
  transition: all 150ms ease;
}

.altcha-main label {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin-top: 0;
  top: 0;
}

.grid-x .form-group--checkbox label {
  left: 2rem;
}

.form-check-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  top: auto;
  left: auto;
}

@keyframes check {
  from {
    stroke-dashoffset: 250;
  }
  to {
    stroke-dashoffset: 0;
  }
}

input:not([type="checkbox"]), textarea, select {
  background-color: rgba(255,255,255,1);
  padding: 14px 18px;
  border: 1px solid #9ba8ad;
  font-size: 1em;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  border-radius: 0;
}

input:not([type="checkbox"]), textarea {
  -webkit-appearance: none;
}


.form-check-label input {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
  width: auto;
}

input.hidden {
  display: none;
}

textarea {
  min-height: 10em;
}

input:focus, textarea:focus, select:focus {
  background-color: #fff;
  border: 1px solid #046c77;
  box-shadow: none;
  outline: none;
}

.form-group .active + label {
  top: -8px;
  font-weight: 600;
  color: #189738;
  font-size: 1em;
  z-index: 1;
}

input.hasDatepicker {
  position: relative;
  z-index: 100;
}

.form-group.is-active label {
  top: -12px;
}

.form-control.is--active {
  display: block;
}

input.error {
  box-shadow: none;
  border-color: red;
}

input:required:invalid + label span, label.error, input:focus + label.error, input.active + label.error {
  color: red;
}

button {
  color: #fff;
  padding: 0.5em 2em;
  margin-left: 1.78em;
  background-color: #046c77;
  letter-spacing: 0.2rem;
  cursor: pointer;
  font-size: 1.25em;
  text-transform: uppercase;
  border: 1px solid #046c77;
  transition: all 500ms ease;
}

.cookie-panel__control button {
  margin-left: 0;
}

.actions button {
  margin-left: 0;
  margin-top: 1em;
}

button:hover {
  color: #046c77;
  background-color: #fff;
}

.form__errors {
  background-color: red;
  margin-bottom: 2em;
  padding: 0.5em 2em;
  color: #fff;
  font-weight: 700;
}

.clearfix .frame.frame-default.frame-type-text.frame-layout-0 {
  margin-bottom: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.col-lg-2, .col-lg-3, .col-lg-4 {
  flex: 0 0 100%;
}

@media screen and (min-width: 1024px) {
  .col-lg-3 {
    flex: 0 0 50%;
    padding-right: 1rem;
  }

  .col-lg-3:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 1rem;
  }

  .col-lg-2 {
    flex: 0 0 33%;
  }

  .col-lg-2:first-child {
    padding-right: 1.33rem;
  }

  .col-lg-2:nth-child(2) {
    padding-right: 0.67rem;
    padding-left: 0.67rem;
  }

  .col-lg-2:last-child {
    padding-left: 1.33rem;
  }

  .col-lg-4 {
    flex: 0 0 66.67%;
    padding-right: 0.67rem;
  }

  .col-lg-4:last-child {
    padding-right: 0;
    padding-left: 0.67rem;
  }
}

.main {
  margin-top: 2rem;
}

form div {
  width: 100%;
}

.wrapper--search form div {
  width: auto;
}

.wrapper--search form div.tx-indexedsearch-form {
  width: 100%;
}

.input.checkbox {
  display: flex;
  align-items: center;
}

.input.checkbox .form-check {
  width: auto;
}

select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  z-index: 1;
}

.input {
  position: relative;
}

.form-group--select .input:after {
  content: "";
  position: absolute;
  background: url(../Images/arrow-head.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.6rem;
  right: 0.5rem;
  top: 22px;
  transition: all 500ms ease;
}

.form-group--select.is--active .input:after {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .col-xs-2 {
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  form {
    padding: 0;
  }
  .formproperty, .property, .form-group:not(fieldset), .form-inline {
    flex: 0 0 100%;
  }
  .form-group.form-group--textarea, form .clearfix {
    flex: 0 0 100%;
  }
}

/* ------------------------------------------------------------------------------------------ form */

/* ------------------------------------------------------------------------------------------ social-feed */

.tx-fb-feed, .container--instagram {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tx-fb-feed .feeditem, .container--instagram .feeditem {
  flex: 0 0 100%;
  padding-top: 3rem;
  overflow: hidden;
}

.feeditem__textcontent, .feeditem__text--instagram {
  padding-top: 1rem;
}

.feeditem__title {
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
}

.feeditem__title a {
  font-family: "Source Serif Pro", serif;
  font-weight: normal;
}

.feeditem__link {
  float: right;
  padding-top: 2rem;
}

.feeditem__link:hover {
  text-decoration: underline;
}

.feeditem__createdtime {
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  .tx-fb-feed .feeditem, .container--instagram .feeditem {
    flex: 0 0 49%;
    margin-right: 2%;
  }

  .tx-fb-feed .feeditem:nth-child(2n), .container--instagram .feeditem:nth-child(2n) {
    margin-right: 0;
  }

}

@media screen and (min-width: 1024px) {
  .tx-fb-feed .feeditem {
    flex: 0 0 33%;
    padding-top: 5rem;
    margin-right: 0;
  }

  .container--instagram .feeditem {
    flex: 0 0 33%;
    margin-right: 0;
  }

  .container--instagram .feeditem:nth-child(1n+4) {
    padding-top: 3rem;
  }

  .tx-fb-feed .feeditem:nth-child(3n+1), .container--instagram .feeditem:nth-child(3n+1) {
    padding-right: 1.33rem;
  }

  .tx-fb-feed .feeditem:nth-child(3n+2), .container--instagram .feeditem:nth-child(3n+2) {
    margin-top: 5rem;
    padding-left: 0.67rem;
    padding-right: 0.67rem;
  }

  .tx-fb-feed .feeditem:nth-child(3n+3), .container--instagram .feeditem:nth-child(3n+3) {
    padding-left: 1.33rem;
  }
}

/* ------------------------------------------------------------------------------------------ social-feed */

/* ----------------------------------------------------------------------------------------------------------- footer */

.wrapper--footer {
  background-color: #9ba8ad;
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer > .frame > .frame-inner {
  max-width: 86.25rem;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
}

footer .container--fourcolumn {
  align-items: flex-start;
}

footer .col--fourth {
  flex: 0 0 100%;
  overflow: hidden;
}

footer .col--four {
  text-align: right;
}

footer .col--four {
  position: absolute;
  top: -4rem;
  right: 2rem;
}

@media screen and (min-width: 768px) {
  footer .col--fourth {
    flex: 0 0 33.33%;
    padding-right: 2rem;
  }
}

.frame-type-footer-logo {
  margin-top: 3rem;
}

.frame-type-footer-logo .ce-column {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
}

.frame-type-footer-logo img {
  height: 3.5rem
}

.link--external {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.link--facebook {
  margin-right: 1rem;
}

footer .frame-type-menu_subpages ul {
  padding-top: 2rem;
}

footer .frame-type-menu_subpages li {
  display: inline-block;
  margin-right: 0.25rem;
}

footer .frame-type-menu_subpages li:last-child {
  margin-right: 0;
}

footer .frame-type-menu_subpages li:before {
  content: "•";
  display: inline-block;
  width: 0.5rem;
  height: 1rem;
  vertical-align: top;
}

footer .frame-type-menu_subpages li:first-child:before {
  display: none;
}

footer a:hover {
  text-decoration: underline;
}

.frame-type-footer-logo {
  max-width: 100%;
}

footer .frame-type-footer-logo a img {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  filter: url('../Images/gray.svg#grayscale');
  filter: gray;
}

footer .frame-type-footer-logo a:hover img {
  -webkit-filter: none;
  filter: none
}

footer .frame-type-html .weather-widget iframe .coords {
  display: none;
}

footer .frame-type-html .weather-widget--large {
  display: none;
}

@media screen and (min-width: 768px) {

  .frame-type-footer-logo {
    max-width: 60%;
  }

  footer .frame-type-html .weather-widget--small {
    padding-top: 0;
    position: absolute;
    left: 66%;
    bottom: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .wrapper--footer {
    background-color: #9ba8ad;
    margin-top: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  footer .container--fourcolumn{
    align-items: flex-start;
  }

  footer .col--one {
    flex: 0 0 30%;
  }

  .col--fourth.col--one .frame {
    padding-right: 20%;
  }

  footer .col--two, footer .col--three {
    flex: 0 0 20%;
  }

  footer .col--four {
    flex: 0 0 30%;
    text-align: right;
    position: relative;
    top: auto;
  }

  .frame-type-footer-logo {
    margin-top: 3rem;
    max-width: none;
  }

  .frame-type-footer-logo .ce-column {
    display: inline-block;
    margin-right: 1.5rem;
  }

  .frame-type-footer-logo img {
    height: 3.5rem
  }

  .link--external {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
  }

  .link--facebook {
    margin-right: 1rem;
  }

  footer .frame-type-menu_subpages li {
    display: inline-block;
    margin-right: 0.25rem;
  }

  footer .frame-type-menu_subpages li:last-child {
    margin-right: 0;
  }

  footer .frame-type-menu_subpages li:before {
    content: "•";
    display: inline-block;
    width: 0.5rem;
    height: 1rem;
    vertical-align: top;
  }

  footer .frame-type-menu_subpages li:first-child:before {
    display: none;
  }

  footer .frame-type-html .weather-widget--small {
    left: auto;
    right: 2rem;
    bottom: -3rem;
  }

}

@media screen and (min-width: 1400px) {

  .wrapper--footer {
    padding-bottom: 8rem;
  }

  .frame-type-footer-logo {
    max-width: none;
  }

  .frame-type-footer-logo .ce-column {
    margin-bottom: 0;
  }

  footer > .frame > .frame-inner {
    padding: 0;
  }

  footer .frame-type-html .weather-widget--small {
    display: none;
  }

  footer .frame-type-html .weather-widget--large {
    display: block;
  }

  footer .frame-type-html .weather-widget, footer .frame-type-menu_subpages ul {
    padding-top: 0;
    position: absolute;
    right: 10rem;
    bottom: -2rem;
    padding: 0;
  }

   footer .frame-type-menu_subpages ul {
     bottom: -6rem;
     right: 0;
   }
}

/* ----------------------------------------------------------------------------------------------------------- footer */

/* ----------------------------------------------------------------------------------------------------------- table */

.contenttable {
  width: 100%;
  overflow-x: scroll;
  display: block;
}

.table-wrapper {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  .table-wrapper {
      overflow: visible;
  }
}

@media screen and (min-width: 1024px) {
  .contenttable {
    display: inline-table;
    overflow-x: initial;
  }
}

/* ----------------------------------------------------------------------------------------------------------- table */

/* ----------------------------------------------------------------------------------------------------------- block elements */
.loading--overlay.is--fadeout {
  z-index: 1000;
  -webkit-transition: opacity 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 0;
}

/* ----------------------------------------------------------------------------------------------------------- block elements */

/* ----------------------------------------------------------------------------------------------------------- popup */

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-40%);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background-color: #9ba8ad;
  width: 100%;
  height: 100%;
  -webkit-transition: z-index 250ms ease, opacity 250ms ease, transform 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: z-index 250ms ease, opacity 250ms ease, transform 500ms ease;
  -o-transition: z-index 250ms ease, opacity 250ms ease, transform 500ms ease;
  transition: z-index 250ms ease, opacity 250ms ease, transform 500ms ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 2rem;
  overflow-y: auto;
}

.popup.is--visible {
  visibility: visible;
}

.popup.is--active {
  z-index: 1000;
  opacity: 1;
  transform: translate(-50%,-50%);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: none;
}

.is--popup-active .popup-overlay {
  z-index: 990;
  display: block;
}

@media screen and (min-width: 1024px) {

  .popupmask {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      opacity: 0.1;
      z-index: 999;

      filter: blur(50px);
      -webkit-filter: blur(50px);
      -moz-filter: blur(50px);
      -o-filter: blur(50px);
      -ms-filter: blur(50px);
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='svgMask'><feGaussianBlur stdDeviation='100' /></filter></svg>#svgMask");
  }

  .popup {
    max-width: 72.75rem;
    max-height: 48rem;
    box-shadow: 0 0 200px rgba(0,0,0,0.5);
    padding: 3.875rem 8.5rem;
    justify-content: space-between;
  }
}

/* ----------------------------------------------------------------------------------------------------------- popup */

/*-------------------------------------------------------------------------------------------------------- ifws_googlemap */

.tx_ifwsgooglemap {
  clear: both;
  margin: 0 0 4rem 0;
}

.poilist {
  display: none;
}

.ifwsmap-message {
  display: none;
}


#map_canvas, #mapwrapper, .entrydetail__map, .entrydetail__mapcanvas {
  width: 100%;
  height: 600px;
}

@media screen and (min-width: 1024px) {
  .entrydetail__map {
    max-width: 86.25rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 1400px) {
  .entrydetail__map {
    padding: 0;
  }
}

#ifws-google-map-container {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#ifws-google-map-container.active {
  overflow: visible;
}

.tx-ifwsgooglemap-pi1 #mapmessage {
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  position: absolute;
  z-index: 1000;
  /*padding: 32px !important;*/
}

.ifwsmap-message-content-wrapper:before {
  content: ".";
  font-size: 0;
  width: 0;
  height: 0;
  display: block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #1c1c1b;
  margin: 0 auto 0 10px;
}

.ifwsmap-message.under .ifwsmap-message-content-wrapper:before {
  content: ".";
  font-size: 0;
  width: 0;
  height: 0;
  display: block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #046c77;
  margin: 0 auto 0 10px;
}

.ifwsmap-message.above .ifwsmap-message-content-wrapper:after {
  content: ".";
  font-size: 0;
  width: 0;
  height: 0;
  display: block;
  border-right: 20px solid transparent;
  border-top: 20px solid #046c77;
  margin: 0 auto 0 10px;
}

.ifwsmap-message.left .ifwsmap-message-content-wrapper:before, .ifwsmap-message.left .ifwsmap-message-content-wrapper:after {
  margin: 0 20% 0 auto;
  border-left: 20px solid transparent;
  border-right: none;
}

.ifwsmap-message.above .ifwsmap-message-content-wrapper:before {
  display: none;
}

.ifwsmap-message-content {
  max-width: 300px;
  background-color: #046c77;
}

.ifwsmap-message-content-wrapper p, .ifwsmap-message-content-wrapper h3 {
  color: #fff;
  padding: 0 1rem;
}

.ifwsmap-message-content-wrapper h3 {
  padding-top: 1rem;
}

.ifwsmap-message-content-wrapper p:last-child {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.ifwsmap-message-content-wrapper a {
  color: #fff;
}

.poi-entrylist, .poilist-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.ifwsgooglemap-poi {
  flex: 0 0 100%;
  margin-bottom: 4rem;
  position: relative;
  padding: 0 2rem;
  overflow: hidden;
}

.ifwsgooglemap-poi i {
  width: 1.25rem;
  position: absolute;
  left: 0;
  top: 0.35rem;
  overflow: hidden;
}

.hiddenmapinfo {
  display: none;
}

.person--lastname, .person--firstname, .category, .zip, .city, .country {
  display: none;
}

@media screen and (min-width: 768px) {
  .ifwsgooglemap-poi {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 1366px) {
  .ifwsgooglemap-poi {
    flex: 0 0 33%;
  }
}

@media screen and (min-width: 1024px) {
  .container--poilist {
    padding-left: 8rem;
  }
}


h3.poilist__groupheader {
  text-align: center;
  flex: 0 0 100%;
  padding-top: 0;
  padding-bottom: 2rem;
}

/*------------------------------------------------------------------------------------------------------------ ifws_googlemap */

/*------------------------------------------------------------------------------------------------------------ collapse */

.collapse {
  overflow: hidden;
  -webkit-transition: height 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}

.collapse__permanent {
  display: block;
}

.collapse__trigger i {
  -webkit-transition: transform 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
}

.collapse__trigger.is--expanded i {
  transform: rotate(90deg);
}

/*------------------------------------------------------------------------------------------------------------ collapse */

/*------------------------------------------------------------------------------------------------------------ properties */

.is--hidden {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------ properties */

/*------------------------------------------------------------------------------------------------------------ booking plugin */

/*------------------------------------------------------------------------------------------------------------ booking plugin */

.rmBase__container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rmBase__el {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.rmBase__el--heading {
  padding-top: 0;
  margin-top: 0;
}

.rmBase__el label {
  top: 0;
  margin-top: 0;
}

.rmBase__comp--heading {
  margin-bottom: 3rem;
}

.privacy__visual {
  display: none;
}

.privacy__visual svg {
  display: block;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.privacy__text {
  font-size: 1rem;
  max-width: 64rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.privacy__text a {
  font-size: 1rem;
}

.rmBase {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rmBase__body.hidden {
  display: none;
}

.rmBase[data-page-type="pageSubscribeSuccess"] .rmBase__comp--text,
.rmBase[data-page-type="pageSubscribeSuccess"] .rmBase__comp--heading {
  text-emphasis: center;
}

.rmBase__comp--heading {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}


/*------------------------------------------------------------------------------------------------------------ cookies */

.om-cookie-panel {
  transform: translate(0,100%);
}

@media (min-width: 1024px) {
  .om-cookie-panel {
    width: 100%;
    left: 0;
    transform: translate(0,100%);
    border-right: 0;
    border-left: 0;
  }

  .om-cookie-panel.active { 
    transform: translate(0,0);
  }
}

.om-cookie-panel {
  flex-wrap: wrap;
}

.cookie-panel__selection form div {
  width: auto;
}

.om-cookie-panel .cookie-panel__checkbox-wrap {
  flex: 0 0 auto;
}

@media screen and (min-width: 30rem) {
  .om-cookie-panel .cookie-panel__checkbox-wrap {
    flex: 0 0 auto;
    margin-right: 2rem;
  }
}

.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 0;
}

.om-cookie-panel label,
.om-cookie-panel p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
}

.om-cookie-panel .cookie-panel__button,
.om-cookie-panel .cookie-panel__link a {
  font-size: 0.875rem;
}

.cookie-panel__selection form {
  justify-content: flex-start;
}

.cookie-panel__selection form > * {
  position: relative;
}

.cookie-panel__control {
  margin-top: 1rem;
}

.om-cookie-panel .cookie-panel__button {
  border: 1px solid #1c1c1b;
  text-transform: none;
  background-color: transparent;
  color: #1c1c1b;
  border-radius: 0;
}

.om-cookie-panel .cookie-panel__button:hover {
  background-color: #1c1c1b;
  color: #fff;
}

.om-cookie-panel label {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
}

.om-cookie-panel .cookie-panel__checkbox + label {
  line-height: 1.4;
}

.om-cookie-panel .cookie-panel__checkbox + label::before {
  border-radius: 0;
  border-color: #1c1c1b;
  display: inline-block;
  float: none;
  vertical-align: center;
}

.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #1c1c1b;
}

.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  background-color: #1c1c1b;
}

/*------------------------------------------------------------------------------------------------------------ cookies */