html {
  font-size: 12px;
}

body {
  margin: 0;
  font-family: co-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

h1 {
  color: #f8aa00;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  font-family: co-headline, sans-serif;
  font-weight: 700;
  font-style: normal;
}

div {
  padding: 45px;
}
div h1,
div h2,
div h3,
div p {
  max-width: 1000px;
  margin: 0 auto;
}

sup {
  font-size: 50%;
  margin-left: 5px;
}

.section-1 {
  position: relative;
  background-color: #c8e1f5;
  -webkit-transition: 200ms background-color;
  transition: 200ms background-color;
  padding: 0;
}
.section-1 .logo {
  padding: 0;
  height: 80px;
  position: absolute;
  width: 100%;
  max-width: 100%;
}
.section-1 .language {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px;
  font-size: 1rem;
  background: #fff;
}
.section-1 .language a {
  padding: 10px;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.section-1 .language .active {
  background: #f8aa00;
}
.section-1 .content {
  position: relative;
  display: block;
  height: 400px;
  overflow: hidden;
}
.section-1 .content .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-1 .content .zon {
  left: 0;
}
.section-1 .content .cloud {
  right: 0;
  opacity: 0;
}
.section-1 .content .weer {
  width: 90px;
  margin: 0;
  position: absolute;
  top: 0;
  padding: 20px;
  -webkit-transition: 200ms opacity;
  transition: 200ms opacity;
}
.section-1 .content .biker {
  position: relative;
  width: 192px;
  position: absolute;
  will-change: transform;
  bottom: 20px;
  -webkit-animation: marquee 12s linear infinite;
          animation: marquee 12s linear infinite;
}
.section-1 .content .biker .cirkel {
  padding: 0;
  left: 80px;
  width: 50%;
  bottom: 50px;
  position: absolute;
  z-index: 9;
  -webkit-animation: rotation 22s infinite linear;
}
.section-1 .content .biker .fiets1,
.section-1 .content .biker .fiets2 {
  width: 100%;
  position: absolute;
  bottom: 0px;
  -webkit-transition: 200ms opacity;
  transition: 200ms opacity;
}
.section-1 .content .biker .fiets2 {
  opacity: 0;
}
.section-1 .content .usp1,
.section-1 .content .usp2 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0em 0em;
  -webkit-transition: 200ms opacity;
  transition: 200ms opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-1 .content .usp1 h3,
.section-1 .content .usp2 h3 {
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 4em;
  font-weight: normal;
  line-height: 1.2em;
}
.section-1 .content .usp2 {
  opacity: 0;
}

@-webkit-keyframes marquee {
  0% {
    right: 100%;
  }
  100% {
    right: -50%;
  }
}

@keyframes marquee {
  0% {
    right: 100%;
  }
  100% {
    right: -50%;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.section-2 {
  color: white;
  background-color: #f8aa00;
  padding: 15px 0;
  text-align: center;
}
.section-2 h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem;
  max-width: 1200px;
}

.section-3 p {
  padding-top: 20px;
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: center;
}

.section-4 {
  background-color: #89928f;
}
.section-4 img {
  width: 49%;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .section-4 img {
    width: 100%;
  }
}

.section-5 {
  background-color: #c8e1f5;
}
.section-5 .wrapper {
  max-width: 870px;
  margin: -3px auto 0 auto;
}
.section-5 .wrapper .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  margin: 0px auto;
}
.section-5 .wrapper .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-5 .wrapper .pictureWrapper {
  padding: 23px 0px 0px 0px;
}
.section-5 .wrapper .pictureWrapper img:first-child {
  margin-bottom: 20px;
}
.section-5 .wrapper .pictureWrapper img {
  width: 100%;
}

.section-6 {
  position: relative;
  background-color: white;
}
.section-6 img {
  width: 80%;
  max-width: 400px;
  margin: auto;
  display: block;
  padding: 50px 20px;
}
.section-6 p {
  padding-top: 20px;
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: center;
}
.section-6:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 70px;
  margin-left: -70px;
}
.section-6 .visie {
  margin: 0 auto;
  max-width: 500px;
}
.section-6 .visie span {
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
}

.section-7 {
  background-color: #ea515a;
}
.section-7 h1 {
  padding-top: 100px;
  padding-bottom: 60px;
  color: #fff;
}
.section-7 h1 #cta {
  background-color: #f8aa00;
  padding: 0px 20px 5px 20px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 200ms -webkit-box-shadow;
  transition: 200ms -webkit-box-shadow;
  transition: 200ms box-shadow;
  transition: 200ms box-shadow, 200ms -webkit-box-shadow;
}
.section-7 h1 #cta:hover {
  -webkit-transition: 200ms -webkit-box-shadow;
  transition: 200ms -webkit-box-shadow;
  transition: 200ms box-shadow;
  transition: 200ms box-shadow, 200ms -webkit-box-shadow;
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.5);
}

.section-8 {
  padding: 10px;
  background-color: #000;
  color: white;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
}

.section-9 {
  position: relative;
  background-color: white;
}
.section-9 img {
  display: block;
  width: 350px;
  margin: 30px auto 0 auto;
}

@media screen and (min-width: 1400px) {
  .section-1 .content .biker {
    -webkit-animation: marquee 18s linear infinite;
            animation: marquee 18s linear infinite;
  }
}
@media screen and (min-width: 900px) {
  img {
    max-width: 1000px;
  }

  .weather {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 10px;
  }

  div {
    padding: 25px;
  }
  div h1,
div h2,
div h3,
div p {
    padding: 0;
  }

  .section-1 .logo {
    position: relative;
  }
  .section-1 .content {
    height: 280px;
  }
  .section-1 .content .weer {
    width: 70px;
  }
  .section-1 .content .biker {
    -webkit-animation: marquee 8s linear infinite;
            animation: marquee 8s linear infinite;
    width: 150px;
  }
  .section-1 .content .biker .cirkel {
    left: 60px;
    bottom: 30px;
  }

  #cta {
    display: block;
    width: 200px;
    margin: 15px auto 5px auto;
    line-height: 6rem;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 8px;
  }

  div {
    padding: 25px;
  }
  div h1,
div h2,
div h3,
div p {
    padding: 0;
  }

  .section-1 .logo {
    height: 70px;
  }
  .section-1 .content {
    height: 250px;
  }
  .section-1 .content .weer {
    width: 70px;
  }
  .section-1 .content .biker {
    -webkit-animation: marquee 8s linear infinite;
            animation: marquee 8s linear infinite;
    width: 130px;
  }
  .section-1 .content .biker .cirkel {
    left: 50px;
  }

  #cta {
    display: block;
    width: 150px;
    margin: 15px auto 5px auto;
    line-height: 6rem;
  }

  .section-5 .wrapper .pictureWrapper {
    padding: 14px 0px 0px 0px;
  }
  .section-5 .wrapper .pictureWrapper img:first-child {
    margin-bottom: 12px;
  }
}