.promotion-header {
    color: #fff;
    padding: 12px 0 14px 0;
    font-size: 21px;
}
    .promotion-header .btn {
        font-weight: normal;
        margin-left: 20px;
        vertical-align: 1px;
    }
    .promotion-header .btn:hover {
        background: none;
    }
    .promotion-header a {
		color: #fff;
		text-decoration: underline;
    }
    .promotion-header .icon {
        font-size: 22px;
        vertical-align: 0;
    }
    .promotion-header img {
        margin-right: 5px;
        vertical-align: middle;
    }
.promotion-custom-,
.promotion-custom-standard {
    /*background-color: #ff4800;*/
    background-color: #f76262;
    /*background-color: #ec2700;*/
    line-height: 1.3em;
}
    .promotion-custom- .btn,
    .promotion-custom-standard .btn {
        /*background-color: #ff7f4d;*/
        background: none;
        border: 1px solid #fff;
        margin-left: 5px;
    }
.promotion-custom-muttertag {
    background-color: #ff0078;
}
    .promotion-custom-muttertag .btn {
        background-color: #ff4da1;
    }
.promotion-custom-weihnachten {
    background-color: #ec2700;
}
    .promotion-custom-weihnachten .btn {
        background-color: #f2684d;
    }
.promotion-custom-ostern {
    background-color: #ff8abe;
}
    .promotion-custom-ostern .btn {
        background-color: #e04087;
    }
.promotion-custom-geburtstag {
    background-color: #ff4800;
}
    .promotion-custom-geburtstag .btn {
        background-color: #ff7f4d;
    }
.promotion-header.blackweek {
    background-color: #000;
    color: #fff;
}
	.promotion-header.blackweek p:first-child {
		font-size: 28px;
	}
	.promotion-header.blackweek p {
		margin-bottom: 0;
		line-height: 1.3em;
	}
	.promotion-header.blackweek p:first-child + p {
		font-size: 18px;
	}