@font-face {
   font-family: 'LibreFranklin-Thin';
   src: url('./fonts/LibreFranklin-Thin.ttf');
 }

 @font-face {
   font-family: 'LibreFranklin-Light';
   src: url('./fonts/LibreFranklin-Light.ttf');
 }

 @font-face {
   font-family: 'LibreFranklin-ExtraLight';
   src: url('./fonts/LibreFranklin-ExtraLight.ttf');
 }

 @font-face {
   font-family: 'LibreFranklin-Bold';
   src: url('./fonts/LibreFranklin-Bold.ttf');
 }

 @font-face {
   font-family: 'LibreFranklin-Regular';
   src: url('./fonts/LibreFranklin-Regular.ttf');
 }

 @font-face {
   font-family: 'LibreFranklin-Medium';
   src: url('./fonts/LibreFranklin-Medium.ttf');
 }

 @font-face {
   font-family: 'LibreFranklin-SemiBold';
   src: url('./fonts/LibreFranklin-SemiBold.ttf');
 }
 
 body {
   font-family:'LibreFranklin-Regular';
 }

 .container {
  padding-right: 0;
  padding-left: 0;
  border: 1px
 }

 img.mx-auto {
  width: 2rem;
  margin-top: 1rem;
  margin-right: 0 !important;
  margin-bottom: 0;
  margin-left: 1rem !important;
 }

  hr {
    margin-top: o;
    margin-bottom: 0;
    border: 0;
    border-top:0;
 }

 h1, .h1 {
   font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'LibreFranklin-Light', sans-serif;
}

a {
  color: #8C96A0;
  text-decoration: none;
}

a:hover,
a:active {
  color: #8C96A0;
  text-decoration: underline;
}

/* Title */
 h2#page-title {
   font-family:'LibreFranklin-Light', sans-serif;
   font-size: 2.7rem;
   line-height: 2.7rem;
   margin-bottom: 0;
   margin-top: 1rem;
   margin-block-start: 0;
}

/* Subtitle */
.lead {
  font-family:'LibreFranklin-Light', sans-serif;
  font-size: 18px;
}

/* Button */
.btn {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 16px 40px 16px 20px;
  font-size: 19px;
  border-radius: 0;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 16px 40px 16px 20px;
  font-size: 19px;
  line-height: 100%;
  border-radius: 0;
}

.btn-primary,
.btn-success {
  color: #000;
  background-color: #d4dbde;
  border-color: #d4dbde;
}

.btn-primary:hover,
.btn-success:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

input[type="submit"].btn-block,
.btn-block {
  display: inline-block;
  width: auto;
}

#buttons,
form {
  position: relative;
}

#buttons .col-sm-12,
form .col-sm-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

input.newsletter-pwd+.col-sm-12 {
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

#buttons > div::after {
  content:"";
  position: absolute;
  top: 18px;
  right: 30px;
  display: inline-block;
  background: url('/resources/images/arrow_forward_black.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
}

#buttons > div:hover::after,
#buttons > div:active::after {
  content:"";
  position: absolute;
  top: 18px;
  right: 30px;
  display: inline-block;
  background: url('/resources/images/arrow_forward_white.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
}

form .col-sm-12::after {
  content:"";
  position: absolute;
  top: 23px;
  right: 30px;
  display: inline-block;
  background: url('/resources/images/arrow_forward_black.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
}

form .col-sm-12:hover::after,
form .col-sm-12:active::after {
  content:"";
  position: absolute;
  top: 23px;
  right: 30px;
  display: inline-block;
  background: url('/resources/images/arrow_forward_white.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #000;
  border-color: #000;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 150, 160, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active {
  background-color: #000;
  border-color: #000;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 150, 160, 0.5);
}

#container-header .offset-lg-2 {
  margin-left: 0;
}

#container-header .col-lg-8 {
  display: block;
  width: 100vw;
  max-width: 100vw;
}

 #container-content {
  width: 100vw;
 }

 /* Titelblok */
 #container-header::after {
  content: "";
  background: url('/resources/images/gf-dividertop2-white.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 5vw;
}

/* #page-info::after {
  content: "";
  background: url('/resources/images/gf-dividertop2-white.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 5vw;
} */

#page-info {
  background-color: white;
}

#page-content::after {
  content: "";
  background: url('/resources/images/gf-dividerdown3-white.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 5vw;
  bottom: -5vw;
  position: absolute;
}

/* Message blok */
#page-messages {
  background-color: white;
  padding-top: 3rem;
}

/* Formulier blok */
#page-content {
  background-color: white;
  padding-bottom: 5rem;
  position: relative;
}

#page-info .col-lg-8,
#page-messages .col-lg-8,
#page-content .col-lg-8 {
  width: 90vw;
  margin: 0 auto;
}

.alert-primary {
  color: #000;
  background-color: #d4dbde;
  border-color: #d4dbde;
}

.alert-danger {
  color: #FA1900;
  border-color: #FA1900;
  font-size: 14px;
  background-color: white;
}

.help-block,
.help-block-error {
  color: #FA1900;
  position: relative;
  font-size: 14px;
  padding: 0.5rem 1rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}




  @media (min-width: 576px) {
    .container {
      max-width: 100vw;
    }
   }
   
   @media (min-width: 768px) {
    .container {
      max-width: 100vw;
    }

    #page-info .col-lg-8,
    #page-messages .col-lg-8,
    #page-content .col-lg-8 {
      width: 90vw;
      margin: 0 auto;
    }
   }
   
   @media (min-width: 992px) {
    .container {
      max-width: 100vw;
    }

    #page-messages .col-lg-8.offset-lg-2,
    #page-content .col-lg-8.offset-lg-2 {
      max-width: 960px;
    }

    .offset-lg-2 {
        margin-left: 25%;
    }

    img.mx-auto {
      width: 3rem;
      margin-top: 2rem;
      margin-right: 0 !important;
      margin-bottom: 0;
      margin-left: 2rem !important;
     }

     /* Title */
    h2#page-title {
        font-family:'LibreFranklin-Light', sans-serif;
        font-size: 3.7rem;
        line-height: 3.7rem;
        margin-bottom: 0;
    }

    #page-info .col-lg-8,
    #page-messages .col-lg-8,
    #page-content .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
   }
   
   @media (min-width: 1200px) {
    .container {
      max-width: 100vw;
    }

    #page-messages .col-lg-8.offset-lg-2,
    #page-content .col-lg-8.offset-lg-2 {
      max-width: 1100px;
    }

    .offset-lg-2 {
      margin-left: 25%;
    }

    img.mx-auto {
      width: 3rem;
      margin-top: 2rem;
      margin-right: 0 !important;
      margin-bottom: 0;
      margin-left: 2rem !important;
     }

     h2#page-title {
      font-family:'LibreFranklin-Light', sans-serif;
      font-size: 3.7rem;
      max-width: 1100px;
      margin: 0 auto;
    }

    .lead {
      max-width: 1100px;
      margin: 1rem auto 0 auto;
    }
   }