body,
html {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 16px
}

a {
    color: #00afd3;
    text-decoration: none
}

.gallery {
    float: left;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.container {
    max-width: 700px
}

#page-container {
    position: relative;
    min-height: 100vh;
    padding-top: 100px;
}

@media (min-width:992px) and (max-width:1400px) {
    .block-container .col-md-3 {
        width: 33.33333%
    }

    .block-container .col-md-6 {
        width: 66.66667%
    }
}

@media (min-width:1200px) {
    .block-container .col-lg-3 {
        width: 33.33333%
    }
}

@media (min-width:1401px) {
    .block-container .col-md-4 {
        width: 33.33333%
    }

    #start .col-md-4,
    .uptodate .inner .col-md-4 {
        width: 33.33333%
    }

    .block-container .col-md-8 {
        width: 66.66667%
    }

    .uptodate .inner .col-md-8 {
        width: 66.66667%
    }
}

.limited-width .col-md-3 {
    width: 33.33333%
}

.limited-width .col-md-6 {
    width: 66.66667%
}

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

.cta {
    color: inherit;
    padding: 10px 20px;
    border: 2px solid #fff;
    display: inline-block;
    text-transform: uppercase
}

.cta:hover {
    color: #fff;
    text-decoration: underline
}

.title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 1.3
}

.title:first-child {
    margin-top: 0
}

.row.center {
    text-align: center;
    margin: 0
}

.button_sub {
    background-color: #000;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    font-size: 16px;
    border: 0;
}

.button_sub:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none
}

.button_sub i {
    display: inline-block;
    padding-left: 15px;
    font-size: 28px;
    vertical-align: middle
}

.replace-BG {
    overflow: hidden;
    position: relative
}

.replace-BG .bgimage {
    display: none
}

#socials_side {
    position: fixed;
    right: 0;
    top: 140px
}

#socials_side a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-bottom: 1px;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

#socials_side a.twitter:hover {
    background-color: #55acee
}

#socials_side a.facebook:hover {
    background-color: #3a5795
}

#socials_side a.linkedin:hover {
    background-color: #006da6
}

#socials_side a.googleplus:hover {
    background-color: #da4735
}

body #menu-trigger,
body.detail #menu-trigger {
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 16px;
    border: 2px solid #000;
    z-index: 106;
    width: 40px;
    height: 40px;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

body #menu-trigger.mobile_white,
body.detail #menu-trigger.mobile_white {
    top: 15px;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

body #menu-trigger:after,
body.detail #menu-trigger:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 19px;
    top: 8px;
    left: 4px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

body #menu-trigger:before,
body.detail #menu-trigger:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #000;
    top: 16px;
    left: 4px;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

body #menu-trigger:hover,
body #menu-trigger:hover:after,
body.detail #menu-trigger:hover,
body.detail #menu-trigger:hover:after {
    border-color: #707070
}

body #menu-trigger:hover:before,
body.detail #menu-trigger:hover:before {
    background-color: #707070
}

#topmenubar {
    position: fixed;
    top: 30px;
    right: 70px;
    z-index: 6;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    display: inline-block;
    height: 45px
}

#topmenubar.mobile_white {
    top: 16px
}

#topbarwidget {
    position: relative;
    float: left;
    padding: 0 10px 0 10px
}

.knop {
    position: relative;
    float: left
}

.knop a {
    background-color: #000;
    padding: 0 16px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    height: auto;
    line-height: 40px
}

.knop a:hover {
    background-color: #333
}

.giftknopicon {
    background-image: url(../img/steun_ons_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border: none;
    cursor: pointer;
    height: 38px;
    width: 38px;
    margin: 2px 0;
    padding: 0;
    -webkit-transition: width .4s ease, background .4s ease;
    transition: width .4s ease, background .4s ease;
    display: none
}

.nieuwsknopicon {
    background-image: url(../img/nieuwsbrief_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border: none;
    cursor: pointer;
    height: 38px;
    width: 38px;
    margin: 2px 0;
    padding: 0;
    -webkit-transition: width .4s ease, background .4s ease;
    transition: width .4s ease, background .4s ease;
    display: none
}

.modal-nieuwsbrief {
    margin-top: 400px;
    background-color: #fff;
    padding: 20px 20px 0px 20px;
}

.modal-nieuwsbrief label {
    width: 100%;
}

.modal-nieuwsbrief .wpcf7-submit {
    width: 100%;
}

@media (max-width:768px) {
    .knop a {
        height: auto;
        line-height: 26px;
        padding: 0;
        background-color: transparent
    }

    .knoptext {
        display: none
    }

    .giftknopicon {
        display: block
    }

    .nieuwsknopicon {
        display: block
    }

    .modal-nieuwsbrief {
        margin-top: 200px
    }
}

#topmenubar .search-field {
    background-image: url(../img/search-icon.png);
    background-color: transparent;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width .4s ease, background .4s ease;
    transition: width .4s ease, background .4s ease;
    width: 0
}

#topmenubar .search-field:focus {
    background-color: #fff;
    border: 1px solid #333;
    cursor: text;
    outline: 0;
    width: 230px
}

.search-form .search-submit {
    display: none
}

#menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    background-color: #fff;
    z-index: 105;
    overflow: hidden;
    -webkit-transition: all, .5s;
    transition: all, .5s
}

#menu .col {
    position: absolute;
    top: 0;
    height: 100%
}

#menu .col.left {
    left: 0;
    padding: 0
}

#menu .col.left .inner {
    width: 100%;
    position: relative;
    color: #fff
}

#menu .col.left .inner .header {
    padding-top: 100px;
    padding-left: 160px;
    padding-bottom: 60px
}

#menu .col.left .inner .header .title {
    font-size: 32px;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
    margin-top: 0
}

#menu .col.left .inner ul.menu {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: Lato, serif
}

#menu .col.left .inner ul.menu:before {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #000;
    height: 100%;
    left: 50%
}

#menu .col.left .inner ul.menu:after {
    content: "";
    clear: both;
    display: table
}

#menu .col.left .inner ul.menu li {
    display: block;
    float: left;
    width: 50%;
    height: 80px;
    line-height: 80px;
    border-bottom: 2px solid #000;
    font-size: 18px
}

#menu .col.left .inner ul.menu li:nth-child(odd) {
    padding-left: 160px;
    padding-right: 60px
}

#menu .col.left .inner ul.menu li:nth-child(even) {
    padding-right: 70px;
    padding-left: 60px
}

#menu .col.left .inner ul.menu li:last-child,
#menu .col.left .inner ul.menu li:nth-last-child(2) {
    border-bottom: none
}

#menu .col.left .inner ul.menu li a {
    color: #000;
    font-weight: 700
}

#menu .col.left .inner ul.menu li.current_page_item a {
    text-decoration: underline
}

#menu .col.right {
    right: 0;
    background-color: #008c3c;
    padding: 80px 40px;
    position: absolute
}

#menu .col.right ul.menu {
    left: 0;
    width: 100%;
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px;
    margin: 0
}

#menu .col.right ul.menu li {
    font-size: 24px;
    font-family: Lato, serif;
    line-height: 2.5
}

#menu .col.right ul.menu li a {
    color: #fff
}

#menu .col.right ul.menu li a:hover {
    text-decoration: underline
}

#menu .col.right .socials {
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
    padding: 0 5px;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

@media screen and (max-height:600px) {
    #menu .col.right .socials {
        bottom: 30px
    }
}

@media screen and (max-height:480px) {
    #menu .col.right .socials {
        bottom: 10px
    }
}

@media screen and (max-height:480px) {
    #menu .col.right .socials {
        display: none
    }
}

#menu .col.right .socials ul {
    margin: 0;
    padding: 0;
    text-align: center
}

#menu .col.right .socials ul li {
    display: inline-block;
    margin-right: 40px;
    font-size: 24px
}

#menu .col.right .socials ul li:last-child {
    margin-right: 0
}

#menu .col.right .socials ul li a i {
    -webkit-transition: all, .2s;
    transition: all, .2s
}

#menu .col.right .socials ul li a i.fa-twitter {
    color: #fff
}

#menu .col.right .socials ul li a i.fa-youtube {
    color: #fff
}

#menu .col.right .socials ul li a i.fa-facebook {
    color: #fff
}

#menu .col.right .socials ul li a i.fa-pinterest {
    color: #fff
}

#menu .col.right .socials ul li a i.fa-twitter:hover {
    color: #01bcf3
}

#menu .col.right .socials ul li a i.fa-youtube:hover {
    color: #fe0000
}

#menu .col.right .socials ul li a i.fa-facebook:hover {
    color: #3b5999
}

#menu .col.right .socials ul li a i.fa-pinterest:hover {
    color: #f53334
}

#menu .col.right .socials ul li a:hover i {
    color: #333
}

body.detail #menu-trigger:before {
    background-color: #000
}

body.detail #menu-trigger:after {
    border-color: #000
}

body.detail.open-menu #menu-trigger,
body.open-menu #menu-trigger {
    border-color: transparent
}

body.detail.open-menu #menu-trigger:after,
body.open-menu #menu-trigger:after {
    border-color: #fff;
    border-bottom: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    top: 16px
}

body.detail.open-menu #menu-trigger:before,
body.open-menu #menu-trigger:before {
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.detail.open-menu #menu-trigger:hover,
body.open-menu #menu-trigger:hover {
    border-color: transparent
}

body.detail.open-menu #menu-trigger:hover:after,
body.open-menu #menu-trigger:hover:after {
    border-color: #000
}

body.detail.open-menu #menu-trigger:hover:before,
body.open-menu #menu-trigger:hover:before {
    background-color: #000
}

body.detail.open-menu #menu,
body.open-menu #menu {
    top: 0
}

#header {
    top: 0;
    left: 0;
    position: fixed;
    height: 100px;
    width: 100%;
    background-color: #fff;
    z-index: 4;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

#header .logo-container {
    display: block;
    width: auto;
    float: left;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

#header .logo {
    height: 85%;
    width: 85%;
    float: left;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

#header .title {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
    font-family: Lato, serif;
    border-left: 3px solid #333;
    color: #333;
    padding-left: 20px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.titlemenu {
    color: #000
}

#header.shortheader {
    height: 70px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    background-color: #fff;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

#header.shortheader .logo {
    height: 100%;
    width: 55%;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

#header.shortheader .title {
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: -70px;
    font-family: Lato, serif;
    border-left: 3px solid #333;
    color: #333;
    padding-left: 20px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

@media (max-width:767px) {
    #header.shortheader .logo {
        width: 100%
    }

    #header.shortheader .title {
        margin-left: 0
    }

    #header.shortheader .logo-container {
        margin: 8px 0 0 0
    }

    #header.shortheader {
        height: 70px
    }

    #header.shortheader .title {
        min-height: auto
    }

    .widget_search {
        display: none
    }

    #topmenubar .search-field:focus {
        width: 100px
    }
}

#start {
    position: relative;
    width: 100%;
    height: auto
}

#start .homepage_link:hover .content .in {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

#start .col.left {
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    overflow: visible;
    z-index: 1;
    padding-right: 5px
}

#start .col.left .logo {
    width: 100%;
    height: auto
}

#start .col.left .content {
    min-height: 300px;
    display: block;
    padding: 40px 50px;
    position: relative;
    color: #fff;
    line-height: 1.5;
    background-color: #000
}

#start .col.left .content .caret {
    border: none;
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    margin-top: -30px;
    right: -30px;
    top: 50%;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

#start .col.left .content .in {
    position: relative;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    z-index: 4
}

#start .col.left .content:hover {
    text-decoration: none
}

#start .col.left .content:hover .cta {
    text-decoration: underline
}

#start .col.left .content .title {
    margin-bottom: 30px
}

#start .col.left .content .row {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 40px
}

#start .col.right {
    z-index: 0;
    position: absolute;
    width: 68%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e3e1de;
    background-position: center center;
    background-size: cover
}

.content .in blockquote {
    color: inherit;
    padding: 10px 20px;
    border: 2px solid #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px
}

.content .in blockquote a {
    color: #fff;
    font-size: 14px
}

#subnav {
    height: 50px;
    line-height: 50px;
    overflow: hidden
}

#subnav .blognav {
    padding: 0 20px;
    height: 50px;
    width: 100%;
    background-color: #000;
    color: #fff
}

#subnav .blognav .left {
    padding: 0
}

#subnav .blognav .left .title {
    margin: 0;
    height: 50px;
    line-height: 54px;
    font-family: Lato, serif;
    font-size: 18px
}

#subnav .blognav .right {
    padding: 0;
    text-align: right
}

#subnav .blognav .right ul {
    margin: 0;
    padding: 0
}

#subnav .blognav .right ul li {
    display: inline-block;
    margin-left: 20px
}

#subnav .blognav .right ul li a {
    display: block;
    font-size: 12px;
    color: #fff
}

#subnav .blognav .right ul li a:hover {
    text-decoration: underline
}

#subnav .blognav .right ul li:first-child {
    margin-left: 0
}

#subnav .blognav .sf-input-text {
    height: 30px;
}

#subnav .themanav {
    padding: 0 40px;
    height: 50px;
    width: 100%;
    background-color: #333;
    color: #fff
}

#subnav .themanav ul {
    margin: 0;
    padding: 0
}

#subnav .themanav ul li {
    float: left
}

#subnav .themanav ul li a {
    color: #fff;
    display: block;
    padding: 0 20px;
    border-right: 2px solid #fff
}

#subnav .themanav ul li a:hover,
#subnav .themanav ul li.active a {
    background-color: #e3e1de;
    color: #333
}

#banner {
    height: 250px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    box-shadow: inset 0 -2px 4px -4px #000;
    background-color: #008c3c
}

#banner .container {
    position: relative;
    height: 100%
}

#banner .container .tag-date {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background-color: #000;
    color: #fff
}

#banner .container .button_sub {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff
}

#banner_aandacht {
    width: 450px;
    height: 250px;
    margin: auto;
    position: relative;
    text-align: center
}

#banner_aandacht img {
    width: auto;
    max-width: 450px;
    height: auto;
    max-height: 250px;
    margin: auto
}

.row.center .button_sub {
    margin-top: 40px;
    margin-bottom: 40px
}

.container.content h2 {
    margin-top: 40px;
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

.container.content h5 {
    color: #333;
    font-family: Lato, serif
}

@media (max-width:800px) {
    .container.with_socials {
        padding-right: 40px
    }
}

.block-container {
    width: 100%;
    max-width: 1920px;
    padding: 0 5px 190px 5px;
    margin: auto
}

.limited-width {
    width: 100%;
    padding: 5px;
    max-width: 1140px;
    margin: auto
}

.searchdivider {
    border-bottom: solid 1px #ccc
}

.maxheight {
    min-height: 100%;
    padding-top: 120px
}

.entry-header a {
    color: #333
}

.entry-title {
    margin-top: 20px;
    margin-bottom: 20px
}

.navigation {
    color: #333;
    font-family: Lato, serif;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    border: none
}

.nav-links {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border: none
}

.nav-next,
.nav-previous {
    display: block;
    float: right;
    position: relative;
    cursor: pointer;
    border: none;
    text-align: center
}

.nav-next {
    float: left
}

.nav-links a {
    font-size: 14px;
    background-color: #333;
    border-radius: 0;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: font-size .2s
}

.nav-links a:hover {
    background-color: #707070
}

.block-container .block {
    padding: 5px
}

.block-container .block a {
    display: block
}

.block-container .block .inner {
    height: 360px;
    max-height: 360px;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #fff;
    color: #fff
}

.block-container .block .zoom {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

.block-container .block:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.block-container .block .inside {
    z-index: 3
}

.block-container .block .title {
    font-size: 28px
}

.block-container .block.format-icon .inside,
.block-container .block.related .inside {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.block-container .block.format-icon .inside .title,
.block-container .block.related .inside .title {
    max-width: 190px
}

.block-container .block.related .inside {
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.format-icon img {
    height: 75px
}

.block-container .block.related .inside .title {
    max-width: inherit
}

.block-container .block.format-image .inner {
    background-size: cover;
    background-position: center center
}

.block-container .block.format-image .inner .inside {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 2
}

.block-container .block.format-image .inner .inside .date-tag {
    margin: 0;
    position: absolute;
    top: -30px;
    height: 30px;
    line-height: 30px;
    background-color: #333;
    left: 0;
    padding: 0 10px
}

.block-container .block.format-image .inner .inside .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0
}

.block-container .block.format-image .inner:after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    z-index: 1
}

.block-container .block.format-image .inner:hover:after {
    opacity: .4
}

.block-container .block.format-image .inner:hover .inside .title {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

.block-container .block.format-text .inner:hover {
    text-decoration: none
}

.block-container .block.format-text .inner:hover .cta {
    text-decoration: underline
}

.block-container .block.format-text .inside {
    padding: 40px
}

.block-container .block.format-text .inside .title {
    margin-bottom: 30px
}

.block-container .block.format-text .inside p {
    margin-bottom: 20px
}

.block-container .block.format-text .inside .row.center {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 30px
}

.block-container .block.format-text .inside .row.center .cta {
    display: inline-block
}

.block-container .block.format-text:hover .zoom {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.block-container .block.format-teaser .inner {
    background-position: center center;
    background-size: cover
}

.block-container .block.format-teaser .tag-category {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: #333;
    text-transform: uppercase
}

.block-container .block.format-teaser .inside {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.block-container .block.format-teaser .inside .cta {
    margin-top: 20px
}

.block-container .block.format-socials .inside {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.block-container .block.format-socials a.social-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    margin: 0 5px 5px 5px;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

.block-container .block.format-socials a.social-item:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.block-container .block#start {
    background-color: transparent
}

.block-container .block#start .left {
    padding-right: 5px
}

.block-container .block#start .right {
    padding: 0;
    right: 5px;
    top: 5px;
    bottom: 5px;
    height: auto
}

.block-container .block#start .theme-header {
    background-repeat: no-repeat
}

.uptodate {
    padding: 0 10px;
    width: 100%
}

.uptodate .inner {
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff
}

.uptodate .inner .socials {
    padding: 0
}

.uptodate .inner .socials ul {
    margin: 0;
    padding: 0;
    text-align: left
}

.uptodate .inner .socials ul li {
    text-align: left;
    display: inline-block;
    font-size: 24px;
    font-size: 30px
}

.uptodate .inner .socials ul li:last-child {
    margin-right: 0
}

.uptodate .inner .socials ul li a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 2px solid #e3e1de;
    margin-right: 2px;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

.uptodate .inner .socials ul li a:hover {
    border-color: #000
}

.uptodate .inner .socials ul li a i {
    -webkit-transition: all, .2s;
    transition: all, .2s
}

.uptodate .inner .socials ul li a i.fa-twitter {
    color: #01bcf3
}

.uptodate .inner .socials ul li a i.fa-youtube {
    color: #fe0000
}

.uptodate .inner .socials ul li a i.fa-facebook {
    color: #3b5999
}

.uptodate .inner .socials ul li a i.fa-pinterest {
    color: #f53334
}

.uptodate .inner .socials ul li a:hover i {
    color: #000
}

.uptodate .inner .newsletter {
    padding: 0;
    text-align: center
}

.uptodate .inner .newsletter h3 {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333
}

.uptodate .inner .newsletter .subscribe {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center
}

.uptodate .inner .newsletter .subscribe input {
    float: left;
    height: 40px;
    line-height: 36px;
    border: 2px solid #e3e1de;
    vertical-align: middle;
    color: #333
}

.uptodate .inner .newsletter .subscribe input[type=text] {
    width: 300px;
    padding: 0 10px
}

.uptodate .inner .newsletter .subscribe input[type=submit] {
    background-color: #e3e1de;
    height: 40px;
    text-transform: uppercase;
    padding: 0 20px
}

#footer {
    background-color: #e3e1de;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100px;
    line-height: 100px;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
}

#footer .logo {
    position: absolute;
    left: 40px;
    top: 15%;
    height: 70%;
    width: auto
}

#footer ul {
    display: inline-block;
    padding: 0;
    margin: 0
}

#footer ul li {
    display: inline-block;
    margin-right: 40px
}

#footer ul li:last-child {
    margin-right: 0
}

#footer ul li a {
    color: gray
}

#footer ul li a.active,
#footer ul li a:hover {
    text-decoration: underline
}

.blog.container {
    position: relative
}

.terugnaaroverzicht {
    padding: 10px;
    color: #fff;
    top: 0;
    position: absolute;
    z-index: 3;
    text-decoration: none;
    background-color: #000
}

.brochures a:hover,
.terugnaaroverzicht:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none
}

.terugnaaroverzicht i {
    margin-right: 10px
}

.brochures a i {
    margin-left: 10px
}

.brochures {
    bottom: 0;
    right: 0;
    position: absolute
}

.brochures a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    float: right;
    margin-left: 10px;
    position: relative
}

.gallery {
    display: block
}

.gallery figure {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.gallery figure:last-child {
    margin-right: 0
}

@media (min-width:1401px) {
    .abovesocial .block:last-child {
        display: block
    }

    .belowsocial .block:first-child {
        display: none
    }
}

@media (max-width:1400px) {
    .abovesocial .block:last-child {
        display: none
    }

    .belowsocial .block:first-child {
        display: block
    }
}

@media (max-width:991px) {
    .wysiwyg img {
        max-width: 100%;
        height: auto
    }

    .abovesocial .block:last-child {
        display: block
    }

    .belowsocial .block:first-child {
        display: none
    }
}

@media (max-width:1280px) {
    .uptodate .inner .socials ul li a {
        width: 74px;
        height: 74px;
        line-height: 74px;
        margin-top: 13px
    }
}

@media (min-width:992px) and (max-width:1130px) {
    #menu .col.right ul.menu li {
        font-size: 20px
    }
}

@media (min-width:992px) and (max-width:1024px) {
    #menu .col.right {
        padding: 30px
    }

    #menu .col.right ul.menu {
        padding: 0 30px
    }

    #menu .col.right .socials {
        padding: 0 30px
    }

    #menu .col.right .socials ul li {
        margin-right: 25px
    }

    #start .col.left .content {
        padding: 30px 20px
    }

    .block-container .block .inner {
        height: 340px
    }

    .block-container .block.format-text .inside {
        padding: 30px
    }
}

@media (min-width:992px) and (max-width:1250px) {
    .block-container .block.format-image .inner .inside .title {
        font-size: 22px
    }
}

@media (max-width:991px) {
    body #menu-trigger {
        border-color: #000;
        right: 15px !important
    }

    body #menu-trigger:before {
        background-color: #000
    }

    body #menu-trigger:after {
        border-color: #000
    }

    body #menu-trigger.mobile_white {
        top: 15px;
        border-color: #000
    }

    body #menu-trigger.mobile_white:before {
        background-color: #000
    }

    body #menu-trigger.mobile_white:after {
        border-color: #000
    }

    body.detail #menu-trigger.mobile_white {
        border-color: #000
    }

    body.detail #menu-trigger.mobile_white:before {
        background-color: #000
    }

    body.detail #menu-trigger.mobile_white:after {
        border-color: #000
    }

    body.detail.open-menu #menu-trigger:before,
    body.detail.open-menu #menu-trigger:hover:before,
    body.open-menu #menu-trigger:before,
    body.open-menu #menu-trigger:hover:before {
        background-color: #000
    }

    body #menu-trigger:hover:before,
    body.detail #menu-trigger:hover:before {
        background-color: #000
    }

    body.detail.open-menu #menu-trigger:after,
    body.detail.open-menu #menu-trigger:hover:after,
    body.open-menu #menu-trigger:after,
    body.open-menu #menu-trigger:hover:after {
        border-color: #000
    }

    body #menu-trigger:hover,
    body #menu-trigger:hover:after,
    body.detail #menu-trigger:hover,
    body.detail #menu-trigger:hover:after {
        border-color: #000
    }

    #menu .col.left {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        transform: translate(0);
        float: left;
        height: 75%
    }

    #menu .col.left .inner ul.menu li {
        text-align: center
    }

    #menu .col.right {
        padding: 40px;
        position: absolute;
        top: auto;
        bottom: 0;
        left: auto;
        height: 25%;
        float: right
    }

    #menu .col.right,
    #menu .col.right ul.menu {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    #menu .col.right ul.menu {
        position: relative;
        top: 0;
        left: 0;
        text-align: center
    }

    #menu .col.right ul.menu li {
        display: inline-block;
        margin-left: 20px
    }

    #menu .col.right ul.menu li:first-child {
        margin-left: 0
    }

    #subnav,
    #subnav .blognav,
    #subnav .themanav {
        height: auto
    }

    #subnav .themanav {
        padding: 0 10px
    }

    #subnav .themanav ul li {
        float: none;
        display: inline-block
    }

    #subnav .themanav ul li a {
        padding: 0 15px;
        border: none
    }

    #subnav .blognav .col {
        float: none
    }

    #subnav .blognav .left,
    #subnav .blognav .right {
        text-align: center
    }

    #menu .col.right .socials {
        padding: 0;
        position: relative;
        bottom: auto;
        top: 0
    }

    #start .col.left,
    #start .logo_overlay {
        padding-right: 0
    }

    #start .col.left .logo-container,
    #start .logo_overlay .logo-container {
        width: 100%;
        background-color: #fff
    }

    #start .col.left .logo,
    #start .logo_overlay .logo {
        padding: 20px 0;
        height: 100px;
        width: auto
    }

    #start .col.left .content {
        margin-top: 400px
    }

    #start .col.left .content .caret {
        left: 50%;
        right: auto;
        margin-left: -30px;
        margin-top: 0;
        top: -30px
    }

    #start .col.right {
        position: absolute;
        left: 0;
        top: 100px;
        right: auto;
        width: 100%;
        height: 400px
    }

    .block-container .block .title {
        font-size: 20px
    }

    .block-container .block#start .left {
        padding-right: 0
    }

    .block-container .block#start .right {
        left: 5px;
        right: 5px;
        bottom: 5px;
        width: auto;
        height: 400px
    }

    .uptodate .inner .socials {
        margin: 20px 0
    }

    .uptodate .inner .socials ul {
        text-align: center
    }

    .uptodate .inner .socials ul li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .uptodate .inner .newsletter {
        padding: 0;
        margin-bottom: 20px
    }

    .uptodate .inner .newsletter h3 {
        height: auto;
        line-height: 1.5;
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px
    }

    .uptodate .inner .newsletter .subscribe {
        height: auto;
        line-height: 1.5
    }

    .uptodate .inner .newsletter .subscribe input[type=submit],
    .uptodate .inner .newsletter .subscribe input[type=text] {
        width: 100%
    }

    #footer {
        text-align: right
    }

    #footer .logo {
        left: 10px
    }

    #footer ul {
        margin-right: 10px
    }
}

@media (max-width:767px) {
    #socials_side a {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    body.open-menu {
        overflow: hidden
    }

    body.detail #menu-trigger {
        top: 30px
    }

    #topmenubar {
        top: 30px
    }

    #start {
        margin-top: 0
    }

    body.detail {
        padding-top: 100px
    }

    #menu {
        background-color: #fff;
        overflow: auto
    }

    #page-container {
        padding-top: 0;
    }

    #menu .col.left {
        height: auto;
        position: relative
    }

    #menu .col.left .inner .header {
        padding: 0 15px 0 15px
    }

    #menu .col.left .inner ul.menu {
        margin-bottom: 30px
    }

    #menu .col.left .inner ul.menu li:nth-child(even),
    #menu .col.left .inner ul.menu li:nth-child(odd) {
        padding: 20px;
        height: 70px;
        line-height: 1
    }

    #menu .col.right {
        padding: 20px;
        height: auto;
        position: relative;
        top: 0;
        bottom: auto
    }

    #menu .col.right ul.menu li {
        font-size: 16px;
        margin-left: 10px
    }

    #header {
        height: auto;
        min-height: 70px
    }

    #header a.logo-container {
        display: inline-block;
        height: 60px;
        margin-top: 20px;
        float: left;
        width: 114px
    }

    #header .logo {
        height: 100%;
        width: 100%
    }

    #header .title {
        display: none;
        height: auto;
        line-height: 60px;
        min-height: 60px;
        margin: 20px 0;
        font-size: 18px;
        z-index: 3;
        margin-right: 65px;
        padding-left: 10px
    }

    #homeseperator {
        margin-top: 70px
    }

    #start .col.left .content {
        margin-top: 400px;
        padding: 30px 20px
    }

    #start .col.right,
    .block-container .block#start .right {
        height: 400px
    }

    #start .col.left .content .caret {
        height: 30px;
        width: 30px;
        margin-left: -15px;
        top: -15px
    }

    #banner {
        height: 220px
    }

    #banner_aandacht {
        width: 400px;
        height: 220px
    }

    #banner_aandacht img {
        max-width: 400px;
        max-height: 220px
    }

    .block-container .block.format-socials .inner {
        height: 160px
    }

    .block-container .block.format-socials .inner .inside {
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .block-container .block.format-socials .inner a.social-item {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 21px
    }

    #footer {
        height: auto;
        line-height: 1;
        text-align: center
    }

    #footer .logo {
        display: none
    }

    #footer ul,
    #footer ul li {
        padding: 20px;
        text-align: center
    }

    #footer ul li {
        margin-right: 0;
        display: inline-block
    }
}

@media (max-width:700px) {
    #start .col.left .content {
        margin-top: 330px
    }

    #start .col.right,
    .block-container .block#start .right {
        height: 330px
    }
}

@media (max-width:600px) {
    #start .col.left .content {
        margin-top: 290px
    }

    #start .col.right,
    .block-container .block#start .right {
        height: 290px
    }
}

@media (max-width:500px) {
    #start .col.left .content {
        margin-top: 250px
    }

    #start .col.right,
    .block-container .block#start .right {
        height: 250px
    }
}

@media (max-width:1750px) {
    .block-container .block .inner {
        height: 390px;
        max-height: 390px
    }
}

@media (max-width:1600px) {
    .block-container .block .inner {
        height: 385px;
        max-height: 385px
    }
}

@media (max-width:1500px) {
    .block-container .block .inner {
        height: 330px;
        max-height: 330px
    }
}

@media (max-width:1450px) {
    .block-container .block .inner {
        height: 300px;
        max-height: 300px
    }
}

@media (max-width:1250px) {
    .block-container .block .inner {
        height: 365px;
        max-height: 365px
    }
}

@media (max-width:1200px) {
    .block-container .block .inner {
        height: 350px;
        max-height: 350px
    }
}

@media (max-width:1170px) {
    .block-container .block .inner {
        height: 340px;
        max-height: 340px
    }
}

@media (max-width:1100px) {
    .block-container .block .inner {
        height: 250px;
        max-height: 250px
    }
}

@media (max-width:1024px) {
    .block-container .block .inner {
        height: 300px;
        max-height: 300px
    }
}

@media (max-width:991px) {
    .block-container .block .inner {
        height: 440px;
        max-height: 440px
    }
}

@media (max-width:930px) {
    .block-container .block .inner {
        height: 415px;
        max-height: 415px
    }
}

@media (max-width:880px) {
    .block-container .block .inner {
        height: 390px;
        max-height: 390px
    }
}

@media (max-width:830px) {
    .block-container .block .inner {
        height: 370px;
        max-height: 370px
    }
}

@media (max-width:780px) {
    .block-container .block .inner {
        height: 345px;
        max-height: 345px
    }
}

@media (max-width:500px) {
    .block-container .block .inner {
        height: 440px;
        max-height: 440px
    }
}

@media (max-width:450px) {
    .block-container .block .inner {
        height: 395px;
        max-height: 395px
    }
}

@media (max-width:400px) {
    .block-container .block .inner {
        height: 350px;
        max-height: 350px
    }
}

@media (max-width:350px) {
    .block-container .block .inner {
        height: 305px;
        max-height: 305px
    }
}

.cc_banner-wrapper .cc_container {
    font-family: ubuntulight, Arial, “Helvetica Neue”, Helvetica, sans-serif;
    border: none;
    color: #424a5f;
    font-size: 14px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2)
}

.cc_banner-wrapper .cc_container a,
.cc_banner-wrapper .cc_container a:visited {
    color: #424a5f;
    text-decoration: underline
}

.cc_banner-wrapper .cc_container a:hover,
.cc_banner-wrapper .cc_container a:visited:hover {
    text-decoration: none
}

.cc_banner-wrapper .cc_container .cc_btn {
    font-size: 14px;
    background-color: #333;
    border-radius: 0;
    color: #fff;
    width: auto;
    max-width: inherit;
    padding: 10px 15px;
    padding-right: 40px;
    text-decoration: none;
    position: relative
}

.cc_banner-wrapper .cc_container .cc_btn:after {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    height: 12px;
    line-height: 12px;
    width: auto;
    right: 15px;
    top: 50%;
    margin-top: -6px
}

.cc_banner-wrapper .cc_container .cc_btn:hover {
    text-decoration: none;
    background-color: #424a5f;
    color: #fff
}

.cc_banner-wrapper .cc_container .cc_message {
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding-top: 10px
}

table.cookielawinfo-classic {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333
}

table.cookielawinfo-classic thead tr th {
    text-transform: uppercase;
    background: #e2e2e2
}

table.cookielawinfo-classic tfoot tr td,
table.cookielawinfo-classic tfoot tr th {
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}

table.cookielawinfo-classic tfoot tr th {
    width: 20%
}

table.cookielawinfo-classic tfoot tr td {
    width: 80%
}

table.cookielawinfo-classic td,
table.cookielawinfo-classic th {
    float: none !important;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    line-height: 1.8em;
    font-size: .8em;
    vertical-align: top;
    width: 20%
}

table.cookielawinfo-classic tr.odd td,
table.cookielawinfo-classic tr.odd th {
    background: #efefef
}

.btn {
    font-size: 16px;
    margin: 0;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0 16px;
    font-weight: 700;
    border-radius: 0;
    color: #fff;
    background-color: #000;
    border: 0;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333
}

.aligncenter {
    display: block;
    margin: auto
}

.alignfull {
    margin: 2rem calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 1000% !important
}

.alignwide {
    margin: 2rem calc(25% - 25vw) !important;
    max-width: 1000% !important
}

.wp-block-cover,
.wp-block-cover-image {
    width: auto !important
}

.alignfull img,
.alignwide img {
    display: block;
    margin: 0 auto
}
/*
.wp-block-image.size-large img {
    max-width: none;
}*/


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

.wp-block-button__link {
    border-radius: 0 !important
}

.wp-block-table img {
    height: auto !important;
}

@media print {

    #banner,
    #footer,
    #header,
    #menu,
    #menu-trigger,
    #nav,
    #socials_side,
    #topmenubar {
        display: none !important
    }

    .terugnaaroverzicht {
        display: none !important
    }

    .block-container {
        display: none !important
    }

    .mailerlite-container {
        display: none !important
    }

    @page {
        size: auto;
        margin: 3mm 3mm 3mm 3mm;
        padding: 10mm 0 10mm 0
    }

    html {
        background-color: #fff;
        margin: 0
    }

    body {
        margin: 10mm 10mm 10mm 10mm !important;
        padding: 0 !important;
        color: #000;
        background-color: #fff
    }

    body.detail {
        margin: 10mm 10mm 10mm 10mm !important;
        padding: 0 !important;
        color: #000;
        background-color: #fff
    }

    a[href]:after {
        content: none !important
    }

    @media only screen and (min-width:768px) {
        .alignfull {
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            width: 100vw;
            max-width: 1000%
        }

        .alignwide {
            margin-left: calc(25% - 25vw);
            margin-right: calc(25% - 25vw);
            width: 100vw;
            max-width: 1000%
        }

        .alignfull img,
        .alignwide img {
            display: block;
            margin: 0 auto
        }
    }
}

blockquote {
    margin: 1em;
    border-left: none;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: inherit
}

blockquote,
q {
    quotes: none
}

.wp-block-quote {
    border-left: 4px solid #000;
    margin: 20px 0;
    padding-left: 1em
}

.wp-block-quote {
    margin: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none;
    margin: 0;
    padding: 0 1em
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

td,
th {
    padding: 10px 10px 10px 10px;
    line-height: 1.9
}

.wp-block-embed-youtube {
    text-align: center
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin-top: 40px;
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

.wysiwyg h1 {
    margin-bottom: 30px
}

.wysiwyg h2 {
    margin-top: 40px;
    margin-bottom: 20px
}

.wysiwyg h3 {
    margin-bottom: 20px;
    margin-top: 40px
}

.wysiwyg iframe {
    max-width: 100% !important
}

.wysiwyg p,
.wysiwyg ul,
.wysiwyg ul li {
    color: #333;
    line-height: 1.9
}

.wysiwyg p {
    margin-bottom: 20px
}

.wysiwyg ul {
    margin: 0;
    padding: 0 0 0 40px;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 20px;
    word-break: break-word
}

.wysiwyg ul ul {
    padding-left: 20px
}

.wysiwyg em {
    font-style: italic
}

.wysiwyg ol {
    list-style-type: decimal
}

.wysiwyg img {
    margin-right: 10px;
    height: auto;
}

.iconimage {
    height: 75px
}

.has-black-color {
    color: #000 !important
}

.has-white-color {
    color: #fff !important
}

.has-red-color {
    color: #e30613 !important
}

.has-yellow-color {
    color: #fdc300 !important
}

.has-pink-color {
    color: #f7bfd9 !important
}

.has-lightblue-color {
    color: #00afd3 !important
}

.has-darkblue-color {
    color: #0069b4 !important
}

.has-lightgreen-color {
    color: #76b82a !important
}

.has-darkgreen-color {
    color: #008c3c !important
}

.has-black-background-color {
    background-color: #000 !important
}

.has-white-background-color {
    background-color: #fff !important
}

.has-red-background-color {
    background-color: #e30613 !important
}

.has-yellow-background-color {
    background-color: #fdc300 !important
}

.has-pink-background-color {
    background-color: #f7bfd9 !important
}

.has-lightblue-background-color {
    background-color: #00afd3 !important
}

.has-darkblue-background-color {
    background-color: #0069b4 !important
}

.has-lightgreen-background-color {
    background-color: #76b82a !important
}

.has-darkgreen-background-color {
    background-color: #008c3c !important
}

p.has-background {
    margin-bottom: 0
}

.wp-block-column {
    margin-bottom: 0 !important
}

.bib_image img {
    height: 270px;
    width: auto;
    padding-top: 10px
}

.bib-boek-gegevens-doos {
    margin-right: -15px;
    margin-left: -15px
}

.bib-boek-kaft {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%
}

.bib-boek-kaft img {
    width: 100%;
    height: auto
}

.bib-boek-details {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%
}

.bib-boek-details a {
    font-weight: 700
}

.bib-block-text {
    clear: both;
    padding-top: 25px
}

.bib-boek-gegevens-doos span {
    font-size: 16px;
    line-height: 18px
}

.button_sub .fa-circle {
    margin-right: 5px;
    margin-left: 0;
    font-size: 14px;
    padding: 0
}

.paginationbar {
    font-family: Lato, serif;
    font-size: 14px;
    color: #333;
    border: none;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.page-numbers {
    font-size: 14px;
    background-color: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: font-size .2s;
    margin: 0 10px
}

.pods-pagination-paginate a {
    text-decoration: none;
    color: #fff
}

.page-numbers:hover {
    background-color: #333
}

.pods-pagination-advanced a {
    text-decoration: none;
    color: #fff
}

.pods-pagination-number {
    font-size: 14px;
    background-color: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: font-size .2s
}

.pods-pagination-number:hover {
    background-color: #333
}

.adres {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%
}

.adreskaart {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%
}

#search-filter-form-18748 select {
    color: #000
}

.searchandfilter ul li {
    padding: 0 !important
}

.format-image img {
    display: block;
    margin: auto
}

.pagination {
    clear: both;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    float: none;
    display: table;
    margin: 15px auto
}

.pagination a,
.pagination span {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #000;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.pagination a:hover {
    color: #fff;
    background: #008c3c
}

.pagination .current {
    background: #76b82a;
    color: #fff
}

.wpcf7-submit {
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 0 16px;
    line-height: 40px
}


.woocommerce-store-notice,
p.demo_store {
    background-color: #00afd3 !important;
}

/* MINI CART CORRECTIONS */

.xoo-wsc-img-col img {
    max-height: 90px;
    margin-left: 0 !important;
    width: auto;
}

.xoo-wsc-img-col {
    object-fit: cover;
}

/*DONATION FORM CSS START */
.steun-ons-form {
    margin-bottom: 50px;
}

.steun-ons-form ul {
    padding: 0;
    margin: 0;
}

.steun-ons-form ul li {
    display: inline-block;
}

.steun-ons-form label {}

.steun-ons-form_bedrag li {
    display: inline-block;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    margin-right: 12px;
    background-color: #76b82a;
    /*border-radius: 3px;
width: 18%;*/
    text-align: center;
    overflow-wrap: break-word;

}

.steun-ons-form_bedrag {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    text-align: center;
    overflow-wrap: break-word;
}

.steun-ons-form_bedrag label {
    padding: 14px 12px;
    display: block;
    position: relative;
    margin: 0;
}

.steun-ons-form_bedrag input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: calc(100% + 4px);
    top: 0;
    left: 0;
    position: absolute;
    border: 0;
    margin: 0;
    outline: 0;
}

.steun-ons-form_bedrag label:focus-within {
    background-color: #008c3c;
    color: #fff;
}

.steun-ons-form_bedrag label:hover {
    background-color: #008c3c;
    color: #fff;
}

.steun-ons-form_bedrag input[type="radio"]:focus+label {}

.steun-ons-form_bedrag input[type="radio"]:checked+label {
    background-color: #008c3c;
    color: #fff;

}

.steun-ons-form_info {
    width: 100%;
    line-height: 24px;
    font-style: italic;

}

.steun-ons-form_text-input {}

.steun-ons-form_betaalmethode {}

.steun-ons-form_betaalmethode input {}


.steun-ons-form_betaalmethode label {
    display: none;
}


ul.steun-ons-form_betaalmethode {
    padding: 0;
}

.steun-ons-form_betaalmethode {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    text-align: center;
    overflow-wrap: break-word;
    padding: 0;
}

.steun-ons-form_betaalmethode li {
    display: inline-block !important;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    margin: auto;
    /*background-color: #76b82a;*/
    border: solid 1px rgba(0, 0, 0, .12);
    /*border-radius: 3px;*/
    text-align: center;
    overflow-wrap: break-word;
    width: 25%;
    /*height:250px;*/
}

.steun-ons-form_betaalmethode li img {
    width: 120px;
    height: 120px;
    margin: 0;
}

.steun-ons-form_betaalmethode label {
    padding: 14px 12px;
    display: block;
    position: relative;
    margin: 0;
}

.steun-ons-form_betaalmethode input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: calc(100% + 4px);
    /*height:250px;*/
    top: 0;
    left: 0;
    position: absolute;
    border: 0;
    margin: 0;
    outline: 0;
}

.steun-ons-form_betaalmethode label:focus-within {
    background-color: #008c3c;
    color: #fff;
}

.steun-ons-form_betaalmethode label:hover {
    background-color: #008c3c;
    color: #fff;
}

.steun-ons-form_betaalmethode input[type="radio"]:focus+label {
    background-color: #008c3c;
    color: #fff;
}

.steun-ons-form_betaalmethode input[type="radio"]:checked+label {
    background-color: #008c3c;
    color: #fff;

}

.steun-ons-form_knop {
    width: 100%;
    border: 0;
    background-color: #008c3c;
    color: #fff;
    padding: 0 16px;
    line-height: 40px;
    font-weight: 600;
}



@media (max-width:500px) {
    .steun-ons-form_bedrag li {
        width: 100%;
        margin: 5px 0;
    }

    .steun-ons-form_betaalmethode li {
        width: 100%;
        margin: 5px 0;
    }
}

/*DONATION FORM CSS END */

/*TICKET FORM CSS START */
.ticket-form {
    margin-bottom: 5px;
    transition: all 0.2s ease 0s;
}

.ticket-form ul {
    padding: 0;
    margin: 0;
}

.ticket-form ul li {
    display: inline-block;
}

.ticket-form label {
    width: 100%;
}

.ticket-form_bedrag li {
    display: inline-block;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    margin-right: 12px;
    background-color: #00afd3;
    /*border-radius: 3px;
    width: 18%;*/
    text-align: center;
    overflow-wrap: break-word;

}

.ticket-form_bedrag {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    text-align: center;
    overflow-wrap: break-word;
}

.ticket-form_bedrag label {
    padding: 14px 12px;
    display: block;
    position: relative;
    margin: 0;
    border: solid 1px #fff;
    background-color: #00b2d2;
}

.ticket-form_bedrag input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: calc(100% + 4px);
    top: 0;
    left: 0;
    position: absolute;
    border: 0;
    margin: 0;
    outline: 0;
}

.ticket-form_bedrag label:focus-within {
    background-color: #0069b4;
    color: #fff;
}

.ticket-form_bedrag label:hover {
    background-color: #0069b4;
    color: #fff;
}

.ticket-form_bedrag label span:hover {
    background-color: #0069b4;
    color: #fff;
}


span.ticket-form_bedrag span {
    display: inline-block !important;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    width: 90%;
    margin: 0 1em;

}

.ticket-form_bedrag input[type="radio"]:focus+label {
    background-color: #0069b4;
    color: #fff;
}

.ticket-form_bedrag input[type="radio"]:checked+label {
    background-color: #0069b4;
    color: #fff;
}

.ticket-form_bedrag input[type="radio"]:focus+label {
    background-color: #0069b4;
    color: #fff;
}

.ticket-form_bedrag input[type="radio"]:checked+label {
    background-color: #0069b4;
    color: #fff;
}

span.ticket-form_bedrag span span:hover {
    color: #fff;
}

.ticket-form_info {
    width: 100%;
    line-height: 24px;
    font-style: italic;

}

.ticket-form_text-input {
    width: 100%
}

.ticket-form_betaalmethode {}

span.ticket-form_betaalmethode span {
    display: inline-block !important;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    margin: 0;
    width: 100%;
}

.ticket-form_betaalmethode input {}


.ticket-form_betaalmethode label {
    display: none;
}


ul.ticket-form_betaalmethode {
    padding: 0;
}

.ticket-form_betaalmethode {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    text-align: center;
    overflow-wrap: break-word;
    padding: 0;
}

.ticket-form_betaalmethode li {
    display: inline-block !important;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    margin: auto;
    /*background-color: #00afd3;*/
    border: solid 1px rgba(0, 0, 0, .12);
    /*border-radius: 3px;*/
    text-align: center;
    overflow-wrap: break-word;
    width: 25%;
    /*height:250px;*/
}

.ticket-form_betaalmethode li img {
    width: 120px;
    height: 120px;
    margin: 0;
}

.ticket-form_betaalmethode label {
    padding: 24px 12px;
    display: block;
    position: relative;
    margin: 0;
    border: solid 1px rgba(0, 0, 0, .12);
    /*border-radius: 3px;*/
}

.ticket-form_betaalmethode input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: calc(100% + 4px);
    /*height:250px;*/
    top: 0;
    left: 0;
    position: absolute;
    border: 0;
    margin: 0;
    outline: 0;
}

.ticket-form_betaalmethode label:focus-within {
    background-color: #008c3c;
    color: #fff;
}

.ticket-form_betaalmethode label:hover {
    background-color: #008c3c;
    color: #fff;
}

.ticket-form_betaalmethode input[type="radio"]:focus+label {
    background-color: #008c3c;
    color: #fff;
}

.ticket-form_betaalmethode input[type="radio"]:checked+label {
    background-color: #008c3c;
    color: #fff;

}

.ticket-form_knop {
    width: 100%;
    border: 0;
    background-color: #0069b4;
    color: #fff;
    padding: 0 16px;
    line-height: 40px;
    font-weight: 600;
}

.ticket-form .andere_donation_amount {
    margin: auto;
    width: 50%;
    display: block;
}

.andere_donation_amount input {
    padding: 0.675em;
}


@media (max-width:500px) {
    .ticket-form_bedrag li {
        width: 100%;
        margin: 5px 0;
    }

    .ticket-form_betaalmethode li {
        width: 100%;
        margin: 5px 0;
    }
}

/*DONATION FORM CSS END */


/*FAQ*/

.schema-faq.wp-block-yoast-faq-block {
    padding: 0;
    /*border: 1px solid #f4f4f4;
    background-color: #008c3c;*/

}

strong.schema-faq-question {
    cursor: pointer;
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #008c3c;
}

p.schema-faq-answer {
    color: #000;
    background: #f7f7f7;
    display: none;
    padding: 20px 20px;
    margin: 0;
}

strong.schema-faq-question:before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.2s ease 0s;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    content: "\f055";
    font-family: 'FontAwesome';
    margin-right: 20px;
}

strong.schema-faq-question.active:before {
    content: "\f056";
}


/*DONATION V2.0 */

#ticket-form {}

#ticket-form label {
    display: block;
}

.donate-bar {
    padding: 10px 23px;
}

.donate-bar>div:first-child {
    font-weight: bold;
    border-right: 1px dotted #2a4f76;
    margin-top: 19px;
    font-size: 25px;
    padding: 0;
}

ul.donate-buttons {
    list-style-type: none;
    margin: 0;
}

.donate-buttons>li>a {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 10px 3px;
}

.btn-dblue-anders,
.btn-dblue {
    font-weight: bold;
    background-color: #0069b4;
    color: #fff;
    border: 0;
    padding: 0;
    width: 100px;
    height: 70px;
    margin-top: 8px;
}

#anders-input {
    display: none;
}

#anders-input input {
    position: relative;
    font-weight: bold;
    background-color: #fff;
    color: #0069b4;
    border: 0;
    border: 5px solid #0069b4;
    padding: 0 0 0 27px;
    width: 100px;
    height: 70px;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#anders-input span {
    font-family: inherit;
    font-weight: bold;
    color: #0069b4;
    position: absolute;
    padding: 17px 17px;
    z-index: 10;
    pointer-events: none;
}

.invloed {
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    padding: 0 0 0 40px;
    clear: both;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.donate-buttons .active {
    background-color: #00b2d2;
}

.donate-buttons:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.donate-buttons li:last-child {
    font-size: 17px;
    line-height: 37px;
    padding-top: 18px;
}


/*END DONATION 2.0 */


input#form_31385_field_6,
input#form_31385_field_7,
input#form_31385_field_8,
input#form_31385_field_9,
input#form_31385_field_10,
label[for="form_31385_field_6"],
label[for="form_31385_field_7"],
label[for="form_31385_field_8"],
label[for="form_31385_field_9"],
label[for="form_31385_field_10"] {
    display: none;
}


.hide_field {
    display: none;
}


/*
** New ticket form
*/

.gift-radio {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

.gift-radio li {
    float: left;
    margin: 0 5px 0 0;
    width: 25%;
    height: 70px;
    position: relative;
}

.gift-radio label,
.gift-radio input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gift-radio input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.gift-radio input[type="radio"]:checked+label,
.Checked+label {
    background: #00afd3;
}

.gift-radio label {
    background: #036ab4;
    color: #fff;
    font-size: 17px !important;
    font-weight: bold;
    line-height: 70px !important;
    text-align: center;
    padding: 5px;
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 90;
}

.gift-radio label:hover {
    background: #00afd3;
}

.gift-radio input[type="text"] {
    position: relative;
    font-weight: bold;
    text-align: center;
    background-color: #036ab4;
    color: #fff;
    padding: 0 0 0 27px;
    width: 100% !important;
    height: 70px;
    margin: 0 !important;
}

.gift-radio input[type="text"]:focus {
    position: relative;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    color: #036ab4;
    border: 5px solid #036ab4;
    padding: 0 0 0 27px;
    height: 70px;
    margin: 0;
}

.ticket-formulier {
    padding: 10px 10px 10px 20px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.07);
}

.ticket-formulier input {
    height: 50px;
}

.ticket-formulier .button {
    background-color: #036ab4;
    color: #fff;
    width: 100% !important;
    height: 60px;
    line-height: 60px !important;
    font-weight: 600;
    border: 0;
    padding: 0 16px;
}

.ticket-formulier select {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
}

.ticket-prijs {
    padding: 10px 0;
}

.ticket-prijs label {
    margin-top: 20px;
}

.ticket-formulier .ticket-prijs .ginput_product_price {
    color: #036ab4;
    font-weight: 600;
    font-size: 16px;
}

.totaal-ticket-en-gift {
    border-top: 1px solid #ccc;
}

.totaal-ticket-en-gift label {
    margin-top: 20px;
}

.ticket-formulier .totaal-ticket-en-gift .ginput_product_price {
    color: #028c45;
    font-weight: 600;
    font-size: 16px;
}

.ticket-formulier .totaal-ticket-en-gift .ginput_product_price_label {
    display: none;
}

.ticket-betaalmethode {
    border-top: 1px solid #ccc;
}

.ticket-betaalmethode label {
    margin-top: 20px;
}

.toggle-checkbox {
    border-top: 1px solid #ccc;
}

.toggle-checkbox label {
    margin-top: 20px;
}

.gform_wrapper .toggle-checkbox .gfield_checkbox input[type=checkbox] {
    margin-left: -9999px;
    position: absolute;
    visibility: hidden;
}

.gform_wrapper .toggle-checkbox .gfield_checkbox input[type=checkbox]+label {
    background-color: #ddd;
    border-radius: 60px;
    cursor: pointer;
    display: block;
    padding: 4px;
    outline: none;
    position: relative;
    transition: background 0.4s;
    user-select: none;
    width: 64px;
    height: 32px;
}

.gform_wrapper .toggle-checkbox .gfield_checkbox input[type=checkbox]+label::before,
.gform_wrapper .toggle-checkbox .gfield_checkbox input[type=checkbox]+label::after {
    content: '';
    display: block;
    position: absolute;
}

.gform_wrapper .toggle-checkbox .gfield_checkbox input[type=checkbox]+label::before {
    background-color: #ddd;
    border-radius: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background 0.4s;
}

.gform_wrapper .toggle-checkbox .gfield_checkbox input[type=checkbox]+label::after {
    background-color: #fff;
    border-radius: 60px;
    color: #fff;
    line-height: 24px;
    top: 4px;
    bottom: 4px;
    left: 4px;
    width: 24px;
    text-align: center;
    transition: margin 0.4s, background 0.4s;
}

.gform_wrapper .toggle-checkbox .gfield_checkbox input[type=checkbox]:checked+label {
    background-color: #76b82a;
}

.gform_wrapper .toggle-checkbox .gfield_checkbox input[type=checkbox]:checked+label::before {
    background-color: #76b82a;
}

.gform_wrapper .toggle-checkbox .gfield_checkbox input[type=checkbox]:checked+label::after {
    background-color: #fff;
    color: #76b82a;
    margin-left: 32px;
}

.addborder {
    border: solid 1px #ccc;
}

.activiteit_keuzes label {
    font-size: 15px !important;
    padding-left: 10px !important;
    margin-top: 6px !important;
}

.activiteit_keuzes .gfield_checkbox input[type=checkbox] {
    height: 16px;
    width: 16px;
    margin-top: 0;
}

.error_notice {
    margin-right: 16px;
    padding: 20px 15px 20px 15px !important;
    background-color: #fbc311;
    font-weight: 700;

}


.formulier_notificatie {
    margin-right: 16px;
    padding-top: 20px !important;
    border-top: 1px solid #cccccc;
    font-style: italic;
}