.reorder-message-text.-advent {
    padding: 0 10px 20px 10px; 
}

.accountInboxDoors-desktop .linkAdventDeal .button.video,
.accountInboxDoors-tablet .linkAdventDeal .button.video,
.accountInboxDoors-phone .linkAdventDeal .button.video,
.accountInboxDoors-desktop .linkAdventDeal .button.video:hover,
.accountInboxDoors-tablet .linkAdventDeal .button.video:hover,
.accountInboxDoors-phone .linkAdventDeal .button.video:hover {
    background-color: #FF0000;
    border: #FF0000;
}
.video .youtubeButtonLogo {
    width: 25px;
    height: 25px;
    top: 2px;
    position: relative;
}

.accountInboxDoors-desktop .linkAdventDeal,
.accountInboxDoors-tablet .linkAdventDeal,
.accountInboxDoors-phone .linkAdventDeal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -62px;
    margin-bottom: 20px;
}

.accountInboxDoors-desktop .adventCoupon,
.accountInboxDoors-tablet .adventCoupon {
    background-color: white;
    font-size: 13px;
    padding: 7px 10px;
    border-style: dashed;
    border-width: 1px;
    border-radius: 10px;
    margin-right: 10px;
}


.accountInboxDoors-desktop .linksToCopy.-copy:after,
.accountInboxDoors-tablet .linksToCopy.-copy:after,
.accountInboxDoors-phone .linksToCopy.-copy:after {
    content: "Kopiert";
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 0;
    border-radius: 3px;
    font-weight: bold;
    left: 55%;
    top: -40px;
    margin-left: -54px;
    font-size: 0.8em;
    color: #989393;
    width: 72px;
    box-sizing: content-box;
    text-align: center;
    border: 1px dashed;
    float: left;
    font-size: 12px;
}

/*Desktop*/
.accountInboxDoors-desktop .linkAdventDeal .button {
    float: none;
    font-size: 29px;
    padding: 2px 10px;
    text-transform: uppercase;
}
.accountInboxDoors-desktop .linkAdventDeal .button.couponCode {
    font-size: 13px;
    padding: 9px 10px;
}

/*Tablet*/

.accountInboxDoors-tablet .linkAdventDeal .button {
    float: none;
    font-size: 14px;
    padding: 8px 10px;
    text-transform: uppercase;
}

@media (orientation: landscape) {
    .accountInboxDoors-tablet .linkAdventDeal {
        position: absolute;
        bottom: 0px;
        left: 40%;
    }
    .accountInboxDoors-tablet .linkAdventDeal.couponCodeShort {
        position: absolute;
        bottom: 0px;
        left: 23%;
    }
    .accountInboxDoors-tablet .linkAdventDeal.couponCodeLong {
        position: absolute;
        bottom: 0px;
        left: 19%;
    }
}

/*Phone*/
.accountInboxDoors-phone .linkAdventDeal .button {
    float: none;
    font-size: 14px;
    padding: 8px 10px;
    text-transform: uppercase;
    margin: 0 30px;
}
.accountInboxDoors-phone .linkAdventDeal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -62px;
    margin-bottom: 20px;
}

.accountInboxDoors-phone .adventCoupon {
    background-color: white;
    font-size: 14px;
    padding: 7px 10px;
    border-style: dashed;
    border-width: 1px;
    border-radius: 10px;
    text-align: center;
    margin: 0 30px 10px 30px;
}
.accountInboxDoors-phone .linkAdventDeal.couponCodeShort,
.accountInboxDoors-phone .linkAdventDeal.couponCodeLong {
    margin-top: -105px;
}
@media (orientation: landscape) {
    .accountInboxDoors-phone .linkAdventDeal {
        position: absolute;
        width: 100%;
        margin-top: -105px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .accountInboxDoors-phone .linkAdventDeal .button {
        float: none;
        font-size: 20px;
        padding: 10px;
        text-transform: uppercase;
        height: 43px;
    }
    .accountInboxDoors-phone .adventCoupon {
        font-size: 20px;
        padding: 10px;
        margin: 0 30px 10px 0;
    }
}