:root {
    --color-blue: #4464c1;
    --color-black: #202020;
    --ff-Lato: "Lato", sans-serif;
}

@media only screen and (max-width: 1050px) {
    .feed-desktop {
        display: none;
    }

    #header-d {
        display: none;
    }

    ul {
        line-height: 0px;
    }

    ul.mobile {
        line-height: 22px;
    }

    /*******************************************/

    /* N A V B A R */

    /*******************************************/

    #header-m {
        margin-bottom: 15px;
    }

    header {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav-logo {
        cursor: pointer;
        color: #ffffff;
        font-weight: 400;
    }

    .nav-links {
        list-style: none;
        padding-top: 2px;
    }

    .nav-links li {
        display: inline-block;
        padding: 0px 4px;
    }

    .nav-links li img {
        width: 40px;
        height: 34px;
    }

    .nav-search {
        padding: 5px;
        border-radius: 6px;
        border-style: none;
    }

    .feed-mobile {
        width: 90%;
        margin: auto;
    }

    /*******************************************/

    /* P O S T - A R T I C L E */

    /*******************************************/

    .article {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgb(194, 193, 193);
        width: 350px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .post {
        display: flex;
        background-color: #ffffff;
        border-radius: 5px;
    }

    .user-details {
        display: inline-flex;
        padding-top: 10px;
        padding-left: 15px;
    }

    .user-name {
        font-size: 20px;
        padding-left: 10px;
        color: #202020;
    }

    .user {
        font-weight: bold;
        line-height: 20px;
        color: var(--color-blue);
    }

    #time {
        font-size: 14px;
        color: #747475;
    }

    #profile-picture {
        object-fit: cover;
        border-radius: 50%;
    }

    .content-title {
        padding: 25px 0 5px 15px;
        color: #4464c1;
        text-align: center;
    }

    .content-index-title {
        padding: 10px;
        color: var(--color-black);
    }

    #not-pic {
        width: 350px;
        height: 300px;
        object-fit: cover;
        max-width: 100%;
    }

    /*******************************************/

    /* A C T I O N S - LIKE/COMMENT/SHARE */

    /*******************************************/

    .border {
        border-bottom: 1px solid rgb(231, 229, 229);
        display: flex;
        width: 90%;
        margin: auto;
        justify-content: space-between;
        align-items: center;
    }

    .like {
        padding-left: 30px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 5px;
        color: rgb(88, 86, 86);
        display: flex;
        cursor: pointer;
    }

    .comment {
        padding-left: 30px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 5px;
        color: rgb(88, 86, 86);
        display: flex;
        cursor: pointer;
    }

    .share {
        padding-left: 30px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 5px;
        color: rgb(88, 86, 86);
        display: flex;
        cursor: pointer;
    }

    #like {
        width: auto;
        height: 18px;
        margin-right: 5px;
    }

    #share {
        width: auto;
        height: 17px;
        margin-right: 5px;
    }

    #comment {
        width: auto;
        height: 22px;
        margin-right: 5px;
    }

    #alignflex {
        display: flex;
    }

    /*******************************************/

    /* W R I T E - C O M M E N T */

    /*******************************************/

    .schreibekommentar {
        width: 80%;
        margin: auto;
        background-color: #eff2f5;
        padding: 10px 0px 10px 20px;
        border-radius: 10px;
    }

    .schreibekommentar a {
        color: #888a8c;
    }

    .schreibekommentar img {
        height: 20px;
        width: auto;
        float: right;
        padding-right: 15px;
    }

    .boxx {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .comment-text {
        background-color: #eff3f6;
        border: none;
        width: 70%;
        color: #888a8c;
        font-size: 16px;
    }

    /*******************************************/

    /* C O M M E N T S */

    /*******************************************/

    .comments {
        display: inline-flex;
        padding-top: 20px;
        padding-left: 15px;
        padding-bottom: 10px;
        width: 100%;
        max-width: 300px;
    }

    .chat-bubble {
        background-color: #eff3f6;
        margin-left: 10px;
        padding: 5px 10px 5px 10px;
        border-radius: 10px;
        max-width: 80%;
    }

    .user-name-bubble {
        font-weight: bold;
        padding-bottom: 3px;
    }

    .comments-2 {
        display: inline-flex;
        padding-top: 20px;
        padding-left: 20%;
        padding-bottom: 10px;
        max-width: 90%;
    }

    #like-comment {
        width: 18px;
        height: 18px;
        margin-top: 2px;
        margin-left: 6px;
    }

    .like-comment {
        position: relative;
        margin-top: 61px;
        margin-left: -12px;
        background-color: #ffffff;
        padding: 3px 6px 2px 3px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        box-shadow: 0 2px 5px rgb(194, 193, 193);
        width: 80px;
        height: 30px;
    }

    #like-count {
        padding-left: 1px;
        padding-top: 1px;
        float: right;
        font-size: 14px;
    }

    /*******************************************/

    /* M O R E */

    /*******************************************/

    .more {
        text-align: center;
        padding-top: 10px;
        margin-bottom: 15px;
    }

    /*******************************************/

    /* B A N N E R */

    /*******************************************/

    .banner {
        text-align: left;
        display: block;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgb(194, 193, 193);
        padding: 25px;
        width: 350px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

    .banner li a {
        text-decoration: none;
        color: var(--color-black);
    }

    .banner li {
        list-style: none;
    }

    .banner img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .flirtcheck {
        width: 100%;
        /* width: 300px; */
        height: 250px;
    }

    .text_right {
        display: flex;
        flex-direction: row-reverse;
    }

    /*******************************************/

    /* F O O T E R */

    /*******************************************/

    .footer {
        background-color: #4564c1;
        position: absolute;
        width: 100%;
        height: auto;
        color: #c4c9cd;
        margin-top: 1rem;
    }

    .footer-content {
        display: flex;
        width: 100%;
        margin: 0.5rem auto;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

    .footer-content a {
        color: #c4c9cd;
        font-size: 14px;
        text-align: center;
    }
}
