body {
    min-height: 100vh;
    background-image: url('../img/pozadi_top.jpg');
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

@media (min-width: 768px) {
    .container {
        max-width: 70%;
        margin: 0 auto;
    }
}

.logo {
    width: 150px;
}

.language-switcher {
    display: flex;
    gap: 10px;
}

    .language-switcher .nav-link {
        padding: 0;
    }

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Vlastní SVG ikona */
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
    order: 2;
}

.navbar {
    background: transparent;
    z-index: 1050;
}

.nav-item {
    padding-left: 10px;
    padding-right: 0;
}

.navbar-nav .nav-link:hover {
    font-weight: 600;
}

    @media (max-width: 991px) {
        .navbar-collapse {
            position: absolute;
            top: 80px;
            right: 0;
            left: auto;
            padding-right: 15px;
            padding-left: 15px;
            width: 181px;
            background-color: white;
            box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
        }

            .navbar-collapse .navbar-nav {
                width: 181px;
            }

        .container {
            position: relative;
        }

        .top-line {
            border-top: 1px solid #ddd;
        }

        .cert-icon {
            margin-top: 20px;
        }
    }

    .lang-flag {
    width: 27px;
    height: 27px;
    opacity: 0.5;

}

.lang-flag:hover {
    opacity: 1;
}

.active {
    opacity: 1;
}

h1 {
    font-family: 'Signika', sans-serif;
    font-size: 45px;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
}

h2 {
    font-family: 'Signika', sans-serif;
    font-size: 25px;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #3D89E5;
    font-weight: 600;
}

.button {
    margin-top: 25px;
    width: 215px;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    background: #508221;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}

    .button a {
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .button:hover {
        background-color: #000;
    }

.cross {
    width: 26px;
    margin-bottom: 10px;
}

.logos {
    width: 570px;
    padding: 0;
}



@media (max-width: 755px) {
    .logos {
        width: 370px;
        padding: 0px;
    }

    .products {
        width: 300px;
    }

    .custom-align {
        align-items: flex-start !important;
    }
}

.cert-txt{
    padding-right: 50px;
}

@media (max-width: 575px) {
    .logo {
        width: 110px;
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse;
    }

    .col-md-4, .col-md-6 {
        width: 100%;
        max-width: none;
    }


}

.gray {
    background: transparent linear-gradient(180deg, #706F6F0D 0%, #706F6F00 100%) 0% 0% no-repeat padding-box;
    min-height: 50px;
}

.col2 {
    width: 303px;
}

.flex-container {
    display: flex;
    align-items: flex-start;
}

    .flex-container img {
        margin-right: 1rem; /* Pravý margin obrázku */
    }

.foto {
    height: 100px;
}

.net-icons a
{ 
    padding-left: 20px; 

}

footer {
    background-color: black;
    color: white;
    text-align: left;
    line-height: 97px; /* Výška zápatí pro mobilní zařízení */
    height: 97px;
}

/* Mediální dotaz pro větší obrazovky (např. nad 768px) */
@media (min-width: 768px) {
    footer {
        line-height: 168px; /* Výška zápatí pro větší obrazovky */
        height: 168px;
    }
}

.link:hover {
    filter: brightness(0);
}

.lbl2 {
    font-size: 20px;
}

.social-icon {
    /*display: inline-block;*/
    width: 40px; 
    height: 40px; 
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease; 
    margin-left: 25px;
}

.fb-icon {
    background-image: url('../img/Fb_icon.svg'); 
}

    .fb-icon:hover {
        background-image: url('../img/Fb_icon_black.svg'); 
    }

.linkedin-icon {
    background-image: url('../img/LinkedIn_icon.svg'); 
}

    .linkedin-icon:hover {
        background-image: url('../img/LinkedIn_icon_black.svg'); 
    }

@media (max-width: 767px) {
    .foto {
        margin-bottom: 20px; /* Nastavuje odsazení pod fotografií */
    }
}