#languageselect {
    display: none;
}

.kickerimage-title {
    font-size: 35px;
    text-shadow: 2px 2px 8px #000000c4;
}
.kickerimage-description {
    font-size: 24px;
}

.footermenu a,
.footermenu a:visited,
.footermenu a:hover,
.footermenu a:active {
    color: #fff;
}

.list_addtocart a.button span:before {
    color: #c20808;
}

.product_badges {
    width: 268px;
    display: flex;
    justify-content: space-between;
}

.badgeitemid_12 {
    height: 38px !important;
    background: #000000c7 !important;
    padding-top: 7px;
}

.module-head-title {
    font-weight: bolder;
}

.product-module-list-link-wrapper {
    text-align: center;
}

.module-customcontent3-wrapper{
	padding-top: 30px;
}

#customcontent3 .module-body {
    border-bottom: 1px solid #c20808;
	border-top: 1px solid #c20808;
    display: flex;
    justify-content: space-around;
    padding: 60px 0;
}

.footer-col-position-wrapper{
	text-align: center;
}

.subcategory-name{
	background: #c20808;
}
.btn-primary{
	background: #c20808;
	border-color: #c20808;
}

.navigation-button.btn-primary{
	background: #c20808;
	border-color: #c20808;
}

#cat_309>.category-list-link{
	color: #c20808;
}
.header-position .category_menu > #cat_309 > .category-list-link:before{
	background: #c20808;
}

@media screen and (max-width: 824px) {
    #customcontent3 {
        display: none;
    }
}