/************************************/
/***** Pfalzwerke Joomla Layout *****/
/************** Header **************/
/************************************/



.spacer_top {
	height:			10px;
	width:			100%;
	margin-top:		0px;
}

.logo {
	width:			292px;
	float:			left;
	margin:			0px;
	padding:		0px;	
}

.slogan_border {
	float:			right;
	width:			6px;

}

.pfmnet_text {
	float:			right;
	font-size:		25px;
	color:			#fff;
	height:			42px;
	margin-left:		14px;
	margin-right:		14px;
	padding-top:		10px;
	font-weight:		bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}

.pfmnet_text_portfolio {
	float:			left;
	font-size:		16px;
	color:			#fff;
	height:			42px;
	margin-left:		14px;
	margin-right:		14px;
	padding-top:		16px;
	font-weight:		bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}

.vertical_spacer {
	/* height:			10px; */
	
	max-width: 		100vw;
	margin-top:		0px;
	/* background-color:	#EDEDED; */
	
}

.menu_td {
	position:		relative;
	background-color:	#FFFFFF;
	/* z-index:		2; */
	z-index: 100;		/* Sicherstellen, dass das Menü über allen anderen Elementen liegt. */
	/* margin:			0px; */
	margin:			10px 0px;
	padding:		0;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	min-width: 1022px;
	max-width: 100%;
}

.slogan {
	margin-left:		292px;
	height:			52px;	
}

.logout {
	float:			right;
	width:			130px;
	height:			36px;
	margin-top: 7px;	
	margin-right: 20px;
	background-color: #003249; /* Temporärer Fallback dank IE11*/
	background-color: var(--button-background);

	color: white;
	line-height: 36px;
	text-align: left;	
	padding: 0px 16px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	background-image: url(../images/lock.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	background-size: 12%;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	
}

.logout:hover {

	background-color: rgb(0,18,23);/* Temporärer Fallback dank IE11*/
	background-color: var(--button-background-pressed); 

	color: white;	
}

.logout a{
	color: white;
}

.logout a:hover{
	text-decoration: none;
}

.logout a:visited{
	color: white;
}


.topHeader{
	width: 100%;
	min-width: 1000px;
	height: 58px;
}
