@font-face {
 font-family: "Indie Flower";
 src: url("https://tagesweisheit.de/images/fonts/IndieFlower-Regular.ttf") format("truetype");
}

.container-header .mod-finder {
 margin-top: 2.1em;
}

.moduletable  .Einzelanzeige_Startseite {
    width: 100%;
    height: 90vh;
    background-size: cover;
    position: absolute;
    margin-top: -80px;
}

.Einzelanzeige_Startseite .mod-articles-item{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;

  font-family: "Indie Flower", cursive;
  font-weight: 700;
  font-style: normal;
font-size:3rem;
}

.Einzelanzeige_Startseite  .mod-articles-item-content {
width:400px;
}