<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
NOVE SPOLECNE STYLY PC PRO VSECHNY SABLONY
 */
img-comparison-slider {
    max-width: 60%;
    margin:20px auto;
}
.cell-wrapper {
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
}

.cell-wrapper--cell {
    aspect-ratio: 1;
    padding: 15px;
    text-align: center;
    align-items: center;
    justify-items: center;
    align-content: center;
}

.cell-wrapper--type-shadow .cell-wrapper--cell {
    box-shadow: 1px 1px 20px 0px rgba(204, 204, 204, 0.5);
}

.cell-wrapper--type-border .cell-wrapper--cell {
    border: 1px solid rgba(204,204,204,0.5);
}

.cell-wrapper--type-circle .cell-wrapper--cell {
    border: 1px solid rgba(204,204,204,0.5);
    border-radius:50%;
}

.cell-wrapper--3 {
    grid-template-columns: repeat(3, 1fr);
}

.cell-wrapper--4 {
    grid-template-columns: repeat(4, 1fr);
}

.cell-wrapper--5 {
    grid-template-columns: repeat(5, 1fr);
}

.cell-wrapper--6 {
    grid-template-columns: repeat(6, 1fr);
}

.cell-wrapper--column {
    display: flex;
    align-items: center;
    align-self: center;
    justify-self: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    margin: auto 0;
}

.cell-wrapper--column h2 a, .cell-wrapper--column h2, .cell-wrapper--column p, .cell-wrapper--column a {
    text-decoration: none;
}

.cell-wrapper--column h2 {
    margin-bottom: 5px;
    color: #000000;
}

.cell-wrapper--column p {
    color: rgba(0,0,0,0.8);
}

.cell-wrapper--column img {
    height:3.5rem;
}

.cell-wrapper--type-colored .cell-wrapper--cell {
    background: rgba(0,0,0,0.7);
}

.cell-wrapper--type-colored .cell-wrapper--column p {
    color: rgba(255,255,255,0.8);
}

a[href^=tel] {
    color: inherit;
    text-decoration:inherit;
}

.float-right {
float:right;
}

.rounded-corner-25 {
  border-radius: 25px;
}

.rounded-corner-50p {
  border-radius: 50%;
}

.typo--wrapper ul, .typo--wrapper ol {
margin-left:40px;
}

.circular--landscape { position: relative; width: 300px; height: 300px; overflow: hidden; border-radius: 50%; margin: 20px auto; }
.circular--landscape img { width: auto!important; height: 100%!important; //margin-left: -50%!important; }

.circular--portrait { position: relative; width: 300px; height: 300px; overflow: hidden; border-radius: 50%; margin: 20px auto; }
.circular--portrait img { width: 100%; height: auto; margin-top: -50%!important;}

.grid-wrapper--text-bg-1 {
    background: rgba(239, 239, 239, 0.5);
}

.grid-wrapper--text-bg-2 {
    background: rgba(0, 0, 0, 0.7);
}

.grid-wrapper--text-bg-2 h2 {
    color: rgba(255, 255, 255, 0.9);
}
.grid-wrapper--text-bg-2 p {
    color: rgba(255, 255, 255, 0.8);
}

blockquote {
    background: #63676a;
    color: rgba(255, 255, 255, 1)!important;
    font-style: normal;
    line-height: 120%;
    text-align: center;
    padding: 30px;
    width:70%;
    margin:20px auto;
    font-size: 90%;
}

blockquote.bq1 {
    background: rgba(99, 103, 106, 0.5);
    color: rgba(255, 255, 255, 0.8);
    width:70%;
    margin:20px auto;
    font-size: 90%;
    line-height: 120%;
}

.grid-wrapper--text-bg-3 {
    background: rgba(99, 103, 106, 0.3);
}

.grid-wrapper--text-bg-3 h2 {
    color: rgba(255, 255, 255, 0.9);
}
.grid-wrapper--text-bg-3 p {
    color: rgba(255, 255, 255, 0.8);
}

.grid-wrapper--text-bg-3 .button {
    background: rgba(0, 0, 0, 0.9);
}

.grid-wrapper--text-bg-4 {
    background: rgba(99, 103, 106, 0.4);
}

.grid-wrapper--text-bg-4 .button {
    background: rgba(0, 0, 0, 0.9);
}

.divider {
    width:20%;
    height:3px;
    margin: 30px auto 50px auto;
    background:#efefef;
}

.divider-tiny {
    width:30%;
    height:1px;
    margin: 30px auto 50px auto;
    background: rgba(0, 0, 0, 0.1);
}

table thead td {
background: rgba(0, 0, 0, 0.4);
font-weight:bold;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top:30px;
}

.grid-wrapper-small {
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin-top:30px;
    text-align: left;
    padding:30px;
    background: #FFFFFF;
}

div.grid-wrapper-small.grid-wrapper-small-img-right {
    grid-template-columns: 4fr 1fr!important;
}

.grid-wrapper-small .grid-wrapper-small-img-right .grid-wrapper-small--img img {
margin-left:auto;
}

.grid-wrapper-small ul {
    margin:20px 0 0 0;
}

.grid-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.grid-wrapper--text {
    padding:30px;
    text-align:center;
    margin:auto;
}

.grid-wrapper--text, .grid-wrapper--img {
    max-height: 500px;
    overflow:hidden;
}

.text-section {
    margin-bottom: 20px;
}

.grid-wrapper-small--img img {
   height:100px;
   margin-top:60px;
}

.grid-wrapper-small-narrow {
    width:60%;
    margin-left:auto;
    margin-right:auto;
}

.glow {
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.button {
    margin:1px;
}

.page-footer-map--button--1 {
    box-shadow: 0 3px 10px rgba(0,0,0,0.2) !important;
}

.typo-reference-box {
    width:80%;
    margin:20px auto;
    padding:30px;
    box-shadow: 0 3px 15px rgba(204, 204, 204,0.3);
}

.typo-photo {
    margin:0;
    padding:0;
    height:300px;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.typo-photo:after, .typo-photo:before {
    background: #0f190b!important;
}

.typo-photo--wrap {
    margin:40px auto;
    padding:0;
    height:100%;
    max-width: 1200px;
}

.typo-photo h2, .typo-photo h3 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
    color: #FFFFFF;
}

.typo-photo h2 {
    font-size: 250%!important;
}

.typo-photo h3 {
    font-size: 130%;
}

.typo-photo h2, .typo-photo h3 {
    display: inline-block;
    background: rgba(0,0,0,0.3);
    padding: 10px;
}


.typo-photo--wrap  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tabs__menu {
    background: rgba(0,0,0,0.6);
}

.tabs__top:after {
    background: none;
}

.tabs__menu-item, a.tabs__menu-item {
color: rgba(250, 250, 250, 0.8);
border-left: 1px solid rgba(250, 250, 250, 0.3);
}

.tabs__menu-item.is-open, .tabs__menu-item:focus, .tabs__menu-item:hover, a.tabs__menu-item.is-open, a.tabs__menu-item:focus, a.tabs__menu-item:hover {
    background: #FFFFFF;
}

/*
NOVE SPOLECNE STYLY TLF/TAB
767
1024
 */

@media (max-width: 1023px) {

    .grid-wrapper, .grid-wrapper-small {
        grid-template-columns: 1fr;
    }

    .grid-wrapper-small--img img {
        margin:0 auto;
    }

    .grid-wrapper-small--img {
        text-align:center;
    }

    .grid-wrapper--img {
        max-height:200px;
    }

    .grid-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    /* skryj socialni site */
    #st-2 {
        display:none!important;
    }

    /*pozadi menu na mobilu*/
    .page-header--item.js-show {
        background: rgba(0, 0, 0, 0.7);
    }

    .page-nav .page-nav--sub {
        background: rgba(0, 0, 0, 0.8);
    }

    .grid-wrapper--text {
        max-height:max-content;
    }

    .cell-wrapper--4 {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
        column-gap: 10px;
    }
}

@media (max-width: 490px) {

    .cell-wrapper {
        width:80%;
        margin: 20px auto;
    }
    .cell-wrapper--4 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 5px;
        column-gap: 5px;
    }
}</pre></body></html>