@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
*:focus {outline:0;}
a:hover, p:hover
{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

body
{
	-webkit-font-smoothing: antialiased;
	margin: 100px 0 0 0;
	padding: 0;	
	font-weight: 100;
	font-size: 16px;
	font-family: "Oswald";
	color: rgb(156, 156, 156);
	line-height: 1.5;
}
figure, header, section, nav
{
	margin: 0;
}
h1, h2, h3, p
{
	font-size: inherit;
	margin: 0;
	padding: 0;
	margin: inherit;
	line-height: inherit;
}
ul
{
	font-weight: 100;
}
.hamburger
{
	display: none;
}
.floatLeft
{
	position: relative;
	float: left;
}
.floatRight
{
	position: relative;
	float: right;
}
p, li
{
	line-height: 1.5em;
	margin-bottom: 1em;
}
.clear
{
	clear: both;
}
.txtAlignRight
{
	text-align: right;
	float: none !important;
}
.txtAlignCenter
{
	text-align: center;
}
.noMargin
{
	margin: 0 !important;
}
.noBottomMargin
{
	margin-bottom: 0 !important;
}
.divClick:hover, .divClickOpen:hover
{
	cursor: pointer;
}
a
{
	cursor: pointer;
	color: rgb(191, 43, 34);
	text-decoration: none;
}
a:hover
{
	cursor: pointer;
	color: rgb(191, 43, 34);
	text-decoration: none;
}
.center
{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.center.inheritHeight
{
	height: inherit;
}
.showMobile
{
	display: none;
}
@media screen
{
	.kopMain
	{
		font-size: 58px;
		font-family: "Oswald";
		color: rgb(191, 43, 34);
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 0;
		line-height: 1em;
	}
	.kopMainSub
	{
		font-size: 43px;
		font-family: "Oswald";
		color: rgb(196, 166, 109);
		line-height: 1em;
	}
	.subKop
	{
		font-size: 28px;
		font-family: "Oswald";
		color: rgb(196, 166, 109);
		line-height: 1em;
		margin-bottom: 1em;
	}
	.colHead
	{
		font-size: 24px;
		font-family: "Oswald";
		font-weight: bold;
		color: rgb(191, 43, 34);
		text-transform: uppercase;
		margin: 0;
	}
	.small13px
	{
		font-size: 13px;
	}
	.button, .button a
	{
	  color: rgb(143,143,143) !important;
	  text-decoration: none;
	}
	.button
	{
		font-size: 13px;
		color: rgb(143,143,143) !important;
		text-transform: uppercase;
		border: 1px solid rgb(143,143,143);
		background-color: rgb(232,232,232);
		border-radius: 30px;
		text-align: center;
		display: inline-block;
		text-decoration: none;
		padding: 10px 25px;

	}
	.button:hover
	{
		color:rgb(143,143,143);
		background-color: rgb(255,255,255);
		border-radius: 30px;
		text-decoration: none;
	}
	nav
	{
		height: 100px;
		width: 100%;
		z-index: 800;
		background-color: rgb(255,255,255);
		position: fixed;
		left: 0;
		top: 0;
		border-bottom: 1px solid rgb(196,166,109);
	}
	nav figure
	{
		position: absolute;
		left: calc(50% - (1100px / 2));
		top: calc(50% - (74px / 2));
		height: 74px;
	}
	nav figure img
	{
		width: auto;
		height: 100%;
	}
	nav ul
	{
		position: absolute;
		right:  calc(50% - (1100px / 2));
		top: 0;
		height: 100px;
	}
	nav ul, nav ul li
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	nav ul li
	{
		display: inline-block;
		line-height: 100px;
		position: relative;
	}
	nav ul li ul.nav__sub
	{
		display: none;
		position: absolute;
		width: 150px;
		left: 0;
		top: 70px;
		right: auto;
		height: auto;
	}
	nav ul li:hover ul.nav__sub
	{
		display: block;
		
	}
	nav ul li ul.nav__sub li
	{
		background-color:rgb(255,255,255);
		height: 50px;
		width: 100%;
		border-bottom: 1px solid rgb(196,166,109);
		text-align: center;
		line-height:unset;
		display: block;
	}
	nav ul li a
	{
		font-size: 13px;
		font-family: "Oswald";
		color: rgb(0, 0, 0);
		font-weight: 400;
		text-transform: uppercase;
		padding: 0 5px;
		display: inline-block;
		line-height: 100px;
		text-decoration: none;
	}
	nav ul li a.active
	{
		color: rgb(196,166,109);
	}
	nav ul li ul.nav__sub li a
	{
		color: rgb(196,166,109);
		line-height: 50px;
		float: left;
		width: calc(100% - 10px);
	}	
	nav ul li a:hover
	{
		color: rgb(191, 43, 34);
	}

	header.header__home
	{
		position: relative;
		float: left;
		margin: 0px 0 0 0;
		width: 100%;
		height: 550px;
	}
	header.header__home .slider__activate
	{
		width: 100%;
		float: left;
		height: 550px;
		position: relative;
		overflow: hidden;
	}
	header.header__home .slider__activate .slide
	{
		height: 550px;
		width: 100%;
		display: inline-block;
		background-size: cover;
		background-position: center center;
	}

	section.goldbar
	{
		width: 100%;
		height: 125px;
		background-color: rgb(196,166,109);
		position: relative;
		float: left;
	}
	section.goldbar p
	{
		line-height: 125px;
		text-align: center;
	}
	section.goldbar .big, section.goldbar .big a
	{
		font-size: 38px;
		font-family: "Oswald";
		font-weight: 500;
		color: rgb(255, 255, 255);
		text-transform: uppercase;
		display: inline-block;
		margin-right: 10px;
		line-height: 125px;
	}
	section.goldbar .small, section.goldbar .small a
	{
		line-height: 125px;
		font-size: 28px;
		font-family: "Oswald";
		font-weight: 100;
		color: rgb(119, 86, 43);
		margin-left: 10px;
	}
	section.goldbar.maps .small , section.goldbar.maps .small a
	{
		text-transform: uppercase;
		color: rgb(255,255,255) !important;
		font-size: 21px !important;
	}
	section.goldbar.maps:hover
	{
		cursor: pointer;
	}
	.section__maps
	{
		height: 0px;
		width: 100%;
	}
	.section__maps.active
	{
		height: 550px;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	
	.section__home
	{
		width: 100%;
		float: left;
		position: relative;
		padding: 115px 0px 100px 0px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+37,000000+37&0.3+0,0+37 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
	.section__home .center
	{
		max-width: 1100px;
	}

	.section__bgSushi
	{
		width: 100%;
		float: left;
		position: relative;
		padding: 115px 0px 100px 0px;
		background-image: url('../images/bgSushi.jpg');
		background-size: cover;
		background-position: center center;
	}
	.section__bgSushi .center
	{
		max-width: 1100px;
	}

	.section__prices
	{
		width: 100%;
		float: left;
		position: relative;
		padding: 115px 0px 100px 0px;
		background-image: url('../images/bgPrijzen.jpg');
		background-size: cover;
		background-position: center center;
	}
	.section__prices .center
	{
		max-width: 1100px;
	}
	.section__prices .row
	{
		display: flex;
		align-items: center;
	}
	.section__prices p
	{
		color: rgb(255,255,255) !important;
	}
	.section__prices p.subnote
	{
		margin-top: 50px;
		font-size: 13px;
		opacity: 0.5;
	}
	.section__prices .kopMain, .section__prices .subKop
	{
		color: rgb(196,166,109) !important;
	}
	.prices__row
	{
		width: 100%;
		position: relative;
	}
	.prices__row .price
	{
		width: calc(100% / 4);
		float: left;
	}
	.prices__row .price span
	{
		width: 100%;
		display: block;
		line-height: 1em;
		margin: 0;
		color: rgb(255,255,255)
	}
	.prices__row .price span:first-child
	{
		  font-size: 46px;
		  font-family: "Oswald";
		  font-weight: 100;
		  color: rgb(195, 165, 109);
		  text-transform: uppercase;
		  margin-bottom: 10px;
	}
	
	.section__reserveren
	{
		width: 100%;
		float: left;
		position: relative;
		padding: 115px 0px 100px 0px;
		background-color: rgb(250,250,250);
	}
	.section__reserveren .center
	{
		max-width: 1100px;
	}
	.section__crazy
	{
		width: 100%;
		float: left;
		position: relative;
		padding: 115px 0px 0px 0px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+37,000000+37&0.3+0,0+37 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
	.section__crazy .center
	{
		max-width: 1100px;
	}


	.section__usp
	{
		width: 100%;
		float: left;
		position: relative;
		padding: 115px 0px 100px 0px;
		background-image: url('../images/bgUSP.jpg');
		background-size: cover;
		background-position: center center;
	}
	.section__usp .center
	{
		max-width: 1100px;
	}



	.section__prefooter
	{
		width: 100%;
		float: left;
		position: relative;
		padding: 115px 0px 100px 0px;
		background-image: url('../images/bgPreFooter.jpg');
		background-size: cover;
		background-position: center center;
	}
	.section__prefooter .center
	{
		max-width: 1100px;
	}
	.section__prefooter p
	{
		color: rgb(255,255,255) !important;
	}
	.section__prefooter .kopMain, .section__prefooter .subKop, .section__prefooter .colHead
	{
		color: rgb(196,166,109) !important;
	}
	.section__carousel
	{
		width: 100%;
		float: left;
		padding: 0; margin: 0;
	}
	.section__carousel figure
	{
		position: relative;
		float: left;
		width: calc(100% / 5);
		margin: 0; padding: 0;
		height: auto;
	}
	.section__carousel figure img
	{
		width: 100%;
		height: auto;
	}


	footer
	{
		width: 100%;
		float: left;
		position: relative;
		padding: 115px 0px 100px 0px;
		background-color: rgb(246,246,246);
	}
	footer .center
	{
		max-width: 1100px;
	}
	footer p, footer .colHead
	{
		color: rgb(27,27,27) !important;
		margin-top: 10px;
	}
	footer p a
	{
		color: rgb(27,27,27) !important;
	}
	footer .colHead
	{
		font-weight: bold;
		margin-top: 40px;
	}
	footer figure
	{
		height: 74px;
	}
	footer figure img
	{
		width: auto;
		height: 100%;
	}

	.section__endline
	{
		position: relative;
		float: left;
		height: 50px;
		width: 100%;
		background-color: rgb(38,38,38);
	}
	.section__endline p
	{
		text-align: center;
		font-size: 13px;
		line-height: 50px;
		color: rgb(143,143,143);
		text-transform: uppercase;
	}
	.section__endline p a
	{
		color: rgb(143,143,143);
		text-decoration: none;
	}
	.formHolder
	{
		width: 100%;
		float: left;
		position: relative;
		text-align: left;
	}
	.formHolder label
	{
		width: 100%;
		float: left;
		font-size: 16px;
		font-family: "Oswald";
		line-height: 1em;
	}
	.formHolder input, .formHolder textarea
	{

		color: rgb(143,143,143);
		line-height:50px;
		width: calc(100% - 40px);
		padding: 0px 20px;
		font-size: 16px;
		font-family: "Oswald";
		font-weight: 100;
		background-color: rgb(255,255,255);
		border: 1px solid rgb(143,143,143);
		border-radius: 10px;
		-webkit-border-radius: 10px;
		margin: 5px 0px 10px 0px;
	}
	.formHolder .captcha
	{
		margin: 5px 0px 10px 0px;
	}
	.formHolder textarea
	{
		line-height: 1.3em;
		height: 120px;
		padding: 10px 20px;
	}
	.succeed
	{
		background-color: rgb(196,166,109);
		color: rgb(255,255,255);
		text-align: center;
		display: block;
		padding: 0px 20px;
		line-height: 30px;
	}
	.errorOutput
	{
		background-color: rgba(191, 43, 34, 1);
		color: rgb(255,255,255);
		text-align: center;
		display: block;
		padding: 0px 20px;
		line-height: 30px;
	}
	.error
	{
		background-color: rgba(191, 43, 34, 0.5) !important;
	}
	.row
	{
		width: 100%;
		float: left;
		line-height:0;
	}
	.section__prefooter .row
	{
		line-height: 1;
	}
	.row .col3 img, .row .col2 img
	{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.col2.sushi
	{
		padding: 0px 45px;
		text-align:center;
		box-sizing: border-box;
	}
	.row .col3
	{
		float: left;
		position: relative;
		width: calc((100% / 3) - 60px);
		margin-right: 90px;
	}
	.row .col4
	{
		float: left;
		position: relative;
		width: calc(100% / 4);
	}
	.row .col3.double
	{
		float: left;
		position: relative;
		width: calc(((100% / 3) * 2) - 90px);
		margin-right: 90px;
	}
	.row .col3:last-child
	{
		margin-right: 0px;
	}
	.row .col2
	{
		float: left;
		position: relative;
		width: calc(100% / 2);
	}
	.row .col3 p
	{
		width: 100%;
	}
	#eucookielaw
	{
		position: fixed;
		height: 80px;
		left: 0px;
		bottom: 0px;
		padding: 10px 20px;
		box-sizing: border-box;
		width: 100%;
		background-color: rgb(196,166,109);
		z-index: 99;
	}

	#eucookielaw p, #eucookielaw a
	{
		margin: 0;
	}
	#eucookielaw p.title
	{
		font-size: 16px;
		color: #FFF;
	}
	#eucookielaw #removecookie
	{
		position: absolute;
	    right: 20px;
	    /* font-size: 18px; */
	    top: 10px;
	}

}
@media screen and (max-width: 1200px)
{
	body
	{
		font-size: 15px;
	}
	.kopMain
	{
		font-size: 50px;
		
	}
	.kopMainSub
	{
		font-size: 39px;
		
	}
	.subKop
	{
		font-size: 24px;
		
	}
	.colHead
	{
		font-size: 20px;
		
	}
	nav figure
	{
		left: calc(50% - (930px / 2));
	}
	nav ul
	{
		right:  calc(50% - (930px / 2));
	}
	header.header__home
	{
		height: 400px;
	}
	header.header__home .slider__activate
	{
		height: 400px;
	}
	header.header__home .slider__activate .slide
	{
		height: 400px;
	}

	section.goldbar
	{
		height: 125px;
	}
	section.goldbar p
	{
		line-height: 125px;
	}
	section.goldbar .big, section.goldbar .big a
	{
		line-height: 125px;
	}
	section.goldbar .small, section.goldbar .small a
	{
		line-height: 125px;
		font-size: 28px;
	}
	section.goldbar.maps .small , section.goldbar.maps .small a
	{
		font-size: 21px !important;
	}
	
	.section__maps.active
	{
		height: 400px;
	}
	
	.section__home
	{
		padding: 75px 0px 60px 0px;
	}
	.section__home .center
	{
		max-width: 930px;
	}

	.section__bgSushi
	{
		position: relative;
		padding: 75px 0px 60px 0px;
	}
	.section__bgSushi .center
	{
		max-width: 930px;
	}
	.section__prices
	{
		padding: 75px 0px 60px 0px;
	}
	.section__prices .center
	{
		max-width: 930px;
	}
	.section__prices p.subnote
	{
		margin-top: 50px;
		font-size: 13px;
	}
	.prices__row .price
	{
		width: calc(100% / 4);
	}
	.prices__row .price span:first-child
	{
		  font-size: 46px;
	}
	
	.section__reserveren
	{
		padding: 75px 0px 60px 0px;
	}
	.section__reserveren .center
	{
		max-width: 930px;
	}
	.section__crazy
	{
		padding: 75px 0px 0px 0px;
	}
	.section__crazy .center
	{
		max-width: 930px;
	}


	.section__usp
	{
		padding: 75px 0px 60px 0px;
	}
	.section__usp .center
	{
		max-width: 930px;
	}



	.section__prefooter
	{
		padding: 75px 0px 60px 0px;
	}
	.section__prefooter .center
	{
		max-width: 930px;
	}
	footer
	{
		padding: 75px 0px 60px 0px;
	}
	footer .center
	{
		max-width: 930px;
	}
	footer .colHead
	{
		margin-top: 40px;
	}
	footer figure
	{
		height: 74px;
	}
	

	.section__endline
	{
		height: 50px;
	}
	.section__endline p
	{
		font-size: 13px;
		line-height: 50px;
	}
	.formHolder label
	{
		font-size: 15px;
	}
	.formHolder input, .formHolder textarea
	{
		line-height:50px;
		font-size: 15px;
	}
	.formHolder .captcha
	{
		margin: 5px 0px 10px 0px;
	}
	.formHolder textarea
	{
		height: 120px;
		padding: 10px 20px;
	}
	.succeed
	{
		line-height: 30px;
	}
	.errorOutput
	{
		line-height: 30px;
	}
	.col2.sushi
	{
		padding: 0px 45px;
	}
	.row .col3
	{
		width: calc((100% / 3) - 20px);
		margin-right: 30px;
	}
	.row .col4
	{
		width: calc(100% / 4);
	}
	.row .col3.double
	{
		width: calc(((100% / 3) * 2) - 30px);
		margin-right: 30px;
	}
	.row .col3:last-child
	{
		margin-right: 0px;
	}
	.row .col2
	{
		width: calc(100% / 2);
	}
	.row .col3 p
	{
		width: 100%;
	}
}
@media screen and (max-width: 976px)
{
	body
	{
		font-size: 14px;
		margin-top: 60px;
	}
	.kopMain
	{
		font-size: 42px;
		
	}
	.kopMainSub
	{
		font-size: 30px;
		
	}
	.subKop
	{
		font-size: 20px;
		
	}
	.colHead
	{
		font-size: 17px;
		
	}
	nav
	{
		height: 60px;
	}
	nav figure
	{
		left: calc(50% - (740px / 2));
		height: 50px;
		top: 5px;
	}
	nav ul
	{
		height: 60px;
		right:  calc(50% - (740px / 2));
	}
	nav ul li {
		line-height: 60px;
	}
	nav ul li a {
		line-height: 60px;
	}
	header.header__home
	{
		height: 320px;
	}
	header.header__home .slider__activate
	{
		height: 320px;
	}
	header.header__home .slider__activate .slide
	{
		height: 320px;
	}

	section.goldbar
	{
		height: 90px;
	}
	section.goldbar p
	{
		line-height: 90px;
	}
	section.goldbar .big, section.goldbar .big a
	{
		line-height: 90px;
	}
	section.goldbar .small, section.goldbar .small a
	{
		line-height: 90px;
		font-size: 20px;
	}
	section.goldbar.maps .small , section.goldbar.maps .small a
	{
		font-size: 18px !important;
	}
	
	.section__maps.active
	{
		height: 320px;
	}
	
	.section__home
	{
		padding: 75px 0px 60px 0px;
	}
	.section__home .center
	{
		max-width: 740px;
	}

	.section__bgSushi
	{
		position: relative;
		padding: 75px 0px 60px 0px;
	}
	.section__bgSushi .center
	{
		max-width: 740px;
	}
	.section__prices
	{
		padding: 75px 0px 60px 0px;
	}
	.section__prices .center
	{
		max-width: 740px;
	}
	.section__prices p.subnote
	{
		margin-top: 50px;
		font-size: 13px;
	}
	.prices__row .price
	{
		width: calc(100% / 4);
	}
	.prices__row .price span:first-child
	{
		  font-size: 30px;
	}
	
	.section__reserveren
	{
		padding: 75px 0px 60px 0px;
	}
	.section__reserveren .center
	{
		max-width: 740px;
	}
	.section__crazy
	{
		padding: 75px 0px 0px 0px;
	}
	.section__crazy .center
	{
		max-width: 740px;
	}


	.section__usp
	{
		padding: 75px 0px 60px 0px;
	}
	.section__usp .center
	{
		max-width: 740px;
	}



	.section__prefooter
	{
		padding: 75px 0px 60px 0px;
	}
	.section__prefooter .center
	{
		max-width: 740px;
	}
	footer
	{
		padding: 75px 0px 60px 0px;
	}
	footer .center
	{
		max-width: 740px;
	}
	footer .colHead
	{
		margin-top: 33px;
	}
	footer figure
	{
		height: 50px;
	}
	

	.section__endline
	{
		height: 50px;
	}
	.section__endline p
	{
		font-size: 13px;
		line-height: 50px;
	}
	.formHolder label
	{
		font-size: 15px;
	}
	.formHolder input, .formHolder textarea
	{
		line-height:50px;
		font-size: 15px;
	}
	.formHolder .captcha
	{
		margin: 5px 0px 10px 0px;
	}
	.formHolder textarea
	{
		height: 120px;
		padding: 10px 20px;
	}
	.succeed
	{
		line-height: 30px;
	}
	.errorOutput
	{
		line-height: 30px;
	}
	.col2.sushi
	{
		padding: 0px 45px;
	}
	.row .col3
	{
		width: calc((100% / 3) - 20px);
		margin-right: 30px;
	}
	.row .col4
	{
		width: calc(100% / 4);
	}
	.row .col3.double
	{
		width: calc(((100% / 3) * 2) - 30px);
		margin-right: 30px;
	}
	.row .col3:last-child
	{
		margin-right: 0px;
	}
	.row .col2
	{
		width: calc(100% / 2);
	}
	.row .col3 p
	{
		width: 100%;
	}
}
@media screen and (max-width: 767px)
{
	.hideMobile
	{
		display: none;
	}
	.showMobile
	{
		display: block;
	}
	.hamburger {
		position: absolute;
		right: 22px;
		top: 15px;
		font: inherit;
		display: inline-block;
		overflow: visible;
		margin: 0;
		padding: 5px;
		cursor: pointer;
		transition-timing-function: linear;
		transition-duration: .15s;
		transition-property: opacity, filter;
		text-transform: none;
		color: inherit;
		border: 0;
		background-color: transparent
	}
	.hamburger:hover {
		opacity: .7
	}
	.hamburger-box {
		position: relative;
		display: inline-block;
		width: 40px;
		height: 24px
	}
	.hamburger-inner {
		top: 50%;
		display: block;
		margin-top: -2px
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		position: absolute;
		width: 40px;
		height: 2px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
		border-radius: 1px;
		background-color:  rgb(191, 43, 34);
	}
	.hamburger-inner:after, .hamburger-inner:before {
		display: block;
		content: ''
	}
	.hamburger-inner:before {
		top: -10px
	}
	.hamburger-inner:after {
		bottom: -10px
	}
	.hamburger--spin .hamburger-inner {
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: .3s
	}
	.hamburger--spin .hamburger-inner:before {
		transition: top .1s ease-in .34s, opacity .1s ease-in
	}
	.hamburger--spin .hamburger-inner:after {
		transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
	}
	.hamburger--spin.is-active .hamburger-inner {
		transition-delay: .14s;
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: rotate(225deg)
	}
	.hamburger--spin.is-active .hamburger-inner:before {
		top: 0;
		transition: top .1s ease-out, opacity .1s ease-out .14s;
		opacity: 0
	}
	.hamburger--spin.is-active .hamburger-inner:after {
		bottom: 0;
		transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
		transform: rotate(-90deg)
	}
	.hamburger--spin-r .hamburger-inner {
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: .3s
	}
	.hamburger--spin-r .hamburger-inner:before {
		transition: top .1s ease-in .34s, opacity .1s ease-in
	}
	.hamburger--spin-r .hamburger-inner:after {
		transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
	}
	.hamburger--spin-r.is-active .hamburger-inner {
		transition-delay: .14s;
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: rotate(-225deg)
	}
	.hamburger--spin-r.is-active .hamburger-inner:before {
		top: 0;
		transition: top .1s ease-out, opacity .1s ease-out .14s;
		opacity: 0
	}
	.hamburger--spin-r.is-active .hamburger-inner:after {
		bottom: 0;
		transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
		transform: rotate(90deg)
	}
	body
	{
		font-size: 14px;
		margin-top: 60px;
	}
	.kopMain
	{
		font-size: 36px;
		
	}
	.kopMainSub
	{
		font-size: 26px;
		
	}
	.subKop
	{
		font-size: 20px;
		
	}
	.colHead
	{
		font-size: 16px;
		
	}
	nav
	{
		height: 60px;
	}
	nav figure
	{
		left: 22px;
		height: 50px;
		top: 5px;
	}
	nav ul
	{
		display: none;
		height: auto;
		right:  0px;
		top: 60px;
		width: 100%;

	}
	.hamburger__active nav ul
	{
		display: block;
	}
	nav ul li {
		width: 100%;
		line-height: 44px;
		width: 100%;
		float: left;
		background-color: rgb(255,255,255);
		text-align: center;
		border-bottom: 1px solid rgb(196,166,109);
	}
	nav ul li ul.nav__sub
	{
		float: left;
		position: relative;
		width: 100%;
		top: auto;
	}
	nav ul li a {
		line-height: 44px;
		width: 100%;
	}
	header.header__home
	{
		height: 240px;
	}
	header.header__home .slider__activate
	{
		height: 240px;
	}
	header.header__home .slider__activate .slide
	{
		height: 240px;
	}

	section.goldbar
	{
		height: auto;
		padding: 15px 0px;
	}
	section.goldbar p
	{
		line-height: 1em;
	}
	section.goldbar .big, section.goldbar .big a
	{
		line-height: 1em;
		font-size: 15px;
	}
	section.goldbar .small, section.goldbar .small a
	{
		line-height: 1em;
		font-size: 13px;
	}
	section.goldbar.maps .small , section.goldbar.maps .small a
	{
		font-size: 13px !important;
	}
	
	.section__maps.active
	{
		height: 240px;
	}
	
	.section__home
	{
		padding: 75px 0px 60px 0px;
	}
	.section__home .center
	{
		max-width: calc(100% - 44px);
	}

	.section__bgSushi
	{
		position: relative;
		padding: 75px 0px 60px 0px;
	}
	.section__bgSushi .center
	{
		max-width: calc(100% - 44px);
	}
	.section__prices
	{
		padding: 75px 0px 60px 0px;
	}
	.section__prices .center
	{
		max-width: calc(100% - 44px);
	}
	.section__prices p.subnote
	{
		margin-top: 50px;
		font-size: 13px;
	}
	.prices__row .price
	{
		width: calc(100% / 2);
		margin-bottom: 20px;
	}
	.prices__row .price span:first-child
	{
		  font-size: 30px;
	}
	
	.section__reserveren
	{
		padding: 75px 0px 60px 0px;
	}
	.section__reserveren .center
	{
		max-width: calc(100% - 44px);
	}
	.section__crazy
	{
		padding: 75px 0px 0px 0px;
	}
	.section__crazy .center
	{
		max-width: calc(100% - 44px);
	}


	.section__usp
	{
		padding: 75px 0px 60px 0px;
	}
	.section__usp .center
	{
		max-width: calc(100% - 44px);
	}



	.section__prefooter
	{
		padding: 75px 0px 60px 0px;
	}
	.section__prefooter .center
	{
		max-width: calc(100% - 44px);
	}
	footer
	{
		padding: 75px 0px 60px 0px;
	}
	footer .center
	{
		max-width: calc(100% - 44px);
	}
	footer .colHead
	{
		margin-top: 0px;
	}
	footer figure
	{
		height: 50px;
	}
	

	.section__endline
	{
		height: auto;
		padding: 15px 0px;
		text-align: center;
	}
	.section__endline p
	{
		font-size: 13px;
		line-height: 1.5em;
	}
	.formHolder label
	{
		font-size: 15px;
	}
	.formHolder input, .formHolder textarea
	{
		line-height:50px;
		font-size: 15px;
	}
	.formHolder .captcha
	{
		margin: 5px 0px 10px 0px;
	}
	.formHolder textarea
	{
		height: 120px;
		padding: 10px 20px;
	}
	.succeed
	{
		line-height: 30px;
	}
	.errorOutput
	{
		line-height: 30px;
	}
	.col2.sushi
	{
		padding: 0px 45px;
	}
	.row .col3
	{
		width: 100%;
		margin-right: 0px;
	}
	.row .col4
	{
		width: calc(100% / 2);
	}
	.row .col3.double
	{
		width: 100%;
		margin-right: 0px;
	}
	.row .col3:last-child
	{
		margin-right: 0px;
	}
	.row .col2
	{
		width: 100%;
	}
	.row .col3 p
	{
		width: 100%;
	}
	.section__prices .row {
		display: block;
		align-items: unset;
	}
	.section__prefooter
	{
		background-image: url('../images/bgPrijzen.jpg');
	}
}