/* --- GRUNDAUFBAU
-------------------------------------------------------------- */

.contentbox {
	padding: 40px;
	}
	
.wrapper {
	width: 974px;
	padding: 0 17px 0 17px;
	}

.contentelement.main {
	width: 70%;
	padding:0 60px 50px 0;
	}
	
.contentelement.aside {
	width: 30%;
	padding:0 0 20px 0;
	}		


/*
---------------------------------------------------------------
BÜHNE
---------------------------------------------------------------
*/	

#stage {
	height: 350px;
	}
	


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

nav#access {
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px;
	}

nav#access ul li a {
	color: #444c58;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	}
	
nav#access ul li:hover a {
	color: #fff;
	}	
	
nav#access ul ul li a {
	color: #fff;
	text-transform: none;
	}	
	
nav#access ul ul ul li a {
	font-size: 15px;
	font-weight: 400;
	}		

nav#access ul li {
	position: relative;
	float: left;
	list-style: none;
	transition: background 0.5s;
	}

nav#access ul li a {
	padding: 15px 10px;
	}
	
nav#access ul.menu > li:first-child > a:first-child {
	padding: 15px 20px;
	}	

nav#access ul ul li.menu-item-has-children > a:after {
/*	position: relative;
	float: right;
	content: '';
	margin-top: 5px;
	margin-left: auto;
	margin-right: -10px;
	border-left: 5px solid #fff;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;*/
	}

nav#access ul li:hover {
	background: #444c58;
	}

nav#access ul ul li:hover,
nav#access ul ul li.current-menu-item,
nav#access ul ul li.current-page-ancestor {
	background: #3a414c;
	}
	
nav#access ul li.current-menu-item a,
nav#access ul li.current_page_ancestor a {
	color: #cc0001;
	}	
	
nav#access ul li:hover.current-menu-item a,
nav#access ul li:hover.current_page_ancestor a {
	color: #fff;
	}	
	
nav#access ul li.current-menu-item li a,
nav#access ul li.current_page_ancestor li a {
	color: #fff;
	}	
	
	
nav#access ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	background: #444c58;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	z-index: 3;
	font-size: 16px;
	}
	
nav#access ul ul ul {
	position: initial;
	box-shadow: none;
	background: #333943;
	display: flex;
	flex-wrap: wrap;	
	}	

nav#access ul ul ul li {
	width: 50%;
	}	

nav#access ul ul li {
	float: none;
	width: 350px;
	border-bottom: 1px solid #575e69;
	}

nav#access ul ul li a {
	padding: 10px 20px;
	}
	
nav#access ul ul ul li a {
	padding: 10px 20px 10px 30px;
	}	

nav#access ul ul li:last-child {
	/*border-bottom: none;*/
	}

nav#access ul li:hover > ul {
	top: 100%;
	left: 0;
	}

nav#access ul ul li:hover > ul {
	top: 0;
	left: 350px;
	}
	
nav#access #btn-search	{
	font-size: 24px;
	padding: 10px 30px;
	}	
	
	
/*
------------------------------------------------------------------------------
AKTUELLES
------------------------------------------------------------------------------
*/	

.news article .img-box {
	min-height: 100px;
	max-height: 150px;
	}
	
/*
------------------------------------------------------------------------------
CONTENT-MODULE
------------------------------------------------------------------------------
*/	

.contentbox .galeriemodul ul li {
	width: 48%;
	}	
	
/*
------------------------------------------------------------------------------
TEAM
------------------------------------------------------------------------------
*/	

/* Ergbnisse */	

.contentbox .team-ergebnisse .txt-box {
	width: 73%;
	}
	
.contentbox .team-ergebnisse .link-box {
	width: 27%;
	}












	