body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin-top: 20px;
	/*background: url('/images/background.png');
	background-size: 23%;
	background-repeat: no-repeat;
	background-position: top right;*/

}

p, .content-inner{
	max-width: 750px;
}

a{
	text-decoration: none;
	/*color: #FFF; Pascal*/
}

a:hover{
	/*color: #FFF; Pascal*/
	text-decoration: underline;
}

footer a{ /* Pascal */
	text-decoration: none;
	color: #FFF; 
}

footer a:hover{ /* Pascal */
	color: #FFF;
	text-decoration: underline;
}

/* //////////// Algemene CSS-stijlen //////////// */

h1, h2, h3, h4{
	color: #C00045;
}

.small{
	font-size: 10pt;
	font-weight: normal;
}

.no-opadding-left{
padding-left: 0;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.grey{
	color: #A4AAB0;
}

.red{
	color: #C00045;
}

.content-wrapper ul li{
	list-style-image: url(/images/list-style-icon.png)
}

small{
	color: #A4AAB0;
}

h1, h2, h3, h4{
	text-transform: uppercase;
}


/* //////////// HEADER //////////// */

nav, .navbar{
	background-color: transparent;
	border: none;
}

.container{
	background-color: transparent;
}

.header{
	padding-left: 30px;
	border: none;
	background-image: url('/images/back-head.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.navigation{
	background-color: #000;
	border-bottom: #000 solid 1px;
}

.header p{
	display: inline;
	font-size: 2.2em;
	text-transform: uppercase;
	position: relative;
	top: 25px;
}

.dropdown-menu:hover{
	background-color: #C00045;
	padding: 0;
	/*left: -20px;*/
}

.dropdown-menu li a{
	color: #FFF;
	text-transform: none;
	background-color: #C00045;
}

.dropdown-menu ul li:hover{
	background-color: #A3ACB1 !important;
	color: #FFF;
}


/* //////////// NAVBAR //////////// */

.navbar{
	margin-bottom: 0;
}

.dropdown-toggle{
	position: relative;
}

.input-group{
	margin-left: 30px;
}

nav a{
	text-transform: uppercase;
}

.nieuws h1 {
	color: #C00045;
	margin: 0;
	margin-top: 70px;
}

.lees-meer{
	color: #C00045;
	position: relative;
	top: -8px;
}

.lees-meer:hover{
	color: #000;
}

.nieuws-item{
	border-bottom: solid 1px #000;
	margin-bottom: 15px;
}
      
/* //////////// CONTENT ////////////// */

.content-wrapper{
	padding-top: 40px;
	background-image: url('/images/back-content.png');
	background-repeat: no-repeat;
	background-position: top right; 
}

.img-row{
	max-width: 750px;
}

.content img{
/*
	margin-bottom: 10px;
	margin-top: 10px;
*/
}

.kaart{
	margin-bottom: 30px;
}

.kaart img{
	width: 90%;
}

.list-links {
	border-left: #000 solid 1px;
	padding-left: 20px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.list-links li{
	padding: 10px;
	list-style-type: none;
	list-style-image: none;

}

.list-links li a{
	color: #000;
}

.block-indekijker{
	background-color: #A4AAB0;
	width: 50%;
	height: 208px;
	background-image: url(/images/wit_driehoek.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.block-nieuwsbrief{
	background-color: #C00045;
	width: 50%;
	height: 208px;
	background-image: url(/images/wit_driehoek.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.block-nieuwsbrief input[type="text"]{
	margin-left: 9px;
}

.content-bottom{
	margin-top: 30px;
}

.content-bottom h3{
	font-size: 23px;
	position: relative;
	top: -41px;
	/* Pascal
	left: -16.5px;
	*/
}

/* //////////// FOOTER */

.footer-grey{
	background-color: #A4AAB0;
	padding: 13px;
	padding-left: 25px;
}

.footer-red{
	background-color: #C00045;
	padding: 10px;
}

.footer-link{
	padding-right: 30px;
	padding-left: 30px;
	border: none;
}

footer{
	color: #FFF;
}

.disclaimer{
	text-transform: uppercase;
	text-align: right;
}

.search-box{
	padding-top: 16px;
}

.search-box img{
	width: 10%;
	display: none;
	padding-top: 3px;
}

	.search-box input{
		width: 85%;
	}

.items{
	padding-left: 5px;
	padding-right: 10px;
}

.item{
	border-bottom: solid #000 1px;
}

.item p{
	margin-bottom: 0;
}

.item a{
	color: #FFF;
	margin-left: 3px;
}

.block-newsletter{
	color: #FFF;
}

.block-newsletter p{
	font-weight: lighter;
	margin-top: 47px;
	padding-left: 10px;
}

table.form td{ padding:3px; } /* Pascal */

input[type="submit"]{
	width: 80px;  
	background-color: #C00045;
	color:#fff;
	margin-top:10px;
	/* 
	background-color: transparent;
	
	margin-left: 5px;
	padding-left: 0;
	border: none;
	position: relative;
	top: -2px;
	Pascal: waarom ???
	*/
}

input[type="text"], input[type="password"]{
	color: #000;
	padding-top: 0;
	font-size: 11px;
	line-height:12px;
	height:20px;
	 font-size:11px;
}
textarea{ /* Pascal */
	 font-size:11px;
}

/* Pascal
input{
	width: 130px;
	height: 20px;
}*/

.footer-grey input[type="submit"]{
	
	height: 25px;
	margin-left:10px;
	
	background-color: #C00045;
	position: relative;
	top: 0px;
	font-size: 8pt;
}


/* Contactformulier */

zzzPascalform{
	margin-top: 30px;
	max-width: 500px;
}

label{
	width: 200px;
	text-align: left;
	margin-bottom: 10px;
}


.contactformulier input[type="text"]{
	border: none;
	border: solid 2px #C00045;
	width: 300px;
}

.gegevens a{
	color: #000;
}

/*
textarea{
	height: 50px;
	border: none;
	border: solid 2px #C00045;
	width: 300px;
}*/

.contactformulier input[type="submit"]{
	width: 100px;
	background-color: #C00045;
	color: #FFF;
	height: 30px;
	float: right;
}

.navbar li{
	list-style-image: none;
}

#map-canvas {
	width: 500px;
	height: 230px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 70px;
}

/* MEDIAQUERRIES */

@media screen and (max-width: 480px) {

.content-wrapper, .header{
	background-image: none;
}

.block-indekijker{
	width: 100%;
	margin-bottom: 30px;
}

.block-nieuwsbrief{
	width: 100%;
	margin-bottom: 30px;
}

.list-links {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0;

}


.list-links li{
	padding: 5px;
	text-align: center;
}

.block-indekijker{
	margin-top: 40px;
	padding-top: 40px;
}

.block-nieuwsbrief{
	padding-top: 20px;
}

.block-indekijker, .block-nieuwsbrief{
	margin-bottom: 0;
}
.block-indekijker h3, .block-nieuwsbrief h3{
	display: none;
}

.header p{
	display: none;
}

.header {
	text-align: center;
	padding-bottom: 20px;
}

.kaart{
	margin-bottom: 0;
}

.nieuws h1{
	margin-top: 40px;
}


.search-box input{
	width: 40%;
	margin-left: 12px;
}

/*
.contactformulier input{
	margin-bottom: 20px;
}

.contactformulier label{
	margin-bottom: 5px;
}

.contactformulier input[type="text"], textarea{
	width: 100%;
}

.contactformulier input[type="submit"]{
	float: left;
	margin: 0;
	margin-top: 10px;
}
*/
zzzPascalform{
	margin-bottom: 90px;
}

#map-canvas{
	width: 100%;
}


}

@media screen and (min-width: 480px) and (max-width: 768px) {

.content-wrapper, .header{
	background-image: none;
}


.block-indekijker{
	width: 100%;
	margin-bottom: 30px;
}

.block-nieuwsbrief{
	width: 100%;
	margin-bottom: 30px;
}

.list-links {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0;

}


.list-links li{
	padding: 5px;
	text-align: center;
}

.block-indekijker{
	margin-top: 40px;
	padding-top: 40px;
}

.block-nieuwsbrief{
	padding-top: 20px;
}

.block-indekijker, .block-nieuwsbrief{
	margin-bottom: 0;
}
.block-indekijker h3, .block-nieuwsbrief h3{
	display: none;
}

.header p{
	display: none;
}

.header {
	text-align: center;
	padding-bottom: 20px;
}

.kaart{
	margin-bottom: 0;
}

.nieuws h1{
	margin-top: 40px;
}

.search-box input{
	width: 40%;
	margin-left: 12px;
}

.contactformulier input{
	margin-bottom: 20px;
}

.contactformulier label{
	margin-bottom: 5px;
}

.contactformulier input[type="submit"]{
	float: left;
	margin: 0;
	margin-top: 10px;
}

zzzPascalform{
	margin-bottom: 90px;
}


.contactformulier label{
	margin-bottom: 5px;
}

.contactformulier input[type="submit"]{
	float: right;
	margin: 0;
	margin-top: 10px;
}

zzzPascalform{
	margin-bottom: 90px;
}

}

@media screen and (min-width: 480px) and (max-width: 576px) {
	.contactformulier input[type="submit"]{
		float: left;
	}

	textarea, #map-canvas{
		width: 100%;
	}
}

}

@media screen and (min-width: 768px) and (max-width: 920px) {

	.list-links{
		margin-bottom: 30px;
	}	

	.search-box .glyphicon{
		display: none;
	}

}


@media screen and (min-width: 920px) and (max-width: 1200px) {

	.search-box img{
		display: block;
		width: 10%;
	}	

	.list-links{
		margin-bottom: 30px;
	}

zzzPascalform{
	margin-bottom: 90px;
}

	.nieuws h1{
		margin-top: 0;
	}

	.nieuws{
		width: 40%;
	}

}

@media screen and (min-width: 1200px) {

	.search-box img{
		display: block;
	}	

	.nieuws-item{
		width: 200px;
	}


}








/* Pascal */
IMG.img-pull-left{
	float: left;
	margin: 0px 15px 0px 0px;
}
IMG.img-pull-right{
	float: right;
	margin: 0px 0px 0px 15px;
}

td.fb {border: 1px solid #ccc; padding: 5px; background-color:#fff; text-align:center; }


a.sitemap, #primaryContent a.sitemap:link, #primaryContent a.sitemap:visited	{color:#000; font-weight:normal; text-decoration: none;}
a.sitemap:active, #primaryContent a.sitemap:hover								{color:#000; font-weight:normal; text-decoration: underline;}

li.sitemap1{margin-left:0px;}
li.sitemap2{margin-left:15px;}
li.sitemap3{margin-left:30px;}
li.sitemap4{margin-left:45px;}

.msg	{ COLOR: #aa0000; FONT-WEIGHT: bold;}

A.bookmark		{TEXT-DECORATION: none;}
A.bookmark_edit	{TEXT-DECORATION: none; background-color:#ffff00;}

/*non-responsive GDB*/

/*
.container-non-responsive {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
 max-width: none !important;
 width: 1170px;
*/
 
 /* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container-non-responsive {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
  max-width: none !important;
}

/* Demonstrate the grids */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu
{
	position: absolute;
	float: left;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-width: 0 1px 1px;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	margin: 0px !important;
	padding: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #A3ACB1 !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

}

/*Opmaakstijlen voor sitemanager*/

IMG.img-pull-left
{
	float: left;
	margin: 0px 15px 0px 0px;
}
IMG.img-pull-right
{
	float: right;
	margin: 0px 0px 0px 15px;
}

TABLE.table {
    margin-bottom: 20px;
    width: 100%;
}
TABLE.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-top-width: 1px;
    line-height: 1.42857;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    vertical-align: top;
}

TABLE.table-bordered {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  width: 100%;
}
TABLE.table-bordered > thead > tr > td,
TABLE.table-bordered > tbody > tr > td,
TABLE.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
    line-height: 1.42857;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    vertical-align: top;
}
TABLE.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.bg-info
{
	background-color: #D9EDF7;
	padding: 15px;
}
#maincontent h2 { font-size: 1.5em; }

h3
{
	color: #A04F90;
	font-size: 1.3em;
}
h4
{
	color: #666666;
	font-size: 1.1em;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}
small{
    font-size: 85%;
}
.small {
    font-size: 85%;
}
.nieuws p { font-size: 1.0em; }

/* kaart vrijzinnige centra */
.kaart
{
	background-image: url(../images/vrijzinnige-centra-kaart.png);
	width: 752px;
	height: 290px;
}
.hvdm .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #e00446;
  border-radius: 4px;
}
.hvdm .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e00446;
}

/* Google Mapps on contact page */
#map_canvas {
width: 90%;
height: 200px;
border: solid 3px #C00045;
}

.marginbottom10 { margin: 0px 0px 10px 0px; }

.contentblock { padding: 0px 100px 0px 0px; }


