
:root{
    --pix-header-transparent: 0.89;
    --pix-header-menu-transparent: 1;
    --pix-header-height: 110px;
    --pix-header-height-levels: 148px;
    --pix-top-bar-transparent: 1;

    --pix-main-color: #906d3b;
    --pix-main-color-hex: 144,109,59;
    --pix-gradient-color: #51f9df;
    --pix-gradient-direction-webkit: left;
    --pix-gradient-direction-o: right;
    --pix-gradient-direction-moz: right;
    --pix-gradient-direction: to right;
    --pix-additional-color: #30d2b9;
    --pix-black-color: ;

    --pix-main-font: Poppins;
    --pix-font-size: 14px;
    --pix-font-weight: 400;
    --pix-font-color: #0f0000;

    --pix-title-font: Arial;
    --pix-title-size: 20px;
    --pix-title-weight: 700;
    --pix-title-style: normal;
    --pix-title-color: #bf9900;
    --pix-title-letter-spacing: 0;

    --pix-subtitle-font: Arial;
    --pix-subtitle-size: 20px;
    --pix-subtitle-weight: 400;
    --pix-subtitle-style: normal;
    --pix-subtitle-color: #baa100;
    --pix-subtitle-letter-spacing: 0;

    --pix-hlink-font: Trebuchet MS;
    --pix-hlink-size: px;
    --pix-hlink-weight: ;
    --pix-hlink-style: normal;
    --pix-hlink-color: ;

    --pix-buttons-border: 2px;
    --pix-buttons-font-weight: 700;
    --pix-buttons-font-style: normal;
    --pix-buttons-text-transform: none;
    --pix-buttons-letter-spacing: 0px;
    --pix-buttons-shadow: none;

    --pix-hover-gradient: linear-gradient(to left, rgba(144,109,59, 0.9), rgba(81,249,223, 0.9));
    --pix-hover-gradient: rgba(0,0,0,.4);

    --pix-tab-overlay-color: #eeee22;
    --pix-tab-overlay-gradient: #92aa17;
    --pix-tab-gradient-direction-webkit: right bottom;
    --pix-tab-gradient-direction-o: top left;
    --pix-tab-gradient-direction-moz: top left;
    --pix-tab-gradient-direction: to top left;
    --pix-tab-overlay-opacity: 0;

    --pix-svg-loader: url(https://hypnose-hg.de/wp-content/themes/nordis/images/loader.svg);

    --pix-decor-img: url(https://hypnose-hg.de/wp-content/themes/nordis/images/decor.svg);

}


html .sep-element{
	display: none;
}

    .pix-header:not(.header-topbar-view) {
    border-width: 1px 0;
    }
    .pix-header, .pix-header.header-topbar-view .pix-top-bar{
    border-bottom-width: 1px;
    }



    html .custom-header span.vc_row-overlay{
        background: var(--pix-tab-overlay-color); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(var(--pix-tab-gradient-direction-webkit), var(--pix-tab-overlay-color), var(--pix-tab-overlay-gradient)); /*Safari 5.1-6*/
        background: -o-linear-gradient(var(--pix-tab-gradient-direction-o), var(--pix-tab-overlay-color), var(--pix-tab-overlay-gradient)); /*Opera 11.1-12*/
        background: -moz-linear-gradient(var(--pix-tab-gradient-direction-moz), var(--pix-tab-overlay-color), var(--pix-tab-overlay-gradient)); /*Fx 3.6-15*/
        background: linear-gradient(var(--pix-tab-gradient-direction), var(--pix-tab-overlay-color), var(--pix-tab-overlay-gradient)); /*Standard*/
        opacity: var(--pix-tab-overlay-opacity);
    }

	




	html .pix-gradient,
    html .pix-item-review .round,
    html .pix-item-left .round,
    html .pix-item-default .round,
    html .news-card-price__header,
    html .pix-progress-bar,
    html .news-card-centered__image .overlay,
    html .pix-overlay.pix-color
    {
        background: var(--pix-main-color); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(var(--pix-gradient-direction-webkit), var(--pix-main-color), var(--pix-gradient-color)); /*Safari 5.1-6*/
        background: -o-linear-gradient(var(--pix-gradient-direction-o), var(--pix-main-color), var(--pix-gradient-color)); /*Opera 11.1-12*/
        background: -moz-linear-gradient(var(--pix-gradient-direction-moz), var(--pix-main-color), var(--pix-gradient-color)); /*Fx 3.6-15*/
        background: linear-gradient(var(--pix-gradient-direction), var(--pix-main-color), var(--pix-gradient-color)); /*Standard*/
	}

    html .transparent.pix-icon-color .icon span,
    html .news-item-price-long__price .icon-message span
    {
        background: -webkit-linear-gradient(var(--pix-gradient-direction-webkit), var(--pix-main-color), var(--pix-gradient-color)); /*Safari 5.1-6*/
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	}

	




html .custom-header{
padding: 0px 0 0px;
margin-bottom: 111px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}


html .pix-header.pix-levels + .custom-header{
    padding-top: 230px;
}

html .pix-header.pix-levels.header-topbar-view + .custom-header{
    padding-top: 280px;
}

html .header-topbar-view + .custom-header{
    padding-top: 50px;
}

section.pix-page-no-padding{
    margin-top: -111px;
}


@media screen and (max-width: 1000px) {
    html .header-topbar-view + .custom-header{
        padding-top: 0px;
    }
}

@media screen and (max-width: 575px) {
    html .header-topbar-view + .custom-header{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    html div.custom-header {
        margin-bottom: 55.5px;
    }
}


