/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}
body{line-height:1}
a img{border:none}
table{border-collapse:separate;border-spacing:0}
caption,th,td{text-align:left;font-weight:normal}
table,td,th{vertical-align:middle}
blockquote:before,blockquote:after,q:before,q:after{content:""}
blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}
del{text-decoration:line-through}
button::-moz-focus-inner{border:0}


@font-face {
    font-family: 'MuseoSlab500Regular';
    src: url('../bloggnFonts/museo-webfont.eot');
    src: url('../bloggnFonts/museo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../bloggnFonts/museo-webfont.woff') format('woff'),
         url('../bloggnFonts/museo-webfont.ttf') format('truetype'),
         url('../bloggnFonts/museo-webfont.svg#MuseoSlab500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.inner-center {
    float: right;
    right: -50%;
    position: relative;
}
.clear {
    clear: both;
}



body
{
	background-image:url('../bloggnImages/teaserBackground3.png');
	background-repeat:repeat-x;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 30px;
}

a
{
	color: inherit;
	text-decoration: none;
}

p
{
	margin-bottom: 10px;
}

div
{
	font-family: 'MuseoSlab500Regular', Georgia, "Times New Roman", Serif;
	color: white;
}

div.socialbar
{
	margin-top: 5px;
	background-color: red;
	width: 850px;
}

div.socialItem
{
	font-size: 1.5em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
	text-shadow: black 1px -1px 2px;
	opacity: 0.4;
}

div.socialItem:hover
{
	opacity:1;
}

h1
{
	font-size: 8.25em;
	letter-spacing: 12px;
	font-family: 'MuseoSlab500Regular', Georgia, "Times New Roman", Serif;
	text-shadow: black 8px 8px 8px, -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	font-weight: lighter;
	color: rgba(255,255,255,0.9);
	table-layout
}

h2
{
	font-size: 2.5em;
	letter-spacing: 4px;
	font-family: 'MuseoSlab500Regular', Georgia, "Times New Roman", Serif;
	text-shadow: black 4px 4px 4px;
	font-weight: lighter;
	color: rgba(255,255,255,0.9);
	margin-top: 10px;
	
}

h3
{
	font-size: 2.75em;
	letter-spacing: 4px;
	margin-bottom: 15px;
	font-family: 'MuseoSlab500Regular', Georgia, "Times New Roman", Serif;
	text-shadow: black 4px 4px 4px;
	font-weight: lighter;
}

h4
{
	font-size: 1.6em;
	margin-bottom: 5px;
/*	font-family:"MuseoSlab500Regular", Georgia, "Times New Roman", Serif;*/
	font-family:Helvetica, Verdana;
	text-shadow: black 1px 1px 2px;
	font-weight: lighter;
	letter-spacing: 1px;
}

h5
{
	font-size: 1.6em;
/*	font-family:"MuseoSlab500Regular", Georgia, "Times New Roman", Serif;*/
	font-family:Helvetica, Verdana;
	text-shadow: black 1px 1px 2px;
	font-weight: lighter;
	letter-spacing: 1px;
}

div.quote
{
	font-family:Helvetica, Verdana;
		font-style:italic;
	text-align: center;
	font-size: 1.4em;
	text-shadow: black 1px 1px 2px;
	font-weight: lighter;
	letter-spacing: 1px;
}

div.quotesource
{
	font-family:Helvetica, Verdana;
	font-size: 0.9em;
	text-shadow: black 1px 1px 2px;
	font-weight: lighter;
	letter-spacing: 1px;
}

img.bloggn
{
	position: absolute;
	left: 45px;
	top: 40px;
}

img.iphone
{
	position: absolute;
	left: 75px;
	top: 35px;
}

.imgcenter
   {
   display:block; 
   margin:0 auto; 
   text-align:center; 
   } 

.menu
{
	margin-bottom: 40px;
	text-align: center;
	color: #999;
}

	.menu a
	{
		color: #999;
	}
	
	.menu a.active
	{
		font-weight: bold;
	}


/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;	
	margin-top: -20px;
}

	.showcase-content-container
	{
		background-color: rgba(255,255,255,0.05);
		border-radius: 25px;
		border-color: black;
		border-style: solid;
		border-width:1px;
		
		-moz-border-radius: 25px;
		
		box-shadow: 0 0 5px black;
		-webkit-box-shadow: 0 0 5px black; 
		-moz-box-shadow: 0 0 5px black;
		
		background-image:url('../bloggnImages/boxBackground.png');
		background-repeat:repeat-x;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../bloggnImages/arrows.png');
		width: 74px;
		height: 56px;
		top: 220px;
		cursor: pointer;
		z-index: 100;
	}
	
	.showcase-arrow-previous
	{
		left: -14px;
		top: 550px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -56px;
	}
	
	.showcase-arrow-next
	{
		right: -14px;
		top: 550px;
		background-position: -74px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -74px -56px;
	}
	
	/* Content */
	.showcase-content
	{
		/*background-color: #000;*/
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../bloggnImages/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../bloggnImages/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: white;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			top: 100px; left: 420px; right: 30px;
			display: none;
		}
		
		.showcase-bloggn
		{
			top: 75px; left: 325px; right: 10px;
			position: absolute;
			text-align: center;
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../bloggnImages/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 70px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../bloggnImages/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}


/* Tooltip Impressum */
a.info{
    position:relative; /*this is the key*/
    }

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    left:-18em; width:15em;
    top: -8em;
    padding: 1em;
    border:1px solid black;
    background-color:#3f403f;
    text-align: left;
    font-size: 0.7em;
    text-shadow: black 0px -1px 1px;
    z-index: 200;
     }

