@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;
}

video {
  max-width: 100%;
  height: auto;
  display: block;
}

#inhaltsbereich #header {
  margin-bottom: 0;
}
#inhaltsbereich > .frame.frame-default.frame-type-list > .rahmen {
  width: 100%;
  max-width: 100%;
}

.tx_c3voting {
  font-family: var(--font-family);
}
.tx_c3voting .c3voting-detail .backlink {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.1764705882em;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.tx_c3voting .c3voting-detail .backlink svg {
  fill: currentColor;
  margin-top: -4px;
  margin-right: 0.5rem;
  height: 1em;
  width: auto;
}
.tx_c3voting .c3voting-detail .inner {
  max-width: 40rem;
  margin: 0 auto;
  position: relative;
}
.tx_c3voting .c3voting-detail-votes {
  position: absolute;
  top: 5.5rem;
  right: 0.5rem;
  z-index: 1;
  min-width: 4rem;
  background-color: var(--color-primary);
  color: #FFF;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 1.1764705882em;
  font-weight: 700;
  line-height: 1.5;
}
.tx_c3voting .c3voting-detail-votes small {
  display: block;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 2;
  margin-top: -0.75em;
}
.tx_c3voting .c3voting-detail-header {
  background-color: var(--color-primary-light);
  color: var(--color-primary);
  padding: 5rem 1rem 2rem;
}
.tx_c3voting .c3voting-detail-header .backlink {
  margin-bottom: 3.5rem;
}
.tx_c3voting .c3voting-detail-content {
  padding: 6rem 1rem 8rem;
  color: var(--color-primary);
}
.tx_c3voting .c3voting-detail-content h2 {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 4px solid;
  margin-bottom: 4rem;
}
.tx_c3voting .c3voting-detail-footer {
  background: var(--color-primary);
  color: #FFF;
  padding: 2rem 1rem;
  font-size: 1.1764705882em;
}
.tx_c3voting .c3voting-detail-footer h1, .tx_c3voting .c3voting-detail-footer h2, .tx_c3voting .c3voting-detail-footer h3, .tx_c3voting .c3voting-detail-footer h4 {
  color: #FFF;
}
.tx_c3voting .c3voting-detail-footer p {
  font-weight: 500;
}
.tx_c3voting .c3voting-detail-footer .gallery {
  margin-bottom: 2rem;
}
.tx_c3voting .c3voting-detail-footer .button-wrap {
  margin: 3rem 0;
  text-align: center;
}
.tx_c3voting .c3voting-detail-footer .button-wrap span {
  color: #FFF;
}
.tx_c3voting .c3voting-detail-footer .button-wrap.is-disabled {
  display: none;
}
.tx_c3voting .c3voting-detail-footer .button-wrap.is-enabled:first-child {
  margin: 1rem 0 2rem;
}
.tx_c3voting .c3voting-detail-footer .gallery ~ .tags {
  margin-bottom: 1rem;
}
.tx_c3voting .c3voting-detail-footer .tags p {
  margin-bottom: 0;
}
.tx_c3voting .c3voting-detail-footer + .inner {
  margin-top: 2rem;
}
.tx_c3voting .c3voting-detail-banner {
  padding: 0.5rem;
  background: #FFF;
  rotate: 2deg;
}
.tx_c3voting .c3voting-detail-banner img {
  width: 100%;
}
.tx_c3voting .c3voting-detail-banner figcaption {
  padding: 0.25rem 1rem 0;
  text-align: center;
  color: var(--color-primary);
  font-weight: 700;
}
.tx_c3voting h1 {
  font-weight: 700;
  line-height: 1.2307692308;
  color: var(--color-primary);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 4px solid;
}
.tx_c3voting h1 + p {
  text-align: center;
}
.tx_c3voting .button-wrap {
  margin: 2rem auto;
  text-align: center;
}
.tx_c3voting .button-wrap span {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
}
.tx_c3voting .tags {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
}
.tx_c3voting .gallery {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: -6rem;
}
.tx_c3voting .gallery figure {
  border: 4px solid #FFF;
  align-self: start;
  max-width: calc(100% - 2rem);
}
.tx_c3voting .gallery figure:nth-child(2n+2) {
  rotate: 1deg;
  align-self: end;
}
.tx_c3voting .gallery figure:nth-child(3n+3) {
  rotate: -1deg;
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.lightbox.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox-content_wrap {
  background: #FFF;
  padding: 2rem;
  position: relative;
  max-width: 30rem;
}
.lightbox .close {
  position: absolute;
  inset: 1rem 1rem auto auto;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  cursor: pointer;
}
.lightbox .close img {
  width: 100%;
  height: 100%;
}
.lightbox h1 {
  text-align: left;
  margin-top: 2rem;
}

.c3voting-vote form .error {
  font-weight: 700;
  text-align: center;
  color: var(--color-red, #942313);
}
.c3voting-vote form label {
  display: block;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.c3voting-vote form input[type=text],
.c3voting-vote form input[type=email] {
  width: 100%;
  border: 1px solid rgb(225, 230, 238);
  background-color: rgb(255, 255, 255);
  line-height: 1.5;
  padding: 0.5em 1em;
}
.c3voting-vote form div + div {
  margin-top: 1rem;
}

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