﻿/* Light Theme colors */
/* Dark Theme colors */
.kontakt-kort {
  padding: 3rem;
  background-color: white;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.kontakt-kort .kontakt-forms .umb-block-list {
  display: block;
  width: 100%;
}
.kontakt-kort .kontakt-gruppe-rolle {
  padding: 0.5rem 0;
  list-style-type: none;
}

.tag-pill {
  background: #F5F5F5;
  border: 1px solid grey;
  padding: 0.25rem 0.5rem;
  border-radius: 16px;
  margin-right: 0.5rem;
}
.tag-pill small {
  line-height: 1rem;
  margin: 0;
}

[data-theme=dark] .kontakt-kort {
  background-color: #464242;
}
[data-theme=dark] .tag-pill {
  background: #1f1f1f;
}
