@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1000px) {
	
	#menu, #menu ul {
		width:100%;
		margin-left:9px;
	}
	
	#menu ul li {
		width:30%;
	}
	
	#header_contact A, #header_buttons A {
		font-size:3.3vw;
	}
	
	.reserveer {
		padding:3px 6px;
	}
	
		.reserveer a::before {
			content: 'Reserveer' !important;
		}

	.smedia {
		display:none;
	}
	
	#instafeed {
		float:left;
		width:100%;
	}
	#instafeed a {
		width:25%;
	}
	#instafeed a img {
		width:100%;
	}

}

@media only screen and (max-width: 768px) {
	
	#menu, #menu ul {
		width:100%;
		margin-left:7px;
	}
	
	#menu ul li {
		width:40%;
	}

}

@media only screen and (max-width: 375px) {
	
	#header_buttons {
		display:none;
	}

}

