@media (min-width: 900px) {
  .contentArea .hasRight .Main { width: 71%; }
  .contentArea .hasRight .Right { width: 28%; }
}
.contentArea .MainContent { background-size: contain; }

@media (max-width: 1360px) {
  .contentArea .hasRight {
    flex-direction: column;
  }

  .contentArea .hasRight .Main {
    width: 100%;
  }

  .contentArea .hasRight .Right {
    width: 100%;
  }

  .contentArea .hasRight .Right .list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center; /* zentriert die Einträge */
    width: 100%;
  }


}
