@font-face {
	font-family: 'SourceSansPro';
	src: url('SourceSansPro-Regular.ttf');
}
@font-face {
	font-family: 'SourceSansPro Light';
	src: url('SourceSansPro-Light.ttf');
}
@font-face {
	font-family: 'SourceSansPro ExtraLight';
	src: url('SourceSansPro-ExtraLight.ttf');
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'SourceSansPro Light';
	font-size: 18px;
	line-height: 30px;
}
.dc-header {
	color: #000;
	background: linear-gradient(130deg, rgba(220, 220, 220, 1) 0%, rgba(250, 250, 250, 1) 100%);
	position: relative;
	overflow: hidden;
	height: 675px;
}

.dc-header-background {
	/*transform: skewY(-4deg);*/
	position: absolute;
	top: 475px;
	left: -40px;
	width: 200%;
	height: 300px;
	background: #ffffff;
	z-index: 200;
	    border-top-left-radius:60%;
}

.dc-header-menu {
	max-width: 1200px;
	width: 80%;
	margin: 0 auto;
	padding: 0 auto;
	padding-top: 40px;
	position: relative;
	z-index: 5000;
}

.dc-header-content {
	max-width: 1200px;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

.dc-header-title {
	font-size: 36px;
	line-height: 42px;
	width: 50%;
	height: 175px; /*175px*/
	margin-top: 125px;
}

.dc-header-button {
	width: 50%;
}

.dc-header-image {
	font-size: 36px;
	width: 35%;
	float: right;
	position: absolute;
	right: 0;
	border-radius: 3px;
	top: 85px;
	/*z-index: 9000;*/
	filter: grayscale();
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
}

.dc-header-image img {
	width: 100%;
	/*border-radius: 3px;*/
}

.dc-header-title span {
	font-family: 'SourceSansPro';
}

.dc-menu {
	list-style-type: none;
	float: right;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
}

.dc-menu li {
	display: inline-block;
}

.dc-menu li a {
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

.dc-menu li a:hover {
	color: #C1272D;
}

.dc-logo {
	width: 200px;
	float: left;
}

.dc-more {
	position: relative;
	top: 20px;
	cursor: pointer;
}

.dc-more span {
	color: #777;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.dc-more img {
	width: 24px;
	display: block;
	margin: 0 auto;
	opacity: 0.5;
}

.dc-section-white {

}

.first-section {
	margin-top: -50px;
	z-index: 3000;
    position: relative;
}

h1, h2, h3, h4 {
	color: #C1272D;
	line-height: 160%;
	font-family: 'SourceSansPro ExtraLight';
}

.dc-companies {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dc-companies img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.5;
	width: 75px;
	padding: 15px 25px;
	align-self: center;
}

.dc-companies img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	opacity: 1;
}

.dc-section-white .dc-content, .dc-section-grey .dc-content {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	color: #555;
}

.dc-section-grey {
	/*clip-path: polygon(
		0 6vw,
		100% 0,
		100% calc(100% - 6vw),
		0 100%
	);*/
	background: #f0f0f0;
}

.dc-full-width-row {
	padding: 20px;
}

.dc-row {
    display: flex;
}

.dc-row-column {
    width: 50%;
}
.dc-row-column-60 {
    width: 60%;
}
.dc-row-column-40 {
    width: 40%;
}

.dc-row-column.dc-row-middle {
	align-self: center;
}

.dc-row-img {
	border-radius: 3px;
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	width: 100%;
}

h3 {
	margin-top: 0px !important;
}

.dc-content-title {

}

.dc-align-center {
	text-align: center;
}

.dc-cards {
	display: flex;
    width: 945px;
    margin: 0 auto;
}

.dc-cards .dc-card {
	background-color: #F4F4F4;
	border-radius: 5px;
	width: 235px;
	padding: 20px;
	text-align: center;
	margin: 0 20px;
}

.dc-card .dc-card-header {
	color: #333;
	margin-bottom: 10px;
}

.dc-card .dc-card-title {
	font-size: 36px;
	color: rgba(0, 99, 169, 1);
}

.dc-card .dc-card-subtitle {
	color: rgba(43, 152, 229, 1);
	margin-bottom: 10px;
}

.dc-card .dc-card-footer {
	margin-top: 20px;
}

.dc-button-blue {
    padding: 0px 36px;
    height: 40px;
    line-height: 40px;
    color: #C1272D;
    background: linear-gradient(135deg, rgba(0, 99, 169, 1) 0%, rgba(43, 152, 229, 1));
    border-radius: 20px;
    align-items: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.dc-button-blue:hover {
	background: rgba(43, 152, 229, 1);
}

.dc-button-white {
    padding: 0px 36px;
    height: 40px;
    line-height: 40px;
    color: #C1272D;
    border: 2px solid #C1272D;
    align-items: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
	font-size: 18px;
	font-family: 'SourceSansPro Light';
	background: none;
	outline: none;
	line-height: 40px;
}

.dc-button-white:hover {
	background: #C1272D;
	color: #ffffff;
}

.dc-mailsucces {
	color: #C1272D;
	font-family: 'SourceSansPro';
}

.dc-footer {
	background: #f0f0f0;
	height: 315px;
	color: #000000;
}

.dc-footer-content {
	width: calc(100% - 60px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
}

.dc-footer-contact {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dc-footer a {
	color: #000000;
}

.dc-footer .dc-logo {
	float: none;
}

.dc-box-3 {
	float: left;
	width: calc(100% / 3);
	position: relative;
	height: 240px;
	padding-top: 35px;
}

.dc-quote {
	padding-top: 0;
	font-style: italic;
}

.dc-quote-author {
	position: relative;
	top: -15px;
	font-family: 'SourceSansPro';
	font-style: normal;
}

.dc-menu-social {

}

.dc-menu-social img {
  width: 24px;
}

.dc-menu-social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dc-menu-social li {
  display: inline-block;
  padding: 15px;
}

.dc-menu-social a {
  opacity: 0.75;
  transition: opacity .3s;
}

.dc-menu-social a:hover {
  opacity: 1;
}

#dc-go-top {
	position: fixed;
	display: none;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
}

#dc-go-top img {
	width: 20px;
	-webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(180deg);        /* FF */
	-o-transform: rotate(180deg);          /* Opera */
	-ms-transform: rotate(180deg);         /* IE9 */
	transform: rotate(180deg);             /* W3C compliant browsers */
}

#dc-cookiebar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5000;
	height: auto;
	background: #000000;
	color: #ffffff;
	display: none;
	text-align: center;
}
.dc-show-cookiebar {
	display: block !important;
}

#dc-cookie-ok {
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 0px 10px;
	cursor: pointer;
	margin-bottom: 5px;
}
#dc-cookie-ok:hover {
	background: #ffffff;
	color: #000000;
}

.mbb-werkwijze {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mbb-werkwijze li:before {
  content: '✓';
  color: #C1272D;
  padding-right: 10px;
  display: inline-block;
}

.dc-footer-subtitle {
	color: #C1272D;
	font-family: "SourceSansPro";
}

input, textarea {
	border: 2px solid #d6d6d6;
	padding: 10px;
	outline: none;
	resize: none;
	font-family: 'SourceSansPro Light';
	font-size: 18px;

	width: 400px;
}

textarea {
	height: 150px;
}

input[type="submit"] {
	width: auto;
}

input:focus, textarea:focus {
	border-color: #C1272D;
}

@media only screen and (max-width: 1400px) {
	.dc-header {
		height: 475px;
	}
	.dc-header-background {
		top: 400px;
		height: 150px
	}
	.first-section {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 1120px) {
	.dc-header {
		height: 475px;
	}
	.dc-header-menu {
		width: 95%;
	}
	.dc-header-content {
		width: 95%;
	}
	.dc-header-background {
		top: 400px;
		height: 150px
	}
	.dc-cards {
		width: 845px;
	}
	.dc-section-white .dc-content, .dc-section-grey .dc-content {
		width: 95%;
	}
	.dc-row-license {
		width: 100%;
	}
}
@media only screen and (max-width: 900px) {
	body {
		overflow-x: hidden;
	}
	.dc-header-image {
		display: none;
	}
	.dc-header-title, .dc-header-button {
		width: 100%;
		text-align: center;
	}
	.dc-logo {
		width: 200px;
		margin: 0 auto;
		float: none;
	}
	.dc-header-menu .dc-menu-social {
		float: none;
		border-left: none;
		margin-left: 0;
	}
	.dc-header-menu .dc-menu-social ul {
		text-align: center;
	}
	.dc-menu {
		float: inherit;
		margin: 10px auto 0 auto;
		width: 270px;
	}
	.dc-header-title {
		margin-top: 0px;
		height: 125px;
	}
	.dc-row {
		display: block;
	}
	.dc-row-column {
		width: 92%;
	}
	.dc-row-img {
		width: 100%;
	}
	.dc-cards {
		display: block;
		width: inherit;
	}
	.dc-cards .dc-card {
		margin: 15px 0;
		width: calc(100% - 30px);
	}
	.dc-section-white .dc-content, .dc-section-grey .dc-content {
		width: 90%;
	}
	.dc-footer {
		height: 550px;
	}
	.dc-box-3 {
		width: 100%;
		display: block;
		float: none;
		height: auto;
		padding-bottom: 20px;
	}
	.dc-box-3:first-child {
		padding-top: 0;
	}
	.dc-box-3:last-child {
		padding-top: 0;
	}
}
@media only screen and (max-width: 470px) {
	.dc-header {
		height: 500px;
	}
	.dc-header-background {
		top: 425px;
	}
	.dc-header-title {
		height: 175px;
	}
}
@media only screen and (min-width: 1400px) {
	.dc-header {

		height: 675px;
	}
	.dc-header-title {
		margin-top: 220px;
	}
	.dc-row-license {
		width: 100%;
	}
}
