
html, body {
  margin: 0;
  padding: 0;
  height: 100%; 
}





.container{

  display: flex;
  flex-direction: column; /* Noitz */
  position: relative;     

}

#Kopf{
background-image: linear-gradient(to right,rgb(145, 234, 246),rgb(182, 245, 186),rgb(248, 248, 179),rgb(248, 213, 241));
text-align: center;
font-size: 2rem;
min-height: 15vh;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, monospace;
display: flex;
align-items: center;

gap: 15rem;

position: relative;
z-index: 10;
box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15);

}




#Logo_Kopf{
display: block;
justify-content: flex-start;
    
    width: 150px;
    max-width: 150px;
    height: auto;
    
    top: 1vh;
    
}

#Wahts_App{
display: block;

    
    max-width: 10%;
    height: auto;
    left: 70%;
    top: 1vh;
}

#facebook{
display: block;

    
    width: 80px;
    height: auto;
    left: 50%;
    top: 1vh;
}

#Insta{
display: block;

    
    width: 80px;
    height: auto;
    left: 30%;
    top: 1vh;
}


#Meuneu{
background-color: rgb(219, 216, 212);
text-align: center;
font-size: 2rem;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, monospace;
color: black;
word-spacing: 10%;
min-height: 10vh;

display: flex;
justify-content: center; 
align-items: center;
gap: 15rem; 
}


/* Links */
a {
  color: rgb(0, 0, 0);
}

a:visited {
  color: rgb(0, 0, 0);
}

a:hover {
  color: rgb(6, 78, 30);
}

a:active {
  color: rgb(6, 78, 30);
}




#Body{
background-color: rgb(245, 244, 242);
padding: 2rem;
}

#Flyer{
    display: grid;
    padding-left: 10%;
    max-width: 80%;
    height: auto;
    
    top: 30vh;
}

#home_vergangenes{
 background-color: rgb(237, 234, 229);
min-height: 20vh;
}


#Haende{
 background-color: rgb(255, 255, 255);

}

#haende{
  width: 1700px ;
  height: 250px;
}

#Fuss{
background-color: rgb(219, 216, 212);
min-height: 20vh;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Vergangenes in Home xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.container_2{
 display: grid;
grid-template-columns: repeat(3, 1fr);
position: relative;  
padding: 1rem;
gap: 1rem;
}

#vergangenes_1{
    border: 2px;
    border: solid;
    border-color: rgb(158, 232, 232);
    border-radius: 12px;
    box-shadow: 0 0 15px #a5e9e9;
}

#vergangenes_2{
    border: 2px;
    border: solid;
    border-color: rgb(94, 243, 188);
    border-radius: 12px;
    box-shadow: 0 0 15px #a1efc1;
}

#vergangenes_3{
    border: 2px;
    border: solid;
    border-color: rgb(233, 240, 136);
    border-radius: 12px;
    box-shadow: 0 0 15px #e4ecac;
    
}
#bild_vergangenes{
    padding-left: 8rem ;
}

#bild_vergangenes2{
  padding-left: 8rem;
}


#text_vergangenes{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, monospace;
}

/*xxxxxxxxxxxxxxxxxx Ueber uns xxxxxxxxxxxxxxxxxxxxxxxxxxx */

#Logo_Ueber_Uns{
display: block;
width: 400px;
height: auto;
padding-left: 35%;
}

#Ueber_uns_text{
  text-align: center;
  font-size: 2rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, monospace;
}
/* xxxxxxxxxxxxxxxxxxxxxxxx nähre beschriebung von Vergangenes xxxxxxxxxxxxxxxxxxxxxxxxx*/

#nae_bes_ueb{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, monospace ;
  text-align: center;
}

#nae_bes_text{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, monospace ;
  text-align: center;
}

#nae_bes_bild{
  width: 530px;
  height: 350px;
}

/* für die anordnung auf dem Handy */
@media (max-width: 768px) {

  .container_2 {
    grid-template-columns: 1fr;
  }

#facebook{
  width: 30px;
}

#Insta{
  width: 30px;
}

#Logo_Kopf{
  width: 100px;
}

#Kopf{
  gap: 5px;
  font-size: 1rem;
}

#Meuneu{
  gap: 40px;
  font-size: 1rem;
}

#Logo_Ueber_Uns{
  width: 300px;
  padding-left: 20px;
}

#bild_vergangenes{
    padding-left: 2rem ;
}

#bild_vergangenes2{
  padding: 1rem;
}

#Flyer{
  
  width: 600px;
  height: 400px;
}

#haende{
  width: 385px;
  height: 65px;
}

#nae_bes_bild{
  width: 300px;
  height: 200px;
  padding: 1rem;

}

}
