body {
	position: absolute;
	width: 100%;
	color: #2a2b57;
	font-size: 17px;
	line-height: 150%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: white;	
}

/* Fancybox glitchy overwrite fix (Zo ziet het er ook beter uit op telefoon) */
.fancybox-content{
	max-width: 889px !important;
	min-width: 350px !important;
	margin: 0 auto !important;
	height: 100% !important;
}

.fancybox-slide:before{
	height: auto !important;
}

.fancybox-slide {
	height: auto !important;
	max-height: 100vh !important;
}

@media screen and (max-width: 768px){
	.fancybox-content{
		padding: 22px !important;
	}
}

@media screen and (max-width: 380px){
	.fancybox-content{
		max-width: 80vw !important;
		min-width: 200px !important;
	}
}

/* Rest: */

.container {
	width: 1200px;
	margin: 0 auto;
}

header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #424242;
}

header .logo {
	float: left;
	width: 21%;
}

header nav {
	float: left;
	/*width: 68%;*/
	width: 79%;
}

header .reservation_button {
	float: left;
	text-align: right;
	width: 11%;
	margin-top: 10px;
}

header .logo img {
	width: 100%;
	margin-top: 5px;
}

h1 {
	width: 100%;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #2a2b57;
	font-size: 35px;
	margin-bottom: 40px;
	line-height: 45px;
}

h2 {
	width: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
	color: white;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 20px;
}

/* Fancybox header */
h3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #7e7fb8;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #c3c3c3;
}

h4 {
	font-weight: 300;
	color: #c0c1f6;
	font-size: 19px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

/* Image slider */
.slider_image {
	width: 100%;
	height: calc(100vh - 20px); /* Zorgt ervoor dat hij de max-height pakt van het scherm maar altijd ruimte overlaat voor de blue_white_bg */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; 
}

/* Shadow Overlay */
.slider_image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05); 
	pointer-events: none; 
}

.slider {
	position: relative;
	width: 100%;
	background-color: #272727;
}

.header_nonhome {
	float: left;
	width: 100%;
	margin-top: 100px;
}

.fancy_info {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
}

.fancy_info .fancy_hyperlink {
	float: left;
	width: 100%;
	font-size: 15px;
	margin-top: 5px;
	text-align: center;
	color: #7e7fb8;
	font-weight: bold;
}

.fancy_info .fancy_hyperlink:focus {
	outline: none;
}

.fancy_info .fancy_small {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin-top: 24px;
	line-height: 10px;
}

.fancy_form .fancy_footer {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	line-height: 15px;
}

.google_maps {
	float: left;
	width: 100%;
	height: 400px;
	margin-top: 50px;
}

.fancy_form.fancybox-content {
	background-image: url('/images/kwikkel_bg_black.png') !important;
}

.fancy_form .content_center {
	font-size: 14px;
	line-height: 23px;
	margin-top: 5px;
}

.small_line_footer {
	float: left;
	width: 20px;
	border-bottom: 1px solid #c0c1f6;
	margin-bottom: 20px;
}

.small_line {
	width: 40px;
	margin: auto; 
	border-bottom: 4px solid #2a2b57;
}

.small_line_left {
	float: left;
	width: 20px;
	border-bottom: 4px solid white;
}

article {
	float: left;
	width: 100%;
	padding-top: 100px;
}

.home_article {
	padding-bottom: 100px;
}

.albums {
	padding-top: 70px;
	padding-bottom: 0;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.content_left {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.category_menu {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 30px;
	color: #c6c6c6;
}

.category_menu a {
	padding-left: 10px;
	margin-right: 10px;
	color: #2a2b57;
	font-weight: bold;
}

.category_menu .active_category {
	color: #5354a1;
}

.menu_category_line {
	padding-left: 10px;
	padding-right: 10px;
}

.fancy_form .content_left p {
	text-align: left;
}

.fancy_form .content_left table {
	line-height: 28px;
}

.content_buttons {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 40px;
}

.contant_main {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.content_plain {
	margin-top: 0;
}

.content_quote {
	font-style: italic;
}

.content_quote .g_backgroundcontent, .content_quote .g_content div {
	height: 80px;
}

.content_quote .g_text {
	margin-top: 30px;
}

.blue_white_bg {
	min-height: 20px;
	background-image: url('/images/blue_white_background.jpg');
	background-size: 80px;
}

.home_div_span {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 40px;
	text-align: center;
}

.home_div_span ul {
	padding-left: 50px;
	list-style-type: disc;
	line-height: 25px;
}

.home_div_span ol {
	padding-left: 50px;
	list-style-type: decimal;
	line-height: 25px;
}

.home_div_span_justify {
	text-align: justify;
}

.commercial_image {
	width: 70%;
	margin-bottom: 30px;
}

.menu_image {
	width: 80%;
	margin-bottom: 30px;
}

.album_div {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.album_div .home_gallery {
	margin-top: 40px;
}

.gallery_content {
	height: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 20px;
}

.gallery_content .small_line_left {
	margin-bottom: 50px;
}

.gallery_picture {
	float: left;
	width: 100%;
	height: 320px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	opacity: 0.8;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	outline: none;
}

.gallery_picture:hover {
	opacity: 1.0;
}

.home_gallery div {
	float: left;
}

.home_gallery div img{
	object-fit: cover;
}

.g_size1 {
	width: 25%;
}

.g_size2 {
	width: 50%;
}

.g_size3 {
	width: 75%;
}

.g_size4 {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 130px;
	overflow: hidden;
}

.g_size4 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.g_size4::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(158, 76, 36, 0.502); /* Your overlay color */
	pointer-events: none;
}

.g_size5{
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 80px;
	overflow: hidden;
}

.g_size5 img {
	width: 100%;
	height: 100% !important;
	min-height: 110px;
	object-fit: cover;
	display: block;
}

.g_size5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(158, 76, 36, 0.502); /* Your overlay color */
  pointer-events: none;
}

@media screen and (max-width: 960px){
	.g_size5, .g_size4, .g_backgroundcontent{
		max-height: 110px;
	}
}

.g_content {
	position: absolute;
	width: 100%;
	background-color: #ccad52;
}

.g_brown {
	background-color: #9e4c24;
}

.g_yellow {
	background-color: #ccad52;
}

.g_red {
	background-color: #b61f02;
}

.g_grey {
	background-color: #57646d;
}

.g_text {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	font-family: 'Roboto', sans-serif;
	color: white;
	background-color: rgba(255, 255, 255, 0);
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g_text a {
	color: white;
}

.g_button {
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
	margin-top: 53px;
}

.g_backgroundcontent {
	width: 100%;
	height: 130px;
}

.g_content div {
	float: left;
	width: 100%;
	height: 130px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	opacity: 0.2;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.g_page_header, .g_page_header .g_content div {
	height: 150px;
}

.news_album .album_div {
	margin-top: 0;
}
.news_album .album_div .home_gallery {
	margin-top: 0;
}

.button_full, .button_full_dark {
	font-family: 'Roboto', sans-serif;
	border: 2px solid white;
	color: white;
	border-radius: 0;
	padding: 15px 29px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 20px;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 0 #f0324b;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	outline: none;
	-webkit-appearance: none;
}

.button_full:hover, .button_full_dark:hover {
	text-decoration: none;
	background-color: white;
	color: #ccad52;
}

.button_full_dark {
	padding: 15px 29px !important;
	text-align: center;
	color: #2a2b57 !important;
	border: 3px solid #2a2b57;
	font-family: 'Open Sans Condensed', sans-serif !important;
}

.button_full_dark:hover {
	background-color: #2a2b57;
	color: white !important;
	cursor: pointer;
}

.contact .button_full_dark {
	margin-top: 20px;
}

.contact {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.contact input, .contact textarea {
	width: 330px;
	padding: 12px;
	border-radius: 0;
	border: 3px solid #2a2b57;
	color: #2a2b57;
	background-color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.contact select {
	width: 350px;
	padding: 12px;
	border-radius: 0;
	border: 2px solid #2a2b57;
	color: #2a2b57;
	background-color: #424242 !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	background: url(/images/website/arrow_icon_white.png) no-repeat right #ffffff;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.contact textarea {
	height: 90px;
}

.contact_data {
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.contact_telephone {
	float: left;
	width: 49%;
	text-align: right;
	padding-top: 2px;
}

.contact_center {
	float: left;
	width: 2%;
	text-align: center;
	color: #2a2b57;
	font-size: 27px;
}

.contact_email {
	float: left;
	width: 49%;
	text-align: left;
	padding-top: 2px;
}

.facebook_url {
	float: left;
	margin-top: 20px;
	font-size: 24px;
}

footer {
	float: left;
	width: 100%;
	padding: 60px 4%;
	background-color: #424242;
	color: white;
	font-size: 16px;
}

.footer_container{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

footer .logo {
	float: left;
	width: 35%;
	height: 100%;
	
}

footer .logo img {
	width: 80%;
	object-fit: contain;
	padding: 20px;
}

footer a {
	color: white;
}

.footer_menu {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 60px;
	font-size: 14px;
}

.footer_menu a {
	color: #b6b6b6;
}

.footer_line {
	padding-left: 10px;
	padding-right: 10px;
}

.footeritem {
	float: left;
	width: 32.5%;
	min-width: 350px;
}

.opening_hour {
	float: left;
	width: 100%;
	line-height: 25px;
	margin-top: 10px;
}

.opening_hour strong {
	float: left;
	width: 100px;
	font-weight: bold;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 3px;
  color: white;
  background-color: #2a2b57;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  border: 3px solid white;
  z-index: 9999;
}

@media screen and (max-width: 780px){
	.footer_container{
		flex-wrap: wrap;
		gap: 50px;
	}
}

/* Copyright */
.copyright {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #4c4c4c;
	color: #e4e4e4;
	font-size: 12px;
}

.copyright_left {
	float: left;
	width: 50%;
}

.copyright_right {
	float: left;
	width: 50%;
	text-align: right;
}

.copyright_right a {
	color: #949494 !important;
}

/* Extra */
.picture {
	float: left;
	position:relative;
	width: 18%;
	margin: 1%;
	text-decoration: none;
}

.picture img, .project img, .album img, .carousel_project img {
	width: 100%;
	vertical-align: top;
}

.picture:after, .project:after, .album:after, .carousel_project:after {
	position: absolute;
	width: 100%; 
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	padding-top: 3%;
	padding-left: 4%;
	text-transform: uppercase;
	top: 0; 
	left: 0;
	content: attr(data-content);
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	opacity: 1;
	text-align: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.picture:hover:after, .project:hover:after, .album:hover:after, .carousel_project:hover:after {
	opacity: 0;
}

.button {
	font-family: 'Roboto', sans-serif;
	color: white;
	padding-right: 10px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 18px;
	font-weight: 300;
	box-shadow: inset 0 0 0 0 #f0324b;
	outline: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	text-decoration: none;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.button_small {
	background-color: #7e7fb8;
	text-align: center;
	padding: 7px 13px;
	font-size: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.button_small:hover {
	cursor: pointer;
}

.button i {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 21px;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.button:hover {
	color: #f5f5f5;
	text-decoration: none;
}

.button:hover i {
	color: white;
	padding-left: 15px;
}

.button .button_top {
	float: left;
	width: 100%;
}

.button .button_text {
	float: left;
}

a {
	color: #565656;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

.copyright a {
	color: #c0c1f6;
}

#cookie_disclaimer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: left;
	background-color: #4c4c4c;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 999;
	padding: 30px 20px;
}

.container_cookie{
	max-width: 1200px;
	margin: 0 auto;
}

#cookie_disclaimer .content_center {
	margin-top: 30px;
}

#cookie_disclaimer a {
	color: #c0c1f6;
}

hr {
	border-top: #929292 solid 1px;
	border-bottom: none;
	margin: 0px;
}
@-moz-document url-prefix() {
	hr {
		float: left;
		width: 100%;
	}
}

.last_menu {
	border-bottom: none;
}

.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.tooltip {
	max-width: 200px;
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#171717;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size: 10px !important;
}

.bottom_message {
	bottom: 0;
	display: block;
	height: 50px;
	width: 100%;
	position: fixed;
	background-color: rgba(63,63,63,1);
	clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 20px;
	z-index: 0;
	display:none;
}

.mobile {
	display: none !important;
}

.v_mobile {
	display: none;
}

@media only screen and (max-width: 1200px) {	
	#menu {
		display: block;
	}
	
	body{
		-webkit-text-size-adjust: none;
	}
	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	header .logo {
		width: 19%;
	}
	
	header nav {
		/*width: 70%;*/
		width: 81%;
	}
	
	header .reservation_button {
		width: 11%;
	}
	
	header .logo img {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1120px) {		
	header .logo {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	
	header nav {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	
	header .reservation_button {
		width: 100%;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	
	header .logo img {
		margin-top: 0;
		width: 300px;
	}
	
	.header_nonhome {
		margin-top: 186px;
	}
	
	.gallery_content {
		height: 280px;
		padding-top: 40px;
		padding-left: 40px;
	}
	
	.gallery_picture {
		height: 280px;
	}
}

@media only screen and (max-width: 959px) {
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.home_div_span {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.content_quote .g_backgroundcontent, .content_quote .g_content div {
		height: 110px;
	}
	
	.content_quote .g_text {
		margin-top: 30px;
	}
	
	.gallery_content {
		height: 240px;
		padding-top: 30px;
		padding-left: 28px;
	}
	
	.gallery_picture {
		height: 240px;
	}
	
	.gallery_content .small_line_left {
		margin-bottom: 20px;
	}
	
	.gallery_content h2 {
		font-size: 35px;
	}
	
	.gallery_content .button {
		font-size: 14px;
	}
	
	.gallery_content .button i {
		font-size: 18px
	}
	
	.contact_telephone {
		width: 47%;
	}
	
	.contact_center {
		width: 6%;
	}
	
	.contact_email {
		width: 47%;
	}
	
	footer {
		float: left;
		width: 100%;
		padding-top: 80px;
		padding-bottom: 80px;
		background-color: #424242;
		color: white;
		font-size: 16px;
	}
	
	footer .logo {
		display: none;
	}
	
	.footeritem {
		width: 50%;
	}
	
	footer {
		background-image: url('/images/website/kwikkel_bg_white.png');
		background-size: 75%;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
}

@media only screen and (max-width: 767px) {	
	.hmobile {
		display: none;
	}
	
	.special_size_mobile{
		max-height: 150px;
	}
	
	.mobile {
		display: inline !important;
	}
	
	.slider_image {
		width: 100%;
		height: calc(70vh - 20px); /* Zorgt ervoor dat hij de max-height pakt van het scherm maar altijd ruimte overlaat voor de blue_white_bg */
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative; 
	}
	
	.desktop {
		display: none;
	}
	
	#menu {
		display: none;
	}
	
	header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	header .logo {
		margin-top: 40px;
	}
	
	header .logo img {
		width: 60%;
	}
	
	header .reservation_button {
		margin-top: 10px;
		margin-bottom: 12px;
	}
	
	.header_nonhome {
		margin-top: 100px;
	}
	
	.opening_hour strong {
		width: 150px;
	}
	
	.home_div_span {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: justify;
	}
	
	.commercial_image {
		width: 100%;
	}
	
	.menu_image {
		width: 100%;
	}
	
	.copyright_left {
		width: 100%;
	}
	
	.g_size1 {
		width: 50%;
	}
	
	.g_size3 {
		width: 100%;
	}
	
	.g_text {
		/*margin-top: 42px;*/
		margin-top: 50px;
	}
	
	.gallery_content {
		height: 240px;
		padding-top: 28px;
	}
	
	.gallery_content .button {
		font-size: 19px;
	}
	
	.gallery_content .button i {
		font-size: 20px
	}
	
	#cookie_disclaimer {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 18px;
	}
	
	#cookie_disclaimer .content_center {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 479px) {
	.show_vmobile {
		display: block;
	}
	.container {
		padding-left: 8%;
		padding-right: 8%;
	}
	
	.header_nonhome {
		margin-top: 130px;
	}
	
	#toTop {
		width: 30px;
		height: 28px;
		padding-top: 2px;
		font-size: 20px;
		margin-bottom: 10px;
		margin-right: 10px;
		border: 2px solid white; 
	}
	
	h1 {
		font-size: 34px;
	}
	
	header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	header .logo {
		margin-top: 50px;
	}
	
	header .logo img {
		width: 80%;
	}
	
	header .reservation_button {
		margin-top: 23px;
		margin-bottom: 12px;
	}
	
	.g_text {
		font-size: 16px;
	}
	
	.gallery_content {
		height: 200px;
		padding-top: 27px;
		padding-left: 25px;
		padding-right: 0;
	}
	
	.gallery_picture {
		height: 200px;
	}
	
	.gallery_content h2 {
		font-size: 33px;
		line-height: 35px;
	}
	
	.gallery_content .button {
		font-size: 16px;
	}
	
	.gallery_content .button i {
		font-size: 19px;
		padding-left: 5px;
		padding-top: 3px;
	}
	
	.category_menu a {
		padding-left: 2px;
		margin-right: 2px;
	}

	.button:hover i {
		padding-left: 12px;
	}
	
	.contact_telephone {
		width: 46%;
	}
	
	.contact_center {
		width: 8%;
	}
	
	.contact_email {
		width: 46%;
	}
	
	footer {
		padding-top: 60px;
		padding-bottom: 30px;
		background-size: 100%;
	}

	.opening_hour {
		display: flex;
		flex-direction: column;
	}
	
	.footeritem {
		width: 100%;
		padding-bottom: 50px;
	}
	
	.contact input, .contact textarea {
		width: 100%;
	}
	
	.contact select {
		width: 100%;
	}
	
	.contact textarea {
		height: 110px;
	}
	
	#cookie_disclaimer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#cookie_disclaimer .content_center {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 320px) {
	h1 {
		font-size: 30px;
	}
	
	.g_text {
		font-size: 14px;
	}
	
	.gallery_content h2 {
		font-size: 30px;
	}
	
	.gallery_content .button {
		font-size: 14px;
	}
	
	.gallery_content .button i {
		font-size: 17px;
		padding-left: 5px;
	}
	
	.button_full {
		padding: 13px 25px;
		font-size: 18px;
	}
}

/* Menukaart section */
.menu-section {
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	border-radius: 8px;
	box-sizing: border-box; 
}

.menu-tabs-container{
	width: 100%;
	height: auto;
	display: flex;
	align-items: : center;
	flex-direction: column;
}

.menu-tabs {
	width: 92%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	padding: 0 4%;
	margin: 0 auto;
}

.menu-tabs-share{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	max-width: 500px;
	padding: 0 10px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.menu-tabs {
		grid-template-columns: repeat(2, 1fr);
	}
}

.menu-tab-button {
	width: 100%;
	background-color: #e0e0e0;
	color: #333;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	transition: background-color 0.3s ease, color 0.3s ease;
	flex-grow: 1; 
	box-sizing: border-box; 
	text-align: center;
}

/* Sharing is caring */
.share-menu-button {
	width: 100%;
	background: #2a2b57;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 16px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: 30px auto;
}

.share-menu-button:hover {
	background: #4c4ea0;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.share-menu-button:active {
	transform: translateY(0);
}

/* Share button message menu */
.share-toast {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #2a2b57;
	color: white;
	padding: 15px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	z-index: 999999999999999999999999;
	transform: translateX(100%);
	opacity: 0;
	transition: all 0.3s ease;
	max-width: 250px;
	max-height: 50px;
}

.share-toast.show {
	transform: translateX(0);
	opacity: 1;
}

.share-toast-content {
	text-align: center;
}

.share-toast-content strong {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
}

.share-toast-content small {
	font-size: 12px;
	opacity: 0.9;
}

@media (max-width: 768px) {
	.menu-tab-button {
		font-size: 14px;
		padding: 8px 15px;
		min-width: 100px; 
		flex-basis: auto; 
	}
	
	.share-menu-button {
		align-self: center;
	}
	
	.share-toast {
		top: 10px;
		right: 10px;
		left: 10px;
		max-width: none;
	}

}

@media (max-width: 480px) {
	.menu-tab-button {
		margin-bottom: 5px; 
		max-width: none; 
		font-size: 16px; 
	}

	.menu-section {
		width: 100%;
	}
}


.menu-tab-button:hover {
	background-color: #d0d0d0;
}

.menu-tab-button.active {
	background-color: #2a2b57; 
	color: white;
}

.menu-content {
	text-align: center;
}

.menu-image {
	width: 100%;
	height: auto; 
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	padding: 25px; 
	box-sizing: border-box; 
	object-fit: cover;
}

@media (max-width: 768px) {
	.menu-image {
		padding: 15px;
	}
}

@media (max-width: 480px) {
	.menu-image {
		padding: 10px;
	}
}