@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Montserrat';
	background-color: #FAFAFA;
}
.middle {
	width: 80%;
	margin: 0 auto;
}
.hb {
	animation: beat 1s infinite alternate;
	transform-origin: center;
}
#avf input {
	padding: 5px;
}
.number {
	width: 30px;
	height: 19px;
	text-align: center;
	padding-top: 3px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
}
.updown {
	width: 18px;
	float: left;
	margin-top: -5px;
}
.updown a {
	height: 14px;
	padding: 0;
	display: block;
}
div.video,div.videolast {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}
@keyframes beat{
	to { transform: scale(1.06); }
}
header {
	background-color: #2F2F2F;
	background-image: url('/img/bgfade.png');
	background-size: contain;
	background-position: center top 40px;
	background-repeat: repeat-x;
	height: 615px;
	overflow: hidden;
}
header div#topbar {
	background-color: #3F3F3F;
}
header div#topbar ul {
	list-style-type: none;
	color: #FFF;
	font-size: 11px;
	padding: 12px 0;
	box-sizing: border-box;
	height: 40px;
}
header div#topbar ul li {
	display: inline-block;
	padding-left: 24px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: left center;
}
header div#topbar ul li:nth-child(1) {
	background-image: url('/img/email.svg');	
}
header div#topbar ul li:nth-child(2) {
	background-image: url('/img/phone.svg');	
}
header div#topbar ul li:nth-child(3) {
	background-image: url('/img/home.svg');	
}
header div#topbar ul li:last-child {
	float: right;
	margin-right: 0;
}
header div#logo {
	text-align: center;
	padding: 5px 0 0 0;
}
header div#logo img {
	height: 90px;
}
nav.smaller {
	position: fixed;
	top: 0;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	margin-top: 0;
	z-index: 9;
}
nav ul {
	list-style-type: none;
	font-size: 0;
}
nav ul li {
	display: inline-block;
	vertical-align: bottom;
	text-transform: uppercase;
	font-size: 14px;
}
nav ul li a {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	padding: 10px 26px;
	display: block;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}
nav ul li a:hover,nav ul li a.active {
	padding: 15px 26px;
}
nav ul li:nth-child(1) {
	border-radius: 5px 0 0 0;
}
nav ul li:nth-child(1n+1) {
	background-color: #823464;
}
nav ul li:nth-child(2n+2) {
	background-color: #D4B670;
}
nav ul li:nth-child(3n+3) {
	background-color: #333;
}
nav ul li:last-child {
	border-radius: 0 5px 0 0;
}
header div#slider {
	min-height: 300px;
	position: relative;
	height: 435px;
}
#slideposition {
    position: relative;
    bottom: 30px;
    left: 50%;
    z-index: 500;
    margin-left: -100px;
    width: 200px;
    text-align: center;
}
#slideposition ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#slideposition ul li.indicator{
	display: inline-block;
	height: 10px;
	width: 10px;
	background: rgba(0,0,0,.3);
	margin: 0px 7px;
	padding: 0;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden;
	cursor: pointer;
}
#slideposition ul li.indicator.active{
	background: rgba(255,255,255,.7);
}
header div#slider .slide{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
	background-size: 500px;
	background-position: right 20px center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
header div#slider .slide div.slidecontent {
	text-transform: uppercase;
	color: #333;
	text-align: center;
	width: 60%;
	padding-top: 40px;
}
header div#slider .slide div.slidecontent h1 {
	font-size: 80px;
}
header div#slider .slide div.slidecontent span {
	font-size: 36px;
	display: block;
}
#avf tr td input[type="text"],#avf tr td textarea {
	width: 100%;
}
a.button,.button {
	background-color: #D4B670;
	text-decoration: none;
	padding: 16px 30px;
	border-radius: 10px;
	font-size: 20px;
	color: #FFF;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	border: 1px solid #FFF;
	cursor: pointer;
}
#avf input.button {
	padding: 5px 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section#bigbuttons ul {
	list-style-type: none;
	display: flex;
	width: 100%;
}
section#bigbuttons ul li {
	box-sizing: border-box;
	flex: 1 1 100%;
	height: 250px;
	background-position: center center;
	background-size: auto 80%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
section#bigbuttons ul li:hover {
	background-size: auto 90%;
}
section#bigbuttons ul li:nth-child(1) {
	background-image: url('/img/tent.jpg');
	background-color: #823464;
}
section#bigbuttons ul li:nth-child(2) {
	background-image: url('/img/bbq.jpg');
	background-color: #D4B670;
}
section#bigbuttons ul li:nth-child(3) {
	background-image: url('/img/apparaat.jpg');
	background-color: #333;
}
section#bigbuttons ul li a {
	font-size: 50px;
	padding: 130px 13%;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
}
section#products {
	background-color: #FFF;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	min-height: 200px;
	border-right: 1px solid #CCC;
}
section#content {
	padding: 10px 20px;
	box-sizing: border-box;
}
section#content p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
section#products h2,section#content h2 ,section#content h1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
}
section#products div.product {
	flex-basis: 25%;
	border-bottom: 1px solid #CCC;
	min-height: 280px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-left: 1px solid #CCC;
	position: relative;
	text-align: center;
}
.ui-tooltip {
    z-index: 100000!important;
    position: absolute;
    border: 20px solid blue;
}
section#products div.product .title {
	font-size: 14px;	
}
section#products div.product:last-child {
	border-right: 1px solid #CCC;	
}
section#products div.product a.prodimg {
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 190px;
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-indent: -9999;
}
section#products div.product a.prodimg img {
	width: 1px;
	height: 1px;	
}
section#products div.product a.prodimg:hover {
	background-size: auto 100%;	
}
section#products div.product div.price {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 700;
	color: #5E5E5E;
	font-size: 26px;
}
section#products div.product div.btns {
	position: absolute;
	width: 100%;
	bottom: 0;
}
section#products div.product div.btns a {
	float: left;
	cursor: pointer;
	display: block;
	width: 50%;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	padding: 10px 0 10px 38px;
	background-size: 16px;
	background-position: left 14px center;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
section#products div.product div.btns a:hover {
	background-size: 20px;
	background-position: left 12px center;	
}
section#products div.product div.btns a:nth-child(1) {
	background-color: #D2B571;
	background-image: url('/img/add.svg');
}
section#products div.product div.btns a:nth-child(2) {
	background-color: #7F3663;
	background-image: url('/img/view.svg');
}
footer {
	min-height: 380px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
footer::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url('/img/bgfade.png');
	background-size: contain;
	background-color: #2F2F2F;
	transform: rotate(180deg);
	background-repeat: repeat-x;
}
footer ul {
	list-style-type: none;
	padding-top: 30px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 36px;
	width: 24%;
	box-sizing: border-box;
	margin-right: 20px;
	font-size: 14px;
}
footer ul:last-child {
	width: 15%;	
}
footer ul li {
	border-bottom: 1px solid #CCC;
	color: #FFF;
}
footer ul li:first-child {
	font-size: 20px;
	font-weight: 700;
	border-bottom: none;
	margin-bottom: 10px;	
}
footer ul li:last-child {
	border-bottom: none;	
}
footer ul li a {
	color: #FFF;
	text-decoration: none;
}
ul#soc {
	display: flex;
	padding: 3px 0;
}
ul#soc li {
	list-style: none;
	border-bottom: none;
}
ul#soc li a {
	width: 30px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	margin: 0 5px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	z-index: 1;
}
ul#soc li a .icon {
	position: relative;
	color: #333;
	transition: .5s;
	z-index: 3;
}
ul#soc li a:hover .icon {
	color: #fff;
	transform: rotateY(360deg);
}
ul#soc li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	transition: .5s;
	z-index: 2;
}
ul#soc li a:hover:before {
	top: 0;
}
ul#soc li:nth-child(1) a:before{
	background: #3b5999;
}
ul#soc li:nth-child(2) a:before{
	background: #55acee;
}
ul#soc li:nth-child(3) a:before {
	background: #0077b5;
}
ul#soc li:nth-child(4) a:before {
	background: #dd4b39;
}
#aanvraagtable tr td:nth-child(2) {
	width: 60%;
}
@media screen and (min-width: 1000px) and (max-width: 1700px){
	nav ul li {
		font-size: 12px;
	}
	nav ul li a {
		padding: 10px 15px;	
	}
	nav ul li a:hover, nav ul li a.active {
		padding: 16px 15px;	
	}
}
@media screen and (min-width: 100px) and (max-width: 999px){
section#bigbuttons ul {
		list-style-type: none;
		display: block;
		width: 100%;
	}
	section#bigbuttons ul li {
		box-sizing: border-box;
		flex: none;
		width: 100%;
		height: 250px;
		background-position: center center;
		background-size: auto 80%;
		background-repeat: no-repeat;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.middle {
		width: 100%;
	}
	#slider {
		display: none;
	}
	header {
		height: 140px!important;
	}
	div#slideposition {
		display: none;
	}
	div#fixedww{
		position: fixed;
		top: 40px;
		right: -12px;
	}
	header div#logo img {
		height: 50px;	
	}
	section#products div.product {
	flex-basis: 50%;
	}
	section#products div.product div.btns a {
		font-size: 10px;
		padding-left: 18px;	
		background-position: 4px;
	}
	footer ul {
		width: 44%;
		box-sizing: border-box;
		padding: 10px;
	}
	section#content img {
		max-width: 100%;
	}
	div.video,div.lastvideo {
		width: 100%;
		text-align: center;
	}
	header div#topbar ul.middle li {
		text-align: center;
		padding: 2px 25px;
	}
	header div#topbar ul.middle li:last-child {
		display: none;	
	}
	header div#topbar ul.middle li a {
		color: #FFF;
	}
	div#fixedww{
		transform: scale(.6);	
	}
	header div#topbar {
		height: 50px;
	}
	.c-hamburger {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 48px;
		height: 48px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		transition: background 0.3s;
	}
	.c-hamburger:focus {
		outline: none;
	}
	.c-hamburger span {
		display: block;
		position: absolute;
		border-radius: 20px;
		top: 22px;
		left: 9px;
		right: 9px;
		height: 4px;
		background: white;
	}
	
	.c-hamburger span::before, .c-hamburger span::after {
		position: absolute;
		display: block;
		border-radius: 20px;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
		content: "";
	}
	
	.c-hamburger span::before {
		top: -10px;
	}
	
	.c-hamburger span::after {
		bottom: -10px;
	}
	.c-hamburger--htx {
		background-color: #3F3F3F;
	}
	
	.c-hamburger--htx span {
		transition: background 0s 0.3s;
	}
	
	.c-hamburger--htx span::before, .c-hamburger--htx span::after {
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}
	
	.c-hamburger--htx span::before {
		transition-property: top, transform;
	}
	
	.c-hamburger--htx span::after {
		transition-property: bottom, transform;
	}
	
	/* active state, i.e. menu open */
	
	.c-hamburger--htx.is-active span {
		background: none;
	}
	
	.c-hamburger--htx.is-active span::before {
		top: 0;
		transform: rotate(45deg);
	}
	
	.c-hamburger--htx.is-active span::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	
	.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
		transition-delay: 0s, 0.3s;
	}
	nav {
		width: auto;
		background-image: none;
		position: static;
		top: auto;
		background-color: #FFF;
	}
	nav ul {
		margin: 10px 0 0 0;
		padding: 0;
		float: right;
		width: 100%;
	}
	nav ul li {
		display: inline;
		vertical-align: top;
	}
	nav ul li:first-child {
		margin-top: 10px;	
	}
	nav div#hoofdnav {
		width: 300px;
		position: fixed;
		z-index: 99999;
		top: 0;
		height: 50px;
		overflow: hidden;
		right: -252px;
		background-color: #3F3F3F;
	}
	nav div#hoofdnav ul li {
		display: block;
		border: none;
		font-size: 16px;
		height: auto;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 10px 0;
		text-align: center;
	}
	nav div#hoofdnav ul li a {
		border: none;
		display: block;
		height: auto;
		margin: 0;
		width: 100%;
		color: #FFF;
		padding: 5px 10px;
		background-color: none;
	}
	a.plink {
		font-size: 12px;
	}
	div#fixedww.smaller{
		top: 40px;
	}
	.holder {
		position: relative;
	}
	div#prodleft {
		margin-top: 280px;
		left: 0;
		top: 0;
		width: 100%!important;
		display: block;
	}
	div#prodright {
		position: absolute;
		top: 0;
		left:0;
		width: 100%!important;
		display: block;
	}
	div#prodleft table {
		width: 100%!important;
		display: table!important;
	}
	div#prodleft table tr {
		width: 100%!important;
	}
	div#prodleft div#prodprijs{
		float: none!important;
		margin: 0 auto 20px auto!important;
		width: 80%!important;
	}
	#aanvraagtable {
		font-size: 12px;
	}
	#aanvraagtable tr td:first-child {
		width: 50px;	
	}
	#aanvraagtable tr td:nth-child(2) {
		width: 40%;
	}
	#aanvraagtable tr td:first-child img {
		width: 90%;	
	}
	#avf {
		font-size: 12px;
	}
	#avf tr td:first-child {
		width: 100px;
	}
	div#prodleft h2 {
		padding: 0!important;
		
	}
	section#products div.product {
		min-height: 295px;	
	}
	section#products div.product .title {
		height: 36px;
		overflow: hidden;
	}
	div.video, div.videolast {
		width: 100%;
		text-align: center;
	}
}