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

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

/* 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 {
 font-family: Georgia, serif;
  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);
}


 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 { 
  margin-bottom: 1rem; 
  text-align: center; 
  font-size: 2.5rem; 
}

p { 
  line-height: 1.6; 
  text-align: left; 
  font-family: Georgia, serif;
}

#buecher{
  background: #f8f9fa;
  top:2000px! important;
   width:100%;
  padding: 3rem 2rem;
  margin: 2rem 0;
  text-align: left;
   height:1600px;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
}

#schule{
top:0px;
  background: #f8f9fa;
  padding: 3rem 2rem;
  margin: 2rem 0;
  text-align: left;
   height:2000px;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
}

.buchreihe{
display:flex;
flex:direction:row;
justify-content:center;

flex-wrap:nowrap! important;
}
#rezensionen{
 top:2000px! important;
 height:500px;
  background: #f8f9fa;
  padding: 3rem 2rem;
  margin: 2rem 0;
  text-align: left;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
}
 h1 {
  font-size: 45px !important;
  font-style: italic;
  text-align: center;
 
  -webkit-text-stroke: 1px white;
  color: black;
  text-shadow: 1px 3px 1px silver;
  margin-bottom: 2rem;
}
#band1{

 top:1450Px;
 width:50%;
 left:10Px;
 height:auto;
background-image: linear-gradient(white,#faf5c0); 
    border-bottom-style:groove;
     border-top:groove;
    
}

#cover1{
 float:left;


 width:30%;
 height:500Px;
 padding-left:10Px;
  padding-left:30Px;


}

#buch1{

 float:right;

 width:50%;
 left:900Px;
 height:auto;
 
}
 
#band2{
 position:absolute;
 top:1450Px;
 width:50%;
  left:400Px;
 height:auto;
 background-image: linear-gradient(#faf5c0, white);
 border-bottom-style:groove;


}
#cover2{
 float:left;


 width:30%;
 height:500Px;
 padding-left:10Px;
  padding-left:30Px;


}


#buch2{
 
 float:right;

 width:50%;
 left:900Px;
 height:auto;
 
}


#band3{

 top:1450Px;
  left:800Px;
 width:50%;
 height:auto;
 background-image: linear-gradient(white,#faf5c0);
    border-bottom-style:groove;
    

}

#cover3{
 float:left;

 width:30%;
 height:500Px;
 padding-left:10Px;
 padding-left:30Px;

}


#buch3{

 float:right;

 width:50%;
 left:900Px;
  height:auto;
 
}

 
#goldenesommerbrise{
position:absolute;

 width:100%;
 height:900Px;

 background-image: linear-gradient(white,#faf5c0);
    border-bottom-style:groove;
    

}
#GB{
 float:left;

 width:30%;
 height:500Px;
  padding-left:10Px;
 padding-left:30Px;


}

#buchgb{

 float:right;
 width:50%;
 left:900Px;
 height:auto;
 
}

#coverdw{
 float:left;

 width:30%;
 height:500Px;
  padding-left:10Px;
 padding-left:30Px;


}
#buchdw{

 float:right;
 width:50%;
 left:900Px;
 height:auto;
 
}


#coverrl{
 float:left;

 width:30%;
 height:500Px;
  padding-left:10Px;
 padding-left:30Px;


}
#buchrl{

 float:right;
 width:50%;
 left:900Px;
 height:auto;
 
}
buchschh

#coverschh{
 float:left;

 width:30%;
 height:500Px;
  padding-left:10Px;
 padding-left:30Px;


}
#buchschh{

 float:right;
 width:50%;
 left:900Px;
 height:auto;
 
}


#footer span {

    font:zapfino normal 2em 'Comic Sans MS';
    position: relative;
    color:#d71965;
    top: 0Px;
    text-align:center;
    font-size:40Px;
    text-shadow: 3px 15px 8px #101010;
    cursor: crosshair;
    transition: .3s linear;
}

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

h2 {
    font-family:italic;
    font-size:55Px;
    text-align:center;
    color:coral;
    -webkit-text-stroke:1Px white;
    -webkit-text-color:black;
    text-shadow: 3px 5px 2px dimgray;
    
}



h3 {
   font-family: Georgia, serif; 
   color:teal;
   -webkit-text-stroke:gray;
   -webkit-tex-color:black;
   font-size:25Px;
   text-align:center;
  
}


h4 { font-family: Georgia, serif; 
	font-size:28Px;
	font-style:italic;
	
	text-align:center;
   
     color:coral;
     -webkit-text-stroke:white;
   -webkit-tex-color:black;
     text-shadow: -2px -1px 1px dimgray;
	
}

h5 {
 font-family: Georgia, serif; 
font-size:20Px;

color:dimgray;
padding-left:20Px;
padding-right:20Px;
   
	
}
h6 {
	font-size:20Px;
	font-style:italic;
	letter-spacing:1Px;
	text-align:center;
    float:right;
     color:#19ba70;
     text-shadow: -2px -1px 1px dimgray;
	
}


a {
font-size:18Px;
font-family:Giorgia Serif;

text-align:center;


}  

p {
font-family:Giorgia Serif;
font-size:17Px;

color:darkslategray;
padding-left:10Px;
padding-right:25Px;
   
}


.start{
    font-size:35Px;
}


  
.tree
{
margin:0;
padding-right:50Px;
padding-left:20PX;
padding-top:120Px;
padding-bottom:200Px;
}
.tree img
{
border: 5px solid #eee;
box-shadow: 4px 4px 12px 5px #777;
}
.tree li
{
list-stile:none;
position:relative;
}

a .urwald
{
display: none;
}

a:hover .urwald
{
display:block;
position:absolute; 
top:0;
left:0;
}
                
   

.wasser
{
margin:0;

padding-left:20PX;
padding-bottom:200Px;
padding-top:80Px;
}
.wasser img
{
border: 5px solid #eee;
box-shadow: 4px 4px 12px 5px #777;
}
.wasser li
{
list-stile:none;
position:relative;
}

a .fall
{
display: none;
}

a:hover .fall
{
display:block;
position:absolute; 
top:0;
left:0;
}
 
   


.traum
{
margin:0;
padding-right:20Px;
padding-left:20PX;
top:1450px;

}
.traum img
{
border: 5px solid #eee;
box-shadow: 4px 4px 12px 5px #777;
}
.traum li
{
list-stile:none;
position:relative;
}

a .schiff
{
display: none;
}

a:hover .schiff
{
display:block;
position:absolute; 
top:0;
left:0;
}


.sommer
{
margin:0;
padding-right:50Px;
padding-left:20PX;
padding-top:120Px;
padding-bottom:200Px;
}
.sommer img
{
border: 5px solid #eee;
box-shadow: 4px 4px 12px 5px #777;
}
.sommer li
{
list-stile:none;
position:relative;
}
a .brise
{
display: none;
}

a:hover .brise
{
display:block;
position:absolute; 
top:0;
left:0;
}


.Startseite {
    
    color:#992a2f;
    font-size:30Px;
    letter-spacing:1Px;
    /*margin-top:300Px;
    margin-left:10Px;*/
}

@media (max-width: 768px) {
  #images1 img {
    width: 45%;
    height: 150px;
  }
}

/* DEIN EXAKTER END-BOX IMPRESSUM */
#endbox {
  background: linear-gradient(135deg, #eee, #ddd);
  padding: 2.5rem;
  text-align: center;
  border-radius: 16px;
  margin-top: 4rem;
 
}
#endbox a {
font-family:Giorgia Serif;
  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 {
font-family:Giorgia Serif;
  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; }
}
