
@import "font-awesome.css";
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro');

/*******************************************************************************
							Default configuration
*******************************************************************************/
.oben .hauptmenu-wrapper .menu-logo,
.hauptmenu-wrapper .menu-logo {
	display: none;
}
.unten .hauptmenu-wrapper .menu-logo {
	float: left;
	list-style: none;
	background: url(../../img/menu-logo.png) 0 0 no-repeat;
	width: 135px;
	height: 41px;
	display: inline-block;
	margin-top: 9px;
}
#menu-hauptmenue > li > a {
	text-transform: uppercase;
}
.unten .hauptmenu-wrapper .menu-logo a {
	text-indent: -9999px;
	display: inline-block;
	font-size: 0;
}
/*body.single-post #menu-hauptmenue > li#menu-item-14 > a {
	border-bottom: rgba(255,255,255,0.3) 2px solid;
}*/
.row-hauptmenu {
	padding-top: 30px;
	background: #003565;	
	background: #003565;	
}
.unten .row-hauptmenu {
	padding-top: 0;
	border-top: none;
	position: fixed;
	top: 0;
	z-index: 99999;
	background: rgba(0,53,101, .96);
	/*border-top: #C10A27 5px solid;*/

	left: 0;
	right: 0;

	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.2);
}
@media only screen and (min-width: 960px) {
	ul.sub-menu:after {
	    content: '';
	    position: absolute;
	    left: 20px;
	    top: -10px;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #fff;
	}
}
ul.sub-menu ul.sub-menu:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -10px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.flexy-menu {
	width: auto;
	margin:0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	list-style: none;
}
.flexy-menu li {
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	/*line-height: 17px;*/
	position:relative;
}



/*
.flexy-menu > li.current_page_item  > a,
.flexy-menu > li.current-menu-parent > a,
.flexy-menu > li.current-menu-ancestor > a  {
	
}
*/



.flexy-menu > li > a {
	font-size: 14px;
	padding: 5px 5px;
	margin-left: 5px;
	color:#fff;
	text-decoration:none;
	display:block;
	/*text-transform:uppercase;*/
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}


.flexy-menu li a {
	font-size: 14px;
	padding: 17px 12px;
	margin-left: 5px;
	color:#fff;
	text-decoration:none;
	display:block;
	/*text-transform:uppercase;*/
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}



@media (max-width: 1300px) {

	.flexy-menu > li > a {
		font-size:14px;
	}

}
.flexy-menu > li:last-child > a {
	padding-right: 0;
}
#page-wrap.unten .hauptmenu-wrapper {
    /*box-shadow: 0 1px 3px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.5);*/
}
.flexy-menu li:hover > a,
.flexy-menu li.active a {
	/*background: #555;*/
	/*color: #003565;*/
}


.unten #menu-item-31 {
	/*background: red;
	left: 0;
	position: absolute;
	left: 0;*/
} 

@media (max-width: 880px) {

	.unten #menu-hauptmenue {
	    position: relative;
	    top: 0;
	}

}


.unten .flexy-menu > li > a {
    /*color: #fff;
    display: block;
    padding: 10px 12px;
    text-decoration: none;*/
} 
#menu-hauptmenue a[href$='.pdf']:after {
	content: "pdf"!important;
	display: inline-block;
	float: right;
	font-size: 10px;
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	background: #d9e1e8;

	-webkit-border-radius: 3px;
    border-radius: 3px;
}
#menu-hauptmenue li.bili a:after {
	content: "Bili"!important;
	display: inline-block;
	float: right;
	font-size: 10px;
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	background: #d9e1e8;

	-webkit-border-radius: 3px;
    border-radius: 3px;
}

















/*----------------------------
	Right alignment (item)
----------------------------*/
.flexy-menu li.right{
	float: right; 
}

/*-----------------------------
	Drop down configuration
-----------------------------*/
.flexy-menu ul, 
.flexy-menu ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;  
	display: none;
    position: absolute;
    z-index: 99999;
	width: 220px;
	background: #fff;
}
.flexy-menu ul {
    top: 50px;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;

    box-shadow: 6px 11px 10px 0px rgba(0,0,0,.2);
    -webkit-box-shadow: 6px 11px 10px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 6px 11px 10px 0px rgba(0,0,0,.2);
}
.flexy-menu ul li ul {
    top: -10px;
    left: calc(100% + 1px);
    padding-top: 10px;
    padding-bottom: 10px;
}
.flexy-menu ul li {
	clear:both;
	width:100%;
	border: none;
	font-size:12px;
	/*border-bottom: #003565 1px solid;*/
}
.flexy-menu ul li a {
	padding:7px 12px 7px 12px;
	width:100%;
	color:#003565;
	font-size:12px;
	letter-spacing: normal;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}
.flexy-menu li > ul > li > ul > li > a:hover,
.flexy-menu li > ul > li a:hover {
	opacity: .45;
}

/*-----------------------------
	Drop down indicators
-----------------------------*/
.flexy-menu > li .indicator{
	position: absolute;
	color: #fff;
	top: 16px;
	right: 0;
	font-size: 20px;
	font-weight: 400;
	font-family: Arial, sans-serif;
}
.flexy-menu > li ul.sub-menu .indicator{
	color: #003565;
}
.flexy-menu ul > li .indicator{
	top: 5px;
	right: 8px;
}

/*------------------
	Preset sizes
------------------*/
.thin > li > a{
	padding: 10px 22px;
}
.thin ul{
	top: 40px;
}
.thin > li .indicator{
	top: 10px;
}

.thick > li > a{
	padding: 40px 22px;
}
.thick ul{
	top: 100px;
}
.thick > li .indicator{
	top: 40px;
}

/*-------------------------
	Icons configuration
-------------------------*/
.flexy-menu i {
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color:#fff;
}
.flexy-menu > li.showhide {
	padding-top: 5px;
	padding-bottom: 4px;
}
.flexy-menu > li.showhide span.title{
	margin: 16px 0 0 0;
	float: left;
}
.flexy-menu > li.showhide span.icon{
	margin: 17px 0 17px 0;
	float: right;
}
.flexy-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 3px;
	background: #fff;
}

/*-----------------
	Light Theme
-----------------*/
.light{ background: #fff; border: solid 1px #dfdfdf; }
.light a{ color: #555 !important; }
.light li:hover > a, .light li.active a { background: #555; color: #fff !important; }
.light ul, .light ul li ul { background: #fff; }
.light > li.showhide{ background: #fff; color: #555 !important;}
.light > li.showhide .icon em{ background: #555; }
.light li .indicator{ color: #555; }
.light li:hover > .indicator{ color: #fff; }

/*------------
	Colors
------------*/
.blue li:hover > a, .blue li.active a { background: #02B8FA; color: #fff!important; }

.green li:hover > a, .green li.active a { background: #003565; color: #fff!important;}

.red li:hover > a, .red li.active a { background: #cf0404; color: #fff!important; }

.orange li:hover > a, .orange li.active a { background: #ff670f; color: #fff!important; }

.yellow li:hover > a, .yellow li.active a { background: #febf01; color: #444!important; }
.yellow li .indicator{ color: #dedede; }
.yellow li:hover > .indicator{ color: #444; }
.yellow.light li .indicator{ color: #555; }

.purple li:hover > a, .purple li.active a { background: #A737FA; color: #fff!important; }

.pink li:hover > a, .pink li.active a { background: #f82b4c; color: #fff!important; }


/*******************************************************************************
							Vertical configuration
*******************************************************************************/
.flexy-menu.vertical{
	width: 200px;
}
.flexy-menu.vertical li{
	width: 100%;
}
.flexy-menu.vertical li a{
	display: inline-block !important;
	width: 100%;
	padding:18px 20px 16px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.flexy-menu.vertical ul li{
	width: 100%;
}

/*--------------------------------
	Drop down on vertical menu
--------------------------------*/
.flexy-menu.vertical ul, 
.flexy-menu.vertical ul li ul {
	width: 150px;
}
.flexy-menu.vertical ul {
    top: 0;
	left: 100%;
}
.flexy-menu.vertical ul li ul {
    top: 0px;
}

/*---------------------------------
	Vertical menu on right side 
---------------------------------*/
.flexy-menu.vertical.right{
	float: right !important;
}
.flexy-menu.vertical.right ul{
	left: -150px !important;
}

/*------------------------------
	Indicator on vertical menu 
------------------------------*/
.flexy-menu.vertical > li .indicator{
	top: 17px;
	right: 15px;
	font-size: 17px;
}
.flexy-menu.vertical ul > li .indicator{
	top: 18px;
	right: 15px;
}


/*****************************************************************************
							Responsive design
*****************************************************************************/
@media only screen and (max-width: 1090px) {

	.oben .hauptmenu-wrapper .menu-logo,
	.unten .hauptmenu-wrapper .menu-logo {
		display: none;
	}

}




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



	.flexy-menu > li .indicator{
		position: absolute;
		color: #fff;
		top: 8px;
		right: 0!important;
		font-size: 18px;
		font-weight: 400;
		font-family: Arial, sans-serif;
	}
	.flexy-menu ul > li .indicator{
		top: 9px;
		right: 8px;
	}


	.flexy-menu li > ul > li > ul > li > a:hover,
	.flexy-menu li > ul > li a:hover {
		/*background: rgba(255,255,255,.03);*/
		opacity: .45;
	}
	.flexy-menu li:hover > a {
		/*background: rgba(255,255,255,.05);*/
		opacity: .45;
	}



	.unten .row-hauptmenu {
		position: relative;
		top: 0;
		z-index: auto;
		background: #003565;

		-webkit-box-shadow: none;
		box-shadow: none);
	}
	.unten a.togg-search {
	    margin-right: 0;
	}
	.hauptmenu-wrapper {
		margin-top: 20px;
	}
	.unten .hauptmenu-wrapper {
		margin-top: 0;
	}
	.flexy-menu {
		width: 100%;
		top: 0;
		margin-bottom: 40px;
		/*background: #003565;*/
		position: relative;
	}

	.flexy-menu.vertical{
		width: 100%;
	}
	.flexy-menu li{
		display: block;
		width: 100%;
		/*background: #22;*/
	}
	.flexy-menu > li {
		border-bottom: #143e65 1px solid;
	}
	.flexy-menu > li:first-child,
	.flexy-menu > li:last-child {
		border-bottom: none;
	}
	.flexy-menu > li > a {
		/*padding-top:5px;
		padding-bottom:5px;*/
		/*padding-left: 25px;*/
		padding: 9px 0;
		margin-left: 0;
		color: #fff;
	}
	.flexy-menu ul li a {
	    color: #fff;
	}
	.flexy-menu a {
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul, 
	.flexy-menu ul li ul,
	.flexy-menu.vertical ul, 
	.flexy-menu.vertical ul li ul{
		width: 100%;
		left: 0;
		border-left: none;
		position: static;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul li {
		border-left: none;
		border-right: none;
	}
	.flexy-menu ul li a,
	.flexy-menu.vertical ul li a	{
		padding-top:10px;
		padding-bottom:10px;
	}
	.flexy-menu ul > li > a{
		padding-left: 40px !important;
	}
	.flexy-menu > li .indicator{
		font-size: 17px;
	}
	.flexy-menu ul > li .indicator{
		right: 24px;
	}
	.flexy-menu.vertical ul > li .indicator{
		right: 15px;
	}
	.flexy-menu > li > ul > li > a{ padding-left: 10px !important; }
	.flexy-menu > li > ul > li > ul > li > a{ padding-left: 20px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > a{ padding-left: 30px !important; }


	.row.topmen {
	    width: 100%;
	    padding-left: 0!important;
	    padding-right: 0!important;
	}

	.flexy-menu ul, 
	.flexy-menu ul li ul {
		background: transparent;
	}

	.flexy-menu ul {
	    box-shadow: none;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	}


	#menu-hauptmenue a[href$='.pdf']:after {
		background: rgba(255,255,255,.1);
	}
	#menu-hauptmenue li.bili a:after {
		background: rgba(255,255,255,.1);
	}




}










