@-webkit-keyframes bs-notify-fadeOut {
0% {
opacity: 0.9;
}
100% {
opacity: 0;
}
}
@-o-keyframes bs-notify-fadeOut {
0% {
opacity: 0.9;
}
100% {
opacity: 0;
}
}
@keyframes bs-notify-fadeOut {
0% {
opacity: 0.9;
}
100% {
opacity: 0;
}
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
display: none !important;
}
.bootstrap-select {
width: 220px \0; vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
position: relative;
width: 100%;
text-align: right;
white-space: nowrap;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
position: absolute !important;
bottom: 0;
left: 50%;
display: block !important;
width: 0.5px !important;
height: 100% !important;
padding: 0 !important;
opacity: 0 !important;
border: none;
z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
top: 0;
left: 0;
display: block !important;
width: 100% !important;
z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
border-color: #28a745;
}
.bootstrap-select.fit-width {
width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
height:100%;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
outline: thin dotted #333333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px;
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none;
height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
float: none;
z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
float: none;
display: inline-block;
margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
height: 100%;
font-size: inherit;
line-height: inherit;
border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
font-size: inherit;
line-height: inherit;
border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
outline: none !important;
}
.bootstrap-select.bs-container {
position: absolute;
top: 0;
left: 0;
height: 0 !important;
padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
position: static;
top: 0;
left: 0;
float: left;
height: 100%;
width: 100%;
text-align: left;
overflow: hidden;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
position: absolute;
padding-top: inherit;
padding-bottom: inherit;
padding-left: inherit;
float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
width: 0 !important;
float: left;
opacity: 0 !important;
overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
width: 100%;
}
.bootstrap-select .dropdown-menu {
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
position: relative;
padding: 10px;
padding-bottom: 5px;
}
.bootstrap-select .dropdown-menu li.active small {
color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
display: inline-block;         
}
.bootstrap-select .dropdown-menu li a.opt {
position: relative;
padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
pointer-events: none;
opacity: 0.9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
-webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
-o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
position: static;
display: inline;
padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
content: '';
display: block;
width: 0.5em;
height: 1em;
border-style: solid;
border-width: 0 0.26em 0.26em 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 10px;
position: relative;        
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
position: absolute;
bottom: -4px;
left: 9px;
display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
position: absolute;
bottom: -4px;
left: 10px;
display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
bottom: auto;
top: -4px;
border-top: 7px solid rgba(204, 204, 204, 0.2);
border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
bottom: auto;
top: -4px;
border-top: 6px solid white;
border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
right: 12px;
left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
right: 13px;
left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
padding: 4px 8px;
}
.bs-actionsbox {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
width: 50%;
}
.bs-donebutton {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bs-donebutton .btn-group button {
width: 100%;
}
.bs-searchbox + .bs-actionsbox {
padding: 0 8px 4px;
}
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
float: none;
}
.bootstrap-select .btn {
height: 54px;
background-color: #fff !important;
line-height: 40px;
}
.bootstrap-select .btn:hover {
border-color:#000 !important;
}
.bootstrap-select .btn:after {
display:none !important;
}
.select-wrapper:before {
z-index:2;   
}
.dropdown-divider {
padding: 0 !important;
}
.bootstrap-select .dropdown-menu li.selected {
font-weight: 600;
}
.bootstrap-select .dropdown-menu.show {
margin-top:4px;
margin-left:0; 
z-index:99999999999;
}div.filter2 h3 {
font-size: 21px;
font-weight: bold;
line-height: 26px;
margin-bottom: 45px;
}
div.filter2 h4 {
font-size: 18px;
font-weight: 600;
}
div.filter2 ul li label {
padding-left: 15px;
}
div.filter2 ul.cat {
margin-bottom: 35px;
}
.bootstrap-select .btn {
padding-right:43px;
}
.filter2-wrapper .select-wrapper {
display:none; 
}
.container.with-filter .c2 .container {
padding:0 !important;
}
.nieuws-wrapper-outer .type {
display:none;
}
.nieuws-wrapper-outer .type {
position:absolute;
right:0;
top:-64px;
background-color:#f1870f;
padding:10px 25px 10px 25px;
color:#fff;        
text-transform: uppercase;
font-weight: 600;
}
.nieuws-wrapper .info-top {
position:relative;
}
.nieuws-wrapper-outer .type.nieuws {
background-color:#00519e;
}
.nieuws-wrapper-outer .type.nieuws, .nieuws-wrapper-outer .type.publicatie {
display:block;
}
.nieuws-wrapper-outer .photo {
position:relative;
}
@media (max-width: 991px) {
.container.with-filter .c1 {
display:none;
}    
.nieuws-wrapper-outer .type {
display:none !important;
}
}.slider-outer-box {
padding:15px;
position:relative;
overflow:hidden;
}
.slider-col .photo_overlay {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 415px;
width: 58%;
position: absolute;
z-index: -1;
right: 0;
left: -15px;
}
.cta_outer_container {
height:415px;
}
.slider-col .photo_container .photo {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 415px;
z-index: -2;
position: absolute;
display: none;
right: 0;
}
.photo_overlay_container {
position:relative;
}
.slider-col .cta_content_container .cta_content {
display: none;
position: absolute;
overflow: hidden;
width:44%;
padding-top:76px;
padding-left:55px;
}
.slider-col .cta_content_container .cta_content h2, .slider-col .cta_content_container .cta_content h1 {
color:#fff;
font-size: 27px;
line-height:35px;
font-weight:700;
margin-bottom:25px;
}
.slider-col .cta_content_container .cta_content p {
font-size:27px;
line-height:30px;
color:#fff;
}
.slider-col .cta_bullets_container {
position:absolute;
right: 0px;
bottom: 25px;
}
.slider-col .cta_content_container {
overflow: hidden;
height:inherit;
}
.slide_bullet_active {
background-color: #d4d4d4;
background-color: 
rgba(255, 255, 255, 0.9) !important;
}
.slide_bullet {
width: 20px;
height: 20px;
display: inline-block;
margin-right: 20px;
background-color: rgba(255, 255, 255, 0.45);
border-radius: 50%;
}
.cta-btn-container {
margin-top:35px;
}.tableau-popup {
background-color:#fff;
position:fixed;
width:96vw;
height:auto;
top:30px;
left:0;
right:0;
margin:auto;
z-index:9999999999999999999999999999999999999999999999999999;
display:none;
}
.tableau-popup .code {
width:100%;
}
.tableau-popup .tableauPlaceholder {
width:100% !important;
}
.tableau-popup iframe {
border:0;
width:100% !important;
height:100%;
}
.tableau-popup .top {
background-color:#f9f9f9;
width:100%;
height:50px;
}
.tableau-bg {
position:fixed;
z-index:9999999999999999999999;
background-color: rgb(0, 0, 0, 0.3);
width:100%;
height:100%;
top:0;
left:0;
display:none;
}
.tableau-popup a.close-p {
position: absolute;
right: 16px;
top: 11px;
}
.tableau-popup a.close-p img {
width:16px;
height:auto;
}#thema-canvas {
text-align:center;
margin-bottom:40px;
margin-top:20px;
}
#thema-canvas .holder {
width:100%;
max-width:632px;  
display:inline-block;
position:relative;  
z-index:0;
}
#thema-canvas .img-middle {
position:absolute;
z-index:1;
left: 37%;
top: 22%;   
}
#thema-canvas img.bg {
width:inherit;
max-width:inherit;
}
#thema-canvas .item-holder {
position:absolute;
z-index:1;
}
#thema-canvas .item-holder-0 {
left:15%;
top:12%;
z-index:2;
}
#thema-canvas .item-holder-1 {
left: 38%;
top: 48%;
z-index:2;
}
#thema-canvas .item-holder-2 {
left: 64%;
top: 17%;
z-index:1;
}
#thema-canvas .item-holder-3 {
left: 83%;
top: 61%;
z-index:1;
}
#thema-canvas .item-hover {
}
#thema-canvas .holder-text-hover {
position:absolute;
right: -5px;
top: -5px;     
display:none;
text-align:left;
}
#thema-canvas .holder-text-hover.active {
display:block;
}
#thema-canvas .holder-text-hover a {
position: absolute;
z-index: 2;
bottom: -30px;
width: 295px;
height: 75px;
left: 36px;
color: #000;
font-size: 22px;
text-align: left;
line-height: 25px;     
}
#thema-canvas img.arrow {
padding-left:5px;
width: 22px;
height: 15px;
}
@media (max-width: 991px) {
#thema-canvas .img-middle {
width:90px;
} 
}
@media (max-width: 767px) {
#thema-canvas .img-middle {
width:60px;
} 
#thema-canvas img.item {
width:40px;
}
#thema-canvas img.item-hover-0 {
width:80px;
}  
#thema-canvas img.item-hover-1 {
width:170px;
}  
#thema-canvas img.item-hover-2 {
width:240px;
} 
#thema-canvas img.item-hover-3 {
width:270px;
}    
#thema-canvas .holder-text-hover a {
position: absolute;
z-index: 2;
bottom: -50px;
width: 205px;
height: 75px;
left: 22px;
color: #000;
font-size: 17px;
text-align: left;
line-height: 25px;
}    
}#thema-canvas.canvas-aardbevingen .item-holder-1 {
top:4%;
z-index:1;
}
#thema-canvas.canvas-aardbevingen .item-holder-0 {
z-index:2;
}
#thema-canvas.canvas-aardbevingen .holder-text-hover a {
left:63px;
}
#thema-canvas.canvas-aardbevingen .holder-text-hover a {
bottom:-40px;
}
#thema-canvas.canvas-aardbevingen .item-holder-0 {
top: 20%;
}
#thema-canvas.canvas-aardbevingen .holder-text-hover-3 {
top:-30px;
}
#thema-canvas.canvas-aardbevingen .img-middle {
top: 28%;
}
#thema-canvas.canvas-aardbevingen .item-holder-3 {
left:73%;
}
@media (max-width: 910px) {
#thema-canvas.canvas-aardbevingen {
zoom: 0.75;
-moz-transform: scale(0.75);
}    
}
@media (max-width: 767px) {
#thema-canvas.canvas-aardbevingen {
zoom: 1.0;
-moz-transform: scale(1.0);
}    
#thema-canvas.canvas-aardbevingen .holder-text-hover-3 {
top: -22px;
}
#thema-canvas.canvas-aardbevingen .holder-text-hover a {
bottom: -80px;
left: 0px;
}
}#thema-canvas.canvas-armoede .item-holder-0 {
top:35%;
z-index:2;
}
#thema-canvas.canvas-armoede .item-holder-1 {
z-index:1;
top:5%;
}
#thema-canvas.canvas-armoede .item-holder-2 {
left: 72%;
top: 30%;
}
#thema-canvas.canvas-armoede .item-holder-3 {
left: 76%;
top: 63%;
}
#thema-canvas.canvas-armoede .item-holder-3 .holder-text-hover {
top:-75px;
}
#thema-canvas.canvas-armoede .item-holder-3 .holder-text-hover a {
bottom: 25px;
}
#thema-canvas.canvas-armoede .holder-text-hover a {
bottom: -40px;
left: 122px;
}
#thema-canvas.canvas-armoede .img-middle {
top: 25%;
}
@media (max-width: 768px) {
#thema-canvas.canvas-armoede {
zoom: 0.75;
-moz-transform: scale(0.75);
}     
#thema-canvas.canvas-armoede .img-middle {
width: 60px;
top: 30%;
left: 40%;
}
}
@media (max-width: 768px) {
#thema-canvas.canvas-armoede {
zoom: 1.0;
-moz-transform: scale(1.0);
}    
#thema-canvas.canvas-armoede .holder-text-hover a {
left: 78px;
}
#thema-canvas.canvas-armoede .item-holder-1 {
top:13%;
}
#thema-canvas.canvas-armoede .holder-text-hover-2 {
top:-2px;
right:-2px;
}
#thema-canvas.canvas-armoede img.item-hover-2 {
width: 245px;
}    
#thema-canvas.canvas-armoede .item-holder-3 .holder-text-hover {
top: -37px;
}
#thema-canvas.canvas-armoede .item-holder-3 .holder-text-hover a {
bottom: -45px;
left:28px;
}
#thema-canvas.canvas-armoede .img-middle {
zoom: 0.8;
-moz-transform: scale(0.8); 
}
#thema-canvas.canvas-armoede .holder-text-hover-0 a {
left: 18px;
bottom: -90px;
}
#thema-canvas.canvas-armoede .holder-text-hover-1 a {
left: 18px;
bottom: -90px;
}  
#thema-canvas.canvas-armoede .holder-text-hover-2 a {
left: 18px;
bottom: -90px;
} 
}#thema-canvas.canvas-corona .item-holder-1 {
top:4%;
left:47%;
z-index:1;
}
#thema-canvas.canvas-corona .holder-text-hover a {
bottom: -40px;
left: 62px;
}
#thema-canvas.canvas-corona .item-holder-2 {
left: 71%;
top: 29%;
}
#thema-canvas.canvas-corona .holder-text-hover-3 {
top:0px;
}
#thema-canvas.canvas-corona .img-middle {
top:27%;
}
#thema-canvas.canvas-corona .item-holder-3 {
left: 73%;
}
#thema-canvas.canvas-corona .item-holder-4 {
left: 11%;
top: 42%;
z-index:2;
} 
#thema-canvas.canvas-corona .holder-text-hover-4 a {
bottom: -88px;
left: 78px;
}
@media (max-width: 910px) {
#thema-canvas.canvas-corona {
zoom: 0.8;
-moz-transform: scale(0.8);
}    
}
@media (max-width: 767px) {
#thema-canvas.canvas-corona {
zoom: 1.0;
-moz-transform: scale(1.0);
}    
#thema-canvas.canvas-corona .holder-text-hover-3 {
top: -22px;
}
#thema-canvas.canvas-corona .holder-text-hover a {
bottom: -80px;
left: 0px;
}
#thema-canvas.canvas-corona .holder-text-hover-1 {
top:-2px;
right:-2px;
}
#thema-canvas.canvas-corona .holder-text-hover-2 {
top:-2px;
right:-2px;
} 
#thema-canvas.canvas-corona img.item-hover-2 {
width: 250px;
}
#thema-canvas.canvas-corona img.item-hover-0 {
width: 75px;
}
#thema-canvas.canvas-corona img.item-hover-3 {
width: 250px;
}
#thema-canvas.canvas-corona .holder-text-hover-3 {
top: -28px;
}
}#thema-canvas.canvas-energietransitie .img-middle {
left: -7%;
top: 25%;
}
#thema-canvas.canvas-energietransitie .item-holder-0 {
left: 14%;
top: 47%;
z-index:3;
}
#thema-canvas.canvas-energietransitie .item-holder-1 {
left: 32.5%;
top: 29%;
z-index:2;
}
#thema-canvas.canvas-energietransitie .item-holder-2 {
left: 50.7%;
top: 46%;
z-index:2;
}
#thema-canvas.canvas-energietransitie .item-holder-3 {
left: 70%;
top: 29.5%;
z-index:1;
}
#thema-canvas.canvas-energietransitie .holder-text-hover a {
left:105px;
bottom:-40px;
}
#thema-canvas.canvas-energietransitie .item-holder-1 .holder-text-hover a, #thema-canvas.canvas-energietransitie .item-holder-2 .holder-text-hover a, #thema-canvas.canvas-energietransitie .item-holder-3 .holder-text-hover a  {
left:65px; 
}
@media (max-width: 991px) {
#thema-canvas.canvas-energietransitie .img-middle {
width: 530px;
}    
}
@media (max-width: 767px) {
#thema-canvas.canvas-energietransitie {
zoom: 1.0;
-moz-transform: scale(1.0);
}     
#thema-canvas.canvas-energietransitie .item-holder-0 {
left: 13%;
top: 46%;
}   
#thema-canvas.canvas-energietransitie img.item-hover-0 {
width:55px;
}  
#thema-canvas.canvas-energietransitie .holder-text-hover-0 {
right:-8px;
}
#thema-canvas.canvas-energietransitie .item-holder-1 {
left: 28%;
top: 29%;
}      
#thema-canvas.canvas-energietransitie img.item-hover-1 {
width:90px;
}  
#thema-canvas.canvas-energietransitie img.item-hover-2 {
width:165px;
} 
#thema-canvas.canvas-energietransitie .item-holder-2 {
left: 45.7%;
top: 45%;
}    
#thema-canvas.canvas-energietransitie img.item-hover-3 {
width:215px;
} 
#thema-canvas.canvas-energietransitie .item-holder-3 {
left: 63%;
top: 29.7%;
}  
#thema-canvas.canvas-energietransitie .item-holder-1 .holder-text-hover a, #thema-canvas.canvas-energietransitie .item-holder-2 .holder-text-hover a, #thema-canvas.canvas-energietransitie .item-holder-3 .holder-text-hover a  {
left:42px; 
}    
#thema-canvas.canvas-energietransitie .item-holder-0 .holder-text-hover a {
left:69px; 
}
}
@media (max-width: 1199px) {
#thema-canvas.canvas-energietransitie {
zoom: 0.85;
-moz-transform: scale(0.85);
} 
}
@media (max-width: 767px) {
#thema-canvas.canvas-energietransitie .img-middle {
width: 100%;
}
}
@media (max-width: 584px) {
#thema-canvas.canvas-energietransitie {
margin-right:-10px;
margin-left:20px;
}
}
@media (min-width: 768px) and (max-width: 990px) {
#thema-canvas.canvas-energietransitie .img-middle {
width: 665px;
}
#thema-canvas.canvas-energietransitie {
zoom: 0.75;
-moz-transform: scale(0.75);
} 
}#thema-canvas.canvas-jeugd .holder-text-hover a {
bottom: -39px;
left: 76px;   
}
@media (min-width: 768px) and (max-width: 1032px) {
#thema-canvas.canvas-jeugd {
zoom: 0.85;
-moz-transform: scale(0.85);
} 
}
@media (max-width: 767px) {
#thema-canvas.canvas-jeugd img.item-hover-0 {
width: 100px;
}
#thema-canvas.canvas-jeugd img.item-hover-2 {
width: 265px;
}    
#thema-canvas.canvas-jeugd .item-holder-0 {
top:22%;
}
#thema-canvas.canvas-jeugd .item-holder-2 {
top:40%;
}
#thema-canvas.canvas-jeugd .holder-text-hover a {
bottom: -39px;
left: 46px;
}
}#thema-canvas.canvas-leefbaarheid .item-holder-0 {
left: 7%;
top: 30%;
z-index:3;
}
#thema-canvas.canvas-leefbaarheid .item-holder-1 {
left: 18%;
top: 8%;
}
#thema-canvas.canvas-leefbaarheid .holder-text-hover-1 a {
left:76px;
}
#thema-canvas.canvas-leefbaarheid .holder-text-hover-3 a {
left:48px;
}
#thema-canvas.canvas-leefbaarheid .item-holder-2 {
left: 28%;
top: 41%;
z-index:2;
}
#thema-canvas.canvas-leefbaarheid .item-holder-3 {
left: 43%;
top: 1%;
}
#thema-canvas.canvas-leefbaarheid .item-holder-4 {
top: 51%;
left: 49%;
z-index:3;
}
#thema-canvas.canvas-leefbaarheid .item-holder-5 {
top: 10%;
left: 62%;
}
#thema-canvas.canvas-leefbaarheid .item-holder-6 {
top: 39%;
left: 77%;
}
#thema-canvas.canvas-leefbaarheid .holder-text-hover-6 {
right:0;
top:0;
}
#thema-canvas.canvas-leefbaarheid .item-holder-7 {
top: 65%;
left: 80%;
}
@media (max-width: 990px) {
#thema-canvas.canvas-leefbaarheid {
zoom: 0.9;
-moz-transform: scale(0.9);
} 
#thema-canvas.canvas-leefbaarheid .item-holder {
zoom: 0.7;
-moz-transform: scale(0.7);       
}   
}
@media (max-width: 767px) {
#thema-canvas.canvas-leefbaarheid {
zoom: 1.0;
-moz-transform: scale(1.0);
} 
#thema-canvas.canvas-leefbaarheid .item-holder {
zoom: 1.0;
-moz-transform: scale(1.0);       
} 
#thema-canvas.canvas-leefbaarheid .holder-text-hover-7 img.item-hover {
width:281px;
}  
#thema-canvas.canvas-leefbaarheid .holder-text-hover-6 img.item-hover {
width:286px;
}  
#thema-canvas.canvas-leefbaarheid .holder-text-hover-6 {
right: -2px;
top: -3px;
}
#thema-canvas.canvas-leefbaarheid .holder-text-hover-4 img.item-hover {
width:200px;
} 
#thema-canvas.canvas-leefbaarheid img.item-hover-2 {
width: 120px;
} 
#thema-canvas.canvas-leefbaarheid img.item-hover-0 {
width: 55px;
}   
#thema-canvas.canvas-leefbaarheid img.item-hover-1 {
width: 120px;
}      
#thema-canvas.canvas-leefbaarheid .holder-text-hover-1 a {
left: 21px;
bottom: -85px;
}
#thema-canvas img.item-hover-3 {
width: 190px;
}
#thema-canvas.canvas-leefbaarheid .holder-text-hover-3 a {
bottom: -85px;
left: 0px;
}
#thema-canvas.canvas-leefbaarheid img.item-hover-5 {
width: 236px;
}    
#thema-canvas.canvas-leefbaarheid .holder-text-hover-5 a {
left: -100px;
bottom: -85px;
}    
}
@media (max-width: 495px) {
#thema-canvas.canvas-leefbaarheid .holder-text-hover-5 a {
left: 0px;
bottom: -85px;
}     
}#thema-canvas.canvas-zorg .item-holder-0 {
left: 12%;
top: 32%;
z-index:3;
}
#thema-canvas.canvas-zorg .item-holder-1 {
left: 21%;
top: 9%;
z-index:2;
}
#thema-canvas.canvas-zorg .item-holder-2 {
left: 51%;
top: 5%;
z-index:1;
}
#thema-canvas.canvas-zorg .item-holder-3 {
left: 76%;
top: 35%; 
}
#thema-canvas.canvas-zorg .item-holder-3 .holder-text-hover {
top:-45px; 
}
#thema-canvas.canvas-zorg .item-holder-4 {
left: 76%;
top: 65%; 
}
#thema-canvas.canvas-zorg .item-holder-4 .holder-text-hover {
top:-70px; 
}
#thema-canvas.canvas-zorg .holder-text-hover a {
left:121px;
bottom:-38px;
}
#thema-canvas.canvas-zorg .item-holder-4 .holder-text-hover a {
bottom:40px;
}
@media (max-width: 910px) {
#thema-canvas.canvas-zorg {
zoom: 0.75;
-moz-transform: scale(0.75);
}    
}
@media (max-width: 767px) {
#thema-canvas.canvas-zorg {
zoom: 1.0;
-moz-transform: scale(1.0);
}    
#thema-canvas.canvas-zorg .holder-text-hover a {
left: 70px;
bottom: -38px;
}   
#thema-canvas.canvas-zorg img.item-hover-0 {
width: 70px;
}  
#thema-canvas.canvas-zorg img.item-hover-1 {
width: 110px;
} 
#thema-canvas.canvas-zorg img.item-hover-2 {
width: 210px;
}
#thema-canvas.canvas-zorg img.item-hover-3 {
width: 280px;
} 
#thema-canvas.canvas-zorg .item-holder-3 .holder-text-hover {
top: -25px;
}    
#thema-canvas.canvas-zorg img.item-hover-4 {
width: 270px;
} 
#thema-canvas.canvas-zorg .holder-text-hover a {
left: 0px;
bottom: -80px;
}    
#thema-canvas.canvas-zorg .item-holder-4 .holder-text-hover {
top: -38px;
right: -2px;
}   
#thema-canvas.canvas-zorg .item-holder-4 .holder-text-hover a {
bottom: -50px;
left: 0px;
}              
}
#thema-canvas.canvas-zorgkaart-groningen .holder-text-hover a {
width: 295px;
height: 75px;
left: 6px;
bottom: -73px;
}
#thema-canvas.canvas-zorgkaart-groningen .holder-text-hover a:before {
content: '';
position: absolute;
left: -100px;
width: 90px;
height: 90px;
top: -20px;
}
#thema-canvas.canvas-zorgkaart-groningen .item-holder-2 {
top:25%;
}
#thema-canvas.canvas-zorgkaart-groningen .holder-text-hover-0 a {
left: auto;
bottom: -73px;
right: 49px; 
}
#thema-canvas.canvas-zorgkaart-groningen .holder-text-hover-2 a {
left: auto;
bottom: -83px;
right: 52px;
}div.afbeelding-block-wrapper .afbeelding {
background-size:cover;
background-repeat: no-repeat;
background-position:center center;
width:100%;
border:40px solid #fafafa;
}
div.afbeelding-block-wrapper .col {
padding:0px;
}
div.afbeelding-block-wrapper {
height: auto;
width: calc(100% + 160px);
position: relative;
left: -80px;
margin-right: -80px;
margin-top: 35px;
margin-bottom: 35px;  
padding:15px;
}
div.afbeelding-block-wrapper img.img-block {
width:100%;
border:0px !important;
margin:0px !important;
left:0px !important;
}
div.afbeelding-block-wrapper img.img-block.size-90 {
width:90%;
}
div.afbeelding-block-wrapper img.img-block.size-80 {
width:80%;
}
div.afbeelding-block-wrapper img.img-block.size-70 {
width:70%;
}
div.afbeelding-block-wrapper img.img-block.size-60 {
width:70%;
}
div.afbeelding-block-wrapper img.img-block.size-50 {
width:70%;
}
div.afbeelding-block-wrapper .col {
align-items: center;
justify-content: center;
display: flex;  
}
div.afbeelding-block-wrapper .col {
background-color:#fafafa;
padding:30px;
}
div.afbeelding-block-wrapper-3 .col-cnt-3 {
border-left:10px solid #fff;
}
div.afbeelding-block-wrapper-3 .col-cnt-2 {
border-left:10px solid #fff;
border-right:10px solid #fff;
}
div.afbeelding-block-wrapper-3 .col-cnt-1 {
border-right:10px solid #fff;
}
div.afbeelding-block-wrapper-2 .col-cnt-2 {
border-left:10px solid #fff;
}
div.afbeelding-block-wrapper-2 .col-cnt-1 {
border-right:10px solid #fff;
}
div.afbeelding-block-wrapper + div.afbeelding-block-wrapper {
margin-top:-45px;
}
@media (max-width: 991px) {
div.afbeelding-block-wrapper-3 .col-cnt-3 {
border-left:0px solid #fff;
}
div.afbeelding-block-wrapper-3 .col-cnt-2 {
border-left:0px solid #fff;
border-right:0px solid #fff;
}
div.afbeelding-block-wrapper-3 .col-cnt-1 {
border-right:0px solid #fff;
}
div.afbeelding-block-wrapper-2 .col-cnt-2 {
border-left:0px solid #fff;
}
div.afbeelding-block-wrapper-2 .col-cnt-1 {
border-right:0px solid #fff;
}
}.info-block-content-wrapper {
padding:40px;
margin-bottom:30px;
margin-top:30px;
margin-left:-35px;
width:calc(100% + 70px);
}
.info-block-content-wrapper a[data-toggle="tooltip"]:after {
border-bottom:2px dotted #fff;
}.custom-form-wrapper {
border-top:1px solid #f2eded;
margin-top:20px;
padding-top:15px;
}
.custom-form-wrapper h2 {
margin-bottom:3px !important;
}
.custom-form-wrapper .validation_error p {
font-weight: bold;
}