html, body {
	width: 100%;
	height: 100%;
	margin-top: 50px;
}
body {
	font-family: 'PT Sans', sans-serif;
	background-color: #FFFFFF;
}
img {
	max-width: 100%;
}
h1 {
	font-size: 2.2em;
	color: #7ab954;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 1;
}
h2 {
	padding-top: 35px;
	font-size: 1.2em;
	color: #7ab954;
	font-weight: bold;
	line-height: 1;
}
ul, li {
	font-size: 14pt;
	color: white;
	font-weight: 400;
}
li {
	min-height: 22px;
	background: url('../images/check.png') no-repeat left top;
	padding-left: 30px !important;
	margin-bottom: 5px;
}

ul {
	list-style-type: none;
	height: auto;
	padding-left: 0 !important;
	line-height: 1.45;
}
p, a:link, a:visited, a:hover {
	color: white;
	font-size: 12pt;
	font-weight: 400;
	line-height: 1.45;
}
a:link, a:visited, a:hover {
	color: #7ab954;
	text-decoration: underline;
}
a:link, a:visited {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
b {
	color: #7ab954;
	text-transform: uppercase;
}
.slide {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	padding: 80px 0;
}
._button {
	display: inline-block;
	width: 100%;
	height: 25px;
	border-radius: 7px;
	margin-top: 10px;
	padding: 8px 12px 6px 12px;
	text-align: center;
	font-weight: bold;
	font-size: 12pt !important;
	text-decoration: none !important;
	background-color: #7ab954;
	color: #FFFFFF !important;
}
._button:hover {
	background-color: white;
	color: #7ab954 !important;
}
._button_white {
	display: inline-block;
	width: 100%;
	height: 25px;
	border-radius: 7px;
	margin-top: 10px;
	padding: 8px 12px 6px 12px;
	text-align: center;
	font-weight: bold;
	font-size: 12pt !important;
	text-decoration: none !important;
	background-color: white;
	color: #cf6d43 !important;
}
._button_white:hover {
	opacity: .6;
}

.bottom_margin {
	margin-bottom: 0px;
}
.webshop-button img {
	margin-top: 6px;
}

.logo {
	text-align: center;
}
.logo a img {
	margin-top: 20px;
}

#header {
	position: fixed;
	top: 0px;
	height: 100px;
	width: 100%;
	background-color: rgb(255,255,255);
	z-index: 999;
}
#header-image {
	background: url("../images/weezepoelvuurwerk2022.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 80px;
	height: 20vw;
	min-height: 240px;
	overflow: hidden;
	text-align: center;
	
	display: flex;
  	flex-direction: column;
  	justify-content: center;
}
#header-image .grid_6 h1 {
	color: white !important;
	text-shadow: 0px 0px 10px #000000;
	margin-bottom: 20px;
	font-size: 4em;
}
#header-image .grid_3 img {
	-webkit-filter: drop-shadow(0px 0px 10px #000000);
  	filter: drop-shadow(0px 0px 10px #000000);
}
.lijn_rechts {
	text-align: right;
}
.lijn_links {
    text-align: left;
}
#header-image-holder {
	overflow: hidden;
    max-width: 100%;
    padding: 80px 0 0 0 !important;
    margin-top: -80px;
}
#main-content {
	background-color: #2F3F46;
}

#actie {
	display: inline-block;
	width: auto;
	height: auto;
	background-color: #cf6d43;
	border-radius: 10px;
	padding: 30px 30px 10px 30px;
	margin-top: -30px;
}
#actie p, #actie h1, #actie h2, #actie a {
	color: white;
}

#voordelen {
	display: inline-block;
	width: auto;
	height: auto;
	background-color: #7ab954;
	border-radius: 10px;
	padding: 30px 30px 10px 30px;
	margin-top: 30px;
}
#voordelen p, #voordelen h1, #voordelen h2 {
	color: white;
}

#officieel {
	display: inline-block;
	width: auto;
	height: auto;
	background-color: white;
	border-radius: 10px;
	padding: 30px 30px 10px 30px;
	margin-top: 30px;
}
#officieel h1, #officieel h2 {
	color: #7ab954;
}
#officieel p {
	color: #2F3F46;
}

#pre-footer p, #pre-footer tr, #footer p {
	color: #2F3F46;
}


#map_canvas {
	width: 430px;
	height: 300px;
}
#footer {
	height: 40px;
	width: 100%;
	background-color: #2F3F46;
	text-align: center;
	padding: 20px 0 30px 0;
}
#footer a {
	text-decoration: none;
}


/* Grid */
.grid_1 {
	width: 14.43%;
}
.grid_2 {
	width: 31%;
}
.grid_3 {
	width: 47.7%;
}
.grid_4 {
	width: 64%;
	text-align: center;
	padding-top: 10px;
}
.grid_6 {
	width: 97.76%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_6 {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	display: block;
}
.grid_2 {
	text-align: center;
	margin-top: 8px;
}
.webshop-button {
	text-align: center;
}
.website-button2 {
	text-align: right;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.container {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix, *:first-child+ html .clearfix {
	zoom: 1;
}


@media only screen and (max-width: 919px) {
	html, body {
		min-width: 500px;
	}
	h2, p, a:link, a:visited, a:hover {
		font-size: 12pt;
	}
	.bottom_margin {
		padding-bottom: 22px;
	}
	.top_margin {
		margin-top: 9px;
	}
	._button {
		padding-top: 2px;
	}
	.grid_1 {
		width: 130px;
	}
	.grid_2 {
		width: 45%;
		text-align: center;
	}
	.niks {
		display: none;
	}
	.grid_3 {
		width: 98%;
	}
	.grid_4 {
		width: 100%;
		padding-top: 0;
	}
	.grid_6 {
		width: 94.55%;
	}
	.container, .clearfix {
		width: 90%;
	}
	.omega {
		margin-top: 40px;
	}
	.slide {
		padding: 50px 0;
	}
	#footer {
		height: 60px;
	}
	.lijn_rechts, .lijn_links {
    text-align: center;
	}
}