* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-image: url(./images/Hintergrund_02.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
}
.bodywrapper {
  flex: 1 0 auto;
}
header {
  background: #009ddb;
  position: sticky;
}
.logo {
  /*! height: 8px; */
  width: 250px;
  max-width: 100%;
  margin: 2%;
}

.flex-container {
  display: flex;
  justify-content: space-around;
  place-items: center;
  flex-wrap: wrap;
  margin: 2%;
}
.flex-container p {
  color: #009ddb;
}
button {
  background: transparent;
  border-style: none;
  margin: 1%;
}
.icons {
  max-width: 50px;
  margin-bottom: 2%;
  padding: 2%;
}

.flex-container2 {
  display: flex;
  justify-content: space-around;
  place-items: center;
  flex-wrap: wrap;
  margin: 2%;
}
.flex-container2 p {
  color:#009ddb;
}
a {
  max-width: 90%;
}
a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Flama light", sans-serif;
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

p {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Flama light", sans-serif;
  text-align: center;
}
.bilder {
  display: grid;
  justify-self: center;
  max-width: 100%;
  border-radius: 10%;
  margin-bottom: 4%;
}
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 1%;
  justify-items: center;
  padding: 3%;
}
.logos {
  width: 100%;
}
.logoscontainer a {
  max-width: 60%;
  margin-bottom: 10%;
}
.logoscontainer {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  justify-content: space-between;
  align-items: center;
}

footer {
  background-color: #009ddb;
  min-height: 80px;
  margin: 0 auto;
  width: 100%;
}
footer p {
  display: flex;
  max-width: 100%;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
@media only screen and (max-width: 810px) {
  .gallery {
    display: grid;
    grid-template-columns: 1fr;
  }
  .logoscontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .logo {
    max-width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  footer {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  .icons {
    margin-top: 10px;
    max-width: 35px;
    margin-bottom: 20px;
  }
  .flex-container p {
    display: none;
  }
  .flex-container2 p {
    display: none;
  }
}
