/*@mixin button-variant($color, $background, $border) {
  color: $color;
  background-color: $background;
  border-color: $border;

  &:focus,
  &.focus {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 25%);
  }
  &:hover {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  &.disabled,
  &[disabled],
  fieldset[disabled] & {
    &:hover,
    &:focus,
    &.focus {
      background-color: $background;
          border-color: $border;
    }
  }

  .badge {
    color: $background;
    background-color: $color;
  }
}*/
.elementteam .teammember p {
  line-height: 1em;
}
.elementteam .teammember a {
  text-decoration: none;
}
.elementteam .teammember a:hover {
  text-decoration: underline;
}
.elementteam .teammember .modal .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.elementteam .teammember .modal .image {
  background-color: #F6F7F8;
}
.elementteam .teammember .modal .image img {
  width: 100%;
}
@media (min-width: 576px) {
  .elementteam .teammember .modal .image img {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .elementteam .teammember .modal .image img {
    width: 50%;
  }
}
.elementteam .teammember .modal .description tr:nth-child(odd) td {
  background-color: #F6F7F8;
}
.elementteam .teammember .modal .description tr td {
  vertical-align: top;
  padding: 0.5rem 1rem;
  border-bottom: #dee2e6 1px solid;
}
.elementteam .teammember .modal .description tr td:first-child {
  white-space: nowrap;
  padding-right: 2rem;
}
.elementteam .teammember .modal .description > :not(table) {
  padding: 0 1rem;
}
.elementteam .teammember .modal .description ol, .elementteam .teammember .modal .description ul {
  padding-left: 2.2rem;
}

/*# sourceMappingURL=team.css.map */
