html[lang="de-DE"] .english { display: none; }
html[lang="en-US"] .german { display: none; }

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

/* ### Join our team ### */
.testimonial-slider .el-slidenav svg polyline { stroke-width: 2; }
.testimonial-slider .el-overlay {
	position: relative;
	background: rgb(var(--white-rgb), .75);
	padding: 30px;
}
.testimonial-slider .el-overlay:before {
	content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 15px solid var(--blue);
}
.testimonial-slider .el-meta { display: grid; }
.testimonial-slider .el-meta .full-name { color: var(--blue); font-weight: bolder; }
.testimonial-slider .el-meta .job-position { font-size: 13px; font-weight: bolder; }

@media (max-width: 959px) {
	.testimonial-slider .el-overlay { display: none; }
}

.job-listing > div { display: grid; gap: 30px; }
.job-preview {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	padding: 30px;
	margin: 0 !important;
}
.job-preview div { display: block !important; padding: 0 !important; }
.job-preview .job-cta { height: fit-content !important; width: fit-content !important; }
.job-preview .job-cta a {
	font-family: 'Clear Sans Medium';
    font-size: 15px !important;
    line-height: 40px !important;
	text-transform: none !important;
    background: var(--blue) !important;
    border: 1px solid var(--blue);
    border-radius: 20px !important;
    padding: 0 20px !important;
}
.job-preview .job-cta a:focus,
.job-preview .job-cta a:hover { background: var(--blue-hover) !important; }
.job-content h5 span,
.job-content .job_custom_message { color: var(--text); }

.single-jobs .uk-section:not(.footer) { padding-top: 0; }
.single-jobs .tm-main.uk-section > .uk-container { min-width: 100%; padding: 0; margin: 0; }

.single-jobs .uk-container .uk-container,
.single-jobs .job-content .job-content-wrap .jobs-row {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 959px) {
	.job-preview { display: grid !important; gap: 15px; }
}
@media (min-width: 960px) {
	.single-jobs .uk-container .uk-container,
	.single-jobs .job-content .job-content-wrap .jobs-row { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 640px) {
	.single-jobs .uk-container .uk-container,
	.single-jobs .job-content .job-content-wrap .jobs-row { padding-left: 20px; padding-right: 20px; }
}

.job-post { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
.job-post .job-content { width: 100% !important; }
.job-post .job-content .job-content-wrap { padding: 0; }
.job-post .job-content .job-content-wrap .jobs-row:last-child { padding-bottom: 0; }
.job-post .jobs-row { padding-top: 30px; padding-bottom: 30px; margin-top: 0 !important; margin-bottom: 0 !important; }
.job-post .job-side { display: none; }

.benefits img { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 100%; }
.benefits .el-title { color: var(--blue); text-transform: none; }

.region-life .el-item > div:after {
	content: '';
	position: absolute;
	z-index: 998;
    top: 0;
	right: 0;
    bottom: 0;
	left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(var(--blue-rgb), .6);
}
.region-life .el-title { color: var(--white); }
.region-life .uk-position-center { z-index: 999; min-width: 100%; }
.region-life .uk-position-center > .uk-panel { z-index: 999; background: none; }
.region-life .uk-transition-fade,
.region-life [class*=uk-transition-scale],
.region-life [class*=uk-transition-slide] { opacity: 1; }
/* ### Join our team ### */


/* ### General ### */
body { color: #68645D; }

::selection { background: #4e8a28; color: var(--white); }
::-moz-selection { background: #4e8a28; color: var(--white); }
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: #FAFAFA; }
::-webkit-scrollbar-thumb { background: var(--green); }
::-webkit-scrollbar-thumb:hover { background: var(--green); }
:focus-visible { outline: none; }

:root {
	--blue: #244788;
	--blue-rgb: 36, 71, 136;
	--blue-hover: #2B54A1;
	--green: #5FAA31;
	--green-rgb: 95, 170, 49;
	--green-hover: #64B234;
	--text: #68645D;
	--text-rgb: 104, 100, 93;
	--white: #FFFFFF;
	--white-rgb: 255, 255, 255;
	--off-white: #F6F6F6;
	--beige: 236, 226, 212;
	--error: 255, 0, 0;
}

::placeholder { color: var(--text) !important; opacity: 1; }
:-ms-input-placeholder { color: var(--text) !important; }
::-ms-input-placeholder { color: var(--text) !important; }

a { color: var(--green); font-weight: bolder; transition: all .35s; }
a:focus,
a:hover { color: var(--green-hover); text-decoration: none; transition: all .35s; }

.uk-section-primary { background-color: rgb(var(--beige), .3); }
.uk-section-secondary { background-color: var(--green); }
.uk-section-muted { background-color: rgb(var(--green-rgb), .1); }

@media (max-width: 1459px) { .column-none { display: none; } }

@media (max-width: 959px) { .flex-direction-reverse { flex-direction: column-reverse; } }

.grecaptcha-badge { display: none; }
/* ### General ### */

/* ### Buttons ### */
.uk-button-primary {
	position: relative;
	display: inline-flex;
	align-items: center;
	background: transparent !important;
	border: 0;
	border-radius: 20px;
	padding: 0;
	overflow: hidden;
}
.uk-button-primary,
.uk-button-primary:focus,
.uk-button-primary:hover { border-color: var(--green); transition: none; }

.uk-button-primary span:first-child {
	font-family: 'Clear Sans Medium';
    font-size: 15px;
	line-height: 40px;
	background: transparent;
	border: 1px solid var(--green);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 0 20px;
}
.uk-button-primary span:last-child {
	position: relative;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	height: 40px;
	background: var(--green);
	border: 1px solid var(--green);
	border-left: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 0 15px 0 11px;
}
.uk-button-primary > span {
	position: relative;
	z-index: 5;
	color: var(--green);
	background: transparent;
	transition: color 350ms ease;
}
.uk-button-primary .arrow-right:after {
	content: '';
	display: block;
	background: url(/wp-content/uploads/arrow-right.svg) no-repeat !important;
	width: 15px !important;
	height: 13px !important;
	transition: color 350ms ease;
}
.uk-button-primary .arrow-right:focus:after,
.uk-button-primary .arrow-right:hover:after { filter: none; transition: color 350ms ease; }
.uk-button-primary:focus span,
.uk-button-primary:hover span { color: var(--white); }
.uk-button-primary:after,
.uk-button-primary:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	background: var(--green);
}
.uk-button-primary:before { z-index: 1; transform: translateX(100%); }
.uk-button-primary:hover:before { transform: translateX(0); transition: transform 350ms ease; }
.uk-button-primary:after { z-index: 0; transform: translateX(-100%); transition: transform 350ms ease; }
.uk-button-primary:hover:after { opacity: 1; transform: translateX(0); transition: transform 350ms 360ms ease; }

.uk-button-white { width: fit-content; }
.uk-button-white span {
	color: var(--white) !important;
	background: transparent !important;
	border-color: var(--white) !important;
}
.overlay-boxes ul li:first-child .uk-button-white:after,
.overlay-boxes ul li:first-child .uk-button-white:before { background: var(--green-hover) !important; }
.overlay-boxes ul li:last-child .uk-button-white:after,
.overlay-boxes ul li:last-child .uk-button-white:before { background: var(--blue-hover) !important; }

.uk-section-secondary .uk-button-primary > span,
.teaser-modal .uk-button-primary > span { color: var(--white); }
.uk-section-secondary .uk-button-primary:focus span,
.uk-section-secondary .uk-button-primary:hover span,
.teaser-modal .uk-button-primary:focus span,
.teaser-modal .uk-button-primary:hover span { color: var(--green); }
.uk-section-secondary .uk-button-primary span:first-child,
.uk-section-secondary .uk-button-primary span:last-child,
.teaser-modal .uk-button-primary span:first-child,
.teaser-modal .uk-button-primary span:last-child { border-color: var(--white); }
.uk-section-secondary .uk-button-primary span:last-child,
.teaser-modal .uk-button-primary span:last-child { background: var(--white); }
.uk-section-secondary .uk-button-primary:after,
.uk-section-secondary .uk-button-primary:before,
.teaser-modal .uk-button-primary:after,
.teaser-modal .uk-button-primary:before { background: var(--white); }
.uk-section-secondary .uk-button-primary .arrow-right:after,
.teaser-modal .uk-button-primary .arrow-right:after { background: url(/wp-content/uploads/arrow-right-green.svg) no-repeat !important; }

.contact-footer .wpcf7 .uk-button-primary > span { color: var(--text); }
.contact-footer .wpcf7 .uk-button-primary:focus span,
.contact-footer .wpcf7 .uk-button-primary:hover span { color: var(--white); }
.contact-footer .wpcf7 .uk-button-primary span:first-child,
.contact-footer .wpcf7 .uk-button-primary span:last-child { border-color: var(--text); }
.contact-footer .wpcf7 .uk-button-primary span:last-child { background: var(--text); }
.contact-footer .wpcf7 .uk-button-primary:after,
.contact-footer .wpcf7 .uk-button-primary:before { background: var(--text); }
.contact-footer .wpcf7 .uk-button-primary .arrow-right:after { background: url(/wp-content/uploads/arrow-right.svg) no-repeat !important; }

.uk-button-primary.submit-button { cursor: pointer; }
/* ### Buttons ### */

/* ### Logo ### */
.uk-logo .st0 { fill: var(--blue); }
/* ### Logo ### */

/* ### Navigation ### */
.uk-navbar-container:not(.uk-navbar-transparent) { background: var(--blue); }
.uk-navbar ul li a { display: inline-block; line-height: 50px; }
.uk-navbar ul li a:after {
	content: '';
	display: block;
	height: 3px;
	width: 0;
	background: var(--green);
	transition: width .3s;
}
.uk-navbar ul li a:hover:after { width: 100%; transition: width .3s; }
.uk-navbar ul li.uk-active:not(:nth-child(6)) a:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	background: var(--green);
}

.uk-subnav li a {
	position: relative;
	z-index: 20;
	gap: 5px !important;
	font-size: 13px !important;
	color: var(--blue) !important;
	background: var(--white);
	border-left: 5px solid var(--blue);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 7px 15px 7px 10px;
	transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}
.uk-subnav li.uk-active:last-child a { color: var(--white) !important; background: var(--blue); }
.uk-subnav li a:hover,
.uk-subnav li.current-menu-item a svg { fill: var(--white); color: var(--white) !important; }

/* ####### */

.uk-subnav li a:before,
.uk-subnav li a:after {
	content: '';
	position: absolute;
	z-index: -1;
	background: var(--blue);
	transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}
.uk-subnav li a:after { top: 0; left: 0; height: 100%; width: 0; }
.uk-subnav li a:hover:after { width: 100%; }
.uk-subnav li a svg { fill: var(--blue); transition: all 0.35s cubic-bezier(1, 0, 0, 1); }
.uk-subnav li:nth-child(1) a svg { width: 20px; }
.uk-subnav li:nth-child(2) a svg { width: 16px; }
.uk-subnav li:nth-child(3) a svg { width: 14px; }
.uk-subnav li a:focus svg,
.uk-subnav li a:hover svg { fill: var(--white); transition: all 0.35s cubic-bezier(1, 0, 0, 1); }

.widget_search a {
	display: flex !important;
	justify-content: center;
	align-items: center;
	color: var(--blue);
	height: 40px;
	width: 40px;
	transition: all .35s;
}
.widget_search a:focus,
.widget_search a:hover {
	color: var(--white);
	background: var(--blue);
	border-radius: 50%;
	transition: all .35s;
}

.vertical-dash {
	height: 35.13px;
	width: 1px;
	background: rgb(var(--text-rgb), .25);
}

.wpml-ls-legacy-list-horizontal { border: 0; padding: 0; }
.wpml-ls-legacy-list-horizontal ul {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 35.13px;
}
.wpml-ls-legacy-list-horizontal ul li a { display: flex; align-items: center; height: 35.13px; padding: 0; }

.squarecover {
	aspect-ratio:1 !important;
}

/* ####### */

@media (max-width: 959px) {
	.uk-subnav {
		margin-left:0px;
	}
	.uk-subnav>* {
    flex: 1;
    padding-left: 0px;
	margin: 0 5px;
	}
	.uk-subnav>*>:first-child {
		justify-content: center;
	}
	.uk-subnav li a {
		border-left:0px;
	}
	.uk-navbar-container:not(.uk-navbar-transparent) { background: var(--white); }
	.uk-navbar-container .uk-container { padding-right: 0; }
	.uk-modal-body { width: 100%; background: var(--blue); }

	.uk-logo { padding-left: 20px !important; }
	.uk-navbar-item,
	.uk-navbar-nav li a,
	.uk-navbar-toggle { gap: 0; padding: 0 30px; }
	.uk-navbar-toggle { height: 86px; }
	.uk-navbar-toggle svg { display: none; }
	.uk-navbar-toggle:after {
		content: '';
		display: block;
		background: url(/wp-content/uploads/bars-1.svg) no-repeat;
		width: 25px;
		height: 21px;
	}

	.uk-close { top: 0; right: 0; background: transparent; height: 86px; padding: 0 30px; }
	.uk-close svg { display: none; }
	.uk-close:after {
		content: '';
		display: block;
		background: url(/wp-content/uploads/close.svg) no-repeat;
		width: 21px;
		height: 21px;
	}

	.uk-modal-body .uk-grid-margin { margin: 0; }
	.uk-modal-body .uk-nav { display: grid; gap: 12px; }
	.uk-modal-body .uk-nav > li > a {
		justify-content: center;
		align-items: center;
		font-family: 'Clear Sans Medium';
		font-size: 16px;
		color: var(--white);
		letter-spacing: 2px;
		text-transform: uppercase; }

	.uk-modal-body .uk-grid div:nth-child(2),
	.uk-modal-body .uk-grid div:nth-child(3) { margin-top: 50px; }
	.uk-modal-body .uk-grid div:nth-child(2) .uk-nav { gap: 12px; }
	.uk-modal-body .uk-grid div:nth-child(2) .uk-nav li:first-child a:before,
	 {
		content: '';
		position: absolute;
		top: -25px;
		display: block;
		height: 1px;
		width: 200px;
		background: var(--white);
		margin: 0 auto;
	}
	.uk-modal-body .uk-grid div:nth-child(3) .uk-nav { display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 8px; }
	.uk-modal-body .uk-grid div:nth-child(3) .uk-nav li a {
		height: 45px;
		width: 45px;
		background: var(--white);
		border-radius: 50%;
		padding: 0;
	}
	.uk-modal-body .uk-grid div:nth-child(3) .uk-nav li a svg { fill: var(--green); width: 25px; }
	.uk-modal-body .uk-grid div:nth-child(3) .uk-nav li:nth-child(2) a svg { width: 20px; }
	.uk-modal-body .uk-grid div:nth-child(3) .uk-nav li:nth-child(3) a svg { width: 10px; }
	.uk-modal-body .uk-grid div:nth-child(3) .uk-nav li:nth-child(4) a svg { width: 20px; }
	
	.uk-modal-body .uk-grid div:nth-child(4) .widget_icl_lang_sel_widget { display: flex; justify-content: center; margin-top: 25px; }

	.uk-modal-body .socials { display: flex; justify-content: center; gap: 24px; }
	.uk-modal-body .socials a { line-height: 0; }
	.uk-modal-body .socials a:after { font-size: 1.25rem; color: var(--white); margin: 0; }

	.widget_search { display: block; }
	.uk-search-input::placeholder {color:white!important;}
	
	.uk-modal-body .uk-grid div:nth-child(2), .uk-modal-body .uk-grid div:nth-child(3) {
    margin-top: 10px;
}
}

/* ### Navigation ### */

/* ### Header ### */
.tm-headerbar-top.tm-headerbar-default { padding: 30px 0; }

.header > div { padding: 300px 0 40px !important; }
.header h1 { color: var(--white); text-transform: uppercase; margin-bottom: 5px; }
.header .uk-panel { color: var(--white); font-weight: 700; margin: 0 !important; }

.overlay-boxes { margin-top: -140px; cursor: pointer; }
.overlay-boxes img { min-height: 250px; min-width: 100%; object-fit: cover; }

.overlay-boxes .uk-overlay-inner { padding-left: 5px; }
.overlay-boxes .uk-overlay .el-content { display: grid; gap: 10px; }

.overlay-boxes .el-title,
.overlay-boxes .el-content { color: var(--white); }
.overlay-boxes .el-title { line-height: 1.2; text-transform: uppercase; }
.overlay-boxes .el-content { font-size: 15px; line-height: 1.4; margin-top: 10px !important; }

.overlay-boxes .arrow-right { position: absolute; z-index: 999; right: 20px; bottom: 20px; }
.arrow-right:after {
	content: '';
	display: block;
	background: url(/wp-content/uploads/arrow-right.svg) no-repeat;
	width: 18px;
	height: 16px;
}

.overlay-boxes ul li:first-child .uk-cover-container { border-left: 15px solid var(--blue); }
.overlay-boxes ul li:first-child .uk-overlay-primary { background: rgba(36 71 136 / 60%); }
.overlay-boxes .uk-overlay-full-green { background: var(--blue) !important; }

.overlay-boxes ul li:last-child .uk-cover-container { border-left: 15px solid var(--green); }
.overlay-boxes ul li:last-child .uk-overlay-primary { background: rgba(95 170 49 / 60%); }
.overlay-boxes .uk-overlay-full-blue { background: var(--green) !important; }

@media (max-width: 959px) {
	.header.subheader > div { padding-bottom: 20px !important; }
	
	.headline > div:last-child { display: none; }
	
	.overlay-boxes { margin-top: -20px; }
	.overlay-boxes ul { display: grid; grid-template-columns: repeat(2, 1fr); }
	.uk-slider-items.uk-grid { flex-wrap: wrap; }
}
@media (max-width: 639px) {
	.overlay-boxes ul { grid-template-columns: auto; gap: 20px; }
}
/* ### Header ### */

/* ########## Breadcrumbs ########## */
.breadcrumb-section { padding-bottom: 40px !important; }

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	content: '';
	position: relative;
	top: 2px;
    display: inline-block;
    background: url(/wp-content/uploads/arrow-right-green.svg) no-repeat;
    width: 15px;
    height: 13px;
}
/* ########## Breadcrumbs ########## */

/* ### Firm Facts Counter ### */
.fs-counter .el-item { padding: 0; }
.fs-counter h2 { color: var(--green) !important; font-size: 34px; }
.first-icon-smaller .uk-grid > div:first-child svg { height: 40px; }
.firm-counter-middle h2 { font-size: 64px; }
.firm-counter-middle .uk-grid > div:first-child svg { height: 60px; }

@media (max-width: 959px) {
	.fs-counter .el-item { padding: 30px; }
}
@media (max-width: 639px) {
	.world-map .uk-section { background-image: none !important; }
}
/* ### Firm Facts Counter ### */

/* ### Sustainability ### */
.sustainability-img img { position: relative; z-index: 2; }
/* .sustainability-img:after {
	content: '';
	position: absolute;
    z-index: 1;
	right: -75px;
    bottom: -200px;
    display: block;
    background: url(/wp-content/uploads/sustainability-dirt.png) no-repeat;
	background-size: contain;
    height: 100%;
    width: 330px;
}

@media (max-width: 1285px) {
	.sustainability-img:after { display: none; }
} */
/* ### Sustainability ### */

/* ### News ### */
.uk-position-center { height: 100%; width: 100%; }

.uk-position-center > .uk-panel {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
    height: 100%;
	background: rgb(var(--blue-rgb), .6);
	padding: 30px;
}

.postid-5692 .header > div { background-position: top; }

/* Slide from left to right */
/* .news .uk-position-center:before,
.news .uk-position-center:after {
	content: '';
	position: absolute;
	z-index: 1;
	background: var(--blue);
	transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}
.news .uk-position-center:after { top: 0; left: 0; height: 100%; width: 0; }
.news .uk-position-center:hover:after { width: 100%; } */
/* Slide from left to right */

.news img { height: 350px; object-fit: cover; }
.news .uk-panel .el-title,
.news .uk-panel .el-meta,
.news .uk-panel .el-content { color: var(--white) !important; text-align: left; }
.news .uk-panel .el-title { font-size: 20px; }
.news .uk-panel .el-meta { position: absolute; top: 33.3px; left: 30px; }
.news .uk-panel .el-link {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	width: 42px;
	background: var(--blue);
	border: 0;
	border-radius: 50%;
}
.news .uk-panel .el-link:focus,
.news .uk-panel .el-link:hover { border: 0; }
.news .uk-position-center:hover .el-link { background: var(--white); }
.news .uk-position-center:hover .el-link .arrow-right:after {
	filter: brightness(0) saturate(100%) invert(18%) sepia(66%) saturate(1810%) hue-rotate(203deg) brightness(96%) contrast(86%);
}

@media (max-width: 959px) {
	.news .uk-slider-items { gap: 20px; }
}
/* ### News ### */

/* ### Join our team ### */
.uk-container-expand-right { max-width: calc(50% + (1200px / 2)); }

.image-to-left > .uk-container { padding-left: 0; }
.image-to-right > .uk-container { padding-right: 0; }
.image-to-left .el-image,
.image-to-right .el-image { height: 600px; width: fit-content; object-fit: cover; }
.image-to-left-tall .el-image,
.image-to-right-tall .el-image { height: 800px; width: fit-content; object-fit: cover; }

@media (max-width: 959px) {
	.image-to-left > .uk-container,
	.image-to-right > .uk-container,
	.image-to-left-tall > .uk-container, 
	.image-to-right-tall > .uk-container { padding: 70px 20px !important; }
	.image-to-right > .uk-container .uk-grid { flex-direction: column-reverse; }
	.image-to-left .el-image,
	.image-to-right .el-image { height: 100%; }
	.image-to-left-tall,
	.image-to-right-tall { padding: 70px 20px !important; }
	.image-to-left-tall .el-image,
	.image-to-right-tall .el-image { height: auto; width: fit-content; object-fit: cover; }
}

.praktika-list .fs-teaser-item-container .el-item {
	display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    padding: 30px;
    margin: 0 !important;
}
.praktika-list .fs-teaser-item-container .el-title {
	font-size: 20px;
    line-height: 22px;
    font-weight: bolder;
	margin: 0 0 10px;
}
.praktika-list .fs-teaser-item-container .el-title p {
	font-family: 'Clear Sans Regular';
	font-size: 14px;
	line-height: 1.625;
	font-weight: normal;
	text-transform: none;
	margin: 10px 0 0;
}
.praktika-list .fs-teaser-item-container .el-link {
	color: var(--white);
	font-family: 'Clear Sans Medium';
    font-size: 15px;
    line-height: 41px;
    text-transform: none;
    background: var(--blue);
    border: 0;
    border-radius: 20px;
    padding: 0 20px;
}
.praktika-list .fs-teaser-item-container .el-link:focus,
.praktika-list .fs-teaser-item-container .el-link:hover { background: var(--blue-hover); }
/* ### Join our team ### */

/* ### About us ### */
.oov-slider-container .uk-container { padding-right: 0; }
.oov-slider .uk-slider-items li { width: 40% !important; }

@media (max-width: 939px) {
	.oov-slider .uk-slider-items li { width: 60% !important; }
}

.el-marker { background: var(--green); }
.el-marker:focus,
.el-marker:hover { background: var(--green-hover); }
.el-marker svg { color: var(--white); }

.uk-drop .el-item { text-align: center; padding: 20px; }
/* ### About us ### */

/* ### About us ### */
.image-background-desktop .uk-section { padding-bottom: 35%; }
.image-background-mobile { display: none; }

@media (max-width: 959px) {
	.about-us { padding-top: 70px !important; }
	
	.image-background-desktop { display: none; }
	.image-background-mobile { display: block; }
}

.zertifikat-akkordeon .uk-accordion-content .el-content .list-group { margin: 0 !important; }
.zertifikat-akkordeon .uk-accordion-content .el-content .list-group .list-group-item { border: 0; padding: 0; }

.zertifikat-akkordeon .uk-accordion-content .el-content .wpdm-lt-card .wpdm-download-link,
.zertifikat-akkordeon .uk-accordion-content .el-content .list-group .list-group-item:nth-child(3),
.zertifikat-akkordeon .uk-accordion-content .el-content .list-group .list-group-item:nth-child(4),
.zertifikat-akkordeon .uk-accordion-content .el-content .list-group .list-group-item:nth-child(5) { display: none !important; }

.zertifikat-akkordeon .uk-accordion-content .el-content .w3eden .row { row-gap: 0; }
.zertifikat-akkordeon .uk-accordion-content .el-content .w3eden h3 a {
	color: var(--green);
	font-family: Clear Sans Regular;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.625;
	height: 100%;
	margin: 0;
	transition: all .35s;
}
.zertifikat-akkordeon .uk-accordion-content .el-content .w3eden h3 a:focus,
.zertifikat-akkordeon .uk-accordion-content .el-content .w3eden h3 a:hover {
	padding-left: 10px;
	transition: all .35s;
}


.uk-accordion-content a { display: block; }
.uk-accordion-content a:focus,
.uk-accordion-content a:hover { color: var(--green-hover); }

.uk-accordion-title { color: var(--blue); }
.uk-accordion-title:focus,
.uk-accordion-title:hover { color: var(--blue-hover); }
.uk-sub-accordion .uk-accordion-title { font-size: 16px; }
.uk-accordion-title:before {
	content: '';
    width: 17px;
    height: 23px;
    background: url(/wp-content/uploads/plus.svg) no-repeat;
	background-position: center;
	margin-left: 0;
}
.uk-open > .uk-accordion-title:before { position: relative; top: 3px; background: url(/wp-content/uploads/minus.svg) no-repeat; }
.uk-sub-accordion .uk-accordion-content .uk-accordion-title:before { display: none; }
/* ### About us ### */

/* ### Download Manager Accordion ### */
.dm-accordion .el-item { margin: 0 !important; }
.dm-accordion .uk-accordion-title { display: block !important; }
.dm-accordion .list-group .list-group-item { background: transparent; }
/* ### Download Manager Accordion ### */

/* ### Suppliers ### */
.suppliers { padding-top: 140px !important; }

@media (max-width: 959px) {	.suppliers { padding-top: 70px !important; } }

blockquote .el-author:before { content: '–'; display: inline-block; margin-right: 5px; }
blockquote .el-author {
	color: var(--blue);
	font-family: 'Clear Sans Medium';
	font-size: 18px;
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
}
blockquote footer { margin-top: 20px; }

@media (max-width: 959px) {
	.uk-table .el-content p { text-align: center !important; }
}
/* ### Suppliers ### */

/* ### Your products & out ingredients ### */
.category-box { position: relative; display: grid; grid-template-columns: 375px auto; }
.main-category,
.main-category ul { display: grid; height: 100%; padding: 0; margin: 0; }
.main-category ul li { list-style: none; }
.main-category ul a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	background: rgb(var(--beige), .3);
	padding-left: 35px;
	cursor: pointer;
}
.main-category ul a:nth-child(2) { border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); }
.main-category ul a:focus span,
.main-category ul a:hover span { color: var(--white); }
.main-category .arrow-right {
	position: absolute;
	right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    background: var(--white);
    border: 0;
    border-radius: 50%;
}

.sub-categories {
	position: absolute;
	z-index: 101;
    right: 0;
    left: 375px;
    height: 125px !important;
}
.sub-categories .product-category { padding: 0; }
.sub-categories .product-category a { display: flex !important;	justify-content: center; background: rgb(var(--white-rgb), .75); padding: 0; }
.sub-categories .product-category a h2 { font-family: 'Clear Sans Bold'; font-size: 12px; text-align: center; padding: 0 15px; }
.sub-categories .product-category a:focus h2,
.sub-categories .product-category a:hover h2 { color: var(--white) !important; }

.products { display: grid !important; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr); }
.products li { width: 100%; padding-top: 0; padding-bottom: 0; }
.products li a img { display: none; }

.nav-list li:focus > a span,
.nav-list li:hover > a span { color: var(--white); }
.your-products .nav-list li:focus > a,
.your-products .nav-list li:hover > a { background: var(--blue); }
.our-ingredients .nav-list li:hover > a,
.our-ingredients .nav-list li:hover > a { background: var(--green); }

.your-products .sub-categories .product-category a h2 { color: var(--blue); }
.our-ingredients .sub-categories .product-category a h2 { color: var(--green); }
.woocommerce mark.count { display: none; }

.your-products span,
.our-ingredients span { font-family: 'Clear Sans Bold'; font-size: 18px; text-transform: uppercase; }
.your-products span { color: var(--blue); }
.our-ingredients span { color: var(--green); }

.your-products .main-category ul a:focus,
.your-products .main-category ul a:hover { background: var(--blue); }
.our-ingredients .main-category ul a:focus,
.our-ingredients .main-category ul a:hover { background: var(--green); }

.sub-categories-1 { top: 0; }
.sub-categories-2 { top: 125px; }
.sub-categories-3 { top: 250px; }
.sub-categories-1 .columns-4,
.sub-categories-2 .columns-4,
.sub-categories-3 .columns-4 { display: none; }
.nav-list li:focus .nav-link + .sub-categories-1 .columns-4,
.nav-list li:hover .nav-link + .sub-categories-1 .columns-4,
.nav-list li:focus .nav-link + .sub-categories-2 .columns-4,
.nav-list li:hover .nav-link + .sub-categories-2 .columns-4,
.nav-list li:focus .nav-link + .sub-categories-3 .columns-4,
.nav-list li:hover .nav-link + .sub-categories-3 .columns-4 { display: block; }

.your-products .arrow-right:after { background: url(/wp-content/uploads/arrow-right-blue.svg) no-repeat; }
.our-ingredients .arrow-right:after { background: url(/wp-content/uploads/arrow-right-green.svg) no-repeat; }

.yp-image,
.oi-image { position: relative; width: 100%; background-position: center; background-size: cover; }
.yp-image { background-image: url('/wp-content/uploads/food-nav.jpg'); height: 375px; }
.oi-image { background-image: url('/wp-content/uploads/potatoes_header.jpg'); height: 250px; }
.image img {
    position: absolute;
	z-index: 99;
	top: 50%;
    left: 50%;
	height: 100%;
	width: 100%;
	max-width: none;
	object-position: center;
	object-fit: cover;
	opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);   
}

.yp-image:after,
.oi-image:after { content: ''; position: relative; z-index: 100; display: block; height: 100%; width: 100%; }
.yp-image:after { background: rgb(var(--blue-rgb), .6); }
.oi-image:after { background: rgb(var(--green-rgb), .6); }

.category-accordion { display: none; }
.category-accordion .products { grid-template-columns: auto; margin-bottom: 0; }
.category-accordion .products li a h2 {
	color: var(--green);
    font-weight: bolder;
	text-transform: none;
}
.category-accordion .products li a:focus h2,
.category-accordion .products li a:hover h2 { color: var(--green-hover); }

@media (max-width: 1199px) {
	.category-box { display: none; }
	.category-accordion { display: block; }
}
/* ### Your products & out ingredients ### */

.page-id-1075 .woocommerce,
.page-id-1073 .woocommerce,
.page-id-1071 .woocommerce,
.page-id-1069 .woocommerce,
.page-id-1067 .woocommerce,
.page-id-3719 .woocommerce,
.page-id-3713 .woocommerce,
.page-id-3725 .woocommerce,
.page-id-3722 .woocommerce,
.page-id-3727 .woocommerce { padding-left: 40px; }
.page-id-1075 .products,
.page-id-1073 .products,
.page-id-1071 .products,
.page-id-1069 .products,
.page-id-1067 .products,
.page-id-3719 .products,
.page-id-3713 .products,
.page-id-3725 .products,
.page-id-3722 .products,
.page-id-3727 .products { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; gap: 20px; }
.page-id-1075 .products .product-category,
.page-id-1073 .products .product-category,
.page-id-1071 .products .product-category,
.page-id-1069 .products .product-category,
.page-id-1067 .products .product-category,
.page-id-3719 .products .product-category,
.page-id-3713 .products .product-category,
.page-id-3725 .products .product-category,
.page-id-3722 .products .product-category,
.page-id-3727 .products .product-category { position: relative; padding: 0; }
.page-id-1075 .products .product-category:after,
.page-id-1073 .products .product-category:after,
.page-id-1071 .products .product-category:after,
.page-id-1069 .products .product-category:after,
.page-id-1067 .products .product-category:after,
.page-id-3719 .products .product-category:after,
.page-id-3713 .products .product-category:after,
.page-id-3725 .products .product-category:after,
.page-id-3722 .products .product-category:after,
.page-id-3727 .products .product-category:after {
	content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    background: rgb(var(--blue-rgb), .6);
	transition: .3s ease-out;
}
.page-id-1075 .products img,
.page-id-1073 .products img,
.page-id-1071 .products img,
.page-id-1069 .products img,
.page-id-1067 .products img,
.page-id-3719 .products img,
.page-id-3713 .products img,
.page-id-3725 .products img,
.page-id-3722 .products img,
.page-id-3727 .products img { display: block; margin: 0 !important; }
.page-id-1075 .products h2,
.page-id-1073 .products h2,
.page-id-1071 .products h2,
.page-id-1069 .products h2,
.page-id-1067 .products h2,
.page-id-3719 .products h2,
.page-id-3713 .products h2,
.page-id-3725 .products h2,
.page-id-3722 .products h2,
.page-id-3727 .products h2 {
	position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 24px;
    line-height: 1.4;
    font-family: 'Clear Sans Bold';
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    height: 100%;
    width: calc(100% - 60px);
    margin: 0 auto;
}
.page-id-1075 .products .product-category:focus:after,
.page-id-1075 .products .product-category:hover:after,
.page-id-1073 .products .product-category:focus:after,
.page-id-1073 .products .product-category:hover:after,
.page-id-1071 .products .product-category:focus:after,
.page-id-1071 .products .product-category:hover:after,
.page-id-1069 .products .product-category:focus:after,
.page-id-1069 .products .product-category:hover:after,
.page-id-1067 .products .product-category:focus:after,
.page-id-1067 .products .product-category:hover:after,
.page-id-3719 .products .product-category:focus:after,
.page-id-3719 .products .product-category:hover:after,
.page-id-3713 .products .product-category:focus:after,
.page-id-3713 .products .product-category:hover:after,
.page-id-3725 .products .product-category:focus:after,
.page-id-3725 .products .product-category:hover:after,
.page-id-3722 .products .product-category:focus:after,
.page-id-3722 .products .product-category:hover:after,
.page-id-3727 .products .product-category:focus:after,
.page-id-3727 .products .product-category:hover:after { background: var(--blue); transition: .3s ease-out; }

@media (max-width: 1199px) {
	.page-id-1075 .woocommerce,
	.page-id-1073 .woocommerce,
	.page-id-1071 .woocommerce,
	.page-id-1069 .woocommerce,
	.page-id-1067 .woocommerce,
	.page-id-3719 .woocommerce,
	.page-id-3713 .woocommerce,
	.page-id-3725 .woocommerce,
	.page-id-3722 .woocommerce,
	.page-id-3727 .woocommerce { padding-left: 20px; }
}
@media (max-width: 959px) {
	.page-id-1075 .products,
	.page-id-1073 .products,
	.page-id-1071 .products,
	.page-id-1069 .products,
	.page-id-1067 .products,
	.page-id-3719 .products,
	.page-id-3713 .products,
	.page-id-3725 .products,
	.page-id-3722 .products,
	.page-id-3727 .products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 639px) {
	.page-id-1075 .products,
	.page-id-1073 .products,
	.page-id-1071 .products,
	.page-id-1069 .products,
	.page-id-1067 .products,
	.page-id-3719 .products,
	.page-id-3725 .products,
	.page-id-3725 .products,
	.page-id-3722 .products,
	.page-id-3727 .products { grid-template-columns: repeat(1, 1fr); }
}

/* ### Trends ### */
.trends-button { display: flex; justify-content: flex-end; }

@media (max-width: 959px) { .trends-button { display: block; } }
/* ### Trends ### */

/* ### Innovative Approach ### */
.innovative-approach-video { position: relative; z-index: -1; padding: 300px 0; }
/* ### Innovative Approach ### */

/* ### Product categories ### */
.product-categories .el-item { position: relative; }
.product-categories .el-item:after {
	content: '';
	position: absolute;
	top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
	width: 100%;
    background: rgb(var(--blue-rgb), .6);   
}
.product-categories .el-item:focus .el-link,
.product-categories .el-item:hover .el-link { background: var(--white); }
.product-categories .el-item:focus .el-link .arrow-right:after,
.product-categories .el-item:hover .el-link .arrow-right:after {
	filter: brightness(0) saturate(100%) invert(18%) sepia(66%) saturate(1810%) hue-rotate(203deg) brightness(96%) contrast(86%);
}
.product-categories .el-title {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	color: var(--white);
	text-align: center;
	height: 100%;
    width: calc(100% - 60px);
	margin: 0 auto;
}
.product-categories .uk-panel .el-link {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	width: 42px;
	background: var(--blue);
	border: 0;
	border-radius: 50%;
}
.product-categories .uk-panel .el-link:focus,
.product-categories .uk-panel .el-link:hover { border: 0; }
/* ### Product categories ### */

/* ### News ### */
.news-list .el-item { position: relative; }
.news-list .el-item:after {
	content: '';
	position: absolute;
	top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
	width: 100%;
    background: rgb(var(--blue-rgb), .6);
}
.news-list .el-item:focus .el-link,
.news-list .el-item:hover .el-link { background: var(--white); }
.news-list .el-item:focus .el-link .arrow-right:after,
.news-list .el-item:hover .el-link .arrow-right:after {
	filter: brightness(0) saturate(100%) invert(18%) sepia(66%) saturate(1810%) hue-rotate(203deg) brightness(96%) contrast(86%);
}
.news-list .el-title,
.news-list .el-meta,
.news-list .el-link { position: absolute; z-index: 2; }
.news-list .el-title { right: 30px; bottom: 30px; left: 30px; }

.news-pagination ul { margin: 0; }
.news-pagination ul > * { padding: 0; }
.news-pagination ul li span,
.news-pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
	color: var(--green);
    font-size: 16px;
	font-weight: 700;
	height: 42px;
    width: 42px;
	background: var(--off-white);
	border-radius: 12px;
    padding: 0;
	margin: 0 5px;
}
.news-pagination ul li.uk-active span,
.news-pagination ul li span:focus,
.news-pagination ul li span:hover,
.news-pagination ul li a:focus,
.news-pagination ul li a:hover { color: var(--white); background: var(--green); border-color: transparent; }

.news-pagination ul li span[uk-pagination-next],
.news-pagination ul li span[uk-pagination-previous] { display: none; }
.news-pagination ul li a[title="Next"]:after,
.news-pagination ul li a[title="Previous"]:after { content: ''; display: inline-block; height: 13px; width: 8px; }
.news-pagination ul li a[title="Next"]:after { background: url(/wp-content/uploads/chevron-right.svg) no-repeat; }
.news-pagination ul li a[title="Previous"]:after { background: url(/wp-content/uploads/chevron-left.svg) no-repeat; }
.news-pagination ul li a[title="Next"]:hover:after,
.news-pagination ul li a[title="Next"]:focus:after,
.news-pagination ul li a[title="Previous"]:hover:after,
.news-pagination ul li a[title="Previous"]:focus:after { filter: brightness(0) invert(1); }

@media (max-width: 639px) {
    .news-pagination { margin-top: 30px !important; }
}
/* ### News ### */

/* ### Product modals ### */
.product-modal .fs-teaser-container { gap: 20px; margin: 0; }
.product-modal .fs-teaser-item-container { width: auto; padding: 0; margin: 0; }
.product-modal .product-modal-button a {
	font-family: 'Clear Sans Bold';
	font-size: 15px;
	line-height: 50px;
	color: var(--white);
	background: var(--green);
	border: 0;
	padding: 0 25px;
}

.teaser-modal .uk-grid > * { padding: 0; }
.teaser-modal {
	background: transparent;
	box-shadow: rgba(55 56 78 / 15%) 0px 7px 29px 0px;
	border-radius: 15px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transition: backdrop-filter .3s;
}
.teaser-modal .uk-modal-header { display: none; }
.teaser-modal .uk-modal-body { background: var(--green); padding: 0; }
.teaser-modal .uk-modal-body .uk-container { padding: 0; }
.teaser-modal .uk-modal-body img { object-fit: cover; height: 600px; }
.teaser-modal .uk-modal-body .modal-content > div { padding: 60px 60px 60px 100px; }

.page-id-1393 .teaser-modal .uk-modal-body .modal-content > div { padding: 60px 60px 60px 100px; }

.teaser-modal .uk-modal-body .modal-content .uk-h2,
.teaser-modal .uk-modal-body .modal-content p,
.teaser-modal .uk-modal-body .modal-content .uk-h6 { color: var(--white); }
.teaser-modal .uk-modal-body .modal-content .checkbox { grid-template-columns: 20px auto; gap: 7px; margin: 10px 0 0 !important; }
.teaser-modal .uk-modal-body .modal-content .checkbox .checkbox-text span { color: var(--white); }
.teaser-modal .uk-modal-body .modal-content .checkbox span { margin: 0; }
.teaser-modal .uk-modal-body .modal-content .checkbox span a { color: var(--white) !important; font-weight: bolder; }
.teaser-modal .uk-modal-body .modal-content .checkbox .uk-checkbox:checked:after {
	top: 0;
	height: 14px;
	width: 14px;
	background: var(--white);
	border-radius: 4px;
}
.teaser-modal .uk-modal-body .modal-content .checkbox .uk-checkbox {
	height: 20px;
	width: 20px;
	border-color: var(--white) !important;
}
.teaser-modal .uk-close {
	opacity: .6;
	color: var(--white);
	top: 25px;
	right: 25px;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.teaser-modal .uk-close:focus,
.teaser-modal .uk-close:hover {
	opacity: 1;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.teaser-modal .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) { stroke-width: 2; }

.downloadable-product { display: flex; gap: 10px; }
.downloadable-product > .uk-grid { margin: 0; }
.downloadable-product input {
	color: var(--white) !important;
	font-family: 'Clear Sans Medium';
	font-size: 15px;
	height: 42px;
	background: transparent;
	border: 1px solid var(--white) !important;
	border-right: 0;
	border-radius: 20px;
	padding: 0 20px;
}
.downloadable-product input::placeholder { color: var(--white) !important; }
.downloadable-product input:focus,
.downloadable-product input:hover { background: transparent; border-color: var(--white) !important; }
.downloadable-product.uk-section-secondary:not(.uk-preserve-color) .uk-input { color: var(--white) !important; }

.downloadable-product.uk-section-secondary:not(.uk-preserve-color) .uk-input,
.downloadable-product.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,
.downloadable-product.uk-section-secondary:not(.uk-preserve-color) .uk-input:hover { border-color: var(--text) !important; }

.downloadable-product .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff!important;
    color: #fff!important;
}

@media (max-width: 1199px) {
	.teaser-modal .uk-modal-body .modal-content > div { padding: 40px 40px 40px 60px; }
	.page-id-1393 .teaser-modal .uk-modal-body .modal-content > div { padding: 40px 40px 40px 60px; }
}
@media (max-width: 959px) {
	.teaser-modal .fs-teaser-modal-content div > div { flex-direction: column-reverse; }
	
	.teaser-modal .uk-modal-body .uk-grid div:nth-child(2),
	.teaser-modal .uk-modal-body .uk-grid div:nth-child(3) { margin-top: 0; }
	.teaser-modal .uk-modal-body .modal-content > div,
	.page-id-1393 .teaser-modal .uk-modal-body .modal-content > div { padding: 40px; }
	.teaser-modal .uk-modal-body img { height: auto; width: 100%; }
	
	.teaser-modal .uk-close { top: 0; right: 0; }
}
@media (max-width: 639px) {
	.downloadable-product { display: grid; }
	.teaser-modal .uk-button-primary,
	.teaser-modal .uk-button-primary span:first-child { width: 100%; }
}

/* Gewerke modals */
.page-id-35 .teaser-modal .uk-modal-body .modal-content > div,
.page-id-3951 .teaser-modal .uk-modal-body .modal-content > div { padding: 0; }
.page-id-35 .modal-content > div > .uk-h2,
.page-id-35 .modal-content > div > .uk-panel,
.page-id-3951 .modal-content > div > .uk-h2,
.page-id-3951 .modal-content > div > .uk-panel { padding: 0 60px 0 100px; }
.page-id-35 .modal-content > div > .uk-panel,
.page-id-3951 .modal-content > div > .uk-panel { padding-bottom: 60px; }
.page-id-35 .modal-content > div > .uk-panel a,
.page-id-3951 .modal-content > div > .uk-panel a { color: var(--white); font-weight: bolder; }
.page-id-35 .modal-content > div > .uk-panel .contact,
.page-id-3951 .modal-content > div > .uk-panel .contact { background: var(--white); padding: 30px; margin-top: 60px; }
.page-id-35 .modal-content > div > .uk-panel .contact h3,
.page-id-3951 .modal-content > div > .uk-panel .contact h3 { margin: 0; }
.page-id-35 .modal-content > div > .uk-panel .contact p,
.page-id-3951 .modal-content > div > .uk-panel .contact p { color: var(--text); margin: 10px 0 0; }
.page-id-35 .uk-modal-body img,
.page-id-3951 .uk-modal-body img { height: 400px; }

@media (max-width: 1199px) {
	.page-id-35 .modal-content > div > .uk-h2,
	.page-id-35 .modal-content > div > .uk-panel,
	.page-id-3951 .modal-content > div > .uk-h2,
	.page-id-3951 .modal-content > div > .uk-panel { padding: 0 40px 0 60px; }
	.page-id-35 .modal-content > div > .uk-panel,
	.page-id-3951 .modal-content > div > .uk-panel { padding-bottom: 40px; }
}
@media (max-width: 959px) {
	.page-id-35 .modal-content > div > .uk-h2,
	.page-id-35 .modal-content > div > .uk-panel,
	.page-id-3951 .modal-content > div > .uk-h2,
	.page-id-3951 .modal-content > div > .uk-panel { padding: 0 40px; }
	.page-id-35 .modal-content > div > .uk-panel,
	.page-id-3951 .modal-content > div > .uk-panel { padding-bottom: 40px; }
}
/* Gewerke modals */

/* Onlinebewerbung für Lieferanten modal */
.page-id-1731 .teaser-modal .uk-modal-body,
.page-id-5011 .teaser-modal .uk-modal-body { background: #fafafa; }
.page-id-1731 .teaser-modal .uk-modal-body .uk-container,
.page-id-5011 .teaser-modal .uk-modal-body .uk-container{ padding: 0 40px 40px 120px !important; }
.page-id-1731 .teaser-modal .uk-modal-body h3,
.page-id-1731 .teaser-modal .uk-modal-body .hinweis,
.page-id-1731 .teaser-modal .uk-modal-body .checkbox,
.page-id-1731 .teaser-modal .uk-modal-body .submit-container,
.page-id-5011 .teaser-modal .uk-modal-body h3,
.page-id-5011 .teaser-modal .uk-modal-body .hinweis,
.page-id-5011 .teaser-modal .uk-modal-body .checkbox,
.page-id-5011 .teaser-modal .uk-modal-body .submit-container { margin-left: -40px; }
.page-id-1731 .teaser-modal .uk-modal-body span[data-name="products-and-services"],
.page-id-5011 .teaser-modal .uk-modal-body span[data-name="products-and-services"]{ margin-left: -20px; }
.page-id-1731 .teaser-modal .uk-modal-body .hinweis,
.page-id-5011 .teaser-modal .uk-modal-body .hinweis { margin-top: 40px; }

.page-id-1731 .teaser-modal .uk-modal-body .wpcf7-checkbox,
.page-id-5011 .teaser-modal .uk-modal-body .wpcf7-checkbox{ display: grid; }

.page-id-1731 .uk-section-secondary .uk-button-primary span:first-child,
.page-id-1731 .uk-section-secondary .uk-button-primary span:last-child,
.page-id-1731 .teaser-modal .uk-button-primary span:first-child,
.page-id-1731 .teaser-modal .uk-button-primary span:last-child,
.page-id-1731.uk-section-secondary .uk-button-primary span:last-child,
.page-id-1731 .teaser-modal .uk-button-primary span:last-child,
.page-id-5011 .uk-section-secondary .uk-button-primary span:first-child,
.page-id-5011 .uk-section-secondary .uk-button-primary span:last-child,
.page-id-5011 .teaser-modal .uk-button-primary span:first-child,
.page-id-5011 .teaser-modal .uk-button-primary span:last-child,
.page-id-5011.uk-section-secondary .uk-button-primary span:last-child,
.page-id-5011 .teaser-modal .uk-button-primary span:last-child { color: var(--green); border-color: var(--green); }

.page-id-1731 .wpcf7 form.invalid .wpcf7-response-output,
.page-id-1731 .wpcf7 form.unaccepted .wpcf7-response-output,
.page-id-1731 .wpcf7 form.payment-required .wpcf7-response-output,
.page-id-5011 .wpcf7 form.invalid .wpcf7-response-output,
.page-id-5011 .wpcf7 form.unaccepted .wpcf7-response-output,
.page-id-5011 .wpcf7 form.payment-required .wpcf7-response-output { color: var(--white); border: 0; padding: 20px; margin-left: -40px; }

.page-id-1731 br.uk-first-column,
.page-id-5011 br.uk-first-column { padding-left: 20px; }

@media (max-width: 1199px) {
	.page-id-1731 .teaser-modal .uk-modal-body .uk-container,
	.page-id-5011 .teaser-modal .uk-modal-body .uk-container { padding: 0 40px 40px 80px !important; }
	.page-id-1731 .teaser-modal .uk-modal-body h3,
	.page-id-1731 .teaser-modal .uk-modal-body span[data-name="products-and-services"],
	.page-id-1731 .teaser-modal .uk-modal-body .hinweis,
	.page-id-1731 .teaser-modal .uk-modal-body .checkbox,
	.page-id-1731 .teaser-modal .uk-modal-body .submit-container,
	.page-id-1731 .wpcf7 form.invalid .wpcf7-response-output,
	.page-id-1731 .wpcf7 form.unaccepted .wpcf7-response-output,
	.page-id-1731 .wpcf7 form.payment-required .wpcf7-response-output,
	.page-id-5011 .teaser-modal .uk-modal-body h3,
	.page-id-5011 .teaser-modal .uk-modal-body span[data-name="products-and-services"],
	.page-id-5011 .teaser-modal .uk-modal-body .hinweis,
	.page-id-5011 .teaser-modal .uk-modal-body .checkbox,
	.page-id-5011 .teaser-modal .uk-modal-body .submit-container,
	.page-id-5011 .wpcf7 form.invalid .wpcf7-response-output,
	.page-id-5011 .wpcf7 form.unaccepted .wpcf7-response-output,
	.page-id-5011 .wpcf7 form.payment-required .wpcf7-response-output { margin-left: -20px; }
}
@media (max-width: 959px) {
	.page-id-1731 .teaser-modal .uk-modal-body .uk-container,
	.page-id-5011 .teaser-modal .uk-modal-body .uk-container { padding: 0 40px 40px 60px !important; }
}

/* Onlinebewerbung für Lieferanten modal */
/* ### Product modals ### */

/* ### Join our team ### */
.testimonial-slider .el-slidenav svg polyline { stroke-width: 2; }
.testimonial-slider .el-overlay {
	position: relative;
	background: rgb(var(--white-rgb), .75);
	padding: 30px;
}
.testimonial-slider .el-overlay:before {
	content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 15px solid var(--blue);
}
.testimonial-slider .el-meta { display: grid; }
.testimonial-slider .el-meta .full-name { color: var(--blue); font-weight: bolder; }
.testimonial-slider .el-meta .job-position { font-size: 13px; font-weight: bolder; }

@media (max-width: 959px) {
	.testimonial-slider .el-overlay { display: none; }
}

.job-listing > div { display: grid; gap: 30px; }
.job-preview {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	padding: 30px;
	margin: 0 !important;
}
.job-preview div { display: block !important; padding: 0 !important; }
.job-preview .job-cta { height: fit-content !important; width: fit-content !important; }
.job-preview .job-cta a {
	font-family: 'Clear Sans Medium';
    font-size: 15px !important;
    line-height: 40px !important;
	text-transform: none !important;
    background: var(--blue) !important;
    border: 1px solid var(--blue);
    border-radius: 20px !important;
    padding: 0 20px !important;
}
.job-preview .job-cta a:focus,
.job-preview .job-cta a:hover { background: var(--blue-hover) !important; }
.job-content h5 span,
.job-content .job_custom_message { color: var(--text); }

.single-jobs .uk-section:not(.footer) { padding-top: 0; }
.single-jobs .tm-main.uk-section > .uk-container { min-width: 100%; padding: 0; margin: 0; }

.single-jobs .uk-container .uk-container,
.single-jobs .job-content .job-content-wrap .jobs-row {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 959px) {
	.job-preview { display: grid !important; gap: 15px; }
}
@media (min-width: 960px) {
	.single-jobs .uk-container .uk-container,
	.single-jobs .job-content .job-content-wrap .jobs-row { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 640px) {
	.single-jobs .uk-container .uk-container,
	.single-jobs .job-content .job-content-wrap .jobs-row { padding-left: 20px; padding-right: 20px; }
}

.job-post { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
.job-post .job-content { width: 100% !important; }
.job-post .job-content .job-content-wrap { padding: 0; }
.job-post .job-content .job-content-wrap .jobs-row:last-child { padding-bottom: 0; }
.job-post .jobs-row { padding-top: 30px; padding-bottom: 30px; margin-top: 0 !important; margin-bottom: 0 !important; }
.job-post .job-side { display: none; }

.benefits img { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 100%; }
.benefits .el-title { color: var(--blue); text-transform: none; }

.region-life .el-item > div:after {
	content: '';
	position: absolute;
	z-index: 998;
    top: 0;
	right: 0;
    bottom: 0;
	left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(var(--blue-rgb), .6);
}
.region-life .el-title { color: var(--white); }
.region-life .uk-position-center { z-index: 999; min-width: 100%; }
.region-life .uk-position-center > .uk-panel { z-index: 999; background: none; }
.region-life .uk-transition-fade,
.region-life [class*=uk-transition-scale],
.region-life [class*=uk-transition-slide] { opacity: 1; }
/* ### Join our team ### */

/* ### Timeline ### */
@media (max-width: 959px) {
	.hd-timeline-container div .hd-timeline-item-container { margin: 0 0 40px 60px !important; }
	.hd-timeline-container div:last-child .hd-timeline-item-container { margin-bottom: 0 !important; }
}
/* ### Timeline ### */

/* ### Download Manager ### */
.__wpdm_submit_async { display: none; }
.w3eden .row { row-gap: 30px; }
.w3eden h3 a { display: block; color: var(--text); font-size: 18px; text-transform: none; height: 50px; margin: 20px 0; }
.w3eden h3 a:focus,
.w3eden h3 a:hover { color: var(--blue); text-decoration: none; }
.w3eden a.btn { font-size: 15px; line-height: 42px; background: var(--blue); border: 0; padding: 0 20px; }
.w3eden a.btn:focus,
.w3eden a.btn:hover { background: var(--blue-hover); box-shadow: none; }

#content_wpdm_package_1 a,
#content_wpdm_package_2 a,
#content_wpdm_package_3 a,
#content_wpdm_package_4 a { width: 100%; border-radius: 0; }
#content_wpdm_package_1 .align-items-cente,
#content_wpdm_package_2 .align-items-cente,
#content_wpdm_package_3 .align-items-cente,
#content_wpdm_package_4 .align-items-cente { display: none !important; }
#content_wpdm_package_1 .list-group,
#content_wpdm_package_2 .list-group,
#content_wpdm_package_3 .list-group,
#content_wpdm_package_4 .list-group { margin: 0 !important; }
#content_wpdm_package_1 .list-group-item,
#content_wpdm_package_2 .list-group-item,
#content_wpdm_package_3 .list-group-item,
#content_wpdm_package_4 .list-group-item { border: 0; padding: 0; margin: 0; }
/* ### Download Manager ### */

/* ### Map ### */
/* Map CSS Reverse */
#wpsl-wrap .wpsl-search { background: none; }
#wpsl-wrap .wpsl-search,
#wpsl-wrap #wpsl-result-list,
#wpsl-wrap #wpsl-result-list ul li,
#wpsl-wrap #wpsl-result-list p,
#wpsl-search-wrap div,
#wpsl-search-wrap div label,
#wpsl-search-btn,
#wpsl-search-wrap input { padding: 0 !important; margin: 0 !important; }
#wpsl-search-btn,
#wpsl-search-wrap,
#wpsl-search-wrap div { float: none; display: block; }
#wpsl-search-input { width: 100% !important; }
#wpsl-search-wrap div label { line-height: 0; }
#wpsl-wrap #wpsl-result-list li { border: 0; overflow: inherit; }
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-3-columns li { width: auto; }
#wpsl-checkbox-filter, .wpsl-custom-checkboxes { float: none; display: flex; }
/* Map CSS Reverse */

#wpsl-wrap { display: flex; gap: 70px; height: 70vh; margin: 0; }
#wpsl-wrap #wpsl-location-container,
#wpsl-wrap #wpsl-search-container { width: 100%; }
#wpsl-wrap #wpsl-search-input-container { display: flex; }
#wpsl-wrap #wpsl-result-list { width: 100%; }
#wpsl-wrap #wpsl-result-list p { line-height: normal; }

#wpsl-wrap .wpsl-input { /* display: inline-flex; */ display: none; width: 100%; }

#wpsl-gmap, #wpsl-result-list { min-height: 70vh; }
#wpsl-stores { min-height: calc(70vh - 240px); }
#wpsl-gmap { float: none; width: 66.66%; min-width: -webkit-fill-available; }
#wpsl-gmap .wpsl-container { display: grid; }
#wpsl-gmap #wpsl-result-list { width: 33.33%; }
#wpsl-wrap #wpsl-search-wrap div label {
	/* display: flex; */
	display: none;
	align-items: center;
	font-size: 15px;
	font-weight: bolder;
	line-height: normal;
	width: 100%;
	margin-bottom: 10px !important;
}
#wpsl-wrap #wpsl-search-wrap span.bold-font-weight { font-size: 15px; font-weight: bolder; margin-bottom: 10px; }

#wpsl-wrap #wpsl-result-list { height: 100%; }

@media (max-width: 959px) {
	#wpsl-wrap { display: grid; height: 100%; }
	#wpsl-gmap,
	#wpsl-gmap #wpsl-result-list { width: 100%; }
	
	#wpsl-gmap, #wpsl-result-list, #wpsl-stores { min-height: 100%; width: 100%; }
}

#wpsl-wrap #wpsl-result-list .wpsl-container { padding: 35px 0 35px 35px; }
#wpsl-search-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 35px 35px 0 35px;
}
#wpsl-wrap #wpsl-result-list #wpsl-location-container:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: var(--off-white);
	margin-top: 20px;
}
#wpsl-wrap #wpsl-result-list #wpsl-location-container p,
#wpsl-wrap #wpsl-result-list #wpsl-search-container p { font-family: 'Clear Sans Bold'; margin-bottom: 15px !important; }

#wpsl-search-wrap form { width: 100%; }

#wpsl-checkbox-filter { display: flex; gap: 15px; padding-bottom: 20px; margin-bottom: 0; /* margin-bottom: 20px; border-bottom: 2px solid var(--off-white); */ }
#wpsl-checkbox-filter label { display: flex; font-family: 'Clear Sans Bold'; font-size: 13px; text-transform: uppercase; }
#wpsl-checkbox-filter li:first-child label { color: var(--green); }
#wpsl-checkbox-filter li:last-child label { color: var(--blue); }
#wpsl-checkbox-filter input[type="checkbox"] {
	position: relative;
	height: 20px;
	width: 20px;
	background: #fff;
	border-radius: 0;
	margin-right: 5px !important;
	appearance: none;
	opacity: 1;
}
#wpsl-checkbox-filter li:first-child input[type="checkbox"] { border: 2px solid var(--green); }
#wpsl-checkbox-filter li:last-child input[type="checkbox"] { border: 2px solid var(--blue); }
#wpsl-checkbox-filter li:first-child input[type="checkbox"]:checked { border: 2px solid var(--green); background: var(--green); }
#wpsl-checkbox-filter li:last-child input[type="checkbox"]:checked { border: 2px solid var(--blue); background: var(--blue); }
#wpsl-checkbox-filter input[type="checkbox"]:checked:before,
#wpsl-checkbox-filter input[type="checkbox"]:checked:after { content: ''; position: absolute; height: 2px; background: #fff; }
#wpsl-checkbox-filter input[type="checkbox"]:focus { outline: none; }

@media (max-width: 959px) {
	#wpsl-wrap { display: flex; flex-direction: column-reverse; gap: 35px; }
	#wpsl-wrap #wpsl-result-list .wpsl-container { padding: 0 20px; }
	#wpsl-search-wrap { width: -webkit-fill-available; padding-top: 0; }
}

#wpsl-wrap #wpsl-search-input {
	color: var(--text);
	font-family: 'Clear Sans Regular';
	height: 36px;
	border: 2px solid var(--green);
	border-radius: 25px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0 15px !important;
}
#wpsl-wrap #wpsl-search-input.wpsl-error { border-width: 2px !important; }
#wpsl-wrap #wpsl-search-btn {
	color: var(--white);
	font-family: 'Clear Sans Bold';
	font-size: 13px;
	text-transform: uppercase;
	height: 40px;
	background: var(--green);
	border: 2px solid var(--green);
	border-left: 0;
	border-radius: 25px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0 10px !important;
}

#wpsl-wrap #wpsl-stores { border-top: 2px solid var(--off-white); border-bottom: 2px solid var(--off-white); margin-top: 30px !important; }
#wpsl-wrap #wpsl-stores ul li { padding: 20px 20px 20px 0 !important; border-bottom: 2px solid var(--off-white); }
#wpsl-wrap #wpsl-stores ul li:last-child { border: 0; }
#wpsl-wrap #wpsl-stores ul li > div > p:last-child { margin-top: 10px !important; }

/* ### MAP ÜBERSETZUNGEN ### */
.english-map #wpsl-search-wrap > span:first-child,
.english-map #wpsl-search-wrap #wpsl-checkbox-filter li label,
.english-map #wpsl-search-wrap form > div > label { font-size: 0 !important; }
.english-map #wpsl-search-wrap > span:first-child:after,
.english-map #wpsl-search-wrap form > div > label:after { font-size: 15px !important; }
.english-map #wpsl-search-wrap #wpsl-checkbox-filter li label:after { font-size: 13px !important; }

.english-map #wpsl-search-wrap > span:first-child:after { content: 'Find a location of the Emsland Group'; }
.english-map #wpsl-search-wrap #wpsl-checkbox-filter li:first-child label:after { content: 'Plant'; }
.english-map #wpsl-search-wrap #wpsl-checkbox-filter li:last-child label:after { content: 'Repräsentanzen'; }
.english-map #wpsl-search-wrap form > div > label:after { content: 'Location name'; }
/* ### MAP ÜBERSETZUNGEN ### */
/* ### Map ### */

/* ### Contact person ### */
.contact-person-nav .el-nav { gap: 10px; padding-left: 20px; margin-bottom: 10px; }
.contact-person-nav li { padding: 0; }
.contact-person-nav li a {
	color: var(--green);
	font-family: 'Clear Sans Bold';
	font-size: 13px;
	letter-spacing: normal;
	height: 40px;
	background: rgba(95 170 49 / 15%);
	padding: 0 15px;
}
.contact-person-nav li.uk-active a,
.contact-person-nav li a:focus,
.contact-person-nav li a:hover { color: var(--white); background: var(--green); border: 0; }

.contact-person-nav .el-item { background: var(--off-white); padding: 12px; }
.contact-person-nav .el-item img { width: 100%; }
.contact-person-nav .el-item .uk-grid { display: grid; }
.contact-person-nav .el-item .uk-grid .uk-first-column:last-child { padding: 12px 18px 6px 18px; margin: 0; }
.contact-person-nav .el-item .el-title { display: grid; font-family: 'Clear Sans Bold'; font-size: 20px; }
.contact-person-nav .el-item .el-job { color: var(--text); font-family: 'Clear Sans Bold'; font-size: 13px; text-transform: uppercase; }
.contact-person-nav .el-item .el-meta {
	position: absolute;
	top: 18px;
	right: 0;
	color: var(--white);
	font-family: 'Clear Sans Bold';
	font-size: 11px;
	letter-spacing: normal;
	background: var(--blue);
	padding: 2px 18px 3px 6px;
}
.contact-person-nav .el-item .el-content { font-size: 14px; }

.data-sheets .fs-teaser-container .fs-teaser-item-container { margin-top: 20px; }
.data-sheets .el-item { padding: 20px; }
.data-sheets .el-nav { margin-bottom: 0; }
.data-sheets .datacenter-item img { background: var(--white); padding-top: 20px; }
.data-sheets .datacenter-item a { width: 100%; border-radius: 0 !important; }
.data-sheets .datacenter-item h3 a { padding-left: 20px; padding-right: 20px; }
.data-sheets .datacenter-item .align-items-cente { display: none !important; }
.data-sheets .datacenter-item .list-group { margin: 0 !important; }
.data-sheets .datacenter-item .list-group-item { border: 0; padding: 0; margin: 0; }
.data-sheets .datacenter-item .text-center { display: none; }
/* ### Contact person ### */

.produktmuster-anfragen input,
.produktmuster-anfragen textarea { color: var(--text) !important; }
.produktmuster-anfragen textarea { resize: none; }
.produktmuster-anfragen:not(.uk-preserve-color) .uk-input,
.produktmuster-anfragen:not(.uk-preserve-color) .uk-input:focus,
.produktmuster-anfragen:not(.uk-preserve-color) .uk-input:hover,
.produktmuster-anfragen:not(.uk-preserve-color) .uk-textarea,
.produktmuster-anfragen:not(.uk-preserve-color) .uk-textarea:focus,
.produktmuster-anfragen:not(.uk-preserve-color) .uk-textarea:hover { border-color: var(--text) !important; }

.produktmuster-anfragen .uk-grid .wpcf7-not-valid-tip { display: none !important; }
.produktmuster-anfragen .uk-grid input.wpcf7-not-valid,
.produktmuster-anfragen .uk-grid select.wpcf7-not-valid,
.produktmuster-anfragen .uk-grid .wpcf7-not-valid .wpcf7-list-item-label::before { background: rgba(var(--error), .25) !important; }
.produktmuster-anfragen .wpcf7-response-output {
	color: var(--white);
    border: 0 !important;
	max-width: 710px;
    border-radius: 10px;
    padding: 15px 20px !important;
    margin: 40px auto 0 !important;
}

/* ### Contact footer ### */
.contact-footer p { color: var(--white); }
.contact-footer .submit-container { display: flex; justify-content: flex-end; padding-top:20px; }

.contact-footer input,
.contact-footer textarea { color: var(--text) !important; }
.contact-footer textarea { height: 120px; resize: none; }
.contact-footer.uk-section-secondary { background: var(--blue); }
.contact-footer.uk-section-secondary:not(.uk-preserve-color) .uk-input,
.contact-footer.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,
.contact-footer.uk-section-secondary:not(.uk-preserve-color) .uk-input:hover { border-color: var(--text) !important; }

.contact-footer .wpcf7 {
	background: var(--white);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 40px;
	margin-top: -159px;
}
.contact-footer input[name="first-name"] { margin-top: 20px; }

@media (max-width: 959px) {
	.placeholder { display: none; }
	.contact-footer .wpcf7 { padding: 40px; margin-top: 0; }
}
@media (max-width: 639px) {
	.contact-footer .wpcf7 { padding: 20px; }
	.contact-footer .wpcf7 form div:nth-child(2) span:first-child { margin-top: 0; }
	
}

.contact-footer .uk-grid .wpcf7-not-valid-tip { display: none; }
.contact-footer .uk-grid input.wpcf7-not-valid,
.contact-footer .uk-grid select.wpcf7-not-valid,
.contact-footer .uk-grid .wpcf7-not-valid .wpcf7-list-item-label::before { background: rgba(var(--error), .25) !important; }
.contact-footer .wpcf7-response-output {
	color: var(--white);
    border: 0 !important;
    border-radius: 10px;
    padding: 15px 20px !important;
    margin: 40px 0 0 -20px !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output { background: var(--blue); }
.wpcf7 form.sent .wpcf7-response-output { background: var(--green) !important; box-shadow: 0 0 0 2px var(--green) !important; }

.checkbox { display: grid; grid-template-columns: 25px auto; gap: 12px; margin: 40px 0; }
.checkbox .uk-checkbox {
    position: relative;
    top: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid var(--text) !important;
    border-radius: 7px;
}
/* .checkbox .uk-checkbox:checked { background-image: none; background-color: transparent; }
.checkbox .uk-checkbox:checked:after {
	position: relative;
	top: 0.5px;
	content: '';
	display: block;
    background: url(/wp-content/uploads/2022/03/check.svg) no-repeat;
    width: 14px;
    height: 11px;
} */
.checkbox .checkbox-text { text-align: left; }
.checkbox .wpcf7-list-item { margin: 0; }

.checkbox span { display: block; color: var(--text); margin-bottom: 5px; }
.checkbox span a { color: var(--text) !important; font-family: 'Clear Sans Medium'; }
.checkbox span a:focus,
.checkbox span a:hover { color: var(--green) !important; }

@media (max-width: 1199px) {
	.checkbox { margin-left: 0; }
}
/* ### Contact footer ### */

/* ### Footer ### */
.footer,
.footer-legals { color: var(--white); background: var(--green); }
.footer .uk-h3,
.footer .uk-h5 { color: var(--white); }

.footer-right { display: grid; justify-content: flex-end; }
.social-nav .uk-nav { display: flex; justify-content: flex-end; gap: 15px; }
.social-nav .uk-nav li a {
	justify-content: center;
	height: 45px;
	width: 45px;
	background: var(--white);
	border-radius: 50%;
	padding: 0;
}
.social-nav .uk-nav li a svg { fill: var(--blue); width: 25px; }
.social-nav .uk-nav li:nth-child(2) a svg { width: 20px; }
.social-nav .uk-nav li:nth-child(3) a svg { width: 10px; }
.social-nav .uk-nav li:nth-child(4) a svg { width: 20px; }

.footer-legals ul { display: flex; gap: 15px; }
.footer-legals ul li a { color: var(--white); padding: 0; }
.footer-legals ul li.uk-active a,
.footer-legals ul li a:focus,
.footer-legals ul li a:hover { color: var(--white); }

.footer-legals .widget_nav_menu ul { flex-wrap: wrap; margin-top: 15px; }

@media (max-width: 959px) {
	.footer-right { display: block; }
	.social-nav .uk-nav { justify-content: flex-start; }
}
/* ### Footer ### */

/* ### Font ### */
@font-face {
	font-family: 'Clear Sans Regular';
	src: url('../fonts/clear-sans_regular.eot');
	src: url('../fonts/clear-sans_regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/clear-sans_regular.woff') format('woff'),
	url('../fonts/clear-sans_regular.ttf') format('truetype'),
	url('../fonts/clear-sans_regular.svg#clear-sans-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Clear Sans Medium';
	src: url('../fonts/clear-sans_medium.eot');
	src: url('../fonts/clear-sans_medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/clear-sans_medium.woff') format('woff'),
	url('../fonts/clear-sans_medium.ttf') format('truetype'),
	url('../fonts/clear-sans_medium.svg#clear-sans-medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Clear Sans Bold';
	src: url('../fonts/clear-sans_bold.eot');
	src: url('../fonts/clear-sans_bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/clear-sans_bold.woff') format('woff'),
	url('../fonts/clear-sans_bold.ttf') format('truetype'),
	url('../fonts/clear-sans_bold.svg#clear-sans-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ### Font ### */

/* ### Download Center ### */

.uk-article-meta { 
	display:none!important; 
}
.hide_empty  {
    padding: 1rem !important;
    display: none;
}
.wpdmpro h1:first-child {
	display:none;
}
/* ### Download Center ### */
