/* @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    */
/*****************************************/

  <style>
    body {
      font-family: sans-serif;
      padding: 32px;
      background: #f5f7fa;
      color: #2c3e50;
    }
    
#hs_cos_wrapper_header-top-dnd_area_121-module-1 .mwh_col_middle_center {
  margin-top: 30px;
}

    .specs-table {
      border-collapse: collapse;
      table-layout: fixed;
      width: 100%;
      background: #ffffff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }

    .specs-table thead tr {
      background: #2c4a6e;
      color: #ffffff;
    }

    .specs-table thead th {
      padding: 14px 18px;
      text-align: left;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.3px;
    }

    .specs-table tbody tr {
      border-bottom: 1px solid #e8ecf0;
    }

    .specs-table tbody tr:last-child {
      border-bottom: none;
    }

    .specs-table tbody tr:nth-child(even) {
      background: #f0f4f8;
    }

    .specs-table tbody tr:hover {
      background: #e6edf5;
    }

    .specs-table tbody td {
      padding: 12px 18px;
      font-size: 14px;
      vertical-align: middle;
    }

    .specs-table tbody td:first-child {
      font-weight: 600;
      color: #2c4a6e;
      
    }

    /* Badges */
    .badge-yes,
    .badge-no,
    .badge-opt {
      display: inline-block;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 13px;
      font-weight: 600;
      white-space: nowrap;
    }

    .badge-yes {
      background: #d4edda;
      color: #1e6b35;
      border: 1px solid #a8d5b5;
    }

    .badge-no {
      background: #fde8e8;
      color: #9b2020;
      border: 1px solid #f5b8b8;
    }

    .badge-opt {
      background: #fff3cd;
      color: #856404;
      border: 1px solid #ffd97d;
    }
    /* SiwalTec – Schritte / Stepper */
.sw-step-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0rem 0;
}

.sw-step {
  flex: 1 1 200px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem 1.5rem 1.25rem 0rem;
  border: 1px solid #e5e5e5;
  border-right: none;
  box-sizing: border-box;
  position: relative;
}

.sw-step:last-child {
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 680px) {
  .sw-step {
    flex: 1 1 100%;
    border-right: 0px solid #e5e5e5;
    border-bottom: none;
  }
  .sw-step:last-child {
    border-bottom: 0px solid #e5e5e5;
  }
  .sw-step-line {
    display: none !important;
  }
}

.sw-step-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.sw-step-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #1a5fa8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.sw-step-line {
  flex: 1;
  height: 2.5px;
  background: #1a5fa8;
  margin-left: -1px;
  margin-right: -28px;
  position: relative;
  z-index: 1;
}

.sw-step:last-child .sw-step-line {
  display: none;
}

.sw-step-time {
  font-size: 11px;
  color: #1a5fa8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  background: #dceef2;
  padding: 2px 8px;
  border-radius: 20px;
  display: inline-block;
}

.sw-step h3 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.sw-step p {
  font-size: 14px;
  color: #555555;
  margin: 0;
  line-height: 1.6;
}
.sw-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .sw-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .sw-feature-grid {
    grid-template-columns: 1fr;
  }
}

.sw-feature-card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.sw-feature-card-head {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.sw-feature-card-icon-wrap {
  width: 52px;
  height: 52px;
  background: #dceef2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sw-feature-card-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sw-feature-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}

.sw-feature-card p {
  font-size: 14px;
  color: #333333;
  margin: 0;
  line-height: 1.6;
}    
   p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
em,
small,
blockquote,
figcaption,
label,
dt,
dd {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
/* Footer Links */
footer a:hover,
footer a:focus,
footer a:active {
    color: rgb(18, 104, 176) !important;
}
/* HubSpot Tools Menu verstecken */
.HubSpotToolsMenu {
  display: none !important;
}

/* Alternative Selektoren */
[class*="hubspot-tools"],
.hubspot-branding {
  display: none !important;
}
</style>