@charset "UTF-8";
/* CSS Document */

	/*menu*/		
				

@media only screen and ( min-width: 0px ) 
{
	html
	{
		font-size: 100%; /* 12 */				
	}
		
#contain {
  z-index: 11111;
}

.navT {
  -webkit-transition: all 0.25s;
  z-index: 11111;
  cursor: pointer;
  width: 100%;
  background: #transparent;
  height: 0px;
  //left: 0;
  //top: 0;
  position: fixed;
}
.navT .icon {
  -webkit-transition: all 0.25s;
  position: absolute;
  width: 20px;
  height: 2px;
  //top: 40px;
  background-color: black;		
  //right: 90px;
}
.navT .icon {
bottom: 30px ;	
left: 40px;
position: fixed;
}
.navT .icon:before, .navT .icon:after {
  -webkit-transition: all 0.25s;
  width: 20px;
  height: 2px;
  left: 0;
  background: black;
  position: absolute;
  content: "";

}
.navT .icon:before {
  top: -6px; 
}
.navT .icon:after {
  top: 6px;
}
.navT:hover {
  background: #transparent;
}
.navT:hover .icon:before {
  //top: -6px;
}
.navT:hover .icon:after {
  //top: 6px;
}
.navT.active .icon {
  -webkit-transform: rotate(180deg);
  background-color: transparent;

}
.navT.active .icon:before, .navT.active .icon:after {
  top: 0;
}
.navT.active .icon:before {
  -webkit-transform: rotate(45deg);
}
.navT.active .icon:after {
  -webkit-transform: rotate(-45deg);
}

#menu {
font-family: 'HelveticaNeueLTStd-Cn', sans-serif ;
  z-index: 1111;
  -webkit-transition: all 0.5s;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0px;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  width: 100%;
  height: 0;
  //border-bottom: 1px solid transparent;
  overflow: hidden;
}
#menu ul {
  list-style: none;
  padding: 0;
  letter-spacing: 0.1em;
	line-height:1.2;
}
#menu li:first-child {
  margin-top: 30px;
}
#menu li {
  -webkit-transition: all 0.2s;
  margin-top: 0px;
  padding: 5px 0;
  color: white;
}
#menu a {
  padding: 8px;
  -webkit-transition: all 0.25s;
  cursor: pointer;
	color: white;
}
#menu a:hover {
  letter-spacing: 0.3em;
  //text-decoration: underline;
}
#menu.open {
	height: 165px;
  width: 100%;
  background: #888;
}

.space {
  letter-spacing: 0;
}

.content {
  width: 100%;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 100;
  -webkit-transition: top 0.5s;
  position: absolute;
  top: 65px;
  margin: 0 auto;
}
.content h1 {
  font-size: 3em;
  text-transform: uppercase;
  margin-top: 85px;
  margin-left: 10px;
}
.content h2 {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: -25px;
  margin-left: 10px;
  font-weight: 400;
  letter-spacing: 0.7em;
}
#wrapperouterDiv.shift {
  //top: 335px;
}

a:link, a:visited	{
	
	text-decoration: none;
}
	
}
@media (max-device-width: 640px) and (orientation : landscape){ 

	}

/*
@media (max-device-width: 640px) and (orientation : portrait){ 
.navT {
  height: 72px;
}
.navT .icon:before {
  top: -12px; 
}
.navT .icon:after {
  top: 12px;
}
.navT:hover .icon:before {
  //top: -12px;
}
.navT:hover .icon:after {
  //top: 12px;
}
.navT .icon {
  -webkit-transition: all 0.25s;
  position: absolute;
  width: 40px;
  height: 4px;
  //top: 60px;
  background-color: white;		
  //right: 90px;
}

.navT .icon:before, .navT .icon:after {
  -webkit-transition: all 0.25s;
  width: 40px;
  height: 4px;
  left: 0;
  background: black;
  position: absolute;
  content: "";

}
	#menu {
  font-size: 32px;
  
}
	#menu.open {
	height: 320px;

}
	#menu li:first-child {
  margin-top: 100px;
}
.navT .icon {
bottom: 20px ;	
left: 20px;
position: fixed;
}
}*/
.mausbildre {
	cursor: url(../arro_right.png), pointer;		
}
	
.mausbildli{
	cursor: url(../arro_left.png), pointer;	
}


@media (max-device-width: 640px) and (orientation : portrait){ 

.navT .icon {
left: 20px;
bottom: 20px;

}
}	
@media (max-device-width: 640px) and (orientation : landscape){ 

.navT .icon {
left: 40px;
bottom: 16px;

}
}	