@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic);
/*
@font-face {
	  font-family: 'blissregular';
	  src: url('fonts/bliss_medium-webfont.eot');
	  src: url('fonts/bliss_medium-webfont.eot?#iefix') format('embedded-opentype'),
	       url('fonts/bliss_medium-webfont.woff') format('woff'),
	       url('fonts/bliss_medium-webfont.ttf') format('truetype'),
	       url('fonts/bliss_medium-webfont.svg#blissregular') format('svg');
	  font-weight: normal;
	  font-style: normal;

}
*/
body {
	margin:0;
	color: #444;/*#313131;*/
	font:16px/20px 'Source Sans Pro', Helvetica, Arial,sans-serif;
	background:#f7f7f7;
}
.poppedup{
	overflow:hidden;
}
.wrapper {
	min-width:960px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
img { border:0;}
a {
	color:#e21c2d;
	text-decoration:none;
	outline:none;

	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover { text-decoration:underline;}
input,
textarea,
select {
	font:12px Verdana, sans-serif;
	vertical-align:middle;
	color:#333;
	outline:none;
}
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
p{
	font-size:16px;
	font-weight:400;
	line-height:20px;
	margin:0 0 0.5em;
}
.clear{
	clear:both;
}
.hidden {
	display:none;
}
.readmore a {
	display: block;
	background: #e21c2d;
	border-radius: 50%;
	width: 86px;
	height: 86px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	font-weight:300;
	position: relative;
}
.readmore a span {
	top: 22px;
	position: relative;
	text-transform: uppercase;
	color: white;
}
.readmore a:hover{
	text-decoration:none;
}
.readmore {
	color: #e21c2d;
}
.bottom .readmore a {
		background: white;
}
.bottom .readmore a span {
		color: #e21c2d;
}
.ondernemen-nl{ background: url('../var/img/ondernemen-nl.png') no-repeat; }
.ondernemen-en{ background: url('../var/img/ondernemen-en.png') no-repeat; }
.step-nl{ background: url('../var/img/step-nl.png') no-repeat; }
.step-en{ background: url('../var/img/step-nl.png') no-repeat; }

.slides .textarea .readmore a {
	width:78px;
	height:78px;
	margin: 30px auto 0;
	font-size:16px;
	line-height:18px;
}
.slides .textarea .readmore a span {
	top:20px;
}
.slogan:before {
	content: '“';
}
.slogan:after {
	content: "”";
}

.slides {
	position: relative;
	min-height: 680px;
}
.slides.backgrounds {
	  position: fixed;
	  top: 0;
	  min-width:960px;
	  width:100%;
	  z-index: -999;
}
.slides .slide {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 680px;
	display: none;
}
.slides.backgrounds .slide:first-child {
	display: block;
}
.slides.texts .slide.active {
	display: block;
}
.slides.backgrounds {
}
.slides .slidebuttons {
	position: absolute;
	right: 80px;
	bottom: 70px;
}
.slides .slidebuttons li{
	display: inline;
}
.slides .slidebuttons .slidebutton{
	margin: 0 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #5c4e43;
	display: inline-block;
	list-style: none;
	box-shadow:1px 1px 5px -3px #5c4e43, inset 1px 1px 5px -3px white;
}
.slides .slidebuttons .slidebutton.active{
	background: white;
}
.slides .slide .background {
	width: 100%;
}
.slides .slide .background img{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
}
.slides .textarea {
	position: absolute;
	top:200px;
	right:55%;
	width: 410px;
	height: 205px;
	padding-top: 205px;
	text-align: center;
}

.slides .textarea.left{
	left:auto;
	right: 55%;
}
.slides .textarea.right{
	left:55%;
	right: auto;
}

.slides .bol {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.textarea h3 {
	 color: #8a373f;
	 font-size: 16px;
	 font-weight:700;
	 margin:10px 0 0;
}
.textarea .subtitle {
	font-style: italic;
	width: 190px;
	margin: 15px auto 0;
	font-size: 15px;
	line-height:17px;
	color: #853945;
}
.spacer {
	width:100%;
	height:255px;
}
nav {
	position: fixed;
	width: 100%;
	min-width:960px;
	width:100%;
	height: 255px;
	top:0;
	z-index: 10;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	box-shadow:inset 0 255px 128px -128px rgba(0,0,0,0.75);
}
nav .nav-container {
	margin:0 auto;
	width:940px;
}
nav ul {
	float:left;
	z-index: 100;
	list-style:none;
	padding: 0;
	margin:70px 0 0 15px;
	/*text-shadow: 2px 2px 2px black;*/

}
nav ul li {
	display: inline-block;
	border-right: 1px solid white;
	height:20px;
}
nav ul li:last-child {
	border:none;
}
nav ul li a{
	margin: 0 11px;
	color: white;
	text-decoration: none;
	vertical-align:top;
}
nav ul li a:hover,
nav ul li a.active{
	color: #e21c2d;
	text-decoration: none;
}
nav ul.lang li a{
	margin:0 5px;
}
.logo {
	float:left;
	display:inline-block;
	background: url(../var/img/logo.png) no-repeat 5px 32px white;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	z-index: 100;
	margin:20px 0 0 40px;
}
.logo a {
	display:inline-block;
	width: 125px;
	height: 125px;
	font-size:0;
	color:transparent;
}
nav.beyond {
	background:#000000;
	background:rgba(0,0,0,0.75);
	height: 50px;
	box-shadow:0 4px 10px -2px rgba(0,0,0,0.1);
}
nav.beyond .nav-container {
	margin-top:0;
}
nav.beyond ul {
	margin-top:20px;
}
nav.beyond .logo {
	background: url(../var/img/logo.png) no-repeat center center;
	height: 70px;
	border-radius:0;
	margin:5px 0 0 20px;
}
/*
.beyond:before {
	display: block;
	width: 125px;
	height: 51px;
	background-color: white;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: -1;
	content: "";
}
*/
.bottom.red {
	background-color: red;
}
.bottom.black {
	background-color: black;
}
.bottom.blue {
	background-color: #98d4d5;
}
.bottom.orange {
	background-color: #fdac41;
}
.bottom.purple{
	background-color: #614c69;
}
.bottom.green {
	background-color: #81bf73;
}

.aboutus-wrapper{
	max-width:1024px;
	margin:0 auto;
}
.people {
	background-color: #e4dfdc;
}
.aboutus-intro {
	width: 100%;
}
.aboutus-bottom {
	margin-top:1em;
	width: 100%;
}
footer {
	padding:50px 27px 27px;
	background-color: #ffffff;
	height: 300px;
	border-top: 150px solid #f31125;
	clear: both;
}

.lineclear {
	clear: both;
}

.bottom {
	height: 180px;
	position: relative;
	width: 100%;
	background-position: 50% 0%;
	background-repeat:no-repeat;
}
.bottom-wrap{
	width:100%;
	max-width:1280px;
	height:180px;
	position:relative;
	margin:0 auto;
}
.bottom .background {
	/*width: 300px;*/
	height: 180px;
}
.bottom .background img,
.bottom .background {
	float: left;
}
.bottom .slogan {
	color: white;
	font-size: 38px;
	float:left;
	font-style: italic;
	margin-top: 67px;
	max-width: 80%;
	line-height: 42px;
	font-weight:400;
	margin-left: 80px;
}
.bottom .readmore {
	right: 50px;
	bottom: 35px;
	position: absolute;
}
.bottom .godown {
	width: 100%;
	top: -60px;
	left: 0px;
	position: absolute;
}
.bottom .godown .icon{
	background:url('../var/img/scrollbutton.png') no-repeat;
	display: block;
	margin: 0px auto;
	width: 122px;
	height: 122px;
	cursor:pointer;
}
.bottom .godown .icon:hover{
	text-decoration: none;
}
/*
.bottom .godown .icon:after {
	content: 'v';
	font-size: 40px;
	font-weight: bold;
}
*/
.page {
	clear: both;
	min-height: 400px;
	background: white;
}
.page.HomePage {
	background: transparent;
}
.booknav ul {
	list-style: none;
	padding:0;
	margin-left:27px;
}
.booknav ul li {
	background: url(../var/img/li.png) 0px center no-repeat;
	margin: 0 0 9px 0;
	font-size: 15px;
	line-height: 20px;
	padding-left:28px;
}
.booknav ul a.active{
	color: #000;
}
.pagesabove,
.pagesbelow {
	clear: both;
}
.pagemenu {
	float: left;
}

h1{
	font-family: 'Istok Web', sans-serif;
	font-size:25px;
	line-height: 25px;
	font-weight: 400;
	margin: 0 0 0 27px;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	line-height:22px;
	font-weight: 400;
	margin-bottom:10px;
}
.bottom {
	clear: both;
}
.rightcol,
.leftcol {
	display:table-cell;
	padding:0 20px 0 40px;
	max-width: 332px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.leftcol {
	border-left: #8d8d8d solid 1px;
}
.topimage img{
	width: 100%;
}
.topimage {
	position: relative;
	/*height: 500px;*/
	/*background: #888;*/
	overflow: hidden;
}
.topimage h1 {
	z-index: 1;
	position: absolute;
	margin: 40px 0 0 20px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
}
.people {
	padding-bottom:200px;
}
.people header {
	margin-bottom:30px;
}
.people p {
	margin: 0 30px;
}
.personlist {
    float:left;
    width:100%;
	padding: 60px 30px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.person .photo {
	display:block;
	border: 5px solid white;
	border-radius: 50%;
	overflow:hidden;
}
.person .photo img{
	display:block;
	width:100%;
	border-radius: 50%;
}
.person {
	float: left;
	width:25%;
	padding: 0 2% 20px ;
	/*font-size: 14px;
	line-height:20px;*/
	text-align: center;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.person .name{
	font-size: 16px;
	font-weight: 600;
	line-height:28px;
	text-transform: uppercase;
}
.person .email a{
	text-align:center;
}
.person .email a span{
	display:inline-block;
}
.subpage.inactive {
	display: none;
}
.slides,
.page {
	float: left;
	width:100%;
}
.anchor {
	display: block;
	width: 100%;
	height: 0px;
	float:left;

}
.portfolios {
	padding: 30px 27px 0 27px;
	width: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.portfolios .portfolio {
	width: 45%; /* 420px */
	margin-right: 5%;
	margin-bottom: 30px;
	font-size: 18px;
	float: left;
	height:400px;
	overflow:hidden;
}
.portfolios .portfolio .image{
	width: 100%;
	margin: 0 auto;
	/* background: #ccc;*/
}
.pLogo {
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
#scov .aLogo {
	float:right;
	margin:0;
}
.portfolios .portfolio .image img {
	width: 100%;
}
.portfolio h2 a.readmore {
	color:#313131;
}
.images img{
	margin: 5px;
	float:left;
}
.top {
	position:relative;
	margin:50px auto;
	max-width:1024px;
}
.pagemenu {
	display:table-cell;
	width: 230px;
	padding-right:30px;
}
.subpages {
	border-left: #8d8d8d solid 1px;
	display: table-cell;
	width:990px;
	padding: 0 0 1em 30px;
	font-size: 18px;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.subpages h2 {
	margin-top: 0px;
}
.subpages article {
	padding-right:30px;
}
article.wide {
	max-width:665px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0;
}
.leftcol,
.rightcol {
	font-size: 16px;
}
.actions {
	font-size: 16px;
}
.actions,
.actions a,
.rightcol a,
.leftcol a {
	color: #e21c2d;
}
/*
body #cboxOverlay {
	background: #222;
}
#colorbox #cboxTopLeft,
#colorbox #cboxMiddleLeft,
#colorbox #cboxBottomLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxBottomCenter,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomRight {
    display:none;
	background-image: none;
	background-color: white;
}
#colorbox #cboxTopLeft,
#colorbox #cboxMiddleLeft,
#colorbox #cboxBottomLeft,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomRight {
	width:0;
}
#cboxContent{
    padding-bottom:28px
}
#cboxLoadedContent{
    margin:0;
    padding:28px 80px 0;
}
#cboxClose{
	background:url(../var/img/x.jpg) no-repeat;
	position:absolute;
	top:20px;
	right:35px;
	width:20px;
	height:20px;
	text-indent:-9999px;
}
#cboxClose:hover{
	background:url(../var/img/x-hover.jpg) no-repeat;
	background-position:0;
}
*/
#scov p {
	font-family:'Istok Web', sans-serif;
	font-size:16px;
	line-height:20px;
}
#scov a {
	color: #E21C2D;
}
#scov img {
	margin:30px 0;
}
#scov .newsArticle img {
	margin: 0 15px 10px 0;
}


/* GENERAL LISTS */
.list .listitem {
	width: 175px;
	float: left;
	text-align: center;
	margin-top: 40px;
	font-size: 14px;
}

.listitem .title {
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
}
.listitem .readmore {
	margin-top: 4px;
	display: block;
}
/* WIDE LISTS */
.list.wide .listitem {
	width:665px;
	text-align:left;
	margin:20px 0;
}
.list.wide .imgicon {
	float:left;
	margin-right:10px;
	width:220px;
	text-align:center;
}
.list.wide h3 {
	font-weight:600;
	font-size:18px;
	line-height:22px;
	margin:0 0 3px;
}
#ondernemers.list.wide h3{
	margin:20px 0 3px;
}
.list.wide .text {
	float:left;
	width:435px;
}
/* SMALL LISTS */

.list.small  {
	width:100%;
}
.list.small .listitem {
	min-width:255px;
	width:40%;
	font-style:italic;
	margin-right:10%;
}
.list.small .listitem p {
	font-size:15px;
	line-height:18px;
	margin-bottom:5px;
}
.list.small  h3 {
	color: #e21c2d;
	font-family: 'Istok Web', sans-serif;
	font-size: 22px;
	font-weight:400;
	line-height: 22px;
	margin:12px 0;
}

/* ROUND LISTS */
.list.round{
	width:100%;
}
.list.round .listitem{
	width:33%;
	padding:0 5%;
	min-height:300px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.list.round .imgicon img{
	border-radius: 50%;
	width:100%;
}
.list.round h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height:22px;
	margin-bottom:0.3em;
}
.list.round p{
	font-size: 16px;
	line-height:20px;
	font-weight: 400;
}
.list.round .text {
	font-size: 16px;
	line-height:20px;
	max-height:60px;
	overflow:hidden;
}
.ContactPage p {
/*	font-size:16px;
	line-height:20px;*/
	margin:0;
}
.ContactPage em {
	font-style:normal;
	font-size:18px;
}

.gmap {
	margin-top:5%;
}

.news {
	float:left;
	margin-bottom:100px;
	min-height:300px;
}
.newsItem-wrapper{
	margin-top:1em;
	height:88px;
	overflow:hidden;
}
.newsItem-wrapper h3{
	height:44px;
	overflow:hidden;
	margin-top:0;
}
.moreNews {
	position:absolute;
	bottom:0;
	right:5%;
	padding-right:19px;
	background:url(../var/img/linverse.png) right center no-repeat;
	color:#e21c2d;
	font-size:14px;
	line-height:19px;
	font-weight:600;
	text-transform:uppercase;
}
.twitter{
	position: absolute;
	width: 150px;
	bottom: 0;
	left: 27px;
}
.twitter .link {
	display:inline-block;
	width:100%;
	font-family: 'Istok Web', sans-serif;
	font-size:12px;
	line-height:19px;
	color:#00aced;
	margin-top:1em;
}
.subscribe {
	margin:50px 0 0 0;
}
.list.round .subscribe p, .subscribe label {
	font-size:18px;
	font-weight:400;
	line-height:22px;
}
.subscribe .button {
	padding: 5px 10px;
	background-color:#e21c2d;
	color:#FFFFFF;
	border:none;
	border-radius:5px;
}
.newsArticle header{
    margin-bottom:1em;
}
.newsArticle date {
    font-family:'Istok Web', sans-serif;
	font-size:11px;
	line-height:14px;
    font-style:italic;
}
#ondernemers .highlight{
	padding-right:1em;
}
#ondernemers .highlight.blue {
	box-shadow: 0px 0px 10px -1px #98d4d5;
}
#ondernemers .highlight.orange {
	box-shadow: 0px 0px 10px -1px #fdac41;
}
#ondernemers .highlight.purple{
	box-shadow: 0px 0px 10px -1px #614c69;
}
#ondernemers .highlight.green {
	box-shadow: 0px 0px 10px -1px #81bf73;
}

.onm-text {
	width:665px;
}
.printMe{
	display:none;
}
.realContent {
	display:none;
}
nav.beyond .logo a {
	height: 37px;
}
address {
	font-style:normal;
}
address,
.contactItem{
	margin-bottom:1em;
}
#mc_embed_signup #mc-embedded-subscribe-form input.email {
  width: 250px;
}


body.InvesteerdersPage form {
  margin: 20px 27px;
}
body.InvesteerdersPage form input{
  padding: 5px 10px;
  font-size: 20px;
}
body.InvesteerdersPage .wrapper {
  width: 600px;
}
body.InvesteerdersPage nav {
  position: static;
  margin-bottom: 50px;
}
.InvesteerdersPage article {
	margin: 0 0 10px 25px;
	padding: 2px 25px;
	width: 700px;

}

.InvesteerdersPage article ul {
	padding: 0;
	margin: 0;
}

.InvesteerdersPage article.private {
  background-color: #E4DFDC;
  padding-top: 5px;
	padding-bottom: 25px;
}
.InvesteerdersPage nav .userlinks {
  float: right;
}
.InvesteerdersPage .yearsMenu ul {
  font-size: 16px;
  line-height: 16px;
  margin: 3px 0;
  padding: 0px;
}
.InvesteerdersPage article.private header .persoonlijk{
  float: right;
}

.InvesteerdersPage header h2 {
	margin-bottom: 5px;
}
.InvesteerdersPage header span.date {
	margin-bottom: 2px;
	display: inline-block;
}
.InvesteerdersPage ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.InvesteerdersPage .loginIntro {
	margin-left: 24px;
	margin-top: 10px;
}
.InvesteerdersPage .yearsMenu {
	margin-left: 27px;
	font-size: 18px;
	line-height: 22px;
	 border: 1px solid #3F3F3F;
	border-width: 1px 0px;
}
.InvesteerdersPage .yearsMenu ul {
	display: inline-block;
}
.InvesteerdersPage .yearsMenu li {
	display: inline;
}
.InvesteerdersPage .yearsMenu a {
	display: inline-block;
	padding: 6px;
	color: white;
	background: rgba(0,0,0,0.75);
	margin: 0 5px;
}
.InvesteerdersPage .yearsMenu a.active {
	/* color: #e21c2d; */
	text-decoration: underline;
}

.InvesteerdersPage .yearsMenu .sortBox {
	float: right;
	display: block;
	font-size: 14px;

}

.InvesteerdersPage .yearsMenu .sortBox a {
	display: inline-block;
	padding: 6px 3px;
	color: red;
	background: none;
	margin: 0px;
	height: 20px;
}

.messages {
	margin-top: 20px;

}

.messages article header h2 {
	color: red;
	border-bottom: 1px solid #ababab;
	padding: 2px;
	width: 700px;

}

.messages article header span {
	font-size: 14px;
	font-style: italic;
	padding-left: 10px;

}

.messages article p {
	padding: 10px;

}

.messages article li {
	padding-left: 60px;

}

.searchresults_intro {
	padding-left: 52px;
}

.asc {
	display: inline-block;
	background: url('./img/sort.png') no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 18px;
	border: none;
	border-style: none;
}

.desc {
	display: inline-block;
	background: url('./img/sort.png') no-repeat;
	background-position: 0px -10px;
	height: 10px;
	width: 18px;
	border: none;
}

.activesort {
	font-weight: bold;

}

.searchBox {
	float: right;

}

.searchBox form {
	margin: 5px !important;

}


.searchBox form input {
	font-size: 12px !important;
	padding: 2px !important;
	color: #3f3f3f;


}

.searchText {
	border: 1px solid #3f3f3f;

}

.searchSubmit {
	border: none;
	background: #3f3f3f;
	color: white;
	cursor: pointer;

}

.messages p {
	margin-left: 50px;
}

.error-message {
  color: red;
  margin-left: 10px;
  display: none;
}
.error-message.show {
	display: block;
}
.error-box {
	color: red;
	margin-bottom: 10px;
}
.quickSubmit {
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}
.fileicon {
  margin: 10px 5px -2px 0 ;
}
.label-row span {
	font-style: italic;
	padding-left: 8px;

}
.uitklap {
	display: none;
	background-color: #E4DFDC;
	padding: 10px 20px;
}
