:root {
  --white: white;
  --black: black;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  transition: color .15s;
}

a:hover {
  color: #888;
}

label {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.sctn-header {
  background-image: url('../images/heading-img-book2x.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
}

.sctn-header.eng {
  background-image: url('../images/heading-img-book-eng-bg2x.jpg');
}

.sctn-header.dui {
  background-image: url('../images/heading-img-book-dui-bg2x.jpg');
}

.body {
  height: 100%;
}

.cntr-header {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-right: 460px;
  display: flex;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.btn {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #1f2544;
  border: 1px solid #000;
  padding: 15px 25px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s;
}

.btn:hover {
  color: #1f2544;
  background-color: #fff;
}

.btn.white {
  color: #1f2544;
  background-color: #fff;
  border: 1px solid #1f2544;
}

.btn.white:hover {
  color: #fff;
  background-color: #1f2544;
}

.btn.white.spacing-negative {
  z-index: 1000;
  position: relative;
}

.btn.spacing-top-m {
  margin-top: 30px;
}

.sctn-over-mij {
  z-index: 1000;
  background-color: #fff;
  padding-top: 7%;
  padding-bottom: 7%;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.txt-right-align {
  float: right;
}

.column-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-txt {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cntr-over-mij {
  display: flex;
}

.dv-img {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dv-txt {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 75px;
  display: flex;
}

.dv-txt.spacing-top-m {
  width: 60%;
}

.img-govert-schuuring {
  border: 5px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.sctn-boekinzage {
  background-image: url('../images/bg-txt-blur2x.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.cntr-boekinzage {
  background-image: url('../images/boek-inzage2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
}

.cntr-boekinzage.eng {
  background-image: url('../images/inzage-boek-eng.png');
}

.cntr-boekinzage.dui {
  background-image: url('../images/inzage-boek-dui.png');
}

.div-block {
  background-image: url('../images/boek-inzage2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sctn-bestellen {
  z-index: 1000;
  background-color: #dce6e7;
  padding-top: 7%;
  padding-bottom: 7%;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.container {
  padding-left: 10%;
  padding-right: 10%;
}

.img-qr-code {
  float: none;
}

.dv-right-align {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.form {
  width: 390px;
  margin-top: 30px;
}

.field-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.txt-field {
  height: 50px;
}

.txt-field:focus {
  border: 3px solid #888;
}

.txt-field.spacing-bottom-m {
  margin-bottom: 30px;
}

.divider {
  background-color: #888;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.align-middle {
  text-align: center;
}

.txt-footer-small {
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .cntr-header {
    padding-right: 50%;
  }

  .cntr-boekinzage {
    height: 650px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }

  p {
    font-size: 14px;
    line-height: 28px;
  }

  .sctn-header {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .cntr-header {
    padding-left: 5%;
    padding-right: 40%;
  }

  .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 13px;
  }

  .btn.white {
    padding: 15px 20px;
    font-size: 13px;
    line-height: 13px;
  }

  .btn.spacing-top-m {
    margin-top: 15px;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 13px;
  }

  .sctn-over-mij {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .cntr-over-mij {
    flex-direction: column;
  }

  .dv-img {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
  }

  .dv-txt {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dv-txt.spacing-top-m {
    width: 100%;
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .img-govert-schuuring {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  }

  .cntr-boekinzage {
    height: 500px;
  }

  .sctn-bestellen {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .form {
    width: auto;
  }

  .txt-field {
    height: 40px;
  }

  .txt-footer-small {
    font-size: 12px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .cntr-boekinzage {
    height: 350px;
  }
}


