/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
	overflow-x: hidden !important;
}

body .mb-0 {
	margin-bottom: 0;
}

.page .color-white {
	color: #fff !important;
}

a {
	color: #00B0E3;
}

.socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.socials > a {
    display: flex;
    flex-direction: row;
    background-color: #E83F48;
    height: 32px;
    width: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
	transition: 150ms;
}

.socials > a:hover {
	background-color: #050F2B;
}

.downloadButton {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 226px;
	height: 56px;
	background-color: #00B0E3;
	color: #fff;
	font-family: 'Grandstander', sans-serif;
	font-weight: bold;
	transition: 150ms;
	border-radius: 8px;
}

.downloadButton:hover {
	background-color: #F4A3A7;
	color: #fff;
}

#site-navigation {
    margin-left: auto;
    margin-right: auto;
}

.inside-header.grid-container {
	margin-top: -60px;
}

.menu-item.current_page_item::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: #00B0E3;
    top: -3px;
    left: calc(50% - 6px);
    border-radius: 50%;
}

.top-bar aside.widget.widget_text {
    z-index: 100;
}

.overflow-inherit {
	overflow: inherit !important;
}

.ws-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 0 20px;
    height: 56px;
    background-color: #00B0E3;
    color: #fff;
    font-family: 'Grandstander', sans-serif;
    font-weight: bold;
    transition: 150ms;
    border-radius: 8px;
    margin-top: 45px;
}

.ws-button.secondary {
	background-color: #fff;
	color: #00B0E3;
	margin: auto;
	margin-top: 45px;
}

.ws-button:hover {
	background-color: #050F2B;
	color: #fff;
}

.ws-button:active, .ws-button:focus {
	background-color: #050F2B;
	color: #fff;
}

.app-soon::after {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/2023/09/ABBY-B-Beeldmerk-jongen-roze-kort-haar-blond.svg");
    width: 244px;
    height: 275px;
    position: absolute;
    bottom: -80px;
    left: -165px;
	z-index: 999;
}

.app-soon::before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2024/05/app-phone-new.svg);
    width: 405px;
    height: 438px;
    position: absolute;
    bottom: -80px;
    right: -305px;
}

h6.alternative {
	color: #fff;
}

.top-decoration-blue {
	overflow: inherit !important;
}

.top-decoration-blue::before {
    content: "";
    display: block !important;
    width: 100vw;
    max-width: 100vw !important;
    height: 35px;
    position: absolute;
    background: url(/wp-content/uploads/2023/09/decorator.svg);
    background-size: cover;
    background-repeat: no-repeat;
    top: -35px;
    z-index: 100;
    left: 0;
}


.bottom-decoration-white {
	position: relative;
}

.bottom-decoration-white::after {
    content: "";
    display: block !important;
    width: 100%;
    height: 25px;
    position: absolute;
    background: url(/wp-content/uploads/2023/09/decorator-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 100;
    left: 0px;
    background-position-x: center;
}

.news-link {
	display: flex;
	flex-direction: row;
	align-content: center;
	gap: 5px;
}

.news-container .bottom-decoration-white img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 250px;
    object-fit: cover;
}

.keep-up::after {
    content: "";
    display: block;
    width: 212px;
    height: 297px;
    background: url(/wp-content/uploads/2023/09/ABBY-B-Beeldmerk-meisje-roze-staartjes-blond.svg);
    position: absolute;
    background-repeat: no-repeat;
    bottom: 40px;
    right: 20px;
}

.meer-weten-image {
	width: 300px;
	height: auto;
}

.footer-header {
    font-family: 'Grandstander', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}

div#footer-container {
    line-height: 2;
}

div#footer-container a {
	transition: 150ms;
}

div#footer-container a:hover {
	color: #00B0E3;
}

.copyright-bar {
    width: 55%;
}

.footerbar-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footerbar-items > * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footerbar-items > *:last-child {
    color: #d3d3d3;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
    border-color: #fff !important;
	border: 0 !important;
}

ul.vc_tta-tabs-list {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #666;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a>span {
	padding-bottom: 10px;
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    padding-left: 0 !important;
    padding-right: 0 !important;
	color: #050F2B !important;
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	color: #E83F48 !important;
	font-weight: bold;
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a>span {
	border-bottom: 3px solid #00B0E3 !important;
	color: #00B0E3 !important;
}

body .keep-up input[type=email] {
    border: 0;
    padding: 20px 25px !important;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
	margin-top: 15px;
}

body .keep-up input[type=submit] {
    background-color: #00B0E3;
    width: 217px;
    height: 56px;
    border-radius: 8px;
    font-family: 'Grandstander', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
	margin-top: 15px;
}

.vc_general.activiteiten .vc_tta-panel-body .vc_row .vc_column-inner {
    padding: 0px 0px 40px !important;
    border-radius: 10px;
}

.vc_general.activiteiten .vc_tta-panel-body .vc_row .vc_column-inner img.vc_single_image-img {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

/* Berichten */
body header.entry-header {
    display: none;
}

body.single-post .site-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.single-post .comments-area, body.single-post .entry-meta {
	display: none;
}

/* Events */
body.single-tribe_events .header-wrap, body.post-type-archive-tribe_events .header-wrap {
    position: relative !important;
}

body.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, body.single-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 0 !important;
}

/* Sidebar */
body .wpb_widgetised_column {
    background-color: #E5F7FC;
    padding: 0 35px 25px;
    border-radius: 10px;
}

body .wpb_widgetised_column h2.widget-title, body .wpb_widgetised_column .tribe-events-widget-events-list__header-title {
    margin-bottom: 10px;
    padding-top: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #050F2B !important;
}

body .wpb_widgetised_column h2.widget-title a {
	font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: black;
}

body .wpb_widgetised_column .textwidget p:last-child {
    margin-bottom: 0;
}

body .wpb_widgetised_column .tribe-events-widget {
	margin-bottom: 0 !important;
}

a.custom-sidebar-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
	transition: 150ms;
}

a.custom-sidebar-link:hover {
    color: #00B0E3 !important;
}

a.custom-sidebar-link:after {
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("/wp-content/uploads/2023/09/bluearrow.png");
}

.widget_recent_entries ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
}

.widget_recent_entries ul li:not(:last-child) {
    margin-bottom: 10px;
}

.widget_recent_entries ul li a {
	display: grid;
    grid-template-columns: 15px 1fr;
    color: #050F2B;
    transition: 150ms;
    align-items: center;
}

.widget_recent_entries ul li a:hover {
	color: #00B0E3;
}

.widget_recent_entries ul li a:before {
    content: "";
    display: block;
    width: 12px;
    height: 11px;
    background-image: url("/wp-content/uploads/2023/09/bluearrow.png");
	background-repeat: no-repeat;
}

a.simplewidgetlink {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

/* Sidebar agenda */

.wpb_widgetised_column .tribe-events-widget-events-list__event-date-tag-datetime {
    background-color: #FFE400;
    border-radius: 10px;
    flex-direction: column-reverse !important;
	justify-content: center;
    align-items: center;
}

.wpb_widgetised_column .tribe-events-widget-events-list__event-date-tag-datetime > * {
    flex: 1;
    line-height: inherit !important;
}

.wpb_widgetised_column .tribe-common .tribe-common-h2 {
    color: white;
    font-size: 18px;
}

.wpb_widgetised_column .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
    color: #E83F48;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 18px !important;
}

.wpb_widgetised_column .tribe-events-widget .tribe-events-widget-events-list__event-row {
    gap: 15px !important;
}

.wpb_widgetised_column .tribe-events-widget .tribe-events-widget-events-list__event-row:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wpb_widgetised_column .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    width: 45px;
    height: 45px;
}

.wpb_widgetised_column .tribe-events-widget .tribe-events-widget-events-list__view-more-link {
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: center;
    background-color: #00B0E3;
    color: white !important;
    font-family: 'Grandstander', sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 42px;
    text-transform: none;
	transition: 150ms;
}

.tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover {
	background-color: #050F2B !important;
}

body .act-title {
	color: #E83F48;
	font-family: 'Grandstander', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

body a.act-link {
    color: #E83F48;
    font-weight: 600;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	transition: 150ms;
}

body a.act-link:hover {
	text-decoration: underline;
}

body a.act-link:after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
	background-image: url("/wp-content/uploads/2023/09/redarrow.png");
}

body .tabs-title {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Grandstander', sans-serif;
}

body .bg-image-bottom {
	background-position: bottom center !important;
}

.activities-container img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

body.single-post .wpb_text_column ul {
    margin-left: 15px !important;
}

body.single-post h1, body.single-post h2, body.single-post h3, body.single-post h4, body.single-post h5 {
    margin-bottom: 0;
}

body.single-post h6 {
    color: inherit;
    font-weight: inherit;
    font-size: 16px;
    margin-bottom: 5px;
}

body.single-post h1 {
	font-size: 40px !important;
}

body .post-banner {
	background-position: bottom center !important;
}

body .ad-postgrid-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

body .ad-postgrid-image::after {
    content: "";
    display: block !important;
    width: 100%;
    height: 20px;
    position: absolute;
    background: url(/wp-content/uploads/2023/09/decorator-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 100;
    left: 0px;
    background-position-x: center;
}

body .ad-postgrid-text {
    padding-top: 25px;
    border-bottom: 3px solid #b1cd42;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 15px;
}

body .ad-postgrid-text p {
    opacity: 0.5;
    margin-bottom: 0 !important;
}

body .ad-postgrid-text .vc_custom_heading > p:nth-child(2) {
    display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

body .ad-postgrid-text .vc_gitem-post-data-source-post_title {
    margin-bottom: 0 !important;
}

body .ad-postgrid-text .vc_btn3 {
    background: none !important;
    padding: 0 !important;
    padding-right: 35px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px;
}

body .ad-postgrid-text .vc_btn3:hover {
	color: black !important;
}

body .ad-postgrid-text .vc_btn3-container {
	margin-bottom: 0 !important;
}

body .ad-postgrid-noimage-text {
    padding-top: 15px;
    border-bottom: 3px solid #b1cd42;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 15px;
}

body .ad-postgrid-noimage-text p {
    opacity: 0.5;
    margin-bottom: 0 !important;
}

body .ad-postgrid-noimage-text .vc_custom_heading > p:nth-child(2) {
    display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

body .ad-postgrid-noimage-text .vc_gitem-post-data-source-post_title {
    margin-bottom: 0 !important;
}

body .ad-postgrid-noimage-text .vc_btn3 {
    background: none !important;
    padding: 0 !important;
    padding-right: 35px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px;
}

body .ad-postgrid-noimage-text .vc_btn3:hover {
	color: black !important;
}

body .ad-postgrid-noimage-text .vc_btn3-container {
	margin-bottom: 0 !important;
}

body .shadow .vc_grid-item-mini {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.5);
}

form.post-password-form {
    padding-top: 250px;
    padding-bottom: 150px;
    text-align: center;
}

#offers {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	overflow: hidden;
}

#offers .offer {
    display: flex;
    flex-direction: column-reverse;
	gap: 35px;
	position: relative;
}

#offers .offer::after {
    content: "";
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: transparent;
    z-index: 100;
    border-bottom: 1px dashed rgb(0 0 0 / 16%);
}

#offers .offer > div {
    flex: 1;
}

#offers .offer .offer__image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
}

#offers .offer .offer__image:has(img) {
    align-items: center;
}

#offers .offer .offer__image iframe {
	width: 100%;
	height: 395px;
}

#offers .offer .offer__image img {
	height: 400px;
}

#offers .offer .aanbod_title {
	font-family: 'Grandstander', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0;
}

#offers .offer table tr > td:first-child {
	font-weight: bold;
}

#offers .offer table, #offers .offer table tr, #offers .offer table tr > td {
	border: 0;
}

#offers .offer table tr > td:not(.separator) {
	padding: 0;
}

#offer_filters {
    display: flex;
    flex-direction: row;
    gap: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#offer_filters .filter {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.post-title {
	text-align: center;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);	
}

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

.color-red {
	color: #e83f48 !important;
}

.color-blue {
	color: #00b0e3 !important;
}

.remove-video-margin {
	margin-bottom: 0 !important;
}

.smaller-phone-image img {
	width: 350px;
	height: auto;
}

h6.subtext {
	color: #E83F48 !important;
	font-weight: bold !important;
    font-size: 15px !important;
    margin-bottom: 10px !important;
}

#lightbox .lb-caption {
	display: none !important;
}

body.single-post h2.main-post-title {
	margin-bottom: 15px !important;
}

body.error404 .header-wrap {
	position: relative !important;
}

body.error404 .site-content {
	padding-top: 0 !important;
}

body.single-post img.vc_gitem-zone-img {
    height: 218px;
}

body:not(.single-post) .wpb_text_column h4 {
	margin-bottom: 0;
}

.downloadButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 226px;
    height: 56px;
    background-color: #00b0e3;
    color: #fff;
    font-family: Grandstander,sans-serif;
    font-weight: 700;
    transition: 150ms;
    border-radius: 8px;
}

.downloadButton:hover {
	background-color: #F4A3A7;
	color: #fff;
}

.activities-sub-container {
	padding-bottom: 0 !important;
}

/* 110% size */
@media (min-width: 1701px) and (max-width: 1919px) {}

/* Laptop L (120%) size */
@media (min-width: 1501px) and (max-width: 1700px) {}

/* Macbook screens size (1440x768) */
@media (min-width: 1401px) and (max-width: 1500px) {
	body .newsletter-box {
		padding-top: 93px !important;
		padding-right: 115px !important;
		padding-bottom: 83px !important;
		padding-left: 115px !important;
	}
}

/* Laptop S/M (150%) sizes */
@media (min-width: 1200px) and (max-width: 1400px) {
	body {
		overflow-x: hidden;
	}
	h2 {
		font-size: 36px;
	}
	body .newsletter-box {
		padding-top: 74px !important;
		padding-right: 95px !important;
		padding-bottom: 50px !important;
		padding-left: 95px !important;
	}
}

/* Tablet/iPad landscape mode */
@media (min-width: 901px) and (max-width: 1199px) {
	.main-navigation .main-nav>ul {
		justify-content: center;
		margin-top: 45px;
	}
	.main-navigation .main-nav>ul>li {
		height: 40px;
	}
	.main-navigation .main-nav>ul>li>a {
		line-height: 40px;
	}
	.menu-item.current_page_item::after {
		top: -10px;
	}
	body .binnenkort-beschikbaar > div:first-child {
		width: 21%;
	}
	.top-decoration-blue::before {
		width: calc(100vw + 1px) !important;
		max-width: calc(100vw + 1px) !important;
		left: -1px !important;
	}
	h2 {
		font-size: 27px;
	}
	body .newsletter-box {
		background-image: url('/wp-content/uploads/2023/09/mobilebg.svg') !important;
		padding-top: 72px !important;
		padding-right: 115px !important;
		padding-bottom: 72px !important;
		padding-left: 95px !important;
	}
	.news-container h4 {
		font-size: 17px;
	}
	/* Achterliggende pagina's */
	body .achterliggende-banner-container {
		width: 100% !important;
	}
	body .with-sidebar-container > div {
		width: 100%;
	}
/* 	body .with-sidebar-container > div:last-child {
		display: none !important;
	} */
}

/* Tablet/iPad portrait mode */
@media (min-width: 501px) and (max-width: 900px) {
	.header-widget {
		display: none;
	}
	.inside-header.grid-container {
		margin-top: 0;
		padding: 0;
	}
	.site-logo {
		position: absolute;
		top: -40px;
		z-index: 10;
	}
	.site-header .header-image {
		width: 192px;
	}
	nav#mobile-menu-control-wrapper {
		position: absolute;
		right: 20px;
		top: 25px;
	}
	#content.site-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	body .home-banner > div {
		width: calc(100% / 3) !important;
	}
	nav#site-navigation {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		margin-top: 0 !important;
	}
	.main-navigation.toggled .main-nav li:not(.current-menu-item) {
		background-color: white;
	}
	.menu-item.current_page_item::after {
		display: none;
	}
	.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus {
		background-color: #00B0E3;
		color: white !important;
		font-size: 26px;
		padding: 0;
		width: 60px !important;
		height: 60px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
	}
	.inside-header:has(.main-navigation.toggled) .site-logo {
		display: none;
	}
	.inside-top-bar.grid-container {
		justify-content: flex-end;
	}
	nav#mobile-menu-control-wrapper {
		background-color: transparent;
	}
	body .who-is {
		flex-direction: column-reverse !important;
	}
	body .who-is > div {
		width: 100% !important;
	}
	.binnenkort-beschikbaar {
		display: flex;
		justify-content: center;
	}
	.binnenkort-beschikbaar > div {
		width: 60%;
	}
	body .app-soon::before {
		content: "";
		display: block;
		background-image: url(/wp-content/uploads/2023/09/app-phone.svg);
		width: 257px;
		height: 278px;
		position: absolute;
		bottom: -80px;
		right: -165px;
		background-size: contain;
		background-repeat: no-repeat;
	}
/* 	body .app-soon::after {
		content: "";
		display: block;
		background-image: url("/wp-content/uploads/2023/09/ABBY-B-Beeldmerk-jongen-roze-kort-haar-blond.svg");
		width: 214px;
		height: 241px;
		position: absolute;
		bottom: -80px;
		left: -165px;
		background-size: contain;
		background-repeat: no-repeat;
	} */
	.app-soon > div {
		padding: 75px 60px !important;
	}
/* 	.app-soon h2 {
		font-size: 30px;
	} */
	.top-decoration-blue::before {
		width: calc(100vw + 1px) !important;
		max-width: calc(100vw + 1px) !important;
		left: -1px !important;
		height: 36px !important;
	}
	body .uitdagingen {
		flex-direction: column-reverse;
	}
	body .uitdagingen > div {
		width: 100%;
	}
	body .news-items {
		flex-direction: column;
	}
	body .news-items > div {
		width: 100%;
	}
	.bottom-decoration-white::after {
		bottom: -1px;
	}
	.newsletter-wrapper > div {
		width: 100%;
	}
	body .newsletter-box {
		background-image: url('/wp-content/uploads/2023/09/mobilebg.svg') !important;
		padding-top: 137px !important;
		padding-right: 115px !important;
		padding-bottom: 137px !important;
		padding-left: 95px !important;
	}
	.meer-weten-image img {
		position: absolute;
		bottom: 0;
		left: -75px;
	}
	.meer-weten-container {
		margin-bottom: 50px !important;
	}
	.footerbar-items {
		flex-direction: column;
		gap: 10px;
	}
	/* Achterliggende pagina's */
	body .achterliggende-banner-container {
		width: 100% !important;
	}
	body .with-sidebar-container > div {
		width: 100%;
	}
/* 	body .with-sidebar-container > div:last-child {
		display: none !important;
	} */
	body .achterliggend-app-container {
		display: flex;
		flex-direction: column-reverse !important;
	}
	body .achterliggend-app-container > div {
		width: 100%;
	}
	body .achterliggend-app-container .wpb_single_image {
		text-align: center;
	}
	#offers {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 50px;
		overflow: hidden;
	}
	#offer_filters {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	span.gp-icon.icon-menu-bars {
		height: 30px !important;
	}
	.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a {
		color: #00B0E3 !important;
		background-color: #ffffff;
	}
}

/* Tablet/iPad portrait BIG mode (850x1024) */
@media (min-width: 701px) and (max-width: 900px) {}

/* Mobile general */
@media (max-width: 500px) {
		.header-widget {
		display: none;
	}
	.inside-header.grid-container {
		margin-top: 0;
		padding: 0;
	}
	.site-logo {
		position: absolute;
		top: -40px;
		z-index: 10;
	}
	.site-header .header-image {
		width: 192px;
	}
	nav#mobile-menu-control-wrapper {
		position: absolute;
		right: 20px;
		top: 25px;
	}
	#content.site-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	body .home-banner > div {
		width: calc(100% / 3) !important;
	}
	nav#site-navigation {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		margin-top: 0 !important;
	}
	.main-navigation.toggled .main-nav li:not(.current-menu-item) {
		background-color: white;
	}
	.menu-item.current_page_item::after {
		display: none;
	}
	.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus {
		background-color: #00B0E3;
		color: white !important;
		font-size: 26px;
		padding: 0;
		width: 60px !important;
		height: 60px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
	}
	.inside-header:has(.main-navigation.toggled) .site-logo {
		display: none;
	}
	.inside-top-bar.grid-container {
		justify-content: flex-end;
	}
	nav#mobile-menu-control-wrapper {
		background-color: transparent;
	}
	body .who-is {
		flex-direction: column-reverse !important;
	}
	body .who-is > div {
		width: 100% !important;
	}
	.binnenkort-beschikbaar {
		display: flex;
		justify-content: center;
	}
	.binnenkort-beschikbaar > div {
		width: 100%;
	}
	body .app-soon::before {
		display: none;
	}
	body .app-soon::after {
		display: none;
	}
	.app-soon > div {
		padding: 35px !important;
	}
	.app-soon h2 {
		font-size: 30px;
	}
	.top-decoration-blue::before {
		width: calc(100vw + 1px) !important;
		max-width: calc(100vw + 1px) !important;
		left: -1px !important;
		height: 36px !important;
	}
	body .uitdagingen {
		flex-direction: column-reverse;
	}
	body .uitdagingen > div {
		width: 100%;
	}
	body .news-items {
		flex-direction: column;
	}
	body .news-items > div {
		width: 100%;
	}
	.bottom-decoration-white::after {
		bottom: -1px;
	}
	.newsletter-wrapper > div {
		width: 100%;
	}
	body .newsletter-box {
		background-image: none !important;
		padding-top: 45px !important;
		padding-right: 35px !important;
		padding-bottom: 45px !important;
		padding-left: 35px !important;
		background-color: #CEF0F9 !important;
		border-radius: 25px;
	}
	.meer-weten-image img {
		display: none;
	}
	.meer-weten-container {
		margin-bottom: 50px !important;
	}
	.footerbar-items {
		flex-direction: column;
		gap: 10px;
	}
	.main-navigation.toggled .main-nav li {
		margin-top: -1px !important;
	}
	body .uitdagingen > div:last-child > div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	body .keep-up > div {
		padding-right: 0 !important;
	}
	body .keep-up::after {
		display: none;
	}
	/* Achterliggende pagina's */
	body .achterliggende-banner-container {
		width: 100% !important;
	}
	body .with-sidebar-container > div {
		width: 100%;
	}
/* 	body .with-sidebar-container > div:last-child {
		display: none !important;
	} */
	body .achterliggend-app-container {
		display: flex;
		flex-direction: column-reverse !important;
	}
	body .achterliggend-app-container > div {
		width: 100%;
	}
	body .achterliggend-app-container .wpb_single_image {
		text-align: center;
	}
	body .vc_tta-tabs-container {
		display: block !important;
	}
	ul.vc_tta-tabs-list {
		display: flex !important;
		flex-direction: row !important;
		justify-content: center !important;
		align-items: center !important;
		flex-wrap: wrap !important;
	}
	body ul.vc_tta-tabs-list > li {
		display: block !important;
		width: 33% !important;
		text-align: center !important;
	}
	.vc_tta-panel-heading {
		display: none !important;
	}
	body .vc_tta-panel-body {
		background-color: transparent !important;
		border: 0 !important;
	}
	.vc_general.activiteiten .vc_tta-panel-body .vc_row .vc_column-inner img.vc_single_image-img {
		width: 350px !important;
	}
	#offers {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 50px;
		overflow: hidden;
	}
	#offer_filters {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	span.gp-icon.icon-menu-bars {
		height: 30px !important;
	}
	.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a {
		color: #00B0E3 !important;
		background-color: #ffffff;
	}
	.activities-container img {
		width: 415px !important;
	}
}

/* iPhone X en kleiner */
@media (max-width: 380px) {
	.achterliggende-banner-container h1 {
		font-size: 37px;
	}
	body ul.vc_tta-tabs-list > li {
		display: block !important;
		width: 32% !important;
		text-align: center !important;
	}
	h2 {
		font-size: 25px;
	}
}
@media (min-width: 900px) {
	div#primary-menu {
		margin-right: 50px;
	}
}

@media (min-width: 769px) and (max-width: 900px) 
{
	.inside-navigation.grid-container {
		justify-content: right;
	}
}

html {
  scroll-behavior: smooth;
}