@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Poiret+One);
@import url(http://fonts.googleapis.com/css?family=Bangers);

@media print {

    .header-container, footer, .pagination, #comments, #writeComment, #section-comments, .bottom-container, .flex-direction-nav, .galleria-videoicon, .galleria-image-nav {
        display: none;
    }

    li {
        list-style: none;
    }

    a {
        text-decoration: none;
    }

    h1, h2, h3 {
        text-transform: uppercase;
        font-family: 'Poiret One', cursive;
        font-weight: 400;
    }

    p {
        font-family: 'Cardo', serif;
    }

    /* Article content */
    .breadcrumbs {
        position: absolute;
        top: 0;
    }

    section.section-issue.go-to-content {
        display: block !important;
        padding-top: 12%;
    }

    #article-content-slider {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        overflow-wrap: break-word;
    }

    .button-holder, .social-media-article-container, .rmore {
        display: none;
    }

    #article-content-slider ul.slides {
        max-width: 100% !important;
        transition: none !important;
        -webkit-transform: none !important;
        overflow: visible
    }

    #article-content-slider ul.slides li {
        width: 90% !important;
        float: none !important;
    }

    #article-content-slider .article-two-columns {
        -moz-column-count: 1;
        -ms-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    #article-content-slider .paragraph-default img {
        width: auto;
        height: auto;
        max-width: 500px;
    }

    .most-read-teasers .teaser-box {
        float: none !important;
    }

    .most-read-teasers .photo-holder {
        overflow: visible !important;
        float: none !important;
    }

    .teaser-author .name, .teaser-author .name a {
        overflow: visible !important;
    }

    #article-content-slider .flex-viewport {
        overflow: visible !important;
    }

    /* overview page */
    .bottom-bar, .container-chapters, .social-bar, #main-display .slides {
        display: none;
    }

    .teasers, .teasers-media, .teasers-centrum {
        width: 75%;
    }

    .photo-holder img {
        width: 100%;
        height: auto;
    }

    .most-read-teasers.related-teasers .photo-holder {
        display: none;
    }

    /* cover pages */
    .social-bar-default, .article-post.large .linked-target, .article-post .linked-target {
        display: none;
    }

    /*authors page*/
    #myList-nav, .contact-author {
        display: none;
    }

    .teaser-author {
        margin-bottom: 15px;
    }

    .teaser-author p {
        line-height: 0;
        font-size: 12px;
    }

    .teaser-author .photo-holder img, .teaser-author.large .photo-holder img {
        max-width: 131px;
        max-height: 131px;
        border-radius: 300px;
    }

    .round-image, .teaser-author .photo-holder, .teaser-author.large .photo-holder {
        width: 131px;
        height: 131px;
    }

    /*gallery page*/

    .post-plain-gallery {
        margin-top: 55px;
    }
}

