/* Schwarz? */
.StarPageContainer .InnerContent {
  display: flex;
  padding-top: 4vw;
  justify-content: space-between; }

.StarPageContainer .button {
  position: relative;
  width: 35vw;
  height: 30vw;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
  .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: 4vw;
    color: #32312f;
    font-weight: bold; }
