.awards-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
  text-align: center;
}

.award-text,
.award-image {
  max-width: 20%;
  flex: 1 1 150px;
}

.award-text p{
    margin:0px;
    padding:10px 15px 10px;
    text-align: center;;
}

.award-image img {
  width: 100%;
  height: auto;
  display: block;
}


.left-text { order: 1; }
.left-award { order: 2; }
.right-award { order: 3; }
.right-text { order: 4; }


@media (max-width: 768px) {
  .awards-section {
    flex-direction: column;
  }
  .left-text { order: 2; }
  .left-award { order: 1; }
  .right-award { order: 3; }
  .right-text { order: 4; }

  .award-text,
.award-image {
  max-width: 100%;
  flex: 1 1 65px;
}
}

.awards-text-section {
  max-width: 1600px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
.awards-text-section p{
    margin:0px auto 60px;
    padding:0px;
            font-size: 16px;
    font-weight: 400;
}
.awards-text-section h3{
    margin:0px auto 30px;
        font-size: 28px;
    font-weight: 700;
    color:#5E5F3E;
}

/* Socials Style */
.social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    vertical-align: middle;
    padding: 0px 7%;
}

.social-block {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.social-item {
    display: flex;
    flex-direction: row;
    margin-left: 25px;
}

.social-text {
    display: inline-block;
    margin-left: 9px;
    font-weight: 400;
    font-size: 12px;
    align-self: center;
}

.social-icon {
    align-self: center;
}

@media screen and (max-width: 1024px) {

    .social-block {
        margin-top: 25px;
        margin-left: 0;
    }

    .social-item {
        display: flex;
        flex-direction: column;
    }

    .social-icons {
        flex-direction: column;
        text-align: center;
    }

    .social-text {
        display: block;
        margin-left: 0px;
        margin-top: 5px;
    }
}

/* Basic Settings */
.post-content {
    background-color: #fff;
}

.post-content p {
    text-align: center;
    font-size: 1.2em;
}

h1 {
    color: #5E6041;
    font-size: 36px;
    font-weight: 300;
    line-height: 45.54px;
    margin-bottom: 18px;
}

h2 {
    color: #5F5F3E;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.77px;
    text-transform: uppercase;
}

.motto {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30.36px;

    @media screen and (min-width:992px) {
        padding: 0 100px 0 100px;
    }

}

.fw-400 {
    font-weight: 400 !important;
}

.explore-link {
    color: #5E6041 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.24px;
    text-decoration: underline !important;
}

.mt {
    margin-top: 64px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.mb {
    margin-bottom: 64px !important;
}

.footer-logo {
    margin-top: 0 !important;
}

.constrain-me {
    max-width: 80%;
    margin: auto;
}

.nav-container div {
    margin: 10px 2px;
}

.imgNgrid {
    gap: 25px;
    width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    margin-bottom: 32px;
}

.green-headline {
    margin: 0px;
    padding: 8px 0px;
    background-color: #5F5F3E;
    width: 100%;
}

.green-headline h3 {
    color: white;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.green-bg {
    background-color: #ECEAE2;
    padding-top: 48px;
    padding-bottom: 48px;
}

.imgNgrid-image {
    flex: 1;
    justify-content: space-evenly;
}

.imgNgrid-image div img {
    border-radius: 20px;
}

.imgNgrid-prod {
    flex: 1.2;
}

.imgNgrid-text {
    margin: -90px 20px 0px 20px;
    font-size: 1.9em !important;
    color: white;
    padding: 0 !important;
    font-weight: bold;
}

.giftguide-img a img {
    border-radius: 30px;
}

.giftguide-card h3 a {
    color: black;
}

.green-btn {
    color: #fff;
    border-radius: 100px;
    background-color: #5E5F3E;
    border: 2px solid #5E5F3E;
    cursor: pointer;
    transition: 0.2s ease;
}

.green-btn:visited {
    color: #fff;
}

.green-btn:hover {
    color: #5E5F3E;
    background: #fff;
    transition: 0.2s ease;
}

/* Basic Elements */
.parent {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/* Special Elements */
/* Buttons */
.lebutton {
    background-color: #2D3D20;
    color: white;
    font-weight: bold;
    padding: 20px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.6em;
    margin-top: 16px;
    transition: transform ease 0.1s;
    transform: scale(1);
}

.lebutton:hover {
    background-color: #455538;
    color: white;
    border: none;
}

.lebutton:focus {
    background-color: #455538;
    color: white;
    border: none;
}

.lebutton:hover {
    background-color: #455538;
    color: white;
    border: none;
}

.lebutton:active {
    background-color: #455538;
    color: white;
    border: none;
    transition: transform ease 0.1s;
    transform: scale(0.9);
}

.lebutton:visited {
    color: white;
}

.giftguide-section {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}


.giftguide-card {
    max-width: 20%;
    margin: auto;
}

/* Benefits Checklist */
.checked-benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.gratex {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.gratex p {
    line-height: 1;
    margin: 0 !important;
    font-size: 1.2em;
    padding: 0 !important;
}

/* Product Image Grid */
.featured-products {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    padding: 16px 32px;
    line-height: 0;
    margin: auto;
    white-space: nowrap;
}

.nav-container {
    margin: auto;
    gap: 20px;
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.nav-btn,
.nav-btn:visited {
    font-size: 115%;
    border-radius: 10px;
    color: white;
    background-color: #5E5F3E;
    border: 2px solid transparent;
    padding: 9px 15px;
    cursor: pointer;
    transition: 0.2s ease;
}

.nav-btn:hover {
    color: #5E5F3E;
    background-color: transparent;
    border: 2px solid #5E5F3E;
    transition: 0.2s ease;
}

.pill-container {
    background-color: #ECEAE2;
    border-radius: 100px;
    margin: auto;
    padding: 0px 0px;
    gap: 20px;
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.pill,
.pill2 {
    border-radius: 100px;
    color: #5E5F3E;
    background-color: transparent;
    padding: 8px 15px;
    cursor: pointer;
    transition: 0.2s ease;
}

.pill:hover,
.pill2:hover {
    color: #fff;
    background-color: #C4A88A;
    transition: 0.2s ease;
}

.active-pill {
    color: #fff;
    background-color: #5E5F3E;
    transition: 0.2s ease;
}

.shop-all {
    clear: both;
    text-align: right;
    right: 10px;
    padding: 3px 5px;
    background: #fff;
    color: #546A4C;
    border-radius: 0px;
    border: #546A4C 2px solid;
    margin-left: 90%;
}

.shop-all:visited {
    color: #546A4C;
}

.shop-all:hover {
    background: #e8f3e4;
    color: #546A4C;
    border: #546A4C 2px solid;
}

.reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    clear: both;
}

.reviews-outer {
    padding: 0 0 24px 0;
    margin-top: 70px;
}

.greenbg {
    background-color: #ECEAE2;
}

.review-btn {
    padding: 10px 15px;
    margin: 20px 0px;
}

.reviews div a img {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: -50px;
}

.reviews-widget {
    width: 50%;
}

.ReviewsFooter {
    display: none;
}

.WIDGET-right-1,
.WIDGET-left-1 {
    opacity: 0.8 !important;
}

.WIDGET-right-2,
.WIDGET-left-2 {
    opacity: 0.6 !important;
}

.WIDGET-right-3,
.WIDGET-left-3 {
    opacity: 0.4 !important;
}

.contenido {
    display: flex;
    flex-direction: row;
    gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
    clear: both;
    background-color: #fff;

    .text-container {
        flex: 60%;
        padding: 0 50px;
        align-self: center;
    }

    .image-container img {
        object-fit: cover;
        width: 563px !important;
        height: 374px !important;
        border-radius: 0px 50px 50px 0px;
    }

    .odd-image-container img {
        object-fit: cover;
        width: 563px !important;
        height: 374px !important;
        border-radius: 50px 0px 0px 50px;
        text-align: right;
    }

    h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30.36px;
    }

    p {
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.24px;
        text-align: left;
    }
}

.border-box {
    box-sizing: border-box;
}

.text-right {
    text-align: right !important;
}

/* Product Grid abrunden */
.product-image-wrapper {
    border-radius: 20px 20px 0px 0px !important;
}

.products-grid .product-item-info .product-item-details {
    border-radius: 0px 0px 20px 20px !important;
}

.gray-bg {
    background-color: #111111;
}

@media screen and (max-width:1440px) {
    .imgNgrid {
        gap: 15px;
        width: 1000px;
    }

}

@media screen and (max-width:1024px) {
    .imgNgrid {
        gap: 10px;
        width: 700px;
    }
}

/* Mobile Settings */
@media screen and (max-width: 767px) {
    .parent {
        width: auto;
    }

    .imgNgrid {
        gap: 10px;
        width: 95%;
    }

    .imgNgrid-image {
        margin-bottom: 55px;
    }

    .bestsellerHim {
        flex-direction: column;
    }

    .bestsellerHer {
        flex-direction: column-reverse;
    }

    .reviews div a img {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 0px;
        margin-bottom: 12px;
    }

    .reviews {
        display: block;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .reviews-widget {
        width: 100%;
    }

    .reviews-outer {
        margin-top: 35px;
    }

    .lebutton {
        margin-right: 16px;
        margin-top: 8px;
        font-size: 1.3em;
    }

    .checked-benefits {
        gap: 16px;
    }

    .featured-products {
        gap: 16px;
        padding: 8px 16px;
    }

    .featured-products p {
        font-size: 1.2em;
    }

    .nav-container {
        gap: 10px;
        width: 95%;
    }

    .giftguide-card {
        max-width: 45%;
    }

    .nav-btn,
    .nav-btn:visited {
        width: 35%;
        padding: 10px 16px;
    }

    .constrain-me {
        max-width: 90%;
    }

    /*Contenido*/

    .contenido {
        flex-direction: column;

        p,
        .text-right {
            text-align: center !important;
        }

        h2 {
            margin-top: 0px;
        }
    }

    .odd-image-container {
        order: 1 !important;
    }

    .image-container,
    .odd-image-container {
        padding: 10px;
        align-self: center;
    }

    .image-container img,
    .odd-image-container img {
        width: 100% !important;
        max-height: 246px;
        border-radius: 50px !important;
        padding: 0;
    }

    .text-container {
        flex: unset;
        padding: 10px !important;
        order: 2 !important;
        text-align: center !important;
        margin-bottom: 10px;
    }
}

.h-1px {
    height: 1px !important;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.w-40 {
    width: 40px;
}

.h-40 {
    height: 40px;
}

.mountain-bg {
    background-image: url('https://www.holzkern.com/media/wysiwyg/img/cms/ratings/berge-und-wald-hintergrund.jpg');
    background-size: cover;
    background-position: center;
    padding: 96px 0;
}

.max-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.xl-text {
    font-size: x-large;
}

.h-150 {
    height: 150px;
}

.color-777 {
    color: #777;
}

.stars-img {
    vertical-align: baseline;
    margin-bottom: -1px;
    height: 1em;
}

.p-link {
    background-color: #ccc !important;
    border: none !important;
}

.trustpilot-logo {
    width: 363px;
    max-width: 90%;
}