div.auke-test {
  background-color: red;
  border-radius: 20px !important;
}

div.versioninfo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 1px;
  padding-bottom: 1px;
  font-size: xx-small;
  color: gray;
  cursor: pointer !important;
}

.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: #E20613;
}

.svg-button:hover .fa-circle {
  color: #BA0811;
}

.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: #BA0811;
}

.hover-element .icon-anchor-light {
  color: #E20613;
}

.hover-element:hover .icon-anchor-light {
  color: #BA0811;
  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: #E20613;
  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: #E20613;
  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: #E20613;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fc9299;
}

.form-check-input:checked {
  background-color: #E20613;
  border-color: #E20613;
}

.form-check-input:focus {
  border-color: #fc9299;
  outline: 0;
  box-shadow: none;
}

.form-check:focus-within {
  border-color: red; /* Change to your desired color */
}

.alert-primary {
  background-color: #FFFFFF !important;
  border-color: #E20613 !important;
}

.link-primary {
  color: #E20613 !important;
  text-decoration: underline #E20613 !important;
}

.link-primary:hover {
  color: #BA0811 !important;
  text-decoration: underline #BA0811 !important;
}

/*# sourceMappingURL=custom.css.map */
