.h1 {
  font-size: 2rem;
  line-height: 2rem;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.logo__image {
  width: 300px;
  max-width: 60px;
  margin-top: 3px;
  padding-top: 0;
  display: inline-block;
  overflow: hidden;
}

.div__logo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: block;
}

.contact__button--navbar {
  vertical-align: text-top;
  border: 2px solid #000;
  border-radius: 15px;
  margin-top: 0;
  margin-left: 15px;
  padding: 10px 25px;
  font-size: 24px;
  display: inline-block;
}

.contact__button--navbar:hover {
  color: #0006;
  border-color: #0006;
}

.contact__button--navbar.w--current {
  color: #000;
}

.navbar__link {
  color: #000;
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 8px;
  font-size: 24px;
}

.navbar__link:hover {
  color: #0006;
}

.navbar__link.w--current {
  color: #000;
  margin-left: 8px;
  margin-right: 8px;
}

.navbar__link.w--current:hover {
  color: #0006;
}

.link__logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.link__logo.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.section__navigation {
  z-index: 1000;
  background-color: #fff;
  width: auto;
  min-width: 100%;
  min-height: 4rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  position: fixed;
  box-shadow: 0 4px 4px #00000040;
}

.navbar__menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-height: 67px;
  display: flex;
}

.container__navbar--links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: row;
  place-content: space-between center;
  align-items: center;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
}

.container__navigation {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  max-width: 73rem;
  display: block;
}

.div__info--right {
  max-width: none;
  margin-right: 0;
  overflow: visible;
}

.container__contact {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.header__contact {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 55px;
  line-height: 50px;
}

.section__hero--tablet {
  height: 700px;
  margin-left: 3.75rem;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.paragraph__footer--info {
  color: #000;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.div__why--right-image {
  margin-right: 0;
}

.div__why--text-left {
  margin-right: 1rem;
}

.div__footer--links {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.video {
  max-width: 700px;
}

.container__why {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.form__contact {
  text-align: left;
  margin-bottom: 0;
}

.container__info {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.section__video {
  background-color: #f2f2f2;
  padding: 8rem 3.75rem;
}

.hero__heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 77px;
  line-height: 80px;
  display: block;
}

.div__why--left {
  min-width: 50%;
  max-width: 50%;
  margin-right: 3rem;
}

.send__button {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 200px;
  max-width: 200px;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.send__button:hover {
  color: #000;
  background-color: #0006;
}

.text_field--name {
  color: #000;
  border: 1px solid #000;
  border-radius: 15px;
  max-width: 600px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4rem 1rem;
  font-size: 18px;
  display: block;
}

.text_field--name:active, .text_field--name:focus, .text_field--name:focus-visible, .text_field--name[data-wf-focus-visible] {
  border-color: #000;
}

.text_field--name::placeholder {
  font-size: 18px;
}

.paragraph__contact--italic {
  color: #333;
  text-align: left;
  font-size: 28px;
  line-height: 30px;
}

.form__block {
  margin-bottom: 0;
}

.text_area {
  color: #000;
  border: 1px solid #000;
  border-radius: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: .6rem 1rem 6.6rem;
  font-size: 18px;
}

.text_area:active, .text_area:focus, .text_area:focus-visible, .text_area[data-wf-focus-visible] {
  border-color: #000;
}

.text_area::placeholder {
  font-size: 18px;
}

.section__hero--mobiel {
  height: 700px;
  margin-left: 3.75rem;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.header__info {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.hero__text {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
}

.hero__button--left {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px #fff;
  border-radius: 20px;
  min-width: 240px;
  max-width: 240px;
  margin-right: 1rem;
  padding: 1.1rem 2rem;
  font-size: 22px;
}

.hero__button--left:hover {
  background-color: #a3a3a3;
  border-color: #000;
}

.hero__button--left.links {
  color: #fff;
  background-color: #005480;
  border-style: none;
  border-color: #005480;
  min-width: 240px;
  max-width: 240px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  font-size: 22px;
}

.hero__button--left.links:hover {
  color: #fff6;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}

.div__why--header {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 60px;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div__why--image {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 500px;
  max-width: none;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.text__filed--email {
  color: #000;
  border: 1px solid #000;
  border-radius: 15px;
  max-width: 600px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4rem 1rem;
  font-size: 18px;
}

.text__filed--email:active, .text__filed--email:focus, .text__filed--email:focus-visible, .text__filed--email[data-wf-focus-visible] {
  border-color: #000;
}

.text__filed--email::placeholder {
  font-size: 18px;
}

.client__logo {
  width: 200px;
}

.div__footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header__contact--info {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 35px;
  font-weight: 400;
  line-height: 70px;
}

.section__hero {
  background-color: #f9f9f9;
}

.form__contact--header {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.link__footer {
  color: #000;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 1.75rem;
  font-size: 24px;
  text-decoration: none;
  display: block;
}

.link__footer:hover, .link__footer.w--current:hover {
  color: #0006;
}

.section__info {
  height: 700px;
  padding: 8rem 3.75rem;
}

.section__info.three {
  background-color: #f9f9f9;
  height: auto;
}

.section__info.two {
  background-color: #f2f2f2;
  height: auto;
  overflow: hidden;
}

.section__info.one {
  background-color: #f9f9f9;
  min-width: 100%;
  height: auto;
  overflow: hidden;
}

.section__info.one.extra {
  display: none;
}

.section__contact {
  background-color: #f2f2f2;
  padding: 8rem 3.75rem;
}

.container__hero {
  justify-content: flex-start;
  align-items: center;
  max-width: 73rem;
  height: 80vh;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0% 0 0;
  display: flex;
}

.text__quote--bold {
  color: #000;
  text-align: center;
  font-size: 32px;
  line-height: 50px;
}

.div__contact--form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section__hero--all {
  background-image: url('../images/Group-7.webp');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: block;
}

.container__footer {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.section__clients {
  padding: 8rem 3.75rem;
  display: none;
}

.div__hero--text {
  margin-top: 0;
  margin-left: 1rem;
  display: inline-block;
}

.div__why--list {
  margin-bottom: 1.5rem;
  padding-left: 2.8rem;
  font-size: 24px;
  line-height: 35px;
}

.container__clients {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph__contact {
  text-align: center;
  max-width: 650px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: 40px;
}

.section__hero--computer, .section__hero--mobiel_klein {
  height: 700px;
  margin-left: 3.75rem;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.div__contact--divider {
  background-image: linear-gradient(90deg, #f26b35, #f16e3a66 30%, #f9bba2 54%, #f16934b5 80%, #f16a34);
  border-radius: 20px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  height: 10px;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph__info {
  color: #000;
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 35px;
}

.info__contact {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.div__clients {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph__contact--other {
  font-size: 24px;
  line-height: 30px;
}

.text__quote {
  text-align: center;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #f16229, #f1622947 28%, #f16229ab 53%, #f1622942 79%, #f16229);
  border-radius: 42px;
  margin-bottom: 6rem;
  padding: 1rem;
  font-style: italic;
}

.info__contact--image {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
}

.flexbox__why, .flexbox__info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flexbox__info._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
}

.hero__button--up {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.link__footer--website {
  color: #000;
  text-align: center;
  flex: 0 auto;
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.div__text--left {
  min-width: 0;
  margin-right: 2rem;
}

.div__text--left._1 {
  margin-right: 3rem;
}

.header__clients {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 55px;
  line-height: 70px;
}

.div__info--left {
  min-width: 50%;
  max-width: 50%;
  margin-right: 3rem;
}

.div__info--left._1 {
  min-width: 50%;
  margin-bottom: 0;
  margin-right: 3rem;
}

.section__footer {
  background-color: #fff;
  background-image: linear-gradient(90deg, #0054806e 100%, #fff);
  padding: 4rem 6rem 1rem;
  box-shadow: 0 -5px 30px #00000040;
}

.hero__button--right {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.div__image--right {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: 1rem;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.div__image--right.extra {
  min-width: auto;
  max-width: 500px;
  margin-bottom: 0;
}

.div__contact--info {
  color: #000;
  min-width: 50%;
}

.paragraph__contact--adress {
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 30px;
}

.container__video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why__button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  max-width: 300px;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button:hover {
  color: #0006;
  background-color: #0006;
}

.paragraph__contact--open {
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 30px;
}

.section__why {
  background-color: #f2f2f2;
  padding: 8rem 3.75rem;
}

.section__header--subpages {
  background-color: #fff;
  background-image: url('../images/Group-7.webp');
  background-position: 50%;
  background-size: cover;
  height: 25rem;
  padding: 4rem 3.75rem;
}

.container__header--subpages {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.section__header--subpages-flexbox {
  justify-content: flex-start;
  align-items: center;
  height: 22rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section__algemeen--info {
  min-height: auto;
  padding: 4rem 3.75rem;
}

.header__info--home, .header__info---home {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.header__info---copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.div-block-45, .container__algemeen {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.div__algemeen {
  margin-bottom: 0;
}

.div__diensten--warehouse {
  margin-bottom: 4rem;
}

.header__algemeen {
  color: #000;
  margin-bottom: 1rem;
  font-size: 32px;
}

.paragraph__algemeen {
  color: #000;
  min-height: auto;
  margin-bottom: 4rem;
  font-size: 20px;
  line-height: 25px;
}

.paragraph__diensten--warehouse, .paragraph__diensten--veiligheid {
  font-size: 20px;
  line-height: 25px;
}

.div__footer--image {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.section__diensten--wie {
  padding: 1rem 3.75rem;
}

.div-block-46 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-47 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 510px;
  max-width: 510px;
  margin-bottom: 1rem;
  margin-right: 0;
  display: flex;
}

.div-block-48 {
  display: flex;
}

.paragraph {
  color: #000;
  max-width: none;
  font-size: 18px;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.image {
  margin-right: 1rem;
}

.div-block-47-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  margin-bottom: 1rem;
  margin-right: 0;
  display: flex;
}

.header__downloads {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 32px;
}

.div__downloads {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.links__downloads {
  color: #333;
  margin-bottom: 3px;
  font-size: 18px;
  display: inline-block;
}

.header__vacatures {
  color: #000;
  margin-bottom: 1rem;
  font-size: 32px;
}

.paragraph__vacatures {
  color: #000;
  min-height: 500px;
  margin-bottom: 2rem;
  font-size: 20px;
  display: none;
}

.div-block-50 {
  flex-flow: column;
  display: block;
}

.body {
  background-image: url('../images/pexels-sonny-vermeer-505472791-17118599.jpg');
  background-position: 50%;
  background-size: cover;
}

.section__hero--backgroundcolor {
  padding-top: 4rem;
  display: block;
}

.div__video_width {
  width: 600px;
}

.paragraph__algemeen---historie {
  color: #000;
  min-height: auto;
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 25px;
}

.header__algemeen--vacature {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  text-decoration: none;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 25px;
}

.link__tekst {
  font-size: 20px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.list-item {
  color: #000;
}

.list {
  margin-bottom: 4rem;
  font-size: 28px;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.rich-text-block {
  color: #000;
  margin-bottom: 4rem;
  font-size: 20px;
  line-height: 25px;
}

.paragraph__lowest {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.link, .link-2, .link-3 {
  color: #000;
  font-size: 20px;
}

.list-item-2, .list-item-3 {
  margin-bottom: .5rem;
}

.list-2 {
  margin-bottom: 0;
  font-size: 28px;
}

.div__vacature--divider {
  background-image: linear-gradient(90deg, #f26b35, #f16e3a66 30%, #f9bba2 54%, #f16934b5 80%, #f16a34);
  border-radius: 20px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  height: 10px;
  margin: 6rem auto;
}

.link-4, .link-5, .link-6 {
  color: #000;
  font-size: 20px;
  text-decoration: underline;
}

.link-7 {
  color: #000;
  font-size: 20px;
}

.div__flex--images-buttons {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.why__button---copy {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---copy-copy {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---copy-copy-copy {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 400px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button--geloofspunten {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 240px;
  max-width: 240px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button--geloofspunten:hover {
  color: #0006;
  background-color: #0006;
}

.div-block-53 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph__info---copy {
  color: #000;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 35px;
}

.div__why--text-left-copy {
  min-width: 800px;
  margin-right: 0;
}

.paragraph__contact---copy {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.form__contact--email {
  color: #000;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 3rem;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.paragraph__info---copy {
  color: #000;
  max-width: none;
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 35px;
}

.div__image--right--1 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: auto;
  max-width: 400px;
  margin-bottom: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.div__image--right--1.extra {
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
}

.paragraph__info---copy-copy {
  color: #000;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 35px;
}

.section__contact--form {
  background-color: #f2f2f2;
  padding: 8rem 3.75rem;
}

.hero__button--left-copy {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px #fff;
  border-radius: 20px;
  min-width: 240px;
  max-width: 240px;
  margin-right: 1rem;
  padding: 1.1rem 2rem;
  font-size: 22px;
}

.hero__button--left-copy:hover {
  background-color: #a3a3a3;
  border-color: #000;
}

.hero__button--left-copy.links {
  color: #fff;
  background-color: #005480;
  border-style: none;
  border-color: #005480;
  min-width: 240px;
  max-width: 240px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  font-size: 22px;
}

.hero__button--left-copy.links:hover {
  color: #fff6;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}

.hero__button--contact--header {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px #fff;
  border-radius: 20px;
  min-width: 240px;
  max-width: 240px;
  margin-right: 0;
  padding: 1.1rem 2rem;
  font-size: 22px;
}

.hero__button--contact--header:hover {
  background-color: #a3a3a3;
  border-color: #000;
}

.hero__button--contact--header.links {
  color: #fff;
  background-color: #005480;
  border-style: none;
  border-color: #005480;
  min-width: 240px;
  max-width: 240px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  font-size: 22px;
}

.hero__button--contact--header.links:hover {
  color: #fff6;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}

.navbar__menu--div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-height: 67px;
  display: flex;
}

.paragraph__info---copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 35px;
}

.paragraph__info---copy-copy {
  color: #000;
  max-width: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 35px;
}

.paragraph__info--meerinfo {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 35px;
}

.why__button---copy {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  max-width: 300px;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---copy:hover {
  color: #0006;
  background-color: #0006;
}

.why__button---copy-copy {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  max-width: 300px;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---copy-copy:hover {
  color: #0006;
  background-color: #0006;
}

.why__button---copy-copy-copy {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  max-width: 300px;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---copy-copy-copy:hover {
  color: #0006;
  background-color: #0006;
}

.why__button---copy-copy-copy-copy {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  max-width: 300px;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---copy-copy-copy-copy-copy {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  max-width: 300px;
  margin-bottom: 2rem;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button--over {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 320px;
  max-width: 320px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button--over:hover {
  color: #0006;
  background-color: #0006;
}

.why__button---copy-copy-copy-copy {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 400px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---copy-copy-copy-copy:hover {
  color: #0006;
  background-color: #0006;
}

.why__button---lesboekje {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 400px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---lesboekje:hover {
  color: #0006;
  background-color: #0006;
}

.why__button---copy-copy-copy-copy-copy {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 400px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---copy-copy-copy-copy-copy:hover {
  color: #0006;
  background-color: #0006;
}

.why__button---lesboek {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 400px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button---lesboek:hover {
  color: #0006;
  background-color: #0006;
}

.why__button--anbi {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  max-width: 300px;
  margin-bottom: 2rem;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button--anbi:hover {
  color: #0006;
  background-color: #0006;
}

.paragraph__info---copy-copy-copy, .paragraph__info---copy-copy-copy-copy, .paragraph__info---copy-copy-copy-copy-copy, .paragraph__info--over {
  color: #000;
  max-width: none;
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 35px;
}

.div__why--text-meer-info {
  margin-right: 1rem;
}

.paragraph__info--archieftekst {
  color: #000;
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 35px;
}

.text__email--block {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  text-decoration: none;
  display: block;
}

.footer__email--link {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: inline-block;
}

.link-block-4 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div__email--flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.text-block-copy {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  display: block;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div__flex--givt {
  margin-bottom: 2rem;
}

.link__footer---copy:hover, .link__footer---copy.w--current:hover {
  color: #0006;
}

.paragraph__info--meerinfo-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 35px;
}

.text-block {
  color: #000;
  font-size: 24px;
  text-decoration: underline;
}

.link-block-5 {
  text-decoration: none;
}

.link__footer---copy:hover, .link__footer---copy.w--current:hover {
  color: #0006;
}

.link__footer---copy:hover, .link__footer---copy.w--current:hover {
  color: #0006;
}

.link__footer---copy:hover, .link__footer---copy.w--current:hover {
  color: #0006;
}

.link__footer---copy {
  color: #000;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 24px;
  text-decoration: none;
  display: block;
}

.link__footer---copy:hover, .link__footer---copy.w--current:hover {
  color: #0006;
}

.why__button-zendingsbericht {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  min-width: 300px;
  max-width: 300px;
  margin-bottom: 6rem;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 22px;
}

.why__button-zendingsbericht:hover {
  color: #0006;
  background-color: #0006;
}

@media screen and (min-width: 1280px) {
  .contact__button--navbar {
    border-radius: 15px;
  }

  .contact__button--navbar:hover {
    color: #0006;
    border-color: #0006;
  }

  .contact__button--navbar.w--current:hover {
    color: #000;
  }

  .navbar__link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar__link:hover {
    color: #0006;
  }

  .navbar__link.w--current {
    color: #000;
  }

  .navbar__link.w--current:hover {
    color: #0006;
  }

  .container__navbar--links {
    max-width: 73rem;
  }

  .container__navigation {
    margin-left: auto;
    margin-right: auto;
  }

  .div__client {
    margin-right: 1.5rem;
  }

  .header__contact {
    color: #000;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 55px;
    line-height: 50px;
    display: block;
  }

  .section__hero--tablet {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .div__why--text-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: block;
  }

  .video {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: none;
    max-width: 700px;
    overflow: visible;
  }

  .container__why {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form__contact {
    min-width: 600px;
  }

  .container__info {
    max-width: 73rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section__video {
    background-color: #f2f2f2;
    padding: 8rem 3.75rem;
  }

  .hero__heading {
    letter-spacing: 0;
    font-size: 82px;
  }

  .div__why--left {
    max-width: 50%;
    display: block;
  }

  .send__button {
    border: 3px solid #000;
    font-size: 22px;
  }

  .send__button:hover {
    background-color: #0006;
  }

  .text_field--name {
    color: #000;
    font-size: 18px;
  }

  .paragraph__contact--italic {
    color: #000;
    font-size: 28px;
  }

  .text_area {
    color: #000;
    font-size: 18px;
  }

  .section__hero--mobiel {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .header__info {
    color: #fff;
    font-size: 75px;
    line-height: 60px;
    display: block;
  }

  .hero__text {
    font-size: 28px;
  }

  .hero__button--left {
    color: #000;
    background-color: #fff;
    border: 3px solid #fff;
    font-size: 22px;
  }

  .hero__button--left:hover {
    color: #fff6;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
  }

  .hero__button--left.links {
    background-color: #005480;
    border-color: #005480;
    font-size: 22px;
  }

  .div__why--header {
    margin-bottom: 1rem;
    font-size: 45px;
    line-height: 60px;
    display: block;
  }

  .div__why--image {
    min-width: 500px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .text__filed--email {
    color: #000;
    font-size: 18px;
  }

  .client__logo {
    width: 200px;
    max-width: 100%;
  }

  .header__contact--info {
    color: #000;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 35px;
    line-height: 60px;
    display: block;
  }

  .section__hero {
    background-color: #fff0;
  }

  .form__contact--header {
    color: #000;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 35px;
    line-height: 50px;
    display: block;
  }

  .section__info {
    background-color: #f2f2f2;
    padding: 8rem 3.75rem;
  }

  .section__contact {
    color: #000;
    padding-top: 8rem;
  }

  .container__hero {
    justify-content: flex-start;
    align-items: center;
    max-width: 73rem;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-left: 0;
    display: flex;
  }

  .div__contact--form {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 600px;
    margin-left: auto;
    display: flex;
  }

  .section__hero--all {
    background-image: url('../images/Group-7.webp');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    display: block;
  }

  .section__clients {
    background-color: #fff;
    min-height: 500px;
    padding: 8rem 3.75rem;
  }

  .div__hero--text {
    margin-left: 0;
  }

  .div__why--list {
    margin-bottom: 1.5rem;
    font-size: 24px;
    line-height: 35px;
  }

  .container__clients {
    max-width: 73rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph__contact {
    text-align: center;
    max-width: 650px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section__hero--computer {
    background-image: url('../images/Group-22-4.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3.75rem;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .section__hero--mobiel_klein {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .paragraph__info {
    max-width: none;
    font-size: 24px;
    line-height: 35px;
  }

  .div__clients {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text__quote {
    text-align: center;
    background-image: linear-gradient(90deg, #f16229, #f162294d 28%, #f162294a 51%, #f1622963 79%, #f16229);
    border-radius: 30px;
    margin-bottom: 4rem;
    padding: 1rem;
    font-size: 32px;
    font-style: italic;
    line-height: 40px;
  }

  .flexbox__why {
    justify-content: space-between;
    align-items: center;
    max-width: 73rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .flexbox__info {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .flexbox__info._1 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero__button--up {
    color: #fff;
    background-color: #000;
    border: 3px solid #000;
    font-size: 22px;
  }

  .link__footer--website {
    margin-right: auto;
    font-size: 18px;
    display: inline-block;
  }

  .div__text--left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    max-width: 500px;
    display: block;
  }

  .div__text--left._1 {
    margin-right: 2rem;
  }

  .header__clients {
    color: #000;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 55px;
    line-height: 60px;
    display: block;
  }

  .div__info--left {
    max-width: 50%;
    display: block;
  }

  .section__footer {
    background-image: linear-gradient(90deg, #0054806e 100%, #fff);
  }

  .hero__button--right {
    border: 3px solid #000;
    font-size: 22px;
  }

  .hero__button--right:hover {
    background-color: #a3a3a3;
  }

  .div__image--right {
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .div__image--right.extra {
    max-width: 600px;
    margin-right: 0;
  }

  .div-block-44 {
    max-width: 73rem;
    margin-left: auto;
    margin-right: auto;
  }

  .container__video {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 73rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .why__button {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button:hover {
    color: #0006;
    background-color: #0006;
  }

  .section__why {
    background-color: #f2f2f2;
    padding: 8rem 3.75rem;
  }

  .section__header--subpages {
    background-image: url('../images/Group-7.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
  }

  .section__header--subpages-flexbox {
    justify-content: flex-start;
    align-items: center;
    height: 27rem;
    padding-left: 0;
    padding-right: 0;
  }

  .header__info--home, .header__info---home, .header__info---copy {
    font-size: 45px;
    line-height: 60px;
    display: block;
  }

  .paragraph__diensten--warehouse, .paragraph__diensten--veiligheid {
    color: #000;
  }

  .div__footer--image {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .div-block-49 {
    display: flex;
  }

  .links__downloads {
    margin-bottom: .5rem;
  }

  .paragraph__vacatures {
    min-height: 500px;
    display: none;
  }

  .section__hero--maxwidth {
    background-color: #f9f9f9;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    background-color: #fff;
  }

  .section__hero--backgroundcolor {
    background-color: #f9f9f9;
  }

  .link__tekst {
    text-decoration: none;
  }

  .list {
    font-size: 28px;
  }

  .rich-text-block, .div__vacatures {
    margin-bottom: 2rem;
  }

  .link {
    text-decoration: underline;
  }

  .list-item-2, .list-item-3 {
    color: #000;
    font-size: 28px;
  }

  .list-2 {
    color: #000;
    margin-bottom: 0;
  }

  .list-item-4 {
    color: #000;
    font-size: 28px;
  }

  .why__button--geloofspunten {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button--geloofspunten:hover {
    color: #0006;
    background-color: #0006;
  }

  .paragraph__info---copy {
    font-size: 24px;
    line-height: 35px;
  }

  .div__why--text-left-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    min-width: 100%;
    max-width: none;
    display: block;
  }

  .paragraph__contact---copy {
    margin-bottom: 4rem;
  }

  .form__contact--email {
    color: #000;
    text-align: center;
    max-width: 650px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 30px;
    display: block;
  }

  .bold-text {
    font-weight: 400;
  }

  .div__image--right--1 {
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .div__image--right--1.extra {
    max-width: 600px;
    margin-right: 0;
  }

  .paragraph__info---copy-copy {
    font-size: 24px;
    line-height: 35px;
  }

  .section__contact--form {
    color: #000;
    padding-top: 8rem;
  }

  .hero__button--left-copy {
    color: #000;
    background-color: #fff;
    border: 3px solid #fff;
    font-size: 22px;
  }

  .hero__button--left-copy:hover {
    color: #fff6;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
  }

  .hero__button--left-copy.links {
    background-color: #005480;
    border-color: #005480;
    font-size: 22px;
  }

  .hero__button--contact--header {
    color: #000;
    background-color: #fff;
    border: 3px #fff;
    font-size: 22px;
  }

  .hero__button--contact--header:hover {
    color: #fff6;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
  }

  .hero__button--contact--header.links {
    background-color: #005480;
    border-color: #005480;
    font-size: 22px;
  }

  .paragraph__info---copy, .paragraph__info---copy-copy, .paragraph__info--meerinfo {
    max-width: none;
    font-size: 24px;
    line-height: 35px;
  }

  .why__button---copy {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button---copy:hover {
    color: #0006;
    background-color: #0006;
  }

  .why__button---copy-copy {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button---copy-copy:hover {
    color: #0006;
    background-color: #0006;
  }

  .why__button---copy-copy-copy {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button---copy-copy-copy:hover {
    color: #0006;
    background-color: #0006;
  }

  .why__button--over {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button--over:hover {
    color: #0006;
    background-color: #0006;
  }

  .why__button---copy-copy-copy-copy {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button---copy-copy-copy-copy:hover {
    color: #0006;
    background-color: #0006;
  }

  .why__button---lesboekje {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button---lesboekje:hover {
    color: #0006;
    background-color: #0006;
  }

  .why__button---copy-copy-copy-copy-copy {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button---copy-copy-copy-copy-copy:hover {
    color: #0006;
    background-color: #0006;
  }

  .why__button---lesboek {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button---lesboek:hover {
    color: #0006;
    background-color: #0006;
  }

  .why__button--anbi {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button--anbi:hover {
    color: #0006;
    background-color: #0006;
  }

  .paragraph__info---copy-copy-copy, .paragraph__info---copy-copy-copy-copy, .paragraph__info---copy-copy-copy-copy-copy, .paragraph__info--over {
    max-width: 600px;
    font-size: 24px;
    line-height: 35px;
  }

  .div__why--text-meer-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: block;
  }

  .paragraph__info--archieftekst {
    font-size: 24px;
    line-height: 35px;
  }

  .text__email--block {
    color: #000;
    font-size: 28px;
    text-decoration: none;
  }

  .footer__email--link {
    text-decoration: none;
  }

  .text-block-copy {
    color: #000;
    font-size: 24px;
    text-decoration: none;
  }

  .paragraph__info--meerinfo-copy {
    max-width: none;
    font-size: 24px;
    line-height: 35px;
  }

  .link__footer---copy {
    margin-bottom: 0;
  }

  .why__button-zendingsbericht {
    border: 3px solid #000;
    font-size: 22px;
  }

  .why__button-zendingsbericht:hover {
    color: #0006;
    background-color: #0006;
  }
}

@media screen and (max-width: 991px) {
  .menu__button--navbar {
    color: #000;
    justify-content: center;
    align-items: center;
    min-height: 0;
    padding: 0;
    display: flex;
  }

  .menu__button--navbar.w--open {
    background-color: #fff;
  }

  .navbar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .logo__image {
    max-width: 55px;
    margin-top: 5px;
  }

  .div__logo {
    min-height: auto;
  }

  .contact__button--navbar {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: inline-flex;
  }

  .navbar__link {
    text-align: center;
    flex: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section__navigation {
    min-height: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navbar__menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fffc;
    border: 2px solid #000;
    border-top-width: 0;
    border-radius: 0 0 20px 20px;
    justify-content: flex-start;
    align-items: center;
    max-width: 200px;
    margin-left: auto;
    padding-bottom: 1rem;
    display: flex;
  }

  .container__navbar--links {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    display: block;
  }

  .hamburgermenu__icon {
    color: #000;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    min-height: 0;
    margin-top: 9px;
    font-size: 48px;
    display: block;
  }

  .header__contact {
    margin-bottom: 1rem;
    font-size: 50px;
    line-height: 50px;
  }

  .section__hero--tablet {
    background-image: url('../images/Group-20-4.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
  }

  .div__why--text-left {
    margin-bottom: 5rem;
    margin-right: 0;
  }

  .section__video {
    padding: 6rem 3rem;
  }

  .hero__heading {
    color: #fff;
    margin-bottom: 0;
  }

  .div__why--left {
    min-width: auto;
    max-width: 500px;
    margin-right: 0;
  }

  .send__button {
    background-color: #fff;
    border-radius: 20px;
    min-width: 200px;
    max-width: 200px;
  }

  .paragraph__contact--italic {
    font-size: 22px;
  }

  .section__hero--mobiel {
    background-image: none;
    display: none;
  }

  .header__info {
    font-size: 55px;
  }

  .hero__text {
    color: #fff;
  }

  .hero__button--left {
    background-color: #fff;
    border: 3px #fff;
    min-width: 240px;
    max-width: 240px;
    margin-right: 0;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .hero__button--left.links {
    color: #fff;
    background-color: #005480;
    border-width: 3px;
    min-width: 240px;
    max-width: 240px;
    margin-bottom: 0;
    margin-right: .8rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .hero__button--left.links:hover {
    color: #fff6;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
  }

  .div__why--header {
    font-size: 36px;
  }

  .div__why--image {
    max-width: 500px;
  }

  .div__footer {
    justify-content: space-between;
  }

  .header__contact--info {
    font-size: 30px;
  }

  .form__contact--header {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
  }

  .section__info {
    padding: 6rem 3rem;
  }

  .section__info.three, .section__info.two {
    height: auto;
  }

  .section__info.one {
    height: auto;
    padding-bottom: 6rem;
  }

  .section__contact {
    padding: 6rem 3rem;
  }

  .container__hero {
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
    min-height: 700px;
    padding-left: 0;
    display: flex;
  }

  .text__quote--bold {
    color: #000;
    font-size: 26px;
  }

  .section__hero--all {
    min-height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    display: block;
  }

  .section__clients {
    padding: 6rem 3rem;
  }

  .div__hero--text {
    margin-left: 0;
  }

  .paragraph__contact {
    margin-bottom: 3rem;
    font-size: 22px;
    line-height: 30px;
  }

  .section__hero--mobiel_klein {
    display: none;
  }

  .paragraph__info {
    max-width: 600px;
    margin-bottom: 1rem;
    font-size: 20px;
  }

  .info__contact {
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div__clients {
    flex-flow: column;
  }

  .info__contact--image {
    margin-left: 0;
  }

  .flexbox__why, .flexbox__info {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .flexbox__info._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero__button--up {
    background-color: #fff;
    border-width: 0;
  }

  .link__footer--website {
    font-size: 20px;
    display: inline-block;
  }

  .link__footer--website.w--current {
    text-align: center;
  }

  .div__text--left {
    margin-bottom: 0;
    margin-right: 0;
  }

  .div__text--left._1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .header__clients {
    margin-bottom: 3rem;
    font-size: 50px;
  }

  .div__info--left {
    min-width: auto;
    max-width: 500px;
    margin-right: 0;
  }

  .div__info--left._1 {
    min-width: auto;
    max-width: 500px;
    margin-right: 0%;
  }

  .section__footer {
    background-color: #fff;
    background-image: linear-gradient(90deg, #0054806e 100%, #fff);
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero__button--right {
    background-color: #fff;
  }

  .div__image--right {
    max-width: 500px;
  }

  .div__image--right.extra {
    max-width: 500px;
    padding-right: 0;
  }

  .why__button {
    background-color: #fff;
    min-width: 300px;
    max-width: 300px;
  }

  .section__why {
    padding: 6rem 3rem;
  }

  .section__header--subpages {
    background-image: url('../images/Group-7.webp');
    background-position: 0 100%;
    height: 22rem;
  }

  .section__header--subpages-flexbox {
    height: 19rem;
    padding-left: 0;
    padding-right: 0;
  }

  .header__info--home, .header__info---home, .header__info---copy {
    font-size: 36px;
  }

  .div__algemeen {
    margin-bottom: 0;
  }

  .section__hero--backgroundcolor {
    padding-top: 4rem;
  }

  .div__video_width {
    width: 500px;
  }

  .list-2 {
    color: #000;
  }

  .why__button---copy, .why__button---copy-copy, .why__button---copy-copy {
    background-color: #fff;
  }

  .why__button---copy-copy-copy, .why__button---copy-copy-copy-copy {
    background-color: #fff;
    max-width: 400px;
  }

  .why__button--geloofspunten {
    background-color: #fff;
    flex-flow: row;
    flex: 0 auto;
    min-width: 260px;
    max-width: 260px;
    display: block;
  }

  .paragraph__info---copy {
    font-size: 20px;
  }

  .why__button---copy {
    background-color: #fff;
    border-radius: 20px;
    min-width: 200px;
    max-width: 200px;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .div__why--text-left-copy {
    min-width: auto;
    margin-bottom: 5rem;
    margin-right: 0;
  }

  .paragraph__contact---copy {
    margin-bottom: 2rem;
  }

  .form__contact--email {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
  }

  .div__image--right--1 {
    max-width: 500px;
  }

  .div__image--right--1.extra {
    max-width: 500px;
    padding-right: 0;
  }

  .paragraph__info---copy-copy {
    font-size: 20px;
  }

  .section__contact--form {
    padding: 6rem 3rem;
  }

  .hero__button--left-copy {
    background-color: #fff;
    border: 3px #fff;
    min-width: 240px;
    max-width: 240px;
    margin-right: 0;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .hero__button--left-copy.links {
    color: #fff;
    background-color: #005480;
    border-width: 3px;
    min-width: 240px;
    max-width: 240px;
    margin-bottom: 0;
    margin-right: .8rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .hero__button--left-copy.links:hover {
    color: #fff6;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
  }

  .hero__button--contact--header {
    background-color: #fff;
    border: 3px #fff;
    min-width: 240px;
    max-width: 240px;
    margin-right: 0;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .hero__button--contact--header.links {
    color: #fff;
    background-color: #005480;
    border-width: 3px;
    min-width: 240px;
    max-width: 240px;
    margin-bottom: 0;
    margin-right: .8rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .hero__button--contact--header.links:hover {
    color: #fff6;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
  }

  .navbar__menu--div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fffc;
    border: 3px solid #000;
    border-top-width: 0;
    border-radius: 0 0 20px 20px;
    justify-content: flex-start;
    align-items: center;
    max-width: 200px;
    margin-left: auto;
    padding-bottom: 1rem;
    display: flex;
  }

  .paragraph__info---copy, .paragraph__info---copy-copy, .paragraph__info---copy-copy, .paragraph__info--meerinfo {
    max-width: 600px;
    font-size: 20px;
  }

  .why__button---copy, .why__button---copy-copy, .why__button---copy-copy-copy, .why__button---copy-copy-copy-copy, .why__button---copy-copy-copy-copy-copy {
    background-color: #fff;
    min-width: 300px;
    max-width: 300px;
  }

  .why__button--over {
    background-color: #fff;
    min-width: 320px;
    max-width: 320px;
  }

  .why__button---copy-copy-copy-copy {
    background-color: #fff;
    max-width: 400px;
  }

  .why__button---lesboekje {
    background-color: #fff;
    max-width: 400px;
    margin-right: 0;
  }

  .why__button---copy-copy-copy-copy-copy {
    background-color: #fff;
    max-width: 400px;
  }

  .why__button---lesboek {
    background-color: #fff;
    max-width: 400px;
    margin-right: 0;
  }

  .why__button--anbi {
    background-color: #fff;
    min-width: 300px;
    max-width: 300px;
  }

  .paragraph__info---copy-copy-copy, .paragraph__info---copy-copy-copy-copy, .paragraph__info---copy-copy-copy-copy-copy {
    max-width: 600px;
    font-size: 20px;
  }

  .paragraph__info--over {
    max-width: 600px;
    margin-bottom: 1rem;
    font-size: 20px;
  }

  .div__why--text-meer-info {
    margin-bottom: 0;
    margin-right: 0;
  }

  .paragraph__info--archieftekst {
    margin-bottom: 1rem;
    font-size: 20px;
  }

  .link__footer---copy {
    margin-bottom: 0;
  }

  .paragraph__info--meerinfo-copy {
    max-width: 600px;
    font-size: 20px;
  }

  .div__bezoek--flex {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .div-block-56, .div-block-57 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-57-copy {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .div__flex--geloofspunten, .div__flex--meerinfo, .div__flex--youtube {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .why__button-zendingsbericht {
    background-color: #fff;
    min-width: 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .link__logo {
    padding-left: 0;
  }

  .section__navigation {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hamburgermenu__icon {
    margin-top: 10px;
  }

  .header__contact {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 50px;
  }

  .section__hero--tablet {
    background-image: none;
    margin-left: 2rem;
    display: none;
  }

  .div__why--text-left {
    min-width: 400px;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div__footer--links {
    min-width: 380px;
    margin-bottom: 4rem;
  }

  .section__video {
    padding: 6rem 2rem;
  }

  .hero__heading {
    color: #fff;
    margin-bottom: 0;
    font-size: 58px;
    line-height: 70px;
  }

  .div__why--left {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 0;
  }

  .send__button {
    color: #000;
    background-color: #fff;
    min-width: 200px;
    max-width: 200px;
    margin-right: 0;
    padding: .8rem 1.5rem;
    font-size: 22px;
    display: block;
  }

  .paragraph__contact--italic {
    text-align: center;
    font-size: 22px;
  }

  .section__hero--mobiel {
    background-image: url('../images/Group-19-2.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 2rem;
    display: block;
  }

  .header__info {
    text-align: left;
    font-size: 50px;
  }

  .hero__text {
    margin-bottom: 2rem;
    font-size: 22px;
  }

  .hero__button--left {
    color: #000;
    background-color: #fff;
    border: 3px #000;
    min-width: 240px;
    max-width: 240px;
    margin-right: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 22px;
  }

  .hero__button--left.links {
    color: #fff;
    background-color: #005480;
    border: 3px #000;
    min-width: 240px;
    margin-bottom: 1rem;
    margin-right: .8rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 22px;
  }

  .div__why--header {
    text-align: left;
    max-width: 400px;
    font-size: 40px;
  }

  .div-block-38 {
    flex-flow: column;
  }

  .div__why--image {
    max-width: 450px;
  }

  .div__footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header__contact--info {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 35px;
  }

  .form__contact--header {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
  }

  .section__info {
    height: auto;
    padding: 4rem 2rem;
  }

  .section__info.three, .section__info.two, .section__info.one {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section__contact {
    padding: 6rem 2rem;
  }

  .container__hero {
    height: 80vh;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text__quote--bold {
    color: #000;
    font-size: 24px;
  }

  .div__contact--form {
    margin-top: 0;
  }

  .section__hero--all {
    min-height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .section__clients {
    padding: 6rem 2rem;
  }

  .div__hero--text {
    margin-top: 4rem;
    margin-left: 0;
  }

  .div__why--list {
    max-width: 400px;
  }

  .paragraph__contact {
    text-align: left;
    margin-bottom: 2rem;
  }

  .section__hero--mobiel_klein {
    margin-left: 2rem;
    display: none;
  }

  .paragraph__info {
    margin-bottom: 1rem;
    font-size: 22px;
  }

  .info__contact {
    max-width: 500px;
    margin-bottom: 0;
  }

  .paragraph__contact--other {
    margin-bottom: 2rem;
  }

  .info__contact--image {
    margin-bottom: 0;
    margin-left: 0;
  }

  .flexbox__why, .flexbox__info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flexbox__info._1 {
    justify-content: space-between;
    align-items: center;
  }

  .hero__button--up {
    color: #000;
    background-color: #fff;
    border: 1px #000;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 18px;
  }

  .link__footer--website {
    text-align: left;
    display: block;
  }

  .link__footer--website.w--current {
    margin-top: 0;
  }

  .div__text--left {
    max-width: 500px;
    margin-right: 0;
  }

  .header__clients {
    text-align: center;
    font-size: 40px;
  }

  .div__info--left {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .section__footer {
    background-image: linear-gradient(90deg, #00548080 100%, #fff 100%, #f37442b3);
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div__footer--info {
    min-width: 380px;
    margin-bottom: 4rem;
  }

  .hero__button--right {
    color: #fff;
    background-color: #000;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 18px;
  }

  .div__image--right, .div__image--right.extra {
    max-width: 450px;
  }

  .why__button {
    color: #000;
    background-color: #fff;
    padding: .8rem 1.5rem;
    font-size: 18px;
  }

  .section__why {
    padding: 6rem 2rem;
  }

  .section__header--subpages {
    background-position: 0 100%;
    height: 22rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section__header--subpages-flexbox {
    height: 19rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section__algemeen--info {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header__info--home {
    text-align: left;
    font-size: 40px;
  }

  .header__info---home, .header__info---copy {
    text-align: left;
    font-size: 50px;
  }

  .section__diensten--wie {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-47 {
    min-width: auto;
    max-width: none;
  }

  .body {
    overflow: visible;
  }

  .div__video_width {
    width: 400px;
  }

  .link__tekst {
    line-height: 25px;
  }

  .list {
    color: #000;
    list-style-type: disc;
  }

  .rich-text-block-2 {
    color: #000;
    font-size: 28px;
  }

  .link, .link-2, .link-3 {
    color: #000;
  }

  .list-item-2, .list-item-3 {
    margin-bottom: .5rem;
  }

  .div-block-51 {
    margin-bottom: 2rem;
  }

  .why__button---copy, .why__button---copy-copy, .why__button---copy-copy {
    color: #fff;
    background-color: #000;
    padding: .8rem 1.5rem;
    font-size: 18px;
  }

  .why__button---copy-copy-copy, .why__button---copy-copy-copy-copy {
    color: #000;
    background-color: #fff;
    padding: .8rem 1.5rem;
    font-size: 18px;
  }

  .why__button--geloofspunten {
    color: #000;
    background-color: #fff;
    min-width: 260px;
    max-width: 260px;
    padding: .8rem 1.5rem;
    font-size: 18px;
  }

  .why__button---copy {
    color: #000;
    background-color: #fff;
    max-width: 200px;
    padding: .8rem 1.5rem;
    font-size: 22px;
  }

  .div__why--text-left-copy {
    min-width: 400px;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
  }

  .paragraph__contact---copy {
    margin-bottom: 3rem;
  }

  .form__contact--email {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 400;
  }

  .div__image--right--1, .div__image--right--1.extra {
    max-width: 450px;
  }

  .paragraph__info---copy-copy {
    font-size: 22px;
  }

  .section__contact--form {
    padding: 6rem 2rem;
  }

  .hero__button--left-copy {
    color: #000;
    background-color: #fff;
    border: 3px #000;
    min-width: 240px;
    max-width: 240px;
    margin-right: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 22px;
  }

  .hero__button--left-copy.links {
    color: #fff;
    background-color: #005480;
    border: 3px #000;
    min-width: 240px;
    margin-bottom: 1rem;
    margin-right: .8rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 22px;
  }

  .hero__button--contact--header {
    color: #000;
    background-color: #fff;
    border: 3px #000;
    min-width: 240px;
    max-width: 240px;
    margin-right: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 22px;
  }

  .hero__button--contact--header.links {
    color: #fff;
    background-color: #005480;
    border: 3px #000;
    min-width: 240px;
    margin-bottom: 1rem;
    margin-right: .8rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 22px;
  }

  .paragraph__info---copy, .paragraph__info---copy-copy, .paragraph__info---copy-copy, .paragraph__info--meerinfo {
    font-size: 22px;
  }

  .why__button---copy, .why__button---copy-copy, .why__button---copy-copy-copy, .why__button---copy-copy-copy-copy, .why__button---copy-copy-copy-copy-copy {
    color: #000;
    background-color: #fff;
    padding: .8rem 1.5rem;
    font-size: 18px;
  }

  .why__button--over {
    color: #000;
    background-color: #fff;
    min-width: 260px;
    max-width: 260px;
    padding: .8rem 1.5rem;
    font-size: 18px;
  }

  .why__button---copy-copy-copy-copy, .why__button---lesboekje, .why__button---copy-copy-copy-copy-copy, .why__button---lesboek, .why__button--anbi {
    color: #000;
    background-color: #fff;
    padding: .8rem 1.5rem;
    font-size: 18px;
  }

  .paragraph__info---copy-copy-copy, .paragraph__info---copy-copy-copy-copy, .paragraph__info---copy-copy-copy-copy-copy, .paragraph__info--over {
    font-size: 22px;
  }

  .div__why--text-meer-info {
    min-width: 400px;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
  }

  .paragraph__info--archieftekst {
    font-size: 22px;
  }

  .text__email--block {
    text-align: left;
    line-height: 40px;
  }

  .div__email--flex {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
  }

  .paragraph__info--meerinfo-copy {
    font-size: 22px;
  }

  .div__bezoek--flex, .div__flex--meerinfo, .div__flex--youtube {
    justify-content: flex-start;
    align-items: center;
  }

  .why__button-zendingsbericht {
    color: #000;
    background-color: #fff;
    padding: .8rem 1.5rem;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .menu__button--navbar {
    display: block;
  }

  .logo__image {
    width: 240px;
    margin-top: 5px;
    display: block;
  }

  .link__logo {
    padding-left: 0;
  }

  .section__navigation {
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .hamburgermenu__icon {
    margin-top: 10px;
  }

  .header__contact {
    color: #000;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph__footer--info {
    color: #000;
    margin-bottom: 0;
    font-size: 22px;
  }

  .div__why--text-left {
    min-width: auto;
    margin-bottom: 1rem;
  }

  .div__footer--links {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 260px;
    margin-bottom: 4rem;
    font-size: 18px;
    display: flex;
  }

  .form__contact {
    margin-bottom: 0;
  }

  .section__video {
    padding: 6rem 1rem;
  }

  .hero__heading {
    color: #fff;
    font-size: 55px;
    line-height: 70px;
  }

  .div__why--left {
    margin-bottom: 0;
  }

  .send__button {
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 200px;
    max-width: 200px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 22px;
    display: block;
  }

  .paragraph__contact--italic {
    font-size: 22px;
  }

  .section__hero--mobiel {
    background-image: none;
    display: none;
  }

  .header__info {
    color: #fff;
    font-size: 40px;
  }

  .hero__text {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 22px;
  }

  .hero__button--left {
    color: #000;
    text-align: center;
    background-color: #fff;
    border-style: none;
    border-width: 3px;
    min-width: 240px;
    max-width: 240px;
    margin-right: 0;
    padding: 1.1rem 1.5rem;
    font-size: 21px;
    display: block;
  }

  .hero__button--left.links {
    color: #fff;
    text-align: center;
    background-color: #005480;
    border-style: none;
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 1.1rem 1.5rem;
    font-size: 21px;
    display: block;
  }

  .div__why--header {
    color: #000;
    max-width: none;
    font-size: 35px;
  }

  .div__why--image {
    max-width: 300px;
    display: none;
  }

  .div__footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header__contact--info {
    color: #000;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 30px;
  }

  .section__hero {
    background-color: #fff;
  }

  .form__contact--header {
    color: #000;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 25px;
    line-height: 40px;
  }

  .link__footer {
    text-align: left;
    margin-bottom: .8rem;
    font-size: 22px;
    line-height: 30px;
  }

  .section__info {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section__info.three, .section__info.two {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section__info.one {
    padding-top: 6rem;
  }

  .section__contact {
    padding: 6rem 1rem;
  }

  .container__hero {
    justify-content: flex-start;
    align-items: center;
    min-height: 700px;
    padding-top: 4rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text__quote--bold {
    font-size: 18px;
    line-height: 30px;
  }

  .div__contact--form {
    margin-top: 0;
  }

  .section__hero--all {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section__clients {
    padding: 6rem 1rem;
  }

  .div__hero--text {
    text-align: left;
    border-bottom-left-radius: 40px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }

  .div__why--list {
    max-width: none;
  }

  .paragraph__contact {
    margin-bottom: 2rem;
    font-size: 22px;
    line-height: 25px;
  }

  .section__hero--mobiel_klein {
    background-image: url('../images/Group-42.webp');
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
    margin-top: 8rem;
    margin-left: 1rem;
    display: block;
  }

  .div__contact--divider {
    margin-bottom: 4rem;
  }

  .paragraph__info {
    min-width: auto;
    max-width: 600px;
    font-size: 20px;
  }

  .info__contact {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    margin-bottom: 1rem;
    display: flex;
  }

  .paragraph__contact--other {
    font-size: 20px;
  }

  .text__quote {
    color: #000;
    margin-bottom: 3rem;
  }

  .info__contact--image {
    min-width: 290px;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flexbox__info._1 {
    justify-content: center;
    align-items: center;
  }

  .hero__button--up {
    color: #fff;
    text-align: center;
    background-color: #000;
    border-style: solid;
    border-width: 3px;
    max-width: 240px;
    margin-right: 0;
    padding: 1rem 1.5rem;
    font-size: 19px;
    display: block;
  }

  .hero__button--up:hover {
    background-color: #4b4b4b;
    border-color: #4b4b4b;
  }

  .link__footer--website {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
    display: block;
  }

  .link__footer--website.w--current {
    margin-top: 0;
  }

  .div__text--left._1 {
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }

  .header__clients {
    color: #000;
    margin-top: 0;
    font-size: 40px;
  }

  .div__info--left {
    margin-bottom: 0;
  }

  .div__info--left._1 {
    min-width: auto;
    max-width: 100%;
    margin-right: 0;
  }

  .section__footer {
    background-image: linear-gradient(#00548080 100%, #fff);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div__footer--info {
    min-width: 260px;
    margin-bottom: 4rem;
  }

  .div__hero--buttons {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    display: flex;
  }

  .hero__button--right {
    text-align: center;
    max-width: 220px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }

  .div__image--right, .div__image--right.extra {
    max-width: 310px;
  }

  .paragraph__contact--adress {
    font-size: 20px;
  }

  .why__button {
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 260px;
    max-width: 260px;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }

  .paragraph__contact--open {
    font-size: 20px;
  }

  .section__why {
    padding: 6rem 1rem;
  }

  .section__header--subpages {
    background-position: 20% 100%;
    height: 22rem;
    padding: 3rem 1rem;
  }

  .section__header--subpages-flexbox {
    height: 20rem;
  }

  .section__algemeen--info {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header__info--home {
    color: #000;
    font-size: 35px;
  }

  .header__info---home, .header__info---copy {
    color: #000;
    font-size: 40px;
  }

  .div__algemeen {
    margin-bottom: 0;
  }

  .div__diensten--warehouse {
    margin-bottom: 4rem;
  }

  .section__diensten--wie {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-47 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .section__hero--backgroundcolor {
    padding-top: 0;
  }

  .div__video_width {
    width: 300px;
  }

  .list {
    padding-left: 1rem;
    font-size: 20px;
    list-style-type: disc;
  }

  .rich-text-block {
    margin-bottom: 0;
  }

  .div__vacature--divider {
    margin-bottom: 4rem;
  }

  .why__button---copy, .why__button---copy-copy {
    color: #000;
    text-align: center;
    text-align: center;
    background-color: #fff;
    max-width: 250px;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }

  .why__button---copy-copy-copy, .why__button---copy-copy-copy-copy {
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 300px;
    max-width: 300px;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }

  .why__button--geloofspunten {
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 260px;
    max-width: 260px;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }

  .div__why--text-left-copy {
    min-width: auto;
    margin-bottom: 1rem;
  }

  .paragraph__contact---copy {
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 30px;
  }

  .form__contact--email {
    color: #000;
    width: auto;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 21px;
    line-height: 30px;
  }

  .paragraph__info---copy {
    font-size: 20px;
  }

  .div__image--right--1, .div__image--right--1.extra {
    max-width: 310px;
  }

  .paragraph__info---copy-copy {
    margin-bottom: 1rem;
    font-size: 20px;
  }

  .section__contact--form {
    padding: 6rem 1rem;
  }

  .hero__button--left-copy {
    color: #000;
    text-align: center;
    background-color: #fff;
    border-style: none;
    border-width: 3px;
    min-width: 240px;
    max-width: 240px;
    margin-right: 0;
    padding: 1.1rem 1.5rem;
    font-size: 21px;
    display: block;
  }

  .hero__button--left-copy.links {
    color: #fff;
    text-align: center;
    background-color: #005480;
    border-style: none;
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 1.1rem 1.5rem;
    font-size: 21px;
    display: block;
  }

  .hero__button--contact--header {
    color: #000;
    text-align: center;
    background-color: #fff;
    border-style: none;
    border-width: 3px;
    min-width: 240px;
    max-width: 240px;
    margin-right: 0;
    padding: 1.1rem 1.5rem;
    font-size: 21px;
    display: block;
  }

  .hero__button--contact--header.links {
    color: #fff;
    text-align: center;
    background-color: #005480;
    border-style: none;
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 1.1rem 1.5rem;
    font-size: 21px;
    display: block;
  }

  .paragraph__info---copy, .paragraph__info---copy-copy, .paragraph__info--meerinfo {
    min-width: auto;
    max-width: 600px;
    font-size: 20px;
  }

  .why__button---copy, .why__button---copy-copy, .why__button---copy-copy-copy, .why__button---copy-copy-copy-copy, .why__button---copy-copy-copy-copy-copy {
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 260px;
    max-width: 260px;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }

  .why__button--over {
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 280px;
    max-width: 280px;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }

  .why__button---copy-copy-copy-copy, .why__button---lesboekje, .why__button---copy-copy-copy-copy-copy, .why__button---lesboek {
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 300px;
    max-width: 300px;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }

  .why__button--anbi {
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 260px;
    max-width: 260px;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }

  .paragraph__info---copy-copy-copy, .paragraph__info---copy-copy-copy-copy, .paragraph__info---copy-copy-copy-copy-copy, .paragraph__info--over {
    font-size: 20px;
  }

  .div__why--text-meer-info {
    min-width: auto;
    margin-bottom: 0;
  }

  .paragraph__info--archieftekst {
    margin-bottom: 1rem;
    font-size: 20px;
  }

  .text__email--block {
    font-size: 21px;
    line-height: 30px;
  }

  .div__email--flex {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph__info--meerinfo-copy {
    min-width: auto;
    max-width: 600px;
    font-size: 20px;
  }

  .link__footer---copy {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .div__bezoek--flex, .div__flex--geloofspunten, .div__flex--meerinfo, .div__flex--youtube {
    justify-content: center;
    align-items: center;
  }

  .why__button-zendingsbericht {
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 260px;
    max-width: 260px;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    display: block;
  }
}


