@charset "UTF-8";
.pds-answer {
  transition: 1s;
  padding: 0 !important;
  margin-top: -15px !important;
  height: 0;
  overflow: hidden;
}
.pds-vote,
.pds-answer {
  height: 0;
  overflow: hidden;
}
.pds-box {
  width: 100% !important;
  font-size: 18px;
  background: #ececec !important;
  line-height: 1.5;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  font-size: 1rem !important;
  overflow: hidden;
  transition: .2s all;
  cursor: pointer;
}
.pds-box.css-box {
  transition: .2s all;
}
.pds-box.css-box:before {
  content: 'Klikk her for å stemme!';
  max-height: 50px;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  padding: .25rem;
  background: #f1ca3f;
  font-weight: bold;
  color: black;
}
.pds-box.css-box:hover {
  transform: scale(0.98);
  opacity: .9;
}
.pds-box.css-box .pds-question-top {
    padding-bottom: 73% !important;
}
.pds-box:not(.css-box) .pds-question-top {
  padding-bottom: 32% !important;
  height: 0;
}
.pds-box .pds-answer-group {
  margin-bottom: 0 !important;
}
.pds-box .pds-question-top {
  background: #d60000;
  height: 8.4375rem;
  height: 11.4rem;
  background-image: url("//files.dbstatic.no/aarets/2021/samlebilde2021___.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 15px;
  padding: 0;
  line-height: 11;
  color: white  !important;    
  text-align: center;
}
.pds-box .pds-question-top > div {
    display: none;
    color: white !important;    
}
.pds-box .pds-answer-row {
  padding: 20px !important;
  border-bottom: 1px solid #cecece;
  position: relative;
  line-height: 1.4 !important;
  display: block !important;
}
.pds-box .pds-answer-row .pds-answer-input {
  display: block !important;
  position: absolute !important;
  left: 20px;
  top: 20px !important;
}
.pds-box .pds-answer-row .pds-input-label {
  display: block; 
  margin: 0;
  transition: .2s all;
  cursor: pointer;
}
.pds-box .pds-answer-row .pds-input-label:hover {
  opacity: .8;
}
@media screen and (min-width: 768px) {
  .pds-box .pds-answer-row .pds-input-label:hover img {
    transform: scale(1.05);
    box-shadow: 0 0.3px 0.5px rgba(0, 0, 0, 0.02), 0 0.8px 1.1px rgba(0, 0, 0, 0.028), 0 1.5px 2.1px rgba(0, 0, 0, 0.035), 0 2.7px 3.8px rgba(0, 0, 0, 0.042), 0 5px 7.1px rgba(0, 0, 0, 0.05), 0 12px 17px rgba(0, 0, 0, 0.07);
  }
}
.pds-box .pds-answer-row .pds-input-label strong {
  display: block;
  padding-left: 20px;
}
.pds-box .pds-answer-row .pds-answer-span img {
  float: right;
  height: 100px;
  width: 100px;
  margin: 0px 0px 10px 10px;
  border-radius: 3px;
  transition: .2s all;
  box-shadow: 0 0.2px 0.3px rgba(0, 0, 0, 0.02), 0 0.4px 0.7px rgba(0, 0, 0, 0.028), 0 0.8px 1.3px rgba(0, 0, 0, 0.035), 0 1.3px 2.2px rgba(0, 0, 0, 0.042), 0 2.5px 4.2px rgba(0, 0, 0, 0.05), 0 6px 10px rgba(0, 0, 0, 0.07);
}
.pds-vote {
  padding-top: 0 !important;
}
.pds-vote-button {
  width: calc(100% - 30px);
  margin: 1rem auto;
  border: none !important;
  background: #d60000 !important;
  padding: 15px !important;
  color: white !important;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: .2s all;
}
.pds-vote-button:hover {
  background: #a30000 !important;
  color: white !important;
}
.pds-links {
    display:none !important;
    opacity: .2;
    margin: 0 !important;
}

