<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Pfister's Garten und Balkone
Version: 1.0
Author: Necon
Author URI: http://gieha.pl
Text Domain: pfisters
*/

body {
    font-family: 'recoletaregular';
    color: #284933;
    font-size: 18px;
    line-height: 22px;
    background-color: #f8ede6;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; 
}

.hx,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'recoletamedium';
    font-weight: normal;
    font-style: normal
}

footer h3,
footer h2,
footer h1,
footer .h1,
footer .h2,
footer .h3 {
    font-family: 'recoletaregular';
    font-weight: normal;
    font-style: normal
}

a {
    color: #a22a2a;
    outline: none
}

a:hover {
    color: #a22a2a;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

#topbar {
    padding-top: 38px;
    padding-bottom: 15px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #f8ede6;
    transition: padding 0.2s
}

.topmenu {
    text-align: center;
    display: inline-block;
}

.topmenu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    line-height: 101px;
}

.topmenu li.logo {
    min-width: 142px
}

.topmenu li.logo a {
    top: 0;
    display: block;
    position: relative;
}

.topmenu li.logo a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/global/moblogo.png) no-repeat 50% 50%;
    background-size: 142px auto;
    content: '';
    display: block;
    opacity: 0;
    transition: opacity 0.35s linear;
    z-index: 10;
}

.topmenu li.logo a img {
    transition: opacity 0.35s linear
}

.topmenu li.logo a.opacity-0 img {
    opacity: 0
}

.topmenu li.logo a.opacity-0::before {
    opacity: 1
}

.topmenu li.logo a.opacity-1 img {
    opacity: 1
}

.topmenu li.logo a.opacity-1::before {
    opacity: 0
}

.topmenu a {
    font-size: 25px;
    line-height: 32px;
    color: #36543f;
    font-family: 'recoletamedium';
    font-weight: normal;
    font-style: normal
}

.topmenu a {
    position: relative;
    top: 12px
}

.current_page_item&gt;a {
    font-weight: bold;
    text-decoration: underline
}

#langlinkswrap {
    line-height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

#langlinks {
    min-width: 209px;
    text-align: right;
    position: absolute;
    right: 0
}

#langlinks a {
    color: #36543f
}

#langlinks a+a::before {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    content: "/"
}

#homepage1 {
    padding-bottom: 30px;
}

.homepage1__text h1,
.homepage1__text .h1 {
    font-size: 50px;
    line-height: 55px;
}

h1,
.h1 {
    font-size: 50px;
    line-height: 55px;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 52px;
}

.btn,
input.btn[type=submit] {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    min-width: 140px;
    padding: 5px 18px;
    border-radius: 0
}

.red-text {
    color: #c74040;
}

a.btn-red,
input[type=submit].btn-red {
    background: #c74040;
    color: #fff;
    transition: background-color 0.2s
}

input[type=submit].btn-red[disabled],
input[type=submit] .btn.disabled,
input[type=submit] .btn:disabled {
    background: #C2B5AC;
    opacity: 1
}

a.btn-red:hover,
input[type=submit]:hover {
    background: #A22A2A;
    color: #fff
}

a.btn-red:focus,
input[type=submit]:focus {
    box-shadow: none
}

.inner-text p {
    margin: 30px 0
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea,
input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

p.btn-wrap {
    margin-top: 30px;
}

#mobilemenu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #f8ede6;
}

#mobilemenu.show {
    height: 100vh;
    min-height: 480px;
    background-color: #ebded5;
}

#mobilelinks {
    display: none;
    opacity: 0;
    transition: opacity 0.2s
}

.show #mobilelinks {
    display: block;
    opacity: 1
}

#mobilemenu.show::before {
    width: 234px;
    height: 275px;
    content: '';
    display: block;
    position: absolute;
    left: -60px;
    bottom: 0;
    background-image: url(img/homepage/section1.png);
    background-size: 234px auto;
    background-position: bottom left;
    z-index: 110
}

a#hamb {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 7px;
    height: 30px;
    position: relative;
    width: 30px;
}

a#hamb span {
    display: block;
    height: 2px;
    width: 100%;
    background: #284933;
    position: absolute;
    left: 0;
    transition: all 0.2s
}

#hamb span.span1 {
    top: 8px
}

#hamb span.span2 {
    top: 19px
}

a#hamb.cross span.span1 {
    transform: rotate(45deg);
    top: 14px;
}

a#hamb.cross span.span2 {
    transform: rotate(-45deg);
    top: 14px;
}

#mobilelinks {
    text-align: center
}

#mobilelinks ul {
    padding: 0;
    margin: 20px 0;
    display: inline-block;
    list-style: none
}

#mobilelinks ul li {
    padding-top: 9px;
    padding-bottom: 9px;
}

#mobilelinks a {
    color: #36543f;
    font-size: 25px;
    line-height: 32px;
    font-family: 'recoletamedium';
    font-weight: normal;
    font-style: normal
}

#mobilelangs a {
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 120
}

#mobilelangs a+a::before {
    content: '/';
    font-size: 15px;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
}

.bg1 {
    background-color: #f8ede6!important
}

.bg2 {
    background-color: #ebded5!important
}

.bs-img {
    height: 274px;
}

.bs-img img {
    max-height: 100%;
}


/*.bs-img1 img{max-width:217px;}
.bs-img2 img{max-width:205px}
.bs-img3 img{max-width:189px; margin-top:12px}*/

main ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

main ul li {
    display: block;
    padding-left: 22px;
    background: url(img/global/li.png) no-repeat left 5px;
    background-size: 13px 11px
}

h3,
.service__block h2,
.team h2 {
    font-size: 30px;
    line-height: 36px;
}

#homepage2 {
    padding-top: 80px;
    padding-bottom: 40px;
}

#prufen {
    padding-top: 60px;
    padding-bottom: 157px;
    position: relative;
    background: #ebded5 url(img/footer/krasnal.png) no-repeat 50% bottom
}

#prufen::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(img/footer/krasnal-lisc.png) no-repeat 50% bottom;
}


/*.prufen__text{padding-left:0;}*/

.prufen__text {
    position: relative;
    z-index: 20
}

footer {
    position: relative;
    margin-top: -37px;
    background: #284933;
    padding-top: 58px;
    padding-bottom: 23px;
    color: #fff;
    font-size: 15px;
}

main section:last-of-type {
    margin-bottom: 37px;
}

main section#prufen {
    margin-bottom: 0
}

.footer-col h3 {
    font-size: 20px;
    line-height: 25px;
}

.footer-logo img {
    max-width: 198px;
    height: auto;
}

.footer-col a {
    color: #fff
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-col-2 {
    margin-bottom: 15px;
}

.row-copy {
    font-size: 10px;
    line-height: 20px;
}

.last-links a {
    color: #fff;
    display: inline-block;
}

.last-links a+a {
    margin-left: 40px
}

.service-blocks {
    padding-top: 70px;
    padding-bottom: 60px;
}

.service__block {
    margin-bottom: 60px;
}

.angebot-section2 {
    background: #ebded5
}

.service__img2 img,
.service__img3 img {
    position: relative;
    margin-top: -40px
}

.contact-section {
    background: #ebded5;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-section a {
    color: #284933;
}

.contact-section form {
    margin-top: 10px;
}

input {
    color: #284933;
    text-decoration: none
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
    display: block;
    border: none;
    width: 100%;
    margin-bottom: 28px;
    border-bottom: 1px solid #284933;
    padding-top: 8px;
    padding-bottom: 8px;
    background: none;
    height: 39px;
    color: #284933
}

textarea {
    overflow: auto;
    overflow-y: hidden;
    max-height: 107px;
    resize: none
}

input[type=checkbox] {
    margin-right: 7px;
}

label {
    font-size: 16px;
}

.uberuns {
    margin-top: 90px;
    margin-bottom: 80px;
}

.team {
    padding-top: 50px;
    padding-bottom: 75px;
    background: url(img/angebot/section2.png) no-repeat -50px bottom;
    background-size: 280px auto;
}

.textimage {
    display: flex;
    align-items: center;
}

.textimage .text {
    padding-right: 40px
}

.person {
    margin-bottom: 35px
}

.person__name,
.person__position {
    display: block;
}

.person__position {
    font-size: 10px;
    text-transform: uppercase;
}

.person .person__name {
    margin-top: 10px;
}

.bigphoto {
    color: #fff;
    display: inline-block;
    position: relative
}

.bigphoto .person__name,
.bigphoto .person__position {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.bigphoto__description {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #284933;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #284933;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #284933;
}

.row-rodo-submit {
    position: absolute;
    top: 0;
    width: 100%
}

.row-rodo {
    margin-top: 135px;
    line-height: 22px;
}

.prevnext {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    width: 100%;
    height: 36px;
    margin-top: -28px;
}

.prevnext-bottom {
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    z-index: 4
}

.custom-next img,
.custom-prev img {
    max-width: 13px;
    height: auto
}


/*
.custom-next{float:right; margin-right:10px;}
.custom-prev{float:left; margin-left:10px;}
*/

.custom-next,
.custom-prev {
    top: 40%;
    position: absolute;
    width: 30px;
    text-align: center
}

.custom-next {
    right: 10px;
}

.custom-prev {
    left: 10px;
}

.projekt__photos .custom-next,
.projekt__photos .custom-prev {
    bottom: 0;
    top: auto;
    z-index: 20
}

.checkbox-wrap {
    display: inline-block;
    position: relative;
}

.checkbox-wrap input[type=checkbox] {
    opacity: 0;
}

.checkbox-wrap::before {
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px;
    border: 1px solid red;
    content: '';
    background: none
}

.checkbox-wrap label {
    padding-top: 5px;
}

.input-checked::before {
    background: url(img/global/checked.png) no-repeat 50% 50%;
}

.nice-select {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 28px;
    line-height: 39px;
    height: 39px;
}

.nice-select .option {
    padding-left: 0
}

.nice-select::after {
    border-bottom: 2px solid #284933;
    border-right: 2px solid #284933;
}

.nice-select,
.nice-select .list {
    background: #ebded5;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #284933
}

.nice-select .list {
    box-shadow: none;
    border-bottom: 1px solid #284933;
    background: #f8ede6
}

.nice-select .list li {
    background: none;
    padding-left: 15px;
}

.nice-select .list li.option:hover {
    background: #ebded5
}

.nice-select:focus,
.nice-select:hover {
    border-bottom: 1px solid #284933
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: none
}

.nice-select.open {
    border: none
}

.projekt {
    margin-top: 75px;
    margin-bottom: 60px;
}

.projekt:first-of-type {
    margin-top: 90px
}

.projekt:last-of-type {
    margin-bottom: 95px
}

.more-photos {
    opacity: 0;
    display: none;
    transition: opacity 0.2s
}

.more-photos-show {
    opacity: 1;
    display: block;
}

.load-more-photos a {
    color: #284933;
    display: inline-block;
    padding-right: 25px;
    background: url(img/global/next.png) no-repeat right 5px;
    background-size: 13px auto
}

button.mfp-close {
    background: url(img/global/close-gallery.png) no-repeat 50% 50%;
    display: inline-block
}

button.mfp-arrow::before,
button.mfp-arrow::after {
    display: none
}

button.mfp-arrow-left {
    background: url(img/global/prev-photo.png) no-repeat 50% 50%;
}

button.mfp-arrow-right {
    background: url(img/global/next-photo.png) no-repeat 50% 50%;
}

.contact-info {
    padding-top: 90px;
    padding-bottom: 70px
}

.contact__text {
    margin-bottom: 35px
}

.contact__text a {
    color: #284933
}

.contact__text a:hover {
    color: #A22A2A
}

.contact__map {
    padding-top: 38.83%;
    position: relative;
    width: 100%;
    min-height: 250px
}

#mapwrap {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}

.contact__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pagecontent h1,
.pagecontent h2 {
    margin-bottom: 50px;
}

.pagecontent p+h2,
p+h3 {
    margin-top: 50px;
}

.pagecontent h1+p,
.pagecontent h2+p,
.pagecontent h3+p,
.pagecontent h4+p,
.pagecontent h5+p,
.pagecontent h6+p {
    margin-top: 1.6em
}

.pagecontent {
    padding-top: 90px;
    padding-bottom: 90px
}

.opening-hours-text h1,
.opening-hours-text h2,
.opening-hours-text h3,
.opening-hours-text h4,
.opening-hours-text .h1,
.opening-hours-text .h2,
.opening-hours-text .h3,
.opening-hours-text h4 {
    margin-top: 50px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    #mobilelogohamburger {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .moblogo img {
        width: 124px;
        height: 44px;
    }
    .homepage1__img img,
    .col-with-image img {
        max-width: 215px;
        height: auto
    }
    .homepage1__text h1,
    .homepage1__text .h1,
    .service__text h1,
    .service__text .h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
    .service-blocks {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
    }
    .service__block {
        /*margin-bottom:60px; */
        padding: 0;
        margin-bottom: 0
    }
    .service__img {
        text-align: center
    }
    .service__img img {
        max-width: 215px;
        height: auto
    }
    .uberuns {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    h1,
    .h1 {
        font-size: 40px;
        line-height: 45px;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .person-wrap {
        text-align: center
    }
    .person {
        display: inline-block;
        text-align: left
    }
    .footer-logo img {
        max-width: 124px;
        height: auto;
    }
    .bs-description {
        width: 210px;
        max-width: 100%
    }
    .projekt__photo {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .load-more-photos {
        display: none
    }
}

@media screen and (max-width:991px) {
    #topbar {
        display: none
    }
    #mobilemenu {
        display: block
    }
    #homepage1 {
        padding-bottom: 0
    }
    #homepage2 {
        padding-top: 0;
    }
    .block-service-wrap {
        text-align: center;
        margin-top: 30px;
    }
    .block-service {
        text-align: left;
        display: inline-block;
    }
    #prufen,
    #prufen::after {
        background-size: 360px auto;
        background-position: 30px bottom
    }
    footer {
        margin-top: -9px
    }
    main section:last-of-type {
        margin-bottom: 9px
    }
    .copyright {
        padding-top: 20px;
    }
    .team {
        padding-top: 370px;
        padding-bottom: 30px;
        background-position: -50px top;
        background-size: auto 350px
    }
    .projekt {
        margin-top: 30px;
        margin-bottom: 25px
    }
    .projekt:first-of-type {
        margin-top: 40px
    }
    .contact-info {
        padding-top: 45px;
        padding-bottom: 35px
    }
    .pagecontent {
        padding-top: 45px;
        padding-bottom: 45px
    }
    .service__btn {
        margin-top: 20px;
    }
    .row-rodo {
        margin-top: 0
    }
    .row-rodo-submit {
        position: relative;
        width: auto
    }
    input.btn[type=submit] {
        width: 100%;
        margin-top: 40px
    }
    .contact-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact__text {
        margin-bottom: 10px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #mobilelogohamburger {
        padding-top: 37px;
        padding-bottom: 37px;
    }
    .moblogo img {
        width: 198px;
        height: auto;
    }
    a#hamb {
        width: 47px;
        height: 47px;
    }
    a#hamb span {
        height: 4px;
    }
    #hamb span.span1 {
        top: 13px
    }
    #hamb span.span2 {
        top: 28px
    }
    a#hamb.cross span.span1 {
        transform: rotate(45deg);
        top: 20px;
    }
    a#hamb.cross span.span2 {
        transform: rotate(-45deg);
        top: 20px;
    }
    .homepage1__img img,
    .col-with-image img {
        max-width: 344px;
        height: auto
    }
    .service__img img {
        max-width: 421px;
        height: auto;
    }
}

@media screen and (min-width:768px) {
    /*.block__service:nth-child(3n){padding-left:4}*/
    .custom-next,
    .custom-prev {
        display: none
    }
    .projekt__photo {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .hidden-photo {
        display: none
    }
}

@media screen and (min-width:992px) {
    .topmenu,
    #langlinkswrap {
        width: 900px
    }
    #mobilemenu {
        display: none
    }
    .block-service-wrap {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .contact__text {
        padding-right: 40px
    }
}

@media screen and (max-width:1199px) {
    #homepage1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-text {
        padding-top: 40px;
    }
    .bs-img {
        height: 200px;
    }
    /*.bs-img1 img{max-width:152px;}
  .bs-img2 img{max-width:144px}
  .bs-img3 img{max-width:133px; margin-top:8px}*/
}

@media screen and (min-width:1200px) {
    .homepage1__text {
        min-height: 580px;
        padding-left: 40px;
        padding-right: 40px;
        display: flex;
        align-items: flex-end;
    }
    .service__text {
        padding-right: 25px;
        display: flex;
        align-items: flex-end;
    }
    .homepage1__text .inner-text {
        max-width: 480px;
    }
    .homepage1__img img {
        max-width: 443px;
        height: auto
    }
    .homepage1-row {
        align-items: flex-end;
    }
    .footer-col-2,
    .copyright {
        padding-left: 40px
    }
    .service__img {
        text-align: center
    }
    .service__block {
        padding-left: 40px;
    }
}

@media screen and (min-width:1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
    .team {
        background-size: 390px auto
    }
}

span.wpcf7-not-valid-tip {
    font-size: 11px;
    font-family: 'Arial';
    margin-top: -25px;
    color: #A22A2A
}

div.wpcf7 form.invalid div.wpcf7-response-output,
div.wpcf7-response-output {
    background-color: #A22A2A;
	border-color: #A22A2A;
    margin: 0 0 1em;
    font-size: 16px;
    border: none;
    color: #ffffff;
    padding: 0.4em 1em;
}

div.wpcf7 form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
    background-color: #439d61;
	border-color: #439d61;
	margin: 0 0 1em;
}

span.wpcf7-list-item {
    margin-left: 0;
}

.narrow-wrap {
    text-align: center
}

.narrow-cont {
    max-width: 900px;
    display: inline-block;
    text-align: left
}</pre></body></html>