/* Das ist ein Kommentar */
<![CDATA[
/* 1. Gesamtbreite und Schrift */
body, #cc-inner, #content_area {
  background: #f7f8f9 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #232323 !important;
  font-size: 17px !important;
  box-sizing: border-box;
  padding: 0 !important;
}
h1, h2, h3, h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  margin: 24px 0 12px 0 !important;
  color: #232323 !important;
}
p, ul, li {
  font-size: 1.05em !important;
  line-height: 1.65 !important;
  margin-bottom: 10px !important;
}

/* 2. Banner */
.banner {
  margin: 0 auto 32px auto !important;
  padding: 20px 0 40px 0 !important;
  background: rgb(254,203,0) url(https://u.jimcdn.com/cms/o/s13c6d2989814a2f1/userlayout/img/bg-grau-muster.png?t=1548325097) repeat-x bottom !important;
  max-width: 100vw !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 18px #0001;
}
#random-image {
  width: 100%;
  min-height: 200px;
  height: 380px;
  max-width: 100vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 14px;
  box-shadow: 0 2px 12px #0002;
  margin: 0 auto 0 auto;
  transition: height 0.3s;
}
@media (max-width: 900px) {
  .banner { padding: 10px 0 18px 0 !important; }
  #random-image { height: 180px; min-height: 110px;}
}

/* 3. Haupt-Spalten (3-Boxen: Verein, Contractor, Investieren) */
.cc-m-hgrid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2vw !important;
  margin-bottom: 24px !important;
  background: none !important;
}
.cc-m-hgrid-column {
  flex: 1 1 290px !important;
  min-width: 240px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 24px 18px 18px 18px !important;
  background: #fff !important;
  border-radius: 18px !important;
  box-shadow: 0 2px 16px #0001 !important;
  transition: box-shadow 0.2s;
}
.cc-m-hgrid-column:hover {
  box-shadow: 0 6px 24px #0002 !important;
}
@media (max-width: 900px) {
  .cc-m-hgrid {
    flex-direction: column !important;
    gap: 30px !important;
  }
  .cc-m-hgrid-column {
    min-width: unset !important;
    width: 100% !important;
    margin-bottom: 12px !important;
  }
}

/* 4. 5-Kacheln-Icons */
.cc-m-hgrid .cc-m-image-align-3 {
  text-align: center !important;
  margin-bottom: 4px !important;
}
.cc-m-hgrid .cc-m-image-align-3 img {
  max-width: 65px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto 8px auto !important;
  display: block !important;
}
.cc-m-hgrid-column span[style*="font-size: 18px"] {
  font-size: 1.07em !important;
  font-weight: 500;
}

/* 5. Modulabstände entfernen */
.cc-m-spacing-wrapper, .cc-m-spacer, br.cc-clear {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}

/* 6. Buttons */
a.j-calltoaction-link, .j-calltoaction-link {
  display: inline-block !important;
  background: #ffd900 !important;
  color: #232323 !important;
  font-weight: 600 !important;
  border-radius: 22px !important;
  padding: 10px 32px !important;
  text-decoration: none !important;
  font-size: 1.04em !important;
  margin: 6px 0 0 0 !important;
  border: none !important;
  box-shadow: 0 2px 8px #0001 !important;
  transition: background 0.2s, box-shadow 0.2s;
}
a.j-calltoaction-link:hover {
  background: #ffd900cc !important;
  box-shadow: 0 5px 22px #0001 !important;
  color: #114497 !important;
}

/* 7. Footer fix */
#contentfooter {
  margin-top: 32px !important;
  background: transparent !important;
  border-top: 1px solid #eee !important;
  font-size: 15px !important;
  color: #888 !important;
  padding: 16px 0 8px 0 !important;
}

/* 8. Sidebar Anpassung */
[data-container="sidebar"] .cc-m-hgrid {
  gap: 12px !important;
}
[data-container="sidebar"] .cc-m-hgrid-column {
  background: #f5f5f5 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 10px 12px !important;
  min-width: unset !important;
}
[data-container="sidebar"] h3, [data-container="sidebar"] h4 {
  margin-top: 12px !important;
  font-size: 1.08em !important;
}

@media (max-width: 700px) {
  body, #cc-inner, #content_area { max-width: 99vw !important; }
  .banner { border-radius: 0 !important; }
}
body { background: pink !important; }
.banner { border: 10px solid red !important; }