.c-link {
  color: #555555;
  font-size: 0.8em;
  font-weight: bold;
  /* text-decoration: none; */
  position: relative;
  display: inline-block;
}

.c-link::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #008000;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: width 0.1s ease-in-out;
}

.c-link:hover{
  text-decoration: none;
}

.c-link:hover::after {
  width: 100%;
}

.c-link.current::after {
  width: 100%;
}

/* Button */
.btn-outline-custom {
  background: transparent;
  border: 1px solid #444;
  color: #222;
  border-radius: 4px;
  padding: 2px 10px 3px 10px;
  transition: all 0.2s ease-in-out;
}
.btn-outline-custom:hover,
.btn-outline-custom:focus {
  background: #f8f9fa;
  border-color: #000;
  color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Dropdown */
.dropdown-menu {
  background: #f5fbef;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  border: none;
  min-width: 300px;
}

/* Formular-Inhalte */
.dropdown-menu .form-label {
  font-weight: 500;
  color: #333;
}

.dropdown-menu .form-check-label {
  cursor: pointer;
}

.dropdown-menu .btn-primary {
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.2s ease-in-out;
}
.dropdown-menu .btn-primary:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.rounded{
  border-radius: 2px;
}

.terminKalender{
  background: #008000;
  border: 1px solid #008000;
  margin-bottom: 20px;
}

.terminKalender table{
  background: #a9d18e;
  border-collapse: collapse;
  border-top: 5px solid #008000;
  border-right: 5px solid #008000;
  border-left: 5px solid #008000;
  color: #000000;
  width: 100%;
}

.terminKalender table tr{
  border-bottom: 1px solid #008000;
}

.terminKalender table tr:last-child{border: none;}

.terminKalender table tr td,
.terminKalender table tr th{
  padding: 3px 5px 3px 5px;
  vertical-align: top;
}

.terminKalender table:last-child{border-bottom: 5px solid #008000;}

.terminKalender .eventLine{
  background: #a9d18e;
  margin: 5px;
  padding: 5px;
}

.accordion-item{
  background: #f5fbef;
  border: none;
}

.border-radius-none{
  border-radius: 0px !important;
}

.accordion-button::after {
  width: 0.75em;
  height: 0.75em;
  background-size: 0.75em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23008000' stroke='%23008000' stroke-width='1' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
  background-color: #e9ecef !important;
}

.accordion-button:not(.collapsed):focus {
  background-color: #dee2e6 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23008000' stroke='%23008000' stroke-width='1' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}