<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Webconcurrent Template 41
Theme URI: http://www.webconcurrent.nl
Author: Webconcurrent
Author URI: http://www.webconcurrent.nl;
Description: Nieuwe template opmaat gemaakt door Webconcurrent met nieuwe functionaliteiten zoals koppelingen met social media
Version: 1.0
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready

*/

/* Reset CSS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


/* Theme CSS */

strong {
	font-weight: bold;
}

.overlay {
	position:absolute;
	z-index:999;
	background:white;
	background:rgba(255,255,255,0.95);
	width:100%;
	height:900px;
	display:none;
	cursor:pointer;
	height:100vh;
}

em {
	font-style: italic;
}

.close {
	position:absolute;
	right:10px;
	top:10px;
	font-size:32px;
	color:black;
}

.edit {
	text-align:center;
	padding: 10px;
	border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
	border: 2px dotted #888888;

}

.edit .button {
	padding: 5px !important;
	line-height: 14px !important;
    font-size: 13px !important;
    color:white !important;
}

body {
	font-family:"Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
    -webkit-font-smoothing: antialiased;
}

a {
	text-decoration:none;
	color:black;
}

header {
	line-height: 25px;
}

.top-header {
	background:#f8f8f8;
	padding:10px 0;
}

.logo {
	max-width:280px;
}

.logo12 {
	text-align:center;
}

#main-12 {
	float:none !important;
	text-align:center;
}

.top-header .slogan {
	font-style:italic;
    padding-top: 18px;
}

.top-header .phone {
    font-size: 18px;
    font-weight:bold;
    margin-left:30px;
}

.top-header ul li {
	float:left;
	border-right:1px solid #999;
	padding:0 10px;
}


.top-header ul li:last-child {
	border:none;
}

.top-header ul li a {
	color: #727272;
}

.top-header ul li a:hover {
	text-decoration:underline;
}

.top-header i:first-child {
	margin-left:0;
}

.top-header i {
	margin-left:20px;
	font-size:17px;
}

.main {
	margin-top:12px;
}

.middle-header {
	background:white;
	padding: 20px 0 20px 0;
}

.middle-header h1 {
	font-size: 26px;
    line-height: 39px;
}

.middle-header ul li {
	display:inline-block;
}

.middle-header ul li:hover ul.sub-menu {
	display:block;
}

.middle-header ul li a {
	padding:0 15px;
}

.middle-header ul li ul li {
	display:block;
	margin-bottom:5px;
}

.middle-header ul li ul li:last-child {
	margin-bottom:0;
}

.middle-header .sub-menu, .middle-header .children {
	position: absolute;
    background: #fff;
    padding: 15px;
    margin-left: 10px;
    border: 2px solid #eaeaea;
    z-index: 999;
    display:none;

}

.middle-header .sub-menu a, .middle-header .children a {
    font-size: 15px;
    white-space: nowrap;
    padding:0;
}

.bottom-header {
	padding:20px 0;
 	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
 	color:white;
 	font-size:16px;
 	text-align:center;
}

.dienst-item {
	overflow:hidden;
}

.dienst-item .post-title {
	color: white;
    position: absolute;
    top:48%;
    top: calc(50% - 15px);
    width: 100%;
    font-size: 39px;
    text-align: center;
    z-index: 9;
    letter-spacing: 2px;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-style:italic;
}


.dienst-item p {
    font-size: 13px;
    line-height: 23px;
    position: absolute;
    color:white;
    bottom: 60px;
    left: 7%;
    width: 86%;
    z-index: 9;
    opacity:0;
    text-align: center;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    transition: opacity 0.35s, transform 0.35s;
}

.dienst-item a.main {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    z-index:9;
    text-align: center;
    transition: opacity 0.35s, transform 0.35s;
}

.dienst-item:hover .post-title { color: #fff; -webkit-transform: translate3d(0,-50%,0) translate3d(0,-50px,0); transform: translate3d(0,-50%,0) translate3d(0,-50px,0); }
.dienst-item:hover p,
.dienst-item:hover a { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

.diensten-image {
	max-height:239px;
}

.diensten-image img {
	width: 100%;
    vertical-align: top;
    display:block;
}

.diensten-image:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.4);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.dienst-item:hover .diensten-image:after {
    background:rgba(0,0,0,0.6);
}

.company-wrap-content {
	padding: 50px 0;
	text-align:center;
}

.company-wrap-content h1 {
	font-family: 'Bitter', serif;
	font-size: 37px;
    line-height: 37px;
    display: block;
    margin-bottom: 10px;
}

.company-wrap-content span.subtitle {
	font-size: 25px;
	font-family: 'Shadows Into Light', cursive;
	font-style:italic;
}

.company-wrap-content p {
    display: block;
    max-width: 700px;
    margin: 25px auto;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.8;
}

.company-wrap-content a.button {
    display: inline-block;
    color: #fff !important;
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 42px;
    padding: 0 20px 0 23px;
    transition: background 0.35s;
    -webkit-transition: background 0.35s;
    border-radius: 2px;
    margin:15px 0 5px;
}

.company-wrap-content a.leesmeer {
	color: #848484;
}

.company-wrap-content a.leesmeer:hover {
	color: #cacaca;
}

.usp-wrap-content a.leesmeer {
	display:block;
	margin:25px 0 45px;
	font-size: 15px;
	text-decoration:underline;
}

.usp-wrap-content a.leesmeer:hover {
	opacity:0.9;
}

.usp-wrap-content .icon {
	padding: 30px;
    border-radius: 50%;
    font-size: 40px;
    width: 101px;
    display: block;
    vertical-align: top;
    height: 100px;
    color: white;
    margin: 30px auto;
}

.arrowdown {
	width: 35px;
	height:35px;
    margin: auto;
}

.usp-wrap-content {
	text-align:center;
}

.usp-wrap-content {
	padding-bottom:30px;
}

.usp-wrap-content img {
	margin:40px 0 5px;
}

.usp-wrap-content h3 {
	margin:20px 0 20px;
	font-size: 23px;
    line-height: 23px;
}

.usp-wrap-content p {
	line-height:1.5;
	font-size:14px;
	max-width:250px;
	margin:auto;
}

.home .projecten {
	padding:0 50px 30px;
}

.home .projecten h2 {
	text-transform:uppercase;
	text-align:center;
	margin: 30px 0 55px;
}

.page-content h2 a:hover {
	text-decoration:none;
}

.posttype-content {
	padding-bottom: 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.project-item {
	padding:0 10px;
}

.project-item img {
	width:100%;
}

.project-item .post-date {
	font-size:16px;
	margin: 10px 0;
}

.project-item .post-title {
    font-size: 18px;
    line-height: 25px;
    display: block;
    margin-bottom:8px;
}

.project-item p {
	display:block;
	width:100%;
	opacity:0.7;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:1.5;
}

.project-item .post-content {
	display:block;
}

.home .projecten a.leesmeer {
    margin: 55px 0 20px;
    text-align: center;
    display: block;
    font-size: 18px;
}


.home .projecten a.leesmeer:hover {
	opacity:0.8;
}

.project-item a {
	line-height:1.5;
	margin-top:15px;
	display:inline-block;
}

.project-item a:hover {
	opacity:0.8;
}

.news-wrap {
    text-align: left;
    padding:0 50px 50px;
}

.news-wrap h2 {
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin: 30px 0 55px;
}

.news-item {
	line-height:1.5;
}

.news-item .news-date {
	display:block;
	padding:20px;
	border-radius:4px;
	color:white;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	margin:auto;
	line-height: 1.1;
    text-align: center;
}

.news-item .news-date .day {
	font-size:23px;
}

.news-item .news-date .month {
	font-size:15px;
}

.news-item .post-title {
	font-size:17px;
}

.news-item a:hover {
	opacity:0.8;
}

.news-wrap a.leesmeer {
    margin: 55px 0 20px;
    text-align: center;
    display: block;
    font-size: 18px;
}

.newsletter-callout {
    padding: 20px 0;
    font-size: 19px;
    line-height:40px;
    height:80px;
    color:white;
}

.newsletter-callout a {
	padding:8px 15px 8px 20px;
	color:white;
	border-radius:3px;
	line-height:1.5;
	margin-right:25px;
	opacity:0.8;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-font-smoothing: antialiased;
}

.newsletter-callout a:hover {
	opacity:1;
}

.newsletter-callout a i {
	margin-left:8px;
}

.content-header {
	position:relative;
    max-height: 350px;
    overflow: hidden;
    height:320px;
    background-size:100%;
}

.content-header .title h2 {
	font-family: 'Bitter', sans-serif;
    color: #fff;
    font-size: 43px;
    line-height: 43px;
    display: block;
    margin-bottom:10px;
}

.content-header .title {
	position:absolute;
	left:45px;
	top:33%;
	padding:20px 120px 20px 50px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.6)), color-stop(1%,rgba(0,0,0,0.6)), color-stop(70%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.content-header .subtitle {
    font-family: 'Shadows Into Light', cursive;
   	font-size:30px;
   	font-style: italic;

}

.content-header img {
	width:100%;
	display:block;
}

.content-header .breadcrumbs {
	position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgba(0,0,0,0.7);
    width: 100%;
    color: #999;
}

.content-header .breadcrumbs i, .content-header .breadcrumbs a {
	color: #999;
}

.content-header .breadcrumbs a:hover {
	text-decoration:underline;
}

.page-content .afspraak-sidebar {
	padding:20px 30px 10px;
	text-align:center;
	color:white;
}

.page-content .afspraak-sidebar h3 {
	font-size:26px;
	color:white;
	font-family: 'Bitter', sans-serif;
	margin-bottom:10px;
}

.main-content .page-content .afspraak-sidebar p {
	font-size:15px;
	line-height: 1.5;
}
.main-content .page-content .afspraak-sidebar a {
	color: white;
}

.main-content .page-content .afspraak-sidebar a.button {
	padding:12px 20px;
	display:block;
	max-width: 180px;
    margin: 20px auto;
	color:white;
	border-radius:3px;
	opacity:0.9;
}

.main-content .page-content .afspraak-sidebar a.button:hover {
	opacity:1;
	text-decoration:none;
}

.main-content .page-content .afspraak-sidebar a.button i {
	margin-left:5px;
}



.page-content {
    padding: 50px;
    line-height:1.6;
}

.page-content h2 {
	font-size: 30px;
    line-height: 34px;
    font-family: 'Bitter', serif;
}

.page-content.default-page ol {
	margin-left:20px;
	list-style-type: decimal;
}

.default-page h2:first-of-type {
	margin: 0 0 14px;
}

.page-content p {
	margin-bottom:25px;
}

.page-content a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-content a:hover {
	text-decoration:underline;
}

.archive-page h2 {
	margin-bottom: 15px;
}

.archive-page ol li {
	border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom:25px;
}

.archive-page ol li img {
	margin-right:25px;
	width:100%;
	height:inherit;
}

.contact-page input, .contact-page textarea {
	padding: 6px;
    border: 1px solid #eee;
}

.contact-page textarea {
	width:100%;
	max-width:420px;
}

input[type="submit"] {
    padding: 10px 20px;
    border: 0;
    color: white;
    font-size: 15px;
    font-family: 'Bitter', sans-serif;
}

h3 {
	font-size:22px;
}

table {
	margin:15px 0;
}

table th {
	text-align:left;
	padding-right:8px;
}

footer {
	background:white;
	padding:40px 0 0;
	overflow:hidden;
}

footer p {
	font-size: 16px;
    line-height: 34px;
}

footer li {
    list-style: none;
    line-height: 34px;
}

footer li a {
	color:#2a2a2a;
	text-transform:capitalize;
	font-size:16px;
}

footer h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 18px;
    display: block;
}

footer .social {
	margin-bottom:25px;
}

footer .social a i {
   	display: inline-block;
    border-radius: 100%;
    position: relative;
    padding: 9px;
    width: 35px;
    height:34px;
    color: white;
    text-align: center;
    margin-right: 4px;
    opacity:0.8;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size:18px;
}

footer .social a i:hover {
	opacity:1;
	color:white;
}

 footer .social a:hover {
 	color:white;
 }

footer .footericon {
	font-size: 16px;
    margin-bottom: 0px;
    display: block;
}

.clear {
	clear:both;
}

.copy {
	padding:20px;
	text-align:center;
	color:#2a2a2a;
}

.gallery .gallery-item {
	display:inline-block;
	margin-bottom:15px;
}

#googlemaps {
	width:400px;
	height:400px;
}

ol, ul {
	margin-bottom:15px;
}

/* Menu Mobile CSS */

.mobnav-trig {
	height: 18px;
    width: 90px;
    cursor: pointer;
    position: relative;
    margin: 10px auto;
}

span.trigger-icon {
	display: block;
	float: left;
	width: 23px;
	margin: 0 8px 0 0;
}

span.trigger-icon span {
	display: block;
	height: 3px;
	margin-bottom: 3px;
	background:black;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

span.trigger-text {
    display: inline-block;
    color: black;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 0.9;
    font-size: 19px;
}

.mobnav-trig .top.active {
	-ms-transform: rotate(50deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(50deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(50deg);
    transform-origin: 20% 40%;
}

.mobnav-trig .bottom.active {
	-ms-transform: rotate(-45deg);
    -ms-transform-origin: 8% 40%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 8% 40%;
    transform: rotate(-45deg);
    transform-origin: 8% 40%;
}

.wpcf7-form input[type="text"], .wpcf7-form textarea  {
	padding:3px;
}

.wpcf7-form textarea {
	font-family:"Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

/* Default */

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters &gt; [class^="col-"],
.row.no-gutters &gt; [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.footer-widget {
	color:#2a2a2a;
}

.footer-widget .sub-menu {
	margin-bottom:0;
}

.slideshowlink {
	display:none;
}

.clear {
	clear:both;
}

/**
 * Catalogus
 */

.catalog-container p:first-of-type,
.product-container p:first-of-type {
	font-family: inherit;
	font-size:  inherit;
	line-height:  inherit;
	font-weight:  inherit;
}

.catalog-container h1 {
	font-family: 'Bitter', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}

.catalog-container a.button,
.product-data a.button  {
	padding: 5px;
	line-height: 14px;
    font-size: 13px;
	border-radius: 3px;
	opacity: 0.9;
}

.catalog-container h4 {
	font-size:16px;
}

@media screen and (max-width:768px) {


	#logo, .top-header {
		text-align:center;
	}

	.project-item {
		margin-bottom:30px;
	}

	.news-item {
		margin-bottom: 30px;
    	text-align: center;
	}

	.newsletter-callout {
		height:inherit;
		text-align:center;
		font-size:14px;
		line-height:25px;
	}

	.newsletter-callout a {
		display:block;
		text-align:center;
		margin: 8px 0;
		width:100%;
	}

	.content-header .title {
		top:19%;
	}

	.content-header .title h2 {
		font-size:24px;
		line-height:34px;
	}

	.content-header .subtitle {
		font-size:22px;
	}

	.project-item .post-content {
		height:inherit;
	}

	.project-item a, .usp-wrap-content a.leesmeer, .news-item a {
		display: inline-block;
	    padding: 8px;
	    margin-top: 15px;
	    border: 1px solid;
	    text-decoration:none;
	}

	footer {
		text-align:center;
	}

	.footer-widget {
		margin-bottom:30px;
	}

}

@media screen and (max-width:568px) {
	.content-header {
		height:150px;
	}

	.top-header .phone {
		margin-left:0;
		margin-top:10px;
	}

	.pull-right {
		float:none !important;
	}

	#menu-top-bar-menu {
		display:none;
	}

	.news-item .post-title {
		margin:10px 0;
	}

	.news-wrap a.leesmeer {
		margin:20px 0 20px;
	}

	.breadcrumbs {
		display:none;
	}

	.content-header .title {
		position: absolute;
	    height: 100%;
	    padding: 25px;
	    top:0;
	    left:0;
   }

   .page-content h2 {
   		font-size:24px;
   }

   .default-page p:first-of-type {
   		font-size:15px;
   }

   .product-description p:first-of-type {
   		font-size:inherit;
   }

   .page-content {
   		padding:25px;
   }

   .contact-page input, .contact-page textarea {
   		width:100%;
   }

   #googlemaps {
   		width:100%;
   }

   .mobnav-trig {
		display:block !important;
	}

	.middle-header ul {
		width:100%;
	}

	.middle-header ul li {
		display:block;
		width:100%;
	}

	.middle-header ul li a {
		width: 100%;
	    text-align: center;
	    display: block;
	    margin-bottom:10px;
	}

	.main .menu {
		position: absolute;
	    top: 0;
	    z-index: 9999;
	    left: 0;
	    display:none;
	}

	.main .menu ul {
		display:block;
		position:relative;
		background:none;
		border:none;
		padding:0;
		margin:0;
	}

	.middle-header .sub-menu a, .middle-header .children a {
		font-size:17px;

	}

}
</pre></body></html>