
  body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 24px;
    
}
body::-webkit-scrollbar {
  width: 20px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: black;        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: white;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid black;  /* creates padding around scroll thumb */
}
html {
  scrollbar-width: 20px;
  scrollbar-color: black #fff;
}
a:link, a:visited {
    color: #0000FF;
}
a:active, a:hover {
    color: #800080;
}

.clear {
    clear: both;
}
.wrapper {
    width: 100%;
    height: auto;
    margin: -20px 0 60px 0;
    background-color: #D7D4E6;
    font-family: Verdana;
    font-size: 24px;
    z-index: 10;
}
.contentwrap {
    width: 90%;
    height: auto;
    margin: 200px auto;
}
.kopf {
    position: fixed;
    width: 100%;
    height: 200px;
    top: 0;   
    z-index: 1000;
    background-color: #FFF;
    -webkit-box-shadow: 0px 10px 30px grey;
-moz-box-shadow: 0px 10px 30px grey;
box-shadow: 0px 10px 30px grey;
}

.kopf-v, .bild2 {
    display: none;
}
.kopf img {
    width: 100%;
    height: auto;

}
#slider {
    width: 100%;
    margin-top: 200px;
}
.spruch{
    width: 100%;
    line-height: 0.4;
    font-family: 'Charm', cursive;
    font-size: 48px;
    background-color: #FFFFFF;
    margin-top: -12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

h2 {
    font-family: 'bernhard-tango', cursive;
    font-size: 60px;
    display: inline;
     line-height: 50px;
}

section {
    width: 90%;
    margin: 10px auto;
    font-family: Arial;

}
article {
    width: 90%;
    margin: 20px 5%;
}
article img, .flipper {
    width: 30%;
    min-width: 400px;
    float: left;
    margin: 10px 40px;


   /* For Firefox and Chrome */
-moz-box-shadow: 0px 0px 40px #000;
-webkit-box-shadow: 0px 0px 40px #000;
 box-shadow: 0px 0px 40px #000;

 /* for IE */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=600, Color='#000000')";
}
 article ul li{
      width: 100%;
      margin: 20px auto;
      list-style-position: inside;
      padding-left: 40%;
  }
 aside {
     margin: 40px auto;
     
 }
 @font-face {
    font-family: 'bernhard-tango';
    src: url('bernhard-tango.otf') ;
}
main {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
 .block {
    width: 95%;
    margin: 0 auto;

}
.block img {
    width: 20%;
    float: left;
    margin: 0 20px 30px;
}
.block a {
    text-decoration: none;
    color: #000000;
}
p {
    font-family: bernhard-tango;
    font-size: 40px;;

}

.header {
     width: 100%;
     height: auto;
}
 .ruecklink {
     font-family: 'Nunito', sans-serif;
     font-size: 24px;
     font-weight: bold;
     margin-left: 65%;
 }
.ruecklink a{
     font-family: 'Nunito', sans-serif;
     font-size: 24px;
     font-weight: bold;
    
     color: #0000FF;

 }

.formfoot1 {
     width: 20%;
     font-family: Arial;
     font-size: 24px;     
     min-width: 180px;
     float: left;
     margin-left: 3%;
   
}
.formfoot2 {
     width: 35%;
     font-family: Arial;
     font-size: 24px;
     min-width: 310px;
     float: left;
     margin-left: 3%;
     
}
 .formfoot3 {
    margin-left: 3%;
    width: 30%;
    min-width: 120px;
    font-family: Arial;
     font-size: 24px;   
    float: left;
   
  }
.formfoot3 img {
    width: 20%;
    height: auto;
    margin-top: 10px;
    margin-left: 2%;
    float: right;
    min-width: 80px;
    
} 
.footer {
    background-image: url(../images/h-2-fuss.jpg);
    padding: 20px ;
    margin-top: 50px;
    margin-bottom: 5px;
    color: #E6E6E6;
    width: 100%;
    height: auto;
      display: flex;
      flex-wrap:wrap;
     -webkit-box-shadow: 0px -10px 20px grey;
-moz-box-shadow: 0px -10px 20px grey;
box-shadow: 0px -10px 20px grey; 

}
.formfoot2 a {
    background-color: #fff;
    border: 5px solid #D7D4E6;
}
	.marquee {
		max-width: 100vw; /* iOS braucht das */
		white-space: nowrap;
		overflow: hidden;
		/* hier evtl. noch font-size, color usw. */
		
		font-family: bernhard-tango;
		font-size: 20px;
	}

	.marquee span {
		display: inline-block;
		padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
		animation: marquee 20s linear infinite;
font-family: bernhard-tango;
		font-size: 40px;
	}

	/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
	.marquee span:hover {
		animation-play-state: paused 
	}

	/* Make it move */
	@keyframes marquee {
		0%   { transform: translateX(0); }
		100% { transform: translateX(-100%); }
	}
	
.hoch {
    width:40px;
    height: auto;
    bottom: 5px;
    position: fixed;
    right: 5px;
}
.hoch img {
    width: 100%;
    height: auto;
}
#arbeit {
    width: 213px;
    height: 170px;
    position: fixed;
    top: 250px;
    right: 10px;z-index: 1000;
    line-height: 0.8;
}
 @media only screen and (min-width: 1171px)and (max-width: 1480px) {
  .kopf {
      height: 150px;
  }
  #slider {
      margin-top: 150px;
  }
  h2 {
      font-size: 50px;
      line-height: 40px;
  }
   article {
     font-size: 22px;
 }
   article img, .flipper {
      width: 40%;
  }
 .contentwrap {
     margin-top: 180px;
 }
 .formfoot1, .formfoot2, .formfoot3 {
     font-size: 20px;
 }

 }
@media only screen and (min-width: 681px) and (max-width: 1170px)
 {
 body {
     font-size: 20px;
 }
 .kopf {
      height: 130px;
  }
.kopf-v {
    display: block;
    width: 100%;
    height: auto;
}
.kopf-v img {
    width: 100%;
    height: auto;
}
#slider {
    margin-top: 320px;
}
   .bild1 {
     display: none;
     }
     .bild2 {
         display: block;
     }
.wrapper,  #slider {
      margin-top: -20px;
  }
.contentwrap {
    margin-top: 0;
}
  h2 {
      font-size: 35px;
      line-height: 20px;
  }

  article {
      width: 100%;
      margin: 20px auto;
      font-size: 18px;

  }
  article img{
      width: 50%;
  }
   article ul li{
    font-size: 18px;
  }
  .formfoot1, .formfoot2 {
     width: 40%;
     min-width: 220px;
  }
  .formfoot3 {
      width: 70%;
      margin: 20px auto;
      float: none;
  }
 
.ruecklink a {
    font-size: 20px;
} 
}

@media only screen and (min-width: 681px) and (max-width: 900px) {
 .flipper{
     float: none;    
 }
 article ul li {
     padding-left: 15%;
  }  
}



  @media only screen and (max-width: 680px) {
body, wrapper, section, article{
    font-size: 14px;
}
  h2 {
     font-size: 25px;
     line-height: 18px;
    
 }

.kopf {
      height: 80px;
  }
 .kopf-v {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.kopf-v img {
    width: 100%;
    height: auto;
}
   .bild1 {
     display: none;
     }
     .bild2 {
         display: block;
     }
#slider {
    margin-top: 550px;
}
.wrapper,  #slider {
      margin-top: -20px;
  }
 article img, .flipper {
    width: 60%;
    float: none;
    margin: 10px auto;
    min-width: 300px; 
  }
.formfoot1, .formfoot2, .formfoot3 { 
    width: 80%;
    min-width: 200px;
    font-size: 18px;
    margin: 10px auto;
} 
.marquee span{
    font-size: 30px;
}

.contentwrap {
    margin-top: 20px;
   
} 
.ruecklink a {
    font-size: 16px;
    margin-left: 50%;
} 
  }