body {
  /* display: flex; */
  justify-content: center;
  margin: auto;
	font-family: 'Verdana';
  max-width: 1200px;
	color: darkslategray;
	background-image: url("sky.jpg");
	hyphens: auto;
}

* {
	margin: 0;
}

.hintergrund {
	background-color: AntiqueWhite;
}  

.img_top { 
  border:0px;
  width: 100%; 
}

.titleb{
  padding-top:20px;
}

header {
	font-size: 16pt;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  background-color:Peru;
}

h1 {
	text-align: center;
	font-size: 18pt;
	line-height: 115%;
  hyphens: none;
  padding: 10px;
}

nav {
  margin: 0px;
  background-color:Peru;
}

nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
  padding: 10px 10px 10px 30px;
}

nav li {white-space:nowrap;}

nav a {
	text-decoration: none;
	font-weight: bold;
	color:SaddleBrown;
	position: relative;
	padding: 5px;
}

nav a:hover {
	background-color: Sienna;
	color: AntiqueWhite;
	transition-delay: 100ms;
  transition-property: all;
  transition-timing-function: ease-out;
}

nav a::after {
	content: '';
	height: 2px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 150ms ease-in-out;
}

nav a:hover::after {width: 100%;}

.absatz {
	text-align: justify;
	color: black;
	border: 0px;
	padding: 10px 10px 10px 10px;
  margin: 40px 40px 40px 40px;
  background-color: beige;
  font-size: 12pt;
}

.dreiklang{
  display: flex;
}

.fotoplus2{
  text-align: center;
  flex: 50%;
}

.fotoplus{
  text-align: center;
  flex: 33.33%;
}
.fotoplus4{
  text-align: center;
  flex: 25%;
}

.galerie{
  /* position: absolute; */
	top: 0;
  /* width: calc(100% - 20px); */
  border-style: solid;
  border-width: 4px;
  border-color: beige;
	opacity: 1;
  height: 200px;
}

.subtitle{
  font-size: 10pt;
  font-weight: bold;
}

footer {
  background-color: Peru;
}

footer a{
  color: SaddleBrown;
}

footer a:hover {
	color: AntiqueWhite;
  background-color: SaddleBrown;
	font-weight: bold;
  padding: 6px; 
}

/******************* Responsive Anpassungen *********************/

@media(max-width: 800px) {
  .dreiklang{
    flex-direction: column;
    
  }
  .galerie{
    width: 300px;
    height: auto;
  }

  nav ul {
  flex-direction: column;
  align-items: center;
  }

  nav ul li {
    margin: 0.2rem;
  }
  
  footer {
  font-size: 14pt;
  flex-direction: column;
  gap: 5px;
  }
  .img_liame    { width: 50vw; }
  .img_windrose { display: none; }
}
