
.page-header-background-img {
    background-image: url(/img/background/happy-couple-3.png);
    background-color: white;
}


.big-header {
    /*justify-content: center;*/
    /*align-items: center;*/
    flex-direction: row;
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding: 24px 0;
}

.background-1 {
    background: rgb(245, 245, 247);
}

.page-header-section-1 {
    background-color: white;
    margin-right: 16px;
    height: 100%;
    padding: 45px;
}

.page-header-image-container {
    margin-left: 16px;
}

.page-header-h1 {
    /*font-size: 50px;*/
    /*line-height: 65px;*/
}

.page-header-h1-first-line {
    color: var(--primary-color);
    background: linear-gradient(0deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-card-content .material-icons {
    color: var(--primary-color);
    background: linear-gradient(0deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-header-paragraph,
.page-header-h1-second-line {
    /*color: white;*/
}

.header-checkbox-list {
    color: rgba(0, 0, 0, 0.87);
}

.header-tip-title {
    background-color: rgb(235 235 235);
    color: black;
}

.header-tip-container {
    border: 1px solid #949494;
    color: #1f1f1f;
    background-color: rgba(0, 0, 0, .025);
    position: relative;
}

.action-button-md,
.action-button {
    border: 1px solid #949494;
    color: #fefefe;
    background: var(--primary-color); /* fallback for old browsers */
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.action-button:hover, .action-button-md:hover {
    background: linear-gradient(to left, var(--primary-color), var(--primary-color)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.section-type-1 {
    background-color: #FFFFFF;
}

#myIframeErgoPzr {
    min-height: 628px;
    background-color: #fff;
    /*border-radius: 16px;*/

    border: 5px solid;
    border-image-slice: 1;
    border-width: 3px;
    /*border-image-source: linear-gradient(90deg, #24ada2, #6652e1);;*/
    border-image-source: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.background-dark {
    background: #3c4042; /* fallback for old browsers */
}

.category-grid-item {
    /*border: 1px solid rgb(226, 226, 227);*/
    border: none;
    background: rgb(245, 245, 247);
    /*background: #606368;*/
    /*color:  rgba(255, 255, 255, 0.92);*/
    cursor: auto;
}

.contact-form {
    margin: 36px auto;
}

.home-card-title {
    font-size: 28px;
    line-height: 34px;
    transition: all 150ms linear;
}

.category-grid-item img.home-card-title-img {
    width: 220px;
    max-width: 220px;
    height: auto;
    margin-top: 13px;
}

.advantages-2-topic img.advantages-2-img {
    /*height: 42px;*/
    width: 225px;
    max-width: 225px;
}

.category-grid-item img {
    height: 100px;
}

.rating-container {
    flex: calc(50% - 32px);
    width: calc(50% - 32px);
    padding: 16px;
    margin: 16px;
    background: rgba(255, 255, 255, 0.92);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.rating-person {
    font-weight: bold;
    margin-top: 16px;
    color: var(--primary-color);
}

.rating-person p {
    text-align: left;
}


#partner-slider {
    float: none;
    width: 100%;
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.chart-input-container {
    display: flex;
    flex-direction: row;
    padding: 30px 16px 0 16px;
    border-bottom: 1px solid lightgray;
    min-height: 100px;
}

.chart-input-slider-container {
    padding: 16px 32px 0 32px;
    position: relative;
    width: 80%;
    flex: 1;
    min-height: 100px;
}

#pzr-cost-slider {
    width: 100%;
}

.pzr-input {
    font-size: 24px;
    padding: 4px 0 4px 16px;
    width: 90px;
    height: 53px;
    border: 0;
    border-bottom: 1px solid rgba(25, 25, 25, 0.87);
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}

.relative {
    position: relative;
}

.padding-md {
    padding: 16px;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

#customer_chart {
    margin-top: 16px;
}

#pzr-cost-slider .noUi-base {
    /*background: rgb(214,253,29);*/
    /*background: linear-gradient(90deg, rgba(214,253,29,1) 0%, rgba(168,201,70,1) 39%, rgba(168,201,70,1) 52%, rgba(252,176,69,1) 100%);*/
}

#pzr-visits-slider .noUi-base {
    /*background: rgb(253,29,29);*/
    /*background: linear-gradient(90deg, rgba(253,29,29,1) 0%, rgba(168,201,70,1) 25%, rgba(168,201,70,1) 75%, rgba(252,176,69,1) 100%);*/
}

.title-sm {
    margin: 8px 0 0 8px;
}

.pzr-win-container {
    border-top: 1px solid;
    padding: 42px 32px;
    /*background-color: white;*/
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.win-box {
    border-radius: 4px;
    padding: 12px 32px;
    font-size: 24px;
    font-weight: bold;
}

.win-box-lg {
    padding: 18px 32px;
    font-size: 32px;
}

.win-box-separator {
    margin: 0 18px;
    font-size: 24px;
    min-height: 46px;
}

.pzr-win-bound-container {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.win-box-subtitle,
#win-box-low-percent,
#win-box-up-percent {
    font-size: 14px;
    margin-top: 4px;
    margin-right: 2px;
    color: rgba(0, 0, 0, 0.65);

}

.win-box.loss {
    color: white;
    background-color: grey;
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1337px) {
    .page-header-h1-second-line,
    .page-header-h1-first-line {
        /*font-size: 36px;*/
        line-height: 36px;
    }
}

@media only screen and (max-width: 981px) {
    .pzr-win-container {
        flex-direction: column;
        align-items: center;
    }

    .win-box-separator {
        display: none;
    }

    .win-box-lg {
        margin-top: 32px;
    }

    .pzr-win-bound-container {
        align-items: center;
    }

    .big-header {
        flex-direction: column;
    }

    .page-header-image-container,
    .page-header-section-1 {
        margin: 0;
        max-width: 100%;
    }


}

@media only screen and (max-width: 684px) {
    .rating-container {
        flex: calc(100% - 32px);
        width: calc(100% - 32px);
    }

    .action-button-md {
        max-height: none;
    }

}


.footer-img-sm {
    width: 200px;
}

.footer-img-md {
    width: 300px;
}

.footer-link {
    padding: 8px;
    border-bottom: 1px solid grey;
    min-width: 250px;
    transition: 150ms;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.footer-link:hover {
    background-color: gray;
}


#pftp-treecounter-widget {
    max-width: 680px;
    margin: auto;
    border-radius: 5px;
}


.praxis-calculation-container {
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px;
    border-radius: 5px;
}

#flyer-contact-form {
    width: 560px;
    margin: 16px auto;
    position: relative;
}

@media (max-width: 460px) {
    #flyer-contact-form {
        max-width: 100%;
        width: 100%;
    }
}

.pzr-win-container {
    border-color: var(--primary-color);
}

.win-box {
    background-color: var(--primary-color);
    color: white;
}
