@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{
	color: var(--maincolor);
}
.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;
    height: 280px;
    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;
}
.teaser-small figure{
    max-width: 80px;
    width: 100%
}
.teaser-small{
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dotted var(--maincolor);
    position: relative;
    background-color: transparent;
}
.view-mode-teaser-small .masonry-item.grid12 + .masonry-item.grid12 .teaser-small{
    padding-top: 20px;
}
.view-mode-teaser-small .masonry-item.grid12:nth-child(3) .teaser-small{
    padding-bottom: 0px;
    border-bottom: 0px solid
}
.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;
}
.card.teaser-medium {
    position: relative;
    padding: 20px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.teaser-medium figure img{
    display: block;
    opacity: 1;
    width: 100%;
}
.teaser-medium.eventteaser figure{
    background-color: transparent;
    max-width: 220px;
    width: 100%;
}
.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;
}
.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;
    transition: all .4s;
}

.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;
}
.field-files .link+.link, .field-links .link+.link {
    margin-top: .257em;
}
.bundle-links a, .bundle-shortcuts a {
    color: #666;
    display: inline-block;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    width: calc(100% - 30px);
    font-size: 16px;
}
.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: 20px;
    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
}
.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: 10px 0 10px 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: 6px;
	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: 6px;
	transition: ease-in-out .3s;
}
.text a{
	text-decoration: underline;
}
.page-node-186 p+ul {
    margin-top: 0;
}
main ul li {
    line-height: 140%;
    padding: 3px 0;
}
.teaser-small.teaserpersoon{
    margin: 0 0 20px !important; 
    padding-top: 10px !important;
}
.teaser-small.teaserpersoon img{
    display: block;
       
}
