@charset "utf-8";
/* CSS Document */
/*FONT SIZE------------------------------------------------*/
.SubNavBox h2, .SubLink h2, .SubNavBox h3{
	font-family: 'Roboto-Light', sans-serif;
}
.MainNavBox h1{
	font-size: 30px;
}
#WebNavigation h1, .SubNavBox h1, .NavGruppe h3{
	font-size: 23px;
}
.TxtBlase{
	font-size: 16px;
}
.SubNavBox h2, .SubLink h2, .SubNavBox h3{
	font-size: 18px;
}
/*FONT COLOR------------------------------------------------*/
#WebNavigation .Aktiv, #WebNavigation a:hover,.MainNav:hover, .NavGruppe h3{
	color:#00CCFE;
}
.MainNavBox h1{
	color:#345297;
}
.SubNavBox h2, .SubLink h2,.SubNavBox h3,#WebNavigation a,.MainNav,
.NavBlender,.TxtBlase p,.NavGruppe,.NavGruppe a{
	color:#fff;
}
.SubNavBox h3:hover,.SubNavBox h2:hover,.SubLink h2:hover{
	color:#0082B5;
}
/*SubNavigation*/
.NavGruppe a:hover{
	color:#E7EB00;
}
.NavGruppe .Aktiv .LinkName{
	color:#E7D204;
}

.HeaderIcon{
	position: relative;
	float:right;
	width:50px;
	height:50px;
	cursor:pointer;
	margin-right: 15px;
	text-align: center;
}
.HeaderIcon img{
	position: relative;
	display:inline-block;
	height: 100%;
	width: auto;
	margin:auto;
	left: -2px;
	top: 5px;
}
.TxtBlase{
	margin-top:5px;
	width:170px;
	margin-left:-120px;/*width und margin-right von HeaderIcon*/
	display:inline-block;
	background-image: url(../grafik/icon/TxtBlase.png);
	background-position: top center;
	background-repeat:no-repeat;
	opacity: 0;
}

.TxtBlase p{
	white-space: nowrap;
	background-color: #000;
	border: 1px solid #fff;
	border-radius:5px;
	padding:3px 5px;
	margin:10px 0px 0px 0px;
	text-align: center;
}
/*HoverButtons*/
.KIcons{
	position:relative;
	display:block;
	float:left;
	cursor:pointer;
	padding-right:30px;
}
.KIcons img{
	position:relative;
}
.KIcons:first-child img{
	position:relative;
	top:0px;
	left:0px;
}
.phone img{
	width:20px;
	height:auto;
	margin-right:20px;
}

#Language{
	float:right;
	display:inline-block;
	margin-right: 20px;
	padding-top:12px;
	z-index: 16000;
	width:140px;
	height:60px;
}
/*NAVIGATION***********************************************/
#SmartMenueBTN{
	display:none;
	cursor:pointer;
}
#WebNavigation{
	position:relative;
	float:left;
	max-width:960px;
	z-index: 15000;
}
.MainNav{
	float:left;
	padding:5px 20px 0px;
	text-align: center;
	cursor:pointer;
	z-index: 15001;
}
/*Subnavigation*/
.NavBlender{
	display:none;
	position:absolute;
	top:60px;
	left:0px;
	width:100%;
	z-index: 13050;
	background-image: url(../grafik/BG/BG-Black-95.png);
	padding:30px 30px 60px 30px;
}
.NavGruppe{
	padding:10px 0px;
	text-align: center;
	display:block;
	width:100%;
	margin:0px Auto 20px Auto;
	vertical-align:middle;
}

.NavGruppe a{
	width:20%;
	float:left;
}

.LinkName{
	padding-top: 20px
}
.NavGruppe h3{
	margin:8px 0px 40px;
	border-bottom:1px solid #00CCFE;
	min-height: 50px;
}
.NavGruppe .LinkName{
	min-height:70px;
	width:100%;
	text-align: center;
}

.NavGruppe .Aktiv .LinkName{
	/*padding-left:8%;*/
}

.NavSubGruppe{
	text-align: center;
	width:100%;
	margin:auto;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
 
/*mit ICONS*/
.NavGruppe a img{
	width:100%;
	height:auto;
	max-width:120px;
	max-height:120px;
}

#NavBlenderClear{
	display:none;
	position:absolute;
	top:50px;
	right:20px;
	cursor:pointer;
	z-index: 16500;
	width:50px;
	height:50px;
}
#NavBlenderClear img{
	width:100%;
	height:auto;
	
}