/*==================================
	footerContactInfo
==================================*/

.footer-contact-info {

}

	.footer-contact-info-title {
		margin: 0 0 10px 0;
		font-size: 21px;
		font-weight: 600;
	}

	.footer-contact-info-content p {
		font-size: 16px;
	}

		.footer-contact-info-content a {
		}

			.footer-contact-info-content a:hover, .footer-contact-info-content a:focus {
				/* text-decoration: underline;*/
			}


.data-protection-link {
    color: #94b531;
}

.data-protection-link:hover {
    color: #111;
}


/*==== End of footerContactInfo ====*/


/*==================================
	Responsive
==================================*/

@media screen and (max-width:768px) {
	.footer-column-responsive {
		width: 100%;
		text-align: center;
		padding: 0 15px !important;
	}
}

/*==== End of Responsive ====*/
