@charset "UTF-8";
* {
  font-family: "Source Sans Pro", sans-serif; }

p {
  line-height: 1.5; }

html {
  font-size: 16px; }

body {
  margin: unset; }

video {
  max-width: 100%; }

blockquote {
  background-repeat: no-repeat;
  display: block;
  font-weight: 300;
  font-family: "questa-grande";
  font-style: italic;
  margin-left: 0;
  max-width: 500px;
  display: flex;
  font-size: 1.3em; }
  blockquote * {
    font-weight: 300;
    font-family: "questa-grande";
    font-style: italic; }
  blockquote::before {
    content: url("/media/layout/quote.svg");
    margin-right: 20px;
    display: block; }
  @media only screen and (max-width: 900px) {
    blockquote {
      margin-right: 0; } }

@media only screen and (max-width: 900px) {
  .mobile__width__section {
    width: 90% !important;
    margin: auto; } }

.photo__credit, .single__image p {
  margin-top: 0px;
  text-align: right;
  margin-right: 10px;
  color: #A1A1A1;
  font-size: 0.75em;
  font-style: italic; }

.desktop__only {
  display: inherit; }
  @media only screen and (max-width: 900px) {
    .desktop__only {
      display: none; } }

.mobile__only {
  display: none; }
  @media only screen and (max-width: 900px) {
    .mobile__only {
      display: inherit; } }

.btn-pink, .single__row__element__button, .single__teacher__href .single__teacher__href__button {
  text-decoration: none; }
  .btn-pink *, .single__row__element__button *, .single__teacher__href .single__teacher__href__button * {
    background-color: #F52758;
    width: 100px;
    color: white;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    font-size: 1.125em;
    margin: auto;
    text-align: center;
    font-weight: 300; }

.hide {
  display: none !important; }

.flex {
  display: flex !important; }

.block {
  display: block !important; }

.border__hide {
  border: unset !important; }

.fill__red * {
  fill: #F52758 !important; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.noselect__inherit {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .noselect__inherit * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.flair, .flair__subject__5, .flair__subject__6, .flair__subject__14 {
  padding: 4px 8px;
  border-radius: 6px;
  color: white !important;
  font-weight: 500 !important;
  margin-right: 0.25em; }

.flair__subject__5 {
  background-color: #F52758; }

.flair__subject__6 {
  background-color: #194866; }

.flair__subject__14 {
  background-color: #414141; }

.btn {
  border-radius: 4px;
  background-color: #F52758;
  margin-bottom: 20px;
  margin-top: 40px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn a {
    text-decoration: none; }
  .btn p {
    color: white;
    padding: 0px 17px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; }
    @media only screen and (max-width: 900px) {
      .btn p {
        margin: 10px; } }

#search__bar {
  margin-bottom: 200px;
  width: 500px; }

#result__container {
  position: absolute;
  width: 491px;
  border: 1px solid #c9c9c9;
  padding: 4px 0px 20px 4px; }

#searchTags {
  width: 440px; }

#results {
  list-style: none;
  margin: unset;
  padding: unset; }
  #results li:hover, #results li:focus {
    background-color: gray; }
  #results li a {
    padding-top: 4px;
    display: block;
    color: black;
    text-decoration: none; }

#ie__popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(63, 63, 63, 0.64);
  z-index: 999999; }

.ie__popup__inner {
  position: fixed;
  top: calc(50vh - 225px);
  left: calc(50vw - 400px);
  z-index: 999999;
  background-color: white;
  max-width: 800px;
  max-height: 450px; }

.ie__popup__inner__exit {
  cursor: pointer;
  top: 5px;
  right: 5px;
  width: 32px;
  position: absolute; }

.ie__popup__inner__text {
  padding: 0px 24px; }
  .ie__popup__inner__text h1 {
    border-bottom: 1px solid #E3EBEC;
    color: #9e005d;
    font-family: "questa-grande"; }

.ie__popup__inner__options {
  display: flex;
  padding: 30px 0px; }

.ie__popup__inner__options__item {
  width: 33.3%;
  text-align: center; }

.ie__popup__inner__options__item__image {
  width: 60%;
  margin: auto; }

.ie__popup__inner__options__item__text {
  text-align: center; }

.single__title {
  margin: auto;
  padding-bottom: 22px;
  text-align: center;
  margin-top: 100px; }
  .single__title h1 {
    font-weight: bold;
    font-size: 2.5em;
    font-family: "questa-grande"; }
  .single__title h4 {
    font-size: 1.5em;
    font-weight: 300; }

.single__split {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 200px;
  align-items: start;
  padding-bottom: 80px; }
  @media only screen and (max-width: 900px) {
    .single__split {
      display: block;
      width: 100%;
      padding-bottom: 0; } }

.single__text {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 200px; }
  .single__text h2 {
    font-size: 2.1875em; }
  .single__text h1, .single__text h2, .single__text h3, .single__text h4, .single__text h5, .single__text h6 {
    font-family: "questa-grande";
    margin-bottom: unset; }
  .single__text p {
    font-size: 1.25em;
    font-weight: 300; }

.single__text__fill {
  width: 200px;
  grid-column: 2/3; }

.single__contributors {
  grid-column: 2/3; }
  .single__contributors a {
    display: block;
    text-align: center;
    margin: 40px 0px; }
  .single__contributors img {
    max-width: 200px;
    width: 80%; }
  .single__contributors h3 {
    font-size: 1.5625em;
    text-align: center;
    font-weight: 500; }

.single__index__partners {
  padding-bottom: 5; }

.single__partners {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap; }

.single__partners__one {
  width: 20%;
  margin: 2.4%;
  position: relative;
  max-width: 200px; }

.single__partners__one__link {
  display: block;
  width: 100%;
  padding: 10px; }

.single__partners__one__image {
  max-width: 100%;
  width: calc(100% - 20px);
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.single__row {
  background-color: #E3EBEC;
  padding-top: 70px;
  padding-bottom: 116px; }
  @media only screen and (max-width: 900px) {
    .single__row {
      padding-top: 30px; } }

.single__row__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .single__row__inner {
      display: inline-block;
      margin: auto;
      width: 100%;
      text-align: center; } }

.single__row__element {
  width: 33.3%;
  margin: 20px;
  text-align: center;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 900px) {
    .single__row__element {
      display: inline-block;
      min-width: 300px;
      vertical-align: top; } }
  .single__row__element p {
    margin-bottom: unset;
    max-width: 280px;
    margin: auto;
    margin-top: 0; }
  .single__row__element h3 {
    font-size: 1.875em;
    position: relative;
    padding-bottom: 20px;
    font-weight: 500;
    font-family: "questa-grande"; }
    .single__row__element h3:before {
      content: "";
      position: absolute;
      left: 25%;
      bottom: -10px;
      height: 1px;
      width: 50%;
      border-bottom: 1px solid #F52758; }

.single__row__element__button {
  margin-top: 30px; }
  .single__row__element__button a {
    display: inline-block;
    text-decoration: unset; }
  .single__row__element__button p {
    color: white;
    margin: unset;
    padding: 12px 24px;
    min-width: 150px; }
  .single__row__element__button * {
    width: unset;
    height: unset; }

.single__image {
  margin-bottom: 67px; }
  @media only screen and (max-width: 900px) {
    .single__image {
      margin-bottom: 0;
      margin-top: 40px; } }

.single__image__img {
  max-width: 100%;
  height: auto; }

.single__teacher {
  max-width: 254px;
  grid-column: 2/3;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 900px) {
    .single__teacher {
      max-width: 450px;
      width: 80%;
      margin: auto; } }
  .single__teacher p {
    line-height: 1.2; }
  .single__teacher > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px; }

.assignment__file__wrapper .btn-pink *, .assignment__file__wrapper .single__row__element__button *, .assignment__file__wrapper .single__teacher__href .single__teacher__href__button *, .single__teacher__href .assignment__file__wrapper .single__teacher__href__button * {
  width: unset;
  max-width: 250px;
  margin-bottom: 10px; }

.single__teacher__href {
  text-align: center;
  margin-top: 15px; }
  .single__teacher__href .single__teacher__href__button * {
    width: unset !important; }
  .single__teacher__href .single__teacher__href__button p {
    color: white;
    margin: unset;
    padding: 5px 24px;
    display: inline-block; }

.single__teacher__assignments__lightbulb {
  width: 91px;
  background-color: #FFCD45;
  padding: 4px;
  border-radius: 50%;
  margin: auto; }

.single__teacher__assignments__titel h3 {
  color: #F52758;
  font-family: "questa-grande";
  font-size: 1.25em;
  margin-bottom: unset;
  margin-top: 24px; }

.single__teacher__assignments__body p {
  color: #194866;
  font-size: 1.125em;
  font-weight: 300; }

.single__teacher__heritage, .single__teacher__video {
  background-color: #194866;
  padding: 12px;
  padding-left: 18px;
  padding-right: 18px; }

.single__teacher__heritage__title h3, .single__teacher__video h3 {
  font-family: "questa-grande";
  font-size: 1.25em;
  color: white;
  text-align: center;
  margin-top: 24px; }
.single__teacher__heritage__title p, .single__teacher__video p {
  color: white;
  font-size: 1.125em;
  font-weight: 300; }

.single__teacher__heritage__map {
  text-align: center; }
  .single__teacher__heritage__map img {
    max-width: 109px; }

.single__teacher__heritage__body {
  margin: auto; }
  .single__teacher__heritage__body p {
    font-size: 1.125em;
    font-weight: 300;
    color: white; }

.single__row__full__inner {
  max-width: 640px;
  margin: auto;
  padding-top: 55px; }

.single__row__full__inner__header h2 {
  color: #F52758;
  font-family: "questa-grande";
  font-weight: bold;
  font-size: 2.8125em;
  text-align: center;
  margin-top: 26px;
  margin-bottom: unset; }
  @media only screen and (max-width: 900px) {
    .single__row__full__inner__header h2 {
      font-size: 1.65em; } }

.single__row__full__inner__text {
  font-weight: 300;
  color: #194866;
  text-align: center;
  font-size: 1.875em;
  margin-top: 26px;
  margin-bottom: 11px; }
  @media only screen and (max-width: 900px) {
    .single__row__full__inner__text {
      font-size: 1.25em; } }

/*
 *
 *	Assignment
 *	- entry/assignments 
 *	- _assignment
 *
 *	Denne sass filen innholder stilene til oppgave-sidene
 *
 *
 */
.assignment {
  padding-top: 146px; }
  @media only screen and (max-width: 900px) {
    .assignment {
      padding-top: 0px; } }

.assignment__grid {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-gap: 40px;
  width: 80%;
  margin: auto;
  max-width: 1024px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 900px) {
    .assignment__grid {
      display: block;
      width: 100%;
      grid-gap: 33px; }
      .assignment__grid > div {
        width: 100%;
        padding: 0px 25px;
        margin: auto; } }
    @media only screen and (max-width: 900px) and (max-width: 900px) {
      .assignment__grid > div {
        padding: 0px; } }

.assignment__grid__media {
  position: relative;
  grid-column: 1/3; }
  .assignment__grid__media img {
    width: 100%;
    height: auto;
    cursor: pointer; }
  .assignment__grid__media iframe {
    width: 100%;
    height: 600px; }
  .assignment__grid__media p {
    text-align: right;
    margin-top: 0px;
    position: absolute;
    right: 0;
    font-size: 0.75em;
    font-weight: 100;
    font-style: italic; }

#assignment__pdf__canvas {
  height: 700px; }

.assignment__grid__media__sutori {
  height: 600px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #E3EBEC;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__media__sutori {
      max-height: 400px;
      width: 80%;
      margin: auto;
      margin-top: 90px; } }

.assignemnt__sutori__down__arrow {
  text-align: center;
  position: absolute;
  bottom: 0%;
  font-size: 50pt;
  color: white;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 70;
  line-height: 0.8; }

.assignment__grid__media__lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
  align-items: center;
  justify-content: center;
  z-index: 99999;
  cursor: pointer; }

.assignment__grid__media__lightbox__image {
  max-width: 95vw;
  max-height: 95vh;
  width: auto !important; }

.assignment__grid__title {
  grid-column: 1/3;
  text-align: center; }
  .assignment__grid__title h1 {
    font-size: 2.5em;
    margin-top: 77px;
    margin-bottom: unset;
    font-family: "questa-grande"; }

.assignment__grid__ingress {
  grid-column: 1/3;
  text-align: center; }
  .assignment__grid__ingress h2 {
    font-weight: 300;
    font-size: 1.68em;
    margin-top: 39px;
    margin-bottom: 40px; }

.assignment__grid__sidebar {
  align-self: end;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__sidebar {
      order: 4; } }

.assignment__grid__meta {
  grid-column: 1/3; }

.assignment__grid__meta__inner {
  border-top: 1px solid #E3EBEC;
  border-bottom: 1px solid #E3EBEC;
  display: grid;
  grid-template-columns: 3fr 1.5fr 3fr 1.5fr 1fr 1fr;
  align-items: baseline; }
  .assignment__grid__meta__inner a {
    text-decoration: unset;
    color: black;
    font-weight: 300; }
  .assignment__grid__meta__inner p {
    font-weight: 300; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__meta__inner {
      padding-bottom: 15px;
      padding-top: 15px;
      display: flex;
      flex-direction: column; }
      .assignment__grid__meta__inner > div {
        margin-left: 5% !important; }
      .assignment__grid__meta__inner p {
        height: 30px;
        margin: 4px 0px; }
      .assignment__grid__meta__inner * {
        margin-left: 0 !important; } }

.assignment__grid__meta__inner__cources p {
  padding-left: 30px;
  text-transform: uppercase;
  background: url("/media/layout/book2x.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 22px; }

.assignment__grid__meta__inner__time {
  align-content: center;
  margin: auto; }
  .assignment__grid__meta__inner__time p {
    background-image: url("/media/layout/stopwatch2x.png");
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: 17px;
    background-position: left;
    text-transform: uppercase; }
    @media only screen and (max-width: 900px) {
      .assignment__grid__meta__inner__time p {
        padding-left: 35px; } }

.assignment__grid__meta__inner__ageGroup {
  align-content: center;
  margin: auto; }
  .assignment__grid__meta__inner__ageGroup p {
    background-image: url("/media/layout/Trinn2x.png");
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 25px;
    background-position: left;
    text-transform: uppercase; }

.assignment__grid__meta__inner__share {
  align-content: center;
  margin: auto;
  position: relative;
  cursor: pointer; }
  .assignment__grid__meta__inner__share p {
    background-image: url("/media/layout/share-alt.png");
    background-repeat: no-repeat;
    padding-left: 27px;
    background-size: contain;
    text-transform: uppercase; }
    @media only screen and (max-width: 900px) {
      .assignment__grid__meta__inner__share p {
        background-size: 22px;
        background-position-y: 3px; } }

.assignment__grid__meta__inner__share__links {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: rgba(161, 159, 159, 0.54);
  padding: 10px;
  border-radius: 4px;
  top: 41px; }
  .assignment__grid__meta__inner__share__links svg {
    width: 30px;
    padding: 4px; }
    .assignment__grid__meta__inner__share__links svg * {
      fill: white; }
  .assignment__grid__meta__inner__share__links a {
    margin-bottom: 4px; }
  .assignment__grid__meta__inner__share__links .resp-sharing-button {
    border-radius: 4px; }
  .assignment__grid__meta__inner__share__links .resp-sharing-button--facebook {
    background-color: #3b5998; }
    .assignment__grid__meta__inner__share__links .resp-sharing-button--facebook:hover {
      background-color: #2d4373; }
  .assignment__grid__meta__inner__share__links .resp-sharing-button--twitter {
    background-color: #55acee; }
    .assignment__grid__meta__inner__share__links .resp-sharing-button--twitter:hover {
      background-color: #2795e9; }
  .assignment__grid__meta__inner__share__links .resp-sharing-button--email {
    background-color: #777; }
    .assignment__grid__meta__inner__share__links .resp-sharing-button--email:hover {
      background-color: #5e5e5e; }

.assignment__grid__meta__inner__favorite {
  align-content: center;
  margin: auto;
  position: relative;
  cursor: pointer; }
  .assignment__grid__meta__inner__favorite object {
    display: block; }
    .assignment__grid__meta__inner__favorite object svg {
      height: 40px; }
      .assignment__grid__meta__inner__favorite object svg * {
        fill: black; }

.assignment__grid__meta__inner__print {
  align-content: center;
  margin: auto;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__meta__inner__print {
      display: none; } }
  .assignment__grid__meta__inner__print .assignemnt__grid__files__pdf {
    float: right;
    margin-right: 20px;
    cursor: pointer;
    margin-top: unset !important; }

.assignment__grid__time__inner {
  margin-top: 12px;
  padding: 2px 12px;
  display: flex;
  background-color: #9e005d; }
  .assignment__grid__time__inner img {
    width: 32px;
    margin-right: 12px;
    height: 32px;
    align-self: center; }
  .assignment__grid__time__inner p {
    color: white; }

.assignment__grid__learningObjective__single {
  background-color: #ABD675;
  margin-top: 12px;
  padding: 12px; }
  .assignment__grid__learningObjective__single h4 {
    color: white; }
  .assignment__grid__learningObjective__single a {
    text-decoration: none; }
  .assignment__grid__learningObjective__single p {
    color: white; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__learningObjective__single {
      margin-top: 21px;
      margin-bottom: 22px; } }

.assignment__grid__body__select {
  grid-column: 1/2;
  display: flex;
  border-bottom: 0.125em solid #E3EBEC;
  padding-top: 40px; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__body__select {
      margin-top: 40px !important;
      grid-column: 1/3; } }
  .assignment__grid__body__select div {
    margin-right: 2.1875em;
    border-bottom: 0.125em solid #F52758;
    height: 1.9375em;
    margin-bottom: -0.125em; }
  .assignment__grid__body__select p {
    margin: auto;
    color: #194866;
    font-size: 1.125em;
    min-width: 154px;
    text-align: center; }
  .assignment__grid__body__select a {
    text-decoration: none;
    cursor: pointer; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__body__select {
      padding: unset !important;
      margin: 0px 25px; }
      .assignment__grid__body__select div {
        width: 50%;
        margin-right: unset;
        text-align: center; } }
  .assignment__grid__body__select .triangle {
    bottom: -0.325em;
    width: 1px;
    border-top: 14px solid #F52758;
    position: relative;
    border-left: 10px solid transparent;
    margin: auto;
    border-right: 10px solid transparent;
    border-bottom: unset; }
  .assignment__grid__body__select .border__inactive {
    border-bottom: 2px solid #E3EBEC !important; }
    .assignment__grid__body__select .border__inactive div {
      border-top: 14px solid #E3EBEC !important; }

@media only screen and (max-width: 900px) {
  .assignment__grid__body__fill {
    display: none; } }

.assignment__grid__body__content {
  margin-top: 36px; }

.assignment__grid__body__content__border {
  grid-column: 1/3;
  border-bottom: 1px solid #E3EBEC; }

.assignment__grid__body__content__teacher {
  display: grid;
  grid-template-columns: 2.5fr 5fr;
  grid-column-gap: 91px; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__body__content__teacher {
      display: block; } }
  .assignment__grid__body__content__teacher > h2 {
    font-family: "questa-grande";
    font-size: 1.5625em; }

.assignment__text__teacher__instruction {
  margin-top: 6px; }
  .assignment__text__teacher__instruction ul li {
    margin-bottom: 10px; }

.assignment__text__teacher__text {
  margin-top: 6px;
  max-width: 90%; }
  .assignment__text__teacher__text ul li {
    margin-bottom: 10px; }

.assignment__grid__body__content__student {
  display: grid;
  grid-template-columns: 1fr; }
  .assignment__grid__body__content__student > h2 {
    font-family: "questa-grande";
    font-size: 1.5625em; }

.assignment__text__student__text {
  margin-top: 6px;
  max-width: 90%; }
  .assignment__text__student__text p {
    font-size: 1.125em; }

.assignment__grid__tips {
  display: flex;
  flex-direction: row; }
  @media only screen and (min-width: 1300px) {
    .assignment__grid__tips {
      margin-bottom: 24px; } }

.assignment__grid__tips__single {
  margin-bottom: 12px;
  background-color: #F52758;
  color: white;
  padding: 12px;
  align-self: start; }

.assignemnt__grid__files {
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 900px) {
    .assignemnt__grid__files {
      order: 5;
      width: calc(100% - 100px) !important;
      padding: 50px !important;
      background-color: #D8F3FB; } }

.assignemnt__grid__files__pdf {
  background-color: #F52758;
  border-radius: 50%;
  padding: 8px;
  margin-top: 7px; }
  .assignemnt__grid__files__pdf img {
    height: 28px; }
  @media only screen and (max-width: 900px) {
    .assignemnt__grid__files__pdf * {
      color: #194866;
      font-size: 1.125em;
      white-space: unset !important; } }
  .assignemnt__grid__files__pdf a {
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-content: center;
    margin-bottom: 20px; }
    .assignemnt__grid__files__pdf a p {
      white-space: nowrap;
      margin: unset;
      margin-left: 8px; }
    .assignemnt__grid__files__pdf a img {
      max-height: 24px; }

#assignemnt__grid__files__pdf__lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 9; }

.assignemnt__grid__files__pdf__lightbox__inner {
  background-color: white;
  position: relative; }
  .assignemnt__grid__files__pdf__lightbox__inner a {
    text-align: center;
    font-weight: bold; }
  .assignemnt__grid__files__pdf__lightbox__inner > div {
    display: flex;
    padding: 40px; }
    .assignemnt__grid__files__pdf__lightbox__inner > div div {
      margin: 0px 12px; }
  .assignemnt__grid__files__pdf__lightbox__inner > img {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer; }

.assignemnt__grid__files__pdf__lightbox__inner__red {
  background-color: #F52758 !important; }

#assignemnt__grid__files__pdf__lightbox__inner__student, #assignemnt__grid__files__pdf__lightbox__inner__teacher {
  display: none; }

#assignemnt__grid__files__pdf__lightbox__inner__student .assignemnt__grid__files__file {
  border: 3px solid #F52758; }

#assignemnt__grid__files__pdf__lightbox__inner__teacher .assignemnt__grid__files__file {
  border: 3px solid white; }

.assignemnt__grid__files__pdf__lightbox__inner__toggle {
  position: absolute;
  top: -37px;
  padding: unset !important;
  z-index: 9999; }
  .assignemnt__grid__files__pdf__lightbox__inner__toggle div:first-child {
    background-color: #F52758; }
    .assignemnt__grid__files__pdf__lightbox__inner__toggle div:first-child p {
      color: white; }
  .assignemnt__grid__files__pdf__lightbox__inner__toggle * {
    margin: unset !important;
    cursor: pointer; }

.assignemnt__grid__files__pdf__lightbox__inner__toggle__option {
  border-radius: 5px 5px 0px 0px;
  background-color: white; }
  .assignemnt__grid__files__pdf__lightbox__inner__toggle__option p {
    font-size: 22px;
    padding: 2px 10px; }

.assignemnt__grid__files__pdf__lightbox__inner__toggle__option__active {
  padding: 0px 4px; }

#assignment__grid__media__lightbox__background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none; }

.assignemnt__grid__files__file {
  border: 3px solid white;
  background-color: #F52758;
  margin-bottom: 12px;
  min-width: 200px;
  border-radius: 4px;
  text-align: center; }
  .assignemnt__grid__files__file a {
    display: block; }
  .assignemnt__grid__files__file p {
    color: white;
    width: auto;
    display: inline-block;
    padding: 0px 12px; }
  .assignemnt__grid__files__file img {
    height: 28px;
    margin-right: 12px;
    vertical-align: middle; }

.assignemnt__grid__files__kahoot {
  margin-bottom: 12px; }
  .assignemnt__grid__files__kahoot a {
    display: block;
    height: 100%; }
  .assignemnt__grid__files__kahoot img {
    border-radius: 4px;
    min-width: 200px;
    width: 100%; }

.assignemnt__grid__files__minecraft {
  border-top: 0.125em solid #e3ebec;
  padding: 12px 0px; }
  .assignemnt__grid__files__minecraft img {
    margin: 12px 0px;
    width: 100%; }
  .assignemnt__grid__files__minecraft .assignemnt__grid__files__file {
    min-width: 180px; }

.assignment__grid__other__assignments__container {
  background-color: #E3EBEC; }

.assignment__grid__other__assignments__grid, .quiz__grid {
  width: 100%;
  grid-column-gap: 40px;
  margin: auto;
  padding-top: 20px; }
  .assignment__grid__other__assignments__grid > h2, .quiz__grid > h2 {
    color: black;
    font-size: 2.5em;
    margin-top: 77px;
    font-family: "questa-grande";
    margin: auto;
    margin-top: 63px;
    margin-bottom: 61px;
    max-width: 1000px; }
    @media only screen and (max-width: 900px) {
      .assignment__grid__other__assignments__grid > h2, .quiz__grid > h2 {
        width: 80%;
        font-size: 2.2em; } }
    @media only screen and (min-width: 1581px) {
      .assignment__grid__other__assignments__grid > h2, .quiz__grid > h2 {
        max-width: 1440px; } }
  @media only screen and (min-width: 1581px) {
    .assignment__grid__other__assignments__grid #entry_list, .quiz__grid #entry_list {
      grid-template-columns: 1fr 1fr 1fr;
      max-width: 1440px; } }
  .assignment__grid__other__assignments__grid .entry_list__item__expanded__small, .quiz__grid .entry_list__item__expanded__small {
    width: 100%;
    margin-top: unset;
    padding-top: 24px;
    margin-top: -16px; }

#assignment__scroll_top {
  margin: 15px auto;
  width: 10em;
  border: 1px solid black;
  text-align: center;
  border-radius: 30px;
  background-image: url("/media/layout/Feather-arrows-arrow-up.svg");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 1.2em center;
  cursor: pointer; }
  #assignment__scroll_top p {
    font-size: 1.25em;
    font-weight: 300;
    margin: 11px 0px; }
  @media only screen and (max-width: 900px) {
    #assignment__scroll_top {
      order: 6;
      margin-top: 60px; } }

.assignemnt__grid__sidebar {
  display: flex;
  flex-direction: column;
  min-width: 239px;
  margin-top: -40px; }
  .assignemnt__grid__sidebar > div {
    margin-bottom: 97px;
    min-height: 239px; }
    @media only screen and (max-width: 900px) {
      .assignemnt__grid__sidebar > div {
        margin-top: 20px;
        margin-bottom: 0; } }

.assignemnt__grid__sidebar__tips {
  position: relative; }

.assignment__grid__sidebar__tips__Decoration {
  background-color: #FFCD45;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  left: -7px;
  padding: 5px; }
  .assignment__grid__sidebar__tips__Decoration img {
    width: 70px;
    height: auto; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__sidebar__tips__Decoration {
      left: 15%; } }

.assignment__grid__sidebar__tips {
  display: flex;
  position: relative; }

.assignment__grid__sidebar__tips__content {
  background-color: #FFCD45;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; }
  @media only screen and (max-width: 900px) {
    .assignment__grid__sidebar__tips__content {
      width: 250px;
      height: 250px;
      margin-left: 15%; } }
  .assignment__grid__sidebar__tips__content h4 {
    text-align: center;
    margin-top: 4px;
    margin-bottom: unset;
    font-size: 1.25em; }
  .assignment__grid__sidebar__tips__content p {
    padding: 20px;
    padding-top: 10px;
    text-align: center;
    margin-top: unset;
    z-index: 9999; }
  .assignment__grid__sidebar__tips__content a {
    color: white; }

.assignemnt__grid__sidebar__objective {
  background-color: #A9E3D9;
  border-radius: 2px;
  position: relative;
  padding: 10px; }
  @media only screen and (max-width: 900px) {
    .assignemnt__grid__sidebar__objective {
      width: 80%;
      margin: auto;
      margin-bottom: 15px !important; } }
  .assignemnt__grid__sidebar__objective a {
    color: white; }

.assignemnt__grid__sidebar__objective__decoration {
  background-color: #A9E3D9;
  border-radius: 50%;
  position: absolute;
  top: -38px;
  left: -24px;
  padding: 10px; }
  .assignemnt__grid__sidebar__objective__decoration img {
    width: 70px;
    height: auto; }

.assignemnt__grid__sidebar__objective__content ul li {
  margin-bottom: 10px; }
.assignemnt__grid__sidebar__objective__content p {
  margin: 0px 25px;
  margin-top: 10px; }
.assignemnt__grid__sidebar__objective__content h4 {
  margin-left: 55px;
  margin-top: 4px;
  margin-bottom: unset;
  font-size: 1.25em; }

.assignemnt__grid__resources {
  padding-top: 23px;
  border-top: 1px solid #E3EBEC;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .assignemnt__grid__resources {
      padding-top: 20px !important;
      width: 80% !important;
      margin-top: 28px !important;
      padding-top: 32px !important; } }

.assignemnt__grid__resources__icon {
  background-color: #ABD675;
  border-radius: 50%;
  padding: 10px;
  height: 64px; }
  @media only screen and (max-width: 900px) {
    .assignemnt__grid__resources__icon {
      align-self: center; } }

.assignemnt__grid__resources__content {
  margin-left: 23px; }

.assignemnt__grid__resources__content__title {
  font-family: "questa-grande";
  font-size: 1.5625em; }

.assignemnt__grid__resources__content__thumbnail {
  display: flex; }
  .assignemnt__grid__resources__content__thumbnail > div {
    margin-right: 10px; }

.assignemnt__grid__resources__content__thumbnail__item {
  position: relative;
  bottom: 0; }
  .assignemnt__grid__resources__content__thumbnail__item:hover .assignemnt__grid__resources__content__thumbnail__info {
    opacity: 1; }
  .assignemnt__grid__resources__content__thumbnail__item a {
    display: block; }
  .assignemnt__grid__resources__content__thumbnail__item img {
    border-radius: 4px; }

.assignemnt__grid__resources__content__thumbnail__info {
  position: absolute;
  background-color: rgba(43, 43, 43, 0.54);
  width: 100%;
  top: 0;
  height: 100%;
  text-align: center;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.assignemnt__grid__resources__content__thumbnail__info__inner {
  display: grid;
  height: 100%;
  align-content: end; }

.assignemnt__grid__resources__content__thumbnail__info__inner__title {
  font-weight: bold;
  font-size: 1.25em; }

.assignemnt__grid__resources__content__thumbnail__info__inner__type p {
  font-weight: 300;
  font-size: 1em;
  color: #E3EBEC;
  margin: unset;
  margin-bottom: 4px; }

.assignemnt__grid__resources__content__links p, .assignemnt__grid__resources__content__links a {
  color: #525252;
  font-style: italic;
  text-decoration: unset; }
  .assignemnt__grid__resources__content__links p:hover, .assignemnt__grid__resources__content__links a:hover {
    text-decoration: underline !important; }

.submitted__form {
  display: flex;
  flex-direction: column; }
  .submitted__form label {
    margin-top: 24px; }

.panel__flex {
  dispaly: flex;
  flex-wrap: wrap; }

.panel__flex__item {
  width: 50%; }

.entry_list__scroll {
  background-color: #E3EBEC;
  padding: 97px 0px; }

#entry_list__scroll_top {
  margin: auto;
  width: 10em;
  border: 1px solid white;
  text-align: center;
  border-radius: 30px;
  background-image: url("/media/layout/Feather-arrows-arrow-up.svg");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 1.2em center;
  cursor: pointer;
  background-color: white;
  box-shadow: 0px 3px 6px #bdccd4;
  width: 233px;
  background-position-x: 20%;
  background-size: 18px; }
  #entry_list__scroll_top p {
    font-size: 1.25em;
    font-weight: 300;
    margin: 6px 0px; }

@media only screen and (max-width: 900px) {
  .entry_list__container {
    padding-top: 34px;
    background-color: #E3EBEC; } }

#entry_list, #quiz_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 80px;
  max-width: 960px;
  margin: auto;
  grid-row-gap: 49px;
  grid-column-gap: 42px; }
  @media only screen and (max-width: 900px) {
    #entry_list, #quiz_list {
      grid-template-columns: 1fr;
      padding-bottom: 0px; } }
  #entry_list a, #quiz_list a {
    text-decoration: none;
    color: black; }
  #entry_list .btn-pink, #entry_list .single__row__element__button, #entry_list .single__teacher__href .single__teacher__href__button, .single__teacher__href #entry_list .single__teacher__href__button, #quiz_list .btn-pink, #quiz_list .single__row__element__button, #quiz_list .single__teacher__href .single__teacher__href__button, .single__teacher__href #quiz_list .single__teacher__href__button {
    margin-bottom: 30px; }

.entry_list__item {
  background-color: white;
  box-shadow: 0px 3px 6px #d0dbe1;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s;
  transition: box-shadow 0.2s; }
  @media only screen and (min-width: 1300px) {
    .entry_list__item:hover {
      box-shadow: 0px 3px 6px #7d7d7d; } }

@media only screen and (max-width: 1130px) {
  .entry_list__item__link {
    text-align: center; } }

.entry_list__item__image {
  position: relative;
  min-height: 237px;
  min-width: 460px; }
  @media only screen and (max-width: 1130px) {
    .entry_list__item__image {
      min-width: unset;
      min-height: unset; }
      .entry_list__item__image a img {
        max-width: 100%; } }
  .entry_list__item__image a {
    display: block; }
  .entry_list__item__image .triangle {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 22px solid white;
    position: absolute;
    bottom: 0;
    left: calc(50% - 14px); }

.entry_list__item__image__favorite {
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  cursor: pointer; }
  .entry_list__item__image__favorite svg {
    width: auto;
    height: 36px;
    margin-top: 11px; }

.entry_list__item__header {
  text-align: center; }

.entry_list__item__header__type {
  margin-top: 23px;
  margin-bottom: 13px;
  font-weight: 300; }

.entry_list__item__header__title {
  margin-bottom: 21px;
  font-family: "questa-grande";
  font-size: 1.25em; }

.entry_list__item__body {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-top: unset; }

.entry_list__item__body__text {
  margin-top: unset;
  font-weight: 300;
  font-size: 1.25em; }

.entry_list__item__meta {
  display: grid;
  border-top: 1px solid #E3EBEC;
  width: 90%;
  margin: auto;
  padding-top: 12px;
  margin: 10px auto;
  height: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center; }
  @media only screen and (max-width: 900px) {
    .entry_list__item__meta {
      width: 100%;
      grid-template-columns: 1fr 0.8fr 1fr; } }
  .entry_list__item__meta > div {
    width: 100%;
    display: flex;
    align-items: center; }
  .entry_list__item__meta * {
    color: #898989;
    font-size: 1em;
    font-weight: 300; }
  .entry_list__item__meta p {
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: center;
    text-align: left;
    margin: auto;
    line-height: 1;
    margin-left: 5px; }

.entry_list__item__meta__course__text {
  background-image: url("/media/layout/book.png");
  line-height: 14px;
  font-size: 0.875em !important; }

.entry_list__item__meta__time__text {
  background-image: url("/media/layout/stopwatch.png");
  background-size: 20px !important;
  padding-top: 5px;
  padding-bottom: 5px; }

.entry_list__item__meta__ageGroup__text {
  background-image: url("/media/layout/Trinn.png"); }

#filter {
  display: flex;
  width: 80%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 60px; }
  @media only screen and (max-width: 900px) {
    #filter {
      flex-direction: column;
      margin-bottom: unset;
      margin-top: 20px; } }
  #filter form {
    width: 30.3%;
    position: relative;
    margin-right: 20px; }
    @media only screen and (max-width: 900px) {
      #filter form {
        width: 100%;
        /* min-height: 82px */ } }
  #filter select {
    width: 100%;
    font-size: 18px;
    height: 54px; }
  #filter p {
    margin-bottom: 8px; }
  #filter img {
    width: 54px;
    height: 54px; }
    @media only screen and (max-width: 900px) {
      #filter img {
        display: none; } }

.filter__dropdown {
  background-color: white;
  min-height: 54px;
  box-shadow: 0px 3px 6px #bdccd4;
  position: absolute;
  width: 100%;
  z-index: 9;
  border: 1px solid #bcbcbc;
  /*&:hover
   * .filter__dropdown__choises
   * 	display: block !important */ }
  @media only screen and (max-width: 900px) {
    .filter__dropdown {
      position: relative; } }
  .filter__dropdown p {
    font-size: 1.125em;
    margin: unset !important;
    padding: 8px 0px;
    padding-left: 8px; }
  .filter__dropdown > .filter__dropdown__choises__option {
    height: 54px; }

.filter__dropdown__choises {
  cursor: pointer; }

.filter__dropdown__choises__selected {
  cursor: pointer; }
  .filter__dropdown__choises__selected:hover {
    background-color: white !important; }
  .filter__dropdown__choises__selected p {
    padding: unset !important;
    padding-left: 8px !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 20px);
    background-image: url("/media/layout/angle-down.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center; }

.filter__dropdown__hover {
  background-color: #e1e1e1; }

.filter__dropdown__choises__option:hover {
  background-color: #e1e1e1; }

.filter__summary {
  width: 80%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 16px;
  display: flex;
  padding-top: 80px; }
  .filter__summary img {
    height: 30px;
    width: 30px;
    align-self: end;
    margin-right: 18px;
    background-color: #F52758;
    border-radius: 50%;
    padding: 8px; }

.filter__summary__inner * {
  margin: unset; }
.filter__summary__inner p {
  font-weight: 300; }

#filter__summary__inner__result__ageGroup {
  display: inline;
  font-size: 1.25em;
  font-weight: 600; }

#filter__ageGroup img {
  margin-left: 16px; }

#filter__cources img {
  margin-left: 16px;
  height: 36px;
  width: auto;
  padding-bottom: 8px;
  padding-top: 10px; }

#filter__summary__inner__result__number {
  display: inline;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1em; }

#filter__btn {
  background-color: #F52758;
  width: 80%;
  max-width: 300px;
  margin: auto;
  cursor: pointer; }
  #filter__btn p {
    margin: auto; }
  #filter__btn a {
    display: block;
    text-align: center;
    padding: 12px 0px;
    color: white;
    font-size: 1.1875em; }

.single__index #filter {
  max-height: 100px; }
  @media only screen and (max-width: 900px) {
    .single__index #filter {
      max-height: unset; } }

.filter__search {
  position: relative !important;
  display: block !important;
  width: 33.3% !important;
  margin-top: 40px; }
  @media only screen and (max-width: 900px) {
    .filter__search {
      margin-top: 0px;
      width: 100% !important; } }
  .filter__search .search__bar {
    width: auto;
    top: unset; }
  .filter__search #seach__bar__results {
    display: none !important; }
  .filter__search #search__background {
    display: none !important; }
  .filter__search #search__bar__input {
    background-color: white;
    min-height: 54px;
    box-shadow: 0px 3px 6px #bdccd4;
    position: absolute;
    width: 100%;
    z-index: 9;
    border: 1px solid #bcbcbc;
    border-left: 3px solid #F52758;
    height: 54px;
    margin-top: 14px;
    color: black;
    font-size: 22px;
    background-position: 97% 54%;
    background-image: url("/media/layout/search.svg");
    background-size: 21px; }
    @media only screen and (max-width: 900px) {
      .filter__search #search__bar__input {
        margin-top: 0px; } }
    .filter__search #search__bar__input::placeholder {
      color: black; }

.header {
  height: 87px;
  width: 100%;
  z-index: 99999;
  position: absolute;
  top: 0;
  max-width: 100%; }
  .header * {
    color: white; }
  @media only screen and (max-width: 1130px) {
    .header {
      display: none; } }

.header__inner {
  justify-content: space-between;
  display: flex;
  height: 80%;
  align-items: center;
  margin: auto;
  max-width: 1500px; }

.header__inner__logo {
  margin-right: 62px;
  z-index: 9; }
  .header__inner__logo a {
    display: block; }
    .header__inner__logo a img {
      width: 280px; }
      @media only screen and (min-width: 901px) and (max-width: 1299px) {
        .header__inner__logo a img {
          width: 140px; } }

.header__inner__links {
  display: flex;
  margin-right: 31px;
  margin-top: 5px;
  justify-content: space-between;
  width: 100%;
  max-width: 770px; }

.header__inner__links__one {
  position: relative; }
  .header__inner__links__one a {
    text-decoration: none; }
  .header__inner__links__one p {
    font-size: 1.1875em;
    font-weight: 500;
    color: white;
    margin: unset;
    white-space: nowrap; }
  .header__inner__links__one img {
    display: inline;
    max-height: 29px;
    max-width: 26px;
    position: absolute;
    right: 0px; }
  .header__inner__links__one:hover div {
    display: block !important; }

#header__inner__links__one__about__expanded {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  margin-top: 3px; }
  #header__inner__links__one__about__expanded p {
    padding: 6px 0px; }
    #header__inner__links__one__about__expanded p:hover {
      border-bottom: 2px solid #F52758;
      padding-bottom: 4px; }

.header__inner__links__one__active {
  position: relative; }
  .header__inner__links__one__active:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: -4px;
    height: 1px;
    width: 37px;
    border-bottom: 3px solid #F52758; }
    @media only screen and (max-width: 900px) {
      .header__inner__links__one__active:before {
        left: 0%;
        width: 100px;
        border-bottom: 3px solid white; } }

.header__inner__links__one__favorites p {
  padding-right: 25px; }

.header__inner__utilities {
  display: flex;
  align-items: center;
  margin-right: 8px; }
  .header__inner__utilities a {
    margin-right: 12px;
    display: block;
    cursor: pointer; }
  .header__inner__utilities img {
    height: 1.5em;
    width: auto; }

.header__inner__utilities__one {
  position: relative;
  margin-right: 8px;
  min-width: 40px;
  margin-top: 5px; }
  .header__inner__utilities__one * {
    color: white !important;
    display: inline-flex; }

#header__search p {
  cursor: pointer;
  font-size: 1.1875em;
  font-weight: 500;
  color: white;
  margin: unset;
  white-space: nowrap; }

.header__inner__utilities__one__lang {
  color: #9e005d;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.1875em;
  margin: unset; }
  .header__inner__utilities__one__lang a {
    color: #9e005d;
    text-decoration: none;
    font-weight: 300; }

.header__inner__utilities__one__lang__active {
  font-weight: 600 !important; }

#header__mobile {
  position: fixed;
  height: 44px;
  width: 100%;
  z-index: 99999;
  top: 0;
  display: none;
  background: rgba(158, 0, 93, 0.9); }
  @media only screen and (max-width: 1130px) {
    #header__mobile {
      display: block; } }

.header__mobile__hide {
  transition: all 1s ease 0s;
  top: -84px !important; }

.header__mobile__show {
  transition: all 1s ease 0s;
  top: 0px !important; }

.header__mobile__inner {
  display: flex;
  justify-content: space-between;
  margin: 0px 20px;
  align-items: center;
  height: 100%; }

.header__mobile__inner__logo {
  position: relative;
  align-self: self-start; }

.header__mobile__inner__logo__overflow {
  position: absolute;
  height: 63px;
  width: 118px;
  padding: 8px;
  margin-top: -50px; }
  .header__mobile__inner__logo__overflow a {
    display: block;
    height: 100%; }
  .header__mobile__inner__logo__overflow img {
    width: 100%; }

.header__mobile__inner__menu * {
  color: white;
  cursor: pointer;
  text-decoration: none; }

#header__text__size {
  min-width: 40px;
  color: #9e005d;
  display: block; }
  @media only screen and (max-width: 1130px) {
    #header__text__size {
      color: white; } }
  #header__text__size span:nth-child(1) {
    font-size: 0.5em; }
    @media only screen and (max-width: 900px) {
      #header__text__size span:nth-child(1) {
        font-size: 8px; } }
  #header__text__size span:nth-child(2) {
    font-size: 1em; }
    @media only screen and (max-width: 900px) {
      #header__text__size span:nth-child(2) {
        font-size: 16px; } }
  #header__text__size span:nth-child(3) {
    font-size: 2em; }
    @media only screen and (max-width: 900px) {
      #header__text__size span:nth-child(3) {
        font-size: 32px; } }

#header__text__size__dropdown {
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 900px) {
    #header__text__size__dropdown {
      margin-top: -12px; } }
  @media only screen and (min-width: 1300px) {
    #header__text__size__dropdown {
      background-color: white;
      position: absolute;
      min-width: 200px;
      border-radius: 12px;
      left: -50%;
      top: 100%;
      min-height: 100%;
      border: 1px solid #bcbcbc;
      z-index: 99999;
      min-height: 78px; } }
  #header__text__size__dropdown .btn {
    text-align: center;
    min-width: 100px;
    margin: 0px 10px; }
    #header__text__size__dropdown .btn p {
      color: white;
      padding: 12px 4px; }

.header__text__size__dropdown__slider {
  max-width: 252px;
  width: 70%; }
  @media only screen and (min-width: 1300px) {
    .header__text__size__dropdown__slider {
      padding: 12px 0px; } }

.header__text__size__dropdown__slider__flex {
  display: flex;
  height: 30px;
  width: 95%;
  margin: auto; }
  .header__text__size__dropdown__slider__flex div {
    width: 33.33%;
    position: relative;
    cursor: pointer;
    outline: 0; }
    .header__text__size__dropdown__slider__flex div span {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      line-height: 20px; }
  .header__text__size__dropdown__slider__flex div:nth-child(1) span {
    line-height: 12px;
    font-size: 16px; }
  .header__text__size__dropdown__slider__flex div:nth-child(2) {
    text-align: center; }
    .header__text__size__dropdown__slider__flex div:nth-child(2) span {
      line-height: 17px;
      font-size: 24px; }
  .header__text__size__dropdown__slider__flex div:nth-child(3) {
    text-align: right; }
    .header__text__size__dropdown__slider__flex div:nth-child(3) span {
      line-height: 23px;
      font-size: 32px; }
  @media only screen and (max-width: 900px) {
    .header__text__size__dropdown__slider__flex > div > span {
      font-size: 16px !important;
      line-height: unset !important;
      color: #9e005d; } }

.header__text__size__dropdown__slider__range {
  position: relative;
  width: 96%;
  margin: auto; }
  @media only screen and (max-width: 900px) {
    .header__text__size__dropdown__slider__range {
      width: 100%; } }

#header__text__size__dropdown__slider__range {
  margin: unset;
  -webkit-appearance: none;
  cursor: pointer;
  height: 30px;
  outline: 0;
  position: absolute;
  z-index: 9999;
  margin-left: -2px;
  width: 98%;
  margin: auto;
  background: none;
  outline: none; }
  @media only screen and (min-width: 1300px) {
    #header__text__size__dropdown__slider__range {
      height: 56px;
      margin-top: -12px; } }
  #header__text__size__dropdown__slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #9e005d;
    cursor: pointer;
    border: 0 !important;
    z-index: 99999;
    height: 16px;
    width: 16px;
    margin-top: -8px; }
  #header__text__size__dropdown__slider__range::-moz-range-thumb {
    width: 12px;
    height: 12px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #9e005d;
    cursor: pointer;
    border: 0 !important;
    z-index: 99999; }
  #header__text__size__dropdown__slider__range::-ms-thumb {
    width: 12px;
    height: 12px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #9e005d;
    cursor: pointer;
    border: 0 !important;
    z-index: 99999; }
  #header__text__size__dropdown__slider__range::-webkit-slider-runnable-track {
    width: 90%;
    height: 2px;
    cursor: pointer;
    background-color: #b2b2b2; }
    @media only screen and (max-width: 900px) {
      #header__text__size__dropdown__slider__range::-webkit-slider-runnable-track {
        width: 93%; } }
  #header__text__size__dropdown__slider__range::-moz-range-track {
    width: 90%;
    height: 2px;
    cursor: pointer;
    background-color: #b2b2b2; }
    @media only screen and (max-width: 900px) {
      #header__text__size__dropdown__slider__range::-moz-range-track {
        width: 93%; } }
  #header__text__size__dropdown__slider__range::-ms-track {
    width: 90%;
    height: 2px;
    cursor: pointer;
    background-color: #b2b2b2; }
    @media only screen and (max-width: 900px) {
      #header__text__size__dropdown__slider__range::-ms-track {
        width: 93%; } }
  #header__text__size__dropdown__slider__range:focus {
    background: none;
    outline: none; }
  #header__text__size__dropdown__slider__range::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }

.header__text__size__dropdown__slider__range__50::-moz-range-track {
  background: linear-gradient(to right, #9e005d 0%, #9e005d 50%, white 50%, white 100%) !important; }
  @media only screen and (max-width: 900px) {
    .header__text__size__dropdown__slider__range__50::-moz-range-track {
      background: linear-gradient(to right, #9e005d 0%, #9e005d 50%, #b2b2b2 50%, #b2b2b2 100%) !important; } }
.header__text__size__dropdown__slider__range__50::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #9e005d 0%, #9e005d 50%, #b2b2b2 50%, #b2b2b2 100%) !important; }

.header__text__size__dropdown__slider__range__100::-moz-range-track {
  background: linear-gradient(to right, #9e005d 0%, #9e005d 100%) !important; }
.header__text__size__dropdown__slider__range__100::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #9e005d 0%, #9e005d 100%) !important; }

#header__text__size__dropdown__slider__range__indicators {
  width: 98%;
  left: 0;
  top: 50%;
  display: flex;
  z-index: 0;
  padding: unset;
  margin: unset;
  list-style: none;
  padding-top: 15px; }
  @media only screen and (max-width: 900px) {
    #header__text__size__dropdown__slider__range__indicators {
      width: 100%; } }
  #header__text__size__dropdown__slider__range__indicators li {
    width: 33.33%;
    position: relative;
    cursor: pointer;
    outline: 0; }
    #header__text__size__dropdown__slider__range__indicators li:before {
      position: absolute;
      top: calc(50% - 4.5px);
      content: "";
      margin: 0 auto;
      width: 9px;
      height: 9px;
      background: #b2b2b2;
      border-radius: 50%; }
      @media only screen and (max-width: 900px) {
        #header__text__size__dropdown__slider__range__indicators li:before {
          background-color: #b2b2b2; } }
    #header__text__size__dropdown__slider__range__indicators li:nth-child(1):before {
      left: 0; }
      @media only screen and (max-width: 900px) {
        #header__text__size__dropdown__slider__range__indicators li:nth-child(1):before {
          left: 1px; } }
    #header__text__size__dropdown__slider__range__indicators li:nth-child(2):before {
      left: calc(50% - 4.5px); }
      @media only screen and (max-width: 900px) {
        #header__text__size__dropdown__slider__range__indicators li:nth-child(2):before {
          left: calc(50% - 5.5px); } }
    #header__text__size__dropdown__slider__range__indicators li:nth-child(3):before {
      left: unset;
      right: 0; }
      @media only screen and (max-width: 900px) {
        #header__text__size__dropdown__slider__range__indicators li:nth-child(3):before {
          right: 7px; } }

.header__text__size__dropdown__slider__range__indicators__active:before {
  background-color: #9e005d !important; }

.header__text__size__dropdown__triangle {
  top: -11px;
  width: 1px;
  border-bottom: 14px solid white;
  border-left: 10px solid transparent;
  margin: auto;
  border-right: 10px solid transparent;
  border-top: unset;
  position: absolute;
  left: 1.875em; }

.header__text__size__dropdown__exit {
  position: absolute;
  right: 0px;
  top: 0px; }
  .header__text__size__dropdown__exit img {
    height: 32px; }

#mobile__menu {
  position: fixed;
  height: 100%;
  background-color: #9e005d;
  width: 100%;
  top: 0;
  z-index: 9999;
  overflow-y: scroll; }

#mobile__menu__open {
  padding: 25px; }

.mobile__menu__fixed {
  position: fixed; }

.mobile__menu__inner {
  height: 100%;
  margin-top: 107px;
  position: relative; }

#mobile__menu__inner__tools {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center; }
  #mobile__menu__inner__tools > div {
    margin-right: 24px;
    position: relative; }

.mobile__menu__inner__tools__triangle {
  width: 1px;
  border-bottom: 14px solid white;
  position: absolute;
  border-left: 10px solid transparent;
  margin: auto;
  border-right: 10px solid transparent;
  border-top: unset;
  left: 10px;
  bottom: -11px;
  display: none; }

.mobile__menu__inner__tools__search a {
  display: block; }
.mobile__menu__inner__tools__search img {
  width: 40px; }

.mobile__menu__inner__tools__lang img {
  width: 40px; }

#mobile__menu__inner__widgets {
  display: none;
  transition: all 1s ease 0s;
  padding: 12px 0px;
  height: 32px;
  background-color: white;
  margin-top: 7px; }

.mobile__menu__inner__widgets__active {
  display: block !important; }
  .mobile__menu__inner__widgets__active .mobile__menu__inner__tools__triangle {
    display: block !important; }

.mobile__menu__inner__widgets__show {
  display: block !important; }

.mobile__menu__inner__widgets__lang p {
  margin: unset;
  text-align: center; }

.mobile__menu__inner__links {
  text-align: left;
  list-style-type: none;
  padding: unset;
  width: 80%;
  margin: auto; }

.mobile__menu__inner__links__one p {
  color: white;
  font-size: 1.1875em; }
.mobile__menu__inner__links__one a {
  text-decoration: none; }
.mobile__menu__inner__links__one img {
  max-height: 29px;
  max-width: 26px;
  display: inline; }

footer {
  background-color: #0B212F;
  background-image: url("/media/layout/Background_logo_footer.svg");
  background-repeat: no-repeat;
  padding-top: 60px;
  background-position-x: -100px;
  background-size: 45vw;
  background-position-y: -63px; }
  footer * {
    color: white;
    font-size: 1.0625em; }

.footer__inner {
  width: 100%;
  display: grid;
  margin: auto;
  grid-template-columns: 45% 1.5fr 1fr 2fr;
  grid-column-gap: 40px;
  align-items: center; }
  @media only screen and (max-width: 900px) {
    .footer__inner {
      display: flex;
      flex-direction: column;
      text-align: center; }
      .footer__inner div {
        width: 100%; } }

.footer__inner__image {
  margin: auto;
  display: block;
  width: 100%;
  max-height: 407px;
  text-align: center; }
  .footer__inner__image img {
    max-width: 368px; }

#gps__icon__footer {
  position: absolute;
  top: 17px;
  left: -36px; }

.footer__inner__contact {
  position: relative; }
  .footer__inner__contact p:nth-child(2) {
    margin-bottom: unset; }
  .footer__inner__contact p:nth-child(3) {
    margin-top: 4px; }

.footer__inner__links {
  align-self: start; }
  .footer__inner__links > p {
    margin-bottom: unset; }
  .footer__inner__links ul {
    padding-left: 0px;
    font-weight: 300;
    list-style: none;
    margin-top: 0px; }
    .footer__inner__links ul li {
      height: 30px; }
      @media only screen and (max-width: 900px) {
        .footer__inner__links ul li {
          display: inline-block; } }
    .footer__inner__links ul p {
      margin-top: unset;
      margin-bottom: 8px;
      font-weight: 300;
      display: inline-block; }
    .footer__inner__links ul a {
      text-decoration: none;
      font-size: 0.825em; }
  .footer__inner__links li:before {
    content: "•";
    color: white;
    font-size: 30px; }
    @media only screen and (max-width: 900px) {
      .footer__inner__links li:before {
        font-size: 21px; } }

.footer__inner__logos {
  /* display: flex */
  width: 90%;
  text-align: center;
  margin-right: 10%; }
  .footer__inner__logos img:first-child {
    margin-right: 43px; }
  .footer__inner__logos img {
    width: 45%;
    margin: 2.5% 2.5%;
    max-width: 130px;
    vertical-align: top; }
  .footer__inner__logos img:last-child {
    background-color: white;
    padding: 5px;
    min-width: 200px; }
  @media only screen and (max-width: 900px) {
    .footer__inner__logos {
      text-align: center;
      margin: 40px 0px !important; } }

.footer__credits {
  margin: auto;
  margin-top: 40px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 900px) {
    .footer__credits {
      margin-top: 30px;
      width: 90%;
      margin: auto; } }
  .footer__credits p {
    text-align: center;
    margin-bottom: unset;
    font-size: 0.85em; }
  .footer__credits a {
    text-decoration: none; }
    .footer__credits a:hover {
      text-decoration: underline; }

/* fungerer ikke, css-en for pdf-er i pdf-template headeren */
#search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    #search {
      position: relative;
      transition: all 1s ease 0s; } }

.other__search {
  margin-top: 20%; }

.search__bar__container {
  /*margin-top: 45% */ }
  @media only screen and (max-width: 900px) {
    .search__bar__container {
      margin-top: auto; } }

#search__background {
  width: 100%;
  height: 100%;
  background-color: rgba(25, 72, 102, 0.9);
  position: fixed;
  top: 0;
  left: 0; }

.search__bar {
  z-index: 9999;
  top: 40%;
  position: relative;
  width: 713px;
  margin: auto; }
  @media only screen and (max-width: 900px) {
    .search__bar {
      top: unset;
      width: 100%; } }

#search__bar__input, #search__bar__autocomplete {
  z-index: 9998;
  width: 100%;
  background: unset;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 4px solid white;
  color: white;
  font-size: 48px;
  background-image: url("/media/layout/search-white.svg");
  background-size: 28px;
  background-position: 100% 65%;
  background-repeat: no-repeat;
  padding-left: 16px;
  position: absolute;
  left: 0;
  top: 0;
  height: 66px;
  display: block !important; }
  #search__bar__input::placeholder, #search__bar__autocomplete::placeholder {
    color: white; }
  @media only screen and (max-width: 900px) {
    #search__bar__input, #search__bar__autocomplete {
      font-size: 22px;
      height: 32px;
      border-bottom: unset;
      background-image: unset;
      color: white; } }

#search__bar__autocomplete {
  z-index: 1000;
  color: gray; }
  @media only screen and (max-width: 900px) {
    #search__bar__autocomplete {
      color: white; } }

#seach__bar__results {
  position: relative;
  z-index: 9999;
  margin: auto;
  text-align: left;
  background-color: white;
  border: 1px solid white;
  box-shadow: 0px 3px 6px #bdccd4;
  border-top: unset;
  top: 62px; }
  @media only screen and (max-width: 900px) {
    #seach__bar__results {
      top: 32px;
      border: unset; } }
  #seach__bar__results a {
    display: block;
    text-decoration: none; }
  #seach__bar__results p {
    color: #194866;
    font-size: 19px;
    margin: unset;
    padding: 12px 0px;
    padding-left: 16px; }
  #seach__bar__results p:hover {
    background-color: #ececec; }
  #seach__bar__results span {
    color: #a2a2a2;
    position: absolute;
    right: 12px; }

.seach__bar__results__hover {
  background-color: #ececec; }

.map__info a {
  text-decoration: unset; }

.county {
  position: relative;
  background: #E3EBEC; }

.highcharts-data-label {
  display: none; }

.county__header__h1 {
  font-size: 2.7em;
  color: black;
  font-family: "questa-grande", sans-serif;
  font-weight: 600; }

.county__header {
  position: relative; }

.county__header__image {
  position: relative;
  overflow: hidden;
  height: 557px; }
  @media only screen and (max-width: 900px) {
    .county__header__image {
      height: unset; } }
  .county__header__image img {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 900px) {
      .county__header__image img {
        position: unset; } }

.county__header__title {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  position: absolute; }
  .county__header__title h1 {
    color: #F52758;
    font-size: 3.75em; }

.county__about {
  margin: auto;
  max-width: 950px;
  height: 450px;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .county__about {
      height: unset; } }

.county__about__inner {
  position: absolute;
  max-width: 950px;
  top: -20%;
  background-color: white;
  box-shadow: 0px 3px 6px #bdccd4;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .county__about__inner {
      flex-direction: column-reverse;
      position: unset; } }
  .county__about__inner > div {
    width: 50%; }
    @media only screen and (max-width: 900px) {
      .county__about__inner > div {
        width: 100%; } }

.county__about__inner__map {
  margin-top: 85px; }
  @media only screen and (max-width: 900px) {
    .county__about__inner__map {
      margin-top: 0; } }

.smartmap-mapcanvas {
  height: 100%; }

.county__about__inner__text {
  padding: 40px; }
  @media only screen and (max-width: 900px) {
    .county__about__inner__text {
      padding: 0px; } }
  .county__about__inner__text p {
    font-size: 1.25em;
    color: #414141;
    font-weight: 300;
    line-height: 1.25 !important; }

.county__heritage {
  margin: auto; }
  @media only screen and (max-width: 900px) {
    .county__heritage .entry_list__container {
      padding-top: 0px; } }
  .county__heritage .assignment__grid__other__assignments__grid #entry_list {
    grid-template-columns: 1fr 1fr;
    max-width: 900px; }
    @media only screen and (max-width: 900px) {
      .county__heritage .assignment__grid__other__assignments__grid #entry_list {
        grid-template-columns: 1fr; } }
    .county__heritage .assignment__grid__other__assignments__grid #entry_list .entry_list__item__image {
      min-width: unset; }
    .county__heritage .assignment__grid__other__assignments__grid #entry_list .entry_list__item__image img {
      width: 100%; }
  .county__heritage .entry_list__item__image__favorite {
    display: none !important; }

.county__footer {
  height: 424px; }
  @media only screen and (max-width: 900px) {
    .county__footer {
      margin-top: 40px;
      height: auto; } }

.county__footer__triangle {
  -webkit-clip-path: polygon(30% 0, 100% 32%, 100% 100%, 0 100%, 0 32%);
  clip-path: polygon(30% 0, 100% 32%, 100% 100%, 0 100%, 0 32%);
  background-color: #A9E3D9;
  width: 100%;
  height: 426px;
  position: absolute; }
  @media only screen and (max-width: 900px) {
    .county__footer__triangle {
      display: none; } }

.county__footer__inner {
  padding-top: 60px;
  position: relative;
  max-width: 950px;
  margin: auto;
  display: flex;
  z-index: 9999; }
  @media only screen and (max-width: 900px) {
    .county__footer__inner {
      flex-direction: column-reverse;
      background-color: #A9E3D9;
      padding-top: 0px; } }

.county__footer__banner {
  background: white;
  width: 234px;
  height: 120px;
  margin-top: 8px;
  text-align: center;
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  text-transform: uppercase; }
  @media (min-width: 1200px) and (max-width: 1300px) {
    .county__footer__banner {
      -ms-transform: rotate(9deg);
      -webkit-transform: rotate(9deg);
      transform: rotate(9deg); } }
  @media (min-width: 1300px) and (max-width: 1500px) {
    .county__footer__banner {
      -ms-transform: rotate(7deg);
      -webkit-transform: rotate(7deg);
      transform: rotate(7deg); } }
  @media (min-width: 1701px) {
    .county__footer__banner {
      -ms-transform: rotate(5deg);
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg); } }
  .county__footer__banner img {
    width: 40px; }
  @media only screen and (max-width: 900px) {
    .county__footer__banner {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      margin: auto;
      margin-top: -15px; } }
  .county__footer__banner h3 {
    color: #F52758;
    font-size: 1.725em;
    margin-bottom: 0;
    margin-top: 0; }
  .county__footer__banner p {
    padding-bottom: 0px;
    margin-top: 0; }

.county__footer__inner__image {
  width: 35%;
  padding-right: 5%;
  text-align: right; }
  .county__footer__inner__image:hover {
    opacity: 0.6;
    cursor: pointer; }
  @media only screen and (max-width: 900px) {
    .county__footer__inner__image {
      width: 100%;
      padding-right: unset;
      text-align: center; } }
  .county__footer__inner__image img {
    width: auto;
    height: 310px; }

.county__footer__inner__text {
  width: 60%; }
  @media only screen and (max-width: 900px) {
    .county__footer__inner__text {
      width: 100%; } }
  .county__footer__inner__text h3 {
    color: #194866;
    font-size: 1.625em;
    font-family: "questa-grande", sans-serif;
    font-weight: 600; }
  .county__footer__inner__text p {
    color: #414141;
    font-size: 1.25em;
    line-height: 1.25 !important; }

.single__index {
  background-color: #E3EBEC; }

.single__index__entrys {
  width: 100%;
  margin: auto;
  background-image: url("/media/layout/Background_logo_footer.svg");
  background-size: 50vw;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%; }

.single__index__entrys__showMore {
  text-align: center;
  margin: auto;
  padding-bottom: 40px; }
  .single__index__entrys__showMore p {
    display: inline-block;
    padding: 12px 50px;
    background-color: #F52758;
    color: white;
    font-size: 1.25em;
    font-weight: 600;
    cursor: pointer; }

.single__index__header {
  margin-bottom: 90px; }
  @media only screen and (max-width: 900px) {
    .single__index__header {
      margin-bottom: 46px; } }

.single__index__header__image {
  height: 80vh;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center; }
  @media only screen and (max-width: 900px) {
    .single__index__header__image {
      height: 400px;
      min-height: 400px; } }

.single__index__header__image__decoration__container {
  position: absolute;
  right: 0;
  height: 100%;
  overflow: hidden; }

.single__index__header__info {
  position: absolute;
  right: 25%;
  top: calc(50% - 200px); }
  @media only screen and (max-width: 900px) {
    .single__index__header__info {
      right: 0; }
      .single__index__header__info img {
        width: 250px; } }
  .single__index__header__info a {
    display: block; }
  .single__index__header__info img {
    height: 400px; }

.single__index__intro {
  position: relative;
  background-color: white; }

.single__index__intro__content {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  right: 75px;
  padding-top: 67px; }
  @media only screen and (min-width: 901px) and (max-width: 1299px) {
    .single__index__intro__content {
      padding-bottom: 100px; } }
  .single__index__intro__content * {
    font-size: 2.5em; }
  .single__index__intro__content h1 {
    color: #F52758;
    margin-bottom: 30px;
    margin-top: unset; }
  .single__index__intro__content p {
    font-weight: 300;
    margin-top: 16px;
    margin-bottom: unset; }
  @media only screen and (max-width: 900px) {
    .single__index__intro__content {
      right: 0px; }
      .single__index__intro__content * {
        font-size: 1.8em; } }

.single__index__intro__content__decoration {
  border-bottom: 2px solid red;
  width: 100px; }

.single__index__intro__decoration__overflow {
  background-image: url("/media/layout/Background_logo_footer.svg");
  position: absolute;
  height: 700px;
  width: 700px;
  right: 0;
  bottom: -700px;
  background-repeat: no-repeat;
  z-index: 9; }
  @media only screen and (max-width: 1299px) {
    .single__index__intro__decoration__overflow {
      display: none !important; } }

.single__index__intro__decoration__top {
  -webkit-clip-path: polygon(100% 0, 100% 48%, 100% 100%, 0% 100%, 0 0, 35% 100%);
  clip-path: polygon(100% 0, 100% 48%, 100% 100%, 0% 100%, 0 0, 35% 100%);
  height: 175px;
  background-color: white;
  position: absolute;
  width: 100%;
  top: -175px; }
  @media only screen and (max-width: 900px) {
    .single__index__intro__decoration__top {
      display: none; } }

.single__index__intro__decoration__container__bottom {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  height: 75px;
  background-color: white; }

.single__index__intro__decoration__bottom {
  -webkit-clip-path: polygon(100% 0, 100% 48%, 100% 100%, 0% 100%, 0 0, 35% 100%);
  clip-path: polygon(100% 0, 100% 48%, 100% 100%, 0% 100%, 0 0, 35% 100%);
  height: 175px;
  background-color: white;
  position: absolute;
  width: 100%;
  top: -100px;
  background-color: #E3EBEC; }
  @media only screen and (max-width: 900px) {
    .single__index__intro__decoration__bottom {
      display: none; } }

.single__index__tips {
  max-width: 750px;
  margin: auto;
  display: flex;
  position: relative;
  right: 112px; }
  @media only screen and (max-width: 900px) {
    .single__index__tips {
      right: 0;
      display: block;
      text-align: center; } }

.single__index__tips__icon {
  max-width: 95px;
  background-color: #FFCD45;
  border-radius: 50%;
  height: 95px;
  align-self: center; }

.single__index__tips__icon__play {
  max-width: 30px;
  background-color: #FFCD45;
  border-radius: 50%;
  height: 30px;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block; }

.single__index__tips__text {
  margin-left: 45px; }
  @media only screen and (max-width: 900px) {
    .single__index__tips__text {
      margin-left: 0px; } }
  .single__index__tips__text p {
    font-size: 1.475em;
    color: #194866; }
  .single__index__tips__text a {
    color: #194866; }

.single__index__partners {
  text-align: center;
  max-width: 800px;
  margin: auto; }

.single__index__header__slider__image {
  width: 100vw;
  height: 100%;
  max-height: 700px; }
  @media only screen and (max-width: 900px) {
    .single__index__header__slider__image {
      max-height: 300px; } }

.single__index__header__slider__text {
  position: absolute;
  top: 50%;
  width: 100vw;
  text-align: center;
  color: white; }

.single__index__header__slider__nav__next, .single__index__header__slider__nav__prev {
  height: 100px;
  position: absolute;
  z-index: 10;
  cursor: pointer; }
  @media only screen and (max-width: 900px) {
    .single__index__header__slider__nav__next, .single__index__header__slider__nav__prev {
      height: 40px; } }

.single__index__header__slider__nav__next {
  right: 0;
  top: calc(50% - 20px); }

.single__index__header__slider__nav__prev {
  left: 0;
  top: calc(50% - 20px); }

.single__index__header__slider__nav__dots {
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: unset; }
  .single__index__header__slider__nav__dots li {
    display: inline-block;
    margin: 0px 12px; }
    .single__index__header__slider__nav__dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 24px;
      height: 24px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: rgba(255, 255, 255, 0.75);
      border-radius: 50%; }
      @media only screen and (max-width: 900px) {
        .single__index__header__slider__nav__dots li button {
          width: 20px;
          height: 20px; } }
    .single__index__header__slider__nav__dots li button::-moz-focus-inner {
      border: 0; }
  .single__index__header__slider__nav__dots .slick-active button {
    background: #F52758; }

.slick-list {
  max-height: 700px; }
  @media only screen and (max-width: 900px) {
    .slick-list {
      max-height: 300px; } }

.single__about {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 200px; }

.single__about__title h1 {
  font-weight: 300;
  font-size: 60px; }

.single__about__text h1, .single__about__text h2, .single__about__text h3, .single__about__text h4, .single__about__text h5, .single__about__text h6 {
  color: #F52758; }
.single__about__text p {
  font-size: 20px; }

.single__about__partners {
  display: flex;
  flex-wrap: wrap; }

.single__about__partners__one {
  width: 20%;
  margin: 2.4%;
  position: relative; }

.single__about__partners__one__link {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px; }

.single__about__partners__one__image {
  max-width: 100%;
  width: calc(100% - 20px);
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.single__privacy {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 200px; }

.single__privacy__title h1 {
  font-weight: 300;
  font-size: 60px; }

.single__privacy__text h1, .single__privacy__text h2, .single__privacy__text h3, .single__privacy__text h4, .single__privacy__text h5, .single__privacy__text h6 {
  color: #F52758; }
.single__privacy__text p {
  font-size: 20px; }

@font-face {
  font-family: Chalkduster;
  src: url("ChalkDustRegular.ttf") format("truetype"); }
.highcharts-name-jan-mayen {
  display: none; }

.heritage__max__width {
  max-width: 950px;
  margin: auto; }

.heritage__margin {
  margin-top: 80px; }

.heritage__header__wrapper {
  background-color: #edf0f3;
  padding-bottom: 100px;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 35% 100%, 0 75%, 0 0);
  clip-path: polygon(100% 0, 100% 75%, 35% 100%, 0 75%, 0 0); }
  @media only screen and (max-width: 900px) {
    .heritage__header__wrapper {
      -webkit-clip-path: polygon(100% 0, 100% 85%, 35% 100%, 0 85%, 0 0);
      clip-path: polygon(100% 0, 100% 85%, 35% 100%, 0 85%, 0 0); } }

.heritage__header {
  padding-top: 200px;
  background-color: #edf0f3;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .heritage__header {
      flex-direction: column;
      padding-top: 135px; } }
  .heritage__header .left {
    margin-right: 50px;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .heritage__header .left {
        margin-right: 0px; } }
    .heritage__header .left h1 {
      margin-top: 0; }
  .heritage__header .right p {
    padding-left: 30px;
    border-left: 1px solid #707070; }
    @media only screen and (max-width: 900px) {
      .heritage__header .right p {
        border-left: unset;
        padding-left: unset; } }
  .heritage__header h1 {
    font-weight: 600;
    font-family: arial;
    margin-bottom: 0px; }
  .heritage__header span {
    font-family: "Chalkduster";
    color: #FFCD45; }
  .heritage__header h1, .heritage__header span {
    font-size: 3.75em; }
    @media only screen and (max-width: 900px) {
      .heritage__header h1, .heritage__header span {
        font-size: 3em; } }
  .heritage__header video {
    width: 100%;
    overflow: hidden;
    height: 766px;
    background-color: black; }

.heritage__video__section {
  text-align: center;
  position: relative; }
  .heritage__video__section p {
    font-family: "questa-grande", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.538em; }
  @media only screen and (max-width: 900px) {
    .heritage__video__section {
      text-align: left; } }

.heritage__test__yourself {
  text-align: center;
  padding-bottom: 60px; }
  .heritage__test__yourself p {
    font-family: "questa-grande";
    font-weight: 300;
    font-size: 1.875em; }
    @media only screen and (max-width: 900px) {
      .heritage__test__yourself p {
        font-size: 1.6em; } }

.heritage .single__index__header__tagline__triangle {
  background-color: #194866; }

.heritage__assignments__container {
  background-color: #E3EBEC;
  padding-top: 77px;
  margin-top: 123px; }

.loading {
  margin-top: 10em;
  text-align: center;
  color: gray; }

.heritage__map__container {
  position: relative;
  background: #194866;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1130px) {
    .heritage__map__container {
      text-align: center; } }
  .heritage__map__container * {
    color: white; }

.heritage__find__near__container {
  background-color: #edf0f3; }

.heritage__triangle {
  width: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 35px 0 35px 60px;
  border-color: transparent transparent transparent #edf0f3;
  position: absolute;
  top: 50;
  right: -50;
  z-index: 9999; }
  @media only screen and (max-width: 1130px) {
    .heritage__triangle {
      display: none; } }

.heritage__find__near__text__container, .heritage__map__container {
  width: 49.5%;
  display: inline-block;
  position: relative; }
  @media only screen and (max-width: 1130px) {
    .heritage__find__near__text__container, .heritage__map__container {
      width: 100%; } }

.heritage__map__and__select__container {
  margin-left: 40px;
  margin-top: 20px; }
  @media only screen and (max-width: 1130px) {
    .heritage__map__and__select__container {
      margin: auto;
      text-align: left; } }

.heritage__find__near__text__container {
  vertical-align: top;
  margin-top: 50px; }
  .heritage__find__near__text__container h2 {
    max-width: 400px; }
  .heritage__find__near__text__container p {
    font-size: 1.575em; }
    @media only screen and (min-width: 901px) and (max-width: 1299px) {
      .heritage__find__near__text__container p {
        font-size: 1.375em; } }

.heritage__map__and__select__container, .heritage__selected__county {
  display: inline-block; }

.heritage__select__container {
  margin-left: 30px; }
  @media only screen and (max-width: 900px) {
    .heritage__select__container {
      margin-left: 0; } }
  .heritage__select__container p {
    font-size: 1.522em;
    font-weight: 400; }
    .heritage__select__container p b {
      font-weight: bold; }

.heritage__center {
  margin: auto !important;
  width: 25% !important; }

.heritage__pink__border {
  color: #F52758;
  border-bottom: 2px solid #F52758;
  width: 40%;
  margin-left: 0; }

.heritage__find__near__text {
  vertical-align: top;
  width: 500px;
  margin-right: 40px;
  float: right; }
  @media only screen and (min-width: 901px) and (max-width: 1299px) {
    .heritage__find__near__text {
      float: unset;
      margin-left: 25px; } }
  @media only screen and (max-width: 900px) {
    .heritage__find__near__text {
      float: unset;
      margin-right: auto; } }
  .heritage__find__near__text h2::after {
    width: 70%;
    border-bottom: 2px solid #F52758; }

.less-margin-h2 {
  margin-top: 0px;
  margin-bottom: -10px; }

.heritage__bold-headline-h2 {
  font-size: 2.7em;
  color: #F52758;
  font-family: "questa-grande", sans-serif;
  font-weight: 600; }
  @media only screen and (min-width: 901px) and (max-width: 1299px) {
    .heritage__bold-headline-h2 {
      font-size: 2.2em; } }
  @media only screen and (max-width: 900px) {
    .heritage__bold-headline-h2 {
      font-size: 1.65em; } }

.heritage__ingress-p, .heritage__header p {
  font-size: 1.875em;
  font-family: "questa-grande", serif;
  font-style: italic;
  line-height: 1.3;
  color: black; }

.heritage__custom__p {
  font-weight: 300;
  font-style: normal;
  color: #194866;
  line-height: 1;
  font-size: 30px; }
  @media only screen and (max-width: 900px) {
    .heritage__custom__p {
      font-size: 20px; } }

.heritage__map {
  height: 450px;
  width: 400px;
  cursor: pointer; }
  @media only screen and (max-width: 900px) {
    .heritage__map {
      width: 100%;
      height: 350px; } }

#heritage__select__map {
  font-weight: 300;
  margin-top: -10px;
  font-size: 1.438em;
  z-index: 9999;
  width: 270px;
  padding: 3px;
  background: transparent;
  border-radius: 3px;
  background-color: #194866; }
  @media only screen and (max-width: 900px) {
    #heritage__select__map {
      width: 180px; } }

.heritage__selected__county {
  display: none;
  position: relative;
  margin-left: -100px;
  top: 0%;
  width: 200px;
  vertical-align: bottom; }
  .heritage__selected__county * {
    color: white; }
  .heritage__selected__county ul {
    text-align: left; }
  @media only screen and (max-width: 900px) {
    .heritage__selected__county {
      padding-left: 45px;
      top: unset;
      transform: unset;
      width: 300px;
      margin-left: 0;
      margin: auto;
      text-align: left; }
      .heritage__selected__county p, .heritage__selected__county ul, .heritage__selected__county .btn-pink, .heritage__selected__county .single__row__element__button, .heritage__selected__county .single__teacher__href .single__teacher__href__button, .single__teacher__href .heritage__selected__county .single__teacher__href__button {
        margin-left: 25px; } }

.heritage__assignments {
  background-color: #D0EAE5;
  padding-top: 60px; }
  .heritage__assignments .assignment__grid__other__assignments__grid {
    grid-row-gap: 26px;
    max-width: 953px; }
  .heritage__assignments .entry_list__item {
    grid-column: 1/3; }

.heritage__assignments__title {
  font-size: 3.75em;
  color: black;
  font-weight: 300;
  width: 80%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 92px;
  margin-top: 85px; }

.heritage__ready_for_treasure__hunt {
  width: 530px;
  padding-top: 80px;
  padding-bottom: 40px;
  max-width: 100%;
  margin: auto;
  text-align: center; }
  .heritage__ready_for_treasure__hunt .heritage__yellow__icon {
    background-color: #FFCD45;
    border-radius: 50%;
    width: 91px;
    margin: auto; }

.single__favorites {
  margin-bottom: 100px; }
  .single__favorites .single__index__entrys {
    margin-top: -100px; }

.single__favorites__header {
  background-color: #E3EBEC;
  padding-top: 200px;
  padding-bottom: 175px;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .single__favorites__header {
      padding-top: 75px;
      padding-bottom: 50px; } }

.single__favorites__header__title {
  max-width: 960px;
  margin: auto; }
  .single__favorites__header__title h1 {
    font-size: 3.125em;
    font-family: "questa-grande"; }

.single__favorites__decoration {
  -webkit-clip-path: polygon(100% 0, 100% 48%, 100% 100%, 0% 100%, 0 0, 35% 100%);
  clip-path: polygon(100% 0, 100% 48%, 100% 100%, 0% 100%, 0 0, 35% 100%);
  height: 175px;
  background-color: white;
  position: absolute;
  width: 100%;
  bottom: 0; }
  @media only screen and (max-width: 900px) {
    .single__favorites__decoration {
      display: none; } }

.single__favorites__scroll {
  margin-top: 60px !important; }

@supports (-ms-ime-align: auto) {
  .single__index__intro__decoration__top {
    display: none; }

  .single__index__intro__decoration__container__bottom {
    display: none; }

  .single__index__intro {
    padding-bottom: 32px; }

  .single__index__tips {
    padding-top: 32px; } }

/*# sourceMappingURL=main.css.map */
