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

/* ####################### */
/* ######## Fonts ######## */
/* ####################### */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');

/* ####################### */
/* ###### CSS RESET ###### */
/* ####################### */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, textarea, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color:#FFF;
	font-family: 'Open Sans', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html,body
{
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
p {
	margin-top:0px;
}
body {
	line-height: 1;
	background-color:#000;
	overflow:hidden;
	background: rgba(0,0,0,1);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline:0;
}
h3 {
	margin-bottom:10px;
	font-weight:600;
}
/* ###################### */
/* ###### Site INI ###### */
/* ###################### */

.content_music, .content_speaker, .content_video, .content_contact, #bg_site {
	display:none;
}

/* ####################### */
/* ###### Main DIVs ###### */
/* ####################### */

#page {
	margin: auto;
  	position: absolute;
  	top: 0; 
	bottom: 0;
  	z-index: 100;
	left:10%;
  	width: 500px;
  	height: 730px;
}

#logo {
	position:absolute;
	width: 500px;
  	height: 78px;
	background-image:url(../pics/logo.png);
	background-repeat:no-repeat;
}

#navi {
	position:absolute;
	width: 500px;
  	height: 40px;
	margin-top:100px;
	white-space:nowrap;
	/*border-top: thin solid white;
	border-left: thin solid white;*/
	background:rgba(0,0,0,0.4);
	display:inherit;
}

#content {
	position:absolute;
	width: 500px;
  	height: 540px;
	/*border-top: thin solid white;
	border-left: thin solid white;*/
	margin-top:160px;
	background:rgba(0,0,0,0.5);
	line-height:1.15;
}
.content {
	width: 470px;
	height: 520px;
	padding: 10px 20px 10px 10px;
	position:absolute;
}
.content_contact {
	overflow:auto;
	overflow-x:hidden;
}
.content_home {
	width: 480px;
}
.link {
	font-style:italic;
}

/* ######################## */
/* ###### Background ###### */
/* ######################## */

.background {
	overflow:hidden;
	width:100%;
	height:100%;
	position:absolute;
	background-repeat:   no-repeat;
	z-index:10;
	border:none;
	outline:none;
}

#bg_home {
	background-color:#000;
	background-image: url(../pics/background/home.jpg);
    background-size: auto 100%;
    background-position: center center;
    background-attachment: fixed;
	overflow:hidden;
	border:none;
	outline:none;
}

#bg_site {
	background-color:#000;
	background-image: url(../pics/background/site.jpg);
	background-position: 100px 0;
	background-size:cover;
    background-position: left center;
    background-attachment: fixed;
	border:none;
	outline:none;
}

/* ##################### */
/* ###### The CSS ###### */
/* ##################### */

.navi_element .link_navi {
	display:block;
	height:30px;
	float:left;
	font-size:22px;
	font-family: pragmatica-web, sans-serif;
	font-style: normal;
	font-weight: 700;
	padding-right:10px;
	padding-left:10px;
	padding-top:11px;
	letter-spacing:-1px;
	text-decoration:none;
	margin-left:9px;
}

.link_navi{
	color:#a19d9f;
}

.link_navi:hover {
	color:#FCFCFC;
}

.current {
	color:#EEEEEE;
}

.borderleft {
	border-width: 2px; 
	border-style: solid; 
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 100%, from(white), to(rgba(255, 255, 255, 0))) 1 100%; 
	-webkit-border-image: -webkit-linear-gradient(white, rgba(255, 255, 255, 0)) 1 100%; 
	-moz-border-image: -moz-linear-gradient(white, rgba(255, 255, 255, 0)) 1 100%; 
	-o-border-image: -o-linear-gradient(white, rgba(255, 255, 255, 0)) 1 100%; 
	border-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)) 1 100%;
}

.border {
	position:absolute;
	margin-left: -2px;
}

.contentborderL {
	width:2px;
	height:540px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.borderTop {
	width:502px;
	height:2px;
	margin-top: -2px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.naviborderL {
	width:2px;
	height:40px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.img_speaker {
	width: 480px;
	height: 270px;
	background-image:url(../pics/speaker.jpg);
}

#player_home {
	position:absolute;
	width:470px;
	height:auto;
	bottom:10px;
	background-color:rgba(0,0,0,0.15);
}
.lang_select_de, .lang_select_en {
	height:15px;
	width:auto;
	position:absolute;
	margin-top: 715px;
	margin-left: 12px;
	font-size:12px;
	background-image:url(../pics/lang.jpg);
	background-repeat:no-repeat;
}
.lang_select_de {
	background-position:0px 0px;
	
}
.lang_select_en {
	background-position:0px -15px;
}
.link_lang {
	padding-left:30px;
	padding-top:1px;
	display:block;
	text-decoration:none;
}
.pause_player {
	height:15px;
	width:auto;
	position:absolute;
	margin-top: 715px;
	right:12px;
	padding-top:1px;
	display:block;
	cursor:pointer;
	font-size:12px;
	background-repeat:no-repeat;
}
#player_speaker, #player_music {
	background-color:rgba(0,0,0,0.25);
}
.music_container {
	height:439px;
	width:480px;
	overflow-x:hidden;
	overflow-y:auto;
	position:relative;
	margin-bottom:10px;
}

/* ##################### */
/* ###### Kontakt ###### */
/* ##################### */

after_submit, #email_validation, #name_validation {
    display:none;
}

#after_submit{
    background-color: #c0ffc0;
	color:#000000;
    line-height: 31px;
    margin-bottom: 10px;
    padding-left: 20px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

label, #after_submit{
	/*color: #6c6c6c;*/
}

input{
    line-height: 31px;
}

input, textarea{
    width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.60);
	border: solid 1px #b6c7cb;
}
.input {
	margin-top:4px;
	padding-left:4px;
	padding-right:4px;
	color:#000;
}

textarea{
	padding:4px;
	resize: vertical;
	max-height:300px;
	min-height:100px;
	color:#000;
}

#contact_form{
	margin-left:-8px;
}

.button{
    width: 130px;
	height: 34px;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: inset 0 2px rgba(255,255,255,.29);
	-moz-box-shadow: inset 0 2px rgba(255,255,255,.29);
	box-shadow: inset 0 2px rgba(255,255,255,.29);
	border: solid 1px #77a4cb;
	font-weight: bold;
	color: #6c6c6c;
    margin-left: 7px;
}

label.required:after {
  content:'*';
}

.error {
  background-color:rgba(255,172,173,0.60);
  border-color:red;
  color:#000000;
}
.error_container {
  color:red;
}
.error_message{
  font-style: italic;
  font-size: 10px;
  color:red;
  padding-top:2px;
}
.row {
  margin:8px;
}

#mobile_header{
	visibility:hidden;
	display:none;
}
.hidewhenmobile {
	visibility:visible;
	display:inline;
}
.hidewhenscreen {
	display:none;
	visibility:hidden;
}

/* ######################### */
/* ###### Musik-Seite ###### */
/* ######################### */

.music_element {
	height:140px;
	width:100%;
	margin-bottom:8px;
	overflow:hidden;
}
.cover {
	position:absolute;
	width:190px;
	height:140px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
.element_text {
	position:absolute;
	margin-left:198px;
}
.playbutton {
	position: absolute;
	height: 16px;
	width: 190px;
	background-image:url(../pics/playbutton.png);
	background-position: 0 4px;
	background-repeat:no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-top:6px;
	margin-top:120px;
	display:block;
	cursor:pointer;
}

.player_music {
	height:65px;
	width:auto;
	overflow:hidden;
}
.lastelement {
	margin-bottom:16px;
}
.musictitle, h1 {
	font-weight:600;
}


/* ########################### */
/* ## Mobile Theme (>900px) ## */
/* ########################### */


@media only screen and (max-device-width: 900px), screen and (max-width: 700px) {
	
body {
	overflow:hidden;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(74,59,53,1) 26%, rgba(128,111,104,1) 52%, rgba(128,111,104,1) 55%, rgba(66,51,46,1) 83%, rgba(15,13,12,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(26%, rgba(74,59,53,1)), color-stop(52%, rgba(128,111,104,1)), color-stop(55%, rgba(128,111,104,1)), color-stop(83%, rgba(66,51,46,1)), color-stop(100%, rgba(15,13,12,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(74,59,53,1) 26%, rgba(128,111,104,1) 52%, rgba(128,111,104,1) 55%, rgba(66,51,46,1) 83%, rgba(15,13,12,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(74,59,53,1) 26%, rgba(128,111,104,1) 52%, rgba(128,111,104,1) 55%, rgba(66,51,46,1) 83%, rgba(15,13,12,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(74,59,53,1) 26%, rgba(128,111,104,1) 52%, rgba(128,111,104,1) 55%, rgba(66,51,46,1) 83%, rgba(15,13,12,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(74,59,53,1) 26%, rgba(128,111,104,1) 52%, rgba(128,111,104,1) 55%, rgba(66,51,46,1) 83%, rgba(15,13,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f0d0c', GradientType=0 );
}

.hidewhenmobile {
	display:none;
	visibility:hidden;
}
.hidewhenscreen {
	visibility:visible;
	display:inline;
}
#mobile_header{
	visibility:visible;
	display:inline;
	top:0;
	width:100%;
	height:60px;
	position:fixed;
	background: rgba(82,62,54,1);
	background: -moz-linear-gradient(top, rgba(82,62,54,1) 0%, rgba(26,24,22,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,62,54,1)), color-stop(100%, rgba(26,24,22,1)));
	background: -webkit-linear-gradient(top, rgba(82,62,54,1) 0%, rgba(26,24,22,1) 100%);
	background: -o-linear-gradient(top, rgba(82,62,54,1) 0%, rgba(26,24,22,1) 100%);
	background: -ms-linear-gradient(top, rgba(82,62,54,1) 0%, rgba(26,24,22,1) 100%);
	background: linear-gradient(to bottom, rgba(82,62,54,1) 0%, rgba(26,24,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#523e36', endColorstr='#1a1816', GradientType=0 );
	z-index:100;
}
#page {
	margin: 0;
	padding:0;
  	position: relative;
  	top: auto; 
	bottom: auto;
  	z-index: 100;
	left:auto;
  	width: 100%;
  	height: 100%;
}
#content {
	position:relative;
	width: 100%;
  	height: 100%;
	top:60px;
	/*border-top: thin solid white;
	border-left: thin solid white;*/
	margin:0;
	background:rgba(0,0,0,0);
	line-height:1.15;
	overflow:auto;
	z-index:50;
}
.content {
	top:10px;
	left:10px;
	right:10px;
	bottom: 70px;
	overflow: auto;
	margin: 0;	
	height:auto;
	width:auto;
	position:absolute;
	background:rgba(0,0,0,0.5);
	z-index:50;
}
#navi {
	position:absolute;
	width: 250px;
  	height: auto;
	top:60px;
	bottom:0px;
	margin:0;
	white-space:nowrap;
	background: rgba(0,0,0,0.9);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(74,59,53,0.9) 26%, rgba(128,111,104,0.96) 52%, rgba(128,111,104,0.98) 55%, rgba(66,51,46,0.9) 83%, rgba(15,13,12,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.9)), color-stop(26%, rgba(74,59,53,0.96)), color-stop(52%, rgba(128,111,104,0.98)), color-stop(55%, rgba(128,111,104,0.9)), color-stop(83%, rgba(66,51,46,0.9)), color-stop(100%, rgba(15,13,12,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(74,59,53,0.96) 26%, rgba(128,111,104,0.96) 52%, rgba(128,111,104,0.98) 55%, rgba(66,51,46,0.98) 83%, rgba(15,13,12,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(74,59,53,0.96) 26%, rgba(128,111,104,0.96) 52%, rgba(128,111,104,0.98) 55%, rgba(66,51,46,0.9) 83%, rgba(15,13,12,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(74,59,53,0.96) 26%, rgba(128,111,104,0.96) 52%, rgba(128,111,104,0.98) 55%, rgba(66,51,46,0.9) 83%, rgba(15,13,12,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(74,59,53,0.96) 26%, rgba(128,111,104,0.96) 52%, rgba(128,111,104,0.98) 55%, rgba(66,51,46,0.9) 83%, rgba(15,13,12,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f0d0c', GradientType=0 );
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:90;
	display:none;
}
#player_home {
	position: relative;
	width:auto;
	height:auto;
	bottom:0px;
	background-color:rgba(0,0,0,0.15);
}
.music_container {
	height:auto;
	width:auto;
	overflow-x:hidden;
	overflow-y:auto;
	position:relative;
	margin-bottom:10px;
}
li.navi_element {
	width:250px;
	height:52px;
}
li.navi_element_small {
	width:250px;
	height:34px;
}
.navi_element .link_navi {
	display:block;
	height:20px;
	width:250px;
	float:left;
	font-size:22px;
	font-family: pragmatica-web, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin:0;
	padding:0;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:2px;
	letter-spacing:-1px;
	text-decoration:none;
	text-align:center;
	background:rgba(0,0,0,0.3);
}
.navi_elementsmall, .link_navi_small {
	display:block;
	height:16px;
	width:250px;
	float:left;
	font-size:16px;
	font-family: pragmatica-web, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin:0;
	padding:0;
	margin-top:2px;
	padding-top:8px;
	padding-bottom:8px;
	letter-spacing:-1px;
	text-decoration:none;
	text-align:center;
	background:rgba(0,0,0,0.3);
}
.navi_mobile {
	margin-top:20px;
	float:left;
}
.link_navi_small{
	color:#a19d9f;
}
.link_navi:hover, .link_navi_small:hover {
	color:#FCFCFC;
	background:rgba(255,255,255,0.1);
}
#logomobile {
	height:42px;
	width:269px;
	position:absolute;
	right:50%;
	left:50%;
	margin-left:-102px;
	margin-top:9px;
	background-image:url(../pics/logo_mobile.png);
	background-size: 269px 42px;
}
.pause_player_mobile {
	cursor:pointer;
}
#menu_button {
	width:50px;
	height:50px;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	background-position:10px 0;
	cursor:pointer;
	background-image:url(../pics/menu.png);
	background-repeat:no-repeat;
	background-size: 34px 34px;
	background-position: 8px 8px;
	position:absolute;
}
.menupic {
	width: 80px;
	height:80px;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
	background-image:url(../pics/tinytobi.jpg);
	background-size: 80px 80px;
	border-radius: 40px;
    border: 2px solid #a19d9f;
}
.tobitext {
	position:absolute;
	text-align:center;
	margin-left: 106px;
	margin-top:62px;
	font-size:19px;
}
