/* raleway-200 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/raleway-v28-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/raleway-v28-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/raleway-v28-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/raleway-v28-latin-200.woff') format('woff'), /* Modern Browsers */
         url('/fonts/raleway-v28-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/raleway-v28-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-300 - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
         url('/fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-regular - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-500 - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/raleway-v28-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/raleway-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/raleway-v28-latin-500.woff') format('woff'), /* Modern Browsers */
         url('/fonts/raleway-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/raleway-v28-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
  }

  /* dancing-script-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/dancing-script-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/dancing-script-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/dancing-script-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/dancing-script-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/dancing-script-v24-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}
  
* {
    margin: 0;
    padding: 0;
}
body, html {
    width:100%;
    height: 100% !important;
    scroll-behavior: smooth;
    
}
body {
    margin: 0;
    font-family: 'Raleway', Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight:300;
    font-size: 16px;  
}
/* Puls Button */
.puls-div{
    position: absolute;
    top:87%;
    width:100%;
    height:1px;
    text-align: center;
}
.puls-btn {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 15px #1c1d1c;
    background-color: #49894d;
    animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
    z-index: 400;
    cursor: pointer;
  }
  
  .puls-btn::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -8px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #49894d;
    animation: ring-pulse 2s ease-out;
    animation-iteration-count: infinite;
  }
  
  .puls-btn::after {
    content: "↓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  
  @keyframes pulsate {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes ring-pulse {
    0% {
      transform: scale(0.5);
      opacity: 1;
    }

    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  
.cookie{
    position:fixed;
    z-index:1000;
    bottom:5px;
    font-size:12px;
    left:5px;
    color:black !important;
    text-decoration:none !important;
}
.cookie:hover{
    text-decoration:underline;
    color:#6c7c98;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
    clear: both;
}
.background-slider {
    position: relative;
    top:0;
    width: 100%;
    height:100%;
    overflow: hidden;
    z-index: -1;
    background-color: #000;
}
.bg-fixed{
    position: relative;
    top:0;
    width: 100%;
    height:100%;
    overflow: hidden;
    z-index: 0;
    background-color: #000;
}
figure {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;    
    animation: fade 15s infinite ;
    -o-animation: fade 15s infinite ;
    -moz-animation: fade 15s infinite ;
    -webkit-animation: fade 15s infinite ;
}
.pic-1 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    background: url(/Bilder/bg/bg-1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
.pic-2 {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    background: url(/Bilder/bg/bg-2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
.pic-3 {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    background: url(/Bilder/bg/bg-3.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
.pic-4, .pic-5, .pic-6, .pic-7, .pic-8{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
    filter:opacity(0.8);
}
.pic-4 {
    background: url(/Bilder/bg/besteck.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
.pic-5 {
    background: url(/Bilder/bg/bg-2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
.pic-6 {
    background: url(/Bilder/bg/impressum.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
.pic-7 {
    background: url(/Bilder/bg/kontakt.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
.pic-8 {
    background: url(/Bilder/bg/speiseplan.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
@keyframes fade {
    0%      { opacity: 0; }  /** fadeIn beginnt            **/
    11.11%  { opacity: 1; }  /** Bild steht                **/
    33.33%  { opacity: 1; }  /** Bild bleibt zwei Sekunden **/
    44.44%  { opacity: 0; }  /** fadeOut beendet           **/
    100%    { opacity: 0; }
  }

.dampf{
    width:100%;
    height:120px;
    position:relative;
    margin-top:-115px;
    background:url(/Bilder/bg/dampf.png) left top;
    background-size:cover;
}

.container {
    position: relative;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding:0 0 80px 0;
}
.row {
    width: 96%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*=col-] {
    float: left;
	word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col-1 {
    margin-top: 20px;
    width: 100%;
}
.col-2 {
    margin-top: 20px;
    width: 100%;
}
.col-3 {
    margin-top: 20px;
    width: 100%;
}
.form .btn-small{
    margin: 10px;
    padding:4px 9px;
    color:white !important;
    background-color: #49894d;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-size:20px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 15px;
    outline:none;
    border:none;
    transition: ease-in-out 0.3s;
    box-shadow: 0 0 3px #242a24;
    cursor: pointer;
}
.form .btn-small:hover{
    box-shadow:0 0 15px #242a24;
}
.gap{
    margin-top:100px;
}
.container h1 {
    letter-spacing: -.005em;
    margin:0 20px 25px 20px;
    color:#49894d;
    font-size: 1.9rem;
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.container h2, h3, h4 {
    letter-spacing: -.005em;
    margin: 0 20px;
    color: #49894d;
    font-size: 1.8rem;
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
}


.container p {
    color: #5e5e5e;
    line-height: 1.7em;
    font-size: 1.1rem;
    font-style: normal;
    margin: 20px;
    font-weight: 400;
    tab-size: 4;
}
.container p a {
    color: #3161c9;
    text-decoration: underline;
}
.container ul {
    color: #5e5e5e;
    line-height: 1.7em;
    font-size: 1.1rem;
    font-style: normal;
    margin: 20px;
    font-weight: 400;
}
.container ul li{
    list-style-type: none;
}
.container ul li::before{
    content: '\25B8 \2009';
  }
.container #dateList li::before{
    content: '';
}

a {
    color: white;
    text-decoration: underline;
}
.pdf-viewer{
    width:100%;
    height:auto;
    margin:20px auto 70px auto;
    box-shadow: 0 0 5px #505050;
}
.pdf-viewer iframe{
    width:100%;
    height:100vh;
    border-radius: 7px;
}
 a.download-btn{
    text-decoration:none !important;
    color:white !important;
    text-transform: uppercase;
    font-weight: 200;
}
.download-btn{
    position: absolute;
    left:50%;
    transform: translate(-50%, 0);
    padding:10px 20px;
    border-radius:25px;
    box-shadow:0 0 5px #505050;
    color:white;
    background:rgb(73, 137, 77);
    text-decoration: none;
    transition: ease-in-out 0.3s;
}
.download-btn:hover{
    box-shadow: 0 0 15px #505050;
}
/*Trennungsbild*/
[class*=cutting-img-]{
    width:100%;
    height:150px;
    background-attachment: fixed;
    box-shadow: inset 0 0 15px #505050;
}
.cutting-img-1{
    background: url(/Bilder/bg/start1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
.cutting-img-2{
    background: url(/Bilder/bg/start2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: local;
    -webkit-overflow-scrolling: touch is not used;
}
/*Trennlinie*/

.rowline{
    border: 0;
    height: 1px;
    z-index: 600;
    width:100%;
    clear:both;
    position: relative;
    top:30px;
    margin-bottom:30px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 3%), rgba(110, 110, 110 , 75%), rgba(0, 0, 0, 3%));
  }

/*Menu & Logo*/
#logo {
    position: fixed;
    top: 5px;
    left: 50%;
    width: 100px;
    height: auto;
    z-index: 700;
    transform: translate(-50%,0);
}
.logoimg {
    position: relative;
    top: 0;
    left:0;
    width: 100%;
    height: auto;
}

.nav{
    width: 100%;
    height: 80px;
    background:url(/Bilder/bg/menu-bg.jpg) center center;
    background-size: cover;
    position: fixed;
    top:0;
    z-index:600;
    box-shadow: 0 0 15px black;
}

input#hamburg {
    display: none;
}
label.hamburg {
    display: block;
    background: 0;
    width: 55px;
    height: 55px;
    position: fixed;
    top: 12px;
    right: 20px;
    cursor: pointer;
    z-index: 700;
}
.line {
    position: absolute;
    left: 6px;
    height: 4px;
    width: 40px;
    background: white;
    border-radius: 2px;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .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: auto;
    background:url(/Bilder/bg/menu-bg.jpg) center center;
    background-size: cover;
    top: 80px;
    left: -105%;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0;
    padding: 15px 0 0 0;
    z-index: 500;
}

nav li {
    width: 100%}
nav ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2rem;
    padding: 20px;
    border-bottom: 1px #fff dotted;
    color: #fff;
    text-decoration: none;
}
nav ul li ul li{
    background:rgba(0,0,0,0.4);
}
nav a.active, nav a:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#hamburg:checked~#move {
    left: 0;
}
.mobil-menu {
    display: none;
}
/* News */
.news{
    position:fixed;
    top:80px;
    width:100%;
    background:rgba(183, 0, 0, 0.8);
    overflow: hidden;
    z-index: 200;
}

marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: white;
    font-size:1.2rem;
    padding: 10px 0;
    box-sizing: border-box;
}

.borderbottom {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px #999 dotted;
}
.bordertop {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px #999 dotted;
}

.center {
    text-align: center;
}
.container .red{
    color:#b70000;
}
.container .green{
    color:rgb(2, 136, 0);
}

.justify{
    text-align: justify;
}
.imgr {
    float: right;
    width:23%;
    height: auto;
    margin: 10px;
    border-radius: 3px;
}

.footer{
    position: relative;
    z-index: 110;
    width:100%;
    height: auto;
    padding:30px 0;
    background:url(/Bilder/bg/footer.jpg) left bottom;
    background-size:cover;
    text-align: center; 
    color:white;
    font-size: 1.1rem;
    line-height: 1.7rem;
    box-shadow: 0 0 15px black;
}
.footer h3{
    color:white;
    font-size:2.3rem;
}
.footer-line{
    border: 0;
    height: 1px;
    z-index: 600;
    width:300px;
    clear:both;
    position: relative;
    margin:5px auto 15px auto;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.05));
  }
.brands{
    position: relative;
    height:35px;
    width:35px;
    display: inline-block;
    text-decoration: none;
    padding:25px 15px 15px 15px;
}

.brands img{
    width:100%;
    height:auto;
}

.cookie {
  position: fixed;
  bottom: 5px;
  left: 7px;
  color: white !important;
  mix-blend-mode: difference;
  z-index: 200;
  font-size: .6rem;
  font-weight: 700;
}

.frame-iframe {
    position: relative;
    width:100%;
    height:80vh;
    border-radius: 7px;
    margin:25px 0;
    box-shadow: 0 0 5px #505050;
    overflow: hidden;
}
.iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border:none;
    outline:none;
    border-radius:7px;
}
/*Klappe Ueberblick*/

.frame-view{
    width:auto;
    display:inline-block;
    position:fixed;
    z-index: 500;
    top:25vh;
    right:-303px;
}
  
.overview{
    background-color:white;
    position:relative;
    right:0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 20px 15px;
    border:solid 1px darkgrey;
}
  
#overview-button:checked ~ .overview{
    right:303px;
}
.overview p{
    padding:10px 5px;
}
.overview a{
    color:black;
    text-decoration: underline;
}
.overview h3, .overview h4, .overview p{
    margin-left:15px;
}
/*uebrblick-Button*/

.view-button{
    background:rgba(73, 137, 77, 0.7);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width:30px;
    top:16.5px;
    padding:6px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    float: left;
    right:45px;
    position: relative;
    transform: scale(2);
}

.view-button::before{
    content: '?';
    color:white;
}

#overview-button:checked + .view-button::before {
    color:white;
    right:45px;
    content:'\2715';
}

#overview-button:checked + .view-button {
    color:white;
    right:348px;
}
.ausklappen{
    display:none;
}
.view-button{
    text-align:center;
    justify-content:center;
    align-items: center;
}
/*Bildergalerie*/
.bildergalerie{
    margin-inline:auto;
    width:min(95%,1200px);
    background-color:none;
    align-items: center;
    text-align: center;
    z-index: 1;
    padding-top:50px;
    padding-bottom:10px;
}

.bildergalerie .quadrat{
    display: inline-block;
    width:270px;
    height: 270px;
    overflow: hidden;
    margin: 10px 10px;
    background-color:none;
    border-radius: 3px;
}

.bildergalerie .rechteck{
    display: inline-block;
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin: 10px 10px;
    background-color:none;
    border-radius: 3px;
}

.bildergalerie a img {
    width:100%;
    height: 270px;
    object-fit: cover;
}

.error{
    background: url(/Bilder/bg/bg-1.jpg) no-repeat center center;
    height: 90%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.error-overlay{
    background: rgba(0,0,0,0.7);
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    z-index: 20;
}
.error-text{
    width:100%;
    height: auto;
    position: absolute;
    top:0;
    text-align: center;
    padding-top:20%;
    z-index: 30;
}
.error-text h1, .error-text p{
    letter-spacing: -.005em;
    font-size: 1.9rem;
    font-weight: 300;
    color:white;
    margin:25px;
}
.error-text p{
    color: white;
    line-height: 1.7em;
    font-size: 1.1rem;
    font-style: normal;
    margin: 20px;
    font-weight: 400;
}

.homebutton{
    margin-top:30px;
    padding:10px;
    border: solid 1px white;
    border-radius: 30px;
    color:white;
    text-decoration: none;
    transition: ease-in-out 0.3s;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
}
.homebutton:hover{
    box-shadow: 0 0 15px white;
}
/*Kontaktformular*/
.form .row {
    width: 100%;
}
.form{
    width:calc(100% - 60px);
    height: auto;
    border:none;
    box-shadow: 0 0 5px #505050;
    margin: 25px auto;
    padding:10px;
    border-radius: 7px;

}
.fieldset{
    width:100%;
    border:none;
    padding:5%;
    position: relative;
    box-sizing:border-box;
    overflow: hidden;
}
.form-control{
    border-radius:5px;
    padding:10px;
    border:1px solid lightgrey;
    color:black;
    box-shadow:0 0 1px #49894d;
    transition: ease-in-out 0.3s;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-size:1.1rem;
}
.form-control:focus{
    box-shadow:0 0 10px #49894d;
    outline:none;
}
.form select{
    width:50%;
}
.form input, .form textarea{
    width:90%;
}
.form button{
    margin-top:20px;
    padding:15px 25px;
    color:white;
    background-color: #49894d;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-size:1.1rem;
    text-transform: uppercase;
    border-radius: 25px;
    outline:none;
    border:none;
    transition: ease-in-out 0.3s;
    box-shadow: 0 0 3px #242a24;
    
}
.form button:hover{
    box-shadow:0 0 15px #242a24;
}


.email-repeat{
    visibility: hidden;
}

/* Togglebutton Eltern Portal */
#lastdate, #for-lastdate {
    display:none;
    width:200px;
}
#firstdate {
    width:200px;
}
/* Styles for the label */
label[for="checkbox"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide the default checkbox */
label[for="checkbox"] input[type="checkbox"] {
    display: none;
}

/* Styles for the button */
label[for="checkbox"] .togglebutton {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

/* Styles for the button when checked */
label[for="checkbox"] input[type="checkbox"]:checked + .togglebutton  {
    background-color: #49894d;
}

label[for="checkbox"] input[type="checkbox"]:checked ~ #lastdate {
    display:block;
}
label[for="checkbox"] input[type="checkbox"]:checked ~ #for-lastdate {
    display:block;
}
#for-firstdate::after{
    content:"Abmeldedatum:";
    width:200px;
    display: block;
}
label[for="checkbox"] input[type="checkbox"]:checked ~ #for-firstdate::after {
    content: "Startdatum:";
}
/* Styles for the inner circle */
label[for="checkbox"] .togglebutton:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

/* Styles for the inner circle when checked */
label[for="checkbox"] input[type="checkbox"]:checked + .togglebutton:before {
    transform: translateX(26px);
}
/*Tabelle*/
.table{
    width:100%;
    height:auto;
    word-wrap: break-word;
}
.table th, .table td{
    padding:7px;
    border:solid 1px darkgrey;
    word-wrap: break-word;
}
@media (min-width:656px){
    .bildergalerie .rechteck{
        width: 564px;
    }
}
@media (min-width:768px){
    .cookie{
        bottom:10px;
        font-size:14px;
    }
    .silhouette{
        height: 203px;
        width:100%;
        background: url(/Bilder/bg/silhouette.png) no-repeat;
        background-position:bottom center;
        background-size: contain;
        position: absolute;
        bottom:0;
        z-index: 400;
    }
    .col-2{
        width:50%;
        flex: 1;
        display: flex;
    }
    .nav{
        height:0;
    }
    label.hamburg {
        display: none;
    }
    #move {
        position: fixed;
        top:0;
        left:0;
        height:55px;
        width: 100%;
        background:url(/Bilder/bg/menu-bg.jpg) center center;
        background-size: cover;
        text-align: center;
        margin: 0;
        padding: 0;
        box-shadow:0 0 15px black;
    }
    nav ul {
        background-color: none;
        margin: 0 8px 0 0;
    }
    nav ul>li {
        display: inline-block;
        padding: 18px 0px;
        width: auto;
        margin: 0 -5px 0 0;
        border-right: 1px solid white;
    }
    nav ul>li:nth-of-type(3){
        margin-right:120px;
        border-right:none;
    }

    nav ul>li:first-of-type{
        border-left:1px solid white;
    }
    nav ul li a {
        display: inline;
        border-bottom: 0;
        color: #fff;
        font-size: 0.95rem;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 400;
        padding: 18px 5px;
    }
    nav a.active, nav a:hover {
        background: #fff;
        color: #000;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    nav ul li ul {
        display: none;
        position: absolute;
        background: 0 0;
        z-index: 120;
    }
    nav ul>li>ul>li {
        display: block;
        padding: 0;
        background:url(/Bilder/bg/menu-bg.jpg) center center;
        background-size:cover;
        filter:grayscale(0.5);
        border-right:none;
        border-left:none;
    }
    nav ul>li>ul>li:first-of-type {
        border-left:none;
    }

    nav ul>li>ul {
        margin: 18px 0 0 0;
    }
    nav ul li:hover>ul {
        display: block;
    }
    nav ul>li>ul>li>a {
        display: block;
        background:none;
        border-bottom: 1px #fff dotted;
        -webkit-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, .45);
        box-shadow: 0 5px 8px 0 rgba(50, 50, 50, .45);
        padding-left: 5px;
        padding-right: 5px;
    }
    .pic-1, .pic-2, .pic-3,.pic-4, .pic-5, .pic-6, .pic-7, .pic-8{
        background-attachment: fixed;
    }
    .cutting-img-1, .cutting-img-2{
        background-attachment: fixed;
    }
    .rufbereitschaft{
        display: flex;
        float: left;
    }
}
@media (min-width:890px) {
    #move {
        height:57.5px;
    }
    nav ul>li:nth-of-type(3){
        margin-right:70px;
    }
    nav ul>li:nth-of-type(4){
        margin-left:70px;
    }
    nav ul li a {
        font-size: 1.1rem;
        padding:18px 7px;
    }
    .overview{
        right:303px;
    } 
    #overview-button:checked ~ .overview{
        right:0;
    }
    .view-button{
        right:348px;
    }
    .view-button::before{
        content: '\2715';
        color:white;
    }
    #overview-button:checked + .view-button::before {
        right:348px;
        content:'?';
    }
    #overview-button:checked + .view-button {
        right:45px;
    }
}
@media (min-width:1024px) {
    .col-3{
        width:33.3333%;
    }
    #move {
        height:73px;
    }
    #logo{
        width:130px;
    }
    nav ul>li:nth-of-type(3){
        margin-right:80px;
    }
    nav ul>li:nth-of-type(4){
        margin-left:80px;
    }
    nav ul>li{
        padding: 25px 0px;
    }
    nav ul li a {
        font-size: 1.2rem;
        font-weight: 300;
        padding: 25px 10px;
    }
    nav ul>li>ul {
        margin: 25px 0 0 0;
    }
    nav ul>li>ul>li>a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .container h1 {
        font-size: 2.4rem;
    }
    .container h2, h3, h4 {
        font-size: 1.9rem;
    }
    
    .container p {
        font-size: 1.2rem;
    }
    .container ul {
        font-size: 1.1rem;
        margin: 20px 20px 20px 60px;
    }
    .row{
        width:1000px;
    }
    .form input{
        width:50%;
    }

}

@media (min-width:1065px){
    nav ul>li>a{
        padding: 25px 15px;
    }
}