/* # Price blocks */

.site {
    background-color: #f5f5f5;
}

.content-container {
    position: relative;
    z-index: 5;
}

.price-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
}

.price-row > .col-xl-4 {
    flex: 1 1 33%;
    padding: 0 20px;
}

.price-row > .col-xl-8 {
    flex: 1 1 66%;
}

.main-price .price-item {
    margin-bottom: 60px;
}
.price-row.pricing-sec {
    padding: 0 15px;
}
.main-price .price-item-wrp {
    /*max-width: 410px;*/
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 14px rgba(0, 0, 0, .12);
    height: 100%;
    padding-bottom: 20px;
}

.main-price .price-flexi,
.main-price .price-insta {
    flex: 1 1 50%;
    padding: 0 15px;
}

.main-price .price-title-flexi h1,
.main-price .price-title-flexi h2,
.main-price .price-title-insta h1,
.main-price .price-title-insta h2 {
    font-size: 36px;
}

.main-price .price-item-page {
    padding-top: 155px;
}

.main-price .price-item-page .price-item-wrp {
    background-color: transparent;
    box-shadow: none;
}

.main-price .price-text-page h4 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 9px;
}

.main-price .price-text-page ul {
    font-size: 14px;
    padding: 0 0 0 14px;
}

.main-price .price-text-page ul li {
    margin-bottom: 5px;
}

.main-price .price-title,
.main-price .price-expert,
.main-price .price-text {
    padding: 0 13%;
}

.main-price .price-title {
    text-align: center;
    padding: 15% 11%;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 30%;
}

.main-price .price-title h1,
.main-price .price-title h2 {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
}

.main-price .price-title h1 span,
.main-price .price-title h2 span {
    font-weight: normal;
    font-style: italic;
}

.main-price .price-title strong {
    font-size: 21px;
}

.main-price .price-expert {
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 14px;
}

.main-price .price-button {
    text-align: center;
    margin-bottom: 30px;
}

.main-price .price-button a {
    font-size: 17px;
}

.main-price .price-text {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 30px;
}

.main-price .price-text ul {
    padding: 0;
    margin-left: 17px;
}

.main-price .price-text li {
    margin-bottom: 14px;
    line-height: 1.3;
    font-size: 14px;
}

.preise-l {
    margin-top: 50px;
}

.preise-l img {
    margin-right: 15px;
}

.preise-p {
    padding-left: 50px;
    padding-bottom: 20px;
}

.preise-h {
    padding-left: 50px;
}

.restricted-content {
    padding: 50px;
    font-size: 14px;
}

.restricted-content h2 {
    font-size: 18px !important;
    font-weight: bold;
}

.restricted-content .respar {
    padding: 20px 0;
    margin: 0;
}

.restricted-content .restricted-column {
    width: 50%;
    padding: 0 0 20px;
    float: left;
}

.restricted-content .restricted-column p {
    margin-bottom: 6px;
    display: flex;
    gap: 20px;
}

a.preise:hover {
    color: #0056b3 !important;
}

/* # Price banner */

.mainp-price-header {
    width: 100vw;
    height: 500px;
    padding: 0 20px;
    margin: 0 0 -90px;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    position: relative;
    z-index: 1;
    background-color: #a8a8a8;
}

.mainp-price-header .mainp-banner {
    flex-flow: column wrap;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    padding-bottom: 90px;
}

.mainp-price-header .mainp-banner .mainp-title {
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 20px;
    line-height: 1.2;
    transition: font-size .2s ease;
}

.mainp-price-header .mainp-banner .mainp-descr {
    color: #fff;
    font-weight: 500;
    width: 100%;
    font-family: var(--font-h);
    line-height: 28px;
    transition: font-size .2s ease;
}

.mainp-price-header .mainp-banner .mainp-descr {
    font-size: 16px;
}

.mainp-price-header .mainp-banner .mainp-title,
.mainp-price-header .mainp-banner .mainp-descr {
    max-width: 65%;
}

/* # Price PopUp */

.nnfb-popup-block {
    padding: 0;
}

.pmethods-popup {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
}

.pmethods-popup .pmethods-title {
    color: var(--head-color);
    line-height: 1.25;
    font-family: var(--font-h);
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 18px;
    padding-right: 20px;
}

.pmethods-popup .pmethods-filter {
    margin-bottom: 20px;
}

.pmethods-popup .pmethods-filter .pmethods-select {
    border-radius: 5px;
    padding: 6px 10px;
    border-color: #d2d2d2;
    background: none;
}

.pmethods-popup .pmethods-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    margin-bottom: 30px;
}

.pmethods-popup .pmethods-items .pmethods-item {
    flex: 1 1 33%;
    max-width: 33%;
    padding: 5px;
}

.pmethods-popup .pmethods-items .pmethods-item .pmethods-item-wrp {
    border: 1px solid #ddd;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: flex-start;
    padding: 5px 20px;
    height: 75px;
}

.pmethods-popup .pmethods-items .pmethods-item .pmethods-item-img img {
    display: inline-block;
    margin-right: 6px;
}

.pmethods-popup .pmethods-item-notice {
    font-size: 13px;
}

.pmethods-popup .prcdetails {
    display: block;
    padding-left: 0;
}

.pmethods-popup .prcdetails:after {
    padding-bottom: 3px;
    margin-left: 6px;
}

.nnfb-popup-block-det {
    max-width: 600px !important;
}

.nnfb-popup-block-det .nnfb-popup-content-val {
    width: 100%;
    height: 100%;
    max-height: 100vh;
}

.nnfb-popup-block-det .price-det-wrap {
    width: 100%;
    height: 100%;
    padding: 30px;
}

.nnfb-popup-block-det .price-det-wrap div {
    display: flex;
}

.nnfb-popup-block-det .price-det-wrap h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 20px;
}

/* # Home contact form */

.mcontact {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.mcontact .mcontact-l {
    flex: 1 1 30%;
    align-self: auto;
    display: none;
}

.mcontact .mcontact-r {
    flex: 1 1 70%;
    align-self: auto;
    padding: 45px 0 3% 4%;
}

.mcontact .mcontact-title {
    font-family: var(--font-h);
    margin: 0 10px 54px;
}

.mcontact .mcontact-title .mcontact-title-b {
    font-size: 36px;
    margin-bottom: 15px;
    display: block;
}

.mcontact .mcontact-title .mcontact-title-s {
    font-size: 49%;
    line-height: 1.25;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.mcontact .mcontact-row {
    display: flex;
}

.mcontact .mcontact-row .mcontact-fild-l,
.mcontact .mcontact-row .mcontact-fild-r {
    flex: 1 1 50%;
    align-self: auto;
    margin: 0 15px;
}

.mcontact .contact-fild {
    position: relative;
    margin-bottom: 40px;
}

.mcontact .contact-fild .field-label {
    display: block;
    pointer-events: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%;
    opacity: .7;
    z-index: 1;
}

.mcontact .contact-fild .field-label.to-top {
    top: -20px;
}

.mcontact .contact-fild .contact-inp {
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--forms-border-color);
    color: #333;
    display: block;
    font-size: 15px;
    margin-top: 0;
    outline: 0;
    padding: 0;
    width: 100%;
    font-weight: 600;
}

.mcontact .contact-fild .contact-inp::-moz-placeholder {
    opacity: .3;
    font-weight: 300;
}

.mcontact .contact-fild .contact-inp:-ms-input-placeholder {
    opacity: .3;
    font-weight: 300;
}

.mcontact .contact-fild .contact-inp::placeholder {
    opacity: .3;
    font-weight: 300;
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:-moz-placeholder-shown):invalid {
    border-bottom: rgba(255, 0, 0, .31) solid 1px;
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:-ms-input-placeholder):invalid {
    border-bottom: rgba(255, 0, 0, .31) solid 1px;
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:placeholder-shown):invalid {
    border-bottom: rgba(255, 0, 0, .31) solid 1px;
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:-moz-placeholder-shown):valid {
    border-bottom: 1px solid var(--forms-border-color);
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:-ms-input-placeholder):valid {
    border-bottom: 1px solid var(--forms-border-color);
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:placeholder-shown):valid {
    border-bottom: 1px solid var(--forms-border-color);
}

.mcontact .contact-fild .invalid-feedback {
    color: red;
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    position: absolute;
}

.mcontact .contact-fild.w-info {
    margin: 0 15px 50px;
}

.mcontact .lab-required:after {
    content: "*";
    color: red;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 0;
    padding-left:5px;
}

.mcontact .contact-fild-agree {
    margin: 0 15px 40px;
}

.mcontact .btn-fsubm {
    width: 100%;
    max-width: 285px;
}

.mcontact .btn-fsubm:focus {
    box-shadow: 0 0 4px #3283c7;
}

.mcontact .mcontact-row.mcontact-footer > div {
    margin-bottom: 30px;
}

.mcontact .mcontact-subm-wrp {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
}

.mcontact .mcontact-subm-wrp .mcontact-subm-val {
    vertical-align: middle;
}

.mcontact .mcontact-subm-wrp .prell-ring {
    margin-right: 6px;
}

.mcontact .alert {
    display: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    text-align: center;
}

.mcontact .alert.alert-success {
    color: #155724;
    background-color: #d4edda;
}

.mcontact .alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
}

:root {
    --prel-size: 22px;
    --prel-border-w: 3px;
    --prel-color: rgba(255, 255, 255, .5);
}

.prell-ring {
    display: none;
    width: var(--prel-size);
    height: var(--prel-size);
    vertical-align: middle;
}

.prell-ring::after {
    content: " ";
    display: block;
    width: var(--prel-size);
    height: var(--prel-size);
    border-radius: 50%;
    border: var(--prel-border-w) solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: nn-ring 1.2s linear infinite;
    animation: nn-ring 1.2s linear infinite;
}

.prell-ring::after {
    border: var(--prel-border-w) solid var(--prel-color);
    border-color: var(--prel-color) transparent var(--prel-color) transparent;
}

@-webkit-keyframes nn-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes nn-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 260px) {
    .mainp-price-header .mainp-banner .mainp-descr {
        font-size: calc(16px + 5 * ((100vw - 260px) / 340));
    }
}

@media screen and (min-width: 600px) {
    .mainp-price-header .mainp-banner .mainp-descr {
        font-size: 21px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .main-price .price-text-page ul {
        -moz-columns: 3;
        columns: 3;
        -moz-column-gap: 3em;
        column-gap: 3em;
    }

    .main-price .price-text-page ul li {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
}

@media screen and (min-width: 1200px) {
    .mcontact .mcontact-l {
        min-height: 650px;
        background: url("/wp-content/themes/novalnet/assets/img/form-bg-ok.jpg") no-repeat center;
        background-size: cover;
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .price-row {
        padding: 0;
    }
   /* .price-row > div {
        flex: 1 1 50%;
        justify-content: center;
        display: flex;
    }*/
    .price-row > .col-xl-4 {
        flex: 1 1 100%;
    }
    .price-row .price-item-page {
        flex: 1 1 100%;
        justify-content: center;
        display: flex;
    }
    /*.main-price .price-item-wrp {
        max-width: 480px;
        margin: 0 30px;
    }*/
    .main-price .price-item-page {
        padding-top: 0;
    }

    .main-price .price-item-page .price-item-wrp {
        max-width: 93%;
    }
    .mainp-price-header .mainp-banner .mainp-title {
        font-size: 44px;
    }
    .pmethods-popup .pmethods-items .pmethods-item {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .mcontact .mcontact-r {
        padding: 45px 4% 3%;
    }
}

@media screen and (max-width: 992px) {
    .mainp-price-header {
        height: 420px;
    }
    .mainp-price-header .mainp-banner .mainp-title {
        font-size: 39px;
        line-height: 46px;
    }
    .mainp-price-header .mainp-banner .mainp-title,
    .mainp-price-header .mainp-banner .mainp-descr {
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .price-row > div {
        flex: 1 1 100%;
    }
    .main-price .price-item-wrp {
        max-width: 540px;
    }
    .main-price .price-item-page .price-item-wrp {
        max-width: 540px;
    }
    .mainp-price-header {
        height: 370px;
    }
    .mainp-price-header .mainp-banner {
        align-content: center;
    }
    .mainp-price-header .mainp-banner .mainp-title {
        font-size: 48px;
        line-height: 1.2;
    }
    .mainp-price-header .mainp-banner .mainp-title,
    .mainp-price-header .mainp-banner .mainp-descr {
        max-width: 540px;
    }
    .mcontact .mcontact-r {
        padding: 45px 0 3%;
    }
    .mcontact .mcontact-row {
        flex-flow: column wrap;
    }
    .mcontact .mcontact-row.mcontact-footer > div {
        text-align: center;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .restricted-content .restricted-column {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    /*.main-price .price-item-wrp {
        margin: 0 20px;
    }*/
    .main-price .price-title h1,
    .main-price .price-title h2 {
        font-size: 31px;
    }
    .mainp-price-header .mainp-banner .mainp-title {
        font-size: 30px;
    }
    .mainp-price-header .mainp-banner .mainp-title,
    .mainp-price-header .mainp-banner .mainp-descr {
        max-width: 100%;
    }
    .pmethods-popup .pmethods-items .pmethods-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) and (min-width: 260px) {
    .main-price .price-title h1,
    .main-price .price-title h2 {
        font-size: calc(31px + 11 * ((100vw - 260px) / 308));
    }
}

@media screen and (max-width: 576px) and (min-width: 568px) {
    .main-price .price-title h1,
    .main-price .price-title h2 {
        font-size: 42px;
    }
}

.mcontact .contact-fild .contact-inp:not(:focus):invalid {
    border-bottom: 1px solid rgba(200,0,0,.3);
}

/*# sourceMappingURL=preise.css.map */

@media screen and (max-width: 576px) {
    .main-price .price-item-wrp {
        height: auto !important;
    }
}
.nnfb-pop-content {
    height: 100%;
}
@media screen and (min-width: 576px) and (max-width: 768px) {

    .pmethods-popup .pmethods-filter .pmethods-select {
        flex: 1;
    }
    .pmethods-popup .pmethods-filter {
        display: flex;
        gap: 15px;
        padding: 5px;
    }
}
@media screen and (max-width: 575px) {
    .pmethods-popup .pmethods-filter {
        padding: 5px;
    }
    .pmethods-popup .pmethods-filter .pmethods-select {
        width: 100%;
        margin: 5px 0;
    }
}
