/* E-tropolis Festival */

#right_content > h1:first-of-type {text-transform: uppercase;}

#inoutliste ul li {margin-bottom: 1em;}

#scrolltotop {
    cursor: pointer;
    opacity: 1;
    position: fixed;
    right: 1em;
	bottom: 5em;
}

div#scrolltotop {background-color:#facd77;padding:10px;}
#scrolltotop > a {color:#000;}

/* NEWS BANDS */

p.news-band {
	background:rgba(0,0,0,0.15);
	padding:3px;
	margin: 5px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width:100%;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#EEE;
}

/* */

small {font-size: 9px;}

/* COUNTDOWN */
.countdown-container {
	position: relative;
	float: left;
	top: 26px;
	left: 505px;
	margin: 0px auto;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	cursor: pointer;
}

/* Zoom In #1 */
.countdown-container {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.countdown-container:hover {
	-webkit-transform: scale(1.1) rotate(-1deg);
	transform: scale(1.1) rotate(-1deg);
}

.complete { background: rgba(0,0,0,0.65); color: #facd77; padding: 3px; font-size: 20px; text-align:center; }

/* Theme 3 ----------------------------------------------------------------- */

.ce-countdown--theme-3 {
	color: #EEE;
	font-family: 'Oswald', sans-serif;
	padding: 5px;
	font-weight: 700;
}
	
.ce-countdown--theme-3 .ce-col {
	background: rgba(0,0,0,0.4);
	display: inline-block;
	font-size: 138%;
	font-weight: 0;
	padding-bottom: 5px;
	width: 2em;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.05);
	border-radius: 10px;
}

.ce-countdown--theme-3 .ce-col + .ce-col {
	border-left: 1px solid #FC0;
}

.ce-countdown--theme-3 .ce-days-label,
.ce-countdown--theme-3 .ce-hours-label,
.ce-countdown--theme-3 .ce-minutes-label,
.ce-countdown--theme-3 .ce-seconds-label,
.ce-countdown--theme-3 .ce-dseconds-label,
.ce-countdown--theme-3 .ce-mseconds-label {
	color: #FC0;
	display: block;
	font-size: 90%;
	font-weight: 300;
	text-transform: lowercase;
	margin-left: 5px;
	text-align: center;
	background: rgba(0,0,0,0.25);
}

/*BAND-GRID*/

.bandgrid {width:100%; overflow: hidden;}
.bandgrid .one-grid {
	width:45.5%; 
	float:left; 
	overflow: hidden; 
	max-height: 182.7px;  
	margin: 0 10px 20px; 
	border:1px solid #CCC; 
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease 0s;
	}
.bandgrid .one-grid .bandimg > img {
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
	transition: all 0.3s ease 0s;
	}
.bandgrid .one-grid:hover small {display: block;}
.bandgrid .one-grid:hover {opacity:1; transition: all 0.3s ease 0s;}
.bandgrid .one-grid .title {
	background:rgba(0,0,0,0.85);
	padding: 2px 20px;
	text-align:center;
	position: relative;
	top: -60px;
	z-index: 3;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	}
.bandgrid .one-grid .title > h4 { 
	font-family: inherit; 
	font-size: 1em; 
	font-weight:bold;
    text-transform: uppercase;	
	color: #FACD77;
	margin: 10px 0;
	transition: all 0.3s ease 0s;
	}
.bandgrid .one-grid:hover .bandimg > img {
	transform: scale(1.2) rotate(-7deg);
	transition: all 0.3s ease 0s;
	opacity:1;
	}
.bandgrid .one-grid:hover .title > h4 { 
	font-size: 22px;
	transition: all 0.3s ease 0s; 
	color: #000;
	}
.bandgrid .one-grid:hover .title {
	background:rgba(255,204,0,0.65);
	transition: all 0.3s ease 0s; 
	top:-180px;
	}
/**/


/* Allgemeine Struktur */

body {
	background: #000 url(./images/bg.jpg) repeat-x fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0px auto;
	width: 926px;
}

#navi {
	width: 926px;
	height: 40px;
}

#content_bg {
	background: rgb(168, 98, 27) url(./images/content_bg.jpg) no-repeat;
	width: 924px;
	min-height: 1810px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

figure img {
	border: 1px solid #facd77;
}
figcaption {
	color: #cfa148;
	font-size: .85em;
	text-align: center;
	margin-top: .5em; 
}

.presse_bands {
	margin: 5px 0px 0px 0px;
}

.band	{
	width: 354px;
}

.bull {
	font-size: 14pt;
}

p {
	margin: 0px;
}

/* Links */

a {
	font-size: 1em;
	color: #facd77;
}

a:link,a:visited {
	color: #facd77;
}

a:hover {
	text-decoration: underline;
	color: #FC9;
}

/* Headbereich */

#header {
	background: url(./images/header.jpg) no-repeat;
	width: 926px;
	height: 298px;
}

#lang {
	padding: 10px 15px 0 0;
	text-align: right;
}

.tbl1 th p {
	background-color: #7C4814;
	margin: 5px 0 15px 0;
	padding: 5px; 
}

.ie10 #lang {
/* IE10-only styles go here */  
	float: right;
}

#lang a:hover{
	opacity: 0.7;
}

#webwide{
	width: 430px;
	position: relative;
	top: 197px;
	left: 387px;
}

#webwide img{
	padding: 0 25px;
	transition: ease-in-out .3s;
}

#webwide img:hover{
	transform: scale(1.2);
	transition: ease-in-out .3s;
}

/* IE10-only styles go here */  
 .ie10 #webwide{
	left: 60px;
	top: 240px;
	float: right;
	
}

/* linker Bereich */

#left_container {
	width: 245px;
	margin: 0px 0px 0px 20px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: left;
}

#left_top {
	margin: 0px auto;
	width: 225px;
	height: 30px;
}

#left_content {
	background: rgba(0,0,0,0.75);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(100%, rgba(0,0,0,0.25)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	margin: 15px 0 0 19px;
	padding: 7px;
	width: 195px;
	height: auto;
}

.left_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase;
	padding: 5px 0 5px 3px;
	letter-spacing:0.05em;
	background: rgba(0,0,0,0.35);
}

#left_text {
	text-align: left;
	padding: 5px 0px 0px 5px;
	font-weight: normal;
	line-height: 1em;
}

#left_text img {
	transition: all 0.3s ease 0s;
}

#left_text img:hover {
	opacity:0.85;
	-moz-opacity:0.85;
	-webkit-opacity:0.85;
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}

#left_text a,a:link,a:visited,a:active {
	font-size: 1em;
	color: #facd77;
	text-decoration: none;
	line-height: 1.5em;
}

#left_text a {
	border-bottom: none;
	padding-top: 0;
	}

#left_text a:hover {
	color: #FC9;
	font-size: 1em;
}


/* News */

.news_break {
	margin: 5px 3px 15px 0;
	width: 100%;
}

.news_ueberschr {
	font-size:11pt;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.news_ueberschr2 {
	font-size:10pt;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 2px;
	margin: 30px 0 15px 0;
}

a.showhide {
	width: 560px;
	height: 50px;
}

a.showhide:hover {
	cursor: pointer;
	opacity: 0.7;
}

.englishv {
	margin-top:15px;
	padding:10px;
	font-size:9pt;
	display: none;
}

a.showhide:link {
	font-size:8pt;
	font-style:italic;
	text-decoration: none;
	color: #facd77;
}

.date {
	margin-right: 20px;
	text-align: right;
	float: right;
	font-size:8pt;
	font-style:italic;
}

.news {
	background: url(./images/news_bg.png) repeat;
	width: 530px;
	height: auto;
	padding: 15px;
	
}

/* Ueberschriften und Trennlinien */

hr {
	background-color:#dfae0b;
	border-style: dotted;
	border: 0;
	margin: 5px 3px 15px 0;
	height: 1px;
	width: 98%;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size:1.5em; 
	font-weight:bold; 
	color:#facd77
}

h2 a:link {
	font-size:1em; 
	font-weight:bold; 
	color:#facd77
}

h3, h3 a:link {
	margin-top: 1em;
	font-size:1.35em; 
	font-weight:bold; 
	color:#facd77
}

/* Rechter Bereich */

#container_right {
	width: 620px;
	height: auto;
	margin: 0px 0px 0px 283px;
	padding: 0px 0px 0px 0px;
}
#right_top {
	background: url(./images/right_top.png) no-repeat;
	width: 620px;
	height: 40px;
}
#right_bg {
	background: url(./images/right_bg.png) repeat-y;
	width: 620px;
}
#right_bottom {
	background: url(./images/right_bottom.png) no-repeat;
	width: 620px;
	height: 46px;
}
#right_content {
	margin: 0px auto;
	width: 560px;
}


/* Fussbereich */

#footer {
	background: url(./images/footer.jpg) no-repeat;
	width: 926px;
	height: 123px;
	text-align: center;
}

#footer #info {	padding-top: 90px; }
#footer #info a { background: rgba(0,0,0,0.75); padding: 3px; }

#logoline {
	margin: 10px auto;
	text-align: center;
	width: 926px;
}

.logo {margin:0px 25px 0px 25px}

/* Galerie und Location */ 

.gal_img {
	margin:0px 15px 15px 0px;
	border: 1px solid #CCC;
}

.loc_img {
	margin:0px 15px 15px 0px;
	border: 1px solid #CCC;
	float: left;
}

.border_img {
	border: 1px solid #CCC;
}


/* Bandseite */

.band_text {
	font-size: 9pt;
	text-align: justify;
	}
	
.bands a {
	font-size: 12pt; font-weight:bold; color:#FACD77; letter-spacing: 0.5pt;
}

.bands a:hover {
	font-size: 10pt; font-weight:bold; color:#FC9;
}

#news_bands{
	text-align: center;
}

#news_bands a{
	font-size: 13pt;
	font-weight: bold;
	color:#FACD77;
}

#news_bands a:hover{
	font-size: 13pt;
	font-weight: bold;
	color:#FC9;
}

.bands img {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
	transition: all 0.6s ease 0s;
}

.bands img:hover {
	opacity: 0.5;
}

a.bands { font-size: 1.2em; font-weight: 400; }
a.bands:hover { font-size: 1.2em; font-weight: 400; }

/* Schriftstile */

.cursive {
	font-style: italic;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration: underline;
}

.boldandunderlined {
	font-weight: bold;
	text-decoration: underline;
}

/* Highlight-Klassen */

.highlighted {
	font-size: 14pt;
	font-weight: bold;
	color: #FACD77;
	letter-spacing: 0.5pt;
}

a.highlighted {
	font-size: 14pt;
	font-weight: bold;
	color: #FACD77;
	letter-spacing: 0.5pt;
}

.special {
	background-color: #FACD77;
	color: #333;
	padding: 2px;
	opacity: 0.7;
	font-weight: bold;
	text-decoration: blink;
}

.koophighlight {
	text-align: center;
	border: 1px dotted #CCCCCC;
	padding: 15px 25px 15px 25px;
	margin: 0 0 15px 0;
}

.archivspec {
	font-size: 16px;
	font-weight: bold;
}

.archivspec a:link, a:visited {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.archivspec a:hover {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #FC9;
}

a.small-link {
	font-size: 9pt;
	color: #FC9;
}

/*** E-WERK OST ADDS ***/

/*#headerewo {
	background: url(./ewerkost/images/header.jpg) no-repeat;
	width: 926px;
	height: 298px;
}

#webwideewo{
	width: 500px;
	position: relative;
	top: 210px;
	float: right;
	left: 7px;
}

#webwideewo img{
	padding: 0 40px;
}

#webwideewo a:hover{
	opacity: 0.7;
}*/

/* IE10-only styles go here */  
 .ie10 #webwideewo{
	left: 60px;
	top: 240px;
	float: right;
	
}

.hr2 {
	background-color:#dfae0b;
	border: 0;
	margin: 3px 3px 5px 0;
	height: 1px;
	width: 98%;
}

/*PLAYLIST*/
div.playlist {transition: all .35s;}
div.playlist img {width: 40px; height: auto; padding: .7em;filter: sepia(1);-webkit-filter: sepia(1); border-bottom: 3px solid #facd77;}
div.playlist a {
	background: rgba(254,193,61,.5) url("./images/bg-playlists.png");
	display: inline-block;
	text-align: center;
	color: #facd77;
	cursor: pointer;
	transition: all .35s;
}
div.playlist a:hover img {filter:none;}
div.playlist img:hover {transform:none !important; opacity: 1 !important;}

#left_text .bands-list {
	text-transform: uppercase !important;
}

.gallery-archive a,
.history table tr:nth-child(4) td:nth-child(2) {
	text-transform:uppercase;
}

/** **/