.fontawesome-icon {
	transition:all 300ms;
}

.fusion-footer .footer a {
	color:#e4e4e4 !important;
}
.fusion-footer .footer a {
	color:#e4e4e4 !important;
	transition:all 300ms;
}
.fusion-footer .footer a:hover {
	color:#01698c !important;
}

.datenschutz h2 {
	color:#333;
}

.fusion-header.fusion-sticky-shadow {
	background: rgba(255,255,255,0.97) !important;
}

.display-none {
	display: none !important;
}




/* - - - Responsiv - - - */

@media screen and (max-width:768px){
	.width-50 {
		width: 50% !important;
	}
	
    .width-50 .fusion-image-element  {
		width: 85% !important;
	}
	
    .width-50 .fusion-text strong {
		font-size: 14px !important;
	}	

}

@media screen and (max-width:480px){
	.fusion-header .fusion-logo {
		width: 80%;
	}
}