/**********************************************************************/
/** GENERAL */
/**********************************************************************/
*:not(i){
    font-family: "muli", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.vh-100 {
    height: 100vh !important;
}

.rotate-icon {
  transition: transform 0.3s ease;
}
.rotate-icon.active {
  transform: rotate(180deg);
}

.hex-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.15; /* houdt de kaartrechthoekig voor tekst */
  background-color: transparent; /* geen achtergrond meer nodig */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: inherit;
  text-align: center;
  border: none;
  border-radius: 15px !important;
  overflow: visible; /* overflow zichtbaar zodat hover zoom niet wordt afgesneden */
}

.hex-card img {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 10px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.outside {
    position: relative;
    background: #1bb8d5 !important;
    -webkit-clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
}


.header-nav-side-social {
  display: flex;
  gap: 0px !important;
  justify-content: center;
  align-items: center;
}

.header-nav-side-social-link {
  color: white;
  font-size: 20px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
}

/* Optioneel: specifieke kleuren per netwerk */
.header-nav-side-social-link.linkedin:hover {
  color: #fff;
}
.header-nav-side-social-link.twitter:hover {
  color: #fff;
}
.header-nav-side-social-link.facebook:hover {
  color: #fff;
}
.header-nav-side-social-link.bluesky:hover {
  color: #fff;
}

.navbar-nav>li>a{
    padding: 9px 10px !important;
}

/* BOOTSTRAP CLASSES NEED TO BE OVERRIDDEN */

.bwx-bg-yellow{
    background-color: #FFD222 !important;
}

.bwx-bg-yellow-light{
    background-color: rgba(248, 175, 0, 0.5) !important;
}

.bwx-bg-blue{
    background-color: rgba(27, 184, 213, 0.5) !important;
}

.bwx-bg-blue-gradient{
    background-image: linear-gradient(to right, #1165B7 , #48BCD8);
}

.bwx-text-blue{
    color: #1c388d !important;
}

.bwx-text-black{
    color: #000 !important;
}

.bwx-bg-transparent{
    background-color: transparent !important;
}

.open {
    display: block;
}

.f-s-20{
    font-size: 18px !important;
}

.navbar{
    width: 100% !important;
    position: absolute !important;
    z-index: 999 !important;
    background-color: transparent;
    box-shadow: none !important;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-colored {
    background-color: #1c388d !important;
}

.d-inline {
    display: inline !important;
}

.d-flex{
    display: flex !important;
}

.align-items-center{
    align-items: center !important;
}

.justify-content-between{
    justify-content: space-between !important;
}

.justify-content-right{
    justify-content: right !important;
}

.nav.navbar-nav.navbar-right{
    padding-top: 17px !important;
}

.navbar-toggle{
    padding-top: 22px !important;
}

.navbar-brand img{
    max-height: 80px !important;
}

.hero-text{
    font-size: 65%;
}

.btn-larger{
    padding: 21px 28px !important;
    font-size: 20px !important;
}

li.f-s-18{
    font-size: 18px !important;
    line-height: 22px !important;
}

.f-s-18 p{
    font-size: 18px !important;
    line-height: 22px !important;
}

.countdown{
    display: flex !important;
    justify-content: center !important;
}

.countdown .timer{
    margin-right: 12px !important;
    margin-left: 12px !important;
}

.lead, .lead p{
    font-size: 19px !important;
}

.form-control{
    background-color: white !important;
    border: none !important;
}

footer .header-nav-side-social-link{
    height: auto !important;
}

.footer a{
    color: #000 !important;
}

.breadcrumbs {
    padding-bottom: 30px;
}

.breadcrumbs__list {
    margin: 0 0 0 -5px;
    padding: 0;
    list-style: none;
}

.breadcrumbs__list:after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumbs__list li {
    list-style: none;
    float: left;
    margin-left: 5px;
    display: block;
}

.breadcrumbs__list li>* {
    display: block;
}

.breadcrumbs__item:not(:last-child):after {
    content: '\203A';
    display: inline-block;
    margin-left: 5px;
}

.breadcrumbs__link {
    float: left;
    color: #888888;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.breadcrumbs__link:hover {
    color: #373737;
}

.breadcrumbs__item--active .breadcrumbs__link {
    color: #373737;
}

.shop-product-thumbnail {
    max-width: 150px !important;
}

#jq-keyboard {
    display: block;
    left: 10% !important;
    right: 10% !important;
    width: 80%;
    top: 1000px !important;
    bottom: auto !important;
}

#jq-keyboard button.jqk-btn {
    background-position: center !important;
    width: 6% !important;
}

#jq-keyboard button.jqk-btn.special {
    width: 9% !important;
}

#jq-keyboard button.jqk-btn.special.space {
    width: 40% !important;
}

.image-height {
    max-height: 350px !important;
}

.navbar-nav>li>a{
    opacity: 1 !important;
}

.customCalendar [role=columnheader], .customCalendar .fc-timeline-header-row {
    background-color: white;
    color: black;
}

.table-row-light{
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    border-left: 10px solid white;
    border-right: 10px solid white;
    background-color: #1bb8d5;
    color: black !important;
    cursor: pointer;
}

/* FULL CALENDAR CUSTOM STYLING */

.customCalendar {
    position: relative;
    min-height: 179px;
    transition: all 0.5s ease-in-out;
}

.customCalendar #calendar {
    min-height: 179px;
    transition: all 0.5s ease-in-out;
}

.customCalendar .fc-scrollgrid {
    border: none;
}

.customCalendar .fc-view-container {
    /*border-radius: 10px;*/
    overflow: hidden;
}

.customCalendar .fc-head-container {
    padding: 20px !important;
    background-color: #1a4862 !important;
    color: white !important;
}

.customCalendar .fc-body, .customCalendar .fc-view-harness {
    background-color: transparent;
}

.customCalendar .fc-event {
    padding: 15px;
    /*margin: 5px;*/
    min-height: 75px;
    break-inside: unset !important;
    text-align: center;
    cursor: pointer;
}

.customCalendar .fc-event:hover {
    transform: scale(1.2);
}

.customCalendar .fc-event:hover ~ .fc-event {
    opacity: 0.5;

}

.customCalendar .fc-h-event .fc-event-main-frame {
    display: block;
}

.customCalendar .fc-resource {
    color: #000 !important;
    font-weight: 700;
}

/**********************************************************************/
/** TEXT, LINKS & BUTTONS */
/**********************************************************************/

body {
    color: black;
}

.line-through {
    text-decoration: line-through;
} 

.nav>li>a {
    color: white;
}    

.navbar-nav>li>a {
    color: black;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus{
    background-color: transparent !important;
    text-decoration: underline !important;
}

.navbar-toggle .icon-bar{
    background-color: white !important;
}

ul {
  list-style: none; /* verwijder standaard bullets */
  padding-left: 0;
}

ul:not(.nav) li:not(.splide__slide, .nav) {
  position: relative;
  padding-left: 30px; /* ruimte voor je icoon */
  margin-bottom: 8px;
}

ul:not(.nav) li:not(.splide__slide)::before {
  content: "";
  position: absolute;
  left: 5px !important;
  top: 2px;
  width: 16px;   /* gewenste breedte */
  height: 16px;  /* gewenste hoogte */
  background: url("/customer/images/assets/Small-bee.png") no-repeat center center;
  background-size: contain;
}

img{
    border-radius: 10px !important;
}

.pointer-default{
    cursor: auto !important;
}

.splide__arrow--next{
    right: -10px !important;
}

.splide__arrow--prev{
    left: -10px !important;
}

.btn{
    border-radius: 50px !important;
}

.timer{
    border-radius: 10px !important;
    margin-bottom: 15px !important;
}

.btn-primary, .btn-primary.focus, .btn-primary:focus{
    background-color: #1c388d !important;
}

.bwx-card{
    border-radius: 10px !important;
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}

table{
    border-collapse: unset !important;
}

.table-responsive{
    border-radius: 10px !important;
}

thead tr{
    background-color: #FFD222 !important;
    border-color: transparent !important;
}

.table>thead>tr>th{
    border-bottom: 0px !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.border-radius{
    border-radius: 10px !important;
}

.border-radius-top{
    border-radius: 10px 10px 0px 0px !important;
}

.border-radius-bottom{
    border-radius: 0px 0px 10px 10px !important;
}

.timer em{
    font-size: 18px !important;
}

/*******************************/
/* GHOST */
/*******************************/

.bwx-btn-ghost-white {
    background-color: transparent;
    border: 3px solid #fff;
    color: white !important;
}

.bwx-btn-ghost-white:hover {
    background-color: #fff;
    color: black !important;
}

.bwx-btn-ghost-black {
    background-color: transparent;
    border: 3px solid #000;
    color: #000 !important;
}

.bwx-btn-ghost-black:hover {
    background-color: #000;
    color: white !important;
}

/*******************************/
/* LINK */
/*******************************/

.hero-icon-links .bwx-btn-link {
  color: #fff;
  font-size: 1.1em;
}

.bwx-btn-link {
  font-weight: 700 !important;
}

/*******************************/
/* FACEBOOK */
/*******************************/

.bwx-btn-facebook,
a.inverse.bwx-btn-facebook,
.inverse a.bwx-btn-facebook {
    background-color: #29487e;
    color: white !important;
}

.btn.bwx-btn-facebook {
    border: 3px solid #29487e;
}

.bwx-btn-facebook:hover,
.btn-nav.bwx-btn-facebook:hover,
.bwx-btn-facebook:focus,
.btn-nav.bwx-btn-facebook:focus {
    background-color: #365ea5;
}

.btn.bwx-btn-facebook:hover,
.btn.bwx-btn-facebook:focus {
    border: 3px solid #365ea5;
}

.bwx-btn-facebook {
    -webkit-box-shadow: 0 4px 0 #4f7bc4;
    -moz-box-shadow: 0 4px 0 #4f7bc4;
    box-shadow: 0 4px 0 #4f7bc4;
}

.btn-border.bwx-btn-facebook,
a.btn-border.bwx-btn-facebook {
    color: #29487e;
}

/*******************************/
/* GOOGLE */
/*******************************/

.bwx-btn-google,
a.inverse.bwx-btn-google,
.inverse a.bwx-btn-google {
    background-color: #4385f5;
    color: white !important;
}

.btn.bwx-btn-google {
    border: 3px solid #4385f5;
}

.bwx-btn-google:hover,
.btn-nav.bwx-btn-google:hover,
.bwx-btn-google:focus,
.btn-nav.bwx-btn-google:focus {
    background-color: #5997ff;
}

.btn.bwx-btn-google:hover,
.btn.bwx-btn-google:focus {
    border: 3px solid #5997ff;
}

.bwx-btn-google {
    -webkit-box-shadow: 0 4px 0 #96bdfe;
    -moz-box-shadow: 0 4px 0 #96bdfe;
    box-shadow: 0 4px 0 #96bdfe;
}

.btn-border.bwx-btn-google,
a.btn-border.bwx-btn-google {
    color: #4385f5;
}

/*******************************/
/* TWITTER */
/*******************************/

.bwx-btn-twitter,
a.inverse.bwx-btn-twitter,
.inverse a.bwx-btn-twitter {
    background-color: #38A1F3;
    color: white !important;
}

.btn.bwx-btn-twitter {
    border: 3px solid #38A1F3;
}

.bwx-btn-twitter:hover,
.btn-nav.bwx-btn-twitter:hover,
.bwx-btn-twitter:focus,
.btn-nav.bwx-btn-twitter:focus {
    background-color: #57b5ff;
}

.btn.bwx-btn-twitter:hover,
.btn.bwx-btn-twitter:focus {
    border: 3px solid #57b5ff;
}

.bwx-btn-twitter {
    -webkit-box-shadow: 0 4px 0 #2a6da2;
    -moz-box-shadow: 0 4px 0 #2a6da2;
    box-shadow: 0 4px 0 #2a6da2;
}

.btn-border.bwx-btn-twitter,
a.btn-border.bwx-btn-twitter {
    color: #38A1F3;
}

/*******************************/
/* GAMES */
/*******************************/

/* GAME - start :: Soccer game */

#gameContainer {
    position: relative;
}

#gameContainer #scoreContainer,
#gameContainer #timer {
    position: absolute;
    top: 10%;
}

#gameContainer #countDown {
    left: 50%;
    transform: translate(-50%, -35%);
    width: auto;
    display: block;
    text-align: center;
    font-size: 8em;
    top: 35%;
    position: absolute;
}

#gameContainer .goalState {
    position: absolute;
    top: 33%;
    left: 0;
    font-size: 2em;
    text-align: center;
    width: 100%;
}

#gameContainer #scoreContainer {
    left: 60px;
}

#gameContainer #timer {
    right: 60px;
}

/* GAME - end :: Soccer game */


/* GAME - start :: Spin the wheel */

#spinBtn {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pointer {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 60px;
    display: block;
    z-index: 999;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wheel-center {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-height: 145px;
    max-width: 145px;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    top: calc(50% + 9px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#spinner {
    position: relative;
}

#spinner #won {
    display: block;
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    width: calc(100% - 60px);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#spinner #won:not([style*="display: none"]) + .game-container {
    opacity: 0.33;
}

#spinner .game-container {
    padding-top: 20px;

}

#spinner .game-container canvas {
    width: 100%;
    position: relative;
    z-index: 1;
}

#spinner #canvasContainer {
    position: relative;
}

#spinner #canvasContainer .bg {
    background-image: url(/brandworks/images/wheel-bg.jpg);
    background-repeat: no-repeat;   /* Ensure that background does not repeat */
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.33;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-footer{
    border-top: none !important;
}

/* GAME - end :: Spin the wheel */

/*******************************/
/* COOKIE */
/*******************************/

.big-cookie {
    position: fixed !important;
    top: 50%;
    left: 50%;
    bottom: 50% !important;
    max-width: 700px !important;
    height: 200px;
    margin-left: -350px !important;
    margin-top: -100px !important;
}

.cookie-modal-backdrop {
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    content: "";
    opacity: .5 !important;
}

.big-cookie-expand {
    height: 300px !important;
    margin-top: -150px !important;
}

.page-corner{
    position: relative;
}

.page-corner::before {
    content: "";
    display: block;       /* maakt het zichtbaar */
    position: absolute;   /* zodat je het kunt positioneren */
    width: 30%;         /* gewenste breedte */
    height: 30%;
    background-image: url('/customer/images/assets/Page-corner-upside-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    bottom: 0%;
    right: 0px;
    z-index: 1;
}

.full-hive-home-left{
    position: absolute;
    left: -150px !important;
    top: -150px !important;
    width: 30%;
}

.full-hive-home-right-misc{
    position: absolute;
    right: 50px !important;
    bottom: 0px !important;
    width: 30%;
}

.full-hive-register-left{
    position: absolute;
    left: 50px !important;
    top: 150px !important;
    width: 30%;
    rotate: -90deg;
}

.full-hive-charter-left{
    position: absolute;
    left: 50px !important;
    bottom: 200px !important;
    width: 30%;
    rotate: -90deg;
}

.container{
    position: relative;
    z-index: 2 !important;
}

/*******************************/
/* RESPONSIVE */
/*******************************/
@media only screen and (max-width: 1800px) {
    .full-hive-charter-left{
        position: absolute;
        left: 50px !important;
        bottom: 300px !important;
        width: 30%;
        rotate: -90deg;
    }
}


@media only screen and (max-width: 991px) {
    .y-middle{
        display: block !important;
    }

    .p-t-mobile{
        padding-top: 25px !important;
    }
}
@media only screen and (max-width: 767px) {
    .big-cookie {
        width: 300px;
        left: 400px;
        height: 400px !important;
    }

    .splide__arrow--prev{
        left: 5px !important;
    }

    .splide__arrow--next{
        right: 5px !important;
    }

    #footer1 .container .row .col-sm-7 {
        margin-bottom: 25px !important;
    }

    #footer1 .container .row .col-sm-5 {
        margin-bottom: 25px !important;
    }

    #footer1 .container .row .col-sm-5:last-of-type {
        margin-bottom: 0px !important;
    }

    #footer1 .y-middle {
        display: block !important;
    }

    .full-hive-home-right{
        display: none !important;
    }

    .full-hive-home-left-misc{
        display: none !important;
    }

    .full-hive-register-left{
        display: none !important;
    }

    .full-hive-charter-left{
        display: none !important;
    }

    .justify-content-right{
        justify-content: center !important;
    }
}

@media only screen and (max-width: 568px) {
    .countdown .timer{
        padding: 15px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .countdown .timer>div{
        font-size: 25px !important;
    }

    .timer em{
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 478px) {
    .d-block-mobile{
        display: block !important;
        padding-top: 15px !important;
    }

    .d-xs-none{
        display: none !important;
    }

    .header-nav-side-social{
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 374px) {
    .big-cookie {
        width: 200px;
        left: 400px;
        height: 500px !important;
        top: 250px;
    }
}