@charset "utf-8";
/* CSS Document */

/* editor */
.editor-styles-wrapper {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}

.editor-styles-wrapper ul.acf-radio-list.acf-hl li, .editor-styles-wrapper ul.acf-checkbox-list.acf-hl li {
        width: calc(25% - 25px);
}

/* uit customizer */
header{
        background-color: #382d1e !important;
}

/* Light version: */
header{ background-color: #f3ecdf !important; }
header .intro, header h1{
                color: black !important;
}
nav .nav-item a {
    /color: #000;
}

#breadcrumbs span {
    color: #000;
}

.content h4{
        margin-bottom: 25px;
}

.navbar {
          background-color: var(--primary-dark-color);
}
/* END Light version: */


footer .topFooter{
        background-color: #50402B !important;
}

footer .bottomFooter{
        background-color: #382d1e !important;
}

:root .has-background {
    background-color: #f3ecdf !important;
}
.has-background.alignfull::before{
         background-color: #f3ecdf !important;
}

.wp-block-column.has-background,.wp-block-columns.has-background,.wp-block-group.has-background{
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 15px;
}
.wp-block-group.has-background{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 1.75em;
}
.wp-block-column .wp-block-group.has-background {
        margin-bottom: 0px;
}
.wp-block-column.has-background h2:first-child {
        padding-top:25px !important;
}

footer a{ color: #bab1a5; }

:root{
          --mainColor: #FBBF0E !important;
    --sitewidth: 1250px;
    --primary-color: #00399c;
    --primary-dark-color: #382d1e;
    --textColor: #212529;
    --h1FontSize: 23px;
    --h2FontSize: 26px;
    --h2Color: #000;
    --h3FontSize: 22px;
          --h4FontSize: 20px;
    --h3Color: #000;
    --textFont: 'Noto Sans', sans-serif;
    --mainColor: #ff00a0;
    --mainColor-light: #ff5dc3;
    --secondaryColor: #2f1b67;
    --buttonHover: #ff4dbd;
    --cardColor: #00399c;
    --linkColor: #382d1e;
    --backgroundColor: #fff;
    --footerLinks: #bab1a5;
    --footerDark: #001d4f;
         --headerLinkColor: #000;
}

h1,h2,h3,h4,h5,h6,h1.logo,logo{
color: #000 !important;
}

.schema-how-to-steps > li::before {
    background-color: var(--mainColor);
}

#ez-toc-container.ez-toc-black {
    background: #382d1e !important;
}

section.content a {
    text-decoration: underline;
                font-weight: bold;
    color: var(--linkColor);
}

.primary-btn {
background: rgb(251,175,14);
background: linear-gradient(0deg, rgba(251,175,14,1) 50%, rgba(251,191,14,1) 50%);
}

header {
        padding-top:0px !important;
}

header section.container:first-of-type {
        background: var(--primary-dark-color) !important;
        width: 100%;
        max-width: 100%;
        align-content: center;
        display: flex;
        justify-content: center;
}

header section.container:first-of-type nav {
        max-width: 1235px;
        width: 100%;
        margin: 20px 0px;
}

header .site-logo {
    width: 100% !important;
    max-width: 270px !important;
    height: 45px;
}

.topLst.legend,.schema-how-to-step {
    background-color: #f3ecdf;
}

.topLst.legend .star-rating,.topLst.legend .offer,.topLst.legend .logo-container,.topLst.legend .features {
        font-style: italic !important;
}

.prosconscontainer .proscons .pros {
    background-color: #F3ECDF;
    border-radius: 15px;
    color: #000;
}
.prosconscontainer .proscons .cons {
    background-color: #F3ECDF;
    border-radius: 15px;
    color: #000;
}

li.proicon:before {
          color: #688935 !important;
}
li.conicon:before {
          color: #893535 !important;
}

.schema-how-to-total-time {
    background-color: #F3ECDF;
    color: #000;
}

.has-background .schema-how-to-total-time {
    background-color: white !important;
    color: #000;
}


.schema-how-to-step img {
        width: auto;
        max-height: 200px;
}

table tr:nth-child(odd) {
background: #f3ecdf !important;
}

.tab-content > .tab-pane {
    background: #f3ecdf;
    padding: 28px 17px 28px 30px;
    border-radius: 0px 15px 15px 15px;
    line-height: 32px;
    color: #000;
    margin-top: 1px;
}


.has-background .tab-content > .tab-pane {
    background: #FFF;
}

/* wordpress basics */
.alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
}

.alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
}

.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

figure.alignright img {
        height: auto;
        float: right;
        margin-right: 20px;
        display: flex !important;        
}

figure.alignright img.emoji {
        float: left;
        margin-top: 7px !important;
        margin-right: 6px !important;
}

/*
figure.alignright img:not([src$=".svg"]) {
        width: auto;
}
*/

a img.alignright {
        float: right;
        margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
        margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
        float: left;
        margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.wp-caption.alignnone {
        margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
        margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
        margin: 0.313rem 0 1.25rem 1.25rem;
}

/* bootstrap overrides */
ol, ul {
        padding-left: 1.5rem;
}
/* -- bootstrap overrides */

/* Provider Block */
.providericon {
        width:50px;
        height:50px;
        min-height: unset !important;
        min-width: unset !important;
        margin: 5px 0px;
        margin-right: 10px;
}
/* -- Provider Block */

/* global */
body {
        font-family: var(--textFont);
        font-size: 16px;
        overflow-x: hidden;
}
.entry-content {
        padding-left: 15px;
        padding-right: 15px;
    
        width: 1170px;
        margin: 0 auto;              
}

.alignfull {
        margin-left: calc(( -100vw / 2 + 100% / 2 ) + 0px);
        margin-right: calc(( -100vw / 2 + 100% / 2 ) + 0px);
        background: #eee;
        padding: 30px 0px;
        margin-top: 55px;
        margin-bottom: 55px;
}

.alignfull .wp-block-group__inner-container:nth-child(1), .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: var(--sitewidth);
        margin: 0 auto;
        padding: 0px 30px;
}

.alignfull::after {
        clear: both;
        content: " ";
}

.wp-block-image img {
        height: auto;
}

.green {
        color: #4aa717;
}

.content h2 {
        font-size: var(--h2FontSize);
        font-weight: 700;
        color: var(--h2Color);
        margin-top: 25px;
        margin-bottom: 15px;
        padding: 0;
}

.content h3 {
        font-size: var(--h3FontSize);
        font-weight: 700 !important;
        color: var(--h3Color);
        margin-top: 25px;
        margin-bottom: 15px;
        padding: 0;
}

.content h4, .content h5 {
        font-size: var(--h4FontSize);
        font-weight: 700 !important;
        color: var(--h3Color);
        margin-top: 25px;
        margin-bottom: 5px;
        padding: 0;
}

/* review table */
.content.review.has-sidebar table.table.table-striped tr td:nth-child(1) {
        white-space: nowrap;
        padding-right: 75px;
}
.content.review.has-sidebar table.table.table-striped tr td:nth-child(2) {
        width: 100% !important;
}
@media screen and (max-width:768px) {
        .content.review.has-sidebar table.table.table-striped tr, .content.review.has-sidebar table.table.table-striped tr td {
                display:block;
                border-bottom:0px;
        }
        .content.review.has-sidebar table.table.table-striped tr:not(:last-of-type) td:nth-child(2) {
                border-bottom:1px solid #ccc;
        }
        .content.review.has-sidebar table.table.table-striped {
                border:1px solid #ccc;
        }
        .content.review.has-sidebar table.table.table-striped tr td:nth-child(1) {
                padding-bottom:0px;
                font-weight:bold;
        }
        .content.review.has-sidebar table.table.table-striped tr td:nth-child(2) {
                padding-top:0px;
        }
        .content.review.has-sidebar table.table.table-striped tr td:nth-child(1)::after {
                content:" :";
                font-weight:bold;
        }
}
/* -- review table */

.blog-section p a, .blog-section li a, #faq p a {
        color: var(--linkColor);
        font-weight: 700;
}

section.content a {
        text-decoration: underline;
        color: var(--linkColor);
}

section.content a:active, section.content a:hover {
        outline: 0;
}

section.content a:hover {
        text-decoration: none;
}

ul li, ol li {
        line-height: 36px;
}

/* header */
header {
        width: 100%;
        background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-dark-color) 100%) !important;
        padding: 5px 0px 15px 0px;
        position: relative;
        z-index: 30;
}
header .logo {
        margin: 0;
        color: #fff;
        font-weight: 700;
        font-size: var(--h1FontSize);
        line-height: 36px;
}

header .site-logo {
        width: 100%;
        max-width: 202px;
}

header .intro {
        color: #fff;
        margin: 0 auto;
        display: flex;
        position: relative;
}

header .intro p {
        line-height: 32px;
}

header .intro p a {
        color:var(--headerLinkColor) !important;
}

header .intro p a:hover {
        text-decoration:none;
}

header .container.intro.content, header .container.intro.home {
        margin-top: -50px;
}

header .container.intro.content img {
        height:auto;
        margin-top:3px;
}

header .container.intro.home::before{
		content: " ";
		position:absolute;
		right:30px;
		bottom:-25px;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		z-index:1;
}

section.content::before {
		content: " ";
		position:absolute;
		left:15px;
		bottom:0px;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		z-index:1;
}

header .container.intro.home div {
		z-index:10;
}

header .intro .introcontent {
        flex-basis: 63%;
}

header .intro .introtoc {
        flex-basis: 37%;
}

.headerBlockContainer {
        position: absolute;
        bottom: -32px;
        width: 100%;
}

header .headerBlock {
        box-shadow: 0 2px 14px 0 rgb(0 0 0 / 15%);
        border-radius: 8px;
        
        z-index: 1;
        padding: 10px;
        text-align: center;
        bottom: -32px;
        background: #fff;
        min-height: 62px;
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
}
header .headerBlock .wp-block-columns {
        margin-bottom:  0px;
        width: 100%;
}

header .headerBlock .wp-block-columns p {
        margin: 0px;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        display: block;
        color: #333 !important;
        display: flex;
        align-content: center;
        justify-content: center;
        white-space: nowrap;
}
header .headerBlock .wp-block-columns p i {
        font-size: 32px;
        margin-right: 20px;
}

/* nav */
nav.navbar {
        z-index: 9999;
}
nav.navbar, nav .container-fluid {
        padding: 0px;
}

nav .nav-item a {
        color: #fff;
}

nav .nav-item a:active, nav .nav-item a:focus {
        color: #fff;
}

nav .nav-item a:hover {
        color: #fff;
}

.navbar-toggler i {
        color: #fff;
}

nav .nav-item a svg {
        display: none;
        position: absolute;
        bottom: -6px;
        left: calc(50% - 5px);
        z-index: 1000;
}

nav .dropdown-menu svg {
        display: none !important;
}

nav .nav-link {
        font-weight:700;
}

nav .dropdown-menu a {
        font-weight:400 !important;
}

/* -- nav */

/* TOC */

/* -- TOC */
#ez-toc-container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border: 0px !important;
        width: 100% !important;
        max-width: 360px;
        font-size: 12px;
        float: right;
        margin-bottom: 0px !important;
}

#ez-toc-container.ez-toc-black {
        background: #000e25 !important;
}

.ez-toc-title-container {
        height: 25px;
}

.ez-toc-title {
        font-size: 14px;
        font-weight: 700 !important;
        line-height: 25px;
}

.ez-toc-list {
        display: none;
}

.ez-toc-list li {
        font-size: 14px !important;
        color: #fff !important;
        padding: 5px 0px;
        display: flex;
        align-content: center;
}

.ez-toc-list li::before {
        content: "\2023";
        width: 12px;
        height: 17px;
        left: 0;
        font-size: 26px;
        color: var(--mainColor);
        margin-top: -10px !important;
        margin-right: 5px !important;
}

header div.container {
        margin-top: 37px;
        margin-bottom: 50px;
}

header div.container.intro {
        margin-bottom: 10px;
}

header div.container h1 {
        color: #fff;
        margin-top: 13px;
        font-weight: 700;
        padding: 0;
        line-height: 40px;
        margin-bottom: 0px;
        font-size: 30px;
        min-height:40px !important;
}

header div.container.pagetitle.has-pageintro h1 {
        margin-bottom: 10px;
}

header div.container.pagetitle {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        position: relative;
        margin-top: 35px !important;
        margin-bottom: 35px !important;
}

header div.container.pagetitle.has-pageintro {
        margin-top: 20px !important;
        margin-bottom: 50px !important;
}
/* -- header */

/* content */
section.content {
        display: flex;
        line-height: 32px;
        background-color: var(--backgroundColor);
        position:relative;
}

section.content .wp-block-image img {
        height: auto;
        border-radius: 4px;
        padding: 10px;
        display: block;
        margin: 0px;
}

section.content .wp-block-image .size-full img {
	padding:0px !important;
}

.content h1 {
        margin-bottom: 30px;
}

.container.main {
        padding-top: 40px;
        padding-bottom: 40px;
        z-index:10;
}

.container.main h2:first-of-type {
        margin-top:0px !important;
}

.container.main .wp-block-group__inner-container h2 {
        margin-top:20px !important;       
}

/* cards */
.block-cards .boxes a {
        text-decoration: none;
}

.block-cards article {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
}

.block-cards .card.sec-menu {
        width: calc(100%/4 - 30px);
        padding: 45px 0;
        margin: 20px 10px 0;
        min-height:204px;
        display: inline-flex;
		justify-content: center;
}

.block-cards .card.sec-menu p {
        margin: 0px;
        color: #fff !important;
}

.block-cards .card {
        overflow: hidden;
        background-color: var(--primary-dark-color);
        color: #fff;
}

.block-cards .card::before {
        content: " ";
        background-color: rgba(255,255,255,.5);
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        transition: opacity 150ms;
}

.block-cards .card:hover::before {
        opacity: .1;
}

.block-cards .card.sec-menu p {
        color: var(--textColor);
        font-size: var(--textFontSize);
        font-weight: 700;
        letter-spacing: .3px;
        text-align: center;
}

.block-cards .card.sec-menu img {
        width: auto;
        margin: 0;
        height: 80px;
        padding-bottom: 10px;
}
/* -- cards */

/* bonussen */
div.bonussen {
        width: 100%;
        margin: 5px 0;
        padding: 0;
        z-index: 6;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 21px rgb(0 0 0/12%);
        text-align: center;
        position: relative;
        align-items: stretch;
}

div.bonussen a {
        text-decoration: none;
        color: #3b3b3b;
        display: block;
        font-weight: 700;
}

div.bonussen .logo-container {
        width: 170px;
        margin: 10px;
        display: flex;
        float: left;
        height: 126px;
        line-height: 110px;
        border-radius: 6px;
        min-height: 65px;
        background-color: #eee;
        position: relative;
        overflow: hidden;
}

div.bonussen .logo-container img {
        height: auto;
        width: auto;
        object-fit: scale-down;
        margin: 0 auto;
}

div.bonussen .logo-container::before {
        content: " ";
        background-color: var(--mainColor);
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        transition: opacity .15s;
}

div.bonussen:hover .logo-container::before {
        opacity: .05;
}

div.bonussen .offer {
        border-top: none;
        border-left: 1px dashed #dadada;
        word-break: break-word;
        width: auto;
        text-align: left;
        max-width: 240px;
        line-height: 20px;
        font-weight: 600;
        padding: 0;
        padding-left: 0px;
        margin-top: 0;
        padding-left: 20px;
        color: var(--textColor);
        display: flex;
        align-items: center;
        margin-bottom: 0px;
}

div.bonussen .act_btn.act_container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1;
        padding-right: 20px;
}

@media screen and (max-width: 768px) {
        .reverse-mobile {
                flex-direction: column-reverse;
        }
        .reverse-mobile #ez-toc-container {
                width: 100% !important;
                max-width: none;
                margin-bottom: 30px !important;
        }
        div.bonussen {
                flex-direction: column;
                padding: 10px 10px 20px 10px;
                max-width: 300px;
                margin: 0 auto;
                margin-bottom: 10px;
                margin-top: 10px;
        }

        div.bonussen a {
                width: 100%;
        }

        div.bonussen div, div.bonussen .logo-container, div.bonussen .offer, div.bonussen .act_btn.act_container {
                width: 100%;
                display: block;
                border: 0px;
                margin: 0;
                padding: 0;
                height: auto;
                max-width: none;
                text-align: center;
        }

        div.bonussen .offer {
                padding: 30px 0px;
        }

        div.bonussen .primary-btn {
                margin: 0 auto !important;
        }

        div.bonussen .act_btn.act_container {
                padding-top: 0px;
        }
}
/* -- bonussen */

/* how to schema */
.schema-how-to {
        display: flex;
        flex-direction: column;
        width: 100%;
}
.schema-how-to-total-time {
        display: inline-block;
        padding: 10px 20px;
        width: max-content;
        margin-top: 20px;
        background-color:var(--mainColor);
        border-radius:5px;
        color:#fff;
}
.schema-how-to-total-time span {
        font-family: 'Noto Sans',sans-serif;
        font-weight: 800;
}
.schema-how-to-description {
        margin-top: 15px;
}
.schema-how-to-steps {
        counter-reset: countsection;
}
.schema-how-to ol.schema-how-to-steps{
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-right: -6px;
}
.schema-how-to-step {
        /*
        box-shadow: 0 0 21px rgb(0 0 0 / 14%);
        -webkit-box-shadow: 0 0 21px rgb(0 0 0 / 14%);
        -moz-box-shadow: 0 0 21px rgba(0,0,0,.14);
        */
        background-color: #f5f5f5;
        border-radius: 3px;
        margin: 7px;
        width: calc(100%/4 - 14px);
        min-height: 280px;
        padding: 10px;
        border-radius: 6px;
        float: left;
        text-align: center;
        color: #333;
        font-size: 14px;
        font-weight: 700;
        /* text-transform: uppercase; */
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
}

.simpel .schema-how-to-step {
        min-height:180px;
}

.schema-how-to-steps.simpel .schema-how-to-step::before {
        top:15px !important;
}

.schema-how-to-steps.simpel .schema-how-to-step-text img {
        display:none !important;
}

.has-sidebar .schema-how-to-step {
        width: calc(100%/2 - 14px);
}

.has-sidebar .has-background.alignfull {
        background-color:transparent;
        width:100%;
        margin:0;
        position:relative;
        padding: 30px 0px;
        margin-top: 55px;
        margin-bottom: 55px;
}

.has-sidebar .has-background.alignfull::before {
        position: absolute;
        left: -30px;
        top: 0;
        width: 100vw;
        height: 100%;
        background-color: #f0fafc;
        content: "";
        z-index: -1;
}

.has-sidebar .has-background .wp-block-group__inner-container {
        width:calc(100% - 30px);
        padding:0px !important;
        margin-left:0px !important;
}

.has-background .schema-how-to-step {
        background-color: #fff;
}

.col-lg-3.sidebar {
        padding-bottom:500px;
}

.schema-how-to-step .schema-how-to-step-name {
        font-weight: 700;
        padding: 30px 20px 20px 20px;
        margin-top: 230px;
        padding-top: 20px;
        display: block;
        line-height: 22px;
        text-align: left;
        font-size: 17px;
}

.simpel .schema-how-to-step strong.schema-how-to-step-name {
        margin-top:60px !important;
}

.schema-how-to-steps > li::before {
        counter-increment: countsection;
        content: "Stap " counter(countsection);
        position: absolute;
/*         top: 175px; */
      	top: 185px;
        left: 0px;
        background-color: #ff5dc3;
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 17px;
        padding: 20px 30px 20px 23px;
        text-transform: capitalize;
        z-index: 99;
        text-align: center;
        border-radius: 0px 50px 50px 0px;
        box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

.schema-how-to-step img {
        width: 100% !important;
        margin-top: 0px;
        height: 100% !important;
        flex-basis: content;

        border-radius: 5px !important;
        max-height: 260px;
        object-fit: contain;
        position: absolute;
        top: 0;
        padding: 20px;
/*         padding-top:5px; */
        left: 0;
        border-radius: 0px !important;
        border: 1px solid #eee;
        border-radius: 6px 6px 0px 0px !important;
}
.schema-how-to-step .schema-how-to-step-text strong {
        line-height: 17px;
        font-weight: 800;
        display: block;
        margin-top: 15px;
        text-align: center;
}
.schema-how-to-step p {
        text-transform: none;
        line-height: 25px;
        margin-top: 5px;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        display: inline-flex;
        flex-flow: column-reverse;
        color: #656565;
        padding: 0 20px 20px;
}
.schema-how-to-step-text {
        margin-bottom: 0px;
}
/* -- how to schema */

/* sidebar */
.sticky-lg-top {
	padding-top:8px;
        top:35px;
}
/* -- sidebar */

/* tables */
.wp-block-table table {
        border: 1px solid #ddd;
        width: auto !important;
        font-size: 16px;
        margin: 20px 0;
        border-collapse: separate !important;
        text-indent: initial;
        border-spacing: 0px;
        border: none !important;
        padding: 0px !important;
        border-radius: 5px 5px 0px 0px;
        overflow: hidden;
}
.wp-block-table.fullwidth table {
        width: 100% !important;
}
.wp-block-table table th {
        font-size: var(--textFontSize);
        white-space: nowrap;
        font-weight: 700;
        padding: 19px 15px;
        background-color: var(--mainColor);
        color: #fff;
        line-height: initial !important;
        text-align: center;
}
.wp-block-table table {
        padding: 10px 15px;
        border: 1px solid #ddd;
}

.wp-block-table table tr:nth-child(odd) {
        background-color: #fff !important;
}

.wp-block-table table td {
        padding: 10px 15px;
        border: 1px solid #ddd;
        border-right: 0px;
        border-bottom: 0px;
}
.wp-block-table table tr td:last-of-type {
        border-right: 1px solid #ddd !important;
}
.wp-block-table table tr:last-child td {
        border-bottom: 1px solid #ddd !important;
}
/* -- tables */

/* faq */
.schema-faq.wp-block-yoast-faq-block {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
}
.schema-faq .schema-faq-section {
        padding: 0px;
        border-top: 0px;
        border-radius: 5px !important;
        background-color: #f5f5f5;
        width: 100%;
        transition: box-shadow 150ms;
        margin-top: 5px;
        margin-bottom: 5px;
}

.schema-faq .schema-faq-section .schema-faq-question {
        cursor: pointer;
        padding: 15px;
        width: calc(100% - 30px);
        line-height: 22px;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        color: #303834 !important; /* #444;*/
        font-size: 16px !important;
        font-weight: 600;
        position: relative;
        background: transparent;
        min-height: 65px;
        
        display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;        
}

.schema-faq .schema-faq-section .schema-faq-question img {
        margin-right:10px;
}

.schema-faq .schema-faq-section .schema-faq-question:hover {
        color: var(--mainColor) !important;
}

.schema-faq .schema-faq-section .schema-faq-question .emoji {
        margin-right: 13px !important;
}

/* .panel-group .panel:hover .panel-heading { */

.schema-faq .schema-faq-section .schema-faq-question::after {
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        font-size: 23px;
        line-height: 30px;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform 200ms;

        position: absolute;
        right: -20px;
        color: var(--secondaryColor);

        text-indent: 0px;
}

img.wp-smiley, img.emoji {
        margin-left: unset !important;
}

.schema-faq-question img.emoji {
        width: 25px !important;
        height: 25px !important;
        margin-left: -10px !imporant;
}

.schema-faq .schema-faq-section .schema-faq-answer {
        transition: all 200ms;
        padding: 0 15px;
        margin-bottom: 0 !important;
        margin-top: 0px;
        max-height: 0;
        overflow: hidden;
}

/*If box is open*/
.schema-faq .schema-faq-section.active {
        background: #fff;
        box-shadow: 0 0 21px rgb(0 0 0 / 12%);
}
.schema-faq .schema-faq-section.active .schema-faq-question {
        color: var(--mainColor) !important;
}
.schema-faq .schema-faq-section.active .schema-faq-answer {
        max-height: 400px;
        padding-bottom: 15px;
}

.schema-faq .schema-faq-section.active .schema-faq-question:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        color: var(--mainColor);
}
/* -- faq */

/* top10 */
.block-casino-list .container {
        padding: 0px;
        margin-bottom: 35px;
}
.topLst {
        display: flex;
        flex-direction: inherit !important;
        flex-wrap: wrap !important;
        margin: 10px 0;
        box-shadow: 0 0 21px rgb(0 0 0 / 12%);
        border-radius: 4px;
        background: #fff;
}
.topLst div, .topLst div.offer {
        flex: 1;
        margin-bottom: 0px !important;
}
.topLst .logo-container {
        max-width: 180px !important;
        max-height: 135px !important;
        overflow: hidden !important;
        position: relative;
}
.topList .logo-container::before {
        content: " ";
        background-color: var(--mainColor);
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        transition: opacity 150ms;
}
.topList .logo-container:hover::before {
        opacity: .1;
}

.topLst .logo-container a {
        width: 100% !important;
        height: 100% !important;
        display: inline-block !important;
}

.topLst img.logo {
        max-width: 100%;
        max-height: 100%;
        min-height: 132px;
        min-width: 180px;
        border-radius: 5px !important;
        width: 100% !important;
        object-fit: cover;
        width:180px;
        height:100%;
}

.toplist-container.custom .topLst img.logo {
        object-fit: cover !important;
}


.topLst .reviewbuttoncontainer {
        margin:0 auto;
        max-height: 34px;
        margin-top:5px;
        max-width:270px;
        width:100%;
        margin:0px 5px;
        text-align:center;
}

.topLst .reviewbuttoncontainer .speelbewust {
        height: 26px;
        width: 107px;
        margin-right:15px;
}

.col-sm-9 .topLst img.logo {
        min-width: auto;
}

.topLst .star-rating div {
        display: block;
        flex: none;
}
.topLst .offer {
        padding: 0px !important;
        justify-content: center !important;
}
.topLst.horizontal .offer {
        border-top: none;
        border-left: 1px dashed #dadada;
        word-break: break-word;
        width: auto;
        text-align: left;
        min-height: 140px;
        max-width: 250px;
        width: 100%;
        line-height: 20px;
        font-weight: 600;
        padding: 0px;
        margin-top: 0px;
        padding-left: 20px;
        color: var(--textColor);
        display: flex;
        flex-direction: column;
        align-items: center;
        letter-spacing: 0.3px;
        font-size:17px;
        text-align:center;
}

.toplist-container.custom .topLst.horizontal .offer {
        margin-bottom: 0px !important;
        max-width: 180px;
}

.topLst .features {
  max-width: 320px;
  width: 100%;
  display: flex;
  float: left;
  height: 140px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-left: 1px dashed #dadada;
  padding-left: 20px;
}

.topLst .features {
  display: flex;
  align-items: center;
}

.topLst .features .feature {
  align-self: flex-start;
  line-height: 25px;
  flex: 0;
  padding-left:30px;
}

.topLst .features .feature i {
  font-size: 18px;
  margin-right: 7px;
  margin-left: -30px;
}

.topLst .star-rating {
        max-width: 250px;
        width: 100%;
        display: flex;
        float: left;
        height: 140px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
}

.toplist-container.custom .topLst.horizontal .star-rating {
        max-width: 180px;
}

.topLst .star-rating i {
    color: var(--mainColor);
    font-size: 18px;
    margin-left:1px;
    margin-right:1px;
}
.topLst .star-rating div.number {
    font-size: 20px;
    margin-bottom: 5px;
}

.topLst .act_btn.act_container {
    display: flex;
    justify-content: right;
    height: 135px;
    align-items: flex-end;
    flex-direction: column;
	justify-content: center;
}

.topLst .act_btn.act_container .rlink {
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:-5px;
}

.topLst .act_btn .primary-btn {
    margin: 0px;
    margin-right: 10px;
}

.topLst.legend {
        background-color: #e1e1e1;
        box-shadow: none;
        border-radius: 4px;
}
.alignfull.has-background .topLst.legend {
        background-color: #fafafa;       
}
.topLst.legend, .topLst.legend .logo-container, .topLst.legend .star-rating, .topLst.legend .offer, .topLst.legend .features {
        height: 40px;
        min-height: 40px;
        text-align: center;
        font-size: 12px;
        line-height: 28px;
        font-weight: 500;
        color: #000;
        border: none !important;
}

@media screen and (max-width:768px) {
        .topLst .features .feature i {
                margin-left: -5px;
        }
}

/* tabs */
.nav-tabs {
        border-bottom:0px;
}
.tab-content > .tab-pane {
        background: #F3F0EB;
        padding: 28px 17px 28px 30px;
        border-radius: 0px 0px 5px 5px;
        line-height: 32px;
        color: #000;
        margin-top: 1px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
        background: var(--mainColor) !important;
        color: #000;
}
.nav-tabs .nav-link {
        border: none;
        margin-right:7px;
        background:var(--primary-dark-color);
        color:#fff;
        font-size:18px;
        font-weight:700;
        border-radius:10px 10px 0px 0px;
        padding:9px 16px !important;
}

.tab-content > .tab-pane p {
        margin-top:1rem !important;
        margin-bottom:0px !important;
}

.tab-content > .tab-pane img {
        max-width:100%;
        height:auto;
}

.tab-content > .tab-pane p:nth-child(1) {
        margin-top:0px !important;
}

.tab-content > .tab-pane::after {
        clear:both !important;
        content:" " !important;
        display:block !important;
}

.tabs-container {
        margin:20px 0px;
}

.tab-content br {
        content: "";
        margin: 7em;
        display: block;
        font-size: 17%;
}

@supports (-moz-appearance:none) {
        .tab-content br {
                margin: 2em;
        }
}

.tab-content h3 {
        margin-bottom:10px;
        margin-top:0px;
}

@media screen and (max-width:768px) {
        .nav-tabs .nav-link {
                border-radius:50px 50px 50px 50px !important;
                padding:0px 20px !important;
                margin-bottom:10px;
                font-size:14px;
        }
        .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
                border-color:var(--mainColor) !important;
        }
        .tab-content > .tab-pane {
                border-radius:5px;
        }
}
/* -- tabs */

@media screen and (min-width:992px) {
        .topLst .logo-container {
                overflow:visible !important;
                width:100% !important;
        }
}

@media screen and (max-width: 1199px) {
        .topLst.legend {
                display: none;
        }

        .alignfull:not(.has-background) {
               margin-left:calc( -100vw / 2 + 100% / 2 ) !important;
               margin-right:calc( -100vw / 2 + 100% / 2 ) !important;
        }

        .has-background.alignfull.wp-block-group {
                margin-top:50px !important;
        }
}

@media screen and (max-width: 991px) {
        .topLst {
                padding-bottom:40px !important;
        }
        .topLst.horizontal .act_btn.act_container .primary-btn.act_btn {
                margin:0 auto !important;
        }
	header .container.intro.home::before {
		
	}
        .widget.acf-custom-widget-footerlinks {
                width: calc(100% / 3) !important;
        }
        header .container.intro.content, header .container.intro.home {
                margin-top: 10px;
        }

        header .intro p {
                width: calc(100% - 20px);
        }

        .schema-how-to-step {
                width: calc(100%/3 - 35px);
        }

        .toplist-container {
                display: flex;
                flex-wrap: wrap;
        }

        .topLst {
                display: flex;
                flex: 50%;
                flex-direction: column !important;
                max-width: calc(50% - 40px);
                padding: 15px;
                justify-content: center;
                margin: 20px;
        }

        .topLst .logo-container {
                max-width: 100% !important;
                max-height: 100% !important;
                width: 100% !important;
                min-height: 260px !important;
                margin-bottom: 20px !important;
        }

        .topLst div, .topLst p {
                width: 100% !important;
                max-width: 100% !important;
                min-height: 0px !important;
                padding: 0px !important;
                margin: 0px !important;
                text-align: center !important;
        }

        .topLst .offer, .topLst .features {
                border: none !important;
        }

        .topLst .features {
                margin-top: 5px !important;
                margin-bottom: 20px !important;
        }

        .topLst .act_btn.act_container {  
                justify-content: center !important;
                margin: 20px 0 !important;
        }

        .topLst .star-rating {
                margin-bottom: 5px !important;
        }

        .topLst .primary-btn.act_btn {
                margin: 0px;
        }

        .topLst .features {
                display: block;
                line-height: 30px;
                margin-bottom: 20px !important;
        }

        .navbar-collapse .navbar-nav {
                position: fixed;
                right: -300px;
                background: #fff;
                max-height: 100vh;
                top: 0px;
                overflow: hidden;
                transition-delay: 0ms;
                transition: right 300ms;
                margin: 0px !important;
                overflow-x: hidden;
                overflow-y: auto;
        }

        .admin-bar-fix .navbar-collapse .navbar-nav {
                padding-top: 36px;
        }

        .navbar-nav.open {
                right: 0px;
                border-radius:0px !important;
                height:100%;
        }

        /* NAVBAR MOBILE OPEN USING WIDTH AND NOT RIGHT */
        .navbar-nav.open {
                /*
                right: 0px;
                */                
                width: 100% !important;                
        }

        .navbar-collapse .navbar-nav {
                right:0px !important;
                transition:all 250ms;
                min-width: 0px;
                white-space: nowrap;
                max-width: 260px;
                border-radius:0px !important;
                height:100%;
                width:0px;
                padding:0px;
        }

        .navbar-collapse .navbar-nav .nav-link, .navbar-collapse .navbar-nav .dropdown-item {
                padding-top:2px;
                padding-bottom:2px;
        }
        /* -- NAVBAR MOBILE OPEN USING WIDTH AND NOT RIGHT */

        .navbar-nav li.topNavMenu {
                padding: 0px !important;
                margin-left: -10px !important;
                margin-right: -10px !important;
                margin-top: -5px !important;
                background: var(--mainColor);
        }

        .navbar-nav li.topNavMenu {
                padding: 0px !important;
                margin-left: -10px !important;
                margin-right: -10px !important;
                margin-top: -5px !important;
                background: var(--mainColor);
        }

        .topNavMenuCloser {
                color: #fff;
                font-size: 30px;
                align-self: end;
                margin-top: 10px;
                margin-right: 15px;
                margin-bottom: 10px;
                z-index: 1;
                cursor: pointer;
        }

        .navbar-nav li.topNavMenu {
                text-align: right;
        }

        .navbar-nav li.menu-item {
                margin-left: 15px;
                margin-right: -15px;
        }

        .navbar-nav li.menu-item a {
                color: #333 !important;
        }

        .navUnderlay {
                display: block;
                z-index: 0;
                position: absolute;
                width: 0px;
                height: 0px;                
                opacity: 0;
                transition: opacity 300ms;
        }

        .navUnderlay.show {
                position: fixed;
                opacity: 1;
                width: 100%;
                height: calc(100vh + 62px);
                background: rgba(0,0,0,.3);
                left: 0;
                padding: 0px !important;
                margin-left: -30px !important;
                width: calc(100% + 60px);
                top: -51px;
        }
}

@media screen and (max-width: 768px) {
		section.content::before {
				display:none;
		}
		header .container.intro.home::before {
				display:none;
		}
        .admin-bar-fix .navbar-collapse .navbar-nav {
                padding-top: 50px;
        }
        .widget.acf-custom-widget-footerlinks {
                width: calc(100% / 2) !important;
        }
        .schema-faq .schema-faq-section {
                width: 100% !important;
                margin-left: 0px !important;
                margin-right: 0px !important;
        }
        .schema-how-to-step {
                width: calc(100%/2 - 35px);
        }
        .toplist-container {
                max-width: 400px;
                margin: 0 auto;
        }
        #ez-toc-container {
                margin: 0 auto;
        }
        .topLst {
                flex: 100%;
                max-width: 100%;
                min-width: 0px;
                margin: 10px 0px;
        }

        .topLst.horizontal .primary-btn {
                margin: 0 auto !important;
                min-width: calc(100% - 30px) !important;
        }

        .topLst .logo-container {
                display: inline-table;
                min-height: 0px !important;
        }

        .topLst img.logo {
                min-width: 0px;
                min-height: 0px;
        }
}

.noplay .notplayable {
        z-index: 1000;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #e33;
        color: #fff;
        opacity: .8;
}

.noplay img {
        opacity: .7 !important;
}

.cbox.noplay {
        border-color: #777 !important;
}

.cbox.noplay:hover {
        border-color: #999 !important;
}
.cbox.noplay:hover img {
        opacity: 1 !important;
}
/* -- top10 */

/* zoekpagina / search */
.searchcontent {
        border: 1px solid #ddd;
        background: #fafafa;
        padding: 10px;
        border-radius: 5px;
        margin-top: 20px;
}

.searchcontent a {
        text-decoration: none;
        color: inherit;
}

.searchcontent article a {
        color: var(--linkColor);
}

.searchcontent article a i {
        color: var(--mainColor);
}

.searchcontent:last-of-type {
        margin-bottom: 40px;
}

.searchresults h2 {
        margin-bottom: 30px;
        margin-top: 0px;
}

.postnavigation a {
       color: var(--linkColor); 
}
/* -- zoekpagina / search */

/* blog pagina */
.content.blog .author {
        color: #999;
        font-style: italic;
}
/* -- blog pagina */

/* buttons */
.primary-btn, .wp-block-button__link {
        font-size: 18px;
        color: #fff !important;
        text-transform: capitalize;
        padding: 15px 30px;
        text-align: center;
        text-decoration: none !important;
        font-style: normal;
        background-color: var(--mainColor);
        border-radius: 50px;
        opacity: 1;
        transition: background-color 150ms;
        line-height: 18px;
        display: block;
        max-width: max-content;
        line-height: 27px;
        font-weight: 700;
        text-transform: uppercase;
}

.wp-block-button__link {
        max-width: none;
        background-color: var(--mainColor) !important;
}

.primary-btn::after, .wp-block-button__link::after {
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        text-decoration: inherit;
        margin-left: 8px !important;
        color: #fff;
}
.primary-btn:hover, .wp-block-button__link:hover {
        background-color: var(--buttonHover) !important;
}

.primary-btn.grey {
        background-color: #999;
}
.primary-btn.grey-out {
        filter: grayscale(1);
}

.floating-box .badge.grey {
        background-color: #999;
        margin:0px 3px;
        margin-bottom: 15px;
}

.floating-box .badge.black {
        background-color: #000;
        margin:0px 3px;
        margin-bottom: 15px;
}

.primary-btn.small.grey.reviewbutton {
        max-width: 100%;
        line-height: 16px; 
        position:relative; 
        padding-top:10px !important;
        padding-bottom:10px !important;
}

.primary-btn.small.grey.reviewbutton::after {
        position:absolute;
        right:30px;
        top:17px;
        font-size:17px;
}

.casino-card-content-row {
        line-height:19px;
}

.casino-card-content-row p {
        margin-bottom:5px;
}

.casino-card-content-row .ratings {
        margin-top:10px;
}

.casino-card-content-row .ratings i {
        font-size: 16px;
}

.act_btn.act_container {
	margin-left: 50px;
	margin-right: 10px;
}
.topLst.horizontal .primary-btn {
        min-width: 270px;
        display: inline-block;
        float: right;
        line-height: 27px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top:10px;
}
.topLst.horizontal .primary-btn:hover{
        background-color: var(--buttonHover);
}
.btn-container {
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
}

.btn-container.contents-alignleft, .btn-container.contents-left {
        align-items: flex-start;
}

.btn-container.contents-aligncenter, .btn-container.contents-center {
        align-items: center;
}

.btn-container.contents-alignright, .btn-container.contents-right {
        align-items: flex-end;
}

header .container.intro.content .btn-container {
        height: 57px !important;
}

header .container.intro.content .btn-container .primary-btn.large {
        margin-top:0px !important;
}

.primary-btn.medium {
        padding: 10px 20px !important;
        font-size: 15px;
}

.primary-btn.small {
        padding: 5px 20px !important;
        font-size: 13px;
}

.primary-btn.small.fullwidth, .primary-btn.medium.fullwidth, .primary-btn.large.fullwidth { 
        max-width: 720px;
        width: 100%;
}

.primary-btn.aligncenter {
        margin: 0 auto !important;
}

a.primary-btn.inContent {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        min-width: 270px;
}
/* -- buttons */

/* -- content */

/* footer */
footer .topFooter {
        width: 100%;
        background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-dark-color) 100%) !important;
        padding: 20px 0px 40px 0px;
        color: #fff;
        font-size: 14px;
        position:relative
}
footer .bottomFooter {
        width: 100%;
        background: var(--footerDark);
        padding: 30px 0px;
        color: #fff;
        font-size: 14px;
}
footer .widget-title {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 35px;
}
footer a {
        color: var(--footerLinks);
        text-decoration: none;
}
footer a:hover {
        color: #fff;
        text-decoration: underline;
}

footer .speelbewust {
        height: 26px;
        width: 107px;
        margin-left: 10px;
        margin-top: -2px;
}
/* -- footer */

/* footer links */
#footerlinks {
        display: flex;
        flex-wrap: wrap;
}
.widget.acf-custom-widget-footerlinks {
        width: calc(100% / 6);
}
.widget.acf-custom-widget-footerlinks h3, footer #footerlinks .widget.widget_text h3.widget-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 20px;
        text-transform: uppercase;
}

footer #footerlinks .widget.widget_text .textwidget p {
		width: calc(100% - 20px);
		color: var(--footerLinks);
		max-width:500px;
}

footer .bottomFooter {
        text-align: center;
}
footer #footerlinks .acf-custom-widget-footerlinks a {
        line-height: 23px !important;
}
ul.bottomLinks {
        list-style: none;
        padding: 0px;
}
ul.bottomLinks li {
        display: inline-block;
        padding: 0px 20px;
}
ul.bottomLinks li a {
        color: #fff;
        text-decoration: none !important;
        text-transform: uppercase;
        font-weight: 600;
}
.bottomFooter .logos {
        margin-bottom: 50px;
}
.bottomFooter .logos img {
        max-height: 26px;
        width: auto;
        margin: 0px 10px;
}
.bottomFooter .logos a {
        opacity: .5;
        transition: opacity 150ms;
}
.bottomFooter .logos a:hover {
        opacity: 1;
}
.bottomFooter .affiliate-disclosure {
        margin-bottom: 30px;
}
.bottomFooter .affiliate-disclosure p {
        text-align: left;
        color: #616e84;
        font-size: 13px;
}

@media screen and (max-width:768px) {
        footer #footerlinks .widget.widget_text .textwidget p {
                margin:0 auto;
        }
}
/* -- footer links */

/* game API */
#gofullscreen { background: #16b04d; width:30px; height:30px; line-height: 32px; text-align: center; position: absolute; top:-5px; right:-5px; color:#fff; z-index: 1000; transition: all 50ms; border-radius: 2px; cursor: pointer; }
#gofullscreen:hover { background: #1bd75e; }
.gamewrapper { position:relative; }
.gameframe .btitle { text-align: center; padding:10px; font-size: 15px; font-weight: bold; }
.gameframe { margin:0px; }
.gameframe .framecontainer { position: relative; padding-bottom: 56.25%; max-width: 100%; }
.gameframe .framecontainer.object { height: 0;  padding-bottom: 71%; position: relative; max-width: 100%; }
.gameframe .framecontainer.object object { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
object.fullscreen { height:76% !important; margin-top:2vh; max-height:100%; box-shadow:0px 0px 10px rgba(0,0,0,.4); }
iframe.fullscreen { box-shadow:0px 0px 10px rgba(0,0,0,.4); }
.gameframe .framecontainer.setheight { padding: 0px; }
.gameframe .framecontainer iframe { width: 100%; border:0px; height: 100%; position: absolute; top:0; left: 0; }
.gameframe .framecontainer.setheight iframe { position: relative; }
.gameframe .framecontainer iframe .desktopHomeButton { display:none !important; height: 0px !important; width: 0px !important; }
#gamecontainer { background: linear-gradient(#333 0%, #111 100%); }
#gamecontainer .gamesidebar { width:12%; height:100%; position: absolute; top: 0px; right: 0px; z-index: 2000; display: none; align-items: center;
  justify-content: center;}
#gamecontainer .gamesidebar:first-of-type { right: inherit; left: 0px; }

.errorbox { border:1px solid #ccc; border-radius:2px; margin-bottom:15px; padding:7px; background:rgba(255,255,255,.5); color:#eee; text-align:center; text-shadow:1px 1px 1px #000;  }

.gamedemo {
        margin-top: 30px;
}
/* -- game API */

/* breadcrumbs */
.breadcrumbs .container {
        padding: 0;
}

.breadcrumbs .container #breadcrumbs {
        margin: 0;
}

.breadcrumbs .container #breadcrumbs a {
        color: var(--headerLinkColor) !important;
}

/* custom 5 column bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
}

.col-sm-5ths {
        max-width:20% !important;
        flex-basis:20% !important;
}

.childrenContainer {
        display: flex;
        flex-wrap: wrap;
        margin: 30px -15px;        
}

.col-sm-5ths .cbox img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
}

@media screen and (max-width: 357px) {
        .col-sm-5ths {
                max-width:100% !important;
                flex-basis: 100% !important;
                padding: 0px !important;
        }
}
@media (min-width: 357px) and (max-width:767px) {
        .col-sm-5ths {
                max-width:50% !important;
                flex-basis: 50% !important;
        }
}
@media only screen and (max-width:1199px) {
        .childrenContainer {
                margin: 30px 0px !important;
        }
        .col-sm-5ths.children .cbox {
                margin:0 auto;
                margin-bottom: 10px;
        }
        
        .col-sm-5ths.children .cbox img {
                min-height: 150px;
        }


}
/* -- custom 5 column bootstrap */

/* children */
.cbox {
        border:1px solid #0b1e47;
        border-bottom:31px solid var(--mainColor);
        border-radius:5px;
        display: block;
        text-align: center;
        transition: all 200ms;
        background:#0b1e47;     
        border-radius:5px;
        transition:all 150ms;
        position: relative;
        margin-bottom: 21px;
        width:100%;
        min-height:180px;
}

.cbox:hover {
        border-color:var(--mainColor-light);
}

.cbox img {
        object-fit: cover;
        width:100%;
        height:100%;
        opacity:1;
        transition:all 150ms;
}

.cbox .gametitle {
        position: absolute;
        bottom:-31px;
        height:31px;
        line-height: 30px;
        width: 100%;
        color:#fff;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Roboto Condensed', sans-serif;
}

.cbox .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width:100%;
        height:167px;
        z-index: 1000;
        display: none;
        transition: all 150ms;
        display: none;
        transition: all 150ms;
        background: rgba(255,255,255,.2);
        color: #fff;
        align-items: center;
        justify-content: center;
        height: 100%;
}

.children .cbox .overlay .button {
        border: none !important;
}

.children .cbox:hover .overlay {
        display: flex !important;
}

.cbox .overlay .button {
        padding: 0px;
        width: 135px;
        height: 41px;
        text-align: center;
        box-shadow: none;
        border:0px;
        border-bottom: 3px solid #16b04d;
        text-decoration: none !important;
        font-size: 16px !important;
        font-weight: 600;
        font-style: normal;
        line-height: 39px;
}

.cbox.noimage {
        min-height:0;
}

.cbox.noimage .overlay { 
        height:auto;
}
.cbox.noimage .overlay .button {
        display: none !important;
}

.cbox.noimage:hover {
        border-color: var(--mainColor);
        background-color: var(--mainColor);
}
/* -- children */

/* game button */
.playgame {
        position:relative;
        margin-bottom:30px;
        cursor:pointer;
}

.playgame img {
        width: 100%;
        border-radius: 10px !important;
}

.playgame::after {
        font-family: "Font Awesome 5 Free";
        content: '\f04b';
        font-weight: 900;
        color:#54c147 !important; 
        font-size:60px; 
        text-shadow:0px 0px 10px rgba(0,0,0,1);
        position:absolute;
        left:50%;
        top:calc(50% - 0px);
        transition:color 150ms;
}

.playgame:hover::after{
        color:#fff !important; 
}
/* -- game button */

/* voor- en nadelen */
.prosconscontainer h3 {
        margin-top:0px;
        padding-top:0px;
        font-size:18px;
}
.prosconscontainer .proscons .pros {
        padding: 20px !important;
        margin-right: 10px;
        background-color: #00bb4b;
        border-radius: 10px;
        max-width: calc(50% - 10px);
        color: #fff;
}

.prosconscontainer .proscons .cons {
        padding: 20px !important;
        padding-right: 10px !important;
        margin-left: 10px;
        background-color: #e80f5f;
        border-radius: 10px;
        max-width: calc(50% - 10px);
        color: #fff;
}

@media only screen and (max-width:768px){
        .prosconscontainer .proscons .pros { margin-bottom: 30px; }
}

.proscons {
        list-style: none;
}

.prosconscontainer {
        border:1px solid rgba(0,0,0,.5);
        border-radius:2px;
        display: block;
        clear: both;
        height: auto !important;
        margin: 20px 0;
}

.prosconscontainer.noborder { border:0px; }
.prosconscontainer.blauw { background: #0d2457; color:#fff !important; }
.prosconscontainer.blauw .pcheading { border-color: #fff; }
.prosconscontainer.wit { background: #fff; color:#0d2457; }
.prosconscontainer.transparant { background: transparent; }

.prosconscontainer:before, .prosconscontainer:after {
        display: block !important;
        content: " ";
        clear:both !important;
        float:none !important;
        position: relative;
}

.prosconscontainer .proscons {
        height: auto;
        display: flex;
}

.prosconscontainer .proscons .pros, .prosconscontainer .proscons .cons {
        padding: 0px;
        padding-right: 25px;
}

.prosconscontainer .pcheading {
        border:0px;
        font-family: var(--headding-font);
        font-weight:bold;
        font-size:15px;
        text-transform: uppercase;
        font-size: 19px;
        padding-bottom: 10px;
}

.prosconscontainer .pcheading.listpros {
    border-bottom:1px solid #333;
}

.prosconscontainer .pcheading.listcons {
    border-bottom:1px solid #333;
}

.prosconscontainer .pros .pcheading, .prosconscontainer .pros ul li span {
        color:#1bd75e;
}

.prosconscontainer .cons .pcheading, .prosconscontainer .cons ul li span {
        color:#d91404;
}

.prosconscontainer .glyphicon {
        margin-right:5px !important;
        display: inline-block;
}

.prosconscontainer ul {
        list-style:none;
        padding:0px;
        margin:0px;
}

.prosconscontainer ul li {
        line-height:30px;
}

.prosconscontainer .pcheading.listpros:before, .prosconscontainer li.proicon:before {
        content: "\f164";
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin-right: 10px !important;
        top: 0px;
        background-color: transparent;
        border-radius: 0px;
        color: #fff;
}

.prosconscontainer .pcheading.listcons:before, .prosconscontainer li.conicon:before {
        content: "\f165";
        font-family: 'Font Awesome 5 Free'; 
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin-right: 10px !important;
        top: 0px;
        background-color: transparent;
        border-radius: 0px;
        color: #fff;
}

.prosconscontainer li.proicon, .prosconscontainer li.conicon {
        /* padding-left: 25px; */
}

.pcheading.listpros::before, .pcheading.listcons::before {
        margin-top: 3px;
}

@media screen and (max-width: 768px) {
        .prosconscontainer .proscons {
                display: block;
        }

        .prosconscontainer .proscons .pros, .prosconscontainer .proscons .cons {
                margin-right: 0px;
                margin-left: 0px;
                width: 100%;
                max-width: 100%;
        }
}
/* -- voor- en nadelen */

.floating-box {
        border-radius:6px; 
        overflow:hidden; 
        padding: 0px;
        float: right;
        max-width: 262px;
        width: 100%;
        border: 1px solid #eee;
        padding-bottom: 30px;
        background: #fff;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
        margin-bottom: 5px;
}

.floating-box i {
        margin-right: 10px;
}

.floating-box i.fa-chevron-circle-right {
        margin-right: 0px;
}

.floating-box .fa-star, .floating-box .fa-star-half-alt {
        color: #ffdc11;
        margin-right: 2px;
}

.floating-box .score {
        margin-left: 10px;
}

.floating-box a.primary-btn {
        margin:0 auto !important;
}

.reviewcol {
        padding-left: 0px;
        padding-right: 40px;
}

/*Floating Animation*/
@keyframes float {
        0% {
                transform: translatey(0px);
        }
        50% {
                transform: translatey(-20px);
        }
        100% {
                transform: translatey(0px);
        }
}

.casino-card-content-block {
        padding: 12px;
        padding-top: 30px;
        padding-bottom: 0px;
}

.casino-card-image {
        padding: 0px;
        background-color: #f5f5f5;
        border-radius: 5px 5px 0px 0px;
}


/* exit popup */
.ep {
        position: fixed;
        background: rgba(0,0,0,.6);
        transition: all 200ms;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 10000;
        display: none;
        align-items: center;
        justify-content: center;
}
.ep .ebox {
        border-radius:5px;
        position: relative;
        padding:0px;
        margin: 20px;
}
.ep .ebox img {
        object-fit: contain;
        width: 100%;
        height: 100%;
}
.ep .eclose {
        position: absolute;
        right: 0px;
        top: 0px;
        padding:3px 10px;
        line-height: 30px;
        text-align: center;
        line-height: 28px;
        z-index: 1000;
        color:#fff;
        background: #555;
        border-radius: 3px;
        border:1px solid #fff;
        cursor: pointer;
        box-shadow: 0px 10px 10px rgba(0,0,0,.5);
}
.ep .eclose:hover {
        background: #999;
}
/* -- exit popup */

/* childrencontainer */
.childrenContainer.children .col {
    padding:15px !important;
}
.childrenContainer.children .cbox {
    display:flex;
    align-items:center;
    border:none;
    background:var(--primary-dark-color);
    transition:background 100ms;
    margin-bottom:0px !important;
    border-radius:3px;
    min-height: 190px;
}
.childrenContainer.children .cbox:hover {
    background:var(--mainColor);
}
.childrenContainer.children .gametitle {
    bottom:auto;
    height:100%;
    width100%;
    font-size:16px;
    font-weight:600;
    text-transform: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.childrenContainer.children img {
        opacity:.45 !important;
}
/* -- childrencontainer */

/* Casino Overzicht Children */
.childrenContainer.overzicht .col.col-sm-5ths {
    padding:15px;
}

.childrenContainer.overzicht .noplaycontainer .notplayable {
    line-height:24px;
    background:#d81616 !important;
    font-size:16px;
    opacity:1;
}

.childrenContainer.overzicht .cbox {
    text-transform:none;
    border-left:0px;
    border-top:0px;
    border-right:0px;
    border-bottom:0px;
    min-height:190px;
    background:#ccc;
    border-radius: 3px;
    overflow: hidden;
    transition: all 150ms !important;
    margin:0px;
}

.childrenContainer.overzicht .cbox .gametitle {
    bottom:0px !important;
    font-weight:600 !important;
    line-height:31px;
    transition: all 150ms !important;
    background:var(--primary-dark-color);
}

.childrenContainer.overzicht .cbox:hover .gametitle {
    background:var(--mainColor);
}

.childrenContainer.overzicht .noplaycontainer .gametitle {
    color:#333 !important;
    background:#ccc !important;
}

.childrenContainer.overzicht img {
    padding-bottom:30px;
}

.childrenContainer.overzicht .noplaycontainer img {
    filter:grayscale(1) !important;
    opacity:.45 !important;
}

.childrenContainer.overzicht .noplaycontainer:hover img {
    opacity:.75 !important;
}

.childrenContainer.overzicht .noplaycontainer:hover .gametitle {
    color:#fff !important;
    background:var(--mainColor) !important;
}

.overzicht.lijst {
        counter-reset: ranking;
}

.overzicht.lijst img.emoji {
        min-height:unset !important;
}

.overzicht:not(.lijst) div.ranking::before {
        counter-increment: ranking;
        content: counter(ranking, decimal);
}
.casinoinfo .pagetitle {
        display: flex;
        align-items: center;
}
.casinoinfo .pagetitle h3 {
        display: inline-flex;
}
.casinoinfo .pagetitle .badge, .casinoinfo .pagetitle +.badge {
        background-color: #999;
        margin-left: 10px;
        font-size: 12px;
        margin-top: -2px;
}
.casinoinfo .pagetitle{
}
.casinoinfo .pagetitle .badge.blacklist {
        background-color: #000;
}
.playbox .primary-btn.act_btn {
        white-space: nowrap;
        width: 100%;
}

.cbox.noplay img {
        opacity: 1 !important;
}

@media screen and (max-width: 991px) {
    .childrenContainer.overzicht .col-sm-5ths {
        max-width:25% !important;
        flex-basis:25% !important;
    }
}

@media screen and (max-width: 768px) {
    .childrenContainer.overzicht .col-sm-5ths {
        max-width:50% !important;
        flex-basis:50% !important;
    }
}

/* -- Casino Overzicht Children */

/* breadcrumbs */
#breadcrumbs span {
        color:#fff;
}
#breadcrumbs a {
        color:var(--headerLinkColor);
}
/* -- breadcrumbs */

nav .nav-item a.dropdown-item:active, nav .nav-item a.dropdown-item:focus {
        background-color: var(--mainColor) !important;
}

@media screen and (min-width: 992px) {        
        header div.container.pagetitle #ez-toc-container, header div.container.intro #ez-toc-container {
                position: absolute;
                top: 25px;
                right: 10px;
                z-index: 1000;
                height: 45px;
        }
        header div.container.pagetitle.has-pageintro #ez-toc-container, header div.container.intro #ez-toc-container {
                top: 10px !important;
        }
}

@media screen and (max-width: 991px) {
        .block-cards .card.sec-menu {
                width: calc(100%/3 - 30px);
        }
        header div.container.pagetitle {
                flex-direction: column;
                margin:20px 0px !important;
        }
        header div.container.pagetitle.has-pageintro {
                margin:10px 0px !important;
                margin-bottom:5px !important;
        }

        header div.container.pagetitle #ez-toc-container {
                margin: 0 auto;
        }

        header .headerBlock .wp-block-columns p i {
                font-size: 24px;
        }
        header .headerBlock .wp-block-columns p {
                padding: 5px 0px;
                font-size: 14px;
        }
        nav .nav-item a, nav .nav-item a:hover {
                border-bottom: none !important;
        }
        nav .navbar-nav {
                padding: 10px;
                background: rgba(255,255,255,.3);
                border-radius: 5px;
                margin-top: 20px;
                min-width: 300px;
        }
        nav .dropdown-menu {
                display: block;
                background: transparent;
                border: none;
                padding: 0px;
        }
        nav .dropdown-menu .dropdown-item {
                padding: .5rem 1rem;
        }
        nav .dropdown-item:focus, nav .dropdown-item:hover {
                background-color: transparent;
        }
        header div.container h1 {
                text-align: center;
                font-size: 22px;
        }
        header div.container {
                margin-bottom: 0px;
        }
        #breadcrumbs {
                text-align:center;
        }

        .wp-block-group.alignfull.has-background {
                position: relative;
                /*
                margin: 0 auto;
                width: calc(100vw - 30px) !important;
                margin-left: 0px !important;
                margin-right: 0px !important;  
                */
                margin-left: -30px !important;
                margin-right: 0px !important;  
                width:100vw !important;
        }

        .col-lg-3.sidebar {
                padding-bottom:20px;
        }

        .has-sidebar .has-background.alignfull::before {
                left:0px !important;
        }

        .wp-block-group.alignfull.has-background .wp-block-group__inner-container {
                width: 100vw !important;
                padding: 0px 30px !important; 
        }
}
@media screen and (max-width: 768px) {
        .block-cards .card.sec-menu {
                width: calc(100%/2 - 30px);
        }
	footer #footerlinks .widget.widget_text {
		text-align:center;
                width:100%;
	}
        .headerBlockContainer {
                margin-bottom: -15px;
        }
        header .headerBlock .wp-block-column {
                margin: 0 auto;
        }   
        header .headerBlock .wp-block-columns p {
                font-size: 16px;
        }
        header .intro {
                flex-direction: column;
        }
        header .intro .wp-block-column {
                flex-basis: 100% !important;
        }
        header .wp-block-column.introtoc {
                margin: 0 auto;
                margin-top: 40px;
        }
        #ez-toc-container {
                float: none;
                min-width: 300px;
                margin-bottom: 0px !important;
        }
        .floating-box {
                float: none;
                margin: 0 auto;
                margin-top: 50px;
        }

        .schema-how-to-step-text {
                display: flex;
                text-align: left !important;
                flex-flow: nowrap !important;
        }
        .schema-how-to-step-text img {
                margin-top: 0px !important;
                padding: 0px;
        }
        .topLst {
                max-width:350px;
                margin: 0 auto;
                margin-top:10px;
                margin-bottom:10px;
        }
        .reviewnav a {
                width: 100%;
                display: block;
                max-width: none;
                line-height: 28px;
                margin-bottom:20px;
                margin-top:0px;
        }
}

@media screen and (max-width: 567px) {
        .block-cards .card.sec-menu {
                width: 100%;
                margin:0px !important;
                margin-bottom:20px !important;
        }
        .widget.acf-custom-widget-footerlinks {
                width: 100% !important;
                text-align: center;
        }
        .schema-how-to-step {
                width: 100%;
        }
        .headerBlockContainer {
                margin-bottom: -50px;
        }
        .schema-how-to-step-text {
                display: block !important;
        }
        .schema-how-to-step-text img {
                float: none;
                min-width: 100% !important;
                max-width: 100% !important;
                margin: 0px;
                margin-top: 30px;
                border-radius: 5px;
        }
        .childrenContainer.overzicht .col-sm-5ths {
                max-width:100% !important;
                flex-basis:100% !important;
                padding-top:10px !important;
                padding-bottom:10px !important;
        }
}

@media all and (min-width: 992px) {
        .navbar .nav-item .dropdown-menu{ display: none; }
        .navbar .nav-item:hover .nav-link{   }
        .navbar .nav-item:hover .dropdown-menu{ display: block; }
        .navbar .nav-item .dropdown-menu{ margin-top:0; margin-left:2px; }

        nav .dropdown-menu .nav-item a {
                color: #333;
        }

        nav .nav-item a:not(.dropdown-item) {
                transition: none;
        }
        nav .nav-item a:not(.dropdown-item):hover {
                border-radius: 5px;
                background-color: var(--mainColor) !important;
                color: #fff;
        }
        nav .menu-item.menu-item-has-children:hover svg {
                display: block;
        }
        nav .current_page_item a {
                border-radius: 5px;
                background-color: var(--mainColor);
                color: #fff;
        }

        nav .current_page_item a.dropdown-item {
                border-radius: 0px;
        }

        nav .dropdown-menu a {
                border-radius: none;
                background-color: transparent;
                color: inherit;
        }

        .alignfull .wp-block-group__inner-container:nth-child(1), .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                padding: 0px 15px;
        }

        li.topNavMenu {
                display: none;
        }

        .has-sidebar .has-background.alignfull::before {
                position: absolute;
                left: -50vw;
                top: 0;
                width: 200vw;
                height: 100%;
                background-color: #f0fafc;
                content: "";
                z-index: -1;
        }
}

/* extra CSS */

.schema-how-to .schema-how-to-steps .schema-how-to-step-name::before {
background-color: #0cb1f3 !important;
}

.schema-how-to .schema-how-to-steps li.schema-how-to-step {
border: none;
}

h2{
color: #00389b !important;
margin-top: 35px !important;
margin-bottom: 20px !important;
}
h1,h2,h3,h4,h5,h6,h1.logo,logo{
color: #000 !important;
}

header h1.logo, header h1, header h2 {
color:#fff !important;
}
div.logo{
color: #00389b !important;
}

.widget-box-header {
background-color: #00389b !important;
}

.tab-content > .tab-pane {
background-color:#eff9fb;
}

table tr:nth-child(odd) {
background: #eff9fb !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
--bs-table-accent-bg: transparent !important;
}

.wp-block-table table tr:nth-child(even) {
        background-color: #eff9fb !important;
}

header,footer .topFooter{
	background: none !important;
	background-color: #0f31a9 !important;
}

header .intro {
    /color: var(--bs-body-color);
}

header h1{
	/color: #000000 !important;
}

.has-background{
	background-color: #eff9fb !important;
}


#ez-toc-container.ez-toc-black {
    background: #01174f !important;
}



.topLst.legend {
	background-color: #eff9fb;
	font-weight: bold !important;
	font-size: 14px;
}

.topLst.legend .star-rating,.topLst.legend .offer,.topLst.legend .logo-container {
	font-style: italic;
}


.schema-how-to-steps > li::before {
	background-color: #0f31a9;}

.primary-btn{
	background: rgb(255,108,0);
background: linear-gradient(180deg, rgba(255,108,0,1) 50%, rgba(254,75,0,1) 50%);
}

.primary-btn:hover, .wp-block-button__link:hover {
background: rgb(236,100,0);
background: linear-gradient(180deg, rgba(236,100,0,1) 50%, rgba(230,68,0,1) 50%);
}


header .container.intro.home::before{
	background-image: url("/images/geld.svg");
	width: 248px;
	height:154px;
}

footer .widget-title{
	color: white !important;
}

:root{
		--mainColor: #ff6c00 !important;
    --sitewidth: 1250px;
    --primary-color: #00399c;
    --primary-dark-color: #002a74;
    --textColor: #212529;
    --h1FontSize: 23px;
    --h2FontSize: 26px;
    --h2Color: #000;
    --h3FontSize: 22px;
    --h3Color: #000;
    --textFont: 'Noto Sans', sans-serif;
    --mainColor: #ff00a0;
    --mainColor-light: #ff5dc3;
    --secondaryColor: #2f1b67;
    --buttonHover: #ff4dbd;
    --cardColor: #00399c;
    --linkColor: #00399c;
    --backgroundColor: #fff;
    --footerLinks: #aac2ec;
    --footerDark: #001d4f;
}

.schema-how-to-total-time {
	background-color:#0f31a9;
}

nav .dropdown-toggle.nav-link {
        font-weight:700;
}

@media screen and (min-width: 769px) {
	[aria-current].dropdown-toggle.nav-link {
					border-radius: 5px;
					background-color: var(--mainColor);
					color: #fff;
	}
	.dropdown-toggle::after {
					color: var(--mainColor);
	}

	[aria-current].dropdown-toggle::after, .dropdown-toggle:hover::after {
					color:#fff;
	}
	nav .navbar-nav .nav-link {
				margin-right: 0.2rem;
					margin-left: .2rem;  
	}

	nav .menu-item:last-of-type {
		margin-right:0px !important;
	}
}

.topLst .highlighted-text {
		color: #4aa717;
        font-weight: 400;
        margin-left: 6px;
}

.site-logo {
width:194px;
height:35px;
}

/* customizer */
/* TEST STYLE */

header{
	background-color: #382d1e !important;
}

/* Light version: */
header{ background-color: #f3ecdf !important; }
header .intro, header h1{
		color: black !important;
}
nav .nav-item a {
    /color: #000;
}

#breadcrumbs span {
    color: #000;
}

.content h4{
	margin-bottom: 25px;
}

.navbar {
	  background-color: var(--primary-dark-color);
}
/* END Light version: */


footer .topFooter{
	background-color: #50402B !important;
}

footer .bottomFooter{
	background-color: #382d1e !important;
}

:root .has-background {
    background-color: #f3ecdf !important;
}
.has-background.alignfull::before{
	 background-color: #f3ecdf !important;
}

.wp-block-column.has-background,.wp-block-columns.has-background,.wp-block-group.has-background{
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
}
.wp-block-group.has-background{
	padding-top: 10px;
	padding-bottom: 10px;
}

footer a{ color: #bab1a5; }

:root{
	  --mainColor: #FBBF0E !important;
    --sitewidth: 1250px;
    --primary-color: #00399c;
    --primary-dark-color: #382d1e;
    --textColor: #212529;
    --h1FontSize: 23px;
    --h2FontSize: 26px;
    --h2Color: #000;
    --h3FontSize: 22px;
	  --h4FontSize: 20px;
    --h3Color: #000;
    --textFont: 'Noto Sans', sans-serif;
    --mainColor: #ff00a0;
    --mainColor-light: #ff5dc3;
    --secondaryColor: #2f1b67;
    --buttonHover: #ff4dbd;
    --cardColor: #00399c;
    --linkColor: #382d1e;
    --backgroundColor: #fff;
    --footerLinks: #bab1a5;
    --footerDark: #001d4f;
	 --headerLinkColor: #000;
}

h1,h2,h3,h4,h5,h6,h1.logo,logo{
color: #000 !important;
}

.schema-how-to-steps > li::before {
    background-color: var(--mainColor);
}

#ez-toc-container.ez-toc-black {
    background: #382d1e !important;
}

section.content a {
    text-decoration: underline;
		font-weight: bold;
    color: var(--linkColor);
}

.primary-btn {
background: rgb(251,175,14);
background: linear-gradient(0deg, rgba(251,175,14,1) 50%, rgba(251,191,14,1) 50%);
}

header {
	padding-top:0px !important;
}

header section.container:first-of-type {
	background: var(--primary-dark-color) !important;
	width: 100%;
	max-width: 100%;
	align-content: center;
	display: flex;
	justify-content: center;
}

header section.container:first-of-type nav {
	max-width: 1235px;
	width: 100%;
	margin: 20px 0px;
}

header .site-logo {
    width: 100% !important;
    max-width: 270px !important;
    height: 45px;
}

.topLst.legend,.schema-how-to-step {
    background-color: #f3ecdf;
}

.prosconscontainer .proscons .pros {
    background-color: #F3ECDF;
    border-radius: 15px;
    color: #000;
}
.prosconscontainer .proscons .cons {
    background-color: #F3ECDF;
    border-radius: 15px;
    color: #000;
}

li.proicon:before {
	  color: #688935 !important;
}
li.conicon:before {
	  color: #893535 !important;
}

.schema-how-to-total-time {
    background-color: #F3ECDF;
	  color: #000;
}
.schema-how-to-step img {
	width: auto;
	max-height: 200px;
}

table tr:nth-child(odd) {
background: #f3ecdf !important;
}

.tab-content > .tab-pane {
    background: #f3ecdf;
    padding: 28px 17px 28px 30px;
    border-radius: 0px 15px 15px 15px;
    line-height: 32px;
    color: #000;
    margin-top: 1px;
}


/* -- extra CSS */

/* uit customizer */
/* TEST STYLE */

header{
        background-color: #382d1e !important;
}

/* Light version: */
header{ background-color: #f3ecdf !important; }
header .intro, header h1{
                color: black !important;
}
nav .nav-item a {
    /color: #000;
}

#breadcrumbs span {
    color: #000;
}

.content h4{
        margin-bottom: 25px;
}

.navbar {
          background-color: var(--primary-dark-color);
}
/* END Light version: */


footer .topFooter{
        background-color: #50402B !important;
}

footer .bottomFooter{
        background-color: #382d1e !important;
}

:root .has-background {
    background-color: #f3ecdf !important;
}
.has-background.alignfull::before{
         background-color: #f3ecdf !important;
}

.wp-block-column.has-background,.wp-block-columns.has-background,.wp-block-group.has-background{
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 15px;
}
.wp-block-group.has-background{
        padding-top: 10px;
        padding-bottom: 10px;
}

footer a{ color: #bab1a5; }

:root{
          --mainColor: #FBBF0E !important;
    --sitewidth: 1250px;
    --primary-color: #00399c;
    --primary-dark-color: #382d1e;
    --textColor: #212529;
    --h1FontSize: 23px;
    --h2FontSize: 26px;
    --h2Color: #000;
    --h3FontSize: 22px;
          --h4FontSize: 20px;
    --h3Color: #000;
    --textFont: 'Noto Sans', sans-serif;
    --mainColor: #ff00a0;
    --mainColor-light: #ff5dc3;
    --secondaryColor: #2f1b67;
    --buttonHover: #ff4dbd;
    --cardColor: #00399c;
    --linkColor: #382d1e;
    --backgroundColor: #fff;
    --footerLinks: #bab1a5;
    --footerDark: #001d4f;
         --headerLinkColor: #000;
}

h1,h2,h3,h4,h5,h6,h1.logo,logo{
color: #000 !important;
}

.schema-how-to-steps > li::before {
    background-color: var(--mainColor);
}

#ez-toc-container.ez-toc-black {
    background: #382d1e !important;
}

section.content a {
    text-decoration: underline;
                font-weight: bold;
    color: var(--linkColor);
}

.primary-btn {
background: rgb(251,175,14);
background: linear-gradient(0deg, rgba(251,175,14,1) 50%, rgba(251,191,14,1) 50%);
}

header {
        padding-top:0px !important;
        height: auto;
}

header section.container:first-of-type {
        background: var(--primary-dark-color) !important;
        width: 100%;
        max-width: 100%;
        align-content: center;
        display: flex;
        justify-content: center;
}

header section.container:first-of-type nav {
        max-width: 1235px;
        width: 100%;
        margin: 20px 0px;
}

header .site-logo {
    width: 100% !important;
    max-width: 270px !important;
    height: 45px;
}

.topLst.legend,.schema-how-to-step {
    background-color: #f3ecdf;
}

.prosconscontainer .proscons .pros {
    background-color: #F3ECDF;
    border-radius: 15px;
    color: #000;
}
.prosconscontainer .proscons .cons {
    background-color: #F3ECDF;
    border-radius: 15px;
    color: #000;
}

li.proicon:before {
          color: #688935 !important;
}
li.conicon:before {
          color: #893535 !important;
}

.schema-how-to-total-time {
    background-color: #F3ECDF;
          color: #000;
}
.schema-how-to-step img {
        width: auto;
        max-height: 200px;
}

table tr:nth-child(odd) {
background: #f3ecdf !important;
}

.tab-content > .tab-pane {
    background: #f3ecdf;
    padding: 28px 17px 28px 30px;
    border-radius: 0px 15px 15px 15px;
    line-height: 32px;
    color: #000;
    margin-top: 1px;
}

/* nieuw overzicht */
.overzicht.wide a {
    text-decoration: none !important;
    text-align: left;
    color: inherit;
}
.overzicht.wide .cbox {
    display: flex;
    background: transparent !important;
    border: none;
    box-shadow: 0 0 21px rgb(0 0 0 / 12%);
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    min-height: unset;
    padding:4px;
}
.overzicht.wide .cbox.noplay {
    border-radius: 0px 0px 5px 5px;
    border: none !important;
}
.overzicht.wide img {
    padding: 0px;
    border-radius:3px;
    min-height:135px;
}
.overzicht.wide a.pagetitle {
    text-decoration: none !important;
}
.overzicht.wide .cbox .casinologo {
    position: relative !important;
    max-width: 180px !important;
    max-height: 135px !important;
    width: 100%;
}
.overzicht.wide .cbox .bonus {
        max-width: 180px;
        min-height: 135px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        font-size: 18px;
        border-right: 1px dashed #dadada;
        position: relative;
        line-height: 24px;
        flex-direction:column;
}
.overzicht.wide .cbox .bonus::before {
        content: "Bonus";
        font-size: 16px;
        display: block;
        text-align: center;
        color: #333;
        font-weight: 400;
}

.overzicht.wide  a.verderlezen {
        color: #000;
        text-decoration: underline !important;
}

.overzicht.wide .cbox .casinoinfo {
    text-align: left;
    padding: 0px 15px;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px dashed #dadada;
}
.overzicht.wide .cbox h3 {
    margin: 0px;
    margin-bottom: 5px;
    font-size:20px;
}
.overzicht.wide .introcontent {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        overflow: hidden;
        max-height: 70px;
}
.overzicht .casinoinfo a {
    color: var(--linkColor);
    text-decoration: underline !important;
}
.overzicht.wide .playbox {
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 5px;
}
.overzicht.wide .playbox br {
        display:none;
}
.overzicht.wide .playbox .act_btn {
    max-height: 60px;
}
.overzicht .noplay .notplayable {
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.overzicht .playbox .act_btn.grey {
    background: #999 !important;
    pointer-events: none !important;
    display: flex;
    align-items: center;
    line-height: 22px;
    max-width: calc(100% - 20px);
}
.overzicht .playbox .act_btn.grey::after {
    display: none;
}
.overzicht.wide .playbox .ratings {
    margin-top: 4px;
    color: var(--mainColor);
}
.overzicht.wide .playbox .ratings i {
        margin: 1px;
}
.overzicht .nodecs .notplayable {
    z-index: 1;
    width: 100%;
    background: #e33;
    color: #fff;
    opacity: .8;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}
.overzicht .nodecs .notplayable::before {
        content: " ";
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        overflow: hidden;
        bottom: -5px;
        box-shadow: 0 0 21px rgb(0 0 0 / 20%);
        position: absolute;
        border-radius: 5px 5px 0px 0px;
        clip-path: inset(-21px -21px 0px -21px);
}
.overzicht a.verderlezen {
    font-weight: 400;
    color: #999;
    text-decoration: none !important;
}

.overzicht .ranking {
        position: absolute;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        border: 2px solid #fff;
        background-color: #f3ecdf;
        border-radius: 50px;
        left: -5px;
        top: -5px;
        z-index: 50;
        font-weight: 600;
        box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}

.overzicht a.verderlezen:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 1199px) {
    .overzicht.wide .cbox .casinologo {
        max-height: unset;
    }
    .overzicht.wide img {
        min-width:180px;
        height:100%;
    }
}

@media screen and (max-width: 768px) {
        .overzicht.wide  .introcontent {
            overflow: unset;
            max-height: unset;
        }
    .overzicht.wide .cbox {
        display: block;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-bottom: 30px;
    }
    .overzicht.wide .cbox .casinologo {
        width: 100% !important;
        max-width: unset !important;
        position: relative !important;
        max-height: 100% !important;
        margin-bottom:20px;
    }
    .overzicht .playbox {
        padding-bottom: 20px;
    }
    .overzicht.wide .cbox .casinologo {
        max-height: unset;
    }
    .overzicht.wide .playbox {
        padding-bottom: 20px;
    }
    .overzicht.wide .cbox .playbox .act_btn {
        width: calc(100% - 40px);
        max-width: unset;
        text-align: center;
        margin-top: 20px;
    }
    .overzicht.wide .cbox .casinoinfo {
        border: none;
    }
    .overzicht.wide .cbox .bonus {
        border: none;
        margin-top: -16px;
        margin-bottom: 16px;
        width: 100%;
        max-width: unset;
        padding: 5px;
        background: #f3ecdf;
        border-radius: 3px;
    }

    .has-sidebar .has-background.alignfull::before {
        left:-30px !important;
    }

    .wp-block-columns .wp-block-column {
        margin-bottom:15px !important;
    }

    .wp-block-group.alignfull.has-background {
        position: relative;
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
    }

    .wp-block-group.alignfull.has-background .wp-block-group__inner-container {
        width: 100% !important;
        padding: 0px 0px !important;
    }

    .alignfull .wp-block-group__inner-container:nth-child(1), .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width:100% !important;
    }
}
/* -- nieuw overzicht */

/* eindcijfer block */
.cijferblok {
        width: 250px;
        height: 170px;
        background: url("https://www.casinoboer.com/wp-content/themes/casinoboer/images/cijfer.png") no-repeat bottom center;
        background-color: #f3ecdf;
        border-radius: 5px;
        position: relative;
        margin-bottom: 15px;
        margin-top: 15px;
}

.cijferblok.left { float: left; }
.cijferblok.right { float: right; }

.cijferblok .cijfer {
        position: absolute;
        width: 97px;
        height: 81px;
        left: 140px;
        top: 43px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        font-weight: 700;
}

/* ACF kolommen Blocks */
.kols-container {
        display: flex;
        width: 100%;
} 
.kols-container .acf-kols {
        flex: auto;
        padding: 0px;
        list-style: none;
}
.kols-container .acf-kols a {
        font-weight:normal !important;
}
.kols-container .acf-kols a:hover {
        text-decoration: underline !important;
}
.kols-container .acf-kols li {
        line-height: 55px;
        display: flex;
        align-items: center;
}
.kols-container .acf-kols img {
        width: 44px;
        height: 44px;
        object-fit: contain;
        border-radius: 50px;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,.12);
        padding: 5px;
        box-sizing: border-box;
        margin-right: 10px;
        transition: background 750ms;
}
.kols-container a:hover img {
        background: #fbaf0e;
}
.kols-container li.bull::before {
        display: inline-block;
        content: '';
        -webkit-border-radius: 50px;
        border-radius: 50px;
        height: 5px;
        width: 5px;
        margin-right: 0.75rem;
        background-color: #333;
}
.kols-container.bgfull, .kols-container.bgcols { 
        display: flex;
        width: calc(100% + 10px);
        margin-left: -5px;
}
.kols-container.bgcols { 
        padding: 0px !important;
}
.bgcols, .bgfull {
        padding: 20px 20px 10px 20px !important;
        border-radius: 5px;
}
.bgcols {
        padding: 20px !important;
        margin: 5px;
}

@media screen and (max-width: 768px) {
        .kols-container, .kols-container.bgfull, .kols-container.bgcols {
            display: block !important;
            width: 100% !important;
            margin-bottom:30px !important;
        }
        .kols-container ul {
            margin-bottom: 0px !important;
            padding:0px 20px !important;
        }

}

/* -- ACF kolommen Blocks */

.nav-tabs button.nav-link {
        display: flex;
        align-items: center;
}
.nav-tabs button.nav-link img {
        -webkit-filter: invert(1);
        filter: invert(1);
        transition: filter 150ms;
        margin-right:10px;
}
.nav-tabs button.nav-link.active img, .nav-tabs button.nav-link:hover img {
        -webkit-filter: invert(0);
        filter: invert(0);        
}

/* accordion */
.cs-accordion-container .cs-accordion-item {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
  border-radius: 10px;
}
.cs-accordion-container .cs-accordion-item .cs-accordion-head {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 53px;
  cursor: pointer;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-img {
  background: var(--mainColor);
  width: 60px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 23px;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-img img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-title {
  font-size: 19px !important;
  font-weight: 700;
  color: #121734;
  text-indent: 20px;
  width: calc(100% - 100px);
  user-select: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-head.noitemimg .cs-accordion-title {
  width: calc(100% - 40px);
  padding: 0 !important;
  margin: 0 !important;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-content-container {
  background: #fff;
  padding: 0 1em;
  transition: height 150ms;
  height: 0px;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-content-container .cs-accordion-content p {
  padding-top: 20px !important;
  margin-bottom: 0px !important;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-content-container .cs-accordion-content p:last-of-type {
  padding-bottom: 20px !important;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-expand {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 50%;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-expand .cs-caret-left {
  width: 7px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  border-radius: 5px;
  transition: 80ms ease-in-out;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-expand .cs-caret-right {
  width: 7px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
  margin-left: -3px;
  border-radius: 5px;
  transition: 80ms ease-in-out;
}

.cs-accordion-container .cs-accordion-item .cs-accordion-head.open .cs-accordion-expand .cs-caret-left {
  transform: rotate(-45deg);
}

.cs-accordion-container .cs-accordion-item .cs-accordion-head.open .cs-accordion-expand .cs-caret-right {
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
        .cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-title {
                flex: 1;
                text-indent: unset;
                padding: 5px 10px !important;
                text-align: left;
        }
        .cs-accordion-container .cs-accordion-action {
                display: flex;
                align-items: center;
                padding-right: 5px;
        }
        .cs-accordion-container .cs-accordion-content {
                text-align: left;
        }
        .cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-img {
            height: unset;
            align-items: stretch;
            width: 40px;
            align-items: center;
        }
        .cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-img img {
                padding: 5px;
                align-self: center;
        }
        .cs-accordion-container .cs-accordion-item .cs-accordion-head .cs-accordion-img i.fas {
            height: auto;
            display: flex;
            align-self: center;
        }
        .cs-accordion-container .cs-accordion-item .cs-accordion-head {
                align-items: stretch;
                padding: 0px !important;
            width: 100%;
            min-width: 100%;
            display: flex;
            height: unset;
        }
}
/* -- accordion */

/* leesmeer */
.leesmeercontent {
  height: 0px;
  overflow: hidden;
}
.leesmeer .wp-block-group__inner-container {
  transition: height 300ms;
}
.leesmeer .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0px !important;
}
.leesmeerbutton {
  color: var(--mainColor);
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 30px;
  display: inline-block;
}
.leesmeerbutton::before {
  content: "Lees verder";
  display: inline-flex;
  margin-right: 5px;
  color: var(--mainColor);
  font-weight: 600;
}
.leesmeerbutton.lmbopen::before {
  content: "Lees minder" !important;
}
.leesmeerbutton i {
  transform: rotate(0deg);
  font-size: 14px
}
.leesmeerbutton.lmbopen i {
  transform: rotate(180deg) !important;
}
/* -- leesmeer */

/* auteurs */
.authorinfo #auteursomschrijving {
        background-color: #F3ECDF;
        padding: 20px;
        color: #000;
        border-radius: 10px;
}

.main.authorinfo #auteur {
        padding-left:0px !important
}

.authorinfo #auteursomschrijving a {
        color: var(--headerLinkColor) !important;
}

.authorinfo #auteursomschrijving h2, .authorinfo #auteursomschrijving h3 {
        margin-top: 0px !important;
        padding-top: 0px !important;
}

.authorinfo #auteur .info {
        display: flex;
        flex-direction: column;
        align-items: center;
}

.authorinfo #auteur .info #foto img {
        border-radius: 5px;
        width: 120px;
        height: 120px;
}

.authorinfo #auteur .info #naam h3 {
        margin: 0px;
}

.authorinfo #auteur .info #socials, #auteur .info #naam, footer .topFooter .socials {
        margin-top: 15px;
}

.authorinfo #auteur .info #socials a, footer .topFooter .socials a {
        display: inline-flex;
        width: 35px;
        height: 35px;
        background-color: var(--mainColor) !important;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
        transition: background-color 150ms;
}
.authorinfo #auteur .info #socials a:hover, footer .topFooter .socials a:hover {
        background-color: #0f31a9 !important;
}
.authorinfo #auteur .info #socials i, footer .topFooter .socials i{
        font-size: 20px;
        color: #fff;
        margin-left: 3px;
        margin-right: 3px;
}
.authorinfo #artikelen {
        padding-top: 40px;
        padding-bottom: 40px;
}
.authorinfo #artikelen h3 {
        margin: 0px;
        margin-bottom: 30px;
}
.authorinfo #artikelen, .authorinfo {
        margin-bottom: 0px !important;
}
.authorinfo {
        padding-bottom: 0px !important;
}

.authorinfo .fa-calendar, .authorinfo .fa-clock {
        color: #382d1e !important;
        margin-left: 10px;
        padding-right: 5px;
}

.authorinfo .fa-calendar {
        margin-left: 0px;
}

.authorinfo h2:first-of-type {
        margin-top:0px !important;
}
.authorinfo #naam a {
        color:inherit !important;
        text-decoration: none !important;
}

.container.main .authorinfo {
        margin-top:30px;
        padding-top:30px;
}

@media screen and (max-width: 768px) {
        .authorinfo #auteursomschrijving {
                margin-top:0px;
        }
        .authorinfo .wp-block-group.has-background {
                border-radius: 0px;
        }
        .authorinfo .articleContainer:not(:last-of-type) {
                border-bottom: 1px solid rgba(0,0,0,.05);
                padding-bottom: 10px;
                padding-top: 10px;
        }
}
@media screen and (max-width: 576px) {
        .authorinfo .row.flex {
                flex-direction:column;
        }
        .authorinfo #auteursomschrijving {
                margin-top: 40px;
        }
}
/* -- auteurs */

/* dates */
.articledates {
        color: #000;
        float: right;
}
.articledates span span {
        color: #000;
        font-weight: bold;
}
.articledates .pub { 
        margin-left: 20px; 
}
@media screen and (max-width:768px) {
        .articledates {
                display:block;
                width:100%;
                margin-bottom:15px;
        }
        .articledates .pub, .articledates .upd {
                display:block;
                margin-left:0px;
                width:100%;
                text-align:center;
        }
}
/* -- dates */

/* toplist features */
.toplist-features span { 
        padding-right:15px; 
} 
.toplist-features span i, .toplist-features div i { 
        color:var(--primary-dark-color); 
}  
.toplist-features div { 
        float:right; 
}
@media screen and (max-width:768px) {
        .toplist-features {
                text-align:center;
        }
        .toplist-features span { 
                display:inline-block; 
                text-align:left; 
                width:auto; 
                white-space:nowrap; 
        } 
        .toplist-features div { 
                float:none; 
                text-align:center; 
                width:100%; 
        }
}
/* -- toplist features */

/* contact formulier */
.wpcf7-form button, .wpcf7-form input:not([type="submit"]), .wpcf7-form optgroup, .wpcf7-form select, .wpcf7-form textarea {
        background: #fefefe;
        border-radius: 5px;
        width: 100%;
        box-sizing: content-box !important;
        border: 1px solid rgba(0,0,0,.4);
        max-width: none;
        min-width: 100% !important;
        padding: 5px 10px;
}

.wpcf7-form input[type="submit"] {
        background: linear-gradient(0deg, rgba(251,175,14,1) 50%, rgba(251,191,14,1) 50%);
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        padding: 5px 20px;
        border: 0px;
        border-radius: 50px;
        text-transform: uppercase;
}

.wpcf7-form input[type="submit"]:hover {
        background: linear-gradient(180deg, rgba(236,100,0,1) 50%, rgba(230,68,0,1) 50%) !important;
}

@media screen and (min-width: 991px) {
        .wpcf7-form button, .wpcf7-form input:not([type="submit"]), .wpcf7-form optgroup, .wpcf7-form select, .wpcf7-form textarea {
                min-width: 550px !important;
        }
}
/* -- contact formulier */

/* linked betaalopties */
.acf-kols.bgcols .betaaloptieslink, .acf-kols.bgcols .betaaloptieslink:hover {
        text-decoration: none !important;
}
.acf-kols.bgcols a {
        margin-top: -1px;
}
.acf-kols.bgcols a span {
        text-decoration: underline;
}
/* -- linked betaalopties */

/* casinopagina tabel v2 */
.casinoreview_infobox:not(.noscreenshot) {
        margin: 30px 0px;
        display: flex;
}
.casinoreview_infobox .casinoreview_screenhot_container {
        padding: 0px 25px 25px 0px;
        flex: 0 0 38%;
        display: flex;
        flex-direction: column;
}
.casinoreview_infobox .casinoreview_screenhot_container .casinoreview_screenshot img {
        width: 100%;
        border-radius: 5px
}
.casinoreview_infobox .casinoreview_button {
        flex: 1 1 auto;
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
}
.casinoreview_infobox .casinoreview_button a {
        font-size: 18px;
        color: #fff !important;
        text-transform: capitalize;
        padding: 15px 30px !important;
        text-align: center;
        text-decoration: none !important;
        font-style: normal;
        background-color: var(--mainColor);
        border-radius: 50px;
        opacity: 1;
        transition: background-color 150ms;
        line-height: 18px;
        display: block;
        max-width: max-content;
        line-height: 27px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 auto;
        margin-top: 5px;
        max-width: unset;
        width: 100%;
}
.content.review.has-sidebar .casinoreview_infobox:not(.noscreenshot) table.table.table-striped tr td:nth-child(1) {
        padding-right: 40px;
}
.casinoreview_infobox .casinoreview_info .relatedcasinos a {
        white-space: nowrap;
}
.casinoreview_infobox .casinoreview_info {
        width: 100%;
}
@media screen and (max-width:768px) {
        .casinoreview_infobox .casinoreview_screenhot_container {
                padding-right:0px;
        }
        .casinoreview_infobox:not(.noscreenshot) {
                flex-direction:column;
        }
        .casinoreview_infobox .casinoreview_screenhot_container .casinoreview_screenshot {
                text-align:center;
        }
        .casinoreview_infobox .casinoreview_screenhot_container .casinoreview_screenshot img {
                width:auto;
        }
}
/* labels in de infobox-tabel verticaal centreren (bv. "Betaalmethodes" naast hogere iconen) */
.casinoreview_infobox table.table.table-striped td {
        vertical-align: middle;
}
/* CRUKS-risico info-tooltip in de infobox-tabel */
.cb-info {
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        margin-left: 7px;
        border-radius: 50%;
        background: #fff;
        color: #6b7280;
        border: 1px solid #9aa0a6;
        font-size: 11px;
        font-weight: 700;
        font-style: italic;
        line-height: 1;
        cursor: help;
        position: relative;
        vertical-align: middle;
}
.cb-info .cb-info-tip {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 150%;
        left: 50%;
        transform: translateX(-50%);
        width: 240px;
        max-width: 70vw;
        background: #222;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.45;
        text-align: left;
        padding: 8px 10px;
        border-radius: 6px;
        z-index: 20;
        transition: opacity .15s;
        box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
.cb-info:hover .cb-info-tip,
.cb-info:focus .cb-info-tip {
        visibility: visible;
        opacity: 1;
}
/* Affiliate disclosure onder de infobox-tabel (uitklapbaar, vastgeplakt aan tabelonderkant) */
.casinoreview_infobox:not(.noscreenshot) {
        margin-bottom: 0;
}
.casinoreview_infobox .casinoreview_info table.table.table-striped {
        margin-bottom: 0;
}
.casinoboer-disclosure {
        font-size: 0.8em;
        color: #555;
        margin: 0 0 1.75rem;
        padding: 0.55rem 0.9rem;
}
.casinoboer-disclosure summary {
        cursor: pointer;
        font-weight: 600;
        color: #444;
}
.casinoboer-disclosure p {
        margin: 0.5rem 0 0;
}
@media screen and (min-width:991px) {
        .casinoboer-disclosure.has-screenshot {
                margin-left: 38%;
        }
}
/* -- casinopagina tabel v2 */

/* custom TOC */
.quick-menu {
        background: #382d1e !important;
        border: 1px solid #382d1e;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
        display: block;
        border-radius: 4px;
        padding: 10px;
        position: absolute;
        right:15px;
        padding: 10px 20px;
        width: 100%;
        min-width:360px;
        margin-bottom: 40px;
        margin-top:5px;
}

.quick-menu p {
        display: none;
}

.quick-menu ol {
        padding-left: 0;
        list-style: none;
        padding-left:15px;
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
        -moz-transition:    all 0.2s ease-in-out;
        -o-transition:      all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}

.quick-menu.notransition ol.quick-menu-list {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
}

.quick-menu.open ol {
        max-height: 750px;
}

.quick-menu ol li {
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 3px;
        line-height:22px;
        display:flex;
        padding-top:1px;
        padding-bottom:1px;
}

.quick-menu ol li::before {
        content: "\2023";
        width: 9px;
        height: 17px;
        left: 0;
        font-size: 26px;
        color: var(--mainColor);
        margin-top: -1px !important;
        margin-right: 10px !important;
        margin-left: -20px !important;
        text-decoration: none !important;
        display:inline-block !important;
}

.quick-menu ol li a {
        color: #fff !important;
        font-size: 14px !important;
        text-decoration: none;
}

.quick-menu ol li:hover a {
        text-decoration:underline;
}

.quick-menu .quick-menu-title {
        font-weight: 700;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        display: block;
}

.quick-menu .quick-menu-title::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        text-decoration: inherit;
        margin-right:-5px;
        color: #fff;   

        vertical-align: bottom;
        -moz-transition:    all 0.2s ease-in-out;;
        -o-transition:      all 0.2s ease-in-out;;
        -webkit-transition: all 0.2s ease-in-out;;
        transition: all 0.2s ease-in-out;
}

.quick-menu.open .quick-menu-title::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);

}

a.quick-anchor {
        position: relative;
        top: -100px;
}

.quick-menu {
        padding: 7px 10px;
        display: inline-block;
        width: auto;
        border: 0px;
        background-color: #01174f;
        margin-bottom: 0px;
        border-radius:5px;
}
.quick-menu ol li {
        color: #fff;
}
.quick-menu ol li:last-of-type {
        margin-bottom: 10px;
}
.quick-menu span {
        font-size: 15px;
}
.quick-menu .quick-menu-title::after {
        position: absolute;
        right: 14px;
}
.quick-menu .quick-menu-title {
        display: inline-flex;
        align-items: center;
        width: 100%;
}

.quick-menu.small {
        padding-bottom: 2px;
}

.quick-menu.small .quick-menu-container {
        height: 0% !important;
        width: 145px;
        min-width:320px !important;
        overflow: hidden;
        transition: all 200ms ease-in-out;
        line-height: 0px;
}

.quick-menu.small .quick-menu-list {
        display: inline-block;
        line-height: 22px;
}

.quick-menu.small.open .quick-menu-container {
        height: 100% !important;
}

.tocbox {
        position:relative !important;
}
.quick-menu {
        right:0px !important;
}


@media screen and (max-width: 1199px) {
        .tocbox {
                text-align: end;
                position:relative;
        }
        .quick-menu {
                right:0px;
                min-width:unset;
                width: calc(100% - 10px) !important;
        }
        .quick-menu.small .quick-menu-container {
                min-width:unset !important;
                width: 100% !important;

        }
        .quick-menu ol li a {
                text-align:left;
        }
}

@media screen and (min-width:991px) {
        .container.pagetitle:not(.has-pageintro) p#breadcrumbs {
                margin-bottom:0px !important;
        }
}

@media screen and (max-width:991px) {
        .container.pagetitle:not(.has-pageintro) .tocbox {
                position: relative !important;
                width: 100%;
                min-height: 20px;
        }
        .container.pagetitle:not(.has-pageintro) .quick-menu {
                width: 100%;
                margin: 0 auto;
                max-width: none;
                right: 0;
        }
        .container.pagetitle:not(.has-pageintro) .quick-menu-container, .container.pagetitle:not(.has-pageintro) .quick-menu-list {
                max-width: unset !important;  
                width:100% !important;
        }
}

@media screen and (max-width: 768px) {
        .tocbox {
                text-align:left !important;
        }
        .quick-menu {
                max-width:100% !important;
                width:100% !important;
                min-width:unset !important;
                position:relative !important;
                margin-left:0px !important;
                right:unset !important;
        }
        .quick-menu-container {
                max-width: 100%;
                width: 100% !important;
        }
        .quick-menu.small .quick-menu-list {
                white-space: normal;
                display: block;
        }
        .quick-menu .quick-menu-title {
                padding-bottom:5px !important;
        }
        .quick-menu ol li a {
                margin:4px 0px !important;
        }
        .quick-menu ol li::before {
                margin-top: 2px !important;
        }
}
/* -- custom TOC */

/* top10 v2 mobile */
@media screen and (min-width:1199px) {
        .topLst .act_btn.act_container {
                min-width:320px;
        }
}
@media screen and (min-width:991px) {
        .topLst.horizontal .flex-logo {
            flex-direction: row;
            display: flex;
            width:100%;
            max-width:368px;
            flex-wrap:wrap;
        }
        .topLst.horizontal .flex-info {
            flex-direction: row;
            display: flex;
            flex:1;
        }
        .topLst.horizontal div {
            flex:unset;
        }
        .topLst.horizontal .tnc {
            flex: 1 0 100% !important;
        }
        .topLst .features .feature {
            min-width:175px;
        }
}
@media screen and (max-width:991px) { 
        .topLst {
            flex:100% !important;
        }
        .toplist-container {
            max-width:unset;
        }
        .topLst.horizontal:not(.legend) {
            max-width:unset;
            flex-direction:row !important;
        }

        .topLst.horizontal {
            padding-bottom:15px !important;
        }

        .topLst.horizontal.legend {
            display:none;
        }

        .topLst.horizontal .flex-logo {
            flex:0 0 30%;
            align-self: center;
        }

        .topLst.horizontal .flex-logo .logo-container {
            height:auto !important;
        }

        .toplist-container.custom .topLst img.logo {
            object-fit:cover !important;
        }

        .toplist-container.custom .topLst.horizontal .star-rating {
            padding: 0px !important;
            margin: 0px !important;
            height: auto !important;
        }

        .toplist-container.custom .topLst.horizontal .star-rating .number {
            display: none;
        }

        .topLst.horizontal .flex-info {
            flex:0 0 70%;
            align-self: center;
        }

        .topLst.horizontal .features {
            height:auto;
            margin: 10px 0px !important;
            padding-left:30px !important;
        }

        .topLst.horizontal .act_btn.act_container {
            margin: 0px !important;
            padding: 0px !important;
            height: auto;
        }

        .topLst.horizontal .act_btn.act_container .primary-btn.act_btn {
            margin: 0 auto !important;
            padding: 5px 10px;
            max-width: 230px !important;
            width: 100% !important;
            float: none;
            min-width: unset !important;
            font-size:16px;
        }

        .topLst.horizontal .tnc {
            display:none;
        }

        .topLst .features .feature {
            font-size:13px;
            text-align: left !important;
            padding-left: 10px !important;
        }
        .topLst .logo-container {
            min-height:unset !important;
        }
        .toplist-container.custom .topLst img.logo {
            max-height:140px;
        }
        .topLst.horizontal:not(.legend) {
            max-width: 750px;
            flex-direction: row !important;
            margin: 20px auto;
            margin-bottom:0px;
        }
        .topLst .reviewbuttoncontainer {
            font-size:14px;
        }
        .topLst .reviewbuttoncontainer .speelbewust {
            width:96px;
            height:auto;
        }
}
@media screen and (max-width:768px) { 
        .topLst.horizontal:not(.legend) {
            width: calc(100vw - 55px);
        }
        .toplist-features {
            display:flex;
            flex-wrap:wrap;
            justify-content:center;
            align-items:center;
            gap:4px 12px;
        }
        .toplist-features span {
            width: unset;
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }
        .toplist-features div {
            float:none;
            width:100%;
            text-align:center;
            margin-top:0;
        }
        }
        @media screen and (max-width:490px) {
        .toplist-container.custom .topLst.horizontal {
            flex-wrap: nowrap !important;
        }
        .topLst.horizontal .flex-logo {
            flex: unset !important;
            min-width:115px !important;
        }
        .topLst.horizontal .flex-info {
            max-width:200px;
            padding-left:10px !important;
        }
        .topLst .reviewbuttoncontainer .speelbewust {
            display:none;
        }
        .topLst.horizontal .features {
            padding-left: unset !important;
        }
}
@media screen and (max-width:1199px) { 
        .topLst.horizontal .primary-btn {
                max-width:260px !important;
        }
}
@media screen and (max-width:568px) { 
        .topLst.horizontal {
                margin-left: -15px !important;
                width: calc(100% + 30px) !important;
                margin-right: -15px !important;
        }
        .topLst.horizontal .flex-logo {
                white-space: nowrap !important;
        }
        .topLst.horizontal .star-rating i {
                font-size:17px;
                margin-left:0px;
        }
}
/* -- top10 v2 mobile */

/* header v2 */
.headingbox {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap;
}
.headingbox h1 {
        flex-grow: 1 !important;
        text-align: left !important;
        margin-bottom: 0px !important;
}
.headingbox .articledates {
        float: unset !important;
        margin: 0px !important;
        margin-top: 13px !important;
        width: unset !important;
}
#breadcrumbs {
        text-align: left !important;
}
#auteursomschrijving .upd {
        display: block;
        margin-top: 15px !important;
}
#auteursomschrijving .upd i {
        margin-left:0px;
}
@media screen and (min-width: 991px) {
        .headingbox .articledates.offset {
                min-width: 220px;
            text-align: right;
            position: relative;
        }
        .headingbox .articledates.offset .upd {
                position: absolute;
            right: 0;
            top: 20px;
        }
}
@media screen and (max-width: 991px) {
        header div.container.pagetitle {
                flex-direction: column;
                width: 100% !important;
        }
        header div.container.pagetitle .col-sm-12 {
                width: 100% !important;
        }
}
@media screen and (max-width:768px) {
        .headingbox {
                margin-bottom:15px;
        }

        header {
                padding-bottom: 10px !important;
        }
        header section.container:first-of-type nav {
                margin: 15px 0px !important;
        }
        header div.container h1, .articledates, .headingbox .articledates {
                margin-top: 0px !important;
        }
        header div.container.pagetitle {
                margin: 10px 0px !important;
        }
        .headingbox {
                margin-bottom: 0px !important;
        }
        .container.main {
                padding: 20px !important;
        }
        .has-sidebar .has-background.alignfull::before, .has-background.alignfull::before {
                left: -20px !important;
        }
        .alignfull .wp-block-group__inner-container:nth-child(1), .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                padding: 0px 20px;
        }
        header .intro p {
                width: 100%;
        }
        .topLst.horizontal {
                margin-left: -5px !important;
                margin-right: -5px !important;
        }
}
/* -- header v2 */

/* sidebar casino card v2 */
.sidebar .casino-card .casino-card-image img {
        height: auto;
}
@media screen and (max-width: 768px) {
        .sidebar .floating-box {
                margin: 0 auto;
                max-width: 500px;
                padding-bottom: 0px;
        }
        .sidebar .casino-card {
                display: flex;
                flex-wrap: wrap;
        }
        .sidebar .casino-card .casino-card-image {
                flex-basis: 40%;
                background: transparent;
        }
        .sidebar .casino-card .casino-card-image img {
                max-height: 110px;
                width: auto;
                max-width: 140px !important;
                border-radius: 5px;
                margin: 5px;
        }
        .sidebar .casino-card .casino-card-content {
                flex-basis: 60%;
        }
        .sidebar .casino-card .casino-card-content:not(.casino-button) .casino-card-content-block {
                padding: 10px;
            display: flex;
            height: 100%;
            flex-direction: column;
            justify-content: center;
        }
        .sidebar .casino-card .casino-card-content.casino-button {
                flex-basis: 100%;
        }
        .sidebar .casino-card .casino-card-content.casino-button .casino-card-content-block {
                padding: 10px 0px 5px 0px;
        }
        .sidebar .casino-card .casino-card-content.casino-button .casino-card-content-block a {
                max-width: unset;
                width: calc(100% - 20px);
        }
}
/* -- sidebar casino card v2 */

/* footerscroll */
@media screen and (min-width: 768px) {
        footer .footerscroll {
            display: none;
        }
}
@media screen and (max-width: 768px) {
        footer .footerscroll {
            padding: 10px;
            background: #f3ecdf !important;
            display: flex;
            position: fixed;
            bottom: -23px;
            left: 0;
            width: 100%;
            z-index: 9999;
            border: 0px;
            box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
            overflow: hidden;
            height: 0px;
            transition: height 350ms;
        }
        footer .footerscroll.shown {
            opacity: 1 !important;
            height: 100px !important;
            transition: height 350ms;
        }
        footer .footerscroll .fs_logo img {
            height: 57px;
            width: auto;
            margin-right: 10px;
            border-radius: 5px !important;
            object-fit: contain;
        }
        footer .footerscroll .fs_button {
            flex: 1;
        }
        footer .footerscroll .fs_button a.primary-btn {
            max-width: unset;
            width: 100%;
        }
        body.fp {
            padding-bottom: 77px;
        }
}
/* -- footerscroll */

.wp-block-table table tr:nth-child(even) {
        background-color: #f3ecdf !important;
}

blockquote {
  /* background: #f9f9f9; */
  background: #F0E9DC;
  border-left: 10px solid #F5B83A;
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.copyright a{
	color: #FFFFFF !important;
	text-decoration: underline;
}

.wsp-container ul{
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.wsp-container ul ul{
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}


.casinonametop a{
	font-weight: normal !important;
	text-decoration: none !important;
}

.children .card-title{
	text-decoration: underline;
}


/* Toplist counter */ 
.topLst-container {
  counter-reset: rank;
}

/* Without .legend not */
article.topLst.horizontal:not(.legend) {
  counter-increment: rank;
}

article.topLst.horizontal .logo-container {
  position: relative;
}

article.topLst.horizontal:not(.legend) .logo-container::before {
  content: counter(rank);
  position: absolute;
  top: -10px;
  left: -10px;

  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #333;
  border: 2px solid #fff;
  background-color: #f3ecdf;
  border-radius: 50px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);

  font-weight: 600;
  font-size: 0.9rem;
  z-index: 50;
  pointer-events: none; /* badge blokkeert geen klikken */
}


.upd{
  font-style: italic;
}

.custom-disclaimer  {
    border-top: 1px solid #f3ecdf;
}
.disclaimer{
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0 10px;
    margin-bottom: 0;
    
}

.disclaimer a{
  font-weight: normal !important;
}

.custom-disclaimer .read-more {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.custom-disclaimer[data-expanded="false"] {
    display: flex;
    align-items: center;
    max-height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.custom-disclaimer[data-expanded="false"] .disclaimer {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.custom-disclaimer[data-expanded="false"] .read-more {
    flex-shrink: 0;
    margin-left: 6px;
    cursor: pointer;
}
@media only screen and (max-width: 374px) {
    header .site-logo {
        height: 37px;
    }
}
/* ===== Casino van de Maand – sticky mobile bar ===== */
.casino-vdm {
    display: none;
}
@media screen and (max-width: 768px) {
    .casino-vdm {
        display: block;
        z-index: 9998;
        font-family: var(--textFont);
    }
    .casino-vdm__trigger {
        background: linear-gradient(0deg, rgba(251,175,14,1) 50%, rgba(251,191,14,1) 50%);
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        padding: 13px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
        box-shadow: 0 -3px 10px rgba(0,0,0,0.2);
    }
    .casino-vdm__trigger .fa-star {
        margin-right: 7px;
        color: #fff;
    }
    .casino-vdm__chevron {
        transition: transform 250ms ease;
        font-size: 14px;
    }
    .casino-vdm.open .casino-vdm__chevron {
        transform: rotate(-180deg);
    }
    .casino-vdm__list {
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: max-height 300ms ease;
        border-top: 2px solid rgba(251,175,14,0.4);
        box-shadow: 0 -4px 14px rgba(0,0,0,0.12);
    }
    .casino-vdm.open .casino-vdm__list {
        max-height: 280px;
    }
    .casino-vdm__item {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        gap: 10px;
        border-bottom: 1px solid #f0ece4;
    }
    .casino-vdm__item:last-child {
        border-bottom: none;
    }
    .casino-vdm__logo {
        flex: 0 0 80px;
    }
    .casino-vdm__logo img {
        width: 80px;
        height: 48px;
        object-fit: contain;
        border-radius: 5px;
        display: block;
    }
    .casino-vdm__bonus {
        flex: 1;
        font-size: 13px;
        font-weight: 700;
        color: var(--primary-dark-color);
        line-height: 1.3;
    }
    .casino-vdm__btn {
        display: inline-block;
        background: linear-gradient(0deg, rgba(251,175,14,1) 50%, rgba(251,191,14,1) 50%);
        color: #fff !important;
        font-weight: 700;
        font-size: 13px;
        padding: 9px 13px;
        border-radius: 50px;
        white-space: nowrap;
        text-decoration: none !important;
        text-align: center;
        flex-shrink: 0;
    }
    .casino-vdm__btn:hover {
        background: linear-gradient(180deg, rgba(236,100,0,1) 50%, rgba(230,68,0,1) 50%);
        color: #fff !important;
    }
}
/* ===== -- Casino van de Maand ===== */
