/* line 3, ../scss/_vars.scss */
:root {
  --font-family: "Open Sans", sans-serif;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --olive-color: #88934e;
  --black-color: #000;
  --dark-color: #333333;
  --cherry-color: #A81729; }

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* line 44, ../scss/mixins/_checkbox.scss */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1; }

/* line 48, ../scss/mixins/_checkbox.scss */
.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px; }

/* line 53, ../scss/mixins/_checkbox.scss */
.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none; }

/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: "Playfair";
  src: url("../fonts/../fonts/PlayfairDisplay-italic.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: italic; }
@font-face {
  font-family: "Playfair";
  src: url("../fonts/../fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: "Playfair";
  src: url("../fonts/../fonts/PlayfairDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }
/* line 1, ../scss/_settings.scss */
html {
  box-sizing: border-box; }

/* line 5, ../scss/_settings.scss */
*,
*::before,
*::after {
  box-sizing: inherit; }

/* line 11, ../scss/_settings.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  word-wrap: break-word; }

/* line 18, ../scss/_settings.scss */
.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%; }

/* line 23, ../scss/_settings.scss */
img {
  width: 100%;
  height: auto;
  object-fit: cover; }

/* line 28, ../scss/_settings.scss */
.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto; }

/* line 34, ../scss/_settings.scss */
.content_text {
  padding: 0 14%; }
  @media (max-width: 768px) {
    /* line 34, ../scss/_settings.scss */
    .content_text {
      padding: 0 15px; } }

/* line 41, ../scss/_settings.scss */
.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%; }

/* line 46, ../scss/_settings.scss */
ul {
  margin: 0;
  padding: 0; }

/* line 50, ../scss/_settings.scss */
.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px; }

/* line 56, ../scss/_settings.scss */
.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */ }

/* line 60, ../scss/_settings.scss */
.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer; }

/* line 67, ../scss/_settings.scss */
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 73, ../scss/_settings.scss */
.input-reset {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff; }
  /* line 80, ../scss/_settings.scss */
  .input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
    display: none; }

/* line 88, ../scss/_settings.scss */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

/* line 99, ../scss/_settings.scss */
.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width); }

/* line 105, ../scss/_settings.scss */
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

/* line 109, ../scss/_settings.scss */
.centered {
  text-align: center; }

/* line 113, ../scss/_settings.scss */
.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none; }

/* line 123, ../scss/_settings.scss */
.page--ios .dis-scroll {
  position: relative; }

/* line 127, ../scss/_settings.scss */
ins {
  text-decoration: none; }

/* line 1, ../scss/components/_header.scss */
.burger {
  --burger-width: 30px;
  --burger-height: 30px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #000;
  background-color: transparent;
  cursor: pointer; }
  /* line 17, ../scss/mixins/_burger.scss */
  .burger::before, .burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; }
  /* line 28, ../scss/mixins/_burger.scss */
  .burger::before {
    top: 0; }
  /* line 32, ../scss/mixins/_burger.scss */
  .burger::after {
    top: calc(100% - var(--burger-line-height)); }
  /* line 36, ../scss/mixins/_burger.scss */
  .burger__line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out; }
  /* line 48, ../scss/mixins/_burger.scss */
  .burger--active::before {
    top: 50%;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; }
  /* line 54, ../scss/mixins/_burger.scss */
  .burger--active::after {
    top: 50%;
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; }
  /* line 60, ../scss/mixins/_burger.scss */
  .burger--active .burger__line {
    transform: scale(0);
    transition: transform 0.3s ease-in-out; }

/* line 2, ../scss/components/_header.scss */
header {
  position: fixed;
  width: 100%;
  background: var(--light-color);
  top: 0;
  z-index: 9999; }
  /* line 8, ../scss/components/_header.scss */
  header a {
    text-decoration: none; }

/* line 12, ../scss/components/_header.scss */
.btn_menu_mobile {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 30px; }
  /* line 17, ../scss/components/_header.scss */
  .btn_menu_mobile:hover {
    color: var(--cherry-color); }
    /* line 20, ../scss/components/_header.scss */
    .btn_menu_mobile:hover .btn-reset::after, .btn_menu_mobile:hover .btn-reset::before {
      background-color: var(--cherry-color); }
    /* line 25, ../scss/components/_header.scss */
    .btn_menu_mobile:hover .burger__line {
      background-color: var(--cherry-color); }
  @media (max-width: 600px) {
    /* line 12, ../scss/components/_header.scss */
    .btn_menu_mobile {
      margin: 0 10px; } }

/* line 34, ../scss/components/_header.scss */
.burger {
  height: 22px;
  margin-left: 10px;
  font-size: 14px; }

/* line 39, ../scss/components/_header.scss */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 800px) {
  /* line 46, ../scss/components/_header.scss */
  .header_phone span {
    display: none; } }

/* line 51, ../scss/components/_header.scss */
.mob_menu {
  font-family: 'Playfair', sans-serif;
  background-color: var(--light-color);
  position: absolute;
  height: 100vh;
  width: 100%;
  max-width: 400px;
  top: 60px;
  right: 0;
  position: fixed;
  z-index: 1000;
  transform: translateX(100%);
  transition: all 1s;
  padding: 30px; }
  /* line 66, ../scss/components/_header.scss */
  .mob_menu ul.menu-menu-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  /* line 72, ../scss/components/_header.scss */
  .mob_menu li {
    padding: 10px 0 10px 15px;
    list-style: none; }
  /* line 76, ../scss/components/_header.scss */
  .mob_menu a {
    color: var(--black-color);
    font-size: 24px;
    text-decoration: none;
    position: relative;
    text-align: left; }
    /* line 83, ../scss/components/_header.scss */
    .mob_menu a:after {
      bottom: -4px;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      background: var(--black-color);
      opacity: 0.6;
      transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
      width: 0; }
    /* line 96, ../scss/components/_header.scss */
    .mob_menu a:hover:after {
      width: 100%;
      opacity: 0.9; }
  /* line 101, ../scss/components/_header.scss */
  .mob_menu .sub-menu {
    cursor: pointer;
    display: none;
    margin: 10px 0 0; }
  /* line 106, ../scss/components/_header.scss */
  .mob_menu .menu-item-has-children {
    position: relative; }

/* line 129, ../scss/components/_header.scss */
.toggle-sub-menu {
  background-image: url(../img/svg/angel.svg);
  content: "";
  width: 55px;
  height: 55px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

/* line 144, ../scss/components/_header.scss */
.toggle-sub-menu.active {
  transform: rotate(180deg);
  transition: all 0.5s; }

/* line 148, ../scss/components/_header.scss */
.menu--active {
  transform: translateX(0);
  transition: all 1s; }

/* line 152, ../scss/components/_header.scss */
.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: var(--black-color);
  opacity: 0.5;
  z-index: 15;
  display: none; }

/* line 164, ../scss/components/_header.scss */
.logo-small {
  display: block;
  width: 200px;
  padding: 0 30px; }
  @media (max-width: 400px) {
    /* line 164, ../scss/components/_header.scss */
    .logo-small {
      padding: 0;
      width: auto; } }
  /* line 172, ../scss/components/_header.scss */
  .logo-small img {
    width: 100%;
    height: auto;
    position: absolute;
    max-width: 260px;
    padding: 20px;
    margin: -30px 0;
    background: #fff; }
    @media (max-width: 900px) {
      /* line 172, ../scss/components/_header.scss */
      .logo-small img {
        position: relative;
        padding: 0;
        margin: 0; } }
    @media (max-width: 676px) {
      /* line 172, ../scss/components/_header.scss */
      .logo-small img {
        max-width: 130px; } }

/* line 192, ../scss/components/_header.scss */
.header.header_scroll .logo-small img {
  position: relative;
  padding: 0;
  margin: 0; }

/* line 199, ../scss/components/_header.scss */
.header_right {
  display: flex; }

/* line 202, ../scss/components/_header.scss */
.header_phone {
  color: #333;
  display: flex;
  align-items: center;
  margin-right: 30px; }
  /* line 207, ../scss/components/_header.scss */
  .header_phone:hover {
    color: var(--cherry-color); }
    /* line 209, ../scss/components/_header.scss */
    .header_phone:hover svg {
      fill: var(--cherry-color); }
  @media (max-width: 600px) {
    /* line 202, ../scss/components/_header.scss */
    .header_phone {
      margin-right: 10px; } }

/* line 218, ../scss/components/_header.scss */
.online_buchen {
  display: block;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  background: var(--cherry-color);
  color: #fff;
  transition: all 0.3s;
  display: flex; }
  /* line 227, ../scss/components/_header.scss */
  .online_buchen:hover {
    background: #444; }
  @media (max-width: 600px) {
    /* line 218, ../scss/components/_header.scss */
    .online_buchen {
      background: transparent;
      margin: 0;
      padding: 0; } }
  /* line 235, ../scss/components/_header.scss */
  .online_buchen img {
    display: block;
    width: 30px;
    height: auto;
    object-fit: contain; }
    @media (min-width: 600px) {
      /* line 235, ../scss/components/_header.scss */
      .online_buchen img {
        display: none; } }
  @media (max-width: 600px) {
    /* line 244, ../scss/components/_header.scss */
    .online_buchen span {
      display: none; } }

@media (max-width: 767px) {
  /* line 1, ../scss/components/_index.scss */
  h2 {
    font-size: 24px; } }

@media (max-width: 767px) {
  /* line 6, ../scss/components/_index.scss */
  h3 {
    font-size: 22px; } }

/* line 12, ../scss/components/_index.scss */
.title_section {
  font-family: "Playfair";
  font-weight: 400;
  font-size: 36px;
  color: #444;
  margin-bottom: 20px;
  text-align: center; }
  /* line 19, ../scss/components/_index.scss */
  .title_section:after {
    content: "";
    width: 100px;
    height: 2px;
    margin: 15px auto 0px auto;
    display: block;
    background-color: #444; }
  @media (max-width: 767px) {
    /* line 12, ../scss/components/_index.scss */
    .title_section {
      font-size: 24px; } }

/* line 32, ../scss/components/_index.scss */
.subtitle_block {
  font-family: "Playfair";
  font-weight: 400;
  font-size: 30px;
  color: #333;
  margin-bottom: 15px;
  text-align: center; }
  /* line 39, ../scss/components/_index.scss */
  .subtitle_block:after {
    content: "";
    width: 100px;
    height: 2px;
    margin: 15px auto 0px auto;
    display: block;
    background-color: #444; }
  @media (max-width: 767px) {
    /* line 32, ../scss/components/_index.scss */
    .subtitle_block {
      font-size: 22px; } }

/* line 53, ../scss/components/_index.scss */
.slide_down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15; }
  @media (max-width: 800px) {
    /* line 53, ../scss/components/_index.scss */
    .slide_down {
      bottom: 50%; } }
  @media (max-width: 760px) {
    /* line 53, ../scss/components/_index.scss */
    .slide_down {
      display: none; } }

/* line 66, ../scss/components/_index.scss */
.main_slider {
  position: relative; }
  /* line 68, ../scss/components/_index.scss */
  .main_slider .swiper-slide {
    height: 100vh; }
    @media (max-width: 800px) {
      /* line 68, ../scss/components/_index.scss */
      .main_slider .swiper-slide {
        height: 50vh; } }
  /* line 74, ../scss/components/_index.scss */
  .main_slider img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }
  /* line 80, ../scss/components/_index.scss */
  .main_slider .swiper-button-prev-cust, .main_slider .swiper-button-next-cust {
    cursor: pointer; }
    @media (max-width: 767px) {
      /* line 83, ../scss/components/_index.scss */
      .main_slider .swiper-button-prev-cust svg, .main_slider .swiper-button-next-cust svg {
        height: 30px; } }
  /* line 88, ../scss/components/_index.scss */
  .main_slider .swiper-button-prev-cust {
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: 10; }
  /* line 94, ../scss/components/_index.scss */
  .main_slider .swiper-button-next-cust {
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 10; }
  /* line 100, ../scss/components/_index.scss */
  .main_slider .main_slider_text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 760px) {
      /* line 100, ../scss/components/_index.scss */
      .main_slider .main_slider_text {
        bottom: 0;
        top: auto; } }
    /* line 120, ../scss/components/_index.scss */
    .main_slider .main_slider_text h4 {
      font-family: "Open Sans";
      font-weight: 600;
      font-size: 20px;
      color: var(--light-color);
      line-height: 26px;
      text-shadow: 0 0 5px #333;
      text-transform: uppercase;
      padding: 0;
      text-align: center;
      transform: translateX(-1%);
      margin: 0; }
      @media (max-width: 760px) {
        /* line 120, ../scss/components/_index.scss */
        .main_slider .main_slider_text h4 {
          display: none; } }
    /* line 136, ../scss/components/_index.scss */
    .main_slider .main_slider_text hr {
      margin-top: 40px;
      width: 70px;
      height: 2px;
      background: var(--light-color);
      border: none; }
      @media (max-width: 760px) {
        /* line 136, ../scss/components/_index.scss */
        .main_slider .main_slider_text hr {
          display: none; } }
    /* line 147, ../scss/components/_index.scss */
    .main_slider .main_slider_text h2 {
      width: calc(100% - 30px);
      font-family: "Playfair";
      font-weight: 700;
      font-size: 60px;
      color: #fff;
      line-height: 70px;
      text-transform: none;
      background: transparent;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      text-shadow: 0 0 5px #333;
      text-align: center;
      margin: 0; }
      @media (max-width: 830px) {
        /* line 147, ../scss/components/_index.scss */
        .main_slider .main_slider_text h2 {
          font-size: 50px; } }
      @media (max-width: 768px) {
        /* line 147, ../scss/components/_index.scss */
        .main_slider .main_slider_text h2 {
          font-size: 20px; } }

/* line 175, ../scss/components/_index.scss */
.main_text_section {
  padding: 50px 0; }
  /* line 177, ../scss/components/_index.scss */
  .main_text_section h1 {
    font-family: 'Playfair', sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #A81729;
    margin-bottom: 40px;
    text-shadow: 0px 0px 0px transparent;
    text-align: center; }
    /* line 187, ../scss/components/_index.scss */
    .main_text_section h1::after {
      content: "";
      width: 100px;
      height: 2px;
      margin: 15px auto 0px auto;
      display: block;
      background-color: var(--cherry-color); }
    @media (max-width: 767px) {
      /* line 177, ../scss/components/_index.scss */
      .main_text_section h1 {
        font-weight: 700;
        font-size: 28px;
        padding: 0 15px; } }
  /* line 202, ../scss/components/_index.scss */
  .main_text_section .content_text h3 {
    margin-bottom: 0.5rem;
    font-family: 'Playfair', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-size: 28px;
    text-align: center; }
  /* line 210, ../scss/components/_index.scss */
  .main_text_section .content_text p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px; }
  /* line 219, ../scss/components/_index.scss */
  .main_text_section .content_text table td, .main_text_section .content_text table tr {
    width: 30%;
    max-width: 200px;
    text-align: left;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding: 5px; }

/* line 237, ../scss/components/_index.scss */
.card__section {
  padding: 50px 0; }
  /* line 239, ../scss/components/_index.scss */
  .card__section .cards_container {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    @media (max-width: 676px) {
      /* line 239, ../scss/components/_index.scss */
      .card__section .cards_container {
        flex-direction: column;
        align-items: center; } }
    /* line 247, ../scss/components/_index.scss */
    .card__section .cards_container .card {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 360px;
      max-height: 360px;
      border: none;
      margin: 0 1%;
      transition: all 0.3s;
      overflow: hidden;
      padding: 0;
      transition: all 0.3s; }
      @media (max-width: 676px) {
        /* line 247, ../scss/components/_index.scss */
        .card__section .cards_container .card {
          margin: 10px 0;
          max-width: 300px;
          max-height: 300px; } }
      /* line 268, ../scss/components/_index.scss */
      .card__section .cards_container .card:hover .img_block {
        transition: all 0.3s;
        transform: translateY(-50px);
        filter: brightness(85%); }
      /* line 274, ../scss/components/_index.scss */
      .card__section .cards_container .card .img_block {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s;
        filter: brightness(50%); }
      /* line 281, ../scss/components/_index.scss */
      .card__section .cards_container .card .inform_block {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%; }
        /* line 287, ../scss/components/_index.scss */
        .card__section .cards_container .card .inform_block:hover {
          transition: all 0.3s; }
          /* line 289, ../scss/components/_index.scss */
          .card__section .cards_container .card .inform_block:hover .btn_info {
            transition: all 0.3s;
            transform: translateY(0); }
          /* line 293, ../scss/components/_index.scss */
          .card__section .cards_container .card .inform_block:hover h5 {
            transition: all 0.3s;
            bottom: 20%; }
            @media (max-width: 1000px) {
              /* line 293, ../scss/components/_index.scss */
              .card__section .cards_container .card .inform_block:hover h5 {
                bottom: 30%; } }
        /* line 302, ../scss/components/_index.scss */
        .card__section .cards_container .card .inform_block h5 {
          position: absolute;
          bottom: 15%;
          left: 0;
          font-family: "Playfair";
          font-weight: 400;
          font-size: 24px !important;
          color: #fff !important;
          transition: .35s;
          margin: 0;
          z-index: 1;
          width: 100%;
          text-align: center; }
        /* line 317, ../scss/components/_index.scss */
        .card__section .cards_container .card .inform_block .btn_info {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 20px 0;
          position: absolute;
          bottom: 0;
          transform: translateY(60px);
          width: 100%;
          left: 0;
          background-color: var(--cherry-color);
          transition: all 0.5s;
          color: var(--light-color);
          text-align: center;
          font-size: 14px; }
          /* line 332, ../scss/components/_index.scss */
          .card__section .cards_container .card .inform_block .btn_info svg {
            margin-left: 5px; }

/* line 344, ../scss/components/_index.scss */
.gutschein, .galerie {
  padding: 50px 0; }
  /* line 346, ../scss/components/_index.scss */
  .gutschein p, .galerie p {
    padding: 0 15%;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center; }
  /* line 356, ../scss/components/_index.scss */
  .gutschein .gutschein_img, .galerie .gutschein_img {
    padding: 50px 0;
    height: 100%;
    max-height: 660px;
    position: relative;
    overflow: hidden; }
    /* line 362, ../scss/components/_index.scss */
    .gutschein .gutschein_img a, .galerie .gutschein_img a {
      position: absolute;
      bottom: 150px;
      left: 50%;
      transform: translateX(-50%);
      background-color: var(--cherry-color);
      color: #fff;
      font-size: 15px;
      text-shadow: none;
      padding: 25px 40px;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 0.2s; }
      @media (max-width: 767px) {
        /* line 362, ../scss/components/_index.scss */
        .gutschein .gutschein_img a, .galerie .gutschein_img a {
          bottom: 100px; } }
      @media (max-width: 767px) {
        /* line 362, ../scss/components/_index.scss */
        .gutschein .gutschein_img a, .galerie .gutschein_img a {
          padding: 10px; } }
      /* line 382, ../scss/components/_index.scss */
      .gutschein .gutschein_img a svg, .galerie .gutschein_img a svg {
        transition: all 0.2s;
        transform: translate(15px, 2px); }
        @media (max-width: 767px) {
          /* line 382, ../scss/components/_index.scss */
          .gutschein .gutschein_img a svg, .galerie .gutschein_img a svg {
            transform: translate(0px, 2px); } }
      /* line 389, ../scss/components/_index.scss */
      .gutschein .gutschein_img a:hover, .galerie .gutschein_img a:hover {
        background: #444;
        transition: all 0.2s; }
        /* line 392, ../scss/components/_index.scss */
        .gutschein .gutschein_img a:hover svg, .galerie .gutschein_img a:hover svg {
          transform: translate(20px, 2px);
          transition: all 0.2s; }

/* line 401, ../scss/components/_index.scss */
.history {
  background-color: #eae8e5; }
  /* line 403, ../scss/components/_index.scss */
  .history .swiper-button-prev-cust, .history .swiper-button-next-cust {
    cursor: pointer; }
    @media (max-width: 767px) {
      /* line 406, ../scss/components/_index.scss */
      .history .swiper-button-prev-cust svg, .history .swiper-button-next-cust svg {
        height: 30px; } }
  /* line 411, ../scss/components/_index.scss */
  .history .swiper-button-prev-cust {
    position: absolute;
    top: 35%;
    left: 25px;
    z-index: 10; }
  /* line 417, ../scss/components/_index.scss */
  .history .swiper-button-next-cust {
    position: absolute;
    top: 35%;
    right: 25px;
    z-index: 10; }
  /* line 423, ../scss/components/_index.scss */
  .history h3 {
    font-weight: normal;
    font-size: 24px;
    color: #333;
    font-family: "Playfair";
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center; }
  /* line 432, ../scss/components/_index.scss */
  .history .text-box {
    padding: 0px 45px;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center; }
  /* line 441, ../scss/components/_index.scss */
  .history .geschichts-jahr {
    font-size: 32px;
    color: #fff;
    position: absolute;
    background-color: #A81729;
    top: 30px;
    right: 20px;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    transform: rotate(10deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 0 0 5px #A81729 inset, 0 0 0 7px #fff inset;
    font-family: "Playfair";
    padding-bottom: 5px; }

/* line 462, ../scss/components/_index.scss */
.event {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    /* line 462, ../scss/components/_index.scss */
    .event {
      flex-direction: column; }
      /* line 467, ../scss/components/_index.scss */
      .event:nth-child(even) {
        flex-direction: column; } }
  /* line 471, ../scss/components/_index.scss */
  .event:nth-child(even) {
    flex-direction: row-reverse; }
  /* line 474, ../scss/components/_index.scss */
  .event .img_col {
    width: 60%; }
    @media (max-width: 991px) {
      /* line 474, ../scss/components/_index.scss */
      .event .img_col {
        width: 100%; } }
    /* line 479, ../scss/components/_index.scss */
    .event .img_col img {
      height: 100%;
      display: block;
      min-height: 300px; }
  /* line 485, ../scss/components/_index.scss */
  .event .text_col {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 3% 15px 3%; }
    @media (max-width: 991px) {
      /* line 485, ../scss/components/_index.scss */
      .event .text_col {
        width: 100%; } }

/* line 497, ../scss/components/_index.scss */
.text_content {
  padding: 0px 45px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: center; }

/* line 506, ../scss/components/_index.scss */
.text_section {
  padding: 50px 0; }

/* line 509, ../scss/components/_index.scss */
.btn_mehr_info {
  background: #A81729;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
  text-shadow: none;
  margin: 15px 10px 5px 10px;
  padding: 10px 20px 10px 20px;
  line-height: 100%;
  height: auto;
  border-radius: 0px;
  transition: all .4s;
  position: relative;
  border: none;
  cursor: pointer;
  text-decoration: none; }
  /* line 527, ../scss/components/_index.scss */
  .btn_mehr_info svg {
    transition: all .4s;
    transform: translate(0, 2px); }
  /* line 531, ../scss/components/_index.scss */
  .btn_mehr_info:hover {
    background: #444;
    transition: all .4s; }
    /* line 534, ../scss/components/_index.scss */
    .btn_mehr_info:hover svg {
      transition: all .4s;
      transform: translate(10px, 2px); }

/* line 541, ../scss/components/_index.scss */
.rooms_section {
  background-color: #eee; }

/* line 544, ../scss/components/_index.scss */
.events {
  padding: 50px 0; }
  @media (max-width: 835px) {
    /* line 544, ../scss/components/_index.scss */
    .events {
      padding: 35px 0; } }
  /* line 549, ../scss/components/_index.scss */
  .events .eventSlider {
    height: 100%; }
  /* line 552, ../scss/components/_index.scss */
  .events .swiper-button-prev-cust, .events .swiper-button-next-cust {
    cursor: pointer;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      /* line 556, ../scss/components/_index.scss */
      .events .swiper-button-prev-cust svg, .events .swiper-button-next-cust svg {
        height: 30px; } }
  /* line 561, ../scss/components/_index.scss */
  .events .swiper-button-prev-cust {
    position: absolute;
    top: 50%;
    left: 25px;
    z-index: 10; }
  /* line 567, ../scss/components/_index.scss */
  .events .swiper-button-next-cust {
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 10; }

/* line 577, ../scss/components/_index.scss */
.price {
  font-weight: normal;
  color: #A81729;
  font-size: 22px;
  font-family: "Playfair",serif;
  margin-top: 15px; }

/* line 584, ../scss/components/_index.scss */
.col50_container {
  width: 100%;
  display: flex; }
  @media (max-width: 991px) {
    /* line 584, ../scss/components/_index.scss */
    .col50_container {
      flex-direction: column; } }

/* line 591, ../scss/components/_index.scss */
.col50 {
  width: 50%;
  padding: 0 15px; }
  @media (max-width: 991px) {
    /* line 591, ../scss/components/_index.scss */
    .col50 {
      width: 100%; } }
  /* line 598, ../scss/components/_index.scss */
  .col50 table {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    color: var(--dark-color);
    line-height: 30px;
    width: 100%; }

/* line 613, ../scss/components/_index.scss */
.post_page .main_text_section a {
  text-decoration: none;
  color: var(--cherry-color); }
  /* line 616, ../scss/components/_index.scss */
  .post_page .main_text_section a:hover {
    text-decoration: underline; }
/* line 621, ../scss/components/_index.scss */
.post_page .swiper-slide {
  height: 100vh; }
  @media (max-width: 800px) {
    /* line 621, ../scss/components/_index.scss */
    .post_page .swiper-slide {
      height: 50vh; } }
/* line 627, ../scss/components/_index.scss */
.post_page img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%; }
/* line 633, ../scss/components/_index.scss */
.post_page .main_slider_text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 760px) {
    /* line 633, ../scss/components/_index.scss */
    .post_page .main_slider_text {
      bottom: 0;
      top: auto; } }
  /* line 645, ../scss/components/_index.scss */
  .post_page .main_slider_text h4 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
    color: var(--light-color);
    line-height: 26px;
    text-shadow: 0 0 5px #333;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    transform: translateX(-1%);
    margin: 0; }
    @media (max-width: 760px) {
      /* line 645, ../scss/components/_index.scss */
      .post_page .main_slider_text h4 {
        display: none; } }
  /* line 661, ../scss/components/_index.scss */
  .post_page .main_slider_text hr {
    margin-top: 40px;
    width: 70px;
    height: 2px;
    background: var(--light-color);
    border: none; }
    @media (max-width: 760px) {
      /* line 661, ../scss/components/_index.scss */
      .post_page .main_slider_text hr {
        display: none; } }
  /* line 672, ../scss/components/_index.scss */
  .post_page .main_slider_text h2 {
    width: 100%;
    font-family: "Playfair";
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    line-height: 1.5;
    text-transform: none;
    background: transparent;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0 5px #333;
    text-align: center;
    margin: 0; }
    @media (max-width: 800px) {
      /* line 672, ../scss/components/_index.scss */
      .post_page .main_slider_text h2 {
        font-size: 44px; } }
    @media (max-width: 760px) {
      /* line 672, ../scss/components/_index.scss */
      .post_page .main_slider_text h2 {
        font-size: 20px; } }
/* line 695, ../scss/components/_index.scss */
.post_page .btn_return {
  text-align: center;
  margin-top: 30px; }
  /* line 698, ../scss/components/_index.scss */
  .post_page .btn_return a {
    background: var(--cherry-color);
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    text-shadow: none;
    padding: 10px 20px 10px 20px;
    line-height: 100%;
    transition: all .4s;
    position: relative;
    border: none;
    cursor: pointer;
    text-decoration: none; }
    /* line 711, ../scss/components/_index.scss */
    .post_page .btn_return a svg {
      transition: all .4s;
      margin-right: 10px;
      margin-bottom: -2px; }
    /* line 716, ../scss/components/_index.scss */
    .post_page .btn_return a:hover {
      background-color: #444; }
      /* line 718, ../scss/components/_index.scss */
      .post_page .btn_return a:hover svg {
        transition: all .4s;
        transform: translateX(-10px); }

/* line 728, ../scss/components/_index.scss */
.freizeit .img_post img {
  min-height: 300px; }
  @media (max-width: 1200px) {
    /* line 728, ../scss/components/_index.scss */
    .freizeit .img_post img {
      max-height: 600px; } }

/* line 736, ../scss/components/_index.scss */
.col50_title {
  font-family: "Playfair";
  font-weight: 400;
  color: var(--dark-color);
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  position: relative; }
  /* line 744, ../scss/components/_index.scss */
  .col50_title::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    bottom: -15px;
    width: 70px;
    height: 2px;
    background-color: var(--dark-color);
    left: 50%;
    transform: translateX(-50%); }

/* line 757, ../scss/components/_index.scss */
.map_section h3 {
  font-family: "Playfair";
  font-weight: 400;
  font-size: 30px;
  color: #333;
  padding: 30px 0 20px;
  text-align: center;
  margin: 0; }
  /* line 765, ../scss/components/_index.scss */
  .map_section h3::after {
    content: "";
    width: 100px;
    height: 2px;
    margin: 15px auto 0px auto;
    display: block;
    background-color: #444; }

/* line 775, ../scss/components/_index.scss */
.btn_map {
  background-color: var(--cherry-color);
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  padding: 25px 40px;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  margin-bottom: 30px; }
  /* line 787, ../scss/components/_index.scss */
  .btn_map:hover {
    background: #444;
    transition: all 0.2s; }

/* line 793, ../scss/components/_index.scss */
.section_first_img .slide_down {
  bottom: 50px; }
/* line 796, ../scss/components/_index.scss */
.section_first_img .section_inner {
  height: 65vh;
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    /* line 796, ../scss/components/_index.scss */
    .section_first_img .section_inner {
      height: 50vh; } }
/* line 804, ../scss/components/_index.scss */
.section_first_img h4 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
  color: var(--light-color);
  line-height: 26px;
  text-shadow: 0 0 5px #333;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  margin: 0; }
  @media (max-width: 760px) {
    /* line 804, ../scss/components/_index.scss */
    .section_first_img h4 {
      display: none; } }
/* line 819, ../scss/components/_index.scss */
.section_first_img hr {
  margin-top: 40px;
  width: 70px;
  height: 2px;
  background: var(--light-color);
  border: none; }
  @media (max-width: 760px) {
    /* line 819, ../scss/components/_index.scss */
    .section_first_img hr {
      display: none; } }
/* line 830, ../scss/components/_index.scss */
.section_first_img h2 {
  width: calc(100% - 30px);
  font-family: "Playfair";
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  line-height: 70px;
  text-transform: none;
  background: transparent;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 5px #333;
  text-align: center;
  margin: 0; }
  @media (max-width: 830px) {
    /* line 830, ../scss/components/_index.scss */
    .section_first_img h2 {
      font-size: 50px; } }
/* line 848, ../scss/components/_index.scss */
.section_first_img .text_img {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%); }
  @media (max-width: 760px) {
    /* line 848, ../scss/components/_index.scss */
    .section_first_img .text_img {
      bottom: 0;
      top: auto; }
      /* line 858, ../scss/components/_index.scss */
      .section_first_img .text_img h4 {
        display: none; }
      /* line 861, ../scss/components/_index.scss */
      .section_first_img .text_img h2 {
        font-size: 20px; } }
/* line 866, ../scss/components/_index.scss */
.section_first_img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%; }

/* line 876, ../scss/components/_index.scss */
.contact_form_inner input[type=text], .contact_form_inner input[type=email], .contact_form_inner input[type=tel], .contact_form_inner textarea {
  border-radius: 0px;
  border: 1px solid #A81729;
  padding: 15px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #333;
  width: 100%;
  margin-bottom: 15px; }
/* line 887, ../scss/components/_index.scss */
.contact_form_inner .two_fields {
  display: flex;
  justify-content: space-between; }
  /* line 890, ../scss/components/_index.scss */
  .contact_form_inner .two_fields span {
    width: 49%; }
  @media (max-width: 768px) {
    /* line 887, ../scss/components/_index.scss */
    .contact_form_inner .two_fields {
      flex-direction: column; }
      /* line 898, ../scss/components/_index.scss */
      .contact_form_inner .two_fields input {
        width: 100%; } }
/* line 903, ../scss/components/_index.scss */
.contact_form_inner label {
  position: relative;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #333;
  height: auto;
  min-height: 45px;
  display: flex;
  align-items: center;
  align-content: center; }
  /* line 916, ../scss/components/_index.scss */
  .contact_form_inner label input {
    display: none; }
  /* line 920, ../scss/components/_index.scss */
  .contact_form_inner label::before {
    content: "";
    display: inline-block;
    border-radius: 0px;
    border: 2px solid #A81729;
    height: 45px;
    width: 45px;
    margin-right: 20px; }
  /* line 929, ../scss/components/_index.scss */
  .contact_form_inner label::after {
    content: '\00d7';
    font-size: 45px;
    color: #444;
    top: -9px;
    left: 9px;
    opacity: 0;
    position: absolute; }
/* line 941, ../scss/components/_index.scss */
.contact_form_inner label.checked::after {
  opacity: 1; }
/* line 944, ../scss/components/_index.scss */
.contact_form_inner .label_text {
  display: inline-block; }

/* line 948, ../scss/components/_index.scss */
.submit_container {
  text-align: end; }

/* line 951, ../scss/components/_index.scss */
.btn_mehr_info.submit_form {
  width: 250px; }

/* line 954, ../scss/components/_index.scss */
.field {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #333; }
  /* line 962, ../scss/components/_index.scss */
  .field a {
    color: #A81729;
    text-decoration: none; }
  /* line 966, ../scss/components/_index.scss */
  .field a:hover {
    mask-image: linear-gradient(135deg, #fff 35%, rgba(255, 255, 255, 0) 50%, #fff 65%);
    mask-size: 200%;
    animation: shine 2s infinite;
    color: #A81729; }
@keyframes shine {
  from {
    mask-position: 150%; }
  to {
    mask-position: -50%; } }
/* line 981, ../scss/components/_index.scss */
.contact_form_section {
  padding: 50px 0; }

/* line 984, ../scss/components/_index.scss */
.wpcf7-not-valid-tip {
  white-space: normal;
  background: #fff;
  border: 1px solid #e0b4b4;
  color: #9f3a38;
  width: fit-content !important;
  margin-bottom: 10px;
  padding: 4px 15px;
  border-radius: 5px;
  font-size: 12px;
  position: relative; }
  /* line 995, ../scss/components/_index.scss */
  .wpcf7-not-valid-tip::after {
    content: "";
    position: absolute;
    border-width: 1px 0 0 1px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 50%;
    margin-top: -1px;
    border-color: #e0b4b4;
    border-style: solid;
    background: var(--light-color);
    z-index: 2;
    width: 0.6666em;
    height: 0.6666em; }

/* line 1012, ../scss/components/_index.scss */
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  background-color: #fff6f6; }

/* line 1015, ../scss/components/_index.scss */
.wpcf7-list-item {
  margin: 0; }

/* line 1018, ../scss/components/_index.scss */
.main_gallery {
  margin-bottom: 70px; }

@media (max-width: 768px) {
  /* line 1023, ../scss/components/_index.scss */
  .main_gallery {
    margin-bottom: 50px; } }
/* line 1027, ../scss/components/_index.scss */
.section_first_img {
  position: relative; }

/* line 1030, ../scss/components/_index.scss */
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.6; }

/* line 1037, ../scss/components/_index.scss */
.swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #fff;
  opacity: 1; }

/* line 2, ../scss/components/_footer.scss */
.footer .footer_top {
  background-color: #eae8e5;
  padding: 70px 0; }
/* line 6, ../scss/components/_footer.scss */
.footer .footer_top_inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end; }
  @media (max-width: 767px) {
    /* line 6, ../scss/components/_footer.scss */
    .footer .footer_top_inner {
      flex-direction: column;
      align-items: center; } }
  /* line 15, ../scss/components/_footer.scss */
  .footer .footer_top_inner .col {
    width: 100%;
    max-width: 255px; }
    @media (max-width: 767px) {
      /* line 15, ../scss/components/_footer.scss */
      .footer .footer_top_inner .col {
        text-align: center; } }
  /* line 22, ../scss/components/_footer.scss */
  .footer .footer_top_inner h3 {
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 22px;
    color: #444;
    margin-bottom: 20px; }
  /* line 29, ../scss/components/_footer.scss */
  .footer .footer_top_inner p, .footer .footer_top_inner a {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 25px;
    margin-bottom: 5px;
    text-decoration: none; }
/* line 40, ../scss/components/_footer.scss */
.footer .footer_bottom {
  background: #333;
  padding: 25px 0;
  color: var(--light-color); }
  /* line 44, ../scss/components/_footer.scss */
  .footer .footer_bottom .footer_bottom_inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      /* line 44, ../scss/components/_footer.scss */
      .footer .footer_bottom .footer_bottom_inner {
        flex-direction: column-reverse; } }
  /* line 52, ../scss/components/_footer.scss */
  .footer .footer_bottom .footer_menu {
    width: 100%;
    max-width: 400px; }
    /* line 55, ../scss/components/_footer.scss */
    .footer .footer_bottom .footer_menu ul {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        /* line 55, ../scss/components/_footer.scss */
        .footer .footer_bottom .footer_menu ul {
          flex-direction: column;
          align-items: center; } }
    /* line 63, ../scss/components/_footer.scss */
    .footer .footer_bottom .footer_menu li {
      list-style: none; }
      @media (max-width: 767px) {
        /* line 63, ../scss/components/_footer.scss */
        .footer .footer_bottom .footer_menu li {
          margin-bottom: 10px; } }
    /* line 69, ../scss/components/_footer.scss */
    .footer .footer_bottom .footer_menu a {
      text-decoration: none;
      color: var(--light-color); }
      /* line 72, ../scss/components/_footer.scss */
      .footer .footer_bottom .footer_menu a:hover {
        color: var(--cherry-color); }

/* HEADER BAR FIX */
/* line 2, ../scss/components/_tpw.scss */
#header {
  top: 0px !important; }

/**********Quickboocking***************/
/* line 7, ../scss/components/_tpw.scss */
#form-booking {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 50%; }

/* line 13, ../scss/components/_tpw.scss */
.form-control:focus, .form-control:active, .form-control:focus:active, .btn:focus, .btn:active, .btn:focus:active {
  outline: 0;
  border-color: inherit;
  box-shadow: none; }

/* line 22, ../scss/components/_tpw.scss */
.quick-booking {
  background: #eae8e5;
  padding: 50px 0px 70px 0px; }
  @media (min-width: 1300px) {
    /* line 22, ../scss/components/_tpw.scss */
    .quick-booking {
      padding-bottom: 90px;
      padding-top: 70px; } }
  @media (max-width: 768px) {
    /* line 22, ../scss/components/_tpw.scss */
    .quick-booking {
      padding-bottom: 25px;
      padding-top: 30px; } }
  /* line 33, ../scss/components/_tpw.scss */
  .quick-booking h2 {
    margin: 0;
    padding-bottom: 25px; }
    /* line 41, ../scss/components/_tpw.scss */
    .quick-booking h2::after {
      content: none; }
  /* line 46, ../scss/components/_tpw.scss */
  .quick-booking .form-inline {
    justify-content: center; }
    /* line 49, ../scss/components/_tpw.scss */
    .quick-booking .form-inline .form-group {
      display: flex;
      align-items: baseline;
      flex-direction: column; }
      @media (max-width: 767px) {
        /* line 49, ../scss/components/_tpw.scss */
        .quick-booking .form-inline .form-group {
          margin-bottom: 15px;
          width: 100%; } }
      /* line 62, ../scss/components/_tpw.scss */
      .quick-booking .form-inline .form-group label {
        margin-bottom: 10px; }
        @media (max-width: 1024px) {
          /* line 62, ../scss/components/_tpw.scss */
          .quick-booking .form-inline .form-group label {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          /* line 62, ../scss/components/_tpw.scss */
          .quick-booking .form-inline .form-group label {
            margin-bottom: 5px; } }
        @media (max-width: 767px) {
          /* line 72, ../scss/components/_tpw.scss */
          .quick-booking .form-inline .form-group label.submit-label {
            height: 0; } }
      /* line 81, ../scss/components/_tpw.scss */
      .quick-booking .form-inline .form-group.form-date input {
        background-image: url(../images/form/dropdown-calendar.png);
        background-repeat: no-repeat;
        background-position: right;
        width: 150px;
        height: 40px;
        border-radius: 0;
        border: 1px solid #A81729;
        cursor: pointer;
        padding: 0 10px;
        font-size: 14px;
        color: #333; }
        @media (max-width: 767px) {
          /* line 81, ../scss/components/_tpw.scss */
          .quick-booking .form-inline .form-group.form-date input {
            width: 100%; } }
        /* line 97, ../scss/components/_tpw.scss */
        .quick-booking .form-inline .form-group.form-date input.form-control[readonly] {
          background-color: #fff; }
      /* line 101, ../scss/components/_tpw.scss */
      .quick-booking .form-inline .form-group.form-date .picker__holder {
        position: fixed; }
      /* line 104, ../scss/components/_tpw.scss */
      .quick-booking .form-inline .form-group.form-arr {
        margin-left: 50px; }
        @media (max-width: 1280px) {
          /* line 104, ../scss/components/_tpw.scss */
          .quick-booking .form-inline .form-group.form-arr {
            margin-left: 35px; } }
        @media (max-width: 767px) {
          /* line 104, ../scss/components/_tpw.scss */
          .quick-booking .form-inline .form-group.form-arr {
            margin-left: 0; } }
        /* line 114, ../scss/components/_tpw.scss */
        .quick-booking .form-inline .form-group.form-arr select {
          background-image: url(../images/form/dropdown-select.png);
          background-repeat: no-repeat;
          background-position: right;
          width: 150px;
          height: 40px;
          border-radius: 0;
          border: 1px solid #A81729;
          -moz-appearance: none;
          -webkit-appearance: none;
          appearance: none;
          cursor: pointer;
          padding: 0 10px;
          font-size: 14px;
          color: #333; }
          @media (max-width: 800px) {
            /* line 114, ../scss/components/_tpw.scss */
            .quick-booking .form-inline .form-group.form-arr select {
              width: 125px; } }
          @media (max-width: 767px) {
            /* line 114, ../scss/components/_tpw.scss */
            .quick-booking .form-inline .form-group.form-arr select {
              width: 100%; } }
        /* line 138, ../scss/components/_tpw.scss */
        .quick-booking .form-inline .form-group.form-arr select::-ms-expand {
          display: none; }
      /* line 143, ../scss/components/_tpw.scss */
      .quick-booking .form-inline .form-group button#form-submit {
        width: 150px;
        height: 40px;
        background-color: #A81729 !important;
        color: white;
        border: 0;
        border-radius: 0;
        transition: background .2s ease-out, color .2s ease-out;
        margin-left: 50px; }
        @media (max-width: 1280px) {
          /* line 143, ../scss/components/_tpw.scss */
          .quick-booking .form-inline .form-group button#form-submit {
            margin-left: 35px; } }
        @media (max-width: 800px) {
          /* line 143, ../scss/components/_tpw.scss */
          .quick-booking .form-inline .form-group button#form-submit {
            margin-left: 0px; } }
        @media (max-width: 767px) {
          /* line 143, ../scss/components/_tpw.scss */
          .quick-booking .form-inline .form-group button#form-submit {
            width: 100%;
            margin-top: 15px; } }
        /* line 164, ../scss/components/_tpw.scss */
        .quick-booking .form-inline .form-group button#form-submit:hover, .quick-booking .form-inline .form-group button#form-submit:focus, .quick-booking .form-inline .form-group button#form-submit:active:focus {
          color: white;
          background-color: #444 !important;
          cursor: pointer; }

/*
.to{
	margin-left: 50px;
	
	@media(max-width: 1280px){
		margin-left: 35px;
	} 
	
	@media(max-width: 414px){
		margin-left: 0px;
	} 
	
}  
*/
/**********End Quickboocking***********/
/* Buchen */
/* line 198, ../scss/components/_tpw.scss */
.page-681 {
  background: url(../images/landhotel-rebstock-schonach-hotel-02.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  /* line 202, ../scss/components/_tpw.scss */
  .page-681 .bookingpage .container {
    margin: 100px auto 50px auto;
    display: flex;
    justify-content: center;
    background-color: #fff; }
    /* line 207, ../scss/components/_tpw.scss */
    .page-681 .bookingpage .container b {
      text-align: center;
      display: block;
      margin-bottom: 25px; }

/* Buchen END */
/* line 220, ../scss/components/_tpw.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 232, ../scss/components/_tpw.scss */
.picker__input {
  cursor: default; }

/* line 235, ../scss/components/_tpw.scss */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/* line 238, ../scss/components/_tpw.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: background .15s ease-out, -webkit-transform 0s .15s;
  transition: background .15s ease-out, transform 0s .15s;
  -webkit-backface-visibility: hidden; }

/*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
/* line 250, ../scss/components/_tpw.scss */
.picker__frame, .picker__holder {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

/* line 259, ../scss/components/_tpw.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out; }

/* line 271, ../scss/components/_tpw.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  /* line 278, ../scss/components/_tpw.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; }

  /* line 284, ../scss/components/_tpw.scss */
  .picker__wrap {
    display: block; } }
/* line 288, ../scss/components/_tpw.scss */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  /* line 295, ../scss/components/_tpw.scss */
  .picker__box {
    font-size: 1.25em; } }
@media (min-height: 33.875em) {
  /* line 301, ../scss/components/_tpw.scss */
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
@media (min-height: 40.125em) {
  /* line 313, ../scss/components/_tpw.scss */
  .picker__frame {
    margin-bottom: 7.5%; }

  /* line 316, ../scss/components/_tpw.scss */
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }
/* line 322, ../scss/components/_tpw.scss */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out; }

/* line 330, ../scss/components/_tpw.scss */
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  /* line 341, ../scss/components/_tpw.scss */
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }
/* line 348, ../scss/components/_tpw.scss */
.picker__footer, .picker__header, .picker__table {
  text-align: center; }

/* line 348, ../scss/components/_tpw.scss */
.picker__day--highlighted, .picker__select--month:focus, .picker__select--year:focus {
  border-color: #0089ec; }

/* line 348, ../scss/components/_tpw.scss */
.picker__box {
  padding: 0 1em; }

/* line 348, ../scss/components/_tpw.scss */
.picker__header {
  position: relative;
  margin-top: .75em; }

/* line 348, ../scss/components/_tpw.scss */
.picker__month, .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

/* line 348, ../scss/components/_tpw.scss */
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic; }

/* line 348, ../scss/components/_tpw.scss */
.picker__select--month, .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

/* line 348, ../scss/components/_tpw.scss */
.picker__select--month {
  width: 35%; }

/* line 348, ../scss/components/_tpw.scss */
.picker__select--year {
  width: 22.5%; }

/* line 348, ../scss/components/_tpw.scss */
.picker__nav--next, .picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em; }

/* line 348, ../scss/components/_tpw.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

/* line 348, ../scss/components/_tpw.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  /* line 348, ../scss/components/_tpw.scss */
  .picker__select--month, .picker__select--year {
    margin-top: -.5em; }

  /* line 348, ../scss/components/_tpw.scss */
  .picker__nav--next, .picker__nav--prev {
    top: -.33em; }

  /* line 348, ../scss/components/_tpw.scss */
  .picker__nav--prev {
    padding-right: 1.5em; }

  /* line 348, ../scss/components/_tpw.scss */
  .picker__nav--next {
    padding-left: 1.5em; } }
/* line 348, ../scss/components/_tpw.scss */
.picker__nav--next:before, .picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

/* line 348, ../scss/components/_tpw.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000; }

/* line 348, ../scss/components/_tpw.scss */
.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

/* line 348, ../scss/components/_tpw.scss */
.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/* line 348, ../scss/components/_tpw.scss */
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  color: #000;
  cursor: pointer;
  background: #b1dcfb; }

/* line 348, ../scss/components/_tpw.scss */
.picker__table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  /* line 348, ../scss/components/_tpw.scss */
  .picker__table {
    margin-bottom: .75em; } }
/* line 348, ../scss/components/_tpw.scss */
.picker__table td {
  margin: 0;
  padding: 0; }

/* line 348, ../scss/components/_tpw.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500; }

@media (min-height: 33.875em) {
  /* line 348, ../scss/components/_tpw.scss */
  .picker__weekday {
    padding-bottom: .5em; } }
/* line 348, ../scss/components/_tpw.scss */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

/* line 348, ../scss/components/_tpw.scss */
.picker__day--today {
  position: relative; }

/* line 348, ../scss/components/_tpw.scss */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent; }

/* line 348, ../scss/components/_tpw.scss */
.picker__day--disabled:before {
  border-top-color: #aaa; }

/* line 348, ../scss/components/_tpw.scss */
.picker__day--outfocus {
  color: #ddd; }

/* line 348, ../scss/components/_tpw.scss */
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #0089ec;
  color: #fff; }

/* line 348, ../scss/components/_tpw.scss */
.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

/* line 348, ../scss/components/_tpw.scss */
.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--clear, .picker__button--close, .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--clear:before, .picker__button--today:before {
  content: " ";
  margin-right: .45em; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

/* line 348, ../scss/components/_tpw.scss */
.picker__button--today[disabled]:before {
  border-top-color: #aaa; }

/*# sourceMappingURL=main.css.map */
