.horizontal-tabs {
  .horizontal-tabs-list a{
    color: #9dbec7;
  }

  .horizontal-tabs-list a:hover{
    color: #ff0000;
    background-color: #ededdd;
  }

  .horizontal-tabs-list .selected strong {
    color: black;
  }
}

.icon:before {
  content: "\f046";
}

.icon2:before {
  content: "\f096";
}

.field-label{
  font-size: 15px;
  font-weight: bold;
}

.modul-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 5px;
  align-items: start;
  text-align: left;
}

.modul-border {
  display: block;
  padding-right: 1em;
  border: 1px solid #d6d6d6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}

.modul-title {
  background-color: #e6e6e6;
  padding: 0.5em;
  margin-bottom: 25px;
}

.fieldset-legend {
  font-size: 1.2em;
  color: #a1a1a1;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.antrag-border {
  margin: 0 2px;
  padding: 30px;
  border: 1px solid #c0c0c0;
}

.group-fortbildungstitel {
  font-size: 1.2em;
  font-weight: bold;
}

.horizontal-tabs-panes a {
  color: #9dbec7;
  text-decoration: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}

.fieldset-legend.title {
  margin-top: -45px;
}

.fieldset-legend.title span {
  background-color: #fafeff;
  padding: 0 10px;
}
