/* HERO component */
.hero-component .section-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	opacity: 1;
	visibility: inherit;
	position: relative;
	box-sizing: border-box;
	/*height: 1280px;*/
	height: 450px;
}

.hero-component .fa-check {
	color: #96c11f;
}

.container-1 {
    display: grid;
    align-content: center;
    bottom: 0;
}
.container-2 {
    height: 100%;
    display: grid;
    align-content: center;
}

.info-list-block {
	background-color: rgba(0, 0, 0, 0.5);
}
.info-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	white-space: nowrap;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
	font-family: "Open Sans";
	visibility: inherit;
	transition: none;
	text-align: inherit;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	min-height: 37px;
	max-height: 37px;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
	align-items: center;
}
.info-list li:not(:last-child)::after {
	content:' | ';
	margin: 0 8px;
}
.info-list li {
	margin: 0 5px;
}
.info-list li .fa {
	margin-right: 5px;
}
/*.info-list li:last-child::after {
	content: unset;
}*/

.hero-component .heading {
	white-space: normal;
	font-size: 3rem;
	line-height: 55px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
	font-family: "Source Serif Pro";
	visibility: inherit;
	transition: none;
	text-align: inherit;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	min-height: 166px;
	max-height: 166px;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.86);
}
.home .hero-component .heading {
	font-size: 42px;
	line-height: 48px;
}
.hero-component .btn {
	white-space: normal;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: rgb(255, 255, 255);
	font-family: Roboto;
	background-color: rgba(233, 65, 135, 0.75);
	border-radius: 3px;
	outline: none;
	box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
	box-sizing: border-box;
	visibility: inherit;
	transition: none;
	text-align: inherit;
	margin: 0px;
	padding: 12px 2rem;
	letter-spacing: 0px;
	/* min-height: 61px; */
	/* max-height: 61px; */
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
	border: 1px solid var(--gren-white-color);
}
@media (max-width: 767px) {
    .hero-component .section-wrapper {
        height: 480px;
    }
    .hero-component .section-wrapper {
        /*height: 480px;*/
    }
    .hero-component .heading {
        min-height: unset;
        max-height: unset;
        margin-bottom: 1.5rem;
    }
    .hero-component .heading {
        /*font-size: 24px;*/
        /*line-height: 28px;*/
        min-height: unset;
        max-height: unset;
        margin-bottom: 1.5rem;
    }
    .info-list {
        font-size: 11.5px;
    }
    
}
@media (max-width: 600px) {
	
	.info-list-block .info-list {
		font-size: 10px;
	}
	.hero-component .container-1 {
		padding-left:0;
		padding-right:0;
	}
}
@media (max-width: 575px) {
    .hero-component .container-2 {
        transform: translateY(5rem);
    }
}
@media (max-width: 530px) {
	.info-list-block .info-list {
		font-size: 9px;
	}
}
@media (max-width: 480px) {
	.info-list-block {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hero-component .section-wrapper {
        height: 600px;
    }
    .hero-component .heading {
        font-size: 30px;
        line-height: 36px;
        min-height: unset;
        max-height: unset;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-component .section-wrapper {
        height: 800px;
    }
    .hero-component .heading {
        font-size: 38px;
    }
}

/* single post */
.single-blog-content {
	max-width: 1000px;
	margin: auto;
	background-color: white;
	padding: 40px;
	margin-top: -150px;
	z-index: 10;
	border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 1px 1px 25px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 25px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 25px -3px rgba(0, 0, 0, 0.5);
}

/* share component */
.socialstreepje {
    background-color: #e94187;
    width: 100px;
    height: 2px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.shareitnow a {
	color: #0074bd;
	-webkit-transition: all 0.3s ease-in-n-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 20px;
	margin-right: 16px;
}

.shareitnow .fa {
    border-radius: 100px;
    border: 1px solid #e94187;
    color: #e94187;
    background-color: white;
}

.shareitnow .fa-facebook {
    padding: 8px 12px;
}
.shareitnow .fa-twitter {
    padding: 8px 9px;
}
.shareitnow .fa-linkedin {
    padding: 8px 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-linkedin:before {
	content: "\f0e1";
}

.fa-facebook:hover, .fa-twitter:hover, .fa-linkedin:hover {
    color: #29235c;
}


/* news */
.news-column.text-column ul {
	list-style: unset;
}

/* single vacatures */
.single-staff-member #primary {
    background-color: #efefef;
}
