.footer-basic-centered{
	background-color: #ec8200;
	/*background: #44699C url(img/BG_1400x350-w.png) no-repeat;*/
    background-size: 100% auto;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	/*font: normal 18px sans-serif;*/

	padding: 18px;
	/*margin-top: 20px;*/ /* margin-top: 80px; */
}

.footer-basic-centered .footer-company-motto{
	color:  #383838;
	font-size: 24px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #383838;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 18px 0 18px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

.footer-basic-centered .footer-links2{
	/*text-align: left;*/
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 18px 0 18px;
	margin: 0;
}

.footer-basic-centered .footer-links2 a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}
a.navlink:link img,
a.navlink:visited img {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    border: none;
    display: block;
    height: 39px; /* Grafikhöhe */
    width: 196px; /* Grafikbreite */
}
a.navlink:hover img {  
    filter: alpha(opacity=100); /* IE */
    -moz-opacity: 1; /* Gecko-Browser */
    opacity: 1; /* Opera 9+ */
    border: none;
    display: block;
    height: 39px; /* Grafikhöhe */
    width: 196px; /* Grafikbreite */
}