* {
	font-family:'Literata', sans-serif;
	font-size:15px;
	line-height:24px;
	color:#713d3d;
}
html, body {
	box-sizing:border-box;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
}

body {
	background:#8f8e86 url(../img/bg/bg1.jpg) no-repeat center center;
	background-attachment:fixed;
	background-size:cover;
}

#header {
	width:100%;
	height:110px;
	background:rgba(148,146,137,0.93);
	color:#fff;
}
#headercontainer {
	box-sizing:border-box;
	max-width:1520px;
	padding:0 60px;
	margin:0 auto;
	position:relative;	
}
#container {
	box-sizing:border-box;
	max-width:1520px;
	padding:60px;
	margin:0 auto;
	position:relative;
}
.clear{
	width:100%;
	height:1px;
	clear:both;
}
h1, h1 a, #h1, #h1 a {
	font-family: 'Berkshire Swash', cursive;
	font-size:60px;
	font-weight:normal;
	text-decoration:none;
}
#header h1, #header h1 a, #h1, #h1 a {
	color:#fff;
	text-align:center;
	margin:0;
	line-height:110px;
	text-decoration:none;
}
#over {
	color:#fff;
	text-decoration:none;
	position:absolute;
	top:82px;
	left:50%;
	margin-left:-47px;
}
#over:hover {
	text-decoration:underline;
}
#twitteraccount {
	display:block;
	box-sizing:border-box;
	width:40px;
	height:33px;
	background:transparent url(../img/twitter.png) no-repeat center center;
	background-size:cover;
	position:absolute;
	top:33px;
	right:176px;
}
.items {
	clear:both;
}
#menucheckbox {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.menu label {
	box-sizing:border-box;
	background:transparent url(../img/hamburger.png) no-repeat right 6px center;
	background-size:9%;
	/* width:25px;
	height:18px; */
	width:100%;
	height:30px;
	padding:0;
	float:right;
	margin:0;
	cursor:pointer;
}

/* default state */
#menul {
	display:none;
	margin:30px 0 0 0;
	padding:0 0 10px 0;
	list-style:none;
	text-align:center;
}

/* toggled state */
#menucheckbox:checked ~ #menul {
	display:block;
}

#menul li, #menul li a {
	text-align:center;
	line-height:28px;
	color:#fff;
	text-decoration:none;
}

#menul li a{
	display:block;
	width:100%;
	height:28px;
}
#menul li a:hover {
	text-decoration:none;
	background-color:rgba(255,255,255,0.2);
}

.menu {
	box-sizing:border-box;
	width:275px;
	min-height:30px;
	margin:0;
	background:#cc4b00;
	color:#fff;
	float:right;
	overflow:visible;
	position:absolute;
	top:0;
	right:60px;
	z-index:10;
}
.menu>a {
	display:block;
	width:100%;
	height:30px;
}
#menucheckbox:checked + label {
	background-image:url(../img/hamburger-close.png);
}
#menucheckbox:checked + #header {
	height:400px;
}

.item {
	box-sizing:border-box;
	width:275px;
	border:10px solid #fff;
	padding:15px;
	background:#eae0c9 url(../img/item-bg.gif) repeat center center;
	color:#713d3d;
	float:left;
	margin:0 100px 100px 0;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
}
div.item:nth-child(4n) {
	margin-right:0;
}
div.item:nth-child(4n+1) {
	clear:both;
}
.item h1, .item h1 a, .item h2, .item h2 a {
	font-family: 'Berkshire Swash', cursive;
	font-size:30px;
	font-weight:normal;
	line-height:30px;
	color:#713d3d;
	margin:0 0 10px 0;
	text-decoration:none;
	word-wrap: break-word;
}
.item h1 a:hover, .item h2 a:hover {
	text-decoration:underline;
}
.grid-item p {
	color:#713d3d;
	margin:0 0 0 0;
	hyphens:auto;
	margin:0 0 22px 0;
	word-wrap: break-word;
}
.item p:last-child {
	margin-bottom:0;
}
.twitter {
	box-sizing:border-box;
	float:right;
	width:45px;
	height:45px;
	text-align:center;
	box-sizing:border-box;
	display:block;
	width:30px;
	height:30px;
	margin:0 auto;
	background:transparent url(../img/item-twitter.png) no-repeat center center;
	overflow:hidden;
	background-size:cover;
	line-height:100px;
}

.item:hover, .item:focus {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	transition:.2s;
}
.item:not(:hover) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition:.2s;
}

#itemfocus {
	/* overflow:hidden; */
	width:100%;
	padding-top:20px;/* roteerruimte */
}
#itemfocus .item {
	float:none;
	margin:0 auto 100px auto;
	overflow:hidden;
	width:367px;
}
#itemfocus .item p {
	font-size:20px;
	line-height:32px;
}

#itemfocus .item h1, #itemfocus .item h2 {
	font-size:39px;
	line-height:39px;
}
#blader {
	box-sizing:border-box;
	text-align:center;
	display:block;
	width:430px;
	height:60px;
	margin:0 auto;
	padding-top:18px;
	background:rgba(148,146,137,0.93);
	color:#fff;
	font-family: 'Berkshire Swash', cursive;
	font-size: 30px;
	font-weight: normal;
	text-decoration:none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border:1px solid #fff;
}
#blader a {
	color:#fff;
	font-family: 'Berkshire Swash', cursive;
	font-size: 30px;
	font-weight: normal;
	text-decoration:none;
}
#blader a:hover {
	text-decoration:underline;
}

/* start responsive */

@media screen and (max-width: 1280px) {
	#twitteraccount {
		top:auto;
		right:auto;
		position:relative;
		float:right;
		margin-top:-70px;
	}
}
@media screen and (max-width: 1050px) {
	#header h1, #header h1 a, #h1, #h1 a {
		font-size:40px;
	}
}
@media screen and (max-width: 870px) {
	div.item, div.item:nth-child(4n), div.item:nth-child(4n+1) {
		float:none;
		margin:0 auto 100px auto;
	}
	* {
		font-size:20px;
		line-height:32px;
	}
	#over {
		top:76px;
	}
}
@media screen and (max-width: 770px) {
	div.item, div.item:nth-child(4n), div.item:nth-child(4n+1) {
		font-size:20px;
		line-height:32px;
	}
	#header h1, #header h1 a, #h1, #h1 a {
		font-size:30px;
		line-height:40px;
	}
}
@media screen and (max-width: 650px) {
	body {
		background-size:contain;
		background-repeat:repeat-y;
	}
	#headercontainer {
		padding:0;
	}
	#twitteraccount {
		width:20px;
		height:16px;
		margin-top:-30px;
		margin-right:20px;
	}
}
@media screen and (max-width: 550px) {
	#blader, .item, #itemfocus .item {
		width:auto;
	}
}
@media screen and (max-width: 470px) {
	#container {
		padding:60px 30px 30px 30px;
	}
	#header h1, #header h1 a, #h1, #h1 a {
		line-height:40px;
		margin-top:20px;
	}
	#twitteraccount {
		margin-top:45px;
	}
	div.menu {
		float:none;
		right:auto;
		margin:0 auto;
	}
}
@media screen and (max-width: 405px) {
	#twitteraccount {
		margin-top:8px;
	}
}

.grid {
	box-sizing:border-box;
	width:100%;
}

.grid-item {
	float: left;
	box-sizing:border-box;
	padding:0 15px 30px 0;
	overflow:hidden;
}

.grid-item-content {
	box-sizing:border-box;
	border:10px solid #fff;
	padding:15px;
	background:#eae0c9 url(../img/item-bg.gif) repeat center center;
	color:#713d3d;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
}

.grid-item--width2 { width: 100px; }
.grid-item--height2 { height: 100px; }

.grid-sizer,
.grid-item { width: 20%; }
/* 2 columns */
.grid-item--width2 { width: 40%; }

h2 a {
	text-decoration:none;
}

@media screen and (max-width: 1300px) {
	.grid-sizer, .grid-item { width: 25%; }
}
@media screen and (max-width: 1050px) {
	.grid-sizer, .grid-item { width: 33%; }
}
@media screen and (max-width: 870px) {
	.grid-sizer, .grid-item { width: 50%; }
}
@media screen and (max-width: 600px) {
	.grid-sizer, .grid-item { width: 100%; }
}
