* { margin:0; padding:0; }


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 18, 2021 */

@font-face {
    font-family: 'merriweather';
    src: url('fonts/merriweather-black-webfont.woff2') format('woff2'),
         url('fonts/merriweather-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('fonts/merriweather-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/merriweather-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'merriweather';
    src: url('fonts/merriweather-bold-webfont.woff2') format('woff2'),
         url('fonts/merriweather-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('fonts/merriweather-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/merriweather-bolditalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'merriweather';
    src: url('fonts/merriweather-italic-webfont.woff2') format('woff2'),
         url('fonts/merriweather-italic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'merriweather';
    src: url('fonts/merriweather-light-webfont.woff2') format('woff2'),
         url('fonts/merriweather-light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('fonts/merriweather-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/merriweather-lightitalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'merriweather';
    src: url('fonts/merriweather-regular-webfont.woff2') format('woff2'),
         url('fonts/merriweather-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'merriweather', serif; 
}

:root {
  --navbreite: 450px;

}

h1 { color: #a30a1a; font-size: 2em; font-weight: 300; text-align: left; width: 650px; padding-top: 40px; }
h2 { color: #777777; font-size: 1.5em; font-weight: 300; text-align: left; width: 650px; padding-top: 20px; }
h3 { color: #777777; font-size: 1.25em; font-weight: 600; text-align: left; width: 650px; }
h4 { font-size: 1.25em; text-align: left; color: #a30a1a; font-weight: 300; margin-bottom: 20px; }
h5 { color: #a30a1a; width: 650px; font-size: 1.05em; text-align: left; font-weight: 300; margin-bottom: 0px; }
h6 { color: #a30a1a; font-size: 1.25em; font-weight: 600; }

.datenschutzliste ul { list-style-type: square; position: relative; z-index: -100; }
.datenschutzliste ul li { display: list-item; float: inherit; }
.datenschutzliste b { color: #a30a1a; }
.datenschutzliste li.alt { color: #bbb; }

#seitenname { text-shadow: 1px 1px 5px #444; background-color: none; color: #fff; padding: 127px 0px 0px 27px; font-size: 2em; text-align: left; z-index: 100000; }
.seitennamecont { display: block; width: 100%; align-items: center; }

table {
  color: #777777; font-size: 0.9em; line-height: 1.6em; padding: 30px 40px 40px 40px; width: 650px; text-align: left; font-family: 'merriweather', serif; 
  border-collapse: collapse; /* Schöne Rahmen */
}

th, td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
  font-weight: 100; 
}
th { font-weight: 600; }

.fling-minislide {width:100%; height:100vh; overflow:hidden; position:absolute; top: 0px; left: 0; z-index: -1000; justify-content: center; display: flex; align-items: center; }
.fling-minislide img{ position:absolute; animation:fling-minislide 35s infinite; opacity:0; width: 100%; height: auto; left: 0; }

@keyframes fling-minislide {25%{opacity:1;} 40%{opacity:0;}}
.fling-minislide img:nth-child(5){animation-delay:0s;}
.fling-minislide img:nth-child(4){animation-delay:7s;}
.fling-minislide img:nth-child(3){animation-delay:14s;}
.fling-minislide img:nth-child(2){animation-delay:21s;}
.fling-minislide img:nth-child(1){animation-delay:28s;}


/* CSS fuer Kontaktformular */
   

    .container {
      max-width: 600px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .success {
      background: #d4edda;
      color: #155724;
      padding: 10px;
      border-radius: 5px;
      margin-bottom: 15px;
      text-align: center;
    }

    label {
      display: block;
      margin-top: 15px;
      font-weight: normal;
	  color: #777777;
    }

    input, textarea {
      width: 96%;
      padding: 10px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
    }

    textarea {
      min-height: 120px;
    }

    button {
      margin-top: 20px;
      width: 100px;
      padding: 12px;
      background: #a30a1a;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
    }

    button:hover {
      background: #60060f;
    }

/* Ende Kontaktformular */


/* Altersabfrage */

#age-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}




.age-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  width: 400px;
  
}

.age-box p { font: color: #777777; font-size: 0.9em; line-height: 1.6em; padding: 0px 0px 0px 0px; white-space: normal; }

.buttons {
  margin-top: 20px;
}

.buttons button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}

#yes-btn {
  background-color: #4CAF50;
  color: white;
}

#no-btn {
  background-color: #f44336;
  color: white;
}

p.hinweis { font-size: 0.7em; }
/* Altersabfrage Ende */


.logo { margin: 7px 20px 10px 30px; width: 190px; }
.headline { color: #555; font-size: 1.4em; width: 70%; }

#download { width: 590px; margin: 40px 0 40px; border: solid 1px #969696; color: #777777; font-size: 0.9em; line-height: 1.6em; padding: 30px 30px 30px 30px; text-align: left; }
#download hr { width: 590px; margin: 5px 0 10px; border-bottom: 1px dotted #969696; }

#tabelle { width: 650px; border-collapse: collapse; margin: -10px 0px 0px 0px; }
table, td, th { border: solid 1px; font-size: 0.9em; padding: 0.6em; }

.sprung { scroll-margin-top: 105px; }
a:link { color: #a30a1a; font-weight: 600; text-decoration: none; }
a:visited { color: red; }
a:active { color: red; }
a:hover { color: black; }

.content { width: 100%; padding-bottom: 20px; }
.content p { color: #777777; font-size: 0.9em; line-height: 1.6em; padding: 30px 40px 40px 40px; width: 650px; text-align: left; }
.spaltendiv { width: 650px; background-color: none; margin-top: 30px; margin-bottom: 0px; }
.spalte1 { width: 325px; height: 140px; background-color: none; padding: 0px; margin: 0px; float: left; }
.spalte2 { width: 100%; height: 140px; background-color: none; padding: 0px; margin: 0px; }

ul { text-align: left; width: 620px; color: #777777; font-size: 0.9em; line-height: 1.6em; padding: 0; margin-top: -1.6em; margin-bottom: 0.5em; }
.inside { list-style-position: outside; list-style-type: square; }


ul.pdf {
    list-style-image:url(pics/pdf.png);
    list-style-position: inside; 
    padding: 20px 40px 40px 10px;
}

ul.pdf li {
	color: red; 
    line-height: 20px;
    padding-bottom: 20px; 
}


.schalter 
{ 	padding: 20px 20px 20px 70px;
	background-color: none;
	background-image: url(pics/pdf.png);
	background-repeat: no-repeat; 
	background-position: 0px center; 
	line-height: 60px;
	margin: 0px;
}
 .button { 
 padding: 15px 100px; 
 margin:10px 4px; 
 color: #eee; 
 font-family: sans-serif; 
 text-transform: uppercase; 
 text-align: center; 
 position: relative; 
 text-decoration: none; 
 display: inline-block; 
 border: solid 1px;
 }
 
 
      .button::before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: -1;
      -webkit-transform: scaleY(.1);
      transform: scaleY(.1);
      transition: all .4s;
      
      }
      .button:hover{
      color:#fff;  
      
      }
      .button:hover::before{
      opacity: 1;
      background-color: #B70718;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
      transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
      }


.bilder { width: 650px; background-color: none; padding: 0px; margin-top: -10px; border: 0px; }
.bild { padding: 0px; margin: 0px; border: 0px; width: 323px; }
.bild_quer { padding: 0px; margin-bottom: 5px; border: 0px; width: 100%; }
.logos { padding: 0px; margin-top: 25px; border: 0px; width: 650px;}
img { padding: 0px; margin: 0px; }

.flex { 
    display: flex; 
    justify-content: left; 
    align-items: center;
   
}

.burgerbutton { width: 40px; }

.haupt {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0;
  
  
  }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #333;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 90px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.1em;
  color: #818181;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav a.aktiv { color: white; }


.sidenav .closebtn {
  position: absolute;
  top: 11px;
  right: 22px;
  font-size: 66px;
  margin-left: 50px;
}

#main {
  top: 0;
  
  /* transition: margin-left .5s; */
  width: 100%;
  padding: 0px 0px 0px 0px;
  position: fixed;
  background-color: #f0e8dd;
  min-height: 80px;
}

#button { position: absolute; top: 35px; right: 30px; }

@media screen and (max-width: 1100px) {
	.headline { width: 60%; }
}


@media screen and (max-width: 750px) {
 h1 { width: 320px; }
 h2 { width: 320px; }
 h3 { width: 320px; }
 h4 { width: 320px; }
 h5 { width: 320px; }
 
 input, textarea {
      width: 93%;
    }
 
 .seitennamecont { display: block; width: 100%; align-items: center; }
 #seitenname { font-size: 1.5em; padding: 110px 0 0 0; width: 320px; text-align: left; display: none; }
 .headline { display: none; }
 .logo { width: 150px; }
 
 .sprung { scroll-margin-top: 75px; }
 .content p { width: 320px; }
 
 table { width: 320px; }
 th, td { font-size: 0.8em; }
 
 ul { text-align: left; width: 290px; color: #777777; }
 
 #button { position: absolute; top: 23px; right: 28px; }
 #main { min-height: 50px; }
 #download { width: 260px; padding: 15px 20px 20px 20px; }
 #download hr { width: 260px; margin: 10px 0 10px; }
 
 #tabelle { width: 300px; font-size: 0.5em; }
 
 .haupt { height: 60vh; }
 
.fling-minislide {width:100%; height:54vh; overflow:hidden; position:absolute; top: 50px; left: 0; z-index: -1000; justify-content: center; display: flex; align-items: center; }
.fling-minislide img { position: absolute; animation: fling-minislide 35s infinite; opacity:0; width: auto; height: 100%; top: 0px; object-fit: cover; left: auto; }
 
 .sidenav .closebtn {
  position: absolute;
  top: -2px;
  right: 22px;
  font-size: 60px;
  }
  .bilder { width: 300px; background-color: none; padding: 0px; margin: 0px; border: 0px; }
  .bild { padding: 0px; margin-bottom: 5px; border: 0px; width: 100%; }
  .logos { padding: 0px; border: 0px; width: 300px;}
  
  	.spaltendiv { width: 300px; background-color: none; margin-top: 30px; margin-bottom: 0px; }
	.spalte1 { width: 100%; background-color: none; padding: 0px; margin-bottom: 20px; float: left; }
	.spalte2 { width: 100%; background-color: none; padding: 0px; margin-bottom: 20px; clear: both; }

 }
