::-webkit-scrollbar {

    background-color: #00000F;

}



::-webkit-scrollbar-thumb {

    background-color: #171925;

    border-radius: 25px;

}



.container-kontakt {

    background-color: #00000f;

    align-items: center;

    display: flex;

    flex-direction: column;

}



body {

    background-color: #00000f;

}



.container-kontakt .foto-header {
    width: 100%;
    height: 420px;
    object-fit: contain;
    overflow: hidden;
    background-position: 50% 0;
    margin-bottom: 0;
    margin-top: -45px;
}


.parallax-image {
    width: 100%;
    object-fit: contain;
    position: relative;
    top: 0 !important;
}



.foto-header-mobile {

    display: none;

}



@media screen and (max-width: 930px) {

    .foto-header {

        display: none;

    }



    .foto-header-mobile {

        display: block;

        margin-top: 65px;

    }

}



.container-kontakt .text {
    width: 60%;
    margin-top: 20px;
}

@media screen and (max-width: 930px) {
    .container-kontakt .text {
    }
}



.container-kontakt .text p {

    color: white;

    font-weight: 200;

    text-align: justify;

}



.container-kontakt .text a {

    color: #f1008d;

    font-weight: 400;

    text-decoration: none;

}



.container-kontakt .text a:hover {

    color: #f1008d;

    text-decoration: underline;

}

.container-kontakt .text table {
    color: white;
    margin: 20px 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9rem;
}

@media screen and (max-width: 600px) {
    .container-kontakt .text table {
        font-size: 0.8rem;
    }
    .container-kontakt .text table td {
        padding: 5px;
    }
}

.container-kontakt .text table td {

    border: 1px solid rgba(255, 255, 255, 0.3);

    padding: 10px;

    text-align: left;

}

.container-kontakt .text ul {

    color: white;

    margin: 15px 0;

    padding-left: 30px;

}

.container-kontakt .text ul li {

    margin: 10px 0;

    line-height: 1.6;

}



.container-kontakt .text h1 {

    font-size: 50px;

    font-weight: 100;

    color: white;

    text-transform: uppercase;

    margin-top: 50px;

    margin-bottom: 30px;

}

.container-kontakt .text h2 {

    font-size: 40px;

    font-weight: 100;

    color: white;

    text-transform: uppercase;

    margin-top: 80px;

}



@media screen and (max-width: 700px) {
    .container-kontakt .text h1 {
        font-size: 35px;
        margin-top: 30px;
    }

    .container-kontakt .text h2 {
        font-size: 28px;
        margin-top: 40px;
    }

    .container-kontakt .text {
        width: 90%;
    }

    .container-kontakt .foto-header {
        width: 100%;
        height: max-content;
        object-fit: contain;
        overflow: hidden;
        background-position: 50% 0;
        margin-bottom: 25px;
        margin-top: 60px;
    }
}

.galerie {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-block: 30px;
    padding-left: 12.5%;
    cursor: default;
}

.foto-header picture,
.foto-header-mobile picture {
    width: 100%;
    display: block;
}

.galerie.team,
.galerie.cycli-gallery {
    width: 100%;
    cursor: grab;
    overflow-x: auto;
    user-select: none;
    scrollbar-width: none;
    position: relative;
    transition: all 0.2s ease;
}

.galerie.team::-webkit-scrollbar,
.galerie.cycli-gallery::-webkit-scrollbar {
    display: none;
}

.galerie.team:active,
.galerie.team.active,
.galerie.cycli-gallery:active,
.galerie.cycli-gallery.active {
    cursor: grabbing;
    scale: 0.99;
    opacity: 0.98;
}

.galerie img:nth-child(1) {

    margin-right: 10px;

}



.galerie::-webkit-scrollbar-thumb {

    display: none;

    -webkit-appearance: none;

}



.galerie .obrazky {

    display: inline-block;

    user-select: none;

}



.galerie img {

    height: 400px;

    /* Set height and maintain aspect ratio */

    width: auto;

    /* Automatically adjust width to maintain aspect ratio */

    display: inline-block;

}



.galerie .bikelab {

    width: max-content;

    transform: rotate(-90deg);

}



.galerie .bikelab h2 {

    text-transform: uppercase;

    font-size: 100px;

    width: max-content;

}



.galerie .bikelab {

    width: max-content;

    transform: rotate(-90deg);

}



.galerie .bikelab h2 {

    text-transform: uppercase;

    font-size: 100px;

    width: max-content;

}



.galerie .obrazky img#kategorie {

    margin-inline: 10px;

}



@media screen and (max-width: 700px) {
    .galerie {
        padding-left: 5%;
        margin-block: 20px;
    }

    .galerie img:nth-child(1) {
        margin-right: 5px;
    }

    .galerie img {
        height: 250px;
    }
}



/*--------team--------*/



.galerie .team-image {

    display: inline-block;

    position: relative;

    margin-right: 10px;

    width: auto;

}

.galerie .team-image.missing-photo {
    height: 400px;
    width: 300px;
    background-color: #00000F;
}



.galerie .team-image img,
.galerie .team-image img#kategorie {
    height: 400px;
    width: auto;
    display: block;
    object-fit: cover;
}

.galerie .team-image img#kategorie {
    object-fit: contain;
}



.galerie .team-image h2 {

    position: absolute;

    bottom: 0;

    left: 0;

    font-size: 2rem;

    font-weight: 800;

    margin: 0;

    color: #00000F;

    text-transform: uppercase;

    z-index: 2;

    padding: 10px 15px;

    width: 100%;

    box-sizing: border-box;

}

.galerie .team-image.missing-photo h2 {
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}



@media screen and (max-width: 700px) {
    .galerie .team-image img,
    .galerie .team-image img#kategorie {
        height: 250px;
    }


    .galerie .team-image.missing-photo {
        height: 250px;
        width: 200px;

    }

    .galerie .team-image h2 {

        font-size: 1rem;

    }

}

/*-------------partneri----------*/



.partneri {

    flex-wrap: wrap;

    display: flex;

    flex-direction: row;

    width: 90%;

    justify-content: center;

    align-items: center;

    gap: 20px;

    margin-top: 15px;

}



.partneri img {
    width: 200px;
    max-width: 40%;
    height: auto;
    border-radius: 15px;
}

@media screen and (max-width: 700px) {
    .partneri {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 90%;
    }

    .partneri img {
        width: 100%;
        max-width: none;
        height: 70px;
        object-fit: contain;
        border-radius: 10px;
    }
}



/*-------idnes--------*/



.idnes {

    display: flex;

    justify-content: center;

    align-items: center;

}



.idnes img {

    width: 90%;

    border-radius: 25px;

    margin-top: 20px;

}



@media screen and (max-width: 700px) {

    .idnes img {

        border-radius: 15px;

    }

}



/*----cards-container---*/
