
.body-innerwrapper {overflow-x: unset;}

/* Aanpassingen default template */

#sp-header {
  box-shadow: none;
}

.layout-boxed .body-innerwrapper {
  box-shadow: none;
}

.article-ratings-social-share {
    display: none !important;
}

#sp-main-body {
  padding: 0;
  margin-top: 12px;
}

p.fullwidth {
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
}

img.fullwidth {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.article-details .article-can-edit {
  margin-bottom: 0;
}

#sp-main-body {
  background: rgba(0,0,0,0.8);
}

@media (min-width: 768px) {

  #sp-main-body {
    background: none;
  }

}

.image-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
}
.image-overlay .image-background {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  float: left;
}

.image-overlay .text-foreground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.image-background {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  float: left;
}

.text-foreground {
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 20;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

@media (max-width: 768px) {

  .text-foreground {
    font-size: 30px;
  }

}


.text-foreground,
.text-foreground a,
.text-foreground a:hover,
.text-foreground:hover {
  color: #ffdd33;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 23px 35px;
}