@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --background: #0f1112;
  --white: white;
  --light-background: #333435;
  --brand: #f15e5e;
  --third-background: #ffffff05;
  --card: #331e0f;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--background);
  color: var(--white);
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  max-width: 18ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.187vw;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

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

p {
  max-width: 45ch;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 20px;
}

li {
  font-size: 16px;
  line-height: 1.3;
}

blockquote {
  border-left: 5px solid #d53939;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.3;
}

.section {
  padding-top: 15.5vh;
  padding-bottom: 15.5vh;
  position: relative;
}

.section.hero {
  background-image: linear-gradient(to bottom, #0000, var(--background)), url('../images/Brothers-Security-Horecabeveiliging.JPG');
  background-position: 0 0, 19vw -8vw;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw;
  padding-top: 19.5vh;
  padding-bottom: 19.5vh;
}

.section.hide {
  display: none;
}

.container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.cta {
  padding-right: 0;
}

.container.nav {
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.centered {
  text-align: center;
}

.centered.hero {
  max-width: 20ch;
}

.featured-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  transform-origin: 0%;
  color: var(--background);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 630px;
  padding: 14px 14px 14px 24px;
  display: flex;
  position: sticky;
  top: 5px;
}

.card-grid {
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

.card-body {
  max-width: 17ch;
}

.card-body.installaties {
  max-width: none;
}

.lees-meer {
  margin-right: 10px;
  font-size: 13px;
}

.lees-meer.white {
  color: #fff;
}

.secondary-button {
  color: var(--background);
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.secondary-button.other {
  margin-top: auto;
}

.alle-diensten {
  color: var(--background);
  background-color: #fff;
  padding: 11px 40px;
  text-decoration: none;
  transition: border-radius .5s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto -5% -26% auto;
}

.alle-diensten:hover {
  border-radius: 10px;
}

.featured-section {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.home-image {
  object-fit: cover;
  align-self: flex-end;
  width: 100%;
  max-width: 40%;
  height: 40.278vw;
}

.arrow-button {
  background-image: url('../images/Lees-meer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 31px;
  height: 31px;
}

.arrow-button.white {
  background-image: url('../images/White-Button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-3-down {
  grid-template-rows: auto auto auto;
  place-items: start;
}

.button-grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  place-items: center start;
  margin-top: 16px;
}

.button-grid.no-margin {
  align-items: center;
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  background-color: var(--white);
  color: var(--background);
  border-radius: 10px;
}

.button.nav {
  margin-left: 20px;
}

.button.secondary {
  color: var(--white);
  background-color: #0000;
}

.button.secondary.form-phone {
  border-color: var(--background);
  color: var(--background);
  align-self: flex-start;
}

.button.submit {
  border-color: var(--background);
  color: var(--background);
  background-color: #0000;
}

.button.submit:hover {
  background-color: var(--background);
  color: var(--white);
}

.nd-nummer {
  padding-left: 24px;
  position: absolute;
  inset: auto auto 24px 0%;
}

.card-2 {
  grid-template-rows: auto;
}

.testimonial-image {
  z-index: -1;
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  max-width: 38vw;
  height: 530px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.content-grid {
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.content-grid.card {
  grid-row-gap: 13px;
}

.content-grid.card.diensten {
  grid-template-rows: auto auto;
  max-width: 40ch;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start;
}

.grid-2.contact {
  background-color: var(--light-background);
}

.quote-open {
  background-image: url('../images/Quote-Open.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 30px;
}

.quote-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr auto;
  place-items: start;
}

.testimonial-name {
  grid-row-gap: 4px;
  grid-template-columns: 40px auto 1fr;
  place-items: center;
}

.image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.bold {
  font-weight: 700;
}

.quote-close {
  background-image: url('../images/Quote-Open.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 30px;
}

.image-5 {
  display: none;
}

.contact-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--background);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 14px 14px 14px 24px;
  display: grid;
  position: relative;
}

.grid-2-down {
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  align-items: start;
}

.phone {
  color: var(--background);
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.nav-link:hover, .nav-link.w--current {
  color: var(--brand);
}

.nav-menu {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer {
  background-color: var(--third-background);
  text-align: center;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  display: grid;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
  margin-bottom: 25px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 211px;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.footer-link:hover {
  color: var(--brand);
}

.nd-nummer-footer {
  padding-left: 0;
  position: static;
  inset: auto auto 24px 0%;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body {
  flex-direction: column;
  display: flex;
}

.diensten-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.diensten-grid.other {
  grid-row-gap: 0px;
  grid-template-rows: 240px;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
}

.diensten-card {
  background-color: var(--white);
  color: var(--background);
  padding: 55px;
  display: flex;
}

.diensten-card.other {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.service-image.other {
  width: 100%;
}

.lees-meer-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: row;
  place-items: start;
  margin-top: 20px;
}

.cta-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: start;
}

.contact-info-grid {
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
}

.grid-7 {
  grid-template-columns: 1fr;
}

.grid-2-down-0 {
  grid-row-gap: 0px;
  background-color: var(--light-background);
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  align-items: start;
}

.diensten-header {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 180px;
  display: flex;
  position: relative;
}

.container-small {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.detail-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  place-items: start;
  margin-top: 20px;
}

.card {
  max-width: 25ch;
}

.form-grid {
  color: var(--background);
  background-color: #fff;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 17px;
}

.form-grid.sollicitatie {
  padding-top: 20px;
  padding-bottom: 15px;
}

.text-field {
  background-color: #0f111226;
  border: 1px #000;
}

.text-field::placeholder {
  color: #0f111299;
}

.text-field.text-area {
  padding-bottom: 80px;
}

.form {
  flex-direction: column;
  max-width: 410px;
  display: flex;
}

.text-block {
  margin-top: 6px;
  margin-bottom: 42px;
  font-size: 12px;
}

.sollicitatie-body {
  max-width: 45ch;
  margin-bottom: 28px;
}

.heading-4 {
  margin-bottom: 5px;
}

.div-block-8 {
  position: sticky;
  top: 24px;
}

.rich-text li {
  background-image: url('../images/Checkmark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 38px;
  list-style-type: none;
}

.rich-text.v2 ul {
  margin-top: 5px;
  margin-bottom: 10px;
}

.andere-diensten {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading.full-width {
  max-width: none;
}

.footer-list {
  background-image: none;
  padding-left: 0;
  list-style-type: none;
}

.list-item-2 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.heading-home-hero {
  font-size: 17px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.installaties {
  grid-template-columns: 1fr 1fr;
}

.diensten-collection-grid {
  grid-column-gap: 16px;
  grid-row-gap: 90px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.diensten-detail-image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.diensten-detail-header-gradient {
  background-image: linear-gradient(to right, #000, #0000);
  position: absolute;
  inset: -.2% 0%;
}

.over-ons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 180px 180px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 32px;
}

.contact-adres {
  color: var(--background);
  background-color: #fff;
  padding: 40px;
}

.contact-header {
  margin-bottom: 25px;
}

.adress-grid {
  grid-row-gap: 13px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.heading-adres {
  color: #0f111280;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.heading-adres:hover {
  color: #0f1112;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.lottie-animation {
  width: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.form-success-trigger {
  display: none;
}

.inline-link {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.inline-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.collection-item {
  display: flex;
}

.checkbox {
  border: 1px solid #ccc;
  border-radius: 2px;
}

.checkbox.w--redirected-checked {
  background-color: #3898ec;
}

.heading-7.installatie-dienst {
  max-width: 28ch;
}

.service-heading {
  max-width: 20ch;
}

.over-ons-foto {
  object-fit: cover;
  object-position: 50% 34%;
  width: 100%;
  height: 100%;
}

.hidden {
  display: block;
}

.hidden-desktop {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  font-size: 13px;
}

.heading-8 {
  margin-bottom: 32px;
}

.h2-big {
  max-width: 18ch;
  font-family: Lora, sans-serif;
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 1.3;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.container-3 {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.sg-section {
  background-color: #f4f3f7;
}

.sg-section.sg-heading-block {
  color: var(--background);
  padding-left: 20px;
}

.sg-section.menu {
  background-color: var(--light-background);
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.sg-not-set-color {
  background-color: #fff0;
  width: 100%;
  height: 70px;
}

.sg-brand-color {
  background-color: var(--brand);
  width: 100%;
  height: 70px;
}

.div-block-10 {
  background-color: var(--light-background);
}

.sg-third-background-color {
  background-color: var(--third-background);
  width: 100%;
  height: 70px;
}

.sg-background-color {
  background-color: var(--background);
  width: 100%;
  height: 70px;
}

.extra-small-caption {
  font-size: 12px;
}

.sg-heading-block {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.sg-heading-block.menu {
  color: var(--white);
  justify-content: center;
  max-width: 240px;
  padding-left: 83px;
  padding-right: 83px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.sg-heading-block.menu:hover {
  color: var(--brand);
  background-color: #dbd8e5;
}

.sg-heading-block.menu.w--current {
  background-color: var(--white);
  color: var(--brand);
}

.sg-heading-block.menu.w--current:hover {
  color: var(--brand);
}

.sg-heading-block.nav {
  padding-bottom: 49px;
}

.grid-10 {
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 1fr;
  align-items: start;
  padding-left: 16px;
  padding-right: 16px;
}

.grid-11 {
  grid-template-columns: 1fr;
  justify-items: center;
}

.sg-colors-grid {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
}

.sg-button-grid {
  grid-template-columns: 1fr;
  padding-top: 20px;
}

.grid-13 {
  grid-column-gap: 13px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
  align-items: start;
}

.sg-button-holder {
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.sg-seconday-background-color {
  background-color: var(--light-background);
  width: 100%;
  height: 70px;
}

.sg-text-color {
  background-color: var(--white);
  width: 100%;
  height: 70px;
}

.section-3 {
  color: var(--white);
}

.js {
  display: none;
}

.label {
  font-weight: 700;
}

.space-small {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.floating-offerte-button {
  color: var(--background);
  background-color: #fff;
  font-weight: 700;
  display: none;
  position: fixed;
  bottom: 16px;
  left: 16px;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: var(--brand);
}

.nav-dropdown-link.w--current:visited {
  color: var(--background);
}

.whatsapp-wrapper {
  font-size: .875rem;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.whatsapp-chat-bubble {
  grid-column-gap: .25rem;
  color: var(--background);
  white-space: nowrap;
  background-color: #fff;
  border-radius: 60px 60px 0;
  justify-content: center;
  align-items: center;
  padding: .4rem 1.55rem .4rem 1.15rem;
  display: flex;
  position: absolute;
  bottom: 3.2rem;
  right: 100%;
  box-shadow: 0 2px 20px #00000014;
}

.whatsapp-chat-close {
  width: 1rem;
  height: 1rem;
}

.whatsapp-button {
  background-color: #000;
  border: 1px solid #3b3b3b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-bottom: .1rem;
  padding-left: 0;
  display: flex;
  box-shadow: 0 1px 20px #00000014;
}

.whatsapp-img {
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding-bottom: 21.5763vh;
  }

  .container.nav {
    padding-left: 30px;
    padding-right: 23px;
  }

  .card-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-image {
    display: none;
  }

  .quote-grid {
    grid-row-gap: 0px;
  }

  .quote-close {
    background-image: url('../images/Quote-Close.svg');
  }

  .image-5 {
    object-fit: cover;
    object-position: 50% 31%;
    width: 100%;
    height: 180px;
    display: block;
  }

  .full-width {
    max-width: none;
  }

  .nav-link {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--background);
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--background);
  }

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

  .diensten-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .diensten-card {
    padding: 60px;
  }

  .service-image {
    object-position: 50% 50%;
    width: 100%;
    height: 340px;
  }

  .lees-meer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .detail-grid, .form-grid {
    grid-template-columns: 1fr;
  }

  .sollicitatie-body {
    max-width: 43ch;
  }

  .andere-diensten {
    grid-template-columns: auto auto;
  }

  .lottie-animation-2 {
    width: 32px;
    height: 34px;
  }

  .grid-14 {
    grid-template-columns: 1fr;
  }

  .sg-colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .floating-offerte-button {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 5.5vw;
  }

  .section.hero {
    background-position: 0 0, -30% 0;
    background-size: auto, cover;
  }

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

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

  .featured-block {
    position: relative;
  }

  .alle-diensten {
    color: var(--background);
    text-decoration: none;
    transition: border-radius .5s cubic-bezier(.23, 1, .32, 1);
    bottom: -10.7vw;
    right: -5vw;
  }

  .alle-diensten:hover {
    border-radius: 10px;
  }

  .featured-section {
    flex-direction: column;
    padding-bottom: 10.563vw;
  }

  .home-image {
    max-width: 100%;
    height: 45vw;
    margin-top: 14vw;
    display: none;
  }

  .grid-3-down {
    grid-template-columns: 1fr;
  }

  .button-grid.no-margin {
    margin-top: 0;
  }

  .grid-2 {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .footer-image {
    object-fit: contain;
  }

  .brand {
    padding-left: 0;
  }

  .diensten-grid {
    grid-template-rows: 188px auto;
  }

  .diensten-card {
    padding: 45px;
  }

  .service-image {
    object-position: 50% 50%;
    height: auto;
  }

  .lees-meer-grid {
    grid-template-rows: auto;
  }

  .cta-grid {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 5.5vw;
  }

  .detail-grid {
    justify-items: stretch;
  }

  .form {
    max-width: none;
  }

  .sollicitatie-body {
    max-width: 60ch;
  }

  .andere-diensten {
    grid-template-columns: auto;
  }

  .contact-adres {
    padding-left: 17px;
    padding-right: 17px;
  }

  .over-ons-foto.emal {
    object-position: 30% 34%;
  }

  .h2-big {
    font-size: 6vw;
  }

  .container-3 {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .whatsapp-wrapper {
    bottom: 1rem;
    right: 1rem;
  }

  .whatsapp-button {
    width: 3.5rem;
    height: 3.5rem;
  }

  .whatsapp-img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 8vw;
  }

  ul {
    padding-left: 0;
  }

  .section {
    padding-top: 11.5vh;
    padding-bottom: 11.5vh;
  }

  .section.hero {
    background-image: linear-gradient(to bottom, #0000, var(--background) 80%), url('../images/Brothers-Security-Horecabeveiliging.JPG');
    background-position: 0 0, 40% -10vw;
    background-size: auto, 190vw;
  }

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

  .featured-block {
    flex-flow: row;
    grid-template-columns: 1fr;
  }

  .card-grid {
    flex-flow: column;
    align-items: start;
    display: flex;
  }

  .secondary-button {
    margin-top: auto;
  }

  .alle-diensten {
    bottom: -19vw;
    right: 3vw;
  }

  .featured-section {
    padding-bottom: 19vw;
    padding-right: 0;
  }

  .home-image {
    height: 60vw;
    margin-top: 25vw;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .button {
    background-color: var(--background);
  }

  .content-grid {
    place-items: start;
  }

  .content-grid.card {
    justify-items: stretch;
  }

  .quote-open {
    display: none;
  }

  .quote-grid {
    grid-template-rows: auto;
  }

  .testimonial-name {
    grid-column-gap: 16px;
    grid-template-columns: auto auto;
  }

  .quote-close {
    display: none;
  }

  .image-5 {
    height: 150px;
  }

  .contact-block {
    grid-template-columns: 1fr;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-logo-link {
    width: 100%;
    height: 60px;
  }

  .footer-image {
    width: 70%;
    min-width: 190px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .diensten-card {
    padding: 32px;
  }

  .service-image {
    object-position: 50% 50%;
  }

  .heading-2 {
    font-size: 6.5vw;
    line-height: 1.3;
  }

  .rich-text h2 {
    font-size: 8vw;
    line-height: 1.3;
  }

  .collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
  }

  .collection-list.installaties {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .over-ons-grid {
    grid-template-rows: auto minmax(0, 140px) minmax(0, 220px);
    grid-template-columns: 1fr;
  }

  .heading-adres {
    font-weight: 700;
  }

  .div-block-9 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 7.2vw;
  }

  .hidden {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  .h2-big {
    font-size: 8vw;
  }

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .whatsapp-chat-bubble {
    font-size: .75rem;
  }
}

#w-node-_674a7be8-a2d2-70a3-93c1-44628f2c66a3-8bf60e90, #w-node-_674a7be8-a2d2-70a3-93c1-44628f2c66a5-8bf60e90 {
  justify-self: center;
}

#w-node-_674a7be8-a2d2-70a3-93c1-44628f2c66a7-8bf60e90 {
  place-self: center;
}

#w-node-c6c36f36-5c0e-957b-5b38-e5aa7204189f-8bf60e90, #w-node-f244e48b-9000-c167-1b2c-a89d25ae861a-8bf60e90, #w-node-_5ae16828-d265-6bc9-90a9-fce002790b96-8bf60e90, #w-node-_342e0930-8725-95c0-85ee-6c806be7621f-8bf60e90, #w-node-af29aaad-2af1-1aa2-9d3a-ed56cf96d641-8bf60e90 {
  justify-self: end;
}

#w-node-_6cab0cdf-5fd2-a6f3-b32c-11ac8e0216fb-8bf60e90 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6cab0cdf-5fd2-a6f3-b32c-11ac8e021713-8bf60e90 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_6cab0cdf-5fd2-a6f3-b32c-11ac8e021716-8bf60e90 {
  justify-self: end;
}

#w-node-c10cc7c9-13ef-7482-233d-6621bf304361-8bf60e90 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c10cc7c9-13ef-7482-233d-6621bf304362-8bf60e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c10cc7c9-13ef-7482-233d-6621bf304365-8bf60e90 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c10cc7c9-13ef-7482-233d-6621bf304368-8bf60e90 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-c10cc7c9-13ef-7482-233d-6621bf30436a-8bf60e90 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-c10cc7c9-13ef-7482-233d-6621bf30436b-8bf60e90 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-c10cc7c9-13ef-7482-233d-6621bf30436d-8bf60e90 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-_25627202-558d-ec1f-5a84-551b2494e9ae-8bf60e90 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25627202-558d-ec1f-5a84-551b2494e9b0-8bf60e90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_25627202-558d-ec1f-5a84-551b2494e9b7-8bf60e90 {
  justify-self: end;
}

#w-node-a38947c6-0147-1476-4e03-47761950be81-5a696c52, #w-node-_940341d4-b764-f2cf-c563-108c7779e551-7779e53f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_940341d4-b764-f2cf-c563-108c7779e552-7779e53f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end;
}

#w-node-_940341d4-b764-f2cf-c563-108c7779e556-7779e53f {
  align-self: stretch;
}

#w-node-_535c6052-0f1b-bbf8-9bfc-e89e44e1814a-9ca0726b {
  justify-self: center;
}

#w-node-d8ee4f5e-1967-a3f6-60a3-4c7201c0031f-9ca0726b {
  align-self: end;
}

#w-node-_58963ffc-db43-09ee-040c-583d981d4aea-9ca0726b {
  justify-self: end;
}

#w-node-_6b5fcd82-e4c5-5d9c-8461-24bef4eccc14-9ca0726b, #w-node-c4237e8f-a9c6-4666-e0ef-b932e7d2cbc9-9ca0726b {
  align-self: stretch;
}

#w-node-_3541ea76-0fa2-eb11-b315-a3deaa0d269d-ced20270, #w-node-bf27c8a1-3157-d2bc-b527-d2ad5dae852f-ced20270 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f8c82137-60ee-1974-8290-4c45be752346-ced20270, #w-node-_10a49076-82e7-55d5-8222-c35af8eafad5-ced20270 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10a49076-82e7-55d5-8222-c35af8eafaed-ced20270 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_10a49076-82e7-55d5-8222-c35af8eafaf0-ced20270 {
  justify-self: end;
}

#w-node-_78279234-995e-74f7-4ac3-385ca154a22e-0b627d99 {
  place-self: stretch stretch;
}

#w-node-_5f8c5cfb-8a39-d98c-db81-014c0c2cf83e-0b627d99 {
  align-self: stretch;
}

#w-node-_5f8c5cfb-8a39-d98c-db81-014c0c2cf84a-0b627d99 {
  align-self: end;
}

#w-node-_5f8c5cfb-8a39-d98c-db81-014c0c2cf84c-0b627d99 {
  justify-self: end;
}

#w-node-_6d9beb3f-fb3f-9e0d-af3e-3b46bcfc6cd7-78eb4ec1 {
  align-self: end;
}

#w-node-_6d9beb3f-fb3f-9e0d-af3e-3b46bcfc6cd9-78eb4ec1 {
  justify-self: end;
}

#w-node-_2e53fc48-bebf-87c1-f2fe-a2bfedbc0f62-cf4078ca {
  align-self: stretch;
}

#Symbols.w-node-_2e53fc48-bebf-87c1-f2fe-a2bfedbc0fc5-cf4078ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_833371b3-76df-cd23-82d2-9a2679462453-4a0849db {
  justify-self: center;
}

#w-node-_55656e2a-e05d-f6bd-d4e0-55d22136f9f5-4a0849db {
  align-self: end;
}

#w-node-_55656e2a-e05d-f6bd-d4e0-55d22136f9f7-4a0849db {
  justify-self: end;
}

#w-node-_27dbe013-76fd-5588-349c-ecd43fac03fb-3fac03f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb37cfd4-47c7-2417-e3b3-2403b6d75b23-b6d75b22 {
  align-self: stretch;
}

#w-node-_833371b3-76df-cd23-82d2-9a2679462453-e88868ca {
  justify-self: center;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89935-e88868ca {
  align-self: end;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-e88868ca {
  justify-self: end;
}

#w-node-_833371b3-76df-cd23-82d2-9a2679462453-4a184e4e {
  justify-self: center;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89935-4a184e4e {
  align-self: end;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-4a184e4e {
  justify-self: end;
}

#w-node-_833371b3-76df-cd23-82d2-9a2679462453-0b41ae33 {
  justify-self: center;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89935-0b41ae33 {
  align-self: end;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-0b41ae33 {
  justify-self: end;
}

#w-node-_833371b3-76df-cd23-82d2-9a2679462453-8180dd18 {
  justify-self: center;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89935-8180dd18 {
  align-self: end;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-8180dd18 {
  justify-self: end;
}

#w-node-_833371b3-76df-cd23-82d2-9a2679462453-5f6736ba {
  justify-self: center;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89935-5f6736ba {
  align-self: end;
}

#w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-5f6736ba {
  justify-self: end;
}

#w-node-_833371b3-76df-cd23-82d2-9a2679462453-6ba0e3fa {
  justify-self: center;
}

#w-node-_55656e2a-e05d-f6bd-d4e0-55d22136f9f5-6ba0e3fa {
  align-self: end;
}

#w-node-_55656e2a-e05d-f6bd-d4e0-55d22136f9f7-6ba0e3fa {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c10cc7c9-13ef-7482-233d-6621bf304361-8bf60e90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_940341d4-b764-f2cf-c563-108c7779e556-7779e53f {
    order: -9999;
    justify-self: end;
  }

  #w-node-_0105d8b6-8094-9d55-fc4d-4e0afb918498-9ca0726b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4237e8f-a9c6-4666-e0ef-b932e7d2cbc9-9ca0726b {
    order: -9999;
    justify-self: end;
  }

  #w-node-_833371b3-76df-cd23-82d2-9a2679462446-4a0849db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb37cfd4-47c7-2417-e3b3-2403b6d75b23-b6d75b22 {
    order: -9999;
    justify-self: end;
  }

  #w-node-_833371b3-76df-cd23-82d2-9a2679462446-e88868ca, #w-node-_833371b3-76df-cd23-82d2-9a2679462446-4a184e4e, #w-node-_833371b3-76df-cd23-82d2-9a2679462446-0b41ae33, #w-node-_833371b3-76df-cd23-82d2-9a2679462446-8180dd18, #w-node-_833371b3-76df-cd23-82d2-9a2679462446-5f6736ba, #w-node-_833371b3-76df-cd23-82d2-9a2679462446-6ba0e3fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6cab0cdf-5fd2-a6f3-b32c-11ac8e0216fb-8bf60e90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cab0cdf-5fd2-a6f3-b32c-11ac8e021713-8bf60e90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_25627202-558d-ec1f-5a84-551b2494e9ae-8bf60e90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25627202-558d-ec1f-5a84-551b2494e9b0-8bf60e90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-f8c82137-60ee-1974-8290-4c45be752346-ced20270, #w-node-_10a49076-82e7-55d5-8222-c35af8eafad5-ced20270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10a49076-82e7-55d5-8222-c35af8eafaed-ced20270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_342e0930-8725-95c0-85ee-6c806be7621a-8bf60e90, #w-node-af29aaad-2af1-1aa2-9d3a-ed56cf96d63c-8bf60e90 {
    align-self: stretch;
  }

  #w-node-c10cc7c9-13ef-7482-233d-6621bf304365-8bf60e90 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c10cc7c9-13ef-7482-233d-6621bf30436a-8bf60e90 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c10cc7c9-13ef-7482-233d-6621bf30436b-8bf60e90, #w-node-c10cc7c9-13ef-7482-233d-6621bf30436d-8bf60e90, #w-node-_0cf30eaa-fd83-b990-f5a6-da709aa52d20-5a696c52 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_940341d4-b764-f2cf-c563-108c7779e556-7779e53f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch end;
  }

  #w-node-_58963ffc-db43-09ee-040c-583d981d4aea-9ca0726b {
    justify-self: start;
  }

  #w-node-_3541ea76-0fa2-eb11-b315-a3deaa0d269d-ced20270, #w-node-bf27c8a1-3157-d2bc-b527-d2ad5dae852f-ced20270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8c82137-60ee-1974-8290-4c45be752346-ced20270 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f8c5cfb-8a39-d98c-db81-014c0c2cf84c-0b627d99, #w-node-_6d9beb3f-fb3f-9e0d-af3e-3b46bcfc6cd9-78eb4ec1 {
    justify-self: start;
  }

  #w-node-_2e53fc48-bebf-87c1-f2fe-a2bfedbc0f62-cf4078ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #Symbols.w-node-_2e53fc48-bebf-87c1-f2fe-a2bfedbc0fc5-cf4078ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55656e2a-e05d-f6bd-d4e0-55d22136f9f7-4a0849db, #w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-e88868ca, #w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-4a184e4e, #w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-0b41ae33, #w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-8180dd18, #w-node-a60fc993-1b7f-349e-7dfd-e5eacae89937-5f6736ba, #w-node-_55656e2a-e05d-f6bd-d4e0-55d22136f9f7-6ba0e3fa {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}