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

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

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

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

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

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Noto Sans Regular'),local('Noto-Sans-Regular'),
 url('../media/font/noto-sans-v9-latin-regular.woff2') format('woff2'),
 url('../media/font/noto-sans-v9-latin-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: bold;
    src: local('Noto Sans Bold'),local('Noto-Sans-Bold'),
 url('../media/font/noto-sans-v9-latin-700.woff2') format('woff2'),
 url('../media/font/noto-sans-v9-latin-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: normal;
    src: local('Noto Sans Italic'),local('Noto-Sans-Italic'),
 url('../media/font/noto-sans-v9-latin-italic.woff2') format('woff2'),
 url('../media/font/noto-sans-v9-latin-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: bold;
    src: local('Noto Sans Bold Italic'),local('Noto-Sans-Bold-Italic'),
 url('../media/font/noto-sans-v9-latin-700italic.woff2') format('woff2'),
 url('../media/font/noto-sans-v9-latin-700italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Alex Brush';
    font-style: normal;
    font-weight: normal;
    src: local('Alex Brush'),local('Alex-Brush-Regular'),
 url('../media/font/alex-brush-v11-latin-regular.woff2') format('woff2'),
 url('../media/font/alex-brush-v11-latin-regular.ttf') format('truetype');
}

p {
    font-family: Noto Sans;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #7f7f7f;
    font-weight: normal;
}

h1 {
    font-family: Montserrat;
    font-size: 24px;
    color: #9a8556;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    font-family: Montserrat;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #9a8556;
    font-weight: bold;
}

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

h4 {
    font-family: Noto Sans;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #7d673e;
    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: #9a8556;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #9a8556;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

span {
    font-size: 16px;
}

ul {
    list-style-type: disc;
    padding-left: 0px;
}

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

label {
    font-size: 16px;
    font-weight: normal;
    color: #7f7f7f;
    line-height: 28px;
}

input {
    color: #7f7f7f;
    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;
    font-size: 16px;
    line-height: 28px !important;
}

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: #9a8556;
}

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: #9a8556;
}

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 !important;
}

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

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

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

.Button {
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
    background-color: #9a8556;
    color: #ffffff;
    font-weight: normal !important;
    border-radius: 0px !important;
    border: 2px solid #9a8556;
}

.Button:hover {
    background-color: #f2e9d8;
    text-decoration: none;
    color: #9a8556;
}

.Button:active {
    background-color: #f2e9d8;
    text-decoration: none;
    color: #9a8556;
}

.Button:focus {
    background-color: #f2e9d8;
    text-decoration: none;
    color: #9a8556;
}

@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: bold;
}

.PriceSale {
    font-size: 20px;
    color: #9a8556;
    font-weight: bold;
}

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

.QuantityInput {
    max-width: 50px;
}

.ProductMeta {
    margin-top: 30px;
}

td {
    padding: 10px;
}

.AttributeH {
    background-color: #f2e9d8;
}

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

.SaleFlash {
    color: #9a8556;
    background-color: transparent;
    display: inline;
    padding: 10px;
    border: 2px solid #9a8556;
    font-weight: bold;
}

.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: bold;
}

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

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

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

.CartButton {
    cursor: pointer;
}

.PriceWrap {
    margin-bottom: 0;
}

.ProductImgGalleryWrap {
    display: flex;
    justify-content: center;
}

.VariablePrdctClearLink {
    margin-left: 10px;
}

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

.VariationNotAvailable {
    color: #ffffff;
    font-weight: normal;
    background-color: #9a8556;
    padding: 5px 10px;
    display: inline-flex;
    border-radius: 20px;
}

.OutOfStock {
    color: #ffffff;
    font-weight: normal;
    background-color: #7d673e;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-flex;
    margin-top: 0;
    margin-bottom: 0;
}

select {
}

.ProductImgGallery {
    width: 100% !important;
}

.HeaderUpperWrap {
    width: 100%;
    display: flex;
    height: 100px;
}

@media (max-width:749px) {
    #TelIcnHeaderDesktop {
        display: none;
    }
}

@media (min-width:750px) {
    #TelIcnHeaderMobile {
        display: none;
    }
}

#TelIconHeaderNummer {
    /* display: none */
}

@media (max-width:999px) {
    .HeaderMenuTrennstrich {
        display: none;
    }
}

.FooterLColumnM ul a {
    line-height: 28px;
}

.HeaderLHMenuLinks li {
    color: #9a8556;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width:749px) {
    .HeaderLHMenuLinks {
        margin-top: 0;
    }
}

@media only screen and (max-width:500px) {
    .HeaderLContactWrap {
        flex-wrap: wrap;
        width: 100px;
        margin-top: -15px;
        row-gap: 10px;
        justify-content: flex-end;
    }

    .IconSVG {
        width: 30px;
        height: 30px;
    }
}

.HeaderLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width:500px) {
    .FooterLLogoWrap {
        width: auto;
    }
}

.HeaderLink {
    margin-left: 10px;
    white-space: nowrap;
}

.HeaderIconWrap {
    display: flex;
    align-items: center;
}

.HeaderLHMenuLinks a {
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    color: #9a8556;
}

.HeaderMenuTrennstrich {
    width: 1px;
    height: 22px;
    background-color: #9a8556;
    max-height: 27px;
    margin-top: 4px;
}

@media only screen and (max-width:999px) {
    .HideMobileMenu {
        display: none;
    }

    .HeaderHMobileMenu {
        position: absolute;
        left: 0px;
        top: 120px;
        background-color: #f2e9d8;
        padding: 20px;
        min-width: 50%;
        height: 100vh;
    }
}

.FooterLWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (min-width:501px) {
    .FooterLColumnL {
        width: 40%;
        min-width: 250px;
        margin-right: 50px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:500px) {
    .FooterLColumnL {
        width: 100%;
        margin-bottom: 50px;
    }
}

.FooterLColumnM {
    margin-right: 50px;
    margin-bottom: 50px;
}

.FooterLColumnR {
    margin-bottom: 50px;
}

@media only screen and (max-width:500px) {
    .HeaderLogo {
        padding-right: 10%;
        width: calc(100% - 200px);
        height: 100px;
    }
}

.AddtoCardWrap {
    display: flex;
    align-items: center;
}

.FooterLLogoWrap {
    width: 300px;
    height: auto;
}