@font-face {
	font-family: 'Montserrat Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype'),
		url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat Semibold';
	src: url('../fonts/Montserrat-SemiBold.eot');
	src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
		url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype'),
		url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Montserrat Regular';
	color: #000;
	font-size: 14px;
	line-height: 20px;
	background: #f4f4f4;
}

* {
	margin: 0;
	padding: 0;
}

p {
	font-size: 14px;
	padding: 0 0 20px 0;
}

ul,
li,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

.cls {
	clear: both;
}

a {
	outline: none;
	color: #abb97e;
	text-decoration: none;
}

a:hover {
	color: #ACBA7E;
	text-decoration: none;
}

.mobilemenuheader {
	padding: 10px 10px;
	overflow: hidden;
	border-bottom: none;
}

.mobile-menu-logo {
	float: left;
	padding: 20px 0 0 0;
}

.mobile-menu-logo img {
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 100px;
}

.menu-close-button {
	float: right;
	cursor: pointer;
	margin: 10px 0 0 0;
}

.overlay-menu {
	position: fixed;
	top: 0;
	left: -200%;
	z-index: 999999;
	width: 100%;
	height: 100%;
	max-width: 480px;
	background-color: #393938;
}

.overlay-menu--is-open {
	left: 0;
}

.menubox {
	padding: 20px 30px;
	overflow: hidden;
}

.menubox ul li {
	padding: 10px 0 10px 0;
}

.menubox ul li a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.menubox ul li a:hover {
	color: #4b5f09;
	text-decoration: none;
}

/* main style start here */

.container {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

.header-area {
	width: 100%;
	height: 56px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-area:hover {
	background-color: #393938;
	/* complete menu hover!! */
}

.header-container {
	position: relative;
	margin: 0 100px 0 100px;
}

.sticky {
	background: #393938;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.headerleft {
	position: absolute;
	left: 0;
	top: 20px;
}

.logo {
	margin-top: -5px;
}

.navigation {
	text-align: center;
	padding: 17px 0 0 0;
}

.navigation ul li {
	position: relative;
	display: inline-block;
	padding: 0 5% 0 5%;
	text-transform: uppercase;
}

.navigation ul li a {
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 0 0 20px 0;
	color: #fff;
	text-decoration: none;
}

.navigation ul li a:hover {
	color: #acb97d;
	/* first hover */
	text-decoration: none;
}

.sticky .navigation ul li a:hover {
	color: #acb97d;
	/* second hover */
	text-decoration: none;
}

.navigation ul li ul {
	width: 160px;
	position: absolute;
	top: 40px;
	padding: 0 20px;
	left: auto;
	background: #393938;
	text-align: left;
	display: none;
	margin: -2px 0 0 -20px;
	/* -1px voor muis overgang level 1 en 2 */
}

.navigation ul li ul li {
	width: 100%;
	text-align: left;
	padding: 20px 0;
	/* border-top: 1px solid #353535; seperator line */
}

.navigation ul li ul li a {
	padding: 0;
}

.navigation ul li ul li a:hover {
	color: #acb97d;
	text-decoration: none;
}

.navigation ul li ul li:first-child {
	border-top: none;
}

.navigation ul li:hover>ul {
	display: block;
}

.header-right {
	position: absolute;
	right: 0;
	top: 20px;
}

.social-link img {
	margin: -5px 1px;
}

.menuicon {
	position: absolute;
	right: 0;
	top: 10px;
	cursor: pointer;
	display: none;
}

.home-top-banner {
	min-height: 374px;
	background-size: cover;
}

.home-search-area {
	padding: 135px 0 0 0;
	max-width: 520px;
	margin: 0 auto;
}

.top-search-info {
	text-align: center;
	padding: 0 0 15px 0;
	color: #fff;
}

.top-search-info h1 {
	font-size: 16px;
	line-height: 19px;
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	padding: 10px 0 0 0;
}

.top-search-box {
	height: 40px;
}

.top-search-left {
	width: 25%;
	float: left;
}

.top-search-left span {
	font-size: 13px;
	font-family: 'Montserrat Bold';
	width: 100%;
	display: inline-block;
	background: #abb87d;
	text-align: center;
	color: #fff;
	height: 28px;
	padding: 12px 0 0 0;
	border-radius: 5px;
}

.top-search-left span:hover {
	background: #373939;
	color: #fff;
	cursor: pointer;
}

.top-search-right {
	/*width: 73.5%;*/
	width: 100%;
	float: right;
	position: relative;
}

.top-search-right input {
	color: #696969;
	width: calc(100% - 120px);
	height: 40px;
	background: #fff;
	border-radius: 5px;
	padding: 0 100px 0 20px;
	border: none;
}

.top-search-right input.submit {
	font-family: 'Montserrat Bold';
	position: absolute;
	top: 0;
	right: -1px;
	width: 100px;
	height: 40px;
	color: #fff;
	background: #abb97e;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 0;
}

input.reset {
	font-family: 'Montserrat Bold';
	top: 0;
	right: -1px;
	width: 100px;
	height: 40px;
	color: #fff;
	background: #abb97e;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 0;
}

input.fileToUpload {
	font-family: 'Montserrat Bold';
	top: 0;
	right: -1px;
	width: 100px;
	height: 40px;
	color: #fff;
	background: #fff;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 0;
}

input[type="file"]::file-selector-button {
	border: none;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	width: 100px;
}

.top-search-right input.submit:hover {
	color: #fff;
	background: #373939;
}

.top-search-right input:focus {
	outline: none;
}

.home-content-area {
	padding: 47px 0 47px 0;
	overflow: hidden;
}

.home-content-box {
	background: #fff;
	border-radius: 5px;
	padding: 25px 20px 25px 20px;
	overflow: hidden;
}

.home-box-left {
	width: 64%;
	float: left;
}

.home-box-info h2 {
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
}

.home-box-info h3 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 12px 0;
}

.home-box-info p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 20px 0;
}

.home-box-info h4 a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-family: 'Montserrat Semibold';
	text-decoration: none;
}

.home-box-info h4 a:hover {
	color: #acba7e;
	text-decoration: none;
}

.home-box-right {
	width: 27.5%;
	float: right;
	padding: 40px 0 0 0;
}

.user-feedback-box {
	background: url(../images/quote-icon-top.png) no-repeat 0 0;
	padding: 25px 0 0 15px;
	overflow: hidden;
}

.user-feedback {
	background: url(../images/quote-icon-bottom.png) no-repeat right bottom;
	padding: 0 25px 30px 0;
	overflow: hidden;
	font-family: 'Montserrat Semibold';
}

.user-feedback p {
	/*line-height: 1px;
	letter-spacing: 0.2px;*/
}

.home-product-area {
	padding: 0 0 70px 0;
	overflow: hidden;
}

.product-slider-area {
	position: relative;
}

.single-product {
	margin: 0 15%;
}

.product-item-inner {
	position: relative;
}

.product-item-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.services-area {
	background: #e1e1e1;
	padding: 15px 0 15px 0;
	margin: 0 0 50px 0;
}

.services-inner {
	position: relative;
	padding: 90px 0;
}

.services-title {
	position: absolute;
	left: 0;
	top: -38px;
}

.services-title h3 {
	font-family: 'Montserrat Bold';
	font-size: 16px;
	display: inline-block;
	background: #393938;
	color: #fff;
	padding: 15px 50px 15px 50px;
	text-transform: uppercase;
	border-radius: 5px;
}

.services-title h3:hover {
	background-color: #acba7e;
}

.services-row {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.services-item {
	width: 20%;
	margin: 0 0 0 0;
	text-align: center;
	background: url(../images/bullet01.png) no-repeat left 70%;
}

.services-icon {
	padding: 0 0 15px 0;
}

.services-item h4 {
	font-family: 'Montserrat Bold';
	font-size: 16x;
	line-height: 18px;
	text-transform: uppercase;
}

.services-item.first-item {
	background: none;
}

.footer-area {
	background: #696969;
	padding: 70px 0 40px 0;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}

.footer-container {
	padding: 0 8% 0 8%;
}

.footer-container a {
	color: #fff;
	text-decoration: none;
}

.footer-container a:hover {
	color: #acba7e;
	text-decoration: none;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
}

.footer-col1 {
	width: 23%;
	padding: 0 2% 0 0;
}

.footer-logo img {
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 215px;
}

.footer-col2 {
	width: 13%;
	padding: 0 2% 0 0;
}

.footer-col3 {
	width: 13%;
	padding: 0 2% 0 0;
}

.footer-col4 {
	width: 13%;
	padding: 0 2% 0 0;
}

.footer-col5 {
	width: 13%;
	padding: 0 2% 0 0;
}

.footer-col6 {
	width: 15%;
}

.footer-link,
.footer-address {
	padding: 35px 0 0 0;
}

.footer-row h4 {
	padding: 0 0 15px 0;
	font-size: 16px;
}

.footer-row ul li {
	padding: 0 0 3px 0;
}

.footer-row p {
	padding: 0 0 3px 0;
}

.footer-info {
	padding: 20px 0 0 0;
}

.copyright-info {
	padding: 0 0 0 0;
	text-align: center;
}

/* for vacatures page */

.vacuture-filter-area {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.vacuture-filter-inner {
	padding: 0 1%;
}

.vacuture-filter-inner h2 {
	font-family: 'Montserrat Bold';
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 20px 0;
}

.vacuture-filter-box {
	background: #fff;
	padding: 20px 40px;
	border-radius: 5px;
	overflow: hidden;
}

.filter-box-left {
	width: 78%;
	float: left;
}

.filter-bow-row {
	display: flex;
	flex-wrap: wrap;
}

.filter-box-col {
	width: 33.33%;
	margin: 0 0 0 0;
}

.filter-box-list {
	padding: 0 0 20px 0;
}

.filter-box-list h4 {
	font-family: 'Montserrat Bold';
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

.filter-box-list p {
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}

.filter-box-list p input {
	margin: 0 5px 0 0;
}

.filter-box-list p span {
	color: #bebdc4;
}

.filter-box-right {
	float: right;
	width: 22%;
}

.filter-button-area {
	padding: 50px 0 0 0;
	overflow: hidden;
}

.filter-button-area input {
	font-family: 'Montserrat Bold';
	width: 100%;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	background: #393938;
	border: none;
}

.form-send {
	padding: 0 0 15px 0;
}

.form-send input {
	background: url(../images/button-arrow.png) no-repeat 75% center #393938;
}

.form-send input:hover {
	background: url(../images/button-arrow.png) no-repeat 75% center #afba7e;
}

.form-reset {
	padding: 0 0 15px 0;
}

.form-reset input {
	background: #bcbdbc;
}

.form-reset input:hover {
	background: #afba7e;
}

.filter-button-area p {
	font-family: 'Montserrat Bold';
	text-align: center;
	text-transform: uppercasel;
	font-size: 10px;
	line-height: 14px;
	padding: 0;
	color: #949493;
}

.filter-button-area p a {
	color: #949493;
	text-decoration: none;
}

.filter-button-area p a:hover {
	color: #acba7e;
	text-decoration: none;
}

.vacatures-area {
	padding: 0 0 50px 0;
	overflow: hidden;
}

.vacutures-row {
	display: flex;
	flex-wrap: wrap;
}

.vacuture-list {
	width: 31.33%;
	margin: 0 1% 2% 1%;
}

.vacuture-inner {
	padding: 20px 20px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}

.vacuture-inner h2 {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

.vacuture-inner h2 a {
	color: #000;
	text-decoration: none;
}

.vacuture-inner h2 a:hover {
	color: #acba7e;
	text-decoration: none;
}

.vacuture-inner h4 {
	font-size: 14px;
	line-height: 14px;
	padding: 0 0 10px 0;
	color: #acba7e;
}

.vacuture-inner p {
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 20px;
}

.vacuture-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vacuture-button a {
	font-size: 14px;
	font-family: 'Montserrat Bold';
	background: #393938;
	color: #fff;
	display: inline-block;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	border-radius: 5px;
	text-transform: uppercase;
}

.vacuture-button a:hover {
	color: #fff;
	background: #acba7e;
	text-decoration: none;
}

.vacuture-pagination {
	text-align: right;
	padding: 20px 1% 20px 1%;
}

.vacuture-pagination p {
	padding: 0;
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
}

.vacuture-pagination a {
	color: #000;
	text-decoration: none;
}

.vacuture-pagination a:hover {
	color: #acba7e;
	text-decoration: none;
}

/* for vacatures details page */

.graybg {
	background: #393938;
}

.vacature-details-area {
	padding: 120px 0 50px 0;
	overflow: hidden;
}

.vacature-details-top {
	padding: 0 0 20px 0;
	overflow: hidden;
}

.vacature-details-top-left {
	float: left;
}

.vacature-details-top-right {
	float: right;
}

.vacature-details-top-right a {
	background: url(../images/bullet05.png) no-repeat 0 center;
	padding: 0 0 0 35px;
}

.vacature-details-top p {
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	padding: 0;
}

.vacature-details-info {
	padding: 0 0 0 0;
	overflow: hidden;
}

.vacature-details-info-left {
	width: 30%;
	float: left;
}

.vacature-wages-info {
	background: #fff;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 20px;
}

.vacature-wages-info h3 {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	padding: 0 0 20px 0;
}

.wages-list {
	padding: 0 0 5px 0;
	overflow: hidden;
}

.wages-caption {
	width: 40%;
	float: left;
}

.wages-info {
	width: 55%;
	float: right;
}

.wages-list span {
	font-family: 'Montserrat Bold';
}

.wages-list p {
	padding: 0;
}

.contact-person-pic {
	padding: 0 0 0 0;
	text-align: center;
}

.contact-person-pic img {
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 560px;
	margin: 0 0 -10px 0;
}

.direct-apply-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-person-box {
	background: #fff;
	border-radius: 5px;
	margin: 20px 0 20px 0;
	padding: 20px;
}

.contact-person-box h4 {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

.contact-person-box ul li {
	padding: 10px 0 10px 30px;
}

.contact-person-box ul li.phone {
	background: url(../images/phone-icon-black.png) no-repeat 0 center;
}

.contact-person-box ul li.email {
	background: url(../images/mail-icon-black.png) no-repeat 0 center;
}

.contact-person-box span {
	display: block;
	padding: 10px 0 0 0;
	text-align: right;
}

.contact-person-box span a {
	display: block;
	color: #acba7e;
	text-decoration: none;
	padding: 0 35px 0 0;
	background: url(../images/bullet04.png) no-repeat right center;
}

.vacuture-testimonial-box {
	padding: 15px 0 0 20px;
	margin: 50px 0 0 0;
	background: url(../images/quote-icon-top-2.png) no-repeat 0 0;
	text-transform: uppercase;
	text-align: right;
}

.vacuture-testimonial-inner {
	background: url(../images/quote-icon-bottom-2.png) no-repeat right bottom;
	padding: 0 20px 10px 0;
}

.vacuture-testimonial-box p {
	font-family: 'Montserrat Bold';
	padding: 0;
}

.vacature-details-info-right {
	width: 67%;
	float: right;
}

.vacuture-details-item {
	background: #fff;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 20px;
}

.vacuture-details-item h2 {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.vacuture-details-item p {
	padding: 10px 0;
}

.vacuture-details-item ul li {
	background: url(../images/bullet03.png) no-repeat 0 5px;
	padding: 0 0 0 25px;
	margin: 10px 0;
}

.tabs-button-area {
	padding: 20px 0 0 0;
}

.tabs-button-area ul {
	margin: 0 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tabs-button-area ul li {
	font-family: 'Montserrat Bold';
	background: #393938;
	color: #fff;
	padding: 15px 20px 15px 20px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
}

.tabs-button-area ul li:hover {
	background: #acba7e;
	color: #fff;
}

.tabs-button-area ul li.active {
	background: #acba7e;
}

.apply-button a {
	font-family: 'Montserrat Bold';
	background: #393938;
	color: #fff;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
}

.direct a {
	background: #acba7e;
}

.direct-apply-button a:hover {
	background: #393938;
}

.tab-container {
	padding: 20px 0;
	overflow: hidden;
}

.sollicitter-form-box {
	padding: 0 0 0 0;
	overflow: hidden;
	margin: 0 -1%;
}

.form-list {
	margin: 10px 10px;
	overflow: hidden;
}
.form-list-label{
	width: 20%;
	max-width: 150px;
	float: left;
	padding: 10px 0 0 0;
}
.form-list-input{
	width: 75%;
	float: right;
}
.form-list input {
	width: calc(100% - 22px);
	max-width: 325px;
	height: 40px;
	border: 1px solid #393938;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
	padding: 0 10px;
	background: #fff;
	opacity: 1;
	outline: none;
}
.form-list input::placeholder {
	color: #000;
	opacity: 1;
}
.form-list input:-ms-input-placeholder {
	color: #000;
}
.form-list input::-ms-input-placeholder {
	color: #000;
}
.form-list input.fileupload{
	padding: 10px 10px;
	height: 20px;
	background: #dddddd;
}
.form-list input.telefoon{
	max-width: 325px;
}
.form-list input.email{
	max-width: 325px;
}
.tab-form-send {
	margin: 20px 10px 0 10px;
	overflow: hidden;
}

.tab-form-send input {
	width: 140px;
	height: 42px;
	border: none;
	background: #393938;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 0;
	cursor: pointer;
}

.tab-form-send input:hover {
	background: #acba7e;
	color: #fff;
}

.show-mobile {
	display: none;
}
.scroll-up {
	font-size: 20px;
	margin: 50px 0 0 0;
	text-align: right;
	font-family: 'Montserrat Bold';
}
.scroll-up span{
	cursor: pointer;
}

/* for voorbeeld page */

.voorbeeld-box {
	background: #fff;
	padding: 20px 15px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 50px 0;
}

.voorbeeld-box h2 {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	padding: 0 0 20px 1%;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.voorbeeld-item {
	width: 31.33%;
	margin: 0 1% 0 1%;
}

.voorbeeld-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.voorbeeld-item p {
	padding: 0;
}

.voorbeeld-area {
	padding: 0 0 0 0;
	overflow: hidden;
}

.voorbeeld-area h2 {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	padding: 0 0 20px 1%;
}

.justify-space {
	justify-content: space-between;
}

.kennismaking-left {
	width: 65.5%;
}

.kennismaking-box {
	background: #fff;
	padding: 20px 15px;
	/*border-radius: 5px;*/
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.Kennismakings-item {
	width: 48%;
	margin: 0 1% 0 1%;
}

.Kennismakings-info p {
	padding: 0;
}

.Kennismakings-info span {
	font-size: 12px;
	font-family: 'Montserrat Bold';
	display: block;
	padding: 5px 0 0 0;
}

.Kennismakings-info span a {
	background: url(../images/bullet04.png) no-repeat right center;
	padding: 0 30px 0 0;
}

.kennismaking-right {
	width: 33.33%;
}

.kennismaking-thumb img {
	width: 100%;
	height: auto;
	display: block;
	/*border-radius: 10px;*/
}

.removespace {
	padding: 0 0 0 0;
}

.rnd_profile {
	border-radius: 50%
}

/* for onsteam page */

.onsteam-area{
	padding: 110px 0 50px 0;
	overflow: hidden;

}
.onsteam-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.onsteam-item{
	width: 31.33%;
	margin: 1% 1% 1% 1%;
}
.onsteam-inner{
	position: relative;
}
.onsteam-picture img{
	width: 100%;
	height: auto;
	display: block;
    border-radius: 5px;
}
.onsteam-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
	z-index:18;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
.onsteam-info{
	padding: 15px 20px 15px 20px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
.onsteam-info h3{
	font-size: 24px;
	line-height: 26px;
	padding: 0 0 10px 0;
}
.onsteam-info p{
	line-height: 24px;
	padding: 0 0 10px 0;
}
.onsteam-social-link{
	display: flex;
	flex-wrap: wrap;
}
.onsteam-social-link img{
	margin: 0 15px 0 0;
}
.onsteam-social-link span{
	font-weight: 700;
	font-size: 20px;
}
.onsteam-item:hover .onsteam-overlay{
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
