.elementor-505 .elementor-element.elementor-element-ca98428{--display:flex;--gap:16px 16px;--row-gap:16px;--column-gap:16px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-505 .elementor-element.elementor-element-3fb6c49{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-505:not(.elementor-motion-effects-element-type-background), body.elementor-page-505 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-505 .elementor-element.elementor-element-ca98428{--padding-top:60px;--padding-bottom:60px;--padding-left:16px;--padding-right:16px;}}@media(max-width:767px){.elementor-505 .elementor-element.elementor-element-3fb6c49{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-3fb6c49 */.nieuws-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
}

.nieuws-container > div {
    min-height: 430px;
}

.video-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  color: white;
  text-decoration: none;
  position: relative;
}

.video-slide a {
    background-size: cover;
    background-position: center;
    width: 100%;
}

.video-slide:after {
    content: url(/wp-content/uploads/2025/06/play2.svg);
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%);
    opacity: 0.4;
    transition: .3s;
}

.video-slide:hover:after {
    opacity: 1;
}

.video-title {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 16px;
    backdrop-filter: blur(5px);
    color: white !important;
    width: 100%;
}

/*Posts*/
.post-slide {
  display: flex;
  flex-direction: column;
}

.post-content {
    padding: 30px 30px 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex: 1;
    background: white;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content a.read-more {
    color: white;
    display: block;
    width: max-content;
    background-color: var(--e-global-color-secondary);
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 20px 12px 20px;
    margin-top: auto;
}

.post-thumb {
  height: 140px;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.video-slide,
.post-slide {
    height: 100%;
}

@media only screen and (max-width: 1025px) {
    .nieuws-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .post-content {
        padding: 20px;
    }
    
    .nieuws-container {
        grid-template-columns: 1fr;
    }
    
    .nieuws-container > div {
        min-height: 300px;
    }

}/* End custom CSS */