@import 'https://neon.epson-europe.com/files/repo/2019/Shared/page/page.css';
/* @import '../../shared-assets/page/page.css'; */

/* Hide case study tabs */
#casestudy .Tabs {
	display: none;
}

/* Hero */
.Slider--hero .Arrow {
	 filter: brightness(50%);
}
.page > header,
.hero header {
	height: 800px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-position: center top;
}
#mainHero {
	background-image: url(../img/labelexpo/hero_03_mobile.jpg);
	color: white;
}
#expoHero {
	background-image: url(../img/labelexpo/hero_01_mobile.jpg);
}
#mainHero h1 {
	color: inherit;
}
@media (max-width: 420px) {
	#mainHero h1 {
		font-size: 32px;
		line-height: 40px;
	}
}
@media (max-width: 480px), (min-width:768px) and (max-width:959px) {
	[lang=da] #mainHero h1 {
    font-size: 28px;
  }
}
@media (min-width:481px){
	#mainHero {
		background-image: url(../img/labelexpo/hero_03_smalltablet.jpg);
	}
	#expoHero {
		background-image: url(../img/labelexpo/hero_01_smalltablet.jpg);
	}
}
@media (min-width:600px){
	.page > header,
	.hero header {
		height: 500px;
		justify-content: center;
	}
	#mainHero {
		background-image: url(../img/labelexpo/hero_03_tablet.jpg);
	}
	#expoHero {
		background-image: url(../img/labelexpo/hero_01_tablet.jpg);
	}
	.page > header > *,
	.hero header > * {
		max-width: 300px;
	}
}
@media (min-width:768px){
	#mainHero {
		background-image: url(../img/labelexpo/hero_03_smalldesktop.jpg);
	}
	#expoHero {
		background-image: url(../img/labelexpo/hero_01_smalldesktop.jpg);
	}
}

@media (min-width:960px){
	#mainHero {
		background-image: url(../img/labelexpo/hero_03.jpg);
	}
	#expoHero {
		background-image: url(../img/labelexpo/hero_01.jpg);
	}
	.page > header > *,
	.hero header > * {
		max-width: 450px;
	}
}

/* Anchorbar */
.page > nav a[href="#overview"] { background-image: url(../img/update_2019/anchor_pin.png) }
.page > nav a[href="#L6534VW"] { background-image: url(../img/update_2019/anchor_surepress_l-6034_series.png) }
.page > nav a[href="#L4533AW"] { background-image: url(../img/update_2019/anchor_surepress_l-4033_series.png) }
.page > nav a[href="#casestudy"] { background-image: url(../img/update_2019/anchor_paper.png) }
.page > nav a[href="#contact"] { background-image: url(../img/update_2019/anchor_letter.png) }

/* Range teaser */
#rangeTeaser {
	padding-top: calc(65.2vw + 35px);
	padding-bottom: 40px;
	background: url(../img/update_2019/color-label_teaser_mobile.jpg) no-repeat center top/contain;
	background-color: #10218b;
	color: white;
}
#rangeTeaser h2 {
	color: inherit;
}
#rangeTeaser a {
	padding: 0;
}
@media (min-width: 768px) {
	#rangeTeaser {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 500px;
		padding-top: 0;
		padding-bottom: 0;
		background: url(../img/update_2019/color-label_teaser.jpg) no-repeat center top;
	}
	#rangeTeaser > * {
		max-width: 394px;
		margin: 0;
		padding: 0 25px 18px !important;
		background: #10218b;
	}
	#rangeTeaser > *:first-child {
		padding-top: 40px !important;
	}
	#rangeTeaser > *:last-child {
		padding-bottom: 35px !important;
	}
	#rangeTeaser a {
		display: block;
		width: auto;
		text-align: left;
		opacity: 1;
	}
	[dir=rtl] #rangeTeaser a {
		text-align: right;
	}
}

/* Overview */
#overview {
	position: relative;
	padding-top: calc(74.5vw);
	padding-bottom: 60px;
}
#overview::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	width: 100%;
	background: url(../img/intro.jpg) no-repeat center top/contain;
}
#overview h2 {
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 42px;
}
#wherebuy {
	margin-top: 50px;
	text-align: center;
}
#wherebuy h3 {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
}
#wherebuy address {
	font-style: normal;
	line-height: 24px;
}
#wherebuy address p {
	padding-left: 32px;
	padding-right: 20px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0 3px;
}
[dir=rtl] #wherebuy address p {
	padding-right: 32px;
	padding-left: 20px;
	text-align: right;
	background-position: right 3px;
}
#wherebuy address [href^=mailto] {
	font-weight: inherit;
	color: inherit;
}
#wherebuy .office {
	background-image: url(../img/update_2019/icon_pin.png);
}
#wherebuy .tel {
	background-image: url(../img/update_2019/icon_tel.png);
}
#wherebuy .email {
	background-image: url(../img/update_2019/icon_mail.png);
}
#wherebuy address strong {
	display: block;
}
#wherebuy .callback {
	min-width: 180px;
	margin-top: 20px;
}
@media (min-width: 768px) {
	#overview {
		padding-top: 57px;
		background-size: 50%;
		background-position: right 54px;
	}
	#overview::before {
		left: 50%;
		top: 54px;
		width: 50%;
		max-width: 440px;
	}
	[dir=rtl] #overview::before {
		left: auto;
		right: 50%;
	}
	#overview > *:not(section) {
		max-width: 50%;
	}
	#wherebuy address {
		display: flex;
	}
	#wherebuy address p {
		flex: 1;
	}
	#wherebuy address p:nth-of-type(1) {
		flex-grow: 1.7;
	}
	#wherebuy address p:nth-of-type(2) {
		flex-grow: 1.2;
	}
	#wherebuy .callback {
		margin-top: -15px;
	}
}

/* Watch videos */
#watch {
	position: relative;
	margin-top: 60px;
	padding-top: 55px;
	padding-bottom: 40px;
}
#watch::before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	margin-left: -50vw;
	z-index: -1;
	background: white;
	content: '';
}
#watch h3 {
	font-size: 28px;
	margin-bottom: 28px;
	text-align: center;
}
@media (min-width: 768px) {
	#watch {
		padding-bottom: 35px;
	}
}

/* Casestudies */
#casestudy {
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
}
#casestudy::before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	margin-left: -50vw;
	z-index: -1;
	background: #f6f6f6;
	content: '';
}
#casestudy h2 {
	text-align: center;
	margin-bottom: 22px;
}

/* Range */
#range {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#range[data-current=L6534VW] { background-image: url(../img/update_2019/Tab_SurePressL-6534VW_bg_mobile.jpg) }
#range[data-current=L4533AW] { background-image: url(../img/update_2019/Tab_SurePressL-4533AW_bg_mobile.jpg) }

@media (min-width: 768px) {
	#range[data-current=L6534VW] { background-image: url(../img/update_2019/Tab_SurePressL-6534VW_bg.jpg) }
	#range[data-current=L4533AW] { background-image: url(../img/update_2019/Tab_SurePressL-4533AW_bg.jpg) }
}
#range h3 {
	margin-bottom: 13px;
	font-size: 28px;
	line-height: 32px;
}
#range h4 {
	margin-top: 0;
	margin-bottom: 11px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	color: #10218b;
}
#range .product {
	padding-top: 117px;
	margin-top: -117px;
}
#range .product header {
	position: relative;
}
#range .product header::before {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	content: '';
}
#range .product#L6534VW header::before {
	padding-top: 60%;
	background-image: url(../img/update_2019/img_SurePress-L-6534VW.png);
}
#range .product#L4533AW header::before {
	padding-top: 52%;
	background-image: url(../img/update_2019/img_SurePressL-4533AW.png);
}
@media (min-width: 960px) {
	#range .product header {
		min-height: 373px;
		padding-top: 60px;
	}
	#range .product#L6534VW header,
	[dir=rtl] #range#L4533AW .product header {
		padding-left: calc(100% - 300px);
	}
	#range .product#L4533AW header,
	[dir=rtl] #range .product#L6534VW header {
		padding-right: calc(100% - 300px);
	}
	#range .product header::before {
		position: absolute;
		top: 0;
		width: calc(100% - 280px);
		background-size: cover;
	}
	#range .product#L4533AW header::before {
		right: -40px;
	}
	#range .product#L6534VW header::before,
	[dir=rtl] #range#L4533AW .product header::before {
		left: -40px;
	}
	[dir=rtl] #range .product header::before,
	[dir=rtl] #range .product#L6534VW header::before {
		right: -40px;
	}
	#range .product#L6534VW header::before {
		padding-top: 373px;
	}
	#range .product#L4533AW header::before {
		padding-top: 354px;
	}
}
@media (min-width: 1024px) {
	#range .product#L6534VW header::before,
	[dir=rtl] #range#L4533AW .product header::before {
		left: -80px;
	}
	[dir=rtl] #range .product header::before,
	[dir=rtl] #range .product#L6534VW header::before {
		right: -80px;
	}
}
#range header a + a {
	margin-top: 15px;
}
#range .product .brochure {
	position: relative;
}
#range .product .brochure::before {
	display: block;
	width: 300px;
	height: 215px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center -116px;
	content: '';
}
@media (min-width:768px) {
	#range .product .brochure::before  {
		float: right;
		margin-left: 30px;
	}
	[dir=rtl] #range .product .brochure::before  {
		float: left;
		margin-right: 30px;
	}
}
#range .product#L6534VW .brochure::before {
	background-image: url(../img/update_2019/img_brochure_SurePressL-6534VW.png);
}
#range .product#L4533AW .brochure::before {
	background-image: url(../img/update_2019/img_brochure_SurePressL-4533AW.png);
}
#range .features {
	margin: 50px 0 30px;
}
#range .features .Slider__slide {
	padding-bottom: 50px;
}
#range .features .Arrow {
	top: 110px;
}
#range .features .Slider__item::before {
	display: block;
	margin: 0 auto 10px;
	width: 209px;
	height: 208px;
	background-repeat: no-repeat;
	content: '';
}
[dir=rtl] #range .features .Slider__item::before {
	left: auto;
	right: 0;
}
@media (min-width:600px) {
	#range .features .Slider__item::before {
		position: absolute;
		left: 0;
		top: 0;
	}
	#range .features .Dots {
		justify-content: flex-start;
		margin-left: 245px;
	}
	[dir=rtl] #range .features .Dots {
		margin-right: 245px;
		margin-left: 0;
	}
	#range .features .Slider__item {
		position: relative;
		min-height: 208px;
		padding-left: 245px;
		padding-top: 40px;
	}
	[dir=rtl] #range .features .Slider__item {
		padding-left: 0;
		padding-right: 245px;
	}
}
#range #L4533AW [data-feature="1"]::before { background-image: url(../img/update_2019/img_tab_SurePressL-4533AW_slider_01.png) }
#range #L4533AW [data-feature="2"]::before { background-image: url(../img/update_2019/img_tab_SurePressL-4533AW_slider_02.png) }
#range #L4533AW [data-feature="3"]::before { background-image: url(../img/update_2019/img_tab_SurePressL-4533AW_slider_03.png) }

#range #L6534VW [data-feature="1"]::before { background-image: url(../img/update_2019/img_tab_SurePressL-6534VW_slider_01.png) }
#range #L6534VW [data-feature="2"]::before { background-image: url(../img/update_2019/img_tab_SurePressL-6534VW_slider_02.png) }
#range #L6534VW [data-feature="3"]::before { background-image: url(../img/update_2019/img_tab_SurePressL-6534VW_slider_03.png) }
