h1 {
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 44px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Overpass, sans-serif;
  color: #263238;
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Overpass, sans-serif;
  color: #263238;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.section {
  position: relative;
  height: 100vh;
  padding: 50px;
  border: 15px solid #fff;
  background-image: url('../images/kms-zakelijk-back.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.section.normal {
  height: 200px;
  background-image: url('../images/man-met-jas.jpg');
  background-position: 50% 32%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  float: left;
}

.menu-icon-wrapper {
  position: static;
  margin-top: 30px;
  padding: 10px;
  float: right;
}

.line-top {
  width: 25px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
}

.line-top.rotate {
  -webkit-transform: rotate(45deg) translate(0px, 5px);
  -ms-transform: rotate(45deg) translate(0px, 5px);
  transform: rotate(45deg) translate(0px, 5px);
}

.line-center {
  width: 25px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
}

.line-center.rotate {
  -webkit-transform: rotate(-45deg) translate(0px, -6px);
  -ms-transform: rotate(-45deg) translate(0px, -6px);
  transform: rotate(-45deg) translate(0px, -6px);
}

.line-bottom {
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 400;
  display: none;
  overflow: hidden;
  border: 15px solid #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .89) 35%, #1e2224);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .89) 35%, #1e2224);
}

.top-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  padding: 50px;
}

.menu-items {
  position: relative;
  top: 20%;
  padding-top: 43px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.title-div {
  position: relative;
  top: 30%;
  text-align: center;
}

.small-subtitle {
  margin-bottom: 40px;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 5px;
  text-indent: 0px;
  text-transform: uppercase;
}

.button-large {
  padding: 25px 50px 25px 90px;
  background-color: #ff5722;
  -webkit-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  -webkit-transition: background-color 300ms ease-in, box-shadow 200ms ease;
  transition: background-color 300ms ease-in, box-shadow 200ms ease;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.button-large:hover {
  background-color: #e64a19;
  box-shadow: 0 20px 70px 0 rgba(255, 87, 34, .6);
}

.button-large.white {
  padding-left: 50px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease, color 200ms ease, box-shadow 200ms ease;
  transition: background-color 300ms ease, color 200ms ease, box-shadow 200ms ease;
  color: #ff5722;
}

.button-large.white:hover {
  box-shadow: 0 20px 70px 0 rgba(148, 36, 0, .6);
}

.button-large.regular {
  margin-bottom: 40px;
  margin-left: 30px;
}

.button-tekst {
  display: inline-block;
  -webkit-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
  font-size: 16px;
  letter-spacing: 7px;
  text-decoration: none;
}

.schicht {
  position: absolute;
  left: 50px;
  top: 25px;
  -webkit-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
}

.item {
  padding-bottom: 7px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  opacity: 0.7;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 5px;
  text-decoration: none;
}

.item:hover {
  border-bottom-color: #fff;
  opacity: 1;
}

.item-div {
  margin-bottom: 30px;
}

.bottom-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 6%;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.bottom-tekst {
  display: inline-block;
  font-family: Overpass, sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.staatsbosbeheer {
  position: absolute;
  left: 376px;
  bottom: -13px;
  z-index: 0;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.staatsbosbeheer:hover {
  opacity: 1;
}

.staatsbosbeheer.black {
  position: relative;
  left: 305px;
  bottom: -5px;
  display: none;
}

.staatsbosbeheer.z-index {
  z-index: 500;
}

.stichtingmm4 {
  position: absolute;
  left: 70px;
  bottom: 0px;
  z-index: 500;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.stichtingmm4:hover {
  opacity: 1;
}

.stichtingmm4.black {
  position: relative;
  left: -59px;
  bottom: -25px;
  z-index: 0;
  display: none;
  color: #263238;
}

.stichtingmm4.black2 {
  left: 70px;
  z-index: 0;
}

.stichting {
  font-family: Overpass, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.stichting.black {
  color: #263238;
}

.mm4 {
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
}

.mm4.black {
  color: #263238;
}

.bottom-link {
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.bottom-link:hover {
  opacity: 1;
}

.tekst-div {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 50px;
  font-size: 16px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #263238;
  font-size: 60px;
  line-height: 55px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.paragraph {
  margin-bottom: 40px;
  font-family: Overpass, sans-serif;
  color: #78909c;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.paragraph.column {
  margin-bottom: 0px;
}

.paragraph.column.black {
  font-weight: 600;
}

.paragraph.small {
  font-size: 16px;
  line-height: 25px;
}

.tekst-link {
  border-bottom: 1px dashed #3fbb85;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3fbb85;
  text-decoration: none;
}

.tekst-link:hover {
  color: #13a64d;
}

.section-footer {
  padding: 50px;
}

.foto {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.section-inschrijven {
  display: none;
  padding: 50px;
  background-color: #ff5722;
}

.div-inschrijven {
  text-align: center;
}

.inschrijven-tekst {
  display: inline-block;
  margin-right: 50px;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.webba {
  position: relative;
  top: -17px;
  display: inline-block;
  float: right;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Overpass, sans-serif;
  color: #607d8b;
  text-align: right;
  letter-spacing: 2px;
  text-decoration: none;
}

.webba:hover {
  opacity: 1;
}

.button-submit {
  padding: 25px 50px;
  background-color: #ec008c;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 7px;
}

.button-submit:hover {
  background-color: #ec008c;
  box-shadow: 0 20px 70px 0 rgba(236, 0, 140, .13);
}

.button-submit.bottommargin {
  margin-bottom: 30px;
}

.field {
  margin-bottom: 30px;
  padding: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #607d8b;
  font-family: Overpass, sans-serif;
  color: #455a64;
  font-size: 22px;
  font-weight: 300;
}

.field:hover {
  border-color: #ec008c;
}

.field:focus {
  border-color: #ec008c;
  background-color: #fff;
}

.form {
  margin-bottom: 40px;
}

.form-success {
  padding: 40px;
  background-color: #ec008c;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.form-error {
  padding: 40px;
  background-color: #ec008c;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.date {
  margin-top: 30px;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
}

.date.place {
  margin-top: 10px;
}

.logo-link {
  margin-right: 0px;
  margin-bottom: 0px;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-link:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.logo-link.hoofd {
  margin-bottom: 50px;
}

.logo-link._1 {
  margin-right: 40px;
  margin-bottom: 30px;
}

.row.bottom {
  margin-bottom: 40px;
}

.list {
  margin-bottom: 40px;
  padding-left: 30px;
  color: #3fbb85;
}

.col {
  padding-left: 0px;
}

.col.partner {
  display: block;
  padding: 0px 30px;
  text-align: center;
}

.link-fb {
  margin-right: 15px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-fb:hover {
  opacity: 1;
}

.link-insta {
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-insta:hover {
  opacity: 1;
}

.hpm {
  position: absolute;
  left: 167px;
  top: -20px;
  z-index: 0;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hpm:hover {
  opacity: 1;
}

.hpm.z-index500 {
  z-index: 500;
}

.hpm-logo {
  position: relative;
  left: -21px;
  top: 8px;
  display: none;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hpm-logo:hover {
  opacity: 1;
}

.row-2 {
  margin-bottom: 50px;
}

.bottomrow {
  position: relative;
  top: -35px;
  margin-bottom: 30px;
}

.row-small-logos {
  margin-bottom: 30px;
}

.image {
  width: 115px;
}

.html-div {
  width: 100%;
}

.paragraph-2 {
  font-family: Overpass, sans-serif;
  color: #78909c;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-3 {
  font-family: Overpass, sans-serif;
  color: #78909c;
  font-weight: 300;
}

.heading {
  margin-top: 23px;
  margin-bottom: 53px;
  line-height: 80px;
}

.link {
  color: #ec008c;
}

.ambitie {
  min-height: 210px;
  padding-top: 0px;
  border: 14px solid #fff;
  background-image: url('../images/ambitie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.over {
  min-height: 210px;
  margin-top: 0px;
  padding-top: 0px;
  border: 14px solid #fff;
  background-image: url('../images/over-kms_1.jpg');
  background-position: 80% 50%;
  background-size: cover;
}

.sport {
  min-height: 210px;
  padding-top: 0px;
  border: 14px solid #fff;
  background-image: url('../images/baanwielrenner.jpg');
  background-position: 0px -290px;
  background-size: cover;
}

.contact {
  min-height: 210px;
  padding-top: 0px;
  border: 14px solid #fff;
  background-image: url('../images/contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.voorwaarden {
  min-height: 210px;
  padding-top: 0px;
  border: 14px solid #fff;
  background-image: url('../images/boeken_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-2 {
  display: none;
}

.image-3 {
  display: none;
}

.bg-cover {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 210px;
  margin-top: 0px;
  padding-top: 0px;
  border: 14px solid #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(53, 45, 110, .5), rgba(53, 45, 110, .5));
  background-image: linear-gradient(180deg, rgba(53, 45, 110, .5), rgba(53, 45, 110, .5));
}

.body {
  overflow: visible;
}

.bg-overlay {
  position: absolute;
  width: 100%;
  min-height: 210px;
  margin-top: 0px;
  padding-top: 0px;
  border: 14px solid #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(58, 64, 136, .5), rgba(58, 64, 136, .5));
  background-image: linear-gradient(180deg, rgba(58, 64, 136, .5), rgba(58, 64, 136, .5));
}

html.w-mod-js *[data-ix="menu-initial"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .section {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .tekst-div {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sport {
    background-position: 0px 50%;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 40px;
  }
  .section {
    height: 100vh;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section.normal {
    height: 120px;
  }
  .logo {
    width: 40%;
  }
  .menu {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .89) 35%, #1e2224);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .89) 35%, #1e2224);
  }
  .top-wrapper {
    padding: 25px;
  }
  .menu-items {
    position: relative;
    top: 20%;
    display: block;
    padding-top: 35px;
    float: none;
    text-align: center;
  }
  .small-subtitle {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .button-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .schicht {
    top: 20px;
  }
  .item {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }
  .item.w--current {
    display: inline-block;
    text-align: center;
  }
  .item-div {
    margin-right: 35px;
    margin-bottom: 15px;
    float: left;
  }
  .tekst-div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .inschrijven-tekst {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .webba {
    top: 50px;
  }
  .row {
    margin-bottom: 15px;
  }
  .col.partner {
    margin-bottom: 10px;
    text-align: left;
  }
  .form-contact {
    width: 418px;
  }
  .bottomrow {
    position: static;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-top: 0px;
    font-size: 40px;
  }
  .section {
    height: 100vh;
    padding: 20px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .logo {
    width: 70%;
    margin-top: 3px;
  }
  .menu {
    height: 100vh;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .89) 35%, #1e2224);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .89) 35%, #1e2224);
  }
  .menu-items {
    top: 18%;
  }
  .small-subtitle {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .button-large {
    padding-right: 30px;
    padding-left: 30px;
  }
  .button-tekst {
    font-size: 16px;
    letter-spacing: 5px;
  }
  .item-div {
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
  }
  .staatsbosbeheer.black {
    position: static;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .stichtingmm4.black {
    position: static;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .mm4.black {
    text-align: center;
  }
  .tekst-div {
    padding: 30px 20px;
  }
  .h1 {
    font-size: 40px;
  }
  .paragraph {
    font-size: 18px;
    line-height: 32px;
  }
  .inschrijven-tekst {
    line-height: 30px;
  }
  .webba {
    top: 0px;
    display: block;
    margin-top: 20px;
    float: none;
    text-align: center;
  }
  .field {
    font-size: 18px;
  }
  .form-contact {
    width: 240px;
  }
  .hpm-logo {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .sport {
    background-image: url('../images/sport.jpg');
    background-position: 0px 50%;
    background-size: cover;
  }
}

