@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;600;700;800&display=swap");
:root {
	--qte-font-body: "Nunito Sans", sans-serif !important;
	--qte-font-headings: "Oswald", sans-serif !important;
	--polykemi-green: #6c9791;
	--polykemi-quiz-background: #6c9791;
	--polykemi-quiz-color: #fff;
	--polykemi-calculator-background: #386e8f;
	--polykemi-calculator-color: #fff;
	--qte-font-size-body: 18px !important;
	--qte-hero-background-dark: #6c9791 !important;
	--qte-backgroundcolor-1: #396f90 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 12.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}

.qte-menu__link {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 18px;
	color: #6c9791 !important;
}

.qte-footer {
	color: #6c9791;
	font-weight: bold;
}

.qte-footer__column:nth-of-type(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.qte-header[data-scroll="scroll"] {
	border-bottom: 1px solid #6a737b;
}

.qte-header[data-scroll="scroll"] .qte-header__hamburger {
	color: #6c9791;
}

p,
a,
li,
div,
span {
	font-size: 18px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
}

ul {
	padding-left: 24px;
}

strong,
strong * {
	font-weight: 700;
}

a {
	color: #6c9791;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
	text-transform: uppercase;
	line-height: 1.4;
}

@media screen and (min-width: 600px) {
	h1 {
		font-size: 48px;
	}
}

h2,
h3 {
	line-height: 1.4;
	font-size: 30px;
	color: #6c9791;
}

@media screen and (min-width: 600px) {
	h2,
	h3 {
		font-size: 36px;
	}
}

h4 {
	line-height: 1.2;
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	margin-bottom: 15px;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	line-height: 1.4;
}

body.admin-bar .qte-header[data-type="fixed"] {
	top: 32px;
}

.main-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (min-width: 600px) {
	.main-inner {
		padding: 0 40px;
	}
}

@media screen and (min-width: 992px) {
	.main-inner {
		padding: 0 60px;
	}
}

@media screen and (min-width: 992px) {
	.main-inner.small {
		padding: 0 160px;
	}
}

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

.poly-button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	text-decoration: none;
	text-align: center;
	font-family: "Oswald";
	font-weight: 500;
	font-size: 18px;
	color: white;
	background: #6c9791;
	border-radius: 10px;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.poly-button:hover {
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.poly-button:hover {
		background: #83aba5;
	}
}

.poly-button-blue {
	background: #396f90;
	color: white;
}

@media screen and (min-width: 992px) {
	.poly-button-blue:hover {
		background: #5083a2;
	}
}

.arrow-link {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-decoration: none;
	color: #6c9791;
	position: relative;
	padding-right: 33px;
}

.arrow-link:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/arrow-right-green.svg");
	margin-left: 11px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-bottom: 2px;
	position: absolute;
	top: 17px;
}

.arrow-link:hover {
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.arrow-link:hover:after {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}
}

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

.menu-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.185);
	-webkit-backdrop-filter: blur(3px);
	        backdrop-filter: blur(3px);
	display: none;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.menu-overlay.open {
	display: block;
	-webkit-animation-name: blur;
	        animation-name: blur;
}

@-webkit-keyframes blur {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes blur {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

header {
	height: 90px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
	width: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	padding: 15px 0;
	height: 70px;
}

@media screen and (min-width: 600px) {
	header {
		height: 120px;
	}
}

header .main-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	max-width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

header .main-inner .logo-link {
	display: block;
	width: auto;
	max-width: 60px;
	height: 40px;
	margin-right: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

@media screen and (min-width: 600px) {
	header .main-inner .logo-link {
		height: 90px;
		margin-right: auto;
		width: 112px;
	}
}

header .main-inner .logo-link img {
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: left;
	   object-position: left;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

header .main-inner .logo-link img.image-black {
	display: none;
}

header .main-inner .powered-by img {
	height: 40px;
}

header .main-inner .powered-by img.image-black {
	display: none;
}

header.scrolled {
	background: white;
	-webkit-box-shadow: 0 0 15px 0 rgba(128, 128, 128, 0.461);
	        box-shadow: 0 0 15px 0 rgba(128, 128, 128, 0.461);
}

@media screen and (min-width: 600px) {
	header.scrolled {
		height: 80px;
	}
}

@media screen and (min-width: 600px) {
	header.scrolled .main-inner .logo-link {
		height: 50px;
	}
}

header.scrolled .main-inner .logo-link img.image-black,
header.scrolled .main-inner .powered-by img.image-black {
	display: block;
}

header.scrolled .main-inner .logo-link img.image-white,
header.scrolled .main-inner .powered-by img.image-white {
	display: none;
}

@media screen and (min-width: 600px) {
	header.scrolled .main-inner .powered-by {
		height: 50px;
	}
}

header.scrolled .main-inner #hamburger span {
	background: #6c9791;
}

#hamburger {
	width: 34px;
	height: 22px;
	position: relative;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	margin-left: 0;
	z-index: 2;
}

@media screen and (min-width: 600px) {
	#hamburger {
		margin-left: 50px;
	}
}

#hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: white;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
	top: 0px;
}

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
	top: 10px;
}

#hamburger span:nth-child(4) {
	top: 20px;
}

#hamburger.open span {
	background: #6c9791 !important;
}

#hamburger.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.menu-container {
	position: fixed;
	width: 0;
	height: 100vh;
	background: white;
	right: 0;
	top: 0;
	padding: 100px 0px;
	overflow-y: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
}

@media screen and (min-width: 600px) {
	.menu-container {
		padding: 100px 0px;
		width: 0;
	}
}

.menu-container.has-been-opened {
	-webkit-animation-name: menu-close-mobile;
	        animation-name: menu-close-mobile;
}

@media screen and (min-width: 600px) {
	.menu-container.has-been-opened {
		-webkit-animation-name: menu-close;
		        animation-name: menu-close;
	}
}

.menu-container.open {
	-webkit-animation-name: menu-open-mobile;
	        animation-name: menu-open-mobile;
}

@media screen and (min-width: 600px) {
	.menu-container.open {
		-webkit-animation-name: menu-open;
		        animation-name: menu-open;
	}
}

.menu-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0 30px;
	white-space: nowrap;
}

@media screen and (min-width: 600px) {
	.menu-container ul {
		padding: 0 40px;
	}
}

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

.menu-container ul li a {
	font-family: "Oswald";
	font-size: 20px;
}

@-webkit-keyframes menu-open-mobile {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes menu-open-mobile {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@-webkit-keyframes menu-close-mobile {
	0% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}

@keyframes menu-close-mobile {
	0% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}

@-webkit-keyframes menu-open {
	0% {
		width: 0;
	}
	100% {
		width: 400px;
	}
}

@keyframes menu-open {
	0% {
		width: 0;
	}
	100% {
		width: 400px;
	}
}

@-webkit-keyframes menu-close {
	0% {
		width: 400px;
	}
	100% {
		width: 0;
	}
}

@keyframes menu-close {
	0% {
		width: 400px;
	}
	100% {
		width: 0;
	}
}

.wpml-ls-legacy-list-horizontal {
	padding: 0;
}

.wpml-ls-legacy-list-horizontal ul li a {
	padding-left: 0;
	padding-right: 20px;
}

.qte-html__inner {
	max-width: 1440px !important;
	margin: 60px auto;
	padding: 0 15px !important;
}

@media screen and (min-width: 600px) {
	.qte-html__inner {
		padding: 0 40px !important;
	}
}

@media screen and (min-width: 992px) {
	.qte-html__inner {
		padding: 0 160px !important;
	}
}

.qte-html h2 {
	color: #6c9791;
	margin-bottom: 30px;
}

blockquote {
	margin: 50px auto;
	max-width: 800px;
}

blockquote * {
	font-style: italic;
	color: #6c9791;
	font-weight: bold;
}

.qte-grid__inner {
	-ms-grid-columns: (1fr)[1] !important;
	grid-template-columns: repeat(1, 1fr) !important;
}

@media (min-width: 768px) {
	.qte-grid__inner {
		-ms-grid-columns: (1fr)[2] !important;
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

.qte-grid img {
	width: 100%;
}

.polykemi-quiz {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: var(--polykemi-quiz-background);
	color: var(--polykemi-quiz-color);
}

@media screen and (min-width: 992px) {
	.polykemi-quiz {
		height: 700px;
	}
}

.polykemi-quiz__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 600px) {
	.polykemi-quiz__inner {
		padding: 0 40px;
	}
}

@media screen and (min-width: 992px) {
	.polykemi-quiz__inner {
		padding: 0 60px;
	}
}

.polykemi-quiz__start, .polykemi-quiz__end, .polykemi-quiz__question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	padding: 150px 0 60px;
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (min-width: 992px) {
	.polykemi-quiz__start, .polykemi-quiz__end, .polykemi-quiz__question {
		padding: 60px;
		height: 700px;
	}
}

.polykemi-quiz__content, .polykemi-quiz__explanation {
	margin-bottom: 50px;
	color: white;
}

.polykemi-quiz__heading {
	margin-bottom: 50px;
	color: white;
}

.polykemi-quiz__question-text {
	color: white;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600 !important;
	margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
	.polykemi-quiz__question-text {
		font-size: 30px;
		margin-bottom: 80px;
	}
}

.polykemi-quiz__count {
	margin-top: 20px;
	margin-bottom: 12px;
	font-style: italic;
}

.polykemi-quiz__buttons {
	margin-bottom: 25px;
	display: -ms-grid;
	display: grid;
	grid-gap: 12.5px;
	-ms-grid-columns: 1fr 12.5px 1fr;
	grid-template-columns: repeat(2, 1fr);
}

.polykemi-quiz .poly-button {
	background: white;
	color: #6c9791;
	min-width: 100px;
	white-space: nowrap;
}

@media screen and (min-width: 992px) {
	.polykemi-quiz .poly-button:hover {
		color: black;
	}
}

.polykemi-quiz .poly-button.poly-button-blue {
	background: #396f90;
	color: white;
}

@media screen and (min-width: 992px) {
	.polykemi-quiz .poly-button.poly-button-blue:hover {
		background: #5083a2;
	}
}

.polykemi-quiz__button-start, .polykemi-quiz__button-end, .polykemi-quiz__button-option1, .polykemi-quiz__button-option2, .polykemi-quiz__button-next {
	display: inline-block;
}

.polykemi-quiz__button-next {
	-ms-grid-column-align: center;
	    justify-self: center;
}

.polykemi-quiz[data-state="start"] .polykemi-quiz__end,
.polykemi-quiz[data-state="start"] .polykemi-quiz__question {
	display: none;
}

.polykemi-quiz[data-state="end"] .polykemi-quiz__start,
.polykemi-quiz[data-state="end"] .polykemi-quiz__question {
	display: none;
}

.polykemi-quiz[data-state="question"] .polykemi-quiz__start,
.polykemi-quiz[data-state="question"] .polykemi-quiz__end {
	display: none;
}

.polykemi-quiz__button-next, .polykemi-quiz__button-start, .polykemi-quiz__button-end {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
}

.polykemi-quiz__button-next, .polykemi-quiz__explanation {
	display: none;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.polykemi-quiz__question[data-choice] .polykemi-quiz__button-next,
.polykemi-quiz__question[data-choice] .polykemi-quiz__explanation {
	display: block;
	-webkit-animation-name: fade;
	        animation-name: fade;
}

.polykemi-quiz__question[data-choice] .quiz-intro.first {
	display: none;
}

.polykemi-quiz__question[data-choice] .polykemi-quiz__button-option1,
.polykemi-quiz__question[data-choice] .polykemi-quiz__button-option2 {
	pointer-events: none;
	display: none;
}

.polykemi-quiz__button-option1--green, .polykemi-quiz__button-option2--green {
	background: #2eaf2e;
	color: #fff;
}

.polykemi-quiz__button-option1--red, .polykemi-quiz__button-option2--red {
	background: #912929;
	color: #fff;
}

.polykemi-quiz__question {
	display: none;
}

.polykemi-quiz__question .fade-me {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.polykemi-quiz__question[data-active] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.polykemi-quiz__question[data-active] .fade-me {
	-webkit-animation-name: fade;
	        animation-name: fade;
}

.polykemi-quiz__end {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: fade;
	        animation-name: fade;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.polykemi-quiz .quiz-title {
	font-size: 48px;
	font-family: "Oswald";
	font-weight: normal;
	margin-bottom: 0;
}

.polykemi-quiz .symbol {
	height: 100px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/question.png");
	position: absolute;
	left: 50%;
	top: 25px;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
	.polykemi-quiz .symbol {
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: 60px;
		top: 50%;
		left: auto;
		height: 300px;
		width: 300px;
	}
}

.polykemi-quiz[data-state="end"] .symbol {
	background-image: url("../images/utropstecken-white.png");
}

.polykemi-quiz .polykemi-quiz__explanation h2 {
	color: white;
}

.polykemi-quiz .polykemi-quiz__explanation h3 {
	color: white;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600 !important;
}

@media screen and (min-width: 992px) {
	.polykemi-quiz .polykemi-quiz__explanation h3 {
		font-size: 30px;
	}
}

.polykemi-quiz.bg-blue {
	background: #396f90;
}

.polykemi-quiz.bg-blue .poly-button {
	background: #6c9791;
	color: white;
}

@media screen and (min-width: 992px) {
	.polykemi-quiz.bg-blue .poly-button:hover {
		background: #83aba5;
	}
}

.qte-hero .qte-hero__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	min-height: auto !important;
}

@media screen and (min-width: 600px) {
	.qte-hero .qte-hero__inner {
		padding: 0 40px;
	}
}

@media screen and (min-width: 992px) {
	.qte-hero .qte-hero__inner {
		padding: 0 60px;
	}
}

@media screen and (min-width: 600px) {
	.qte-hero .qte-hero__inner {
		min-height: 100vh !important;
	}
}

.qte-hero .qte-hero__inner .qte-hero__heading {
	margin-bottom: 30px;
}

.qte-hero .qte-hero__inner * {
	color: white;
}

.polykemi-swiper .swiper-slide {
	padding: 130px 35px 130px;
	position: relative;
	background-size: cover;
	background-position: center;
	height: auto;
}

@media screen and (min-width: 992px) {
	.polykemi-swiper .swiper-slide {
		padding: 230px 0 200px;
	}
}

.polykemi-swiper .swiper-slide .overlay {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0.55);
}

.polykemi-swiper .swiper-slide .main-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	position: relative;
}

.polykemi-swiper .swiper-slide .main-inner h3 {
	font-family: "Nunito Sans", sans-serif;
	font-style: italic;
	color: #6a737b;
}

@media screen and (min-width: 600px) {
	.polykemi-swiper .swiper-slide .main-inner h3 {
		font-size: 36px;
	}
}

.polykemi-swiper .swiper-slide .main-inner .under-text {
	color: #6a737b;
}

.polykemi-swiper .swiper-slide .main-inner .arrow-link {
	margin-top: 10px;
}

@media screen and (min-width: 992px) {
	.polykemi-swiper .swiper-slide .main-inner .arrow-link {
		margin-top: 40px;
	}
}

.polykemi-swiper .swiper-button-prev,
.polykemi-swiper .swiper-button-next {
	background-size: contain;
	background-repeat: no-repeat;
}

.polykemi-swiper .swiper-button-prev:after,
.polykemi-swiper .swiper-button-next:after {
	content: "";
	width: 17px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.polykemi-swiper .swiper-button-prev:focus,
.polykemi-swiper .swiper-button-next:focus {
	outline: none;
}

.polykemi-swiper .swiper-button-prev {
	left: 5px;
}

@media screen and (min-width: 992px) {
	.polykemi-swiper .swiper-button-prev {
		left: 80px;
	}
}

.polykemi-swiper .swiper-button-prev:after {
	background-image: url("../images/arrow-left-grey.svg");
}

.polykemi-swiper .swiper-button-next {
	right: 5px;
}

@media screen and (min-width: 992px) {
	.polykemi-swiper .swiper-button-next {
		right: 80px;
	}
}

.polykemi-swiper .swiper-button-next:after {
	background-image: url("../images/arrow-right-grey.svg");
}

.polykemi-swiper .swiper-pagination-bullets {
	bottom: 24px;
}

.polykemi-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	background: white;
	border: 1px solid #7b838a;
	width: 12px;
	height: 12px;
	opacity: 1;
	cursor: pointer;
}

.polykemi-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .polykemi-swiper .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	background: #7b838a;
}

.polykemi-swiper .swiper-pagination-bullets .swiper-pagination-bullet:focus {
	outline: none;
}

.polykemi-facts-swiper .swiper-slide {
	text-align: center;
	padding: 60px 35px 100px;
}

@media screen and (min-width: 992px) {
	.polykemi-facts-swiper .swiper-slide {
		padding: 60px 0 100px;
	}
}

.polykemi-facts-swiper .swiper-slide .main-inner {
	max-width: 1200px;
}

.polykemi-facts-swiper .swiper-slide .symbol {
	height: 100px;
	width: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/Utropstecken.png");
	margin: 0 auto 20px;
}

.polykemi-facts-swiper .swiper-slide h2 {
	font-size: 48px;
	color: #6c9791;
	margin-bottom: 20px;
}

.polykemi-facts-swiper .swiper-slide .big-text {
	font-size: 30px;
	color: #6c9791;
	margin-bottom: 20px;
	font-family: "Oswald", sans-serif;
}

.polykemi-facts-swiper .swiper-slide .arrow-link {
	margin-top: 30px;
	display: inline-block;
}

@media screen and (min-width: 992px) {
	.polykemi-facts-swiper .swiper-slide .arrow-link {
		margin-top: 80px;
	}
}

.polykemi-facts-swiper .swiper-button-prev,
.polykemi-facts-swiper .swiper-button-next {
	background-size: contain;
	background-repeat: no-repeat;
}

.polykemi-facts-swiper .swiper-button-prev:focus,
.polykemi-facts-swiper .swiper-button-next:focus {
	outline: none;
}

.polykemi-facts-swiper .swiper-button-prev:after,
.polykemi-facts-swiper .swiper-button-next:after {
	content: "";
	width: 17px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.polykemi-facts-swiper .swiper-button-prev {
	left: 5px;
}

@media screen and (min-width: 992px) {
	.polykemi-facts-swiper .swiper-button-prev {
		left: 80px;
	}
}

.polykemi-facts-swiper .swiper-button-prev:after {
	background-image: url("../images/arrow-left-grey.svg");
}

.polykemi-facts-swiper .swiper-button-next {
	right: 5px;
}

@media screen and (min-width: 992px) {
	.polykemi-facts-swiper .swiper-button-next {
		right: 80px;
	}
}

.polykemi-facts-swiper .swiper-button-next:after {
	background-image: url("../images/arrow-right-grey.svg");
}

.polykemi-facts-swiper .swiper-pagination-bullets {
	bottom: 40px;
}

.polykemi-facts-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	background: white;
	border: 1px solid #7b838a;
	width: 10px;
	height: 10px;
	opacity: 1;
	cursor: pointer;
}

.polykemi-facts-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .polykemi-facts-swiper .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	background: #7b838a;
}

.polykemi-facts-swiper .swiper-pagination-bullets .swiper-pagination-bullet:focus {
	outline: none;
}

.case-swiper .main-inner {
	margin: 60px auto;
}

.case-swiper .swiper-container {
	overflow: visible;
	position: relative;
}

.case-swiper .swiper-slide {
	text-align: center;
	width: 260px;
	height: 260px;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 15px;
}

.case-swiper .swiper-slide h3 {
	font-size: 36px;
	color: #6a737b;
	margin: 0 auto;
}

.case-swiper .swiper-slide a {
	width: 100%;
	height: 100%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
}

.case-swiper .buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 30px;
}

.case-swiper .buttons .swiper-button-prev,
.case-swiper .buttons .swiper-button-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #dbecea;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 30px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.case-swiper .buttons .swiper-button-prev:after,
.case-swiper .buttons .swiper-button-next:after {
	content: "";
	width: 12px;
	height: 23px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.case-swiper .buttons .swiper-button-prev:hover,
.case-swiper .buttons .swiper-button-next:hover {
	background: #c9dfdc;
}

.case-swiper .buttons .swiper-button-prev:focus,
.case-swiper .buttons .swiper-button-next:focus {
	outline: none;
}

.case-swiper .buttons .swiper-button-prev:after {
	background-image: url("../images/arrow-left-grey.svg");
	margin-right: 3px;
}

.case-swiper .buttons .swiper-button-next:after {
	background-image: url("../images/arrow-right-grey.svg");
	margin-left: 3px;
}

.swiper-container {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

.home section:nth-of-type(4) {
	padding: 6rem 0;
}

@media screen and (min-width: 992px) {
	.polykemi-html {
		background: #6a737b;
		padding: 60px 0;
	}
}

.polykemi-html .main-inner {
	padding: 0;
}

@media screen and (min-width: 600px) {
	.polykemi-html .main-inner {
		padding: 0 40px;
	}
}

@media screen and (min-width: 992px) {
	.polykemi-html .main-inner {
		padding: 0 60px;
	}
}

.polykemi-html .main-inner .text-container {
	padding: 30px;
	background: #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

@media screen and (min-width: 600px) {
	.polykemi-html .main-inner .text-container {
		padding: 60px 40px;
	}
}

@media screen and (min-width: 992px) {
	.polykemi-html .main-inner .text-container {
		padding: 60px;
	}
}

.polykemi-html .main-inner .text-container .polykemi-html__heading {
	color: #6c9791;
	font-weight: 500 !important;
	font-size: 48px;
}

.polykemi-html .main-inner .text-container .intro-text {
	width: 60%;
	margin: 0;
	margin-bottom: 30px;
}

.polykemi-html .main-inner .text-container .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
	.polykemi-html .main-inner .text-container .columns {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}

.polykemi-html .main-inner .text-container .columns .one-col {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.polykemi-html .main-inner .text-container .columns .one-col {
		width: 40%;
		margin-right: 10%;
	}
}

.polykemi-html .main-inner .text-container .arrow-link {
	margin-top: 30px;
	margin-left: auto;
}

.calculator-image {
	display: none;
}

.calculator-image.calculator-image-active {
	display: block;
}

.calculator-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 820px) {
	.calculator-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.filter-buttons {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: -0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 40px;
	gap: 15px;
	z-index: 99;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: var(--qte-font-headings);
}

@media screen and (max-width: 420px) {
	.filter-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.filter-buttons.active {
	top: -100px;
}

@media screen and (max-width: 420px) {
	.filter-buttons.active {
		top: -125px;
	}
}

.filter-buttons__details,
.filter-buttons__packaging {
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	text-transform: uppercase;
	color: white;
	height: 40px;
	width: 190px;
	max-width: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media screen and (max-width: 420px) {
	.filter-buttons__details,
	.filter-buttons__packaging {
		border-radius: 5px;
	}
	.filter-buttons__details.active,
	.filter-buttons__packaging.active {
		background-color: white;
		color: black;
	}
}

.filter-buttons__details {
	background-color: #396f90;
}

@media screen and (min-width: 820px) {
	.filter-buttons__details:hover:not(.active) {
		background-color: #5083a2;
	}
}

.filter-buttons__packaging {
	background-color: #910533;
}

@media screen and (min-width: 820px) {
	.filter-buttons__packaging:hover:not(.active) {
		background-color: #b23861;
	}
}

@media screen and (max-width: 420px) {
	.filter-buttons__details.active {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
		color: #396f90;
	}
}

@media screen and (max-width: 420px) {
	.filter-buttons__packaging.active {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
		color: #910533;
	}
}

#calculator-details {
	display: none;
}

#calculator-details.details-active {
	display: block;
}

#calculator-packaging {
	display: none;
}

#calculator-packaging.packaging-active {
	display: block;
}

.polykemi-calculator {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: var(--polykemi-calculator-background);
	color: var(--polykemi-calculator-color);
}

@media screen and (max-width: 420px) {
	.polykemi-calculator {
		padding-top: 100px;
	}
}

@media screen and (min-width: 992px) {
	.polykemi-calculator {
		height: 750px;
	}
}

.calculator-container[data-density1][data-density2][data-weight] .polykemi-calculator__results {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.polykemi-calculator[data-density1=""] .polykemi-calculator__results, .polykemi-calculator[data-density2=""] .polykemi-calculator__results, .polykemi-calculator[data-weight=""] .polykemi-calculator__results {
	display: none !important;
}

.polykemi-calculator .main-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-bottom: 60px;
	padding-top: 60px;
}

@media screen and (min-width: 600px) {
	.polykemi-calculator .main-inner {
		padding: 60px 40px;
	}
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .main-inner {
		padding: 60px;
		height: 100%;
	}
}

.polykemi-calculator .main-inner .left {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .main-inner .left {
		width: 60%;
	}
}

.polykemi-calculator .main-inner .left .small-text {
	font-size: 12px;
	font-style: italic;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .main-inner .left .small-text {
		font-size: 10px;
	}
}

.polykemi-calculator .main-inner .left .polykemi-calculator__results {
	margin: 70px auto 50px;
	display: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .main-inner .left .polykemi-calculator__results {
		margin: 70px auto 0;
	}
}

.polykemi-calculator .main-inner .left .polykemi-calculator__results .if-replace {
	width: 100%;
}

.polykemi-calculator .main-inner .left .polykemi-calculator__results .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 20px;
	width: 100%;
}

@media screen and (min-width: 600px) {
	.polykemi-calculator .main-inner .left .polykemi-calculator__results .column {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .main-inner .left .polykemi-calculator__results .column {
		width: 100%;
	}
}

.polykemi-calculator .main-inner .left .polykemi-calculator__results .column .left {
	padding: 0;
	padding-top: 15px;
	width: 50%;
}

.polykemi-calculator .main-inner .left .polykemi-calculator__results .column .right {
	text-align: left;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding: 0;
	width: 50%;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .main-inner .left .polykemi-calculator__results .column .right {
		padding-left: 20px;
	}
}

.polykemi-calculator .main-inner .left .polykemi-calculator__results .column .right span {
	font-size: 36px;
	font-weight: bold;
}

.polykemi-calculator .main-inner .left .polykemi-calculator__results .column:last-of-type .right {
	font-size: 18px;
}

@media screen and (min-width: 600px) {
	.polykemi-calculator .main-inner .left .polykemi-calculator__results .column:last-of-type .right {
		font-size: 22px;
	}
}

.polykemi-calculator .main-inner .left .polykemi-calculator__results .column:last-of-type .right .last-text {
	font-size: 18px;
	font-weight: normal;
}

@media screen and (min-width: 600px) {
	.polykemi-calculator .main-inner .left .polykemi-calculator__results .column:last-of-type .right .last-text {
		display: block;
		margin-top: -12px;
	}
}

.polykemi-calculator .main-inner .left .polykemi-calculator__results .start-material,
.polykemi-calculator .main-inner .left .polykemi-calculator__results .replace-material {
	font-size: 24px;
	font-weight: bold;
}

.polykemi-calculator .main-inner .right {
	width: 100%;
	text-align: center;
	padding-left: 50px;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .main-inner .right {
		width: 33%;
		padding-left: 60px;
	}
}

.polykemi-calculator .main-inner .right img {
	width: 100%;
	margin: 0 auto 20px;
	max-width: 300px;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .main-inner .right img {
		margin: 0 auto 60px;
		max-width: 100%;
	}
}

.polykemi-calculator .main-inner .right .text-container {
	padding-right: 50px;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .main-inner .right .text-container {
		padding-right: 40px;
	}
}

.polykemi-calculator .main-inner .right .text-container .poly-button {
	margin-top: 20px;
}

.polykemi-calculator__heading {
	margin-bottom: 10px;
	color: white;
}

@media (min-width: 768px) {
	.polykemi-calculator__text, .polykemi-calculator__contact {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
	}
}

.polykemi-calculator__form {
	margin: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (min-width: 600px) {
	.polykemi-calculator__form {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}

.polykemi-calculator__form label {
	display: block;
	font-family: "Oswald";
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator__form label {
		margin-bottom: 20px;
	}
}

.polykemi-calculator .select-wrapper {
	position: relative;
}

.polykemi-calculator .select-wrapper:after {
	content: "\25BC";
	display: block;
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 12px;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator .select-wrapper:after {
		font-size: 11px;
	}
}

.polykemi-calculator__material1, .polykemi-calculator__weight, .polykemi-calculator__material2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
}

.polykemi-calculator__material1:last-of-type, .polykemi-calculator__weight:last-of-type, .polykemi-calculator__material2:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 600px) {
	.polykemi-calculator__material1, .polykemi-calculator__weight, .polykemi-calculator__material2 {
		width: calc(33.33% - 40px);
		margin-bottom: 0;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.polykemi-calculator select,
.polykemi-calculator input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: none;
	border-radius: 0;
	font-size: 16px;
	background: transparent;
	border: 0;
	height: 40px;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 100%;
	padding-left: 5px;
}

.polykemi-calculator select:focus,
.polykemi-calculator input:focus {
	outline: 1px solid white;
	border-radius: 0;
}

.polykemi-calculator option {
	color: #000;
}

.polykemi-calculator.bg-green {
	background: #6c9791;
}

.polykemi-calculator.bg-green .poly-button {
	background: #396f90;
	color: white;
}

@media screen and (min-width: 992px) {
	.polykemi-calculator.bg-green .poly-button:hover {
		background: #5083a2;
	}
}

.polykemi-calculator.active-packaging {
	background-color: #910533;
}

.big-image img {
	width: 100%;
}

.big-link {
	background: #396f90;
	padding: 60px 0;
}

.big-link .main-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
	.big-link .main-inner {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}

.big-link .main-inner h3 {
	color: white;
	font-size: 48px;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.big-link .main-inner h3 {
		text-align: left;
	}
}

.big-link .main-inner .poly-button {
	margin-top: 30px;
}

@media screen and (min-width: 600px) {
	.big-link .main-inner .poly-button {
		margin-top: 0;
	}
}

.big-link.bg-green {
	background: #6c9791;
}

.big-link.bg-green .poly-button {
	background: #396f90;
	color: white;
}

@media screen and (min-width: 992px) {
	.big-link.bg-green .poly-button:hover {
		background: #5083a2;
	}
}

.section-big-text {
	padding: 150px 0;
}

.section-big-text .main-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.section-big-text .main-inner h3 {
	color: #6c9791;
	font-size: 36px;
	text-align: center;
}

.page-hero {
	padding: 60px 0;
	background: #6c9791;
	padding-top: 100px;
}

@media screen and (min-width: 600px) {
	.page-hero {
		padding: 150px 0 110px;
	}
}

.page-hero .main-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page-hero .main-inner h1 {
	color: white;
	max-width: 700px;
}

.page-hero .main-inner p {
	color: white;
	font-size: 18px;
	max-width: 700px;
}

@media screen and (min-width: 600px) {
	.page-hero .main-inner p {
		font-size: 20px;
	}
}

.page-hero.bg-blue {
	background: #396f90;
}

.text-standard .main-inner {
	margin: 60px auto;
}

.text-standard .main-inner .text-container {
	max-width: 900px;
}

@media screen and (min-width: 600px) {
	.text-standard .main-inner .text-container h2 {
		margin-bottom: 30px;
	}
}

.text-standard .main-inner .text-container .poly-button {
	margin-top: 60px;
}

.text-standard.text-center .text-container {
	margin: 0 auto;
}

.text-standard.title-blue h2,
.text-standard.title-blue h3 {
	color: #396f90;
}

.text-standard.title-blue .poly-button {
	background: #396f90;
	color: white;
}

@media screen and (min-width: 992px) {
	.text-standard.title-blue .poly-button:hover {
		background: #5083a2;
	}
}

.text-centered .main-inner {
	margin: 60px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.text-centered .main-inner .text-container {
	max-width: 700px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.text-centered .main-inner .text-container h2 {
	margin-bottom: 30px;
	text-align: center;
}

.text-centered .main-inner .text-container .poly-button {
	margin-top: 20px;
}

@media screen and (min-width: 992px) {
	.text-centered .main-inner .text-container .poly-button {
		margin-top: 60px;
	}
}

.text-centered.title-blue h2,
.text-centered.title-blue h3 {
	color: #396f90;
}

.text-centered.title-blue .poly-button {
	background: #396f90;
	color: white;
}

@media screen and (min-width: 992px) {
	.text-centered.title-blue .poly-button:hover {
		background: #5083a2;
	}
}

.text-and-image .main-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0;
	max-width: 100%;
	margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
	.text-and-image .main-inner {
		margin: 60px auto;
	}
}

.text-and-image .main-inner .image-container {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.text-and-image .main-inner .image-container {
		width: 50%;
	}
}

.text-and-image .main-inner .image-container img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
}

.text-and-image .main-inner .text-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 60px 15px 0;
}

@media screen and (min-width: 600px) {
	.text-and-image .main-inner .text-container {
		padding: 60px 40px 0;
	}
}

@media screen and (min-width: 992px) {
	.text-and-image .main-inner .text-container {
		width: 50%;
		min-height: 500px;
		padding: 60px 160px;
		border-top: 1px solid #eeecec;
		border-bottom: 1px solid #eeecec;
	}
}

@media screen and (min-width: 600px) {
	.text-and-image .main-inner .text-container h2 {
		margin-bottom: 30px;
	}
}

.text-and-image .main-inner .text-container .poly-button {
	margin-top: 20px;
}

@media screen and (min-width: 992px) {
	.text-and-image .main-inner .text-container .poly-button {
		margin-top: 60px;
	}
}

@media screen and (min-width: 992px) {
	.text-and-image.image-right .image-container {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

@media screen and (min-width: 992px) {
	.text-and-image.text-left .text-container {
		padding: 60px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

.text-and-image.bg-blue {
	background: #396f90;
}

.text-and-image.bg-blue .main-inner {
	margin: 0 auto;
}

.text-and-image.bg-blue .main-inner .text-container {
	padding: 60px 15px;
}

@media screen and (min-width: 600px) {
	.text-and-image.bg-blue .main-inner .text-container {
		padding: 60px 40px;
	}
}

.text-and-image.bg-blue .main-inner .text-container h2 {
	color: white;
}

.text-and-image.bg-blue * {
	color: white;
}

.text-and-image.bg-blue .main-inner .text-container .poly-button {
	background: #6c9791;
	color: white;
}

@media screen and (min-width: 992px) {
	.text-and-image.bg-blue .main-inner .text-container .poly-button:hover {
		background: #83aba5;
	}
}

.text-and-image.bg-green {
	background: #6c9791;
}

.text-and-image.bg-green .main-inner {
	margin: 0 auto;
}

.text-and-image.bg-green .main-inner .text-container {
	padding: 60px 15px;
}

@media screen and (min-width: 600px) {
	.text-and-image.bg-green .main-inner .text-container {
		padding: 60px 40px;
	}
}

.text-and-image.bg-green .main-inner .text-container h2 {
	color: white;
}

.text-and-image.bg-green * {
	color: white;
}

.text-and-image.bg-green .main-inner .text-container .poly-button {
	background: #396f90;
	color: white;
}

@media screen and (min-width: 992px) {
	.text-and-image.bg-green .main-inner .text-container .poly-button:hover {
		background: #5083a2;
	}
}

.text-and-image.title-blue h2,
.text-and-image.title-blue h3 {
	color: #396f90;
}

.text-and-image.title-blue .poly-button {
	background: #396f90;
	color: white;
}

@media screen and (min-width: 992px) {
	.text-and-image.title-blue .poly-button:hover {
		background: #5083a2;
	}
}

.text-and-two-images .main-inner {
	margin: 60px auto;
	padding: 0;
	max-width: 100%;
}

.text-and-two-images .main-inner .title-above {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

@media screen and (min-width: 600px) {
	.text-and-two-images .main-inner .title-above {
		padding: 0 40px;
	}
}

@media screen and (min-width: 992px) {
	.text-and-two-images .main-inner .title-above {
		padding: 0 60px;
	}
}

.text-and-two-images .main-inner .flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.text-and-two-images .main-inner .flex-container .image-container {
	width: 50%;
}

.text-and-two-images .main-inner .flex-container .image-container img {
	width: 100%;
	height: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
}

.text-and-two-images .main-inner .flex-container .text-container {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #eeecec;
	border-bottom: 1px solid #eeecec;
	padding: 60px 160px;
	min-height: 500px;
}

.text-and-two-images .main-inner .flex-container .text-container h2 {
	font-size: 36px;
	color: #6c9791;
	margin-bottom: 30px;
}

.text-and-two-images .main-inner .flex-container .text-container .poly-button {
	margin-top: 60px;
}

.text-and-two-images.image-right .image-container {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.text-and-two-images.text-left .main-inner .flex-container .text-container {
	padding: 60px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.text-and-two-images .flex-container.bg-green {
	background: #6c9791;
}

.text-and-two-images .flex-container.bg-green .text-container {
	border: none;
}

.text-and-two-images .flex-container.bg-green .text-container h2 {
	color: white;
}

.text-and-two-images .flex-container.bg-green * {
	color: white;
}

.case {
	background: #6a737b;
}

.case .main-inner {
	margin: 60px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0;
	max-width: 100%;
}

.case .main-inner .image-container {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.case .main-inner .image-container {
		width: 50%;
	}
}

.case .main-inner .image-container img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
}

@media screen and (min-width: 992px) {
	.case .main-inner .image-container img {
		height: 100%;
	}
}

.case .main-inner .text-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 60px 15px;
}

@media screen and (min-width: 600px) {
	.case .main-inner .text-container {
		padding: 60px 40px;
	}
}

@media screen and (min-width: 992px) {
	.case .main-inner .text-container {
		width: 50%;
		min-height: 500px;
		padding: 60px 160px;
	}
}

.case .main-inner .text-container * {
	color: white;
}

.case .main-inner .text-container h3 {
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.case .main-inner .text-container h3 {
		font-size: 36px;
	}
}

@media screen and (min-width: 992px) {
	.case.image-right .image-container {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

.contact-form {
	background: #6c9791;
	padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
	.contact-form {
		padding-bottom: 100px;
	}
}

.contact-form .main-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.contact-form .persons-container {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 60px;
}

@media screen and (min-width: 600px) {
	.contact-form .persons-container {
		width: 40%;
		-ms-grid-columns: 1fr 60px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
}

.contact-form .persons-container .one-person {
	text-align: center;
	padding: 0 20px;
}

@media screen and (min-width: 600px) {
	.contact-form .persons-container .one-person {
		text-align: left;
		padding: 0;
	}
}

.contact-form .persons-container .one-person img {
	width: 100%;
	margin: 0 auto 10px;
	max-width: 200px;
}

@media screen and (min-width: 600px) {
	.contact-form .persons-container .one-person img {
		margin: 0 0 10px;
	}
}

.contact-form .persons-container .one-person p {
	color: white;
	margin: 0;
}

.contact-form .persons-container .one-person .name {
	font-weight: bold;
}

.contact-form .form-container {
	width: 100%;
	margin-top: 40px;
}

@media screen and (min-width: 600px) {
	.contact-form .form-container {
		margin-top: 60px;
	}
}

@media screen and (min-width: 992px) {
	.contact-form .form-container {
		width: 50%;
		margin-top: 0;
	}
}

.contact-form .form-container .qterest-form-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.contact-form .form-container .qterest-form-fields .qterest-form-row {
	margin-bottom: 30px;
}

.contact-form .form-container .qterest-form-fields .qterest-form-row:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.contact-form .form-container .qterest-form-fields .qterest-form-row:nth-of-type(1),
	.contact-form .form-container .qterest-form-fields .qterest-form-row:nth-of-type(2),
	.contact-form .form-container .qterest-form-fields .qterest-form-row:nth-of-type(3),
	.contact-form .form-container .qterest-form-fields .qterest-form-row:nth-of-type(4) {
		width: calc(50% - 10px);
	}
}

@media screen and (min-width: 992px) {
	.contact-form .form-container .qterest-form-fields .qterest-form-row:nth-of-type(1),
	.contact-form .form-container .qterest-form-fields .qterest-form-row:nth-of-type(3) {
		margin-right: 20px;
	}
}

.contact-form .form-container .qterest-form-fields input[type="text"],
.contact-form .form-container .qterest-form-fields input[type="tel"],
.contact-form .form-container .qterest-form-fields input[type="email"],
.contact-form .form-container .qterest-form-fields textarea {
	font-size: 20px;
	background: no-repeat;
	border: none;
	color: white;
	border-bottom: 1px solid white;
	padding: 3px 0;
	font-family: "Nunito Sans", sans-serif;
	border-radius: 0;
	resize: none;
}

.contact-form .form-container .qterest-form-fields input[type="text"]::-webkit-input-placeholder, .contact-form .form-container .qterest-form-fields input[type="tel"]::-webkit-input-placeholder, .contact-form .form-container .qterest-form-fields input[type="email"]::-webkit-input-placeholder, .contact-form .form-container .qterest-form-fields textarea::-webkit-input-placeholder {
	opacity: 1;
	color: white;
}

.contact-form .form-container .qterest-form-fields input[type="text"]::-moz-placeholder, .contact-form .form-container .qterest-form-fields input[type="tel"]::-moz-placeholder, .contact-form .form-container .qterest-form-fields input[type="email"]::-moz-placeholder, .contact-form .form-container .qterest-form-fields textarea::-moz-placeholder {
	opacity: 1;
	color: white;
}

.contact-form .form-container .qterest-form-fields input[type="text"]:-ms-input-placeholder, .contact-form .form-container .qterest-form-fields input[type="tel"]:-ms-input-placeholder, .contact-form .form-container .qterest-form-fields input[type="email"]:-ms-input-placeholder, .contact-form .form-container .qterest-form-fields textarea:-ms-input-placeholder {
	opacity: 1;
	color: white;
}

.contact-form .form-container .qterest-form-fields input[type="text"]::-ms-input-placeholder, .contact-form .form-container .qterest-form-fields input[type="tel"]::-ms-input-placeholder, .contact-form .form-container .qterest-form-fields input[type="email"]::-ms-input-placeholder, .contact-form .form-container .qterest-form-fields textarea::-ms-input-placeholder {
	opacity: 1;
	color: white;
}

.contact-form .form-container .qterest-form-fields input[type="text"]::placeholder,
.contact-form .form-container .qterest-form-fields input[type="tel"]::placeholder,
.contact-form .form-container .qterest-form-fields input[type="email"]::placeholder,
.contact-form .form-container .qterest-form-fields textarea::placeholder {
	opacity: 1;
	color: white;
}

.contact-form .form-container .qterest-form-fields input[type="text"]:focus,
.contact-form .form-container .qterest-form-fields input[type="tel"]:focus,
.contact-form .form-container .qterest-form-fields input[type="email"]:focus,
.contact-form .form-container .qterest-form-fields textarea:focus {
	outline: none;
}

.contact-form .form-container .qterest-form-fields input:-webkit-autofill,
.contact-form .form-container .qterest-form-fields input:-webkit-autofill:hover,
.contact-form .form-container .qterest-form-fields input:-webkit-autofill:focus,
.contact-form .form-container .qterest-form-fields input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px #6c9791 inset !important;
	-webkit-box-shadow: 0 0 0 30px #6c9791 inset !important;
	-webkit-text-fill-color: white !important;
}

.contact-form .form-container .qterest-form-fields textarea {
	height: 170px;
}

.contact-form .form-container .qterest-form-fields .poly-button {
	background: white;
	color: #6c9791;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.contact-form .form-container .qterest-form-fields .poly-button:hover {
		color: black;
	}
}

.contact-form .form-container .qterest-success-messages {
	background: none;
	font-size: 22px;
	padding: 0;
}

.contact-form.bg-blue {
	background: #396f90;
}

.contact-form.bg-blue .poly-button {
	color: #396f90 !important;
}

.contact-form.bg-blue .poly-button:hover {
	color: black !important;
}

footer {
	padding: 40px 0;
}

footer .main-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
	footer .main-inner {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

footer .main-inner .col {
	width: 100%;
	margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
	footer .main-inner .col {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		width: auto;
		margin-bottom: 0;
	}
}

footer .main-inner .col ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer .main-inner .col ul li {
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (min-width: 600px) {
	footer .main-inner .col ul li {
		text-align: left;
		margin-bottom: 10px;
	}
}

footer .main-inner .col ul li:last-of-type {
	margin-bottom: 0;
}

footer .main-inner .col ul li a {
	color: #6c9791;
	text-decoration: none;
	font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 600px) {
	footer .main-inner .col ul li a {
		font-size: 20px;
	}
}

footer .main-inner .col ul li a:hover {
	text-decoration: underline;
}

footer .main-inner .logo-col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

@media screen and (min-width: 600px) {
	footer .main-inner .logo-col {
		width: 320px;
		padding: 4rem 6rem 3rem 6rem;
	}
}

footer .main-inner .logo-col img {
	width: 100%;
	max-height: 150px;
	-o-object-fit: contain;
	   object-fit: contain;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
	footer .main-inner .logo-col img {
		margin: 0;
		margin-left: auto;
	}
}

@media screen and (min-width: 992px) {
	footer .main-inner .logo-col img {
		margin: 0 auto;
		width: 100%;
	}
}

footer .main-inner .logo-col a {
	margin-bottom: 2rem;
}

footer .main-inner .logo-col a:not(:first-of-type) {
	width: 45%;
}

footer .main-inner .socials-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 600px) {
	footer .main-inner .socials-col {
		width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
}

@media screen and (min-width: 992px) {
	footer .main-inner .socials-col {
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}

footer .main-inner .socials-col .socials-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
	footer .main-inner .socials-col .socials-container {
		margin-top: 40px;
	}
}

@media screen and (min-width: 992px) {
	footer .main-inner .socials-col .socials-container {
		margin: 0;
		margin-left: auto;
	}
}

footer .main-inner .socials-col .socials-container .socials-title {
	color: #6c9791;
	margin: 0;
}

footer .main-inner .socials-col .socials-container .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

footer .main-inner .socials-col .socials-container .social-links a {
	width: 45px;
	height: 45px;
	background: #6c9791;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 3px;
	border-radius: 50%;
	margin: 13px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

footer .main-inner .socials-col .socials-container .social-links a:hover {
	background: #83aba5;
}

footer .main-inner .socials-col .socials-container .social-links a img {
	-o-object-fit: contain;
	   object-fit: contain;
	max-width: 18px;
	max-height: 18px;
}

body.preload * {
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-animation: none !important;
	        animation: none !important;
}

.select-wrapper {
	pointer-events: none;
}

.select-wrapper * {
	pointer-events: all;
}
.case-swiper {
    overflow: hidden;
}
