<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************************************************
FONTS
*************************************************************************************/

@font-face {
    font-family: 'qtypesquare-bookbook';
    src: url('../fonts/qtypesquarebook-webfont.eot');
    src: url('../fonts/qtypesquarebook-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/qtypesquarebook-webfont.woff') format('woff'),
         url('../fonts/qtypesquarebook-webfont.ttf') format('truetype'),
         url('../fonts/qtypesquarebook-webfont.svg#qtypesquare-bookbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'qtypesquare-lightlight';
    src: url('../fonts/qtypesquarelight-webfont.eot');
    src: url('../fonts/qtypesquarelight-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/qtypesquarelight-webfont.woff') format('woff'),
         url('../fonts/qtypesquarelight-webfont.ttf') format('truetype'),
         url('../fonts/qtypesquarelight-webfont.svg#qtypesquare-lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'qtypesquare-mediummedium';
    src: url('../fonts/qtypesquaremedium-webfont.eot');
    src: url('../fonts/qtypesquaremedium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/qtypesquaremedium-webfont.woff') format('woff'),
         url('../fonts/qtypesquaremedium-webfont.ttf') format('truetype'),
         url('../fonts/qtypesquaremedium-webfont.svg#qtypesquare-mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'qtypesquare-boldbold';
    src: url('../fonts/qtypesquarebold-webfont.eot');
    src: url('../fonts/qtypesquarebold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/qtypesquarebold-webfont.woff') format('woff'),
         url('../fonts/qtypesquarebold-webfont.ttf') format('truetype'),
         url('../fonts/qtypesquarebold-webfont.svg#qtypesquare-boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trajan-lookalike';
    src: url('../fonts/quattrocento-regular-webfont.eot');
    src: url('../fonts/quattrocento-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quattrocento-regular-webfont.woff') format('woff'),
         url('../fonts/quattrocento-regular-webfont.ttf') format('truetype'),
         url('../fonts/quattrocento-regular-webfont.svg#quattrocento_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


a, a:hover, a:active {
    color: #fff;
    text-decoration: underline;
}

html{
 height:100%;
    font:1em/150% Arial, Helvetica, sans-serif;   
}

body {
	font:1em/150% Arial, Helvetica, sans-serif; 
    max-width: 100%;
    overflow-x: hidden;
	color: #fff;
	background: #000 url('../media/background.jpg') no-repeat fixed;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding-bottom: 245px;
    min-height: 100%;
}

.codefield{
    font-size: 50px;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    margin: 20px 0px;
    width: 100%;
    border: solid 5px #a71917;
    box-shadow: 0 0 20px #000;
    color: #a71917;
    text-transform: uppercase;
}

.codevestiging{
    font-size: 20px;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    margin: 20px 0px;
    width: 100%;
    border: solid 1px #a71917;
    box-shadow: 0 0 20px #000;
    color: #a71917;
    text-transform: uppercase;
}

     .content{
    padding: 15px;	
	box-shadow: none;	
	background: #a71917;
	margin-bottom: 15px;
    border-radius: 10px;
}

.actieimg{
     width: 70%;
    float:left;
}
.actietxt{
     width:30%;
    float:left;
    background: #a71917;
    padding: 15px;
}

.actie_text{
 width: 100%;
    white-space: normal;   
}

.actieblok{
    padding: 15px;	
	box-shadow: none;	
	background: #a71917;
	margin-bottom: 15px;
    border-radius: 10px;
}

.breakout{
	width:100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%)/2);
	
}

.clear{
	clear:both;
}

h1,h2,h3,h4,h5{
	margin-top: 0px;
	color: #fff;
}

h1 {
	font: 1.5em'qtypesquare-mediummedium';
	background: transparent url(../gfx/blackbg_dashes_bg.jpg) center bottom repeat-x;
	margin-top: 0;
}

h2 {
	font: 1.2em 'qtypesquare-mediummedium';
	
	margin-top: 0;
}

h3{
	font-size:	22px;
}

h6{
	font: 1.5em'qtypesquare-mediummedium';
	font-size:50px;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
}




.intro{
	text-align: justify;
	font-weight: 700;
	font-size: 16px;	
	margin-bottom: 20px;
}

.devider{
	padding:20px 0px;
}

.cycle-slide{
	width:100%;
	position: relative;	
}

.boximg{
	width: 100%;
margin-bottom: 15px;

}

.whitebox{
padding-bottom: 40px;	
}

#menu{
	margin: 30px 0px 0px 0px;
    float:right;
}

.submenu{
        position: absolute;
    z-index: 1000;
    padding: 30px;
    background: #a71917;
    height: 100%;
    right: 0;
}

.submenu li{
    list-style: none;
}

.submenu &gt; li &gt; a {
    font-family: 'qtypesquare-mediummedium';
    padding-top: 15px;
    padding-bottom: 15px;
	color: #fff;
	font-size: 16px;
    text-decoration: none;
}

.vacbox{
	background: #eae9e9;
    padding: 15px;
	box-shadow: 0px 0px 10px #b5b5b5;	
}

.imageblok{
	margin-bottom: 40px;
	box-shadow: 0px 0px 10px #b5b5b5;	
	background: #fff;
}



.topbar{
    width: 100%;
    z-index: 1001;
	background: #000;
    padding: 0px;
    position: fixed;
}

.logo{
    margin: 15px 0px;
}


.navbar-collapse{
 padding:0px;
    box-shadow: none;

}
.navbar-nav &gt; li &gt; a {
    font-family: 'qtypesquare-mediummedium';
    padding-top: 15px;
    padding-bottom: 15px;
	color: #fff;
	font-size: 16px;
    text-decoration: none;
}

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    text-decoration: underline;
    background: #000;
	color: #fff;
}

#topmenu{
 float:right; 

}

#topmenu &gt; li &gt; a {
    display: block;
    font-family: 'qtypesquare-bookbook';
    font-size: 0.8em;
    color: #ccc;
    padding: 10px 10px 5px 10px;
    text-decoration: none;
}

.dropdown-menu &gt; li &gt; a {
    font-family: 'qtypesquare-mediummedium';
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu &gt; li &gt; a:hover{
	background: #000;
	color: #fff;
        text-decoration: underline;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #000;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.footer{
    padding: 20px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 245px;
    
}

.navbar-inverse {
    background-color: #000;
    border-color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #484848;
}

.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: #000;
    border-color: #000;
}

.blogboximg{
    height: 150px;
    background: #000;
    text-align: center;	
}

#header_slider_home{
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

#header_slider{
    border-radius: 10px;    
}

.blockswrapper{
	position: relative;
	box-shadow: 0px 0px 10px #b5b5b5;
	background: #fff;
	margin-bottom: 40px;
}

.blocksimg{
	
}

.blockstitle{
	position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    padding: 10px;
	width: 100%;
	text-align: center;
}

.blockstext{
	padding: 40px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0px;
}

.merkwrapper{
	position: relative;
}
.overlay{
	position: absolute;
	opacity: 0;
	z-index: 10;
	top:0;
}

.overlay:hover{
	opacity: 100;
}
.merkimage a:hover .overlay{
	display: block;
	z-index: 10000;
	background: #f00;
}

.merkimage{
	position: 	relative;
	display:inline-block;
}

.btn, .btn:hover, .btn:active, .btn:visited, .btn:focus{
	
background: #000000;
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    margin-bottom: 15px;

}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.active{
	
	Color: #fff !important;
    text-decoration: underline;
}

.dropdown-menu .active:hover{
	
	color: #fff !important;
}

@media (max-width: 1199px) {
.footer {
    padding: 20px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
}
#header_slider_home{
    position: relative;
    z-index: 0;
    Height: 250px;
    overflow: hidden;
    margin-bottom:15px;
    margin-top: 115px;

}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
    margin-bottom:15px;
    margin-top: 115px;    
}


	
    .flamingo {
    float:right;
    width: 150px;
    margin: 0px;
    z-index: 100;
}
   .footer ul, .speelbewust{
     margin-top: 120px;   
    }
    
    .adres{
      margin-top: 152px;  
    }
    
}

/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){
	 
#topmenu{
    float:left;  
    width:100%;
    padding: 0px 0px 0px 15px;
}
     
	 #menu {
    margin: 10px;
    margin-left: 10px;
         float:left;
}
	 .topbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0px;
}
	 
	 .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
	 
	 #header_slider_home{
    position: relative;
    z-index: 0;
		 height: inherit;
    margin-bottom: 15px;
    margin-top: 15px;         
         
}

#header_slider{
	position: relative;
    overflow: hidden;
	height: inherit;
	z-index:1;
    margin-bottom: 15px; 
    margin-top: 15px;    
}
	 
	 h1{
	font-size:	30px;
}

h2{
	font-size:	26px;
}

h3{
	font-size:	20px;
}


	 .merkwrapper{
		 margin-bottom: 40px;


	 }
.flamingo {
    float: right;
    width: 140px;
    margin: 0px;
    z-index: 100;
}
     
  .footer ul, .speelbewust{
     margin-top: 90px;   
    }
     
  .adres{
      margin-top: 15px;  
    }
     
     .actietxt {
    width: 100%;
    float: left;
    background: #a71917;
    padding: 15px;
}
     
     .actieimg {
    width: 100%;
    float: left;
}
}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    
    .footer {
    padding: 20px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}
    
	#topmenu{
    float:right;  
}
#header_slider_home{
    position: relative;
    z-index: 0;
    Height: 300px;
    overflow: hidden;
     margin-bottom: 15px;
    margin-top: 115px;
}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
     margin-bottom: 15px;
    margin-top: 115px;
}

    .flamingo {
    float: right;
    width: 165px;
    margin: 0px;
    z-index: 100;
}
    .footer ul, .speelbewust{
     margin-top: 140px;   
    }

    .adres{
      margin-top: 152px;  
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
	
    .footer {
    padding: 20px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 245px;
}
    
	#topmenu{
    float:right;  
}
#header_slider_home{
    position: relative;
    z-index: 0;
    Height: 300px;
    overflow: hidden;
     margin-bottom: 15px;
        margin-top: 115px;

}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
    margin-top: 115px;
     margin-bottom: 15px;
}


.flamingo {
    float: right;
    width: 203px;
    margin: 0px;
    z-index: 100;
}
    
    .footer ul, .speelbewust{
     margin-top: 180px;   
    }
    
    
        .adres{
      margin-top: 152px;  
    }
	
}</pre></body></html>