/**********************************************************************/
/** GENERAL */
/**********************************************************************/
@font-face {
    font-family: 'Amandine';
    src: url('/customer/fonts/Amandine-Regular.eot');
    src: url('/customer/fonts/Amandine-Regular.eot?#iefix') format('embedded-opentype'),
        url('/customer/fonts/Amandine-Regular.otf') format('otf'),
        url('/customer/fonts/Amandine-Regular.woff2') format('woff2'),
        url('/customer/fonts/Amandine-Regular.woff') format('woff'),
        url('/customer/fonts/Amandine-Regular.ttf') format('truetype'),
        url('/customer/fonts/Amandine-Regular.svg#Amandine-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5{
    font-family: Amandine, serif !important;
    line-height: 1em !important;
}

h1{
    font-size: 7rem !important;
    font-weight: normal !important;
}

h2{
    font-size: 5rem !important;
    font-weight: normal !important;
}

h2.cta{
    font-size: 7rem !important;
    font-weight: normal !important;
}

h3{
    font-size: 3.5rem !important;
    font-weight: normal !important;
}

body{
    background-image: url('../../customer/images/background.jpg') !important;
    background-size: 50% !important;
    background-attachment: fixed !important;
    overflow-x: hidden !important;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6); /* Zwarte overlay met 50% transparantie */
  pointer-events: none; /* Zorgt ervoor dat de overlay geen interactie blokkeert */
}

.main-container{
    position: relative !important;
}

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

.hero .lead {
    font-weight: normal !important;
}

.form-horizontal .form-group{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.form-control{
    border: 2px solid #999898 !important;
    background-color: transparent !important;
}

.form-control::placeholder {
  color: #999898;
  font-weight: normal !important;
}

form p{
    color: #999898;
    font-weight: normal !important;
}

form label{
    color: #999898;
    font-weight: normal !important;
}

.form-group button{
    display: flex;
    align-self: right;
    width: auto !important;
}

#customer-hero-1{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.d-flex{
    display: flex !important;
    justify-content: flex-end !important;
}

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

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

.p-l-md-desktop{
    padding-left: 60px !important;
}

#map {
    width: 100%;
    height: 500px;
}

.embrace-shapes{
    width: 20% !important;
    overflow-x: hidden !important;
    position: relative;
}

.bg-shape-1{
    position: absolute !important;
    top: 5%;
    z-index: -1;
}

.bg-shape-1.right {
    left: unset;
    right: -5% !important;
}

.bg-shape-1.left {
    left: unset;
    left: -5% !important;
}

.footer a{
    font-weight: normal !important;
}
/* BOOTSTRAP CLASSES NEED TO BE OVERRIDDEN */

.open {
    display: block;
}

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

.d-inline {
    display: inline !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{
    z-index: 999 !important;
}

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

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

#customer-content-1 .img-wrap {
    height: 400px;
}

.bwx-bg-light .img-wrap{
    z-index: 999;
}

.bwx-btn-primary{
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.bwx-card.bwx-bg-white::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 30px;
    right: -5px;
    bottom: -20px;
    background: transparent;
    border: 10px solid #fff;
    z-index: -1;
}

.bwx-card.bwx-bg-light::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 30px;
    right: -5px;
    bottom: 10px;
    background: transparent;
    border: 10px solid #f6f2ee;
    z-index: -1;
}

#customer-content-2.bwx-bg-light .image-desktop::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 30px;
    right: -6px;
    bottom: 10px;
    background: transparent;
    border: 10px solid #fff;
    z-index: -1;
}

#customer-content-2.bwx-bg-white .image-desktop::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 30px;
    right: -6px;
    bottom: 10px;
    background: transparent;
    border: 10px solid #f6f2ee;
    z-index: -1;
}

#main-carousel::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: transparent;
    border: 10px solid #fff;
    z-index: 1;
}

.splide__arrow{
    background-color: transparent !important;
}

.splide__arrow svg {
    fill: #fff;
    height: 2em;
    width: 2em;
}

.splide__arrow--next{
    margin-right: 25px !important;
    opacity: 1 !important;
}

.splide__arrow--prev{
    margin-left: 25px !important;
    opacity: 1 !important;
}

a:not(.btn-admin,.btn-nav):hover, a:not(.btn-admin,.btn-nav):active {
    text-decoration: underline !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: #f6f2ee;
}

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

body {
    color: black;
}

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

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

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

.bwx-btn-nav{
    background-color: transparent !important;
    border: 2px solid #1d1d1c !important;
    color: #1d1d1c !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%);
}

/* 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;
}


#date-picker-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    z-index: 15000 !important;
}

.ui-datepicker-title {
    pointer-events: none !important;
    font-family: 'Sohne Schmal', sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
}

.ui-datepicker-title i {
    color: #E4907D;
}

.ui-datepicker-title {
    font-size: 16px !important;
}

.ui-state-default {
    border-radius: 0;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500;
}

.ui-state-active, .ui-state-highlight {
    color: #1D1D2A;
    background-color: transparent !important;
    font-weight: 600 !important;
}

.ui-datepicker-calendar td:hover {
    background-color: transparent;
}

.ui-state-default:not(.ui-state-disabled):hover:after {
    border-color: #1D1D2A !important;
}

.ui-widget-header {
    background: #1D1D2A !important;
    border-color: #1D1D2A !important;
    color: white !important;
}


.ui-state-active:after, .ui-state-highlight:after {
    background-color: #1D1D2A !important;
    border: 1px solid #1D1D2A !important;
}

.ui-datepicker-calendar .ui-state-disabled {
    opacity: 0.5;
}

.ui-datepicker {
    border-radius: 15px;
    border-width: 2px;
    border-color: #1D1D2A !important;
    color: #1D1D2A;
    background-color: transparent !important;
}

.btn-border.bwx-btn-primary, a.btn-border.bwx-btn-primary, .ui-datepicker th {
    color: #1D1D2A;
}

.pick-a-slot {
    position: relative;
}

.ui-datepicker th {
    font-family: 'Sohne Schmal', serif !important;
    font-size: 16px;
}

#date-picker-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: white !important;
    color: #1D1D2A !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #e49080 !important;
    color: white !important;
}

/* Fix voor witte navigatiepijlen */

.ui-widget-header .ui-icon {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png") !important;
    background-repeat: no-repeat;
}

.ui-datepicker-next-hover, .ui-datepicker-prev-hover, .ui-state-hove {
    background: transparent !important;
}

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

    #customer-hero-1{
        display: block !important;
    }

    .p-l-md-desktop{
        padding-left: 0px !important;
    }

    /*.flex-row.row{
        display: block !important;
    }*/
}
@media only screen and (max-width: 767px) {
    h1{
    font-size: 3.5rem !important;
    font-weight: normal !important;
    }

    h2{
        font-size: 3rem !important;
        font-weight: normal !important;
    }

    h2.cta{
        font-size: 3.5rem !important;
        font-weight: normal !important;
    }

    h3{
        font-size: 2rem !important;
        font-weight: normal !important;
    }

    .hero {
        height: auto !important;
    }

    #customer-hero-1 .p-y-lg{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .big-cookie {
        width: 300px;
        left: 400px;
        height: 400px !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;
    }

    .footer img{
        width: 30%;
    }
}

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