
/*==============================================================*/
/*     R E S E T     */
/*==============================================================*/


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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


html, body {
	height: 100%;
}


abbr[title] {
	border-bottom: 1px dotted #888 !important;
	cursor: help;
}

*:focus {
	outline: 0;	/* remember to define focus styles! */
}

ul {
	list-style-type: none;
}

/* Apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/*==================================================================================*/

@font-face {
	font-family: "RooneySansWeb";
	src: url(../fonts/RooneySansWeb-Light.eot);
	src: url(../fonts/RooneySansWeb-Light.eot?#iefix) format("embedded-opentype"),
	url(../fonts/RooneySansWeb-Light.woff) format("woff"),
	url(../fonts/RooneySansWeb-Light.svg#RooneySansWeb-Light) format("svg");
	font-weight: 300;
	font-style: normal;
}

body {
	font-family: "RooneySansWeb", Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	background: black;
	color: white;
}

p {
	color: #bbb;
	font-size: 18px;
	padding-bottom: 24px;
}

a {
	color: white;
	text-decoration: none;
}

h2 {
	margin-bottom: 12px;
}

header {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	padding: 20px;
	background: rgba(0,0,0,0.80);
}

footer {
	display: block;
	width: 100%;
	padding: 60px 20px 20px 20px;
}

.top-link {
	position: absolute;
	right: 20px;
	top: 10px;
	padding: 10px;
	background: #333;
}

.menu-link {
	position: absolute;
	right: 20px;
	top: 10px;
	padding: 10px;
	background: #333;
}

.top-link:before {
	content: "↑";
}

.nav-main {
	display: none;
	background: #333;
}

.nav-main.active {
	display: block;
}

.nav-main ul {
	margin-top: 10px;
}

.nav-main ul li a {
	display: block;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid black;
}

main {
	display: block;
}

.imprint {
	padding: 20px;
}

#top {
	width: 4px;
	height: 4px;
	margin-bottom: 60px;
}

.item {
	width: 100%;
	padding: 5px;
}

.item a {
	background: blue;
}

.item img {
	width: 100%;
	display: block;
}

/*==================================================================================*/

@media all and (min-width: 480px) {

	.item {
		width: 50%;
	}

}


@media all and (min-width: 700px) {

	.menu-link {
		display: none;
	}

	h1 {
		float: left;
	}

	.imprint {
		width: 700px;
		margin: 0 auto;
	}

	.nav-main {
		display: block;
		background: none;
		float: right;
	}

	.nav-main ul {
		margin-top: 0;
	}

	.nav-main ul li {
		float: left;
		margin-left: 20px;
	}

	.nav-main ul li a {
		padding: 0;
		border-bottom: none;
	}

	.item {
		width: 33.333333333%
	}

}

@media all and (min-width: 1000px) {

	.item {
		width: 25%;
	}

}

@media all and (min-width: 1400px) {

	.item {
		width: 20%;
	}

}

@media all and (min-width: 1920px) {

	main {
		width: 1920px;
		margin: 0 auto;
	}

}







