<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  background-color: #64C7F3;
}

.navbar {
  padding: 1rem;
}
}

.navbar-mobile .fa-user {
  color: #fff;
  font-size: 20px;
}

.navbar-mobile .fa-store {
  color: #fff;
  font-size: 18px;
  padding: 0;
}

.navbar-mobile .navbar-toggler {
  color: white;
  border-color: transparent;
}

.navbar-mobile .dropdown-toggle::after {
  content: none;
}
img { max-width: 100%; }
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2dot4 {
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.bg-color {
  background-color: #00B6ed;
  background-color: #17324e;
  border-bottom: 10px solid #0f8a2c;
}

.dropdown-menu {
  right: 10px !important;
  left: auto !important;
}

.dropdown-item-red {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #ff0000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}

.dropdown-item-red:hover {
  color: #ff4148;
  text-decoration: none;
}

.categories .nav-item a {
  color: #6d6d6d !important;
  text-decoration: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
}

h1 {
  color: #4f4f4f;
  font-size: 1.5rem;
  margin: 1.5rem 1rem 1.5rem;
}

@media only screen and (max-width: 600px) {
    h1 {
        display: none;
    }
}

a.card,
a.card:hover {
  color: #212529;
  text-decoration: none;
}

.bon .card-body {
  display: none;
}

.bon img {
  max-height: 170px;
}

.card-acties-custom {
  border: none;
}

.card-acties-custom .card-headtitle {
  font-size: 25px;
  color: black;
}

.card-acties-custom:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.card-acties-custom .card-bodytext {
  font-size: 20px;
  color: green;
}

.card-acties-custom strike {
  font-size: 16px;
  color: grey;
}

.card-acties-custom span {
  font-weight: 400;
}

.card-acties-custom .badge-success {
  background-color: #3abf59 !important;
}

.card-edit label {
  font-weight: 600;
}

.nav-tabs {
  margin: 1rem 0;
  border-bottom: none;
}

.nav-tabs .nav-link {
  color: grey;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f1f1f1;
  border-color: #f1f1f1 #f1f1f1 #28A745;
  border-bottom: 1px solid #28A745;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f1f1f1 #f1f1f1 #dbdbdb;
}

@media only screen and (max-width: 600px) {
    .nav-tabs {
    display: none !important;
  }
}

.scholen-image {
  max-width: 200px;
  max-height: 50px;
}

.company-image {
  max-height: 200px;
  max-width: 300px;
}

.product-image {
  vertical-align: central;
}

.sale-price {
  color: green;
  font-size: 25px;
}

.price {
  color: gray;
  font-size: 16px;
}

.badge-discount-label {
  color: #28a745;
  border: 1px solid #28a745;
  font-size: 12px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #000000;
}

.overlay:hover {
  opacity: 0.5;
}

.overlay .overlay-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay-active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #333;
}

.overlay-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay-count {
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  width: 100%;
  opacity: 0.9;
  background-color: #000000a8;
}

.overlay-count .overlay-text {
  color: white;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.expired {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #000000;
  opacity: 0.5;
}

.expired .expired-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-container .overlay-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #000000;
}

.image-container .overlay-detail .overlay-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-show {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card-winkel .card-company {
  height: 205px;
}

.card-winkel .image-card {
  padding: 30px;
  max-width: 200px;
  max-height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
  .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .card-winkel .image-card {
    padding: 30px;
    width: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 600px) {
  .card-winkel ul .nav .nav-tabs .nav-item {
    display: none !important;
  }
}

.card-winkel h2 {
  font-size: 22px;
  font-weight: 500;
}

.card-winkel .card:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.card-school img {
  padding: 50px 10px;
  max-width: 100%;
  max-height: 200px;
}

.card-school h2 {
  font-size: 22px;
  font-weight: 500;
}

.card-school .card:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: auto;
}

@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.dotgreen {
  height: 15px;
  width: 15px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}

.dotred {
  height: 15px;
  width: 15px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.card-custom h2 {
  color: black;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .bg-actie {
    background: #81d0f4;
    background: #00B6ed;
  }
   .bg-white {
        background: #00B6ed!important;
    }

  .bg-color {
    background-color: #17324e;
    border-bottom: 0px solid #0f8a2c;
    }

  .card-profile {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .kopen-btn {
    margin-bottom: 10px;
  }

  .promo-btn {
    margin-bottom: 10px;
  }

  .sale-price {
    text-align: center;
  }

  .image-show {
    border-radius: 0.25rem 0.25rem 0 0;
  }

  .payment {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .badge-discount-label {
    font-size: 15px;
    margin-left: 0 !important;
    font-weight: 100;
  }
}

.mobile-card {
  padding-right: 2px;
  padding-left: 2px;
}

.card-custom {
  background-image: url(/storage/card.png);
  background-size: 100%;
  background-position: center;
  text-align: center;
  height: 200px;
  width: 340px;
  display: table-cell;
  vertical-align: middle;
}

.card-img {
  border-radius: 0;
  margin-left: 35px;
  max-width: 75%;
  max-height: 130px;
  width: auto;
}
.company-titel {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 10px;
  color: #111;
}

.card-company .image-card {
  padding: 30px;
  width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.used-discount {
  -webkit-filter: opacity(0.2);
          filter: opacity(0.2);
}

.actions .row {
  padding-left: 5px;
  padding-right: 4px;
}

.actions .col-4 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.card-discount-show {
  background-image: url("/storage/card-2.png");
  background-size: 100%;
  background-position: top;
  background-repeat: repeat-y;
  padding-top: 10px;
}

.btn-close {
  position: absolute;
  top: 35px;
  right: 35px;
}

.btn-close .fa-times-circle {
  color: black;
  font-size: 20px;
}

.btn-close-company {
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn-close-company .fa-times-circle {
  color: black;
  font-size: 20px;
}

.btn-used {
  position: absolute;
  top: 10px;
  right: 35px;
}

.btn-used .fa-times-circle {
  color: black;
  font-size: 20px;
}

.used-opacity {
  opacity: 0.2;
}

.overlay-used {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.overlay-used .w-40 {
  width: 40% !important;
  margin-top: 75px;
}

.card-used-discount {
  background-color: #2eba256e !important;
  border: none;
}

@media (max-width: 450px) {
  .mybonneboekjes-img {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .card-custom {
    height: 90px;
  }
  .card-img {
    margin-left: 11px;
  }
  .operation .step:after {
    display: none;
  }
  
  .step img {width: 50%;}

  .operation .desktop {
    display: none;
  }

  .operation-heading .mobile {
    display: block;
    color: #fff;
    font-size: 1.5rem;
  }
}

.operation {
  margin-top: 1.5rem;
}

.operation .last:nth-last-child(1) :after {
  display: none;
}

.operation-heading {
  text-align: center;
}

.operation-heading .desktop {
  color: #76b82a;
  font-size: 1.5rem;
}

.operation-heading .desktop span {
  font-weight: bold;
}

.operation-heading .mobile {
  display: none;
}

.operation .step {
  margin: 10px 0 10px 0;
  text-align: center;
}

.operation .step-number {
  color: #fff;
}

.operation .step-number i {
  font-size: 20px;
  color: #76b82a;
}

.operation .step:after {
  border-right: 5px solid black;
  border-right-style: dotted;
  content: "";
  position: absolute;
  top: 12px;
  width: 10%;
  height: 95%;
  right: 0;
}

.operation .step:nth-last-child(1) {
  content: unset;
}

</pre></body></html>