/*
Theme Name:     B2B Online
Template:       twentytwentyone
Description:    Twenty Twenty-One child theme
Version:        1.1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    twentytwentyone
Images License: GNU General Public License v2 or later
*/

@font-face {
	font-family: quicksand;
	src: url("assets/fonts/Quicksand-Bold.woff2") format("woff2");
	font-weight:700;
	font-style:normal;
	font-display:swap
}

@font-face {
	font-family: quicksand;
	src: url("assets/fonts/Quicksand-Medium.woff2") format("woff2");
	font-weight:500;
	font-style:normal;
	font-display:swap
}

@font-face {
	font-family: quicksand;
	src: url("assets/fonts/Quicksand-Regular.woff2") format("woff2");
	font-weight:400;
	font-style:normal;
	font-display:swap
}

html {
	font-size: 62.5%;
}

body {
	font-family: quicksand;
}

h1 {
	font: 700 3.8rem/1 quicksand;
	color: #003781;
	margin-bottom: .8rem;
}

h2 {
	font: 700 3.7rem/1 quicksand;
	color: #003781;
	margin-bottom: 2rem;
}

h3 {
	font: 700 2.6rem/1 quicksand;
	color: #003781;
	margin-bottom: 1rem;
}

.container {
	max-width: 1400px;
}

.site-header {
	padding: 1rem 0;
	animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: .5s;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	box-shadow: 0 0 3rem rgb(0 0 0 / 8%);
	transition: padding;
	padding: 0;
}

.logged-in .site-header {
	top: 32px;
}

.site-logo {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.site-logo img {
	max-width: 125px;
}

.site-main {
	padding-bottom: 4rem;
}

.primary-navigation {
	margin-left: 0;
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.primary-navigation .primary-menu-container > ul > .menu-item {
	margin-right: 6rem;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a:hover,
.primary-navigation .primary-menu-container > ul > .menu-item.current_page_item > a {
	color: #f5a723;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
	font: 700 1.6rem/1.4 Verdana;
	font-family: quicksand;
	padding-left: 0;
	padding-right: 0;
	text-decoration: none;
	color: #003781;
}

#primary-menu-list li:first-child a {
	font-size: 0;
}

#primary-menu-list li:first-child.current-menu-item a:before {
	background-image: url(assets/img/home-active.svg);
}

#primary-menu-list li:first-child a:before {
	content: "";
	background-image: url(assets/img/home.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.banner-container {
	margin-top: 11.8rem;
}

.banner {
	height: 100%;
	background-image: url(assets/img/default-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.page-template-template-homepage .banner-inner {
	height: 80rem;
}

.banner-inner {
	height: 270px;
	height: 27rem;
	position: relative;
	overflow: hidden;
}

.banner-top,
.banner-bottom {
	width: 100%;
	position: absolute;
	z-index: 3;
}

.banner-bottom {
	bottom: -1rem;
}

.banner-bottom svg {
	width: 100%;
	height: 100%;
}

.usps_container {
	position: absolute;
	top: 0;
	width: 100%;
}

.usps_wrapper {
	width: 50%;
	padding: 2rem 0;
}

.usps {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}

.usp {
	margin: .5rem 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 1.5rem 0;
}

.usp a {
	font: 500 1.5rem/1.2 quicksand;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.usp a:before {
	background-size: 2.8rem 2.8rem;
	height: 2.8rem;
	width: 2.8rem;
	margin-left: -4.5rem;
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	top: -.5rem;
	left: 0;
	background-repeat: no-repeat;
	transition: .6s;
}

.usp a.target:before {
	background-image: url(assets/img/usp-target.svg);
}

.usp a.brain:before {
	background-image: url(assets/img/usp-brain.svg);
}

.usp a.organic:before {
	background-image: url(assets/img/usp-organic.svg);
}

.home .video-header,
.video-header {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
}

.video-header video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 5rem;
}

.slogan-container,
.banner-slogan {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%;
}

.banner-slogan h2.page-title {
	padding-top: 2rem;
	font-size: 6.3rem;
	text-align: left;
}

.slogan-container {
	background-color: rgba(0,89,186,.65);
	left: 0;
}

.banner-slogan {
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: column nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-slogan h2 {
	padding-top: 6rem;
	font-size: 9.2rem;
	font-weight: 700;
	font-family: quicksand;
	color: #fff;
	text-align: center;
	text-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

.banner-slogan .button__group {
	padding-top: 4rem;
	text-align: center;
}

.banner-slogan .button__link {
	margin-bottom: 2rem;
}

.banner-slogan .button__link a {
	padding: 1.2rem 2.8rem;
	border-radius: 2.5rem;
	border: .1rem solid transparent;
	font: 700 1.25rem/1 quicksand;
	text-transform: uppercase;
	color: #fff;
	background-color: #f5a723;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
	display: block;
}

.banner-slogan a {
	font: 400 16px/1.6 quicksand;
	font: 400 1.6rem/1.6 quicksand;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #fff;
	text-decoration: underline;
}

.site-footer {
	padding-bottom: 0;
}

.footer-top {
	background: url(assets/img/wave-footer-opacity-70.svg) center center no-repeat;
	background-size: cover;
	margin-bottom: -8rem;
	position: relative;
	top: .3rem;
	max-width: 100%;
	height: 263px;
}

.footer-menu-wrapper {
	background-color: #0059ba;
	padding-bottom: 6rem;
}

.footer-menu-wrapper .site-logo {
	margin-top: 0;
}

.footer-menu-wrapper .site-logo svg {
	width: 12.9rem;
}

.footer-menu-wrapper h4 {
	padding-top: 2rem;
	font: 700 2.2rem/1 quicksand;
	text-transform: uppercase;
	color: #fff;
}

.footer-menu-wrapper .block ul {
	list-style: none;
	font-size: 1.7rem;
	font-weight: 400;
    font-family: quicksand;
    line-height: 1.3;
    color: #fff;
    padding-top: 3rem;
}

.footer-menu-wrapper .block ul li {
	padding-bottom: 1rem;
}

.footer-menu-wrapper .block ul li a {
	font-size: 1.6rem;
	color: #fff;
}

.footer-menu-wrapper .block ul li a:hover {
	text-decoration-style: solid;
}

.menu-social-container ul li a {
	display: inline-block;
}

.menu-social-container ul li a svg {
	fill: #fff;
}

.footer-newsletter {
	background-color: #003781;
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.footer-newsletter h4 {
	padding-top: 4rem;
	padding-bottom: 1rem;
	font: 700 2rem/1 quicksand;
	color: #fff;
}

.footer-newsletter .form-group {
	padding-top: 2rem;
	padding-bottom: 2rem;
    width: 25rem;
	margin-right: 2rem;
}

.footer-newsletter .form-group input {
	margin-bottom: 0;
	font: 500 1.6rem/1 quicksand;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 1rem;
}

.footer-newsletter button {
	padding: 1.2rem 2.8rem;
	border-radius: 2.5rem;
	border: .1rem solid transparent;
	font: 700 20px/1 quicksand;
	font: 700 1.25rem/1 quicksand;
	text-transform: uppercase;
	color: #fff;
	background-color: #f5a723;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
}

.footer-bottom {
	background-color: #002658;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #fff;
	font: 400 1rem/1 quicksand;
	font-size: 1.2rem;
}

.footer-bottom a,
.footer-bottom a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-bottom ul li {
	display: inline-block;
}

.footer-links li:nth-child(2):before {
	content: " | ";
	padding: 0 1rem;
	color: #fff;
}

a:hover {
	text-decoration-style: solid;
}

.page-home .section-1 .column-1 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.page-home .section-1 .column-1 h1 {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.page-home .section-1 .column-1 ul li {
	color: #f5a723;
	padding-bottom: 1rem;
	font: 400 1.8rem/1.6 quicksand;
	list-style: disc;
}

.page-home .section-1 li a, 
.page-home .section-1 li a:active, 
.page-home .section-1 li a:visited {
	font: 700 16px/1.6 quicksand;
	font: 700 1.6rem/1.6 quicksand;
	font-size: 20px;
	font-size: 2rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #f5a723;
	text-decoration: none;
}

.site-main p {
	color: #5d5d5d;
	font: 400 1.8rem/1.6 quicksand;
	padding-bottom: 2rem;
}

.site-main ul {
	padding-left: 2rem;
	list-style: none;
}

.services_circle-container {
	text-align: right;
	position: relative;
	padding: 0 40px;
}

.services_circle {
	display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.services_circle-container img {
	min-width: 34rem;
	position: relative;
	max-width: 100%;
	visibility: hidden;
}

.services_circle a {
	display: block;
	height: 100%;
}

.services_circle #OnlineMarketing {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 70%;
	clip-path: polygon(97% 0, 97% 70%, 23% 100%, 0 100%, 0 0);
}


.services_circle #MarketingAutomation {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 70%;
	clip-path: polygon(100% 0, 100% 100%, 79% 100%, 4% 70%, 4% 0);
}

.services_circle #WebOntwikkeling {
	position: absolute;
	bottom: 0;
	height: 50%;
	width: 100%;
	clip-path: polygon(50% 4%, 100% 60%, 100% 100%, 0 100%, 0 60%);
}

.services_circle #OnlineMarketing a {
	background: url(assets/img/OnlineMarketing.svg) no-repeat left top;
	background-size: 200%;
}

.services_circle #MarketingAutomation a {
	background: url(assets/img/MarketingAutomation.svg) no-repeat right top;
	background-size: 200%;
}

.services_circle #WebOntwikkeling a {
	background: url(assets/img/WebOntwikkeling.svg) no-repeat center bottom;
	background-size: 100%;
}

.content-area div[class^="section-"].no-margin {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 165px;
	padding-bottom: 165px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-home .section-2 {
	margin-top: -85px;
}

.page-home .section-2,
.page-home .section-4 {
	padding-top: 165px;
}

.page-home .section-3 {
	margin-top: 6rem;
}

.page-home .section-2 .mejs-container, 
.page-home .section-2 .mejs-container .mejs-controls, 
.page-home .section-2 .mejs-embed, 
.page-home .section-2 .mejs-embed body {
	background: unset;
}

.page-home .section-2 .mejs-overlay-play {
	background-color: rgba(0,55,129,.4);
}

.page-home .section-3 h2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.page-home .section-3 p {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: inline-flex;
	width: 100%;
	padding: 2rem 0;
}

.page-home .section-3 a {
	display: flex;
	align-items: center;
}

.page-home .section-2 img {
	max-width: 12rem;
	transition: transform .4s;
}

.page-home .section-2 img:hover {
	transform: scale(1.05);
}

.page-home .section-4 h2 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.page-home .section-4 a.btn {
	padding: 1.2rem 2.8rem;
	border-radius: 2.5rem;
	border: .1rem solid #f5a723;
	font: 700 20px/1 quicksand;
	font: 700 1.25rem/1 quicksand;
	text-transform: uppercase;
	color: #f5a723;
	background-color: transparent;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
}

.page-home .section-4 a.btn:hover {
	background-color: #f5a723;
	color: #fff;
}

.cases-widget {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.cases-widget .case {
	margin-bottom: 8rem;
}

.cases-widget .case-inner {
	height: 100%;
	position: relative;
}

.cases-widget .case:nth-child(odd) {
	padding-right: 5rem;
}

.cases-widget .case:nth-child(even) {
	padding-left: 5rem;
}

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

.case_link:before {
	content: " ";
	display: block;
	background-color: #003781;
	background-color: rgba(0,55,129,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: .7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.case_image-wrapper {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.case_image-wrapper img {
	width: 100%;
	max-width: 100%;
	height: auto;
	transition: transform .2s;
	-o-object-fit: cover;
	object-fit: cover;
}

.case_title {
	color: #fff;
	position: absolute;
	z-index: 2;
	padding: 0 3.5rem;
	transition: .2s;
	text-align: center;
	text-shadow: 0 3px 11px #5d5d5d;
	font: 700 4.5rem/1 quicksand;
}

.case_subtitle {
	position: absolute;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	transition: .2s;
	color: #fff;
	font: 400 1.8rem/1 quicksand;
}

.case_icons {
	position: absolute;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	transition: .2s;
}

.case .button__link {
	position: absolute;
	z-index: 3;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
}

.case .button__link a {
	padding: 1.2rem 2.8rem;
	border-radius: 2.5rem;
	border: .1rem solid transparent;
	font: 700 1.25rem/1 quicksand;
	text-transform: uppercase;
	color: #fff;
	background-color: #f5a723;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
}

.case .button__link a:hover {
	background-color: #e5940a;
	color: #fff;
}

.case_link:focus img, 
.case_link:hover img {
	transform: scale(1.05);
}

.case_link:focus .case_title, 
.case_link:hover .case_title {
	text-shadow: none;
	transform: translateY(-6rem);
}

.case_link:focus .case_subtitle, 
.case_link:hover .case_subtitle {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.case_link:focus .case_icons, 
.case_link:hover .case_icons {
	transform: translateY(6rem);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.cases-icon {
	height: 56px;
	height: 3.5rem;
	width: 56px;
	width: 3.5rem;
	margin: 0 .5rem;
	display: inline-flex;
}

.cases-icon.Online-marketing {
	background: url(assets/img/case-icon-online-marketing.svg);
}

.cases-icon.Web-development {
	background: url(assets/img/case-icon-web-development.svg);
}

.entry-footer > span.edit-link {
	display: none;
}

.cta_container {
	margin-right: -15px;
	margin-left: -15px;
}

.cta_wrapper {
	position: relative;
	background-color: #003781;
	padding-bottom: 6rem;
}

.cta_header-wave {
	background: url(assets/img/wave-cta.svg) no-repeat top left;
	background-size: cover;
	position: relative;
	height: 62px;
	width: 100%;
	margin-top: 20px;
}

.cta_content {
	padding-top: 8rem;
	text-align: center;
}

.cta_content h2,
.cta_content p {
	color: #fff;
}

.cta_content p {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.cta_wrapper .btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta_wrapper .btn-container a.primary-btn,
.cta_wrapper .btn-container a.secondary-btn {
	padding: 1.2rem 2.8rem;
	border-radius: 2.5rem;
	border: .1rem solid transparent;
	font: 700 1.25rem/1 quicksand;
	text-transform: uppercase;
	color: #fff;
	background-color: #f5a723;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
	margin-left: 1rem;
	margin-right: 1rem;
}

.cta_wrapper .btn-container a.secondary-btn {
	background-color: transparent;
	border: 1px solid #fff;
}

.kennisdeling-container h2 {
	text-align: center;
	padding-top: 8rem;
	padding-bottom: 4rem;
}

.row-custom-ml {
	margin-left: -3rem;
	margin-right: -3rem;
}

.blog-item,
.news-item {
	padding-bottom: 4rem;
}

.blog-item .image-wrapper,
.news-item .image-wrapper {
	width: 100%;
	overflow: hidden;
}

.blog-item .image-wrapper img,
.news-item .image-wrapper img {
	max-width: 100%;
	transition: transform .4s;
}

.blog-item a:hover .image-wrapper img,
.news-item a:hover .image-wrapper img {
	transform: scale(1.05);
}

.blog-item h3,
.news-item h3 {
	font: 700 2.6rem/1 quicksand;
	color: #003781;
	height: 144px;
	text-align: center;
	padding: 4rem 4rem 0 4rem;
	margin-bottom: 1rem;
	justify-content: center;
	align-items: center;
	display: flex;
}

.kennisdeling-container .btn-container,
.blog-item .btn-container,
.news-item .btn-container {
	padding-top: 4rem;
	text-align: center;
}

.blog-item .btn-container a.btn,
.news-item .btn-container a.btn {
	padding: 1.2rem 2.8rem;
	border-radius: 2.5rem;
	border: 0;
	font: 700 1.25rem/1 quicksand;
	text-transform: uppercase;
	color: #fff;
	background-color: #0059ba;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
}

.blog-item .btn-container a.btn:hover,
.news-item .btn-container a.btn:hover {
	background-color: #004591;
	color: #fff;
}

.kennisdeling-container a.btn-overview {
	padding: 1.2rem 2.8rem;
	border-radius: 2.5rem;
	border: .1rem solid #f5a723;
	font: 700 1.25rem/1 quicksand;
	text-transform: uppercase;
	color: #f5a723;
	background-color: transparent;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
}

.kennisdeling-container a.btn-overview:hover {
	background-color: #f5a723;
	color: #fff;
}

.breadcrumbs-container {
	margin-bottom: 4rem;
}

.breadcrumbs-container #crumbs,
.breadcrumbs-container #crumbs a,
.breadcrumbs-container #crumbs span {
	color: #5d5d5d;
	text-decoration: none;
	display: inline;
	font: 300 1.6rem/1.7 quicksand;
}

.content-area div[class^="section-"] {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.page-template-default .btn-holder {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.page-template-default .btn-holder .btn {
	padding: 1.2rem 2.8rem;
	border-radius: 2.5rem;
	border: .1rem solid transparent;
	font: 700 20px/1 quicksand;
	font: 700 1.25rem/1 quicksand;
	text-transform: uppercase;
	color: #fff;
	background-color: #f5a723;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
}

.page-template-default .btn-holder .btn:hover {
	background-color: #e5940a;
	color: #fff;
}

.page-onze-kracht .section-3 {
	margin-top: 6rem;
}

.page-template-default .content-area img {
	transition: transform .4s;
	max-width: 100%;
}

.page-template-default .content-area .case-icon img:hover {
	transform: scale(1.05);
}

.page-onze-kracht .section-4 .column-2 p {
	overflow: hidden;
}

.page-onze-kracht .section-4 .column-2 {
	-ms-flex-item-align: center;
	align-self: center;
}

.page-onze-kracht .section-4 ul li {
	color: #f5a723;
	padding-bottom: 1rem;
	font: 400 1.8rem/1.6 quicksand;
	list-style: disc;
}

.page-onze-kracht .section-4 li a, 
.page-onze-kracht .section-4 li a:active, 
.page-onze-kracht .section-4 li a:visited {
	font: 700 16px/1.6 quicksand;
	font: 700 1.6rem/1.6 quicksand;
	font-size: 20px;
	font-size: 2rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #f5a723;
	text-decoration: none;
}

.case-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

.case_icon-wrapper {
	justify-content: center;
	align-items: center;
}

.case_icon-wrapper img {
	width: 100%;
	height: auto;
}

body .content-area .section-2 .case_icon-wrapper img {
	max-width: 160px;
	max-width: 10rem;
}


body .content-area .section-5 .case_icon-wrapper img,
body .content-area .page-home .case_icon-wrapper img,
body .content-area .page-diensten .case_icon-wrapper img {
	max-width: 192px;
	max-width: 12rem;
}

.page-cases .section-1 p strong,
.page-diensten .section-1 p strong {
	font: 700 2rem/1.6 quicksand;
}

.page-diensten .section-2 .column-2 h2 {
	padding-top: 4rem;
}

.page-diensten .section-3 p {
	padding: 1.5rem 0;
	font: 400 2rem/1.6 quicksand;
}

.page-diensten .section-3 img {
	padding-bottom: 2rem;
}

.page-diensten .section-3 h2 {
	max-width: 29rem;
}

.page-diensten .section-3 h2 a {
	font: 700 1.6rem/1.6 quicksand;
	font-size: 3.7rem;
	line-height: 1;
	color: #003781;
	text-decoration: none;
}

.page-diensten .section-3 .column-1,
.page-diensten .section-3 .column-2 {
	padding-right: 10rem;
}

.page-diensten .section-3 .column-1,
.page-diensten .section-3 .column-2,
.page-diensten .section-3 .column-3 {
	position: relative;
	padding-bottom: 8rem;
	margin-bottom: 4rem;
}

.page-diensten .section-3 .btn-holder {
	position: absolute;
	bottom: 0;
}

.page-werkwijze .section-1 img {
	width: 100%;
}

.content-area .page-werkwijze .section-3,
.content-area .page-werkwijze .section-5 {
	padding-top: 165px;
}

.page-werkwijze .section-4 {
	margin-top: 8rem;
}

.page-werkwijze .section-6 {
	margin-top: 6rem;
}

.content-area .page-werkwijze .case_icon-wrapper img {
	max-width: 192px;
	max-width: 12rem;
}

.page-over-ons .section-3 .column-1,
.page-over-ons .section-4 .column-2,
.page-over-ons .section-6 .column-2 {
	-ms-flex-item-align: center;
	align-self: center;
}

.page-over-ons .section-4 {
	margin-top: 6rem;
	margin-bottom: 2rem;
}

.page-over-ons .section-6 ul li {
	color: #f5a723;
	padding-bottom: 1rem;
	font: 400 1.8rem/1.6 quicksand;
	list-style: disc;
}

.page-over-ons .section-6 li a, 
.page-over-ons .section-6 li a:active, 
.page-over-ons .section-6 li a:visited {
    font: 700 16px/1.6 quicksand;
    font: 700 1.6rem/1.6 quicksand;
    font-size: 20px;
    font-size: 2rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #f5a723;
    text-decoration: none;
}

.content-area .page-over-ons .case_icon-wrapper img {
	max-width: 192px;
	max-width: 12rem;
}

button.btn-filter {
	padding: 1.2rem 2.8rem;
	border-radius: 2.5rem;
	border: .1rem solid #003781;
	font: 700 1.25rem/1 quicksand;
	text-transform: uppercase;
	color: #003781;
	background-color: transparent;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
}

button.btn-filter.selected,
button.btn-filter:hover {
	background-color: #002658;
	color: #fff;
}



/* single pages */
.singular .entry-title {
    color: #003781;
    font-size: 36px;
    font-weight: 700;
}
.singular .has-post-thumbnail .entry-header {
padding-bottom: 1.5rem;
}
.singular .h2 {
    font-size: 35px;
}
.singular .entry-content a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}
.singular .entry-content a:hover {
    text-decoration: none;
}