html {
  border: solid 3px  #333333;
  height: auto;
 
  background-image: url("bilder/hintergrund.png");
  
}
.kopf img {
  width: 100%;
  height: auto;
}
  }
@media screen and (min-width:320px) {
  html {
   border: solid 5px  #333333;
  }		
}  
 @media screen and (min-width:1025px) {
  html {
   border: solid 10px  #333333;
  }		
}   
  
 html {
  scroll-behavior: smooth;
} 
.fa {
  padding: 15px 30px 30px 15px;
  font-size: 20px;
  width: 20px;
  height:20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px  5px 5px;
  border-radius: 10%;

}

.fa:hover {
    opacity: 0.7;
}	
	
.fa-pinterest {
  background: #cb2027;
  color: white;
  float: right;
  
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
 float: right;
}
.fa-facebook {
  background: #3B5998;
  color: white;
 float:right;
 
}	 


.event img {
  width: 100%;
  height: auto;
  
 }
  
.eventh img {
  width: 100%;
  height: auto;
  
 }
.eventh2 img {
  width: 100%;
  height: auto;
   
 }
.eventh3 img {
  width: 70%;
  height: auto;
   
 }
 
  @media screen and (min-width:640px) {
 .eventh img {
  width: 70%;
  height: auto;
  
 }
.eventh2 img {
  width: 60%;
  height: auto;
   
 }
.eventh3 img {
  width: 40%;
  height: auto;
   
 }
 }
 
 
 
 
.stefan img {
  width: 70%;
  height: auto;
  

 }
 @media screen and (min-width:321px) {
 .stefan img {
  width: auto;
  height: 90%;
  
  text-align: center;
  
 
 }
 }
 
* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width:1000px;
  position: relative;
  margin: auto;
  
}

/* Next & previous buttons */
.prev, .next {
 ursor: pointer;
  position: absolute;
  top: 50%;
  width: ;
 
  margin-top: -22px;
  color: #654207;
  font-weight: bold;
  font-size: 40px;
  transition: 0.5s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  z-index: 90;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 20px;
  position: absolute;
  bottom: 8px;
  width: 100%;

   z-index: 90;
}

/* Number text (1/3 etc) 
.numbertext {
  color: #f2f2f2;
  */
 
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color:#654207;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #e19d2b;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.fancy-input {
      margin: 1em 0 1em 0;
      position: relative;
	  
    }
    .fancy-input label {
      position: absolute;
      background: #fff;
      padding: 0 .5em;
	  font-family: 'Roboto', sans-serif; 
      font-size: .7em;
      top: -.6em;
      left: .5em;
      transition: all .3s ease;
    }
    .fancy-input label.like-placeholder {
      color: #666;
	  
      font-size: .9em;
      top: .5em;
      left: .3em;
  }
    .fancy-input input {
      padding: .3em;
    }
 figcaption {
    display: block;
    color: #ffeccd;
	
    position: absolute;
    left: 15px;
    top: 1em;
    padding: .8em;
    background: rgba(0,0,0,.8);
	index: 90;
	
	}

  
 h1 {
 
    font-family:"Matura MT Script Capitals";
	color: #ffeccd;
	text-align: center;
	font-size: 30px;
	z-index: 2;
}

.bild {
	
	text-align: center;
    width: 90%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 90;
	padding-top: 30px;
	padding-bottom: 30px;
	}
* {
  box-sizing: border-box;
}


#navbar {
  overflow: hidden;
  background-color: #282119;
  z-index: 95;
}

#navbar a {
	float: center;
	display: block;
	color:  #DEB887;
	text-align: center;
	
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	font-size: 14px ;
	font-family: 'Roboto', sans-serif; 
}
@media screen and (min-width: 250px) {
  #navbar a{
	float: left;  
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px ;	
  }
}
@media screen and (min-width: 321px) {
  #navbar a{
    padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 13px ;
  }
}
@media screen and (min-width: 400px) {
  #navbar a{
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 16px ;
  }
}


@media screen and (min-width: 640px) {
  #navbar a{
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px ;	
  }
}
@media screen and (min-width: 800px) {
  #navbar a{
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px ;	
  }
}

@media screen and (min-width: 1024px) {
  #navbar a{
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 18px ;	
  }
}
	
#navbar a:hover {
  background-color: #f9b777;
  color: black;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: px;
}
/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.column {
  flex: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  
}


@media screen and (min-width: 800px) {
  .column {
    flex: 50%;
  }
}
@media screen and (max-width: 799px) {
  .row {
    flex-direction: column;
  }
}	
.column a, p, h2, h3 {
    font-family: 'Roboto', sans-serif; 
	
	}

.text1 {
   font-size: 15px;
   padding-right: 50px;
	padding-left: px;
   font-family: 'Roboto', sans-serif; 
   color: #ffeccd;
  
	border: solid 1px  #654207;
  }	
 
 .text1 a {
	 background-color: #654207 !important; 
	color: #ffeccd !important; 
 	text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif; 
	 padding: 2px;
	
  }	 
.text1 a:hover { 
	background-color:#f9b777 !important;
	color: #282119 !important;
}
	

 .text1 h5{
   font-size: 16px;
   color: #ffeccd;
   
  }	
.text2  {
	width: 100%;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	background-color:#ffeccd ;
	border: solid 1px  #654207;
	box-shadow:3px 3px #654207;
	height:100px;	
}
.siegel {
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
       }
	   
h3 {
	font-size: 17px;
	font-family:"Matura MT Script Capitals";
	color: #654207;
    text-align: center;	   
} 
@media screen and (min-width:321px) {	   
h3 {
	font-size: 20px;
	font-family:"Matura MT Script Capitals";
	color: #654207;
    text-align: center;
}
}


 .text3 a {
	color: #654207;
 	text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; 
   
  }	 
.text3 a:hover { 
	color: #e19d2b;
}
 .text4 a {
	color: #654207;
 	text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; 
   
  }	 
.text4 a:hover { 
	color: #e19d2b;
		
		}

.text3  {
	width: 100%;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#ffeccd ;
	border: solid 1px  #654207;
	box-shadow:3px 3px #654207;
	height: auto;
	text-align: left;
}

@media screen and (min-width:321px) {
  .text3  {

    padding-top: 50x;
    font-size: 14px;
    padding-top: 10x;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;

  }
}
@media screen and (min-width:450px) {
  .text3  {

    padding-top: 50x;
    font-size: 14px;
    padding-top: 10x;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 30px;

  }
}
@media screen and (min-width:800px) {
  .text3  {
    padding-top: 50x;
    font-size: 15px;
    padding-top: 10x;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	height: 1120px;
  }
}
 
@media screen and (min-width:1025px) {
  .text3  {
    font-size: 16px;
    padding-top: 10x;
	padding-left: 60px;
	padding-right: 60px;
   
  }
}
.text4  {
	width: 100%;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#ffeccd ;
	border: solid 1px  #654207;
	box-shadow:3px 3px #654207;
	height: auto;
	text-align: left;
}

@media screen and (min-width:321px) {
  .text4  {

    padding-top: 50x;
    font-size: 14px;
    padding-top: 10x;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
height: auto;
  }
}

@media screen and (min-width:500px) {
  .text4 {
    padding-top: 50x;
    font-size: 15px;
    padding-top: 10x;
	padding-left: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	height: auto;
  }
}

@media screen and (min-width:800px) {
  .text4 {
    padding-top: 50x;
    font-size: 15px;
    padding-top: 10x;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	height: auto;
  }
}

 
@media screen and (min-width:1025px) {
  .text4  {
    font-size: 16px;
    padding-top: 10x;
	padding-left: 60px;
	padding-right: 60px;
   
  }
}
.text5 h1 { 
text-align:center;
}
 .text6 {  

	background-color:#ffeccd ;
	border: solid 1px  #654207;
	box-shadow:3px 3px #654207;
	height: 370px;
	padding-top: 10px;
} 

 .text5  {  
	width: 100%;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	background-color:#ffeccd ;
	border: solid 1px  #654207;
	box-shadow:3px 3px #654207;
	height: 320px;
	text-align: left;
} 
  @media screen and (min-width:321px) {
  .text5  {

    padding-top: 50x;
    font-size: 14px;
    padding-top: 10x;
	padding-left: 30px;
	
	padding-bottom: 30px;

  }
}



  @media screen and (min-width:450px) {
  .text5  {

    padding-top: 50x;
    font-size: 14px;
    padding-top: 10x;
	padding-left: 40px;
	
	padding-bottom: 30px;

  }
}

 @media screen and (min-width:640px) {
  .text5  {

    padding-top: 50x;
    font-size: 15px;
    padding-top: 10x;
	padding-left: 70px;
	padding-right: 30px;
	padding-bottom: 30px;

  }
}

@media screen and (min-width:800px) {
  .text5  {
    padding-top: 50x;
    font-size: 15px;
    padding-top: 10x;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	height: 370px;
  }
}
 
@media screen and (min-width:1025px) {
  .text5  {
    font-size: 16px;
    padding-top: 10x;
	padding-left: 60px;
	padding-right: 60px;
    height: 370px;
  }
}
  
.zurueck a:link { 
		color:#ffffff !important;
		background-color: #654207;
		}
.zurueck a:hover { 
		background-color: #e19d2b ;
		#ffeccd ;
		} 
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.fancy-input {
      margin: 1em 0 1em 0;
      position: relative;
	  
    }
    .fancy-input label {
      position: absolute;
      background: #fff;
      padding: 0 .5em;
	  font-family: 'Roboto', sans-serif; 
      font-size: .7em;
      top: -.6em;
      left: .5em;
      transition: all .3s ease;
    }
    .fancy-input label.like-placeholder {
      color: #666;
	  
      font-size: .9em;
      top: .5em;
      left: .3em;
  }
    .fancy-input input {
      padding: .3em;
    }
 figcaption {
    display: block;
    color: #ffeccd;
	
    position: absolute;
    left: 15px;
    top: 1em;
    padding: .8em;
    background: rgba(0,0,0,.8);
	index: 90;
	
	} 
/* Next & previous buttons */
.prev, .next {
 ursor: pointer;
  position: absolute;
  top: 50%;
  width: ;
 
  margin-top: -22px;
  color: #654207;
  font-weight: bold;
  font-size: 40px;
  transition: 0.5s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  z-index: 90;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;

  position: absolute;
  bottom: 8px;
  width: 100%;

   z-index: 90;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 15px;
 
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color:#654207;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #e19d2b;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


#fuss p	{
	color:#DEB887;
    width:auto;
	font-size: 13px;
	text-align: center ;	
	background-color: #333333;
	padding-top:10px; 
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	  
	 }
	 
@media screen and (min-width:321px) {	 
#fuss p	{
	
	font-size: 14px;

	  }
	 }	 
@media screen and (min-width:450px) {	 
#fuss p	{
	
	font-size: 15ppx;

	  }
	 }	 	 
@media screen and (min-width:1025px) {	 
#fuss p	{
	
	font-size: 15ppx;

	  }
	 }		 
	 
	 