﻿.quiz-row-inactive td {
  font-style: italic;
  color: #777;
}
.quiz-row-highlight td {
  font-style: bold;
  background-color: #ffdb6d;
}
.kq-panel {
  position: relative;
  min-width: 280px;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
  border: 2px solid lightgray;
  background-color: white;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.kq-panel.highlight {
  border: 2px solid #f2561e;
}
.kq-panel .dropdown {
  position: absolute;
  right: 0;
  top: 0;
}
.kq-panel .kq-properties {
  width: 100%;
}
.kq-panel .kq-properties > :not(.dropdown) {
  display: flex;
}
.kq-panel .kq-properties .kq-title,
.kq-panel .kq-properties .kq-features,
.kq-panel .kq-properties .kq-text,
.kq-panel .kq-properties .kq-bottom-play-link,
.kq-panel .kq-properties .kq-update-date {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.kq-panel .kq-properties .kq-title {
  font-family: 'Dosis', cursive;
  font-weight: bold;
  font-size: 130%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kq-panel .kq-properties .kq-title > a {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem;
}
.kq-panel .kq-properties .kq-features {
  margin-bottom: 0.5rem;
  font-size: 70%;
}
.kq-panel .kq-properties .kq-features > * {
  margin-right: 0.5rem;
  cursor: pointer;
  white-space: nowrap;
  overflow-x: hidden;
}
.kq-panel .kq-properties .kq-features .feature-monatsquiz {
  color: cornflowerblue;
}
.kq-panel .kq-properties .kq-features .feature-coins {
  color: darkgoldenrod;
}
.kq-panel .kq-properties .kq-features .feature-time {
  color: rebeccapurple;
}
.kq-panel .kq-properties .kq-features .feature-teilnehmer {
  color: forestgreen;
}
.kq-panel .kq-properties .kq-features .feature-trainingsquiz {
  color: palevioletred;
}
.kq-panel .kq-properties .kq-features .feature-assigned {
  color: darkred;
}
.kq-panel .kq-properties .kq-features .feature-zeitraum {
  color: darkred;
}
.kq-panel .kq-properties .kq-features .feature-has-played {
  color: darkred;
}
.kq-panel .kq-properties .kq-features .feature-stopped {
  color: darkred;
}
.kq-panel .kq-properties .kq-image-and-rangliste {
  height: 12rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.kq-panel .kq-properties .kq-image-and-rangliste .kq-image {
  position: absolute;
  width: 100%;
  height: 12rem;
  opacity: 1;
  transition: opacity 0.5s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kq-panel .kq-properties .kq-image-and-rangliste .kq-rangliste {
  position: absolute;
  left: 0;
  right: 0;
  height: 12rem;
  opacity: 0;
  transition: opacity 0.5s;
  margin: 0 1rem;
  overflow-y: auto;
  font-size: 70%;
}
.kq-panel .kq-properties .kq-text {
  height: 45px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kq-panel .kq-properties .kq-update-date {
  float: right;
  font-size: 70%;
  color: #7e7e7e;
}
.kq-panel:hover .kq-image-and-rangliste.has-rangliste .kq-image {
  opacity: 0;
}
.kq-panel:hover .kq-image-and-rangliste.has-rangliste .kq-rangliste {
  opacity: 1;
}
.wizard-step {
  display: none;
}
.wizard-finish {
  display: none;
}
.wizard-actions {
  display: flex;
  justify-content: right;
  margin-top: 1rem;
}
.wizard-actions button {
  margin-left: 0.5rem;
}
.wizard-step-indicators {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.wizard-step-indicator {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  color: white;
  font-weight: bold;
  background-color: #AAAAAA;
  cursor: pointer;
}
.wizard-step-indicator.wizard-step-indicator-disabled {
  cursor: default;
  opacity: 0.25;
}
.wizard-step-indicator.wizard-active-indicator {
  background-color: #f2561e;
}
.wizard-step-indicator.wizard-finished-indicator {
  background-color: #f2561e;
}
.publish-wizard {
  padding-top: 0;
}
.publish-wizard .card-deck input {
  display: none;
}
.publish-wizard .card-deck label {
  cursor: pointer;
}
.publish-wizard .wizard-input-card {
  position: relative;
  border: 1px solid lightgray;
}
.publish-wizard .wizard-input-card:hover {
  border: 1px solid #f2561e;
}
.publish-wizard .wizard-input-card .card-selected-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  background-color: #f2561e;
  color: white;
  width: 2rem;
  height: 2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.publish-wizard .wizard-input-card.wizard-selected {
  background-color: #f2561e;
  color: white;
}
.publish-wizard #extended-settings .card {
  border-left: none;
  border-right: none;
}
.publish-wizard #extended-settings .card-header {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.publish-wizard #extended-settings .card-header .btn {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  font-size: larger;
  padding: 0;
  text-decoration: none;
}
.publish-wizard #extended-settings .card-body {
  padding: 0;
}
.publish-wizard #extended-settings .wizard-accordion-expand-icon {
  margin-left: 2rem;
}
.wizard-spielbrett-image-panel {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -2rem;
  margin-bottom: 1rem;
  height: 10rem;
  overflow: hidden;
}
.wizard-spielbrett-image-panel img {
  width: 100%;
}
.wizard-animated-image-panel img {
  position: absolute;
  width: 100%;
  bottom: 0%;
  animation: scroll-header 8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  /*
		animation-play-state: paused;
		animation-direction: alternate;
		animation-iteration-count: infinite;

		cursor: pointer;
		
		&:hover {
			animation-play-state: running;
		}

		&:not(:hover) {
			animation-play-state: paused;
		}
		*/
}
@keyframes scroll-header {
  0% {
    bottom: 0%;
  }
  100% {
    bottom: -125%;
  }
}
.quiz-panels {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  position: relative;
}
.quiz-panels .kq-panel {
  width: calc(33% - 0.8rem);
  margin: 0.5rem;
}
@media (max-width: 1200px) {
  .quiz-panels .kq-panel {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .quiz-panels .kq-panel {
    width: 100%;
  }
}