/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.ruderampel{
  display:flex;
  gap:16px;
  align-items:center;
  padding:16px;
  border:1px solid rgba(0,0,0,.15);
  border-radius:14px;
  max-width:520px;
}
.ruderampel__lights{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.ruderampel__light{
  width:22px;
  height:22px;
  border-radius:50%;
  background:#ccc;
}
.ruderampel--rot .ruderampel__light--rot{background:#d7263d;}
.ruderampel--gelb .ruderampel__light--gelb{background:#f4b400;}
.ruderampel--gruen .ruderampel__light--gruen{background:#1aa260;}
.ruderampel__meta{
  margin-top:6px;
  font-size:0.9em;
  opacity:0.75;
}

.board-table {
  width: 100%;
  border-collapse: collapse;
}
.board-table .section td {
  padding: 18px 0 8px;
  font-weight: 700;
  font-size: 1.1rem;
  color: #6f6f6f;              /* dezentes Grau */
  border-bottom: 2px solid #e0e0e0;
  text-transform: uppercase;  /* optional – sorgt für klare Struktur */
  letter-spacing: 0.04em;     /* optional – wirkt hochwertiger */
}


.board-table td {
  padding: 10px 14px;
  vertical-align: top;
}

.board-table .role {
  width: 38%;              /* erste Spalte bewusst breiter */
  font-weight: 600;
}

.board-table .name {
  width: 62%;
}

.board-table .section td {
  padding: 18px 0 8px;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom: 2px solid #ddd;
}
.fusion-button {
	width:100%;
}
body:not(.logged-in) .fusion-form-notice,
body:not(.logged-in) .fusion-form-submission-notice {
  display: none !important;
}


/* Mobile Ansicht */
@media (max-width: 640px) {
  .board-table tr {
    display: block;
    margin-bottom: 14px;
  }

  .board-table td {
    display: block;
    width: 100%;
    padding: 6px 0;
  }

  .board-table .role {
    font-weight: 700;
  }

  .board-table .name {
    padding-left: 12px;
  }

  .board-table .section td {
    margin-top: 20px;
  }
	#footer a {
color: #fff !important;
}
}
