@font-face {
    font-family: 'forolight';
    src: url('../fonts/ForoLig-webfont.eot');
    src: url('../fonts/ForoLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ForoLig-webfont.woff2') format('woff2'),
         url('../fonts/ForoLig-webfont.woff') format('woff'),
         url('../fonts/ForoLig-webfont.ttf') format('truetype'),
         url('../fonts/ForoLig-webfont.svg#forolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}

html {  
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {	
	background: #fff;
	font-family: forolight, Helvetica, sans-serif;
	color:#666;
	font-weight: normal;
   	font-style: normal;
}

img {	
	border:none;
	margin:0;
	padding:0;
	outline: 0;
}

button {
	background:none;
}

a {
	text-decoration:underline;
	color:#666;
	transition:linear 0.15s;
}

a:focus{
	//background:blue;
	border-color:#fedc00;	
}



/* ---- FARBEN gelb:#fedc00 ---------------------------------------*/

/* ---- GERUEST --------------------------------------------------*/

#gesamt {
	width:100%;
	max-width:800px;
	min-height:100vh;
	margin:0 auto 0 auto;
}

#headcontainer {
	width:100%;
}

#header {
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
}

#header img {
	height:18vh;
	padding-top:4vh;
}

#maincontentcontainer {
	width:100%;
}

.clearfloat{
	clear:left;
}


/* ---- NAVIGATION --------------------------------------------------*/

#logo {
	width:100%;
	height:28vh;
}

#logo a:hover, #logo a:focus {
	background:#fedc00;	
}

#navi{
	width:100%;
	height:10vh;
	margin:0 auto 0 auto;
	font-size:3.5em;
	font-weight:bold;
}

#navi a{	
	padding:1.7vh;
	text-decoration:none;
	outline:none;
	border:solid 2px #fff;
}

#navi a:hover{	
	border-color:#fedc00;
	color:#fedc00;	
}

#navi a:focus{	
	//outline:solid 2px #fedc00;
	border-color:#fedc00;	
}

/* ---- CONTENT --------------------------------------------------*/


iframe {
	width:100%;
}

#videodiv {
	width:100%;
	text-align:center;
	
}

#videodiv h2 {
	height:8vh;
	font-size:4.0rem;
}

#videodiv h2 span {
	padding-left:0.4em;
	font-size:0.75em;
}

#video {
	width:100%;
}

#sortierung {
	margin:80px auto;
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

#sortierung button {
	border:2px solid #fff;
	outline:none;
	font-size:1.5rem;
	font-family: forolight, Times, serif;
	color:#666;
	font-weight: normal;
   	font-style: normal;
   	cursor:pointer;
   	padding:1rem;
   	transition:linear 0.15s;
}

#sortierung button:hover {
	border-color:#fedc00;	
}

#sortierung button:focus {	
	border-color:#fedc00;	
	//outline:2px #fedc00 solid;
	//outline:none;
	//background:#fedc00;
}

#uebersicht {
	padding-top:0;
	padding-bottom:20%;
	list-style:none;
}

#uebersicht li {
	width:27.5%;
	float:left;
	margin:0 2.9% 0 2.9%;
}

#uebersicht li div {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	background-color:#eee;
}

#uebersicht img {
	width:100%;
}

#uebersicht p {
	margin-top:3px;
	width:100%;
	height:50px;
	font-size:1.2em;
	text-align:center;
}

#uebersicht a:hover,#uebersicht a:focus {
	background-color:#fedc00;
}

/* ---- WO IST ES --------------------------------------------------*/

#woistes {
	text-align:center;
	padding:0 7% 0 7%;
}

#woistes h2 {
	font-size: 3.6rem;
	font-style:italic;
	margin-top:70px;	
}

#woistes p{
	margin-top:50px;
	font-size:2rem;
}

#woistes p.kuenstlerliste {
	margin-top:2rem;
	line-height:5rem;
}

#woistes p.kuenstlerliste b { /* krücke für Abstand der Einträge */
	word-spacing:1rem;
}

/* ---- UM WAS GEHTS --------------------------------------------------*/

#umwasgehts {
	text-align:center;
	margin-top:20px;
}

#umwasgehts h2{
	font-size: 3.6em;
	font-style:italic;
	margin-top:70px;
}

#umwasgehts p{
	margin-top:40px;
	font-size:1.5em;
	Line-height:2em;
}

/* ---- KONZEPT --------------------------------------------------*/

#konzept {
	text-align:center;
	margin-top:20px;
}

#konzept p {
	font-size: 3.0rem;
	font-style:italic;
	margin-top:4rem;
	padding:0 7% 0 7%;
}

/* ---- FOOTER --------------------------------------------------*/

footer {
	width:100%;
	text-align:center;
	margin-top:10rem;
	padding-bottom:5rem;
}

footer a {
	font-size: 1.5rem;
	padding:1rem;
	border:2px solid #fff;
}

footer a:hover {
	background-color:#fedc00;	
	//border-color:#fedc00;	
}


/* ---- IMPRESSUM DATENSCHUTZ --------------------------------------------------*/

#impressum {	
	text-align:left;
	padding:0 7% 0 7%;
	color:#444;
}

#impressum h2 {
	word-wrap:normal;
	font-size: 3.2rem;
	margin-top:4rem;
}

#impressum h3 {
	font-size: 2.4rem;
	margin-top:4rem;
}

#impressum p {
	font-size: 1.75rem;
	margin-top:1.75rem;
	line-height:2.5rem;
}

#impressum a {
	color:#444;
	font-size: 1.75rem;
}

#impressum a:hover, #impressum a:focus {
	background-color:#fedc00;
}


/* ---- 404 --------------------------------------------------*/

.notfound {
	margin-top:15vh;
	padding:0 10% 0 10%;
	text-align:center;
	font-size:2.5rem;
	line-height:4rem;
}

.notfound a {
	font-size: 2.0rem;
	padding:1rem;
	color:#666;
	transition:linear 0.15s;
}

.notfound a:hover {	
}


/* ---- MEDIA QUERIES --------------------------------------------------*/


@media only screen and (max-height:820px) and ( min-aspect-ratio:1/1 ){ /* querformat */
	
	iframe {
		//width:auto;
		height:52vh;
	}
	
	#videodiv h2 {
		font-size:3.0rem;
	}
}


@media only screen and (max-height:481px) and ( min-aspect-ratio:1/1 ){ /* querformat */
	
	#logo {
		height:135px;
	}
		
	#header img {
		height:92px;
		padding-top:20px;
	}
	
	#navi {
		height:48px;  
	}

	#navi a {
		padding:12px;
	}

	iframe {
		//width:auto;
		height:250px;
	}
	
	#videodiv h2 {
		height:40px;  
		font-size:2.5rem;
	}
}


@media only screen and (max-width:800px) and ( max-aspect-ratio:1/1 ){ /* hochformat */
	
	#videodiv h2 {
		height:auto;
		padding:0 1rem 2rem 1rem;
		font-size:3.0rem;
	}
}


@media only screen and (max-width:480px) {

	#uebersicht p {
		font-size:1.1em;
		height:45px;
	}
	
	#videodiv {
		width:100%;
		text-align:center;
		font-size:2.0em;
	}
	
	#videodiv h2 {
		height:auto;
	}
	
	#woistes h2, #umwasgehts h2, #konzept h2{
		font-size: 2.4em;
		margin-top:40px;	
	}
	
	#konzept p {
		font-size: 2.0rem;
		margin-top:50px;
	}

}