@charset "UTF-8";
/********************
    Header
***********************/
/********************
    Header V1
***********************/
/********************
    Header V2
***********************/
/********************
    Header Image
***********************/
/********************
    Header Image V1
***********************/
/********************
    Header Image V2
***********************/
/********************
    Fixed Mobile Links
***********************/
/********************
    Footer
***********************/
/***********************
    Fonts & Colors
***********************/
/* Handwriting font */
/********************
    Buttons
********************/
/********************
    Highlight
********************/
/********************
    Slick Slider
********************/
/********************
    Room Element
********************/
/********************
    Table
********************/
/********************
    Enquiry Popup
********************/
/************************
      Other
*************************/
/* COOKIE */
#cks_overlay {
  background-color: #fff !important;
  padding: 5px 0 !important; }

.cks_inner, .cks_inner a {
  color: #5F5F5F !important;
  font-size: 0.813rem !important;
  line-height: 0.875em !important; }

.cks_inner p {
  padding: 7px 114px 5px 0px !important; }

.cks_btn {
  width: 80px !important;
  margin-top: -14px !important;
  background-color: #a5a5a9 !important;
  font-size: 14px !important;
  height: 27px !important;
  line-height: 26px !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

/*
IPhone Querformat font-size bug
*/
html {
  -webkit-text-size-adjust: 100% !important; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #FCFCFB;
  top: 0 !important; }

body.mobile_menu_opened {
  overflow: hidden;
  position: relative;
  height: 100%; }

/* Hide google translate banner on top of the screen */
body > .skiptranslate {
  display: none !important; }

* {
  outline: none;
  box-sizing: border-box; }

img {
  /*image-rendering:pixelated;*/
  image-rendering: -webkit-optimize-contrast; }

img:not([src*="px"]) {
  height: auto; }

header img[data-src], footer img[data-src] {
  transition: opacity .3s ease-in; }

header img[src='img/px.webp'], footer img[src='img/px.webp'] {
  opacity: 0; }

a img {
  border: 0px solid; }

a.art_anchor {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-size: 0; }

a.email > span {
  unicode-bidi: bidi-override;
  direction: rtl; }

p {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }

.content p {
  float: none; }

body .ui-widget {
  font-size: 11px; }

.sc_only {
  width: 0px;
  height: 0px;
  overflow: hidden; }

.page_c {
  width: 100%;
  min-width: 850px;
  overflow: hidden;
  position: relative;
  padding-top: 223px;
  /* head's height */
  z-index: 1; }

@media only screen and (max-width: 1025px) {
  .page_c {
    min-width: 320px; }

  body .ui-widget {
    font-size: 14px; } }
@media only screen and (max-width: 650px) {
  body .ui-widget {
    font-size: 16px; } }
.offscreen {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

*:focus {
  outline: none; }

.focus-visible {
  outline: 2px dotted #CB1D36; }

/* Accessibility map */
.as_map_c {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.as_map {
  height: 28px;
  margin: -250px auto 0 auto;
  display: table;
  table-layout: fixed;
  padding: 3px 25px 14px 10px;
  background-color: #FFFFFF;
  transition: margin-top 400ms;
  -webkit-transition: margin-top 400ms; }

.as_map.opened {
  margin-top: 0; }

.as_map ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.as_map ul li {
  float: left;
  margin: 15px 10px; }

.as_map ul li > * {
  padding: 5px 15px;
  background-color: #d7cfcc;
  font: 400 1.25rem/120% Urbanist, Arial, sans-serif;
  color: #AFAAA1;
  text-decoration: none;
  line-height: 20px; }

.as_map ul li > *:focus {
  background-color: #FFFFFF;
  outline: 1px dotted #231F1D; }

/* Head */
.head_c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 223px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 48px;
  z-index: 5; }

body.menu_fixed .head_c {
  position: fixed;
  height: 90px;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.15)); }

.head_c .head_content {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.head_c .logo_c {
  transition: all ease 0.5s;
  line-height: 50%;
  display: flex;
  align-items: center; }

body.menu_fixed .head_c .logo_c {
  width: 88px; }

.head_c .logo_c img {
  max-width: 100%; }

/* Menu */
.head_c.v1 .h_menu_c {
  position: relative; }

.h_menu_c .menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0; }

.h_menu_c .menu > ul > li {
  padding: 0 16px;
  margin: 0;
  position: relative; }

.h_menu_c .menu > ul > li > a {
  display: block;
  font: 500 1.125rem/122% Urbanist, Arial, sans-serif;
  letter-spacing: .03em;
  text-decoration: none;
  padding: 60px 0;
  transition: color ease 0.5s;
  position: relative; }

body.h_menu_c .menu_fixed .h_menu_c .menu > ul > li > a {
  padding: 30px 0; }

.h_menu_c .menu > ul > li > ul {
  width: 248px;
  padding: 5px 17px;
  position: absolute;
  bottom: 0;
  left: 16px;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  list-style: none;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05); }

.h_menu_c .menu > ul > li:hover ul,
.h_menu_c .menu > ul > li.opened > ul {
  visibility: visible;
  opacity: 1; }

.h_menu_c .menu > ul > li > ul > li {
  width: 100%; }

.h_menu_c .menu > ul > li > ul > li > a {
  display: block;
  width: 100%;
  padding: 15px 0;
  transition: color ease 0.5s;
  font: 500 1.125rem/120% Urbanist, Arial, sans-serif;
  text-decoration: none;
  text-align: left;
  transition: color ease 0.5s; }

.h_menu_c .menu > ul > li > ul > li:last-child > a {
  border-bottom: none !important; }

/* Head Links */
.head_c .head_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px; }

.gtranslate_c {
  position: relative; }

.gtranslate_c .gtranslate_btn {
  cursor: pointer; }

.gtranslate_c .gtranslate_inner {
  display: none;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }

.gtranslate_c.opened .gtranslate_inner {
  display: flex;
  flex-direction: column;
  padding: 11px; }

.gtranslate_c .gtranslate_inner > * {
  width: 100%; }

.gtranslate_c .gtranslate_inner .h_google_tr {
  width: 100%; }

.gtranslate_c .goog-te-gadget-simple {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center; }

/* Google Translate */
.goog-te-gadget {
  font-size: 0 !important; }

.goog-te-gadget > span {
  display: none !important; }

.gtranslate_c .gtranslate_inner .goog-te-combo {
  width: 100%;
  min-width: 175px;
  font: 400 0.875rem/100% Urbanist, Arial, sans-serif;
  text-transform: none; }

.head_c .head_links .circle_link,
.head_c .head_links_mobile .circle_link,
.gtranslate_c .gtranslate_btn {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color ease 0.5s; }

.head_c .head_links > a:not(.circle_link) {
  padding: 15px 40px;
  border-radius: 5px;
  font: 500 1.25rem/120% Urbanist, Arial, sans-serif;
  letter-spacing: .03em;
  text-decoration: none;
  transition: background-color ease 0.5s;
  margin-left: 12px; }

.head_c .head_links_mobile {
  display: none; }

/* Header V1 */
.head_c.v1 {
  background-color: #AFAAA1; }

.head_c.v1 .h_menu_c {
  width: calc(50% - calc(235px / 2)); }

body.menu_fixed .head_c.v1 .h_menu_c {
  width: calc(50% - calc(88px / 2)); }

.head_c.v1 .h_menu_c .menu > ul > li > a {
  color: #FFF; }

.head_c.v1 .h_menu_c .menu > ul > li > a:hover,
.head_c.v1 .h_menu_c .menu > ul > li > a:focus,
.head_c.v1 .h_menu_c .menu > ul > li.current_path > a,
.head_c.v1 .h_menu_c .menu > ul > li.current_link > a {
  color: #66635E; }

.head_c.v1 .h_menu_c .menu > ul > li > ul {
  background-color: #CCC8C1; }

.head_c.v1 .h_menu_c .menu > ul > li:first-child {
  padding-left: 0; }

.head_c.v1 .h_menu_c .menu > ul > li > ul > li > a {
  border-bottom: 1px dashed #FFF;
  color: #FFF; }

.head_c.v1 .h_menu_c .menu > ul > li > ul > li > a:hover,
.head_c.v1 .h_menu_c .menu > ul > li > ul > li > a:focus,
.head_c.v1 .h_menu_c .menu > ul > li > ul > li.current_path > a,
.head_c.v1 .h_menu_c .menu > ul > li > ul > li.current_link > a {
  color: #66635E; }

.head_c.v1 .head_links {
  width: calc(50% - calc(235px / 2)); }

body.menu_fixed .head_c.v1 .head_links {
  width: calc(50% - calc(88px / 2)); }

.head_c.v1 .head_links .circle_link,
.head_c.v1 .head_links_mobile .circle_link,
.head_c.v1 .gtranslate_c .gtranslate_btn {
  background-color: rgba(255, 255, 255, 0.35); }

.head_c.v1 .head_links .circle_link:hover,
.head_c.v1 .head_links .cirlce_link:focus,
.head_c.v1 .head_links_mobile .circle_link:hover,
.head_c.v1 .head_links_mobile .cirlce_link:focus,
.head_c.v1 .gtranslate_c .gtranslate_btn:hover,
.head_c.v1 .gtranslate_c .gtranslate_btn:focus {
  background-color: #DBDAD7; }

.head_c.v1 .gtranslate_c.opened .gtranslate_inner {
  background-color: rgba(255, 255, 255, 0.35); }

.head_c.v1 .head_links > a:not(.circle_link) {
  color: #FFF;
  background-color: #c53c5d; }

.head_c.v1 .head_links > a:not(.circle_link):hover,
.head_c.v1 .head_links > a:not(.circle_link):focus {
  background-color: #DBDAD7; }

/* Header V2 */
.head_c.v2 {
  background-color: #FFF; }

.head_c.v2 .h_menu_c .menu > ul > li > a {
  color: #CCC8C1; }

.head_c.v2 .h_menu_c .menu > ul > li > a:hover,
.head_c.v2 .h_menu_c .menu > ul > li > a:focus,
.head_c.v2 .h_menu_c .menu > ul > li.current_path > a,
.head_c.v2 .h_menu_c .menu > ul > li.current_link > a {
  color: #66635E; }

.head_c.v2 .h_menu_c .menu > ul > li > ul {
  background-color: #FFF; }

.head_c.v2 .h_menu_c .menu > ul > li > ul > li > a {
  border-bottom: 1px dashed #CCC8C1;
  color: #CCC8C1; }

.head_c.v2 .h_menu_c .menu > ul > li > ul > li > a:hover,
.head_c.v2 .h_menu_c .menu > ul > li > ul > li > a:focus,
.head_c.v2 .h_menu_c .menu > ul > li > ul > li.current_path > a,
.head_c.v2 .h_menu_c .menu > ul > li > ul > li.current_link > a {
  color: #66635E; }

.head_c.v2 .head_links {
  width: calc(50% - calc(235px / 2)); }

.head_c.v2 .head_links .circle_link,
.head_c.v2 .head_links_mobile .circle_link,
.head_c.v2 .gtranslate_c .gtranslate_btn {
  background-color: #CCC8C1; }

.head_c.v2 .head_links .circle_link:hover,
.head_c.v2 .head_links .circle_link:focus,
.head_c.v2 .head_links_mobile .circle_link:hover,
.head_c.v2 .head_links_mobile .circle_link:focus,
.head_c.v2 .gtranslate_c .gtranslate_btn:hover,
.head_c.v2 .gtranslate_c .gtranslate_btn:focus {
  background-color: #DBDAD7; }

.head_c.v2 .gtranslate_c.opened .gtranslate_inner {
  background-color: #CCC8C1; }

.head_c.v2 .head_links > a:not(.circle_link) {
  color: #FFF;
  background-color: #CCC8C1; }

.head_c.v2 .head_links > a:not(.circle_link):hover,
.head_c.v2 .head_links > a:not(.circle_link):focus {
  background-color: #DBDAD7; }

/* Mobile menu */
.hamburger {
  display: none; }

.menu_slide_c {
  display: none; }

/*Header Image V1*/
.header_image_c {
  width: 100%;
  padding: 0 48px;
  display: flex;
  justify-content: center;
  float: left;
  position: relative;
  z-index: 2; }

.header_image_center {
  width: 100%;
  max-width: 1400px;
  position: relative; }

.header_image_c .header_image_cont {
  width: 100%;
  padding-bottom: 51.3%;
  position: relative; }

.header_image_c .header_image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.header_image_c .header_image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  z-index: 2; }

.header_image_c .header_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static; }

.header_image_c .slick-list {
  width: 100%;
  height: 100%; }

/* Header Image V1 */
.header_image_c.v1 {
  padding-bottom: 150px;
  background-color: #AFAAA1; }

/* Header Image V2 */
.header_image_c.v2 {
  background-color: #FFF; }

/* Mobile menu */
.mobile_menu_btn {
  display: none; }

.menu_slide_c {
  right: 99999px;
  position: absolute; }

/* Enquiry Popup */
#enquiry_popup {
  position: fixed;
  width: calc(100vw - 120px);
  height: 100vh;
  top: 0;
  left: 60px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5s;
  z-index: 100; }

#enquiry_popup::after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  background: rgba(174, 171, 165, 0.5);
  z-index: 1; }

#enquiry_popup.opened {
  opacity: 1;
  visibility: visible; }

#enquiry_popup .popup_content {
  position: absolute;
  width: 100%;
  max-width: 1040px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #FFF;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.05);
  padding: 0;
  float: left;
  max-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden; }

#enquiry_popup .popup_content .inner_content {
  width: 100%;
  float: left; }

#enquiry_popup .close {
  position: fixed;
  top: 30px;
  right: 45px;
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #7C7870;
  transition: background-color ease 0.5s;
  border-radius: 50%;
  z-index: 3; }

#enquiry_popup .close:hover,
#enquiry_popup .close:focus {
  background-color: #DBDAD7; }

#enquiry_popup .title_c {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px 100px 15px;
  background-color: #CCC8C1;
  font: 800 1.125rem/130% Urbanist, Arial, sans-serif;
  color: #F9F9F9; }

#enquiry_popup .title_c img {
  margin-right: 14px; }

#enquiry_popup .enquiry_c {
  padding: 70px; }

#fixed_mobile_links {
  display: none; }

/* Main */
.main_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
  background-color: #FCFCFB; }

.main {
  width: 100%;
  float: left;
  min-height: 500px;
  padding-bottom: 160px;
  overflow: hidden;
  position: relative;
  float: left;
  z-index: 1; }

/* Footer */
.footer_c {
  width: 100%;
  float: left;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding: 120px 24px 100px;
  background-color: #AFAAA1; }

.footer_cc {
  width: 100%;
  max-width: 630px;
  text-align: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer_cc a {
  color: inherit;
  text-decoration: none !important;
  position: relative; }

.footer_cc a:before {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: width ease 0.5s;
  background-color: #FFF; }

.footer_cc a:hover::before,
.footer_cc a:focus::before {
  width: 0; }

.f_addr {
  font: 400 1.875rem/140% Urbanist, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center; }

.f_addr img {
  margin-bottom: 70px; }

.f_link_c {
  margin: 40px 0 0;
  font: 400 1.875rem/170% Urbanist, Arial, sans-serif; }

.f_link_c a:before {
  height: 2px; }

.footer_cc .social_links {
  display: flex;
  justify-content: center;
  padding-top: 40px; }

.footer_cc .social_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all ease 0.5s;
  margin: 0 6px; }

.footer_cc .social_links a:hover,
.footer_cc .social_links a:focus {
  transform: scale(1.1); }

.footer_cc .social_links a::before {
  content: none; }

.f_impressum {
  width: 100%;
  margin: 90px 0 0;
  display: flex;
  justify-content: center;
  font: 400 0.813rem/120% Urbanist, Arial, sans-serif;
  color: inherit;
  letter-spacing: 0.006rem; }

.f_impressum a {
  margin: 0 12px;
  transition: color ease 0.5s; }

.f_impressum a:hover,
.f_impressum a:focus {
  color: #898376; }

.f_impressum a::before {
  content: none; }

.f_copyright {
  position: absolute;
  bottom: 28px;
  right: 52px;
  font: 400 0.875rem/120% Urbanist, Arial, sans-serif;
  opacity: 0.5;
  color: #FFF; }

/*GOOGLE MAPS*/
#maprahmen {
  border: none;
  width: 100%; }

#karte {
  width: 100%;
  height: 550px; }

#input-hintergrund {
  padding: 12px;
  background: #ECECEC; }

#inputaddress {
  background-color: #fff;
  border: 0 none;
  float: left;
  height: 20px;
  margin: 0 12px 0 0;
  padding: 12px;
  max-width: 400px;
  width: 100%;
  color: #001C36; }

#mapsButton1 {
  padding: 13px 25px;
  transition: all 500ms;
  color: #fff;
  text-decoration: none;
  font: 400 1em/110% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #CA1233;
  border: none;
  cursor: pointer; }

@media (max-width: 1300px) {
  .head_c.v1 .h_menu_c {
    width: calc(50% - calc(180px / 2)); }

  .head_c.v1 .head_links {
    width: calc(50% - calc(180px / 2)); }

  .head_c .logo_c {
    width: 180px; } }
@media (max-width: 1200px) {
  .h_menu_c .menu > ul > li {
    padding: 0 12px; }

  .h_menu_c .menu > ul > li > a {
    font-size: 1rem; }

  .h_menu_c .menu > ul > li > ul > li > a {
    font-size: 1rem; }

  .head_c .head_links > a:not(.circle_link) {
    font-size: 1rem; }

  .head_c .head_links > a:not(.circle_link) {
    padding: 15px 25px;
    margin-left: 15px;
    font-size: 1rem; } }
@media (max-width: 1025px) {
  .as_map_c {
    display: none !important; }

  .h_menu_c {
    display: none; }

  .page_c {
    padding-top: 160px; }

  .head_c {
    height: 160px; }

  body.menu_fixed .head_c {
    position: absolute;
    filter: none; }

  .head_c .head_content {
    justify-content: center; }

  .head_c .head_links {
    display: none; }

  .head_c .head_links_mobile {
    position: absolute;
    top: 30px;
    left: 48px;
    display: flex;
    gap: 8px;
    align-items: center; }

  .head_c .head_links_mobile .circle_link,
  .gtranslate_c .gtranslate_btn {
    width: 36px;
    height: 36px; }

  .gtranslate_c .gtranslate_inner {
    left: 0;
    right: auto; }

  .head_c .logo_c {
    width: 160px; }

  /*Mobile Menu*/
  .hamburger {
    position: absolute;
    top: 28px;
    right: 31px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 0 0 25px;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none; }

  body.menu_fixed .head_c .hamburger {
    position: fixed;
    top: 16px;
    right: 14px;
    width: 49px;
    height: 49px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%; }

  body.menu_fixed .head_c.v1 .hamburger {
    background-color: #AFAAA1; }

  body.menu_fixed .head_c.v2 .hamburger {
    background-color: #FFF; }

  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px; }

  body.menu_fixed .head_c .hamburger span {
    width: 20px; }

  .head_c.v1 .hamburger span {
    background-color: #FFF; }

  .head_c.v2 .hamburger span {
    background-color: #CCC8C1; }

  .hamburger span:last-child {
    margin-bottom: 0; }

  /*Mobile Menu*/
  .menu_slide_c {
    width: 100vw;
    height: 100vh;
    padding: 0;
    position: fixed;
    top: 0px;
    right: 99999px;
    z-index: 100;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity ease 1s;
    -webkit-transition: opacity ease 1s; }

  body.mobile_menu_opened .menu_slide_c {
    right: 0;
    opacity: 1; }

  .menu_slide_c .menu {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }

  .menu .h_anfrage {
    margin-left: 0; }

  .menu_slide_c .menu ul {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    overflow: hidden; }

  .menu_slide_c .menu ul li {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    text-align: center; }

  .menu_slide_c .menu ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font: 400 1.563rem/120% Urbanist, Arial, sans-serif;
    letter-spacing: 0.03em; }

  .menu_slide_c .menu ul li a:before {
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: width ease 0.5s; }

  .menu_slide_c .menu ul li a:hover:before,
  .menu_slide_c .menu ul li a:focus:before,
  .menu_slide_c .menu ul li a.opened:before {
    width: 100%; }

  .menu_slide_c .menu ul li.link_down > a {
    padding-right: 25px; }

  .menu_slide_c .menu ul li.link_down > a::after {
    content: '⌄';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.125rem;
    transition: transform ease 0.5s; }

  .menu_slide_c .menu ul li.link_down.opened > a::after {
    transform: rotate(180deg); }

  .menu_slide_c .menu ul ul {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.5s; }

  .menu_slide_c .menu ul li li a {
    font-size: 1.25rem; }

  .menu_slide_c .menu ul li.opened > ul {
    max-height: 1000px;
    padding: 20px 0; }

  .menu_slide_c #mobile_menu_close_btn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    z-index: 10; }

  .menu_slide_c #mobile_menu_close_btn:before,
  .menu_slide_c #mobile_menu_close_btn:after {
    width: 33px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: ''; }

  .menu_slide_c #mobile_menu_close_btn:before {
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    -webkit-transform-origin: center; }

  .menu_slide_c #mobile_menu_close_btn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center;
    -webkit-transform-origin: center; }

  /* Header V1 */
  .head_c.v1 .menu_slide_c {
    background-color: #AFAAA1; }

  .head_c.v1 .menu_slide_c .menu ul li a {
    color: #FFF; }

  .head_c.v1 .menu_slide_c .menu ul li a:before {
    background-color: #FFF; }

  .head_c.v1 .menu_slide_c #mobile_menu_close_btn:before,
  .head_c.v1 .menu_slide_c #mobile_menu_close_btn:after {
    background-color: #FFF; }

  /* Header V2 */
  .head_c.v2 .menu_slide_c {
    background-color: #FFF; }

  .head_c.v2 .menu_slide_c .menu ul li a {
    color: #CCC8C1; }

  .head_c.v2 .menu_slide_c .menu ul li a:before {
    background-color: #CCC8C1; }

  .head_c.v2 .menu_slide_c #mobile_menu_close_btn:before,
  .head_c.v2 .menu_slide_c #mobile_menu_close_btn:after {
    background-color: #CCC8C1; }

  .header_image_c.v1 {
    padding-bottom: 70px; }

  #enquiry_popup .close {
    width: 45px;
    height: 45px;
    top: 25px;
    right: 25px; }

  #enquiry_popup .close img {
    width: 18px;
    height: 18px; }

  #enquiry_popup .title_c {
    padding-left: 40px;
    padding-right: 40px; }

  #enquiry_popup .enquiry_c {
    padding: 40px; }

  /* Fixed mobile Links */
  #fixed_mobile_links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #c53c5d;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
    z-index: 4; }

  #fixed_mobile_links a {
    width: 100%;
    padding: 9px 20px;
    font: 500 1.125rem/120% Urbanist, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-right: 1px solid rgba(255, 255, 255, 0.2); }

  #fixed_mobile_links a:last-child {
    border-right: none; }

  .main {
    padding-bottom: 70px; }

  /* Footer */
  .footer_c {
    padding: 80px 24px 140px; }

  .f_addr {
    font-size: 1.5rem; }

  .f_addr img {
    width: 250px;
    margin-bottom: 50px; }

  .f_link_c {
    margin-top: 30px;
    font-size: 1.5rem; }

  .f_impressum {
    margin-top: 60px; }

  .f_copyright {
    bottom: 75px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); } }
@media (max-width: 650px) {
  .page_c {
    padding-top: 110px; }

  .head_c {
    height: 110px; }

  .head_c .head_links_mobile {
    left: 37px; }

  .head_c .logo_c {
    width: 120px; }

  .hamburger {
    top: 38px;
    right: 28px; }

  /* Header Image */
  .header_image_c {
    padding-left: 37px;
    padding-right: 37px; }

  .header_image_c.v1 {
    background-color: transparent;
    padding-bottom: 0; }

  .header_image_c.v1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background-color: #AFAAA1; }

  /* Room Popup */
  #enquiry_popup {
    width: calc(100vw - 40px);
    left: 20px; }

  /* Footer */
  .footer_c {
    padding: 105px 20px 170px; }

  .f_addr {
    font-size: 0.938rem; }

  .f_addr img {
    width: 200px; }

  .f_link_c {
    font-size: 1.25rem; }

  .f_copyright {
    bottom: 113px; } }
@media (max-width: 400px) {
  #enquiry_popup {
    width: 100vw;
    left: 0; }

  #enquiry_popup .close {
    right: 15px;
    top: 10px; }

  #enquiry_popup .title_c {
    padding-left: 20px;
    padding-right: 20px; }

  #enquiry_popup .enquiry_c {
    padding: 20px; } }
@media (max-width: 350px) {
  .head_c .head_links_mobile {
    left: 20px; }

  .header_image_c {
    padding-left: 20px;
    padding-right: 20px; } }
