body {
    margin: 0;
    background-color: #ffffff;
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'),local('Poppins-Regular'),
 url('../media/font/poppins-regular.woff2') format('woff2'),
 url('../media/font/poppins-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    src: local('Poppins Bold'),local('Poppins-Bold'),
 url('../media/font/poppins-700.woff2') format('woff2'),
 url('../media/font/poppins-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: normal;
    src: local('Poppins Italic'),local('Poppins-Italic'),
 url('../media/font/poppins-italic.woff2') format('woff2'),
 url('../media/font/poppins-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: bold;
    src: local('Poppins Bold Italic'),local('Poppins-Bold-Italic'),
 url('../media/font/poppins-700italic.woff2') format('woff2'),
 url('../media/font/poppins-700italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'),local('Poppins-Light'),
 url('../media/font/poppins-300.woff2') format('woff2'),
 url('../media/font/poppins-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: local('Poppins Light Italic'),local('Poppins-Light-Italic'),
 url('../media/font/poppins-300italic.woff2') format('woff2'),
 url('../media/font/poppins-300italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'),local('Poppins-Medium'),
 url('../media/font/poppins-500.woff2') format('woff2'),
 url('../media/font/poppins-500.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: local('Poppins Medium Italic'),local('Poppins-Medium-Italic'),
 url('../media/font/poppins-500italic.woff2') format('woff2'),
 url('../media/font/poppins-500italic.ttf') format('truetype');
}

p {
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: normal;
}

h1 {
    font-family: Poppins;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    font-family: Poppins;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

h3 {
    font-family: Poppins;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

h4 {
    font-family: Poppins;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    color: #E65800;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

span {
    font-size: 16px;
}

ul {
    list-style-type: disc;
}

li {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
}

label {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

input {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
}

textarea {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    position: relative;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
    margin-left: 0;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-color: #00aaff;
}

input[type=checkbox]:checked:before {
    content: url('/media/Check.svg');
    color: #ffffff;
    position: absolute;
    left: 3px;
    width: 13px;
    height: 13px;
    top: 2px;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 0;
}

select {
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-image: url('/media/SelectArrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=radio] {
    border: 1px solid #808080;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    padding: 0;
    margin-left: 0;
    margin-right: 5px;
}

input[type=radio]:checked {
    background-color: #ffffff;
}

input[type=radio]:checked:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

table {
    border-collapse: collapse;
}

th {
    border: 1px solid #000000;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #f0f0f0;
    text-align: center;
}

td {
    padding: 5px 10px;
    border: 1px solid #000000;
}

tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.Button {
    color: #ffffff;
    text-decoration: none;
    background-color: #00aaff;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
}

.Button:hover {
    background-color: #ffffff;
    text-decoration: none;
    color: #000000;
}

.Button:active {
    background-color: #ffffff;
    text-decoration: none;
    color: #000000;
}

.Button:focus {
    background-color: #ffffff;

    .HeaderMenuLink a:hover {
        text-decoration: none;
        color: #E65800;
    }

    text-decoration: none;
    color: #000000;
}

@media (min-width:1000px) {
    .WrapContent {
        padding: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1600px;
    }
}

@media (min-width:501px) and (max-width:999px) {
    .WrapContent {
        padding: 50px 25px;
    }
}

@media (max-width:500px) {
    .WrapContent {
        padding: 50px 20px;
    }
}

.RechtsTextWrap {
    padding: 50px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

@media (min-width: 501px) and (max-width: 999px) {
    .RechtsTextWrap {
        padding: 80px 25px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

@media (min-width:1000px) {
    .RechtsTextWrap {
        padding: 100px 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

.H1Recht {
    margin-bottom: 40px;
}

.H2Recht {
    margin-top: 50px;
    margin-bottom: 25px;
}

.PriceRegular {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000000 !important;
}

.PriceRegular span {
    font-size: 20px !important;
}

.PriceSale {
    font-size: 20px;
    color: #E65800 !important;
    font-weight: bold;
}

.PriceSaleRegular {
    color: #808080;
    text-decoration: line-through;
}

.QuantityInput {
    max-width: 50px;
    height: 40px;
    background-color: transparent;
}

.ProductMeta {
    margin-top: 30px;
}

td {
    padding: 10px;
}

.AttributeH {
    background-color: #F7F7F7;
}

.PriceLegal {
    font-size: 14px;
    color: #808080;
    margin-top: 0;
}

.SaleFlash {
    color: #E65800;
    display: inline;
    padding: 10px;
    border: 2px solid #e65800;
}

.ProductListWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.ProductListWrap {
    max-width: 300px;
    margin-bottom: 25px;
}

.ProductListImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.ProductListTitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.ProductListPriceRegular {
    font-weight: 500;
    color: #000000 !important;
}

.ProductListPriceSaleRegular {
    color: #808080;
    text-decoration: line-through;
}

.ProductListPriceSale {
    font-weight: bold;
    color: #E65800;
    padding-left: 5px;
}

.ProductListPriceLegal {
    font-size: 14px;
    color: #808080;
    margin-top: 0;
}

.CartButton {
    cursor: pointer;
    border-style: none;
}

.PriceWrap {
    margin-bottom: 0;
}

.ProductImgGalleryWrap {
    display: flex;
    justify-content: center;
    padding-left: 0 !important;
}

.VariablePrdctClearLink {
    margin-left: 10px;
}

.VariablePrdctVariationWrap {
    background-color: #F7F7F7;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.VariationNotAvailable {
    color: #E65800;
    padding: 5px 10px;
    border: 2px solid #e65800;
    width: fit-content;
}

.OutOfStock {
    color: #E65800;
    font-weight: normal;
    padding: 5px 10px;
    width: fit-content;
    border: 2px solid #e65800;
}

select {
}

.ProductImgGallery {
    width: 100% !important;
}

.HeaderLogoWrap {
    margin-right: 15px;
    text-align: center;
}

.HeaderLogoTxt {
    margin-top: 0;
    margin-bottom: 0;
    color: #E65800;
    font-weight: bold;
    text-transform: uppercase;
}

.HeaderLogoWrap:hover .HeaderLogoTxt {
    text-decoration: none;
}

.HeaderLogoTxt:hover {
    text-decoration: none;
}

.HeaderMenuLink a:hover {
    text-decoration: none;
    color: #E65800;
}

.HeaderMenuLink a:active {
    text-decoration: none;
    color: #E65800;
}

.HeaderMenuLink a:focus {
    text-decoration: none;
    color: #E65800;
}

.DividerLinesWrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.DividerLine {
    background-color: #000000;
    height: 2px;
}

.Deliverytime {
    color: #30af00;
    padding: 5px 10px;
    border: 2px solid #30af00;
    width: fit-content;
}

.CartButtonWrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.ProductListLink {
    display: block;
}

.ProductListLink:hover {
    text-decoration: none;
}

.ProductListLink:active {
    text-decoration: none;
}

.ProductListLink:focus {
    text-decoration: none;
}

.ProductListPrice {
    margin-bottom: 0;
    margin-top: 0;
}

.PaddingLeft0 {
    padding-left: 0 !important;
}

.BGLightGrey {
    background-color: #F7F7F7;
}

.AttributeSelect {
    background-color: transparent;
}

@media only screen and (max-width:749px) {
    .ProductListWrap {
        width: calc(50% - 13px);
    }
}

.ProductSliderWrap {
    flex-wrap: nowrap;
    overflow: scroll;
    position: relative;
}

.ProductSliderWrap .ProductListWrap {
    width: 250px;
    min-width: 250px;
}

.SlideButtonRight {
    width: 50px;
    height: 50px;
    position: sticky;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
}