/* =========================================================================
Gemeente Zutphen 08-2020
Ontwerp en ontwikkeling door Kommotiv ~ creative communicatie
Copyright © 2020 Kommotiv
post@kommotiv.nl
https://www.kommotiv.nl
========================================================================== */

/* ======================== Algemene Stylen ==============================*/
body {
	color: #000000;
	font-family: 'calibri', sans-serif; 
	font-size: 16px;
	line-height: 170%;

}
body.navbar-is-fixed-top {
    margin-top: 80px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1C3971;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 20px;
	font-weight: 400;
}
h3 {
	font-size: 16px;
	font-weight: 400;
}
h4 {
	font-size: 14px;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	font-weight: 400;
}
h6 {
	font-size: 14px;
	font-weight: 400;
}
p {
	font-family: 'calibri', sans-serif;
	font-size: 16px;
	line-height: 170%;
	margin: 0 0 20px;
}
em {
	font-family: 'calibri', sans-serif;
	font-style: italic;
}
strong {
	font-weight: 600;
}
.dialog-off-canvas-main-canvas {
    overflow: hidden;
}
.no-gutters {
  	margin-right: 0;
  	margin-left: 0;
}
input::placeholder {
	color:#757575 !important;
	opacity: 1;
}
:-ms-input-placeholder { 
  color: #757575;
}

::-ms-input-placeholder { 
  color: #757575;
}
.menupagina.full.clearfix p:last-child, .menupagina-submenu-.full.clearfix p:last-child {
    margin-bottom: 10px;
}
/* ======================== Focus ============================ */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline-offset: 2px;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    border: 0px;
}
/* ======================== Alert ============================ */
.alert {
	border-radius: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 1px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
/* ======================== Logo ============================== */
.navbar-brand > img {
	height: 80px;
}
.navbar-brand {
	height: 80px;
	padding: 0 15px;
}
.logo img {
    height: 50px;
    width: auto;
}
.path-frontpage .logo.navbar-btn.pull-left {
    background: url(../images/logo-background.svg);
    background-repeat: no-repeat;
    padding-right: 0px;
    margin: 0 auto 0 15px !important;
    transition: all 0.7s ease;
    
}
.path-frontpage .logo img {
    height: 155px;
    width: auto;
    padding: 20px;
    transition: all 0.7s ease;
}
.logo.navbar-btn.pull-left {
	float: inherit;
	margin-right: auto;
}
.path-frontpage .logo.navbar-btn.pull-left.shrink {
	transition: all 0.7s linear;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	margin-left: 0px !important;
	margin-right: auto;
}
.path-frontpage .logo.navbar-btn.pull-left.shrink img {
	height: 50px;
    width: auto;
    padding: 0;
    transition: all 0.7s ease;
}
@media (max-width: 767px) {
	.navbar .logo {
		padding-left: 0px;
	}
	.path-frontpage .logo.navbar-btn.pull-left {
		margin-left: 50px;
	}
	.path-frontpage .logo img {
	    height: 110px;
	    width: auto;
	    padding: 20px;
	}
}
/* ======================== Links ============================= */
.fa-ext.extlink .fa {
    font-size: 12px;
    margin-left: 5px;
    color: white !important;
}
.main-container article .fa-ext.extlink .fa {
	color: #1C3971 !important;
	margin-right: 5px;
}
/* ======================== Navigation ======================== */
body.navbar-is-fixed-top {
  margin-top: 0;
  padding-top: 70px;
}
.region.region-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.navbar {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	margin-bottom: 0px;	
}
.navbar-default {
	background-color: #fff;
}
.navbar-nav {
	margin-top: 0px;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #333;
}
.navbar-default .navbar-nav > li > a {
	background: none;
	color: black;
	padding: 1em;
	margin-top: 14px;
	margin-bottom: 14px;
	box-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: transparent;
	color: #1C3971;
	text-decoration: underline;
}
.navbar-default .navbar-nav > .active > a { 
	color:#1C3971;
	background-color: transparent;
	text-decoration: underline;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #1C3971;
}
.navbar-default .navbar-nav > .active > a:hover {
	color: #1C3971;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
}

@media (max-width: 767px) {
	.region.region-navigation {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-default .navbar-nav > li > a {
		margin-top: 10px;
		margin-bottom: 10px;
	}	
}
/*
@media (min-width: 768px) {
	.navbar-nav {
		float: right;
	}
}*/
.navbar-default .navbar-toggle {
	border-color: white;
	background: #1C3971;
	border-radius: 0px;
	padding: 12px 13px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-default .navbar-toggle:hover {
	background-color: #8DBF20;
}
}
/* ======================== Search in Navbar ==================== */
@media (min-width: 768px) {
	#block-zichtbaarformulierzoekenpage-1-2 {
		float: right;
	}
}
@media (max-width: 991px) {
	header .form-item.js-form-item.form-type-search-api-autocomplete.js-form-type-search-api-autocomplete.form-item-search.js-form-item-search.form-no-label.form-group.form-autocomplete {
		position: absolute;
		left: -100000px;
		top: -100000px;
	}
}
#block-zichtbaarformulierzoekenpage-1 form label, #block-zichtbaarformulierzoekenpage-1-2 form label, #block-zichtbaarformulierzoekenpage-1-3 form label {
  display: none;
  position: absolute;
  top: -1000px;
  left: -1000px;
}
#block-zichtbaarformulierzoekenpage-1-2 form label {
  display: none;
  position: absolute;
  top: -1000px;
  left: -1000px;
}
button#edit-submit-zoeken .btn-label, button#edit-submit-zoeken--2 .btn-label, button#edit-submit-zoeken--3 .btn-label {
  display: none;
  position: absolute;
  left: -1000px;
  top: -1000px;
}
#block-zoekveld #search-block-form {
	padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 18px;
    margin-bottom: 18px;
}
#block-zoekveld #search-block-form button {
	border:0;
	background: transparent;
	padding: 0;
	margin-left: 10px;
}
#block-zoekveld #search-block-form input {
	border: 2px solid #1C3971;
	border-left:0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
}
i.zoeken {
	display: inline-block;
}
button#edit-submit-zoeken i::before, button#edit-submit-zoeken--2 i::before, button#edit-submit-zoeken--3 i::before {
  content: url(../images/icon-zoeken.svg);
  display: inline-block;
  width: 20px;
}
#block-zoekveld #search-block-form { 
	padding-top: 0;
	padding-bottom: 0;
	margin-right: -15px;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 300px;
}
#block-zoekveld #search-block-form .form-item {
	display: block;
	margin-bottom: 0 !important;
	vertical-align: middle;
}
@media (max-width: 767px) {
	#block-zoekveld {
		display: none;
		position: absolute;
		left: -10000px;
		top: -100000px;
	}
	#block-zoekenlinkmobiel button {
    	border: 0;
    	background: transparent;
    	padding: 22px 15px;
    	height: 70px;
	}
}
@media (min-width: 768px) {
	.region.region-navigation-collapsible {
    display: flex;
    flex-wrap: wrap;
    float: right;
}
}

/* ======================== Alert Module (homepage) ================ */
.view-alert-block {
	background:#1C3971;
	padding: 15px 0 20px 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 1px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.view-alert-block .views-field.views-field-title {
	font-size:20px;
	color: white;
	font-weight: 600;
}
.view-alert-block .views-field.views-field-body p {
	font-size:14px;
	color: white;
	font-weight: 300;
	line-height: 100%;
}
@media (max-width: 767px) {
	.view-alert-block {
		padding-top: 50px;
	}
}
/* ======================== Jumbotron ========================== */
.jumbotron {
	background-color: #F9F9F9;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	
}
#block-homepageafbeelding {
	position: relative;
}
@media (min-width: 1920px) {
	#block-homepageafbeelding img {
		width: 100%;
	}
	#block-views-block-jumbotron-menupagina-s-block-1 img {
    width: 100%;
	}
}
/* ======================== Slider ========================== */
.owl-nav {
    position: absolute;
    top: 48%;
    width: 100%;
}
.owl-nav span {
    font-size: 50px;
    color:#1c3971;
}
.owl-next {
	right: 25px;
	position: absolute;
	background: white !important;
	border-radius: 120px;
	width: 40px;
	height: 40px;
}
.owl-prev {
	left: 25px;
	position: absolute;
	background: white !important;
	border-radius: 120px;
	width: 40px;
	height: 40px;

}
.owl-nav .owl-prev:hover span,
.owl-nav .owl-next:hover span {
	color:#fff;
}
.owl-next:hover, .owl-prev:hover {
	background: #598005 !important;
}
@media (max-width: 991px) {
	.owl-nav {
		position: absolute;
		left: -10000px;
		top: -10000px;
		display: none;
	}
}
/* =================== Search Blok (Homepage) ================ */
.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 {
	background: white;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 1px 2px 10px 0 rgba(0, 0, 0, 0.2);
	display: block;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
   	position: relative;
	top: -75px;
	width: 60%;
	z-index: +1000;
}
.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 form {
	margin-bottom: 15px;
}
.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 input {
    border: 2px solid #549692;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    height: 52px;
   	width: 568px;
}
.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 input:focus {
	border-color: #1C3971;
}
.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 button {
	background-color: #549692;
	border-color: #549692;
	height: 52px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 15px;
	width: 52px;
	color: #000 !important;
}
.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 button i.zoeken::before {
	content: url(../images/icon-zoeken-white.svg);
	width: 20px;
}
.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 button:hover {
	background-color: #579e97;
	border-color:#579e97;
}
@media (max-width: 1199px) {
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 input {
		width: 448px;
	}
}
@media (max-width: 991px) {
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 input {
		width: 316px;
	}
}
@media (max-width: 767px) {
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 {
		margin-bottom: -60px;
		top: -40px;
		width: inherit;
		margin-left: 15px !important;
		margin-right: 15px !important;
		position: relative;
	}
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 form {
		margin-bottom: 0;
	}
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 input {
		width:100%;
	}
	.path-frontpage .form-group {
    	margin-bottom: inherit;
	}
	.path-frontpage .button.js-form-submit.form-submit.btn-default.btn {
		margin-top: inherit;
	}
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 form .form-item {
		width: 85%;
	}
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 form .form-item .input-group {
    	position: inherit;
    	display: inherit;
    	border-collapse: inherit;
	}
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 form .form-actions.form-group.js-form-wrapper.form-wrapper {
		width: 15%;
	}
}
@media (max-width: 545px) {
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 {
		top: -20px;
		margin-bottom: -40px;
	}
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 form .form-item {
		width: 80%;
	}
}
/* =================== Toptaken (Homepage) ================== */
.path-frontpage .main-container {
	background-color: #8DBF20;
	/* background-image: url(../images/home-bg.svg);*/
	background-repeat: no-repeat;
	background-position: -2px bottom;
	background-size: 101% auto;
	width: 100%;

}
.path-frontpage .page-header {
	position: absolute;
	left: -10000px;
	top: -100000px;
}
.view-homepage-toptaken {
	margin:50px 0;
}
.toptaak-block .inner {
	background-color: #fff;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 1px 4px 10px 0 rgba(0, 0, 0, 0.2)
}
.toptaak-block .inner:hover {
	background-color:#1C3971;
}
.toptaak-block .inner:hover a {
	color:#fff;
}
.toptaak-block {
	margin-bottom: 10px;
	z-index: 1;
}
.toptaak-block .inner img {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.views-field-field-icoon {
	position: absolute;
	width: 100%;
	margin:0 auto;
	pointer-events: none;
	top: 2em;
}
.views-field-field-icoon-hover {
	position: absolute;
	width: 100%;
	margin:0 auto;
	pointer-events: none;
	top: 2em;
	display: none;
}
.toptaak-block .inner:hover .views-field-field-icoon {
	display: none;
}
.toptaak-block .inner:hover .views-field-field-icoon-hover {
	display: inherit;
}
.views-field-field-toptaak-link a {
    box-sizing: border-box;
    color:#1C3971;
    display: inline-block;
    font-size: 16pt;
	font-weight: 700;
	margin: 0;
	padding: 6.6em 1em 1.5em;
	text-decoration: none;
	width: 100%;
}
.view-homepage-toptaken .view-footer {
    text-align: center;
    position: relative;
}
.btn.btn-atotz {
	background-color: #549692;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 1px 4px 10px 0 rgba(0, 0, 0, 0.2);
	color: white;
	font-size: 14pt;
	font-weight: 700;
	padding: 1.5em 2em 1.5em 2em;
	width: 100%;
}
.btn.btn-atotz:hover {
	background-color: #579e97;
}
@media (max-width: 767px) {
	.views-field-field-icoon, .views-field-field-icoon-hover {
		position: absolute;
    	width: 100%;
    	top: 1.3em;
    	margin:0 auto;
    	margin-left: 1.5em;
    	pointer-events: none;
	}
	.toptaak-block .inner img {
		width: 40px;
		height: 40px;
		margin:inherit;
	}
	.views-field-field-toptaak-link a {
		padding: 1.5em 1em 1.5em 4.5em;
		text-align: left;
		font-weight: 600;
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.views-field-field-toptaak-link a {
		padding: 1.5em 1em 1.5em 5.5em;
		text-align: left;
		font-weight: 600;
		font-size: 14px;
	}
}
/* ======================== Meer in Zutphen (Homepage) =================== */
#block-views-block-meer-in-zutphen-block-block-1 {
	margin-top: 30px;
}
.path-frontpage .below-content {
    position: relative;
    background-image: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px auto;
    padding: 70px 0 45px 0;
}
.meer-in-zutphen-block {
	float: left;
	position: relative;
	text-align: center;
}
.meer-in-zutphen-block .inner {
	background: #1C3971;
	margin-bottom: 30px;
}
.meer-in-zutphen-block .inner p {
	color: white;
	font-size: 14pt;
	padding: 10px;
	display: block;
}
.meer-in-zutphen-block a:hover {
	text-decoration: none;
}
.meer-in-zutphen-block a:hover .inner,
.meer-in-zutphen-block a:hover .inner blockquote {
	background: #598005;
}
.meer-in-zutphen-block a:hover .inner p {
	color: #fff;
	text-decoration: none; 
}
.meer-in-zutphen-block blockquote {
	background: #1C3971;
	color: white;
	border: 0;
	font-size: 22px;
	height: 198px;
	margin: 0;
	padding: 70px 75px;
}
@media (max-width: 1200px) {
	.meer-in-zutphen-block blockquote {
		padding: 55px 75px;
		height: 162px;
	}
}
@media (max-width: 991px) {
	.meer-in-zutphen-block {
		float: inherit;
	}
	.path-frontpage .below-content {
		background: inherit;
	}

}

/* ======================== Breadcrumbs ========================= */
.breadcrumbs {
	background: #1C3971;
	margin-bottom: 30px;
}
.breadcrumb {
    background:none;
    border-radius: 0px;
    color: white;
    font-weight: 300;
	list-style: none;
	margin-bottom: 0;
	margin-top: 5px;
    padding: 15px 0px;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #fff;
    content: "|";
}
.breadcrumb a {
	color: white;
}
.breadcrumb > .active {
    color: #fff;
}
/* ======================== A tot Z ============================ */
.view.view-van-a-tot-z .view-header {
    float: right;
    display: flex;
	position: absolute;
	top: 10px;
	right: 0;
	right: calc((100% - 1170px) / 2);
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.view.view-van-a-tot-z .view-header.vast {
	position: fixed;
	top: 0;
	bottom: 0;
}
.view.view-van-a-tot-z .view-header .view-content {
	width: 50px;
}
.view.view-van-a-tot-z .view-header a {
	font-family: 'calibri', sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.view.view-van-a-tot-z .view-header a:hover {
	font-size: 30px;
	color:#1C3971 ;
	text-decoration: none;
}
.view.view-van-a-tot-z .view-header a:focus {
	outline-offset: 4px;
}
.view.view-van-a-tot-z .view-content h2 {
	font-weight: 500;
	font-size: 26px;
	font-family: 'calibri', sans-serif;
	margin-top: 20px;
}
.view.view-van-a-tot-z .view-content h2:first-child {
	margin-top: 10px;
}
.view.view-van-a-tot-z .views-field.views-field-title a {
	display: block;
	font-family: 'calibri', sans-serif;
	font-size: 18px;
	padding: 10px 0;
	text-decoration: underline;
	width: 85%;
	color: #0A51CD;
}
.view.view-van-a-tot-z .views-field.views-field-title a:hover, .view.view-van-a-tot-z .views-field.views-field-title a:focus {
	color: #23527c;
}
@media (max-width: 1200px) {
	.view.view-van-a-tot-z .view-header {
		right: calc((100% - 970px) / 2);
	}
}
@media (max-width: 991px) {
	.view.view-van-a-tot-z .view-header {
		right: calc((100% - 750px) / 2);
	}
}
@media (max-width: 767px) {
	.view.view-van-a-tot-z .view-header {
		right: 0;
	}
}

/* ======================= Category page ====================== */
.view.view-gerelateerde-items a:focus,
.view.view-gerelateerde-items-subcategorie a:focus {
	outline-offset: 4px;
}
.view.view-gerelateerde-items article.taak,  
.view.view-gerelateerde-items-subcategorie article.taak {
	background: #1C3971;
	margin: 20px 0;
	padding: 20px 40px;
	min-height: 190px;
	position: relative;
}
.view.view-gerelateerde-items a:hover,
.view.view-gerelateerde-items-subcategorie a:hover {
	text-decoration: none !important;

}
.view.view-gerelateerde-items article.taak:hover, 
.view.view-gerelateerde-items-subcategorie article.taak:hover {
	background: #598005;

}
.view.view-gerelateerde-items article.taak p, 
.view.view-gerelateerde-items article.taak a,
.view.view-gerelateerde-items article.taak h2,
.view.view-gerelateerde-items article.taak,
.view.view-gerelateerde-items-subcategorie article.taak p, 
.view.view-gerelateerde-items-subcategorie article.taak a,
.view.view-gerelateerde-items-subcategorie article.taak h2, 
.view.view-gerelateerde-items-subcategorie article.taak  {
	color: white;
}
.view.view-gerelateerde-items article.taak h2, 
.view.view-gerelateerde-items-subcategorie article.taak h2 {
	font-size: 20px;
	font-weight: 600;
}
.view.view-gerelateerde-items article.taak p, 
.view.view-gerelateerde-items article.taak,
.view.view-gerelateerde-items-subcategorie article.taak p,
.view.view-gerelateerde-items-subcategorie article.taak {
	line-height: 150%;
	font-size: 16px;
}
.view.view-gerelateerde-items article.taak p.readmore,
.view.view-gerelateerde-items-subcategorie article.taak p.readmore {
	bottom: 20px;
    position: absolute;
    right: 40px;
    text-align: right;
}
.view.view-gerelateerde-items article.taak p.readmore::before,
.view.view-gerelateerde-items-subcategorie article.taak p.readmore::before {
	content: url(../images/icon-chevron-right-white.svg);
	width: 6px;
	display: inline-block;
	margin-right: 5px;
}
@media (max-width: 1200px) {
	.view.view-gerelateerde-items article.taak .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item,
	.view.view-gerelateerde-items-subcategorie article.taak .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
		margin-bottom: 25px;
	} 
}
@media (max-width: 991px) {
	.view.view-gerelateerde-items article.taak,
	.view.view-gerelateerde-items-subcategorie article.taak {
		margin:30px 0 0 0;
	}
}


/* ======================== Article ============================ */
.page-header {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
article h2 {
	margin:20px 0 5px 0;
}
article h3, article h4, article h5 {
	margin:15px 0 5px 0;
}
article p {
	margin:0 0 15px;
}
article a {
	text-decoration: underline;
	color: #0A51CD;
}
article p + ul, article p + ol {
	margin-top: -15px;
}
article ul {
	font-family: 'calibri', sans-serif;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 1.5em;
}
article ul li::before {
    content: "\2022";
    padding-right: .95em;
    color: #1C3971;
    margin-left: -1.5em;
}
article ul li p,
article ol li p {
    display: inline;
}
article ul li ul {
	padding-left: 20px;
	margin: 0;
}
article ul li ul li::before {
    color: #598005;
}
article ol {
	font-family: 'calibri', sans-serif;
    list-style: none;
    counter-reset: li;
    padding-left: 1.5em;
}
article ol li {
    counter-increment: li;
}
article ol li::before {
    content: counter(li);
    color: #1C3971;
    display: inline-block;
    width: 1em;
    margin-left: -1.25em;
}
article ol ul li::before {
    content: "\2022";
    padding-right: 8px;
    color: #1C3971;
    margin-left: -15px;
}
article table {
	border:0px;
	font-family: 'calibri', sans-serif;
	width: 100%;
	border-bottom: 5px solid #598005;
	margin-top: 20px;
	margin-bottom: 20px;
}
article table thead {
	background: #598005;
	color: white;
	font-size: 18px;
}
article table th {
    font-weight: 600;
}
article table > tbody > tr:nth-of-type(2n+1) {
    background-color: #e6e6e6;
}
article table > thead > tr > th {
    vertical-align: bottom;
}
article table > tbody > tr > td, 
article table > tbody > tr > th,
article table > tfoot > tr > td, 
article table > tfoot > tr > th, 
article table > thead > tr > td, 
article table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
article .content img {
	max-width: 100%;
	height: auto;
}
article figure img {
    max-width: 100%;
	height: auto;
}
article figcaption {
	color: #1C3971;
	font-size:14px;
	font-family: 'calibri', sans-serif;
}
article blockquote {
	padding: 0px 15px;
	margin: 0 0 20px;
	font-size: 19px;
	border-left: 5px solid #1C3971;
}
article blockquote p {
	font-size: 18px;
	color: #1C3971;
}
article blockquote p:last-child {
	color: #1C3971;
	font-size: 16px;

}
article blockquote p:last-child:before {
	content: "–";
	padding-right: 10px;
	font-weight: bold;
}
/* =============== Call To Action Buttons next to Taak Node =============== */
.btn {
	border-radius: 0;
}
.btn-extra-cta {
	background: #1C3971;
	border: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 1px 2px 10px 0 rgba(0, 0, 0, 0.2);
	color: #fff !important;
	display: block;
	font-family: 'calibri', sans-serif;
	font-size: 16px;
	margin-bottom: 1em;
	padding: 1em;
	text-align: left;
	transition: padding 300ms ease;
}
.btn-extra-cta:hover {
	color: white;
	padding-right: .5em;
	transition: padding 300ms ease;
}
.btn-extra-cta:after {
	content: url(../images/icon-arrow.svg);
	float: right;
	width: 20px;
}
.btn-extra-cta-2 {
	background: #598005;
	border: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 1px 2px 10px 0 rgba(0, 0, 0, 0.2);
	color: #fff !important;
	display: block;
	font-family: 'calibri', sans-serif;
	font-size: 16px;
	margin-bottom: 1em;
	padding: 1em;
	text-align: left;
	transition: padding 300ms ease;
}
.btn-extra-cta-2:hover {
	color: white;
	padding-right: .5em;
	transition: padding 300ms ease;
}
.btn-extra-cta-2:after {
	content: url(../images/icon-arrow.svg);
	float: right;
	width: 20px;
}
/* ===================== Uitklappers ======================= */
.field.field--name-field-uitklappers {
	margin: 20px 0 15px 0;
}
.ui-accordion .ui-accordion-header {
	position: relative !important;
	width: 100%;
	font-family: 'calibri', Arial;
	font-size:18px;
	color: white;
	border-radius: 0;
	border-color:#1C3971;
	background: #1C3971;
	padding:1.25em .5em;
}
.ui-accordion .ui-accordion-header {
	margin-top: 20px;
}
.ui-accordion .ui-accordion-header:first-child {
	margin-top: 0px;
}

.ui-accordion .ui-accordion-content {
	border-color:#1C3971;
	color: #000;
	border-radius: 0;
	padding:1em 1.5em;
}
.ui-accordion .ui-accordion-content p:last-child {
	margin-bottom: 20px;
}
span.ui-accordion-header-icon {
	display: none;
	position: absolute;
	left: -100000px;
	top:-100000px;
}
.ui-accordion .ui-accordion-header {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAH2mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wMy0wOFQxMTozNzoyMSswMTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDktMjhUMTE6MzE6MzErMDI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDktMjhUMTE6MzE6MzErMDI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YzYzZWFmYWItZWIyOC00OWM4LWI4NTctNGY3N2Y5ZDVjZDE0IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTliZmI5MmUtOGIyMi03YjQ4LWE5ZWUtM2RjNWZmOGJjM2FjIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MTUxOGRmMTMtNzEyNi00YzU1LWE5NmEtZTY2OTczYTE5NmE5IiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjkiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSIxNCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTUxOGRmMTMtNzEyNi00YzU1LWE5NmEtZTY2OTczYTE5NmE5IiBzdEV2dDp3aGVuPSIyMDE4LTAzLTA4VDExOjM3OjIxKzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NGRmZGFkN2MtNmNkMS00NDA3LWEwNDAtNmU5ZTVhYTVhZmE4IiBzdEV2dDp3aGVuPSIyMDIwLTA5LTI4VDExOjMxOjMxKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzYzZWFmYWItZWIyOC00OWM4LWI4NTctNGY3N2Y5ZDVjZDE0IiBzdEV2dDp3aGVuPSIyMDIwLTA5LTI4VDExOjMxOjMxKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50kdKGAAAATElEQVQokY3OQQrAQAhD0e/Q+1853YwgmkqzceGDJCRxIyAwOQXUa1HNgIl6jRxaYa+z0G0a8M/w6GiAXmdBRZ8g0QoSxQYAnu2ZeQHUChAbQD8+/gAAAABJRU5ErkJggg==) no-repeat scroll 95% center;
    background-color: #1C3971;
    border-bottom: 0px;
    padding-left: 20px;
}
.ui-accordion .ui-accordion-header:hover, .ui-accordion .ui-accordion-header.ui-state-active {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAACXBIWXMAAAsTAAALEwEAmpwYAAAG/WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wMy0wOFQxMTozNzoyMSswMTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDktMjhUMTE6MzQ6MDIrMDI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDktMjhUMTE6MzQ6MDIrMDI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjdlNWFhMzEtZWI4My00NzBmLWJmOWYtY2NiNWM0OGY3OTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmM1MGExYmRkLWEzZTQtNGE0OS1hMWZlLWFmNmQxOWFkOGU3ZSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmM1MGExYmRkLWEzZTQtNGE0OS1hMWZlLWFmNmQxOWFkOGU3ZSIgdGlmZjpPcmllbnRhdGlvbj0iMSIgdGlmZjpYUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOllSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiIGV4aWY6Q29sb3JTcGFjZT0iNjU1MzUiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxNCIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjkiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmM1MGExYmRkLWEzZTQtNGE0OS1hMWZlLWFmNmQxOWFkOGU3ZSIgc3RFdnQ6d2hlbj0iMjAxOC0wMy0wOFQxMTozNzoyMSswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjI3ZTVhYTMxLWViODMtNDcwZi1iZjlmLWNjYjVjNDhmNzk3MSIgc3RFdnQ6d2hlbj0iMjAyMC0wOS0yOFQxMTozNDowMiswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jXc/3QAAAElJREFUKJGVjkEOwEAIAkf//2d6amItulkvRmTQkMRFCQiALMIpQbVnAyb4p+d7ejH1+fPqBFuoghts97ktN72DzmTDHFjN0wc8MCAQD90I9MkAAAAASUVORK5CYII=) no-repeat scroll 95% center;
	background-color: #1C3971;
}
@media (max-width: 767px) {
	.ui-accordion .ui-accordion-header {
		margin-top: 15px;
		font-size: 16px;
		padding-left: 15px;
		background-position: 96%;
	}
	.ui-accordion .ui-accordion-header:hover, .ui-accordion .ui-accordion-header.ui-state-active {
		background-position: 96%;
	}
}
/* ===================== Search Results ======================= */
.search-result {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.search-result strong {
	background-color: #FFFFCC;
}
.search-result h3 {
	margin-bottom: 5px;
}
.search-result p {
	color: #333;
}
.search-result p.url {
	color: #337ab7;
	margin-bottom: 5px;
}
.search-result a:hover p {
	text-decoration: none !important;
}
.main-container #search-form  {
	width: 33%;
}
.main-container #search-form input {
	border: 2px solid #003698;
	border-left:0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
}
.main-container #search-form button {
    border: 0;
    background: transparent;
    padding: 0;
    margin-left: 10px;
}
@media (max-width: 767px) {
	.main-container #search-form  {
		width: 75%;
}
}

/*==== vanaf hier ===*/
input#edit-search,
input#edit-search--2, 
input#edit-search--3 {
	border: 2px solid #003698;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
}
input#edit-search:focus,
input#edit-search--2:focus, 
input#edit-search--3:focus {
	border-color: #549692;
	}
header input#edit-search,
header input#edit-search--2, 
header input#edit-search--3 {
	width: 220px;
}
.input-group-addon {
    border: 0px;
    background: transparent;
    display: none;
    position: absolute;
	left: -10000px;
	top: -100000px;
}
.input-group-addon .icon {
	color: #003698;
	opacity: 1;
}
/* Suggestion */
.ui-autocomplete {
	border-radius: 0 !important;
	font-family: 'calibri', sans-serif; 
	z-index: 2000;
	position: fixed;
}
.path-frontpage .ui-autocomplete {
	z-index: 2000;
	position: absolute;
}
.search-api-autocomplete-suggestion {
    padding: 5px 10px;
    position: relative;
}
.ui-autocomplete .ui-menu-item {
	padding:0;
}
li.ui-menu-item a {
    position: relative !important;
}
#ui-id-2 {
	position: absolute;
	z-index: 1000;
}
/* /Suggestion */
button#edit-submit-zoeken,
button#edit-submit-zoeken--2,
button#edit-submit-zoeken--3 {
    border: 0;
    background: transparent;
    padding: 0;
    margin-left: 10px;
}
.view.view-zoeken {
	margin-top: 20px;
}
.view.view-zoeken h2 {
	margin-bottom: 20px;
}
.view.view-zoeken .inner {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.view.view-zoeken .inner h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}
.view.view-zoeken .inner h3 a {
	color:#1C3971;
	text-decoration: underline;
}
.view.view-zoeken .inner h3 a:hover {
	color: #23527c;
}
.view.view-zoeken .inner p {
	margin-bottom: 15px;
}
#block-zichtbaarformulierzoekenpage-1-2 form {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: -15px;
    margin-left: 15px;
    margin-top: 24px;
	margin-bottom: 18px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 767px) {
	#block-zichtbaarformulierzoekenpage-1-2 {
		display: none;
		position: absolute;
		top: -10000px;
		left: -10000px;
	}
	#views-exposed-form-zoeken-page-1 .form-item.js-form-item, 
	#views-exposed-form-zoeken-page-1 .form-actions.form-group.js-form-wrapper.form-wrapper {
		float: left;
	}
	.button.js-form-submit.form-submit.btn-default.btn {
		margin-top: 7px;
	}
	.navbar-nav li.last a:after {
		content: url(../images/icon-zoeken.svg);
    	display: inline-block;
   		width: 15px;
   		margin-left: 10px;
	}
}
@media (max-width: 600px) {
	header #block-zichtbaarformulierzoekenpage-1-2 #views-exposed-form-zoeken-page-1 .form-item.js-form-item{ 
	    position: absolute;
	    top: -10000px;
	    left: -10000px;
	    display: none;
	    visibility: hidden;
	}
}
@media (min-width: 768px) {
	.navbar-nav li.last {
		display: none;
		position: absolute;
		top: -100000px;
		left: -100000px;
	}
}
/* ======================== Nieuws ============================= */
.btn.news {
	background: #1c3971;
	display: block;
	color: white;
	width: 150px;
    margin:10px auto 10px auto;
    font-size: 15px;
    padding: 10px 16px;
}
.btn.news:hover {
	background: #598005;
}
.btn.news:focus {
	outline-offset: 0px;
	border: 1px solid transparent;
}

article.nieuws.teaser {
	background: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	font-size: 16px;
	line-height: 150%;
	margin: 20px 0px;
	position: relative;
}
article.nieuws.teaser:hover {
	background: #598005;
	cursor: pointer;
}
article.nieuws.teaser:hover .wrapper-nieuws-content {
	border-color: #598005;
}
article.nieuws.teaser:hover p, article.nieuws.teaser:hover h2 {
	color: white;
}
article.nieuws.teaser:hover p.readmore::before {
	content: url(../images/icon-chevron-right-white.svg);
}
.wrapper-nieuws-afb {
	float: left;
	height: 185px;
	width: 33.333333%;
}
.wrapper-nieuws-content {
	float: left;
	height: 185px;
	width: 66.666666%;
	border-bottom: 8px solid #8DBF20;
}
.wrapper-nieuws-content h2, .wrapper-nieuws-content p {
	padding-left: 20px;
	padding-right: 20px;
}
article.nieuws.teaser h2 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}
article.nieuws.teaser p {
	font-size: 16px;
	line-height: 150%;
}
article.nieuws.teaser p.readmore {
    bottom: 15px;
    position: absolute;
    right: 0px;
    text-align: right;
}
article.nieuws.teaser p.readmore::before{
	content: url(../images/icon-chevron-right.svg);
	width: 6px;
	display: inline-block;
	margin-right: 5px;
}
.pagination > li > a, .pagination > li > span {
	background:transparent;
	border: 0px;
	color: #0A51CD;
}
.pagination > .active > a {
	background:transparent;
	border: 0px;
	color: #23527c;
}
.pagination > .active > a:hover {
	background:none;
	color: #23527c;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background:none;
}
@media (max-width: 1199px) {
	article.nieuws.teaser, .wrapper-nieuws-afb, .wrapper-nieuws-content {
		height: 151px;
	}
}
@media (max-width: 991px) {
	article.nieuws.teaser {
		overflow: hidden;
	}
	.wrapper-nieuws-afb {
		width: 25%;
	}
	.wrapper-nieuws-content {
		width: 75%;
	}
	article.nieuws.teaser, .wrapper-nieuws-afb, .wrapper-nieuws-content {
		height: 180px;
	}
}
@media (max-width: 767px) {
	.wrapper-nieuws-afb, .wrapper-nieuws-content {
		width: 100%;
		height: auto;
	}
	article.nieuws.teaser {
		height: auto;
		margin:20px 100px;
	}
	.wrapper-nieuws-afb img {
		width: 100%;
	}
	article.nieuws.teaser p.readmore {
    	position: relative;
    	text-align: right;
	}
}
@media (max-width: 550px) {
	article.nieuws.teaser {
		height: auto;
		margin:20px 0px;
	}
}
article.nieuws.is-promoted.full p:last-child {
	margin-bottom: 20px;

}
/* Module Nieuws op homepage */
.view-nieuwsberichten-home h1:after {
	border: 1px solid #8dbf20;
	content: " ";
	display: inline-block;
	position: relative;
	top: -5px;
	left: 15px;
	width: 55%;
}
.view-nieuwsberichten-home h1 {
	font-size: 28px;
	font-weight: 400;
}
.path-frontpage .wrapper-nieuws-content,
.path-frontpage .wrapper-nieuws-afb {
	height: 180px;
}
.view-nieuwsberichten-home hr {
	border-top: 2px solid #8dbf20;
	width: 65%;
	float: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.path-frontpage .wrapper-nieuws-content,
	.path-frontpage .wrapper-nieuws-afb,
	.path-frontpage article.nieuws.teaser {
		height:146.5px;
	}
}
@media (max-width: 767px) {
	.path-frontpage .wrapper-nieuws-content,
	.path-frontpage .wrapper-nieuws-afb {
		width: 100%;
		height: auto;
	}
	.path-frontpage article.nieuws.teaser {
		height: auto;
	}
}
/* ======================== Footer ============================= */
footer {
	background-color:#1C3971;
	color: white;
	padding-bottom: 100px !important;
	padding-top: 70px !important;
	font-size: 18px
}
footer h1, footer h2, footer h3, footer h4, footer h6, footer p, footer a {
	color: white
}
footer h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
footer h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
footer p, footer a, footer ul {
	font-weight: 300;
}
footer a {
	text-decoration: underline;
}
footer a:hover {
	color: #8DBF20;
	text-decoration: underline;
}
footer a:focus {
	color: #8DBF20;
	text-decoration: underline;
}
#block-neemcontactop ul  {
	list-style: none;
	padding-left: 0px;
}
#block-neemcontactop ul li {
	list-style: none;
	padding:0 0 15px 35px;

}
li.afspraak::before {
	content: url(../images/icon-afspraak.svg);
	position: absolute;
	margin-left: -35px;
	width: 20px;
}
li.pinpoint::before {
	content: url(../images/icon-pinpoint.svg);
	position: absolute;
	margin-left: -35px;
	width: 20px;
}
li.telefoon::before {
	content: url(../images/icon-telefoon.svg);
	position: absolute;
	margin-left: -35px;
	width: 20px;
}
li.envelop::before {
	content: url(../images/icon-envelop.svg);
	position: absolute;
	margin-left: -35px;
	width: 20px;
}
.facebook::before {
	content: url(../images/icon-facebook.svg);
	display: inline-block;
	margin-right: 0px;
	vertical-align: middle;
	width: 12px;
}
.facebook:hover::before {
	content: url(../images/icon-facebook-hover.svg);
}
.twitter::before {
	content: url(../images/icon-twitter.svg);
	display: inline-block;
	margin-right: 0px;
	vertical-align: middle;
	width: 22px;
}
.twitter:hover::before {
	content: url(../images/icon-twitter-hover.svg);
}
.linkedin::before {
	content: url(../images/icon-linkedin.svg);
	display: inline-block;
	margin-right: 0px;
	vertical-align: middle;
	width: 22px;
}
.linkedin:hover::before {
	content: url(../images/icon-linkedin-hover.svg);
}
.rss::before {
	content: url(../images/icon-rss.svg);
	display: inline-block;
	margin-right: 0px;
	vertical-align: middle;
	width: 22px;
}
.rss:hover::before {
	content: url(../images/icon-rss-hover.svg);
}
#block-socialmedialinks {
    text-align: center;
}
#block-socialmedialinks a span {
    position: absolute;
    top: -10000px;
    left: -10000px;
    visibility: hidden;
}
#block-socialmedialinks a {
	margin: 5px 15px 10px 0;
	display: inline-block;
}
#block-socialmedialinks a:hover {
	outline-offset: 2px !important;
}
#block-zutphen-footer .nav > li > a {
	padding: 0;
}
#block-zutphen-footer .nav > li > a:hover {
	background-color: transparent;
	text-decoration: underline;	
}
#block-zutphen-footer .nav > li > a:focus {
	background-color: transparent;
	text-decoration: underline;
}
#block-zutphen-footer ul li {
	padding:0 0 5px 20px;
}
#block-zutphen-footer li a.is-active {
    color: #8DBF20;
}
#block-zutphen-footer li a.is-active::before {
    content: url(../images/icon-chevron-right.svg);
    position: absolute;
    top: 2.5px;
	margin-left: -20px;
    width: 8px;
}
@media (max-width: 991px) {
	#block-socialmedialinks {
		margin-top: 30px;
	}
	.view-homepage-toptaken {
	   margin: 50px 0 60px;
	}
}
@media (max-width: 767px) {
	#block-zutphen-footer {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#block-zutphen-footer ul li {
    	padding: 0 0 5px 35px;
	}
	#block-zutphen-footer li a.is-active::before {
		margin-left: -30px;
		width: 10px;
	}
}

@media (min-width: 768px) {
	.view-homepage-toptaken .view-footer:before {
	    content: "";
	    min-width: 102vw;
	    padding-bottom: 13.8vw;
	    position: absolute;
	    top: -48px;
	    top: calc(42px - 7vw);
	    left: 50%;
	    transform: translateX(-50%);
	    background: url(https://doorkommotiv2.nl/zutphen/themes/zutphen/images/home-bg.svg) no-repeat center center;
	    background-size: contain;
	    pointer-events: none;
	}
}

