body {
	line-height:1.5em;
	color: #111;
	font-size: 15px;
	font-family: verdana;
	background-color: #909679;
	padding: 0;margin:0;
}

h2, h3 {color: #333;}

.diashow-container {
  position: relative;
  width: 550px;       /* Oder feste Breite z.B. 600px */
  height: 550px;     /* Höhe nach Wunsch */
  overflow: hidden;
}

.diashow-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Verhindert Verzerrung */
  opacity: 0;
  
  /* Name der Animation, Gesamtdauer, Endlosschleife */
  animation: endlosschleife 12s infinite ease-in-out;
}

/* Zeitliche Verzögerung für jedes Bild (Gesamtdauer / Bildanzahl) */
.diashow-container .bild-1 { animation-delay: 0s; }
.diashow-container .bild-2 { animation-delay: 4s; }
.diashow-container .bild-3 { animation-delay: 8s; }

/* Ablauf der Animation für ein einzelnes Bild */
@keyframes endlosschleife {
  0% { opacity: 0; }
  20% { opacity: 1; }  /* Sichtbar werden */
  33% { opacity: 1; }  /* Bleibt voll sichtbar */
  43% { opacity: 0; }  /* Blendet aus */
  100% { opacity: 0; } /* Bleibt unsichtbar bis zum Neustart */
}






#header {
	

	}

#nav  {
	position: absolute;bottom: 15px;}
	
.linkunten {
	text-decoration: none;
	border-radius: 3px;
	color:#000;
	padding:5px 10px;
	background-color: #909679;}
	
a:hover {color: #fff;}	

#content {
  padding: 0 3% 30px 3%;
  border-radius: 10px;
  background-color: #585D4E;
  height: auto;
  margin-top: 60px;
  margin-bottom: 50px;
  margin-right: 22%;
  margin-left: 22%;
  position: absolute;
}

#kontakt  {float: left;
	width: 60%;
	background-color: #909679;
	margin: 50px 0 50px 0;
   border: solid 10px #909679;	
	border-radius: 10px;}	
	
#text{
	float: left;
	width: auto;
	background-color: #909679;
	margin: 50px 0 50px 0;
   border: solid 10px #909679;	
	border-radius: 10px;}


#offen {margin-top: 50px;
	border-radius: 10px;
	padding:2%;
	float:right;
	background-color: #909679;
	text-align: center;}	
	
	@media (max-width: 1600px){
		
		#content {

			margin-right: 16%;
			margin-left: 16%;
}}
	
	
	@media (max-width: 1400px){
		
		#content {

			margin-right: 13%;
			margin-left: 13%;
}}
		
		
	
	@media (max-width: 1200px){
		
		.diashow-container {

  width: auto;       
  height: 550px;     

}
		
		#kontakt  {
			float: none;
			width: 96%;} 
	
		#offen {
			}	
		
		#text {
		width:60%;
			}
		
		#content {
width:76%;
			margin-right: 10%;
			margin-left: 10%;
}}
		
		
	
@media (max-width: 800px){
	
	.diashow-container {

  width: auto;       
  height: 550px;     

}
	
	#kontakt  {float: none;;
	width: 96%;}
	
	#offen {
		float:none;	}	
		
		#text {
			width: auto;
		float:none;	}	
	
	.fotostart {width: 100%;height: auto;
	}

#content {
  padding: 0 2% 30px 2%;
  width: 92%;
  height: auto;
  margin-right: 2%;
  margin-left: 2%;
}}





	


