.solarmontage{
    background: #F2F2F2;
}
.nach-contain strong,
.solarmontage strong {
	    display: unset;
    color: inherit;
    font-size: inherit;
    font-weight: bolder;
    line-height: inherit;
    margin: 0;
}
.bannerSec {
	height: auto !important;
}
.bnrimg {
	padding: 21% 0;
    height: 0;
}
.bannerSec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.bnertxt.homeBnrTxt {
    display: flex;
    align-items: center;
    top: 30%;
}
.nach-contain span.icon > img {
	filter: brightness(0) invert(1);
}
.nach-object:hover .nach-contain span.icon > img {
	filter: unset;
}
.informations {
	padding: 80px 0;
	background: #F9F0E4;
}
.informations.leistungen {
  background-color: #FFF;
}
.informations p a {
    color: inherit;
    font-weight: 700;
}
.grey-bg {
  background-color: rgba(179, 178, 178, 0.5);
  padding: 30px 20px;
}
.informations .grey-bg h2:not(:first-child) {
  margin-top: 30px;
}

.white-bg {
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
}

.informations .white-bg h2:not(:first-child) {
  margin-top: 30px;
}

.white-bg:before,.white-bg:after {
    content: "";
    position: absolute;
    width: 110vw;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    left: 1px;
    top: 0;
    transform: translateX(-100%);
}

.white-bg>* {
    z-index: 2;
    position: relative;
}

.white-bg:after {
    right: 0;
    left: auto;
    transform: translateX(100%);
}

.informations.storylifePnl {
    overflow: hidden;
}

.solarimg {height: 100%;}
.solarimg figure img {
	max-width: 100% !important;
	height: 100% !important;
    object-fit: cover;
}
.solarimg figure{height: 100%;}

.storylifePnl ul.img-icon {
    margin-bottom: -15px;
}

.storylifePnl ul.img-icon li {
    display: flex;
    align-items: center;
    color: #000;
}

.storylifePnl ul.img-icon.heading li {
    display: flex;
    margin: 0 0 10px;
    width: 100%;
    justify-content: center;
}

.solarmontage.storylifePnl {
    background-color: #fff;
}

.page-template-page-products .bannerSpecification>p {
    font-size: 22px;
    line-height: 26px;
    width: 100%;
}

.page-template-page-products .bannerSpecification {
    display: block;
    color: #fff;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 50px;
}

.faq {
    background-color: #F2F2F2;
}

.page-template-page-products .section-items .items-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-page-products .section-items .items-wrapper .item {
    text-align: center;
    border: 1px solid #F7961D;
    padding: 20px;
    border-radius: 5px;
    width: calc((100% / 3) - 14px);
}
.page-template-page-products .section-items .items-wrapper .item h3 {
    color: #F7961D;
}

.faq-bottom {
    margin-top: 20px;
}

.faq-bottom p {
    font-size: 18px;
    color: #4E3E2E;
    line-height: 30px;
    font-weight: 500;
}

@media only screen and (max-width: 1599px) {
	.informations {
        padding: 60px 0;
    }
    .bnrimg {
	padding: 28% 0;
    height: 0;
}
    .faq-bottom p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 1399px) {
	.informations {
        padding: 50px 0;
    }
	.faq-bottom p{
        font-size: 15px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 991px) {
	.informations {
        padding: 30px 0;
    }
    .page-template-page-products .bannerSpecification>p {
    font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .bnrimg {
        padding: 67.4% 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .bnrimg {
        padding: 35% 0;
    }
    .page-template-page-products .section-items .items-wrapper .item {width: 100%;}
.page-template-page-products .section-items .items-wrapper {    margin-top: 20px;
    margin-bottom: 20px;}
    .page-template-page-products .bannerSpecification {
    margin-top: 20px;
}
.storylifePnl ul.img-icon {
    margin-bottom: 0;
}
.white-bg {
    padding: 30px 0;
    margin-bottom: 0;
}
}