/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Footer bei 4k <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
.footslider {
	background-color: #000000;
	border-top: 5px solid #cfb872;
	box-shadow: 0 0 5px #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0;
}
	.footslider p {
		color: #cfb872;
	}

/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Unterschiedliche Auflösungen <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
@media screen and (max-width: 2500px) {
	.footerinhalt {
		width: 1800px;
	}
}

@media screen and (max-width: 1920px) {
	.footerinhalt {
		width: 1400px;
	}
}

@media screen and (max-width: 1630px) {
}

@media screen and (max-width: 1540px) {
	.footerinhalt {
		width: 1000px;
	}
	.footerinhalt .footjav {
		width: 30%;
	}
	.footerinhalt .footturl {
		width: 40%;
	}
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1180px) {
	.footerinhalt {
		width: 800px;
	}
	.footerinhalt .footjav {
		width: 35%;
	}
	.footerinhalt .footturl {
		width: 35%;
	}
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 900px) {	
	.footerinhalt {
		width: 95%;
	}
}

@media screen and (max-width: 820px) {
	.footslider p {
		font-size: 14px;
	}	
}

@media screen and (max-width: 736px) {
	.footerinhalt .footjav {
		width: 45%;
		text-align: center;
	}
	.footerinhalt .footturl {
		width: 55%;
		text-align: center;
	}
	.footerinhalt .footkontimp {
		float: none;
		width: 50%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
	.footerinhalt .footjav h3 {
		font-size: 22px;
		color: #FFFFFF;
	}
}

@media screen and (max-width: 480px) {
	footer {
		padding: 20px 0;
	}
	.footerinhalt .footjav {
		width: 100%;
		float: none;
	}
	.footerinhalt .footturl {
		width: 100%;
		float: none;
	}
		.footerinhalt .footturl div {
			float: none;
			margin: 0;
		}
	.footerinhalt .footkontimp {
		width: 100%;
		float: none;
	}
		.footerinhalt .footkontimp .footkontakt,
		.footerinhalt .footkontimp .footimpressum {
			width: 100%;
			float: none;
		}
		
}

@media screen and (max-width: 400px) {
}	