.home-stage,.hm-subpage-section{padding:19px 0 40px;background:#fff;min-height:465px}
.home-columns,.hm-fixed-columns{width:min(calc(100% - 250px),var(--hm-content-max));margin-inline:auto;display:grid;grid-template-columns:var(--hm-side-width) minmax(0,1fr) var(--hm-side-width);gap:var(--hm-gap);align-items:start}
.home-column,.hm-fixed-side,.hm-fixed-content{min-width:0;background:#fff}
.column-news,.hm-fixed-content{box-shadow:var(--hm-panel-shadow)}
.hm-fixed-content{min-height:430px}
.hm-standard-page{padding:24px 0 44px}
.hm-page-card{background:#fff;box-shadow:var(--hm-panel-shadow)}
.hm-page-card-head,.hm-fixed-content-title,.column-heading,.hm-fixed-title{position:relative;height:var(--hm-menu-height);min-height:var(--hm-menu-height);margin-left:var(--hm-bar-inset);margin-right:var(--hm-bar-inset);padding:0;background:var(--hm-blue);color:#fff;box-shadow:var(--hm-shadow);border-radius:var(--hm-title-radius);text-align:left}
.hm-page-card-head h1,.hm-fixed-content-title h1,.column-heading h2,.hm-fixed-title>.hm-title-text{height:100%;margin:0;padding:0 12px 0 var(--hm-bar-text-start);display:flex;align-items:center;font-size:18px;line-height:1;font-weight:800;text-transform:uppercase;white-space:nowrap}
.hm-page-card-head .hm-title-icon,.hm-fixed-content-title .hm-title-icon,.column-heading .hm-title-icon,.hm-fixed-title .hm-title-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;line-height:1}
.hm-page-card-body,.hm-fixed-content-body{padding:28px 30px 42px}
.site-footer{background:#234f88;color:#fff;padding:32px 0 22px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footer-title{font-family:"Source Sans 3",sans-serif;font-size:20px;font-weight:700}.footer-menu{list-style:none;margin:0;padding:0}.footer-bottom{margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}

/* v1.12.2: icon and title text use separate layout tracks */
.hm-fixed-title>.hm-title-icon{padding:0!important;margin:0!important;font-size:20px!important;}
.hm-fixed-title>.hm-title-text{width:100%;}

/* Step 2: Original three-track subpage architecture */
.hm-fixed-spacer{min-height:1px;background:transparent;box-shadow:none}
.hm-section-content{background:#fff;box-shadow:var(--hm-panel-shadow);min-height:430px}
.hm-section-content .hm-fixed-content-body{padding:32px 34px 46px}
.hm-section-content .hm-content-section:first-child{margin-top:0}
.hm-section-content h1,.hm-section-content h2{font-family:var(--hm-heading-font);color:#151515;font-weight:800;line-height:1.13;margin:0 0 18px}
.hm-section-content h2{font-size:28px}.hm-section-content h3{font-size:21px;margin:22px 0 10px}
.hm-section-content p{font-size:17px;line-height:1.5;margin:0 0 16px}

/* v1.13.13 — Bereichsunterseiten: nur das jeweils relevante Menü bleibt sichtbar. */
.hm-area-layout{
  width:min(calc(100% - 250px),var(--hm-content-max));
  margin-inline:auto;
  display:grid;
  gap:var(--hm-gap);
  align-items:start;
}
.hm-area-layout.hm-area-business,
.hm-area-layout.hm-area-about{
  grid-template-columns:var(--hm-side-width) minmax(0,1fr);
  grid-template-areas:"side content";
}
.hm-area-layout.hm-area-family{
  grid-template-columns:minmax(0,1fr) var(--hm-side-width);
  grid-template-areas:"content side";
}
.hm-area-layout>.hm-fixed-side{grid-area:side;min-width:0}
.hm-area-content{grid-area:content;min-width:0;background:#fff;box-shadow:var(--hm-panel-shadow);min-height:430px}
.hm-area-content-inner{
  width:min(100%,1120px);
  margin-inline:auto;
  padding:34px 42px 50px;
}

/* Native Editor-Spalten: bis zu vier klar strukturierte Inhaltsbereiche. */
.hm-area-content-inner .wp-block-columns,
.hm-area-content-inner .hm-cms-grid{
  display:grid!important;
  grid-template-columns:repeat(var(--hm-grid-columns,2),minmax(0,1fr));
  gap:26px;
  align-items:start;
  margin:28px 0 34px;
}
.hm-area-content-inner .wp-block-columns:has(>.wp-block-column:nth-child(3)),
.hm-area-content-inner .hm-cms-grid--3{--hm-grid-columns:3}
.hm-area-content-inner .wp-block-columns:has(>.wp-block-column:nth-child(4)),
.hm-area-content-inner .hm-cms-grid--4{--hm-grid-columns:4}
.hm-area-content-inner .wp-block-column{min-width:0;margin:0!important}
.hm-area-content-inner .wp-block-column>h2:first-child,
.hm-area-content-inner .wp-block-column>h3:first-child,
.hm-area-content-inner .hm-cms-label{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 16px;
  padding:8px 12px;
  border-radius:3px;
  background:var(--hm-blue);
  color:#fff;
  font-family:var(--hm-heading-font);
  font-size:16px;
  line-height:1.15;
  font-weight:800;
  text-align:center;
}
.hm-area-content-inner .wp-block-column:nth-child(2)>h2:first-child,
.hm-area-content-inner .wp-block-column:nth-child(2)>h3:first-child{background:var(--hm-orange)}
.hm-area-content-inner .wp-block-column:nth-child(3)>h2:first-child,
.hm-area-content-inner .wp-block-column:nth-child(3)>h3:first-child{background:#7faf19}
.hm-area-content-inner .wp-block-column:nth-child(4)>h2:first-child,
.hm-area-content-inner .wp-block-column:nth-child(4)>h3:first-child{background:#5799c1}
.hm-area-content-inner .wp-block-column p,
.hm-area-content-inner .wp-block-column li{
  font-size:15px;
  line-height:1.36;
}
.hm-area-content-inner .wp-block-buttons,
.hm-area-content-inner .hm-cms-button-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:24px 0 32px;
}
.hm-area-content-inner .wp-block-button{margin:0}
.hm-area-content-inner .wp-block-button__link,
.hm-area-content-inner .hm-button{
  width:100%;
  min-height:38px;
  padding:8px 12px;
  border-radius:3px;
  font-size:15px;
  line-height:1.2;
  text-align:center;
  justify-content:center;
}


/* v1.13.20c — Unterseiten-Geometrie nach dem Elementor-Entwurf 2025.
   Die vorhandenen Elementor-Raster, Farben, Abstände und Button-Typen
   werden aus den gespeicherten Seitendaten rekonstruiert. */
.hm-subpage-section{
  padding-top:0;
  background:#fff;
}
.hm-area-layout{
  width:min(100%,100rem);
  margin-inline:auto;
  padding-top:14px;
  display:grid;
  grid-template-columns:20rem 60rem 20rem;
  gap:0;
  align-items:start;
}
.hm-area-layout.hm-area-business,
.hm-area-layout.hm-area-about,
.hm-area-layout.hm-area-family{
  grid-template-columns:20rem 60rem 20rem;
}
.hm-area-business>.hm-fixed-side,
.hm-area-about>.hm-fixed-side{grid-column:1}
.hm-area-business>.hm-area-content,
.hm-area-about>.hm-area-content{grid-column:2}
.hm-area-family>.hm-area-content{grid-column:2}
.hm-area-family>.hm-fixed-side{grid-column:3}
.hm-area-layout>.hm-fixed-side{
  width:20rem;
  max-width:20rem;
}
.hm-area-content{
  width:60rem;
  max-width:60rem;
  min-height:0;
  background:transparent;
  box-shadow:none;
}
.hm-area-content-inner{
  width:60rem;
  max-width:100%;
  margin:0;
  padding:0;
}
.hm-elementor-main{
  width:100%;
  color:#000;
  font-family:"Source Sans 3",sans-serif;
  font-size:18px;
  line-height:1.34;
  font-weight:600;
}
.hm-el-main-block{
  width:auto;
  min-width:0;
  margin:0 7px;
  padding:0;
  border-radius:7px;
  box-shadow:7px 7px 21px -18px rgba(0,0,0,.78);
}
.hm-el-main-block+.hm-el-main-block{margin-top:22px}
.hm-el-container{min-width:0;box-sizing:border-box}
.hm-el-column{display:flex;flex-direction:column;min-width:0}
.hm-el-grid,.hm-el-row{
  display:grid;
  min-width:0;
  column-gap:22px;
  row-gap:18px;
  align-items:start;
}
.hm-el-main-block>.hm-el-grid,
.hm-el-main-block>.hm-el-row,
.hm-el-main-block>.hm-el-container+.hm-el-container{margin-top:26px}
.hm-el-heading{
  margin:0 0 11px;
  padding:0;
  color:#204A85;
  font-family:"Source Sans 3",sans-serif;
  font-size:20px;
  line-height:1.15;
  font-weight:600;
  white-space:pre-line;
}
.hm-el-heading.hm-align-center{text-align:center}
.hm-el-text{
  min-width:0;
  font-size:18px;
  line-height:1.34;
  font-weight:600;
}
.hm-el-text p{margin:0 0 12px}
.hm-el-text p:last-child{margin-bottom:0}
.hm-el-text ul,.hm-el-text ol{margin:0 0 12px;padding-left:18px}
.hm-el-text img{max-width:100%;height:auto}
.hm-el-label-row{
  width:100%;
  margin:0;
}
.hm-el-label{
  width:100%;
  min-height:38px;
  padding:8px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-family:"Source Sans 3",sans-serif;
  font-size:18px;
  line-height:1.15;
  font-weight:600;
  text-align:center;
  text-decoration:none;
  border-radius:0;
  box-shadow:none;
  box-sizing:border-box;
}
.hm-el-action-row{
  display:block;
  margin:0 0 14px;
}
.hm-el-action{
  width:auto;
  max-width:100%;
  min-height:34px;
  padding:6px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  color:#fff;
  font-family:"Source Sans 3",sans-serif;
  font-size:16px;
  line-height:1.25;
  font-weight:400;
  text-align:left;
  text-decoration:none;
  border-radius:0;
  box-shadow:2px 2px 3px rgba(0,0,0,.15);
  box-sizing:border-box;
}
.hm-type-secondary{font-size:18px;font-weight:600}
.hm-type-primary{font-size:20px;font-weight:600}
.hm-type-text{font-size:16px;font-weight:400}

.hm-el-button-icon{width:1em;height:1em;flex:0 0 auto;margin-right:8px;color:currentColor}
.hm-el-label>.hm-el-button-icon{width:1.1em;height:1.1em}

.hm-el-action:hover,.hm-el-label:hover{filter:brightness(.94);color:#fff}
.hm-el-column>.hm-el-heading:not(:first-child){margin-top:17px}
.hm-el-column>.hm-el-action-row:first-child{margin-bottom:18px}
.hm-el-spacer{display:block;width:100%;clear:both}
.hm-el-image{margin:0}
.hm-el-image img{display:block;max-width:100%;height:auto}
.hm-el-video{min-width:0}
.hm-el-video iframe{display:block;width:100%;aspect-ratio:16/9;height:auto;border:0}
.hm-el-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.hm-el-gallery figure{margin:0}
.hm-el-gallery img{display:block;width:100%;height:auto}
.hm-el-gallery figcaption{
  margin-top:8px;
  font-size:15px;
  line-height:1.25;
  font-weight:600;
  text-align:center;
}
.hm-el-team{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.hm-el-divider{margin:22px 0;border:0;border-top:1px solid #d9dee5}

/* Presse & mehr: Die erste Zeile endet wie im Original erst unterhalb
   des rechten Bereichsmenüs. Danach folgen Pressebalken und Button-Gruppen. */
.hm-page-presse .hm-el-main-block-1{min-height:420px}
.hm-page-presse .hm-el-main-block-2{margin-top:10px;margin-bottom:26px}
.hm-page-presse .hm-el-main-block-2 .hm-el-label{justify-content:flex-start;padding-left:18px}
.hm-page-presse .hm-el-main-block-3 .hm-el-heading{
  color:#000;
  font-size:18px;
  line-height:1.22;
  margin-bottom:12px;
}
.hm-page-presse .hm-el-main-block-3 .hm-el-action{background:#295A9F!important}

/* Volle Beschriftungsbalken bleiben im Gegensatz zu verlinkten Buttons
   immer exakt so breit wie ihre jeweilige Rasterspalte. */
.hm-page-ueber_uns .hm-el-main-block-1>.hm-el-row{column-gap:22px}
.hm-page-ueber_uns .hm-el-label{min-height:46px}
.hm-page-kinderrechte .hm-el-main-block-1>.hm-el-grid+.hm-el-grid{margin-top:34px}
.hm-page-lesefoerderung_nrw .hm-el-main-block-1>.hm-el-grid{margin-top:28px}

/* v1.13.22 — Presse & mehr: Portaltypografie exakt an die übrigen Unterseiten angepasst.
   Eigene neutrale Heading-Elemente verhindern Überschreibungen durch globale h2/h3-Regeln. */
.hm-presse-portal{
  --hm-presse-blue:#295A9F;
  --hm-presse-green:#7CAE1F;
  --hm-presse-audio:#7083BB;
  --hm-presse-orange:#F69314;
  width:100%;
  padding:0 7px 30px;
  box-sizing:border-box;
  color:#000;
  font-family:"Source Sans 3",Arial,sans-serif;
  font-size:16px;
  line-height:1.34;
  font-weight:400;
}
.hm-presse-portal .hm-presse-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.hm-presse-portal .hm-presse-card{
  min-width:0;
  border:1px solid rgba(32,74,133,.10);
  border-radius:6px;
  background:#fff;
  box-shadow:0 5px 16px rgba(24,54,91,.12);
  overflow:hidden;
}
.hm-presse-portal .hm-presse-card-title,
.hm-presse-portal .hm-presse-section-title{
  width:100%;
  min-height:38px;
  margin:0;
  padding:7px 11px;
  display:flex;
  align-items:center;
  gap:8px;
  box-sizing:border-box;
  color:#fff!important;
  font-family:"Source Sans 3",Arial,sans-serif!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:600!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-align:left;
}
.hm-presse-portal .hm-presse-card-title span,
.hm-presse-portal .hm-presse-section-title span{
  color:#fff!important;
  font:inherit!important;
}
.hm-presse-portal .hm-presse-card-title svg,
.hm-presse-portal .hm-presse-section-title svg{
  width:18px;
  height:18px;
  flex:0 0 18px;
  color:#fff!important;
}
.hm-presse-portal .hm-presse-card-schools .hm-presse-card-title{background:var(--hm-presse-green)}
.hm-presse-portal .hm-presse-card-audio .hm-presse-card-title{background:var(--hm-presse-audio)}
.hm-presse-portal .hm-presse-card-reviews .hm-presse-card-title{background:var(--hm-presse-orange)}
.hm-presse-portal .hm-presse-card-body{
  display:grid;
  gap:8px;
  padding:14px;
}
.hm-presse-portal .hm-presse-list-link{
  width:100%;
  min-height:34px;
  padding:6px 9px 6px 11px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  box-sizing:border-box;
  border:1px solid rgba(41,90,159,.20);
  border-radius:var(--hm-presse-button-radius,0px);
  background:#fff;
  color:#204A85!important;
  font-family:"Source Sans 3",Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-align:left;
  text-decoration:none!important;
  transition:border-color .16s ease,background .16s ease,transform .16s ease;
}
.hm-presse-portal .hm-presse-list-link span{color:inherit!important;font:inherit!important}
.hm-presse-portal .hm-presse-card-schools .hm-presse-list-link{border-color:rgba(124,174,31,.45)}
.hm-presse-portal .hm-presse-card-audio .hm-presse-list-link{border-color:rgba(112,131,187,.42)}
.hm-presse-portal .hm-presse-card-reviews .hm-presse-list-link{border-color:rgba(246,147,20,.46)}
.hm-presse-portal .hm-presse-list-link svg{
  width:15px;
  height:15px;
  flex:0 0 15px;
  color:#204A85!important;
}
.hm-presse-portal .hm-presse-list-link:hover{
  color:#204A85!important;
  background:#f8fafc;
  border-color:currentColor;
  transform:translateX(2px);
}
.hm-presse-portal .hm-presse-reports{
  margin-top:30px;
  border:1px solid rgba(32,74,133,.10);
  border-radius:6px;
  background:#fff;
  box-shadow:0 5px 16px rgba(24,54,91,.12);
  overflow:hidden;
}
.hm-presse-portal .hm-presse-section-title{background:var(--hm-presse-blue)}
.hm-presse-portal .hm-presse-report-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  padding:18px 18px 20px;
}
.hm-presse-portal .hm-presse-report-column{min-width:0}
.hm-presse-portal .hm-presse-report-heading{
  margin:0 0 9px;
  color:#204A85!important;
  font-family:"Source Sans 3",Arial,sans-serif!important;
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-align:left;
}
.hm-presse-portal .hm-presse-report-links+.hm-presse-report-heading{margin-top:20px}
.hm-presse-portal .hm-presse-report-links{
  display:grid;
  gap:5px;
}
.hm-presse-portal .hm-presse-report-link{
  width:100%;
  min-height:34px;
  padding:6px 8px;
  display:grid;
  grid-template-columns:17px minmax(0,1fr) 15px;
  gap:8px;
  align-items:center;
  box-sizing:border-box;
  border:1px solid rgba(41,90,159,.16);
  border-radius:var(--hm-presse-button-radius,0px);
  background:#fff;
  color:#204A85!important;
  font-family:"Source Sans 3",Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-align:left;
  text-decoration:none!important;
  transition:border-color .16s ease,background .16s ease;
}
.hm-presse-portal .hm-presse-report-link span{color:inherit;font:inherit}
.hm-presse-portal .hm-presse-report-link:hover{
  color:#204A85!important;
  border-color:var(--hm-presse-blue);
  background:#f6f9fd;
}
.hm-presse-portal .hm-presse-doc,
.hm-presse-portal .hm-presse-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
}
.hm-presse-portal .hm-presse-doc svg{width:15px;height:15px;color:#5b6673!important}
.hm-presse-portal .hm-presse-arrow svg{width:15px;height:15px;color:var(--hm-presse-blue)!important}
.hm-presse-portal .hm-presse-report-label{min-width:0}


/* v1.13.24 — Der Eckenradius auf „Presse & mehr“ steuert nun Karten, Kopfbereiche und Linkzeilen gemeinsam. Standard: 0 px. */

/* v1.13.25 — Footer-Logo */
.footer-logo-wrap{position:relative;display:inline-block;width:min(var(--hm-footer-logo-width),100%);margin:0 0 10px}
.footer-logo{display:block;width:100%;height:auto;max-width:none}

/* v1.13.28 — Philosophie: klarer Viererbereich, mobil zuverlässig lesbar */
.hm-page-philosophie .hm-area-content{
  background:#fff;
  box-shadow:var(--hm-panel-shadow);
}
.hm-page-philosophie .hm-area-content-inner{
  padding:30px 30px 42px;
}
.hm-philosophy-panel{
  width:100%;
  color:#1c2430;
  font-family:"Source Sans 3",sans-serif;
}
.hm-philosophy-intro{
  margin:0 0 24px;
}
.hm-philosophy-intro h1{
  margin:0 0 26px;
  color:#204A85;
  font-family:"Source Sans 3",sans-serif;
  font-size:21px;
  line-height:1.2;
  font-weight:700;
}
.hm-philosophy-lead{
  max-width:100%;
  color:#1d232a;
  font-size:16px;
  line-height:1.52;
  font-weight:400;
}
.hm-philosophy-lead p{
  margin:0 0 16px;
}
.hm-philosophy-lead p:last-child{
  margin-bottom:0;
}
.hm-philosophy-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  align-items:stretch;
  border:1px solid #e2e7ed;
  background:#fff;
}
.hm-philosophy-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  background:#fff;
  border-right:1px solid #e2e7ed;
}
.hm-philosophy-card:last-child{
  border-right:0;
}
.hm-page-philosophie .hm-philosophy-card-title{
  min-height:48px;
  margin:0;
  padding:10px 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-family:"Source Sans 3",sans-serif;
  font-size:16px;
  line-height:1.2;
  font-weight:600;
  text-align:center;
  text-decoration:none;
  box-sizing:border-box;
}
.hm-page-philosophie a.hm-philosophy-card-title:hover,
.hm-page-philosophie a.hm-philosophy-card-title:focus{
  color:#fff;
  filter:brightness(.94);
}
.hm-page-philosophie .hm-philosophy-card--blue .hm-philosophy-card-title{background:var(--hm-blue)}
.hm-page-philosophie .hm-philosophy-card--orange .hm-philosophy-card-title{background:var(--hm-orange)}
.hm-page-philosophie .hm-philosophy-card--green .hm-philosophy-card-title{background:#7faf19}
.hm-page-philosophie .hm-philosophy-card--lightblue .hm-philosophy-card-title{background:#5799c1}
.hm-philosophy-card-body{
  flex:1 1 auto;
  padding:18px 16px 20px;
  color:#1d232a;
  font-size:15px;
  line-height:1.48;
  font-weight:400;
  overflow-wrap:anywhere;
}
.hm-philosophy-card-body p{
  margin:0 0 15px;
}
.hm-philosophy-card-body p:last-child{
  margin-bottom:0;
}
.hm-philosophy-card-body ul,
.hm-philosophy-card-body ol{
  margin:0 0 15px;
  padding-left:19px;
}


/* v2.0.0 — Startseitenspalten auf einer gemeinsamen Höhe */
.home-columns{align-items:stretch}
.home-columns>.hm-fixed-side,
.home-columns>.column-news{
  height:100%;
}
.home-columns>.hm-fixed-side,
.home-columns>.column-news{
  display:flex;
  flex-direction:column;
}
.home-columns>.column-news>.column-body{
  flex:1 1 auto;
}


/* v2.0.7 — finaler Geometrie- und Ausrichtungsabgleich */
.home-stage,
.hm-subpage-section{
  padding-top:var(--hm-content-top-gap,12px);
}
.hm-subpage-section .hm-area-layout{
  padding-top:0;
}

/* Startseite: alle drei Spalten beginnen und enden auf derselben Achse. */
.home-columns{
  align-items:stretch;
}
.home-columns>.hm-fixed-side,
.home-columns>.column-news{
  height:auto;
  align-self:stretch;
}
.home-columns>.hm-fixed-side{
  display:flex;
  flex-direction:column;
}

/* Unterseiten: Seitenmenü und Inhalt starten bündig unter dem Headerbild. */
.hm-area-layout{
  align-items:start;
}
.hm-area-layout>.hm-fixed-side,
.hm-area-layout>.hm-area-content{
  margin-top:0!important;
  align-self:start;
}
.hm-area-content .hm-elementor-main,
.hm-area-content .hm-el-main-block:first-child{
  margin-top:0;
}
.hm-area-content .hm-el-main-block:first-child>:first-child,
.hm-area-content .hm-el-main-block:first-child>:first-child>:first-child{
  margin-top:0!important;
}

/* Kontakt und Anreise: importierte Elementor-Einzüge neutralisieren. */
.hm-page-kontakt .hm-el-main-block-1,
.hm-page-anreise_pkw .hm-el-main-block-1,
.hm-page-anreise_oepnv .hm-el-main-block-1{
  margin:0 7px;
  padding:26px 30px 32px;
  box-sizing:border-box;
  text-align:left;
}
.hm-page-kontakt .hm-el-main-block-1>.hm-el-heading:first-child,
.hm-page-anreise_pkw .hm-el-main-block-1>.hm-el-heading:first-child,
.hm-page-anreise_oepnv .hm-el-main-block-1>.hm-el-heading:first-child{
  margin:0 0 18px!important;
}
.hm-page-kontakt .hm-el-main-block-1>.hm-el-row,
.hm-page-anreise_pkw .hm-el-main-block-1>.hm-el-row,
.hm-page-anreise_oepnv .hm-el-main-block-1>.hm-el-row{
  margin:0 0 24px!important;
}
.hm-page-kontakt .hm-el-main-block-1>.hm-el-grid,
.hm-page-anreise_pkw .hm-el-main-block-1>.hm-el-grid,
.hm-page-anreise_oepnv .hm-el-main-block-1>.hm-el-grid{
  width:100%;
  margin:0!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:36px!important;
  row-gap:20px!important;
  align-items:start;
  justify-items:start;
}
.hm-page-kontakt .hm-el-main-block-1>.hm-el-grid>.hm-el-container,
.hm-page-anreise_pkw .hm-el-main-block-1>.hm-el-grid>.hm-el-container,
.hm-page-anreise_oepnv .hm-el-main-block-1>.hm-el-grid>.hm-el-container{
  width:100%;
  min-width:0;
  margin:0!important;
  padding:0!important;
  justify-self:start;
  text-align:left;
}
.hm-page-kontakt .hm-el-main-block-1 .hm-el-text,
.hm-page-kontakt .hm-el-main-block-1 .hm-el-text p,
.hm-page-anreise_pkw .hm-el-main-block-1 .hm-el-text,
.hm-page-anreise_pkw .hm-el-main-block-1 .hm-el-text p,
.hm-page-anreise_oepnv .hm-el-main-block-1 .hm-el-text,
.hm-page-anreise_oepnv .hm-el-main-block-1 .hm-el-text p{
  text-align:left!important;
}
.hm-page-kontakt .hm-el-main-block-1 .hm-el-action-row,
.hm-page-anreise_pkw .hm-el-main-block-1 .hm-el-action-row,
.hm-page-anreise_oepnv .hm-el-main-block-1 .hm-el-action-row{
  margin-left:0!important;
  justify-self:start;
  text-align:left;
}

/* Footer-Spalten ebenfalls an einer klaren linken Achse. */
.footer-grid{
  align-items:start;
  justify-items:start;
  text-align:left;
}
.footer-grid>*{
  min-width:0;
  margin:0;
  justify-self:start;
  text-align:left;
}
