header {
	margin-bottom: 6px;
}
#home-beelden {
	position: relative;
	padding-top: 359px;
	margin-bottom: 47px;
}
#home-beelden-nav {
	position: relative;
}
.beelden img {
	float: right;
}
#home-beelden-nav>a {
	margin-left: 1px;
	display: inline-block;
	vertical-align: top;
	background-color: #ff7f36;
	color: white;
	width: 247px;
	height: 58px;
	text-align: center;
	padding-top: 26px;
	text-decoration: none;
}
#home-beelden-nav>a:first-child {
	margin-left: 0;
	width: 246px;
}
.home-beelden-nav-grippy {
	position: absolute;
	top: -11px;
	left: 112px;
	width: 23px;
	height: 11px;
	background-image: url(/static/img/pointer-donkeroranje.png);
}
#home-beelden-nav>.huidig {
	background-color: #ff5d00;
}
#home-beelden-nav>.huidig>.title {
	text-shadow: none;
}
#home-beelden-nav .title {
	font-size: 15px;
	font-weight: bold;
	text-shadow: 2px 1px #c36129;
}
#home-beelden-nav .sub {
	text-shadow: 2px 1px #d96c2e;
}
#home-beelden-nav>.huidig>.sub {
	text-shadow: 2px 1px #cf5712;
}
.beelden {
	position: absolute;
	top: 0;
	left: 0;
	width: 990px;
	height: 354px;
}

.beelden-hide {
	display: none;
}
.beelden > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 306px;
	height: 303px;
	padding: 50px 30px 0;
	text-shadow: 2px 2px 2px rgba(100,100,100,0.5);
	background: #4ABEE9;
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #83DCFD 0%, #4ABEE9 100%);
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #83DCFD 0%, #4ABEE9 100%);
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #83DCFD 0%, #4ABEE9 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #83DCFD), color-stop(1, #4ABEE9));
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #83DCFD 0%, #4ABEE9 100%);
	background-image: radial-gradient(ellipse farthest-corner at center, #83DCFD 0%, #4ABEE9 100%);
}
.beelden h2 {
	color: white;
	text-transform: uppercase;
	font-size: 22px;
}
.beelden p {
	color: white;
	margin: 15px 0;
	font-size: 14px;
	line-height: 20px;
}
.beelden > div a {
	background: #FF7F36;
	color: white;
	margin: 0;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	position: absolute;
	bottom: 30px;
	left: 30px;
	border-radius: 2px;
}
.cols21>aside {
	width: 326px;
	margin-right: 60px;
}
.no-flexbox .cols21>section {
	width: 604px;
}
aside h2 {
	margin-top: 2px;
	font-size: 21px;
}
aside nav {
	background-color: #f2f2f2;
	min-height: 80px;
	padding: 0 10px
}
aside>nav>div {
	cursor: pointer;
	border-bottom: 1px solid white;
}
aside .marker {
	background: url(/static/img/agendapijl-groot.png) no-repeat;
	width: 140px;
	height: 39px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #2879b4;
	font-size: 10px;
}
aside .beschrijving {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin-top: 10px;
	margin-left: 18px;
	line-height: 13px;
}
aside .beschrijving .locatie {
	display: block;
	margin-top: 3px;
}
aside .date {
	display: inline-block;
	vertical-align: top;

	color: white;
	font-size: 15px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 11px;
}
aside .time {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
}
#nieuws {
	margin-top: 20px;
	margin-bottom: 20px;
}
#nieuws .justify {
	height: 47px;
}
#nieuws h1 {
	margin-bottom: 14px;
}
#nieuws h2 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 12px;
}
#nieuws>.nieuwsrij {
	word-spacing: 56px;
}
#nieuws .nieuwsitemouter {
	position: relative;
	display: inline-block;
	width: 272px;
	height: 223px;
	margin-bottom: 40px;
}
#nieuws .nieuwsitem {
	word-spacing: 0;
	position: relative;
	display: inline-block;
	width: 272px;
	height: 223px;
	background-repeat: no-repeat;
	background-position: 1px 38px;
	background-color: #f2f2f2;
	border-radius: 2px;
	overflow: hidden;
}
#nieuws .nieuwsitem .blog {
	background-color: #2879b4;
	color: white;
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 19px;
	text-align: center;
	font-size: 11px;
	line-height: 19px;
	margin-right: 7px;
}
#nieuws .nieuwsitem h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 12px;
	cursor: pointer;
}
#nieuws .nieuwsitem:hover h3 {
	background-color: #FF7F36;
	color: white;
}
#nieuws .nieuwsitem:hover .blog {
	background-color: #f2f2f2;
	color: #FF7F36;
}
#nieuws .nieuwsitem .tekst {
	position: absolute;
	bottom: -185px;
	left: 0;
	width: 255px;
	height: 185px;
	background-color: #f2f2f2;
	padding: 0 7px 0 10px;
	font-size: 11px;
}
#nieuws .nieuwsitem .inleiding {
	display: block;
	height: 153px;
	overflow: hidden;
}
#nieuws .nieuwsitem .lees-meer {
	position: absolute;
	bottom: 5px;
}
#nieuws .nieuwsitemouter:hover .datum {
	display: block;
}
#nieuws .datum {
	display: none;
	position: absolute;
	bottom: 6px;
	right: 6px;
	color: #262626;
}
#nieuws .nieuwsitemouter.newsfeed {
	height: 120px;
}
#nieuws .newsfeed .nieuwsitem {
	height: 120px;
}
#nieuws .newsfeed .tekst {
	bottom: -82px;
	height: 82px;
}
#nieuws .newsfeed .inleiding {
	height: 50px;
}
#nieuws .newsfeed p {
	margin: 9px 0;
}
