/*
COLORS:
#547347 - GREEN
#F3F0EB;
#D60F1B;
 */
@font-face {
  font-family: "VAG Round";
  src: url("../assets/fonts/VAGRundschriftBQ.eot");
  src: url("../assets/fonts/VAGRundschriftBQ.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/VAGRundschriftBQ.woff") format("woff"),
    url("../assets/fonts/VAGRundschriftBQ.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body {
  background: #547347 !important;
  font-family: "VAG Round", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #3f3f40;
}
body.vinter {
  background: #f5fafe !important;
}
/* Media */
img,
iframe {
  max-width: 100%;
  border: 0;
}
iframe {
  background-color: #f3f0eb;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Typography */
h1 {
  line-height: 1.2;
}

.pre-header ~ h1 {
  margin-top: 0.2em;
}

.modal__startwrap h2 {
  font-size: 3em;
  letter-spacing: 0.1rem;
  font-weight: 100;
  color: #990f1b;
  margin-top: 0.75em;
}
.modal__startwrap .subheader {
  margin-top: 0 !important;
  color: #990f1b;
}
.modal__startwrap p {
  font-weight: 100;
}
a img {
  color: transparent;
}
a,
.link {
  color: #a02971;
  transition: color 0.2s;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #dc438c;
}
button.link {
  padding: 0;
  border: none;
  background: none;
  font-family: "VAG Round", sans-serif;
  font-size: 1.5em;
  cursor: pointer;
}
.button.button--center,
.link.link--center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ingress {
  font-size: 1.2em;
}
.inactive {
  pointer-events: none;
  opacity: 0.3;
}
.meta {
  font-size: 0.9em;
  letter-spacing: 0.05em;
  color: #6b6666;
}
.meta span + span {
  border-left: 1px solid rgba(107, 102, 102, 0.52);
  margin-left: 0.5em;
  padding-left: 0.5em;
}
strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.button,
.single__back {
  padding: 1em 1.5em 1em 1em;
  margin: 0 -0.8em;
  border: none;
  background-color: transparent;
  background-image: url("../sortera/assets/objekt/poangvanster.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  font-family: inherit;
  cursor: pointer;
}
.button,
.single__back,
.special-button {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.06, 0.55, 0.18, 1.29);
}
.button:hover,
.single__back:hover,
.special-button:hover,
.button:focus,
.single__back:focus,
.special-button:focus {
  outline: none;
  color: #ffffff;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .button__group * + * {
  margin-top: 0;
}

/*.effect1, .effect2 {
    content:"";
    display: block;
    position: absolute;
    left: 0; right: 0;
    height: 8vh;
    background: #000;
    z-index: 0;
    transition: transform 1.5s cubic-bezier(.59,.01,.86,.48);
}
.effect1 {
    top: 0;
}
.effect2 {
    bottom: 0;
}*/
.pk-loading__bg.fade {
  opacity: 0;
}

/* Start body styles*/
.start {
  cursor: progress;
}
.start.loaded,
.start canvas {
  cursor: pointer;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.start.panning,
.start.panning canvas {
  cursor: pointer;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.loaded .effect1 {
  transform: translateY(-100%);
}
.loaded .effect2 {
  transform: translateY(100%);
}

.pk-loading {
  /* padding: 3%; */
  border-style: solid;
  border-color: transparent;
  /* border-width: 20px 35px; */
  /* border-image: url('../assets/ui/popupframe-wood.png') 4.52% 12.1% 4.52% 12.1% fill round; */
}
.no-borderimage .pk-loading__wrapper {
  position: relative;

  margin: 10vh 1em;
  position: relative;
  z-index: 10;

  /* **** Highlight **** */
  border-top: 5px #b79c84 solid;
  border-left: 12px #b79c84 solid;

  /* **** Shadow **** */
  border-bottom: 5px #ccaa8d solid;
  border-right: 12px #ccaa8d solid;
}
.no-borderimage .pk-loading {
  background: url("../assets/ui/papper.jpg");

  /* **** Highlight **** */
  border-top: 5px #ccaa8d solid;
  border-left: 12px #ccaa8d solid;

  /* **** Shadow **** */
  border-bottom: 5px #b79c84 solid;
  border-right: 12px #b79c84 solid;
}

.igeLoading {
  background-color: #547347 !important;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
/* prevents <object> from flashing in view */
.pk-loading__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #90c67b;
  z-index: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  pointer-events: none; /*enable scroll before destroying the DOM*/
}
.vinter .pk-loading__bg {
  background-color: #f5fafe;
}
.igeLoading,
.pk-loading__bg {
  background-size: cover;
  background-image: url(../assets/bg_mobile-portrait.jpg);
  background-position: center center;
}
.vinter .igeLoading,
.vinter .pk-loading__bg {
  background-image: url(../assets/bg_mobile-portraitvinter.jpg);
}
@media (orientation: landscape) {
  .igeLoading,
  .pk-loading__bg {
    background-image: url(../assets/bg_mobile-landscape.jpg);
  }
  .vinter .igeLoading,
  .vinter .pk-loading__bg {
    background-image: url(../assets/bg_mobile-landscapevinter.jpg);
  }
}
@media (min-width: 700px) and (orientation: portrait) {
  .igeLoading,
  .pk-loading__bg {
    background-image: url(../assets/bg_ipad-portrait.jpg);
  }
  .vinter .igeLoading,
  .vinter .pk-loading__bg {
    background-image: url(../assets/bg_ipad-portraitvinter.jpg);
  }
}
@media (min-width: 1000px) {
  .igeLoading,
  .pk-loading__bg {
    background-image: url(../assets/bg_ipad-landscape.jpg);
  }
  .vinter .igeLoading,
  .vinter .pk-loading__bg {
    background-image: url(../assets/bg_ipad-landscapevinter.jpg);
  }
}
@media (min-width: 1200px) {
  .igeLoading,
  .pk-loading__bg {
    background-image: url(../assets/bg_desktop.jpg);
  }
  .vinter .igeLoading,
  .vinter .pk-loading__bg {
    background-image: url(../assets/bg_desktopvinter.jpg);
  }
}

/* Modal */
.modal {
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  animation: fadeIn 0.2s forwards;
  animation-play-state: running;
  padding: 2em 2% 2%;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal__overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  z-index: -1;
}

.modal.hidden {
  display: none;
  animation-play-state: paused;
}

.modal__scroll {
  overflow-x: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* height: calc(100vh - 6em - 1px); */
  min-height: 20em;
  max-height: calc(100vh - 6em - 1px);
  height: 100%;
  width: 100%;
}
.fullscreen .modal__scroll {
  max-height: 100vh;
}

.modal__fade {
  position: absolute;
  left: 0;
  bottom: 0px;
  /* 15px ≈ width of a scrollbar */
  width: 100%;
  /*max-width: 16em;*/
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
  height: 2em;
  background: url("../assets/ui/papper-fade.png");
  background-size: 100% 100%;
  /*background-color: red;*/
  z-index: 1;
  pointer-events: none;
}

.modal__wrap {
  position: relative;
  animation: reveal 0.2s cubic-bezier(0.06, 0.55, 0.18, 1.29) forwards;
  animation-play-state: running;
  width: 95%;
  max-width: 30em;
  height: auto;
  min-height: 20em;
  max-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* top: 45%; */
  /* top: calc(50vh - 7.5em); */
  /*left: 10%;*/
  /* left: calc(50% - 7.5em); */
  /* z-index: 1; */
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  /* border-color: transparent; not working in iOS */
  border-width: 10px 24px;
  border-image: url("../assets/ui/popupframe-wood.png") 4.52% 12.1% 4.52% 12.1%
    fill round;
}

/* Modal landing */
.modal--landing {
  padding: 0;
}
.modal__wrap--landing {
  width: 100%;
  height: 100%;
  max-width: 40em;
  font-size: calc(0.8em + 0.8vw);
  border-image: none;
  border: none;
  background-image: url("../assets/ui/papper.jpg");
  max-width: none;
  animation: none;
  /* padding: 2em 2% 2%; */
}
.modal__wrap--landing p {
  text-align: center;
  max-width: 20em;
  margin: 1em auto 0;
}
@media (orientation: landscape) {
  .modal__wrap--landing p {
    margin: 2em auto 0;
  }
}
.modal__startwrap {
  margin: auto;
  opacity: 0;
  animation: reveal 0.2s 0.1s cubic-bezier(0.06, 0.55, 0.18, 1.29) forwards;
  text-align: center;
}
@media (orientation: landscape) {
  .modal__startwrap {
    align-self: center;
    padding: 2em 0;
  }
}
.modal--landing .modal__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-height: 100%; */
  padding: 0.1em 0.5em 1em;
}
@media (orientation: landscape) {
  .modal--landing .modal__content {
    flex-direction: row;
  }
}
.modal--landing .modal__scroll {
  max-height: 100%;
}

/* Modal Vinter version */
.vinter .modal__fade {
  background: none;
}
.vinter .modal__wrap {
  border-style: solid;
  border-width: 10px 24px;
  border-image: url("../assets/ui/popupframe-wood_vinter.png") 4.6% 12.1% 4.6%
    12.1% fill round;
}

/* Contunue landing modal */
.pk-loading__text {
  font-size: 2em;
  /* prevent jumping after loading is done */
  min-height: 8.9em;
}
#kiosk-play {
  pointer-events: none;
  opacity: 0.2;
  animation: stop;
}
#kiosk-play.animate {
  opacity: 1;
  pointer-events: initial;
  -webkit-animation: pulsate 1.2s cubic-bezier(0.27, -0.01, 0.22, 0.99) infinite
    forwards;
  animation: pulsate 1.2s cubic-bezier(0.27, -0.01, 0.22, 0.99) infinite
    forwards;
}

.loading-text__wrapper {
  position: absolute;
  display: block;
  height: 0em;
  bottom: -1.5em;
  text-align: center;
  width: 100%;
}

.loading-text {
  display: inline-block;
  /* To make sure .button--landing will not pusheverything up */
  line-height: 1;
}

@media (orientation: landscape) {
  .loading-text {
    padding-bottom: 2.1em;
  }
}

.become-member {
  max-width: 15em;
  height: auto;
  padding-top: 1em;
}
.become-member img {
  width: 100%;
  height: auto;
}

.modal__icons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 40em;
  margin: 0 auto;
}
@media (orientation: landscape) {
  .modal__icons {
    flex-direction: column;
    width: auto;
    margin: 0 5vw;
  }
}
.modalicon {
  margin: 0 2px;
  display: inline-block;
  text-align: center;
  font-size: 0.7em;
  cursor: pointer;
  opacity: 0;
  will-change: transform, opacity;
  animation: reveal 0.4s 0.2s cubic-bezier(0.06, 0.55, 0.18, 1.29) forwards;
  animation-play-state: running;
  color: #3f3f40;
}
.modal__content .modalicon {
  margin-top: 0;
}

.modalicon:hover {
  color: #a02971;
}
.modalicon img {
  width: 20vw;
  display: block;
  margin: 0 auto 0.5em;
}
@media (orientation: landscape) {
  .modalicon img {
    width: 10vw;
  }
}
.modalicon:nth-child(1) {
  animation-delay: 0.25s;
}
.modalicon:nth-child(2) {
  animation-delay: 0.3s;
}
.modalicon:nth-child(3) {
  animation-delay: 0.35s;
}

.modalicon.modalicon--campaign {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  opacity: 1;
}
.modalicon.modalicon--campaign img {
  height: 25vh;
  width: auto;
}
.modalicon.modalicon--campaign img.animate {
  -webkit-animation: pulsate 1.2s cubic-bezier(0.27, -0.01, 0.22, 0.99) infinite
    forwards;
  animation: pulsate 1.2s cubic-bezier(0.27, -0.01, 0.22, 0.99) infinite
    forwards;
}

.pk-logo {
  width: 25vh;
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0;
  animation: reveal 0.4s 0.2s cubic-bezier(0.06, 0.55, 0.18, 1.29) forwards;
}
@media (orientation: landscape) {
  .pk-logo {
    width: 25vw;
  }
}

.pk-loading__text {
  position: relative;

  /* color: #4a661e; */
  /* font-family: Verdana, sans-serif; */
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin-top: 1em;
}
.pk-loading__text.pk-loading__text--campaign {
  font-size: 0.7em;
}

.loadingdot {
  font-size: 1em;
  opacity: 0;
}
.loadingdot--1 {
  -webkit-animation: blink 3s 0s infinite;
  animation: blink 3s 0s infinite;
}
.loadingdot--2 {
  -webkit-animation: blink 3s 0.25s infinite;
  animation: blink 3s 0.25s infinite;
}
.loadingdot--3 {
  -webkit-animation: blink 3s 0.5s infinite;
  animation: blink 3s 0.5s infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.button--landing {
  background: url("../assets/ui/icon-startgame.png") no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 7.5em 0 0;
  margin: 1em 0 0;
  height: auto;
  display: inline-block;
  border: none;
  color: #3f3f40;

  font-size: 1em;
  animation: reveal 0.4s cubic-bezier(0.06, 0.55, 0.18, 1.29);
  min-width: 7em;
}
.button--landing:hover {
  color: #3f3f40;
}
.pk-loading__text--campaign {
  font-size: 0.7em;
}

.pk-loading__text--campaign .button--landing {
  background: none;
  padding: 0;
  margin: 0;
  margin-top: -1em;
}

.no-borderimage .modal__wrap {
  position: relative;

  /* **** Highlight **** */
  border-top: 5px #b79c84 solid;
  border-left: 12px #b79c84 solid;

  /* **** Shadow **** */
  border-bottom: 5px #ccaa8d solid;
  border-right: 12px #ccaa8d solid;
}
.no-borderimage .modal__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background: url("../assets/ui/papper.jpg");

  /* **** Highlight **** */
  border-top: 5px #ccaa8d solid;
  border-left: 12px #ccaa8d solid;

  /* **** Shadow **** */
  border-bottom: 5px #b79c84 solid;
  border-right: 12px #b79c84 solid;
}

@media (min-width: 800px) {
  .modal .modal__wrap {
    border-width: 20px 48px;
  }
  .no-borderimage .modal__wrap {
    background-color: #b79c84;
    position: relative;

    /* **** Highlight **** */
    border-top: 10px #ccaa8d solid;
    border-left: 24px #ccaa8d solid;

    /* **** Shadow **** */
    border-bottom: 9px #b79c84 solid;
    border-right: 24px #b79c84 solid;
  }
  .no-borderimage .modal__content {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;

    /* **** Shadow **** */
    border-top: 10px #b79c84 solid;
    border-left: 24px #b79c84 solid;

    /* **** Highlight **** */
    border-bottom: 10px #ccaa8d solid;
    border-right: 24px #ccaa8d solid;
  }
}

.modal.hidden .modal__wrap {
  animation-play-state: paused;
}

.modal--top .modal__wrap,
.modal__wrap--landing {
  display: block;
}
@media (max-height: 638px) {
  .modal--top .modal__content {
    padding-top: 1em;
  }
  .modal--top h1 {
    font-size: 1.5em;
  }
  .modal--top h2 {
    margin-top: 0.5em;
  }
  .modal--top .profile__stars {
    font-size: 2em;
    margin-top: 0;
  }
  .modal--top .profile__img {
    max-width: 8.5em;
  }
}

.modal__ghost-wrap {
  position: relative;
  width: 95%;
  max-width: 30em;
  top: -1em;
  right: -0.5em;
}

.modal__header {
  /* font-size: 18px;
    color: #333;
    display: inline-block;
    position: relative;
    margin: 1em 0 0;
    padding: 0; */
}
.modal__close {
  background-color: #333;
  background: url("../assets/ui/icon-close.png");
  background-size: cover;
  width: 5em;
  height: 5em;
  color: #fff;
  border: none;
  border-radius: 50%;
  margin-top: 1em;
  transition: transform 0.2s;
  pointer-events: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
.modal--large .modal__close,
.modal--medium .modal__close {
  top: -5px;
  right: -10px;
}

/*@media (max-width: 30em) {
    .modal__close {
        right: 0.5em;
    }
}*/
.modal__close:focus {
  outline: none;
  transform: scale(0.9);
}
.modal__close:hover {
  outline: none;
  transform: scale(1.1);
}
/*.modal a {
    font-family: sans-serif;
    color: #333;
    margin-top: 1em;
    display: block;
}*/

.modal__content {
  /* max-width: 100%; */
  /* height: 100%; */
  overflow: hidden;
  position: relative;
  padding: 2em;
}
.modal__content.open {
  padding: 0;
}
.modal__content.open .modal__header,
.modal__content.open .ingress,
.modal__content.open .recipes {
  display: none;
}
.single__back {
  display: none;
}
.modal__content.open .single__back {
  display: inline-block;
}
.icon-back {
  display: inline-block;
  transform: rotate(180deg);
}

.icon-sound__trigger {
  display: inline-block;
  color: inherit;
}
.icon-sound {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  bottom: -0.2em;
  margin-left: 0.3em;
  background-image: url("../assets/ui/audio-dark.png");
  background-size: cover;
  background-position: top right;
}
.voiceover--playing .icon-sound {
  -webkit-animation: sound 1s steps(1, end) infinite;
  animation: sound 1s steps(1, end) infinite;
}
@-webkit-keyframes sound {
  33% {
    background-position: top center;
  }
  66% {
    background-position: top left;
  }
  100% {
    background-position: top left;
  }
}
@keyframes sound {
  0% {
    background-position: top right;
  }
  33% {
    background-position: top center;
  }
  66% {
    background-position: top left;
  }
}

.modal__content * {
  margin-top: 0;
  margin-bottom: 0;
}
.modal__content * + * {
  margin-top: 1em;
}

/* Modal large */
.modal--large,
.modal--medium {
  padding: 2em 4% 9vh; /* the 9vh in the bottom is for iOS bottom navigation */
  pointer-events: all;
}

@media (min-width: 1600px) {
  .modal--medium {
    /* padding: 2em 25% 9vh; */
  }
}

@media (min-width: 1024px) {
  /* iPad landscape is 1024px */
  .modal--large,
  .modal--medium {
    padding-bottom: 2em;
  }
}

.modal--large .modal__wrap,
.modal--medium .modal__wrap {
  width: 100%;
  max-width: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.modal--medium .modal__wrap {
  width: 100%;
  max-width: 1024px;
}

.modal--large .modal__ghost-wrap {
  width: 100%;
  max-width: 100%;
}
.modal--medium .modal__ghost-wrap {
  width: 100%;
  max-width: 1024px;
}

.modal--large .modal__content,
.modal--medium .modal__content {
  width: 100%;
  padding: 5vw;
}

/* Fullscreen modal */
.fullscreen .modal--large .modal__wrap,
.fullscreen .modal--medium .modal__wrap {
  border: none;
  background-color: #e3e0d9;
  background-image: url("../assets/ui/papper.jpg");
  background-size: 300px 300px;
  height: 100%;
}
.fullscreen .modal--large,
.fullscreen .modal--medium {
  padding: 0;
}
.fullscreen .modal--large .modal__content,
.fullscreen .modal--medium .modal__content {
  padding-top: calc(5vw + 2.5em);
}

.fullscreen .modal--large .modal__close,
.fullscreen .modal--medium .modal__close {
  /* display: none; */
  top: 1em;
  right: 1em;
}

/* Single inside modal */
.single {
  display: none;
  animation: slideUp 0.6s cubic-bezier(0, 0, 0.2, 1) forwards;
  /*     padding: 5%;
    padding: 5vw; */
}
.single.open {
  display: block;
  /*transform: translateY(0);*/
}

.single__item {
  max-width: 70em;
  margin: 0 auto;
}

.single__img,
.recipe__img {
  display: block;
  padding: 0.5em;
  /*margin: 1em;*/
  background: #f3f0eb;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: -1px 2px 8px rgba(0, 30, 100, 0.1);
  transform: rotate(2deg);
  width: auto;
  height: auto;
}
.recipe:nth-child(2n) .recipe__img {
  transform: rotate(-1deg);
}
.recipe:nth-child(3n) .recipe__img {
  transform: rotate(-2deg);
}
@media (min-width: 70em) {
  .single__img {
    float: right;
    margin-left: 1em;
    max-width: 47%;
  }
}

.list {
  padding: 0;
}
.list ol,
.list ul {
  padding: 0 0 0 1em;
}

.list__item + .list__item {
  margin-top: 0.5em;
}
.list--name + .list {
  margin-top: 0.25em;
}

/* Recipes */
.recipes__ingress {
  font-size: 1.2em;
}
.recipes__content {
  margin-bottom: 4em;
  margin-top: 4em;
}
@media (min-width: 50em) {
  .recipes__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recipes__sidebar {
    margin-bottom: 1.5em;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-preferred-size: 33em;
    flex-basis: 33em;
    max-width: 33em;
    margin-right: 1em;
  }
  .recipes__description {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;

    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .recipes {
    flex-wrap: wrap;
  }
  .recipe {
    flex-basis: 48.5%;
  }
}
@media (max-width: 35em) {
  .recipe__item {
    margin-bottom: 2em;
  }
}

/* drawings & recipes */
.drawing {
  background: #f3f0eb;
  border-radius: 4px;
  overflow: hidden;
  margin: 1em 0;
  box-shadow: -1px 2px 8px rgba(0, 30, 100, 0.1);
}
.drawing p {
  padding: 0 1em 1em;
}
.drawings {
  max-width: 1024px;
  margin: 0 auto;
}
.drawing__img {
  display: block;
}

.drawings .ingress {
  margin: 1em;
}
.drawing h6 {
  margin: 0;
  padding: 1em 1em 1.5em;
}
.signature {
  width: 5em;
  height: auto;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

/* videos */
.videos,
.recipes {
  margin-bottom: 2em;
}
@media (min-width: 35em) {
  .videos,
  .recipes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 35em) {
  .video,
  .recipe {
    flex: 1 0 48%;
    max-width: 48%;
    margin-top: 0;
    margin-bottom: 1.5em;
    display: block;
  }
}
@media (min-width: 35em) {
  .video:nth-child(2n),
  .recipe:nth-child(2n) {
    margin-left: 2%;
  }
}

@media (max-width: 35em) {
  .videos .video + .video {
    margin-top: 2em;
  }
}

/* Cards */
.card {
  background: #f3f0eb;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: -1px 2px 8px rgba(0, 30, 100, 0.1);
  position: relative;
}
.card--large {
  min-height: 7em;
}
@media (min-width: 30em) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.card__img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 10em;
  min-height: 7em;
}
@media (min-width: 30em) {
  .card__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 7em;
    flex: 1 0 7em;
    max-width: 7em;
    height: auto;
  }
}

.card__content {
  width: 100%;
  padding: 1.5em 2em;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.profile {
  text-align: center;
}
.profile__img {
  max-width: 10em;
  height: auto;
}
.profile__stars {
  margin-top: 0;
  color: #fcf59e;
  display: inline-flex;
  align-items: center;
  font-size: 3em;
}

/* orange: #F7C534 */
/* yellow: #FCF59E*/

.profile__stars span {
  letter-spacing: 0.05em;
  text-shadow: 1px 2px 0 #b6c027, 2px 2px 0 #b6c027, 3px 4px 0 #ffffff,
    1px 4px 0 #ffffff, 0px 1px 10px #b6c027;
}
.text-shadow {
  color: rgba(72, 160, 72, 1);
  letter-spacing: 0.05em;
  text-shadow: 1px 2px 0 #ffffff, 2px 2px 0 #ffffff, 0px 1px 10px #ffffff;
}
.text-shadow.text-shadow--false {
  color: #d60f1b;
}

.profile__stars span {
  display: inline-block;
  margin-top: 0.1em;
  margin-left: 0.2em;
}

.profile__stella {
  overflow: hidden;
  width: 1.6em;
  padding-top: 1.6em;
  position: relative;
  max-width: 100%;
  display: inline-block;
}
.profile__stella:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../assets/animationer/stella_css.png) no-repeat;
  background-size: cover;
  width: 500%;
  height: 100%;
}
.profile__stars:hover .profile__stella:after {
  -webkit-animation: rodis 0.6s steps(5, end) 1;
  animation: rodis 0.6s steps(5, end) 1;
}

.profile__meter {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 20em;
  height: 3em;
  background: transparent;
  border: 2px solid #ffffff;
  position: relative;
  border-radius: 1.5em;
  overflow: hidden;
}

.profile__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #b6c027;
}

.profile__numbersleft {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 2em;
  color: #fcf59e;
  text-shadow: 0.5px 1px 0 #b6c027, 1px 1px 0 #b6c027, 0px 1px 10px #b6c027;
}

/* Tipspromenad */
@media (max-width: 30em) {
  .tipspromenad h1 {
    font-size: 1.5em;
  }
}
.tipspromenad__answer {
  font-size: 1.2em;
  margin-left: 1em;
}
@media (min-width: 30em) {
  .tipspromenad__answer {
    font-size: 1.5em;
  }
}
.tipspromenad__answersymbol {
  /*margin-left: -1.8em;*/
  color: #91ba4e;
  text-shadow: 1px 1px 0 #114f2e, 1px -1px 0 #114f2e, -1px -1px 0 #114f2e,
    -1px 1px 0 #114f2e, 0 1px 0 #114f2e, 0 -1px 0 #114f2e, -1px -0.5px 0 #114f2e,
    1px -0.5px 0 #114f2e, -1px 0.5px 0 #114f2e, 1px 0.5px 0 #114f2e,
    1px 2px 0 #12563a, 0 3px 0 #12563a, 0.5px 3px 0 #12563a,
    -0.5px 2px 0 #12563a, 1px 3px 0 #12563a;
}

/* Input style */
.tipspromenad__answer label:before {
  content: "";
  display: inline-block;
  border: 4px solid #91ba4e;
  width: 0.4em;
  height: 0.4em;
  border-radius: 1em;
  margin-left: -2em;
  margin-right: 0.2em;
}
.modal--bg .modal__content {
  background-size: auto 35%;
  background-position: 95% 95%;
  background-repeat: no-repeat;
}
@media (min-width: 30em) {
  .modal--bg .modal__content {
    background-size: auto 11em;
    min-height: 26em;
  }
}

input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tipspromenad__answer {
  margin-top: 0;
}
input[type="radio"] ~ label {
  transition: transform 0.3s cubic-bezier(0.06, 0.55, 0.18, 1.29);
  transform-origin: 50% 50%;
  display: inline-block;
}

input[type="radio"]:active ~ label {
  opacity: 1;
}

input[type="radio"]:checked ~ label {
  opacity: 1;
  color: #12563a;
  transform: scale(1.1);
}
input[type="radio"]:checked ~ label:before {
  background: #12563a;
}
input[type="radio"]:disabled ~ label {
  opacity: 0.5;
  color: #000;
}

fieldset {
  border: none;
  padding: 0;
}
legend {
  max-width: 100%;
}

.tipspromenad__answeroverlay {
  display: block;
  position: absolute;
  top: 2%;
  right: 12px;
  bottom: 2%;
  left: 12px;
  box-shadow: 7px 8px 0px 0px rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 1em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  -webkit-animation: fadeIn 0.2s forwards;
  text-align: center;
}

.tipspromenad__answeroverlay img {
  width: 80%;
  max-width: 10em;
}

.tipspromenad__answeroverlay--correct {
  /*rgba(72, 160, 72, 0.8)*/
  color: white;
  opacity: 0;
  animation: reveal 0.2s 0.2s cubic-bezier(0.06, 0.55, 0.18, 1.29) forwards;
  background-image: url(../assets/ui/papper-gront.jpg);
}
.tipspromenad__answeroverlay--false {
  opacity: 0;
  color: rgba(234, 77, 51, 0.8);
  transform-origin: top left;
  animation: revealRotate 1s 0.2s cubic-bezier(0.06, 0.55, 0.18, 1.29) forwards;
  background-image: url(../assets/ui/papper.jpg);
}

.tipspromenad_resultat-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 7em;
  height: auto;
}
.signature--center {
  margin-left: auto;
  margin-right: auto;
}

/* Help classes */
.s-top {
  margin-top: 3em;
}
.show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.center {
  text-align: center;
}

@media (min-width: 30em) {
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.column {
  display: block;
}
@media (min-width: 30em) {
  .column {
    margin-top: 0;
  }
  .column + .column {
    margin-left: 1em;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes reveal {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes reveal {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes revealRotate {
  0% {
    -webkit-transform: scale(0.8) rotate(0);
    transform: scale(0.8) rotate(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  30% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(3deg);
    transform: scale(1) rotate(3deg);
    opacity: 1;
  }
}
@keyframes revealRotate {
  0% {
    -webkit-transform: scale(0.8) rotate(0);
    transform: scale(0.8) rotate(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  30% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(3deg);
    transform: scale(1) rotate(3deg);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(100px) scale(0.98);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
