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

/* ======================== Algemene Stylen ==============================*/
html {
	font-size: 16px !important;
}
body {
	color: #000000;
	font-family: 'myriad-pro', sans-serif; 
	font-size: 16px;
	line-height: 170%;

}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #063a96;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
	font-weight: 400;
}
h3 {
	font-size: 24px;
	font-weight: 400;
}
h4 {
	font-size: 20px;
	font-weight: 400;
}
h5 {
	font-size: 16px;
	font-weight: 400;
}
h6 {
	font-size: 14px;
	font-weight: 400;
}
p {
	font-family: 'asap', sans-serif;
	font-size: 16px;
	line-height: 170%;
	margin: 0 0 20px;
}
em {
	font-family: 'asap', 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;
}
#node-preview-form-select {
  	z-index: 1050;
  	position: fixed;
  	width: 100%;
  	bottom: 0px;
}
#main-content {
	scroll-margin-top: 120px;
  	scroll-margin-bottom: 120px;
}
/* ======================== 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 ============================== */
.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;
	}
}
@media (max-width:380px) {
	.path-frontpage .logo.navbar-btn.pull-left {
		transition: all 0.7s linear;
  		margin-top: 8px !important;
  		margin-bottom: 8px !important;
  		margin-left: 0px !important;
	}
	.path-frontpage .logo.navbar-btn.pull-left img {
		height: 50px;
		width: auto;
		padding: 0;
		transition: all 0.7s ease;
	}
}
/* ======================== Links ============================= */
.fa-ext.extlink .fa {
    font-size: 12px;
    margin-left: 5px;
    color: white !important;
}
.main-container article .fa-ext.extlink .fa {
	color: #063a96 !important;
	margin-right: 5px;
}
/* ======================== Navigation ======================== */
.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;
	border-color:#fff;
}
.navbar-header {
    float: inherit;
}
nav .menu.menu--main.nav.navbar-nav {
    float: right;
}
.navbar {
	height:70px;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #333;
}
.navbar-default .navbar-nav > li > a {
	background: #063a96;
	color: white;
	padding: 1em;
	margin-top: 10px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 1px 1px 1px 0 rgba(0, 0, 0, 0.2);;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: #05307c;
	color: white;
	outline-offset: 2px;
}
.navbar-default .navbar-nav > .active > a { 
	color: white;
	background-color: #063a96;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #05307c;
	color: white;
	outline-offset: -2px;
}
.navbar-default .navbar-nav > .active > a:hover {
	color: white;
}

@media (max-width: 767px) {
	.navbar-nav {
		margin: 0;
	}
	.region.region-navigation {
		padding-left: 5px;
		padding-right: 5px;
	}
	.navbar-default .navbar-nav > li > a {
		padding:1em .5em 1em .5em;
		font-size: 15px;
	}
}
@media (max-width:380px) {
	.navbar-default .navbar-nav > li > a {
		padding: 1em .5em 1em .5em;
		
	}
	.region.region-navigation {
		padding-left: 5px;
		padding-right: 5px;
	}
}
body.navbar-is-fixed-top {
  	margin-top: 0;
  	padding-top: 70px;
}

/* ======================== Search in Navbar ==================== */
#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 #003698;
	border-left:0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
}
i.zoeken, em.zoeken {
	display: inline-block;
}
i.zoeken::before, em.zoeken::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;
	}
}
/* ============= Mijn Zutphen in Navbar ========= */
#block-zutphen-mijnzutphenlinkdesktop {
	display: block;
}
a.link-mijnzutphen-md {
	background: transparent;
  	color: #063a96;
  	padding: 1em 1em 1em 2em;
  	margin-top: 10px;
  	margin-left: 10px;
  	line-height: 15.5px;
  	position: relative;
  	display: block;
  	border:2px solid #063a96;
}
a.link-mijnzutphen-md .icon-mijnzutphen::before {
	content: url(../images/icon-mijnzutphen.svg);
	width: 14px;
  	position: absolute;
  	top: 12px;
  	left: 10px;
}
a.link-mijnzutphen-md:hover,
a.link-mijnzutphen-md:active {
	color: white;
  	background: #549692;
  	border-color: #549692;
  	text-decoration: none;
}
a.link-mijnzutphen-md:focus {
	outline-offset: 3px;
}
a.link-mijnzutphen-md:hover .icon-mijnzutphen::before,
a.link-mijnzutphen-md:active .icon-mijnzutphen::before {
		content: url(../images/icon-mijnzutphen-hover-wit.svg);
	}
a.link-mijnzutphen-md .fa-ext.extlink {
	display: none;
}
#block-zutphen-mijnzutphenlinkmobiel {
	display: none;
}
@media (max-width:992px) {
	#block-zutphen-mijnzutphenlinkdesktop {
		display: none;
	}
	#block-zutphen-mijnzutphenlinkmobiel {
		display: block;
	}
	a.link-mijnzutphen {
		background: transparent;
	  	color: #063a96;
	  	padding:.85em 0 .5em 1em;
	  	margin-top: 10px;
	  	margin-left: 15px;
	  	margin-right: 15px;
	  	line-height: 20px;
	  	position: relative;
	  	display: block;
	  	text-decoration: none;
	}
	a.link-mijnzutphen .fa-external-link::before,
	a.link-mijnzutphen .fa-ext.extlink {
		display: none;
	}
	a.link-mijnzutphen .icon-mijnzutphen::before {
		content: url(../images/icon-mijnzutphen.svg);
		display: block;
		vertical-align: middle;
		width: 14px;
	}
	a.link-mijnzutphen:hover .icon-mijnzutphen::before {
		content: url(../images/icon-mijnzutphen-hover.svg);
	}
}
@media (max-width:767px) {
	a.link-mijnzutphen {
		margin-left: 0;
		margin-right: 10px;
	}
}
@media (max-width:380px) {
	a.link-mijnzutphen {
		padding-left: 1.25rem;
	}
}
/* ======================== Alert Module (homepage) ================ */
.view-alert-block,
.view-alert-block-overal {
	background:#487F78;
	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-2 {
	background:#487F78;
	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, 
.view-alert-block-2 .views-field.views-field-title, 
.view-alert-block-overal .views-field.views-field-title {
	font-size:20px;
	color: white;
	font-weight: 600;
}
.view-alert-block .views-field.views-field-body p, 
.view-alert-block-2 .views-field.views-field-body p,
.view-alert-block-overal .views-field.views-field-body p  {
	font-size:14px;
	color: white;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 10px;
}
.view-alert-block .views-field.views-field-body h3,
.view-alert-block-2 .views-field.views-field-body h3,
.view-alert-block-overal .views-field.views-field-body h3 {
	font-size:18px;
	color: white;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.view-alert-block .views-field.views-field-body ul,
.view-alert-block .views-field.views-field-body li,
.view-alert-block-2 .views-field.views-field-body ul,
.view-alert-block-2 .views-field.views-field-body li,
.view-alert-block-overal .views-field.views-field-body ul, 
.view-alert-block-overal .views-field.views-field-body li {
	font-size:14px;
	color: white;
	font-weight: 300;
	line-height: 110%;
	font-family: 'asap', sans-serif;
	margin-bottom: 0;
}
.view-alert-block .views-field.views-field-body a, 
.view-alert-block-2 .views-field.views-field-body a,
.view-alert-block-overal .views-field.views-field-body a {
	color: white;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.view-alert-block, .view-alert-block-2 {
		padding-top: 50px;
	}
}
/* ======================== Jumbotron ========================== */
.jumbotron {
	background-color: #F9F9F9;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
}
.jumbotron .view-jumbotron-taken .col-xs-12 {
	min-height: inherit;
}
#block-homepageafbeelding {
	position: relative;
}
@media (min-width: 1920px) {
	#block-homepageafbeelding img {
		width: 100%;
	}
	#block-views-block-jumbotron-menupagina-s-block-1 img {
    width: 100%;
	}
}
/* =================== 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 form .form-inline {
	display: flex;
}
.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: #063a96;
}
.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::before,
.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 button em.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%;
	}
}
@media (max-width:380px) {
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 {
		padding: 25px 15px 25px 15px;
	}
	.path-frontpage #block-zichtbaarformulierzoekenpage-1-3 form .form-item {
		width: 75%;
	}
}
/* =================== Toptaken (Homepage) ================== */
.path-frontpage .main-container {
	background-color: #063a96;
	/*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 100px;
}
.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:#549692;
}
.toptaak-block .inner:hover a {
	color:#fff;
}
.toptaak-block {
	margin-bottom: 30px;
	z-index: 1;
}
.toptaak-block .inner img {
	width: 80px;
	height: 80px;
	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:#063a96;
    display: inline-block;
    font-size: 14pt;
	font-weight: 700;
	margin: 0;
	padding: 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) {
	.toptaak-block .inner {

	}
	.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;
	}
}
/* ======================== Meer in Zutphen (Homepage) =================== */
.path-frontpage .below-content {
    top: -5px;
    position: relative;
    /* background: white; */
    padding: 70px 0 0 0;
}
.meer-in-zutphen-block {
	float: left;
	position: relative;
	text-align: center;
}
.meer-in-zutphen-block .inner {
	background: #063a96;
	margin-bottom: 30px;
}
.meer-in-zutphen-block .inner p {
	color: white;
	font-size: 14pt;
	padding: 10px;
	display: block;
}
.meer-in-zutphen-block a:focus {
	outline-offset: 3px;
  	text-decoration: none;
}
.meer-in-zutphen-block a:hover {
	text-decoration: none;
}
.meer-in-zutphen-block a:hover .inner {
	background: #549692;
}
.meer-in-zutphen-block a:hover .inner p {
	color: #fff;
	text-decoration: none; 
}

/* ======================== Breadcrumbs ========================= */
.breadcrumbs {
	background: #063a96;
	margin-bottom: 30px;
}
.breadcrumb {
    background:none;
    border-radius: 0px;
    color: white;
    font-weight: 300;
	list-style: none;
	margin-bottom: 0;
    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: 'asap', sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	scroll-margin-top: 70px;
  	scroll-margin-bottom: 70px;
}
.view.view-van-a-tot-z .view-header a:hover {
	font-size: 30px;
	color:#063a96 ;
	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: 'asap', sans-serif;
	padding-top: 20px;
  	scroll-margin-top: 70px;
  	scroll-margin-bottom: 70px;
}
.view.view-van-a-tot-z .view-content h2:first-child {
  	padding-top: 0;
}
.view.view-van-a-tot-z .views-field.views-field-title a {
	display: block;
	font-family: 'asap', sans-serif;
	font-size: 18px;
	padding: 10px 0;
	text-decoration: underline;
	width: 85%;
	color: #0A51CD;
	scroll-margin-top: 70px;
  	scroll-margin-bottom: 70px;
}
.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);
	}
	.view.view-van-a-tot-z .view-header a {
		font-size: 16px;
		line-height: 1;
		position: relative;
		margin-bottom: .5rem;
		display: block;
	}

}
@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: 2px;
	text-decoration: none;
}
.view.view-gerelateerde-items article.taak,  
.view.view-gerelateerde-items-subcategorie article.taak {
	background: #063a96;
	margin: 20px 0;
	padding: 20px 40px;
	min-height: 190px;
	position: relative;
	display: flex;
	justify-content: start;
	flex-direction: column;
}
.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: #549692;

}
.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 .readmore,
.view.view-gerelateerde-items-subcategorie article.taak .readmore {
	align-self: end;
	margin-top: auto;
}
.view.view-gerelateerde-items article.taak .readmore::before,
.view.view-gerelateerde-items-subcategorie article.taak .readmore::before {
	content: url(../images/icon-chevron-right-white.svg);
	width: 12px;
	position: absolute;
  	right: 20px;
  	bottom: 20px;
}
/* Als de taak een afbeelding heeft */
.view.view-gerelateerde-items article.taak.teaser.afb,
.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb {
	padding: 0;
	display: block;
	min-height: 185px !important;

}
.view.view-gerelateerde-items article.taak.teaser.afb .wrapper-taak-afb,
.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb .wrapper-taak-afb {
	float: left;
  	min-height: 185px !important;
  	width: 33.333333%;
}
.view.view-gerelateerde-items article.taak.teaser.afb .wrapper-taak-content,
.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb .wrapper-taak-content {
	float: left;
  	min-height: 185px !important;
 	width: 66.666666%;
  	display: flex;
  	flex-direction: column;
  	justify-content: start;
}
.view.view-gerelateerde-items article.taak.teaser.afb .wrapper-taak-content h2, 
.view.view-gerelateerde-items article.taak.teaser.afb .wrapper-taak-content p,
.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb .wrapper-taak-content h2, 
.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb .wrapper-taak-content p {
	padding-left: 20px;
  	padding-right: 20px;
}

@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;
	}
}
@media (min-width: 551px) and (max-width: 767px) {
	.view.view-gerelateerde-items article.taak.teaser.afb,
	.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb {
		height: auto;
    	margin: 20px 100px;
	}
	.view.view-gerelateerde-items article.taak.teaser.afb .wrapper-taak-afb,
	.view.view-gerelateerde-items article.taak.teaser.afb .wrapper-taak-content,
	.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb .wrapper-taak-afb,
	.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb .wrapper-taak-content {
		min-height: inherit;
		float: inherit;
		width: inherit;
	}
}
@media (max-width: 550px) {
	.view.view-gerelateerde-items article.taak.teaser.afb .wrapper-taak-afb,
	.view.view-gerelateerde-items article.taak.teaser.afb .wrapper-taak-content,
	.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb .wrapper-taak-afb,
	.view.view-gerelateerde-items-subcategorie article.taak.teaser.afb .wrapper-taak-content {
		min-height: inherit;
		float: inherit;
		width: inherit;
	}
}


/* ======================== 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: 'asap', sans-serif;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 1.5em;
    line-height: 170%
}
article ul li::before {
    content: "\2022";
    padding-right: 1.2em;
    color: #063a96;
    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: #549692;
}
article ol {
	font-family: 'asap', sans-serif;
    list-style: none;
    counter-reset: list-item;
    padding-left: 1.5em;
    line-height: 170%;
}
article ol li {
    counter-increment: li;
}
article ol li::before {
    content: counter(list-item);
    color: #063a96;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.55em;
}
article ol ul li::before {
    content: "\2022";
    padding-right: 8px;
    color: #063a96;
    margin-left: -15px;
}
article ol li ol li::before {
  	content: counters(list-item,'.');
  	width: 2em;
}
article table {
	border:0px;
	font-family: 'asap', sans-serif;
	width: 100%;
	border-bottom: 5px solid #549692;
	margin-top: 20px;
	margin-bottom: 20px;
}
article table caption {
	padding-top: 8px;
  	padding-bottom: 8px;
  	color: #000;
  	font-weight: 500;
  	text-align: left;
}
article table thead {
	background: #549692;
	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: #063a96;
	font-size:14px;
	font-family: 'asap', sans-serif;
}
article blockquote {
	padding: 0px 15px;
	margin: 0 0 20px;
	font-size: 19px;
	border-left: 5px solid #063a96;
}
article blockquote p {
	font-size: 18px;
	color: #063a96;
}
article blockquote p:last-child {
	color: #063a96;
	font-size: 16px;
}
article blockquote p:last-child:before {
	content: "–";
	padding-right: 10px;
	font-weight: bold;
}
article .btn {
	display: inline-block;
	text-decoration: none;
}
article .btn::after {
	margin-left: 20px;
}
article .btn .fa-ext.extlink {
	visibility: hidden;
}
/* =============== Call To Action Buttons next to Taak Node =============== */
@media (min-width:768px) {
	#block-zutphen-views-block-duplicaat-van-cta-blocks-block-1,
	#block-zutphen-widgetinzijbalk-2 {
		display:none;	
	}
}
@media (max-width:767px) {
	#block-views-block-cta-blocks-block-1,
	#block-zutphen-widgetinzijbalk {
		display: none;
	}
	#block-zutphen-views-block-duplicaat-van-cta-blocks-block-1,
	#block-zutphen-widgetinzijbalk-2 {
		scroll-margin-top: 120px;
  		scroll-margin-bottom: 120px;
  	}
 }
.btn {
	border-radius: 0;
}
.btn-digid {
	background: #000;
	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: white;
	display: block;
	font-family: 'asap', sans-serif;
	font-size: 16px;
	margin-bottom: 1em;
	padding: 1em;
	text-align: left;
	transition: padding 300ms ease;
}
.btn-digid span {
	color: #e17000;
}
.btn-digid:hover, .btn-digid:focus {
	color: white;
	padding-right: .5em;
	transition: padding 300ms ease;
}
.btn-digid:after {
	content: url(../images/icon-arrow.svg);
	float: right;
	width: 18px;
}
.btn-onlineafspraak {
	background: #063a96;
	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: white;
	display: block;
	font-family: 'asap', sans-serif;
	font-size: 16px;
	margin-bottom: 1em;
	padding: 1em;
	text-align: left;
	transition: padding 300ms ease;
}
.btn-onlineafspraak:hover, .btn-onlineafspraak:focus {
	color: white;
	padding-right: .5em;
	transition: padding 300ms ease;
}
.btn-onlineafspraak:after {
	content: url(../images/icon-arrow.svg);
	float: right;
	width: 20px;
}
.btn-eherkenning {
	background: #000;
	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: white;
	display: block;
	font-family: 'asap', sans-serif;
	font-size: 16px;
	margin-bottom: 1em;
	padding: 1em;
	text-align: left;
	transition: padding 300ms ease;
}
.btn-eherkenning span {
	color: #E51070;
}
.btn-eherkenning:hover, .btn-eherkenning:focus {
	color: white;
	padding-right: .5em;
	transition: padding 300ms ease;
}
.btn-eherkenning:after {
	content: url(../images/icon-arrow.svg);
	float: right;
	width: 20px;
}
.btn-extra-cta {
	background: #487f7c;
	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: 'asap', sans-serif;
	font-size: 16px;
	margin-bottom: 1em;
	padding: 1em;
	text-align: left;
	transition: padding 300ms ease;
}
.btn-extra-cta:hover, .btn-onlineafspraak:focus {
	color: white;
	padding-right: .5em;
	transition: padding 300ms ease;
}
.btn-extra-cta:after {
	content: url(../images/icon-arrow.svg);
	float: right;
	width: 20px;
}
.btn-snelle-acties-cta {
	background: #487f7c;
	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: 'asap', sans-serif;
	font-size: 16px;
	margin-bottom: 1em;
	padding: 1em;
	text-align: left;
	transition: padding 300ms ease;
}
.btn-snelle-acties-cta:hover {
	color: white;
	padding-right: .5em;
	transition: padding 300ms ease;
}
.btn-snelle-acties-cta: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: 'myriad-pro', Arial;
	font-size:18px;
	color: white;
	border-radius: 0;
	border-color:#063a96;
	background: #063a96;
	padding:1.25em .5em;
}
.ui-accordion .ui-accordion-header {
	margin-top: 20px;
}
.ui-accordion .ui-accordion-header:focus {
	outline-offset: 2px;
}
.ui-accordion .ui-accordion-header:first-child {
	margin-top: 0px;
}
.ui-accordion .ui-accordion-content {
	border-color:#063a96;
	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: #063a96;
    border-bottom: 0px;
    padding-left: 20px;
    padding-right: 50px;
}
.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: #063a96;
}
@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: 250px;
}
.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: 'myriad-pro', sans-serif; 
	z-index: 2000;
	position: fixed;
}
.path-frontpage .ui-autocomplete {
	z-index: 1000;
	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;
}
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;
}
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;
}
.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:#063a96;
	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: 18px;
	margin-bottom: 18px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#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;
}
@media (max-width: 767px) {
	#block-zichtbaarformulierzoekenpage-1-2 form {
		margin-right: 0;
		margin-left:3px;
	}
	#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;
	}
	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 (max-width: 600px) {
	
}
@media (max-width:380px) {
	#block-zichtbaarformulierzoekenpage-1-2 form {
		margin-left: 5px;
	}
}
/* ======================== Nieuws ============================= */
.view.view-nieuws-gerelateerde-items article.nieuws.teaser {
	background: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	font-size: 16px;
	min-height: 185px;
	line-height: 150%;
	margin: 20px 0px;
	position: relative;
}
.view.view-nieuws-gerelateerde-items article.nieuws.teaser:hover {
	background: #063a96;
	cursor: pointer;
}
.view.view-nieuws-gerelateerde-items article.nieuws.teaser:hover p, .view.view-nieuws-gerelateerde-items article.nieuws.teaser:hover h2 {
	color: white;
}
.view.view-nieuws-gerelateerde-items article.nieuws.teaser:hover .readmore::before {
	content: url(../images/icon-chevron-right-white.svg);
}
.wrapper-nieuws-afb {
	float: left;
	min-height: 185px;
	width: 33.333333%;
}
.wrapper-nieuws-content {
	float: left;
	min-height: 185px;
	width: 66.666666%;
	border-bottom: 8px solid #063a96;
	display: flex;
	flex-direction: column;
	justify-content: start;
}
.wrapper-nieuws-content h2, .wrapper-nieuws-content p {
	padding-left: 20px;
	padding-right: 20px;
}
.view.view-nieuws-gerelateerde-items article.nieuws.teaser h2 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}
.view.view-nieuws-gerelateerde-items article.nieuws.teaser p {
	font-size: 16px;
	line-height: 150%;
}
.view.view-nieuws-gerelateerde-items article.nieuws.teaser .readmore {
    align-self: end;
  	margin-top: auto;
}
.view.view-nieuws-gerelateerde-items article.nieuws.teaser .readmore::before{
	content: url(../images/icon-chevron-right.svg);
	width: 12px;
	position: absolute;
  	right: 20px;
  	bottom: 20px;
}
.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) {
	.view.view-nieuws-gerelateerde-items article.nieuws.teaser, .wrapper-nieuws-afb, .wrapper-nieuws-content {
		height: 151px;
	}
}
@media (max-width: 991px) {
	.view.view-nieuws-gerelateerde-items article.nieuws.teaser {
		overflow: hidden;
	}
	.wrapper-nieuws-afb {
		width: 25%;
	}
	.wrapper-nieuws-content {
		width: 75%;
	}
	.view.view-nieuws-gerelateerde-items 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;
	}
	.view.view-nieuws-gerelateerde-items article.nieuws.teaser {
		height: auto;
		margin:20px 100px;
	}
	.wrapper-nieuws-afb img {
		width: 100%;
	}
	.view.view-nieuws-gerelateerde-items article.nieuws.teaser p.readmore {
    	position: relative;
    	text-align: right;
	}
}
@media (max-width: 550px) {
	.view.view-nieuws-gerelateerde-items article.nieuws.teaser {
		height: auto;
		margin:20px 0px;
	}
}
article.nieuws.is-promoted.full p:last-child {
	margin-bottom: 20px;

}

/* ======================== Footer ============================= */
footer {
	background-color:#063a96;
	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: #86BBB9;
	text-decoration: underline;
}
footer a:focus {
	color: #86BBB9;
	text-decoration: underline;
}
#block-neemcontactop ul  {
	list-style: none;
	padding-left: 0px;
}
#block-neemcontactop ul li {
	list-style: none;
	padding:0 0 15px 35px;
}
#block-neemcontactop svg {
	fill:#fff;
	width: 20px;
	margin-left: -35px;
	position: absolute;
}
#block-neemcontactop .telefoon svg {
	margin-top: 4px;
}
#block-neemcontactop .envelop svg {
	margin-top: 8px;
}
#block-socialmedialinks {
    text-align: center;
}
#block-socialmedialinks ul li {
	list-style: none;
	display: inline-block;
	margin: 5px 15px 10px 0;
}
#block-socialmedialinks ul li:last-child {
  	margin-right: 0;
}
#block-socialmedialinks a svg {
	fill:#fff;
	width: 22px;
}
#block-socialmedialinks a.fb svg {
	width: 12px;
}
#block-socialmedialinks a:hover svg {
	fill:#6eada9;
}
#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: #86BBB9;
}
#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 80px;
	}
}
@media (max-width: 767px) {
	#block-zutphen-footer {
		margin-top: 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(../images/home-bg.svg) no-repeat center center;
	    background-size: contain;
	    pointer-events: none;
	}
}
/* =============== Inschrijfformulier Clientervaringsonderzoek WMO ================= */
form input#username, form input#password {
    margin-bottom: 10px;
}
/****************** Formulier ********************/
article .content form {
	margin: 20px 0;
}
article .content form input {
	border-radius: 0;
	font-size: 1.5rem;
	height: calc(1.75em + 1rem + 2px);
} 
article .content form input.form-radio,
article .content form input.form-checkbox {
	height: inherit;
}
article .content form .js-webform-checkboxes .radio,
article .content form .js-webform-checkboxes .checkbox {
	margin-top: 0px;
	margin-bottom: 5px;
}
article .content form .fieldgroup {
	margin-bottom: 15px
}
article .content form .radio input[type="radio"], 
article .content form .radio-inline input[type="radio"], 
article .content form .checkbox input[type="checkbox"], 
article .content form .checkbox-inline input[type="checkbox"] {
	height: calc(1.4em);
}
article .content form textarea,
article .content form .select-wrapper select {
	border-radius: 0;
	font-size: 1.5rem;
}
article .content form input:focus,
article .content form textarea:focus,
article .content form .select-wrapper select:focus {
	border-color: #23527c;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}
article .content form .has-error .form-control {
	border-color: #d1000b;
}
article .content form .has-error .help-block, 
article .content form .has-error .control-label, 
article .content form .has-error .radio, 
article .content form .has-error .checkbox, 
article .content form .has-error .radio-inline, 
article .content form .has-error .checkbox-inline, 
article .content form .has-error.radio label, 
article .content form .has-error.checkbox label, 
article .content form .has-error.radio-inline label, 
article .content form .has-error.checkbox-inline label {
	color: #d1000b;
}
article .content form .alert {
	color: #d1000b;
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	padding: 5px 0px;
}
article .content form .alert.alert-danger.alert-dismissible {
	background-color: #F5E5E5;
	padding: 15px 20px;
}
article .content form .alert-dismissable .close, 
article .content form .alert-dismissible .close {
	top: inherit;
	right: inherit;
	color: #0A51CD;
	opacity: 1;
}
article .content form .alert.alert-success.alert-dismissible {
	padding: 15px 20px;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
article .content form .alert .item-list__comma-list li {
	display: block;
	padding-left: 25px;
}
article form .alert .item-list__comma-list li::before {
	color: #d1000b;

}
article form .alert-danger a, article form .alert-danger a:hover, article form .alert-danger a:focus {
	color: #d1000b;
}
article form .alert.alert-warning {
	padding: 15px 20px;
	color: #fff;
	background-color: #487F78;
	border-color: #487F78;
}
article .content form .alert.alert-warning.alert-dismissable .close, article .content form .alert.alert-warning.alert-dismissible .close {
	color: white;
}
.webform-button--submit {
	background: #063a96;
	border-color: #063a96;
	font-size: 1.65rem;
}
.webform-button--submit:hover {
	background: #05307c;
	border-color: #05307c;
}
.js-webform-image-file.webform-image-file.js-form-managed-file.form-managed-file .btn-danger,
.js-webform-document-file.webform-document-file.js-form-managed-file.form-managed-file .btn-danger {
	background-color: #D33B36;
	border-color:#D33B36;
	font-size: 1.65rem;
}
.js-webform-image-file.webform-image-file.js-form-managed-file.form-managed-file .btn-danger:hover,
.js-webform-document-file.webform-document-file.js-form-managed-file.form-managed-file .btn-danger:hover {
	background-color: #b5302b;
	border-color:#b5302b;
}
.webform-managed-file-preview-wrapper label {
	margin: 0;
}
.js-webform-image-file.webform-image-file.js-form-managed-file.form-managed-file .btn-danger:focus, 
.js-webform-image-file.webform-image-file.js-form-managed-file.form-managed-file .btn-danger:active,
.js-webform-image-file.webform-image-file.js-form-managed-file.form-managed-file .btn-danger:active:focus,
.js-webform-document-file.webform-document-file.js-form-managed-file.form-managed-file .btn-danger:focus,
.js-webform-document-file.webform-document-file.js-form-managed-file.form-managed-file .btn-danger:active,
.js-webform-document-file.webform-document-file.js-form-managed-file.form-managed-file .btn-danger:active:focus {
	background-color: #b5302b;
	border-color:#b5302b;
}
.webform-element-description a {
  	font-size: 13px;
}
.webform-button--reset {
	background-color: #D33B36;
	border-color:#D33B36;
	font-size: 1.65rem;
}
.webform-button--reset:hover {
	background-color: #b5302b;
	border-color:#b5302b;
}
.webform-button--reset:focus, .webform-button--reset:active, .webform-button--reset:active:focus {
	background-color: #b5302b;
	border-color:#b5302b;
}
.webform-button--preview {
	background: #063a96;
	border-color: #063a96;
	font-size: 1.65rem;
	color: white;
}
.webform-button--preview:hover {
	background: #05307c;
	border-color: #05307c;
}
.webform-button--previous {
	background-color: #487F78;
	border-color:#487F78;
	font-size: 1.65rem;
}
.webform-button--previous:hover {
	background: #487f73;
	border-color: #487f73;
}
.webform-button--reset span.btn-label, 
.webform-button--preview  span.btn-label,
.webform-button--previous span.btn-label {
	color: white;
}
.webform-button--reset:hover span.btn-label,
.webform-button--preview:hover span.btn-label,
.webform-button--previous:hover span.btn-label {
	color: white;
}
.js-form-type-checkbox {
	margin-bottom: 15px;
}
#upload-instructions,
#upload-instructions--2,
#upload-instructions--3,
#upload-instructions--4 {
  	color: black;
  	font-family: 'myriad-pro', sans-serif;
  	font-size: 14px;
}
.popover-title {
	font-weight: 500;
	font-size: 15px;
}
/* Backend aanpassing voor zichtbaarheid kruimelpad */
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  position: relative;
  top: inherit;
}
/* Iframe (widgets) toevoegen aan content */
.raw-html-embed, .raw-html-embed iframe {
  width: 100%;
}
/* ======================= Stroomschema's ============== */
/* Algemeen */
article.stroomschema .form-group {
	margin-bottom: 0;
	margin-top: 0;
}
@media (max-width:767px) {
	article.stroomschema form {
		margin:20px 0px;
	}
}
@media (max-width:600px) {
	.webform-options-display-buttons {
		display: flex;
	}
	.webform-options-display-buttons .webform-options-display-buttons-wrapper {
		margin: 0 10px 10px 0px;
	}
}
/* Titels */
article.stroomschema fieldset legend {
	margin-bottom: .5rem;
	font-weight: 600;
}
/* Tooltip */
article.stroomschema .webform-element-help {
	background: #549692;
	border-color: #549692;
	width: 16px;
  	height: 16px;
  	font-size: 14px;
  	line-height: 16px;
  	color: white;
}
article.stroomschema .tippy-box {
	border-radius: 0;
	font-family: 'asap', sans-serif;
	max-width:500px !important;
  	box-shadow: rgba(0, 0, 0, 0.175) 0px 16px 48px 0px;
  	border: 1px solid gray;
  	background: white;
}
article.stroomschema .tippy-box a {
	color: #0A51CD;
	text-decoration: underline;
	font-family: 'asap', sans-serif;
	font-size: 16px;
}
article.stroomschema .tippy-box a:hover {
	color:#23527c;
}
article.stroomschema .tippy-box .tippy-content {
	padding: 2rem;
}
article.stroomschema .tippy-box .tippy-content .webform-element-help--title {
  	font-size: 16px;
  	font-weight: 700;
  	margin: 0 0 10px 0;
  	line-height: 1.7;
  	color: #000000;
}
article.stroomschema ul li {
	font-size: 16px;
	font-family: 'asap', sans-serif;
	color: #000000;
}
article.stroomschema ul li::before {
	color: #000000;
}
article.stroomschema .tippy-box .tippy-content p {
	color: #000000;
}
article.stroomschema .tippy-box .tippy-content table thead p {
	color: white;
}
/* Buttons */
article.stroomschema .webform-options-display-buttons label {
	background: #063a96;
  	border: 1px solid #063a96;
  	color: white;
  	text-align: center;
  	padding: .5em 1em;
  	font-family: 'asap', sans-serif;
  	font-size: 16px;
  	border-radius: 0;
  	min-width: 150px;
  	display: inline-block;
}
article.stroomschema .webform-options-display-buttons label:hover {
	border: 1px solid #063a96;
	background: transparent;
	color: #083A96;
}
article.stroomschema .webform-options-display-buttons input:checked:focus + label {
	box-shadow: none;
	
}
article.stroomschema .webform-options-display-buttons input:checked + label {
	border: 1px solid #063a96;
	background: transparent;
	color: #083A96;

}
article.stroomschema  .webform-options-display-buttons input:focus + label.webform-options-display-buttons-label {
	border: 1px solid #063a96 !important;
	background: transparent !important;
	color: #083A96 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	border-radius: 0 !important;

}
/* Meer buttons */
article.stroomschema .webform-options-display-buttons-vertical {
	display: block;
  	width: 50%;

}
article.stroomschema .webform-options-display-buttons .form-item {
  	display: block;
  	width: 100%;
  	height: 100%;
  	white-space: collapse;
}
article.stroomschema .webform-options-display-buttons-vertical .webform-options-display-buttons-wrapper {
	margin: 0 5px 10px 5px;
}
article.stroomschema .webform-options-display-buttons-vertical label {
	width: 100% !important;
  	display: block;
  	height: inherit;
  	white-space-collapse: break-spaces;
  	white-space: inherit !important;
  	text-align: left;
  	padding: 15px 15px 15px 80px;
}
article.stroomschema .webform-options-display-buttons-vertical label span {
  	width: 100%;
  	padding-left: 25px;
}
@media (max-width:1200px) {
	article.stroomschema .webform-options-display-buttons-vertical {
		width: 66%;
	}
}
@media (max-width:767px) {
	article.stroomschema .webform-options-display-buttons-vertical {
		width: 100%;
	}
}

.form-item-mijn-woning-heeft-energielabel label {
	position: relative;
	display: flex !important;
}
.form-item-mijn-woning-heeft-energielabel label::before {
	content: " ";
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);

}
#edit-mijn-woning-heeft-energielabel .webform-options-display-buttons-wrapper:nth-child(1) .form-item label::before {
	background: #4EDE44;
}
#edit-mijn-woning-heeft-energielabel .webform-options-display-buttons-wrapper:nth-child(2) .form-item label::before {
	background: #F2EC37;
}
#edit-mijn-woning-heeft-energielabel .webform-options-display-buttons-wrapper:nth-child(3) .form-item label::before {
	background: #FF903B;
}
#edit-mijn-woning-heeft-energielabel .webform-options-display-buttons-wrapper:nth-child(4) .form-item label::before {
	background: #DE4444;
}
#edit-mijn-woning-heeft-energielabel .webform-options-display-buttons-wrapper:nth-child(5) .form-item label::before {
	background: #FFFFFF;
	content:"?";
	color: #083A96;
	font-size: 30px;
	text-align: center;
  	padding-top: 5px;
}
#edit-mijn-woning-heeft-energielabel .webform-options-display-buttons-wrapper:nth-child(6) .form-item label::before {
	background: #FFFFFF;
	content:"€";
	color: #083A96;
	font-size: 30px;
	text-align: center;
  	padding-top: 5px;
}
/* Antwoorden */
article.stroomschema .form-type-processed-text {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	padding: 4rem;
}
article.stroomschema .form-type-processed-text h2 {
	margin-top: 0;
	font-size: 26px;
	font-weight: 500;
}
article.stroomschema .form-type-processed-text a {
	background: #549692;
	border: 0;
	color: white;
	display: inline-block;
	font-family: 'asap', sans-serif;
	font-size: 16px;
	padding: .5em 2em;
	text-align: center !important;
	transition: padding 300ms ease;
	text-decoration: none !important;
}
article.stroomschema .form-type-processed-text a span {
	display: none;
}
article.stroomschema .form-type-processed-text a:hover {
	background: #5ba39e;
}
article.stroomschema .form-type-processed-text a:focus {
    outline-offset: -2px;
    background: #5ba39e;
}
/* Reset Knop */
article.stroomschema .webform-button--reset {
	background: #549692;
	padding: .5em 3em;
	border-color: #549692;
	margin-top: 30px;
}
article.stroomschema .webform-button--reset:hover {
	background:#5ba39e ;
}	
article.stroomschema .webform-button--reset:focus {
    outline-offset: -2px;
    background: #5ba39e;
}
@media (max-width:767px) {
	article.stroomschema .webform-button--reset {
		margin: 20px auto !important;
		display: block;
	}
}
/* ===================== SCRIPTS IN TAKEN OF ERNAAST ============ */
.field.field--name-field-widget-onder-de-inhoud .field--item {
	margin-top: .25em;
	margin-bottom: 1em;
}
.field.field--name-field-widget-in-zijbalk .field--item {
	margin-bottom: 1em;
}
/* ============== NIEUWE BUTTON VERTALEN ============= */
#block-zutphen-gtranslate {
	display: block;
}
#block-zutphen-gtranslate .btn-group {
	/*position: inherit;
	display: inherit;
	vertical-align: inherit;
*/}
#block-zutphen-gtranslate .btn-vertalen {
	background: transparent;
  	margin-top: 10px;
  	margin-left: 10px;
  	line-height: 20px;
  	position: relative;
  	display: block;
  	text-decoration: none;
  	border:0px solid transparent;
  	font-size: 65px;
  	color: #063a96;
  	padding: 8px;
}
#block-zutphen-gtranslate .btn-vertalen:hover,
#block-zutphen-gtranslate .btn-vertalen:active {
	color: #549692;
	box-shadow: none;
}
#block-zutphen-gtranslate .btn-vertalen svg {
	position: relative;
  	top: -5px;
  	width: 40px;
}
#block-zutphen-gtranslate .btn-vertalen svg path,
#block-zutphen-gtranslate .btn-vertalen svg rect {
	fill: #063a96;
}
#block-zutphen-gtranslate .btn-vertalen:hover svg path,
#block-zutphen-gtranslate .btn-vertalen:hover svg rect,
#block-zutphen-gtranslate .open .btn-vertalen svg path,
#block-zutphen-gtranslate .open .btn-vertalen svg rect {
	fill: #549692;
}
#block-zutphen-gtranslate .dropdown-menu {
	min-width: 250px;
	padding: 1.5rem;
	border-radius: 0;
}
#block-zutphen-gtranslate .dropdown-menu p {
	margin-bottom: 5px;
}
#block-zutphen-gtranslate .dropdown-menu hr {
	border-color:#549692;
	margin: 1rem 0;
}
#block-zutphen-gtranslate .dropdown-menu select {
	margin: 1.5rem 0 1rem 0;
	display: block;
  	width: 100%;
  	font-size: 16px;
}
@media (max-width:767px) {
	#block-zutphen-gtranslate .btn-vertalen {
		margin-left: 4px;
	}
}
