@charset "utf-8";
/* CSS Document */

iframe button{
    background: #f00;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px;
}

.topbarmenu{
    position: relative;
    z-index: 100;
}
.standpagheader{
    position: absolute;
    top:0;
    width:100%;
    height:300px;
    background-size: 100%;
}

#cookiemodal .modal-dialog{
    transform: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}

#cookiemodal .modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.81);
    background-clip: padding-box;
    border: none;
    outline: 0;
}

#cookiemodal .modal-header{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: none;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

#cookiemodal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5px 10px;
}

.codefield{
    font-size: 50px;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    margin: 20px 0px;
    width: 100%;
    border: solid 5px #ff0000;
    box-shadow: 0 0 20px #000;
    color: #f00 !important;
    text-transform: uppercase;
}

.codevestiging{
    font-size: 20px;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    margin: 20px 0px;
    width: 100%;
    border: solid 1px #ff0000;
    box-shadow: 0 0 20px #000;
    color: #f00;
    text-transform: uppercase;
}

.bolletjes{
    margin-top: 40px;
}

.spelheader{
    position: absolute;
    top: 0;
    width: 100%;
    height: 650px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    background-size: cover;
}

.headertitle{
    margin-bottom: 0px;
}
.welcome{
    width:100%;
}


.googlemaps-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    content: "";
    z-index: 0;
}

.logo {
    display: inline-block;
    padding: 2rem;
    height: auto;
    width: 130px;
    background-color: #d0021b;
    position: relative;
    z-index: 4;
    transition: none;
    float: left;
    padding: 5px;
}

.logo svg path {
    fill: #fff;
    width: 90px;
}

.svg-logo{
    width:100%;
}

svg {
    display: inline-block;
    vertical-align: middle;
}

*, :after, :before {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

select {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1rem 0 0.5rem 0;
    font-family: TheSans_SemiLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5rem;
    text-overflow: ellipsis;
    text-transform: capitalize;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    background: url(/assets/svg/icons/icon--arrow-down.svg) no-repeat;
    background-size: 8px 4px;
    background-position: calc(100% - 5px) center;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    cursor: pointer;
}

.form-control{
    margin: 10px 0px;
}

.action_but {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    color: #fff;
    background: #d0021b;
}

.homeheader{
    position: absolute;
    top:0;
    width:100%;
    height:800px;
    background-size: cover;
}

.homebg {
    position: absolute;
    width: 100%;
    margin-top: 0px;
    z-index: 0;
    Height: 600px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 70%);
}

.footer_red {
    display: inline-block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    width: 100%;
    min-height: 300px;
    position: relative;
    padding: 2rem 1rem;
    background-color: #000;
    color: #fff;
    background-color: #d0021b;
    margin-top: 0px;
}

/************ Locatieblock **************/

.locatieblock {
    Background: #d0021b;
    padding: 30px;
    color: #fff;
}

.locatieblockblack {
    Background: #000;
    padding: 30px;
    color: #fff;
    height: fit-content;

}


.locatieblock h3, .locatieblock a{
    color: #fff;
}

.locatieblockblack a{
    margin: 0px 10px;
    color: #fff;
    text-decoration: underline;
}

.locatieblock select {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    height: 70px;
    padding: 0px;
    padding-right: 4rem;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-color: #fff;
    background: url(/media/icon--arrow-down-black.svg) no-repeat;
    background-size: 28px 24px;
    background-position: calc(100% - 5px) center;
}

.link-arrow {
    display: block;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 2.4px;
    font-size: 0.8rem;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .2s cubic-bezier(.455,.03,.515,.955);
    z-index: 1;
    font-weight: 700;
}

.link-arrow .linkbutton{
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

.link-arrow svg path {
    fill: #fff;
}
.link-arrow svg {
    display: inline-block;
    width: 28px;
    height: 14px;
    margin-right: 10px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
/************ Locatieblock **************/


/************ openingstijdenblock **************/

.openingstijdenblock {
    Background: #d0021b;
    padding: 30px;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 95%;
    width: fit-content;
    display: none;
    white-space: nowrap;
    min-width: 400px;
}

/************ openingstijdenblock **************/

/************ speluitleg block ***************/

.speluitlegblock{
    color: #fff;
    position: relative;
    margin:auto;
    z-index: 1;
}

.speluitlegblock h2{
    color:#d0021b;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
}

.speluitlegimage{
    display: block;
    z-index: 10;
}

.speluitlegtext{
    padding: 30px 0px 150px 0px;
    z-index: 10;
    text-align: center;
}


.buttonred{
    background: linear-gradient(to bottom,#ff6565 0,#dd2a2a 100%);
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.5);
    box-shadow: 0 8px 0 0 #9d0214, 0 10px 40px 0 rgba(255,101,101,.8);
    display: inline-block;
    padding: 0.3rem 3.5rem 0.3rem 3.5rem;
    font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.74px;
    line-height: 1.86667;
    border-radius: 5px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    transition-property: all .2s cubic-bezier(.455,.03,.515,.955);
    border: none;
    font-weight: 700;
}

.demotxt{
    padding: 25px;
    background: #fff;
}

.demovideo{
    padding: 0px;
    background: #fff;
}

/************ Speluitleg ***************/

.newsrecent {
    clip-path: polygon(0% 10%, 100% 25%, 100% 100%, 0% 100%);
    margin-top: -300px;
    padding: 240px 0 140px 0;
    background-image: url("/media/card-deck-bg.jpg");
    background-position: top center;
    background-size: cover;
    color: #fff;
}

.newsrecent h2{
    text-align: center;
    color: #fff;
    margin: 20px 0px;
}

.newsrecent h3{
    color: #fff;
    margin: 0px 0px;
    padding: 0px 0px;
    display: block;
}

.nieuwsheader{
    position: absolute;
    top:0;
    width:100%;
    height:500px;
    background-size: cover;
    background-position-x: center;
}

.newsrecent a{
    color: #fff;
}

.link{
   padding: 20px 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.newsitem:hover{
    background: rgba(0, 0, 0, 0.1);
}

.newsitem{
    margin: 10px 0px;
}

.nieuws-header__title{
    position: relative;
    color: #fff;
    font-size: 40px;
    z-index: 2;
    margin-top: 50px;
    margin-bottom: 30px;
}

.nieuws-header__title span {
    display: block;
    text-transform: uppercase;
    font-size: 51px;
    letter-spacing: 2px;
    line-height: 100%;
    text-indent: -5px;
}

.nieuws-header__title a{
    padding: 20px 0px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
}

.nieuwslistitem{
    background: #fff;
    Padding: 30px;
    color: #656565 !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-bottom: 40px;
}

.nieuwslistitem b, .nieuwslistitem a{
    color: #000;
}

.nieuwslistitem h3{
    margin: 30px 0px;
}

.nieuwslistitem:hover{
    border-bottom: 3px solid #d0021b;
}

.vestfilter{
    border: none;
    display: block;
    width:100%;
    background: transparent;
    text-align:left;
}

.vestfiltertxt{
    color:#fff;
    font-weight: 700;
    display: inline-block;
    text-align: left;
}

.vestfiltersearch{
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: left;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
    width: 100%;
    background: transparent;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.filter-button-group{
    padding: 25px;
    height:400px;
    overflow: auto;
}

.btn-group{
    width:100%;
}

.btn-group .btn{
    color:#fff;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding: 10px;
    display: inline-block;
    text-align: left;
}

/************ Nieuws ***************/

/************ vestigingpagina **************/

.vestlistitem{
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

.vestheader{
    position: absolute;
    top: 0;
    width: 100%;
    height: 890px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    background-size: cover;
}

.vestintro{
    color:#fff;
    line-height: 1.6rem;
}

.vestintro a{
    color: #fff;
    text-decoration: underline;
}

.vestimg{
    margin: 20px 0px;
}

.block-red {
    background: #d0021b;
    color: #fff;
    float:right;
    width:100%;
}

.block-black {
    background: #d0021b;
    color: #fff;
    float:right;
    width:100%;
    margin-top: 40px;
}

.block-black h4{
    color:#fff;
}

.block-black h4:hover{
    color:#fff;
    text-decoration: underline;
}

.block-white {
    background: #fff;
    color: #605f5f;
    float:left;
    width:100%;
}

.block-text {
    padding: 2rem;
    padding-right: 50px;
}

.block-text p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6rem;
}

.iconlist{
    padding-left: 15px;
}

.iconlist .row{
    margin-bottom: 20px;
}

.actiewrapper h2{
    text-align: center;
    text-transform: uppercase;
    color: #d0021b;
    font-size: 30px;
}

.game-preview {
    position: relative;
    width: 60%;
    margin: auto;
}

.vmbackground{
    background-image: url("/media/light-fraction-bg.jpg");
    background-size: cover;
    clip-path: polygon(0 0, 100% 19%, 100% 93%, 0 79%);
    width:100%;
    Height:80%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.vmblock{
    color: #fff;
    position: relative;
    margin:auto;
    z-index: 1;
    width:100%;
}

.vmblock h3{
    color:#fff;
}

.vmimage{
    position: relative;
    top: -100px;
    left: -100px;
    /* width: 15%; */
    max-width: 330px;
    display: block;
    z-index: 20;
}

.vmtext{
    padding: 30px;
    z-index: 0;
    background: #d0021b;
    height:fit-content;

}

.vmtext:before{
    display: block;
    height: 100%;
    width: 15vw;
    position: absolute;
    right: 100%;
    top: 0;
    background: #d0021b;
    content: "";
    z-index: 0;
}

/************ vestigingpagina **************/

/************ actiepagina **************/

.buttondiv{
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
    z-index:11;
}

.actieheader{
    position: absolute;
    top:0;
    width:100%;
    height: 400px;
    background-position: center top;
}

.actieintro{
    background: #fff;
    Padding: 50px;
    width: 70%;
}

.actieintroempty{
    Padding: 40px;
    width: 70%;
    height: 0px;
}

.vestlist{
    padding-left: 15px;
}

/************ actiepagina **************/

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    content: "";
    z-index: 0;
}

.page-header__title {
    position: relative;
    color: #fff;
    font-size: 40px;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-header__title span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 100%;
    text-indent: 0px;
}

.button{
    display: inline-block;
    padding: 0.7rem 1.5rem 0.7rem 1.5rem;
    font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.74px;
    line-height: 1.86667;
    background: linear-gradient(to bottom,#ffeb00 0,#ffd300 100%);
    box-shadow: 0 0 20px 0 rgba(255,211,0,.8);
    color: #433909;
    border-radius: 5px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    transition-property: all .2s cubic-bezier(.455,.03,.515,.955);
    border: none;
    font-weight: 700;
    max-width: 70%;
    text-wrap: inherit;
}

.button_small{
    display: inline-block;
    padding: 0px 15px;
    font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.8;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.74px;
    line-height: 1.86667;
    background: linear-gradient(to bottom,#ffeb00 0,#ffd300 100%);
    box-shadow: 0 0 20px 0 rgba(255,211,0,.8);
    color: #433909;
    border-radius: 5px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    transition-property: all .2s cubic-bezier(.455,.03,.515,.955);
    border: none;
    font-weight: 400;
    margin-left:0px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: block;
    vertical-align: middle;
}

.filterbutton {
    width: auto;
    padding: 5px 10px;
    margin: 5px 5px;
    color: #fff;
    background: #d0021b;
    text-align: center;
    border-radius: 10px;
    border:none;
    white-space: nowrap;
}

.content li:before, .main-text li:before {
    display: inline-block;
    width: 9px;
    height: 9px;
    top: 0px;
    left: -35px;
    margin-right: -9px;
    background: #d0021b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
}

.content ul{
    list-style: none;
}

.content ul li{
    padding-left: 25px;
}

.footer{
    Background: #fff;
    Padding: 40px 0px;
    color:#000;
}

/**************** Search *****************/
.main-nav__search-form {
    display: none;
    height: 100%;
    width: calc(100% - 185px);
    position: absolute;
    top: 0;
    left: 0;
}
/**************** Search *****************/

/**************** Spellen ****************/
.whitebox {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 25px;
    width: 100%;
    height: 100%;
    border:none;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
}

.whitebox:hover {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.3);
}

.boximage{

}

.card-title{
    color: #d0021b;
}

.boxinfo{
    text-align: center;
}

.card-footer {
    border:none;
    background: #fff;
    text-align: center;
}

.spelintro{
    background: #fff;
    padding: 50px;
}

.spelinfo{
    margin-top: 150px;
}

.spelvestigingen{
    margin-top: 150px;
}

/**************** Spellen ****************/
.modal-but-div{
    width: 90%;
    position: absolute;
    z-index: 30;
    bottom: 0px;
    right: 10px;
}

.modal-but-div_st{
    width: 90%;
    position: absolute;
    z-index: 30;
    bottom: 0px;
    right: 10px;
}

.modal-but-nee{
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0px;
    border-radius: 5px;
    padding: 2px 5px;
    FONT-SIZE: x-small;
}

.modal-but-ja{
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0px;
    border-radius: 5px;
    padding: 2px 5px;
    FONT-SIZE: x-small;
}

.modalvideo{
    position: absolute;
    z-index: 1;
    top: 40px;
    width: 62%;
    right: 18px;
}
.modalvideo_st{
    position: absolute;
    z-index: 1;
    top: 85px;
    width: 100%;
    right: 0px;
}

.video-container_st{
    position: relative;
    padding-bottom: 0%;
    padding-top: 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    /************ actiepagina **************/

    .actieheader{
        position: absolute;
        top:0;
        width:100%;
        height: 400px;
        background-position: center top;
    }

    .actieintro{
        background: #fff;
        Padding: 50px;
        width: 70%;
    }

    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
    .modal-but-div{
        width: 75%;
        position: absolute;
        z-index: 30;
        bottom: 20px;
        right: 40px;
    }
    .modal-but-div_st{
        width: 90%;
        position: absolute;
        z-index: 30;
        bottom: 20px;
        right: 40px;
    }

    /************ actiepagina **************/
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /************ actiepagina **************/

    .actieheader{
        position: absolute;
        top:0;
        width:100%;
        height: 400px;
        background-position: center top;
    }

    .actieintro{
        background: #fff;
        Padding: 50px;
        width: 70%;
    }

    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }

    .modal-but-div{
        width: 75%;
        position: absolute;
        z-index: 30;
        bottom: 20px;
        right: 40px;
    }
    .modal-but-div{
        width: 90%;
        position: absolute;
        z-index: 30;
        bottom: 20px;
        right: 40px;
    }
    .modalvideo{
        position: absolute;
        z-index: 1;
        top: 54px;
        width: 62%;
        right: 25px;
    }
    .modalvideo_st{
        position: absolute;
        z-index: 1;
        top: 54px;
        width: 90%;
        right: 25px;
    }

    /************ actiepagina **************/

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /************ actiepagina **************/

    .nieuws-header__title span {
        display: block;
        text-transform: uppercase;
        font-size: 61px;
        letter-spacing: 2px;
        line-height: 100%;
        text-indent: -5px;
    }

    .actieheader{
        position: absolute;
        top:0;
        width:100%;
        height: 800px;
        background-position: center top;
    }

    .actieintro{
        background: #fff;
        Padding: 50px;
        width: 70%;
    }

    .homebg {
        position: absolute;
        width: 100%;
        margin-top: -50px;
        z-index: 0;
        Height: 600px;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 70%);
    }

    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }

    .modal-but-div{
        width: 55%;
        position: absolute;
        z-index: 30;
        bottom:40px;
        right: 60px;
    }
    .modal-but-div{
        width: 95%;
        position: absolute;
        z-index: 30;
        bottom:40px;
        right: 60px;
    }

    /************ actiepagina **************/

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .welcome{
        width:60%;
    }


    .actieintroempty{
        Padding: 50px;
        width: 70%;
        height: 210px;
    }

    .btn-group, .btn-group-vertical {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
    }

    .newsrecent {
        clip-path: polygon(0% 10%, 100% 25%, 100% 100%, 0% 100%);
        margin-top: -300px;
        padding: 350px 0 140px 0;
        background-image: url("/media/card-deck-bg.jpg");
        background-position: top center;
        background-size: cover;
        color: #fff;
    }

    .speluitlegtext{
        padding: 70px 0px;
        z-index: 10;
        text-align: center;
    }
    /************ actiepagina **************/
    .actieheader{
        position: absolute;
        top:0;
        width:100%;
        height: 550px;
        background-position: center top;
    }

    .actieintro{
        background: #fff;
        Padding: 50px;
        width: 70%;
    }


    /************ actiepagina **************/

    .modal-dialog {
        max-width: 70%;
        margin: 1.75rem auto;

    }

    .modal-but-div{
        width: 65%;
        position: absolute;
        z-index: 30;
        bottom:40px;
        right: 60px;
    }
    .modal-but-div_st{
        width: 90%;
        position: absolute;
        z-index: 30;
        bottom:40px;
        right: 60px;
    }
    .modal-but-nee{
        border: 1px solid #fff;
        color: #fff;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0px;
        border-radius: 5px;
        padding: 2px 5px;
        FONT-SIZE: medium;
    }

    .modal-but-ja{
        border: 1px solid #fff;
        color: #fff;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0px;
        border-radius: 5px;
        padding: 2px 5px;
        FONT-SIZE: medium;
    }

    .modalvideo{
        position: absolute;
        z-index: 1;
        top: 80px;
        width: 62%;
        right: 35px;
    }

    .modalvideo_st{
        position: absolute;
        z-index: 1;
        top: 80px;
        width: 90%;
        right: 35px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .modal-dialog {
        max-width: 50%;
        margin: 1.75rem auto;
    }

    .modal-but-div{
        width: 55%;
        position: absolute;
        z-index: 30;
        bottom:40px;
        right: 60px;
    }

    .modal-but-div_st{
        width: 55%;
        position: absolute;
        z-index: 30;
        bottom:40px;
        right: 60px;
    }

    .topbarmenu{
        position: fixed;
        top: 0px;
        z-index: 100;
    }

    .logo {
        display: inline-block;
        padding: 2rem;
        height: auto;
        width: 130px;
        background-color: #d0021b;
        position: relative;
        z-index: 4;
        transition: none;
        float: left;
        padding: 5px;
    }

    .logo svg path {
        fill: #fff;
        width: 90px;
    }

    .svg-logo{
        width:100%;
    }

    svg {
        display: inline-block;
        vertical-align: middle;
    }

    *, :after, :before {
        position: relative;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    select {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 1rem 0 0.5rem 0;
        font-family: TheSans_SemiLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 1.5rem;
        text-overflow: ellipsis;
        text-transform: capitalize;
        color: #fff;
        -webkit-appearance: none;
        appearance: none;
        background: url(/assets/svg/icons/icon--arrow-down.svg) no-repeat;
        background-size: 8px 4px;
        background-position: calc(100% - 5px) center;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #fff;
        vertical-align: middle;
        cursor: pointer;
    }

    .form-control{
        margin: 10px 0px;
    }

    .action_but {
        margin-top: 10px;
        color: #fff;
        background: #d0021b;
        border: none;
        border-radius: 5px;
        padding: 7px 40px;
        width: 100%;
    }

    .filterbutton {
        width: auto;
        padding: 10px 40px;
        margin: 10px 10px;
        color: #fff;
        background: #d0021b;
        text-align: center;
        border-radius: 10px;
        border:none;
        white-space: nowrap;
    }

    .homeheader{
        position: absolute;
        top:-232px;
        width:100%;
        height:900px;
        background-size: cover;
    }

    .headertitlehome{
        margin-top: 170px;
        margin-bottom: 0px;
    }

    .homebg{
        position: absolute;
        width: 100%;
        margin-top:-50px;
        z-index: 0;
        Height: 600px;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 70%);
    }

    .footer_red {
        display: inline-block;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 16px;
        column-gap: 16px;
        width: 100%;
        min-height: 300px;
        position: relative;
        padding: 2rem 4rem;
        background-color: #000;
        color: #fff;
        background-color: #d0021b;
        margin-top: 0px;
    }

    /************ Locatieblock **************/

    .locatieblock {
        Background: #d0021b;
        padding: 30px;
        color: #fff;
        z-index: 1;
    }

    .locatieblockblack {
        Background: #000;
        padding: 30px;
        color: #fff;
        z-index: 1;
    }


    .locatieblock h3, .locatieblock a{
        color: #fff;
    }

    .locatieblockblack a{
        margin: 0px 10px;
        color: #fff;
        text-decoration: underline;
    }

    .locatieblock select {
        display: inline-block;
        width: 100%;
        max-width: inherit;
        height: 70px;
        padding: 0px;
        padding-right: 4rem;
        color: #fff;
        font-size: 2rem;
        line-height: 2rem;
        font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
        border-color: #fff;
        background: url(/media/icon--arrow-down-black.svg) no-repeat;
        background-size: 28px 24px;
        background-position: calc(100% - 5px) center;
    }

    .link-arrow {
        display: block;
        margin-top: 20px;
        color: #fff;
        letter-spacing: 2.4px;
        font-size: 0.8rem;
        text-transform: uppercase;
        white-space: nowrap;
        transition: all .2s cubic-bezier(.455,.03,.515,.955);
        z-index: 1;
        font-weight: 700;
    }

    .link-arrow .linkbutton{
        background: transparent;
        border: none;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.2rem;
    }

    .link-arrow svg path {
        fill: #fff;
    }
    .link-arrow svg {
        display: inline-block;
        width: 28px;
        height: 14px;
        margin-right: 10px;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    /************ Locatieblock **************/


    /************ openingstijdenblock **************/

    .openingstijdenblock {
        Background: #d0021b;
        padding: 30px;
        color: #fff;
        position: absolute;
        top: 100px;
        left: 95%;
        width: fit-content;
        display: none;
        white-space: nowrap;
        min-width: 400px;
    }

    /************ openingstijdenblock **************/

    /************ speluitleg block ***************/

    .speluitlegblock{
        color: #fff;
        position: relative;
        margin:auto;
        z-index: 1;
    }

    .speluitlegblock h2{
        color:#d0021b;
        font-size: 60px;
        line-height: 1em;
    }

    .speluitlegimage{
        display: block;
        z-index: 10;
    }

    .speluitlegtext{
        padding: 70px 0px;
        z-index: 10;
        text-align: center;
    }


    .buttonred{
        background: linear-gradient(to bottom,#ff6565 0,#dd2a2a 100%);
        color: #fff;
        text-shadow: 0 -1px rgba(0,0,0,.5);
        box-shadow: 0 8px 0 0 #9d0214, 0 10px 40px 0 rgba(255,101,101,.8);
        display: inline-block;
        padding: 0.3rem 5.5rem 0.3rem 5.5rem;
        font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 30px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1.74px;
        line-height: 1.86667;
        border-radius: 5px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        white-space: nowrap;
        transition-property: all .2s cubic-bezier(.455,.03,.515,.955);
        border: none;
        font-weight: 700;
    }

    .demotxt{
        padding: 25px;
        background: #fff;
    }

    .demovideo{
        padding: 0px;
        background: #fff;
    }

    /************ Speluitleg ***************/

    .newsrecent {
        clip-path: polygon(0% 10%, 100% 40%, 100% 100%, 0% 100%);
        margin-top: -300px;
        padding: 350px 0 140px 0;
        background-image: url("/media/card-deck-bg.jpg");
        background-position: top center;
        background-size: cover;
        color: #fff;
    }

    .newsrecent h2{
        text-align: center;
        color: #fff;
        margin: 20px 0px;
    }

    .newsrecent h3{
        color: #fff;
        margin: 20px 0px;
        padding: 20px 0px;
        display: block;
    }

    .nieuwsheader{
        position: absolute;
        top:0;
        width:100%;
        height:500px;
        background-size: cover;
    }

    .newsrecent a{
        color: #fff;
    }

    .link{
        padding: 20px 0px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
    }

    .newsitem:hover{
        background: rgba(0, 0, 0, 0.1);
    }

    .nieuws-header__title{
        position: relative;
        color: #fff;
        font-size: 40px;
        z-index: 2;
        margin-top: 180px;
        margin-bottom: 30px;
    }

    .nieuws-header__title span {
        display: block;
        text-transform: uppercase;
        font-size: 70px;
        letter-spacing: 2px;
        line-height: 100%;
        text-indent: -5px;
    }

    .nieuws-header__title a{
        padding: 20px 0px;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
        display: block;
        font-size: 20px;
    }

    .nieuwslistitem{
        background: #fff;
        Padding: 30px;
        color: #656565 !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        margin-bottom: 40px;
    }

    .nieuwslistitem b, .nieuwslistitem a{
        color: #000;
    }

    .nieuwslistitem h3{
        margin: 30px 0px;
    }

    .nieuwslistitem:hover{
        border-bottom: 3px solid #d0021b;
    }

    .vestfilter{
        border: none;
        display: block;
        width:100%;
        background: transparent;
        text-align:left;
    }

    .vestfiltertxt{
        color:#fff;
        font-weight: 700;
        display: inline-block;
        text-align: left;
    }

    .vestfiltersearch{
        color: #fff;
        font-weight: 700;
        display: inline-block;
        text-align: left;
        border: none;
        border-bottom: 1px solid #fff;
        padding: 10px;
        width: 100%;
        background: transparent;
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }

    .filter-button-group{
        padding: 25px;
        height:400px;
        overflow: auto;
    }

    .btn-group{
        width:100%;
        flex-wrap:wrap;
    }

    .btn-group .btn{
        color:#fff;
        font-weight: 700;
        border-bottom: 1px solid #fff;
        padding: 10px;
        display: inline-block;
        text-align: left;
    }

    /************ Nieuws ***************/

    /************ vestigingpagina **************/

    .vestlistitem{
        padding: 15px 10px;
        border-bottom: 1px solid #ccc;
    }

    .vestheader{
        position: absolute;
        top:0;
        width:100%;
        height:1400px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
        background-size: cover;
    }

    .vestintro{
        color:#fff;
        line-height: 1.6rem;
    }

    .vestintro a{
        color: #fff;
        text-decoration: underline;
    }

    .vestimg{
        margin: 20px 0px;
    }

    .block-red {
        background: #d0021b;
        color: #fff;
        float:right;
        width:65%;
    }

    .block-red p {
        margin: 0;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #fff;
    }

    .block-black {
        background: #d0021b;
        color: #fff;
        float:right;
        width:50%;
        margin-top: 40px;
    }


    .block-black h4{
        color:#fff;
    }

    .block-black h4:hover{
        color:#fff;
        text-decoration: underline;
    }
    .block-white {
        background: #fff;
        color: #605f5f;
        float:left;
        width:50%;
    }

    .block-text {
        padding: 3rem;
        padding-right: 50px;
    }

    .block-text p {
        margin: 0;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #656565;
    }

    .iconlist{
        padding-left: 100px;
    }

    .iconlist .row{
        margin-bottom: 20px;
    }

    .actiewrapper h2{
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 60px;
    }

    .game-preview {
        position: relative;
        width: 60%;
        margin: auto;
    }

    .vmbackground{
        background-image: url("/media/light-fraction-bg.jpg");
        background-size: cover;
        clip-path: polygon(0 0, 100% 19%, 100% 93%, 0 79%);
        width:100%;
        Height:80%;
        position: absolute;
        top: 0;
        z-index: 0;
    }

    .vmblock{
        color: #fff;
        position: relative;
        margin:auto;
        z-index: 1;
    }

    .vmblock h3{
        color:#fff;
    }

    .vmimage{
        position: relative;
        top: -100px;
        left: -100px;
        /* width: 15%; */
        max-width: 330px;
        display: block;
        z-index: 20;
    }

    .vmtext{
        padding: 30px;
        z-index: 0;
        background: #d0021b;
        height:fit-content;

    }

    .vmtext:before{
        display: block;
        height: 100%;
        width: 15vw;
        position: absolute;
        right: 100%;
        top: 0;
        background: #d0021b;
        content: "";
        z-index: 0;
    }

    /************ vestigingpagina **************/

    /************ actiepagina **************/

    .actieheader{
        position: absolute;
        top:0;
        width:100%;
        height: 500px;
        background-position: center top;
    }

    .actieintro{
        background: #fff;
        Padding: 50px;
        width: 70%;
    }

    .vestlist{
        padding-left: 100px;
    }

    /************ actiepagina **************/

    .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        content: "";
        z-index: 0;
    }

    .page-header__title {
        position: relative;
        color: #fff;
        font-size: 40px;
        z-index: 2;
        margin-top: 175px;
        margin-bottom: 0px;
    }

    .page-header__title span {
        display: block;
        text-transform: uppercase;
        font-size: 80px;
        letter-spacing: 2px;
        line-height: 100%;
        text-indent: -5px;
    }

    .button{
        display: inline-block;
        padding: 0.7rem 1.5rem 0.7rem 1.5rem;
        font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 1em;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1.74px;
        line-height: 1.86667;
        background: linear-gradient(to bottom,#ffeb00 0,#ffd300 100%);
        box-shadow: 0 0 20px 0 rgba(255,211,0,.8);
        color: #433909;
        border-radius: 5px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        white-space: nowrap;
        transition-property: all .2s cubic-bezier(.455,.03,.515,.955);
        border: none;
        font-weight: 700;
    }

    .button_small{
        display: inline-block;
        padding: 0px 15px;
        font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 0.8;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1.74px;
        line-height: 1.86667;
        background: linear-gradient(to bottom,#ffeb00 0,#ffd300 100%);
        box-shadow: 0 0 20px 0 rgba(255,211,0,.8);
        color: #433909;
        border-radius: 5px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        white-space: nowrap;
        transition-property: all .2s cubic-bezier(.455,.03,.515,.955);
        border: none;
        font-weight: 400;
        margin-left:20px;
    }

    .content{
        margin-bottom: 40px;
    }

    .content li:before, .main-text li:before {
        display: inline-block;
        width: 9px;
        height: 9px;
        top: 0px;
        left: -35px;
        margin-right: -9px;
        background: #d0021b;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: '';
    }

    .content ul{
        list-style: none;
    }

    .content ul li{
        padding-left: 25px;
    }

    .footer{
        Background: #fff;
        Padding: 40px 0px;
        color:#000;
    }

    /**************** Search *****************/
    .main-nav__search-form {
        display: none;
        height: 100%;
        width: calc(100% - 185px);
        position: absolute;
        top: 0;
        left: 0;
    }
    /**************** Search *****************/

    /**************** Spellen ****************/
    .whitebox {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding: 25px;
        width: 100%;
        height: 100%;
        border:none;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    }

    .whitebox:hover {
        box-shadow: 0 5px 20px 0 rgba(0,0,0,.3);
    }

    .boximage{

    }

    .card-title{
        color: #d0021b;
    }

    .boxinfo{
        text-align: center;
    }

    .card-footer {
        border:none;
        background: #fff;
        text-align: center;
    }

    .spelintro{
        background: #fff;
        padding: 50px;
    }

    .spelinfo{
        margin-top: 150px;
    }

    .spelvestigingen{
        margin-top: 150px;
    }

    .spelvestigingen li{
        margin-left: 25px;
    }

    /**************** Spellen ****************/

    .standpagheader{
        position: absolute;
        top:0;
        width:100%;
        height:450px;
        background-size: cover;
    }

    .spelheader{
        position: absolute;
        top: 0;
        width: 100%;
        height: 650px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
        background-size: cover;
    }

    .headertitle{
        margin-bottom: 0px;
    }
}