@font-face {
  font-family: "newsgothic";
  src: url("newsgothicmtstd.otf");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "newsgothicbold";
  src: url("newsgothicmtstd-bold.otf");
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  margin: 0;
  font: 3vmin/4.5vmin "newsgothic";
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;

  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("../bilder/noah-silliman-155839-unsplash_lo.jpg") no-repeat center center;
  background-size: cover;
  letter-spacing: 0.125vmin;
}

a,
.btn {
  color: #fff;
  text-decoration: none;
  transition: transform 0.1s ease-out;
}

.wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.w2 {
  margin-left: 50%;
}

.parent {
  width: 100%;
  height: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: 1s all;
}

.child {
  position: absolute;
  text-align: center;
  padding: 1%;
  pointer-events: all;
}

.one {
  background: no-repeat center center;
  background-size: cover;
  z-index: 2;
}

.two {
  background: no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.one:hover,
.two:hover {
  transform: scale(1.5);
}

.one:hover {
  background-color: rgba(117, 178, 42, 0.7);
}

.two:hover {
  background-color: rgba(220, 0, 99, 0.7);
}

.three {
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.1));
}

.logo {
  top: 0;
  left: 50%;
  z-index: 3;
  position: absolute;
}

.logo .child {
  transform: translate(-50%, 0);
  width: 10vmin;
  height: 9.5vmin;
  max-width: 150px;
  max-height: 150px;
  background: url("ff_logga_staende_vit.svg");
  background-size: cover;
}

.one .child {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.two .child {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.three .child {
  top: 50%;
  left: 50%;
  width: 55%;
  pointer-events: all;
  cursor: default;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4vmin;
  line-height: 4vmin;
  pointer-events: none;
}

.three .child .btn-container {
  pointer-events: auto;
}

.intro {
  font: 4vmin/4.5vmin "newsgothicbold";
}

.intro img {
  width: 20vmin;
}

.intro .sub {
  font: 3vmin/4.5vmin "newsgothic";
  text-transform: none;
}

hr {
  margin: 2vmin;
  width: 20vmin;
  clear: both;
  display: inline-block;
  border: none;
  border-top: 2px solid #fff;
  text-align: center;
}

/*
Type
*/
.btn {
  font-family: "newsgothicbold";
  background: #fff;
  border: 3px solid #fff;
  color: #2b382f;
}

.q {
  width: max-content;
  height: max-content;
  margin-bottom: 3vmin;
  /* border-radius: 50%; */
  display: inline-block;

  line-height: unset;
  display: flex;
  align-items: center;
  margin: 0 auto;
  display: flex;
  place-content: center;
  width: 7vmin;
  height: 7vmin;
}

.exclamation-mark-icon {
  margin: auto;
  transition: transform 0.1s ease-out;
  background-image: url('../bilder/exclamation-mark-icon.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.question-mark-icon {
  margin: auto;
  transition: transform 0.1s ease-out;
  background-image: url('../bilder/question-mark-icon.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7vmin;
  font-size: 3vmin;
  line-height: 3vmin;
  padding: 0.6em 3vmin 0.4em 3vmin;
  margin-top: 5vmin;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  pointer-events: all;
}

.btn--share {
  border: 3px solid #fff;
  margin-top: 0;
  width: max-content;
}

.btn--play {
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
  margin-top: 3vmin;
  width: 40vmin;
}

.btn--play::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 12%;
  height: 2em;
  margin-right: 1.8vmin;
  position: relative;
  top: 0.25em;
  background-image: url(../bilder/play.svg);
  background-position: center;
  background-size: 6vmin;
  background-repeat: no-repeat;
  overflow: visible;
  background-clip: content-box;
}

.one,
.two {
  font: 6vmin/6vmin "newsgothicbold";
}

.btn:hover {
  transform: scale(1.04);
  transition-timing-function: ease-in;
}

.qHeader,
.backlink {
  font: 1.5vmin/3vmin "newsgothicbold";
  text-transform: uppercase;
  margin-bottom: 1.8vmin;
}

.backlink {
  display: none;
  margin-top: 1.8vmin;
}

.qText {
  font: 3vmin/4.5vmin "newsgothic";
  text-transform: none;
}

.qText .question {
  font: 2vmin/3vmin "newsgothic";
  margin-bottom: 1vmin;
}

.qText.result {
  font: 5vmin "newsgothic";
  line-height: 1.2;
}


.language-container {
  display: grid;
  margin-top: 5vmin;
  line-height: initial;
  grid-row-gap: 1vh;
  pointer-events: all;
}


.language-select {
  display: flex;
  justify-content: center;
}

.language {
  font-size: 1.5vmin;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.language-title {
  text-decoration: none;
}


.divider {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.language--top {
  margin-top: 20px;
  margin-right: 20px;
  float: right;
  text-decoration: none;
  pointer-events: auto;
  transition: opacity 0.5s;
}

.language--top--rtl {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  text-decoration: none;
  pointer-events: auto;
  transition: opacity 0.5s;
}

.ssk-group {
  margin-top: 3vmin;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.ssk-text {
  font-size: 1.8vmin;
  line-height: 1.2;
  font-family: "newsgothicbold";
}

.about {
  line-height: 1.2;
  margin-top: 6vmin;
  pointer-events: all;
}

.about-title {
  font: 1.5vmin/3vmin "newsgothicbold";
  text-transform: uppercase;
}

.about-text {
  font-size: 1.5vmin;
  line-height: 1.3;
  text-transform: none;
}

.about-link {
  font: 1.5vmin/3vmin "newsgothicbold";
  text-transform: uppercase;
  text-decoration: underline;
}

.qText.result p {
  margin: 0.5em 0 1em 0;
}

@media screen and (orientation: landscape) {
  /* Quick-fix for unwanted spacing at the bottom
  - The font "newsgothicbold" was causing unwanted spacing at the bottom of characters,
  - Added a margin-top property to center characters ? and !.
  - This is a quick-fix, a more robust solution should be considered in the future.
  */
  .qText {
    width: 33vw;
    margin: 0 auto;
  }
}

@media screen and (orientation: portrait) {
  .wrapper {
    width: 100%;
    height: 50%;
    position: absolute;
    overflow: hidden;
  }

  .w2 {
    margin-left: 0%;
    top: 50%;
  }

  .three .child {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .logo .child {
    width: 20vmin;
    height: 20vmin;
  }

  .q {
    width: 9vmin;
    height: 9vmin;
    margin-bottom: 3vmin;
    line-height: unset;
  }

  .btn {
    font-size: 4vmin;
    line-height: 1;
    padding: 0.65em 1.5em 0.35em 1.5em;
  }

  .btn--share,
  .btn--play {
    min-width: 50vmin;
  }

  .qText {
    font: 18px/28px "newsgothic";
    text-transform: none;
  }

  .qText .question {
    font: 15px/23px "newsgothic";
    margin-bottom: 1vmin;
  }

  .qText.result {
    font: 24px "newsgothic";
    line-height: 1.2;
  }

  .qHeader {
    font: 12px/17px "newsgothicbold";
  }

  .one,
  .two {
    font: 10vmin/10vmin "newsgothicbold";
  }

  .language {
    font-size: 12px;
  }

  .ssk-text {
    font-size: 3vmin;
  }

  .about-title {
    font: 12px/17px "newsgothicbold";
  }

  .about-text {
    font-size: 12px
  }

  .about-link {
    font: 12px/17px "newsgothicbold";
  }

  .btn--play::before {
    background-size: 10vmin;
  }

  .intro {
    font-size: 7vmin;
    line-height: 8vmin;
  }

  .intro img {
    width: 40vmin;
  }

  .intro .sub {
    font-size: 5vmin;
    line-height: 6vmin;
  }

  .language--top {
    margin-right: 10px;
    margin-top: 15px;
  }
  
  .language--top--rtl {
    margin-left: 10px;
  }

  .three .child {
    width: 90%;
  }

  .one .child {
    top: 45%;
  }

  .two .child {
    top: 70%;
  }

  .two .child-rtl {
    top: 45%;
  }

  .one .child-rtl {
    top: 70%;
  }

  .language--top--rtl .two .child {
    top: 45%;
  }
}

.one,
.two,
.qWrap {
  display: none;
}

@media (max-width: 350px) {
  .language--top--rtl,
  .language--top {
    font-size: 10px;
  }
}
  