<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
.notification {
    display: block;
    position: fixed;
    min-height: 70px;
    background: red;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 172px;
}
textarea {
    resize: none;
}

body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(74, 125, 51, 0.8);
    background-color: ghostwhite;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(74, 125, 51);
    outline: 1px solid rgb(70, 111, 52);
    border-radius: 3px;
}

.fb-wrapper img {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.fb img {
    position: fixed;
    z-index: 500;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    animation-name: title-appear;
    animation-duration: 3s;
}

.fb:hover img {
    transform: scale(1.15);
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#trigger1 {
    -webkit-transition: -webkit-transform 2s ease-in-out;
}

.offer-element-wrapper {
    opacity: 0;
}

.service-icons-wrapper {
    opacity: 0;
}

.fb-wrapper {
    opacity: 0;
}

.news-element-wrapper {
    opacity: 0;
}

.content-gallery-innerwrapper {
    opacity: 0;
}

.abouttween {
    opacity: 0;
}

.content-contact-outerwrapper {
    opacity: 0;
    display: table;
}

.estabilished-wrapper {
    opacity: 0;
}

body {
    font-family: "Lato", sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    max-width: 100%;
    color: ghostwhite;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../images/bgbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header div {
    overflow-y: hidden;
}

.title-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-text p {
    overflow-y: auto;
}

.news-title {
    color: white;
    font-weight: 800;
    width: 95%;
}

.news-title p {
    z-index: 6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.news-photo {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-color: white;
}

.map-navi p {
    margin: 0;
    padding: 0;
}

.estabilished-wrapper a {
    position: relative;
    display: block;
}

.popup {
    margin-top: -40px;
    font-weight: 400;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all;
}

.popup:hover {
    margin-top: -20px;
    opacity: 1;
    transition: 0.3s all;
}

.popup p {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    font-weight: 400;
    text-align: center;
}

.service-icon {
    position: relative;
}

.content-contact-infobox-element-placename {
    line-height: normal;
}

.gallery-counter {
    display: none;
}

.gallery-arrow:hover,
.gallery-arrow2:hover,
#contact-submit:hover,
.map-navi:hover,
.service-icon img:hover,
.offer-element-wrapper:hover {
    cursor: pointer;
}

.gallery-navi-element:hover {
    cursor: pointer;
}

.title {
    overflow: hidden;
}

.content-contact-infobox-element-fax {
    text-decoration: none;
    color: rgb(74, 125, 51);
    text-decoration-color: rgb(74, 125, 51);
}

@media (min-width: 1024px) {
    #hamburger {
        display: none;
    }
}
#hamburger {
    cursor: pointer;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

#hamburger ul {
    list-style-type: none;
    padding-left: 0;
}

#hamburger:hover {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .naviheight {
        height: 70px !important;
        background-color: rgba(23, 74, 23, 0.99) !important;
        -webkit-transition: -webkit-transform 2s ease-in-out;
    }
}

@media (min-width: 1024px) {
    .naviheight {
        height: 70px !important;
        background-color: rgba(23, 74, 23, 0.99) !important;
        -webkit-transition: -webkit-transform 2s ease-in-out;
    }
}

.admin {
    background-color: rgb(234, 241, 232);
    min-height: 100vh;
    color: black;
}

.admin .page-title {
    margin: 0 !important;
}

.content-admin-innerwrapper {
    width: 600px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 1.5em;
    text-align: center;
}

#admin-login-submit {
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    background-color: rgb(74, 125, 51);
    color: rgb(234, 241, 232);
    padding: 5px;
    width: 150px;
    font-size: 20px;
    margin-top: 20px;
}

#admin-login-email,
#admin-login-password {
    margin-top: 10px;
    font-size: 20px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}

#admin-register-imie,
#admin-register-nazwisko,
#admin-register-email,
#admin-register-confirmemail,
#admin-register-haslo,
#admin-register-confirmhaslo {
    margin-top: 10px;
    font-size: 20px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}

#admin-register-submit {
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    background-color: rgb(74, 125, 51);
    color: rgb(234, 241, 232);
    padding: 5px;
    width: 150px;
    font-size: 20px;
    margin-top: 20px;
}

.admin-welcome {
    padding-top: 200px;
    font-size: 30px;
}

#gallerytitle,
#gallerydescription,
#gallerycategory,
#newstitle,
#newstext {
    margin-top: 10px;
    font-size: 20px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.admin form {
    margin: 0 auto;
    width: 820px;
}

.admin a {
    font-size: 25px;
}

.admin input[type="submit"] {
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    background-color: rgb(74, 125, 51);
    color: rgb(234, 241, 232);
    padding: 5px;
    width: 150px;
    font-size: 20px;
    margin-top: 20px;
}

.admin input[type="file"] {
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    background-color: rgb(74, 125, 51);
    color: rgb(234, 241, 232);
    padding: 5px;
    width: 150px;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
}
.offer-popup-outerwrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    display: none;
}
.offer-popup-innerwrapper {
    position: Relative;
    width: 80vw;
    height: 80vh;
    margin-top: 10vh;
    margin-left: 10vw;
    background-color: rgb(234, 241, 232);
    border-radius: 15px;
    box-shadow: 4px 4px 25px black;
    color: black;
    text-align: center;
}

.offer-popup-content {
    position: Relative;
    margin: 2.5%;
    height: 90%;
    overflow-y: scroll;
    line-height: 1.3em;
    font-size: 1.5em;
}

.offer-popup-element-name {
    font-size: 1.5em;
    font-weight: 600;
}

.offer-popup-content img {
    margin: 1.5em;
    border-radius: 1em;
}

.offer-popup-content p {
    margin-bottom: 2em;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.1);
    margin: 0 auto 2em auto;
    padding: 10px;
    background-image: url(../images/plank.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

@media (min-width: 1200px) {
    .offer-popup-content p {
        width: 50%;
    }

    .offer-popup-content img {
        max-height: 20em;
        max-width: 25em;
    }
}

@media (min-width: 650px) and (max-width: 1199px) {
    .offer-popup-content p {
        width: 80%;
    }

    .offer-popup-content img {
        max-height: 50%;
        min-height: 10em !important;
        max-width: 80%;
    }
}

@media (max-width: 649px) and (orientation: portrait) {
    .offer-popup-content p {
        width: 90%;
        font-size: 1.5em;
        line-height: 1.15em;
    }

    .offer-popup-content img {
        max-height: 12em;
        max-width: 75%;
    }
}

@media (max-width: 649px) and (orientation: landscape) {
    .offer-popup-content p {
        width: 90%;
    }

    .offer-popup-content img {
        max-height: 12em;
        max-width: 75%;
    }
}

#close-popup {
    background-image: url(../images/hamburger-active.svg);
    height: 40px;
    width: 40px;
    background-color: rgb(74, 125, 51);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 50%;
    position: fixed;
    top: 8.5%;
    left: 9%;
    border-radius: 50%;
    transition: 0.5s all;
}

#close-popup:hover {
    background-size: 90%;
    transition: 0.2s all;
}
.nopointer {
    cursor: default !important;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 20px;
}
</pre></body></html>