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

/* first for IE 4–8 */
@font-face {
  font-family: FuturaClassicLightWeb;
  src: url("../fonts/FUTUCL__Web.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: FuturaClassicLightWeb;
  src: url("../fonts/FUTUCL__Web.woff") format("woff");
}
h1 {
	font-family: FuturaClassicLightWeb, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:22px;
	padding-bottom:15px;
}
h2 {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:17px;
}
h3 {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:15px;
}
body {
	font-family:'Lato', sans-serif;
	margin:0;
	padding:0;
	background:#ffffff;
	font-size:13px;
	line-height:17px;
}

.textfeld {
	font-size:13px;
	line-height:17px;
}

#menu ul, #menu li {
	padding-left:0;
	margin-left:0;
}

#header {
	position:fixed;
	top:0px;
	z-index:2;
	height:100%;
	width:330px;
	background:url(../images/header-background.png);
}
#logo {
	position:absolute;
	font-family: FuturaClassicLightWeb, sans-serif;
	font-size:47px;
	top:60px;
	width:100%;
	height:210px;
	text-align:center;
	line-height:40px;
}
#logo a {
	text-decoration:none;
	color:#666;
}
#logo #buettner {
	font-size:50px;
}

#menu {
	position:absolute;
	top:220px;
	width:100%;
	text-align:center;
}

#menu li {
	font-family:'P22UndergroundBookRegular', Arial, sans-serif;
	list-style:none;
	text-transform:uppercase;
	color:#888;
	padding-top:5px;
}
#menu li{
	font-size:16px;
}
#menu li.leerzeile {
	padding-top:25px;
}
#footer li{
	font-size:12px;
}

#menu a, #footer a {
	text-decoration:none;
	color:#888;
}
#menu a:hover, #footer a:hover {
	text-decoration:none;
	color:#000;
}
#menu .active, #footer .active, a.active {
	color:#000;
}
#footer {
	min-width:1000px;
	position:fixed;
	bottom:0px;
	height:30px;
	width:100%;
	background:url(../images/footer-background.png);
	z-index:999;
}
#footerline {
	position:relative;
	padding:0;
	top:-6px;
	left:0px;
	padding-left:300px;
}
#footer li {
	font-family:'P22UndergroundBookRegular', Arial, sans-serif;
	list-style:none;
	display:inline;
	padding-left:20px;
	text-transform:uppercase;
	color:#888;
	top:0px;
}

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


#footer .socials {
	position:relative;
	padding-left:10px;
	top:-2px;
	margin: 0;
	opacity:0.5;
}
#footer .socials:hover {
	opacity:1;
}

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

#footeriphone {
	display:none;
}



#subscribe_form {
  width: 360px;
  height: 430px;
  padding: 15px;
  bottom: 40px;
  z-index:1001;
	position:fixed;	
	bottom:30px;
	left:580px;
	background:url(../images/subscribe-back.png);
	display:none;
}
#subscribe_form form {
  color:#fff;
}
#subscribe_form .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  background: transparent url(../images/close_small_x.png) no-repeat center center;
  text-indent: -9999px;
}
#subscribe_form h2 {
  margin: 0 0 15px 20px;
  text-transform: uppercase;
 color:#fff;
 line-height:28px;
}
#subscribe_form .form_wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
  overflow: hidden;
  margin: 0 0 15px 0;
}
#subscribe_form .row {
  position: relative;
}
#subscribe_form .error, #subscribe_form .success {
  font-size: 11px;
  position: relative;
  top:40px;
  margin:auto;
  background: red;
  color: #ffffff;
  padding: 4px;
  z-index: 20;
  text-transform: uppercase;
  text-align:center;
  width:auto;;
  display:none;
}
#subscribe_form .success {
	 background: none;
	 position:relative;
  	margin:auto;
  	top:20px;
  	font-size: 19px;
}
#subscribe_form label {
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  width: 105px;
  padding: 3px 0 3px 20px;
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
}
#subscribe_form input,
#subscribe_form select {
  width: 204px;
  border: 1;
  margin: 0 0 10px 0;
  padding: 3px;
  font-size: 11px;
}
#subscribe_form select {
	width: 214px;
}
#subscribe_form #country {
  text-transform: uppercase;
}
#subscribe_form .country label,
#subscribe_form .country select {
  margin: 0;
}
#subscribe_form .radio_buttons {
  overflow: hidden;
  clear: both;
  padding: 0 0 0 124px;
  font-size: 14px;
  margin: 0 0 15px;
}
#subscribe_form .radio_buttons li {
	list-style:none;
  float: left;
  margin: 0 20px 0 0;
}
#subscribe_form .radio_button {
  width: auto;
  margin: 0 5px 0 0;
  outline: 0;
}
#subscribe_form .checkbox {
  font-size: 11px;
  margin: 0 0 20px;
  padding: 3px 0 3px 20px;
}
#subscribe_form .checkbox label {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  color: #999;
  cursor: pointer;
}
#subscribe_form .checkbox span {
  vertical-align: middle;
}
#subscribe_form .checkbox input {
  width: auto;
  float: none;
  margin-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
}
#subscribe_form .checkbox a {
  color: #999;
}
#subscribe_form .checkbox a:hover {
  text-decoration: none;
}
#subscribe_form #submit_button, #creator #submit_button {	
  cursor:pointer;
  clear: both;
  float: none;
  width: auto;
  position:relative;
  margin:auto;
  top:20px;
 
  display: block;
 font-family:'P22UndergroundBookRegular', Arial, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  background:none;
  outline: 0;
  border:none;
}
#subscribe_form #submit_button:hover {
  color: #cccccc;
}
#subscribe_form .loading {
  position: absolute;
  right: 120px;
  top: 8px;
  display: none;
}
.ie7 #subscribe_form .form_wrapper .row {
  margin: 0 0 10px 0;
}

/*****************/
/*  PDF CREATOR  */
/*****************/

#creator {
	font-size:12px;
	text-align:left;
	max-width:1000px;
	min-width:800px;
	padding:0;
	position:relative;
	z-index:0;
	padding-left:340px;
	top: 85px;
	padding-bottom:30px;
	left:22px;
}
#creator img {
	margin-right:8px;
	padding-top:0px;
	margin-bottom:8px;
	width:auto;
	height:120px;
	border:thin solid #FFFFFF;
}
.creator {
	display:inline;
}

#creator a {
	text-decoration:none;
	color:#000;
}
#creator #error {
	display:none;
	color:#F00;
}
#creator #we_subscribe_email__{
	margin-top:10px;
	margin-bottom:10px;
	width:150px;
}
#creator #submit_button{
	cursor:pointer;
	color:#000;
	margin:0;
	padding:0;
	left:0px;
}
#creator #submit_button:hover{
	color:#888;
}

#creator #submit {
	padding-top:30px;
	padding-bottom:50px;
}
#creator #submit_button {
	margin:0;
}


/***********************************/
/*  ABOUT / LEGAL / CONTACT  */
/***********************************/

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

#content .textfeld {
	position: absolute;
	top: 108px;
	width:500px;
	left:225px;
	padding-bottom:100px;
}

#content a {
	text-decoration:none;
	color:#000;
}
	
/*****************/
/*  FILM / MOVIE  */
/*****************/

#movie {
	position:absolute;
	font-size:14px;
	text-align:left;
	max-width:1000px;
	padding:0;
	left:330px;
	width:60%;
}

#movie .headline {

}
#movie .videotitel{

}
#movie #buttons {
	margin-top: 0px;;
	position: absolute;
	top: 93px;
	width: 40px;
	height: 100px;
	right: -50px;	
}

#movie #info-button {
	position:absolute;
	top:0px;
	opacity:0.6;
	z-index:990;
	width:40px;
	height:40px;
	cursor:pointer;
}
#movie #share-button {
	position:absolute;
	top:42px;
	opacity:0.6;
	cursor:pointer;
}
#movie #close-button {
	z-index:991;
	position:absolute;
	right:0px;
	top:85px;	
	opacity:0.6;
	width:40px;
	height:40px;
}
#movie #info-button:hover, #movie #close-button:hover, #movie #share-button:hover {
	opacity:1;
}	

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

#movie .infotext {
	font-size:12px;
	color:#fff;
	text-align:center;
	padding-left:0px;
	padding-top:0px;
	width:190px;
	height:190px;	
	line-height:15px;
	text-transform:uppercase;
	vertical-align:middle; 
	display:table-cell;
}
	
#movie #playercontainer {
	position:absolute;
	top:90px;
   	width:100%;
}
#movie .flowplayer {
	background:#000;
}

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