html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------------Header---------------------------*/
header{
	width: 100%;
	overflow: auto;
	display: block;
	margin: 0 0 20px 0;
}

h1{
	float: left;
	width: 280px;
}

h1 img{ 
	width: 60%;
	margin: 20px auto 0 auto;
	display: block;
}

h2{
	font-size: 3em;
	color: #fb5d88;
	font-family: 'Abel', sans-serif;
	float: left;
	margin: 90px 0 0 0;
}

h3{
	font-size: 2em;
	color: #7db787;
	font-family: 'Abel', sans-serif;
	float: left;
	width: 100%;
	margin: 35px 0 15px 0;
}

/*-------------------content-----------------------------*/
.content_wrapper{
	display: block;
	overflow: auto;
	width: 100%;
}

.about{
	width: 60%;
	float: left;
}

.about2{
	width: 40%;
	float: left;
}

/*-------nav-------*/
nav{
	float: left;
	width: 280px;
	font-family: 'Abel', sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 1.1em;
}

nav li a{
	text-decoration: none;
	color: #231f20;
}


nav li a:active {
	color: #fb5d88;
}

nav li a:hover {
	color: #fb5d88;
}

.social{
	margin: 15px 0 0 0;
}

.social img{
	width: 20px;
	margin: 0 2px;
}

.menu{
	display: none;
}

/*-------content-------*/
.content{
	width: calc(100% - 280px);
	float: left;
	display: block;
	overflow: auto;
	font-family: 'Abel', sans-serif;
	line-height: 20px;
}

.content p{
	margin: 15px 0;
}

.showcase{
	width: 80%;
	min-height: 180px;
	display: block;
	overflow: auto;
}

.showcase a{
	color: #fb5d88;
	text-decoration: none;
	font-weight: 600;
}

/*-----*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
section.showcase { overflow: hidden; }
section.showcase figure img { width: 20%; float: left; }
section.showcase figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 11s slidy infinite; 
}

.row_showcase1 img{
	width: 100%;
	margin: 0 0 4px 0;
}

.row_showcase2 img{
	width: 100%;
	margin: 0 0 4px 0;
}

.row_showcase3 img{
	width: 100%;
	margin: 0 0 4px 0;
}

.row_showcase1{
	float: left;
	display: block;
	overflow: auto;
	width: 31.087%;
	margin: 0 0.153%;
}

.row_showcase2{
	float: left;
	display: block;
	overflow: auto;
	width: 44.946%;
	margin: 0 0.153%;
}

.row_showcase3{
	float: left;
	display: block;
	overflow: auto;
	width: 23.047%;
	margin: 0 0.153%;

}

.subscript{
	display: block;
	overflow: auto;
	width: 100%;
	min-height: 100px;
	margin: 0 0 50px 0;
}


/*-------------------footer-----------------------------*/
footer{
	width: calc((100% - 280px)*0.8);
	text-align: center;
	font-family: 'Abel', sans-serif;
	color: #242021;
	display: block;
	margin: 20px auto 0 280px;
	padding: 10px 0;	
    border-top: solid 1px #242021;
    text-transform: uppercase;

}


/*---------------------------algemeen-----------------------*/
html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	display: block;
}

.overflow_auto{
	overflow: auto;
}

.margin_auto{
	margin: auto;
}

.width_20{
	width: 20%;
}

.width_30{
	width: 30%;
}

.width_40{
	width: 40%;
}

.width_50{
	width: 50%;
}

.width_60{
	width: 60%;
}

.width_70{
	width: 70%;
}

.width_80{
	width: 80%; 
}

.width_90{
	width: 90%;
}

.width_100{
	width: 100%;
}

.display_none{
	display: none;
}

.display_block{
	display: block;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

@media screen and (max-width:1200px) and (min-width: 900px) {
	.about{
		width: 100%;
	}

	.about2{
		width: 100%;
	}
}

/*-----------------580 pixels (staand) tot 900---------------------------*/
@media screen and (max-width:1100px) {


	/*---------------------------Header---------------------------*/
		header{
			width: 100%;
			overflow: auto;
			display: block;
			margin: 0 0 20px 0;
			height: 200px;
		}

		h1{
			float: left;
			width: 100%;
		}

		h2{
			width: 100%;
			text-align: center;
			margin: 0 0 0 0;
		}

		h1 img{ 
			width: 100px;
			margin: 20px auto 0 auto;
		}

	
	/*-------nav-------*/

	nav{
		width: 100%;
		height: 200px;
		overflow: auto;
		background-color: white;
		float: none;

	}

	.menu{
		display: block;
		width: 50px;
		position: absolute;
		top: 10px;
		left: 10px;
	}

	/*-----------------------content------------------------*/

	.about{
	width: 100%;
	float: none;
	}

	.about2{
		width: 100%;
		float: none;
	}

	.content{
		width: 100%;
		min-height: 200px;
		float: none;

	}

	.showcase{
		margin: 0 auto;
	}

	.row_showcase1{
		float: none;
		width: 100%;
	}

	.row_showcase2{
		float: none;
		width: 100%;
	}

	.row_showcase3{
		float: none;
		width: 100%;
	}

	.showcase_img{
		margin: 20px 0;
	}

	footer{
		width: 80%;
		margin: 20px 10% 0 10%;
	}

}

/*--------------------Mobiel tot 580-----------------------------*/

@media screen and (max-width: 580px) {

}