/* Schwarz? */
.StarPageContainer .InnerContent {
  padding-top: 2vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }

.StarPageContainer .button {
  position: relative;
  width: 70vw;
  height: 50vw;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 10vw; }
  .StarPageContainer .button img {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  .StarPageContainer .button .Text {
    padding: 1vw;
    position: absolute;
    right: 10%;
    bottom: 10%;
    background: white;
    font-size: 8vw;
    color: #32312f;
    font-weight: bold; }
