.elementor-kit-6{--e-global-color-primary:#002E8A;--e-global-color-secondary:#E2D3D3;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */</style>
.pfandungstabelle {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #002E8A;
  border-collapse: collapse;
  width: 100%;
}

.pfandungstabelle th,
.pfandungstabelle td {
  border: 1px solid #002E8A;
  padding: 16px 24px;
  line-height: 1.5;
}

.pfandungstabelle th {
  background: #f0f4f9;
}
/* === Stronger TablePress Styling === */
.tablepress {
  font-family: 'Maven Pro', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #002E8A !important;
  background: transparent !important;
  border-collapse: collapse !important;
}

.tablepress thead th,
.tablepress tbody td,
.tablepress tfoot th {
  font-weight: 700 !important;
  color: #002E8A !important;
  background: transparent !important;
  border: 1px solid #002E8A !important;
}

.tablepress tbody tr {
  background: transparent !important;
}

.tablepress td,
.tablepress th {
  border: 1px solid #002E8A !important;
}

.tablepress thead,
.tablepress tbody,
.tablepress tfoot {
  background: transparent !important;
}
/* === TablePress Full Width === */
.tablepress {
  width: 100% !important;
  margin: 0 !important;
}

.tablepress td,
.tablepress th {
  padding-left: 8px;
  padding-right: 8px;
}
/* === FORCE TablePress to stretch full width === */
.tablepress {
  width: 100% !important;
  margin: 0 !important;
  display: table !important;
  table-layout: fixed !important;
}

.tablepress thead,
.tablepress tbody,
.tablepress tfoot {
  width: 100% !important;
}

.tablepress-wrapper {
  width: 100% !important;
  margin: 0 !important;
}

.tablepress td,
.tablepress th {
  padding-left: 8px;
  padding-right: 8px;
  word-break: break-word;
}
.wpcf7 input[type="submit"] {
  background-color: #002E8A !important;
  color: #ffffff !important; /* Makes text white, adjust if needed */
  border: none !important;
  padding: 12px 24px !important;
  font-weight: bold !important;
  cursor: pointer !important;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #001f66 !important; /* Optional darker shade on hover */
}/* End custom CSS */