div#myearth {
    padding: 0px;
}
#ingredients_form input[type="submit"] {
	background-color: #fed300 !important;
}

.earth-container {
	max-width:100% !important;
}

.toogleContent {
	display:none;
}
.toogleContent.active {
	display:block;
}

.toogleBtn {
	display:flex;
}

.toogleContentSelect.hidden {
	display:none !Important;
}
.ingredients_content_item {
	display:none;
}
.ingredients_content_item h5 {
	font-size:48px;
	margin-bottom:25px;
}

.slider_sorts_item img {
    text-align: center;
    margin: auto;
}

.slider_sorts_item img {
	transform:scale(1);
	transition:all 0.3s;
}

/* .slider_sorts_item.slick-slide.slick-current + .slick-active img {
    transform:scale(0.8);
	transition:all 0.3s;
} */

.slider_sorts_item.slick-current img {
	transform:scale(1.3);
	transition:all 0.3s;
}

.pull-left .arrow:before {
	    content: "\2794";
	    font-size: 46px;
}
.pull-right .arrow:before {
	    content: "\2794";
	    font-size: 46px;
}
button.slick-prev.pull-left.slick-arrow {
    background: transparent;
    border: none;
    top: calc(50% - 26px);
    position: absolute;
    left: -10%;
    transform: rotate(180deg);
}

button.slick-next.pull-right.slick-arrow {
    background: transparent;
    border: none;
    top: calc(50% - 26px);
    position: absolute;
    right: -10%;
}

.uvc-heading.frische-gelb-h3 .uvc-main-heading h3:after, .uvc-heading.frische-gelb-h3 .uvc-main-heading h1:after {
    background-color: #fed300;
	
}

.uvc-heading[class*="frische-gelb-h3"] .uvc-main-heading h3:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: -1em;
    height: 0.5em;
    z-index: -1;
	bottom:-15px;
}

.uvc-heading[class*="frische-gelb-h3"] .uvc-main-heading h3{
	font-size:52px;
	position:relative;
	z-index:1;
	display: inline-block;
}

input#ingredients_search {
    font-weight: normal !important;
    transition: background 0.2s;
    background-color: #fed300;
    padding: 3px 15px;
    font-family: 'KapraNeue-MediumExpanded', sans-serif;
    font-size: 32px;
    margin-top: 20px;
    top: -3px;
    color: #000;
    width: 85%;
    text-transform: uppercase;
}

input#form_minimumshelflife {
    background-color: #f1efe6;
    border: none;
    border-bottom: #000 1px solid;
    font-size: 30px;
    color: #000;
    width: 200px;
    max-width: none;
    width: 85%;
    min-width: auto;
    padding: 0px 5px;
    margin-bottom: 0px;
    margin-right: 17px;
    /* margin-top: 5px; */
    height: 47px;
    font-family: 'KapraNeue-MediumExpanded', sans-serif;
}

div#slider_sorts {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    width: 80%;
    margin: auto;
}

.ingredient-sidebar.wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 0 0 0 5%;
}

.product_ingredient_short_item {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.product_ingredient_short_item_col {
    width: 50%;
    position: relative;
    /* height: 100%; */
    min-height: 255px;
    height: 100%;
    background-size: 100%, cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px;
}

.product_ingredient_short_item_col img {
    width: 100%;
}

.product_ingredient_short_item {
	display:none;
}
.product_ingredient_short_item.active {
	display:flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
}




.product_sort_short_item {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.product_sort_short_item_col {
    width: 50%;
    position: relative;
    /* height: 100%; */
    min-height: 255px;
    height: 100%;
    background-size: 100%, cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px;
}

.product_sort_short_item_col img {
    width: 100%;
}

.product_sort_short_item {
	display:none;
}
.product_sort_short_item.active {
	display: block;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
}






.product_ingredient_short_item_col:hover .product_ingredient_short_item_col_tooltip {
	display:block;
}
.product_ingredient_short_item_col_tooltip h6 {
	font-size: 28px;
	color:#000;
    margin-bottom: 15px;
}
.product_ingredient_short_item_col_tooltip {
    position: absolute;
    top: 0;
    font-size: 18px;
    line-height: initial;
    width: 100%;
    height: 100%;
    padding: 15px;
    color:#000;
	display: none;
    box-sizing: border-box;
    opacity: .9;
}

.toogleContent .wpb_wrapper {
	position:relative;
}
button.slick-next.pull-right.slick-arrow.earth {
	right: 5%;
}
button.slick-prev.pull-left.slick-arrow.earth {
	left: 5%;
}

.ingredients_content {
    background-image: url(../../../../uploads/2018/05/Background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 365px;
}

.ingredients_content .ingredients_content_item_image img {
    width: 65%;
    margin: auto;
    text-align: center;
}

.ingredients_content .ingredients_content_item_image {
    text-align: center;
}

.ingredients_content .ingredients_content_item_headline {
    /* top: -62px; */
    position: relative;
    z-index: 2;
    display: inline;
}

.ingredients_content .ingredients_content_item_headline h2 {
    font-size: 62px;
    width: auto;
    display: inline;
    position: relative;
    z-index: 1;
    font-family: 'KapraNeue-Medium', sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 20px;
}

span.headline_highlight {
    width: 100%;
    background-color: red;
    height: 25px;
    position: absolute;
    left: 0;
    top: 7px;
}

.ingredients_content_item {
    padding: 10px;
}

.ingredients_content_item_content {
    padding: 15px;
}

.ingredients_content_item_content_country {
    font-weight: bold;
    font-size: 32px;
    font-family: 'KapraNeue-Medium', sans-serif;
    font-weight: normal;
}

.ingredients_content {
    margin-top: 50px;
}

.other_bottle_sort {
	display:none;
}

.other_bottle_sort.active {
	display:block;
}

.other_bottle_sort_button {
    font-size: 30px;
    background-color: #dedede;
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    margin-top: 10px;
}

.other_bottle_sort_image {
    display: inline-block;
    width: calc(20% - 40px);
    padding: 0px 40px;
    vertical-align: middle;
}

.other_bottle_sort_content {
    display: inline-block;
    width: calc(70% - 10px);
    vertical-align: middle;
}

.other_bottle_sort_minimumshelflife {
    font-size: 30px;
}

.other_bottle_sort_title {
    font-size: 30px;
}

.error-inner {
    background-color: #fe5f5f;
    padding: 10px;
    margin-bottom: 10px;
}

.wa-loader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    height: 100%;
    width: 100%;
    z-index: 400;
	display:none;
}

.wa-loader img {
    top: 40%;
    left: 40%;
    position: relative;
}

img.earth-item,
img.earth-item-tmp 
{
	/* display:none !Important; */
}

img.earth-item.active,
img.earth-item-tmp.active  
{
	display:block !Important;
}
.slider_sorts_description_item {
	display:none;
}

.slider_sorts_description_item.active {
	display:block;
}

.slider_sorts_description {
	margin-bottom:20px !important;
}

#submit_upload {
	color:#fed300 !important;
	margin-top:20px;
}

body .earth-overlay {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.product_sort_short h3 {
    font-size: 24px;
    letter-spacing: 0.5px;
	margin-bottom:10px !Important;
	text-transform:uppercase;
	font-weight:bold;
}

.sort-title-hash {
	margin-bottom:-5px !important;
	text-transform:uppercase;
	font-weight:bold;
}

.wa-section-3, .wa-section-3.hidden {
    display: none !important;
}
.wa-section-3.active {
	display: flex !important;
}

img.earth-item {
    margin-left: -50px;
    margin-top: -40px;
}