﻿body {
    font-family: 'Gotham Rounded', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
}

.fb-share-button {
    position: absolute !important;
    top: 25px;
    right: 20px;
    z-index: 999;

}

.fb-like {
    position: absolute !important;
    top: 25px;
    right: 100px;
    z-index: 999;
}

.container {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
}

.image-container {
    position: relative;
    display: flex;
    width: 100%;
    height:100vh;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

    @media(max-width: 768px) {
        .image-container {
            height: auto;
        }

        .header-image {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .container {
            margin: 1rem 1rem;
        }
    }

    .header-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .logo-wrapper {
        top: 0;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        z-index: 3;
        width: auto;
        height: auto;
    }

    .label-logo {
        width: 10rem;
        height: auto;
        position: relative;
        display: block;
    }

    .logo {
        width: 150px;
        height: 160px;
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        display: block;
        cursor: pointer;
    }

    .caption {
        position: absolute;
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
        display: inline-block;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(173, 28, 23);
        box-shadow: 0 2px 0px #8C211E;
        color: white;
        padding: 10px 20px;
        border-radius: 2px;
        text-align: center;
        font-size: 1.5rem;
        text-transform: uppercase;
        white-space: nowrap;
        border: none;
        z-index: 2;
        cursor: pointer;
    }

        .caption:hover {
            background-color: #BD231E;
        }

        .caption:active {
            top: 90.3%;
            box-shadow: 0 1px 0px #8C211E;
            transition: all .2s;
        }

    .before-footer-image {
        position: relative;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .footer-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .web-caption-button {
        color: white;
        text-decoration: none;
        display: inline-block;
        position: absolute;
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(173, 28, 23);
        box-shadow: 0 2px 0px #8C211E;
        color: white;
        padding: 10px 20px;
        border-radius: 2px;
        text-align: center;
        font-size: 1.2rem;
        text-transform: uppercase;
        white-space: nowrap;
        z-index: 1;
    }

        .web-caption-button:hover {
            text-decoration: none;
            background-color: #BD231E;
        }

        .web-caption-button:active {
            top: 65.5%;
            box-shadow: 0 1px 0px #8C211E;
            transition: all .2s;
        }


    .contact-strip {
        background-color: #ad1c17;
        color: white;
        padding: 2vw 5vw;
        display: flex;
        bottom: 0;
        justify-content: space-between;
        align-items: center;
        font-family: 'Gotham Rounded', sans-serif;
        font-size: 0.8rem;
        position: relative;
        box-sizing: border-box;
    }

    .pes-infolinka-container {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 0;
        height: auto;
        z-index: 1;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
    }

    .pes-infolinka {
        width: 15vw;
        height: auto;
    }

    @media (max-width: 768px) {

        .caption {
            display: none;
        }

        .label-logo {
            width: 3rem;
            height: auto;
        }

        .logo {
            width: 3rem;
            height: auto;
        }

        .pes-infolinka {
            width: 8rem;
        }

        .contact-strip {
            font-size: 0.45rem;
        }

        .footer-text .spokpesHlav{
            font-size: 0.3rem;
        }

        .footer-text .spokpes {
            font-size: 0.3rem;
        }

        .web-caption-button {
            font-size: 0.5rem;
        }

        .scroll-to-top {
            right: 0.8rem;
        }

        .contact-strip .icon {
            display: none;
        }
    }

    .contact-strip .left {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 50%;
    }    

    .contact-strip .right {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        justify-content: flex-end;
        flex: 1 1 50%;
    }

@media screen and (max-width: 300px) {
    .contact-strip .right {
        justify-content: flex-start;
        text-align: right;
        margin-left: 5rem;
    }
}

    .contact-strip .icon {
        fill: #ffffff;
        width: 2rem;
        height: auto;
        margin-right: 1rem;
        align-items: center;
    }

    .contact-strip .text .bold {
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
        white-space: nowrap;
        margin: 0.4em 0.4em;
    }

    .contact-strip .text p {
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: normal;
        margin: 0.4em 0.4em;
    }

    footer {
        position: relative;
        background-color: white;
        padding: 1rem;
        margin-left: 0.4rem;
        text-align: start;
    }

    .footer-text p {
        margin: 0;
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
        color: #333;
        align-items: center;
    }

        .footer-text .spokpesHlav {
            font-size: 0.8rem;
            padding: 0.5rem;
        }

        .footer-text .spokpes {
            font-size: 0.8rem;
            padding: 0.5rem;
        }

@media screen and (max-width: 768px) {
    .footer-text .spokpesHlav {
        font-size: 0.5rem;
        padding: 0.1rem;
    }

    .footer-text .spokpes {
        padding: 0.1rem;
        font-size: 0.5rem;
    }

    .footer{
        margin-left:0;
    }
}

    .scroll-to-top {
        position: fixed;
        right: 1rem;
        bottom: 1.2rem;
        z-index: 10;
        display: none;
        justify-content: flex-end;
    }

    .up-arrow {
        color: #AD1C17;
        width: 1.5rem;
        height: auto;
        cursor: pointer;
    }

    .banner-tabs-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
    }


    .tabs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        margin: 20px 0 0;
        padding: 0 0 0 10px;
        background-color: white;
        position: relative;
        z-index: 3;
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
    }

    .tab {
        display: flex;
        align-items: center;
        cursor: pointer;
        border: 1px solid #ddd;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        background-color: white;
        margin-right: 5px;
        font-size: 0.5vw;
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
        z-index: 2;
        padding: 0.5vw 0.5vw;
        height: auto;
        white-space: nowrap;
        position: relative;
    }



    @media (max-width: 768px) {
        .banner {
            padding: 0 1rem;
        }

        .banner-wrapper {
            padding: 0 1rem;
        }


        .tab {
            font-size: 1.5vw;
            padding: 0.2rem 0.2rem;
            font-family: 'Gotham Rounded', sans-serif;
            font-weight: bold;
        }

        .icon {
            width: 0.5vw;
            height: 16px;
            font-family: 'Gotham Rounded', sans-serif;
            font-weight: bold;
        }
    }


    @media (max-width: 460px) {

        .banner-wrapper {
            padding: 0 0.1rem;
        }

        .tab {
            font-size: 1.5vw;
            font-family: 'Gotham Rounded', sans-serif;
            font-weight: bold;
        }

            .tab span {
                display: inline;
            }

        .icon {
            width: 20px;
            height: 20px;
        }
    }

    .tab:hover {
        color: rgb(173, 28, 23);
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
    }

        .tab:hover.icon, .tab.aktive .icon {
            color: rgb(173, 28, 23);
            font-family: 'Gotham Rounded', sans-serif;
            font-weight: bold;
        }

    .tab.aktive {
        border-bottom: 1px solid white;
        background-color: white;
        color: rgb(173, 28, 23);
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
        z-index: 10;
    }

    .tabs::before {
        position: absolute;
        content: '';
        bottom: -13.5px;
        right: -10px;
        left: -10px;
        border-radius: 15px 15px 0 0;
        border-top: 1px solid #ddd;
        background-color: white;
        box-sizing: border-box;
        width: calc(100% + 20px);
        height: 15px;
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
        z-index: 5;
    }

    .icon {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        font-family: 'Gotham Rounded', sans-serif;
        font-weight: bold;
    }

    .content-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        background-color: #fff;
        box-sizing: border-box;
        overflow: hidden;
        padding: 0 0 0;
        margin: 1rem auto 0;
        align-items: center;
        justify-content: space-between;
    }

        .content-container::-webkit-scrollbar {
            display: none;
        }

    .content-container {
        scrollbar-width: none;
    }

    .content.aktive {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .content {
        display: none;
    }

    .content-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .banner-wrapper {
        align-items: center;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        columns: auto 2;
        margin: 0 0 10px 0;
    }

    .banner {
        display: inline-block;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        width: 49%;
        text-decoration: none;
        height: auto;
        padding: 0vw;
        box-sizing: border-box;
        position: relative;
        flex-direction: column;
        margin: 1vw 0vw 0vw 0vw;
    }

        .banner img {
            opacity: 0.75;
            transition: opacity 0.1s;
        }

    .prvni {
        margin-right: 0;
    }

    .banner-titles {
        position: relative;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box;
    }


    .banner-title {
        font-family: 'Gotham Rounded';
        font-weight: bold !important;
        color: black;
        font-size: 0.7rem;
        text-transform: uppercase;
        margin: 0.2rem 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-decoration: none;
    }

        .banner-title:hover .icon-for-sale {
            background-image: url('/images/akce-aktive.svg');
        }


        .banner-title:hover {
            font-family: 'Gotham Rounded';
            font-weight: bold;
            color: #AD1C17;
        }

        .banner-title .icon-for-sale {
            background: url('/images/akce.svg') no-repeat 0 0;
            width: 1.5rem;
            height: 1.5rem;
            display: block;
            color: black;
            align-items: center;
            margin-right: 5px;
            font-family: 'Gotham Rounded';
            font-weight: bold;
        }

            .banner-title .icon-for-sale img {
                width: 20px;
                height: auto;
                align-items: center;
                margin: 0;
                padding: 0;
                font-family: 'Gotham Rounded';
                font-weight: bold;
            }

        .banner-title:hover .icon-for-sale img {
            fill: #AD1C17;
            font-family: 'Gotham Rounded';
            font-weight: bold;
        }

    .banner:hover img {
        opacity: 1;
    }

.banner-info {
    font-family: 'Gotham Rounded';
    font-weight: bold !important;
    color: black;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin: 0.2rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}

    .banner-info .icon-for-sale {
        background: url('/images/akce.svg') no-repeat 0 0;
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        color: black;
        align-items: center;
        margin-right: 5px;
        font-family: 'Gotham Rounded';
        font-weight: bold;
    }

.banner-info .icon-for-sale img {
    width: 20px;
    height: auto;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: 'Gotham Rounded';
    font-weight: bold;
}

    .banner-info:hover .icon-for-sale {
        background-image: url('/images/akce-aktive.svg');
    }

    .banner-info:hover .banner-title {
        color: #AD1C17;
    }

    .banner-info:hover .icon-for-sale img {
        fill: #AD1C17;
        font-family: 'Gotham Rounded';
        font-weight: bold;
    }

@media screen and (min-width: 1024px) {

   .banner-titles{
       margin-top: 1rem;
       margin-bottom: 2.5rem;
   }
    .banner-title {
        font-size: 1rem;
        margin: 1rem 0;
    }

        .banner-title .icon-for-sale {
            width: 2rem; 
            height: 2rem;
        }

            .banner-title .icon-for-sale img {
                width: 30px; 
            }
}
