.pricing-features{
	padding:30px 5px 5px 5px;
}
.pricing-features ul li{
	color:#727272;
}
.pricing-price span.price-unit{
	font-size:30px;
}
* + .uk-h2,* + h2, * + h3, * + h4, * + h5, * + h6{
	margin-top:20px;
}
.ui-image{
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
.ui-image:hover{
	-webkit-filter:grayscale(0);
	filter:grayscale(0);
}
.sppb-aktuelles-center{
	text-align:center;	
    position:relative;
	z-index:1;
}
.section-title hr{
	border-color:#94d500;
	width:80px;
	border-width:2px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.uk-nav-default > li > a:hover{
	color:#94D500;
}
.uk-article{
	box-shadow:0 4px 15px rgba(0,0,0,.07);
	padding:20px;
	background-color:#fff;
}
.uk-article:hover{
	box-shadow:0 14px 25px rgba(0,0,0,.1);
}
.background-grau{
	background-color:#f4f4f3;
}
.uk-article-title{
	text-align:center;
	font-size: 30px;
}
.sp-megamenu-parent > li{
	color: #94d500;
}
.vm-title-center{
	margin-top: 41px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.vm-featured-product{
	text-align: center;
}
.vm-title-subheading{
	font-size: 28px;
	display: inline-block;
	max-width: 80%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 900;
	line-height: 1;
	color: #333;
}
.vm-title-center hr{
	border-color: #94d500;
	width: 80px;
	border-width: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.vm-featured-product hr{
	border-color: #94d500;
	width: 80px;
	border-width: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;	
}
.uk-card-default.uk-card-hover:hover{
	box-shadow: 3px 3px 2px 1px rgba(0,0,0,.19) !important; 
}
.sp-dropdown{
	border-bottom: 2px solid #94d500;
}
.sp-megamenu-parent .sp-mega-group > li > a{
	padding-left: 20px;
	font-size: 20px;
	color: #94D500;
}
.pad-top{
	padding-top: 20px;
}
p.sppb-title-subheading{
    display: none !important;
}
* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + .uk-heading-2xlarge, * + .uk-heading-large, * + .uk-heading-medium, * + .uk-heading-small, * + .uk-heading-xlarge, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6{
	margin-top: 20px;
}
/* ========================================================================
 Button
 ========================================================================== */
button{
	color:#242423;
	background:transparent;
	border-width:2px;
	border-style: solid;
	border-color: #242423;
	position:relative;
	margin:1em;
	display:inline-block;
	padding:0.5em 1em;
	transition:all 0.3s ease-in-out;
	text-align:center;
}
button:before, button:after{
	content:'';
	display:block;
	position:absolute;
	border-color:#242423;
	box-sizing:border-box;
	border-style:solid;
	width:1em;
	height:1em;
	transition:all 0.3s ease-in-out;
}
button:before{
	top:-6px;
	left:-6px;
	border-width:2px 0 0 2px;
	z-index:5;
}
button:after{
	bottom:-6px;
	right:-6px;
	border-width:0 2px 2px 0;
}
button:hover:before, button:hover:after{
	width:calc(100% + 12px);
	height:calc(100% + 12px);
	border-color:#fff;
}
button:hover{
	color:#242423;
	background-color:#fff;
	border-color:#fff;
}
.bw button{
	color:#242423;
	border-color:#242423;
	text-shadow:0 1px 1px rgba(0,0,0,0.1);
	box-shadow:0 1px 3px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1) inset;
}
.bw button:before, .bw button:after{
	border-color:#94D500;
}
.bw button:hover:before, .bw button:hover:after{
	width:calc(100% + 12px);
	height:calc(100% + 12px);
	border-color:#94D500;
}
.bw button:hover{
	color:#fff;
	background-color:#94D500;
	border-color:#94D500;
}
.bs button{
	color:#fff;
	border-color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.1);
	box-shadow:0 1px 3px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1) inset;
}
.bs button:before, .bs button:after{
	border-color:#94D500;
}
.bs button:hover:before, .bs button:hover:after{
	width:calc(100% + 12px);
	height:calc(100% + 12px);
	border-color:#94D500;
}
.bs button:hover{
	color:#fff;
	background-color:#94D500;
	border-color:#94D500;
}
 /* ========================================================================
 Husqvarna Tooltips
 ========================================================================== */
.package__product:hover .package__tooltip {
	display: block;
}
 .package__tooltip{
	display: none;
	position: absolute;
	bottom: 90%;
	left: 78%;
	width: 200px;
	background: #adadad;
	padding: 10px;
	color: white;
	z-index: 1;
 }
 .package__product{
	position: relative;
	background: white;
	width: 31.33333%;
	margin: 3% 1% 0;
	border: 2px solid white;
}
.package__header{
	font-size: 16px;
	font-weight: bold;
	padding: 20px 20px 10px;
}
.package__products{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.merkmale{
	background-color: #F4F4F3;
}
.arrow.arrow-left{
	border-right: 30px solid #F4F4F3;
	right: 0;
	z-index: 1;
}
.arrow.arrow-right{
	border-left: 30px solid #F4F4F3;
	left: 0;
	z-index: 1;
}
.arrow{
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}
.bild{
	padding-left: 0px;
	padding-right: 0px;
}
.merkmale-top{
	padding: 25px;
}
/* ========================================================================
 Virtuemart
 ========================================================================== */
.uk-card-default{
	box-shadow: 3px 3px 2px rgba(0,0,0,.07);
	border-radius: 30px;
	padding: 20px;
}
.uk-card-default:hover{
	box-shadow: 3px 3px 2px 1px rgba(0,0,0,.19);
}
.uk-card-secondary{
	background-color: #F4F4F3;
	box-shadow: none;
	border-radius: 30px;
	padding: 30px;
}
.uk-card-secondary:hover{
	box-shadow: 3px 3px 2px 1px rgba(0,0,0,.16) !important;
	background-color: #F4F4F3 !important;
}
.uk-width-1-3{
	display: none;
}
.product-short-description{
	border-top: 1px solid #727272;
	border-bottom: 1px solid #727272;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.uk-grid-divider > :not(.uk-first-column)::before {
	border-left: 0px;
}
.haendler{
	list-style: none;
	padding: 0;
	max-width: 30%;
}
.manufacturer-logo{
	display: flex;
	justify-content: center;	
}
.product-field{
	display: table !important;
}
@media (max-width: 400px){
.product-field{
    display: block !important;
  }
}

.product-fields-title-wrapper{
	display: table-cell;
	width: 35%;
}
[class*="uk-modal-close-"]{
	display: none;
}
.tm-product-neighbours{
	display: none;
}
.product-container{
	box-shadow: 3px 3px 2px rgba(0,0,0,.07);
	border-radius: 30px;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;	
	width: 15em;
}
.product-price{
	text-align: center;
	float: unset;
	margin-top: 15px;
}
.product-container:hover{
	box-shadow: 3px 3px 2px 1px rgba(0,0,0,.19);
}
.product-aktionspreis{
	font-size: 20px;
	color: #94d500;
	margin-bottom: 30px;
}
.uk-modal-dialog {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}
.uk-modal-dialog iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.vmgroup{
	background-color: #F4F4F3;
	display: grid;
	place-items: center;
	padding-top: 15px;	
}