@font-face {
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?2h4ajg');
	src:url('../fonts/feathericons/feathericons.eot?#iefix2h4ajg') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?2h4ajg') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?2h4ajg') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?2h4ajg#feathericons') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, 
body,
.js .container,
.js .dragslider,
.js .img-dragger .handle {
	height: 100%;
}

html.js,
.js body {
	overflow: hidden;
	position: relative;
}

.js .dragslider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1);
	transition: transform 0.6s cubic-bezier(.7,0,.3,1);
}

.dragslider.show-content {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.dragslider h2 {
	font-family: 'Playfair Display', serif;
	font-size: 6em;
	font-weight: 700;
	margin: 0 auto;
	line-height: 1;
	position: relative;
}

.no-js .dragslider h2 {
	padding: 15px;
}

.dragslider h2 span {
	display: block;
	font-size: 27%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top: 0.2em;
}

/* Switch button */
button.slider-switch {
	font-size: 0;
	width: 80px;
	height: 80px;
	padding: 0;
	color: transparent;
	position: relative;
	border: none;
	background: url(../img/switchmin.svg) no-repeat center center;
	background-size: 90%;
	float: right;
	outline: none;
	overflow: hidden;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	pointer-events: auto;
}

#disabled{
  display: none;
}

.no-js button.slider-switch {
	display: none;
}

button.slider-switch.view-maxi {
	background-image: url(../img/switchmax.svg)
}

button.slider-switch:hover {
	opacity: 1;
}

/* Dragger */
.img-dragger {
	position: relative;
	z-index: 100;
}

.js .img-dragger {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.js .img-dragger-large {
	width: 100%;
	height: 100%;
}

.js .img-dragger .handle {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	white-space: nowrap;
	font-size: 0;
}

.no-js .img-dragger,
.no-js .img-dragger .handle {
	height: auto;
	position: relative;
	text-align: center;
	font-size: 0;
	clear: both;
	white-space: nowrap;
	overflow: auto;
}

.no-js .img-dragger .handle {
	padding: 40px 0 0;
}

.img-dragger .slide {
	display: inline-block;
	position: relative;
	height: 100%;
	background: #567076;
	font-size: 10px;
	white-space: normal;
	cursor: -webkit-grab; 
	cursor: -moz-grab;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
}

.no-js .img-dragger .slide {
	width: 300px;
	font-size: 7px;
	min-height: 200px;
}

.img-dragger .slide:active {
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;
}
.trailer-wrap-galery {
	width: 85%;
	height: 85%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.img-wrap-galery {
	width: 85%;
	height: 85%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.img-wrap-galery img {
	margin: auto;
	position: absolute;
	display: block;
	height: calc(100% + 0.2px);
	opacity: 1;
}
.img-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img-wrap-opaque img {
	position: absolute;
	display: block;
	height: calc(100% + 0.2px);
	opacity: 0.3;
}
.img-wrap-opaque {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}




.img-wrap img {
	position: absolute;
	display: block;
	height: calc(100% + 0.2px);
	opacity: 0.6;
}

@media screen and (min-aspect-ratio: 1280/850) {
    .img-dragger .img-wrap  img {
        width: calc(100% + 0.2px);
        height: auto;
    }
}
@media screen and (min-aspect-ratio: 1280/850) {
    .img-dragger .img-wrap-opaque  img {
        width: calc(100% + 0.2px);
        height: auto;
    }
}

.js .slide h2 {
	color: #fff;
	position: absolute;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.js .img-dragger-large .slide h2 {
	width: 70%;
	left: 15%;
	top: 65%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.img-dragger-small .slide h2 {
	font-size: 2.5em;
	padding-top: 1em;
	top: 100%;
	width: 100%;
	text-align: center;
	color: #34495e;
	-webkit-animation: slideUpFade 0.4s 0.1s;
}

@-webkit-keyframes slideUpFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,20px,0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
	}
}

.img-dragger-small .slide h2 span {
	font-size: 0.35em;
}

.img-dragger-small .slide.current h2 {
	color: #fff;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transition: color 0.3s, opacity 0.3s;
	transition: color 0.3s, opacity 0.3s;
}

.slide h2 i {
	font-style: normal;
	font-weight: 400;
}

button.content-switch {
	border: 4px solid #000;
	width: 160px;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background: transparent;
	color: #000;
	font-family: 'Lato', sans-serif;
	position: absolute;
	cursor: pointer;
	top: 100%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-200%,0);
	transform: translate3d(-50%,-200%,0);
	padding: 1em 2em;
	font-size: 0.85em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	outline: none;
	z-index: 1000;
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
	transition: transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
	border-radius: 10px;
	text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}


button.content-switch:hover {
	opacity: 1;
	color: #fff;
}



button.content-switch::before {
    color: #FF0000;
	content: 'Read more';
	font-family: 'feathericons';
	speak: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	text-indent: 0;
	font-size: 1.5em;
	line-height: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.show-content .current button.content-switch {
	border-color: #000;
	color: #000
	-webkit-transform: translate3d(-50%,100%,0);
	transform: translate3d(-50%,100%,0);
}

.show-content .current button.content-switch::before {
	content: '\e096';
}

/* Content */
.js .pages {
	position: absolute;
	top: 100%;
	height: 0;
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: height 0s 0.6s;
	transition: height 0s 0.6s;
}

.js .show-content .pages {
	-webkit-transition: none;
	transition: none;
	height: 100%;
}

.pages .content {
	background: #B8D4DD;
	text-align: center;
	color: #545b61;
	font-size: 1.5em;
        #background-image: url("../img/HINTERGRUND2.jpg");
	#opacity: 0.5;


}


.js .pages .content {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition: height 0s 0.6s;
	transition: height 0s 0.6s;
}

.pages .content.show {
	height: auto;
	-webkit-transition: none;
	transition: none;
}
.pages .content h2 {
	font-size: 5em;
	max-width: 70%;
	color: #34495e;
	padding: 2.25em 10px 1em;
}

.no-js .pages .content h2 {
	padding-top: 1em;
}

.pages .content h2 span {
	color: #95a5a6;
}

.pages .content p {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0.5em 2em;
	line-height: 1.5;
	text-align: justify;
	#font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-family: 'Oswald', sans-serif;
}

.js .pages .content h2,
.js .pages .content p {
	-webkit-transform: translate3d(0,200px,0);
	transform: translate3d(0,200px,0);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
	transition-timing-function: cubic-bezier(.7,0,.3,1);
}

.pages .content.show h2,
.pages .content.show p {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.pages .content.show p {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.pages .content a {
	color: #000;
	display: block;
}

.pages .content a:hover {
	color: white;
}

/* Switch */
.switch-min .img-dragger-large .slide > *:not(.img-wrap),
.switch-max .img-dragger-small .slide > *:not(.img-wrap)  { /* fade out everything except image */
	opacity: 0;
	-webkit-transition: none;
	transition: none;
}

.switch-min .img-dragger-large,
.switch-max .img-dragger-small {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1);
	transition: transform 0.6s cubic-bezier(.7,0,.3,1);
}

.img-dragger-small button.content-switch {
	opacity: 0;
	pointer-events: none;
}

/* Helper classes */
.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

.hide {
	opacity: 0 !important;
	pointer-events: none !important;
}

@media screen and (max-width: 90.125em) {
	.dragslider h2 {
		font-size: 3.8em;
	}
	.pages .content {
		font-size: 100%;
	}
	.pages .content h2 {
		font-size: 3em;
	}
}

@media screen and (max-width: 950px) {
	button.slider-switch {
		display: none;
		
	}
}
.standardTwitter.twitter-timeline a {
margin-left: 100px;
}
.standardTwitter table{
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
}
.fb-page { 
    width: 500px; 
}
.standardTable table tr {
border-bottom: solid 2px black;
}
.standardTable table td {
#border-style: solid;
  #border-width: 3px;
  #border-color: #264D73;
#border-radius: 22px;

text-align: left;
#text-shadow: 2px 2px #8A96A1;
margin-left: 20px;
padding-left:10px;
#font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
font-family: 'Oswald', sans-serif;
}
.standardTable a {
text-align: left;
#text-shadow: 2px 2px #8A96A1;
margin-left: 20px;
padding-left:10px;
#font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
font-family: 'Oswald', sans-serif;
color: #000;
}
.standardTable table{
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
-moz-border-radius: 22px; 
-webkit-border-radius: 22px;
table-layout: fixed; 
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.standardTable table tr:first-child td:last-child {
    border-top-right-radius:30px;
}

.standardTable table tr:first-child td:first-child {
    border-top-left-radius: 30px;
}
.standardTable table tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
}

.standardTable table tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
}

.standardTable img{
margin-left: 200px;
margin-right: 20px;
}
.standardTable table tr:nth-child(1n+1) {
background-color: #ccffcc;
color: #000;
}
 .standardTable table tr:nth-child(2n+2) {
#background-color: #fff5dd;
background-color: #AFFFFC;
#background-color: #00DBBE;
color: #000;
}
.standardTable table tr:hover {
background-color: #849190;
color: white;
}
.standardTableNoHover table{
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
border:25px ridge #628D8E;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.standardTableNoHover table tr {
border-bottom: solid 2px black;
}
.standardTableNoHover table td {
text-align: left;
#text-shadow: 2px 2px #8A96A1;
margin-left: 20px;
padding-left:10px;
#font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
font-family: 'Oswald', sans-serif;
}
.standardTableNoHover img{
margin-left: 200px;
margin-right: 20px;
}
.standardTableNoHover table tr:nth-child(1n+1) {
background-color: #ccffcc;
color: #000;
}
 .standardTableNoHover table tr:nth-child(2n+2) {
background-color: #fff5dd;
color: #000;
}
.logo {
margin-bottom: 70px;
}
.stressTD{
font-size: 150%
}
.languageButton{
pointer-events: auto;
left: 60%
}

.infoLanguage {
	text-align: center;
	position: absolute;
	top: 70%;
	left: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 80%;
	width: 100%;
}
.infoLanguage span {
	display: inline-block;
	width: 180px;
	height: 180px;
	padding: 10px;
	margin: 4px;
	text-align: center;
	vertical-align: top;
	background-size: 75%;
	background-color: rgba(52,73,94,0.7);
	background-repeat: no-repeat;
	background-position: 50% 85%;
}
.infoLanguage span.info-drag {
	background-image: url(../img/drag.svg);
}

.infoLanguage span.info-keys {
	background-image: url(../img/keys.svg);
}

.infoLanguage span.info-switch {
	background-image: url(../img/switchmin.svg);
	background-size: 65%;
}
.infoLanguage button {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-weight: bold;
	padding: 1em 2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin: 1em auto;
	opacity: 0.7;
	outline: none;
	border-radius: 10px;
	pointer-events: visible;
}

.infoLanguage button:hover {
	opacity: 1;
}
.infoMenu {
	text-align: center;
	position: absolute;
	top: 15%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 80%;
	width: 100%;
	float: left;
}
.infoMenu span {
	display: block;
	width: 180px;
	height: 180px;
	padding: 10px;
	margin: 4px;
	text-align: center;
	vertical-align: top;
	background-size: 75%;
	background-color: rgba(52,73,94,0.7);
	background-repeat: no-repeat;
	background-position: 50% 85%;
	float: left;
}
.infoMenu span.info-drag {
	background-image: url(../img/drag.svg);
}

.infoMenu span.info-keys {
	background-image: url(../img/keys.svg);
}

.infoMenu span.info-switch {
	background-image: url(../img/switchmin.svg);
	background-size: 65%;
}
.infoMenu button {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-weight: bold;
	padding: 1em 2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: flexbox;
	margin: 1em auto;
	opacity: 0.7;
	outline: none;
	pointer-events: visible;
	border-radius: 10px;
}

.infoMenu button:hover {
	opacity: 1;
}
.icons {
	pointer-events: visible;
}
.no-js button.languageButton {
	display: none;
}
.no-js button.menumobile {
	display: none;
}
@media screen and (max-width: 900px) {
	button.menumobile {
		display: none;
	}
}
#newsmobile {
	display: none;
}
#discomobile {
	display: none;
}

.titleHomeFestival{
font-size: 280%;
margin-left: 5%;
text-align: center;
color: #fff;
}

.titleHomeImpressions{
font-size: 240%;
margin-left: 5%;
text-align: center;
color: #F32C05;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}

.professorsImpressions{
font-size: 140%;
text-align: center;
color: #F32C05;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}
.manager{
font-size: 120%;
text-align: center;
}

.titleHomeArtDirector{
font-size: 150%;
text-align: center;
}
#manager{
font-size: 220%;
text-align: left;
top: 85%;
}



@media screen and (max-width: 900px) {
	
.infoLanguage {
	text-align: center;
	position: absolute;
	top: 32%;
	left: 50%;
	-webkit-transform: translateY(-80%);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 60%;
	width: 100%;
}
.infoLanguage button {

	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-weight: bold;
	padding: 1em 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin: 1em auto;
	opacity: 0.7;
	outline: none;
	border-radius: 10px;
	pointer-events: visible;
}
.pages .content {
	position: absolute;
	top: 20%;
	left: 0;
	height: 0;
	width: 100%;
	overflow: hidden;
        overflow-y: scroll; 
        overflow-x: scroll;
	-webkit-transition: height 0s 0.6s;
	transition: height 0s 0.6s;
}

.standardTable table{
font-size: 70%;
margin-left: auto;
text-align:center;
margin-right: auto;
margin-bottom: auto;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

#startButton{
border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-weight: bold;
	padding: 1em 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin: 1em auto;
	opacity: 0.7;
	outline: none;
	border-radius: 10px;
	pointer-events: visible;
}
#manager{
font-size: 120%;
text-align: center;
top: 85%;
}
#readmore{
font-size: 80%;
text-align: center;
top: 85%;
}

#smallmobileTitle{
font-size: 70%;
margin-right: 18%;
}
#smallmobileTitleManager{
font-size: 200%;
margin-right: 18%;
text-align:left;
}
#smallmobileTitleTop{
font-size: 90%;
margin-right: 24%;
}
#smallmobile{
font-size: 250%;
}
#smallmobileTitleBookCover{
font-size: 10%;
text-align: center;
top: 85%;
}
#moresmallmobile{
font-size: 200%;
top: 5%;
margin-left: 5%;
text-align:center;
margin-right: auto;
margin-bottom: auto;
}
#moremoresmallmobile{
font-size: 150%;
}
#centerNews{
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
}

button.content-switch {
	border: 4px solid #000;
	width: 160px;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background: transparent;
	color: #000;
	font-family: 'Lato', sans-serif;
	position: absolute;
	cursor: pointer;
	top: 105%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-200%,0);
	transform: translate3d(-50%,-200%,0);
	padding: 1em 2em;
	font-size: 0.85em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	outline: none;
	z-index: 1000;
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
	transition: transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
	border-radius: 10px;
	text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}

.img-wrap img {
	position: absolute;
	display: block;
	height: calc(100% + 0.2px);
	//width: calc(80% + 0.2px);
	opacity: 0.6;
}

#newstablenonmobile {
	display: none;
}
#discotablenonmobile {
	display: none;
}
#newsmobile {
	display: initial;
}
#discomobile {
	display: initial;
	align:left;
}
#discomobileid {
text-align: right;
}

.standardTable a {
text-align: right;
#text-shadow: 2px 2px #8A96A1;
margin-left: 20px;
padding-left:10px;
#font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
font-family: 'Oswald', sans-serif;
color: #000;
}

.js .img-dragger-large .slide h2 
{
	
width: 50%;
	
left: 15%;
	
top: 40%;
	
-webkit-transform: translate3d(0,-50%,0);
	
transform: translate3d(0,-50%,0)
;

}
}

.middlediv{
	background-color: grey;
    overflow: hidden;
	margin-left: 15%;
    margin-right: 15%;
    margin-top: 5%;
    margin-bottom: 50%;
    overflow: hidden;
	cursor: default;
height:80%;	
}

.child{
  width:80%; height:50%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  margin-bottom: 30%;
    overflow-y: scroll;
    padding-right: 17px;/* Increase/decrease this value for cross-browser compatibility */
	cursor: default;
/*overflow: hidden;	*/
}	




