@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}
body {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #f0f0f0;
	min-height: 100%;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	background-color: #4d4d4d;
}
a:link, a:visited, a:active {
	color: #f0f0f0;
	text-decoration: none;
} 
a:hover {
	color: #888;
	text-decoration: none;
}
#thousand {
	width: 1024px;
	margin: auto;
}
#status {
	width: 1024px;
	margin: auto;
    text-align: center;
    line-height: 35px;
    font-size: 19px;
    color: #888;
}
#thousand-start {
	width: 1024px;
	margin: auto;
}

/*HEADER*/
#row40 {
	width: 100%;
	height: 30px;
	background-color: #1a1a1a;
	margin: auto;
}
#row40-start {
	width: 100%;
	height: 30px;
	background-color: #1a1a1a;
	margin: auto;
}
#row50 {
	width: 100%;
	height: 50px;
	background-color: #262626;
	margin: auto;
}
#row50-start {
	width: 100%;
	height: 50px;
	background-color: #262626;
	margin: auto;
}
#row50-mobile {
	display: none;
	width: 100%;
}
#row60 {
	width: 100%;
	height: 60px;
	background-color: #333;
	margin: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 999;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #4d4d4d;
}
#row70 {
	width: 100%;
	height: 50px;
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	color: #888;
	margin: auto;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    display:inherit;
}

#submenu {
	width: 100%;
	height: auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	letter-spacing: 0.5px;
}
.smenu {
	display: block;
	line-height: 30px;
	float: left;
	margin-left: 15px;
}
.lang {
	display: block;
	line-height: 30px;
	float: right;
	margin-right: 3px;
}
#language-mobile {
	display: none;
}
a.sub:link, a.sub:visited, a.sub:active {
	color: #888;
} 
a.sub:hover {
	color: #cdcdcd;
}
a.sub-mobile:link, a.sub-mobile:visited, a.sub-mobile:active {
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 12px;
    text-transform: uppercase;
    padding: 5px;
	color: #888;
} 
a.sub-mobile:hover {
	color: #cdcdcd;
}
.lang-mobile {
	display: none;
	font-size: 10px;
	line-height: 40px;
	float: right;
	margin-right: 3px;
}
.social {
	display: block;
	float: right;
	margin-right: 15px;
}
img.socialmedia {
	width: 36px;
	height: auto;
	padding-left: 12px;
	padding-top: 8px;
}
img.socialmedia-start {
	width: 30px;
	height: auto;
	padding-left: 10px;
	padding-top: 4px;
}
img.socialmedia-start-mobile {
	width: 54px;
	height: auto;
	padding-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
}

#staedte {
	display: flex;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	padding-top: 10px;
}
.stadt {
	flex-basis: 20%;
	text-align: center;
	padding-left:2px;
	padding-right:2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4d4d4d;
}
.stadt2 {
	flex-basis: 20%;
	text-align: center;
	padding-left:2px;
	padding-right:2px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #4d4d4d;
}

.cities {
	display: flex;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	padding-top: 10px;
}
.city {
	flex-basis: 20%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.city2 {
	flex-basis: 20%;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #333;
}
.citydate {
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
}
a.box:link, a.box:visited, a.box:active {
	color: #888;
	text-decoration: none;
	display: block;
} 
a.box:hover {
	color: #cdcdcd;
	text-decoration: none;
}
a.slid:link, a.slid:visited, a.slid:active {
	width: 100%;
	text-decoration: none;
	display: block;
} 
a.slid:hover {
	text-decoration: none;
}
a.now:link, a.now:visited, a.now:active {
	color: #828282;
	text-decoration: underline;
} 
a.now:hover {
	color: #828282;
	text-decoration: underline;
}


#Navi-left {
	width: 15%;
	height: auto;
	float: left;
}
#Navi {
	width: 70%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 14px;
}
#Navi-right {
	width: 15%;
	height: auto;
	float: right;
	text-align: right;
	margin-top: 10px;
}
/*MENU*/
.wrapper-start {
	width: 300px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.wrapper {
	width: 400px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.wrapper-presse {
	width: 500px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu {
	margin-top: 0px;
	z-index: 99;
	white-space: nowrap;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
li {
	display:inline-block;
	float: left;
	margin-right: 6px;
}
/*Style for menu links*/
li a {
	display: block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #f0f0f0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px;
	letter-spacing: 0px;
}
/*Hover state for top level links*/
li:hover a {
	color: #cdcdcd;
}
/*Style for dropdown links*/
li:hover ul a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	color: #f0f0f0;
	background-color: #333;
	margin-left: -14px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
	box-shadow: 0px 12px 0px #333;
	letter-spacing: 0px;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
	color: #cdcdcd;
}
li ul {
	display: none;
}
li ul li {
	display: block;
	float: none;
}
/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #333;
	text-align: left;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
.menu-off {
	color: #444;
	cursor: default;
}
.menu-thin {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFF;
	cursor: default;
}


/*CONTENT*/
#slider-tank {
	width: 100%;
	background-color: #1a1a1a;
	margin: auto;
    display: inherit;
}
#slider-tank-mobile {
	width: 100%;
	background-color: #1a1a1a;
	margin: auto;
    display: none;
}
#slider-tank-film {
	width: 100%;
	background-color: #1a1a1a;
	margin: auto;
}
#slider {
	width: 100%;
}
.slide-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size:18px;
	background:rgba(0,0,0,0.4);
	color:#fffffb;
	padding:10px;
	height:auto;
	width:inherit;
	z-index:2;
	position:absolute;
	text-align: center;
	bottom:0;
	margin-bottom:5px;
}
.slide-text-film {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size:18px;
	background:rgba(0,0,0,0.4);
	color:#fffffb;
	padding:10px;
	height:auto;
	width:inherit;
	z-index:2;
	position:absolute;
	text-align: center;
	bottom:0;
	margin-bottom:5px;
}
#Startlogo {
	position: absolute;
}

#under60 {
	width: 100%;
	height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
	background-color: #1a1a1a;
	margin: auto;
}
#under70 {
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
    line-height: 22px;
	color: #828282;
    text-transform: none; 
	width: 100%;
	height: auto;
	background-color: #262626;
    padding-top: 15px;
    padding-bottom: 15px;
	margin: auto;
}
#cities-mobile {
    display: none;
}
#under80 {
	width: 100%;
	height: 60px;
	background-color: #333;
	margin: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left:0px;
	z-index: 998;
	overflow: auto;
}

#filmtitel {
	width: 100%;
	height: 85px;
	margin-top: 55px;
}
#filmtext {
	width: 67%;
	float: left;
	overflow: auto;
	background-color: none;
	padding: 20px;
	margin-right: 4%;
	margin-top: 55px;
}
#filmcredits {
	width: 27%;
	float: right;
	padding-top: 20px;
	overflow: auto;
	margin-top: 55px;
}
.Filmicons {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0px;
	width: 28%;
	height: auto;
	text-align: center;
	float: left;
	margin-right: 5%;
	margin-bottom: 0px;
	color: #f0f0f0;
}

#partner {
	width: 100%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 8px;
    line-height: 12px;
	font-weight: 400;
	text-align: center;
	float: left;
    padding-top: 4px;
}
#start {
	width: 100%;
	height: auto;
	margin: auto;
	overflow: auto;
	
}
#neues {
	width: 64%;
	float: left;
	padding-right: 6%;
	overflow: auto;
}
#preview {
    font-family: 'Roboto', sans-serif;
	color: #777;
	font-size: 10px;
    text-align: center;
	width: 30%;
	float: right;
	overflow: auto;
}
#content {
	width: 944px;
	margin: auto;
}
#left {
	float: left;
	width: 44%;
	margin-left: 40px;
}
#right {
	float: right;
	width: 44%;
	margin-right: 40px;
}
#thirty {
	float: left;
	width: 33.3%;
	margint: auto;
}
.fifty {
	float: left;
	width: 100%;
	margint: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #f0f0f0;
	line-height: 24px;
	text-decoration: none;
	padding: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.seventy {
	width: 70%;
	margin: auto;
	display: table;
	text-align: left;
}
.hundred {
	width: 100%;
	margin: auto;
	display: table;
	text-align: left;
}


#credits {
	width: 100%;
	height: auto;
	margin: auto;
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 8px;
	position: relative;
	clear: left;
}
#content-press {
	width: 944px;
	padding: 20px;
	height: auto;
	clear: both;
	margin: auto;
}
#film-press {
	width: 944px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #5e5e5e;
	padding: 20px;
	height: auto;
	clear: both;
}

#footer {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 60px;
	margin: auto;
	text-align: center;
	float: left;
	font-size: 10px;
	color: #888;
}
.up {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #f0f0f0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
.frame {
	width: auto;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1160fb;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
hr {
	border: 0;
	height: 1px;
	background-color: #5e5e5e;
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}
hr.small {
	border: 0;
	height: 1px;
	background-color: #5e5e5e;
	float: left;
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

/*TEXT*/
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fffffb;
	text-decoration: none;
	line-height: 28px;
	text-transform: uppercase;
	margin-left: 40px;
	margin-top: 60px;
	margin-bottom: 45px;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fffffb;
	text-decoration: none;
	line-height: 28px;
	text-transform: uppercase;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fffffb;
	text-decoration: none;
	line-height: 48px;
	text-transform: uppercase;
}
h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #fffffb;
	text-decoration: none;
	line-height: 38px;
	text-transform: uppercase;
}
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #f0f0f0;
	text-decoration: none;
	line-height: 90px;
}
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fffffb;
	text-decoration: none;
	line-height: 22px;
	text-transform: uppercase;
	padding-left: 20px;
}
.color {
	color: #fff520;
}
.thin {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.thinBIG {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
.thinBIGcolor {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	font-style: italic;
	color: #CCC;
	padding-right: 40px;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.Regie {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 60px;
	font-weight: 300;
	color: #f0f0f0;
	padding-left: 20px;
	text-transform: none;
}
.fearfacts {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #777;
	line-height: 24px;
	padding-right: 15%;
	padding-left: 15%;
	background-image: none;
}
.txtOFF {
	color: #777;
}
.txtSMALL {
	font-size: 12px;
	line-height: 18px;
}


#center {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.player {
	height: 65px;
	width: 100%;
}
.poster {
	margin: 0 auto;
	text-align: left;
}
#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 40px;
}

/*NEWS*/
a.news-link {
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-bottom: 0px;
	color: #f0f0f0;
}
a.news-link:hover {
	color: #cdcdcd;
	text-decoration: none;
}
a.news-link img {
	border:none;
	vertical-align:bottom;
}
a.news-link span {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	width: auto;
	left: 0%;
	padding-right: 0%;
	padding-left: 33%;
	color: #f0f0f0;
	line-height: 20px;
}
a.news-link news-h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
}
a.news-link date {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 24px;
}
a.news-link plus {
	background-image: url(_img/plus.svg);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 30px;
}
a.news-link:hover span {
	color: #cdcdcd;
}
.news-img {
	width: 30%;
}
.news {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

/*NEWSLETTER*/
div.mc-field-group {
	padding-bottom: 8px;
}
div.mc-field-group label {
	padding-bottom: 8px;
	text-decoration: none;
}
div.mc-field-group input {
	width: 100%;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #888;
	padding: 10px;
	font-size: 14px;
}
#mc_embed_signup input:focus {
	background-color: #4d4d4d;
	color: #fffffb;
	list-style-type: none;
	outline-width: 0;
}
#mc_embed_signup input {
	border: 3px solid #333;
	-webkit-appearance: none;
	color: #888;
	background-color: #4d4d4d;
}
#mc_embed_signup .button {
	border: 0px solid #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff520;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
	padding-left: 38px;
	background-image: url(_img/arrow-right-yellow.png);
	background-color: #4d4d4d;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 30px;
}
#mc_embed_signup .button:hover {
	text-decoration: none;
	color: #fffffb;
	cursor: pointer;
}
.indicates-required {
	margin-top: 15px;
	font-size: 11px;
}

/*LINK STYLES*/
a.button {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #f0f0f0;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
	padding-left: 50px;
	background-image: url(_img/arrow-right-light.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 38px;
} 
a.button:hover {
	color: #cdcdcd;
	text-decoration: none;
}
a.button-small {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff520;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
	padding-left: 38px;
	background-image: url(_img/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 30px;
} 
a.button-small:hover {
	color: #fffffb;
	text-decoration: none;
}
a.basic {
	color: #f0f0f0;
	text-decoration: underline;
} 
a.basic:hover {
	color: #cdcdcd;
	text-decoration: underline;
}
a.button-lang-mobile {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #888;
	text-decoration: none;
    display: block;
	text-transform: uppercase;
	line-height: 40px;
} 
a.button-lang-mobile:hover {
	color: #cdcdcd;
	text-decoration: none;
}

figure {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	float: left;
	margin-top: 8px;
}
figure button[name="play"] {
	width: 50px;
	height: 50px;
	background: rgb(232,232,232);
	border: none;
	border-radius: 100%;
	cursor: pointer;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 6px;
}
figure button[name="play"]:focus {
  outline: 0;
}
figure button[name="play"]::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  border-style: solid;
  border-width: 11px 0 11px 22px;
  border-color: transparent transparent transparent #4d4d4d;
}

#direct {
	width: auto;
	height: 55px;
	text-align: left;
	float: left;
	margin-top: 2px;
}
#covers {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	float: left;
	text-align: left;
}
#pub {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	float: left;
	text-align: left;
}
#open {
	position: absolute;
    bottom: 0px;
}

a.films:hover {
	color: #000;
	text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:active {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #888;
	text-decoration: none;
	line-height: 12px;
} 
a.footer:hover {
	color: #fffffb;
	text-decoration: none;
}

	/*Programm*/
	a.programm-link {
	position: relative;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	float: left;
	text-transform: none;
	margin-right: 15px;
    margin-bottom: 15px;
	}
	a.programm-link:hover {
	color: #ffed00;
	text-decoration: none;
	}
	a.programm-link img {
	border:none;
	vertical-align:bottom;
	}
	a.programm-link span {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    bottom: -1px;
    padding-top: 1%;
    padding-right: 2%;
    padding-bottom: 1.5%;
    padding-left: 2%;
	}
	a.programm-link strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	}
	a.programm-link one {
	text-decoration: none;
	}
	a.programm-link:hover span {
	color: #000;
	background: rgba(255, 255, 255, 0.4);
	left: 0;
	bottom: 0%;
	}
	.filmstill {
    width: 100%;
}
	.programm {
	width: 100%;
	float: left;
	}

/*IMAGE BEHAVIOUR*/
img.press {
	height: 100px;
	width: auto;
	margin: 0px;
	padding-right: 4px;
}
img.banner {
	height: 150px;
	width: auto;
	margin: 0px;
	padding-right: 4px;
}
img.galerie {
	width: 32.5%;
	height: auto;
	float: none;
	margin: 0px;
	padding-right: 1.5%;
	padding-bottom: 1%;
	padding-left: 0%;
}
img.mood {
	width: 75%;
	height: auto;
	float: none;
	margin: 0px;
	padding: 0.5%;
}
img.Icon {
	width: 150px;
	height: auto;
}
img.Filmicon {
	width: 52px;
	height: auto;
	margin-bottom:5px;
}
img.X {
	width: 3.5%;
	height: auto;
}
img.Portrait {
	width: 70%;
	height: auto;
}
img.Partner {
	width: 33%;
	height: auto;
}
img.right-arrow {
	width: auto;
	height: 36px;
	padding-right: 8px;
	vertical-align: middle;
}
img.FFFLogo {
	width: 45%;
	height: auto;
}
img.edition {
	width: 100px;
	height: auto;
	margin-top: 20px;
}
img.FFFLogosmall {
	width: auto;
	height: 46px;
	margin-top: 7px;
	margin-left: 0px;
}
img.upcoming {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
img.DKani {
	width: 90%;
	height: auto;
	margin-bottom: 10px;
}
img.up-arrow {
	width: 30px;
	height: auto;
	margin-top: 30px;
	padding-bottom: 8px;
	vertical-align: text-bottom;
}
img.slide {
	width: 100%;
	height: auto;
}
img.fullwidth {
	width: 100%;
	height: auto;
	margin: 0px;
}
img.archiv {
	width: 152px;
	height: 215px;
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.Poster {
	width: 80%;
	height: auto;
}


/*Responsive Styles*/
@media screen and (max-width : 1024px){
#thousand {
	width: 97%;
	margin: auto;
}
#thousand-start {
	width: 97%;
	margin: auto;
}
#content {
	width: 97%;
	margin: auto;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fffffb;
	text-decoration: none;
	line-height: 28px;
	text-transform: uppercase;
	margin-left: 0px;
	margin-top: 60px;
	margin-bottom: 45px;
}
#left {
	float: left;
	width: 44%;
	margin-left: 0px;
}
#right {
	float: right;
	width: 44%;
	margin-right: 0px;
}
#status {
	width: 100%;
	margin: auto;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #888;
}
}

@media screen and (max-width : 760px){
#row40 {
	display:none;
	width: 100%;
	height: 40px;
	background-color: #1a1a1a;
	margin: auto;
}
#row40-start {
	width: 100%;
	height: 50px;
	background-color: #262626;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
    display: none;
}
#row50 {
	display:none;
	width: 100%;
	height: 50px;
	background-color: #262626;
	margin: auto;
}
#row50-start {
	display:none;
	width: 100%;
	height: auto;
	background-color: #333;
	margin: auto;
}

#row50-mobile {
	display:inherit;
	width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#row60 {
	width: 100%;
	height: 50px;
	background-color: #1a1a1a;
	z-index: 999;
	position: fixed;
	margin-top: 0px;
}
#row70 {
	width: 100%;
	height: 60px;
	background-color: #4d4d4d;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 60px;
	color: #fff520;
	margin: auto;
	text-transform: uppercase;
    display:none;
}
#under60 {
	width: 100%;
	height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
	background-color: #1a1a1a;
	margin: auto;
}
#under70 {
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
    line-height: 24px;
	color: #828282;
    text-transform: none; 
	width: 100%;
	height: auto;
	background-color: #262626;
    padding-top: 15px;
    padding-bottom: 15px;
	margin: auto;
}
#cities-mobile {
	width: 100%;
	height: auto;
	background-color: #2e2e2e;
    padding-top: 15px;
    padding-bottom: 15px;
	margin: auto;
    display: inherit;
}
#thousand {
	width: auto;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#thousand-start {
	width: auto;
	margin: auto;
}
#submenu {
	width: 100%;
	margin: auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.smenu {
	display: block;
	font-size: 12px;
	line-height: 50px;
	float: left;
	margin-left: 10px;
}
.lang {
	display: none;
	font-size: 12px;
	line-height: 50px;
	float: right;
	margin-right: 2px;
}
#language-mobile {
	width: 100%;
	height: auto;
    height: 40px;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
	background-color: #262626;
	margin-top: 49px;
    display: inherit;
}
.social {
	display: block;
	float: right;
	margin-right: 15px;
}
img.socialmedia {
	width: 32px;
	height: auto;
	padding-left: 10px;
	padding-top: 14px;
}
img.socialmedia-start {
	width: 32px;
	height: auto;
	padding-left: 10px;
	padding-top: 14px;
}

.cities {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	padding: 4px;
}
.city {
	flex-grow: 0;
	align-self: center;
	flex-basis: 20%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.city2 {
	flex-grow: 0;
	align-self: center;
	flex-basis: 20%;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #333;
}
.citydate {
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: 700;
}

#Navi-left {
	display:none;
	width: 15%;
	height: auto;
	float: left;
}
#Navi-right {
	display:none;
	width: 15%;
	height: auto;
	float: right;
	text-align: right;
	margin-top: 10px;
}

#Navi {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 0px;
}

/*Menu*/
.wrapper-start {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu {
	margin-top: 0px;
	z-index: 99;
	white-space: nowrap;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
li a {
	text-align: left;
	color: #fffffb;
	background-color: #1a1a1a;
	padding-left: 0px;

    }
ul {
	position: static;
	display: none;
	}
/*Style for menu links*/
li a {
	display: block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #fffffb;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 15px;
	box-shadow: 0px 14px 0px #1a1a1a;
}
/*Hover state for top level links*/
li:hover a {
	color: #fffffb;
	background-color: none;
}
/*Style for dropdown links*/
li:hover ul a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #f0f0f0;
	background-color: #333;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
	color: #fffffb;
	background-color: #333;
}
	/*Make all menu links full width*/
ul li, li a {
	width: 100%;
	}
	/*Display 'show menu' link*/
.show-menu {
	color: #fffffb;
	display: block;
	width: 100%;
	margin-top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 15px;
	z-index: 12;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1a1a1a;
	}
img.menubars {
	width: auto;
	height: 22px;
	padding-top: 6px;
	padding-left: 0px;
}
.slide-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:14px;
	background:rgba(0,0,0,0.4);
	color:#fffffb;
	padding:5px;
	height:auto;
	width:inherit;
	z-index:2;
	position:absolute;
	text-align: center;
	bottom:0;
	margin-bottom:5px;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fffffb;
	text-decoration: none;
	line-height: 28px;
	text-transform: uppercase;
	margin-left: 0px;
	margin-top: 100px;
	margin-bottom: 30px;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fffffb;
	text-decoration: none;
	line-height: 28px;
	text-transform: uppercase;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fffffb;
	text-decoration: none;
	line-height: 48px;
}
h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fffffb;
	text-decoration: none;
	line-height: 22px;
	text-transform: uppercase;
}
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #f0f0f0;
	text-decoration: none;
	line-height: 90px;
}
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fffffb;
	text-decoration: none;
	line-height: 22px;
	text-transform: uppercase;
	padding-left: 20px;
}
a.button {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #f0f0f0;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
	padding-left: 44px;
	background-image: url(_img/arrow-right-small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 48px;
} 
a.button:hover {
	color: #cdcdcd;
	text-decoration: none;
}
a.city-button-mobile {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #f0f0f0;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 60px;
    margin-bottom: 15px;
	background-image: url(_img/arrow-right-small-city.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 48px;
    background-color: #3a3a3a;
    display: block;
    width: 100%;
} 
a.city-button-mobile:hover {
	color: #cdcdcd;
	text-decoration: none;
}
a.button-mobile-one {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #888;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
	padding-left: 44px;
	background-image: url(_img/arrow-right-small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 26px;
}
a.button-mobile-one:hover {
	color: #cdcdcd;
	text-decoration: none;
}
a.button-mobile {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #888;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 26px;
} 
a.button-mobile:hover {
	color: #cdcdcd;
	text-decoration: none;
}

#neues {
	width: 100%;
	float: left;
	padding-right: 0%;
}
#preview {
	display:none;
	width: 20%;
	float: right;
}

/*NEWS*/
a.news-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-bottom: 0px;
	color: #f0f0f0;
}
a.news-link:hover {
	color: #fff;
	text-decoration: none;
}
a.news-link img {
	border:none;
	vertical-align:bottom;
}
a.news-link span {
	font-family: 'Roboto', sans-serif;
	background-color: #5e5e5e;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	width: auto;
	left: 0%;
	padding: 3%;
	color: #f0f0f0;
	line-height: 18px;
	width: 100%;
	height: 100%;
}
a.news-link news-h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
}
a.news-link date {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}
a.news-link:hover span {
	color: #f0f0f0;
	background-color: #888;
}
.news-img {
	width: 70%;
}
.news {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	display: block;
}
#content {
	width: auto;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}
img.mood {
	width: 85%;
	height: auto;
	float: none;
	margin: 0px;
	padding: 0.5%;
}
img.Icon {
	width: 100px;
	height: auto;
}
.seventy {
	width: 100%;
	margin: auto;
	display: table;
	text-align: left;
}
img.Portrait {
	width: 100%;
	height: auto;
}
img.galerie {
	width: 50%;
	height: auto;
	float: none;
	margin: 0px;
	padding-right: 2%;
	padding-bottom: 0.5%;
	padding-left: 0%;
}
img.DKani {
	width: 80%;
	height: auto;
	margin-bottom: 10px;
}
#status {
	width: 100%;
	margin: auto;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #888;
}
.fifty {
	float: left;
	width: 100%;
	margint: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #f0f0f0;
	line-height: 22px;
	text-decoration: none;
	padding: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.Partner {
	width: 48%;
	height: auto;
}
img.archiv {
	width: 94px;
	height: 132px;
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
#left {
	float: left;
	width: 100%;
	margin-left: 0px;
}
#right {
	float: left;
	width: 100%;
	margin-right: 0px;
}
	/*Programm*/
	a.programm-link {
	position: relative;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	float: left;
	margin-bottom: 20px;
	margin-right: 0px;
	text-transform: none;
	}
	a.programm-link:hover {
	color: #ffed00;
	text-decoration: none;
	}
	a.programm-link img {
	border:none;
	vertical-align:bottom;
	}
	a.programm-link span {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	bottom: 0%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	}
	a.programm-link strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	}
	a.programm-link one {
	text-decoration: none;
	}
	a.programm-link:hover span {
	color: #fff520;
	background: rgba(0, 0, 0, 0);
	left: 0;
	bottom: 0%;
	}
	.filmstill {
	width: 100%;
	}
	.programm {
	width: 100%;
	float: left;
	}
#slider-tank {
	width: 100%;
	background-color: #1a1a1a;
	margin: auto;
    display: none;
}
#slider-tank-mobile {
	width: 100%;
	background-color: #1a1a1a;
	margin-top: 0px;
    display: inherit;
}
#slider-tank-film {
	width: 100%;
	background-color: #1a1a1a;
	margin-top: 65px;
}
.slide-text-film {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:12px;
	background:rgba(0,0,0,0.4);
	color:#fffffb;
	padding:5px;
	height:auto;
	width:inherit;
	z-index:2;
	position:absolute;
	text-align: center;
	bottom:0;
	margin-bottom:5px;
	padding-top:5px;
}
#filmtext {
	width: 100%;
	float: left;
	overflow: auto;
	background-color: #5e5e5e;
	padding: 20px;
	margin-right: 4%;
	margin-top: 25px;
}
#filmcredits {
	width: 100%;
	float: left;
	padding-top: 20px;
	overflow: auto;
	margin-top: 25px;
}
.poster {
	display: table;
	margin: 0 auto;
	text-align: center;
}
img.Portrait {
	width: 100%;
	height: auto;
}
img.up-arrow {
	width: 30px;
	height: auto;
	margin-top: 0px;
	padding-bottom: 8px;
	vertical-align: text-bottom;
}
hr {
	border: 0;
	height: 1px;
	background-color: #5e5e5e;
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
}
