/* CSS Document */

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/mountainLion.jpg) no-repeat center center;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal
}

svg
{
	position: absolute;
	opacity: 0.0
}

#icon-dock
{
	position: fixed;
	width: 100%;
	bottom: 0px;
	text-align: center
}

nav
{
	position: relative;
	display: inline-block;
	height: 28px;
	border-bottom: 32px solid rgba(255, 255, 255, 0.6);
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	box-shadow: 0px 5px rgba(255, 255, 255, 0.8)
}

nav > div:first-child > p
{
	position: absolute;
	top: -120px;
	padding: 3px 10px;
	background: rgba(0, 0, 0, 0.5);	
	color: #FFF;
	text-shadow: 0px 1px #000;
	border-radius: 15px;
	font-weight: bold;
	display: none
}

nav > div:first-child > p:after
{
	position: absolute;
	content: "";
	top: 24px;
	left: 50%;
	margin-left: -3px;
	border-top: 6px solid rgba(0, 0, 0, 0.5);
   	border-left: 6px solid transparent; 
   	border-right: 6px solid transparent
}

nav > div > ul
{
	margin: 0;
	padding: 0;
	list-style: none
}

nav > div > ul > li
{
	display: inline;
	margin-right: -4px
}

nav > div > ul > li:last-child
{
	margin-right: 0px
}

nav > div > ul > li img
{
	width: 50px
}

nav > div:last-child
{
	height: 12px;
	margin-top: -7px;
	overflow: hidden
}

nav > div:last-child > ul > li img
{
	vertical-align: top;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	opacity: 0.3
}

.oben-0
{
	width: 100px;
	margin-top: -50px; 
	transition: width 0.4s, margin-top 0.4s;
	-webkit-transition: width 0.4s, margin-top 0.4s
}

.oben-1
{
	width: 86px;
	margin-top: -43px;
	transition: width 0.4s, height 0.4s, margin-top 0.4s;
	-webkit-transition: width 0.4s, height 0.4s, margin-top 0.4s
}

.oben-2
{
	width: 60px;
	margin-top: -30px;
	transition: width 0.4s, margin-top 0.4s;
	-webkit-transition: width 0.4s, margin-top 0.4s
}

.obenNormal
{
	width: 50px;
	margin-top: 0px;
	transition: width 0.4s, margin-top 0.4s;
	-webkit-transition: width 0.4s, margin-top 0.4s
}

.unten-0
{
	width: 100px;
	transition: width 0.4s;
	-webkit-transition: width 0.4s
}

.unten-1
{
	width: 86px;
	transition: width 0.4s;
	-webkit-transition: width 0.4s
}

.unten-2
{
	width: 60px;
	transition: width 0.4s;
	-webkit-transition: width 0.4s
}

.untenNormal
{
	width: 50px;
	transition: width 0.4s;
	-webkit-transition: width 0.4s
}

