html	{
	text-align: left;
	height: fill-available;
}

/*--------------------------------STRUCTUUR--------------------------------*/
body	{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

main	{
	background: #f8cfcc;
	width: 100%;
}

section	{
	padding-bottom: 50px;
}

/*--------------------------------NAVIGATIE--------------------------------*/

header	{
	height: 250px;
	background: #f8cfcc;
}

#handmadelogo img	{
	max-width: 20%;
	padding-top: 80px;
	z-index: 10;
	pointer-events: auto;
}

nav	{
	position: sticky;
	top: 0;
}

.navbar {
  width: 100%;
  position:fixed;
  top:20px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
  margin-top: 10px;
}

.navbar .nav-container a {
  text-decoration: none;
  font-size: 2rem;
  padding: 0rem;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 70px;
  width: 69px;
  top: -10px;
  left: 15px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  height: 52px;
  width: 69px;
  position: sticky;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 3px;
  width: 100%;
  background: #247737;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  background: #f8cfcc;
  height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
  width: 25%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  margin-top:-72px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  border-right: thin #247737 solid;
}

.navbar .menu-items .menu-hand {
	background: #fff;
	max-width: 100%;
	margin-left:-12px;
	margin-bottom: 50px;
	height: 20%;
	padding: 25% 25%;
}


.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-weight: 500;
}


.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}

#afspraak-buttons	{
	float: right;
	position: fixed;
	right: 40px;
	bottom: 80px;
}

.button	{
	border-radius: 80px;
	border-color: #247737;
	border: 2px #247737 solid;
	background-color: white;
	width: 100px;
	height: 100px;
	display: block;
	float: right;
	justify-content: center;
	display: flex;
	margin-left: 20px;
}

.button a	{
	font-family: transat-text, sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1.3rem;
	font-size: 1.3rem;
	padding-top: 30%;
}

.bellen a	{
	padding-top: 40%;
}

.button:hover	{
	background-color: #247737;
	color: white;
}

/*--------------------------------PAGE CONTENT--------------------------------*/
.vp-arc	{
	display:inline-block;
	margin: 0 auto;
	text-align: left;
}

.ondertitel	{
	text-align: center;
	margin: 0 auto;
}

.kolom	{
	-webkit-text-stroke:1px solid white;
	max-width: 50%;
	width: 30%;
	padding: 0 1%;
	display: inline-block;
}

.kolom .vp-arc	{
	width:100%;
}

.kolom h2	{
	letter-spacing: -0.1rem;
}

.kolommen	{
	width:60%;
	text-align: center;
	margin: auto;
}

.vp-groot	{
	max-height: 500px;
	clear: both;
}

.kolommen .vp-groot:hover	{
	filter: contrast(2) brightness(140%) saturate(40%);
}

.kolommen h2	{
	margin: 0 auto;
	text-align: center;
}

.item1	{
	max-height: 550px;
	height: 400px;
}

.item3	{
	max-height: 350px;
}

.highlight	{
		background-color: white;
		border: 2px #247737 solid;
		box-shadow: #247737 -30px 30px 0px;
		padding: 50px;
}

.arc-titel	{
	width:30%;
	float: left;
	margin-top: -30px;
}

.arc-lang {
	width: 65%;
	float: left;
	margin-top: -10px;
}

/*--------------------------------OVER--------------------------------*/

.splash	{
	width: 65%;
	text-align: center;
	margin:0 auto;
	padding: 100px 0;
}
.splashproducten	{
	padding: 200px 0;
}
.splashover	{
	width: 70%;
	padding: 10px 0;
}

.tekstbg	{
	background-color: white;
	width: 100%;
	padding-bottom: 60px;
}

.rozebg	{
	background-color: #f8cfcc;
}

.tekstparagraaf	{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
}

.tekstparagraaf p	{
	margin-bottom: 60px;
}

#splashjuul	{
	width:30%;
	margin-top: -50px;
}

#splashquote	{
	width: 60%;
	padding: 50px 0;
}

.kruiden	{
	width:22%;
	padding-bottom: 100px;
}

.flesjes	{
	min-height: 600px;
	background: url('images/fles.jpg') repeat-x;
	background-size: 500px;
	background-position: 100px;
	padding: 100px 0;
}

table	{
	width: 100%;
}

tr	{
	height: 80px;
}

.object	{
	width: 70%;
}

.prijs	{
	width: 30%;
	text-align: right;
}

.dag, .tijd	{
	width: 33%;
}

.tijd	{
	text-align: right;
	padding-right: 20px;
}

.nb	{
	font-size:1.6rem;
}

#kaartje	{
	width: 50%;
	display: block;
}

#openingstijden	{
	width: 100%;
}

/*--------------------------------FOOTER--------------------------------*/
footer	{
	width: 100%;
	background: #fff;
}

.footer-r	{
	background: #f8cfcc;
}

footer h2	{
	margin-top:100px;
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
}

#footer-container	{
	width: 60%;
	margin: 0 auto;
}

.socialicon	{
	max-width:50px;
	margin-top:-60px;
	padding-bottom: 100px;
}

.footerkolom	{
	display: inline-block;
	width:50%;
	margin: auto;
	float: left;
}

.footernav	{
	margin-top:20px;
	text-align: right;
}

.footerkolom nav	{
	margin-top:20px;
}

.footerkolom nav ul li a	{
	font-size: 2em;
	list-style: none;
	margin-left: -1.3em;
	text-align: right;
}

.footerkolom a:hover	{
	color: #f8cfcc;
}



/*--------------------------------TYPO--------------------------------*/

h1, h2, h3, h4, h5, h6, a	{
	font-family: balboa-plus-fill, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #247737;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, a, p, address
	{
		font-size: 2.4rem;
	}

td
	{
		font-size: 1.8rem;
	}

a	{
	text-decoration: none;
}

a:hover, a h2:hover	{
	color: #fff;
}

ul	{
	list-style-type: none;
}

p, address, td	{
	font-family: transat-text, sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #257738;
	text-align: left;
	line-height: 3rem;
}

i	{
	font-family: transat-text, sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #257738;
}

strong	{
	font-family: transat-text, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #257738;
}

address a	{
	font-family: transat-text, sans-serif;
}


/*--------------------------------MOBILE--------------------------------*/


@media only screen and (max-width: 800px) {

    #ifrmWidget{
        margin-bottom: 40px;
    };


	#handmadelogo img	{
		max-width: 100%;
		padding-top: 60px;
	}
	
	.navbar	{
		background-color: white;
		padding:20px;
		position: fixed;
		top: unset;
		bottom: 0;
		z-index: 10;
	}
	
	.nav-container .checkbox {
	  height: 50px;
	  width: 80px;
	  left: calc(50vw - 50px);
  	}
	
	.nav-container .hamburger-lines {
	  height: 25px;
	  width: 32px;
	  left: calc(50vw - 16px);
	}
	.nav-container {
	  display: block;
	  position: relative;
	  height: 30px;
	}
	
	.nav-container input[type="checkbox"]:checked ~ .menu-items {
	  transform: translateY(-98%);
	}

	.navbar .menu-items {
	  height: 102vh;
	  width: 100%;
	  transform: translate(0);
	  display: flex;
	  flex-direction: column;
	  margin-left:-20px;
	  margin-top:12px;
	  transition: transform 0.5s ease-in-out;
	  text-align: center;
	  border: thin #247737 solid;
	  padding-left: 0px;
      line-height: 1rem;
	}

    .navbar .menu-items li
        {
            padding-left: 10px;
        }
		
	.navbar .menu-items .menu-hand {
		background: #fff;
		max-width: 100%;
		margin-left:0px;
		height: 20%;
		padding: 20% 5%;
	}
	
	header	{
		height: 160px;
	}

	#afspraak-buttons	{
		display: none;
	}
	
	.kolom h2	{
		font-size: 1.1rem;
		letter-spacing: -0.03rem;
	}
	
	.kolom	{
		width: 30%;
		max-width:30%;
	}
	
	.kolommen, .splash, .tekstparagraaf	{
		width: 90%;
	}
	
	.item1, .item3, .vp-groot	{
		max-height: unset;
		height: unset;
	}
	
	.vp-arc	{
		max-width: 90%;
	}
	
	.splash, .splashover .splashproducten	{
		width: 95%;
		padding: 40px 0;
	}
	
	.tekstparagraaf	{
		width: 90%;
		text-align: center;
		margin: 0 auto;
		padding-top: 20px;
		margin-top: 20px;
	}
	
	.tekstparagraaf p	{
		margin-bottom: 15px;
	}
	#splashquote	{
		width: 90%;
		padding-top: 40px;
	}
	.kruiden	{
		width:32%;
		padding-bottom: 10px;
	}
	
	.arc-titel	{
		width:70%;
		float: left;
		margin-top: -10px;
	}


	#openingstijden	{
		width: 90%;
	}
	
	.flesjes	{
		min-height: 200px;
		background-size: 250px;
	}
	.highlight	{
		background-color: white;
		border: 2px #247737 solid;
		box-shadow: #247737 -5px 5px 0px;
		padding: 20px;
	}
	.footerkolom	{
		display: inline-block;
		width:100%;
		margin: auto;
		float: left;
	}
	#footer-container	{
		width: 90%;
		margin: 0 auto;
	}
	.footernav	{
		text-align: center;
		padding-bottom: 100px;
		display: none;
	}
	#kaartje	{
		width: 100%;
		display: block;
	}
	
	#splashjuul	{
		width:50%;
		margin-top: 50px;
	}
	.socialicon	{
		max-width:50px;
		margin-top:-20px;
		padding-bottom: 100px;
	}
	h1, h2, h3, h4, h5, h6, a
	{
		font-size: 1.4rem;
	}
	p, address, td
	{
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	address, .kopje, #footer-container h2	{
		text-align: center;
	}
	.nb	{
		font-size:0.9rem;
	}
	
}

@media only screen and (max-width: 370px) {
	.navbar .menu-items .menu-hand {
		padding: 8% 5%;
	}
	
		
	.kolom h2	{
		font-size: 1rem;
		letter-spacing: -0.04rem;
	}

}