﻿@charset "UTF-8";
/*$bg-dark: #0A1D47;*/
/*
Donkerblauw: #0A1D47
Lichtblauw: #7DB1D8
Geel: #F7FF5D
*/
/*$bg-gray-4: #434340;*/
div.versioninfo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 1px;
  padding-bottom: 1px;
  font-size: xx-small;
  color: gray;
  cursor: pointer !important;
}

.bg-quote {
  width: 138px;
  height: 100px;
  /* make sure this variable compiles to a visible color, or replace with a hex for testing */
  background-color: #6d95b3;
  /* Standard mask properties */
  mask-image: url("../../media/svg/Path%201568.svg");
  mask-repeat: no-repeat;
  mask-size: contain; /* important — scale the SVG to fit the box */
  mask-position: center;
  mask-mode: alpha; /* use alpha channel for masking */
  /* WebKit / Safari */
  -webkit-mask-image: url("../../media/svg/Path%201568.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  /* visual stacking */
  z-index: -1;
}

.filter-light {
  filter: invert(100%) brightness(150%) contrast(100%);
}

.filter-dark {
  filter: grayscale(100%) brightness(0%) contrast(100%);
}

@media screen and (min-width: 1582px) {
  .xl-rounding-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .xl-rounding-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media (min-width: 992px) {
  .rounded-large-right-bottom {
    border-bottom-right-radius: 100px !important;
  }
}
@media screen and (min-width: 1921px) {
  .xl-rounding-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .xl-rounding-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.owl-item {
  display: flex;
  justify-content: center;
}

.mockup-shadow {
  filter: drop-shadow(10px 10px 10px #a3a2a2);
}

.btn-top-nav {
  color: #FFFFFF !important;
  background-color: #1D1D1B !important;
  border-color: #FFFFFF !important;
  padding: 0.2rem 0.5rem !important;
  font-size: 0.75rem !important;
  border-width: 1px !important;
}

.btn-top-nav:hover {
  background-color: #FFFFFF !important;
  border-color: #B90712;
  color: #1D1D1B !important;
}

.headerNav {
  transition: background-color 0.3s ease;
}

.top-nav-round {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.nav-round {
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}

.transparent-navbar {
  background-color: transparent !important;
}

.icon-anchor-light {
  text-decoration: none !important;
  color: #AAAAAA;
  background-color: white;
}

.icon-anchor-light:hover {
  text-decoration: none !important;
  color: #E20613;
  background-color: white;
}

.primary-border-hover:hover {
  border: 2px solid #E20613;
}

.owl-carousel .owl-stage {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* fixes owl carousel shadow issue, move to sass*/
.owl-carousel .owl-stage:after {
  display: contents !important;
}

.override-width {
  max-width: none !important;
  position: static !important;
  margin: 0;
}

.max-width {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}

.svg-button .fa-circle {
  color: white;
}

.svg-button .fa-chevron-left,
.svg-button .fa-chevron-right {
  color: #7DB1D8;
}

.svg-button:hover .fa-circle {
  color: #6692b3;
}

.svg-button:hover .fa-chevron-left,
.svg-button:hover .fa-chevron-right {
  color: white;
}

.hover-element {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.hover-element:hover {
  border-color: #6692b3;
}

.hover-element .icon-anchor-light {
  color: #7DB1D8;
}

.hover-element:hover .icon-anchor-light {
  color: #6692b3;
  transition: color 0.3s ease;
}

.child {
  background-color: #FFFFFF;
}

.hover-element:hover .child {
  transition: border 0.3s ease, background-color 0.3s ease;
}

.form-control {
  font-family: inherit;
  background-color: #FFFFFF;
  border: none;
  border-radius: 23px;
  padding: 0.8em 1.25em;
  margin-bottom: 1rem;
}

.form-control:focus {
  border-color: #7DB1D8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fc9299;
}

.form-select {
  font-family: inherit;
  background-color: #FFFFFF;
  border: none;
  border-radius: 23px;
  padding: 0.8em 1.25em;
  margin-bottom: 1rem;
}

.form-select:focus {
  border-color: #7DB1D8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fc9299;
}

.form-check {
  font-family: inherit;
  background-color: #FFFFFF;
  border: none;
  border-radius: 23px;
  padding: 0.8em 2.25em;
  margin-bottom: 1rem;
}

.form-check:focus {
  border-color: #7DB1D8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fc9299;
}

.form-check-input:checked {
  background-color: #7DB1D8;
  border-color: #7DB1D8;
}

.form-check-input:focus {
  border-color: #fc9299;
  outline: 0;
  box-shadow: none;
}

.form-check:focus-within {
  border-color: #7DB1D8;
}

.alert-primary {
  background-color: #FFFFFF !important;
  border-color: #7DB1D8 !important;
}

.link-primary {
  color: #7DB1D8 !important;
  text-decoration: underline #7DB1D8 !important;
}

.link-primary:hover {
  color: #6692b3 !important;
  text-decoration: underline #6692b3 !important;
}
