* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia, serif;
  background: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

/* DEIN EXAKTES NAVI */
#center { max-width: 1200px; margin: 0 auto; padding: 1rem; }
#chornav {
  background: #ccc;
  padding: 1.2rem;
  border-radius: 10px;
  margin: 2rem 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#chornav a {
  color: #333 !important;
  text-decoration: none;
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.5);
}
#chornav a:hover {
  background: #aaa;
  color: white !important;
  transform: translateY(-2px);
}





#welt { 
  
  width: 1200px;
   background-color:#b8f9ca; 
  margin: 2rem 0; 
 
  border-radius: 25px;
 display: block;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

#pic221 img {

 
  height:auto!important;
  object-fit: cover;
   border-radius: 25px! important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  display:  block!important;
}

#klaengelogo {
 

  width:1200px;
  height:600px;
  border-radius: 25px;
 box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  display: block!important;
  overflow:hidden;
}


/* TEXTBOX */

#main {
 
 
  width:1200px;
  border-radius: 25px;
 box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  display: block!important;
  

}
#main a{
margin-left:50px! important;
display: inline-block;

}
 h1 {
  font-size: 45px !important;
  font-style: italic;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px white;
  color: black;
  text-shadow: 1px 3px 1px silver;
  margin-bottom: 2rem;
}

 h2,  h3 {
  color: #666;
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  text-align: center;
  letter-spacing: 1px;
}

 p { margin-bottom: 1.2rem; font-size: 18px; text-align:left; margin-right:100px; margin-left:100px; }



.hoerbeispiele { max-width: 500px; margin: 40px auto; text-align: left; }
.hoerbeispiele > div { margin: 20px 0; font-size: 18px; font-weight: 600; }

.pic114 { text-align: center; margin: 40px auto; }
.pic114 img { max-width: 100vw; height 400px; border-radius: 25px; }

/* UNTEN: pic112 - GROSS */

  #pic114 img {
   align-items: center;
  margin:0 100px 100px 0!important;
  width: 1200px;
  height: 350px;
  object-fit: cover;
   border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  display: block! important;

}

#text {
 font-family: Georgia, serif;
 } 
 
#pic112 img {

  width: 1200px;
  height:auto;
  object-fit: cover;
   border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  display: block ! important;
} 
 
/* IMPRESSUM WIE ERSTE SEITE */
.impressum {
 width: 1200px!important;
  width:1200px;
  height:300px!important;
  text-align: center;
  background: gray;
  padding: 40px;
  border-radius: 25px;
  
}  

#endbox {
  background: linear-gradient(135deg, #eee, #ddd);
  padding: 2.5rem;
  text-align: center;
  border-radius: 16px;
  margin-top: 4rem;
}
#endbox a {
  color: #666;
  margin: 0 1.5rem;
  text-decoration: none;
  font-weight: 500px;
}
#endbox a:hover { color: #333; }
#endbox img {
  width: 36px;
  height: 36px;
  margin: 0 0.8rem;
  filter: grayscale(0.3);
}
#endbox img:hover { filter: grayscale(0); }

footer { 
  background: #1a365d; 
  color: white; 
  text-align: center; 
  padding: 2rem; 
  margin-top: 4rem; 
}





.impressum {
  text-align: center;
  background: #C0C0C0;
  padding: 40px;
  border-radius: 25px;
  margin-bottom: 40px;
 
}

/* MOBILE */
@media(max-width:768px){
  #center { padding: 0.5rem; }
   #chornav { flex-direction: column; align-items: center; gap: 0.5rem;
    padding: 1rem; }
  #welt { padding: 1.5rem; }
  #main { padding: 20px; }
  #klaengelogo img, #pic112 img { height: 250px; }
  .hörbeispiele { flex-direction: column; align-items: center; }
}
  h2 { font-size: 2rem; }
}



