* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* basic settings */

html{
	font-size:1em;
}
body{
	background:#e0c900;
	color:#000;
	font-style: normal;
	font-weight: normal;
	line-height:1.6;
	letter-spacing:1px;
	vertical-align:baseline;
}


/* reset */

h1,h2,h3{
	font-size:1em;
	margin:0em;
	font-weight:normal;
}
a{
	text-decoration:none;
	color:#000;
}
menu,ul,ol{
	margin:0em;
	padding:0em;
}
li{
	margin:0em;
	padding:0em;
	list-style-type:none;
	clear:both;
}
td,th{
	font-weight:normal;
	text-align:left;
}
dl,dd,dt{
	margin:0;
	padding:0;
}
p{
	margin:0em;
}
em{
	font-style:normal;
}
figure{
	padding: 0;
	margin: 0;
}
img{
	display:inline-block;
	line-height:0;
}


/* fonts */

body{	
	font-family:'Vectora W02_45 Light';
}
#header,.breadcrumb,.title,footer nav{
	font-family:'Vectora W02_75 Bold';
}
em,span.artist{
	font-family:'VectoraW02-46LightItali';
}

/* text */

#masthead{
	font-size:2.25em;
	line-height:1.2;
}
.title{
	font-size:0.875em;
	line-height:1.3;
}
aside .title{
	font-size:0.75em;
}
.text,footer nav{
	font-size:0.875em;
}
figcaption{
	font-size:0.75em;
	line-height:1.3;
}
p{
	margin:0.938em 0em;
}



/* layout */

.block{
	margin:0.625em;
}
#header{
	margin-bottom:1.5em
}
#content{
	margin-top:0em;
}
#footer{
	margin-top:5.625em;
	margin-bottom:0em;
}


/* navigation */

a{
	border-bottom:1px dotted black;
}
a:hover,a.active{
	border-bottom:1px dotted #000;
}
#site-navigation{
	margin-top:0.375em;
	margin-left:3.75em;
}
nav li{
	display:inline;	
	padding:0em 0.5em;
}
nav li:first-child{
	display:inline;	
	padding-left:0em;
}
nav li a{
	display:inline-block;
}
#masthead,#autocenter,#ksb{
	text-decoration:none;
	border:none;
}


/* autocenter */

#autocenter *{
	display:inline-block;
	vertical-align:top;
}
#autocenter img{
	height:18px;
	margin-top:4px;
	margin-left:5px;
	margin-right:0.75em;
}



/* sponsors */

#ksb {
    background-image: url(/site-rediscovery/templates/backup/assets/images/kulturstiftung-des-bundes.svg);
    background-size: 100% 100%;
    height: 46px;
    width: 110px;
}



/* article */

article header{
	margin:1em 0em;
}
article .breadcrumb{
	display:none;
}
.text{
	max-width:38em;
	max-width:43em;
}
.summary{
	max-width:34em;
	margin-bottom:0.125em;
}


/* table */

table{
	display:block;
	margin-top:0.938em;
}
tr{
	margin-top:0.938em;
}
tr:first-child{
	margin-top:0em;
}
tr,td{
	display:block;
}
td{
	vertical-align:top;
	padding-right:1em;
}
td:first-child{
	white-space: nowrap;
}

/* list */

dl{
	display:block;
	overflow:hidden;
	margin:0.938em 0em;
}
dd,dt{
	float:left;
}
dt{
	width:6.5em;
	clear:both;
}
dt:after{
	content:":";
}


/* section */

.section{
	margin-top:1.875em;
}
.section:first-child{
	margin-top:0em;
}
.downloads ul{
	margin-top:0.918em;
}



/* gallery */

.images{
	margin-top:1.188em;
}
.images li{
	margin-top:1em;
}
.images img{
	max-width:100%;
	max-height:300px;
}
.images figcaption{
	display:block;
}



/* footer */

footer{
	overflow:hidden;
}
#sponsor{
	margin-top:0.938em;
	float:right;
}
#sponsor a,#sponsor span{
	display: inline-block;
	vertical-align:bottom;
}
#sponsor a{
	text-decoration: none;
    text-indent: -9999px;
}
#sponsor span{
	margin-left:0.5em;
	font-size:0.75rem;
}



iframe{
	width:100%;
	height:250px;
	background:#e0c900;
	color:#000;
}


@media (min-width: 35em)  {
	
	/* text */
	
	.text,footer nav{
		font-size:0.938em;
	}
	.title{
		font-size:0.938em;
		line-height:1.2;
	}
	aside .title{
		font-size:0.938em;
	}
	#masthead{
		font-size:4em;
		line-height:1;
	}
		
	/* layout */
	
	.block{
		margin:1.25em;
	}
	#footer{
		margin-top:11.250em;
	}

	/* navigation */
	
	#site-navigation{
		margin-left:5.75em;
	}
	#service-navigation li {
    	padding: 0 1em;
	}
	#service-navigation li:first-child{
    	padding-left: 0em;
	}

	/* tables */
	
	tr{
		margin-top:0em;
		display:table-row;
	}
	td{
		display:table-cell;
	}
		
	/* autocenter */
	
	#autocenter img{
		height:29px;
		margin-right:0.75em;	
	}
	
	iframe{
		height:160px;
	}

}

@media (min-width: 52em)  {
	
	/* navigation */
	
	#masthead span{
		display:none;
	}
	#site-navigation{
		margin-top:0em;
		margin-left:0px;
		vertical-align:top;
		display:inline-block;
	}
	#service-navigation{
		margin-left:90px;
	}

	/* layout */

	.block{
		margin:1.625em;
	}
	.block:first-child{
		margin-top:3em;
	}
	.text,.images,.summary{
		margin-left:90px;
	}
	.description{
		clear:both;
	}
	.meta{
		margin-left:0px;
	}
	
	/* text */
	
	#masthead,span.breadcrumb{
		font-size:5.563em;
		line-height:1;
	}

	/* article */
	
	article{
		max-width:85em;
	}
	article .breadcrumb{
		vertical-align:top;
		display:block;
		float:left;
		margin-left:2px;
		width:88px;
		line-height:1.17;
	}

	/* list */
	
	dl{
		float:left;
		overflow:hidden;
	}
	
	/* gallery */
	
	.images li{
		margin:0px;
		margin-right:18px;
		height:345px;
		width:auto;
		vertical-align:top;
		display:inline-block;
	}
	.images img{
		cursor:pointer;
		height:270px;
		display:block;
	}
	.images figcaption{
		width:320px;
		margin-top:6px;
	}
	.images li.focused{
		width:100%;
		height:auto;
		display:block;
		margin:0px;
	}
	.images li.focused img{
		width:auto;
		height:auto;
		max-width:100%;
		max-width:800px;
		max-height:800px;
	}
	.images li.focused figcaption{
		width:auto;
		max-width:780px;
		margin-bottom:10px;
	}
	
	/* footer */
	
	#footer{
		margin-bottom:0.938em;
	}
	#sponsor{
		position:fixed;
		bottom:0;
		right:5%;
	}
	#sponsor span{
		margin-left:0.75em;
	}
	
}