.elementor-36 .elementor-element.elementor-element-aa02526{--display:flex;--min-height:68vh;--justify-content:center;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-36 .elementor-element.elementor-element-aa02526.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-36 .elementor-element.elementor-element-722a230{text-align:center;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-36 .elementor-element.elementor-element-790ae9c{--divider-border-style:solid;--divider-color:#F7CA7C;--divider-border-width:1.5px;}.elementor-36 .elementor-element.elementor-element-790ae9c .elementor-divider-separator{width:58%;margin:0 auto;margin-center:0;}.elementor-36 .elementor-element.elementor-element-790ae9c .elementor-divider{text-align:center;padding-block-start:23px;padding-block-end:23px;}.elementor-36 .elementor-element.elementor-element-4e6b69a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-36 .elementor-element.elementor-element-64239a8 .elementor-button{background-color:#BE222E;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-36 .elementor-element.elementor-element-63bab2f{font-size:0.9em;font-weight:400;}.elementor-36 .elementor-element.elementor-element-5b12170{margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-36 .elementor-element.elementor-element-4c410ba{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -30px) 0px;text-align:center;}.elementor-36 .elementor-element.elementor-element-e060b23{font-size:0.9em;font-weight:400;}.elementor-36 .elementor-element.elementor-element-c2bc03a{--display:flex;--margin-top:80px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-36 .elementor-element.elementor-element-aa02526{--width:93.801%;}}/* Start custom CSS for text-editor, class: .elementor-element-63bab2f *//* Tabelle */
.meine-tabelle {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
  width: 100%; 
  max-width: 1100px; 
  table-layout: auto; 
  margin: 0 auto;
  border-radius: 16px;
  overflow: visible;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Zellen: Umbruch überall */
.meine-tabelle td,
.meine-tabelle th {
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  color: #111111;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

/* Erste Spalte flexibel */
.meine-tabelle td:first-child,
.meine-tabelle th:first-child {
  text-align: left;
  font-weight: 600;
}

/* Zweite Zeile: oben bündig (außer erste Spalte) */
.meine-tabelle tr:nth-child(2) td:not(:first-child),
.meine-tabelle tr:nth-child(2) th:not(:first-child) {
  vertical-align: top;
}

/* Ab dritter Zeile: Text mittig zentrieren */
.meine-tabelle tr:nth-child(n+2) td {
  text-align: center;
  vertical-align: middle;
}

/* Erste Spalte bleibt linksbündig, auch ab Zeile 3 */
.meine-tabelle tr:nth-child(n+2) td:first-child {
  text-align: left;
}

/* Restliche Spalten gleich groß */
.meine-tabelle td:not(:first-child),
.meine-tabelle th:not(:first-child) {
  width: 27%;
}

/* Spaltenfarben - ohne Gradienten */
/* Erste Spalte (Beschreibungen) */
.meine-tabelle td:nth-child(1),
.meine-tabelle th:nth-child(1) {
  background: #ffffff;
}

/* Concept */
.meine-tabelle td:nth-child(2),
.meine-tabelle th:nth-child(2) {
  background: #ffd485;
  border-right: 1px solid #e0e0e0;
}

/* Next/Project - MIT HERVORHEBUNG */
.meine-tabelle td:nth-child(3),
.meine-tabelle th:nth-child(3) {
  background: #f5b03d;
  color: #fff;
 
  
  
}

/* Zusätzliche Hervorhebung für dritte Spalte */
.meine-tabelle th:nth-child(3) {
  border-top: 3px solid #f5a623;
}

.meine-tabelle tr:last-child td:nth-child(3) {
  border-bottom: 3px solid #f5a623;
}

/* Insight */
.meine-tabelle td:nth-child(4),
.meine-tabelle th:nth-child(4) {
  background: #f5b03d;
}

/* Button Styling */
.table-btn {
  display: inline-block;
  text-decoration: none; 
  background: #ff9f30;
  color: #111111;
  border-radius: 12px;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(248, 149, 32, 0.3);
  border: none;
  cursor: pointer;
}

.table-btn2 {
  display: inline-block;
  text-decoration: none; 
  background: #000000;
  color: #ffffff;
  border-radius: 12px;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(248, 149, 32, 0.3);
  border: none;
  cursor: pointer;
}

/* Erste Datenzeile (nach Header) OBEN abgerundet */
.meine-tabelle tbody tr:first-child td:first-child {
  border-top-left-radius: 16px;
}

.meine-tabelle tbody tr:first-child td:nth-child(2) {
  border-top-left-radius: 16px;
}

.meine-tabelle tbody tr:first-child td:last-child {
  border-top-right-radius: 16px;
}

/* Letzte Zeile UNTEN abgerundet */
.meine-tabelle tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.meine-tabelle tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 16px;
}
.meine-tabelle tr:first-child td:nth-child(2) {
  border-top-left-radius: 16px;
}
.meine-tabelle tr:first-child td:last-child {
  border-top-right-radius: 16px;
}

.meine-tabelle tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e060b23 *//* Tabelle 2 */
.meine-tabelle2 {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
  width: 100%; 
  max-width: 1100px; 
  table-layout: auto; 
  margin: 20px auto 0 auto;
  border-radius: 16px;
  overflow: visible;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Zellen: Umbruch überall */
.meine-tabelle2 td,
.meine-tabelle2 th {
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  color: #111111;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

/* Erste Spalte flexibel */
.meine-tabelle2 td:first-child,
.meine-tabelle2 th:first-child {
  text-align: left;
  font-weight: 600;
}

/* Zweite Zeile: oben bündig (außer erste Spalte) */
.meine-tabelle2 tr:nth-child(2) td:not(:first-child),
.meine-tabelle2 tr:nth-child(2) th:not(:first-child) {
  vertical-align: top;
}

/* Ab dritter Zeile: Text mittig zentrieren */
.meine-tabelle2 tr:nth-child(n+2) td {
  text-align: center;
  vertical-align: middle;
}

/* Erste Spalte bleibt linksbündig, auch ab Zeile 3 */
.meine-tabelle2 tr:nth-child(n+2) td:first-child {
  text-align: left;
}

/* Restliche Spalten gleich groß */
.meine-tabelle2 td:not(:first-child),
.meine-tabelle2 th:not(:first-child) {
  width: 40.5%;
}

/* Spaltenfarben Tabelle 2 */
/* Erste Spalte (Beschreibungen) */
.meine-tabelle2 td:nth-child(1),
.meine-tabelle2 th:nth-child(1) {
  background: #ffffff;
}

/* Insight */
.meine-tabelle2 td:nth-child(2),
.meine-tabelle2 th:nth-child(2) {
  background: #f89520;
  color: #fff;
  border-right: 1px solid #e0e0e0;
}

/* onSite - MIT HERVORHEBUNG */
.meine-tabelle2 td:nth-child(3),
.meine-tabelle2 th:nth-child(3) {
  background: #ec2027;
  color: #fff;
}

/* Zusätzliche Hervorhebung für dritte Spalte */
.meine-tabelle2 th:nth-child(3) {
  border-top: 3px solid #d01d23;
}

.meine-tabelle2 tr:last-child td:nth-child(3) {
  border-bottom: 3px solid #d01d23;
}

/* Erste Datenzeile (nach Header) OBEN abgerundet */
.meine-tabelle2 tbody tr:first-child td:first-child {
  border-top-left-radius: 16px;
}

.meine-tabelle2 tbody tr:first-child td:nth-child(2) {
  border-top-left-radius: 16px;
}

.meine-tabelle2 tbody tr:first-child td:last-child {
  border-top-right-radius: 16px;
}

/* Letzte Zeile UNTEN abgerundet */
.meine-tabelle2 tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.meine-tabelle2 tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 16px;
}

.meine-tabelle2 tr:first-child td:nth-child(2) {
  border-top-left-radius: 16px;
}

.meine-tabelle2 tr:first-child td:last-child {
  border-top-right-radius: 16px;
}

.meine-tabelle2 tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-aa02526 */.elementor-36 .elementor-element.elementor-element-aa02526 {
overflow-x: auto; 
overflow-y: hidden;
}/* End custom CSS */