.elementor-128485 .elementor-element.elementor-element-6fa544e7{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-278b60b1 *//* Allgemeines Layout */
.aff-wrap {
  /*font-family: 'Segoe UI', sans-serif;*/
  color: #111;
  margin: auto;
}

/* Menü oben */
#aff-controls {
  margin-bottom: 2rem;
  background: #111;
  border-radius: 6px;
  overflow: hidden;
}

#aff-controls .pure-menu-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}

#aff-controls .pure-menu-item {
  flex: 1;
}

#aff-controls .pure-menu-link {
  display: block;
  padding: 1rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}

#aff-controls .pure-menu-link:hover,
#aff-controls .pure-menu-selected .pure-menu-link {
  background: #333;
}

/* Tabellen */
.pure-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.pure-table th {
  background: #333;
  color: white;
  text-align: left;
  padding: 1rem;
  font-size: 1rem;
}

.pure-table td {
  padding: 1rem;
  border-top: 1px solid #e0e0e0;
}

/* Summary Panel */
.summaryPanel {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  padding-top: 1rem;
}

.summaryPanelLine {
  text-align: center;
  background: #f0f0f0;
  border-radius: 8px;
  padding: 1rem;
  flex: 1;
}

.summaryPanelLineValue {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
}

.summaryPanelLineLabel {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.3rem;
}/* End custom CSS */