.profileheader {
	background-color: #36434c;
	position: relative;
}

.profileheader .content {
	color: #fff;
}

.profileheader .content.profileimage {
	min-height: 251px;
	background-size: cover;
	background-position: center;
}

.profileheader .content.noimage {
	min-height: 231px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin-top: 20px;
}

.profileheader .content p {
	margin: 0px 0px .3em 0px;
	line-height: 1.4em;
}

.profileheader .content h1 {
	margin: 20px 0px 0px 0px;
}

.profileheader .content p.bedrijfsnaam {
	margin: 20px 0px 0px 0px;
}

.profileheader .content a {
	color: #fff;
	text-decoration: none;
}

.profileheader .content a:hover {
	color: #ed3d80;
}

.profileheader .social {
	padding-bottom: 10px;
}

.profileheader .social span {
	width: 120px;
	font-size: 15px;
	color: #fff;
	font-family: 'Rokkitt', serif;
	text-align: right;
	vertical-align: top;
	display: inline-block;
	line-height: 1em;
}

.profileheader .social a {
	display: inline-block;
	width: 18px;
	height: 18px;
}

.profileheader .social a.facebook {
	background-image: url(../images/facebook.svg);
}

.profileheader .social a.twitter {
	background-image: url(../images/twitter.svg);
}

.profileheader .social a.linkedin {
	background-image: url(../images/linkedin.svg);
}

.profileheader .social a.instagram {
	background-image: url(../images/instagram.svg);
	background-color: #fff;
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

a.beoordeel {
	background-color: #ed3d80;
	color: #fff;
	font-family: 'Rokkitt', serif;
	text-decoration: none;
	float: left;
	display: block;
	width: 100%;
	font-size: 27px;
	font-weight: 900;
	padding: 10px 0px 10px 20px;
}

a.beoordeel span {
	background-color: #fff;
	color: #ed3d80;
	font-size: 21px;
	display: inline-block;
	font-weight: 600;
	padding: 6px 5px 2px 5px;
	line-height: 1em;
	margin-left: 10px;
	border: 1px solid #ed3d80;
}

a.beoordeel:hover span {
	background-color: #ed3d80;
	color: #fff;
	border: 1px solid #fff;
}

.row.profileheader .col article:first-child {
	padding-top: 0px;
	min-height: 200px;
}

.average {
	position: absolute;
	width: 140px;
	height: 140px;
	color: #fff;
	background-color: #ed3d80;
	top: -100px;
	right: 20px;
	text-align: center;
	font-family: 'Rokkitt', serif;
}

.average.less10 {
	background-color: #999;
}

.average .score {
	position: relative;
	height: 100px;
	line-height: 120px;
}

.average .score {
	font-size: 120px;
	font-weight: 900;
	font-family: 'Rokkitt', serif;
}

.average .score span {
	font-size: 50px;
	font-weight: 900;
	font-family: 'Rokkitt', serif;
	position: relative;
	top: -38px;
}

.average .reviews {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	line-height: 1.1em;
	display: block;
	text-decoration: none;
	color: #fff;
}

.average .reviews:hover {
	text-decoration: underline;
}

.profile .content {
	position: relative;
}

.profile .specialisaties ul {
	margin: 0px 0px 1em 0px;
	list-style-position: inside;
	padding: 0px;
}

.land {
	fill: #cccccc;
	fill-opacity: 1;
	stroke: white;
	stroke-opacity: 1;
	stroke-width: 0.5;
}

.land:hover {
	fill: #e72f79;
}

#map {
	position: relative;
	overflow: hidden;
	width: 400px;
	-webkit-mask-box-image: url(../images/netherlands.svg) 0 repeat;
	mask-border: url(../images/netherlands.svg) 0 repeat;
}

#map .location {
	width: 10%;
	height: 8.5%;
	border-radius: 50%;
	background-color: rgba(237, 62, 128, 0.7);
	position: absolute;
}

.company-stats {
	top: auto;
	bottom: -15px;
	padding-top: 20px;
}

.profile-reviews .review.photo {
	min-height: 180px;
}

.profile-reviews .date {
	color: #36434c;
	font-size: 12px;
}

.profile-reviews .review .photo {
	width: 81px;
	height: 81px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

.profile-reviews img {
	max-width: 100%;
}

.profile-reviews h2.lastreview {
	margin-bottom: 5px;
}

.profile-reviews h3.lastreview {
	margin: 0px 0px 5px 0px;
	font-weight: 300;
	font-size: 22px;
}

.profile-reviews .review.scoreGeen .date {
	color: #999;
}

.profile-reviews .review h3 {
	color: #ed3d80;
	font-size: 22px;
	font-weight: 400;
}

.profile-reviews .review.scoreGeen h3 {
	color: #999;
}

.profile-reviews .type {
	font-weight: 300;
}

.profile-reviews p em {
	font-weight: 600;
}

.profile-reviews .review p {
	width: 75%;
}

.profile-reviews p a.tocompanypage {
	color: #36434c;
}

.profile-reviews p a.tocompanypage:hover {
	color: #ed3d80;
}

a.tocompanypage:after {
	border-left: 10px solid #36434c;
}

a.tocompanypage:hover {
	color: #ed3d80;
}

a.tocompanypage:hover:after {
	border-left: 10px solid #ed3d80;
}

.review-legend {
	margin-bottom: 1em;
}

article.projecten {
	padding-left: 0px;
}

article.projecten .content {
	width: 540px;
}

article.projecten .content img {
	max-width: 100%;
}

article.projecten .subimage {
	float: left;
	width: 32%;
	margin-right: 2%;
}

article.projecten .subimage:nth-child(3n + 1) {
	margin-right: 0px;
}

article.locatie {
	padding-left: 0px;
}

article.locatie .content {
	width: 540px;
}

#locationmap {
	width: 100%;
	height: 300px;
}

.row .col2 {
	flex-basis: 100%;
	flex-wrap: wrap;
}

.row .col2 article {
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
}

.row .col2 .content {
	width: 1040px;
	margin: 0 auto;
}

.logos a {
	display: inline-block;
	max-height: 80px;
	margin-right: 15px;
}

.logos img {
	display: inline-block;
	max-height: 80px;
	margin-right: 15px;
	vertical-align: top;
	padding-bottom: 15px;
}

.logos a img {
	max-width: 100%;
	margin-bottom: 1em;
	max-height: 70px;
	display: block;
}

.content.noreviews {
	margin-bottom: 1em;
}
.mainimage {
	margin-bottom: .5rem;
}

.mainimage img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	min-width: 100%;
	height: auto;
}