/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 01 2024 | 11:58:31 */
body:not(#__) .webr-fh .history-one,
body:not(#__) .webr-fh-alt .history-one {
	padding: 75px 0px;
}

body:not(#__) .webr-fh .history-one .content_typography,
body:not(#__) .webr-fh-alt .history-one .content_typography {
	font-size: 38px;
	line-height: 1.2em;
	font-family: "Baloo 2", Sans-serif;
	margin-bottom: 15px;
}

body:not(#__) .history-one__text p+p {
	margin-top: 1em;
}

body:not(#__) .webr-fh-alt .history-one {
	background-color: var(--wit);
}
body:not(#__) .webr-fh-alt .history-one .history-one__single {
	background-color: var(--achtergrondGeel);
}

body:not(#__) .webr-fh-alt .history-one .history-one__single > .row {
	flex-direction: row-reverse;
}

body:not(#__) .page-header::before {
	content: unset !important;
}

body:not(#__) .page-breadcrumb > .container {
	width: fit-content;
	max-width: 100%;
    padding: 25px 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}
body:not(#__) .page-breadcrumb > .container h2 {
	margin-bottom: 5px;
}
body:not(#__) .page-header .container,
body:not(#__) .page-header h2,
body:not(#__) .thm-breadcrumb li a, 
body:not(#__) .page-breadcrumb span > a {
	color: #333333;
}

.webr-remove-border-radius .about-two__image>img {
	border-radius: 0px !important;
}