html{
	box-sizing: border-box;
}

*{
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after{
	box-sizing: inherit;
}

body{
	font-family: 'Montserrat', sans-serif;
	color: white;
	line-height: 1.5em;
}

.leftHeaderSection{
	margin: 13px 0% 13px 6%;
}

.leftHeaderSection figure > img{
	width: 111px;
}

.leftHeaderSection nav{
	display: none; /* verbergt in de header de 
	menu links in mobile format */
}

.rightHeaderSection{
	font-size: 1em;
	text-align: right;
	margin: 26px 6% 26px 0%; 
}

.rightHeaderSection p,
.rightHeaderSection button{
	display: none; /* verbergt in de header de 
	telefoonnummer- en bestelbutton in mobile 
	format */
}

.menuToggle a{
	color: #333333;
	text-decoration: none;
}

.banner{
	background-image: url("../_images/vegetables.jpeg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerText{
	height: 137px;
	background-color: rgb(0,0,0,0.5);
	text-align: center;
	margin: 42px 6%;
	padding: 15px 10%;
}

.bannerText h1{
	font-size: 1.3em;
}

.bannerText p{
	font-size: 1em;
	padding-top: 15px;
}

.lineBreak{
	display: block; /* om de tekst "Leo van der 
	Drift" in de banner op de volgende regel te 
	laten beginnen 
	*/
}

.introText{
	max-height: 284px;
	text-align: center;
	margin: 30px 6%;
}

.introText h1{
	color: #144F29;
	font-size: 1.3em;
}

.introText p{
	color: #333333;
	font-size: 1em;
	padding-top: 15px;
}

button{
	width: 124px;
	height: 38px;
	background-color: #144F29;
	color: white;
	font-size: 1em;
	border-style: none;
	border-radius: 3px;
	margin-top: 15px;
}

button:active{
	background-color: #0C3119;
}

.aanbod{
	margin-left: 6%;
	margin-right: 6%;
}

article{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0.75em;
	text-align: center;
	/* margin-left: 6%;
	margin-right: 6%; */
}

article h2{
	padding-top: 100px;
	padding-bottom: 100px;
}

#brood{
	background-image: url("../_images/bread.jpg");
}

#fruit{
	background-image: url("../_images/fruit.jpg");
}

#beleg{
	background-image: url("../_images/toppings.jpg");
}

.storeInfo{
	max-height: auto;
	background-color: #333333;
	margin: 30px 6%;
	padding: 30px 8.1%;
}

.storeInfo h2{
	font-size: 112.5%;
}

.storeInfo ul{
	margin-top: 15px;
	list-style-type: none;
}

.storeInfo ul > li{
	font-size: 1em;
}

.storeInfo ul > li:nth-child(4){ /* telefoonnummer */
	line-height: 4.5em;
}

.storeInfo ul > li > a{
	color: white;
}

.rightFooterSection{
	padding-top: 15px;
}

.sparSection{
	margin-top: 45px;
}

.sparSection figure > img{
	width: 171px;
}

.boldTekst{
	font-weight: 700;
}

.uppercase{
	text-transform: uppercase;
}

.copyright{
	height: 54px;
	background-color: #144F29;
	font-size: 75%;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
}

/* - - - - - - - - - - - - - - - - - - - - - -
:: Medium devices - iPads, Tablets / Potrait 
:: mode (768PX and up)
- - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 768px){
	.leftHeaderSection{
		margin-left: 7.9%;
	}

	.rightHeaderSection{
		margin-right: 7.9%;
	}

	.rightHeaderSection p,
	.rightHeaderSection button{
		display: block; /* toont in de header de 
		telefoonnummer- en bestelbutton vanaf 
		tablet format */
		margin-right: 30px;
	}

	.rightHeaderSection p > a{
		color: #333333;
		text-decoration: none;
	}

	.rightHeaderSection p > a:hover{
		color: #144F29;
		font-weight: 700;
	}

	.rightHeaderSection button{
		width: 108px;
		margin-top: -8px; /* bestelbutton in de 
		header komt op gelijke hoogte te staan 
		als de de telefoonnummer en de menu 
		button */
	}

	.bannerText{
		height: 179px;
		margin: 46px 7.9%;
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.bannerText h1{
		font-size: 2em;
		line-height: 1em;
	}

	.introText {
		margin-left: 7.9%;
		margin-right: 7.9%;	
	}

	.aanbod{
		margin-left: 7.9%;
		margin-right: 7.9%;
	}

	.storeInfo{
		margin-left: 7.9%;
		margin-right: 7.9%;	
	}
}

/* - - - - - - - - - - - - - - - - - - - - - -
:: Medium devices 2 - iPads, Tablets / 
   Landscape mode (1024PX and up)
- - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 1024px){
	.storeInfo{
		padding: 60px 7.9%;
	}

	.rightFooterSection{
		padding-top: 0px;
		padding-left: 18.4%;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - -
:: Large devices - Dekstops (1280PX and up)
- - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 1280px){
	.leftHeaderSection figure > img{
		width: 179px;
	}

	.leftHeaderSection nav{
		display: block; /* toont in de header de 
	menu links vanaf tablet format */
	}

	nav{
		margin-left: 8.5%;
		margin-top: 35px;
	}

	nav ul li{
		margin-right: 1.9em;
		list-style: none;
	}

	nav > ul > li > a {
  		color: #333333;
  		text-decoration: none;
	}

	nav > ul > li > a:hover{
		color: #144F29;
		font-weight: bold;
	}

	.rightHeaderSection .menuToggle{
		display: none; /* verbergt hamburgermenu 
		vanaf tablet format*/
	}

	.rightHeaderSection{
		font-size: 1em;
		text-align: right;
		margin-top: 45px;
	}

	.rightHeaderSection button{
		margin-right: 0px;
	}

	.bannerText{
		height: 258px;
		margin: 60px 7.9%;
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.introText{
		margin-left: 20%;
		margin-right: 20%;	
	}

	.storeInfo{
		padding-left: 12.5%;
		padding-right: 12.5%;	
	}
}

/* - - - - - - - - - - - - - - - - - - - - - -
:: Exta large devices (1366PX and up)
- - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 1280px){
	.introText{
		margin-left: 24%;
		margin-right: 24%;
	}
	.rightFooterSection{
		padding-left: 24.8%;
	}
}