.container-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-logo {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  width: 100%;
}

.block-header-img {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
}

.block-header-img.mar-p-20.mar-b-20 {
  margin-bottom: 0px;
}

.block-header-img.flex-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.block-header-img.flex-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-header-img.no-mar-top {
  top: -60px;
  margin-top: 40px;
}

.block-header-img.discover-header-img {
  left: 0px;
  top: -80px;
  display: inline;
  margin-right: 10px;
  clear: none;
}

.block-header-text {
  position: absolute;
  left: 0px;
  top: 100px;
  right: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.block-header-text.discover-titel {
  position: relative;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.block-half-text {
  height: 100%;
  text-align: center;
}

.color {
  height: 100%;
  background-color: #e6e6e6;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-wrap.mar-b-20 {
  margin-bottom: 20px;
}

.flex-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-wrap.last-usp {
  margin-bottom: 0px;
}

.flex-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.flex-content.kleur {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 194, 255, 0);
}

.flex-content.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-content.space-between.mar-b-20 {
  margin-bottom: 20px;
}

.flex-content.space-vertical-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-txt {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #c4ddee;
}

.flex-txt.color {
  display: block;
  margin-right: 10px;
  margin-left: 0px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff4545;
}

.image-3 {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.button {
  margin-top: 20px;
  padding: 15px 50px;
  border-radius: 5px;
  text-transform: uppercase;
}

.button.black {
  position: static;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: box-shadow 200ms ease, opacity 200ms ease;
  transition: box-shadow 200ms ease, opacity 200ms ease;
}

.button.black:hover {
  background-color: #000;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75);
}

.button.red {
  border: 1px solid #8e1e21;
  border-radius: 4px;
  background-color: #8e1e21;
}

.button.red:hover {
  border-color: rgba(0, 0, 0, .7);
  background-color: #5a0e10;
}

.button.red.mar-b-20 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 15px 30px;
}

.button.red.mar-b-20.mar-t-0 {
  padding: 15px 75px;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: rgba(68, 68, 68, .27);
  color: #fff;
}

.copy-next {
  position: relative;
  top: 0px;
  display: block;
  width: 82%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.copy-below {
  position: static;
  top: 20px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body {
  background-color: #fff;
  font-family: 'Hoftype orgon', sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.copy-above {
  position: relative;
  top: 20px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.spacer-medium {
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.footer {
  margin-right: 10px;
  margin-left: 10px;
}

.footer.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.footer-content {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.white {
  color: #fff;
  text-align: left;
}

.white.mar-b-10.center {
  line-height: 28px;
}

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

.white.center.mar-t-40 {
  margin-top: 40px;
}

.white.center.margin-footer-txt {
  margin-bottom: 30px;
}

.block-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-sub {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  text-align: left;
}

.heading-sub.white {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.button-over-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.block-text {
  margin-right: 10px;
  margin-left: 10px;
}

.header-only-copy.center {
  font-size: 24px;
  font-weight: 400;
}

.section {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: left;
}

.center {
  line-height: 44px;
  text-align: center;
}

.image-4 {
  width: 300px;
}

.image-5 {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 250px;
}

.image-6 {
  position: static;
  width: 100%;
}

.heading-2 {
  position: absolute;
  left: 0px;
  top: 168px;
  right: 0px;
  font-size: 24px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.heading-2.m-t-105 {
  top: 105px;
}

.heading-2.m-t-150 {
  top: 150px;
}

.image-7 {
  position: relative;
}

.image-8 {
  width: 100%;
  margin-top: 0px;
  padding: 20px 10px;
}

.image-8.no-mar-top {
  padding-top: 0px;
}

.image-9 {
  width: 32.33%;
}

.image-10 {
  width: 32.33%;
}

.image-11 {
  width: 32.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-3 {
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph {
  color: #5e5a58;
  text-align: center;
}

.video {
  margin-right: 10px;
  margin-left: 10px;
}

.image-12 {
  display: block;
  width: 375px;
  margin-right: auto;
  margin-left: auto;
}

.image-13.mbl_content {
  display: none;
}

.mbl_content {
  display: none;
}

.image-14 {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.image-14.logo {
  width: 300px;
}

.link-block {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

.heading-1 {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
}

.heading-1.normal {
  width: 40%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 10px 0px 20px;
  background-color: transparent;
  color: #333;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
}

.heading-1.normal.white {
  text-align: center;
}

.heading-1.normal.discover-heading {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 10px;
  background-color: #f2f2f2;
  font-size: 34px;
  line-height: 50px;
  text-align: center;
}

.heading-1.normal.feather {
  width: 70%;
  margin-left: 10px;
  padding-left: 50px;
  margin-top: 75px;
}

.heading-5 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-block {
  color: #333;
  text-align: center;
  text-transform: none;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
}

.logo {
  display: block;
  width: 304px;
  margin-right: auto;
  margin-left: auto;
}

.heading-7 {
  text-transform: uppercase;
}

.text-block-2 {
  margin-top: 10px;
  color: #333;
  font-size: 17px;
  font-style: italic;
  text-align: center;
}

.video-2 {
  margin-top: 0px;
}

.video-3 {
  margin-top: 20px;
}

.heading-8 {
  position: absolute;
}

.text-block-3 {
  position: absolute;
  bottom: 60px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #ff0c0c;
  text-align: center;
}

.image-15 {
  width: 100%;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .block-header-img.mar-p-20.mar-b-20 {
    padding-top: 30px;
  }
  .block-header-text {
    top: 40px;
  }
  .block-header-text.discover-titel {
    top: 100px;
  }
  .image-3 {
    overflow: hidden;
    max-width: 100%;
  }
  .copy-next {
    top: 0px;
  }
  .body {
    font-size: 14px;
  }
  .heading {
    font-size: 28px;
  }
  .heading-sub {
    font-size: 28px;
    line-height: 34px;
  }
  .heading-1.normal.feather {
    width: 90%;
  }
}

@media (max-width: 767px) {

  .heading-1.normal.feather {
    margin-top:0px;
  }
  .block-header-img.mar-p-20.mar-b-20 {
    padding-top: 20px;
  }
  .block-header-text {
    top: 35px;
  }
  .flex-wrap {
    margin-bottom: 20px;
  }
  .flex-content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-content.kleur {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .image-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-6.feather-img {
    opacity: 0.75;
  }
  .heading-1.normal {
    font-size: 18px;
    line-height: 30px;
  }
  .image-16 {
    width: 100%;
  }
  .image-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 479px) {
  .image {
    width: 50%;
  }
  .block-header-img {
    display: block;
    padding-bottom: 0px;
    background-color: #fff;
  }
  .block-header-img.mar-p-20 {
    padding-bottom: 0px;
    background-color: #fff;
  }
  .block-header-img.mar-p-20.mar-b-20 {
    padding-top: 100px;
  }
  .block-header-img.dsk_content {
    display: none;
  }
  .block-header-img.no-mar-top {
    top: -100px;
    margin-top: 80px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .block-header-img.discover-header-img {
    top: -110px;
    bottom: 0px;
  }
  .block-header-text {
    position: static;
    bottom: 0px;
    display: block;
    margin-bottom: 0px;
  }
  .block-header-text.mbl_content {
    display: block;
  }
  .block-header-text.dsk_content {
    display: none;
  }
  .block-header-text.discover-titel {
    position: relative;
    top: 80px;
    width: 94%;
    margin: 30px 70px -20px 10px;
    padding-left: 10px;
    background-color: #f2f2f2;
  }
  .block-header-text.feather {
    position: absolute;
    top: -20px;
  }
  .flex-wrap {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-content.mar20 {
    margin-top: 20px;
  }
  .button.black {
    margin-top: 0px;
  }
  .button.red.mar-b-20 {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 20px;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: #444;
  }
  .button.red.mar-b-20.mar-t-0 {
    margin-top: 0px;
  }
  .copy-next {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .copy-below {
    top: 0px;
  }
  .copy-above {
    top: 0px;
    padding-top: 20px;
  }
  .spacer-medium {
    height: 20px;
  }
  .spacer-medium.dsk_content {
    display: none;
  }
  .footer-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .white {
    margin-bottom: 0px;
  }
  .white.mar-b-10 {
    margin-bottom: 10px;
  }
  .button-over-image {
    bottom: 20px;
  }
  .header-only-copy {
    font-size: 24px;
    line-height: 34px;
  }
  .image-5 {
    position: absolute;
    left: 10%;
    top: auto;
    right: 10%;
    bottom: 25px;
    display: block;
    width: 80%;
  }
  .image-6.feather-img {
    opacity: 0.75;
  }
  .heading-2.m-t-105 {
    position: static;
    top: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
  }
  .heading-2.m-t-150 {
    position: static;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
  }
  .image-8 {
    padding-right: 12px;
    padding-left: 10px;
  }
  .heading-3 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 21px;
  }
  .paragraph {
    margin-bottom: 30px;
    line-height: 20px;
  }
  .image-12 {
    width: 85%;
  }
  .image-13 {
    margin-bottom: 5px;
  }
  .image-13.mbl_content {
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .mbl_content {
    display: block;
  }
  .heading-1 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .heading-1.normal {
    width: 100%;
    line-height: 30px;
    text-align: center;
  }
  .heading-1.normal.discover-heading {
    font-size: 17px;
    line-height: 29px;
  }
  .heading-1.normal.feather {
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 16px;
  }
  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-block {
    font-size: 13px;
    line-height: 20px;
  }
  .logo {
    width: 75%;
  }
  .div-block {
    padding-bottom: 20px;
  }
}

@font-face {
  font-family: 'Hoftype orgon';
  src: url('../fonts/Hoftype---Orgon-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Hoftype orgon';
  src: url('../fonts/Hoftype---Orgon-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Hoftype orgon';
  src: url('../fonts/Hoftype---Orgon-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hoftype orgon';
  src: url('../fonts/Hoftype---Orgon-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Hoftype orgon';
  src: url('../fonts/Hoftype---Orgon-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}