/*
 * Theme Name: Erkodent
 * Description: Erkodent WordPress/Timber theme
 * Author: MARTINI Werbeagentur GmbH
*/

:root {
	--theme-color: #006ab3;
}

@keyframes scroll-down {
	0% {
		transform: translate(-50%, -20px);
		opacity: 0;
	}
	50% {
		transform: translate(-50%, 0);
		opacity: 1;
	}
	80% {
		transform: translate(-50%, 0);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, 0);
		opacity: 0;
	}
}

html,
body {
	margin: 0;
	width: 100%;
}

html {
	height: 100%;
}

body {
	font: normal 100% "Neue Helvetica W01", sans-serif;
	line-height: 1.4;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
}

.float-wrapper {
	overflow: hidden;
}

.clear {
	clear: both;
}

main {
	padding: 4em 0 2em;
}

main > section:not(.gallery),
article,
main > section.video-element h1,
main > section.video-element .video-caption {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 6rem;
}

main > article {
	position: relative;
}
main > article:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--theme-color);
	margin-top: 4em;
}

main > article + article {
	margin-top: 4em;
}

main > section + section {
	margin-top: 6em;
}

main > section.text + section.big-button {
	margin-top: 0;
}

main > section.section-marker + section {
	margin-top: 0;
}

h1 {
	font-size: 4em;
	font-weight: 100;
	margin: 0;
	line-height: 1.1;
}

h2 {
	font-size: 1.25em;
	margin: 0.5rem 0;
	line-height: 1.1;
	color: #808182;
}

th {
	text-align: left;
}

a {
	color: var(--theme-color);
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: inherit;
}

address {
	font-style: normal;
}

.addresses {
	overflow: hidden;
	margin: 0 0 20px 50px;
}

figure {
	margin: 2em 0;
}

figure > img {
	width: 100%;
	/*height: 100% !important;*/
	vertical-align: top;
}

section,
article {
	transition: opacity 0.5s ease, transform 0.5s ease;
}

section img,
article img {
	max-width: 100%;
	height: auto;
	/* height: 305px; */
	vertical-align: top;
	/* padding: 30px 0; */
}

section.hidden,
article.hidden {
	transition: none;
	opacity: 0;
	transform: translate(0, 100px);
}

.search-result-wrapper {
	overflow: hidden;
}

.search-results ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.search-results li + li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.search-results-page h2 {
	margin-top: 4rem;
}

.search-forms {
	margin: 2em 0;
	display: inline-block;
	border: 1px solid var(--theme-color);
	padding: 15px 25px;
}
.search-forms form {
	display: flex;
}
.search-forms form + form {
	margin-top: 1em;
}
.search-forms input {
	display: inline-block;
	vertical-align: top;
}
.search-forms input[type="text"] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 7px 15px;
	outline: 0;
	min-width: 220px;
	font: 400 15px Arial;
	transition: border-color 0.3s ease;
}
.search-forms input[type="text"]:focus {
	border: 1px solid rgba(0, 0, 0, 0.25);
}
.search-forms input[type="text"]::placeholder {
	color: #00000033;
}
.search-forms input[type="text"]::-webkit-input-placeholder {
	color: #00000033;
}
.search-forms input[type="text"]::-moz-placeholder {
	color: #00000033;
}
.search-forms input[type="text"]:-ms-input-placeholder {
	color: #00000033;
}
.search-forms input[type="text"]:-moz-placeholder {
	color: #00000033;
}
.search-forms input[type="submit"] {
	background-color: var(--theme-color);
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 7px 15px;
	font-size: 15px;
	margin-left: 10px;
	color: #fff;
	flex-grow: 1;
	transition: background-color 0.3s ease;
}
.search-forms input[type="submit"]:hover {
	background-color: #005d9c;
}

.underline {
	text-decoration: underline;
}

.main-text > :first-child::before,
.caption::before {
	content: "";
	display: inline-block;
	background-color: var(--theme-color);
	width: 2.5em;
	height: 0.75em;
	margin-right: 0.5em;
}

.main-text {
	font-size: 1.25em;
}

.page-header {
	position: relative;
	background-color: #fff;
	padding: 35px 95px;
	display: flex;
	align-items: center;
}

.page-header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9001;
	transition: background-color 0.2s, transform 0.3s;
}

.page-header.fixed_pending {
	position: fixed;
	transform: translateY(-100%);
	/* transition: transform 0s; */
	top: -135px;
}

.page-header.fixed {
	top: 0;
	position: fixed;
	background-color: var(--theme-color);
	color: #fff;
	transform: translateY(0);
	/* transition: transform .3s; */
}
.page-header.fixed.transparent,
.page-header.transparent {
	background-color: transparent;
}

.page-logo svg {
	width: 320px;
	height: auto;
	vertical-align: top;
}

.page-logo svg path {
	fill: var(--theme-color);
}

.page-logo svg circle {
	stroke: var(--theme-color);
}

.fixed .page-logo {
	margin-top: 0;
}

.fixed .page-logo svg {
	width: 200px;
}

.fixed .page-logo svg path {
	fill: #fff;
}

.fixed .page-logo svg circle {
	stroke: #fff;
}

.page-nav-wrapper {
	flex-grow: 1;
	margin-left: 4em;
	/* overflow: hidden; */
	margin-top: -1.1em;
	position: relative;
}

.page-header.fixed .page-nav-wrapper {
	margin-top: 0.9em;
}
.page-header.fixed .lang-selector {
	/* bottom: 26px; */
}

.page-icons {
	margin-bottom: 1em;
	text-align: center;
}

.fixed .page-icons {
	display: none;
}

/* .header_p { */
/* opacity: 1; */
/* visibility: visible; */
/* transform: translateY(0); */
/* transition: transform .3s, opacity .3s, visibility .3s, height .3s; */
/* } */

.fixed .header_p {
	display: none;
	/* visibility: hidden; */
	/* opacity: 0; */
	/* height: 0; */
	/* transform: translateY(-20px); */
}

.page-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-navigation > ul {
	font-weight: bold;
	text-transform: uppercase;
}

.page-navigation a {
	color: #a7a9aa;
	font-size: 1em;
}

.page-navigation a:hover,
.page-navigation .current-menu-item > a,
.page-navigation .current-menu-ancestor > a {
	color: var(--theme-color);
}

@media all and (min-width: 960px) {
	.fixed .page-navigation > ul > li > a,
	.fixed .page-navigation > ul > li > ul > li > ul a {
		color: rgba(255, 255, 255, 0.5);
	}
	.fixed .page-navigation a:hover,
	.fixed .page-navigation .current-menu-item > a,
	.fixed .page-navigation > ul > li.current-menu-ancestor > a {
		color: #fff;
	}
	.page-navigation > ul {
		font-size: 0.875em;
		overflow: hidden;
	}
	.page-navigation > ul > li {
		float: left;
	}
	.page-navigation > ul > li + li {
		margin-left: 1.5em;
	}
	.page-navigation > ul > li > ul {
		padding: 15px 0 15px 10px;
		position: absolute;
		top: calc(100% + 20px) !important;
		z-index: 100;
		background-color: #fff;
		box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
	}
	.page-navigation > ul > li > ul > li {
		position: relative;
		z-index: 100;
		transition: color 0.2s ease-in-out;
		padding: 0 10px;
		margin-right: 10px;
		transition: margin 0.3s ease, padding 0.3s ease,
			background-image 0.3s cubic-bezier(0.45, 1, 0.32, 1);
	}
	.page-navigation > ul > li > ul > li.menu-item-has-children {
		background-image: url(images/down-chevron-blue.svg);
		background-size: 10px 10px;
		background-repeat: no-repeat;
		background-position: calc(100% - 10px) center;
	}
	.page-navigation > ul > li > ul > li.menu-item-has-children:hover,
	.page-navigation > ul > li > ul > li.menu-item-has-children.current-menu-item {
		background-image: url(images/down-chevron-white.svg);
	}
	.page-navigation > ul > li > ul > li.menu-item-has-children:hover {
		padding-right: 20px;
		margin-right: 0;
	}
	.page-navigation > ul > li > ul > li ul {
		position: absolute;
		top: 0;
		left: 100%;
		background-color: var(--theme-color);
		opacity: 0;
		visibility: hidden;
		white-space: nowrap;
		padding: 20px 10px;
		transform: translateY(15%);
		transition: opacity 0.3s cubic-bezier(0.45, 1, 0.32, 1),
			visibility 0.3s cubic-bezier(0.45, 1, 0.32, 1),
			transform 0.3s cubic-bezier(0.45, 1, 0.32, 1);
	}
	.page-navigation > ul > li > ul > li li {
		z-index: initial;
	}
	.page-navigation > ul > li > ul > li:hover > ul {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.page-navigation > ul > li > ul > li:hover > ul a {
		color: rgba(255, 255, 255, 0.6);
		border-color: transparent;
		transition: color 0.3s cubic-bezier(0.45, 1, 0.32, 1);
		background-image: none;
		font-weight: normal;
	}
	.page-navigation > ul > li > ul > li > ul a:hover,
	.page-navigation > ul > li > ul > li:hover > ul > li.current-menu-item > a {
		color: rgba(255, 255, 255, 1);
	}
	.page-navigation > ul > li > ul::before {
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-width: 10px 10px 10px 10px;
		border-color: transparent transparent #fff transparent;
		border-style: solid;
		position: absolute;
		top: -20px;
		left: 21px;
		z-index: 20;
	}
	.page-navigation > ul > li > ul::after {
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-width: 9px 9px 9px 9px;
		border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
		border-style: solid;
		position: absolute;
		top: -20px;
		left: 22px;
		z-index: 10;
	}
	.page-navigation > ul > li > ul a {
		color: #1a171b;
		display: block;
		padding: 0.5em 48px 0.5em 0;
		text-transform: none;
		border-bottom: 1px solid #d9dadb;
		letter-spacing: 0.03em;
	}
	.page-navigation .nav-drop li:last-of-type a {
		border-color: transparent;
	}
	.page-navigation > ul > li > ul > li:hover > a,
	.page-navigation > ul > li > ul > li.current-menu-item > a {
		color: #fff;
		border-color: transparent;
	}
	.page-navigation > ul > li > ul > li > a span {
		font-weight: normal;
	}
	.page-navigation > ul > li > ul > li:hover,
	.page-navigation > ul > li > ul > li.current-menu-item {
		background-color: var(--theme-color);
	}
	.page-navigation > ul > li > ul > li:hover a {
		color: #fff;
	}
	.page-navigation > ul > li > ul ul span ~ li a {
		padding: 0.1em 1em 0 2.1em;
	}
	.page-navigation > ul > li > ul > li > ul a {
		padding: 0 10px;
	}
	.page-navigation > ul > li > ul ul span a {
		color: #fff !important;
		font-weight: bold;
		transition: color 0.2s ease-in-out;
		padding: 0;
	}
	.page-navigation > ul > li > ul ul span a:hover {
		color: rgba(255, 255, 255, 0.9) !important;
	}
	.page-navigation > ul > li > ul ul span a:before {
		display: none !important;
	}
	.page-navigation > ul > li > ul ul span:first-of-type {
		margin-top: 0;
	}

	.search-results {
		float: left;
		margin-left: 20px;
		width: calc(25% - 15px);
	}

	.search-results:nth-child(4n + 1) {
		clear: both;
		margin-left: 0;
	}

	.search-results:nth-child(n + 5) {
		margin-top: 20px;
	}

	.search-results h2 {
		margin-top: 16px;
	}
}

.visuals {
	overflow: hidden;
	position: relative;
	margin-top: 130px;
}

.visuals figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.visuals figcaption {
	position: absolute;
	left: 4em;
	bottom: 3em;
	z-index: 1;
	font-size: 1.5vw;
	color: #fff;
	font-weight: bold;
}

.visuals figcaption.top {
	bottom: auto;
	top: 3em;
}

.visuals figcaption span {
	display: inline-block;
	padding: 0.2rem 5rem;
}

.visuals .main-line {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
}

.visuals .main-line span {
	background-color: var(--theme-color);
}

.visuals .sub-line {
	font-size: 1em;
	margin-top: 0.25rem;
}

.visuals .sub-line span {
	background-color: #000;
}

.visuals::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.5em;
	height: 4em;
	background: linear-gradient(to right, rgba(0, 93, 168, 0), rgba(0, 93, 168, 0.75));
	transform-origin: center center;
	transform: skewY(-1deg);
	z-index: 100;
}

#gmaps {
	position: relative;
	padding-bottom: 30%;
	background-color: #f6f6f6;
}

#gmaps > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: grid;
	place-items: center;
}

#gmaps iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	font-size: 4em;
	transform-origin: center center;
	transform: translate(-50%, 0);
	filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.75));
	cursor: pointer;
	animation-name: scroll-down;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-duration: 2s;
}

.divisions {
	margin: 1em auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.divisions > a,
.divisions > span {
	padding: 0.25em 1em;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
	font-size: 1.5em;
}

.divisions > :first-child {
	border-right: 1px solid #000;
}

.divisions > .active {
	font-weight: bold;
}

.breadcrumbs {
	margin: 1em 6em;
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #000;
	transition: color 0.2s ease-in-out;
}

.breadcrumbs a:hover {
	color: var(--theme-color);
}

.breadcrumbs .separator {
	background-image: url(images/bc_next.svg);
	width: 15px;
	height: 18px;
	margin: 0 7px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.breadcrumbs .current {
	font-weight: bold;
}

.uc {
	text-transform: uppercase;
	letter-spacing: 0.0625em;
}

.float-container {
	margin: 2em auto;
	overflow: hidden;
}

.float-container h2 {
	border-top: 1px solid #a7a9aa;
	padding-top: 1rem;
	/* color: var(--theme-color); */
	color: rgba(0, 0, 0, 0.6);
}

.float-container h2 + p {
	/*font-size: 20px;*/
	line-height: 1.2;
}

.float-2 > div {
	float: left;
	width: calc(50% - 1.5em);
	margin-left: 3em;
}

.float-2 > div:nth-child(2n + 1) {
	margin-left: 0;
	clear: both;
}

.float-3 > div {
	float: left;
	width: calc(33.33% - 2em);
	margin-left: 3em;
}

.float-3 > div:nth-child(3n + 1) {
	margin-left: 0;
	clear: both;
}

.float-4 > div {
	float: left;
	width: calc(25% - 2.25em);
	margin-left: 3em;
}

.float-4 > div:nth-child(4n + 1) {
	margin-left: 0;
	clear: both;
}

.float-5 > div {
	float: left;
	width: calc(20% - 3em);
	margin-left: 3em;
}

.float-5 > div:nth-child(5n + 1) {
	margin-left: 0;
	clear: both;
}

.ps_column {
	width: calc(33.33% - 3em - 2px) !important;
	border-left: 2px solid var(--theme-color);
}

.ps_column:nth-child(3n + 1) {
	clear: both;
	border-color: transparent;
}

.pre-headline {
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 5px;
	margin-bottom: 1rem;
	color: #657280;
}

.text-align-c {
	text-align: center;
}

.text-align-s {
	text-align: left;
	text-align: start;
}

.text-align-e {
	text-align: right;
	text-align: end;
}

.text-align-j {
	text-align: justify;
}

.lang-selector,
.wpml-ls {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wpml-ls-link {
	display: flex;
	align-items: center;
}

.lang-selector .active-language,
.wpml-ls-item-toggle {
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: inherit;
}

.lang-selector,
.wpml-ls {
	/*CE*/
	/* position: relative; */
	/* margin-top: 2.2em; */
	position: absolute;
	right: 0;
	bottom: 0;
}

.wpml-ls ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wpml-ls img {
	margin-right: 10px;
}

.lang-selector .languages,
.wpml-ls ul.wpml-ls-sub-menu {
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	z-index: 1000;
	padding: 1em 1.5em;
	background-color: #fff;
	border-radius: 6px;
	border: 2px solid var(--theme-color);
	transform: translateY(10%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.3s cubic-bezier(0.45, 1, 0.32, 1),
		visibility 0.3s cubic-bezier(0.45, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.45, 1, 0.32, 1);
	min-width: 100px;
}

.wpml-ls:hover .wpml-ls-sub-menu {
	transform: translateY(0%);
	opacity: 1;
	visibility: visible;
}

.lang-selector .languages:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 0 10px 14px 9px;
	border-color: transparent transparent var(--theme-color) transparent;
	border-style: solid;
	position: absolute;
	top: -14px;
	right: 20px;
}

.lang-selector .languages:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	position: absolute;
	top: -10px;
	right: 24px;
}

.lang-selector .languages a,
.wpml-ls-sub-menu a {
	color: #000;
	font-weight: bold;
	transition: color 0.2s ease-in-out;
}

.lang-selector .languages a:hover,
.wpml-ls-sub-menu a:hover {
	color: var(--theme-color);
}

.lang-selector span {
	position: relative;
	padding-left: 34px;
	display: block;
}

.wpml-ls-item-toggle::after {
	content: "\25BE";
	margin-left: 10px;
}

.lang-selector a::before,
.lang-selector span::before {
	display: block;
	content: "";
	background-repeat: no-repeat;
	width: 24px;
	height: 15px;
	background-size: 100%;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 2px;
}

.lang-selector .active-language {
	padding-left: 30px;
}

.lang-selector .active-language::before {
	background-size: auto 12px;
}

.lang-selector a.flag_de::before,
.lang-selector span.flag_de::before {
	background-image: url(images/flag_de.png);
}

.lang-selector a.flag_gb::before,
.lang-selector span.flag_gb::before {
	background-image: url(images/flag_gb.png);
}

.lang-selector a.flag_it::before,
.lang-selector span.flag_it::before {
	background-image: url(images/flag_it.png);
}

.lang-selector a.flag_es::before,
.lang-selector span.flag_es::before {
	background-image: url(images/flag_es.png);
}

.lang-selector a.flag_fr::before,
.lang-selector span.flag_fr::before {
	background-image: url(images/flag_fr.png);
}

.lang-selector.open .languages {
	right: 2em;
}

.video-caption {
	font-size: 1.25em;
	margin-top: 1rem;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
}

h1 + .video {
	margin-top: 1em;
}

.video video,
.video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	vertical-align: top;
}

.page-footer {
	background-color: #4a5159;
	color: #fff;
	position: relative;
	min-height: 200px;
	/* padding: 2em 6em; */
	padding: 2em 15em;
}

.page-footer address {
	font-style: normal;
	min-width: 225px;
	float: left;
}

.page-footer a {
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.25s ease-in-out;
}

.page-footer a:hover {
	color: rgba(255, 255, 255, 1);
}

.page-footer nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-footer .gap {
	margin-top: 1em;
}

.footer_socials svg {
	vertical-align: top;
	width: 3em;
	height: 3em;
}

.footer_socials .icons {
	/*margin-left: 4em;
margin-left: 50%;*/
	text-align: center;
}

.footer_socials .icons a {
	display: inline-block;
	margin-left: 2em;
}

.footer_socials .icons a:first-child {
	margin-left: 0;
}

#worldmap {
	margin: 0 auto;
	position: relative;
	min-height: 380px;
}

#worldmap img {
	width: 100%;
	height: auto;
}

.worldmap-overlay {
	position: absolute;
	top: 4em;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

.land-column + .land-column {
	margin-left: 2em;
}

.worldmap-overlay span {
	display: block;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	position: relative;
}

.worldmap-overlay span::after {
	content: "";
	display: block;
	height: 1px;
	width: 15px;
	background-color: var(--theme-color);
	position: absolute;
	bottom: 0;
	left: 0;
}

#worldmap svg #active [id] {
	/* fill: #a7a9aa; */
	fill: #58595b;
	cursor: pointer;
}

#worldmap svg #active [id]:hover {
	fill: var(--theme-color);
}

@media all and (min-width: 960px) {
	.page-footer address {
		margin-right: 4em;
	}
}

.radio_container label,
.checkbox_container label,
.toggle-switch {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.radio_container label input,
.checkbox_container label input {
	flex-shrink: 0;
}

.radio_container label input,
.checkbox_container label input {
	display: none;
}

.radio_container label input + span,
.checkbox_container label input + span,
.toggle-switch::before {
	width: 15px;
	height: 15px;
	border: 2px solid var(--theme-color) !important;
	/* b1b3b4 */
	border-radius: 50%;
	padding: 0;
	flex-grow: initial;
	transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
	background-size: 9px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: none;
	filter: grayscale(100%) brightness(200%);
	transform: rotate(45deg);
	background-image: url(images/times_radio.svg);
	transition: transform 0.3s ease, filter 0.3s ease;
	background-color: transparent;
	flex-shrink: 0;
}

.vertrieb.toggle-switch {
	position: relative;
}

.vertrieb.toggle-switch::before {
	width: 25px;
	height: 25px;
}

.vertrieb.toggle-switch a {
	position: absolute;
	left: 0;
	top: -240px;
	z-index: 1;
}

.vertrieb.toggle-switch span {
	font-size: 2em;
}

/*
.toggle-switch {
text-transform: capitalize;
letter-spacing: .0625em;
}
*/

.toggle-switch::before {
	content: "";
}

.radio_container.choose label input + span,
.checkbox_container.choose label input + span {
	background-image: none;
	position: relative;
	transform: none;
}

.radio_container label input[disabled] + span + span,
.checkbox_container label input[disabled] + span + span {
	opacity: 0.5;
}

.radio_container label input[disabled] + span,
.checkbox_container label input[disabled] + span {
	opacity: 0.5;
}

.radio_container label input + span + span,
.checkbox_container label input + span + span,
.toggle-switch span {
	transition: color 0.2s ease-in-out;
}

.radio_container label input:checked + span + span,
.checkbox_container label input:checked + span + span,
.toggle-switch.active span {
	color: var(--theme-color);
	opacity: 1;
}

.flex_freestyle_header.disabled {
	opacity: 0.2;
}

.flex_normal_header.disabled {
	opacity: 0.2;
}

.radio_container label input:checked + span,
.checkbox_container label input:checked + span,
.toggle-switch.active::before {
	border-color: var(--theme-color) !important;
	filter: grayscale(0) brightness(100%);
	/* transform: rotate(1deg); */
	/* background: none; */
	transform: rotate(0);
	background-image: url(images/minus_radio.svg);
}

.radio_container.choose label input + span:before,
.checkbox_container.choose label input + span:before {
	display: block;
	content: "\00a0";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.2s ease-in-out;
	width: 0;
	height: 0;
	background-color: transparent;
	border-radius: 50%;
	padding: 0;
	margin: auto;
	overflow: hidden;
	display: inline-block;
	/* margin: 3px 2px 2px 3px; */
	line-height: normal;
}

.radio_container.choose label input:checked + span:before,
.checkbox_container.choose label input:checked + span:before {
	width: 17px;
	height: 17px;
	background-color: var(--theme-color);
}

.radio_container label span,
.checkbox_container label span,
.toggle-switch span {
	flex-grow: 1;
	display: inline-block;
	font-weight: bold;
	color: #a7a9aa;
	margin-left: 0.5em;
	padding: 8px 0;
}

.playsafe4u_section .checkbox_container label span + span {
	color: #000;
	padding: 5px 0 8px;
	font-size: 20px;
	cursor: pointer;
}

.radio_container label input:checked + span,
.checkbox_container label input:checked + span,
.toggle-switch.active span {
	color: var(--theme-color);
}

.radio_container label input[disabled] + span,
.checkbox_container label input[disabled] + span {
	color: rgba(167, 169, 170, 0.5);
}

.radio_container label input[disabled]:checked + span,
.checkbox_container label input[disabled]:checked + span {
	color: rgba(0, 106, 179, 1);
	opacity: 1;
}

.radio_container label + label span,
.checkbox_container label + label span,
.toggle-switch span {
	border-top: 1px solid var(--theme-color);
}

.button {
	border: 0;
	background-color: var(--theme-color);
	color: #fff;
	padding: 1em 2em;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
	font-size: 0.8125em;
	font-weight: normal;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
	transition: background-color 0.2s ease-in-out;
}

.button:hover {
	background-color: #025ba0;
}

.button input {
	display: none;
}

.button.link-button {
	background: none;
	border: 2px solid var(--theme-color);
	margin-bottom: 30px;
}

.addr-info-link {
	font-weight: bold;
}

#logo_container,
#flag_upload_container {
	overflow: hidden;
	/* margin: 2em -1em; */
	margin: 1em -1em;
}

#logo_container > .custom-logo {
	float: left;
	width: 154px;
	margin: 1em;
	position: relative;
}

#logo_container .image {
	height: 150px;
	background-position: center center;
	background-size: 75%;
	background-repeat: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.125);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#flag_upload_container > div {
	float: left;
	width: 150px;
	height: 90px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 1em;
	border: 1px solid rgba(0, 0, 0, 0.125);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	position: relative;
}

#logo_container .close-button,
#flag_upload_container .close-button {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	background-color: #f11;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	/* filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25)); */
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
	/* border: 1px solid rgba(0, 0, 0, 0.125); */
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}

#logo_container .close-button::before,
#logo_container .close-button::after,
#flag_upload_container .close-button::before,
#flag_upload_container .close-button::after {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 50%;
	z-index: 1;
	transform-origin: center center;
	height: 2px;
	background-color: #fff;
}

#logo_container .close-button::before,
#flag_upload_container .close-button::before {
	transform: translate(0, -50%) rotate(45deg);
}

#logo_container .close-button::after,
#flag_upload_container .close-button::after {
	transform: translate(0, -50%) rotate(-45deg);
}

#logo_container .close-button:hover,
#flag_upload_container .close-button:hover {
	background-color: #aa0000;
}

.config-box {
	padding: 1em 2.5em 2.5em;
	/* box-sizing: border-box; */
}

.config-form .form-row {
	display: flex;
	padding: 15px 0;
	align-items: center;
	/*CE*/
}

.config-form .form-row #package-contents {
	font: 400 16px Arial;
}

.config-form .form-row + .form-row {
	margin-top: 1em;
	border-top: 1px solid var(--theme-color);
}

.config-form label {
	display: block;
	width: 9em;
	/* border-top: 2px solid var(--theme-color); */
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 1em;
	padding-top: 5px;
}

.config-form input,
.config-form textarea {
	flex-grow: 1;
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 18px;
	padding: 8px 15px 6px;
	/* padding: 10px 15px; */
	/* border: 1px solid rgba(0,0,0,.05); */
	background-color: rgba(167, 169, 170, 0.2);
}

.config-form textarea {
	/* min-height: 12em; */
	min-height: 140px;
	padding: 20px;
}

.config-form input[readonly] {
	background-color: transparent;
}

.config-form .form-field-amount input {
	flex-grow: 0;
	font-size: 18px;
	padding: 8px 15px 6px;
}

.config-form .form-submit {
	margin-top: 1em;
	padding-top: 40px;
}

.config-form .form-submit input {
	background-color: var(--theme-color);
	color: #fff;
	padding: 1em 2em;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
	font-weight: bold;
	font-size: 0.8125em;
	cursor: pointer;
	flex-grow: 0;
}

.filter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.filter a {
	background-color: var(--theme-color);
	color: #fff;
	padding: 0.7em 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
	font-weight: bold;
	font-size: 0.8125em;
	cursor: pointer;
	flex-grow: 0;
}

.filter a + a {
	margin-left: 1em;
}

.suchen-submit .form-submit {
	margin-top: 0 !important;
	padding: 0 !important;
	margin-left: 5em !important;
}

.config-form .form-submit input:hover {
	background-color: #002542;
}

main > section.playsafe4u_section {
	margin-top: 2rem;
}

main > section.playsafe4u-config {
	max-width: 800px;
	margin-top: 4rem;
}

@media all and (max-width: 959px) {
	.address + .address,
	.video-floating + .video-floating {
		margin-top: 30px;
	}

	.ti_pic + .ti_block {
		margin-top: 20px;
	}
}

@media all and (min-width: 960px) {
	.ti_pic {
		width: 320px;
		float: left;
	}

	.ti_pic img {
		max-width: 100%;
		height: auto;
		vertical-align: top;
	}

	.ti_block .main-text {
		float: left;
		width: calc(100% - 320px - 2rem);
		margin-left: 2rem;
	}

	.address,
	.video-floating {
		float: left;
		width: calc(33.33% - 20px);
		margin-left: 30px;
	}

	.address:nth-child(3n + 1),
	.video-floating:nth-child(3n + 1) {
		clear: both;
		margin-left: 0;
	}

	.address:nth-child(n + 4),
	.video-floating:nth-child(n + 4) {
		margin-top: 30px;
	}

	.config-form {
		margin: 0 auto;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-row-gap: 10px;
		grid-column-gap: 40px;
	}
	.config-form .form-row + .form-row:not(.form-submit) {
		margin: 0;
	}
	.config-form .form-field-name,
	.config-form .form-field-street {
		grid-column-start: 1;
	}
	.config-form .form-field-message {
		grid-column-end: span 2;
	}
	.config-form .form-submit {
		grid-column-start: 1;
		grid-column-end: span 2;
		display: flex;
		justify-content: center;
	}
}

.config-headline {
	font-weight: bold;
	font-size: 1.25em;
	/*
text-transform: capitalize;
letter-spacing: .0625em;
*/
	border-bottom: 1px solid #ccc;
	line-height: 1;
	padding-bottom: 0.25rem;
	margin: 2rem 0;
	color: #657280;
}

/* .config-headline::before { */

/* content: ''; */

/* display: inline-block; */

/* background-color: var(--theme-color); */

/* width: 2.5rem; */

/* height: .75rem; */

/* margin-right: .5rem; */

/* } */

.config-fields {
	display: flex;
	margin: 2em 0;
}

.config-fields header {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
	margin-bottom: 1rem;
}

.config-fields .collapsible header span {
	width: 15px;
	height: 15px;
	border: 2px solid var(--theme-color) !important;
	border-radius: 50%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin: 1px 10px 0 0;
	background-size: 9px;
	background-position: center;
	background-repeat: no-repeat;
	filter: grayscale(100%) brightness(200%);
	transform: rotate(45deg);
	background-image: url(images/times_radio.svg);
	transition: transform 0.3s ease, filter 0.3s ease;
	background-color: transparent;
	display: none;
}

.config-fields .collapsible.active header span {
	border-color: var(--theme-color) !important;
	filter: grayscale(0) brightness(100%);
	transform: rotate(0);
	background-image: url(images/minus_radio.svg);
	color: var(--theme-color);
}

.config-thickness {
	display: none;
}

.config-size {
	margin-left: 4em;
}

.config-color-count {
	margin: 0 4em;
}

.config-colors {
	flex-grow: 1;
}

.config-colors > .flex {
	display: flex;
}

.config-color,
.config-freestyle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ddd;
	border: 3px solid #fff;
	cursor: pointer;
	transition: border-radius 0.2s ease;
	position: relative;
}

.config-color::after,
.config-freestyle::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	transition: border-radius 0.2s ease;
	pointer-events: none;
}

.config-freestyle::after {
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.config-color.active,
.config-freestyle.active {
	border-color: var(--theme-color);
}

.config-color.active::after,
.config-freestyle.active::after {
	border-color: var(--theme-color);
}

.config-color + .config-color {
	margin-left: 20px;
}

.config-freestyle {
	/* margin-left: 20px; */
	margin-left: 0;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.config-color.disabled,
.config-freestyle.disabled {
	opacity: 0.25;
	cursor: default;
}

.config-preview {
	margin: 2em 0;
	transform: rotate(180deg) scale(-1, 1);
}

.config-preview img {
	vertical-align: top;
}

.config-preview canvas {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.sku-box {
	margin: 1em 0;
}

.config-color-selector,
.config-freestyle-selector {
	/* overflow: hidden; */
	padding: 40px;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	border: 4px solid var(--theme-color);
	border-radius: 10px;
}

.config-freestyle-selector .config-selector-freestyle {
	border: 1px solid rgba(0, 0, 0, 0.75);
}

.config-color-selector:after,
.config-freestyle-selector:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 40px 40px 0 0px;
	border-color: var(--theme-color) transparent transparent transparent;
	border-style: solid;
	position: absolute;
	bottom: -41px;
	left: 95px;
	z-index: 10;
}

.config-color-selector:before,
.config-freestyle-selector:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 32px 32px 0 0px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	position: absolute;
	bottom: -32px;
	left: 99px;
	z-index: 11;
}

.config-color-selector span.close,
.config-freestyle-selector span.close {
	position: absolute;
	right: 11px;
	top: 7px;
	line-height: 20px;
	font-size: 25px;
	cursor: pointer;
	color: #123456;
	transition: color 0.2s ease-in-out;
}

.config-color-selector span.close:hover,
.config-freestyle-selector span.close:hover {
	color: var(--theme-color);
}

.config-selector-color,
.config-selector-freestyle {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
	transition: border-radius 0.2s ease;
}

.config-selector-freestyle {
	background-size: 105% 105%;
	background-position: center center;
	background-repeat: no-repeat;
}

.config-selector-color:nth-child(5n + 1),
.config-selector-freestyle:nth-child(5n + 1) {
	margin-left: 0;
	clear: both;
}

.form-field-message {
	margin-top: 1.5em !important;
}

.page_icons_item {
	width: 30px;
	height: 31px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	display: inline-block;
	margin-right: 8px;
	transition: background-image 0.2s ease-in-out;
}

.page_icons_item.icon_phone {
	background-image: url(images/header_icon_phone.png);
}

.page_icons_item.icon_mail {
	background-image: url(images/header_icon_mail.png);
}

.page_icons_item.icon_tag {
	background-image: url(images/header_icon_tag.png);
}

.page_icons_item.icon_fav {
	background-image: url(images/header_icon_fav.png);
}

.page_icons_item.icon_search {
	background-image: url(images/header_icon_search.png);
}

.page_icons_item.icon_phone:hover {
	background-image: url(images/header_icon_phone_hover.png);
}

.page_icons_item.icon_mail:hover {
	background-image: url(images/header_icon_mail_hover.png);
}

.page_icons_item.icon_tag:hover {
	background-image: url(images/header_icon_tag_hover.png);
}

.page_icons_item.icon_fav:hover {
	background-image: url(images/header_icon_fav_hover.png);
}

.page_icons_item.icon_search:hover {
	background-image: url(images/header_icon_search_hover.png);
}

.footer_tel {
	font-size: 19px;
	font-weight: bold;
}

.footer_socials {
	height: 55px;
	background-color: #000;
	width: 100%;
	padding-top: 4px;
}

.main-cont {
	width: 1280px;
	margin: 0 auto;
}

.top-link-wrapper {
	margin-right: 15em;
	margin-bottom: 60px;
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}

#top-link {
	cursor: pointer;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	text-transform: uppercase;
	text-align: center;
}

#top-link svg {
	width: 50px;
	height: 50px;
	display: block;
	transform: rotate(-90deg);
	margin: 5px auto 0;
}

#top-link svg line {
	stroke: #000;
	transition: stroke 0.3s ease-in-out;
}

#top-link svg circle {
	fill: #000;
	fill-opacity: 0;
	stroke: #000;
	transition: stroke 0.3s ease-in-out;
}

#top-link:hover svg line,
#top-link:hover svg circle {
	stroke: var(--theme-color);
}

#top-link:hover {
	color: var(--theme-color);
}

#top-link span {
	font-size: 13px;
	display: block;
	letter-spacing: 0.046em;
}

.block_parallax {
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}

.block_parallax img {
	width: 100%;
}

.form-field-sku * {
	font-size: 16px !important;
}

.form-field-colors * {
	font-size: 16px !important;
}

.config-form-color {
	margin-bottom: 100px;
}

.main_cont_tr_img {
	margin: 50px 0;
}

.main_cont_tr_img img {
	width: 32%;
	display: inline-block;
	margin: 0 0.5% 30px;
}

.p4u_img_cont img {
	width: 31%;
	display: inline-block;
	margin: 0 0.9% 0;
}

.dealer_login {
	display: block;
	float: right;
	margin-top: -95px;
	color: #fff !important;
	background-color: var(--theme-color);
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px 13px 6px;
	text-transform: uppercase;
	transition: background-color 0.25s ease-in-out !important;
}

.dealer_login:hover {
	color: #fff !important;
	background-color: #0754b3 !important;
}

.visuals.visual_sec {
	/* height: 850px !important; */
	margin: 110px 0 130px;
}

.slide-button {
	position: absolute;
	top: 50%;
	z-index: 101;
	font-size: 3em;
	cursor: pointer;
	transition: opacity 0.25s ease;
	opacity: 0;
}

.visuals.visual_sec .slide-button {
	transform: translateY(-50%);
}

.visuals.visual_sec .slide-button.slide-button-prev {
	transform: translateY(-50%) rotateY(180deg);
}

.slide-button-next {
	right: 0.5em;
}

.slide-button-prev {
	left: 0.5em;
	transform: rotateY(180deg);
}

.slide-button svg {
	width: 1em;
	height: 1em;
	display: block;
}

svg:not(:root) {
	overflow: hidden;
}

.slide-button svg circle {
	fill: #000;
	fill-opacity: 0.2;
}

.slide-button svg line,
.slide-button svg circle {
	transition: stroke 0.25s ease, fill-opacity 0.25s ease;
}

.visuals:hover .slide-button,
.gallery:hover .slide-button {
	opacity: 1;
}

.slide-button:hover svg line,
.slide-button:hover svg circle {
	stroke: var(--theme-color);
}

.slide-button:hover svg circle {
	fill: #000;
	fill-opacity: 0.2;
}

.slide-controls {
	position: absolute;
	bottom: 15px;
	right: 100px;
	z-index: 101;
}

.slide-indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: transparent !important;
	display: inline-block !important;
	padding: 0 !important;
	margin-right: 10px;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}

.slide-indicator:hover {
	background-color: #fff !important;
}

.slide-indicator.active {
	background-color: #fff !important;
}

.header_margin {
	margin-top: 50px;
}

.block_parallax_first {
	margin-top: 130px;
	height: 700px;
}

.visuals .history_year {
	font-size: 220px;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	color: #1a171b;
	left: 175px;
	line-height: 145px;
}

.visuals.visual_history::after {
	display: none;
}

.history_year.history_year_white {
	color: #fff;
	line-height: 145px;
}

.history_page .main-cont {
	margin: 100px auto;
}

.hover_zone {
	position: absolute;
	width: 100%;
	height: 24px;
	top: -24px;
	left: 0;
}

.page-header.fixed {
	padding: 25px 95px;
}

.impressum_block {
	width: 350px;
	position: relative;
	padding-left: 65px;
	margin-top: 40px;
	float: left;
	margin-right: 120px;
}

.impressum_block:before {
	display: block;
	content: "";
	width: 50px;
	height: 15px;
	background-color: var(--theme-color);
	position: absolute;
	left: 0;
	top: 6px;
}

.header_bold {
	font-weight: bold;
	font-size: 20px;
}

.impressum_cont {
	font-size: 19px;
}

.impressum_cont a {
	color: #000;
	transition: color 0.2s ease-in-out;
}

.impressum_cont a:hover {
	color: var(--theme-color);
}

.menu_overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 106, 179, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 102;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.show {
	opacity: 1 !important;
	visibility: visible !important;
}

.page-navigation .nav-drop .subsub:hover:after {
	display: block;
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: var(--theme-color);
}

.ps_column p {
	min-height: 100px;
}

.ps_column_title {
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
	line-height: 1.1;
	height: 60px;
	margin-bottom: 50px;
	color: var(--theme-color);
}

.ps_column img {
	height: 305px;
	padding: 30px 0;
}

.partners_item {
	width: calc(33% - 20px);
	text-align: center;
	float: left;
	margin: 0 10px;
	/* min-height: 580px; */
	min-height: 400px;
	display: block;
	padding-bottom: 100px;
}

a.partners_item {
	color: #000;
	min-height: 420px;
	transition: color 0.2s ease-in-out;
}

a.partners_item:hover {
	color: var(--theme-color);
}

a.partners_item .partners_pos {
	margin-top: 0;
}

a.partners_item .partners_pic {
	margin-bottom: 15px;
}

.partners_name {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	border-top: 1px solid #b1b3b4;
	padding-top: 15px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.6);
}

.partners_pic,
.highlight .image {
	max-width: 100%;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.partners_pic_ci_motion {
	max-width: 100%;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.partners_pic .partners_overlay,
.product_img_item_pic .partners_overlay .partners_pic_ci_motion,
.highlight .image a::after {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 106, 179, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 102;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.highlight {
	margin-bottom: 50px;
}

.highlight .text,
.highlight .no-text {
	/* margin-bottom: 4rem; */
}

.highlight .image a {
	position: relative;
	display: block;
}

.highlight .image a::after {
	content: "";
}

.owl-carousel {
	margin: 50px 0;
}

.owl-carousel .highlight .text,
.owl-carousel .highlight .no-text {
	margin-bottom: 0;
}

.partners_pic:hover .partners_overlay,
.highlight .image a:hover::after {
	opacity: 1;
	visibility: visible;
}

.product_img_item_pic:hover .partners_overlay {
	opacity: 1;
	visibility: visible;
}

.product_img_item_pic:hover img {
	transform: scale(1.1);
}

.partners_pic img,
.highlight .image img {
	transition: transform 0.4s ease;
}

.partners_pic:hover img,
.highlight .image a:hover img {
	transform: scale(1.1);
}

.partners_pos {
	font-size: 21px;
	font-style: italic;
	text-align: center;
	/* margin-top: 10px; */
	margin-top: 5px;
	margin-bottom: 15px;
}

.partners_tel {
	text-align: center;
	font-size: 20px;
}

.partners_mail {
	text-align: center;
	font-size: 20px;
	color: #000;
	transition: color 0.2s ease-in-out;
}

.partners_mail:hover {
	color: var(--theme-color);
}

.partners_cont {
	margin-top: 80px;
}

#colors,
#colors2 {
	page-break-after: always;
	display: block;
	margin-bottom: 5px;
	width: 100%;
	border: 0;
}

#colors::-webkit-input-placeholder,
#colors2::-webkit-input-placeholder {
	color: #d5d6d7;
	font-weight: bold;
}

#sku {
	align-self: flex-start;
	border: 0;
}

.color_info_cont {
	width: 100%;
}

.color_info_cont strong {
	font-size: 30px;
}

.flex_freestyle_header {
	margin-top: 40px;
}

.radio_container input {
	margin: 13px 0 5px 6px;
	outline: 0;
}

.sond_cont {
	/* text-align: right; */
	/* border-top: 1px solid var(--theme-color); */
	/* border-bottom: 1px solid var(--theme-color); */
	/* padding-top: 50px; */
	/* padding-bottom: 50px; */
	padding-bottom: 30px;
	padding-top: 20px;
	width: 800px;
	margin: 0 auto;
}

.sond_item {
	/* width: 125px; */
	/* width: 230px; */
	margin: 0 16px;
	display: inline-block;
	margin-left: 10em;
}

.sond_item img {
	width: 100%;
}

.ps_column_cont {
	margin-top: 50px;
}

.ps_column .main-text {
	min-height: auto;
	color: #333;
	margin: 0;
}

.arrow,
.more_link {
	color: var(--theme-color);
	font: italic 100% "Neue Helvetica W01", sans-serif;
	font-size: 16px;
	position: relative;
	padding-left: 18px;
	/* text-transform: lowercase; */
	transition: opacity 0.2s ease-in-out;
	display: inline-block;
}

.arrow:hover,
.more_link:hover {
	opacity: 0.8;
	color: var(--theme-color);
}

.arrow::before,
.more_link::before {
	background-image: url(images/bc_next_link.svg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	background-size: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 4px;
	top: 5px;
}

.arrow:hover::before,
.more_link:hover::before {
	opacity: 0.8;
}

.filter_label {
	font: normal 100% "Neue Helvetica W01", sans-serif;
	font-size: 21px;
	position: relative;
	padding-left: 19px;
	transition: opacity 0.2s ease-in-out;
	display: inline-block;
	margin-right: 10px;
	cursor: default;
}

.filter_label:before {
	background-image: url(images/bc_next.svg);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	background-size: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
}

.explanation {
	margin: 0 1em;
	font-size: 1em;
	line-height: 1.2;
}

.align_center {
	/* text-align: center; */
	width: 800px;
	margin: 0 auto;
}

.flag_namelabel {
	height: auto;
	width: 200px;
	box-shadow: none;
}

.foil-gfx-wrapper {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}

.foil-gfx {
	width: 150px;
	margin: 20px 20px 0;
	position: relative;
	transition: transform 0.3s cubic-bezier(0.45, 1, 0.32, 1);
	flex-shrink: 0;
}

/* .foil-gfx * { */
/* -webkit-touch-callout: none; */
/* -webkit-user-select: none; */
/* -khtml-user-select: none; */
/* -moz-user-select: none; */
/* -ms-user-select: none; */
/* user-select: none; */
/* } */

.foil-gfx.active {
	transform: translateY(-7px);
}

.foil-gfx img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.foil-gfx-image img {
	height: 150px;
}

.foil-gfx-teeth .foil-gfx {
	width: 250px;
}

.foil-gfx .click-area {
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
	transition: box-shadow 0.3s cubic-bezier(0.45, 1, 0.32, 1);
}

.foil-gfx.active .click-area {
	box-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.09), 0 6px 16px -2px rgba(0, 0, 0, 0.23);
}

.foil-gfx.active .click-area::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background-color: #3ece48;
	background-image: url(images/checked.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}

.foil-gfx-quantity {
	transition-delay: 0.1s;
}

.foil-gfx-color {
	bottom: -66px;
	transition-delay: 0.05s;
}

.foil-gfx-color span {
	float: right;
	width: 60px;
	height: 16px;
	border: 2px solid #000;
	background-color: rgb(0, 0, 0);
	margin: 2px 3px 0 0;
	border-radius: 15px;
	cursor: pointer;
}

.foil-gfx-input {
	display: flex;
	align-items: center;
	margin: 5px auto;
	border: 2px solid var(--theme-color);
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	transform: translateY(-10px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.3s cubic-bezier(0.45, 1, 0.32, 1),
		opacity 0.3s cubic-bezier(0.45, 1, 0.32, 1), visibility 0.3s cubic-bezier(0.45, 1, 0.32, 1);
	padding: 2px 6px;
}

.foil-gfx-input.foil-gfx-value input {
	border-radius: 0;
	padding-left: 2px;
}

.foil-gfx-name .foil-gfx-input.foil-gfx-value input {
	text-align: left;
}

.foil-gfx-input label {
	font-size: 0.875em;
	flex-shrink: 0;
	margin-right: 5px;
}

.foil-gfx-input input {
	flex-grow: 1;
	border-radius: 10px;
	border: 0;
	outline: 0;
	color: var(--theme-color);
	font-size: 0.875em;
	text-align: right;
	padding: 0;
	font-weight: bold;
	min-width: 40px;
	position: relative;
	z-index: 10;
}

.foil-gfx-color {
	justify-content: space-between;
}

/*
.foil-gfx-name input {
	border: 0;
	outline: 0;
	width: 55%;
	float: right;
	height: 22px;
	padding: 0 5px;
	color: #000;
	font-weight: bold;
}

.foil-gfx-name input::placeholder {
	color: #c7c7c7;
}
*/

.foil-gfx.active .foil-gfx-quantity,
.foil-gfx.active .foil-gfx-value,
.foil-gfx.active .foil-gfx-color {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.flag_cont {
	margin-top: 15px;
	text-align: center;
}

.flag_cont_text h3 {
	margin-bottom: 0;
	margin-top: 50px;
}

.flag_cont_text h3 + p {
	margin-top: 0;
}

.teeth_input {
	margin: 15px 0;
}

.teeth_input input {
	outline: 0;
	margin-top: 5px;
	font-size: 18px;
	/* padding: 10px 15px; */
	padding: 8px 15px 6px;
	border: 0;
	background-color: rgba(167, 169, 170, 0.2);
}

#box_namelabel img {
	width: 100px;
}

.flag_cont_block {
	width: 30%;
	margin: 0 3.33% 0 0 !important;
	display: block;
	float: left;
}

.flag_cont_block span {
	display: block;
	height: 130px;
}

.colors_square .config-color,
.colors_square .config-freestyle,
.colors_square .config-color-selector .config-selector-color,
.colors_square .config-freestyle-selector .config-selector-freestyle {
	border-radius: 0;
}

.colors_square .config-color::after,
.colors_square .config-freestyle::after {
	border-radius: 0;
}

.checkbox_line {
	width: 100%;
	height: 1px;
	background-color: var(--theme-color);
	margin: 5px 0 8px;
	position: relative;
}

.checkbox_container_rm label input + span {
	margin-left: 0;
}

#contact_map {
	width: 100%;
	height: 900px;
}

.p4u_col_cont {
	text-align: center;
}

.divisions a:last-of-type {
	color: #82c2c5;
}

.worldmap_cont {
	position: relative;
	overflow: hidden;
}

.worldmap_cont .worldmap_tooltip {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 205px;
	height: auto;
	background-color: #fff;
	border: 4px solid var(--theme-color);
	border-radius: 10px;
	padding: 22px;
	box-sizing: border-box;
	font-size: 15px;
	display: none;
	opacity: 0.9;
}

.worldmap_cont .worldmap_tooltip .worldmap_country {
	font-weight: bold;
	margin-bottom: 5px;
	display: none;
}

.worldmap_cont .worldmap_tooltip .worldmap_address {
	display: none;
}

.product_switcher_buttons {
	float: right;
	margin-top: 12px;
}

.product_switcher_buttons .product_switcher_button {
	color: #fff;
	display: inline-block;
	background-color: #c5c7c8;
	transition: background-color 0.2s ease;
	padding: 4px 15px;
	font-size: 20px;
	cursor: pointer;
	margin-left: 18px;
}

.product_switcher_buttons .product_switcher_button:hover {
	background-color: #afb0b1;
}

.product_switcher_buttons .product_switcher_button.active {
	background-color: var(--theme-color);
}

.product_header {
	overflow: hidden;
	margin-bottom: 60px;
}

.product_nav {
	float: left;
}

.product_nav {
	margin-top: 15px;
}

.product_nav a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #c5c7c8;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 12px;
	transition: background-color 0.2s ease;
	position: relative;
	z-index: 1;
}

.product_nav a.product_pers {
	background-image: url(images/product_pers.svg);
	background-size: 22px;
}

.product_nav a.product_book {
	background-image: url(images/product_book.svg);
	background-size: 29px;
}

.product_nav a.product_download {
	background-image: url(images/product_download.svg);
	background-size: 22px;
}

.product_nav a.product_search {
	background-image: url(images/product_search.svg);
	background-size: 22px;
}

.product_nav a.header_phone {
	background-image: url(images/header_phone.svg);
	background-size: 20px;
}

.product_nav a.header_tag {
	background-image: url(images/header_tag.svg);
	background-size: 16px;
}

.product_nav a.header_heart {
	background-image: url(images/header_heart.svg);
	background-size: 19px;
}

.product_nav a.header_email {
	background-image: url(images/header_email.svg);
	background-size: 22px;
}

.product_nav a.header_search {
	background-image: url(images/product_search.svg);
	background-size: 19px;
}

.product_nav a.product_edu {
	background-image: url(images/icon_edu.svg);
	background-size: 26px;
}

.product_nav a.product_doc {
	background-image: url(images/icon_doc.svg);
	background-size: 23px;
}

.product_nav a.product_docs {
	background-image: url(images/icon_docs.svg);
	background-size: 24px;
}

.product_nav a.product_loc {
	background-image: url(images/icon_loc.svg);
	background-size: 26px;
}

.product_nav a.product_vid {
	background-image: url(images/play_button.svg);
	background-size: 19px;
	background-position: 13px center;
}

.product_nav a.header_search.active,
.product_search.active {
	background-color: var(--theme-color);
}

.product_nav a:hover {
	/* background-color: #afb0b1; */
	background-color: var(--theme-color);
}

.product_content {
	position: relative;
	margin-top: 60px;
}

.search-results-page .product_content {
	margin-top: 0;
}

.product_cont_item {
	display: none;
	transform: translateY(20%);
	transition: transform 0.3s ease-in-out;
}

.product_cont_item.active {
	display: block;
	transform: translateY(0%);
}

.product_img_item {
	float: left;
	width: 600px;
	margin-bottom: 75px;
}

.product_img_item:nth-of-type(2n + 2) {
	margin-left: 80px;
}

.product_img_item_pic {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.product_img_item_border {
	padding-top: 16px;
	border-top: 1px solid #b1b3b4;
	margin-top: 16px;
	margin-bottom: 10px;
	border-top: 1px solid #b1b3b4;
}

/* .product_img_item_pic:after { */

/* display: block; */

/* content: ""; */

/* width: 100%; */

/* height: 1px; */

/* position: absolute; */

/* bottom: -16px; */

/* background-color: #b1b3b4; */

/* } */

.product_img_item_pic img {
	width: 100%;
	transition: transform 0.4s ease;
}

.product_img_item_header {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-bottom: 12px;
	color: rgba(0, 0, 0, 0.6);
	/* margin-top: 25px; */
}

.product_img_item_text {
	padding: 0 20px;
	font-size: 20px;
}

.product_list_cont {
	width: 100%;
	border-top: 3px solid var(--theme-color);
	border-bottom: 3px solid var(--theme-color);
	padding: 30px 0 35px;
}

.product_list_row {
	width: 100%;
	border-bottom: 1px solid #e9e9ea;
	padding: 10px 0 15px;
}

.product_list_row:last-of-type {
	border-bottom: 0;
}

.product_list_row_label {
	float: left;
	font-weight: bold;
	width: 180px;
	padding-right: 25px;
	box-sizing: border-box;
	font-size: 17px;
}

.product_list_row_text {
	float: left;
	width: calc(100% - 180px);
	font-size: 17px;
}

.product_list_row_text ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product_list_row_text ul li {
	padding-left: 12px;
	text-indent: -0.7em;
}

.product_list_row_text ul li::before {
	content: "â€¢ ";
	color: var(--theme-color);
	padding-right: 2px;
}

.product_c_header {
	display: block;
	font-weight: bold;
	/*
text-transform: uppercase;
letter-spacing: .0625em;
*/
}

.product_checkbox_item {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}

.product_checkbox_pic {
	position: relative;
	text-align: center;
}

.product_checkbox_pic img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.product_checkbox_pic + .product_checkbox_cont {
	margin-top: 40px;
}

.product_checkbox_cont .checkbox_line {
	margin: 0;
}

.product_checkbox_cont .config-headline {
	position: relative;
	padding-left: 55px;
	margin: 0;
}

.product_checkbox_cont .config-headline:before {
	display: block;
	content: "";
	width: 40px;
	height: 13px;
	background-color: var(--theme-color);
	left: 0;
	top: 3px;
	position: absolute;
}

.product_checkbox_cont .config-headline + p {
	margin-bottom: 30px;
}

.product_checkbox_cont .checkbox_line:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 1px;
	background-color: #fff;
}

.checkbox_container_cont {
	width: 550px;
}

.product_checkbox_cont .config-box {
	padding-top: 5px;
	font-style: italic;
}

.product_list_row_text ul li a.more_link {
	padding-left: 28px;
}

.news-cont .float-container.float-3.text-align-c div {
	margin-bottom: 80px;
}

.news-cont .float-container.float-3.text-align-c div.partners_pic {
	margin-bottom: 25px;
}

/*
.product_main_cont .partners_name {
text-transform: capitalize;
}
*/

.playsafe_farben {
	margin-top: 100px;
}

.playsafe_farben_item {
	width: 17%;
	float: left;
	margin: 0 1.5% 30px;
}

.playsafe_farben_pic {
	position: relative;
	text-align: center;
	width: 100%;
	height: 105px;
}

.playsafe_farben_pic img {
	max-width: 85%;
}

.playsafe_farben_header {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	/* text-transform: uppercase; */
	margin-top: 15px;
}

.playsafe_farben_header span {
	color: var(--theme-color);
}

.p4u_col1_img,
.p4u_col2_img,
.p4u_col3_img {
	display: inline-block;
	width: 300px;
}

.main_text_list_block {
	width: 33%;
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
	overflow: hidden;
}

.usig-points {
	margin-top: -5rem;
}

.usig-points p {
	margin-left: 1em;
	margin-bottom: 0;
}

.main_cont_usig .main_cont_tr_img {
	margin: 100px 0;
}

.product_content .radio_container.choose {
	display: inline-block;
	margin-right: 25px;
	font-style: normal;
}

.product_content .prod_table_row.prod_table_header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding: 6px 0;
	font-style: italic;
	margin-bottom: 10px;
}

.product_content .prod_table_row {
	font-size: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-style: normal;
}

.prod_table_number {
	width: 18%;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}

.prod_table_desc {
	width: 52%;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}

.prod_table_quantity {
	width: 10%;
	display: inline-block;
	font-size: 16px;
	text-align: right;
	vertical-align: top;
}

.prod_table_unit {
	width: 20%;
	display: inline-block;
	font-size: 16px;
	padding-left: 22px;
	box-sizing: border-box;
	width: 20%;
	display: inline-block;
	font-size: 16px;
	padding-left: 22px;
	box-sizing: border-box;
	vertical-align: top;
}

.prod_table_switch {
	text-align: center;
	margin: 10px 0;
}

.prod_table {
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	overflow: hidden;
}

.prod_table.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	padding-bottom: 10px;
}

.main_cont_usig .checkbox_line {
	margin-top: 60px;
}

.video-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

.video-overlay span {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	margin: auto;
	background-color: var(--theme-color);
	border: 2px solid #fff;
	opacity: 0.7;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	background-image: url(images/play_button.svg);
	background-size: 60px;
	background-position: 28px 21px;
	background-repeat: no-repeat;
}

.video-overlay:hover span {
	opacity: 0.8;
	transform: scale(1.1);
}

.header_p.product_nav {
	margin-bottom: 1em;
	text-align: center;
	margin-top: 0;
	float: initial;
}

.header_p.product_nav a {
	width: 35px;
	height: 35px;
}

.description {
	pointer-events: none;
	position: absolute;
	font-size: 18px;
	text-align: center;
	background: white;
	padding: 10px 15px;
	z-index: 5;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: var(--theme-color);
	border-radius: 5px;
	box-shadow: 0 0 0 1px #eee;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.description.active {
	display: block;
}

.description:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
}

.worldmap_tooltip_close {
	position: absolute;
	right: 9px;
	top: 3px;
	font-size: 24px;
	line-height: 1;
	transition: color 0.2s ease-in-out;
	cursor: pointer;
}

.worldmap_tooltip_close:hover {
	color: var(--theme-color);
}

.owl-item .highlight {
	margin-bottom: 0;
}

#header_search,
#product_search {
	display: inline-block;
	outline: 0;
	border: 0;
	height: 35px;
	margin-top: 1px;
	padding: 0 0 0 30px;
	margin-left: -33px;
	position: absolute;
	display: none;
	background-color: rgba(0, 0, 0, 0.06);
}

.history_triple_img img {
	width: 48%;
	height: auto;
	float: left;
	margin: 0 2% 0 0;
}

.owl_title {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
}

.main_header_bold {
	color: rgba(0, 0, 0, 0.5);
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
	margin-top: 100px;
}

.main_header_bold span {
	font-weight: normal;
	text-transform: lowercase;
}

.ti_block {
	overflow: hidden;
	margin-top: 2em;
}

.square_point.radio_container label span {
	border-radius: 0 !important;
	transform: rotate(0deg) !important;
}

.square_point.radio_container label span::before {
	border-radius: 0 !important;
}

.double_img {
	margin-bottom: 100px;
}

.double_img .double_img_item {
	width: 400px;
	margin: 0 40px 0 0;
	float: left;
}

.double_img .double_img_item:nth-of-type(3n + 3) {
	margin-right: 0;
}

.double_img_text {
	margin-top: 5px;
	padding: 20px;
	text-align: center;
}

double_img_pic {
	width: 100%;
}

double_img_pic img {
	max-width: 100%;
}

.main_popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 99999;
	display: none;
}

.main_popup .popup_overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 106, 179, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.main_popup .popup_cont_wrap {
	width: 1200px;
	height: 600px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 110;
	padding: 40px;
	box-sizing: border-box;
	overflow: auto;
}

.main_popup .popup_cont_wrap .close_button {
	position: absolute;
	top: 7px;
	right: 17px;
	color: #111111;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.3s ease-in-out;
}

.main_popup .popup_cont_wrap .close_button:hover {
	color: var(--theme-color);
}

.main_popup .popup_cont_wrap .popup_header {
	font-weight: 400;
	font-size: 30px;
	max-width: 96%;
	line-height: 30px;
	margin-bottom: 30px;
}

.main_popup .popup_cont_wrap .popup_cont {
	font-size: 18px;
	height: 460px;
	overflow: auto;
	padding-right: 50px;
}

.license_checkbox label {
	width: auto;
	padding: 0;
}

.license_checkbox label input + span {
	margin: 0;
	top: 2px;
}

.license_checkbox.checkbox_container label input + span + span {
	padding: 0;
}

.license_checkbox.checkbox_container label input:checked + span + span {
	color: #000;
}

.front_item img {
	max-width: 85%;
}

.front_item {
	margin-bottom: 50px;
	width: 250px;
	height: 150px;
	background-size: 90%;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.flag_text_cont {
	/* overflow: hidden; */
	height: 100px;
}

.img_prev {
	position: absolute;
	left: calc(100% + 10px);
	top: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15%);
	transition: opacity 0.3s cubic-bezier(0.45, 1, 0.32, 1),
		visibility 0.3s cubic-bezier(0.45, 1, 0.32, 1),
		transform 0.3s cubic-bezier(0.45, 1, 0.32, 1);
	width: 250px;
	height: 175px;
}

.img_prev img {
	max-width: 100%;
	max-height: 100%;
}

.page-navigation .nav-drop li li:hover .img_prev {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.playsafe_img_p span {
	font-weight: bold;
	color: var(--theme-color);
}

.history_triple_img.image_text div {
	float: left;
	width: 48%;
	float: left;
	margin: 0 2% 0 0;
}

.history_triple_img.image_text img {
	float: initial;
	width: 100%;
	height: auto;
	margin: 0;
}

.history_triple_img.image_text div span {
	display: inline-block;
	/* margin: 0 1%; */
	padding: 20px 0;
}

.playsafe4u_img_block {
	font-size: 0;
}

.playsafe4u_img_block img {
	width: 23%;
	display: inline-block;
	margin-right: 2.65%;
}

.playsafe4u_img_block img:last-of-type {
	margin: 0;
}

.checkbox_line.sep_light {
	margin-top: 50px;
	background-color: rgba(0, 0, 0, 0.2);
}

.product_desc_p {
	font-size: 20px;
}

.visual_sec.video_sec {
	height: 900px;
	margin-bottom: 50px;
}

.visual_sec.video_sec video {
	top: -130px;
}

.video_visual_overlay {
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.partners_lang {
	margin-top: 7px;
	font-size: 0;
}

.partners_lang img {
	margin-right: 10px;
}

.partners_lang img:last-of-type {
	margin-right: 0;
}

.main_cont_tr_img.image_text div {
	float: left;
	width: 32%;
	margin: 0 0.5% 30px;
}

.main_cont_tr_img.image_text span {
	display: inline-block;
	padding: 15px 0;
}

.main_cont_tr_img.image_text div img {
	float: initial;
	width: 100%;
	margin: 0;
}

.partners_overlay:before {
	content: "";
	display: block;
	width: 150px;
	height: 88px;
	background-size: 100%;
	background-image: url(images/erkodent_logo_sign.svg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.partners_pic:hover .partners_overlay:before,
.product_img_item_pic:hover .partners_overlay:before {
	opacity: 0.3;
	visibility: visible;
}

.flag_cont_graphic .num_logo_cont img {
	max-width: 85%;
	max-height: 85%;
}

.p4u_block_plogo {
	width: 900px;
	margin: 20px auto 0;
}

img.history_triple_last {
	margin-top: 45px;
}

.menu_trigger {
	float: right;
	width: 25px;
}

.mob_menu {
	transition: 0.1s transform linear;
	background: none;
	width: 25px;
	outline: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	display: none;
	z-index: 99999;
}

.mob_menu .bar,
.mob_menu::before,
.mob_menu::after {
	content: "";
	display: block;
	transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
	background: var(--theme-color);
	height: 3px;
	border-radius: 1px;
}

.mob_menu::before {
	margin-bottom: 4px;
}

.mob_menu::after {
	margin-top: 4px;
}

.page-header.fixed .mob_menu .bar,
.page-header.fixed .mob_menu::after,
.page-header.fixed .mob_menu::before {
	background: #fff;
}

.page-navigation.show + .menu_trigger .bar,
.page-navigation.show + .menu_trigger .mob_menu::after,
.page-navigation.show + .menu_trigger .mob_menu::before {
	transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}

.page-navigation.show + .menu_trigger .bar {
	background-color: #fff;
	background: 0 !important;
}

.page-navigation.show + .menu_trigger .mob_menu::before {
	transform: translate(0, 7px) rotate(45deg);
	background-color: #fff;
}

.page-navigation.show + .menu_trigger .mob_menu::after {
	transform: translate(0, -7px) rotate(-45deg);
	background-color: #fff;
}

.mob_menu.active {
	position: fixed;
	right: 55px;
	top: 30px;
}

.config_link_cont {
	width: 800px;
	margin: 0 auto;
	grid-column-end: span 2;
	display: flex;
}

.erkopress_motion_action {
	margin-bottom: 2em;
}

.erkopress_motion_action img {
	width: 100%;
}

.special {
	text-transform: none !important;
}

.shared-text {
	max-width: 100%;
	margin-top: 1em;
}

.collection {
	overflow: hidden;
}

.collection-address,
.collection-event {
	overflow: visible;
}

.container {
	position: relative;
}

.video-container,
.video-container-4 {
	overflow: hidden;
}

.video-wrapper header,
.document-wrapper header a {
	font-weight: bold;
}

.video-container .video-wrapper {
	float: left;
	margin-left: 20px;
	width: calc(50% - 10px);
	display: block;
}

.video-container .video-wrapper:nth-child(2n + 1) {
	clear: both;
	margin-left: 0;
}

.video-container .video-wrapper:nth-child(n + 3) {
	margin-top: 40px;
}

.video-container-4 .video-wrapper {
	float: left;
	margin-left: 20px;
	width: calc(25% - 15px);
	display: block;
}

.video-container-4 .video-wrapper:nth-child(4n + 1) {
	clear: both;
	margin-left: 0;
}

.video-container-4 .video-wrapper:nth-child(n + 5) {
	margin-top: 40px;
}

.video-single + .video-single {
	margin-top: 30px;
}

.video-wrapper {
	display: block;
}

.video-wrapper figure {
	position: relative;
	display: block;
	margin: 0;
}

.video-wrapper figure::after {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	border-radius: 50%;
	background-color: var(--theme-color);
	border: 2px solid #fff;
	opacity: 0.7;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	background-image: url(images/play_button.svg);
	background-size: 24px;
	background-position: 21px 19px;
	background-repeat: no-repeat;
}

.video-wrapper:hover figure::after {
	opacity: 0.8;
	transform: scale(1.1);
}

.collection-address table {
	margin-top: 4rem;
}

.collection-address form,
.collection-address .filter {
	padding: 0 40px;
	margin: 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.collection-address .filter {
	padding: 15px 40px;
	margin-top: 20px;
}

.collection-address .config-form .form-submit {
	padding: 0;
	margin: 0;
}

.video-wrapper header {
	margin-top: 5px;
}

.collection-document {
	margin-top: 40px;
	overflow: hidden;
}

.documents:not(.multi-columns) .document-wrapper + .document-wrapper {
	padding-top: 0.5em;
	margin-top: 0.5em;
	/*border-top: 1px solid #ccc;*/
}

.collection-document .document-wrapper,
.rectangles span {
	float: left;
	width: calc(25% - 15px);
	margin-left: 20px;
}

.collection-document .document-wrapper:nth-child(4n + 1),
.rectangles span:nth-child(4n + 1) {
	clear: both;
	margin-left: 0;
}

.collection-document .document-wrapper:nth-child(n + 5),
.rectangles span:nth-child(n + 5) {
	padding-top: 0.5em;
	margin-top: 0.5em;
	/*border-top: 1px solid #ccc;*/
}

.documents .comment {
	font-size: 0.875em;
}

.documents + .config-headline {
	margin: 4rem 0 1rem;
}

.documents td,
.documents th {
	text-align: left;
	width: 33.33%;
}

.price4u {
	margin: 40px 0 60px;
}

.playsafe_konfi {
	margin: 40px 0 60px;
}

.table-gerate {
	margin-top: 6em;
}

.address-list {
	margin-top: 2em;
}

.address-list + .address-list {
	margin-top: 0;
}

/*
.address-list h1 {
	margin-left: 0.25em;
}
*/

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}

td,
th {
	border-bottom: 1px solid #dddddd;
	text-align: center;
	padding: 8px;
}

th {
	padding-bottom: 12px;
}

th[data-sortable] {
	color: var(--theme-color);
	cursor: pointer;
}

th[data-sortable]:hover,
th[data-sortable].sort {
	color: inherit;
}

#tiefzeih th,
tr:last-child {
	border-bottom: 3px solid var(--theme-color);
}

#uhrzeit tr:last-child,
th {
	border: none;
	text-align: left;
}

tr:last-child td {
	padding-bottom: 1.5em;
}

/*
tr:first-child td {
padding-top: 1.5em;
}
*/

td:first-child {
	text-align: left;
}

#address-table {
	margin-top: 4em;
}

.ps-table td,
.sl-table td {
	text-align: left !important;
}

.usig-points ul li {
	position: relative;
}

.usig-points ul li::after {
	content: "";
	position: absolute;
	left: -2em;
	right: 0;
	width: 1px;
	background-color: var(--theme-color);
	height: 1px;
	width: 300px;
	bottom: 0;
}

.usig-points ul li:first-child::before {
	content: "";
	position: absolute;
	left: -2em;
	right: 0;
	width: 1px;
	background-color: var(--theme-color);
	height: 1px;
	width: 300px;
	top: 0;
}

.table-kurs {
	width: 50%;
}

.surfboard_subitem {
	margin-top: 2em;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 2em;
}

.surfboard.lines {
	float: left;
	width: 80%;
}

.item-logo {
	float: left;
	width: 20%;
}

.documents-row {
	display: block;
	height: auto;
	padding: 1.5em 0;
	border-top: 1px solid lightgrey;
	overflow: hidden;
}

.documents-row:last-child {
	border-bottom: 1px solid lightgrey;
	padding-bottom: 1em;
}

.rectangles {
	display: block;
	height: auto;
	padding: 1.5em 0;
	overflow: hidden;
}

.rectangles span {
	/*display: block;
width: calc(16% - 10px);*/
	height: 10px;
	background-color: var(--theme-color);
	float: left;
}

.config .more_link:before {
	top: 3.5px;
}

.addr-info-overlay.show {
	opacity: 1;
	visibility: visible;
	display: block;
}

.addr-info-overlay {
	position: absolute;
	top: -1em;
	left: 5em;
	visibility: hidden;
	opacity: 0;
	border: 5px solid var(--theme-color);
	background-color: #fff;
	z-index: 100;
	width: 480px;
	max-width: calc(100vw - 10em);
	box-sizing: border-box;
	padding: 20px 40px;
}

.addr-info-close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.addr-info-close:hover {
	color: var(--theme-color);
}

.addr-wrapper {
	width: 350px;
	max-height: 600px;
	padding: 1em;
	display: block;
	overflow-y: auto;
}

.pos-parent {
	position: relative;
}

.color_picker_hell {
	margin: 10px 55px 25px;
}

.color_picker_hell span {
	font-weight: bold;
	font-size: 23px;
	margin-right: 10px;
	line-height: 100%;
	display: inline-block;
	vertical-align: top;
}

.color_picker_hell span:after {
	content: "%";
}

.color_picker_cont {
	width: 350px;
	margin: 0 auto;
}

.checkbox_container .color_value {
	font-size: 18px;
	font-weight: bold;
	color: var(--theme-color);
}

.checkbox_container .color_value span {
	color: var(--theme-color);
}

.modal_color {
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	overflow: auto;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal_color.active {
	visibility: visible;
	opacity: 1;
}

.modal_color_cont {
	margin: 10vh auto 0;
	width: 550px;
}

#color_picker_modal svg {
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.modal_color_picker_hell {
	margin: 15px 105px 0;
	font-size: 20px;
}

.modal_color_picker_hell span {
	font-size: 26px;
	line-height: 110%;
}

#modal_color_submit {
	background-color: rgb(24, 105, 167);
	border: 0;
	outline: 0;
	color: #fff;
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 25px;
	margin: 40px auto 15px;
	display: block;
	transition: background-color 0.4s ease;
	cursor: pointer;
}

#modal_color_submit:hover {
	background-color: rgb(85, 156, 210);
}

.modal_header {
	margin-bottom: 30px;
}

.modal_header .modal_title {
	font-weight: bold;
	font-size: 20px;
	float: left;
}

.modal_header .modal_color_input .modal_title {
	width: 240px;
	float: right;
}

.modal_header:after {
	display: block;
	content: "";
	clear: both;
}

.color_input_wrap {
	font-size: 0;
	margin-left: -20px;
	word-break: keep-all;
	white-space: nowrap;
}

.color_input_cont {
	display: inline-block;
	color: rgb(24, 105, 167);
	margin-right: 7px;
}

.color_input_cont:last-of-type {
	margin: 0;
}

.color_input_cont input {
	-moz-appearance: textfield;
	background: none;
	border: 0;
	outline: 0;
	font-size: 19px;
	display: inline-block;
	width: 32px;
	text-align: right;
	margin-right: 2px;
	font-weight: bold;
	color: rgb(24, 105, 167);
}

.color_input_cont input::-webkit-outer-spin-button,
.color_input_cont input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.color_input_cont span {
	font-size: 20px;
}

.flag_item.flag_namelabel .cont_menge {
	bottom: -66px;
}

.choose_country_cont {
	margin-bottom: 50px;
	margin-top: 25px;
}

.choose_country_cont .choose_country_item,
.flag_namelabel {
	opacity: 0.3;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.choose_country_cont .choose_country_item.active,
.flag_namelabel {
	opacity: 1;
}

.choose_country_cont input[type="text"],
.flag_namelabel .cont_name input {
	outline: 0;
	border: 2px solid var(--theme-color);
	border-radius: 15px;
	padding: 6px 15px 6px;
	width: 200px;
	vertical-align: top;
}

.choose_country_cont input[type="number"],
.flag_namelabel .cont_menge input {
	outline: 0;
	border: 2px solid var(--theme-color);
	border-radius: 15px;
	padding: 6px 15px 6px;
	width: 5em;
	margin-left: 10px;
	font-weight: bold;
	color: var(--theme-color);
	vertical-align: top;
}

.choose_country_remove {
	width: 18px;
	height: 18px;
	border: 2px solid var(--theme-color);
	border-radius: 50%;
	display: inline-block;
	margin-left: 15px;
	margin-top: 5px;
	vertical-align: top;
	background-image: url(images/times_radio.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	filter: grayscale(100%) brightness(200%);
	cursor: pointer;
	opacity: 0;
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.choose_country_remove:hover {
	filter: grayscale(0) brightness(100%);
}

.choose_country_cont .choose_country_item.active .choose_country_remove {
	opacity: 1;
}
main > section.video-element {
	/*max-width: 100%;
	padding: 0;
	max-height: 900px;*/
	max-width: 100%;
	padding: 0;
}

main > section.video-element .video {
	padding-bottom: 0;
}

main > section.video-element .video video {
	position: initial;
}

main > section.video-element .video.video_parallax {
	max-height: 31.25vw;
	overflow: hidden;
}
main > section.video-element .video.video_parallax video {
	margin-top: -5vw;
}
main > section.video-element .video.video_fullsize {
}

main > section.video-element .video {
	/* margin-top: -80px; */
	/*max-height: 900px;
	padding: 0;*/
}

main > section.video-element .video video {
	/*position: initial;*/
}

.order-modal {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 8000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: bold;
}

.no-search-results {
	font-size: 1.25em;
	font-weight: bold;
}

@media all and (min-width: 1024px) {
	.product_checkbox_pic {
		width: 320px;
		float: left;
		min-height: 1px;
	}
	.product_checkbox_cont {
		margin-left: 400px;
	}
	.product_checkbox_pic + .product_checkbox_cont {
		float: left;
		margin-left: 80px;
		margin-top: 0;
		width: calc(100% - 400px);
	}

	.collection-address .flex-wrapper {
		display: flex;
		align-items: stretch;
		align-content: center;
		justify-content: space-between;
	}

	.collection-address form,
	.collection-address .filter {
		width: calc(50% - 10px);
	}

	.collection-address .filter {
		margin-top: 0;
	}
}

@media screen and (max-width: 1440px) {
	.visuals {
		margin-top: 95px;
	}
	.visuals .history_year {
		font-size: 160px;
		left: 75px;
		line-height: 104px;
	}
	.history_year.history_year_white {
		line-height: 104px;
	}
	.slide-controls {
		bottom: 10px;
	}
	.main-cont {
		width: 1200px;
	}
	.product_img_item {
		width: 560px;
	}
	.visual_sec.video_sec {
		height: 650px;
	}
	img.history_triple_last {
		margin-top: 41px;
	}
	/*
	main > section.video-element {
		max-height: 650px;
	}
	main > section.video-element h1 {
		padding: 0 95px;
	}
	*/
}

@media all and (min-width: 1366px) {
	.fixed .lang-selector {
		margin-top: 0;
	}

	.page-logo {
		margin-top: 0.7em;
	}
}

@media screen and (max-width: 1365px) {
	.product_nav.header_p {
		display: none;
	}
	.main-cont {
		width: 1024px;
	}
	.partners_pic {
		margin-bottom: 15px;
	}
	.partners_name {
		font-size: 22px;
		padding-top: 12px;
	}
	.page-footer {
		padding: 2em 6em;
	}
	.to_top {
		margin-right: 6.5em;
	}
	.impressum_block {
		margin-right: 70px;
	}
	.product_img_item {
		width: 470px;
	}
	.visual_sec.video_sec {
		height: 530px;
	}
	.ps_column p {
		min-height: 200px;
	}
	img.history_triple_last {
		margin-top: 35px;
	}
	.main_popup .popup_cont_wrap {
		width: 900px;
		height: 500px;
	}
	.main_popup .popup_cont_wrap .popup_cont {
		height: 370px;
	}

	/*NM*/
	.lang-selector {
		margin-top: 1.1em;
	}

	.page-nav-wrapper {
		margin-top: 1.1em;
	}

	.lang-selector span::before {
		top: 3px;
	}
	.lang-selector {
		right: -60px;
	}
	.page-header {
		padding: 35px 55px;
	}
}

@media screen and (max-width: 1199px) {
	.collection-address .table-container {
		overflow-x: auto;
		overflow-y: visible;
	}

	tr:nth-last-child(-n + 10) .addr-info-overlay {
		top: auto;
		bottom: 10px;
	}

	/* .page-header { */
	/* padding: 35px 55px; */
	/* } */
	.page-header {
		padding: 35px 35px;
	}
	.page-logo svg {
		width: 200px;
	}
	.lang-selector .active-language {
		font-size: 17px;
	}
	.breadcrumbs {
		margin: 2em 6em;
		display: block;
		text-align: center;
	}
	.breadcrumbs .separator {
		display: inline-block;
	}
	.page-header.fixed {
		padding: 25px 55px;
	}
	h2 {
		font-size: 1.1em;
	}
	td {
		font-size: 0.875em;
	}
	.float-container h2 + p,
	.product_img_item_text {
		font-size: 18px;
	}
	.more_link {
		font-size: 19px;
	}
	.more_link:before {
		top: 6px;
	}
	.config .more_link:before {
		top: 4.5px;
	}
	.main-text {
		font-size: 18px;
	}
	h1 {
		font-size: 2.5em;
	}
	.visual .history_year {
		font-size: 120px;
		left: 45px;
		line-height: 77px;
	}
	.history_year.history_year_white {
		line-height: 77px;
	}
	.main_header_bold {
		font-size: 24px;
		padding-bottom: 7px;
	}
	.partners_name {
		font-size: 18px;
		padding-top: 10px;
	}
	.partners_item {
		min-height: 300px;
		padding-bottom: 50px;
	}
	.partners_tel {
		font-size: 16px;
	}
	.partners_pos {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.partners_mail {
		font-size: 16px;
	}
	.product_img_item {
		width: 360px;
	}
	.product_checkbox_pic {
		width: 200px;
	}
	.product_desc_p {
		font-size: 18px;
	}
	.product_checkbox_cont {
		width: calc(100% - 300px);
	}
	.product_checkbox_pic img {
		max-width: 100%;
	}
	.product_checkbox_cont {
		float: left;
		margin-left: 100px;
	}
	.checkbox_container_cont {
		width: 100%;
	}
	.owl_title {
		font-size: 18px;
	}
	.double_img .double_img_item {
		width: 45%;
		margin: 0 5% 0 0;
	}
	.impressum_block {
		margin-right: 0;
		width: 100%;
	}
	.playsafe_farben_item {
		width: 22%;
		float: left;
		margin: 0 1.5% 30px;
	}
	.visual_sec.video_sec {
		height: 430px;
	}
	.p4u_col1_img,
	.p4u_col2_img,
	.p4u_col3_img {
		width: 260px;
	}
	.p4u_block_plogo {
		width: 240px;
		margin: 15px 0 0px 20px;
	}
	.visual.visual_sec {
		margin: 70px 0 100px;
	}
	.ps_column {
		width: 43.5% !important;
	}
	.ps_column p {
		min-height: 100px;
	}
	.ps_column:last-of-type {
		border-left: 0;
		margin-top: 100px;
	}
	.config-form {
		width: 100%;
	}
	.config-fields {
		flex-wrap: wrap;
	}
	.config-colors {
		margin-top: 50px;
	}
	img.history_triple_last {
		margin-top: 27px;
	}
	.partners_overlay:before {
		width: 100px;
		height: 58px;
	}
	.visual_sec.video_sec video {
		top: -100px;
	}
	.lang-selector {
		right: -40px;
	}
	.collection-address form,
	.collection-address .filter {
		padding: 0 20px;
	}
	/* main > section.video-element .video { */
	/* margin-top: -60px; */
	/* } */
	/* main > section.video-element { */
	/* max-height: 500px; */
	/* } */
}

@media screen and (max-width: 1024px) {
	main > section.video-element {
		max-height: unset;
		overflow: visible;
	}
	/*
		.video-caption {
			padding: 0 95px;
		}
	  */
	/* main > section.video-element .video { */
	/* margin-top: 0; */
	/* } */
}

@media screen and (max-width: 1024px) {
	main > section.video-element .video.video_parallax video {
		margin-top: 0;
	}
	main > section.video-element .video.video_parallax {
		max-height: unset;
	}
}

@media screen and (max-width: 1023px) {
	.worldmap_cont {
		display: none;
	}
	.float-3 > div {
		width: calc(42%);
		margin-bottom: 30px;
	}
	.float-4 > div {
		width: calc(42%);
		margin-bottom: 30px;
	}
	.page-footer address {
		min-width: 270px;
	}
	.partners_item {
		width: 46.5%;
	}
	.float-3 > div:nth-child(3n + 1) {
		clear: unset;
	}
	.product_img_item {
		width: 100%;
	}
	.product_img_item:nth-of-type(2n + 2) {
		margin-left: 0;
	}
	.product_switcher_buttons {
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.product_checkbox_cont {
		float: left;
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}
	.product_checkbox_pic {
		width: 100%;
		margin-bottom: 10px;
	}
	.product_checkbox_item {
		margin-bottom: 100px;
	}
	.ps_column {
		width: 100% !important;
		box-sizing: border-box;
		border: 0;
	}
	.playsafe_farben_item {
		width: 47%;
	}
	.playsafe_farben_header {
		margin-top: 35px;
	}
	.p4u_col1_img,
	.p4u_col2_img,
	.p4u_col3_img {
		width: 197px;
	}
	.p4u_block_plogo {
		width: 180px;
		margin: 10px 0 0px 10px;
	}
	.main_cont_tr_img img {
		width: 48.5%;
	}
	.history_triple_img img {
		width: 100%;
		margin: 25px 0 0 0 !important;
	}
	.history_triple_img.image_text div {
		width: 100%;
	}
	.main_cont_tr_img.image_text div {
		width: 49%;
	}
	.visuals figcaption {
		display: none;
	}
	.page-navigation {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgba(0, 106, 179, 0.9);
		z-index: 9999;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 50px 0;
		box-sizing: border-box;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	}
	.page-navigation a {
		color: rgba(255, 255, 255, 0.85) !important;
		border-bottom: 0;
		font-size: 24px;
	}
	.page-navigation a:hover,
	.page-navigation a.active,
	.page-navigation a.trail {
		color: rgba(255, 255, 255, 1) !important;
	}

	.page-navigation > ul {
		width: 300px;
		padding: 0 60px;
		display: inline-block;
		text-align: left;
		overflow: hidden;
	}
	.page-navigation > ul li {
		margin-bottom: 10px;
		position: relative;
	}
	.page-navigation > ul li li {
		margin: 3px 0;
		position: relative;
	}
	.page-navigation > ul li li:before {
		display: block;
		content: "";
		width: 6px;
		height: 6px;
		background-color: #fff;
		position: absolute;
		left: -13px;
		top: 10px;
	}
	.page-navigation > ul li li li:before {
		display: none;
	}
	.page-navigation > ul li li a {
		text-transform: initial;
		font-weight: normal;
		letter-spacing: 0.01em;
	}
	.page-navigation > ul li li li a {
		font-size: 17px;
	}
	.page-navigation > ul ul ul li {
		margin-left: 20px;
	}
	.page-header {
		display: block !important;
	}
	.page-logo {
		float: left;
	}
	.mob_menu {
		display: block;
	}
	.lang-selector {
		/* float: right; */
		line-height: 26px;
		margin-right: 30px;
		/* margin-top: -0.76em; */
		/* margin-top: 13px; */
		top: -5px;
		right: 30px;
		margin-top: 0;
	}
	.wpml-ls {
		right: 40px;
		width: 115px;
		bottom: initial;
		top: -5px;
	}

	.visuals {
		margin-top: 85px;
	}
	.sond_cont {
		width: 100%;
	}
	.config_link_cont {
		width: 100%;
	}
	.align_center {
		width: 100%;
	}
	.playsafe4u_img_block img {
		width: 48.5%;
		margin-bottom: 20px;
	}
	.playsafe4u_img_block img:nth-of-type(2n + 2) {
		margin-right: 0;
	}
	.config_link_cont span {
		width: 9em !important;
	}
	.explanation {
		line-height: 1;
	}
	.playsafe4u_section {
		width: 100%;
	}
	.flag_item {
		margin: 20px 20px 90px 0;
	}
	.form-row.form-field-depot {
		flex-flow: wrap;
	}
	.explanation {
		text-align: right;
		width: 100%;
		margin: 5px 0 0;
	}
	.license_checkbox label span + span {
		display: inline !important;
	}
	.page-navigation .submenu .subsub:hover:after {
		display: none;
	}
	.subsub:hover a,
	.subsub a.active {
		background: none;
	}
	.breadcrumbs {
		margin: 1em 1em;
	}
	.visuals figure {
		position: relative;
		overflow: hidden;
	}
	.visuals figure > img {
		width: 140%;
		margin-left: -40%;
		max-width: none;
	}
	.slide-controls {
		right: 20px;
	}
	.submenu li a {
		text-transform: uppercase !important;
	}
	.submenu li li a {
		text-transform: initial !important;
	}
	.main_popup .popup_cont_wrap {
		width: 80%;
		height: 75%;
	}
	.main_popup .popup_cont_wrap .popup_cont {
		height: 85%;
		font-size: 17px;
	}
	.main_popup .popup_cont_wrap .popup_header {
		font-size: 24px;
	}
	.img_prev {
		display: none;
	}
	.subsub {
		margin-bottom: 15px !important;
	}
	.visuals .video video {
		position: relative;
	}
	.visual_sec.video_sec {
		height: 430px;
	}
	.visuals .video {
		width: 150%;
	}
	.visual_sec.video_sec video {
		top: -75px;
		margin-left: -25%;
	}
	.menu-item span.dropdown {
		position: absolute;
		width: 20px;
		height: 30px;
		background-image: url(images/exp_arrow_w.svg);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		right: 10px;
		top: 3px;
		transition: all 0.3s ease;
	}
	.menu-item span.dropdown.active {
		transform: rotate(-180deg);
	}
	.page-navigation > ul > li.menu-item-has-children {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		padding-bottom: 9px;
	}
	.main_text_list_block {
		width: 49%;
	}
	.table-kurs {
		margin: 0 auto;
	}

	.lang-selector a::before,
	.lang-selector span::before {
		top: 5px;
	}

	.float-2 > div,
	.float-3 > div,
	.float-4 > div,
	.float-5 > div {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
	}
	.page-nav-wrapper {
		float: right;
		margin-left: 0;
	}
	.page-nav-wrapper:after {
		content: "";
		display: block;
		width: 100%;
		height: 0;
		opacity: 0;
		clear: both;
	}
	main > section:not(.gallery),
	article,
	main > section.video-element h1,
	main > section.video-element .video-caption {
		box-sizing: border-box;
	}
	.video-element {
		margin-top: 0;
	}
	.collection-address form,
	.collection-address .filter {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 767px) {
	.page-header.fixed_pending {
		padding-top: 5px;
		padding-bottom: 15px;
		transition: transform 0.5s ease;
		transform: translate(0, -100%);
	}
	body.user_scroll_up .page-header.fixed_pending {
		transform: none;
	}
	.page-header.fixed_pending .page-logo {
		display: none;
	}

	main > section:not(.gallery),
	article,
	main > section.video-element h1,
	main > section.video-element .video-caption {
		padding: 0 2em;
	}

	main > section.table-section {
		overflow-x: auto;
		padding-bottom: 20px;
	}

	.table-section table {
		font-size: 0.75em;
		word-break: normal;
	}

	.divisions > a {
		font-size: 1.2em;
	}
	.breadcrumbs {
		font-size: 18px;
	}
	.page-navigation a {
		font-size: 20px;
	}
	.footer_socials .icons {
		width: 300px;
		margin: 0 auto;
	}
	.visual .history_year {
		font-size: 85px;
		left: 15px;
		line-height: 51px;
	}
	.history_year.history_year_white {
		line-height: 51px;
	}
	.partners_item {
		width: 80%;
		margin: 0 10%;
	}
	.partners_cont {
		margin-top: 50px;
	}
	.filter_label {
		width: 100%;
		margin-bottom: 15px;
	}
	.product_switcher_buttons .product_switcher_button {
		margin-left: 0;
		margin-right: 18px;
	}
	.main_cont_tr_img.image_text div {
		width: 100%;
	}
	.p4u_col1_img,
	.p4u_col2_img,
	.p4u_col3_img {
		width: 60%;
	}
	.p4u_block_plogo {
		width: 60%;
		margin: 0 auto;
	}
	.config-material {
		margin: 20px 0 0px;
		width: 100%;
	}
	.config-thickness {
		margin: 20px 0 0px;
		width: 100%;
	}
	.config-size {
		margin: 20px 0 0px;
		width: 100%;
	}
	.config-color-count {
		margin: 20px 0 0px;
		width: 100%;
	}
	.config-color-selector,
	.config-freestyle-selector {
		width: 300px;
		margin: 0 auto;
		right: 0 !important;
		left: 0 !important;
	}
	.config-color-selector:before,
	.config-freestyle-selector:before {
		display: none;
	}
	.config-color-selector:after,
	.config-freestyle-selector:after {
		display: none;
	}
	.config-preview canvas {
		width: 150%;
		margin-left: -25%;
	}
	.config-preview {
		overflow: hidden;
	}
	.align_center a {
		margin-left: 0 !important;
	}
	.config_link_cont span {
		width: 0 !important;
	}
	.num_logo_cont:nth-of-type(2n + 2),
	.flag_text_cont:nth-of-type(2n + 2) {
		margin-right: 0;
	}
	.flag_item {
		width: 187px;
		height: 112px;
	}
	.flag_item img {
		width: 100%;
	}
	.flag_item:nth-of-type(2n + 2) {
		margin-right: 0;
	}
	.num_logo_cont {
		width: 190px;
		height: 190px;
	}
	.flag_text_cont {
		display: inline-block;
		width: 187px;
	}
	.num_logo_cont img,
	.flag_text_cont img {
		width: auto;
	}
	.flag_cont_text p {
		margin: 30px 0;
		width: 100%;
		margin-bottom: 20px !important;
	}
	.double_img .double_img_item {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.ti_pic {
		width: 100%;
	}
	.owl-theme .owl-nav {
		width: 80% !important;
	}
	.main_cont_tr_img img {
		width: 80%;
		margin: 0 10% 20px;
	}
	.main_text_list_block {
		width: 100%;
		display: inline-block;
		margin-top: 30px;
	}
	.slide-controls {
		right: 20px;
		bottom: 8px;
	}
	.main_popup .popup_cont_wrap .popup_cont {
		font-size: 16px;
	}
	th,
	td {
		padding: 6px;
	}
	.table-gerate,
	.ps-table,
	.sl-table {
		overflow-x: auto;
	}
	.table-kurs {
		width: 100%;
	}
	.surfboard.lines {
		width: 100%;
	}
	.item-logo {
		width: 30%;
	}
	.documents.multi-columns {
		margin-top: 1em;
	}
	.documents.multi-columns .document-wrapper {
		width: 100%;
		margin-left: 0;
		margin-top: 1em;
	}
	.documents.multi-columns .document-wrapper:first-child {
		margin-top: 0;
	}
	.rectangles span:not(:last-child) {
		display: none;
	}
	.rectangles span {
		width: 40%;
		margin-top: 0.5em;
		margin-left: 0;
	}

	.page-logo {
		text-align: center;
		margin: 0 auto;
		float: none;
	}

	.menu_trigger {
		text-align: center;
		float: none;
		margin-left: calc(50% + 50px);
		margin-top: 0.5em;
		min-height: 17px;
	}

	.lang-selector,
	.page-header.fixed .lang-selector {
		margin-top: -1.12em;
	}

	.page-logo svg,
	.fixed .page-logo svg {
		width: 300px;
	}
	.page-nav-wrapper {
		float: initial;
		width: 200px;
		margin: 25px auto 0;
	}
	.lang-selector,
	.wpml-ls {
		left: 0;
		right: initial;
	}
	.visuals {
		margin-top: 117px;
	}
	.lang-selector,
	.page-header.fixed .lang-selector {
		/* margin-top: -22px; */
		/* margin-left: calc(50% - 90px); */
		/* float: initial; */
	}
	table {
		word-break: break-word;
	}
	.collection-document .document-wrapper,
	.rectangles span {
		float: initial;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.config-fields {
		margin: 0;
	}
	.config-fields .collapsible header span {
		display: inline-block;
	}
	main > section.video-element {
		padding: 0;
	}

	main > section.video-element h1,
	.video-caption {
		padding: 0 32px;
	}
}

@media screen and (max-width: 599px) {
	.product_list_row_label {
		width: 100%;
		margin-bottom: 10px;
	}
	.product_list_row_text {
		width: 100%;
	}
	.config-form .form-row {
		display: block;
	}
	.config-form .form-submit input {
		width: 65%;
	}
	.config-form .form-submit {
		display: flex;
		justify-content: center;
		margin-top: 1em !important;
	}
	.config-form input,
	.config-form textarea {
		width: 100%;
		box-sizing: border-box;
	}
	.config-form label {
		width: 100%;
		margin-bottom: 5px;
	}
	.flag_item {
		width: 148px;
		height: 88px;
	}
	.num_logo_cont {
		width: 148px;
		height: 148px;
	}
	.flag_text_cont {
		width: 148px;
		height: 100px;
	}
	.page-header {
		padding: 35px 45px;
	}

	.page-header.fixed {
		padding-top: 5px;
		padding-bottom: 15px;
	}

	.mob_menu.active {
		right: 45px;
	}
	.visuals figure {
		overflow: hidden !important;
	}
	.visuals figure > img {
		width: 150%;
		position: relative;
		left: -25%;
		margin-left: 0%;
	}
	.main_popup .popup_cont_wrap .popup_header {
		font-size: 20px;
		line-height: 22px;
	}
	.main_popup .popup_cont_wrap .close_button {
		top: 3px;
		right: 12px;
		font-size: 30px;
	}
	.main_popup .popup_cont_wrap {
		padding: 30px;
	}
	.visual_sec.video_sec {
		height: 350px;
	}
	.rectangles span {
		width: 50%;
	}
	.addr-info-overlay {
		left: 1.5em;
	}
	.top-link-wrapper {
		margin-right: 0;
		justify-content: center;
	}
	main > section.gallery {
		margin-top: 2em;
	}
	main > section.section-marker {
		margin-top: 3em;
	}
	main > article + article {
		margin-top: 3em;
	}
	main > article:after {
		margin-top: 2em;
	}
	.search-forms,
	.search-forms form {
		display: block;
	}
	.search-forms input[type="text"] {
		display: block;
		max-width: 100%;
		width: 100%;
		min-width: unset;
		box-sizing: border-box;
	}
	.search-forms input[type="submit"] {
		flex-grow: unset;
		display: block;
		margin: 10px 0 0 0;
		width: 100%;
	}
}

@media screen and (max-width: 499px) {
	.page-logo svg {
		width: 250px;
	}
	.fixed .page-logo svg {
		width: 250px;
	}
	.lang-selector {
		line-height: 22px;
	}
	.lang-selector .active-language {
		font-size: 16px;
	}
	.mob_menu {
		margin-top: 3px;
	}
	.page-header {
		padding: 20px 30px;
	}
	.page-header.fixed {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.mob_menu.active {
		right: 30px;
	}
	.visual {
		margin-top: 50px;
	}
	.header_margin {
		margin-top: 40px;
	}
	h1 {
		font-size: 2em;
	}
	.main-text {
		font-size: 1em;
	}
	.pre-headline {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.main_cont_tr_img img {
		width: 100%;
		margin: 0 0% 20px;
	}
	.partners_item {
		width: 100%;
		margin: 0;
	}
	.product_switcher_buttons .product_switcher_button {
		margin-bottom: 10px;
	}
	.product_img_item_text {
		padding: 0px 10px;
	}
	.playsafe_farben_pic {
		height: 80px;
	}
	.playsafe_farben_header {
		margin-top: 0;
	}
	.product_nav {
		float: initial;
	}
	.p4u_col1_img,
	.p4u_col2_img,
	.p4u_col3_img {
		width: 75%;
	}
	.p4u_block_plogo {
		width: 75%;
	}
	.config-preview canvas {
		width: 200%;
		margin-left: -50%;
	}
	.flag_item {
		width: 230px;
		height: 132px;
	}
	.num_logo_cont {
		width: 230px;
		height: 230px;
		margin-right: 0;
		margin-left: 0;
	}
	.flag_text_cont {
		width: 220px;
		height: 100px;
	}
	.owl-theme .owl-nav {
		width: 100% !important;
	}
	.owl-theme .owl-dots .owl-dot span {
		margin: 5px 5px;
	}
	.float-3 > div {
		padding: 0;
	}
	.impressum_block:before {
		width: 15px;
		height: 15px;
	}
	.impressum_block {
		padding-left: 30px;
	}
	.visual::after {
		bottom: -2em;
	}
	.slide-controls {
		right: 15px;
		bottom: 6px;
	}
	.slide-indicator {
		width: 10px;
		height: 10px;
	}
	.main_popup .popup_cont_wrap .popup_cont {
		font-size: 15px;
		height: 75%;
	}
	.visual_sec.video_sec {
		height: 270px;
	}
	.config-box {
		padding: 1em 0;
	}
	.radio_container label + label span,
	.checkbox_container label + label span,
	.toggle-switch span {
		border-top: 0px;
	}
	.toggle-switch {
		border-top: 1px solid var(--theme-color);
	}
	.addresses.toggle-switch {
		border-top: none;
	}
	.rectangles span {
		width: 55%;
	}
	.addr-wrapper {
		width: 200px;
		font-size: 0.8em;
	}
	.modal_color_cont {
		margin-top: 20px;
		width: 86%;
	}
	.modal_header .modal_title {
		float: initial;
	}
	.modal_color_picker_hell {
		margin: 15px 0 0;
		text-align: center;
	}
	#modal_color_submit {
		width: 90px;
		height: 32px;
		line-height: 32px;
		font-size: 18px;
		margin-top: 15px;
	}
	.modal_header .modal_color_input .modal_title {
		float: initial;
		margin-top: 20px;
	}
	.lang-selector,
	.wpml-ls {
		left: 20px;
	}

	.choose_country_cont input[type="text"] {
		width: 50%;
	}
	.modal_header .modal_color_input .modal_title {
		margin-top: 10px;
		width: 100%;
	}
	.color_input_wrap {
		margin-left: 0;
	}
}

@media screen and (max-width: 399px) {
	.page-footer {
		padding: 2em 3em;
	}
	.page-header {
		padding: 20px 20px;
	}
	.page-header.fixed {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.mob_menu.active {
		right: 20px;
	}
	.lang-selector .active-language {
		font-size: 14px;
	}
	.page-logo svg {
		width: 200px;
	}
	.fixed .page-logo svg {
		width: 200px;
	}
	.config-selector-color,
	.config-selector-freestyle {
		width: 35px;
		height: 35px;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	.config-color-selector,
	.config-freestyle-selector {
		padding: 30px 20px 10px;
		width: 250px;
	}
	.config-color,
	.config-freestyle {
		width: 55px;
		height: 55px;
	}
	.owl-theme .owl-dots {
		margin-top: 32px !important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 12px !important;
		height: 12px !important;
		margin: 5px 5px !important;
	}
	.visual_sec.video_sec {
		height: 210px;
	}
	.page-navigation > ul {
		width: 85%;
		padding: 0 7.5%;
	}
	.rectangles span {
		width: 70%;
	}
	.config .more_link {
		font-size: 12px;
	}
	.config .more_link:before {
		top: 0;
	}
	.addr-wrapper {
		width: 150px;
	}
	.checkbox_container .color_value {
		font-size: 16px;
		line-height: 17px;
	}
	.checkbox_container .color_value span {
		display: block;
		padding: 0px 0;
		margin-left: 0;
	}
	.choose_country_cont input[type="number"],
	.flag_namelabel .cont_menge input {
		width: 2em;
	}
	.foil-gfx {
		width: 100%;
		margin: 20px 0 0;
	}
	.foil-gfx-teeth .foil-gfx {
		width: 100%;
	}
	.p4u_img_cont img {
		width: 30%;
	}
	.choose_country_cont input[type="text"],
	.flag_namelabel .cont_name input {
		width: auto;
	}
	#box_namelabel .flag_item {
		width: 100%;
		height: auto;
		margin: 20px 0px 10px;
	}
	.prod_table_number {
		font-size: 14px;
		word-break: break-all;
	}
	.prod_table_header .prod_table_number {
		font-size: 16px;
		word-break: unset;
	}
}

@media screen and (max-width: 299px) {
	.rectangles span {
		width: 100%;
	}
}
