body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #282828;
}
.teaserRow {
  text-align: center;
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
  background-color: #fff;
}
.logoRow {
  text-align: right;
  background-color: #fff;
}
.topNaviRow {
  background-color: #3c3a35;
  height: 70px;
}
.teaserRow .standOut {
  color: #f8b93d;
  font-size: 46px;
}
.orderTextRow {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  background-color: #202020;
  color: #fff;
}
.orderTextRow .standOut {
  color: #f8b93d;
}
.orderTextRow .standOutL {
  font-size: 46px;
  color: #f8b93d;
}
.content {
  background-color: #202020;
}
.contentWhite {
  background-color: #fff;
}
.contentTextM {
  font-size: 28px;
  text-align: center;
  color: #FFFFFF;
}
.contentTextL {
  font-size: 48px;
  text-align: center;
  color: #FFFFFF;
}
.descriptionTitle {
  font-size: 28px;
  color: #f8b93d;
}
.resultText {
  font-size: 20px;
  color: #f8b93d;
}
a.resultLink
{
  color: #f8b93d;
  text-decoration: underline;
}
.descriptionText {
  font-size: 16px;
}
.footer {
  background-color: #f8b93d;
  color: #202020;
  font-size: 14px;
  padding-left: 30px;
}
.welcomeUserText {
  font-size: 17px;
  color: #f8b93d;
  padding-top: 1px;
}
a.supportMail {
  color: #f8b93d;
}
a.invoiceLink {
  color: #f8b93d;
  text-decoration: underline;
}
a.quickLink {
  color: #3c3a35;
  text-decoration: underline;
}
a.resetLink {
  color: #f8b93d;
}
a.goToHomepageLink {
  color: #f8b93d;
}
a.agbLink {
  color: #000;
}
.loginFormText {
  font-weight: 600;
  font-size: 16px;
}