@charset "utf-8";
/* CSS Document */
/*font-family: 'Open Sans', sans-serif;*/
@font-face { font-family: 'Roboto-Light'; src: url('Roboto-Light.ttf') format('truetype'); }
@font-face { font-family: 'Roboto-Bold'; src: url('Roboto-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Lato-Bold'; src: url('Lato-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Lato-Regular'; src: url('Lato-Regular.ttf') format('truetype'); }
/*FONT SIZE------------------------------------------------*/
#WebNavigation h1,.SubNavBox h2, .SubLink h2, .SubNavBox h3{
	font-family: 'Roboto-Light', sans-serif;
	font-weight: 400;
}
.MainNavBox h1{
	font-size: 30px;
}
#WebNavigation h1, .SubNavBox h1{
	font-size: 19px;
}
.NavGruppe h3{
	font-size: 60px;
}
.TxtBlase{
	font-size: 16px;
}
.SubNavBox h2, .SubLink h2, .SubNavBox h3{
	font-size: 18px;
}
/*FONT COLOR------------------------------------------------*/
#WebNavigation .Aktiv, #WebNavigation a:hover,.MainNav:hover, .NavGruppe h3{
	background-color:#0085d6;
	/*color:#76A002;*/
}
.MainNavBox h1{
	color:#345297;
}
.SubNavBox h2, .SubLink h2,.SubNavBox h3,#WebNavigation a,.MainNav,
.NavBlender,.TxtBlase p,.NavGruppe{
	color:#fff;
}
.NavGruppe a{
	color:#000;
}
.SubNavBox h3:hover,.SubNavBox h2:hover,.SubLink h2:hover{
	color:#0082B5;
}
/*SubNavigation*/
.NavGruppe a:hover{
	/*color:#E7EB00;*/
}
.NavGruppe .Aktiv .LinkName{
	color:#900;
}

.HeaderIcon{
	position: relative;
	float:left;
	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;
	
	
}
.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;
	padding-top:8px;
	z-index: 17000;
	width:160px;
	height:50px;
}
/*NAVIGATION***********************************************/
#SmartMenueBTN{
	display:none;
	cursor:pointer;
}
#IconNavigation{
	position:relative;
	float:left;
	z-index: 15000;
	padding:0px 45px;
	min-width:300px;
}
#WebNavigation{
	position:relative;
	float:left;
	max-width:960px;
	z-index: 15000;
	
}
.MainNav{
	float:left;
	padding:0px 20px;
	text-align: center;
	cursor:pointer;
	z-index: 15001;
	height:50px;
}
.MainNav:hover{
	background-color: #0085d6;
}
/*Subnavigation*/
.NavBlender{
	display:none;
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	z-index: 13050;
	background-image: url(../grafik/BG/BG-Black-95.png);
	padding:0px;
	box-shadow: #000 10px 10px 30px;
}
.NavGruppe{
	padding:0px;
	text-align: center;
	display:block;
	width:100%;
	margin:0px Auto 20px Auto;
	vertical-align:middle;
}

.NavGruppe a{
	width:18%;
	float:left;
	height:240px;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	opacity: 0.7;
	border: 3px solid #fff;
	display: block;
	padding: 1% 0px;
	margin: 1%;
}
.NavGruppe a:hover{
	opacity: 1;
}
.LinkName{
	padding-top: 20px;
	background-image: url(../grafik/BG/BG-SubNav.png);
	width:100%;
	padding:5px;
	opacity: 1;
}
.NavGruppe h3{
	margin:0px 0px 40px;
	min-height: 50px;
	padding:40px 0px;
}
.NavGruppe .LinkName{
	min-height:70px;
	width:100%;
	text-align: center;
	font-weight: 700;
}

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

.NavSubGruppe{
	text-align: center;
	width:100%;
	margin:auto;
  	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;
	
}
/*Suchform*********************************************/
#SuchForm{
	/*position:relative;*/
	/*float:right;*/
	z-index: 16500;
	position:fixed;
	/*right:160px; mit Sprachwähler*/
	right:0px;
	top:0px;/*siehe Bannerslider.js*/
	
}
#SuchForm  input[type=text]{
	border: 1px solid #dcdcdc;
	background-color:#fff;
	color:#000;
	padding:4px 4px;
	margin-top:8px;
	position: absolute;
	width:0px;
	right:70px;
	top:0px;
	display:none;
	text-align: left;
	text-indent: 10px;
}
#SuchForm  input[type=submit]{
	border: 0px;
	border:none;
	float:right;
	display:none;
	
    /*background:url(../grafik/icon/Lupe.png);
	background-size: contain;
	*/
	/*color:#fff;*/
	/*cursor:pointer;*/
	/*
	width:50px;
	height:50px;
	margin:10px;
	*/
}
#SuchForm img{
	width:100%;
	height:100%;
}
#Sucheinblender{
	width:40px;
	height:40px;
	margin:10px;
	cursor:pointer;
	overflow: visible;
}