:root {
  --col-casper-bg: #2681FD;
  --col-casper-bg2: #FF7800;
  --col-casper-silver: #EDEEF2;
  --col-casper-blue: #2681FD;
  --col-casper-blue-dark: #2A65F1;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

.opensans {
  font-family: "Open Sans", sans-serif;
}

.aller {
  font-family: allerregular;
}

.allerbold {
  font-family: allerbold;
}

.srv {
  opacity: 1;
  pointer-events: all;
}
.srv--hidden {
  opacity: 0 !important;
  pointer-events: none;
}
.srv--visible {
  opacity: 1;
  pointer-events: all;
}
.srv--animate {
  transition: opacity 0.4s ease-in-out;
}

iframe {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.content-block ul {
  list-style-type: disc;
  margin-left: 21px;
}

#super-container {
  padding-top: 60px;
}

@media (min-width: 992px) {
  #super-container {
    padding-top: 70px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1380px) {
  .container {
    max-width: 1276px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.24rem;
  color: #C3C3C3;
  margin-bottom: 0.6rem;
  font-weight: 700;
}

p {
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: -0.037em;
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
}

.p-bottom-margin-small {
  margin-bottom: 1rem;
}

h1 {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.4em;
}

@media (max-width: 992px) {
  h1.h1-bigger {
    font-size: 1.95rem;
  }
}
.spacer-medium {
  height: 30px;
}

.spacer-big {
  height: 30px;
}

@media (min-width: 992px) {
  .spacer-medium {
    height: 60px;
  }

  .spacer-big {
    height: 135px;
  }
}
.col-content {
  max-width: 720px;
}

p.p-small {
  font-size: 0.85rem;
  letter-spacing: -0.016rem;
}

p.p-smallish {
  font-size: 1rem;
}

p.p-medium {
  font-weight: bold;
  font-size: 1.55rem;
  letter-spacing: -0.025rem;
  line-height: 2.2rem;
}

.p-content {
  backgrounsd: lime;
}

.p-content p ~ ul {
  margin-top: -25px;
  margin-bottom: 10px;
}

.p-content p ul li, .p-content ul li {
  margin-left: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  list-style-type: disc;
}

p.p-big, p.p-biggish {
  font-size: 1.55rem;
  line-height: 1.35em;
}

@media (min-width: 576px) {
  h1, p.p-big {
    font-size: 1.94rem;
    font-weight: 700;
    letter-spacing: 0.015em;
    line-height: 1.36em;
  }

  p.p-biggish {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.015em;
    line-height: 1.36em;
  }
}
p:last-child {
  margin-bottom: 0;
}

h1 {
  margin-bottom: 1.5rem;
}

h1.h1-small {
  font-size: 1.46rem;
  margin-bottom: 0.4rem;
}

#slider-clients .carousel-indicators {
  margin-bottom: -90px;
}

#slider-clients .carousel {
  margin-bottom: 60px;
}

.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.carousel-indicators .active {
  background-color: var(--col-casper-bg);
}

.dot {
  height: 17px;
  width: 17px;
  background-color: #EDEEF2;
  border-radius: 50%;
  display: inline-block;
}

.btn {
  border: solid 2px #000;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 13px;
  color: #000;
  background: transparent;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: -0.03em;
}

.btn:hover {
  background: var(--col-casper-bg);
  border: solid 2px var(--col-casper-bg);
  color: #FFF;
}

.btn-neg {
  border: solid 1px #FFF;
  color: #FFF;
}

.btn-neg:hover {
  background: #FFF;
  border: solid 2px #FFF;
  color: var(--col-casper-bg);
}

.btn-hover-bg2:hover {
  color: var(--col-casper-bg2);
}

.btn-cta-blue {
  background-color: var(--col-casper-blue);
  border-color: var(--col-casper-blue);
  color: #FFF;
}
.btn-cta-blue:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.btn-cta-orange {
  background-color: var(--col-casper-bg2);
  border-color: var(--col-casper-bg2);
  color: #FFF;
}
.btn-cta-orange:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.button-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.button-list li {
  text-align: center;
}

.button-list li a {
  min-width: 150px;
  margin-bottom: 10px;
}

.row-casper {
  paddsing-left: 50px;
}

.row-casper, .row-casper-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .row-casper, .row-casper-small {
    padwding-top: inherit;
    pawdding-bottom: inherit;
  }

  .row-casper-220 {
    min-height: 220px !important;
  }

  .row-casper-smaller {
    min-height: 300px;
  }

  .row-casper-small {
    min-height: 430px;
  }

  .row-casper {
    min-height: 486px;
  }
}
#header-logo {
  position: fixed;
  width: 173px;
  top: -28px;
  right: 15px;
}

#header-logo-svg path {
  transition: fill 1s;
}

body.menu-open #header-logo-svg path {
  fill: #FFF;
}

@media (min-width: 992px) {
  #header-logo-svg path {
    fill: #FFF;
  }
}
@media (min-width: 992px) {
  #header-logo {
    position: absolute;
    width: 200px;
    top: -13px;
    right: 43px;
  }
}
.body-home #header-logo {
  display: none;
}

.line {
  background: #231F20;
  height: 1px;
  display: block;
}

.news-list-big {
  display: grid;
  gsrid-template-rows: 1fr 1fr 1fr;
  row-gap: 7px;
  width: 100%;
}

@media (min-width: 992px) {
  .news-list-big {
    grisd-template-rows: 1fr 1fr 1fr;
    row-gap: 7px;
  }
}
.news-list-big .news-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  background: #FFF;
  color: #000;
  width: 100%;
  height: 57px;
}

.news-list-big a {
  text-decoration: none;
}

.news-list-big a:hover {
  text-decoration: none;
  background: var(--col-casper-silver);
}

.news-list-big a:hover .news-item:after {
  background: var(--col-casper-blue-dark);
}

.news-list-big .news-item .news-item-date {
  font-size: 13px;
  font-weight: 700;
  color: #C2C2C2;
  text-transform: uppercase;
}

.news-list-big .news-item .news-item-title {
  font-weight: bold;
  font-size: 13px;
}

.news-list-big .news-item .news-item-description {
  font-family: allerregular;
  font-size: 14px;
  margin-left: 20px;
  padding-right: 20px;
}

.news-list-big .news-item:after {
  content: url(/assets/img/arrow-right-small.png);
  color: white;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-left: 30px;
  background: var(--col-casper-blue);
  height: 100%;
}

@media (min-width: 576px) {
  .news-list-big .news-item {
    height: 167px;
  }

  .news-list-big .news-item .news-item-title {
    font-size: 19px;
    font-weight: bold;
  }
}
.logo-container {
  position: fixed;
  z-index: 99997;
}

body.menu-open #menu-mob .logo-container svg path {
  fill: #FFF;
}

section.welkomst-schermpje {
  z-index: 9999999995;
  position: fixed;
  bottom: 0;
  Left: 0;
  right: 0;
}
section.welkomst-schermpje .consent-intro {
  background-color: #FFF;
  color: #000;
  padding: 40px 0;
}
section.welkomst-schermpje h2 {
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
  text-transform: inherit;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 992px) {
  section.welkomst-schermpje h2 {
    font-size: 23px;
    line-height: 30px;
  }
}
section.welkomst-schermpje h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
section.welkomst-schermpje div.buttons a.btn {
  border-width: 2px;
  border-color: #000;
  background-color: #FFF;
  display: block;
}
section.welkomst-schermpje div.buttons a.btn.active, section.welkomst-schermpje div.buttons a.btn:hover {
  background-color: #2681fd;
  border-color: #2681fd;
  color: #FFF;
}
section.welkomst-schermpje div.buttons a.btn.active:hover {
  background: #000;
  border-color: #000;
  color: #FFF;
}
section.welkomst-schermpje .consent-settings {
  color: #FFF;
  background: #000;
  padding: 40px 0;
}
section.welkomst-schermpje .consent-settings h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
section.welkomst-schermpje .consent-settings p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
section.welkomst-schermpje .consent-settings div.form-switch {
  padding-left: 50px;
  margin-top: 20px;
}
section.welkomst-schermpje .consent-settings div.form-switch input {
  transform: scale(1.5);
}
section.welkomst-schermpje .consent-settings a.btn-save {
  background: #000;
  border: solid 2px #FFF;
  text-transform: uppercase;
  color: #FFF;
}
section.welkomst-schermpje .consent-settings a.btn-save:hover {
  background-color: #2681fd;
  border-color: #2681fd;
}

/*# sourceMappingURL=base.css.map */
