footer{
    float: left;
    width: 100%;
    display: block;
}
footer div.jumbotron{
	min-height: 200px;
    padding: 50px 0 00px;
    box-sizing: border-box;
	background-color:transparent;
    background-image: url(../images/footer_image.png);
    background-position: bottom left;
    background-size: 30% auto;
    background-repeat: no-repeat;
}

footer .colUl{
	padding-right:0;
}
footer ul{
	width:100%;
	margin: 0;
	padding: 0px 0px 0px 30px;
	display:block;
}
footer ul h2.listtitel{
	margin: 0 0 10px 0;
	color:white !important;
	font-size:24px;
}

footer li{
    list-style: none;
    display: inline-block;	
	min-height:50px;	
	width:100%;
}
footer li a{
    display: inline-block;
    font-weight: 400;
    color: white !important;
    padding: 14px 0;
    line-height: 1.5em;
    font-size: 15px;
}
footer div.info p,
footer div.info a{
	color: white !important;
    font-size: 15px;
    line-height: 2.1em;
}
footer div.info img{
	width:100%;	
    max-width: 290px;
	margin-top:-10%;
}
footer div.info a.social{
	text-decoration:none;
}
footer div.info span.social{
	background-color:white;
	width:32px;
	height:32px;
	margin-right:10px;
	border-radius:50%;
    display: inline-block;
	text-align:center;
	transition: opacity .2s ease-in-out;
}
footer div.info span.social:hover{
	opacity:0.9;
}
footer div.info span.social i{
	line-height:32px;
}

footer div.container.first{
	min-height:515px;
}
footer div.container.bottom{
	margin-top:35px;
	text-align:center;
	width:100% !important;
	height:60px;	
    background-color: #cd0039;
}
footer div.container.bottom div{
	height:100%;
}
footer div.container.bottom *{
	line-height:60px;
	font-size:13px;
}
footer div.container.bottom a{
	color: white;
	font-weight:600;
}
footer div.container.bottom a.marge{
	margin-right:20px;
}
@media (max-width: 1200px){
	footer div.info img{
		margin-top:0;
	}
}
@media (max-width: 767px){
	footer div.jumbotron{
		padding-top: 70px !important;
	}
	footer .colUl,
	footer .colUl ul{
		padding-left:0 !important;
	}	
	footer .colUl ul{
		margin-top:20px;
	}
	footer li a {
		padding: 11px 0;
	}
	footer div.container.bottom{
		height:120px;
	}
	footer div.container.bottom div {
		height: 60px;
		padding: 0;
		text-align: center;
	}
}
