.contentSubContent .sub.bild-links, .contentSubContent .sub.bild-rechts {
  max-width: var(--stage-maxwidth);
  width: var(--stage-width);
  margin: 0px auto;
}

.contentSubContent .sub.bild-links .stage, .contentSubContent .sub.bild-links label.head div,
.contentSubContent .sub.bild-rechts .stage, .contentSubContent .sub.bild-rechts label.head div
 {
  /*
  position: relative;
  display: block;
  max-width: var(--stage-maxwidth);
  width: var(--stage-width);
  padding: 0;
  margin: auto;
  */
  max-width: auto;
  width: auto;
}


.contentSubContent .sub.bild-links .contentDisplay .contentBody { padding-right: 1rem; }
.contentSubContent .sub.bild-rechts .contentDisplay .contentBody { padding-left: 1rem; }
.contentSubContent .sub.bild-links .contentDisplay .contentMainGallery { background-color: white; }
.contentSubContent .sub.bild-rechts .contentDisplay .contentMainGallery { background-color: white; }

.contentSubContent .container {
  padding: 0;
}

.contentSubContent .contentDisplay table {
  width: 100%;
}


.contentSubContent .link {
  display: block;
  width: 30%;
  color: var(--logo-color-1);
  border: 1px solid var(--logo-color-1);
  margin: 10px auto 0 auto;
  padding: 3px;
  background: #fff;
  transition: background-color 500ms;
  line-height: 3rem;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
}

.contentSubContent .link:hover {
  text-decoration: none;
  background: var(--logo-color-1-light);
  transition: background-color 500ms;
}