*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*@font-face {
  font-family: 'thefont';
  src: url(".ttf");
  src: url(".ttf") format('truetype');
}*/

/*
	Farben:
	dunkelblau: #003e73		(Box, Titel, Textfarbemenue)
	hellblau: 	#34b6e5		(Akzenticons, Text-ausgewaehlt, 2.Farbe)
	dunkelgrau:	#675c53		Textfarbe

*/



body{
	background-color:#ffffff;
	color:#fff;
	
	font: 400 100%/1 Calibri,Verdana,sans-serif;
	
	font-size: 12pt;
	overflow:hidden;
}
body.impressum{
	overflow:auto;
}


#VRButton{
	padding:10px;
	border:0px solid #ffffff;
	border-radius:0;
	background-color:#0e0e0e;
	color:#ffffff;
	text-align:center;
	font-size: 18pt;
	outline:none;
	
	position:absolute;
	left: 0px;
	bottom:8px;
	max-width: calc(100% - 10px);
	height: 46px;
	
	z-index: 105;
}
	

#VRButton:select{
	background-color:rgba(0,0,0,0.8);
}


#VRButton.vr_orientation{}


#VRButton.vr_possible{}
#VRButton.vr_needshttps{
	/*background-color:rgba(255,0,0,0.2);*/	
}
#VRButton.vr_possible:hover,
#VRButton.vr_needshttps:hover{
	transform:scale(1.05);
}

#VRButton.vr_not_available,
#VRButton.vr_not_supportet
{
	/*background-color:rgba(255,0,0,0.1);*/
	cursor:default;
	display:none;
}
#VRButton.vr_not_supportet{
	/*display:none;*/
}

#vrcontainer{
	position:absolute;
	width:100%;
	height:100%;/*calc(100% - 98px);*/
	left:0;
	top:0px;
	overflow:hidden;
}

#vrcontainer canvas{
	position:absolute;
	left:0;
	top:0;
}

.ladestatus{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	z-index:300;
}
.ladebalkentext{
	font-size:10pt;
	margin:0;
	padding:0;
	text-align:center;
	position:absolute;
	left:0;
	bottom:2px;
	width:100%;
	color:#000000;
}
.ladebalken{
	position:absolute;
	left:0;
	bottom:0px;
	height:2px;
	background-color:#000000;
	width:0;

	-webkit-transition: width 0.25s linear 0s;
	transition: width 0.25s linear 0s;
}


.iconstart:after{
	background-image: url(navi_icons.svg);
	background-position: 0px -123px;
	background-repeat: no-repeat;
	background-size:240px 1020px;
}



#sysstart{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:200px;	
	
	z-index: 200;
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;	
	transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	background-color: rgb(250 250 250 / 80%);
	-webkit-box-shadow: inset 0px 50px 60px 0px rgba(221, 221, 221, 0.5);
	-moz-box-shadow: inset 0px 50px 60px 0px rgba(221, 221, 221, 0.5);
	box-shadow: inset 0px 50px 60px 0px rgba(221, 221, 221, 0.5);
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:98px;
	background-color:#fff;
	
	display: none;
}


.logo{
    position: absolute;
    top: 19px;
    left: 4.5%;
    width: 64px;
    height: 64px;
	background-image: url(logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
nav{
	position:absolute;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.startbox{
	background-color:#131313;
	width: 410px;
	max-width: calc(100% - 5%);
	padding:40px;
	margin-bottom: 50px;
	border-radius: 25px;
}

#buttimpressm{
	color:#003e73;
	position:absolute;
	right:30px;
	bottom: 10px;
	text-decoration:none;
	z-index: 1000;
}
#buttimpressm:hover{
	color:#34b6e5;
}



main{
	background-color:#ffffff;
	font-family: 'PT Sans','Lucida Grande','Lucida Sans Unicode',Calibri,sans-serif;
	padding:10px;
	padding-left:4.5%;
	width:100%;
	position: absolute;
    top: 100px;
}

main h2{
	color:#003e73;
	font-size: 42px;
	margin-bottom:5px;
	margin-top:15px;
}
main h3{
	color:#003e73;	
	font-size: 1.375rem;
    font-family: 'PT Sans','Lucida Grande','Lucida Sans Unicode',Calibri,sans-serif;
    line-height: 1.4;
    margin: 1.618rem 0 .2em;
    font-weight: 700;
}
main p, main a{
	color:#675c53;
	font-size:16px;
	line-height: 1.618;
	font-size:16px;
}
main a{
	color:#34b6e5;
	border-bottom: 1px solid #34b6e5;
	text-decoration:none;
	line-height: 22px;
	display: inline-block;
}
main a:hover{
	color:#003e73;
	border-bottom: 1px solid #003e73;
}
main p{
	margin-bottom:5px;	
}
.headervr{
	height: 98px;
	padding-left: 100px;
	background-color: rgb(250 250 250 / 80%);
	-webkit-box-shadow: inset 0px 50px 60px 0px rgba(221, 221, 221, 0.5);
	-moz-box-shadow: inset 0px 50px 60px 0px rgba(221, 221, 221, 0.5);
	box-shadow: inset 0px 50px 60px 0px rgba(221, 221, 221, 0.5);
	border-bottom: 5px solid #000;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	
	display:block;
}
.headervr h1{
	color:#000000;
	margin:0;
	padding:0;
	position:absolute;
	font-size:12pt;
	left:118px;	
	top:11px;
	text-transform: uppercase;
}
.headervr h2{
	color:#000000;
	margin:0;
	padding:0;
	position:absolute;
	font-size:38pt;
	left:115px;	
	top:28px;
}

.headervr:after{ 
	content:"";
    position: absolute;
    top: 12px;
    left: 18px;
    width: 70px;
    height: 70px;
	background-image: url(logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#sysstart h1{
	color:#ffffff;
	margin:0;
	padding:0;
	padding-bottom:12px;
	font-size:10pt;
	-webkit-transition: all 0.125s cubic-bezier(0.4, 0, 1, 1) 0s;
	transition: all 0.125s cubic-bezier(0.4, 0, 1, 1) 0s;
}
#sysstart h2{
	color:#ffffff;
	margin:0;
	padding:0;
	padding-bottom:40px;
	font-size:25pt;
	-webkit-transition: all 0.125s cubic-bezier(0.4, 0, 1, 1) 0s;
	transition: all 0.125s cubic-bezier(0.4, 0, 1, 1) 0s;
}


#buttstart{
	background-color:#6be534;
	width:57px;
	height:57px;
	position:relative;
	display:inline-block;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	cursor:pointer;
	-webkit-transition: transform 0.125s linear 0s;
	transition: transform 0.125s linear 0s;
}
#buttstart:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:57px;
	height:57px;
}		
#buttstart.inaktiv{
	cursor:default;
	background-color:#6be534;
	opacity:0.5;
}
#buttstart.inaktiv:before{
	content:"";
	position:absolute;
	width:45px;
	height:45px;
	left:3px;
	top:3px;
	border: 3px solid #ffffff;
	
	border-left-color:transparent;
	border-right-color:rgba(255,255,255,0.66);
	border-top-color:rgba(255,255,255,0.33);
	
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;/*60s*/
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-name: ani_nav_loading;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	animation-duration: 1s;
	animation-delay: 0s;/*60s*/
	animation-fill-mode: forwards;
	animation-name: ani_nav_loading;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	
}
#buttstart.inaktiv:after{
	opacity:0.5;
}
#buttstart span{
	display:none;
}
#buttstart.nav_blink span{
	position:absolute;
	left:70px;
	top:17px;
	color:#ffffff;
	text-decoration:none;
	font-size:18pt;
	font-weight: 600;
	display:inline-block;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none; 
}


#buttstart.nav_blink,.playerklicktoplay{
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;/*60s*/
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-name: ani_nav_blink;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	animation-duration: 1s;
	animation-delay: 0s;/*60s*/
	animation-fill-mode: forwards;
	animation-name: ani_nav_blink;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes ani_nav_blink{
	0% {
		opacity:1;
	}
	46% {
		opacity:0.8;
	}
	54% {
		opacity:0.8;
	}
	100% {
		opacity:1;
	}
}
@-webkit-keyframes ani_nav_blink{
	0% {
		opacity:1;
	}
	46% {
		opacity:0.8;
	}
	54% {
		opacity:0.8;
	}
	100% {
		opacity:1;
	}
}

@keyframes ani_nav_loading{
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

@-webkit-keyframes ani_nav_loading{
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

#sysstart.startani{
	/*background-size: 10000%;*/
	opacity:0;
}
		
#sysstart.off{
	display:none;
}


#overlayplayer{
	display:none;
}
#overlayplayer.an{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
#overlaymenueunten{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index: 1000;
}
.sprachauswahl{
	display:flex;
	align-items: center;
	font-size: 18pt;
	background-color: #0e0e0e;
	padding: 23px 8px;
	/*border-radius: 8px;*/
	position: absolute;
    right: 0px;
    bottom: 8px;
	height: 46px;
}
.sprachauswahl label{
	display:inline-block;
	width:26px;
	height:26px;
	background-image: url(navi_icons.svg);	
	background-repeat: no-repeat;
	background-size:240px 1142px;
	background-position: -78px -497px;/*icon weltkugel*/
	margin-right:5px;
	margin-left: 7px;
}
.userauswahl label{
	/*icon weltkugel*/
	width:28px;
	background-position: -75px -676px;
}
.sprachauswahl select{
	color:#ffffff;
	padding: 0 5px;
	background-color: #0e0e0e;
	border:0;
	margin-bottom: 3px;
}
.sprache_fa .sprachauswahl label{
	margin-right: 0px;
	margin-left: 5px;
}


.popupmaustipp{
	left: calc(50% - 75px);
	top: 250px;
	width: 150px;
	height: 150px;
	/*border-color: #52565b;*/
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	padding:0;
	background-color: rgba(255,255,255,0.75);
	z-index:2000;
	
	
    position: absolute;
    border: 4px solid #000000;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 45%);
}
.maustippmovenode{
	position:absolute;
	left:0px;
	top:0px;
}
.tipppfeil,.maustippmaus,.maustippmauspress{
	background-image: url(navi_icons.svg);
	background-repeat: no-repeat;
	background-size:240px 1020px;
}
.tipppfeil{
	background-position: -187px -130px;
	width:46px;
	height:46px;
	position:absolute;
	left:50px;
	top:29px;
	opacity:0;
	
	transition: opacity 0.125s linear 0s;
	-webkit-transition: opacity 0.125s linear 0s;

}

.tipppfeilrechts{
	background-position: -187px -130px;
	opacity:1;
}
.tipppfeillinks{
	background-position: -127px -130px;
	opacity:1;
}

.maustippmaus,.maustippmauspress{
	background-position: -126px 0px;
	width:50px;
	height:74px;
	position:absolute;
	left:50px;
	top:60px;
}

.maustippmauspress{
	background-position: -186px 0px;
}

.maustippinfotext{
	position:absolute;
	width:150px;
	text-align:center;
	color:#000000;
	left:0;
	top:15px;
	font-size:25px;
}


#htmlSeite{
	display:none;
	position:absolute;
}
#htmlSeite.aktiv{
	display:block;
	background-color:#ffffff;
	width:80%;
	left:10%;
	top:130px;
	height:calc(100% - 150px);
	z-index: 2100;
	overflow: auto;
	padding: 24px;
	color:#000000;
	max-width: 600px;
	border:3px solid #000;
}
#Wissenswertes_deutsch{display:none;}
#Wissenswertes_english{display:none;}
#Impressum_deutsch{display:none;}
#Impressum_english{display:none;}
#htmlSeite .aktiv{
	display:block;
}

#htmlSeite h3{
	margin-bottom: 10px;
	font-size: 15pt;
	}
#htmlSeite h4{
	font-size: 15pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
#htmlSeite p,#htmlSeite li{
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 15pt;
}
#htmlSeite ul{
	padding-left: 30px;
}
#htmlSeite hr{
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 3px;
  border-bottom-width: 0;
  border-color: #d34075;
  border-style: solid;
}



#htmlSeite a {color:#d34075;}

/*--Editor--*/

#vreditor{
	position:absolute;
	left:10px;
	top:10px;
}
#vreditor.offen{
	background-color:#d0d0d0;
	padding:5px;
	color:#000000;
	display:inline-block;
	max-height:100%;
	overflow:auto;
	z-index:1000;
}
#vreditor a{
	padding-left:5px;
	padding-right:5px;
	margin: 0 5px;
}
#vreditor a.aktiv{
	background-color:#ffffff;
}
#vreditor .cp-typ{
	min-width: 60px;
	display: inline-block;
	font-style:italic;
}
#vreditor .zeile{
	display:block;
}
#vreditor .zeile.aktiv{
	background-color:#ffffff;
	padding: 5px 10px;
}
#vreditor input{
	width:240px;
	margin: 0 10px;
}
#vreditor ul li{
	margin-top:10px;
}


/*--Screensizes--*/

/*@media screen and (max-width: 420px){
	.headervr h2{
	
	}
}
@media screen and (max-width: 580px){
	#impressbox{
		display:none;
	}
}
*/
@media screen and (max-width: 640px){
	.startbox{
		width:100%;
		max-width:100%;
		left:0;
		top:0;
	}
	
	#impressbox{
		max-width:50%;
		width:50%;
		right:0;	
	}
	
}


@media screen and (max-width: 650px){
	.headervr{height: 110px;}
	.headervr h1{left: 108px;}
	.headervr h2{font-size: 27pt;left: 105px;}
	.headervr nav{height: 37px;left: 108px;}
	.headervr nav a{font-size: 14pt;margin-right: 20px;}
	.headervr:after{width: 60px;}
	#VRButton{font-size: 13pt;}
	.sprachauswahl{font-size: 13pt;}
	.sprachauswahl label{margin-right: 2px;margin-left: 4px;}
}
@media screen and (max-width: 510px){
	.headervr:after{display:none;}
	.headervr h1{left: 18px;}
	.headervr h2{font-size: 28pt;left: 15px;}
	.headervr nav{height: 37px;left: 18px;width: calc(100% - 18px);}
	.headervr nav a{margin-right: 15px;}
}

@media screen and (max-width: 380px){
	.headervr:after{display:none;}
	.headervr h1{left: 8px;}
	.headervr h2{font-size: 23pt;left: 6px;top:34px;}
	.headervr nav{height: 37px;left: 0px;width: calc(100% - 0px);}
	.headervr nav a{margin-right: 8px;}
}

/*--Dark Mode--*/

@media (prefers-color-scheme: dark) {
	#htmlSeite.aktiv{
		background-color: rgb(30 30 30 / 98%);
		color: #fff;
	}
	#htmlSeite a {color:#ffb9d2;}
	
	#htmlSeite hr{
		border-color:#d34075;
	}
	#infomann{
		background-image: url(infomann_dark.png);
	}
	#infomanntext{
		color:#fff;
	}
	.sprachauswahl select{
		background-color:#333333;
		color:#fff;
	}
}