header:before {
	content: '';

    position: absolute;
    bottom: 6px;
    left: 0;
    width: calc(50% - 470px);

    z-index: 1;
    height: 6px;
    background-color: #fff;
    box-shadow: 0px 6px 0px 0px #fff;
}
header:after {
	content: '';

    position: absolute;
    bottom: 6px;
    right: 0;
    left: calc(50% + 470px);

    z-index: 1;
    height: 6px;
    background-color: #fff;
    box-shadow: 0px 6px 0px 0px #fff;
}

.intro .name {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	font-style: italic;

	margin: -85px 0 0;
	position: relative;
	padding: 20px 60px 28px;
	background-color: rgb(27, 171, 212, .70);

	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: right 60px center;
}
.intro .name .line {
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;

	z-index: 1;
	height: 20px;
	overflow: hidden;
}
.intro .name .line .arrow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-size: 36px auto;
	background-repeat: no-repeat;
	background-position: 60px top;
	background-image: url(/static/img/hoofdlijnen/intro-arrow.png?v=2);
}
.intro .name .line .left {
	position: absolute;
	left: 0;
	top: 1px;
	width: 72px;

	height: 6px;
	background-color: #fff;
	border-top-right-radius: 65px;
	box-shadow: 0px 6px 0px 0px #1babd4;
}
.intro .name .line .right {
	position: absolute;
	left: 84px;
	top: 1px;
	right: 0;

	height: 6px;
	background-color: #fff;
	border-top-left-radius: 65px;
	box-shadow: 0px 6px 0px 0px #1babd4;
}
.intro .content {
	padding: 45px 60px;
	background-color: #1babd4;
}
.intro p {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
}

@media screen and (max-width: 1060px) {
	header:before {
		width: 60px;
	}
	header:after {
		left: auto;
 		width: 60px;
	}
}
@media screen and (max-width: 950px) {
	.intro .name {
		font-size: 32px;
	}
}
@media screen and (max-width: 900px) {
	header:before, header:after {
		width: 40px;
	}
}
@media screen and (max-width: 767px) {
	.intro .name {
		font-size: 28px;
		line-height: 28px;

		margin-top: -120px;
		padding: 15px 30px 20px;
	}
	.intro .name span {
		display: block;
		max-width: 250px;
	}
	.intro .content {
		padding: 30px;
	}
	.intro .content p {
		font-size: 19px;
		line-height: 30px;
	}
}
@media screen and (max-width: 440px) {
	header:before, header:after {
		width: 5%;
	}
}
