.box {
    width: 100%;
    height: 60px;
    background-color: lightblue;
}

.text {
    width: 50%;
    height: 200px;
    background-color: lightblue;
}

.bild img {
    transition: 300ms;
    padding: 10px;
    margin-bottom: 10px;
}

.bild img:hover {
    filter: invert(100%);
    background-color: white;
}

.navigation {
    display: flex;
    flex-direction: row;
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
}

body {
    background: black;
}

.navigation img {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
}

.navigation img {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
    transition: 300ms;
}

.navigation1 {
    color: black;
    padding: 3px 5px;
    transition: 300ms;
}

.navigation1 h3, .navigation2 h3  {
    margin: 0;
}

.navigation1:hover {
    background: black;
    color: white
}

.navigation2:hover {
    background: black;
    color: white
}

.navigation2 {
    margin-left: 10px;
    margin-right: 10px;
    color: black;
    transition: 300ms;
    padding: 3px 5px;
}

.zeile1 {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 40px;
}

.zeile1 img {
    margin-left: 300px;
    margin-bottom: 10px;
}

.zeile2 {
    margin-bottom: 40px;
}

.foolder {
    background: white;
    height: 120px;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text1 {
    margin-left: 10px;
    margin-top: 40px;
}

.test {
    margin-left: 10px;
}

.container:hover .overlay {
    opacity: 1;
}

.text12 {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95.5%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: auto;
  height: 200px;
}