.home .st_sharethis span.stButton span.sharethis {
    display: none;
}

.comment:target {
    animation: highlight 5s alternate;
}
@keyframes highlight {
    0%{ background-color: rgba(214, 111, 0, 0.46); }
}


.comment:target {
    animation: highlight 5s alternate;
}

.js-hide {
    display: none;
}
.js-show {
    display: block;
}

.single-post .ui-state-active,
.single-post .ui-widget-content .ui-state-active,
.single-post .ui-widget-header .ui-state-active,
.single-post a.ui-button:active, .ui-button:active,
.single-post .ui-button.ui-state-active:hover {
    border: 1px solid #d95013;
    background: #d95013;
    font-weight: normal;
    color: #ffffff;
}

.single-post .wm-accordion .ui-widget-header-active {
    color: #ffffff;
}

/* It's hide the ADS on MedienWoche single post, on Screens between PC to Tablet*/
@media (max-width: 1199px) {
    .medienwoche-post .widget_bs_ads_two_widget {
        display: none;
    }
}

/* SASSY SHARE ICONS DEV STYLES START */

#sidebar .follow-box .follow-list li.sassy-shortocde-icons {
	margin-top:-6px;
}

.comments-info .follow-box .follow-list li.sassy-shortocde-icons {
	margin-top:-10px;
}

.article-share ul.heateor_sss_sharing_ul {
  display: none;
}

/* SASSY SHARE ICONS DEV STYLES END */

/* Datenschutzerklaerung */
.page-id-57437 ol {
    counter-reset: item;
}
.page-id-57437 ol li {
    display: block;
    position: relative;
         margin-bottom: 15px;
}
.page-id-57437 ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}

@media (max-width: 767px) {
	body.home .info-block .info-title:before {
		display:none;
	}
}