* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "system-ui", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.6;
  font-size:1.2rem;
  background-color: #c8dc5d;
}

.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction:column;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  
}

.image-resp {
  width: 100%;
  height: auto;
  max-width: 700px;
}

.box {
  background-color: #fff;
  padding: 20px;
  flex: 1 1 calc(33.333% - 20px);
  margin-bottom: 20px;
  
}

.header {
  
  color: #c8dc5d;
}

.contentcontainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    padding-top: 10px;
    /*padding-bottom: 60px;*/
    justify-content:center ;
    align-items: top;
    gap:1rem;
    background-color: #c8dc5d;
    font-size: 1.6rem;
    height:190px;
    padding-left: 10px;
    padding-right: 10px;    
  }


  
h1 {
    font-size:2.2rem;
    font-weight:300;
    font-family: "system-ui", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
    text-decoration: none;
    color:#101010;
      }  
    
      a:hover {
        text-decoration: underline;
        color:#101010;
          } 

.adresse {
      color: #fff;
  }
 
  .kontakt {
    color: #101010;
}  

  .containerfooter {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    gap:1rem;
    align-items: start;
    justify-content: center;
    background-color: #c8dc5d;
    font-size: 0.8rem;
    padding-bottom: 150px;
    
  }

.footer {
  background-color: #c8dc5d;
  color: #fff;
  text-align: center;
 /* padding: 20px;
  position: sticky;*/
  width: 100%;
  height:40px;
  margin-bottom:40px;
  font-family: "system-ui", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  
}

@media (max-width: 900px) {
    

    h1 {
        font-size: 1.3rem;
        font-weight: 300;
        text-align: center;
            } 

  a {
text-decoration: none;
color:#101010;
  }  

  a:hover {
    text-decoration: underline;
    color:#101010;
      } 

.contentcontainer {
        display: flex;
        flex-wrap: wrap;
        flex-direction:row;
        padding-top: 10px;
        /*padding-bottom: 60px;*/
        align-items: top;
        justify-content: center;
        gap:0.5rem;
        background-color: #c8dc5d;
        font-size: 1.0rem;
        height:100px;
        max-height:120px;
        padding-left: 10px;
        padding-right: 10px;   
        
      }

      .footer {
        background-color: #c8dc5d;
        color: #fff;
        text-align: center;
       /* padding: 20px;
        position: sticky;*/
        width: 100%;
        max-height:40px;
        margin-bottom:10px;
        
                  
      }
      .adresse {font-size: 1.2rem;
        margin:5px;
          color: #fff;
          font-weight:200;
      }
     
      .kontakt {
          margin:5px;
        color: #101010;
    }  

  }

@media (max-width: 768px) {
    .box {
      flex: 1 1 calc(50% - 30px);
    }

    h1 {
        font-size:1.3rem;
        font-weight: 300;
        text-align: center;
    } 

  a {
text-decoration: none;
color:#101010;
  }  

  a:hover {
    text-decoration: underline;
    color:#101010;
      } 

.contentcontainer {
        display: flex;
        flex-wrap: wrap;
        flex-direction:row;
        padding-top: 10px;
        /*padding-bottom: 60px;*/
        align-items: top;
        justify-content: center;
        gap:1rem;
        background-color: #c8dc5d;
        font-size: 1.0rem;
        height:77px;
        max-height:100px;
        padding-left: 10px;
    padding-right: 10px;
    margin-bottom:20px;
      }

      .footer {
        background-color: #c8dc5d;
        color: #fff;
        text-align: center;
       /* padding: 20px;
        position: sticky;*/
        width: 100%;
        max-height:40px;
        margin-bottom:10px;
        
                  
      }
      .adresse {font-size: 1.2rem;
        margin:5px;
          color: #fff;
          font-weight:200;
      }
     
      .kontakt {
          margin:5px;
        color: #101010;
    }  

  }
  
  @media (max-width: 500px) {
    .box {
      flex: 1 1 100%;
    }
    h1 {
      font-size:1.2rem;
      font-weight: 300;
      text-align: center;
  }
  
  .box {
      background-color: #ffffff;
      padding: 5px;
      flex: 1 1 calc(33.333% - 20px);
      margin-bottom: 20px;
        }
  
        .contentcontainer {
          display: flex;
          flex-wrap: wrap;
          flex-direction:row;
          padding-top: 10px;
          /*padding-bottom: 60px;*/
          align-items: top;
          justify-content: center;
          gap:0.6rem;
          background-color: #c8dc5d;
          font-size: 1.0rem;
          line-height: 1.2rem;
          height:60px;
        max-height:100px;
        padding-left: 10px;
    padding-right: 10px;
    margin-bottom:20px;
        }
  
        .footer {
          background-color: #c8dc5d;
          color: #fff;
          text-align: center;
         /* padding: 20px;
          position: sticky;*/
          width: 100%;
          height:40px;
          margin-top:20px;
          margin-bottom:10px;
          line-height: 1.3rem;
                    
        }
        .adresse {margin:5px;
            color: #fff;
        }
       
        .kontakt {
            margin:5px;
          color: #101010;
      }        
  
  }