/* temporär */
.wb-choose-topic__description { padding: 1em 30px; color: #111111; background: #ffffff; }
.wb-choose-topic__description p,
.wb-choose-topic__description ol,
.wb-choose-topic__description ul { margin: 0; padding: .5rem 0; }
.wb-choose-topic__description ol,
.wb-choose-topic__description ul { padding-left: 17px; }
.wb-choose-topic__description ul { list-style: disc; }
.wb-choose-topic__description ul > ul { list-style: circle; }
.wb-choose-topic__description ul > ul > ul { list-style: square; }

.wb-choose-topic__examples { padding-bottom: .5rem; color: #535456; font-style: normal; }
.wb-choose-topic__examples:last-child,
.wb-choose-topic__examples p:first-child { padding-bottom: 0; }

.wb-report-please-specify__input { width: 100% !important; height: 2rem; }
.wb-report-please-specify__select { width: 100% !important; height: 2rem; }
.wb-report-please-specify__textarea { width: 100% !important; min-height: 4rem; }

ol.wb-list-style-none { list-style: none; }
ol.wb-list-style-lower-roman { list-style: lower-roman; }
ol.wb-list-style-upper-roman { list-style: upper-roman; }
ol.wb-list-style-lower-latin { list-style: lower-latin; }
ol.wb-list-style-upper-latin { list-style: upper-latin; }

ul.wb-list-style-none { list-style: none; }
ul.wb-list-style-disc { list-style: disc; }
ul.wb-list-style-circle { list-style: circle; }
ul.wb-list-style-square { list-style: square; }
/* temporär ende */


.wb-page-header__image {
  width: 100%;
}


/*
.wb-page-header {
  height: calc(62px + 1rem);
}
.wb-page-header__image {
  width: 100%;
  height: 100%;
  max-height: 60px;
  max-width: inherit;
}
@media (min-width: 768px) {
  .wb-page-header {
    height: calc(97px + 2rem);
  }
  .wb-page-header__image {
    max-height: 95px;
  }
}
*/