
* {
  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);
}
#kontakt {
  background: #f8f9fa;
   max-width: 1200px;
   width:100%;
  padding: 3rem 2rem;
  margin: 2rem 0;
  text-align: left;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  
}

/* DEINE ORIGINALE STYLES */
.logo { font-size: 2.5rem; color: #666; font-weight: bold; text-align: center; margin: 0; }
.logo span { color: #333; display: block; }

h2 {
  font-family: Georgia;
  font-size: 30px;
  text-align: center;
  color: gray;
  -webkit-text-stroke: 1px black;
}
 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;
}
#milasonore span {
 text-align: center;
    font:Giorgia;
    position:relative;
    color:white;
    top: 40Px;
    
  
    font-size:10Px;
     letter-spacing: 1px;
  -webkit-text-stroke: 1px white;
  color: black;
  text-shadow: 1px 3px 1px silver;
    cursor: crosshair;
    transition: .3s linear;
}

#milasonore span:hover,
#milasonore span:focus {
    color: lightgray;
    top: 10px;
    text-shadow: 3px 5px 1px #101010, 1px 1px 0px #101010;
}  
#kontakt span{
   
   
   
    text-align:center;
    font-size:80Px;
    font:Giorgia;
    position: relative;
    color:gray;
    top:10Px;
    width:1200Px;
    text-shadow: 3px 15px 8px #101010;
    cursor: crosshair;
    transition: .3s linear;
}

#kontakt span:hover,
#kontakt span:focus {
    color: #00f;
    top:60px;
    text-shadow: 3px 5px 1px #101010, 1px 1px 0px #505050;
}
      

p {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  color: dimgrey;
  padding: 0 60px;
}

#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: 500;
}
#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; 
    gap: 0.5rem; 
    padding: 1rem; 
  }
  #chornav a { 
    font-size: 1rem; 
    padding: 0.8rem 1rem; 
    width: 100%; 
    text-align: center; 
  }
  .logo { font-size: 2rem; }
  h2 { font-size: 2.5rem; }
  p { font-size: 18px; padding: 0 20px; }
}