/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* grey page background (options) */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* website colors ----------- */
/* company color brown */
/* company color green */
/* company color pink -> gold */
/* company color yellow*/
/* company color dark grey*/
/* company color light grey*/
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
html, body {
  background-color: #8D8475;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.contentwrapper .container {
  background-color: #8D8475;
}

.row + .row {
  margin-top: 30px;
}

.form-row + .form-row {
  margin-top: 10px;
}

nav .nav-modul-booking .row {
  margin-right: 0;
  margin-left: 0;
}

header {
  position: relative;
  margin: 0;
}
header .logo-2 {
  display: none;
}
header .row {
  position: relative;
}
header {
  /* header - headerpic
  ------------------------------------------------------------- */
}
header #headerpic1, header #headerpic2 {
  display: none;
}
header #headerpic1 img, header #headerpic2 img {
  min-width: 100%;
}
@media (max-width: 767px) {
  header #headerpic2 {
    display: block;
  }
  header #headerpic1 {
    display: none;
  }
}
@media (min-width: 768px) {
  header #headerpic1 {
    display: block;
    padding: 0px 0px 0px 0px;
  }
  header #headerpic2 {
    display: none;
  }
}
header {
  /* header - video
  ------------------------------------------------------------- */
}
header .headervideo {
  width: 100vw;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
header {
  /* no header
  ------------------------------------------------------------- */
}
header.no-header {
  margin-bottom: 50px;
}
header.no-header .page-headlines {
  position: relative;
  top: 0;
}
header {
  /* headlines
  ------------------------------------------------------------- */
}
header #headlines {
  position: absolute;
  left: 60px;
  bottom: 11rem;
  padding-right: 120px;
}
header .headline {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  width: auto;
}
header .headline-1, header .headline-2 {
  position: relative;
  font-weight: bold !important;
}
@media (max-width: 479px) {
  header .headline-1 {
    display: none;
  }
  header .headline-2 {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  header .headline-1 {
    display: none;
  }
  header .headline-2 {
    display: none;
  }
}
@media (min-width: 991px) {
  header .headline {
    display: block;
    font-size: 60px !important;
  }
  header.fullscreenslider .headline-2 {
    left: 90px;
    margin-top: 20px;
    padding-right: 90px;
  }
  header.headerpicture .headline-2 {
    left: 90px;
    margin-top: 20px;
    padding-right: 90px;
  }
}

/* modul modal
------------------------------------------------------------- */
.modal {
  z-index: 1300;
}
.modal .modal-dialog .modal-content .modal-header {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}
.modal .modal-dialog .modal-content .modal-header .btn-close-modal {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-header .btn-close-modal svg {
  width: 30px;
}
.modal .modal-dialog .modal-content .modal-header .btn-close-modal svg path {
  fill: #000000;
}
.modal .modal-dialog .modal-content .modal-header .btn-close-modal:hover svg path {
  fill: #AA8B5A;
}

@media (max-width: 991px) {
  .content .col + .col {
    margin-top: 30px;
  }
}
.widget-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.widget-container-xspace-top {
  padding-top: 50px;
}

.widget-container-xspace-bottom {
  padding-bottom: 50px;
}

.widget-container-nospace-top {
  padding-top: 0px;
}

.widget-container-nospace-bottom {
  padding-bottom: 0px;
}

.first-widget-container {
  padding-top: 30px !important;
  margin-top: 0px !important;
}

.contentwrapper {
  background-color: #8D8475;
}
.contentwrapper .bckgrd-transparent {
  background-color: transparent;
}
.contentwrapper .bckgrd-white {
  background-color: #FFFFFF;
}
.contentwrapper .bckgrd-brown {
  background-color: #AA8B5A;
}
.contentwrapper .bckgrd-light-grey {
  background-color: #E4E4E4;
}
.contentwrapper .bckgrd-dark-grey {
  background-color: #242A2E;
}

@media (max-width: 575px) {
  .widget-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .widget-container .widget-pic-text {
    position: relative;
  }
  .widget-container .widget-pic-text .buttons-bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
}
.contentwrapper {
  position: relative;
}

footer {
  background-color: #242A2E;
}
footer .footer-wrapper {
  position: relative;
  padding-bottom: 20px;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  footer .footer-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
footer .footer-wrapper a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
footer .footer-wrapper a:hover {
  color: #AA8B5A !important;
  text-decoration: none !important;
}
footer .footer-wrapper .footer-top .col .footer-top-wrapper {
  padding-top: 15px;
}
footer .footer-wrapper .footer-top .col .footer-top-wrapper .pageslideup a {
  display: inline-block;
  width: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
footer .footer-wrapper .footer-top .col .footer-top-wrapper .pageslideup a:hover {
  color: #AA8B5A !important;
}
footer .footer-wrapper .footer-bottom {
  margin-top: 20px;
}
footer .footer-wrapper .footer-bottom svg.b5-signet {
  max-width: 10em;
}
@media (max-width: 575px) {
  footer .footer-wrapper .footer-bottom svg.b5-signet {
    max-width: 6em;
  }
}
footer .footer-wrapper .footer-bottom svg path {
  fill: #FFFFFF;
}
footer .footer-wrapper .footer-bottom .sm-icon-wrapper {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
footer .footer-wrapper .footer-bottom .sm-icon-wrapper a {
  margin-right: 1em;
}
footer .footer-wrapper .footer-bottom .sm-icon-wrapper a.sm-icon svg {
  width: 2em;
  height: 2em;
}
footer .footer-wrapper .footer-bottom .sm-icon-wrapper a.sm-icon:hover path {
  fill: #AA8B5A;
}
footer .footer-wrapper .footer-bottom ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
footer .footer-wrapper .footer-bottom ul li {
  line-height: 1.8em;
  /* &::before {
      content: "\2022";
      color: $color1;
      display: block;
      height: 0;
      width: 0;
      left: -0.7em;
      top: -0.1em;
      position: relative;
      font-size: 28px;
      font-weight: bold;
  } */
}
footer .footer-wrapper .footer-bottom ul li.modul-languages {
  color: #FFFFFF;
}
footer .footer-wrapper .footer-bottom ul li.modul-languages .targetlanguage {
  text-transform: uppercase;
}
footer .footer-wrapper .footer-bottom ul li.modul-languages .targetlanguage a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer-wrapper .footer-bottom ul li.modul-languages .targetlanguage a:hover {
  color: #AA8B5A;
  text-decoration: none;
}
footer .footer-wrapper .footer-bottom ul li.modul-languages .targetlanguage.active {
  text-decoration: underline;
}/*# sourceMappingURL=frame.css.map */