@media (min-width: 34em)  {
	
body{
		background-position:440% 0px;
		overflow-y:scroll;	
}



/* fonts */

nav a,p,article > ul,#masthead a time,h2 time,.language,#program .info{
	font-size:0.925em;
}
h1,h2,span.person,span.section,#note p{
	font-size:0.91em;
	line-height: 1.25;
}
#masthead a span{
	font-size:0.91em;
}



/* header */

#delimiter{
	display:inline;
}
.ac-edition{
	display:block;
}
.ac-edition:before{
	content:"";
}
.ac-acsa{
	display:none;
}
.ac{
	display:none;
}
a.logo{
	height:26px;
}
a.autocenter{
	width:67px;	
}
a.hmkv{
	width:106px;
}


/* note */

#note{
	padding-bottom:3em;
	top:5.2em;
	left:50%;
	width:17.4em;
	margin-left:-8.7em;
	display:block;
	position:fixed;
	z-index:5;
}



/* program */

#program ul.units{
	overflow:hidden;
	padding-bottom:0.2em;
}
#program ul.units > li{
	width:49.55%;
	float:right;
	margin-top:0em;
}
#program ul.units > li.single{
	width:100%;
	float:right;
	margin-top:0em;
}
#program ul.units > li:nth-child(odd){
	margin-left:0em;
	float:left;
}


/* events */

body.event h2 br{
	display:none;
}



/* iframe */
iframe{
	height:115px;
}

}