@import url("/3rdparty/global/css/global-v1.css");

html, body {
	font-family: 'Univia W03 Book';
	font-family: 'museo-sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	background-position: center;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #323231;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	height: 100%;
}

[class*='container'], [class*='column-'] {
	padding-left: 30px;
	padding-right: 30px;
}

h1,h2,h3,h4,h5 {
	color: #000;
	font-weight: normal;
}

h1 {
	font-size: 40px;
	line-height: 1em;
}

h1 span {
	font-family: 'Univia W03 Bold';
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 62px;
	line-height: 1.05em;
}

#static-header h1 {
	font-size: 55px;
	margin-top: 85px;
}

#static-header h1 span {
	font-size: 35px;
	display: inline-block;
}

a {
	display: inline-block;
}

#menu_button {
	display: none;
}

/* - - - N A V - - - */
 
#logo {
	position: absolute;
	width: 175px;
	margin-top: 15px;
}

#logo img {
	width: 100%;
}
 
nav {
	width: 100%;
	height: 140px;
	background-color: #fff;
	position: fixed;
	top: 0px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	z-index: 500;
}

#cta_head {
	text-align: right;
	margin-top: 10px;
	display: inline-block;
	float: right;
}

#cta_head label {
	font-family:'Univia W03 Bold';
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	color: #99cc66;
}

#cta_head span {
	color: #99cc66;
	margin: 0px 5px;
}

nav .container {
	position: relative;
}

#menu {
	position: absolute;
	right: 25px;
	bottom: 5px;
	color: #99cc66;
}

#menu ul {
	float: right;
}

#menu ul li {
	list-style: none;
	display: inline-block;
}

#menu ul li a {
	margin: 0px 5px;
	color: #000;
	font-weight: 900;
	font-size: 17px;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #99cc66;	
}

#menu ul li.active {
	font-family:'Univia W03 Bold';
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	color: #1bb3a8;
}

#menu ul li:last-child {
	margin-right: 0px;
}
 
/* - - - H E A D E R - - - */ 

.header {
	margin-top: 110px;
	background-size: cover;
}

#header-home {
	width: 100%;
	height: 400px;
	background-position: right center;
	background-size: cover;
	background-color: #1bb3a8;
	background-color: rgb(116,184,88);
	background: rgb(153,204,102);
	background: -moz-linear-gradient(45deg, rgba(153,204,102,1) 25%, rgba(27,179,168,1) 75%);
	background: -webkit-linear-gradient(45deg, rgba(153,204,102,1) 25%, rgba(27,179,168,1) 75%);
	background: linear-gradient(45deg, rgba(153,204,102,1) 25%, rgba(27,179,168,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99cc66",endColorstr="#1bb3a8",GradientType=1);
	background-repeat: no-repeat;
	position: relative;
}

#header-home .container {
	position: relative;
	z-index: 1;
}

.header-overlay {
	width: 100%;
	height: 100%;
	background-image: url(/img/adam.png);
	background-size: cover;
	opacity: 0.75;
	left: 0px;
	top: 0px;
	position: absolute;
}

#header-home img {
	float: right;
	height: 100%;
}

#headertekst {
	margin-top: 150px;
	display: inline-block;
}

#static-header {
	background-color: #1bb3a8;
	height: 150px;
	background: rgb(153,204,102);
	background: -moz-linear-gradient(45deg, rgba(153,204,102,1) 25%, rgba(27,179,168,1) 75%);
	background: -webkit-linear-gradient(45deg, rgba(153,204,102,1) 25%, rgba(27,179,168,1) 75%);
	background: linear-gradient(45deg, rgba(153,204,102,1) 25%, rgba(27,179,168,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99cc66",endColorstr="#1bb3a8",GradientType=1);
}

#static-header h1 {
	float: right;
	text-align: right;
	font-family:'Univia W03 Bold';
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	color: #fff;
}

#static-header h1 span {
	font-family: 'Univia W03 Book';
	font-family: 'museo-sans', sans-serif;
	font-weight: 400;
	color: #000;
}

/* - - - C O N T E N T - - - */

.content {
	padding: 25px 0px;
	padding-bottom: 10px;
}

#content-home > .container {
	padding: 50px 0px;
	padding-top: 40px;
}

.static-content .column-1-2:first-child {
	text-align: right;
}

.static-content .column-3-4 {
   margin: 35px auto;
   float: none;
}

.content h2 {
	font-size: 32px;
	font-size: 52px;
	line-height: 42px;
	line-height: 62px;
	font-family: 'Univia W03 Book';
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	margin-bottom: 15px;
}

.content img,
#contactimage {
	width: 85%;
	width: 115%;
	margin-left: -15%;
	margin-top: -20%;
}

#content-home {
	background-color: #222;
	background-color: #fff;
	color: #888;
}

#content-home h2 {
	color: #fff;
	color: #000;
}

.static-content img {
	width: 85%;
}

.static-content label {
	margin: 0px 5px;
	color: #99cc66
}

.static-content h2 {
	color: #1bb3a8;
	font-size: 20px; 
	font-size: 28px;
	color: #000;
	margin-bottom: 0px;
	font-family:'Univia W03 Bold';
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
}

.static-content a {
	color: #000;
}

.static-content a:hover {
	color: #99cc66;
}

#pensioenkoersbanner {
	width: 100%;
	height: 220px;
	background-color: #71a7cb;
	text-align: center;
	margin-top: 25px;
	background-image: url(/img/pensioenkoersbanner.jpg);
	background-position: center center;
	background-size: cover;
}

#pensioenkoersbanner h3 {
	width: 40%;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.1em;
	margin-top: 20px;
	display: inline-block;
}

#pensioenkoersbanner h3 span {
	font-family:'Univia W03 Bold';
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 40px;
	margin-top: 5px;
	display: inline-block;
	color: #fff;
}

#pensioenkoersbanner a {
	height: 40px;
	width: 210px;
	margin: 0px auto;
	background-image: url(/img/arrow.png);
	display: inline-block;
	margin-bottom: -35px;
	background-size: cover;
}


#pensioenkoersbanner a:hover {
	background-image: url(/img/arrow_hover.png);
}

.static-content .column-1-2 img {
	margin-top: -20% !important;
}

.static-content {
	margin-bottom: 85px;
	margin-top: 15px;
}

/* - - - F O O T E R - - - */

footer {
	background-color: #1bb3a8;
	background: rgb(153,204,102);
	background: -moz-linear-gradient(45deg, rgba(153,204,102,1) 25%, rgba(27,179,168,1) 75%);
	background: -webkit-linear-gradient(45deg, rgba(153,204,102,1) 25%, rgba(27,179,168,1) 75%);
	background: linear-gradient(45deg, rgba(153,204,102,1) 25%, rgba(27,179,168,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99cc66",endColorstr="#1bb3a8",GradientType=1);
	color: #222;
	padding-top: 15px;
}

footer .container {
	padding: 0px 25px;
}

footer h4 {
	color: #000;
	color: #222;
	font-size: 20px;
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	margin-bottom: 5px;
}

footer a {
	color: #fff;
	color: #222;
	text-decoration: none;
}

footer a:hover {
	color: #000;
	text-decoration: underline;
}

footer .column-1-3:last-child {
	text-align: right;
}

footer .column-1-3 label {
	color: #000;
	width: 25px;
	display: inline-block;
}

.subfooter {
	width: 100%;
	background-color: #333;
	margin-top: 20px;
	height: 45px;
	line-height: 45px;
	color: #757575;
}

.subfooter .column-1-2:last-child {
	text-align: right;
	color: #b1b1b1;
}

.subfooter .column-1-2:last-child a {
	margin: 0px 5px;
}

.subfooter .column-1-2:last-child a:last-child {
	margin-right: 0px;
}

.subfooter span {
	color: #b1b1b1;
}

.subfooter a {
	color: #757575;
	text-decoration: none;
}

.subfooter a:hover {
	color: #fff;
	font-weight: 400;
}