/**
 * Theme Name: B&S Elementor Child Theme
 * Version: 2.0
 * Template: hello-elementor
 * Author: BUTTER AND SALT tech marketing GmbH
 * Author URI: https://www.butter-and-salt.de/
 * Customer: ###
 * Text Domain: bns
 */

body {
  --wpforms-field-border-radius: 0 !important;
  --wpforms-field-border-color: #000000 !important;

  --wpforms-button-text-color: #ffffff !important;
  --wpforms-button-background-color: var(--e-global-color-accent) !important;
  --wpforms-button-padding: 0.75rem 2.25rem 0.75rem 2.25rem !important;

  --wpforms-page-break-color: var(--e-global-color-primary) !important;
}

h1 span {
  font-weight: 600;
}

table td {
  padding: 0.5rem;
}

ul {
  padding-left: 2rem;
}

table.kombination-table {
  width: 100%;
  background-color: white;
  border: none;
}

table.kombination-table td {
  width: 20%;
  background-color: white !important;
  border: none;
  padding: 10px;
  vertical-align: middle;
  color: var(--e-global-color-accent); /* Sets the text color. */
  font-weight: 500; /* Sets the font size. */
}

table.kombination-table td:nth-child(2),
table.kombination-table td:nth-child(4) {
  padding: 0;
  width: 10%;
}

table.kombination-table td:nth-child(2) img,
table.kombination-table td:nth-child(4) img {
  width: 100%;
}

table.kombination-table td:first-child {
  text-align: right;
}

table.kombination-table td:last-child {
  text-align: left;
}

table.kombination-table td:nth-child(3) {
  text-align: center;
}
table.kombination-table td:nth-child(3) hr {
  width: 100%; /* Make the horizontal line full width. */
}
