/* bedrijfssite css */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}

html,body
{
	height: 100%;
}

body {	
	background-color: #fff;
	color: #3a3a3a;
	font-family: Helvetica Neue, Arial;
	font-size: 13px;
	line-height: 19px;
}

a
{
	text-decoration: none;
	color: #3a3a3a;
}

.wrapper
{
	z-index: 4;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -300px;
}

.header
{
	width: 100%;
	text-align: center;
	height: 400px;
	float: left;
	position: relative;
	overflow-y: hidden;
}

.header .slogan
{
	font-size: ;
	color: ;
	line-height: ;
	text-shadow: 0px 1px 2px rgba( 0, 0, 0, .8);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: Helvetica Neue, Arial;
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
	font-style: italic;
	display: block;
}

h1, h2, h3
{
	display: block;
}

h1 {
	font-family: Helvetica Neue, Arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	color: #3a3a3a;
	padding: 0 0 10px 0;
}

h2 {
	font-family: Helvetica Neue, Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #3a3a3a;
	padding: 0 0 10px 0;
}

h3 {
	font-family: Helvetica Neue, Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #3a3a3a;
	padding: 0 0 10px 0;
}

.column
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.column .focuspoint
{
	display: block;
	margin: 20px 0;
}

.w30
{
	width: 30%;
}

.w33
{
	width: 33%;
}

.w35
{
	width: 35%;
}

.w66
{
	width: 66%;
}


.w50
{
	width: 50%;
}

.p20
{
	padding: 20px;
}

p
{
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}

.p40
{
	padding: 60px;
}

.line
{
	position: absolute;
	left: 50%;
	background:#6a727c;
	height: 100%;
	top: 140px;
	margin-left: -1px;
	width: 2px;
	z-index: 9999;
	display: none;
}

.btn
{
	font-family: Helvetica Neue, Arial;
	padding: 0;
	background: none;
	color: #c72319;
	font-size: 13px;
	border: none;
	border-radius: 0;
	cursor: pointer;

}

.btn:hover
{
	background: none;
}

.btn .fa-angle-right
{
	font-size: 19px;
    margin-left: 4px;
    margin-right: 3px;
    top: 2px;
    position: relative;
}

.workitem
{
	position: relative;
	float: left;
	width: 33%;
	padding: 20px;
	padding-top: 0px;
	height: 300px;
	overflow: hidden;
}

a.workitem
{
	text-decoration: none;
	color: #000;
}


.workitem h2
{
	color: #21a1aa;
	font-size: 24px;
	text-transform: none;
	text-shadow: none;
}

.workitem p
{
	font-size: 12px;
	line-height: 21px;
	padding-bottom: 20px;
	text-align: justify;
	color: #000;
}

.menu
{
	z-index: 99999;
	top: 0;
	left: 0;
	padding: 10px 20px;
	margin: 0 auto;
	float: left;
	width: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
}

input {
    -webkit-appearance: none;
}

.menu input
{
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 222, 222, 222 );
  background-color: rgb( 235, 235, 235 );
  width: 160px;
  height: 24px;
  outline: none;
  float: right;
  margin-top: 20px;
  font-size: 12px;
  padding: 5px 7px;

}

ul.hoofdmenu
{
	position: relative;
	list-style: none;
	float: right;
}

ul.hoofdmenu li
{
	display: inline-block;
	float: left;
	position: relative;
}

ul.hoofdmenu li a
{
	margin: 13px 10px 0 0;
	font-family: Helvetica Neue, Arial;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	line-height: 11px;
	background: none;
    border: 2px solid #fff;
    padding: 5px 15px;
    text-decoration: none;
    float: left;
    position: relative;
}

.hoofdmenu li .fa
{
	position: relative;
    top: 2px;
    margin-left: 6px;
}

.sub_menu{
	position: absolute;
	background-color: #fff;
	min-width:250px;
	width: auto;
	top:66px;
	left:0px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
	display:none;
	z-index: 1423424;
	background: transparent;
	
}

.sub_menu ul
{
	position: relative;
	z-index: 999;
}

.sub_menu ul li
{
	float: left;
	min-width: 100%;
	position: relative;
}

.sub_menu ul li a
{

	font-family: Helvetica Neue, Arial;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	background: ;

	position: relative;
    width: 100%;
    display: block;
    height: auto;
    padding: 20px;
    min-height: 50px;
    float: left;
    text-decoration: none;
}

.contentsubmenu
{
	background: transparent;
	padding: 0 0 20px 0;
}

.contentsubmenu a:first-child
{
	padding-left: 0;
}

.contentsubmenu a
{
	font-family: Helvetica Neue, Arial;
	font-size: 13px;
	line-height: 19px;
	color: #3a3a3a;
	padding: none;
	font-weight: bold;
	text-transform: uppercase;
}

.contentsubmenu a:hover, .contentsubmenu .active
{
	color: #c0262c;
}

.hoofdmenu a:hover, .hoofdmenu a.active
{
	color: #fff;
	background: #c0262c;
	text-shadow: ;
	border: 2px solid #c0262c;
}

.w25
{
	width: 25%;
}

.w20
{
	width: 20%;
}

.w100
{
	width: 100%;
}

.wrapper_content
{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: auto !important;
}



.aanvraag
{
	background: url('../images/aanvraag.png') top center no-repeat;
	height: 50px;
	width: 244px;
	float: left;
}

.logo
{
    margin: 0 auto;
    max-height: 250px;
    z-index: 999;
    position: relative;

}

.video
{
	height: 150px;
	background: rgba(0, 0, 0, .65);
	margin-bottom: 10px;
	background-position: center center;
}

.video:hover
{
	cursor: pointer;
}

.video:hover:after
{
	text-shadow: 0px 0px 7px rgba( 255, 255, 255, .3 );
}

.video:after
{
	position: absolute;
	left: 50%;
	top: 39%;
	font-size: 38px;
	color: #fff;
	margin-top: -18px;
	margin-left: -20px;
	font-family: FontAwesome;
	content: "\f01d";

}

.lvm
{
	color: #21a1aa;
}




.video
{
	background-color: rgba(0, 0, 0, .15);
}

.ptitem
{
	float: left;
	width: 380px;
	margin-right: 20px;
	padding: 10px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.ptitem:after
{
	content: '';
	position: absolute;
	background: url('../images/green_stripes.png');
	bottom: 10px;
	height: 10px;
	left: 10px;
	width: 380px;
}

.ptitem img
{
	display: block;
	padding-bottom: 10px;
}

.ptitem h2
{
	padding-bottom: 6px;
	font-size: 24px;
	font-weight: normal;
}

h3.slogan
{
	font-style: italic;
	padding: 5px 0;
	padding-top: 0;
	margin: 0;
	font-weight: 300;
	color: #9c9c9c;
}


.ptimage
{
	background-size: cover !important;
	background-repeat: no-repeat;
	height: 90px;
	margin-bottom: 8px;

}

.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}

.full-width-slider
{
	z-index: 1;
	position: absolute;
	top: 0x;
	left: 0px;
	height: 400px !important;
	overflow: hidden;
	width: 100%;
}

.form2 input[type="text"], .form2 textarea
{
	width: 100%;
	font-size: 12px;
	padding: 5px 7px;
	margin-bottom: 8px;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .15);
	background: rgba(0, 0, 0, .03);
}



.contactblock #submitform
{
	margin-top: 10px;
}



ul
{
	padding-top: 0;
	margin-top: 0;
}



.ui-autocomplete
{
	width: 200px;
	list-style: none;
	position: absolute;
	z-index: 1000;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	z-index: 9999 !important;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 40px;
	background: #fff;
}

.ui-autocomplete li
{
	float: left;
	overflow-x: hidden;
}

.ui-autocomplete li a
{
	width: 201px;
	display: block;
	color: rgb(128, 128, 128);
	background: #fff;
	padding: 10px 15px;
	text-decoration: none;
	color: #21a1aa;
	font-size: 14px;
}

.ui-autocomplete li a:hover
{
	color: #fff;
	background: url('../images/pattern.png');
}
.ui-helper-hidden-accessible { display:none; }

.ui-autocomplete-input
{
	/*padding: 2px !important;
	font-size: 11px !important;
	color: #000; */
}

.accordion dt, .accordion dd {
	position: relative;
	padding-left: 14px;
}

.accordion dt a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.accordion dt a:hover
{
	color: #5c5c5c;
}

.accordion dt a:before
{
	font-size: 9px;
	line-height: 20px;
	font-family: FontAwesome;
	content: "\f04b";
	color: #21a1aa;
	margin-bottom: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

.mediaitem
{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	padding: 0px 20px 15px 20px;
}

.mediaitem:after
{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('../images/green_stripes.png');
	height: 10px;
}

.contactblock h3
{
	padding-bottom: 11px;
}

.submenu_diensten
{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.submenu_diensten a
{
    font-family: 'din_alternatebold';
	font-size: 14px;
	color: #646464;
	text-decoration: none;
}

.submenu_diensten a:hover
{
	color: #21a1aa;
}

.submenu_diensten a:last-child:after
{
	content: '';
}

.submenu_diensten a:after
{
	content: '/';
	padding: 0 10px;
}

.social
{
	display: inline-block;
	height: 36px;
	width: 36px;
	border-radius: 19px;
	text-align: center;
	float: left;
	margin-right: 15px;
	padding-top: 6px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.social:hover
{
	opacity: 1;
}

.social:last-child
{
	margin-right: 0;
}

.social i
{
	font-size: 15px;
	/*text-shadow: 0px 1px 2px rgba(0,0,0,.5);	*/
}

.rsarrowleft
{
	left: 30px;
	margin-top: -16px;
	top: 50%;
	display: block;
}

.rsarrowright
{
	right: 30px;
	margin-top: -16px;
	top: 50%;
	display: block;
}

.footer
{
	font-family: Helvetica Neue, Arial;
	font-size: 13;
	line-height: 19px;
	color: #555555;
	background-color: #e8e8e8; 
	padding: 30px;
}

.footerpages a
{
	display: block !important;
}

.footer h3
{
	font-weight: bold;
	font-size: 13px;
	color: #c72319;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

.footer p
{
	padding-bottom: 0;
}


.footer .column
{
	line-height: 25px;
	padding: 0 20px;
}

.footer a
{
    text-decoration: none;
    color: #555555;
}

.footer .link
{
	display: block;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer, .push {
	z-index: 4;
	position: relative;
	height: 300px;
}

.inhoud{
	padding: 30px;
}

.inhoud i.q
{
	color: #929292;
}

.contactbutton
{
	color: #fff;
	background: #1e959c;
	padding: 6px 10px;
	border-radius: 3px;
	float: right;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: 'din_alternatebold';	
	text-shadow: 0px 1px 2px rgba(0,0,0,.3);
}

.contactbutton:hover
{
	background: #28a7ae;
}

.inhoudslogan
{
	font-family: 'din_alternatebold';	
	font-style: italic;
	text-transform: uppercase;
	font-size: 25px;
	padding: 12px 0;
	padding-bottom: 20px;
	font-family: 'din_alternatebold';	
	color: #9c9c9c;
	text-align: center;
	display: block;
}

.inhoud b, .inhoud span b
{
	font-weight: bold !important;
}



select::-ms-expand {
    display: none;
}

ul.items
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.items img
{
	/*max-width: 100%;*/
	border: none;
	margin-bottom: 10px;
}

ul.items li
{
	position: relative;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}

ul.items li ul
{
	list-style-type: circle !important;
}

ul.items li li
{
	padding: 0;
}

ul.items li p, ul.items li li
{
	color: #3a3a3a;
}

.items .focuspoint
{
	margin-bottom: 10px;
}

.items .inhoud
{
	color: #3a3a3a;
}

.items .datum
{
	padding: 0 0 10px 0;
	color: ;	
}






.focuspoint {
	position: relative; /*Any position but static should work*/
	overflow: hidden;
}
.focuspoint img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	width: auto; 
	height: auto;
	min-width: 100%; 
	min-height: 100%;
	max-height: none; 
	max-width: none;
}

iframe
{
	padding: 0;
	margin: 0;
	border: 0;
}

.leftcontactinfo {
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 33.333333%;
    height: 300px;
    background: rgba(0,0,0,.6);
    z-index: 3;
    color: #fff;
    padding: 40px;
    font-size: 16px;
    line-height: 26px;
}



.iframemap {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

input[type="text"] {
    font-family: Helvetica Neue, Arial;
    border: 1px #e8e8e8 solid;
    background: #e8e8e8;
    display: block;
    color: #3a3a3a;
    border-radius: 0;
    margin: 0 0 15px 0;
    width: 100%;
    padding: 7px 13px;
    font-size: 14px;
}

textarea {
    display: block;
    width: 100%;
    color: #3a3a3a;
    height: 150px;
    padding: 7px 13px;
    font-size: 13px;
    font-family: Helvetica Neue, Arial;
    margin: 0 0 15px 0;
    border: 1px #e8e8e8 solid;
    border: 1px #e8e8e8 solid;
    background: #e8e8e8;
}

.styled-select {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    line-height: 11px;
    font-family: Helvetica Neue, Arial;
    font-size: 13px;
    display: block;
    outline: none;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    border: 1px #e8e8e8 solid;
}

.styled-select select {
    background: transparent;
    display: block;
    width: 100%;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 14px;
    outline: none;
    padding: 5px 7px;
    position: relative;
    z-index: 2;
    line-height: 16px;
    width: 100%;
    padding: 8px 14px;
    font-family: Helvetica Neue, Arial;
    font-size: 13px;
    outline: none;
}

.styled-select:after {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
    height: 28px;
    background: #046b76;
    color: #fff;
    font-family: FontAwesome;
    content: "\f078";
    padding-top: 11px;
    text-align: center;
    width: 33px;
    pointer-events: none;
}

.vraagtitel {
    display: block;
    color: #3a3a3a;
    cursor: pointer;
    /*font-weight: bold;*/
}

.vraagantwoord {
    display: none;
    /*margin-bottom: 13px;*/

    font-size: 13px;
    font-family: Helvetica Neue, Arial;
}

.vragen {
    list-style-type: none;
    padding-bottom: 30px;
    margin-left: 0 !important;
}

.vragen li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.vragen .fa-angle-right {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 18px;
}

.rotate {
  -moz-transform: rotate(90deg) !important;
  -webkit-transform:rotate(90deg) !important; 
  -ms-transform:rotate(90deg) !important;
  -o-transform:rotate(90deg) !important;
}

.required
{
  border-color: red !important;
}

.validated
{
  border-color: rgb(3, 161, 48) !important;
}

.iteminhoud a
{
	text-decoration: none !important;
}

.iteminhoud
{
	margin-bottom: 20px;
	overflow: hidden;
}

strong
{
	font-weight: bold;
}

.aligncenter
{
	text-align: center;
}

.companyinfo
{
	padding: 0;
}

table {
    border-collapse: collapse;
}

table, th, td {
	border: #e4e4ea 1px solid;
}

td
{
	padding: 5px;
}

.newsarchive a {
    display: block;
    /*font-size: 13px;*/
    overflow: hidden;
    margin: 12px 0;
}

.newsarchivedate {
    color: #999;
    display: inline-block;
    float: left;
    width: 24%;

}

.newsarchivetitle {
    width: 76%;
    display: inline-block;
    color: #000;
    padding-left: 15px;
}

.headerslogan
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 999;



    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
	
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.headergradient
{
	z-index: 23;
	position: absolute;
	bottom: 0;
	width: 100%;
	pointer-events: none;
	height: 100%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+38,ffffff+100&0+38,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 38%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 38%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 38%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.bxslider, .slide
{
	height: 400px;
}


.c999
{
	color: #999;
}

.mobile
{
	display: none;
}

.royalSlider
{
	z-index: 3;
	position: fixed !important;
}

.customcontent
{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.fright
{
	float: right;
}

.socialmedia {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    padding-top: 8px;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

.buttonfacebook {
    background: #3b5998;
}

.buttontwitter {
    background: #4099ff;
}

.taxateursfooter
{
	background: rgba(0, 0, 0, .75) url('https://www.siteraise.nl/files/originals/1000/taxateursfooter.png') no-repeat top right;
}@media all and (min-width: 0px) and (max-width: 970px)  {

	.headerslogan
	{
		font-size: 22px;
		line-height: 28px;
	}


	.bxslider, .slide
	{
		height: 160px;
	}

	.footer, .push
	{
		/*display: none;*/
	}

	.headergradient
	{
		display: none;
		/*height: 100px;*/
	}

	table
	{
		width: 100% !important;
	}

	.w20, .w50, .w33
	{
		width: 100%;
	}

	body
	{
		font-size: 15px;
    	line-height: 22px;
	}

	.leftcontactinfo
	{
		/*display: none;*/
		font-style: 14px;
		line-height: 22px;
		padding: 40px;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 40px;
		width: 100%;
		background: rgba(0,0,0,.7);
	}

	.verplicht
	{
		display: none;
	}

	/*#contactform textarea
	{
		position: relative;
		top: -40px;
	}*/

	#contactform .styled-select
	{
		margin-bottom: 0;
	}

	/*#contactform #submitform
	{
		position: relative;
		top: -40px;
	}*/

	.footer a
	{
		display: inline-block;
		float: none;
	}

	.footer, .push {
		height: auto;
	    min-height: 300px;
	    /*padding-bottom: 30px;*/
	}

	.scrolledtopbar
	{
		background: #21a1aa;
		background: rgba(0,0,0,.6);
		height: 80px;
	}

	.taxateursfooter
	{
		border-top: 2px solid #fff;
		background: rgba(0, 0, 0, .75);
	}

	.responsivetopbar
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		/*background: #;*/
		z-index: 99999999;

		transition: all 0.25s;
		-webkit-transition: all 0.25s;
		-moz-transition: all 0.25s;
	}

	.royalSlider:after
	{
		content: '';
		width: 100%;
		height: 100%;
		/*background: rgba(0,0,0,.3);*/
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

		position: absolute;
		top: 0;
		left: 0;
	}

	.header
	{
		/*margin-top: 50px;*/
	}

	.companyinfo
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/*.inhoud h1
	{
		display: none;
	}*/

	.mobile
	{
		display: block;
	}

	.desktop
	{
		display: none;
	}

	.mobilefootercontent
	{
		/*margin: 0 auto;
		width: 250px;*/
		padding-left: 20px;
	}

	.mobiletitle
	{
		z-index: 99;
		color: #fff;
		text-align: center;
		padding: 0;
		margin: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		text-shadow: 0 2px 1px rgba(58, 58, 58, 0.38);
	}

	*
	{
		-webkit-font-smoothing: antialiased;
	}

	textarea
	{
		margin-top: 20px !important;
	}

	.desktop
	{
		display: none;
	}

	.mobileblock
	{
		display: block;
	}

	.mobileinlineblock
	{
		display: inline-block;
	}

	.w33, .wrapper_content, .w66, .w30, .w35
	{
		width: 100%;
	}

	.inhoud{
		padding: 50px 10px 10px 10px;
	}

	.logo
	{
		max-height: 100px;
	}

	.menu, .headersearch, .aanvraagwrapper, .header .slogan
	{
		display: none;
	}

	.header, .royalSlider
	{
		height: 160px;
	}




	/* begin responsive lvm slide in menu */

	/*Nav styles*/
.responsivesidebar {
	opacity: 0;
	top: 0px;
	background: transparent;
	width: 100%;
	position: fixed; 
	left: -100%; 
	bottom: 0;
	z-index: 99999;
	padding-top: 50px;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	background: rgba(0,0,0,.5);

	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	overflow: hidden;

}
.responsivesidebar li {
  list-style-type: none;
}

.responsivesidebar a {
	display: block;
	padding: 20px 14px 0 25px;
	font-weight: normal;
	font-size: 19px;
	text-align: center;
	color: #fff;
	font-family: Helvetica Neue, Arial;
	opacity: 0;
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-decoration: none;
	font-weight: bold;

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
}

.allsections, .topbtn
{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

#tm
{
	display: none;
}

#tm:checked ~ .responsivesidebar
{
	opacity: 1;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);

}

#tm:checked ~ .responsivetopbar .hamburger-menu
{
	/*margin-top: 9px;*/
}

#tm:checked ~ .responsivetopbar .topbtn
{
	background: transparent;
	color: #fff;
	border: 2px transparent solid;
	top: 13px;
	right: 9px;
}

#tm:checked ~ .responsivetopbar
{
	background: transparent;
}

#tm:checked ~ .allsections, #tm:checked ~ .wrapper, #tm:checked ~ .footer
{
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	filter: blur(10px);
	opacity: .7;
}





/*Animate links from right to left + fade in effect*/
#tm:checked ~ .responsivesidebar a {
  opacity: 1; 
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

/*#tm:checked ~ body 
{
  overflow-x: hidden;
}*/

/*Adding delay to link animation - in multiples of .08s*/
/*One can use jQuery also for creating the delayed effect. But I will stick to manual CSS for this walkthrough.*/
#tm:checked ~ .responsivesidebar li:nth-child(1) a {-webkit-transition-delay: 0.08s;}
#tm:checked ~ .responsivesidebar li:nth-child(2) a {transition-delay: 0.16s;}
#tm:checked ~ .responsivesidebar li:nth-child(3) a {transition-delay: 0.24s;}
#tm:checked ~ .responsivesidebar li:nth-child(4) a {transition-delay: 0.32s;}
#tm:checked ~ .responsivesidebar li:nth-child(5) a {transition-delay: 0.40s;}
#tm:checked ~ .responsivesidebar li:nth-child(6) a {transition-delay: 0.48s;}
#tm:checked ~ .responsivesidebar li:nth-child(7) a {transition-delay: 0.56s;}
#tm:checked ~ .responsivesidebar li:nth-child(8) a {transition-delay: 0.64s;}
#tm:checked ~ .responsivesidebar li:nth-child(9) a {transition-delay: 0.72s;}
#tm:checked ~ .responsivesidebar li:nth-child(10) a {transition-delay: 0.80s;}
#tm:checked ~ .responsivesidebar li:nth-child(11) a {transition-delay: 0.86s;}
#tm:checked ~ .responsivesidebar li:nth-child(12) a {transition-delay: 0.94s;}
#tm:checked ~ .responsivesidebar li:nth-child(13) a {transition-delay: 0.102s;}
#tm:checked ~ .responsivesidebar li:nth-child(14) a {transition-delay: 0.110s;}

.hamburger-menu {
	background: transparent;
	width: 30px;
	height: 50px;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 0;
	float: left;

	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;

	
}

.bar,
.bar:after,
.bar:before {
  width: 29px;
  height: 4px;
  border-radius: 10px;
}

.bar {
position: relative;
  transform: translateY(24px);
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  background: #fff;
  transition: all 0ms 300ms;
}
.bar.animator {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animator:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animator:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


	.responsivemenu {
	  z-index: 9999;
	  position: fixed;
	  height: 50px;
	  width: 100%;
	  top: 0;
	  background: #000;
	  left: 0;
	  display: block;
	}

	/* einde responsive menu */


}



@media all and (min-width: 971px) and (max-width: 30000px)  {

	.mobileinlineblock, .responsivesidebar, .responsivetopbar
	{
		display: none;
	}

	.mobileblock
	{
		display: none;
	}

	.desktopinlineblock
	{
		display: inline-block;
	}

	#tm, .mobiletitle
	{
		display: none;
	}

}