.podcastSearch { position: relative; }
.podcastSearch input.searchTerm { width: 100%; height: 36px; padding-left: 8px; margin-bottom: 0; }
.podcastSearch input.submit { padding: 8px 8px 10px; position: absolute; top: 1px; right: 1px; margin-bottom: 0; border: none; }
.podcastSearch .pageListWrap div.active { color: #0053a2; font-weight: 600; }

.podcastListHeaderName { max-width: calc(100% - 288px); }
.podcastListHeaderSearch { position: relative; }
.podcastListHeaderSearch > span { position: absolute; right: 184px; bottom: 16px; color: #000; font-weight: 600; }
.podcastListHeaderSearch > form { position: absolute; right: 0; bottom: 10px; margin-bottom: 0; }
.podcastListHeaderSearch input.searchTerm { width: 168px; height: 36px; padding-left: 8px; margin-bottom: 0; }
.podcastListHeaderSearch input.submit { padding: 8px 8px 10px; position: absolute; top: 1px; right: 1px; margin-bottom: 0; border: none; }

.sidebarLikeBlock .podcastSearchOpenExtended { cursor: pointer; }
.sidebarLikeBlock .podcastSearchOpenExtended { color: #ad9b59; font-weight: 600; }
.sidebarLikeBlock .podcastSearchOpenExtendedText { display: inline-block; padding-right: 24px; position: relative; margin-top: 14px; }
.sidebarLikeBlock .podcastSearchOpenExtendedText:after { content:''; display: block; width: 24px; height: 24px; position: absolute; top: 0; right: 0; background: url(/fileadmin/templates/img/caret-gold.svg); }
.sidebarLikeBlock .podcastSearchOpenExtendedText:after {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.sidebarLikeBlock .podcastSearchOpenExtendedText.opened:after {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}
.sidebarLikeBlock .podcastSearchExtended .pSEWrap { margin-top: 14px; }
.sidebarLikeBlock .podcastSearchExtended .pSEHalf { width: 50%; float: left; }
.sidebarLikeBlock .podcastSearchExtended .pSEHalf + .pSEHalf { text-align: right; }
.sidebarLikeBlock .podcastSearchExtended .pSEHalf span { margin-right: 5px; }
.sidebarLikeBlock .podcastSearchExtended .pSEHalf input { width: 120px; }
.sidebarLikeBlock .podcastSearchExtended .pSEFull { clear: left; }
.sidebarLikeBlock .podcastSearchExtended .pSEFull select { width: 100%; }

.podcastSearchExtended .pSEHalf span { margin-right: 5px; }

@media (max-width: 959px) {
    .sidebarLikeBlock .podcastSearchExtended .pSEHalf { width: 100%; float: none; }
    .sidebarLikeBlock .podcastSearchExtended .pSEHalf + .pSEHalf { text-align: left; }
    .sidebarLikeBlock .podcastSearchExtended .pSEHalf + .pSEHalf span { margin-right: 11px; }
    .sidebarLikeBlock .podcastSearchExtended .pSEHalf input { width: calc(100% - 31px); }
}

.podcast-donation {
  display:none;
}
#mainContentWrap .podcast-donation  div.frame > .contentWrap {
  padding:0;
}
#mainContentWrap .podcast-donation > .horebColorFlow {
  margin:16px 0;
}
#mainContentWrap .podcast-donation > .horebColorFlow.horebColorFlow2 {
  margin-bottom:-22px;
}
.podcast-donation div.frame div.ce-left.ce-intext .ce-gallery {
  margin-bottom:0;
}