#home {
}

.section-cta {
  min-height: 80vh;
  padding: 30px;
  color: #fff;
  text-align: center;
  margin-top: -60px;
}

.section-with-border {
  min-height: 95vh;
  padding: 30px;
}

.section-with-border .container-fluid {
  border: 6px solid #fff;
  height: 100%;
  border-radius: 30px;
  /*padding: 100px;*/
}

.waarom img {
  height: 140px;
}

.btn.btn-primary, .bs-icon-primary {
  background-color: #e73441;
  border: #e73441;
  background: #e73441 !important;
}

.btn {
  border-radius: 20px;
}

h1 {
  color: #e73441;
}

.huge {
  font-size: 6.5rem;
  line-height: .9;
}

.modal-backdrop.show {
  opacity: .8;
}

img {
  max-width: 100%;
  height: auto;
}

h4 {
  color: #fff;
}

.contact-phone-email p {
  margin-bottom: 0;
}

#home-slider {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

img.cms-slider {
  object-fit: cover;
  height: 100vh;
  object-position: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'ITC Avant Garde Std Md';
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'Raleway';
  font-weight: 700;
}

