/********************
    Header
***********************/
/********************
    Header V1
***********************/
/*#1F1F1F;*/
/********************
    Header V2
***********************/
/********************
    Header Image
***********************/
/********************
    Header Image V1
***********************/
/********************
    Header Image V2
***********************/
/********************
    Fixed Mobile Links
***********************/
/********************
    Footer
***********************/
/***********************
    Fonts & Colors
***********************/
/*#DEDEDE;*/
/*#1F1F1F;*/
/* Handwriting font */
/*#1F1F1F;*/
/*#1F1F1F;*/
/*#1F1F1F;*/
/*#1F1F1F;*/
/*#1F1F1F;*/
/*#1F1F1F;*/
/*#1F1F1F;*/
/*#1F1F1F;*/
/********************
    Buttons
********************/
/********************
    Highlight
********************/
/********************
    Slick Slider
********************/
/********************
    Room Element
********************/
/*#1F1F1F;*/
/*#1F1F1F;*/
/********************
    Table
********************/
/*#1F1F1F;*/
/********************
    Enquiry Popup
********************/
/*********************
    Image Aspect Ratio
**********************/
/************************
      Other
*************************/
/* COOKIE */
#cks_overlay {
  background-color: #fff !important;
  padding: 5px 0 !important; }

.cks_inner, .cks_inner a {
  color: #EEE !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: #BC771A !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: #1F1F1F;
  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; }

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit; }

body .ui-widget {
  font-size: 11px;
  display: none; }

.sc_only {
  width: 0px;
  height: 0px;
  overflow: hidden; }

.page_c {
  width: 100%;
  min-width: 850px;
  overflow: hidden;
  position: relative;
  padding-top: 213px;
  /* 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 #EEE; }

/* 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: #BC771A;
  font: 400 1.25rem/120% Orbitron, Verdana, sans-serif;
  color: #EEEEEE;
  text-decoration: none;
  line-height: 20px;
  display: block; }

.as_map ul li > *:focus {
  background-color: #FFFFFF;
  outline: 1px dotted #D5861C; }

/* Head */
.head_c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 213px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 5.4%;
  z-index: 5; }

body.menu_fixed .head_c {
  position: fixed;
  height: 93px;
  filter: drop-shadow(2px 2px 5px rgba(238, 238, 238, 0.15));
  padding-top: 17px;
  padding-bottom: 17px; }

.head_c .head_content {
  width: 100%;
  /*    max-width: 1400px;       */
  display: flex;
  justify-content: space-between;
  align-items: center; }

.head_c .head_content .head_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }

.head_c .logo_c {
  transition: all ease 0.5s;
  line-height: 50%;
  display: flex;
  align-items: center;
  margin-right: 3.4%; }

body.menu_fixed .head_c .logo_c {
  width: 92px; }

.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 15px;
  margin: 0;
  position: relative; }

.h_menu_c .menu > ul > li > a {
  display: block;
  font: 500 1.125rem/120% Orbitron, Verdana, sans-serif;
  letter-spacing: .03em;
  text-decoration: none;
  padding: 66px 0 24px;
  transition: color ease 0.5s;
  position: relative; }

body.menu_fixed .h_menu_c .menu > ul > li > a {
  padding: 21px 0 15px; }

.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% Orbitron, Verdana, 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;
  /*    min-width: 520px;       */
  margin-top: 44px;
  white-space: nowrap; }

body.menu_fixed .head_links {
  margin-top: 2px; }

.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% Orbitron, Verdana, sans-serif;
  text-transform: none; }

.head_c .head_links .circle_link,
.head_c .head_links_mobile .circle_link,
.gtranslate_c .gtranslate_btn {
  /*    width: 88px;   */
  height: 47px;
  padding: 10px 25px;
  /*    border-radius: 50%;      */
  display: flex;
  justify-content: center;
  align-items: center;
  /*    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
  transform: skew(-15deg);
  /*    transition: background-color ease $standard-animation-time;      */
  background: linear-gradient(to right, #EEEEEE 50%, #A66918 50%);
  background-size: 200% 100%;
  background-position: right;
  transition: background-position 0.5s ease; }

.head_c .head_links .circle_link:last-child {
  padding-right: 105px;
  margin-right: -8px;
  background: linear-gradient(to right, #EEEEEE 50%, #925C13 50%);
  background-size: 200% 100%;
  background-position: right; }

.head_c .head_links > a:not(.circle_link) {
  padding: 4px 54px;
  /*    border-radius: 5px;     */
  font: 600 1.438rem/170% Orbitron, Verdana, sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  transform: skew(-15deg);
  background: linear-gradient(to right, #EEEEEE 50%, #BC771A 50%);
  background-size: 200% 100%;
  background-position: right;
  transition: background-position 0.5s ease;
  /*    transition: background-color ease $standard-animation-time;   */
  /*    margin-left: 12px;    */ }

.head_c .head_links > *:hover,
.head_c .head_links > *:focus,
.head_c .head_links .circle_link:last-child:hover,
.head_c .head_links .circle_link:last-child:focus,
.head_c.v1 .head_links > a:not(.circle_link):hover,
.head_c.v1 .head_links > a:not(.circle_link):focus {
  background-position: left;
  color: #A66918; }

.head_c .head_links > *:hover svg path,
.head_c .head_links > *:focus svg path {
  fill: #BC771A; }

.head_c .head_links > * > * {
  transform: skewX(15deg);
  display: inline-block; }

.head_c .head_links_mobile {
  display: none; }

/* Header V1 */
.head_c.v1 {
  background-color: #1F1F1F; }

/*.head_c.v1 .h_menu_c
{
    width: calc(50% - calc(174px / 2));
}

body.menu_fixed .head_c.v1 .h_menu_c
{
    width: calc(50% - calc(92px / 2));
}  */
.head_c.v1 .h_menu_c .menu > ul > li > a {
  color: #EEEEEE; }

.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: #D5861C; }

.head_c.v1 .h_menu_c .menu > ul > li > ul {
  background-color: #D5861C; }

.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 #EEEEEE;
  color: #EEEEEE; }

.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: #D5861C; }

/*.head_c.v1 .head_links
{
    width: calc(50% - calc(174px / 2));
}

body.menu_fixed .head_c.v1 .head_links
{
    width: calc(50% - calc(92px / 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: $head-v1-head-links-bg-color;
}

.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: $head-v1-head-links-hover-bg-color;
}   */
.head_c.v1 .gtranslate_c.opened .gtranslate_inner {
  background-color: #A66918; }

.head_c.v1 .head_links > a:not(.circle_link) {
  color: #EEEEEE;
  /*    background-color: $head-v1-head-links-bg-color;*/ }

/*.head_c.v1 .head_links > a:not(.circle_link):hover,
.head_c.v1 .head_links > a:not(.circle_link):focus
{
    background-color: $head-v1-head-links-hover-bg-color;
} */
/* Header V2 */
.head_c.v2 {
  background-color: #EEEEEE; }

.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: #D5861C; }

.head_c.v2 .h_menu_c .menu > ul > li > ul {
  background-color: #EEEEEE; }

.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: #D5861C; }

.head_c.v2 .head_links {
  width: calc(50% - calc(174px / 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: #EEEEEE;
  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 0 0 5.4%;
  display: flex;
  justify-content: center;
  float: left;
  position: relative;
  z-index: 2;
  margin-top: -1px; }

.header_image_center {
  width: 100%;
  /*    max-width: 1400px;   */
  position: relative; }

.header_image_c .header_image_cont {
  width: 100%;
  padding-bottom: 66.67%;
  position: relative; }

.header_image_c .header_image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.header_image_c .header_image::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 6.5%;
  width: 36px;
  height: 101%;
  transform: skew(-11deg);
  background-color: #1F1F1F;
  z-index: 3; }

.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_c::after
{
    content: '';
    position: absolute;
    bottom: -95px;
    left: 0;
    width: 100%;
    height: 163px;
    background: url(../img/icons/wave.svg) no-repeat bottom center;
    background-size: 100% auto;
    z-index: 2;
}   */
/* Header Image V1 */
.header_image_c.v1 {
  padding-bottom: 140px;
  background-color: #1F1F1F; }

/* Header Image V2 */
.header_image_c.v2 {
  background-color: #EEEEEE; }

/* 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(235, 235, 235, 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: #BC771A;
  transition: background-color ease 0.5s;
  border-radius: 50%;
  z-index: 3; }

#enquiry_popup .close:hover,
#enquiry_popup .close:focus {
  background-color: #925C13; }

#enquiry_popup .title_c {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px 100px 15px;
  background-color: #BC771A;
  font: 800 1.125rem/130% Orbitron, Verdana, sans-serif;
  color: #EEE; }

#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: #1F1F1F; }

.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 67px;
  background-color: #1F1F1F;
  position: relative; }

/*.footer_c::before
{
    content: '';
    position: absolute;
    top: -125px;
    left: 0;
    width: 100%;
    height: 163px;
    background: url(../img/icons/wave.svg) no-repeat bottom center;
    background-size: 100% auto;
    z-index: 2;
}     */
.footer_cc {
  width: 100%;
  max-width: 630px;
  text-align: center;
  color: #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer_cc a {
  color: inherit;
  text-decoration: none !important;
  position: relative; }

.footer_cc a span {
  position: relative; }

.footer_cc a span:before {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: width ease 0.5s;
  background-color: #EEEEEE; }

.footer_cc a:hover span::before,
.footer_cc a:focus span::before {
  width: 0; }

.f_addr {
  font: 400 1.875rem/140% "Open Sans", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center; }

.f_addr img {
  margin-bottom: 58px; }

.f_link_c {
  margin: 40px 0 0;
  font: 400 1.875rem/140% "Open Sans", Arial, sans-serif; }

.f_link_c a span:before {
  height: 2px; }

.footer_cc .social_links {
  display: flex;
  justify-content: center;
  padding-top: 56px; }

.footer_cc .social_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  /*    background-color: $footer-social-links-bg-color;   */
  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);     */
  background-color: rgba(238, 238, 238, 0.8); }

.footer_cc .social_links a svg path {
  transition: all ease 0.5s; }

.footer_cc .social_links a:hover svg path,
.footer_cc .social_links a:focus svg path {
  fill: #1F1F1F; }

/*.footer_cc .social_links a::before
{
    content: none;
}*/
.f_impressum {
  width: 100%;
  margin: 56px 0 0;
  display: flex;
  justify-content: center;
  font: 400 0.813rem/120% "Open Sans", Arial, sans-serif;
  color: inherit;
  letter-spacing: 0.007em; }

.f_impressum a {
  margin: 0 13px;
  transition: color ease 0.5s; }

.f_impressum a:hover,
.f_impressum a:focus {
  color: #D5861C; }

.f_impressum a span::before {
  content: none; }

.f_copyright {
  position: absolute;
  bottom: 27px;
  right: 57px;
  font: 400 0.875rem/120% "Open Sans", Arial, sans-serif;
  /*    opacity: 0.5;      */
  color: #EEEEEE; }

/*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: 1720px) {
  .head_c .logo_c {
    width: 144px; }

  .h_menu_c .menu > ul > li {
    padding-left: 10px;
    padding-right: 10px; }

  .h_menu_c .menu > ul > li > a {
    padding-top: 44px; }

  .head_c .head_links {
    margin-top: 20px;
    gap: 8px; }

  .head_c .head_links .circle_link,
  .head_c .head_links_mobile .circle_link,
  .gtranslate_c .gtranslate_btn {
    padding: 10px 12px; }

  .head_c .head_links .circle_link:last-child {
    padding-right: 60px; }

  .head_c .head_links > a:not(.circle_link) {
    padding: 4px 30px; } }
@media (max-width: 1435px) {
  .head_c,
  .header_image_c {
    padding-left: 40px; }

  .head_c .logo_c {
    width: 92px;
    margin-right: 20px; }

  .h_menu_c .menu > ul > li {
    padding-left: 8px;
    padding-right: 8px; }

  .h_menu_c .menu > ul > li > a {
    padding-top: 34px; }

  .head_c .head_links {
    margin-top: 8px;
    gap: 6px; }

  .head_c .head_links .circle_link,
  .head_c .head_links_mobile .circle_link,
  .gtranslate_c .gtranslate_btn {
    padding: 10px 10px; }

  .head_c .head_links .circle_link:last-child {
    padding-right: 45px; }

  .head_c .head_links > a:not(.circle_link) {
    padding: 4px 20px; }

  .header_image_c::after {
    bottom: -72px;
    height: 122px; } }
@media (max-width: 1300px) {
  /*    .head_c.v1 .h_menu_c
      {
          width: calc(50% - calc(144px / 2));
      }
  
      .head_c.v1 .head_links
      {
          width: calc(50% - calc(144px / 2));
      }
  
      .head_c .logo_c
      {
          width: $head-logo-laptop-width;
      } */ }
@media (max-width: 1270px) {
  /*.h_menu_c .menu > ul > li
  {
      padding: 0 12px;
  }   */
  .head_c,
  .header_image_c {
    padding-left: 25px; }

  .head_c .logo_c {
    margin-right: 15px; }

  .h_menu_c .menu > ul > li > a {
    font-size: 0.875rem; }

  .h_menu_c .menu > ul > li > ul > li > a {
    font-size: 0.8125rem; }

  .head_c .head_links > a:not(.circle_link) {
    font-size: 0.875rem;
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center; }

  /*    .head_c .head_links > a:not(.circle_link)
      {
          padding: 15px 25px;
          margin-left: 15px;
          font-size: 1rem;
      }    */
  .header_image_c::after {
    bottom: -65px;
    height: 110px; } }
@media (max-width: 1025px) {
  .as_map_c {
    display: none !important; }

  .h_menu_c {
    display: none; }

  .page_c {
    padding-top: 160px; }

  .head_c {
    height: 160px; }

  .head_c,
  .header_image_c {
    padding-left: 32px; }

  /*    body.menu_fixed .head_c
      {
          position: absolute;
          filter: none;
      } */
  .head_c .head_content {
    justify-content: center; }

  .head_c .head_links > a:not(.circle_link) {
    display: none; }

  .head_c .head_links .circle_link:last-child {
    padding-right: 28px; }

   /* .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: 114px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

  /*Mobile Menu*/
  .hamburger {
    /*	    position: absolute;
            top: 28px;
            right: 31px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    transform: skewX(-15deg); }

    /*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: $head-v1-bg-color;
    }   */
  body.menu_fixed .head_c.v2 .hamburger {
    background-color: #EEEEEE; }

  .hamburger span {
    display: block;
    width: 43px;
    height: 9px;
    /*        border-radius: 1px;*/ }

  /* body.menu_fixed .head_c .hamburger span
   {
       width: 20px;
   } */
  .head_c.v1 .hamburger span {
    background-color: #BC771A; }

  .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.125rem/120% Orbitron, Verdana, 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;
    width: 8px;
    height: 12px;
    transition: transform ease 0.5s;
    background: url("../img/icons/content_slick_arrow.svg") no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg); }

  .menu_slide_c .menu ul li.link_down.opened > a::after {
    transform: rotate(90deg); }

  .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.0625rem; }

  .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: 67px;
    left: 39px;
    cursor: pointer;
    z-index: 10; }

  .menu_slide_c #mobile_menu_close_btn:before,
  .menu_slide_c #mobile_menu_close_btn:after {
    width: 36px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: ''; }

  .menu_slide_c #mobile_menu_close_btn:before {
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center; }

  .menu_slide_c #mobile_menu_close_btn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center; }

  /* Header V1 */
  .head_c.v1 .menu_slide_c {
    background-color: #1F1F1F; }

  .head_c.v1 .menu_slide_c .menu ul li a {
    color: #EEEEEE; }

  .head_c.v1 .menu_slide_c .menu ul li a:before {
    background-color: #EEEEEE; }

  .head_c.v1 .menu_slide_c #mobile_menu_close_btn:before,
  .head_c.v1 .menu_slide_c #mobile_menu_close_btn:after {
    background-color: #BC771A; }

  /* Header V2 */
  .head_c.v2 .menu_slide_c {
    background-color: #EEEEEE; }

  .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; }

  .header_image_c .header_image::before {
    bottom: -1px;
    width: 24px;
    /*12*/
    height: 101%;
    transform: skew(-11deg); }

  .header_image_c::after {
    bottom: -31px;
    height: 82px; }

  #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: #BC771A;
    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: 600 1.438rem/170% Orbitron, Verdana, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #EEEEEE;
    border-right: 1px solid rgba(238, 238, 238, 0.2); }

  #fixed_mobile_links a:last-child {
    border-right: none; }

  .main {
    padding-bottom: 73px; }

  /* Footer */
  .footer_c {
    padding: 66px 24px 95px; }

  .footer_c::before {
    top: -123px;
    height: 142px; }

  .f_addr {
    font-size: 1.5rem;
    /*1.125*/ }

  .f_addr img {
    width: 201px;
    /*140*/
    margin-bottom: 65px; }

  .f_link_c {
    margin-top: 24px;
    font-size: 1.5rem;
    /*1.125*/ }

  .footer_cc .social_links {
    padding-top: 54px; }

  .f_impressum {
    margin-top: 54px;
    flex-wrap: wrap; }

  .f_impressum a {
    margin: 2px 13px; }

  .f_copyright {
    bottom: 74px;
    left: 50%;
    right: auto;
    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: 74px; }

  /*    .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: 70px; }

  /*    .header_image_c.v1::after
      {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: calc(100% - 50px);
          background-color: $head-v1-bg-color;
      }         */
  .header_image_c .header_image::before {
    width: 12px; }

  .header_image_c::after {
    bottom: -15px;
    /*        height: 82px;*/ }

  .menu_slide_c #mobile_menu_close_btn {
    top: 43px; }

  /* Room Popup */
  #enquiry_popup {
    width: calc(100vw - 40px);
    left: 20px; }

  /* Footer */
  .footer_c {
    padding-left: 20px;
    padding-right: 20px; }

  .footer_c::before {
    top: -123px;
    height: 142px; }

  .f_addr {
    font-size: 1.125rem; }

  .f_addr img {
    width: 140px; }

  .f_link_c {
    font-size: 1.125rem; } }
@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;
    }  */ }
