/*
dark grey logo: 57565b
light grey logo (shadow): a7a7a9
yellow logo: fce92b
*/

/** {
	box-sizing: border-box; 
}*/

body {
	padding: 0;
	margin: 0 auto; 
}

body, td, input[type=text], textarea {
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
	max-width: 100%; 
}

h1 {
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	color:#333333;
	display:block;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:40px;
}

h2 {
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}

h3 {
	border-top: 1px solid #eee; 
	padding-top: 1em;
	color: #777;
}

p, ul, li{
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}



blockquote {
	margin-left: 0;
	padding-left: 1.5em;
	padding-right: 2em; 
	border-left: 4px solid #ddd; 
	font-style: italic; 
	color: #777; 
}


.header{
	background-color:#57565b;
	height:180px;
}

.logo{
	padding:5px 0px 15px 0px;
}

.menubartop{
	background-color:#a7a7a9;
}

.stickymenu{
	display:none;
	position:fixed;
	top:0px;
	z-index:9999 !important;
	width:100%;
	background-color:rgba(167, 167, 169, 0.85);
}


.site-slogan{
	font-family:'Lato',Arial;
	color:#FFFFFF;
	margin-top:15px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color:rgba(255, 255, 255, 0.85);
	background: url(../gfx/preloader3.gif) center no-repeat #fff;
}


#frontpagevideo{
	position:relative;
	width:100%;
	height:calc(100vh - 216px);
	overflow:hidden;
	/*background-color:#FAFAFA;*/
}

video#bgvid { 
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	min-width:100%;
	min-height:100%;
	/*top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background-size: cover;*/
}




#continue{
	position:absolute;
	bottom:50px;
	left:50%;
	width:100%;
	margin-left:-45px;
}

#renohome-wrapper{
	background-color:#F2F2F2;
	padding:30px 0px 30px 0px;
	margin-bottom: 60px;
}

#facebookhome-wrapper{
	background-color:#3b5998;
	color:#FFF;
	padding:30px 0px 30px 0px;
	margin-bottom: 60px;
}

/*#facebookhome{
	color:#FFFFFF;
}*/

a.facebooklink{
	color: #FFFFFF;
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}

#instagramhome-wrapper{
	background-color:#000;
	color:#FFF;
	padding:40px 0px 40px 0px;
	/*border-bottom:#CCC 1px solid;*/
	margin-bottom: 60px;
}

a.topagetitle{
	border:0;
}

ul.Inputfields{
	list-style:none;
	padding:0;
	margin:0px;
}




.topnav, .topnav li {
	list-style: none; 
	padding: 0;
	margin: 0;
	font-family:'Lato', Arial, sans-serif;
	font-size:16px;
}
	.topnav li {
		float: left; 
	}
	.topnav a {
		padding: 10px 20px 10px 20px;
		text-decoration: none; 
		display: block;
		color: #57565b; 
	}
	.topnav a:hover {
		background: #ddd;
	}
	.topnav li.current a {
		background: #fce92b; 
	}
	.topnav li.edit a {
		background: none; 
	}

.mediumtopnav, .smalltopnav{
	list-style: none; 
	padding: 0;
	margin: 0;
	font-family:'Lato', Arial, sans-serif;
	font-size:24px;
}
.mediumtopnav li, .smalltopnav li {
		float: left; 
	}
a.hamstack{
	padding: 6px 20px 6px 20px;
	display: block;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	color:#57565b !important;
}
a.hamstack:hover{
	background: #ddd;
}

.languages {
	list-style: none; 
	margin: 0;
	padding: 0; 
	float:right;
}

	.languages li {
		list-style: none; 
		display: inline-block;
		margin: 0;
		padding: 5px;
	}

	.languages a {
		border: none; 
		display: inline;
	}
		.languages li.current a {
			font-weight: bold; 
		}
		.languages li:first-child a {
			border: none; 
		}


.bottomnav, .bottomnav li {
	list-style: none; 
	padding: 0;
	margin: 0;
	font-family:'Lato', Arial, sans-serif;
	font-size:16px;
}
	.bottomnav li {
		/*float: left;*/ 
	}
	.bottomnav a {
		padding: 0px 20px 10px 0px;
		text-decoration: none; 
		display: block;
		color: #ffffff; 
	}
	.bottomnav a:hover {
		color: #a7a7a9;
	}
	.bottomnav li.current a {
		color: #fce92b; 
	}
	.bottomnav li.edit a {
		background: none; 
	}




form.search {
	margin: 0;
	padding-bottom: 1em;
}
	form.search input {
		margin: 0;
		padding: 0.25em 0.5em;
		border: 1px solid #ccc; 
		width: 100%; 
	}
	form.search button {
		display: none; 
	}

.breadcrumbs {
	font-size: 80%; 
	padding-top: 1em; 
}
	.breadcrumbs span:after {
		content: ">";
		color: #999; 
		padding-left: 0.5em;
		padding-right: 0.25em; 
	}



.nav {
	margin-left: 0;
	padding-left: 0;
	list-style: none; 
}
	.nav .nav {
		padding-left: 1.5em;
		list-style: disc;
	}
	.nav li {
		margin: 1em 0;
	}

	.nav-tree li {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nav a {
		font-weight: bold;
	}

	.nav-tree li a {
		color: #777; 
	}

	.nav .current > a {
		color: #333; 
	}


#social-wrapper{
	/*background-color:#a7a7a9;*/
	background-color:#E2E2E2;
	padding:10px 0px 30px 0px;
	}

#bottom{
	background-color:#57565b;
	/*margin-top:30px;*/
	padding:30px 0px 45px 0px;
	color:#FFFFFF;
}


.TextformatterVideoEmbed{
	margin-bottom:30px;
}


#footer{
	background-color:#F2F2F2;
	padding:20px 0px 20px 0px;
}

.instagram-picture{
	border: #CCC 1px solid;
	padding: 0px 10px 20px 10px;
	text-align: center;
}

/**************************************************************************************
**
** BRANDS
**
***************************************************************************************/

.column.brand-column{
	margin-bottom:30px;
	/*border:#CCCCCC 1px solid;*/
	text-align: center;
	padding: 30px 0px 30px 0px;
}

.brandpic{
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:#FF0000 1px solid;*/
	height: 100%;
	width: 100%;
}

/**************************************************************************************
**
** RASTER
**
***************************************************************************************/

.column.custom-column{
	margin-bottom:30px;
}

.rasterblock{
	position:relative;
	border:#999999 1px solid;
}

.rasterinnerblock{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.rasterimageblock{
	width:100%;
	height:100%;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.rastertextblock{
	position:absolute;
	left:0px;
	bottom:0px;
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:110%;
	/*background-color:#57565b;*/
	color:#ffffff;
	width:100%;
	padding:5px 5px 5px 5px;
	background-color:rgba(87, 86, 91, 0.7);
}

/* make keyframes that tell the start state and the end state of our object */
 
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.f1 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.fade-in.f2 {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.fade-in.f3 {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.fade-in.f4 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.fade-in.f5 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.fade-in.f6 {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.fade-in.f7 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.fade-in.f8 {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.fade-in.f9 {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.fade-in.f10 {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.fade-in.f11 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.fade-in.f12 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.fade-in.f13 {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.fade-in.f14 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.fade-in.f15 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}



/**************************************************************************************
**
** GALLERIA
**
***************************************************************************************/

/*@media all and (orientation:portrait) {
	#galleria{
		height:50%;
	}
}*/
@media only screen {
	#galleria{
		height:50%;
	}
}

@media only screen and (min-width: 320px) {
	#galleria{
		height:240px;
	}
	#map-canvas{ height:240px; }
}

@media only screen and (min-width: 480px) {
	#galleria{
		height:320px;
	}
	#map-canvas{ height:320px; }
}

@media only screen and (min-width: 600px) {
	#galleria{
		height:480px;
	}
	#map-canvas{ height:480px; }
}

@media only screen and (min-width: 768px) {
	#galleria{
		height:600px;
	}
	#map-canvas{ height:600px; }
}

@media only screen and (min-width: 1024px) {
	#galleria{
		height:800px;
	}
	#map-canvas{ height:680px; }
}


/**************************************************************************************
**
** SOCIAL MEDIA
**
***************************************************************************************/

#social{
	margin-top:30px;
	margin-bottom:30px;
	display:block;
}
.MarkupSocialShareButtons{
    list-style-type: none;
    padding: 0;
	margin:0px;
}
.MarkupSocialShareButtons li{
    list-style-type: none;
    float: left;
    margin: 0px 20px 0px 0px;
}
.MarkupSocialShareButtons li a{
    display: inline-block;
    text-decoration: none;
    border: none;
    width: 26px;
    height: 26px;
    opacity: 0.8;
}
.MarkupSocialShareButtons li a:hover{
    opacity: 1;
}

.MarkupSocialShareButtons img{
    width: 100%;
    height: auto;
}

/**************************************************************************************
**
** BACK TO TOP
**
***************************************************************************************/

/* https://codyhouse.co/gem/back-to-top/ */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /*background: rgba(232, 98, 86, 0.8) url(../gfx/cd-top-arrow.svg) no-repeat center 50%;*/
  background: rgba(0, 0, 0, 0.8) url(../gfx/cd-top-arrow.svg) no-repeat center 50%;
  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;
}
.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: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/**************************************************************************************
**
** Contact Form
**
***************************************************************************************/

#wrap_tegenvervelendeventjes{
	display: none;
}

p.InputfieldError{
	color:#CC0000;
}

.g-recaptcha{
	float: right;
	max-width: 400px;
}

/**************************************************************************************
**
** Spacers and clear
**
***************************************************************************************/

.clear{
	clear: both;
}

.spacer5{height:5px;}
.spacer10{height:10px;}
.spacer15{height:15px;}
.spacer20{height:20px;}
.spacer25{height:25px;}
.spacer30{height:30px;}
.spacer45{height:45px;}
.spacer60{height:60px;}
.spacer90{height:90px;}
.spacer110{height:110px;}
.spacer115{height:115px;}
.spacer120{height:120px;}
.spacer125{height:125px;}
.spacer130{height:130px;}
.spacer140{height:140px;}
.spacer145{height:145px;}
.spacer150{height:150px;}
.spacer160{height:160px;}
.spacer180{height:180px;}