/*
Theme Name: GeneratePress Child
Description: Child-Theme von GeneratePress
Author: Berecca - xtherma
Author URI: http://example.org
Template: generatepress
Version: 3.1.3
*/
html {
  scroll-behavior: smooth;
}

body {
      font-family: 'Roboto';
      background: #FFFFFF;
    color: #222222;
}

/* bilder titel */
img[title] {
    pointer-events: none;
}


.wpb_content_element {
    margin-bottom: 25px!important;
}


/* menu */
/*=============================*/
.site-header {
  position: sticky;
  /*top: 40px;*/
  top: 00px;
  z-index: 1000;
  background: white;
  transition: box-shadow 0.3s ease;
}

/*.top-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
}*/

#menu-item-119,  /* kontakt*/ #menu-item-248 /* handwerker */{
    display: none;
}

.site-header.scrolled {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    /* kostenlose beratung */
li#menu-item-460 a {
    background: #FF8800;
    border: 1px solid #FF8800;
    border-radius: 14px;
    line-height: 21px;
    padding: 6px 20px 4px;
    font-size: 14px;
    color: #222222;
}

li#menu-item-460 a:hover {
    background: #009959;
    border: 1px solid #009959;
    color: #222222;
}

li#menu-item-460 a:hover {
    background: #009959;
    border: 1px solid #009959;
    color: #222222;
}

    /* top bar */
.top-bar a {
    color: #222222;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-bar a:hover {
    text-decoration: underline;
}

.top-bar a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.top-bar #menu-item-119 a::before {
      background-image: url("/wp-content/uploads/2025/09/icon__kontakt.svg");
}

.top-bar #menu-item-248 a::before {
      background-image: url("/wp-content/uploads/2025/09/icon__fachhandwerker.svg");
}

.top-bar #menu-item-247 a::before {
      background-image: url("/wp-content/uploads/2025/09/icon__login.svg");
}


/* schriften */
/*=============================*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1.2em;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 44px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 21px;
}
    /**/

p {
    font-size: 18px;
    line-height: 1.5em;
}

.p__strong p {
    font-weight: 700;
}

.p__21 p {
    font-size: 21px;
}

.p__subheadline p {
    font-weight: 700;
    color: #FF8800;
    text-transform: uppercase;
}

.p__garantiebedingungen {
    text-align: right;
    margin-top: -17px;
    height: 20px;
}

.p__garantiebedingungen p {
    font-size: 14px;
}

.wpb_content_element.p__subheadline {
    margin-bottom: 5px!important;
}

    /* orange */
.p__orange p {
    font-weight: 700;
    color: #FF8800;
    margin-top: -30px;
}

span.p__orange {
    color: #FF8800;
}

span.stern__garantie {
        font-size: 30px;
    vertical-align: text-top;
    line-height: 1.2em;
}



/* anchor */
.a__green a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #009959;
}

.a__green a:hover {
    color: #FF8800;
}

.a__green a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23009959'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
    margin-top: -6px;
}

.a__green a:hover::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF8800'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}

    /* verlinkungen innerhalb */
#fernportal, #flex-wandgeraet, #flex-standgeraet {
  scroll-margin-top: 60px;
}


/*button*/
.vc_btn3.vc_btn3-color-grey {
    background-color: #FF8800!important;
    color: #222222!important;
    border-radius: 20px!important;
}

.vc_btn3.vc_btn3-style-classic {
    border-color: #FF8800!important;
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 18px!important;
    padding: 11px 45px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
}

.vc_btn3.vc_btn3-color-grey:hover {
    background-color: #009959!important;
}

.vc_btn3.vc_btn3-style-classic:hover {
    border-color: #009959!important;
}



/**/
.box__vorteile {
    background: #FDF1E6;
    padding: 35px 35px 0;
    border-radius: 5px;
}

.box__details {
    background: #F5F5F5;
    padding: 35px 35px 25px;
    border-radius: 5px;
}

.vc_row.box__vorteile {
    margin-left: 0px;
    margin-right: 0px;
}





/* zeilen */
/*=============================*/
.row__general {
    padding: 50px 0;
}

.row__first {
    padding-bottom: 25px;
}

.row__last {
    padding-bottom: 150px;
}

.padding-top__25 {
    margin-top: 25px;
}

.box__cta {
    background: #E6F7F1;
    padding: 50px 50px 35px;
    border-radius: 5px;
}




/* cta */
/*=============================*/
.cta__block {
    background: #FDF1E6;
    padding: 75px 0;
    margin-top: 75px;
}

.cta__block h2, .cta__block h5 {
        text-align: center;
}

.cta__block .p__21-icon p {
 display: flex;
 align-items: center;
 gap: 12px;
}

.cta__block .p__21-icon p::before {
  content: "";
  width: 90px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.cta__block .p__21-icon.icon__beratungsgespraech p::before {
  background-image: url("/wp-content/uploads/2025/09/icon__beratungsgespraech.svg");
}

.cta__block .p__21-icon.icon__angebot p::before {
  background-image: url("/wp-content/uploads/2025/09/icon__angebot.svg");
    margin-left: 7px;
}

.cta__block .p__21-icon.icon__installation p::before {
  background-image: url("/wp-content/uploads/2025/09/icon__installation.svg");
}


    /* formular */
form p {
    margin-bottom: 15px;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #FFC380;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px 15px;
    max-width: 100%!important;
    width: 99%;
    height: 45px;
}

textarea {
    height: 100px;
}

.form__wohnflaeche input[type=number], .form__plz input[type=text], .form__email input[type=email], .form__telefon input[type=tel] {
    width: 49%;
}

.form__wohnflaeche input[type=number] .form__email input[type=email] {
    margin-right: 7px;
}

.form__plz input[type=text], .form__telefon input[type=tel] {
    margin-left: 7px;
}

.form__datenschutz {
        font-size: 14px;
    line-height: 18px;
}

    /* butt0n */
input[type="submit"] {
    background: #FF8800;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 45px;
    border-radius: 20px;
}

input[type="submit"]:hover {
    background: #009959;
}

    /* error */
.wpcf7-response-output {
    font-size: 18px;
}




/* faq */
/*=============================*/
.vc_do_toggle {
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
}

.toggle__first-child {
    border-top: 1px solid #222;
    padding-top : 20px;
}

.vc_do_toggle h4 {
    font-size: 21px;
    font-weight: 600;
    margin-left: 5px;
}


/* icon plus - vertikal ::before, horizontal ::after*/
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:before {
    height: 18px!important;
    width: 2px!important;
}

.vc_toggle_default .vc_toggle_icon:before {
    border: none!important;
   background: #222222!important;
}


.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:after {
    height: 2px!important;
    width: 18px!important;
    background: #222222!important;
}


.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    height: 2px;
    margin-left: 5px;
    width: 10px;
}

    /* minus */
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    height: 2px!important;
    margin-left: 0px!important;
    width: 18px!important;
    background: #222222!important;
    border: none!important;
}



/* startseite */
/*=============================*/
.page-id-198.separate-containers .site-main {
    margin-top: 0;
}

.page-id-198.separate-containers .inside-article{
    padding-top: 0px;
}

.row__hero {
    margin: 10px 0 50px;;
}

.row__hero h1 {
    font-size: 3.6vw;
}

h1.h1__waermepumpe {
    margin-top: -16px;
}

.vorteile__hero {
    margin: 35px 0 25px;
}

.row__hero h5 {
   display: flex;
 align-items: center;
 gap: 12px;
}

.row__hero h5::before {
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-image: url("/wp-content/uploads/2025/09/icon__check.svg");
}

    /* vorteile box */
.box__vorteile.vorteile__xtherma {
    margin-top: -35px;
}

.box__vorteile.vorteile__xtherma h5 {
 display: flex;
 align-items: center;
 gap: 12px;
}

.box__vorteile.vorteile__xtherma h5::before {
  content: "";
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.box__vorteile .vorteil__xtherma-heizkosten h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__kosten-sparen.svg");
}

.box__vorteile .vorteil__xtherma-alles-im-blick h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__alles-im-blick.svg");
}

.box__vorteile .vorteil__xtherma-champions h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__vorteile-ueberuns-03.svg");
}


 /*  slider produkte */
.slider__produkte .flexslider {
    margin: 25px 0 -25px;
    height: 600px!important;
}

.slider__produkte .wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption {
    background-color: #FFFFFF;
    padding: 10px 35px;
    text-align: center;
    height: 101px;
    font-size: 14px;
}

.slider__produkte .flex-direction-nav a {
    opacity: 1!important;
}

    /* position prev */
.slider__produkte .flex-direction-nav .flex-prev {
    left: 20px!important;
}

.slider__produkte .flexslider:hover .flex-direction-nav .flex-prev {
    left: 20px!important;
}

    /* position next */
.slider__produkte .flex-direction-nav .flex-next {
    right: 20px!important;
}

.slider__produkte .flexslider:hover .flex-direction-nav .flex-next {
    right: 20px!important;
}
    /* icon */
.slider__produkte .flex-direction-nav a.flex-prev::before, .slider__produkte .flex-direction-nav a.flex-next::before {
  content: ""!important;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-size: contain;
  filter: drop-shadow(1px 1px 0 #ffffff4d);
  position: relative;
}

.slider__produkte .flex-direction-nav a.flex-prev::before {
  background: url("/wp-content/uploads/2025/10/icon__arrow-left.svg") no-repeat center center;
}

.slider__produkte .flex-direction-nav a.flex-next::before {
  background: url("/wp-content/uploads/2025/10/icon__arrow-right.svg") no-repeat center center;
}

    /* punkte */
.slider__produkte .flex-control-nav.flex-control-paging {
    display: none;
}



    /* portal */
.vorteile__portal h6 {
 display: flex;
 align-items: center;
 gap: 12px;
    text-align: left;
}

.vorteile__portal h6::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 0px;
    background-image: url(/wp-content/uploads/2025/09/icon__check.svg);
    vertical-align: middle;
    margin-top: -5px;
    background-size: 25px 25px;
}

.page-id-198/*startseite*/ .cta__block {
    font-size: 54px;
}

.content__xtherma .p__quelle p, .content__xtherma .p__quelle p a,
.vorteile__waermepumpe-content .p__quelle p, .vorteile__waermepumpe-content .p__quelle p a {
    font-size: 14px;
    color: #222222;
}

.content__xtherma .p__quelle p a,
.vorteile__waermepumpe-content .p__quelle p a {
    text-decoration: underline;
}
.vorteile__waermepumpe-content .p__quelle {
    margin-top: -18px;
}

.content__xtherma .p__quelle a:hover, .vorteile__waermepumpe-content .p__quelle p a:hover {
    color: #FF8800;
}



/*seite ueber uns*/
/*=============================*/
    /*vorteile*/
.box__vorteile.ueber-uns__vorteil {
    background: #FDF1E6;
    padding: 35px 35px 0;
    border-radius: 5px;
}

.box__vorteile.ueber-uns__vorteil h5 {
 display: flex;
 align-items: center;
 gap: 8px;
}

.box__vorteile.ueber-uns__vorteil h5::before {
  content: "";
  width: 200px;
  height: 70px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.box__vorteile .ueber-uns__vorteil-01 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__vorteile-ueberuns-01.svg");
}

.box__vorteile .ueber-uns__vorteil-02 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__vorteile-ueberuns-02.svg");
}

.box__vorteile .ueber-uns__vorteil-03 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__vorteile-ueberuns-03.svg");
}

    /*linkedin + otten*/
.social__linkedin img {
    width: 45px;
    height: 45px;
}

.social__otten img {
    width: 72px;
    height: 44px;
}

.social__linkedin.wpb_content_element, .social__otten.wpb_content_element {
    margin-bottom: 0px!important;
}

    /*quote*/

.box__quote {
    background: #EBF9F4;
    margin-top: 15px;
}

.box__quote .vc_column-inner {
    padding: 35px 35px 10px!important;
}

.box__quote p {
     font-family: 'Poppins';
     font-size: 21px;
     position: relative;
     margin: 0;
}

.box__quote p::before {
      content: "";
      display: inline-block;
      width: 46px;
      height: 35px;
      margin-right: 10px;
      background-image: url("/wp-content/uploads/2025/09/icon__quote.svg");
      vertical-align: middle; 
      margin-top: -7px;
}

/*.box__partner h5 {
    height: 58px;
}*/


.content__partner {
    margin-top: 50px;
}

.box__vorteile.vc_row.vc_column-gap-35 {
    margin-left: 0px; 
    margin-right: 0px; 
}

    /* maps - balken ausblenden */
.i4ewOd-pzNkMb-haAclf {
    display: none!important;
}




/* seite service */
/*=============================*/
    /*vorteile*/
.box__vorteile.content__service {
    background: #FDF1E6;
    padding: 50px 35px 15px;
    border-radius: 5px;
}

.box__vorteile.service__vorteil h5 {
 display: flex;
 align-items: center;
 gap: 12px;
 font-size: 24px;
}

.box__vorteile.service__vorteil h5::before {
  content: "";
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.box__vorteile.service__vorteil p {
    margin-top: -10px;
}

.box__vorteile .service__vorteil-01 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__vorteile-service-04.svg");
}

.box__vorteile .service__vorteil-02 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__vorteile-service-02.svg");
}

.box__vorteile .service__vorteil-03 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__vorteile-service-03.svg");
}

.box__vorteile .service__vorteil-04 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__vorteile-service-01.svg");
}

    /* trust */
.content__trust p {
  display: flex;
  align-items: center;  /* Icon + Text zentriert */
  gap: 12px;
} 

.content__trust p::before {
  content: "";
  flex: 0 0 95px;       /* feste Icon-Breite */
  height: 95px;         /* feste Icon-Höhe */
  background-image: url("/wp-content/uploads/2025/09/icon__trust.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

    /*  slider portal */
.slider__portal {
    margin-top: 50px;
    margin-bottom: -50px;
}

.slider__portal .wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption {
    background-color: #FFFFFF;
    padding: 10px 50px;
    text-align: center;
    height: 101px;
}

.slider__portal .flexslider {
    margin: 0 0 -50px 0!important;
}

.slider__portal .flex-direction-nav a {
    opacity: 1!important;
}

    /* position prev */
.slider__portal .flex-direction-nav .flex-nav-nprev {
    margin-right: 50px!important;
}

.slider__portal .flexslider:hover .flex-direction-nav .flex-prev {
    left: -50px!important;
}

    /* position next */
.slider__portal .flex-direction-nav .flex-nav-next {
    margin-left: 50px!important;
}

.slider__portal .flexslider:hover .flex-direction-nav .flex-next {
    right: -50px!important;
}
    /* icon */
.slider__portal .flex-direction-nav a.flex-prev::before, .slider__portal .flex-direction-nav a.flex-next::before {
  content: ""!important;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  filter: drop-shadow(1px 1px 0 #ffffff4d);
  position: relative;
}

.slider__portal .flex-direction-nav a.flex-prev::before {
  background: url("/wp-content/uploads/2025/10/icon__arrow-left.svg") no-repeat center center;
}

.slider__portal .flex-direction-nav a.flex-next::before {
  background: url("/wp-content/uploads/2025/10/icon__arrow-right.svg") no-repeat center center;
}

    /* punkte */
.slider__portal .flex-control-nav.flex-control-paging {
    display: none;
}


/* seite waermepumpe */
/*=============================*/
.box__vorteile.vorteile__waermepumpe {
    padding-bottom: 25px;
    text-align: center;
}

.box__vorteile.vorteile__waermepumpe h2 {
    font-size: 36px;
}

.box__vorteile.vorteile__waermepumpe p {
    max-width: 980px;
    margin: 0 auto;
    margin-top: -7px;
}


.vorteile__waermepumpe h6 {
 display: flex;
 align-items: center;
 gap: 12px;
    text-align: left;
}

.vorteile__waermepumpe h6::before {
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-image: url("/wp-content/uploads/2025/09/icon__check.svg");
}

.vorteile__waermepumpe-content p {
    margin-left: 38px;
    text-align: left;
}

.vorteile__waermepumpe-content {
    margin: 12px 0 0;
}

    /* kombigeraete */
.p__kombi-standgeraet p, .p__kombi-wandgeraet p {
 display: flex;
 align-items: center;
 gap: 18px;
    font-weight: 700;
}

.p__kombi-standgeraet p::before, .p__kombi-wandgeraet p::before {
  content: "";
  width: 188px;
  height: 90px;
  background-size: 130px 90px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.p__kombi-wandgeraet p::before {
  background-image: url("/wp-content/uploads/2025/09/img__wandgeraet.png");
}

.p__kombi-standgeraet p::before {
  background-image: url("/wp-content/uploads/2025/09/img__standgeraet.png");
}

    /* details */
.box__details {
    overflow-x: scroll;
}

table, td, th {
    border: none;
}

td.table__title  {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
}

td {
font-family: 'Roboto';
    font-size: 14px;
}

table tr:nth-child(even) {
  background-color: #E9E9E9; 
}

/*.row__unboxing {
    border-top: 1px solid #222;
        border-bottom: 1px solid #222;
}*/

    /* youtube */
.a__youtube p a {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 12px;
}

.a__youtube p a:hover {
    color: #FF8800;
    text-decoration: underline;
}

.a__youtube p a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-image: url("/wp-content/uploads/2025/11/logo__youtube.svg");
    margin-left: 8px;
    margin-top: -3px;
}

.a__youtube p a:hover::after {
  background-image: url("/wp-content/uploads/2025/11/logo__youtube-hover.svg");
}


/* seite vernetzung */
.box__vorteile.vernetzung__vorteil h5 {
 display: flex;
 align-items: center;
 gap: 12px;
 font-size: 24px;
 height: 58px;
}

.box__vorteile.vernetzung__vorteil h5::before {
  content: "";
  width: 65px;
  height: 45px;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.box__vorteile.vernetzung__vorteil .vernetzung__vorteil-03 h5::before {
  width: 45px;
}

.box__vorteile.vernetzung__vorteil p {
    margin-top: -10px;
}

.a__github p a {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.a__github p a:hover {
    color: #FF8800;
    text-decoration: underline;
}

.a__github p a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-image: url("/wp-content/uploads/2025/11/logo__github.svg");
    margin-left: 8px;
    margin-top: -3px;
}

.a__github p a:hover::after {
  background-image: url("/wp-content/uploads/2025/11/logo__github-hover.svg");
}

.box__vorteile.vernetzung__vorteil {
    padding-bottom: 10px;
}

.box__cta .logo__github a img {
    width: 50px;

}

.box__vorteile .vernetzung__vorteil-01 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__api.svg");
}

.box__vorteile .vernetzung__vorteil-02 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__modus-tcp.svg");
}

.box__vorteile .vernetzung__vorteil-03 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__automation.svg");
}

.box__vorteile .vernetzung__vorteil-04 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__automatisch.svg");
}

.box__vorteile .vernetzung__vorteil-05 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__optimieren.svg");
}

.box__vorteile .vernetzung__vorteil-06 h5::before {
  background-image: url("/wp-content/uploads/2025/09/icon__abo.svg");
}

    /* laenge h1 */
.page-id-329/* vernetzung */ h1 {
    max-width: 620px;
}

    /* laenge h2 */
.page-id-329/* vernetzung */ h2 {
    max-width: 1120px;
}

.page-id-329/* vernetzung */ .cta__block h2 {
    max-width: 100%;
}

    /* check */
/* .box__optimieren {
    margin-top: 35px;
} */

.content__optimieren .wpb_content_element {
    margin-bottom: 15px !important;
}

.page-id-329/* vernetzung */ h6 {
    font-size: 18px;
}

.content__optimieren h6 {
   display: flex;
 align-items: center;
 gap: 10px;
}

.content__optimieren h6::before {
  content: "";
  width: 25px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-image: url("/wp-content/uploads/2025/09/icon__check.svg");
}

    /* img */
.img__pv-ueberschuss img {
    margin-top: -45px;
    padding-bottom: 20px;
}



/*seite garantie + agb + datenschutz*/
/*=============================*/
.page-id-211/*garantie*/ h3, .page-id-220/*agb*/ h3, .page-id-209/*datenschutz*/ h3 {
    margin-top: 50px;
}

.page-id-209/*datenschutz*/ h4 {
    font-size: 21px;
}

    /* garantie */
.page-id-211 h3 {
    font-size: 21px!important;
}




/* 404 */
/*=============================*/
.h1__404 p {
    font-size: 50px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1.2em;
}

.error404 #page {
    padding: 50px 40px;
}



/* datenschutz */
/*=============================*/
#cmplz-message-1-optin p {
    font-size: 12px;
    margin-bottom: 0;
}



/* footer */
/*=============================*/
.separate-containers .inside-article {
    padding-bottom: 0px;
}

.separate-containers .site-main {
    margin-bottom: 0px;
}

.footer-widgets-container {
    padding: 75px 40px 35px;
}

#block-14 img {
    width: 180px;
}

h2.widget-title, h2.wp-block-heading {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.widget ul li {
    margin-bottom: .1em;
}

.footer-widgets a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}

.footer-widgets a:hover {
    text-decoration: underline;
}


#footer-widgets {
    background: #003F2E;
}

.footer-widgets .widget {
    margin-bottom: 12px;
}

    /*logo*/
.wp-image-240 {
    width: 180px;
}

.content__copy {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 150px;
}

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

.content__social img {
    width: 37px;
    height: 37px;
    display: flex;
      align-items: center;
}

 .content__social img.icon__youtube {
    width: 45px;
    height: 45px;
}

.iframe__trustpilot {
    margin-left: -42px;
    margin-top: 16px;
}

.site-info {
    display: none;
}



/*?????*/



    #headline {
    font-size: 3.7vw;
    transition: opacity 0.8s ease;
  }
  .p__orange {
    color: orange;
    font-weight: bold;
  }
  .hidden {
    opacity: 0;
  }


.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  display: flex;
  flex: 0 0 100%;
  box-sizing: border-box;
}

.slide-image {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slide-text {
  flex: 3;
  padding: 2rem;
  display: flex;
  align-items: center;
}


.content__testimonials {
    background: #E7F7F2;
    padding: 12px 0px 0px;
}

.content__testimonials p {
     font-family: 'Poppins';
     font-size: 21px;
     position: relative;
     margin: 0;
    color: #003F2E;
}

.content__testimonials p::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(/wp-content/uploads/2025/09/icon__quote.svg);
    vertical-align: middle;
    margin-top: -7px;
    background-size: 40px 40px;
}

p span.p__18 {
    font-size: 18px;
    line-height: 21px;
}

    /* pfeile */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 40px;   /* Klickfläche */
  height: 40px;
  padding: 0;
}

.arrow.prev::before, .arrow.next::before {
  content: "" !important;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-size: contain;
  filter: drop-shadow(1px 1px 0 #ffffff4d);
}

.arrow.prev::before {
  background: url("/wp-content/uploads/2025/10/icon__arrow-left.svg") no-repeat center center;
}

.arrow.next::before {
  background: url("/wp-content/uploads/2025/10/icon__arrow-right.svg") no-repeat center center;
}

.arrow.prev { left: 10px; }
.arrow.next { right: 10px; }


@media (max-width: 768px) { /* nur der slider testimonails*/
  .slide {
    display: block;
  }

  .slide-image,
  .slide-text {
    flex: none;
    width: 100%;
  }

  .slide-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .slide-text {
    padding: 1.5rem 1rem;
    text-align: center; /* optional – für schöne Ausrichtung auf Mobil */
  }

  .content__testimonials p {
    font-size: 16px;
    line-height: 1.4;
  }

  p span.p__18 {
    font-size: 16px;
    line-height: 1.3;
  }

  /* Pfeile anpassen oder ausblenden auf Mobil */
  .arrow {
    width: 30px;
    height: 30px;
  }

  .arrow.prev { left: 5px; }
  .arrow.next { right: 5px; }
}




/****************/
/*=============================*/
/*=============================*/
@media (max-width: 768px) {
html, body {
    overflow-x: hidden;
    width: 100%;
}
    
.desktop {
    display: none;
}
    
.separate-containers .inside-article {
    padding: 20px 20px 0;
}
    
  .reverse-mobile .wpb_row,
  .reverse-mobile.vc_row {
    display: flex;
    flex-direction: column-reverse;
  }
    
/* menue */
/*=============================*/
header {
    height: 70px;
}
    
.top-bar .inside-top-bar {
    justify-content: right;
}
    
.inside-header {
    padding-right: 5px;
    padding-left: 20px;
    padding-bottom: 30px;
    }
    
.site-header .header-image {
    width: 170px;
}
    
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: #FFFFFF!important;
}
    
.menu-toggle {
    font-size: 24px;
    color: #222222;
}
    
.has-inline-mobile-toggle .inside-header {
    background: #FFFFFF;
}
    
.mobile-menu-open .inside-header.grid-container {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
    
.mobile-menu-open .site.grid-container {
        opacity: 0.4;
}
    
    /* kostenlose beratung */
.main-navigation.toggled .main-nav li#menu-item-460 {
    width: 95%;
}
    
li#menu-item-460 a {
    padding: 10px 20px 9px;
    font-size: 16px;
    border-radius: 30px;
}
    
    
/* Schriften  */
/*=============================*/

h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins';
        font-weight: 700;
        line-height: 1.2em;
}

h1 {
    font-size: 32px;
}

h2 {
        font-size: 28px;
}

h3 {
        font-size: 24px;
}

h4 {
        font-size: 20px;
}

h5 {
        font-size: 18px;
}

h6 {
        font-size: 16px;
}

p {
        font-size: 16px;
        line-height: 1.6em;
}

.p__strong p {
        font-weight: 700;
}

.p__21 p {
        font-size: 18px;
}
    
.p__garantiebedingungen {
    text-align: left;
}
  
span.stern__garantie {
        font-size: 18px;
}
    
/* zeilen */
/*=============================*/
.mobile__top {
        margin-top: -25px;
}
    
.padding-top__25 {
    margin-top: 0px;
}
    
.separate-containers .site-main {
    margin: 0px;
}
    
.row__general {
    padding: 25px 0;
}
    
.box__vorteile {
    padding: 25px 15px 0;
}
    
.box__cta {
    padding: 25px 25px 10px;
}
    
.box__details {
    padding: 20px;
}
    
    
/* faq */
/*=============================*/
.vc_do_toggle h4 {
    font-size: 18px;
    margin-left: 0px;
}
    
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
left: 0!important;
position: absolute;
top: 12px!important;
transform: none!important;
}
    
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 30px!important;
}
   
    
/* button */
/*=============================*/
.vc_btn3.vc_btn3-size-lg {
    font-size: 16px!important;
}

.vc_general.vc_btn3 {
    width: 100%!important;
}
    
    
/* cta block */
/*=============================*/
.cta__block {
    padding: 50px 0;
    margin-top: 25px;
}
    
.cta__block .p__21-icon p::before {
    width: 100px;
    height: 40px;
    background-size: 40px 40px;
}
    
/* formular */
/*=============================*/
form {
        margin-top: -20px;
}
    
.form__wohnflaeche input[type=number], .form__plz input[type=text], .form__email input[type=email], .form__telefon input[type=tel] {
    width: 99%;
}

.form__wohnflaeche input[type=number], .form__email input[type=email] {
    margin-right: 0px;
    margin-bottom: 15px;
    display: block!important;
}

.form__plz input[type=text], .form__telefon input[type=tel] {
    margin-left: 0px;
}
    
textarea {
    height: 150px;
}
    
input[type="submit"] {
    width: 99%;
}
    
    
/* startseite */
/*=============================*/
.row__hero {
    margin: 10px 0 10px;;
}
    
.row__hero h1, #headline {
    font-size: 50px;
    line-height: 1.2em;
}
    
.row__hero h1.h1__waermepumpe {
    margin-top: -18px;;
}
    
    /* button */
.vc_btn3-container.vc_btn3-inline {
    width: 100%;
    margin-bottom: 53px;
}
    
/* waermepumpe */
.box__vorteile.vorteile__waermepumpe h2 {
    font-size: 28px;
}
    
.box__vorteile.vorteile__waermepumpe .vc_empty_space {
        display: none;
}
    
.vorteile__waermepumpe-content {
    margin: 0;
}
    
.vorteile__portal h6 {
  display: flex;
  align-items: flex-start; 
}
    
.vorteile__portal h6::before {
display: inline-block;
    width: 29px;
    height: 22px;
    background-size: 35px 22px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center left;
    margin-left: -5px;
margin-top: 0px;
}
    
.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider {
        height: 380px!important;
}
    
.content__gesamtsystem .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider {
        height: 400px!important;
}
    
.slider__produkte .flex-direction-nav .flex-prev {
    left: 0px !important;
}
    
.slider__produkte .flex-direction-nav .flex-next {
    right: 0px !important;
}
    
.slider__produkte .a__green p {
        text-align: right;
}
    
.content__testimonials {
    padding: 35px 12px 0px;
}
    
.content__testimonials img {
        margin-bottom: 25px;
}
    
.content__testimonials p {
    font-size: 16px;
}
    
.content__testimonials p::before {
    width: 30px;
    height: 30px;
    margin-top: -2px;
    background-size: 30px 30px;
}
    
.slide-text {
        padding: 1.5rem 2rem;
}
    
    
/* vernetzung */
/*=============================*/
.vc_row.box__vorteile {
    padding-top: 35px;
}

.box__vorteile.vernetzung__vorteil h5::before {
    width: 56px;
    height: 40px;
    background-size: 40px 40px;
}
    
.box__vorteile.vernetzung__vorteil h5 {
    height: auto;
    font-size: 18px;
}

.content__optimieren h6 {
  display: flex;
  align-items: flex-start; 
}
    
.content__optimieren h6::before {
display: inline-block;
    width: 29px;
    height: 22px;
    background-size: 35px 22px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center left;
    margin-left: -5px;
}
    
.img__pv-ueberschuss img {
    margin-top: 0px;
    padding-bottom: 20px;
}
    
.a__github p a {
    font-size: 16px;
}
    
.a__github {
    margin-bottom: 36px!important;
    display: block;
}
    
    
/* ueber uns */
/*=============================*/
.box__vorteile.ueber-uns__vorteil {
    padding: 25px 5px 0;
}
    
.box__vorteile.ueber-uns__vorteil h5 {
  display: flex;
  align-items: flex-start; 
}
    
.box__vorteile.ueber-uns__vorteil h5::before {
  display: inline-block;
  width: 60px;
  height: 50px;
  flex-shrink: 0;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center left;
}
    
.box__partner .wpb_single_image img {
        max-width: 80%!important;
    }

.desktop__break {
    display: none;
  }
    
.box__quote p {
    font-size: 18px;
}

.box__quote p::before {
  background-size: 30px 22px;
      width: 30px;
      height: 22px;
}
    
.box__partner h5 {
    font-size: 24px;
}
    
.row__logos .wpb_column.vc_column_container.vc_col-sm-2 {
    max-width: 50%;
    float: left;
}
    
/* service */
/*=============================*/
.vc_row.box__vorteile.content__service {
    padding: 25px 10px 5px;
}  
    
.slider__portal {
    margin-top: 25px;
    margin-bottom: 15px;
}
    
.flex-direction-nav a {
    margin: -70px 0 0!important;
    top: 100%!important;
}
    
.flex-viewport {
    height: 340px !important;
}

    
    
/* footer */
/*=============================*/
.footer-widgets-container {
    padding: 75px 15px 50px;
}
    
.content__copy {
    margin-top: 15px;
}
    
.iframe__trustpilot {
    margin-left: -83px;
}

/* ende =============================*/
    /*=============================*/
}

@media (min-width: 1729px) {
#headline, .h1__waermepumpe, .row__hero h1 {
        font-size: 60px;
    }
}


@media (min-width: 768px) and (max-width: 1475px) {
#headline, .h1__waermepumpe, .row__hero h1 {
        font-size: 4vw;
    }
}
