.hs_cos_wrapper_type_post_filter ul,
.hs_cos_wrapper_type_post_listing ul,
.hs_cos_wrapper_type_rich_text ul:not(.inputs-list):not([style*=list-style-type]) ,
.pwr-rich-text ul:not([style*=list-style-type]) , .hs_cos_wrapper_type_post_filter ul li, .hs_cos_wrapper_type_post_listing ul li, .hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li, .pwr-rich-text ul li {
  list-style-position: outside!important;
list-style-type: disk!important;list-style:initial !important
}

.hs_cos_wrapper_type_post_filter ul li,
.hs_cos_wrapper_type_post_listing ul li,
.hs_cos_wrapper_type_rich_text ul:not(.inputs-list):not([style*=list-style-type]) li,
.pwr-rich-text ul:not([style*=list-style-type]) li {
  color: inherit!important;
}

/* Make marker use text color */
.hs_cos_wrapper_type_post_filter ul li::marker,
.hs_cos_wrapper_type_post_listing ul li::marker,
.hs_cos_wrapper_type_rich_text ul:not(.inputs-list):not([style*=list-style-type]) li::marker,
.pwr-rich-text ul:not([style*=list-style-type]) li::marker {
  color: currentColor!important;
}
/* Custom bullet style for lists */
.hs_cos_wrapper_type_post_filter ul li:before,
.hs_cos_wrapper_type_post_listing ul li:before,
.hs_cos_wrapper_type_rich_text ul:not(.inputs-list):not([style*=list-style-type]) li:before,
.pwr-rich-text ul:not([style*=list-style-type]) li:before , .pwr--dark ul:not(.hs-error-msgs):not(.inputs-list):not(.pwr-sec-breadcrumbs__list) li:before ,
.pwr--dark ul:not(.hs-error-msgs):not(.inputs-list) li:before {
  content: "";
  width: .5em;
  height: .5em;
  display: block;
  background-color: transparent!important; /* matches text color */
  border-radius: 100%;
  position: absolute;
  left: -1rem;

  /* align to first line of text (fixes multi-line centering issue) */
  top: 0.35em;
  transform: none;

  z-index: 5;
}
.pwr-header__menu--mega-menu {
font-weight:300!important;
}.pwr-sec-clients__slider img {

    height: 100px;
}

 div.pwr-tabs__header.pwr-tabs__header--hor > h2{ 
line-height:1.2!important;
}
@media (min-width: 1200px) {
    .pwr-tabs__header--hor {

margin-top:0!important
}}


 @media (min-width: 992px) { .pwr-services--style-1 .pwr-services-item {
      border: 0px transparent!important;}}
@media (min-width: 768px) {
  .column_4 .pwr-services-box {
    width: calc(25% - 20px);
  }
   .column_4 .pwr-services-item
    width: 25%;
  }
}
 ul.checklist {
    list-style: none !important;
    padding-left: 0 !important;
    padding-inline-start: 0 !important;
    margin: 0 !important;
  }

  ul.checklist > li {
    list-style: none !important;
    position: relative !important;
    padding-left: 1.6em !important;
    margin: 0 0 8px 0 !important;
  }

  ul.checklist > li::marker {
    content: "" !important;
    color: transparent !important;
  }

  ul.checklist > li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.25em !important;
    width: 1em !important;
    height: 1em !important;

    background-repeat: no-repeat !important;
    background-size: contain !important;
  }


/* HubSpot New Forms Editor - dark form card */
.hsfc-Form {
  
  color: #fff !important;
  border-radius: 4px !important;
  

  box-sizing: border-box !important;
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
}

/* Rows / columns */
.hsfc-Row {
  gap: 14px !important;
  margin-bottom: 24px !important;
}

.hsfc-Field {
  margin-bottom: 0 !important;
}

/* Labels */
.hsfc-FieldLabel,
.hsfc-FieldLabel span,
.hsfc-RequiredIndicator {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

/* Inputs, selects, textareas */
.hsfc-TextInput,
.hsfc-EmailInput,
.hsfc-PhoneInput,
.hsfc-Textarea,
.hsfc-SelectInput,
.hsfc-NumberInput,
.hsfc-DateInput {
  width: 100% !important;
  background: transparent !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65) !important;
  border-radius: 0 !important;
  padding: 9px 0 8px !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Focus state */
.hsfc-TextInput:focus,
.hsfc-EmailInput:focus,
.hsfc-PhoneInput:focus,
.hsfc-Textarea:focus,
.hsfc-SelectInput:focus,
.hsfc-NumberInput:focus,
.hsfc-DateInput:focus {
  border-bottom-color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Placeholder */
.hsfc-TextInput::placeholder,
.hsfc-EmailInput::placeholder,
.hsfc-PhoneInput::placeholder,
.hsfc-Textarea::placeholder {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Select/dropdown text */
.hsfc-SelectInput {
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

/* Textarea */
.hsfc-Textarea {
  min-height: 92px !important;
  resize: vertical !important;
}

/* Phone field layout */
.hsfc-PhoneField {
  /* Kinder sind Label, Eingabefeld und Fehlermeldung. Die alte row-Regel
     (aus HubSpots frueherer Vorwahl-Select-Struktur) legte alle drei
     nebeneinander -> Label brach um ("Pho/ne*"), Fehler stand rechts und
     das Feld war schmaler als die uebrigen. Daher untereinander wie sonst. */
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
}

.hsfc-PhoneField .hsfc-FieldLabel {
  white-space: nowrap !important;
}

.hsfc-PhoneField .hsfc-ErrorAlert {
  width: 100% !important;
}

.hsfc-PhoneField .hsfc-SelectInput {
  max-width: 72px !important;
}

.hsfc-PhoneField .hsfc-PhoneInput {
  flex: 0 0 auto !important;
}

/* Error messages */
.hsfc-ErrorMessage,
.hsfc-ErrorMessage span,
.hsfc-FieldError {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  margin-top: 8px !important;
}

/* Submit button */
.hsfc-Button,
.hsfc-SubmitButton {
 
  margin-top: 28px !important;
  background: #fff !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 15px 28px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.hsfc-Button:hover,
.hsfc-SubmitButton:hover {
  background: #f2f2f2 !important;
  color: #000 !important;
}

/* Consent / rich text text */
.hsfc-RichText,
.hsfc-RichText p,
.hsfc-RichText span,
.hsfc-CheckboxField label,
.hsfc-RadioField label {
  color: #fff !important;
}

/* Mobile */
@media (max-width: 767px) {
  .hsfc-Form {
    max-width: 100% !important;
    padding: 28px 22px !important;
  }

  .hsfc-Row {
    display: block !important;
  }

  .hsfc-Field {
    margin-bottom: 24px !important;
  }

  .hsfc-PhoneField {
    gap: 8px !important;
  }
}
  .hsfc-ProgressBar__Text{color:#00d9ff!important;}

  [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress>div , .hsfc-Button{
    background-color: #00d9ff!important;}
  .hsfc-RichText>p{
    margin-top:0!important;
  }
  
/* HubSpot dropdown options panel */
.hsfc-DropdownOptions {
  background: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45) !important;
  overflow: hidden !important;
  z-index: 9999 !important;
}

/* Search wrapper inside dropdown */
.hsfc-DropdownOptions__Search {
  padding: 10px 12px !important;
  background: #111 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
}

/* Search input inside dropdown */
.hsfc-DropdownOptions__Search .hsfc-TextInput {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 6px !important;
  padding: 10px 12px !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
}

/* Search placeholder */
.hsfc-DropdownOptions__Search .hsfc-TextInput::placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}

/* Focus state for dropdown search */
.hsfc-DropdownOptions__Search .hsfc-TextInput:focus {
  background: #fff !important;
  color: #000 !important;
  border-color: #00d9ff !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(0, 217, 255, 0.25) !important;
}

/* Dropdown list */
.hsfc-DropdownOptions__List {
  background: #000 !important;
  color: #fff !important;
  max-height: 280px !important;
  overflow-y: auto !important;
  padding: 6px 0 !important;
  margin: 0 !important;
}

/* Dropdown items */
.hsfc-DropdownOptions__List__ListItem {
  color: #fff !important;
  background: transparent !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  cursor: pointer !important;
}

/* Hover / keyboard focus / selected states */
.hsfc-DropdownOptions__List__ListItem:hover,
.hsfc-DropdownOptions__List__ListItem:focus,
.hsfc-DropdownOptions__List__ListItem[aria-selected="true"] {
  background: #00d9ff !important;
  color: #000 !important;
  outline: none !important;
}

[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
border-radius:8px;
    background-color: black;
}


.pwr-services-box__front {width:100%;text-align:center;}

.pwr-image-box__img, .pwr-image-box__img .pwr-background-img {

     padding: 0; 
}


[data-hsfc-id=Renderer] .hsfc-Button, .hsfc-Step__Content{
    font-family: "Montserrat", sans-serif!important;
  }[data-hsfc-id="Renderer"] * {
    font-family: "Montserrat", sans-serif !important;
  }

.cta_button:not(.pwr-cta--hubspot-style), .hs-submit, .pwr-cta_button:not(.pwr-cta--hubspot-style) {
    border: 0;
  border-radius: 10px!important;}

.pwr-rich-text .pwr-tab__content, .pwr-rich-text .pwr-tab__content span ,  .pwr-rich-text .pwr-tab__content strong{
    font-size:18px}


.cta_button:not(.pwr-cta--hubspot-style), .hs-submit, .pwr-cta_button:not(.pwr-cta--hubspot-style) {

    font-size: 16px!Important;
   }

.pwr-header-right-bar__icon .pwr-icon,#pwr-js-header-right-bar > div.pwr-header-right-bar__item.pwr-header-right-bar__login.focus-target__icon > a > div{
font-size:13px!important;
}


#hs_cos_wrapper_name{
font-size:48px;
}

/* Zeilenabstand Blog-Post-Titel: Theme setzt 1.18em (Laenge) -> der auf 48px
   gesetzte Span erbt fixe 37.76px. Einheitenlos wird als Faktor vererbt und im
   Span neu gerechnet: 48 x 1.25 = 60px, identisch zum Success-Blog. */
.pwr-post-featured__title,
.pwr-post-header__title{
line-height:1.25;
}

.pwr-form .pwr-post-comments  {
display:none!important;
}
.custom-what-you-get-section
.pwr-services--style-1
.pwr-services-item.pwr-services-item--last-row {
  background: #162a30;
  color: #fff;
  border-radius: 25px;
}

.custom-what-you-get-section .pwr-services-item__more-link {
  display: none !important;
}
.custom-what-you-get-section .pwr-services--style-1 {
  display: flex;
  gap: 40px;
}

.custom-what-you-get-section
.pwr-services--style-1
.pwr-services-item.pwr-services-item--last-row {
  background: #162a30;
  color: #fff;
  border-radius: 25px;
}

.custom-what-you-get-section .pwr-services-item__more-link {
  display: none !important;
}

@media (max-width: 768px) {
  .custom-what-you-get-section .pwr-services--style-1 {
    flex-direction: column !important;
    gap: 40px;
  }
}.custom-what-you-get-section {
  padding-bottom: 50px!important;
}.custom-what-you-get-section .pwr-rich-text.pwr-services-item__desc {
  display: none !important;
}

.pwr-sec-services__intro-sec {
    margin-bottom: 50px!important;
    position: relative;
}


/* ============================================================
   Telefonfeld (HubSpot Forms 2.0)
   .hsfc-PhoneInput ist KEIN Eingabefeld, sondern ein Flex-Container um
   Laendervorwahl + Nummer. Die generische Input-Regel weiter oben gibt ihm
   sonst Padding + Unterlinie -> Feld 53px statt 35px hoch, doppelte Linie,
   und die Vorwahl-Box behaelt HubSpots hellen Default-Kasten.
   ============================================================ */
.hsfc-PhoneInput {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.hsfc-PhoneInput:focus-within {
  border-bottom-color: #fff !important;
}

/* Vorwahl-Box (Flagge + Pfeil) an den Underline-Stil der anderen Felder angleichen */
.hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret {
  box-sizing: border-box !important;
  width: auto !important;
  height: auto !important;
  padding: 9px 8px 8px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  gap: 6px !important;
}

.hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret__Flag {
  font-size: 16px !important;
  line-height: 1 !important;
}

.hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret__Caret {
  border-top-color: rgba(255, 255, 255, 0.8) !important;
}

/* Nummernfeld: keine zweite Unterlinie, Abstand zur Flagge */
.hsfc-PhoneInput .hsfc-TextInput {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  padding-left: 8px !important;
  border-bottom: 0 !important;
}

/* Fehlermeldungen kompakter (deckt alte und neue HubSpot-Klassen ab) */
.hsfc-ErrorMessage,
.hsfc-ErrorMessage span,
.hsfc-FieldError,
.hsfc-ErrorAlert,
[data-hsfc-id="ErrorAlert"],
[data-hsfc-id="Renderer"] [role="alert"] {
  font-size: 11px !important;
  line-height: 1.2 !important;
  margin-top: 4px !important;
}

/* Print-/PDF-Button im Angebots-Ausdruck */
#lt-quote-download,
.lt-btn {
  border-radius: 10px !important;
}


/* Dropdown-Links in der Hauptnavigation zeigten cursor:default, obwohl es
   echte Links sind (Content-Hub, Features). Klickbarkeit sichtbar machen. */
.pwr-header__menu .hs-menu-children-wrapper a[href],
.pwr-js-menu .hs-menu-children-wrapper a[href] {
  cursor: pointer !important;
}

/* Autoren-Block unter Blogbeiträgen: linksbündig statt zentriert.
   Das Theme setzt `justify-content:center`, dadurch stand Avatar + Name
   ~145px eingerückt, während der übrige Beitragsinhalt links bei der
   Containerkante beginnt. */
.pwr-author-profile {
  /* greift bei display:flex … */
  justify-content: flex-start !important;
  /* … und bei display:table/block, wo `margin: 0 auto` zentrieren wuerde */
  margin-left: 0 !important;
  margin-right: auto !important;
  /* Partner-Beitraege setzen zusaetzlich padding-left:60px auf den Block selbst */
  padding-left: 0 !important;
  /* … und dort liegt der Block als weisse Karte auf dem grauen Blog-Hintergrund */
  background-color: transparent !important;
}
/* Der runde Avatar-Rahmen traegt in derselben Variante eine eigene Flaeche */
.pwr-avatar__round {
  background-color: transparent !important;
}