<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Condensed);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700);
@import url(//fonts.googleapis.com/css?family=Abel);


html {width:100%; height: 100%; overflow-y: scroll;}
body {
	height: 100%;
    color: #fff;
    font-family: 'Abel',Verdana, sans-serif;
	font-size: 17px;
	padding-top: 100px;
	background: #333;
}
/**********************************************************************/
/************************** BOOTSTRAP KOLOMMEN ANDERE PADDING GEVEN ***/
/********************************************************************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Abel',Verdana, sans-serif;
}


h1{
	font-size: 30px;
}

h2{
	font-size: 25px;
}
h3{
	font-size: 22px;
} 
p {
	line-height: 1.6;

}
img {
	max-width: 100%;
}
a {
	cursor: pointer;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/

.content {
	padding: 40px 0px;
	margin-bottom: 40px;
}
.container .quote {
	margin: -40px -40px;
}

.pullup {

}

.sbox {
	/* border: 1px solid #aaa; */
	/* box-shadow: 1px 1px 2px #aaa; */
	margin: 5px 0px;
	position: relative;
	background: rgba(0,0,0,0.3);
	padding: 30px;
}



a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #eee;
	text-decoration: underline;
}
a:hover, a:focus {
    color: #fff;
}

.btn-primary {
    background-color: #0071BD;
    border-color: #0071BD;
    color: #fff;
}

a.button {
    background-color: #0071BD;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    margin: 5px 0;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
}
a.button:hover {
	text-decoration: none;
	color: #fff;
}
.carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
	width: 100%;
}

.subscribe{
	float:right;
	margin: -24px -24px -25px 0;

	}
	
.subscribe a{	
	border-bottom:none;
	}
/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar-brand {
    height: auto;
	padding: 20px 0 0 30px;
	margin-left: 15px!important;
    font-family: "Abel",sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}

a.navbar-brand {
	color:#fff!important;
    text-decoration: none;
}

.navbar-brand &gt; img {
    max-height: 100px;
    max-width: 200px;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
	background-color: #222;
    color: #fff ;
}

.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
		background-color: #222;
    color: #fff;
}
	
.navbar {
	margin-bottom: 0;
	/* padding: 0 20px; */
	min-height: 60px;
	border-radius: 0;
	box-shadow: #111 0 0 6px;

}	


.navbar a, .navbar a:hover, #footer a, #footer a:hover, a.button, a.button:hover{
	border-bottom: none;
}


.navbar-default {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 7px #777;
	border:none;
}


.navbar-inverse {
	background-color: #222;
	border: 0 none;
}



.navbar-nav {
	float: right;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #aaa;
    display: block;
    font-family: "Abel",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    padding: 20px 15px 20px;
    text-decoration: none;
    text-shadow: none;
	text-transform: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
	color: #aaa;
	}
	

.dropdown-menu &gt; li &gt; a:before{
   content: "\00BB ";
   margin: 0 10px 0 -5px;
}

.navbar .nav &gt; li &gt; a:hover,
.navbar .nav &gt; li &gt; a:focus {
    color: #fff ;
	background-color: #222;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
	background: none;
	text-shadow:none;
    color: #fff;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
	    color: #eee;
		text-shadow: 0 1px 3px #555;

}
 .navbar {
	box-shadow: none;
}

 .navbar-inverse {
	background-color: rgba(0,0,0,.3);
	border: 0 none;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}



.navbar .nav li.open a {
	background-color: #222;
    color: #fff;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 25px 15px 15px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #222 ;
}

.navbar-nav &gt; li &gt; .dropdown-menu {
    border-radius: 0;
	min-width: 200px;
	background-color: #222;
	right:auto;
}

.navbar .contact {
    float: right;
    height: 30px;
    margin-right: 0px;
    margin-top: 20px;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100px;
    position: relative;
    font-family: 'Ubuntu Condensed',Verdana, sans-serif;
	font-size: 25px;
}

@media (min-width: 768px) {
	not.menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
.dropdown-menu {
	border: 0px;
	padding: 0;
}
.dropdown-menu &gt; li &gt; a {
    color: #fff;
    font-weight: 400;
    line-height: 1.42857;
    padding:5px 20px;
	text-decoration: none;
	font-size: 17px;
}

.navbar-inverse .navbar-nav .dropdown-menu &gt; .active &gt; a{
	background-color: #222;
    color: #fff!important;
	font-weight:5700;

}
.navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .dropdown-menu &gt; li  &gt; a:focus {
	background-color: #222;
    color: #fff;
	border:none;

}

.withbg {
	padding: 0;
	margin-top: 20px;
}

.fullheader {
	background: url(/media/backgrounds/rotate.php) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/header/header.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/header/header.jpg', sizingMethod='scale')";
	height: 360px;
	display:none;
}

.fullheader h1 {
    color: #fff;
    font-size: 54px;
	font-family:"Roboto";
    font-weight: 400;
    padding-top: 70px;
    text-align: center;
    text-shadow: 0 2px 5px #555;
    text-transform: uppercase;
	color: #fff!important;
}

.table-hover tbody tr:hover td{
    background-color: #444;
}

.table td{
    border: #555 solid 1px !important;
}

/*  zoekpagina stylen  */
table.excerpt_thumb td{
	border:none!important;
	vertical-align: top;
	padding: 10px;
	}

#p0 input{
	background:#333;
	}


/**********************************************************************/
/************************* BLOCK ELEMENTS ************************************/
/********************************************************************/

.with_back img {float: right; margin: 0 0 0 20px; max-width:200px;}


blockquote {
  margin: 1.5em 0 3.5em;
  padding: .5em 1.5em 0 2.5em;
  position:relative;
  font-style: italic;
  text-indent: 25px;
  border-left: none;
}


blockquote:before {
  color: #fff;
  font-size: 5em;
  position:absolute;
  line-height: 0.1em;

}

blockquote:before {
  content: "\201C";
  left:0px;
  top: 0.3em;
}


blockquote p{
 margin: 0;
}


/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
#footer {
	padding: 25px 0px 35px;
	color: #fff;
    font-weight: 300;
	font-size: 16px;

}
#footer .social {
	margin: 0;
}
#footer  a {
	color: #fff;
	text-decoration: none;
}
#footer h2 {
    font-size: 28px;
    font-weight: 300;
	border-bottom: 1px solid #fff;
}
#footer .social a:hover {
	color: #fff;
}
#footer .social a .fa-inverse {
	color: #444;
}

#footer h4{
	color: #777;
	font-weight: bold;
	font-size: 13px;
	}
	
#footer img{
	max-width:150px;
	border-radius:100px;
	}
	
	



.bmargin {
	margin-bottom: 20px;
}

.well {
    border-radius: 0;
    box-shadow: none;
}

.well ul{
    margin-left: 0;
	list-style: outside;

}
.well li{
    padding-left: 10px;

}

#footer {
	color: #fff;
}
#footer .container {

}

#footer.lightgrey  {
	background:#9CAFD4;
	}

.abacus{
	/*background: url('../img/abacus.png') no-repeat right bottom ;*/
	}
	
.abacus .col-xs-6{
	padding-left:0;
	}
	
	
	
#footer.grey {
	background: #3c3c3d;	
	color: #bbb;	
	font-size: 12px;
	vertical-align: baseline;

}
#footer.grey  a {
	color: #bbb;	
}	

#footer.grey  img{
	vertical-align: top;
}	

#footer.white {
	color: #bbb;	
	font-size: 12px;
	vertical-align: baseline;
	padding:10px 0 0;


}

#footer.white  a {
	color: #bbb;	
}

#footer.white  img{
	vertical-align: middle;
}

.map {
	margin-top: 20px;
}

.with_back {
	background: rgba(0, 113, 189,0.5);
	padding: 10px 0;
	margin-bottom: 60px;


}
.with_back .container {
	padding: 40px;
}
.fullslider {

}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
}



.dropdown-submenu&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover&gt;a:after {
    border-left-color: #f15a24;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#lightcase-nav a[class*="lightcase-icon-"]:hover {
	border: none;
}


@media(max-width:1199px) /* menu wordt te breed, even ingrijpen */{
	
	.navbar-brand &gt; img {

	}	
}
	
	
@media(max-width:979px){
	.spacer {
		height: 4px;
	}

	.navbar-collapse {
		/*float: right;
		width: 500px;*/
	}
	
	.navbar-brand &gt; img {
		max-height: 60px;
		max-width: 150px;
	}	
	
	.navbar-inverse .navbar-nav &gt; li &gt; a {
		font-size: 22px;
		padding: 23px 10px;
		font-weight: 300;
	}
	.navbar-nav {
		float: right;
		/* width: 100%; */
	}
	
	.navbar-brand {
		margin-left: -15px!important;
	}
	
	.with_back img, .below img{max-width:500px;}
	
	.fullheader h1 {
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	.navbar .navbar-collapse {
		float: none; 
		text-align: left!important;
	}
	
	.navbar .navbar-nav {
		display: inline-block;
		float: left;
		vertical-align: top;
	}
	
	 .navbar-inverse {
		background-color: rgba(0,0,0,.7);
		border: 0 none;
	}
	
	.navbar-inverse .navbar-nav &gt; li &gt; a {
		font-size: 24px;
		padding: 10px 20px;
	}
	
	.navbar .contact {
		clear:both;
		float:left;
		font-size: 25px;
		margin:0 0 20px;
	}
	
	.with_back img, .below img{
		max-width:300px;}


	.fullheader h1 {
		font-size: 24px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		min-height: 1px;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}
}
</pre></body></html>