body, html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.bg-image {
  /* The image used */
  background-image: url("background1.jpg");
  
  /*eigne*/
  background-attachment:fixed;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;

  /* Add the blur effect */
  filter: blur(2px);
  -webkit-filter: blur(2px);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.headDiv{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.7); /* Black w/opacity/see-through */
  color: white;
/*  font-weight: bold;*/
  border: 3px solid #3e8e41;
  position: relative;
  top: 0;
  left: 10%;;
  z-index: 2;
  width: 80%;
  margin-bottom: 10px;
  padding-bottom: 2.5%;
/*  padding: 20px;*/
  text-align: center;
  font-family: 'Baloo Bhai 2', cursive;
  text-align: center;
  
}


.headDiv2{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(222, 207, 176, 0.75); /* Black w/opacity/see-through */
  color: rgb(51, 26, 0);
/*  font-weight: bold;*/
  border: 3px solid #3e8e41;
  position: relative;
  top: 2%;
  left: 10%;
  z-index: 1;
  width: 80%;
/*  height: auto;*/
  padding: 2.5%;
  padding-bottom: 5%;
  padding-top: 1.5%;
/*  text-align: center;*/
  font-family: 'Baloo Bhai 2', cursive;
  margin-bottom: 60px;
  overflow: auto;
}

.navDiv{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.7); /* Black w/opacity/see-through */
  color: white;
/*  font-weight: bold;*/
  border: 3px solid #3e8e41;
  position: sticky;
  top: 0;
  left: 10.35%;
  z-index: 2;
  width: 80%;
/*  padding: 20px;*/
  text-align: center;
  font-family: 'Baloo Bhai 2', cursive;
  
}


.text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(222, 207, 176, 0.75); /* Black w/opacity/see-through */
  color: rgb(51, 26, 0);
/*  font-weight: bold;*/
  border: 3px solid #3e8e41;
  position: relative;
  top: 2%;
  left: 10%;
  z-index: 1;
  width: 80%;
/*  height: auto;*/
  padding: 2.5%;
  padding-bottom: 5%;
  padding-top: 1.5%;
/*  text-align: center;*/
  font-family: 'Baloo Bhai 2', cursive;
  margin-bottom: 30px;
  overflow: auto;
  
}

  .btnZeiten {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  display: none;
  position: absolute;
  left: 35%;
  }

.imageFloatLeft{
  width: 225px;
  float: left;
  left: 0;
  margin-right: 2.5%;
  margin-left: 0;
  margin-top: -1%;
  margin-bottom: 10px;
}




/*#################################BUttons:###############################################################################################################*/

.btnMain {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  /*position: absolute;*/
}

.btnMain:hover {
  background-color: #3e8e41;
  color: white;
}



  .facebookButton{
  margin-right: 10px;
  margin-bottom: 2px;
  margin-top: 2%;
  width: 100px;
  display: inline;
  position: absolute;
  width: 5%;
  left: 45%;
  display: block;
  padding-right:1%;
}
  
  .instaButton{
  margin-left: 10px;
  margin-bottom: 2px;
  margin-top: 2%;
  width: 100px;
  display: inline;
  position: absolute;
  width: 5%;
  right: 45%;
  display: block;
  padding-left: 1%;
  
}

.btnDiv{
  padding-top: 2.5%;
  padding-bottom: 5%;
}


.btnMainMenu{
  display: none;
}


/*#############################################################################################################################################*/

.footer{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.7); /* Black w/opacity/see-through */
  color: rgb(51, 26, 0);
/*  font-weight: bold;*/
  border: 3px solid #3e8e41;
  position: relative;
  top: 2%;
  left: 10%;
  z-index: 1;
  width: 80%;
/*  padding: 20px;*/
  text-align: center;
  font-family: 'Baloo Bhai 2', cursive;
  margin-bottom: 30px;
}

.wappen{
  max-width: 50px;
  float: left;
  margin-right: 0;
  margin-left: 50px;
  margin-top: 20px;
  
}


.imageFloatRight{
  width: 225px;
  float: right;
  left: 10px;
  margin-right: 0;
  margin-left: 2.5%;
  margin-top: -1%;
  margin-bottom: 10px;
}

.divContent{
  margin-top: 10%;
  width: 90%;
  position: relative;
  left: 5%;
}

h2 {
  text-align: center;
}


h3{
  margin-bottom: 1px;
}

a{
  color: #3e8e41;
}


/*########################################################slideShow############################################################################################*/

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
margin-top: 100px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
  width: 100%;
}

#gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
	gap: 1em;
	text-align: center;
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#gallery figure {
	position: relative;
	color: black;
/*	background: white;*/
}

figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: auto;
  margin-top: auto;
/*  position: relative;
  top: 0;*/
}

#gallery > figure > figcaption {
	position: absolute;
	bottom: 2;
	width: 50%;
	line-height: 3em;
	color: white;
	background: rgba(0, 0, 0, 0.3);
}

#gallery > figcaption {
	grid-column: 1 / -1;
}








/*#########Responsive:##################################################*/

@media screen and (max-width: 1124px) {  
/*  .respDivZeiten {
    display: none;
  }
  
  .btnResp {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  display: block;
  position: relative;
  left: 25%;
  width: 50%
  }*/
  
  
  .facebookButton{
  margin-right: 10px;
  margin-bottom: 2px;
  margin-top: 2%;
  width: 100px;
  display: inline;
  position: absolute;
  width: 10%;
  left: 40%;
  display: block;
  padding-right:2%;
}
  
  .instaButton{
  margin-left: 10px;
  margin-bottom: 2px;
  margin-top: 2%;
  width: 100px;
  display: inline;
  position: absolute;
  width: 10%;
  right: 40%;
  display: block;
  padding-left: 2%;
  
}

.btnDiv{
  padding-top: 8%;
  padding-bottom: 15%;
  }
  
  
  .btnMain {
    display: none;
  }
  
  
  .text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(222, 207, 176, 0.75); /* Black w/opacity/see-through */
  color: rgb(51, 26, 0);
/*  font-weight: bold;*/
  border: 3px solid #3e8e41;
  position: relative;
  top: 2%;
  left: 1%;
  z-index: 1;
  width: 98%;
/*  height: auto;*/
  padding: 2.5%;
  padding-bottom: 5%;
  padding-top: 1.5%;
/*  text-align: center;*/
  font-family: 'Baloo Bhai 2', cursive;
  margin-bottom: 30px;
  overflow: auto;
  }
  
  
.imageFloatLeft{
  width: 50%;
  float: left;
  left: 0;
  margin-right: 2.5%;
  margin-left: 0;
  margin-top: -1%;
  margin-bottom: 10px;
}


.headDiv{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.7); /* Black w/opacity/see-through */
  color: white;
/*  font-weight: bold;*/
  border: 3px solid #3e8e41;
  position: relative;
  top: 0;
  left: 1%;;
  z-index: 2;
  width: 98%;
  margin-bottom: 10px;
  padding-bottom: 2.5%;
/*  padding: 20px;*/
  text-align: center;
  font-family: 'Baloo Bhai 2', cursive;
  text-align: center;
  
}

.footer{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.7); /* Black w/opacity/see-through */
  color: rgb(51, 26, 0);
/*  font-weight: bold;*/
  border: 3px solid #3e8e41;
  position: relative;
  top: 2%;
  left: 1%;
  z-index: 1;
  width: 98%;
/*  padding: 20px;*/
  text-align: center;
  font-family: 'Baloo Bhai 2', cursive;
  margin-bottom: 30px;
}

.navDiv{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.7); /* Black w/opacity/see-through */
  color: white;
/*  font-weight: bold;*/
  border: 3px solid #3e8e41;
  position: relative;
/*  top: 0;*/
  left: 1%;
  z-index: 2;
  width: 98%;
/*  padding: 20px;*/
  text-align: center;
  font-family: 'Baloo Bhai 2', cursive;
  
}

.btnMainMenu{
  display: block;
  background-color: #ddd;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  position: relative;
  width: 65%;
  left: 17.5%;
}


.btnMenu{
  background-color: #ddd;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  position: relative;
  width: 50%;
  left: 25%;
  display: block;
  float: none;
}


}