/**
Bugfixes here
 */
body .paragraph--type--section.paragraph--background-image::before {
  z-index:0;
}
body .paragraph--type--testimonial-item .field--name-field-media-image img {
  border-radius: 0;
}
/**
Option full width
 */
body .block-vito-introtext.introtext-full-width {
  width: 100%;
  max-width:100%;
}
body.vito--intro-text-white .block-vito-introtext * {
  color: #fff;
}
body.vito--intro-text-white .block-vito-introtext a {
  text-decoration: underline;
}
/**
General bugfix
 */
.paragraph--type--icon-with-text .field--title {
  position: absolute;
  top: -1.25rem;
  left: 0;
}
body ul.tabs li {
  list-style: none;
  display: inline-block;
}
body  ul.tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body ul.tabs li a {
  display: block;
  padding: 12px 20px;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  color: #002e56;
}
.region--tabs {
  position:fixed;
  bottom:0;
  left:0;
  z-index:10;
}
ul.tabs.primary {
  background: #15ea75;
  margin: 0;
}
.tabs.primary .is-active a {
  color: #002e56;
  background-color: #f9f9f9;
  border-bottom: 2px solid #15ea75;
}
.tabs a:hover {
  border-bottom: 2px solid #002e56;
}
#block-mainnavigation a[href="/nl"][data-drupal-link-system-path="<front>"] {
  display: none;
}


