#footermenu {
	position:fixed;
	bottom:0px;
	height:64px;
	width:100%;
	background-color:rgba(255,255,255,0);
	z-index:90;
	overflow:hidden;
	left:0px;
	color:#004a8d;
	font-family: daxcondensedregular;
	font-size: 16pt;
	-webkit-transition: height 500ms, background-color 500ms;
	-ms-transition: height 500ms, background-color 500ms;
	-moz-transition: height 500ms, background-color 500ms;
	-o-transition: height 500ms, background-color 500ms;
	transition: height 500ms, background-color 500ms;
}
#footermenu:hover, #footermenu.hover {
	background-color:rgba(255,255,255,0.8);
	-webkit-transition: height 500ms, background-color 500ms;
	-ms-transition: height 500ms, background-color 500ms;
	-moz-transition: height 500ms, background-color 500ms;
	-o-transition: height 500ms, background-color 500ms;
	transition: height 500ms, background-color 500ms;
}
#footermenu:hover ul > li, #footermenu.hover ul > li, #footermenu.active ul > li{
	color:#004a8d;
	-webkit-transition:  color 500ms;
	-ms-transition: color 500ms;
	-moz-transition: color 500ms; 
	-o-transition: color 500ms;
	transition: color 500ms;
	}
#footermenu.active {
	height:320px;
	background-color:rgba(255,255,255,1);
	-webkit-transition: height 500ms, background-color 500ms;
	-ms-transition: height 500ms, background-color 500ms;
	-moz-transition: height 500ms, background-color 500ms;
	-o-transition: height 500ms, background-color 500ms;
	transition: height 500ms, background-color 500ms;
}
#footermenu ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:84px;
	cursor:pointer;
}
#footermenu > ul {
	min-width: 1200px;
}
#footermenu ul > li {
	float: left;
	width:15%;
	min-width: 260px;
	text-transform: uppercase;
	font-style: bold;
	line-height:64px;
	list-style: none;
}
#footermenu ul li ul {
	margin-left:0px;
	margin-top:20px;
}
#footermenu ul li ul li {
	line-height:30px;
	text-transform: none;
	padding-left:20px;
	border-left:1px solid #3fabaf;
	font-family: daxwideregular;
	font-size: 11pt;
}
#footermenu ul li ul li a {
	text-decoration: none;
	color:#004a8d;
}
#footermenu ul li ul li a:hover {
	text-decoration: none;
	color:#002B51;
}
#footermenu ul li.pijl {
	width:64px !important;
	min-width: 64px !important;
}
#footermenu ul li.pijl div {
	background-image: url(/images/footer-menu-pijl.png);
	width:20px;
	height:20px;
	background-size:20px 20px;
	min-width: 20px;
	line-height: 64px;
	margin-top: 22px;
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 500ms;
}
#footermenu.active ul li.pijl div {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 500ms;
}
#footermenu li.footerinfo, #footermenu li.footerinfo ul, #footermenu li.footerinfo ul li  {
	width:30% !important;
	min-width: 400px !important;
}

#footermenu .socialicon {
		width:40px;
		height:40px;
		margin-right:5px;
}
#footermenu .payoff{
background-image:url('/images/payoff.png');
background-size:contain;
background-repeat: no-repeat;
background-position:top center;
height:294px;
width:400px;
position:absolute;
right:12px;
top:8px;
}
@media all and (max-width: 1452px) {
	#footermenu .payoff{
		display:none;
	}
}

@media all and (max-width: 960px) {	
	#footermenu {
		display: none;
	}
}
