@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.masonry-grid .masonry-item {
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: fadeIn;
    opacity: 0;
}
.masonry-grid .masonry-item:nth-child(2) {
    animation-delay: .5s;
}
.masonry-grid .masonry-item:nth-child(3) {
    animation-delay: .7s;
}
.masonry-grid .masonry-item:nth-child(4) {
    animation-delay: .9s;
}
.masonry-grid .masonry-item:nth-child(5) {
    animation-delay: 1.1s;
}
.masonry-grid .masonry-item:nth-child(6) {
    animation-delay: 1.3s;
}
.masonry-grid .masonry-item:nth-child(7) {
    animation-delay: 1.5s;
}
.masonry-grid .masonry-item:nth-child(8) {
    animation-delay: 1.7s;
}
/*--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-----------------------------  teasers  -------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/
.masonry-sizer{
	display: none;
}
.card h3{
	display: block !important;
	margin-top: 0px;
}
.masonry-grid{
	display: flex;
	flex-wrap: wrap;
}
.card{
	height: 100%;
	background-color: #f5f5f5;
	position: relative;
	transition: ease-in-out .3s;
}
.card.teaser-medium{
    background-color: white;
}
.card.teaser-large:hover,.card.teaser-large:focus-within,.card.teaser-medium:hover,.card.teaser-medium:focus-within{
		-webkit-box-shadow: 0px 0px 0px 3px #990011; 
box-shadow: 0px 0px 0px 3px #990011;
	transition: ease-in-out .3s;
}
section.bundle-overview .overview .card h3 a, section.bundle-overview .overview .card h3 a: {
    color: var(--secondcolor);
    font-size: 1.1em;
}
section.bundle-overview .overview .card h3 a:hover, section.bundle-overview .overview .card h3 a:focus {
    position: unset;
}
section.bundle-overview .overview .card h3 a::after {
    position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.card .postdate {
    font-size: 14px;
    margin-top: -5px;
    display: block;
    margin-bottom: 5px;
}
.card .teaser-content p span, span.zoerselrood{
	color: var(--maincolor);
}
span.voetnoot{
	font-size: 14px;
    font-style: italic;
}
.view-mode-teaser-large .masonry-grid .masonry-item.pane .card > figure{
	overflow: hidden;
}
.view-mode-teaser-large .masonry-grid .masonry-item.pane .card > figure > img {
    transform: scale(1);
    transition: ease-in-out .5s;
    object-fit: cover;
    width: 100%;
}
.view-mode-teaser-large .masonry-grid .masonry-item.pane .card:hover > figure > img {
    transform: scale(1.05);
    transition: ease-in-out .5s;
}
.teaser-small figure img{
    display: block;
    opacity: 1;
}
.teaser-small figure{
    max-width: 80px;
    width: 100%
}
section.bundle-overview .overview .teaser-small figure {
    margin-bottom: 0px !important;
}
.teaser-small{
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 0px dotted var(--maincolor);
    position: relative;
    background-color: transparent;
}
.teaser-small.teaserpersoon{
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    position: relative;
    background-color: transparent;
    padding: 10px;
    height: auto;
    margin: 0 -10px -20px;
    transition: ease-in-out .3s;
}
.masonry-item.pane.grid12 .teaser-small.teaserpersoon{
    margin: 0 -10px 20px;
}
.masonry-item.pane.grid12 .teaser-small.teaserpersoon img{
    display: block;
}
.teaser-small.teaserpersoon:hover, .teaser-small.teaserpersoon:focus-within{
    -webkit-box-shadow: 0px 0px 0px 3px #990011;
    box-shadow: 0px 0px 0px 3px #990011;
    transition: ease-in-out .3s;
}
.teaser-small.teaserpersoon .pers-img{
    width: 100px;
}
.teaser-small.teaserpersoon .content-wrap{
    width: calc(100% - 105px);
}
.teaser-small.teaserpersoon .pers-img img{
    width: 100px;
}
.frontpage .teaser-small{
    display: flex;
    gap: 15px;
    padding: 10px !important;
    border-bottom: 1px dotted var(--maincolor);
    position: relative;
    background-color: transparent;
	transition: ease-in-out .3s;
}
.frontpage .teaser-small:hover, .frontpage .teaser-small:focus-within{
	transition: ease-in-out .3s;
	-webkit-box-shadow: 0px 0px 0px 3px #990011;
    box-shadow: 0px 0px 0px 3px #990011;
}
.frontpage .teaser-small .teaser-content{
	font-size: 14px;
}
.view-mode-teaser-small .masonry-item.grid12 + .masonry-item.grid12 .teaser-small{
    padding-top: 20px;
}
.view-mode-teaser-small .masonry-item.grid12 + .masonry-item.grid12 .teaser-small.location-card {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px !important;
}
.view-mode-teaser-small .masonry-item.grid12:nth-child(3) .teaser-small{
    padding-bottom: 0px;
    border-bottom: 0px solid
}
.view-mode-teaser-small .masonry-item.grid12:nth-child(3) .teaser-small.location-card{
    padding-bottom: 20px;
    border-bottom: 1px dotted var(--maincolor);
}
.teaser-small .city, .teaser-small .street{
    display: inline-block;
}
.teaser-small .city::before{
    content: "-";
    margin: 0 10px;
}
.teaser-small .teaser_large h3{
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 !important;
}
.teaser-small .teaser_large::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}
.eventdate{
    color: #990011;
    font-size: 17px;
}
.card.teaser-medium {
    position: relative;
    padding: 20px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.teaser-medium figure img.lazy-loaded{
    display: block;
    opacity: 1;
    width: 100%;
}
.teaser-medium figure img{
    display: none;
    opacity: 1;
    width: 100%;
}
.teaser-medium.eventteaser figure{
    background-color: transparent;
    max-width: 220px;
    width: 100%;
	position: relative;
}
.teaser-medium.eventteaser{
    display: flex;
    gap: 20px;
}
.teaser-medium.eventteaser .eventlocation .title,.teaser-medium.eventteaser .eventlocation .city{
    display: none;
}
#Overview-Filter-Form {
    margin-bottom: 1.867em;
    text-align: center;
    padding: 0 0 0 40px;
}
section.bundle-overview .overview.view-mode-teaser .teaser-medium.eventteaser h3 {
    margin: 5px 0;
    font-weight: 700;
    font-size: 23px;
}
#dates-wrapper .form-item{
    margin-bottom: 0px;
}
.eventlocation{
    display: block;
    margin-bottom: 10px;
}
.field-event-cn-type {
    float: left;
    background-color: #565656;
    color: white;
    text-transform: uppercase;
    padding: 2px 5px 0;
    margin-right: 5px;
    font-size: 14px;
}
.card.eventteaser:hover .readmore, .card.eventteaser:focus-within .readmore {
    background-color: #dbdbdb;
    transition: ease-in-out .3s;
    border-radius: 20px;
}
.card.eventteaser .readmore:hover, .card.eventteaser .readmore:focus {
    position: relative;
}
.filters.iblocks.va-top{
    margin-left: -40px;
    display: flex;
  align-items: end;
}
.filters.iblocks.va-top #dates-wrapper input{
    min-width: unset;
}
.filters.iblocks.va-top input[type="submit"], .filters.iblocks.va-top select[type="submit"]{
    margin-bottom: 10px;
}
/*--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-----------------------------  links  -------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/
.field-links .link {
    background: transparent;
    padding: 0 .429em 0 20px ;
    transition: all .4s;
    position: relative;
}

.bundle-fields, .field-files .link, .field-links .link {
    border: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    border-radius: 0px;
	transition: ease-in-out .3s;
}
.field-files .link, .field-links .link {
    background: transparent;
    padding: 0 .429em 0 20px ;
    transition: all .4s;
    position: relative;
}
.field-files .link+.link,.link+.link, .field-links .link+.link {
    margin-top: .257em;
}
.field-links + .field-files .link{
    margin-top: .257em;
} 
.bundle-links a, .bundle-shortcuts a {
    color: #666;
    display: inline-block;
    font-weight: 400;
    padding: 0px 0;
    text-decoration: none;
    width: calc(100% - 30px);
}
.insidepage .bundle-links a, .insidepage .bundle-shortcuts a{
    font-weight: 400;
}
.icon-right:before {
    color: var(--maincolor);
}
.field-files .link:hover, .field-links .link:hover {
    background: hsla(0, 0%, 75%, .0);
	-webkit-box-shadow: 0px 0px 0px 3px #990011; 
box-shadow: 0px 0px 0px 3px #990011;
	transition: ease-in-out .3s;
}
.blocklink a{
    font-size: 16px;
    color: var(--maincolor);
    display: inline-block;
    margin: 15px 0;
    line-height: 25px;
    padding: 4px 20px 4px 34px;
    transition: ease-in-out .3s;
    border-radius: 20px;
    position: relative;
    font-weight: bold;
}
.frontpage .bundle-overview + .bundle-button a{
    font-size: 18px;
    color: var(--maincolor);
    /* display: inline-block; */
    margin: 15px 0;
    line-height: 25px;
    padding: 4px 20px 4px 35px;
    transition: ease-in-out .3s;
    border-radius: 20px;
    position: relative;
    font-weight: bold;
    background-color: transparent;
    border: 0px solid white;
    text-align: left;
}
.frontpage .bundle-overview + .bundle-button a::before{
    font-size: 26px;
    content: "\e818";
    font-family: "fontello";
    background-color: var(--maincolor);
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: white;
    line-height: 25px;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 11px;
    position: absolute;
    left: 4px;
}
.frontpage .bundle-overview + .bundle-button{
    margin-top: 0px;
}
.readmore{
    font-size: 16px;
    color: var(--maincolor);
    display: inline-block;
    margin: 0;
    line-height: 25px;
    padding: 4px 20px 4px 34px;
    transition: ease-in-out .3s;
    border-radius: 20px;
    position: relative
}
.blocklink a:hover, .blocklink a:focus{
    -webkit-box-shadow: 0px 0px 0px 3px #990011; 
box-shadow: 0px 0px 0px 3px #990011;
	transition: ease-in-out .3s;
    border-radius: 20px;
}
.card:hover .readmore, .card:focus-within .readmore{
    background-color: #fff;
	transition: ease-in-out .3s;
    border-radius: 20px;
}
.blocklink a::before, .readmore::before{
    content:"\e818";
    font-family: "fontello";
    background-color: var(--maincolor);
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: white;
    line-height: 25px;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 11px;
    position: absolute;
    left: 4px;
}
section.bundle-overview .overview.view-mode-links ul.menu.list li {
    border: 0px solid #2f2f2f;
    border-left: 0;
    border-right: 0;
}
section.bundle-overview .overview.view-mode-links ul.menu.list li a {
    padding: 0px 0 0px 30px;
    transition: all .4s;
    position: relative;
	transition: ease-in-out .3s;
	text-decoration: underline;
}
section.bundle-overview .overview.view-mode-links ul.menu.list li a::before {
    content: "\e818";
    font-family: "fontello";
    background-color: transparent;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: var(--maincolor);
    line-height: 25px;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 11px;
    position: absolute;
    left: 4px;
    top: 1px;
	transition: ease-in-out .3s;
}

section.bundle-overview .overview.view-mode-links ul.menu.list li a:hover {
    background: transparent;
    color: var(--maincolor);
	transition: ease-in-out .3s;
	text-decoration: none;
}
section.bundle-overview .overview.view-mode-links ul.menu.list li:hover a::before {
    left: 9px;
    top: 10px;
	transition: ease-in-out .3s;
}
.ref-view-mode-teaser_small .location-card .content-wrap, .view-mode-teaser-small .location-card .content-wrap{
    display: flex;
    gap: 20px;
    transition: ease-in-out .3s;
    width: 100%;
}
.ref-view-mode-teaser_small .location-card:hover .content-wrap, .ref-view-mode-teaser_small .location-card:focus .content-wrap, .view-mode-teaser-small .location-card:hover .content-wrap, .view-mode-teaser-small .location-card:focus .content-wrap{
        -webkit-box-shadow: 0px 0px 0px 3px #990011;
    box-shadow: 0px 0px 0px 3px #990011;
    transition: ease-in-out .3s;
}
.ref-view-mode-teaser_small .location-card .content-wrap address .view-mode-teaser-small .location-card .content-wrap address{
    font-style: normal;
}
.ref-view-mode-teaser_small .location-card{
    padding: 10px 0px;
    transition: ease-in-out .3s;
    width: 100%;
    border: 0px solid white;
}
.text a{
	text-decoration: underline;
}
.page-node-186 p+ul {
    margin-top: 0;
}
main ul li {
    line-height: 140%;
    padding: 3px 0;
}
.field-links .link.icon-right:before, .field-files .link.icon-right:before {
    font-size: 62%;
    position: absolute;
    top: 8px;
    left: 0;
}
.field-files .link, .field-links .link{
    position: relative;
}
/*----------------------------------------------
------------------------------------------------
------------ accordeon bundle ----------------------------
------------------------------------------------
----------------------------------------------*/

.accordion.field .content-header, .accordion.field .content-header:hover {
    cursor: pointer;
    padding: 20px 10px 20px 41px;
    border: 0px solid;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    background-color: #E4EBED;
}
.accordion.field{
	border: 1px solid #CECECE;
	border-radius: 0px !important;
}
.accordion.field .content-header .field-title {
        font-size: 17px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    font-weight: 600 !important;
}
.accordion.field .content-main {
    display: none;
    padding: 24px 24px;
}
.accordion.field .content-header{
	position: relative;
}
.accordion.field .content-header:hover{
	background-color: #E4EBED !important;
	color: var(--maincolor) !important;
}
.accordion.field .content-header:hover h2 span{
	background-color: transparent;
	color: var(--maincolor);
}
.accordion.field .content-header:hover i, .accordion.field .content-header.active i{
	background-color: transparent;
	border: 0px solid var(--secondcolor);
}

.accordion.field .content-header i {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    right: auto;
    top: 50%;
    margin-top: -15px;
    border: 0px solid #888;
    border-radius: 30px 30px;
    -ms-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
    -webkit-transition: border-color 0.15s ease;
}
.accordion.field .content-header i::before {
    content: ' ';
    top: 15px;
    left: 4px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: var(--secondcolor);
    -ms-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    -webkit-transition: background-color 0.15s ease;
}
.accordion.field .content-header i::after {
    content: ' ';
    top: 7px;
    left: 16px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    background-color: var(--secondcolor);
    -ms-transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}
.accordion.field .content-header.active i::after {
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
}
.accordion.field .content-header:hover i::before, .accordion.field .content-header:hover i::after, .accordion.field .content-header.active i::after , .accordion.field .content-header.active i::before {
	background-color: var(--maincolor);
}
.accordion.field .col-teaser-image img.lazy-loaded{display: block;}
.accordion.field .col-teaser-image{
	padding-right: 30px;
}
.bundle-accordions .col.va-top.hide-title figure{
	display: none;
}
.ipdc-group+.ipdc-group {
    padding-top: 0px;
    margin-top: 10px;
}
.ipdc-group + .bundle{
	margin-top: 1.714em;
}
.bundle-accordions .accordion.field .content-main a{
    text-decoration: underline;
}
.cn-type-wrapper{
    display: block;
    float: left;
    width: 100%;
}
.cn-type-wrapper+.readmore{
    margin-top: 50px;
}
.ref-view-mode-full .sidebar-right .gallery{
    display: none;
}
.ref-view-mode-full .grid8{
    width: 100%;
}