/*
 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");

/*@font-face {
    font-family: 'Minion 3 Display';
    src: url("/wp-content/themes/searchuser/assets/fonts/minion-3-regular.woff");
    font-weight: 400;
}*/

@font-face {
    font-family: 'Minion 3 Display';
    src: url("/wp-content/themes/searchuser/assets/fonts/minion-3-display-semibold.otf");
    font-weight: 600;
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/searchuser/assets/fonts/Helvetica.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/searchuser/assets/fonts/Helvetica-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 100;
    src: url('/wp-content/themes/searchuser/assets/fonts/helvetica-light.woff') format('woff');
}

/* =Theme customization starts here
------------------------------------------------------- */

.wp-block-separator{
    height: 1px!important;
}

.single-post .wp-block-cover .wp-block-heading{
	color:#fff!important;
}

.has-link-color > a{
    color: inherit!important;
}

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

#navigation_menu{
    position: relative;
}

#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: #4775b4!important;
}

div#mega-menu-wrap-primary a{
    font-family: 'Minion 3 Display' !important;
}

html{
    overflow-x: hidden;
}

.post-content{
    background: transparent;
}

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

a:visited{
    color: #fff;
}

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: Open Sans, 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: 'Minion 3 Display' !important;
    text-transform: none;
    font-weight: 500!important;
}

h1:not(.has-text-color),
h2:not(.has-text-color),
h3:not(.has-text-color),
h4:not(.has-text-color),
h5:not(.has-text-color),
h6:not(.has-text-color){
    color:#10204b!important;
}

.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color){
    color: inherit!important;
}

h1 {
    font-size: 80px;
	line-height: 80px;
}

h2 {
    font-size: 40px;
	line-height: 40px;
    margin-bottom: 40px!important;
}

h3 {
    font-size: 30px;
	line-height: 30px;
    margin-bottom: 20px!important;
}

.wp-block-cover .wp-block-columns h3:not(.has-text-color){
    color: #a8d5bd !important;
    display: flex;
    align-items: flex-start;
}

.wp-block-media-text.is-style-watermark.tax .wp-block-media-text__media:after{
    background: url("/wp-content/uploads/2025/06/Novera_Sublabel_TaxLawyers_Offwhite.png");
    width: 60%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 200px;
}

.wp-block-media-text.is-style-watermark.finance .wp-block-media-text__media:after{
    background: url("/wp-content/uploads/2025/06/Novera_Sublabel_Finance-adivsory_Offwhite.png");
    width: 60%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 200px;
}

.wp-block-media-text.is-style-watermark.valuations .wp-block-media-text__media:after{
    background: url("/wp-content/uploads/2025/06/Novera_Sublabel_Valuations_Offwhite.png");
    width: 60%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 200px;
}

h4 {
    font-size: 25px;
	line-height: 45px;
}

h5{
    font-size: 20px;
}

h5 a,
h4 a{
    color: inherit!important;
    text-decoration: none!important;
}

h5 a:after{
    content: " ";
    background: url("/wp-content/themes/searchuser/assets/images/button-arrow.png");
    width: 12px;
    height: 20px;
    display: inline-block;
    vertical-align: -5px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

h4:not(.title) a:before{
    content: " ";
    background: url("/wp-content/themes/searchuser/assets/images/button-arrow.png");
    transform: rotate(180deg);
    width: 12px;
    height: 20px;
    display: inline-block;
    vertical-align: 0px;
    margin-right: 20px;
    background-repeat: no-repeat;
}

body, button, input, select, textarea {
    font-family: 'Helvetica', sans-serif!important;
    font-size: 18px;
    font-weight: 100!important;
    line-height: 32px;
}

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

.entry-summary, .entry-content{
    color: #10204b!important;
}

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

.entry-content a:not(.wp-element-button),
#secondary .widget a {
    color: #333;
    text-decoration: underline;
}

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

.navbar .contact-bar span a,
footer#colophon a {
    color: #062840;
    font-family: 'Helvetica';
    font-weight: 100;
}

.wp-element-button,
.gform_button{
    font-family: 'Minion 3 Display' !important;
}

body div.gform_wrapper button.gform_button:not(:hover):not(:active){
    background: #062840!important;
}

body div.gform_wrapper button.gform_button:hover{
    background: #a2B9D9!important;
}

body div.gform_wrapper button.gform_button:focus,
body div.gform_wrapper button.gform_button:active{
    background: #334f85!important;
}

body #page div.gform_wrapper form button.gform_button{
    border-radius: 0 13px 0 13px;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    margin-top: 10px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    text-decoration: none !important;
    text-transform: none;
    height: unset;
}

.gform_wrapper select{
        background: transparent;
        border: 1px solid #8a9ba6;
        border-radius: 30px;
        padding: 16px 20px!important;
}

.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,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.btn,
a.btn:visited,
div.news-block .read-more {
    display: inline-block;
    border-radius: 4px;
    border: 0;
    background: #333;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px;
    text-decoration: none;
    margin: 0 0 10px 0;
}

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-radius: 4px;
    border: 0;
    background: #666;
    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: 0px;
}

#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: 120px;
    position: relative;
    float: none;
}

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

.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: 35px;
    z-index: 10000;
    padding: 0;
    margin: 0;
    height: calc(100% - 70px);
    max-width: calc(100% - 75px);
    width: auto;
}

.navbar-brand img {
    margin: 0;
    max-width: 100%;
    max-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;
}

.dsg-header{
    margin-bottom: 45px;
}

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

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

footer#colophon .site-info {
    margin: 0 auto;
    padding: 60px 0px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color:#062840;
    letter-spacing: 0;
}

footer#colophon .wp-block-heading{
    letter-spacing: 0;
    margin-bottom: 20px;
}

footer#colophon > .site-info > .widget {
    max-width: 23%;
}

footer#colophon .widget {
    padding: 10px 0;
    vertical-align: top;
}

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: #666;
}

footer#colophon .widget-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
}

footer#colophon .fa {
    color: white;
    background: #4775b4;
    text-transform: none;
    font-size: 18px;
    border-radius: 100%;
    padding: 10px;
}

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

footer#colophon .site-credits {
    margin: 0;
    padding: 0 20px;
    background: #f2efed;
}

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

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

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

footer#colophon .gform_wrapper form{
    display: flex;
    align-items: center;
}

footer#colophon .gform_wrapper form *{
    margin: 0;
}

footer#colophon .gform_fields input{
    padding: 7px 30px 7px 15px !important;
    width: 100%;
}

footer#colophon .gform_wrapper .gform-footer{
    margin-left: -30px;
    padding: 0!important;
}

footer#colophon .gform_wrapper .gform-footer .gform_button {
    margin-top: 0 !important;
}

footer#colophon .gform_fields .wpforms-field{
    padding: 0;
}

footer#colophon div.wpforms-container-full{
    margin:5px 0;
}

footer#colophon div.wpforms-container-full form{
    width: 100%;
}

footer#colophon div.wpforms-container-full .wpforms-field-container{
    width: 100%;
}

footer#colophon .gform-body.gform_body {
    width: 100%;
}

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

/* 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
====================================================================================== */

.gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea{
    background: transparent!important;
    border: 1px solid #8a9ba6!important;
    border-radius: 30px!important;
    padding: 10px 20px!important;
}

.wp-block-cover .gform_wrapper .gform_body input,
.wp-block-cover .gform_wrapper .gform_body textarea{
    color: #fff!important;
}

.wp-block-cover .gform_wrapper .gform_body input::placeholder,
.wp-block-cover .gform_wrapper .gform_body textarea::placeholder{
    color: #fff!important;
    opacity: 0.6;
}

#gform_wrapper_3 .gform_footer{
    justify-content: flex-end;
}

.team-block{
    margin-bottom: 60px;
}

.team-block + .team-block{
    margin-top: -40px;
}

.teamlid:not(:last-child) {
    margin-bottom: 20px;
}

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

.wp-block-cover.alignfull .wp-block-cover__background,
.wp-block-cover.alignfull .wp-block-cover__image-background{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0!important;
    border: 0!important;
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__image-background{
    margin: 0!important;
}

.wp-block-cover .wp-block-cover__inner-container > *:last-child{
    margin-bottom: 0!important;
}

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-button__link.wp-element-button:after,
.gform_button:after {
    content: " ";
    background: url("/wp-content/themes/searchuser/assets/images/button-arrow.png");
    width: 12px;
    height: 20px;
    display: inline-block;
    vertical-align: -5px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
    padding: 0 8% 0 0;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content .wp-block-cover{
    margin-right: calc(-8% + 10px);
}

svg.svg-inline--fa.fa-check {
    border: 1px solid;
    border-radius: 100%;
    padding: 3px;
    width: 11px;
    font-size: 11px;
    margin-right: 10px;
}

.teamlid .article-thumbnail {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -15px;
    aspect-ratio: 4/3;
    border-bottom-left-radius: 13px;
    background-size: cover;
}

.teamlid > div {
    padding: 15px;
    border-bottom-left-radius: 13px;
    border-top-right-radius: 13px;
    overflow: hidden;
}

.teamlid h4 {
    color: #fff!important;
}

.teamlid span{
    font-family: 'Helvetica';
    font-weight: 100;
    font-style: italic;
}

.teamlid a {
    position: absolute;
    right: 30px;
    bottom: 15px;
    line-height: 1.2;
}

.teamlid a .fa {
    color: #fff;
    background: #4775b4;
    padding: 5px;
}

.teamlid .content {
    padding: 10px 10px 0;
}

.blog main#main,
.post-type-archive-vacature main#main{
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-gap: 10px;
}

.post-type-archive-vacature main#main{
    grid-template-columns: repeat(3, 33%);
}

.blog main#main article > div,
.post-type-archive-vacature main#main article > div{
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    overflow: hidden;
}

.post-type-archive-vacature main#main article > div{
    border: 1px solid #fff;
    padding: 20px 10px;
}

.blog main#main article > div .featured-image,
.post-type-archive-vacature main#main article > div .featured-image{
    border-bottom-left-radius: 13px;
}

.blog main#main article .article-container,
.post-type-archive-vacature main#main article .article-container {
    padding: 0 20px;
}

.single-post .entry-meta span {
    color: #fff;
    display: inline-block;
    letter-spacing: 0;
    font-family: 'Minion 3 Display';
    border-bottom: 1px solid #7696c4;
    padding-bottom: 25px;
    margin-bottom: 0;
    line-height: 1.2;
}

.single-post .entry-content *{
    color: #fff;
}

.single-post .col-md-4 .img {
    aspect-ratio: 4 / 3;
    background-size: cover !important;
    margin-bottom: 30px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

p + ul {
    margin-top: -1.5em;
    margin-bottom: 1.5em;
    padding-left: 20px !important;
}

.mega-lang-item {
    background: #062840!important;
    height: 45px!important;
    border-bottom-left-radius: 13px!important;
    border-top-right-radius: 13px!important;
    padding: 0 20px 0 10px!important;
}

.mega-lang-item.mega-current-lang{
    background: #4775b4!important;
}

.mega-lang-item + .mega-lang-item{
    margin-left: -40px!important;
    padding: 0 10px!important;
}

.mega-lang-item a {
    height: 100%!important;
    line-height: 45px!important;
    color: #fff!important;
}

body .wp-block-media-text:not(.has-media-on-the-right)>.wp-block-media-text__content{
    padding-left: 10%;
}

body .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
    padding-right: 10%;
}

body footer#colophon div.gform_wrapper button.gform_button:not(:hover):not(:active){
    background: #4775b4!important;
}
/* 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: #00A99D;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
}

.slider .pagination-container .page-dot:not(.current):not(:hover) {
    background: #00C9BD;
}

.post-content{
    margin-bottom: 0!important;
}

/* Browser Responsiveness
=========================================== */
@media (max-width: 1399px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
        margin: 0 5px 0 0;
    }

    .mega-lang-item + .mega-lang-item{
        margin-left: -15px!important;
    }
}

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

    .mega-lang-item + .mega-lang-item{
        margin-left: -10px!important;
    }
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		padding: 0 5px!important;
	}
}

@media (max-width: 1031px) {
    footer#colophon .gform_fields input {
        padding: 8px 30px 8px 15px !important;
        width: 100%;
    }

    .wp-block-image img{
        width: 20%;
    }

    svg.svg-inline--fa.fa-check {
        border: 1px solid;
        border-radius: 100%;
        padding: 3px;
        width: 11px;
        font-size: 11px;
        margin-right: 5px;
    }

    .single-post .img.mobile {
        aspect-ratio: 4 / 3;
        background-size: cover !important;
        margin-bottom: 30px;
        margin-top: -8%;
        margin-left: -8%;
        width: 116%;
        border-top-right-radius: 13px;
        border-bottom-left-radius: 13px;
    }

    .single-post .img.desktop{
        display: none;
    }

    .single-post .col-md-4{
        margin-top: 40px;
    }

    .mega-lang-item {
        display: inline-block !important;
		left: 10px !important;
		position: relative;
		width: fit-content!important;
    }

    .wp-block-cover.alignfull .wp-block-cover__background, .wp-block-cover.alignfull .wp-block-cover__image-background{
        border-radius: 0!important;
    }

    .mega-lang-item + .mega-lang-item {
        left: 80px !important;
        padding: 0 10px !important;
        margin-left: 0!important;
		margin-top:-45px!important;
    }

    .mega-lang-switcher-title a {
        pointer-events: none;
        font-size: 18px!important;
    }

    footer#colophon > .site-info > .widget{
        flex-basis: 48%;
        max-width: 48%;
    }

    footer#colophon .site-info{
        padding: 60px 35px;
    }

    .teamlid > div {
        display: flex;
        align-items: center;
    }

    .teamlid > div .article-thumbnail {
        flex-basis: 35%;
        background-size: cover!important;
        margin-bottom: -15px;
        aspect-ratio: 1/1;
        background-position: center;
        border-top-right-radius: 13px;
    }

    .teamlid .content{
        flex-basis: 65%;
        padding: 0px 0 0 6%;
        height: fit-content;
        margin: -40px 0;
    }

    .teamlid:not(:last-child) {
        margin-bottom: 20px;
    }

    .teamlid a{
        left: 30px;
        right: unset;
    }

    .blog main#main, .post-type-archive-vacature main#main{
        grid-template-columns: repeat(2, 50%);
    }
}

@media (max-width: 807px) {
    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block{
        padding: 0!important;
        width: 100%!important;
    }
    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child),
    .wpforms-container .wpforms-field{
        margin: 0 0 20px 0!important;
        padding: 0!important;
        width: 100%!important;
    }

    .blog main#main, .post-type-archive-vacature main#main{
        grid-template-columns: 100%;
    }

    footer#colophon > .site-info > .widget{
        flex-basis: 100%;
        max-width: 100%;
    }

    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }

    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }

    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }

    #spacer{
        display: block;
        height: 100px!important;
    }

    .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
        padding: 0 0% 0 0;
        max-width: 100%;
    }

    .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content .wp-block-cover {
        margin-right: 0;
    }

    body:not(.home) .wp-block-media-text.is-image-fill-element:not(.is-style-watermark)>.wp-block-media-text__media{
        margin-bottom: -40px;
        aspect-ratio: 4/3;
        width: 100%;
    }

    .home .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{
        margin: -11% 0 20px;
    }

    .home .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        max-width: unset;
        border-radius: 0!important;
    }
    .wp-block-button__link.wp-element-button:after,
    .wpforms-submit:after{
        width: 8px;
        height: 16px;
        vertical-align: -2px;
    }

    body #mega-menu-wrap-primary #mega-menu-primary {
        height: calc(100vh - 100px);
    }

    h1, h2 {
        font-size: 25px;
		line-height: 30px;
    }

    h3, footer#colophon .wp-block-heading {
        font-size: 18px;
		line-height: 26px;
    }

    h4{
        font-size: 14px;
		line-height: 34px;
    }

    h3 + h4{
        margin-top: -20px!important;
        margin-bottom: 20px!important;
    }

    body, button, input, select, textarea,
    footer#colophon .site-info{
        font-size: 14px;
		line-height: 24px;
    }

    .wp-block-button__link.wp-element-button,
    .wpforms-submit{
        font-size: 16px!important;
    }

    .wp-block-cover.is-style-contain-bg .wp-block-cover__image-background{
        object-fit: cover;
    }

    .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: -100px;
    }

    .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) {


}

@media (min-width: 808px) {
    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 750px;
    }

    #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;
    }

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

    @media (max-width: 1031px) {

        .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) {
    .single-post .img.mobile {
        display: none;
    }

    .mega-mobile{
        display: none!important;
    }

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

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

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

    .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 {
        max-width: 1650px;
        width: 90%;
    }

    .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;
    }
}
