/***********************************
 * Styles für allgemeine html-Tags
 ***********************************/
html, body {
    scrollbar-DarkShadow-Color: #000000;
    scrollbar-Track-Color: #1B1D27;
    scrollbar-Face-Color: #000000;
    scrollbar-Shadow-Color: #666666;
    scrollbar-Highlight-Color: #000000;
    scrollbar-3dLight-Color: #666666;
    scrollbar-Arrow-Color: #FFF;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #000;
    margin: 0;
    color: #B2B2B2;
}

h1, h2, h3, h4 {
    color: #B2B2B2;
}

h1 {
    font-size: 18px;
    margin: 0;
}

h2, h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

p {
    margin-top: 0;
}

table {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #B2B2B2;
}

/* Schrift für das Topmenü.*/
/*
@font-face {
    font-family: 'BankGothic';
    src: url('../fonts/bankgthd.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'BankGothic';
    src: url('../fonts/bankgthd.eot');
    src: url('../fonts/bankgthd.eot?#iefix') format('embedded-opentype'),
     url('../fonts/bankgthd.woff') format('woff'),
     url('../fonts/bankgthd.ttf') format('truetype'),
     url('../fonts/bankgthd.svg#BankGothic') format('svg');
}

/***********************************
 * Allgemeine Styles
 ***********************************/

.hide {
    display: none;
}

.clear {
    clear: both;
}

/*****************
	TYPO3
******************/

/** Rahmen um Bilder */
div.csc-textpic-border div.csc-textpic-imagewrap img {
    border: 1px solid #666;
}

/** Keine Unterstreichungen bei Dateidownload-Links*/
ul.csc-uploads span.csc-uploads-fileName {
    text-decoration: none;
}

/**********************
  Responsive TYPO3
***********************/

img, embed, object, video {
  max-width: 100%;
  height: auto;
  width: auto;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	float: left;
	margin-left: 10px;
}

/***********************************
 * Styles für Links
 ***********************************/
a,
a:visited,
.link {
    color: #996633;
}

a:hover,
.hover,
a.menu-item-active {
    color: #999;
    text-decoration: none;
}

.hover,
.link {
    cursor: pointer;
}

a:link, a:visited, a:active, a:hover, a.menu-item {
    text-decoration: none;
}

/***********************************
 * Styles für Seiten-Bereiche
 ***********************************/
.header {
    margin: 0 auto;
    background-color: #000;
    border-bottom: 1px solid;
    border-color: #666;
}

.header-inner {
    text-align: center;
    color: #fff;
    /* Feste Höhe */
    height: 80px;
    padding: 5px 0;
}

#stage {
    margin: 0 auto;
}

.content {
    width: 100%;
    height: 600px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    color: #B2B2B2;
}

.content-inner {
    width: 98%;
    padding: 1%;
    height: 590px;
}

.centered-block {
    text-align: left;
    margin: 0 auto;
    width: 720px;
    height: 560px;
    overflow: auto;
    padding-right: 20px;
}

.footer {
    background-color: #000;
    border-top: 1px solid;
    border-color: #666;
    text-align: center;
}

.footer-inner {
    margin: 0 auto;
    color: #B2B2B2;
    padding: 1%;
    text-align: center;
}

/**************************************************
 * Wechselnde Rahmenfarben (über jQuery gesteuert)
 **************************************************/
.img1 {
    border-color: #68231D !important;
}

.img2 {
    border-color: #3E4C66 !important;
}

.img3 {
    border-color: #9E9267 !important;
}

.img4 {
    border-color: #87483B !important;
}

.img5 {
    border-color: #434242 !important;
}

.img6 {
    border-color: #527e97 !important;
}

/*******************************************************
 * Wechselnde Hintergrundbilder (über jQuery gesteuert)
 *******************************************************/
.content.title1 {
    background-image: url('../img/titles/title01.jpg');
}

.content.title2 {
    background-image: url('../img/titles/title02.jpg');
}

.content.title3 {
    background-image: url('../img/titles/title03.jpg');
}

.content.title4 {
    background-image: url('../img/titles/title04.jpg');
}

.content.title5 {
    background-image: url('../img/titles/title05.jpg');
}

.content.title6 {
    background-image: url('../img/titles/title06.jpg');
}

.content.bg1 {
    background-image: url('../img/bg01.jpg');
}

.content.bg2 {
    background-image: url('../img/bg02.jpg');
}

.content.bg3 {
    background-image: url('../img/bg03.jpg');
}

.content.bg4 {
    background-image: url('../img/bg04.jpg');
}

/***********************************
 * Menüs
 ***********************************/
/* In der Webansicht das Responsive Menü für Smartphones (Dropdown-Liste) verstecken. */
#responsive-menu {
    display: none;
}

/* In der Webansicht den Aufklappbutton für das Responsive Menü für Smartphones verstecken. */
#menu-trigger {
    display: none;
}

/* Topmenü - 1. Ebene*/
.top-menu {
    padding-top: 22px;
}

.top-menu a {
    font-size: 2.2em;
    font-family: 'BankGothic', sans-serif;
}

/* Topmenü - 2. Ebene*/
.top-sub-menu {
    padding-top: 3px;
}

.top-sub-menu a {
    font-size: 1.45em;
}

.top-menu a,
.top-sub-menu a {
    margin-left: 10px;
    margin-right: 10px;
}

/* Footer-Menü */
.bottom-menu  a {
    margin-left: 5px;
}

.bottom-menu img.social-icon {
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.menu-seperator {
    color: #996633;
    font-weight: bold;
}

/* Sprachmenü mit Flaggen */
.language-menu {
    margin-top: 10px;
}

.language-menu img {
    width: 20px;
    height: 15px;
    border: 1px solid #666;
}

/***************************************************
 * Styles für die einzelnen Seiten -     Lyrics
 ***************************************************/

/* Seite: "lyrics" */
.lyrics.centered-block {
    width: 100%;
}

.lyrics-table {
    text-align: center;
    margin: 0 auto;
}

.lyrics-table td {
    text-align: left;
    vertical-align: top;
}

#lyrics {
    list-style: none;
    padding: 0;
}

.cover {
    margin-bottom: 20px;
    float: left;
    border: 1px solid #666;
}

.track-list {
    position: absolute;
    /*left: -1000px;*/
    left: 80px;
    width: 250px;
    margin-top: 0;
    list-style: none;
    z-index: -1;
}

#albums {
    margin-top: 50px;
}

#albums-left {
    position: absolute;
    z-index: 99;
}

#albums-right {
    width: 550px;
    height: 550px;
    overflow: auto;
    scroll-x: hidden;
    text-align: center;
}

#albums-right h1 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

#albums-right h2 {
    margin-top: -5px;
    margin-bottom: 10px;
}

/***************************************************
 * Styles für die einzelnen Seiten -       Bio
 ***************************************************/

.bandinfo td {
    vertical-align: top;
    padding-right: 10px;
}

.bandinfo h4 {
    display: none;
}

.bio .centered-block {
    overflow: hidden;
    height: 580px;
}

.bio.inner-centered-block {
    height: 540px;
    overflow: auto;
}

/***************************************************
 * Styles für die einzelnen Seiten -      Disco
 ***************************************************/

.disco .content img {
    width: 100px;
    height: 100px;
    margin-left: 225px;
}

.disco .csc-textpic-text {
    padding-left: 355px;
}

.tracklist {
   display: none;
}

/***************************************************
 * Styles für die einzelnen Seiten -      Live
 ***************************************************/

.live.inner-centered-block {
   /* height: 210px;  */ 
   height: 150px;
    overflow: auto;
}

.live .centered-block {
  margin: 40px auto;
}

.live table {
  font-size: 16px;
}

.concert-table tr.odd {
    background-color: #B2B2B2;
}

.concert-table td {
    color: #000;
}

/***************************************************
 * Styles für die einzelnen Seiten -      Band
 ***************************************************/

.band .centered-block {
  margin-top: 150px;
}

/***************************************************
 * Styles für die einzelnen Seiten -      Audio
 ***************************************************/

.audio-player-block {
   width: 720px;
   margin-top: 20px;
}

.audio-player-iframe {
   border: 0; 
   width: 100%; 
   height: 120px;
}

/***************************************************
 * Styles für die einzelnen Seiten -      Pics
 ***************************************************/

.pics .csc-textpic-text p {
   font-size: 16px;
}

.logos .centered-block {
  width: 520px;
}

/***********************************
 * Sonstige Styles
 ***********************************/

.copyright {
    padding-top: 20px;
    color: #B2B2B2;
}