<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----- Theme redesign ------*/
:root {
    --color-theme-1: #dea373;
    --color-theme-2: #ebded4;
}


/* Carousel */
@media (min-width: 1280px) {
    .carousel {
        height: 34vw;
    }
}


/* Footer */
#footer .banner-wrapper {
    color: #000;
}


.banner-custom {
    height: 480px;
}


@media (min-width: 1920px) {
    .banner-custom {
        height: 550px;
    }
}


.banner-custom-main div {
    z-index: 5;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.banner-custom-main div img {
    z-index: 3;
    position: relative;
}


.banner-custom-main:after {
    z-index: 4;
    background-color: #111;
    opacity: 0.4;
}


.banner-custom-main div h2 {
    text-shadow: unset;
    color: #fff;
    padding-bottom: 30px;
    max-width: 80%;
}


@media (min-width: 1280px) {
    .banner-custom-main div h2 {
        font-size: 67px;
    }
}


@media (max-width: 550px) {
    .banner-custom-main div h2 {
        font-size: 35px;
    }
}


#header .site-name {
    position: relative;
}


#header .site-name a img {
    position: absolute;
    top: -70px;
    width: 130px;
    max-height: 1000px !important;
}


body.unvisible #header .site-name a img {
    top: -20px;
    width: 70px;
}


@media (min-width: 768px) {
    #header .site-name a img {
        z-index: 1002;
    }


    .top-navigation-bar .top-navigation-contacts {
        display: none !important;
    }


    .top-navigation-bar .search {
        padding-left: 250px;
    }
}


@media (max-width: 767px) {
    .responsive-tools {
        justify-content: end;
    }


    .responsive-tools &gt; a::before {
        text-align: right;
    }


    #header .site-name a img {
        top: -30px;
        width: 90px;
    }


    body.unvisible #header .site-name a img {
        top: 5px;
        width: 50px;
    }
}


/* ---- Hodnoceni obchodu (banner) ------*/
.ref {
    width: 100%;
}


.ref .button {
    display: block;
    margin: 0 auto;
    width: 150px;
}


.ref-detail {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
}


@media only screen and (max-width: 768px) {
    .ref .ref-detail .name {
        text-align: center;
    }


    .time {
        text-align: center;
    }


    .list-star {
        width: max-content;
        margin: 0 auto;
    }


    .ref .ref-detail .text {
        text-align: center;
    }


    .ref .ref-list {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
        padding: 2rem 0px;

        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }


    .ref-detail {
        padding: 3rem 40px;
    }
}


@media only screen and (min-width: 768px) {
    .ref .ref-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-row-gap: 6rem;
        grid-column-gap: 4rem;
        padding: 6rem 0;
        max-width: 1418px;
        margin: 0 auto;
    }
}


.ref .ref-detail .name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}


.ref .ref-detail .text {
    font-size: 16px;
    font-style: italic;
    line-height: 2.6rem;
    margin: 2rem 0px;
    color: #000;
}


img.star {
    max-width: 20px;
    margin-bottom: 10px;
}


/* Tooltip and other ------------------------------- */

.one-column-body table.detail-parameters tbody tr th {
    padding-left: 0rem;
}


.tooltip__t-1 span,
.tooltip__t-2 span,
.tooltip__t-3 span,
.tooltip__t-4 span {
    line-height: normal !important;
}


.type-detail .help__tooltip-1,
.type-detail .help__tooltip-2,
.type-detail .p-variants-block table.detail-parameters tbody tr &gt; th {
    float: left;
    padding-right: 10px;
}


@media only screen and (max-width: 768px) {
    .p-variants-block {
        position: relative;
    }


    .one-column-body table.detail-parameters tbody tr th {
        padding-left: 0rem;
        padding-bottom: 1rem;
    }


    .tooltip__t-1,
    .tooltip__t-3 {
        opacity: 1 !important;
        color: grey;
        background: white;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: grid !important;
        place-self: center;
        justify-items: center;
        align-items: center;
    }


    .tooltip__t-2,
    .tooltip__t-4 {
        opacity: 1 !important;

        color: grey;
        background: white;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: grid !important;
        place-self: center;
        justify-items: center;
        align-items: center;
    }


    .tooltip__t-1,
    .tooltip__t-2,
    .tooltip__t-3,
    .tooltip__t-4 {
        display: inline-block;
        border: 1px solid grey !important;
    }


    .tooltip__t-1 .tooltiptext,
    .tooltip__t-2 .tooltiptext,
    .tooltip__t-3 .tooltiptext,
    .tooltip__t-4 .tooltiptext {
        visibility: hidden;

        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-align: left;
        text-transform: none !important;
        line-height: 2.3rem !important;
        width: 90%;
        min-width: 280px;
        background-color: black;
        padding: 1rem;
        border-radius: 6px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 9;
    }


    .tooltip__t-1:hover .tooltiptext,
    .tooltip__t-2:hover .tooltiptext,
    .tooltip__t-3:hover .tooltiptext,
    .tooltip__t-4:hover .tooltiptext {
        visibility: visible;
    }
}


@media only screen and (min-width: 768px) {
    /*
      .tooltip__t-1,
      .tooltip__t-2,
      .tooltip__t-3,
      .tooltip__t-4 {
          position: relative;
          top: 10px;
          left: 10px;
          }
  */
    .p-variants-block {
        position: relative;
    }


    .tooltip__t-1,
    .tooltip__t-3 {
        opacity: 1 !important;
        color: grey;
        background: white;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: grid !important;
        place-self: center;
        justify-items: center;
        align-items: center;
    }


    .tooltip__t-2,
    .tooltip__t-4 {
        opacity: 1 !important;
        color: grey;
        background: white;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: grid !important;
        place-self: center;
        justify-items: center;
        align-items: center;
    }


    .tooltip__t-1,
    .tooltip__t-2,
    .tooltip__t-3,
    .tooltip__t-4 {
        display: inline-block;
        border: 1px solid grey !important;
    }


    .tooltip__t-1 .tooltiptext,
    .tooltip__t-2 .tooltiptext,
    .tooltip__t-3 .tooltiptext,
    .tooltip__t-4 .tooltiptext {
        visibility: hidden;

        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-align: left;
        text-transform: none !important;
        line-height: 2.3rem !important;

        width: 360px;
        background-color: black;
        padding: 1rem;
        border-radius: 6px;

        position: absolute;
        top: 30px;
        z-index: 9;
    }


    .tooltip__t-2:hover .tooltiptext,
    .tooltip__t-1:hover .tooltiptext,
    .tooltip__t-3:hover .tooltiptext,
    .tooltip__t-4:hover .tooltiptext {
        visibility: visible;
    }
}


/**/
.in-krok-2 .co-box-additional div:nth-of-type(1) label.whole-width {
    font-weight: 500;
    padding: 10px 24px;
    max-width: max-content;
}


.type-detail .show-tooltip.question-tooltip {
    display: none;
}


@media (min-width: 1200px) {
    .type-post .content-inner {
        max-width: 800px;
    }
}


/* Type Page -------- */
.type-page .content-inner {
    text-align: center;
}


.type-page article {
    text-align: center;
}


.type-page article h1 {
    margin-bottom: 40px;
}


.type-page article h2 {
    margin-top: 50px;
}


.type-page article h6 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    font-family: var(--template-font);
    display: inline-block;
    border: 1.5px solid var(--color-theme-1);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 50px;
}


.type-page article p {
    font-size: 16px;
    line-height: 1.6;
}


.type-page article p &gt; img {
    border-radius: 10px;
    margin: 40px 0;
}


@media (max-width: 767px) {
    .type-page article h6 {
        font-size: 17px;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 40px;
    }


    .type-page article p {
        font-size: 15px;
    }
}


/* Fix mobile footer banners */
@media (max-width: 767px) {
    .banner {
        margin-bottom: 0;
    }
}


/* Contact page ------------------- */
.in-kontakt .content-inner {
    max-width: 100% !important;
}


.in-kontakt article {
    text-align: left;
}


.contact {
    margin-bottom: 90px;
}


.contact .socials .soc {
    transition: 0.5s;
}


.contact .socials .soc:hover {
    opacity: 0.75;
}


.contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.contact__info {
    width: 400px;
    padding-right: 80px;
}


.contact__form {
    width: calc(100% - 400px);
}


.in-kontakt #dklab_instagram_widget {
    display: none;
}


.contact-map {
    margin-bottom: -25px;
}


.contact-map iframe {
    width: 100%;
    height: 500px;
}


@media (max-width: 767px) {
    .contact-map iframe {
        height: 350px;
    }
}


@media (max-width: 990px) {
    .contact {
        flex-direction: column;
    }


    .contact__info {
        width: 100%;
        padding-right: 0;
        padding-bottom: 50px;
    }


    .contact__form {
        width: 100%;
    }
}


/* News item */

@media (min-width: 768px) {
    .news-item .image img {
        max-width: 100%;
        width: 100%;
        height: 210px;
        object-fit: cover;
        border-radius: 10px;
    }
}


/* Remove radius */
.product .p .image img {
    border-radius: 0;
}
</pre></body></html>