* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
html {
  font-family: sans-serif;
  font-family: 'Roboto', sans-serif;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
}
.rij1 {
  height: 40vh;
  min-height: 280px;
}
.rij2 {
  background: #76777c;
  color: #fff;
  border-bottom: 2px solid  #fff;
  font-size: 22px;
}
p {
  margin: 0;
}
.rij3 {
  background: #e41818;
  color: #fff;
}
.rij3 a {
  color: #fff;
}
.laatsteRij {
  background: #76777c;
}
h1 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}


/* Extra small devices */
@media (max-width: 767px) {

.rij1 {
  height: auto;
  min-height: auto;
}
  .rij1 img {
    width: 240px;
    height: auto;
    margin-top: 60px;
  }
}
