/* ****** */
/* Variables */
/* ****** */
:root {
  --color-bg: #F2F0EA;
  --color-hl: #774A15;
}

/* ****** */
/* General */
/* ****** */
html, body, .container {
  height: 100%;
  font-size: 12px;
}

body {
  touch-action: pan-x pan-y;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: unset; /* disable kinetic scroll */
}

.container {
  max-width: 720px !important;
}

.animal-friend {
  max-height: calc(100vh - 580px);
  width: auto;
  margin: 0 auto;
  display: block;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

img {
  max-width: 100%;
  height: auto;
}

.header_images {
  width: 608px;
}

.imgborder {
  border: 4px solid white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

#app {
  position: relative;
  background-color: var(--color-bg);
  min-height: 100%;
}

h1 {
  font-size: 20px;
  color: #774A15;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#preload {
  display: none;
}

.navigate {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: var(--color-hl);
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}

.carousel-navigation {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #774A15;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 10;
  opacity: 1;
  overflow: visible;
}
.carousel-navigation.disabled {
  cursor: auto;
  opacity: 0.5;
}

.alt-navigation {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 3;
}

.button {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #774A15;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
}

#next-button.disabled, .button.disabled {
  opacity: 0.5;
  cursor: default;
}

.navigate:hover, .navigate:active, .navigate:focus {
  background-color: #8d5719;
  color: white;
}

.skip-task {
  clear: both;
  cursor: pointer;
  margin: 15px;
  margin-left: 0px;
  color: #774A15;
}

.quiz-container {
  overflow: hidden;
}

#continents-container {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.task6 .correct, .task6 .wrong {
  color: white;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 8px;
  font-size: 16px;
}
.task6 .correct {
  background-color: #065b51;
}
.task6 .wrong {
  background-color: #e92300;
}

.form-elem {
  width: 100%;
  display: block;
  height: 42px;
  padding: 0px 10px;
  line-height: 42px;
  border: 2px solid #774A15;
  border-radius: 0px;
  -webkit-appearance: none;
  outline: none;
  border-radius: 4px;
}
.form-elem.active {
  border-color: #8b1f1d;
}
.form-elem.correct {
  border: 2px solid green;
}
.form-elem.locked {
  opacity: 0.5;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 200%;
  z-index: 100;
  left: 0px;
  top: 0px;
}

.instruction-overlay1 {
  padding: 15px;
  padding-top: 30px;
  display: none;
}

.instruction-overlay2 {
  padding: 15px;
  padding-top: 30px;
  display: none;
}

.overlay-content {
  background-color: white;
  margin: 30px;
  padding: 15px;
  font-size: 16px;
}

/* ****** */
/* Header */
/* ****** */
.app-header {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: white;
  z-index: 3;
}

.app-logo {
  padding: 15px 15px;
  height: 80px;
}

.app-breadcrumbs {
  padding: 10px 15px;
  text-transform: uppercase;
}

#reset-application {
  position: fixed;
  right: 15px;
  bottom: 65px;
  cursor: pointer;
  color: red;
  z-index: 10000;
}

.bumblebee {
	position: absolute;
	right: 120px;
	top: 15px;
	width: 70px;
	height: 70px;
	z-index: 10;
	cursor: pointer;
}

.bumblebee-animation {
	width: 70px;
	height: 70px;
	background-position: 0px;
	background-size: auto 70px;
	background-repeat: no-repeat;
}

.bumblebee-info {
  position: absolute;
  top: -27px;
  left: -3px;
  z-index: 11;
  color: white;
  -webkit-text-stroke: 2px #862C2B;
  font-weight: 700;
  font-size: 48px;
}

 #bumblebee-text,
.bumblebee-text {
  position: relative;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 21px;
  margin: 30px 0 15px;
  overflow: visible;               
  box-sizing: border-box;
}

#bumblebee-text.arrow-up::after,
.bumblebee-text.arrow-up::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 46px;
  background: url("../img/bubble_up.png") no-repeat center/cover;
  right: 120px;
  transform: translateX(-50%);
  bottom: calc(100% - 0.5px);
}


.bubble-content {
  display: flex;
  align-items: center;              
  gap: 16px 24px;
  flex-wrap: nowrap;                
}

.bumblebee-animal-info {
/*   flex: 1 1 200px;
  min-width: 200px;  */  
  flex: 1 1 auto;
  min-width: 50%;                   
  word-wrap: break-word;
}

.bumblebee-info-img {
/*   flex: 0 0 auto;             
  max-width: 250px; */
  flex: 0 0 auto;             
  max-width: 300px;
  min-width: 200px;
  padding-right: 25px;
  width: auto !important;           
  height: auto;
  display: block;
  object-fit: contain;
  align-self: center;               
}

@media (max-width: 600px) {
  .bubble-content {
    flex-wrap: wrap;               
    align-items: flex-start;
  }
  .bumblebee-info-img {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100% !important;          
    align-self: flex-start;
  }
}

#bumblebee-text.inactive,
.bumblebee-text.inactive {
  display: none;
}


.wombat-head {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 150px;
  height: 125px;
  z-index: 10;
  cursor: pointer;

  overflow: hidden;
}

.wombat-help {
  position: absolute;
  bottom: -16px;
  right: 0px;
  z-index: 11;
  color: white;
  -webkit-text-stroke: 2px #862C2B;
  font-weight: 700;
  font-size: 55px;
}

.wombat-head-animation {
  width: 150px;
  height: 125px;
  background-position: 0px;
  background-size: auto 125px;
  background-repeat: no-repeat;

  position: absolute;
  left: -1px;
}

#wombat-body {
  width: 490px;
  height: 470px;
  background-position: 0px;
  margin-left: 60px;
}

#wombat-text, .wombat-text, #bumblebee-text, .bumblebee-text, #friend-text, .friend-text {
  padding: 20px 30px;
  background-color: white;
  border-radius: 40px;
  border: 1px solid black;
  font-size: 21px;
  margin-bottom: 30px;
  position: relative;
}

#wombat-text2, .wombat-text2 {
  padding: 20px 30px;
  background-color: white;
  border-radius: 40px;
  border: 1px solid black;
  font-size: 21px;
  margin-bottom: 30px;
  position: relative;
  top: -30px;
}

#wombat-text:after, .wombat-text:after, #wombat-text2:after, .wombat-text2:after, #friend-text:after, .friend-text:after {
  content: "";
  display: block;
  width: 65px;
  height: 63px;
  background-image: url("../img/bubble.png");
  position: absolute;
  top: 100%;
  left: 45px;
}
#wombat-text.inactive, .wombat-text.inactive, #wombat-text2.inactive, .wombat-text2.inactive, #bumblebee-bubble.inactive, .bumblebee-bubble.inactive, #friend-text.inactive, .friend-text.inactive {
  display: none;
}
#wombat-text.active, .wombat-text.active, #wombat-text.active2, .wombat-text2.active, #bumblebee-bubble.active, .bumblebee-bubble.active, #friend-text.active, .friend-text.active {
  display: block;
}
#wombat-text.no-arrow:after, .wombat-text.no-arrow:after, #wombat-text2.no-arrow:after, .wombat-text2.no-arrow:after, #bumblebee-bubble.no-arrow:after, .bumblebee-bubble.no-arrow:after, #friend-text.no-arrow:after, .friend-text.no-arrow:after {
  display: none;
}
#wombat-text.arrow-up, .wombat-text.arrow-up, #wombat-text2.arrow-up, .wombat-text2.arrow-up, #bumblebee-bubble.arrow-up, .bumblebee-bubble.arrow-up, #friend-text.arrow-up, .friend-text.arrow-up {
  margin-bottom: 15px;
  margin-top: 30px;
}
#wombat-text.arrow-up:after, .wombat-text.arrow-up:after, #friend-text.arrow-up:after, .friend-text.arrow-up:after {
  content: "";
  display: block;
  width: 58px;
  height: 46px;
  background-image: url("../img/bubble_up.png");
  position: absolute;
  left: auto;
  top: auto;
  bottom: 100%;
  right: 45px;
}

#wombat-text2.arrow-up:after, .wombat-text2.arrow-up:after {
  content: "";
  display: block;
  width: 58px;
  height: 46px;
  background-image: url("../img/bubble_up.png");
  position: absolute;
  left: auto;
  top: auto;
  bottom: 100%;
  left: 170px;
}

.wombat-bumblebee {
  width: 490px;
  /* height: 470px; */
  background-position: 0px;
  margin-left: 60px;
}

#bumblebee-bubble, .bumblebee-bubble {
  padding: 20px 30px;
  background-color: white;
  border-radius: 40px;
  border: 1px solid black;
  font-size: 21px;
  margin-bottom: 30px;
  position: relative;
}
#bumblebee-bubble:after, .bumblebee-text-bubble:after {
  content: "";
  display: block;
  width: 65px;
  height: 63px;
  background-image: url("../img/bubble.png");
  position: absolute;
  top: 100%;
  left: 45px;
}

/* ****** */
/* Progress */
/* ****** */
.app-progress-bar {
  position: relative;
  height: 10px;
  background-color: #C6812F;
  z-index: 8;
}

.app-progress-bar-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 10px;
  background-color: #774A15;
}

/* ****** */
/* Loader */
/* ****** */
#loading-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
}

.loader {
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(225, 225, 225, 0.7);
}

.instruction {
  font-size: 14px;
  border-left: 4px solid #C6812F;
  padding-left: 19px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ****** */
/* Alerts */
/* ****** */
#alert-container {
  position: fixed;
  bottom: 60px;
  width: 300px;
  z-index: 100;
  left: 50%;
  margin-left: -150px;
  font-size: 18px;
}

.alert {
  margin-top: 15px;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #774A15;
  background-color: white;
}

/* ****** */
/* Content */
/* ****** */
#content-container {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}

.quiz-container {
  padding: 30px 15px;
}

@media only screen and (max-width: 375px) {/* (max-width: 767px) */
  .container {
    padding: 0px;
  }
}
/* ****** */
/* Entry Name */
/* ****** */
.color-switch {
  text-align: center;
}

.color-switch-elem {
  width: 60px;
  height: 60px;
  border: 2px solid black;
  border-radius: 4px;
  margin: 15px;
  display: inline-block;
  cursor: pointer;
}
.color-switch-elem.active {
  border-color: #8b1f1d;
}
.color-switch-elem.color-switch-elem-grey {
  background-color: rgb(120, 120, 120);
}
.color-switch-elem.color-switch-elem-black {
  background-color: rgb(50, 50, 50);
}
.color-switch-elem.color-switch-elem-bright {
  background-color: rgb(220, 220, 220);
}
.color-switch-elem.color-switch-elem-brown {
  background-color: #856749;
}

.team-switch {
  text-align: center;
  margin-bottom: 30px;
}

.team-switch-elem, .switch-elem {
  width: 160px;
  height: 80px;
  border: 4px solid black;
  border-radius: 4px;
  margin: 15px;
  display: inline-block;
  cursor: pointer;
  color: rgb(50, 50, 50);
  font-weight: bold;
  line-height: 72px;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
}
.team-switch-elem.active, .switch-elem.active {
  border-color: #8b1f1d;
  background-color: #8b1f1d;
  color: white;
}
.team-switch-elem.team-switch-elem-alone, .switch-elem.team-switch-elem-alone {
  background-color: rgb(200, 200, 200);
}
.team-switch-elem.team-switch-elem-team, .switch-elem.team-switch-elem-team {
  background-color: rgb(200, 200, 200);
}

.entry-forms {
  display: inline-block;
}

.form-group {
  width: 30%;
/*   float: right;
  align-items: end; */
}

.group-label {
  font-size: 20px !important;
  padding-right: 10px;
}

.form-name {
  width: 65%;
  padding-right: 5%;
}

.custom-select {
  position: relative;

  font-size: 20px;
  height: 42px;
}

.custom-select select {
  display: none;
}


/* ****** */
/* Quiz 1 */
/* ****** */
.quiz-connection-item {
  width: 80%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.quiz-connection-item .audio-player {
  position: absolute;
  right: 0px;
  top: 0px;
}

.quiz-connection-item-container {
  position: relative;
}

.quiz-connection-left .quiz-connection-item-container:after {
  content: "=";
  width: 10px;
  display: block;
  position: absolute;
  right: -5px;
  top: 10px;
  text-align: center;
}

.quiz-connection-left {
  width: 50%;
  float: left;
}
.quiz-connection-left .quiz-connection-item.active, .quiz-connection-left .quiz-connection-item.locked {
  left: 15px;
  border: 2px solid #C6812F;
}

.quiz-connection-right {
  width: 50%;
  float: right;
}
.quiz-connection-right .quiz-connection-item.active, .quiz-connection-right .quiz-connection-item.locked {
  left: -15px;
  border: 2px solid #00A7FB;
}

#overwrite .quiz-connection-item.locked {
  border-color: grey;
}

#overwrite .quiz-connection-item.success {
  border-color: green;
}

/* ****** */
/* Quiz 2 */
/* ****** */
.quiz-memory {
  overflow: hidden;
  width: 475px;
  margin: 0 auto;
  padding: 15px;
}

.quiz-memory-card {
  width: 100px;
  height: 100px;
  line-height: 96px;
  text-align: center;
  background-color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #774A15;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid white;
}
.quiz-memory-card:nth-child(4n) {
  margin-right: 0px;
}
.quiz-memory-card .quiz-memory-card-back {
  display: block;
  background-color: #774A15;
  width: 100%;
  height: 100%;
}
.quiz-memory-card .quiz-memory-card-front {
  display: none;
}
.quiz-memory-card.active .quiz-memory-card-back {
  display: none;
}
.quiz-memory-card.active .quiz-memory-card-front {
  display: block;
}
.quiz-memory-card.locked {
  border: 2px solid green;
}
.quiz-memory-card.locked .quiz-memory-card-back {
  display: none;
}
.quiz-memory-card.locked .quiz-memory-card-front {
  display: block;
}

/* ****** */
/* Quiz 3 */
/* ****** */
.gap-text {
  padding-bottom: 120px;
}
.gap-text .gap {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  text-align: center;
  background-color: white;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
}
.gap-text .gap.active, .gap-text .gap:focus, .gap-text .gap:active {
  border-bottom: 2px solid #C6812F;
}
.gap-text .gap.correct {
  border-bottom: 2px solid green;
  opacity: 0.5;
}

#container-input-outer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
}

#container-input {
  min-height: 120px;
  background-color: #F2F0EA;
  border-top: 4px solid white;
  padding: 15px;
  font-weight: bold;
}

#gap-input {
  height: 42px;
  line-height: 42px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  border: none;
  background-color: white;
  outline: none !important;
  border-bottom: 4px solid #C6812F;
}
#gap-input.correct {
  border-bottom: 2px solid green;
  opacity: 0.5;
}

#friend {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px 15px;
  width: 100%;
}

/* ****** */
/* Quiz 4 */
/* ****** */
.carousel-page {
  display: none;
}
.carousel-page.active {
  display: block;
}

.audio-player {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-image: url("../img/sound.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  cursor: help;
}
.audio-player.full {
  border: 1px solid #C6812F;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.audio-quiz-text {
  font-size: 16px;
}

.audio-quiz-switcher {
  position: relative;
}
.audio-quiz-switcher.locked {
  opacity: 0.5;
}
.audio-quiz-switcher.locked .audio-quiz-switch {
  cursor: auto;
}

.audio-quiz-switch {
  position: relative;
  display: block;
  border: 1px solid rgb(200, 200, 200);
  text-align: center;
  line-height: 42px;
  height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px;
  background-color: white;
  cursor: pointer;
  padding-left: 50px;
  padding-right: 50px;
}
.audio-quiz-switch .audio-player {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
  background-color: rgb(200, 200, 200);
}
.audio-quiz-switch .audio-switch-button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.audio-quiz-switch .audio-title {
  position: relative;
  z-index: 3;
}
.audio-quiz-switch.active {
  border: 1px solid #C6812F;
}
.audio-quiz-switch.active .audio-player {
  background-color: #C6812F;
}
.audio-quiz-switch.active:before {
  background-color: #C6812F;
}
.audio-quiz-switch:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(200, 200, 200);
  right: 5px;
  top: 5px;
}
.audio-quiz-switch:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: rgb(220, 220, 220);
  right: 10px;
  top: 10px;
}
.audio-quiz-switch.correct {
  border: 1px solid green;
}
.audio-quiz-switch.correct:before {
  background-color: green;
}

/* ****** */
/* Quiz 5 */
/* ****** */
.map-quiz-input {
  margin-bottom: 10px;
  margin-top: 10px;
}

.map-quiz-text {
  font-size: 16px;
  font-weight: bold;
}

/* ****** */
/* Quiz 6 */
/* ****** */
.soup-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: -20px;
  display: block;
}

.soup {
  touch-action: none;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  border: 3px solid #C6812F;
  background-color: white;
  box-sizing: border-box;
  margin: 15px auto;
  position: relative;
}
.soup .single-character {
  position: absolute;
  display: block;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 1;
}

.single-character {
  font-weight: bold;
  font-size: 21px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: white;
  border-radius: 0px;
  border: 1px solid rgb(50, 50, 50);
}
.single-character.active {
  background-color: rgb(200, 200, 200);
}
.single-character.done {
  opacity: 0.4;
  z-index: 0;
}

.soup-placeholders {
  touch-action: none;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  border: 3px dotted #C6812F;
  height: 56px;
  padding: 5px;
}
.soup-placeholders.correct {
  border-color: green;
  opacity: 0.7;
}

.soup-placeholders .single-character {
  display: inline-block;
  -webkit-appearance: none;
  background-color: white;
  border-radius: 0px;
  border: 1px solid rgb(50, 50, 50);
  outline: none;
  box-shadow: none;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.soup-placeholders .single-character.active, .soup-placeholders .single-character:hover, .soup-placeholders .single-character:active, .soup-placeholders .single-character:focus {
  border: 1px solid #C6812F;
}
.soup-placeholders .single-character.correct {
  border: 1px solid green;
  opacity: 0.5;
}

.quiz-cross-container {
  max-width: 100%;
}

.quiz-cross {
  margin: 0 auto;
  max-width: 400px;
  border: 1px solid rgb(100, 100, 100);
  box-sizing: content-box;
  background-color: none;
  background-image: url("../img/task_1/pingu_selfie-brown.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%, auto;  

}

.pinguin-words{
  display: block;
  float: left;
  font-size: 16px;
  margin: 5px;
}

.solution-words{
  height: 80px;
}

.quiz-cross-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.quiz-cross-row {
  overflow: hidden;
}

.quiz-cross-cell {
/*   width: 40px;
  height: 40px;  */
  width: 10%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid rgb(100, 100, 100);
  float: left;
  cursor: pointer;

  pointer-events: auto;
  touch-action: none;
}

.quiz-cross-audio {
  position: relative;
  top: 15px;
}

.quiz-cross-presentation {

  display: inline-block;

}


.quiz-cross-cell.default:hover {
  background-color: hsla(0, 0%, 80%, 1);
}

.quiz-cross-cell.active {
  background-color: #C6812F;
  color: white;
}

.quiz-cross-cell.default {
  background-color: white;
}

.quiz-cross-cell.right, .quiz-cross-cell.right:hover {
  background-color: green;
  color: white;
}

.quiz-cross-cell.false, .quiz-cross-cell.false:hover {
  background-color: red;
  color: white;
}
.quiz-cross-cell.select, .quiz-cross-cell.select:hover {
  background-color: hsla(0, 0%, 80%, 1);
  color: white;
}

.quiz-cross-cell.locked {
  /*background-color: rgb(200, 200, 200); */
  /*color:  rgb(150, 150, 150);  */
  color: rgba(0, 0, 0, 0);
  border: none;
  cursor: auto;
  
}

#quiz-cross-results {
  font-size: 16px;
  margin-top: 15px;
}



/* ****** */
/* Quiz 8 */
/* ****** */
.quiz-table {
  border: 3px solid #774A15;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 15px;
  height: 328px;
}

.table-elem {
  border: 2px solid #774A15;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  width: 30%;
  margin-left: 1.6%;
  margin-right: 1.6%;
  float: left;
  cursor: pointer;
}
.table-elem:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-elem.active {
  background-color: #C6812F;
  color: white;
}
.table-elem.done {
  cursor: auto;
  opacity: 0.5;
}

.quiz-8 .placeholder, .task10_2 .placeholder {
  border: 2px dotted #774A15;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-top: 8px;
}
.quiz-8 .placeholder.correct, .task10 .placeholder.correct, .task10_2 .placeholder.correct {
  border: 2px dotted green;
}
.quiz-8 .placeholder.locked, .task10 .placeholder.locked, .task10_2 .placeholder.locked {
  cursor: auto;
  opacity: 0.5;
}

.choose-word-sentence {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  margin-bottom: 15px;
}

.choose-word-language {
  display: inline-block;
  width: 130px;
}

.choose-word, .dropplet {
  border: 2px solid #774A15;
  text-align: center;
  height: 42px;
  line-height: 38px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 0 10px;
  background-color: white;
}
.choose-word:hover, .dropplet:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.choose-word.active, .dropplet.active {
  background-color: #C6812F;
  color: white;
}
.choose-word.done, .dropplet.done {
  cursor: auto;
  opacity: 0.5;
}

/* ****** */
/* Quiz 9 */
/* ****** */
.quiz-tongue .carousel-page {
  font-size: 16px;
}

/* ****** */
/* Quiz 10 */
/* ****** */
.dropplets {
  padding: 15px;
}

.task10 .placeholder {
  margin: 5px;
}
.task10 .col-4:nth-child(odd) {
  font-size: 16px;
  line-height: 70px;
  text-align: right;
  font-weight: bold;
}

.table .dropplet {
  margin-right: 10px;
  margin-bottom: 0px;
}

.task10 .dropplets {
  height: 85px;
}

.task10_2 td:nth-child(odd) {
  font-size: 16px;
  line-height: 40px;
  text-align: right;
  font-weight: bold;
}

.task10_2 .placeholder, .task10 .placeholder {
  line-height: inherit;
}

.task10_2 .placeholder .dropplet, .task10 .placeholder .dropplet {
  margin-right: 15px;
}
.task10_2 .placeholder .dropplet:last-child, .task10 .placeholder .dropplet:last-child {
  margin-right: 0px;
}

.task10_2 .quiz-table {
  padding-top: 0px;
  height: 170px;
}

/* ****** */
/* Quiz 12 */
/* ****** */
#random-words-container {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}

.task12 .choose-word {
  position: absolute;
  background-color: white;
  margin-left: -30px;
}

.drop-containers {
  overflow: hidden;
}

.overlay-content .dropplets {
  height: 72px;
  padding-bottom: 0px;
}

.drop-container {
  width: 100%;
  border: 2px dotted #774A15;
  padding: 15px;
  padding-bottom: 0px;
  height: 76px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.drop-container.correct {
  opacity: 0.5;
  background-color: green;
  border-color: white;
}
.drop-container.wrong {
  opacity: 0.4;
  border-color: red;
  color: red;
}
/***********************
** Task 7
***********************/

.task7-new .fruit-table {
  padding-top: 40px;
/*    height: 200px; */
  /* border: 3px solid #774A15; */
  overflow: hidden;
  width: 100%;
/*   padding-top: 10px;
  margin-bottom: 15px; */
  
}

.task7-new {
  /* -ms-touch-action: none; */
  /* touch-action: pan-y pinch-zoom; */

  /* touch-action: none; */ 
  
  /* overflow: hidden; */
}

.task7-new .dropplet-row {
  border: none;
  display: inline-block;
  padding-bottom: 40px;

  width: 100%;
  /* height: 200px; */
/*   -ms-touch-action: none;
  touch-action: none; */
}

.task7-new .img-dropplet {
/*   height: 100px;
  width: 100px; */
  margin-right: -25px;
  background-repeat: no-repeat;
  background-size: auto 100%;
/*   display: block; 
  float: left;  */
  display: inline-block;
  position: relative;

}

.fix-gu-transit {
  opacity: 1;
  margin: 100px;
}

.fix-gu-unselectable {
  opacity: 1;
}

.fix-gu-mirror {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block; 

}

.task7-new .img-dropplet:hover {
  /* background-color: rgba(0, 0, 0, 0.1); */
  opacity: 0.5;
}
.task7-new .img-dropplet.active {
  background-color: #C6812F;
  color: white;
}
.task7-new .img-dropplet.done {
  cursor: auto;
  opacity: 0.5;
}

.task7-new .locked {
  width: 100%;
  height: auto;
}

.task7-new .placeholder {
  /* border: 2px solid #cc0000; */
}

.task7-new .position {
  /* border: 2px solid #22cc00; */
}

.image-placeholder {
  width: inherit;
  height: 100%;
  position: absolute; /* absolute */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.img-overlay {
  width: inherit;
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}



.task7-new .field{
  position: absolute;
  z-index: 4;
/*   -ms-touch-action: none;
  touch-action: none; */
/*   width: 50%;
  padding: 15px;
  padding-bottom: 0px; 
  height: 50%; */
}

 .puzzle-picture {
  margin: auto;
  width: 50%;
  height: auto;
  
}

.puzzle {
  position: relative;
  width: 100%;

}

.task7-new .inactive {
   /*  border: 2px dotted rgba(119, 74, 21, 10); */
  /*   font-weight: bold;
    text-align: center;
    font-size: 14px; */
  
}

.task7-new .placeholder .img-dropplet, .task10 .placeholder .img-dropplet {
  margin-right: 15px;
}

.task7-new .placeholder .img-dropplet:last-child, .task10 .placeholder .img-dropplet:last-child {
  margin-right: 0px;
} 

/***********************
** Task Secret Place
***********************/

.taskSecret {
height: 100%;
}

.canvas {

  background-image: url('../img/task_secret_place/BG.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;

}

.time-bar-container {
  width: 100%;
  height: 20%;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 11;
  padding-left: 5.5%;
  padding-top: 2%;
  padding-right: 4.5%;
}

.time-bar {
  background-color: greenyellow;
  border-color: black;
  border-style: solid;
  border-width: 2px;
  width: 100%;
  height: 100%;

}

.time-bar-background {
  position: relative;
  left: 0px;
  right: 0px;
  background-color: #774A15;
  width: 100%;
  height: 100%;

}

.timer-and-score {
  position: relative;
  left: calc(60% - 10px);
  top: 10px;

  width: 40%;
  height: 20%;
}

.plank-elem {
  width: 100%;
  height: 100%;
}

.plank {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 12;
}

.net-size {  
  height: 100%;
  width: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 13;
}

.net-img {
  max-width: inherit;
  position: static;
  
  width: auto;
  height: 100%;
}

.plastic-waste {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.waste-container {
  width: 30px;
}

.marine-creatures {
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

.fish-container {
  width: 10px; 

}

.img-control {
  max-width: inherit;
  position: static;  /* Wenn auf static gesetzt, dann drehen sich die Müll-Items normal, mit absolute versetzt. */
  
  width: 100%;
  height: auto;
}

.status-button {
  display: block;
  height: 60px;
  margin-bottom: 40px;
  line-height: 60px;
  background-color: #774A15;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.status:hover, .status:active, .status:focus {
  background-color: #8d5719;
  color: white;
}

/*****************
** Task 9
******************/

/* .img-container.friend {
  width: 100%
  background-image: url('./img/task_9/bg_tree.png');
} */

@media only screen and (max-width: 600px) {
  .img-container {
    width: 100%;
    position: relative;
    top:0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
  
    margin-right: auto;
    margin-left: auto;
  
  }
}
@media only screen and (min-width: 601px) {
.img-container {
  width: 60%;
  position: relative;
  top:0px;
  right: 0px;
  left: 0px;
  bottom: 0px;

  margin-right: auto;
  margin-left: auto;

}
}
.task_9-img-bg{
  width: 100%;
  height: auto;

  /* position: absolute; */
}

.task_9-img-wombat{
  width: 100%;
  height: auto;

  position: absolute;
  top:0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.task_9-image-placeholder {
  width: inherit;
  height: 100%;
  position: absolute; /* absolute */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -2;
}

.task_9-img-friend{
   width: 60%;
  height: auto; 

  position: absolute;
/*   top:0px;
  right: 0px;*/
  left: -20%; 
  bottom: 3%;
}

/***********************
** Task 10
**********************/

.task10 {
  height: 150%;
}
.task10-canvas {
background-image: url('../img/task_10/bg.jpg');
background-color: #fffbf7;
background-size: 100% auto; /* auto 100%; */
background-repeat: no-repeat;
width: 100%;
position: relative;
overflow: hidden;
/* height: calc(100% - 100px); */ /* minus Körbhöhe */
height: 100%;
}

.word-container {
  width: 100%;
  height: 100%;
}

.bottom-img {
/* background-image: url('../img/task_10/boden.png');
background-size: 100% auto;
background-repeat: no-repeat; */
width: 100%;
height: auto;
position: absolute;
bottom: 0px;

}

  .basket {
    position: relative;
    width: 50%;
    float: left;
  }

 .basket-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
.task10 .placeholder {

    border: 2px dotted #774A15;
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: 100%;/* 60px; */
    font-weight: bold;
    display: block;
    position: absolute;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }
.bowl-1 {
  width: 50%;
  left: 4%;
  bottom: 10px;
}

.bowl-2 {
  width: 48%;
  left: 54%;
  bottom: 10px;
}

.game-container{
  height: 60%;
}

.word {
  position: absolute;
  cursor: pointer;
}

.task10 .placeholder .word {
  margin-top: 10px;
  text-shadow: #fffbf7 0px 0 20px, 
  #fffbf7 0px 0 20px, 
  #fffbf7 0px 0 20px,
  #fffbf7 0px 0 10px,
  #fffbf7 0px 0 10px,
  #fffbf7 0px 0 10px,
  #fffbf7 0px 0 10px;
   background-color: #fffbf7;
  border-radius: 15px;
  box-shadow: #fffbf7 0px 0 10px, 
  #fffbf7 0px 0 10px,
  #fffbf7 0px 0 10px,
  #fffbf7 0px 0 10px,
  #fffbf7 0px 0 10px,
  #fffbf7 0px 0 10px,
  #fffbf7 0px 0 10px,
  #fffbf7 0px 0 10px; 
/*  border-width: 2px;
  outline: 14px solid  #fffbf7;
   outline-offset: -1px;  */
}

.basket-name {
  position: relative;
  top: 45%;
  text-align: center;
  width: 100%;
}

.singular {
  color: #6f3ee6;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #11006c;
  font-size: 20px;
}

.plural {
  color: #4fb48c;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #347864;
  font-size: 20px;
  }

  .solution-container {
    /* position: relative; */
    width: 100%;
    /* height: auto; */
  }
  
/*   .solution {
    width: 40%;
    float: left;
  } */

  .solutions .word {
    /* width: 100%; */
    /* background: blue; */
  }

  .solution-singular .solutions {
    margin-top: 10px;
    /* text-align: start; */
    font-size: 14px;
    margin-right: auto;
    float:right;
  }

  .solution-plural .solutions {
    margin-top: 10px;
    /* text-align: start; */
    font-size: 14px;
    margin-right: auto;
    float:left;
  }

  .solution-singular {
    width: 40%;
    float: left;
/*     color: #c6812f;
    font-weight: 700;
    -webkit-text-stroke-width: none;
    -webkit-text-stroke-color: none;
    font-size: 16px; */

  }

  .solution-plural {
    width: 40%;
    float: left;
/*     color: #862b2a;
    font-weight: 700;
    -webkit-text-stroke-width: none;
    -webkit-text-stroke-color: none;
    font-size: 16px; */

  }

  .solution-singular .basket-name{
    text-align: right;
  }

  .solution-plural .basket-name{
    text-align: left;
  }


.arrow-container {
   /* height: 100%; */ /* TODO: gucken, ob inherit oder sowas genommen werden muss */
  width: 20%;
  float: left;
  font-size: 30px;

  position: relative;
  top: -7px;
  /* color: #774a15; */
/*   margin-top: auto;
  margin-bottom: auto; */

  text-align: center;
}

.word-list {
  margin-top: 24px;
  width: 100%; /* 300px; */
  margin-right: auto;
  margin-left: auto;
  text-align: center;

  color: #2e0c00;

  height: auto;
}

.word-list-title {
  font-size: 20px;
}

/***********************
** Basis
***********************/

.dialog {
  z-index: 3;
}

.buttons-basis {
  display: block;
  float: left; 
  /* display: inline-block;  */
  height: 60px;
  line-height: 60px;
  background-color: #774A15;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  
   width: 50%; 
  /* overflow: hidden; */

}

.button-container {
  position: absolute; 
  left: 0px;
  top: 50%;
  z-index: 7;
  width: 100%;
}

.basis:hover, .basis:active, .basis:focus {
  background-color: #8d5719;
  color: white;
}

.continent-status {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: -1px; /* Test for line Problem on ios */
  z-index: 5;
}

.continents {
  position: relative; 
  left: 0px;
  top: 0px;
  z-index: 6;
}

.svg-container {
  position: relative; 
  left: 0px;
  top: 0px;
}

.narwhale-container {
  position: absolute;
  left: 43%;
  top: 1%;
  width: 14%;
  z-index: 7;
}

.narwhale {
  width: 100%;
}

.background-image {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 5;
}

.dialog-container {
  height: 120px;
}


/**********************
** Task 9
**********************/

.word-container {
  text-align: center;
  position: relative;
}

.alignment-container{
  display: inline-block;
  font-size: 20px;
  margin-bottom: 16px;
  /* margin: 0 auto; */
/*   position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto; */
}

.invisible-letter{
  color: transparent;
}

.visible-letter{
  color: black;
}

.right-letter{
  color: white;
  background: green;
}

.gap {
  display: inline-block;
  border-bottom: solid 2px #774a15;
}

.center-img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
}

.result-words{
 text-align: center;
  padding-top: 16px;
  font-size: 16px;
  color: #774a15;
}


/***********************
** Mobile Styles
***********************/
 @media (max-width: 749px) { /* (max-width: 749px) */

/*      #overwrite {
    max-width: 749px;
    height: auto;
  }    */

  #wombat-text, .wombat-text, #bumblebee-text, .bumblebee-text, #wombat-text2, .wombat-text2{
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 15px;
  }

  

#friend-text, .friend-text {
  font-size: 16px;
}
  #wombat-body {
    margin-left: 40px;
  }
  .color-switch-elem {
    margin: 10px;
  }
  .quiz-container {
    padding: 15px;
  }
  .quiz-memory {
    width: 375px;
    padding: 0px;
  }
  .quiz-memory-card {
    width: 75px;
    height: 75px;
    line-height: 71px;
    font-size: 14px;
  }
  .one-letter {
    width: 38px;
    height: 38px;
    line-height: 38px;
  } 
}

/* @media (max-width: 400px) {
  #wombat-text, .wombat-text {
    font-size: 12px;
  }

#friend-text, .friend-text {
  font-size: 12px;
}
}

@media (max-height: 520px) {
  #wombat-text, .wombat-text {
    font-size: 14px;
  }

#friend-text, .friend-text {
  font-size: 14px;
}
} */

@media (max-width: 400px) {
  #bumblebee-text, .bumblebee-text,
  #wombat-text, .wombat-text,
  #friend-text, .friend-text { font-size: 14px; }
}

/* Tablets (Portrait) */
@media (max-width: 768px) {
  #bumblebee-text, .bumblebee-text,
  #wombat-text, .wombat-text,
  #friend-text, .friend-text { font-size: 14px; }
}

@media (max-height: 400px) {
  #bumblebee-text, .bumblebee-text,
  #wombat-text, .wombat-text,
  #friend-text, .friend-text { font-size: 14px; }
}

/* Tablets (Portrait) */
@media (max-height: 768px) {
  #bumblebee-text, .bumblebee-text,
  #wombat-text, .wombat-text,
  #friend-text, .friend-text { font-size: 14px; }
}

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