
.com_content.view-categories .go-to-newsletters,
.com-content.view-article .go-to-newsletters {
    display:none;
}

.homepage.static-home  .home-nieuw-text {
    padding: 30px;
    background-color: #60d711;
}

.homepage.static-home .home-blocks {
    padding:15px;
}

.homepage.static-home .home-block {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.homepage.static-home .home-block a {
    font-weight:600;
}
.homepage.static-home .home-block  .title h3{
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
    .homepage.static-home .home-block  .title h3 {
        font-size: 22px !important;
    }
}

.homepage.static-home .home-block-1 {
    background-color: #edee21;
}

.homepage.static-home .home-block-2 {
    background-color: #11EEEC;
}

.homepage.static-home .home-block-3 {
    background-color: #EA1111;
    color: #fff;
}

.homepage.static-home .home-block-3 a {
    color: #fff;
}


.homepage.static-home .home-block-4 h3 {
    text-align:center;
}

.homepage.static-home .home-block-4 .text {
    margin:-15px;
}


.homepage.static-home .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.homepage.static-home .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}