html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; 
	color:#000;
	}
	
	
ol, ul  { 
	list-style-type: circle; 
	margin-left:10px;
	padding-top:15px;
	padding-bottom:15px;
}
a{
	text-decoration: none;
}
ul li{
	margin-top:5px;
}

body{
	color:#4c4c4c;
	font-family: "Roboto",sans-serif;
	font-weight: 300;
	background-color:#fff;
	font-size:13px;
	line-height: 1.2;
}
h1{
	font-size: 30px;
	color:#4c4c4c;
	font-weight: 300;
	display: inline-block;
	background: url(../images/stripes_bg.png) repeat-x;
	background-position: 0px 110%;
}
h2{
	font-size: 20px;
	color:#4c4c4c;
	font-weight: 300;
	display: inline-block;
}
h3{
	font-size:20px;
	font-weight:900;
	color:#4c4c4c;
	
 }
 h4{
	font-size:18px;
	font-weight:bold;
 }
p{
	font-size:14px;
	margin-top:10px;
}
:focus  { outline: 0; }

#title{

	margin:0px auto;
	width:700px;
	height:100px;
	border:1px solid #fff;
}

.noselect{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radialbackground{
	/ Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfebf0+1,bbcddb+50,6e849c+98 /
	background: #dfebf0;
	background: -moz-radial-gradient(center, ellipse cover,  #dfebf0 1%, #bbcddb 50%, #6e849c 98%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#dfebf0), color-stop(50%,#bbcddb), color-stop(98%,#6e849c)); 
	background: -webkit-radial-gradient(center, ellipse cover,  #dfebf0 1%,#bbcddb 50%,#6e849c 98%); 
	background: -o-radial-gradient(center, ellipse cover,  #dfebf0 1%,#bbcddb 50%,#6e849c 98%); 
	background: -ms-radial-gradient(center, ellipse cover,  #dfebf0 1%,#bbcddb 50%,#6e849c 98%); 
	background: radial-gradient(ellipse at center,  #dfebf0 1%,#bbcddb 50%,#6e849c 98%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfebf0', endColorstr='#6e849c',GradientType=1 ); 

}
#mainwrapper{

	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	background-color:#d8bc00;
	overflow:hidden;
	margin:0px;
	
}
canvas{

	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	cursor: move;
	border:0px solid#000;
	background-color:none;
	
	-ms-overflow-style: none;
	overflow: hidden;
}

#menu{
	background-image:url(../images/menu_off.png);
}
#openmenu{
	position:absolute;
	width:20px;
	left:0px;
	bottom:0px;
	height:30px;
	padding:10px;
	background-color:#ffcc00;
	background-image:url(../images/content_arrow.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	cursor: pointer;
	display:none;
	z-index:1000;
}
.rotateleft{
	
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	
}
.rotateright{
	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	
}
/* ------------------------------------------------------- */
/* --------------------HTML CONTENT----------------------- */

.content{
	position:absolute;
	top:80px;
	left:-850px;
    max-width: 800px;
    height: auto;
	max-height:70%;
    /* display: none; */
    padding: 10px;
    padding-left: 20px;
    padding-bottom: 40px;
	padding-top:30px;
    margin-left: 50px;
    background-color: #fff;
	overflow-y:auto;
    z-index: 999;
}

.scrolling-content {
	top:0px;

overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
   height:80%;
}
	
.close{
	position:absolute;
	right:10px;
	top:0px;
	border:0px solid#000;
	height:40px;
	width:40px;
	cursor:pointer;
	
}
.nav {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display:block;
    display:none;
}
#landeseite .nav {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display:block;

}

.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  font-weight:bold;

}

.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}

#landeseite{
	left:-950px;
}
#titel{
	margin-top:10px;
}

.columns-container { 
	float: left;
	margin-top:20px;
	width:100%;
}
img{
	width: 100%;
	height: auto;
}
.hori-column{
	
	width:100%;
	margin-bottom:10px;
	clear:both;
	padding-bottom:20px;
}



/* ------------------------------------------------------- */
/* ---------------END--HTML CONTENT----------------------- */


.infopunktexte{

	position:absolute;
	width:auto;
	height:auto;
	display:block;
	background-image: url("../images/click.png");
	background-size: 20px 20px;
	background-repeat:no-repeat;
	background-position: 2px 49%;

}
.infopunktexte span.mehr{
	color:#9a9a9a;
	font-size:12px;

}
#camera{
	
	background-image: url("../images/autopann_play_left.png");
	
}

.milkbackground{
	background: rgba(80, 80, 80, 0.83);
}
.navigation{
	position:absolute;
	width:300px;
	height:70px;
	bottom:10px;
	border:0px solid #000;
	left:-320px;
	z-index:999;
}
.navigationmob{
	height:40px;
	bottom:0px;
}
#menubackground{
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:100%;
	background-color:#595959;
}
#logo{
	position:absolute;
	width:250px;
	height:77px;
	top:0px;
	left:20px;
}




.knopfe{
	float:right;
	width:50px;
	height:50px;
	border:0px solid#fff;
	margin-right:10px;
	margin-top:10px;
	cursor: pointer;
}
.knopfemob{
	width:40px;
	height:40px;
	margin-top:0px;
	background-size: 40px 40px;
}

.knopfem{
	float:right;
	width:50px;
	height:30px;
	border:0px solid#fff;
	margin-top:10px;
	cursor: pointer;
	font-size:8px;
	border:1px solid#787878;
	margin-right:2px;
	overflow:hidden;
}
#auflosung{

	width:150px;
	height:20px;
}
#url{

	width:150px;
	height:20px;
}
#fxaa{
	color:#898989;
	display:none;
}
.mimap{
	position:absolute;
	width:300px;
	height:206px;
	bottom:90px;
	border:0px solid#fff;
	left:-320px;
	background-size:cover;
}
.mimapmob{
	bottom:40px;
}
#mimap img{
	width:100%;
	height:100%;
}

/* Spinning, gradient circle; CSS only! */
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.position {

	width: 10px;
	height: 10px;
	position:absolute;
	bottom:10px;
	left:75px;
	
}
.standard{
	
	background-image: url("../images/startpunkt.png");
	cursor: pointer;
	
}
.mimaptext{

	position:absolute;
	width:auto;
	height:auto;
	font-size:12px;
	background-color:#000;
	z-index:999;
	display:none;
	border:0px solid#aaaaaa;
	background-color:rgba(0,0,0,0.8);
	padding:3px;
	color:#fff;
	
}
.mimapPoint{

	font-size:10px;
	font-color:#fff;
	width:20px;
	height:20px;
	position:absolute;
	background-size:cover;
	
}
.rotate{	

	background-image: url("../images/startpunkto.png");
	
	animation-name: spin; 
	animation-duration: 3s; /* 3 seconds */
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	
	cursor: pointer;
}

#fullscreen{
	background-image: url("../images/fullscreen.png");
}
#leftarrow{
	background-image: url("../images/leftarrow.jpg");
}
#rightarrow{
	background-image: url("../images/rightarrow.jpg");
}




#background_wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	
}
#background_overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	background-size: 100% 100%;
	background: rgba(0, 0, 0, 0.80);
	border:0px solid#000;
}
#background_image{
	position:relative;
	margin:30% auto;
	width:174px;
	height:200px;
	border:0px solid#000;
	background: url("../images/motion1.png");
	border:0px solid#fff;
}
#loadingtext{
	position:absolute;
	top:-80px;
	width:176px;
	height:auto;
	border:0px solid#000;
	
	
}
#loadingtext h4{
	font-size:20px;
	text-align: center;
}



#sichtfeld{
	position:absolute;
	width:50px;
	height:45px;
	bottom:100px;
	left:100px;
	border:0px solid#000;
	border-style: dotted;
}
#loadingtext h1{
	color:#fff;
	text-align: center
}
#loadanim{
	position:relative;
	margin:0px auto;
	width:100px;
	height:100px;
	background-color:transparent;
	border:1px solid#000;
	
	animation-name: spin; 
	animation-duration: 10s; /* 3 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}
#dino{
	position:absolute;
	top:100px;
	left:5%;
	display:none;
	width:400px;
	height:auto;
	padding:25px;
}






.bigback{
	padding:8px;
	padding-left:25px;
	padding-right:15px;
}
.unterstrich{
	border-bottom:1px solid#0073a9;
	border-style:dashed;
}
strong{
	font-size:14px;
}
.umrand{
	border:1px solid rgba(255, 255, 255, 0.5);
	border-style:dashed;
}
.oversize{
	font-size:50px;
	font-style:bold;
}
.blackback{
	background-color: rgba(0,0,0,0.8);
}
.whitekback{
	background-color: rgba(255,255,255,0.8);
}
.whiteback{
	background-color:rgba(255,255,255,0.2);
}
.whitey{
	color: #fff;
}
.blackey{
	color:#000;
}
.textschadow{
	text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
}
.whiteschadow{
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}
.boxschadow{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.55); /* WebKit */
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.55); /* Firefox */
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.55); /* Standard */ 
}







#mobile{
	position:absolute;
	width:40px;
	height:40px;
	top:0px;
	right:30px;
	background-image: url("../images/mobile.png");
	display:none;
	z-index:998;
}




#deviceorientation{

	background-image: url("../images/rotation.png");
	display:none;
}
.blackbox{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+44,000000+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #000000 44%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 44%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#000000 44%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
noscript{
	position:absolute;
	top:0px;
	left:300px;
	width:500px;
	height:auto;
}
#closeMeshes{
	background-image: url("../images/close.png");
	position:absolute;
	height:40px;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:auto;
	cursor: pointer;
	opacity:1;
	position:absolute;
	right:25px;
	text-align: right;
	top:200px;
	padding-right:10px;
	padding-left:45px;
}
#closeMeshes p{
	margin-top:14px;
	
}





