/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@media (max-width: 1199px) {
  .pwr-hero__info-box--centered:not(.page-center) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pwr-hero__info-box {
    width: 100%;
    max-width: fit-content;
  }
}

@media (max-width: 575px) {
    .pwr-sec--boxed-w-content-in , .page-center,   .pwr-sec--boxed-w-content-in, .pwr-sec--boxed-w-content-out, .pwr-sec--boxed-w-full , .pwr-sec--boxed-w-content-out, .pwr-sec--boxed-w-full, .page-center {
      margin-left: 15px!important;
      margin-right: 15px!important;
      padding-left: 15px;
    padding-right: 15px;
      
    }
    .pwr-sec__title {
      font-size:27px;
  }
    div[class*=adc__col--width-]{
      padding-left:0;
      padding-right:0;
      padding-bottom: 0;
  }
}







/*****************************************/
/* Blog    */
/*****************************************/
.pwr-post-content{
}

/* ══════════════════════════════════
   CTA im Blog
   ══════════════════════════════════ */

.pwr-post-content .hs-cta-embed{
    margin-left:auto;
    margin-right:auto;
  }
.pwr-post-content .pwr-sec-cta--content{
    display:block!important;
  }
  </
/* ══════════════════════════════════
   ALLE TABELLEN IM BLOG
   ══════════════════════════════════ */

.pwr-post-content table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin: 32px 0 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  background-color: #ffffff !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06) !important;
}
.pwr-post-content table span{
  font-size: 13px !important;
}

.pwr-post-content table col {
  width: auto !important;
}

.pwr-post-content th,
.pwr-post-content td {
  width: auto !important;
  min-width: 0 !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  padding: 14px 18px !important;
  vertical-align: top !important;
  background-color: #ffffff !important;
}

.pwr-post-content thead th {
  background-color: #eaf0f6 !important;
  font-weight: 600 !important;
  text-align: left !important;
  font-size: 12px !important;
}

.pwr-post-content thead th,
.pwr-post-content thead th span,
.pwr-post-content thead th strong,
.pwr-post-content thead th p,
.pwr-post-content thead th strong span {
  color: #2d3e50 !important;
}

.pwr-post-content td,
.pwr-post-content td span,
.pwr-post-content td p {
  color: #516f90 !important;
}

.pwr-post-content td:first-child,
.pwr-post-content td:first-child span,
.pwr-post-content td:first-child p {
  font-weight: 600 !important;
  color: #2d3e50 !important;
}

.pwr-post-content tbody tr:hover td {
  background-color: #f5f8fa !important;
  transition: background-color 0.15s ease !important;
}

.pwr-post-content thead tr:hover th {
  background-color: #eaf0f6 !important;
}


/* ══════════════════════════════════
   AUSNAHME: Info-Boxen (class="info-box")
   ══════════════════════════════════ */

.pwr-post-content table.info-box {
  background-color: #ffffff !important;
  padding: 25px !important;
  border-radius: 12px !important;
  margin: 30px 0 !important;
  border: none !important;
  border-left: 5px solid #3e35f1 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.pwr-post-content table.info-box th,
.pwr-post-content table.info-box td {
  background-color: transparent !important;
  padding: 10px !important;
}

.pwr-post-content table.info-box th,
.pwr-post-content table.info-box th span,
.pwr-post-content table.info-box th strong,
.pwr-post-content table.info-box th p,
.pwr-post-content table.info-box td,
.pwr-post-content table.info-box td span,
.pwr-post-content table.info-box td p,
.pwr-post-content table.info-box td:first-child,
.pwr-post-content table.info-box td:first-child span,
.pwr-post-content table.info-box td:first-child p {
  color: #1a1a1a !important;
  font-weight: normal !important;
}

.pwr-post-content table.info-box strong,
.pwr-post-content table.info-box td strong,
.pwr-post-content table.info-box p strong {
  font-weight: bold !important;
}

.pwr-post-content table.info-box thead th {
  background-color: transparent !important;
}

.pwr-post-content table.info-box tbody tr:hover td {
  background-color: transparent !important;
}


/* ── Responsive Wrapper ── */
.pwr-post-content [data-hs-responsive-table="true"] {
  overflow-x: auto !important;
  max-width: 100% !important;
}
/* ══════════════════════════════════
   INHALTSVERZEICHNIS (class="toc-box")
   ══════════════════════════════════ */

.pwr-post-content table.toc-box {
  background-color: #ffffff !important;
  padding: 25px !important;
  border-radius: 12px !important;
  margin: 30px 0 !important;
  border: 1px solid #e1e8ed !important;
  border-left: 1px solid #e1e8ed !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.pwr-post-content table.toc-box th,
.pwr-post-content table.toc-box td {
  background-color: transparent !important;
  padding: 8px 10px !important;
  font-size: inherit !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: normal !important;
}

.pwr-post-content table.toc-box th,
.pwr-post-content table.toc-box th span,
.pwr-post-content table.toc-box td,
.pwr-post-content table.toc-box td span,
.pwr-post-content table.toc-box td p,
.pwr-post-content table.toc-box td:first-child,
.pwr-post-content table.toc-box td:first-child span,
.pwr-post-content table.toc-box td:first-child p {
  color: #1a1a1a !important;
}


/* Links im Inhaltsverzeichnis */
.pwr-post-content table.toc-box a,
.pwr-post-content table.toc-box a span {
  color: #3e35f1 !important;
  text-decoration: underline !important;
  text-decoration-color: #3e35f1 !important;
  transition: opacity 0.15s ease !important;
}

.pwr-post-content table.toc-box a:hover,
.pwr-post-content table.toc-box a:hover span {
  opacity: 0.7 !important;
}

/* Nummerierte Liste */
.pwr-post-content table.toc-box ol {
  margin: 12px 0 0 0 !important;
  padding-left: 20px !important;
}

.pwr-post-content table.toc-box ol li {
  padding: 5px 0 !important;
}

/* Kein Hover-Effekt auf Zeile */
.pwr-post-content table.toc-box tbody tr:hover td {
  background-color: transparent !important;
}

.pwr-post-content table.toc-box thead th {
  background-color: transparent !important;
}