.splash {
  padding-bottom: 30px;
}
.splash .header-splash {
  height: 200px;
  min-height: 200px;
  background: #274396 url(/site/assets/img/sfeerbeeld9.jpg) 100% 0px no-repeat;
  background-size: auto 100%;
  margin-bottom: 30px;
}
.splash .header-splash h1 {
  display: none;
}
.splash .header-splash h2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .splash .header-splash {
    height: 340px;
    min-height: 340px;
    position: relative;
    z-index: 1;
  }
  .splash .header-splash:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1f429c 20%, rgba(118, 187, 150, 0) 70%);
    z-index: -1;
  }
  .splash .header-splash h1 {
    z-index: 3;
    color: #fff;
    display: block;
    margin-top: 80px;
  }
  .splash .header-splash h2 {
    z-index: 4;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
  }
}
.splash .card {
  background-clip: padding-box;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  background-color: #e6f2fe;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.splash .card .grow {
  margin-bottom: 5px;
}
.splash .block {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
}
.splash .block h3 {
  color: #0a1a5d;
  font-size: 22px;
}
.splash .block a {
  color: #0a1a5d;
}
/*# sourceMappingURL=../maps/custom/splash.css.map */
