@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway_thin-webfont.eot');
    src: url('../fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway_thin-webfont.woff') format('woff'),
         url('../fonts/raleway_thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway_thin-webfont.svg#RalewayThin') format('svg');
    font-weight: 100;
    font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #292521;
	font-weight: 100;
}

.text_white {
	color: #ffffff;
}

h2 {
	font-family: 'Raleway', 'Open Sans', arial, cursive;
	font-size: 73px;
	line-height: 86px;
	font-weight: 100;
	color: #292521;
	margin-bottom: 26px;
}

h3, .h3 {
	display: block;
	font-family: 'Raleway', 'Open Sans', arial, cursive;
	font-size: 30px;
	color: #292521;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 100;
}

p {
	margin: 0 0 24px 0;
}

.center {
text-align: center;
}

.aanpak {
background: url(../images/people_collage.jpg) repeat-x;
}

.ingredienten {
background: url(../images/1124779_64655038.jpg) repeat-x;
}

.producten {
background: url(../images/bottles.png) bottom repeat-x;
}

.container {
overflow-x: hidden;
position: relative;
}

.container {
padding: 0 20px;
}

.white-block{
background: white;
background: rgba(255, 255, 255, .9);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
margin: 40px 0 100px 0;
}
