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;
}

.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;
}

.descriptionText {
    font-size: 16px;
}

.footer {
    background-color: #f8b93d;
    color: #202020;
    font-size: 14px;
    padding-left: 30px;
}

a.supportMail {
    color: #f8b93d;
}

a.goToHomepageLink {
    color: #f8b93d;
}

a.agbLink {
    color: #000;
}

.loginFormText {
    font-weight: 600;
    font-size: 16px;
}