
/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v33-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-v33-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* Global */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height:100%;
}

.smooth {
    scroll-behavior: smooth;
}

body {
  margin:0;
  font-family: 'Roboto Condensed', Verdana, sans-serif;
  font-size:16px;
  font-weight:400;
  overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Generelles */

.clearfix::after {
  content:"";
  display: block;
  clear:both;
}

.clear {
  clear: both;
}

.sr-only {
  position: absolute;
  left: -9999px;
}



/* Background Video */


.video-container {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    top:0;
    background-color: #fff;
}


.bg-video {
      min-height: 100%;
      min-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%,-0);
}

.bg-video-2 {
      min-height: 100%;
      min-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-50%,-0);
}

/* Background Slider */


.background-slider {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  top:0;
}


figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;

  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

.pic-1 {
  opacity: 1;
  background: url("../images/bg/2.webp") no-repeat center center;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url("../images/bg/1.webp") no-repeat center center;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url("../images/bg/3.webp") no-repeat center center;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url("../images/bg/4.webp") no-repeat center center;
  background-size: cover;
}

.pic-5 {
  opacity: 1;
  background: url("../images/bg/5.webp") no-repeat center center;
  background-size: cover;
}

.pic-6 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url("../images/bg/6.webp") no-repeat center center;
  background-size: cover;
}

.pic-7 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url("../images/bg/7.webp") no-repeat center center;
  background-size: cover;
}

.pic-8 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url("../images/bg/8.webp") no-repeat center center;
  background-size: cover;
}

.pic-9 {
  opacity: 1;
  background: url("../images/bg/9.webp") no-repeat center center;
  background-size: cover;
}

.pic-10 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url("../images/bg/10.webp") no-repeat center center;
  background-size: cover;
}

.pic-11 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url("../images/bg/11.webp") no-repeat center center;
  background-size: cover;
}

.pic-12 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url("../images/bg/12.webp") no-repeat center center;
  background-size: cover;
}

.pic-13 {
  opacity: 1;
  background: url("../images/bg/13.webp") no-repeat center center;
  background-size: cover;
}

.pic-14 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url("../images/bg/14.webp") no-repeat center center;
  background-size: cover;
}

.pic-15 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url("../images/bg/15.webp") no-repeat center center;
  background-size: cover;
}

.pic-16 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url("../images/bg/16.webp") no-repeat center center;
  background-size: cover;
}

.pic-17 {
  opacity: 1;
  background: url("../images/bg/17.webp") no-repeat center center;
  background-size: cover;
}

.pic-18 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url("../images/bg/18.webp") no-repeat center center;
  background-size: cover;
}

.pic-19 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url("../images/bg/19.webp") no-repeat center center;
  background-size: cover;
}

.pic-20 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url("../images/bg/20.webp") no-repeat center center;
  background-size: cover;
}

.pic-21 {
  opacity: 1;
  background: url("../images/bg/21.webp") no-repeat center center;
  background-size: cover;
}

.pic-22 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url("../images/bg/22.webp") no-repeat center center;
  background-size: cover;
}

.pic-23 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url("../images/bg/23.webp") no-repeat center center;
  background-size: cover;
}

.pic-24 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url("../images/bg/24.webp") no-repeat center center;
  background-size: cover;
}

.pic-25 {
  opacity: 1;
  background: url("../images/bg/25.webp") no-repeat center center;
  background-size: cover;
}

.pic-26 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url("../images/bg/26.webp") no-repeat center center;
  background-size: cover;
}

.pic-27 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url("../images/bg/27.webp") no-repeat center center;
  background-size: cover;
}

.pic-28 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url("../images/bg/28.webp") no-repeat center center;
  background-size: cover;
}

.pic-29 {
  opacity: 1;
  background: url("../images/bg/29.webp") no-repeat center center;
  background-size: cover;
}

.pic-30 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url("../images/bg/30.webp") no-repeat center center;
  background-size: cover;
}

.pic-31 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url("../images/bg/31.webp") no-repeat center center;
  background-size: cover;
}

.pic-32 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url("../images/bg/32.webp") no-repeat center center;
  background-size: cover;
}

.pic-33 {
  opacity: 1;
  background: url("../images/bg/33.webp") no-repeat center center;
  background-size: cover;
}

.pic-34 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url("../images/bg/34.webp") no-repeat center center;
  background-size: cover;
}

.pic-35 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url("../images/bg/35.webp") no-repeat center center;
  background-size: cover;
}

.pic-36 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url("../images/bg/36.webp") no-repeat center center;
  background-size: cover;
}



/* Grid System */

.spacer {
	width: 100%;
	height:100%;
	position: relative;
	z-index: 80;
}

.container {
	position: absolute;
    top:90%;
	z-index: 80;
    width:100%;
    margin: 0;
    padding: 0;
}


.container-2 {
    position: relative;
    width:100%;
    margin: 0;
    padding: 0 0 40px 0;
}


.row {
  position: relative;
  z-index: 600;
  width:90%;
  margin:0 auto;
  padding:10px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
	position: relative;
	z-index: 200;
}

.row-2 {
  position: relative;
  width:100%;
  margin:0 auto;
  padding:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row-2::after {
  content: "";
  clear: both;
  display: block;
  position: relative;
  z-index: 200;
}

.row-3 {
  position: relative;
  width:90%;
  margin:0 auto;
  padding:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row-3::after {
  content: "";
  clear: both;
  display: block;
  position: relative;
  z-index: 200;
}

.row-4 {
  position: relative;
  z-index: 600;
  width:90%;
  margin:0 auto 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row-4::after {
  content: "";
  clear: both;
  display: block;
	position: relative;
	z-index: 200;
}

[class*='col-'] {
  float:left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
   word-wrap: break-word;
	position: relative;
	z-index: 1000;
}

.col-1 {
  margin-top:20px;
  width: 100%;
}

.col-2 {
  margin-top:20px;
  width: 100%;
}

.col-3 {
  width:100%;
  margin: 20px 0 0 0;
}

.col-4 {
  width:100%;
  margin: 20px 0 0 0;
}

#logo {
  position:absolute;
  top: 7px;
  left:2%;
  width:220px;
  z-index: 210;
}

.logoimg {
  width:100%;
  height:auto;
  border:0;
}

#logo a:hover {
  text-decoration: none;
  background: none;
}

/* Menü */

header {
    position: absolute;
    z-index: 200;
	width:100%;    
}

nav {
    position: absolute;
    top:2.5%;
    z-index: 300;
	width:100%;
}

/* Hamburger Menu Button Mobile */

/* input#hamburg {display:none} */

input#hamburg {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

#hamburg {
  position: absolute;
  opacity: 0;
  pointer-events: auto;
  width: 1px;
  height: 1px;
  z-index: 2;
}

#hamburg:focus-visible + .hamburg {
  outline: 2px solid #8b0000;
  outline-offset: 4px; 
  border-radius: 8px;
}


  label.hamburg {
     display: block;
     background: none;
     width: 50px;
     height: 50px;
     position: absolute;
      top:20px;
     right:5%;
     cursor: pointer;
  }

  .line {
     position: absolute;
     left:5px;
     height: 4px;
     width: 40px;
     background: #FFF;
     border-radius: 2px;
     display: block;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     -webkit-transform-origin: center;
         -ms-transform-origin: center;
             transform-origin: center;
  }

  .line:nth-child(1) { top: 12px; }
  .line:nth-child(2) { top: 24px; }
  .line:nth-child(3) { top: 36px; }

  #hamburg:checked + .hamburg .line:nth-child(1){
     -webkit-transform: translateY(12px) rotate(-45deg);
         -ms-transform: translateY(12px) rotate(-45deg);
             transform: translateY(12px) rotate(-45deg);
  }

  #hamburg:checked + .hamburg .line:nth-child(2){
     opacity:0;
  }

  #hamburg:checked + .hamburg .line:nth-child(3){
     -webkit-transform: translateY(-12px) rotate(45deg);
         -ms-transform: translateY(-12px) rotate(45deg);
             transform: translateY(-12px) rotate(45deg);
  }

#move {
      position: absolute;
      width: 100%;
      height: 100vh;
      background-color: rgba(249, 244, 233, 0.8); 
      top:160px;
      left:-105%;
      text-align: center;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      margin: 0;
  }

nav ul {
      background-color: rgba(255, 241, 186, 0.8); 
}

nav ul li ul {
        background: rgba(234, 216, 143, 0.8);
    }

nav li {
      	width: 100%;
    }

nav ul li a {
  		font-size: 1.4rem;
		display: block;
        padding:20px;
        border-bottom: 1px white dotted;
        color: #8b0000;
        text-decoration: none;
        position: relative;
        font-weight: 300;
    }

nav ul li ul li a {
  		font-size: 1.4rem;
    }

nav a.active, nav a:hover {
        background-color: rgba(255, 255, 255, 0.9); 
        color: #8b0000;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

#hamburg:checked~#move{
       left:0;
}
/* Telefon */

.telefon {
    position: absolute;
    top:125px;
    width: 100%;
    height:32px;
    text-align: center;
    z-index: 250;
    font-weight: 300;
    background: #3c8406;
}

.telefon a {
    display: block;
    margin-top:5px;
    color: white;
    font-size:1.20rem;
    text-decoration: none;
}

.telefon a:hover {
    color: white;
    font-size:1.20rem;
    text-decoration: underline;
}

/* Headline */

.headline {
  -webkit-animation: flyin100;
          animation: flyin100;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position:absolute;
  top:60%;
  left:-1000px;
  z-index: 20;
}
	
.headline p {
  font-family: 'Noto Serif';
  font-size:2.4rem;
  color:white;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);	
}

/* Content */

.center {
	text-align: center;
}

/* Überschriften */

.content h1 {
    font-family: 'Noto Serif';
	color:#8b0000;	
	font-size:2.4rem;
	line-height: 3.2rem;
	margin:20px 0 50px 0;
    font-weight: 400;
	text-shadow: 2px 2px 3px rgba(133, 92, 79, 0.1);
}

.content h2 {
    font-family: 'Noto Serif';
	color:#8b0000;		
	text-shadow: 2px 2px 3px rgba(133, 92, 79, 0.1);
	font-size:2.4rem;
	margin:40px 0 ;
    font-weight: 400;
}

.content h3, h4, h5, h6 {
    font-family: 'Noto Serif';
	color:#8b0000;	
	font-size:2.4rem;
	margin:40px 0;
    font-weight: 300;
	text-shadow: 2px 2px 3px rgba(133, 92, 79, 0.1);
}


.content p {
	font-size:1.4rem;
	line-height: 1.8rem;
	color:#333333;
	margin:20px 0 20px 0;
	font-weight: 300;
}

.content table {
	color:#333333;
	line-height: 1.7rem;
	margin:20px 0 20px 0;
	font-weight: 300;
}

.content table td {
	vertical-align: top;
}


.content ul {
	color:#333333;
	font-size:1.4rem;
	line-height: 1.8rem;
	list-style:circle;
	margin:20px 5% 20px 5%;
	padding-left:30px;
	font-weight: 300;
}

.content a {
	color:#1076ab;
	text-decoration:none;
	font-weight: 300;
}

.content a:hover {
	color:#1076ab;
	text-decoration:underline;
	font-weight: 300;
}

.imgr {
	width:100%;
	height:auto;
	border-radius:8px;
}

.imgl {
	width:100%;
	height:auto;
	border-radius:8px;
}

.imgm {
	width:100%;
	height:300px;
	margin: 10px auto;
}



/* Inhalt Startseite */

.container-2.wellen-bg {
    background: url("../images/bg/wellen-bg.webp") center top no-repeat;
    background-size: contain;
}

.verlauf-bg {
    background: rgb(255,241,186);
    background: linear-gradient(180deg, rgba(255,241,186,0) 40px, rgba(255,241,186,1) 40px);
}

.row-2.angebote-bg {
    margin: 0;
    width: 100%;
    background-image: url("../images/bg/angebot-bg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.row-2.angebote {
    margin: 0;
    width: 100%;
    background-image: url("../images/bg/wellen-angebot-oben.webp"), url("../images/bg/wellen-angebot-unten.webp");
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

.row-2.angebote {
    padding-bottom: 1px;
    box-sizing: border-box;
}

.green-border-bottom-1 {
    border-bottom: 18px #90b354 solid;
}

.angebote-bg .col-3 img {
    width:100%;
    height:auto;
    border:0;
    margin: 0;
    padding: 0;
}

.angebote-bg .col-2 {
    background: rgba(255,241,186,0.8);
    border-radius: 8px;
    padding: 10px;
    border:0;
}

.angebote-bg .col-2 p {
    margin:20px 20px;
}


/* Sprachen */

.sprachbox-1 {
    position:absolute;
    top:75px;
    right:5%;
    border: 0;
    margin: 0;
    padding: 0;
}

.sprachbox-1 img {
    float:left;
    border:0;
    margin:0 0 0 10px;
    padding: 0;
}

/* Startboxen */

.startboxes > .col-3 {
    position: relative;
    overflow: hidden;    
    height: 250px;
    background-color: #000b10;
    border-radius: 10px;
}

.startseite-img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 1s;
    opacity: 0.9;
    z-index: 100;
}

.start-1:hover .startseite-img {
    transform: scale(1.2);
    opacity: 0.5;
}

.startlink a {
    position: absolute;
    display: inline-block;
    padding: 15px 10px;
    background-color: rgba(139, 0, 0, 0.4);
    z-index: 150;
    font-size: 1.7rem;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.startlink a:hover {
    background-color: rgba(139, 0, 0, 0.9);
    transition: 0.5s;
    font-size: 1.7rem;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.zimmerlink a {
    bottom: 20px;
    left: 30px;
}

.restaurantlink a {
    bottom: 20px;
    right: 30px;
}

.bowlinglink a {
    bottom: 20px;
    left: 30px;
}

.zimmer-img {
    background: url("../images/content/angebote-startseite.webp") center center/cover no-repeat;
}

.restaurant-img {
    background: url("../images/content/restaurant-startseite.webp") center center/cover no-repeat;
}

.veranstaltungen-img {
    background: url("../images/content/zimmer-startseite.webp") center center/cover no-repeat;
}





.col-1.content.center {
    width:90%;
    margin:20px 5% 0 5%;
}

.col-1.content.center .introhead {
    margin-top:100px;
}

.col-1.content {
    width:90%;
    margin:20px 5% 0 5%;
}

.col-1.content .introhead {
    margin-top:100px;
}

.col-1.content.center .introhead-2 {
    margin-top:150px;
}

.col-1.content .introhead-2 {
    margin-top:150px;
}


/* Footer */

footer {
    position: relative;
	width:100%;
	margin:0;
	padding:0 0 100px 0;
    background: url(../images/bg/footer-bg.webp) no-repeat top center;
    background-size: cover;
    border-top:20px #3c8406 solid;
}

footer p {
	color: #FFF;
	font-size:1.0rem;
	line-height: 1.6rem;
	margin: 0 20px 0 40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
    font-weight: 300;
    clear: both;
}

footer a {
	text-decoration: none;
	color: #FFF;
	font-weight: 300;
}

footer a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: 300;
}

.footerlogo {
	width: 180px;
	height: auto;
    margin: 0 0 0 30px;
    padding-top: 30px;
    border:0;
}

.someicon {
	width: 40px;
	height: auto;
    margin: 0 15px 0 0;
    padding-top: 20px;
    border:0;
    float:left;
}



.privacy-row {
	margin: 0 20px 0 110px;
}

.switch-2 {
    display: none;
}

.switch-3 {
    display: none;
}

.footer-flower {
    display: none;
}

.footer-flower-2 {
    display: none;
}





/* Galerie */

.galerieimg {
    float:left;
    width: 46%;
    height: auto;
    margin:0 2% 10px 2%;
    border-radius: 8px;
    box-shadow: 2px 2px 3px rgba(133, 92, 79, 0.1);
}




/* iframes */

.video {
  -webkit-box-sizing:content-box;
          box-sizing:content-box; 
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:20px;
}

.videoiframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border:0;
}

/* Scrollbutton */

.scrbtn {
	display:none;
}

.scrollToTop{
	display:none;
}

/* Siegel */

.siegel {
	width: 120px !important;
    height: auto;
	float:right;
	border:0;
	margin:0 0 2% 2%;
}	

.cookie  {
	position:fixed;
    bottom:15px;
    left:7px;
    color:#4e7c91;
    z-index:200;
    font-size:.6rem;
    font-weight:700
}

/* Border */

.borderbottom {
	border-bottom:1px #686868 dotted;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.bordertop {
	border-top:1px #686868 dotted;
	margin-top: 40px;
	padding-top: 40px;
}

.bordertop-headline {
	border-top:1px #686868 dotted;
	margin-top: 120px !important;
	padding-top: 20px;
}

/* Elemente */

.sprung {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: -150px;
}


.datenschutz {
    display: none;
}

/* Allgemeine Formatierungen */

.col-2.text {
  width:90%;
  margin: 0 5%;         
} 

.dunkelrot {
   color: #8d0505!important; 
}

/* preisliste */

.preisliste-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-radius: 6px;
  overflow: hidden;
}

.preisliste-grid > div {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  font-size:1.4rem;
  line-height: 1.8rem;
  font-weight: 300;    
}

.preisliste-grid > .header-table {
  background-color: #3e1501;
  color: #fff;
  font-weight: bold;
}

.preisliste-grid > div:nth-child(3n+2),
.preisliste-grid > div:nth-child(3n+3) {
  text-align: right;
}

.preisliste-grid > div:nth-child(3n+4),
.preisliste-grid > div:nth-child(3n+5),
.preisliste-grid > div:nth-child(3n+6) {
  background-color: #f9f9f9;
}

.preisliste-grid > div:nth-child(6n+4),
.preisliste-grid > div:nth-child(6n+5),
.preisliste-grid > div:nth-child(6n+6) {
  background-color: #ffffff;
}

.preisliste-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  border-radius: 6px;
  overflow: hidden;
  column-gap: 0;
  row-gap: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
}
.preisliste-grid-2 > div {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
}
.preisliste-grid-2 > :nth-child(-n+2) {
  background: #3e1501;
  color: #fff;
  font-weight: 700;
  border-bottom-color: #3a3a3a;
}
/* 2. Spalte immer rechtsbündig (Header + Inhalt) */
.preisliste-grid-2 > :nth-child(2n) {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
/* Zebra nach dem Header (jeweils 2 Zellen = 1 Zeile) */
.preisliste-grid-2 > :nth-child(4n+3),
.preisliste-grid-2 > :nth-child(4n+4) { background: #f9f9f9; }
.preisliste-grid-2 > :nth-child(4n+5),
.preisliste-grid-2 > :nth-child(4n+6) { background: #ffffff; }

.preisliste-font-size {
   font-size:1.4rem !important;
}

@media (min-width:380px){

.verlauf-bg {
    background: rgb(255,241,186);
    background: linear-gradient(180deg, rgba(255,241,186,0) 70px, rgba(255,241,186,1) 70px);
}
	
}

@media (min-width:500px){

.verlauf-bg {
    background: rgb(255,241,186);
    background: linear-gradient(180deg, rgba(255,241,186,0) 90px, rgba(255,241,186,1) 90px);
}
   
    
    
    
	
}





	


@media (min-width:768px){

.verlauf-bg {
    background: rgb(255,241,186);
    background: linear-gradient(180deg, rgba(255,241,186,0) 140px, rgba(255,241,186,1) 140px);
}    
    
.angebot-headline {
    margin-top:60px!important;
}
    
.angebote-bg .col-3 {
  width:31.333%;
  margin: 20px 1% 0 1%;
}    

.row-3.startboxes {
    position: absolute;
    top:-50px;
    left:5%;
    z-index: 1100;
}    
    
 .startboxes > .col-3 {
    width:31.333%;
    margin: 20px 1% 0 1%;   
    height: 250px;   
    -webkit-box-shadow: 5px 5px 11px -4px rgba(0,0,0,0.39); 
    box-shadow: 5px 5px 11px -4px rgba(0,0,0,0.39);
}
    
.zimmerlink a {
    bottom: 20px;
    left: 20px;
    margin-right:20px;
}   
    
.restaurantlink a {
    bottom: 20px;
    right: 20px;
    margin-left:20px;
}

.bowlinglink a {
    bottom: 20px;
    left: 20px;
    margin-right:20px;
}    
    
.fromtop {
  padding-top:140px;      
    }    
    
.row-2 {
  position: relative;
  width:90%;
  margin:0 auto;
}    


    
    
.galerieimg {

    width: 29.333%;
    margin:0 2% 10px 2%;
}    
    
    

    
footer {
    text-align: center;
}

footer p {
	font-size:1.2rem;
	line-height: 1.8rem;
	margin: 0 auto;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.60);
}

.footerlogo {
	width: 270px;
    margin: 0;
}

footer .someicon {
	width: 40px;
	height: auto;
    margin: 0 8px;
    padding-top: 20px;
    border:0;
    float:none;
    display: inline-block;
}    

.privacy-row {
    margin: 0;        
}
    
    
    
.bg-video-2 {
      left: 50%;
}
    

    
    
.headline {
  -webkit-animation: flyin400;
          animation: flyin400;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
  top:60%;
  left:-1000px;
  z-index: 20;
}
	
.headline p {
  font-size:3.2rem;
}	

.right {
		position: relative;
		left:350px;
	}	
	
.scrbtn {
        display: inline;
}
    
.scrollToTop{
	width:100px; 
	height:130px;
/*	padding:10px 10px 0 10px; */
	text-align:center; 
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:80%;
	right:0px;
	display:none;
	z-index:10000;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.scrollToTop img{
	border:0;
  display: block;
}

.scrollToTop:hover{
	text-decoration:none;
}	



.imgr {
	width:350px;
	height:auto;
	float: right;
	margin: 0 0 15px 15px;
}

.imgl {
	width:350px;
	height:auto;
	float: left;
	margin: 0 15px 15px 0;
}    
    
.imgm {
	height:300px;
}

    
  
  
.on {
    display: none;
}  
    
.off {
     display: inline;
}

.cookie  {
	position:fixed;
    bottom:17px;
    left:23px;
    color:#4e7c91;
    z-index:200;
    font-size:.6rem;
    font-weight:700
}

  

}



@media (min-width:1024px) {

.headline p {
  font-size:3.4rem;
}	

header {
  height: 270px;
  background:url("../images/content/header-bg.webp") center top no-repeat;
  background-size: contain;
}
        
label.hamburg {
    display: none;
  }

#move {
      position: static;
      width:auto;
      height: auto;
      background: none;
      text-align: left;
      margin: 0;
      padding: 0;
	  -webkit-transition: none;
	  -o-transition: none;
	  transition: none;
  }

nav {
      width: 80%;
    margin-left: 20%;
}
    
nav ul {
	  float:right;
      margin:30px 30px 0 0;
      background:none;
}

nav ul>li {
    display: inline-block;
    width: auto;
}


nav ul li a {
    display: inline;
    border-bottom: 0;
    color: #8b0000;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 400;
    padding: 8px 5px;
}
	

nav a.active, nav a:hover {
	background:none;
    font-weight: 400;
    color: #5f0000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

nav ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 3px;
  left: 0;
background: rgb(0,100,130);
background: linear-gradient(90deg, rgba(218,111,111,1) 15%, rgba(139,0,0,1) 100%);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
	
nav a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
	
nav ul li ul {
    display: none;
    position: absolute;
    background: 0 0;
    z-index: 120;
}
nav ul>li>ul>li {
    display: block;
    padding: 0;
		margin:0;
}
nav ul>li>ul {
    margin: 8px 0 0 0;
}
nav ul li:hover>ul {
    display: block;
}
nav ul>li>ul>li>a {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border-right:0;
    font-size: 1.2rem;
    background-color: rgba(255, 241, 186, 0.7);
}

nav ul>li>ul>li>a:hover {
    background-color: rgba(255, 241, 186, 0.9);
}
    
.menu-off {
    display: none;
}
    
.datenschutz {
    display: block;
    color:#8b0000;
    position: absolute;
    top:10px;
    right:30px;
    z-index: 300;
}    
    
.datenschutz a {
    color: #8b0000;
    font-size: 1.0rem;
    text-decoration: none;
    font-weight: 300;
    padding: 8px 5px;
}

.datenschutz a:hover {
    color: #8b0000;
    text-decoration: underline;
}    
  
.sprachbox-1 {
    position:absolute;
    top:10px;
    right:30px;
    z-index: 320;
}

.sprachbox-1 img {
    width:20px;
    height:auto;
    border:0;
    margin:0 0 0 7px;
    padding: 0;
}    
    
    
#logo {
  top: 5px;
  left:3%;
  width:170px;
}	

/* Telefon */
.telefon {
    position: absolute;
    top: 2px;
    right: 350px;
    text-align: right;
    z-index: 250;
    background: none;
    font-weight: 400;
}

/* Button-Grundstil */
.telefon a {
    display: inline-block;
    background-color: #3c8406;      
    color: #ffffff;                 
    padding: 4px 10px;              
    font-size: 1rem;
    text-decoration: none;
    border-radius: 6px;             
    transition: all 0.3s ease;      
}

/* Hover-Zustand */
.telefon a:hover {
    background-color: #ffffff;
    color: #3c8406;
    font-size: 1rem;
    border-color: #3c8406;
    text-decoration: none;         
}
    /*
.telefon {
    position: absolute;
    top:10px;
    right:420px;
    width: 30%;
    text-align: right;
    z-index: 250;
    font-weight: 700;
    background:none;
}

.telefon a {
    display: block;
    margin-top:inherit;
    color: #3c8406;
    font-size:1.0rem;
    text-decoration: none;
}

.telefon a:hover {
    color: #3c8406;
    font-size:1.0rem;
    text-decoration: underline;
}     */
    
    
    
.imgr {
	width:400px;
	margin: 0 0 25px 25px;
} 

.imgl {
	width:400px;
	margin: 0 25px 25px 0;
} 
    
.content h1 {
	font-size:3.4rem;
    line-height: 4.8rem;
}

.content h2 {
	font-size:3.4rem;
    line-height: 4.4rem;
}
    
.content h3 {
	font-size:3.4rem;
    line-height: 4.2rem;
}    

.content h4 {
	font-size:3.0rem;
    line-height: 4.2rem;
}         
    
.headangebote {
	font-size:2.4rem!important;
    line-height: 3.4rem!important;             
}  
    
    
.angebot-headline {
    margin-top:100px!important;
}    
 
.row-4 {
    display:flex;
    margin-bottom:100px;
}    
    
.angebote-bg .col-2 {
    flex:1;
    width:48%;
    margin: 0 1%;
}

.col-1.content.center .introhead {
    margin-top:150px;
}   
    
.col-1.content.center .introhead-2 {
    margin-top:180px;
}

.col-1.content .introhead-2 {
    margin-top:180px;
}    
    
.row-2.text {
  position: relative;
  width:90%;
  margin:0 auto 50px auto;
  display:flex;
}     
    
.col-2.text {
  flex:1;
  width:44%;
  margin: 0 3%;         
}   
    
.col-1.text {
  width:94%;
  margin: 0 3%;         
} 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


    
 
    
.galerieimg {
    float:left;
    width: 23%;
    margin:0 2% 2% 0;
    border-radius: 8px;
    box-shadow: 2px 2px 3px rgba(133, 92, 79, 0.1);
}   


.siegel {
	width: 180px !important;
}    
    

footer {
    text-align: center;
    padding:0 0 50px 0;
    background-image: url(../images/bg/footer-bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer p {
	font-size:1.2rem;
	line-height: 1.8rem;
	margin: 0 auto;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.60);
}

 
.switch-2 {
    display: inline; 
    margin: 0 7px;
}    
  
.switch-3 {
    display: block;  
    font-size:1.0rem;
}    
    
    
    
    
    
    
   
    

.headline {
		display: inline-block;
	}	
		
	
.headline {
  -webkit-animation: flyin600;
          animation: flyin600;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
  z-index: 20;
}
	

      
    
}
	
@media (min-width:1200px) {

.verlauf-bg {
    background: rgb(255,241,186);
    background: linear-gradient(180deg, rgba(255,241,186,0) 220px, rgba(255,241,186,1) 220px);
}
    
.angebot-headline {
    margin-top:140px!important;
}  
    
    
.footer-flower {
    display: block;
    position: absolute;
    bottom:0px;
    left:0px;
    width:190px;
    height:382px;   
}  
    
.footer-flower-2 {
    display: block;
    position: absolute;
    bottom:0px;
    right:0px;
    width:219px;
    height:367px;   
}    

footer {
    min-height: 400px;
} 
    
    
.fromtop {
  padding-top:70px;      
    }    
    
    
 
 

    
.row {
	width: 80%;
	}	
	
/*.content h1 {
	font-size:4.2rem;
    line-height: 4.8rem;
}

.content h2 {
	font-size:4.0rem;
    line-height: 4.4rem;
}
    
.content h3 {
	font-size:4.0rem;
    line-height: 4.2rem;
}    

.content h4 {
	font-size:4.0rem;
    line-height: 4.2rem;
}     */
    
.content .wir-head {
    font-size: 3.0;
}    
    
.content p {
	font-size:1.7rem;
	line-height: 2.3rem;
}
    

    
form.include{
	font-size:1.7rem !important;
	line-height: 2.3rem !important;
}

.content table {
	font-size:1.4rem;
	line-height: 1.9rem;
}	
	
.content ul {
	font-size:1.7rem;
	line-height: 2.3rem;
}	

    
.content .signature {
	font-size:3.2rem;
	line-height: 4.0rem;
    margin:50px 0 70px 0;
}    
    
.content .signature2 {
	font-size:3.2rem;
	line-height: 4.0rem;
    margin:50px 0 0 0;
}
    
.col-1.content.center .introhead {
    margin-top:220px;
}    
 
.col-1.content.center .introhead-2 {
    margin-top:240px;
}

.col-1.content .introhead-2 {
    margin-top:240px;
} 
 
  
    
nav ul {
	  float:right;
      margin:40px 30px 0 0;
      background:none;
}


nav ul li a {
    font-size: 1.3rem;
}
	
nav ul>li>ul>li>a {
    font-size: 1.3rem;
}
	    
.datenschutz {
    top:15px;
    right:30px;
}    
    
.datenschutz a {
    font-size: 1.1rem;
}


  
#logo {
  top: 8px;
  left:3.5%;
  width:200px;
}	

/* Telefon */

.telefon {
    top:5px;
    right:380px;
    width: 30%;
}

.telefon a {
    font-size:1.1rem;
}

.telefon a:hover {
    font-size:1.1rem;
}      
    
.sprachbox-1 {
    position:absolute;
    top:15px;
    right:30px;
    z-index: 320;
}

.sprachbox-1 img {
    width:20px;
    height:auto;
    border:0;
    margin:0 0 0 7px;
    padding: 0;
}     
    
    
}

@media (min-width:1400px) {

   
 
 
    
    
footer {
    text-align: center;
    padding:0 0 50px 0;
}

footer p {
	font-size:1.2rem;
	line-height: 1.8rem;
	margin: 0 auto;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.60);
}



    
 .row-3 {
    width:65%;
}    
   
.row-3.startboxes {
   width:1100px; 
   right:50px;
    left:auto;

}   
   
    
    

.headline {
  -webkit-animation: flyin800;
          animation: flyin800;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
  left:-1000px;
  z-index: 20;

}
	
.headline p {
  font-size:3.9rem;

}	

.imgr {
	width:500px;
	margin: 0 0 25px 25px;
}
    
.imgl {
	width:500px;
}

nav ul {
	  float:right;
      margin:45px 30px 0 0;
      background:none;
}


nav ul li a {
    font-size: 1.4rem;
}
	
nav ul>li>ul>li>a {
    font-size: 1.4rem;
}
	    
.datenschutz {
    top:15px;
    right:30px;
}    
    
.datenschutz a {
    font-size: 1.1rem;
}


  
#logo {
  top: 9px;
  left:3.5%;
  width:240px;
}	

/* Telefon */

.telefon {
    top:5px;
    right:380px;
    width: 30%;
}

.telefon a {
    font-size:1.1rem;
}

.telefon a:hover {
    font-size:1.1rem;
}     
    
    
}

@media (min-width:1600px) {  

.angebot-headline {
    margin-top:180px!important;
}      
    
.row-4 {
    margin-bottom:150px;
}     
    
.row-3.startboxes {
   width:1100px; 
   right:5%;
    left:auto;

}     
    
.galerieimg {
    width: 14.666%;
    margin:0 2% 2% 0;
}      
  
    
    
    
.datenschutz {
    right:375px;
}     
 
nav ul {
	  float:right;
      margin:50px 30px 0 0;
      background:none;
}


nav ul li a {
    font-size: 1.5rem;
}
	
nav ul>li>ul>li>a {
    font-size: 1.5rem;
}
	    
.datenschutz {
    top:20px;
    right:30px;
}    
    
.datenschutz a {
    font-size: 1.2rem;
}


  
#logo {
  top: 6px;
  left:3.5%;
  width:303px;
}	

/* Telefon */

.telefon {
    top:10px;
    right:400px;
    width: 30%;
}

.telefon a {
    font-size:1.2rem;
}

.telefon a:hover {
    font-size:1.2rem;
}   
 
.sprachbox-1 {
    position:absolute;
    top:20px;
    right:30px;
    z-index: 320;
}

.sprachbox-1 img {
    width:25px;
    height:auto;
    border:0;
    margin:0 0 0 7px;
    padding: 0;
} 
	
	
}

@media (min-width:1800px) {    


    

nav ul {
	  float:right;
      margin:55px 50px 0 0;
      background:none;
}


nav ul li a {
    font-size: 1.5rem;
}
	
nav ul>li>ul>li>a {
    font-size: 1.5rem;
}
	    
.datenschutz {
    top:20px;
    right:50px;
}    
    
.datenschutz a {
    font-size: 1.2rem;
}


  
#logo {
  top: 10px;
  left:3%;
  width:303px;
}	

/* Telefon */

.telefon {
    top:10px;
    right:430px;
    width: 30%;
}

.telefon a {
    font-size:1.2rem;
}

.telefon a:hover {
    font-size:1.2rem;
}     
  
.sprachbox-1 {
    position:absolute;
    top:20px;
    right:50px;
    z-index: 320;
}

.sprachbox-1 img {
    width:25px;
    height:auto;
    border:0;
    margin:0 0 0 7px;
    padding: 0;
}     
    
    
}

@media (min-width:2000px) {

header {
  background-size: cover;
    height:350px;
}   
    
.verlauf-bg {
    background: rgb(255,241,186);
    background: linear-gradient(180deg, rgba(255,241,186,0) 360px, rgba(255,241,186,1) 360px);
}    
    
.row-3.startboxes {
   width:1100px; 
   right:7%;
    left:auto;

}     
    
    
    
footer {
    background-size:100%;
    min-height: 900px;
    z-index: 200;
} 


       
    

}



