@charset "UTF-8";
.navbar {
  background-color: #FAFAFA !important;
  border-bottom: 1px solid #D6D6D6; }
  .navbar .navbar-brand:focus {
    box-shadow: inset 0 -2px 0 #0A0A0A !important; }

ul *:focus {
  box-shadow: inset 3px 0 0 #0A0A0A !important;
  color: #0A0A0A !important; }

.sidenav {
  display: flex;
  flex-direction: column;
  min-width: 260px;
  height: 100vh;
  position: sticky;
  background-color: #FAFAFA;
  border-right: 1px solid #D6D6D6;
  z-index: 5;
  top: 0;
  transition: 0.2s; }
  .sidenav .first a::before {
    font-family: "FontAwesome", sans-serif;
    content: "";
    padding-right: 0.5rem; }
  .sidenav .last a {
    display: none;
    color: #E30512; }
  .sidenav .active {
    box-shadow: inset 3px 0 0 #E30512 !important;
    color: #E30512 !important; }
    .sidenav .active a {
      color: #E30512 !important; }
  .sidenav ul {
    padding: 0; }
    .sidenav ul li {
      list-style: none;
      margin: 0 !important;
      color: #0A0A0A;
      cursor: pointer; }
      .sidenav ul li a {
        display: block;
        text-decoration: none !important;
        padding: 1rem;
        color: #0A0A0A;
        width: 100% !important; }
    .sidenav ul li:focus {
      box-shadow: inset 3px 0 0 #0A0A0A !important;
      background-color: #F59C15 !important; }
      .sidenav ul li:focus a {
        color: #F59C15; }
    .sidenav ul li:hover {
      background-color: #F4F4F4;
      box-shadow: inset 3px 0 0 #0A0A0A !important; }
      .sidenav ul li:hover a {
        color: #0A0A0A; }

.sidenav-responsive {
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #FAFAFA;
  top: 0;
  left: 0;
  transition: 0.2s; }
  .sidenav-responsive .first a::before {
    font-family: "FontAwesome", sans-serif;
    content: "";
    padding-right: 0.5rem; }
  .sidenav-responsive .last a {
    display: block;
    color: #E30512; }
  .sidenav-responsive .active {
    box-shadow: inset 3px 0 0 #E30512 !important;
    color: #E30512 !important; }
    .sidenav-responsive .active a {
      color: #E30512 !important; }
  .sidenav-responsive ul {
    padding: 0; }
    .sidenav-responsive ul li {
      list-style: none;
      margin: 0 !important;
      color: #0A0A0A;
      cursor: pointer; }
      .sidenav-responsive ul li a {
        display: block;
        text-decoration: none !important;
        padding: 1rem;
        color: #0A0A0A;
        width: 100% !important; }
    .sidenav-responsive ul li:focus {
      box-shadow: inset 3px 0 0 #0A0A0A !important;
      background-color: #F59C15 !important; }
      .sidenav-responsive ul li:focus a {
        color: #F59C15; }
    .sidenav-responsive ul li:hover {
      background-color: #F4F4F4;
      box-shadow: inset 3px 0 0 #0A0A0A !important; }
      .sidenav-responsive ul li:hover a {
        color: #0A0A0A; }

.signout {
  display: none;
  background-color: transparent;
  color: #E30512; }

.signout:hover {
  background-color: transparent;
  color: #BC1821 !important; }

.signout:focus {
  background-color: #F59C15;
  color: #0A0A0A !important; }

.signout-desktop {
  display: block; }

.navbar-toggler-icon {
  opacity: 0.8;
  transform: scale(1.5);
  margin: 0 1rem !important; }

@media (max-width: 991px) {
  body {
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    overflow: auto;
    font-size: 16px !important; }

  main {
    padding: 0 !important; }

  table {
    display: block; }

  .container {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box; }

  .container-lg {
    min-width: 320px !important;
    max-width: 100vw !important;
    padding: 1.5rem !important;
    margin: 0 !important; }

  .login-form {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    height: 80vh; }
    .login-form button, .login-form a {
      margin-right: 1rem !important; }

  .reset-request-form {
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
    height: 80vh;
    width: 100%; }

  .input-lg {
    width: 100% !important; }

  .footer {
    flex-direction: column;
    justify-content: center !important;
    align-items: start !important;
    padding: 2rem 1.5rem !important; }

  .footer-field {
    margin: 0 0 2rem 0 !important; }

  .navbar {
    max-width: 100%; }

  .white-space-for-menu {
    margin-left: 0 !important; }

  .sidenav {
    display: none !important; }

  .signout {
    display: block;
    font-size: 1.2rem;
    color: #E30512 !important; }

  .signout-desktop {
    display: none; }

  .sidenav-responsive {
    display: flex;
    margin-top: 1rem;
    font-size: 1.2rem; }
    .sidenav-responsive .active {
      color: #FAFAFA; }
    .sidenav-responsive a {
      padding-top: 1.2rem !important;
      padding-bottom: 1.2rem !important; }

  .navbar-brand {
    padding-left: 1rem; }

  .activity-details {
    flex-direction: column !important;
    align-items: start !important; }

  .activity-details-description {
    width: 100% !important; }

  .images-activity-detail {
    width: 100vw !important;
    max-height: 302px; }

  .activity-card {
    max-width: 100% !important;
    height: auto !important; }
    .activity-card .images-activity-overview {
      display: none; }

  .agreement {
    width: auto; }

  .responsive-hidden {
    display: none; }

  .float-end {
    padding-bottom: 0.5rem; }

  .family-cards {
    grid-template-columns: 1fr !important;
    grid-auto-rows: minmax(128px, auto) !important; }

  .site-messages {
    margin: 0 !important; }
    .site-messages .alert {
      margin: 0; }

  section.hero {
    margin: 0 !important; }
    section.hero .banner {
      flex-direction: column;
      align-items: center;
      height: 100%;
      margin: 0 !important; }
      section.hero .banner .banner-left, section.hero .banner .banner-right {
        width: 100% !important;
        height: 50% !important; }
        section.hero .banner .banner-left .login-form, section.hero .banner .banner-right .login-form {
          height: auto;
          margin: 0; }
        section.hero .banner .banner-left p, section.hero .banner .banner-right p {
          margin: 0; }
      section.hero .banner .banner-left {
        text-align: center; }
      section.hero .banner .banner-right {
        margin: 1rem; }

  .aanbod h3 {
    text-align: center; }
  .aanbod .aanbod-cards {
    flex-direction: column;
    align-items: center;
    margin: 1rem; }
    .aanbod .aanbod-cards .card {
      width: 100%;
      margin: 1rem 0; }

  .promo-aanbod h3 {
    text-align: center; }
  .promo-aanbod .promo-aanbod-cards {
    flex-direction: column;
    align-items: center;
    margin: 1rem; }
    .promo-aanbod .promo-aanbod-cards .card {
      width: 100%;
      margin: 1rem 0; } }
@font-face {
  font-family: "Strawford";
  src: url("../fonts/strawford-regular-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Strawford Light";
  src: url("../fonts/strawford-light-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Strawford Bold";
  src: url("../fonts/strawford-bold-webfont.ttf") format("truetype"); }
* {
  outline: none !important;
  border-radius: 0 !important; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: #FAFAFA;
  font-family: "Strawford", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0; }

a {
  color: #E30512; }

a:hover {
  color: #BC1821; }

a:focus {
  background-color: #F59C15 !important;
  color: #0A0A0A !important; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

input {
  border-radius: 0 !important; }

input:focus {
  background-color: #FAFAFA !important;
  border: 1px solid #F59C15 !important;
  box-shadow: none !important; }

input[type="checkbox"]:checked {
  background-color: #E30512 !important;
  accent-color: #E30512 !important;
  border: 1px solid #E30512 !important;
  outline: none !important;
  padding-right: 1rem !important; }

textarea:focus {
  background-color: #FAFAFA !important;
  border: 1px solid #F59C15 !important;
  box-shadow: none !important; }

textarea {
  min-height: 128px !important;
  max-height: 512px !important; }

strong, th {
  font-family: "Strawford Bold", sans-serif !important; }

select {
  border-radius: 0 !important;
  outline: 0 !important; }

select:focus {
  background-color: #FAFAFA !important;
  border: 1px solid #F59C15 !important;
  box-shadow: none !important; }

.activity-card {
  height: 180px;
  width: 100%; }

.images-activity-overview {
  display: flex;
  justify-content: end;
  width: 320px;
  height: 100%; }
  .images-activity-overview img {
    width: 100%;
    object-fit: cover; }

.activity-details {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.activity-details-description {
  width: 60%; }

.images-activity-detail {
  width: 480px !important;
  height: 480px !important; }
  .images-activity-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.footer {
  gap: 2rem; }

#footer {
  border-top: 1px solid #D6D6D6; }

main {
  display: flex;
  top: 0;
  z-index: 0;
  min-height: 75vh !important;
  padding: 0 !important; }

table {
  overflow-x: scroll !important;
  max-width: 100% !important; }

.container-lg {
  width: 1280px !important;
  max-width: 100%;
  margin: 3rem 1.5rem; }
  .container-lg div {
    max-width: 100%; }

.btn {
  border-radius: 0 !important;
  border: none; }

.btn-disabled-primary:disabled {
  border-radius: 0 !important;
  border-color: #E30512;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: not-allowed; }

.btn:focus {
  box-shadow: inset 0 -2px 0 #0A0A0A !important; }

.communication h1 {
  font-size: 2rem !important; }
.communication h2 {
  font-size: 1.5rem !important; }
.communication h3 {
  font-size: 1.2rem !important; }
.communication button {
  margin: 0.5rem !important;
  padding: 0.5rem !important;
  box-shadow: inset 0 -2px 0 #0A0A0A !important; }

.communication button:focus {
  margin: 0.5rem !important;
  padding: 0.5rem !important;
  border-radius: 0 !important; }

.alert {
  border-radius: 0 !important;
  border: none !important; }

.alert-success {
  background-color: #008C36;
  color: #FAFAFA; }

.alert-info {
  background-color: transparent !important;
  border: 2px solid #28ADF2 !important;
  color: #0A0A0A !important; }

.alert-danger {
  background-color: #E30512 !important;
  color: #FAFAFA; }

.alert-warning {
  background-color: #F59C15 !important;
  color: #FAFAFA !important; }

.link-secondary {
  color: #363636 !important; }

.link-secondary:focus {
  color: #0A0A0A !important; }

.white-space-for-menu {
  margin-left: 16.5rem; }

.btn-primary {
  background-color: #E30512 !important;
  color: #FAFAFA !important;
  border: 1px solid #b1040e; }

.btn-primary:hover {
  background-color: #BC1821 !important;
  color: #FAFAFA !important;
  border-color: #BC1821 !important; }

.btn-primary:focus {
  box-shadow: inset 0 -2px 0 #0A0A0A !important;
  background-color: #F59C15 !important;
  color: #0A0A0A !important;
  border-color: #F59C15 !important; }

.btn-secondary {
  background-color: #F4F4F4;
  color: #0A0A0A;
  border: 1px solid #D6D6D6; }

.btn-outline-secondary {
  background-color: transparent;
  color: #0A0A0A;
  border: 1px solid #F4F4F4; }

.btn-secondary:hover {
  background-color: #D6D6D6;
  color: #0A0A0A;
  border-color: #D6D6D6; }

.btn-outline-secondary:hover {
  background-color: #D6D6D6;
  color: #0A0A0A;
  border-color: #D6D6D6; }

.btn-dark {
  background-color: #0A0A0A !important;
  color: #FAFAFA !important;
  border-color: #0A0A0A !important; }

.btn-dark:hover {
  background-color: #363636 !important;
  color: #FAFAFA !important;
  border-color: #0A0A0A !important; }

.btn-dark:focus {
  background-color: #F59C15 !important;
  color: #0A0A0A !important;
  border-color: #F59C15 !important; }

.text-primary {
  color: #E30512 !important; }

.text-primary:focus {
  color: #0A0A0A !important;
  text-underline: none !important; }

.text-secondary {
  color: #BC1821 !important; }

.text-light-gray {
  color: #F4F4F4; }

.text-info {
  color: #28ADF2 !important; }

.text-success {
  color: #008C36 !important; }

.text-danger {
  color: #E30512 !important; }

.pagination .page-item {
  border: 3px solid #FAFAFA; }
  .pagination .page-item * {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #F4F4F4;
    width: 2.4rem;
    height: 2.4rem; }
  .pagination .page-item .page-link {
    border-radius: 0 !important;
    color: #0A0A0A; }
  .pagination .page-item .page-link:hover {
    border-radius: 0 !important;
    background-color: #F4F4F4;
    color: #0A0A0A; }
  .pagination .page-item .page-link:focus {
    box-shadow: inset 0 -3px 0 #0A0A0A !important;
    background-color: #F59C15 !important;
    color: #0A0A0A !important; }
.pagination .active .page-link {
  background-color: #E30512 !important;
  border-color: #E30512;
  color: #FAFAFA !important; }
.pagination .active .page-link:focus {
  background-color: #F59C15 !important;
  color: #0A0A0A !important; }

.input-lg {
  width: 400px;
  height: 50px;
  border-radius: 0;
  border-color: #333 !important;
  border-width: 1px; }

.input-lg:focus {
  border-radius: 0 !important; }

.input-sm {
  width: 150px;
  height: 50px;
  border-radius: 0;
  border-color: #333 !important;
  border-width: 1px; }

.input-sm:focus {
  border-radius: 0 !important; }

.hidden {
  display: none !important; }

.text-gray {
  color: #363636 !important; }

.no-underline {
  text-decoration: none; }

.btn-animation::after {
  display: inline-block;
  content: "";
  transition: 0.2s all ease-in-out;
  padding: 0 0.5rem;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900; }

.btn-animation:hover::after {
  transform: translateX(8px);
  transition: 0.2s all ease-in-out; }

.btn-animation-before::before {
  display: inline-block;
  content: "";
  transition: 0.2s all ease-in-out;
  padding: 0 0.5rem;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  transform: rotate(180deg); }

.btn-animation-before:hover::before {
  transform: translateX(-8px) rotate(180deg);
  transition: 0.2s all ease-in-out; }

.btn-interface {
  background-color: #363636;
  color: #FAFAFA; }

.btn-interface:hover {
  background-color: #0A0A0A;
  color: #FAFAFA; }

.fa-qrcode {
  color: #0A0A0A; }

.reset-request-form {
  max-width: 100% !important; }

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0; }

.agreement {
  width: 1280px;
  max-width: 90vw; }

.border {
  border-color: #D6D6D6 !important; }

.fw-light {
  font-family: "Strawford Light"; }

.fw-bold {
  font-family: "Strawford Bold"; }

.aanbod-cards {
  gap: 1rem; }
  .aanbod-cards .card {
    border-color: #D6D6D6;
    box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 16px;
    width: clamp(33%, 640px, 33%); }
    .aanbod-cards .card img {
      width: 100%;
      height: clamp(30%, 50%, 60%);
      object-fit: cover; }
    .aanbod-cards .card .card-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .aanbod-cards .card .card-body .card-btn {
        display: flex;
        justify-content: end;
        margin: 3rem 0 0 0; }

.promo-aanbod-cards {
  gap: 1rem; }
  .promo-aanbod-cards .card {
    border-color: #D6D6D6;
    box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 16px;
    width: clamp(33%, 640px, 33%); }
    .promo-aanbod-cards .card img {
      width: 100%;
      height: clamp(30%, 80%, 100%);
      object-fit: cover; }
    .promo-aanbod-cards .card .card-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .promo-aanbod-cards .card .card-body .card-btn {
        display: flex;
        justify-content: end;
        margin: 0.5rem 0 0 0; }

.family-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(160px, auto);
  grid-gap: 1rem; }

.bg-warning {
  padding: 0.5rem 1rem;
  margin: 0 !important;
  background-color: #F59C14 !important; }

.bg-success {
  padding: 0.5rem 1rem;
  margin: 0 !important;
  background-color: #008C36 !important; }

.site-messages {
  margin-top: 1rem; }
  .site-messages .alert img {
    width: 100%;
    object-fit: cover; }

section.hero {
  margin-top: 3rem; }
  section.hero .banner {
    display: flex;
    align-items: center;
    margin: 1rem auto;
    background: white;
    height: clamp(50vh, 60vh, 100vh);
    box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 16px; }
    section.hero .banner .banner-left, section.hero .banner .banner-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 3rem 2rem;
      width: 50%;
      height: 100%; }
    section.hero .banner .banner-left {
      background-color: #E30512;
      background-image: linear-gradient(-45deg, transparent 5%, #E30512, rgba(0, 0, 0, 0.5)), linear-gradient(135deg, transparent 5%, #E30512, rgba(0, 0, 0, 0.5)); }
      section.hero .banner .banner-left h1 {
        font-size: clamp(1.5rem, 3vw, 2rem);
        font-weight: 800;
        margin: 0;
        letter-spacing: 0.06em;
        color: #FAFAFA; }
      section.hero .banner .banner-left p {
        color: #FAFAFA;
        padding: 1rem 0; }
      section.hero .banner .banner-left a {
        color: white; }
      section.hero .banner .banner-left a:hover {
        color: #D6D6D6; }

.hidden-for-kinderkuren {
  display: none !important; }

.navbar-brand:focus {
  background-color: #F59C15 !important; }
  .navbar-brand:focus img {
    filter: saturate(0) brightness(0); }

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