<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#primary-menu &gt; ul#menu-hoofdnavigatie &gt; li:last-child { margin-left: 20px; }
#primary-menu ul li:last-child&gt;a span {
    display: inline-block !important;
}
#primary-menu ul li:last-child&gt;a span.wpml-ls-display { display: none !important }
#primary-menu &gt; ul &gt; li:last-child ul { max-width: 80px; }
/*#primary-menu &gt; ul &gt; li:last-child &gt; a:after {
	content: "\e77a";
	font-family: 'font-icons';
	margin-left: 5px;
}*/
#primary-menu &gt; ul &gt; li:last-child &gt; a:before {
	content: "\ec62";
	font-family: 'font-icons';
	margin-right: 5px;
}

#primary-menu.style-3&gt;ul&gt;li.current&gt;a {
    background-color: #97BF0D !important;
}
#primary-menu.style-3&gt;ul&gt;li.current&gt;a:hover {
    background-color: #00284E !important;
}
#block-4 .col-padding { padding: 20px 60px !important }
#content { clear: both; }
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#primary-menu ul li { max-width: 130px; text-align: center; }
}
@media only screen and (min-width: 992px) {
	.row.contactdata {
		margin-right: -5px;
	    margin-left: -5px;
	}
	.row.contactdata &gt; div {
		padding: 0 5px !important;
	}
}
.row.contactdata .contact-detail { line-height: 160%; font-size: 16px; }
.row.contactdata .contact-detail i { vertical-align: middle; }
.row.contactdata .feature-box.media-box.fbox-bg .fbox-desc { padding-right: 5px; padding-left: 10px; }
.row { width: 100%; }

@media only screen and (max-width: 991px) {
	.contactpage .row { flex-direction: row-reverse; }
	.contactpage .row .col-md-5{ order: 2; }
	.contactpage .row .col-md-7{ order: 1; }
}</pre></body></html>