.wertepaar {
	display: flex;
	justify-content: left;
	align-items: center;
}

.wertepaar img{
	margin-top: 10px;
	margin-right: 10px;
}

.editorColumnsThree .col {width: unset;}


.editorSlogan {
  width: auto;
  height: auto;
  padding: 0;
  box-shadow: none;

  margin: 5px auto;

  flex-direction: row;      /* undo column layout */
  color: var(--font-color-light);

  font-style: italic;
  font-size: 2rem;
  font-weight: 700;

  white-space: nowrap;
  line-height: 1.2;
}