@media screen and (max-width: 600px) {
.news-list-slider {
    display: block;
    position: relative;
    height: 150px !important;
    overflow: hidden;
}
}
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-container-tagline-delimiter + .widget-container-tagline-text {
    margin-left: 20px;
    display: none;
}

.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-container-logotype {
    display: block;
    width: 250px;
    text-decoration: none;
    color: #1d1d1d;
}
@media screen and (max-width: 600px) {
.news-list-slider .slider-item {
display: block;
    height: 150px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
}
}

@media screen and (max-width: 600px) {
.c-shares.c-shares-template-1 .widget-element .widget-element-picture {
    display: block;
    padding-top: 60%;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
}

@media screen and (max-width: 600px) {
.widget-icons .widget-icons-content {

    display: none;
}
}



