/* @group html5 reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{border:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;display:none;margin:1em 0;padding:0}input,select{vertical-align:middle}h1,h2,h3,h4,h5,h6{font-weight:700;font-size:100%}q:before{content:"\201E"}q:after{content:"\201C"}.unsichtbar,.nurprint{position:absolute;width:1px;top:-1000px;left:-1000px}.group:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0}* html .group{height:1%}:first-child+html .group{min-height:1px}
/* @end */


html {-webkit-font-smoothing: antialiased; }

body {
	background: #fff;
	color: #fff;
	font-family: 'nimbus-sans', Helvetica, sans-serif;
	font-weight: 700;
    font-size: 1em;
    line-height: 1.3;
	/*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; */
    overflow-y:scroll;
    margin:0;
	padding:0;
	text-rendering: optimizeLegibility;
}


#wrap {
 margin: 0 auto;
 width: 100%;

}

strong {color: #0092CE;}

header {
	position: relative;
	z-index:1;
	width: 100%;
	margin: 0px;
	background-color: #0092CE;
}

nav {
	height: 0;
    overflow: hidden;
    position: relative;
    top: 36px;
    -webkit-transition: all 1s ease-in-out 0s;
  	-moz-transition: all 1s ease-in-out 0s;
 	-ms-transition: all 1s ease-in-out 0s;
  	-o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

nav.aktiv {
    height: 20em;
}
	
nav ul li {
	line-height: 1.6;
}

nav ul + ul {padding-top: 1em;}

#showMenu {
	cursor: pointer;
	position: absolute;
	top: 10px;
	padding: 1px 2px;
	background-color: #FFF;
	color: #0092CE;
}






#start, #info, #programm, #workshop, #vortrag, #ticket, #team, #kontakt { 
	background-color: #fff;
	padding: 40px 0px;
	margin: 0 auto; 
    width: 100%; 
    position: relative; 
    min-height: 100px;
}
#start, #info {
	padding: 0px;
}

#start, #info, #vortrag { 
	background-color: #0092CE; /*blau*/
}
#programm, #ticket { 
	background-color: #9BC317; /*gruen*/
}
#workshop, #team { 
	background-color: #E5007C; /*magenta*/
}
#kontakt { 
	background-color: #fff;
	color: #0092CE;
}

#play {position: relative; overflow: hidden; height: 340px; }
#play img {
	position: absolute; 
	margin: auto;
	left:0; right:0;
	top:0; bottom:0;
	max-width: 95%; 
}

#workshop img {max-width: 98%;}

#start .grid {position: relative; top: 660px;}


#programm .col-1-4 p {text-indent: -2.8em; padding-left: 2.8em;}
.left {position: relative; left: -8px;}
.description {padding-left: 8px;}


.grid {padding: 0 10px;}
article {padding: 0 0 3em 0;}

#kontakt {min-height: 500px;}

#einblenden {
	display: none;
	max-width: 90%;
}
.button {
}

/*-----Schrift----------------------------------------*/
h1, h2, h3, h4, h5, h6 {text-rendering: optimizeLegibility;}

h1 {padding-bottom: 1.2em; font-size: 1.5em; line-height: 1.2;}
h2 {font-size: 1.5em; line-height: 1.2;}
h3 {
	display: inline;
	padding: 2px;
	text-indent: 1.5em; 
	border-top: 3px solid #FFF; 
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.8;
}
h4 {font-size: 1.5em; line-height: 1.2;}



#start h3, #info h3, #vortrag h3 {color: #0092CE; background-color: #FFF; text-transform: lowercase;}
#programm h3 {color: #9BC317; background-color: #FFF; text-transform: lowercase;}
#workshop h3, #team h3 {color: #E5007C; background-color: #FFF; text-transform: lowercase;}
#kontakt h3 {color: #FFF; background-color: #0092CE;}

#ticket h3 {color: #9BC317; background-color: #FFF;}

/* selected text */
::selection {background-color: #0092CE; color: #FFF;}
::-moz-selection {background-color: #0092CE; color: #FFF;}

#start ::selection {background-color: #FFF; color: #0092CE;}
#start ::-moz-selection {background-color: #FFF; color: #0092CE;} 
#info ::selection {background-color: #FFF; color: #0092CE;}
#info ::-moz-selection {background-color: #FFF; color: #0092CE;}
#vortrag ::selection {background-color: #FFF; color: #0092CE;}
#vortrag ::-moz-selection {background-color: #FFF; color: #0092CE;}

#programm ::selection {background-color: #FFF; color: #9BC317;}
#programm ::-moz-selection {background-color: #FFF; color: #9BC317;}
#ticket ::selection {background-color: #FFF; color: #9BC317;}
#ticket ::-moz-selection {background-color: #FFF; color: #9BC317;}

#workshop ::selection {background-color: #FFF; color: #E5007C;}
#workshop ::-moz-selection {background-color: #FFF; color: #E5007C;}
#team ::selection {background-color: #FFF; color: #E5007C;}
#team ::-moz-selection {background-color: #FFF; color: #E5007C;}


/* documentation */
#doc {
	position: absolute;
	top: 0px;
	z-index: 999;
	color: #ffee00;
	width: 100%;
}
.background {
    position: absolute;
	top: 0px;
	background-color: #fff;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.images {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
	padding: 3em 0.5em;
}
.images img {
	width: 100%;
	padding: 0.15em;
}
.text {
	margin: 0 auto;
	max-width: 1024px;
	padding: 4.2em 0em 0em 0em;
	z-index: 99;
	position: absolute;
	top: 0;
}
#doc ::selection {background-color: #ffee00; color: #000;}
#doc ::-moz-selection {background-color: #ffee00; color: #000;} 

.hide {
	display: none;
}

#doc a {font-size: 1.5em; margin: 0.5em; cursor: pointer;}


/*-----Link-------------------------------------------*/
a {
	text-decoration:none;
	padding: 2px;
}
.padding_link {margin: 2px;}

a:link, a:visited {color: #0092CE;}
a:hover {color: #FFF; background-color: #0092CE;}

#start a:link, #info a:link, #vortrag a:link, #start a:visited, #info a:visited, #vortrag a:visited {color: #FFF;}
#start a:hover, #info a:hover, #vortrag a:hover  {color: #0092CE; background-color: #FFF;}

#programm a:link, #programm a:visited {color: #FFF;}
#programm a:hover {color: #9BC317; background-color: #FFF;}
#ticket a:link, #ticket a:visited {color: #9BC317; background-color: #FFF;}
#ticket a:hover {color: #FFF; background-color: #9BC317;}

#workshop a {line-height: 1.6; text-transform: lowercase;}
#workshop a:link, #workshop a:visited {color: #E5007C; background-color: #FFF;}
#workshop a:hover {color: #FFF; background-color: #E5007C;}
#team a:link, #team a:visited {color: #FFF;}
#team a:hover  {color: #E5007C; background-color: #FFF;}

#team .partner a:hover {color: none; background-color: #E5007C;}

/* navigation */
/* CLASS NAMES: BACKGROUND-COLOR_COLOR */
a.white_blue {color: #FFF;}
a:hover.white_blue {color: #0092CE; background-color: #FFF;}

a.white_green {color: #FFF;}
a:hover.white_green {color: #9BC317; background-color: #FFF;}

a.white_magenta {color: #FFF;}
a:hover.white_magenta {color: #E5007C; background-color: #FFF;}

a.black_white {color: #0092CE;}
a:hover.black_white {color: #FFF; background-color: #0092CE;}

/* selected link */
a.blue {color: #0092CE; background-color: #FFF;}
a.green {color: #9BC317; background-color: #FFF;}
a.magenta {color: #E5007C; background-color: #FFF;}
a.black {color: #FFF; background-color: #0092CE;}



/*----------------------------------------------------*/


@media only screen and (min-width: 570px) {

body {
    font-size: 1.1em;
    line-height: 1.36;
}
h1, h2 {font-size: 2em;}
h4 {font-size: 2em;}

#doc a {font-size: 2em;}


#showMenu {
    display: none;
}

header {
	position: fixed;
	z-index:1;
	width: 100%;
	margin: 12px 0px;
	background-color: transparent;
}

nav {
	top: 0px;
    height: auto;
}

nav li {
    float: left;
    padding-right: 2%;
	line-height: 1.6;
}


nav ul + ul {
	padding-top: 0%;
}

nav ul + ul li {
	float: left;
	line-height: 1.6;
}


#play {height: 520px;}

#programm, #workshop, #vortrag, #ticket, #team, #kontakt { 
	padding: 120px 0px 80px 0px;
    min-height: 100px;
}
#kontakt {min-height: 800px;}

#einblenden {
	max-width: 70%;
}

.images img {
	width: 49%;
}


} /* 570px */


@media only screen and (min-width: 860px) {

nav ul + ul li {
	float: right;
	padding-right: 0%;
	padding-left: 2%;
	line-height: 1.6;
}

#play {height: 600px;}

#programm, #workshop, #vortrag, #ticket, #team, #kontakt { 
	padding: 160px 0px 80px 0px;
    min-height: 100px;
}
#kontakt {min-height: 1400px;}

#einblenden {
	max-width: 50%;
}

.images img {
	width: 24.6%;
}
} /* 768px */