.footer_menu
{
	position: relative;
	float: left;
	width : 25%;
	margin : 0px;
	box-sizing : border-box;
	padding-right : 10px;
}

@media (max-width: 1020px)
{
	.footer_menu
	{
		width : 33%;
		margin-bottom : 40px;
	}

	.footer__links
	{
		width : 75%;
		margin-left : 25%;
	}
}

@media (max-width: 800px)
{
	.footer__links
	{
		width : 100%;
		margin-left : 0;
	}
}

@media (max-width: 500px)
{
	.footer_menu
	{
		width : 100%;
		margin-bottom : 15px;
	}
}

.footer_menu li a
{
	font-family: 'dinpro_regular';
    font-size: 1rem;
    color: #79869e;
    border-bottom: solid 1px rgba(121,134,158,0);
	line-height : 1.6em;
	word-wrap : break-word;
}

.footer_menu li a:hover
{
	color : #ff5c18;
	border-bottom: 1px solid rgba(255,92,24,0.5);
}
.footer_menu li.selected a
{
	color : #0062a0;
	border-bottom: 1px solid rgba(0,98,160,0);
}
.footer_menu li:nth-child(1) a
{
	display : inline-block;
	font-family : 'dinpro_medium';
	margin-bottom : 20px;
	font-size : 1.2rem;
	line-height : 1.6em;
	margin-bottom : 10px;
}
.footer_menu li:nth-child(1) a:hover
{
	border-bottom: 1px solid rgba(255,92,24,0);
}


@media (max-width: 500px)
{
	.footer_menu li
	{
		display : none;
	}

	.footer_menu li:first-child
	{
		display : block;
		margin-bottom : -10px;
	}
}
