@font-face {
  font-family: 'Belladonna';
    src: url('../fonts/bella_donna_regular-webfont.woff2') format('woff2'),
         url('../fonts/bella_donna_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* crimson-text-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: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/crimson-text-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/crimson-text-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* crimson-text-600 - 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: 'Crimson Text';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/crimson-text-v19-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/crimson-text-v19-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* crimson-text-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: 'Crimson Text';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/crimson-text-v19-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/crimson-text-v19-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* crimson-text-600 - 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: 'Crimson Text';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/crimson-text-v19-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/crimson-text-v19-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-300 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
:root {
  --gruen: #315034;
  --beige: #eee5de;
  --rot: #c95635;
  --grau: #433d3c;
  --mgruen: #d7ddd1;
  --hgruen: #e5eae0;
  --hgrau: #e6e6e6;
  --braun: #683b10;
}
html, body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: var(--grau);
  font-size: 16px;
  background: var(--beige);
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: var(--grau);
  font-weight: 600;
}
h1 {
  font-size: 40px;
  font-family: "Crimson Text", serif;
  text-align: center;
  margin: 0 0 60px 0;
  color: var(--rot);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  -webkit-hyphens: none;
  hyphens: none;
}
@media (max-width: 991px) {
  h1 {
    margin-bottom: 0; 
  }
}
h1 span {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 27px;
  line-height: 1.1;
  color: var(--braun);
  padding-bottom: 15px;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
}
h2 {
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--rot);
  -webkit-hyphens: none;
  hyphens: none;
}
.subpage h2 {
  font-size: 30px;
}
h3 {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  text-align: center;
  color: var(--rot);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  -webkit-hyphens: none;
  hyphens: none;
}
h4 {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1.1;
  color: var(--braun);
}
.headline h4, .introimage h4 {
  margin: 15px 0 10px;
}
h5 {
  font-family: "Open Sans", sans-serif;
  color: var(--braun);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
h6 {
  font-size: 15px;
  font-weight: 600;
}
p, li, div, td {
  font-size: 17px;
  color: var(--grau);
  line-height: 1.5;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
sup {
  font-size: .6em;
  line-height: 2em;
}
img {
  max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
  outline: none;
}
a {
  color: #30312a;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #000;
}
section {
  padding-top: 45px;
  padding-bottom: 60px;
}
/*ul,
 ol {
   padding: 0;
   margin: 0;
 }*/
/*---------------------
 Helper CSS
  -----------------------*/

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.set-bg.bg-top {
  background-position: center top;
}
@media (min-aspect-ratio: 16/9)  {
  .set-bg.bg-top {
    background-position: center 15%;
  }
}
.spad {
  padding-top: 80px;
  padding-bottom: 80px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
  color: #fff;
}
/*---------------------
 Commom elements
  -----------------------*/
.element {
  margin-bottom: 85px;
}
.element:last-child {
  margin-bottom: 0;
}
.element .el-title {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 50px;
}
/* buttons */
.site-btn {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 600;
  min-width: 186px;
  padding: 23px 47px;
  text-transform: uppercase;
  background: var(--braun);
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.site-btn:hover {
  background: #6a7377;
  color: #fff;
}
.site-btn.sb-dark {
  background: rgba(255, 255, 255, 0.8);
  color: var(--grau);
}
.site-btn.sb-dark:hover {
  background: #ccc;
}
.site-btn.sb-light-dark {
  color: #fff;
  background: #6a7377;
}
.site-btn.sb-light {
  color: var(--grau);
  background: #e3f0fa;
}
.site-btn.sb-white {
  color: var(--grau);
  background: #fff;
}
/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}
.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

/*------------------
 Header section
  ---------------------*/
.header-section {
  background: var(--beige);
}
.site-navbar.header-scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255,255,255,0.8);
}
#header.header-scrolled {
   margin-top: 53px;
}
.header-top {
  padding: 0;
  background: #fff;
}
.site-logo {
  background: transparent;
  display: block;
  padding: 10px;
  margin: 0 auto 30px auto;
  width: 18vw;
  min-width: 300px;
  height: auto;
  border: none;
}
.site-navbar {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #fff;
}
.site-nav-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-nav-menu ul {
  list-style: none;
  padding-left: 0;
}
.site-nav-menu ul li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 3px solid transparent;
  top: 16px;
}
.site-nav-menu ul li:hover, .site-nav-menu ul li.active, .site-nav-menu ul li.active2 {
  border-bottom: 3px solid var(--rot);
}
.site-nav-menu ul li a {
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 0 10px 11px 10px;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: var(--grau);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .site-nav-menu ul li a {
    padding: 0 8px 11px 8px;
    margin: 0;
    letter-spacing: 0;
  }
}
/* .site-nav-menu ul li a:after {
   position: absolute;
   content: "";
   width: 0;
   height: 7px;
   left: 0;
   bottom: 0;
   background: var(--braun);
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
 }*/
.site-nav-menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  padding: 5px 0 10px;
  text-align: left;
  -webkit-box-shadow: 0 15px 50px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 15px 50px 1px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  border: none;
}
.site-nav-menu ul li .sub-menu a {
  padding: 8px 12px;
  text-transform: none;
  margin-right: 0;
}
/*.site-nav-menu ul li .sub-menu a:after {
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   left: 0;
   bottom: 0;
   background: transparent;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
 }*/
.site-nav-menu ul li .sub-menu a:hover {
  color: var(--braun);
}
.site-nav-menu ul li .sub-menu a:after {
  display: none;
}
.site-nav-menu ul li:hover a:after {
  width: 100%;
}
.site-nav-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 99;
}
.site-nav-menu ul li.active a:after {
  width: 100%;
}
.slicknav_menu {
  display: none;
}
.tel-item, .mail-item, .job-item, .insta-item, .face-item {
  position: fixed;
  margin-right: 185px;
  top: 8px;
  z-index: 1000;
  width: 36px;
  height: 36px;
  background: var(--rot);
  border-radius: 50px;
  text-align: center;
  right: 0;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .header-scrolled .tel-item, .header-scrolled .mail-item, .header-scrolled .job-item, .header-scrolled .insta-item, .header-scrolled .face-item {
    top: 36px;
  }
}
@media (max-width: 767px) {
  .header-scrolled .tel-item, .header-scrolled .mail-item, .header-scrolled .job-item, .header-scrolled .insta-item, .header-scrolled .face-item {
    top: 6px;
  }
}
.mail-item {
  margin-right: 145px;
}
.insta-item {
  margin-right: 265px;
}
.face-item {
  margin-right: 225px;
}
.job-item {
  position: fixed;
  width:auto;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px 0 0 50px;
}

.tel-item i, .mail-item i, .job-item i, .insta-item i, .face-item i {
  color: #fff;
  font-size: 20px;
  margin-top: 2px;
  display: inline-block;
}
.tel-item:hover, .mail-item:hover, .job-item:hover, .insta-item:hover, .face-item:hover {
  background: var(--braun);
}
@media (max-width: 767px) {
  .job-item {
    display: none;
  }
  .insta-item {
    margin-right: 135px;
  }
  .face-item {
    margin-right: 95px;
  }
  .mail-item {
    margin-right: 55px;
  }
  .tel-item {
    margin-right: 15px;
  }
}
.modal-dialog, .modal-content {
  background: var(--rot);
  border-radius: 20px;
}
#opentable .modal-dialog {
  background: var(--rot);
  border-radius: 20px;
  width: 864px;
  max-width: 864px;
  height: 180px;
  padding-bottom: 0;
  margin: 0 auto;
}
#opentable .modal-content {
  background: var(--rot);
  width: 864px;
  height: 180px;
}
#opentable .modal-body {
  padding-bottom: 0;
  width: 864px;
  height: 140px;
}
#opentable .modal-footer {
  padding-top: 0;
}
#opentable iframe {
  height: 110px !important;
}
#opentable2 .modal-dialog {
  background: var(--rot);
  border-radius: 20px;
  width: 324px;
  max-width: 324px;
  height: 560px;
  padding-bottom: 0;
  margin: 0 auto;
}
#opentable2 .modal-content {
  background: var(--rot);
  width: 324px;
  height: 560px;
}
#opentable2.modal-body {
  padding-bottom: 0;
  width: 324px;
  height: 480px;
}
#opentable2 .modal-footer {
  padding-top: 0;
}
.modal-content {
  background: url("../img/logo_w.png") no-repeat center center/contain;
}
.modal-header, .modal-footer {
  border: none;
}
.modal-content h3, .modal-content a {
  color: #fff;
}
.modal-body a {
  font-size: 24px;
}
#mail .modal-body a {
 font-size: 18px;
}
.modal-content a:hover {
  color: var(--grau);
  cursor: pointer; 
}
/* ----------------
  Hero Section
  ---------------------*/

.hero-slider .owl-nav button.owl-prev, .hero-slider .owl-nav button.owl-next {
  position: absolute;
  width: 84px;
  height: 84px;
  top: calc(50% - 42px);
  left: 0;
  font-size: 30px;
  color: var(--grau);
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hero-slider .owl-nav button.owl-prev:hover, .hero-slider .owl-nav button.owl-next:hover {
  color: #fff;
  background: var(--braun);
}
.hero-slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.hero-item {
  height: 57vh;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage .hero-item, .hero-item.low {
  height: 40vh;
  min-height: 300px;
}
.hero-item h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--grau);
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  top: 50px;
  position: relative;
  text-align: center;
}

.subpage h1 {
  display: inline-block;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 36px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--grau);
  top: 120px;
  position: relative;
  text-align: center;
  padding: 15px 35px;
  opacity: 1; 
}
@media (max-height: 800px) {
  .hero-item h2 {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .subpage h1 {
    top: -50px;
  }
}
.hero-item h2 span {
  padding: 10px 25px;
  display: inline-block;
  color: #fff;
}
.hero-item h2 span:first-child {
  font-family: "Belladonna", cursive;
  padding: 10px 25px 0;
  font-size: 122px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  font-weight: normal;
}
.hero-item h2 span:first-child.darkshadow {
  text-shadow: 3px 3px 9px rgba(0,0,0,1);
}
.hero-item h2 span:last-child {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--grau);
}
.hero-item h2 span:last-child.lighter {
  background: rgba(255, 255, 255, 0.8);
}
.hero-section {
  padding: 0; 
}
.hero-item .site-btn {
  opacity: 0;
  top: 50px;
  position: relative;
  margin-top: 3px;
}
.hero-slider .owl-item .container {
  margin-top: 200px; 
}
.hero-slider .owl-item.active .hero-item h2, .hero-slider .owl-item.active .hero-item .site-btn {
  top: 0;
  opacity: 1;
}
.hero-slider .owl-item.active .hero-item h2 {
  -webkit-transition: all 1.5s ease .7s;
  transition: all 1.5s ease .7s;
}
.owl-carousel .animated{animation-duration:2s !important;}
/* ----------------
 Service Section
  ---------------------*/
.intro-section {
  background: #fff;
}
.introimg {
  text-align: center;
}
.introimage img {
  border: 1px solid var(--braun);
  padding: 8px;
  background: #fff;
  margin: 0 auto;
}
.introimage small {
  font-size: 15px; 
  color: var(--grau);
}
@media (max-width: 991px) {
  .introimage img {
    max-width: 250px;
  }
}
.introimg h4 {
  color: var(--rot); 
}
.welcome img {
  max-width: 200px;
  margin-bottom: -20px;
  border: 5px solid var(--beige);
}
.service-item {
  margin-bottom: 55px;
  padding-right: 20px;
}
.service-item .si-head {
  overflow: hidden;
  margin-bottom: 20px;
}
.service-item .si-icon {
  width: 100%;
  height: auto;
  display: block;
}
.service-item h5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 5px;
  margin-top: -36px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.85);
}
.service-item p {
  margin-bottom: 0;
}
img.one {
  margin: -130px auto 0;
  width: 120px;
  height: 120px; 
}
.fb-text p {
  text-align: center; 
}
.fb-text p.description {
  font-size: 17px;
  line-height: 1.33;
  margin: 8px 0;
  text-align: center;
  color: var(--rot);
  font-weight: 600;
}
.fb-text p span {
  font-size: 14px;
  color: #000;
}
.fb-text p.datum {
  font-family: "Crimson Text", serif;
  font-size: 27px;
  line-height: 1;
  color: var(--braun);
  font-weight: 600;
  margin: 0 0 10px 0;
}
.description {
  color: var(--braun);
}
.bonbon-text h4 {
  width: 100% ;
  font-family: "Crimson Text", serif;
  text-align: center;
  color: var(--braun);
  border-top: 1px solid var(--braun);
  border-bottom: 1px solid var(--braun);
  display: block;
  padding: 8px 0 8px;
  margin: 15px 0 15px;
}
.bonbon-text p.description a {
  padding: 3px 8px;
  border: 1px solid var(--braun);
  color: var(--braun);
  margin: 0 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
/*@media (min-width: 1200px) {
  img.one {
    margin-top: 0;
    position: relative;
    z-index: 3;
  }
}*/
/* ----------------
  Features Section
  ---------------------*/
.row.sameheight {
  display: flex;
  flex-wrap: wrap;
}
.features-section {
  background: #fff;
}
.extras-section {
  background: #fff;
}
.contact-section {
  background: #fff;  
}
.contact-form {
  padding: 12px;
}
.karriere-section {
  background: #fff;  
}
.rankel {
  background: url("../img/ranke_l.png") no-repeat center left/contain;
  width: 50%;
  height: 40%;
  position: absolute;
  transform: translateY(40%);
  left: 0;
  opacity: 0.5;
}
.ranker {
  background: url("../img/ranke_r.png") no-repeat center right/contain;
  width: 50%;
  height: 40%;
  position: absolute;
  transform: translateY(40%);
  right: 0;
  opacity: 0.5;
}
.rankel2 {
  background: url("../img/ranke_l.png") no-repeat center left/contain;
  width: 50%;
  height: 40%;
  position: absolute;
  transform: translateY(20%);
  left: 0;
  opacity: 0.5;
}
.ranker2 {
  background: url("../img/ranke_r.png") no-repeat center right/contain;
  width: 50%;
  height: 40%;
  position: absolute;
  transform: translateY(20%);
  right: 0;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .rankel {
    width: 20%;
  }
  .ranker {
    width: 20%;
  }
  .rankel2 {
    width: 20%;
  }
  .ranker2 {
    width: 20%;
  }
}
.feature-box {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.extras-section .feature-box {
  background: var(--hgruen);
  padding: 0 15px;
}
.karriere-section .feature-box {
  background: var(--beige);
  padding: 15px 20px;
}
.karriere-section .feature-box ul {
  padding-left: 20px;
}
.karriere-section .feature-box ul li {
  margin-bottom: 7.5px;
}
.jobs-section .feature-box {
  padding: 20px;
}
.feature-box img {
  min-width: 100%;
}
.extras-section .feature-box img {
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  margin: 0 -15px;
}
/*.feature-box a {
  background: #fff;
  height: 100%;
  padding-bottom: 30px;
}
.feature-box a:hover {
  background: rgba(224, 223, 206, 0.33);
}*/
.feature-box .fb-text {
  padding: 0 15px 10px;
}
.feature-box .fb-text h3 {
  margin: 20px 0 10px;
  padding: 0;
  font-size: 27px;
}
.sameh {
  /* display: flex;
  flex-wrap: wrap;*/
}
.sameh > [class*="col-"] {
  margin-bottom: 30px;
}
.feature-box2 {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
}
.feature-box2 .fb-text {
  padding: 15px;
  width: 100%;
  display: block;
  margin-top: auto;
}
.feature-box2 .fb-text img {
  width: auto;
  height: auto;
  max-width: auto;
  max-height: auto;
}
.feature-box2 .fb-text h5 {
  margin: 15px 0;
}
.feature-box .fb-text h4 {
  font-family: "Crimson Text", serif;
  text-align: center;
  color: var(--braun);
  width: calc(100% + 30px);
  border-top: 1px solid var(--braun);
  display: block;
  padding: 8px 0 0;
  margin: 0 -15px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
}

.green-btn {
  display: inline-block;
  color: var(--gruen);
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  padding: 5px 20px;
  min-width: 128px;
  text-align: center;
  border: 2px solid var(--gruen);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.green-btn:hover {
  background: var(--gruen);
  color: #fff;
}
.red-btn {
  display: inline-block;
  color: var(--rot);
  font-size: 16px;
  text-transform: uppercase;
  background: var(--beige);
  padding: 5px 20px;
  min-width: 128px;
  text-align: center;
  border: 1px solid var(--rot);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.red-btn:hover {
  background: #fff;
  color: var(--rot);
  border: 1px solid var(--rot);
}
.red-btn2 {
  display: inline-block;
  background: var(--rot);
  font-size: 16px;
  text-transform: uppercase;
  color: var(--beige);
  padding: 5px 20px;
  min-width: 128px;
  text-align: center;
  border: 1px solid var(--beige);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  margin-top: 15px;
}
.red-btn2:hover {
  background: var(--beige);
  color: var(--rot);
  border: 1px solid var(--rot);
}
.del-btn {
  display: inline-block;
  color: var(--rot);
  font-size: 16px;
  text-transform: uppercase;
  background: var(--beige);
  padding: 5px 20px;
  min-width: 128px;
  text-align: center;
  border: 1px solid var(--rot);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.del-btn:hover {
  background: #fff;
  color: var(--rot);
  border: 1px solid var(--rot);
}
.white-btn {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.white-btn:hover {
  color: var(--mgruen);
  border: 1px solid var(--mgruen);
}
@media (min-width: 1200px) {
  .back .red-btn2 {
    font-size: 14px;
    padding: 3px 6px;
    margin-top: -5px;
  }
}
.btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--beige);
  padding: 0;
  width: 48px;
  height: 48px;
  margin: -24px auto 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}
.btn-circle.btn-white {background: transparent;
  border: 2px solid #fff;
  margin-top: 15px;
}
.btn-circle i {
  color: #fff;
  font-size: 32px;
  padding-left: 4px;
}
.btn-circle.ismall {
  display: inline;
  width: 20px;
  height: 20px;
  margin: -10px auto 0;
  font-size: 12px;
  padding-left: 3px;
}
.row.sameheight .btn-circle {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 12.5px);
}
.btn-auto {
  width: auto;
}
.stimmen-text {
  background: #fff;
  padding: 10px 15px;
  margin: 0 0 30px 0
}
/* ----------------
  Clients Section
  ---------------------*/
.client-text {
  text-align: center;
  margin-bottom: 90px;
}
.client-text h2 {
  font-weight: 300;
  margin-bottom: 40px;
}
.client-text p {
  font-size: 18px;
}
.client-slider .single-brand {
  display: table;
  height: 80px;
  width: 100%;
}
.client-slider .single-brand a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.client-slider .single-brand a img {
  width: auto;
  margin: 0 auto;
  /*-webkit-filter: grayscale(100%);
   filter: grayscale(100%);*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.client-slider .single-brand a:hover img {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}
/* ----------------------
  Testimonial Section
 ------------------------*/
.testimonial-section {
  background: #fff;
}

.testimonial-bg {
  height: 100%;
}
.testimonial-box {
  padding: 100px 15px 70px;
  background: url(../img/wand.webp) no-repeat left top/cover;
}
.testimonial-box h2 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
}
.testimonial-box h4 {
  color: #fff;
}
.testimonial-box h4 strong {
  color: var(--braun);
  font-weight: 600;
}
.testimonial-slider .owl-dots, .news-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.testimonial-slider .owl-dots .owl-dot, .news-slider .owl-dots .owl-dot, .fotoalbum .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 15px;
  margin-right: 12px;
  margin-top: 20px;
  background: #fff;
}
.news-slider .owl-dots .owl-dot, .fotoalbum .owl-dots .owl-dot {
  background: var(--beige);
}
.news-slider .owl-dots .owl-dot.active, .news-slider .owl-dots .owl-dot.active, .fotoalbum .owl-dots .owl-dot.active {
  background: var(--rot);
}
.testimonial {
  padding-bottom: 70px;
}
.owl-carousel.testimonial-slider .owl-item img {
  width: 150px;
  margin: 10px auto 30px;
}
.owl-carousel.news-slider .owl-item img {
  width: 150px;
  margin: 10px auto 30px;
}
.testimonial p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 55px;
}
.testimonial .testi-thumb {
  width: 120px !important;
  height: 120px;
  float: left;
  margin-right: 33px;
  border-radius: 50%;
}
.testimonial span {
  font-size: 12px;
  color: #ccc;
}
.owl-carousel .owl-nav button.owl-prev {
  float: left;
  position: absolute;
  top: 50%;
  left: -50px;
  font-size: 60px;
  color: var(--braun);
}
.owl-carousel .owl-nav button.owl-next {
  float: right;
  position: absolute;
  top: 50%;
  right: -50px;
  font-size: 60px;
  color: var(--braun);
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev, .gallery-section .owl-carousel .owl-nav button.owl-prev {
  float: left;
  position: absolute;
  top: 50%;
  left: -50px;
  font-size: 60px;
  color: var(--rot);
}
.testimonial-section .owl-carousel .owl-nav button.owl-next, .gallery-section .owl-carousel .owl-nav button.owl-next {
  float: right;
  position: absolute;
  top: 50%;
  right: -50px;
  font-size: 60px;
  color: var(--rot);
}
.name-text {
  font-style: italic;
  color: var(--braun);
}
/* ------------------------
  Call to action section
 ------------------------*/
.cta-section .row {
  padding: 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cta-section {
  padding: 33px 0;
  background: var(--gruen);
}
.cta-section h4 {
  color: #fff;
}
.cta-section h2 {
  color: var(--mgruen);
}
.cta-section strong {
  display: inline-block;
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .cta-section p {
    font-size: 13px; 
  }
  .cta-section strong {
    width: 80px;
  }
}
/* ----------------
  Video Section
 ---------------------*/
.video-text h2 {
  font-weight: 300;
  margin-bottom: 40px;
}
.video-text p {
  line-height: 2;
  margin-bottom: 50px;
}
.video-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 27px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.27);
}
.gallery-section {
  background: #fff;
}
/* ----------------
  Footer Section
 ---------------------*/
.footer-section {
  background: var(--grau);
  padding-top: 80px;
  padding-bottom: 50px;
}
.footer-section h4 {
  color: var(--rot);
}
.footer-widget {
  margin-bottom: 0;
}
.footer-widget h3 {
  font-size: 18px;
  text-align: left;
}
.footer-widget p, .footer-widget h3, .footer-widget a {
  color: #fff;
}
.footer-widget.about-widget {
  padding-right: 15px;
}
.footer-widget.about-widget img {
  margin-top: -25px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 300px;
}
.footer-widget.about-widget p {
  margin-bottom: 35px;
}
.footer-widget .fw-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.footer-widget ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.footer-widget ul li a {
  font-family: "Open Sans", sans-serif;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #fff;
}
.footer-widget ul li a:hover {
  color: var(--beige);
}
.footer-widget .footer-search {
  position: relative;
}
.footer-widget .footer-search input {
  width: 100%;
  height: 47px;
  padding-right: 47px;
  padding-left: 22px;
  color: #ccc;
  font-style: italic;
  border: none;
  background: #ccc;
}
.footer-widget .footer-search button {
  position: absolute;
  width: 47px;
  height: 100%;
  right: 0;
  top: 0;
  color: var(--rot);
  border: none;
  background: transparent;
}
.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 41px;
  height: 41px;
  color: #fff;
  margin-right: 14px;
  margin-bottom: 14px;
  border-radius: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ccc;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-social a:hover {
  background: var(--rot);
}
.footer-info-box {
  margin-bottom: 30px;
}
.footer-info-box .fib-icon {
  float: left;
  width: 48px;
  padding-top: 0;
}
.footer-info-box .fib-text p {
  padding-top: 4px;
}
.footer-buttom {
  margin-top: 55px;
  background: var(--braun);
}
.copyright {
  color: #fff;
  font-size: 14px;
  padding-top: 25px;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
.copyright a:hover {
  color: var(--braun);
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu li {
  display: inline-block;
  font-size: 15px;
}
.footer-menu li a {
  display: block;
  /*position: relative;
   padding: 21px 17px;*/
  margin-right: 13px;
  font-size: 15px;
  color: #fff;
}
.footer-menu li img {
  height: 30px;
}
.footer-menu li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--rot);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-menu li:hover a:after, .footer-menu li.active a:after {
  width: 100%;
}
section.last {
  background: var(--rot);
  padding:30px 0 80px;
}
@media (max-width: 767px) {
  section.last {
    padding:30px 0 200px;
  }
}
/* ----------------
 ===================
  Other Pages
 ==================
 -------------------*/
.page-top-section {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-top-section h1 {
  color: var(--grau);
  margin-bottom: 15px;
}
.page-top-section p {
  display: inline-block;
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 27px;
  text-transform: uppercase;
  background: var(--braun);
  color: #fff;
  line-height: normal;
  text-align: center;
}
/* ---------------
  About Page
 ------------------*/
.about-text h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
.about-text p {
  line-height: 2.2;
  margin-bottom: 35px;
}
.about-text .sign {
  float: left;
  margin-right: 33px;
}
.about-text .sign-info {
  padding-top: 20px;
}
.about-text .sign-info h5 {
  font-size: 18px;
}
.about-text .sign-info span {
  font-size: 14px;
  color: var(--braun);
}
.team-text {
  text-align: center;
  margin-bottom: 45px;
}
.team-text p {
  font-size: 18px;
  line-height: 2;
}
.team-member {
  margin-top: 35px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0);
  box-shadow: 0 0 200px rgba(0, 0, 0, 0);
}
.team-member:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #e3f0fa;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member img {
  position: relative;
  z-index: 2;
}
.team-member .member-info {
  position: relative;
  text-align: center;
  padding: 40px 20px 47px;
  z-index: 3;
}
.team-member .member-info h3 {
  font-size: 20px;
}
.team-member .member-info p {
  margin-bottom: 20px;
}
.team-member .member-info .site-btn {
  min-width: 127px;
}
.team-member:hover {
  -webkit-box-shadow: 0 26px 49px rgba(0, 0, 0, 0.17);
  box-shadow: 0 26px 49px rgba(0, 0, 0, 0.17);
}
.team-member:hover:after {
  opacity: 0;
}
/* -----------------
  Solutions Page
 --------------------*/
.service-text {
  text-align: center;
}
.service-text h2 {
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 60px;
}
.info-box {
  background: var(--rot);
  padding: 60px 39px 58px;
  margin-bottom: 33px;
}
.info-box h3 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
}
.info-box p {
  margin-bottom: 50px;
}
.info-box .footer-info-box {
  margin-bottom: 39px;
}
.info-box a {
  font-size: 14px;
  color: var(--braun);
  text-decoration: underline;
}
/* ----------------
  Contact Page
 ---------------------*/

.contact-text .header-info-box {
  display: block;
  padding: 0;
  margin-bottom: 30px;
}
.contact-form {
  margin-bottom: 10px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  height: 54px;
  padding: 20px 25px;
  font-size: 16px;
  color: var(--grau);
  border: none;
  border-bottom: 1px solid var(--braun);
  margin-bottom: 28px;
  background: #fff;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-bottom: 3px solid var(--braun);
}
.contact-form textarea {
  height: 209px;
}
.contact-form .site-btn {
  min-width: 156px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 400;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 400;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.block-2 {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  margin-bottom: 100px;
}
.block-2:hover .back, .block-2.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.block-2:hover .front, .block-2.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.block-2, .block-2 .front, .block-2 .back {
  width: 100%;
  height: 350px;
}
@media (max-width: 767px) {
  .block-2, .block-2 .front, .block-2 .back {
    height: 450px;
  }
}
.block-2 .flipper {
  -webkit-transition: 0.3s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.block-2 .front, .block-2 .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.3s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.3s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.3s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.3s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}
.block-2 .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  background: #fff;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-2 .front:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: var(--grau);
}
.block-2 .front .box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block-2 .front .box span {
}
.block-2 .front .box h4 {
  font-family: "Crimson Text", serif;
  text-align: center;
  color: var(--braun);
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--braun);
  width: 100%;
  margin: -44px 0 0 0;
  padding: 6px 0 0;
}
.block-2 .back {
  background: var(--beige);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  padding: 20px;
  text-align: center;
}
.block-2 .back p {
  text-align: center;
  padding: 0;
  font-size: 16px;
  line-height: 1.33;
  color: var(--grau);
}
.block-2 .back h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
/*@media (max-width: 767px) {
  .block-2 .back p {
    font-size: 15px;
    line-height: 1.15;
  }
}*/
.ftco-animate {
  /*opacity: 0;
	visibility: hidden;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.details {
  background: var(--beige);
  padding: 15px;
}
.details h5 {
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
}
.details ul {
  margin: -15px;
  padding: 0;
}
.details ul li {
  list-style: none;
  padding: 5px 20px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: var(--grau);
  line-height: 1.33;
}
.details ul li:first-child {
  border-top: 1px solid #fff;
}
.dropdown-item.hover, .dropdown-item:hover {
  background: var(--beige);
  color: inherit;
}
.dropdown-item.active, .dropdown-item:active {
  background: var(--rot);
  color: inherit;
}
.fancyimg {
  position: relative;
  margin-bottom: 15px;
}
.fancyimg:hover:after {
  content: url(../img/lupe.png);
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 33% 0 0 0;
  background: rgba(106, 115, 119, 0.75);
  color: #FFF;
  z-index: 1000;
}
.host-section {
  padding-bottom: 240px;
  background: url("../img/silhouette.png") no-repeat center bottom/80%;
}
.termine-section {
  padding-bottom: 240px;
  background: url("../img/silhouette4.png") no-repeat center bottom/80%;
}
.feier-section {
  padding-bottom: 240px;
  background: url("../img/silhouette5.png") no-repeat center bottom/80%;
}
.testimonial-section .text img {
  display: inline;
  width: auto !important;
}
.features-section h5 > span {
  float: right;
  width: auto;
  height: 36px;
  background: var(--braun);
  color: #fff;
  margin: -8px -15px -10px 0;
  padding: 8px 10px 0 10px;
  text-transform: uppercase;
}
.green {
  color: var(--braun);
}
h2 span.vorankuendigung {
  background: transparent;
  font-size: 24px;
  letter-spacing: 1.5px;
  background: var(--braun);
  color: #fff;
  padding: 3px 10px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
h2 span.reserviert {
  background: transparent;
  font-size: 24px;
  letter-spacing: 1.5px;
  background: #EAA201;
  color: #fff;
  padding: 3px 10px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
h2 span.vermittelt {
  background: transparent;
  font-size: 24px;
  letter-spacing: 1.5px;
  background: #CF1316;
  color: #fff;
  padding: 3px 10px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
.neu {
  position: absolute;
  top: 0;
  z-index: 100;
  background: transparent;
  padding: 2px 30px 2px 0;
  margin: -10px 0 0 15px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  width: 100px;
  height: 35px;
  background-color: red;
  background: linear-gradient(295deg, transparent 33px, red 0) top right;
  text-align: center;
}
h2.neu2 div {
  display: inline;
  background: transparent;
  padding: 3px 40px 3px 10px;
  margin: 0 -15px 0 0;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  width: 100px;
  height: 35px;
  background-color: red;
  background: linear-gradient(295deg, transparent 33px, red 0) top right;
  text-align: center;
  vertical-align: top;
}
.spad2 {
  padding-top: 70px;
  padding-bottom: 80px;
}
.spad3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.circleimg {
  padding-bottom: 20px;
}
.link {
  color: var(--braun);
  text-decoration: underline;
}
.link:hover {
  color: #000;
}
#fotos img {
  margin:0 0 20px 0;
}
.fotoalbum-single span {
font-size:20px;
width:100%;
display:block
}
.fotoalbum-single span:last-child {
color:var(--rot);
opacity:1
}
.fotoalbum-single p {
opacity:.6
}

.fotoalbum-single {
	text-align: center;
	margin: 0 30px;
}

.booking-section {
  position: fixed;
  bottom: 0;
  height: auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  margin: 0;
  padding: 0;
}
.booking-section > div {
  background: var(--rot);
  box-shadow: 3px -1px 10px rgba(0,0,0,0.25);
  margin: 0 auto;
  padding: 15px;
}
.booking-section .red-btn {
  background: transparent;
  border-color: var(--beige);
  color: #fff;
  padding: 5px 12px;
}
.booking-section .red-btn:hover {
  background: #fff;
  color: var(--rot);
}
@media (max-width: 1199px) {
  .booking-section {
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .booking-section .red-btn {
    background: transparent;
    border-color: var(--beige);
    color: #fff;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 5px 10px;
    font-size: 15px;
  }
}
.back-to-top {
  position:fixed;
  visibility:hidden;
  opacity:0;
  right:15px;
  bottom:15px;
  z-index:996;
  background:var(--rot);
  width:36px;
  height:36px;
  border-radius:36px;
  transition:all 0.4s
}
.back-to-top i {
  font-size:28px;
  color:#fff;
  line-height:0
}
.back-to-top:hover{
  background:var(--braun);
  color:#fff
}
.back-to-top.active{
  visibility:visible;
  opacity:1
}
@media (max-width: 767px) {
  .back-to-top{
    display: none;
  }
}
/* ----------------
 Responsive
  ---------------------*/
/*@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}*/

/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-social a {
    margin-right: 4px;
  }
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topline {
    display: none;
  }
  .topline2 {
    display: inline-block;
  }
  .header-top, .header-top p, .header-top a {
    font-size: 12px;
  }
  
  .header-right {
    padding-right: 50px;
    text-align: center;
    display: inline-block;
    float: none;
  }
  .header-info-box {
    margin-right: 15px;
    padding: 21px 0 0;
  }
  .hero-slider .owl-nav button.owl-prev, .hero-slider .owl-nav button.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    font-size: 18px;
  }
  h1 {
    font-size: 33px;
  }
  h1 span {
    font-size: 24px;
  }
  .hero-item h2 {
    font-size: 30px;
  }
  .hero-item h2 span:nth-child(1) {
    font-size: 90px;
  }
  .hero-item h2 span:last-child {
    font-size: 21px;
  }
  
  .video-box {
    height: 500px;
    margin-top: 40px;
  }
  .cta-section {
    text-align: center;
  }
  .footer-buttom {
    padding-top: 30px;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu li:first-child a {
    margin-left: 0;
  }
  .copyright {
    text-align: center;
    padding-bottom: 30px;
  }
  .about-text {
    padding-top: 50px;
  }
  .reserch-tab-menu {
    margin-bottom: 30px;
  }
  .sidebar {
    padding-top: 50px;
  }
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
  .owl-nav {
    display: none; 
  }
  .topline {
    display: none;
  }
  .topline2 {
    display: inline-block;
    padding: 15px;
  }
  .header-top {
    text-align: center;
  }
  .header-top p {
    line-height: 1.5;
  }
  .site-navbar {
    text-align: center;
  }
  .site-logo {
    display: inline-block;
    padding: 10px 75px;
    margin-bottom: 0;
    text-align: center;
  }
  .site-logo img {
    margin: 0 auto;
    display: inline;
  }
  .header-right {
    display: none;
  }
  .header-info-box {
    margin-right: 15px;
    padding: 21px 0 0;
  }
  .header-info-box .hib-text {
    text-align: left;
  }
  .site-nav-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
    text-align: center;
    background: transparent;
    margin: 0 auto;
  }
  .slicknav_btn {
    margin: 2px auto;
    background: var(--grau);
    float: none;
    display: inline-block;
    padding: 8px 11px;
    border-radius: 3px;
  }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 1px 0;
  }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 1.125em;
  }
  .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar, .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.225em;
  }
  @media only screen and (max-width: 767px) {
    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar, .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar+.slicknav_icon-bar {
      margin-top: 0.3em !important;
    }
  }
  .slicknav_nav {
    background: var(--grau);
    text-align: center;
    padding: 8px 5px;
    margin-top: -3px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 172px;
    z-index: 10;
  }
  .slicknav_nav a {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
  }
  .slicknav_nav li:last-child a {
    border-bottom: 1px solid transparent;
  }
  .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    color: var(--rot);
    border-bottom: 1px solid var(--rot);
    background: transparent;
    border-radius: 0;
  }
  .hero-item {
    text-align: center;
  }
  h1 {
    font-size: 24px;
  }
  h1 span {
    font-size: 20px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  .hero-item h2 {
    font-size: 24px;
  }
  .hero-item h2 span:nth-child(1) {
    font-size: 80px;
  }
  .hero-item h2 span:last-child {
    font-size: 18px;
  }
  
  .site-btn {
    min-width: 0;
    padding: 14px 32px;
  }
  .hero-slider .owl-nav button.owl-prev, .hero-slider .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    font-size: 14px;
  }
  .video-box {
    height: 500px;
    margin-top: 40px;
  }
  .cta-section {
    text-align: center;
  }
  .footer-buttom {
    padding-top: 30px;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu li:first-child a {
    margin-left: 0;
  }
  .copyright {
    text-align: center;
    padding-bottom: 30px;
  }
  .about-text {
    padding-top: 50px;
  }
  .reserch-tab-menu {
    margin-bottom: 30px;
  }
  .circle-progress-warp .circle-progress {
    padding-top: 0;
  }
  .sidebar {
    padding-top: 50px;
  }
  .search-model-form input {
    width: 100%;
  }
}
/* Small Mobile :320px. */
@media only screen and (max-width: 479px) {
  .hero-item h2 {
    font-size: 50px;
  }
  .hero-item h2 span:nth-child(1) {
    padding-right: 15px;
  }
  .map-section {
    padding-bottom: 0;
  }
  .map-info {
    max-width: 100%;
  }
  .map {
    position: relative;
    height: 400px;
    margin-top: 70px;
  }
  .footer-menu li a {
    margin-left: 0;
    padding: 13px 10px;
  }
}
.img-intro {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-intro {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .img-intro {
    width: 90%;
  }
  .hero-item {
    height: 35vh;
    min-height: 0;
    align-items: flex-end;
  }
  .hero-slider .owl-item .container {
    margin-top: auto;
    margin-bottom: 15px;
  }
}
.faq-section {
  background: var(--hgruen);
}

.faq-section .card {
  background: transparent;
  border-radius: 0;
  border: none;
  margin: 15px auto 0;
  padding: 0;
  color: #fff;
}
.faq-section .card-header {
  /*background: var(--beige);*/
  background: transparent;
  border-top: 1px solid var(--gruen);
  border-radius: 0;
  padding: 10px 0 0;
}
.faq-section .card:last-child {
  border-bottom: 1px solid var(--gruen);
  padding-bottom: 15px;
}
.faq-section .card h3 button {
  font-size: 24px;
  color: var(--gruen);
}
.faq-section .card-header:hover h3 button {
  /*background: var(--beige);*/
  color: var(--grau);
}
.card h3 {
  color: var(--braun);
  margin: 0;
}
.card h3 button {
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: var(--braun);
}
.card-header {
  border: none;
}
.about-sign {
  display: inline;
  float: left
}
.sign, .sign-info {
  display: inline-block;
}
.img-circle {
  border-radius: 100%;
}
img.gastgeber {
  padding:10px;
  background: #fff;
  border: 1px solid var(--braun);
  margin: 0 auto 25px auto;
}
.img-fluid2 {
  width: auto;
  height: 100px;
  display: inline-block;
  float: left;
  margin: -15px 15px -15px -29px;
}
.img-fluid3 {
  width: auto;
  height: 100px;
  display: inline-block;
  margin: 0 auto 20px;
}
.headline {
  margin-top: 0;
  margin-bottom: 25px;
}
a.link {  
  text-decoration: none;
  display: inline-block;
  margin-top: 0;
  margin-bottom: -5px;
  padding-top: 0;
}
a.link .btn-circle {
  display: inline-block;
  background: var(--beige);
  padding: 0 0 0 3px;
  width: 30px;
  height: 30px;
  margin: 0 2px 0 5px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}
a.link i {
  color: var(--braun);
  font-size: 20px;
  display: inline-block;
}
.insertimg {
  padding: 15px;
  margin-top: -50px;
  width: auto;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(0,0,0,0.85);
}
.mw-50 {
  display: inline-block;
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .mw-50 {
    max-width: calc(50% - 4px); 
    margin: 16px 0;
  }
}
.alignbottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  margin-bottom: 12px;
}
.alignbottom button {
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  background-color: rgb(201, 86, 53) !important;
  font-size: 16px !important;
}
.alignall {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.admin ul {
  margin: 0;
  padding: 0;
}
.admin ul li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #aaa;
  font-size: 15px;
  color: var(--grau);
  line-height: 1.33;
}
.admin ul li:first-child {
  border-top: 1px solid #aaa;
}
.calendar-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.month {
  overflow: hidden;
}
.month h4 {
  background-color: var(--rot);
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 4px 0 2px;
  font-size: 1.15em;
  font-style: normal;
  text-transform: uppercase;
}
.calendar {
  /*display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;*/
  background-color: var(--beige);
  padding: 1px;
  margin-bottom: 12px;
}
.calendar div {
  background-color: #fff;
  color: var(--grau);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  height: 30px;
}

/* Alternative */
.calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1px;
}
.calendar div {
  width: calc(100% / 7 - 1px);
  flex: 0 0 calc(100% / 7 - 1px);
  text-align: left;
}
/* Ende Alternative */

.calendar .available {
  background-color: var(--gruen);
  color: #fff;
  font-weight: bold;
}
.calhead {
  color: var(--rot); 
}
