html {
	margin: 0px;
	padding: 0px;
}
	
body {
	margin: 0px;
	padding: 0px;
	background-color: gray;
}

a {
  text-decoration: none;
}

p {
	margin: 0px;
}

.site-header {
	position: relative;
	margin-top: 0px;
	background-size: cover;
	background-position: center center;
}

.small {
    height: 0px;
}

.full {
		height: 375px;
}


.header-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 400px;
	width: 100%;
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	z-index: 10;

}

.content {
	position: relative;
	overflow: hidden;
	min-height: calc(100vh - 50px);
	margin-top: 50px;
}

#content_background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.content_block {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 10px 10px;
	z-index: 10;
	margin-top: 50px;
}

.content_block p {
	max-width: 728px;
	margin: 0px auto;
}

.subpage-content {
	position: relative;
	overflow: hidden;
	min-height: calc(100vh - 50px);
}

.subpage-content .content_block {
	max-width: 728px;
}

.menucard {
    max-width: 976px;
    margin: 0px auto;
}

.menu_Category {
    color: green;
    text-align: center;
    margin: 10px 0px 15px 0px;
}

.gerecht_omschrijving {
    font-size: 18px;
    max-width: 400px;
    color: #B6964B;
}

.gerecht_prijs {
    float: right;
}

.gerechten_blok {
    position: relative;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px auto 40px auto;
}

@media only screen and (min-width: 850px) {
.gerechten_blok {	
	justify-content: space-between; 
    column-count: 2;
    column-gap: 78px;
	max-width:	90%;
}
}
	

.gerechten {
    display: block;
    width: 100%;
    min-width: 300px;
    max-width: 450px;
    margin: 0px auto 40px auto;
    
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;

}
.gerecht_naam {
	color: #ffffff;
}

.gerecht_sippellijn {
    text-align: center;
}

img.stippellijn {
    width: 518px;
    margin-bottom: 30px;
}

img.transparant {
	opacity: 0.4;
}

.page_gallery {
    position: relative;
    display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 465px;
	margin: 0px auto;
	padding: 0px;
	row-gap: 0;
}
.page_galley_2c {
	margin: 5px;
	padding: 0px;
	height: 220px;
}

.page_image_2c {
	width: 220px;
	margin: 0px;
	padding: 0px;
}
	

.black {
	background-color: #000000;
	color: #b6964b;
}

.white {
	background-color: #ffffff;
	color: #000000;
}

.gold {
	background-color: #b6964b;
	color: #000000;
}