
body{

    margin: 0px;
padding: 0px;

background-color: #339966; 


}

.fit-picture {
  width: 250px;
}



 #teaser {
width: 100% ;
height: auto;
    }

    #teaser img {

        width: 100% ;
        height: 100% ;
        object-fit: cover;

    }

    @media screen and (min-width: 800px) {

        #teaser {

             width: 100% ;
                   height: 200px;
    }
        
    }


       footer ul, nav ul {

        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-top: 24px;
        padding-bottom:24px;
    }

    footer  nav ul li a,  nav ul li a  {

        padding: 16px;
        font-weight: 600;
        text-decoration: none;
        
    }

    a:hover {
  color: lightseagreen;
  text-decoration: underline;
}


    section {

max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 16px ;
padding-right: 16px ;


    }


    nav {

position: sticky;
top: 0px;
backdrop-filter: blur(8px);

    }












.mitte {
display: flex;
justify-content: center;
align-items: center;

color: blue;
 
    }










.index { width: 40%; 

    max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: top center;
  border-radius:5% 5% ;
  padding-left: 10px;

}

.power { width: 40%; 

    max-inline-size: 80%;
  block-size: auto;
 
  object-fit: cover;
  object-position: top center;
  border-radius:15% 15% 15% 15% ;
  padding-left: 10px;

}

.buch { 

    max-inline-size: 100%;
  block-size: auto;
 
  object-fit: cover;
  object-position: top center;
  border-radius:0% 0% ;
  padding-left: 10px;
  padding-top: 20px;

}


.unten { 

    display: flex;
align-items: center;
justify-content: space-around;



    font-size: 16px ;
    margin: 0%;
    font-style: italic;

    font-size: 26px ;
    font-weight: 600;
    color: darkgreen;
    padding: 5px;
    border-color: black;
    width: 100%;
    
    background-color: #339966; 

    max-inline-size: 100%;
  block-size: auto;

  object-fit: cover;
  object-position: top center;
  border-radius:0% 0% ;
  padding-left: 10px;
  padding-top: 20px;

  }

  .unten1 { 

    display: flex;
    justify-content: center;

    font-size: 16px ;
    margin: 0%;
   
    font-style: normal;
    font-weight: 600;
    color: black;
    padding: 5px;
    border-color: black;
    width: 100%;
    
    background-color: #339966; 

    max-inline-size: 100%;
  block-size: auto;

  object-fit: cover;
  object-position: top center;
  border-radius:0% 0% ;
  padding-left: 10px;
  padding-top: 20px;

  }




.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Dynamische Spalten */
  gap: 15px;
}

.grid-container img {
  width: 90%;
  height: auto;

  }

  h1 {
    font-size: 18px ;
    margin: 3%;
}

@media screen and (min-width: 620px) {
    h1 {
    font-size: 30px ;
}


 #teaser {
width: 100% ;
height: auto;
    }

    #teaser img {

        width: 100% ;
        height: 100% ;
        object-fit: cover;

    }

    @media screen and (min-width: 800px) {

        #teaser {

             width: 100% ;
                   height: 200px;
    }
        
    }


       footer ul, nav ul {

        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-top: 24px;
        padding-bottom:24px;
    }

    footer  nav ul li a,  nav ul li a  {

        padding: 16px;
        font-weight: 600;
        text-decoration: none;
        
    }

    a:hover {
  color: lightseagreen;
  text-decoration: underline;
}


.bold10 {
    display: flex;
align-items: center;
justify-content: center;
    font-size: 16px ;
    margin: 0%;
    font-style: solid;
    font-weight: 600;
    color: black;
    padding: 5px;
    border-color: black;
    width: 100%;
    
    background-color: white;
}



  