/* * * * * * * * */
/* FileStructure */
/* * * * * * * * *
1 LAYER
	1.1 LAYER - Luxecore video (Störer)
	1.2 LAYER - Go to freedesign
	1.3 LAYER - Feedback
	1.4 LAYER - Live tour
2 REGISTER/PROFILE EDIT
3 EDIT BANK DATA
4 SOCIAL MEDIA ICONS
5 PRODUCT NAVIGATION
	5.1 PRODUCT NAVIAGATION - Tiles
6 KEY ACCOUNT
7  CUSTOMER/GUEST + PARTNER LOGIN
7 EVALUATION
8 LOGIN
9 PRODUCT VIEW
	9.1 STYLES for SVG FACTSHEETS
+ PAGER (Address-Layer, MyOrders - must be implemented)

 * * * * * * * * */



/***************/
/*** 1 LAYER ***/
/***************/
/*******************************************/
/*** 1.1 LAYER - Luxecore video (Störer) ***/
/*******************************************/
/* class .top6 is defined in layer content */
#win_luxecoreVideo_layer_content .top6 {
	margin-top: 10px;
}

#win_luxecoreVideo_layer_content embed {
	margin: 7px 0 -2px 0;
}

/****************************/
/*** 1.3 LAYER - Feedback ***/
/****************************/
#feedback_layer .closeButton,
#feedback_customer_layer .closeButton{
	position:absolute;
	top:6px;
	right:6px;
}
/*****************************/
/*** 1.4 LAYER - Live Tour ***/
/*****************************/
#livetour_main_layer {
    position: absolute;
    width: 356px;
    height: 380px;
    display: none;
    z-index: 10000;
}
#livetour_main_layer .closeButton{
    position:absolute;
    top:6px;
    right:0px;
}
/******************/
/*** 2 REGISTER ***/
/******************/
main {
	box-sizing: border-box;
	float: left;
	margin: 0 auto;
	max-width: 1600px;
	width: 60%;
	padding-left: 0.85em;
}

.leftColumn {
    width: 48.4%;
    float: left;
    min-width: 272px;
}
.rightColumn {
    width: 48.4%;
    float: right;
    min-width: 272px;
}
.middleColumn {
    width:100%;
    float:left;
    min-width:550px;
}

/* remove if formLine adapted global */
#Reg .formLine,
#Login .formLine  {
	margin-top: 0;
	float: none;
	clear: both;
	height: 44px;
}

/* legal notes */
.legalNotes {
	margin-top: 1.45em;
}

.legalNotes p {
	text-align: justify;
	margin-top: 0.75em;
}

.legalNotes a {
	margin-left: 0 !important;
}

.legalNotes .selectLine:nth-child(1) label {
	margin-bottom: 0.75em;
}

/* button */
#Reg_customerRegister_Btn,
#Reg_partnerRegister_Btn {
    margin-top: -2.3em;
}

#Reg .infoIcon,
#Profil .infoIcon {
	margin-top: 1px;
}

/* IE10+ hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#Reg .infoIcon,
	#Profil .infoIcon {
		margin-top: -1px;
	}
}

/* googleChrome + safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#Reg .infoIcon,
	#Profil .infoIcon {
		margin-top: -1px;
	}
}

#Reg_countryFlag_Pic,
#Reg_countryFlag_Pic > img,
#Profil_countryFlag_Pic,
#Profil_countryFlag_Pic > img {
	height: 20px;
	width: 30px;
}

.registerBtn {
	margin-top: -20px;
}

.profileEditBtn {
	margin-top: -64px;
}

.editPaymentDataBtn {
	margin-top: -118px;
}

.regularRegisterServicebox,
.affiliateRegisterServicebox {
	margin-top: 0.85em;
	text-align: justify;
}

.regularProfileEditServicebox,
.affiliateProfileEditServicebox {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	text-align: justify;
	width: 556px;
}

#profileEditpage .grey,
.grey .selectboxit-text[data-val="0"],
ul[id^="birth_"] li[data-val="0"] a {
    color: #909090;
}

/************************/
/*** 3 EDIT BANK DATA ***/
/************************/
#editBankData #bankDataError {
	margin-top: 6px;
	margin-bottom: 14px;
}


/****************************/
/*** 4 SOCILA MEDIA ICONS ***/
/****************************/
#feedback_icons {
    float: right;
    position: absolute;
    width: 34px;
    height: 270px;
    right: 0px;
    top: 222px;
    bottom: 38px;
    overflow: none;
}

.feedback_small_icon {
    background-repeat: no-repeat;
    height: 34px;
    width: 34px;
    display: block;
    cursor: pointer;
}

.feedback_facebook {
    background-position: 0 -34px;
}

.feedback_facebook:hover {
    background-position: -34px -34px;
}

.feedback_twitter {
    background-position: 0 -68px;
}

.feedback_twitter:hover {
    background-position: -34px -68px;
}

.feedback_xing {
    background-position: 0 -102px;
}

.feedback_xing:hover {
    background-position: -34px -102px;
}

.feedback_linkedIn {
    background-position: 0 -136px;
}

.feedback_linkedIn:hover {
    background-position: -34px -136px;
}

.feedback_large_icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 99px;
    width: 34px;
    display: block;
}

.feedback_large_icon:hover {
    background-position: -34px 0;
}


/****************************/
/*** 5 PRODUCT NAVIGATION ***/
/****************************/
/***************************************/
/*** 5.1 PRODUCT NAVIAGATION - Tiles ***/
/***************************************/
div.produkt {
	position: relative;
	width: 184px;
	height: 123px;
	overflow: hidden;
	border-right: 1px dotted #516274;
	border-bottom: 1px dotted #516274;
	float: left;
}

.produkt.last {
	border-right: none;
}

.produkt.lowest_row {
	border-bottom: none;
	height: 124px;
}

div.produkt div.inner_space {
	padding: 6px 4px 4px;
	padding-top: 7px\9; /*ie hack*/
}

/* IE10+ hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	div.produkt div.inner_space {
		padding-top: 7px;
	}
}

/* headline */
#productmenucontainer h2.subHeadline {
	margin-bottom: 7px;
}

/* PRODUCT ICONS */
.produkt figure {
	float: left;
	width: 100px;
	height: 88px;
}

.produkt svg {
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: relative;
	filter: drop-shadow(0px 0px 5px rgba(136,181,230,0.7));
}

.produkt .iconBlue {
	fill: #BFD7F1;
	stroke: #3377C0;
}

.produkt .iconWhite {
	fill: #fff;
	stroke: #3377C0;
}

.produkt .iconFullBlue {
	fill: #88B5E6;
	stroke: #88B5E6;
}

.produkt .iconDarkBlue {
	fill: #3377C0;
	stroke: #3377C0;
}

.produkt .noFill {
	fill: none;
}

.produkt .noStroke {
	stroke: none;
}

/* detail box */
div.produkt .details {
	width: 70px;
	height: 69px;
	float: right;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

div.produkt span {
	display: block;
	text-align: center;
}

span.auflage {
	white-space: nowrap;
}

span.preis {
	margin-top: 3px;
}


.detailsTop {
	width: 69px;
	height: 36px;
	border-right: 1px solid #225894;
	border-bottom: 1px solid #225894;
	padding-top: 5px;
}

.detailsBottom {
	width: 70px;
	height: 20px;
	padding-top: 7px;
}

.detailsBottom .arrow {
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding-left: 10px;
	background-position: 7px -6px;
	background-repeat: no-repeat;
	color: #516274;
}


/*********************/
/*** 6 KEY ACCOUNT ***/
/*********************/
#KeyAcc .infoIcon {
	margin-top: -2px;
}


/*
** 7 CUSTOMER/GUEST + PARTNER LOGIN
*/
#Login .formLine input{
	width:100%;
}
#Login .formLine div:first-of-type{
	float:left;
}
#Login .formLine div:nth-of-type(2){
	float:right;
}
#Login .leftColumn .button{
    box-sizing :border-box;
    -moz-box-sizing:border-box;
    height:1.833em;
    margin-top:-0.167em;
}
#Login .leftColumn + .leftColumn .button{
    margin-top:-0.167em;
}
#Login section > section{
	margin-top:0.917em;
}
#Login section + section > section{
	margin-top:0.833em;
}
#Login section > section > a{
	font-size:11px;
	float:left;
	width:100%;
}
#Login p.error{
	display:none;
	margin:0.2em 0 0.917em 0;
}
#Login .leftColumn + .width100pr{
	margin-top:0.917em;
}
.left.width100pr p{
	margin-top:0.083em;
}
/*
+ UPLOAD
*/
#Upload .button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 1.833em;
	width: 100%;
	float: left;
}
#Upload .button + .button {
	margin-top: 0.33em;
}
.order_position_properties {
	display: table;
	margin: 0.583em 0 0.253em 0;
	float: left;
}
.order_position_properties div{
	display:table-row;
}
.order_position_properties div div{
	display:table-cell;
}
.order_position_properties div div:first-child{
	width:30%;
}
/* box */
.panel_currentUploads {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	width: 100%;
	margin: 0.333em 0;
	float: left;
}
.panel_currentUploads > div:first-child {
	background-color: #488DD8;
	text-indent: 0.5em;
	line-height: 1.9;
	color: #FFF;
}
.panel_currentUploads > div:last-child {
	display: block;
	background-color: #488DD8;
	color: #000;
	text-indent: 0.5em;
	height: 1.833em;
	position: relative;
}
.uploadedFiles{
	/*display:table;*/
	height:12.5em;
    overflow-x:hidden;
    background-color:#FFF;
	width:99.5%;
	border-left:1px solid #D3DAE2;
	border-right:1px solid #D3DAE2;
}
/* line / row */
.fileOverview{
	display:table-row;
	width:96%;
	height:1.167em;
	float:left;
	padding:1% 2% 0;
	margin-top:0.333em;
}
.file_name{
	display: table-cell;
	width:88%;
	float:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.file_services{
	display: table-cell;
	width:10%;
	float:right;
}
.file_services div{
	display: table-cell;
	width:3%;
}
#Upload_delete_Icon svg{
	fill:#516274;
	cursor:pointer;
	float:right;
	height:1.083em;
	width:initial;
}
#Upload_correct_Icon svg{
	fill:#00BE00;
	float:right;
	height:1em;
	width:initial;
}
.uploadState{
	float:right;
}
/* error */
.panel_currentUploads .errorLine{
	width:96%;
	display:table-row;
	float:left;
	padding:0.083em 2% 0;
}
.panel_currentUploads .errorLine .error {
	color: #FC8600 !important;
	font-size: 10px;
	line-height: 1.2;
	margin: 0 !important;
}
.panel_currentUploads .errorLine .error + .error {
	color: #909090 !important;
}
/* progress */
.panel_currentUploads progress{
	width:96%;
	height:1em;
	vertical-align:-0.333em;
}
/* working googleChrome + safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.panel_currentUploads progress{
		margin-top:-1.417em;
	}
}
/*
+ PROGRESS BAR
*/
progress{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border: none;
	vertical-align: 0;
	background: #FFF;
	position: relative;
}
/* working ie hack */
_:-ms-input-placeholder, :root progress {
	color: #00BE00;
}
/* firefox */
progress::-moz-progress-bar {
	background: #00BE00;
}
progress::-moz-progress-bar {
	background: #00BE00;
}
/* googleChrome */
progress::-webkit-progress-value {
    background: #00BE00;
}
progress::-webkit-progress-bar {
    background: #FFF;
}
/* empty progress bar */
progress:not([value])::-webkit-progress-bar {
  background: #FFF;
}
progress:not([value])::-moz-progress-bar {
  background: #FFF;
}
label[name="progress"] {
	position: absolute;
	z-index: 1;
	text-align: center;
	width: 100%;
	margin: 0.25em 0 0 0;
}
/*
+ PRINT DATA PREVIEW
*/
#PDPreview .panel_currentUploads {
	margin-top: 0;
}
#PDPreview .leftColumn > p:first-child {
	margin-bottom: 0.667em;
}

/* LAYER - show print data (list of upload files) */
.uploadFiles__file {
	margin: 8px 0;
	cursor: pointer;
}
.uploadFiles__file:last-of-type {
	margin-bottom: 0;
}

/* LAYER - upload file preview */
.upload_preview_page {
	background: #d3dae2;
}
.upload_preview_page__image {
	height: 400px;
	padding: 30px;
	display: flex;
}
.upload_preview_page__imagewrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.upload_preview_page__format {
	background: transparent;
	box-sizing: border-box;
	border: 1px dotted #006cdb;
}
.upload_preview_page__bleed {
	background: transparent;
	box-sizing: border-box;
	border: 1px dotted #E6071A;
}

/* pagination */
.upload_preview_page__controls {
	width: 100%;
    background: #1f5796;
    padding: .5em 0;
    height: 2em;
    margin: 0;
    text-align: center;
    bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.upload_preview_page button {
	outline: 0;
	border: 0;
}
.upload_preview_page__button {
	background-color: #458cdb;
	color: #FFF;
	border-radius: .3em;
	border: 1px solid #458cdb;
	font-weight: 400;
	height: 1.75em;
	line-height: 1.8em;
	padding: 0 0.6em;
	margin: 0 .15em;
	white-space: nowrap;
	cursor: pointer;
	width: 1.75em;
	padding: .1em;
}
.preview__button--large {
	width: 2.5em;
}
.upload_preview_page__button:hover {
    background-color: #1f5796;
	border: 1px solid #FFF;
	color: #FFF;
}
.upload_preview_page__button svg {
	width: 100%;
	height: 100%;
	fill: #FFF;
	color: #FFF;
}
.upload_preview_page__button:hover svg {
	fill: #fff;
	color: #fff;
}
.upload_preview_page__button-static {
	background-color: #458cdb;
	color: #FFF;
	border-radius: .3em;
	margin: 0 .15em;
	padding: 0 1em;
	line-height: 2.1em;
}
.upload_preview_page__button[disabled] {
	background-color: #D3DAE2;
	pointer-events: none;
}

/* datasheet, legend */
.upload_preview_page__info {
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    color: #000;
}
.upload_preview_page__datasheet {
	font-size: inherit;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.upload_preview_page__datasheet figcaption {
	font-size: inherit;
	margin-top: initial;
}
.upload_preview_page__legend {
	display: flex;
	align-items: center;
}
.upload_preview_page__icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 7px;
}
.upload_preview_page-icon--format {
	background-color: #E6071A;
}
.upload_preview_page-icon--bleed {
	background-color: #006cdb;
}
.filecheck-list {
	margin-top: 5px;
}
.filecheck-item {
	display: flex;
}
.filecheck-item div:first-of-type {
	width: 32%;
}
.upload_preview_page-ok {
	color: #00BE00;
}
.upload_preview_page-fail {
	color: #FC8600;
}
/* buttons */
.Upload_FilePreview__buttons {
	margin-top: 0.583em;
}

/**********************/
/*** 9 PRODUCT VIEW ***/
/**********************/
.produktAnsehenBody {
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
}

#factsheet {
	width: 606px;
	text-align: left;
	padding-left: 35px;
}

.produktAnsehenBody .factsheet {
	font-size: 12px;
	font-weight: bold;
}

.factsheetIcons {
	display: table;
}

.separationLine,
.separationLine2,
.separationLine3 {
	margin-top: 12px;
	padding-bottom: 7px;
	border-bottom: 1px solid #000;
	color: #516274;
	width: 580px;
}

.separationLine3,
.separationLine2 {
	margin-top: 10px;
}

.separationLine3 {
	border: none;
}

.separationLine3 .col1,
.separationLine2 .col1 {
	width: 140px;
}

.separationLine3 .col2,
.separationLine2 .col2 {
	width: 420px;
}

.separationLine section:first-child {
	width: 80%;
}

#factsheet .separationLine section:first-child div{
	width: 94%;
}

.produktAnsehenBody #info_tooltip {
	width: auto;
	color: #516274;
	font-size: 11px;
	font-family: Arial;
	border: 1px solid #FFF;
	background-color: #d3dae2;
	position: absolute;
	padding: 5px;
	display: none;
	text-align: left;
	z-index: 1000;
}

/*************************************/
/*** 9.1 STYLES for SVG FACTSHEETS ***/
/*************************************/
.baseArea {
	fill: #3377C0;
	stroke: #3377C0;
}

.trim {
	stroke: #88B5E6;
	fill: #88B5E6;
}

.sizeOutside {
	fill: #3377C0;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.sizeAnchor {
	stroke: #3377C0;
	fill: transparent;
}

.pageNumber {
	fill: #BFD7F1;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 30px;
	font-weight: normal;
}

.sizeInside {
	fill: #fff;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.sizeInside5px {
	fill: #fff;
	font-size: 5px;
}

.creaseLine {
	stroke: #fff;
	fill: transparent;
}

.nonPrintArea {
	fill: #BFD7F1;
	stroke: #BFD7F1;
}

.nonPrintLine {
	stroke: #3377C0;
	fill: none;
}

.textile {
	fill: #88B5E6;
	stroke: #3377C0;
	stroke-width: 0.5;
}
.noFill{
	fill:none;
}

/******** EXCLUSIONS ********/
/* e.g. bottle_hanger */
.noFill .trim,
.trim .freiform {
	fill: transparent;
}

/* for factsheet e.g. flyer 10-pages */
.pageNumber .smallText {
	font-size: 12px;
}

/* for factsheet e.g. flyer 16-pages 3xLepro1xKreuz */
.pageNumber .petiteText {
	font-size: 20px;
}

/* for legend PageNumbers */
#factsheet .separationLine .pageNumber {
	font-size: 11px;
}

/* e.g. presentation_cases */
.smallerText,
.sizeInside .smallerText {
	font-size: 7px;
}

/* for legend e.g. haftnotiz1 */
.trim .smallerText,
#factsheet .separationLine figure.smallerText .pageNumber {
	font-size: 8px;
}
/* e.g. plastic_card */
.creaseLine .RFID {
	fill: #fff;
}

/* e.g. walls */
.tradeFair .black {
	fill: #000000;
	stroke: #000000;
}

.tradeFair .grey {
	fill: #909090;
	stroke: #909090;
}

.tradeFair .orange {
	fill: #E95F14;
	stroke: #E95F14;
}

/* e.g. popup_tower */
.tradeFair .grey .white {
	fill: #fff;
}

.tradeFair .noFill {
	fill: none;
}

.tradeFair .noStroke {
	stroke: none;
}
/********************************/
/*** 10 DESIGN SELECTION VIEW ***/
/********************************/
#design_selection section{
	font-size: 12px;
	margin-left: 2.917em;
	margin-top: -0.25em;
}
.designIcons{
	margin-top: 1.333em;
}
#design_selection .design_img{
	margin-right: 0.728em;
	margin-top: 0.728em;
	float: left;
}
/**********************/
/* freeShape_download */
.freeShape_download a:nth-child(3n+2) {
	margin: 0 86px;
}
.freeShape_download a {
	height: 13.333em;
	background-repeat: no-repeat;
	background-size: auto 13.333em;
}
.freeform_circle {
	background-position: -1.833em 0;
	width: 10.417em;
}
.freeform_shoe {
	background-position: -13.333em 0;
	width: 13.333em;
}
.freeform_cloud {
	background-position: -26.250em 0;
	width: 13.333em;
}
.freeform_star {
	background-position: -41.999em 0;
	width: 10.417em;
}
.freeform_speechBubble {
	background-position: -53.332em 0;
	width: 13.333em;
}
.freeform_arrow {
	background-position: -66.167em 0;
	width: 13.333em;
}
/*
+ PAGER----NEW
*/
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	float: left;
}
.pagination__number {
	margin-left: 0.167em;
	cursor: default;
	width: auto;
	min-width: 20%;
	padding: 0 1em;
	pointer-events: none;
}
.pagination__icon {
	width: 20px;
	position: relative;
	color: #FFF;
	font-family: FontAwesome;
	margin-left: 0.167em;
}
.pagination--first::after {
	content: "\f048";
	font-size: 0.9em;
	position: absolute;
	right: 0.5em;
}
.pagination--back::after {
	content: "\f04b";
	font-size: 0.9em;
	position: absolute;
	right: 0.5em;
	transform: scaleX(-1);
}
.pagination--next::after {
	content: "\f04b";
	font-size: 0.9em;
	position: absolute;
	right: 0.5em;
}
.pagination--last::after {
	content: "\f051";
	font-size: 0.9em;
	position: absolute;
	right: 0.5em;
}