@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.tns-nav {
  text-align: center;
}
.tns-nav button {
  margin: 0 5px;
  background: #ccc;
  border: 0;
  width: 24px;
  height: 2px;
}
.tns-nav button.tns-nav-active {
  background: #2A96CE;
}

.live-components {
  position: fixed;
  left: 60px;
  bottom: 80px;
  width: 350px;
  max-height: 80vh;
  z-index: 99999;
  background: #fffdfb;
  padding: 20px;
  transform: translate(-150%, 0);
  box-shadow: -20px -20px 20px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
}
@media (max-width: 980px) {
  .live-components {
    bottom: 5vh;
    left: 10px;
    width: calc(100% - 30px);
  }
}
.live-components:after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.live-components:hover {
  padding: 30px;
  width: 370px;
}
@media (max-width: 980px) {
  .live-components:hover {
    padding: 20px;
    width: calc(100% - 30px);
  }
}
.live-components:hover .live-components__close {
  top: 30px;
  right: 45px;
}
@media (max-width: 980px) {
  .live-components:hover .live-components__close {
    top: 20px;
    right: 15px;
  }
}
.live-components.is-visible {
  transform: translate(0, 0);
}
.live-components.is-minimized {
  padding: 20px !important;
  width: auto !important;
  cursor: pointer;
}
@media (max-width: 980px) {
  .live-components.is-minimized {
    width: auto !important;
    overflow: visible;
  }
}
.live-components.is-minimized:after {
  bottom: 8px;
}
.live-components.is-minimized .live-components__ghosts,
.live-components.is-minimized .live-components__close,
.live-components.is-minimized .live-components__content,
.live-components.is-minimized .live-components__pager,
.live-components.is-minimized .live-components__steps {
  display: none;
}
.live-components.is-minimized .live-components__indicator {
  display: inline-flex;
}
.live-components__content {
  display: flex;
  max-height: calc(80vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
}
.live-components__question {
  flex-shrink: 0;
  width: 100%;
}
.live-components__roofline {
  margin: 0;
}
.live-components__headline {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  color: #1951a0;
  font-size: 1.75em;
}
[data-brand=global] .live-components__headline {
  color: #000;
}
[data-brand=remeha] .live-components__headline {
  color: #000;
}
[data-brand=broetje] .live-components__headline {
  color: #000;
}
.live-components__choices {
  counter-reset: choices;
}
.live-components__choices label {
  display: block;
  margin-bottom: 10px;
  counter-increment: choices;
  cursor: pointer;
}
.live-components__choices label input {
  display: none;
  margin: 0;
}
.live-components__choices label input + span {
  position: relative;
  display: block;
  margin-left: 40px;
  padding: 10px 0;
  border-top: 2px solid #eee;
}
.live-components__choices label input + span:before {
  content: counter(choices, upper-latin);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: -40px;
  border-radius: 50%;
  color: #fff;
  background: #000;
  font-weight: bold;
  position: absolute;
  top: 9px;
}
.live-components__choices label input:checked + span:before {
  background: #15af97;
}
[data-brand=remeha] .live-components__choices label input:checked + span:before {
  background-color: #ffcf00;
}
[data-brand=broetje] .live-components__choices label input:checked + span:before {
  background-color: #da0a16;
}
.live-components__choices label:last-child input + span {
  border-bottom: 2px solid #eee;
}
.live-components__choices--image label {
  margin-bottom: 0;
}
.live-components textarea {
  width: 100%;
  border-radius: 5px;
  border-color: #666;
}
.live-components__pager {
  text-align: center;
  padding-top: 10px;
}
.live-components__pager p {
  margin: 0;
}
.live-components__steps {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 2px dashed #eee;
}
.live-components__steps div {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 10px;
  background: #2A96CE;
  position: relative;
}
.live-components__steps div:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: -1;
  height: 20px;
  transform: translateX(-50%);
  width: 2px;
  background: #eee;
}
.live-components__steps div.is-active {
  box-shadow: 0 0 0 4px #020202;
}
.live-components__submit {
  display: inline-block;
  margin: 0 10px 10px;
  padding: 15px 40px;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  background: #000;
  background-size: 100% 100%;
  border-radius: 55px;
  border: 0;
  transition: 0.1s all ease-out;
  outline: 0;
  position: relative;
  border: 0;
  padding: 10px 30px;
  text-align: center;
  margin-top: 10px;
}
.live-components__submit:hover, .live-components__submit:focus {
  transform: scale(1.1);
}
.live-components__submit:hover {
  background: var(--context-color);
  text-decoration: none;
}
.live-components__submit:disabled {
  background: #ccc;
}
.live-components__submit:disabled:hover {
  background: #ccc;
  transform: none;
}
.live-components__submit img {
  display: none;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.live-components__submit:disabled img {
  display: block;
}
.live-components__close {
  position: absolute;
  top: 20px;
  right: 35px;
  background: 0;
  border: 0;
  transition: all 0.2s ease-out;
}
.live-components__close img {
  width: 16px;
  height: 16px;
}
.live-components__ghosts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.live-components__ghosts div:nth-child(1) {
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - 20px);
  height: 10px;
  left: 10px;
  top: -10px;
}
.live-components__ghosts div:nth-child(2) {
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - 40px);
  height: 20px;
  left: 20px;
  top: -20px;
}
.live-components__ghosts div:nth-child(3) {
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - 60px);
  height: 30px;
  left: 30px;
  top: -30px;
}
.live-components__ghosts div:nth-child(4) {
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - 80px);
  height: 40px;
  left: 40px;
  top: -40px;
}
.live-components__ghosts div:nth-child(5) {
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - 100px);
  height: 50px;
  left: 50px;
  top: -50px;
}
.live-components__ghosts div {
  position: absolute;
}
.live-components__indicator {
  display: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #2A96CE;
  font-weight: bold;
}

/* WORDCLOUD */
.live-components--wordcloud {
  padding-bottom: 40px;
}
.live-components--wordcloud input[type=text] {
  color: #000;
  width: 100%;
  margin-bottom: 20px;
}

/* REACTIONS */
.live-components--reactions {
  padding: 0 !important;
  width: auto !important;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 0 -40px;
  bottom: 100px;
  left: 50%;
  right: auto;
  transition: 0.5s all;
  transform: translate(0, 300%);
}
@media (max-width: 980px) {
  .live-components--reactions {
    bottom: 80px;
    right: 50%;
    transform: translate(50%, 300%);
  }
}
.live-components--reactions.is-visible {
  transform: translate(0, 0);
}
@media (max-width: 980px) {
  .live-components--reactions.is-visible {
    transform: translate(50%, 0);
  }
}
.chat-open .live-components--reactions {
  right: 400px;
}
@media (max-width: 980px) {
  .chat-open .live-components--reactions {
    right: 50%;
  }
}
.live-components--reactions.is-disabled {
  pointer-events: none;
}
.live-components--reactions.is-disabled .live-components__content {
  opacity: 0 !important;
}
.live-components--reactions:after {
  display: none;
}
.live-components--reactions img {
  width: 64px;
}
@media (max-width: 980px) {
  .live-components--reactions img {
    width: 44px;
  }
}
.live-components--reactions > img {
  position: relative;
  z-index: 2;
  border: 8px solid #fff;
  border-radius: 50%;
  width: 80px;
}
@media (max-width: 980px) {
  .live-components--reactions > img {
    width: 58px;
  }
}
.live-components--reactions .live-components__content {
  position: absolute;
  top: -55%;
  z-index: 2;
  transform: translate(0, -50%);
  display: flex;
  background: #fff;
  border-radius: 40px;
  padding: 8px 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  overflow: hidden;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 980px) {
  .live-components--reactions .live-components__content {
    right: 50%;
    transform: translate(50%, -50%);
  }
}
.live-components--reactions .live-components__reaction {
  opacity: 0;
  margin: 0 5px;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(100px);
  cursor: pointer;
}
.live-components--reactions .live-components__reaction:nth-child(1) {
  transition-delay: 0.1s;
}
.live-components--reactions .live-components__reaction:nth-child(2) {
  transition-delay: 0.2s;
}
.live-components--reactions .live-components__reaction:nth-child(3) {
  transition-delay: 0.3s;
}
.live-components--reactions .live-components__reaction:nth-child(4) {
  transition-delay: 0.4s;
}
.live-components--reactions .live-components__reaction:nth-child(5) {
  transition-delay: 0.5s;
}
.live-components--reactions .live-components__reaction:nth-child(6) {
  transition-delay: 0.6s;
}
.live-components--reactions .live-components__reaction:nth-child(7) {
  transition-delay: 0.7s;
}
.live-components--reactions .live-components__reaction:nth-child(8) {
  transition-delay: 0.8s;
}
.live-components--reactions .live-components__reaction:nth-child(9) {
  transition-delay: 0.9s;
}
.live-components--reactions .live-components__reaction:nth-child(10) {
  transition-delay: 1s;
}
.live-components--reactions .live-components__reaction:nth-child(11) {
  transition-delay: 1.1s;
}
.live-components--reactions .live-components__reaction:nth-child(12) {
  transition-delay: 1.2s;
}
.live-components--reactions .live-components__reaction:nth-child(13) {
  transition-delay: 1.3s;
}
.live-components--reactions .live-components__reaction:nth-child(14) {
  transition-delay: 1.4s;
}
.live-components--reactions .live-components__reaction:nth-child(15) {
  transition-delay: 1.5s;
}
.live-components--reactions .live-components__reaction img {
  transition: transform 0.2s ease;
}
.live-components--reactions .live-components__reaction:hover img {
  transform: scale(1.1);
}
.live-components--reactions.is-hover .live-components__content {
  opacity: 1;
  pointer-events: all;
}
.live-components--reactions.is-hover .live-components__reaction {
  opacity: 1;
  transform: translateY(0);
}
.live-components--reactions .live-components__reaction__clone {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  transition: all 5s ease;
  pointer-events: none;
}
.live-components--reactions .live-components__reaction__clone img {
  transition: all 5s ease;
}
.live-components--reactions .live-components__reaction__clone.is-animated {
  transform: translate3d(-50%, -100vw, 0);
  opacity: 0;
}
.live-components--reactions .live-components__reaction__clone.is-animated img {
  transform: translate3d(-100%, 0, 0);
}
.live-components--reactions .live-components__reaction__clone.is-animated.live-components__reaction__animation--2 img {
  transform: translate3d(250%, 0, 0);
}
.live-components--reactions .live-components__reaction__clone.is-animated.live-components__reaction__animation--3 img {
  transform: translate3d(-150%, 0, 0);
}
.live-components--reactions .live-components__reaction__clone.is-animated.live-components__reaction__animation--4 img {
  transform: translate3d(250%, 0, 0);
}
.live-components--reactions .live-components__reaction__clone.is-animated.live-components__reaction__animation--5 img {
  transform: translate3d(100%, 0, 0);
}
.live-components--reactions .live-components__reaction__clone.is-animated.live-components__reaction__animation--6 img {
  transform: translate3d(-300%, 0, 0);
}
.live-components--reactions .live-components__reaction__clone.is-animated.live-components__reaction__animation--7 img {
  transform: translate3d(250%, 0, 0);
}
.live-components--reactions .live-components__reaction__clone.is-animated.live-components__reaction__animation--8 img {
  transform: translate3d(150%, 0, 0);
}
.live-components--reactions .live-components__reaction__clone.is-animated.live-components__reaction__animation--9 img {
  transform: translate3d(-200%, 0, 0);
}
.live-components--reactions .live-components__reaction__clone.is-animated.live-components__reaction__animation--10 img {
  transform: translate3d(150%, 0, 0);
}

/* POLL */
.totalpoll-wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.totalpoll-live-polling {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 60vw;
}
.totalpoll-live-polling .live-results-items .live-results-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.totalpoll-live-polling .live-results-items .live-results-item-text {
  width: 100%;
  white-space: nowrap;
  font-size: 24px;
}
.totalpoll-live-polling .live-results-items .live-results-item-percentage {
  width: 100%;
}
.totalpoll-live-polling .totalpoll-live-polling-chart:not(:last-child) {
  margin-bottom: 50px;
}
.totalpoll-live-polling > div:last-child {
  width: 40%;
}