﻿body {
	margin: 0;
	padding: 0;
	background: url(images/bg.png) repeat #f0eddd;
	font-family: 'Open Sans', Calibri, Arial;
	font-size: 10pt;
	line-height: 150%;
	color: #333;
}
h2 {
	margin: 15px 0;
	font-size: 16pt;
}
h3 {
	margin: 20px 0 10px 0;
	font-size: 14pt;
}
a {
	text-decoration: none;
}
:focus {
	outline: none;
} 
a img {
	border: none;
}
.clear {
	clear: both;
}
@font-face {
	font-family: 'Mono Social Icons Font';
	src: url('fonts/MonoSocialIconsFont-1.10.eot');
	src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
	src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.symbol, a.symbol:before {
	font-family: 'Mono Social Icons Font';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* =====
   LIGHT
   ===== */

#main a , #content ul > li::before, #content ol > li::before {
	color: #f53;
	color: #e53;
}
#content a:hover, #sidebar .tweet a:hover {
	border-bottom: 1px dotted #f53;
	border-bottom: 1px dotted #e53;
}


/* ======
   SCREEN
   ====== */

#topbar {
	z-index: 10;
}
#wrapper {
	min-width: 920px;
	max-width: 1400px;
	width: 92%;
}
#topbar .topbarInner {
	min-width: 650px;
	max-width: 100%;
	width: 92%;
}
#main, #topmenu, #social {
	margin-left: 25px;
	margin-right: 25px;
}
#content {
	z-index: 3;
	width: 100%;
	/* width: 65%; */
}
#sidebar {
	z-index: 3;
	width: 35%;
}

/* ======
   HEADER
   ====== */

#topbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#topbar .topbarBG {
	height: 40px;
	width: 100%;
	background: url(images/topbarbg.png) repeat;
	background: rgba(40,40,40,.95);
}
#topbar .topbarInner {
	margin: 0 auto;
}
#topmenu {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu > li {
	position: relative;
	display: inline-block;
	height: 40px;
}
#topmenu > li > a {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-family: 'Carrois Gothic SC';
	font-size: 10pt;
	font-weight: 400;
}
#topmenu > li > a:hover {
	background-color: rgba(255, 255, 255, 0.03);
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.06) inset;
	color: #fff;
	text-shadow: rgb(10,10,10) 1px 1px 1px; 
}
#topmenu .drop::after {
	content: '';
	position: absolute;
	top: 17px;
	right: 3px;
	border-top: 4px solid #ddd;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
#topmenu li:hover .drop::after {
	border-top: 0;
	border-bottom: 4px solid #ddd;
}
#topmenu li ul {
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	list-style-type: none;
	background: url(images/topbarbg.png) repeat;
	background: rgba(40,40,40,.95);
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.6s ease-in-out;
}
#topmenu li ul::after {
	content:'';
	display: block;
	width: auto;
	height: 7px;
	background: rgba(40,40,40,.95);
}
#topmenu li:hover ul {
	max-height: 400px;
}
#topmenu li ul li {
	border-bottom: 1px solid rgba(60,60,60,.8);
}
#topmenu li ul li a{
	display: block;
	font-size: 9pt;
	border-bottom: 1px solid rgba(30,30,30,.8);
	padding: 8px 13px;
}
#topmenu li ul li a:hover {
	background-color: rgba(255, 255, 255, 0.03);
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.06) inset;
	color: #fff;
	text-shadow: #0d0d0d 1px 1px 1px;
}
#social {
	display: inline-block;
	top: 0;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}
#social li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
#social a {
	font-size: 20pt;
}
#social .music {
	height: 38px;
	line-height: 38px;
	font-size: 14pt;
	padding: 0 3px;
}
#social .facebook {
	height: 38px;
	line-height: 38px;
}
#social .music:hover {
	color: #e44;
}
#social .facebook:hover {
	color: #4b69a8;
}
#social .twitter {
	height: 40px;
	line-height: 40px;
}
#social .twitter:hover {
	color: #4099FF;
}
#social .mail {
	height: 40px;
	line-height: 40px;
}
#social .mail:hover {
	color: #ffe400;
}
#anonMsg {
	position: absolute;
	z-index: 10;
	top: 50px;
	right: -20px;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
#anonMsg::before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}
#anonMsg .anonmsgInner {
	position: relative;
	margin: 1px;
	padding: 15px 20px;
	background: rgba(20,20,20,.75);
	border-radius: 5px;
}
#anonMsg label {
	display: block;
	font-family: 'Carrois Gothic SC';
	font-size: 10pt;
	font-weight: 400;
}
#anonMsg .betreff input, #anonMsg .nachricht input, #anonMsg textarea {
	width: 320px;
	padding: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px #ccc inset;
}
#anonMsg textarea {
	resize:vertical;
	max-height: 200px;
}
#anonMsg .button {
	text-align: right;
}
#anonMsg .button  input {
	padding: 5px 10px;
	background: #e53;
	background: -moz-linear-gradient(top, #e53 0%, #d42 100%);
	background: -webkit-linear-gradient(top, #e53 0%, #d42 100%);
	background: linear-gradient(top, #e53 0%, #d42 100%);
	box-shadow: 0 1px 1px rgba(0,0,0,.5);
	border-top: 1px solid #f63;
	border-left: 1px solid #d42;
	border-right: 1px solid #d42;
	border-bottom: 1px solid #c32;
	font-family: 'Carrois Gothic SC';
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.7);
	cursor: pointer;
}
#anonMsg .button  input:hover {
	background: #f64;
	background: -moz-linear-gradient(top, #f64 0%, #e53 100%);
	background: -webkit-linear-gradient(top, #f64 0%, #e53 100%);
	background: linear-gradient(top, #f64 0%, #e53 100%);
}
#topbar .topbarShadow {
	width: 100%;
	border-top: 5px solid rgba(50,50,50,.4);
	border-bottom: 5px solid rgba(50,50,50,.1);
}
#topmenu > li > a, #social a, #topmenu li ul li a{
	color: #e2e2e2;
	text-shadow: rgba(10,10,10,.3) 1px 1px 1px;
	transition: all 0.25s ease, color 0.11s ease;
}
#wrapper {
	position: relative;
	margin: 0 auto;
}
#header {
	position: relative;
	z-index: 1;
	height: 225px;
	width: 100%;
	background: url(images/headerbg.png) center top repeat-x;
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset, 0 0 7px rgba(0,0,0,.1);
	overflow: hidden;
}
#header::before {
	content: '';
	position: absolute;
	display: block;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border: 1px solid rgba(255,255,255,.4);
}
#header::after {
	content: '';
	display: block;
	clear: both;
}
#header .banner {
	display: block;
	float: right;
}
#header .logo {
	position: relative;
	margin-top: 70px;
	margin-left: 80px;
	margin-left: 7%;
}
#header h1 {
	position: absolute;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	padding: 10px 8px;
	font-family: 'Source Sans Pro';
	font-weight: 300;
	font-size: 18pt;
	color: #ddd;
	color: rgba(255,255,255,.8);
	text-transform: uppercase;
	background: url(images/logoBG.png) repeat;
	background: rgba(90,90,90,.7);
	box-shadow: 0px 0px 40px rgba(80,80,80,.2) inset;
}
#header .sub1, #header .sub2 {
	position: absolute;
	font-family: 'Carrois Gothic SC';
	font-size: 10pt;
	color: #ddd;
	color: rgba(255,255,255,.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,.7);
}
#header .sub1 {
	top: 50px;
}
#header .sub2 {
	top: 70px;
}

/* =======
   CONTENT
   ======= */

#main {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	/*float: right;*/
}
#content {
	position: relative;
	/*float: left;*/
	box-shadow: 0 0 7px rgba(0,0,0,.07);
}
#content .contentInner {
	position: relative;
	background: #f7f7f7;
	padding: 15px 20px;
	border: 1px solid #dbdbdb;
	box-shadow: 1px 1px 0px #fff inset, -1px -1px 0 #fff inset;
	min-height: 400px;
}
#content h2 {
	margin-top: 0;
}
#content h3 {
	font-size: 15pt;
}
#content p {
	margin: 7px 0;
}
#content a, #sidebar a {
	border-bottom: 1px dotted rgba(0,0,0,0);
}
#content ul, #content ol {
	list-style-type: none;
	margin: 4px 0;
	padding: 0;
}
#content ul > li, #content ol > li {
	position: relative;
	margin: 4px 0;
	padding-left: 26px;
}
#content ul > li::before, #content ol > li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 22px;
	padding-right: 4px;
	text-align: right;
}
#content ul > li::before {
    content:'•';
}
#content ol {
	counter-reset: ol-counter;
}
#content ol > li::before {
	content: counter(ol-counter) ". ";
    counter-increment: ol-counter;
}
#content ol.upperRoman > li::before {
	content: counter(ol-counter, upper-roman) ". ";
    counter-increment: ol-counter;
}
#content ol.lowerRoman > li::before {
	content: counter(ol-counter, lower-roman) ". ";
    counter-increment: ol-counter;
}
#content .center {
	margin: 4px 0;
	width: 100%;
	text-align: center;
}
#content .center > * {
	display: inline-block;
	text-align: left;
}
#content .center ul {
	margin: 0;
	padding: 0;
}
#content .center li::before {
	content:'';
}
#content .card {
	position: relative;
	width: 460px;
	margin: 25px auto;
	padding: 5px;
}
#content .card .photo {
	position: relative;
	width: 120px;
	float: left;
}
#content .card .photo img {
	width: 100%;
	float: left;
}
#content .card .info {
	float: left;
	margin-left: 5px;
}
#content .card .info p {
	margin-top: 0;
}
#content .card .info ul {
	margin: 11px 0;
}
#content .card .info ul li {
	margin: 0;
	padding-left: 0px;
}
#content .card .info ul li::before {
	display: none;
}

#content .promo {
	text-align: center;
}
#content .promo a {
	display: inline-block;
	margin: 20px;
}
#content .border {
	border: 1px solid #d0d0d0;
	box-shadow: 1px 1px 0px #fff inset;
}
#content .boxRight {
	position: relative;
	float: right;
	width: 180px;
	padding: 5px;
	margin-left: 5px;
}
#content .boxRight img {
	width: 100%;
	float: left;
}
#content table.zebra thead th {
	background: rgba(30,30,30,.9);
	color: #fff; 
	font-weight: normal;
	text-align:center;
}
#content table.zebra tbody tr:nth-child(odd) {
	background: #f9f9f9;
}
#content table.zebra tbody tr:nth-child(even) {
	background: #ececec;
}
table.col1_center td:first-child, table.col2_center td:nth-child(2), table.col3_center td:nth-child(3), table.col4_center td:nth-child(4), table.col5_center td:nth-child(5), table.col6_center td:nth-child(6), table.col7_center td:nth-child(7) {
	text-align:center;
}

/* =======
   SIDEBAR
   ======= */
   
#sidebar {
	position: relative;
	float: right;
}
#sidebar .sidebarInner {
	padding-left: 15px;
}
#tweets ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tweets li {
	margin: 10px 0;
	transition: opacity 0.3s ease;
}
#tweets li::after {
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
#tweets ul:hover  li{
	opacity: .6;
}
#tweets ul:hover li:hover {
	opacity: 1;
}
#tweets .user {
	position: relative;
	float: left;
	width: 66px;
	height: 66px;
	background: url(images/stamp.png) no-repeat;
}
#tweets .user img {
	position: absolute;
	display: block;
	top: 9px;
	left: 9px;
	width: 48px;
	height: 48px;
}
#tweets .user span[data-scribe="element:name"], #tweets .user span[data-scribe="element:screen_name"] {
	display: none;
}	
#tweets .tweet {
	position: relative;
	display: block;
	top: 2px;
	margin: 0 0 0 80px;
	padding: 7px 10px;
	background: #fff;
	color: #555;
	font-size: 9pt;
	line-height: 150%;
	border: 1px solid rgba(200,200,200,.45);
	box-shadow: 0 0 4px rgba(0,0,0,.04);
	border-radius: 4px;
	word-wrap: break-word;
}
#tweets .tweet::before {
	content: '';
	position: absolute;
	display: block;
	top: 12px;
	left: -12px;
	background: url(images/tweetsBefore.png) no-repeat;
	width: 12px;
	height: 14px;
}
#tweets .tweet a span:nth-child(3) {
	display: none;
}
#tweets .timePosted {
	display: none;
	font-size: 8pt;
	font-weight: 600;
}

/* ======
   FOOTER
   ====== */
    
#footer {
	position: relative;
	clear: both;
	width: 100%;
	background: url(images/footerbg.png) repeat;
	box-shadow: 0 0 200px rgba(0,0,0,.3) inset, 0 0 7px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.05);
}
#footer .footerInner {
	padding: 50px 0 30px 0;
	text-align: center;
	border: 1px solid rgba(255,255,255,.12);
	border-bottom: none;
}
#footer .siegel {
	opacity: .6;
	transition: opacity 0.3s ease;
}
#footer .siegel:hover {
	opacity: 1;
}
#footer  .copyright {
	font-size: 9pt;
	color: #666;
	text-shadow: 1px 1px 1px #111;
}
#meldung {
	position: fixed; 
	bottom: 20px;
	left: 10%; 
	right: 10%;
	width:auto;
	height: auto;
	text-align:justify;
	z-index: 20; 
	color: #cc0000;
	border: 1px solid #cc0000;
	padding:0; 
	border-radius:7px;  
	background-color: #ffeeee;
}
#meldung .meldungInner {
	padding: 5px 30px 5px 50px;
	background: url(images/remark.png) no-repeat;
	background-position: 13px center;
}
#meldung .close {
	cursor:pointer;
	position:absolute;
	right:7px;
	top:7px;
	height:14px;
	width:14px;
	background: url(images/close.png) no-repeat;
}
#meldung .close:hover {
	background-position: 0 -14px;
}
