*{
	margin: 0;
	padding: 0;	
}
html, body {
	font-family: Verdana, Tahoma;
    padding: 0;
    margin: 0;
    height: 100%;
}

body{
    overflow-x: hidden;
}

img{
    border: 0;
    outline: none;
}

p{
    margin: 0;
    line-height: 25px;
}

a {
	color: blue;
    text-decoration: none;
    outline: none;
}

a:hover{
    text-decoration: underline;
}


/*Headlines*/

h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    color: black;
    font-weight: bold;
    font-family: Arial, Verdana, Tahoma;
}



h1 h2{    
    font-size: 22px;
    margin-bottom: 10px;
}

h3{    
    font-size: 13px;
}

h4{    
    font-size: 12px;
}

h5{    
    font-size: 11px;
}

h6{    
    font-size: 10px;
}

br.clear{
	clear: both;
}

.template-wrapper{
	width:100%!important;
	margin: 0 auto;
	padding-top: 10px;
}

.topheader{
	max-width: 1000px;
	margin: 0 auto;
}



.topheader a{
	display: block;
}

.menu-wrapper{
	width: 100%;
	text-align: center;
}

.menu{
	display: inline-table;
	width: 100%;
	margin: 0 auto;
}

.menu ul{
	list-style: none;
	display: inline-block;
}

.menu ul li{
	position: relative;
	display: block;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.menu ul li a{
	display: block;
	padding: 0 15px;
}

.menu ul li ul{
	display:none;
	position: absolute;
	top: 57px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: opacity .3s ease-in-out, margin .3s ease-in-out;
	z-index:999;
	width: 200px;
}

.menu ul li:hover ul{
	display:block;
}


.mobilemenu{
	display: inline-table;
	width: 100%;
	margin: 0 auto;
}

.mobilemenu ul{
	list-style: none;
	display: inline-block;
}

.mobilemenu ul li{
	position: relative;
	display: block;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.mobilemenu ul li a{
	display: block;
	padding: 0 15px;
}

.mobilemenu ul li ul{
	display:none;
	position: absolute;
	top: 57px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: opacity .3s ease-in-out, margin .3s ease-in-out;
	z-index:999;
	width: 200px;
}

.mobilemenu ul li:hover ul{
	display:block;
}

.headerwrapper{
	overflow: hidden;
	max-width: 980px;
	width:100%;
	margin: 0 auto;
	position: relative;
	margin-top: -2px;
	position: relative;
}

.headerscontainer{
	width: 100%;
	position: absolute;
}

.header{
	display: block;
	max-width: 1020px;
	width:100%;
	position: relative;
	position: relative;
	float: left;
	background-position: center;
}

.header img{
	width: 100%;
	position: absolute;
	top: 0;
}

.noheader img{
	width: 100%;
	position: relative;
	top: -8px;
}

.header p{
	display: table;
	width: auto;
	clear: both;
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 28px;
	height: 42px;
	line-height: 42px;
}

.header p.line1{
	margin-bottom: 10px;
	margin-left: 20px;
}

.header p.line2{
	margin-left: 40px; 
}

.headerborder{
	width: 100%;
	height: 20px;
}

.container{
	margin: 0 auto;
}

.mainblock, .sitemap{ 
	min-height: 20px;
    float: left;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}

.mainblock.ervaringen{
    min-height: 1px;
}

.mainblock ul{
    margin-left:40px;
    line-height:20px;
}

.sitemap ul li ul{
	margin-bottom: 10px;
}

.sitemap ul li{
	margin-left: 15px;
	line-height: 20px;
}

.page{
	display:block;
	width:100%;
	min-height: 20px;
	float: left;
	margin-bottom: 20px;
	padding: 15px 10px; 
}

.page h2{
	margin-bottom: 5px;
}


/*.page div{
	float:left;
	display:block;
	max-width:330px;
}*/

.page img{
	width:100%;
}

/*.rightblockcontainer{
	min-height: 100px;
	float: right;
}*/

.rightblockcontainer ul{
	margin-bottom: 20px;
}

.rightblockcontainer ul li a{
	border: none;
	margin-bottom: 0 !important;
}

.rightblockcontainer a, .rightblockcontainer div{
	margin-bottom: 20px;
	min-height: 30px;
}

.rightblockcontainer a div{
	display: inline;
}

.rightblockcontainer a a, .rightblockcontainer div a{
	margin-bottom: 0 !important;
}

.rightblockcontainer a a, .rightblockcontainer div div, .rightblockcontainer div a, .rightblockcontainer a div{
	border: none !important;
}



.menu-below-shadow{
	
}

/*.footerblockcontainer{
	width: 100%;
	min-height: 40px;
}*/

/*.footerblockcontainer div{
	width: calc(25% - (15px + 2px));
	margin-right: 20px;
	min-height: 30px;
	float: left;
}*/

.footerblockcontainer div div{
	border: none;
}

.footerblockcontainer div:last-of-type{
	margin-right: 0px
}

.footer{
	height: 80px;
	background: #DDDDDD;
	width: 100%;
	margin-top: -2px;
	z-index: 990;
	position: relative; 
}

.footerwrapper{
	display: table; 
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	height: 80px;
}


.footerwrapper div{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.footer img{
	float: left;
}

.footer div.footermenu{
	text-align: right;
	padding-right: 40px;
}

.footerwrapper div div{
	display: block;
	float:right;
	line-height: 100%;
}

form{
	max-width: 535px;
	width:100%;
}

form label{
	width: 190px;
	display: block;
	float: left;
	line-height: 34px; 
}

form label span{
	font-size: 10px;
	font-style: italic;
}

form input, form select{
	height: 27px;
	
	margin-bottom: 6px;
	width: 343px;
	padding: 0 5px;
	background: #dbdbdb;
	border: 1px solid #dbdbdb;
	font-size: 11px;
}
.emailwidget form
{
    width: 100%;
}

.emailwidget form input
{
    width: 248px;
}



form select{
	width: 345px;
	line-height: 27px;
}

form input[type=submit]{
	background: #f1592a;
	border: none;
	color: #FFFFFF;
	width: auto;
	float: right;
	margin-top: 5px;
	padding: 0 10px;
	font-weight: 700;
}
.emailwidgetcontent img{width:100%!important; height:auto!important;}
.emailwidget form input[type=submit] {
    float: none;
}

form input[type=checkbox], form input[type=radio]{
	height: 15px;
	width: 15px;
	float: left;
	margin-top: 11px;
	margin-right: 5px;
}

.checkbox{
	width: auto;
	float: left;
	margin-right: 15px;
}

textarea{
	width: 343px;
	background: #dbdbdb;
	border: 1px solid #dbdbdb;
	min-height: 100px;
}

.widget{
	position: relative;
}



.widget div.cloud{
	width: 204px !important;
	overflow: hidden;
}

.rightblockcontainer .widget div.cloud{
	width: 260px !important;
	overflow: hidden;	
}

.widget div.cloud div.cloudwrapper{
	position: relative;
	height:269px;
}

.widget div.cloud div.cloudcontainer{
	width: 100000em !important;
	position: absolute;
}


.widget div.cloud div div div{
	  position:relative;
	  padding:10px 7px;
	  margin:1em 0 2.2em;
	  background:#f9f9f9 !important; 
	  border-radius:5px;	
	  width: calc(206px - 18px) !important;
	  border: 1px solid #939598 !important;
	  height:150px;
	  float: left;
}

.rightblockcontainer div.cloud div div div{
	width: calc(262px - 18px) !important;
}

.widget div.cloud div div div:before {
	  content:"";
	  position:absolute;
	  bottom:-22px; 
	  left:129px; 
	  border-width: 21px 22px 0 0; 
	  border-style:solid;
	  border-color:#939598 transparent;
	  display:block;
	  width:0; 
}

.rightblockcontainer .widget div.cloud div div div:before{
		left: 199px;
}

.widget div.cloud div div div:after {
	  content:"";
	  position:absolute;
	  bottom:-20px; 
	  left:130px; 
	  border-width:20px 20px 0 0; 
	  border-style:solid;
	  border-color:#f9f9f9 transparent;
	  display:block;
	  width:0; 
}

.rightblockcontainer .widget div.cloud div div div:after{
		left: 200px;
}


.widget div.cloud span.date{ font-size: 9px; margin-bottom:5px; display: inline-block; }
.widget div.cloud div div div p{ font-size: 12px; font-weight: normal; }
.widget div.cloud div div div span.beoordeling{
	display: block;
	position: absolute;
	bottom: 8px;
	width: calc(100% - 14px);
}

.widget div.cloud div div div span.beoordeling span{
	float: right;
	color: #9dc144;
	font-family: 'FontAwesome';
}

.widget div.cloud span.stars{
	font-family: 'FontAwesome';
	margin-left: 10px;
	color: #9dc144;
}

.widget div.cloud span.name{
	position: absolute;
	bottom: -40px;
}

.widget div.cloud a{
	display: block;
	position: absolute;
	bottom: 10px;
}


.optin
{
    width: 250px;
    margin-bottom: 0px !important;
}

.optin label
{
    width: auto;
    line-height: 16px;
    display: inline;
    float: none;;
}

.optin input[type=checkbox]
{
    margin-top: 0;
}

.thp
{
    display: none;
}

.linkbutton {position: relative!important; display: block!important; bottom: 0!important; margin-top: 10px!important;}

.mobilemenuButton {display:block; width:100%; height:45px; font-weight:700; text-align: center; cursor:pointer; font-family: 'Source Sans Pro', sans-serif; color: #00aac0; font-size: 18px; line-height:45px; }
.mobilemenuButton.active {border-bottom:3px solid #dbdbdb;}
table { 
    width: 80%; 
    table-layout: fixed;
    border-collapse: collapse; 
    margin: 0 auto;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #f2f2f2; 
}
th { 
    background: #E74C3C; 
    color: #fff; 
    font-weight: 600; 
}
td, th { 
    padding: 12px; 
    border: 1px solid #ccc; 
    text-align: left; 
    text-align: center
}



@media (max-width:992px){
	.emailwidgetform {margin-top:30px;}
	.emailwidgetform input[type=text], .emailwidgetform input[type=email], .emailwidgetform input[type=submit] {width:100%!important; height:40px;}
	.emailwidgetform .optin {width:100%!important;}
}
@media (max-width:768px){
	.emailwidgetform {margin-top:30px;}
	.emailwidgetform input[type=text], .emailwidgetform input[type=email], .emailwidgetform input[type=submit] {width:100%!important; height:40px;}
	.emailwidgetform .optin {width:100%!important;}
	.submitp {width:100%!important;}
	.mobilemenu ul {width:100%;}
	.mobilemenu ul li {float:none; display:block; width:100%!important; border-left:none!important; border-bottom:1px solid #dbdbdb; height:auto!important;}

	.mobilemenu ul li ul {display:block!important; position:relative!important; top:0!important; left:0!important; width:100%!important; transition:none!important;}
	.mobilemenu ul li ul li {width:100%!important; display:block!important; float:none!important; position:relative!important;}
	.mobilemenu ul li ul li:hover a {text-align:center!important;}
	
	.mobilemenu ul li:hover ul li {border-right:none!important; border-top:none!important;}
	.contactform label {font-size:14px;}
	.contactform input {width:100%; height:35px;}
	.contactform textarea {width:100%;}
	.contactform input[type=submit] {width:200px; margin-top:20px; height:40px; font-size:14px;}
	.footer {height:auto!important;}
	.footerwrapper {height:auto!important;}
	.footerwrapper div{display:block!important; width:100%!important; overflow:hidden;}
	.footerwrapper div img {margin:0 auto; float:none!important; display:block;}
	.footermenu {text-align:center!important; padding:0!important; margin-top:20px; font-size:11px;}
	.footer a {padding:0 8px!important;}
	.logo a img{width:100%;}
}

.find {
    border-width: 1px;
    border-style: solid;
    border-color: #29245e;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
}

.find.retail {
    margin-top:20px;
}

.btn-find {
    font-size: 16px;
    color: #fff;
    background-color: #ee720e;
    border-style: solid;
    border-color: #29245e;
    border-width: 1px;
    margin-top: 15px;
    padding: 0px 15px 2px 15px;
}

select#search_url {
    padding:8px 5px;
    background-color: #fff;
    width:60%;
    display: block;
}

.input-find-retail {
   font-size:13px;
   width:50%;
   background-color: #ffffff;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 90px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
