/* ------------------------------------------------------------------------- *\

	css layout formatting for Content First, static footer, sections! · template
	written by the left hand of mtness

	2012-02-23
	2017-03-22
	2020-11-03
	2020-12-18
	2022-04-25

*/
/* ------------------------------------------------------------------------- */ /* global */

* { margin: 0; padding: 0; } img, div { border: 0; }

html { overflow-y: scroll; }

body {
	height:100%;
	font-family: 'Open Sans', Helvetica,Arial,sans-serif;
	font-size: 18px;
	background-color: #fff;
	color: #232323;
	font-weight: 300;
}
@media (max-width: 991px) {
	body {
		font-size: 16px;
	}
}

/* accessible skip link */
.skiplink {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: white;
	opacity: 0;
}
.skiplink:focus {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

#passepartout {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	min-height: 100%;
	z-index: 1;
}
#stage {
	position: relative;
	display: block;
	margin: 154px 0 100px; /* mind the header height! */
	padding: 0;
	width: 100%;
	line-height: 1.7;
	min-height: 100%;
	background-color: #fff;
	z-index: 1;
}
.start #stage {
	margin: 0 0 100px; /* mind the header height! */
}

@media (max-width: 991px) {
	#stage {
		margin-top: 74px;
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 992px) and (max-height: 800px) {
	#stage {
		margin-top: 104px;
	}
}

#main {
	padding-bottom: 100px;
}
.start #main {
	padding-bottom: 0;
}
.start .frame-type-gridelements_pi1 {
	margin-bottom: 0;
}



body #main > *:not(.fw,.bgwrap, .hero),
body #main > .bgwrap > *:not(.fw) {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1440px) {
	body #main > *:not(.fw,.bgwrap),
	body #main > .bgwrap > *:not(.fw) {
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% - 40px);
	}
}


#stage section.pillar {

	position: relative;
	display: block;
	margin: 0 auto; /* mind the header height! */
	padding: 0;
	/* width: 1440px; */
	/* line-height: 1.7; */
}

.container {
	position:relative;
	display:block;
	overflow:visible;
	/* min-width: 200px; */
	/* max-width: 924px; */
}

.main {

	background: #fff;
	padding: 0 0 84px 0;
}

.center {

	position: relative;
	width: 100%;
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
	/*background-color: #666;*/
}

.fw.fh .center {
	max-width: 100%;
	width: 100%;
	min-height: 100vh;
}

/* ------------------------------------------------------------------------- */ /* better newsletter subscription bar */

#nls {
	height: 300px;
	width: 100%;
	border-top: 1px solid #EBEBEB;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

#nls p a {
	display: inline-block;
	color: #fff;
	background-color: #e00;
	margin: 0;
	border: 1px solid #f00;
	border-radius: 3rem;
	padding: 5px 4vw 6px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	transition: all 0.15s;
}
#nls p a:hover {
	color: #e00;
	box-shadow: inset 0 0 0 23px #fff;
}

#u1 #stage   { margin-bottom: 100px; }
#u151 #stage { margin-bottom: 50px; }
#u151 #nls  { display: none; }

/* ------------------------------------------------------------------------- */

.footer {

	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 100px;
	line-height: 100px;
	background: #ebebeb;
	font-size: 16px;
	overflow: hidden;
	z-index: 3;
	/* box-shadow: 0 0 48px rgba(0,0,0,0.05); */
}
.menu-open footer {
	opacity: 0;
}

.footer .row {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	flex-wrap: unset;
	margin: 0;
}
.footer .row > * {
	width: unset;
	display: flex;
}

@media (max-width: 991px) {
	.footer {
		line-height: unset;
	}

	.footer .row {
		flex-flow: column-reverse;
	}

	.footer .row > div {
		width: 100%;
	}

	.footer .row .left,
	.footer .row .right {
		margin: 0;
	}

	.footer .row .left {
		flex-flow: column-reverse;
	}

	footer .contact {
		display: none;
	}

	.footer .row .right {
		padding: 0;
		flex-flow: column-reverse;
	}

	.footer .social {
		margin: 20px 0;
	}

	.footer .legal {
		width: 100%;
		margin: 0;
	}

	.footer .legal ul {
		display: flex;
		justify-content: center;
	}

	.footer .legal ul li.login {
		display: none;
	}
}

@media screen and (max-width: 1280px) {
	.footer .contact {
		display: none;
	}
}

.footer a {
	text-decoration: none;
	color: inherit;
	transition: color .2s ease-in-out;
}
.footer a:hover {
	color: #ccc;
}

.footer ul {
	list-style: none;
}
.footer ul li {
	display: inline-block;
}
.footer ul li a {
	padding: 0.25em 0 0.25em 1.25em;
}
.footer ul li a:hover {
	color: #000;
}

.footer .center {
	/* background: #fff; */
	color: #4f4c4c;
}

@media (max-width: 991px) {
	.footer { font-size: 14px; }
}

@media (max-width: 1440px) {
}

.footer .left {
	display: flex;
	align-items: center;
	flex-grow: 2;
}

.footer .legal {
	display: inline-block;
	margin: 0;
}

.footer .legal ul {
	list-style: none;
}
.footer .legal ul li {
	display: inline;
}

.footer .copy {
	display: inline-block;
	line-height: 50px;
}
@media (max-width: 1558px) {
	.footer .copy {
		margin-left: 10px;
	}
}
@media (max-width: 991px) {
	.footer .copy {
		margin-left: 0;
		margin-bottom: 10px;
		line-height: 30px;
	}
	.footer .left span {
		padding: 0;
	}
}

.footer .copy span {
}

.social {
	display: flex;
	justify-content: center;
}
.social .logolist {
	display: flex;
	align-items: center;
}
.social .logolist ul {
	display: flex;
	list-style: none;
	margin-left: -8px;
	padding-left: 20px;
}
.social .logolist li {
	display: inline-block;
	padding: 0;
	margin: 0 8px;
}
.social .logolist li a {
	display: block;
	width: 20px;
	height: 20px;
	opacity: 0.4;
	transition: all 0.1s ease-out;
	overflow: hidden;
	text-indent: 30px;
	padding: 0;
	background: center center no-repeat;
}
.social .logolist li a:hover {
	opacity: 1;
}

/* icons from here: https://simpleicons.org/ <path style="fill:%23ffffff;" */
.social .logolist li a[href*="facebook"]  {              height: 20px; background-size: 20px auto; background-image: url('data:image/svg+xml;charset=utf-8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook icon</title><path style="fill:%23ffffff;" d="M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z"/></svg>'); }
.social .logolist li a[href*="instagram"] {              height: 20px; background-size: 20px auto; background-image: url('data:image/svg+xml;charset=utf-8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Instagram</title> <path style="fill:%23ffffff;" d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/></svg>'); }
.social .logolist li a[href*="linkedin"]  {              height: 20px; background-size: 20px auto; background-image: url('data:image/svg+xml;charset=utf-8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>LinkedIn</title><path style="fill:%23ffffff;" d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>'); }
.social .logolist li a[href*="youtube"]   { width: 28px; height: 20px; background-size: auto 28px; background-image: url('data:image/svg+xml;charset=utf-8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>YouTube</title><path style="fill:%23ffffff;" d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>'); }

footer .social .logolist li a {
	filter: saturate(0) brightness(0);
}

#menu-footer {
	background-color: unset;
	bottom: unset;
	top: calc(100vh - 100px);
}
#menu-footer .center {
	border-top: 1px solid #ffffff66;
}
#menu-footer .center,
#menu-footer .center a {
	color: #eee;
}

#menu-footer .center .row > * {
	padding: 0;
}
@media (max-width: 1440px) {
	#menu-footer .left {
		margin-left: 20px;
	}
	#menu-footer .right {
		margin-right: 20px;
	}
}


#mtness{}

/* ------------------------------------------------------------------------- */

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 154px;
	z-index: 2;
	background-color: rgba(255,255,237,0);
	transition: all .225s ease-in-out;
	box-sizing: content-box;
}
.menu-open header {
	transition: all .225s ease-in-out;
	background-color: rgba(64,64,64,.23);
}

body:not(.start) header {
	transition: all .225s ease-in-out;
	background-color: #fff;
	border-bottom: 4px solid rgba(255,237,0,1);
	box-shadow: 0 0 48px rgba(0,0,0,0.05);
}
body.menu-open:not(.start) header {
	transition: all .225s ease-in-out;
	border: 0;
	background-color: unset;
	background:
					linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95) 150px, rgba(255,237,0,.95) 150px, rgba(255,237,0,.95) 154px, rgba(0,0,0,.75) 154px, rgba(0,0,0,.75) 100%);
}


body.sticky header {
	transition: all .225s ease-in-out;
	height: 80px;
	box-shadow: 0 0 48px rgba(0,0,0,0.05);
}
body.menu-open.sticky header {
	transition: all .225s ease-in-out;
	border: 0;
	background-color: unset;
	background:
					linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95)  80px, rgba(255,237,0,.95)  80px, rgba(255,237,0,.95)  84px, rgba(0,0,0,.75)  84px, rgba(0,0,0,.75) 100%);
}

body.start.sticky header {
	transition: all .225s ease-in-out;
	height: 84px;
}
body.start.sticky header,
body.start.sticky.menu-open header {
	transition: all .225s ease-in-out;
	background:
					linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95)  80px, rgba(255,237,0,.95)  80px, rgba(255,237,0,.95)  84px, rgba(0,0,0,.75)  84px, rgba(0,0,0,.75) 100%);
}



@media (max-width: 991px) {
	header .right #selectorlink,
	header .right .tx-proxitron-products,
	header .right #langswitch {
		display: none;
	}
	body header,
	body.sticky header {
		height: 70px;
	}
	body.start.sticky header {
		height: 74px;
	}
	body.menu-open:not(.start) header,
	body.menu-open.sticky header,
	body.start.sticky header,
	body.start.sticky.menu-open header {
		background:
				linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95)  70px, rgba(255,237,0,.95)  70px, rgba(255,237,0,.95)  74px, rgba(0,0,0,.75)  74px, rgba(0,0,0,.75) 100%);
	}
}

@media (min-width: 992px) and (max-height: 800px) {
	body header {
		height: 100px;
	}
	body.menu-open:not(.start) header {
		background:
				linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95)  100px, rgba(255,237,0,.95)  100px, rgba(255,237,0,.95)  104px, rgba(0,0,0,.75)  74px, rgba(0,0,0,.75) 100%);
	}
	body.menu-open.sticky header,
	body.start.sticky header,
	body.start.sticky.menu-open header {
		background:
				linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95)  70px, rgba(255,237,0,.95)  70px, rgba(255,237,0,.95)  74px, rgba(0,0,0,.75)  74px, rgba(0,0,0,.75) 100%);
	}
}


header .center {
	box-sizing: border-box;
	background-color: unset;
}

#logo {
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 234567;
	transition: all .225s ease-in;
}
@media (max-width: 1558px) {
	#logo {
		left: 0;
	}
}
#logo a {
	display: block;
	background: url(../img/proxitron-sensoren-fuer-automation-logo.svg) no-repeat left center;
	background-size: auto 70px;
	width: 220px;
	height: 70px;
	text-indent: -999em;
	transition: all .33s ease-in-out;
}
.menu-open header #logo {  }
.menu-open header #logo a {
	background-image: url(../img/proxitron-sensoren-fuer-automation-logo.svg);
}

.start header #logo a {
	background-image: url(../img/proxitron-sensoren-fuer-automation-logo-white.svg);
}
.start.menu-open header #logo a {
	background-image: url(../img/proxitron-sensoren-fuer-automation-logo.svg);
}
.start.sticky header #logo a {
	background-image: url(../img/proxitron-sensoren-fuer-automation-logo.svg);
}

@media (max-width: 991px) {
	#logo {
		top: 16px;
	}
	#logo a {
		width: 200px;
		height: 40px;
		background-size: auto 40px;
	}
}
@media screen and (min-width: 992px) and (max-height: 800px) {
	#logo {
		top: 24px;
	}
	#logo a {
		width: 200px;
		height: 60px;
		background-size: auto 60px;
	}
}
@media screen and (min-width: 769px) {
	.sticky header #logo {
		left: 20px;
		top:  20px;
	}
	.sticky header #logo a {
		height: 50px;
		background-size: auto 50px;

	}
}




header nav {
	position: absolute;
	bottom: 8px;
	right: 0;
	/* width: 1480px; */
	opacity: 0;
	transition: opacity .15s ease-in-out;
}
.sticky header nav {
	top: 16px;
	right: -2px;
}

@media (max-width: 1480px) {
	#logo {
		left: 12px;
	}
	header nav {
		right: 20px;
	}
}



/* ------------------------------------------------------------------------- */

#selectorlink {
	display: flex;
	gap: 1rem;
	position: absolute;
	top: 62px;
	right: 370px;
	padding: 0;
	z-index: 10;
	transition: all .225s ease-out;
}
.sticky #selectorlink {
	top: 25px;
}
#selectorlink a {
	display: block;
	color: #fff;
	background-color: #bebebe;
	border: 1px solid #b8b8b8;
	border-radius: 3rem;
	padding: 3px 30px 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	transition: color .1s ease-in-out;
}
.start #selectorlink a {
	background-color: unset;
}

.sticky #selectorlink a {
	color: #fff;
}
.start.sticky #selectorlink a {
	background-color: #bebebe;
}
.start.sticky #selectorlink a:hover {
	background-color: #fff;
}

#selectorlink a:hover,
.menu-open #selectorlink a:hover {
	color: #301F23;
	background-color: #fff;
	font-weight: 300;
	border: 1px solid #504F53;
}

.menu-open #selectorlink {
	z-index: 234567;
}


.menu-open #selectorlink a {
	color: #fff;
	background-color: #bebebe;
}


/* ------------------------------------------------------------------------- */

.product-search-form {
	position: absolute;
	top: 62px;
	right: 210px;
	z-index: 10;
	transition: all .225s ease-out;
}
.menu-open .product-search-form {
	z-index: 234567;
}
.sticky .product-search-form {
	top: 25px;
}


#u51 .product-search-form {
	position: relative;
	top: unset;
	right: unset;
	margin: 50px auto;
	z-index: 0;
	display: flex;
	justify-content: center;
}

.product-search-form form {
	position: relative;
}

.product-search-form form input.search_input {
	float: left;
	/* background-color:#E1E3E4; */
	font-family: inherit;
	border-color:#bebebe;
	border-style:solid;
	border-width:1px;
	color: #bebebe;
	background-color: transparent;
	padding: 4px 8px;
	width: 120px;
	height: 20px;
	line-height: 20px;
		-webkit-appearance: none;
		-webkit-border-radius:0;
		border-radius:3rem;
}
.product-search-form form input.search_input:hover {
	color: #222;
	border-color:#504F53;
	background-color: #fff8;
}
.product-search-form form input.search_input:focus {
	color: #222;
	background-color: #fff8;
}

.sticky .product-search-form form input.search_input,
.menu-open .product-search-form form input.search_input {
	color: #444;
	border-color: #888;
}

#u51 .product-search-form form input.search_input {
	font-size: 1.5em;
	font-weight: 100;
	width: 240px;
	height: 40px;
}


.product-search-form form input { margin: 0; }

input.tx-indexedsearch-searchbox-button { float: none; cursor: pointer; }
.tx-indexedsearch-searchbox select { width: 150px; margin: 0 4px 0 0; }

.product-search-form form input.search_submit {
	display: block;
	width: 28px;
	height: 26px;
	margin: 0 0 0 0;
	border: 0;
	padding: 26px 0 0 0;
	overflow: hidden;
	background: transparent center center/20px auto no-repeat url(../img/search.svg); /* icon via https://icons8.com/icons/set/search */
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 2px;
}
#u51 .product-search-form form input.search_submit {
	width: 56px;
	height: 52px;
	padding: 0;
	position: relative;
	right: 50px;
	background: transparent center center/28px auto no-repeat url(../img/search.svg); /* icon via https://icons8.com/icons/set/search */
	opacity: 0.5;

}





/* main page element */

.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-control {
	background-color: #fff;
	background-image: none;
	border: 0.025em solid #ffffff66;
	border-radius: 0;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	box-sizing: border-box;
}


#tx_indexedsearch.form-inline .btn.submit {
	width: auto;
	position: relative;
	top: 1px;
	left: -4px;
	padding: 7px 24px 8px;
}

/* ------------------------------------------------------------------------- */

#langswitch {
	position: absolute;
	top: 60px;
	right: 80px;
	padding: 0;
	z-index: 10;
	transition: all .225s ease-out;
}
.menu-open #langswitch {
	z-index: 234567;
}
.sticky #langswitch {
	top: 25px;
}

#langswitch ul {
	list-style: none;
	display: inline;
}
#langswitch li {
	float: left;
	padding-top: 2px;
}
#langswitch li a {
	width: 20px;
	height: 0;
	margin: 0 4px;
	padding: 0 0 2px 0;
	overflow: hidden;
	font-size: 16px;
	color: #bebebe;
	text-decoration: none;
}

.sticky #langswitch li a,
.menu-open #langswitch li a {
	color: #888;
}
.start.sticky #langswitch li a {
	color: #ccc;
}
#langswitch li a:hover {
	color: #f00;
}

/*
#langswitch ul a { background: 0 0 no-repeat url(../img/de.png); }
#langswitch ul li+li a { background: 0 0 no-repeat url(../img/en.png); }
#langswitch ul li+li+li a { background: 0 0 no-repeat url(../img/es.png); }
#langswitch ul+ul li a { background: 0 0 no-repeat url(../img/cn.png); }
*/
html[lang="de"] #langswitch li:nth-child(5),
html[lang="en"] #langswitch li:nth-child(5),
html[lang="es"] #langswitch li:nth-child(5),
html[lang="it"] #langswitch li:nth-child(5) {    background: red; display: none; }

/* ------------------------------------------------------------------------- */

/* pure css menu icon */
#dl-layer {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	z-index: 23456;
	transition: all .225s ease-out;
}
@media (max-width: 991px) {
	#dl-layer {
		top: 15px;
		right: 15px;
	}
}
@media screen and (min-width: 769px) {
	#dl-layer {
		top: 55px;
		right: 16px;
	}
	.sticky #dl-layer {
		top: 20px;
	}
}

#dl-layer > div {
	position: relative;
	width: 30px;
	height: 20px;
	cursor: pointer;
	margin: 10px 5px;
	/* background: #000; */
	transition: background 0.35s;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	z-index: 23456;
}
#dl-layer > div {
	color: #000;
}
#dl-layer button {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	background: transparent;
	color: inherit;
	font-size: 0;
	transition: transform 0.35s;
	z-index: 123;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #888;
}
.start #dl-layer button {
	border-color: #fff;
}
.start.sticky #dl-layer button {
	border-color: #ccc;
}
#dl-layer button:before,
#dl-layer button:after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 100%;
	height: 2px;
	background: #888;
	content: "";
	transition: transform 0.35s;
}
#dl-layer button:before {
	transform: translate(-50%, -14px);
}
#dl-layer button:after {
	transform: translate(-50%, 14px);
}

#dl-layer button:before,
#dl-layer button:after {
	top: 50%;
	transform: translate(-50%, -50%);
}
.start #dl-layer button:before,
.start #dl-layer button:after {
	background: #fff;
}
.start.sticky #dl-layer button:before,
.start.sticky #dl-layer button:after {
	background: #ccc;
}

.sticky #dl-layer button.active,
#dl-layer button.active {
	border-color: transparent;
}
#dl-layer button.active:before {
	transform: translate(-50%, -50%) rotate(45deg);
	background: #504f53;
}
#dl-layer button.active:after {
	transform: translate(-50%, -50%) rotate(-45deg);
	background: #504f53;
}



/* menu overflow magic */
html.menu-open {
	overflow: hidden;
}
body.menu-open {
	overflow: scroll;
	height: 100%;
}
body.menu-open header,
body.menu-open #passepartout {
	overflow-y: scroll;
}
.menu-open header,
.sticky.menu-open header {
	min-height: 100vh;

}

.menu-open nav,
.sticky.menu-open nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	/* overflow-y: scroll; */
	opacity: 1;
}

.menu-open nav {
	background:
				linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95) 150px, rgba(255,237,0,.95) 150px, rgba(255,237,0,.95) 154px, rgba(0,0,0,.5) 154px, rgba(0,0,0,.5) 100%);
}
.sticky:not(.start).menu-open nav {
	background:
				linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95)  80px, rgba(255,237,0,.95)  80px, rgba(255,237,0,.95)  84px, rgba(0,0,0,.5)  84px, rgba(0,0,0,.5) 100%);
}
.sticky.start.menu-open nav {
	background:
				linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95)  80px, rgba(255,237,0,.95)  80px, rgba(255,237,0,.95)  84px, rgba(0,0,0,.5)  84px, rgba(0,0,0,.5) 100%);

}

@media screen and (max-width: 768px) {
	.menu-open nav,
	.sticky:not(.start).menu-open nav,
	.sticky.start.menu-open nav {
		background:
				linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95)  70px, rgba(255,237,0,.95)  70px, rgba(255,237,0,.95)  74px, rgba(23,23,23,.95)  74px, rgba(0,0,0,.5) 100%);

	}
}
@media screen and (min-width: 992px) and (max-height: 800px) {
	.menu-open nav	 {
		background:
				linear-gradient(180deg, rgba(255,255,255,.95) 0, rgba(255,255,255,.95)  100px, rgba(255,237,0,.95)  100px, rgba(255,237,0,.95)  104px, rgba(23,23,23,.95)  104px, rgba(0,0,0,.5) 100%);

	}
}


/* menu layer */

header #menu {
	border: 0;
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding-top: 0;
	/* background-color: rgba(222,222,222,.975); */
	/* background: rgb(255,255,255); */

	visibility: hidden;
	opacity: 0;
	transition: all .33s ease-out;
	transition-delay: .1s;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	header #menu {
		justify-content: center;
	}
}
@media screen and (min-width: 992px) {
	header #menu {
		align-items: center;
		justify-content: center;
	}
}

header #menu.active {
	visibility: visible;
	opacity: 1;
	transition: all .33s ease-in;
	overflow-x: hidden;
	overflow-y: scroll;
}


/* ------------------------------------------------------------------------- */ /* main navigation: son of suckerfish dropdowns */

#menu-center {
}


#menu > ul {
	margin: 0 auto;
	width: 100%;
	margin-top: -5vh;
}
@media (max-width: 991px) {
	#menu > ul {
		max-width: 80vw;
		padding-top: 0;
	}
}
@media (min-width: 1440px) {
	#menu > ul {
		max-width: 1440px;
		padding-top: 0;
	}
}

/* ------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
	/* nav */
	header nav #menu {
		visibility: hidden;
		opacity: 0;
		transition: all .125s ease-in-out;
	}
	header nav #menu.active {
		opacity: 1;
		visibility: visible;
		border: 0;
	}

	nav #menu-center > ul {
		position: relative;
		top: 154px;
	}
	nav #menu-center ul {
		height: calc(100vh - 254px);
		min-height: unset;
	}

	nav #menu > ul > li {
		display: block;
		float: left;
		overflow: hidden;
	}

	#menu-footer .left {
		display: none;
	}
	#menu-footer.footer .legal ul {
		position: relative;
		left: -.5em;
	}

	header .right #selectorlink {
		top: 82px;
		right: unset;
		left: 22px;
		width: calc(55vw - 30px);
		box-sizing: border-box;
	}
	header .right #selectorlink a {
		padding: 3px 10px 4px;
		text-align: center;
	}

	header .right .product-search-form {
		top: 98px;
		right: 22px;
	}
	header .right .product-search-form form input.search_input {
		width: unset;
		width: calc(45vw - 35px);
		box-sizing: border-box;
		height: unset;
	}
	header .right #langswitch {
		top: 20px;
	}
	.menu-open header .right .tx-proxitron-products,
	.menu-open header .right #langswitch {
		display: block;
	}
	.menu-open header .right #selectorlink {
		display: flex;
		flex-flow: column;
		gap: 6px;
	}
	.menu-open header .right #selectorlink a {
		color: #000;
	}
}
@media screen and (min-width: 992px) and (max-height: 800px) {
	header .right #selectorlink {
		top: 38px;
	}
	header .right .product-search-form {
		top: 38px;
	}
	header .right #langswitch {
		top: 38px;
	}
	header .right #dl-layer {
		top: 32px;
	}
	.sticky header .right #selectorlink {
		top: 24px;
	}
	.sticky header .right .product-search-form {
		top: 24px;
	}
	.sticky header .right #langswitch {
		top: 24px;
	}
	.sticky header .right #dl-layer {
		top: 18px;
	}
}



@media screen and (min-width: 992px) {

	#menu-center
	{
		width: 1500px;
		margin-left: 15px; /* scrollbar offset */
		padding: 0;
	}

	.go-back,
	.see-all {
		display: none;
	}
	#menu ul
	{
		padding: 0;
		list-style: none;
	}

	#menu ul li {
		padding: 0;
		margin: 0 2px;
		position: relative;
		top: 10px;
		box-sizing: border-box;
	}
	#menu > #menu-center > ul > li {
		width: 21.5%;
		padding: 30px 30px 0;
	}

	#menu ul ul {
		list-style: none;
		padding: 0;
		margin: 0;
		z-index: 2;
		-webkit-transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}

	#menu ul li ul {
		position: absolute;
		left: -999em;
		left: auto; /* menu debug */
		width: 962px;
		height: auto;
		font-weight: normal;
		margin: -1px 0 0 50px;
		padding: 0;
		line-height: 30px;
	}
	#menu-center > ul {
		height: calc(100vh - 350px);
	}
	#menu-center > ul > li {
		display: inline-block;
	}


	#menu ul li {
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0 10px;
		background: none;
	}
	#menu ul li:first-child,
	#menu ul li:last-child {
		margin: 0;
		padding: 0 10px;
	}
	#menu ul li:last-child {
	}

	#menu ul li a {
		margin: 0 5px 0 0;
		width: 100%;
		display: block;
		padding: 2px 0;
		color: #eee;
		font-size: 22px;
		font-weight: 300;
		line-height: 32px;
		text-transform: uppercase;
		text-decoration: none;
		border-bottom: 0.025em solid #ffffff66;
		/* letter-spacing: 0.03em; */
		transition: color .1s ease-in;
	}

	#menu ul li:first-child a {
		border: 0;
	}

	#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li.sfhover ul, #menu ul li li.sfhover ul, #menu ul li li li.sfhover ul {
		left: auto;
	}


	#menu ul li:hover, #menu ul li.sfhover {
	}
	#menu ul li a:hover, #menu ul li.sfhover a {
		color: #f00;
	}

	#menu ul li li {
		background: none;
	}

	#menu ul li ul {
		margin: 10px 0 0 -10px;
		width: 100%;
	}

	#menu ul li li a {
		padding: 0;
		text-transform: none;
		font-size: 16px;
		border-bottom: 0;
		line-height: 36px;
		color: #eee;
	}

	#menu > #menu-center #mid49 {
		width: 14%;
	}

	#menu #mid49 li a {
		background: none;
		padding: 0;
		font-size: 22px;
		text-transform: uppercase;
		line-height: 80px;
	}

	#menu #mid17 li ul { position: relative; margin-top: 0; }
	#menu #mid17 li ul ul { display: none; }

	#menu #mid17 > ul > li > a {
		text-transform: uppercase;
	}
	#menu #mid17 > ul > li {
		padding-bottom: 10px;
	}

	/* zubehör */
	#menu #mid17 .s165 > a > span {
		display: none;
	}

	#menu #mid17 .s18 > a {
		margin-top: 10px;
		border-bottom: 0.025em solid #ffffff66;
		margin-bottom: 4px;
		font-size: 22px;
	}

	/* produktvergleich */
	#menu #mid17 .s207 > a {
		margin-top: 10px;
		border-top: 0.025em solid #ffffff66;
		padding-top: 10px;
		margin-bottom: 4px;
		font-size: 22px;
	}
	#menu #n2 .s207 ul { display: none; }

	/* hide deeplinks */
	#menu ul ul ul ul,
	#menu #mid85 ul ul,
	#menu #mid207 ul {
		display: none;
	}

}

@media screen and (min-width: 992px) and (max-height: 800px){
	#menu-center > ul {
		height: calc(100vh - 190px);
	}
	#menu ul li li a {
		line-height: 28px;
	}
}
@media screen and (min-width: 992px) and (max-height: 700px){
	#menu-center > ul {
		height: calc(100vh - 180px);
	}
	#menu ul li li a {
		line-height: 24px;
	}
}


/* ------------------------------------------------------------------------- */ /* menu content */

#menu .mc {
	position: absolute;
	top: 354px;
	left: 715px;
	width: 225px;
	height: 50px;
}
#menu .mc>div {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
#menu li .mc>div#c3199 a,
#menu li .mc>div#c3218 a {
	width: auto;
	border: 0;
}

/* ------------------------------------------------------------------------- */

section.home {
	display: flex;
	justify-content: center;
	/* height: calc(100vh - 320px); */
}

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


/* ------------------------------------------------------------------------- */ /* hero */

.hero {
	order: 22;
	display: flex;
	justify-content: center;
	margin: 0 auto 1rem;
	width: 100%;
	min-height: 169px;
	background: var(--bgimg) center center / cover no-repeat;
}

/*
#u31 .hero, .p31 .hero  { background-position: center top -4rem; }
*/

.hero + .frame-type-header {
	margin-top: 1rem;
}

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

/* ------------------------------------------------------------------------- */ /* content elements */

h1 {
	font-weight: normal;
	margin-bottom: .5em;
	line-height: 1.25em;
	color: #504f53;
}
h2 {
	font-weight: normal;
	margin-bottom: .5em;
}
h3 {
	font-weight: normal;
	margin-bottom: .5em;
}
h4 {
	font-weight: normal;
	margin-bottom: .5em;
}
h5 {
	font-weight: normal;
	margin-bottom: .5em;
}
h6 {
	font-weight: normal;
	margin-bottom: .5em;
}
@media (max-width: 991px) {
	h1 {
		font-size: 24px;
	}
}

#stage h1 { font-size: 2.5em;  font-weight: 100;   color: #111; margin: 0; padding: 0; }
#stage h1 em { width: 100%; }
#stage h2 { font-size: 2em;    font-weight: 200;   color: #111; }
#stage h3 { font-size: 1.33em; font-weight: 300;   color: #111; }
#stage h4 { font-size: 1.2em;  font-style: normal; color: #111; }
#stage h5 { font-size: 1.1em;  font-style: normal; color: #111; }
#stage h6 { font-size: 1em;    font-style: normal; color: #111; }
#stage p  { font-size: 1em;    font-style: normal; color: inherit; padding: 0 0 2em 0; font-weight: 300; }

#stage li p  { padding: 0 0 0 0; }
#stage ul  { padding-bottom: 2em; }
#stage ul.ce-uploads  { padding-top: 1em; }

#stage section a { color: #f00; }
#stage section a:link   { text-decoration: none; border-bottom: 0; }
#stage section a:visited{ }
#stage section a:hover  { color: #666; }
#stage section a:active { }

#stage #page-title h1 {
	text-wrap: nowrap; text-overflow: ellipsis;
}

/* #stage em { font-style: normal; color: #fff; } */

#stage .row h3 {
	width: calc(100% - 2rem);
}

.ce-textpic.ce-center figure {
	margin: 0 auto;
}

.ce-intext.ce-left .ce-gallery {
	margin-right: 40px;
}

.ce-image.ce-center.ce-above .imagealign-center {
	margin: 0 auto;
}

.ce-gallery img {
	width: 100%;
	height: auto;
}
/*
.content p {
	padding: 0 0 20px;
}

.content ul {
	padding: 0 0 0 10px;
	list-style: none;
}

.content ul li {
	padding: 0 0 20px 10px;
}
.content ul li::marker {
	content: "+";
	color: #504f53;
}

 */
@media (max-width: 991px) {
	#c11 .ce-gallery img {
		height: calc(100vh - 160px);
		width: auto;
	}
}

/* ------------------------------------------------------------------------- */

@media (max-width: 991px) {
	.ce-textpic.ce-left.ce-intext {
		display: flex;
		flex-flow: column;
		/*margin: 0 20px;*/
	}
	.ce-textpic.ce-left.ce-intext .ce-gallery {
		margin: 0;
		width: 100%;
	}
	.ce-left .ce-gallery, .ce-column {
		float: none;
	}
	.ce-gallery figure {
		display: block;
	}
	.ce-textpic.ce-left.ce-intext img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}

.row {
	margin: 0;
}

/* ------------------------------------------------------------------------- */

.home-video-wrap {
    position: absolute;
    width: 100%;
    height: 100vh;
    content: '';
    top: 0;
    left: 0;
    overflow: hidden;
    object-fit: contain;
    min-width: 100%;
    background-color: #000;
}

.icon-scroll {
	position: absolute;
	top: 95vh;
	width: 32px;
	height: 64px;
	margin-left: -16px;
	margin-top: -32px;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	transform: scale(0.66);
}
.icon-scroll, .icon-scroll::before {
	position: absolute;
	left: 50%;
}

.icon-scroll::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	margin-left: -3px;
	top: 6px;
	border-radius: 3px;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(46px);
		transform: translateY(46px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(46px);
		transform: translateY(46px);
	}
}

.menu-open .icon-scroll {
	display: none;
}


.home-video-wrap video {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: contain;
    min-width: 100%;
    min-height: 100vh;
    opacity: 0.8;
	transition: filter .1s ease-in;
}
.menu-open .home-video-wrap video {
	opacity: 0.42;
	filter: blur(8px);
}
.menu-open .sticky .home-video-wrap video {
	opacity: 1;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.menu-open #stage > section:not(.home),
.menu-open #stage > #nls {
	opacity: 0.42;
	filter: blur(4px);
}




#c17282 {
	box-sizing: border-box;
	background-color: #f6f6f6;
	margin-top: 50px;
	margin-bottom: -50px;
	display: flex;
	justify-content: flex-end;
	padding: 50px 0;
}
#c17282 div {
	width: 33%;
	padding: 0 50px;
	text-align: center;
}
#c17282 div + div {
	border-left: 1px solid #ccc;
	display: flex;
	align-items: center;
}
#c17282 h2 {
	line-height: 1;
}
#c17282 h3 {
	margin-bottom: 0;
	border-bottom: 0;
	line-height: 1;
}
#c17282 p {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 0;
}
#c17282 p a {
	display: inline-block;
	padding: .125rem 2rem .125rem 3rem;
	border-radius: 3rem;
	border: 1px solid red;
}
#c17282 p a:hover {
	background-color: #eee;
	border-color: #444;
}
#c17282 p a:after {
	margin-left: .25rem;
	content: "▸";
}
