﻿a.disableMenue {
	cursor: pointer;
	color: #AAAAAA;
}

header {
	position: relative;
	background-image: url('../image/headerBack.jpg');
	background-size: cover;
    background-position: bottom;
    height: 360px;
    min-width: 860px;
    max-width: 100vw;
    text-align: center;
    overflow: hidden;
    opacity: 1;
}

div#siteNavigator {
    z-index: 10;
}

div#siteNavigator a {
    position: relative;
    top: -58px;
    padding: 4px 12px;
    text-align: center;
    font-size: 0.9em;
    border-radius: 0px 0px 10px 10px;
    color: #222222;
    background-color: #FFFFFF;
    white-space: nowrap;
    box-shadow: 2px 2px 5px 0px #222222;
    transition: all ease-in-out 0.5s;
}

div#siteNavigator a:hover {
    box-shadow: 10px 10px 15px 0px #004286;
}

img.logo {
	position: absolute;
	top: 16px;
    left: calc(50% - 61px);
    width: 122px;
	height: auto;
    z-index: 30;
}

img.logo:hover {
    opacity: 0.8;
}

h1.headertitle {
    position: absolute;
	top: 120px;
	left: 100px;
	font-size: 42pt;
	color: #FFFFFF;
}

.header_title img {
	position: absolute;
	top: 100px;
	left: 100px;
    min-width: 220px;
    width: 32%;
	max-width: 360px;
	height: auto;
}

div.grafik_header_image {
	position: absolute;
	bottom: 0px;
	right: 0px;
    min-width: 860px;
    width: 100%;
    pointer-events: none;
    text-align: right;
}

img.grafik_header_image {
    position: relative;
    top: 10px;
    right: 20px;
    min-width: 600px;
    width: 50%;
    max-width: 920px;
    z-index: 4;
    pointer-events: none;
}

nav {
    text-align: left;
	position: absolute;
	top: 19px;
    left: 22px;
    z-index: 20;
}

nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 12px;
	font-weight: bold;
	font-size: 1.16em;
}

.nav2 {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #001636;
    background: linear-gradient(-0.4deg, #001242 -40%, #000000 100%);
	padding-top: 8px;
	padding-bottom: 2px;
    height: 26px;
    min-width: 860px;
    max-width: 100vw;
    white-space: nowrap;
    box-shadow: 0px 1px 6px #000000;
    overflow: hidden;
}

.nav2 a {
	position: relative;
    left: calc(100% - 368px);
	margin-right: 10pt;
	font-weight: bold;
	text-decoration: none;
    color: #FFFFFF;
    transition: left 1s ease-in-out, margin 1s ease-in-out;
    font-size: 1.12em;
}

.nav2b  {
	position: relative;
	top: 0pt;
	left: 0pt;
	background-color: #001636;
    background: linear-gradient(-0.4deg, #002252 -40%, #001122 100%);
	padding-top: 8px;
	padding-bottom: 2px;
    border-top: 1px solid #062855;
    overflow-y: scroll;
    height: 26px;
    min-width: 860px;
    max-width: 100vw;
    z-index: 18;
    white-space: nowrap;
    box-shadow: 0px 1px 6px #000000;
    overflow: hidden;
}

.nav2b a {
	position: relative;
	left:  32px;
	margin-right: 10pt;
	font-weight: bold;
	text-decoration: none;
    color: #FFFFFF;
    transition: left 1s ease-in-out;
}

div.nav2, div.nav2b {
    z-index: 16;
}

nav a:hover, .nav2 a:hover, .nav2b a:hover{
	color: #BBBBBB;
}

nav a.disabled, .nav2b a.disabled, .nav2 a.disabled {
    color: #AAAAAA;
}

div.links a.disabled {
    color: #222222;
}

div#navMenueBack {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    background-color: #FFFFFF;
    display: none;
    z-index: 26;
}

div#navMenueBack div {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    background-color: #002048;
    background-image: url('/image/headerBack_blank.jpg');
    background-size: cover;
    background-position: top;
    box-shadow: 0px 1px #002244;
}

div#navMenueBack div:hover {
    cursor: pointer;
    opacity: 0.90;
}

#grafic_cart {
    position: absolute;
    top: 12px;
    right: 22px;
    height: 20px;
    z-index: 28;
}

#grafic_cart img {
    width: 36px;
    height: auto;
}

#grafic_cart p {
    position: relative;
    bottom: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

#grafic_cart:hover {
    opacity: 0.8;
}

#menueButton {
    position: relative;
    left: 0px;
    top: -8px;
    width: 28px;
    height: auto;
    cursor: pointer;
}

div#sideMenueBack {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 300px;
    background-color: #222222;
    border-right: 1px solid #868686;
    box-shadow: 2px 0px #AAAAAA44;
    z-index: 20;
    white-space: pre-line;
    text-align: left;
    display: none;
}
#sideMenueBack a {
    position: relative;
    top: 68px;
    left: 80px;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
}

#sideMenueBack a.disabled {
    color: #868686;
    pointer-events: none;
}

#sideMenueBack a:hover {
    color: #BBBBBB;
}

div#navMenue {
    z-index: 22;
}

div#popUpNote {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE68;
    z-index: 20;
}

div#popUpNoteSub {
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    width: 400px;
    height: 200px;
    border: 1px solid #222222;
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5em;
    z-index: 20;
}

div#langSelect {
    position: absolute;
    top: 10px;
    left: 20px;
}

div#langSelect p {
    color: #FFFFFF;
    pointer-events: none;
}

div#langSelect a {
    color: #FFFFFF;
    text-decoration: none;
    pointer-events: auto;
}

div#langSelect a:hover {
    opacity: 0.6;
    text-decoration: underline;
}