/*
Footer styles
*/
#footer {
	position:relative;
	width:100%;
	height:400px;
	margin:0;
	background-color:white;
	z-index:5;
	margin-top:5em;
}

footer p {
	color:#ffffff;	
}

#footerBlueRectangle {
	position:relative;
	top:0;
	width:100%;
	background-color:#009EE2;
}

#footerInternal {
	position:relative;
	max-width:1100px;
	margin:auto;
	left:0;
	right:0;
	text-align:center;
}

.footerInternalCategory {
	position:relative;
	width:25%;
	height:100%;
	height:235px;
	margin:25px;
	margin-left:4%;
	margin-right:4%;
	text-align:center;
	color:white;
	display:inline-block;
	vertical-align:top;
}

.footerInternalCategory h2 {
	font-size:1.2em;
	font-weight:600;
	color:#ffffff;
}

.footerInternalCategory p {
	font-size:0.8em;
	font-weight:normal;
}

.footerInternalCategory a {
	font-size:0.8em;
	font-weight:600;
	color:white;
}

form {
	margin:0;
	padding:0;
}

input {
	margin:0;
	height:35px;
}

#footerInternalNewsletter {
	height:35px;	
}

#footerInternalNewsletterEmail {
	position:absolute;
	left:0;
	width:calc(100% - 85px);
	margin:0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
	border-style:none;
	text-indent:0.6em;
}

#footerInternalNewsletterAccept {
	position:absolute;
	right:0;
	width:85px;
	font-size:0.9em;
	font-weight:600;
	color:white;
	background-color:#009EE2;
	border-style:solid;
	border-width:1px;
	border-color:white;
}

#footerInternalEmpfehlungen {
	position:relative;
	width:209px;
	height:127px;
	margin:auto;
	left:0;
	right:0;
}

.footerInternalEmpfehlungenImageContainer {
	display:block;
	position:relative;
	float:left;
	width:92px;
	height:54px;	
	margin-top:0px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:10px;
}

.footerInternalEmpfehlungenImage {
	position:absolute;
	max-height:100%;
	max-width:100%;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

#footerInternalKontakt h2 {
	margin-bottom:0em;
}

#footerShadow {
	position:absolute;
	width:100%;
	height:64px;
	bottom:-34px;
	left:0;
}

#footerBackground {
	position:relative;
	width:100%;
	height:140px;
	left:0;
	background-color:white;
}

#footerBackground a, #footerBackground p {
	position:relative;
	margin:0;
	text-align:center;
	font-size:0.7em;
	font-weight:600;
	color:#666666;
}

#footerTextLinks a:hover {
	color:#222222;
}

#footerTextMargin {
	top:25px;
}

#footerTextLinks {
	position:relative;
	width:100%;
	top:40px;
	text-align:center;
}

@media (max-width:680px) {
	#footerInternal {
		width:300px;
	}
	
	.footerInternalCategory {
		width:300px;
		height:235px;
		margin:25px;
		margin-left:0;
		margin-right:0;
	}
}