/* General */
*, *::before {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
/* html {
	direction: initial; /* framefiles "ltr" * /
} */
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
.page {
	display: flex;
	flex-flow: column;
	visibility: visible !important;
}
.page img {
	max-width: 100%;
}

/* Typography */
.page {
	font: 16px/1.5 Helvetica, sans-serif;
	color: #575756;
}
.page h1,
.page h2,
.page h3,
.page p,
.page ul,
.page ol{
	margin: 0 0 20px;
	font-family: inherit;
	text-transform: none;
}
.page p:last-child {
	margin-bottom: 0;
}
.page sup,
.page sub {
	line-height: 1;
}
.page h1 sup,
.page h2 sup,
.page h3 sup {
	font-size: 60%;
}
.page h1 {
	font-size: 36px;
	line-height: 42px; /* style guide: 48px */
}
.page h2 {
	font-size: 28px;
	line-height: 33px;
}
.page h3 {
	font-size: 22px;
	line-height: 26px;
}
.page h1,
.page h2,
.page h3 {
	font-weight: 300;
}

.page h4 {
	font-weight: bold;
}

/* Links */
.page p > a,
.page li > a,
.page label > a,
.page span > a,
.page h1 > a,
.page h2 > a,
.page h3 > a,
.page h4 > a,
.page h5 > a,
.page h6 > a {
	display: inline;
	color: #10218b;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	background: none;
	font-size: inherit;
	line-height: inherit;
	transition: opacity .2s ease;
}
.page p > a:hover,
.page li > a:hover {
	text-decoration: underline;
	opacity: 0.8;
}

/* Buttons */
.page a,
.page button {
	display: inline-block;
	width: fit-content;
	width: -moz-fit-content;
	margin: 0;
	padding: 7px 16px;
	line-height: 1.7;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	border: 1px solid transparent;
	background: #10218b;
	color: white;
	transition: opacity 0.2s;
}
.page a[hidden],
.page button[hidden] {
	display: none;
}
.page a:hover,
.page button:hover {
	text-decoration: none;
	opacity: 0.8;
}
.ie11 .page section > a,
.msedge .page section > a {
	display: table;
	width: auto;
}

/* Main sections container width */
@media (max-width:480px) { .page > *:not(div), .page .section { padding:0 calc((100% - 300px) / 2) }}
@media (min-width:481px) { .page > *:not(div), .page .section { padding:0 calc((100% - 480px) / 2) }}
@media (min-width:600px) { .page > *:not(div), .page .section { padding:0 calc((100% - 576px) / 2) }}
@media (min-width:768px) { .page > *:not(div), .page .section { padding:0 calc((100% - 704px) / 2) }}
@media (min-width:960px) { .page > *:not(div), .page .section { padding:0 calc((100% - 940px) / 2) }}

.page > *:not(div),
.page .section {
	max-width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.page > footer {
	padding-top: 0;
	padding-bottom: 0;
}

/* Footer tiles */
#sitelinks {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0  0;
}
#sitelinks:first-child {
	margin-top: 100px;
}
#sitelinks > section {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 313px;
	margin-bottom: 60px;
	padding: 0 42px 0 50px;
}
body:not([data-regions~="EU5"]) #sitenewsletter {
	display: none;
}
[lang=hr] #sitestore,
[lang=en] [data-cc="IX"] #sitestore,
[lang=fr] [data-cc="IX"] #sitestore,
[lang=el] #sitestore,
[lang=hu] #sitestore,
[lang=ie] #sitestore,
[lang=he] #sitestore,
[lang=ro] #sitestore,
[lang=sk] #sitestore,
[lang=sl] #sitestore,
[data-cc="ZA"] #sitestore,
[data-cc="TR"] #sitestore,
[data-cc="AE"] #sitestore,
[data-cc="IE"] #sitestore,
[data-cc="BG"] #sitestore,
[data-cc="RS"] #sitestore,
[data-cc="IL"] #sitestore {
	display: none;
}
#sitelinks > section:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(img/footlinks.png) no-repeat center top;
	content: '';
}
[dir=rtl] #sitelinks > section::before {
	left: auto;
	right: 0;
}
#sitelinks #sitesupport::before {
	background-position: -126px -10px;
}
#sitelinks #sitestore::before {
	background-position: -68px -10px;
}
#sitelinks #sitenewsletter::before {
	background-position: -10px -10px;
}
#sitelinks h2 {
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	color: #10218b;
}
#sitelinks > section p:nth-of-type(1) {
	margin: 0 0 8px !important;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #575755;
}
#sitelinks > section p:not(:nth-of-type(1)) {
	margin-top: auto;
	margin-bottom: 15px;
	font-size: 14px;
}
#sitelinks a {
	width: fit-content;
	margin-top: 2px;
	padding: 6px 20px;
	font-size: 14px;
	border: 1px solid #E2E2E2;
	background: white;
	color: inherit;
}
.ie11 #sitelinks a {
	display: table-cell;
}

/* Footer notes */
#footnotes {
	margin: 0;
	padding: 50px 0;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 400;
	color: #a9a9a9;
	list-style-type: none;
}
#footnotes ol {
	list-style-type: none;
  padding: 0;
}
#sitelinks + #footnotes {
	padding-top: 0;
}
.page #footnotes a {
	font-weight: inherit;
}
#footnotes li {
	position: relative;
	padding-left: 13px;
	counter-increment: notes;
}
#footnotes li:not(:first-of-type) {
	margin-top: 15px;
}
#footnotes li::before {
	content: counter(notes);
	position: absolute;
	left: 0;
	top: -1ex;
	font-size: 10px;
}
[dir=rtl] #footnotes li {
	padding-right: 1.3em;
	padding-left: 0;
}
[dir=rtl] #footnotes li::before {
	right: 0;
	left: auto;
}

#footnotes .Footnotes--B {
	font-size: 10px;
}
#footnotes .Footnotes--B li::before {
	position: static;
	padding-right: 4px;
	font-weight: bold;
}
[dir=rtl] #footnotes .Footnotes--B li::before {
	padding-right: 0;
	padding-left: 4px;
}
#footnotes .Footnotes--C li {
	display: flex;
}
#footnotes .Footnotes--D li,
#footnotes .Footnotes--C li {
  padding-left: 0;
  padding-right: 0;
}
#footnotes .Footnotes--C li::before,
#footnotes .Footnotes--D li::before {
  display: none;
}
.Footnotes__asterisks {
  flex-grow: 0;
  margin-right: 4px;
}
[dir=rtl] .Footnotes__asterisks {
  margin-right: 0;
  margin-left: 4px;
}

/* Responsive video */
.page .responsiveVideoEmbed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
}
.page .responsiveVideoEmbed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Forms */
.page ::placeholder {
	font-weight: 300;
}
.page [type=checkbox] {
	margin: 1px 6px 0 0;
}
[dir=rtl] .page [type=checkbox] {
	margin: 1px 0 0 6px;
}
.page [type=text],
.page [type=date],
.page [type=tel],
.page [type=number],
.page [type=email],
.page textarea,
.page select,
.page select.is-invisible { /* cms */
	padding: 10px 5px;
	font-size: 13px;
	font-family: inherit;
	line-height: 15px !important;
	border-style: solid;
	border-color: #c1c1c1;
	box-shadow: none;
	background-color: transparent;

	overflow: hidden;
	text-overflow: ellipsis;

}

.chrome .page select {
	white-space: pre-wrap;
}

.page [type=text],
.page [type=date],
.page [type=number],
.page [type=tel],
.page [type=email],
.page select {
	margin: 0;
	border-width: 0 0 1px 0;
}
.page textarea {
	border-width: 1px;
}
.page select {
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 25px;
	box-sizing: border-box; /* cms */
	appearance: none;
	border-radius: 0;
	color: inherit;
	background: url(img/select-arrow.svg) no-repeat right 5px center;
}
[dir=rtl] .page select {
	padding-right: 0;
	padding-left: 25px;
	background-position: left 5px center;
}
.page select::-ms-expand {
	display: none;
}
.page select.is-invisible + div,
.page select.is-invisible + div + div {
	display: none !important; /* cms */
}
.page select.is-invisible { /* cms */
	height: auto !important;
	clip: auto !important;
	outline: initial !important;
	position: static !important;
}

/* Contact form */
.page .contact {
	position: relative;
	padding-top: 54px;
	padding-bottom: 60px;
}
.page .contact::before {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f6f6f6;
	content: '';
}
.page .contact > header {
	margin-bottom: 0;
	font-weight: 300;
	line-height: 24px;
}
.page .contact > header h2 {
	margin-bottom: 26px;
}
.page .contact > header p {
	margin: 0;
}
.page .contact > header p + small {
	display: block;
	margin-top: 17px;
	font-size: 13px;
	font-weight: 600;
}
.page .contact form {
	margin-top: 15px;
}
.page .contact h3 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: inherit;
}
.page .contact h3 label {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.page .contact fieldset[name=main] h3 {
  width: 100%;
  margin: 24px 10px 8px;
}
.page .contact label {
	font-size: 13px;
	font-weight: 300;
}
.page .contact textarea {
	display: block;
	width: 100% !important; /* cms */
	height: 120px;
}
html:not([dir=rtl]) .page .contact input[type=radio] {
  margin-right: 7px;
}
[dir=rtl] .page .contact input[type=radio] {
  marign-left: 7px;
}
.page .contact button {
	flex-basis: auto;
	background-color: #f6851f;
}
.page .contact form.submitted *:invalid {
	border-color: red !important;
}
.page .contact form.submitted [type=checkbox]:invalid,
.page .contact form.submitted [type=radio]:invalid {
	outline: 1px solid red;
}
.page .contact form.submitted [type=file]:invalid ~ * {
	border-color: red;
}
.page .contact  fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.page .contact fieldset[name=main],
.page .contact fieldset[name=main] .fieldsetfix {
	display: flex;
	flex-wrap: wrap;
}
.page .contact fieldset[name=main] {
	margin: 0 -10px 5px;
}
.page .contact fieldset[name=main]::before,
.page .contact fieldset[name=main] .fieldsetfix::before {
	flex-basis: 100%;
	display: block; /* ie */
	content: '';
}
.page .contact fieldset[name=main] > select[name=EnquiryType],
.page .contact fieldset[name=main] .fieldsetfix > select[name=EnquiryType] {
	order: -1;
}
.page .contact fieldset[name=main] > select,
.page .contact fieldset[name=main] > input,
.page .contact fieldset[name=main] > .item,
.page .contact fieldset[name=main] .fieldsetfix > select,
.page .contact fieldset[name=main] .fieldsetfix > input,
.page .contact fieldset[name=main] .fieldsetfix > .item {
	width: 100% !important; /* !important cms */
	margin: 0 10px 25px;
}
@media (min-width: 481px) {
	.page .contact fieldset[name=main] > select,
	.page .contact fieldset[name=main] > input,
  .page .contact fieldset[name=main] > .item,
  .page .contact fieldset[name=main] .fieldsetfix > select,
  .page .contact fieldset[name=main] .fieldsetfix > input,
  .page .contact fieldset[name=main] .fieldsetfix > .item {
		width: calc(50% - 20px) !important; /* !important cms */
	}
	.msedge .page .contact fieldset[name=main] .fieldsetfix > select,
	.msedge .page .contact fieldset[name=main] .fieldsetfix > input,
  .msedge .page .contact fieldset[name=main] .fieldsetfix > .item {
		width: calc(49% - 20px) !important; /* !important cms */
	}
}
@media (min-width: 768px) {
	.page .contact fieldset[name=main] > select,
	.page .contact fieldset[name=main] > input,
  .page .contact fieldset[name=main] > .item,
  .page .contact fieldset[name=main] .fieldsetfix > select,
  .page .contact fieldset[name=main] .fieldsetfix > input,
  .page .contact fieldset[name=main] .fieldsetfix > .item {
		width: calc(33.333% - 20px) !important; /* !important cms */
	}
	.msedge .page .contact fieldset[name=main] .fieldsetfix select,
	.msedge .page .contact fieldset[name=main] .fieldsetfix input,
  .msedge .page .contact fieldset[name=main] .fieldsetfix .item {
		width: calc(32.5% - 20px) !important; /* !important cms */
	}
}
.page .contact fieldset[name=extra] label {
	font-weight: bold;
}
.page .contact fieldset[name=extra] textarea {
	margin-top: 6px;
}
.page .contact fieldset[name=checks] {
	margin-top: 30px;
  margin-bottom: 2px;
}
.page .contact fieldset[name=checks] label {
	display: flex;
	margin-bottom: 7px;
}
.page .contact fieldset[name=checks] input {
  margin-top: 3px;
	flex-shrink: 0;
	order: -1;
}
@media (min-width: 481px) and (max-width: 599px) {
	[lang=es] .page .contact input[name=Email],
	[lang=hu] .page .contact select[name=EnquiryType] {
		font-size: 11px
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	[lang=es] .page .contact input[name=Email],
	[lang=hu] .page .contact select[name=EnquiryType] {
		font-size: 10px
	}
}

/* Contact flag */
#contactFlag {
	position: fixed;
	right: 0;
	top: 50%;
	width: auto;
	transform:rotate(-90deg) translateX(50%);
	transform-origin: bottom right;
	padding: 7px 16px 7px 50px;
	background: #f6851f;
	z-index: 9999;
}
[dir=rtl] #contactFlag {
	left: 0;
	right: auto;
	transform:rotate(90deg) translateX(-50%);
	transform-origin: bottom left;
}
#contactFlag::before {
	content: '';
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%) ;
	width: 30px;
	height: 25px;
	background: url(img/icon_mail.png) no-repeat center/80%;
}
#contactFlag:hover {
	opacity: 1;
}
.PagePopup #contactFlag {
	/* when html inside the popup */
	display: none;
}
@media (max-width: 767px) {
	#contactFlag {
		display: none;
	}
}

/* Popups */
.PagePopup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99998;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-y: auto;
	background: rgba(0,0,0,0.85);
}
.PagePopup__content {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	flex-shrink: 0;
	background: white;
}
.PagePopup__section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.PagePopup__section > img {
	max-width: 100%;
}
.PagePopup__closeButton {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 15px;
	height: 15px;
	background: url(https://epsonemear.a.bigcontent.io/v1/static/popup-close-icon) no-repeat;
	cursor: pointer;
	content: '';
}
[dir=rtl] .PagePopup__closeButton {
	right: auto;
	left: 15px;
	top: 15px;
}
@media (min-width: 768px) {
	.PagePopup {
		padding: 20px 0;
	}
	.PagePopup__content {
		margin-top: auto;
		margin-bottom: auto;
		max-width: calc(100vw - 40px);
	}
}
@media (min-width: 960px) {
	.PagePopup__content {
		max-width: 940px;
	}
}

/*
	Anchorbar
	todo: refactor
*/
.page > nav {
	overflow: hidden;
	display: flex;
	position: relative;
	top: 0;
	z-index: 9999;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 13px;
	line-height: 1.7;
}
.page > nav h2 {
	display: none;
	margin: 0 25px 0 0;
	align-self: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	color: white;
}
[dir=rtl] .page > nav h2 {
	margin-left: 2.5rem;
	margin-right: 0;
}
.page > nav ul {
	background-color: #10218b;
	flex: 1;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}
.page > nav ul::before {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100%;
	content: '';
}
.page > nav ul::before {
	background-color: #10218b;
}
.page > nav li {
	flex: 1;
}
.page > nav ul a {
	display: block;
	width: auto;
	height: 75px;
	padding: 0 10px;
	font-size: inherit;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
}
.page > nav ul a:hover {
	text-decoration: none;
}
.page > nav ul a.active,
.page > nav ul a:hover {
	opacity: 1;
}
.page > nav ul a.active {
	background-color: #010e68;
}
.page > nav ul a sub {
	line-height: 5px;
}
@supports (position: sticky) or (position: -webkit-sticky) {
	body:not(.msedge) .page > nav { /* Edge content flickering over the nav */
		position: sticky;
		position: -webkit-sticky;
	}
}
@media (max-width: 767px) {
	.page > nav li {
		font-size: 0;
	}
}
@media (min-width: 768px) {
	.page > nav h2 {
		display: block
	}
	.page > nav li {
		text-indent: 0;
	}
	.page > nav ul a {
		height: 95px;
		padding-top: 62px;
		background-position: center 21px;
	}
}
@media (min-width: 1131px) {
	.page > nav ul {
		position: relative;
	}
	.page > nav ul::before {
		left: -200%;
		width: 200%;
	}
	[dir=rtl] .page > nav ul::before {
		right: -100%;
		left: auto;
	}
	.page > nav ul::after {
		position: absolute;
		right: -95px;
		border-top: 95px solid #10218b;
		border-right: 95px solid transparent;
		content: '';
	}
	[dir=rtl] .page > nav ul::after {
		left: -95px;
		right: auto;
		border-left: 95px solid transparent;
		border-right: none;
	}
}
.site-wrapper { overflow: visible; }
@media (max-width: 767px) {
	.site-header > .container > div:nth-child(2) { overflow: hidden; }
}
@media (max-width: 1110px) {
	.site-header .header-nav > li:last-of-type { position: relative; }
	.site-header .header-nav > li:last-of-type .header-nav__sub,
	.site-header .header-nav > li:last-of-type .second-level { right: 0 !important; }
}
@media (max-width: 959px) {
	.breadcrumb { left: auto !important; right: auto !important; }
	.breadcrumb > ul > li:first-child { padding-left: 5px; }
}


/* Bradcrumbs */
@media (min-width: 768px) {
	.page--content .breadcrumb.dark a,
	.page--content .breadcrumb.dark .current { color: #575756; }
	.page--content .breadcrumb.dark a:after { background: #575756; }
}

/* Popup video */
body.hasPopupVideo {
	overflow: hidden;
}
.popupVideo {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: opacity 400ms ease-in;
	font-size: 12px;
	font-family: helvetia, arial;
	background: black;
	color: white;
}
.popupVideo video {
	position: absolute;
	max-height: 100%;
	width: calc(100% - 1px);
}
.popupVideo header {
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 1ex 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
	background: rgba(0,0,0,0.8);
}
.popupVideo header .close:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* IE hero button fix for flex parent */
.msedge .page > header > a,
.msedge .hero header > a,
.ie11 .page > header > a,
.ie11 .hero header > a {
	display: table;
}

/* hide all content in IE until page.js is inited */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body:not(.ie11) {
		display: none;
	}
}

/* sweet alert plugin overlay over page popups z-index */
.sweet-overlay {
	z-index: 99999 !important;
}

/* cookie policy bar over anchorbar */
.cookie-policy {
	z-index: 10000;
}

/* IE fix cms "sku" module's overlaping price texts: remove equalheights */
.ie11 .solr-loop[data-view="grid"] .description { min-height: 160px; height: auto !important; }

/* Slider */
.Slider {
	position: relative;
}
.Slider__slides {
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	outline: none;
}
.Slider__slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
}
.ie11 .Slider__slide {
	max-width: 100%;
}
/* Slider Arrow */
.Arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_arrows");
	background-repeat: no-repeat;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Arrow--disabled {
	visibility: hidden;
}
html:not([dir=rtl]) .Arrow--prev,
[dir=rtl] .Arrow--next {
	left: -28px;
	right: auto;
}
html:not([dir=rtl]) .Arrow--next,
[dir=rtl] .Arrow--prev {
	right: -28px;
	left: auto;
}
/* Slider Arrow "A" */
.Arrow--A {
	width: 26px;
	height: 101px;
}
html:not([dir=rtl]) .Arrow--A.Arrow--prev,
[dir=rtl] .Arrow--A.Arrow--next {
	background-position: 0;
}
html:not([dir=rtl]) .Arrow--A.Arrow--next,
[dir=rtl] .Arrow--A.Arrow--prev {
	background-position: -26px;
}
/* Slider Arrow "B" */
.Arrow--B {
	width: 26px;
	height: 98px;
}
html:not([dir=rtl]) .Arrow--B.Arrow--prev,
[dir=rtl] .Arrow--B.Arrow--next {
	left: -36px;
  background-position: -52px;
}
html:not([dir=rtl]) .Arrow--B.Arrow--next,
[dir=rtl] .Arrow--B.Arrow--prev {
	right: -36px;
  background-position: -78px;
}
@media (min-width: 768px) {
  html:not([dir=rtl]) .PagePopup .Arrow--B.Arrow--prev,
  [dir=rtl] .PagePopup .Arrow--B.Arrow--next {
    left: -27px;
    background-position: -52px;
  }
  html:not([dir=rtl]) .PagePopup .Arrow--B.Arrow--next,
  [dir=rtl] .PagePopup .Arrow--B.Arrow--prev {
    right: -27px;
    background-position: -78px;
  }
}


/* Slider Dots */
.Dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	display: flex;
	width: 100%;
	justify-content: center;
  flex-wrap: wrap;
}
.Carousel--video .Dots {
  bottom: -92px;
}
.Slider--without_dots .Dots {
	visibility: hidden;
}
.Dots__dot {
	width: 12px;
	height: 12px;
	margin: 4px;
	border-radius: 50%;
	background: #D9D9D9;
	cursor: pointer;
}
.Dots__dot--active {
	cursor: default;
	background: #10218b;
}
@media (min-width: 481px) {
  .Carousel--video .Dots {
  	bottom: -75px;
	}
}
/* Slider Scrollbars */
.Slider__slides {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.Slider__slides::-webkit-scrollbar {
	display: none;
}
.Slider__slides::-webkit-scrollbar-track {
	display: none;
}

/* Hero slider */
.Slider--hero .Dots__dot {
	border: 1px solid #333;
}
.Slider--hero .Dots__dot--active {
	background: #333;
}
.Slider--hero .Dots__dot:not(.Dots__dot--active) {
	background: rgba(0,0,0,0.05)
}
.Slider--hero .Dots__dot {
	width: 10px;
	height: 10px;
}
.Slider--hero .Arrow--prev {
	left: 5px;
}
.Slider--hero .Arrow--next {
	right: 5px;
}
@media (min-width: 1065px) {
	.Slider--hero .Arrow {
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
	}
	.Slider--hero .Arrow--prev,
	[dir=rtl] .Slider--hero .Arrow--next {
		margin-left: -520px;
	}
	.Slider--hero .Arrow--next,
	[dir=rtl] .Slider--hero .Arrow--prev {
		margin-left: 520px;
	}
}

/* Tabs */
.Tabs {
	margin-bottom: 30px;
}
.Tabs ul {
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}
.Tabs li {
	margin-bottom: 10px;
}
.Tabs li a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
  height: 100%;
	padding-bottom: 2px;
	color: #575756;
	border: none;
	border-bottom: 5px solid #575756;
	text-align: left;
}
.Tabs li a:hover {
	text-decoration: none;
}
.Tabs li a:.active {
	opacity: 1;
}
[dir=rtl] .Tabs li a {
	text-align: right;
}
.Tabs li a.active {
	color: #10218b;
	border-color: #10218b;
}
.TabsContent:not(.active) {
	display: none;
}
@media (min-width: 768px) {
	.Tabs ul {
		overflow: hidden;
		display: flex;
		margin: 0 -10px;
	}
	.Tabs li {
		flex: 1;
		margin-left: 10px;
		margin-right: 10px;
	}
}

/* List */
.List {
	margin: 0 -10px;
}
.List--C {
  margin: 0;
}
.List__content {
  position: relative;
}
.List--C .List__content::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #f6f6f6;
  content: '';
}
.List .Dots {
	bottom: -39px;
}
.List--C .Dots {
  bottom: 6px;
}
.List .Slider__slide {
	display: flex;
}
.List .Slider__item {
  flex: 1;
}
.List__item {
	position: relative;
  display: flex;
	flex-direction: column;
  margin: 0 10px 20px;
	background: white;
}
.List--B .List__item {
  background: #e6e6e6;
}
.List--C .List__item {
  margin: 0;
  padding: 30px 15px 20px;
  background: none;
}
.List--C.List--has-preview .List__item {
  cursor: pointer;
}
.List--C.List--has-preview .List__item:hover,
.List--C.List--has-preview .List__item.active {
  background: white;
}
.List__image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}
.List:not(.List--B) .List__image a {
	display: none;
}
.List__image a.pdf {
  background-image: url(img/pdf.png);
}
.List__image a.video {
  background-image: url(img/video.png);
}
.List__item__content {
  display: flex;
	flex-direction: column;
  flex-grow: 1;
	padding: 18px 12px 12px;
}
.List--B .List__item__content {
	padding: 18px 19px 15px;
}
.List--C .List__item__content {
 padding: 30px 0 0;
}
.List__image {
  position: relative;
  padding-top: 72%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.List--B .List__image {
  background-color: darkgray;
  padding-top: 83%;
}
.List--C .List__image {
  padding-top: 67%
}
.List--B .List__image,
.List--C .List__image {
  background-size: contain;
  background-position: center;
}
h3.List__item__title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.List--C h3.List__item__title {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #575756;
}
.List__item__description {
	font-size: 13px;
}
.List__item__content > footer {
	margin-top: auto;
}
.List__item__content > footer > a.download {
  background: #f6f6f6 url('img/download.png') no-repeat 14px 9px;
  color: #10218b
}
.List__item__content > footer > a.download.video {
	background-image: url('img/video_small.png');
}
[dir=rtl] .List__item__content > footer > a.download {
  background-position: right 14px top 9px;
}
html:not([dir=rtl]) .List__item__content > footer > a.download {
  padding-left: 34px;
}
[dir=rtl] .List__item__content > footer > a.download {
  padding-right: 34px;
}
.List--A .List__item__content > footer > a {
	width: 100% !important; /* important for ie/edge */
}
.List--B .List__item__content > footer > a {
  margin-bottom: 10px;
  padding: 7px 10px;
  font-size: 12px;
	text-transform: uppercase;
}
html:not([dir=rtl]) .List--B .List__item__content > footer > a:not(:last-of-type) {
  margin-right: 10px;
}
[dir=rtl] .List--B .List__item__content > footer > a:not(:last-of-type) {
  margin-left: 10px;
}

/* List Preview */
.List__preview__item {
  padding-top: 50px;
  line-height: 20px;
}
.List__preview__item:not(.active) {
  display: none;
}
.List .List__preview__headline {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #10218b;
}
.List .List__preview__title {
  color: inherit;
}
.List .List__preview__image {
  margin-bottom: 10px;
}
.List .List__preview__highlights {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.List .List__preview__highlights li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
}
[dir=rtl] .List .List__preview__highlights li {
  padding-left: 0;
  padding-right: 10px;
}
.List .List__preview__highlights li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #10218b;
  content: '';
}
[dir=rtl] .List .List__preview__highlights li::before {
  left: auto;
  right: 0;
}
.List .List__preview__footer a {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .List__preview__body {
    display: flex;
    justify-content: space-between;
  }
  .List__preview__item > header {
    max-width: calc(50% - 20px);
  }
  .List__preview__body > * {
    flex: 0 0 calc(50% - 20px);
  }
  .List .List__preview__image {
    order: 1;
    text-align: center;
  }
  .List .List__preview__image img {
    max-height: 230px;
  }
}

/* Video Widget */
.Video_widget {
	list-style: none;
	padding: 0;
	line-height: 20px;
	font-weight: bold;
	color: #10218b;
}
.Video_widget__item {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.Video_widget__video {
	width: 100%;
	margin-bottom: 12px;
	order: -1;
	object-fit: cover;
}
@media (min-width: 768px) {
	.Video_widget {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.Video_widget__item {
		flex: 1;
		margin: 0 10px 25px;
	}
	.Video_widget__item.active {
		flex: 100%;
		order: -1;
	}
	.ie11 .Video_widget__video {
		min-height: 1px;
	}
}

/* Page template texts */
#PageTexts {
	visibility: hidden;
}

/* Carousel */
.Carousel {
	position: relative;
  text-align: center;
}
.Carousel--video {
  margin-top: 60px;
  margin-bottom: 50px;
}
.Carousel__items--outer {
	overflow: hidden;
	margin: 0 auto;
}
.Carousel--video .Carousel__items--outer {
	overflow: visible;
	max-width: 623px;
}
.Carousel__items {
	position: relative;
}
.Carousel--video .Carousel__items {
	padding-top: 56.25%;
}
.Carousel__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
  transform: opacity;
  opacity: 1;
}
.Carousel__item[data-position="center"] {
	z-index: 11;
}
.Carousel__item[data-position="right"],
.Carousel__item[data-position="left"]{
	z-index: 10;
}
.Carousel__item[data-position="right2"],
.Carousel__item[data-position="left2"]{
	z-index: 9;
}
.Carousel__item:not([data-position="center"]) {
	display: none;
}
body:not(.ie11):not(.msedge) .Carousel__item::before {
  content: '';
  background: rgba(255,255,255,0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.6s ease-out;
}
body:not(.ie11):not(.msedge) .Carousel__item:not([data-position="center"])::before {
  background: rgba(255,255,255,0.5);
}
.Carousel__item[data-position="center"]:hover::before {
  display: none;
}
.Carousel__item:not([data-position="center"]) > *:not(img):not(.responsiveVideoEmbed) {
	opacity: 0;
}
.Carousel__item [data-vid] { /* todo: rename to .Carouse__item__caption (used in Projector Software Solutions */
  position: absolute;
  left: 0;
	text-align: center;
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.Carousel__item h3 {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
}
.Carousel--without_dots .Dots {
	visibility: hidden;
}
@media (min-width: 768px) {
	.Carousel__item {
		transition: all .3s ease-out;
	}
	.Carousel__item:not([data-position]) {
		z-index: -9999;
	}
	.Carousel__item:not([data-position="center"]) {
		transform: scale(0.8);
		display: block;
	}
	.Carousel__item[data-position="right"] { left: 100px; }
	.Carousel__item[data-position="left"] { left: -100px; }
}
@media (min-width: 960px) {
	.Carousel--side-items-1 .Carousel__item:not([data-position="center"]),
  .Carousel--side-items-2 [data-position="right2"],
	.Carousel--side-items-2 [data-position="left2"] {
		transform: scale(0.6);
	}
	.Carousel--side-items-1 [data-position="right"] { left: 283px; }
	.Carousel--side-items-1 [data-position="left"] { left: -283px; }

	.Carousel--side-items-2 [data-position="right"] { left: 120px; }
	.Carousel--side-items-2 [data-position="left"] { left: -120px; }

	.Carousel--side-items-2 [data-position="right2"] { left: 225px; }
	.Carousel--side-items-2 [data-position="left2"] { left: -225px; }
}

/* Slider arrows when no space on the sides (show dots; hide ios scrollbar)*/
@media (max-width: 390px),
		(min-width: 481px) and (max-width: 580px),
		(min-width: 600px) and (max-width: 690px),
		(min-width: 768px) and (max-width: 800px),
		(min-width: 960px) and (max-width: 1020px) {
	.Arrow {
		display: none;
	}
	.Slider--without_dots .Dots,
	.Carousel--without_dots .Dots {
		visibility: visible;
	}
}

/* Products */
.Products {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.Products__item {
	position: relative;
	display: flex;
	width: 220px;
	flex-direction: column;
	margin: 0 10px 20px;
	padding: 25px 30px 30px;
	font-size: 13px;
	line-height: 19px;
	background: #f6f6f6;
}
.Products__item__image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100px;
}
.Products__item__image img {
	display: block;
}
.page .Products__item__title {
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
.page .Products__item__features {
	margin-top: 10px;
	margin-bottom: 24px;
	margin-left: 17px;
	padding: 0;
}
[dir=rtl] .page  .Products__item__features {
	margin-left: 0;
	margin-right: 17px;
}
.page .Products__item__button {
	margin: auto auto 0;
	background: #f68f39;
}
.page .Products__item__price {
	margin-bottom: 13px;
}
.Products__item__price strong {
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: normal;
}
.Products__item__price--rrp strong {
	color: #10218b;
}
[data-has-pricenow="true"] .Products__item__price--rrp strong {
	text-decoration: line-through;
}
.Products__item__price--now strong {
	color: #f68f39;
}

/* UploadField */
.UploadField__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 73px;
  padding: 11px 10px 0;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #D8D7D7;
}
.UploadField label {
  position: relative;
  display: block;
  margin: auto -11px -1px;
  padding: 10px 0;
  color: #10218b;
  font-weight: bold !important;
  font-size: 12px !important;
  text-align: center;
  cursor: pointer;
  border: 1px solid #D8D7D7;
}
.UploadField input {
  position: absolute;
  width: 1px;
  opacity: 0;
  height: 40px;
  left: 50%;
  bottom: 0;
  outline: 0;
  border: none;
}
.UploadField__filename {
    overflow: hidden;
}

/* Tooltip */
.Tooltip {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 17px;
  height: 17px;
  font-size: 12px;
  vertical-align: bottom;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 23px;
  background: #122689;
  color: white;
  vertical-align: top;
}
.Tooltip::before {
  content: '?';
  position: relative;
  top: -2px;
}
.Tooltip__content {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 20px;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  width: 200px;
  text-align: left;
  line-height: 16px;
  font-weight: normal;
  border-radius: 3px;
}

.Tooltip:hover .Tooltip__content {
  display: block;
}

/* Footer */
.Footer {
	display: flex;
	flex-direction: column;
}
.Footer--footnotes-ontop {
  margin-top: 30px;
}
.Footer--footnotes-ontop #footnotes {
	order: -1;
}
.Footer--footnotes-ontop #sitelinks {
  margin-top: 0;
}
.Footer--footnotes-ontop #footnotes {
  margin-bottom: 10px;
}

/* Teaser */
.Teaser {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.page .Teaser { /* specificity */
  padding-top: calc(47% + 30px);

}
.Teaser--A {
  background-color: #10218b;
}
.page .Teaser--A {
  color: white;
  padding-bottom: 30px;
}
.Teaser--A h2,
.Teaser--A p a {
  color: inherit;
}
.Teaser p a {
  font-size: 13px;
}
@media(min-width:768px) {
 .Teaser {
    display: flex;
    min-height: 500px;
    background-size: auto;
  }
  .Teaser--A {
    background-color: transparent;
  }
  .page .Teaser {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
  }
  .Teaser__content {
    align-self: center;
  }
  .Teaser--A .Teaser__content {
    width: 330px;
    background: #10218b;
    padding: 31px 27px;
  }
  .Teaser--B .Teaser__content {
    width: 50%;
    max-width: 430px;
  }
}
