@import url("assets/kiosk-games.css");

/* General */
*                                       { margin: 0; padding: 0; box-sizing: border-box; font-family: var(--font-family-text); -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-weight: 400; font-style: normal; text-shadow: none !important; }
h1, h2, h3, h4, h5, h6                  { font-family: var(--font-family-heading); font-weight: normal; font-synthesis: none; }
.home-headline,
.tile__label,
.game-over-screen .game-over-title,
.game-end-screen .game-end-title,
.game-win-screen .game-win-title,
.grand-prize-modal .grand-prize-title,
.grand-prize-modal .grand-prize-prize,
.form-headline,
.ready-word,
.ausgabe-status {
  font-family: var(--font-family-heading) !important;
  font-weight: normal !important;
  font-synthesis: none !important;
}
html,
body                                    {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body                                    { background-color: #00A5FF; }
input,
textarea,
select,
[contenteditable="true"]                {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  touch-action: auto;
}
img,
button,
a,
.tile,
.color-part,
.memory-card,
.game_btn                               {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
a,
a:visited,
a:hover,
a:active                              { color: #FFFFFF; }
.logo                                   {
  width: var(--logo-width);
  min-width: 0;
  max-width: none;
  height: auto;
  bottom: var(--logo-inset-bottom);
  left: var(--logo-inset-left);
  position: fixed;
  z-index: 90;
}
.logo-form,
.logo-form img                          { width: 350px !important; }

@media screen and (max-width: 399px)    {
  .logo-form,
  .logo-form img                        { width: 300px !important; }
}


/* Intro Page */
.container                              { width: 100%; height: 100%; top: 0; z-index: 4; position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.container p                            { margin-bottom: 1em; font-size: 2em; color: #FFFFFF; }
.container span                         { font-weight: 600; }
.container .home,
.container .home img                    { width: 100%; max-width: 50%; top: 50%; left:50%; transform: translate(-50%, -50%); position: absolute; z-index: 99; }
.container button                       { bottom: 20px; right: 20px; padding: 0.4em 1em; font-size: 2.2em; border-radius: 0.3em; color: #FFFFFF; background-color: #00A5FF; cursor: pointer; border: 1px solid #FFFFFF; outline: none; position: absolute; z-index: 3; }
.container .highscore                   { overflow-y: auto; }

#rangliste                              { top:20px; left:20px; font-size: 2.2em; color: #FFFFFF; position: absolute; z-index: 9; }
#rangliste a                            { color: #FFFFFF; border: none; outline: none; }
input[type="checkbox"],
input[type="radio"]                     { width: 20px; height: 20px; }
input[type="checkbox"]:checked,
.form-check-input:checked               { background-color: #FFFFFF !important; color: #00A5FF; outline: 0; }

#add_result_button                      { max-width: 75%; padding: 0.4em 1em; font-size: 1.1em; border-radius: 0.3em; color: #FFFFFF; background-color: #00A5FF; text-decoration: none; cursor: pointer; border: 1px solid #FFFFFF; outline: none; z-index: 3; }

@media screen and (min-width: 768px)    {
  #add_result_qr_code                   { display: block; }
  #add_result_button                    { display: none; }
}

@media screen and (max-width: 767px)    {
  body                                  { font-size: 10px; }
  .wrapper                              { width: 100% !important; height: 100% !important; }
  #add_result_qr_code                   { display: none; }
  #add_result_button                    { display: block; }
  .container button                     { font-size: clamp(15px, 3.5vw, 20px); }
}

@media screen and (max-width: 575px)    {
  .container .home,
  .container .home img                  { width: 100%; max-width: 75%; }
  .container .highscore                 { width: 100%; }
  .container button                     { font-size: 18px; }
}

@media screen and (max-width: 399px)    {
  .container button                     { font-size: 15px; }
}


:root {
  /* Kiosk UI – Referenz 1080×1920; vmin = gleich auf Hoch- und Querformat */
  --kiosk-content-width: clamp(360px, 56vmin, 600px);
  --kiosk-headline: clamp(3.6rem, 8.5vmin, 6.8rem);
  --kiosk-button-height: clamp(100px, 13vmin, 150px);
  --kiosk-button-font: clamp(2.4rem, 5.4vmin, 4.2rem);
  --kiosk-button-gap: clamp(18px, 3vmin, 32px);
  --kiosk-body-font: clamp(1.25rem, 3.4vmin, 2.1rem);
  --kiosk-bar-height: clamp(22px, 3vmin, 34px);
  --kiosk-ready-1: clamp(4.5rem, 16vmin, 11rem);
  --kiosk-ready-2: clamp(5.5rem, 20vmin, 13rem);
  --kiosk-ready-3: clamp(6rem, 24vmin, 16rem);
  --kiosk-hud-font: clamp(1.8rem, 3.8vmin, 3rem);
  --kiosk-hud-close-size: clamp(80px, 13vmin, 120px);
  --kiosk-hud-close-font: clamp(3.4rem, 8.5vmin, 5.8rem);
  --kiosk-hud-side-pad: clamp(100px, 18vmin, 180px);
  --kiosk-score-font: clamp(1.6rem, 3.8vmin, 2.8rem);
  --kiosk-gameover-title: clamp(3.2rem, 8.5vmin, 6.5rem);
  --kiosk-game-board: clamp(320px, 58vmin, 820px);
  --kiosk-gameover-sub: clamp(1.05rem, 2.8vmin, 1.45rem);
  --kiosk-gameover-win: clamp(3.4rem, 9vmin, 7rem);
  --kiosk-gameover-win-text: clamp(5vmin, 7.5vmin, 8.5vmin);

  --letter-spacing-heading: 0;
  --letter-spacing-label: 0.01em;

  --logo-width: clamp(150px, 20vmin, 280px);
  --logo-inset-bottom: clamp(16px, 2.6vmin, 34px);
  --logo-inset-left: clamp(16px, 2.6vmin, 28px);
  --game-hud-top: 12px;
  --game-hud-close-size: var(--kiosk-hud-close-size);
  --game-hud-row-height: var(--game-hud-close-size);
  --game-hud-font-size: var(--kiosk-hud-font);
  --game-hud-side-pad: var(--kiosk-hud-side-pad);
  --game-hud-close-font: var(--kiosk-hud-close-font);
  --game-hud-inset-x: clamp(16px, 2.5vmin, 28px);
  --simon-side-gap: clamp(16px, 2.5vmin, 40px);
  --simon-bottle-gap: clamp(10px, 1.8vmin, 22px);
  --simon-size-scale: 1;
  --simon-board-width: min(calc(var(--kiosk-game-board) * var(--simon-size-scale)), calc(100vw - 2 * var(--simon-side-gap)));
  --simon-bottle-width: calc((var(--simon-board-width) - 3 * var(--simon-bottle-gap)) / 4);
  --simon-board-height: calc(var(--simon-bottle-width) * 1200 / 394);
}
html.simon-bottles-small {
  --simon-size-scale: 0.82;
}
html.simon-bottles-large {
  --simon-size-scale: 1.24;
}
html.game-close-disabled #closegame {
  display: none !important;
}
/* .wrapper layout → assets/kiosk-games.css */
.simon                                  {
  width: var(--simon-board-width);
  height: var(--simon-board-height);
  top: 50%;
  left: 50%;
  background-color: transparent;
  border-radius: 0.5em;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: var(--simon-bottle-gap);
  box-sizing: border-box;
}
.simon:before                           {
  width: var(--simon-board-width);
  height: var(--simon-board-height);
  top: 50%;
  left: 50%;
  background-color: transparent;
  border-radius: 0.5em;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  z-index: 1;
}
#countdown,
#userinfo,
#closegame                              {
  position: fixed;
  top: var(--game-hud-top);
  height: var(--game-hud-row-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transform: none;
}
#userinfo                               {
  width: 100%;
  left: 0;
  right: 0;
  padding-left: var(--game-hud-side-pad);
  padding-right: var(--game-hud-side-pad);
  font-family: var(--font-family-text);
  font-size: var(--game-hud-font-size);
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  z-index: 40;
  line-height: 1;
  font-weight: 400;
  text-shadow: 0 1px 4px rgba(0, 40, 100, 0.35);
  pointer-events: none;
}
#userinfo:empty                          { display: none; }
#closegame                              {
  right: var(--game-hud-inset-x);
  font-size: var(--game-hud-close-font);
  line-height: 1;
  z-index: 200;
  pointer-events: auto;
  justify-content: flex-end;
}
#closegame a                            {
  color:#FFFFFF;
  border: none;
  outline: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--game-hud-close-size);
  height: 100%;
  min-width: var(--game-hud-close-size);
  min-height: 0;
  line-height: 0.85;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
#countdown                              {
  left: var(--game-hud-inset-x);
  font-family: var(--font-family-text);
  font-size: var(--game-hud-font-size);
  line-height: 1;
  color: #ffffff;
  z-index: 40;
  font-weight: 400;
  text-shadow: 0 1px 4px rgba(0, 40, 100, 0.35);
  pointer-events: none;
  white-space: nowrap;
  justify-content: flex-start;
}
#countdown #countdownvalue,
#countdown span                          { font-weight: 400; }


/* Register Page */
/*
.new-label                              { width: 20px; height: 20px; background-color: #FFFFFF; }
*/


/* Simon */
.bottle-img                             { width: 300px; height: 915px; position: absolute; z-index: 9; }
.color-part                             {
  position: relative;
  flex: 0 0 var(--simon-bottle-width);
  width: var(--simon-bottle-width);
  max-width: var(--simon-bottle-width);
  height: 100%;
  left: auto;
  top: 0;
  cursor: pointer;
  z-index: 99;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.4;
  transition: opacity 0.12s ease;
  transform-origin: center bottom;
}
.simon.simon-bottles-intro .color-part {
  opacity: 0;
  animation: simonBottleFadeIn 0.65s ease forwards;
}
.simon.simon-bottles-intro .color1 { animation-delay: 0s; }
.simon.simon-bottles-intro .color2 { animation-delay: 0.1s; }
.simon.simon-bottles-intro .color3 { animation-delay: 0.2s; }
.simon.simon-bottles-intro .color4 { animation-delay: 0.3s; }
@keyframes simonBottleFadeIn {
  from { opacity: 0; }
  to { opacity: 0.4; }
}
html.simon-tap-shrink-enabled .color-part {
  transition: transform 0.12s ease, opacity 0.12s ease;
}
html.simon-tap-shrink-enabled .color-part.is-simon-tap-shrink {
  transform: scale(0.88);
}
.color1,
.color2,
.color3,
.color4                                 { top: 0; left: auto; background-color: transparent; }
.bottle-gruen                           { background-image: url(img/simon/bottle_1.png); background-size: contain; background-repeat: no-repeat; background-position: center bottom; }
.bottle-rot                             { background-image: url(img/simon/bottle_2.png); background-size: contain; background-repeat: no-repeat; background-position: center bottom; }
.bottle-blau                            { background-image: url(img/simon/bottle_3.png); background-size: contain; background-repeat: no-repeat; background-position: center bottom; }
.bottle-gelb                            { background-image: url(img/simon/bottle_4.png); background-size: contain; background-repeat: no-repeat; background-position: center bottom; }


/* Counter */
#count                                  { width: 10em; height: 2em; bottom: 0%; left: 50%; font-size: 2.5em; border-radius: 0.3em; background-color: #00A5FF; color: #FFFFFF; border: 1px solid #FFFFFF; position: absolute; transform: translate(-50%, -50%); z-index: 1; display: grid; place-items: center; }
.hide                                   { display: none; }

.game-over-screen,
.game-end-screen {
  text-align: center;
  color: #ffffff;
  padding: 12px;
  max-width: 92vw;
}
.game-over-screen .game-over-title,
.game-end-screen .game-end-title,
.game-end-title {
  margin: 0;
  font-family: var(--font-family-heading);
  font-size: var(--kiosk-gameover-title);
  font-weight: normal;
  font-synthesis: none;
  line-height: 0.95;
  letter-spacing: var(--letter-spacing-heading);
  text-transform: uppercase;
  text-shadow:
    0 0 22px rgba(255, 255, 255, 0.5),
    5px 5px 0 #004a99,
    -4px -4px 0 rgba(255, 255, 255, 0.45);
  animation: gameOverSlam 0.45s cubic-bezier(0.12, 0.85, 0.28, 1.15) both;
}
.game-win-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  padding: clamp(12px, 3vmin, 24px);
  color: #ffffff;
  text-align: center;
  overflow: visible;
}
.game-win-screen .game-win-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(94vw, var(--kiosk-content-width));
  margin: 0 auto;
  padding: 0 clamp(8px, 2vw, 16px);
  box-sizing: border-box;
  font-family: var(--font-family-heading);
  font-size: var(--kiosk-gameover-win-text);
  font-weight: normal;
  font-synthesis: none;
  line-height: 1.08;
  letter-spacing: var(--letter-spacing-heading);
  text-align: center;
  text-transform: none;
  text-shadow:
    0 0 22px rgba(255, 255, 255, 0.5),
    3px 3px 0 #004a99,
    -2px -2px 0 rgba(255, 255, 255, 0.45);
  animation: gameWinPop 0.45s cubic-bezier(0.12, 0.85, 0.28, 1.15) both;
}
.game-win-screen .game-win-line {
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 1.1;
  white-space: normal;
  overflow-wrap: normal;
}
.game-win-screen .game-win-line-nowrap {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  width: auto;
  max-width: none;
}
.game-win-screen .game-win-line-lead {
  font-size: min(1em, 8.2vw);
  margin-bottom: 0.08em;
}
.game-win-screen .game-win-line-brand {
  letter-spacing: var(--letter-spacing-heading);
  font-size: min(1em, 8.6vw);
}
.game-win-screen .game-win-line + .game-win-line {
  margin-top: 0.14em;
}
@keyframes gameWinPop {
  0% {
    opacity: 0;
    transform: scale(1.25) rotate(-3deg);
  }
  60% {
    opacity: 1;
    transform: scale(0.98) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.game-over-screen .game-over-sub,
.game-end-screen .game-end-sub {
  margin: 0.85em 0 0;
  font-family: var(--font-family-text);
  font-size: var(--kiosk-gameover-sub);
  font-weight: 600;
  letter-spacing: var(--letter-spacing-label);
  opacity: 0.95;
  white-space: nowrap;
}
@keyframes gameOverSlam {
  0% {
    opacity: 0;
    transform: scale(1.8) rotate(-4deg);
  }
  60% {
    opacity: 1;
    transform: scale(0.92) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}



/* Anpassungen MPo */

#counter_redirect {
  display: inline;
  width: auto;
  min-width: 0;
  font-variant-numeric: tabular-nums;
}
/*
#userinfo { font-size: 2.2em; position: absolute; top:20px; left:20px; z-index: 9; color: #ffffff; }
#rangliste { font-size: 2.2em; position: absolute; top:20px; left:20px; z-index: 9; color: #ffffff; }

#rangliste a { color: #ffffff; }
*/
h3 { color: #ffffff; font-size: 2.2em; padding-top: 20px; padding-bottom: 20px; }
td { color: #ffffff; font-size: 1.4em; border-top: 1px solid #ffffff !important; }
th { color: #ffffff; font-size: 1.4em; border-top: 1px solid #ffffff !important; border-top:0px !important; }

/*
#closegame { font-size: 55px; position: absolute; top:10px; right:20px; z-index: 9; }
#closegame a { color:#ffffff; }
*/
/*
    .logo { position: absolute; bottom:20px; left:20px; z-index: 9; max-width: 100%; }
    .home { position: absolute; bottom:10%; left:25%; z-index: 9; max-width: 50%; }
*/    
/*
    .container p {
        color: #ffffff;
    }
/*
    .container button {
        background-color: #ffffff;
        color: #00A5FF;
        font-size: 2.2em;
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 0.4em 1em;
        z-index: 3;
    }  
  */  
#score {
    position: fixed;
    right: var(--logo-inset-left);
    bottom: var(--logo-inset-bottom);
    font-family: var(--font-family-heading);
    font-size: var(--kiosk-score-font);
    color: #ffffff;
    padding: 0;
    text-align: right;
    line-height: 1.2;
    z-index: 40;
    flex-direction: column;
    align-items: flex-end;
    font-weight: normal;
    text-shadow: 0 1px 4px rgba(0, 40, 100, 0.35);
    pointer-events: none;
}

#score:not([style*="display: none"]):not([style*="display:none"]) {
    display: flex;
}

#score .score-line {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.2em;
  white-space: nowrap;
}

#score .score-line label,
#score .score-line span {
  display: inline;
  white-space: nowrap;
  font-weight: normal;
}

#score .score-reward-hint {
  display: block;
  margin-top: 0.35em;
  font-family: var(--font-family-text);
  font-size: var(--kiosk-body-font);
  font-weight: 400;
  opacity: 0.95;
  line-height: 1.25;
  white-space: nowrap;
}

#score #scoreValue,
#score #scoreLabel {
  font-weight: normal;
}

.form-control {
    font-size: 2em;
    border: 0px;
    outline: none;
    padding: 4px;
    padding: 5px;
    height: 50px;
    padding-left: 10px;
}

.btn-primary {
    height: 50px;
    font-size: 2em;
    background-color: #00A5FF;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border: 0px;
    outline: none;
    padding: 5px;
    width: 100%;
}

.btn-primary:hover {
    background-color: #00A5FF !important;
    color: #FFFFFF !important;
    opacity: 0.8;
    transition: all 1s ease-out;
}

.btn-primary:active {
    background-color: #00A5FF !important;
    color: #FFFFFF !important;
    opacity: 0.8;
    transition: all 1s ease-out;
}

.btn-primary:focus {
    background-color: #00A5FF !important;
    color: #FFFFFF !important;
    opacity: 0.8;
    transition: all 1s ease-out;
}

textarea:focus, input:focus, button:focus, submmit:focus{
    outline: none;
}

.btn-primary:focus { outline:0 !important; }
.form-control:focus { outline:0 !important; box-shadow: none !important; }

p a {
    color: #ffffff;
    text-decoration: underline;
}

p a:hover {
    color: #ffffff;
    text-decoration: none;
}

input[type=checkbox] {
  accent-color: #ffffff;
}

body {
  margin: 0;
  overflow: hidden;
}
#octocat {
  height: 300px;
  width: 200px;
  animation: animateSprite 15s steps(1) infinite, swim 15s ease-in-out infinite;
  position: absolute;
  right: -200px;
  top: 50%;
  margin-top: -150px;
  z-index: 100;
}


@keyframes animateSprite {
  0% {
    background-position: -600px; /* Starting position moving left sprite */
  }
  20% {
    background-position: 0px; /* Straight on sprite */
  }
  25% {
    background-position: -200px; /* Moving up sprite */
  }
  35% {
    background-position: -400px; /* Moving right sprite */
  }
  40% {
    background-position: -400px;
  }
  50% {
    background-position: -200px;  /* Moving up sprite */
  }
  60% {
    background-position: -0px; /* Straight on sprite */
  }
  67% {
    background-position: -600px; /* Moving up sprite */
  }

  100% {
    background-position: -600px;
  }
}

@keyframes swim {
  0% {
    transform: translate(0, 0); /* Starting position */
  }
  20% {
    transform: translate(calc(-50vw - 100px), 0); /* Animate to center of screen */
  }
  25% {
    transform: translate(calc(-50vw - 100px), 0); /* Stay at the center for 1 second */
  }
  35% {
    transform: translate(calc(-50vw - 100px), -20vh); /* Animate up for 2 seconds */
  }
  50% {
    transform: translate(-25vw, 15vh); /* Animate bottom right for 3 seconds */
  }
  60% {
    transform: translate(-25vw, -20vh); /* Animate up at right of the screen */
  }
  67% {
    transform: translate(-25vw, -20vh);
  }

  100% {
    transform: translate(calc(-100vw - 300px), 0); /* Animate past left past the screen */
  }
}
.ocean {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.bubble {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: -30px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 32% 28%,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.55) 12%,
      rgba(220, 245, 255, 0.28) 35%,
      rgba(140, 210, 255, 0.14) 58%,
      rgba(80, 175, 245, 0.08) 78%,
      rgba(40, 140, 220, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    inset -3px -4px 6px rgba(0, 72, 140, 0.22),
    inset 2px 2px 5px rgba(255, 255, 255, 0.75),
    0 2px 6px rgba(0, 60, 120, 0.18);
  opacity: 0.65;
  animation: bubble 15s ease-in-out infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.bubble::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 18%;
  width: 42%;
  height: 30%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.45) 45%,
    rgba(255, 255, 255, 0) 72%);
  transform: rotate(-18deg);
  pointer-events: none;
}

.bubble::after {
  content: "";
  position: absolute;
  bottom: 16%;
  right: 20%;
  width: 22%;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0) 75%);
  pointer-events: none;
}

@keyframes bubble {
  0% {
    transform: translateY(0%);
    opacity: 0.42;
  }
  100% {
    transform: translateY(-120vh);
    opacity: 0.78;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 200px;
  }
}

.bubble--1 {
  left: 10%;
  animation-delay: 0.5s;
  animation-duration: 16s;
  opacity: 0.55;
}

.bubble--2 {
  width: 15px;
  height: 15px;
  left: 40%;
  animation-delay: 1s;
  animation-duration: 10s;
  opacity: 0.4;
}

.bubble--3 {
  width: 10px;
  height: 10px;
  left: 30%;
  animation-delay: 5s;
  animation-duration: 20s;
  opacity: 0.5;
}

.bubble--4 {
  width: 25px;
  height: 25px;
  left: 40%;
  animation-delay: 8s;
  animation-duration: 17s;
  opacity: 0.45;
}

.bubble--5 {
  width: 30px;
  height: 30px;
  left: 60%;
  animation-delay: 10s;
  animation-duration: 15s;
  opacity: 0.35;
}

.bubble--6 {
  width: 10px;
  height: 10px;
  left: 80%;
  animation-delay: 3s;
  animation-duration: 30s;
  opacity: 0.6;
}

.bubble--7 {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-delay: -7s;
  animation-duration: 25s;
  opacity: 0.5;
}

.bubble--9 {
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: 30px;
  animation-delay: -5s;
  animation-duration: 19s;
  opacity: 0.45;
}

.bubble--10 {
  width: 40px;
  height: 40px;
  left: 30%;
  bottom: 30px;
  animation-delay: -21s;
  animation-duration: 16s;
  opacity: 0.5;
}

.bubble--11 {
  width: 30px;
  height: 30px;
  left: 60%;
  bottom: 30px;
  animation-delay: -13.75s;
  animation-duration: 20s;
  opacity: 0.72;
}

.bubble--12 {
  width: 25px;
  height: 25px;
  left: 90%;
  bottom: 30px;
  animation-delay: -10.5s;
  animation-duration: 19s;
  opacity: 0.72;
}

.form-check               { display: grid; }
.form-check-label         { margin-top: -20px; padding-left: 30px; font-size: 15px; color: #FFFFFF; }
.form-check-label a       { font-size: 15px; font-weight: 700; color: #FFFFFF; text-decoration: underline; }



@keyframes blink { 0%{ opacity:1; } 50%{ opacity:0.5; } 100%{ opacity:1; } }

div#rangliste a {
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 1px rgba(0, 0, 0, 1);
}

.text-shadow-contrast {
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 1px rgba(0, 0, 0, 1);
}



@media screen and (max-width: 575px)    {


.bottle-gruen                           { background-image: url(img/simon/bottle_1.png); }
.bottle-rot                             { background-image: url(img/simon/bottle_2.png); }
.bottle-blau                            { background-image: url(img/simon/bottle_3.png); }
.bottle-gelb                            { background-image: url(img/simon/bottle_4.png); }





}

@media screen and (max-width: 399px)    {
}

.select-bootstrap {
  appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="none" stroke="%23555" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6"/%3E%3C/svg%3E'); /* Custom arrow color */
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 18px;
}

/* Final global button theme override */
button,
.game_btn,
#newGame,
.container button,
.btn-primary,
#add_result_button {
  background-color: #00A5FF !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}

