@charset "UTF-8";
/* anek-latin-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anek Latin";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/anek-latin-v5-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* staatliches-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Staatliches";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/staatliches-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Anek Latin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #4F5759;
  padding-top: 50px;
  background-color: #666E73;
}
.rounded {
  border-radius: 2rem;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #4F5759;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #8a8d8c;
  color: #F2F2F2;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 0px dotted rgba(255, 255, 255, 0.7);
  clear: both;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.img-dark {
  filter: brightness(80%);
}
.hand {
  cursor: zoom-in;
}
a {
  color: #666E73;
}
strong {
  font-weight: 600;
}
/* NO SCROLLBAR */
.noscrollbar::-webkit-scrollbar {
  display: none;
}
.noscrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
/* TYPE */
h1, h3, h4 {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2, h5 {
  font-family: "Anek Latin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #C4BDB7;
}
h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
h3 {
  font-size: 1.7em;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #C4BDB7;
}
h4 {
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
h5 {
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
p, ul {
  font-family: "Anek Latin", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2em !important;
  line-height: 1.6em;
  font-weight: 300;
}
/* MASTHEAD*/
.masthead {
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  position: relative;
  color: #F2F2F2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.masthead h1 {
  font-size: 3rem;
  color: #F2F2F2;
}
.color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .masthead {
    min-height: 100vh;
  }
  .masthead h1 {
    font-size: 2rem;
  }
}
/* CARD */
.bg-transparent {
  box-shadow: none !important;
}
/* BILDER */
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.saturiert {
  filter: saturate(60%) brightness(95%);
}
/* KARUSSELL */
.carousel-caption {
  left: 0;
  max-width: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-caption h1 {
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline;
  color: #F2F2F2;
  text-shadow: 1px 1px 2px black;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 400;
}
.carousel-caption h2 {
  font-size: 1.5vw;
  letter-spacing: 0;
  color: #F2F2F2;
  text-shadow: 1px 1px 2px black;
}
/* DREHUNG */
.linksgedreht {
  transform: rotate(-1deg);
}
.rechtsgedreht {
  transform: rotate(2deg);
}
/* NAVBAR */
.bg-light {
  background-color: #F6F5F4 !important;
}
.navbar-nav .nav-link {
  color: #666E73;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1em !important;
  text-transform: uppercase;
}
.navbar-brand {
  font-family: "Staatliches", sans-serif;
  font-style: normal;
  color: #666E73;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.3em;
}
.dropdown-menu {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1em !important;
}
.dropdown-item {
  color: #4F5759;
}
.dropdown-item:hover {
  background-color: #4F5759;
  color: #F2F2F2;
}
.navbar-nav .nav-link:hover, .navbar-nav .active.nav-link {
  color: #BDBFBF;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #A4A6A5;
  border: 1px solid #A4A6A5;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #4F5759;
  color: #F2F2F2;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #A4A6A5;
  color: #A4A6A5;
  border: 1px solid #A4A6A5;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  background-color: #A4A6A5;
  padding: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* BEREICHE */
.headliner {
  background-color: #4F5759;
  padding: 60px 0;
  background-image: url(/media/allgemein/headlinerhg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 350px;
}
.headliner h1 {
  color: #F2F2F2;
}
.headliner h2 {
  color: #C4BDB7;
}
.headliner h5 {
  color: #BDBFBF;
}
.inhalt {
  background-color: #F6F5F4;
  padding: 60px 0;
}
.social {
  background-color: #F6F5F4;
  padding: 30px 0 60px 0;
}
.social .bi {
  color: #C4BDB7;
  font-size: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.buchung {
  background-color: #fff;
  padding: 60px 0;
}
.buchung h1, .buchung h2 {
  color: #A4A6A5;
}
.vierer {
  background-color: #666E73;
  padding: 80px 0 50px 0;
}
.vierer h4 {
  color: #C4BDB7;
}
.vierer p {
  color: #F2F2F2;
}
.vierer .bi {
  color: #F2F2F2;
  font-size: 2em;
  margin-right: 10px;
}
footer {
  background-color: #666E73;
  padding: 30px 0;
}
footer p {
  color: #F2F2F2;
}
.topthemen {
  background-color: #BDBFBF;
  padding: 60px 0 15px 0;
}
.topthemen h5 {
  color: #4F5759;
}
.topthemen h1, .topthemen p {
  color: #F2F2F2;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 2rem;
  line-height: 1.4em;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-link {
  color: #BDBFBF;
  text-transform: uppercase;
  font-weight: 400;
}
.btn-link:hover, .active.btn-link {
  color: #b6bcbe;
}
.btn-button {
  color: #666E73;
  background-color: #fff;
  border: 1px dashed #C4BDB7;
}
.btn-button:hover {
  color: #F2F2F2;
  background-color: #4F5759;
  border-color: #4F5759;
}
.btn-primary {
  color: #A4A6A5;
  background-color: transparent;
  border-color: #4F5759;
}
.btn-outline-success {
  color: #4F5759;
}
.btn-outline-light {
  color: #F2F2F2;
  background-color: transparent;
  border: 1px dashed #F2F2F2;
}
/* CARDS */
.card {
  border: 0;
  border-radius: 0;
}
.card-title {
  color: #F2F2F2;
}
.card-footer {
  border-top: 0;
  color: #F2F2F2;
}
.card-blog {
  background-color: #F2F2F2;
}
.bg-sand {
  background-color: #666E73;
}
.bg-gras {
  background-color: #BDBFBF;
}
.list-group-item {
  background-color: transparent;
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-responsive-zentriert {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 0;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 700px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: grau;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
