@charset "UTF-8";
/* CSS Document */

html, 
html * {
	/* padding: 0;
	margin: 0; */
	box-sizing: border-box;
	font-family: Arial, Helvetica, Arial," sans-serif";
	font-size: 16px;
line-height: 1.2em;
color: #fff;
 letter-spacing: 0.04em;
}


body {
		max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	background: #020000;
	  background-size: cover; 
	/*	background: #270a0e;
	
 background-size: contain; 

	background-attachment:fixed;
	*/
	background-repeat: no-repeat;
	background-position:top; 
	background-attachment:fixed;
	
	}

header {
	width: 100%; 
	position: fixed;
	left: 0;
	top: 0;
	 z-index:10;

}
.inner{
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	max-width: 1200px;
	/* min-width:700px; */
}
	
	
footer {
	/* background: #d0cddf; */
	}

.mobilsichtbar {
	 display: none;
} 

img {
	max-width: 100%;
	height: auto;
	/*vertical-align: middle;  */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 9px;	
}


.imgtr {
	
	/* max-width: 100%;
	height: auto;  */
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.imgrechts {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 9px;	
}

.imglink {
   /* margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-width: 1px; 
  border-color: #666; */	
}

.imglink:hover {
  transform: scale(1.02);
  border-width: 1px; 
  border-color: #666;
 
}

a.in:link {  color:#7ec9ff; text-decoration:none; }
a.in:hover {  color:#b60205; text-decoration:none; }
a.in:visited {  color:#7ec9ff; text-decoration:none; }
a.in:active { color:#7ec9ff; text-decoration:none; }

a.film:link {  color:#0f8398; text-decoration:none; font-weight: bold;}
a.film:hover {  color:#cc0000; text-decoration:none; }
a.film:visited {  color:#0f8398; text-decoration:none; }
a.film:active { color:#0f8398; text-decoration:none; }

a.lgross:link {  color:#0f8398; text-decoration:none; font-weight: bold;  font-size: 1.4em;}
a.lgross:hover {  color:#cc0000; text-decoration:none; }
a.lgross:visited {  color:#0f8398; text-decoration:none; }
a.lgross:active { color:#0f8398; text-decoration:none; }

a.tra:link {  color:#ff0206; text-decoration:none; }
a.tra:hover {  color:#7ec9ff; text-decoration:none; }
a.tra:visited {  color:#ff0206; text-decoration:none; }
a.tra:active { color:#ff0206; text-decoration:none; }

a.oben:link {  color:#990000; text-decoration:none;  font-size: 1.0em; }
a.oben:hover {  color:#cc0000; text-decoration:none; }
a.oben:visited {  color:#990000; text-decoration:none; }
a.oben:active { color:#990000; text-decoration:none; }

a.tx:link {  color:#4cbbbf; text-decoration:none; }
a.tx:hover {  color:#d80104; text-decoration:none; }
a.tx:visited {  color:#4cbbbf; text-decoration:none; }
a.tx:active { color:#4cbbbf; text-decoration:none; }

a.weiss:link {  color:#fff; text-decoration:none; font-weight: bold;}
a.weiss:hover {  color:#0f8398; text-decoration:none; }
a.weiss:visited {  color:#fff; text-decoration:none; }
a.weiss:active { color:#fff; text-decoration:none; }



h1 {
	font-size: 1.5em;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0em;
	
}

h3 {
	font-size: 1.1em;
	margin-bottom: 1.0em;
	padding: 0px 0px 0px 10px; 
}

h4 {
	font-size: 1.0em;
	 color: #d80104;
	
	
}

h5 {
	font-size: 0.9em;
	font-weight: 200;	
}

h6 {
	font-size: 0.9em;
	font-weight: 200;	
}

p {
	font-size:  1.0em;
	padding: 0px 0px 0px 10px; 
	/* text-align: justify;
	 font-weight: 400; 
	margin-bottom: 1.0em; */
}
.klein {
	font-size: 0.8em;
	 font-weight: 200;	
}

hr { 
  
    height: 1px; 
    margin: 0 auto;
    color: #7ec9ff;
	  width: 100%; 
   
}

.rot {
	color: #ff0206;
}

.gelb {
	color: #FF9900;
}

.lila {
	color: #8202c2;
}

.schwarz {
	color: #000;
}


.filmtitel {
  color: #7ec9ff;
  font-size: 1.2em;
  font-weight: 600;
}

.hinterlegt {
 background-color: rgba(255,255,255, .7);
 }
 
 .bgweiss {
 background-color: #fff;
 }
 
 ol {
  background-color: #fff;
		position: relative; 
	/* 	top: 50%; */
		max-width: 1100px;
		height: 180px; 
		left: 50%;
		margin-left: -550px;
		/* margin-top: -130px; */
	}
 
	ol > li {
		width: 20%;
		list-style-type: none;
		position: absolute;
		top: 0;
		
	
		opacity: 0;
		/* 	height: 160px; 
		padding-top: 10px;
		padding: 10px;
		 */
		text-align: center;
		transition: 1s opacity; 
	}

	.active {
		opacity: 1;
	}


.col {
	width: 100%;
	float: left;
		padding: 0px 0px 0px 6px; 
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}	
	

	.col-drittel-kachel {
		width: 33.3%;
		 padding: 10px 10px 10px 10px; 
 	}
	
.col-halb {
		width: 47%;
	 padding: 0px 25px 0px 0px; 
	}
	
.col-viertel {
		width: 25%;
	}
.col-20 {
		width: 20%;
	}
.col-50 {
		width: 50%;
	padding: 0px 19px 0px 6px; 
	}	
	
		
.col-drittel {
		width: 33%;
	}
.col-zweidrittel {
		width: 66%;
	}
.col-dreiviertel {
		width: 75%;
	}	
	






/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
ul li {
	display:inline-block;
	float: left;
	margin-right: 1px;
	
}

/*Style for menu links*/
ul li a {
	display:block;
	min-width:70px;
	height: 46px;
	text-align: center;
	line-height: 50px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-size: 1.1em;
	color: #fff;
	background: #b60205;
	text-decoration: none;
	 padding: 0px 12px 0px 12px; 
}

/*Hover state for top level links*/
ul li:hover a {
	background: #e7484a;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #a3ced0;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #e38687;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 80px;
	padding: 0 20px;
}

/*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: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	text-decoration: none;
	color: #fff;
	background: #d80104;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 1000px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	ul li {
		/* margin-bottom: 1px; */
		border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
	}
	/*Make all menu links full width*/
	ul li, ul li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	
	header {
	
	/*	background: #4cbbbf;
		background-image: url(bilder/cinelatino-m.png); 
		background-repeat: no-repeat;
	background-position: center top; */

}


body {
		margin-left: auto;
	margin-right: auto;

	/* background-size: contain; */
	background-repeat: no-repeat;
	background-position:top; 
	
	}
	

.col-drittel-kachel {
		width: 100%;
		padding: 5px 5px 5px 5px;
	}
.col-halb {
		width: 100%;
		padding: 0px 5px 0px 5px;
	}

	
.col-viertel {
		width: 100%;
	}
.col-drittel {
		width: 100%;
	}
.col-zweidrittel {
		width: 100%;
	}

.col-dreiviertel {
		width: 100%;
	}
.col-20 {
		width: 100%;
		padding: 0px 5px 0px 5px;
	}
.col-50 {
		width: 100%;
		padding: 0px 5px 0px 5px;
	}	
		

.unsichtbar {
	 display: none;
}

.mobilsichtbar {
	 display: table;
	 margin-left: auto;
    margin-right: auto;
} 

 ol {
 
	
		width: 100%;
	
		left: 50%;
		margin-left: -50%;
		 /*  margin-top: -130px; */
	}

}
