.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #f5a055;
  font-family: 'Sawtonindustrial webfont', sans-serif;
  color: #393b41;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.summary {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: 'Sawtonindustrial webfont', sans-serif;
  color: #101011;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: 'Sawtonindustrial webfont', sans-serif;
  color: #101011;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

h2.large {
	font-size: 38px;
	line-height: 44px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: 'Sawtonindustrial webfont', sans-serif;
  color: #101011;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 3px;
  margin-bottom: 20px;
  font-family: 'Sawtonbauhaus webfont', sans-serif;
  color: #101011;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Sawtoncircular webfont', sans-serif;
  color: #393b41;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.button {
  display: inline-block;
  margin: 5px 0px 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Sawtoncircular webfont', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.button:hover {
  background-color: #d61726;
}

.button:active {
  background-color: #000;
}

.button.w--current {
  background-color: #000;
}

.button.w--current:hover {
  background-color: #f5a055;
}

.button.diap {
  background-color: #393b41;
  color: #fff;
}

.button.diap:hover {
  background-color: #f5a055;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 95px;
  margin-top: 0px;
  padding: 80px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #d61726;
  text-align: center;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.hero {
  display: block;
  height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 4px none #69b9ff;
  background-color: #000;
  background-image: url('../images/RAW-02706.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.hero-section.hero.midden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(315deg, #95d3e4, #0087b1 20%, #d61726);
}

.hero-section.hero.dieper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-section.hero.aanbod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  background-position: 50% 85%;
}

.hero-section.hero.prijzen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC02075.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #000;
  color: #000;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #393b41;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-bottom: 0px;
  margin-left: 30px;
  border-bottom-width: 0px;
  font-family: 'Sawtonindustrial webfont', sans-serif;
  color: #fff;
  font-weight: 400;
}

.spc {
  padding-right: 40px;
  padding-left: 40px;
}

.opening-bttn {
  display: block;
  min-height: auto;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
  font-family: 'Sawtonbauhaus webfont', sans-serif;
  color: #fff;
  font-size: 20vh;
  line-height: 85%;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.opening-bttn:hover {
  color: #f5a055;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: #f5a055;
}

.div-block {
  height: 8vh;
  max-height: 8vh;
  background-color: transparent;
}

.div-block.oranje {
  height: 6vh;
}

.div-block.rood {
  height: 6vh;
  background-color: #d61726;
}

.paragraph-wit {
  margin-top: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

.heading-3 {
  display: block;
  width: auto;
  min-width: auto;
  margin-bottom: 0px;
  padding: 3px 0px;
  background-color: transparent;
  font-family: 'Sawtonbauhaus webfont', sans-serif;
  color: #000;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 20px;
  -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;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span {
  position: static;
  left: 0px;
  z-index: auto;
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #d61726;
  color: #fff;
  font-weight: 500;
  text-align: left;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-span.rood {
  display: inline;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
  color: #f5a055;
  font-size: 32px;
}

.paragraph {
  padding-top: 10px;
  color: #000;
  font-weight: 100;
  text-align: left;
  white-space: normal;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.abonnementen {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.introduction-to-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101011;
  background-image: url('../images/Icon-Zwart-RGB-zonder-marge-boven.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  margin-left: -23px;
  padding-left: 0px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.container-3.midden {
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d61726;
}

.heading-4 {
  padding: 0px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.heading-4:hover {
  color: #f5a055;
}

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

.paragraph-3.afstand {
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}

.aanbod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5a055;
}

.div-block-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.heading-7 {
  color: #101011;
}

.text-span-2 {
  position: relative;
  top: -5px;
  margin-left: -2px;
  padding-left: 0px;
  font-size: 14px;
  text-indent: 0px;
}

.heading-8 {
  margin-bottom: 0px;
  padding-left: 0px;
}

.intro {
  color: #d61726;
  text-align: left;
}

.carroussel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  max-width: 100vw;
  min-height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101011;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/HomepageAchtergrond.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px 20px 10px 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-family: 'Sawtonindustrial webfont', sans-serif;
  color: #fff;
  font-size: 200%;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.nav:hover {
  color: #f5a055;
}

.nav:active {
  color: #fff;
}

.nav.cta {
  color: #d61726;
}

.nav.cta:hover {
  color: #f5a055;
}

.grote-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 100%;
  margin-top: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-7 {
  max-width: 100%;
  margin: 0px 0px 0px 20px;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.image-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-height: 25vh;
  max-width: none;
  min-height: 20vh;
  min-width: auto;
  margin-right: auto;
  padding-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.brand {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.menu-button {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  padding: 20px;
  float: right;
  clear: right;
}

.menu-button:hover {
  background-color: transparent;
}

.menu-button:active {
  background-color: transparent;
}

.icon {
  color: #fff;
  font-size: 32px;
}

.icon:hover {
  color: #f5a055;
}

.nav-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 100vh;
  min-height: auto;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #000;
  color: #fff;
  text-align: right;
}

.nav-menu:hover {
  color: #f5a055;
}

.nav-menu:active {
  color: #fff;
}

.container-8 {
  height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-2 {
  width: auto;
  height: 100%;
  max-width: 100vw;
  min-width: auto;
  background-color: transparent;
}

.slide-3 {
  background-image: url('../images/RAW-02798.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/RAW-02749.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/RAW-02172.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/RAW-02320.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/RAW-02776.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 10px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
}

.columns-3 {
  margin-right: 0px;
  margin-left: 0px;
}

.icon-3 {
  margin: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #000;
  font-size: 25px;
  text-align: center;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 0px;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.column-3 {
  height: 100%;
  background-image: url('../images/nona-squat.png');
  background-position: 50% 100%;
  background-size: cover;
}

.column-3.aanpak {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rob-stepup.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-3.crossfit {
  background-image: url('../images/RAW-02561.jpg');
}

.column-3.teaser {
  padding-left: 0px;
  background-image: url('../images/RAW-02600.jpg');
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-4.rood {
  display: inline;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-color: #d61726;
  color: #f5a055;
  font-weight: 500;
}

.text-span-4.rood.kopregel {
  display: inline;
  margin-top: 60px;
  margin-bottom: 140px;
  padding-bottom: 0px;
}

.text-span-4.zwart {
  background-color: #000;
  color: #fff;
}

.slide-8 {
  background-image: url('../images/RAW-02561.jpg');
  background-position: 50% 30%;
  background-size: auto;
}

.heading-12 {
  color: #fff;
}

.submit-button {
  background-color: #0087b1;
}

.submit-button:hover {
  background-color: #f5a055;
}

.column-5 {
  padding: 0px 20px;
}

.paragraaf-wit {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
}

.body {
  display: block;
}

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

.subkop {
  font-family: 'Sawtonindustrial webfont', sans-serif;
  color: #f5a055;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-3 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.link-block {
  padding-right: 20px;
  text-decoration: none;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101011;
}

.columns-5.swap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-8 {
  max-width: 60%;
}

.image-9 {
  max-width: 60%;
}

.container-11 {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.afsluiting-prijzen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/prijzen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-6 {
  max-height: 75vh;
  max-width: 75vw;
  min-height: 50vh;
  min-width: 50vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/Logo-Verticaal-txt-klein-Zwart-RGB-256x256_v1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link {
  color: #fff;
  font-weight: 300;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon-4.accordion-icon {
  font-family: Materialicons, sans-serif;
  color: #f5a055;
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  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;
  color: #393b41;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  line-height: 30px;
  cursor: pointer;
}

.accordion-heading:hover {
  color: #f5a055;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.section-faq {
  padding: 150px 30px;
  background-color: #f5a055;
}

.heading-14 {
  text-align: center;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-card {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  padding: 88px;
  border-radius: 8px;
  background-color: transparent;
}

.section-5 {
  position: relative;
  padding-top: 128px;
  padding-bottom: 128px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-5.haze {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d61726;
}

.input {
  height: 48px;
  min-width: 228px;
  margin-bottom: 0px;
  padding: 7px 24px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
}

.input:focus {
  border-color: #e6e8f0;
}

.input::-webkit-input-placeholder {
  color: #a9aec3;
}

.input:-ms-input-placeholder {
  color: #a9aec3;
}

.input::-ms-input-placeholder {
  color: #a9aec3;
}

.input::placeholder {
  color: #a9aec3;
}

.input.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label-3 {
  color: #000;
}

.field-label-4 {
  color: #000;
}

.field-label-5 {
  color: #000;
}

.columns-6 {
  padding: 40px 40px 0px;
  background-color: #000;
}

.column-10 {
  padding: 40px;
}

.heading-19 {
  padding: 0px;
  background-color: transparent;
  font-family: 'Sawtonbauhaus webfont', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.div-block-9 {
  min-height: 200px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button:active {
    background-color: #000;
  }

  .section {
    position: static;
    top: auto;
    bottom: auto;
    display: block;
    max-height: none;
    min-height: 95vh;
    padding-right: 40px;
    padding-left: 40px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-section.hero {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/RAW-02706.jpg');
    background-position: 60% 50%;
    background-size: cover;
  }

  .hero-section.hero.midden {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-section.hero.dieper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-section.contact {
    background-position: 0% 50%;
  }

  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .spc {
    padding-right: 0px;
    padding-left: 0px;
  }

  .opening-bttn {
    font-size: 17vw;
  }

  .opening-bttn:active {
    color: #fff;
  }

  .div-block {
    max-width: none;
    min-height: 8vh;
  }

  .paragraph-wit {
    font-size: 14px;
    line-height: 21px;
  }

  .text-span.rood {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .columns {
    margin-right: 0px;
    margin-left: 0px;
  }

  .columns.abonnementen {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .introduction-to-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 65vh;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Icon-Zwart-RGB-zonder-marge-boven.svg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-3.abonnementen {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2.home {
    padding-right: 0px;
    padding-left: 0px;
  }

  .aanbod {
    margin-top: 0px;
  }

  .carroussel {
    min-height: 50vh;
    background-color: #101011;
    background-image: none;
  }

  .grote-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover {
    color: #f5a055;
  }

  .nav-menu {
    background-color: #000;
  }

  .container-8 {
    overflow: hidden;
    height: 100%;
    max-width: 100vw;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-2 {
    overflow: hidden;
    width: 100vw;
    max-width: 100%;
  }

  .mask-2 {
    overflow: hidden;
  }

  .columns-2 {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 50% 50%;
  }

  .column-3.aanpak {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 40px;
  }

  .text-span-4.rood.kopregel {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .container-9 {
    padding-left: 0px;
  }

  .div-block-3 {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .section-3 {
    background-color: #000;
  }

  .body-2 {
    background-color: #101011;
  }

  .columns-5 {
    background-color: #101011;
  }

  .column-8 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-9 {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-8 {
    max-width: 80%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-9 {
    max-width: 80%;
    padding-top: 0px;
    padding-left: 0px;
  }

  .div-block-6 {
    background-image: url('../images/Icon-Zwart-RGB.svg');
  }

  .contact-form-card {
    margin-right: 8px;
    margin-left: 8px;
    padding: 80px;
  }

  .section-5 {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .input {
    box-shadow: inset 0 0 0 0 transparent;
  }

  .columns-6 {
    padding-bottom: 60px;
  }

  .column-10 {
    padding: 20px 10px 10px;
  }

  .heading-19 {
    font-size: 21px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .hero-section.hero {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/RAW-02706.jpg');
  }

  .hero-section.hero.midden {
    padding: 40px;
  }

  .hero-section.hero.dieper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-section.hero.dieper.mobile {
    padding-bottom: 40px;
  }

  .hero-section.contact {
    background-position: 0% 50%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .spc {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .opening-bttn {
    font-size: 19vw;
  }

  .paragraph-wit {
    text-align: left;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .text-span.rood {
    background-color: transparent;
    text-align: left;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns.abonnementen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .introduction-to-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-3.abonnementen {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-2 {
    height: auto;
    min-height: 95vh;
    padding: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2.teaser {
    padding-bottom: 0px;
  }

  .heading-4:hover {
    color: #fff;
  }

  .aanbod {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .carroussel {
    height: 80vh;
    min-height: 50vh;
    background-color: #101011;
    background-image: none;
  }

  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 125%;
    line-height: 50%;
  }

  .brand {
    padding-left: 0px;
  }

  .container-8 {
    display: block;
    height: 100%;
    min-height: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slider-2 {
    width: 100%;
    height: 100%;
    min-height: 0px;
  }

  .mask-2 {
    overflow: hidden;
    background-color: transparent;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-3 {
    min-height: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 50% 50%;
  }

  .column-3.aanpak {
    min-height: 80vh;
  }

  .column-3.crossfit {
    min-height: 80vh;
  }

  .column-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-4.mobile {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-span-4 {
    text-align: center;
  }

  .text-span-4.rood {
    text-align: left;
  }

  .paragraaf-wit {
    margin-bottom: 80px;
  }

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

  .container-9.mobile {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-3 {
    padding: 40px 60px 10px;
    background-color: #000;
  }

  .columns-5 {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-9 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-8 {
    max-width: 100%;
  }

  .image-9 {
    max-width: 100%;
  }

  .accordion-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .section-faq {
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-form-card {
    padding: 64px 12%;
  }

  .section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-right: 40px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .button.diap {
    margin-right: 0px;
  }

  .section {
    padding-left: 40px;
  }

  .section.mobile {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section.hero {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/RAW-02706.jpg');
    background-position: 65% 50%;
  }

  .hero-section.hero.midden.mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section.hero.dieper {
    padding-bottom: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-section.hero.dieper.mobile {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .hero-section.hero.aanbod {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-position: 70% 50%;
  }

  .hero-section.hero.aanbod.mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section.contact {
    background-position: 16% 50%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .spc {
    padding-right: 0px;
    padding-left: 0px;
  }

  .opening-bttn {
    height: auto;
    font-size: 18vw;
    line-height: 90%;
  }

  .paragraph-wit {
    text-align: left;
  }

  .heading-3.kleiner {
    font-size: 24px;
  }

  .column {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .text-span {
    font-size: 24px;
    line-height: 24px;
  }

  .text-span.rood {
    display: inline;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
    line-height: 24px;
    text-align: left;
  }

  .columns {
    min-height: 0px;
    min-width: 0px;
  }

  .columns.abonnementen {
    max-width: 100%;
  }

  .introduction-to-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 60vh;
    min-width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 50%;
    background-size: 200vw;
  }

  .introduction-to-page.mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-3 {
    margin-left: 0px;
  }

  .container-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-3.abonnementen {
    max-width: 100%;
  }

  .section-2 {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-2.teaser {
    padding-bottom: 0px;
  }

  .heading-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-3 {
    background-color: transparent;
    font-size: 100%;
  }

  .aanbod {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .carroussel {
    height: 80vh;
    background-image: none;
  }

  .nav {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .grote-button-wrapper {
    height: 100%;
    max-width: 100%;
  }

  .container-7 {
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar {
    background-image: none;
  }

  .image-4 {
    display: inline-block;
    max-width: 75vw;
    min-width: auto;
    margin-right: 60px;
    margin-left: 20px;
    text-decoration: overline;
  }

  .brand {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    min-width: auto;
    padding-left: 0px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-decoration: none;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container-8 {
    display: block;
    height: 100%;
    min-height: 0vh;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .slider-2 {
    display: block;
    height: 100%;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .mask-2 {
    overflow: hidden;
    background-color: transparent;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .right-arrow {
    right: 0px;
  }

  .column-3.crossfit {
    background-position: 59% 50%;
  }

  .column-4 {
    padding: 40px;
  }

  .column-4.mobile {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-span-4.rood {
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-span-4.rood.kopregel {
    display: inline;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraaf-wit {
    margin-bottom: 40px;
  }

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

  .container-9.intro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-9.mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-3 {
    display: inline;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-3 {
    padding: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #000;
  }

  .columns-5.swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-5.mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 60vw;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .afsluiting-prijzen {
    background-position: 70% 50%;
  }

  .div-block-6 {
    max-width: 90vw;
    min-width: 75vw;
  }

  .accordion-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .section-faq {
    padding: 100px 40px;
  }

  .contact-form-card {
    padding: 40px 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-5.haze {
    background-color: #f5a055;
  }

  .input {
    min-width: 0px;
  }

  .heading-17 {
    font-size: 24px;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
}

#w-node-_8a037d99-1772-8e4d-d5f3-2754feb94ba9-4226d562 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_506ded7a-3e5b-7f89-7e9e-433210f66888-4226d562 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_7a9a2a96-4247-cb6c-76e9-863ef41b66d3-f41b66d1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7a9a2a96-4247-cb6c-76e9-863ef41b66d4-f41b66d1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ef128766-41b6-b90a-7f09-3d89b911b4dd-a0639010 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ef128766-41b6-b90a-7f09-3d89b911b4e1-a0639010 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-ef128766-41b6-b90a-7f09-3d89b911b4c9-a0639010 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ef128766-41b6-b90a-7f09-3d89b911b4cd-a0639010 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Sawtonbauhaus webfont';
  src: url('../fonts/sawtonbauhaus-regular-webfont.woff2') format('woff2'), url('../fonts/sawtonbauhaus-regular-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonbauhaus-regular-webfont.woff') format('woff'), url('../fonts/sawtonbauhaus-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtonbauhaus webfont';
  src: url('../fonts/sawtonbauhaus-thin-webfont.woff2') format('woff2'), url('../fonts/sawtonbauhaus-thin-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonbauhaus-thin-webfont.woff') format('woff'), url('../fonts/sawtonbauhaus-thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtonbauhaus webfont';
  src: url('../fonts/sawtonbauhaus-medium-webfont.woff2') format('woff2'), url('../fonts/sawtonbauhaus-medium-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonbauhaus-medium-webfont.woff') format('woff'), url('../fonts/sawtonbauhaus-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtonbauhaus webfont';
  src: url('../fonts/sawtonbauhaus-bold-webfont.woff2') format('woff2'), url('../fonts/sawtonbauhaus-bold-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonbauhaus-bold-webfont.woff') format('woff'), url('../fonts/sawtonbauhaus-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtonbauhaus webfont';
  src: url('../fonts/sawtonbauhaus-light-webfont.woff2') format('woff2'), url('../fonts/sawtonbauhaus-light-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonbauhaus-light-webfont.woff') format('woff'), url('../fonts/sawtonbauhaus-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtoncircular webfont';
  src: url('../fonts/sawtoncircular-bold-webfont.woff2') format('woff2'), url('../fonts/sawtoncircular-bold-webfont.eot') format('embedded-opentype'), url('../fonts/sawtoncircular-bold-webfont.woff') format('woff'), url('../fonts/sawtoncircular-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtoncircular webfont';
  src: url('../fonts/sawtoncircular-light-webfont.woff2') format('woff2'), url('../fonts/sawtoncircular-light-webfont.eot') format('embedded-opentype'), url('../fonts/sawtoncircular-light-webfont.woff') format('woff'), url('../fonts/sawtoncircular-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtoncircular webfont';
  src: url('../fonts/sawtoncircular-medium-webfont.woff2') format('woff2'), url('../fonts/sawtoncircular-medium-webfont.eot') format('embedded-opentype'), url('../fonts/sawtoncircular-medium-webfont.woff') format('woff'), url('../fonts/sawtoncircular-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtoncircular webfont';
  src: url('../fonts/sawtoncircular-regular-webfont.woff2') format('woff2'), url('../fonts/sawtoncircular-regular-webfont.eot') format('embedded-opentype'), url('../fonts/sawtoncircular-regular-webfont.woff') format('woff'), url('../fonts/sawtoncircular-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtoncircular webfont';
  src: url('../fonts/sawtoncircular-thin-webfont.woff2') format('woff2'), url('../fonts/sawtoncircular-thin-webfont.eot') format('embedded-opentype'), url('../fonts/sawtoncircular-thin-webfont.woff') format('woff'), url('../fonts/sawtoncircular-thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtonindustrial webfont';
  src: url('../fonts/sawtonindustrial-bold-webfont.woff2') format('woff2'), url('../fonts/sawtonindustrial-bold-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonindustrial-bold-webfont.woff') format('woff'), url('../fonts/sawtonindustrial-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtonindustrial webfont';
  src: url('../fonts/sawtonindustrial-light-webfont.woff2') format('woff2'), url('../fonts/sawtonindustrial-light-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonindustrial-light-webfont.woff') format('woff'), url('../fonts/sawtonindustrial-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtonindustrial webfont';
  src: url('../fonts/sawtonindustrial-medium-webfont.woff2') format('woff2'), url('../fonts/sawtonindustrial-medium-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonindustrial-medium-webfont.woff') format('woff'), url('../fonts/sawtonindustrial-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtonindustrial webfont';
  src: url('../fonts/sawtonindustrial-regular-webfont.woff2') format('woff2'), url('../fonts/sawtonindustrial-regular-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonindustrial-regular-webfont.woff') format('woff'), url('../fonts/sawtonindustrial-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sawtonindustrial webfont';
  src: url('../fonts/sawtonindustrial-thin-webfont.woff2') format('woff2'), url('../fonts/sawtonindustrial-thin-webfont.eot') format('embedded-opentype'), url('../fonts/sawtonindustrial-thin-webfont.woff') format('woff'), url('../fonts/sawtonindustrial-thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
