body {
background: #e9e9f0;  
}
h1{
  color: #8e778a;
}
.container{
    background: #fff;
    padding-right:35px!important;
    padding-left:35px!important;
}

header,.border-bottom{
    border-bottom: 1px solid #8e778a!important;
}
.nav-link{
    color:#8e778a;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #ae94aa;
  background-image: linear-gradient(to bottom, #ae94aa 0%, #8e778a 100%);
}
.meinstartseitentext{
    margin-top:20px;
}
.lazy {
            /* Optional: Füge hier Platzhalter-Stile hinzu */
            min-height: 200px; /* Beispielhöhe */
            background: #eee; /* Beispiel-Platzhalterfarbe */
        }
.nav-item{
    margin-right:5px;
}