body {
  background-image: url('/images/hintergrund_gsholle2048.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}

.blog-item {
  background-color: rgb(255 255 255 / 50%);
  border-radius: 18px;
}
.item-content {
  position: relative;
  padding: 10px 10px 10px 10px;
}
.blog-items {
  width: 80%;
}
.blog-featured {
  padding-left: 10%;
}

#mod-custom110 {
    width: 50%;
    float: right;
}
.container-topbar{
  padding: 10px;
}
.container-header {
  background-color: rgb(255 255 255 / 24%);
}
