@charset "utf-8";
@font-face
    {
        font-family: 'FontAwesome';
        font-weight: normal;
        font-style: normal;
    }
@viewport
    {
        width: device-width;
        zoom: 1;
    }
.header
    {
	    padding-top: auto;
	    padding-right: 0px;
	    padding-bottom: auto;
	    padding-left: 0px;
	    position: relative;
	    text-align:center;

	}
.carelement
{
       margin-left:20px;
       float:left;
}
 .carousel
 {
     display:flex;
 }

.name,
.name a:visited,
.name a:active,
.name a:link
{
       font-family:verdana;
       font-size: 30px;
       font-weight: bolder;
       text-decoration:none;
       color:black;
}
.name a:hover
{
     text-decoration:underline;
}

.main
	{
	    padding-top: 10px;
       	position: relative;
	}
.footer
	{
	    padding-top: auto;
	    padding-right: 0px;
	    padding-bottom: auto;
	    padding-left: 0px;
	    position: relative;
	}
body
	{

	    overflow-y:scroll;
	    position: relative;
        height:100%;
	    margin:0;
        padding:0;
	}
.cookiebericht
	{
    	background-color: black;
	    color: #fff;
	    text-align: center;
	    z-index: 1000;
	    position:fixed;
        padding: 10px;
	    right: 0px;
	    bottom: 25%;
        left:0px;
        width:100%;
	    height:auto;
    }
.cookiebericht a:link,
.cookiebericht a:visited ,
.cookiebericht a:active
	{
    	color: #fff;
	    text-decoration: none;
    }
.cookiebericht a:hover
    {
        color: #fff;
	    text-decoration: underline;
    }
a#cookieok
	{
	    color: #fff;
	    border: 1px solid #FFF;
	    text-decoration: none;
	    text-align: center;
	    display: inline-block;
	    margin-left: 10px;
	    padding: 10px;
	    cursor: pointer;
	}
a#cookieok:hover
	{
	    color: #000;
	    background-color: #FFF;
	}
    .menuheader
	{
	padding: 0px;
	background-color: black;
	margin: 5px;


	}
	.menuheader h4
	{
	font-size: 20px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	}
	.submenuheader h4
	{
	font-size: 16px;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	.subsubmenuheader h4
	{
	font-size: 16px;
	color: #3C0;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
	}
     .textheaderlevering
    {
         margin-left: 20px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    }

	.textheader h4
	{
	font-size: 16px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	}
	.textheader h6
	{
	font-size: 16px;
	color: #333;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	margin:0px;
	}
	.textheaderlinlvkvw,
	.textheaderlinkvkvw:link,
 	.textheaderlinkvkvw:visited ,
 	.textheaderlinkvkvw:active,
 	.textheaderlinkvkvw:hover
	{
		font-size: 16px;
		color: #390;
		font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
	.textheaderlink,
	.textheaderlink:link,
 	.textheaderlink:visited ,
 	.textheaderlink:active,
 	.textheaderlink:hover
		{
	font-size: 16px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
		}
		.textheaderlinkfout,
	.textheaderlinkfout:link,
 	.textheaderlinkfout:visited ,
 	.textheaderlinkfout:active,
 	.textheaderlinkfout:hover
		{
	font-size: 16px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
		}
		.textheaderalw
	{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	}
    .cd-top {
	display: inline-block;
	height: 25px;
	width: 25px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
    overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	background-image: url(../images/top-arrow.png);
	background-repeat: no-repeat;
	background-position: center 50%;
    background-size: contain;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #390;
    opacity: 1;
}
.lastline
{
    display:inline-block;
}
.lastlineelement
{
    padding:10px;
}
 #cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	index : 10;
    background-color:white;s
}
#cssmenu:after,
#cssmenu > ul:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
    background-color:white;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000;


}
#cssmenu > ul > li:hover > a {
	color: #ffffff;
	background-color: #000;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;

    content: '';


}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
    background: #ffffff;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
	height: 0;

}
#cssmenu li:hover > ul {
    left: auto;

}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;

}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
	padding: 11px 15px;
	font-size: 16px;
	text-decoration: none;
	color: #000;

	z-index:10;
	text-align: left;
	white-space: nowrap;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
	background-color: #000;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;

    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;

}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;

    content: '';

}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
	}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
	.contact
		{
	display: table-cell;
	width: auto;
	box-sizing: border-box;
	color: #000;
	font-weight: bold;
	margin: 10px;
	position: relative;
		}
		.contactlijn,
.contactlijn a:visited,
.contactlijn a:active,
.contactlijn a:link,
.contactlijn a:hover
		{
	display: inline-block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right:0px;
	vertical-align: middle;
	line-height: 25px;
	text-decoration: none;
	float:left;
	width:250px;
	height:80px;
		}
        .subendpagebloklijnicon
		{
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	height: 25px;
	width: 25px;
		}
        .subendpagebloklijntext

		{
	float: left;
	margin-left: 20px;
	text-align: left;
	color: #000;
	text-decoration: none;
	vertical-align: middle;

	line-height:25px;

		}
		.subendpagebloklijntextleft
		{
	float: left;
	margin-left: 20px;
	text-align: left;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	height: 25px;
	line-height:25px;
		}
.subendpagelijn,
.subendpagelijn a:visited,
.subendpagelijn a:active,
.subendpagelijn a:link,
.subendpagelijn a:hover
		{
	margin-left: 5px;
	text-align: left;
	color: #000;
	text-decoration: none;
	margin-bottom: 2px;
		}
        .contactformulier
{
	width:500px;
	float:left
}
.googlemaps
{
	width:580px;
	float:left;
	margin-left:20px;
}
.contactform
{
	width:400px;
	margin-left:20px;
	margin-bottom:5px;
	margin-top:5px;
	font-size: 15px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	padding:2px;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-width: 1px;
	border-style:solid;
	border-color:black;
}
      .textheader h4
	{
	font-size: 16px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	}
    .lastline
		{
		    display:inline-block;
	padding-top: auto;
	padding-right: 0px;
	padding-bottom: auto;
	padding-left: 0px;
	position: relative;
	width: 100%;
	height:auto;
		}
@media all and (max-width: 768px)
{
    	 #cssmenu {
        width: 96%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
	height: auto;
	}
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
	color: #000;
	background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #ffffff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
	display: block;
	padding: 17px;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;

    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';

    }
    #cssmenu #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	content: '';
	background-color: #fff;
	}
    #cssmenu #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	background: #fff;
	height: 2px;
	width: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background-color: #fff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 46px;
        width: 46px;
        cursor: pointer;

    }
    #cssmenu .submenu-button.submenu-opened {
	background-color: #000;
	color:#FFF
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	content: '';
	background-color: #fff;
	color:#FFF
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
	  }
    #cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	content: '';
	background-color: #fff;
	color:#FFF
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
.page
	{
    	padding: 0;
	    max-width: 100%
	}
.cookiebericht
    {
    	width: 95%;
        top:25%;
	}
body
	{
		overflow-y:scroll;
	}
}


