:root {
    --color-primary-background: #ff8067;
    --color-primary-background-gradient-top: #eb674b;
    --color-primary-background-gradient-bottom: #eb674b;
    --color-primary-foreground-shadow: none !important;
    --color-primary-active-background-gradient-top: #ff5c3c;
    --color-primary-active-background-gradient-bottom: #ff5c3c;
    --color-primary-active-foreground-shadow: none !important;
    --color-box-active-background-gradient-top: #ffffff;
    --color-box-active-background-gradient-bottom: #fffaf8;
    --color-secondary-foreground-shadow: none !important;
    --color-secondary-active-foreground-shadow: none !important;
}

.footermain .footermain-box ul li a {
    padding: 3px 10px 3px 0;
}

.wordpressbody .footermain-box h6 {
    margin: 0px 0px 8px 0px;
}


/*

------------------------------------------
------------------------------------------

----- Highlights - Used on various pages

------------------------------------------
------------------------------------------  

*/

.navmain .navmain-dropdown .navmain-subcontainer .navmain-highlight.navmain-highlight-hot::before,
.footermain .footermain-highlight-hot::after,
.gridboxes3 .gridboxes3-box.gridboxes3-highlight-hot::after,
.product-boxes1 .product-boxes1-box.product-boxes1-highlight-hot::after,
.product-boxes2 .product-boxes2-box.product-boxes2-highlight-hot .product-boxes2-head .product-boxes2-title::after,
.product-boxes3 .product-boxes3-box.product-boxes3-highlight-hot::after,
.product-tables1 .product-tables1-box.product-tables1-highlight-hot::after,
.product-tables2.product-tables2-plans .tableplan .tableplan-highlight-hot::after,
.product-slider1 .product-slider1-productcontainer .product-slider1-product .product-slider1-cta.product-slider1-highlight-hot::after {
    content: "hot";
}

.navmain .navmain-dropdown .navmain-subcontainer .navmain-highlight.navmain-highlight-new::before,
.footermain .footermain-highlight-new::after,
.product-boxes1 .product-boxes1-box.product-boxes1-highlight-new::after,
.product-boxes2 .product-boxes2-box.product-boxes2-highlight-new .product-boxes2-head .product-boxes2-title::after,
.gridboxes3 .gridboxes3-box.gridboxes3-highlight-new::after,
.product-boxes3 .product-boxes3-box.product-boxes3-highlight-new::after,
.product-tables1 .product-tables1-box.product-tables1-highlight-new::after,
.product-tables2.product-tables2-plans .tableplan .tableplan-highlight-new::after,
.product-slider1 .product-slider1-productcontainer .product-slider1-product .product-slider1-cta.product-slider1-highlight-new::after {
    content: "neu";
} 

.product-boxes1 .product-boxes1-box.product-boxes1-highlight-popular::after,
.product-tables1 .product-tables1-box.product-tables1-highlight-popular::after,
.product-tables2.product-tables2-plans .tableplan .tableplan-highlight-popular::after,
.product-slider1 .product-slider1-productcontainer .product-slider1-product .product-slider1-cta.product-slider1-highlight-popular::after {
    content: "beliebt";
} 

.product-boxes1 .product-boxes1-box.product-boxes1-highlight-free::after,
.product-tables1 .product-tables1-box.product-tables1-highlight-free::after,
.product-tables2.product-tables2-plans .tableplan .tableplan-highlight-free::after,
.product-slider1 .product-slider1-productcontainer .product-slider1-product .product-slider1-cta.product-slider1-highlight-free::after {
    content: "gratis";
}