* {
	font-family:arial;
	padding:0;
	margin:0;
}

body {
	font-family:arial;
	font-size:18px;
	background-image: url("../bilder/Filmstreifen_schw_trans60.png");
	background-size: 100% ;

}

.menu{
	max-width:800px;
	margin:auto;
	width:100%;
	clear: both; 
	display:block;
}

.inhalt{
	max-width:800px;
	margin:auto;
	width:80%;
	clear: both; 
	display:block;
	padding:2%;
}

.programmContainer{
	//background-image: url("../bilder/Filmstreifen_schw_trans60.png");
	//background-size: 100% ;
}

.container{
	max-width:800px;
	margin:auto;
	width:100%;
	clear: both; 	
	font-size:12px;
	height:100%;
}
h1,h3{
	font-weight: normal;
	padding-bottom:2px;
	//font-size:1.5em;
}

h2{
	//font-size:1.1em;
	padding-bottom:2px;
}


.containerLogo{
	max-width:800px;
	margin:auto;
	width:81%;
	//clear: both; 
	background-color:#003300;
}

.logo {
	width:100%;
	height:100%;
}
.zeigt{
	color:white;
	text-align:center;
	//font-size:1em;
}
.card2 {
	//margin:3.33333%;;

}
.med {
	width:30%;

}
.filme {

	width:100%;
	height:100%;
}

.plakat {
	float: left;
	width:30%;
	padding;5%;
	margin-right: 3.33333%;
	height:100%;
}

.datum {
	font-family:Courier;
	font-size:12px;
}

.ende{
	height:100px;
	background-image: url("../bilder/Filmstreifen_schw_trans60.png");
	background-size: 100% ;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

// input
.inpDatum {
	width:10em;
}

.inpZeit {
	width:10em;
}


.achtungText {
	width: 50vw;
	transform: rotate(50deg);
	position: absolute;
	font-size:6vw;
	left:10vw;
	background: rgb(255, 255, 255); /* Black background with 0.5 opacity */ 
	background: rgba(255, 255, 255, 0.5); /* Black background with 0.5 opacity */
	text-align:center;
	color:red;
}


