/* 
font-family: 'BenchNine', sans-serif;
font-family: 'Great Vibes', cursive;
font-family: 'Open Sans Condensed', sans-serif;
*/

/* latin */
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/BenchNine-Regular.ttf) format('truetype');
}
/* latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GreatVibes-Regular.ttf) format('truetype');
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/OpenSans_Condensed-Regular.ttf) format('truetype');
}

* {
  font-family: Arial, sans-serif;
}

#header-contact {
  background-color: #253e4a;
  color: #ffffff;
  position: relative;
  min-height: 60px;
}

#header-contact a, .sideTriggerBooking {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
  font-weight: lighter;
}

#banner {
  position: absolute;
  right: 35px;
  z-index: 30;
}

.ul-contact {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.ul-contact li {
  display: inline;
  padding-right: 10px;
}

.ul-contact li i {
  padding-right: 5px;
}

#top {
  background-color: #f4f4f4;
  border-bottom: 10px solid #ffffff;
  padding-bottom: 10px;
}

@media( min-width: 960px ) {
  #top.fixed {
    position: fixed;
    top: 0;
    background: #f4f4f4;
    width: 100%;
    z-index: 250;
  }
  
  #top.fixed #logo {
    padding: 15px 0px 0px;
    text-align: center;
    margin: auto;
  }
  
  #top.fixed img {
    width: 50%;
  }
  
  #top.fixed #navbar {
    margin-top: 25px;
  }
}

#top #logo {
  padding: 30px 0px 0px;
}

#top #logo img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

#top #navbar {
  margin-top: 80px;
  padding: 0px;
}

#top #navbar .nav-link {
  color: #253e4a;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
  font-weight: lighter;
  text-decoration: none;
  border-radius: 0px;
  border: 2px solid transparent;
  font-size: 1.5rem;
  padding-bottom: 0px;
}

#top #navbar .nav-link:hover, #top #navbar .active .nav-link {
  border-bottom: 2px solid #921331;  
}

#top #navbar .nav-pills .nav-link.active, #top #navbar .nav-pills .show>.nav-link {
  background-color: transparent;
  border-bottom: 2px solid #921331;
}

.dropdown-menu {
  margin: 0px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #921331;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/* #slideshow {
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
} */

footer {
  background-color: #253e4a;
  color: #ffffff;
  padding-top: 50px;
}

footer h3 {
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#upper {
  margin-top: 30px;
  margin-bottom: 80px;
}

#below .row {
  border-top: 1px solid #848484;
  padding-top: 20px;
}

.below-left .menu {
  padding-left: 0px;
}

.below-left .nav-item,
.below-right .nav-item {
  display: inline-block;
}

.below-left a {
  color: #848484; 
  font-size: 0.8rem;
  padding-left: 0px;
  padding-right: 10px;
}

.below-right {
  font-size: 0.8rem;
}

.below-right .menu {
  float: right;
}

.below-right .copyright {
  float: right;
  padding-top: 8px;
  color: #848484;
}

.below-right a {
  color: #848484; 
  font-size: 0.8rem;
  padding-left: 0px;
  padding-right: 0px;
}

.below-right a.nav-link {
  padding-right: 10px;
}

.below-left a:hover, .below-right a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Teaser */
#teaser-outer {
  background: rgb(244,244,244);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40px, rgba(244,244,244) 41px, rgba(255,255,255,1) 100%);
}

#teaser {
  margin-bottom: 115px;
  margin-top: -50px;
  z-index: 199;
}

.teaser-item {
  text-align: center;
  background-color: #ffffff;
}

.teaser-item img {
  border: 3px solid #ffffff;
}

.teaser-item h2 {
  color: #253e4a;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
  font-weight: lighter;
  margin-top: 20px;
}

.teaser-item .teaser-content {
  color: #253e4a;
  font-size: 0.8rem;
}

.teaser-item a {
  color: #ffffff;
  background-color: #921331;
  padding: 10px 50px;
  text-transform: uppercase;
  font-size: 0.6rem;
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #ffffff;
  outline: 1px solid #921331;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.teaser-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba( 255, 255, 255, 0.2 );
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.teaser-item a:hover {
  text-decoration: none;
}

.teaser-item a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
  transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}

.teaser-item .line {
  border-top: 2px solid #d0d0d0;
  position: static;
  margin-top: -34px;
}

/* Content */
.content {
  padding-bottom: 80px;
  width: 100%;
  min-height: 150px;
  position: relative;
  color: #5b5b5b;
}

.content a {
  color: #921331; /* #5b5b5b; */
  text-decoration: none;
}

.content a:hover {
  color: #921331;
  text-decoration: underline;
}

.content h1 {
  font-family: 'BenchNine', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: lighter;
  color: #253e4a;
}

.content .fields-container {
  margin-bottom: 50px;
}

.content .subtitle {
  text-align: center;
}

.content .subtitle .field-value {
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: lighter;
  color: #848484;
}

.field-entry.hidefield {
  display: none;
}

/* Gallery */
.gallery {
  background-image: url(../images/galerie-back.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.gallery figure.mini {
  border: 1px solid #ffffff;
  margin: 40px 0px;
}

.gallery .carousel-indicators {
  bottom: -25px;
  z-index: 1;
}

.gallery .zoom-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.gallery .pop .zoom-text {
  visibility: hidden;
}

@media ( max-width: 320px ){
  .gallery .pop .zoom-text {
    display: none;
  }
}

.gallery .pop:hover .zoom-text {
  visibility: visible;
  opacity: 1;
  transition: transform 400ms linear;
  -webkit-transition: -webkit-transform 400ms linear;
}

.gallery .zoom-icon:before {
  content: '';
  background: url(../images/zoom.png);
  width: 120px;
  height: 90px;
  margin: -45px 0px 0 -60px;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery .zoom-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/zoom-bg.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: 400ms all 100ms;
  -webkit-transition: 400ms all 100ms;
  -o-transition: 400ms all 100ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.gallery .zoom-magnifier:before {
  content: '';
  background: url(../images/zoom-lupe.png);
  width: 120px;
  height: 90px;
  margin: -45px 0px 0 -60px;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery .featured-thumbnail {
  background:none;
  padding:0;
  box-shadow:none;
  border:none;
  overflow:hidden;
  -webkit-transform:translateZ(0);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.gallery .featured-thumbnail img {
  display:inline-block;
  border-radius:0;
  border:none;
  padding:0;
  background:none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.gallery .featured-thumbnail .pop {
  position: relative;
  display: block;
  transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

.gallery .featured-thumbnail .pop img {
  transition: transform 200ms linear;
  -webkit-transition: -webkit-transform 200ms linear;
}

.gallery.featured-thumbnail .pop:hover .zoom-icon, .gallery .featured-thumbnail .pop:hover .zoom-magnifier {
  visibility: visible;
  opacity: 1;
}

.gallery .featured-thumbnail.mini .zoom-icon:before {
  background:url(../images/zoom.png);
}

.gallery .featured-thumbnail.mini .zoom-magnifier:before {
  width:32px;
  height:38px;
  background:url(../images/zoom-lupe.png);
  margin:-19px 0 0 -16px;
}

.gallery .featured-thumbnail .pop img {
  transition:transform 200ms linear;
  -webkit-transition:-webkit-transform 200ms linear;
}

.gallery .featured-thumbnail:hover .zoom-icon:before,
.gallery .featured-thumbnail:hover .zoom-magnifier:before {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}

.gallery .featured-thumbnail:hover .zoom-icon:after,
.gallery .featured-thumbnail:hover .zoom-magnifier:after {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}

.gallery h3 {
  text-transform: uppercase;
  margin-top: 50px;
  color: #ffffff;
  font-size: 2.4em;
  text-shadow: 1px 1px 0px #666666;
  text-align: center;
  height: 75px;
}

@media (max-width: 1200px ){
  .gallery h3 {
    height: 50px;
  }
}

.gallery .controls{          
  width:50px;
  display:block;
  font-size:11px;
  padding-top:8px;
  font-weight:bold;          
}

.gallery .next {
  float:right;
  text-align:right;
}

@media only screen and (min-width: 979px) {
  .gallery .featured-thumbnail:hover .pop img {
    -webkit-transform:-webkit-scale(1.1) -webkit-rotate(1deg);
    transform:scale(1.1) rotate(1deg);
  }
}

#imagedesc {
  color: #848484;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #921331 !important;
}

/* Kontakt */
.contact {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  min-height: 150px;
  position: relative;
}

.contact h2 {
  font-family: 'BenchNine', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: lighter;
  color: #253e4a;
}

.contact h3 {
  font-family: 'BenchNine', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: lighter;
  color: #848484;
}

.contact .intro {
  margin-bottom: 50px;
}

.contact .moduletable {
  border-right: 1px solid #d0d0d0;
  padding-right: 30px;
  padding-left: 30px;
}

.contact .moduletable:last-child {
  border-right: 0px solid;
}

.contact img, img.rounded {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px #0071a7;
}

.contact .name {
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  color: #848484;
}

.contact .type {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: #253e4a;
  font-weight: bolder;
}

.contact .contact-content {
  font-family: Arial, sans-serif;
  color: #848484;
  font-size: 0.8rem;
  margin-top: 15px;
}

.contact .contact-content a {
  color: #848484;
  text-decoration: none;
}

.contact .contact-readmore {
  text-align: center;
}

.contact .contact-readmore a, a.content-hover {
  border: 1px solid #ffffff;
  font-family: Arial, sans-serif;
  color: #921331;
  padding: 10px 50px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 0.8rem;
  display: inline-block;
  outline: 1px solid #d0d0d0;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.contact .contact-readmore a:before, a.content-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #921331;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.contact .contact-readmore a:hover, a.content-hover:hover {
  text-decoration: none;
  color: #ffffff;
}

.contact .contact-readmore a:hover:before, a.content-hover:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
  transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}

.hideme {
  opacity:0;
}

/* Video */
.video {
  background-image: url(../images/video-back.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.video h3 {
  font-family: 'Great Vibes', cursive;
  color: #ffffff;
  font-size: 4rem;
  margin-bottom: 2rem;
}

.video h5 a {
  font-weight: bolder;
  color: #ffffff;
  text-decoration: none;
}

.video a {
  color: #ffffff;
  text-decoration: none;
}

.video a:hover {
  text-decoration: underline;
}

.video img {
  border: 3px solid #ffffff;
}

/* Review */
.review {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  min-height: 150px;
  position: relative;
}

.review h3 {
  font-family: 'BenchNine', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: lighter;
  color: #253e4a;
}

.review h4 {
  font-family: 'BenchNine', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: lighter;
  color: #848484;
}

.review .anchors {
  margin-bottom: 40px;
  margin-top: 10px;
  color: #921331;
  font-size: 1.25rem;
}

.review h5 {
  font-family: 'Arial', sans-serif;
  font-weight: bolder;
  text-align: center;
  color: #848484;
  font-size: 0.8rem;
}

.review p {
  font-family: 'Arial', sans-serif;
  text-align: center;
  color: #848484;
  font-size: 0.8rem;
}

.review .mod-articles-category-readmore span {
  border: 1px solid #ffffff;
  font-family: Arial, sans-serif;
  color: #921331;
  padding: 10px 50px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 0.8rem;
  display: inline-block;
  outline: 1px solid #d0d0d0;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  cursor: pointer;
}

.review .mod-articles-category-readmore span:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #921331;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.review .mod-articles-category-readmore span:hover {
  text-decoration: none;
  color: #ffffff;
}

.review .mod-articles-category-readmore span:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
  transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}

.review .carousel-item {
  width: 80%;
  margin-left: 10%;
}

.review .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b2b2b2' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.review .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b2b2b2' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* Offer */
.offer {
  background-image: url(../images/angebot-back.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}

.offer h2 {
  font-family: 'Great Vibes', cursive;
  color: #ffffff;
  font-size: 4rem;
}

.offer a {
  color: #ffffff;
  background-color: #921331;
  padding: 10px 50px;
  text-transform: uppercase;
  font-size: 0.6rem;
  margin-top: 30px;
  display: inline-block;
  border: 1px solid #ffffff;
  outline: 1px solid #921331;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.offer a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba( 255, 255, 255, 0.2 );
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.offer a:hover {
  text-decoration: none;
}

.offer a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
  transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}

/* Zick-Zack */
#header-contact::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 60px;
  background-size: 10px 50px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, transparent 34%, #f4f4f4 34%, #f4f4f4 66%, transparent 66%), -webkit-linear-gradient(315deg, transparent 34%, #f4f4f4 34%, #f4f4f4 66%, transparent 66%);
  background-image: -moz-linear-gradient(45deg, transparent 34%, #f4f4f4 34%, #f4f4f4 66%, transparent 66%), -moz-linear-gradient(315deg, transparent 34%, #f4f4f4 34%, #f4f4f4 66%, transparent 66%);
  background-image: linear-gradient(45deg, transparent 34%, #f4f4f4 34%, #f4f4f4 66%, transparent 66%), linear-gradient(315deg, transparent 34%, #f4f4f4 34%, #f4f4f4 66%, transparent 66%);
  z-index: 10;
}

.content::before, .gallery::before, .contact::before, .review::before, .offer::before, .video::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 60px;
  background-size: 10px 50px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%), -webkit-linear-gradient(315deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%);
  background-image: -moz-linear-gradient(45deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%), -moz-linear-gradient(315deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%);
  background-image: linear-gradient(45deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%), linear-gradient(315deg, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%);
  z-index: 10;
}

/* Hints */
.hints {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #848484;
}

.hints h3 {
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: lighter;
  color: #253e4a;
}

.hints .social_media i {
  font-size: 2rem;
  padding-right: 5px;
  color: #848484;
}

.hints .social_media a {
  text-decoration: none;
}

.hints .social_media i:hover {
  color: #921331;
}

/* Map */
#map-control {
  position: relative;
  text-align: center;
  z-index: 199;
}

#map-button {
  position: absolute;
  top: -40px;
  cursor: pointer;
  margin-left: -60px;
  background: url(../images/map.png);
  border: 0px solid;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#map {
  position: absolute;
  left: -10000px;
  padding-right: 0px;
  padding-left: 0px;
  z-index: 190;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
     -o-animation: fadein 2s; /* Opera < 12.1 */
        animation: fadein 2s;
}

/* Back to top */
#back-top-wrapper {
  z-index:200;
  right:20px;
  bottom:43px;
  overflow:visible;
  position: fixed;
}

#back-top-wrapper #back-top { 
  margin:0; 
}

#back-top a {
  display: block;
}

#back-top-wrapper #back-top a {
  width:48px;
  height:48px;
  border-radius:50px;
  background:rgba(127,127,127,0.6);
  text-align:center;
  -webkit-perspective:100px;
  perspective:100px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

#back-top-wrapper #back-top a span {
  display:block;
  width:14px;
  height:8px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-4px 0 0 -7px;
  background:url(../images/totop.png) no-repeat 0 0;
  transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

#back-top-wrapper #back-top a:hover { 
  background: #921331; 
}

#back-top-wrapper #back-top a:hover span {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  transform:rotateY(180deg);
}

/* Cookie hint */
#redim-cookiehint {
  width: 30%;
  padding: 5% 5% !important;
  position: fixed;
  background-color: #ffffff !important;
  z-index: 9999999;    
  bottom: 50px !important;
  left: 50px;
  border: 1px solid #c4c4c4;
}

#redim-cookiehint .cookiecontent {
  color: #000000;
}

/* Side menu */
.siteWrapper {
	position: relative;
	left: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	/* -webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0); */
}
.sideOpen .siteWrapper {
	left: -300px;
}
.sideTrigger, .sideTrigger:hover, .sideTrigger:active {
	color: white;
    text-transform: uppercase;
    display: block;
}
.sideTrigger img {
   /*  padding: 10px;
  margin: auto; */
}

.padding .moduletable {
  border-bottom: 2px solid #b1b1b1;
  padding: 0px 20px 20px 20px;
  margin-bottom: 30px;
}

.closeIcon {
  padding: 20px 20px 0px 0px;
  margin: 0px;
}

.closeTrigger {
	font-weight: bold;
	text-decoration: none;
	color: #000 !important;
	font-size: 30px;
	display: inline-block;
	margin-top: -15px;
	margin-bottom: 5px;
}

.sideMenu {
	position: fixed;
	z-index: 9999;
	right: -300px;
	height: 100%;
	width: 300px;
	background: #FFF;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
  overflow-y: scroll;
}
.sideMenu h3 {
  font-family: 'BenchNine', sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #253e4a;
  text-transform: uppercase;
}
.sideMenu input {
  border: 2px solid #b1b1b1;
  margin-right: 5px;
}
.sideMenu .ui-datepicker-trigger {
  cursor: pointer;
  margin-top: -5px;
}
.sideMenu select {
    width: 50%;
}
.sideMenu a {
  color: #921331;
}
.sideMenu .fa {
    margin-right: 5px;
}
.sideOpen .sideMenu {
	right: 0;
}
.sideMenu:after {
	content: "";
	top: -10%;
	left: 0;
	height: 250%;
	width: 150%;
	z-index: -1;
	position: absolute;
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0, 0.3) inset;
	box-shadow: 0 0 10px 3px rgba(0,0,0, 0.3) inset;
}
.sideMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sideMenu ul a {
	display: block;
	background: #26AF61;
	padding: 10px;
	color: #FFF;
	margin-bottom: 5px;
	text-decoration: none;
}
.sideMenu ul a:hover {
	background: #2A80B9;
}

.sideMenu li {
    padding: 10px 0px;
}

.mobileMenu {
	background-color: #ffa500;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}

@media (min-width: 992px) {
  #sideFloater {
    position: fixed;
    top: 134px;
    display: block;
    height: 200px;
    z-index: 2000;
    right: 0;
  }
  
  #sideFloater.fixed {
    top: 0px;
    z-index: 2000;
  }

  #sideFloater ul {
    list-style-type: none;
    margin-bottom: 0;
  }

  #sideFloater li {
    width: 58px;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
    background-color: transparent; /* #bb0000;  #ffa501; */
    padding: 0px;
    margin-bottom: 0px;
  }

  #sideFloater a {
    color: #FFFFFF;
  }
}

@media( max-width: 991px ) {
  #sidebar {
    clear: both;
    border-left: 0px solid;
    margin-left: 15px;
    padding-top: 80px;
  }
  
  .sideMenu {
  	overflow-y: scroll;
  }

  .mobileMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
  }
}

/* side popup */
#side-popup {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    left: -400px;
    width: 350px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

#side-popup input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

#side-popup input[type=checkbox]:checked~.popup-open {
    display: block
}

#side-popup input[type=checkbox]:checked~.popup-closed {
    display: none
}

#side-popup-header {
    position: relative
}

#side-popup-content {
    padding: 15px 20px;
    background-color: #fff
}

#side-popup-content .h4+p {
    margin-top: 10px
}

.popup-btn {
    display: block;
    position: relative;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #921331;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    cursor: pointer
}

.popup-btn::after, .popup-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 1.5px;
    width: 15px;
    height: 3px;
    background-color: #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.popup-btn::after {
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg)
}

.popup-btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side-popup.side-popup-visible {
    left: 10px;
    opacity: 1;
}

#side-popup input[type=checkbox]:checked~.side-popup-open {
    display: block
}

#side-popup input[type=checkbox]:checked~.side-popup-closed {
    display: none
}

#side-popup-open {
    display: none;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3)
}

#side-popup-closed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px;
    width: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    -webkit-transform: rotate(-90deg) translate(0,-100%);
    transform: rotate(-90deg) translate(0,-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: fixed;
    bottom: 0;
    left: 55px
}

#side-popup-closed .popup-btn {
    margin-left: 15px;
    margin-bottom: -2px;  
}

h3.h4 {
    font-size: 16px;
}

@media( max-width: 768px ) {
  h3.h4 {
  	display: none;
  }
  
  #side-popup-closed .popup-btn {
    margin-left: 0px;
  }
  
  #side-popup-closed {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    bottom: -45px;
    left: 75px;
  }
  
  .popup-btn {
    width: 48px;
    height: 48px;
  }
}


@media(-ms-high-contrast:active),(-ms-high-contrast:none),(hover: hover) {
  #side-popup-closed .popup-btn {
      -webkit-transition: background-color .3s ease-out 0s;
      transition: background-color .3s ease-out 0s
  }

  #side-popup-closed .popup-btn:hover {
      background-color: #ad2927;
  }
}

/* tablet quer */
@media( max-width: 1024px ) {
  #banner {
    display: none;
  }
  
  .nav-link {
    padding: .5rem .95rem;
  }
  
  #top #logo {
    padding: 15px 0px 0px;
  }
  
  #top #navbar {
    margin-top: 10px; /* 45px; */
  }
  
  .contact .contact-info, .contact .contact-content {
    text-align: center;
  }
  
  .contact .contact-image {
    margin-bottom: 20px;
  }
  
  #teaser .contact-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  #slideshow p {
    margin-bottom: 0px;
  }
  
  #teaser-outer {
    background: rgb(244,244,244);
    background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 40px, rgba(244,244,244,1) 41px, rgba(255,255,255,1) 100%);
  }
  
  #teaser {
  	margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .teaser-first {
    padding-top: 10px;
    font-size: 1.5rem;
    border-left: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    padding-bottom: 10px;
  }
  
  .teaser-second {
    padding-top: 10px;
    font-size: 1.5rem;
    border-left: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    padding-bottom: 10px;
  }
  
  .teaser-third {
    padding-top: 10px;
    font-size: 1.5rem;
    border-left: 7px solid white;
    border-bottom: 7px solid white;
    border-right: 7px solid white;
    padding-bottom: 10px;
  }
  
  .teaser-first a, .teaser-second a, .teaser-third a {
    color: #bfbfbf;
  }
  
  .teaser-first a:hover, .teaser-second a:hover, .teaser-third a:hover {
    color: #921331;
  }
  
  .page-header h1 {
    margin-top: 25px;
    padding: 10px 10px;
  }
}

/* mobile devices */
@media( max-width: 768px ) {
  #top #navbar {
    margin-top: 20px;
  }
  
  #teaser .moduletable {
    margin-bottom: 50px;
  }
  
  .contact .moduletable {
    border: 0px solid;
    margin-bottom: 100px;
  }
  
  .ul-contact {
    text-align: left;
    padding-left: 0px;
  }
  
  #top #logo {
    text-align: center;
  }
  
  .footer-left {
    margin-bottom: 25px;
  }
  
  .below-left .menu, .below-right .menu {
    text-align: center;
    float: none;
  }
  
  .below-right .copyright {
    display: none;
  }
  
  a.content-hover {
    display: block;
  }
}

@media (max-width: 736px) { /* 667 */
  .ul-contact {
    text-align: center;
  }
  
  #banner {
    display: none;
  }
  
  .first-hint {
    margin-bottom: 75px;
  }
  
  .navbar-toggler.navbar-toggler-right {
    right: 0px;
    position: absolute;
    top: -75px;
    border: 0px;
  }
  
  .nav-item {
    display: block;
    width: 100%;
  }
  
  .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.15);
  }
  
  .below-right .menu {
    padding-left: 0px;
  }
}

@media (max-width: 414px) {
  #top #logo {
    padding: 30px 0px 0px 15px;
  }
  
  #redim-cookiehint {
    width: 75%;
  }
  
  .navbar-toggler.navbar-toggler-right {
    top: -68px;
  }
}

/* form */
.bfQuickMode section .bfbs3-row, .bfQuickMode section .row, .bfQuickMode fieldset .bfbs3-row, .bfQuickMode fieldset .row {
  margin-left: 0px !important;
}

.bfElemWrap {
  width: 100%;
}

.form-inline label {
  justify-content: left;
}

div#ff_formdiv1 + div {
  display: none !important;
}

button#bfSubmitButton {
  margin: 50px auto 0px;
  float: none;
  background: #72b63f;
  border: 1px solid #72b63f;
}

.form-group-actions {
  text-align: center;
}

label a {
  padding-left: 5px;
  padding-right: 5px;
}

.glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-calendar:before {
  content: "\f073";
}

.bfCalendar, .bfCalendar:hover {
  background: #72b63f;
  border: 1px solid #72b63f;
}

/* Side floater */
.mobileMenu {
	background-color: #921331;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}

@media (min-width: 992px) {
  .hidden-md {
    display: none;
  }
  
  #sideFloater {
    position: fixed;
    top: 128px;
    display: block;
    height: 200px;
    z-index: 2000;
    right: 0;
  }
  
  #sideFloater.fixed {
    top: 0px;
    z-index: 2000;
  }

  #sideFloater ul {
    list-style-type: none;
    margin-bottom: 0;
  }

  #sideFloater li {
    width: 60px;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
    background-color: #921331;
    padding: 5px;
    margin-bottom: 0px;
  }

  #sideFloater a {
    color: #FFFFFF;
  }
  
  #sideFloater img {
    width: 80%;
  }
}

@media( max-width: 991px ) {
  #sidebar {
    clear: both;
    border-left: 0px solid;
    margin-left: 15px;
    padding-top: 80px;
  }
  
  .sideMenu {
  	overflow-y: scroll;
  }

  .mobileMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
  }
}