.projekt-bild-titel-mobile {
    position: absolute;
    width: 100%;
    font-family: Krona;
    font-size: 12px;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    text-decoration: none;
    color: white;
    /* transition: font-variation-settings 0.1s ease, letter-spacing 0.1s ease; */
    /* transition: font-variation-settings 0.1s ease, letter-spacing 0.1s ease; */

    padding-top: 10px;

    pointer-events: none;

    z-index: 2;

    opacity: 0;

    padding-left: 10px;
    padding-right: 10px;

    text-align: center;
}

@media only screen and (max-width: 1000px) {

.projekt-bild-titel-mobile {
  opacity: 1;
  text-shadow: 0px 0px 8px rgba(0,0,0,1.0);
}

.bild-credit {
  opacity: 1;
  text-shadow: 0px 0px 8px rgba(0,0,0,1.0);
}




.main {
  align-content: baseline;
}


.projekt-frame {
  width: calc(50vw - 15px);
  height: 30vw;
}

.projekte-filter {
  flex-wrap: wrap;
}

.optspace {
  margin-top: 10px;
}

}



@media only screen and (max-width: 600px) {

.projekt-frame {
  width: calc(100vw - 30px);
  height: 50vw;
}

}
