@charset "utf-8";
/* basic lay-out */
html { 
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5, ul {
	margin:0;
	padding:0;
}
.wrapper {
	position:relative;
	width:980px;
	margin:0 auto; 
}
header {
	display:block;
	height:140px;
}
a#logo img {
	border:0;
	top:10px;
	position:absolute;
}
div.archive_notice {
	position: fixed;
	top: 0px;
	left: calc(50% - 150px);
	width: 300px;
	background-color: #ffef00;
	color: #000;
	z-index: 99999;
	font-size: 18px;
	padding: 10px 0 15px;
	text-align: center;
}

/* nav */
nav ul {
	list-style-type:none;
}
nav ul li {
	float:left;
}
nav ul li a {
	text-decoration:none;
	display:block;
}
/* topnav */
#topnav {
	position:absolute;
	top:22px;
	right:70px;
}
#topnav ul li a {
	color:#5e5c5f;
	margin-left:22px;
}
#topnav ul li a:hover, #topnav ul li a.active {
	color:#d13739;
}

/* week van de ontmoeting facebook */
/* social icons ***************************************************/
#social-icons {
	display:block;
	position:absolute;
	right:0;
	top:18px;
	clear:both;
}
.social-icon {
	display:block;
	height:28px;
	width:33px;
	background-image: url(../images/social-icons.png);
	float:left;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
.social-icon.facebook {
	background-position: left 0px;
}
.social-icon.facebook:hover {
	background-position: left -28px;
}


/* mainnav */
#mainnav {
	position:absolute;
	top:92px;
	right:0px;
}
#mainnav ul li a {
	font-size:1.3em;
	color:#000;
}
#mainnav ul li {
	background-image: url(../images/mainnav-divider.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:11px;
	padding-left:11px;
	display:block;
}
#mainnav ul li:first-child {
	background-image: none;
}
#mainnav ul li a:hover, #mainnav ul li a.active {
	color:#d13739;
}
/* submenu*/
nav#submenu {
	width:220px;
	display:block;
	float:left;
	padding-top:110px;
}
nav#submenu ul li {
	float:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	padding:15px 0 15px 0;
	font-size:14px;
}
nav#submenu ul li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
nav#submenu ul li a {
	text-decoration:none;
	display:block;
	color:#707070;
	margin-left:0;
}
nav#submenu ul ul li a {
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
nav#submenu ul li a:hover, nav#submenu ul ul li a:hover, nav#submenu ul li a.active, nav#submenu ul ul li a.active   {
	color:#d13739;
}

/* main img */
#img-container {
	display:block;
	height:150px;
	z-index:1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
}
.page #img-container, .news #img-container {
	height:150px;
}
#img-container-pan {
	max-width: 2000px;
	margin: 0 auto;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #d8d8d8;
}
#bg {
	display: block;
	margin: 0 auto;
}


/* blok actueel: initiatieven en nieuws ********************/
#actueel {
	display:block;
	margin-top:15px;
}
#actueel #col1 {
	float:left;
	width:645px;
}
#actueel #col2 {
	float:left;
	width:310px;
	padding-left:25px;
}
/* initiatieven */
ul#initiatieven {
	margin-top:20px;
	font-size:12px;
}

#content ul#initiatieven {
	padding-left:0;
}
ul#initiatieven li {
	padding:20px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	list-style:none;
}
ul#initiatieven li.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}

ul#initiatieven a {
	color:#000;
	text-decoration:none;
}
ul#initiatieven li:hover {
	background-color:#F5F5F5;
}
ul#initiatieven li img {
	border-width: 1px;
	border-style: solid;
	border-color: #d8d8d8;
}
.init-img {
	display:block;
	width:174px;
	float:left;
	margin:5px 25px 0 0;
}
ul#initiatieven h3 {
	color:#d13739;
	font-size:16px;
}
.subtitle {
	display:block;
	color:#999999;
}
.label {
	display:block;
	float:left;
	width:110px;
	color:#494949;
}
ul#initiatieven .subtitle {
	margin-bottom:10px;
}
ul#initiatieven .text {
	display:block;
	margin-left:201px;
	line-height:17px;
}
a.bekijk-overzicht {
	display:block;
	width:100%;
	text-align:right;
	color:#d13739;
	text-decoration:none;
	font-size:18px;
	padding-top:10px;
}
/* nieuws */
ul#news {
	font-size:12px;
	margin-top:20px;
	
}
ul#news li {
	padding:20px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	list-style:none;
}
ul#news li:hover {
	background-color:#F5F5F5;
}
ul#news a {
	color:#000;
	text-decoration:none;
}
ul#news h3 {
	color:#6083aa;
	font-size:16px;
}
ul#news .newsdate {
	display:block;
	margin-bottom:10px;
	color:#999999;
}
ul#news li.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
.leesmeer {
	display:block;
	margin-top:10px;
	color:#d13739;
}

/* banners */
#banner-aanmelden {
	display:block;
	margin-bottom:20px;
}
#newsletter-subscribe {
	display:block;
	margin-bottom:20px;
}
#newsletter-subscribe h2 {
	margin-bottom:20px;
}
#video iframe {
	display:block;
	margin-bottom:0px;
}
div.flessenpost {
	display: none;
    text-align: center;
    width: 100%;
    padding-bottom: 35px;
}
a#vacatures {
    display: block;
    background-color: #6083AA;
    padding: 12px 30px;
/*    border-top: 1px solid #d8d8d8;*/
    margin-bottom: 30px;
    text-decoration: none;
    background-image: url(../images/pijl-home.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 90% center;
}
a#vacatures h2 {
    font-size: 24px;
    color: #fff;
}
a#vacatures:hover {
	-webkit-box-shadow: 2px 2px 4px 2px #666;
	box-shadow: 2px 2px 4px 2px #666;
}


/* footer *******************************/
footer {
	display:block;
/*	height:400px; */
	background-color:#e8e7e8;
	margin-top:30px;
	padding:40px 0;
}
#footer-content {
	width:980px;
	display:block;
	margin:0 auto; 
}
#footercol1 {
	float:left;
	width:645px;
}
#footercol2 {
	float:left;
	width:310px;
	padding:20px 0 0 25px;
}
#credits {
	display:block;
	margin:0px auto;
	width: 980px;
	padding-top:50px;
	clear:both;
	padding-bottom:20px;
}

/* homepage ****************************/
/* banners */
ul#banners {
	margin:28px 0 0 0;
	padding:0 0 0 0;
}
#banners li {
	list-style-type:none;
}
#banners li ul {
	margin:0;
	padding:0 0 0 0px;
}
#banners li ul li {
	list-style-type:none;
	background-image: url(../images/bullet-home.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left:15px;
}
.banner {
	font-size:14px;
	display:block;
	float:left;
	width:246px;
	min-height:240px;
	margin:0 25px 20px 0;
	padding:0 32px 0 32px;
	background-image: url(../images/pijl-home.png);
	background-repeat: no-repeat;
	background-position: 250px 178px;
	background-color:#6083aa;
	color:#FFF;
}
.banner.last {
	margin:0 0 20px 0;
	background-color:#d13739;
	color:#fff;
}
#banners a, #banners a h2 {
	text-decoration:none;
	color:#fff;
}
#banners a h2 {
	font-size:24px;
	line-height:32px;
	margin:20px 0 20px 0px;
}
.banner:hover {
/*	background-color:#bacada;*/
	-webkit-box-shadow: 2px 2px 4px 2px #666;
	box-shadow: 2px 2px 4px 2px #666;
}
.banner.last:hover {
/*	background-color:#E0787A;
	color:#FFF;*/
}

/* page *******************************/
/* content */
#content {
	display:block;
	float:left;
	padding:50px 40px 0 40px;
	width:680px;
	min-height:400px;
}

/* page news */
.news-item {
	display:block;
	padding:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
a .news-item {
	color:#000;
}
a .news-item:hover {
	background-color:#F5F5F5;
}
#content .news-item h2 {
	color:#6083aa;
	font-size:16px;
}
.newsdate {
	color:#999;
}
.introtext {
	border-bottom: none;	
}
.leesmeer {
	color:#d13739;
	display:block;
}
a.back {
	color:#d13739;
}
#aanmelden {
	margin-top:40px;
}

/* styling **********************************************************************/
body {
	font-size:13px;
	font-family:"Open sans", Arial, sans-serif;
}
#content {
	color:#000;
	line-height:20px;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h1 {
	font-family: 'Bree Serif', serif;
	font-size:24px;
	margin-bottom:30px;
	color:#d13739;
	line-height:26px
}
#content h2 {
	font-family:"Open sans", Arial, sans-serif;
	font-size:16px;
	color:#000;
}
#content ul {
	padding-left:15px;
}
h2 {
	font-family: 'Bree Serif', serif;
	font-size:20px;
	color:#d13739;
}
h3 {
}
.blue {
	color:#6083aa;
}
.red {
	color:#d13739;
}
a {
	color:#d13739;
}
p {
	margin-top:0px;
}
.err_msg {
	color:#d13739;
}
.clearing {
	clear:both;
}
.img-left {
	padding: 5px 5px 5px 0; 
	margin-right: 10px;
	float:left;
}
.img-right {
	padding: 5px 0 5px 5px; 
	margin-left: 10px;
	float:right;
}
hr {
	height:1px;
	background-color:#fff;
	color:#fff;
}

/* form */
.required {
	color:#6083aa;
}
.formfield {
	width:300px; 
}
.formfield.xbig {
	width:360px;
}
input#submit {
	font-size: 18px;
	line-height: 27px;
	display: inline-block;
	padding: 7px 40px 10px 30px;
	background-color: #d13739;
	color: #fff;
	text-decoration: none;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	cursor: pointer;
  border-radius: 5px;

}
#errormsg {
	color:#d13739;
	margin-bottom:30px;
	border: solid 1px #d13739;
	padding:10px;
}
.wegspam {
	display:none;
}

/* styling - footer */
#footer-content {
	font-size:12px;
}
#footer-content a {
	text-decoration:none;
	color:#000;
}
#footer-content a:hover {
}
#credits, #credits a {
	text-decoration:none;
	color: #999;
}
#credits a:hover {
	text-decoration:underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}