<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --main-color-1: 0, 146, 255;
    --main-color-2: 24, 170, 75;
}
body {
    font-family: "Myriad Pro Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.bg-top {
    background-color: rgba(var(--main-color-2), 0.1);
}
.footer {
    background-color: rgb(var(--main-color-2));
    color: white;
    padding: 15px;
}
.bg-flag-cz {
    position: relative;
}
#content {
    min-height:500px;
}
.bg-flag-cz:after {
    content: "";
    opacity: 0.05;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-image: url('/frontend/img/czech-republic-flag.svg');
}
.menu  li {

    list-style-type: none;

}
.menu li a {
    color:black;
    text-transform: lowercase;
    float:left;
    white-space: nowrap;
}
.menu  {
    text-align:center;
    font-size: 1.8rem;
    margin-top: 10px;

}

.menu li a:hover, .menu li.active a, .menu li a:focus {
    text-decoration: rgb(var(--main-color-1)) underline;
    cursor: pointer;
}


@media (min-width: 768px) {

    .menu li:first-child a:after, .menu li:not(:last-child):not(:first-child) a:after  {
        content: "|";
        color: rgb(var(--main-color-1));
        margin-left: 10px;
        margin-right: 10px;
    }
    .menu {
        font-size: 2.5vw;
    }

}
@media (min-width: 1200px) {
    .menu {
        font-size: 1.8rem;
    }

}

@media (max-width: 768px) {
    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #f8f9fa !important;
    }
    body {
        padding-top: 56px;
    }

}
/*.menu li:first-child:after, .menu li:not(:last-child):not(:first-child):after  {
    content: "|";
    color: rgb(var(--main-color-1));
    margin-left: 10px;
}*/
/*
.menu li:first-child, .menu li:not(:last-child):not(:first-child) {
    border-right: 2px solid rgb(var(--main-color-1));
}*/

.page-item.active .page-link {
    background-color: rgb(var(--main-color-2));
    border-color: rgb(var(--main-color-2));
}
.page-link, .page-link:hover {
    color: rgb(var(--main-color-2));
}
.actuality {
    font-family: "Myriad Pro Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    width: 100%;
    position: absolute;
    bottom: 0px;
    font-size: 1.8rem;
}
.actuality .container {
    color: white;
    background: rgb(var(--main-color-1));
    padding-bottom: 2px;
}
.actuality .actuality-text {
    background-image: url('/frontend/img/tIcon.png');
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: 20px 100%;
}
h2 {
    color: rgb(var(--main-color-2));
    font-family: "Myriad Pro Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
}
footer a {
    color: white;
}
footer a:hover {
    color: white;
    text-decoration: underline;
}

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: rgb(var(--main-color-2));
}

.scrollbar-success {
    scrollbar-color: rgb(var(--main-color-2)) #F5F5F5;
}
.popup-button {
    position: fixed;
    z-index: 11;
    left: -100px;
    top: 300px;
    width: 125px;
    color: white;
    font-weight: bold;
    background: rgb(var(--main-color-1));
    box-shadow: 0px 0px 100px black;
    border: 1px solid #005ec3;

}
.popup-anim {
    -webkit-transition: left 0.5s; /* For Safari 3.1 to 6.0 */
    transition: left 0.5s;
}
.popup-anim:hover {
    left: 0px;
    color:white;
}
.popup-button-text {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 22px;
    margin-left: -60px;
    width: 200px;
    height: 175px;
    text-align: center;
}
.popup-image {
    position: absolute;
    width: 100px;
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 20px;
    padding-left: 20px;
}
.margin-20px {
    margin-left: -20px;
    margin-right: -20px;
}
.gallery-item {
    padding: 10px;
}
.gallery-item img {
    max-height: 100px;
    margin: auto;
    display: block;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.35);
    border-radius: 5px;
}
.gallery-item span {
    color: black;
    text-decoration: none;
}
.gallery-item a:hover, .gallery-item a:active, .gallery-item a:focus {
    color: rgb(var(--main-color-1));
}
.gallery-item a:hover span, .gallery-item a:active span, .gallery-item a:focus span {

    text-decoration: none;
}

.map-iframe {
    border:none;
    width:80%;
    height: 450px;
}

@media (max-width: 575.98px) {
    .actuality .actuality-text {
        font-size: 1rem;
    }
    .actuality .actuality-text {
        padding-left: 16px;
        background-size: 12px 100%;
    }
}</pre></body></html>