/*
######################################
##	CSS reset						##
######################################
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
######################################
##	Algemeen						##
######################################
*/

/* Classes
-----------------------------------------------------*/
.bold { font-weight: bold; }
.italic { font-style: italic; }
.hide, .hidden { display: none; }
.fleft { float: left; }
.fright { float: right; }
.overflow { overflow: hidden; }
.relative { position: relative; }
.inline { display: inline; }
.displayBlock { display:block; }


/* HTML elementen
-----------------------------------------------------*/
body {
 	color: #000;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote {
	font-style: italic;
}
table {
	margin: 0;
	padding: .5em;
	border-collapse: collapse;
}
code, pre {
	font-size: 1em;
}
pre {
	font-size: 0.8em;
	padding: 1em;
	background: #eee;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	color: #3B7392;
	margin: .5em 0;
	font-size: 3.6em;
}
h2 {
	font-size: 36px;
	color:white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top:10px;
	padding-left:10px;
	font-weight:normal;
}
h3 {
	font-size: 1.2em;
}
h4, h5, h6 {
	font-size: 1em;
}
p {
	font-size: 1.4em;
	color:black;
	font-weight:normal;
}
br {
	line-height: 0.6em;
}
td {
	font-size: 1.2em;
}


/* Links
-----------------------------------------------------*/
a, a:link, a:active {
	color:#33647F;
	text-decoration:underline;
}
a:hover {
	color:#468BB4;
}


/* Lijsten
-----------------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
#kolomLinks ul,
#kolomLinks ol {
	font-size: 1.4em;
	margin-bottom: 1em;
	margin-left: 30px;
}
#kolomLinks ul li {
	list-style: disc;
}
#kolomLinks ol li {
	list-style: decimal;
}

.clear {
	clear: both;
}

/* User login
-----------------------------------------------------*/
.form-item .description {
	color: #999;
	font-size: 1.1em;
}
.form-item label {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}

/* User register
-----------------------------------------------------*/
#user-login .form-submit,
#user-register .form-submit,
#user-pass .form-submit {
	background-image: url(images/btn.png);
	height: 36px;
	padding: 8px;
	width: 200px;
}
#user-pass-reset #edit-submit {
	margin-left: 0;
}
span.password-strength,
span.password-confirm {
	color: #999;
	font-size: 1.1em;
}
span.password-result,
span.password-confirm span {
	border: none;
}
div.password-description {
	font-size: 1.2em;
	padding: 15px;
}


/*
######################################
##	Layout							##
######################################
*/

#skiplinks {
	display: none;
}

/* Algemeen
-----------------------------------------------------*/
div#container { 

}


/*
#####################################
#	Header							#
#####################################
*/

#header {
overflow:hidden;
padding-bottom:20px;
}

#logo {
background:url('images/logo.png') no-repeat top left;
width:270px;
height:43px;
float:left;
}

#headerContact {
float: left;
padding-top:10px;
margin-right:35px;
margin-left: 20px;
}

#headerContact p {
font-size:1.1em;
}

#headerContact span {
color:#33647F;
font-weight:bold;
}

#menuBalk {
background: #346079;
height:37px;
    margin-bottom: 25px;
}

#hoofdmenu ul {
height:37px;

}

#hoofdmenu ul li {
padding:0;
margin:0;
height:37px;
display:block;
float:left;
}

#hoofdmenu ul li a {
color:white;
border-left:1px solid white;
border-right:1px solid white;
margin-left:-1px;
display:block;
height: 37px;
padding-top:8px;
padding-left:9px;
padding-right:9px;
font-size:1.4em;
text-decoration:none;
font-weight:normal;
}

#hoofdmenu ul li a:hover,
#hoofdmenu ul li a.active {
cursor:pointer;
background-position:left -100px;
}

/* header afbeelding
-----------------------------------------------------*/

.headerAfbeelding img {
	width: 100% !important;
    height: auto !important;
margin-bottom:20px;
}

/*
#####################################
#	Zoekpagina						#
#####################################
*/

#block-search-0 h2,
#edit-search-block-form-1-wrapper label {
display:none;
}

#block-search-0 {
float:right;
margin-right:30px;
-webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.25);
box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.25);
}

#edit-search-block-form-1 {
padding:0;
margin:0;
width:153px;
padding-left:10px;
padding-right:10px;
height:27px;
display:block;
float:left;
border: 1px solid #C7C7C7;
border-right: none;
}

#edit-search-block-form-1:focus {
	outline: none;
}

#block-search-0 #edit-submit,
#block-search-0 #edit-submit-1,
#block-search-0 #edit-submit-2,
#block-search-0 #edit-submit-3 {
margin:0;
padding:0;
background:url('images/zoekbutton.png') no-repeat top left;
width:33px;
height:27px;
display:block;
float:left;
border-radius: 0;
border: 1px solid #C7C7C7;
border-left: none;
color: #2E556E;
}

#block-search-0 #edit-submit:hover ,
#block-search-0 #edit-submit-1:hover,
#block-search-0 #edit-submit-2:hover,
#block-search-0 #edit-submit-3:hover {
background-position:left -100px;
cursor:pointer;
}

#block-search-0 #edit-submit:active ,
#block-search-0 #edit-submit-1:active,
#block-search-0 #edit-submit-2:active,
#block-search-0 #edit-submit-3:active {
background-position:left -200px;
cursor:pointer;
}

.search-advanced,
.search-info {
display:none;
}

.search-form .form-item label {
background:url('images/routebeschrijvingheader.jpg') no-repeat top left;
width:610px;
height:30px;
margin:0;
padding:0;
padding-top:10px;
padding-left:10px;
}

.search-form,
.search-form .form-item {
margin:0;
padding:0;
}

.search-form .container-inline {
background-color:#FFEBE4;
padding:10px;
width:600px;
}

.search-form .container-inline .form-submit {
margin-left:20px;
}

.box {
background-color:#FFEBE4;
padding:10px;
width:600px;
}

.box h2 {
margin:0;
padding:0;
color:black;
padding-bottom:10px;
}
.box .search-results a {
color: black;
font-size: 1.6em;
font-weight: bold;
text-decoration: none;
}

.box .search-results a:hover {
    color: #33647F;
    text-decoration: underline;
}

.search-snippet {
padding-bottom:10px;
}


/* Footer
-----------------------------------------------------*/
#footer {
	text-align: right;
	padding-right: 60px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#footer p {
	color: #999;
	font-size: 1.2em;
}
#footer a {
	color: #999;
}

/*
#####################################
#	KolomLinks						#
#####################################
*/

#kolomLinks {
padding-top:20px;
width:620px;
float:left;
padding-bottom:20px;
}


/*
#####################################
#	KolomRechts						#
#####################################
*/

.seperator {
height:5px;
}

#kolomRechts {
padding-bottom:20px;
}

#kolomGeelTop {
background-color:#FEEDBF;
margin-bottom: 25px;
}

#spoednummer {
background:url('images/spoednummer.png') no-repeat 10px 10px;
padding-left:53px;
}

#kolomGeelTop span {
display:block;
margin:0;
padding:0;
font-size:1.4em;
margin-top:-2px;
}

#kolomGeelBottom {
padding-top:5px;
}

#kolomGeelBottom span {
display:block;
margin:0;
padding:0;
font-size:1.4em;
text-transform: uppercase;
padding: 10px;
background: #FFECB3;
}
#kolomGeelBottom p {
padding: 10px;
background: #FFF8E5;
}

.kolomGeelSeperator {
	border-bottom: 1px solid #E7D7AC;
	padding: 10px;
}


#kolomGeelBottom .kolomGeelSeperator {
border: none;
padding: 0;
margin-bottom: 20px;
}


/*
#####################################
#	nieuwsBlok	(blauw)				#
#####################################
*/

#nieuwsBlokHeader {
background-color: #346079;
}
#nieuwsBlokHeader h2 {
font-size: 24px;
padding: 10px;	
}


#nieuwsBlokHeader a {
text-decoration:none;
color:white;
}

#nieuwsBlokHeader a:hover h2 {
text-decoration:underline;
color:#C5C5C5;
}

#nieuwsOverzicht {
padding:10px;
background-color:#F1F4F6;
}

.views-field-title a {
color:black;
font-weight:bold;
font-size:1.4em;
text-decoration:none;
}

.field-content a:hover {
text-decoration:underline;
color:#33647F;
}

.views-field-created .field-content {
color:#333333;
font-size:1.2em;
padding:0;
margin:0;
}

.views-field-body .field-content p {
line-height:1.2em;
padding-bottom:15px;
margin-top:-3px;
}


/*
#####################################
#	ContentBlok (rood)				#
#####################################
*/


#contentBlokHeader h2 {
	color: #000000;
}

#contentInhoud {
padding:10px;
}

/*
#####################################
#	Homepage content				#
#####################################
*/

#logoHome {
background:url('images/logoHomepage.png') no-repeat top left;
width:75px;
height:40px;
padding-bottom:15px;
}

#logoNHG {
	background:url('images/keurmerk_st_npa_nhgpa_rgb.png') no-repeat top left;
	background-size: contain;
	width:160px;
	height:280px;
	margin-top:20px;
	float:right;
}
#logoOPEN {
	background: url('images/OPEN-eerstelijn-logo-transparant.png') no-repeat top left;
	background-size: contain;
	width: 237px;
	height: 71px;
	margin-top: 20px;
	margin-right: 30px;
	float: right;
}


/*
#####################################
#	nieuwsoverzicht (blauw)(pagina)	#
#####################################
*/

#nieuwsoverzichtHeader {
background:url('images/nieuwsoverzichtHeader.jpg') no-repeat top left;
width:620px;
height:40px;
}

#nieuwsOverzichtsPagina {
background-color:#C8D5DE;
width:580px;
padding:10px;
padding-right:30px;
}


/*
#####################################
#	Links pagina					#
#####################################
*/

.node-type-linkspagina #contentInhoud a {
display:block;
font-size:1.4em;
margin-bottom:15px;
color:#1A3846;
}

.node-type-linkspagina #contentInhoud a:hover {
color:#33647F;
}

/*
#####################################
#	over ons pagina					#
#####################################
*/

.node-type-overons .arts {
overflow:hidden;
padding:15px;
background: #F3F6F7;
margin-bottom: 20px;
}

.node-type-overons .foto {
float:left;
padding-right:20px;
}

.node-type-overons .detailsWrapper {
float:left;
width:190px;
}

.node-type-overons .detailsWrapper p, 
.node-type-overons .detailsWrapper span {
font-size:1.2em;
}

.node-type-overons .naam {
float:left;
}

.node-type-overons .dag {
float:left;
width:75px;
margin-top:-5px;
}

.node-type-overons .tijden {
float:left;
width:100px;
margin-top:-5px;
}

/*
#####################################
#	webform							#
#####################################
*/

.node-type-webform #kolomLinks form {
background-color:#F1F5F6;
color: #fff;
padding:10px;
}

.node-type-webform #contentInhoud {
	background-color:#F1F5F6;
}

.node-type-webform h2 {
	font-size: 24px;
}
.form-text {	
width:215px;
height:23px;
border:none;
padding-left:10px;
padding-right:10px;
}

.form-textarea {
width:323px;
height:77px;
border:none;
padding:10px;
resize:none;
font-family:arial;
}

.textarea-identifier {
display:none;
}

.node-type-webform #contentBlok {
	margin-left: 0;
}

.node-type-webform .form-item label {
color:#1F1F1F;
font-size:1.6em;
font-weight:normal;
display:block;
padding-left:2px;
padding-bottom:2px;
}

.node-type-webform input, textarea{
	border: 1px solid #cdcdcd !important;
	border-radius: 5px;
-webkit-box-shadow: 0px 2px 9px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 2px 9px -2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 9px -2px rgba(0,0,0,0.25);
}

.node-type-webform  .edit-actions input{
	border: none;
}

.form-submit {
background:url('images/submitBtn.png') no-repeat top left;
width:105px;
height:23px;
border:none;
color:white;
font-size:1.6em;
font-weight:normal;
}

.node-type-webform {
/* 	margin-left:240px; */
}

.form-submit:hover {
cursor:pointer;
background-position:left -100px;
}

.form-submit:active {
cursor:pointer;
background-position:left -200px;
}



/*
######################################
##	Appointment						##
######################################
*/


/* Home
-----------------------------------------------------*/
.page-appointment h2 {
	color: #3B7392;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}


/* Rechtermenu
-----------------------------------------------------*/
.page-appointment table {
	width: 100%;
}
.page-appointment table th {
	font-size: 1.2em;
}

.page-appointment .btn {
	background:url('images/btn.png') no-repeat top left;
	display: block;
	width:180px;
	height:23px;
	color:white;
	font-size:1.33333em;
	padding: 6px 10px;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	
}
.page-appointment .btn:hover {
background-position:left -100px;
}

.page-appointment .btn:active {
background-position:left -200px;
}


/* Rechtermenu
-----------------------------------------------------*/
#kolomRechts {
	margin-top: 20px
}
#kolomRechts .block-menu {
	font-size: 1.2em;
}
#kolomRechts .block-menu h2 {
	color: #3B7392;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}



/*
######################################
##	Calendar						##
######################################
*/
.calendar-calendar div.date-nav {
	padding: 10px;
}
.calendar-calendar td.calendar-agenda-items {
	border: 1px solid #CCCCCC;
}
.calendar-calendar .inner {
	min-height: 0;
}
.calendar-calendar th.days {
	font-size: 1.1em;
}

.calendar-calendar div.date-nav a {
	background: #3B7392;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
}
.calendar-calendar div.date-nav a:hover {
	background: #468BB4;
	text-decoration: underline;
}

.calendar-calendar .week-view td.date {
	background-color: #EEEEEE;
	font-size: 1.1em;
	text-align: center;
}
.calendar-agenda-items .hour {
	display: block;
	padding: 6px 0;
	text-align: center;
	width: 100%;	
}
.calendar-agenda-items .hourUnavailable {
	color: #bbb;
}

#legenda {
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 10px;
}
#legenda p {
	color: #777;
}




/*
#####################################
#	routebeschrijving				#
#####################################
*/

.paddingBottom {
padding-bottom:20px;
}

#routeHeader {
width:620px;
height:40px;
margin-bottom: 15px;
}

#routeHeader h2 {
color: #000000;	
}

#cropper {
width:620px;
height:274px;
}

#printBtnWrapper {
display:none;
}

#routeplanWrapper {
width:610px;
padding-top:15px;
padding-left:10px;
overflow:hidden;
padding-bottom:15px;
background: #F1F5F6;
margin-top: 25px;
}

#directionsPanel {
width:580px;
padding-left:20px;
padding-right:20px;
background: #F1F5F6;
padding-bottom: 10px;
}

#vertrekpunt {
border:none;
border: 1px solid #CDCDCD;
border-radius: 5px;
width:211px;
padding-top:4px;
padding-left:12px;
padding-right:12px;
color:#224457;
float:left;
    padding: 10px 5px;
    font-size: 1.6em;
    margin-top: 5px;
}

.focus {
background-position:left -100px !important;
}

.noFocus {
background-position:0 0 !important;
}

#planRoute {
float:left;
margin-left:20px;
}

#printBtn {
float:left;
margin-left:70px;
}

/*
#####################################
#	route direction panel			#
#####################################
*/

.adp-placemark {
margin:0;
padding:0;
background:none;
border:none;
}

td.adp-text {
font-family:ITC Garamond Std;
font-size:1.8em;
font-weight:bold;
padding-left:10px;
}

.adp-summary {
font-weight:normal;
padding-top:10px;
padding-left:20px;
padding-bottom:10px;
font-style:italic;
font-size:1.8em;
font-family:ITC Garamond Std;
}

.adp-substep {
border-color:white;
}















a.buttonGroot {
    text-align: center;
    text-decoration: none;
    font-size: 1.7em;
    padding-top: 2px;
    font-weight: normal;
    color: white;
    display: block;
    background: #2C556F;
    border-radius: 5px;
    padding: 10px 20px;

}

a.buttonGroot:hover {
cursor:pointer;
background-position:left -100px;
}

a.buttonGroot:active {
cursor:pointer;
background-position:left -200px;
}

a.buttonKlein {
background:url('images/buttonklein.png') no-repeat top left;
width:114px;
height:23px;
text-align:center;
text-decoration:none;
font-size:1.5em;
padding-top:2px;
font-weight:normal;
color:white;
}

a.buttonKlein:hover {
cursor:pointer;
background-position:left -100px;
}

a.buttonKlein:active {
cursor:pointer;
background-position:left -200px;
}

.fa-angle-down ,.fa-angle-up {
	font-size: 28px;
    float: right;
    margin-top: -4px;
}

.fa-angle-up {
	display: none;
}

.mobile-contact, .mobile-menu, .mobile-search{
	display: none;
}

@media (max-width: 768px) { 
	.kolomGeelSeperator .body {
		display: none;
	}

	#kolomGeelBottom .kolomGeelSeperator {
		margin-bottom: 0;
	}

	#kolomGeelBottom span {
		padding: 17px;	
	}

	#menuBalk {
		display: none;
		height: auto;
	}

	#logo {
	    background-size: contain;
    	width: 53%;
    	height: 32px;
	    float: right;
	}

	#headerContact {
		display: none;
	}

	.mobile-menu, .mobile-search {
		display: block;
		float: left;
    	text-align: center;
    	font-size: 14px;
    	color: #346079;
    	margin-left: 10px;
    	margin-top: 10px;
	}

	#hoofdmenu ul {
		height: auto;
		margin-left: -15px;
    	margin-right: -15px;
	}

	#hoofdmenu ul li {
		float: none;
		height: auto;
		border-bottom: 1px solid #FFF;
	}

	#hoofdmenu ul li a {
		height: auto;
		padding: 13px 0 13px 15px;
		border:none;
	}

	#headerContact {
		width: 100%;
    	padding: 20px;
    	margin: 0;
    	background: #346079;
	}

	#headerContact .block-search {
	    width: 100%;
    	margin: 0;
	}

	#headerContact input {
		width: 90%;
	}

	.mobile-contact {
		display: block;
	}

	.mobile-contact .kolomGeelSeperator {
		width: 50%;
		float: left;
		background: #FFECB3;
	}

	.mobile-contact #spoednummer {
		background: #FFECB3;
	}

	.mobile-contact .fa-phone-square {
	    font-size: 39px;
    	float: left;
    	color: red;
	}

	.mobile-contact .number{
    	float: left;
    	margin-left: 10px;
	}

	.mobile-contact #spoednummer {
		padding-left: 0;
	}

}




/*
** Common declarations for child classes of node, comment, block, box etc
*/
.error, form-item input.error {
	border: 1px solid red;
	color: red;
}


/* Status messages
-----------------------------------------------------*/
.messages {
	font-size: 1.6em;
	margin: 20px 0;
	padding: 15px;
}
div.status {
	background: #D7FFAF;
	border: 1px solid #006600;
	color: #006600;
}
div.error {
	background: #FFB2B1;
	border: 1px solid #8C0000;
	color: #8C0000;
	padding: 15px;
}

