@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

h1 {
	font-size: 37px;
	line-height:44px;
	color: #97c520;
	text-align:center;
	padding-top:25px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:30px;
	font-family: 'Bree Serif', serif;
	font-weight:lighter;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

input {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	height:40px;
	width: 90%;
	max-width:400px;
	border: 1px solid #D5D5D5;
	margin-bottom:10px;
	text-align:center;
	font-style:normal;
}

input[placeholder] {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style:italic;
}
	
textarea {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	height:130px;
	width: 84%;
	padding:12px;
	max-width:380px;
	border: 1px solid #D5D5D5;
	text-align:center;
	font-style:normal;
}

textarea[placeholder] {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style:italic;
}

.verzend {
	height:40px;
	width: 90%;
	max-width:404px;
	padding: 8px;
	background-color:#1d1d1b;
	border: 1px solid  #1d1d1b;
	color: #97c520;
	font-family: 'Bree Serif', serif;
	font-size: 16px;
	font-weight:lighter;
	font-variant:caps;
	margin-top: 10px;
}


	

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	clear: none;
	float: none;
	background-color: #FFF;
}
#div1 {
}
.tekst {
	width: 80%;
	padding-left: 10%;
	padding-right:10%;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #FFF;
}
#div1 {
}
.tekst {
	width: 80%;
	padding-left: 10%;
	padding-right:10%;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1000px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #FFF;
}
#div1 {
}
.tekst {
	width: 80%;
	padding-left: 10%;
	padding-right:10%;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* Wijzigingen Stormachtig 23-09-2022 */
.landingpage {
    padding: 0px 50px;
}

.intro-text {
	font-weight: bold;
}

.lp-image {
    text-align: center;
	padding: 25px 0px;
}

.lp-button {
    color: #ffffff;
    background-color: #94C11E;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 25px;
    display: block;
    width: fit-content;
}

.lp-button:hover {
	color: #ffffff;
	background-color: #000000;
}

@media only screen and (max-width: 481px) {
	.landingpage {
		padding: 0px 20px;
	}
}