@charset "UTF-8";
/* playfair-display-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: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display-v37-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-mono-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: "Ubuntu Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-mono-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-mono-italic - 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: "Ubuntu Mono";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ubuntu-mono-v17-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-mono-700 - 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: "Ubuntu Mono";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-mono-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-mono-700italic - 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: "Ubuntu Mono";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/ubuntu-mono-v17-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* FARBEN */
/* GENERELL */
html {
  overflow-x: hidden;
}
body {
  font-family: "Ubuntu Mono", monospace;
  color: #111111;
  padding-top: 60px;
  background-color: #435947;
}
.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: #435947;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: black;
  color: #fff;
}
.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: #F9EFCB;
}
/* TYPE */
h1 {
  font-family: "Playfair Display", serif;
  font-size: 3em;
  margin-bottom: 30px;
  font-weight: 400;
  color: #435947;
  letter-spacing: 0.05em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.2em;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.4em;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #7DA272;
}
h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
h5 {
  font-family: "Playfair Display", serif;
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
p, ul {
  font-family: "Ubuntu Mono", monospace;
  font-size: 1.1em !important;
  line-height: 1.5em;
  font-weight: 400;
}
/* 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-family: "Ubuntu Mono", monospace;
  font-size: 3.5vw;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline;
  color: #fff;
  text-shadow: 1px 1px 2px black;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 400;
}
.carousel-caption h2 {
  font-family: "Ubuntu Mono", monospace;
  font-size: 2vw;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 2px black;
}
/* DREHUNG */
.linksgedreht {
  transform: rotate(-1deg);
}
.rechtsgedreht {
  transform: rotate(2deg);
}
/* NAVBAR */
.bg-primary {
  background-color: #435947 !important;
}
.navbar-nav .nav-link {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1.1em !important;
  text-transform: uppercase;
}
.navbar-brand {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.3em;
}
.dropdown-menu {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1em !important;
}
.dropdown-item {
  color: #435947;
}
.dropdown-item:hover {
  background-color: #435947;
  color: #fff;
}
.navbar-nav .nav-link:hover, .navbar-nav .active.nav-link {
  color: #7DA272;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #435947;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #111111;
  color: #f8f9fa;
  border: 1px solid #111111;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  background-color: #f8f9fa;
  padding: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* BEREICHE */
.headliner {
  background-color: #435947;
  padding: 60px 0;
}
.headliner h1, .headliner h2 {
  color: #fff;
}
.headliner h5 {
  color: #7DA272;
}
.inhalt {
  background-color: #fff;
  padding: 60px 0;
}
.social {
  background-color: #fff;
  padding: 60px 0;
}
.social .bi {
  color: #435947;
  font-size: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.buchung {
  background-color: #F9EFCB;
  padding: 60px 0;
}
.vierer {
  padding: 80px 0 50px 0;
}
.vierer h4, .vierer p {
  color: #fff;
}
.vierer .bi {
  color: #fff;
  font-size: 2em;
  margin-right: 10px;
}
footer {
  background-color: #7DA272;
  padding: 30px 0;
}
footer p {
  color: #fff;
}
.topthemen {
  background-color: #7DA272;
  padding: 60px 0 15px 0;
}
.topthemen h5 {
  color: #435947;
}
.topthemen h1, .topthemen p {
  color: #fff;
}
.topthemen .btn-button {
  color: #fff;
  background-color: #7DA272;
  border: 1px solid #fff;
}
.modal-title {
  color: #111111 !important;
}
.modal p {
  color: #111111;
}
/* BASIS TEMPLATE BEREICHE */
.basis {
  padding: 60px 0;
}
.basis1 {
  background-color: #fff;
}
.basis1 .btn-button {
  color: #111111;
  background-color: transparent;
  border: 1px solid #111111;
}
.basis2 {
  background-color: #F9EFCB;
}
.basis3 {
  background-color: #CF9F6E;
}
.basis3 h1, .basis3 p, .basis3 ul, .basis3 h4 {
  color: #fff;
}
.basis4 {
  background-color: #7DA272;
}
.basis4 h1, .basis4 p, .basis4 ul, .basis4 h4 {
  color: #fff;
}
.basis5 {
  background-color: #435947;
}
.basis5 h1, .basis5 p, .basis5 ul, .basis5 h5 {
  color: #f8f9fa;
}
.basis5 .btn-button {
  color: #f8f9fa;
  background-color: transparent;
  border: 1px solid #f8f9fa;
}
.basis6 {
  background-color: #f8f9fa;
}
.basis6 .btn-button {
  color: #111111;
  background-color: transparent;
  border: 1px solid #111111;
}
.basis7 {
  background-color: #fff;
}
.basis7 .btn-button {
  color: #111111;
  background-color: transparent;
  border: 1px solid #111111;
}
.basis8 {
  background-color: #fff;
}
.basis9 {
  background-color: #fff;
}
.basis9 h1, .basis9 p, .basis9 ul, .basis9 h4 {
  color: #111111;
}
.basis10 {
  background-color: #fff;
}
.basis10 h1, .basis10 p, .basis10 ul, .basis10 h4 {
  color: #111111;
}
.basis11 {
  background-color: #fff;
}
.basis11 h1, .basis11 p, .basis11 ul, .basis11 h4 {
  color: #111111;
}
.basis11 .btn-button {
  color: #f8f9fa;
  background-color: transparent;
  border: 1px solid #f8f9fa;
}
.basis12 {
  background-color: #f8f9fa;
}
.basis12 .btn-button {
  color: #111111;
  background-color: transparent;
  border: 1px solid #111111;
}
/* 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: #435947;
  text-transform: uppercase;
  font-weight: 400;
}
.btn-link:hover, .active.btn-link {
  color: #a9bfad;
}
.btn-button {
  color: #435947;
  background-color: transparent;
  border: 1px solid #435947;
}
.btn-button:hover {
  color: #fff;
  background-color: #435947;
  border-color: #435947;
}
.btn-primary {
  color: #111111;
  background-color: transparent;
  border-color: #435947;
}
.btn-outline-success {
  color: #435947;
}
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
/* CARDS */
.card {
  border: 0;
  border-radius: 0;
}
.card-title {
  color: #fff;
}
.card-footer {
  border-top: 0;
  color: #fff;
}
.card-blog {
  background-color: #fff;
}
.bg-sand {
  background-color: #F9EFCB;
}
.bg-gras {
  background-color: #7DA272;
}
.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: gray;
  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;
}
/* ÜBERSICHT */
.ueberblick .card {
  border: none;
  padding: 10px 50px;
}
.ueberblick .card::after {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ueberblick .card:hover {
  transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  backface-visibility: hidden;
  will-change: transform;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.75) !important;
}
.ueberblick .card:hover::after {
  opacity: 1;
}
