@charset "UTF-8";

@layer old {
  @font-face {
    font-family: "Circular Std";
    src: url(../../old/fonts/CircularStd-Book.woff2) format("woff2");
    font-weight: 400;
  }
  @font-face {
    font-family: "Circular Std Black";
    src: url(../../old/fonts/CircularStd-Black.woff2) format("woff2");
    font-weight: 700;
  }
  @font-face {
    font-family: "Circular Std Medium";
    src: url(../../old/fonts/CircularStd-Medium.otf) format("opentype");
  }
  


  .text-link {
    color: #1d1d1b;
    text-decoration: underline;
    font-weight: 700;
  }
  .text-link:hover {
    color: #1d1d1b;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
  }
  .flex-vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  #map {
    width: 100%;
    height: 0;
    min-height: 250px;
    overflow: hidden;
    padding-bottom: 35%;
  }
  .courts-map-container.rounded-banner:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    bottom: -1px;
    left: 0;
    pointer-events: none;
  }
  .courts-map-legend-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem;
  }
  .courts-map-legend {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .courts-map-legend-item {
    padding: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 8ch;
    max-width: 20ch;
  }
  .courts-map-legend-item h4 {
    line-height: 1.5;
    font-size: 0.75rem;
  }
  @media (min-width: 992px) {
    .courts-map-legend-item h4 {
      font-size: 1.25rem;
    }
  }
  .courts-icon {
    display: inline-block;
    width: 100%;
    height: 75px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  @media (min-width: 992px) {
    .courts-icon {
      height: 120px;
    }
  }
  .icon-official {
    background-image: url(../../old/images/Courts_Pin-3x3.svg);
  }
  .icon-half {
    background-image: url(../../old/images/Courts_Pin-3x3v2.svg);
  }
  .icon-full {
    background-image: url(../../old/images/Courts_Pin-5x5.svg);
  }
  .project a:hover {
    color: inherit;
  }
  .project-link {
    text-decoration: none;
  }
  .project-image {
    position: relative;
  }
  .project-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .project-image .image-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity ease 0.3s, visibility ease 0.3s,
      -webkit-transform ease 0.3s;
    transition: opacity ease 0.3s, visibility ease 0.3s,
      -webkit-transform ease 0.3s;
    transition: opacity ease 0.3s, visibility ease 0.3s, transform ease 0.3s;
    transition: opacity ease 0.3s, visibility ease 0.3s, transform ease 0.3s,
      -webkit-transform ease 0.3s;
  }
  .project-image .image-overlay p {
    padding: 10px;
    margin: 0;
  }
  .video .project-image .image-overlay {
    background-color: transparent;
  }
  .project-image:hover .image-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .project-title {
    text-align: center;
    color: white;
    font-weight: 700;
    margin-top: 1rem;
  }
  .video-play-icon {
    background-image: url(../../old/images/Videos_PlayButton.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    display: inline-block;
  }
  .events a {
    color: #1d1d1b;
    text-decoration: none;
  }
  .events a:hover {
    background-color: transparent;
    outline: 0;
    color: rgba(0, 0, 0, 0.7);
  }
  .events .list-group-item .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (min-width: 992px) {
    .events {
      font-size: 1.2rem;
    }
  }
  .event-icon {
    background-image: url(../../old/images/Header_Bal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin: 0 0;
  }
  .court-details,
  .event-details {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0;
  }
  @media (min-width: 992px) {
    .court-details,
    .event-details {
      max-width: 1300px;
      margin: 0 auto;
    }
  }
  .court-details .logo,
  .event-details .logo {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .court-details .icon-share,
  .event-details .icon-share {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .court-details .event-date .logo,
  .event-details .event-date .logo {
    background-image: url(../../old/images/MeerInfo_Klokje.svg);
  }
  .court-details .court-share .logo,
  .court-details .event-share .logo,
  .event-details .court-share .logo,
  .event-details .event-share .logo {
    background-image: url(../../old/images/MeerInfo_Delen.svg);
  }
  .court-details .event-location .logo,
  .event-details .event-location .logo {
    background-image: url(../../old/images/MeerInfo_Pin.svg);
  }
  .court-details .court-metadata .logo,
  .event-details .court-metadata .logo {
    background-image: url(../../old/images/MeerInfo_Pin.svg);
  }
  .court-details .court-contact .logo,
  .event-details .court-contact .logo {
    background-image: url(../../old/images/MeerInfo_Contact.svg);
    -webkit-filter: none;
    filter: none;
  }
  .court-detail,
  .event-detail {
    margin: 20px;
  }
  .court-detail .logo,
  .event-detail .logo {
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    margin: 20px;
  }
  .court-detail a,
  .event-detail a {
    background-color: transparent;
    outline: 0;
  }

  .sign-up-overview {
    cursor: pointer;
  }
  @media (max-width: 992px) {
    .table-wrapper {
      overflow-x: scroll;
    }
  }
  .table {
    margin-bottom: 2.5rem;
    font-size: 0.8rem;
  }
  .table .thead-dark th {
    color: #fff;
    background-color: #1d1d1b;
    border-color: #1d1d1b;
    padding-left: 27px;
  }
  @media (min-width: 992px) {
    .table {
      font-size: 1rem;
    }
  }
  .courts {
    margin-right: 30px;
  }

  .contact-link {
    color: #fff;
    text-decoration: underline;
  }
  ul.social li {
    display: inline;
    margin-right: 10px;
  }

  form input,
  form textarea {
    width: 100%;
    border: 2px solid;
    padding: 5px;
  }
  .wm_formelement_errors {
    list-style-type: none;
    color: #ababab;
    padding: 0;
    margin: 25px 0 0 0;
  }
  form ul {
    list-style: none;
    -webkit-padding-start: inherit;
    padding-inline-start: inherit;
  }
  form input[readonly] {
    background-color: gray;
  }
  form [type="checkbox"],
  form [type="radio"] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 20px;
  }
  form label {
    display: inline;
  }
  form .form-group {
    margin-bottom: 0.5rem;
  }
  form .form-group p {
    margin-bottom: 0.5rem;
  }

  button:focus {
    outline: 5px auto #1d1d1b;
  }
  input.black-button {
    background-color: #1d1d1b;
    color: #fff;
    border: #1d1d1b 3px solid;
    font-weight: 700;
    font-size: 1.15rem;
  }
  .black-button.active,
  .black-button:hover,
  input.black-button.active,
  input.black-button:hover {
    background-color: #fff;
    color: #1d1d1b;
    outline: 0;
  }
  .white-border {
    border-color: #fff;
  }
  .black-outline {
    outline: #1d1d1b 3px solid;
  }
  .white-button,
  input.white-button {
    font-family: "Circular Std Black", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    background-color: #fff;
    color: #1d1d1b;
    border: #1d1d1b 3px solid;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .white-button.white-border,
  input.white-button.white-border {
    border-color: #fff;
  }
  .white-button:hover,
  input.white-button:hover {
    background-color: #1d1d1b;
    color: #fff;
  }
  .back-button {
    margin: 30px 0;
    width: 100%;
  }
  @media (min-width: 675px) {
    .back-button {
      width: 200px;
    }
  }
  .header-button {
    position: absolute;
    right: 1%;
    bottom: 20%;
  }
  .basketball-button {
    background-image: url(../../old/images/Header_Bal.svg);
  }
  input.basketball-button {
    height: 100px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .backtotop-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border-color: #fff;
  }
  .backtotop-button:before {
    content: "▲";
    margin-right: 10px;
  }
  .backtotop-button:hover {
    border-color: #000;
  }
  .showmore-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  .displayNone {
    display: none;
  }

  .collapsing .navbar-nav {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .collapsing .navbar-brand {
    display: none;
  }
  .navbar-collapse.collapsing {
    margin-top: 70px;
  }
  .btn {
    border-radius: 0;
  }
  .btn + .btn {
    margin-left: 20px;
  }
  .btn.btn-overview {
    margin-top: 5px;
  }
  @media (min-width: 992px) {
    .btn.btn-overview {
      margin-top: 0;
      margin-left: 5px;
    }
  }
  .list-group .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media (min-width: 992px) {
    .list-group .row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  }
  .oembed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: inherit !important;
  }
  .oembed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
