.modal {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.modal:after {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal .close,
.modal .back {
  position: relative;
  z-index: 99;
  top: -5px;
  right: -5px;
}
.modal .close:after {
  font-family: "FontAwesome";
  content: "\f00d";
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: -5px;
  display: block;
  color: var(--color-blue);
  cursor: pointer;
}
.modal .content {
  z-index: 2;
  border-radius: 10px;
}
.modal .modal h4 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin: 5px auto 10px auto;
  width: calc(100% - 50px);
}

.modal.show {
  display: flex;
}

#trophyPreview {
  position: fixed;
  justify-content: center;
  align-items: center;
}
#trophyPreview .close:after {
  color: #FFF;
  right: 20px;
  top: 15px;
}
#trophyPreview .content {
  width: 600px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  background: url(/event/thejourney/img/bgTC.png) no-repeat;
}
#trophyPreview .content .pokalgewinn {
  width: 100%;
  margin-bottom: 0;
  top: 0;
  left: 0;
  padding-bottom: 40px;
  border-radius: 10px;
}

.pokalgewinn {
  background: url(/event/thejourney/img/bgMatch.jpg);
  background-size: cover;
  position: relative;
}
.pokalgewinn span {
  top: 90px !important;
}
.pokalgewinn .pokalgewinn_hl {
  position: absolute;
  z-index: 999;
  font-size: 20px !important;
  color: #FFF;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  text-shadow: 0 0 15px #000;
}
.pokalgewinn .button-wrap {
  width: 320px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -20px;
}
.pokalgewinn .button-wrap .button {
  width: 100%;
  left: 0 !important;
}

.trophyModel {
  width: 360px;
  height: 360px;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 0 auto;
  display: block;
  position: relative;
  top: 30px;
}

/*# sourceMappingURL=pokale3d.css.map */
