/* Small screens */
@media only screen and (max-width: 1280px) {
    .story_type_related {
        width: 48%;
    }
}

/* iPad */
@media only screen and (max-width : 1024px)  {
    .post p,
    .post dl,
    .block-text,
    .headline-info,
    .block-background > .block-background__background > * {
        margin: 15px auto;
    }

    .menu-link {
        padding: 0 5px;
    }

    .index-stories-block .story {
        width: 45%;
    }

    .story {
        font-size: 26px;
    }

    .post {
        width: auto;
        font-size: 18px;
        padding: 0;
    }

    .block-media {
        margin: 40px auto;
    }


        .block-media__full {
            margin: 0;
        }

        .block-media__right {
            padding: 0 !important;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 50%;
            float: right;
            margin: 20px !important;
        }

        .block-media__left {
            padding: 0 !important;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 50%;
            float: left;
            margin: 20px !important;
        }

    .headline {
    }

        .headline-info {
            font-size: 20px;
        }

    .hide-on-ipad {
        display: none;
    }

    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }

    .comments {
        margin: 40px auto;
    }

    .comments-form {
        margin-left: 20px;
        margin-top: 20px;
    }

    .sidebar {
        display: none;
    }

    .sidebar-wrapper {
        margin-right: 0;
    }

    .container_width_limited {
        padding: 0;
    }

    .container_width_max {
        padding: 0;
    }

    .block-text__background,
    .blog__image {
        background-attachment: scroll;
    }

    .inside-head {
        height: 400px;
        width: 100%;
        padding: 0 10px;
    }

        .inside-title {
            margin-top: 50px;
            font-size: 270%;
        }

    .inside-preview {
        display: none;
    }

    .content_type_inside_grey, .content_type_inside_white {
        font-size: 14px;
    }
}

/* iPhone */
@media only screen and (max-width : 570px) {
    .menu {
        width: 100%;
        padding: 0;
        text-align: left;
        font-size: 14px;
    }

        .menu-item {
            margin-left: 1%;
        }

        .menu-link {
            padding: 0 5px;
            font-size: 15px;
        }

    .contacts-row,
    .index-stories-header {
        font-size: 15px;
    }

    .index-story-main .story,
    .index-stories-block .story {
        font-size: 14px;
    }

    .index-stories-block .story {
        width: 70%;
    }

    .subscribe-block {
        float: left;
        margin-left: 30px;
        width: 70%;
        max-width: none !important;
    }

    .block-side,
    .block-media__left,
    .block-media__right {
        position: relative;
        margin: 30px auto !important;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
        clear: both;
        float: none;
    }

    .block-20, .block-30 {
        width: 100%;
    }

    .block-text {
        padding: 30px;
    }

        .block-text .block-media__body {
            margin-left: -30px;
            margin-right: -30px;
        }

    .block-media figure {
        width: 100%;
        border: none;
        margin-left: 0;
        margin-right: 0;
    }

    .post-footer__inside {
        margin: 0 auto;
    }

    .menu-search {
        display: none;
    }

    .featured {
        display: none;
    }

        .featured-mobile {
            display: block;
        }

        .featured-block a {
            padding-left: 60px;
        }

        .featured-block img {
            width: 48px;
        }

        .featured-block strong {
            font-size: 20px;
        }

        .featured-block p {
            .featured p
        }

    .story {
        height: 275px;
        font-size: 15px;
    }

    .gallery-list {
        display: block;
    }

        .gallery-list__item {
            float: left;
            width: 46%;
        }

    .headline {
        min-height: 270px;
    }

        .headline-info {
            font-size: 18px;
        }

    .post {
        font-size: 16px;
    }

        .post-image_align_right {
            margin-right: 0;
        }

        .post-image_align_left {
            margin-left: 0;
        }

    .container_width_max {
        padding: 0;
    }

    .container_width_limited {
        padding: 0;
    }

    .sidebar {
        display: none;
    }

    .sidebar-wrapper {
        margin-right: 0;
    }

    .gallery-list__item {
        clear: both;
        width: auto;
        min-width: 100%;
    }

    .break-on-mobile {
        visibility: hidden;
        display: block;
        clear: both;
        height: 0;
    }

    .hide-on-mobile {
        display: none;
    }

    .comments-form {
        margin-left: 20px;
        margin-top: 20px;
    }

    .hide-on-iphone {
        display: none;
    }

    .show-on-iphone {
        display: block;
    }

    .show-on-iphone-flex {
        display: flex;
    }

    .show-on-mobile {
        display: block;
    }

    .post-related {
        max-height: 640px;
    }

        .story_type_related {
            width: 98%;
        }

    .inline-comments {
        margin-top: 0;
        margin-left: 0;
    }

        .inline-comment__author {
            width: auto;
        }

        .inline-comment__text {
            display: block;
        }

        .inline-comments-form__author {
            width: 15%;
            text-align: left;
        }

    .headline-info__date {
        display: none;
    }


    .width-25, .width-50, .width-75 {
        width: 100%;
    }
}
