/* © 2015 by Alexander Vogt | http://onezeronine.com */

/* ---- BASIC ---- */

* {
	margin:0;
	padding:0;
}

body {
	background: #D1D4E3;
	/* background: -moz-radial-gradient(center, ellipse cover, rgba(213,205,191,1) 0%, rgba(173,141,82,1) 100%);
	*/ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #D1D4E3));
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #D1D4E3 100%);
	/* background: -o-radial-gradient(center, ellipse cover, rgba(213,205,191,1) 0%, rgba(173,141,82,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(213,205,191,1) 0%, rgba(173,141,82,1) 100%);
	background: radial-gradient(ellipse at center, rgba(213,205,191,1) 0%, rgba(173,141,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5cdbf', endColorstr='#ad8d52', GradientType=1); */
	background-size: cover;
	background-attachment: fixed;
	color: rgba(0,0,0,.8);
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-rendering: optimizeLegibility;
}

#bkgr {
}

a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	color: #666;
	cursor: pointer;
}

a[href^='http://'] {
	padding-right: 24px !important;
  	background: url(../img/extLink.png) 98% no-repeat;
  	white-space: nowrap;
}

table {
	margin-top: 40px;
}

table img {
	margin-left: -14px;
	margin-top: 6px
}

table a {
	margin-left: -14px;
	white-space: nowrap;
}

ol {
	margin-left: 22px;
}

tr, td {
	vertical-align: top;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 50px;
	padding-top: 120px;
	letter-spacing: 1px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 30px;
	padding-top: 30px;
}

sup {
	vertical-align: top;
	position: relative;
	font-size: 12px;
	top: -0.3em;
}

.collapse {
	border: 1px solid black;
	width: 100px;
	height: 1px;
	padding: 3px 5px 3px 5px;
}

#sitemap {
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	-ms-transition: .8s ease-in-out;
	-o-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
	font-size: 10px;
	padding-top:62px;
	padding-bottom:30px;
	overflow: hidden;
	background: #D1D4E3;
	box-shadow: 0px 0px 10px rgba(0,0,0,.95);
	width:0px;
	font-size: 10px;
	margin-top: -1292px;
	z-index:1;
}

#sitemapArrow {
	width: 9px;
	height: 9px;
	background: url('../img/arrowLeft.png');
	left: 215px;
	top: 22px;
	position: fixed;
	cursor: default;
}

#sitemapArrow2 {
	width: 9px;
	height: 9px;
	background: url('../img/arrow.png');
	display:none;
	right: 25px;
	top: 25px;
	position: absolute;
	cursor: pointer;
}

#lupe {
	width:9px;
	height:9px;
	position:absolute;
	top:12px;
	right:-144px;
	background:url('../img/lupe.png');
	cursor:pointer;
}

.center {
	border: 1px solid black;
	text-align: center;
}

footer {
	background: #D1D4E3;
	padding: 0px 5px 0px 5px;
	border: 1px solid rgba(0,0,0,1);
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

footer:hover {
	color: rgba(0,0,0,1);
}


/* ---- NAVIGATION --- */

nav {
	width: 170px;
	height: 250px;
	background: #D1D4E3;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	margin-left: -190px;
	padding: 20px;
	padding-top: 90px;
	position: fixed;
	top: 50%;
	margin-top: -153px;
	border-radius: 0 10px 10px 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	box-shadow: 0px 0px 10px rgba(0,0,0,.95);
}

nav:hover {
	margin-left: 0;
}

#nav {
	width: 170px important;
	height: 250px;
	background: #D1D4E3;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	margin-left: 0;
	padding: 20px;
	padding-top: 90px;
	position: fixed;
	top:50%;
	margin-top: -153px;
	border-radius: 0 10px 10px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,.95);
	z-index: 2;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#navMobile {
	background: url('../img/navMobile.png') #D1D4E3;
	height: 32px;
	width: 32px;
	border: 1px solid rgba(0,0,0,1);
	position: fixed;
	top: 20px;
	right: 20px;
	font-size: 12px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: none;
	cursor: pointer;
}

#navClose {
	background: url('../img/navMobile.png') #D1D4E3;
	height: 32px;
	width: 32px;
	border: 1px solid rgba(0,0,0,1);
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
	display: none;
	cursor: pointer;
}

#navMobileMenu {
	height: 100%;
	width: 230px;
	background: #D1D4E3;
	top: 0;
	right: -300px;
	padding: 20px;
	padding-top: 80px;
	position: fixed;
	z-index: 9999;
	display: none;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	box-shadow: 0px 0px 10px rgba(0,0,0,.95);
}

#arrow {
	position: fixed;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -140px;
	left: 30px;
	cursor: pointer;
}

#arrowBack {
	position: fixed;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -190px;
	left: -14px;
	cursor: pointer;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.hidden {
	display: none;
}

#subnav {
	width: 66%;
	min-width: 784px;
	height: auto;
	position: fixed;
	top: 0;
	padding-top: 10px;
	padding-left: 120px;
	padding-bottom: 10px;
	background: #D1D4E3;
	box-shadow: 0px 0px 10px rgba(0,0,0,.95);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	border-bottom-right-radius: 10px;
}

#subnav a, #lang a, #content a {
	color: rgba(0,0,0,1);
	padding: 1px 0px;
	line-height: 32px;
	text-decoration: none;
	white-space: nowrap;
}

#subnav a:hover,  #lang a:hover, #content a:hover {
	color: rgba(0,0,0,1);
	border-bottom: 1px dashed rgba(0,0,0,1);
}

#lang {
	position: absolute;
	left: 10px;
	font-size: 10px;
}

nav h2, #nav h2 {
	padding-top:15px;
	margin-bottom: 0px !important;
}

nav hr, #navMobileMenu hr, #nav hr {
	border: 3px solid transparent;
}

.hrFirst {
	border-bottom: 1px dashed rgba(0,0,0,1) !important;
	margin-bottom: 10px !important;
}

.active {
	color: rgba(0,0,0,1) !important;
	border-bottom: 1px solid rgba(0,0,0,1) !important;
}

.navactive {
	color: #666 !important;
}

.navactive::before {
	content:"→";
	margin-right: 10px;
}

nav a, #nav a {
	color: rgba(0,0,0,1);
	line-height: 26px;
	white-space: nowrap;
}

#nav a:hover {
	color: #666 !important;
}

nav a:hover::before , #nav a:hover::before {
	content:"→";
	margin-right: 10px;
}

#sitemap .start {
	margin-left: 10px;
}

#sitemap .sub {
	margin-left: 20px;
}

#sitemap .sub2 {
	margin-left: 40px;
}

.down::before {
	content:"↓" !important;
	margin-right: 10px;
}

.up::before {
	content:"↑" !important;
	margin-right: 10px;
}

.first:hover::before {
	content:"" !important;
	margin-right: 0 !important;
}

.no_avail, .no_avail:hover {
	cursor: default;
	opacity: .3;
}

.mobileFirst {
	width:100%;
	height:20px;
	border-bottom:1px dashed black;
	margin-top:40px;
	padding-bottom: 20px;
	margin-bottom:20px
}


/* ---- CONTENT ---- */

#content {
	width: 58%;
	min-width: 540px;
	margin-left: 100px;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 58px;
}

#content p {
	padding-bottom:16px;
}

#main h2 {
	margin-top: -45px;
	margin-bottom: 20px;
	border-bottom: none;
}

#content a {
	line-height: 0px;
	white-space: nowrap;
	border-bottom: 1px dashed black;
	letter-spacing: 1px;
}

#content a:hover {
	border-bottom: 1px solid black;
}

#content a::before {
	content:"→ ";
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}


/* ---- IMAGES ---- */

img {
	width:30%;
	max-width: 400px;
	height:auto;
	padding:0 14px 0 0;
	margin-top: 6px
}

p img {
	width: 50%;
	height: auto;
	margin-top: 6px;
	padding: 0 10px 10px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cover {
	width: 100%;
	max-width: 600px;
}

.preview {
	width: 100%;
	padding-bottom: 0;
}

.disabled {
	display: none;
}

.caption {
	font-size: 14px;
	color: rgba(0,0,0,.5);
	margin-top: -4px;
	margin-bottom: 20px;
	line-height: 18px;
}


/* ---- SLIDESHOW SNT ---- */

.snt {
	position: relative;
}

.snt img {
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}


/* ---- INTRO-LOGO ---- */

#logo {
	width: 500px;
	height: 584px;
	position: fixed;
	margin-left: -250px;
	margin-top: -292px;
	left: 50%;
	top: 50%;
	background: url('../img/start.png');
}


/* ---- VIDEO ---- */

video {
	width: 50%;
	height: 100%;
	left: 25%;
	top: 0%;
	position: absolute;
}

.videoContainer {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	z-index: 999999;
	display: none;
}

#videoClose {
	right: 20px;
	top: 20px;
	width: 14px;
	height: 14px;
	background-image: url('../img/close.png');
	background-size: cover;
	position: absolute;
	color: white;
	font-weight: bold;
	cursor: pointer;
	z-index: 999999;
}

#sound {
	margin-left: -14px;
	display: none;
	width: 100%;
}

#lunar {
	width: 100%;
}


/* ---- MEDIA QUERY ---- */

@media screen and (max-width: 900px) {

	#subnav, nav, #arrow, #nav {
		display: none;
	}

	#content {
		width: 85%;
		min-width: 0;
		margin-left: 0;
		padding: 20px;
		padding-top: 0;
		margin-bottom: 58px;
	}

	#navMobile, #navMobileMenu {
		display: block;
	}

	.submenuMobile {
		margin-left: 26px;
	}

	.sub2menuMobile {
		margin-left: 51px;
	}

	h1 {
		padding-top: 60px;
	}

	#sitemap {
		position: absolute;
		right: 0px;
		z-index:999;
	}

	#sitemapArrow2 {
		display:block !important;
	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	#subnav, nav, #arrow, #nav {
		display: none;
	}

	#content {
		width: 85%;
		min-width: 0;
		margin-left: 0;
		padding: 20px;
		padding-top: 0;
		margin-bottom: 58px;
	}

	#navMobile, #navMobileMenu {
		display: block;
	}

	.submenuMobile {
		margin-left: 26px;
	}

	.sub2menuMobile {
		margin-left: 51px;
	}

	h1 {
		padding-top: 60px;
	}

	#sitemap {
		position: absolute;
		right: 0px;
		z-index:999;
	}

	#sitemapArrow2 {
		display:block !important;
	}

}