.weiterleitung-container {
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}


.designs-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #343A40;
}
.designs-navlink {
  display: contents;
}
.designs-image {
  width: 250px;
  align-self: center;
  margin-top: 80px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
  text-decoration: none;
}
.designs-text {
  color: #ADB5BD;
  width: var(--dl-size-size-xlarge);
  font-size: 40px;
  align-self: center;
  margin-top: 5px;
  text-align: center;
  font-family: Galindo;
  margin-bottom: 5px;
}
.designs-text1 {
  color: #ADB5BD;
  width: var(--dl-size-size-xxlarge);
  font-size: 20px;
  align-self: center;
  text-align: center;
  padding-bottom: 25px;
}
.designs-text2 {
  color: #ADB5BD;
}
@media(max-width: 479px) {
  .designs-image {
    margin-top: 60px;
  }
}
