* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Jolly Lodger';
  src: url('/static/fonts/JollyLodger.woff2') format('woff2'),
  url('/static/fonts/JollyLodger.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mouse Memoirs';
  src: url('/static/fonts/MouseMemoirs-Regular.woff2') format('woff2'),
  url('/static/fonts/MouseMemoirs-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#achievements {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.achievement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.achievement-badge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}

.achievement-badge:hover {
  transform: scale(1.2);
}

.achievement-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
a {
  text-decoration: none;
  color: white;
}
#streak {
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  margin-bottom: -36px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: fixed;
  top: 20px;
  right: 20px;
}
body {
  margin: 0;
}
.matchSymbol {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;
}
.no-matchSymbol {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;
}
.match {
  background-color: #a4e9a4;
}
.no-match {
  background-color: #f8a4a4;
}
.match .no-match .no-matchSymbol .matchSymbol{
  padding-left: 20px;
}
.data-table {
  width: 80%;
  border-collapse: separate;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  display: none;
}
.table-container {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.data-table th,
.data-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
.button-div {
  text-align: center;
}
.new-round-button {
  display: none; /* Erst anzeigen, wenn benötigt */
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  background-color: rgba(235, 224, 206, 0.75);
  border-top-color: rgba(83, 83, 83, 1);
  border-right-color: rgba(83, 83, 83, 1);
  border-bottom-color: rgba(83, 83, 83, 1);
  border-left-color: rgba(83, 83, 83, 1);
  box-shadow: 0 0 5px 0 black;
  color: black;
  cursor: pointer;
}
.data-table th {
  background-color: rgba(
    0,
    117,
    226,
    0.359
  ); /* Einheitliches Blau für die Kopfzeile */
  color: white; /* Schriftfarbe Weiß */
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", "Calibri", "Trebuchet MS",
    sans-serif;
  text-align: center;
}

.data-table tr {
  background-color: rgba(235, 224, 206, 0.75); /* Abwechselnde Zeilenfarben */
}
.data-table td {
  text-align: center;
}
.error-message {
  color: red;
  font-size: 14px;
  position: absolute;
  margin-top: 5px;
  display: none;
  margin-top: 5px;
}
.input-group {
  display: flex;
  width: 100%;
}
.text-content {
  line-height: 20px;
}
.text-main-content {
  line-height: 30px;
  font-size: 1.2rem;
}
#iau9 {
  font-family: Arial, Helvetica, sans-serif;
  background-image: linear-gradient(
      rgba(100, 100, 100, 0.3) 1%,
      rgba(100, 100, 100, 0.3) 100%
    ),
    url("../assets/laendle__baackground_169.png");
  background-position: 0px 0px, 0px 0px;
  overflow-y: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
  background-origin: padding-box, border-box;
  color: #475569;
}
.gjs-grid-column.feature-item {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 30%;
}
.gjs-grid-column.testimonial-item {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 45%;
  background-color: rgba(247, 247, 247, 0.23);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: flex-start;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.06);
  border-right-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: rgba(0, 0, 0, 0.06);
  border-left-color: rgba(0, 0, 0, 0.06);
}
#input-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 5px;
  width: 320px;
}
.gjs-button {
  vertical-align: top;
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
  color: white;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: rgb(36, 99, 235);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 10px;
  font-size: 1.1rem;
  text-align: center;
}
.gjs-text-blue {
  color: rgb(36, 99, 235);
}
.gjs-link:hover {
  color: rgb(36, 99, 235);
  text-decoration: underline;
}
.gjs-icon.gjs-feature-icon {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: rgb(36, 99, 235);
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#i0lk {
  padding: 10px;
  position: static;
  left: 50%;
  color: white;
  display: flex;
  justify-content: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 60px;
  font-family: Impact, Charcoal, sans-serif;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#iich {
  padding-top: 3px;
  padding-bottom: 0px;
}
#i89i8 {
  padding: 10px;
  display: flex;
  justify-content: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: white;
  font-size: 25px;
}
#ium3m {
  padding: 10px;
  display: flex;
  justify-content: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: white;
}
#ihe5s {
  padding-top: 122px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
#i1bq5 {
  background-color: rgba(121, 122, 124, 0.69);
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}
#i3itj {
  align-self: auto;
  display: flex;
  justify-content: center;
}
#izsqk {
  background-size: contain;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height: 200px;
  width: 20%;
}
#i86wt {
  color: black;
  width: 64px;
}
#i86wt-2-2 {
  width: 50px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
.gjs-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.gjs-section {
  display: flex;
}
.gjs-grid-column {
  flex: 1 1 0%;
}
.gjs-grid-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  min-height: auto;
  padding: 10px 0;
}
#i0lk-2-2 {
  display: flex;
  justify-content: center;
  font-size: 125px;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  margin-bottom: -36px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#iy0qh-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#i89i8-2-2-2 {
  display: flex;
  justify-content: center;
  font-size: 58px;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#ium3m-2-2-2 {
  display: flex;
  justify-content: center;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  font-size: 27px;
}
#iich-2-2-2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
#i3itj-2-2-2 {
  display: flex;
  justify-content: center;
}
#i50nh {
  position: relative;
  z-index: 2;
  border-top-left-radius: 185px;
  cursor: pointer;
  white-space: nowrap;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  width: 60px;
  background-image: url("../assets/Erdkugel_light.svg");
  background-position: 0px 0px;
  background-size: 50px 50px;
  background-repeat: round;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
}
#hints {
  background-color: rgba(235, 224, 206, 0.75);
  border-top-color: rgba(83, 83, 83, 1);
  border-right-color: rgba(83, 83, 83, 1);
  border-bottom-color: rgba(83, 83, 83, 1);
  border-left-color: rgba(83, 83, 83, 1);
  border: groove;
  margin: 5%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  display: none;
}

#form-settings{
  display: flex;
  flex-direction: column;
}

#ix8ci {
  position: relative;
  z-index: 1;
  background-color: rgba(235, 224, 206, 0.75);
  border-top-color: rgba(83, 83, 83, 1);
  border-right-color: rgba(83, 83, 83, 1);
  border-bottom-color: rgba(83, 83, 83, 1);
  border-left-color: rgba(83, 83, 83, 1);
  border-top-style: groove;
  flex-grow: 1;
  border-right-style: groove;
  border-bottom-style: groove;
  border-left-style: groove;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  margin-right: -23px;
  box-shadow: 0 0 5px 0 black;
  width: 228px;
  height: 60px;
}
#ivxlo {
  flex-direction: row;
  padding-top: 177px;
  padding-right: 0px;
  padding-bottom: 10.5333px;
  padding-left: 0px;
  display: flex;
}
#outline-mode-button {
  background-image: url("../assets/outline.png");
  background-position: 0px 0px, 0px 0px;
  cursor: pointer;
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  width: 60px;
  background-position: center;
  background-size: 32px 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
}
#wiki-mode-button {
  background-image: url("../assets/W.svg");
  background-position: 0px 0px, 0px 0px;
  cursor: pointer;
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  width: 60px;
  background-position: center;
  background-size: 32px 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
}

#regeln, #datenschutz, #account, #impressum, #symbol, #rangliste, #settings-button{
  cursor: pointer;
  border-radius: 185px;
  width: 60px;
  background-image: url("../assets/fragezeichen.png");
  background-position: 1px -2px;
  background-size: 50px 50px;
  background-repeat: round;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding: 0px;
  border-color: rgba(0, 0, 0, 1);
  position: fixed;
  bottom: 20px;
  right: 180px;
}
#datenschutz {
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/Schloss.png");
  left: 180px;
  right: auto;
}
#account {
  background-image: url("../assets/Account.png");
  background-position: center;
  background-size: 26px;
  background-repeat: no-repeat;
  left: 100px;
  right: auto;
}
#impressum {
  background-image: url("../assets/Kontakt.png");
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  left: 20px;
  right: auto;
}
#symbol {
  background-image: url("../assets/icons.png");
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  right: 100px;
}
#rangliste {
  background-image: url("../assets/rangliste.png");
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  right: 20px;
}
#settings-button {
  background-image: url("../assets/Settings.svg");
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  left: 20px;
  bottom: auto;
  top: 20px;
}
#ieyti {
  display: flex;
  justify-content: center;
  gap: 62px;
}
#ihe5s-2-2-2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
#iwjqj {
  display: flex;
  justify-content: center;
  font-size: 125px;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  margin-bottom: -36px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#in91h {
  display: flex;
  justify-content: center;
  font-size: 58px;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#ica13 {
  display: flex;
  justify-content: center;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  font-size: 27px;
}
#ihu2f {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
}
#impv8 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#ivu3i {
  background-color: rgba(235, 224, 206, 0.75);
  border-top-style: groove;
  border-right-style: groove;
  border-bottom-style: groove;
  border-left-style: groove;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-top-color: rgba(83, 83, 83, 1);
  border-right-color: rgba(83, 83, 83, 1);
  border-bottom-color: rgba(83, 83, 83, 1);
  border-left-color: rgba(83, 83, 83, 1);
  margin-right: -23px;
  box-shadow: 0 0 5px 0 black;
  width: 228px;
  height: 60px;
}
#i5qfp {
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  width: 60px;
  background-image: url("../assets/earth_drawing_for_kids_18.png");
  background-position: 0px 0px;
  background-size: 50px 50px;
  background-repeat: round;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
}
#iv5pc {
  display: flex;
  justify-content: center;
}
#iuuah {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
#irgt6 {
  border-top-left-radius: 185px;
  cursor: pointer;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  width: 60px;
  background-image: url("../assets/outline-old.png");
  background-position: 1px -2px;
  background-size: 50px 50px;
  background-repeat: round;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
}
#iin71 {
  height: 60px;
  cursor: pointer;
  border-top-left-radius: 185px;

  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  box-shadow: 0 0 5px 0 black;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  color: white;
  text-shadow: 1px 1px 5px black;
  font-weight: 500;
  text-decoration: none;
  width: 60px;
  font-family: "Jolly Lodger";
  font-size: 20px;
  text-align: center;
  text-transform: none;
  white-space: normal;
}
#if25o {
  display: flex;
  justify-content: center;
  gap: 62px;
}
#i5tj9 {
  flex-direction: row;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 11px;
  padding-left: 0px;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#ijt0i {
  font-family: Arial, Helvetica, sans-serif;
  background-image: linear-gradient(
      rgba(100, 100, 100, 0.3) 1%,
      rgba(100, 100, 100, 0.3) 100%
    ),
    url("../assets/laendle__baackground_169.png");
  background-position: 0px 0px, 0px 0px;
  background-size: 100% 100%, 1060px 1060px;
  background-repeat: repeat, round;
  background-attachment: scroll, fixed;
  background-origin: padding-box, border-box;
  color: #475569;
}
#i79om {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
#page-title {
  display: flex;
  justify-content: center;
  font-size: 125px;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  margin-bottom: -36px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#mode-title {
  display: flex;
  justify-content: center;
  font-size: 58px;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#mode-short-description {
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  font-size: 27px;
  text-align: center;
}
#ipcyat {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
}
#it8yhe {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#iuho9v {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#iphys4 {
  background-color: rgba(235, 224, 206, 0.75);
  border-top-style: groove;
  border-right-style: groove;
  border-bottom-style: groove;
  border-left-style: groove;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-top-color: rgba(83, 83, 83, 1);
  border-right-color: rgba(83, 83, 83, 1);
  border-bottom-color: rgba(83, 83, 83, 1);
  border-left-color: rgba(83, 83, 83, 1);
  margin-right: -23px;
  box-shadow: 0 0 5px 0 black;
  width: 228px;
  height: 60px;
}
#ixo09m {
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  width: 60px;
  background-image: url("../assets/earth_drawing_for_kids_18.png");
  background-position: 0px 0px;
  background-size: 50px 50px;
  background-repeat: round;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
}
#iwqsyn {
  display: flex;
  justify-content: center;
}
#iznr9l {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#classic-mode-button {
  height: 60px;
  cursor: pointer;
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  box-shadow: 0 0 5px 0 black;
  color: white;
  text-shadow: 1px 1px 5px black;
  font-weight: 500;
  width: 60px;
  font-family: "Jolly Lodger";
  font-size: 20px;
  text-align: center;
  padding: 0px;
}
#flag-mode-button {
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  cursor: pointer;
  width: 60px;
  background-image: url("../assets/flag_70dp_5f6368_fill0_wght400_grad0_opsz48.png");
  background-position: 1px -2px;
  background-size: 50px 50px;
  background-repeat: round;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
}
#gamemode-buttons {
  display: flex;
  justify-content: center;
  gap: 40px;
}
#i5wf2h {
  flex-direction: row;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10.5333px;
  padding-left: 0px;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
}
#iwz7gy {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #6F8FAF;
  background-image: linear-gradient(
      rgba(100, 100, 100, 0) 1%,
      rgba(100, 100, 100, 0) 100%
    ),
    url("../assets/laendle__baackground_169.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
  background-origin: padding-box, border-box;
  color: #475569;
  height: 100%;
}
#io3f-2-2-2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
#i0wxox {
  display: flex;
  justify-content: center;
  font-size: 125px;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  margin-bottom: -36px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#iyfmf1 {
  display: flex;
  justify-content: center;
  font-size: 58px;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#i14x9u {
  display: flex;
  justify-content: center;
  font-family: "Jolly Lodger";
  color: white;
  text-shadow: 1px 1px 5px black;
  font-size: 27px;
}
#iuzwtg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#iztvr2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
#ipi1xg {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
#ilk50l {
  background-color: rgba(235, 224, 206, 0.75);
  border-top-style: groove;
  border-right-style: groove;
  border-bottom-style: groove;
  border-left-style: groove;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-top-color: rgba(83, 83, 83, 1);
  border-right-color: rgba(83, 83, 83, 1);
  border-bottom-color: rgba(83, 83, 83, 1);
  border-left-color: rgba(83, 83, 83, 1);
  margin-right: -23px;
  box-shadow: 0 0 5px 0 black;
  width: 228px;
  height: 60px;
}
#i5oze5 {
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  width: 60px;
  background-image: url("../assets/earth_drawing_for_kids_18.png");
  background-position: 0px 0px;
  background-size: 50px 50px;
  background-repeat: round;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
}
#ibf0c2 {
  display: flex;
  justify-content: center;
}
#ilj3la {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
#i6omjh {
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
  border-bottom-left-radius: 185px;
  width: 60px;

  background-position: 1px -2px;
  background-size: 50px 50px;
  background-repeat: round;
  background-attachment: scroll;
  background-origin: padding-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 black;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
}
#ixxryi {
  display: flex;
  justify-content: center;
  gap: 62px;
}
#iunuqg {
  flex-direction: row;
  padding-top: 160px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
}
#i1xw7h {
  font-family: Arial, Helvetica, sans-serif;
  background-image: linear-gradient(
      rgba(100, 100, 100, 0.3) 1%,
      rgba(100, 100, 100, 0.3) 100%
    ),
    url("../assets/laendle__baackground_169.png");
  background-position: 0px 0px, 0px 0px;
  background-size: 100% 100%, 1060px 1060px;
  background-repeat: repeat, round;
  background-attachment: scroll, fixed;
  background-origin: padding-box, border-box;
  color: #475569;
}
.gjs-custom-code {
  padding: 5px;
}
#it557v {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
}
#ir3w7t {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
#i25ucu {
  border: 1px solid #ccc;
  padding: 8px;
  font-family: "Jolly Lodger";
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
#izrt4h {
  border: 1px solid #ccc;
  padding: 8px;
  font-family: "Jolly Lodger";
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
#im6osj {
  border: 1px solid #ccc;
  padding: 8px;
  font-family: "Jolly Lodger";
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
#ivydt9 {
  border: 1px solid #ccc;
  padding: 8px;
  font-family: "Jolly Lodger";
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
#iauwgm {
  border: 1px solid #ccc;
  padding: 8px;
  font-family: "Jolly Lodger";
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
#i62nlq {
  border: 1px solid #ccc;
  padding: 8px;
  font-family: "Jolly Lodger";
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
#iz3ji4 {
  border: 1px solid #ccc;
  padding: 8px;
  font-family: "Jolly Lodger";
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
#itag9l {
  border: 1px solid #ccc;
  padding: 8px;
  font-family: "Jolly Lodger";
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
#iw2g0g {
  border: 1px solid #ccc;
  padding: 8px;
}
#i32krr {
  border: 1px solid #ccc;
  padding: 8px;
}
#ig9l5d {
  border: 1px solid #ccc;
  padding: 8px;
}
#ioprkd {
  border: 1px solid #ccc;
  padding: 8px;
}
#ikw9ch {
  border: 1px solid #ccc;
  padding: 8px;
}
#i1mho1 {
  border: 1px solid #ccc;
  padding: 8px;
}
#iegf8j {
  border: 1px solid #ccc;
  padding: 8px;
}
#ictn7b {
  border: 1px solid #ccc;
  padding: 8px;
}
#iqh5o4 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
#i1thqt {
  border: 1px solid #ccc;
  padding: 8px;
}
#i6ahui {
  border: 1px solid #ccc;
  padding: 8px;
}
#iv0t27 {
  border: 1px solid #ccc;
  padding: 8px;
}
#i6i5fl {
  border: 1px solid #ccc;
  padding: 8px;
}
#ikuxn6 {
  border: 1px solid #ccc;
  padding: 8px;
}
#ie0ago {
  border: 1px solid #ccc;
  padding: 8px;
}
#ia3lb1 {
  border: 1px solid #ccc;
  padding: 8px;
}
#ie7lp9 {
  border: 1px solid #ccc;
  padding: 8px;
}
#i1pz4y {
  border: 1px solid #ccc;
  padding: 8px;
}
#idoznq {
  border: 1px solid #ccc;
  padding: 8px;
}
#im486i {
  border: 1px solid #ccc;
  padding: 8px;
}
#is53fd {
  border: 1px solid #ccc;
  padding: 8px;
}
#ic4f5e {
  border: 1px solid #ccc;
  padding: 8px;
}
#iaokz5 {
  border: 1px solid #ccc;
  padding: 8px;
}
#ib5khx {
  border: 1px solid #ccc;
  padding: 8px;
}
#ix7k2u {
  border: 1px solid #ccc;
  padding: 8px;
}
#io2on9 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
#iuml8q {
  border: 1px solid #ccc;
  padding: 8px;
}
#itz24j {
  border: 1px solid #ccc;
  padding: 8px;
}
#i9cmvw {
  border: 1px solid #ccc;
  padding: 8px;
}
#iguiai {
  border: 1px solid #ccc;
  padding: 8px;
}
#ivi37r {
  border: 1px solid #ccc;
  padding: 8px;
}
#i1j7si {
  border: 1px solid #ccc;
  padding: 8px;
}
#i4ghao {
  border: 1px solid #ccc;
  padding: 8px;
}
#iaequg {
  border: 1px solid #ccc;
  padding: 8px;
}
#iwmiei {
  border: 1px solid #ccc;
  padding: 8px;
}
#ixu2vj {
  border: 1px solid #ccc;
  padding: 8px;
}
#ii31l1 {
  border: 1px solid #ccc;
  padding: 8px;
}
#ipf5se {
  border: 1px solid #ccc;
  padding: 8px;
}
#irzt5f {
  border: 1px solid #ccc;
  padding: 8px;
}
#im8fah {
  border: 1px solid #ccc;
  padding: 8px;
}
#i9n0qh {
  border: 1px solid #ccc;
  padding: 8px;
}
#i609hb {
  border: 1px solid #ccc;
  padding: 8px;
}
#i0391t {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
#i3ehkj {
  border: 1px solid #ccc;
  padding: 8px;
}
#i4axyb {
  border: 1px solid #ccc;
  padding: 8px;
}
#iw90pi {
  border: 1px solid #ccc;
  padding: 8px;
}
#ittg7a {
  border: 1px solid #ccc;
  padding: 8px;
}
#ijdfkd {
  border: 1px solid #ccc;
  padding: 8px;
}
#izwskj {
  border: 1px solid #ccc;
  padding: 8px;
}
#iwt7a2 {
  border: 1px solid #ccc;
  padding: 8px;
}
#ihilvo {
  border: 1px solid #ccc;
  padding: 8px;
}
#id693b {
  border: 1px solid #ccc;
  padding: 8px;
}
#ikh64l {
  border: 1px solid #ccc;
  padding: 8px;
}
#i3u3fh {
  border: 1px solid #ccc;
  padding: 8px;
}
#iwmrn5 {
  border: 1px solid #ccc;
  padding: 8px;
}
#iot1u9 {
  border: 1px solid #ccc;
  padding: 8px;
}
#i6613e {
  border: 1px solid #ccc;
  padding: 8px;
}
#inqkj4 {
  border: 1px solid #ccc;
  padding: 8px;
}
#i617e4 {
  border: 1px solid #ccc;
  padding: 8px;
}
#ihalse {
  background-color: rgba(235, 224, 206, 0.75);
  max-width: 1183px;
  width: 80%;
  height: 350px;
  opacity: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-style: groove;
  border-right-style: groove;
  border-bottom-style: groove;
  border-left-style: groove;
  border-top-color: rgba(0, 0, 0, 0.98);
  border-right-color: rgba(0, 0, 0, 0.98);
  border-bottom-color: rgba(0, 0, 0, 0.98);
  border-left-color: rgba(0, 0, 0, 0.98);
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 35px;
  line-height: 1.5;
  font-family: "Mouse Memoirs";
  letter-spacing: 1px;
}
#impressum-section {
  background-color: rgba(235, 224, 206, 0.75);
  max-width: 1183px;
  width: 80%;
  margin: 10px auto;
  height: auto;
  opacity: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-style: groove;
  border-color: rgba(0, 0, 0, 0.98);
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 30px;
  line-height: 1;
  font-family: "Mouse Memoirs";
  letter-spacing: 1px;
}
#impressum-div {
  right: 50%;
}
#reset-password {
  margin-left: 20px;
  text-align: justify;
}
#account-section {
  background-color: rgba(235, 224, 206, 0.75);
  max-width: 1183px;
  width: 80%;
  margin: 10px auto;
  height: auto;
  opacity: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-style: groove;
  border-color: rgba(0, 0, 0, 0.98);
  text-align: left;
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 30px;
  line-height: 1.5;
  font-family: "Mouse Memoirs";
  letter-spacing: 1px;
  gap: 60px;
}
#inwlld {
  background-color: rgba(235, 224, 206, 0.75);
  max-width: 1183px;
  width: 40%;
  height: 187px;
  opacity: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-style: groove;
  border-right-style: groove;
  border-bottom-style: groove;
  border-left-style: groove;
  border-top-color: rgba(0, 0, 0, 0.98);
  border-right-color: rgba(0, 0, 0, 0.98);
  border-bottom-color: rgba(0, 0, 0, 0.98);
  border-left-color: rgba(0, 0, 0, 0.98);
}
.gjs-image-box {
  height: 200px;
  width: 100%;
}
@media (max-width: 992px) {
  .gjs-grid-row {
    flex-direction: column;
  }
}
#overlay, #rang{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
ul {
  list-style: none;
}
#textBox, #settings{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1001;
}
#settings{
  display: none;
}
#rangBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1001;
}

#closeButton {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

#closeButton:hover {
  color: red;
}

#ranglisteTabelle-titel {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

#ranglisteTabelle {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  border-radius: 8px;
  overflow: hidden;
}

#ranglisteTabelle thead {
  background: #007bff;
  color: white;
  font-weight: bold;
}

#ranglisteTabelle tbody tr {
  background: #fff;
  border-bottom: 1px solid #ddd;
  transition: background 0.2s ease-in-out;
}

#ranglisteTabelle tbody tr:hover {
  background: #f1f1f1;
}

#ranglisteTabelle tbody tr:first-child {
  background: linear-gradient(45deg, #ffd700, #ffec8b);
  font-weight: bold;
}

#ranglisteTabelle tbody tr:nth-child(2) {
  background: linear-gradient(45deg, #c0c0c0, #dcdcdc);
  font-weight: bold;
}

#ranglisteTabelle tbody tr:nth-child(3) {
  background: linear-gradient(45deg, #cd7f32, #e0a96d);
  font-weight: bold;
}

#ranglisteTabelle th,
#lranglisteTabelle td {
  padding: 12px;
  text-align: center;
}
.lowerButtons, .gamemodeButtons{
  position: relative;
}
.lowerButtons::after, .gamemodeButtons::after, #settings-button::after {
  content: attr(data-tooltip); /* Verwendet das data-tooltip Attribut als Inhalt */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 10;
  transition: visibility 0.2s, opacity 0.2s;
}

.lowerButtons:hover::after, .gamemodeButtons:hover::after, #settings-button:hover::after {
  visibility: visible;
  opacity: 1;
}

 .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: white;
    border-radius: 12px;
    padding: 0;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    transform: scale(0.9) translateY(-20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal {
    transform: scale(1) translateY(0);
}

.modal-header {
    padding: 25px 25px 15px;
    border-bottom: 1px solid #e9ecef;
    position: relative;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: #f8f9fa;
    color: #333;
}

.modal-body {
    padding: 20px 25px;
}

.modal-text {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 25px;
}

.modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.modal-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 80px;
}

.modal-btn.primary {
    background: #007bff;
    color: white;
}

.modal-btn.primary:hover {
    background: #0056b3;
}

.modal-btn.secondary {
    background: #6c757d;
    color: white;
}

.modal-btn.secondary:hover {
    background: #5a6268;
}

.modal-btn.danger {
    background: #dc3545;
    color: white;
}

.modal-btn.danger:hover {
    background: #c82333;
}

.modal-btn.success {
    background: #28a745;
    color: white;
}

.modal-btn.success:hover {
    background: #218838;
}

.leaderboard-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

.leaderboard-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.leaderboard-modal-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 0;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    animation: slideIn 0.4s ease;
    position: relative;
}

.leaderboard-modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 30px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leaderboard-modal-title {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.close-button {
    background: none;
    border: none;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-button:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

.leaderboard-modal-body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

.leaderboard-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.leaderboard-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    border-left: 4px solid #ddd;
    transition: all 0.3s ease;
    position: relative;
}

.leaderboard-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.leaderboard-item.rank-1 {
    border-left-color: #ffd700;
    background: linear-gradient(90deg, #fff9c4 0%, #ffffff 100%);
}

.leaderboard-item.rank-2 {
    border-left-color: #c0c0c0;
    background: linear-gradient(90deg, #f5f5f5 0%, #ffffff 100%);
}

.leaderboard-item.rank-3 {
    border-left-color: #cd7f32;
    background: linear-gradient(90deg, #faf0e6 0%, #ffffff 100%);
}

.rank-number {
    font-size: 1.3em;
    font-weight: bold;
    color: #666;
    min-width: 40px;
    text-align: center;
}

.rank-1 .rank-number { color: #ffd700; }
.rank-2 .rank-number { color: #c0c0c0; }
.rank-3 .rank-number { color: #cd7f32; }

.medal {
    font-size: 1.3em;
    margin-right: 10px;
}

.player-info {
    flex: 1;
    margin-left: 15px;
}

.player-name {
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.streak-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.streak-number {
    font-size: 1.5em;
    font-weight: bold;
    color: #667eea;
}

.streak-label {
    color: #666;
    font-size: 0.9em;
}

.streak-bar {
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 5px;
    width: 80px;
}

.streak-fill {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
    transition: width 0.5s ease;
}

.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.empty-state-icon {
    font-size: 3em;
    margin-bottom: 15px;
    opacity: 0.5;
}

.loading-spinner {
    display: none;
    text-align: center;
    padding: 40px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

.multiplayer-widget {
    position: fixed;
    top: 20px;
    left: 150px;
    width: 300px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.8);
    z-index: 1000;
    font-size: 14px;
    transition: all 0.3s ease;
}

.widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px;
    color: white;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.widget-header:hover {
    background: linear-gradient(135deg, #4338ca, #6d28d9);
}

.widget-title {
    font-weight: 600;
    font-size: 16px;
}

.toggle-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.widget-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.widget-content.expanded {
    max-height: 400px;
}

.widget-content.expanded .toggle-icon {
    transform: rotate(180deg);
}

.content-inner {
    padding: 20px;
    max-height: 360px;
    overflow-y: auto;
}

.content-inner::-webkit-scrollbar {
    width: 6px;
}

.content-inner::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.content-inner::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.content-inner::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.input-group {
    margin-bottom: 16px;
}

.input-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #374151;
}

.input-group input {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.input-group input:focus {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.button-group {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.btn {
    flex: 1;
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #4338ca, #6d28d9);
    transform: translateY(-1px);
}

.btn-secondary {
    background: #f3f4f6;
    color: #374151;
    border: 2px solid #e5e7eb;
}

.btn-secondary:hover {
    background: #e5e7eb;
    transform: translateY(-1px);
}

.btn-danger {
    background: #ef4444;
    color: white;
}

.btn-danger:hover {
    background: #dc2626;
    transform: translateY(-1px);
}

.room-info {
    background: #f8fafc;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    border: 1px solid #e2e8f0;
}

.room-info h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #1e293b;
}

.room-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    color: #64748b;
}

.teams-container {
    margin-top: 16px;
}

.teams-list {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 16px;
}

.teams-list::-webkit-scrollbar {
    width: 6px;
}

.teams-list::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.teams-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.teams-list::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.team {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 8px;
}

.team.current-team {
    border-color: #4f46e5;
}

.team-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.team-name {
    font-weight: 600;
    color: #1e293b;
}

.team-members {
    font-size: 12px;
    color: #64748b;
}

.team-score {
    font-size: 12px;
    color: #444;
    font-weight: bold;
}
.widget-playername {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
}

.team-actions {
    display: flex;
    gap: 4px;
}

.btn-small {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.connected {
  background: linear-gradient(135deg, #8e8ac9b0, #3aed7f);
}

.disconnected {
  background: linear-gradient(135deg, #aeaaecb0, #7c3aed);
}

.hidden {
    display: none;
}

.team-1 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(74, 144, 226, 1), rgba(106, 155, 226, 0.5) 70%), 
        linear-gradient(310deg, rgba(25, 185, 224, 1), rgba(25, 185, 224, 0.5) 70%); /* Blauton */
}

.team-2 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(233, 78, 119, 1), rgba(255, 102, 102, 0.5) 70%), 
        linear-gradient(310deg, rgba(255, 51, 85, 1), rgba(255, 51, 85, 0.5) 70%); /* Rotton */
}

.team-3 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(50, 227, 194, 1), rgba(72, 227, 194, 0.5) 70%), 
        linear-gradient(310deg, rgba(35, 210, 180, 1), rgba(35, 210, 180, 0.5) 70%); /* Türkis */
}

.team-4 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(245, 166, 35, 1), rgba(245, 182, 35, 0.5) 70%), 
        linear-gradient(310deg, rgba(255, 153, 51, 1), rgba(255, 153, 51, 0.5) 70%); /* Orange */
}

.team-5 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(126, 211, 33, 1), rgba(158, 211, 33, 0.5) 70%), 
        linear-gradient(310deg, rgba(102, 204, 0, 1), rgba(102, 204, 0, 0.5) 70%); /* Grün */
}

.team-6 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(189, 16, 224, 1), rgba(207, 16, 224, 0.5) 70%), 
        linear-gradient(310deg, rgba(186, 85, 211, 1), rgba(186, 85, 211, 0.5) 70%); /* Violett */
}

.team-7 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(248, 231, 28, 1), rgba(255, 255, 0, 0.5) 70%), 
        linear-gradient(310deg, rgba(255, 255, 102, 1), rgba(255, 255, 102, 0.5) 70%); /* Gelb */
}

.team-8 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(144, 19, 254, 1), rgba(160, 19, 254, 0.5) 70%), 
        linear-gradient(310deg, rgba(153, 50, 204, 1), rgba(153, 50, 204, 0.5) 70%); /* Lila */
}

.team-9 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(139, 87, 42, 1), rgba(155, 87, 42, 0.5) 70%), 
        linear-gradient(310deg, rgba(160, 82, 45, 1), rgba(160, 82, 45, 0.5) 70%); /* Braun */
}

.team-10 {
    background: 
        linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 80%), 
        linear-gradient(90deg, rgba(208, 2, 27, 1), rgba(208, 18, 27, 0.5) 70%), 
        linear-gradient(310deg, rgba(220, 20, 60, 1), rgba(220, 20, 60, 0.5) 70%); /* Dunkelrot */
}

.team-background-1 {
    background-color: rgba(74, 144, 226, 1); /* Blauton */
}

.team-background-2 {
    background-color: rgba(233, 78, 119, 1); /* Rotton */
}

.team-background-3 {
    background-color: rgba(50, 227, 194, 1); /* Türkis */
}

.team-background-4 {
    background-color: rgba(245, 166, 35, 1); /* Orange */
}

.team-background-5 {
    background-color: rgba(126, 211, 33, 1); /* Grün */
}

.team-background-6 {
    background-color: rgba(189, 16, 224, 1); /* Violett */
}

.team-background-7 {
    background-color: rgba(248, 231, 28, 1); /* Gelb */
}

.team-background-8 {
    background-color: rgba(144, 19, 254, 1); /* Lila */
}

.team-background-9 {
    background-color: rgba(139, 87, 42, 1); /* Braun */
}

.team-background-10 {
    background-color: rgba(208, 2, 27, 1); /* Dunkelrot */
}







@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 900px){
  .multiplayer-widget {
      width: 140px;
      left: 90px;
  }
}

@media (max-width: 750px){
  #streak {
    top: -15px;
    right: 5px;
    font-size: 25px;
  }
  #mode-title {
    margin-top: -15px;
    font-size: 40px;
  }
  #page-title {
    font-size: 100px;
  }
  #ihalse {
    font-size: 20px;
  }
  #mode-short-description {
    font-size: 22px;
  }
  #gamemode-buttons {
    position: relative;
    z-index: 1;
    width: fit-content;
    gap: 10px;
  }
  #lower-buttons {
    display: flex;
    justify-content: space-between; /* Verteilt die Elemente gleichmäßig mit gleichem Abstand */
    width: 90%; 
    height: fit-content;
    position: fixed;
    bottom: 20px;
    border-radius: 10px;
    padding: 10px;
    padding-right: 5px;
    left: 8%;
    z-index: 0;
  }
  #rangliste, #symbol, #regeln, #impressum, #datenschutz, #account {
    opacity: 0;
    pointer-events: none;
    flex: 1;
    position: static;
    max-width: 60px;
    margin-right: 4px;
  }
  #toggle-buttons {
    flex: 1;
    cursor: pointer;
    position: static;
    max-width: 30px;
    padding-left: 30px;
    background-image: url("../assets/Untoggle.svg");
    background-size: 40px 47px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    background-position: center;
    border-radius: 10px;
  }
  .data-table th, .data-table td{
    padding: 5px;
  }
  #iznr9l{
    padding-bottom: 5px;
  }
  #achievements {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: -5px;
  }
  .achievement-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
  }
  .achievement-title {
    font-size: 10px;
    font-weight: bold;
    margin-top: 3px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  #inwlld{
    width: 80%;
  }
  #landscape-info{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer; /* Zeigt an, dass das Overlay anklickbar ist */
    background-image: url("../assets/Landscape_Info.png");
    background-position: center;
    background-size: contain;
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
  }
  #ix8ci{
    font-size: 16px;
  }
  #rangBox{
    width: 100%;
  }
  #textBox{
    width: 100%;
    top: 60%;
    overflow-y: auto;
    font-size: smaller;
  }
  #impressum-div {
    font-size: 18px;
  }
  #account-section {
    flex-direction: column;
    font-size: 15px;
    gap: 5px;
    text-align: left;
  }
  #reset-password {
    margin-left: 0px;
    text-align: left;
  }
  #settings-button {
    width: 40px;
    height: 40px;
    background-size: 30px;
  }
  #settings {
    width: 80%;
  }
  .modal {
    width: 95%;
    margin: 20px;
  }

  .modal-buttons {
      flex-direction: column;
  }

  .modal-btn {
      width: 100%;
  }
   .leaderboard-modal-content {
      width: 95%;
      max-height: 85vh;
  }
  
  .leaderboard-modal-header {
      padding: 15px 20px;
  }
  
  .leaderboard-modal-title {
      font-size: 1.5em;
  }
  
  .leaderboard-modal-body {
      padding: 20px;
  }
  
  .leaderboard-item {
      padding: 12px 15px;
  }
  
  .player-name {
      font-size: 1.1em;
  }
  
  .streak-number {
      font-size: 1.3em;
  }
  .multiplayer-widget {
      width: 40px;
      top: 70px;
      left: 18px;
      background-image: url("../assets/Multiplayer.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      
  }
  .hidden-small-screen{
    display: none;
  }
  .disconnected{
    background: unset;
    
  }
  .expanded {
    background-image: unset;
  }
}


@media (min-width: 751px){
  #toggle-buttons {
    opacity: 0;
    pointer-events: none;
    height: 0px;
    width: 0px;
  }
  #landscape-info{
    background-image: url("../assets/Landscape_Info.png");
    background-position: center;
    background-size: cover;
    position: fixed;
    height: 0%;
    width: 0%;
  }
}