/* GLOBAL STYLES */
html {
  font-family: helvetiva, arial, sans;
  scroll-behavior: smooth;
}
p {
  line-height: 1.5;
}

/* HEADER */
.header {
  box-sizing: border-box;
  position: fixed;
  height: 3rem;
  width: 100vw;
  /*padding-top: 2px;*/
  border-bottom: 3px solid #000;
  background-color: #fff;
  z-index: 15;
}
/* MENU STYLES */
.menu {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.menu-check, .hide-menu {
  display: none;
}
.show-menu .drop-trigger > svg {
  padding-top: 4px;
  margin-bottom: -2px;
}
.hide-menu {
  display: none;
  padding-top: 8px;
  padding-bottom: 2px;
}
.hide-menu .octicon-x {
  fill: #ff9027;
}
.menu-check:checked ~ .header-nav {
  max-height: 1000px;
}
.menu-check:checked ~ .hide-menu {
  display: block;
}
.menu-check:checked ~ .show-menu {
  display: none;
}
.header-nav {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  z-index: 50;
  transition: all 0.2s ease-in-out;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}

.header-nav li {
  display: block;
  border-bottom: 3px solid black;
}
.header-nav li ~ li {
  
}
.header-nav li:first-child {
  border-top: 3px solid black;
}
.menu-item {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  display: flex;
  padding: 25px;
}
.menu-item span {
  flex: 1;  
}
.menu-item-1:hover, .menu-item-1:active {
  background-color: rgba(46, 195, 202, 0.2);
}
.menu-item-2:hover, .menu-item-2:active {
  background-color: rgba(255, 144, 39, 0.2);
}
.menu-item-3:hover, .menu-item-3:active {
  background-color: rgba(218, 0, 82, 0.2);
}
.menu-item-4:hover, .menu-item-4:active {
  /*background-color: rgba(0, 0, 180, 0.2);*/
  background-color: rgba(46, 195, 202, 0.2);
}
.menu-item-5:hover, .menu-item-5:active {
  /*background-color: rgba(20, 240, 40, 0.2);*/
  background-color: rgba(255, 144, 39, 0.2);
}

/* FOOTER */
.footer {
  bottom: 0;
  box-sizing: border-box;
  position: fixed;
  height: 2rem;
  width: 100vw;
  border-top: 3px solid black;
  background-color: #fff;
  z-index: 9;
}
.lang-selection {
  font-weight: bold;
  text-align: center;
  padding-top: 0.4em;
  display: block;
  margin: 0 auto;
}
.lang-selection a{
  padding: 5px 15px;
}
.lang-selection a {
  color: #000;
  text-decoration: none;
}
.lang-selection a.lang-active {
  color: #ff9027;;
}
.lang-active {
  color: #ff9027;
}

/* CONTENT STYLES */
.content-wrapper {
  display: flex;
  height: 100vh;
}
.content {
  box-sizing: border-box;
  flex: 1 1 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

/* SCROLL ARROW */
.start-link:after {
  /*bottom: 5vh;
  color: #000;
  content: "﹀";
  font-size: 36px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);*/
}
.scroll-arrow {
  color: #ff9027;
  width: 100%;
  bottom: 0;
  font-size: 4rem;
  text-align: center;
  position: fixed;
  padding-bottom: 30px;
  line-height: 0.4;
}
.scroll-arrow span {
  display: block;
  transform: scale(2, 1);
}
.scroll-arrow-right {
  color: #ff9027;
  box-sizing: border-box;
  font-size: 4rem;
  text-align: center;
  width: 50%;
  bottom: 20px;
  position: fixed;
  line-height: 0.6;
}
.scroll-arrow-right span {
  display: block;
  transform: scale(2, 1);
}

.scroll-arrow-gradient {
  /*padding-top: 80px;*/
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/* START STYLES */
.start {
  height: 100%;
}
.hero-text {
  padding: 20px 0.5em;
  box-sizing: border-box;
  text-align: left;
  font-family: helvetiva, arial, sans;
  font-size: 75px;
  font-weight: bold;
}
.hero-text {
  display: block;
}
.filterbubble-text {
  padding: 30px;
  font-weight: bold;
  font-size: 30px;
}
.filterbubble-text > p {
  line-height: 1.3;
}
.start-link {
  text-decoration: none;
}
.start-wrapper {
  
}
.start-shape {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  height: 20vh;
  border: 3px solid #ff9027;
  border-radius: 100%;
  position: relative;
  color: #ff9027;
}
.start-shape > span {
  padding: 5px;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.start-shape:hover, .start-shape:active {
  background-color: #ff9027;
  color: #fff
}

/* QUESTION STYLES */
.question {
  padding-top: 10px;
}
.question-box {
  background-color: #fff;
  border: 3px solid #000;
  box-shadow: 2px 2px 6px #666;
  border-radius: 3px;
  margin: 50px;
}
.question-topbar {
  height: 20px;
  border-bottom: 3px solid #000;
  padding: 5px 0 2px 10px;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.question-text {
  font-size: 25px;
  font-weight: bold;
  padding: 25px;
}
.question-text p {
  line-height: 1.5;
}
.question-button {
  position: absolute;
  /*background-color: hotpink;*/
  /*height: 18vh;
  width: 18vh;*/
  height: 80px;
  width: 80px;
  transform: scale(1.3) translate(-33%, -33%);
  z-index: 10;
}
.question-button.yes {
  left: 20%;
  top: 80%;
}
.question-button.no {
  left: 80%;
  top: 80%;
}
.question-button img {
  height: 100%;
}
/* INFOBOX STYLES */
.info-trigger {
  background-color: #fff;
  position: absolute;
  top: 15%;
  left: 20%;
  width: 100px;
  height: 100px;
  border: 3px solid #da0052;
  color: #da0052;
  text-transform: uppercase;
  border-radius: 100%;
  transform: rotate(15deg);
  box-shadow: 2px 2px 6px #666;
}
.info-trigger-check {
  display: none;
}
.info-trigger-check:checked ~ .info-wrapper{
  display: block;
}
.info-trigger-check:checked ~ label {
  display: none;
}
.info-trigger > span {
  font-size: 30px;
  font-weight: bold;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info-trigger, .info-box {
  cursor: pointer;
}
.info-wrapper {
  position: absolute;
  top: 15%;
  left: 20%;
  display: none;
  z-index: 11;
}
.info-box {
  color: #da0052;
  border: 3px solid #da0052;
  background-color: white;
  box-shadow: 2px 2px 6px #666;
  border-radius: 3px;
  max-width: 350px;
}
.info-topbar {
  height: 30px;
  border-bottom: 3px solid #da0052;
}
.info-topbar > span {
  font-size: 1rem;
  padding: 4px;
  float: right;
}
.info-topbar .octicon-x {
  fill: #da0052;
}
.info-text {
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
}
.info-text a {
  color: black;
  word-break:break-all;
}

/* RESULT STYLES */

.result-topbar {
  font-size: 30px;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  /*height: 5vh;*/
  padding: 30px 10px 10px 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.result-title {
  flex: 1;
}
.download-result {
  flex: 0;
  padding: 20px;
}

.result-hero {
  /*background-color: violet;*/ 
  width: 98%;
  height: 85vh;
}
.result-shape {
  position: relative;
  top: 40%;
  transform: translate(0, -50%);
  border: 3px solid black;
  border-radius: 999px;
  text-align: center;
  margin: auto;
  /*background-color: lawngreen;*/
  width: 85vw;
  height: 85vw;
}
.result-shape > span {
  padding: 5px;
  font-size: 40px;
  font-weight: bold;
  color: black;
  position: relative;
  transform: translate(0, -50%);
  text-transform: uppercase;
  top: 50%;
  display: block;
  margin: auto;
}
.result-text {
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  overflow-wrap: break-word;
}
.tips-text {
  padding: 20px;
  font-size: 15px;
  /*font-weight: bold;*/
  line-height: 1.2;
}
.tips-text h2 {
  font-weight: bold;
}
.tips-text a {
  color: black;
}
.tips-text h2 {
  /*line-height: 4;*/
  margin: 30px 0 20px;
}

/* DISCUSSION STYLES */
.discussion {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: -20px;
}
.discussion .col-two {
  flex: 1;
  background-color: rgba(281, 9, 82, 0.15);
}
.discussion-topbar {
  font-size: 30px;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  /*height: 5vh;*/
  text-transform: uppercase;
  padding: 30px 30px 0;
  display: flex;
  align-items: center;
}
.discussion-topbar a {
  margin-top: 5px;
  margin-left: 20px;
}
.discussion-title {
  flex: 1;
}
.discussion-text {
  font-size: 25px;
  font-weight: bold;
  padding: 30px;
  line-height: 1.4;
}
.before-trigger-check, .after-trigger-check {
  display: none
}
.detail-wrapper.before, .detail-wrapper.after {
  display: none;
}
.before-trigger-check:checked ~ .detail-wrapper.before {
  display: block;
}
.after-trigger-check:checked ~ .detail-wrapper.after {
  display: block;
}
/*.before-trigger-check:checked ~ label.before-after-trigger {
  display: gone;
}
.after-trigger-check:checked ~ label.before-after-trigger {
  display: gone;
}*/
.detail-wrapper {
  background-color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
  top: 0;
  left: 0;
  position: absolute;
  /*overflow-y: scroll;*/
  z-index: 9;
}
.detail-topbar {
  padding: 20px 20px 0;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.detail-topbar > span {
  flex: 1;
}
.detail-topbar > .close {
  flex: 0;
  text-align: right;
  padding-right: 10px;
}
.before .detail-topbar {
  color: #ff9027;
}
.after .detail-topbar {
  color: #2ec3ca;
}
/*.before .detail-text {
  padding-top: 20px;  
}*/
.detail-text {
  box-sizing: border-box;
  padding: 20px 20px 80px;
  font-size: 28px;
  font-weight: bold;
  height: 100vh;
  /*overflow-y: auto;*/
}
.before-after-shape {
  background-color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding: 50px;
  text-align: center;
  border: 3px solid #000;
  margin: 10px 50px 30px;
  border-radius: 100%;
}
.before-after-shape > span {
  text-transform: uppercase;
}
.before-after-shape:hover > span, .before-after-shape:active > span {
  color: #fff;
}
.before-after-shape.before {
  border-color: #ff9027;
  color: #ff9027;
}
.before-after-shape.before:hover, .before-after-shape.before:active {
  background-color: #ff9027;
}
.before-after-shape.after {
  border-color: #2ec3ca;
  color: #2ec3ca;
}
.before-after-shape.after:hover, .before-after-shape.after:active {
  background-color: #2ec3ca;
}
.detail-topbar .close {
  padding-top: 2px;
}
.detail-topbar .before .octicon-x {
  fill: #ff9027;
}
.detail-topbar .after .octicon-x {
  fill: #2ec3ca;
}
.impressum {
  margin: 20px;
  line-height: 1.3;
}
.impressum-title {
  font-size: 30px;
  font-weight: bold;
  box-sizing: border-box;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.impressum-logos a ~ a{
  margin-left: 30px;
}
.impressum-text {
  font-size: 18px;
  margin-top: 20px;
  color: black;
  margin-bottom: 40px;
  line-height: 1.4;
}
.impressum-text a {
  color: black;
}
.privacy {
  margin: 20px;
  line-height: 1.3;
}
.privacy-title {
  font-size: 30px;
  font-weight: bold;
  box-sizing: border-box;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.privacy-text {
  font-size: 18px;
  margin-top: 20px;
  color: black;
  margin-bottom: 40px;
  line-height: 1.4;
}
.privacy-text li {
  margin-left: 30px;
}


@media (min-width: 450px) {
  .question-box {
    max-width: 350px;
    margin: 50px auto;
  }
  .result-shape {
    height: 51vh;
    width: 51vh;
  }
}

@media (max-width: 799px){
  .scroll-arrow-right {
    display: none;
  }
}

@media (min-width: 800px) {
  .menu {
    padding-left: 1em;
    text-align: left;
  }
  .header-nav {
    width: 50vw;
    border-left: 0;
  }
  .hide-menu .octicon-x {
    margin-left: -4px;
    margin-top: -2px;
    margin-bottom: 2px;
  }
  .hero-text {
    font-size: 70px;
  }
  .start-shape > span {
    font-size: 70px;
  }
  .col-two {
    position: relative;
  }
  .col {
    overflow: hidden;
  }
  .col-left {
    position: fixed;
    float: left;
    margin-top: 3rem;
    margin-bottom: 2rem;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    border-right: 3px solid #000;
  }
  .col-right {
    box-sizing: border-box;
    float: right;
    width: 50%;
    top: 0;
    left: 50%;
    /*background-color: red;*/
    overflow-y: auto;
  }
  .scroll-arrow {
    display: none;
  }
  .scroll-arrow-right {
    padding-bottom: 10px;
  }
  .question {
    padding-top: 50px;
  }
  .question-text {
    font-size: 35px;
    font-weight: bold;
    padding: 30px;
  }
  .question-text p {
    line-height: 1.2;
  }
  .result-hero {
    width: 80%;
    height: 30%;
    margin: auto;
  }
  .result-shape {
    top: 50%;
    border-radius: 100%;
    margin: 0 auto;
    width: 90%;
    height: 70%;
  }
  .result-shape > span {
    font-size: 2.2em;
    top: 50%;
    display: block;
    margin: auto;
  }
  .detail-wrapper {
    background-color: #fff;
    position: absolute;
    margin: 0;
    top: 0%;
    left: 51%;
    width: 48%;
    height: 100%;
    z-index: 25;
    /*border-left: 3px solid black;*/
  }
  .detail-wrapper div {
    background-color: #fff;
  }
  .discussion .col-two {
    background-color: #fff;
  }
  .discussion .col-left {
    background-color: rgba(281, 9, 82, 0.15);
  }
  .discussion-text {
    font-size: 20px;
  }
  .discussion .col-right {
    background-color: #fff;
  }
  .before-after-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 400px) and (max-height: 700px) {
  .question-text {
    font-size: 20px;
    font-weight: bold;
    padding: 25px;
  }
  .question-text p {
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  .hero-text {
    font-size: 103px;
  }
  .start-shape > span {
    font-size: 100px;
  }
}

@media (min-width: 1200px) and (max-height: 800px){
  .hero-text {
    font-size: 83px;
  }
  .start-shape > span {
    font-size: 80px;
  }
}

@media (max-width: 380px) {
  .result-shape > span {
    font-size: 2em;
  }
}