/* Undervisningsmateriell */
.undervWrapper {
  padding-top: 3em;
}
.undervWrapper .btnBeige {
  border-color: #473118;
}
.undervTop {
  padding: 2em 0 0;
  max-width: 700px;
}
.undervTop h4 {
  margin-bottom: 0.25rem;
}
.undervTop .btnStd {
  display: inline-block;
}
.undervListe {
  margin: 2em 0;
  padding-top: 2em;
  border-top: 4px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.undervListe h3 {
  flex-basis: 100%;
}
.undervListeElement {
  background: #fff;
  padding: 1em;
  text-align: center;
  flex-basis: calc(25% - 1em);
  margin-right: 1em;
  margin-bottom: 1em;
}
.undervListeElement:nth-child(4n + 1) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .undervListeElement {
    flex-basis: calc(50% - 0.66em);
  }
  .undervListeElement:nth-child(2n + 1) {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .undervListeElement {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.undervContentWrapper {
  margin-bottom: 2em;
}
@media (min-width: 900px) {
  .undervContentWrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.undervContentSection {
  padding: 2em 2em 1em;
  margin-top: 1em;
  background: #fff;
}
.undervContentSection .btnStd {
  margin-top: 0.5em;
}
.undervContentSection article {
  margin: 1em 0 0 ;
}
.undervContentSection ul {
  margin-left: 1.2em;
}
@media (min-width: 900px) {
  .undervContentSection.mainContent {
    flex-basis: 65%;
  }
  .undervContentSection.sideContent {
    flex-basis: 30%;
    margin-left: 5%;
  }
}
.undervVideo {
  position: relative;
  width: 100%;
  height: 45vw;
}
@media (min-width: 900px) {
  .undervVideo {
    height: 30vw;
  }
}
@media (min-width: 1200px) {
  .undervVideo {
    height: 360px;
  }
}
.undervContentTitle {
  position: relative;
  margin: 2em 0 0.5em;
  padding-top: 0.5em;
  border-top: 4px solid #473118;
}
.undervContentTitle:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
/* Quiz */
.undervQuizOverlegg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5000;
  overflow-y: scroll;
}
.undervQuizOverlegg .btnClose {
  position: absolute;
  top: 1em;
  right: 1em;
}
.quizWrapper {
  box-sizing: border-box;
  margin: 3em auto 2em;
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 0 2em #000;
  overflow: hidden;
}
.quizWrapper .stdCloseBtn {
  position: absolute;
  top: 1em;
  right: 1em;
}
.quizTittel {
  padding: 2rem 2rem 1rem;
}
.quizElementWrapper {
  display: flex;
  flex-wrap: nowrap;
}
.quizElement {
  flex-basis: 100%;
  max-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 1em 2em;
}
.quizElement h5 {
  font-size: 1em;
  color: #00391b;
  padding: 0.5em;
  border-radius: 0.5em;
  margin: 0 -0.5em 1em;
}
.quizElement h4 {
  margin: 1em 0;
  font-size: 1.5em;
  color: #000;
}
.quizSvar {
  margin: 1em 0 0;
  padding: 0.6em 0 0 3rem;
  min-height: 2em;
  font-weight: bold;
  cursor: pointer;
}
.quizSvar:before {
  font-family: 'klimakokkene';
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.65em;
  color: #fff;
  background: #fff;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1.25em;
  border: 1px solid #00391b;
  border-radius: 50%;
}
.quizSvar.checked {
  color: #00391b;
}
.quizSvar.checked:before {
  background: #00391b;
  content: "\e903";
}
.quizSpmBilde {
  text-align: center;
  background: #eee;
  margin-bottom: 1em;
}
.quizSpmBilde img {
  max-width: 100%;
  max-height: 60vh;
}
.svarBildeHolder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.quizSvarBilde {
  margin-right: 2em;
  border: 1px solid #00391b;
  border-radius: 0.5em;
  padding: 1.25em;
}
.quizSvarBilde:before {
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
}
.quizSvarBilde img {
  max-width: 100%;
  max-height: 180px;
}
@media (max-width: 540px) {
  .quizSvarBilde {
    flex-basis: calc(50% - 0.5em);
  }
  .quizSvarBilde:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 540px) {
  .quizSvarBilde {
    flex-basis: calc(33% - 0.66em);
  }
}
.quizBtns {
  /*	position: absolute;
	bottom: 2em;
	left: 1em;
	right: 1em;
*/
  margin: 1em -1em;
  display: flex;
  justify-content: flex-end;
}
.quizBtns .btnStd {
  margin-right: 1em;
}
@media (max-width: 719px) {
  .quizBtns {
    font-size: 0.75em;
  }
}
.quizBtns .btnBeige {
  border-color: #473118;
}
.quizFerdig h3 {
  margin-bottom: 0.5em;
}
.resultat .quizSvar {
  cursor: default;
  color: #777;
}
.resultat .quizSvar[data-val="1"] {
  color: #009f4c;
}
.resultat .rettSvar:before {
  background: #009f4c;
}
.resultat .quizSvarBilde[data-val="1"] {
  border: 3px solid #009f4c;
}
