@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 18px;
  }
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font-family: "Lato", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  background-color: #000;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border: 0;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 0.75rem;
}

h1,
h2,
h3 {
  color: #ffbf00;
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 1.625rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.375rem;
}

.cursor-pointer {
  cursor: pointer;
}

.outline-none {
  outline: none;
}

[role="button"][aria-label="slotigo"] {
  cursor: pointer;
  outline: none;
}

[role="button"][aria-label="slotigo"]:focus-visible {
  outline: 2px solid #ffbf00;
  outline-offset: 2px;
}

/* Header */
.nav-switch,
.lang-switch {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 3.75rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #262626;
  box-shadow: 0 2px 0.5625rem 0 rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #131313 45%, #151515 100%);
}

.header-left {
  grid-column: 1;
}

.brand-logo {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}

.brand-logo img {
  width: 10.125rem;
  min-width: 7.5rem;
  height: 3.125rem;
  object-fit: contain;
}

.header-right {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-right: 0.75rem;
}

.chip-hdr-register,
.chip-hdr-login {
  width: 150px;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 3px;
}

.chip-hdr-register {
  color: #fc3;
  background: transparent;
  border: 2px solid #fc3;
}

.chip-hdr-login {
  color: #000;
  background-color: #fc3;
  border: 2px solid #fc3;
}

.chip-hdr-register:hover,
.chip-hdr-login:hover {
  background-color: #fff09c;
  color: #000;
}

.nav-toggle {
  width: 3.75rem;
  height: 3.75rem;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: -0.75rem;
}

.nav-toggle img {
  width: 3.75rem;
  height: 3.75rem;
}

.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 44;
  background: transparent;
  cursor: default;
}

.nav-switch:checked ~ .nav-backdrop {
  display: block;
}

/* Overlay nav */
.topnav {
  display: none;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  z-index: 45;
  font-size: 1.25rem;
  background-color: #151515;
  max-height: calc(100vh - 3.75rem);
  overflow-y: auto;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.nav-switch:checked ~ .topnav {
  display: block;
}

.topnav a,
.topnav [role="button"] {
  position: relative;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #131313;
  line-height: 1.3;
}

.topnav .chip-nav-app,
.topnav .chip-nav-slots,
.topnav .chip-nav-glossary {
  width: 100%;
}

/* Settings / languages */
.lang-panel {
  position: absolute;
  top: 5.5rem;
  right: 0;
  z-index: 60;
}

.lang-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1;
  background: transparent;
  cursor: default;
}

.lang-switch:checked ~ .lang-backdrop {
  display: block;
}

.lang-toggle {
  position: absolute;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #262626;
  border-radius: 1.25rem;
  background-image: url("/images/0019_cog.slotigo.png"),
    linear-gradient(to bottom, #131313 0%, #151515 100%);
  background-position: center;
  background-size: 90%, auto;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 3;
}

.lang-box {
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 2;
  min-width: 12.5rem;
  max-height: min(70vh, 28rem);
  overflow-y: auto;
  padding: 0.625rem 0.5rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
  background-color: #151515;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-in-out;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lang-box::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.lang-switch:checked ~ .lang-box {
  opacity: 1;
  pointer-events: all;
}

.lang-box .lang-head {
  font-weight: 900;
  padding: 0.25rem 0.5rem 0.4rem;
}

.lang-box [class^="chip-lang-"] {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.28rem 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  font-size: 0.875rem;
}

.lang-box [class^="chip-lang-"]:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.chip-lang-de {
  background-color: rgba(255, 255, 255, 0.15);
}

.lang-box img {
  width: 18px;
  height: 12px;
  flex-shrink: 0;
}

/* Hero */
.hero-wrap {
  position: relative;
}

.teaser {
  height: 42.4375rem;
  background-color: #000;
  overflow: hidden;
}

.teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-signup {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 20.625rem;
}

.auth-tabs {
  position: relative;
  display: flex;
  margin: 0 auto;
}

.chip-tab-signup,
.chip-tab-login {
  width: 10rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #131313;
  border-bottom: 0;
  border-radius: 0.625rem 0.625rem 0 0;
  background: #151515;
  z-index: 9;
}

.chip-tab-login {
  margin-left: 0.625rem;
}

.chip-tab-signup {
  border-color: #dca442;
  z-index: 11;
}

.panel-signup,
.panel-login {
  position: relative;
  width: 20.625rem;
  min-height: 32rem;
  display: none;
  text-align: center;
  padding: 1.25rem 2.375rem 1.5rem;
  margin-top: -0.05rem;
  border: 2px solid #dca442;
  border-radius: 0.9375rem;
  background: linear-gradient(to bottom, #151515 0%, #131313 40%, #262626 100%);
  z-index: 10;
}

.panel-signup {
  display: block;
  border-top-left-radius: 0;
}

.panel-login {
  display: none;
}

.header-text {
  margin-bottom: 1.25rem;
}

.header-text b {
  color: #ffbf00;
  font-size: 1.5rem;
  font-weight: 700;
}

.header-text p {
  color: #fff;
  font-size: 1.0625rem;
  margin-top: 0.7rem;
}

.auth-field {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  color: #888;
  font-size: 0.875rem;
  padding-left: 0.875rem;
  margin-bottom: 0.375rem;
  border: 2px solid #fff;
  border-radius: 0.375rem;
  box-shadow: 0 0 0.375rem #777 inset;
  background: #fff;
  text-align: left;
}

.chip-hero-register,
.chip-hero-login-submit {
  width: 100%;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: 0.625rem;
  border: 2px solid #03ff03;
  border-radius: 0.375rem;
  background: linear-gradient(to bottom, #33d402 15%, #2f8d35 62%, #33d402 94%);
}

.chip-hero-register:hover,
.chip-hero-login-submit:hover {
  filter: brightness(1.08);
}

.muted {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.6875rem;
  margin-top: 0.75rem;
}

.auth-note {
  color: #fff;
  font-size: 0.8125rem;
  margin-top: 0.9rem;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  margin-top: 0.4rem;
  text-align: left;
}

.fake-check {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin: 2px 3px 0 2px;
  border: 2px solid #fff;
  border-radius: 2px;
  background: #fff;
}

.checkbox-text {
  color: #fff;
  font-size: 0.5625rem;
  line-height: 1.35;
  margin-left: 0.4rem;
  text-align: left;
}

.social-row {
  display: flex;
  margin-top: 0.9rem;
  justify-content: center;
  gap: 0.45rem;
}

.chip-sso-facebook-signup,
.chip-sso-google-signup,
.chip-sso-facebook-login,
.chip-sso-google-login {
  width: 2.5rem;
  height: 2.5rem;
  flex: none;
  border-radius: 0.25rem;
  background-position: center;
  background-size: 1.85rem;
  background-repeat: no-repeat;
}

.chip-sso-facebook-signup,
.chip-sso-facebook-login {
  border: 1px solid #5c8be1;
  background-color: #3b78e7;
  background-image: url("/images/0022_fbook.png");
}

.chip-sso-google-signup,
.chip-sso-google-login {
  border: 1px solid #ddd;
  background-color: #fff;
  background-image: url("/images/0023_google.png");
}

.chip-hero-forgot {
  display: inline-block;
  margin-top: 1.25rem;
  color: #fff;
  font-size: 0.8125rem;
  text-decoration: underline;
}

/* App store (mobile) */
.appstore {
  display: none;
  padding: 1.25rem 1rem 1.75rem;
  border-top: 1px solid #262626;
  background: linear-gradient(to bottom, #131313 0%, #000 100%);
  text-align: center;
}

.appstore h2 {
  font-size: 1.625rem;
  line-height: 2.2rem;
  text-align: center;
}

.chip-app-play {
  width: 18.75rem;
  max-width: 90%;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.625rem auto 0;
  font-size: 1.875rem;
  font-weight: 600;
  color: #000;
  text-shadow: 1px 1px 1px #000;
  border-radius: 5px;
  background-color: #fc3;
}

.chip-app-play:hover {
  background-color: #fff09c;
}

.chip-app-stores {
  display: block;
  width: 16.875rem;
  max-width: 90%;
  margin: 1.25rem auto 0;
}

.chip-app-stores img {
  width: 16.875rem;
  max-width: 100%;
  height: auto;
}

/* Games */
.games {
  padding: 1.25rem 1.25rem 2rem;
  border-top: 1px solid #262626;
  background: linear-gradient(to bottom, #131313 0%, #000 100%);
}

.games h1 {
  line-height: 1.875rem;
  text-align: center;
  margin: 0 0 0.5rem;
}

.games-list {
  position: relative;
  top: 1.25rem;
  width: min(67.125rem, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0 auto 1.25rem;
}

.games-list [role="button"][aria-label="slotigo"]:hover {
  filter: brightness(1.2);
}

.games-list [class^="tile-g"] {
  width: 100%;
  min-width: 0;
  text-align: center;
  padding: 1px;
  margin: 0;
  background-color: #151515;
}

.games-list [class^="tile-g"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.games-list [class^="tile-g"] h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.3rem 0.2rem;
  margin: 0;
  line-height: 1.2;
}

.chip-games-all {
  font-size: 1.125rem;
  text-decoration: underline;
  margin: 0.75rem auto 1.5rem;
  display: inline-block;
}

.games-all-wrap {
  grid-column: 1 / -1;
  width: 100%;
  text-align: center;
}

/* Content */
.page-copy {
  padding: 1.5rem 1.25rem 2.5rem;
  background: linear-gradient(to bottom, #131313 0%, #000 100%);
  border-top: 1px solid #262626;
  user-select: text;
}

.page-copy .copy-inner {
  width: min(62.5rem, 100%);
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
}

.page-copy h2 {
  margin: 1.75rem 0 0.75rem;
}

.page-copy h3 {
  font-size: 1.15rem;
  margin: 1.25rem 0 0.5rem;
}

.page-copy p,
.page-copy li,
.page-copy .copy-inner > div {
  color: #eee;
}

.page-copy .copy-inner > div {
  margin-bottom: 0.75rem;
}

.page-copy ol,
.page-copy ul.copy-list {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.page-copy ol {
  list-style: decimal;
}

.page-copy ul.copy-list {
  list-style: disc;
}

.page-copy li {
  margin: 0.35rem 0;
}

.stand-date {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

.chip-content-register {
  width: 18rem;
  max-width: 100%;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0 0.5rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  border: 2px solid #03ff03;
  border-radius: 0.375rem;
  background: linear-gradient(to bottom, #33d402 15%, #2f8d35 62%, #33d402 94%);
}

.chip-inline-imprint {
  display: inline;
  text-decoration: underline;
  font-weight: 600;
}

/* Footer */
.site-footer {
  width: min(62.5rem, 100%);
  padding: 1.5rem 1.25rem 3rem;
  margin: auto;
}

.site-footer .links {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.site-footer .links li {
  margin: 0.7rem 0.95rem;
}

.chip-ft-agb,
.chip-ft-privacy,
.chip-ft-imprint,
.chip-ft-faq,
.chip-ft-withdraw {
  display: inline;
  text-decoration: underline;
}

.ext-facebook {
  text-decoration: underline;
}

.jusprog {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.625rem 0;
  gap: 1.25rem;
}

.jusprog img {
  margin: 0;
}

.disclaimer,
.copyright {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  text-align: center;
  margin: 0.75rem 0;
  color: #ddd;
  line-height: 1.5;
}

.footer-logo {
  text-align: center;
  margin: 1.25rem 0 0;
}

.footer-logo img {
  width: 10.125rem;
  min-width: 7.5rem;
  height: auto;
}

/* 404 */
.error-panel {
  min-height: 22rem;
  padding: 3rem 1.25rem;
  text-align: center;
  background: linear-gradient(to bottom, #131313 0%, #000 100%);
}

.error-panel h1 {
  margin-bottom: 1rem;
}

.error-panel p {
  max-width: 36rem;
  margin: 0 auto 1.25rem;
}

.home-back {
  display: inline-block;
  margin-right: 0.75rem;
  text-decoration: underline;
  color: #ffbf00;
}

.chip-404-play {
  width: 16rem;
  max-width: 90%;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  color: #000;
  font-weight: 700;
  border-radius: 5px;
  background-color: #fc3;
}

/* Responsive */
@media screen and (min-width: 700px) {
  .games-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .games-list [class^="tile-g"] h3 {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1100px) {
  .games-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.625rem;
  }

  .games-list [class^="tile-g"] h3 {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 800px) {
  .chip-hdr-register,
  .chip-hdr-login {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .login-signup {
    display: none;
  }

  .teaser {
    height: 23.625rem;
  }

  .teaser img {
    object-position: 68% center;
    transform: none;
  }

  .appstore {
    display: block;
  }

  .site-footer {
    width: 100%;
  }

  .chip-games-all {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }

  .games {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .games-list {
    width: 100%;
    gap: 0.4rem;
  }

  .games-list [class^="tile-g"] h3 {
    font-size: 0.65rem;
  }

  .page-copy .copy-inner {
    font-size: 1rem;
  }

  .disclaimer,
  .copyright {
    font-size: 1rem;
  }

  .lang-box {
    max-height: 60vh;
  }
}
