/* Füge hier Dein eigenes CSS ein */
.widget-area {
    background: #f0f0f0;
    padding-left: 18px;
		padding-top: 28px;
		padding-right: 18px;
	 	border-radius: 20px
}
.sf-menu ul.sub-menu a.menu-link {
		background: #ffffff;
		box-shadow: 0 5px 10px #bcbcbc;
		border-radius: 2px
} 
/* Contact Info Icons Color Footer Widget */
#footer-widgets .contact-info-widget i {
color: #ffffff;
}
hr { 
	width: 250px;
	height: 6px;
	margin-bottom: 30px
} 		