/*r.s*/
.tabs__section .nav-tabs .nav-item:last-of-type .nav-link{
  margin-right: 0;
}
.mob-button ul li div{
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #F00;
  height: 24px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.mob-button .btn-primary {
  color: white;
  font-size: 12px;
  background: unset;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: unset;
  width: 100%;
  height: 100%;
  padding: 0;
  letter-spacing: 1px;
}
/*r.s end*/
.blog__section{
  padding-bottom: 40px;
}

.blog-b .img{
  height: 225px;
}

.blog__section .blogs{
  margin: 20px 0 30px 0;
}

.blogs .col-lg-3 {
  box-shadow: 0 0 10px 1px #00000066;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}

.blog__section .blogs {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .blogs .col-lg-3 {
    max-width: calc(50% - 16px);
  }
}

@media (min-width: 992px) {
  .blogs .col-lg-3 {
    max-width: calc(25% - 24px);
  }
}

.img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.blog-b .bottom-content{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 16px;
  flex-wrap: wrap;
}

.blog-b .bottom-content p{
  color: #8A8A8A;
  font-size: 14px;
  font-family: "NotoSans-Regular";
}

.blog__section-title-content{
  margin-bottom: 30px;
}

.blog__section-title-content h2{
    color: #000;
    text-align: center;
    font-family: "NotoSans-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    margin-bottom: 8px;
}

.blog__section-title-content p{
  color: #8A8A8A;
    text-align: center;
    font-family: "NotoSans-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog__section-button{
    margin: 0 auto;
    height: 46px;
    width: 200px;
    padding: 14px 24px;
    border-radius: 23px;
    color: #F00;
    border: 1px solid #F00;
    font-size: 14px;
    background-color: #fff;
    display: block;
    text-align: center;
    font-family: "NotoSans-Regular";
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog__section-button:hover{
  color: #fff;
  background: #F00;
  border:1px solid #F00;
}
.post__card-title{
  margin-top: 8px;
  padding: 0px 16px 16px 16px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "NotoSans-Regular";
}



/* Blog Page CSS */
.main-blog-card .img{
  height: 400px;
}

.main-blog-card .post__card-title {
  padding-left: 0;
}

.main-blog-card{
  position: relative;
}

.main-blog-card .bottom-content{
  display: flex;
  gap: 20px;
}

.main-blog-card .main_blog-text{
  position: absolute;
  width: 100%;
  padding:20px 35px;
  background:rgba(255,255,255, 0.5);
  z-index: 1;
  bottom: 0;
  left: 0;
}

.blog-page-row{
  margin-bottom: 40px;
}

.blog__page-section{
  margin-top: 10px;
}

.blog__section .blogs{
  row-gap: 30px;
}


.all__blogs-title,
.new__blogs-title{
  color: #000;
    font-family: "NotoSans-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    margin-bottom: 8px;
}

.more-posts{
  margin-bottom: 30px;
}
.post-type-archive-products .review__section-new {
  margin-top: 40px;
}
@media (min-width: 992px) {
   .post-type-archive-products .review__section-new {
      margin-top: 60px;
   }
  .single-products .headerbar {
    min-height: 76px;
   }
  .frontpage-header .blog-navbar{
    justify-content: space-between;
  }
  .blog__header-button{
    display: none;
  }
}

.blog-navbar .blog__page-rightside{
  display: flex;
  gap: 10px;
}



.blog__page-rightside .banner-logo img:nth-child(1),
.blog__page-rightside .banner-logo img:nth-child(2),
.blog__page-rightside .banner-logo img:nth-child(3){
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.blog__page-rightside .blog__section-logos .blog-header-logo img{
  height: 24px;
  width: 80px;
  object-fit: contain;
}

.blog__section-logos{
  display: flex;
  gap: 20px;
  align-items: center;
}




.post__inner-content{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
}


.post__inner-content .title-content h2{
  font-size: 24px!important;
  margin-bottom: 10px;
}

.post__inner-content .bottom-content{
  min-width: fit-content;
  height: 100%;
  padding: 24px;
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  justify-content: unset;
  border-radius: 23px;
  gap: 10px;
}

.post__inner-content .bottom-content h3{
  font-size: 20px;
  font-family: "NotoSans-Regular";
}

.post__inner-content .bottom-content p{
  font-size: 18px;
  font-weight: 700;
  font-family: "NotoSans-Regular";
  color: #000;
}

.single-page .blog-b .img{
 height: 350px;
}

.blog-b .img img {
  border-radius: 0;
}

.single-post .back-button{
  display: flex;
  justify-content: center;
}

.inner-post_socials{
  display: flex;
  gap: 20px;
}

.back-button .single_post-button{
  width: 250px;
  background: #000;
  color: #fff;
  padding: 14px 24px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.single-post .blog__section{
  background: #fbfbfb;
  padding-top: 40px;
}
  .post__inner-content .title-content{
      padding-left: 0;
  }
  .post__inner-content .title-content h2 {
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.post__inner-content .title-content li {
  font-size: 14px;
  font-style: normal;
  font-weight: bolder;
  color: #000;
  line-height: normal;
}
.post__inner-content .title-content p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.post__inner-content .bottom-content h3, .post__inner-content .bottom-content p {
  font-size: 14px;
}
@media (max-width: 992px) {
  .single-products .gogreen_section .rightside {
    padding-right: 15px;
  }
  .post__inner-content .bottom-content {
    padding: 16px;
    border-radius: 8px;
  }
  .post__inner-content{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .post__card-title {
    font-size: 16px;
  }
  .blog__section .blogs{
    row-gap: 30px;
  }
  .blog__page-rightside .banner-logo{
    display: none;
  }
  .blog__header-button .button-scroll{
    width: 100%;
    border-radius: 0;
  }
  .post__inner-content{
    flex-direction: column-reverse;
  }
  .post__inner-content .bottom-content{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .post__inner-content .bottom-content .author{
    width: 45%;
  }
  .post__inner-content .bottom-content .date{
    width: 45%;
  }
  .post__inner-content .bottom-content .inner-post_socials{
    width: 100%;
    line-height: 1.5;
  }
  .back-button{
    margin-top: 20px;
  }
  .post__inner-content .bottom-content{
    margin-bottom: 16px;
  }
}

@media (max-width: 475px) {
  .post__inner-content .title-content h2 {
    font-size: 20px!important;
  }
  .post__inner-content .bottom-content .date{
    width: max-content;
  }
}
.menu-here.frontpage-header .navbar {
  min-height: 30px;
}
/*admin custom*/
.bg-image__section .single-column{
	padding: 40px 47px
}

.page-id-228 h1,
.page-id-228 h2,
.page-id-228 h4,
.page-id-228 h5 {
	margin: 1em 0em;
	font-size: 1.5em;
}

.page-id-229 h1,
.page-id-229 h2,
.page-id-229 h4,
.page-id-229 h5 {
	margin: 1em 0em;
	font-size: 1.5em;
}

.page-id-233 h1,
.page-id-233 h2,
.page-id-233 h4,
.page-id-233 h5 {
	margin: 1em 0em;
	font-size: 1.5em;
}

.page-id-228 p,
.page-id-229 p {
margin-bottom: 1em;
}




@media(max-width: 992px){
  .banner-single .leftside {
    width: calc(100% - 30px);
    margin: auto;
  }
	.header-navmenu-custom #navbarNav{
	right: -100px
}
.header-navmenu-custom #navbarNav.show{
	right: 0!important
}
}

.contact-form-1 form .wpcf7-submit{
	font-family: "NotoSans-Regular";
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-image span {
	background-size: contain!important;
}

.forminator-ui.forminator-custom-form.forminator-design--default .forminator-label, .forminator-ui#forminator-module-1116.forminator-design--default .forminator-label {
	font-size: 16px!important;
}

/* .page-home .configurator .forminator-label{
	top: -45px!important;
} */

.forminator-ui.forminator-custom-form.forminator-design--default .forminator-input, .forminator-ui#forminator-module-1116.forminator-design--default .forminator-input{
	background-color: #fff!important;
}

#primary-menu li:last-of-type{
	pointer-events: all;
	user-select: all;
}

@media(max-width: 475px){
  .single-format-standard .single-page .page-container {
    padding: 0;
  } 
  .single-format-standard .single-page .page-container .img img {
    border-radius: 0px;
  }
  .single-format-standard .single-page .page-container .img{
    height: 200px;
  }
  .single-format-standard .single-page .page-container .post__inner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post__card-title {
    font-size: 16px;
  }
  .blog-b .bottom-content p {
    font-size: 12px;
  }
  .blog__section-title-content h2{
    font-size: 20px;
  }
	.single-page .review__section{
		padding-top: 0;
	}
}
.post__inner-content .title-content li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.post__inner-content .title-content li:first-of-type{
  margin-top: 10px;
}
.post__inner-content .title-content ul {
  margin-left: 20px;
}
.post__inner-content .title-content p a {
  text-decoration: underline;
  font-weight: 600;
}
.mob-button {
  display: none;
}
.single-products .mob-button {
  display: block;
}
.nav-single-page {
  width: 100%; 
  padding-left: 50px;
}
.single-products .right-widget {
  display: none;
}
.show-style {
  display: block !important;
}
.single-products .button-scroll {
 width: fit-content;
}
.single-products .button-scroll a {
  text-wrap: nowrap;
  padding: 0 25px;
 }
#radio-11 .forminator-field label{
	margin-top: 10px!important;
}
 @media (min-width: 991.98px){
	#radio-11 .forminator-field label{
	margin-right: 20px;
	}
}
@media (max-width: 991.98px){
  .forminator-ui.forminator-custom-form.forminator-design--default .forminator-label, .forminator-ui#forminator-module-1116.forminator-design--default .forminator-label {
    font-size: 14px!important;
  }
	#forminator-field-radio-11-label-1{
	margin-bottom: 0!important;
	}
}
#radio-11 .forminator-field label:last-child{
	margin-right: 0px!important;
}
.configurator .forminator-description {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.forminator-field-text {
  position: relative;
  overflow: hidden;
}
.forminator-ui.forminator-custom-form.forminator-design--default .forminator-input, .forminator-ui#forminator-module-1116.forminator-design--default .forminator-input {
  font-size: 14px!important;
}
.forminator-row .forminator-field-text .ButtonNextClick{
  position: absolute;
    content: "->";
    right: 16px;
    width: 50px;
    height: 100%;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 0;
    top: 0;
    font-size: 0;
    background-image: url(../../src/img/arrow-rightt-white.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    bottom: 0;
    top: unset;
}
@media (max-width: 767.98px){
  .forminator-row .forminator-field-text .ButtonNextClick{
    right: 0px!important;
  }
}
.forminator-row .forminator-field-text .forminator-has_error:after{
  border-color: #E04562;
}

#forminator-custom-form-282--page-5 .forminator-field-text input, 
#forminator-custom-form-1116--page-5 .forminator-field-text input, 
#forminator-custom-form-282--page-5 .forminator-field-text, 
#forminator-custom-form-1116--page-5 .forminator-field-text,
.forminator-field-text input
 {
  height: 40px!important;
}
.title-content.col-lg-3.col-md-12 {
    height: 100%;
    padding: 15px 20px;
    background-color: #fbfbfb;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    border-radius: 23px;
    gap: 10px;
}
@media (min-width: 1024px) {
  .title-content.col-lg-3.col-md-12 {
    position: sticky;
    top: 60px;
  }
}
.title-content.col-lg-3.col-md-12 ul li::marker{
  font-size: 0;
}
.title-content.col-lg-3.col-md-12 ul {
  margin-left: 0;
}
.title-content strong {
  scroll-margin-top: 100px;
}
@media (max-width: 1024px) {
  .post__inner-content{
    flex-direction: column;
  }
  .post__inner-content .title-content.col-lg-3.col-md-12, .post__inner-content .title-content.col-lg-8.col-md-12{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .post__inner-content .title-content.col-lg-3.col-md-12 {
    margin-bottom: 10px;
  }
}
.blog-b .bottom-content .author, .blog-b .bottom-content .date {
  display: flex;
  gap: 5px;
  align-items: center;
}
.blog-b .bottom-content .author h3, .blog-b .bottom-content .date h3 {
  color: black;
  font-size: 14px;
}
/* @media (max-width: 767.98px) {
  .blog-b .bottom-content {
    display: none;
  }
} */
.post__inner-content .title-content-id ul li{
  font-weight: 400!important;
}
.post__inner-content .title-content-id ul li bold{
  font-weight: bolder!important;
}
 @media (max-width: 991.98px){
		#forminator-field-radio-11-label-2 .forminator-radio-image, #forminator-field-radio-11-label-1 .forminator-radio-image{
		position: absolute;
		top: 0;
		left: 0;
	}
}
 @media (min-width: 991.98px){
		/* #forminator-field-radio-11-label-2, #forminator-field-radio-11-label-1{
		padding-top: 15px;
	} */

  .forminator-ui.forminator-custom-form.forminator-design--default .forminator-radio {
    gap: 15px;
  }
}

@media (max-width: 991.98px){
  .forminator-ui.forminator-custom-form.forminator-design--default .forminator-radio {
    align-items: flex-start!important;
    justify-content: center!important;
}
.forminator-ui.forminator-custom-form.forminator-design--default .forminator-radio {
  min-height: 46px!important;
  padding: 0!important;
}
.forminator-pagination-footer .forminator-button{
  justify-content: center;
}
}


@media (max-width: 991.98px){
  #forminator-field-radio-11-label-2 .forminator-radio-image, #forminator-field-radio-11-label-1 .forminator-radio-image{
  position: absolute;
  top: 0;
  left: 0;
}
}
.forminator-pagination .forminator-field-text .forminator-field label{
  background: transparent!important;
}
.forminator-pagination .forminator-field-text .forminator-label{
  display: flex!important;
  flex-direction: row;
  justify-content: center;
  gap: 5px; 
}
.forminator-field-radio .forminator-description {
  width: 100%!important;
}
/* archive page */
.archive-custom-page {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.archive-custom-page .post a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-direction: column;
  display: flex;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 16px 10px rgba(0, 0, 0, 0.04);
}
.archive-custom-page .post a img {
  max-height: 380px;
  min-height: 260px;
  object-fit: contain;
  object-position: center;
}
.archive-custom-page .post a .the_content .up-title {
  padding: 24px 0;
  margin-bottom: 0px;
  /* border-bottom: 1px solid #E8E8E8; */

}
.archive-custom-page .post a .the_content .up-title h3 {
  color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.archive-custom-page .post a .the_content .up-title h4 {
  color: #F00;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.archive-custom-page .post a .the_content ul {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.archive-custom-page .post a .the_content ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.archive-custom-page .post a .the_content {
  padding: 0 24px 24px 24px;
}
.archive-custom-page .row {
  row-gap: 20px;
}
.archive-custom-page {
  padding: 40px 0;
}
.archive-custom-page .title h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .archive-custom-page {
    padding: 40px 0px;
  }
  .archive-custom-page .row {
    row-gap: 30px;
  }
  .archive-custom-page .post a .the_content .up-title h3 {
      font-size: 16px;
  }
  .archive-custom-page .post a .the_content .up-title h4 {
      font-size: 12px;
  }
  .archive-custom-page .post a .the_content .up-title { 
    padding: 16px 0;
  }
  .archive-custom-page .post a {
    max-width: 500px;
    margin: auto;
  }
  .archive-custom-page .post a img {
    max-height: 300px;
    min-height: 260px;
  }
  .archive-custom-page {
    padding: 30px 0;
  }
  .archive-custom-page .title h2 {
    font-size: 24px;
  }
}
.archive {
  min-height: 500px!important;
}



.funktioniert-wrapper span{
	background-color: #CCCCCC;
	color: #000;
}

.banner_item-list ul{
	display: flex;
	flex-direction: column;
	gap: 17px;
	margin-bottom: 35px;
}

.banner_item-list img{
	margin-right: 8px;
}

.banner_item-list li{
	font-size: 14px;
}

@media(min-width: 992px){
	.banner__section-title{
	font-size: 24px;
	}
}

.page-home{
	.banner__section{
		background-color: #EFF0F3;
		background-position: right;
	}
}

@media(min-width: 1560px){
	.page-home{
		.banner__section{
			height: 60vh;
		}
	}
}

@media(max-width: 1560px) and (min-width: 1300px){
	.page-home{
		.banner__section{
			height: 50vh;
		}
	}
}

@media(max-width: 1300px) and (min-width: 992px){
	.page-home{
		.banner__section{
			height: 50vh;
			background-size: 50%;
		}
	}
	.banner_item-list ul{
				gap: 15px;
				margin-bottom: 25px;
			}
}

@media(max-width: 1200px) and (min-width: 991.98px){
	.banner__section{
		.banner__section-column{
			padding: 16px;
		}
		.banner__section-title{
			font-size: 22px;
		}
		.banner_item-list li{
			font-size: 12px;
		}
	}
}

.banner__section-column{
	.button-scroll{
		width: 60%;
	}
}

@media (min-width: 993px) and (max-width: 1250px) and (min-height: 767px) and (max-height: 820px){
	.page-home{
		.banner__section{
			height: 60vh;
		}
	}
}


@media(min-width: 992px){
	.d_none-desktop{
		display: none;
	}
}

@media(max-width: 992px){
	.d_none-mobile{
		display: none!important;
	}
	.banner_item-list ul {
		margin-bottom: 0;	
	}
}

.banner__section{
	.d_none-desktop img{
		width: 100%;
	}
}

@media(max-width: 992px){
	.banner__section-column{
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

@media(max-width: 768px){
	.page-home{
		.banner__section{
			height: 100%;
		}
	}
}

.pos_sticky{
	position: -webkit-sticky;
  	position: sticky;
  	bottom: 0;
 	width: 100vw;
	padding: 16px 20px;
	background: #FFF;
  z-index: 200;
	.button-scroll{
		width: 100%;
	}
}

.hidden{
	display: none;
}

@media(max-width: 576px){
	.banner__section-title{
		font-size: 18px;
	}
}


.navbar{
	.right-widget{ 
		.support_phone-icon{
		width: 18px;
		height: 18px;
		}
	} 
}

@media(max-width: 991.89px){
  .blog__section-title-content p{
    font-family: "NotoSans-Bold";
  }
	.navbar{
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
  .single-products .navbar-light .navbar-toggler{
		visibility: visible;
	}
}

.navbar-expand-lg .navbar-collapse.d_none-imp{
	display: none!important;
}

.frontpage-header .navbar{
	justify-content: space-between;
}

@media(max-width: 991.89px){
 .single-products .header-navmenu-custom #navbarNav{
	z-index: 9;
	top: 60px;
	}
}

@media(max-width: 991.89px) and (min-width: 576.98px){
	.frontpage-header .navbar{
	justify-content: flex-end;
	gap: 24px;
		.logo_header{
			margin-right: auto;
		}	
	}
}

#primary-menu li:last-of-type {
  color: #151414;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
 }

/* .home .right-widget ul{
	display: flex;
	align-items: center;
	gap: 24px;
} */

.dss{
	color: #1AB03B;
	font-size: 14px;
}

@media(max-width: 991.98px){
	.navbar .logo_header{
	position: unset;
	transform: none;
}
	.navbar-light .navbar-toggler{
		order: 3;
	}
	.top-bar-widget{
		display: none;
	}
	/* .page-template .header-navmenu-custom #navbarNav.show{
		top: 50px;
	} */
	#primary-menu li:last-of-type{
		margin-top: 0;
	}
	#primary-menu li:last-of-type a{
		font-size: 22px;
		color: #131512;
		margin: auto;
	}
}

@media(max-width: 576.98px){
	.dss{
		font-size: 12px;
		position: relative;
		top: 1px;
	}
	.menu-m{
		width: 22px;
	}
}

.banner_item-list ul li{
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.banner_item-list ul li strong{
		display: contents;
	}

.banner_item-list ul li:before{
	content:'';
	min-width: 24px;
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_1700_4069)"><path d="M5 12L10 17L20 7" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1700_4069"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
	background-repeat: no-repeat;
}

.banner__section .banner__section-logos{
	margin-top: 20px;
	padding-left: 20px;
}

@media(min-width: 991.98px){
	.banner__section .page-container .row{
	flex-direction: column;
	}
}

.banner__section{
  position: relative;
}

.under_ac-text{
	text-align: right;
  position: absolute;
  bottom: 20px;
  width: 90%;
	font-size: 12px;
	color: #000000;
	text-align: right;
}



.home_icon-prod{
	display: block;
	content:'';
	width: 24px;
	height: 24px;
	background-size: cover;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-home" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l-2 0l9 -9l9 9l-2 0" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg>');
	background-repeat: no-repeat;
}

.single_right-side{
	display: flex;
	align-items: center;
	gap: 12px;
}

.single_right-side .dss{
	position: relative;
	top: 2px;
}

.right-widgett{
	display: flex;
	gap: 12px;
}

@media(min-width: 992px){
	.d_none-desktop{
		display: none!important;
	}
}

.single_right-side .banner__section-logos{
	margin-top: 0;
}

.single_right-side .banner__section-logos .banner-logo img{
		max-width: 88px;
		max-height: 36px;
	}

  .nav-item .btn:focus{
    box-shadow: none;
}

.tabs__section .nav-tabs .nav-link.active{
  border-radius: 0;
}

.more-content .nav-tabs {
  border: 1px solid #FAFAFA;
  background-color: #FAFAFA;
  border-radius: 23px;
  width: 100%;
}
.more-content .nav-tabs .nav-item {
  flex: 1;
}
.more-content .nav-tabs .nav-item .nav-link {
  border-radius: 18px;
  width: 100%;
}

.more-content .nav-tabs .nav-link.active {
  color: black;
  background-color: #E2E5E9;
  border-color: #E2E5E9;
  border-radius: 18px;
  height: 100%;
  transition: background-color 0.5s ease 0.2s, color 0.5s ease 0.2s, border-color 0.5s ease 0.2s;
}

.more-content .nav-tabs .nav-link {
  transition: color 0.5s ease, border-color 0.5s ease;
  padding: 9px 28px;
}


.variant_title{
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 12px;
}


  /*configurator style changes start*/
@media(min-width: 783px){
  #configurator .configurator .drop-down-custom-input {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: fit-content;
    max-width: 50%;
    padding-right: 0;
  }
  #configurator .configurator .custom-input-lastname {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #configurator .configurator .custom-input-name {
    flex-basis: 50%;
    max-width: 50%;
  }
  .forminator-select-dropdown-container--open.select2-container--open .forminator-ui.forminator-custom-form.forminator-design--default{
    min-width: 125px!important;
  }
}
.forminator-select-dropdown-container--open.select2-container--open .forminator-ui.forminator-custom-form.forminator-design--default .select2-results__option--selected{
  background-color: #FF0000!important;
}
#configurator .configurator .drop-down-custom-input {
  padding-right: 0;
}
.select2-selection__rendered {
  font-size: 14px!important;
}
.select2-selection.select2-selection--single {
  /* height: 38.19px!important; */
  border-color: #777771;
  background-color: transparent!important;
  color: #959595;
}
@media(max-width: 783px){
  #configurator .configurator .drop-down-custom-input {
    margin-bottom: 8px !important;
  }
  #configurator .configurator .custom-input-lastname {
    margin-bottom: 8px !important;
  }
}
/*configurator style changes end*/
/*configurator new style changes end*/
.configurator .forminator-phone {
  width: 100%;
}
/*configurator new style changes end*/

/* three new sections in single page */
.section__three-icons-info {
  padding: 20px 0 20px 0;
}
.section__three-icons-info .wrapper-box {
  display: flex;
  gap: 50px;
}
.section__three-icons-info .wrapper-box .boxed{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section__three-icons-info .wrapper-box .boxed img {
  max-width: 110px;
  display: flex;
  margin: auto;
  object-fit: contain;
  margin-bottom: 15px;
}
.section__three-icons-info .wrapper-box .boxed h3{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
.section__three-icons-info .wrapper-box .boxed h4{
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.dark-background__section-single {
  border-radius: 16px;
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 24px 20px;
  flex-wrap: wrap;
  gap: 20px;
}
.dark-background__section-single .scroll_button {
  margin-top: 0;
  display: inline-block;
  background: #F00;
  border-radius: 23px;
  padding: 14px 24px;
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dark-background__section-single h2{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  font-size: 24px;
  line-height: 120%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.section__detailed-steps {
  border-radius: 16px;
  padding: 24px 0 32px 0;
  background: linear-gradient(108deg, #788F9B 15.11%, #546974 95.02%);
}
.section__detailed-steps .leftside {
  align-self: center;
}
.section__detailed-steps .leftside img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section__detailed-steps .rightside .infos h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  max-width: 400px;
  margin-bottom: 8px;
}
.section__detailed-steps .desktop-posts {
  display: flex;
    flex-direction: column;
    gap: 24px;
}
.section__detailed-steps .desktop-posts .post{
  display: flex;
    align-items: center;
    gap: 24px;
}
.section__detailed-steps .desktop-posts .post .title{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.section__detailed-steps .mobile-posts .post {
  display: flex;
    flex-direction: column;
    gap: 16px;
}
.section__detailed-steps .mobile-posts .post .img-post {
  width: 50px;
  height: 50px;
  margin: auto;
}
.section__detailed-steps .mobile-posts {
  margin-top: 32px;
}
.section__detailed-steps .mobile-posts .post .title {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.mySwiper-details-product {
  padding-bottom: 30px!important;
}
.mySwiper-details-product .swiper-pagination .swiper-pagination-bullet{
  background: #EFF0F3;
  opacity: 1;
}
.mySwiper-details-product .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF0000;
}
@media(min-width: 991.98px){
  .section__detailed-steps {
    padding: 40px;
  }
  .section__detailed-steps .rightside .infos {
    padding-left: 50px;
  }
  .section__detailed-steps .leftside .img-post p {
    height: 524px;
  }
  .mobile-posts.d-none-desktop {
    display: none!important;
  }
}
@media(max-width: 991.98px){
  .section__detailed-steps .leftside .img-post p {
    height: 400px;
  }
 .desktop-posts.d-none-mobile {
  display: none!important;
 }
 .section__detailed-steps {
  margin-bottom: 20px;
 }
  .section__detailed-steps .title-detailed-posts {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 24px;
  }
}
@media(max-width: 767.98px){
  .section__detailed-steps .leftside .img-post p {
    height: unset;
  }
}
@media(min-width: 767.98px){
  .dark-background__section-single h2{
    font-size: 36px;
    line-height: 110%;
  }
  .section__three-icons-info .wrapper-box .boxed img {
    max-width: 200px;
    margin-bottom: 23px;
  }
  .dark-background__section-single {
    padding: 20px 40px;
  }
}
@media(min-width: 575.98px){
  .section__detailed-steps {
    margin-top: 40px;
  }
  .section__three-icons-info {
    padding: 60px 0 40px 0;
  }
  .section__three-icons-info .wrapper-box .boxed{
    width: 33.3%;
  }
}
@media(max-width: 575.98px){
  .page-B2C .banner__section-b2c .two-side__section-text-image .row {
    flex-direction: column-reverse;
  }
  .page-B2C .banner__section-b2c .two-side__section-text-image.image-no-container-right .rights {
    margin-bottom: 20px;
  }
  .banner__section-b2c .lefts .title {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .section__three-icons-info .wrapper-box {
    flex-direction: column;
    border-radius: 16px;
    background: #FFF;
    margin-right: -15px;
    margin-left: -15px;
    gap: 40px;
    padding: 40px 0;
  }
  .dark-background__section-single {
    margin-bottom: 20px;
  }
}
.blog__section-single {
  background-color: white;
}
/*Über uns page style START*/
.page-about {
  background-color: #F7F8F9;
}
.page-about .banner__about {
  padding: 40px 0 20px 0;
}
.page-about .banner__about .rightside .img-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.page-about .banner__about .rightside .img-bg{
  height: 214px;
}
.page-about .banner__about .leftside .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 580px;
}
.page-about .banner__about .leftside .content h2{
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 72px */
}
.page-about .banner__about .leftside {
  align-self: center;
}
.page-about .banner__about .leftside .content h3{
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.under-banner__about .box {
  border-radius: 16px;
  background: #F0F2F3;
  padding: 24px;
  height: 100%;
}
.under-banner__about .box h2 {
  color: #F00;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.under-banner__about .box h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 8px 0 16px 0;
}
.under-banner__about .box h4 {
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.under-banner__about {
  padding-top: 0px;
  padding-bottom: 20px;
}
.dark-background__section-about {
  margin: 20px 0 20px 0;
}
.page-about .image-text__about {
  padding: 20px 0 20px 0;
}
.page-about .image-text__about .leftside .img-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.page-about .image-text__about .leftside .img-bg{
  height: 214px;
}
.page-about .image-text__about .rightside .content {
  display: flex;
  margin-left: auto;
  flex-direction: column;
  gap: 8px;
  padding-left: 100px;
}
.page-about .image-text__about .rightside .content h2{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 72px */
}
.page-about .image-text__about .rightside {
  align-self: center;
}
.page-about .image-text__about .rightside .content h3{
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.certification__about-us {
  padding-top: 20px;
}
.certification__about-us .box{
      border-radius: 16px;
    background: #F0F2F3;
    padding: 40px;
    max-width: 850px;
    margin: auto;
}
.certification__about-us .box h2{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 12px;
}
.certification__about-us .box h3{
  max-width: 450px;
  margin: auto;
  color: #8A8A8A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
.certifications-about {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.certifications-about img {
  max-height: 40px;
}
.certifications-about .certifications-last {
  max-height: 24px;
}
.faq-about-us .faq_section-about-us{
  background: #F0F2F3;
  padding: 32px 0;
}

@media(min-width: 575.98px) and (max-width: 1200px){
  .image-text__about .row{
      gap: 30px;
  }
  .page-about .image-text__about .rightside .content {
      margin: 0;
  }
  .page-about .banner__about .leftside .content {
      max-width: 780px;
  }
  .page-about .banner__about .leftside .content h2{
      font-size: 45px;
  }
  .page-about .banner__about .leftside .content h3{
      font-size: 15px;
  }
  .page-about .image-text__about .rightside .content {
      padding-left: 0;
  }
  .banner__about .row{
      flex-direction: column;
      gap: 60px;
  }
  .banner__about .row .leftside, 
  .banner__about .row .rightside {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .image-text__about .row .leftside, 
  .image-text__about .row .rightside {
      flex: 0 0 100%;
      max-width: 100%;
  }
}

@media(max-width: 991.98px){
  .under-banner__about .leftside {
      margin-bottom: 20px;
  }
}

@media(max-width: 575.98px){
  .image-text__about .leftside {
      margin-bottom: 30px;
  }
  .page-about .banner__about {
      padding-top: 60px;
  }
  .banner__about .row .leftside {
      margin-bottom: 60px;
  }
  .page-about .banner__about .leftside .content h2{
      font-size: 35px;
  }
  .page-about .banner__about .leftside .content h3{
      font-size: 14px;
  }
}

@media(min-width: 575.98px){
  .faq-about-us .faq_section-about-us{
      background: #F0F2F3;
      padding: 60px 0;
  }
  .certification__about-us .box h2{
      margin-bottom: 8px;
  }
  .certification__about-us .box h3{ 
      margin-bottom: 32px;
  }
  .certification__about-us .box h2{ 
      font-size: 24px;
  }
  .under-banner__about {
      padding-top: 20px;
  }
  .under-banner__about .box h2 {
      font-size: 16px;
      font-weight: 600;
      line-height: 140%;
  }
  .under-banner__about .box h3 {
      margin: 6px 0 24px 0;
      font-size: 32px;
      font-weight: 500;
      line-height: 120%;
  }
  .page-about .banner__about .rightside .img-bg{
      height: 350px;
  }
  .page-about .image-text__about .leftside .img-bg{
      height: 350px;
  }
}

@media(min-width: 991.98px){
  .certifications-about {
      gap: 60px;
  }
  .certifications-about img {
      max-height: 70px;
  }
  .certifications-about .certifications-last {
      max-height: 40px;
  }
  .page-about .banner__about .rightside .img-bg{
      height: 400px;
  }
  .page-about .image-text__about .leftside .img-bg{
      height: 400px;
  }
}
/*Über uns page style END*/
/*Category page style START*/
.archive-category-products {
  background: #F7F8F9;
  padding: 22px 0 20px 0;
}
.archive-category-products .banner-category-page{
  border-radius: 8px;
  background: #F0F2F3;
  padding: 18px 20px 10px 20px;
  margin-bottom: 24px;
}
.archive-category-products .banner-category-page .leftside,
.archive-category-products .banner-category-page .rightside {
  align-self: center;
}
.archive-category-products .banner-category-page .leftside h2 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.archive-category-products .banner-category-page .leftside h3 {
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
  max-width: 500px;
}
.archive-category-products .banner-category-page .wrapper {
  display: flex;
  justify-content: space-between;
}
.archive-category-products .banner-category-page .product-icons {
  display: flex;
  gap: 16px;
}
.archive-category-products .banner-category-page .rightside .img-bg-desktop img,
.archive-category-products .banner-category-page .rightside .img-bg-mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.archive-category-products .banner-category-page .rightside .img-bg-mobile {
  height: 175px;
}
/* .archive-category-products .post a .product-image {
  height: 288px;
  min-height: unset;
  max-height: unset;
} */
.archive-category-products .post a {
  overflow: hidden;
}
.archive-category-products .post a  .the_content .up-title{
  padding: 12px 0;
}
.archive-category-products .post a  .the_content ul {
  border-top: 2px solid #E8E8E8;
  padding-top: 14px;
}
@media(max-width: 440px){
  .archive-category-products .banner-category-page .product-icons {
      flex-wrap: wrap;
  }
  .archive-category-products .banner-category-page .rightside {
      margin-top: -40px;
  }
}
@media(min-width: 440px){
  .archive-category-products .banner-category-page .wrapper {
      gap: 20px;
  }
}
@media(max-width: 991.98px){
  .faq-category {
    margin-top: 12px;
  }
  .archive-category-products .row {
      gap: 20px;
  }
  .archive-category-products .banner-category-page .product-icons {
      gap: 16px;
  }
  .archive-category-products .banner-category-page .wrapper {
      flex-direction: column;
  }
}
@media(min-width: 991.98px){
  .faq-category {
    background: #F0F2F3;
    padding-top: 60px;
    margin-top: 20px;
    padding-bottom: 32px;
  }
  .dark-background__section-category {
      margin-top: 40px;
  }
  .archive-category-products {
      padding: 24px 0 0px 0;
  }
  /* .archive-category-products .post a .product-image {
      height: 354px;
  } */
  .archive-category-products .post a  .the_content ul {
      padding-top: 18px;
  }
  .archive-category-products .post a  .the_content .up-title{
      padding: 14px 0;
  }
  .archive-category-products .banner-category-page .leftside h2 {
      font-size: 24px;
  }
  .archive-category-products .banner-category-page{
      padding: 12px 34px 12px 40px;
  }
  .archive-category-products .banner-category-page .rightside .img-bg-desktop {
      max-height: 190px;
      max-width: 631px;
  }
  .archive-category-products .banner-category-page .product-icons {
      flex-wrap: unset;
  }
  .archive-category-products .banner-category-page .leftside h3 {
      color: #8A8A8A;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 12px;
  }
}
/*Category page style END*/
/*Navigation page style END*/
.single-products .right-widget {
  display: unset!important;
}

.post-type-archive .menu-item-waermepumpen a,
.single-products .menu-item-waermepumpen a,
header .headerbar nav .main-nav-toggle ul .current-menu-item a{
  font-weight: 700;
}

.right-widget ul{
	display: flex!important;
	align-items: center!important;
	gap: 24px!important;
}

@media(max-width: 991.98px){
  .frontpage-header .navbar .logo_header{
    margin-right: auto;
  }
  .frontpage-header .navbar {
    justify-content: flex-end;
    gap: 15px;
  }
}
/*Navigation page style END*/

/* .forminator-row .forminator-description {
  display: none!important;
  } */
  @media(max-width: 575.98px){
    .page-about .image-text__about .rightside .content {
      padding-left: 0;
  }
  }


