/* ==========================================================================
NAVIGATION
========================================================================== */

.nav {
    position:relative;
    clear:right;
    float:right; 
    width:auto; 
    height:60px; 
    /*background-color:blue;*/ 
    color:#000; 
    margin:40px 0px 0px 0px; 
    z-index:100000
}

.nav ul li a {
    /*font:normal 13px Arial,Verdana;*/
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#333;
    display:block;
    width:auto;
    height:36px;
    text-align:center;
    padding: 24px 0px 0px 40px;
}

.nav ul li a:hover {
    color:#ff0000;
}

@media (max-width: 1000px) {
.nav ul li a {
    /*font:normal 13px Arial,Verdana;*/
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:13px;
    color:#333;
    display:block;
    width:auto;
    height:36px;
    text-align:center;
    padding: 24px 0px 0px 10px;
}
}

@media (max-width: 740px) {
.nav ul li a {
    /*font:normal 13px Arial,Verdana;*/
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:12px;
    color:#333;
    display:block;
    width:auto;
    height:36px;
    text-align:center;
    padding: 24px 0px 0px 5px;
}
}

.nav ul li:hover > a {
    /*font:normal 13px Arial,Verdana;*/
    font-family: 'Lato', sans-serif;
    font-weight:400;
    /*background-color:black;*/
    color:#ff0000;
}


.nav ul li a.menuactive {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    /*font:normal 13px Arial,Verdana;*/
    /*background-color:#e6007e;*/
    color:#ff0000;
}


.nav ul li ul li a {
    /*font:normal 13px Arial,Verdana;*/
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#333;
    padding:10px 10px 10px 10px;
    text-align:left;
    width:220px;
}

.nav ul li ul li a:hover {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    /*font:normal 13px Arial,Verdana;*/
    color:#ff0000;
    
}

#menu {
    float:left; 
    width:auto; 
    height:100px;
}

.menu a {
    float:left;
    text-decoration:none; 
    padding:0px 0px 0px 0px;
    background-color:none;

}

.menu span {
    float:left; 
    color:#eee; 
    text-decoration:none; 
    height:28px; 
    padding:0px 0px 0px 0px
}



.menu {
    list-style:none; 
    font-family: 'Lato', sans-serif;
    font-weight:400;
    text-align:left; 
    margin:0 auto; 
    text-transform:uppercase;
}

.menu li {
    position:relative; 
    float:left; 
    padding:0px 0px 0px 0px; 
    z-index:1000;
    
}

.menu ul {
    display:none; 
    position:absolute; 
    font-family: 'Lato', sans-serif;
    font-weight:400;
    top:100px; 
    left:0; 
    /*background:#000;*/ 
    display:none; 
    list-style:none
}

.menu ul li {
    float:none; 
    border-top:1px solid #000; 
    width:auto;
    color:#333;
}

.menu ul li a {
    float:none; 
    display:block; 
    background:none; 
    width:auto;
    height:auto; 
    padding-top:0px
    padding-bottom:0px;
    color:#333;
}



/*-----RESPONSIVE NAVIGATION-----------------------------*/

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both;}
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:12px;
}
/* Button */
.slicknav_btn {
	margin: 5px 2% 5px;	
	text-decoration:none;	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;  
	background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    font-family: Arial, sans-serif;
	color: white;
	font-weight: bold;	
	text-shadow: 0 1px 3px #000;	
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #ff0000;
}
.slicknav_menu {
	background:#fffd38;
	padding:5px 5px 5px 5px;
}
.slicknav_nav {
	color:#fff;
	margin:0;	
	padding:0;
	font-size:12px;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
	padding:5px 10px;
	margin:2px 5px;
}
.slicknav_nav a{
	padding:5px 10px;
	margin:5px 5px;
	text-decoration:none;
	color:#fff;
	font-size:13px;
	font-family: Arial, sans-serif;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#515151;

}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
	background:none;
}
.slicknav_nav .slicknav_item:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#ccc;
	color:#fff;	
}
.slicknav_nav a:hover{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#ccc;
	color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
/* Stylesheet: msgbvba: Responsive menu Modified On 2016-07-08 00:46:18 */
/* CSSTerm.com Simple CSS menu */

.nav_vertical ul {
    margin: 20px 0 0 0; 
    padding: 0;
    width:100%;
    list-style-type: none;
    list-style-position: outside;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size:14px;
}

.nav_vertical ul li a {
    text-decoration: none;
    color: #333; 
    padding: 0 0 0 0;
    background-color: none;
    display:block;
}

.nav_vertical ul li a.menuactive {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    color:#6d91b1;
}
 
.nav_vertical ul li a:hover{
    color:#6d91b1;
    background-color: none;
}
/* Stylesheet: msgbvba: Verticalmenu Modified On 2016-06-22 12:16:29 */
/** * CSS RESET */
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 {	
    margin: 0;	
    padding: 0;	
    border: 0;	
    font-size: 100%;	
    font: inherit;	
    vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
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;}

/*------------ START OZALITH CSS -----------------------*/

html {
  background: #fff;
}

.wrapper{
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

.wrapper100{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  /*background-color:red;*/
}

.spacer{
  position: relative;
  float:left;
  width: 100%;
  max-width: 1170px;
  height:50px;
}

/*------------ COLOR STYLES----- -----------------------*/

.orange{
color:#f46a00;
}

.blue{
color:#009a9e;
}

.yellow {
color:#fffd38;
}

.red {
color:#ff0000;
}


strong{
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}


/*------------ RULER STYLES ----------------------------*/
hr {
   color: #fff; 
   background-color: none; 
   border: 1px dotted #000; 
   border-style: none none dotted;
   margin: 0 0 10px 0;
}

/*------------ HEADER SECTION--- -----------------------*/
.header {
  position: relative;
  clear:both;
  float:left;
  width: 100%;
  height: 175px;
  /*background: red;*/
  color: white;
  /*border-bottom:3px solid #f10025;*/
}

/*------------ LOGO------------------------------------*/
.logo {
  position: relative;
  clear:left;
  float:left;
  width: 255px;
  height: 155px;
  /*background: blue;*/
  margin: 0 0 0 0;
}

/* ==========================================================================
   Action call
   ========================================================================== */
.actioncall {
    position:relative;
    float:right;
    width:auto;
    height: auto;
    margin:0 0 0 0;
    padding:10px 10px 0 10px;
    /*background-color:yellow;*/
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height: 14px;
    color:#000;
    text-align:right;
    text-transform:uppercase;
} 

.actioncall a{
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:14px;
    line-height: 14px;
    padding:0;
    color:#000;
} 

.actioncall h1 {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:18px;
    line-height: 20px;
    padding:0px 5px 5px 0;
    text-align:left;
    color:#000;
    text-transform:uppercase;
}

.actioncall p {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height: 17px;
    padding:0px 5px 0 0;
    text-align:left;
    color:#000;
    text-transform:normal;
}

/* ==========================================================================
   Action call slogan
   ========================================================================== */
.actioncallslogan {
    position:relative;
    float:right;
    width:auto;
    height: auto;
    margin:0 0 0 0;
    padding:10px 10px 0 10px;
    /*background-color:yellow;*/
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height: 14px;
    color:#ff0000;
    text-align:right;
    text-transform:uppercase;
    border-left:1px solid #000000;
} 

.actioncallslogan a{
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:14px;
    line-height: 14px;
    padding:0;
    color:#ff0000;
} 

.actioncallslogan h1 {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:18px;
    line-height: 20px;
    padding:0px 5px 5px 0;
    text-align:left;
    color:#000;
    text-transform:uppercase;
}

.actioncallslogan p {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height: 17px;
    padding:0px 5px 0 0;
    text-align:left;
    color:#000;
    text-transform:normal;
}

.actioncallslogan p a{
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:14px;
    line-height: 14px;
    padding:0 0 0 0;
    text-align:right;
    color:#ff0000;
    text-transform:uppercase;
}

/* ==========================================================================
   Taalknop
   ========================================================================== */
.taalknop {
    position:relative;
    float:right;
    width:auto;
    height: 20px;
    margin:0 0 0 0;
    padding:10px 10px 0 10px;
    /*background-color:yellow;*/
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:13px;
    line-height: 14px;
    color:#333;
    text-align:right;
    text-transform:uppercase;
    border-left:1px solid #ff0000;
    border-right:1px solid #ff0000;
} 

.taalknop a{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:13px;
    line-height: 14px;
    padding:0;
    color:#333;
} 

.taalknop p {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:13px;
    line-height: 14px;
    padding:10px 5px 0 0;
    text-align:right;
    text-transform:uppercase;
}

.active {
    color:#03417a;
}

/* ==========================================================================
   Sociallogin
   ========================================================================== */
.sociallogin {
    position:relative;
    float:right;
    width:50px;
    height: 50px;
    margin:1px 0 0 10px;
    padding: 0 0 0 0;
    /*background-color:red;*/
} 

/* ==========================================================================
   Calltoaction
   ========================================================================== */
.calltoaction{
    position:relative;
    clear:right;
    float:right;
    width:auto;
    height: 30px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    /*background-color:orange;*/
} 

.calltoaction p {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:18px;
    line-height: 18px;
    color:black;
    text-align:right;
    text-transform:uppercase;
}    

/*------------ NAVIGATION --------------------------------*/

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1000px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}

/*------------ SPACER RED -------------------------------*/
.spacerred {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  height:50px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color:none;
  border-top:3px solid #454545;
}

/*------------ SLIDER SECTION-- --------------------------*/
.sliderhome {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  height:auto;
  max-height:650px;
  overflow-y:hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color:none;
  border-top:3px solid #454545;
}


/*------------ SPECIALISATIES SECTION --------------------------*/

.specialisatieswrapper {
  position:relative;
  clear:both;
  float:left;
  width:104%;
  height:auto;
  overflow-y:hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /*background-color:#fafafa;*/
  
}

.selectorwrapper {
  position:relative;
  float:left;
  width:30%;
  height:auto;
  min-height:320px;
  margin: 0 3% 0 0;
  padding: 0 0 0 0;
  background-color:#efefef;
  border: 2px solid #fffd38;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.selectortext{
    position:relative;
    float:left;
    width:94%;
    height:auto;
    margin: 0 0 0 0;
    padding: 3%;
    /*background-color:blue;*/
    text-align:left;
}

.selectortext h1 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:30px;
    line-height:36px;
    color:#454545;
    margin: 0 0 5% 0;
    padding: 0 0 3% 0;
    border-bottom: 1px dotted #454545;
}

.selectortext h2 {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:14px;
    line-height:18px;
    color:#454545;
    margin: 0 0 0 0;
    padding: 0 0 2% 0;
}

.selectortext p {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:14px;
    line-height:18px;
    color:#454545;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.selectortext p a{
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:14px;
    line-height:18px;
    color:#2f1310;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration:underline;
}

.selectortext ul {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:14px;
    line-height:18px;
    color:#454545;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.selectortext ul li{
margin-left:17px;
list-style-type: square;
}

/*------------ 2KL BAND SECTION--- --------------------------*/

.twoklband {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  height:auto;
  max-height:650px;
  overflow-y:hidden;
  margin: 0 0 0 0;
  padding: 5% 0 5% 0;
  background-color:none;
  /*border-top:3px solid #454545;*/
  /*border-bottom:0px dashed #ff0000;*/
}

.twoklbandpicture {
  position:relative;
  float:left;
  width:50%;
  height:auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /*background-color:yellow;*/
}

.twoklbandtext {
  position:relative;
  float:left;
  width:48%;
  height:auto;
  max-height:600px;
  overflow-y:hidden;
  margin: 0 0 0 0;
  padding: 0 2% 2% 0;
  /*background-color:yellow;*/
}

.twoklbandtext h1 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:32px;
    line-height:40px;
    color:#454545;
    margin: 1.5% 0 4% 0;
    padding: 1.5%;
    background-color:#fffd38;
    width:auto;
}

.twoklbandtext h2 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:40px;
    line-height:44px;
    color:#2f1310;
    margin: 3% 0 1% 0;
    padding: 0 0 0 0;
}

.twoklbandtext h3 {
    width:130px;
    height:auto;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 18px;
    color:white;
    margin: 30px 0 50px 0;
    padding: 10px 10px 10px 10px;
    background-color:#454545;
}

.twoklbandtext h3 a {
    width:175px;
    height:auto;
    text-decoration:none;
    color:white;
}

.twoklbandtext h4 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
        font-size: 12px;
    color:#2f1310;
        margin: 0 0 0 0;
        padding: 1% 0 4% 0;
}

.twoklbandtext h5 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
        font-size: 18px;
    color:#2f1310;
        margin: 0px 0px 0px 0px;
        padding: 20px 0px 10px 21px;
        text-decoration:none;
}

.twoklbandtext h6 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
        font-size: 15px;
    color:#2f1310;
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 21px;
        text-decoration:none;
}

.twoklbandtext p {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 16px;
    line-height: 20px;
    color:#2f1310;
    margin: 0px 0px 0px 0px;
    padding: 0px 50px 0px 0px;
}

.twoklbandtext img {
float:left;
margin: 0 3% 3% 0;
}


.twoklbandtext ul {
    font-family: 'Lato', sans-serif;
    font-weight:300;
        font-size: 13px;
        list-style-type: square;
        margin-left: 60px; 
        padding-left: 0px;
}

.twoklbandtext ol {
    font-family: 'Lato', sans-serif;
    font-weight:300;
        font-size: 16px;
        line-height:24px;
        list-style-type: decimal;
        margin: 0 0 0 20px; 
        padding: 0 0 0 0;
}

.twoklbandtext ol li {
        margin: 0 0 2% 0; 
        padding: 0 5% 0 0;
}

/*------------ SUBMENU SECTION -------------------------*/

.submenu {
  position: relative;
  float:right;
  width:25%;
  background-color:none;
  padding:0 0 5% 0;
}

.submenu h1 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:30px;
    line-height:36px;
    color:#333;
    margin: 0 0 3% 0;
    padding: 0 0 0 0;
    /*border-bottom: 1px dotted #333;*/
}

.submenu p {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 14px;
    line-height: 20px;
    color:#000;
    margin: 20px 0px 0px 0px;
    padding: 0px 8% 20px 0;
}

.submenu p a{
    color:#000;
}

.submenu ul{
    margin:20px 0 0 0;
}

.submenu ul li{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
    list-style-position: inside;
    padding: 10px 0 10px 20px;
    text-indent: -0.55em;
}

.submenu ul li a{
    color:#333;
}

.submenu img {
    width:100%;
    max-width:200px;
}

/*------------ FOTOGALLERIJ SECTION-- --------------------------*/
.fotogallerij {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  height:auto;
  max-height:650px;
  overflow-y:hidden;
  margin: 0 0 0 0;
  padding: 3% 0 4% 0;
  /*background-color:red;*/
  border-top:0px dashed #2f1310;
  border-bottom:0px dashed #2f1310;
}

.fotogallerij h1 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:32px;
    line-height:36px;
    color:#2f1310;
    margin: 0 0 3% 4%;
    padding: 0 0 0 0;
    text-align:left;
}

.fotogallerijcover {
  position:relative;
  float:left;
  width:20%;
  height:auto;
  margin: 0 0 0 4%;
  padding: 0 0 0 0;
  background-color:#eee;
}

.fotogallerijcover img {
  width:100%;
}

/*------------ KOLOMMEN------- -------------------------*/
.kolomwrap {
  position:relative;
  float:left;
  clear:both;
  width:100%;
  height:auto;
  margin: 0 0 0 0;
  padding: 0 0 3% 0;
  /*background-color:yellow;*/
}

.kolomlinks {
  position:relative;
  float:left;
  width:40%;
  height:auto;
  margin: 0 5% 0 0;
  padding: 0 0 0 0;
  /*background-color:yellow;*/
}

.kolomrechts {
  position:relative;
  float:left;
  width:55%;
  height:auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /*background-color:blue;*/ 
}


/*------------ CONTENT SECTION -------------------------*/

.content {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.content h1 {
    float:left;
    clear:both;
    display: inline-block;
    width:auto;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 36px;
    line-height:40px;
    color:#000;
    margin: 0 0 3% 0;
    padding: 1.5% 1.5% 1.5% 1.5%;
    text-decoration:none;
    background-color:#fffd38;
    text-align:left;
}

.content h2 {
    float:left;
    clear:both;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:20px;
    line-height:32px;
    color:#454545;
    margin: 0 0 1% 0;
    padding: 0 0 0 0;
}

.content h3 {
    float:left;
    clear:both;
    display: inline-block;
    width:auto;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 20px;
    line-height: 24px;
    color:#000;
    margin: 0 0 1% 0;
    padding: 1.5% 1.5% 1.5% 1.5%;
    text-decoration:none;
    background-color:#fffd38;
    text-align:left;
}

.content h5 {
    float:left;
    clear:both;
    display: inline-block;
    width:auto;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 20px;
    line-height: 24px;
    color:#fff;
    margin: 3% 0 1% 0;
    padding: 1.5% 1.5% 1.5% 1.5%;
    text-decoration:none;
    background-color:#454545;
    text-align:left;
}

.content p {
    float:left;
    clear:both;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 16px;
    line-height: 20px;
    color:#454545;
    margin: 0px 0px 0px 0px;
    padding: 0px 30% 20px 0;
}

.content p a {
        color:#454545;
        text-decoration:underline;
}



.content img {
float:left;
clear:both;
margin: 0 3% 3% 0;
}


.content ul {
    float:left;
    clear:both;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 16px;
    line-height:20px;
    list-style-type: square;
    margin: 0 0 0 20px; 
    padding: 0 5% 3% 0;
}

.content ul li{
        margin: 0 0 2% 0; 
        padding: 0 0 0 0;
}

.content ul li img {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.content ul li a{
        color:#000;
        text-decoration:underline;
}


.contentdetail {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.contentdetail h1 {
    display:block;
    width:98.5%;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 28px;
    color:#000;
    margin: 0 0 5% 0;
    padding: 1.5% 0 1.5% 1.5%;
    text-decoration:none;
    background-color:#ffcd1d;
    text-align:left;
}

.contentdetail p {
    font-family: 'Lato', sans-serif;
    font-weight:300;
        font-size: 16px;
        line-height: 20px;
        color:#000;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 20px 0;
}

.contentdetail h2 {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:24px;
    line-height:20px;
    color:#2f1310;
    margin: 2% 0 1% 0;
    padding: 0 0 0 0;
}


/*------------ footer-------------------------*/

.footer {
  position: relative;
  float:left;
  width:100%;
  height:auto;
  background-color:#f2f2f2;
  padding:3% 0 3% 0;
  margin: 0 0 0 0;
}

.footerlogo {
  display:block;
  position: relative;
  float:left;
  width:33%;
  background-color:none;
  padding:0 0 0 0;
}

.footerlogo h1{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:24px;
    line-height:28px;
    color:#000;
    margin: 0 0 0 0;
    padding: 4% 0 3% 0;
}

.footerlogo  ul {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    color:#000;
    font-size: 15px;
    line-height:22px;
    list-style-type: square;
    margin-left: 20px; 
    padding-left: 0px;
}

.footerlogo  p {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    color:#000;
    font-size: 15px;
    line-height:22px;
    list-style-type: square;
    margin: 0 0 0 0; 
    padding: 0 0 0 0;
}

.footerlogo  p a{
    color:#000;
}

.footerblok1 {
  position: relative;
  float:left;
  width:33%;
  background-color:none;
  padding:0 0 0 0;
}

.footerblok1 h1{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:24px;
    line-height:28px;
    color:#000;
    margin: 0 0 0 0;
    padding: 4% 0 3% 0;
}

.footerblok1 ul {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    color:#000;
    font-size: 15px;
    line-height:22px;
    list-style-type: square;
    margin-left: 20px; 
    padding-left: 0px;
}

.footerblok1 ul li a{
    color:#000;
}

.footerblok2 {
  position: relative;
  float:left;
  width:33%;
  background-color:none;
  padding:0 0 0 0;
}

.footerblok2 h1{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:24px;
    line-height:28px;
    color:#000;
    margin: 0 0 0 0;
    padding: 4% 0 3% 0;
}

.footerblok2 ul {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    color:#000;
    font-size: 15px;
    line-height:22px;
    list-style-type: square;
    margin-left: 20px; 
    padding-left: 0px;
}

.footerblok2 ul li a{
    color:#000;
}

/*------------ credits-------------------------*/

.credits {
  position: relative;
  float:left;
  width:100%;
  height:auto;
  background-color:#fff;
  padding:1% 0 1% 0;
}

.credits p{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:14px;
    line-height:18px;
    color:#aaa;
    font-weight:300;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align:center;
}

.credits p a{
    color:#aaa;
}


/* Stylesheet: msgbvba: layout Modified On 2016-07-08 00:40:36 */
/*-----BEGIN QUERY 1200PX-----------------------------*/
@media (max-width: 1170px) {

/*-----WRAPPERS-------------------------*/ 

.wrapper100{
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  /*background-color:red;*/
}

/*-----HEADER--------------------------*/     
.header {
  z-index: 2000;
  position: relative;
  width: 100%;
  height: auto;
  /*background: red;*/
  color: white;
}


/* ==========================================================================
   Action call slogan
   ========================================================================== */
.actioncallslogan {
    position:relative;
    clear:right;
    float:right;
    width:auto;
    height: auto;
    margin:0 0 0 0;
    padding:10px 10px 0 10px;
    /*background-color:yellow;*/
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height: 14px;
    color:#ff0000;
    text-align:right;
    text-transform:uppercase;
    border-left:1px solid #000000;
}

/*------------ KOLOMMEN------- -------------------------*/
.kolomwrap {
  position:relative;
  float:left;
  clear:both;
  width:100%;
  height:auto;
  margin: 0 0 0 0;
  padding: 0 0 3% 0;
  /*background-color:yellow;*/
}

.kolomlinks {
  position:relative;
  float:left;
  clear:both;
  width:100%;
  height:auto;
  margin: 0 5% 0 0;
  padding: 0 0 0 0;
  /*background-color:yellow;*/
}

.kolomrechts {
  position:relative;
  float:left;
  clear:both;
  width:100%;
  height:auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /*background-color:blue;*/ 
}

}    
/*-----END QUERY 1200PX-------------------------------*/


/*-----BEGIN QUERY 600PX-----------------------------*/
@media (max-width: 600px) {

.wrapper100{
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  /*background-color:red;*/
}


/*------------ HEADER SECTION--- -----------------------*/
.header {
  position: relative;
  clear:both;
  float:left;
  width: 100%;
  height: auto
  /*background: red;*/
  color: white;
  /*border-bottom:3px solid #f10025;*/
}


/*------------ ACTIONCALL SECTION--- -----------------------*/

.actioncall {
    position:relative;
    float:left;
    clear:both;
    width:100%;
    height: auto;
    margin:0 0 0 0;
    padding:10px 0 10px 0;
    background-color:#eee;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height: 14px;
    color:#000;
    text-align:center;
    text-transform:uppercase;
} 

.actioncall h1 {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:18px;
    line-height: 20px;
    padding:0px 5px 5px 0;
    text-align:center;
    color:#000;
    text-transform:uppercase;
}

.actioncall p {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height: 17px;
    padding:0px 5px 0 0;
    text-align:center;
    color:#000;
    text-transform:normal;
}

.actioncallslogan {
    position:relative;
    float:left;
    width:100%;
    height: auto;
    margin:0 0 5% 0;
    padding:10px 0 10px 0;
    background-color:#eee;
    color:#ff0000;
    text-align:center;
    text-transform:uppercase;
    border-left:0px solid #000000;
} 

.actioncallslogan h1 {
    text-align:center;
}

.actioncallslogan p {
    padding:0px 5px 0 0;
    text-align:center;
    color:#000;
    text-transform:normal;
}

/* ==========================================================================
   Sociallogin
   ========================================================================== */
.sociallogin {
    position:relative;
    float:left;
    width:100%;
    height: auto;
    margin:3% 0 3% 7%;
    padding: 0 0 0 0;
    /*background-color:red;*/
    text-align:left;
} 

/*------------ SELECTOR--- --------------------------*/

.selectorwrapper {
  position:relative;
  float:left;
  width:90%;
  clear:both;
  height:auto;
  min-height:320px;
  margin: 0 0 5% 0;
  padding: 0 0 0 0;
  background-color:#efefef;
  border: 2px solid #ffcd1d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*------------ 2KL BAND SECTION--- --------------------------*/

.twoklband {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  height:auto;
  max-height:1200px;
  overflow-y:hidden;
  margin: 0 0 0 0;
  padding: 5% 0 5% 0;
  background-color:none;
  border-top:3px solid #f10025;
  /*border-bottom:0px dashed #ff0000;*/
}

.twoklbandpicture {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  height:auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /*background-color:yellow;*/
}

.twoklbandtext {
  position:relative;
  float:left;
    clear:both;
  width:100%;
  height:auto;
  max-height:600px;
  overflow-y:hidden;
  margin: 0 0 0 0;
  padding: 0 2% 2% 0;
  /*background-color:yellow;*/
}

/*------------ KOLOMMEN------- -------------------------*/
.kolomwrap {
  position:relative;
  float:left;
  clear:both;
  width:100%;
  height:auto;
  margin: 0 0 0 0;
  padding: 0 0 3% 0;
  /*background-color:yellow;*/
}

.kolomlinks {
  position:relative;
  float:left;
  clear:both;
  width:100%;
  height:auto;
  margin: 0 5% 0 0;
  padding: 0 0 0 0;
  /*background-color:yellow;*/
}

.kolomrechts {
  position:relative;
  float:left;
  clear:both;
  width:100%;
  height:auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /*background-color:blue;*/ 
}



/*------------ CONTENT SECTION ----------------------------*/
.content p {
    font-family: 'Lato', sans-serif;
    font-weight:300;
        font-size: 16px;
        line-height: 20px;
        color:#000;
        margin: 0px 0px 0px 0px;
        padding: 0 0 20px 0;
}

.content h5 {
    width:93%;
    min-width:245px;
}


/*------------ KLANTEN SECTION ----------------------------*/
    
.klantenlogo {
  position:relative;
  float:left;
  width:50%;
  height:100px;
  margin: 0 0 5% 0%;
  padding: 0 0 0 0;
  /*background-color:#eee;*/
}    

.klanten h1 {
    margin: 0 0 10% 0;
}

/*------------ SUBMENU SECTION -------------------------*/

.submenu {
  position: relative;
  float:right;
  clear:both;
  width:100%;
  background-color:none;
  padding:0 0 5% 0;
}


/*------------ FOTOGALLERIJ SECTION-- --------------------------*/
.fotogallerij {
  width:90%;
  padding: 7% 0 7% 5%;
}

.fotogallerijcover {
  position:relative;
  float:left;
  width:48%;
  height:auto;
  margin: 0 2% 2% 0%;
  padding: 0 0 0 0;
  background-color:#eee;
}

/*------------ footer-------------------------*/

.footer {
  position: relative;
  float:left;
  width:100%;
  height:auto;
  padding:3% 0 10% 0;
  margin: 0 0 0 0;
}

.footerlogo {
  display:block;
  position: relative;
  float:left;
  width:100%;
  background-color:none;
  padding:0 0 0 0;
  margin: 0 0 5% 0;
}

.footerblok1 {
  position: relative;
  float:left;
  width:100%;
  background-color:none;
  padding:0 0 0 0;
  margin: 0 0 5% 0;
}


.footerblok2 {
  position: relative;
  float:left;
  width:100%;
  background-color:none;
  padding:0 0 0 0;
  margin: 0 0 5% 0;
}


    
}    






/* Stylesheet: msgbvba:Media Query Modified On 2016-06-22 14:54:45 */
