/**
 * weblog post list
 */

.wl-post-list > h2 {
    display: none;
}

.wl-post-list a {
    text-decoration: none;
}

.wl-post-list ol {
    margin: 0;
    list-style: none;
}

.wl-post-list li {
    display: block;
    position: relative;
    margin-bottom: 2em;
    padding: 0 0 20px;
    vertical-align: top;
    background: #fff;
}

.wli-image-large {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    padding-right: 20px;
}

.wli-intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wl-read-more {
    text-align: right;
}

.wl-read-more a {
    display: inline-block;
    margin-top: 1em;
    padding-left: 10px;
    text-align: right;
    font-size: 20px;
    line-height: 1.8em;
    border: 1px solid #1c8ede;
    text-decoration: none;
    transition: all .2s;
}

.wl-read-more a:hover {
    color: #fff;
    background-color: #1c8ede;
}

.wl-read-more a::after {
    content: '>';
    display: inline-block;
    padding: 8px 12px;
    margin-left: 10px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    background-color: #1c8ede;
    transition: all .2s;
}

.content__sidebar {
    margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
   .wl-post-list ol {
       padding-left: 20px;
   }
}

@media screen and (min-width: 580px) {
    .wl-post-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wli-intro-withImage {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        max-width: calc(100% - 240px);
    }
}

/**
 * weblog full post
 */

.wl-post-picture-large img {
    margin-bottom: 0.5em;
}

.wl-meta {
    margin-bottom: 1em;
    font-size: 14px;
    color: #313131;
}

.wl-meta .wl-tag:after {
    content: ",";
    margin-right: 0.3em;
}

.wl-tags-subject .wl-tag:last-child::after {
    content: "";
}

.wl-tags-subject {
    display: block;
}

.wl-tags-type {
    color: #009fe3;
}

.wl-post-intro {
    margin-bottom: 1.5em;
    font-weight: 400;
}

.wl-backToOverview,
.wl-post-print {
    display: block;
    margin-bottom: 0.5em;
    padding: 2px 5px;
    border: 1px solid #009fe3;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #009fe3;
    background-color: #fff;
}

.wl-section P {
    margin: 0;
}

#pbsearch_form input[type="text"],
#pbsearch_form button {
    display: block;
    margin: 0 0 0.5em 0;
    width: 100%;
    vertical-align: top;
}

@media screen and (min-width: 580px) {
    .wl-full-post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wl-post-picture-large {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
        padding-right: 20px;
    }

    .wl-body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        max-width: calc(100% - 240px);
    }
}

/**
 * weblogfilter
 */

.proFormListRadio li label {
    opacity: .5;
}

.proFormListRadio li input {
    margin-right: 0.2em;
}

.proFormListRadio li.last {
    margin-bottom: 1em;
}

/**
 * shareButtons
 */

.shareButtons ul {
    list-style: none;
    margin: 0 0 20px 0;
    text-align: left;
}

.shareButtons li {
    display: inline-block;
}

.shareButton {
    display: block;
    margin-right: 3px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #0077b5;
}

.shareButton--twitter {
    background-color: #1da1f2;
}

.shareButton--facebook {
    background-color: #3b5998;
}

.shareButton--email {
    background-color: #1c8ede;
}

.shareButton__icon {
    color: #fff;
    fill: #fff;
}

.wl-post-navigation {
    display: block;
}

.wl-post-nav {
    display: block;
    margin-bottom: 1em;
}

@media screen and (min-width: 580px) {
    .wl-post-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .wl-post-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }

    .wl-post-next {
        text-align: right;
    }
}

.wl-podcast {
    display: none;
}

.audiojs {
    width: auto;
    margin-bottom: 1em;
}

.audiojs .scrubber {
    width: 40%;
}