/*
 Theme Name:	DSG WEB
 Theme URI:
 Description:	DSG WEB Theme
 Author:	DSG WEB
 Theme URI:	http://www.dsgweb.nl
 Template:	nisarg
 Version:	1.0.0
*/
@import url("../nisarg/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
.whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    border: 1px solid #25d366;
    transition: all .2s ease-in-out;
    animation: pulse-green 2s infinite;
    -webkit-animation: pulse-green 2s infinite;
    display: block;
    z-index:99999;
}

.wp-block-columns.is-not-stacked-on-mobile img {
    margin: 5px 0;
}

.tabs-nav .tab-title .tab-title-text {
    position: relative;
    z-index: 99;
}

@keyframes pulse-green{
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(37, 211, 102);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.whatsapp:before {
    content: "\f232";
    font-family: 'fontawesome' !important;
    font-size: 30px;
    color: #fff;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.wp-block-icgb-image-compare img {
    object-fit: cover;
    width: 100%;
}

.icv__wrapper img {
    width: auto;
    height: 100%;
    max-width: unset;
}

.wp-block-icgb-image-compare {
    border-radius: 15px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
    background: #fff;
}

.mega-toggle-block{
    z-index: 2;
}

div#mega-menu-wrap-primary {
    position: absolute;
    right: 15px;
    bottom: 0;
}

#navigation_menu{
    position: relative;
}

.button-bar {
    text-align: right;
    width: calc(100% - 120px);
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-btn a {
    display: inline-block !important;
    width: auto;
    padding: 0 26px;
    font-size: 16px;
    height: 36px;
    margin: auto 0;
    background: #BDAC90!important;
    line-height: 35px;
    border-radius: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-btn a:hover {
    background: #BDAC90;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a{
    font-family: "Roboto", serif;
    font-weight: 400!important;
    text-transform: uppercase!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    position: relative;
}

html{
    overflow-x: hidden;
}

.post-content{
    background: transparent;
}

body {
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html #wpadminbar {
    position: fixed;
}

.post-content, .single-post-content, .post-comments, .comments-area, #secondary .widget {
    box-shadow: none;
}

#breadcrumbs {
    font-size: 12px;
    color: #aaa;
}

.entry-title {
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #00A99D;
    text-transform: none;
    text-align: left;
    overflow: visible;
    margin: 5px 0 15px;
}

.entry-header, .entry-content, .entry-summary, .entry-footer {
    padding: 0;
    text-align: left;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    text-transform: none;
    font-weight: 400;
}

h1 {
    font-size: 55px;
    color: #333;
    position: relative;
}

h1 div {
    position: absolute;
    font-family: 'Great Vibes';
    font-size: 74px;
    color: #E9E3DD;
    bottom: -5px;
    opacity: 0.1;
    left: 0%;
    transform: translateX(-0%);
    z-index: -1;
    white-space: nowrap;
}

h2 {
    font-size: 45px;
    position: relative;
    color: #231F20;
    padding-top: 45px;
    z-index: 1;
}

h2.has-text-align-center div{
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    white-space: nowrap;
    line-height: 86px;
}

h2 div {
    position: absolute;
    font-family: 'Great Vibes';
    font-size: 86px;
    line-height: 77px;
    color: #E9E3DD;
    bottom: -5px;
    left: 0%;
    transform: translateX(-0%);
    z-index: -1;
    white-space: normal;
    pointer-events: none;
}

.wp-block-cover h2 div{
    opacity: 0.1;
}

img.bg {
    width: 100vw;
    max-width: unset;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 31% 0, 31% 23%, 100% 23%, 100% 100%, 0 100%);
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
    z-index: -1;
    top: 0;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

body, button, input, select, textarea {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 28px;
}

input, select, textarea{
    background: #ededed;
    color: #333;
    border: 0;
    border-radius: 3px;
}

.entry-summary, .entry-content{
    color: #333;
}

a.btn .fa {
    color: white;
    font-weight: 400;
}

.entry-content a,
#secondary .widget a {
    color: #c4b095;
    font-weight: 600;
    font-size: 18px;
}

.entry-content a:hover,
#secondary aside.widget a:hover {
    color: #666;
}

.navbar .contact-bar span a,
footer#colophon a {
    color: white;
}

.navbar .contact-bar span a:active,
.entry-title a:active,
h2.entry-title a:active,
footer#colophon a:active,
footer#colophon a:active .fa,
.navbar .contact-bar span a:focus,
.entry-title a:focus,
h2.entry-title a:focus,
footer#colophon a:focus,
footer#colophon a:focus .fa,
.navbar .contact-bar span a:hover,
.entry-title a:hover,
h2.entry-title a:hover,
footer#colophon a:hover,
footer#colophon a:hover .fa {
    color: #333;
    text-decoration: underline;
}

button:not(.CybotCookiebotDialogBodyButton),
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.btn,
a.btn:visited,
div.news-block .read-more {
    display: inline-block !important;
    width: auto;
    padding: 0 26px;
    font-size: 16px;
    height: 36px;
    margin: auto 0;
    background: #BDAC90;
    line-height: 35px;
    border-radius: 20px;
    color: #fff;
}

button:active,
button:focus,
button:hover,
html input[type="button"]:active,
html input[type="button"]:focus,
html input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
a.btn:active,
a.btn:focus,
a.btn:hover,
div.news-block .read-more:active,
div.news-block .read-more:focus,
div.news-block .read-more:hover {
    border: 0;
    color: white;
}

button.search-submit {
    margin: 0;
}

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=image],
.gform_wrapper form .gform_footer input[type=submit] {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 3px;
}

a.btn-default:hover,
a.btn-default:focus {
    border: 0;
}

section.error-404 {
    margin-bottom: 60px;
}

input[type="search"].search-field {
    width: calc(100% - 35px);
}

button.search-submit {
    border-radius: 0 3px 3px 0;
    width: 35px;
}

.search-submit:before {
    line-height: 35px;
}

div.youtube-supercontainer {
    position: relative;
}

div.youtube-supercontainer div.youtube-container {
    position: relative;
    height: 0;
    padding-top: 65%;
}

div.youtube-supercontainer div.youtube-container > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

/* Header
=========================================== */

#masthead {
    margin-bottom: 45px;
    position: relative;
}

#spacer {
    display: none;
}

.navbar {
    width: 100%;
    box-shadow: none;
    margin: 0;
}

.navbar .contact-bar {
    background: #BE3F47;
    width: 100%;
    z-index: 20000;
}

.navbar .contact-bar > div {
    padding: 5px 15px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navbar .contact-bar .fa,
.navbar .contact-bar span {
    color: white;
    text-transform: none;
}

.navbar .contact-bar span {
    line-height: 30px;
    display: inline-block;
}

.navbar .contact-bar span:not(:last-child) {
    margin-right: 50px;
}

.navbar .contact-bar a {
    text-decoration: underline;
}

.navbar .contact-bar button,
.navbar .contact-bar input {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    border-radius: 0;
    border: 0;
    margin: 4px 0;
}

.navbar .contact-bar .widget .search-submit:before {
    line-height: 26px;
}

.navbar-header {
    height: 110px;
    position: relative;
    float: none;
}

.navbar-default {
    background: transparent;
    border-bottom: 0;
}

.navbar-default.scroll {
    background: #fff;
}

.navbar-default.scroll #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color: #000!important;
}

.navbar-default .navbar-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333;
    border-radius: 5px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    background: #fff!important;
}

.navbar-collapse.collapse {
    position: relative;
    display: none;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

#masthead .navbar-brand {
    position: absolute;
    bottom: 0px;
    z-index: 10000;
    padding: 0;
    margin: 0;
    height: 110px;
    max-width: calc(100% - 75px);
    width: auto;
}

.navbar-brand img {
    margin: 0;
    max-width: 100%;
    height: 100%;
}

.navbar-nav {
    position: absolute;
    right: 0;
    bottom: 40px;
    transform: translateY(50%);
}

.navbar-default .navbar-nav > li > a {
    border: 0;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 31px 0 0 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    line-height: 2;
    text-decoration: none;
    padding: 3px 15px;
}

.navbar-default .navbar-nav .dropdown-menu > .active > a,
.navbar-default .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
    background-color: #BE3F47;
    color: #fff;
}

.navbar.navbar-default .navbar-nav > .active > a, .navbar.navbar-default .navbar-nav > .active > a:hover, .navbar.navbar-default .navbar-nav > .active > a:focus {
    border: 0;
    background: #BE3F47;
    background-size: 100% 100%;
    color: #fff;
    padding: 5px 10px;
}

.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:focus {
    color: #BE3F47;
}

.navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    background: #BE3F47;
    color: white;
}

.dropdown-toggle {
    width: auto;
    background: none;
    height: 20px;
}

.dropdown-toggle:after {
    background-color: transparent;
    content: "";
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
    background: none;
}

.navbar .caret {
    display: none;
}

.nav > li:not(.active):last-child > a {
    margin-right: -15px;
}

.dsg-header .youtube-container {
	position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.dsg-header .youtube-container iframe {
	position: absolute;
    top: -4.65%;
    left: 0;
    height: 109.4%;
    width: 100%;
    border: 0;
}

.dsg-header.large-header .image-container,
.dsg-header.large-header{
    height: 650px!important;
}

body .dsg-header{
    height: 600px;
}

.home .dsg-header.large-header .image-container, .home .dsg-header.large-header {
    aspect-ratio: 16 / 7 !important;
    width: 100%;
    height: auto !important;
    background-position: 50% 0%;
    min-height: 720px;
}

.underheader{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #E5DCD5;
    background: linear-gradient(90deg,rgba(229, 220, 213, 1) 30%, rgba(255, 255, 255, 0) 30%);
}

.underheader .container .widget{
    display: inline-block;
    background: #e5dcd5;
    padding: 20px 0;
    position: relative;
}

.underheader .container .widget .wp-block-group{
    z-index: 1;
    position: relative;
    display: flex;
}

.underheader .container .widget:after{
    content: "";
    background: url("assets/images/balkje-onder-header.png") no-repeat;
    background-size: contain;
    position: absolute;
    height: 100%;
    right: -191px;
    width: 213px;
    top: 0;
    z-index: 0;
}

.underheader .container p{
    margin: 0 20px 0 0!important;
}

body .dsg-header .owl-caption, body .dsg-header .header-caption {
    position: absolute;
    background: none;
    left: 50%;
    top: 50%;
    bottom: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    color: #f4f1ee;
    text-shadow: none;
    width: 100%;
}

body .dsg-header .header-caption h1{
    font-size: 55px;
    line-height: 66px;
    font-weight: 900;
    letter-spacing: 2px;
}

body .dsg-header .header-caption .container > div{
    width: 45%;
}

body .dsg-header .header-caption .container > div p{
    font-size: 24px;
    line-height: 34px;
}

.wp-block-columns .wp-block-column.is-style-card{
    position: relative;
    padding-bottom: 90px;
}

.wp-block-columns .wp-block-column.is-style-card p:last-of-type a{
    position: absolute;
    bottom: 20px;
    text-decoration: none;
    color: #c4b095;
    font-weight: 600;
}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a.mega-menu-link:before{
    color: #BDAC90!important;
}

#mega-menu-wrap-primary #mega-menu-primary li ul > li.mega-menu-item:hover > a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary li ul > li.mega-menu-item:hover > a.mega-menu-link{
    color: #fff!important;
    background: #bdac90!important;
}

/* Footer
=========================================== */

footer#colophon {
    background: #e5dcd5;
    padding: 0;
}

footer#colophon .site-info {
    margin: 0 auto;
    padding: 15px 35px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #21201f;
}

footer#colophon .site-info a{
    color: #000;
    font-weight: 500;
}

footer#colophon .widget {
    padding: 0px 0;
    margin-top: 0!important;
}

footer#colophon .widget ul li{
    margin-bottom: 10px;
}

footer#colophon .widget ul li:before{
    font-family: fontawesome;
    content: "\f0da";
    color: #bfae92;
    position: absolute;
    left: 0;
}

footer#colophon a:hover,
footer#colophon a:hover .fa,
footer#colophon a:active,
footer#colophon a:active .fa,
footer#colophon a:focus,
footer#colophon a:focus .fa{
    color: #000;
}

footer#colophon .widget {
    vertical-align: top;
}

footer#colophon h4 {
    font-size: 30px;
    font-weight: 900;
    color: #231F20;
    text-align: left;
    margin: 80px 0 20px;
}

.wp-block-button .wp-font-awesome-icon svg path{
    fill: #fff;
}

.wp-font-awesome-icon svg path{
    fill: #c4b095;
}

footer#colophon .wp-block-columns.is-not-stacked-on-mobile + .wp-block-columns.is-not-stacked-on-mobile{
    margin-top: 0;
}

footer#colophon .wp-block-buttons{
    margin-top: 30px;
}

footer#colophon .fas, footer#colophon .fab, footer#colophon .far {
    color: #c4b095;
    text-transform: none;
    font-size: 25px;
    margin-right: 10px;
}

footer#colophon .fa-phone,
footer#colophon .fa-envelope {
    font-size: 15px;
}

footer#colophon .site-credits {
    margin: 0;
    padding: 0px 20px;
    background: #231F20;
    background: linear-gradient(90deg,rgba(35, 31, 32, 1) 50%, rgba(229, 220, 213, 1) 50%);
    position: relative;
}

footer#colophon .site-credits span{
    background: url('assets/images/Onderkant-footer.jpg') no-repeat center center ;
    background-size: auto 100%;
    padding: 20px 15px!important;
}

footer#colophon .site-credits:after{
    background: #231f20;
    height: 11px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

footer#colophon .site-credits span {
    display: block;
    margin: auto;
    padding: 0 15px;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
}

footer#colophon .site-credits span a{
    text-decoration: underline;
}

.sub-menu {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.sub-menu > li > a {
    padding: 0;
}

/* Sidebar
=========================================== */

#secondary .widget,
#secondary .widget ul,
#secondary .widget li {
    border: 0;
    padding: 0;
}

#secondary .widget-title {
    margin: 0 0 20px;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}

#secondary h4.widget-title::after {
    content: none;
}

/* Blog/Archive
=========================================== */

.blog article,
.archive article {
    margin-bottom: 92px;
}

.blog article > *,
.archive article > * {
    vertical-align: top;
}

.has-post-thumbnail .featured-image {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.has-post-thumbnail .featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}

.has-post-thumbnail .article-container {
    display: inline-block;
    max-width: 100%;
}

article .entry-meta,
.read-more {
    text-align: left;
    text-transform: none;
}

.read-more a {
    font-size: 20px;
}

article .entry-meta {
    font-weight: 400;
    color: #424242;
}

article .entry-meta a {
    color: #00A99D;
    text-decoration: underline;
}

article .entry-meta a:hover {
    color: #666;
}

.entry-header .entry-meta::after {
    content: none;
}

/* Shortcodes
====================================================================================== */

section.bg-section {
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
}

section.bg-section .bg {
    position: absolute;
    height: 100%;
    min-width: 100vw;
    max-width: none;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    z-index: 0;
    background-size: cover;
    background-position: 50%;
}

section.bg-section * {
    position: relative;
    z-index: 1;
}

div.news-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}

div.news-block article {
    margin-bottom: 50px;
    width: 30%
}

div.news-block article > a {
    max-width: 400px;
    flex-wrap: wrap;
    text-decoration: none;
    color: inherit;
}

div.news-block .article-thumbnail {
    width: 100%;
    margin-bottom: 15px;
}

div.news-block .content {
    width: 100%;
}

div.news-block .title {
    font-size: 20px;
}

div.news-block .read-more {
    margin-top: 15px;
}

.wp-block-cover.alignfull{
    overflow: visible !important;
}

.wp-block-cover.alignfull .wp-block-cover__background{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 28% 0, 50% 23.5%, 100% 23.5%, 100% 100%, 0 100%);
}

.wp-block-cover.alignfull .wp-block-cover__image-background{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.wp-block-cover.alignfull h2 div{
    white-space: break-spaces;
}

.slider.review .slide{
    display: inline-grid;
    grid-template-columns: 25% 75%;
    padding: 80px 0px 40px;
    z-index: 1;
}

.slider.review .slide > a{
    pointer-events: none;
    grid-column: 1;
    grid-row: 1 / 3;
    width: 100%;
}

.slider.review .slide > a .img{
    width: 100%;
    background-size: contain!important;
    display: block;
    aspect-ratio: 3 / 4;
    padding-bottom: unset;
    border-radius: 50% 50% 50% 50%;
}

.slider.review .slide > .slide-content{
    pointer-events: none;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
}

.slider.review .slide > .slide-title{
    pointer-events: none;
    grid-column: 2;
    grid-row: 2;
    align-self: start;
}

.slider.review:before{
    content: "";
    position: absolute;
    top: -61%;
    left: -2%;
    width: 30%;
    aspect-ratio: 1/1;
    transform: translateX(-50%);
    background: url('assets/images/Reviews-Aanhalingstekens-links.png') no-repeat;
    background-size: contain;
    z-index: 0;
}

.slider.review:after {
    content: "";
    position: absolute;
    bottom: -61%;
    right: -32%;
    width: 30%;
    aspect-ratio: 1 / 1;
    transform: translateX(-50%);
    background: url(assets/images/Reviews-Aanhalingstekens-rechts.png) no-repeat;
    background-size: contain;
    z-index: 0;
}

.wp-block-media-text__media img{
    border-radius: 20px;
}

body div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
    float: right;
}

.ewd-ufaq-faq-title.ewd-ufaq-faq-toggle {
    padding: 20px;
    background: #f2f1ed;
    border-radius: 20px;
}

.ewd-ufaq-post-active .ewd-ufaq-faq-title.ewd-ufaq-faq-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #e5dcd5;
}

.ewd-ufaq-faq-body {
    padding: 20px 20px 1px!important;
    background: #f2f1ed;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

body .ewd-ufaq-faq-div {
    margin-bottom: 10px!important;
}

.tab-title.active:after{
    content: "";
    background: url('/wp-content/themes/searchuser/assets/images/Tabje-tabladen.png');
    background-size: contain;
    height: 100%;
    width: 183px;
    position: absolute;
    left: 85%;
    z-index: 78;
    pointer-events: none;
}

.wp-block-atbs-tabs .tabs-titles{
    gap: 5%;
    background: transparent!important;
}

.wp-block-atbs-tabs .tabs-titles .tab-title.active{
    position: relative;
}

.wp-block-atbs-tabs {
    border-radius: 20px;
    overflow: hidden;
}

.wp-block-atbs-tabs .tabs-content{
    padding: 35px;
}

tbody tr:nth-child(odd){
    background:#fff;
}

thead tr:nth-child(odd){
    background:#eee;
}

/* Slider
-------------------------------------------------------------- */

.slider {
    position: relative;
}

.slider .slide-container {
    position: relative;
    margin: 30px auto;
    padding: 0 20px;
}

.slider .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 5px;
    font-size: 24px;
    line-height: 1;
    display: none;
}

.slider .arrow.left {
    left: 0;
}

.slider .arrow.right {
    right: 0;
}

.slider .slide-slider {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slider .slide {
    display: inline-block;
    width: 20%;
    white-space: normal;
    position: relative;
    left: 0;
    padding: 0 1%;
}

.slider .slide a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.slider .slide .img {
    width: 100%;
    padding-top: 100%;
    vertical-align: middle;
    display: inline-block;
    background-size: cover;
}

.slider .pagination-container {
    height: 30px;
}

.slider .pagination-container .page-dot {
    width: 13px;
    height: 13px;
    background: #bdac90!important;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
}

.slider .pagination-container .page-dot:not(.current):not(:hover) {
    background: #f4f1ee!important;
}

/* Browser Responsiveness
=========================================== */
@media (max-width: 1400px){
	.navbar-brand img {
    margin: auto 0;
    max-width: 100%;
    height: 50%;
    top: 25%;
    position: relative;
}
}
@media (max-width: 1031px) {
	.navbar-brand img {
    margin: auto 0;
    max-width: 100%;
    height: 100%;
    top: unset;
    position: relative;
}
    .wp-block-cover.is-style-bg-clip img:not(.bg){
        mask-position: center top;
    }

    img.bg{
        clip-path: polygon(0 0, 31% 0, 31% 13%, 100% 13%, 100% 100%, 0 100%);
    }

    .underheader .container .widget .wp-block-group{
        flex-direction: column;
    }

    .underheader .container .widget:after {
        content: "";
        background: url(assets/images/balkje-onder-header.png) no-repeat;
        background-size: contain;
        position: absolute;
        height: 100%;
        right: -327px;
        width: 384px;
        top: 0;
        z-index: 0;
    }

    td{
        min-width: 100px;
    }

    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{
        padding: 0!important;
    }
    footer#colophon .site-credits span,
    footer#colophon .site-credits{
        background: #231f20!important;
    }
    .navbar-brand img {
        object-fit: contain;
    }


    footer .site-credits a{
        float: none!important;
        color: #fff!important;
        display: block;
        font-size: 12px;
        line-height: 20px;
    }

    footer .site-credits span{
        font-size: 0px!important;
        line-height: 0!important;
    }
}

@media (max-width: 807px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-btn a {
        margin: 0 10px 10px;
    }

    .wp-block-cover.alignfull .wp-block-cover__background {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        clip-path: polygon(0 12%, 100% 12%, 100% 100%, 0 100%);
    }

    .wp-block-cover.alignfull .wp-block-cover__image-background{
        object-fit: cover;
    }

    .slider.review .slide > a {
        pointer-events: none;
        grid-column: 1;
        grid-row: 1;
        width: 50%;
        margin: 0 auto 30px!important;
    }

    .slider.review .slide > .slide-content {
        pointer-events: none;
        grid-column: 1;
        grid-row: 2;
        align-self: end;
        text-align: center;
    }

    .slider.review .slide {
        display: inline-grid;
        grid-template-columns: 100%;
        padding: 80px 0px 40px;
        z-index: 1;
    }

    .slider.review .slide > .slide-title {
        pointer-events: none;
        grid-column: 1;
        grid-row: 3;
        align-self: start;
        text-align: center;
    }

    h1 {
        font-size: 35px;
        color: #333;
        position: relative;
    }

    body .dsg-header .header-caption h1{
        font-size: 35px;
        line-height: 1.1;
    }

    body .dsg-header .header-caption{
        text-align: center;
        top: 40%;
    }

    body .dsg-header .header-caption .container > div{
        width: 100%;
    }

    body .dsg-header .header-caption .container > div p{
        font-size: 16px;
        line-height: 1.1;
    }

    h1 div {
        display: none;
    }

    h2 {
        font-size: 30px;
        position: relative;
        color: #231F20;
        padding-top: 45px;
        z-index: 1;
    }

    h2 div {
        display:none;
    }

    h3{
        font-size: 25px;
    }
    .navbar-nav{
        transform: none;
    }

    .dsg-header .owl-caption, .dsg-header .header-caption{
        width: 100%!important;
    }

    .container {
        width: auto;
        padding: 0 35px;
    }

    html {
        overflow-x: hidden;
    }

    .navbar-nav {
        margin: 0;
        position: static;
    }

    .navbar-fixed-top,
    .admin-bar .navbar-fixed-top {
        top: 0;
        position: relative;
        margin-bottom: -120px;
    }

    .navbar-fixed-top.menuout,
    .admin-bar .navbar-fixed-top.menuout {
        margin-bottom: -202px;
    }

    .navbar-collapse {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 5px;
    }

    .navbar-default .navbar-nav > li > .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 4px;
        margin-bottom: 4px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 !important;
    }

    .nav > li {
        display: table;
        float: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 5px 15px 0;
    }

    .navbar.navbar-default .navbar-nav > .active > a,
    .navbar.navbar-default .navbar-nav > .active > a:hover,
    .navbar.navbar-default .navbar-nav > .active > a:focus {
        margin-top: 5px;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
        color: #999;
        line-height: 20px;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus {
        background: #00A99D;
        color: white;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
        color: #00A99D;
        background: transparent;
    }

    .navbar-nav .dropdown .dropdown-menu > li > a,
    .navbar-nav .dropdown .dropdown-menu .dropdown-header {
        padding: 0 15px 0 25px;
    }

    #cc_spacer {
        display: none;
    }

    .news-block article {
        width: 100%;
    }

    .slider .slide {
        width: 100% !important;
    }
}

@media (min-width: 600px) {

    .has-post-thumbnail .featured-image {
        width: 210px;
        height: 210px;
    }

    body:not(.single) .has-post-thumbnail .article-container {
        width: 265px;
        margin-left: 35px;
    }

}

@media (min-width: 808px) {

    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: calc(100% + 15px) !important;
        transform: translateX(0) !important;
        top: -10px !important;
        column-count: 2;
        width: max-content;
    }

    #mega-menu-wrap-primary > #mega-menu-primary[data-effect="fade_up"] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:before,
    #mega-menu-wrap-primary > #mega-menu-primary[data-effect="fade_up"] > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu:before{
        content: "";
        display: block;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #fff;
        width: 10px;
        position: absolute;
        top: -9px;
        left: 50%;
        transform: translateX(-50%);
    }

    ul.mega-sub-menu {
        left: 50% !important;
        transform: translateX(-50%) !important;
        border-radius: 20px !important;
        background: #fbf9f8 !important;
    }

    .overlay{
        content: "";
        display: block;
        position: fixed;
        background: rgba(0,0,0,0.6);
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 999;
        pointer-events: none;
        transition: opacity 400ms ease-in-out;
    }


    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 90%;
    }

    #spacer {
        display: block;
        height: 175px;
    }

    /*
        .navbar .contact-bar {
            position: fixed;
        }

        .navbar > .container {
            margin-top: 50px;
        }
    */
    .navbar-default .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-nav {
        max-width: calc(97.5% - 150px);
    }

    .navbar-nav > li {
        margin: 7px 0;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    /*
        ul.nav li.dropdown:hover > ul.dropdown-menu {
            border: 1px solid #999;
            border-top: 0;
        }
    */

    footer#colophon .site-info {
        padding: 25px 15px;
    }

    footer#colophon aside.widget {
        display: inline-block;
        width: 48%;
    }

    footer#colophon aside.widget:not(:nth-child(2n)) {
        margin-right: 2.5%;
    }

    .has-post-thumbnail .featured-image {
        width: 280px;
        height: 185px;
    }

    body:not(.single) .has-post-thumbnail .article-container {
        width: 330px;
        margin-left: 35px;
    }

    @media (max-width: 1200px){
        .wp-block-atbs-tabs .tabs-titles {
            gap: 1%;
            background: transparent !important;
        }

        .wp-block-atbs-tabs .tabs-titles .tab-title{
            padding-right: 0;
        }

        .tab-title.active:after{
            left: 60%;
        }

        .tab-title.active:before {
            content: "";
            background: #e3dcd3;
            display: block;
            z-index: 75;
            position: absolute;
            right: 0;
            height: 100%;
            width: 33%;
        }

        h2 div{
            font-size: 75px;
        }
    }

    @media (max-width: 1031px) {

        #masthead .navbar-brand {
            bottom: 15px;
            width: 150px;
        }

        .navbar-default .navbar-nav > li > a,
        .navbar.navbar-default .navbar-nav > .active > a,
        .navbar.navbar-default .navbar-nav > .active > a:hover,
        .navbar.navbar-default .navbar-nav > .active > a:focus {
            padding: 0 10px;
        }

        .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
            padding: 3px 10px;
        }

        .nav > li:not(.active):last-child > a {
            margin-right: -10px;
        }
    }
}

@media (min-width: 1032px) {
    footer#colophon aside.widget {
        width: 26%;
    }

    footer#colophon aside.widget:not(:nth-child(4n)) {
        margin-right: 2.5%;
    }

    footer#colophon aside.widget:last-child {
        width: 14%;
    }

    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 90%;
    }

    .navbar-nav {
        max-width: calc(97.5% - 200px);
    }

    .has-post-thumbnail .featured-image {
        width: 280px;
        height: 185px;
    }

    body:not(.single) .has-post-thumbnail .article-container {
        width: 330px;
        margin-left: 35px;
    }

    .col-md-9 section.bg-section .bg {
        margin-left: 120px;
    }
}

@media (min-width: 1240px) {
    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 80%;
        max-width: 1400px;
    }

    .has-post-thumbnail .featured-image {
        width: 300px;
        height: 250px;
    }

    body:not(.single) .has-post-thumbnail .article-container {
        width: 445px;
        margin-left: 50px;
    }

    .col-md-9 section.bg-section .bg {
        margin-left: 140px;
    }
}

/* Columns
=========================================== */

.col-sm-1,
.col-md-1,
.col-lg-1,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    width: 100%;
    float: none;
}

@media (min-width: 808px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1032px) {
    
    .col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1240px) {
    .col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
