.elementor-kit-7{--e-global-color-primary:#A51916;--e-global-color-secondary:#363B40;--e-global-color-text:#363B40;--e-global-color-accent:#A51916;--e-global-color-9fc9913:#EFEFEF;--e-global-color-82de113:#DADADA;--e-global-color-bdd4a81:#000000;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:19px;font-weight:300;line-height:1.4em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:300;text-transform:uppercase;color:#FFFFFF;box-shadow:2px 2px 5px 0px rgba(32, 82, 105, 0.4);border-radius:0px 0px 0px 0px;padding:10px 15px 10px 15px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#666666;color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#A51916;font-family:"Roboto", Sans-serif;font-size:19px;font-weight:300;}.elementor-kit-7 a:hover{color:var( --e-global-color-text );}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-weight:400;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-size:2.25em;font-weight:400;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-size:29px;font-weight:400;}.elementor-kit-7 h4{color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-weight:400;}.elementor-kit-7 h5{color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-weight:400;}.elementor-kit-7 h6{color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 h1{font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-text-font-size:16px;font-size:16px;}.elementor-kit-7 a{font-size:16px;}.elementor-kit-7 h1{font-size:26px;}.elementor-kit-7 h2{font-size:1.625em;}.elementor-kit-7 h3{font-size:1.375em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   ELEMENTOR CONTAINER — EINHEITLICHE ABSTÄNDE
   v2 — mit Background-Erkennung
   ============================================ */

@media screen and (max-width: 767px){
  .pe-pro-seal{
    display: none;  
}  
}

:root {
    --spacing-section: 40px;
    --spacing-section-tablet: 30px;
    --spacing-section-mobile: 30px;
}

/* --------------------------------------------
   1. STANDARD-PADDING FÜR ALLE TOP-LEVEL-CONTAINER
   -------------------------------------------- */
main .e-con.e-parent {
    padding-block-start: var(--spacing-section);
    padding-block-end: var(--spacing-section);
}

/* --------------------------------------------
   2. DOPPELTES PADDING NUR ZWISCHEN 
      "NEUTRALEN" CONTAINERN VERHINDERN
   -------------------------------------------- */
/* Top-Padding nur entfernen, wenn WEDER der aktuelle
   NOCH der vorherige Container einen Background hat */
main .e-con.e-parent:not(.has-background) 
    + main .e-con.e-parent:not(.has-background),
main .e-con.e-parent:not(.has-background) + .e-con.e-parent:not(.has-background) {
    padding-block-start: 0;
}

/* Sauberere Variante mit :has() — moderne Browser */
main .e-con.e-parent:not(.has-background):has(+ .e-con.e-parent:not(.has-background)) {
    /* bottom bleibt, top des nächsten wird unten geregelt */
}

/* --------------------------------------------
   3. RESPONSIVE
   -------------------------------------------- */
@media (max-width: 1024px) {
    main .e-con.e-parent {
        padding-block-start: var(--spacing-section-tablet);
        padding-block-end: var(--spacing-section-tablet);
    }
    main .e-con.e-parent:not(.has-background) 
        + .e-con.e-parent:not(.has-background) {
        padding-block-start: 0;
    }
}

@media (max-width: 767px) {
    main .e-con.e-parent {
        padding-block-start: var(--spacing-section-mobile);
        padding-block-end: var(--spacing-section-mobile);
    }
    main .e-con.e-parent:not(.has-background) 
        + .e-con.e-parent:not(.has-background) {
        padding-block-start: 0;
    }
}

/* --------------------------------------------
   5. HORIZONTALE ABSTÄNDE (links/rechts)
   -------------------------------------------- */
:root {
    --spacing-inline: 80px;          /* Desktop */
    --spacing-inline-tablet: 50px;
    --spacing-inline-mobile: 25px;
}

main .e-con.e-parent {
    padding-inline-start: var(--spacing-inline);
    padding-inline-end: var(--spacing-inline);
}

@media (max-width: 1024px) {
    main .e-con.e-parent {
        padding-inline-start: var(--spacing-inline-tablet);
        padding-inline-end: var(--spacing-inline-tablet);
    }
}

@media (max-width: 767px) {
    main .e-con.e-parent {
        padding-inline-start: var(--spacing-inline-mobile);
        padding-inline-end: var(--spacing-inline-mobile);
    }
}

b, strong {
    font-weight: 700;
}

main .padding-custom-bottom{
    padding-bottom: 0;
}

main a{
    text-decoration: underline !important;
}

main .pre-title{
    font-weight: 400;
    font-size: 1.2em;
    display: block;
    margin-bottom: 15px;
    position: relative;
    display: block;
}

a.elementor-button-link{
    text-decoration: unset !important;
}

.elementor-location-footer a{
    color: white;
}

.current-menu-parent > a{
    border-bottom: 2px solid white;
}

.menu-item-1313 .elementor-item-active, .menu-item-2391 .elementor-item-active{
    border-bottom: 0;
}

.ff-el-is-required label:after{
    display: none;
}


.button-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.bg-grey{
    background-color: #ccc;
    padding: 10px;
}

.primary{
    color: #A41916;
}

.popup-leistungen a{
    font-weight: bold;
    text-decoration: unset !important;
}

.popup-leistungen li {
    list-style-type: none;
    margin: 0px 0px 10px;
    padding: 2px 0px 10px 20px;
}


/* Pop Up */

.pop-up h2{
    font-size: 23px;
    color: var( --e-global-color-text );;
}

.pop-up{
    font-weight: 400;
}

.popup-icon{
	position: absolute;
	right: 7%;
	top: -25px;
	width: 100px;
	display: none;
}

@media only screen and (max-width: 768px) {
  .pop-up h2{ 
    margin-top: 45px;
  }
}


.popup-leistungen li a:hover{
	color: #363b40;
}

.leistungen-rot li{
	color: #A51916;
	font-weight: bold;
	margin-left: -25px;
}

.leistungen-rot{
    margin-bottom: 20px;
}

/* Ende Popup */

.b-100 .elementor-button{
    width: 100%;
    font-weight: 400;
}

/* Icons Navigation */

li.menu-item .elementor-social-icons-wrapper{
    flex-direction: row;
    display: flex;
}

li.menu-item .elementor-social-icons-wrapper .elementor-icon{
    border-radius: 50%;
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
    .elementor-widget-testimonial-carousel .swiper-slide{
        height: min-content !important;
    }
}

/* Ende Icons Navigation */
/*
@media only screen and (min-width: 768px) {
    main:after{
    content: '';
   background-image: url('https://www.zegelman-coaching.de/wp-content/uploads/2022/09/zegelaman-coaching-sitzen-obg.png');
    width: 380px;
    height: 570px;
    background-size: cover;
    position: fixed;
    bottom: 0;
    right: 40px;
    opacity: .15;
    z-index: -1;
}

.home main:after{
    display: none;
}

}
*/
/* Responsive Video Iframe */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
max-width: 100%;
width: 1000px;
left: 0;
right:0;
margin:auto;
}

/* Ende Responsive Video iFrame */


.popup-leistungen li a:focus, .popup-leistungen li a:active{
 outline: none;
    -moz-outline-style: none;
}

/* Newsletter */

.sib-default-btn{
    border: 0;
}

.paar-newsletter, .single-newsletter{
 display: none;   
}

.page-id-4840 .paar-newsletter, .page-id-4849 .single-newsletter{
 display: block;   
}

form p.sib-alert-message-warning {
    background-color: #ffda85 !important;
    border-color: #faebcc !important;
    color: #675029 !important;
}

  #sib-container input:-ms-input-placeholder {
    text-align: left;
    color: #c0ccda;
  }

  #sib-container input::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
  }

  #sib-container textarea::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
  }

    #sib-container{
        padding: 0 !important;
        background-color: transparent !important;
    }

  #sib-container a {
    color: #2BB2FC;
    font-size: 14px;
    color: var(--e-global-color-primary);;
  }
  
  #sib-container .input{
      border-radius: 0 !important;
  }
  
  #sib-container .entry__field{
      border: 1px solid #666 !important;
      border-radius: 0 !important;
  }
  
  .sib-form{
      padding: 0 !important;
  }
  
  #success-message{
      color: #4BB543 !important;
  }
  
  html, body {
    scroll-padding-top: 140px;
}

@media (max-width: 1024px) {
    html, body {
        scroll-padding-top: 130px;
    }
}

@media (max-width: 767px) {
    html, body {
        scroll-padding-top: 130px;
    }
}

/* Ende Newsletter */


/* Sidebutton – Mobile bleibt eine Bottom-Bar */
.sidebutton{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    background-color: var(--e-global-color-primary); /* BG nur mobil */
    z-index: 9999;
    justify-content: space-around;
    color: white;
}

.sidebutton-icon{
    padding: 20px;
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0;
}

.sidebutton-icon img{
    width: 25px;
    color: #fff !important;
}

@media screen and (max-width: 1023px){
    .text-hidden{
        margin-left: 10px;
        display: none;
    }
}

/* Desktop: Buttons stehen rechts untereinander, jeder expandiert nur für sich */
@media screen and (min-width: 1024px){
    .sidebutton{
        right: 0;
        top: 40%;
        bottom: unset;
        left: unset;
        flex-direction: column;
        background-color: transparent;        /* WICHTIG: kein globaler BG */
        align-items: flex-end;
        transform: translateY(-50%);
        gap: 10px;
        padding: 0;
    }

    .sidebutton-icon{
        /* eigener Button-Hintergrund */
        background-color: var(--e-global-color-primary);
        border-radius: 12px 0 0 12px;
        padding: 14px 16px;
        overflow: hidden;                     /* versteckt den Text im eingeklappten Zustand */
        white-space: nowrap;
        transition: padding-right .25s ease;
        gap: 0;
    }

    /* Der Text ist standardmäßig „eingeklappt“ */
    .sidebutton-icon .text-hidden{
        font-size: 18px;
        margin-left: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        display: inline-block;               /* für max-width-Transition wichtig */
        transition:
            max-width .25s ease,
       	    opacity .25s ease,
            margin-left .25s ease;
    }

    /* Nur der gehoverte Link klappt seinen eigenen Text auf */
    .sidebutton-icon:hover{
        padding-right: 24px;
    }
    .sidebutton-icon:hover .text-hidden{
        margin-left: 12px;
        max-width: 300px;                    /* je nach Textlänge anpassen */
        opacity: 1;
    }
}
/* Sidebutton Ende *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://update.changing-emotions.de/wp-content/uploads/2022/09/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://update.changing-emotions.de/wp-content/uploads/2022/09/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://update.changing-emotions.de/wp-content/uploads/2022/09/RobotoCondensed-Regular-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://update.changing-emotions.de/wp-content/uploads/2022/09/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://update.changing-emotions.de/wp-content/uploads/2022/09/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://update.changing-emotions.de/wp-content/uploads/2022/09/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://update.changing-emotions.de/wp-content/uploads/2022/09/Roboto-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */