/* MOBILNÍ RESPONZIVNÍ VERZE */
@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    header {
        width: 100%;
    }

    .logo a {
        font-size: 30px;
        padding-top: 22px;
    }

    .logotext-respon {
        font-size: 20px;
    }

    .menu {
        display: none;
    }

    .mobil-menu {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .menu-right {
        display: none;
    }

    .resp-submenu {
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        top: 0;
    }

    .separator {
        display: none;
    }

    .content {
        height: auto;
    }

    .logo img {
        height: 80px;
        margin-left: 10px;
    }

    footer {
        width: 100%;
        height: auto;
    }

    footer p {
        padding-top: 21px;
    }

    .outset-description {
        width: 90%;
        margin: 0 auto;
        height: auto;
        align-items: center;
        padding-top: 50px;
    }
    
    .outset-description h1 {
        font-size: 40px;
        font-weight: 100;
    }
    
    .outset-description h2 {
        font-size: 20px;
    }

    .kontakt {
        width: 100%;
    }
    .kontakt h1 {
        font-size: 40px;
    }

    .projekty {
        width: 100%;
    }
    .projekty h1 {
        font-size: 40px;
    }

    .faq-intro {
        width: 100%;
    }
    .faq {
        width: 100%;
    }
    .faq h1 {
        font-size: 40px;
    }

    /* SEARCH */
    .search h2 {
        font-size: 30px;
    }
    .search-wrapper {
        width: 93%;
    }
    .button-search {
        width: 93%;
    }
}
