/* Fonts */

@font-face {
	font-family: 'CaeciliaLTPro';
	src: url("../fonts/Monotype  - CaeciliaLTPro-45Light.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

/* Contao Override */

.elementor-widget-contao table td, .elementor-widget-contao table th{
	border: 0 none;
}

.elementor-widget-contao table tbody>tr:nth-child(odd)>td,.elementor-widget-contao table tbody>tr:nth-child(odd)>th{
	background-color: transparent;
}

.elementor-widget-contao p{
	font-size: 14px;
}

#wrapper{
	min-height: auto !important;
}

body{
	transition: all 0.5s ease 0.1s;
}

@media(min-width:1024px){
	body{
		padding-top: 40px !important;
	}
}

body.admin-bar .wrapper #header{
	top: 32px;
}

#header_2_container.hoverState{
	height: 430px !important;
}

body.hoverState{
	padding-top: 370px !important;
}

.elementor-widget-contao .mod_pageImage .row{
	padding: 0 13px !important;
}

.newsletter-icon{
	display: inline;
    position: relative;
    font-size: 40px;
    color: #fff;
	height: 30px;
    line-height: 36px;
	margin-right: 10px;
}

#footer_wrap #footer_1_container ul li a.newsletter-link{
	color: #fff !important;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px;
    position: relative;
    top: 10px;
    width: auto;
	max-width: 200px;
    font-family: "CaeciliaLTPro", sans-serif !important;
    font-size: 15px !important;
	font-weight: 600 !important;
    display: flex;
    align-items: center;
	transition: all 0.2s ease-in-out;
	transform: scale(1);
	justify-content: center;
}

#footer_wrap #footer_1_container ul li a.newsletter-link:hover{
	transform: scale(1.05);
}

#footer_wrap .newsletter-description {
    color: #f29fc5;
}


/* Produkte */

.products-filter{
	margin-bottom: 14px;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.products.loading #products-output{
	opacity: 0.5;
}

.products #products-output{
	color: transparent;
	min-height: 90px;
}

.products-filter .filter{
	padding: 12px 20px;
	display: flex;
	align-items: center;
}

.products-filter h3{
	margin: 0 15px 0 0;
	color: #4f5b69 !important;
	font-size: 16px;
}

.products-filter [type="checkbox"] {
	position: relative;
	left: 30px;
	top: 0px;
	z-index: 0;
	-webkit-appearance: none;
}

.products-filter [type="checkbox"] + label {
	position: relative;
	display: block;
	cursor: pointer;
	padding-left:70px;
	position: relative;
}

.products-filter [type="checkbox"] + label:before {
	width: 54px;
	height: 24px;
	border-radius: 30px;
	border: 2px solid #ddd;
	background-color: #EEE;
	content: "";
	margin-right: 15px;
	transition: background-color 0.5s linear;
	z-index: 5;
	position: absolute;
	left: 10px;
	top: -2px;
}

.products-filter [type="checkbox"] + label:after {
	width: 20px;
	height: 20px;
	border-radius: 30px;
	background-color: #fff;
	content: "";
	transition: margin 0.1s linear;
	box-shadow: 0px 0px 5px #aaa;
	position: absolute;
	left: 12px;
	top: 0px;
	z-index: 10;
}

.products-filter [type="checkbox"]:checked + label:before {
	background-color: #3dad83;
}

.products-filter [type="checkbox"]:checked + label:after {
	margin: 0 0 0 30px;
}

.products-filter .select-custom{
    background-color: #fff !important;
	outline: none !important;
}

.products-filter .select-custom select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff !important;
	font-size: 16px;
    padding: 4px 12px;
    border: 1px solid #d0cbc5;
    box-shadow: 1px 1px 2px #d0cbc5;
	outline: none !important;
}

.products-filter .select-custom select::-ms-expand {
    display: none;
}


.products{
	font-family: "CaeciliaLTPro", sans-serif !important;
}

#products-output{
	display: flex;
    flex-wrap: wrap;
}

.products .product{
	padding: 8px;	
}

.products .product a {
	position: relative;
	float: left;
    width: 100%;
    height: 100%;
	border-radius: 4px;
    box-shadow: rgb(149 157 165 / 8%) 0px 8px 24px;
	transition: all 0.3s ease-in-out;
	padding: 12px 20px 20px 20px;
}

.products .product a::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	height: 4px;
	z-index: 9;
	transition: all 0.3s ease-in-out;
	background: linear-gradient(90deg, var( --e-global-color-primary ) 50%, var( --e-global-color-84c9ed2 ) 100%);
}

.products .product a:hover::before{
	width: 100%;
}

.products .product .icons{
	position: absolute;
    display: flex;
    flex-direction: column;
	top: 20px;
	left: 20px;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	z-index: 9;
}

.products .product a:hover .icons{
	opacity: 1;
}

.products .product .icons img{
	margin-bottom: 4px;
}

.products .product a .icons span{
	pointer-events: none;
    position: absolute;
	left: 35px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    color: #3dad83;
    background-color: #fff;
    padding: 9px 20px 9px 4px;
    border-radius: 0 40px 40px 0;
    z-index: -1;
	white-space: nowrap;
}

.products .product a:hover .icons .ez-icon:hover span{
	opacity: 1;
	left: 45px;
}

.products .product .titel{
	position: relative;
	font-size: 15px;
	font-weight: 500;
	overflow: hidden;
	display: block;
	color: #58585a !important;
	line-height: 1.2;
	min-height: 52px;
	text-align: center;
	padding-top: 5px;
}

.products .product .untertitel{
	color: #58585a !important;
	font-size: 14px;
	font-weight: 300;
	min-height: 26px;
	text-align:center;
	display: none;
}

.products .product .preis{
	color: #881F4F;
	font-size: 20px;
	text-align: center;
}

.products .product .preis span,.products .product .preis-kilo{
	color: #58585a;
    font-size: 13px;
    font-weight: 300;
	text-align: center;
}

.products .product .preis-kilo{
	position: relative;
	top: -2px;
}

.products .product .img-container{
	text-align: center;
}

.products .product .img-container img{
	max-height: 200px;
}

.products .product a .img-container{
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	transform: translateY(0);
	transition: all 0.3s ease-in-out;
}

.products .product:hover a .img-container{
	transform: translateY(-6px);
}

.products .product:hover a{
	box-shadow: rgb(149 157 165 / 24%) 0px 8px 24px;
}


/* Ladeanimation */

.lds-ellipsis {
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 80px;
	left: 0;
	right: 0;
	top: 120px;
	margin: 0 auto;
	opacity: 1;
	z-index: 9;
	transition: all 0.25s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.lds-ellipsis.hide {
	opacity: 0;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #5D6263;
	opacity: 0.8;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }

@media (min-width: 1024px){
	.lds-ellipsis {
		top: 0;
	}

	.filtered .lds-ellipsis {
		top: 80px;
	}
}

.swiper-wrapper {
	flex-wrap: nowrap !important;
}
.products-swiper .swiper-initialized {
	overflow: hidden !important;
	padding: 16px 0;
}
.swiper-slider .swiper-pagination-bullets {
	bottom: 0 !important;
}
.swiper-slider .swiper-button-next {
	right: 20px;
}
.swiper-slider .swiper-button-prev {
	left: 20px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: auto;
    pointer-events: none;
}

.swiper-slide{
	overflow: visible !important;
}

@media (max-width: 767px) {
	.swiper-slider .product.swiper-slide {
		flex-basis: auto !important;
	}
}


.products .product .preis span.rabattiert {
	text-align: right;
    padding-right: 5px;
    color: #ad3d3d;
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
}
.preis.preis_pro_liter {
	font-size: 11px !important;
    color: #b5b5b5 !important;
    display: block;
    float: left;
    width: 100%;
}
.socialmedia img {
	width: 24px;
	filter: invert(1);
}
.socialmedia {
	padding: 10px 3px;
}

.social-media-icons {
	width: 50%;
    float: right;
	top: -45px;
    position: relative;
}
#footer_1 h3.header_titles.margin-20-bottom {
	width: 50%;
}
.footer_fb img{
	width: 13px;
}
.footer_yt img{
	width: 30px; 
}
@media (max-width: 1068px) {
	.social-media-icons {
		float: none;
		margin-bottom: 20px;
		top: unset;
	}
	.footer_fb {
		padding-left: 0;
	}
}
#mobilmenu {
	display: none;
}
.mm-wrapper_opened #mobilmenu {
	display: flex;
}
/* @media(min-width: 1025px) {
	#mobilmenu {
		display: none;		
	}
} */