@charset "utf-8";
@import url('/assets/css/css_fonts.css');

*:focus {
	outline: 0;
}

a:hover,
nav *:hover {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media screen {
	body {
		-webkit-font-smoothing: antialiased;
		margin: 0;
		padding: 0;
		font-size: 17px;
		font-family: 'SolomonNormal';
		color: #6d6b69;
		overflow-x: hidden;
	}

	h1,
	h2,
	h3 {
		font-weight: 100;
		margin: 0;
		padding: 0;
	}

	p,
	tr,
	td,
	ul li {
		font-size: 17px;
		line-height: 26px;
		margin: 0;
		padding: 0;
	}

	a {
		color: #6d6b69;
	}

	a:hover {
		cursor: pointer;
	}

	.popup {
		position: absolute;
		bottom: 0;
		padding: 40px;
		background-color: #333231;
		bottom: -560px;
		height: 380px;
		width: 290px;
	}

	.popup img {
		position: absolute;
		right: 20px;
		top: 20px;
	}

	.popup .kop1,
	.popup p {
		color: rgb(255, 255, 255) !important;
	}

	.navFixed .popup {
		bottom: -525px;
	}

	.kop1_big {
		margin: 0 0 1em 0;
		font-size: 38px;
		line-height: 53px;
		color: #333231;
		font-family: "SolomonBold";
	}

	.kop1 {
		margin: 0 0 1em 0;
		font-size: 26px;
		line-height: 26px;
		color: #333231;
		font-family: "SolomonBold";
	}

	.kop2 {
		margin: 0 0 1em 0;
		font-size: 20px;
		color: #333231;
		font-family: "SolomonBold";
	}

	.kop3 {
		margin: 0 0 1em 0;
		font-size: 17px;
		color: #333231;
		font-family: "SolomonBold";
	}

	.ondertitel {
		font-size: 12px;
	}

	.jobSub {
		color: #b2d235;
		font-family: "SolomonBold";
	}

	.mail {
		font-size: 14px;
	}

	.mail img {
		display: inline !important;
		margin-right: 5px;
	}

	.bgOrange {
		background-color: #b2d235;
	}

	.bgPrimary {
		background-color: #b2d235;
	}

	.bgLightGray {
		background-color: rgb(243, 243, 243);
	}

	.bgSecondaryDark {
		background-color: #333231;
	}

	.allColorWhite,
	.allColorWhite * {
		color: rgb(255, 255, 255) !important;
	}

	.colorWhite {
		color: rgb(255, 255, 255);
	}

	.row {
		width: 100%;
		z-index: 1;
	}

	.paddingTop70px {
		padding-top: 70px;
	}

	.paddingBottom70px {
		padding-bottom: 70px;
	}

	.paddingTop50px {
		padding-top: 50px;
	}

	.paddingBottom50px {
		padding-bottom: 50px;
	}


	nav.navTop {
		height: 65px;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgb(255, 255, 255);
		z-index: 9999999;
	}

	nav.navTop .logo {
		position: fixed;
		height: 70px;
		width: 215px;
		top: 15px;
	}

	nav.navTop .logo img {
		display: block;
		height: 100%;
		width: 100%;
	}

	nav.navFixed {
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	}

	nav.navFixed .logo {
		top: 0;
		height: 47px;
		width: 140px;
		margin: 9px 0;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	header.pageHeader {
		margin-top: 100px;
		height: 325px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 10;
	}

	header.homeHeader {
		margin-top: 100px;
		height: 640px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 10;
	}

	header.homeHeader .homeSlide {
		height: 640px;
		width: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	header.homeHeader .homeSlide .hexagon {
		position: absolute;
		right: 0;
		top: 160px;
		width: 675px;
		height: 675px;
		background-image: url('../images/hexagon_orange.svg');
		background-size: 100% auto;
		background-position: top left;
	}

	header.homeHeader .homeSlide .hexagon .txt {
		position: absolute;
		left: 190px;
		top: 110px;
		width: 330px;
	}

	header.homeHeader .homeSlide .hexagon .txt p.headLine {
		font-size: 20px;
		font-family: "SolomonNormal";
		color: rgb(255, 255, 255);
		margin: 0 0 13px 0;
		padding: 0;
		line-height: 1em;
		display: block;
	}

	header.homeHeader .homeSlide .hexagon .txt p.mainTxt {
		font-size: 52px;
		font-family: "SolomonBold";
		color: rgb(255, 255, 255);
		margin: 0;
		padding: 0;
		line-height: 53px;
		display: block;
	}

	section.homeHeaderNav {
		z-index: 9;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		background-color: rgb(255, 255, 255);
		height: 128px;
	}

	section.serviceFooter .item {
		position: relative;
		float: left;
		height: 128px;
		width: 370px;
		background-color: rgb(255, 255, 255);
		box-sizing: border-box;
		overflow: hidden;
		border-right: 1px solid #b2d235;
		display: flex;
	}

	section.serviceFooter .item.active {
		border-top: 3px solid #333231;
	}

	section.serviceFooter .item:last-child {
		border-right: 0;
	}

	section.serviceFooter .item .content {
		color: #333231;
		display: flex;
		height: 128px;
		width: 270px;
		margin-left: 50px;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
	}

	section.serviceFooter .item .content .serviceIcon {
		margin-right: 20px;
		font-size: 36px;
	}

	section.homeHeaderNav .item {
		position: relative;
		float: left;
		height: 128px;
		width: 400px;
		box-sizing: border-box;
		overflow: hidden;
	}

	section.homeHeaderNav .item:hover,
	section.serviceFooter .item:hover {
		background-color: rgb(231, 237, 241);
		cursor: pointer;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	section.homeHeaderNav .item:first-child {
		border-right: 1px solid rgb(195, 195, 195);
		padding-left: calc((50% - 400px) - 200px);
	}

	section.homeHeaderNav .item:last-child {
		border-left: 1px solid rgb(195, 195, 195);
		padding-right: calc((50% - 400px) - 200px);
	}

	section.homeHeaderNav .item .content {
		color: #333231;
		display: flex;
		height: 118px;
		width: 100%;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
	}

	section.homeHeaderNav .item .content .serviceIcon {
		margin-right: 20px;
	}

	.serviceIcon {
		height: 50px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.icon-catalysts-and-materials-services {
		width: 90px;
		background-image: url(../images/services/catalysts-and-materials-services.svg);
	}

	.icon-claus-catalysts {
		width: 50px;
		background-image: url(../images/services/claus-catalysts.svg);
	}

	.icon-engineering-services {
		width: 50px;
		background-image: url(../images/services/engineering-services.svg);
	}

	section.homeHeaderNav .preProgress {
		position: absolute;
		top: 0;
		width: calc(50% - (1200px / 2));
		height: 9px;
		background-color: #333231;
	}

	section.homeHeaderNav .progress {
		height: 9px;
		width: 100%;
		top: 0;
		left: 0;
	}

	section.pictureRow {
		height: 640px;
		background-size: cover;
		overflow: hidden;
	}

	section.whyEurosupport .hexagon {
		position: absolute;
		left: 0;
		top: -80px;
		width: 675px;
		height: 675px;
		background-image: url('../images/hexagon_white.svg');
		background-size: 100% auto;
		background-position: top left;
		background-repeat: no-repeat;
	}

	section.whyEurosupport .hexagon .txt {
		position: absolute;
		left: 190px;
		top: 170px;
		width: 330px;
	}

	section.whyEurosupport .hexagon .txt p.headLine {
		font-size: 20px;
		font-family: "SolomonNormal";
		color: rgb(255, 255, 255);
		margin: 0 0 13px 0;
		padding: 0;
		line-height: 1em;
		display: block;
	}

	section.whyEurosupport .hexagon .txt p.mainTxt {
		font-size: 52px;
		font-family: "SolomonBold";
		color: rgb(255, 255, 255);
		margin: 0;
		padding: 0;
		line-height: 53px;
		display: block;
	}

	section.height100px {
		height: 100px;
	}

	section.pre_footer .logo {
		position: relative;
		float: left;
		background-color: rgb(255, 255, 255);
		height: 100px;
		background-image: url(../images/logo_eptron.svg);
		background-size: auto 71px;
		background-repeat: no-repeat;
		background-position: calc(100% - 40px) center;
		width: calc(50% - (1190px / 2) + 285px);
	}

	section.pre_footer .call {
		position: relative;
		float: left;
		background-color: #80a300;
		height: 100px;
		line-height: 100px;
		font-size: 24px;
		font-family: "SolomonNormal";
		color: rgb(255, 255, 255);
		padding: 0 45px;
		width: calc(50% + (1190px / 2) - 285px - 90px);
	}

	section.pre_footer .call a {
		text-decoration: none;
		color: inherit;
	}

	section.pre_footer .call a:hover {
		text-decoration: underline;
	}

	section.breadCrums {
		height: 50px;
	}

	section.breadCrums ul {
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	section.breadCrums ul li {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0 60px 0 20px;
		line-height: 50px;
		font-size: 16px;
		font-family: "SolomonNormal";
		color: rgb(150, 150, 150);
		background-image: url('../images/arrow_breadcrums.png');
		background-position: center right;
		background-repeat: no-repeat;
	}

	section.breadCrums ul li:first-child {
		padding-left: 0;
	}

	section.breadCrums ul li:last-child {
		background-image: none;
		font-family: "SolomonBlack";
		color: #333231;
	}

	section.breadCrums ul li a {
		text-decoration: none;
		color: inherit;
	}

	section.worldMap {
		height: 670px;
		background-image: url(../images/bgMaps.svg);
		background-repeat: no-repeat;
		background-size: 1804px auto;
		background-position: calc(50% - 30px) calc(50% - -10px);
	}

	section.worldMap .country {
		position: absolute;
		font-size: 14px;
	}

	section.worldMap .country.usa {
		top: 428px;
		left: 22px;
	}

	section.worldMap .country.nl {
		top: 285px;
		left: 505px;
	}

	section.worldMap .country.cz {
		top: 300px;
		left: 560px;
	}

	section.worldMap .country.asia {
		top: 457px;
		left: 1096px;
	}

	.endline p {
		font-family: "SolomonNormal";
		font-size: 14px;
		margin: 0 0 1em 0;
		line-height: 1.3em;
		color: rgb(154, 154, 154);
	}

	.endline p:first-child {
		margin-top: 20px;
	}

	.endline a {
		text-decoration: none;
		color: inherit;
	}

	.endline a:hover {
		text-decoration: underline;
	}

	.pageContent ul {
		list-style-type: square;
	}

	.pageContent p {
		margin-bottom: 1em;
	}

	.quoteOrange {
		background-size: cover;
		overflow: hidden;
		height: 445px;
	}

	.flex {
		display: flex;
	}

	.flexCenter {
		align-self: center;
	}

	.quoteOrange * {
		z-index: 10;
		color: rgb(255, 255, 255) !important;
	}

	.quoteOrange .orange {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(51, 50, 49, 0.8);
	}

	section.pre_footer .call span:last-child {
		margin-left: 100px;
	}

	section.serviceFooter {
		height: 465px;
		background-color: #b2d235;
	}

	section.splitPage {
		height: 715px;
	}

	section.splitPage .contentFrame {
		position: absolute;
		left: calc(50% - (1110px / 2));
		width: 510px;
		top: 70px;
		height: 575px;
	}

	section.splitPage .picFrame {
		position: absolute;
		right: 0;
		width: 50%;
		top: 0;
		height: 715px;
		background-size: cover;
		background-position: center center;
	}

	.serviceFooter p {
		margin-top: 110px;
	}

	.worldMap p {
		margin-top: 70px;
		float: left;
	}

	footer .agent {
		position: relative;
		float: left;
		width: 220px;
		margin-right: 2px;
	}

	footer .agent p:first-child {
		font-family: 'SolomonBlack';
		font-size: 17px;
	}

	footer .agent p {
		color: rgb(255, 255, 255);
		font-family: "SolomonNormal";
		font-size: 14px;
		margin: 0 0 0 0;
	}

	footer .agent a {
		text-decoration: none;
		color: inherit;
	}

	footer .agent a:hover {
		text-decoration: underline;
	}

	.supportSliderNav {
		height: 104px;
		float: left;
	}

	.supportSliderPopup {
		float: left;
		width: 210px;
		margin: 15px 0 0 45px;
	}

	.supportSliderContent {
		width: 880px;
		height: 370px;
		float: left;
		position: relative;
		clear: both;
	}

	.supportSliderContent .pic {
		float: left;
		position: relative;
		width: 230px;
	}

	.supportSliderNav .item {
		overflow: hidden;
		margin-right: 4px;
		position: relative;
		width: 100px;
		height: 100px;
	}

	.supportSliderNav .item img {
		box-sizing: border-box;
		width: 100px;
		height: 100px;
		border: 0 solid rgb(255, 255, 255);
	}

	.supportSliderNav .item:hover img {
		transform: scale(1.2, 1.2);
		cursor: pointer;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.supportSliderNav .item.slick-active img {
		border: 2px solid #b2d235;
	}

	.formHalf {
		float: left;
		width: calc(50% - 2px);
	}

	.formHalf.next {
		margin-left: 5px;
		width: calc(50% - 3px);
	}

	.formFull {
		clear: both;
		width: 100%;
	}

	label {
		color: #333231;
		line-height: 30px;
		font-size: 16px;
		font-family: "SolomonBold";
	}

	input,
	textarea,
	select {
		border: 0;
		width: calc(100% - 40px);
		padding: 0 20px;
		color: #333231;
		font-size: 16px;
		height: 47px;
		line-height: 47px;
		font-family: "SolomonNormal";
		margin-bottom: 20px;
	}

	input[type=file] {
		box-sizing: border-box;
		border: 2px solid rgb(255, 255, 255);
		line-height: 45px;
		color: rgb(255, 255, 255);
		width: 100%;
	}

	input[type="file"]::-webkit-file-upload-button {
		line-height: 45px;
	}

	select {
		padding: 0 20px;
		width: 100%;
	}

	textarea {
		padding: 20px 20px;
		width: calc(100% - 40px);
		height: 100px;
		line-height: 24px;
	}

	.progressActive {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 9px;
		background-color: #333231;
	}

	.search {
		position: absolute;
		right: 0;
		top: 0;
		height: 55px;
		width: 55px;
		overflow: hidden;
	}

	.search.open {
		width: 560px;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.search span.searchIcon {
		text-align: center;
		line-height: 55px;
		color: #6d6b69;
		display: block;
		width: 55px;
		right: 0;
		top: 0;
		height: 55px;
		position: absolute;
	}

	.search .txtSearch {
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
		border: 0;
		background-color: rgb(243, 243, 243);
		position: absolute;
		width: calc(506px - 40px);
		top: 5px;
		right: 56px;
		color: #333231;
		font-family: "SolomonNormal" !important;
		font-size: 12px !important;
	}

	.search span.searchIcon:hover {
		color: #333231;
		cursor: pointer;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.materialsSliderContent {
		float: left;
		padding: 50px;
		width: calc(100% - 100px);
		height: 50px;
		background-color: rgb(255, 255, 255);
	}

	.materialsSliderContent .head {
		font-size: 26px;
		font-family: "SolomonBold";
		color: #333231;
	}

	.materialsSliderNav {
		width: 100%;
		height: 168px;
	}

	.materialsSliderNav .item {
		position: relative;
		float: left;
		width: 176px;
		height: 165px;
		box-sizing: border-box;
		border-right: 3px solid rgb(243, 243, 243);
		background-color: rgb(255, 255, 255);
	}

	.materialsSliderNav .item .icon {
		position: absolute;
		top: 40px;
		height: 50px;
		font-size: 50px;
		width: 100%;
		text-align: center;
	}

	.icon-icons-05,
	.icon-icons-06,
	.icon-icons-07,
	.icon-icons-08,
	.icon-icons-09 {
		display: block;
		height: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.materialsSliderNav .icon-icons-05 {
		background-image: url(../images/services/idea.svg);
	}

	.materialsSliderNav .icon-icons-06 {
		background-image: url(../images/services/development.svg);
	}

	.materialsSliderNav .icon-icons-07 {
		background-image: url(../images/services/scale-up.svg);
	}

	.materialsSliderNav .icon-icons-08 {
		background-image: url(../images/services/demo-production.svg);
	}

	.materialsSliderNav .icon-icons-09 {
		background-image: url(../images/services/production.svg);
	}

	.materialsSliderNav .slick-active .icon-icons-05 {
		background-image: url(../images/services/idea-hover.svg);
	}

	.materialsSliderNav .slick-active .icon-icons-06 {
		background-image: url(../images/services/development-hover.svg);
	}

	.materialsSliderNav .slick-active .icon-icons-07 {
		background-image: url(../images/services/scale-up-hover.svg);
	}

	.materialsSliderNav .slick-active .icon-icons-08 {
		background-image: url(../images/services/demo-production-hover.svg);
	}

	.materialsSliderNav .slick-active .icon-icons-09 {
		background-image: url(../images/services/production-hover.svg);
	}

	.materialsSliderNav .item .text {
		position: absolute;
		top: 100px;
		width: 100%;
		text-align: center;
		font-family: "SolomonBold";
		font-size: 16px;
		color: #6d6b69;
	}

	.materialsSliderNav .item.hover {
		background-color: rgb(250, 250, 250);
		cursor: pointer;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.materialsSliderNav .item.slick-active {
		background-color: #b2d235;
	}

	.materialsSliderNav .item.slick-active .icon span:before,
	.materialsSliderNav .item.slick-active .text {
		color: rgb(255, 255, 255) !important;
	}

	.materialsSliderNav .item:last-child {
		border-right: 0;
	}

	.navMarin {
		margin-top: 65px;
	}

	.blueVink li {
		line-height: 26px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.blueVink li:before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e91c";
		color: #333231;
		position: absolute;
		left: 0;
	}

	ul.mainMenu {
		float: right;
		padding: 0;
		margin: 0;
		list-style: none;
		margin-right: 55px;
	}

	ul.mainMenu li {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	ul.mainMenu li a {
		font-family: "SolomonBlack";
		font-size: 17px;
		border-top: 3px solid transparent;
		display: inline-block;
		text-decoration: none;
		line-height: 53px;
		color: #6d6b69;
		padding: 0 20px;
		cursor: pointer;
	}

	ul.mainMenu li a:hover {
		color: #333231;
	}

	ul.mainMenu li.active a {
		border-top-color: #b2d235;
	}

	ul.mainMenu li ul {
		pointer-events: none;
		opacity: 0;
		width: 200px;
		position: absolute;
		margin: 0;
		padding: 0;
	}

	ul.mainMenu li ul li {
		position: relative;
		list-style: none;
		margin: 0;
		display: block;
		width: 240px;
		background-color: rgb(255, 255, 255);
		border-bottom: 1px solid rgb(195, 195, 195);
	}

	ul.mainMenu li ul li a {
		font-family: "SolomonNormal" !important;
		font-size: 12px !important;
		border-top: 0 !important;
		display: inline-block;
		text-decoration: none;
		line-height: 45px;
		color: #6d6b69;
		padding: 0 20px;
	}

	ul.mainMenu li ul li a:hover {
		border-top: 0 !important;
		text-decoration: underline;
	}

	ul.mainMenu li:hover ul {
		opacity: 1;
		pointer-events: all;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	ul.verticalNav,
	ul.verticalNav li {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	ul.verticalNav li {
		float: left;
		position: relative;
		clear: both;
		margin-bottom: 20px;
	}

	ul.verticalNav li a {
		font-family: "SolomonBlack";
		font-size: 17px;
		color: rgb(195, 195, 195);
		text-decoration: none;
	}

	ul.verticalNav li a:hover {
		color: rgb(151, 151, 151);
		text-decoration: none;
	}

	ul.verticalNav li a:hover .circle {
		background-color: rgb(151, 151, 151);
	}

	ul.verticalNav li a.nav-active {
		color: #b2d235;
		text-decoration: none;
	}

	ul.verticalNav li a.nav-active .circle {
		background-color: #b2d235;
	}

	ul.verticalNav .circle {
		position: relative;
		float: left;
		height: 11px;
		margin-right: 10px;
		width: 11px;
		border-radius: 11px;
		background-color: rgb(195, 195, 195);
	}

	ul.verticalNav .txt {
		position: relative;
		float: left;
		margin-top: -4px;
		width: calc(100% - 11px - 10px);
	}

	a.btnPrimary {
		display: inline-block;
		padding: 0 15px;
		font-size: 20px;
		line-height: 47px;
		font-family: "SolomonBold";
		background-color: rgb(255, 255, 255);
		color: #b2d235;
		text-decoration: none;
		text-transform: lowercase;
	}

	a.btnPrimary:hover {
		background-color: #c3c3c3;
		border-color: #c3c3c3;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
	}

	.btnPrimary.bordered {
		box-sizing: border-box;
		line-height: 45px;
		border: 2px solid #b2d235;
	}

	a.btnTransPrimary {
		display: inline-block;
		padding: 0 15px;
		font-size: 17px;
		line-height: 47px;
		font-family: "SolomonBlack";
		background-color: rgba(249, 232, 210, 0);
		color: #b2d235;
		text-decoration: none;
		text-transform: lowercase;
	}

	a.btnTransPrimary:hover {
		background-color: #c3c3c3;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
	}

	.btnTransPrimary.pdf:hover:before {
		color: #fff;
	}

	.btnTransPrimary.pdf:before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e91b";
		color: #b2d235;
		position: relative;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 25px;
		top: 5px;
		left: -5px;
	}

	a.btnPrimaryFilled {
		display: inline-block;
		padding: 0 15px;
		font-size: 20px;
		line-height: 47px;
		font-family: "SolomonBold";
		background-color: #b2d235;
		color: rgb(255, 255, 255);
		text-decoration: none;
		text-transform: lowercase;
	}

	a.btnPrimaryFilled:hover {
		background-color: #80a300;
		text-decoration: none;
		cursor: pointer;
	}

	.jobScroll {
		width: 150px;
		box-sizing: border-box;
	}

	.btnPrimaryFilled.pdf:before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e91b";
		color: rgb(255, 255, 255);
		position: relative;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 30px;
		top: 5px;
		left: -5px;
	}

	.downloadBar {
		padding: 0 45px;
		line-height: 120px;
	}

	.downloadBar .text {
		float: left;
		width: 50%;
		line-height: 120px;
	}

	.downloadBar .button {
		float: right;
		width: 50%;
		line-height: 120px;
	}

	.marginTop30px {
		margin-top: 30px;
	}

	.marginTop50px {
		margin-top: 50px;
	}

	.floatLeft {
		float: left;
		position: relative;
	}

	.floatRight {
		float: right;
		position: relative;
	}

	.frame295 {
		width: 295px;
		position: relative;
	}

	.clear {
		clear: both;
	}

	.frame540 {
		width: 540px;
		position: relative;
	}

	.frame595 {
		width: 595px;
		position: relative;
	}

	.frame660 {
		width: 660px;
		position: relative;
	}

	.frame170 {
		width: 170px;
		position: relative;
	}

	.jobFrame {
		padding: 0 0 35px 0;
		margin-bottom: 35px;
		border-bottom: 1px solid rgb(195, 195, 195);
	}

	.jobFrame:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}

	.jobFrame .jobIcon,
	.jobIcon *:before {
		color: #b2d235 !important;
	}

	.jobFrame .jobIcon {
		margin-right: 5px;
	}

	.frame880 {
		width: 880px;
		float: left;
		position: relative;
	}

	.frame195 {
		margin-top: -60px;
		width: 195px;
		float: right;
		position: relative;
	}

	.frame195_nav {
		margin-top: -60px;
		width: 195px;
		float: right;
		position: relative;
	}

	.frame195_nav_fixed {
		position: fixed;
		top: 65px;
		right: calc(50% - (1110px / 2));
		z-index: 10000;
		margin-top: 120px;
	}

	.hasVerticalNav {
		z-index: 999;
	}

	.tableCol {
		position: relative;
		float: left;
		width: 290px;
		margin: 0 3px 0 0;
	}

	.tableCol .head {
		float: left;
		width: calc(100% - 40px);
		position: relative;
		background-color: rgb(243, 243, 243);
		line-height: 104px;
		color: #333231;
		font-size: 17px;
		padding: 0 20px;
		margin: 0 0 3px 0;
		font-family: "SolomonBold";
	}

	.tableCol .cell {
		float: left;
		width: calc(100% - 40px);
		position: relative;
		background-color: rgb(243, 243, 243);
		line-height: 50px;
		font-size: 14px;
		padding: 0 20px;
		margin: 0 0 3px 0;
	}

	.bgLightGray .tableCol .cell {
		background-color: rgb(255, 255, 255);
	}

	.tableCol .cell.cellDashed {
		margin: 0 0 0 0;
		border-bottom: 1px dotted rgb(195, 195, 195);
	}

	.tableCol .cell.cellDashed:last-child {
		border-bottom: 0;
	}

	.tableCol .cell.hasURL {
		background-image: url('../images/arrow_right.png');
		background-position: 270px center;
		background-repeat: no-repeat;
	}

	.tableCol .cell.hasURL:hover {
		cursor: pointer;
		background-color: rgb(250, 250, 250);
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.frame_fact {
		position: relative;
		float: left;
		margin: 0 10px 0 0;
		height: 256px;
		width: 290px;
		background-color: rgb(255, 255, 255);
	}

	.frame_fact:last-child {
		margin: 0;
	}

	.frame_fact .icon {
		position: relative;
		height: 140px;
		width: 100%;
	}

	.frame_fact .icon .factIcon {
		position: absolute;
		top: 25px;
		text-align: center;
		vertical-align: bottom;
		height: 100px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.icon-employees {
		background-image: url(../images/stats/employees.svg);
	}

	.icon-established-since {
		background-image: url(../images/stats/established-since.svg);
		background-size: 100% 90%;
	}

	.icon-locations {
		background-image: url(../images/stats/locations.svg);
		background-size: 100% 80%;
	}

	.icon-from-small-to-large-volumes {
		background-image: url(../images/stats/from-small-to-large-volumes.svg);
		background-size: 100% 80%;
	}

	.frame_fact .icon .txt {
		position: absolute;
		bottom: 0;
		font-size: 16px;
		color: #6d6b69;
		width: 100%;
		text-align: center;
		left: 0;
		font-family: "SolomonBold";
	}

	.frame_fact .cijfer {
		position: relative;
		height: 140px;
		color: #b2d235;
		width: 100%;
		text-align: center;
		font-size: 60px;
		font-family: "SolomonBold";
	}

	.frame_fact .cijfer span.small {
		position: absolute;
		font-size: 20px;
		margin-top: 6px;
	}

	.center1110 {
		position: relative;
		margin: 0 auto;
		width: 1110px;
	}

	.center1190 {
		position: relative;
		margin: 0 auto;
		width: 1190px;
	}

	.center1200 {
		position: relative;
		margin: 0 auto;
		width: 1200px;
	}

	.center675 {
		position: relative;
		margin: 0 auto;
		width: 675px;
	}

	.txtAlignRight {
		text-align: right;
	}

	.txtAlignCenter {
		text-align: center;
	}

	p.quote {
		font-size: 34px;
		line-height: 42px;
		font-family: "SolomonBold";
		color: #b2d235;
		text-align: center;
	}

	p.quote .qq1 {
		margin-top: 5px;
		margin-left: -30px;
		font-size: 68px;
		position: absolute;
		font-family: "SolomonBook";
	}

	p.quote .qq2 {
		margin-top: 5px;
		margin-left: 0;
		font-size: 68px;
		position: absolute;
		font-family: "SolomonBook";
	}

	.noMargin {
		margin: 0 !important;
	}

	.marginBottom5px {
		margin-bottom: 5px;
	}

	.toBottom {
		position: absolute;
		bottom: 0;
	}

	.toBottom p {
		font-size: 14px;
	}

	.error {
		background-color: rgb(0, 131, 197) !important;
	}

	.responsiveContact,
	.frame_hamburger,
	.hovePage {
		display: none;
	}
}

@media screen and (max-width: 1216px) {
	.kop1_big {
		margin: 0 0 1em 0;
		font-size: 38px;
		line-height: 42px;
		color: #333231;
		font-family: "SolomonBold";
	}

	a.btnPrimaryFilled,
	a.btnPrimary,
	a.btnTransPrimary {
		font-size: 18px;
		line-height: 40px;
		padding: 0 10px;
	}

	.btnTransPrimary.pdf:before {
		padding-right: 5px;
		padding-left: 5px;
	}

	.btnPrimary.bordered {
		box-sizing: border-box;
		line-height: 36px;
		border: 2px solid #b2d235;
	}

	.jobScroll {
		width: 133px;
	}

	nav.navTop .logo {
		top: 0;
		height: 47px;
		width: 140px;
		margin: 9px 0;
	}

	header.pageHeader {
		margin-top: 80px;
		height: 220px;
	}

	header.homeHeader {
		margin-top: 80px;
		height: 440px;
	}

	header.homeHeader .homeSlide {
		height: 440px;
	}

	header.homeHeader .homeSlide .hexagon {
		right: 0;
		top: 80px;
		width: 490px;
		height: 490px;
	}

	header.homeHeader .homeSlide .hexagon .txt {
		left: 110px;
		top: 80px;
		width: 280px;
	}

	header.homeHeader .homeSlide .hexagon .txt p.headLine {
		font-size: 16px;
		margin: 0 0 13px 0;
	}

	header.homeHeader .homeSlide .hexagon .txt p.mainTxt {
		font-size: 42px;
		line-height: 43px;
	}

	section.homeHeaderNav {
		height: 95px;
	}

	section.serviceFooter .item {
		height: 95px;
		width: 293px;
	}

	section.serviceFooter .item:last-child {
		border-right: 0;
	}

	section.serviceFooter .item .content {
		height: 95px;
		width: 270px;
		margin-left: 13px;
	}

	section.serviceFooter .item .content .serviceIcon {
		margin-right: 20px;
		font-size: 36px;
	}

	section.homeHeaderNav .item {
		height: 95px;
		width: 320px;
	}

	section.homeHeaderNav .item:first-child {
		padding-left: calc((50% - 320px) - 160px);
	}

	section.homeHeaderNav .item:last-child {
		padding-right: calc((50% - 320px) - 160px);
	}

	section.homeHeaderNav .item .content {
		height: 95px;
		font-size: 14px;
	}

	section.homeHeaderNav .item .content .serviceIcon {
		margin-right: 16px;
	}

	.serviceIcon {
		height: 40px;
	}

	.serviceIcon.icon-catalysts-and-materials-services {
		height: 30px;
	}

	section.homeHeaderNav .preProgress {
		width: calc(50% - (960px / 2));
	}

	section.pictureRow {
		height: 440px;
	}

	section.whyEurosupport .hexagon {
		top: -30px;
		width: 490px;
		height: 490px;
	}

	section.whyEurosupport .hexagon .txt {
		position: absolute;
		left: 130px;
		top: 60px;
	}

	section.whyEurosupport .hexagon .txt p.headLine {
		font-size: 16px;
	}

	section.whyEurosupport .hexagon .txt p.mainTxt {
		font-size: 42px;
		line-height: 42px;
	}

	section.height100px {
		height: 80px;
	}

	section.pre_footer .logo {
		position: relative;
		float: left;
		background-color: rgb(255, 255, 255);
		height: 80px;
		background-image: url(../images/logo_eptron.svg);
		background-size: auto 71px;
		background-repeat: no-repeat;
		background-position: calc(100% - 40px) center;
		width: calc(50% - (952px / 2) + 285px);
	}

	section.pre_footer .call {
		position: relative;
		float: left;
		background-color: #80a300;
		height: 80px;
		line-height: 80px;
		font-size: 18px;
		font-family: "SolomonNormal";
		color: rgb(255, 255, 255);
		padding: 0 45px;
		width: calc(50% + (952px / 2) - 285px - 90px);
	}

	section.breadCrums {
		height: 50px;
	}

	section.breadCrums ul {
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	section.breadCrums ul li {
		font-size: 15px;
	}

	section.worldMap {
		height: 440px;
		background-size: 1400px auto;
		background-position: calc(50% - 30px) calc(50% - -10px);
	}

	section.worldMap .country {
		position: absolute;
		font-size: 14px;
	}

	section.worldMap .country.usa {
		top: 293px;
		left: 22px;
	}

	section.worldMap .country.nl {
		top: 182px;
		left: 400px;
	}

	section.worldMap .country.cz {
		top: 194px;
		left: 440px;
	}

	section.worldMap .country.asia {
		top: 312px;
		left: 787px;
	}

	.endline p {
		font-family: "SolomonNormal";
		font-size: 12px;
		margin: 0 0 1em 0;
		line-height: 1.3em;
		color: rgb(154, 154, 154);
	}

	.endline p:first-child {
		margin-top: 10px;
	}

	.quoteOrange {
		height: 328px;
	}

	section.pre_footer .call span:last-child {
		margin-left: 0;
	}

	section.serviceFooter {
		height: 372px;
		background-color: #b2d235;
	}

	section.splitPage .contentFrame {
		position: absolute;
		left: calc(50% - (888px / 2));
		width: 408px;
		top: 70px;
		height: 575px;
	}

	section.splitPage p {
		color: rgb(255, 255, 255);
	}

	footer .agent {
		position: relative;
		float: left;
		width: 174px;
		margin-right: 2px;
	}

	footer .agent p:first-child {
		font-family: 'SolomonBlack';
		font-size: 14px;
	}

	footer .agent p {
		color: rgb(255, 255, 255);
		font-family: "SolomonNormal";
		font-size: 12px;
		line-height: 1.5em;
		margin: 0 0 0 0;
	}

	.supportSliderPopup {
		float: left;
		width: 210px;
		margin: 15px 0 0 45px;
	}

	.supportSliderContent {
		width: 700px;
		height: 370px;
		float: left;
		position: relative;
		clear: both;
	}

	.supportSliderContent .pic {
		float: left;
		position: relative;
		width: 230px;
	}

	.supportSliderNav .item {
		overflow: hidden;
		margin-right: 4px;
		position: relative;
		width: 80px;
		height: 80px;
	}

	.supportSliderNav .item img {
		box-sizing: border-box;
		width: 80px;
		height: 80px;
		border: 0 solid rgb(255, 255, 255);
	}

	.search.open {
		width: 486px;
	}

	.search .txtSearch {
		width: calc(426px - 40px);
	}

	.materialsSliderContent {
		float: left;
		padding: 40px;
		width: calc(100% - 80px);
		height: 50px;
		background-color: rgb(255, 255, 255);
	}

	.materialsSliderContent .head {
		font-size: 16px;
		font-family: "SolomonBold";
		color: #333231;
	}

	.materialsSliderNav {
		width: 100%;
		height: 143px;
	}

	.materialsSliderNav .item {
		position: relative;
		float: left;
		width: 140px;
		height: 140px;
		box-sizing: border-box;
		border-right: 3px solid rgb(243, 243, 243);
		background-color: rgb(255, 255, 255);
	}

	.materialsSliderNav .item .icon {
		position: absolute;
		top: 36px;
		height: 40px;
		font-size: 40px;
		width: 100%;
		text-align: center;
	}

	ul.mainMenu li a {
		font-size: 15px;
		line-height: 53px;
		padding: 0 16px;
	}

	ul.mainMenu li ul {
		width: 240px;
	}

	ul.mainMenu li ul li {
		width: 240px;
	}

	ul.verticalNav li {
		margin-bottom: 20px;
	}

	ul.verticalNav li a {
		font-size: 15px;
	}

	ul.verticalNav .circle {
		height: 9px;
		width: 9px;
		border-radius: 9px;
	}

	ul.verticalNav .txt {
		margin-top: -4px;
		width: calc(100% - 9px - 10px);
	}

	.frame540 {
		width: 390px;
	}

	.frame595 {
		width: 450px;
	}

	.frame660 {
		width: 528px;
		position: relative;
	}

	.frame170 {
		width: 136px;
		position: relative;
	}

	.frame880 {
		width: 680px;
		float: left;
		position: relative;
	}

	.frame195 {
		width: 155px;
		float: right;
		position: relative;
	}

	.frame195_nav {
		width: 155px;
		float: right;
		position: relative;
	}

	.frame195_nav_fixed {
		position: fixed;
		right: calc(50% - (880px / 2));
		margin-top: 80px;
	}

	.tableCol {
		width: 230px;
	}

	.tableCol .head {
		font-size: 15px;
		line-height: 1.3em;
		height: 108px;
		display: flex;
		align-items: center;
	}

	.tableCol .cell {
		line-height: 40px;
		font-size: 12px;
	}

	.tableCol .cell.hasURL {
		background-position: 210px center;
	}

	.frame_fact {
		position: relative;
		float: left;
		margin: 0 10px 0 0;
		height: 210px;
		width: 230px;
		background-color: rgb(255, 255, 255);
	}

	.frame_fact .icon .txt {
		font-size: 14px;
	}

	.frame_fact .cijfer {
		height: 115px;
		font-size: 40px;
	}

	.frame_fact .cijfer span.small {
		font-size: 16px;
		margin-top: 0;
	}

	.center1110 {
		width: 880px;
	}

	.center1190 {
		width: 952px;
	}

	.center1200 {
		width: 960px;
	}

	.center675 {
		width: 545px;
	}
}

@media screen and (max-width: 976px) {
	nav.navTop .logo {
		left: 8px;
	}

	section.serviceFooter .item {
		height: 95px;
		width: calc((100% / 3) - 1px);
	}

	section.serviceFooter .item .content {
		height: 95px;
		width: calc(100% - 13px);
		margin-left: 13px;
	}

	section.homeHeaderNav .item {
		height: 95px;
		width: calc((100% / 3) - 1px);
	}

	section.homeHeaderNav .item:first-child {
		padding-left: 0;
	}

	section.homeHeaderNav .item:last-child {
		padding-right: 0;
	}

	section.homeHeaderNav .item .content {
		height: 86px;
		font-size: 11px;
	}

	section.homeHeaderNav .preProgress {
		display: none;
	}

	section.pictureRow {
		height: 300px;
	}

	section.pictureRow.whyEurosupport {
		height: 440px !important;
	}

	section.height100px {
		height: 64px;
	}

	section.pre_footer .logo {
		height: 64px;
		background-size: auto 56px;
		width: 255px;
	}

	section.pre_footer .call {
		position: relative;
		float: left;
		background-color: #80a300;
		height: 64px;
		line-height: 64px;
		font-size: 13px;
		padding: 0 45px;
		width: calc(100% - 255px - 90px);
	}

	.quoteOrange {
		height: 160px;
	}

	section.serviceFooter {
		height: 300px;
		background-color: #b2d235;
	}

	section.splitPage {
		height: auto;
	}

	section.splitPage .contentFrame {
		position: relative;
		left: auto;
		margin: 0 auto;
		width: 700px;
		top: auto;
		padding: 70px 0 140px 0;
		height: auto;
	}

	.toBottom {
		bottom: auto;
		position: relative;
		float: left;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.serviceFooter p {
		margin-top: 70px;
	}

	footer .agent {
		position: relative;
		float: left;
		width: 230px;
		margin-right: 5px;
		margin-bottom: 20px;
	}

	footer .agent:nth-child(3n-2) {
		clear: both;
	}

	footer .agent p:first-child {
		font-family: 'SolomonBlack';
		font-size: 14px;
	}

	footer .agent p {
		color: rgb(255, 255, 255);
		font-family: "SolomonNormal";
		font-size: 12px;
		margin: 0 0 0 0;
	}

	.supportSliderPopup {
		float: left;
		width: 210px;
		margin: 15px 0 0 45px;
	}

	.supportSliderContent {
		width: 700px;
		height: 370px;
		float: left;
		position: relative;
		clear: both;
	}

	.supportSliderContent .pic {
		float: left;
		position: relative;
		width: 230px;
	}

	.supportSliderNav .item {
		overflow: hidden;
		margin-right: 4px;
		position: relative;
		width: 80px;
		height: 80px;
	}

	.frame880 {
		width: 700px;
		float: left;
		position: relative;
	}

	.frame195 {
		display: none;
	}

	.frame195_nav {
		display: none;
	}

	.frame195_nav_fixed {
		display: none;
	}

	.frame_fact {
		position: relative;
		float: left;
		margin: 0 10px 0 0;
		height: 170px;
		width: 172px;
		background-color: rgb(255, 255, 255);
	}

	.frame_fact .icon {
		height: 114px;
	}

	.frame_fact .icon .factIcon {
		height: 50px;
	}

	.frame_fact .cijfer {
		height: 85px;
		font-size: 40px;
	}

	.center1110 {
		width: 720px;
	}

	.center1190 {
		width: 720px;
	}

	.navTop .center1190 {
		width: 100%;
	}

	.center1200 {
		width: 100%;
	}

	.center675 {
		width: calc(100% - 40px);
	}

	p.quote {
		font-size: 30px;
		line-height: 36px;
	}

	ul.mainMenu {
		position: relative;
		float: right;
		width: 340px;
		padding: 0;
		margin: 65px 0 0 0;
		list-style: none;
		margin-right: 0;
		opacity: 0;
		pointer-events: none;
	}

	.blockIt {
		opacity: 1 !important;
		pointer-events: all !important;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	ul.mainMenu li {
		float: left;
		clear: both;
		height: 49px;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background-color: rgb(255, 255, 255);
		border-top: 1px solid rgb(195, 195, 195);
	}

	ul.mainMenu li:last-child {
		border-right: none;
	}

	ul.mainMenu li a {
		position: relative;
		font-family: "SolomonBlack";
		font-size: 15px;
		border-top: none;
		width: calc(100% - 80px);
		line-height: 49px;
		display: inline-block;
		color: #333231;
		padding: 0 20px 0 60px;
		cursor: pointer;
	}

	ul.mainMenu li a:before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e91d";
		color: rgb(255, 255, 255);
		position: absolute;
		left: 20px;
		top: 14px;
		font-size: 21px;
	}

	ul.mainMenu li:hover a:before {
		color: rgb(195, 195, 195);
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	ul.mainMenu li.services {
		height: auto;
	}

	ul.mainMenu li a:hover {
		border-top: none;
	}

	ul.mainMenu li.active a {
		border-top: none;
	}

	ul.mainMenu li.active a:before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e91d";
		color: #333231;
		position: absolute;
		left: 20px;
		top: 14px;
		font-size: 21px;
	}

	ul.mainMenu li:hover ul {
		display: block;
	}

	ul.mainMenu li ul {
		display: none;
		pointer-events: none;
		opacity: 1;
		width: 100%;
		position: relative;
		margin: 0;
		padding: 0;
	}

	ul.mainMenu li ul li {
		position: relative;
		float: left;
		clear: both;
		height: 49px;
		width: 100%;
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;
		background-color: rgb(255, 255, 255);
		border-top: 1px solid rgb(195, 195, 195);
		display: block;
		border-bottom: none;
	}

	ul.mainMenu li ul li a {
		font-family: "SolomonNormal" !important;
		font-size: 15px !important;
		border-top: 0 !important;
		display: inline-block;
		text-decoration: none;
		line-height: 49px;
		color: #333231;
		width: calc(100% - 100px);
		padding: 0 20px 0 80px;
	}

	ul.mainMenu li ul li a:hover {
		border-top: 0 !important;
		text-decoration: none;
	}

	ul.mainMenu li ul li a:before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e91d";
		color: rgb(255, 255, 255) !important;
		position: absolute;
		left: 40px !important;
		top: 14px;
		font-size: 21px;
	}

	ul.mainMenu li ul li:hover a:before {
		color: rgb(195, 195, 195) !important;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	ul.mainMenu li ul li.active a:before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e91d";
		color: #333231 !important;
		position: absolute;
		left: 20px;
		top: 14px;
		font-size: 21px;
	}

	.responsiveContact {
		position: absolute;
		right: 130px;
		top: 25px;
		font-family: "SolomonBlack";
		font-size: 11px;
		border-top: none;
		display: inline-block;
		color: #333231;
		text-decoration: none;
	}

	.search {
		position: absolute;
		right: 55px;
		top: 5px;
		height: 55px;
		width: 55px;
		overflow: hidden;
		border-left: 1px solid rgb(195, 195, 195);
	}

	.frame_hamburger {
		display: block;
		position: absolute;
		right: 0;
		top: 5px;
		height: 55px;
		width: 55px;
		overflow: hidden;
		border-left: 1px solid rgb(195, 195, 195);
	}

	.hamburgerActive {
		display: block !important;
	}

	.hamburger {
		font: inherit;
		display: inline-block;
		overflow: visible;
		margin: 10px 0 0 5px;
		padding: 5px;
		cursor: pointer;
		transition-timing-function: linear;
		transition-duration: .15s;
		transition-property: opacity, filter;
		text-transform: none;
		color: inherit;
		border: 0;
		z-index: 9999;
		background-color: transparent
	}

	.hamburger-box {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 24px
	}

	.hamburger-inner {
		top: 50%;
		display: block;
		margin-top: -2px
	}

	.hamburger-inner,
	.hamburger-inner:after,
	.hamburger-inner:before {
		position: absolute;
		width: 30px;
		height: 2px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
		border-radius: 1px;
		background-color: #333231;
	}

	.hamburger-inner:after,
	.hamburger-inner:before {
		display: block;
		content: ''
	}

	.hamburger-inner:before {
		top: -10px
	}

	.hamburger-inner:after {
		bottom: -10px
	}

	.hamburger--spin .hamburger-inner {
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: .3s
	}

	.hamburger--spin .hamburger-inner:before {
		transition: top .1s ease-in .34s, opacity .1s ease-in
	}

	.hamburger--spin .hamburger-inner:after {
		transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
	}

	.hamburger--spin.is-active .hamburger-inner {
		transition-delay: .14s;
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: rotate(225deg)
	}

	.hamburger--spin.is-active .hamburger-inner:before {
		top: 0;
		transition: top .1s ease-out, opacity .1s ease-out .14s;
		opacity: 0
	}

	.hamburger--spin.is-active .hamburger-inner:after {
		bottom: 0;
		transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
		transform: rotate(-90deg)
	}

	.hamburger--spin-r .hamburger-inner {
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: .3s
	}

	.hamburger--spin-r .hamburger-inner:before {
		transition: top .1s ease-in .34s, opacity .1s ease-in
	}

	.hamburger--spin-r .hamburger-inner:after {
		transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
	}

	.hamburger--spin-r.is-active .hamburger-inner {
		transition-delay: .14s;
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: rotate(-225deg)
	}

	.hamburger--spin-r.is-active .hamburger-inner:before {
		top: 0;
		transition: top .1s ease-out, opacity .1s ease-out .14s;
		opacity: 0
	}

	.hamburger--spin-r.is-active .hamburger-inner:after {
		bottom: 0;
		transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
		transform: rotate(90deg)
	}

	.worldMap .country {
		display: none;
	}

	.hoverPage {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(1, 63, 106, 0);
		pointer-events: none;
		z-index: 99;
	}

	.hoverPage.active {
		background-color: rgba(1, 63, 106, 0.7);
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
}

@media screen and (max-width: 767px) {
	.paddingTop70px {
		padding-top: 50px;
	}

	.paddingBottom70px {
		padding-bottom: 50px;
	}

	.paddingTop50px {
		padding-top: 30px;
	}

	.paddingBottom50px {
		padding-bottom: 30px;
	}

	header.pageHeader {
		margin-top: 65px;
		height: 170px;
	}

	header.homeHeader {
		margin-top: 65px;
		height: 340px;
	}

	header.homeHeader .homeSlide {
		height: 340px;
		overflow: visible;
	}

	header.homeHeader .homeSlide .hexagon {
		position: absolute;
		right: 0;
		top: 170px;
		width: 100%;
		height: 170px;
		background-image: none;
		background-color: #b2d235;
	}

	header.homeHeader .homeSlide .hexagon .txt {
		left: 20px;
		top: 20px;
		width: calc(100% - 40px);
	}

	.noMarginMobile {
		margin: 0 !important;
	}

	header.homeHeader .homeSlide .hexagon .txt p.headLine {
		font-size: 14px;
		margin: 0 0 5px 0;
	}

	header.homeHeader .homeSlide .hexagon .txt p.mainTxt {
		font-size: 26px;
		line-height: 35px;
	}

	section.homeHeaderNav .item .content {
		height: auto;
		line-height: 10px;
		font-size: 11px;
		padding-top: 50px;
		text-align: center;
	}

	section.homeHeaderNav .item .content .serviceIcon {
		width: 100%;
		position: absolute;
		text-align: center;
		display: inline-block;
		top: 20px;
	}

	.serviceIcon {
		height: 30px;
	}

	.serviceIcon.icon-catalysts-and-materials-services {
		height: 20px;
	}

	section.pictureRow {
		height: 170px;
	}

	section.pictureRow.whyEurosupport {
		height: auto !important;
		background-size: 100% auto;
		background-position: top left;
		background-repeat: no-repeat;
	}

	section.whyEurosupport .hexagon {
		position: relative;
		margin: 170px 0 0 0;
		width: calc(100% - 44px);
		padding: 0 22px;
		height: 360px;
		background-image: none;
		background-color: rgb(255, 255, 255);
	}

	section.whyEurosupport .hexagon .txt {
		position: absolute;
		left: 22px;
		top: 22px;
		width: calc(100% - 44px);
	}

	section.height100px {
		height: 164px;
	}

	section.pre_footer .logo {
		height: 64px;
		padding: 9px 0;
		background-color: rgb(243, 243, 243);
		background-size: auto 64px;
		background-position: center center;
		width: 100%;
		float: left;
	}

	section.pre_footer .call {
		position: relative;
		float: left;
		background-color: #80a300;
		height: 64px;
		line-height: 32px;
		font-size: 15px;
		padding: 9px 22px;
		width: calc(100% - 44px);
	}

	section.breadCrums {
		display: none;
	}

	section.worldMap {
		height: 440px;
		background-size: contain;
		background-position: center center;
	}

	.frame170 .txtAlignRight {
		text-align: left;
	}

	.endline {
		height: 80px !important;
	}

	.endline p {
		font-family: "SolomonNormal";
		font-size: 12px;
		margin: 0 22px 1em 22px;
		line-height: 1.3em;
		color: rgb(154, 154, 154);
	}

	section.splitPage .contentFrame {
		position: relative;
		left: auto;
		margin: 0 auto;
		width: calc(100% - 44px);
		top: auto;
		padding: 50px 22px 140px 22px;
		height: auto;
	}

	section.splitPage p,
	section.splitPage a {
		color: rgb(255, 255, 255) !important;
	}

	section.splitPage .picFrame {
		display: none;
	}

	footer .agent {
		position: relative;
		float: left;
		width: calc(100% - 44px);
		margin: 50px 22px 0 22px;
	}

	footer .agent:first-child {
		margin-top: 0;
	}

	.supportSliderNav {
		height: 104px;
		float: left;
		width: 100% !important;
	}

	.supportSliderPopup {
		display: none;
	}

	.supportSliderContent {
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		clear: both;
		margin-top: 0 !important;
	}

	.supportSliderContent .pic {
		float: left;
		position: relative;
		width: 100%;
	}

	.supportSliderContent .pic img {
		display: none;
	}

	.supportSliderNav .item:hover img {
		transform: scale(1, 1);
		cursor: pointer;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.materialsSliderNav {
		width: 100%;
		height: 73px;
	}

	.materialsSliderNav .item {
		position: relative;
		float: left;
		width: 140px;
		height: 70px;
		box-sizing: border-box;
		border-right: 3px solid rgb(243, 243, 243);
		background-color: rgb(255, 255, 255);
	}

	.materialsSliderNav .item .text {
		display: none;
	}

	.materialsSliderNav .item .icon {
		position: absolute;
		top: 13px;
		width: 100%;
		text-align: center;
	}

	.downloadBar {
		padding: 20px 45px;
		line-height: 32px;
	}

	.downloadBar .text {
		float: left;
		width: 100%;
		line-height: 32px;
	}

	.downloadBar .button {
		float: left;
		width: 100%;
		line-height: 32px;
	}

	.downloadBar .txtAlignRight {
		text-align: left !important;
	}

	.frame540 {
		width: 100%;
	}

	.frame295 {
		width: 100%;
		position: relative;
	}

	.frame295 img {
		width: 100%;
		height: auto;
	}

	.frame595 {
		width: 100%;
	}

	.frame660 {
		width: 100%;
		position: relative;
	}

	.frame170 {
		width: 100%;
		position: relative;
	}

	.contentFrame .respMarge {
		margin-left: 0;
	}

	.careerSelects a {
		float: left;
		clear: both;
		margin-top: 4px;
	}

	.jobFrame .txtAlignCenter {
		margin-top: 20px;
	}

	.jobFrame .txtAlignCenter a {
		position: relative;
		float: left;
	}

	.frame880 {
		width: calc(100% - 44px);
		margin: 0 22px;
		float: left;
		position: relative;
	}

	.tableCol {
		width: 100%;
		margin-top: 10px;
	}

	.tableCol .head {
		margin-top: 10px;
		font-size: 15px;
		line-height: 1.3em;
		height: 108px;
		display: flex;
		align-items: center;
	}

	.tableCol .cell.hasURL {
		background-position: calc(100% - 20px) center;
	}

	.frame_fact .icon {
		height: 85px;
	}

	.frame_fact .icon .factIcon {
		height: 50px;
		bottom: 0;
	}

	.center1110 {
		width: 100%;
	}

	.center1190 {
		width: 100%;
	}

	.center675 {
		width: 100%;
	}

	p.quote {
		font-size: 20px;
		line-height: 27px;
		margin: 0 20px;
	}

	p.quote .qq1 {
		margin-left: -10px;
		font-size: 40px;
		position: absolute;
		font-family: "SolomonBook";
	}

	p.quote .qq2 {
		margin-left: 0;
		font-size: 40px;
		position: absolute;
		font-family: "SolomonBook";
	}

	.responsiveContact {
		right: 75px;
	}

	.search {
		display: none;
	}

	.hideMobile {
		display: none;
	}

	.respMarge {
		margin-left: 22px;
		float: left;
		margin-bottom: 20px;
		clear: both;
	}

	.formHalf {
		float: left;
		width: 100%;
	}

	.formHalf.next {
		margin-left: 0;
		width: 100%;
	}

	.toBottom a.btnPrimaryFilled {
		float: left;
		clear: both;
		margin-bottom: 3px;
	}
}