.header {
  font-family: Open Sans; 
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: normal;
  padding-top: 40px;
  color: #1e1b51;
  text-align: center;
  font-size: 2em;
}

@media (max-width: 768px) {
  .grid {
    flex-direction: column;
  }
}

.subhaeder {
  font-family: Open Sans; 
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1e1b51;
  padding-top:2em;
  font-size: 16px;
  margin-bottom: 1em;
  margin-top: 110px;
}

.footerBlack {
  width: 69px;
  height: 20px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  padding-left:5px;
  color: #000000;
}

.footerBlue {
  width: 69px;
  height: 20px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  text-align: left;
  letter-spacing: normal;
  padding-left:5px;
  color: #023eaf;
}

.iconfooter {
  text-align:center;
  margin-left:auto; 
  margin-right:auto;
}

.alzuraLogo {
  width: 100%;
  max-width: 200px;
  height: auto;
  text-align:center;
  margin-left:auto; 
  margin-right:auto;
}

.imprint {
  padding-top:110px; 
  height: 19px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #242424;
  width: 50%;
  margin: 0 auto;
  text-align:center;
}

.logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-left:auto; 
  margin-right:auto;
  text-align:center;
}
.grid {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-left:auto; 
  margin-right:auto;
  text-align:center;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Umbrechen, sobald die Box 150 Pixel Breite hat */
}

.grid div {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-left:auto; 
  margin-right:auto;
  text-align:center;
  }

@media screen and (max-width:720px) {
  .header {
    height: 40px;
    font-family: Open Sans; 
    font-size: 2em;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    padding-top: 40px;
    color: #1e1b51;
    text-align: center;
  }
  .subhaeder {
    height: 35px;
    font-family: Open Sans; 
    font-size: 1em;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1e1b51;
    padding-top:110px;
  }
}





