/**
 * Hable Barrio - Custom Styles.
 */

 /* VIEW-Mode */
 .field {
    margin-bottom: 30px;
 }

 .col-sm-6 {
    padding-left: 30px;
    padding-right: 30;
 }

  .col-sm-6 .field__item {
    font-size: 1.4rem;
    font-weight: 200;
 }

 /* Felder in der Bottom-Region (col*-Layouts) in einer Reihe, gleichmäßig
   über die volle Breite verteilt statt untereinander/gestapelt. */
/* .region--bottom {
  border-block: 1px solid #D3D3D3;
  margin: 20px 0 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* oder space-around / space-evenly */
  align-items: center;
  flex-wrap: wrap; /* falls die Felder umbrechen sollen bei wenig Platz */
  gap: 1rem; /* Abstand zwischen den Feldern */
} */

/* .region--bottom > * {
  flex: 1 1 0;
  padding-left: 15px;
} */

/* EDIT-Mode */
.form-item {
  margin-block: 0.1rem !important; /* ersetzt Claro form.css */
  /* border: 1px solid red; */
}

 #block-claro-content {
 	/* border: 1px solid red; */
 }
.layout__region--top, .region--top {
	 	border-bottom: 1px solid;
    margin-bottom: 30px;

  display: flex;
  flex-direction: row;
  justify-content: space-between; /* oder space-around / space-evenly */
  align-items: center;
  flex-wrap: wrap; /* falls die Felder umbrechen sollen bei wenig Platz */
  gap: 1rem; /* Abstand zwischen den Feldern */
}

#rechnungspositionen-wrapper [data-drupal-selector="edit-top"] > * {
  flex: 1 1 0; /* alle Kind-Elemente wachsen/schrumpfen gleichmäßig */
  min-width: 0; /* verhindert Overflow bei langen Inhalten */
}

.layout__region--bottom, .region--bottom{
  border-block: 1px solid #D3D3D3;
  margin: 20px 0 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* oder space-around / space-evenly */
  align-items: center;
  flex-wrap: wrap; /* falls die Felder umbrechen sollen bei wenig Platz */
  gap: 1rem; /* Abstand zwischen den Feldern */
}


table tr th {
  color: #6f6d6d;
}

.nav-tabs .nav-link {
  color: #0071b3;
}

.nav-tabs .nav-link.active {
   color: var(--bs-nav-tabs-link-active-color) !important;
}

.navbar-nav .nav-link !important{
  color: rgb(231, 231, 231);
}