/*Stylesheet*/

* 	{padding: 0; margin: 0;}

html 	{
	overflow-y: scroll;
	}

body	{
	color: rgb(10,10,10);
	font-family: helvetica, arial, sans-serif;
	font-size: 16px; font-size: 1rem;
	}


h2	{font-size: 20px; 1.25rem;}

h3	{font-size: 16px; font-size: 1.125rem;}

p	{font-size: 16px; font-size: 1rem;}


a	{
	text-decoration: none;
	}

a:link	
	{
	color: #d90000;
	}

a:visited

	{
	background-color: white;
	color: #d90000;
	}

a:hover, a:focus

	{
	color: white;
	background-color: #d90000;
	border-radius: 2px;
	}

a.weiter

	{
	color: rgb(160,160,160);
	border-bottom: solid 1px;
	}

a.linkzwei

	{
	color: rgb(30,30,30);
	border-bottom: solid 0px;
	}

a.linkzwei:hover, a.linkzwei:focus

	{
	color: grey;
	background-color: white;
	}


a.weiter:hover, a.weiter:focus

	{
	background-color: white;
	color: black;
	border-radius: 0px;
	}


a.hier	{color: grey;}

.hier	a:hover

	{background-color: white;}

a.textlink

	{
	color: grey;
	}

a:hover.textlink

	{color: grey;
	background-color: white;
	border-bottom: solid 1px;}



img 	{
	width: 100%;
	height: auto;
	}


#wrapper
	{
	background-color: white;
	width: auto;
	max-width: 1080px; max-width: 62rem;
	min-width: 350px;
	margin: 10px auto 15px auto;
	border-radius: 10px;
	line-height: 1.5;
	}


#head	h1, h2

	{display: inline;}


#head 	h1
	{
	font-size: 80px; font-size: 3.5rem;
	color: #d90000;
	letter-spacing: .6em;
	}

#head  h1 span

	{
	color: black;
	font-size: 18px; font-size: 1.125rem;
	letter-spacing: 2px;
	margin-right: 80px;
	}


#head 	h2

	{
	color: black;
	font-size: 20px; font-size: 1.25rem;
	letter-spacing: 2px;
	margin-left: 0px;
	}

#head	a:hover

	{background-color: white;}

#titelbild

	{
	overflow: hidden;
	height: 240px;
	border-radius: 5px;
	margin: 10px 20px;
	}


.startseite .image img

	{
	border-radius: 5px;
	padding: 0px;
	}


.kritik #titelbild img, .shop #titelbild img

	{
	position: relative;
	bottom: 125px;
	right: 0px;
	}


#text	{
	overflow: hidden;
	}


#text   h2
	{
	margin-top: 5px;
	margin-bottom: 20px;
	}

#text	h3

	{
	color: rgb(60,60,60);
	margin-top: 10px;
	margin-bottom: 10px;
        }

#text  h3 span

	{
	font-decoration: none;
	color: grey;
	}

#text	h4

	{
	color: grey;
	font-weight: normal;
	font-size: 16px; font-size: 1rem;
	margin-top: 4px;
	}


#text	p

	{
	clear: both;
	text-align: left;
	color: grey;
	margin-top: 15px;
	margin-bottom: 10px;
	}


#text .articel

	{
	margin-top: 15px;
	margin-bottom: 15px;
	}


.clearing
	
	{
	clear: both;
	}

#text #q h2

	{
	display: block;
	margin-bottom: 30px;}

#text #q p

	{
	margin-top: 0px;
	margin-bottom: 30px;
	}

	
#text div[id*="f"] h3 


	{font-size: 16px; font-size: 1rem;
	font-weight: normal; 
	padding: .1em 1.em .1m 0; 
	border-top: 0; 
	border-radius: 0.2em;}


#text div[id*="f"] h3 a 

	{margin-left: 0em;}


#text div[id*="f"]:not(:target) .artikelinhalt p

	{display: none;} 


iframe

	{
	border-radius: 5px;
	}


.trailer #text h2

	{font-size: 18px; font-size: 1.125rem;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.trailer #text h3

	{font-size: 16px; font-size: 1rem;}

.trailer #text p

	{
	font-size: 14px; font-size: 0.875;
	margin-top: 10px;
	}


#dvd
	
	{
	margin-top: 15px;	
	}

#dvd, #vod, #abo
	
	{
	list-style-type: none;
	margin-bottom: 40px;
	}


#dvd   ul, #vod ul, #abo ul

	{margin-top: 20px;}


#dvd	li, #vod li, #abo li

	{
	color: black;
	font-size: 16px; font-size: 1rem;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin-right: 40px;
	}


#impressum

	{
	font-size: 12px; font-size: 0.75rem;
	}

#impressum h2

	{font-size: 18px; font-size: 1.125rem;
	margin-top: 20px;}

#impressum h3

	{margin-top: 50px;}


#impressum	li
	
	{
	display: inline-block;
	list-style-type: none;
	}


#naviI, #naviII
	
	{
	clear: both;
	text-align: left;
	font-size: 18px; font-size: 1.125rem;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#naviI {margin-bottom: 20px;}

#naviII 

	{margin-top: 20px;}


#naviII ul 

	{
	padding-top: 10px;
	border-top: 1px solid grey;
	}


#naviI li, #naviII li

	{
	list-style-type: none;
	display: inline;
	margin-right: 4.6875%;
	}

#naviI li.hier a, #naviII li.hier a

	{color: grey;}


#head, #text, #naviI, #naviII

	{
	margin-right: 10px;
	margin-left: 10px;
	}

#titelbild

	{
	margin-right: 20px;
	margin-left: 20px;
	}

#head, #naviI, #naviII

	{
	padding: 10px;
	}


.grid1 {width: 6.25%;}
.grid2 {width: 14.583333333333%;}
.grid3 {width: 22.916666666667%;}
.grid4 {width: 31.25%}
.grid6 {width: 47.916666666667%;}
.grid8 {width: 64.583333333333%;}
.grid9 {width: 72.916666666667%;}
.grid10 {width: 81.25%;}
.grid11 {width: 89.583333333333%;}
.grid12 {width: 97.916666666667%;}


.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12

	{
	float: left;
	margin: 15px 1.041666666667% 20px 1.041666666667%;
	}


.grid2, .grid3

	{
	margin-top: 5px;
	margin-bottom: 5px;
	}

.grid2
	{
	min-width: 133px;
	}

.grid6, .grid12

	{
	margin-top: 10px;
	margin-bottom: 10px;
	}



@media screen and (max-width: 767px)

{
	#wrapper

		{
		width: 98% !important;
		margin: auto !important;
		float: none !important;
		}

	.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12

		{
		float: none !important;
		display: block !important;
		width: auto !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
		}



	#head h1

		{
		font-size: 25px; font-size: 1.5625rem;
		letter-spacing: .45em;
		}

	
	#head h1 span

		{
		font-size: 14px; font-size: 0.875rem;
		margin-right: 0px;
		}

#wrapper #head h2

		{display: block;
		font-size: 16px; font-size: 1.125rem;
		margin-left: 0;}


#titelbild

		{
		height: 140px;
		}


#text .articel

	{
	margin-top: 20px;
	margin-bottom: 20px;
	}

#text h2

	{font-size: 20px; font-size: 1.125rem}

#text h3	

	{font-size: 16px; font-size: 1rem;}


.kritik #titelbild img, .shop #titelbild img

	{
	position: relative;
	top: 0;
	right: 0;
	}



#story #imgm 
	
	{	
	height: 140px !important;
	min-width: 517px; max-width: 517px;
	}



.trailer

		{
		width="auto";
	 	height="auto";
		}

#dvd
	
	{
	margin-top: 0px;	
	}


#vod li, #dvd li
	
		{
		display: block;
		}


#naviI, #naviII
		
		{
		text-align: left;
		background-color: white;
		font-size: 1rem;
		margin-top: 10px;
		}

#naviI		{margin-bottom: 15px;}


#naviII ul 

		{
		border-top: none;
		}


#naviI li, #naviII li

		{
		display: block;
		width: auto;
		margin: 0;
		padding: 1px 10px 1px 10px;
		border-radius: 5px;
		border: 1px solid grey;
		}

}
