<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@author: RenĂ© PanĂˇk (panak@activenet.cz)
*/
/* 
    Created on : 23.1.2018, 11:32:21
    Author     : rene
*/

.rp-slideBoxForm {
    position: fixed;
    left: -300px;
    top: calc(50% - 125px);
    transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
}
/*.rp-slideBoxForm:hover,*/
.rp-slideBoxForm.open {
    left: 0px;
}
.rp-slideBoxForm-handle {
    float: right;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #8dc63f;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    width: 60px;
    height: 250px;
    writing-mode: vertical-lr;
    text-align: center;
    cursor: pointer;
    transform: rotate(180deg);
}
.rp-slideBoxForm-close-wrap{
    text-align: left;
    position: absolute;
    top: -39px;
    width: 30px;
}
.rp-slideBoxForm-close {
    color: #61921f;
}
.rp-slideBoxForm-form{
    padding: 10px 15px;
    float: right;
    background: #c2d4ab;
    width: 300px;
    min-height: 250px;
    border: 2px solid #8dc63f;
    position: relative;
}
.rp-slideBoxForm-form p {
    margin-bottom: 20px;
}
.rp-slideBoxResult {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    max-width: 320px;
    max-height: 100px;
    background: #c2d4ab;
    border-radius: 10px;
    padding: 10px 15px;
    z-index: 1000;
}
.rp-slideBoxResult-inner {
    text-align: center;
}
.rp-slideBoxShade {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #7f7f7f;
    opacity: 0.5;
    z-index: 999;
}
.btn-ziskatkontakt {
    background-color: #8dc63f;
    color: #fff;
    padding: 14px;
    font-weight: bold;
    margin-top: 30px;
}
.rp-slideBoxForm form {
    padding-top: 20px;
}


/* RP - custom */
.heading-custom-1,
article .post-content h2.heading-custom-1 {
    background: #c4eefe;
    padding: 20px 30px;
    font-size: 30px;
}
.btn.btn-ziskatkontakt-2 {
    border-color: #90d151;
    background-color: #3dc700;
    color: #fff;
}
.btn.btn-ziskatkontakt-2:hover {
    border-color: #8dc63f;
    background-color: #3fd000;
}

@media only screen and (max-width:1256px) {
    .heading-custom-1,
    article .post-content h2.heading-custom-1 {
        padding: 15px 20px;
        font-size: 26px;
    }
}

@media only screen and (max-width:1020px) {
    .heading-custom-1,
    article .post-content h2.heading-custom-1 {
        padding: 10px 15px;
        font-size: 24px;
    }
}

@media only screen and (max-width:768px) {
    .heading-custom-1,
    article .post-content h2.heading-custom-1 {
        font-size: 21px;
    }
}

@media only screen and (max-width:480px) {
    .heading-custom-1,
    article .post-content h2.heading-custom-1 {
        padding: 10px 5px;
        font-size: 18px;
        letter-spacing: -0.2px;
    }
}

/* /RP - custom */
</pre></body></html>