body {
  min-height: 100vh;
  background-color: #c0c0c0;
}

a{
  color: #019682;
  font-weight: bolder;
}


.container {
  margin-top: 40px;
  background-color: white;
}

#projektlogos {
  margin-top: 5px auto;
}

#projektlogos .card {
  border: 0px;
}

#projeklogos .img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.projektpartnerlogos{
  width: 150px;
height: 150px;
  display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.projektpartnerlogos img{
  width: 150px;
  height: auto;
}

.wbk_gruen{
  color: #019682;
}

img{
  z-index: 100;
}

.text-justify-hyphen {
    text-align: justify;      /* Blocksatz aktivieren */
    hyphens: auto;            /* automatische Silbentrennung aktivieren */
    word-wrap: break-word;    /* Umbruch langer Wörter erzwingen */
}