

body{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:13px;
	background-color: #000; 

	}
	 
div.container {
    /* The background image must be 980px wide */
    max-width: 980px; 
	border:0px solid green; 
	border-radius: 15px;
	margin:auto;
	text-align:left;
	height:auto;
	display:block;
    }
              
.fixedratio {
	margin:0px;
    padding-top: 30%;  /* 450px/800px = 0.5625 */
	border-radius: 15px;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    -moz-background-size: cover;  /* Firefox 3.6 */
    background-position: center;  /* Internet Explorer 7/8 */
	border:0px solid #444;
    }
			  
.menu_oben{
	margin-top:0.5%;
	widht:100%;
	border:1px solid #8a0000; 
	height:25px;
	background-color:#AB0000;
	line-height:24px;
	border-radius: 15px;
	}
	
.menubutton{
	margin-top:3px;
	color:#fff;
	font-weight: 900;
	margin-left:5px;
	height:18px;
	line-height:18px;
	width:80px;
	float:left;	
	text-align:center;
	}

div.menubutton:hover{
	border-radius:10px;
	background-color:#666;
	color:#fff;
	width:80px;
	cursor: pointer;
	}
	
.content{
	margin-top:0.5%;
	float:left;
	width:100%;
	background-color:#ebebeb;
	min-height:100vh;
	border-radius: 15px;
	}
	
.clear{
	clear:both;
	}	
	
.footer{
	width: 100%;
	background-color:#ebebeb;
	height:50px; 
	margin-top:0.5%;
	border-radius: 15px;
	margin-left: auto;
    margin-right: auto;
	}
	
.socialmedia{
	margin-left:20px;
	border:0px solid green;
	}
	
.smbutton{
	width:35px;
	opacity:0.6;
	filter:alpha(opacity=60);
	transition: all 0.5s ease-in-out;
}

.smbutton:hover{
	opacity:1;
	filter:alpha(opacity=100);
	/*transform:rotateY(360deg);*/
	cursor:pointer;
	}

/* Banner */
.banner-section{
	margin-top:16px!important;margin-bottom:16px!important
	}
.banner-content{
	margin-left:auto;
	margin-right:auto;
	}
	
.animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

/* player shadow */
.glow{
	
	border:2px solid #888;
	/* margin-top:10px;
	margin-left:10px; */ 
	-webkit-box-shadow:0 0 20px #000; 
    -moz-box-shadow: 0 0 20px #000; 
    box-shadow:0 0 20px #000;
	}

.text1{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:13px;
	font-weight:bold;
	margin-left:30px;
	margin-top:10px;
	max-width:800px;
	border:0px solid #000;
	padding-right:10px;
	
	}
.fleft{
	float:left;
	width:80%;
	display:block;
}

a.textlink{
	color:#ab0000;
	font-weight:bold;
	text-decoration:none;
	}
	
a.textlink:hover{
	color:#000;
	text-decoration:none;
	font-weight:900;
	cursor: pointer;
	}
	
a.textlinkfilm{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
a.textlinkfilm:hover{
	color:#000;
	text-decoration:none;
	font-weight:900;
	cursor: pointer;
	}
.trailerboxlink{
	padding-left:10px;
	line-height:25px;
	height:25px;
	width:100%;
	background-color:#ab0000;
	color:#fff;	
}
.tag{
	border-radius:10px;
	border:0px;
	background-color:#666;
	color:#fff;
	height:18px;
	font-size:10px;
	  outline: none;
}

h2{
	color:#ab0000;
	}
	

a#backToTop {
    width:42px;
    height:42px;
    opacity:0.5;
    position:fixed;
    bottom:15px;
    right:10%;
    display:none;
    text-indent:-10000px;
    outline:none !important;
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
	}

	
.img-profile {
	 
	margin-left:auto; margin-right:auto;
	float:left;
	}
.img-profile1{
	margin-top:30px;margin-left:10px;

	}

.login{
	margin: 5px;
	background-color:#4f7a28;
	color:#fff;
	border:0px;
	height:30px; 
	border-radius:10px;
	opacity:0.7;
	filter:alpha(opacity=70);
	transition: all 0.5s ease-in-out;
	outline:none;
	}
	
.login:hover{
	margin: 5px;
	background-color:#4f7a28;
	color:#fff;
	border:0px;
	height:30px; 
	border-radius:10px;
	opacity:1;
	filter:alpha(opacity=100);
	outline:none;
	}
/* cookie notice */

#cookieNotice{
	position:relative;
	background-color:#c0c0c0;
	border-bottom:solid 1px #a0a0a0;
	padding:10px;
	text-align:center;

	}
#cookieNoticeCloser{
	color:transparent;
	position:absolute;
	right:10px;
	width:15px;
	height:15px;
	cursor:pointer;
	}
#cookieNoticeCloser:before{
	content:'';
	position:absolute;
	width:1px;
	height:9px;
	background-color:#000000;
	left:7px;
	top:3px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	}
#cookieNoticeCloser:after{
	content:'';
	position:absolute;
	width:1px;
	height:9px;
	background-color:#000000;
	left:7px;
	top:3px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	}

/* player */

.playbutton{
	margin-left:115px;
	margin-top:55px;
	}

.playbutton:hover{
	cursor: pointer;
	}

.playercontainer{
	border-radius: 5px;
	max-width:302px;
	float:left;
	border:0px solid #000;
	margin-right:50px;
	margin-bottom:20px;
	}
.playertitel{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	max-width:300px;
	height:20px;
	line-height:20px;
	color:#fff;
	background-color:#ab0000;
	font-size:12px;
	padding-left:2px;
	font-weight:normal;
	}
.containerplayer{
	max-width:300px;
	height:171px;
	border-top:1px solid #fff;
	}

.playertext{
	border:0px solid #000;
	text-align: justify;
	padding:5px;
	background-color:#666;
	max-width:300px;
	color:#fff;
	font-size:12px;
	min-height:240px;
	}
.playerbottom{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top:1px solid #fff;
	max-width:300px;
	height:20px;
	line-height:20px;
	color:#fff;
	background-color:#ab0000;
	font-size:12px;
	padding-left:2px;
}
.playerimage{
	width:300px;
	height:170px;
	}
.titeltrailer{
	max-width:640px;
	background-color:#ab0000;
	color:#fff;
	line-height:25px;
	height:25px;
	font-size:17px;
	padding-left:5px;
	border-radius:10px;
}

.error{
	display:none;
	text-align:center;
	color:#fff;
	}
.imgview{
	margin-top:20px;
	margin-right:40px;
	float:left;
}

/*newsletter */
.containernews{
	background-color:#ab0000;
	opacity:0.8;
	filter:alpha(opacity=80);
	margin:10px;
	border-radius:10px;
	max-width:1000px;
	min-height:70px;
	padding:5px;
	color:#fff;
	text-align:center;
}
.containertext{
	  display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari 8 */
	font-size:20px;
	font-weight:900;
	border:0px solid #fff;
	width:100%;
}
.textnews{
	margin-left:auto;
	margin-right:auto;
	width:50%;
	border:0px solid #fff;
	text-align: center;
	margin-top:12px;
	float:left;
}
.newslupe{
	margin-top:10px;
	border:0px solid #fff;
	float:left;
}
.newscontainer2{
	margin-left:10px;
	text-align:center;
	font-size:18px;
	font-weight:900;
}
.emailnews{
	border-radius:10px;
	color:#000;
	outline:none;
	background-color:#666;
	border:1px solid #fff;
	width:250px;
}
.newstext2{
	font-size:15px;
	font-weight:900;
}
.newsbutton{
	font-size:18px;
	font-weight:900;
	background-color:#ab0000;
	border-radius:10px;
	outline:none;
}

.newserrcontainer{
	
	display:                 flex;
	display:                 -webkit-flex; /* Safari 8 */
	flex-wrap:               wrap;
	-webkit-flex-wrap:       wrap;         /* Safari 8 */
	justify-content:         center;
	-webkit-justify-content: center;       /* Safari 8 */
}	
.newserrtext{
	margin-top:15px;
	min-height:24px;
	border:1px solid #fff;
	width:500px;
	border-radius:8px;
}
.errtxt{
	line-height:16px;
}
/* ----------------- Mobile @media (max-width: 990px) {-------------------------*/
	
@media (min-width: 480px) and (max-width: 990px)  {
body{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:10px;
	background-color: #000;
	}
	
h2{
	
	font-size:20px;
	font-weight: 900;
	}
.menubutton{
	color:#fff;
	font-weight: 900;
	margin-left:2px;
	float:left;
	width:57px;
	}

div.menubutton:hover{
	background-color:#666;
	color:#fff;
	width:57px;
	cursor: pointer;
	}
	
.img-profile {
	margin-left:auto; margin-right:auto;
	float:left;
	}

.tag{
	border-radius:10px;
	border:0px;
	background-color:#666;
	color:#fff;
	height:18px;
	font-size:8px;
	outline: none;
	}

.playbutton{
	margin-left:0px;	
	margin-top:55px;

	}

.playbutton:hover{
	cursor: pointer;
	}

.playcontainer1{
  display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari 8 */
	}
	
.playercontainer{
	border-radius: 5px;
	max-width:280px;
	float:left;
	border:0px solid #000;
	margin-bottom:20px;
	}
	
.playertitel{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	max-width:280px;
	height:20px;
	line-height:20px;
	color:#fff;
	background-color:#ab0000;
	font-size:11px;
	padding-left:2px;
	font-weight:normal;
	}
	
.containerplayer{
	max-width:280px;
	height:171px;
	border-top:1px solid #fff;
	}

.playertext{
	border:0px solid #000;
	text-align: justify;
	padding:5px;
	background-color:#666;
	max-width:280px;
	color:#fff;
	font-size:11px;
	}
	
.playerbottom{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top:1px solid #fff;
	max-width:280px;
	height:20px;
	line-height:20px;
	color:#fff;
	background-color:#ab0000;
	font-size:11px;
	padding-left:2px;
	}

.playerimage{
	width:280px;
	height:170px;
	}
	
.text1{
	text-align:center;
	max-width:70%;
	}

.fleft{
	float:left;
	display:block;
	}

.smbutton{
	width:25px;
	opacity:0.6;
	filter:alpha(opacity=60);
	transition: all 0.5s ease-in-out;
	}
	
.login{
	margin: 5px;
	background-color:#4f7a28;
	color:#fff;
	border:0px;
	height:24px; 
	border-radius:10px;
	opacity:0.7;
	filter:alpha(opacity=70);
	transition: all 0.5s ease-in-out;
	outline:none;
	}
.titeltrailer{
	max-width:640px;
	background-color:#ab0000;
	color:#fff;
	line-height:20px;
	height:20px;
	font-size:15px;
	padding-left:5px;
	border-radius:10px;
	font-weight:normal;
	}
.error{
	display:none;
	text-align:center;
	color:#fff;
	}
	
/*newsletter */

.containertext{
	display:                 flex;
	display:                 -webkit-flex; /* Safari 8 */
	flex-wrap:               wrap;
	-webkit-flex-wrap:       wrap;         /* Safari 8 */
	justify-content:         center;
	-webkit-justify-content: center;       /* Safari 8 */
	font-size:16px;
	font-weight:900;
	border:0px solid #fff;
	width:100%;
	}
.newscontainer2{
	margin-left:10px;
	text-align:center;
	font-size:16px;
	font-weight:900;
	}
.emailnews{
	border-radius:10px;
	color:#000;
	font-size:13px;
	outline:none;
	background-color:#666;
	border:0px solid #fff;
	width:200px;
	}
.newstext2{
	border:0px solid #fff;
	font-size:13px;
	font-weight:900;
	}
.newsbutton{
	font-size:16px;
	font-weight:900;
	background-color:#ab0000;
	border-radius:10px;
	outline:none;
	}
}
/* ------------------- Mobile1 --------------------*/
@media (min-width: 285px) and (max-width: 480px) {
	
	.fixedratio {
	margin:0px;
    padding-top: 22%;  /* 450px/800px = 0.5625 */
    }
	
body{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:8px;
	background-color: #000;
	}
h2{
	font-size:22px;
	font-weight: 900;
	text-align: center;
}
.menubutton{
	color:#fff;
	font-weight: 900;
	margin-left:0px;
	float:left;
	width:47px;
	}

div.menubutton:hover{
	background-color:#666;
	color:#fff;
	width:47px;
	cursor: pointer;
	}
	
.img-profile {
	margin-left:30%; 

}

.tag{
	border-radius:10px;
	border:0px;
	background-color:#666;
	color:#fff;
	height:18px;
	font-size:8px;
	  outline: none;
	}

.playbutton{
	margin-left:115px;
	margin-top:55px;
	}

.playbutton:hover{
	cursor: pointer;
	}

.playercontainer{
	position:relative;
	width:250px;
	left:50%;
	margin-left: -125px;
	border-radius: 5px;
	max-width:250px;
	float:left; 
	border:0px solid #000;
	margin-bottom:20px;
	}
.playertitel{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	max-width:250px;
	height:20px;
	line-height:20px;
	color:#fff;
	background-color:#ab0000;
	font-size:10px;
	padding-left:2px;
	font-weight:normal;
	}
.containerplayer{
	max-width:280px;
	height:171px;
	border-top:1px solid #fff;
	}

.playertext{
	border:0px solid #000;
	text-align: justify;
	padding:5px;
	background-color:#666;
	max-width:250px;
	color:#fff;
	font-size:10px;
	min-height:120px;
	}
.playerbottom{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top:1px solid #fff;
	max-width:250px;
	height:20px;
	line-height:20px;
	color:#fff;
	background-color:#ab0000;
	font-size:10px;
	padding-left:2px;
	}

.playerimage{
	width:250px;
	height:170px;
	}

.fleft{
	float:left;
	display:block;
}
	
.smbutton{
	width:20px;
	opacity:0.6;
	filter:alpha(opacity=60);
	transition: all 0.5s ease-in-out;
}

.login{
	margin: 5px;
	background-color:#4f7a28;
	color:#fff;
	border:0px;
	height:19px; 
	border-radius:10px;
	opacity:0.7;
	filter:alpha(opacity=70);
	transition: all 0.5s ease-in-out;
	outline:none;
	}
	
.titeltrailer{
	max-width:640px;
	background-color:#ab0000;
	color:#fff;
	line-height:20px;
	height:20px;
	font-size:11px;
	padding-left:5px;
	border-radius:10px;
	font-weight:normal;
	}
	
.error{
	display:none;
	text-align:center;
	color:#fff;
	}
.containertext{
	font-size:12px;
	font-weight:900;
	border:0px solid #fff;
	width:100%;
	}
.newstext2{
	font-size:11px;
	font-weight:900;
	}
.newsbutton{
	font-size:13px;
	font-weight:900;
	background-color:#ab0000;
	border-radius:10px;
	outline:none;
	}
/*newsletter */

.containertext{
	display:                 flex;
	display:                 -webkit-flex; /* Safari 8 */
	flex-wrap:               wrap;
	-webkit-flex-wrap:       wrap;         /* Safari 8 */
	justify-content:         center;
	-webkit-justify-content: center;       /* Safari 8 */
	font-size:12px;
	font-weight:900;
	border:0px solid #fff;
	width:100%;
	}
.newscontainer2{
	margin-left:10px;
	text-align:center;
	font-size:12px;
	font-weight:900;
	}
.emailnews{
	border-radius:10px;
	color:#000;
	font-size:10px;
	outline:none;
	background-color:#666;
	border:0px solid green;
	width:180px;
	}
.newstext2{
	border:0px solid #fff;
	font-size:10px;
	font-weight:900;
	}
.newsbutton{
	font-size:12px;
	font-weight:900;
	background-color:#ab0000;
	border-radius:10px;
	outline:none;
	}
}

/* auflösung zu gering */

@media (min-width: 0px) and (max-width: 284px) {
div.container{
	display:none;	
	}
.error{
	display:block;
	text-align:center;
	color:#fff;
	}
	
}