
.language_selecter {
  position: fixed;
  top: 27px;
  right: 55px;
}
.language_selecter a {
  margin-right: 10px;
}
h3 span, i, h1 span, h2 span, strong, a {
  background: linear-gradient(
          to bottom right,
          #b89d39,   /* satiniertes Gold */
          #f0e3b2    /* helles Champagner-Gold */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2{
  font-weight: normal;
}