#desktop-nav #wp-megamenu-primary_navigation ul.wp-megamenu-sub-menu { background: rgba(157,203,0,0.8); }
#desktop-nav #wp-megamenu-primary_navigation ul.wp-megamenu-sub-menu ul { background: none; }
.socialicon-bar { text-align:center;width:100%;display:block;margin-top:20px;padding: 8rem 0 5rem 0; }
.socialicon-bar ul { list-style-type:none;display:inline-block; }
.socialicon-bar ul li { display:inline-block;padding:0 10px; }
.socialicon-bar ul li a { display:inline-block; }
.socialicon-bar ul li a img { width:30px;height:auto; }
.socialicon-bar.left { text-align:left; }

.orderbox { display:none; }

/* Bestpreis Badge */
.bestpreis {position:fixed;bottom:10px;right:10px;max-width:270px;padding:25px 30px;display:block;background:#459600;border:4px solid #9dcb00;color:#fff;z-index:5;transition:all 0.3s ease;}
.bestpreis .inner {}
.bestpreis .inner .title {font-size:20px;margin-bottom:7px;display:block;}
.bestpreis .inner .title img {width:20px;height:20px;margin-right:5px;position:relative;top:-2px;}
.bestpreis .inner .text {font-size:15px;line-height:18px;display:block;}
.bestpreis:hover {color:#fff;opacity:0.8;}
.bestpreis.close { right:-270px;transition:all 0.3s ease; }
 
@media screen and (max-width:768px) {
	.bestpreis {bottom:0;left:0%;min-width:100%;padding:15px 15px;display:block;background:#459600;border:0;border-bottom:4px solid #9dcb00;color:#fff;text-align:center;}
	.bestpreis .inner .title {display:none;}	
	.bestpreis.close {right:0;}
}

.floatyiiq {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: calc(50% + 60px); 
    transform: translateX(-110%);
    background: #F5F5F5;
    border-radius: 0 50% 50% 0;
    width: 70px;
    height: 70px;
    z-index: 9998;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    font-size: 12px;
    transition:all 0.3s ease;
}
.floatyiiq.show {
    display: flex !important;
    transform: translateX(0%);
    transition:all 0.3s ease;
}
.floatyiiq img {
    max-width: 80%;
    margin-top: 8px;
}
.gs-widget-container {
    transform: translateX(-110%) translateY(-50%) !important;
    transition:all 0.3s ease;
}
.gs-widget-container.show {
    transform: translateX(0%) translateY(-50%) !important;
    transition:all 0.3s ease;
}

.copyright { margin-bottom:100px; }

.wp-megamenu-item-2204 { display: none; }

.skd-widget.skd-cookie-banner { z-index: 999999; }

.head-slider { width: 100%; height: 650px; }
.head-slider .slide-item { display: block; }
.head-slider .slide-item .image-block { width: 100%; height: 100%; position: relative; }
.head-slider .slide-item .image-block img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.head-slider .slide-item .image-block .content-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.head-slider .slide-item .image-block .content-wrap .container { height: 100%; }
.head-slider .slide-item .image-block .content-wrap .info-block { position: absolute; bottom: 8rem; display: inline-flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; max-width: 460px; background: rgba(255,255,255,.8); padding: 6rem 2rem 0rem; }
.head-slider .slide-item .image-block .content-wrap .info-block .ms-info-price { position: absolute; left: 50%; top: 0;width: 90px; height: 90px; background: #9dcb00; border-radius: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; transform: translateX(-50%) translateY(-50%); font-size: 0.8em; padding: 0.5rem; color: #fff; font-weight: 700; }
.head-slider .slide-item .image-block .content-wrap .info-block p { font-size: 0.9em; }
.head-slider .slide-item .image-block .content-wrap .info-block p.ms-info-subheading { color: #459600; text-transform: uppercase; font-family: Oswald; font-size: 3rem; }
.head-slider .slide-item .image-block .content-wrap .info-block .cta-btn { transform: translateY(50%); }
.swiper-pagination {}
.swiper-pagination .swiper-pagination-bullet { opacity: 1; width: 12px; height: 12px; border-radius: 100%; background: #fff; }
.swiper-pagination .swiper-pagination-bullet-active { background: #459600; }

@media screen and (max-width:768px) {
	.head-slider { width: 100%; height: 300px; }
	.head-slider .slide-item .image-block .content-wrap .info-block { display: none; }
}

#header .header-content .header-grid .header-widgets {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    padding-right: 0rem;
}
.wgcurrent {
    opacity: 0.5;
}

#menu-landingpage-menu {
	margin-top: 2rem;
    list-style-type: none;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.landingpage_navigation ul li::after {
	padding: 0 .5em;
	content: '|';
	vertical-align: top;
}
.landingpage_navigation ul li:last-of-type::after {
	display: none;
}