:root {
    --primary: #8e0528;
    --secondary: #2d2d2d;
    --grey: #878787;
    --lightgrey: #dadada;
    --black: #000;
    --white: #fff;
    --70primary: rgb(77 186 168 / 70%);
    --20primary: rgb(77 186 168 / 20%);
    --40secondary: rgb(255 180 0 /40%);
    --white95: rgb(255 255 255 /95%);
    --fontfam: "Roboto";
}

.cs-miniButtons .cs-searchBar {
    display: none;
}

.cs-searchSelect {
    position: absolute;
    z-index: 1;
}

/*.cs-searchSelect select {border-radius: 25px 0 0 25px;padding: 13px;}*/
.cs-topsearch input {
    padding-left: 219px;
}

.cs-topsearch {
    position: relative;
}

.cs-topsearch input {
    border: 0;
    max-width: 100%;
    border-radius: 0px;
    width: 575px;
    border: 1px solid #dadadd;
    padding-left: 219px;
}

.cs-topsearch #liveSearchResult {
    position: absolute !important;
    z-index: 999;
    width: 100%;
    padding: 16px;
    border-radius: 22px;
}

.cs-topsearch #liveSearchResult ul.cs-livesearch li {
    background: #000;
    border-bottom: 0.1em solid #fff;
    padding: 3px 10px;
    border-radius: 13px;
}

.cs-topsearch svg.cs-svgIcon.bi.bi-search {
    position: absolute;
    right: 16px;
    top: 7px;
    max-width: 25px;
    cursor: pointer;
}

html body.cs-body.cs-start article.cs-articlePreview {
    width: 100%;
    margin: 0;
}

html body.cs-body.cs-start .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 1em 0;
    z-index: 1;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel button.owl-dot span {
    font-size: 3em;
    color: #8e0528;
    font-family: var(--fontfam);
}

html body.cs-body .owl-nav {
    z-index: 0;
    display: flex;
    gap: 2em;
    position: absolute;
    top: 0;
    float: none;
    right: auto;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6em;
}

html body.cs-body .owl-nav button.owl-next {
    right: -2em;
    position: relative;
}

html body.cs-body .owl-nav button.owl-prev {
    left: -2em;
    position: relative;
}

@media (max-width: 430px) {
    .cs-logo {
        max-width: 110% !important;
        margin-right: -5px !important;
    }

    .cs-miniButtons.cs-flex {
        justify-content: center;
        padding: 15px 0;
    }

    .cs-start .cs-categoriesBox {
        background: var(--primary) !important;
    }
}

.moko-slider-box {
    border-radius: 3px;
    background: var(--white95);
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Schriftarten*/
@font-face {
    font-family: Roboto;
    font-style: bold;
    font-weight: 500;
    src: url(/user_html/1692613471/pix/user_img/Fonts/Roboto-Bold.woff2) format("woff2");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(/user_html/1692613471/pix/user_img/Fonts/Roboto-Regular.woff2) format("woff2");
}

/*article {
    height: fit-content;
}*/
article.cs-articlePreview .pictureContainer:hover {
    cursor: pointer;
}

.wum-ansehen {
    display: none;
}

.wum-buttons-produkt > div > form > a,
.wum-buttons-produkt > div > a {
    color: var(--white);
}

.wum-buttons-produkt > div > form > a:hover,
.wum-buttons-produkt > div > a:hover {
    color: var(--white);
}

.wum-buttons-produkt > div {
    margin-top: 10px;
    background: var(--primary);
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0 8px 0;
    color: var(--white);
    border-radius: 2px;
    transition: 0.2s;
}

.wum-buttons-produkt > div:hover {
    background: var(--secondary);
}

.wum-buttons-produkt > div > form {
    padding: unset;
    margin: unset;
}

.wum-buttons-produkt > div > form:hover {
    cursor: pointer;
}

.cs-mobileCategorysHeader,
.cs-overlayButton.cs-overlayMenuButton {
    background: var(--primary) !important;
}

.cs-logo {
    max-width: 350px;
    margin-bottom: -7px !important;
}

aside.cs-aside {
    display: none;
}

@media only screen and (min-width: 900px) {
    section.cs-mainContent {
        width: 100%;
    }

    @media only screen and (min-width: 1000px) {
        .cs-category article.cs-articlePreview {
            width: calc(100% / 4 - 2em) !important;
        }
    }
    @media only screen and (max-width: 1000px) {
        .cs-category article.cs-articlePreview {
            width: calc(100% / 3 - 1em) !important;
        }
    }

    article.cs-categoryPreview {
        width: calc(100% / 4 - 2em) !important;
    }
}

.cs-categoryPreview .cs-categoryName {
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
    -webkit-transform: unset;
    background: var(--primary);
    transition: 0.2s;
}

.cs-categoryPicture > h2 > a {
    color: var(--white) !important;
}

.cs-categoryPreview .cs-categoryName:hover {
    background: var(--secondary);
    transition: 0.2s;
}

h2.cs-categoryName {
    border-radius: 3px;
}

.cs-informationsHeader.noselect {
    background: var(--primary);
}

header .cs-topBar {
    background: var(--secondary) !important;
}

.cs-topPages > ul > li * {
    color: var(--white);
}

.cs-topPages > ul > li > svg > path {
    fill: var(--white) !important;
}

header {
    background: var(--secondary);
}

.cs-headerContent > div > div > ul > li > div > svg > path,
.cs-headerContent > div > div > ul > li > a > svg > path,
.cs-headerContent > div > div > ul > li > a > span,
.cs-headerContent > div > div > ul > div > svg > path {
    fill: var(--white) !important;
    color: var(--white);
}

.cs-topPagesBurger.cs-overlayButton.cs-hidden {
    color: var(--white);
}

.cs-topPagesBurger.cs-overlayButton.cs-hidden > svg > path {
    fill: var(--white);
}

header .cs-headerContent {
    padding: 0 !important;
    margin-bottom: 0;

}

.cs-overlayButton.cs-overlayMenuButton.cs-hidden,
.cs-logo {
    margin-left: -5px !important;
}

body.cs-body.cs-checkout > header {
    background: var(--white);
}

.cs-categoryList {
    padding-bottom: 3em;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 4em;
}

/*Produktbox Kategorieübersicht*/
article.cs-articlePreview,
article.cs-articlePreviewSmall {
    border-radius: 3px;
    padding: 10px;
    box-shadow: #f2f2f2 0px 2px 18px 0px;
    transition: 0.2s;
    margin: 0 1em 1em;
}

article.cs-articlePreview:hover,
article.cs-articlePreviewSmall:hover {
    border-radius: 3px;
    padding: 10px;
    box-shadow: #bdbdbd 0px 2px 18px 0px;
    transition: 0.2s;
}

article.cs-categoryPreview {
    box-shadow: #f2f2f2 0px 2px 18px 0px;
    border-radius: 3px;
}

article.cs-categoryPreview:hover {
    box-shadow: #bdbdbd 0px 2px 18px 0px;
}

.artnamBox > h3 > a {
    font-size: 16px;
}

.price > span {
    font-weight: 400 !important;
}

.cs-priceFormat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/*Kategorie Bild ausblenden*/
.categoryPicture {
    display: none;
}

/* Hover Overlay Produkte*/

article.cs-articlePreview .cs-hoverlay .cs-actionButton {
    background: var(--primary);
    color: var(--white);
    border-radius: 0px;
    margin-bottom: -5px;
}

article.cs-articlePreview .cs-hoverlay .cs-actionButton > a,
article.cs-articlePreview .cs-hoverlay .cs-actionButton > form a {
    font-family: Roboto;
    color: var(--white);
    letter-spacing: 3px;
    margin-bottom: -5px;
}

/*Infoboxen*/
.cs-infoBox {
    background: #8e0528c4;
}

/* Button Farbe*/
.cs-button3 {
    border: 2px solid var(--primary) !important;
    border-radius: 999px;
}

div.cs-body.cs-button1,
input.cs-button1 {
    background: var(--primary) !important;
    transition: 0.2s;
    border-radius: 999px;
}

div.cs-body.cs-button1:hover,
input.cs-button1:hover {
    background: var(--secondary) !important;
}

.cs-button1.kostenstellenProtokollLink.cs-cp.kostenstellenProtokollLinkActive {
    background: var(--primary) !important;
}

/* FOOTER*/
footer .cs-footerRow.top {
    background: var(--primary);
}

footer > div.cs-footerRow.top * {
    color: var(--black);
}

.cs-footerPayments {
    display: none;
}

body {
    font-size: 0.975em !important;
    font-family: "Roboto";
    font-weight: 400 !important;
}

span.cs-categorieName {
    font-size: 1.2em !important;
    font-weight: 500 !important;
}

.cs-categoriesBox {
    margin-bottom: 0 !important;
}

.cs-categoriesTop.cs-container.cs-largeMenu {
    padding-top: 10px;
    padding-bottom: 10px;
}

h1.categoryHeader,
.cs-footerBoxHeader,
h2.cs-betHeading span,
h3.cs-siteHeading {
    color: var(--primary);
}

h2.cs-betHeading {
    font-size: 2.5rem !important;
    text-transform: uppercase !important;
}

h3.cs-siteHeading {
    font-size: 2.3rem !important;
    text-transform: uppercase !important;
}

/* BUNDLE*/
/* Bundle Komponenten Bilder größer*/
#bundleComponents .additionalArticleImage img {
    height: 113px !important;
}

.box-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.box-1 > .additionalArticleBox {
    margin-bottom: 3.3em;
}

@media only screen and (max-width: 780px) {
    .box-1 > .additionalArticleBox {
        max-width: 50%;
        width: 50%;
    }
}

@media only screen and (min-width: 780px) {
    .box-1 > .additionalArticleBox {
        max-width: 33.33%;
        width: 33.33%;
    }
}

@media only screen and (min-width: 1100px) {
    .box-1 > .additionalArticleBox {
        max-width: 25% !important;
        width: 25% !important;
    }
}

@media only screen and (min-width: 1600px) {
    .box-1 > .additionalArticleBox {
        max-width: 15% !important;
        width: 15% !important;
    }
}

/* alles oberhalb ist NICHT von CosmoShop */
html body.cs-body article.cs-articlePreview .priceBox .priceRow .price span {
    color: #1f1f1f;
}

html body.cs-body .cs-lagerBox .cs-stock3 {
    color: #8a0700;
}

html body.cs-body .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html body.cs-body .cs-subtitle {
    color: #1a1a1a !important;
}

html body.cs-body footer .cs-footerRow.top {
    background: #f0f0f0;
}

.ui-widget-content {
    color: #181818 !important;
}

html body.cs-body .logo {
    max-width: 350px;
    margin: 1em 0;
}

html body.cs-body .cs-articleDelete {
    cursor: pointer;
    color: #b30000;
    position: relative;
    z-index: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
}

html body.cs-body .wum-ansehen {
    display: block;
}

html body.cs-body #cdhgenerationbutton {
    padding: 0.72em 2em;
    background: #fff;
    color: #111;
    border: 1px solid #111;
    cursor: pointer;
    display: block;
    text-align: center;
    margin-bottom: 0.3em;
    width: 100%;
}

:focus-visible {
    outline: #f00f00 solid 3px;
    outline-offset: 2px;
    transition: outline-color 0.2s ease-in-out;
}

:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

a:focus-visible {
    outline-color: #f00f00;
    text-decoration: underline;
    box-shadow: 0 0 0 2px rgba(240, 15, 0, 0.4);
}

[role="button"]:focus-visible,
button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible {
    outline-color: #f00f00;
    box-shadow: 0 0 0 4px rgba(240, 15, 0, 0.3);
}

input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="text"]:focus-visible,
input[type="url"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline-color: #f00f00;
    box-shadow: 0 0 0 2px rgba(240, 15, 0, 0.2);
}

input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
    outline-color: #f00f00;
    outline-offset: 3px;
    box-shadow: 0 0 0 3px rgba(240, 15, 0, 0.3);
}

[tabindex]:focus-visible {
    outline-color: #f00f00;
    box-shadow: 0 0 0 2px rgba(240, 15, 0, 0.5);
}

a {
    display: inline-block;
}

img {
    display: block;
}

.cs-topPages > ul > li a {
    padding: 7px;
}

.cs-subtitle,
article.cs-articlePreview .priceBox .priceRow .price span,
article.cs-articlePreviewSmall .articlePreviewSmallPriceBox .price span {
    color: #000;
}

.cs-crossSelling .item .price {
    color: #111;
}

article.cs-articlePreview .priceBox .uvpBox {
    color: #d82117;
}

.cs-lagerBox .cs-stock1 {
    color: #097220;
}

.cs-lagerBox .cs-stock2 {
    color: #a14f00;
}

.cs-lagerBox .cs-stock3 {
    color: #890d06;
}

.cs-badgesBox .badgeGreen {
    background: #097220;
}

.cs-badgesBox .badgeYellow {
    background: #006666;
}

.cs-liveShoppingArticle .cs-liveShoppingFront .date,
.cs-liveShoppingArticle .cs-liveShoppingFront .number {
    color: #000;
    background: #fff;
    border-radius: 3px;
    padding: 0 5px;
}

.cs-standardPrice {
    color: #000 !important;
}

.cs-blogsBox .cs-blogtagsBox .cs-blogtagsRow a {
    color: #890d06;
}

.cs-articleDetail .cs-priceFormat .cs-lineThrough,
.cs-inStock {
    color: #097220;
}

.ui-widget.ui-widget-content .ui-button .ui-icon {
    filter: brightness(0) invert(1);
    zoom: 1.3;
}

article.cs-articlePreview .pictureContainer {
    align-items: start;
    margin-bottom: 5px;
}

article.cs-articlePreview .cs-hoverlay .cs-fastButtons {
    margin-top: 0;
}

article.cs-categoryPreview > a {
    overflow: hidden;
}

article.cs-categoryPreview .cs-categoryName {
    padding: 0.7em;
    display: inline-block;
    width: 80%;
}

article.cs-articlePreviewSmall .cs-articlePreviewSmallDescriptionBox h3 {
    font-size: 1rem;
    font-weight: 500;
}

article.cs-articlePreview .cs-priceFormat,
article.cs-articlePreviewSmall .cs-priceFormat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
}

article.cs-articlePreview .priceBox .priceRow {
    float: none;
}

article.cs-articlePreview .cs-artPreviewName,
article.cs-articlePreview .pictureContainer {
    cursor: pointer;
}

article.cs-articlePreview h2 {
    font-size: 1.75rem;
    margin: 0;
    line-height: normal;
    display: flex;
}

.cs-additionalArticle .cs-additionalArticleImage {
    max-width: 100%;
    padding: 0;
}

.cs-listPager .cs-articlecount {
    border-bottom: 1px solid #dadadd;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs-listPager .cs-submitButton {
    cursor: pointer;
    background-color: #f7f7f7;
}

.cs-articleDetail .cs-articlePriceInfo {
    font-size: 14px;
    text-decoration: none;
}

.cs-additionalArticle .cs-additionalPrice .price {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.cs-articleDetail .cs-deliveryTime {
    color: #000;
    font-weight: 600;
}

.cs-outOfStock {
    color: #fff;
    border-radius: 3px;
    background: #b80000;
    font-size: 14px;
    padding: 1px 6px 0;
    font-weight: 600;
}

.cs-additionalArticle .cs-additionalArticleName h3 {
    line-height: 17px;
    font-size: 1rem;
    font-weight: 500;
}

.cs-additionalArticle .cs-additionalArticleBox .cs-additionalArticleName {
    cursor: pointer;
}

.cs-myAccount .cs-myAccountData span {
    font-weight: 500;
}

.cs-myAccount .cs-accBtn {
    display: flex;
}

.cs-aside h2 {
    font-size: 1.5rem;
    margin: 1em 0;
}

.cs-orderData a {
    text-decoration: underline;
}

.cs-blogListing .cs-blogListingItem .cs-blogDate {
    font-size: 15px;
}

.cs-blogListing .cs-blogListingItem .cs-blogDate a {
    color: #000;
}

.cs-videoListing .cs-videolistingItem .cs-videocategories a {
    color: #b80000;
}

.cs-blogReadMore a {
    text-decoration: underline;
}

#kostenstellen_protokoll .kostenstelleOverviewBudget {
    color: #000;
    font-size: 18px;
}

.cs-lang {
    padding-top: 13px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cs-filterButton img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.item .artnamBox {
    margin-top: 10px;
}

.cs-crossSellingBar .item .artnamBox h3 {
    line-height: 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 15px;
}

.cs-crossSelling .item .price {
    margin-top: -10px;
}

.cs-breadCrumb {
    overflow: unset;
    margin-top: 1em;
}

.cs-breadCrumb ul {
    display: flex;
}

.cs-breadCrumb ul li {
    float: none;
}

.cs-articleDetail .cs-articleDetailTopBox {
    top: -2.5em;
}

#tabs .tabContainer {
    margin-left: -2em;
}

#tabs .tabContainer .tabs {
    padding: 1em 2em 0.5em 2em;
}

.cs-bookmarks .cs-bookmarksList .cs-bookmarksRow h2 {
    white-space: break-spaces;
    font-size: 1.75rem;
}

.cs-blogcategoriesRow,
.cs-listingBackBtn {
    padding: 0 5px;
}

.cs-bannerRow {
    margin-bottom: 2em;
    margin-top: 5px;
    overflow: unset;
}

.cs-liveshoppingCalenderArticle {
    overflow: unset;
}

h1.cs-wkHeading {
    margin: 0;
    font-size: 28px;
}

.cs-shippingActions a {
    text-decoration: underline;
}

.cs-underline {
    text-decoration: none;
}

.checkoutStep4 .cs-paymentBox span.buttonLabel,
.checkoutStep4 .cs-shippingBox span.buttonLabel {
    padding: 1em;
    display: block;
    cursor: pointer;
}

.cs-cartstep5 h2 {
    font-size: 1.75rem;
}

.cs-oldPrice {
    color: #9e1d04;
}

.cs-liveShoppingArticle .cs-liveShoppingBack .cs-livePicture img {
    max-width: 100%;
    max-width: 100%;
}

.cs-liveShoppingArticle .cs-liveShoppingBack .cs-date {
    width: 100%;
    border-bottom: 1px solid #000;
    bottom: 1px;
}

body.cs-onePageCheckout .cs-errorMessage {
    color: #860000;
    font-size: 12px;
}

body.cs-onePageCheckout .cs-articletable .cs-shippingTime {
    color: #111;
    margin: 0 0.3em;
}

.cs-execution select {
    border-radius: 999px;
}

.cs-articleDetail .basketBlock .cs-articleAmount .cs-articleAmountInput {
    border-radius: 999px;
}

.cs-articleDetail .basketBlock .cs-articleAmount .cs-articleAmountBox [data-amount="plus"] {
    right: 4px;
}

.cs-articleDetail .basketBlock .cs-articleAmount .cs-articleAmountBox [data-amount="minus"] {
    left: 4px;
}