section.artikel {
    margin-top: 50px;
    background: #eef2f5;
    position: relative;
    font-family: "Roboto";
    font-size: 18px;
}
section.artikel.product {
    margin-top: -120px;
    z-index: -999;
}

section.artikel .col-md-6.images div:last-child img {
    position: absolute;
    max-height: 350px;
    top: -225px;
    right: 0;
    float:right;
}

section.artikel .col-md-6.images div:first-child img {
    position: absolute;
    max-height: 850px;
    top: -90px;
}


section.artikel .col-md-3.images div:last-child  img {
    position: absolute;
    max-height: 350px;
    top: -225px;
    right: 0;
    float:right;
}

section.artikel .col-md-3.images div:first-child img {
    position: absolute;
    max-height: 850px;
    top: -90px;
    left: 0;
}

section.artikel h2 {
    margin-top: 75px !important;
    color: #061649;
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 42px;
}

section.artikel h2:before {
    content: "";
    background: #aaa;
    width: 60px;
    height: 3px;
    display: block;
    margin: 10px 0 10px 0;
}


a.btn.btn-artikel {
    padding: 10px 24px;
    background: #5547db;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}

section.artikel .images {
    position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
}

section.artikel .content {
    float: right;
}

.col-md-6.center-block img {
    width: 80%;
}

@media (max-width: 1484px) {
    section.artikel .col-md-3.images div:first-child img {
        max-width: 364px;
        top: 0;
    }
}

@media (max-width: 1096px) {
    section.artikel .col-md-3.images div:first-child img {
        max-width: 300px;
        top: 50px;
    }
}

@media (max-width: 992px) {
    section.artikel .col-md-3.images div img {
        display: none;
    }
}

ul br {
    display: none;
}

.artikel h2 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.bg-overlay {
    background: url("/wp-content/themes/NetCare/images/bg_author.png");
    background-size: auto 100%;
    opacity: .25;
    width: 100%;
    top: 0;
    height: 100%;
    display: block;
    position: absolute;
}

section.author_block {
    position: relative;
}

.author_block {
    background: #bed1e0;
}

.author_block .avatar {
    border-radius: 50%;
    border: 3px solid #27384e;
}
section.artikel .video {
    width: 100%;
    height: 400px;
    border: none!important;
}
section.cta h1:before {
	display:none!important;
}
