/*
 * ATTENTION: Generated file.
 * Do not edit directly. Edit the corresponding .scss file instead.
 */

@charset "UTF-8";
body {
  background-color: #ffffff !important;
}
.bold {
  font-weight: bold;
}
.content-area {
  margin-top: 0 !important;
}
@media (min-width: 600px) {
  .container, .container-sm, .container-md {
    max-width: 1240px;
  }
}
#game_serach_result_area {
  min-width: 100px;
  min-height: 50px;
  margin-top: 10px;
}
.game_search_entry {
  margin-bottom: 25px;
}
.game_search_entry h3 {
  color: #1A202C;
}
.game_search_entry .content_wrapper {
  background-color: #fff;
  overflow: hidden;
  border: solid 1px #89a9d6;
  border-radius: 10px;
}
.game_search_entry .content_wrapper h4 {
  margin: 0 0 10px 0;
}
.game_search_entry .content_wrapper .center-row {
  padding: 10px 15px 0 15px;
}
.game_search_entry .center-row {
  gap: 15px;
}
.game_search_entry.game_search_type_produkt .content_wrapper {
  border-color: #ff7f2a;
}
.game_search_entry .game_search_title {
  padding: 10px 10px 10px 20px;
  background-color: #89a9d6;
}
.game_search_entry .game_search_title > h3.gst {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.5;
}
.game_search_entry .game_search_title.gewinnerHead, .game_search_entry .game_search_title.platziertHead {
  padding-right: 50px;
}
.game_search_entry .game_search_title.gewinnerHead:after, .game_search_entry .game_search_title.platziertHead:after {
  content: "";
  width: 45px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 8px;
}
.game_search_entry .game_search_title.gewinnerHead:after {
  background-image: url(../assets/images/auszeichnung-gold.svg);
}
.game_search_entry .game_search_title.platziertHead:after {
  background-image: url(../assets/images/auszeichnung-silber.svg);
}
.game_search_entry.game_search_entry_list .game_search_content_infoarea {
  background-color: #eee;
  padding: 5px 20px 10px 20px;
  color: #4f545d;
}
.game_search_entry.game_search_entry_single .game_search_content_infoarea {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background-color: transparent;
  padding: 15px 0px;
  margin-top: 15px;
}
.game_search_entry .game_search_type_produkt .game_search_title {
  background-color: #ff7f2a;
}
.game_search_entry .game_search_content_imagefacts_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 15px;
}
.game_search_entry .game_search_content_imagearea {
  padding-bottom: 5px;
  position: relative;
  padding-bottom: 20px;
}
.game_search_entry .game_search_content_imagearea .game_search_entry_img {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.game_search_entry .game_search_content_imagearea .game_search_entry_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.game_search_entry .game_search_content_imagearea .game_search_entry_img.amazon:after, .game_search_entry .game_search_content_imagearea .game_search_entry_img.upload:after {
  font-size: 12px;
  display: block;
  text-align: center;
  color: #888888;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.game_search_entry .game_search_content_imagearea .game_search_entry_img.amazon:after {
  content: "Bild von amazon";
}
.game_search_entry .game_search_content_imagearea .game_search_entry_img.upload:after {
  content: "Bild vom Verlag";
}
@media (max-width: 440px) {
  .game_search_entry .game_search_content_imagearea .game_search_entry_img {
    margin: 0 auto;
  }
}
.game_search_entry .game_search_content_imagearea .game_search_entry_img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4%;
  margin-top: 10px;
}
.game_search_entry .game_search_content_imagearea .game_search_entry_img_list .game_search_entry_img_list_item {
  width: 22%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 2px;
  cursor: pointer;
}
.game_search_entry .game_search_content_imagearea .game_search_entry_img_list .game_search_entry_img_list_item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.game_search_entry .game_search_content_factsarea {
  padding-bottom: 10px;
}
.game_search_entry .game_search_content_factsarea .game-info-age, .game_search_entry .game_search_content_factsarea .game-info-time, .game_search_entry .game_search_content_factsarea .game-info-player {
  margin-left: 40px;
  position: relative;
}
.game_search_entry .game_search_content_factsarea .game-info-age::before, .game_search_entry .game_search_content_factsarea .game-info-time::before, .game_search_entry .game_search_content_factsarea .game-info-player::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  height: 1.5em;
  width: 30px;
}
.game_search_entry .game_search_content_factsarea .game-info-age::before {
  background-image: url(../assets/images/icon-alter.svg);
}
.game_search_entry .game_search_content_factsarea .game-info-time::before {
  background-image: url(../assets/images/icon-zeit.svg);
}
.game_search_entry .game_search_content_factsarea .game-info-player::before {
  background-image: url(../assets/images/icon-spieler.svg);
}
.game_search_entry .game_search_content_textarea {
  padding-bottom: 10px;
}
.game_search_entry .game_search_content_linkarea {
  flex: 0 0 200px;
  padding-bottom: 10px;
  text-align: right;
}
.game_search_entry .game_search_content_linkarea sup {
  font-size: 90%;
  top: -0.3em;
}
.game_search_entry .game_search_content_linkarea .game_search_price {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_btn {
  background-color: #fff;
  color: black;
  padding: 11px 10px 0px 0px;
  display: inline-block;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  margin-top: 10px;
  margin-left: 10px;
  height: 50px;
  width: 200px;
  text-align: right;
  background-size: 90px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_btn:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_btn.amazon {
  background-image: url(../assets/images/advertiser/amazon.png);
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_btn.thalia {
  background-image: url(../assets/images/advertiser/thalia.png);
  background-position-y: 41%;
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_btn.osiander {
  background-image: url(../assets/images/advertiser/osiander.png);
  background-position-y: 49%;
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_btn.alternate {
  background-image: url(../assets/images/advertiser/alternate.png);
  background-position-y: 48%;
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_btn.buecherde {
  background-image: url(../assets/images/advertiser/buecherde.png);
  background-position-y: 40%;
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_btn.ideespiel {
  background-image: url(../assets/images/advertiser/ideespiel.png);
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_trenner {
  margin: 1em 0 1em 5px;
  color: #888888;
  text-align: center;
  font-size: 80%;
  display: inline-block;
  width: 200px;
  border-bottom: solid 1px #888888;
  height: 0.85em;
}
.game_search_entry .game_search_content_linkarea .game_search_advertiser_trenner span {
  background-color: #fff;
  padding: 0 5px;
}
.game_search_entry .game_search_content_linkarea .game_search_affiliateinfo {
  color: #888888;
  font-size: 80%;
  margin-top: 10px;
}
.game_search_entry .game_search_content_linkarea .game_search_affiliateinfo a {
  color: #888888;
  font-weight: bold;
}
.game_search_entry .game_search_content_linkarea .game_search_affiliateinfo sup {
  font-size: 105%;
  top: -0.15em;
}
.game_search_entry.game_search_entry_list {
}
.game_search_entry.game_search_entry_list .game_search_content_imagefacts_wrapper {
  flex: 0 0 435px;
}
.game_search_entry.game_search_entry_list .game_search_content_imagearea {
  flex: 0 0 210px;
}
.game_search_entry.game_search_entry_list .game_search_content_factsarea {
  flex: 0 0 210px;
}
.game_search_entry.game_search_entry_list .game_search_content_textarea {
  flex: 1;
}
.game_search_entry.game_search_entry_list .game_search_content_linkarea {
  flex: 0 0 200px;
}
@media (max-width: 1024px) {
  .game_search_entry.game_search_entry_list .game_search_content_imagefacts_wrapper {
    order: 1;
    flex: 0 0 210px;
  }
  .game_search_entry.game_search_entry_list .game_search_content_textarea {
    order: 2;
  }
  .game_search_entry.game_search_entry_list .game_search_content_linkarea {
    order: 3;
  }
}
@media (max-width: 850px) {
  .game_search_entry.game_search_entry_list .game_search_content_imagefacts_wrapper {
    order: 1;
    flex: 0 0 435px;
  }
  .game_search_entry.game_search_entry_list .game_search_content_textarea {
    order: 3;
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_list .game_search_content_linkarea {
    order: 2;
    flex: 1;
  }
}
@media (max-width: 770px) {
  .game_search_entry.game_search_entry_list .game_search_content_imagefacts_wrapper {
    order: 1;
    flex: 0 0 210px;
  }
  .game_search_entry.game_search_entry_list .game_search_content_textarea {
    order: 2;
    flex: 1;
  }
  .game_search_entry.game_search_entry_list .game_search_content_linkarea {
    order: 3;
    flex: 0 0 100%;
  }
}
@media (max-width: 520px) {
  .game_search_entry.game_search_entry_list .game_search_content_imagefacts_wrapper {
    order: 1;
    flex: 0 0 435px;
  }
  .game_search_entry.game_search_entry_list .game_search_content_textarea {
    order: 2;
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_list .game_search_content_linkarea {
    order: 3;
    flex: 0 0 100%;
  }
}
@media (max-width: 465px) {
  .game_search_entry.game_search_entry_list .game_search_content_imagefacts_wrapper {
    order: 1;
    flex: 0 0 100%;
    align-content: center;
  }
  .game_search_entry.game_search_entry_list .game_search_content_imagearea {
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_list .game_search_content_imagearea .game_search_entry_img {
    margin: 0 auto;
    max-width: 250px;
    max-height: 250px;
  }
  .game_search_entry.game_search_entry_list .game_search_content_imagearea .game_search_entry_img img {
    max-height: 250px;
  }
  .game_search_entry.game_search_entry_list .game_search_content_factsarea {
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_list .game_search_content_textarea {
    order: 3;
  }
  .game_search_entry.game_search_entry_list .game_search_content_linkarea {
    order: 4;
    text-align: center;
  }
}
.game_search_entry.game_search_entry_single {
  padding-bottom: 25px;
}
.game_search_entry.game_search_entry_single .game_search_content_imagefacts_wrapper {
  flex: 0 0 270px;
}
.game_search_entry.game_search_entry_single .game_search_content_imagearea {
  flex: 0 0 270px;
}
.game_search_entry.game_search_entry_single .game_search_content_factsarea {
  flex: 0 0 270px;
}
.game_search_entry.game_search_entry_single .game_search_content_textarea {
  flex: 1;
}
.game_search_entry.game_search_entry_single .game_search_content_linkarea {
  flex: 0 0 200px;
}
@media (max-width: 1024px) {
  .game_search_entry.game_search_entry_single .game_search_content_imagefacts_wrapper {
    order: 1;
    flex: 0 0 270px;
  }
  .game_search_entry.game_search_entry_single .game_search_content_imagearea {
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_single .game_search_content_factsarea {
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_single .game_search_content_textarea {
    order: 2;
    flex: 1;
  }
  .game_search_entry.game_search_entry_single .game_search_content_linkarea {
    order: 3;
    flex: 0 0 100%;
  }
}
@media (max-width: 725px) {
  .game_search_entry.game_search_entry_single .game_search_content_imagefacts_wrapper {
    order: 1;
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_single .game_search_content_imagearea {
    flex: 1;
  }
  .game_search_entry.game_search_entry_single .game_search_content_factsarea {
    flex: 0 0 240px;
  }
  .game_search_entry.game_search_entry_single .game_search_content_textarea {
    order: 2;
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_single .game_search_content_linkarea {
    order: 3;
    flex: 0 0 100%;
  }
}
@media (max-width: 540px) {
  .game_search_entry.game_search_entry_single .game_search_content_imagefacts_wrapper {
    order: 1;
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_single .game_search_content_imagearea {
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_single .game_search_content_factsarea {
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_single .game_search_content_textarea {
    order: 2;
    flex: 0 0 100%;
  }
  .game_search_entry.game_search_entry_single .game_search_content_linkarea {
    order: 3;
    flex: 0 0 100%;
  }
}
.game_search_entry.game_search_entry_single .game_search_content_imagearea .game_search_entry_img.amazon:after {
  content: "Bilder von amazon";
}
.game_search_entry.game_search_entry_single .game_search_content_imagearea .game_search_entry_img.upload:after {
  content: "Bilder vom Verlag";
}
#gewinner + label {
  position: relative;
}
#gewinner + label:after {
  content: "";
  width: 34px;
  height: 21px;
  display: inline-block;
  background-image: url(../assets/images/auszeichnung-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -40px;
  top: 4px;
}
#platziert + label {
  position: relative;
}
#platziert + label:after {
  content: "";
  width: 34px;
  height: 21px;
  display: inline-block;
  background-image: url(../assets/images/auszeichnung-silber.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -40px;
  top: 4px;
}
.gewinner {
  width: 50px;
  height: 40px;
  margin: 5px 2px;
  display: inline-block;
  background-image: url(../assets/images/auszeichnung-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.platziert {
  width: 50px;
  height: 40px;
  margin: 5px 2px;
  display: inline-block;
  background-image: url(../assets/images/auszeichnung-silber.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.clearFilters {
  font-size: 85%;
  cursor: pointer;
}
@media (max-width: 479px) {
  .clearFilters {
    color: #4573b7;
    text-decoration: underline;
    display: inline-block;
  }
  .clearFilters:hover {
    color: #89a9d6;
  }
}
@media (min-width: 480px) {
  .clearFilters {
    padding: 3px 15px;
    background-color: #89a9d6;
    border-radius: 15px;
    float: right;
  }
  .clearFilters:hover {
    background-color: #6c93cc;
  }
}
.game-search-describer {
  text-align: center;
  font-size: 80%;
  color: #888888;
  padding: 0 8px;
  min-height: 3rem;
}
.entry-content-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 0px !important;
}
.container.zwischenText {
  background-color: #eee;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #ff7f2a;
}
.game_search_container {
  border-radius: 10px;
  padding-bottom: 15px;
  position: relative;
}
.subinfo {
  font-size: 14px;
  color: #393e48;
}
.game_search_slidercol {
  padding: 0 15px;
  min-height: 150px;
}
.game_search_slidercol .filter-title {
  margin-left: -15px;
}
.game_search_slider_invers .rs-bg {
  background-color: #FFAF7B;
  border: 1px solid #FF9651;
}
.game_search_slider_invers .rs-selected {
  background-color: #eee;
  border: 1px solid #ededed;
}
.game_search_more_categories a {
  text-decoration: none;
  color: var(--global-palette4) !important;
}
.game_search_more_categories a .open-close {
  width: 0;
  height: 0;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--global-palette4) transparent;
  border-style: solid;
  display: inline-block;
  transform: rotate(-180deg);
  transition: all 300ms;
  position: relative;
  top: px;
}
.game_search_more_categories a[aria-expanded=true] .open-close {
  transform: rotate(0deg);
  top: -3px;
}
.game_search_more_categories span.count {
  color: #888888;
  font-size: 75%;
  margin-left: 20px;
  font-weight: 300;
}
.game_search_col .filter-title {
  font-size: 110%;
  font-weight: bold;
}
.game-search-tooltip {
  cursor: help;
}
.game-search-tooltip .fa-question-circle {
  margin-left: 0.5em;
}
.tooltip-inner {
  background: #89a9d6;
  color: #000;
  border: solid 1px #285CA8;
  font-size: 110%;
}
.game_search_loader_wrapper {
  height: 110px;
  overflow: visible;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  z-index: 1000;
}
.game_search_loader {
  width: 180px;
  background-color: #fff;
  border: solid 1px #ff8800;
  border-radius: 10px;
  text-align: center;
  color: #888888;
  font-size: 85%;
  position: relative;
  margin: auto;
  z-index: 1000;
  display: none;
  -webkit-box-shadow: 0px 1px 16px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 16px 5px rgba(0, 0, 0, 0.4);
}
.game_search_loader.active {
  display: block;
}
.game_search_loader img {
  width: 80px;
  height: auto;
  margin: 5px auto;
}
.game_search_entry_row {
  font-weight: bold;
  margin: 15px -15px 0 -15px;
  background-color: #eee;
  padding: 15px 0px;
  border-radius: 10px;
}
#game_search_entry_sort {
  text-align: right;
}
.game_search_hint {
  color: #888888;
  font-size: 80%;
}