﻿@charset "UTF-8";
/* CSS Document */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
#header {
	position:fixed;
	top:0px;
	z-index:2;
	height:100%;
	width:239px;
	background:url(../images/header-background.png);
}

#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; padding-left:239px}

#logo {
	position:absolute;
	font-family: FuturaClassicLightWeb, sans-serif;
	font-size:40px;
	top:60px;
	width:239px;
	height:210px;
	text-align:center;
	line-height:40px;
}

#logo #buettner {
	font-size:42px;
}

#menu {
	position:absolute;
	top:200px;
	left:0px;
	width:239px;
	text-align:center;
}
#filter{
	position:absolute;
	top:370px;
	left:0px;
	width:239px;
	text-align:center;
}
#kacheln {
	position:relative;
	text-align:left;
	max-width:1024px;
	padding:0;
	position:absolute;
	top:0px;
	z-index:0;
	padding-left:240px;
	padding-bottom:30px;
}
#kacheln img {
	padding-right:1px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:-3px;
	width:195px;
	height:195px;
	margin-top:0px;
}

#footerline {
	position:relative;
	padding:0;
	top:-6px;
	left:0px;
	padding-left:0px;
}

#footer .about{
	padding-left:100px;
}

#footer #socials {
	position:absolute;
	left:800px;
}

#content {
	max-width:785px;
	padding:0;
	position:relative;
	left:239px;
}

#content #sidepicture.contact {
	display:none;
}
#content #sidepicture.about {
	display:none;
}

#content #sidepicture.legal {
	display:none;
}

#content .textfeld {
	top: 87px;
	left:100px;
}

#series{
	width:1024px;
}
	
#header-series {
	display:none;
}
#supersized {
	top:-13px;
	padding:0;
	text-align:left;
}

#movie #infobox {
	display:none;
	margin-top:0px;
	position:absolute;
	top: 93px;
	right:-0px;
	width:190px;
	height:190px;
	z-index:995;
	background:url(../images/infotext.png);
}

#creator {
	font-size:12px;
	text-align:left;
	max-width:693px;
	min-width:693px;
	padding:0;
	position:relative;
	z-index:0;
	left:331px;
	top: 100px;
	padding-bottom:30px;
}

#subscribe_form {
	left:330px;
}


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {

#header {
	position:fixed;
	top:0px;
	z-index:2;
	height:100%;
	width:239px;
	background:url(../images/header-background.png);
}

#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; padding-left:239px}

#kacheln img {
	padding-right:1px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:-3px;
	width:131px;
	height:131px;
	margin-top:0px;
}

#kacheln .infofield {
	position:absolute;
	padding-right:1px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:-3px;
	width:130px;
	height:131px;
	margin-top:0px;
	background:url(../images/infotext.png);
	display:none;		
}
#kacheln .infotext {
	font-size:10px;
	color:#fff;
	text-align:center;
	padding-left:0px;
	padding-top:0px;
	width:130px;
	height:131px;	
	line-height:12px;
	text-transform:uppercase;	
	vertical-align:middle; 
	display:table-cell
}
#content {
	max-width:385px;
	padding:0;
	position:relative;
	left:239px;
}
#content .textfeld {
	left:50px;
	padding-right:10px;
	width:460px;
}

#creator {
	font-size:12px;
	text-align:left;
	max-width:510px;
	min-width:510px;
	padding:0;
	position:relative;
	z-index:0;
	left:280px;
	top: 100px;
	padding-bottom:30px;
}

#series #buttons {
	margin-top:-50px;
	position:absolute;
	top:70%;
	width:40px;
	height:210px;
	right:0px;
}
#series #infobox {
	top:70%
}

#movie {
	position:absolute;
	font-size:14px;
	text-align:left;
	max-width:950px;
	padding:0;
	left:270px;
}

#movie #playercontainer {
	position:absolute;
	top:110px;
   	width: 440px;
}


#movie .flowplayer {
	background:#000;
}

#movie .flowplayer .fp-logo {
  display: block;
  z-index:900
  /*opacity: 1 !important;*/
}

#subscribe_form {
	left:270px;
}

#footer .about{
	padding-left:20px;
}

#footer #socials {
	position:absolute;
	left:580px;
}
#footerline {
	position:relative;
	padding:0;
	top:-6px;
	left:-30px;
	padding-left:0px;
}


}