body, h1, h2, h3, h4, h5, h6  {
  font-family: Verdana,	Geneva, sans-serif;
}	
 
.button-group {
	justify-content: space-evenly !important;
}
.map-zoom-out-btn, .search-btn {
	background-color: black;
	color: #FFF;
	padding: 10px 35px;
	border: none;
	font-size: 17px;
 
	cursor: pointer;
} 
.select-dropdown {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 10px 35px; 
	border: 1px solid #AAA;
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: black;
	color: white;
	background-repeat: no-repeat;
	background-image:
		linear-gradient(45deg, transparent 50%, currentColor 50%),
		linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: right 15px top 1em, right 10px top 1em;
	background-size: 5px 5px, 5px 5px;
}
  
 
.animated {
 
  text-align: center;
  opacity: 0;
  transform: translateX(100px);  
  transition: opacity 1s ease, transform 1s ease;
}
 
.animated.visible {
  opacity: 1;
  transform: translateX(0);
 
 
} 
 
 
.animated-button2 {
  font-size: 16px;
  text-align: center;
  opacity: 0;
  transform: translateX(100px);  
  transition: opacity 1s ease, transform 1s ease;
}

 
.animated-button2.visible {
  opacity: 1;
  transform: translateX(0);
} 

 
 .animated-button3 {
  font-size: 16px;
  text-align: center;
  opacity: 0;
  transform: translateX(100px);  
  transition: opacity 1s ease, transform 1s ease;
}

 
.animated-button3.visible {
  opacity: 1;
  transform: translateX(0);
} 





#slideset2 {height: 10em; position: relative;
  overflow: hidden}
 
 #slideset2 > * {position: absolute; left:-100%; top:0;
  animation: 9s autoplay2 infinite ease-in-out}
 
@keyframes autoplay2 {
  0% {left:100%}
  4% {left: 0%}
  33.33% {left: 0%}
  37.33% {left: -100%}
  100% {left: -100%}
}
#slideset2 > *:nth-child(1) {animation-delay: 0s}
#slideset2 > *:nth-child(2) {animation-delay: 3s}
#slideset2 > *:nth-child(3) {animation-delay: 6s}
 



#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg1 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg4 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}


#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,1); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 200px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

 

/* Create a Parallax Effect */
.bgimg-1{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url('TitelPictureGross.jpg');
  min-height: 100%;
}


@media only screen and (max-device-width: 2600px) {
  .bgimg-1{
    background-attachment: scroll;
   min-height: 600px;
  }

}



 @media only screen and (min-width: 700px) {

    .bgimg-1{
  background-image: url('TitelPictureBIG.jpg');
    min-height: 600px;
  }
  
      div.Font {
    font-size: 40px;
  }
  
  
}




 @media only screen and (max-width: 700px) {
    .bgimg-1{
  background-image: url('TitelPictureKlein.jpg');
  min-height: 400px;
  }
  
  
    div.Font {
    font-size: 20px;
  }
  
  
}




/* 100% Image Width on Smaller Screens 
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}*/
