@charset "UTF-8";
html {
  box-sizing: border-box; }

* {
  box-sizing: border-box; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-style: italic; }

.sr {
  display: none; }

.col-centered {
  margin: auto; }

.btn {
  border-radius: 0px; }

img {
  max-width: 100%;
  height: auto; }

.btn-primary {
  background-color: #5EB3E4;
  border: none;
  font-weight: 700;
  font-family: "Poppins";
  font-style: italic;
  letter-spacing: -0.025em; }
  .btn-primary:hover {
    background-color: #329edd; }
  .btn-primary.w-full {
    width: 100%; }

.btn-outline-primary {
  border-color: #5EB3E4;
  color: #5EB3E4; }
  .btn-outline-primary:hover {
    border-color: #5EB3E4;
    background-color: #5EB3E4; }

.btn-grey-blue {
  background: #373e42;
  color: #5EB3E4; }

.text-align-center {
  text-align: center; }

header#app-header {
  background: #5EB3E4;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 10; }
  header#app-header .header-inner {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #323E48; }
    @media (max-width: 767px) {
      header#app-header .header-inner {
        justify-content: flex-start; } }
  header#app-header ul#app-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    color: #323E48;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    background-color: #ebebeb;
    min-width: 120px;
    text-align: center; }
    header#app-header ul#app-menu li {
      cursor: pointer;
      padding: 5px 10px;
      margin: 0;
      font-size: 10px;
      padding: 0px 10px; }
  header#app-header img#barometern-logo {
    max-width: 150px;
    height: auto; }
    @media (min-width: 960px) {
      header#app-header img#barometern-logo {
        max-width: 300px; } }
#app {
  padding-top: 80px; }

label {
  display: block; }

div.row {
  margin-bottom: 1em;
  padding: 0.5em 0; }
  div.row.no-margin-bottom {
    margin-bottom: 0; }
  div.row.inverted {
    color: #fff;
    background-color: #5EB3E4;
    position: relative; }
    div.row.inverted:before {
      position: absolute;
      left: -15px;
      right: -15px;
      background: #5EB3E4;
      top: 0px;
      bottom: 0px;
      content: ""; }

.hidden {
  display: none; }

ul {
  padding: 0; }
  ul li {
    display: block;
    margin-bottom: 0.5em;
    padding: 0.25em; }

.notification {
  font-size: 1em;
  font-weight: 700;
  text-align: center; }
  .notification.comment-notification {
    color: #fff;
    margin-top: 1em; }

.row.please-register-message {
  font-size: 0.8em;
  background-color: #F89ABA;
  text-align: center;
  padding: 0px;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #373e42; }
  .row.please-register-message p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .row.please-register-message button {
    background-color: #373e42;
    color: #F89ABA;
    padding: 1em;
    border: none;
    display: inline-block;
    width: 40%;
    margin: 5px 2.5% 10px;
    min-width: 240px; }
    .row.please-register-message button:focus {
      border: none;
      outline: none;
      color: #ebebeb; }
  .row.please-register-message div > div input {
    padding: 1em;
    border: none;
    min-width: 240px; }
    .row.please-register-message div > div input:focus {
      outline: none; }
  .row.please-register-message div > div button {
    width: auto; }

.registration-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  .registration-section .row.fullwidth .col {
    max-width: 800px; }
  .registration-section .row .col {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .registration-section .row .col label {
      font-weight: 700; }
    .registration-section .row .col input,
    .registration-section .row .col select {
      width: 100%; }
    .registration-section .row .col input {
      border: none;
      border-bottom: 1px solid #5EB3E4; }
      .registration-section .row .col input:focus {
        outline: none;
        border-bottom: 1px solid #329edd; }
    .registration-section .row .col .radiobutton-container {
      width: 100%;
      margin: 10px 0;
      line-height: 1.5em;
      font-weight: 400;
      position: relative; }
      .registration-section .row .col .radiobutton-container input {
        width: 1.5em;
        height: 1.5em;
        display: inline-block;
        margin-right: 0.75em;
        transform: translateY(4px);
        position: relative; }
        .registration-section .row .col .radiobutton-container input:checked:before {
          background: #5EB3E4; }
        .registration-section .row .col .radiobutton-container input:before {
          width: 1.5em;
          height: 1.5em;
          position: absolute;
          top: 0px;
          left: 0px;
          content: "";
          background: #fff;
          border-radius: 50%;
          border: 1px solid #5EB3E4;
          transition: all 0.2s; }
        .registration-section .row .col .radiobutton-container input[type="checkbox"]:before {
          border-radius: 3px; }
      .registration-section .row .col .radiobutton-container span.label-inner {
        display: inline-block;
        max-width: 80%;
        vertical-align: middle; }

.registration-complete-container {
  display: flex;
  height: 90vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .registration-complete-container > div {
    display: flex;
    height: 90vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }

.comment-area-row {
  max-width: 100% !important;
  background: #5EB3E4;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  outline: 15px solid #5EB3E4; }
  .comment-area-row .comment-area-container {
    background: transparent;
    border: none;
    border-radius: 0;
    max-width: 1100px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 960px) {
      .comment-area-row .comment-area-container {
        flex-direction: row; } }
    .comment-area-row .comment-area-container .comment-area {
      width: 100%; }
      .comment-area-row .comment-area-container .comment-area label {
        margin-top: 1em;
        color: #fff; }
      .comment-area-row .comment-area-container .comment-area textarea {
        min-height: 10em;
        margin-bottom: 1em;
        border-radius: 0px; }
  .comment-area-row .button-container {
    text-align: center; }
    .comment-area-row .button-container button {
      border: none;
      background: #373e42;
      color: #5EB3E4;
      min-width: 200px; }

ul.comments-list li {
  padding-left: 15px;
  margin-left: 5px;
  margin-bottom: 15px;
  border-left: 2px solid #373e42; }

.introtext-container {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.poll-listing {
  position: relative;
  width: 100vw;
  height: 100%; }
  .poll-listing.row {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .poll-listing .introtext {
    max-width: 800px;
    margin: auto;
    margin-bottom: 1em; }

ul.polls-list {
  display: flex;
  flex-direction: column;
  margin: 0 -15px; }
  ul.polls-list li {
    position: relative;
    padding: 20px;
    margin: 0;
    text-align: center;
    /*
    &:nth-child(3n + 1) {
      background-color: #fff;
      p {
        color: $color_blue;
      }
      .poll-icon-container {
        background: url("../images/icon-result.svg") top center no-repeat;
        background-size: contain;

        &:after {
          border-color: $color_blue;
        }
        img {
          opacity: 0;
        }
      }
      button.open-poll,
      .poll-response-alternatives li {
        background-color: $color_blue;
        color: #fff;

        &:hover {
          background-color: darken($color_blue, 5%);
        }
      }
      .info-icon {
        // color: #fff;
        // background: $color_blue;
      }
      .poll-meta-inner {
        background: $color_blue;
        p {
          color: #fff;
        }
      }
    }
    &:nth-child(3n + 2) {
      background-color: $color_blue;
      p {
        color: #fff;
      }
      .poll-icon-container {
        background: url("../images/icon-result-white-needle.svg") top center
          no-repeat;
        background-size: contain;

        &:after {
          border-color: #fff;
        }

        img {
          opacity: 0;
        }
      }
      button.open-poll,
      .poll-response-alternatives li {
        background-color: #fff;
        color: $color_blue;

        &:hover {
          color: darken($color_blue, 10%);
        }
      }
      .info-icon {
        // color: $color_blue;
        // background: #fff;
      }
      .poll-meta-inner {
        background: #fff;
        p {
          color: $color_blue;
        }
      }
    }
    &:nth-child(3n + 3) {
      background-color: $color_cyan;
      p {
        color: $color_pink;
      }
      .poll-icon-container {
        background: url("../images/icon-result-blue-needle.svg") top center
          no-repeat;
        background-size: contain;

        &:after {
          border-color: #fff;
        }
        img {
          opacity: 0;
        }
      }
      button.open-poll,
      .poll-response-alternatives li {
        background-color: $color_pink;
        border-color: $color_pink;
        color: $color_grey;
      }
      .info-icon {
        // color: #fff;
        // background: $color_pink;
      }
      .poll-meta-inner {
        background: $color_pink;
        p {
          color: #fff;
        }
      }
    }
    */ }
    @media (min-width: 960px) {
      ul.polls-list li {
        padding: 120px 20px; } }
    ul.polls-list li:nth-child(2n + 1) {
      background-color: #5EB3E4; }
      ul.polls-list li:nth-child(2n + 1) p {
        color: #323E48; }
      ul.polls-list li:nth-child(2n + 1) .poll-icon-container {
        background: url("../images/icon-result-white-needle.svg") top center no-repeat;
        background-size: contain; }
        ul.polls-list li:nth-child(2n + 1) .poll-icon-container:after {
          border-color: #323E48; }
        ul.polls-list li:nth-child(2n + 1) .poll-icon-container img {
          opacity: 0; }
      ul.polls-list li:nth-child(2n + 1) button.open-poll,
      ul.polls-list li:nth-child(2n + 1) .poll-response-alternatives li {
        background-color: #323E48;
        color: #5EB3E4; }
        ul.polls-list li:nth-child(2n + 1) button.open-poll:hover,
        ul.polls-list li:nth-child(2n + 1) .poll-response-alternatives li:hover {
          color: #329edd; }
      ul.polls-list li:nth-child(2n + 1) .poll-meta-inner {
        background: #323E48; }
        ul.polls-list li:nth-child(2n + 1) .poll-meta-inner p {
          color: #323E48; }
    ul.polls-list li:nth-child(2n + 2) {
      background-color: #F89ABA; }
      ul.polls-list li:nth-child(2n + 2) p {
        color: #373e42; }
      ul.polls-list li:nth-child(2n + 2) .poll-icon-container {
        background: url("../images/icon-result-white-needle.svg") top center no-repeat;
        background-size: contain; }
        ul.polls-list li:nth-child(2n + 2) .poll-icon-container:after {
          border-color: #373e42; }
        ul.polls-list li:nth-child(2n + 2) .poll-icon-container img {
          opacity: 0; }
      ul.polls-list li:nth-child(2n + 2) button.open-poll,
      ul.polls-list li:nth-child(2n + 2) .poll-response-alternatives li {
        background-color: #373e42;
        color: #F89ABA; }
        ul.polls-list li:nth-child(2n + 2) button.open-poll:hover,
        ul.polls-list li:nth-child(2n + 2) .poll-response-alternatives li:hover {
          color: #f56a99; }
      ul.polls-list li:nth-child(2n + 2) .poll-meta-inner {
        background: #373e42; }
        ul.polls-list li:nth-child(2n + 2) .poll-meta-inner p {
          color: #373e42; }
    ul.polls-list li .poll-icon-container {
      padding-bottom: 35px;
      max-width: 100px;
      margin: 0 auto 30px;
      position: relative; }
      ul.polls-list li .poll-icon-container:after {
        left: -50px;
        right: -50px;
        top: 100%;
        border-bottom: 10px solid #ebebeb;
        position: absolute;
        content: ""; }
      ul.polls-list li .poll-icon-container img {
        width: 100%;
        height: auto;
        max-width: 100px;
        max-height: 100px;
        margin: auto; }
    ul.polls-list li p.poll-question {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.3em;
      font-weight: 700;
      font-family: "Poppins";
      font-style: italic;
      letter-spacing: -0.025em; }
      @media (min-width: 960px) {
        ul.polls-list li p.poll-question {
          font-size: 1.7em; } }
    ul.polls-list li .poll-meta-container {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 2; }
      ul.polls-list li .poll-meta-container:hover .info-icon, ul.polls-list li .poll-meta-container:focus .info-icon, ul.polls-list li .poll-meta-container.open .info-icon {
        opacity: 1; }
      ul.polls-list li .poll-meta-container:hover .poll-meta-inner, ul.polls-list li .poll-meta-container:focus .poll-meta-inner, ul.polls-list li .poll-meta-container.open .poll-meta-inner {
        margin-top: 40px;
        opacity: 1;
        max-height: 400px;
        padding: 0.5em 1em 0.25em; }
      ul.polls-list li .poll-meta-container .info-icon {
        display: block;
        border-radius: 50%;
        width: 2em;
        height: 2em;
        position: absolute;
        top: 0px;
        right: 0px;
        font-family: "serif";
        background: #373e42;
        color: #5EB3E4;
        opacity: 0.25;
        transition: opacity 0.25s; }
        ul.polls-list li .poll-meta-container .info-icon .icon-inner {
          padding: 5px;
          display: block; }
      ul.polls-list li .poll-meta-container .poll-meta-inner {
        transition: margin 0.25s 0s, opacity 0.25s 0s;
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
        text-align: right;
        padding: 0; }
    ul.polls-list li p.date {
      font-size: 0.85em;
      margin-bottom: 0.15em; }
    ul.polls-list li .editorial-text-container p {
      color: #373e42; }
    ul.polls-list li button.open-poll {
      margin-top: 0.5em;
      font-size: 1.2em;
      padding-left: 1.25em;
      padding-right: 1.25em;
      transition: padding 0.25s;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.045em; }
      ul.polls-list li button.open-poll:hover {
        padding-left: 1.55em;
        padding-right: 1.55em; }
      @media (min-width: 960px) {
        ul.polls-list li button.open-poll {
          font-size: 1.5em; } }
    ul.polls-list li ul.poll-response-alternatives {
      text-align: center; }
      ul.polls-list li ul.poll-response-alternatives[data-size="2"] li, ul.polls-list li ul.poll-response-alternatives[data-size="3"] li {
        display: inline-block;
        width: auto;
        margin: 0.5em; }
      ul.polls-list li ul.poll-response-alternatives li {
        padding: 0.45em 1em;
        cursor: pointer;
        display: block;
        margin: 0.5em auto;
        width: 100%;
        max-width: 300px; }

section.single-poll {
  padding-top: 5vh;
  display: flex;
  align-items: center; }
  section.single-poll .single-poll-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 55px; }
    section.single-poll .single-poll-container h2 {
      color: #5EB3E4;
      font-weight: 700; }
    section.single-poll .single-poll-container .single-poll-content-row {
      width: 100%;
      margin: auto;
      max-width: 1100px; }
      section.single-poll .single-poll-container .single-poll-content-row.quicknav {
        background: #fff;
        padding: 10px 0px;
        position: relative;
        font-size: 12px; }
        section.single-poll .single-poll-container .single-poll-content-row.quicknav.mobile-only {
          display: none; }
          @media (max-width: 767px) {
            section.single-poll .single-poll-container .single-poll-content-row.quicknav.mobile-only {
              display: block;
              margin-bottom: 1.5em; } }
        section.single-poll .single-poll-container .single-poll-content-row.quicknav > div {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
        section.single-poll .single-poll-container .single-poll-content-row.quicknav .poll-position {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%); }
        section.single-poll .single-poll-container .single-poll-content-row.quicknav .nav-notification {
          margin-bottom: 0;
          text-align: center; }
        section.single-poll .single-poll-container .single-poll-content-row.quicknav .btn {
          font-size: 12px; }
  section.single-poll ul#poll-response-alternatives {
    padding-left: 40px;
    margin-top: 60px;
    margin-bottom: 30px; }
    section.single-poll ul#poll-response-alternatives li {
      padding-left: 2em;
      position: relative;
      font-size: 18px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 50px;
      max-width: 840px; }
      section.single-poll ul#poll-response-alternatives li:before {
        position: absolute;
        left: -38px;
        top: -10px;
        bottom: 0px;
        height: 57px;
        width: 57px;
        border: 1px solid #373e42;
        border-radius: 50%;
        content: "";
        background: #fff; }
      section.single-poll ul#poll-response-alternatives li.active:before, section.single-poll ul#poll-response-alternatives li.active:hover:before {
        border: 10px solid #5EB3E4; }
      section.single-poll ul#poll-response-alternatives li:hover {
        cursor: pointer; }
        section.single-poll ul#poll-response-alternatives li:hover:before {
          border: 1px solid #5EB3E4; }
  section.single-poll .followup-container {
    padding-top: 1em;
    padding-bottom: 1em;
    font-style: italic; }
  section.single-poll .archived-statistics {
    border-top: 1px solid #5EB3E4; }
    section.single-poll .archived-statistics .col {
      padding-left: 0px;
      padding-right: 0px; }
  section.single-poll .statistics {
    padding-top: 15px;
    padding-bottom: 15px; }
    section.single-poll .statistics p {
      margin-bottom: 0; }
    section.single-poll .statistics.inverted .previous-poll-result-container .outline {
      background: #ebebeb; }
    section.single-poll .statistics.inverted .previous-poll-result-container .bar {
      background-color: #373e42; }
      section.single-poll .statistics.inverted .previous-poll-result-container .bar span.bar-text {
        color: #373e42; }
    section.single-poll .statistics .previous-poll-result-container .entry {
      margin-bottom: 1.5em; }
      section.single-poll .statistics .previous-poll-result-container .entry label {
        margin-bottom: 0; }
    section.single-poll .statistics .previous-poll-result-container .outline {
      background: #ebebeb;
      max-width: 80%; }
    section.single-poll .statistics .previous-poll-result-container .bar {
      height: 30px;
      position: relative;
      background-color: #323E48; }
      section.single-poll .statistics .previous-poll-result-container .bar span.bar-text {
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 5px; }

section   {
  position: relative; }

.gdpr-info {
  margin-top: 1em;
  font-size: 0.8em; }

div.footer {
  background: #ebebeb;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: column; }
  @media (min-width: 960px) {
    div.footer {
      flex-direction: row;
      padding-bottom: 80px; } }
  div.footer .footer-col {
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      div.footer .footer-col {
        padding: 10px 15px; } }
    div.footer .footer-col img {
      width: 100px;
      height: auto; }
      @media (max-width: 767px) {
        div.footer .footer-col img {
          width: 70px; } }
    div.footer .footer-col p {
      margin: 0;
      font-size: 14px; }
      @media (max-width: 767px) {
        div.footer .footer-col p {
          font-size: 11px;
          text-align: center; } }
/* Transitions */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s, transform 0.6s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.slide-enter-active,
.slide-leave-active {
  transition: all 0.5s; }

.slide-enter {
  transform: translateX(100%); }

.slide-leave-to {
  transform: translateX(-100%); }
