body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-color: #FFFFFF;
}

@font-face {
    font-family: 'PT sans';
    font-weight: thin;
}

small {
  font-size: 60%;
  font-weight: 400;
}

a, .my-env .a {
  color: #0F0F0F;

}

a:hover, .my-env a:hover {
  color: #0F0F0F;
}

h1 {
  font-family: 'Raleway:wght@100;800&display', sans-serif;
  color: #0F0F0F;
  font-weight: bold;
  text-transform: none;
  font-size: 40px;
}

h2 {
  font-family: 'Raleway:wght@100;800&display', sans-serif;
  color: #0F0F0F;
  font-weight: bold;
  text-transform: none;
  font-size: 24px;
}

h3 {
  font-family: 'PT sans', sans-serif;
  color: #0F0F0F;
  font-weight: bold;
  text-transform: none;
  font-size: 18px;
}

h4, h5, h6, .my-env h1, .my-env h2, .my-env h3, .my-env h4, .my-env h5, .my-env h6 {
  font-family: 'PT sans', sans-serif;
  color: #0F0F0F;
  font-weight: thin;
  text-transform: none;
  /* font-weight: 400; */
}

/* h1, .my-env h1 {
  font-size: 40px;
}

h3, .my-env h3 {
  font-size: 1.65rem;
} */

.btn {
  border-radius: 2px !important;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary {
  background-color: #EC1D25;
  border: 0;
  color: #FFFFFF;
}

.website-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-top-bar {
  font-size: 0.8rem;
}

.website-logo-row {
  padding: 1rem 0;
  background-color: #FFF;
  border-bottom: solid 1px #E0E0E0;
}

.website-header-logo {
  max-width: 80px;
}

.navbar-dark {
  font-family: 'Montserrat', sans-serif;
}

.offcanvas-header{ display:none; }
.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
  
@media all and (max-width:992px) { 
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;  
    border-color: rgb(255,102,203);
    cursor: pointer;
  }

  .navbar-toggler-icon {   
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

 .offcanvas-header{ display:block; }
 
 .mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
    border-radius:0; 
    display:block;
    position: fixed;
    top: 0; left:0;
    height: 100%;
    z-index: 1200;
    width:80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
    background-color: #FFF;
  }
  
  .dropdown-menu {
    border: 0;
  }
  
  .navbar .nav-item .dropdown-item {
    font-size: 1rem;
  }
  
  .news-item {
    max-width: 90% !important;
  }
}

.navbar-dark .navbar-toggler {
  border-color: #000000;
} 

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
  padding: 0.5rem;
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
  transition: all linear .5s;
}

.sticky .navbar-dark .navbar-nav .nav-link {
  font-size: 0.8rem;
  transition: all linear .5s;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #000000;
}

.navbar .nav-item .dropdown-large { padding: 20px; }

.navbar .nav-item .dropdown-item {
  padding: 0.8rem;
  font-size: 0.8rem;
  text-decoration: none;
}

.navbar .nav-item .dropdown-large .dropdown-item {
  padding: 0.3rem 0.1rem 0.3rem 0.1rem;
}


.shadow-row {
  //box-shadow: 0 6px 2px -2px grey;
  background-color: #F0F0F0;
}

.dark-black {
  background-color: #242b2f;
  color: #FFF;
}

.dark-black .btn-secondary {
  background-color: rgb(0, 0, 0) !important;
  color: #242b2f;
}

.dark-blue {
  background-color: #00000;
  color: #FFF;
}

.dark-blue a {
  color: #FFFFFF;
}

.dark-blue .btn-secondary {
  background-color: rgb(232, 248, 255) !important;
  color: #062143;
}

.light-yellow {
  background-color: rgba(244, 205, 1, 0.6) !important;
  color: #00000;
}

.light-blue {
  background-color: rgb(232, 248, 255) !important;
  color: #062143;
}

.light-blue a {
  color: #062143;
}

.light-blue .btn-primary {
  color: #FFFFFF;
}

.light-grey {
  background-color: #D3D3D3;
  color: #000;
}

.light-grey a {
  color: #FFFFFF;
}

.light-grey .btn-secondary {
  background-color: rgb(232, 248, 255) !important;
  color: #D3D3D3;
}

.orange {
  background-color: rgb(255,140,0,0.9);
  color: #FFFFFF;
}

.big-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.big-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

.dark-blue h1, .dark-blue h2, .dark-blue h3, .dark-blue h4, .dark-blue h5, .dark-blue h6,  
.orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6  
{
  color: #F0F0F0;
}

.website-header-name {
  display: none;
}

.page-top-image {
   height: calc(75vh - 80px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    width: 100%;
    align-items: center!important;
    justify-content: center;
}
 

@media all and (min-width: 992px) {
  .website-header-logo {
    max-width: 100px;
    transition: all linear .5s;
  }

  .sticky .website-header-logo {
    max-width: 80px;
    transition: all linear .5s;
  }

  .navbar { 
    padding: 0;
    margin-top: 1rem;  
  }
  .navbar-nav {
    margin-left: auto!important  
  }
  .website-header .navbar-expand-lg {
    margin-top: 1rem;
  }  
  .navbar .nav-item {
    padding: 0 10px;
  }
  .navbar .nav-item .dropdown-menu { 
    display: none; 
    padding: 0;
    border-radius: 0 !important;
  }
  .navbar .nav-item .dropdown-large { padding: 1rem; }
  .navbar .nav-item .nav-link { 
     padding-left: .1rem;
     padding-right: .1rem;
     font-size: 1rem;
   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu { margin-top:0; }
  .navbar .nav-item .dropdown-large { 
    min-width: 540px;    
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;    
  }
  .navbar-collapse {
    background-color: transparent;
  }

  .page-top-image h2, .page-top-image h3 {
    color: #FFFFFF;
  }
  
  .page-column {
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: center!important;
  }  
  
  .to_top {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.2);
    transition: all .2s ease-out;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    padding-top: 2px;
    display: none;
    opacity: .4;
    z-index: 99;
  }
  
  .website-footer, .website-footer a {
    font-size: 0.8rem;
  }
}

.home-sport-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  margin: auto;

}

.counter {
  color: #F41616;
  animation-name: count;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes count {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.website-footer a {
  text-decoration: none;
}

.website-footer a:hover {
  text-decoration: underline;
}







.website-calendar-events .lead {
  display: none;
}

.big-date-block {
  background-color: #062143;
  color: #E0E0E0;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem;
}

.big-date-day, .big-date-month {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 0;
}

.website-sponsors-list .lead {
  display: none;
}

.news-body img {
  max-width: 100%;
  height: auto;
}






.news-item {
  background-color: rgb(232, 248, 255) !important;
  color: #062143;
  max-width: 30%;
  margin: 1rem;
  position: relative;
}

.news-image-container {
  width: 100%;
}

.news-content-container {
  width: 100%;
  min-height: 300px;
  padding: 1rem;
}

.news-item-image-div {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  transition: all 1s;
  min-height: 170px;
}

.news-item-image-div:hover {
  transform: scale(0.95);
}

.news-title a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #233987;
}

.news-date {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.news-read-more {
  position: absolute;                
  bottom: 0.8rem;                        
  right: 0.8rem;
  font-size: 0.8rem;
}

.news-read-more a {
  color: #233987;
}







.location-card {
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}

.location-card .card-footer {
  background: none;
  border-top: 0;
  text-align: right;
}

.beach-location {
  background-image: url(https://foys.imgix.net/7ebdc8e0-0dc5-42d3-9249-a1de3cae0b20/74199750-cc68-4148-b877-8434d883019a.png?h=200);
}

.water-location {
  background-image: url(https://foys.imgix.net/7ebdc8e0-0dc5-42d3-9249-a1de3cae0b20/218af4fb-7cd9-417b-8184-77501c592b96.png?h=200);
}

.roof-location {
  background-image: url(https://foys.imgix.net/7ebdc8e0-0dc5-42d3-9249-a1de3cae0b20/a7f9c586-954b-417a-9589-500429ed9c29.png?h=200);
}









.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  background-color: #FFF;
  transform: translateY(100%);
  transition: all 100ms ease-out;
  display: none;
  border-radius: 0;
  border-top: 1px solid #d9d9d9;
  box-shadow: 8px -5px 5px -3px rgb(0 0 0 / 10%), 8px -8px 5px -3px rgb(0 0 0 / 10%);
  font-size: 0.8rem; 
}

.cookiealert.show {
  transform: translateY(0%);
  display: block;  
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;

}

.fade-in-block {
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
  opacity: 0; /* Start met volledig doorzichtige (onzichtbare) blokken */
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 0.5s; /* Optioneel: vertraging voordat de animatie begint */
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1; /* Eindigt met volledig zichtbare blokken */
  }
}