/*Hintergrundbild über ganze Seite */

body.site {
  background: transparent;
  background-image: url(../../../../../images/schaeren_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  }


.mod-breadcrumbs__wrapper {
    background-color: #efefef;

}

.container-sidebar > .moduletable {
  background-color: #fefefe;
  border-radius: 1em;
  padding: 1em;
}

.blog-items {
    background-color: #fefefe;
    border-radius: 1em;
    padding: 1em;
}

.com-content-article {
    background-color: #fefefe;
    border-radius: 1em;
    padding: 1em;  
}


.letztebeitraege > ul {
  list-style: none;
}

.letztebeitraege > ul > li > a {
text-decoration: none;
}

.boxplusx-container {
  background-color: rgb(255, 255, 255);
}