/* Reset
-----------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;font-weight:normal;}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}



/* Grundgerüst
-----------------------------------------------------------*/
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 101%;
}

body {
	font-family: futura-pt-condensed, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 25px;
	background: black;
}

.frame {
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.main {
	float: right;
	width: 74.2%;
	margin-bottom: 3.6em;
}

.secondary {
	float: left;
	width: 22.6%;
}



/* Allgemeine Formatierungen
-----------------------------------------------------------*/
img {
	max-width: 100%;
}

a {
	color: #d24e4b;
	text-decoration: none;
}

p {
	line-height: 1.2em;
	padding: 0 0 0.65em 0;
}

h1, h2 {
	font-size: 1.55em;
	line-height: 0.85em;
	font-weight: 800;
	padding: 0 0 0.5em 0;
}

.error {
	color: #d24e4b;
}

strong, b {
	font-weight: 800;
}

.filmeintrag h1 {
	padding: 0 0 0.1em 0;
}

.filmeintrag h1:after {
	display: block;
	content: "";
	background: url(../img/h1dots.svg) no-repeat left center;
	background-size: 100% auto;
	width: 55px;
	height: 15px;
	margin-top: 0.1em;
}

.filmeintrag h3 {
	position: relative;
	padding-bottom: 1em;
}


/* Struktur
-----------------------------------------------------------*/
.moveiInfo {
	padding-bottom: 0em;
}

.filmeintrag {
	margin-bottom: 1.3em;
}

.filmeintrag img, .borderImg {
	box-sizing: border-box;
	border: 1px solid #ffffff;
}

.filmeintrag:after {
	display: block;
	content: "";
	background: url(../img/trennerKlein.svg) repeat-x left center;
	width: 100%;
	height: 6px;
	margin-top: 1em;
}

hr.dots {
	background: url(../img/trennerKlein.svg) repeat-x left center;
	width: 100%;
	height: 6px;
	margin-top: 1em;
	border: none;
}
/* Header
-----------------------------------------------------------*/
.logo {
	display: block;
	margin: 1.3em 0 1.95em 0;
	position: relative;
}

.logo img {
	width: 100%;
}

.siteFooter {
	clear: both;
	padding: 1em 0;
}



/* Spezifische Formatierungen
-----------------------------------------------------------*/
.trailerLink a {
	background: url(../img/trailerIcon.svg) no-repeat left center;
	background-size: 1.5em auto;
	line-height: 2.6em;
	padding-left: 1.9em
}

.google-maps {
	position: relative;
	padding-bottom: 60%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
	margin: 0 0 1.3846153846em 0;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.reservationsBtn a {
	width: auto;
	background: #d24e4b;
	padding: 0.1em 0.4em;
	text-transform: uppercase;
	font-size: 1em;
	border: none;
	font-family: inherit;
	margin: 1em 0;
	color: #fff;
	display: inline-block;
}

.ausverkauft {
	margin: 1em 0;
	color: #d24e4b;
}

.italic {
	font-style: italic;
}

/* Formular
-----------------------------------------------------------*/
form {
	padding: 1.3em 0;
}

input[type="text"], select {
	width: 99%;
	margin-bottom: 1em;
	font-family: inherit;
	font-size: 0.85em;
	border: none;
	padding: 0.1em 0.5%;
}

textarea {
	width: 99%;
	margin-bottom: 1em;
	font-family: inherit;
	font-size: 0.85em;
	border: none;
	padding: 0.1em 0.5%;
	height: 5em;
}

select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;	
	border: none;
	background: #fff url(../img/formArrowDown.png) no-repeat right 0.5em center;
	background-size: 20px auto;
	clear: both;
	width: 100%;
	border-radius: 0px;
}

form label {
	display: block;
	line-height: 1.3em;
	padding: 0 0 0.1em 0;
}

.radioLabel {
	padding: 0.4em 1% 0 0;
	display: block;
	width: auto;
	float: left;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 92%;
	line-height: 1.2em;
}

form input[type="radio"], form input[type="checkbox"] {
	border: none;
	background: #fff;
	vertical-align: baseline;
	margin: 2em 1em 0 0;
	float: left;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.hide {
	display: none;
}

#person2zeigen {
	display: block;
}

.submitBtn {
	width: auto;
	background: #d24e4b;
	padding: 0.1em 0.4em;
	text-transform: uppercase;
	color: white;
	font-size: 1em;
	border: none;
	font-family: inherit;
	margin-top: 1em;
}

.errEmpty {
	background-color: #ffb2b1;
}


/* Main Navigation
-----------------------------------------------------------*/
.mainNav {
	font-size: 1.1em;
	margin-top: -0.1em;		
}

.mainNav li {
	line-height: 1.4em;
	border-bottom: 1px solid #585858;
	text-transform: uppercase;
}

.mainNav li a {
	display: block;
}

.selected a {
	color: #fff;
}

.btnLink {
	width: auto;
	background: #d24e4b;
	padding: 0.2em 0.4em;
/* 	text-transform: uppercase; */
	color: white;
	font-size: 0.8em;
	border: none;
	font-family: inherit;
	margin-top: 1em;
	display: inline-block;
}

/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
MediaQueries
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/

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

body {
	font-size: 23px;
}

.main {
	width: 100%;
	float: none;
}

.secondary {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: -55px;
	float: none;
}

/* Header
-----------------------------------------------------------*/
.logo {
	display: block;
	margin: 55px 0 1em 0;
	position: relative;
}

/* Navigation
-----------------------------------------------------------*/
nav.mainNav {
	display: block;
	z-index: 100;
	position: absolute;
	width: 100%;
	top: 0;
	margin-top: 0;
}

nav.mainNav ul {
	display: none;
/* 	display: block; */
	padding: 0.25em 0;
	margin: 2em 0 0 0;
	background: #d24e4b;
}

nav.mainNav ul li {
	margin: 0.40em 0;
	padding: 0;
	border-bottom: #fff;
	text-align: right;
	padding: 0 0.5em;
}

nav.mainNav ul li a {
	color: #fff;
}

nav.mainNav label {
	display: block;
	line-height: 35px;
	position: absolute;
	top: 15px;;
	right: 0;
	color: #fff;
	z-index: 101;
}

nav.mainNav label span {
	
	display: block;
	width: 30px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	z-index: 100;
	background: #d24e4b;
	
/* 	width: 150px; */
/* 	line-height: 1.4em; */
}

/*
nav.mainNav label:before {
	position: absolute;
	left: 0.1em;
	top: 0;
	content: "\2261";
	font-size: 1.8em;
}
*/

nav.mainNav input[type=checkbox]:checked ~ ul {
	display: block;
	position: static;
}


nav .btnLink {
/* 	display: none; */
	margin-top: 0.75em;
}

} /* Ende 750 */




/* Advanced Checkbox Hack Navigation
-----------------------------------------------------------*/
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
	padding: 0;
  }
  to {
	padding: 0;
  }
}

.mainNav input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.mainNav label {
	display: none;
	cursor: pointer;
	user-select: none;
}



/* Clearfix
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
 }