@font-face {
  font-family: "CamptonBook";
  src: url("../fonts/CamptonBook/font.woff") format("woff");
}
@font-face {
  font-family: "CamptonBookItalic";
  src: url("../fonts/CamptonBookItalic/font.woff") format("woff");
}
@font-face {
  font-family: "CamptonMedium";
  src: url("../fonts/CamptonMedium/font.woff") format("woff");
}
@font-face {
  font-family: "CamptonMediumItalic";
  src: url("../fonts/CamptonMediumItalic/font.woff") format("woff");
}
@font-face {
  font-family: "CamptonSemiBold";
  src: url("../fonts/CamptonSemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "CamptomSemiBoldItalic";
  src: url("../fonts/CamptonSemiBoldItalic/font.woff") format("woff");
}
html {
  width: 100%;
  height: 100%;
  scroll-behavior: auto !important;
}

body {
  font-family: "CamptonBook";
  font-size: 18px;
  line-height: 27px;
}
@media all and (min-width: 1025px) {
  body {
    font-size: 23px;
    line-height: 34px;
  }
}
body {
  letter-spacing: 0.46px;
  background-color: #fff;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
body.page-template-page-tpl-legal {
  height: auto;
}

.normal-txt {
  font-family: "CamptonBook";
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

@media all and (min-width: 700px) {
  .page-template-default section, .page-template-default footer,
  .team-template-default section,
  .team-template-default footer {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media all and (max-width: 699px) {
  .page-template-default section.default-page .container, .page-template-default footer.default-page .container,
  .team-template-default section.default-page .container,
  .team-template-default footer.default-page .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (min-width: 1025px) {
  .page-template-default section.default-page .container, .page-template-default footer.default-page .container,
  .team-template-default section.default-page .container,
  .team-template-default footer.default-page .container {
    max-width: 1074px !important;
    width: 100% !important;
  }
}
.page-template-default section.default-page .row, .page-template-default footer.default-page .row,
.team-template-default section.default-page .row,
.team-template-default footer.default-page .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media all and (max-width: 699px) {
  .page-template-default section.default-page .row, .page-template-default footer.default-page .row,
  .team-template-default section.default-page .row,
  .team-template-default footer.default-page .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.page-template-default section.default-page [class*=col-], .page-template-default footer.default-page [class*=col-],
.team-template-default section.default-page [class*=col-],
.team-template-default footer.default-page [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (max-width: 699px) {
  .page-template-default section.default-page [class*=col-], .page-template-default footer.default-page [class*=col-],
  .team-template-default section.default-page [class*=col-],
  .team-template-default footer.default-page [class*=col-] {
    width: 100% !important;
    padding-right: 20px;
    padding-left: 20px;
  }
}

a, a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3 {
  text-align: center;
  margin: 0;
  padding: 0;
}

strong {
  font-family: CamptonMedium;
}

h2, .h2 {
  font-family: "IvyMode Thi";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 44px;
  padding-bottom: 16px;
}
@media all and (min-width: 1025px) {
  h2, .h2 {
    font-size: 70px;
    letter-spacing: 7px;
    padding-bottom: 0;
  }
}
h2, .h2 {
  text-transform: uppercase;
}
h2.inner, .h2.inner {
  font-family: "CamptonBook";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
}
@media all and (min-width: 1025px) {
  h2.inner, .h2.inner {
    font-size: 23px;
    line-height: 34px;
  }
}
h2.inner, .h2.inner {
  letter-spacing: 6.9px;
  padding-bottom: 20px;
}

h3 {
  font-family: "IvyMode Thi";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-size: 53px;
  letter-spacing: 5.3px;
  line-height: 70px;
  text-transform: uppercase;
}

.h3.subhead {
  font-family: CamptonBook;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 5.4px;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .h3.subhead {
    font-size: 23px;
  }
}

.color-gray {
  color: #5A788C;
}

.color-brown {
  color: #C39169;
}

.border-color-gray {
  border-color: #5A788C;
}

.border-color-brown {
  border-color: #C39169;
}

.container {
  max-width: 890px;
}

@media all and (max-width: 1024px) {
  .home .col-6 {
    width: 100%;
  }
}

body.home #header-nav {
  display: none;
}

#header-nav {
  background-color: #fff;
}
#header-nav.fixed-top {
  z-index: 999999;
}
#header-nav .container {
  position: relative;
  height: 80px;
}
#header-nav .contact {
  display: none;
}
@media all and (min-width: 951px) {
  #header-nav .contact {
    display: inline;
  }
}
#header-nav .contact {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 80px;
}
#header-nav .contact .button {
  margin-top: 0;
}
#header-nav .menu {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 4px;
  width: 40px;
}
@media all and (min-width: 700px) {
  #header-nav .menu {
    right: 65px;
  }
}
@media all and (min-width: 1025px) {
  #header-nav .menu {
    width: auto;
  }
}
#header-nav .menu .href-toggler {
  font-family: CamptonMedium;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 6px;
  color: #C39169;
}
#header-nav .menu .href-toggler:hover, #header-nav .menu .href-toggler:active {
  color: #EDDDCA;
}
#header-nav .menu .href-toggler .desk {
  display: none;
}
@media all and (min-width: 1025px) {
  #header-nav .menu .href-toggler .desk {
    display: inline;
  }
}
#header-nav .menu .href-toggler .mob {
  display: inline;
}
@media all and (min-width: 1025px) {
  #header-nav .menu .href-toggler .mob {
    display: none;
  }
}
#header-nav .menu .href-toggler .open {
  display: none;
}
#header-nav .home-logo {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
}
#header-nav .home-logo img {
  max-height: 40px;
}
#header-nav.lounge .home-logo img {
  position: relative;
  left: -10px;
  max-height: 50px;
}

/*
.navbar-toggler
{
    .show { display: inline-block; }
    .hide { display: none; }
}
*/
body.modal-open .href-toggler .closed {
  display: none;
}
body.modal-open .href-toggler .open {
  display: inline !important;
}

#main-menu ul li {
  padding-bottom: 40px;
}
@media all and (min-width: 1025px) {
  #main-menu ul li {
    padding-bottom: 70px;
  }
}
#main-menu ul li a {
  font-family: "IvyMode Thi";
  font-display: swap;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 40px;
  text-transform: uppercase;
}
@media all and (min-width: 1025px) {
  #main-menu ul li a {
    font-size: 70px;
    letter-spacing: 7px;
    line-height: 70px;
  }
}
#main-menu.lounge a {
  color: #C39169;
}
#main-menu.lounge a:hover, #main-menu.lounge a:active {
  color: #EDDDCA;
}

.burger, .burger-filter {
  position: absolute;
  z-index: 3;
}
.burger .lines-button, .burger-filter .lines-button {
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: -17px;
}
.burger .lines, .burger-filter .lines {
  display: inline-block;
  width: 30px;
  /*
  @media all and (min-width: 701px) {
      width: $button-size;
  }
  */
  height: 2px;
  background: #C39169;
  transition: 0.35s;
  position: relative;
  background: transparent;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
.burger .lines:before, .burger .lines:after, .burger-filter .lines:before, .burger-filter .lines:after {
  display: inline-block;
  width: 30px;
  /*
  @media all and (min-width: 701px) {
      width: $button-size;
  }
  */
  height: 2px;
  background: #C39169;
  transition: 0.35s;
  position: absolute;
  left: 0;
  content: "";
  -ms-transform-origin: 2.1428571429px center;
  transform-origin: 2.1428571429px center;
}
.burger .lines, .burger-filter .lines {
  /*
  &:before { top: $button-size/6; }
  &:after { top: -$button-size/6; }
  */
}
.burger .lines:before, .burger-filter .lines:before {
  top: 4px;
}
.burger .lines:after, .burger-filter .lines:after {
  top: -5px;
}
.burger .lines, .burger-filter .lines {
  /*
  @media all and (min-width: 701px) {
      &:before { top: 9px }
      &:after { top: -9px; }
  }*/
}
.burger .lines-button.x .lines:before, .burger .lines-button.x .lines:after, .burger-filter .lines-button.x .lines:before, .burger-filter .lines-button.x .lines:after {
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.2s 0s linear, transform 0.2s linear;
}
.burger .lines-button, .burger-filter .lines-button {
  padding-right: 0;
}
.burger .lines-button.x.closer .lines, .burger-filter .lines-button.x.closer .lines {
  /* was war mit dem? Original
  -webkit-transform: rotate3d(0,0,1,90deg);
  -moz-transform: rotate3d(0,0,1,90deg);
  -ms-transform: rotate3d(0,0,1,90deg);
  transform: rotate3d(0,0,1,90deg);
  */
}
.burger .lines-button.x.closer .lines:before, .burger .lines-button.x.closer .lines:after, .burger-filter .lines-button.x.closer .lines:before, .burger-filter .lines-button.x.closer .lines:after {
  transition: top 0.2s ease, transform 0.2s 0.1s ease;
}
.burger .lines-button.x.closer .lines:before, .burger-filter .lines-button.x.closer .lines:before {
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 0;
}
.burger .lines-button.x.closer .lines:after, .burger-filter .lines-button.x.closer .lines:after {
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 0;
}

.modal-backdrop {
  background-color: #FDF8F3;
}
.modal-backdrop.show {
  opacity: 1 !important;
}

.modal {
  overflow-y: hidden;
}

.modal-dialog {
  width: 100% !important;
  max-width: 100% !important;
}
.modal-dialog .modal-content {
  height: 100vh;
  position: absolute;
  top: calc(50% - 80px);
  -ms-transform: translateY(calc(50% - 80px)) !important;
      transform: translateY(calc(50% - 80px)) !important;
}
@media all and (min-width: 1025px) {
  .modal-dialog .modal-content {
    top: calc(50% - 180px);
    -ms-transform: translateY(calc(50% - 180px)) !important;
        transform: translateY(calc(50% - 180px)) !important;
  }
}
.modal-dialog .modal-content {
  text-align: center;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
}

.page-template-page-tpl-legal #header-nav {
  display: block !important;
}

.vl {
  border-left: 1px solid #AABDC7;
  height: calc(100% - 100px);
  position: relative;
  left: 50%;
  margin-left: 1px;
  top: 60px;
}
.vl.lounge {
  border-left: 1px solid #C39169;
}

.vl-img {
  border-left: 1px solid;
  position: absolute;
  left: 50%;
  margin-left: 1px;
  top: 0px;
  display: block;
  height: 100%;
}

.vl-top {
  border-left: 1px solid #AABDC7;
  height: 90px;
  position: relative;
  left: 50%;
  margin-left: 1px;
  top: 0px;
}
.vl-top.lounge {
  border-left: 1px solid #C39169;
}
.vl-top.page-default {
  height: 150px;
  margin-top: 40px;
}
@media all and (min-width: 1025px) {
  .vl-top.page-default {
    margin-top: 55px;
  }
}
.vl-top.page-default {
  margin-bottom: 30px;
}

.button {
  display: inline-block;
  margin-top: 20px;
  height: 39px;
  border: 1px solid;
  font-family: CamptonMedium;
  font-size: 12px;
  letter-spacing: 3.6px;
  line-height: 11px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 23px 12px 23px;
}

.button-color-gray:hover {
  color: #fff;
  background-color: #5A788C;
}

.button-color-lightgray {
  color: #AABDC7;
  border-color: #AABDC7;
}
.button-color-lightgray:hover {
  color: #fff;
  background-color: #AABDC7;
}

.button-color-brown:hover, .button-lounge:hover {
  color: #fff;
  background-color: #C39169;
}

.teamlist h2 {
  margin-bottom: 40px;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
}
.teamlist {
  margin-bottom: -60px;
}
.teamlist .wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.teamlist .wrapper.last {
  margin-bottom: 0;
}
.teamlist .name {
  display: block;
  line-height: 1.2;
}
.teamlist img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}
.teamlist .image-hover-wrapper {
  display: inline-block;
  margin-bottom: 20px;
}
.teamlist .wrapper a:hover .img-overlay {
  border-radius: 50%;
  background-color: #C39169;
  display: inline-block;
}
.teamlist .wrapper a:hover img {
  opacity: 0.4;
}

.single-team .wrapper {
  padding-top: 60px;
  background-color: #fff;
  padding-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .single-team .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 1025px) {
  .single-team .wrapper {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}
@media all and (min-width: 1025px) {
  .single-team .wrapper .col-8 {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-team .wrapper img {
  border-radius: 50%;
  max-width: 200px;
}
@media all and (min-width: 1025px) {
  .single-team .wrapper img {
    max-width: 338px;
  }
}
.single-team .button {
  margin-top: 50px;
  margin-bottom: 35px;
}
.single-team h1 {
  padding-top: 40px;
}
@media all and (min-width: 1025px) {
  .single-team h1 {
    padding-top: 50px;
  }
}
.single-team h1 {
  padding-bottom: 20px;
}

#popup-container {
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  -ms-transform: rotate(20deg);
      transform: rotate(20deg);
}
#popup-container.visible {
  display: block;
  opacity: 1;
}
#popup-container.hidden {
  display: none !important;
}
@media all and (max-width: 1024px) {
  #popup-container {
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%) rotate(20deg);
        transform: translateX(-50%) rotate(20deg);
  }
}
@media (max-width: 767px) {
  #popup-container {
    bottom: -400px;
    transition: bottom 0.3s ease, opacity 0.3s ease;
  }
  #popup-container.show-on-scroll {
    bottom: 100px;
  }
}

.svg-wrapper {
  position: relative;
  width: 300px;
  height: auto;
}

.clickable-area {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.clickable-area:hover .st1,
.clickable-area:hover .st2 {
  fill: #FDC6FF !important;
}

.hero {
  background-color: #FFFFF3;
  position: relative;
  overflow: hidden;
}
.hero.lounge {
  background-color: #FDF8F3;
}
.hero img {
  max-width: 247px;
}
@media all and (min-width: 1025px) {
  .hero img {
    max-width: 338px;
  }
}
.hero .logo-container {
  height: 100%;
  height: 100%;
  position: relative;
  top: 30%;
}
.hero .logo-container .row {
  height: 100%;
}

.op-section {
  overflow-x: hidden;
}
.op-section.centered {
  padding-bottom: 90px;
}
.op-section .col-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media all and (min-width: 1025px) {
  .op-section .col-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.op-section .img_left .first-col {
  -ms-flex-order: 2;
      order: 2;
}
.op-section .img_left .last-col {
  -ms-flex-order: 1;
      order: 1;
}
@media all and (max-width: 1024px) {
  .op-section .img_right .first-col {
    -ms-flex-order: 2;
        order: 2;
  }
  .op-section .img_right .last-col {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media all and (max-width: 1024px) {
  .op-section .img-col {
    height: 420px;
  }
}
.op-section .img-col {
  background-size: cover;
  background-position: center;
}
.op-section h2.centered-block {
  margin-top: 20px;
}
.op-section .newsbox {
  margin-top: 60px;
  max-width: 706px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 1025px) {
  .op-section .newsbox {
    padding: 60px 62px 37px 62px;
  }
}
.op-section .newsbox {
  background-color: #FFFFF3;
  font-family: CamptonBook;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 27px;
}
.op-section .newsbox h3 {
  font-family: CamptonBook;
  font-size: 18px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 18px;
}
.op-section .text {
  position: relative;
  margin-top: 30px;
}
@media all and (min-width: 1025px) {
  .op-section .text {
    margin-top: 110px;
  }
}
.op-section .text {
  text-align: center;
}
.op-section .text.centered-block {
  margin-top: 10px;
}
@media all and (min-width: 1025px) {
  .op-section .text.centered-block {
    margin-top: 35px;
  }
}
.op-section .text .head-txt {
  position: relative;
  padding-bottom: 15px;
  font-family: "IvyMode Thi";
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 70px;
  padding-top: 5px;
  display: block;
}
@media all and (min-width: 1025px) {
  .op-section .text .head-txt {
    padding-bottom: 30px;
    font-size: 70px;
    padding-top: 0px;
    letter-spacing: 7px;
  }
}
.op-section .text .head-txt {
  text-transform: uppercase;
}
.op-section .text .head-img {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.op-section .text .head-img img {
  max-height: 51px;
}
@media all and (min-width: 1025px) {
  .op-section .text .head-img img {
    max-height: 90px;
  }
}
.op-section .text h2.inner {
  margin-top: 200px;
  position: relative;
  padding-top: 30px;
  line-height: 22px;
}
@media all and (min-width: 1025px) {
  .op-section .text h2.inner {
    line-height: 28px;
  }
}
.op-section .text h2.inner {
  padding-bottom: 8px;
}
.op-section .text .inner-text {
  position: relative;
  display: block;
  max-width: 720px;
  margin: auto;
  padding-bottom: 120px;
}

.default-page {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media all and (min-width: 1025px) {
  .default-page {
    padding-bottom: 120px;
  }
}
.default-page {
  overflow-x: hidden;
}
.default-page.lounge {
  background-color: #FDF8F3;
  color: #C39169;
}
.default-page.popup-store {
  background-color: #fafafa;
  color: #575757;
}
.default-page.popup-store h1 {
  color: #9d96ff;
}
.default-page.popup-store .vl-top.lounge, .default-page.popup-store .button-lounge {
  border-color: #9d96ff;
}
.default-page.popup-store .button-lounge:hover {
  color: #fff;
  background-color: #9d96ff;
}
.default-page h1 {
  font-family: "IvyMode Thi";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 40px;
}
@media all and (min-width: 1025px) {
  .default-page h1 {
    font-size: 70px;
    letter-spacing: 7px;
    line-height: 70px;
  }
}
.default-page h1 {
  text-transform: uppercase;
}
.default-page h2, .default-page .h2 {
  font-family: "IvyMode Thi";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 5.3px;
  line-height: 1.1;
}
@media all and (min-width: 1025px) {
  .default-page h2, .default-page .h2 {
    font-size: 53px;
  }
}
.default-page h2, .default-page .h2 {
  text-transform: uppercase;
}
.default-page h3, .default-page h4 {
  font-family: CamptonBook;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 5.4px;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .default-page h3, .default-page h4 {
    font-size: 23px;
  }
}
@media all and (min-width: 1025px) {
  .default-page h3.h4 {
    font-size: 18px;
    letter-spacing: 5.4px;
  }
}
.default-page .subitem {
  margin-top: 60px;
}
.default-page .textblock {
  margin-top: 35px;
}
.default-page .textblocksmulti h2 {
  margin-top: 55px;
}
@media all and (max-width: 1024px) {
  .default-page .textblocksmulti h2 {
    -ms-hyphens: auto;
        hyphens: auto;
    word-break: break-word;
  }
}
@media all and (min-width: 1025px) {
  .default-page .textblocksmulti h2 {
    margin-top: 60px;
  }
}
@media all and (max-width: 699px) {
  .default-page .textblocksmulti .multiblock-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.default-page .textblocksmulti .multiblock-wrapper .wrapper {
  background-color: #fff;
}
@media all and (max-width: 1024px) {
  .default-page .textblocksmulti .multiblock-wrapper .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.default-page .textblocksmulti.hide-background .wrapper {
  background-color: transparent;
}
.default-page .textblocksmulti.hide-background .wrapper h2 {
  margin-top: 0 !important;
}
.default-page .textblocksmulti.hide-background .wrapper .textblocks-loop {
  margin-top: 30px;
}
.default-page .textblocksmulti .textblocks-loop {
  padding-bottom: 50px;
}
@media all and (min-width: 1025px) {
  .default-page .textblocksmulti .textblocks-loop {
    padding-bottom: 60px;
  }
}
.default-page .textblocksmulti .textblocks-loop h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .default-page .textblocksmulti .textblocks-loop h3 {
    margin-top: 35px;
  }
}
.default-page .textblocksmulti .textblocks-loop .button {
  margin-top: 10px;
}
.default-page .textblocksmulti .slider {
  position: relative;
}
.default-page .textblocksmulti .slider .paging {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: none;
}
@media all and (min-width: 1025px) {
  .default-page .textblocksmulti .slider .paging {
    display: inline-block;
  }
}
.default-page .textblocksmulti .slider .paging.paging-left {
  left: -65px;
}
.default-page .textblocksmulti .slider .paging.paging-right {
  right: -65px;
}
.default-page .textblocksmulti .slider .paging img {
  height: 45px;
}
.default-page .tarifs .wrapper {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.default-page .tarifs .tarif-label {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-family: CamptonMedium;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3.6px;
  color: #fff;
  background-color: #C39169;
  padding: 5px 5px 1px 7px;
  margin-bottom: 22px;
}
.default-page .tarifs h3 {
  font-family: CamptonMedium;
  font-size: 18px !important;
  margin-bottom: 0;
}
.default-page .tarifs .price {
  letter-spacing: 5.4px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.default-page .tarifs .desc {
  display: block;
}
.default-page .tarifs .btn-row {
  margin-top: 15px;
}
.default-page .tarifs .button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 45px;
}
.default-page .specialevents .wrapper {
  background-color: #fff;
  margin-bottom: 30px;
}
@media all and (max-width: 699px) {
  .default-page .specialevents .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.default-page .specialevents .wrapper {
  padding-bottom: 50px;
}
@media all and (min-width: 1025px) {
  .default-page .specialevents .wrapper {
    padding-bottom: 60px;
  }
}
.default-page .specialevents h2 {
  padding-top: 55px;
}
@media all and (min-width: 1025px) {
  .default-page .specialevents h2 {
    padding-top: 60px;
  }
}
.default-page .specialevents h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .default-page .specialevents h3 {
    margin-top: 35px;
  }
}
.default-page .specialevents .button {
  margin-top: 10px;
}
.default-page .specialevents .block-text {
  padding-left: 30px;
  padding-right: 30px;
}

.page.legal .container {
  max-width: 1074px;
}
.page.legal {
  margin-top: 150px;
  text-align: left;
  font: normal normal normal 18px/27px CamptonBook;
  letter-spacing: 0.36px;
  color: #AABDC7;
}
.page.legal strong {
  font-family: CamptonMedium;
}
.page.legal h1 {
  text-align: left;
  font-family: "IvyMode Thi";
  color: #AABDC7;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 60px;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
}
@media all and (min-width: 768px) {
  .page.legal h1 {
    font-size: 53px;
    letter-spacing: 5.3px;
    line-height: 70px;
  }
}
.page.legal h2 {
  text-align: left;
  font: normal normal normal 18px/22px CamptonBook;
  letter-spacing: 5.4px;
  color: #AABDC7;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 10px;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
}
.page.legal h3, .page.legal h4 {
  margin: 0;
  padding: 0;
  text-align: left;
  font: normal normal 600 18px/27px CamptonMedium;
  letter-spacing: 0.36px;
  color: #AABDC7;
  text-transform: none;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
}
.page.legal.lounge {
  color: #C39169;
}
.page.legal.lounge h1, .page.legal.lounge h2, .page.legal.lounge h3, .page.legal.lounge h4 {
  color: #C39169;
}

footer.legal {
  padding-top: 90px;
}
footer {
  color: #AABDC7;
  padding-bottom: 30px;
}
footer a:hover {
  color: #5A788C;
}
footer.lounge {
  color: #C39169;
}
footer.lounge a:hover {
  color: #EDDDCA;
}
footer h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
footer .button {
  margin-top: 15px;
  margin-bottom: 30px;
}
footer .social {
  margin-top: 10px;
}
footer .social img {
  max-height: 28px;
}
footer .social .hover {
  display: none;
}
footer .social a:hover .hover {
  display: inline-block;
}
footer .social a:hover .def {
  display: none;
}
footer .links a {
  display: block;
  text-align: center;
  letter-spacing: 3.6px;
  font-size: 12px;
  font-family: CamptonMedium;
  text-transform: uppercase;
  line-height: 20px;
  color: #AABDC7;
}
footer .links a:hover {
  color: #5A788C;
}
footer.lounge .links a {
  color: #C39169;
}
footer.lounge .links a:hover {
  color: #EDDDCA;
}

.isMobileNav {
  display: inline;
  visibility: visible;
}
@media all and (min-width: 768px) {
  .isMobileNav {
    display: none;
    visibility: hidden;
  }
}

.isMobileView1024 {
  display: inline;
  visibility: visible;
}
@media all and (min-width: 768px) {
  .isMobileView1024 {
    display: none;
    visibility: hidden;
  }
}