/* ============================================================================================= */
/* =====>>> Table of contents <<<=============================================================== */
/*
			BASE
				Reset
				Tools
			
			DEFAULT STYLES
				Typography
				Images
				Tables
				Forms
			
			GLOBAL LAYOUT			
				Structure				
				Body
				Preheader
				Header
				Precontent
				Content
				Footer
				
			PAGE SPECIFIC LAYOUT
				Home
				Pages
				Posts			
				Works
				Search 													
				404
				Extras
*/
/* ============================================================================================= */


/* ============================================================================================= */
/* =====>>> BASE <<<============================================================================ */
/* ============================================================================================= */

/* ----->>> RESET <<<--------------------------------------------------------------------------- */

html, body, 
div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, address,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* Add permanent vertical scrollbar */
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }



/* ----->>> TOOLS <<<--------------------------------------------------------------------------- */

/* Clearfix */
.clearfix:after { 
	content: "";
	visibility: hidden; 
	display: block; 
	clear: both;
	height:	0; 
}
*:first-child+html .clearfix { zoom: 1; }
.clear { display: block; clear: both; }

/* ============================================================================================= */
/* =====>>> DEFAULT STYLES <<<================================================================== */
/* ============================================================================================= */ 

/* ----->>> TYPOGRAPHY <<<---------------------------------------------------------------------- */
body { font: normal 14px/22px Arial, Helvetica, Verdana, sans-serif; } /* AeM: allg. Fliesstext, Schriftgroesse geaendert von 12/20 auf 14/22 */	

h1, h2, h3, h4, h5, 
p, blockquote, pre, address,
dl, dt, dd, ol, ul, table,
legend, hr, figure {	
	margin-bottom: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0; 
}

/* Headings */
h1 { font-weight: normal; 	font-size: 30px; line-height: 30px; }
h2 { font-weight: normal; 	font-size: 24px; line-height: 24px; }  
h3 { font-weight: bold; 	font-size: 18px; line-height: 20px;  }
h4 { font-weight: bold; 	font-size: 14px; }
h5 { font-weight: bold;		font-size: 13px; }
h6 { font-weight: bold;		font-size: 12px; }

/* Subheadings by ommiting one level */
h1 + h3,
h1 + h4,
h1 + h5,
h2 + h4,
h2 + h5,
h3 + h5, 
h1 + .meta,
h2 + .meta,
h3 + .meta,
h4 + .meta,
h5 + .meta {
	margin-top: -20px;
}	 

ul { margin-left: 2em; list-style-type: disc; }
ol { margin-left: 2em; list-style-type: decimal; }

pre, 
code, 
kbd, 
samp {
	font-family: "Lucida Console", Courier, "DejaVu Sans Mono", monospace, sans-serif;
}
pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}	
code { 
	padding: 0 10px; 
	display: block;
	font-size: 12px;
	line-height: 21px; 
	border-width: 1px;
	border-style: solid;
	
	background-position: 0 0;
	background-repeat: repeat;	
}

blockquote { 
	min-height: 32px;
	padding: 0 20px;
	font-size: 12px; 
	line-height: 20px;
}

a { cursor: pointer; text-decoration: none; }
a:hover,
a:active { 
	outline: none;
}

small { font-size: 11px; }
strong { font-weight: bold; }

dfn,
em,
q, 
cite { 
	font-weight: normal; 
	font-style: italic; 
}

del { text-decoration: line-through; }

sub, 
sup { 
	position: relative; font-size: 75%; line-height: 0;  
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

abbr,
acronym {
	text-transform: uppercase;
}

hr { border-style: dotted; border-width: 2px 0 0 0; }

/* ----->>> IMAGES <<<-------------------------------------------------------------------------- */
img.preloader { background: url(./../images/preloader.gif) center center no-repeat; }
img.alignleft { margin: 20px 20px 10px 0; float: left;  }
img.alignright { margin: 20px 0 10px 20px; float: right; }
img.aligncenter { margin: 0 auto; display: block; }

.wp-caption {}
.wp-caption-text { text-align: center; }
.gallery-caption {}


/* ----->>> TABLES <<<-------------------------------------------------------------------------- */
table {
	border-collapse: collapse; 
	border-spacing: 0; 
}
table caption { padding: 6px 10px; }
th { font-weight: bold; vertical-align: bottom; }
td { font-weight: normal; vertical-align: top; }



/* ----->>> FORMS <<<--------------------------------------------------------------------------- */
legend { font-size: 18px; font-weight: bold; }
label { margin: 0 0 2px 0; display: block; font-weight: bold; }

input, 
select, 
textarea, 
button { 
	margin: 0;
	font: normal 12px/20px Arial, Helvetica, Verdana, sans-serif; 	 	
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],  
input[type=url],
select, 
textarea {
	width: 100%;
	max-width: 498px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    		box-sizing: border-box;
}

input[type=color],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],  
input[type=url],
select, 
textarea {
	padding: 5px 10px;
    border: none;
 
	-webkit-transition: background-color .5s ease;
	   -moz-transition: background-color .5s ease;
	    -ms-transition: background-color .5s ease;
	     -o-transition: background-color .5s ease;
	        transition: background-color .5s ease;
}

input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio],
input[type=submit] {
	width: auto;
	padding: 0;
	border: none;
}

input[type=image] { background: none; }
select optgroup { font-style: normal; }
select option { padding: 0 10px; }

/* Extra classes */
.form-row { margin: 0 0 20px 0; }
.form-row-error input { border-color: #ff0000 !important; }
.form-message { color: #ff0000; }
p.form-submit { margin-bottom: 0; }
 
/* ============================================================================================= */
/* =====>>> GLOBAL LAYOUT <<<=================================================================== */
/* ============================================================================================= */
 

/* ----->>> STRUCTURE <<<----------------------------------------------------------------------- */

#page { 
	width: 958px; 
	padding: 0 20px 20px 20px; 
	margin: 0 auto; 
	position: relative; 
	z-index: 10; 
}
/* Theme alignment */
body.theme-alignment-left #page { margin-left: 0; margin-right: auto; }
body.theme-alignment-right #page { margin-left: auto; margin-right: 0; } 

/* Default viewport on iPad is 980px, thus smaller paddings. */ 
@media only screen and (max-width: 1024px) {
	#page { padding: 0 10px 10px 10px; }
}

/* --- Background layer ------------------------------------------------------------------------ */
#background-glass { 
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1; 
}


/* --- Theme Areas ----------------------------------------------------------------------------- */
#preheader,		#preheader-inner,
#header,		#header-inner,
#precontent, 	#precontent-inner,
#content, 		#precontent-inner,
#prefooter, 	#prefooter-inner,
#footer, 		#footer-inner {
	width: 958px;
	position: relative; 
	z-index: 2;
}
#preheader 	{ z-index: 900; }
#header 	{ z-index: 800; }
#precontent { z-index: 700; }
#content 	{ z-index: 600; }
#prefooter 	{ z-index: 500; }  
#footer 	{ z-index: 400; }

/* Add clearfix rules */
#header-inner:after,
#precontent-inner:after,
#content-inner:after, 
#prefooter-inner:after,
#footer-inner:after {	
	content: "";
	visibility: hidden; 
	display: block; 
	clear: both;
	height:	0; 
}

/* --- Grid system ----------------------------------------------------------------------------- */
.grid:after { 
	content: "";
	visibility: hidden; 
	display: block; 
	clear: both;
	height:	0; 
}

.grid > * { min-height: 1px; margin: 0 0 0 2px; float: left; }

.c-one-sixteenth 				{ width: 58px; padding: 0; }	/* 1/16 */
.c-one-eighth  					{ width: 118px; padding: 0; }	/* 2/16 */
.c-three-sixteenths 			{ width: 178px; padding: 0; }	/* 3/16 */
.c-one-fourth  					{ width: 238px; padding: 0; }	/* 4/16 */
.c-five-sixteenths 				{ width: 298px; padding: 0; }	/* 5/16 */
.c-three-eighths  				{ width: 358px; padding: 0; }	/* 6/16 */
.c-seven-sixteenths 			{ width: 418px; padding: 0; }	/* 7/16 */
.c-one-half						{ width: 478px; padding: 0; }	/* 8/16 */
.c-nine-sixteenths 				{ width: 538px; padding: 0; }	/* 9/16 */
.c-five-eighths  				{ width: 598px; padding: 0; }	/* 10/16 */
.c-eleven-sixteenths 			{ width: 658px; padding: 0; }	/* 11/16 */
.c-three-fourths  				{ width: 718px; padding: 0; }	/* 12/16 */
.c-thirteen-sixteenths			{ width: 778px; padding: 0; }	/* 13/16 */
.c-seven-eighths 				{ width: 838px; padding: 0; }	/* 14/16 */
.c-fifteen-sixteenths 			{ width: 898px; padding: 0; }	/* 15/16 */
.c-max							{ width: 958px; padding: 0; }	/* 16/16 */
.c-one-third					{ width: 318px; padding: 0; }	/* 1/3 */

.c-one-sixteenth.island			{ width: 18px; }
.c-one-eighth.island 			{ width: 78px; }
.c-three-sixteenths.island 		{ width: 138px; }
.c-one-fourth.island			{ width: 198px; }
.c-five-sixteenths.island		{ width: 258px; }
.c-three-eighths.island			{ width: 318px; }
.c-seven-sixteenths.island 		{ width: 378px; }
.c-one-half.island 				{ width: 438px; }
.c-nine-sixteenths.island 		{ width: 498px; }
.c-five-eighths.island 			{ width: 558px; }
.c-eleven-sixteenths.island		{ width: 618px; }
.c-three-fourths.island			{ width: 678px; }
.c-thirteen-sixteenths.island	{ width: 738px; }
.c-seven-eighths.island			{ width: 798px; }
.c-fifteen-sixteenths.island	{ width: 858px; }
.c-max.island					{ width: 918px; }
.c-one-third.island				{ width: 278px; }

.grid > *:first-child { margin-left: 0; }

.c-three-sixteenths + .c-x { margin-left: 180px; float: none; }	


/* --- User friendly grid system --------------------------------------------------------------- */
.u-grid { width: 100%; }

.u-grid-inner:after { 
	content: "";
	visibility: hidden; 
	display: block; 
	clear: both;
	height:	0; 
}

.u-grid-inner {
	margin: 0 -20px 0 -22px;	
}

.u-one-half 		{ width: 50%; }
.u-one-third 		{ width: 33.33%; }
.u-two-third		{ width: 66.66%; }
.u-one-fourth 		{ width: 25%; }
.u-three-fourth		{ width: 75%; }
.u-one-fifth		{ width: 20%; }
.u-two-fifth		{ width: 40%; }
.u-three-fifth		{ width: 60%; }
.u-four-fifth		{ width: 80%; }
.u-one-sixth		{ width: 16.66%; }
.u-five-sixth		{ width: 83.33%; }

.u-grid > div { overflow: hidden; margin-bottom: 20px; }
.u-grid > div > div { min-height: 1px; float: left; }
.u-grid > div > div > .inner { height: 100%; margin-bottom: -20px; padding: 0 20px 0 20px; }

.u-grid > div > div.style-border > .inner {
	border-left-style: dotted;
	border-left-width: 2px;;
}
.u-grid > div > div.style-none > .inner {
	padding: 0 20px 0 22px;
}

.u-grid > div > div:first-child .inner {
	margin-left: 2px;	
	border-left: none; 
}


/* 
 * For SEO purposes content always precedes sidebar in HTML code.
 * This works for templates with sidebar on the right side.
 * For other templates we need to move sidebar to the left. 
 */
body.archive-1-column-nav-left-php 					#content-inner .grid:first-child > .c-three-fourths, 
body.archive-1-column-sidebar-left-php 				#content-inner .grid:first-child > .c-three-fourths,
body.archive-3-columns-nav-left-php 				#content-inner .grid:first-child > .c-three-fourths,
body.archive-3-columns-sidebar-left-php 			#content-inner .grid:first-child > .c-three-fourths,
body.archive-list-one-fourth-nav-left-php 			#content-inner .grid:first-child > .c-three-fourths,
body.archive-list-one-fourth-sidebar-left-php 		#content-inner .grid:first-child > .c-three-fourths,
body.archive-list-three-eighths-nav-left-php 		#content-inner .grid:first-child > .c-three-fourths,
body.archive-list-three-eighths-sidebar-left-php 	#content-inner .grid:first-child > .c-three-fourths,
body.archive-list-one-half-nav-left-php 			#content-inner .grid:first-child > .c-three-fourths,
body.archive-list-one-half-sidebar-left-php 		#content-inner .grid:first-child > .c-three-fourths,
body.single-three-fourths-sidebar-left-php 			#content-inner .grid:first-child > .c-three-fourths,
body.single-three-fourths-sidebar-left-php 			#content-inner .grid:first-child > .c-three-fourths {
	float: right; margin: 0; 
}
body.archive-1-column-nav-left-php 					#content-inner .grid:first-child > .c-one-fourth, 
body.archive-1-column-sidebar-left-php 				#content-inner .grid:first-child > .c-one-fourth,
body.archive-3-columns-nav-left-php 				#content-inner .grid:first-child > .c-one-fourth,
body.archive-3-columns-sidebar-left-php 			#content-inner .grid:first-child > .c-one-fourth,
body.archive-list-one-fourth-nav-left-php 			#content-inner .grid:first-child > .c-one-fourth,
body.archive-list-one-fourth-sidebar-left-php 		#content-inner .grid:first-child > .c-one-fourth,
body.archive-list-three-eighths-nav-left-php 		#content-inner .grid:first-child > .c-one-fourth,
body.archive-list-three-eighths-sidebar-left-php 	#content-inner .grid:first-child > .c-one-fourth,
body.archive-list-one-half-nav-left-php 			#content-inner .grid:first-child > .c-one-fourth,
body.archive-list-one-half-sidebar-left-php 		#content-inner .grid:first-child > .c-one-fourth,
body.single-three-fourths-sidebar-left-php 			#content-inner .grid:first-child > .c-one-fourth,
body.single-three-fourths-sidebar-left-php 			#content-inner .grid:first-child > .c-one-fourth {
	float: left; margin: 0;
}


/* ----->>> BODY SECTION <<<-------------------------------------------------------------------- */

/* --- Island ---------------------------------------------------------------------------------- */
.island { padding: 20px 20px; margin-bottom: 2px; }
header.island { min-height: 60px; background-position: 0 0; background-repeat: repeat-x; }

/* --- Meta Information ------------------------------------------------------------------------ */
.meta { font-size: 11px; }

/* --- Icons --- */
img.icon { padding-right: 10px; }

/* --- Additional list styles ------------------------------------------------------------------ */
ul.type-upper-roman,
ol.type-upper-roman { 
	list-style-type: upper-roman; 
}
ul.type-lower-roman,
ol.type-lower-roman { 
	list-style-type: lower-roman; 
}
ul.type-upper-alpha,
ol.type-upper-alpha { 
	list-style-type: upper-alpha; 
}
ul.type-lower-alpha,
ol.type-lower-alpha { 
	list-style-type: lower-alpha; 
}
ul.type-lower-greek,
ol.type-lower-greek { 
	list-style-type: lower-greek; 
}
ul.type-square,
ol.type-square { 
	list-style-type: square; 
}
ul.type-circle,
ol.type-circle { 
	list-style-type: circle; 
}
ul.type-disc,
ol.type-disc { 
	list-style-type: disc; 
}
ul.type-decimal,
ol.type-decimal { 
	list-style-type: decimal; 
}
ul.type-check,
ol.type-check, 
ul.type-cross,
ol.type-cross { 
	margin-left: 0; 
	list-style-type: none; 
}
ul.type-check li,
ol.type-check li, 
ul.type-cross li,
ol.type-cross li { 
	padding-left: 26px; 
	background-position: 0 2px; 
	background-repeat: no-repeat;	 
}
ul.type-check li, 
ol.type-check li {
	background-image: url(./../images/icons/check.png); 
}
ul.type-cross li, 
ol.type-cross li {
	background-image: url(./../images/icons/cross.png); 
}

/* --- Additional table styles ----------------------------------------------------------------- */
table.simple { width: 100%; margin-bottom: 20px; }
table.simple th, 
table.simple td { 
	padding: 6px 10px; 
}
table.simple thead th {
	padding-top: 20px;
	padding-bottom: 20px;
	border-style: solid;
	border-top-width: 1px;
	text-align: left;
	text-transform: uppercase;
}
table.simple thead th + th {	
	border-left-width: 1px;
}

table.simple tbody {}
table.simple tbody tr td {
	margin: 4px;
	border-style: solid;
	border-width: 1px 0 1px 1px;
}
table.simple tbody tr td:first-child { border-left-width: 0; }
table.simple tfoot {}
table.simple tfoot td {
	font-weight: bold;
	border-style: solid;
	border-width: 3px 0 1px 1px;
}
table.simple tfoot td:first-child { border-left-width: 0; }


/* --- Plus, minus --- */
.plus, 
.minus {
	width: 16px;
	height: 16px;	
	display: block;
	position: relative;	
	cursor: pointer;	
	background-repeat: no-repeat;
	
	-webkit-transition: background-position .2s ease;
	   -moz-transition: background-position .2s ease;
	    -ms-transition: background-position .2s ease;
	     -o-transition: background-position .2s ease;
	        transition: background-position .2s ease; 
}
.plus 			{ background-position: 0 0; }
.plus:hover 	{ background-position: 0 -16px; }
.minus 			{ background-position: -16px 0; }
.minus:hover 	{ background-position: -16px -16px; }



/* --- Links ----------------------------------------------------------------------------------- */
.link img.icon { vertical-align: middle; }

  
/* --- Buttons --------------------------------------------------------------------------------- */ 
.button { margin: 0 5px 20px 0; display: inline-block; text-decoration: none !important; }
.button span { 
	display: inline-block; 
	background-repeat: no-repeat;
	
	-webkit-transition: background-position .2s ease;
	   -moz-transition: background-position .2s ease;
	    -ms-transition: background-position .2s ease;
	     -o-transition: background-position .2s ease;
	        transition: background-position .2s ease;
}
.button.small { height: 27px; font-weight: bold; }
.button.small span { 
	height: 27px;
	padding: 0 20px;
	font-size: 12px;
	line-height: 27px;	
	background-repeat: no-repeat;
}
.button.small.with-forward-arrow span { padding: 0 35px 0 20px; }
.button.small.with-backward-arrow span { padding: 0 20px 0 35px; }

.button.small span 								{ background-position: -50px 0; }
.button.small:hover span 						{ background-position: -50px -27px; }
.button.small.with-forward-arrow span 			{ background-position: right 0; }
.button.small.with-forward-arrow:hover span 	{ background-position: right -27px; }
.button.small.with-backward-arrow span 			{ background-position: 0 0; }
.button.small.with-backward-arrow:hover span 	{ background-position: 0 -27px; }

.button.medium { height: 45px; font-size: 14px; font-weight: normal; }
.button.medium span { 
	height: 45px; 
	margin: 0; 	
	padding: 0 20px;
	line-height: 45px;
	background-repeat: no-repeat;
}
.button.medium.with-forward-arrow span { padding: 0 36px 0 20px; }
.button.medium.with-backward-arrow span { padding: 0 20px 0 36px; }

.button.medium span 							{ background-position: -50px 0; }
.button.medium:hover span 						{ background-position: -50px -45px; }
.button.medium.with-forward-arrow span 			{ background-position: right 0; }
.button.medium.with-forward-arrow:hover span 	{ background-position: right -45px; }
.button.medium.with-backward-arrow span 		{ background-position: 0 0; }
.button.medium.with-backward-arrow:hover span 	{ background-position: 0 -45px; }

.button.big { height: 63px; font-size: 18px; font-weight: normal; }
.button.big span { 
	height: 63px; 
	margin: 0; 
	padding: 0 20px;
	line-height: 63px;
	background-repeat: no-repeat;
}
.button.big.with-forward-arrow span { padding: 0 37px 0 20px; }
.button.big.with-backward-arrow span { padding: 0 20px 0 37px; }

.button.big span 								{ background-position: -50px 0; }
.button.big:hover span 							{ background-position: -50px -63px; }
.button.big.with-forward-arrow span 			{ background-position: right 0; }
.button.big.with-forward-arrow:hover span 		{ background-position: right -63px; }
.button.big.with-backward-arrow span 			{ background-position: 0 0; }
.button.big.with-backward-arrow:hover span 		{ background-position: 0 -63px; }

.button.wide { margin-right: 0; display: block; overflow: hidden; }
.button.wide span { display: block; text-align: center; }
 
 

/* --- Indicators ------------------------------------------------------------------------------ */
a .indicator {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0; 
	top: 0;	
	background: url(./../images/black-opacity-50.png) repeat;
	
	opacity: 0;
	
	-webkit-transition: opacity .4s ease;
	   -moz-transition: opacity .4s ease;
	    -ms-transition: opacity .4s ease;
	     -o-transition: opacity .4s ease;
	        transition: opacity .4s ease; 
}
a:hover .indicator { opacity: 1; }

.indicator span { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	left: 0; 
	top: 0;
	background-position: center center;
	background-repeat: no-repeat; 
}
.indicator-document span 	{ background-image: url(./../images/icons/icon_document_32.png); }
.indicator-new-window span 	{ background-image: url(./../images/icons/icon_new_window_32.png); }
.indicator-play span 		{ background-image: url(./../images/icons/icon_play_32.png); }
.indicator-zoom span 		{ background-image: url(./../images/icons/icon_zoom_32.png); }



/* --- Dividers -------------------------------------------------------------------------------- */
hr,
.divider {
	width: 100%; 
	height: 0px; 
	margin: 20px 0 18px 0;
	display: block;
	border-style: dotted;
	border-width: 2px 0 0 0;
}
.divider-top { 
	width: 100%;
	margin: 20px 0 0 0;
	position: relative; 
	top: -9px;
	overflow: hidden;
}
.divider-top div {
	height: 1px;
	margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    border-style: dotted;
    border-width: 2px 0 0 0;
}
.divider-top a {
	margin-left: 10px;
    float: right;
}


/* --- Messages -------------------------------------------------------------------------------- */
.message { padding: 0 20px; }
.message-inner {
	padding: 20px 0 20px 41px; 
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
	background-position: 0 17px;
}
.message.success { 
	color: #0e6200; 
	background-color: #d8ffcc;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5fff2), to(#d8ffcc));
    background-image: -webkit-linear-gradient(top, #f5fff2, #d8ffcc);
    background-image:    -moz-linear-gradient(top, #f5fff2, #d8ffcc);
    background-image:     -ms-linear-gradient(top, #f5fff2, #d8ffcc);
    background-image:      -o-linear-gradient(top, #f5fff2, #d8ffcc);
    background-image:         linear-gradient(top, #f5fff2, #d8ffcc);		
	
	-webkit-box-shadow: 0 1px 0 #b3f39f;
	   -moz-box-shadow: 0 1px 0 #b3f39f;	
			box-shadow: 0 1px 0 #b3f39f;
}
.message.success .message-inner {
	background-image: url(./../images/icons/icon_message_success.png);
}
.message.info {	 
	color: #004a79;
	background-color: #cbebff; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2faff), to(#cbebff));
    background-image: -webkit-linear-gradient(top, #f2faff, #cbebff);
    background-image:    -moz-linear-gradient(top, #f2faff, #cbebff);
    background-image:     -ms-linear-gradient(top, #f2faff, #cbebff);
    background-image:      -o-linear-gradient(top, #f2faff, #cbebff);
    background-image:         linear-gradient(top, #f2faff, #cbebff);
	
	-webkit-box-shadow: 0 1px 0 #a0daff;
	   -moz-box-shadow: 0 1px 0 #a0daff;	
			box-shadow: 0 1px 0 #a0daff;
}
.message.info .message-inner {
	background-image: url(./../images/icons/icon_message_info.png);
}
.message.warning {	 
	color: #7f4800;
	background-color: #fff8c0; 
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fffdef), to(#fff8c0));
    background-image: -webkit-linear-gradient(top, #fffdef, #fff8c0);
    background-image:    -moz-linear-gradient(top, #fffdef, #fff8c0);
    background-image:     -ms-linear-gradient(top, #fffdef, #fff8c0);
    background-image:      -o-linear-gradient(top, #fffdef, #fff8c0);
    background-image:         linear-gradient(top, #fffdef, #fff8c0);
	
	-webkit-box-shadow: 0 1px 0 #ffef6f;
	   -moz-box-shadow: 0 1px 0 #ffef6f;
			box-shadow: 0 1px 0 #ffef6f;
}
.message.warning .message-inner {
	background-image: url(./../images/icons/icon_message_warning.png);
}
.message.error { 	
	color: #ca0000;
	background-color: #ffe0e0;
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff7f7), to(#ffe0e0));
    background-image: -webkit-linear-gradient(top, #fff7f7, #ffe0e0);
    background-image:    -moz-linear-gradient(top, #fff7f7, #ffe0e0);
    background-image:     -ms-linear-gradient(top, #fff7f7, #ffe0e0);
    background-image:      -o-linear-gradient(top, #fff7f7, #ffe0e0);
    background-image:         linear-gradient(top, #fff7f7, #ffe0e0);
	
	-webkit-box-shadow: 0 1px 0 #ffcccc;
	   -moz-box-shadow: 0 1px 0 #ffcccc;	
			box-shadow: 0 1px 0 #ffcccc;
}
.message.error .message-inner {
	background-image: url(./../images/icons/icon_message_error.png);
}

 
/* --- Qoutes ---------------------------------------------------------------------------------- */ 
.pullquote { width: 198px; }
.pullquote, 
blockquote { 
	font: italic 12px/20px Georgia, serif;	
	text-align: center;	
	
	background-position: center top;
	background-repeat: no-repeat;
}
blockquote { margin: 10px 20px 0 20px; padding: 27px 20px 10px 20px; }
.pullquote.left { margin: 10px 20px 0 0; padding: 20px; float: left; }
.pullquote.right { margin: 10px 0 0 20px; padding: 20px; float: right; }
 
 
/* --- Text highlighting ----------------------------------------------------------------------- */
ins { 
	background-color: #c1f7ff;
	color: #333;
}	
mark, 
.mark { 
	background-color: yellow; color: #333; 
}


/* --- Dropcaps -------------------------------------------------------------------------------- */
span.dropcap { 
	height: 32px; 
	width: 32px; 
	margin: 0 8px 4px 0; 
	float: left; 
	display: block; 
	font-size: 16px; 
	line-height: 32px;
	text-align: center;
	background-position: 0 0;	
	background-repeat: no-repeat;	 
}


/* --- Feeds ----------------------------------------------------------------------------------- */ 
ul.feeds { list-style-type: none; margin-left: 0; overflow: hidden; }
ul.feeds h5 { min-height: 16px; margin-bottom: 0; padding-left: 21px; position: relative; }
ul.feeds h5 img { position: absolute; left: 0; top: 0; }
ul.feeds h5 span { padding-left: 5px; }
ul.feeds .meta { padding-left: 26px; }

ul.feeds.no-icon h5 { padding-left: 0; }
ul.feeds.no-icon .meta { padding-left: 0; }

ul.feeds.list-horizontal {}
ul.feeds.list-horizontal li {
	display: inline;
	float: left;
}
ul.feeds.list-horizontal span { padding-right: 2em; }

ul.feeds.list-vertical {}
ul.feeds.list-vertical li {	
	padding-bottom: 5px;	
}
ul.feeds.list-vertical li + li {
	padding-top: 5px;
	border-style: solid;
	border-width: 1px 0 0 0;
}



/* --- Tweets ---------------------------------------------------------------------------------- */
.tweets { margin-left: 0; list-style: none; }
.tweets li { padding: 9px 0; border-style: solid; border-width: 1px 0 0 0; }
.tweets li:first-child { padding-top: 0; border: 0; }
.tweet { 
	min-height: 1px;
	padding-left: 26px;
	background: url(./../images/icons/twitter.png) 0 3px no-repeat;
	
}
.tweet p { margin: 0; }


/* --- Slider ---------------------------------------------------------------------------------- */
.slider { margin: 0 auto 20px auto; position: relative; overflow: hidden; }
.slider .viewport { position: relative; z-index: 10; overflow: hidden; }
.slider .slides { margin: 0; overflow: hidden; list-style: none; }
.slider .slides li { width: 100%; }  
.slider .slides li + li { display: none; } /* Display only first post when JS disabled */ 

.slider .slide { position: relative; }

.slider .slide-description {		
	padding: 20px 20px;
	position: absolute; 
	left: 0;
	right: 0;
	bottom: 0;
	background: url(./../images/black-opacity-75.png) repeat;
}
.slider .slide-description h3,
.slider .slide-description h4,
.slider .slide-description h5,
.slider .slide-description h6 { 
	margin: 0; 
	color: #ffffff;
	text-shadow: none;
}
.slider .slide-description p { margin: 0; color: #cccccc; }

.slider .slide-media { overflow: hidden; }
.slider .slide-media a { display: block; overflow: hidden; }
.slider .slide-media img { display: block; margin: 0 auto; } 


 

/* --- Slider Cycle & Fader -------------------------------------------------------------------- */
.slider-cycle,
.slider-fader { 
	position: relative;
	border: 8px solid #2D1F1E; /* AeM: Slider mit Rahmen versehen */
}
.slider-cycle .viewport,
.slider-fader .viewport { 
	position: relative; 
	z-index: 1; 
}
.slider-cycle .nav,
.slider-fader .nav {	
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 20;
}
.slider-cycle .nav p,
.slider-fader .nav p {
	margin: 0;
	float: left;
}
.slider-cycle .nav p a,
.slider-fader .nav p a {
	width: 40px;
	height: 20px;
	display: block; 
	float: left;
	cursor: pointer;
}
.slider-cycle .nav .prev-slide a,
.slider-fader .nav .prev-slide a { 
	margin-right: 2px; 
	background-position: 0 0;		
}
.slider-cycle .nav .prev-slide a:hover,
.slider-fader .nav .prev-slide a:hover { 
	background-position: 0 -20px; 
}
.slider-cycle .nav .next-slide a,
.slider-fader .nav .next-slide a { 
	margin-left: 2px; 
	background-position: right 0; 
}
.slider-cycle .nav .next-slide a:hover,
.slider-fader .nav .next-slide a:hover { 
	background-position: right -20px; 
}
.slider-cycle .nav  ul,
.slider-fader .nav  ul {
	margin: 0;
	float: left;
	list-style: none; 
}
.slider-cycle .nav li,
.slider-fader .nav li { 
	float: left; 
}
.slider-cycle .nav li a,
.slider-fader .nav li a {
	width: 20px;
	height: 20px;
	display: block;	
	background-position: -42px 0;
}
.slider-cycle .nav li a:hover, 
.slider-fader .nav li a:hover { 
	background-position: -42px -20px; 
}
.slider-cycle .nav li.current-slide a,
.slider-fader .nav li.current-slide a { 
	background-position: -62px 0; 
}
.slider-cycle .nav li.current-slide a:hover,
.slider-fader .nav li.current-slide a:hover {
	background-position: -62px -20px; 
}

.slider-cycle .nav p a,
.slider-cycle .nav li a,
.slider-fader .nav p a,
.slider-fader .nav li a {
	background-image: url(./../images/slider_nav.png);
	background-repeat: no-repeat;
	
	-webkit-transition: background-position .2s ease;
	   -moz-transition: background-position .2s ease;
	    -ms-transition: background-position .2s ease;
	     -o-transition: background-position .2s ease;
	        transition: background-position .2s ease;
}

/* --- Slider Fader ---------------------------------------------------------------------------- */
.slider-fader .ie7-fix {	 
	width: 1px; 
	height: 1px;
	position: absolute; 
	background: green; 
}
.slider-fader .transition-helper {
	position: absolute;	
	left: -9999px;
	top: -9999px;
	z-index: 100;
}	
.slider-fader .transition-helper div {
	width: 1px;
	height: 1px;
	position: absolute;
	background: #251b1a; /* AeM: Vorhang Grundfarbe braun gemacht */
}
.slider-fader .transition-helper img {
	position: absolute;
	display: block;
}
.slider-fader .gilotine-vertical-up-1,
.slider-fader .gilotine-vertical-up-2,
.slider-fader .gilotine-vertical-down-1,
.slider-fader .gilotine-vertical-down-2,
.slider-fader .curtain-vertical-1,
.slider-fader .curtain-vertical-2 {
	width: 100%;
}
.slider-fader .gilotine-vertical-up-1 img,
.slider-fader .gilotine-vertical-down-1 img,
.slider-fader .curtain-vertical-1 img {
	left: 0;
	bottom: 0;
}
.slider-fader .gilotine-vertical-up-1 div,
.slider-fader .gilotine-vertical-down-1 div,
.slider-fader .curtain-vertical-1 div {
	width: 100%;
	left: 0;
	bottom: 150px;
}
.slider-fader .gilotine-vertical-up-2 img,
.slider-fader .gilotine-vertical-down-2 img,
.slider-fader .curtain-vertical-2 img {
	left: 0;
	top: 0;
}
.slider-fader .gilotine-vertical-up-2 div,
.slider-fader .gilotine-vertical-down-2 div,
.slider-fader .curtain-vertical-2 div {
	width: 100%;
	left: 0;
	top: 150px;
}
.slider-fader .gilotine-horizontal-up-1,
.slider-fader .gilotine-horizontal-up-2,
.slider-fader .gilotine-horizontal-down-1,
.slider-fader .gilotine-horizontal-down-2,
.slider-fader .curtain-horizontal-1,
.slider-fader .curtain-horizontal-2 {
	height: 100%;
}
.slider-fader .gilotine-horizontal-up-1 img,
.slider-fader .gilotine-horizontal-down-1 img,
.slider-fader .curtain-horizontal-1 img {
	right: 0;
	top: 0;
}
.slider-fader .gilotine-horizontal-up-1 div,
.slider-fader .gilotine-horizontal-down-1 div,
.slider-fader .curtain-horizontal-1 div {
	height: 100%;
	right: 150px;
	top: 0;
}
.slider-fader .gilotine-horizontal-up-2 img,
.slider-fader .gilotine-horizontal-down-2 img,
.slider-fader .curtain-horizontal-2 img {
	left: 0;
	top: 0;
}
.slider-fader .gilotine-horizontal-up-2 div,
.slider-fader .gilotine-horizontal-down-2 div,
.slider-fader .curtain-horizontal-2 div {
	height: 100%;
	left: 150px;
	top: 0;
}




/* --- Slider Nivo ----------------------------------------------------------------------------- */
.slider-nivo { position:relative; }
.slider-nivo img { position:absolute; top:0px; left:0px; }
.slider-nivo > img,
.slider-nivo > a {
	display: none;
}
.slider-nivo > :first-child { display: block; }

.slider-nivo a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption {
	position:absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color:#fff;
	opacity:0.8; 
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding: 20px 20px;
	margin: 0;	
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-nav {
	height: 20px;
	padding: 0 42px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	float: left;
	z-index: 9;
}

.nivo-directionNav a {
	width: 40px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	text-indent: -9999px;
}
.nivo-prevNav { left: 0; top: 0; }
.nivo-prevNav { background-position: 0 0; }
.nivo-prevNav:hover { background-position: 0 -20px; }	

.nivo-nextNav { right: 0; top: 0; }
.nivo-nextNav { background-position: -84px 0; }
.nivo-nextNav:hover { background-position: -84px -20px; }


.nivo-controlNav { position: relative; float: left; overflow: hidden; z-index: 2; }
.nivo-controlNav a {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -9999px;
	
	
}
.nivo-controlNav a { background-position: -42px 0; }
.nivo-controlNav a:hover { background-position: -42px -20px; }
.nivo-controlNav a.active { background-position: -62px 0; }
.nivo-controlNav a.active:hover { background-position: -62px -20px; }


.nivo-prevNav,
.nivo-nextNav,
.nivo-controlNav a {
	background-repeat: no-repeat;
	
	-webkit-transition: background-position .2s ease;
	   -moz-transition: background-position .2s ease;
	    -ms-transition: background-position .2s ease;
	     -o-transition: background-position .2s ease;
	        transition: background-position .2s ease;
}





/* --- JPLAYER --------------------------------------------------------------------------------- */
div.jp-audio { color: #fff; background-color: #404040; position: relative; }
div.jp-audio { width: 100%; }
div.jp-interface {
	position: relative;
	background: url( ./../images/fader.skin.png ) 0 -60px repeat-x;
}
div.jp-audio .jp-interface {  height: 40px; padding: 10px 20px; }
div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto 10px auto;
	position: relative;
	overflow:hidden;
}

div.jp-interface ul.jp-controls {
	margin: 0;
	padding: 0;	
	list-style-type:none;	
	overflow:hidden;
	width: 100%;
	height: 23px;
	
	position: absolute;
	left: 20px;
	bottom: 10px;
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height: 23px;
	margin: 0;
	padding: 0;
}

div.jp-type-single  .jp-controls li a{
	background-image: url( ./../images/fader.skin.png );
	background-repeat: no-repeat;
	
}

div.jp-type-single  .jp-play { width: 32px; background-position: -20px -25px; }
div.jp-type-single  .jp-play:hover { background-position: -60px -25px; }

div.jp-type-single  .jp-pause { width: 32px; background-position: -100px -25px; }
div.jp-type-single  .jp-pause:hover { background-position: -140px -25px; }

div.jp-seeking-bg { }

.jp-progress {
	background: #1a1a1a;
	margin: 0 auto;
	height: 8px;
	overflow:hidden;
	border: 1px solid #232323;
	
	-webkit-box-shadow: 0 1px 0 #4e4e4e;
	   -moz-box-shadow: 0 1px 0 #4e4e4e;
	        box-shadow: 0 1px 0 #4e4e4e;
	
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;	
	        border-radius: 1px;
}

.jp-seek-bar {
	background: #4d4d4d;
	width:0px;
	height: 100%;
	overflow:hidden;
	cursor:pointer;
	
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;	
	        border-radius: 1px;
}

.jp-play-bar {
	background: #C4891B;
	width:0px;
	height: 100%;
	overflow:hidden;
	
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;	
	        border-radius: 1px;	
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C4891B), to(#FAB93C));
  	background-image: -webkit-linear-gradient(top, #C4891B, #FAB93C); /* AeM: ALLES rot (c50303) in AeM-Orange (fab93c) geaendert */
   	background-image:    -moz-linear-gradient(top, #C4891B, #FAB93C); /* AeM: ALLES rot (fa2323) in Orange (fcc63e) geaendert */
   	background-image:     -ms-linear-gradient(top, #C4891B, #FAB93C);
   	background-image:      -o-linear-gradient(top, #C4891B, #FAB93C);
   	background-image:         linear-gradient(top, #C4891B, #FAB93C);
}

div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute {
	background-image: url( ./../images/fader.skin.png );
	background-repeat: no-repeat;
	position: absolute;
	width: 32px;
	bottom: 0;
	right: 90px;
	
}

div.jp-interface ul.jp-controls a.jp-mute { background-position: -180px -25px; }
div.jp-interface ul.jp-controls a.jp-mute:hover { background-position: -220px -25px; }

div.jp-interface ul.jp-controls a.jp-unmute { background-position: -260px -25px; }
div.jp-interface ul.jp-controls a.jp-unmute:hover { background-position: -300px -25px; }

.jp-volume-bar {
	position: absolute;
	width: 40px;
	height: 8px;
	overflow: hidden;
	
	background: #1a1a1a;
	border: 1px solid #232323;
	
	-webkit-box-shadow: 0 1px 0 #4e4e4e;
	   -moz-box-shadow: 0 1px 0 #4e4e4e;	
	        box-shadow: 0 1px 0 #4e4e4e;
	
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;	
	        border-radius: 1px;	
}
.jp-volume-bar:hover {
	cursor:  pointer;
}

div.jp-audio .jp-interface .jp-volume-bar {
	bottom: 17px;
	right: 20px;
}

.jp-volume-bar-value {
	height: 8px;		
	background: #C4891B;
	
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;	
	        border-radius: 1px;
   	
   	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C4891B), to(#FAB93C));
  	background-image: -webkit-linear-gradient(top, #C4891B, #FAB93C);
   	background-image:    -moz-linear-gradient(top, #C4891B, #FAB93C);
   	background-image:     -ms-linear-gradient(top, #C4891B, #FAB93C);
   	background-image:      -o-linear-gradient(top, #C4891B, #FAB93C);
   	background-image:         linear-gradient(top, #C4891B, #FAB93C);
}

.jp-current-time, .jp-duration { position: relative; z-index: 5; margin-top: 10px; font-size: 11px; }
.jp-current-time { margin-left: 42px; float: left; color: #fff; }
.jp-duration { margin-left: 5px; float: left; color: #b2b2b2; }

.jp-title ul { margin: 0; padding: 0; list-style-type: none; }
.jp-title li { position: relative; padding: 10px 20px 0 20px; overflow: hidden; }

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer { background-color: #000000; }


/* --- Toggle UI ------------------------------------------------------------------------------- */
.toggle { margin-bottom: 20px; position: relative; }
.toggle + .toggle {
	margin-top: 20px;
	padding: 20px 0 0 0;
	border-top-width: 2px;
	border-top-style: dotted;
}
.toggle + .divider { margin-top: 0; }

.toggle-title { cursor: pointer; }
.toggle-title .plus,
.toggle-title .minus {  
	float: left; 
}
.toggle-title h4 { margin: 0 0 0 26px; }
.toggle-content .block { padding: 20px 26px 2px 26px; }


/* --- Accordion UI ----------------------------------------------------------------------------- */
.accordion { margin: 0 0 20px 0; }
.accordion-panel { 
	margin: 0;
	position: relative;
}
.accordion-panel-title { 
	padding: 0 0 0 36px; 
	position: relative; 
	cursor: pointer;
	font-size: 12px;
	line-height: 28px;
	border-style: solid;
	border-width: 1px;
	
	background-position: 0 0;
	background-repeat: repeat-x;
}
.accordion-panel + .accordion-panel .accordion-panel-title {
	border-width: 0 1px 1px 1px;
}

.accordion-panel-title .plus,
.accordion-panel-title .minus { 
	position: absolute; left: 9px; top: 6px; 
}
.accordion-panel-title h4 { margin: 0; }

.accordion-panel-content { padding: 20px 36px 2px 36px; }

.accordion-panel-on .accordion-panel-content {	
	border-style: solid;
	border-width: 0 1px 1px 1px;
}


/* --- Tab UI ---------------------------------------------------------------------------------- */
.tabs { margin: 0 0 20px 0; }
.tab-nav { 
	margin: 0; 
	position: relative;
	top: 1px;
	list-style: none; 
	overflow: hidden;
}
.tab-nav-item {	
	padding: 0 15px;	
	display: inline; 
	float: left;
	 
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	cursor: pointer;
	
	border-style: solid;
	border-width: 0 1px 1px 1px;	
	
	color: #000;
	text-shadow: 0 1px 0 #fff;
	
	background-position: 0 0;
	background-repeat: repeat-x;
	
	-webkit-transition: background-position .2s ease;
	   -moz-transition: background-position .2s ease;
	    -ms-transition: background-position .2s ease;
	     -o-transition: background-position .2s ease;
	        transition: background-position .2s ease; 
}
.tab-nav-item + .tab-nav-item { border-width: 0 1px 1px 0; }
.tab-nav-item.current { background-position: 0 -28px; }

.tab-viewport { padding: 20px; border-style: solid; border-width: 1px; }



/* --- Collections ----------------------------------------------------------------------------- */

.sticky {}
.collection {}
.collection.view-as-grid > li > article { padding: 0 20px; }
.shortcode > .collection.view-as-grid > li > article  { padding-top: 0; }


/* --- Collections (list view) ----------------------------------------------------------------- */
ul.collection { margin: 0; list-style: none; }
ul.collection > li { margin: 0 0 2px 0; }


/* --- Collections (grid view) ----------------------------------------------------------------- */
.collection.view-as-grid { 
	margin: 0 0 0 -2px;
	list-style: none;
}
.collection.view-as-grid > li { 
	margin: 0 0 2px 2px; 
	display: inline-block; 
	vertical-align: top;
}
.collection.view-as-grid.three-sixteenths > li { width: 178px; }
.collection.view-as-grid.one-fourth > li  { width: 238px; }
.collection.view-as-grid.one-third > li { width: 318px; }
.collection.view-as-grid.one-half > li { width: 478px;  }
.collection.view-as-grid.three-fourths > li { width: 718px; }

.collection header h3 { font-size: 14px; line-height: 18px; font-weight: bold;} /* AeM: Ueberschriften von Blog-Artikeluebersicht und Startseite Neuste Artikiel > size von 14 px auf 30 px erhoeht > wieder rueckgaengig gemacht, weil ich startseite und blog nicht getrennt kriege */
.posts header h3 { font-size: 30px; line-height: 30px; font-weight: 400;} /* AeM: Loesung von Timo. Nur die Ueberschriften in der Bloguebersicht */
.recent-posts-shortcode .posts header h3 { font-size: 14px; line-height: 18px; font-weight: bold;} /* AeM: Loesung von Timo. Definitionen weiter verschachtelt, damit die Texte auf der Startseite unter den Blogartikeln nicht ebenfalls gross dargestellt werden */

.collection.view-as-grid > li > article > :first-child { margin-top: 20px; }
.collection.view-as-grid > li > article > .entry-featured-media:first-child { margin-top: 0; }


.entry-mediabox {}
.entry-mediabox img, 
.entry-mediabox object,
.entry-mediabox iframe {
	margin: 0 auto; 
	display: block; 
}

.entry-mediabox.slider { margin-bottom: 2px; }


.entry-featured-media { position: relative; }

.entry-featured-media + * { margin-top: 20px; }


.collection.view-as-grid .entry-featured-media { margin: 0 -20px; }

.shortcode > .collection.view-as-grid > li > article > :first-child { margin-top: 0; }
.shortcode > .collection.view-as-grid .entry-featured-media { margin-top: 0; }

.entry-featured-media a { position: relative; display: block; }
.entry-featured-media img, 
.entry-featured-media object,
.entry-featured-media iframe {
	margin: 0 auto; 
	display: block; 
}

.entry-featured-media a { 
	overflow: hidden;
}
.entry-featured-media a img {
	-webkit-backface-visibility: hidden;
		
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.entry-featured-media a:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}


.entry-terms { margin: 0 0 20px 0; }
.entry-terms h6 {
	width: 0;
	height: 20px;
	padding: 0 0 0 20px;
	overflow: hidden;
	float: left; 
	font-weight: normal;
}
.entry-categories,
.entry-tags { 
	overflow: hidden; 
}
.entry-categories ul,
.entry-tags ul { 
	margin: 0; 
	overflow: hidden;
	list-style: none;	
}
.entry-categories ul li, 
.entry-tags ul li { 
	margin-right: 0.5em; 
	float: left; 
}
.entry-categories ul li a, 
.entry-tags ul li a {
	white-space: nowrap;
}	
.entry-categories h6 {
	background-position: 0 5px;
	background-repeat: no-repeat;	
}
.entry-tags h6 {
	background-position: 0 -25px;
	background-repeat: no-repeat;	
}



.entry-buttons { margin: 0 0 20px 0; list-style: none; overflow: hidden; }
.entry-buttons li { float: left; }
.entry-buttons.horizontal li { display: inline; float: left; }
.entry-buttons.vertical li { display: block; float: none; }
.entry-buttons .button { margin-bottom: 0; }


.collection.view-as-list .entry-featured-media { margin: 0; }



/* collection-list-one-sixteenth */
.collection.view-as-list.one-sixteenth  { margin: 0 20px; }
.collection.view-as-list.one-sixteenth > li { padding: 0 0 5px 0; }
.collection.view-as-list.one-sixteenth > li + li { 
	padding: 5px 0;
	border-top-style: dotted; 
	border-top-width: 1px;
}

.collection.view-as-list.one-sixteenth .c-x {  float: none; margin: 0 0 0 70px; }
.collection.view-as-list.one-sixteenth.no-featured-media .c-x { margin: 0; }
.collection.view-as-list.one-sixteenth .entry-meta { margin-top: -20px; }


/* collection-list-one-fourth */
.collection.view-as-list.one-fourth .c-x { float: none; padding: 20px 20px 2px 20px; margin-left: 240px; }
.collection.view-as-list.one-fourth.no-featured-media .c-x { margin-left: 0; }

/* collection-list-three-eighths */
.collection.view-as-list.three-eighths .c-x { float: none; padding: 20px 20px 2px 20px; margin-left: 360px; }
.collection.view-as-list.three-eighths.no-featured-media .c-x { margin-left: 0; }
.collection.view-as-list.three-eighths > li > div { overflow: hidden;  }
.collection.view-as-list.three-eighths > li > div > .entry-thumb { float: left; }
.collection-view-as-list.three-eighths > li > div > .boxe { float: left; }

/* collection-list-one-half */
.collection.one-half .c-x { float: none; padding: 20px 20px 2px 20px; margin-left: 478px; }
.collection.one-half.no-featured-media .c-x { margin-left: 0; }



/* --- Widgets  -------------------------------------------------------------------------------- */
.widget { padding: 20px 20px 0 20px; margin: 0 0 2px 0; overflow: hidden; }
.widgettitle { 
	padding: 10px 20px;
	margin: -20px -20px 20px -20px;
	font-size: 14px;
	line-height: 20px;
	
	background-position: 0 0;
	background-repeat: repeat-x;
}


/* --- Widget Calendar ------------------------------------------------------------------------- */
.widget_calendar table { width: 100%; }
.widget_calendar table caption {
	font-weight: bold;
}
.widget_calendar th, 
.widget_calendar td {
	padding: 3px;
}	
.widget_calendar th {
	text-align: center;
	color: #999;
	background: #1a1a1a;
}	
.widget_calendar tbody td {	
	text-align: center;
	border-style: solid;
	border-width: 1px;
}
.widget_calendar tbody td.pad:first-child {
	border-width: 1px 0 0 1px;
}	
.widget_calendar tbody td a,
.widget_calendar tbody td#today {
	font-weight: bold;
}



/* --- WordPress Default Widgets --------------------------------------------------------------- */
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_links ul, 
.widget_meta ul,
.widget_rss ul,
.widget_pages ul, 
.widget_nav_menu ul,
.widget_categories ul,
.widget_archive ul {
	margin-left: 0; 
	list-style: none; 
}
.widget_links ul ul, 
.widget_meta ul ul,
.widget_rss ul ul,
.widget_pages ul ul, 
.widget_nav_menu ul ul,
.widget_categories ul ul,
.widget_archive ul ul { 
	padding: 0 0 0 2em; 
	margin: 0;
	border-style: solid; 
	border-width: 1px 0 0 0; 
}
.widget_recent_entries li,
.widget_links li, 
.widget_meta li,
.widget_rss li,
.widget_pages a,
.widget_nav_menu a,
.widget_categories span,
.widget_archive li { 
	padding: 5px 0;
	display: block; 
	border-style: solid; 
	border-width: 1px 0 0 0; 
}
.widget_recent_entries li:first-child,
.widget_links li:first-child, 
.widget_meta li:first-child,
.widget_rss li:first-child,
.widget_pages li:first-child > a,
.widget_nav_menu li:first-child > a,
.widget_categories li:first-child > span,
.widget_archive li:first-child {
	padding-top: 0;
	border: 0; 
}

.widget_rss li a.rsswidget { display: block; }
.widget_rss .rssSummary { margin: 9px 0 0 0; }

.widget_tag_cloud a { line-height: 100%; }

.widget_categories select,
.widget_archive select,
div.tagcloud {
	margin: 0 0 20px;
}

.widget_recent_comments li {
	padding: 5px 0 5px 26px;
	border-style: solid;
	border-width: 1px 0 0 0;	 
	background: url(./../images/icons/btp-comment.png) 0 8px no-repeat;
}
.widget_recent_comments li:first-child {
	padding-top: 0;
	border: 0;
	background-position: 0 3px;
}



/* --- Comment list ---------------------------------------------------------------------------- */	
.commentlist { margin: 0; list-style: none; }
.commentlist li { 
	min-height: 48px;
	position: relative; 
	overflow: hidden;
}
.comment.bypostauthor {}
.commentlist .comment-wrapper { padding: 20px 20px 20px 100px; }
.commentlist div.vcard cite.fn { font-style: normal; }
.commentlist div.vcard img.avatar {
	position: absolute; 
	left: 20px; 
	top: 20px;
}

.commentlist div.commentmetadata { margin-bottom: 10px; }
.commentlist div.reply { margin-top: 10px; text-align: right; }
.commentlist ul.children { margin: 0 0 0 20px; list-style: none; }	  
.commentlist a.comment-reply-link { font-size: 11px; }	
	
.comment-wrapper { margin: 0 0 2px 0; }
	
/* --- Comments -------------------------------------------------------------------------------- */	
#comments { margin: 20px 0 0 0; }
#respond {
	min-height: 100px; 
	margin: 20px 0 0 180px;; 
	padding: 20px 20px 0 20px;	 
	position: relative;  
}
.comment #respond { 
	margin: 0 0 2px 0; 
	padding-top: 0;
}

#reply-title {
	width: 138px;
	min-height: 60px;
	padding: 20px 20px;	
	position: absolute;
	left: -180px;
	top: 0;	
	font-size: 18px;
	font-weight: normal;	 
}
.comment #reply-title {
	width: auto;
	min-height: 20px;
	margin: 0 -20px 20px -20px;
	position: static;
}
#comments .pagination { margin-left: 180px; }



/* --- Author Info ----------------------------------------------------------------------------- */
#author-info { margin: 20px 0 0 0; }
#author-info > div { min-height: 60px; }
#author-info #author-avatar { float: left; margin: 0 20px 0 0; }
#author-info #author-link { margin-bottom: 0; }
 
 	
	  
/* --- the_meta() ------------------------------------------------------------------------------ */
.post-meta { margin: 0; list-style: none; }
.post-meta li { padding: 6px 0; border-style: solid; border-width: 1px 0 0 0; }
.post-meta li:first-child { padding-top: 0; border: 0; }
.post-meta-key { display: block; font-weight: bold; }



/* --- Side navigation ------------------------------------------------------------------------- */
.side-nav ul { margin: 0; list-style: none; }
.side-nav li a {
	min-height: 18px;
	padding: 5px 45px 5px 20px;
	display: block;
	line-height: 16px;
	
	background-position: right 0;
	background-repeat: no-repeat;	
}
.side-nav li.current-cat a, 
.side-nav li.current_page_item a { 
	background-position: right -128px; 
}
.side-nav li a:hover,
.side-nav li.current-cat a:hover,
.side-nav li.current_page_item a:hover { 
	background-position: right -256px; 
} 
.side-nav li li a { padding-left: 30px; }
.side-nav li li li a { padding-left: 40px; }



/* --- Media ----------------------------------------------------------------------------------- */
figure.media { margin: 0; }
figure.media ul.attachments { margin: 0; list-style: none; }
figure.media ul.attachments > li { margin: 0 0 2px 0; overflow: hidden; vertical-align: bottom; }
figure.media ul.attachments > li > figure {	margin: 0; }

figure.media figure.media-image img,
figure.media figure.media-embed object,
figure.media figure.media-embed iframe {
	margin: 0 auto; 
	display: block;
}


/* --- Placeholders ---------------------------------------------------------------------------- */
.placeholder span {
	width: 100%;
	height: 100%;
	display: block;
}

/* --- Related Entries ------------------------------------------------------------------------- */
.related-entries { margin-top: 20px; }


/* --- Pagination, Page links ------------------------------------------------------------------ */
.pagination, 
.comment-pagination { 
	margin-bottom: 2px; padding: 20px 0; 
}
.comment-pagination { margin-left: 180px; }
.page-links { margin-bottom: 20px; clear: both; }
.page-links p {	
	margin: 0;
	overflow: hidden; 
}
.pagination p,
.comment-pagination p {
	margin: 0 auto;
	display: table;
	overflow: hidden;
}
.page-links p > *, 
.pagination p > *,
.comment-pagination p > * {
	float: left; 
}
.page-links p strong { 
	margin-right: 1em; 
}
.pagination p strong {
	display: none;
}
.page-links span,
.pagination span,
.comment-pagination a,
.comment-pagination span { 
	padding: 4px 6px;
	display: block;
	font-size: 12px;
	line-height: 12px;
	
	-webkit-transition: background-position .2s ease;
	   -moz-transition: background-position .2s ease;
	    -ms-transition: background-position .2s ease;
	     -o-transition: background-position .2s ease;
	        transition: background-position .2s ease;
}
.pagination a.prev, 
.pagination a.next {
	width: 44px;
	text-indent: -9999px;
}
.comment-pagination a.prev, 
.comment-pagination a.next {
	width: 32px;
	text-indent: -9999px;
}
.pagination a.prev,
.comment-pagination a.prev {
	margin-right: 2px; 
}
.pagination a.next,
.comment-pagination a.next {
	margin-left: 2px;	
}

.page-links span,
.pagination span,
.comment-pagination a,
.comment-pagination span {
	background-position: -50px 0;
	background-repeat: no-repeat;
}
.pagination a.prev span,
.comment-pagination a.prev { 
	background-position: 0 0; 
}
.pagination a.next span,
.comment-pagination a.next { 
	background-position: right 0; 
}
.page-links a:hover span, 
.pagination a:hover span,
.comment-pagination a:hover { 
	background-position: -50px -20px; 
}
.pagination a.prev:hover span,
.comment-pagination a.prev:hover { 
	background-position: 0 -20px; 
}
.pagination a.next:hover span,
.comment-pagination a.next:hover { 
	background-position: right -20px; 
}
.page-links p > span, 
.pagination p > span,
.comment-pagination span { 
	background-position: 0 -40px; 
}



/* ----->>> PREHEADER SECTION <<<--------------------------------------------------------------- */
#content + #preheader { margin-top: 20px; }

html.js #preheader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0, 0.5);	
	   -moz-box-shadow: 0 1px 20px rgba(0,0,0, 0.5);	
			box-shadow: 0 1px 20px rgba(0,0,0, 0.5);
}
html.js #preheader-inner {
	margin: 0 auto;
	padding: 0 20px;		 
	display: none; 
}
html.js body.theme-alignment-left #preheader-inner,
html.js body.theme-alignment-left #preheader-toggle { 
	margin-left: 0; margin-right: auto; 
}
html.js body.theme-alignment-right #preheader-inner,
html.js body.theme-alignment-right #preheader-toggle { 
	margin-left: auto; margin-right: 0; 
}


#preheader-toggle { width: 958px; margin: 0 auto; position: relative; cursor: pointer; }
html.js #preheader-toggle { padding: 0 20px; }

#preheader-toggle .arrow {	
	width: 16px;
	height: 36px;
	position: absolute;
	right: 20px; 
	bottom: -40px;
	border-style: solid;
	border-width: 2px;
	background-repeat: no-repeat;
	
	-webkit-transition: background-position .2s ease;
	   -moz-transition: background-position .2s ease;
	    -ms-transition: background-position .2s ease;
	     -o-transition: background-position .2s ease;
	        transition: background-position .2s ease;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;	
			box-shadow: none;
}
#preheader-toggle .arrow 			{ background-position: 0 0; }
#preheader-toggle .arrow:hover 		{ background-position: 0 -36px; }
#preheader-toggle .arrow-up 		{ background-position: -16px 0; }
#preheader-toggle .arrow-up:hover 	{ background-position: -16px -36px; }

/* Equal columns trick */
#preheader-inner .grid { overflow: hidden; }
#preheader-inner .grid .widget { padding-bottom: 10000px; margin-bottom: -10000px; }

/* Default viewport on iPad is 980px, thus smaller paddings. */ 
@media only screen and (max-width: 1024px) {
	html.js #preheader-inner { padding: 0 10px; }
	html.js #preheader-toggle { padding: 0 10px; }
	html.js #preheader-toggle .arrow { right: 10px; }
}



/* ----->>> HEADER SECTION <<<------------------------------------------------------------------ */

/* --- Site ID --------------------------------------------------------------------------------- */
#id h1 { margin: 0; }


/* --- Primary bar ----------------------------------------------------------------------------- */
#primary-bar { height: 40px; position: relative; z-index: 10; }
#primary-bar-inner { padding: 0 15px 0 10px; position: relative; z-index: 2; }
#header.after-preheader #primary-bar-inner { padding-right: 27px; }

/* --- Primary navigation ---------------------------------------------------------------------- */
#primary-nav-menu { float: left; } 
 
/* Base */
.dd-menu, .dd-menu ul { 
	padding: 0; 
	margin: 0; 
	position: relative; 
	list-style-type: none; 
	list-style-position: outside; 
}
.dd-menu li { position: relative; }
.dd-menu li a { position: relative; text-decoration: none; }
.dd-menu li ul { width: 170px; position: absolute; display: none; z-index: 1; }  

/* Links level 1 */
.dd-menu > li { display: inline; float: left; }
.dd-menu > li > a { 
	height: 40px; 
	padding: 0 10px; 
	display: inline; 
	float: left;
	line-height: 40px;
}

/* Links level 2,3,4 */
.dd-menu ul li { padding: 0; margin: 0; }
.dd-menu ul a { 	
	margin: 0;
	padding: 7px 10px;
	position: relative;
	display: block; 
	line-height: 18px;
}

/* Submenu level 1 */
.dd-menu ul { left: 0px; top: 40px; }
/* Submenu level 2,3,4 */
.dd-menu ul ul { left: 170px; top: 0px; }

/* Dropdown mechanism */
.dd-menu li:hover ul ul, 
.dd-menu li:hover ul ul ul, 
.dd-menu li:hover ul ul ul ul { 
	display: none; 
}
.dd-menu li:hover ul, 
.dd-menu li li:hover ul, 
.dd-menu li li li:hover ul,
.dd-menu li li li li:hover ul { 
	display: block; 
}
/* Disable CSS dropdown mechanism if JavaScript is enabled */
html.js .dd-menu li:hover > ul { 
	display: none; 
}
html.js .dd-menu li.dd-show > ul { 
	display: block; 
}

/* Arrows level 1 */
.dd-menu > li > a span.dd-arrow { display: none; }
.dd-menu a:hover span.dd-arrow, 
.dd-menu a.dd-path span.dd-arrow { 
	display: block;
}

/* Arrows level 2,3,4 */
.dd-menu ul a span.dd-arrow { 
	height: 8px; 
	width: 4px;
	position: absolute; 	
	left: 150px; 
	top: 12px;
}

.dd-menu ul a span.dd-arrow .css-shape {
	width: 0;
	height: 0;	
	position: absolute;
	left: 0;
	top: 0;	
	border-style: solid;
	
	border-width: 4px 0 4px 4px;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

/* Shadows*/
.dd-menu ul {
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25); 
	   -moz-box-shadow: 0 0 6px rgba(0,0,0,0.25);	 
			box-shadow: 0 0 6px rgba(0,0,0,0.25); 
}


#primary-bar { background-position: 0 0; background-repeat: no-repeat; }
#primary-nav-menu > li.current-menu-item > a,
#primary-nav-menu > li.current-menu-ancestor > a,
#primary-nav-menu > li.current_page_parent > a {	
	background-position: 0 -40px;
	background-repeat: no-repeat;
}
#primary-nav-menu > li > a.dd-path,
#primary-nav-menu > li > a:hover {
	background-position: 0 -80px;
	background-repeat: no-repeat;
}


/* --- Search Form ----------------------------------------------------------------------------- */
#searchform	 { position: relative; overflow: hidden; }
#searchform label { display: none; }
#s { padding-right: 35px; }
#searchsubmit {
	width: 25px;
	height: 100%; 
	position: absolute; 
	right: 0; 
	top: 0;
	text-indent: -9999px;
	background-color: transparent;	
	background-repeat: no-repeat;
	background-position: center center;	
}
.widget_search #searchform { margin: 0 0 20px 0; }



/* --- Feeds navigation ------------------------------------------------------------------------ */
#feeds-nav { padding-top: 12px; float: right; }
#feeds-nav ul { margin: 0; }



/* ----->>> PRECONTENT SECTION <<<-------------------------------------------------------------- */
#precontent { margin-bottom: 2px; border-style: solid; }
#precontent .slider { margin: 0 auto; }

/* ----->>> CONTENT SECTION <<<----------------------------------------------------------------- */

/* --- Content header -------------------------------------------------------------------------- */

.breadcrumbs p { margin: 0; }
.breadcrumbs strong { font-weight: normal; }

#content-header { min-height: 0; margin: 0 0 2px 0; padding: 0 20px; overflow: hidden; }
#content-header .page-title { margin: 25px 0 50px 0; }
#content-header .page-subtitle { margin: 25px 0 50px 0; font-size: 16px; line-height: 20px; }
#content-header .breadcrumbs { margin: 5px 0; text-align: right; }
#content-header .breadcrumbs + .page-title { margin-top: -3px; }
#content-header .breadcrumbs + .page-subtitle { margin-top: -3px; }
#content-header .page-title + .page-subtitle { margin-top: -50px; }



/* --- Entry utilities ------------------------------------------------------------------------- */ 
.entry-utility { clear: both; }
.entry-utility span { margin: 0 0 20px 0; display: block; }
  
  
  
/* ----->>> PREFOOTER SECTION <<<--------------------------------------------------------------- */
#prefooter { margin: 20px 0 0 0; }

/* Equal columns trick */
#prefooter-inner .grid { overflow: hidden; }
#prefooter-inner .grid .widget:last-child { 
	padding-bottom: 10000px; margin-bottom: -10000px; 
}


/* ----->>> FOOTER SECTION <<<------------------------------------------------------------------ */
#footer { margin: 2px 0 0 0; }
#content + #footer { margin: 20px 0 0 0; }
#footer-inner { padding: 11px 0; }

#footer-text, #footer-nav {
	width: 438px;
	margin: 0;
	padding: 0 20px;
}
#footer-text { font-size: 11px; }
.footer-menu { 
	margin: 0;	 
	overflow: hidden;
	font-size: 11px; 
	list-style: none; 
}
.footer-menu li { float: left; }
.footer-menu li + li { margin-left: 10px; }

/* text-nav layout (default) */
#footer #footer-text { 
	float: left; 
}
#footer #footer-nav, 
#footer .footer-menu { 
	float: right; 
}
/* nav-text layout */
#footer.layout-nav-text #footer-text { 
	float: right; 
	text-align: right; 
}
#footer.layout-nav-text #footer-nav, 
#footer.layout-nav-text .footer-menu { 
	float: left; 
}
 
  
/* ============================================================================================= */
/* =====>>> PAGE SPECIFIC LAYOUT <<<============================================================ */
/* ============================================================================================= */

/* ----->>> PAGES <<<--------------------------------------------------------------------------- */
/* 
 * For SEO purposes content always precedes sidebar in HTML code.
 * This works for templates with sidebar on the right side.
 * For other templates we need to move sidebar to the left. 
 */
body.page-template-page-nav-left-php 		#content-inner .grid:first-child > .c-three-fourths,
body.page-template-page-sidebar-left-php 	#content-inner .grid:first-child > .c-three-fourths {
	float: right; margin: 0; 
}
body.page-template-page-nav-left-php 		#content-inner .grid:first-child > .c-one-fourth, 
body.page-template-page-sidebar-left-php	#content-inner .grid:first-child > .c-one-fourth {
	float: left; margin: 0; 
}


.custom-pages-shortcode,
.related-pages-shortcode {
	margin: 0 -20px;
}
.sidebar .custom-pages-shortcode,
.sidebar .related-pages-shortcode {
	margin-top: -20px;
}


/* ----->>> POSTS <<<--------------------------------------------------------------------------- */ 
.custom-posts-shortcode,
.popular-posts-shortcode,
.recent-posts-shortcode,
.related-posts-shortcode {
	margin: 0 -20px;
}
.sidebar .custom-posts-shortcode,
.sidebar .popular-posts-shortcode,
.sidebar .recent-posts-shortcode,
.sidebar .related-posts-shortcode {
	margin-top: -20px;
}

      
/* ----->>> WORKS <<<--------------------------------------------------------------------------- */
.custom-works-shortcode,
.popular-works-shortcode,
.recent-works-shortcode,
.related-works-shortcode {
	margin: 0 -20px;
}
.sidebar .custom-works-shortcode,
.sidebar .popular-works-shortcode,
.sidebar .recent-works-shortcode,
.sidebar .related-works-shortcode {
	margin-top: -20px;
}	

 
/* ----->>> SEARCH <<<-------------------------------------------------------------------------- */

/* --- Search Results -------------------------------------------------------------------------- */
ul.search-results { margin: 0; list-style: none; }
ul.search-results > li + li { padding-top: 20px; border-style: solid; border-width: 1px 0 0 0; }
ul.search-results p.search-meta { margin: 0; }

	
	
/* ----->>> 404 <<<----------------------------------------------------------------------------- */ 	
#error404 {}
	

/* ----->>> EXTRAS <<<-------------------------------------------------------------------------- */
html { height: 100%; }
body { height: 100%; }

#background-layer {
	height: 100%;
	width: 100%;
	position: fixed;	
	top: 0;
 	left: 0;
	z-index: 0
}
#background-layer a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;  	
  	left: 0;
}
#background-layer img {
	position: absolute; 
	width: 100%;
	height: auto;
	//-ms-interpolation-mode: nearest-neighbor;
} 