body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.1em;
}
body:after {
	content: "";
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

/* //////////// HEADER //////////////////// */
.headerwrapper {
	width: auto;
	height: auto;
	text-align: center;
	font-family: 'Fredericka the Great', cursive;
}
.headerwrapper .header {
	display: inline-block;
	text-align: center;
}
.headerwrapper .header .logo {
	display: inline-block;
	padding: 0 .1em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 3em;
	line-height: 2em;
}
.headerwrapper .header .logo a {
	text-decoration: none;
}
.headerwrapper .header .navigation {
	display: inline-block;
}
.headerwrapper .header .navigation a {
	display: inline-block;
	padding: .3em .5em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em;
}

/* //////////// CONTENT //////////////////// */
.spacer {
	width: auto;
	text-align: center;
	height: 1em;
	
	box-shadow: 0 -1px 10px rgba(0,0,0,.2);
}
.descriptionwrapper {
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.descriptionwrapper .border {
	display: inline-block;
	padding: 1px;
	margin: 1em;
}
.descriptionwrapper .description {
	display: block;
	line-height: 1.6em;
}
.descriptionwrapper .description span {
	font-family: 'Fredericka the Great', cursive;
	text-transform: uppercase;
	font-size: 1.2em;
}
.descriptionwrapper .description span.icon {
	display: inline-block;
	font-family: 'Fredericka the Great', cursive;
	font-size: 1em;
}
.descriptionwrapper .subnavigation {
	font-family: 'Fredericka the Great', cursive;
	font-size: 2em;
	padding: .5em 0;
}

.contentwrapper {
	text-align: center;
	margin: auto;
	padding: 2em 0;
	box-shadow: 0 11px 10px -10px rgba(0,0,0,0.2);
}
.contentwrapper .overview {
	padding: 0;
	margin: 0 auto 3em;
	text-align: left;
}
.contentwrapper .detail {
	padding: 0;
	margin: auto;
	text-align: left;
}
.contentwrapper .box {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.contentwrapper .box img {
	width: 100%;
}

.contentwrapper .box a {
	display: block;
	line-height: 0;
}
.contentwrapper .box a.title {
	font-family: 'Fredericka the Great', cursive;
	text-transform: uppercase;
	text-decoration: none;
}
.kazees .contentwrapper .box a.title {
	padding: 1.5em 1.2em .5em;
	line-height: 0.6em;
}
.licht .contentwrapper .box a.title {
	padding: 1.2em .1em .6em;
}
.contentwrapper .box span.description {
	display: inline-block;
	clear: all;
	padding: 0 1.2em 1.5em;
}
.contentwrapper .detailheader,
.contentwrapper .detailfooter {
	position: relative;
	margin: 0 0 1em;
	display: inline-block;
}
.contentwrapper .imagedescription {
	padding-left: .5em;
}
.contentwrapper .imagedescription a,
.info .contentwrapper .detail a {
	text-decoration: none;
}
.contentwrapper .imagedescription .title,
.info .detail .title {
	font-family: 'Fredericka the Great', cursive;
	text-transform: uppercase;
	display: block;
}
.info .detail .title {
	padding-top: .5em;
}	
.contentwrapper .imagedescription .year {
	font-style: italic;
	display: block;
}
.contentwrapper .imagedescription .description,
.info .detail .description {
	display: inline-block;
}
.info .detail .description {
	margin: .5em 0 1.5em;
}
.contentwrapper .imagedescription .description br {
	margin-bottom: .5em;
}
.contentwrapper .imagedescription .subtitle {
	font-family: 'Fredericka the Great', cursive;
	display: block;
}
.contentwrapper .subnavigation {
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'Fredericka the Great', cursive;
	font-size: 1.2em;
	padding-right: .1em;
}
.contentwrapper .subnavigation a {
	text-decoration: none;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	margin: 1px;
}
.contentwrapper .imagewrapper {
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	margin-bottom: 2em;
}
.contentwrapper img.detail {
	border: .5em solid white;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.contentwrapper span.detaildesc {
    display: inline-block;
	margin: 0 0 1em 1em;
}


/* //////////// FOOTER //////////////////// */
.footerwrapper {
	width: auto;
	height: auto;
	text-align: center;
	color: white;
	font-size: .9em;
}
.footerwrapper img {
	margin: auto .1em;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}


/* //////////// COLORS //////////////////// */
.header {
	color: white;
}
.header .logo a { 
	color: white;
}
.header .logo a:hover {
	color: white;
	box-shadow: 0 6px 5px -5px rgba(255,255,255,.4), 0 -6px 5px -5px rgba(255,255,255,.4);
}
.header .navigation a {
	color: white;
}
.header .navigation a:hover {
	color: white;
	box-shadow: 0 2px 1px -1px rgba(255,255,255,.4), 0 -2px 1px -1px rgba(255,255,255,.4);
}
.header .navigation a.current {
	box-shadow: 0 2px 1px -1px rgba(255,255,255,.4), 0 -2px 1px -1px rgba(255,255,255,.4);	
}

.spacer {
	background: white;
}
.contentwrapper {
	background: whitesmoke;
}

.box {
	background: white;
}
.descriptionwrapper {
	background: white;
}
.descriptionwrapper .description {
	background: white;
}

/* //////////// MEDIA //////////////////// */
@media only screen and (min-width: 80em) {
	.contentwrapper .overview {
		width: 66em;
	}
	
	.perle .contentwrapper .detailheader {
		width: 66em;
	}
	.perle .contentwrapper .detail {
		width: 66em;
		margin-bottom: 5em;
	}
	.perle .contentwrapper img.detail {
		width: 20.8em;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 59em) and (max-width: 80em) {
	.contentwrapper .overview {
		width: 49.5em;
	}
	
	.perle .contentwrapper .detailheader {
		width: 49.5em;
	}
	.perle .contentwrapper .detail {
		width: 49.5em;
	}
	.perle .contentwrapper img.detail {
		width: 15.4em;
		margin-bottom: 5em;
	}
}

@media only screen and (min-width: 59em) {
	.headerwrapper .header {
		width: 49.5em;
	}
	.headerwrapper .header .logo {
		margin: 1.3em 0 0;
	}
	.headerwrapper .header .navigation .info {
		margin-right: 2em;
	}
	.descriptionwrapper {
		width: 25em;
		margin: 0 auto 2em;
	}
	.kazees .descriptionwrapper {
		width: 49em;
	}
	.descriptionwrapper .description {
		padding: 3em 2em;
	}
	.perle .descriptionwrapper .description {
		padding: 3em 3.8em;
	}
	.kazees .descriptionwrapper .description {
		padding: 2em 2em 2.2em;
	}

	.kazees .contentwrapper .overview {
		width: 49.5em;
	}
	
	.contentwrapper .detail {
		width: 49.5em;
	}
	.info .contentwrapper .detail {
		width: 45em;
	}
	.contentwrapper .detailheader,
	.contentwrapper .detailfooter	{
		width: 49.5em;
	}
	.contentwrapper img.detail {
		width: 23.6em;
	}
	.info .contentwrapper img.detail {
		width: auto;
		float: left;
		margin-right: 2em;
		margin-bottom: 1em;
	}
	
	.contentwrapper img.wide {
		width: 48.5em;
	}
	.hand .contentwrapper img.detail,
	.bau .contentwrapper img.detail,
	.licht .contentwrapper img.detail {
		margin: .5em .5em .2em;
		max-width: 96%;
		width: auto;
	}
	.bau .contentwrapper img.narrow,
	.hand .contentwrapper img.narrow {
		width: 22.7em;
	}
	
	.footerwrapper {
		margin: 2.5em 0 2em;
	}
}

@media only screen and (max-width: 59em) {
	.headerwrapper .header {
		margin: 1.3em 0 .5em;
	}
	.headerwrapper .header .logo {
		display: block;
		line-height: 1em;
		margin: 0;
	}
	.header .logo a:hover {
		box-shadow: none;
	}
	.headerwrapper .header .navigation a {
		font-size: .8em;
	}
		
	.descriptionwrapper {		
		width: 26em;
		margin: 0em auto 2em;
	}
	.descriptionwrapper .description {
		padding: 2em 1em;
	}
	.contentwrapper .overview {
		width: 33em;
	}
	.contentwrapper .detail {
		width: 33em;
	}
	.contentwrapper .detailheader,
	.contentwrapper .detailfooter {
		width: 33em;
	}
	.contentwrapper img.detail {
		width: 15.3em;
	}
	.contentwrapper img.wide {
		width: 31.9em;
	}
	.hand .contentwrapper img.detail,
	.bau .contentwrapper img.detail,
	.licht .contentwrapper img.detail {
		margin: .5em .5em .2em;
		max-width: 94%;
		width: auto;
	}
	.bau .contentwrapper img.narrow,
	.hand .contentwrapper img.narrow	{
		width: 14.3em;
	}
	
	.footerwrapper {
		margin: 1.5em 0 1em;
	}
}
@media only screen and (min-width: 37.5em) {
	.box {
		width: 15.1em;
		margin: .2em 0 .2em .2em;
		padding: .5em;
	}
	
	.descriptionwrapper .description span {
		padding: 0 .5em;
	}
	.descriptionwrapper .description span.icon {
		margin: 1em;		
	}
}

@media only screen and (max-width: 37.5em) {
	.headerwrapper .header {
		margin: 0;
	}
	.headerwrapper .header .logo {
		display: block;
		line-height: 1em;
		font-size: 3.4em;
		margin: 0;
	}
	.header .logo a:hover {
		box-shadow: none;
	}
	.headerwrapper .header .navigation a {
		font-size: .8em;
	}
	
	.descriptionwrapper {		
		display: none;
	}
	
	.kazees .descriptionwrapper {
		display: block;
		width: 90%;
	}
	.kazees .descriptionwrapper .description {
		padding: 0em 1em 1em;
	}
	.kazees .descriptionwrapper .description span {
		padding: 0 .5em;
	}
	.kazees .descriptionwrapper .description span.icon {
		display: none;
	}
	
	.contentwrapper .overview {
		width: 90%;
	}
	.contentwrapper .detailheader,
	.contentwrapper .detailfooter {
		width: 96.5%;
	}
	.contentwrapper .detail {
		width: 95%;
	}
	.contentwrapper img.detail {
		width: 95%;
	}
	.contentwrapper img.wide {
		width: 95%;
	}
	
	.contentwrapper .subnavigation {
		left: 0;
		text-align: center;
	}
	.contentwrapper .imagedescription {
		margin-top: 3em;
	}
	.contentwrapper .imagedescription .description {
		padding-right: 0em;
	}

	.kazees .box {
		margin: .3em 0; 
	}
	.hand .box,
	.perle .box, 
	.wolle .box, 
	.bau .box, 
	.licht .box {
		width: auto;
		margin: .2em 0 .2em .2em;
		padding: .5em;
	}	
	.hand .contentwrapper img.detail,
	.bau .contentwrapper img.detail,
	.licht .contentwrapper img.detail {
		margin: .5em .5em .2em;
		max-width: 92%;
		width: auto;
	}

	.footerwrapper {
		margin: 1.5em 0 1em;
	}
}