@font-face {
	font-family: "50plusmatching";
	src:url("https://www.50plusmatch.nl/fonts/50plusmatching.eot");
	src:url("https://www.50plusmatch.nl/fonts/50plusmatching.eot?#iefix") format("embedded-opentype"),
		url("fonts/50plusmatching.woff") format("woff"),
		url("fonts/50plusmatching.ttf") format("truetype"),
		url("https://www.50plusmatch.nl/fonts/50plusmatching.svg#50plusmatching") format("svg");
	font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.container {
    max-width: 950px;
    margin: auto;
    width: 80%;
}

h1 {
    font-size: 35px;
}

.header {
    padding: 100px 0;
    background-image: url(img/ouder-koppel.jpg);
    background-position: right;
    background-size: cover;
    position: relative;
}

.header .container {
    position: relative;
    z-index: 1;
}


.header:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff54;
}

#button-wrapper .knop {
    display: inline-block;
    min-width: 220px;
    margin: 20px 0 0 0;
}

.breadcr {
    display: block;
    margin-bottom: 20px;
}

.breadcr ul {
  margin: 0 0 0 0;
  padding: 0px;
}
.breadcr ul li{
  display: inline-block;
}
.breadcr ul li:after{
  content: " » ";
}
.breadcr ul li:last-child:after{
  content: "  ";
}

#info-blok-1 {
    padding: 40px 3% 40px 3% !important;
}

#info-blok-1 p {
    padding: 0;
}

.wrapper-content h3 {
    margin-top: 35px;
    font-style: normal !important;
}

.part-1 {
    display: flex;
}

.usp-block {
    display: block;
    width: 100%;
    padding: 20px;
    margin-left: 30px;
    background-color: #e9456f;
    color: white;
    font-size: 16px;
    min-width: 340px;
}

.usp-block ul {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100%;
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
}

.usp-block li:not(:last-of-type) {
    margin-bottom: 10px;
}

.usp-block li:before {
    content: "\47";
    font-family: "50plusmatching" !important;
    font-size: 17px;
    margin-right: 10px;
}

.usp-block li {
    text-indent: -27px;
    margin-left: 27px;
}

@media only screen and (max-width: 850px) {
	.part-1 {
	    display: block;
	}

	.usp-block {
    margin: 0;
    margin-top: 20px;
    min-width: auto;
}
.header {
    padding: 60px 0;
}
section#succesverhalen {
    padding-bottom: 25px;
}

}
