@charset "UTF-8";

html {
	overflow-y: scroll !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white;
	padding: 0;
	margin: 0;
}

#content {
	background-color: white;
	padding: 0.5em;
	margin: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	max-width: 50em;
}

.logo {
	border:none;
	height:46px;
	margin:2px;
}

a:link { 
	color: #c00; 
}
a:visited { 
	color: #600; 
}
a:active  { 
	color: #f00;
}
a:hover { 
	text-decoration: none; 
	background:#c00; 
	color: #fff;
}

.mejs-horizontal-volume-slider:hover {
	background:none;
}

a.pic:link, 
a.pic:visited, 
a.pic:active, 
a.pic:hover { 
	text-decoration: none; 
	background:#FFFFFF; 
	color: #FFFFFF;
}


/************************ Beginn Navigation ****************************/


ul#nav, 
#nav ul {
	padding: 0;
	margin: 0;
	font-size:12px;
}

ul#nav {
	margin-bottom:50px;
	}

#nav a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display:block;
}

#nav > li > div > a {
	padding:1em 0;
	cursor:pointer;
}
	
#nav li li a {
	font-weight: normal;
	padding: .8em 0.1em;
}

#nav li li a {
	border-top:1px solid white;
}

#nav li li a:hover {
}

li.navProjekt, li.navAudio, li.navTeam, li.navWien, li.navZeit, li.navInfo, li.navEnglish {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #003366;
	border-width: 1px 0;
	list-style-type:none;
	padding:0;
}

#nav li > ul {
	display: none;
	position: relative;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #003366;
}

#nav li li {
	display: block;
	float: none;
	padding:0; 
	margin:0;
	list-style-type:none;
}

#nav li.open ul {
	display:block;
}

li.navProjekt, li.navAudio, li.navTeam, li.navWien, li.navZeit, li.navInfo {
	background:#003366;
	color:#ccc;
	border:1px solid #fff;
}

LI.navEnglish  {
	background:#E3B309;
	color:#ccc;
	border:1px solid #fff;
}

#nav IMG { 
	width:100%; 
}

/************************ Ende Navigation ****************************/

p {
	clear: left;
	padding: 1em 0 0 0;
	margin: 0;
}

I      { font-style:  italic; }
B      { font-weight: bold;   }
CENTER { text-align:  center; }
U      { text-decoration: underline; }

SUP { font-size: smaller; }

FORM  { margin: 0; padding: 0; border: 0; }

UL       { margin: 0; margin-left: 1.2em; padding: 0; }
UL LI    { list-style-type: circle; margin: 0; padding: .2em; }
UL UL LI { list-style-type: disc; margin: 0; padding: 0; }

OL       { margin: 0; margin-left: 15px; padding: 0; }
OL LI    { list-style-type: decimal; margin: 0; padding: .2em; }
OL OL LI { list-style-type: lower-alpha; margin: 0; padding: 0; }

.fullWidth { width:100%; }

H1 {
	font-size: 2em;
	padding: 1em 0 0 0;
	margin: 0;
}

H2 {
	font-size: 1.6em;
	padding: 1em 0 0 0;
	margin: 0;
}

H3 {
	font-size: 1.3em;
	padding: 1em 0 0 0;
	margin: 0;
}

H4 {
	font-size: 1.2em;
	padding: 1em 0 0 0;
	margin: 0;
}

img {
	max-width:100%;
}


/* RESPONSIVITY - DESKTOP second */

@media ( min-width:40em ) {
	.logo {
		margin:0;
		margin-top:5em;
		height:auto;
	}

	#nav > li > div > a {
		padding:.2em 0;
	}

  #nav li > ul {
  	position:absolute;
		padding: 0.5em 0 0.5em 0;
		border-top:2px solid white;
  }
  
	#nav li li a {
		padding: 0em 0.1em;
		border-top:none;
	}

	LI.navProjekt    { width:16.67%;  } /* Breite Menüeintrag */ 
	LI.navProjekt UL { width:10em;  } /* Breite Drop-down */
	LI.navAudio      { width:20%; } /* Breite Menüeintrag */ 
	LI.navAudio UL   { width:12em; } /* Breite Drop-down */
	LI.navTeam       { width:14.33%;  } /* Breite Menüeintrag */   
	LI.navTeam UL    { width:12em;  } /* Breite Drop-down */
	LI.navZeit       { width:20%; } /* Breite Menüeintrag */   
	LI.navZeit UL    { width:12em; } /* Breite Drop-down */
	LI.navInfo       { width:13.5%;  } /* Breite Menüeintrag */  
	LI.navInfo UL    { width:8em;  } /* Breite Drop-down */
	LI.navEnglish    { width:15%;  } /* Breite Menüeintrag */ 
	LI.navEnglish UL { width:8em;  } /* Breite Drop-down */

}


/*
 * RESPONSIVE NAV
 * adapted code from http://responsive-nav.com/
 * taken from 'advanced' demo
 */

/*! responsive-nav.js 1.0.39 by @viljamis */
/* several adaptations */

@media screen and (max-width: 40em) {
	.nav-collapse li {
		width: 100%;
		display: block;
	}
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
    overflow: visible;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */


.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #f4421a; /* Edit this to change the icon color */
	color: #003366;
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}

.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:hover {
	background-color: transparent;
}

.nav-toggle:hover:before {
	color: #003366;
}