@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

html, body {
	position: relative;
	margin: 0;
	padding: 0;
  min-height: 100%;
	background: #064267;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
	letter-spacing: 0.5px;
}


/* cookie melding */
#cookie_melding{
	display: block;
	position: absolute;
	z-index: 300;
	width: 100%;
	bottom: 0px;
}

#header{
	z-index: 100;
	position: relative;
	display: block;
	background-color: #fff;
	padding: 25px 0px;

	border-bottom: 10px solid rgba(36, 96, 170, 1)
}
    #header #logo_rcp {
        margin: auto;
        display: block;
        content: '';
        position: relative;
        background-image: url('../images/logo_rubenscapitalpartners-svg.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 393px;
        height: 48px;
    }

#header #account_info{
	margin-top: 5px;
}


#footer{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
	height: auto;
	z-index: 100;
	display: block;
	background-color: #fff;
}

