body {
    margin: 0;
    font-family: open sans,sans-serif;
    font-size: 16px;
    background-color: #fff;
}

.full-page-height {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-background-image {
    background-repeat: no-repeat; /* Voorkomt herhaling van de achtergrond */
    background-size: cover; /* Schaal de achtergrond afbeelding om de container te bedekken */
    background-position: center; /* Centreert de achtergrond afbeelding */
}

.py-8 {
    padding-block: 6rem;
}

.pt-8 {
    padding-top: 6rem;
}

.pb-8 {
    padding-bottom: 6rem;
}

a {
    color: #0f0f0f;
    text-decoration: underline;
}

a:hover {
    color: #b0b0b0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: montserrat,sans-serif;
    color: #233987;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    text-decoration: none;
}

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

.btn-primary {
    background-color: #F47E21;
    border: 0;
    color: #fff;
}

.btn-secondary {
    background-color: #102142;
    border: 0;
    color: #fff;
}

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

.website-header .navbar-nav {
    margin-left: auto;
}

.header-top-bar {
    font-size: .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,.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;
}

.slide-right {
  animation: 2s slide-right 0s forwards;
  transform: translateX(-100%);
}

@keyframes slide-right {
  to {
    transform: translateX(0);
  }
}

@media all and (max-width: 992px) {
    .navbar-toggler {
        padding:.25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        border-color: #062143;
        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(6,33,67,1)' 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;
    }
    
    .page-home-image {
        background-size: cover !important;
    }


    .dropdown-menu {
        border: 0;
    }

    .navbar .nav-item .dropdown-item {
        font-size: 1rem;
    }

    .news-item {
        max-width: 90%!important;
    }
}

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

.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(6,33,67,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
    padding: .5rem;
    background-color: #fff;
}

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

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

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

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

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

.navbar .nav-item .dropdown-large .dropdown-item {
    padding: .3rem .1rem;
}

.shadow-row {
    background-color: #f0f0f0;
}

.dark-blue {
    background-color: #062143;
    color: #fff;
}

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

.dark-blue .btn-secondary {
    background-color: #F47E21!important;
    color: #fff;
}

.light-blue {
    background-color: #e8f8ff!important;
    color: #062143;
}

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

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

.light-blue .btn-secondary {
    background-color: #102142;
    color: #ffffff;
}

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

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

.light-grey .btn-secondary {
    background-color: #F47E21;
    color: #ffffff;
}

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

.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 {
    display: none;
}
    .page-home-image {
        height: 520px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center!important;
        background-size: 100%;
    }

@media all and (min-width: 992px) {
    .website-header-logo {
        max-width: 80px;
    }

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

    .navbar {
        padding: 0;
        margin-top: 1rem;
    }

    .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 {
        height: 400px;
        background-repeat: no-repeat;
        background-position: top center;
        display: flex;
        align-items: center!important;
    }

    .page-top-image h2,.page-top-image h3 {
        color: #fff;
    }
    
    


    .page-home-image h2,.page-top-image h3 {
        color: #fff;
    }
    

    .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: .8rem;
    }
}

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

.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: .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: #e8f8ff!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(.95);
}

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

.news-date {
    font-size: .8rem;
    margin-bottom: .5rem;
}

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

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

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

.location-card .card-footer {
    background: 0 0;
    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: .8rem;
}

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

.cookiealert a {
    text-decoration: underline;
}

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