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

body {
  font-family: Georgia, serif;
  background: #f5f5f5;
  color: #333;
  line-height: 1.6;
}
html { 
  font-size: 16px;  /* Mobil-Standard */
}
body { 
  font-size: 1rem;   /* = 16px, skaliert */
  line-height: 1.5;  /* Lesbarer */
  padding: 15px;
}

/* Logo */
#center { max-width: 1200px; margin: 0 auto; padding: 1rem; }
#logo { text-align: center; margin: 2rem 0; }
.logo {
  font-size: 2.5rem; 
  color: #666;
  font-weight: bold; 
  text-align: center;
  margin: 0;
}
.logo span { color: #333; display: block; }

/* GRAUE NAVIGATION */
#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);
}

#ubermich {
 width: 100%;

  border-radius: 25px;
  margin-bottom: 40px;
  padding: 50px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
   margin:0 10px!important;
}
/* FOTO 1 LINKS + TEXT RECHTS */
#foto1 {
  
   padding-right: 50px;
  float: left;
   height: 400px;
  width: auto;
  object-fit: cover;
  filter: grayscale(100%);
  border-radius: 20px;
 
}
  
.konteiner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0;                /* Null Abstand */
}

.konteiner-row{
display-flex;
flex-wrap;
gap:0;
}





/* SCHWERPUNKTE CONTAINER GETRENNT */




.content-box-tasten img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
 
   margin:0 10px!important;
}


#foto2 {
  height: 300px;
  left:600px;!important;

  object-fit: cover;
  filter: grayscale(100%);
  float:right;
  border-radius: 10px;
 text-align:right!important;
}
 p { 
  margin-bottom: 1.2rem;
 font-size:16Px;
 text-align:left;
 letterspasing  
}
 h1 { 
	font-size:70Px! important;
	font-style:italic;
	text-align:center;
	letter-spacing:1Px;
	
	-webkit-text-stroke:1Px white;
	-webkit-text-color:black;
     text-shadow: 1px 3px 1px silver;
     }
h2 { 
	  color: #666;
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
   text-shadow: 1px   ;
	text-align:center;
	letter-spacing:1Px;
	
     }
 p.rechts { 
  margin-bottom: 1.2rem;
 font-size:15Px! important;
 text-align:right! important; 
}
h1 { 
  font-size: 2rem;   /* Mobil ~32px */
  margin-bottom: 1rem;
}

h2 { 
  font-size: 1.5rem; /* ~24px */
}

@media (min-width: 768px) {
  h1 { font-size: 3rem; }  /* Desktop größer */
}
/* REST OHNE ÄNDERUNG */
.content-box-tasten {
  background-image: url('00-home/web1-13.jpg');
  background-size: cover;
  border-radius: 25px;
  margin-bottom: 40px;
  padding: 70px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  height: 2300px;
}

#endbox {
top:2400px;
  background: linear-gradient(135deg, #eee, #ddd);
  padding: 2.5rem;
  text-align: center;
  border-radius: 25px;
   margin:0 10px!important;
 
}
#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; 
}

.contact {
  text-align: center;
  background: rgba(238,228,218,0.9);
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  margin-bottom: 40px;
}

.neuen -conteiner {
overflow:visible! important;
pointer-events:auto! important;

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

 
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
}

/* MOBILE */
@media (max-width: 768px) {
  #images1 img {
    width: 45%;
    height: 150px;
  }
  @media (min-width: 768px) {
  h1 { font-size: 3rem; }  /* Desktop größer */
}


/* DEIN EXAKTER END-BOX IMPRESSUM */
#endbox {
  background: linear-gradient(135deg, #eee, #ddd);
  padding: 2.5rem;
  text-align: center;
  border-radius: 16px;

   margin:0 10px!important;
 
}
#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 {
    width: 100%;
    text-align: center;
  }
  h2 { font-size: 2rem; }
}

