/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

:root {
    --transition: 0.3s ease-in-out;
}

.hyphens {
    hyphens: auto;
}

.inline-block {
    display: inline-block;
}



.l-section.height_custom {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

@media (min-width: 900px) {
    .l-section.height_custom {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 1180px) {
    .l-section.height_custom {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}


.logo {
    width: 200px;
    width: 220px;
}


@media (max-width: 1024px) {
    .logo {
        margin-bottom: -5px;
        width: 155px;
    }

    .l-subheader.at_top {
        letter-spacing: 0;
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .logo {
        width: 165px;
        margin-bottom: -7px;
    }

    .stage-hp,
    .stage-sub {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }
}


header.sticky .logo:not(.logo-static) {
    margin-top: -36px;
    transition: all var(--transition);
}

header .logo {
    margin-top: 0px;
    transition: all var(--transition);
}

header .w-nav-list {
    text-transform: uppercase;
    font-size: 16px;
}

svg #arrow {
    transform: scaleY(1);
    transition: all var(--transition);
    transform-box: fill-box;
    transform-origin: bottom;
}

.sticky svg #arrow {
    transform: scaleY(0);
    transition: all var(--transition);
}

header svg #DACH,
header svg #FENSTER {
    opacity: 1;
    transition: all var(--transition);
}

header.sticky .logo:not(.logo-static) svg #DACH,
header.sticky .logo:not(.logo-static) svg #FENSTER {
    opacity: 0;
    transition: all var(--transition);
}

header #FESNTER {
    opacity: .5 !important;
}

header .logo svg {
    color: var(--color-main);
}

header.bg_transparent .logo svg {
    color: #fff;
}



header.bg_transparent.sticky .logo svg,
.w-nav-open header.bg_transparent .logo svg {
    color: var(--color-main);
}

.w-nav-open .l-subheader.at_middle {
    background-color: var(--color-white) !important;
    color: var(--color-main) !important;
}

header .at_center nav {
    font-weight: 700;
    letter-spacing: 0.02em;
    border-top: 2px solid rgba(251, 187, 4, 1);
}


@media (min-width: 900px) {
    nav .menu-item.level_1::after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 100%;
        left: 0;
        height: 0%;
        background-color: rgba(251, 187, 4, .1);
        transition: all 0.25s ease-in-out;
        opacity: 0.2;
    }

}

#menu-item-705 {
    display: none !important;
}

.type_mobile #menu-item-705 {
    display: block !important;
}

/* Hover Menu */

/* nav .menu-item.level_1 .w-nav-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: 0%;
    height: 32px;
    background-color: rgba(251, 187, 4, .1);
    transition: all 0.25s ease-in-out;
    z-index: -1;
}

nav .menu-item.level_1:hover .w-nav-title:after {
    width: 90%;
    transition: all 0.25s ease-in-out;
} */

.stage-hp {
    display: flex;
    align-items: center;
}


.stage {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.stage.stage-hp.with_shape {
    padding-bottom: calc(5rem + 80px);
}

.stage.with_shape {
    padding-bottom: calc(5rem + 80px);
}

@media (max-width: 600px) {
    .stage.with_shape {
        padding-bottom: calc(1rem + 80px);
        padding-top: 64px;
    }
}

.stage-noimg {
    min-height: 420px;
}

/* .stage h1 {
    color: var(--color-black);
    text-shadow: 0 0 22px rgba(255, 255, 255, .8);

} */

.stage h1+h1,
.stage-sub h1 {
    color: #fff;
    display: inline-block;
    padding: 0 .25em;
    margin: 0 auto;
    text-shadow: none !important;
}





.stage-hp {
    min-height: 380px;
}

.stage-sub {
    min-height: 340px;
    display: flex;
    align-items: center;
}



@media (min-width: 1180px) {
    .stage-hp {
        min-height: 760px;
    }

    .stage-sub {
        min-height: 480px;
    }

}



h1 em {
    font-style: normal !important;
    /* font-size: calc(var(--h1-font-size) - 1rem); */
    display: block;
}



.card {
    background-color: var(--color-white);
    box-shadow: 0 0 20px rgba(0, 0, 0, .0);
    transition: all var(--transition);

}

.card:hover {
    transform: scale(1.02);
    transition: all var(--transition);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.card .w-image-h {
    overflow: hidden;
}

.card .w-image-h img {
    transform: scale(1.02);
    transition: all var(--transition);
    transform-origin: center 225px;
}

.card:hover .w-image-h img {
    transform: scale(1);
    transition: all var(--transition);
}

.card .card-content {
    padding: 1rem 1rem 1.25rem 1rem;
    color: var(--color-gray-800);
    text-align: center;
    border-top: 1px solid var(--color-orange);
}

.card .card-content h3 {
    text-transform: uppercase;
    color: var(--color-main);
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.cat-h h2 {
    padding-bottom: 2rem;

    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .03em;
}


.service-sub .cat-h h2 {
    color: #fff !important;
    font-size: 1.5rem;
    margin-top: 3rem;
    padding-bottom: 2rem;
}

.service-sub {
    background-color: var(--color-main) !important;
    margin-top: -1rem;
}

.service-sub .l-section-shape {
    height: 3rem !important;
}

@media (min-width: 600px) {
    .service-sub .l-section-shape {
        height: 5rem !important;
    }

    .cat-h h2 {
        font-size: 2.5rem;
        margin-top: -.56rem;
    }

    .service-sub .cat-h h2 {
        font-size: 2.25rem;
        margin-top: 3rem;
        padding-bottom: 3rem;
    }
}

.w-form-row.for_agreement {
    /* color: rgba(255,255,255,.8); */
    line-height: 1.1em;
    font-size: 14px;
}

.l-canvas:has(.contact-row)+footer {
    background-color: var(--color-bg) !important;
}


footer .logo {
    width: 220px;
    margin: 0 auto;
}

footer {
    text-transform: uppercase;
    font-size: 15px;
}

footer a:hover {
    color: var(--color-main) !important;
}

body:not(.home) footer .l-section-shape {
    /* display: none !important; */
}

@media (max-width: 600px) {
    .copyright {
        order: 3
    }

    footer .logo {
        width: 172px;
        margin-bottom: 2rem !important;
    }

    .w-nav-list {
        padding: 2rem 0 !important;
    }

    footer .w-menu.layout_hor .menu>li {
        margin: 0 .5rem 1rem !important;
        font-size: .85rem;
        display: inline-block;
    }

    .copyright {
        font-size: .85rem;
        color: var(--color-gray-800);
    }

    body footer .l-section-shape {
        height: 2rem !important;
    }
}


h1.glow {
    text-shadow: 55px 55px 230px rgba(251, 187, 4, .6)
}


/* nav .menu-item.level_1 .w-nav-title::after {
    content: "";
    position: absolute;
    top: 108%;
    transform: translateY(-129%);
    left: 5%;
    width: 0%;
    height: 32px;
    background-color: rgba(251, 187, 4, .1);
    transition: all 0.25s ease-in-out;
    z-index: -1;
}

nav .menu-item.level_1.current-menu-item .w-nav-title::after {
    opacity: 1 !important;

} */
.head-big {
    height: 80px;
}

.top-center {
    margin: 0 !important;
    height: 66px !important;
    /* line-height: 53px; */
    padding: 3px 0 12px 0;
    text-align: center;
    align-content: safe;
    justify-content: center;
}

/* svg #DACH, svg #FENSTER {
  opacity: 1;
  transition: all var(--transition);
  transform: scaleX(115%);
} */

.top-center .w-text-value {
    letter-spacing: 2.3px;
    text-transform: uppercase;
    font-size: 15px;
}

@media (min-width: 1381px) {
    .id_429 .l-subheader.width_full .l-subheader-h {
        max-width: 1480px !important;
    }
}

h1 strong,
h2 strong {
    color: var(--color-orange);
}

.state_mobiles h1 strong {
    display: block;
    line-height: 1;
}

header .us-btn-style_3 .w-btn-label {
    transition: all var(--transition);
    padding-top: 4px;
    padding-bottom: 4px;
}

header.sticky .us-btn-style_3 .w-btn-label {
    padding-top: 1px;
    padding-bottom: 1px;
    transition: all var(--transition);
}

.h1-big h1 strong {
    display: block;
}

.h1-big h1 {
    font-size: 2.2rem !important;
    margin-top: 2rem;
}

.stage {
    --stage-height: 40px !important;
}

@media (min-width: 640px) {
    .h1-big h1 {
        font-size: 3rem !important;
        margin-top: 1rem;
    }

    .stage {
        --stage-height: 60px !important;
    }

}

@media (min-width: 1280px) {
    .h1-big h1 {
        font-size: 4rem !important;
        margin-top: 0;
    }

    .home .h1-big {
        margin-bottom: 1rem;
    }

    .stage {
        --stage-height: 80px !important;
    }
}


section:not(.color_alternate) .card {

    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}


/* FOOTER COLOR CHANGE*/

footer .l-section-shape svg path {
    fill: var(--color-main) !important;
}

.l-canvas:has(main > section:last-of-type:not(.color_alternate))+footer .l-section-shape svg path {
    fill: #fff !important;
}

footer .logo {
    color: var(--color-main);
}

.l-canvas:has(main > section:last-of-type:not(.color_alternate))+footer .logo svg {
    color: #fff !important
}


.l-canvas:has(main > section:last-of-type:not(.color_alternate))+footer {
    background-color: var(--color-main) !important;
    color: #fff !important;
}

.l-canvas:has(main > section:last-of-type:not(.color_alternate))+footer a,
.l-canvas:has(main > section:last-of-type:not(.color_alternate))+footer .w-text-value {
    color: #fff !important;
}

.us-btn-style_4::after {
    z-index: -2;
}


@media screen and (max-width: 600px) {

    .l-subheader,
    .l-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}



.top-center .fa-phone-alt::before {
	content: "\f879";
	font-size: 14px;
}