/*
Theme Name: Planteers 
Theme URI: Planteers 
Author: Planteers 
Description: Planteers 
*/


/*************/


/* CSS Reset */


/*************/


@font-face {
    src: url('fonts/poppins.woff2');
    font-family: 'Poppins';
    font-weight: 400;
    font-display: swap;
}

@font-face {
    src: url('fonts/poppins_medium.woff2');
    font-family: 'Poppins';
    font-weight: 500;
    font-display: swap;
}
@font-face {
    src: url('fonts/Poppins-Light.ttf');
    font-family: 'Poppins';
    font-weight: 300;
    font-display: swap;
}
@font-face {
    src: url('fonts/poppins_bold.woff2');
    font-family: 'Poppins';
    font-weight: 700;
    font-display: swap;
}
@font-face {
    src: url('fonts/Poppins-Black.ttf');
    font-family: 'Poppins';
    font-weight: 900;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea,
.contact--fields select,
input[type="tel"] {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
}

input,
button,
textarea,
select {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    outline: none !important;
}

* {
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.footer-logo-item img {
    display: block;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    text-decoration: none;
}

p {
    font-family: 'Poppins', sans-serif;
}

* {
    box-sizing: border-box !important;
}

.transition,
.site-header,
.menu a,
.sub-menu,
button,
input[type="submit"],
.button,
.menu a:before,
.menu a:after,
.sub-menu-wrap,
.responsive_submenu_toggle,
.top-menu-inner,
.footer-social-item a,
.scroll-top-element,
.insight-category-menu li a::before,
.insight-category-menu li a,
.header-section.left-menu,
.responsive_submenu_toggle::before,
.form--container {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-content-center,
.container {
    margin: 0 auto;
    width: 1630px;
    max-width: 1630px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.website--logo.header-column {
    max-width: 290px;
    display: block;
    float: left;
}

.header-section.left-menu {
    width: calc(100% - 290px);
    display: block;
    text-align: right;
    float: left;
    padding-top: 70px;
}

.header-inner {
    font-size: 0;
}

.top-menu-inner .menu li a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}

.top-menu-inner .menu>li {
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.website-menu-secondary {
    width: 330px;
    display: inline-block;
    vertical-align: middle;
}

.top-menu-inner {
    width: calc(100% - 330px);
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    padding-right: 35px;
}

.website-menu-secondary {
    width: 330px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 35px;
}

.website-menu-secondary::before {
    content: '';
    width: 1px;
    height: 62px;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    background-color: #707070;
}

#search {
    border: 1px solid #707070;
    border-radius: 10px;
    width: 100%;
    padding: 5px 10px 5px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.search-form-container {
    width: 190px;
    position: relative;
}

.search-form-container button {
    width: 32px;
    height: 100%;
    position: absolute;
    background-color: transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0;
    padding-right: 0 !important;
    color: #7C7C7C;
    cursor: pointer;
}

.search-form-container {
    float: left;
}

.secondary-menu-container {
    float: right;
    position: relative;
    top: 6px;
}

.secondary-menu-container li a,
.language-switcher ul li a {
    color: #7c7c7c;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.language-switcher {
    position: absolute;
    right: 0;
    top: -65px;
}

.wpml-ls-statics-shortcode_actions,
.language-switcher ul li a {
    padding: 0 !important;
}

.language-switcher ul li {
    margin-left: 20px !important;
    position: relative;
}

.language-switcher ul li::before {
    content: '';
    width: 1px;
    height: 25px;
    top: 5px;
    left: -10px;
    position: absolute;
    display: block;
    background-color: #7c7c7c;
}

.language-switcher ul li:first-child::before {
    display: none;
}

.site-header {
    padding: 40px 0 30px;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    display: block;
    z-index: 99999;
    box-shadow: 0px 3px 6px #00000029;
}

.site-header.fixed {
    padding: 5px 0 20px;
}

.admin-bar .site-header {
    top: 32px;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.sub-menu-wrap {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(100% + 37px);
    width: 190px;
    padding: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}
.wide--menu .sub-menu-wrap{
    width:270px;
}

.fixed .sub-menu-wrap {
    top: calc(100% + 27px);
}

.sub-menu-wrap li {
    margin-bottom: 15px;
}

.sub-menu-wrap li:last-child {
    margin-bottom: 0;
}

.top-menu-inner .menu>li:hover .sub-menu-wrap {
    opacity: 1;
    visibility: visible;
}

.top-menu-inner .menu>li:hover>a,
.sub-menu-wrap li a:hover,
.top-menu-inner .menu li.current-menu-ancestor>a,
.top-menu-inner .menu li.current-menu-item>a {
    color: #91B50B;
}

.longer-submenu>.sub-menu-wrap {
    width: 300px;
}

.top-menu-inner .sub-menu-wrap .sub-menu-wrap a {
    font-weight: 300;
}

.top-menu-inner .sub-menu-wrap .sub-menu-wrap li {
    margin-bottom: 10px
}

.sub-menu-wrap .sub-menu-wrap {
    width: 100%;
    padding: 15px 0 0 15px;
    position: static;
}

.language-switcher ul li.wpml-ls-current-language a {
    color: #91B50B;
}

.site-footer {
    background-color: #000000;
    box-shadow: 0px -3px 8px #00000029;
    padding: 50px 0 44px;
}

.main-website-content {
    padding-top: 175px;
    overflow: hidden;
}

.site-footer .container {
    max-width: 1220px;
}

.site-footer .container a:hover {
    color: #4EA247;
}

.footer-newsletter-form h2 {
	font-size: 52px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.newsletter-contact-field .wpcf7-submit {
	color: #fff;
	background-color: #4EA247;
	border-radius: 0px;
	font-size: 22px;
	font-weight: 700;
	border: 0;
	padding: 18px 32px;
	cursor: pointer;
	width: 100%;
}
.newsletter-contact-field input[type="email"] {
	color: #fff;
	font-size: 22px;
	border: 0;
	border-radius: 0px;
	background-color: #91B50B;
	padding: 18px 30px;
	line-height: 1;
	width: 100%;
}
.newsletter-contact-field {
    width: 190px;
    float: right;
}
.newsletter-contact-field.email-field {
	float: left;
	width: calc(100% - 206px);
}
.newsletter-contact-field span {
    display: block;
}

.footer-widgets .menu li a {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
}

.footer-widgets-container {
	float: left;
	width: 33%;
}
.footer-widget-column {
    width: 50%;
    float: left;
    padding-right: 30px;
}

.footer-social-item a {
	color: #fff;
	font-size: 35px;
	display: block;
}

.footer-social-icons {
	width: 33%;
	float: left;
	text-align: center;
	padding-top: 0px;
}

.footer-social-item {
	margin-left: 20px;
	display: inline-block;
}

.ajax-loader {
    display: none !important;
}

.footer-newsletter-form {
	margin-bottom: 45px;
	display: table;
	width: 100%;
}

body:not(.home) .footer-newsletter-form {
    display: none;
}

.newsletter-contact-field input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.newsletter-contact-field input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.news--content p {
	font-size: 15px;
}

body:not(.home) .footer-newsletter-form {
    display: none;
}

.newsletter-contact-field input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.newsletter-contact-field input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.newsletter-contact-field input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.newsletter-contact-field input:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.full-screen-banner-text {
    height: calc(100vh - 175px);
    position: relative;
}

.full-screen-banner-text>div.valign {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-top: 30px;
}

.main-title-area h1 {
    font-size: 90px;
    color: #4EA247;
    text-align: center;
    line-height: 1;
}

.main-title-area h1 strong {
    color: #91B50B;
    font-size: 150px;
    display: block;
    padding-top: 5px;
}

.next-section-scroll {
    color: #91B50B;
    font-size: 35px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -12px;
    cursor: pointer;
    display: block;
    z-index: 99;
    -webkit-animation: ca3_fade_move_down 1.5s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 1.5s ease-in-out infinite;
	animation:         ca3_fade_move_down 1.5s ease-in-out infinite;
}
/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px); opacity: 0; }
}

body:not(.home) .site-footer {
    padding: 44px 0 44px;
}

.food-banner-inner .container {
	position: relative;
	border-left: 3px solid #4EA247;
	display: table;
}

.angle-line-container {
    width: 1000px;
    position: absolute;
    right: 100%;
    overflow: hidden;
    top: 0;
    height: 240px;
    display: block;
}

.angle-line-container.style2 {
    width: 4000px;
    position: absolute;
    left: 0;
    bottom: -235px;
    height: 1000px;
    display: block;
    right: auto;
    top: auto;
}

.angle-line-container.style1::before,
.angle-line-container.style2::before,
.angle-line-container.style3::before {
    width: 100%;
    height: 99%;
    content: "";
    position: absolute;
    border-bottom: 3px solid #4EA247;
    display: block;
    transform: rotate(25deg);
    transform-origin: 100% 100%;
    z-index: 9;
}

.angle-line-container.style2::before {
    transform-origin: 0 100%;
    transform: rotate(-13deg);
}

.secondary-title {
    color: #91B50B;
    text-align: center;
    font-size: 84px;
    line-height: 1.02;
    margin-bottom: 81px;
}

.secondary-title strong {
    color: #4EA247;
}

.food-banner-inner {
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	max-width: 1920px;
	margin: 0 auto;
	display: table;
	width: 100%;
}

.bottom-text-section {
    text-align: center;
    background-color: #fff;
    font-size: 46px;
    line-height: 58px;
    padding: 47px 20px 0 20px;
}

.food-markers-list {
    position: relative;
    height: 1120px;
    max-width: calc(100% - 60px);
    margin-left: 30px;
}

.food-banner-inner {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}

.food-banner-section {
    background-color: #000;
}

.food-marker-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.marker-button,
.button {
    color: #000;
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
    padding-right: 60px;
    position: relative;
}

.marker-button {
    color: #91B50B;
}

.marker-button span,
.button span {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #4EA247;
    border-radius: 50%;
    top: 5px;
    right: 0;
    display: block;
}

.button span {
    background-color: #4EA247;
}

.marker-button span::before,
.button span::before {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
}

.marker-button span::after,
.button span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    position: absolute;
    display: block;
    transform: rotate(45deg);
    top: 10px;
    right: 11px;
}

.main-food-section {
    padding-top: 220px;
}

.food-market-item:nth-child(1),
.food-market-item:nth-child(2),
.food-market-item:nth-child(5) {
    text-align: right;
}

.food-market-item {
    width: 265px;
    position: absolute;
    top: 152px;
    left: 0;
}

.food-market-item:nth-child(2) {
    top: 375px;
}

.food-market-item:nth-child(5) {
    top: 835px;
    left: 385px;
}

.food-market-item:nth-child(3) {
    right: 0;
    left: auto;
    top: 374px;
}

.food-market-item:nth-child(4) {
    top: auto;
    left: auto;
    right: 450px;
    bottom: 155px;
}

.food-marker-title::before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    display: block;
    background-color: #ffffff;
    top: 50%;
    left: calc(100% + 182px);
    border-radius: 50%;
    margin-top: -6px;
}

.food-marker-title::after {
    content: "";
    width: 182px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background-color: #fff;
    display: block;
    left: calc(100% + 5px);
}

.food-market-item:nth-child(2) .food-marker-title::before {
    left: calc(100% + 185px);
}

.food-market-item:nth-child(2) .food-marker-title::after {
    width: 188px;
    left: calc(100% + 5px);
}

.food-market-item:nth-child(3) .food-marker-title::before,
.food-market-item:nth-child(4) .food-marker-title::before {
    left: auto;
    right: calc(100% + 225px);
}

.food-market-item:nth-child(3) .food-marker-title::after,
.food-market-item:nth-child(4) .food-marker-title::after {
    width: 215px;
    left: auto;
    right: calc(100% + 15px);
}

.food-market-item:nth-child(4) .food-marker-title::after {
    width: 2px;
    height: 235px;
    top: auto;
    bottom: calc(100% + 25px);
    left: 50%;
}

.food-market-item:nth-child(4) .food-marker-title::before {
    right: auto;
    left: 50%;
    margin-left: -6px;
    bottom: auto;
    top: -265px;
}

.food-market-item:nth-child(5) .food-marker-title::before {
    right: 10px;
    top: -385px;
    left: auto;
}

.food-market-item:nth-child(5) .food-marker-title::after {
    width: 2px;
    height: 355px;
    top: auto;
    bottom: calc(100% + 25px);
    right: 15px;
    left: auto;
}

.media-section-column {
    width: 50%;
    float: left;
}

.image-background img {
    opacity: 0;
    display: block;
}

.image-background {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-text-container {
    padding-left: 100px;
}

.before_title,
.textcontent-container {
    font-size: 30px;
    line-height: 1.33;
    color: #000;
}

.before_title {
    text-transform: uppercase;
}

.text-column-inner h2 {
    font-size: 74px;
    line-height: 1.05;
    margin-bottom: 30px;
}

.textcontent-container {
    margin-bottom: 58px;
}

.section-title-container {
    margin-bottom: 35px;
}

.text-section-column>.text-column-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.text-section-column {
    padding-left: 120px;
    width: 50%;
    float: right;
    padding-right: 35px;
}

.image-right .media-section-column {
    float: right;
}

.image-right .text-section-column {
    float: left;
}

.image-right .text-section-column {
    padding-left: 95px;
    padding-right: 15px;
}

.image-text-section-row .wpb_column {
    position: static !important;
}

.image-text-section.half_browser_width .media-section-column {
    position: absolute;
    right: 0;
}

.half_browser_width .img-text-container,
.half_browser_width .img-text-inner,
.half_browser_width .image-background {
    height: 100%;
    position: relative;
}

.image-text-section {
    padding: 66px 0;
    margin-bottom: 20px;
}

.half_browser_width .image-background {
    background-size: auto 100%;
    background-position: left center;
}

.half_browser_width .img-text-container {
    padding-left: 50px;
}

.image-text-section.half_browser_width {
    margin-bottom: 90px;
}

.double-top-spacing .image-text-section {
    padding-top: 195px;
}

.vc_row.image-text-section-row {
    position: relative;
}

.border-line-container.container::before {
    content: '';
    width: 3px;
    height: 100%;
    top: 0px;
    right: -3px;
    display: block;
    position: absolute;
    background-color: #4EA247;
}

.border-line-container.container {
    position: absolute;
    height: 100% !important;
    top: 0;
    left: 50%;
    margin-left: -815px;
    display: block;
}

.vc_row.last-text-section.image-text-section-row .angle-line-container.style3 {
    display: block !important;
}

.vc_row.last-text-section.image-text-section-row .angle-line-container.style3 {
    display: block !important;
    right: auto;
    left: calc(100% - 15px);
    bottom: 270px;
    top: auto;
}

.angle-line-container.style3::before {
    transform: rotate(-16deg);
    transform-origin: 0 100%;
}

.image-text-section.half_browser_width .media-section-column>.img-text-container {
    height: calc(100% + 85px);
    margin-top: -43px;
}

.page-banner-section .container {
    height: 1000px;
}

.page-banner-section {
    background-size: 130% auto;
    background-position: 80% 85%;
}

.page-banner-description {
    width: 500px;
    float: right;
    margin-right: 100px;
    margin-top: 160px;
    position: relative;
    height: calc(100% - 160px);
    font-weight: 300;
    font-size: 40px;
    line-height: 1.15;
    color: #fff;
    padding-left: 38px;
    border-left: 3px solid #fff;
    overflow: hidden;
    padding-top: 25px;
}

.page-banner-description-inner {
    position: relative;
}

.page-banner-description-inner::before {
    width: calc(100% + 200px);
    content: "";
    height: calc(100% + 150px);
    position: absolute;
    display: block;
    left: -40px;
    border-bottom: 3px solid #fff;
    transform: rotate(-16deg);
    transform-origin: 0 100%;
}

.plant-based-pioneers>.wpb_column.vc_column_container {
    max-width: 1290px;
    margin: 0 auto;
    float: none;
}

.wpb_text_column.leaf-heading-text {
    height: 420px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.leaf-heading-text h2 {
    color: #fff;
    font-size: 84px;
    line-height: 1.1;
}

.wpb_text_column.leaf-heading-text>.wpb_wrapper {
    top: 45%;
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wpb_text_column.leaf-heading-text+.vc_row.vc_inner {
    max-width: 1038px;
    margin: 0 auto;
}

.wpb_text_column p,
.product-banner-text p,
.wpb_text_column li {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 30px;
}

.wpb_text_column li {
    margin-bottom: 0;
}

.wpb_text_column p strong,
.product-banner-text p strong {
    font-weight: 700;
}

.wpb_text_column p a {
    color: #000;
}

.alternatives-items-section h2 {
    font-size: 46px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 125px;
}

.alternatives-items-section {
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 65px;
}

.alternative-item span {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: #91B50B;
}

.alternative-item {
    width: 392px;
    margin-top: 0;
    position: relative;
}

.alternative-item>div {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
}

.alternative-item.left {
    text-align: right;
}

.alternatives-items-inner {
    position: relative;
    padding-bottom: 185px;
    padding-top: 140px;
}

.alternatives-items-inner::before {
    content: '';
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    display: block;
    background-color: #91B50B;
}

.alternative-item.right {
    margin-left: calc(100% - 392px);
}

.alternative-item.left {
    text-align: right;
    margin-top: -43px;
    margin-bottom: 47px;
}

.alternative-item::before {
    content: "";
    width: 206px;
    height: 3px;
    background-color: #91B50B;
    top: 50%;
    right: calc(100% + 18px);
    transform: rotate(-15deg);
    transform-origin: 100% 0;
    position: absolute;
}

.alternative-item.left::before {
    transform: rotate(21deg);
    transform-origin: 0 0;
    right: auto;
    left: calc(100% + 40px);
    width: 191px;
}

.page-banner-slide {
    display: block !important;
    height: 612px !important;
    background-size: cover;
    background-position: center;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    border: 0;
    font-size: 0;
    display: block;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots {
    position: absolute;
    z-index: 999;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.slick-dots>li {
    display: inline-block;
    margin: 0 2.5px;
}

.slider-navigation {
    width: 1630px;
    max-width: 1630px;
    position: absolute;
    z-index: 9999;
    height: 37px;
    margin-left: -815px;
    left: 50%;
    top: 50%;
    margin-top: -18px;
}

.slick-arrow {
    width: 32px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
}

.slide-nav-prev.slick-arrow {
    float: left;
}

.slide-nav-next.slick-arrow {
    float: right;
    text-align: right;
}

.alternatives-items-section.three_column_circles h2 {
    font-size: 84px;
    margin-bottom: 80px;
}

.alternatives-items-section.three_column_circles .alternatives-items-inner {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 -6px;
    text-align: center;
}

.three_column_circles .alternatives-items-inner::before,
.three_column_circles .alternative-item::before {
    display: none;
}

.three_column_circles .alternative-item {
    width: 32.3%;
    position: relative;
    margin: 0 0.51% 23px !important;
    float: none !important;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #91B50B;
    text-align: center;
    vertical-align: top;
}

.alternatives-items-section.three_column_circles {
    padding-bottom: 70px;
    padding-top: 300px;
    position: static;
}

.uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner .wpb_text_column h2,
.uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
    font-size: 84px;
    line-height: 1.05;
    margin-bottom: 40px;
}

.uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner .wpb_text_column p,
.uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column p {
    max-width: 1014px;
    margin-right: auto;
    margin-left: auto;
}

.uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner:first-child,
.uber-uns-top-textcontent.produktion-page .vc_row.vc_inner:first-child {
    padding-top: 100px;
}

.three_column_circles .alternative-item span {
    font-weight: 600;
    color: #000;
}

.vc_row.uber-uns-top-textcontent.alternatives-items-section-row.flower-background::before {
    content: "";
    width: 585px;
    height: 1030px;
    position: absolute;
    top: 100px;
    right: 0;
    background-image: url(images/flower-pot-hand.png);
    background-size: auto 100%;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
}

.uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner,
.uber-uns-top-textcontent.produktion-page .vc_row.vc_inner {
    position: relative;
}

.uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner::before,
.uber-uns-top-textcontent.produktion-page .vc_row.vc_inner::before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 15px;
    background-color: #4EA247;
}

.uber-uns-top-textcontent.produktion-page .vc_row.vc_inner::before {
    left: auto;
    right: 15px;
}

.three_column_circles .alternatives-line {
    width: 4000px;
    position: absolute;
    left: 16px;
    height: 1000px;
    display: block !important;
    top: -685px;
}

.three_column_circles .alternatives-line::before {
    width: 100%;
    height: 99%;
    content: "";
    position: absolute;
    border-bottom: 3px solid #4EA247;
    display: block;
    transform-origin: 0 100%;
    transform: rotate(-15deg);
    z-index: 9;
}

.product-page-banner {
    background-size: 940px auto;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.product-page-banner .container {
    height: 1380px;
    position: relative;
}
.ice-cream-top .product-page-banner .container {
    /*height: 1000px;*/
    position: relative;
}

.product-information-section .container {
    position: relative;
}

.product-page-banner .container::before,
.hybrid-section::before,
.product-information-section .container::before {
    content: '';
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    background-color: #4EA247;
    z-index: 1;
}

.product-banner-inner-info h1,
.product-banner-inner-info h2,
.product-banner-inner-info h3 {
    font-size: 84px;
    line-height: 1.05;
    text-align: center;
    margin-bottom: 55px;
}

.product-banner-text {
    max-width: 1088px;
    margin: 0 auto;
    clear: both;
}

.product-banner-text p:last-child {
    margin-bottom: 0;
}

.product-banner-line-top,
.single-product-banner-line-top,
.legal-banner-line-top {
    width: 1000px;
    position: absolute;
    right: 100%;
    overflow: hidden;
    top: 0;
    height: 270px;
    display: block;
}

.product-banner-line-top::before,
.single-product-banner-line-top::before,
.legal-banner-line-top::before {
    width: 100%;
    height: 99%;
    content: "";
    position: absolute;
    border-bottom: 3px solid #4EA247;
    display: block;
    transform: rotate(30deg);
    transform-origin: 100% 100%;
    z-index: 9;
}

.product-banner-line {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-banner-line::before {
    content: "";
    width: 4000px;
    height: 500px;
    background-color: #fff;
    border-top: 3px solid #4EA247;
    position: absolute;
    bottom: -490px;
    left: 0;
    transform-origin: 0 0;
    transform: rotate(-13deg);
}

.product-banner-info {
    position: absolute;
    width: 100%;
    bottom: 345px;
    left: 0;
    z-index: 2;
}

h2.category-title {
    font-size: 84px;
    line-height: 1.05;
    text-align: center;
    margin-bottom: 90px;
}

.product-info-textcontent h3 {
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 25px;
}

.info-table-line {
    border-bottom: 1px solid #707070;
}

.info-table-line:last-child {
    border: 0;
}

.info-table-column {
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    line-height: 1.1;
    width: 305px;
    padding: 8px 0;
    hyphens: auto;
}

.info-table-column:nth-child(2) {
    width: 403px;
}

.info-table-column:nth-child(3) {
    width: calc(100% - 708px);
}

.info-table-column strong {
    font-weight: 700;
}

.product-info-textcontent {
    width: 55.84%;
    float: right;
    padding-top: 85px;
}

.product-info-image {
    width: 43.35%;
    float: left;
}

.product-image-inner img {
    display: block !important;
    opacity: 0;
}

.product-image-inner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.image_last .product-info-image {
    float: right;
    width: 37.5%;
}

.image_last .product-info-textcontent {
    float: left;
    padding-left: 108px;
    width: 61.7%;
}

.image_slight_out_container .product-image-inner {
    left: -45px;
    position: relative;
}

.image_slight_out_container.image_last .product-image-inner {
    left: auto;
    right: -45px;
}

.remove_text_spacing .product-info-textcontent {
    padding-top: 0px;
}

.image_first.image_out_container .product-image-inner {
    position: relative;
    z-index: 3;
}

.banner-inner-image {
    width: 75%;
    float: right;
    clear: both;
    margin-bottom: 60px;
}

.layout_2 .product-banner-info {
    position: relative;
    bottom: 0;
    left: 0;
}

.product-page-banner.layout_2 .container {
    height: auto;
    padding-top: 100px;
    padding-bottom: 360px;
}

.small-category-title-space h2.category-title {
    margin-bottom: 40px;
}

.product-page-banner.layout_4 {
    background-size: 1430px auto;
}

.layout_4 .product-banner-info {
    bottom: 265px;
}

.product-page-banner.layout_4 .container {
    height: 1175px;
}

.negative-top-product .product-info-textcontent {
    padding-top: 225px;
}

.overlayed-image-left .product-image-inner {
    margin-left: -80px;
}

.scroll-top-element {
    width: 39px;
    height: 39px;
    bottom: 30px;
    right: 36px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 39px;
    opacity: 0;
}

.scroll_top_active .scroll-top-element {
    opacity: 1;
    bottom: 36px;
    z-index: 99;
}

.nr_of_items_8 .alternative-item:nth-child(7),
.nr_of_items_8 .alternative-item:nth-child(8) {
    top: -50px !important;
}

.layout_5 .product-banner-info {
    bottom: auto;
    top: 70px;
}

.product-page-banner.layout_5 {
    background-size: 1170px auto;
    background-position: 50% 58px;
}

.layout_5.product-page-banner .container {
    height: 1120px;
}

.pizza_cheese_section .product-image-inner {
    margin-right: -110px;
}

.pizza_cheese_section .product-info-textcontent {
    padding-top: 335px;
}

.sliced_cheese_section .product-info-textcontent {
    padding-top: 80px;
}

.grilled_cheese_section .product-info-textcontent {
    padding-top: 180px;
}
.grill--bottom {
	position: relative;
	top: -110px;
}
.layout_6 .product-banner-info {
    bottom: auto;
    top: 95px;
}

.layout_6.product-page-banner {
    background-size: 1070px auto;
    background-position: 50% 185px;
}

.icecream_section .product-image-inner img {
    max-height: 780px;
}

.icecream_section .product-info-textcontent {
    padding-top: 355px;
}

.layout_6 .product-banner-line {
    z-index: 1;
}

.layout_6 .product-banner-line::before {
    background-color: transparent;
}

.product-page-banner.layout_7 {
    background-size: 100% auto;
}

.layout_7 .product-banner-line-top {
    display: none;
}

.layout_7 .product-banner-info {
    bottom: 335px;
}

.four_column_table .info-table-column {
    width: 309px;
}

.four_column_table .info-table-column:nth-child(2) {
    width: 410px;
}

.four_column_table .info-table-column:nth-child(3) {
    width: 202px;
}

.four_column_table .info-table-column:nth-child(4) {
    width: calc(100% - 921px);
}

.mayo_section .product-info-textcontent {
    width: 68.4%;
    padding-top: 0;
    margin-top: -55px;
}
.mayo_section .product-info-image {
	width: 19.35%;
}

.mayo_section .product-info-textcontent h3 {
    margin-bottom: 65px;
}

.mayo_section .info-table-column {
    padding: 8px 0 22px;
}

.mayo_section .info-table-line:first-child .info-table-column {
    padding: 8px 0;
}

.alternative_dressing_section h2.category-title {
    margin-bottom: 25px;
}

.alternative_dressing_section .product-info-textcontent {
    padding-top: 120px;
}

.topping_mayo_section .product-image-inner {
    margin-left: -240px;
    margin-top: 245px;
}

.topping_mayo_section .product-info-textcontent {
    padding-top: 20px;
}

.burger_souce_section h2.category-title {
    margin-bottom: 32px;
}

.burger_souce_section .product-info-image {
    padding-left: 60px;
}

.pasta_souce_section .product-info-textcontent {
    padding-top: 200px;
}

.pasta_souce_section .product-image-inner img {
    max-height: 680px;
}

.pasta_souce_section .product-image-inner {
    max-width: 380px;
}

.wpcf7-response-output {
    clear: both;
    color: #fff;
    border: 0 !important;
    padding: 15px 0 0 !important;
    margin: 0 !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

input[type="email"].wpcf7-not-valid {
    box-shadow: 0 0 18px 0px #b00;
}

.certificates-images .wpb_single_image img {
    max-height: 205px;
    width: auto;
}

.certificates-images .wpb_single_image.vc_align_left {
    text-align: left;
    display: inline-block;
    margin: 0 16px;
}

.certificates-images .wpb_wrapper {
    text-align: center;
    padding-bottom: 35px;
    padding-top: 15px;
}

.uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
    margin-bottom: 80px;
}

.vc_row.certificate-title-row {
    padding-top: 124px;
}

.vc_row.wpb_row.uber-uns-top-textcontent.produktion-page {
    position: relative;
}

.vc_row.wpb_row.uber-uns-top-textcontent.produktion-page::before {
    content: '';
    width: 700px;
    height: 212px;
    border-bottom: 3px solid #4EA247;
    position: absolute;
    top: 0;
    left: calc(100% - 15px);
    transform: rotate(-18deg);
    transform-origin: 0 100%;
}

.vc_row.fish_stick_section.product-information-section-row {
    overflow: visible;
}

.fish_stick_section .product-info-image {
    margin-top: -410px;
    position: relative;
    z-index: 1;
}

.fish_stick_section h2.category-title {
    position: relative;
    z-index: 2;
}

.fish_stick_section .product-info-image {
    margin-top: -415px;
    position: relative;
    z-index: 1;
    padding-left: 95px;
}

.tuna_salad_section {
    overflow: visible !important;
}

.tuna_salad_section .product-info-image {
    margin-top: -98px;
    position: relative;
    z-index: 1;
    padding-left: 5px;
}

.tuna_salad_section .product-information-section {
    margin-top: -30px;
}

.tuna_salad_section .product-info-textcontent h3 {
    position: relative;
    z-index: 1;
}

.sushi_section .product-image-inner {
    margin-left: -150px;
}

.layout_3 .product-banner-info {
    bottom: auto;
    top: 102px;
}

.background-out-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 80% auto;
    background-repeat: no-repeat;
    top: 185px;
    display: block;
    left: -24px;
}

.layout_3 .product-banner-inner-info h1 {
    margin-bottom: 105px;
}

.layout_3 .product-banner-text {
    max-width: 808px;
}

.layout_3.product-page-banner .container {
    height: 1468px;
}

.layout_3 .product-banner-line::before {
    background-color: transparent;
}

.layout_3 .product-banner-line {
    bottom: 425px;
}

.milk_alternative_section .product-info-image {
    width: 37.9%;
}

.milk_alternative_section .product-info-textcontent {
    float: left;
    padding-top: 185px;
}

.milk_alternative_section .product-info-image {
    padding: 0 180px;
}

.milk_alternative_section h2.category-title {
    margin-bottom: 15px;
}

.barista_milk_section .product-info-textcontent {
    padding-top: 180px;
}

.barista_milk_section .product-image-inner {
    margin-right: -60px;
}

.coffe_milk_section .product-image-inner {
    z-index: auto !important;
    margin-right: -110px;
    left: -3px;
}

.coffe_milk_section .product-info-textcontent {
    position: relative;
}

.coffe_milk_section .product-info-textcontent {
    padding-top: 288px;
}

.pudding_section .product-info-image {
    width: 66%;
}

.pudding_section .product-info-textcontent {
    padding-left: 94px;
    margin-left: 320px;
    padding-top: 20px;
}

.whipped_cream_section .product-image-inner {
    z-index: auto !important;
}

.whipped_cream_section .product-info-textcontent {
    width: 75%;
    position: relative;
}

.whipped_cream_section .product-info-image {
    width: 25%;
}

.whipped_cream_section .product-image-inner {
    margin-right: -50px;
    margin-top: -20px;
}

.whipped_cream_section .info-table-column {
    padding-bottom: 22px;
}

.greens_yogurt_section .product-info-image {
    padding-right: 75px;
}

.greens_yogurt_section .product-info-textcontent {
    padding-top: 130px;
}

.layout_8 .product-banner-info {
    position: relative;
    bottom: auto;
}

.layout_8 .banner-inner-image_1 {
    max-width: 1015px;
    margin: 20px auto 55px;
}

.layout_8 .product-banner-text {
    max-width: 1014px;
    padding-top: 15px;
}

.banner-inner-image_2 {
    margin: 85px auto 0;
    max-width: 1035px;
}

.layout_8 .product-banner-line {
    display: none;
}

.layout_8.product-page-banner .container {
    height: auto;
}

.baking_mix_section .product-info-image,
.brioche_section .product-info-image {
    width: 25%;
}

.baking_mix_section .product-info-textcontent,
.brioche_section .product-info-textcontent {
    width: 75%;
}

.baking_mix_section .product-info-textcontent {
    padding-top: 130px;
}

.baking_mix_section .product-image-inner {
    margin-left: 20px;
}

.toast_section .product-info-image {
    width: 32%;
}

.toast_section .product-info-textcontent {
    width: 68%;
    padding-top: 145px;
}

.toast_section .product-image-inner {
    margin-right: -30px;
}

.brioche_section .product-info-textcontent {
    padding-top: 175px;
}

.not-clickable>a {
    pointer-events: none;
    color: #000 !important;
}

.blog .site-content-center,
.archive .site-content-center {
    width: 100%;
    max-width: 100%;
}

.insight-category-menu {
    background-color: #000;
    display: block;
    text-align: center;
    padding: 18px 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 100%;
}

.insight-category-menu li a {
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 1;
    font-weight: 500;
    position: relative;
    white-space:nowrap;
}
.gm-style-iw-tc {
	display: none !important;
}

.insight-category-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 23px;
    position: relative;
    line-height: 1;
}

.insight-category-menu li a::before {
    content: attr(title);
    position: absolute;
    left: -3px;
    top: 0px;
    color: #91B50B;
    font-weight: 700;
    opacity: 0;
    width: calc(100% + 6px);
    text-align: center;
}

.insight-category-menu li:hover a {
    color: transparent;
}

.insight-category-menu li:hover a::before {
    opacity: 1;
}

.insights-page-container {
    max-width: 1426px;
    margin: 100px auto 0;
}

.anchor_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.blog-post-image {
    height: 367px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    position: relative;
    background-color: #d5d5d5;
}

.blog-post-category a,
.blog-post-category span {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
}

.blog-post_title {
    font-size: 46px;
    line-height: 1.15;
    color: #000;
    margin-bottom: 16px;
}

.blog-post_title a {
    color: inherit;
    display: block;
}

.post-excerpt {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 10px;
}

.blog-post {
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 68px;
}

.blog-post:nth-child(2n) {
    margin-right: 0;
}

.blog-post .button {
    font-size: 22px;
    line-height: 1.3;
    padding-right: 50px;
}

.blog-post .button span {
    width: 29px;
    height: 29px;
    top: 1px;
}

.blog-post .button span::before {
    width: 31px;
    top: 14px;
    height: 2px;
}

.blog-post .button span::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.add_border .blog-post-image,
.single-post-banner.add_border {
    border: 1px solid #7C7C7C;
}

.blog .footer-newsletter-form,
.archive .footer-newsletter-form {
    display: block !important;
}

body.blog .site-footer,
body.archive .site-footer {
    padding: 70px 0 44px;
}

.pagination .screen-reader-text {
    display: none;
}

.nav-links .page-numbers:not(.dots) {
    width: 46px;
    height: 46px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    background-color: #000;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.page-numbers {
    vertical-align: middle;
}

.nav-links span.page-numbers:not(.dots) {
    background-color: #91B50B;
}

.posts-pagination.clearfix {
    text-align: center;
    margin-bottom: 82px;
    padding-top: 25px;
    clear: both;
}

.search .blog-post-textcontent .button_container {
    width: 195px;
    text-align: right;
}

.next.page-numbers,
.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
}

.page-numbers.dots {
    font-size: 38px;
}

.next.page-numbers::before,
.prev.page-numbers::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background-image: url(images/next-icon.svg);
    display: block;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.prev.page-numbers::before {
    transform: rotate(-180deg);
    right: 2px;
}

.lds-ring {
    display: none;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 56px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 7px;
    border: 5px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.insight-category-menu li.active a {
    color: transparent;
}

.insight-category-menu li.active a::before {
    opacity: 1;
}

.single .site-content-center {
    width: 100%;
    max-width: 100%;
}

.single-post-banner {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-post-container {
    margin: 0 auto;
    padding-left: 210px;
    padding-right: 403px;
}

.blog-before-title {
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.single-post-container h1 {
    font-size: 84px;
    line-height: 1.03;
    margin-bottom: 50px;
}

.single-post-content p strong {
    font-weight: 700;
}

.single-post-content p,
.single-post-content li {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 23px;
}

.single-post-content p strong,
.single-post-content li strong {
    font-weight: 700;
}

.single-post-content p em,
.single-post-content li em {
    font-style: italic;
}

.single-post-content li {
    margin-bottom: 0;
}

.single-post-content ul,
.single-post-content ol {
    margin-bottom: 23px;
}

.wpb_text_column ul,
.wpb_text_column ol {
    margin-bottom: 30px;
}

.single-post-content ul,
.wpb_text_column ul {
    list-style: none;
}

.single-post-content ul li,
.wpb_text_column ul li {
    padding-left: 12px;
    position: relative;
}

.single-post-content ul li::before,
.wpb_text_column ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    top: 11px;
    left: 0;
    background-color: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.single-post-content ol {
    list-style: decimal inside;
}

.blog-post-category.single-page-category {
    margin-bottom: 31px;
}

.button.back-button {
    font-size: 20px;
    padding-right: 20px;
}

.button.back-button i {
    position: absolute;
    font-size: 16px;
    top: 7px;
    right: 2px;
    display: block;
}

.single-post-content {
    margin-bottom: 82px;
}

.single-post-container-inner .button_container {
    padding-bottom: 105px;
}

.container.line-container {
    border-left: 3px solid #4EA247;
    padding-top: 60px;
    position: relative;
}

.wpb_text_column h1 {
    font-size: 84px;
    line-height: 1.04;
    margin-bottom: 36px;
}

.page-template-legal-pages .privacy-area {
    padding: 145px 200px 195px;
}

.page-template-legal-pages .site-content-center {
    position: relative;
    border-right: 3px solid #4EA247;
}

.page-template-legal-pages.page-id-29 .site-content-center {
    border-right: 0;
    border-left: 3px solid #4EA247;
}

.page-id-31 .legal-banner-line-top::before {
    transform: rotate(-15deg);
    transform-origin: 0 100%;
}

.page-id-29 .legal-banner-line-top::before {
    transform: rotate(15deg);
}

.page-id-31 .legal-banner-line-top {
    left: 100%;
    right: auto;
    height: 217px;
}

.page-id-29 .legal-banner-line-top {
    height: 217px;
}

.page-id-29 .wpb_text_column p,
.page-id-29 .wpb_text_column li {
    font-size: 16px;
}

.wpb_text_column h5 {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 1.3;
}

.nuggets_section .product-info-textcontent {
    padding-top: 140px;
}

.feta_section .product-info-textcontent>div {
    margin-left: -20px;
}

.feta_section .info-table-column:nth-child(2) {
    width: 412px;
}

.feta_section .info-table-column:nth-child(3) {
    width: calc(100% - 718px);
}

.layout_6 .product-banner-line-top {
    height: 180px;
}

.layout_6 .product-banner-line-top::before {
    transform: rotate(26deg);
}

.search .site-content-center {
    width: 1200px;
}

.search-results-content h1 {
    text-transform: uppercase;
    font-size: 75px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #4EA247;
}

.search-results-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #91B50B;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.search-results-content {
    margin-top: 50px;
    position: relative;
    min-height: 700px;
}

.blog-post.search-post {
    width: 100%;
    margin-bottom: 45px;
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}

h3.blog-post_title {
    font-size: 30px;
    line-height: 1.16;
    text-transform: uppercase;
    width: calc(100% - 195px);
    padding-right: 10px;
}

.search .blog-post-textcontent .button_container {
    width: 110px;
}

.search .blog-post-textcontent .blog-post_title,
.search .blog-post-textcontent .button_container {
    display: inline-block;
    vertical-align: middle;
}

.search .blog-post-textcontent .blog-post_title {
    margin-bottom: 0;
}

.vc_row.uber-uns-top-textcontent.alternatives-items-section-row {
    overflow: visible !important;
}


/* Cookie banner */

#moove_gdpr_cookie_info_bar {
    border: 0 !important;
    background-color: rgba(67, 83, 110, 0.2) !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 40px 60px !important;
    position: absolute !important;
    display: block !important;
    background-color: #fff;
    top: 190px;
    width: 1420px;
    max-width: 1420px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.3);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    display: block !important;
}

.moove-gdpr-cookie-notice {
    margin-bottom: 50px;
}

.moove-gdpr-button-holder {
    float: none;
    clear: both;
    display: block;
    text-align: right;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    font-family: "Poppins", sans-serif !important;
    color: #000 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2 {
    font-size: 35px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-align: left !important;
    color: #4EA247 !important;
    text-transform: uppercase !important;
    font-family: "Poppins", sans-serif !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}

.change-settings-button.white-button {
    color: #4EA247;
    text-decoration: none !important;
    border: 1px solid #4EA247;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 8.5px 30px;
    border-radius: 150px;
    display: inline-block;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding-left: 0 !important;
}

.moove-gdpr-branding-cnt {
    display: none !important;
}

.change-settings-button.white-button:hover {
    color: #fff !important;
    background-color: #4EA247;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    border: 1px solid #4EA247 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important
}

.moove-gdpr-cookie-notice p a {
    color: #4ea247 !important;
}

.fruit_yogurt_section .product-info-textcontent {
    padding-top: 55px;
}

.layout_3 .product-banner-line-top {
    height: 180px;
}

.category-menu-inner {
    margin-left: auto;
    margin-right: auto;
}


/* Newsletter page */

.vc_row.newsletter-page-row {
    padding: 133px 205px 145px;
}

.newsletter-page-field input[type="text"],
.newsletter-page-field input[type="email"],
.newsletter-page-field input[type="tel"] {
    color: #7C7C7C;
    font-size: 18px;
    padding: 27px 16px 24px 16px;
    border: 1px solid #707070;
    display: block;
    width: 100%;
}

.newsletter-page-field.submit-field .wpcf7-submit {
    background-color: #4EA247;
    border: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
    padding: 13px 50px;
    cursor: pointer;
}

.newsletter-page-field {
    margin-bottom: 22px;
}

.newsletter-page-form {
    max-width: 1014px;
}

.newsletter-page-field input::-webkit-input-placeholder {
    color: #7C7C7C;
    opacity: 1;
}

.newsletter-page-field input::-moz-placeholder {
    color: #7C7C7C;
    opacity: 1;
}

.newsletter-page-field input:-ms-input-placeholder {
    color: #7C7C7C;
    opacity: 1;
}

.newsletter-page-field input:-moz-placeholder {
    color: #7C7C7C;
    opacity: 1;
}

.newsletter-page-field.checkbox-field>label,
.newsletter-page-field.radio-field>label {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

span.wpcf7-list-item {
    margin: 0 15px 0 !important;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::before {
    content: '';
    width: 30px;
    height: 30px;
    top: -1px;
    left: 0;
    position: absolute;
    display: block;
    background-color: #91B50B;
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-radio .wpcf7-list-item-label::after {
    content: '';
    width: 16px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    display: block;
    transform: rotate(-45deg);
    top: 7px;
    left: 5px;
    opacity: 0;
}

.wpcf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after,
.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

span.wpcf7-list-item.first {
    margin: 0 !important;
}

.wpcf7-list-item-label {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}

.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.newsletter-page-field.radio-field,
.newsletter-page-field.checkbox-field {
    margin-bottom: 41px;
}

.newsletter-page-field input[type="email"].wpcf7-not-valid {
    box-shadow: none;
    border-color: #b00;
}

.newsletter-page-row .wpcf7-response-output {
    color: #000;
}

.newsletter-page-row .wpb_text_column h1 {
    margin-bottom: 70px;
}

.page-template-newsletter-page .site-content-center {
    position: relative;
    border-right: 3px solid #4EA247;
}

.page-template-newsletter-page .legal-banner-line-top {
    width: 1000px;
    position: absolute;
    left: 100%;
    right: auto;
    height: 217px;
    overflow: hidden;
    top: 0;
    display: block;
}

.page-template-newsletter-page .legal-banner-line-top::before {
    width: 100%;
    height: 99%;
    content: "";
    position: absolute;
    border-bottom: 3px solid #4EA247;
    display: block;
    transform: rotate(-15deg);
    transform-origin: 0 100%;
    z-index: 9;
}
.newsletter-page-field .wpcf7-not-valid {
	border-color: #ce0a0a !important;
}

/* social-share */
.social-share-section a {
	font-size: 30px;
	color: #91B50B;
	margin: 0 10px;
}
.social-share-section a:hover{
    color: #4EA247;
}
.social-share-section {
	text-align: center;
	margin-top: -110px;
}
.share-section-title {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
}
.social-share {
	padding-bottom: 35px;
}

/* slick css */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*Standorte*/
#distributors-google-maps {
	height: 615px;
	margin-bottom: 75px;
}
.gm-style-iw.gm-style-iw-c {
	padding: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
#contentmap {
	transition: 0.3s all;
}
#contentmap.animating {
	opacity: 1 !important;
	visibility: visible !important;
}
#contentmap {
	max-width: 270px;
	width: 270px;
	background-color: #B7DFBD;
	padding: 20px 20px;
	overflow: hidden !important;
}
.gm-style-iw-d {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 270px;
    overflow: hidden !important;
}
.gm-ui-hover-effect {
	display: none !important;
}
.gm-style .gm-style-iw-t::after {
	display: none !important;
}
#contentmap h3 {
	font-size: 17px;
	line-height: 1.2;
	color: #000;
}
#contentmap p strong {
	font-weight: 600;
}
#contentmap p {
	font-size: 12px;
}
.distributors-text-section h1 {
	font-size: 46px;
	text-align: center;
	margin-bottom: 45px;
}
.distributors-text-section {
	display: table;
	width: 100%;
	margin-bottom: 75px;
}
.distributors-text-section p {
	font-size: 16px;
	color: #000;
	text-align: center !important;
	margin-bottom: 18px !important;
	max-width: 810px;
	margin: auto;
	line-height: 1.3;
}
.distributors-text-section p strong {
	font-weight: 700;
}
.distributors-list-body {
	display: table;
	width: 1220px;
	margin: auto;
	margin-bottom: 120px;
}
.distributor-item {
	width: 32.3%;
	float: left;
	margin-right: 1.5%;
	background-color: #D4E6A5;
	padding: 40px 43px 30px;
	position: relative;
	margin-bottom: 17px;
}
.distributor-item:nth-child(3n) {
	margin-right: 0;
}
.distributor-item:nth-child(2n) {
	background-color: #4DB05B66;
}
.distributor-item-inner h2 {
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 13px;
	font-weight: 900;
}
.distributor-content strong {
	display: block;
	font-weight: 700;
}
.distributor-content {
	font-size: 14px;
	margin-bottom: 20px;
}
.phone--section a {
	font-size: 14px;
	color: #000;
	display: block;
	line-height: 1.3;
}
.phone--section {
	margin-bottom: 70px;
}
.mail--section a {
	font-size: 14px;
	color: #000;
	display: block;
	text-decoration: underline;
	line-height: 1.3;
}
.mail--section {
	position: absolute;
	bottom: 32px;
	left: 43px;
}
#contentmap.light--g {
	background-color: #D4E6A5;
}
.alternative_dressing_section .product-info-textcontent {
	width: 62.84%;
}
.alternative_dressing_section .product-info-image {
	width: 36.35%;
}
.extra--padding .image_last .container.clearfix {
	padding-bottom: 180px !Important;
}
.new--menu {
	border: 1px solid #000;
	padding: 0 6px;
	border-radius: 10px;
	font-weight: bold;
	margin-left: 5px;
}


/* Responsive media queries */

@media(max-width:1919px) {
    .food-banner-inner {width: 1750px;    }
    .main-title-area h1 {       font-size: 70px;   }
    .main-title-area h1 strong {       font-size: 125px;   }
    .food-marker-title,   .marker-button {       font-size: 28px;   }
    .food-market-item {       top: 235px;   }
    .food-marker-title::before {       left: calc(100% + 212px);   }
    .food-marker-title::after {       width: 205px;       margin-top: -1px;       left: calc(100% + 15px);   }
    .food-market-item:nth-child(2) {        top: 455px;    }
    .food-market-item:nth-child(2) .food-marker-title::before {       left: calc(100% + 180px);   }
    .food-market-item:nth-child(2) .food-marker-title::after {       width: 170px;       left: calc(100% + 15px);   }
    .food-market-item:nth-child(5) .food-marker-title::before {       top: -315px;   }
    .food-market-item:nth-child(5) .food-marker-title::after {       height: 290px;   }
    .food-market-item:nth-child(4) {        right: 462px;    }
    .food-market-item:nth-child(4) .food-marker-title::before {        top: -210px;    }
    .food-market-item:nth-child(4) .food-marker-title::after {        height: 185px;    }
    .food-market-item:nth-child(3) {        top: 445px;    }
    .food-market-item:nth-child(3) .food-marker-title::before {        left: auto;        right: calc(100% + 245px);    }
    .food-market-item:nth-child(3) .food-marker-title::after {        width: 235px;    }
    .bottom-text-section {       font-size: 44px;    }
}
@media (max-width:1900px){
	.vc_row.wpb_row.pudding_section{margin-top:-325px !important;}
}
@media(max-width:1750px) {
    .site-content-center,    .container {        width: 1440px;        max-width: 1440px;    }
    .top-menu-inner .menu li a,    .secondary-menu-container li a,    .language-switcher ul li a {        font-size: 19px;    }
    .secondary-title {        font-size: 70px;        margin-bottom: -25px;    }
    .food-banner-inner {        width: 1600px;    }
    .food-market-item {        width: 240px;    }
    .food-marker-title,    .marker-button,    .button {        font-size: 25px;    }
    .marker-button span,    .button span {        width: 29px;        height: 29px;    }
    .full-screen-banner-text>div.valign {       top: 45%;       padding-top: 0;    }
    .bottom-text-section {     font-size: 40px;   }
    .marker-button span,   .button span {       width: 25px;        height: 25px;    }
    .marker-button span::after,    .button span::after {        width: 8px;        height: 8px;        border-top: 2px solid #000;        border-right: 2px solid #000;        top: 8px;        right: 9px;    }
    .marker-button span::before,    .button span::before {        height: 2px;        top: 12px;        right: 10px;    }
    .main-food-section {        padding-top: 270px;    }
    .food-market-item {        top: 275px;    }
    .food-marker-title::before {       left: calc(100% + 158px);    }
    .food-marker-title::after {        width: 150px;    }
    .food-market-item:nth-child(2) {        top: 490px;    }
    /*.food-market-item:nth-child(2) .food-marker-title::before {        left: calc(100% + 124px);    }*/
    /*.food-market-item:nth-child(2) .food-marker-title::after {        width: 117px;    }*/
    .food-market-item:nth-child(5) {        left: 325px;    }
    .food-market-item:nth-child(5) .food-marker-title::before {        top: -280px;    }
    .food-market-item:nth-child(5) .food-marker-title::after {        height: 255px;    }
    .food-market-item:nth-child(4) {       right: 385px;       bottom: 176px;    }
    .food-market-item:nth-child(4) .food-marker-title::before {        top: -170px;    }
    .food-market-item:nth-child(4) .food-marker-title::after {        height: 145px;    }
    .food-market-item:nth-child(3) {        top: 490px;    }
    .food-market-item:nth-child(3) .food-marker-title::before {        left: auto;       right: calc(100% + 185px);    }
    .food-market-item:nth-child(3) .food-marker-title::after {
        width: 175px;
    }
    .border-line-container.container {
        margin-left: -720px;
    }
    .double-top-spacing .image-text-section {
        padding-top: 140px;
    }
    .before_title,
    .textcontent-container {
        font-size: 25px;
    }
    .text-column-inner h2 {
        font-size: 63px;
    }
    .image-text-section.half_browser_width {
        margin-bottom: 50px;
    }
    .vc_column-inner.vc_custom_1600666239097 {
        padding-bottom: 40px !important;
    }
    .footer-newsletter-form h2 {
        font-size: 60px;
        margin-bottom: 35px;
    }
    .newsletter-contact-field input[type="email"] {
        font-size: 25px;
    }
    .newsletter-contact-field .wpcf7-submit {
        font-size: 31px;
    }
    .footer-newsletter-form {
        margin-bottom: 30px;
    }
   .footer-widgets .menu li a {
	font-size: 18px;
	}
    .product-banner-inner-info h1,
    .product-banner-inner-info h2,
    .product-banner-inner-info h3 {
        font-size: 65px;
        line-height: 1.05;
        text-align: center;
        margin-bottom: 55px;
    }
    .product-banner-info {
        bottom: 330px;
    }
    .product-page-banner .container {
        height: 1280px;
        position: relative;
    }
    h2.category-title {
        font-size: 65px;
        margin-bottom: 70px;
    }
    .product-info-textcontent h3 {
        font-size: 36px;
    }
    .info-table-column {
        font-size: 17px;
        width: 230px;
    }
    .info-table-column:nth-child(2) {
        width: 305px;
    }
    .info-table-column:nth-child(3) {
        width: calc(100% - 545px);
    }
    .layout_2 .product-banner-line::before {
        background-color: transparent;
        z-index: 2;
    }
    .product-page-banner.layout_2 .container {
        height: auto;
        padding-top: 65px;
        padding-bottom: 340px;
    }
    .milk_alternative_section .product-info-textcontent {
        float: left;
        padding-top: 95px;
    }
    .milk_alternative_section .product-info-image {
        padding: 0 170px;
    }
    .vc_row.wpb_row.pudding_section {
        margin-top: -330px !important;
    }
    .vc_row.wpb_row.pudding_section {
        margin-top: -300px !important;
    }
    .pudding_section .product-info-textcontent {
        padding-left: 40px;
    }
    .pudding_section .info-table-column:nth-child(2) {
        width: 350px;
    }
    .pudding_section .info-table-column:nth-child(3) {
        width: calc(100% - 580px);
    }
    .background-out-container {
        top: 160px;
    }
    .layout_3.product-page-banner .container {
        height: 1230px;
    }
    .vc_row.wpb_row.milk_alternative_section {
        margin-top: -445px !important;
    }
    .milk_alternative_section .product-info-image {
        padding: 0 138px;
    }
    .barista_milk_section .product-info-textcontent {
        padding-top: 145px;
    }
    .coffe_milk_section .product-image-inner {
        margin-right: -80px;
    }
    .coffe_milk_section .product-info-textcontent {
        padding-top: 205px;
    }
    .pudding_section .product-info-textcontent {
        padding-left: 0;
    }
    .four_column_table .info-table-column {
        width: 245px;
    }
    .info-table-column {
        width: 240px;
    }
    .info-table-column:nth-child(2) br {
        display: none;
    }
    .layout_6.product-page-banner {
        background-size: 745px auto;
    }
    .vc_row.wpb_row.icecream_section {
        margin-top: -190px !important;
    }
    .icecream_section .product-image-inner img {
        max-height: 665px;
    }
    .icecream_section .product-info-textcontent {
        padding-top: 300px;
    }
    .baking_mix_section .info-table-column:nth-child(2),
    .toast_section .info-table-column:nth-child(2),
    .brioche_section .info-table-column:nth-child(2) {
        width: 340px !important;
    }
    .baking_mix_section .info-table-column:nth-child(3),
    .toast_section .info-table-column:nth-child(3),
    .brioche_section .info-table-column:nth-child(3) {
        width: 120px !important;
    }
    .baking_mix_section .info-table-column:nth-child(4),
    .toast_section .info-table-column:nth-child(4),
    .brioche_section .info-table-column:nth-child(4) {
        width: calc(100% - 705px) !important;
    }
    .toast_section .product-info-textcontent {
        padding-top: 115px;
    }
    .layout_8 .banner-inner-image_1 {
        margin: 0 auto 55px;
        padding-top: 15px;
    }

    .share-section-title {font-size: 17px;}
    #distributors-google-maps {height: 560px;margin-bottom: 65px;}
    .distributors-text-section h1 {font-size: 44px;text-align: center;margin-bottom: 40px;}
    .distributors-text-section {margin-bottom: 65px;}
    .distributor-item {padding: 35px 37px 25px;margin-bottom: 15px;}
    .phone--section {margin-bottom: 60px;}
    .distributors-list-body {width: 1220px;margin-bottom: 80px;}
    .mail--section {bottom: 25px;left: 37px;}
}

@media(max-width:1600px) {
    .site-content-center,
    .container {
        width: 1250px;
        max-width: 1250px;
    }
	.extra--padding .image_last .container.clearfix {
	padding-bottom: 120px !Important;
}

    .main-title-area h1 {
        font-size: 55px;
    }
    .main-title-area h1 strong {
        font-size: 80px;
        padding-top: 20px;
    }
    .site-header {
        padding: 20px 0 18px;
    }
    .top-menu-inner .menu li a,
    .secondary-menu-container li a,
    .language-switcher ul li a {
        font-size: 17px;
    }
    #search {
        font-size: 14px;
    }
    .website--logo.header-column {
        max-width: 250px;
    }
    .header-section.left-menu {
        width: calc(100% - 250px);
        padding-top: 60px;
    }
    .secondary-menu-container {
        top: 12px;
    }
    .main-website-content {
        padding-top: 132px;
    }
    .sub-menu-wrap {
        top: calc(100% + 26px);
    }
    .main-food-section {
        padding-top: 200px;
    }
    .secondary-title {
        font-size: 50px;
        margin-bottom: 85px;
    }
    .full-screen-banner-text {
        height: calc(100vh - 132px);
    }
    .food-markers-list {
        height: 820px;
    }
    .food-banner-inner {
        width: 1420px;
    }
    .next-section-scroll {
        font-size: 25px;
        bottom: 20px;
    }
    .language-switcher {
        top: -50px;
    }
    .site-header.fixed {
        padding: 5px 0 10px;
    }
    .fixed .sub-menu-wrap {
        top: calc(100% + 18px);
    }
    .food-marker-title,
    .marker-button,
    .button {
        font-size: 22px;
    }
    .food-market-item {
        width: 215px;
    }
    .food-market-item {
        top: 100px;
    }
    .food-marker-title::before {
        left: calc(100% + 125px);
    }
    .food-marker-title::after {
        width: 115px;
    }
    .food-market-item:nth-child(2) {
        top: 270px;
    }
    .food-market-item:nth-child(2) .food-marker-title::before {
        left: calc(100% + 97px);
    }
    .food-market-item:nth-child(2) .food-marker-title::after {
        width: 90px;
    }
    .food-market-item:nth-child(3) {
        top: 275px;
    }
    .food-market-item:nth-child(3) .food-marker-title::before {
        left: auto;
        right: calc(100% + 150px);
    }
    .food-market-item:nth-child(3) .food-marker-title::after {
        width: 140px;
    }
    .food-market-item:nth-child(5) {
        left: 270px;
        top: 566px;
    }
    .food-market-item:nth-child(5) .food-marker-title::before {
        top: -237px;
    }
    .food-market-item:nth-child(5) .food-marker-title::after {
        height: 210px;
    }
    .food-market-item:nth-child(4) {
        right: 330px;
        bottom: 150px;
    }
    .food-market-item:nth-child(4) .food-marker-title::before {
        top: -145px;
    }
    .food-market-item:nth-child(4) .food-marker-title::after {
        height: 120px;
    }
    .bottom-text-section {
        font-size: 35px;
    }
    .border-line-container.container {
        margin-left: -625px;
    }
    .bottom-text-section {
        font-size: 35px;
        line-height: 1.3;
    }
    .double-top-spacing .image-text-section {
        padding-top: 112px;
    }
    .before_title,
    .textcontent-container {
        font-size: 21px;
    }
    .text-column-inner h2 {
        font-size: 45px;
        margin-bottom: 0;
    }
    .double-top-spacing .image-text-section {
        padding-top: 80px;
    }
    .image-text-section {
        padding: 55px 0;
        margin-bottom: 0;
    }
    .section-title-container {
        margin-bottom: 20px;
    }
    .footer-newsletter-form h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .site-footer {
        padding: 50px 0 35px;
    }
    .newsletter-contact-field input[type="email"] {
        font-size: 18px;
        padding: 20px 30px;
    }
    .newsletter-contact-field .wpcf7-submit {
        font-size: 20px;
    }
    .site-footer .container {
        max-width: 1000px;
    }
    .newsletter-contact-field {
        width: 255px;
    }
    .newsletter-contact-field.email-field {
        width: calc(100% - 270px);
    }
    .footer-social-item a {
        font-size: 30px;
    }
    .product-page-banner {
        background-size: 690px auto;
    }
    .product-banner-inner-info h1,
    .product-banner-inner-info h2,
    .product-banner-inner-info h3 {
        font-size: 54px;
        margin-bottom: 45px;
    }
    .product-banner-text {
        max-width: 915px;
    }
    .product-banner-info {
        bottom: 255px;
    }
    .product-page-banner .container {
        height: 1020px;
        position: relative;
    }
    h2.category-title {
        font-size: 50px;
        margin-bottom: 50px;
    }
    .product-info-textcontent {
        width: 55.84%;
        padding-top: 50px;
    }
    .product-info-textcontent h3 {
        font-size: 30px;
    }
    .info-table-column {
        font-size: 15px;
    }
    .vc_row.vc_row-fluid.tuna_salad_section {
        margin-top: 0 !important;
    }
    .tuna_salad_section .product-information-section {
        margin-top: 0;
    }
    .tuna_salad_section .product-info-image {
        margin-top: -75px;
    }
    .layout_3.product-page-banner .container {
        height: 1200px;
    }
    .pudding_section .info-table-column {
        width: 240px;
    }
    .pudding_section .info-table-column:nth-child(2),
    .four_column_table .info-table-column:nth-child(2) {
        width: 365px;
    }
    .pudding_section .info-table-column:nth-child(3) {
        width: calc(100% - 605px);
    }
    .four_column_table .info-table-column:nth-child(3) {
        width: 169px;
    }
    .four_column_table .info-table-column:nth-child(4) {
        width: calc(100% - 812px);
    }
    .fruit_yogurt_section .container.clearfix {
        padding-top: 0 !important;
    }
    .greens_yogurt_section .product-info-textcontent {
        padding-top: 108px;
    }
    .greens_yogurt_section .container.clearfix {
        padding-bottom: 40px !important;
    }
    .overlayed-image-left .container.clearfix {
        padding-top: 30px !important;
    }
    .product-page-banner.layout_4 {
        background-size: 1050px auto;
    }
    .product-page-banner.layout_4 .container {
        height: 915px;
    }
    .product-page-banner.layout_5 {
        background-size: 950px auto;
        background-position: 50% 58px;
    }
    .layout_5.product-page-banner .container {
        height: 950px;
    }
    .sliced_cheese_section .product-info-textcontent {
        padding-top: 55px;
    }
    .vc_row.wpb_row.sliced_cheese_section {
        margin-top: -75px !important
    }
    .pizza_cheese_section .product-image-inner {
        margin-right: -95px;
    }
    .pizza_cheese_section .product-info-textcontent {
        padding-top: 250px;
    }
    .sliced_cheese_section .product-info-textcontent,
    .grilled_cheese_section .product-info-textcontent {
        padding-left: 90px;
    }
    .sliced_cheese_section .info-table-column:nth-child(2) {
        width: 310px;
    }
    .sliced_cheese_section .info-table-column:nth-child(3) {
        width: calc(100% - 555px);
    }
    .feta_section .info-table-column:nth-child(2) {
        width: 360px;
    }
    .feta_section .info-table-column:nth-child(3) {
        width: calc(100% - 600px);
    }
    .icecream_section .product-info-textcontent {
        padding-top: 290px;
    }
    .layout_6.product-page-banner {
        background-position: 50% 130px;
    }
    .layout_6 .product-banner-info {
        top: 75px;
    }
    .layout_6.product-page-banner {
        background-size: auto 510px;
    }
    .layout_6.product-page-banner {
        background-position: 50% 105px;
    }
    .product-page-banner.layout_7 {
        background-size: 82% auto;
        background-position: top left;
    }
    .mayo_section .info-table-column {
        padding: 8px 0 14px;
    }
    .layout_7 .product-banner-info {
        bottom: 260px;
    }
    .layout_7.product-page-banner .container {
        height: 970px;
    }
    .mayo_section .info-table-column:nth-child(2) {
        width: 335px;
        padding-right: 5px;
    }
    .mayo_section .info-table-column:nth-child(4) {
        width: calc(100% - 749px);
    }
    .alternative_dressing_section .container.clearfix {
        padding-top: 115px !important;
    }
    .pasta_souce_section .product-image-inner img {
        max-height: 580px;
    }
    .layout_8 .banner-inner-image_1 {
        margin: 0 auto 30px;
        padding-top: 15px;
        max-width: 765px;
    }
    .layout_8 .product-banner-text {
        max-width: 875px;
        padding-top: 0;
    }
    .banner-inner-image_2 {
        margin: 40px auto 0;
        max-width: 755px;
    }
    .baking_mix_section .product-info-textcontent {
        padding-top: 80px;
    }
    .toast_section .product-info-textcontent {
        padding-top: 110px;
    }
    .vc_row.wpb_row.toast_section {
        margin-top: -55px !important;
    }
    .category-menu-inner,
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        width: 1120px;
        max-width: 1120px;
    }
    .vc_row.newsletter-page-row {
        padding: 75px 155px 80px;
    }
    .newsletter-page-row .wpb_text_column h1 {
        margin-bottom: 48px;
    }
    #distributors-google-maps {height: 500px;margin-bottom: 55px;}
    .distributors-text-section h1 {font-size: 40px;margin-bottom: 35px;}
    .distributors-text-section {margin-bottom: 55px;}
    .distributors-list-body {width: 90%;margin-bottom: 60px;}
    
    #contentmap h3 {font-size: 14px;}
    #contentmap {max-width: 220px;width: 220px;padding: 15px 15px;}
	.gm-style-iw-d {   max-width: 220px;}
	.grill--bottom {position: relative;top: -40px;}
	.ice-cream-top .product-page-banner .container {height: 850px;}
	.pouder--top .product-page-banner.layout_2 .container {height: auto;padding-top: 65px;padding-bottom: 160px;}
	.cacke--bot .product-info-image {margin-top: 90px;margin-left: -20px;}
	.vc_row.wpb_row.pudding_section {	margin-top: -250px !important;}
	
}

@media(max-width:1439px) {
    .site-content-center,
    .container {
        width: 90%;
        max-width: 90%;
    }
	.extra--padding .image_last .container.clearfix {
	padding-bottom: 100px !Important;
}

    .food-banner-section .container {
        width: 100%;
        max-width: 100%;
    }
    .food-banner-inner {
        width: 90%;
        background-size: 1180px auto;
    }
    .secondary-title {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .food-markers-list {
        height: 760px;
        width: 1148px;
        max-width: 1148px;
        margin: 0 auto;
    }
    .food-market-item {
        width: 180px;
        top: 180px;
    }
    .food-marker-title,
    .marker-button,
    .button {
        font-size: 19px;
    }
    .bottom-text-section {
        font-size: 32px;
        line-height: 1.3;
    }
    .border-line-container.container {
        margin-left: 0;
        left: 15px;
        width: calc(100% - 30px) !important;
        max-width: 100%;
    }
    [data-vc-full-width="true"] .border-line-container.container {
        width: 90% !important;
        left: 5%;
    }
    .food-marker-title::before {
        left: calc(100% + 187px);
    }
    .food-marker-title::after {
        width: 175px;
    }
    .food-market-item:nth-child(2) .food-marker-title::before {
        left: calc(100% + 162px);
    }
    .food-market-item:nth-child(2) .food-marker-title::after {
        width: 155px;
    }
    .food-market-item:nth-child(2) {
        top: 335px;
    }
    .food-market-item:nth-child(5) {
        left: 315px;
        top: 590px;
    }
    .food-market-item:nth-child(5) .food-marker-title::before {
        top: -210px;
    }
    .food-market-item:nth-child(5) .food-marker-title::after {
        height: 180px;
    }
    food-market-item:nth-child(3) .food-marker-title::before {
        left: auto;
        right: calc(100% + 165px);
    }
    .food-market-item:nth-child(3) .food-marker-title::before {
        left: auto;
        right: calc(100% + 208px);
    }
    .food-market-item:nth-child(3) {
        top: 330px;
    }
    .food-market-item:nth-child(3) .food-marker-title::after {
        width: 195px;
    }
    .food-market-item:nth-child(4) {        right: 356px;        bottom: auto;        top: 590px;    }
    .text-column-inner h2 {        font-size: 40px;    }
    .textcontent-container {        font-size: 18px;    }
    .textcontent-container {        font-size: 18px;        margin-bottom: 40px;    }
    .site-footer .container {        max-width: 900px;    }
    .vc_row.last-text-section.image-text-section-row .angle-line-container.style3 {        display: block !important;        right: auto;        left: calc(100% - 15px);        bottom: 220px;        top: auto;    }
    .product-information-section .container {        position: relative;        width: 100%;        max-width: 100%;    }
    h2.category-title {        font-size: 40px;        margin-bottom: 45px;    }
    .product-page-banner .container {        height: 1005px;    }
    .product-info-textcontent h3 {        font-size: 28px;    }    .nuggets_section .product-info-textcontent {        padding-top: 94px;    }
    .tuna_salad_section .product-info-image {        margin-top: 0;    }
    .tuna_salad_section .product-info-textcontent {        padding-top: 75px;    }
    .sushi_section .product-image-inner {        margin-left: -100px;    }
    .fish_stick_section .product-image-inner,    .fish_stick_section .product-image-inner img {        max-height: 560px;    }
    .fish_stick_section .product-info-image {        margin-top: -290px;        padding-left: 35px;    }
    .sushi_section .product-image-inner {        margin-left: 0;    }
    .fish_stick_section .product-info-image {        margin-top: -230px;        padding-left: 10px;    }
    .layout_3.product-page-banner .container {        height: 1140px;    }
    .milk_alternative_section .product-info-image {        padding: 0 120px;    }
    .vc_row.wpb_row.coffe_milk_section {        margin-top: -70px !important;    }
    .vc_row.wpb_row.pudding_section {        margin-top: -240px !important;    }
    .vc_row.wpb_row.milk_alternative_section {        margin-top: -410px !important;    }
    .barista_milk_section .product-image-inner {        margin-right: 0;    }
    .image_last .product-info-textcontent {        padding-left: 75px;    }
    .pudding_section .product-info-textcontent {        padding-left: 0;        margin-left: 288px;    }
    .four_column_table .info-table-column:nth-child(3) {        width: 125px;    }
    .four_column_table .info-table-column:nth-child(4) {        width: calc(100% - 735px);    }
    .product-page-banner.layout_4 {        background-size: 790px auto;    }
    .product-page-banner.layout_4 .container {        height: 705px;    }
    .negative-top-product .product-info-textcontent {        padding-top: 70px;    }
    .layout_4 .product-banner-info {        bottom: 165px;    }
    .vc_row.wpb_row.negative-top-product {        margin-top: -140px !important;    }
    .overlayed-image-left .product-image-inner {        margin-left: -25px;    }
    .overlayed-image-left .container.clearfix {        padding-top: 5px !important;    }
    .layout_7.product-page-banner .container {        height: 930px;    }
    .mayo_section .info-table-column:nth-child(1) {       width: 220px;    }
    .mayo_section .info-table-column:nth-child(4) {       width: calc(100% - 680px);    }
    .vc_row.wpb_row.baking_mix_section {       margin-top: 0 !important;   }
    .baking_mix_section .product-info-textcontent {       padding-top: 30px;   }
    .baking_mix_section .info-table-column:nth-child(1),   .toast_section .info-table-column:nth-child(1),   .brioche_section .info-table-column:nth-child(1) {       width: 210px !important;    }
    .baking_mix_section .info-table-column:nth-child(4),    .toast_section .info-table-column:nth-child(4),    .brioche_section .info-table-column:nth-child(4) {       width: calc(100% - 670px) !important;    }
    .brioche_section .product-info-textcontent {       padding-top: 100px;    }
    .vc_row.wpb_row.brioche_section {       margin-top: 0 !important;   }
    .category-menu-inner,   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {       width: 90%;       max-width: 90%;    }
    .newsletter-page-field input[type="text"],
    .newsletter-page-field input[type="email"],
    .newsletter-page-field input[type="tel"] {       font-size: 16px;       padding: 20px 16px 18px 16px;   }
    .grill--bottom {position: relative;	top: 0px;}
    .ice-cream-top .product-page-banner .container {height: 850px;}
    
    .vc_row.wpb_row.pudding_section {margin-top: -155px !important;}
}

@media(max-width:1279px) {
    .header-section.left-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background-color: #fff;
        top: 0;
        left: -100%;
        padding: 0;
    }
	.extra--padding .image_last .container.clearfix {
	padding-bottom: 80px !Important;
}

    .active_mobile_menu .header-section.left-menu {
        left: 0;
    }
    .website--logo.header-column {
        position: relative;
        z-index: 99999;
    }
    .website--logo.header-column {
        max-width: 210px;
        position: relative;
        z-index: 99999;
    }
    .site-header {
        padding: 15px 0;
    }
    .desktop-menu.menu--holder.transition {
        position: absolute;
        width: 100%;
        height: calc(100% - 150px);
        left: 0;
        bottom: 0;
        overflow: auto;
        padding: 0 5%;
    }
    .top-menu-inner {
        width: 100%;
        vertical-align: middle;
        display: block;
        text-align: left;
        padding-right: 0;
    }
    .top-menu-inner .menu>li {
        margin-left: 0;
        display: block;
        margin-bottom: 20px;
        position: relative;
    }
    .top-menu-inner .menu li a,
    .secondary-menu-container li a,
    .language-switcher ul li a {
        font-size: 22px;
    }
    .website-menu-secondary {
        width: 100%;
        display: block;
        vertical-align: middle;
        position: relative;
        padding-left: 0;
    }
    .website-menu-secondary::before {
        display: none;
    }
    .secondary-menu-container {
        position: static;
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }
    .search-form-container {
        width: 300px;
        position: relative;
        float: none;
    }
    .website-menu-secondary {
        text-align: left;
    }
    .secondary-menu-container li a,
    .language-switcher ul li a {
        color: #000;
    }
    .language-switcher ul li:first-child {
        margin-left: 0 !important;
    }
    .language-switcher {
        top: 0;
        position: static;
        margin-bottom: 15px;
    }
    #search {
        font-size: 18px;
    }
    .stripes {
        cursor: pointer;
        float: left;
        margin-left: auto;
        position: relative;
        width: 35px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        display: block;
        padding-top: 0px;
        top: -3px;
    }
    .stripes>span {
        background: #91B50B none repeat scroll 0 0;
        display: block;
        height: 3px;
        margin: 6px 0;
        width: 35px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(0px) rotate(0deg);
        -ms-transform: translateY(0px) rotate(0deg);
        -o-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
        border-radius: 3px;
    }
    .activeclose {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .stripes>span:nth-child(2) {
        background-color: #4EA247;
    }
    .activeclose span:nth-child(2) {
        width: 0px;
    }
    .stripes span:nth-child(1),
    .stripes span:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .activeclose span:nth-child(1) {
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        -o-transform: translateY(9px);
        transform: translateY(9px);
        z-index: 1;
    }
    .activeclose span:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(90deg);
        -ms-transform: translateY(-9px) rotate(90deg);
        -o-transform: translateY(-9px) rotate(90deg);
        transform: translateY(-9px) rotate(90deg);
    }
    .menu-icon.responsive-icon {
        display: block !important;
        float: right;
        position: relative;
        z-index: 9999;
        margin-top: 32px;
    }
    .main-website-content {
        padding-top: 100px;
    }
    .full-screen-banner-text {
        height: calc(100vh - 100px);
    }
    .sub-menu-wrap {
        top: 0 !important;
        width: 100%;
        padding: 0 10px;
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    .sub-menu-wrap li a {
        font-size: 19px !important;
        padding-bottom: 4px !important;
        display: block;
    }
    .top-menu-inner .menu>li>.sub-menu-wrap {
        max-height: 0;
        overflow: hidden;
    }
    .bottom-text-section {
        font-size: 25px;
    }
    .site-header.fixed {
        padding: 15px 0;
    }
    .responsive_submenu_toggle {
        position: absolute;
        display: block !important;
        width: 30px;
        height: 30px;
        top: -4px;
        right: 2px;
    }
    .responsive_submenu_toggle::before {
        content: "+";
        color: #7C7C7C;
        font-size: 25px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: block;
    }
    .top-menu-inner .menu>li.open-submenu>.sub-menu-wrap {
        max-height: 540px;
        padding-top: 17px;
    }
    .open-submenu .responsive_submenu_toggle::before {
        transform: rotate(45deg);
    }
    .website-menu-secondary {
        padding-bottom: 50px;
    }
    .active_mobile_menu {
        overflow: hidden;
    }
    .main-title-area h1 {
        font-size: 45px;
    }
    .main-title-area h1 strong {
        font-size: 65px;
    }
    .food-banner-inner {
        width: 90%;
        background-size: 920px auto;
    }
    .bottom-text-section {
        padding: 30px 20px 0 20px;
    }
    .food-markers-list {
        height: 600px;
        width: 920px;
        max-width: 920px;
        margin: 0 auto;
    }
    .secondary-title {
        margin-bottom: 0;
    }
    .food-market-item {
        top: 135px;
    }
    .food-marker-title::before {
        left: calc(100% + 120px);
    }
    .food-marker-title::after {
        width: 110px;
    }
    .food-marker-title {
        margin-bottom: 14px;
    }
    .marker-button span {
        width: 22px;
        height: 22px;
        top: 3px;
    }
    .marker-button span::before {
        height: 2px;
        top: 10px;
        right: 10px;
        width: 26px;
    }
    .marker-button span::after {
        width: 8px;
        height: 8px;
        top: 6px;
        right: 8px;
    }
    .food-market-item:nth-child(2) {
        top: 258px;
    }
    .food-market-item:nth-child(2) .food-marker-title::before {
        left: calc(100% + 100px);
    }
    .food-market-item:nth-child(2) .food-marker-title::after {
        width: 94px;
    }
    .food-market-item:nth-child(3) {
        top: 258px;
    }
    .food-market-item:nth-child(3) .food-marker-title::before {
        left: auto;
        right: calc(100% + 125px);
    }
    .food-market-item:nth-child(3) .food-marker-title::after {
        width: 115px;
    }
    .food-market-item:nth-child(5) {
        left: 220px;
        top: 465px;
    }
    .food-market-item:nth-child(5) .food-marker-title::before {
        top: -175px;
    }
    .food-market-item:nth-child(5) .food-marker-title::after {
        height: 150px;
    }
    .food-market-item:nth-child(4) {
        right: 270px;
        bottom: auto;
        top: 465px;
    }
    .food-market-item:nth-child(4) .food-marker-title::before {
        top: -110px;
    }
    .food-market-item:nth-child(4) .food-marker-title::after {
        height: 85px;
    }
    .text-section-column {
        padding-left: 75px;
    }
    .text-column-inner h2 {
        font-size: 35px;
    }
    .textcontent-container {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .image-text-section {
        padding: 25px 0;
    }
    .double-top-spacing .image-text-section {
        padding-top: 50px;
    }
    .image-right .text-section-column {
        padding-left: 70px;
        padding-right: 15px;
    }
    .img-text-container {
        padding-left: 80px;
    }
    .footer-newsletter-form h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .newsletter-contact-field input[type="email"] {
        font-size: 16px;
        padding: 15px 25px;
    }
    .newsletter-contact-field .wpcf7-submit {
        font-size: 17px;
        padding: 15px 25px;
    }
    .site-footer .container {
        max-width: 90%;
    }
    .main-food-section {
        padding-top: 110px;
    }
    .angle-line-container.style2 {
        bottom: -155px;
    }
    .product-banner-text {
        max-width: 85%;
    }
    .product-banner-inner-info h1,
    .product-banner-inner-info h2,
    .product-banner-inner-info h3 {
        font-size: 48px;
        margin-bottom: 45px;
    }
    .product-page-banner .container {
        height: 970px;
    }
    .product-banner-info {
        bottom: 220px;
    }
    .product-info-image {
        width: 40%;
    }
    .product-info-textcontent {
        width: 59%;
        padding-top: 50px;
    }
    .info-table-column br {
        display: none;
    }
    .info-table-column {
        padding-right: 5px;
        width: 215px;
        font-size: 15px;
    }
    .info-table-column:nth-child(2) {
        width: 235px;
    }
    .info-table-column:nth-child(3) {
        width: calc(100% - 450px);
        padding-right: 0;
        overflow-wrap: break-word;
    }
    .product-info-textcontent h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .image_last .product-info-textcontent {
        float: left;
        padding-left: 30px;
        width: 61.7%;
    }
    .nuggets_section .product-info-textcontent {
        padding-top: 50px;
    }
    .nuggets_section .product-information-section .container {
        padding-top: 60px;
    }
    .milk_alternative_section .product-info-image {
        padding: 0 80px;
    }
    .barista_milk_section .product-info-textcontent {
        padding-top: 78px;
    }
    .vc_row.wpb_row.pudding_section {
        margin-top: -120px !important;
    }
    .pudding_section .product-info-textcontent {
        padding-left: 0 !important;
        margin-left: 10%;
        width: 80% !important;
    }
    .four_column_table .info-table-column {
        width: 29%;
    }
    .four_column_table .info-table-column:nth-child(2) {
        width: 40% !important;
    }
    .four_column_table .info-table-column:nth-child(3) {
        width: 16%;
    }
    .four_column_table .info-table-column:nth-child(4) {
        width: 15%;
    }
    .fruit_yogurt_section .container.clearfix {
        padding-top: 50px !important;
    }
    .greens_yogurt_section .product-info-image {
        padding-right: 0;
    }
    .greens_yogurt_section .product-info-textcontent {
        padding-top: 60px;
    }
    .greens_yogurt_section .container.clearfix {
        padding-top: 45px !important;
    }
    .fruit_yogurt_section .product-info-textcontent {
        padding-top: 20px;
    }
    .product-page-banner.layout_5 {
        background-size: 735px auto;
    }
    .layout_5.product-page-banner .container {
        height: 780px;
    }
    .vc_row.wpb_row.pizza_cheese_section {
        margin-top: -170px !important
    }
    .pizza_cheese_section .product-info-textcontent {
        padding-top: 130px;
    }
    .sliced_cheese_section .info-table-column:nth-child(2),
    .feta_section .info-table-column:nth-child(2) {
        width: 235px;
    }
    .sliced_cheese_section .info-table-column:nth-child(3),
    .feta_section .info-table-column:nth-child(3) {
        width: calc(100% - 450px);
    }
    .sliced_cheese_section .product-info-textcontent {
        padding-top: 35px;
    }
    .vc_row.wpb_row.feta_section {
        margin-top: -15px !important;
    }
    .vc_row.wpb_row.grilled_cheese_section {
        margin-top: 0 !important;
    }
    .grilled_cheese_section .product-info-textcontent {
        padding-top: 95px;
    }
    .product-page-banner.layout_7 {
        background-size: 85% auto;
        background-position: top left;
    }
    .layout_7.product-page-banner .container {
        height: 855px;
    }
    .layout_7 .product-banner-info {
        bottom: 245px;
    }
    .mayo_section .info-table-column:nth-child(1) {
        width: 24%;
    }
    .mayo_section .four_column_table .info-table-column:nth-child(2) {
        width: 40% !important;
    }
    .mayo_section .four_column_table .info-table-column:nth-child(3) {
        width: 18%;
    }
    .mayo_section .four_column_table .info-table-column:nth-child(4) {
        width: 18%;
    }
    .mayo_section .info-table-line {
        padding-right: 4px !important;
    }
    .alternative_dressing_section .container.clearfix {
        padding-top: 85px !important;
    }
    .alternative_dressing_section .product-info-textcontent {
        padding-top: 70px;
    }
    .pasta_souce_section .product-image-inner img {
        max-height: 460px;
    }
    .pasta_souce_section .product-info-textcontent {
        padding-top: 140px;
    }
    .vc_row.wpb_row.pasta_souce_section {
        margin-top: 0 !important;
    }
    .layout_8 .banner-inner-image_1 {
        max-width: 70%;
    }
    .banner-inner-image_2 {
        max-width: 70%;
    }
    .layout_8 .product-banner-text {
        max-width: 75%;
        padding-top: 0;
    }
    .baking_mix_section .product-info-textcontent,
    .toast_section .product-info-textcontent,
    .brioche_section .product-info-textcontent {
        width: 75%;
    }
    .toast_section .product-info-image {
        width: 25%;
    }
    .baking_mix_section .product-image-inner {
        margin-left: 5px;
    }
    .toast_section .product-info-textcontent {
        padding-top: 38px;
    }
    .brioche_section .product-info-textcontent {
        padding-top: 45px;
    }
    .vc_row.wpb_row.toast_section {
        margin-top: 0 !important;
    }
    .baking_mix_section .info-table-column:nth-child(1),
    .toast_section .info-table-column:nth-child(1),
    .brioche_section .info-table-column:nth-child(1) {
        width: 192px !important;
    }
    .baking_mix_section .info-table-column:nth-child(2),
    .toast_section .info-table-column:nth-child(2),
    .brioche_section .info-table-column:nth-child(2) {
        width: 262px !important;
    }
    .baking_mix_section .info-table-column:nth-child(3),
    .toast_section .info-table-column:nth-child(3),
    .brioche_section .info-table-column:nth-child(3) {
        width: 115px !important;
    }
    .baking_mix_section .info-table-column:nth-child(4),
    .toast_section .info-table-column:nth-child(4),
    .brioche_section .info-table-column:nth-child(4) {
        width: calc(100% - 569px) !important;
    }
    .baking_mix_section .product-info-textcontent,
    .brioche_section .product-info-textcontent {
        padding-left: 20px !important;
    }

    .social-share-section {
        margin-top: 0;
    }
    #distributors-google-maps {height: 400px;margin-bottom: 45px;}
    .distributors-text-section h1 {font-size: 36px;margin-bottom: 30px;}
    .distributors-text-section {margin-bottom: 35px;}
    .distributor-item {padding: 20px 25px 20px;margin-bottom: 13px;}
    .distributor-item-inner h2 {font-size: 23px;line-height: 1.3;margin-bottom: 9px;}
    .distributor-content {font-size: 13px;margin-bottom: 10px;}
    .phone--section a {font-size: 13px;line-height: 1.2;}
    .phone--section {margin-bottom: 30px;}
    .mail--section a {font-size: 13px;line-height: 1.2;}
    .mail--section {bottom: 25px;left: 25px;}
    .distributors-list-body {width: 95%;margin-bottom: 40px;}
    
        .vc_row.wpb_row.pudding_section {margin-top: -57px !important;}
}

@media(max-width:1023px) {
    .food-banner-inner {
        background-size: 690px auto;
    }
	
    .food-markers-list {
        height: 400px;
        width: 690px;
        max-width: 690px;
        margin: 0 auto;
    }
    .bottom-text-section {
        padding: 20px 20px 0 20px;
        font-size: 18px;
    }
    .secondary-title {
        margin-bottom: 30px;
        font-size: 40px;
    }
    .food-market-item {
        top: 40px;
        width: 150px;
    }
    .food-marker-title,
    .marker-button {
        font-size: 16px;
    }
    .food-marker-title {
        margin-bottom: 10px;
    }
    .marker-button {
        padding-right: 45px;
    }
    .marker-button span {
        top: 1px;
    }
    .full-screen-banner-text {
        height: auto;
    }
    .full-screen-banner-text>div.valign {
        top: 0;
        padding-top: 60px;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    .main-food-section {
        padding-top: 145px;
    }
    .angle-line-container.style2 {
        width: 4000px;
        bottom: auto;
        height: 450px;
        display: block;
        right: auto;
        top: 0;
    }
    .next-section-scroll {
        display: none;
    }
    .food-marker-title::before {
        left: calc(100% + 75px);
    }
    .food-marker-title::after {
        width: 68px;
    }
    .food-market-item:nth-child(2) {
        top: 155px;
    }
    .food-market-item:nth-child(2) .food-marker-title::before {
        left: calc(100% + 60px);
        margin-top: 3px;
        top: 0;
    }
    .food-market-item:nth-child(2) .food-marker-title::after {
        width: 50px;
        top: 9px;
    }
    .food-market-item:nth-child(3) {
        top: 140px;
    }
    .food-market-item:nth-child(3) .food-marker-title::before {
        left: auto;
        right: calc(100% + 72px);
    }
    .food-market-item:nth-child(3) .food-marker-title::after {
        width: 65px;
    }
    .food-market-item:nth-child(5) {
        left: 150px;
        top: 290px;
    }
    .food-market-item:nth-child(5) .food-marker-title::before {
        top: -130px;
    }
    .food-market-item:nth-child(5) .food-marker-title::after {
        height: 105px;
    }
    .food-market-item:nth-child(4) {
        right: 195px;
        top: 290px;
    }
    .food-market-item:nth-child(4) .food-marker-title::before {
        top: -78px;
    }
    .food-market-item:nth-child(4) .food-marker-title::after {
        height: 55px;
    }
    .img-text-container {
        padding-left: 10px;
    }
    .text-section-column {
        padding-left: 25px;
        padding-right: 15px;
    }
    .before_title {
        font-size: 18px;
    }
    .text-column-inner h2 {
        font-size: 30px;
    }
    .image-right .text-section-column {
        padding-left: 30px;
        padding-right: 15px;
    }
    .product-page-banner .container {
        height: 950px;
    }
    .product-banner-info {
        bottom: 175px;
    }
    h2.category-title {
        font-size: 36px;
        margin-bottom: 38px;
    }
    .product-info-image {
        width: 100%;
    }
    .product-info-textcontent,
    .image_last .product-info-textcontent {
        width: 100%;
        padding: 20px 25px 20px;
    }
    .info-table-column {
        width: 230px;
    }
    .info-table-column:nth-child(2) {
        width: 270px;
    }
    .info-table-column:nth-child(3) {
        width: calc(100% - 500px);
    }
    .image_last .product-info-image {
        float: right;
        width: 100%;
    }
    .hot_dog_section .product-info-textcontent {
        margin-top: -60px;
        margin-bottom: 30px;
        position: relative;
    }
    .burger_meatballs_section .category-title {
        margin-bottom: 0;
    }
    .nuggets_section {
        margin-top: 0 !important;
    }
    .nuggets_section .product-information-section .container {
        padding-top: 15px;
    }
    .nuggets_section .product-info-textcontent {
        padding-top: 0;
    }
    .vc_row.wpb_row.nuggets_section {
        margin-top: 0 !important;
    }
    .product-page-banner.layout_2 .container {
        padding-top: 55px;
        padding-bottom: 190px;
    }
    .fish_stick_section .product-image-inner,
    .fish_stick_section .product-image-inner img {
        max-height: 395px;
        float: right;
    }
    .tuna_salad_section .product-info-textcontent {
        padding-top: 0;
        margin-top: -25px;
        padding-bottom: 50px;
    }
    .layout_3 .product-banner-info {
        bottom: auto;
        top: auto;
        position: static;
        padding-top: 50px;
        padding-bottom: 320px;
    }
    .layout_3.product-page-banner .container {
        height: auto;
    }
    .layout_3 .product-banner-line {
        bottom: 140px;
    }
    .vc_row.wpb_row.milk_alternative_section {
        margin-top: -150px !important;
    }
    .milk_alternative_section .product-info-image {
        padding: 0 38%;
        width: 100%;
    }
    .milk_alternative_section .product-info-textcontent {
        padding-top: 30px;
    }
    .vc_row.wpb_row.barista_milk_section {
        margin-top: 0 !important;
    }
    .barista_milk_section .product-image-inner img,
    .coffe_milk_section .product-image-inner img,
    .greens_yogurt_section .product-image-inner img,
    .fruit_yogurt_section .product-image-inner img,
    .negative-top-product .product-image-inner img,
    .overlayed-image-left .product-image-inner img,
    .pizza_cheese_section .product-image-inner img,
    .sliced_cheese_section .product-image-inner img,
    .feta_section .product-image-inner img,
    .grilled_cheese_section .product-image-inner img,
    .mayo_section .product-image-inner img,
    .burger_souce_section .product-image-inner img,
    .baking_mix_section .product-image-inner img,
    .toast_section .product-image-inner img,
    .brioche_section .product-image-inner img {
        max-height: 380px;
    }
    .vc_row.wpb_row.coffe_milk_section {
        margin-top: 0 !important;
    }
    .coffe_milk_section .product-image-inner {
        margin-right: 0;
    }
    .coffe_milk_section .product-image-inner,
    .coffe_milk_section .product-image-inner img {
        float: left;
    }
    .coffe_milk_section .container.clearfix {
        padding-top: 50px;
    }
    .coffe_milk_section .product-info-textcontent {
        padding-top: 20px;
    }
    .vc_row.wpb_row.pudding_section {
        margin-top: -50px !important;
    }
    .pudding_section .product-info-textcontent {
        margin-left: 0;
        width: 100% !important;
        padding: 20px 25px 20px !important;
    }
    .whipped_cream_section .product-info-textcontent {
        width: 100% !important;
        position: relative;
    }
    .whipped_cream_section .product-info-image {
        width: 0;
    }
    .whipped_cream_section .product-image-inner {
        margin-right: -500px;
        margin-top: 20px;
    }
    .pudding_section .info-table-column {
        width: 230px;
    }
    .pudding_section .info-table-column:nth-child(2) {
        width: 270px;
    }
    .pudding_section .info-table-column:nth-child(3) {
        width: calc(100% - 500px);
    }
    .negative-top-product .product-info-textcontent {
        padding-top: 0;
    }
    .image_last.image_out_container .product-image-inner,
    .image_last.image_out_container .product-image-inner img {
        float: right;
    }
    .image_first.image_out_container .product-image-inner,
    .image_first.image_out_container .product-image-inner img {
        float: left;
    }
    .product-page-banner.layout_5 {
        background-size: 560px auto;
    }
    .layout_5.product-page-banner .container {
        height: 610px;
    }
    .pizza_cheese_section .product-info-textcontent {
        padding-top: 20px;
        z-index: 2;
        position: relative;
    }
    .sliced_cheese_section .info-table-column:nth-child(2),
    .feta_section .info-table-column:nth-child(2) {
        width: 270px;
    }
    .sliced_cheese_section .info-table-column:nth-child(3),
    .feta_section .info-table-column:nth-child(3) {
        width: calc(100% - 500px);
    }
    .vc_row.wpb_row.feta_section {
        margin-top: 0 !important;
    }
    .feta_section .product-info-textcontent>div {
        margin-left: 0;
    }
    .layout_6 .product-banner-info {
        top: auto;
        position: static;
        padding: 55px 0 440px;
    }
    .layout_6.product-page-banner .container {
        height: auto;
    }
    .vc_row.wpb_row.icecream_section {
        margin-top: -25px !important;
    }
    .icecream_section .product-image-inner img {
        max-height: 370px;
    }
    .layout_6.product-page-banner {
        background-size: auto 391px;
    }
    /*.product-page-banner.layout_7 {
        background-size: auto 380px;
    }*/
    .mayo_section .product-info-textcontent h3 {
        margin-bottom: 35px;
    }
    .mayo_section .product-info-textcontent {
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        padding-top: 25px;
        position: relative;
        z-index: 3;
    }
    .mayo_section .product-info-image {
        width: 100%;
        margin-bottom: -385px;
    }
    .topping_mayo_section .product-image-inner {
        margin-left: -240px;
        margin-top: 0;
    }
    .pasta_souce_section .product-image-inner {
        max-width: 380px;
        margin: 0 auto;
    }
    .toast_section .product-info-image {
        width: 100%;
    }
    .baking_mix_section .product-info-textcontent,
    .toast_section .product-info-textcontent,
    .brioche_section .product-info-textcontent {
        width: 100%;
    }
    .brioche_section .container.clearfix {
        padding-bottom: 50px !important;
    }
    .baking_mix_section .info-table-column:nth-child(1),
    .toast_section .info-table-column:nth-child(1),
    .brioche_section .info-table-column:nth-child(1) {
        width: 29% !important;
    }
    .baking_mix_section .info-table-column:nth-child(2),
    .toast_section .info-table-column:nth-child(2),
    .brioche_section .info-table-column:nth-child(2) {
        width: 40% !important;
    }
    .baking_mix_section .info-table-column:nth-child(3),
    .toast_section .info-table-column:nth-child(3),
    .brioche_section .info-table-column:nth-child(3) {
        width: 15% !important;
    }
    .baking_mix_section .info-table-column:nth-child(4),
    .toast_section .info-table-column:nth-child(4),
    .brioche_section .info-table-column:nth-child(4) {
        width: 16% !important;
    }
    .vc_row.newsletter-page-row {
        padding: 60px 60px 80px;
    }
    .newsletter-page-field.checkbox-field>label,
    .newsletter-page-field.radio-field>label {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .wpcf7-list-item-label {
        font-size: 16px;
    }
    .wpcf7-checkbox .wpcf7-list-item-label::before,
    .wpcf7-radio .wpcf7-list-item-label::before {
        width: 24px;
        height: 24px;
    }
    .wpcf7-checkbox .wpcf7-list-item-label::after,
    .wpcf7-radio .wpcf7-list-item-label::after {
        width: 15px;
        height: 7px;
        top: 4px;
        left: 3px;
    }
    .wpcf7-checkbox .wpcf7-list-item-label,
    .wpcf7-radio .wpcf7-list-item-label {
        padding-left: 32px;
    }
    .newsletter-page-field input[type="text"],
    .newsletter-page-field input[type="email"],
    .newsletter-page-field input[type="tel"] {
        padding: 15px 16px 13px 16px;
    }
    .newsletter-page-field {
        margin-bottom: 15px;
    }
    .newsletter-page-field.radio-field,
    .newsletter-page-field.checkbox-field {
        margin-bottom: 15px;
    }
    .newsletter-page-field.submit-field .wpcf7-submit {
        font-size: 20px;
    }
    #distributors-google-maps {height: 300px;margin-bottom: 35px;}
    .distributors-text-section h1 {font-size: 30px;margin-bottom: 20px;}
    .distributor-item {padding: 20px 25px 20px;margin-bottom: 13px;width: 100%;}
    .cacke--bot .product-info-image {margin-top: 20px;margin-left: 0;}
}

@media(max-width:767px) {
    .main-title-area h1 {
        font-size: 35px;
        line-height: 1.2;
    }
    .main-title-area h1 strong {
        font-size: 52px;
        padding-top: 10px;
    }
    .angle-line-container.style2 {
        height: 395px;
    }
    .main-food-section {
        padding-top: 105px;
    }
    .secondary-title {
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 1.2;
    }
    .food-banner-inner {
        background-size: 575px auto;
    }
    .food-markers-list {
        height: 375px;
        width: 575px;
        max-width: 575px;
    }
    .food-market-item {
        top: 70px;
        width: 130px;
    }
    .food-marker-title,
    .marker-button {
        font-size: 14px;
    }
    .marker-button span {
        top: -1px;
    }
    .food-marker-title::before {
        width: 10px;
        height: 10px;
        left: calc(100% + 65px);
    }
    .food-marker-title::after {
        height: 1px;
        width: 55px;
        margin-top: -2px;
    }
    .food-market-item:nth-child(2) {
        top: 155px;
    }
    .food-market-item:nth-child(2) .food-marker-title::before {
        left: calc(100% + 45px);
    }
    .food-marker-title {
        margin-bottom: 5px;
    }
    .food-market-item:nth-child(2) .food-marker-title::after {
        width: 35px;
        top: 9px;
    }
    .food-market-item:nth-child(3) {
        top: 150px;
    }
    .food-market-item:nth-child(3) .food-marker-title::before {
        left: auto;
        right: calc(100% + 60px);
    }
    .food-market-item:nth-child(3) .food-marker-title::after {
        width: 50px;
    }
    .food-market-item:nth-child(5) {
        left: 115px;
        top: 295px;
    }
    .food-market-item:nth-child(5) .food-marker-title::before {
        top: -83px;
    }
    .food-market-item:nth-child(5) .food-marker-title::after {
        height: 110px;
        width: 1px;
        bottom: calc(100% + 10px);
    }
    .bottom-text-section {
        padding: 10px 20px 0 20px;
        font-size: 16px;
    }
    .food-market-item:nth-child(5) .food-marker-title::before {
        top: -120px;
    }
    .food-market-item:nth-child(4) {
        right: 160px;
        top: 295px;
    }
    .food-market-item:nth-child(4) .food-marker-title::after {
        height: 55px;
        width: 1px;
        margin-left: -1px !important;
        right: auto !important;
    }
    .marker-button span::before {
        right: 9px;
    }
    .text-section-column {
        padding-left: 15px;
        padding-right: 5px;
    }
    .image-right .text-section-column {
        padding-left: 15px;
        padding-right: 5px;
    }
    .text-column-inner h2 {
        font-size: 26px;
    }
    .textcontent-container {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .button span {
        top: 1px;
    }
    .newsletter-contact-field {
        width: 185px;
    }
    .newsletter-contact-field.email-field {
        width: calc(100% - 200px);
    }
    .footer-newsletter-form {
        margin-bottom: 35px;
    }
    .footer-widgets-container {
        width: 60%;
    }
    .footer-widgets .menu li a {
        font-size: 16px;
    }
    .footer-social-item a {
        font-size: 32px;
    }
    .footer-social-item:first-child {
        margin-left: 0;
    }
    .footer-social-item {
        margin-left: 19px;
        display: inline-block;
    }
    .footer-social-icons {
        width: 35%;
        padding-top: 3px;
    }
    .product-page-banner {
        background-size: 520px auto;
    }
    .product-banner-inner-info h1,
    .product-banner-inner-info h2,
    .product-banner-inner-info h3 {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .product-banner-text {
        max-width: 95%;
    }
    .product-page-banner .container {
        height: 705px;
    }
    .product-banner-info {
        bottom: 135px;
    }
    .info-table-column {
        width: 36%;
    }
    .info-table-column:nth-child(2) {
        width: 42%;
    }
    .info-table-column:nth-child(3) {
        width: 22%;
    }
    .fish_stick_section .product-info-image {
        margin-top: -190px;
    }
    .pudding_section .info-table-column {
        width: 36%;
    }
    .pudding_section .info-table-column:nth-child(2) {
        width: 42%;
    }
    .pudding_section .info-table-column:nth-child(3) {
        width: 22%;
    }
    .product-page-banner.layout_4 {
        background-size: auto 300px;
    }
    .product-page-banner.layout_4 .container {
        height: auto;
    }
    .layout_4 .product-banner-info {
        bottom: 165px;
        position: static;
        padding: 300px 10px 180px;
    }
    .negative-top-product .product-image-inner img,
    .overlayed-image-left .product-image-inner img {
        max-height: 290px;
    }
    .layout_5.product-page-banner .container {
        height: auto;
    }
    .layout_5 .product-banner-info {
        bottom: auto;
        top: auto;
        position: static;
        padding: 50px 0 380px;
    }
    .product-page-banner.layout_5 {
        background-size: 455px auto;
    }
    .sliced_cheese_section .info-table-column:nth-child(2),
    .feta_section .info-table-column:nth-child(2) {
        width: 42%;
    }
    .sliced_cheese_section .info-table-column:nth-child(3),
    .feta_section .info-table-column:nth-child(3) {
        width: 22%;
    }
    .vc_row.wpb_row.pizza_cheese_section {
		margin-top: -50px !important;
	}
    .layout_6.product-page-banner {
        background-size: auto 330px;
    }
    /*.product-page-banner.layout_7 {
        background-size: auto 295px;
    }*/
    .layout_7.product-page-banner .container {
        height: auto;
    }
    .layout_7 .product-banner-info {
        bottom: auto;
        position: static;
        padding: 300px 0 145px;
    }
    .mayo_section .info-table-column {
        padding-right: 4px;
    }
    .mayo_section .info-table-column:nth-child(1) {
        width: 25%;
    }
    .mayo_section .four_column_table .info-table-column:nth-child(4) {
        width: 17%;
    }
    .topping_mayo_section .product-image-inner {
        margin-left: 0;
        margin-top: 0;
    }
    .baking_mix_section .product-info-textcontent,
    .brioche_section .product-info-textcontent {
        padding-left: 25px !important;
    }
    .toast_section .info-table-column,
    .brioche_section .info-table-column,
    .baking_mix_section .info-table-column {
        font-size: 13px;
    }
    .brioche_section .container.clearfix {
        padding-bottom: 40px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        padding: 40px !important;
        top: 110px;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2 {
        font-size: 30px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}

@media(max-width:639px) {
    .bottom-text-section br {
        display: none;
    }
    .main-title-area h1,
    .secondary-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .main-title-area h1 strong {
        font-size: 40px;
        padding-top: 10px;
    }
    .full-screen-banner-text>div.valign {
        padding-top: 40px;
    }
    .main-food-section {
        padding-top: 80px;
    }
    .angle-line-container.style2 {
        height: 307px;
    }
    .img-text-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .media-section-column {
        width: 100%;
        height: auto !important;
    }
    .text-section-column {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 30px;
        width: 100%;
        height: auto !important;
    }
    .text-section-column>.text-column-inner {
        top: 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    .text-column-inner h2 br,
    .textcontent-container br {
        display: none;
    }
    .image-text-section {
        margin-bottom: 5px;
    }
    .image-text-section.half_browser_width .media-section-column {
        position: relative;
        right: 0;
        height: 255px !important;
    }
    .half_browser_width .image-background {
        margin-right: -300px;
    }
    .image-text-section.half_browser_width .media-section-column>.img-text-container {
        height: 100%;
        margin-top: 0;
        padding: 0;
    }
    .vc_column-inner.vc_custom_1600666239097 {
        padding-bottom: 20px !important;
    }
    .image-text-section.half_browser_width {
        margin-bottom: 20px;
    }
    .newsletter-contact-field.email-field {
        width: 100%;
        margin-bottom: 10px;
    }
    .newsletter-contact-field {
        width: 100%;
    }
    .newsletter-contact-field input[type="email"] {
        font-size: 16px;
        padding: 10px 25px;
    }
    .newsletter-contact-field .wpcf7-submit {
        font-size: 17px;
        padding: 10px 25px;
    }
    .footer-widgets-container {
        width: 100%;
        margin-bottom: 35px;
    }
    .footer-social-icons {
        width: 100%;
        padding-top: 3px;
        text-align: left;
    }
    .food-markers-list {
        height: auto;
        width: 100%;
        max-width: 575px;
        padding-bottom: 200px;
        display: table;
    }
    .food-markers-list .food-market-item {
        position: static !important;
        text-align: left !important;
        padding: 0 8px;
        float: left;
        width: 50% !important;
        margin-bottom: 15px;
    }
    .food-markers-list .food-market-item:nth-child(2n) {
        clear: right;
    }
    .food-marker-title::before,
    .food-marker-title::after {
        display: none !important;
    }
    .food-banner-inner {
        background-size: 100% auto;
    }
    .secondary-title {
        margin-bottom: 42px;
    }
    .food-marker-title,
    .marker-button {
        font-size: 16px;
    }
    .marker-button span {
        top: 1px;
    }
    .food-marker-title {
        margin-bottom: 10px;
    }
    .search-form-container {
        width: 100%;
    }
    .product-page-banner {
        background-size: 420px auto;
    }
    .info-table-line:first-child {
        display: none;
    }
    .info-table-column {
        width: 100% !important;
        padding-right: 0;
    }
    .info-table-column::before {
        content: attr(title) "  : ";
        font-weight: 700;
    }
    .banner-inner-image {
        margin-bottom: 18px;
    }
    .product-page-banner.layout_2 .container {
        padding-bottom: 130px;
    }
    .layout_3 .product-banner-info {
        padding-bottom: 259px;
    }
    .product-banner-inner-info {
        padding: 0 10px;
    }
    .layout_3 .product-banner-inner-info h1 {
        margin-bottom: 45px;
    }
    .four_column_table .info-table-column {
        width: 100% !important;
    }
    .four_column_table .info-table-column:nth-child(2) {
        width: 100% !important;
    }
    .product-info-textcontent,
    .image_last .product-info-textcontent {
        padding: 20px 15px 20px;
    }
    .overlayed-image-left .product-image-inner {
        margin-left: 10px;
    }
    .product-page-banner.layout_4 {
        background-size: auto 210px;
    }
    .layout_4 .product-banner-info {
        bottom: 165px;
        position: static;
        padding: 230px 10px 160px;
    }
    .pizza_cheese_section .product-image-inner {
        margin-right: 0;
    }
    .sliced_cheese_section .product-info-textcontent {
        margin-top: -45px;
    }
    .sliced_cheese_section .container.clearfix {
        padding-bottom: 30px;
    }
    .layout_6 .product-banner-info {
        padding: 35px 0 410px;
    }
    /*.product-page-banner.layout_7 {
        background-size: auto 225px;
    }*/
    .layout_7 .product-banner-info {
        padding: 220px 0 145px;
    }
    .mayo_section .product-info-image {
        margin-bottom: 0;
    }
    .alternative_dressing_section .container.clearfix {
        padding-top: 30px !important;
    }
    .alternative_dressing_section .product-info-textcontent {
        padding-top: 25px;
    }
    .mayo_section .four_column_table .info-table-column:nth-child(2) {
        width: 100% !important;
    }
    .baking_mix_section .product-image-inner img,
    .toast_section .product-image-inner img,
    .brioche_section .product-image-inner img {
        max-height: 315px;
    }
    .baking_mix_section .info-table-column:nth-child(1),
    .toast_section .info-table-column:nth-child(1),
    .brioche_section .info-table-column:nth-child(1),
    .baking_mix_section .info-table-column:nth-child(3),
    .toast_section .info-table-column:nth-child(3),
    .brioche_section .info-table-column:nth-child(3),
    .baking_mix_section .info-table-column:nth-child(4),
    .toast_section .info-table-column:nth-child(4),
    .brioche_section .info-table-column:nth-child(4) {
        width: 100% !important;
    }
    .toast_section .info-table-column,
    .brioche_section .info-table-column,
    .baking_mix_section .info-table-column {
        font-size: 15px;
    }
    .baking_mix_section .product-info-textcontent,
    .brioche_section .product-info-textcontent {
        padding-left: 15px !important;
    }
    .newsletter-page-field.submit-field .wpcf7-submit {
        font-size: 18px;
        width: 100%;
    }
    .vc_row.newsletter-page-row {
        padding: 40px 15px 50px;
    }
    .newsletter-page-row .wpb_text_column h1 {
        margin-bottom: 25px;
    }
    .mail--section {bottom: 0;left: 0;position: relative;}
    .distributor-item {height: auto !important;}
}

@media(max-width:479px) {
    h2.category-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .product-info-textcontent h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .hot_dog_section .product-info-textcontent {
        margin-top: -40px;
    }
    .product-page-banner .container {
        height: auto;
    }
    .product-banner-info {
        bottom: 0;
        position: relative;
        padding: 190px 10px 102px;
    }
    .product-page-banner {
        background-size: 330px auto;
    }
    .product-banner-inner-info h1,
    .product-banner-inner-info h2,
    .product-banner-inner-info h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }
    .product-banner-text {
        max-width: 100%;
    }
    h2.category-title {
        font-size: 24px;
        margin-bottom: 30px;
        padding: 0 5px;
    }
    .product-info-textcontent h3 br {
        display: none;
    }
    .layout_2 .product-banner-info {
        position: relative;
        bottom: 0;
        left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .fish_stick_section .product-info-textcontent {
        position: relative;
        z-index: 2;
    }
    .fish_stick_section .product-info-image {
        margin-top: -125px;
        margin-bottom: -120px;
    }
    .fish_stick_section .product-image-inner,
    .fish_stick_section .product-image-inner img {
        max-height: 280px;
        float: right;
    }
    .layout_3 .product-banner-inner-info h1 {
        margin-bottom: 38px;
    }
    .whipped_cream_section .info-table-column {
        padding-bottom: 12px;
    }
    .mayo_section .four_column_table .info-table-column:nth-child(2) {
        width: 100% !important;
    }
    .pasta_souce_section .product-image-inner img {
        max-height: 380px;
    }
    .layout_8 .product-banner-text {
        max-width: 100%;
        padding-top: 0;
    }
    .banner-inner-image_2 {
        max-width: 90%;
    }
    .layout_8 .banner-inner-image_1 {
        max-width: 90%;
    }
    .layout_8 .product-banner-info {
        padding: 0 !important;
    }
    .baking_mix_section .product-image-inner img,
    .toast_section .product-image-inner img,
    .brioche_section .product-image-inner img {
        max-height: 280px;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        padding: 30px 20px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
        font-size: 14px !important;
    }
    .newsletter-page-row .wpb_text_column h1 {
        margin-bottom: 15px;
    }
    .vc_row.newsletter-page-row {
        padding: 40px 15px 50px 0;
    }
    .distributor-item-inner h2 {font-size: 20px;line-height: 1.3;margin-bottom: 9px;}
    .phone--section {margin-bottom: 20px;}
    #distributors-google-maps {height: 300px;margin-bottom: 25px;}
    .distributors-text-section h1 {font-size: 26px;margin-bottom: 15px;}
    .pouder--top .product-page-banner.layout_2 .container {padding-bottom: 70px;}
}

@media(max-width:410px) {
    .main-title-area h1,
    .secondary-title {
        font-size: 22px;
    }
    .main-title-area h1 strong {
        font-size: 30px;
        padding-top: 10px;
    }
    .angle-line-container.style2 {
        height: 235px;
    }
    .main-food-section {
        padding-top: 55px;
    }
    .food-marker-title,
    .marker-button {
        font-size: 14px;
    }
    .marker-button span {
        top: 0px;
    }
    .food-markers-list {
        padding-bottom: 170px;
    }
    .food-banner-inner {
        background-position: 50% 88%;
    }
    .angle-line-container {
        height: 135px;
    }
    .double-top-spacing .image-text-section {
        padding-top: 40px;
    }
    .img-text-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-section-column {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        width: 100%;
    }
    .footer-newsletter-form h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }
    .button {
        font-size: 17px;
    }
    .button span {
        top: 0px;
    }
    .top-menu-inner .menu li a,
    .secondary-menu-container li a,
    .language-switcher ul li a {
        font-size: 20px;
    }
    .sub-menu-wrap li a {
        font-size: 17px !important;
    }
    .not-clickable>a {
        pointer-events: none;
        max-width: 85%;
    }
    .product-page-banner {
        background-size: 275px auto;
    }
    .tuna_salad_section .product-info-textcontent {
        padding-top: 0;
        margin-top: -10px;
        padding-bottom: 50px;
    }
    .fish_stick_section .product-info-image {
        margin-top: -125px;
        margin-bottom: -130px;
    }
    .layout_3 .product-banner-inner-info h1 br {
        display: none;
    }
    .vc_row.wpb_row.milk_alternative_section {
        margin-top: -120px !important;
    }
    .whipped_cream_section .container.clearfix {
        padding-top: 35px !important;
    }
    .fruit_yogurt_section .container.clearfix {
        padding-top: 30px !important;
    }
    .product-page-banner.layout_4 {
        background-size: auto 160px;
    }
    .layout_4 .product-banner-info {
        bottom: 165px;
        position: static;
        padding: 165px 10px 155px;
    }
    .overlayed-image-left .container.clearfix {
        padding-bottom: 30px !important;
    }
    .product-page-banner.layout_5 {
        background-size: 360px auto;
        background-position: 50% 65px;
    }
    .layout_5 .product-banner-info {
        padding: 50px 0 285px;
    }
    .layout_5 .product-banner-line-top {
        height: 160px;
    }
    .vc_row.wpb_row.pizza_cheese_section {
        margin-top: -50px !important;
    }
    .layout_6.product-page-banner {
        background-size: auto 255px;
    }
    .layout_6 .product-banner-info {
        padding: 35px 0 320px;
    }
    .icecream_section .product-image-inner img {
        max-height: 320px;
    }
   /* .product-page-banner.layout_7 {
        background-size: auto 160px;
    }*/
    .layout_7 .product-banner-info {
        padding: 160px 0 120px;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
        font-size: 12px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2 {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        padding: 20px 15px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        top: 40px;
    }
    .newsletter-page-field input[type="text"],
    .newsletter-page-field input[type="email"],
    .newsletter-page-field input[type="tel"] {
        padding: 12px;
        font-size: 14px;
    }
}

@media(max-width:1200px) and (max-height:420px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
        font-size: 12px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2 {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        padding: 20px 15px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        top: 10px;
    }
    h2.category-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .product-info-textcontent h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .hot_dog_section .product-info-textcontent {
        margin-top: -40px;
    }
    .product-page-banner .container {
        height: auto;
    }
    .product-banner-info {
        bottom: 0;
        position: relative;
        padding: 180px 10px 175px;
    }
    .product-page-banner {
        background-size: 330px auto;
    }
    .product-banner-inner-info h1,
    .product-banner-inner-info h2,
    .product-banner-inner-info h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }
    .product-banner-text {
        max-width: 100%;
    }
    h2.category-title {
        font-size: 24px;
        margin-bottom: 30px;
        padding: 0 5px;
    }
    .product-image-inner,
    .product-image-inner img {
        max-height: 260px;
    }
    .image_last.image_out_container .product-image-inner,
    .image_last.image_out_container .product-image-inner img {
        float: right;
    }
    .image_first.image_out_container .product-image-inner,
    .image_first.image_out_container .product-image-inner img {
        float: left;
    }
}
.quark--section .product-info-textcontent {
	width: 100%;
}

/*table 4 columns*/
.table-4col-spacing .product-info-table.four_column_table .info-table-column {
	width: 270px;
}
.table-4col-spacing .product-info-table.four_column_table .info-table-column:nth-child(2) {
	width: 330px;
	padding-right: 10px;
}
.table-4col-spacing .product-info-table.four_column_table .info-table-column:nth-child(3) {
	width: 100px;
}
.table-4col-spacing .product-info-table.four_column_table .info-table-column:nth-child(4) {
	width: 100px;
}



/* responsive.css file */
@media(max-width:1919px) {}

@media(max-width:1750px) {
    .insights-page-container {
        max-width: 1240px;
    }
    .insight-category-menu li a {
        font-size: 19px;
    }
    .blog-post-image {
        height: 340px;
    }
    .blog-post_title {
        font-size: 42px;
    }
    .blog-post-category a,
    .blog-post-category span {
        font-size: 19px;
    }
    .post-excerpt {
        font-size: 19px;
    }
    .blog-post .button {
        font-size: 20px;
    }
    .blog-post .button span::before {
        top: 12px;
    }
    .blog-post .button span {
        width: 26px;
        height: 26px;
    }
    .nav-links .page-numbers:not(.dots) {
        font-size: 22px;
        width: 44px;
        height: 44px;
        line-height: 45px;
    }
    .single-post-banner {
        height: 370px;
    }
    .single-post-container {
        margin: 0 auto;
        padding-left: 149px;
        padding-right: 280px;
    }
    .blog-before-title {
        font-size: 19px;
    }
    .single-post-container h1 {
        font-size: 70px;
        margin-bottom: 40px;
    }
    .single-post-content p,
    .single-post-content li {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .single-post-container-inner .button_container {
        padding-bottom: 85px;
    }
    .single-post-content {
        margin-bottom: 64px;
    }
    .button.back-button {
        font-size: 19px;
    }
    .button.back-button i {
        font-size: 15px;
    }
    .page-banner-section .container {
        height: 850px;
    }
    .page-banner-description {
        width: 436px;
        margin-right: 90px;
        margin-top: 130px;
        height: calc(100% - 130px);
        font-size: 33px;
        padding-left: 30px;
        padding-top: 20px;
    }
    .page-banner-description-inner::before {
        height: calc(100% + 130px);
    }
    .leaf-heading-text h2 {
        font-size: 62px;
    }
    .wpb_text_column.leaf-heading-text {
        height: 315px;
    }
    .wpb_text_column.leaf-heading-text+.vc_row.vc_inner {
        max-width: 848px;
    }
    .wpb_text_column p,
    .product-banner-text p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .alternatives-items-section h2 {
        font-size: 39px;
    }
    .alternative-item span {
        font-size: 25px;
    }
    .alternatives-items-inner {
        padding-bottom: 150px;
        padding-top: 100px;
    }
    .slider-navigation {
        width: 1438px;
        max-width: 1438px;
        margin-left: -719px;
    }
    .page-banner-slide {
        height: 550px !important;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner .wpb_text_column h2,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
        font-size: 76px;
        margin-bottom: 35px;
    }
    .alternatives-items-section.three_column_circles h2 {
        font-size: 72px;
        margin-bottom: 76px;
    }
    .alternatives-items-section.three_column_circles {
        max-width: 1100px;
    }
    .alternative-item span {
        font-size: 23px;
    }
    .alternatives-items-section.three_column_circles {
        padding-bottom: 60px;
    }
    .vc_row.uber-uns-top-textcontent.alternatives-items-section-row.flower-background::before {
        width: 490px;
        height: 880px;
    }
    .vc_row.certificate-title-row {
        padding-top: 80px;
    }
    .certificates-images .wpb_single_image img {
        max-height: 184px;
    }
    .produktion-page .vc_row:last-child {
        padding-bottom: 80px !important;
    }
}

@media(max-width:1600px) {
    .insights-page-container {
        max-width: 1056px;
    }
    .blog-post-image {
        height: 290px;
    }
    .blog-post_title {
        font-size: 34px;
    }
    .blog-post-category a,
    .blog-post-category span {
        font-size: 17px;
    }
    .blog-post-image {
        margin-bottom: 20px;
    }
    .post-excerpt {
        font-size: 16px;
    }
    .blog-post .button { 
        font-size: 17px;
        padding-right: 43px;
    }
    .blog-post .button span {
        width: 22px;
        height: 22px;
    }
    .blog-post .button span::before {
        top: 10px;
        width: 22px;
        right: 9px;
    }
    .blog-post .button span::after {
        top: 6px;
        right: 8px;
    }
    .blog-post {
        margin-bottom: 52px;
    }
    .nav-links .page-numbers:not(.dots) {
        font-size: 16px;
        width: 42px;
        height: 42px;
        line-height: 44px;
    }
    .next.page-numbers::before,
    .prev.page-numbers::before {
        background-size: 17px;
    }
    .posts-pagination.clearfix {
        margin-bottom: 72px;
    }
    .insight-category-menu li a {
        font-size: 17px;
    }
    .insight-category-menu li {
        margin: 0 21px;
    }
    .insight-category-menu {
        padding: 15px 0;
    }
    .lds-ring div {
        width: 36px;
        height: 36px;
        border-width: 3px;
    }
    .container.line-container {
        padding-top: 45px;
    }
    .single-post-banner {
        height: 350px;
    }
    .single-post-container h1 {
        font-size: 60px;
        margin-bottom: 38px;
    }
    .blog-before-title {
        font-size: 17px;
    }
    .single-post-content p,
    .single-post-content li {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .button.back-button i {
        top: 6px;
    }
    .button.back-button {
        font-size: 18px;
    }
    .page-banner-description {
        width: 367px;
        margin-right: 90px;
        margin-top: 95px;
        height: calc(100% - 95px);
        font-size: 27px;
        padding-left: 26px;
        padding-top: 16px;
    }
    .page-banner-section .container {
        height: 610px;
    }
    .page-banner-description-inner::before {
        height: calc(100% + 100px);
    }
    .page-banner-section {
        background-size: cover;
    }
    .vc_row.wpb_row.vc_row-fluid.plant-based-pioneers {
        padding-top: 70px !important;
    }
    .leaf-heading-text h2 {
        font-size: 54px;
    }
    .wpb_text_column.leaf-heading-text {
        height: 284px;
    }
    .wpb_text_column p,
    .product-banner-text p,.single-post-content ul li, .wpb_text_column ul li {
        font-size: 17px;
    }
    .wpb_text_column.leaf-heading-text+.vc_row.vc_inner {
        max-width: 800px;
    }
    .alternatives-items-section {
        padding-top: 46px;
    }
    .alternatives-items-section h2 {
        margin-bottom: 100px;
        font-size: 34px;
    }
    .alternative-item span {
        font-size: 22px;
    }
    .alternatives-items-section {
        max-width: 1160px;
    }
    .alternative-item::before {
        width: 176px;
    }
    .alternative-item.left::before {
        width: 160px;
    }
    .alternatives-items-inner {
        padding-bottom: 120px;
        padding-top: 70px;
    }
    .alternative-item.left {
        margin-bottom: 15px;
    }
    .alternative-item.left {
        margin-top: -18px;
    }
    .slider-navigation {
        width: 1250px;
        max-width: 1250px;
        margin-left: -625px;
    }
    .page-banner-slide {
        height: 470px !important;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner .wpb_text_column h2,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
        font-size: 52px;
        margin-bottom: 30px;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row.three_column_circles .vc_row.vc_inner:first-child,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner:first-child {
        padding-top: 65px;
    }
    .alternatives-items-section.three_column_circles h2 {
        font-size: 52px;
        margin-bottom: 70px;
    }
    .alternatives-items-section.three_column_circles {
        padding-bottom: 60px;
        padding-top: 280px;
    }
    .vc_row.uber-uns-top-textcontent.alternatives-items-section-row.flower-background::before {
        width: 436px;
        height: 710px;
    }
    .alternatives-items-section.three_column_circles {
        max-width: 900px;
    }
    .alternative-item span {
        font-size: 20px;
    }
    .three_column_circles .alternative-item {
        border: 3px solid #91B50B;
    }
    .vc_row.certificate-title-row {
        padding-top: 50px;
    }
    .certificates-images .wpb_single_image img {
        max-height: 140px;
    }
    .produktion-page .vc_row:last-child {
        padding-bottom: 65px !important;
    }
    .wpb_text_column h1 {
        font-size: 64px;
    }
    .page-template-legal-pages .privacy-area {
        padding: 100px 170px 130px;
    }
    .coffe_milk_section .product-image-inner {margin-right: 0 !important;margin-left: 5px !important;margin-top: 60px;}
	.fruit_yogurt_section .category-title {padding-top: 30px;}
	.pizza_cheese_section .product-image-inner {margin-right: 0px;}
	
	/*table 4 columns*/
	.table-4col-spacing .product-info-table.four_column_table .info-table-column:nth-child(1) {	width: 200px;}
	.table-4col-spacing .product-info-table.four_column_table .info-table-column:nth-child(2) {	width: 300px;}
	.table-4col-spacing .product-info-table.four_column_table .info-table-column:nth-child(4) {	width: 80px;}
}

@media(max-width:1439px) {
    .insights-page-container {
        max-width: 74%;
    }
    .insight-category-menu {
        padding: 13px 0;
    }
    .insight-category-menu li a {
        font-size: 16px;
    }
    .insight-category-menu li {
        margin: 0 19px;
    }
    .blog-post-image {
        height: 250px;
    }
    .blog-post_title {
        font-size: 29px;
    }
    .blog-post-category a,
    .blog-post-category span {
        font-size: 15px;
    }
    .blog-post-image {
        margin-bottom: 16px;
    }
    .blog-post {
        margin-bottom: 45px;
    }
    .nav-links .page-numbers:not(.dots) {
        font-size: 16px;
        width: 38px;
        height: 37px;
        line-height: 39px;
    }
    .posts-pagination.clearfix {
        margin-bottom: 62px;
    }
    .next.page-numbers::before,
    .prev.page-numbers::before {
        background-size: 15px;
    }
    .single-post-container {
        padding-left: 115px;
        padding-right: 220px;
    }
    .single-post-container h1 {
        font-size: 53px;
        margin-bottom: 35px;
    }
    .single-post-content p,
    .single-post-content li {
        font-size: 15px;
        margin-bottom: 18px;
    }
    .button.back-button i {
        top: 5px;
        font-size: 14px;
    }
    .button.back-button {
        font-size: 16px;
    }
    .single-post-container-inner .button_container {
        padding-bottom: 60px;
    }
    .single-post-content {
        margin-bottom: 55px;
    }
    .page-banner-section .container {
        height: 570px;
    }
    .page-banner-description {
        width: 340px;
        font-size: 25px;
    }
    .vc_row.wpb_row.vc_row-fluid.plant-based-pioneers {
        padding-top: 60px !important;
    }
    .leaf-heading-text h2 {
        font-size: 50px;
    }
    .wpb_text_column.leaf-heading-text {
        height: 260px;
    }
    .wpb_text_column p,
    .product-banner-text p {
        font-size: 16px;
    }
    .wpb_text_column.leaf-heading-text+.vc_row.vc_inner {
        max-width: 770px;
    }
    .alternatives-items-section h2 {
        margin-bottom: 80px;
        font-size: 32px;
    }
    .alternatives-items-section {
        max-width: 1100px;
    }
    .alternative-item span {
        font-size: 20px;
    }
    .alternative-item.left::before {
        width: 128px;
    }
    .alternative-item::before {
        width: 146px;
    }
    .alternatives-items-inner {
        padding-bottom: 90px;
        padding-top: 50px;
    }
    .alternative-item.left {
        margin-top: -15px;
    }
    .slider-navigation {
        width: 90%;
        margin-left: 5%;
        left: 0;
    }
    .page-banner-slide {
        height: 400px !important;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner .wpb_text_column h2,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
        font-size: 44px;
        margin-bottom: 28px;
    }
    .alternatives-items-section.three_column_circles h2 {
        font-size: 45px;
        margin-bottom: 64px;
    }
    .alternative-item span {
        font-size: 17px;
    }
    .alternatives-items-section.three_column_circles {
        max-width: 75%;
    }
    .vc_row.uber-uns-top-textcontent.alternatives-items-section-row.flower-background::before {
        width: 370px;
        height: 660px;
    }
    .alternatives-items-section.three_column_circles {
        padding-bottom: 25px;
    }
    .page-template-legal-pages .privacy-area {
        padding: 85px 124px 90px;
    }
    .wpb_text_column h1 {
        font-size: 58px;
    }
	
	/*table 4 columns*/
	.table-4col-spacing .product-info-table.four_column_table .info-table-column:nth-child(1) {	width: 160px;}
}

@media(max-width:1279px) {
    .insights-page-container {
        max-width: 90%;
    }
    .blog-post_title {
        font-size: 25px;
    }
    .blog-post-category a,
    .blog-post-category span {
        font-size: 14px;
    }
    .single-post-container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .single-post-container h1 {
        font-size: 47px;
        margin-bottom: 28px;
    }
    .blog-post-category.single-page-category {
        margin-bottom: 26px;
    }
    .container.line-container {
        padding-top: 40px;
    }
    .blog-before-title {
        font-size: 16px;
    }
    .single-post-banner {
        height: 280px;
    }
    .page-banner-section .container {
        height: 480px;
    }
    .leaf-heading-text h2 {
        font-size: 40px;
    }
    .wpb_text_column.leaf-heading-text {
        height: 220px;
    }
    .wpb_text_column p,
    .product-banner-text p,
    .page-id-29 .wpb_text_column p,
    .page-id-29 .wpb_text_column li {
        font-size: 15px;
    }
    .alternatives-items-section h2 {
        margin-bottom: 70px;
        font-size: 28px;
    }
    .alternatives-items-section {
        max-width: 900px;
    }
    .alternative-item {
        width: 300px;
    }
    .alternative-item.right {
        margin-left: calc(100% - 300px);
    }
    .alternative-item span {
        font-size: 18px;
    }
    .alternative-item.left::before {
        width: 120px;
    }
    .alternative-item::before {
        width: 137px;
    }
    .page-banner-slide {
        height: 340px !important;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row.three_column_circles .vc_row.vc_inner .wpb_text_column h2,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
        font-size: 38px;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row.three_column_circles .vc_row.vc_inner .wpb_text_column p,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column p {
        max-width: 90%;
    }
    .three_column_circles .alternatives-line {
        height: 890px;
    }
    .three_column_circles .alternatives-line::before {
        transform: rotate(-11deg);
    }
    .alternatives-items-section.three_column_circles h2 {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .alternatives-items-section.three_column_circles {
        padding-top: 228px;
    }
    .vc_row.uber-uns-top-textcontent.alternatives-items-section-row.flower-background::before {
        width: 270px;
        height: 510px;
    }
    .nr_of_items_8 .alternative-item:nth-child(7),
    .nr_of_items_8 .alternative-item:nth-child(8) {
        top: -25px !important;
    }
    .vc_row.certificate-title-row {
        padding-top: 30px;
    }
    .certificates-images .wpb_single_image img {
        max-height: 120px;
    }
    .page-template-legal-pages .privacy-area {
        padding: 70px 70px 50px;
    }
    .wpb_text_column h1 {
        font-size: 48px;
    }
    .fruit_yogurt_section .category-title {padding-top: 20px;}
	
	/*table 4 columns*/
	.table-4col-spacing .product-info-table.four_column_table .info-table-column:nth-child(2) {	width: 35% !important;}
	.mayo_section .product-info-textcontent {	margin-top: 0;}
}

@media(max-width:1024px) {
    .blog-post-image {
        height: 210px;
    }
    .blog-post_title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .post-excerpt {
        font-size: 15px;
    }
    .blog-post .button {
        font-size: 16px;
    }
    .posts-pagination.clearfix {
        margin-bottom: 50px;
    }
    .single-post-banner {
        height: 235px;
    }
    .single-post-container h1 {
        font-size: 40px;
        margin-bottom: 22px;
    }
    .page-banner-section .container {
        height: 410px;
    }
    .page-banner-description {
        width: 297px;
        font-size: 21px;
        margin-right: 0;
        margin-top: 80px;
        height: calc(100% - 80px);
    }
    .leaf-heading-text h2 {
        font-size: 36px;
    }
    .wpb_text_column.leaf-heading-text {
        height: 200px;
    }
    .alternatives-items-section h2 {
        margin-bottom: 56px;
        font-size: 25px;
    }
    .alternatives-items-section {
        padding-top: 30px;
    }
    .alternatives-items-section {
        width: 680px;
    }
    .alternative-item span {
        font-size: 15px;
    }
    .alternative-item.right {
        margin-left: calc(100% - 242px);
    }
    .alternative-item {
        width: 230px;
    }
    .alternative-item.left::before {
        width: 76px;
    }
    .alternative-item::before {
        width: 84px;
    }
    .page-banner-slide {
        height: 300px !important;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row.three_column_circles .vc_row.vc_inner .wpb_text_column h2,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
        font-size: 32px;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row.three_column_circles .vc_row.vc_inner:first-child,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner:first-child {
        padding-top: 50px;
    }
    .alternatives-items-section.three_column_circles {
        padding-top: 200px;
    }
    .three_column_circles .alternatives-line {
        height: 850px;
    }
    .alternatives-items-section.three_column_circles {
        width: 90%;
        max-width: 90%;
    }
    .alternatives-items-section.three_column_circles h2 {
        font-size: 29px;
        margin-bottom: 40px;
    }
    .vc_row.uber-uns-top-textcontent.alternatives-items-section-row.flower-background::before {
        width: 238px;
        height: 450px;
    }
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 br {
        display: none;
    }
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .produktion-page .vc_row:last-child {
        padding-bottom: 40px !important;
    }
    .three_column_circles .alternatives-line {
        height: 776px;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner .wpb_text_column p,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column p {
        max-width: 92%;
    }
    .page-template-legal-pages .privacy-area {
        padding: 50px 10px 40px 0;
    }
    .page-id-29.page-template-legal-pages .privacy-area {
        padding: 50px 0 40px 10px;
    }
    .wpb_text_column h1 {
        font-size: 42px;
    }
    .wpb_text_column h5 {
        font-size: 18px;
    }
    .insights-page-container{margin-top:70px;}
    .coffe_milk_section .product-image-inner {margin-top: 0px;}
    
}

@media(max-width:767px) {
    .insight-category-menu li {
        margin: 0 12px;
    }
    .insight-category-menu li a {
        font-size: 15px;
    }
    .blog-post-image {
        height: 170px;
    }
    .blog-post_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .blog-post-category a,
    .blog-post-category span {
        font-size: 13px;
    }
    .single-post-banner {
        height: 210px;
    }
    .single-post-container h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .blog-before-title {
        font-size: 14px;
    }
    .container.line-container {
        padding-top: 32px;
    }
    .blog-post-category.single-page-category {
        margin-bottom: 20px;
    }
    .single-post-container {
        padding-left: 36px;
        padding-right: 36px;
    }
    .single-post-container-inner .button_container {
        padding-bottom: 50px;
    }
    .single-post-content {
        margin-bottom: 35px;
    }
    .alternatives-items-section {
        width: 570px;
    }
    .alternative-item span {
        font-size: 15px;
    }
    .alternative-item {
        width: 208px;
    }
    .alternative-item.left::before {
        left: calc(100% + 22px);
        width: 60px;
    }
    .page-banner-section .container {
        height: 360px;
    }
    .wpb_text_column.leaf-heading-text {
        height: 160px;
        margin-bottom: 25px;
    }
    .leaf-heading-text h2 {
        font-size: 32px;
    }
    .vc_row.wpb_row.vc_row-fluid.plant-based-pioneers {
        padding-top: 40px !important;
    }
    .alternatives-items-section {
        padding-top: 25px;
    }
    .alternatives-items-section h2 {
        margin-bottom: 50px;
        font-size: 24px;
    }
    .alternative-item::before {
        width: 43px;
        height: 2px;
    }
    .alternative-item.right {
        margin-left: calc(100% - 225px);
    }
    .alternatives-items-inner::before {
        width: 2px;
    }
    .three_column_circles .alternatives-line {
        height: 790px;
    }
    .alternative-item span {
        font-size: 14px;
    }
    .alternatives-items-section.three_column_circles {
        width: 90%;
    }
    .alternatives-items-section.three_column_circles {
        padding-bottom: 10px;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner:first-child,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner:first-child {
        padding-top: 62px;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner .wpb_text_column h2,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
        font-size: 30px;
        margin-bottom: 28px;
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:639px) {
    .blog-post {
        width: 100%;
        margin-right: 0;
    }
    .blog-post_title br {
        display: none;
    }
    .insight-category-menu li a {
        line-height: 1.4;
        font-size: 14px;
    }
    .insight-category-menu li {
        margin: 0 8px;
    }
    .blog-post-image {
        height: 210px;
    }
    .single-post-banner {
        height: 170px;
    }
    .single-post-container h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .single-post-content p,
    .single-post-content li {
        font-size: 14px;
    }
    .button.back-button i {
        top: 4px;
        font-size: 13px;
    }
    .button.back-button {
        font-size: 15px;
    }
    .leaf-heading-text h2 {
        font-size: 28px;
    }
    .page-banner-description-inner::before {
        height: calc(100% + 90px);
    }
    .page-banner-description {
        width: 284px;
        font-size: 20px;
    }
    .alternatives-items-section {
        width: 434px;
    }
    .alternative-item::before {
        width: 25px;
        height: 2px;
    }
    .alternative-item.right {
        margin-left: calc(100% - 176px);
    }
    .alternative-item {
        width: 174px;
    }
    .alternative-item.left::before {
        left: calc(100% + 14px);
        width: 32px;
    }
    .alternative-item span {
        font-size: 13px;
    }
    .alternatives-items-inner {
        padding-bottom: 60px;
        padding-top: 30px;
    }
    .alternatives-items-section h2 {
        margin-bottom: 45px;
        font-size: 22px;
    }
    .page-banner-slide {
        height: 240px !important;
    }
    .certificates-images .wpb_single_image img {
        max-height: 85px;
    }
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner {
        padding-right: 20px;
    }
    .three_column_circles .alternative-item {
        width: 48%;
        margin: 0 1% 23px !important;
    }
    .nr_of_items_8 .alternative-item:nth-child(7),
    .nr_of_items_8 .alternative-item:nth-child(8) {
        top: auto !important;
    }
    .vc_row.uber-uns-top-textcontent.alternatives-items-section-row.flower-background::before {
        width: 145px;
        height: 400px;
    }
    .alternatives-items-section.three_column_circles h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
    }
    .slick-arrow {
        font-size: 30px;
    }
    .wpb_text_column h1 {
        font-size: 28px;
    }
    .page-template-legal-pages .privacy-area {
        padding: 26px 15px 20px 0;
    }
    .wpb_text_column p,
    .product-banner-text p {
        margin-bottom: 20px;
    }
    .insights-page-container{margin-top:90px;}
}

@media (max-width:479px) {
    .blog-post-image {
        height: 190px;
    }
    .single-post-banner {
        height: 120px;
    }
    .single-post-container {
        padding-left: 20px;
        padding-right: 10px;
    }
    .single-post-container h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .container.line-container {
        padding-top: 22px;
    }
    .blog-post-category.single-page-category {
        margin-bottom: 15px;
    }
    .single-post-container-inner .button_container {
        padding-bottom: 40px;
    }
    .single-post-content {
        margin-bottom: 25px;
    }
    .page-banner-description {
        width: 270px;
        font-size: 18px;
        margin-top: 70px;
        height: calc(100% - 70px);
    }
    .page-banner-section .container {
        height: 319px;
    }
    .leaf-heading-text h2 {
        font-size: 21px;
    }
    .wpb_text_column.leaf-heading-text {
        height: 118px;
        margin-bottom: 18px;
    }
    .alternatives-items-section {
        width: 100%;
    }
    .alternatives-items-inner::before {
        left: 0;
    }
    .alternative-item {
        width: 215px;
    }
    .alternative-item.right {
        margin-left: 60px;
    }
    .alternative-item span {
        font-size: 15px;
    }
    .alternative-item.left {
        margin-top: 0;
        margin-left: 60px;
        text-align: left;
    }
    .alternative-item::before {
        width: 46px;
        height: 2px;
        transform: rotate(-22deg);
    }
    .alternative-item.left::before {
        transform: rotate(-22deg);
        width: 46px;
        transform-origin: 100% 0;
        right: calc(100% + 18px);
        left: calc(100% + 40px) !important;
        left: auto !important;
    }
    .alternative-item {
        margin-bottom: 15px !important;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner .wpb_text_column h2,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
        font-size: 24px;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner .wpb_text_column p,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column p {
        max-width: 100%;
    }
    .certificates-images .wpb_single_image.vc_align_left {
        display: table;
        margin: 0 auto;
    }
    .certificates-images .wpb_single_image img {
        max-height: 100px;
    }
    .certificates-images .wpb_wrapper {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 5px;
    }
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner .wpb_text_column h2 {
        max-width: 100%;
    }
    .produktion-page .vc_row:last-child {
        padding-bottom: 15px !important;
    }
    .page-banner-slide {
        height: 209px !important;
    }
    .uber-uns-top-textcontent.alternatives-items-section-row .vc_row.vc_inner:first-child,
    .uber-uns-top-textcontent.produktion-page .vc_row.vc_inner:first-child {
        padding-top: 36px;
    }
    .vc_row.wpb_row.vc_row-fluid.uber-uns-top-textcontent.alternatives-items-section-row .wpb_text_column {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .three_column_circles .alternatives-line {
        height: 750px;
    }
    .alternatives-items-section.three_column_circles {
        padding-top: 145px;
    }
    .three_column_circles .alternative-item.left {
        text-align: center;
    }
    .alternative-item span {
        font-size: 12px;
    }
    .three_column_circles .alternative-item {
        margin: 0 1% 15px !important;
    }
    .three_column_circles .alternative-item {
        border: 2px solid #91B50B;
    }

    .share-section-title {font-size: 16px;}
}

@media(max-width:410px) {
    .page-id-29 .wpb_text_column h1 {
        font-size: 21px;
    }
    .wpb_text_column h5 {
        font-size: 16px;
    }
    .social-share-section a {
        font-size: 26px;
    }
}

@media (max-width:359px) { 
	.blog-post-image {       height: 160px;   }
   .alternative-item span {       font-size: 11px;   }
    .vc_row.uber-uns-top-textcontent.alternatives-items-section-row.flower-background::before {       width: 105px;       height: 310px;    }
}

/* Mission Vision Page */
.mission-vision-main-content h1 {
	font-size: 68px;
	line-height: 1.05;
	margin-bottom: 30px;
	font-weight: 700;
}
.mission-vision-main-content p {
	font-size: 20px;
	line-height: 1.6;
	color: #000;
}
.mission-vision-main-content p strong{
    font-weight: 700;
}
.mission-vision-main-content {
	width: 658px;
	float: right;
	margin-top: 160px;
	margin-right: 150px;
}
.mission-vision-module .container {
    border-right: 3px solid #4EA247;
    position:relative;
}
.mission-vision-module{
    position: relative;
}
.mission-vision-earth {
	position: absolute;
	width: 44vw;
	height: 925px;
	background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 4;
}
.mission-textbox,.vision-textbox {
	width: 785px;
	height: 1048px;
	background-image: url(images/light-green.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.mission-textbox {
	float: left;
	margin-left: 103px;
	padding: 226px 160px 0 0;
	text-align: right;
}
.vision-textbox {
	width: 705px;
	height: 1060px;
	background-image: url(images/dark-green.png);
	z-index: 3;
	float: right;
	margin-right: 102px;
	position: absolute;
	right: 0;
	top: -65px;
	padding: 420px 0 0 120px;
}
.mission-vision-middle-section {
	position: relative;
}
.mission-vision-top-section {
	margin-bottom: 115px;
}
.mission-vision-bottom-section {
	padding: 20px 0 120px;
}
.mission-vision-testimonial {
	width: 41.5%;
	float: right;
	margin-top: -60px;
}
.mission-testimonial-text {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 25px;
	color: #000;
}
.mission-testimonial-author {
	font-size: 20px;
	line-height: 1.5;
	color: #000;
}
.mission-vision-middle-section h2 {
	font-size: 68px;
	line-height: 1.05;
	margin-bottom: 30px;
	font-weight: 700;
	color: #4EB05C;
}
.mission-vision-middle-section h4{
    font-size: 46px;
    line-height: 1.2;
    color: #4EB05C;
    position: relative;
}
.mission-vision-middle-section .mission-textbox h2,.mission-vision-middle-section .mission-textbox h4{
    color:#95C120;
}
.mission-vision-middle-section h4::before,
.mission-vision-middle-section h4::after{
    content:'';
    width:170px;
    height:145px;
    position: absolute;
    top:-15px;
    left:-35px;
    background-image:url(images/left-quotes.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.mission-vision-middle-section h4::after {
	background-image: url(images/right-quotes.png);
	bottom: -75px;
	left: auto;
	right: -43px;
	top: auto;
}
.mission-vision-middle-section .mission-textbox h4::before{
    left:120px;
}
.mission-vision-middle-section .vision-textbox h4::after{
    right: 110px;
}
.mission-vision-middle-section h4 span{
    position: relative;
    z-index: 1;
}
.mission-vision-module .angle-line-container {
	left: 100%;
    right: auto;
    height: 220px;
}
.mission-vision-module .angle-line-container::before {
	transform: rotate(-22deg);
	transform-origin: 0 100%;
}

/* button fix */
.wpb_text_column a.button {
	font-size: 20px;
	padding-right: 40px;
    display: inline-block;
}
.wpb_text_column a.button span {
	width: 25px;
	height: 26px;
	top: 0px;
}
.wpb_text_column a.button span::before {
	width: 28px;
	height: 2px;
	top: 12px;
	right: 9px;
}
.wpb_text_column a.button span::after{
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 8px;
    right: 9px;
}
/*Style 08.06.21 File Down*/
.file-temp .container {
	position: relative;
	border-left: 3px solid #4EA247;
}
.file--section {
	padding: 160px 0 130px;
	width: 720px;
	margin: auto;
}
.file--section h1 {
	font-size: 65px;
	margin-bottom: 40px;
}
.file--section p {
	font-size: 20px;
	margin-bottom: 75px;
}
.each--taxfile h2 {
	font-size: 22px;
	line-height: 1.8;
	border-bottom: 1px solid #95C11F;
	margin-bottom: 35px;
}
.each--taxfile {
	margin-bottom: 50px;
}
.file--info h6 {
	float: left;
	font-weight: 300;
	font-size: 15px;
}
.file--info h5 {
	font-size: 16px;
	float: left;
	width: 400px;
	line-break: anywhere;
}
.file--info {
	display: table;
	float: left;
	padding-top: 10px;
	width: calc(100% - 100px);
}
.each--file {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}
.file--format {
	display: table;
	width: 86px;
	height: 114px;
	background-color: #fff;
	margin-right: 14px;
	float: left;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.file--format.grey {
	background-color: #A2A2A2;
}
.file--format img {
	width: 30px;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}
.file--info span {
	float: right;
	width: 22px;
	height: 22px;
	background-image: url(images/Icon-download.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.form--container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.form--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 90;
}
.form--container.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 9999999;
}
.form--wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 570px;
	background-color: #D4E6A4;
	padding: 65px 75px;
	-webkit-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.46);
	z-index: 100;
}
.form--container form h4 {
	font-size: 20px;
	margin-bottom: 35px;
}
.form-slider-field input {
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #0000008E;
	height: 25px;
	margin-bottom: 30px;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	padding: 0;
}
.form-slider-field.check--box label {
	display: table;
	font-size: 14px;
}
.form-slider-field.check--box input {
	float: left;
	display: block;
	width: 20px;
	margin-bottom: 0;
	margin-right: 10px;
}
input.form-slider-submit {
	color: #fff;
	background-color: #4EA247;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	padding: 14px 66px;
	cursor: pointer;
	margin-top: 33px;
}
.vc_empty_space::before {
	content: '';
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	background-color: #4EA247;
	z-index: 1;
}
.vc_empty_space {
	position: relative;
}
/*06.09.21*/
.hybrid-section {
	display: table;
	position: relative;
	padding: 50px 0 20px;
	margin: auto;
	width: 100%;
}
.hybrid--left {
	width: 50%;
	float: left;
	padding: 100px 0 120px;
	padding-right: 190px;
}
.hybrid--right {
	width: 50%;
	float: right;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.title--img {
	position: absolute;
	top: 0;
	right: -50px;
	height: 100%;
	width: 200px;
}
.hybrid--left--cont p {
	font-size: 18px;
	margin-bottom: 25px;
}
.hybrid--left h1 {
	font-size: 74px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 55px;
}
.title--img img {
	height: 100%;
	width: auto;
}
.hybrid-section .container {
	width: 1420px;
}
.page-template-hybrid-page h2.category-title {
	max-width: 950px;
	margin: auto;
}
.til--image .product-image-inner {
	position: relative;
	top: -100px;
	transform: rotate(18deg);
}
.hybrid--meat .vc_col-sm-12 {
	margin-top: -100px;
}
.page-template-hybrid-page .info-table-column:nth-child(2) {
	padding-right: 30px;
}

.cube--box {
	display: table;
	width: 100%;
	padding: 85px 0 80px;
}
.new-cc {
	width: 1220px;
	margin: auto;
}
.cube--box h2 {
	font-size: 68px;
	line-height: 1.05;
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}
.cube--inner {
	background: #336666;
	border-radius: 30px;
	width: 100%;
	padding: 50px 80px 40px 50px;
    display: table;
}
.cube--left {
	margin-right: 0;
	width: 55% !important;
}
.cube--inner > div {
	width: 45%;
	float: left;
    display: table;
}
.cube--right h3 strong {
	color: #4EA247;
}
.cube--right h3 {
	color: #95C11F;
	font-size: 48px;
	margin-bottom: 35px;
}
.cube--inner-inner {
	display: table-cell;
	vertical-align: middle;
}
.cube--right p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 22px;
}
.cube--right p strong {
	font-weight: 600;
}
.cube--right ul li {
	color: #fff;
	padding-left: 10px;
	position: relative;
}
.cube--right ul {
	margin-bottom: 22px;
}
.cube--right ul li::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 0px;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
}
.cube--right .button_border_container {
	display: table;
	float: right;
	margin-top: 50px;
}
.cube--right .button_border_container a span {
	top: 0;
}
.cube--right .button_border_container a {
	font-size: 24px;
	color: #95C11F;
}
.news--section h2 {
	font-size: 68px;
	line-height: 1.05;
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}
.news--section {
	display: table;
	width: 100%;
	padding-bottom: 100px;
	position: relative;
}
.news--bg {
	display: table;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 226px;
}
.news--image {
	display: table;
	width: 100%;
	padding: 27px 21px 0 0;
}
.each--news {
	width: 32.3%;
	float: left;
	margin-right: 1.5%;
	background: #95C11F33 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 0px 30px;
}
.each--news:nth-child(3n) {
	margin-right: 0;
}
.news--box {
	display: table;
	width: 100%;
}
.news--content {
	padding: 27px 35px 25px;
}
.news--tit {
	display: table;
	width: 100%;
	position: relative;
    margin-bottom: 12px;
}
.has--logo .news--tit {
	padding-right: 115px;
}
.news--tit img {
	position: absolute;
	width: 100px;
	right: 0;
	top: 0;
}
.news--tit h3 {
	color: #000;
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;
}
.news--content.has--logo h3 {
	font-size: 32px;
}
.news--content h4 {
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.iframe--box {
	background: #4EA24733 0% 0% no-repeat padding-box;
	border-radius: 0px 30px 0px 0px;
	margin-bottom: 110px;
	padding: 70px 200px 70px 100px;
    display: table;
    width: 100%;
}
.iframe--left h2 {
	font-size: 60px;
	margin-bottom: 17px;
	line-height: 1.1;
}
.iframe--left {
	width: 44%;
	padding-right: 130px;
	float: left;
}
.iframe--right {
	width: 56%;
	float: left;
}
.iframe--right iframe {
	width: 100%;
	height: 600px;
}
.iframe--left a i {
	color: #000;
	font-size: 40px;
	margin-right: 15px;
	bottom: -8px;
	position: relative;
}
.iframe--left a {
	color: #000;
	font-size: 18px;
	text-decoration: underline;
}
.video--section .vc_col-sm-12 h2 {
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 25px;
}
.video--section .vc_col-sm-12 {
	max-width: 1038px;
	margin: auto;
	display: table;
	float: none;
	padding: 80px 0 40px;
}
.product-banner-info .button {
	display: table;
	margin: auto;
	background-color: #91B50B;
	padding: 12px 64px 12px 15px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
    z-index: 99;
}
.product-banner-info h5 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 12px;
	font-size: 20px;
}
.product-banner-info .button span {
	top: 8px;
	right: 8px;
}
.green--text {
	position: absolute;
	font-size: 22px;
	color: #fff;
	width: 400px;
	height: 400px;
	bottom: -47px;
	right: 0;
	padding: 157px 50px 100px 35px;
	font-weight: 600;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.news--content .button_border_container {
	margin-top: 40px;
}
.news--content .button {
	font-size: 23px;
}
.news--content .button span {
	top: 0px;
}
.special--section .product-banner-inner-info {
	width: 50%;
	padding: 0 100px;
}
.special--section .product-banner-inner-info h1 {
	margin-bottom: 85px;
}
.special--section .layout_5.product-page-banner .container {
	height: 950px;
}
.special--section .product-page-banner.layout_5 {
	background-size: 906px;
	background-position: 77% -63px;
}

.footer-contact {
	width: 34%;
	float: left;
}
.footer-phone a::after {
	content: '';
	position: absolute;
	background-image: url('images/Phone_icon.svg');
	width: 38px;
	height: 38px;
	left: -6px;
	top: -7px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-mail a::after {
	content: '';
	position: absolute;
	background-image: url('images/Mail_icon.svg');
	width: 42px;
	height: 42px;
	left: -7px;
	top: -7px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-contact a {
	position: relative;
	padding-left: 36px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
.footer-phone {
	margin-bottom: 20px;
}
.top-menu-inner .menu > li.new--item a {
	padding-left: 40px;
	position: relative;
}
.top-menu-inner .menu > li.new--item a::after {
	position: absolute;
	content: 'NEU';
	left: -4px;
	top: 4px;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #000;
	line-height: 1;
	padding: 2px 3px;
	border-radius: 10px;
}
sup {
	font-size: 40%;
	position: relative;
	top: -1.2em;
}
.cube--inner{
    background-color: rgb(51, 101, 101);
}
body.safari.mac-os.not-mobile .cube--inner, body.chrome.mac-os.not-mobile .cube--inner, body.firefox.mac-os.not-mobile .cube--inner{
    background-color: rgb(60, 113, 114);
}
body.safari.mobile .cube--inner{
    background-color: rgb(54, 102, 100);
}
body.chrome.linux.mobile .cube--inner{
    background-color: rgb(57, 104, 104); 
}
.cube--inner-inner.video video {
    mix-blend-mode: revert;
}
input.with-error {
	border-color: #f00;
}
.follow-heading {
	text-align: center;
}
.follow-heading h2 {
	display: inline-block;
	color: #000;
	font-size: 40px;
	margin-bottom: 30px;
}
.follow-heading h2 a {
	color: #000;
}

/*WIRE-585*/
.image-text-section.style2 {
	padding: 0;
	max-width: 1148px;
	margin: 0 auto;
}
.image-text-section.style2 .border-line-container::before {
	display: none;
}
.image-text-section.style2 .border-line-container {
	border-top: 2px solid #F5F5F5;
}
.image-text-section.style2 .img-text-container {
	padding: 0;
}
.image-text-section.style2  .text-column-inner h2 {
	color: #ACED60;
}
.image-text-section.style2 .section-title-container {
	margin-bottom: 20px;
}
.image-text-section.style2 .textcontent-container {
	color: #5CA359;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1.4;
}
.image-text-section.style2  .text-section-column {
	padding-left: 100px;
}
.image-testimonial .clearfix {
	display: flex;
	flex-flow: row;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
	margin-left: 50px;
}
.image-testimonial.image-right .clearfix {
	flex-flow: row-reverse;
}
.image-testimonial .text-section-column {
	width: 60%;
	color: #573840;
	background-color: #FFAAC8;
	padding: 35px 65px;
	border-radius: 60px;
	text-align: center;
	max-width: 650px;
	margin-right: -35px;
	transform: rotate(-5deg);
	margin-top: 100px;
	position: relative;
	font-size: 21px;
}
.image-testimonial .image-background, .image-testimonial .image-background img {
	border-radius: 20px;
	display: block;
	width: 100%;
}
.image-testimonial {
	margin-bottom: 70px;
    border-top: 2px solid #F5F5F5;
    padding-top: 65px;
}
.carousel-text-section.style2 .text-lp-column h1 {
	font-weight: 900;
	font-size: 41px;
}
.image-testimonial .text-section-column h4 {
	font-size: 31px;
	font-weight: 900;
	margin-bottom: 5px;
	line-height: 1.1;
}
.image-testimonial .img-text-container {
	padding-left: 0;
}
.image-testimonial .media-section-column {
	width: 40%;
}
.image-testimonial .text-section-column::before {
	content: '';
	background-color: #FFAAC8;
	mask-position: center center;
	mask-size: contain;
	mask-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	right: -68px;
	width: 70px;
	height: 60px;
	mask-image: url(images/testimonial-shape.png);
}
.image-testimonial.image-left .text-section-column::before {
	right: auto;
	left: -68px;
	transform: scale(-1);
}
.whitepaper-list {
	border-top: 2px solid #F5F5F5;
	padding-top: 108px;
	padding-bottom: 90px;
	text-align: center;
}
.whitepaper-list h2.title, .image-text-section.style2  .text-column-inner h2, .carousel-text-section .section-title-container h2 {
	font-size: 44px;
}
.whitepaper-list h2.title {
	color: #5CA359;
	margin-bottom: 50px;
}
.whitepaper-list-wrapper {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
	justify-content: center;
}
.whitepaper-list-wrapper .each-whitepaper-item {
	background-color: #ACED60;
	color: #346B3A;
	padding: 45px 50px 55px;
	border-radius: 22px;
	min-height: 330px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: calc(33.33% - 20px);
	font-size: 24px;
	font-weight: 300;
}
.each-whitepaper-item .title {
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 15px;
}
.each-whitepaper-item.dark_green {
	background-color: #5CA359;
	color: #fff;
}
.carousel-text-section.style2 .carousel-lp-slide {
	padding: 0;
}
.carousel-text-section.style2 .carousel-lp-slide img {
	width: 100%;
	object-fit: cover;
	border-radius: 18px;
}
.carousel-text-section.style2 {
	padding: 70px 0 60px;
}
.carousel-text-section.style3 .carousel-text-inner {
	flex-flow: column-reverse;
	gap: 20px;
}
.carousel-text-section.style3 .text-lp-column {
	width: 100%;
	padding: 0;
	text-align: center;
}
.carousel-text-section .section-title-container h2{
    color: #5CA359;
}
.carousel-text-section.style3 {
	padding: 0 0 20px;
}
.carousel-text-section.style3 .text-lp-column > div {
	width: 100%;
	margin: 0 auto;
	max-width: 720px;
}
.carousel-text-section.style3 .carousel-lp-slide {
	background-color: #fff;
	padding: 0;
}
.carousel-text-section.style3 .carousel-lp-column {
	background-color: #fff;
}
.whitepaper-anfordern-form {
	margin-top: 0;
	padding-top: 60px !important;
	text-align: center;
}
.carousel-text-section.style3 .text-lp-column .textcontent-container {
	margin-bottom: 40px;
}
.whitepaper-anfordern-form .cf-from-whitepaper {
	max-width: 562px;
	margin: 55px auto 0;
}
.whitepaper-anfordern-form .fieldgroup-normal-button {
	width: 100%;
	position: relative;
}
.whitepaper-anfordern-form .fieldgroup-normal-button .wpcf7-spinner {
	position: absolute;
}
.whitepaper-anfordern-form .fieldgroup-normal-acceptance {
	text-align: left;
}
.whitepaper-anfordern-form #contact-method-type-slider {
	text-align: center;
	justify-content: center;
}
.whitepaper-anfordern-form .cf-item-group.fieldgroup-normal label {
	color: #5CA359;
	padding: 0 0 20px;
}
.whitepaper-anfordern-form .fieldgroup-normal-button .wpcf7-form-control.wpcf7-submit {
	width: 100%;
}
.carousel-text-section.style3 .carousel-lp-column > div, .carousel-text-section.style2 .carousel-lp-column > div {
	background-color: transparent;
}
.whitepaper-anfordern-form {
	margin-top: 0;
}
.carousel-text-section .textcontent-container h4 {
	margin-bottom: 10px;
	font-size: 16px;
}
.image-text-section.style3 .border-line-container::Before{
    display: none;
}
.image-text-section.style3 .text-section-column {
	height: auto !important;
	width: 100%;
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
	float: none;
}
.image-text-section.style3 .text-section-column .text-column-inner {
	top: auto;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	color: #346b3a;
}
.image-text-section.style3 .text-section-column .button {
	background-color: #F2A5C0;
	line-height: 1;
	border-radius: 10px;
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	color: #573840;
	padding: 28px 42px;
}
.image-text-section.style3 .text-section-column .button span {
	display: none;
}
.image-text-section.style3 .text-column-inner h2 {
	font-size: 22px;
	margin-bottom: 0 !important;
}
.image-text-section.style3 .text-column-inner .section-title-container {
	margin-bottom: 10px;
}
.image-text-section.style3 .text-section-column .text-column-inner .textcontent-container {
	color: #346b3a;
	line-height: 1.6;
	margin-bottom: 0;
}
.image-text-section.style3 .text-section-column .text-column-inner > div {
	display: flex;
	flex-flow: row;
	gap: 40px;
	align-items: center;
}
.image-text-section.style3 .text-section-column .text-column-inner .button {
	min-width: 380px;
	text-align: center;
}
.image-text-section.style3 {
	margin-bottom: 0;
}
.whitepaper-anfordern-form.lp-contact-form .wpcf7 h2, .whitepaper-anfordern-form .cf-item-group.fieldgroup-normal label {
	color: #573840;
}
.whitepaper-anfordern-form .cf-item-group.radio-slider-label {
	border-color: #573840;
}
.whitepaper-anfordern-form .fieldgroup-normal-button .wpcf7-form-control.wpcf7-submit {
	color: #573840;
	background-color: #F2A5C0;
}
.whitepaper-anfordern-form  #contact-method-type-slider .wpcf7-list-item-label {
	color: #573840 !important;
}
.whitepaper-anfordern-form .fieldgroup-normal-fields input[type="text"], .whitepaper-anfordern-form .fieldgroup-normal-fields input[type="email"], .whitepaper-anfordern-form .fieldgroup-normal-fields textarea {
	border-color: #F2A5C0;
}
.whitepaper-anfordern-form .fieldgroup-normal-fields input[type="text"]::placeholder, .whitepaper-anfordern-form .fieldgroup-normal-fields input[type="email"]::placeholder, .whitepaper-anfordern-form .fieldgroup-normal-fields textarea::placeholder {
	color: #573840;
}
input[type="email"].wpcf7-not-valid {
	box-shadow: none;
}
#whitepaper-anfordern #contact-request-radio .wpcf7-list-item-label::before, #whitepaper-anfordern .fieldgroup-normal-acceptance .wpcf7-list-item-label::before,
#request-whitepaper #contact-request-radio .wpcf7-list-item-label::before, #request-whitepaper .fieldgroup-normal-acceptance .wpcf7-list-item-label::before{
	border-color: #573840 !important;
}
#whitepaper-anfordern #contact-request-radio .wpcf7-list-item-label::after, #whitepaper-anfordern .fieldgroup-normal-acceptance .wpcf7-list-item-label::after,
#request-whitepaper #contact-request-radio .wpcf7-list-item-label::after, #request-whitepaper .fieldgroup-normal-acceptance .wpcf7-list-item-label::after{
	background-color: #F2A5C0;
}
#whitepaper-anfordern #contact-method-type-slider .wpcf7-list-item.last .wpcf7-list-item-label::after, #whitepaper-anfordern #contact-method-type-slider .wpcf7-list-item.first .wpcf7-list-item-label::after,
#request-whitepaper #contact-method-type-slider .wpcf7-list-item.last .wpcf7-list-item-label::after,#request-whitepaper #contact-method-type-slider .wpcf7-list-item.first .wpcf7-list-item-label::after{
	background-color: #573840 !important;
}
.lp-contact-form #contact-method-type-slider span.wpcf7-list-item.last::before {
	background-image: unset !important;
    mask-image: url(images/contact-phone-icon.svg);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #573840;
}
.lp-contact-form #contact-method-type-slider span.wpcf7-list-item::before {
    background-image: unset !important;
    mask-image: url(images/contact-envelope-icon.svg);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #573840;
}

/*END-WIRE-585*/

/*WIRE-606*/

.kontakt-form-wrapper .wpcf7-response-output {
	margin-top: 0 !important;
	margin-bottom: 50px !important;
}
.kontakt-form-wrapper .cf-from-whitepaper {
	max-width: 562px;
	margin: 55px auto;
}
.kontakt-form-wrapper .cf-item-group.fieldgroup-normal > p > label {
	text-align: center;
	padding: 0 20px 20px;
}
.kontakt-form-wrapper .fieldgroup-normal-acceptance p {
	font-size: 12px;
	font-weight: 400;
	color: #034951;
	text-align: left;
}
.kontakt-form-wrapper .fieldgroup-normal-acceptance p a {
	color: #034951;
	text-decoration: underline;
}
.kontakt-form-wrapper h2 {
	text-align: center;
	font-size: 45px;
	color: #034951;
	margin-bottom: 5px;
	line-height: 1.05;
}
.kontakt-form-wrapper {
	padding-top: 60px !important;
	text-align: center;
	border-top: 1px solid #f5f5f5;
	margin-top: 20px;
}
.kontakt-form-wrapper #contact-method-type-slider {
	text-align: center;
	justify-content: center;
	flex-flow: row;
}
.kontakt-form-wrapper #contact-method-type-slider span.wpcf7-list-item {
	/* background-color: #5CA359 !important; */
	width: 14px !important;
	height: 14px !important;
	border: 0 !important;
	transform: none !important;
	top: auto !important;
	left: auto !important;
	border-radius: 50% !important;
	width: 150px !important;
}
.kontakt-form-wrapper #contact-method-type-slider span.wpcf7-list-item::before {
	background-image: unset !important;
	mask-image: url(images/contact-envelope-icon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: #573840;
}
.kontakt-form-wrapper #contact-method-type-slider span.wpcf7-list-item.last::before {
	background-image: unset !important;
	mask-image: url(images/contact-phone-icon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: #573840;
}
.kontakt-form-wrapper .fieldgroup-normal-acceptance {
	text-align: left;
}
.kontakt-form-outer {
	flex-wrap: unset;
	flex-flow: column;
}
.kontakt-form-outer .fieldgroup-normal-button {
	width: 100%;
}
.kontakt-form-outer .fieldgroup-normal-button input {
	width: 100%;
}
.kontakt-form-wrapper #contact-method-type-slider span.wpcf7-list-item.first::before,
.kontakt-form-wrapper #contact-method-type-slider span.wpcf7-list-item.last::before{
	 background-color: #034951;
}
.kontakt-form-wrapper #contact-method-type-slider .wpcf7-list-item.first .wpcf7-list-item-label::before {
	right: -7px !important;
}
.kontakt-form-wrapper #contact-method-type-slider .wpcf7-list-item.first .wpcf7-list-item-label::after {
	right: -7px !important;
}
.kontakt-form-wrapper #contact-method-type-slider span.wpcf7-list-item.last{
	padding-left: 72px;
}
.kontakt-form-wrapper #contact-method-type-slider span.wpcf7-list-item.last::before {
	left: 30px;
}
.kontakt-form-wrapper #contact-method-type-slider .wpcf7-list-item.last .wpcf7-list-item-label::before {
	left: -65px !important;
}
.kontakt-form-wrapper .lp-contact-form.kontakt-form-outer {
	border: 0;
	margin-top: 0;
	padding-top: 0 !important;
	margin-bottom: 0;
}
.kontakt-form-wrapper .kontakt-form-outer-en #contact-method-type-slider .wpcf7-list-item.last .wpcf7-list-item-label::before {
	left: -68px !important;
}
.kontakt-form-outer-en #contact-method-type-slider .wpcf7-list-item.last .wpcf7-list-item-label::after {
	left: -67px !important;
}
/*END-WIRE-606*/


/*Confetti*/
@keyframes confetti-slow {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  100% { transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg); }
}

@keyframes confetti-medium {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  100% { transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg); }
}

@keyframes confetti-fast {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  100% { transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg); }
}
.container01 {
	width: 100vw;
	height: 100vh;
	background: none;
	position: fixed !important;
	top: 0px;
	left: 0px;
	z-index: 99999;
	pointer-events: none;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}

/* These were the SCSS nested rules converted to normal CSS */
.confetti--animation-slow {
  animation: confetti-slow 2s linear 1 forwards;
}

.confetti--animation-medium {
  animation: confetti-medium 1.5s linear 1 forwards;
}

.confetti--animation-fast {
  animation: confetti-fast 1s linear 1 forwards;
}
/**/

/*WIRE-838*/
.text-heading h1 {
	font-size: 50px;
	font-weight: 800;
	color: #17592c;
}
.text-heading-row {
	background-color: #a3f354;
	margin-bottom: 40px;
	padding: 120px 0;
}
.text-heading h2 {
	font-size: 50px;
	font-weight: 300;
	color: #17592c;
}
.image-text-section.full_browser_width .text-section-column {
	width: 100%;
	padding: 0;
	height: auto !important;
	float: none;
}
.image-text-section.full_browser_width .text-column-inner {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.image-text-section.style4 {
	padding: 0;
}
.image-text-section.style4 .textcontent-container {
	font-size: 20px;
	font-weight: 400;
}
.image-text-section.style4 .button_border_container {
	text-align: center;
}
.image-text-section.style4 .button_border_container .button {
	margin: 0 auto;
	background-color: #a3f354;
	color: #17592c;
	padding: 10px 80px;
	border-radius: 10px;
	max-width: 400px;
	display: inline-block;
}
.image-text-section.style4 .button_border_container .button span {
	display: none;
}
.image-text-section.style4 .border-line-container.container::before {
	display: none;
}
.image-testimonial.style2 {
	border: 0;
	padding-top: 0px;
}
.image-text-section.style4 .section-title-container {
	text-align: center;
}
.image-text-section.style4 .section-title-container h2{
	font-size: 50px;
}
.image-text-section.style4 ul {
	list-style-type: disc;
	padding-left: 30px;
}
.whitepaper-list.style2 h2.title {
	color: #000;
	margin-bottom: 20px;
}
.whitepaper-list.style2 .each-whitepaper-item {
	min-height: unset;
	padding: 30px;
	width: calc(50% - 15px);
	background-color: #a3f354;
	color: #17592c;
}
.whitepaper-list.style2 .each-whitepaper-item.dark_green {
	background-color: #17592c;
	color: #a3f354;
}
.whitepaper-list.style2 .title {
	margin-bottom: 0;
}
.whitepaper-list.style2 {
	border: 0;
	padding-top: 0;
}
.image-text-section.narrow .textcontent-container {
	max-width: 500px;
	margin: 0 auto 50px;
}
/*END-WIRE-838*/

@media(max-width:1750px){
    .mission-vision-main-content {width: 580px;margin-top: 140px;margin-right: 95px;}
    .mission-vision-main-content p {font-size: 18px;}
    .mission-vision-main-content h1 {font-size: 62px;}
    .vision-textbox {width: 572px;height: 865px;}
    .mission-textbox{width: 715px;height: 950px;}
    .mission-vision-middle-section h4 {font-size: 36px;}
    .mission-vision-middle-section h2 {font-size: 52px;}
    .mission-vision-middle-section h4::before, .mission-vision-middle-section h4::after {width: 130px;height: 115px;}

    .mission-vision-middle-section h4::after {bottom: -60px;}
    .mission-vision-middle-section .vision-textbox h4::after {right: 85px;}
    .mission-vision-testimonial {margin-top: -135px;}
    .mission-testimonial-author,.mission-testimonial-text {font-size: 18px;}
    .vision-textbox {padding: 380px 0 0 120px;}
    .mission-textbox {padding: 226px 135px 0 0;}
    
    .file--section {padding: 120px 0 100px;width: 720px;}
    .file--section h1 {font-size: 60px;margin-bottom: 34px;}
    .file--section p {font-size: 19px;margin-bottom: 65px;}
    .each--taxfile h2 {font-size: 21px;line-height: 1.8;margin-bottom: 30px;}
    .each--taxfile {margin-bottom: 45px;}
    
    .hybrid-section .container {width: 1220px;}
    .page-template-hybrid-page .vc_empty_space {height: 200px !important;}
    .title--img {right: -150px;}
    .hybrid--left h1 {font-size: 70px;margin-bottom: 50px;}

    .angle-line-container.style2{bottom:-190px;}
    .burger-scroll-animation-container {padding-top: 124px !important;}
    .cube--box h2 {font-size: 60px;margin-bottom: 40px;}
    .cube--inner { padding: 45px 70px 35px;}
    .cube--right h3 {font-size: 45px;margin-bottom: 30px;}
    .news--section h2 {font-size: 60px;margin-bottom: 40px;}
    .news--tit h3 {font-size: 30px;}
    .news--section {padding-bottom: 70px;}
    .cube--box {padding: 55px 0 70px;}
    .iframe--left h2 {font-size: 55px;margin-bottom: 15px;}
    .iframe--box {margin-bottom: 90px;padding: 60px 160px 60px 80px;}
    .news--content.has--logo h3 {font-size: 28px;}
    .video--section .vc_col-sm-12 { max-width: 848px;  padding: 50px 0 30px;  }
    .video--section .vc_col-sm-12 h2 {font-size: 39px; margin-bottom: 25px;}
    .product-banner-info .button span {   top: 11px;  right: 8px; }
    .green--text { font-size: 22px; width: 350px;height: 350px;  bottom: -39px; right: 0;padding: 127px 40px 80px 30px;}
    .special--section .layout_5.product-page-banner .container {height: 750px;}
    .special--section .product-page-banner.layout_5 { background-size: 796px;background-position: 87% -63px;}
}
@media(max-width:1600px) {
    .mission-vision-main-content {width: 500px;margin-top: 130px; margin-right: 125px;}
    .mission-vision-main-content h1 {font-size: 53px;}
    .mission-vision-main-content p {font-size: 16px;}
 
    .mission-textbox {width: 560px;height: 755px;padding: 170px 100px 0 0;}
    .vision-textbox {width: 524px;height: 790px;margin-right: 100px;padding: 330px 0 0 85px;}
    .mission-vision-middle-section h4 {font-size: 34px;}
    .mission-vision-middle-section h2 {font-size: 52px;}
    .mission-vision-middle-section h4::before, .mission-vision-middle-section h4::after {width: 80px;height: 65px;}
    .mission-vision-middle-section h4::before {top: -10px;left: -20px;}
    .mission-vision-middle-section h4::after {bottom: -25px;right: -22px;}
    .mission-vision-earth {height: 805px;}
    .mission-vision-middle-section .vision-textbox h4::after {right: -50px;}
    .mission-vision-middle-section .vision-textbox h4::after {        right: 165px;        bottom: -32px;    }
    .mission-testimonial-author, .mission-testimonial-text {font-size: 16px;}
    .mission-vision-testimonial {margin-top: -45px;width: 43%;}
    .mission-vision-bottom-section {        padding: 20px 0 75px;    }

    .page-id-144 .social-share-section {margin-top: -40px;}
    
    .hybrid--left {padding: 50px 0 70px;padding-right: 100px;}
    .hybrid-section .container {width: 1030px;}
    .hybrid--left h1 {font-size: 50px;margin-bottom: 40px;}
    .hybrid--left--cont p {font-size: 17px;margin-bottom: 15px;}
    .title--img {right: -80px;}
    .til--image .product-image-inner {top: -60px;transform: rotate(18deg);}

    .cube--box {padding: 50px 0 60px;}
    .cube--box h2 {font-size: 50px;margin-bottom: 35px;}
    .cube--inner {padding: 30px 80px 20px;}
    .cube--right h3 {      font-size: 40px;      margin-bottom: 25px;   }
    .news--section h2 {font-size: 50px;margin-bottom: 35px;}
    .news--image {    padding: 20px 16px 0 0;  }
    .news--content {    padding: 22px 25px 18px; }
    .news--content h4 {   font-size: 18px;  margin-bottom: 5px; }
    .news--tit h3 {font-size: 24px;}
    .news--content.has--logo h3 {font-size: 23px; }
    .news--section {  padding-bottom: 60px;   }
    .iframe--box { margin-bottom: 70px; padding: 50px 130px 50px 60px; }
    .iframe--left h2 { font-size: 48px; margin-bottom: 13px;   }
    .iframe--left a {font-size: 16px; }
    .iframe--left a i { font-size: 36px; margin-right: 11px;  bottom: -8px;}
    .iframe--right iframe {  height: 500px;  }
    .video--section .vc_col-sm-12 h2 {font-size: 36px; margin-bottom: 20px;}
    .video--section .vc_col-sm-12 { max-width: 800px; padding: 40px 0 25px;  }
    .green--text {font-size: 20px; width: 328px;height: 269px; bottom: -18px;padding: 97px 30px 60px 25px;font-weight: 600;}
    .news--content .button span {top: 3px;}
    .cube--right .button_border_container {margin-top: 30px;}
    .special--section .product-banner-inner-info h1 { margin-bottom: 55px;}
    .top-menu-inner .menu > li.new--item a::after {left: -2px;top: 2px;}

    /*WIRE-838*/
    .text-heading h1, .text-heading h2, .image-text-section.style4 .section-title-container h2{font-size: 45px;}
    /*END-WIRE-838*/

}
@media(max-width:1439px) {
    .mission-vision-main-content {        width: 45%;        margin-top: 130px;        margin-right: 5%;    }
    .mission-vision-main-content h1 {      font-size: 45px;   }
    .mission-vision-main-content p {        font-size: 14px;    }

    .vision-textbox {        width: 46%;        height: 62vw;        margin-right: 4%;        padding: 330px 0 0 85px;    }
    .mission-textbox {        width: 50%;        height: 60vw;        padding: 170px 100px 0 0;        margin-left: 4%;    }
    .mission-vision-earth {        height: 65vw;    }
    .mission-vision-middle-section h4 {       font-size: 30px;        display: inline-block;    }
    .mission-vision-middle-section h2 {        font-size: 46px;    }

    .mission-vision-middle-section .mission-textbox h4::before {        left: -10px;    }
    .mission-vision-middle-section .vision-textbox h4::after {       right: 10px;        bottom: -30px;    }
    
    .file--section {padding: 80px 0 60px;width: 720px;}
    .file--section h1 {font-size: 50px;margin-bottom: 25px;}
    .file--section p {font-size: 18px;margin-bottom: 55px;}
    .each--taxfile h2 {font-size: 20px;line-height: 1.8;margin-bottom: 25px;}
    .file--format {width: 70px;height: 92px;margin-right: 10px;}
    .file--info h5 {font-size: 15px;width: 400px;}
    .file--info {padding-top: 6px;width: calc(100% - 80px);}
    .each--taxfile {margin-bottom: 35px;}
    
    .hybrid-section .container {width: 88%;}
    .hybrid--left h1 {padding-right: 55px;}

    /*WIRE-585*/
    .carousel-text-section.style2 .carousel-lp-slide img {        height: auto !important;    }
    .image-testimonial .clearfix {        margin-left: 0;    }
    .whitepaper-list-wrapper .each-whitepaper-item {        font-size: 20px;    }


    /*END-WIRE-585*/

    /*WIRE-838*/
    .text-heading h1, .text-heading h2, .image-text-section.style4 .section-title-container h2{font-size: 40px;}
    /*END-WIRE-838*/
}
@media(max-width:1399px) {
    .mission-vision-earth {height: 55vw;}
    .social-share-section { margin-top: -55px;  }
    .page-id-144 .social-share-section {margin-top: 0;}
    
    .hybrid--meat .vc_col-sm-12 {margin-top: -60px;}
    .page-template-hybrid-page .vc_empty_space {height: 130px !important;}

    .new-cc {width: 1080px;}
    .cube--box h2 {font-size: 45px; margin-bottom: 30px; }
    .cube--inner { padding: 30px 50px 25px;}
    .cube--right h3 {font-size: 35px; margin-bottom: 20px; }
    .cube--right .button_border_container a {font-size: 20px;}
    .cube--box {padding: 40px 0 50px;}
    .news--section h2 {font-size: 45px;margin-bottom: 30px;}
    .news--bg { height: 200px;}
    .news--content.has--logo h3 { font-size: 18px;}
    .news--tit h3 {     font-size: 20px;  }
    .news--section { padding-bottom: 50px;  }
    .iframe--box {margin-bottom: 60px; padding: 40px 100px 40px 50px;}
    .iframe--left h2 {    font-size: 41px;    margin-bottom: 10px;  }
    .video--section .vc_col-sm-12 {max-width: 770px; padding: 30px 0 20px;}
    .video--section .vc_col-sm-12 h2 {font-size: 32px;}
    .green--text { font-size: 18px;width: 300px;height: 250px;bottom: -18px; padding: 93px 30px 60px 25px;font-weight: 600; }
    .special--section .layout_5.product-page-banner .container {height: 650px; }
    .special--section .product-page-banner.layout_5 {background-size: 584px; background-position: 89% -20px; }
}
@media(max-width:1279px) {
    .mission-vision-main-content {        margin-top: 50px;    }
    .mission-vision-middle-section h2 {       font-size: 40px;    }
    .mission-textbox {        padding: 12vw 88px 0 0;    }
    .vision-textbox {        padding: 26vw 0 0 74px;    }
    .social-share-section {margin-top: 0;}
    
    .file--section {padding: 60px 0 40px;width: 90%;}
    .file--section h1 {font-size: 40px;margin-bottom: 20px;}
    .file--section p {font-size: 17px;margin-bottom: 40px;}
    
    .hybrid--left {padding: 30px 0 50px;padding-right: 30px;}
    .hybrid--left h1 {font-size: 46px;margin-bottom: 30px;}
    .til--image .product-image-inner {top: -20px;transform: rotate(13deg);}
    .hybrid--meat .vc_col-sm-12 {margin-top: -0px;}
    .page-template-hybrid-page .vc_empty_space {height: 60px !important;}
    
    .title--img {right: -122px;}
    .hybrid--left h1 {padding-right: 85px;}
    .page-template-hybrid-page .info-table-column:nth-child(2) {padding-right: 20px;}

    .new-cc { width: 94%; }
    .cube--box h2 {font-size: 40px; margin-bottom: 25px;}
    .cube--inner { padding: 25px 40px 20px; }
    .cube--right h3 {font-size: 32px;margin-bottom: 16px;}
    .cube--box { padding: 30px 0 40px; }
    .news--section h2 {font-size: 40px;margin-bottom: 25px; }
    .news--bg { height: 150px;}
    .news--content h4 {font-size: 16px; margin-bottom: 5px; }
    .news--content { padding: 18px 23px 15px;}
    .news--tit img {  width: 80px;}
    .has--logo .news--tit {padding-right: 80px;}
    .news--content.has--logo h3 { font-size: 16px;}
    .news--tit h3 {font-size: 18px;}
    .iframe--box { margin-bottom: 40px; padding: 30px 70px 30px 40px; }
    .iframe--left a i {font-size: 29px; margin-right: 7px;bottom: -6px; }
    .iframe--left a { font-size: 14px;}
    .iframe--left h2 {font-size: 36px; margin-bottom: 10px; }
    .iframe--right iframe {height: 400px; }
    .video--section .vc_col-sm-12 h2 {font-size: 25px; margin-bottom: 20px; }
    .product-banner-info .button {   padding: 8px 64px 8px 15px;   font-size: 17px;}
    .product-banner-info .button span { top: 7px; right: 8px; }
    .special--section .layout_5.product-page-banner .container {height: 550px; }
    .special--section .product-page-banner.layout_5 {  background-size: 507px; background-position: 96% -9px;}
    .top-menu-inner .menu > li.new--item a::after {left: -1px;top: 5px;}

    /*WIRE-585*/
    .image-testimonial .text-section-column h4 {        font-size: 24px;    }
    .image-text-section.style2 {        padding: 40px 0;    }
    .whitepaper-list-wrapper .each-whitepaper-item {        font-size: 18px;        padding: 30px;    }
    .image-text-section.style2 .text-section-column {
        padding-left: 40px;
        padding-right: 0;
    }
    .carousel-text-section.style2 {
        padding: 40px 0 60px;
    }
    /*END-WIRE-585*/


    /*WIRE-838*/
    .text-heading h1, .text-heading h2, .image-text-section.style4 .section-title-container h2{font-size: 35px;}
    /*END-WIRE-838*/
}
@media(max-width:1023px) {
    .mission-vision-main-content {width: 100%;margin-right: 0;padding: 20px 5%;background-color: rgba(255,255,255,0.6);position: relative;z-index: 4;}
    .mission-textbox {width: 54%;height: 65vw;padding: 170px 100px 0 0;margin-left: 0;}
    .mission-vision-middle-section h4 {font-size: 23px;}
    .mission-vision-middle-section h2 {font-size: 35px;}

    .mission-textbox {padding: 13vw 9vw 0 0;}
    .vision-textbox {        padding: 26vw 0 0 8vw;    }
    .mission-vision-top-section {        margin-bottom: 80px;    }
    .mission-vision-earth {        width: 75%;    }
    .mission-vision-testimonial {        margin-top: 0;        width: 100%;    }
    .mission-vision-testimonial br{display: none;}
    .wpb_text_column a.button {font-size: 18px;}
    
    .file--section {padding: 40px 0 30px;width: 92%;}
    .file--section h1 {font-size: 35px;margin-bottom: 15px;}
    .file--section p {font-size: 16px;margin-bottom: 30px;}
    .file--info h5 {font-size: 14px;width: 300px;margin-right: 10px;}
    
    .hybrid--right {width: 100%;height: 300px !important;}
    .hybrid--left {width: 100%;height: auto !important; padding: 20px 0 20px;	padding-right: 0px;}
    .til--image .product-image-inner {top: -0px;transform: rotate(13deg);}
    .hybrid--left h1 {font-size: 40px;margin-bottom: 20px;}

    .cube--box h2 {font-size: 35px;margin-bottom: 20px; }
    .cube--inner > div {width: 100%;float: left;margin-left: 0;margin-right: 0; height: auto !important;}
    .cube--left {margin-bottom: 30px;}
    .news--section h2 {font-size: 35px;margin-bottom: 20px;}
    .each--news {  width: 100%;  margin-bottom: 20px;  }
    .news--bg { height: 350px; }
    .news--content.has--logo h3 {font-size: 17px;min-height: 70px;}
    .news--section { padding-bottom: 20px; }
    .iframe--left {width: 100%;  padding-right: 0px; margin-bottom: 30px;  }
    .iframe--right { width: 100%; }
    .iframe--box {  margin-bottom: 30px; padding: 20px 40px; }
    .iframe--left h2 {font-size: 35px;       margin-bottom: 10px;   }
    .video--section .vc_col-sm-12 { max-width: 100%; padding: 20px 0 15px; }
    .cube--left img {width: 60%;display: table;margin: auto;}
    .special--section .product-banner-inner-info { width: 100%;padding: 0; }
    .special--section .product-banner-inner-info h1 {  margin-bottom: 5px;}
    .special--section .product-banner-info h5 { margin-top: 20px;}
    .special--section .layout_5.product-page-banner .container {height: 650px;}
    .special--section .product-page-banner.layout_5 { background-size: 507px; background-position: 67% 183px; }
    .footer-social-item {margin-left: 0px; margin-right: 15px;}
    .footer-widgets-container {width: 100%;margin-bottom: 20px;}
    .footer-social-icons {width: 100%;text-align: left;margin-bottom: 40px;}
    .footer-contact { width: 100%; float: left;}
    .news--tit { height: auto !important;}
    .hybrid--left .title--img img { height: auto;   }

    .cube--left { width: 100% !important; }

    .follow-heading h2{font-size:30px;}

    
    /*WIRE-585*/
    .carousel-text-section.style2 .carousel-lp-column {
        width: 100%;
        margin-bottom: 40px;
    }
    .carousel-text-section.style2 .text-lp-column {
        padding-left: 0;
        width: 100%;
    }
    .carousel-text-section.style2 .text-lp-column > div {        max-width: 100% !important;    }
    .image-testimonial.image-right .clearfix, .image-testimonial.image-left .clearfix {
        flex-flow: column;
    }
    .image-testimonial .text-section-column {
        width: 100%;
        transform: rotate(0deg);
        margin: 30px;
        width: 100%;
        max-width: 100%;
    }
    .image-testimonial .text-section-column::before {
        display: none;
    }
    .image-testimonial .media-section-column {
        width: 100%;
    }
    .whitepaper-list-wrapper .each-whitepaper-item {
        width: calc(50% - 15px);
    }
    .image-testimonial .img-text-container {
        padding-left: 0;
        padding-right: 0;
    }
    .image-testimonial {
        margin-bottom: 40px;
    }
    .image-text-section.style3 .text-section-column .text-column-inner > div {
        flex-flow: column;
        margin-bottom: 30px;
    }
    /*END-WIRE-585*/

    /*WIRE-838*/
    .text-heading h1, .text-heading h2, .image-text-section.style4 .section-title-container h2{font-size: 30px;}
    .text-heading-row {        padding: 80px 0;    }
    .image-text-section.style4 .textcontent-container {        font-size: 16px;    }
    .image-text-section.style4 {        margin-bottom: 30px;    }
    /*END-WIRE-838*/

}
@media(max-width:767px) {
    .mission-vision-middle-section h4 {font-size: 20px;}
    .mission-vision-middle-section h2 {font-size: 30px;margin-bottom: 18px;}
    .mission-vision-middle-section h4::before, .mission-vision-middle-section h4::after {width: 50px;height: 65px;    }
    .cube--left img {width: 70%;display: table;margin: auto;}
    .footer-contact a {font-size: 16px;}
    .follow-heading h2{padding-top:15px;}
	
	/*WIRE-606*/
	.kontakt-form-wrapper .cf-from-whitepaper {	max-width: 100%;	margin: 40px auto;}
	.kontakt-form-wrapper h2 {	font-size: 30px;	line-height: 1.4;}
	/*END-WIRE-606*/
}
@media(max-width:639px) {
    .mission-vision-main-content h1 {        font-size: 35px;    }
    .mission-vision-earth {        width: 100%;    }
    .mission-textbox {        width: 100%;        height: 122vw;    }
    .mission-vision-top-section {        margin-bottom: 0;    }
    .vision-textbox {width: 100%;height: 134vw;margin-right: 0; position: relative;top: 0;left: 0; margin-top: -45vw;   padding: 54vw 0 0 13vw;   }
    .mission-textbox {       padding: 25vw 13vw 0 0;   }
    .mission-vision-middle-section h2 {        font-size: 38px;    }
    .mission-vision-middle-section h4 {        font-size: 28px;    }
    
    .file--section {padding: 30px 0 20px;width: 92%;}
    .file--section h1 {font-size: 30px;margin-bottom: 10px;}
    .file--section p {font-size: 14px;margin-bottom: 20px;}
    .each--taxfile h2 {font-size: 19px;line-height: 1.5;margin-bottom: 15px;}
    .file--info span {position: absolute;top: 0;right: 0;}
    .file--info {padding-top: 5px;width: 100%;}
    .file--info h5 {margin-right: 10px;}
    
    .title--img {position: relative;top: 0;right: -50px;height: auto;width: auto !important;right: 0 !important;margin: auto;float: none;}
    
    .hybrid--left h1 {font-size: 30px;margin-bottom: 20px;}
    .title--img {margin-top: 10px;display: table;}
    .til--image .product-image-inner {transform: rotate(0deg);}
    .page-template-hybrid-page .info-table-column:nth-child(2) {padding-right: 0px;}

    .cube--box h2 {font-size: 28px;margin-bottom: 16px;}
    .cube--right h3 {font-size: 24px; margin-bottom: 15px; }
    .cube--inner {padding: 20px 20px 15px;}
    .cube--right .button_border_container { display: table;  float: right;  margin-top: 20px; }
    .news--section h2 { font-size: 28px; margin-bottom: 15px;}
    .news--bg { height: 250px; }
    .iframe--left h2 {font-size: 28px; margin-bottom: 10px;  }
    .video--section .vc_col-sm-12 .wpb_video_widget {margin-bottom: 0 !important;}
    .video--section .vc_col-sm-12 h2 {font-size: 22px; margin-bottom: 20px;}
    .product-banner-info h5 {margin-top: 20px; margin-bottom: 10px; font-size: 18px; }
    .cube--left img {width: 80%;display: table;margin: auto;}

    .follow-heading h2{font-size:26px;}

    /*WIRE-585*/
    .image-text-section.style2 .text-section-column {        padding-left: 0;        padding-right: 0;    }
    .whitepaper-list-wrapper {
        flex-flow: column;
    }
    .whitepaper-list-wrapper .each-whitepaper-item {
        width: 100%;
        min-height: 300px;
    }
    .carousel-text-section.style2 {
        padding: 30px 0 40px;
    }
    .image-testimonial {
        margin-bottom: 10px;
        padding-top: 40px;
    }
    .whitepaper-list {
        padding: 40px 0;
    }
    .carousel-text-section.style3 .carousel-lp-column {
        margin-bottom: 0;
    }
    .whitepaper-anfordern-form {
        margin-top: 0;
    }
    .carousel-text-section.style2 .text-lp-column h1 {
        font-size: 32px;
    }
    .image-testimonial .text-section-column {
        padding: 30px 40px;
        font-size: 16px;
    }
    .image-testimonial .text-section-column h4 {
        font-size: 20px;
    }
    .whitepaper-list h2.title, .image-text-section.style2 .text-column-inner h2, .carousel-text-section .section-title-container h2 {
        font-size: 35px;
    }
    .carousel-text-section.style2 .large-button, .carousel-text-section.style3 .large-button {
        font-size: 16px !important;
        padding: 20px 30px !important;
    }
    /*END-WIRE-585*/
	
	/*WIRE-606*/
	.kontakt-form-wrapper h2 {	font-size: 25px;	}
	/*END-WIRE-606*/

    /*WIRE-838*/
    .whitepaper-list.style2 .each-whitepaper-item {        width: 100%;    }
    /*END-WIRE-838*/
}
@media(max-width:479px) {
    .mission-vision-middle-section h4 {        font-size: 24px;    }
    .mission-vision-earth {        height: 100vw;    }

    .has--logo .news--tit {padding-right: 0px; }
    .news--tit img {  width: 80px; position: relative; }
    .news--bg { height: 150px; }
    .iframe--box { margin-bottom: 30px;  padding: 20px 20px; }
    .cube--left img {width: 90%;display: table;margin: auto;}
    .special--section .layout_5.product-page-banner .container {height: 550px;}
    .special--section .product-page-banner.layout_5 { background-size: 407px;background-position: 0% 166px;}
    .site-footer {padding: 30px 0 35px;}

    .image-text-section.style3 .text-section-column .text-column-inner .button {
        font-size: 18px;
        padding: 20px 30px;
        min-width: unset;
    }
}
@media(max-width:410px) {
    .wpb_text_column a.button {font-size: 16px;padding-right: 30px;}
    .wpb_text_column a.button span {width: 20px;height: 20px;top: 1px;}
    .wpb_text_column a.button span::after { width: 6px;height: 6px;border-top: 2px solid #000; border-right: 2px solid #000; top: 6px; right: 8px;}
    .wpb_text_column a.button span::before {width:19px;height: 2px;top: 9px;right: 9px;}
}
@media(max-width:390px){

    .vision-textbox{padding: 54vw 0 0 10vw;}
    .mission-textbox {padding: 25vw 13vw 0 0;}
    .mission-vision-middle-section h4 {        font-size: 20px;    }
    .mission-vision-middle-section h2 {        font-size: 32px;    }
    .mission-vision-main-content h1 {        font-size: 28px;    }
}

/* burger animation */
/*
.burger-scroll-animation-container {
	height: 1950px;
	margin-top: 150px;
}
.burger-scroll-animation-container > div {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.scroll-animation-element > div{
    position: relative;
    z-index:2;
}
.animation_element_2 > div{
    z-index:11;
}
.animation_element_3 > div{
    z-index:10;
}
.animation_element_4 > div{
    z-index:9;
}
.animation_element_5 > div{
    z-index:8;
}
.animation_element_6 > div{
    z-index:7;
}
.animation_element_7 > div{
    z-index:6;
}
.animation_element_8 > div{
    z-index:5;
}
.scroll-animation-elements {
	max-width: 780px;
	margin: 100px auto;
}
.scroll-animation-element {
	height: 150px;
}*/

.scroll-animation-element,
.full-image-animation-element.hidden,
.sc-image-element,
.food-market-item,
.food-market-item .food-marker-title::after,
.food-market-item .food-marker-title::before, .title--anim, .button--anim {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.burger-scroll-animation-container {
	padding-top: 185px;
}
.scroll-animation-elements {
	max-width: 780px;
	margin: 100px auto 200px;
	height: 1840px;
    position: relative;
}
.scroll-animation-element {
	height: 15%;
	position: absolute;
	width: 100%;
	left: 0;
}
.scroll-animation-element img {
	margin: 0 auto;
	display: block;
}
.animation_element_1 img {
	max-width: 74.5%;
}
.animation_element_2 img {
	max-width: 94%;
}
.animation_element_3 img {
	max-width: 88%;
}
.animation_element_4 img {
	max-width: 70%;
}
.animation_element_5 img {
	max-width: 79.4%;
}
.animation_element_6 img {
	max-width: 85%;
}
.animation_element_7 img {
	max-width: 80%;
}
.animation_element_8 img {
	max-width: 83%;
}
.scroll-animation-element.animation_element_1 {
	height: 224px;
	top: 0;
}
.scroll-animation-element.animation_element_2 {
	top: 11%;
	height:300px;
}
.scroll-animation-element.animation_element_3 {
	height: 330px;
	top: 17%;
	bottom: auto;
}
.scroll-animation-element.animation_element_4 {
	height: 206px;
	top: 34%;
	bottom: auto;
}
.scroll-animation-element.animation_element_5 {
	top: 38%;
	height: 360px;
	bottom: auto;
}
.scroll-animation-element.animation_element_6 {
	top: 50%;
	height: 180px;
	bottom: auto;
}
.scroll-animation-element.animation_element_7 {
	top: 62%;
	height: 170px;
	bottom: auto;
}
.scroll-animation-element.animation_element_8 {
	top: 67%;
	bottom: auto;
	height: 190px;
}
.variable-animation-elements {
	position: absolute;
	height: 100%;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 586px;
	max-height: 100%;
}
.scroll-animation-element > div {
	position: relative;
    height: 100%;
}
/*
.scroll-animation-element > div .sc-image-element{
    top: 50%;
	position: relative;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}*/
.scroll-animation-element .sc-image-element{
    position: relative;
}
.scroll-animation-element.animation_element_1 > div .sc-image-element{
    z-index: 10;
}
.scroll-animation-element.animation_element_2 > div .sc-image-element{
    z-index: 11;
}
.scroll-animation-element.animation_element_3 > div .sc-image-element{
    z-index: 9;
}
.scroll-animation-element.animation_element_4 > div .sc-image-element{
    z-index: 8;
}
.scroll-animation-element.animation_element_5 > div .sc-image-element{
    z-index: 7;
}
.scroll-animation-element.animation_element_6 > div .sc-image-element{
    z-index: 6;
}
.scroll-animation-element.animation_element_7 > div .sc-image-element{
    z-index: 5;
}
.scroll-animation-element.animation_element_8 > div .sc-image-element{
    z-index: 4;
}
.burger-scroll-animation-container .animation_element_3 .food-market-item, .burger-scroll-animation-container .animation_element_6 .food-market-item {
	right: auto;
	left: calc(100% + 30px);
}
.full-image-animation-element {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 20;
	bottom: 0;
}
.full-image-animation-element img {
	max-width: 760px;
	margin: 0 auto;
	max-width: 96%;
}
.full-image-animation-element.hidden,
.ended .scroll-animation-element .sc-image-element{
	opacity: 0;
	visibility: hidden;
}
.ended .full-image-animation-element.hidden{
    opacity: 1;
	visibility: visible;
}
.scroll-animation-elements .food-marker-title {
	font-size: 21px;
    margin-bottom: 5px;
}
.scroll-animation-elements .marker-button span{
	width: 26px;
	height: 26px;
}
.scroll-animation-elements .marker-button span::before{
	width: 26px;
	top: 13px;
    height: 2px;
	right: 10px;
}
.scroll-animation-elements .marker-button span::after {
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	top: 7px;
	right: 9px;
}
.scroll-animation-elements .marker-button{
	font-size: 22px;
	padding-right: 50px;
}
.scroll-animation-elements .marker-button span{
	top: 3px;
	right: 0;
}
.animation_element_1 .food-market-item .food-marker-title::after {
	width: 186px;
	left: calc(100% + 14px);
	margin-top: 1px;
}
.animation_element_1 .food-market-item .food-marker-title::before {
	left: calc(100% + 195px);
	margin-top: -5px;
}
.burger-scroll-animation-container .food-market-item {
	top: 50%;
	z-index: 99;
	right: calc(100% + 30px);
	left: auto;
	transform: translateY(-2%);
}

.animation_element_3 .food-market-item .food-marker-title::after,
.animation_element_6 .food-market-item .food-marker-title::after {
	width: 223px;
	left: auto;
	right: calc(100% + 15px);
}
.animation_element_3 .food-market-item,
.animation_element_6 .food-market-item {
	text-align: left;
}
.animation_element_3 .food-market-item .food-marker-title::before,
.animation_element_6 .food-market-item .food-marker-title::before {
	left: auto;
	right: calc(100% + 235px);
}
.burger-scroll-animation-container .animation_element_5 .food-market-item {
	transform: translateY(-96%);
	z-index: 7;
}
.burger-scroll-animation-container .animation_element_6 .food-market-item {
	transform: translateY(-2%);
}
.animation_element_6 .food-market-item .food-marker-title::after{
    width: 220px;
}
.animation_element_6 .food-market-item .food-marker-title::before {
    right: calc(100% + 232px);
}
.animation_element_7 .food-market-item .food-marker-title::after{
    width: 180px;
}
.animation_element_7 .food-market-item .food-marker-title::before{
    left: calc(100% + 180px);
}
.burger-scroll-animation-container .full-image-animation-element .food-market-item {
	top: 16%;
	transform: none;
}
.burger-scroll-animation-container .full-image-animation-element .food-market-item.fm2 {
	left: calc(100% + 30px);
	right: auto;
	top: 48%;
}
.burger-scroll-animation-container .full-image-animation-element .food-market-item.fm3 {
	top: 60%;
    text-align: right;
}
.burger-scroll-animation-container .full-image-animation-element .food-market-item.fm4,
.burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {
	top: calc(100% + 40px);
}
.ended .button--anim, .ended .title--anim{
	 transition-delay:0.5s;	
	 opacity:1 !important;
}
.ended .fm2 .button--anim, .ended .fm2 .title--anim{
	 transition-delay:1s;	
}
.ended .fm3 .button--anim, .ended .fm3 .title--anim{
	 transition-delay:1.5s;	
}
.ended .fm4 .button--anim, .ended .fm4 .title--anim{
	 transition-delay:2.5s;	
}
.ended .fm5 .button--anim, .ended .fm5 .title--anim{
	 transition-delay:2s;	
}
.ended .food-market-item.fm1 .food-marker-title::after{
	width: 180px;
    transition-delay:0.5s;	
}
.food-market-item.fm1 .food-marker-title::after {
	width:0;
	left: calc(100% + 15px);
}
.food-market-item.fm1 .food-marker-title::before {
	left: calc(100% + 190px);
}
.food-market-item.fm2 .food-marker-title::after{
	width: 0;
	left: auto;
	right: calc(100% + 18px);
}
.ended  .food-market-item.fm2 .food-marker-title::after{
	width: 280px;
	transition-delay:1s;	
}
.food-market-item.fm2 .food-marker-title::before{
	left: auto;
	right: calc(100% + 290px);
}
.ended .food-market-item.fm3 .food-marker-title::after{
	width: 315px;
	transition-delay:1.5s;	
}
.food-market-item.fm3 .food-marker-title::after {
	width: 0;
	height: 2px;
	top: 27px;
	bottom: auto;
	left: calc(100% + 18px);
	right: auto;
}
.food-market-item.fm3 .food-marker-title::before {
	left: calc(100% + 325px);
	right: auto;
	margin-left: 0;
	bottom: auto;
	top: 26px;
}
.burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {
	left: 20%;
	right: auto;
	text-align: left;
}
.ended  .food-market-item.fm5 .food-marker-title::after {
	height:115px;	
	transition-delay:2s;
}
 .food-market-item.fm5 .food-marker-title::after {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	top: auto;
	margin-top: -1px;
	background-color: #fff;
	display: block;
	left: 65px;
	bottom: calc(100% + 18px);
}
.food-market-item.fm5 .food-marker-title::before {
	left: 59px;
	right: auto;
	bottom: calc(100% + 125px);
	top: auto;
}
.burger-scroll-animation-container .full-image-animation-element .food-market-item.fm4 {
	left: 62%;
	text-align: left;
}
.ended  .food-market-item.fm4 .food-marker-title::after {
	height:185px;	
	transition-delay:2.5s;
}
.food-market-item.fm4 .food-marker-title::after {
	width: 2px;
	height: 0;
	top: auto;
	bottom: calc(100% + 18px);
	right: auto;
	left: 90px;
}
.food-market-item.fm4 .food-marker-title::before {
	right: auto;
	top: auto;
	left: 84px;
	bottom: calc(100% + 200px);
}
.scroll-animation-element.animation_element_4 {
	height: 20%;
}
/*
.steamvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	z-index: -1;
}*/
.ended .full-image-animation-element.hidden .food-market-item {
	opacity: 1 !important;
}
.center--image{
	text-align:center;
}
.burger-shadow {
	position: absolute;
	bottom: -80px;
	text-align: center;
}
#moove_gdpr_cookie_info_bar{
    z-index:9999999999 !important;
}
.gdpr_lightbox.gdpr_lightbox-opened {
	z-index: 999999999999 !important;
}

/* WIRE-310 */
.cube--inner-inner {
	position: relative;
}
.img-badge-container {
	position: absolute;
	width: 31%;
	top: 0;
	right: 12%;
}
.img-badge-container img {
	display: block !important;
	-webkit-filter: drop-shadow(0 0 10px #fff);
	filter: drop-shadow(0 0 10px #fff);
	width: 100% !important;
}
/* END WIRE-310 */

/* WIRE-488 */
.carousel-lp-column {
	width: 55%;
}
.text-lp-column {
	width: 45%;
	padding-left: 40px;
}
.carousel-text-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.text-lp-column > div {
	width: 422px;
}
.text-lp-column h1 {
	font-size: 45px;
	line-height: 1.05;
	color: #5CA359;
}
.text-lp-column .section-title-container {
	margin-bottom: 20px;
}
.textcontent-container {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
.carousel-lp-column > div {
	background-color: #5CA359;
	border-radius: 20px;
}
.text-lp-column h1 strong {
	color: #ACED60;
}
.text-lp-column .textcontent-container {
	margin-bottom: 20px;
}
.carousel-text-section {
	padding: 30px 0 90px;
}
.carousel-lp-slide img {
	width: auto;
	height: 485px;
	display: block;
    object-fit: contain;
    object-position: center;
}
.carousel-lp-slide {
	padding: 30px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.carousel-lp-slider .slick-dots {
	bottom: -35px;
}
.carousel-lp-slider .slick-dots li button{
    background-color: #fff;
    border: 2px solid #5CA359 !important;
    opacity: 1;
}
.carousel-lp-slider .slick-dots li.slick-active button{
    background-color: #ACED60;
}
.large-button {
	background-color: #F2A5C0;
	font-size: 28px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	border-radius: 10px;
	padding: 36px 42px;
	display: inline-block;
}
.smallfoodlist-text-head {
	border-top: 2px solid #F5F5F5;
	padding-top: 50px;
}
.smallfoodlist-section {
	margin-bottom: 20px;
}
.smallfoodlist-text-body {
	border-radius: 12px;
	background-color: #ACED60;
	padding: 40px;
}
.smallfoodlist-section:nth-child(2n) .smallfoodlist-text-body {
	background-color: #5CA359;
}
.smallfoodlist-text-head > div {
	text-align: center;
	max-width: 755px;
	margin: 0 auto 36px;
}
.sfltext h2 {
	font-size: 45px;
	line-height: 1.05;
	margin-bottom: 20px;
	color: #5CA359;
}
.sfltext-inner {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.smallfoodlist-columns {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
}
.smallfoodlist-inner-cont .img-cont{
    width: 40%;
}
.smallfoodlist-inner-cont .txt-cont {
	width: 60%;
}
.smallfoodlist-column:nth-child(2) {
	width: 35% ;
}
.smallfoodlist-column:nth-child(1) {
	width: 65%;
}
.smallfoodlist-inner-cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.smallfoodlist-inner-cont .txt-cont {
	padding-left: 30px;
    padding-right: 40px;
}
.smallfoodlist-inner-cont .txt-cont h3 {
	font-size: 24px;
	margin-bottom: 12px;
	color: #346B3A;
}
.smallfoodlist-inner-cont .txt-cont .sfltext-inner {
	font-size: 17px;
    color: #346B3A;
}
.smallfoodlist-inner-cont .img-cont {
	padding: 0 20px;
}

.smallfoodlist-maincarousel .slick-arrow {
	font-size: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #346B3A;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
}
.smallfoodlist-maincarousel .slick-arrow {
	font-size: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	bottom: -45px;
	right: 0;
	padding: 0;
	background-image: url(images/pdp-slick-arow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.smallfoodlist-lp-slide {
	padding: 0 20px;
	border-left: 3px solid #346B3A;
	text-align: center;
	display: flex !important;
	height: inherit;
}
.smf-lp-pr-image img {
	width: 152px;
	height: auto;
	display: block;
    cursor: pointer;
}
.smallfoodlist-lp-slide > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.smallfoodlist-maincarousel .slick-prev.slick-arrow {
    right: 30px;
}
.smallfoodlist-maincarousel .slick-next.slick-arrow {
	transform: rotate(180deg);
}
.smf-lp-pr-image {
	margin-bottom: 10px;
	position: relative;
}
.smf-lp-pr-title a {
	color: #346B3A;
	font-size: 19px;
	font-weight: 700;
	display: block;
	line-height: 1.1;
}
.smf-lp-pr-title{
    margin-bottom: 4px;
}
.link-button {
	color: #346B3A;
	font-style: italic;
	text-decoration: underline;
    cursor: pointer;
}
.smallfoodlist-section:nth-child(2n) .smallfoodlist-inner-cont .txt-cont h3,
.smallfoodlist-section:nth-child(2n) .smallfoodlist-inner-cont .txt-cont .sfltext-inner,
.smallfoodlist-section:nth-child(2n) .smf-lp-pr-title a,
.smallfoodlist-section:nth-child(2n) .link-button{
    color: #fff;
}
.smallfoodlist-section:nth-child(2n) .smallfoodlist-lp-slide{
    border-color: #fff;
}
.smallfoodlist-section:nth-child(2n) .smallfoodlist-maincarousel .slick-arrow{
    background-image: url(images/pdp-slick-arow-white.svg);
}
.lp-contact-form {
	margin-top: 50px;
	border-top: 2px solid #F5F5F5;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 35px !important;
	display: flex !important;
	flex-wrap: wrap;
	margin-bottom: 125px;
}
.lp-contact-form .vc_column-inner {
	padding: 0 !important;
}
.lp-contact-form .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	padding-left: 35px !important;
	padding-top: 30px !important;
	padding-bottom: 20px !important;
}
.lp-contact-form::before,
.lp-contact-form::after{
    display: none !important;
}
.lp-contact-form .wpcf7 h2 {
	font-size: 45px;
	color: #5CA359;
	margin-bottom: 5px;
	line-height: 1.05;
}
.cf-item-group > p > label {
	color: #034951;
	font-size: 18px;
	font-weight: 700;
    display: block;
}
.cf-item-group.radio-slider-label > p > label {
    margin-bottom: 32px;
}
.lp-contact-form span.wpcf7-list-item {
	display: block !important;
	margin: 0 !important;
}
#contact-method-type-slider {
	display: flex;
	align-items: center;
}
#contact-method-type-slider .wpcf7-list-item-label {
	padding: 0 !important;
	color: #034951 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
#contact-method-type-slider .wpcf7-list-item.first .wpcf7-list-item-label {
	padding-right: 30px !important;
}

#contact-method-type-slider .wpcf7-list-item.first .wpcf7-list-item-label::before{
    background-color: #EDEDED !important;
    border-top-left-radius: 33px !important;
    border-bottom-left-radius: 33px !important;
    left: auto !important;
    right: 0 !important;
    height: 20px !important;
    width: 19px !important;
}
#contact-method-type-slider .wpcf7-list-item.last .wpcf7-list-item-label::before {
	background-color: #EDEDED !important;
	border-top-right-radius: 33px !important;
	border-bottom-right-radius: 33px !important;
	left: -65px !important;
	right: auto !important;
	height: 20px !important;
	width: 19px !important;
}

#contact-method-type-slider .wpcf7-list-item.last .wpcf7-list-item-label::after,
#contact-method-type-slider .wpcf7-list-item.first .wpcf7-list-item-label::after{
    background-color: #5CA359 !important;
    width: 14px !important;
    height: 14px !important;
    border: 0 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    border-radius: 50% !important;
}

.lp-contact-form #contact-method-type-slider span.wpcf7-list-item {
	position: relative;
	padding-left: 43px;
}
.lp-contact-form #contact-method-type-slider span.wpcf7-list-item.last {
	padding-left: 65px;
}
.lp-contact-form #contact-method-type-slider span.wpcf7-list-item::before {
	content: "";
	width: 32px;
	height: 32px;
	top: -5.5px;
	left: 0;
	position: absolute;
	background-image: url(images/contact-envelope-icon.svg);
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.lp-contact-form #contact-method-type-slider span.wpcf7-list-item.last::before{
    background-image: url(images/contact-phone-icon.svg);
    left: 25px;
}
#contact-method-type-slider .wpcf7-list-item.first .wpcf7-list-item-label::after {
	top: 2px !important;
	right: 0px !important;
}
#contact-method-type-slider .wpcf7-list-item.last .wpcf7-list-item-label::after {
	top: 2px !important;
	left: -64px !important;
}
.cf-item-group.radio-slider-label {
	padding-bottom: 35px;
	border-bottom: 2px solid #5CA359;
	margin-bottom: 25px;
}
.cf-item-group.radio-normal-label {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 2px solid #5CA359;
}
.cf-item-group.radio-normal-label > p > label{
    margin-bottom: 15px;
}
#contact-request-radio {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 15px;
	padding-right: 5%;
}
.lp-contact-form .wpb_column.vc_column_container.vc_col-sm-6:first-child {
	height: inherit !important;
	float: none !important;
	display: flex;
	flex-grow: 1;
	position: relative;
}
.lp-contact-form .wpb_column.vc_column_container.vc_col-sm-6:first-child .wpb_single_image img {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}
#contact-request-radio .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
	padding-left: 34px;
}
#contact-request-radio .wpcf7-list-item-label::before,
.fieldgroup-normal-acceptance .wpcf7-list-item-label::before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: -4px;
	left: 0;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #5CA359;
}
#contact-request-radio .wpcf7-list-item-label::after,
.fieldgroup-normal-acceptance .wpcf7-list-item-label::after {
	width: 10px !important;
	height: 10px !important;
	border: 0 !important;
	transform: none;
	border-radius: 50%;
	background-color: #5CA359;
	top: 5px;
	left: 9px;
}
.cf-item-group.fieldgroup-normal > p > label{
    padding-bottom: 20px;
    padding-left: 20px;
}
.fieldgroup-normal-fields {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 20px;
}
.fieldgroup-normal-field.fieldgroup-width-50 {
	width: calc(50% - 5px);
}
.fieldgroup-normal-fields input[type="text"], .fieldgroup-normal-fields input[type="email"], .fieldgroup-normal-fields textarea {
	display: block;
	width: 100%;
	border: 2px solid #ACED60;
	border-radius: 5px;
	text-align: center;
	height: 50px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.fieldgroup-normal-fields input[type="text"]::placeholder , 
.fieldgroup-normal-fields input[type="email"]::placeholder , 
.fieldgroup-normal-fields textarea::placeholder{
    color: #5CA359;
    opacity: 1;
}
.fieldgroup-normal-field {
	width: 100%;
}
.fieldgroup-normal-fields textarea {
	height: 136px;
	resize: none !important;
	text-align: left;
}
.fieldgroup-normal-button .wpcf7-form-control.wpcf7-submit {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background-color: #ACED60;
	border: 0;
	padding: 19px 28px;
	border-radius: 7px;
}

.fieldgroup-normal-acceptance .wpcf7-list-item-label {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2;
	padding-left: 36px;
	display: block;
	cursor: pointer;
	position: relative;
}

.fieldgroup-normal-acceptance .wpcf7-list-item-label::before {
    top: 0;
}
.fieldgroup-normal-acceptance .wpcf7-list-item-label a{
    color: #000;
    text-decoration: underline;
}
.fieldgroup-normal-acceptance .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 9px;
	opacity: 0;
}
.fieldgroup-normal-acceptance input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.lp-contact-form .invalid .wpcf7-response-output {
	color: #000;
	border: 1px solid #000 !important;
	display: block !important;
	margin-top: 20px !important;
	font-size: 14px !important;
	padding: 10px !important;
	font-weight: 300 !important;
}

.fieldgroup-normal-fields input[type="text"].wpcf7-not-valid, 
.fieldgroup-normal-fields input[type="email"].wpcf7-not-valid, 
.fieldgroup-normal-fields textarea.wpcf7-not-valid {
	border-color: #ff5353;
}
.wpcf7-form.sent .wpcf7-response-output {
	color: #ACED60 !important;
	border: 2px solid #ACED60 !important;
	padding: 20px !important;
	text-align: center;
	display: block !important;
	margin-top: 20px !important;
}
.smallfoodlist-maincarousel .slick-track {min-width: 100% !important;}

.smf-modal-content-holder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	opacity: 1;
	visibility: hidden;
	transition: all 0.4s linear;
	display: flex;
	align-items: center;
	justify-content: center;
}
.smf-modal-content-holder.visible {
	opacity: 1;
	visibility: visible;
}
.smf-modal-content {
	width: 625px;
	position: absolute;
	background-color: #ACED60;
	border: 4px solid #fff;
	border-radius: 15px;
	padding: 45px 20px;
	box-shadow: 2px 5px 14px 0px #0000002E;
}
.smf-modal-exit {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	background-color: rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	top: 28px;
	right: 28px;
}
.smf-modal-content-column.smf-modal-img {
	width: 42%;
	padding-top: 10px;
}
.smf-modal-content-column.smf-modal-text {
	width: 58%;
	padding-left: 12px;
}
.smf-modal-content-columns {
	display: flex;
	flex-wrap: wrap;
}
.smf-description p {
	font-size: 17px;
	color: #346B3A;
	font-weight: 300;
	line-height: 1.42;
	margin-bottom: 28px;
}
.smf-description p strong, .smf-description h2, .smf-description h3, .smf-description h4 {
	font-size: 23px;
	font-weight: 700;
	color: #346B3A;
}
.smf-description p:last-child{
    margin-bottom: 0;
}
.smf-modal-pr-image {
	margin-bottom: 20px;
}
.smf-modal-pr-btn {
	display: flex;
	justify-content: center;
}
.smf-modal-exit-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}

.smfl-more-less {
	padding-top: 20px;
	display: block;
	font-size: 16px;
	color: #fff;
	font-style: italic;
	text-decoration: underline;
	cursor: pointer;
    display: none;
}
.smfl-less-it{
    display: none;
}
.smallfoodlist-section:nth-child(2n+1) .smfl-more-less{
	color: #346B3A;
}
.visible-morebtn .smfl-more-less {
    display: block;
}
.less-active .sfltext-inner {
	-webkit-line-clamp: 30;
}
.less-active .smfl-more-it {
	display: none;
}
.less-active .smfl-less-it {
	display: block;
}


.smf-modal-content-column.smf-modal-text {
	display: none;
}
.smf-modal-content-column.smf-modal-img {
	width: 100%;
	padding-top: 10px;
}
.smf-modal-pr-image {
	margin-bottom: 0;
}
.smf-modal-content {
	width: 50dvw;
	padding: 65px 20px 20px;
}
.smf-modal-pr-image img {
	max-height: 75dvh;
	object-fit: contain;
	object-position: center;
}
.carousel-lp-slide p {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
.zoomicon img {
	width: 20px;
	height: 20px;
	display: block;
}
.zoomicon {
	position: absolute;
	top: 0;
	right: -25px;
	padding: 7px;
	border-radius: 50%;
	background-color: #fff;
    cursor: pointer;
}
.smf-modal-content .zoomicon {
	display: none;
}
/* END WIRE-488 */

/*WIRE-524*/
.newsletter-page-form .text-newsletter-wrap a {
	color: #91B50B;
}
.newsletter-page-form .text-newsletter-wrap {
	margin: 20px 0;
}
.twitter-icon-img {
	width: 28px;
	height: 34px;
	mask-image: url(images/X_logo.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: relative;
	display: inline-block;
	background-color: #91b50b;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
}
.social-share-section .social-share .social-share-section a {
	display: inline-block;
}

.text-newsletter-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	padding-left: 38px;
	display: block;
}
.text-newsletter-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
	content: '';
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	background-color: #91B50B;
}

.text-newsletter-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after{
content: '';
  width: 16px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  display: block;
  transform: rotate(-45deg);
  top: 7px;
  left: 5px;
  opacity: 0;
}
.text-newsletter-wrap .wpcf7-form-control.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after{
	opacity: 1;
}
.text-newsletter-wrap .wpcf7-not-valid-tip {
	display: block !important;
}
/* END WIRE-524*/

/*WIRE-586*/
.carousel-text-section.style2 .text-lp-column > div {
	max-width: 538px;
	width: 100%;
}
.carousel-text-section.style2 .textcontent-container p {
	margin-bottom: 20px;
	line-height: 1.5;
}
.carousel-text-section.style2 .textcontent-container, .carousel-text-section.style3 .textcontent-container  {
	color: #346B3A;
}
.carousel-text-section.style2 .large-button, .carousel-text-section.style3 .large-button  {
	font-size: 24px;
	font-weight: 900;
	color: #573840;
	padding: 28px 42px;
}

/* END - WIRE-586*/

/*WIRE-790*/
.ice-cream-top .product-page-banner {
	background-position: 50% 130px;
}

/*END-WIRE-790*/

@media(max-width:1919px){
    .burger_s .food-banner-inner { width: 100%;background-size: 100% auto;}
}
@media(max-width:1600px){
    .scroll-animation-elements {max-width: 650px;height: 1700px;}

    .burger-scroll-animation-container .full-image-animation-element .food-market-item {top: 14%;}
    .ended .food-market-item.fm1 .food-marker-title::after {width: 150px;}
    .food-market-item.fm1 .food-marker-title::before {left: calc(100% + 160px);}

    .food-market-item.fm3 .food-marker-title::before {left: calc(100% + 280px);}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm4, 
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {top: calc(100% + 55px);}

    .ended .food-market-item.fm2 .food-marker-title::after {width: 240px;}
    .food-market-item.fm2 .food-marker-title::before {right: calc(100% + 250px);}

    .animation_element_5 .food-market-item .food-marker-title::before {left: calc(100% + 135px);}
    .animation_element_5 .food-market-item .food-marker-title::after {width: 125px;}

    .animation_element_7 .food-market-item .food-marker-title::before {left: calc(100% + 155px);}
    .animation_element_7 .food-market-item .food-marker-title::after {width: 145px;}
    .ended .food-market-item.fm3 .food-marker-title::after {width: 270px;}    
    
    .variable-animation-elements {min-height: 490px;}
    
    .scroll-animation-elements .food-marker-title {	font-size: 20px;}
    .scroll-animation-elements .marker-button {	font-size: 21px;}
    
    .burger-shadow{bottom:-64px;}
    
    .burger-scroll-animation-container .animation_element_5 .food-market-item {	transform: translateY(-60%);}
    .burger-scroll-animation-container .animation_element_6 .food-market-item {	transform: translateY(10%);}
    .burger-scroll-animation-container .animation_element_3 .food-market-item {	transform: translateY(-32%);}
    .burger-scroll-animation-container .food-market-item {transform: translateY(-25%);}
    
    .scroll-animation-element.animation_element_5 {height: 230px;	z-index: 7;}
    .animation_element_6 .food-market-item .food-marker-title::after {margin-top:-21px;}
    .animation_element_6 .food-market-item .food-marker-title::before {margin-top:-26px;}
    
    .scroll-animation-elements .marker-button span::before {width: 26px;	top: 11px;	right: 9px;}
    .scroll-animation-elements .marker-button span::after {	width: 9px;	height: 9px;	top: 7px;	right: 9px;}
    .scroll-animation-elements .marker-button span {top: 3px;	right: 0; width:25px; height:25px;}
	
	/*WIRE-790*/
	.ice-cream-top .product-page-banner {		background-position: 50% 105px;	}
	/*END-WIRE-790*/
    
}
@media(max-width:1500px){
    .scroll-animation-elements .food-marker-title {font-size: 18px;}
    .scroll-animation-elements .marker-button {font-size: 19px;padding-right: 50px;}
    .scroll-animation-elements .marker-button span {width: 22px;height: 22px;}
    .scroll-animation-elements .marker-button span::after {width: 8px;height: 8px;border-top: 2px solid #000; border-right: 2px solid #000;top: 6px;right: 8px;}
    .scroll-animation-elements .marker-button span::before {width: 28px;top: 9px;height: 2px;right: 9px;}

    .scroll-animation-elements {max-width: 500px;height: 1250px;}
    .scroll-animation-elements .marker-button {font-size: 19px;padding-right: 50px;}
    .scroll-animation-elements .food-marker-title {font-size: 18px;}
    .scroll-animation-elements .marker-button span {width: 24px;height: 24px;}
    .scroll-animation-elements .marker-button span::after {width: 8px;height: 8px;top: 7px;right: 9px;}
    .scroll-animation-elements .marker-button span::before {top: 11px;}

    .ended .food-market-item.fm1 .food-marker-title::after {width: 120px;}
    .food-market-item.fm1 .food-marker-title::before {left: calc(100% + 130px);}
    .ended .food-market-item.fm3 .food-marker-title::after {width: 210px;}
    .food-market-item.fm3 .food-marker-title::before {left: calc(100% + 225px);}

    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm4, 
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {top: calc(100% + 70px);}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {left: 17%;}
    .ended .food-market-item.fm2 .food-marker-title::after {width: 185px;}
    .food-market-item.fm2 .food-marker-title::before {right: calc(100% + 200px);}
    .ended .food-market-item.fm4 .food-marker-title::after {height: 155px;}
    .food-market-item.fm4 .food-marker-title::before {bottom: calc(100% + 170px);}

    .burger-scroll-animation-container .food-market-item {transform: translateY(-40%);}
    .ended .animation_element_1 .food-market-item .food-marker-title::after {width: 130px;}
    .animation_element_1 .food-market-item .food-marker-title::before {left: calc(100% + 140px);}

    .burger-scroll-animation-container .animation_element_3 .food-market-item{transform: translateY(-10%);}
    .ended .animation_element_3 .food-market-item .food-marker-title::after {width: 155px;}
    .animation_element_3 .food-market-item .food-marker-title::before {right: calc(100% + 166px);}

    .ended .animation_element_6 .food-market-item .food-marker-title::after {width: 160px;}
    .animation_element_6 .food-market-item .food-marker-title::before {right: calc(100% + 165px); margin-top:-27px;}
    .burger-scroll-animation-container .animation_element_7 .food-market-item {transform: translateY(-38%);}
    .animation_element_7 .food-market-item .food-marker-title::before {left: calc(100% + 125px);}
    .variable-animation-elements {min-height: 378px;}
    
    .animation_element_1 .food-market-item .food-marker-title::after {width: 130px;}
    .animation_element_3 .food-market-item .food-marker-title::after, .animation_element_6 .food-market-item .food-marker-title::after {width: 155px;}
    .animation_element_6 .food-market-item .food-marker-title::after {width: 158px; margin-top:-21px;}
    .animation_element_7 .food-market-item .food-marker-title::after {width: 115px;}
    .burger-scroll-animation-container .food-market-item {transform: translateY(-80%);}
    .burger-scroll-animation-container .animation_element_5 .food-market-item {	transform: translateY(-84%);}
    .burger-scroll-animation-container .animation_element_3 .food-market-item {	transform: translateY(-72%);}
    .burger-scroll-animation-container .animation_element_6 .food-market-item {	transform: translateY(-6%);}
    .burger-shadow {bottom: -58px;}
    
    /* WIRE-488 */
    .smallfoodlist-inner-cont .img-cont {padding: 0;}
    .smallfoodlist-inner-cont .txt-cont .sfltext-inner {font-size: 15px;}
    .large-button {font-size: 20px;padding: 25px 40px;}
    .text-lp-column h1, .sfltext h2, .lp-contact-form .wpcf7 h2 {font-size: 40px;}
    .smallfoodlist-inner-cont .txt-cont {padding-left: 25px;padding-right: 30px;}
    /* END WIRE-488 */
}
@media(max-width:1439px){
    .food-banner-section.burger_s .container {width: 90%;max-width: 90%;}
}
@media (max-width:1400px){
    .variable-animation-elements { min-height: 373px; }

    /* WIRE-488 */
    .smallfoodlist-column:nth-child(1) {width: 40%;}
    .smallfoodlist-column:nth-child(2) {width: 60%;}
    .smallfoodlist-inner-cont .img-cont {width: 38%;}
    .smallfoodlist-inner-cont .txt-cont {padding-right: 25px;width: 62%;}
    .smf-lp-pr-title a {font-size: 17px;}
    .smallfoodlist-text-body {padding: 35px;}
    .text-lp-column h1, .sfltext h2, .lp-contact-form .wpcf7 h2 {font-size: 36px;}

    .smallfoodlist-column:nth-child(2) {width: 45%;}
    .smallfoodlist-column:nth-child(1) {width: 55%;}
    /* END WIRE-488 */
}
@media(max-width:1279px){
    /* WIRE-488 */
    .text-lp-column > div {width: 100%;}
    .text-lp-column {padding-left: 35px;}
    .carousel-lp-slide {padding: 25px;}
    .carousel-lp-slide img {width: auto;height: 30vw !important;display: block;}
    .smallfoodlist-column:nth-child(1),
    .smallfoodlist-column:nth-child(2) {width: 100%;}
    .smallfoodlist-columns {gap: 30px;}
    .smallfoodlist-maincarousel .slick-arrow {bottom: -27px;}
    .smallfoodlist-inner-cont .img-cont {padding: 0 35px;}
    .lp-contact-form {margin-bottom: 75px;}
    /* END WIRE-488 */
}
@media(max-width:1023px){
    .scroll-animation-elements {max-width: 380px;height: 800px;margin: 25px auto 160px;}
    .variable-animation-elements {min-height: 282px;} 
    .burger-scroll-animation-container .food-market-item {top: 50%;z-index: 99;right: calc(100% + 5px);left: auto;transform: translateY(-35%);width: 125px;}
    .burger-scroll-animation-container .animation_element_3 .food-market-item, 
    .burger-scroll-animation-container .animation_element_6 .food-market-item {right: auto;left: calc(100% + 5px);}
    .scroll-animation-elements .food-marker-title {font-size: 13px;}
    .scroll-animation-elements .marker-button {font-size: 14px;padding-right: 40px;}
    .scroll-animation-elements .marker-button span {width: 18px;height: 18px;top: 1px;}
    .scroll-animation-elements .marker-button span::after {width: 6px; height: 6px;top: 6px;right: 7px;}
    .scroll-animation-elements .marker-button span::before {top: 9px;width: 24px;right: 7px;}
    .animation_element_1 .food-market-item .food-marker-title::before {left: calc(100% + 85px);margin-top: 4px;}
    .animation_element_1 .food-market-item .food-marker-title::after {width: 80px;}
    .burger-scroll-animation-container .animation_element_3 .food-market-item {transform: translateY(5%);}
    .animation_element_3 .food-market-item .food-marker-title::after {width: 75px;}
    .animation_element_3 .food-market-item .food-marker-title::before {right: calc(100% + 85px);}
    .animation_element_6 .food-market-item .food-marker-title::after {width: 95px;}
    .animation_element_6 .food-market-item .food-marker-title::before {right: calc(100% + 100px);}
    .burger-scroll-animation-container .animation_element_6 .food-market-item {transform: translateY(5%);}
    .animation_element_7 .food-market-item .food-marker-title::after {width: 65px;}
    .animation_element_7 .food-market-item .food-marker-title::before {left: calc(100% + 75px);}

    .food-market-item.fm2 .food-marker-title::before {right: calc(100% + 160px);}
    .ended .food-market-item.fm2 .food-marker-title::after {width: 155px;}
    .food-market-item.fm3 .food-marker-title::before {left: calc(100% + 155px);}
    .ended .food-market-item.fm3 .food-marker-title::after {width: 150px;}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm3 {top: 58%;}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm4, 
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {top: calc(100% + 60px);}
    .food-market-item.fm5 .food-marker-title::before {bottom: calc(100% + 103px);}
    .ended .food-market-item.fm5 .food-marker-title::after {height: 90px;}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {left: 13%;}
    .food-market-item.fm4 .food-marker-title::after {left: 55px;}
    .ended .food-market-item.fm4 .food-marker-title::after {height: 123px;}
    .food-market-item.fm4 .food-marker-title::before {bottom: calc(100% + 135px);left: 49px;}

    .scroll-animation-element.animation_element_6 {   height: 155px;    }
    .scroll-animation-element.animation_element_3 {  height: 170px;   }
    .scroll-animation-element.animation_element_1 { height: 132px;    }
    .animation_element_6 .food-market-item .food-marker-title::after { margin-top: -20px; }
    .animation_element_6 .food-market-item .food-marker-title::before { margin-top: -17px; }
    .ended .animation_element_1 .food-market-item .food-marker-title::after { width: 79px;}
    .ended .animation_element_3 .food-market-item .food-marker-title::after { width: 77px;}
    .ended .animation_element_6 .food-market-item .food-marker-title::after { width: 94px;}

    .green--text {font-size: 15px;width: 272px;height: 240px;bottom: -55px;padding: 77px 20px 40px 25px;font-weight: 600;}

    /* WIRE-488 */
    .text-lp-column h1, .sfltext h2, .lp-contact-form .wpcf7 h2 {font-size: 32px;}
    .text-lp-column {padding-left: 28px;}
    .lp-contact-form .wpb_column.vc_column_container.vc_col-sm-6 {width: 100% !important;}
    .lp-contact-form .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {padding-left: 0 !important;padding-top: 30px !important;
    padding-bottom: 0 !important;}
    .smallfoodlist-inner-cont .img-cont {padding-left: 0;}
    .lp-contact-form .wpb_column.vc_column_container.vc_col-sm-6:first-child .wpb_single_image img {
    position: relative;width: 100% !important;height: 40vw !important;border-radius: 20px;}
    .lp-contact-form .wpb_single_image .wpb_wrapper.vc_figure,.lp-contact-form .vc_single_image-wrapper{display: block;width: 100%;}
    .lp-contact-form .wpb_single_image.wpb_content_element{margin: 0 !important;}

    .smf-description p {font-size: 14px;line-height: 1.35;margin-bottom: 20px;}
    .smf-description p:last-child{margin: 0 !important;}
    .smf-modal-content-column.smf-modal-img {padding-top: 0;}

    .smf-modal-content {width: 90dvw;padding: 65px 20px 20px;}
    /* END WIRE-488 */
	
	/*WIRE-79*/
	.cooking_cream_section .product-info-image {	width: 100%;}
	.cooking_cream_section .product-info-image .product-image-inner {	margin-right: 0;}
	/*END WIRE-79*/
}
@media(max-width:767px){
    .burger-scroll-animation-container {padding-top: 105px;}
    .secondary-title {margin-bottom: 0;}
    .scroll-animation-elements {max-width: 320px;height: 940px;margin: 35px auto 190px;}
    .burger-scroll-animation-container .animation_element_5 .food-market-item {transform: translateY(-65%);}
    .animation_element_7 .food-market-item .food-marker-title::before {left: calc(100% + 65px);}
    .animation_element_7 .food-market-item .food-marker-title::after {width: 55px;}
    .food-market-item.fm1 .food-marker-title::after {left: calc(100% + 10px);}
    .ended .food-market-item.fm1 .food-marker-title::after {width: 80px;}
    .food-market-item.fm1 .food-marker-title::before {left: calc(100% + 90px);}
    .food-market-item.fm3 .food-marker-title::before {left: calc(100% + 135px);}
    .ended .food-market-item.fm2 .food-marker-title::after {width: 125px;}
    .food-market-item.fm2 .food-marker-title::before {right: calc(100% + 140px);}
    .food-market-item.fm3 .food-marker-title::after {height: 1px;}
    .ended .food-market-item.fm3 .food-marker-title::after {width: 122px;}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {left: 9%;}
    .food-market-item.fm5 .food-marker-title::after {width: 1px;}
    .ended .food-market-item.fm5 .food-marker-title::after {height: 55px;}
    
    .food-market-item.fm5 .food-marker-title::before {bottom: calc(100% + 68px);left: 60px;}
    .food-market-item.fm4 .food-marker-title::after {left: 54px;width: 1px;}
    .ended .food-market-item.fm4 .food-marker-title::after {height: 80px;}
    .food-market-item.fm4 .food-marker-title::before {bottom: calc(100% + 95px);}

    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm4, 
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {top: calc(100% + 30px);}

    .variable-animation-elements {min-height: 243px; }
    .scroll-animation-element.animation_element_3 { height: 120px; }
    .animation_element_3 .food-marker-title::before{top:12px;}
    .animation_element_3 .food-market-item .food-marker-title::after {top: 17px;}
    .scroll-animation-element.animation_element_6 { height: 120px; }
    .animation_element_6 .food-market-item .food-marker-title::after { margin-top: -8px; }
    .animation_element_6 .food-market-item .food-marker-title::before { margin-top: -4px;    }
    .animation_element_3 .food-market-item .food-marker-title::before {top:7px;}
    .scroll-animation-element.animation_element_5 { height: 170px;    }
    .animation_element_5 .food-market-item .food-marker-title::before {  top: 17px;   }
    .animation_element_5 .food-market-item .food-marker-title::after {  top: 26px;    }
    .ended .full-image-animation-element.hidden{z-index:9;}

    .cube--inner-inner.video {text-align: center;}

    /* WIRE-488 */
    .carousel-lp-column {width: 100%;margin-bottom: 40px;}
    .text-lp-column {padding-left: 0;width: 100%;}
    .carousel-lp-slide {padding: 45px;}
    .carousel-lp-slide img {height: 50vw !important;}
    .carousel-lp-slider .slick-dots {bottom: 10px;}
    .carousel-text-section {padding: 20px 0 50px;}

    .smallfoodlist-maincarousel .slick-list {padding-right: 25vw !important;}
    .smallfoodlist-maincarousel {margin-right: -35px;}
    .smallfoodlist-maincarousel .slick-arrow {right: 10px;}
    .smallfoodlist-maincarousel .slick-prev.slick-arrow {right: 37px;}
    
    .smf-modal-content {box-shadow: none; max-width: 90vw; }
    .smf-modal-exit {top: 8px; right: 8px; }
    .smf-modal-exit-overlay {background-color: rgba(0,0,0,0.2);}
    /* END WIRE-488 */
}
@media(max-width:639px){
    .burger-scroll-animation-container .scroll-animation-element .food-market-item {display: none !important;}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item {top: calc(100% + 10px);left: 0;right: auto;text-align: left;}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm2 {left: 50%;right: auto;top: calc(100% + 10px);}
    .scroll-animation-elements {margin: 35px auto 140px; height:800px;}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm3 {top: calc(100% + 100px);left: 0;text-align: left;bottom: auto;}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm4,
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {top: calc(100% + 100px);left: 50%;}
    .burger-scroll-animation-container .full-image-animation-element .food-market-item.fm5 {top: calc(100% + 195px);}

    .mobile--dot { position: absolute;        width: 12px;        height: 12px;        background: #fff;        z-index: 999;       border-radius: 50%;        cursor: pointer;    }
    .mobile--dot:after{
        content:"";
        border: 4px solid #4EA247;
        -webkit-border-radius: 50%;
        height: 12px;
        width: 12px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left:-10px;
        margin-top:-10px;
        -webkit-animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite; 
        opacity: 0.0
    }
    @-webkit-keyframes pulsate {
        0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
        50% {opacity: 1.0;}
        100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
    }
    .mobile--dot.dot--1 {top: 28px;  left: 59px; }
    .mobile--dot.dot--3 {right: 103px;   top: 86px;  }
    .mobile--dot.dot--6 { right: 68px; top: 44px; }
    .ended .full-image-animation-element.hidden {z-index: 5;}
    .mobile--dot.dot--5 {left: 125px;   top: 62px; }
    .mobile--dot.dot--7 {       top: 37px;       left: 59px;    }
    .scroll-animation-element.animation_element_2 { height: 130px;  }
    .scroll-animation-element.animation_element_5 { z-index: initial;  }
    .burger-scroll-animation-container .scroll-animation-element.animation_element_1 .food-market-item.show--item {  display: block !important;        right: auto;        left: 79px;        background: #000;        z-index: 9999;        padding: 10px;        transform: none;        top: 38px;        text-align: left;    }
    .burger-scroll-animation-container .scroll-animation-element.animation_element_3 .food-market-item.show--item {  display: block !important;        right: auto;        left: auto;        background: #000;        z-index: 9999;        padding: 10px;        transform: none;        top: auto;        text-align: left;        width: auto;        right: 125px;        bottom: 32px;    }
    .burger-scroll-animation-container .scroll-animation-element.animation_element_5 .food-market-item.show--item {  display: block !important;        left: auto;        right: 200px;        background: #000;        z-index: 9999;        padding: 10px;        transform: none;        top: auto;        text-align: left;        width: auto;        bottom: 110px;    }    
    .burger-scroll-animation-container .scroll-animation-element.animation_element_6 .food-market-item.show--item {  display: block !important;        left: auto;        background: #000;        z-index: 9999;        padding: 10px;        transform: none;        top: auto;        text-align: left;        width: auto;        right: 85px;        bottom: 75px;    }
    .burger-scroll-animation-container .scroll-animation-element.animation_element_7 .food-market-item.show--item {  display: block !important;        right: auto;        left: 76px;        background: #000;        z-index: 9999;        padding: 10px;        transform: none;        top: auto;        text-align: left;        width: auto;        bottom: 130px;    }
    .burger-shadow {   bottom: -40px;    }
    .mobile--dot::before {  content:"";  position: absolute;        width: 28px;        height: 28px;        left: 50%;        top: 50%;        border-radius: 50%;        margin-left: -14px;        margin-top: -14px;    }
    .green--text {font-size: 14px;width: 242px;height: 240px; bottom: -52px;padding: 80px 20px 30px 25px;font-weight: 600;}

    /* WIRE-488 */
    .smallfoodlist-inner-cont .img-cont {width: 100%;padding-left: 20px;padding-right: 20px;padding-bottom: 20px;}
    .smallfoodlist-inner-cont .txt-cont {padding-right: 0;width: 100%;padding-left: 0;}
    .lp-contact-form .wpb_column.vc_column_container.vc_col-sm-6:first-child .wpb_single_image img {height: 60vw !important;border-radius: 10px;}

    .smf-modal-content-column.smf-modal-img {width: 100%;padding-bottom: 25px;}
    .smf-modal-pr-image {margin-bottom: 14px;}
    .smf-modal-content-column.smf-modal-text {width: 100%; padding-left: 0; }
    .smf-description p strong, .smf-description h2, .smf-description h3, .smf-description h4 {font-size: 18px;}
    .smf-description p {margin-bottom: 15px;}
    .smf-modal-pr-image img {display: block;max-width: 200px;margin: 0 auto;}

    .smf-modal-pr-image img {max-width: 100%;max-height: 90dvh;}
    .carousel-lp-slide {padding: 20px 0;}
    /* END WIRE-488 */

    /* WIRE-524*/
    .twitter-icon-img {        width: 26px;        height: 31px;        transform: translateY(4px);        -webkit-transform: translateY(4px);    }
    /* END WIRE-524*/
	
	/*WIRE-790*/
	.chilli-spread-section .product-info-image .product-image-inner {	width: 100% !important;	margin-right: 0 !important;}
	/*END WIRE-790*/
}
/* WIRE-310 */
@media(max-width:479px){
    .img-badge-container {width: 130px;top: 0;right: 3%;}

    /* WIRE-488 */
    .text-lp-column h1, .sfltext h2, .lp-contact-form .wpcf7 h2 {font-size: 28px;}
    .sfltext-inner {font-size: 12px;}
    .smallfoodlist-inner-cont .txt-cont .sfltext-inner {font-size: 13px;}

    #contact-request-radio .wpcf7-list-item-label {font-size: 13px;font-weight: 300;display: block;}
    .fieldgroup-normal-field.fieldgroup-width-50 {width: 100%;}
    .fieldgroup-normal-fields {row-gap: 15px;}
    /* END WIRE-488 */

     /* WIRE-524*/
     .twitter-icon-img {        width: 24px;        height: 28px;        transform: translateY(4px);        -webkit-transform: translateY(4px);    }
     /* END WIRE-524*/
}
/* END WIRE-310 */
@media(max-width:390px){
    .scroll-animation-elements {max-width: 270px;height: 800px;}
    .variable-animation-elements {      min-height: 205px;    }
    .mobile--dot.dot--3 {    right: 88px;        top: 73px;    }
    .mobile--dot.dot--5 {     left: 105px;        top: 55px;    }
    .mobile--dot.dot--6 {   top: 39px;    }
    .mobile--dot.dot--7 {   top: 34px; left: 52px;    }
    .burger-scroll-animation-container .scroll-animation-element.animation_element_1 .food-market-item.show--item {  left: 74px;        top: 36px;    }
    .burger-scroll-animation-container .scroll-animation-element.animation_element_3 .food-market-item.show--item { right: 104px;        bottom: 44px;    }
    .burger-scroll-animation-container .scroll-animation-element.animation_element_5 .food-market-item.show--item {left: 112px;        right: auto;        bottom: 120px;    }
    .burger-scroll-animation-container .scroll-animation-element.animation_element_7 .food-market-item.show--item{left:69px;}

    .img-badge-container {width: 110px;top: 0;right: 3%;}

    /* WIRE-488 */
    .carousel-lp-slide {padding: 35px 20px;}
    .large-button {font-size: 18px;}
    .text-lp-column h1, .sfltext h2, .lp-contact-form .wpcf7 h2 {font-size: 26px;line-height: 1.3;}
    .smallfoodlist-text-head {padding-top: 35px;}
    .smallfoodlist-text-body {padding: 20px 20px 40px 20px;}
    .smallfoodlist-maincarousel {margin-right: -20px;}
    .smallfoodlist-maincarousel .slick-list {padding-right: 20vw !important;}
    .cf-item-group > p > label {font-size: 16px;}
    .fieldgroup-normal-fields input[type="text"], .fieldgroup-normal-fields input[type="email"], .fieldgroup-normal-fields textarea {text-align: left;}

    .carousel-lp-column > div,
    .smallfoodlist-text-body {border-radius: 10px;}

    .smf-description p {font-size: 13px;}
    
    .zoomicon img {width: 17px;height: 17px;}
    .zoomicon {right: -15px;padding: 6px;}
    /* END WIRE-488 */
	
	/*WIRE-606*/
	.kontakt-form-wrapper #contact-method-type-slider .wpcf7-list-item-label {	font-size: 12.8px !important;}
	/*END-WIRE-606*/
}

/* WIRE-790 */
.infoinnertxt-pd {
	font-size: 14px;
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.5;
}
.info-table-column:nth-child(2) {
    padding-right: 10px;
}
.linkedtc .info-table-line:not(:first-child) .info-table-column:nth-child(2) {
	opacity: 0;
	visibility: hidden;
	max-height: 30px;
	overflow: hidden;
}
.linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(2) {
	opacity: 1 !important;
	visibility: visible !important;
	max-height: none;
	position: absolute;
	background-color: #fff;
	height: calc(100% - 38px);
	padding-left: 10px;
	margin-left: -10px;
	display: flex;
	left: 305px;
	top: 38px;
	align-items: center;
}
.linkedtc .info-table {
	position: relative;
}
.linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(3){
    margin-left: 403px;
}
.plant-based-pioneers.more-products-section {
	padding: 200px 0 0 !important;
	border-left: 3px solid #4EA247;
	margin: 0;
}
.more-products-section .leaf-heading-text h2 {
	color: #fff;
	font-size: 3.2vw;
	line-height: 1.4;
}
@media(max-width:1750px){
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(2) {left: 240px;}
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(3){margin-left: 305px;}
}
@media(max-width:1399px){
    .info-table-column {font-size: 13px;}
}
@media(max-width:1279px){
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(2) {left: 215px;}
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(3){margin-left: 235px;}
}
@media(max-width:1023px){
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(2) {left: 230px;}
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(3){margin-left: 270px;}
}
@media(max-width:767px){
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(2) {left: 36%;}
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(3){margin-left: 42%;}
}
@media(max-width:639px){
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(2) {left: 0;}
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(3){margin-left: 0;}
    .linkedtc .info-table-line:nth-child(2) .info-table-column:nth-child(2) {opacity: 1 !important;
	visibility: visible !important;max-height: none;position: relative;background-color: transparent;height: auto;
	padding-left: 0;margin-left: 0;display: block;top: 0;}
    .linkedtc .info-table-line:not(:first-child) .info-table-column:nth-child(2) {opacity: 1;visibility: visible;max-height: none;overflow: visible;}
    .info-table-column {font-size: 15px;}

    .more-products-section .leaf-heading-text h2 {font-size: 4.8vw;}
}
/* END WIRE-790 */