/*
Theme Name: Himmen
Theme URI: https://domain.tld
Author: like machines
Author URI: https://domain.tld
Version: 0.1
*/
/* Base
   ========================================================================== */
@font-face {
  font-family: "Exo";
  src: url("assets/font/Exo-Regular.woff2") format("woff2"), url("assets/font/Exo-Regular.woff") format("woff"), url("assets/font/Exo-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Exo";
  src: url("assets/font/Exo-Medium.woff2") format("woff2"), url("assets/font/Exo-Medium.woff") format("woff"), url("assets/font/Exo-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Exo";
  src: url("assets/font/Exo-Bold.woff2") format("woff2"), url("assets/font/Exo-Bold.woff") format("woff"), url("assets/font/Exo-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}

html {
  font-size: 16px;
  color: #2D2D2D;
  font-family: "Exo";
  font-weight: 400;
}

body {
  -webkit-font-smoothing: antialiased;
  cursor: none;
}

.responsive {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1299px) {
  .container {
    max-width: 100%;
  }
}

.visible-xs {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

/* Font
   ========================================================================== */
h1, .h1 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 4.5rem;
}

@media (max-width: 1599px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

@media (max-width: 1299px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 37px;
  }
}

h2, .h2 {
  color: #AA9C84;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 37px;
  }
}

p {
  font-size: 1.25rem;
  line-height: 2.5rem;
}

@media (max-width: 1199px) {
  p {
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

ul, li {
  font-size: 1.25rem;
  line-height: 2.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 1199px) {
  ul, li {
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  ul, li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  ul li {
    margin-bottom: 5px;
    display: block;
  }
}

/* Paddings, Margins
   ========================================================================== */
.p-small {
  padding: 3rem;
}

.p-large {
  padding: 6rem;
}

@media (max-width: 767px) {
  .p-large {
    padding: 24px 0;
  }
}

/* Cursor
   ========================================================================== */
.cursor {
  pointer-events: none;
}

@media (max-width: 1024px) {
  .cursor {
    display: none;
  }
}

.cursor-dot {
  width: .25rem;
  height: .25rem;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1001;
}

.cursor-outline {
  background-color: transparent;
  border: 1px solid #848484;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  position: fixed;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-property: opacity,width,height,clip-path,background-color,-webkit-clip-path;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-duration: var(1s);
  transition-duration: var(1s);
  z-index: 1001;
}

.cursor.link-hovered .cursor-outline {
  width: 6rem;
  height: 6rem;
  border: 1px solid #AA9C84;
}

.cursor.image-hovered .cursor-outline {
  width: 8rem;
  height: 8rem;
  background-color: #AA9C84;
  opacity: 1;
}

.cursor.swiper-prev-hovered .cursor-outline {
  width: 8rem;
  height: 8rem;
  background-color: #AA9C84;
  background-image: url(assets/img/arrow-white-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  opacity: 1;
  border: 1px solid #AA9C84;
}

.cursor.swiper-next-hovered .cursor-outline {
  width: 8rem;
  height: 8rem;
  background-color: #AA9C84;
  background-image: url(assets/img/arrow-white-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  opacity: 1;
  border: 1px solid #AA9C84;
}

/* Header
   ========================================================================== */
#logo,
#navbutton {
  position: fixed;
  z-index: 99;
}

#logo {
  top: 3rem;
  left: 3rem;
  width: 12rem;
  height: auto;
}

#logo #logo__image {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  #logo {
    width: 9rem;
  }
}

@media (max-width: 767px) {
  #logo {
    width: 110px;
    left: calc(50% - 55px);
    top: 20px;
    position: absolute;
    z-index: 3;
  }
}

.logo__image__white {
  fill: #ffffff;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.logo__image__gold {
  fill: #8d8068;
}

.logo__image__gray {
  fill: #848484;
}

.bg-white .logo__image__white,
.page-template-default .logo__image__white {
  fill: #2D2D2D;
}

.bg-white #navbutton span,
.page-template-default #navbutton span {
  background: #2D2D2D;
}

#navbutton {
  top: 77px;
  right: 3rem;
  height: 2.75rem;
  width: 2.75rem;
}

#navbutton span {
  height: 1px;
  width: 32px;
  display: block;
  background: #ffffff;
  position: absolute;
  left: 6px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#navbutton span:nth-child(1) {
  top: 14px;
}

#navbutton span:nth-child(2) {
  top: 21px;
}

#navbutton span:nth-child(3) {
  top: 28px;
}

@media (max-width: 767px) {
  #navbutton {
    top: 22px;
    right: 15px;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 97;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 5.4rem 0;
  font-weight: 500;
}

@media (max-width: 1400px) {
  #header {
    display: none;
  }
}

#header #header__phone {
  color: #AA9C84;
  padding-left: 3rem;
  position: relative;
  text-decoration: none;
}

#header #header__phone::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: -4px;
  background: url(assets/img/phone.svg) center no-repeat;
  background-size: cover;
}

#header #header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

#header #header__navigation .header__navigation__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

#header #header__navigation .header__navigation__menu .header__navigation__menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
  line-height: 1.5rem;
}

#header #header__navigation .header__navigation__menu .header__navigation__menu__item a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

#header #header__navigation .header__navigation__menu .current-menu-item a {
  font-weight: 700;
}

.page-template-default #header {
  position: relative;
}

.page-template-default #header #header__navigation .header__navigation__menu .header__navigation__menu__item a {
  color: #2D2D2D;
}

.page-template-default #navbutton span {
  background: #2D2D2D;
}

/* Navigation
   ========================================================================== */
#navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background: #2D2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 6.25rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 991px) {
  #navigation {
    padding-bottom: 2rem;
    padding-left: 30px;
  }
  #navigation .row:nth-child(1) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }
  #navigation .row:nth-child(1) {
    margin-bottom: 0;
  }
}

#navigation .navigation__slogan {
  color: #2D2D2D;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  display: block;
}

@media (max-width: 767px) {
  #navigation .navigation__slogan {
    display: none;
  }
}

#navigation .navigation__background {
  height: 100%;
  background: url(assets/img/navbg.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  #navigation .navigation__background {
    display: none;
  }
}

#navigation .navigation__contact,
#navigation .navigation__officehours {
  color: #ffffff;
}

#navigation .navigation__contact p,
#navigation .navigation__contact td,
#navigation .navigation__officehours p,
#navigation .navigation__officehours td {
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin: 0;
}

@media (max-width: 767px) {
  #navigation .navigation__contact,
  #navigation .navigation__officehours {
    display: none;
  }
}

#navigation .navigation__copyright {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 12px;
}

@media (max-width: 767px) {
  #navigation .navigation__copyright {
    display: none;
  }
}

#navigation .navigation__appointment {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  #navigation .navigation__appointment {
    display: none;
  }
}

#navigation #navigation__menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 2.5rem;
  line-height: 3.312rem;
}

@media (max-width: 1199px) {
  #navigation #navigation__menu a {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 767px) {
  #navigation #navigation__menu a {
    font-size: 20px;
    line-height: 27px;
  }
}

#navigation #navigation__menu li {
  margin-bottom: 1.25rem;
}

#navigation #navigation__menu li.current-menu-item a {
  font-weight: 700;
}

@media (max-width: 767px) {
  #navigation #navigation__menu li {
    margin-bottom: 1rem;
  }
}

#navigation #navigation__legal a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  #navigation #navigation__legal a {
    font-size: 10px;
    line-height: 14px;
  }
}

#navigation #navigation__mobile {
  display: none;
}

@media (max-width: 767px) {
  #navigation #navigation__mobile {
    display: block;
    background: #AA9C84;
    color: #2D2D2D;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 80px;
    padding-top: 2rem;
    width: 100%;
  }
  #navigation #navigation__mobile p {
    font-size: 12px;
    line-height: 16px;
  }
  #navigation #navigation__mobile span {
    display: block;
    font-size: 10px;
    margin: 12px 0 16px 0;
  }
  #navigation #navigation__mobile a {
    color: #2D2D2D;
    text-decoration: none;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .navigation__image {
    display: none;
  }
  .container--navigation {
    margin-top: auto;
    margin-bottom: 10%;
  }
}

.navigation--open #navigation {
  opacity: 1;
  pointer-events: all;
}

.navigation--open #navbutton span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 21px;
}

.navigation--open #navbutton span:nth-child(2) {
  opacity: 0;
}

.navigation--open #navbutton span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 21px;
}

.navigation--open .logo__image__white {
  fill: #ffffff !important;
}

.navigation--open #navbutton span {
  background: #ffffff !important;
}

/* Hero
   ========================================================================== */
#hero {
  height: 100vh;
  width: 100%;
  background: #848484;
  position: relative;
}

#hero .hero__video {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

#hero .hero__video .hero__video__reel {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#hero .hero__video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

#hero .hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}

#hero .hero__overlay .button {
  margin-top: 2.5rem;
}

@media (max-width: 1299px) {
  #hero .hero__overlay .button {
    margin-top: 1.5rem;
  }
}

#hero .hero__overlay .hero__overlay__center {
  margin: auto auto 20vh auto;
}

@media (max-width: 767px) {
  #hero .hero__overlay .hero__overlay__center {
    margin: auto auto auto auto;
  }
}

@media (max-width: 320px) {
  #hero .hero__overlay .hero__overlay__center {
    margin: auto auto 20% auto;
  }
}

#hero .hero__overlay .hero__overlay__bottom {
  min-height: 20vh;
  position: relative;
}

@media (max-width: 767px) {
  #hero .hero__overlay .hero__overlay__bottom {
    min-height: 0;
  }
}

#hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  min-height: 20vh;
}

@media (max-width: 1599px) {
  #hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 991px) {
  #hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box {
    min-height: 0;
  }
}

#hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--gold {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6rem 3rem;
  color: #2D2D2D;
  text-align: right;
}

#hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--gold:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(170, 156, 132, 0.7);
}

#hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--gold span {
  margin-left: auto;
}

@media (max-width: 991px) {
  #hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--gold span {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  #hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--gold {
    padding: 3rem 6rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--gold {
    padding: 2rem;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 120px;
  }
}

#hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--blackblur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  padding: 6rem;
}

#hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--blackblur:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(45, 45, 45, 0.7);
}

@media (max-width: 991px) {
  #hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--blackblur {
    padding: 3rem 6rem;
  }
}

@media (max-width: 767px) {
  #hero .hero__overlay .hero__overlay__bottom .hero__overlay__bottom__box.hero__overlay__bottom__box--blackblur {
    display: none;
  }
}

#hero .hero__slideshow {
  height: 100%;
  width: 100%;
  position: relative;
}

#hero .hero__slideshow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

#hero .hero__slideshow .swiper-slide {
  height: 100%;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#hero .hero-slideshow-prev,
#hero .hero-slideshow-next {
  height: 40px;
  width: 40px;
  display: block;
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  outline: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#hero .hero-slideshow-prev:hover,
#hero .hero-slideshow-next:hover {
  opacity: 0.6;
}

#hero .hero-slideshow-next {
  right: 0;
  background: url(assets/img/slide-next.svg) center right 12px no-repeat;
  background-size: 10px;
}

@media (max-width: 991px) {
  #hero .hero-slideshow-next {
    top: -50px;
    right: 15px;
  }
}

#hero .hero-slideshow-prev {
  right: 48px;
  background: url(assets/img/slide-prev.svg) center left 12px no-repeat;
  background-size: 10px;
}

@media (max-width: 991px) {
  #hero .hero-slideshow-prev {
    top: -50px;
    right: 63px;
  }
}

/* Buttons
   ========================================================================== */
.button {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  padding: 1.625rem 2.375rem 1.5rem 2.375rem;
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  border: 1px solid transparent;
}

@media (max-width: 1299px) {
  .button {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.button.button--blur {
  color: white;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
}

.button.button--blur:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
}

.button.button--blur:hover {
  background: #AA9C84;
  color: #2D2D2D;
}

.button.button--outline {
  color: #AA9C84;
  border: 1px solid #AA9C84;
}

.button.button--outline:hover {
  background: #AA9C84;
  color: #2D2D2D;
}

.button.button--block {
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .button {
    padding: 14px 14px 12px 14px;
    font-size: 14px;
    line-height: 14px;
  }
}

/* Homepage
   ========================================================================== */
.offset-image-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  overflow: hidden;
}

.offset-image-box .offset-image-box__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.container--about h2 {
  margin-bottom: 4.375rem;
}

@media (max-width: 1599px) {
  .container--about h2 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .container--about h2 {
    margin-bottom: 1rem;
  }
}

.container--services {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

@media (max-width: 1499px) {
  .container--services {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.container--services .button {
  margin-top: 6rem;
}

@media (max-width: 991px) {
  .container--services {
    margin-top: 0;
  }
  .container--services h2,
  .container--services ul {
    padding: 0 6rem;
  }
  .container--services h2 {
    margin-bottom: 2rem;
  }
  .container--services .button {
    margin: 3rem 6rem 0 6rem;
  }
}

@media (max-width: 767px) {
  .container--services {
    margin-bottom: 0;
  }
  .container--services h2,
  .container--services ul {
    padding: 0;
  }
  .container--services h2 {
    margin-bottom: 2rem;
  }
  .container--services .button {
    margin: 2rem 0;
  }
}

/* Services
   ========================================================================== */
.services {
  margin-top: 7.5rem;
  border-bottom: 1px solid #2D2D2D;
}

@media (max-width: 767px) {
  .services {
    margin-top: 2rem;
  }
}

.services li:not(:first-child) {
  border-top: 1px solid #2D2D2D;
}

.services .services__title {
  padding: 1.25rem 2rem 1.25rem 1rem;
  position: relative;
}

.services .services__title h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #AA9C84;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 1299px) {
  .services .services__title h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .services .services__title h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 767px) {
  .services .services__title {
    padding: 0.5rem 2rem 0.3rem 0;
  }
}

.services .services__title:after {
  content: "";
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  background: url(assets/img/arrow-right.svg) center no-repeat;
  background-size: 18px;
}

.services .services__title.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.services .services__content {
  display: none;
  padding-top: 1rem;
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .services .services__content {
    padding-bottom: 2rem;
  }
}

.services .services__content p {
  padding: 0 0 0 1.25rem;
  margin-top: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 767px) {
  .services .services__content p {
    padding: 0;
  }
}

.services li {
  margin-bottom: 0 !important;
}

/* Surgery
   ========================================================================== */
.aspect-ratio-2-3 {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}

.aspect-ratio-3-2 {
  width: 100%;
  height: 0;
  padding-bottom: 66.66667%;
}

.image-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.image-box .image-box__cover {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 4s cubic-bezier(0.19, 1, 0.22, 1);
}

.image-box.hover-image:hover .image-box__cover {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
          transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
}

.surgery__slideshow {
  margin-top: 16rem;
  margin-bottom: 8.75rem;
}

@media (max-width: 1599px) {
  .surgery__slideshow {
    margin-top: 8rem;
    margin-bottom: 4.75rem;
  }
}

@media (max-width: 991px) {
  .surgery__slideshow {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .surgery__slideshow {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.surgery__slideshow .swiper-slide {
  padding: 2rem 0;
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40%;
}

.surgery__slideshow .swiper-button-next,
.surgery__slideshow .swiper-button-prev {
  width: 40%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: transparent;
  cursor: none;
}

.surgery__slideshow .swiper-button-next {
  right: 0;
}

.surgery__slideshow .swiper-button-prev {
  left: 0;
}

@media (max-width: 991px) {
  .container--surgery p {
    padding: 0 6rem;
  }
}

@media (max-width: 767px) {
  .container--surgery p {
    padding: 0;
  }
}

/* Team
   ========================================================================== */
.container--team {
  margin-top: 8.75rem;
}

.container--team .team-member {
  margin-bottom: 6.25rem;
  color: #AA9C84;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
  .container--team .team-member {
    margin-bottom: 4.25rem;
  }
}

@media (max-width: 991px) {
  .container--team .team-member {
    margin-bottom: 2rem;
  }
}

.container--team .team-member .team-member__name {
  font-size: 2rem;
  line-height: 1.5rem;
  display: block;
  margin: 4.25rem 0 10px 0;
}

@media (max-width: 991px) {
  .container--team .team-member .team-member__name {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .container--team .team-member .team-member__name {
    margin: 1.25rem 0 10px 0;
  }
}

.container--team .team-member .team-member__position {
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: block;
}

/* Kontakt
   ========================================================================== */
.container--map {
  margin-top: -20vh;
}

#map {
  width: 100%;
  height: 37.5rem;
  background: #AA9C84;
  margin-bottom: 6.25rem;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  #map {
    height: 320px;
    margin-bottom: 2rem;
  }
}

.container--contact p,
.container--contact h3,
.container--contact td {
  font-size: 1.25rem;
  line-height: 2.5rem;
}

@media (max-width: 1299px) {
  .container--contact p,
  .container--contact h3,
  .container--contact td {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.container--contact h3 {
  margin: 0;
}

.container--contact p {
  margin-top: 0;
}

.container--contact table {
  border-collapse: collapse;
  max-width: 100%;
}

.container--contact table td {
  padding: 0 1rem 0 0;
}

.container--contact .button {
  margin-bottom: 2.5rem;
}

.container--contact .button:first-child {
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .container--contact h3,
  .container--contact p {
    padding: 0 6rem;
  }
  .container--contact table {
    margin: 0 6rem;
  }
  .container--contact .button {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (max-width: 767px) {
  .container--contact h3,
  .container--contact p {
    padding: 0;
  }
  .container--contact table {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .container--contact .button {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .5rem;
  }
}

@media (max-width: 767px) {
  .page-template-page-contact-php #hero .hero__overlay__center {
    margin: auto auto 50% auto;
  }
}

/* Page
   ========================================================================== */
.col-sidebar {
  margin-top: 10px;
}

.col-sidebar h1 {
  margin-bottom: 3rem;
}

.col-sidebar p {
  font-size: 1.25rem;
  line-height: 2rem;
}

@media (max-width: 991px) {
  .col-sidebar p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.col-content {
  margin-top: 2rem;
}

.col-content p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.col-content p:first-child strong {
  margin-bottom: 3.75rem;
  display: block;
}

@media (max-width: 767px) {
  .col-content a {
    word-break: break-all;
  }
}

@media (max-width: 1400px) {
  .container--page {
    margin-top: 14rem;
  }
}

@media (max-width: 991px) {
  .container--page h1,
  .container--page h2,
  .container--page h3,
  .container--page p {
    padding: 0 6rem;
  }
}

@media (max-width: 767px) {
  .container--page h1,
  .container--page h2,
  .container--page h3,
  .container--page p {
    padding: 0;
  }
  .container--page {
    margin-top: 10rem;
  }
}

/* Footer
   ========================================================================== */
#footer {
  margin-top: 12rem;
  padding-bottom: 4rem;
  position: relative;
}

#footer .static {
  position: static;
}

#footer .footer__marquee {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  margin-bottom: 4.555rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#footer .footer__marquee .footer__marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(var(--move-initial), 0, 0);
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

#footer .footer__marquee .footer__marquee__inner span {
  font-size: 39rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #AA9C84;
}

@media (max-width: 1680px) {
  #footer .footer__marquee .footer__marquee__inner span {
    font-size: 37vw;
  }
}

#footer .footer__contact {
  color: #2D2D2D;
  font-size: 16px;
  line-height: 1.5rem;
}

#footer .footer__contact p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  #footer .footer__contact p {
    font-size: 14px;
    line-height: 24px;
  }
}

#footer #footer__legal {
  margin-top: auto;
}

#footer #footer__legal a {
  color: #2D2D2D;
  font-size: 16px;
  line-height: 1.5rem;
  text-decoration: none;
}

@media (max-width: 767px) {
  #footer #footer__legal a {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  #footer #footer__legal {
    margin-top: 2rem;
  }
}

#footer .footer__copyright {
  color: #AA9C84;
  font-size: 12px;
  margin-left: auto;
  margin-top: auto;
}

#footer img {
  margin-bottom: 6rem;
}

#footer ul li {
  font-size: 16px;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  #footer ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  #footer {
    margin-top: 6rem;
  }
}

@media (max-width: 767px) {
  #footer {
    margin-top: 2rem;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}

@media (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
  .navigation__image {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */