@charset "UTF-8";
/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.bp5-panel-stack2 {
  flex: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.bp5-tab {
  color: inherit !important;
}

.bp5-tab-panel {
  margin-top: 10px;
}

.bp5-slider-axis .bp5-slider-label {
  color: #2d72d2;
}

.bp5-numeric-input > .bp5-input-group > .bp5-input {
  text-align: right;
}

.bp5-slider-label {
  transform: translate(-50%, -20px);
  white-space: nowrap;
}

.bp5-slider-handle .bp5-slider-label {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.bp5-tab-indicator-wrapper {
  z-index: 2;
}

.bp5-tab[aria-disabled=true] {
  opacity: 0.2;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.properties {
  display: flex;
}
.properties > .property-actions {
  margin-left: 0.5em;
}

.properties-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.properties-container.properties-clickable {
  cursor: pointer;
  padding: 4px;
}
.properties-container.properties-clickable:hover {
  background-color: rgba(143, 153, 168, 0.15);
}
.properties-container.properties-solid {
  background-color: rgba(240, 183, 38, 0.3);
  border-radius: 2px;
  padding: 4px;
}
.properties-container > h4 {
  margin: 0 !important;
  font-weight: normal;
}
.properties-container .properties-error {
  margin-top: 0.5em;
  font-weight: bold;
}
.properties-container .properties-error .bp5-icon {
  color: orange;
}

.properties-entry {
  display: flex;
  position: relative;
  align-items: start;
  padding: 1px 0;
}
.properties-entry .properties-warning-symbol,
.properties-entry .properties-error-symbol {
  color: orange;
  position: absolute;
  right: -10px;
}
.properties-entry .properties-error-symbol {
  color: orangered;
}
.properties-has-title > .properties-entry {
  margin-left: 1em;
}
.properties-entry.properties-underline > .properties-main {
  border-bottom: 1px solid transparent;
}
.properties-entry.properties-underline > .properties-value,
.properties-entry.properties-underline > .properties-unit {
  border-bottom: 1px solid black;
}
.properties-entry.properties-overline > .properties-main {
  border-top: 1px solid transparent;
}
.properties-entry.properties-overline > .properties-value,
.properties-entry.properties-overline > .properties-unit {
  border-top: 1px solid black;
}
.properties-entry.properties-bold {
  font-weight: bold;
}
.properties-entry.properties-light {
  color: rgba(0, 0, 0, 0.3);
}
.properties-entry.properties-sub {
  margin-left: 1em;
}
.properties-entry.properties-value-sub {
  margin-right: 6em;
}
.properties-entry.properties-margin-top {
  margin-top: 1em;
}
.properties-entry.properties-margin-bottom {
  margin-bottom: 1em;
}
.properties-entry.properties-bold.properties-underline > .properties-main {
  border-bottom: 3px double transparent;
}
.properties-entry.properties-bold.properties-underline > .properties-value,
.properties-entry.properties-bold.properties-underline > .properties-unit {
  border-bottom: 3px double black;
}

.properties-main {
  flex: 1;
  display: flex;
}

.properties-label {
  flex: 1;
}

.properties-value {
  margin-left: 0.5em;
  text-align: right;
  width: 4.5em;
}

.properties-unit {
  padding-left: 4px;
  width: 25px;
}

.properties-negative > .properties-value,
.properties-negative > .properties-unit {
  color: orangered;
}

.properties-positive > .properties-value,
.properties-positive > .properties-unit {
  color: limegreen;
}

.properties-row.properties-margin-bottom td {
  padding-bottom: 1rem !important;
}
.properties-row.properties-overline .properties-entry {
  border-top: 1px solid black;
}
.properties-row .properties-entry {
  display: flex;
}
.properties-row .properties-addon {
  float: right;
}
.properties-row .properties-value {
  flex: 1;
  margin-left: 0;
}
.properties-row.properties-bold {
  font-weight: bold;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.myproperties2 .myproperties2-entry {
  display: flex;
}
.myproperties2 .myproperties2-entry > div {
  padding: 2px 0;
  border-top: 1px solid transparent;
}
.myproperties2 .myproperties2-entry.myproperties2-bold {
  font-weight: bold;
}
.myproperties2 .myproperties2-entry.myproperties2-overline {
  margin-top: 6px;
}
.myproperties2 .myproperties2-entry.myproperties2-overline .myproperties2-value,
.myproperties2 .myproperties2-entry.myproperties2-overline .myproperties2-unit {
  border-top-color: black;
}
.myproperties2 .myproperties2-entry .myproperties2-prefix {
  width: 2.5em;
}
.myproperties2 .myproperties2-entry .myproperties2-value {
  min-width: 4.5em;
  text-align: right;
}
.myproperties2 .myproperties2-entry .myproperties2-unit {
  width: 2em;
  padding-left: 0.5em;
}
.myproperties2 .myproperties2-entry .myproperties2-label {
  padding-left: 0.75em;
  flex: 1;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.myproperties2 .myeditableproperties-entry {
  display: flex;
}
.myproperties2 .myeditableproperties-entry > div {
  padding: 2px 0;
  border-top: 1px solid transparent;
}
.myproperties2 .myeditableproperties-entry.myeditableproperties-bold {
  font-weight: bold;
}
.myproperties2 .myeditableproperties-entry.myeditableproperties-overline {
  margin-top: 6px;
}
.myproperties2 .myeditableproperties-entry.myeditableproperties-overline .myeditableproperties-value,
.myproperties2 .myeditableproperties-entry.myeditableproperties-overline .myeditableproperties-unit {
  border-top-color: black;
}
.myproperties2 .myeditableproperties-entry .myeditableproperties-prefix {
  width: 2.5em;
}
.myproperties2 .myeditableproperties-entry .myeditableproperties-value {
  width: 4.5em;
  text-align: right;
}
.myproperties2 .myeditableproperties-entry .myeditableproperties-value input[type=number]::-webkit-inner-spin-button,
.myproperties2 .myeditableproperties-entry .myeditableproperties-value input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.myproperties2 .myeditableproperties-entry .myeditableproperties-value input[type=number] {
  -moz-appearance: textfield;
}
.myproperties2 .myeditableproperties-entry .myeditableproperties-value .bp5-control-group .bp5-input-group {
  width: calc(100% + 5px);
  margin: -6px 0;
}
.myproperties2 .myeditableproperties-entry .myeditableproperties-value .bp5-control-group .bp5-input-group .bp5-input {
  padding: 0 5px;
}
.myproperties2 .myeditableproperties-entry .myeditableproperties-unit {
  width: 2em;
  padding-left: 0.5em;
}
.myproperties2 .myeditableproperties-entry .myeditableproperties-label {
  padding-left: 0.75em;
  flex: 1;
}

.bp5-portal .bp5-overlay .bp5-popover2-content {
  padding: 12px;
}
.bp5-portal .bp5-overlay .bp5-popover2-content .mkb-setting {
  width: 290px;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.mkb-qr-link {
  max-width: 300px;
  text-align: center;
  padding: 10px;
  background: white;
  border-radius: 2px;
}
.mkb-qr-link canvas {
  outline: 0.3rem solid white;
}
.mkb-qr-link canvas.mkb-clickable {
  cursor: pointer;
}
.mkb-qr-link > .bp5-button-group {
  vertical-align: top;
  position: absolute;
  margin-left: 10px;
}
.mkb-qr-link figcaption {
  margin-top: 5px;
}

.mkb-qr-link-print {
  text-align: center;
}
.mkb-qr-link-print .mkb-print-content-canvas {
  margin-top: 3em;
}

.mkb-qr-link-popup {
  min-width: 260px;
}

.my-slider {
  margin: 4em 1em 0.5em 2em;
}
.my-slider .bp5-slider-label {
  transform: translate(-50%, -3em);
  white-space: nowrap;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.mkb-enterprise-badge {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0 0.5em;
  outline: 1px solid white;
  border-radius: 2px;
  background: #ddd;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-overflow: ellipsis;
  overflow-x: hidden;
  vertical-align: bottom;
  max-width: 135px;
}
.mkb-enterprise-badge.bankrupt {
  text-decoration: line-through;
  opacity: 0.5;
}

.mkb-player-board {
  display: table;
  table-layout: fixed;
  padding: 0;
  width: 250px;
  font-size: 14px;
  overflow: hidden;
  margin: 10px 0 0;
  border: 1px solid #999;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.mkb-player-board li {
  display: table-row;
  background: #e0e0e0;
}
.mkb-player-board li span {
  display: table-cell;
  vertical-align: middle;
  padding: 1px 2px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mkb-player-board li:nth-child(even) {
  background: #f0f0f0;
}
.mkb-player-board li.has-placed {
  background: #c8f0c8;
}
.mkb-player-board li.has-placed:nth-child(even) {
  background: #e0ffe0;
}
.mkb-player-board li::before {
  display: table-cell;
  vertical-align: middle;
  padding: 1px 1px 1px 4px;
  content: "";
  color: #8c8;
  font-weight: bold;
  width: 18px;
}
.mkb-player-board li.online::before {
  content: "●";
  animation: 2s pulsate infinite;
}
@keyframes pulsate {
  0% {
    color: #00c800;
  }
  50% {
    color: #00e800;
  }
  100% {
    color: #00c800;
  }
}
.mkb-player-board li.self span {
  font-weight: bold;
}
.mkb-player-board li::after {
  display: table-cell;
  width: 24px;
  vertical-align: middle;
  text-align: center;
  line-height: 18px;
}
.mkb-player-board li.has-placed::after {
  content: "✓";
  font-weight: bold;
  font-size: 16px;
}
.mkb-player-board li.waiting::after {
  content: " ";
  opacity: 0.75;
}
.mkb-player-board li.bankrupt span {
  text-decoration: line-through;
  opacity: 0.7;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(3deg);
  }
  95% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.mkb-loan-editor .properties-value {
  width: 8em;
}
.mkb-loan-editor .properties-unit {
  width: 18px;
  display: inline-block;
}

.mkb-balance-sheet .properties-overline .properties-value {
  animation: none;
}

.balance-sheet-title {
  font-weight: bold;
  margin-bottom: 1em;
}

.mkb-balance-key-data-section-label {
  margin-top: 1em;
  margin-bottom: 0.1em;
  font-weight: bold;
}
.mkb-balance-key-data-section-label:first-child {
  margin-top: 0;
}

.profit-and-loss-sheet-title {
  font-weight: bold;
  margin-bottom: 1em;
}

.result-accounts-title {
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 1em;
}
.result-accounts-title:first-child {
  margin-top: 0;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.mkb-quarter-selection {
  margin: 0 0 0.5rem;
}
.mkb-quarter-selection h2 {
  flex: 20;
  align-self: center;
  margin: 0 !important;
  color: #2d72d2;
  text-align: center;
  font-size: 16px !important;
}
.mkb-quarter-selection svg {
  display: block;
}
.mkb-quarter-selection svg path:not([fill=none]) {
  fill: #2d72d2;
  stroke: #2d72d2;
}
.mkb-quarter-selection .mkb-button-disabled {
  background: transparent;
  cursor: default;
  opacity: 0.5;
}

.mkb-game-results h3,
.mkb-balances-panel h3 {
  margin: 1em 0.1em 0.5em;
}
.mkb-game-results .mkb-history-chart,
.mkb-balances-panel .mkb-history-chart {
  background: #fff8ee;
  border: 1px solid #999;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.mkb-game-results .mkb-market-shares,
.mkb-balances-panel .mkb-market-shares {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1em;
}
.mkb-game-results .mkb-market-shares table,
.mkb-balances-panel .mkb-market-shares table {
  flex: 1;
}
.mkb-game-results .mkb-market-shares th, .mkb-game-results .mkb-market-shares td,
.mkb-balances-panel .mkb-market-shares th,
.mkb-balances-panel .mkb-market-shares td {
  padding: 2px 4px;
}
.mkb-game-results .mkb-market-shares th.mkb-username, .mkb-game-results .mkb-market-shares td.mkb-username,
.mkb-balances-panel .mkb-market-shares th.mkb-username,
.mkb-balances-panel .mkb-market-shares td.mkb-username {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mkb-game-results .mkb-market-shares th.mkb-price, .mkb-game-results .mkb-market-shares th.mkb-quantity, .mkb-game-results .mkb-market-shares td.mkb-price, .mkb-game-results .mkb-market-shares td.mkb-quantity,
.mkb-balances-panel .mkb-market-shares th.mkb-price,
.mkb-balances-panel .mkb-market-shares th.mkb-quantity,
.mkb-balances-panel .mkb-market-shares td.mkb-price,
.mkb-balances-panel .mkb-market-shares td.mkb-quantity {
  text-align: right;
  padding-right: 0;
}
.mkb-game-results .mkb-market-shares tr.bankrupt,
.mkb-balances-panel .mkb-market-shares tr.bankrupt {
  text-decoration: line-through;
  opacity: 0.5;
}
.mkb-game-results .mkb-market-shares svg,
.mkb-balances-panel .mkb-market-shares svg {
  display: block;
  max-width: 15vw;
  margin: 1.25rem 0 0 0.5rem;
}
.mkb-game-results > .bp5-tabs,
.mkb-balances-panel > .bp5-tabs {
  margin-bottom: 1em;
}
.mkb-game-results > .bp5-tabs .bp5-tab-list,
.mkb-balances-panel > .bp5-tabs .bp5-tab-list {
  flex-wrap: wrap;
  margin-right: -10px;
}
.mkb-game-results > .bp5-tabs .bp5-tab-list > *:not(:last-child),
.mkb-balances-panel > .bp5-tabs .bp5-tab-list > *:not(:last-child) {
  margin-right: 15px;
}
.mkb-game-results > .bp5-tabs:last-child,
.mkb-balances-panel > .bp5-tabs:last-child {
  margin-bottom: 0;
}
.mkb-game-results .bp5-button-group .bp5-button,
.mkb-balances-panel .bp5-button-group .bp5-button {
  margin: 0;
}
.mkb-game-results .mkb-total,
.mkb-balances-panel .mkb-total {
  line-height: 16px;
}
.mkb-game-results .mkb-total td,
.mkb-balances-panel .mkb-total td {
  text-align: right;
}
.mkb-game-results .mkb-total .mkb-diameter,
.mkb-balances-panel .mkb-total .mkb-diameter {
  font-size: 18px;
  line-height: 14px;
  vertical-align: top;
}
.mkb-game-results .mkb-total .mkb-sum,
.mkb-balances-panel .mkb-total .mkb-sum {
  vertical-align: top;
}
.mkb-game-results .mkb-debug-container,
.mkb-balances-panel .mkb-debug-container {
  position: relative;
  height: 30em;
  overflow: scroll;
}
.mkb-game-results .mkb-debug-table,
.mkb-balances-panel .mkb-debug-table {
  position: absolute;
}
.mkb-game-results .mkb-debug-table th, .mkb-game-results .mkb-debug-table td,
.mkb-balances-panel .mkb-debug-table th,
.mkb-balances-panel .mkb-debug-table td {
  vertical-align: top;
  text-align: left;
  padding: 0 0.5rem 0 0;
}
.mkb-game-results .spieler-auswahl,
.mkb-balances-panel .spieler-auswahl {
  cursor: pointer;
  width: fit-content;
}
.mkb-game-results .spieler-auswahl .mkb-enterprise-badge,
.mkb-balances-panel .spieler-auswahl .mkb-enterprise-badge {
  max-width: unset;
}
.mkb-game-results .mkb-balance-sheet,
.mkb-balances-panel .mkb-balance-sheet {
  background: white;
  padding: 10px;
}
.mkb-game-results .mkb-balance-sheet.bp5-tab,
.mkb-balances-panel .mkb-balance-sheet.bp5-tab {
  padding: 0 10px;
  background: transparent;
}
.mkb-game-results .mkb-balance-sheet .eigenkapital,
.mkb-balances-panel .mkb-balance-sheet .eigenkapital {
  margin-left: -1em;
}
.mkb-game-results .mkb-balance-sheet .eigenkapital .properties-value, .mkb-game-results .mkb-balance-sheet .eigenkapital .properties-unit,
.mkb-balances-panel .mkb-balance-sheet .eigenkapital .properties-value,
.mkb-balances-panel .mkb-balance-sheet .eigenkapital .properties-unit {
  font-style: italic;
  color: #ccc;
}

.bp5-portal .bp5-menu .player-selection {
  cursor: pointer;
  text-align: center;
}
.bp5-portal .bp5-menu .player-selection:hover {
  background: #2d72d2;
}
.bp5-portal .bp5-menu .player-selection .mkb-enterprise-badge {
  max-width: unset;
  margin: 0.5em 0;
}

tr.mkb-non-served-demand {
  background: #ccc;
}
tr.mkb-non-served-demand td {
  color: #888;
  font-size: 80%;
}

.mkb-link-yearly-results {
  font-weight: bold;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.mkb-player-round {
  background: white;
  padding: 10px;
  margin-bottom: 1.5em;
}
.mkb-player-round:last-child {
  margin-bottom: 0;
}
.mkb-player-round h4 {
  margin: 15px 0 5px;
}
.mkb-player-round h4:first-child {
  margin-top: 0;
}
.mkb-player-round .mkb-actions,
.mkb-player-round .mkb-operations {
  margin: 0 0 -0.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.mkb-player-round .mkb-actions > li,
.mkb-player-round .mkb-operations > li {
  margin: 0 0 0.5rem;
}
.mkb-player-round .mkb-none {
  margin: 0;
}
.mkb-player-round .mkb-operations .properties-solid {
  background-color: rgba(143, 153, 168, 0.15);
}

.mkb-results-panel .mkb-rounddebug-container {
  position: relative;
  height: 30em;
  overflow: scroll;
}
.mkb-results-panel .mkb-rounddebug-table {
  position: absolute;
  border-collapse: collapse;
}
.mkb-results-panel .mkb-rounddebug-table tr:nth-child(odd) {
  background-color: white;
}
.mkb-results-panel .mkb-rounddebug-table th, .mkb-results-panel .mkb-rounddebug-table td {
  vertical-align: top;
  text-align: left;
  padding: 0 0.5rem 0 0;
}
.mkb-results-panel .mkb-rounddebug-table td.value {
  text-align: right;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.public-page {
  background: #ffffd0;
  background: fixed linear-gradient(90deg, #fbe3bc 0%, #fad4a8 100%);
  padding: calc(50px + 1rem) 1rem 1rem;
}
.public-page header .bp5-navbar {
  box-shadow: none;
  border-bottom: 2px solid black;
}
.public-page header .bp5-navbar-heading {
  font-weight: bold;
  cursor: pointer;
}
.public-page header img {
  position: absolute;
  height: 50px;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.public-page footer {
  line-height: 20px;
  margin-top: 1.5rem;
}
.public-page footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.public-page main .table-row-actions button {
  margin-right: 10px;
}
.public-page main .flight-indicator .left {
  animation: blink 1s linear infinite;
}
.public-page main .flight-indicator .right {
  animation: blink 1s linear infinite;
}
.public-page main > table {
  margin: 11px -11px 0;
}
.public-page main ul {
  padding-left: 1.5em;
}
.public-page main h1 {
  font-size: 18px;
  margin-top: 10px;
}

@font-face {
  font-family: "Closeness";
  src: url("/assets/subset-closeness-bold-italic.woff2") format("woff2"), url("/assets/subset-closeness-bold-italic.woff") format("woff");
}
@font-face {
  font-family: "Closeness Outline";
  src: url("/assets/subset-closeness-outline-italic.woff2") format("woff2"), url("/assets/subset-closeness-outline-italic.woff") format("woff");
}
header .bp5-navbar-heading {
  font-family: "Closeness Outline", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "blueprint-icons-16", sans-serif;
  font-size: max(22px, min(30px, 5vw));
  position: absolute;
  bottom: calc(-0.35 * max(22px, min(30px, 5vw)));
}
@media screen and (max-width: 900px) {
  header .bp5-navbar-group img {
    display: none;
  }
}

body.scrolled header .bp5-navbar-heading {
  opacity: 1;
}

.forgot-password .bp5-card {
  max-width: 400px;
}
.forgot-password .bp5-card h1 {
  margin-top: 0;
  font-size: 14px;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.public-page {
  background: #ffffd0;
  background: fixed linear-gradient(90deg, #fbe3bc 0%, #fad4a8 100%);
  padding: calc(50px + 1rem) 1rem 1rem;
}
.public-page header .bp5-navbar {
  box-shadow: none;
  border-bottom: 2px solid black;
}
.public-page header .bp5-navbar-heading {
  font-weight: bold;
  cursor: pointer;
}
.public-page header img {
  position: absolute;
  height: 50px;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.public-page footer {
  line-height: 20px;
  margin-top: 1.5rem;
}
.public-page footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.public-page main .table-row-actions button {
  margin-right: 10px;
}
.public-page main .flight-indicator .left {
  animation: blink 1s linear infinite;
}
.public-page main .flight-indicator .right {
  animation: blink 1s linear infinite;
}
.public-page main > table {
  margin: 11px -11px 0;
}
.public-page main ul {
  padding-left: 1.5em;
}
.public-page main h1 {
  font-size: 18px;
  margin-top: 10px;
}

@font-face {
  font-family: "Closeness";
  src: url("/assets/subset-closeness-bold-italic.woff2") format("woff2"), url("/assets/subset-closeness-bold-italic.woff") format("woff");
}
@font-face {
  font-family: "Closeness Outline";
  src: url("/assets/subset-closeness-outline-italic.woff2") format("woff2"), url("/assets/subset-closeness-outline-italic.woff") format("woff");
}
header .bp5-navbar-heading {
  font-family: "Closeness Outline", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "blueprint-icons-16", sans-serif;
  font-size: max(22px, min(30px, 5vw));
  position: absolute;
  bottom: calc(-0.35 * max(22px, min(30px, 5vw)));
}
@media screen and (max-width: 900px) {
  header .bp5-navbar-group img {
    display: none;
  }
}

body.scrolled header .bp5-navbar-heading {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  body:not(.scrolled).home-page header .bp5-navbar-group img {
    display: block;
  }
}

.home-page header .bp5-navbar-heading {
  opacity: 0;
  transition: opacity 0.3s;
}
.home-page main {
  line-height: 20px;
  color: #444;
}
.home-page main .teaser {
  height: calc(100vh - 50px);
  margin: -1rem -1rem 1rem;
  background-image: url("/assets/onlinesucht.jpg");
  background-color: #e3775b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom calc((100vmin - 100vw) / 6) center;
  box-shadow: inset 0 -2rem 2rem -2rem black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.home-page main .teaser .box {
  position: absolute;
  top: calc(50px + 1rem + 5vh);
  left: 5vw;
  border-radius: 0.25em;
  padding: 0.5em 0.75em;
  color: rgba(0, 0, 0, 0.8);
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.3;
  letter-spacing: 1.5px;
}
.home-page main .teaser .box > svg {
  position: absolute;
}
@media screen and (max-width: 600px) {
  .home-page main .teaser .box {
    left: 0;
    right: 0;
    border-radius: 0;
    padding-top: 1.5em;
  }
}
.home-page main .teaser .box h1 {
  margin: 0;
  font-family: "Closeness", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "blueprint-icons-16", sans-serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1.3;
  color: white;
  filter: url(#wobbly-text);
  letter-spacing: 0.1em;
}
.home-page main .teaser .box h1 span {
  font-family: "Closeness Outline", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "blueprint-icons-16", sans-serif;
}
.home-page main .teaser .box p {
  margin: 1em 0 0.5em;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .home-page main .teaser .box p br {
    display: none;
  }
}
.home-page main .teaser .box .action {
  margin: 1em 0 0.25em;
}
.home-page main .teaser .box .action button {
  color: white;
  background: #592f23;
  font-style: italic;
  font-size: 85%;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  border-radius: 2px;
  padding: 0 0.75em;
  line-height: 1.6;
  box-shadow: 0.25em 0.25em 0 black;
  cursor: pointer;
}
.home-page main .bp5-card {
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 2em;
}
@media screen and (min-width: 800px) {
  .home-page main .grid {
    display: grid;
    gap: 1rem;
  }
  .home-page main .bp5-card {
    margin-bottom: 0;
  }
  .home-page main .lernen {
    grid-column: 1;
  }
  .home-page main .wissen {
    grid-column: 2;
  }
  .home-page main .loslegen {
    grid-column: 1;
  }
}
@media screen and (min-width: 1200px) {
  .home-page main .grid {
    gap: 1.5rem;
  }
  .home-page main .lernen {
    grid-column: 1;
    grid-row: span 2;
  }
  .home-page main .wissen {
    grid-column: 2;
    grid-row: span 2;
  }
  .home-page main .loslegen {
    grid-column: 3;
  }
}
.home-page main .main-card h2 {
  text-align: center;
  color: #666;
  margin-top: 0.75rem;
}
.home-page main li {
  margin-top: 0.75rem;
}
.home-page main .symbol {
  text-align: center;
}
.home-page main .symbol img {
  max-height: 3.5rem;
}

.login-form {
  max-width: 300px;
}
.login-form .forgot-password-label {
  float: right;
  font-size: 12px;
  margin-top: 4px;
  line-height: 12px;
}

.forgot-password .bp5-card {
  max-width: 400px;
}
.forgot-password .bp5-card h1 {
  margin-top: 0;
  font-size: 14px;
}

.sign-up .bp5-card {
  max-width: 400px;
}
.sign-up .bp5-card h1 {
  margin-top: 0;
  font-size: 14px;
}
.sign-up .bp5-card .bp5-checkbox ul {
  margin-top: 0;
  padding-left: 1em;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.schule-page {
  background: #d0ffd0;
  background: fixed linear-gradient(90deg, #d0ffd0 0%, #a0ffa0 100%);
  padding: calc(50px + 1rem) 1rem 1rem;
}
.schule-page header .bp5-navbar {
  box-shadow: none;
  border-bottom: 2px solid black;
}
.schule-page header .bp5-navbar-heading {
  font-weight: bold;
  cursor: pointer;
}
.schule-page header img {
  position: absolute;
  height: 50px;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.schule-page footer {
  line-height: 20px;
  margin-top: 1.5rem;
}
.schule-page footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.schule-page main .bp5-tab-panel {
  margin-top: 1rem;
}
.schule-page main .action-bar {
  display: flex;
}
.schule-page main .action-bar > div {
  display: block;
  margin-right: 10px;
}
.schule-page main .empty-table {
  font-style: italic;
}
.schule-page main .bp5-tab-panel > table {
  margin: 11px -11px 0;
}
.schule-page main h1 {
  font-size: 18px;
  margin-top: 10px;
}
.schule-page main .bp5-button.bp5-outlined {
  background: white;
}
.schule-page .bp5-card > table {
  margin: 0 -20px;
}
.schule-page .bp5-card h2 {
  font-size: 14px;
  margin-top: 0;
}

.bp5-tab-panel.laufende-spiele-page {
  display: flex;
  align-items: start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .bp5-tab-panel.laufende-spiele-page {
    flex-direction: row;
  }
}
.bp5-tab-panel.laufende-spiele-page .new-game {
  margin: 0 0 1rem;
  width: auto;
  padding-bottom: 0;
}
.bp5-tab-panel.laufende-spiele-page .new-game .bp5-dialog-header {
  font-weight: bold;
}
.bp5-tab-panel.laufende-spiele-page .games-table {
  margin: 0 1rem 1rem 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bp5-tab-panel.user-page {
  display: flex;
  align-items: start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .bp5-tab-panel.user-page {
    flex-direction: row;
  }
}
.bp5-tab-panel.user-page .new-user {
  margin-bottom: 1rem;
}
.bp5-tab-panel.user-page .users-table {
  margin: 0 1rem 1rem 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 800px) {
  .bp5-tab-panel.lizenz-page {
    display: grid;
    gap: 1rem;
  }
  .bp5-tab-panel.lizenz-page .bp5-card {
    margin-bottom: 0;
  }
}
.bp5-tab-panel.lizenz-page :disabled, .bp5-tab-panel.lizenz-page .bp5-disabled {
  color: inherit;
  cursor: default;
}
.bp5-tab-panel.lizenz-page .bp5-card {
  margin-bottom: 1rem;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-account-panel {
  background: #eee;
}
.protected .mkb-account-panel figure {
  margin: 0;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-actions-panel .mkb-actions {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.protected .mkb-actions-panel .mkb-actions > li {
  margin-bottom: 0.5em;
}
.protected .mkb-actions-panel .mkb-actions > li .properties-value {
  width: 5em;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-enterprise-panel .properties-container {
  padding: 4px;
}
.protected .mkb-enterprise-panel .properties-addon {
  margin-left: 1ex;
  text-align: right;
}
.no-hover .protected .mkb-enterprise-panel hr {
  display: none;
}
.no-hover .protected .mkb-enterprise-panel > div {
  border-top: 1px solid #ccc;
}
.no-hover .protected .mkb-enterprise-panel hr + div {
  border-color: #888;
}
.protected .mkb-enterprise-panel .mkb-ready-button-group {
  margin-top: 0.5em;
}
.protected .mkb-enterprise-panel .mkb-ready-button-group > button,
.protected .mkb-enterprise-panel .mkb-ready-button-group > label {
  margin-top: 0;
  margin-bottom: 0;
}
.protected .mkb-enterprise-panel .mkb-ready-button-group > label {
  padding-left: 2.5em;
}
.protected .mkb-enterprise-panel .forecast-header {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 8px;
}
.protected .mkb-enterprise-panel .mkb-plants .properties-clickable:hover.properties-clickable, .no-hover .protected .mkb-enterprise-panel .mkb-plants .properties-clickable {
  background-color: #e9f6fe;
}
.protected .mkb-enterprise-panel .mkb-workforce .properties-clickable:hover, .no-hover .protected .mkb-enterprise-panel .mkb-workforce .properties-clickable {
  background-color: #ffe6cc;
}
.protected .mkb-enterprise-panel .mkb-hops .properties-clickable:hover, .no-hover .protected .mkb-enterprise-panel .mkb-hops .properties-clickable {
  background-color: #ebf5d6;
}
.protected .mkb-enterprise-panel .mkb-malt .properties-clickable:hover, .no-hover .protected .mkb-enterprise-panel .mkb-malt .properties-clickable {
  background-color: #fff7cc;
}
.protected .mkb-enterprise-panel .mkb-marketing .properties-clickable:hover, .no-hover .protected .mkb-enterprise-panel .mkb-marketing .properties-clickable {
  background-color: #ebe6ff;
}
.protected .mkb-enterprise-panel .game-ended-hint {
  margin-top: 1em;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-loans-panel {
  background: #eee;
}
.protected .mkb-loans-panel h2 + h3 {
  margin-top: 0;
}
.protected .mkb-loans-panel .mkb-loans {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
.protected .mkb-loans-panel .mkb-loans > li {
  margin-bottom: 0.5em;
}

.protected .mkb-loans-info {
  margin-bottom: 1em;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-marketing-panel {
  background-color: #ebe6ff;
}
.protected .mkb-marketing-panel > ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
.protected .mkb-marketing-panel > ul > li {
  margin-bottom: 0.5em;
}
.protected .mkb-marketing-panel .properties-solid {
  background-color: #c2b2ff;
}
.protected .mkb-marketing-panel .properties-solid h4 {
  font-weight: bold;
}
.protected .mkb-marketing-panel .mkb-campaign-editor {
  padding-top: 0.5em;
}
.protected .mkb-marketing-panel .mkb-campaign-editor .properties-value {
  width: 8em;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-news-panel {
  padding: 10px;
}
.protected .mkb-news-panel.previous-quarter {
  background-color: #eee;
}
.protected .mkb-news-panel .mkb-quarter-selection .mkb-button-disabled {
  visibility: hidden;
}
.protected .mkb-news-panel h3 {
  margin-top: 0;
}
.protected .mkb-news-panel .mkb-enterprise-name {
  font-weight: bold;
  white-space: nowrap;
}
.protected .mkb-news-panel > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.protected .mkb-news-panel > ul > li {
  border-top: 1px solid #aaa;
  margin: 0;
  padding: 10px 0 0;
}
.protected .mkb-news-panel > ul > li p, .protected .mkb-news-panel > ul > li ul, .protected .mkb-news-panel > ul > li .properties {
  margin: 10px 0;
}
.protected .mkb-news-panel > ul > li p {
  line-height: 1.5;
}
.protected .mkb-news-panel > ul > li ul {
  list-style: disc;
  padding-left: 20px;
}
.protected .mkb-news-panel > ul > li ul li {
  margin-top: 0.5em;
}
.protected .mkb-news-panel .properties-solid {
  background-color: #ddd;
}
.protected .mkb-news-panel .bp5-button.bp5-minimal.bp5-small {
  vertical-align: baseline;
  color: #2d72d2;
}
.protected .mkb-news-panel .bp5-button.bp5-minimal.bp5-small .bp5-icon {
  height: 12px;
}
.protected .mkb-news-panel .mkb-prices-row {
  display: flex;
}
.protected .mkb-news-panel .mkb-prices-row > div {
  flex: 1;
  margin: 0 1em 1em 0;
  border-radius: 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}
.protected .mkb-news-panel .mkb-prices-row > div:last-child {
  margin: 0 0 1em;
}
.protected .mkb-news-panel .mkb-prices-row:last-child > div {
  margin-bottom: 0;
}
.protected .mkb-news-panel .mkb-prices-row svg {
  display: block;
}
.protected .mkb-news-panel .mkb-prices-row h4 {
  margin: 0;
  padding: 0 0 0.2em 0.5em;
  font-size: 0.75em;
  font-weight: normal;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-plants-panel {
  background-color: #e9f6fe;
}
.protected .mkb-plants-panel .mkb-plants,
.protected .mkb-plants-panel .mkb-plants-in-construction {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
.protected .mkb-plants-panel .mkb-plants > li,
.protected .mkb-plants-panel .mkb-plants-in-construction > li {
  margin-bottom: 0.5em;
}
.protected .mkb-plants-panel .mkb-plant-editor .properties-value {
  width: 8em;
}
.protected .mkb-plants-panel .properties h4 {
  font-weight: bold;
}
.protected .mkb-plants-panel .mkb-plants .properties-solid {
  background-color: #bee6ff;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-settings-panel {
  background: #eee;
}
.protected .mkb-settings-panel .mkb-color-selection {
  margin: 0.75rem 0 -0.75rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.protected .mkb-settings-panel .mkb-color-selection li {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin: 0 0.75rem 0.75rem 0;
  border-radius: 2.5rem;
  cursor: pointer;
  box-shadow: 0.25rem 0.25rem 0.2rem rgba(0, 0, 0, 0.15) inset;
}
.protected .mkb-settings-panel .mkb-color-selection li.mkb-no-color-selection {
  border: 2px dashed #aaa;
  box-shadow: none;
}
.protected .mkb-settings-panel .mkb-color-selection li.mkb-selected-color {
  cursor: default;
}
.protected .mkb-settings-panel .mkb-color-selection li.mkb-selected-color::after {
  display: block;
  content: "✓";
  position: absolute;
  transform: translate(-50%, -50%);
  text-shadow: -1px -1px 0 white, -1px 0 0 white, -1px 1px 0 white, 0 -1px 0 white, 0 1px 0 white, 1px -1px 0 white, 1px 0 0 white, 1px 1px 0 white;
  top: 50%;
  left: 50%;
  font-size: 2rem;
}
.protected .mkb-settings-panel .mkb-color-selection li.mkb-unavailable-color {
  cursor: default;
  border-width: 0.3em;
  border-style: solid;
}
.protected .mkb-settings-panel .mkb-color-selection li.mkb-unavailable-color::after {
  display: block;
  content: "×";
  position: absolute;
  transform: translate(-50%, -50%);
  top: calc(50% - 0.05em);
  left: 50%;
  font-size: 2.8rem;
  color: maroon;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-production-panel {
  background: #eee;
}
.protected .mkb-production-panel > * {
  margin-bottom: 10px;
}
.protected .mkb-production-panel > *:last-child {
  margin-bottom: 0;
}
.protected .mkb-production-panel .mkb-production-warning {
  display: flex;
}
.protected .mkb-production-panel .mkb-production-warning > * {
  display: block;
}
.protected .mkb-production-panel .mkb-production-warning .bp5-icon {
  color: orange;
  margin-right: 0.5em;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-hops-panel {
  background-color: #ebf5d6;
}

.protected .mkb-malt-panel {
  background-color: #fff7cc;
}

.protected .mkb-resources-panel > * {
  margin-bottom: 10px;
}
.protected .mkb-resources-panel > *:last-child {
  margin-bottom: 0;
}
.protected .mkb-resources-panel .mkb-resource-warning {
  display: flex;
}
.protected .mkb-resources-panel .mkb-resource-warning > * {
  display: block;
}
.protected .mkb-resources-panel .mkb-resource-warning .bp5-icon {
  color: orange;
  margin-right: 0.5em;
}
.protected .mkb-resources-panel.mkb-error .bp5-icon {
  color: orangered;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-results-panel {
  background: #eee;
}
.protected .mkb-results-panel .mkb-link-disabled {
  opacity: 0.5;
  cursor: pointer;
}
.protected .mkb-results-panel > ul {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.protected .mkb-results-panel > ul > li {
  border-bottom: 1px solid #aaa;
  padding: 0;
  margin: 10px 0;
}
.protected .mkb-results-panel > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.protected .mkb-results-panel > ul > li p, .protected .mkb-results-panel > ul > li ul, .protected .mkb-results-panel > ul > li .properties {
  margin: 10px 0;
}
.protected .mkb-results-panel > ul > li p:first-child, .protected .mkb-results-panel > ul > li ul:first-child, .protected .mkb-results-panel > ul > li .properties:first-child {
  margin-top: 0;
}
.protected .mkb-results-panel > ul > li p:last-child, .protected .mkb-results-panel > ul > li ul:last-child, .protected .mkb-results-panel > ul > li .properties:last-child {
  margin-bottom: 0;
}
.protected .mkb-results-panel > ul > li p {
  line-height: 1.5;
}
.protected .mkb-results-panel > ul > li ul {
  list-style: disc;
  padding-left: 20px;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-balances-panel {
  background: #eee;
}
.protected .mkb-balances-panel .msg-error {
  margin: 2em 0;
  font-style: italic;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.protected .mkb-workforce-panel {
  background-color: #ffe6cc;
}
.protected .mkb-workforce-panel .mkb-no-change .myproperties2-label {
  font-style: italic;
}
.protected .mkb-workforce-panel .mkb-setting {
  display: flex;
}
.protected .mkb-workforce-panel .mkb-setting > div {
  flex: 1;
  text-align: center;
  opacity: 1;
}
.protected .mkb-workforce-panel .mkb-setting > div.mkb-workforce-action-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.protected .mkb-workforce-panel .mkb-setting > div.mkb-workforce-action-invisible {
  opacity: 0;
  pointer-events: none;
}
.protected .mkb-workforce-panel .mkb-workforce-warning {
  display: flex;
  color: orangered;
  margin: 2em 1em;
}
.protected .mkb-workforce-panel .mkb-workforce-warning > * {
  display: block;
}
.protected .mkb-workforce-panel .mkb-workforce-warning .bp5-icon {
  margin-right: 0.5em;
}

.protected {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 320px;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 402px) {
  .protected {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.protected hr {
  margin: 0;
}
.protected h1 {
  margin: 6px 10px 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (min-width: 402px) {
  .protected h1 .mkb-enterprise-badge {
    margin-left: -1rem;
    max-width: 220px;
  }
}
.protected h2 {
  margin: 0 0 1.5em;
  font-size: 14px;
}
.protected h3, .protected h4 {
  margin: 1.5em 0 0.75em 0;
  font-size: 1em;
}
.protected .mkb-settings-trigger {
  position: absolute;
  right: 0.5rem;
  top: 4px;
  z-index: 1;
}
.protected > .bp5-tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.protected > .bp5-tabs > .bp5-tab-panel {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.protected > .bp5-tabs > .bp5-tab-list {
  margin: 0 10px;
}
.protected > .bp5-tabs > .bp5-tab-list .bp5-tab {
  font-weight: bold;
}

.bp5-control.bp5-checkbox .bp5-control-indicator {
  background-color: white;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.spielleiter-page {
  background: #d0f0ff;
  background: fixed linear-gradient(90deg, #d0f0ff 0%, #a0d0ff);
  padding: calc(50px + 1rem) 1rem 1rem;
}
.spielleiter-page header .bp5-navbar {
  box-shadow: none;
  border-bottom: 2px solid black;
}
.spielleiter-page header .bp5-navbar-heading {
  font-weight: bold;
}
.spielleiter-page header img {
  position: absolute;
  height: 50px;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.spielleiter-page footer {
  line-height: 20px;
  margin-top: 1.5rem;
}
.spielleiter-page footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spielleiter-page main .bp5-tab-panel {
  margin-top: 1em;
}
.spielleiter-page main .action-bar {
  display: flex;
}
.spielleiter-page main .action-bar > button, .spielleiter-page main .action-bar > input, .spielleiter-page main .action-bar > div {
  display: block;
  margin-right: 10px;
}
.spielleiter-page main .empty-table {
  font-style: italic;
}
.spielleiter-page main > table {
  margin: 11px -11px 0;
}
.spielleiter-page main h1 {
  font-size: 18px;
  margin-top: 10px;
}
.spielleiter-page .bp5-tab .bp5-icon {
  margin-right: 5px;
}
.spielleiter-page .bp5-non-ideal-state {
  padding: 3em 0 5em;
}
.spielleiter-page .bp5-non-ideal-state > * {
  max-width: none;
}
.spielleiter-page .bp5-card > table {
  margin: 0 -20px;
}
.spielleiter-page .bp5-card h2 {
  font-size: 14px;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .spielleiter-page header .bp5-navbar-group img {
    display: block;
  }
}

.create-players-form {
  margin: 0 0 1rem;
  width: auto;
  padding-bottom: 0;
}
.create-players-form .bp5-dialog-header {
  font-weight: bold;
}
.create-players-form .mkb-create-players-form-count {
  display: flex;
  align-items: center;
}
.create-players-form .mkb-create-players-form-count .bp5-icon-people {
  margin: 0 0.5em;
}
.create-players-form .mkb-create-players-form-count input {
  width: 5em;
}
.create-players-form .mkb-create-players-form-count .bp5-button.bp5-disabled {
  opacity: 0.3;
}
.create-players-form .mkb-create-players-form-count .mkb-hide-numeric-input-field .bp5-input-group {
  display: none;
}
.create-players-form .mkb-create-players-form-count .bp5-input-group button {
  min-height: 18px;
  min-width: 18px;
  margin: 6px 7px;
}
.create-players-form .mkb-create-players-form-count .bp5-input-group button svg {
  width: 12px;
}
.create-players-form .mkb-create-players-form-names {
  width: 20rem;
}
.create-players-form .mkb-create-players-form-names textarea {
  margin-top: 0.5rem;
}

#bp5-tab-panel_mkb-supervisor_einstellungen .bp5-card {
  max-width: 40rem;
}
#bp5-tab-panel_mkb-supervisor_einstellungen .bp5-form-group .bp5-label {
  width: 9rem;
}
#bp5-tab-panel_mkb-supervisor_einstellungen .bp5-form-group .bp5-form-content {
  flex: 1;
}
#bp5-tab-panel_mkb-supervisor_einstellungen .bp5-form-group .bp5-form-content .bp5-slider .bp5-slider-label {
  transform: translate(-50%, 20px);
  white-space: nowrap;
}
#bp5-tab-panel_mkb-supervisor_einstellungen .bp5-form-group .bp5-form-content .bp5-form-content {
  padding-left: 1em;
}
#bp5-tab-panel_mkb-supervisor_einstellungen .bp5-form-group .bp5-numeric-input .bp5-input-group {
  width: 60px;
}
#bp5-tab-panel_mkb-supervisor_einstellungen .key-data-section-label {
  margin-top: 1em;
  margin-bottom: 0.1em;
  font-weight: bold;
}

#bp5-tab-panel_mkb-supervisor_spielerverwaltung {
  display: flex;
  align-items: start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  #bp5-tab-panel_mkb-supervisor_spielerverwaltung {
    flex-direction: row;
  }
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-create-players-form-names ul {
  position: absolute;
  list-style: none;
  line-height: 16px;
  padding-left: 8px;
  color: #aaa;
  margin-top: 15px;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-create-players-form-names textarea {
  line-height: 16px;
  resize: none;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview {
  margin: 0 1rem 1rem 0;
  padding: 0;
  min-width: 30rem;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview .mkb-enterprise-badge {
  white-space: nowrap;
  overflow: visible;
  max-width: none;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview .bp5-html-table-striped {
  width: 100%;
  margin: 0;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview .bp5-html-table-striped .myproperties2-entry div {
  display: inline-block;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview .bp5-html-table-striped .online-status .online::before {
  content: "●";
  font-weight: bold;
  font-size: 16px;
  animation: 2s pulsate infinite;
}
@keyframes pulsate {
  0% {
    color: #00c800;
  }
  50% {
    color: #00e800;
  }
  100% {
    color: #00c800;
  }
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview .bp5-html-table-striped .online-status .offline::before {
  content: "◌";
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview .bp5-html-table-striped .online-status .has-placed::after {
  content: "✓";
  font-weight: bold;
  font-size: 16px;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview .bp5-html-table-striped .online-status .waiting::after {
  content: " ";
  opacity: 0.75;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview .mkb-qr-link {
  width: 300px;
  padding: 1rem 0 0;
  margin: 0;
  background: transparent !important;
  border: none !important;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-players-overview .mkb-qr-link canvas {
  cursor: pointer;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .mkb-create-players-form-add {
  margin-top: 0.5rem;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .opponent-access h4 {
  margin: 0 0 1rem;
}
#bp5-tab-panel_mkb-supervisor_spielerverwaltung .opponent-access .mkb-qr-link {
  border: 1px solid #ccc;
  margin: 0;
  background: #f8f8f8;
}

#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene {
  display: block;
  width: max-content;
  min-width: 100%;
  padding-right: 1rem;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .mkb-enterprise-badge {
  vertical-align: middle;
  max-width: none;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .online-status {
  display: flex;
  align-items: flex-end;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .online-status .mkb-player-board {
  margin: 0 1rem 0 0;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal {
  padding: 0 1rem 0 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: left;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal .bp5-html-table {
  margin: 0 !important;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal .bp5-html-table th, #bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal .bp5-html-table td {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 0;
  line-height: 1.5;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal .bp5-html-table th {
  text-align: right;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal .bp5-html-table .abschnitt td, #bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal .bp5-html-table .abschnitt th {
  font-weight: bold;
  padding-top: 1rem;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal-player-details {
  width: calc(100vw - 2rem);
  clear: left;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal-player-details .bp5-dialog {
  margin: 0 1rem 1rem 0 !important;
  padding-bottom: 0;
  float: left;
  background: white;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal-player-details .bp5-dialog .bp5-dialog-header {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  background: #edeff2;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal-player-details .mkb-actions {
  list-style: none;
  padding: 0;
  margin: 0 0 -1rem;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal-player-details .mkb-actions li {
  margin-bottom: 1rem;
}
#bp5-tab-panel_mkb-supervisor_wirtschaftsplaene .aktuelles-quartal-player-details .mkb-enterprise-badge {
  vertical-align: top;
}

#bp5-tab-panel_mkb-supervisor_quartalsergebnisse {
  padding-right: 1rem;
}
#bp5-tab-panel_mkb-supervisor_quartalsergebnisse .bp5-card {
  max-width: 600px;
}
#bp5-tab-panel_mkb-supervisor_quartalsergebnisse .mkb-quarter-selection {
  margin-top: 0;
}

#bp5-tab-panel_mkb-supervisor_g-u-v {
  display: block;
  width: max-content;
  min-width: 100%;
  padding-right: 1rem;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v {
  padding: 0;
  float: left;
  margin-bottom: 1rem;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .mkb-quarter-selection {
  padding: 1rem 1rem 0;
  width: 300px;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table {
  margin: 0 !important;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table th {
  text-align: right;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table .abschnitt td, #bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table .abschnitt th {
  font-weight: bold;
  padding-top: 1rem;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table .abschnitt.major td, #bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table .abschnitt.major th {
  border-top: 2px solid black;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table .special td {
  font-style: italic;
  font-weight: normal;
  color: #ccc;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table .special td.properties-label {
  font-style: normal;
  font-weight: bold;
  color: inherit;
}
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table .properties-positive > .properties-value,
#bp5-tab-panel_mkb-supervisor_g-u-v .g-u-v .bp5-html-table .properties-positive > .properties-unit {
  color: inherit;
}

#bp5-tab-panel_mkb-supervisor_bilanzen {
  display: block;
  width: max-content;
  min-width: 100%;
  padding-right: 1rem;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen {
  padding: 0;
  float: left;
  margin-bottom: 1rem;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .mkb-quarter-selection {
  padding: 1rem 1rem 0;
  width: 300px;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table {
  margin: 0 !important;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table th {
  text-align: right;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table .abschnitt td, #bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table .abschnitt th {
  font-weight: bold;
  padding-top: 1rem;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table .abschnitt.major td, #bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table .abschnitt.major th {
  border-top: 2px solid black;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table .special td {
  font-style: italic;
  font-weight: normal;
  color: #ccc;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table .special td.properties-label {
  font-style: normal;
  font-weight: bold;
  color: inherit;
}
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table .properties-positive > .properties-value,
#bp5-tab-panel_mkb-supervisor_bilanzen .bilanzen .bp5-html-table .properties-positive > .properties-unit {
  color: inherit;
}

#bp5-tab-panel_mkb-supervisor_kennzahlen {
  display: block;
  width: max-content;
  min-width: 100%;
  padding-right: 1rem;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen {
  padding: 0;
  float: left;
  margin-bottom: 1rem;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .mkb-quarter-selection {
  padding: 1rem 1rem 0;
  width: 300px;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table {
  margin: 0 !important;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table th {
  text-align: right;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table .abschnitt td, #bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table .abschnitt th {
  font-weight: bold;
  padding-top: 1rem;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table .abschnitt.major td, #bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table .abschnitt.major th {
  border-top: 2px solid black;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table .special td {
  font-style: italic;
  font-weight: normal;
  color: #ccc;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table .special td.properties-label {
  font-style: normal;
  font-weight: bold;
  color: inherit;
}
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table .properties-positive > .properties-value,
#bp5-tab-panel_mkb-supervisor_kennzahlen .kennzahlen .bp5-html-table .properties-positive > .properties-unit {
  color: inherit;
}

hr {
  display: block;
  margin: 1em 0 0.5em;
  border: none;
  border-top: 1px solid #ddd;
  height: 0;
}
hr:first-child {
  display: none;
}
.no-hover hr:first-child {
  display: block;
}

.mkb-close-button {
  position: absolute;
  right: 0.5em;
  margin-top: -5px;
}
.mkb-close-button .bp5-button-text {
  margin-right: 4px;
}

.mkb-explanation-trigger {
  margin-left: 1em;
  position: relative;
  top: -2px;
}

.mkb-catalog .properties {
  margin-bottom: 0.5rem;
}
.mkb-catalog .properties-solid {
  background-color: #ccc !important;
}

.mkb-panel {
  position: absolute;
  padding: 10px;
  min-width: 100%;
  min-height: 100%;
}

.mkb-settings-tabs .bp5-tab-panel {
  position: relative;
}
.mkb-settings-tabs .mkb-panel {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mkb-none {
  font-style: italic;
}

.mkb-warnings {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mkb-warnings > li {
  color: orangered;
  margin: 0.5em 0;
}

.mkb-change-value .properties-value,
.mkb-change-value .properties-unit,
.mkb-change-value .myproperties2-value,
.mkb-change-value .myproperties2-unit,
.mkb-change-value .myeditableproperties-prefix,
.mkb-change-value .myeditableproperties-value,
.mkb-change-value .myeditableproperties-unit,
.mkb-change-value .myeditableproperties-label {
  color: #2d72d2;
}
.mkb-change-value .properties-value .bp5-input,
.mkb-change-value .properties-unit .bp5-input,
.mkb-change-value .myproperties2-value .bp5-input,
.mkb-change-value .myproperties2-unit .bp5-input,
.mkb-change-value .myeditableproperties-prefix .bp5-input,
.mkb-change-value .myeditableproperties-value .bp5-input,
.mkb-change-value .myeditableproperties-unit .bp5-input,
.mkb-change-value .myeditableproperties-label .bp5-input {
  color: #2d72d2;
}

#root .mkb-print-content {
  display: none;
}

.mkb-icon {
  height: 1em;
}
