@font-face {
  font-family: "RockSolid Icons";
  src: url("fonts/rocksolid-icons.eot");
  src: url("fonts/rocksolid-icons.eot?#iefix") format("eot"),
    url("fonts/rocksolid-icons.woff") format("woff"),
    url("fonts/rocksolid-icons.ttf") format("truetype"),
    url("fonts/rocksolid-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* pt-sans-regular - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/pt-sans-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("fonts/pt-sans-v17-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/pt-sans-v17-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/pt-sans-v17-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/pt-sans-v17-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/pt-sans-v17-latin-regular.svg#PTSans")
      format("svg"); /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/pt-sans-v17-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("fonts/pt-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/pt-sans-v17-latin-italic.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/pt-sans-v17-latin-italic.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/pt-sans-v17-latin-italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/pt-sans-v17-latin-italic.svg#PTSans")
      format("svg"); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/pt-sans-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("fonts/pt-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/pt-sans-v17-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/pt-sans-v17-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/pt-sans-v17-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/pt-sans-v17-latin-700.svg#PTSans")
      format("svg"); /* Legacy iOS */
}
/* pt-sans-700italic - latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/pt-sans-v17-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("fonts/pt-sans-v17-latin-700italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/pt-sans-v17-latin-700italic.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/pt-sans-v17-latin-700italic.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/pt-sans-v17-latin-700italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("fonts/pt-sans-v17-latin-700italic.svg#PTSans") format("svg"); /* Legacy iOS */
}
html,
body {
  width: 100%;
  height: 100%;
}
html,
body,
.body {
  min-height: 0;
}
body {
  margin: 0;
  padding: 0;
  font: normal normal 400 17px / 1.45 "PT Sans", sans-serif;
  background-color: #323237;
  color: #323237;
  background-repeat: no-repeat;
  background-image: url(../hg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
video,
audio {
  max-width: 100%;
}
p {
  margin: 0 0 1em;
}
#main p {
  max-width: 1000px;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #c51a1a;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
a:not(.button) {
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
a:not(.button):active {
  color: #c51a1a;
}
a:not(.button):hover {
  color: #d80000;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
}
.block,
#info1_updatePanel1 {
  overflow: hidden;
}
.clear,
#clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
hr {
  width: 100%;
  height: 0;
  margin: 0;
  border-width: 1px 0 0 0;
  border-color: #d6d6d6;
  border-style: solid;
  border-image: none;
  clear: both;
}
code,
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * ----------------------------------------------------- Page Layout Elements
 */
#kinoauswahl .inside,
#header .inside,
#main .inside,
#footer .inside {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
}
#main .inside {
  padding-top: 4%;
  padding-bottom: 4%;
}
#footer .inside,
#header .inside {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
/*
 * ----------------------------------------------------- Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
h1 {
  font-size: 1.7em;
  text-transform: uppercase;
  color: #c51a1a;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 1.5em;
}
h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  margin-top: 0;
  color: #c51a1a;
}
h3 {
  font-size: 1em;
  line-height: 1.45;
}
h4 {
  font-size: 1em;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 400;
}
/*
 * ----------------------------------------------------- Icons
 */
*[data-icon]:before,
*[class^="icon-"]:before,
*[class*=" icon-"]:before {
  font: 100%/1 "RockSolid Icons";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 0.26667em;
}
*[data-icon]:before {
  content: attr(data-icon);
}
*[data-icon].after:before {
  content: none;
}
*[data-icon].after:after {
  font: 100%/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 0.26667em;
}
/*
 * ----------------------------------------------------- Forms
 */
fieldset {
  padding: 0;
  border: none;
}
label {
  display: inline-block;
  margin: 0.5em 0 0.2em;
}
legend {
  margin: 0.5em 0 0.2em;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #bbb;
  padding: 0.5em 0.75em;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
textarea {
  resize: vertical;
}
select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVERjJERkRBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVERjJERkVBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRURGMkRGQkFCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRURGMkRGQ0FCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuR/G+4AAAENSURBVHjatJG9agJREIVnTeIbBPIMVnmCIAhqmUpiYTp3i5Q+ihC5lUVEiYW1BGy0SJsq4AMEAoFACKSw2XwDpxB/UNh14ONw587cOcyN4jgumtkTPIcQJnZkJElyizShRd/KMkQBRtBwEzx8d6QBrxurb2gZw008wh+cw4AB9wcM+P0ALtTXy2yCVc7QOvzCGfQZ1N5jwPN91Xl9Xf2ZN2E8tEBq8KNcYODDhgE/B917XU19losJGXlFKvANEXQZ3JEB167yfl9RfS4RpWm6ufJr5AUulZrquzy+oIqBN8sxtkzISAnxv75aS39qA++WcxR2JTWoDB9KuZZPYWCvCRlZIjcwd9X5JPEvwABY010Pev8kyQAAAABJRU5ErkJggg==);
  background-position: right;
  background-repeat: no-repeat;
}
input:hover,
input:active,
textarea:hover,
textarea:active,
select:hover {
  border: 1px solid #666;
}
/* Hide browser-styling in IE10 */
select::-ms-expand {
  display: none;
}
/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select {
  background-image: none;
}
/* graceful degradation for ie8 */
#main input[type="checkbox"],
#main input[type="radio"] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}
/* better styling only for modern browsers. To identify them, check for pseudoclass (:checked, :not(:checked)) */
/* hide standard inputs */
#main input[type="checkbox"]:checked,
#main input[type="checkbox"]:not(:checked),
#main input[type="radio"]:checked,
#main input[type="radio"]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
#main input[type="checkbox"] + label,
#main input[type="radio"] + label {
  cursor: pointer;
  margin-right: 20px;
}
/* add custom inputs with ::before */
#main input[type="checkbox"]:checked + label::before,
#main input[type="checkbox"]:not(:checked) + label::before,
#main input[type="radio"]:checked + label::before,
#main input[type="radio"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 5px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#main input[type="radio"]:checked + label::before,
#main input[type="radio"]:not(:checked) + label::before {
  border-radius: 30px;
}
#main input[type="checkbox"]:hover + label::before,
#main input[type="radio"]:hover + label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
#main input[type="checkbox"]:checked + label::before,
#main input[type="radio"]:checked + label::before {
  background: black;
  box-shadow: inset 0 0 0 2px white;
}
.mandatory {
  color: #9c3b58;
}
.widget.row-1 {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
}
.widget.row-2 {
  float: left;
  width: 47.5%;
  margin-left: 2.5%;
}
/*
 * ----------------------------------------------------- Gallery
 */
.ce_gallery > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.ce_gallery > ul li {
  float: left;
}
.ce_gallery a {
  display: block;
  color: #323237;
}
.ce_gallery > ul li.col_first {
  clear: left;
}
.float_left {
  float: left;
  margin: 0 3% 3% 0;
}
.float_right {
  float: right;
}
.ce_gallery .caption {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 1;
}
.ce_gallery .caption span {
  margin-top: 10px;
  line-height: 1;
  color: #c51a1a;
  font-size: 0.9em;
  display: block;
  text-transform: none;
}
.ce_gallery li:hover {
  background-color: #e0e0e0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
}
.ce_gallery li:hover a {
  color: #d80000;
}
.ce_gallery .cols_6 li {
  width: 14.15%;
  margin: 0 3% 3% 0;
  background-color: #f0f0f0;
}
.ce_gallery .cols_6 li:nth-child(6),
.ce_gallery .cols_6 li:nth-child(12),
.ce_gallery .cols_6 li:nth-child(18) {
  margin-right: 0;
}
.ce_gallery a {
  padding: 7%;
  display: block;
  height: 93%;
}
/*
 * ----------------------------------------------------- Buttons
 */
button,
input[type="button"],
input[type="submit"],
.button {
  margin: 0.5em 0.5em 0 0;
  padding: 8px 18px 7px 18px;
  background: #323237;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  word-wrap: break-word;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  width: auto;
}
span.button,
span.button:hover {
  background: #323237;
  cursor: auto;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
  background: #c51a1a;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/*
 * ----------------------------------------------------- Tables
 */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead tr th {
  background: #d6d6d6;
}
table thead tr th:not(:first-child) {
  border-left: 1px #c2c2c2 solid;
}
table th {
  text-align: left;
}
table th,
table td {
  padding: 10px;
  background: #ffffff;
  border-bottom: 1px #c2c2c2 solid;
}
table tr:nth-child(2n) th,
table tr:nth-child(2n) td {
  background: #ffffff;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table td:not(:first-child) {
  border-left: 1px #c2c2c2 solid;
}
table.filminfo {
  margin-top: 2em;
  width: auto;
}
table.filminfo th,
table.filminfo td {
  padding: 0;
  background: #ffffff;
  border: none;
}
table.filminfo td.col_0,
table.filminfo td.sinemaFilmInfo.col1 {
  padding-right: 15px;
  color: #b1b1b1;
}
table.filminfo td.sinemaFilmInfo.col1 b {
  font-weight: normal;
}
/*
 * ----------------------------------------------------- Slider
 */
.mod_rocksolid_slider {
  margin-bottom: 5%;
  -webkit-box-shadow: 0px 14px 39px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 39px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 39px 0px rgba(0, 0, 0, 0.2);
}
#slider .mod_rocksolid_slider {
  margin-bottom: 0;
}
.rsts-skin-default .rsts-progress div {
  background-color: #c51a1a;
}
.rsts-skin-default .rsts-progress.rsts-progress-active {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*
 * ----------------------------------------------------- Kinoauswahl
 */
body.Krems #kinoauswahl .krems {
  font-weight: 700;
}
body.Wolfsberg #kinoauswahl .wolfsberg {
  font-weight: 700;
}
#kinoauswahl {
  background: #247dd6;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#kinoauswahl {
  background: #247dd6;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#kinoauswahl .inside {
  padding: 1em 0 0.8em;
}
#kinoauswahl h3,
#home h3 {
  margin: 0;
}
#kinoauswahl h3:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e0d1";
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#kinoauswahl a {
  color: #fff;
}
#kinoauswahl ul a {
  font-size: 1.5em;
  padding: 0 1em;
}
#kinoauswahl .mod_customnav {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}
#kinoauswahl .mod_customnav.open {
  max-height: 500px;
  opacity: 1;
  padding: 3em 2em;
}
#kinoauswahl li {
  display: inline;
}
#kinoauswahl .facebook {
  position: fixed;
  right: 0;
  top: 250px;
  background: #247dd6;
  padding: 8px;
  line-height: 1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 900;
}
#kinoauswahl .facebook:hover {
  padding-right: 15px;
  -webkit-box-shadow: -7px 7px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -7px 7px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -7px 7px 20px 0px rgba(0, 0, 0, 0.3);
}
#kinoauswahl .facebook:before {
  font: 35px/1 "RockSolid Icons";
  content: "\e075";
  display: inline-block;
  position: relative;
}
#home {
  background-color: rgba(36, 125, 214, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 950;
  display: table;
  font-size: 1.5em;
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.6em 1.2em;
}
#home * {
  box-sizing: border-box;
}
#home h3 {
  margin-right: 20px;
}
#home h3:before {
  font-family: "RockSolid Icons";
  content: "\e0d1";
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#home .inner {
  display: table-cell;
  vertical-align: middle;
}
#home button,
#home .button {
  font-size: 1em;
  min-width: 300px;
  font-weight: 700;
  background-color: #fff;
  color: #323237;
  text-transform: uppercase;
}
#home button:hover,
#home .button:hover {
  background-color: #c51a1a;
  color: #fff;
}
#home p.infotext,
#home p.infotext a {
  font-size: 1rem !important;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
#home img {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 1em;
}

#mycookietip {
  width: 100%;
  background-color: #247dd6;
  position: relative;
  font-size: 0.8em;
  color: #fff;
  padding-top: 3px;
}
#mycookietip p {
  margin: 0;
  display: inline;
  padding-right: 10px;
}
#mycookietip input[type="submit"] {
  background: #fff;
  color: #323237;
  font-size: 12px;
  margin: 0;
  padding: 3px 6px;
  border-radius: 3px;
  box-shadow: none;
}
#mycookietip .inside {
  margin: 0px auto;
  width: 1220px;
  max-width: 80%;
  text-align: center;
}
/*
 * ----------------------------------------------------- Header
 */
#header {
  background: #323237;
  border-top: solid 3px #c51a1a;
  -webkit-box-shadow: inset 0px 10px 35px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 10px 35px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 10px 35px 0px rgba(0, 0, 0, 0.6);
  color: #fff;
}

#header .logo-container {
  float: left;
  width: 300px;
  max-width: 300px;
  height: auto;
}
#header .auswahl {
  margin-top: 10px;
}
#header .auswahl h2 {
  display: inline;
  color: #c51a1a;
}
#header .auswahl .rte {
  display: inline-block;
}
#header .auswahl p {
  display: inline;
  margin-left: 10px;
}
#header .auswahl a {
  color: #323237;
  padding: 2px 2px 0;
  background-color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
}
#header .navi-container {
  float: right;
}
#header .mod_customnav {
  float: right;
  clear: right;
}
#header .mod_customnav li {
  float: left;
}
#header .mod_customnav li a,
#header .mod_customnav li strong {
  padding: 0 10px;
  display: inline-block;
  color: #c51a1a;
  font-size: 1em;
  text-transform: uppercase;
}
#header .mod_customnav li a:last-child,
#header .mod_customnav li strong:last-child {
  padding-right: 0;
}
#header .main_nav {
  float: right;
  margin-top: 15px;
  clear: right;
}
#header .main_nav li {
  float: left;
  margin-left: 1.5em;
}
#header .main_nav li.first {
  margin-left: 0;
}
#header .main_nav li a,
#header .main_nav li strong {
  padding: 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  border-bottom: 3px dotted #ffffff;
  overflow: hidden;
  font-weight: 700;
}
#header .main_nav li a:hover,
#header .main_nav li strong {
  color: #c51a1a;
  border-bottom-color: #c51a1a;
}
#header #mob-nav {
  display: none;
}
/*
 * ----------------------------------------------------- Main
 */
body.Auswahl #header,
body.Auswahl #headerph {
  display: none;
}
body.Auswahl #main .inside {
  background: none;
  padding: 0;
}
#main .inside {
  background-color: #fefefe;
}
#main .ce_hyperlink {
  text-align: right;
}
a.button.details,
a.button.highlight {
  background: #c51a1a;
}
a.button.details:hover,
a.button.highlight:hover {
  background: #d80000;
}
span.button.details {
  background: #c51a1a;
  cursor: auto;
}
a.button.details:before,
span.button.details:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e036";
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
a.button.trailer:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e14e";
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
a.button.more:before {
  font: 16px/1 "RockSolid Icons";
  content: "\2709";
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
a.button.extern:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e151";
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#main .content-text .caption {
  display: none;
}
#main .content-text {
  margin-bottom: 2em;
  overflow: hidden;
}
#main .content-text:last-child {
  margin-bottom: 0;
}
#main .content-text figure {
  padding: 12px;
  display: block;
  background-color: #f0f0f0;
  float: left;
  margin: 0 2em 3% 0;
}
#main .content-text figure:hover {
  background-color: #e0e0e0;
  transition: all 0.3s;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
}
#main .sinemaFilmInfoArea figure {
  width: 250px;
  height: auto;
}
#main .sinemaFilmInfoArea figure img {
  width: 100%;
  height: auto;
}
#main .ticket h2:before {
  font: 1em/1 "RockSolid Icons";
  content: "\e037";
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#main .vorstellung-auswahl {
  clear: left;
}
#main .ticket-tag {
  background-color: #f0f0f0;
  width: 11%;
  min-width: 100px;
  padding: 1%;
  margin: 0 1% 1% 0;
  text-align: center;
  float: left;
}
#main .ticket-tag:hover {
  background-color: #e0e0e0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
}
#main .ticket-tag span {
  font-weight: 700;
}
#main .ticket-tag p {
  margin: 0;
}
#main .ticket-tag a {
  display: inline-block;
  padding: 2%;
  width: 96%;
  background-color: #fff;
}
#main .ticket-tag a:hover {
  background-color: #c51a1a;
  color: #fff;
}
.filmteaser figure {
  width: 180px;
  height: auto;
}
.filmteaser figure img {
  width: 100%;
  height: auto;
}
.nivo-lightbox-wrap {
  max-width: 1000px;
  max-height: 800px;
  margin: auto;
  -webkit-overflow-scrolling: touch !important;
  overflow: hidden !important;
}
body.nivo-lightbox-body-effect-fade {
  overflow: hidden;
  position: fixed;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(50, 50, 55, 0.9);
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  background-color: #c51a1a;
  opacity: 1;
  width: 17px;
}
#main .textcontainer {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
#main .textcontainer:after {
  content: url("../textoverflow.png");
  width: 100%;
  height: 40px;
  position: absolute;
  top: 160px;
  left: 0;
}
.nivo-lightbox-content iframe.nivo-lightbox-youtube {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#reservierung-step-1 .legend,
#reservierung-step-2 .legend,
#reservierung-step-3 .legend {
  font-size: 0.8em;
  line-height: 1;
}
#reservierung-step-1 .legend img {
  margin-right: 5px;
}
#reservierung-step-1 select {
  width: auto;
  padding-right: 50px;
  margin-right: 20px;
}
#login1_updatePanel1,
#edit1_updatePanel1 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/*
 * ----------------------------------------------------- Footer
 */
#footer {
  background: #323237;
  border-top: solid 3px #c51a1a;
  box-shadow: inset 0px 10px 35px 0px rgba(0, 0, 0, 0.6);
  color: #b5b5b5;
  font-size: 0.9em;
}
#footer a {
  color: #b5b5b5;
}
#footer a:hover {
  color: #fff;
}
#footer h1,
#footer h2 {
  margin: 0 0 15px;
  color: #c51a1a;
}
#footer h1 {
  letter-spacing: normal;
  font-size: 1.4em;
}
#footer p {
  margin: 0;
}
#footer a.auswahl,
#footer a:hover.auswahl {
  color: #323237;
  padding: 3px 3px 0;
  background-color: #fff;
  text-transform: uppercase;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .reservierung a {
  color: #fff;
  font-size: 0.9em;
  background: #c51a1a;
  padding: 10px;
  color: #fff;
  display: block;
}
#footer .reservierung a:hover {
  color: #fff;
}
#footer .reservierung span {
  font-size: 1.4em;
}
#footer .facebook:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e075";
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#footer .imprint {
  text-align: right;
  margin-top: 30px;
}
#footer .imprint a {
  color: #b5b5b5;
}
#footer .imprint a:hover {
  color: #fff;
}
#footer .imprint span {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .ce_gallery .cols_6 li {
    width: 22%;
    margin: 0 4% 4% 0;
  }
  .ce_gallery .cols_6 li:nth-child(6),
  .ce_gallery .cols_6 li:nth-child(18) {
    margin-right: 4%;
  }
  .ce_gallery .cols_6 li:nth-child(4),
  .ce_gallery .cols_6 li:nth-child(8),
  .ce_gallery .cols_6 li:nth-child(12),
  .ce_gallery .cols_6 li:nth-child(16),
  .ce_gallery .cols_6 li:nth-child(20) {
    margin-right: 0;
  }
  #header .logo-container {
    max-width: 200px;
  }
  #header .main_nav li a,
  #header .main_nav li span {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 870px) {
  button,
  input[type="button"],
  input[type="submit"],
  .button {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .nivo-lightbox-wrap {
    max-width: none;
    max-height: none;
    margin: auto;
    top: 7%;
    bottom: 7%;
    left: 5%;
    right: 5%;
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important;
  }
  #header #mob-nav {
    display: block;
    float: right;
  }
  #header .logo-container {
    float: left;
    width: 70%;
  }
  #header .navi-container {
    display: none;
  }
  .mm-menu {
    background: #323237;
    color: rgba(255, 255, 255, 0.6);
  }
  .mm-list > li > a,
  .mm-list > li > span {
    font-weight: 700;
    text-transform: uppercase;
  }
  .mm-menu .mm-list > li.mm-selected > span {
    background: #c51a1a;
    color: #fff;
  }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: #c51a1a;
  }
  .mm-menu .mm-navbar a,
  .mm-menu .mm-navbar > * {
    color: #c51a1a;
  }
  .mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  h2 {
    font-size: 1.2em;
  }
  .ce_gallery .cols_6 li {
    width: 47%;
    margin: 0 6% 6% 0;
  }
  .ce_gallery .cols_6 li:nth-child(2),
  .ce_gallery .cols_6 li:nth-child(6),
  .ce_gallery .cols_6 li:nth-child(10),
  .ce_gallery .cols_6 li:nth-child(14),
  .ce_gallery .cols_6 li:nth-child(28) {
    margin-right: 0;
  }
  .ce_gallery .cols_6 li.col_1 {
    margin-right: 0;
  }
  #header .auswahl a {
    display: none;
  }
  #kinoauswahl li {
    display: block;
  }

  #kinoauswahl .inside {
    padding: 0.7em 0 0.5em;
  }
  #main .inside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .inside,
  #header .inside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #main .home-aktuell .-large-last {
    display: none;
  }
  #main .content-text figure {
    width: 100%;
    text-align: center;
    float: none;
  }
  .nivo-lightbox-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #footer li {
    width: 50%;
    float: left;
  }
  #footer .rs-column {
    display: none;
  }
  #footer .rs-column.-large-first,
  #footer .rs-column.-large-last {
    display: block;
  }
  #footer .reservierung a {
    text-align: center;
  }
  .widget.row-1,
  .widget.row-2 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
