@charset "UTF-8";
.tx_c3voting {
  --color-primary: #134094;
  --color-primary-light: #E9EFF8;
  --color-secondary: #96B82C;
  --color-primary-50: rgba(19, 64, 148, 0.5);
  --font-family: "Roboto", sans-serif;
  --font-family-heading: "Roboto Condensed", sans-serif;
}
.tx_c3voting * {
  box-sizing: border-box;
}
.tx_c3voting img, .tx_c3voting svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.tx_c3voting h1, .tx_c3voting h2, .tx_c3voting h3, .tx_c3voting h4, .tx_c3voting h5 {
  display: block;
  font-family: var(--font-family-heading);
}
.tx_c3voting .button {
  line-height: 1.5em;
  cursor: pointer;
  border: 0;
  background: var(--accessiblegradientltr);
  color: var(--weiss);
  text-decoration: none;
  font-family: var(--font-family);
  font-size: 1rem !important;
  font-weight: 400;
  text-shadow: 1px 1px 2px var(--accessibleshadow);
  padding: 10px 55px 10px 25px;
  position: relative;
  display: inline-block !important;
  transition: background 0.2s linear 0s;
  box-shadow: none;
  min-height: 24px;
}
.tx_c3voting .button::after {
  content: "›››";
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -3px;
  text-shadow: 1px 1px 2px var(--accessibleshadow);
  position: absolute;
  background: none;
  display: block;
  right: 25px;
  top: 8px;
  opacity: 1;
  width: 20px;
  height: 100% !important;
  overflow: hidden;
  text-align: left;
}
.tx_c3voting .button:hover::after {
  animation: blinkepfeil 1.8s cubic-bezier(0.87, 0, 0.13, 1) infinite;
}

.tx_c3voting {
  font-family: var(--font-family);
}
.tx_c3voting .c3voting-filter {
  margin: 2rem 0;
}
.tx_c3voting .c3voting-filter .sort {
  display: flex;
  column-gap: 0.5rem;
}
.tx_c3voting .c3voting-filter .sort a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: 2px solid var(--color-primary-light);
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 700;
}
.tx_c3voting .c3voting-filter .sort a.is-active {
  border-color: var(--color-primary);
}
.tx_c3voting .c3voting-list {
  display: flex;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.tx_c3voting .c3voting-list a {
  text-decoration: none;
}
.tx_c3voting .c3voting-list .c3voting-item {
  padding: 2.5rem 1.5rem 2rem;
  background: #E9EFF8;
  max-width: 25rem;
  text-decoration: none;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.tx_c3voting .c3voting-list .c3voting-item-votes {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  min-width: 4rem;
  background-color: var(--color-primary);
  color: #FFFFFF;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 1.1764705882em;
  font-weight: 700;
  line-height: 1.5;
}
.tx_c3voting .c3voting-list .c3voting-item-votes small {
  display: block;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 2;
  margin-top: -0.75em;
}
.tx_c3voting .c3voting-list .c3voting-item figure {
  padding: 0.5rem;
  margin: 0;
  background: #FFFFFF;
  transform: rotate(2deg) translate3d(0, 0, 0);
}
.tx_c3voting .c3voting-list .c3voting-item figure img {
  max-width: 100%;
  height: auto;
}
.tx_c3voting .c3voting-list .c3voting-item figure figcaption {
  padding: 0.5rem 0.5rem 0;
  text-align: center;
  font-weight: 500;
  line-height: 1rem;
  color: var(--color-primary);
}
.tx_c3voting .c3voting-list .c3voting-item h3 {
  font-weight: 700;
  color: var(--color-primary);
}
.tx_c3voting .c3voting-list .c3voting-item .button-wrap {
  margin-top: auto;
}
.tx_c3voting .c3voting-list a:nth-child(even) figure {
  rotate: -1deg;
}
@media (min-width: 1024px) {
  .tx_c3voting .c3voting-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tx_c3voting .pagination ul {
  margin: 2rem 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0;
}
.tx_c3voting .pagination ul a {
  text-decoration: none;
}
.tx_c3voting .pagination ul .button {
  background: var(--fastweiss);
  color: var(--blau);
  padding: 10px 25px 10px 25px;
  text-shadow: none;
  font-weight: 700;
}
.tx_c3voting .pagination ul .button::after {
  display: none;
}
.tx_c3voting .pagination ul .button[aria-current=page] {
  background: var(--blau);
  color: var(--weiss);
}

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