/************************************/
/***** Pfalzwerke Joomla Layout *****/
/************** Footer **************/
/************************************/

.footerDiv{
	box-sizing: border-box;
	/* min-width: 1022px;
	width: 100%;	 */
	height: 100px;
	overflow: hidden;
	/* max-width: 100vw;	 */
	background-color: #003249; /* Temporärer Fallback dank IE11*/
	background-color: var(--footer-color);

	
	
}

.footerDiv a, .footerDiv a:visited{
	color: white;
}

.footerTable{
	box-sizing: border-box;
	width: 100%;
	

}


.footer_row {
	height:			100px;
	vertical-align:		bottom;
	
}

.footer_content {
	height:			100px;
	padding: 10px 20px;
	background-color: #003249; /* Temporärer Fallback dank IE11*/
	background-color: var(--footer-color);
	box-sizing: border-box;
	width: 1020px;
	margin: 0 auto;
}

.footer_left {
	float:			left;
	width: 207px;
	height: 100%;
}

.footer_middle{
	float: 			left;	
	width: calc(100% - 400px); /*Breite ist vw - Breite footer rechts + links + ein bisschen Raum*/
	height: 100%;
}	

.footer_right{
	float:			right;
	width: 			150px;
	box-sizing: border-box;
	
	height: 100%;
}


.footer_row a:link, .footer_row a:visited, .footer_row:active {
	color:			#FFFFFF;
	font-weight:		bold;
}

.copyright {
	box-sizing: border-box;
	float:			left;
	height:			30px;
	width: 100%;
	/* padding-top:		18px; */
	color:			#FFFFFF;
	font-weight:		bold;
	padding-right:		10px;
	box-sizing: border-box;
}

.impressum, .datenschutz {
	height:				15px;
	width: 100%;
	
	float: left;
	
	box-sizing: border-box;
	/* padding-top:		18px; */
	/* padding-left:		20px; */
}



.socialMediaDiv{
	margin: 0 auto;
	width: 260px;
	height: 100%;
	padding: 0px 5px;	
	box-sizing: border-box;
}

.socialMediaDiv a{
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 5px;
	height: 40px;
	width: 40px;

	background-size: contain;
	background-position-y: 50%;
	background-position-x: 50%;

	background-repeat: no-repeat;
}


.socialMediaDiv a:hover{
	text-decoration: none;

}

.sovialMediaLogo{
	height: 35px;
	width: 35px;	
	
}
.sovialMediaLogo:hover{
	background-color: none;
}