/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Calibri, sans-serif; color: #274067; }
body { margin: 0; font-size: 14px; line-height: 1.2; background: #f4f4f4}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #0d58ca; text-decoration: none; }
a:visited { color: #0d58ca; }
a:hover { color: #69a8dc; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 8%; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }


table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*ALLGEMEIN*/


h1, h2, h3 {
  text-transform: uppercase;
  margin:0;
}

h1 {
  font-size: 1.4em;
  padding: 2% 5% 0 5%;
}

#news h1,
#film h1 {
  padding-left: 0px;
}

h2 {
  font-size:1.2em;
  line-height: 1.1em;
}

#startseite h2 {
  padding-right: 3em;
}

#programm h2 {
  font-size: 1.5em;
}

#programm h2 * {
  line-height: .2em;
}

h3 {
  font-size:1.2em;
  line-height: 1em;
  overflow: hidden;
}

h3 a:link,
h3 a:visited,
h2 a:link,
h2 a:visited {
  color: #274067;
}

article > table {
    margin-left: 3%;
    margin-right: 3%;
}


.subtitle {
  color: #72849e;
  padding: 0 5% 0 5%; 
  margin-top: 5px;
  
}

#container {
  width: 980px;
  margin: 35px auto;
}

.button {
  text-transform: uppercase;
  padding: .5em 1em .5em .9em;
  color: #1c2e48 !important;
  border: 1px solid #babbbf;
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #e9eaeb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e9eaeb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#e9eaeb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#e9eaeb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#e9eaeb 100%); /* IE10+ */
  background: linear-gradient(top,  #fefefe 0%,#e9eaeb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9eaeb',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button:hover {
  background: #fcfcfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #edeeef 0%, #fff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeeef), color-stop(100%,#fff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #edeeef 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #edeeef 0%,#fff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #edeeef 0%,#fff 100%); /* IE10+ */
  background: linear-gradient(top,  #edeeef 0%,#fff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeef', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
}

.btn_trailer span,
.btn_infos span {
  background-image: url(../img/btn_trailer_icon.png);
  background-position: -1px 2px;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}

.btn_infos span {
  background-image: url(../img/btn_infos_icon.png);
}

#facebook_btn_mobile {
      display: none;
}

.trailers {
  margin: .5em 0 1.5em 0;
}

nav {
  border: 1px solid #babbbf;
}

nav a, nav a:visited {
  color: #1c2e48;
}

#main_navigation  {
  margin-bottom: 10px;
  border-top: none;
}

#content_container {
  border: 1px solid #babbbf;
  border-top: none;
    background: #e9e9e9; /* Old browsers */
  
  background: url(../img/content_bg2.png);
  background: url(../img/content_bg2.png), -moz-linear-gradient(top,  #e9e9e9 0%, #d9d9dd 100%); /* FF3.6+ */
  background: url(../img/content_bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#d9d9dd)); /* Chrome,Safari4+ */
  background: url(../img/content_bg2.png), -webkit-linear-gradient(top,  #e9e9e9 0%,#d9d9dd 100%); /* Chrome10+,Safari5.1+ */
  background: url(../img/content_bg2.png), -o-linear-gradient(top,  #e9e9e9 0%,#d9d9dd 100%); /* Opera 11.10+ */
  background: url(../img/content_bg2.png), -ms-linear-gradient(top,  #e9e9e9 0%,#d9d9dd 100%); /* IE10+ */
  background: url(../img/content_bg2.png), linear-gradient(top,  #e9e9e9 0%,#d9d9dd 100%); /* W3C */

  -webkit-box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.05);  
}

#startseite #content_container,
#vorschau #content_container {
  background: url(../img/content_bg.png);
  background: url(../img/content_bg.png), -moz-linear-gradient(top,  #e9e9e9 0%, #d9d9dd 100%); /* FF3.6+ */
  background: url(../img/content_bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#d9d9dd)); /* Chrome,Safari4+ */
  background: url(../img/content_bg.png), -webkit-linear-gradient(top,  #e9e9e9 0%,#d9d9dd 100%); /* Chrome10+,Safari5.1+ */
  background: url(../img/content_bg.png), -o-linear-gradient(top,  #e9e9e9 0%,#d9d9dd 100%); /* Opera 11.10+ */
  background: url(../img/content_bg.png), -ms-linear-gradient(top,  #e9e9e9 0%,#d9d9dd 100%); /* IE10+ */
  background: url(../img/content_bg.png), linear-gradient(top,  #e9e9e9 0%,#d9d9dd 100%); /* W3C */
}


.last_element {
  margin-right: 0 !important;
  border-right: none !important;
}

#mobile_navigation {
    display: none;
}

#top_navigation {
  font-size: 1.1em;
  height: 18px;
  background: #e6e7e7 url(../img/top_navi_bg.png) top left repeat-x;
  padding: 10px 15px;
}

#top_navigation span {
  float: right;
  margin-right: 12px;
}

#top_navigation strong {
  text-transform: uppercase;
}

#top_navigation li  {
  display: block;
  float: left;
  padding: 0 10px;
}

#top_navigation a,
#top_navigation a:visited{
  text-transform: uppercase;
  color: #274067;
  font-weight: bold;
}

#top_navigation a:hover,
h2 a:hover,
h3 a:hover {
  color: #69a8dc;
}

#main_navigation {
  background: #ccc;
}

#main_navigation li  {
  border-top: 1px solid #babbbf;
  float: left;
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #dbdddf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dbdddf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#dbdddf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#dbdddf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#dbdddf 100%); /* IE10+ */
  background: linear-gradient(top,  #fefefe 0%,#dbdddf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdddf',GradientType=0 ); /* IE6-9 */
}

#main_navigation a  {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 15px 20px;
  height:48px;
  background: transparent url(../img/main_navi_bg.png) no-repeat top right;
}

#main_navigation a:hover {
  color: #1c2e48;
  background: #fcfcfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #e4e5e7 0%, #fff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e5e7), color-stop(100%,#fff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e4e5e7 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e4e5e7 0%,#fff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e4e5e7 0%,#fff 100%); /* IE10+ */
  background: linear-gradient(top,  #e4e5e7 0%,#fff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5e7', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
  
  -webkit-box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}

#nav_programm a {
  width: 163px;
}

#nav_vorschau a {
  width: 136px;
}

#nav_news a {
  width: 130px;
}

#nav_informationen a {
  width: 180px;
}

#nav_shop a {
  width: 169px;
  background: none;
}

#programm li#nav_programm,
#vorschau li#nav_vorschau,
#news li#nav_news,
#informationen li#nav_informationen,
#gutscheinshop li#nav_shop {
  border-top: 1px solid #243248;
  background: #3f577d; /* Old browsers */
  background: -moz-radial-gradient(0px -100px, ellipse cover,  #031839 0%, #3f577d 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, 0px -100px, 0px, 0px -100px, 100%, color-stop(0%,#031839), color-stop(100%,#3f577d)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(0px -100px, ellipse cover,  #031839 0%,#3f577d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(0px -100px, ellipse cover,  #031839 0%,#3f577d 100%); /* Opera 12+ */
  background: -ms-radial-gradient(0px -100px, ellipse cover,  #031839 0%,#3f577d 100%); /* IE10+ */
  background: radial-gradient(0px -100px, ellipse cover,  #031839 0%,#3f577d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031839', endColorstr='#3f577d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  
  -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}

#programm li#nav_programm a,
#vorschau li#nav_vorschau a,
#news li#nav_news a,
#informationen li#nav_informationen a,
#gutscheinshop li#nav_shop a{
  color: #fff;
  background: none;
}

#main_navigation a span {
  font-weight: normal;
  text-transform: none;
  display:block;
  font-size:.65em;
  color: #72849e;
  line-height: 1em;
}

#header_slider {
  max-height: 250px;
}

#content_container article {
  padding:20px 0 0 0;
  width:739px;
  border-right: 1px solid #babbbf;
  border-top: 1px solid #babbbf;
  background: #f8f8f8; /* Old browsers */
  background: -moz-linear-gradient(top,  #f8f8f8 0%, #eeeeef 30%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(30%,#eeeeef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eeeeef 30%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f8f8f8 0%,#eeeeef 30%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f8f8f8 0%,#eeeeef 30%); /* IE10+ */
  background: linear-gradient(top,  #f8f8f8 0%,#eeeeef 30%); /* W3C */
  -webkit-box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
}

#informationen #content_container article p,
#informationen #content_container article h2,
#jobs #content_container article p,
#kontakt #content_container article h2,
#kontakt #content_container article p,
#impressum #content_container article h2,
#impressum #content_container article p {
  padding-left: 5%;
  padding-right: 5%;
}

#startseite #content_container article {
  padding-bottom: 20px;
}

#content_container article,
#news_left {
  float: left;
}

#startseite #content_container article,
#vorschau #content_container article {
  border-left: 1px solid #babbbf;
  border-top: 0;
  width: 500px;
}

#news #content_container article {
  border-right: 0;
}

#vorschau #content_container article {
  border-top: 1px solid #babbbf;
}

/* PROGRAMM */

.spielzeiten_programm {
  line-height: 1.6em;
  margin-top: 1.2em;
}

.noFilms {
  display: none;
}

.day_container {
    float: left;
    margin-right: .5em;
}

.spielzeiten_programm time,
.spielzeiten_programm .date_header {

  overflow: hidden;
  padding: 0;
  text-align: left;
  font-weight: normal;
  display: block;
}

.spielzeiten_programm time a,
.abgelaufen,
.komplett_abgelaufen,
.todays_showtimes .spielzeit a {
 width: 36px;
 display: inline-block;
 padding: 8px 18px;
 margin-bottom: 3px;
 color: #fff;
 font-weight: normal;
 background: #3f577d;
}

.class_3d .spielzeiten_programm time a,
.class_3d .todays_showtimes .spielzeit a {
   /* background-color: #5489E0 !important; */
   background-color: #7093cc; 
}

.spielzeiten_programm time a.playingtime_3d,
 td.playing_time a.playingtime_3d {
   /* background-color: #5489E0 !important; */
   background-color: #7093cc; 
}

.spielzeiten_programm time a:hover,
 .todays_showtimes .spielzeit a:hover {
  background: #69a8dc;
}

.abgelaufen  {
  background: #d2c993;
}

.komplett_abgelaufen {
  background: #bbbbc3;
}

.spielzeiten_programm .date_header.heute {
  font-weight: bold;
}

.spielzeiten_programm .date_header{
  width: 50px;
  border: 1px solid #DFDFDF;
  background: #EAEAEA;
  padding: 6px 10px;
  line-height: 1em;
  margin-bottom: 3px;
}

.spielzeiten_programm i {
  color: #7f7f7f;
  margin-right:10px;
  font-size:.9em;
  display: block;
}

.film {
  width: 739px;
  height: auto;
  border-top: 1px solid #babbbf;
}

.film img {
  float:left;
  margin: 0 2em 1em 0;
}

#programm .film img {
  max-width: 140px;
}

.mobile_poster {
  display: none;
}

.regular_poster {
  display: inline;
}

#programm .film .header_bereich {
    padding: 3% 5%;
}

  #programm .film .content {
      padding: 0 5% 5% 5%;
      width: 90%;
  }

.film .content {
  width: 400px;
  float: left;
  padding: 20px;
  padding: 0;
  padding-bottom: 2em;
}

.small_info {
  color: #72849e;
}

p.small_info {
  margin: 0 0 .3em 0;
}

.film .small_info {
  font-size: .9em;
  
}

#content_container article.film {
  padding-bottom: 20px;
  border-bottom: 1px solid #babbbf;
  position: relative;
}

#programm .film {
  background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #eeeeef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#eeeeef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* IE10+ */
  background: linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eeeeef',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #babbbf;
  overflow: hidden;
  position: relative;
}

#film .film img {
  margin-top: -20px;
}

#film .film .content {
  padding-top: 0;
}

.film .film_description {
  height: auto;
}

#playing_times {
  margin: 5px 0 30px 5%;
}

.more_info_container a {
  display: inline-block;
}

.more_info_container {
    padding: 0 5% 5% 5%;
}

.more_info_container a.btn_infos {
    display: none;
}


/*+++++++++++++++++++++++++++++++++++*/

/* NEWS */
#content_container article.current_news  {
  padding-bottom:40px !important;
  float:none !important;
  width:100%;
    background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #eeeeef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#eeeeef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* IE10+ */
  background: linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eeeeef',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #babbbf;
  border-right: 1px solid #babbbf !important;
}

#content_container #news_all article.current_news {
  width:489px;
  padding-bottom:60px !important;
  border: 0 !important;
  border-bottom: 1px solid #babbbf !important;
  float: left !important;
  height: 175px;
}

.current_news span{
  color: #274067 !important;
  font-size: 14px !important;
}

#news_all .current_news .content {
  width: 250px;
  overflow: hidden;
}
#news_all .main_text{
  height:20px;
}
.current_news .fb-like {
  margin: 20px 0 0 5%;
}

.current_news .bilder {
  float: left;
  margin: -20px 0 0 0;
  width: 180px;
}

#news_all .bilder {
  max-height: 255px;
  overflow: hidden;
}

.current_news .content {
  float: left;
  width: 70%;
  margin-left:20px;
}

.current_news .summary {
  font-weight: bold;
}

.news h3 {
  margin-top:4px;
}

.news img {
  float: left;
  margin-top:-10px;
  border: 0;
  margin-right: 1em;
}

#btn_facebook {
  border-bottom: 1px solid #babbbf;
  margin-top: 0;
}


.news .small_info,
#news_all .small_info,
.current_news .small_info{
  font-size: 12px;
  margin: 20px;
  display: block;
}

#news_all .small_info,
.current_news .small_info{
  margin: 0;
  padding: 10px 0;
}

aside.news section {
  /*min-height: 187px;*/
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2f2f2 0%, #e3e3e6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e3e3e6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e3e3e6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f2f2f2 0%,#e3e3e6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f2f2f2 0%,#e3e3e6 100%); /* IE10+ */
  background: linear-gradient(top,  #f2f2f2 0%,#e3e3e6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e3e3e6',GradientType=0 ); /* IE6-9 */


  -webkit-box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);

  border-bottom: 1px solid #babbbf;
}

aside.news {
  width: 238px;
  border-top: 1px solid #babbbf;
}
aside.news section {
  padding-top: 10px;
}

#news aside.news {
  border-right: 1px solid #babbbf;
}

.news .content {
  float: left;
  width: 140px;
  line-height: 1.1em;
}

.news .content p {
  margin-top: 5px;
}

#news_right {
  float: right;
  border-right: none;
}

#news_all {
  float:none;
  width: 100%;
}


/*TEASER ---------------*/

#teaser_slider {
  border: 1px solid #babbbf;
  border-top: none;
  height: 256px;
  overflow: hidden;
  width: 500px;
  float: left;
}

#informationen #teaser_slider {
    height: auto;
    max-height: 300px;
    width: 738px; 
}

#teaser_slider .flex-control-nav {
  position:relative;
  margin: -55px 0 0 0;
  width: 180px;
}

.teaser {
  color: #c5cdd7;
  font-size: 14px;
  position:relative;
  width: 500px;
  height: 256px;
  
  background: #3f577d; /* Old browsers */
  background: -moz-radial-gradient(0px -100px, ellipse cover,  #3f577d 0%, #031839 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, 0px -100px, 0px, 0px -100px, 100%, color-stop(0%,#3f577d), color-stop(100%,#031839)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(0px -100px, ellipse cover,  #3f577d 0%,#031839 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(0px -100px, ellipse cover,  #3f577d 0%,#031839 100%); /* Opera 12+ */
  background: -ms-radial-gradient(0px -100px, ellipse cover,  #3f577d 0%,#031839 100%); /* IE10+ */
  background: radial-gradient(0px -100px, ellipse cover,  #3f577d 0%,#031839 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f577d', endColorstr='#031839',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.teaser h2 {
  font-size:20px;
  margin: 0;
  line-height: 1em;
  color: #fff;
  width: 100%;
}


.teaser img {
  float: left;
  background: #c0c0c0;
  width: 180px !important;
  height: 256px !important;
  overflow: hidden;
}

.teaser .content {
  width: 260px;
  float: left;
  padding: 20px;
}

.teaser .small_info {
  font-size: .9em;
}

.teaser a:link,
.teaser a:visited{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.teaser a:hover {
  color: #f0f4ff;
}

.teaser .film_description {
  height: 110px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis.multiline {
    white-space: normal;
}

/*++++++++++++++++++++++++++++++++++*/

/* VORSCHAU */

.vorschau img {
  float: left;
  background: #c0c0c0;
  width: 180px;
  height: 256px;
  overflow: hidden;
}

.vorschau .small_info {
  font-size: .9em;
}

.vorschau {
  width: 500px;
  height: auto;
  background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #eeeeef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#eeeeef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* IE10+ */
  background: linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eeeeef',GradientType=0 ); /* IE6-9 */

  -webkit-box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);

  
  border-top: 1px solid #babbbf;
}

.vorschau .content {
  width: 240px;
  float: left;
  padding: 20px;
}

.vorschau .film_description {
  height: auto;
}

.open .open_text,
.closed .closed_text{
  display: block;
}

.closed .open_text,
.open .closed_text{
  display: none;
}

.mehr_btn span {
  background: none;
  padding-left: 0;
}

.film_description .long {
  display: none;
}

.image_container {
  margin-right: 5%;
  width: 39%;
  float: left;
}
        
.image_container img {
    width: 100%;
    margin: 0;
}

.trailer_btn {
  margin-bottom: 1em;
  position: relative;
}

.trailer_btn:before {
  position: absolute;
  content:' ';
  top: .4em;
  left: .5em;
  width: 1.5em;
  height: 1.5em;
  background-image: url('../img/play_btn.png');
  background-repeat: no-repeat;
  background-position:  0 0;
  background-size: contain;
}


.trailer {
  margin-bottom: 1em;
  width: 100%;
}

.trailer_overlay {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index:999;
}

.trailer_container {
    width: 50%;
    margin: 7em auto;
}

/*++++++++++++++++++++++++++++++++++*/

/* INFORMATIONEN */

#informationen article > p,
#informationen article h2 {
    padding-left: 20px;
    padding-right: 20px;
}

#informationen table {
    border: 1px solid #ccc;
}

#informationen .center {
    text-align: center;
}

#informationen th {
  text-align: left;
  width: 5em;
  padding-right:5px;
  padding-top: 5px;
  padding-left: 5px;
  border: 1px solid #ccc;
}

#informationen table tr:first-child th:first-child {
    width: 80%;
}



#informationen td {
  padding-left: 5px;
   border: 1px solid #ccc;
}

section.weitere_informationen {
  min-height: 100px !important;
  padding: 20px;
}

section.weitere_informationen img {
  margin-left: -20px;
  float: left;
}

section.weitere_informationen .content {
  width: 135px;
}

section.weitere_informationen .content div {
  margin-top: 10px;
}

section.weitere_informationen .wide {
  width: auto;
}

/* KONTAKT */

.stern {
  color: red;
  font-weight: bold;
}

/*++++++++++++++++++++++++++++++++++*/

/* SHOWTIMES TODAY */

.ui-tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.85;        
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: .7em;
}

.ui-tooltip div {
    margin: 0; 
  font-size: 1.2em;
  line-height: 1em;
}

.ui-helper-hidden-accessible {
  display: none;
}

.icon_3d_container {
  position: absolute;
  right: 0;
  top: 0;
}

.icon_3d,
.icon_2d {
  float: left;
  display: inline-block;
  border-bottom: 1px solid #babbbf;
  border-left: 1px solid #babbbf;
  background-color: #7093cc;
}

.icon_3d span,
.icon_2d span {
  display: block;
  background: url(../img/3d_icons.png) 1.5em .5em no-repeat;
  width: 41px;
  height: 21px;
  padding: .7em 1.5em;
  text-indent: -9000px;
  font-size: 14px;
}

.icon_2d span {
  background-position: 1.5em -2.2em;
  background-color: #3f577d; 
}

.film .icon_3d,
.film .icon_2d {
  float: right;
}

.next_movie .icon_3d,
.next_movie .icon_2d {
    position: absolute;
    right: 0;
    top: 0;
}

.next_movie .icon_3d span,
.next_movie .icon_2d span {
  width: 1.65em;
  height: 1.2em;
  padding: .55em 1em;
  background-size: 160%;
  background-position: .9em .5em;
}

.next_movie .icon_2d span {
  background-position: .9em -1.3em;
}

.heute_table {
    display: none;
    margin-top: .3em;
}

.todays_showtimes .film {
    margin: 5%; 
    width: 90%;
    border: none;
    position: relative;
}
  
.todays_showtimes .film .next_movie {
    padding: .45em .8em;
    background: #eaeaea;
    border: .1em solid #babbbf;
}

.todays_showtimes .spielzeit a,
.todays_showtimes .abgelaufen,
.todays_showtimes .komplett_abgelaufen {
  color: #fff;
  padding: 1em 1.5em;
  display: inline-block;
  float: left;
  margin: 0 .1em .1em 0;
  width: auto;
}

.playing_time {
  color: #b3bac4;
}

.microdata_organization {
  visibility: hidden;
  height: 0px;
  position: absolute;
}

#cookies_info {
    width: 100%;
    padding: .5em 1em;
    background: #aaa;
    color: #fff;
    font-size: .9em;
}

#cookies_info a {
    display: inline-block;
    padding-right: 20px;
    margin-left: 1em;
}

.form {
   padding: 1em;
   max-width: 40em;
}

.form label {
   display: block;
   margin: .1em 0 .1em .2em;
}

.form .radio_buttons label {
display: inline;
}

.textfield {
   display: block;
   margin-bottom: .3em;
   width: 98%;
   padding: .5em 1%;
   border: 1px dotted #aaa;
}

.textfield:active {
   border-color: #f7941e;
}

.btn {
   width: auto;
   margin-top: .5em;
   display: inline-block;
   padding: .6em 1.8em;
   background: #1c2e48;
   color: #fff;
   border: none;
   margin-bottom: 0;
}

.btn:hover {
   background-color: #666;
}

.error {
   color: red;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    padding: 10% 0;
    text-align: center;
    width: 100%;
    background-color: #274067;
    color: #eee;
}

.back-to-top {
    background: rgba(0,0,0, .3);
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    color: #ffffff;
    padding: .5em .5em;
}

.back-to-top span {
    display: block;
    cursor: pointer;
    width: 10%;
}

.back-to-top span img {
    width: 100%;
}

#kinoheld-widget {
  overflow: hidden;
}

@media only screen and (max-width: 990px) {
    
    body {
        font-size: 1em;
    }
    
    #cookies_info {
        width: 100%;
    }
  
  h2 {
      font-size: 1em;
  }
  
  #container {
    width: 100%;
    margin: 0;
    overflow: visible;
    position: relative;
  }
  
  #content_container,
  .current_news {
    border: 0;
  }
  
  nav {
      border: 0;
  }
  
  #simple-menu { 
      cursor: pointer;
      display: inline-block;
      position: relative;
      z-index: 9999;
      float: left;
      height: 100%;
  }
  
  #simple-menu img {
      height: 100%;
  }
  
  #mobile_navigation {
      display: block;
      position: relative;
      height: 4em;
  }
  
  #facebook_btn_mobile {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      height: 4em;
  }
  
  #facebook_btn_mobile img {
      height: 100%;
  }
  
  #ticket_line {
      position: relative;
      display: block;
      font-size: 1.1em;
      width: 40%;
      margin: 0 auto;
      text-align: center;
      padding-top: .5em;
  }
  
  #top_navigation {
    display: none;
  }
  
  #main_navigation {
    display: none;
  }

  #teaser_slider {
      width: 100% !important;
  }
  
  #news_left, 
  #news_right {
      display: none;
  }
  
  #content_container article {
    width: 100% !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  
  #content_container {
    border: 0;
  }
  
  #programm .film {
      width: 100%;
      height: 300px;
      position: relative;
      border-right: 0;
      overflow: hidden;
  }
  
  #programm .film.show {
      height: auto;
      overflow: visible;
  }
  
  #programm h2 {
    margin-bottom: .5em;
    padding-right: 3em;
  }
  
  .mobile_poster {
  display: inline;
  float: left;
}

.regular_poster {
  display: none;
}
  
  .more_info_container {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 90%;
      padding: 5%;
      
      background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #eeeeef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#eeeeef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* IE10+ */
  background: linear-gradient(top,  #fdfdfd 0%,#eeeeef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eeeeef',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
      
  }
  
  .more_info_container .button {
    padding: 3% 4%;
  }
  
  .more_info_container a.btn_infos {
    display: block;
  }
  
  .show .more_info_container {
      
  }
  
  .more_info_content {
      display: none;
  }
  
  .next_movie h2 a {
      padding-right: 3em;
  }
  
  .description {
      height: 160px;
      overflow: hidden;
  }
  .description p {
      margin: 0;
      padding: 0;
  }
  
  .show .description {
      height: auto;
  }
  
.next_movie .icon_3d,
.next_movie .icon_2d {
    position: absolute;
    right: 0;
    top: 0;
}

.next_movie .icon_3d span,
.next_movie .icon_2d span {
  font-size: inherit;
  width: 1.65em;
  height: 100%;
  padding: .5em 1em;
  background-position: 1em .5em;
}

.next_movie .icon_2d span {
  background-position: 1em -1.3em;
}

#news .current_news {
    width: 100%;
}

#news #header_news {
    display: none;
}

#news .bilder {
    width: 100%;
    background-color: #2e4469;
    text-align: center;
}

#news .current_news .content {
    width: 90%;
    margin: 0;
    padding: 2% 5%;
}

#news_all .current_news {
    width: 100%;
    float: left;
}

#content_container article.current_news {
    border-right: 0 !important;
    border-left: 0;
}

#news_all .bilder {
    float: left;
    width: 30%;
    max-width: 180px;
}

#news_all .current_news .content {
    width: 58%;
}

.fb-like {
    max-width: 90%;
    overflow: hidden;
}


#teaser_slider {
  height: auto;
}

#startseite #teaser_slider {
    display: none;
}

#informationen #header_news {
    display: none;
}

#informationen #teaser_slider {
    width: 99% !important; 
}

.film .mobile_poster {
  max-width: 35%;
  margin: 0 1em 1em 0;
}

#programm .film img {
  margin: 0;
  width: 100%;
}

#film .film img {
  margin-top: .3em;
}

#film .film .content {
    padding: 2% 5%;
    width: 90%;
}

.day_container {
  float: none;
  display: block;
}

.day_container {
  margin-right: 0;
  margin-bottom: 1em;
}

.spielzeiten_programm .date_header {
  width: 92%;
  padding: 2% 3%;
}

.spielzeiten_programm i {
  float: right;
  display: inline;
  margin-right: 0;
}

.spielzeiten_programm time {
  display: inline;
  margin-right: .2em;
}

/*VORSCHAU*/
.vorschau {
    width: 100%;
}

.vorschau img {
    margin-right: 5%;
    height: auto;
}

.vorschau .content {
  float: left;
    width: 50%;
    padding: 3% 3% 3% 0;
}

.g-recaptcha div  {
    max-width: 305px;
    width: 100% !important;
}

.g-recaptcha iframe .rc-anchor-standard {
    max-width: 305px;
    width: 100% !important;
}

.g-recaptcha div div iframe {
    max-width: 305px;
    width: 100% !important;
}

}

@media only screen and (max-width: 35em) {
            .image_container {
                width: 40%;
            }
            
            .vorschau .content {
                width: 50%;
            }
        }
        
        
        @media only screen and (max-width: 25em) {
            .image_container {
                width: 100%;
            }
            
            .vorschau .content {
                width: 90%;
                padding-left: 5%;
                padding-right: 5%;
            }
        }

@media only screen and (max-width: 550px) {

#programm h2 {
    font-size: 1.3em;
}

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
