#SubHeaderLinks *, .subheader * {
    display: revert;
}

.subheader__share {
    float: right;
    display: revert;
    position: relative;
    right: 156px;
}

.subheader {
    white-space: nowrap;
    height: 30px;
    margin: 0 auto;
    width: 100%;
}

.share__button img {
    position: absolute;
    top: 15px;
    right: -36px;
    height: 32px;
}

 .dk-headline-border, .headline-border {
    margin-bottom: 5px;
}

@media (max-width: 768px) {

   .subheader .subheader__share {
    display: revert;
    position: relative;
    right: unset;
    float: none;
    left: 21px;
    top: 36px;
    }

.breadcrumbs {
    margin-bottom: 35px;
}

.share__button img {
    position: absolute;
    top: 0px;
    right: unset;
    left: 139px;
    height: 32px;
}
    
}