body {
	font-size: 15px;}


.headermenu-list .nav-item .nav-link {
    color: #262626;
    font-size: 11.6px;
    font-weight: 600;
    padding: 6px;}

div#customcontent {
	text-align: center;
}
div#customcontent h1 {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #3a3939;
}

.logo-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 0;
}

.logo-box .image img {
    max-width: 140px;
    filter: grayscale(1);
    transition: transform 0.3s ease, filter 0.3s ease;
}


.logo-box .image:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}


@media (max-width: 600px) {
    .logo-box .image img {
        max-width: 100px;
    }
}

.kicker-wallpaper {
	width: calc(100vw - 10px);
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background-color: #f5e9df;
	padding-top: 10px;
    padding-bottom: 10px;
}

h3.card-title.kickerimage-title.h2 {
	font-size: 1.2rem;
    line-height: 2.125rem;
    font-weight: 600;
    text-transform: uppercase;
}


#customcontent3 {
	width: calc(100vw - 10px);
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background-color: #f5e9df;
	padding-top: 10px;
    padding-bottom: 10px;
}

.blue-nature-about {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.blue-nature-about .image img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.blue-nature-about .text {
    flex: 1;
}

@media (max-width: 992px) {
    .blue-nature-about {
        flex-direction: column-reverse;
        text-align: left;
        gap: 20px;
    }

    .blue-nature-about .image img {
        max-width: 100%;
    }
}

.blue-nature-about .text .title {
	    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blue-nature-about .text .content {
	line-height: 25px;
    margin-bottom: 30px;
}

.kiemelt-informaciok {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1300px;
    margin: auto;
    padding: 40px 20px;
}

.kiemelt-informaciok .box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.kiemelt-informaciok .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.12);
}

.kiemelt-informaciok .image img {
    width: 80px;
    height: auto;
    flex-shrink: 0;
}

.kiemelt-informaciok .content-text {
    flex: 1;
}

.kiemelt-informaciok .title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a1a1a;
    letter-spacing: 0.3px;
}

.kiemelt-informaciok .content-text .content-text {
    font-size: 0.95rem;
    line-height: 1.45;
    color: #444;
}

@media (max-width: 992px) {
    .kiemelt-informaciok {
        grid-template-columns: 1fr;
    }

    .kiemelt-informaciok .box {
        flex-direction: row;
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .kiemelt-informaciok .box {
        flex-direction: column;
        text-align: center;
    }

    .kiemelt-informaciok .image img {
        margin-bottom: 10px;
        width: 70px;
    }
}

footer .module-head-title {
    color: #ffffff;
}

footer a {
	color: #ffffff;}

footer {
	color: #ffffff;	
}

footer .list-group-item {
	color: #ffffff;}

p.newsletter-pretext {
	font-size: 0.8rem!important;}

div#customcontent6 div.module-body {
	margin-top: 0px!important;
}

footer {
	font-size: .775rem;}

footer a {
	text-decoration: none!important;
}

div#customcontent10 {
	background: #ffffff;
    padding: 10px;
    border: 1px solid #a1a1a1;
}

div#customcontent10 div.module-head-title {
	color:black;
}

.widget-head {
	border: 1px solid #000000;}

h6.widget-head {
	color: #000000;
    font-weight: 600;
}

div#stockfilter {
	background: #e3ffe0;
}

h6.product-attribute-name.d-flex.w-100 {
	font-weight: 500;
    color: black;
    font-size: 14px;
}

div.position-1-wrapper {
	padding: 5px;
    background: #f5f3f2;
    border: 1px solid #d8d8d8;
    color: black;
    font-weight: 600;
}

.product-parameters td.product-short-description {
    color: #000000;
    font-weight: 400;
}


  div#customcontent8 {
    margin-bottom: 2rem;
  }
.blue-nature-product-information {
    max-width: 600px;
    margin: 20px auto;
}
.blue-nature-product-information .bnp-item {
    border: 1px solid #000;
    margin-bottom: 10px;
}
.blue-nature-product-information .bnp-toggle {
    display: none;
}
.blue-nature-product-information .bnp-header {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
	margin-bottom: 0px;
}
.blue-nature-product-information .bnp-icon {
    font-size: 20px;
}
.blue-nature-product-information .bnp-content {
    display: none;
    padding: 12px;
    background: #fff;
    font-size: 14px;
}
.blue-nature-product-information .bnp-toggle:checked ~ .bnp-content {
    display: block;
}
.blue-nature-product-information .bnp-toggle:checked + .bnp-header .bnp-icon {
    content: "−";
    font-size: 20px;
}
.blue-nature-product-information table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.blue-nature-product-information table th,
.blue-nature-product-information table td {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: center;
}

#module_customcontent11_wrapper {
	width: calc(100vw - 10px);
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background-color: #f5e9df;
	padding-top: 10px;
    padding-bottom: 10px;
}

#customcontent11 {
    margin-bottom: 2rem;
}

.blog-right-none section.col-md-9.col-sm-12.col-xs-12.column-content.two-column-content.column-content-left {flex: 0 0 100%;
        max-width: 100%;}

.blog-right-none aside.col-md-3.col-sm-12.col-xs-12.column-right {display:none;}

a.nav-link.sf-with-ul {
	font-size: .8125rem;
	font-weight: 600;
}

.informations-mobile-menu-item.mm-listitem:not(.no-mobile-category) a {
    color: #4d4d4d;
    font-weight: 600;
}

div.category-description {
	font-size: 16px;
}

div#productdescription {
	font-size: 16px;
}

.product-parameters td {
	font-size: 15px;
}

strong.d-flex.align-items-center {
	font-size: 15px;	
}

div.kicker-wallpaper .d-none {
    display: block!important;
}