/* VALOFLY GmbH */

.footer-linkcolor {
 	color: #ffffff;
 	text-decoration: none;
	transition: color 0.5s ease;
}

.footer-linkcolor:hover {
	color: #c60c1a;
	text-decoration: underline;
}

/*
.carousel-content-inner{
	position: relative;
}

.carousel-image{
	width: 100%;
	display: block !important;
}

.carousel-text{
	position: absolute;
	width: 100%;
	bottom: 12%;
}
*/

blockquote{
	border-left: 5px solid rgba(198,12,26,1);
}

.vf-footerlink a{
	margin-top: 8px;
	display: block;
}

.card-menu-item a{
	text-decoration: none;
}

.card{
	box-shadow: 0px 0px 5px 0.5px rgba(0,0,0,0.3);
	transition: box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease;
}

.card:hover{
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
}

.card:hover strong{
	color: #c60c1a;
}

.border-cat-1 { border-color: #979797 !important; } /* general */
.border-cat-2 { border-color: #4d4f40 !important; } /* defense */
.border-cat-3 { border-color: #c60c1a !important; } /* public safety */
.border-cat-4 { border-color: #05529c !important; } /* security */
.border-cat-5 { border-color: #005548 !important; } /* politics */
.border-cat-6 { border-color: #f5ba18 !important; } /* public interest */
