.h1 {
    color: black !important;
}

.th13-left-80 {
    .cms-block-container {
        .cms-block-container-row {

            @media (min-width: 768px) {
                .th13-col-left {
                    padding: 0px 0px 0px 80px;
                }
                .th13-col-right {
                    padding: 0px;
                }
                
            }
        }
    }
}

.th13-right-80 {
    .cms-block-container {
        .cms-block-container-row {

            @media (min-width: 768px) {
                .th13-col-left {
                    padding: 0px;
                }
                .th13-col-right {
                    padding: 0px 0px 0px 80px;
                }
                
            }
        }
    }
}

.th13--list {
  list-style: none;
  padding-left: 0;
}

.th13--list li {
  position: relative;
  padding-left: 32px; /* Platz für Icon */
}

.th13--list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="%23F0F3F6"/><path d="M7.7071 12.2929L10 14.5858l6.2929-6.293c.3905-.3904 1.0237-.3904 1.4142 0 .3905.3906.3905 1.0238 0 1.4143l-7 7c-.3905.3905-1.0237.3905-1.4142 0l-3-3c-.3905-.3905-.3905-1.0237 0-1.4142.3905-.3905 1.0237-.3905 1.4142 0z" fill="%23758CA3"/></svg>') no-repeat center center;
  background-size: contain;
}