@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/* @font-face { font-family: 'HandTIMES'; src: url('/webfonts/HandTIMES.ttf') format('truetype'); }*/

img, object, embed, video {
	max-width: 100%;
	/* [disabled]width: 69%; */
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}

.headerimage {
	width: 100%;
	/* [disabled]margin-top: 15px; */
}
.header {
	text-align: center;
	font-family: HandTIMES;
	font-size: 3em;
	padding-top: 49vh;
	color: rgba(254,211,25,1.00);
	line-height: 0em;
}
.subheader {
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 25pt;
	margin-bottom: 0px;
	color: rgba(255,255,255,1.00);
	line-height: 1em;
	padding-left: 1rem;
}
h1 {
	text-align: center;
	font-size: 3.5em;
	padding-top: 0px;
	font-weight: normal;
	/* [disabled]letter-spacing: 8pt; */
	margin-bottom: 0.2em;
	font-family: "Fjalla One";
}
h2 {
	font-size: x-large;
	font-weight: normal;
	letter-spacing: 1pt;
	font-family: "Fjalla One";
	line-height: 1.3em;
	padding-top: 1em;
	padding-bottom: 0px;
}
h3 {
	font-size: 18pt;
	font-weight: normal;
	font-family: "Fjalla One";
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 2em;
	margin-top: 8px;
}



#navWrap {
	width: 100%;
	position: fixed;
	font-size: large;
	float: left;
	z-index: 1;
}
.smoothScroll {
	padding-left: 1.2em;
	padding-right: 1.2em;
	text-decoration: none;
	line-height: 0em;
	text-shadow: 0px 0px;
	color: rgba(0,0,0,1.00);
}
.navlist {
	text-align: left;
	list-style-type: none;
	color: rgba(255,255,255,1.00);
	opacity: 1;
	float: left;
	/* [disabled]line-height: 0.5em; */
	height: 2em;
	padding-top: 0px;
}
#navWrap #nav {
	width: 100%;
	/* [disabled]border-bottom-color: #424242; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-width: thin; */
	font-size: 1em;
	position: absolute;
	height: 2em;
	background-color: rgba(0,0,0,0.77);
	padding-top: 0px;
}
.mainheader {
	background-size: ;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	font-size: medium;
	overflow: auto;
	width: 100%;
}
.backgroundimage {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	background-image: url(../img/Bildschirmfoto%202016-05-09%20um%2012.05.23.png);
}
.backgroundimage2 {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	background-position: 0px 35%;
}
.backgroundimage4 {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	/* [disabled]background-image: url(../img/StillsWeb1920-9.jpg); */
	background-position: 0px 35%;
}
.backgroundimage3 {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	background-position: 0px 35%;
	/* [disabled]background-image: url(../img/background/Still29-Web1920.jpg); */
}
.backgroundimage3noscript {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	background-image: url(../img/background/Still29-Web1920.jpg);
	/* [disabled]background-position: 0px 35%; */
}
.headerwrap {
	width: 100%;
	background-position: 0% 0%;
	background-image: url(../img/Bildschirmfoto%202016-05-09%20um%2011.41.53.png);
	height: 255px;
}
.teaser {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#joya {
	width: 100%;
	/* [disabled]overflow-x: auto; */
	overflow: auto;
	padding-left: 0px;
	font-size: 1.2em;
}



.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax__layer--base {
  transform: translateZ(0);
}
.parallax__layer--back {
  transform: translateZ(-1px);
}

.parallax__group {
  position: relative;
  height: 100vh;
  transform-style: preserve-3d;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */



.responsive-video {
	position: relative;
	padding-bottom: 49%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

.responsive-video iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.newsdate {
    text-align: right;
    display: block; 
}

.newsheading {
    display: block;
    float: left;

    
}

.newsheading h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#impressum h2{
	text-align: left;
	font-size: 14pt;
	line-height: 20pt
}
#impressum p {
	font-size: 10pt;
	line-height: 1.5em;
	text-align: left
}

section article {
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	font-size: 12pt;
	font-weight: 200;

	max-width: 800px;
	font-family: "Source Sans Pro";
	width: 50%;
}

.supporter {
	line-height: 1.5em;
	font-size: 12pt;
	font-weight: 200;
	font-family: "Source Sans Pro";
}

section article p {
	/*letter-spacing: 1pt;*/
}
.sectionlink {
	/* [disabled]height: 1px; */
	float: left;
	display: block;
}

.pressarticle {
	font-style: italic;
	text-indent: 0px;
}
.pressarticle p a {
	color: rgba(0,0,0,1.00);
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	float: right;
}
.pressarticle p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
section article .actor {
	display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.actor {
	width: 33%;
	min-width: 200px;
	padding-right: 20px;
	margin-right: 0px;
	padding-left: 20px;
	display: block;
	max-width: 370px;
	float: ;
}
#blockumgebung {
	/* [disabled]overflow: auto; */
	width: 100%;
	clear: both;
}
.mainheader .header .koenigin {
	font-size: 1.7em;
}
#heading {
	height: 40vh;
}
#nav #navcontainer {
	width: 22em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 2em;
	/* [disabled]margin-bottom: 1.25em; */
	position: relative;
	/* [disabled]float: none; */
	top: -1em;
	vertical-align: middle;
	padding-top: 0px;
}
#startchange {
	float: left;
}
section #blockumgebung .teamTile {
	width: 25%;
	float: left;
}
article .blockumgebung .teamTile {
	float: left;
	width: 21.25%;
	margin-left: 5%;
	overflow-x: hidden;
	overflow-y: hidden;
}
article .blockumgebung .castTile {
	float: left;
	width: 21%;
	min-height: 277px;
	padding-left: 2%;
	padding-right: 2%;
}
article .blockumgebung .teamTile.teamTile1 {
	margin-left: 0px;
}
article .blockumgebung .castTile.castTile1 {
}
section .teamArticle {
	width: 90%;
	padding-bottom: 80px;
	max-width: 1080px;
}
section .castArticle {
	width: 85%;
	padding-bottom: 0px;
	max-width: 987px;
}
.teamTile h4 {
	font-family: "Source Sans Pro";
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	/* [disabled]padding-bottom: 1px; */
	margin-bottom: 1em;
	margin-top: 0px;
	padding-top: 0px;
}
.castTile h4 {
	font-family: "Source Sans Pro";
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	/* [disabled]padding-bottom: 1px; */
	margin-bottom: 49px;
	margin-top: 0px;
	padding-top: 0px;
}
.navlistLast {
	padding-left: 0px;
}
.castTile h3 {
	font-size: 1em;
}
section .strick {
	font-family: "HandTIMES";
	text-align: center;
	font-size: 9rem;
	line-height: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 72px;
	margin-top: -164px;
	/* [disabled]vertical-align: top; */
}
.blockumgebung .teamTile.teamTile3 img {
	margin-left: auto;
	margin-right: auto;
}
.blockumgebung .teamTile .teamImage {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 248px;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}
.credit {
	font-size: 1.2em;
}
.blockumgebung .teamTile p {
	font-size: 1em;
	text-align: left;
}
#fbLogo {
	height: 1em;
	width: 1em;
	float: right;
	clear: none;
}
#mailLogo {
	height: 1em;
	width: 1.2em;
	float: left;
	clear: none;
}
.fbContainer {
	float: right;
	clear: none;
	position: fixed;
	top: 0.5em;
	right: 1em;
}
.castTile img {
	max-height: 250px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	max-width: 250px;
}
section .strickSvg {
	margin-left: auto;
	margin-right: auto;
	width: 5em;
	display: block;
	height: 1em;
	margin-bottom: 3em;
}
section {
	padding-top: 1em;
	padding-bottom: 4em;
	background-color: rgba(255,255,255,1.00);
}
.backgroundimageX {
	/* [disabled]background-image: url(../img/StillsWeb1230-1.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
.mainheader-mobile {
	background-image: url(img/StillsWeb1920-5.jpg);
}

.imageslide {
	/*background-attachment: fixed ;*/
	/*background-repeat: no-repeat;*/
	/* [disabled]min-height: 100%; */
	height: 100vh;
	/*overflow: hidden ;*/
	/*width: 100%;*/
	/* [disabled]background-image: url(../img/background/Still29-Web1920.jpg); */
	/*background-position: center top;*/
	/*background-size: cover ;	*/	 
	 background: no-repeat center center scroll; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
}
#lorbeer {
	width: 32%;
	margin-top: 2em;
	margin-bottom: 2em;
    margin-left:0;
    margin-right:0;
    padding-right: 0;
    padding-left: 0;
    display: inline;
    letter-spacing: 0;
}

.laurel {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    letter-spacing: 0;
    display: block;
    
}

/*slider*/
#slider-wrapper {
  width: 100%;
  height: 400px;
  margin: 50px auto;
  position: relative;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#s1 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s2 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s3 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s4 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s1:hover,
#s2:hover,
#s3:hover,
#s4:hover {
  opacity: .50;
}

.inner-wrapper {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

.control {
  display: none;
}

#Slide1:checked ~ .overflow-wrapper {
  margin-left: 0%;
}

#Slide2:checked ~ .overflow-wrapper {
  margin-left: -100%;
}

#Slide3:checked ~ .overflow-wrapper {
  margin-left: -200%;
}

#Slide4:checked ~ .overflow-wrapper {
  margin-left: -300%;
}

#Slide1:checked + #s1 {
  opacity: 1;
}

#Slide2:checked + #s2 {
  opacity: 1;
}

#Slide3:checked + #s3 {
  opacity: 1;
}

#Slide4:checked + #s4 {
  opacity: 1;
}

.overflow-wrapper {
  width: 400%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slide img {
  width: 25%;
  float: left;
}
/*slider ende*/

/* slider 2*/
div#slider {
	width: 100%;
	max-width: 1000px;
	overflow: hidden; 
}

div#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	text-align: left;
	animation: 30s slidy infinite; 
}

div#slider figure img {
	width: 20%;
	height: auto;
	float: left;
}
#news article {
	margin-bottom: 40px;
}
#news article img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.press {
	font-style: italic;
	font-variant: normal;
	text-align: ;
	margin-top: 2em;
}
.medium {
	text-align: left;
	padding-top: 0px;
	font-style: italic;
}

/* Dropdown  */
.dropdown {
	position: relative;
	display: inline-block;
	/* [disabled]padding-top: 0.5em; */
	/* [disabled]padding-bottom: 0.5em; */
	/* [disabled]height: 1em; */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	text-indent: 5pt;
	right: 0px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    font-size: 1.5em;
    padding: 0.5em 0.75em;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover
 {background-color: #f1f1f1}


.navmobile .navlist  {
	float: left;
}
.navlist.navlistmobile {
	margin-left: auto;
	margin-right: auto;
	float: right;
}
.nodisplay-nomobile #navWrap #nav .fbContainer {
}


@keyframes slidy { 
	0%  { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; } 
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; } 
}

/* slider 2 Ende*/
@media only screen and (min-width:482px){
.mailContainer {
	float: left;
	clear: none;
	position: fixed;
	top: 0.5em;
	left: 1em;
}

.gridContainer {
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}

#navWrap {
	/* [disabled]height: 3em; */
	width: 100%;
	position: fixed;
}
.nodisplay-nomobile {
	display: none;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */


@media only screen and (min-width:800px){

.gridContainer {
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.clearMonitor {
	clear: both;
}
}

@media screen and (max-width:481px){
.teamArticle .blockumgebung .teamTile {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 1.5em;
}
.teamArticle .blockumgebung .teamTile.teamTile3 {
}
section .teamArticle {
	max-width: none;
	width: 73%;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}
#heading {
	width: 83%;
	height: auto;
}
section article {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	line-height: 1.5em;
	font-size: 12pt;
	font-weight: 200;
	letter-spacing: 1pt;
	/* [disabled]max-width: 540px; */
	font-family: "Source Sans Pro";
	width: 85%;
}
.mainheader {
	background-size: ;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	font-size: medium;
	overflow: auto;
	width: 100%;
	background-image: url(../img/background/Still-x-Web1920.jpg);
	background-position: center top;
	background-size: auto 800px;
}
article .blockumgebung .castTile {
	float: left;
	width: 44%;
	min-height: 277px;
	padding-left: 3%;
	padding-right: 3%;
}
#navcontainer .navlist .smoothScroll {
	color: rgba(0,0,0,1.00);
}
#navWrap #nav {
	width: 100%;
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-width: thin; */
	float: left;
	height: 3em;
	position: absolute;
}
#navWrap {
	width: 100%;
	float: left;
	position: fixed;
	font-size: small;
}
.mailContainer {
	float: left;
	position: absolute;
	top: 0.75em;
	left: 1em;
}
#mailLogo {
	height: 1.5em;
	width: 1.8em;
	float: left;
	clear: none;
}

.backgroundimage3 {
	background-size: ;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	font-size: medium;
	overflow: auto;
	width: 100%;
	/* [disabled]background-image: url(../img/background/Still29-Web1920.jpg); */
	background-position: center top;
	background-size: auto 800px;	
}
.backgroundimage4 {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	background-image: url(../img/background/STILL14-Web1920.jpg);
	background-position: center 0px;
}
.backgroundimage2 {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* [disabled]min-height: 100%; */
	height: 100vh;
	background-position: center 0%;
	background-image: url(../img/background/STILL9-Web1920.jpg.jpg);
}

.nodisplay-mobile {
	display: none;
}
#nav .fbContainer {
	left: 3.5em;
    top: 0.75em;
	right: auto;
}
    
#fbLogo {
	height: 1.5em;
	width: 1.5em;
	float: right;
	clear: none;
}
#menubutton {
	width: 1.5em;
	height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
}

@media screen and (max-width:800px) and (min-width:482px){
.teamArticle .blockumgebung .teamTile.teamTile3 {
	margin-left: 0px;
}
.teamArticle .blockumgebung .teamTile {
	width: 47.5%;
}
.blockumgebung .teamTile img {
	margin-left: auto;
	margin-right: auto;
}
.teamTile .centerdiv {
	left: 50%;
	position: relative;
	float: left;
	clear: left;
}
article .blockumgebung .castTile {
	float: left;
	width: 27.3%;
	padding-left: 3%;
	padding-right: 3%;
}
.clearTablet {
	clear: both;
}
#heading {
	height: 28vh;
}
#heading {
}
section article {
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	font-size: 12pt;
	font-weight: 200;
	letter-spacing: 1pt;
	max-width: 800px;
	font-family: "Source Sans Pro";
	width: 68%;
}

.hide_tablet {
    display: none;
}

}
@media screen and (max-width:481px){
.hide_mobile {
    display: none;
}

}
