.u-section-1 .u-sheet-1 {
  min-height: 120px;
}

.u-section-1 .u-text-1 {
  margin-bottom: 0;
  font-size: 1rem;
}

.u-section-1 .u-text-2 {
  font-size: 1.5rem;
  margin: 6px auto 40px 0;
}.u-section-2 .u-sheet-1 {
  min-height: 400px;
}

.u-section-2 .u-custom-html-1 {
  height: auto;
  min-height: 979px;
  margin: 0 auto 0 20px;
}

@media (max-width: 1399px) {
  .u-section-2 .u-custom-html-1 {
    margin-right: initial;
    margin-left: initial;
  }
} blockquote {
            text-indent: 40px; /* Einrückung der ersten Zeile */
            margin-left: 20px; /* Zusätzlicher Abstand zum linken Rand */
        }
    /* Allgemeine Stile für die Tabelle */
        .table-container {
            display: flex;
            flex-direction: column;
        }
        .row {
            display: flex;
            flex-direction: column;
            margin-bottom: 10px; /* Abstand zwischen den "Zellen" */
        }
        .row, .cell {
            border: none;
            padding: 0px;
        }
        /* Spezifische Stile für jede Spalte */
        .column-a {
      font-family: TitilliumWeb-Regular !important;
        color: #85021b !important;
    font-size: 1rem !important;
font-weight: 700;
            white-space: pre-wrap; /* Zeilenumbruch innerhalb der Zelle */
margin-bottom: 10px;
        }
        .column-b {
           font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem !important;
font-weight: 700;
margin-bottom: 20px;
        }
      .column-c::before {
   content: '';
    display: block;
    background-image: url('https://www.institut-klebe.de/images/10889945-6a91253b.png');
    background-size: contain; 
    background-repeat: no-repeat;
    width: 25px;
    height: 25px; 
    position: absolute; 
margin-top: -5px;
}
  .column-c {
          text-indent: 35px;
 font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
			margin-bottom: 50px;
	      position: relative;
    padding-left: 0px; 
        } @font-face {
  font-family: 'TitilliumWeb-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/TitilliumWeb-Regular.ttf);
}