@font-face {
	font-family: 'MikadoRegular';
	src: url('fonts/mikado-webfont.eot');
	src: url('fonts/mikado-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/mikado-webfont.woff2') format('woff2'),
		 url('fonts/mikado-webfont.woff') format('woff'),
		 url('fonts/mikado-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@media screen,print {

	* {
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
	}

	body {
		margin: 0px;
		padding: 0px;
		background-color: #e6e6e6;
	}

	html {
	    overflow-y: scroll;
	}

	.page {
		width: 960px;
		margin: 0px auto;
		background-color: #fff;
		/* box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); */
		/*overflow: hidden;*/
		position: relative;
		padding-bottom: 1px;
	}

	h1 {
		margin: 5px 0px 0px 0px;
		font-size: 14px;
	}

	h2 {
		margin: 10px 0px;
		font-size: 18px;
	}

	input[type="text"],
	input[type="password"],
	input[type="date"],
	select {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		height: 26px;
		line-height: 20px;
		border: 1px solid #afafaf;
		padding-left: 5px;
	}

	.login-button {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		color: #fff;
		background-color: #e63a24;
		border: 1px solid #afafaf;
		height: 24px;
		line-height: 20px;
		padding: 0px 10px;
		text-transform: uppercase;
		font-weight: bold;
		min-width: 150px;
		cursor: pointer;
	}

	.header-legero {
		width: calc(100% - 20px);
		height: 80px;
		position: relative;
		display: flex;
		align-items: center;
	}

	.header-legero-logo {
	    width: 150px;
	    height: 50px;
	    cursor: pointer;
	    background-position: center;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    margin-left: 20px;
	}
	
	.header-spacer {
		flex-grow: 1;
	}

	.header-legero-navigation {
		bottom: 20px;
		right: 5px;
	}

	.header-superfit {
		width: calc(100% - 20px);
		height: 80px;
		position: relative;
		display: flex;
		align-items: center;
	}

	.header-superfit-logo {
	    width: 125px;
	    height: 50px;
	    cursor: pointer;
	    background-position: center;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    margin-left: 20px;
	}

	#approval-sign {
		width: 58px;
		height: 58px;
		position: absolute;
		right: 26px;
		top: 39px;
		z-index: 1;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.header-superfit-navigation {
		bottom: 20px;
		right: 5px;
	}

	#header-navigation-bar {
		height: 35px;
	}

	#header-navigation-bar .navigation-icon {
		float: right;
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
		width: 35px;
		height: 35px;
		margin-left: 15px;
	}
	
	.favoritelist { height: 32px; margin-right: 20px; }

	.icon-favorite-list-legero { background-image: url("images/legero-icon-favorite.png"); }
	.icon-favorite-list-highlight-legero { background-image: url("images/legero-icon-favorite-highlight.png"); }
	.icon-price-legero { background-image: url("images/legero-icon-price.png");	}
	.icon-print-legero { background-image: url("images/legero-icon-print.png");	}
	.icon-print-highlight-legero { background-image: url("images/legero-icon-print-highlight.png");	}
	.icon-logout-legero { background-image: url("images/legero-icon-logout.png"); }
	.icon-synchronize-legero { background-image: url("images/legero-icon-synchronize.png");	}
/*  .icon-note-legero { background-image: url("images/legero-icon-catalog.png"); background-size: 70%; } */
 	.icon-create-note-legero { background-image: url("images/legero-icon-note.png"); background-size: 80%; }
	.icon-note-highlight-legero { background-image: url("images/legero-icon-catalog-highlight.png"); background-size: 70%; }
 	.icon-brand-legero { background-image: url("images/legero-icon-brand.png");	}
	.icon-seasons-legero { background-image: url("images/legero-icon-season.png"); }
	.icon-seasons-legero { background-image: url("images/legero-icon-season.png"); }

	.icon-favorite-list-superfit { background-image: url("images/superfit-icon-favorite.png"); }
	.icon-favorite-list-highlight-superfit { background-image: url("images/superfit-icon-favorite-highlight.png"); }
	.icon-price-superfit { background-image: url("images/superfit-icon-price.png");	}
	.icon-print-superfit { background-image: url("images/superfit-icon-print.png");	}
	.icon-print-highlight-superfit { background-image: url("images/superfit-icon-print-highlight.png");	}
	.icon-logout-superfit { background-image: url("images/superfit-icon-logout.png"); }
/* 	.icon-note-superfit { background-image: url("images/superfit-icon-catalog.png"); background-size: 70%; } */
	.icon-create-note-superfit { background-image: url("images/superfit-icon-note.png"); background-size: 80%; }
	.icon-note-highlight-superfit { background-image: url("images/superfit-icon-catalog-highlight.png"); background-size: 70%; } */
	.icon-synchronize-superfit { background-image: url("images/superfit-icon-synchronize.png");	}
	.icon-brand-superfit { background-image: url("images/superfit-icon-brand.png");	}
	.icon-seasons-superfit { background-image: url("images/superfit-icon-season.png"); }

	#navigation-bar {
		height: 40px;
 		-webkit-border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		width: 940px;
		margin: 0px 10px;
	}

	.navigation-bar-legero {
		background-color: #333e5e;
		font-size: 18px;
	}

	.navigation-bar-legero-active {
		color: #facfbc !important;
	}

	.navigation-bar-superfit {
		background-color: #e63a24;
		font-family: 'MikadoRegular';
		font-size: 24px;
	}

	.navigation-bar-superfit a {
		font-family: 'MikadoRegular' !important;
	}

	.navigation-bar-superfit-active {
		color: #9dc1d9 !important;
	}

	#navigation-bar .navigation-icon {
		float: left;
		height: 40px;
		width: 40px;
		margin: 0px 20px;
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.icon-home {
		background-image: url("images/icon-home.png");
	}

	.navigation-button {
		line-height: 42px;
		text-transform: uppercase;
		color: #fff;
		margin: 0px 10px;
		float: left;
		cursor: pointer;
		font-family: inherit;
		font-size: inherit;
	}
	
	.navigation-bar-superfit .navigation-button {
		text-transform: none !important;
	}

	#navigation-brand {
		width: 62px !important;
	}

	.navigation-spacer {
		margin: 0px 10px;
		line-height: 42px;
		float: left;
		color: #fff;
		font-weight: bold;
		cursor: default;
		font-family: inherit;
		font-size: inherit;
	}

	.search-container {
		line-height: 40px;
		float: right;
	}

	.search-container input {
		-webkit-box-shadow: inset 2px 2px 2px 0px #6f6f6f;
		float: left;
		width: 200px;
		margin-top: 6px;
	}

	.search-container .search-icon {
		float: left;
		height: 40px;
		width: 40px;
		margin: 0px 20px 0px 5px;
		background-position: center center;
		background-image: url("images/icon-search.png");
		background-repeat: no-repeat;
		cursor: pointer;
	}

	#footer {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-end;
		clear: both;
		background-color: #fff;
	}

	.article-list #footer {
		position: absolute;
	}

	.footer-legero {
	}

	.footer-superfit {
		width: 100%;
		position: relative;
	}

	.localized-footer {
		width: 100%;
		height: 100%;
	}

	.footer-legero-de { }
	.footer-legero-en { }
	.footer-legero-it { }
	.footer-legero-fr { }
	.footer-legero-ru { }
	.footer-superfit-de { }
	.footer-superfit-en { }
	.footer-superfit-it { }
	.footer-superfit-fr { }
	.footer-superfit-ru { }

	.footer-menu {
		margin-right: 10px;
		cursor: default;
	}

	.footer-menu a {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}

	.footer-menu a:hover {
		text-decoration: underline;
	}

	/* ==================================================================================
	 *  HOME SCREEN
	 * ================================================================================== */

	.home-content {
		width: 940px;
		overflow: hidden;
		padding: 10px;
		margin: 20px 0px 0px 0px;
	}

	.home-content .container,
	.home-content .container > div {
		width: 313px;
		height: 385px;
		float: left;
		background-size: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	/* ==================================================================================
	 *  TRENDS, HIGHLIGHTS
	 * ================================================================================== */

	.trends .image-viewer,
	.highlights .image-viewer {
		overflow: hidden;
		width: 940px;
		height: 386px;
		position: relative;
		margin: 20px 10px;
		cursor: pointer;
	}

	.trends .next-button,
	.highlights .next-button {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 70px;
		height: 100%;
		z-index: 2;
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.trends .prev-button,
	.highlights .prev-button {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 70px;
		height: 100%;
		z-index: 2;
		background-position: center center;
		background-repeat: no-repeat;
		/* flip image horizontally */
		-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        cursor: pointer;
	}

	.trends #image-container,
	.highlights #image-container {
		position: absolute;
		width: 938px;
		height: 383px;
		z-index: 1;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	#image-container .image,
	#image-container .image {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	/* ==================================================================================
	 *  LOADING SCREEN (Overlay, Bars)
	 * ================================================================================== */

	#loading-screen {
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 0.8;
		background-color: #fff;
		z-index: 20;
		display: none;
	}

	#popup-information {
		position: absolute;
		width: 600px;
		overflow: hidden;
		margin: 0px auto;
		display: none;
		padding: 20px;
		border: 1px solid #afafaf;
		-webkit-box-shadow: 1px 1px 2px 1px #6f6f6f;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		z-index: 25;
		background-color: #fff;
	}

	.popup-message:not(:has(.create-note-label)) {
		text-align: center;
	}

	.popup-buttons {
		text-align: center;
	}

	.popup-buttons button {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid #afafaf;
		height: 24px;
		line-height: 20px;
		padding: 0px 30px;
		text-transform: uppercase;
		font-weight: bold;
		min-width: 150px;
		cursor: pointer;
		margin: 20px 10px 0px 10px;
	}

	.legero-popup .popup-buttons button {
		color: #fff;
		background-color: #333e5e;
	}

	.superfit-popup .popup-buttons button {
		color: #fff;
		background-color: #e63a24;
	}

	.legero-popup {
	}

	.superfit-popup {
	}

	#progress-bar {
		width: 300px;
		text-align: center;
		height: 25px;
		border: 1px solid #000;
		margin: 10px auto;
		display: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	#progress-bar-state {
		width: 0%;
		height: 100%;
		background: #7abcff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
		background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-8 */
	}

	.progress-information {
		position: absolute;
		width: 600px;
		overflow: hidden;
		margin: 0px auto;
		display: none;
		padding: 20px;
		border: 1px solid #afafaf;
		-webkit-box-shadow: 1px 1px 2px 1px #6f6f6f;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		z-index: 25;
		background-color: #fff;
	}

	#progress-bar-title {
		text-align: center;
	}

	#progress-bar-spinner {
		height: 50px;
		width: 100%;
		background-image: url("images/loading.gif");
		background-position: center center;
		background-repeat: no-repeat;
	}

	/* ==================================================================================
	 *  SEASON CHOOSER POPUP
	 * ================================================================================== */

	#popup-information h1 {
	    text-align: left;
	    text-transform: uppercase;
	    margin: 10px 0px;
	    font-size: 16px;
	}
	
	#popup-information .season-container {
		display: flex;
		justify-content: space-between;
		min-height: 300px;
	}

	#popup-information .season-container > div {
		display: flex;
		flex-direction: column;
		min-height: 300px;
	}
	
	#popup-information .season-container .season-header {
		color: #fff;
		text-align: left;
		padding: 5px;
		font-size: 14px;
		border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		text-transform: uppercase;
	}
	
	#popup-information .season-container .season-header.legero {
		background-color: #333e5e;
	}
	
	#popup-information .season-container .season-header.superfit {
		background-color: #e63a24;
	}
	
	#popup-information .season-container .season {
		height: calc(100% - 26px);
	}
	
	#popup-information .season-container > div.button-container {
		justify-content: center;
	}

	#popup-information .season-container > div.button-container > div {
	    border: 4px solid;
	    border-radius: 5px;
	    cursor: pointer;
	    width: 30px;
		height: 30px;
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
	}

	#popup-information .season-container > div.button-container > div.legero {
		color: #333e5e;
		border-color: #333e5e;
	}

	#popup-information .season-container > div.button-container > div.superfit {
		color: #e63a24;
		border-color: #e63a24;
	}
	
	#popup-information .season-container select {
		min-width: 250px !important;
		height: 100%;
		border-radius: 0px;
		border-top: none;
		padding: 0px;
/* 		overflow: auto; */
		border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
	}
	
	#popup-information .season-container select > option {
		padding: 5px;
	}

	/* ==================================================================================
	 *  LOGIN SCREEN
	 * ================================================================================== */

	.login {
		min-height: 768px;
		overflow: hidden !important;
	}

	.login .logos {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 100px;
	}

	.login .logos .superfit {
		width: 299px;
		height: 100px;
		background-image: url("images/legero-logo.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100%;
		margin: 20px;
	}

	.login .logos .legero {
		width: 253px;
		height: 100px;
		background-image: url("images/superfit-logo.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100%;
		margin: 20px;
	}

	.login-form {
		margin: 60px auto 0px auto;
		width: 530px;
	}

	.login label,
	.form-section label,
	.download-form-section label,
	label.standard,
	.popup-message label {
		width: 205px;
		height: 36px;
		line-height: 36px;
		font-weight: bold;
		text-transform: uppercase;
		text-indent: 10px;
		font-size: 14px;
		display: inline-block;
		margin-right: 6%;
		background-image: url("images/login-label-texture.png");
		background-position: left center;
		background-repeat: no-repeat;
		margin-top: 10px;
	}

	.login select {
		width: 53%;
		display: inline-block;
	}

	.login input {
		width: 52%;
		display: inline-block;
	}

	.login button {
		margin-left: 208px;
	}

	.login #login-missing-pin {
		display: block;
		margin-top: 5px;
		width: 94%;
		text-align: right;
		cursor: pointer;
	}

	.login #login-missing-pin:hover {
		text-decoration: underline;
	}

	.login #login-label-select-price,
	.login #login-select-price {
		display: none;
	}

	.login #login-label-select-brand,
	.login #login-label-select-user,
	.login #login-button-login  {
		margin-top: 30px;
	}

	/* ==================================================================================
	 *  ARTICLE LIST (MAIN SCREEN)
	 * ================================================================================== */

	#back-to-top {
		cursor: pointer;
		width: 70px;
		height: 70px;
		position: fixed;
		left: 75px;
		bottom: 20px;
		display: none;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#back-to-top.legero {
		background-image: url("images/legero-back-to-top.png");
	}

	#back-to-top.superfit {
		background-image: url("images/superfit-back-to-top.png");
	}
	
	#back-to-top.active {
		display: block;
	}

	.sort-select {
		width: 200px;
		margin: 0px 10px;
	}

	#content-loading {
		display: none;
	}

	#content-loading.active {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0.8;
		background-color: #fff;
		z-index: 100;
	}
	
	#content-loading-animation {
		display: none;
	}
	
	#content-loading-animation.active {
		display: flex;
		justify-content: center;
		align-content: center;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 101;
	}
	
	#content-loading-animation > div {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 200px;
	    height: 200px;
	    margin-top: 100px;	
	}
	
	#content-loading-animation > div.legero-content-loading {
		background-image: url("images/loading-legero.gif");
	}

	#content-loading-animation > div.superfit-content-loading {
		background-image: url("images/loading-superfit.gif");
	}

	.training-content,
	.shoe-content {
		clear: both;
		min-height: 720px;
		overflow: hidden;
	}
	
	.article-list .filters {
		margin: 20px 0px 10px 10px;
		width: 220px;
		float: left;
		/* padding-right: 18px; */
	}

	.filters input[type="checkbox"] {
		display: none;
	}

	.filter-header {
		width: 220px;
		text-indent: 10px;
		background-repeat: no-repeat;
		background-position: 200px center;
		background-image: url("images/filter-open.png");
		-webkit-box-shadow: 1px 1px 2px 0px #6f6f6f;
		color: #fff;
		height: 25px;
		line-height: 25px;
		text-transform: uppercase;
		font-size: 11px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		cursor: pointer;
		margin: 5px 0px;
	}
	
	.filter-header.filter-header-static {
		background-image: initial;
		background-repeat: initial;
		background-position: initial;
	}
	
	.filter-header.filter-active {
		color: #facfbc !important;
	}

	.filter-option-groessen {
		min-width: 40px;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.filter-container {
		display: none;
		overflow: hidden;
	}

	.filter-container label {
		cursor: pointer;
		margin: 3px 0px 3px 10px;
		display: inline-block;
		line-height: 24px;
	}

	#filter-container-preis {
		padding: 0px 10px 0px 10px;
	}
	
	#filter-container-preis > .irs {
		margin-top: 10px;
	}
	
	.preis-filter-loading {
		display: none;
	}
	
	.preis-filter-loading.active {
		display: block;
	}
	
	div.preis-filter-loading {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20%;
		width: 100%;
	    height: 40px;
	}
	
	div.preis-filter-loading.legero {
		background-image: url("images/loading-legero.gif");
	}

	div.preis-filter-loading.superfit {
		background-image: url("images/loading-superfit.gif");
	}

	.legero-filter-header {
		background-color: #333e5e;
	}

	.superfit-filter-header {
		background-color: #e63a24;
	}

	.legero-filter {
		color: #333e5e;
	}

	.superfit-filter {
		color: #9dc1d9;
	}

	.filter-option {
		margin: 0px 7px;
	}

	.filter-option-active {
		font-weight: bold;
		color: #000;
	}

	.filter-colorbox {
		width: 20px;
		height: 20px;
		display: block;
		line-height: 20px;
		float: left;
		margin: 3px 0px 0px 10px;
		border: 1px solid #dfdfdf;
		clear: both;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.eas-color-00 { background-color: #000; } /* black */
	.eas-color-10 { background-color: #fff; } /* white */
	.eas-color-20 { background-color: #eaeaea; } /* grey */
	.eas-color-30 { background-color: #9f4f00; } /* brown */
	.eas-color-40 { background-color: #c3bd9c; } /* beige */
	.eas-color-50 { background-color: #ff4000; } /* red */
	.eas-color-60 { background-color: #ffff00; } /* yellow */
	.eas-color-70 { background-color: #00ff00; } /* green */
	.eas-color-80 { background-color: #0032d5; } /* blue */
	.eas-color-55 { background-color: #FF99FF; } /* pink */
	.eas-color-85 { background-color: #BA7ABA; } /* purple */
	.eas-color-95 { background-color: #95B5D6; } /* metallic */

	.article-list .article-listing-container {
		width: 700px;
		float: left;
		margin: 20px 10px 20px 0px !important;
	}

	.article-list .article-list-sort {
		width: 100%;
		overflow: hidden;
		margin: 0px 0px 20px 0px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
	}

	.article-list .article-listing {
		width: 650px;
		overflow-y: hidden;
		margin-left: 25px;
	}

	.article-list .article {
		overflow: hidden;
		cursor: pointer;
		float: left;
		margin: 5px;
		width: 150px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		display: block;
		text-decoration: none;
		color: #000;
	}
	
	.favorite-list .article.download-article,
	.article-list .article.download-article {
		width: 300px;
	}
	
	.favorite-list .article.download-article .article-no-favorite-icon,
	.article-list .article.download-article .article-no-favorite-icon {
		display: inline;
	}
	
	.favorite-list .article.download-article .article-is-favorite-icon,
	.article-list .article.download-article .article-is-favorite-icon {
		display: none;
	}
	
	.favorite-list .article.download-article.article-is-favorite .article-no-favorite-icon,
	.article-list .article.download-article.article-is-favorite .article-no-favorite-icon {
		display: none;
	}

	.favorite-list .article.download-article.article-is-favorite .article-is-favorite-icon,
	.article-list .article.download-article.article-is-favorite .article-is-favorite-icon {
		display: inline;
	}

	.article .article-number {
		padding: 2px 7px;
		color: #000;
		font-weight: bold;
		font-size: 13px;
		position: relative;
	}
	
	.article .article-number .season {
		font-size: 11px;
		position: absolute;
		right: 4px;
		bottom: 3px;
	}
	
	.download-center-page .article-listing .article.download-article .article-number {
	    height: 13px;
	}

	.article-info-top {
		display: flex;
	}
	
	.article-note {
		width: 30px;
		height: 35px;
		display: flex;
	}
	
	.article-note-teaser {
		width: calc(100% - 6px);
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 16px;
		padding: 5px 3px;
		font-size: 12px;
		line-height: 18px;
    }
	
	.article-note > div {
		width: 26px;
		height: 33px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.popup-message label.create-note-label {
		margin: 0px 20px;
		width: initial;
		height: initial;
		text-indent: initial;
		background: none;
		line-height: initial;
	}

	.article .article-name {
		padding: 2px 7px;
		font-size: 14px;
		font-weight: normal;
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		flex-grow: 1;
	}

	.article .icon-favorite {
		width: 25px;
		height: 22px;
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
	}

	.article .icon-favorite-legero { background-image: url("images/icon-favorite-legero.png"); }
	.article .icon-favorite-legero-highlight { background-image: url("images/icon-favorite-legero-highlight.png"); }
	.article .icon-favorite-superfit { background-image: url("images/icon-favorite-superfit.png"); }
	.article .icon-favorite-superfit-highlight { background-image: url("images/icon-favorite-superfit-highlight.png"); }

	.article .favorite-section {
		height: 22px;
		width: 90px;
		margin-left: 5px;
		font-size: 12px;
		line-height: 24px;
		font-weight: normal;
		color: #000 !important;
		float: left;
	}

	.article .inspect-article {
		width: 30px;
		height: 22px;
		background-repeat: no-repeat;
		background-position: center center;
		float: right;
	}

	.legero-bgcolor {	background-color: #facfbc; }
	.legero-bgcolor-favorite { background-color: #333e5e; color: #fff !important; }
	.legero-inspect-article { background-image: url("images/legero-icon-zoom.png"); }
	.superfit-bgcolor { background-color: #9dc1d9; }
	.superfit-bgcolor-favorite { background-color: #e63a24; color: #fff !important; }
	.superfit-inspect-article { background-image: url("images/superfit-icon-zoom.png"); }

	.legero-article { border: 1px solid #facfbc; }
	.legero-article-favorite { border: 1px solid #333e5e; }
	.superfit-article {	border: 1px solid #9dc1d9; }
	.superfit-article-favorite {	border: 1px solid #e63a24; }

	.article-list .article .article-image,
	.favorite-list .article .article-image {
		width: 120px;
		overflow: hidden;
		margin-left: 15px;
	}

	.article-list .article.download-article .article-image,
	.favorite-list .article.download-article .article-image {
		width: 200px;
		overflow: hidden;
		margin: 0 auto;
	}

	.article-list .article .article-list-image,
	.favorite-list .article .article-list-image {
		width: 120px;
		height: 120px;
		background-size: 600%;
		background-position: 1680px 240px;
	}
	
	.article-list .article.download-article .article-list-image,
	.favorite-list .article.download-article .article-list-image  {
		width: 200px;
		height: 200px;
    	object-fit: scale-down;
	}

	.article-list .article .article-information,
	.favorite-list .article .article-information {
		width: 75%;
		float: left;
	}

	.article-list .article .favorite-icon,
	.favorite-list .article .favorite-icon {
		width: 30px;
		height: 30px;
		float: right;
		margin: 10px 2% 0px 0%;
		cursor: pointer;
	}

	.article .favorite-active {
		background-image: url("images/icon-favorite-active.png");
	}

	.article .favorite-inactive {
		background-image: url("images/icon-favorite-inactive.png");
	}

	/* ==================================================================================
	 *  FAVORITE LIST
	 * ================================================================================== */

	.favorite-list .favorite-list-header {
		font-size: 24px;
	    margin: 20px auto;
	    text-align: center;
	}

	.favorite-list .article-listing-container {
		width: 940px;
		/* float: left; */
		margin: 20px 10px;
	}

	.favorite-list .article-list-sort {
		width: 100%;
		overflow: hidden;
		margin: 0px 0px 20px 0px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
	}

	.favorite-list .article-listing {
		width: 815px;
		overflow: hidden;
		margin-left: 65px;
	}

	.favorite-list .article {
		overflow: hidden;
		cursor: pointer;
		float: left;
		margin: 5px;
		width: 150px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		display: block;
		text-decoration: none;
		color: #000;
	}

	#errormessage_in_popup {
		color: #ff0000;
		margin-left:50px;
		margin-right:50px;
		background: yellow;
		padding: 0.5em;
	}

	/* ==================================================================================
	 *  CATALOG LIST
	 * ================================================================================== */

	.catalog-list { 
		box-shadow: none;
	}
	
	.catalog-list .article-listing {
		width: 100%;
		margin-top: 50px;
	}

	.catalog-list .article {
		clear: both;
		overflow: hidden;
	}
	
	.catalog-list .article-note {
		font-size: 14px;
		padding: 10px;
		height: initial;
		width: 100%;
	}

	.catalog-list .article:nth-child(6n+0) {
		page-break-after: always;
	}

	.catalog-list .top-part {
		width: 100%;
		overflow: hidden;
	}

	.catalog-list .article-image {
		width: 210px; /* 230 */
		float: left;
		overflow: hidden;
		text-align: center;
		margin: 0px 10px;
	}

	.article-info-box {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		/* padding: 6px 0px; */
	}

	.catalog-list .article .article-list-image {
		width: 120px;
		height: 120px;
		background-size: 600%;
		background-position: 600px 0px;
		margin: 1px auto;
	}

	.catalog-list .article .similar-articles {
		width: 700px;
		float: left;
	}

	.catalog-list .article .article-prices {
		font-size: 14px;
		float: left;
		margin-top: 0px;
	}

	.catalog-list .article .article-prices .article-print-info table {
		clear: both;
	}

	.catalog-list .article .article-prices .article-print-info table td {
		padding-right: 30px;
	}

	.article-price-table td:first-child {
		border-left: none;
	}

	.article-price-table td:last-child {
		border-left: none;
		padding-left: 20px;
	}

	.article-price-table td {
		border-left: 1px solid;
		border-color: inherit;
		padding: 3px;
		text-align: center;
		min-width: 27px;
	}

	.article-prices .border-legero {
		border-color: #facfbc;
	}

	.article-prices .border-superfit {
		border-color: #9dc1d9;
	}

	.article-notes {
		margin-bottom: 10px;
	}

	.catalog-list .article .article-information {
		width: 100%;
		clear: both;
		margin-top: 10px;
		overflow: hidden;
	}

	.catalog-list .article .article-information .article-column {
		float: left;
		margin: 0px 5px;
		padding: 0px 10px;
		min-height: 80px;
	}

	.catalog-list .article .article-information .border-legero {
		border-right: 1px solid #facfbc;
	}

	.catalog-list .article .article-information .border-superfit {
		border-right: 1px solid #9dc1d9;
	}

	.article-column .header {
		font-weight: bold;
	}

	.catalog-list .article-title {
		font-weight: bold;
		margin: 0px 0px 10px 0px;
		text-align: left;
	}

	.catalog-list .similar-articles {
		font-size: 14px;
		color: #000;
		overflow: hidden;
	}

	.catalog-list .similar-article {
		float: left;
		color: #000;
		text-transform: none;
		font-weight: normal;
		text-align: center;
		margin: 10px 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		min-width: 160px;
	}

	.catalog-list .similar-image {
		width: 120px;
		height: 120px;
		background-size: 600%;
		background-position: 1680px 240px;
		margin: 10px auto;
	}

	.catalog-list .article-footer {
		clear: both;
		width: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: relative;
		margin-top: 10px;
	}

	.catalog-list .legero-catalog-footer-de,
	.catalog-list .legero-catalog-footer-en,
	.catalog-list .legero-catalog-footer-fr,
	.catalog-list .legero-catalog-footer-it,
	.catalog-list .legero-catalog-footer-ru {
		height: 72px;
	}

	.catalog-list .superfit-catalog-footer-en,
	.catalog-list .superfit-catalog-footer-de,
	.catalog-list .superfit-catalog-footer-fr,
	.catalog-list .superfit-catalog-footer-it,
	.catalog-list .superfit-catalog-footer-ru {
		height: 77px;
	}

	.catalog-list .article-header {
		display: none;
	}

	.catalog-list .article-footer-address {
		position: absolute;
		left: 10px;
		font-size: 12px;
		top: 5px;
		font-weight: bold;
	}

	.catalog-list .article-print-info {
		margin: 0px 0px 10px 0px;
		overflow: hidden;
	}

	.catalog-list .article-print-info > div {
		float: left;
		margin-right: 30px;
	}

	.catalog-list .article-print-info table {
		margin: 0px 0px 0px 0px;
		overflow: hidden;
	}


	/* ==================================================================================
	 *  IMPRESSUM
	 * ================================================================================== */

	.impressum-content {
		clear: both;
		margin: 40px;
	}

	.impressum-header {
		font-weight: bold;
	}

	/* ==================================================================================
	 *  CONTACT
	 * ================================================================================== */

	.contact-content {
		clear: both;
		margin: 40px;
	}

	.contact-header {
		font-weight: bold;
	}

	/* ==================================================================================
	 *  ARTICLE DETAILS
	 * ================================================================================== */

	#details-back-button,
	#favorite-back-button {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid #afafaf;
		height: 24px;
		line-height: 20px;
		padding: 0px 30px;
		text-indent: 10px;
		text-transform: uppercase;
		font-weight: bold;
		min-width: 150px;
		cursor: pointer;
		margin: 20px 10px;
		float: right;
		background-image: url("images/button-back-icon.png");
		background-repeat: no-repeat;
		background-position: 5px center;
	}
	
	#compare-button {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid #afafaf;
		height: 24px;
		line-height: 20px;
		padding: 0px 30px;
		text-transform: uppercase;
		font-weight: bold;
		min-width: 150px;
		cursor: pointer;
		margin: 20px 10px;
		float: right;
	}

	.legero-button {
		color: #fff;
		background-color: #333e5e;
	}

	.superfit-button {
		color: #fff;
		background-color: #e63a24;
	}

	#details-article {
		margin: 20px 10px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		overflow: hidden;
		position: relative;
	}

	.article-detail-content {
		clear: both;
	}

	.details-article-images-wrapper {
		width: 549px;
		float: right;
		margin-right: 15px;
		margin-top: 10px;
		overflow: hidden;
		position: relative;
	}
	
	.details-article-thumb-bar {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.thumb-image {
		position: relative;
		width: 80px;
		height: 80px;
		padding: 0px 20px;
		cursor: pointer;
		border-bottom: 5px solid;
		object-fit: contain;
	}
	
	.thumb-image-legero { border-bottom-color: #fdefe9; }
	.thumb-image-legero.active { border-bottom-color: #facfbc !important; }
	.thumb-image-superfit { border-bottom-color: #cee0ec; }
	.thumb-image-superfit.active { border-bottom-color: #9dc1d9 !important; }
	
	.three-sixty-thumb {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
		
	.three-sixty-thumb .details-rotate {
	    position: absolute;
	    width: 64px;
	    height: 32px;
	    background-image: url(images/details-rotate.png);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: contain;
	    background-color: rgba(255, 255, 255, 0.7);
		z-index: 1;
	}
	
	.sole-thumb-wrapper {
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
		background-size: contain;
	}
	
	.sole-thumb-wrapper img {
		display: none;
	}
	
	#sole-thumb > img {
		max-width: 80px;
		max-height: 80px;
	}
	
	.details-article-threesixty-image {
		width: 100%;
	}
	
	.details-article-image {
		display: none;
	}
	
	.details-article-image.active {
		display: block !important;
	}
	
	.details-article-preview-image img,
	.details-article-sole-image img {
		object-fit: contain;
	}
	
	.details-article-sole-image {
		width: 550px;
		height: 550px;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
		background-size: contain;
	}

	.details-article-threesixty-image .details-rotate {
		position: absolute;
		top: 100px;
		right: 5px;
		width: 65px;
		height: 32px;
		background-image: url("images/details-rotate.png");
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 1;
	}

	.details-article-information {
		width: 370px;
		float: left;
		margin-top: 10px;
		overflow: hidden;
	}

	.details-article-information .header {
		text-transform: uppercase;
		font-size: 12px;
		font-weight: normal;
		float: none !important;
	}

	.details-article-information > div > div {
		margin: 10px 0px;
		float: left;
		width: 170px;
	}

	.details-article-information > .left-column {
		clear: both;
		float: left;
		width: 46%;
		margin: 0px 2% 70px 2%;
	}

	.details-article-information > .right-column {
		float: left;
		width: 46%;
		margin: 0px 2%;
	}

	#details-article-number {
		font-size: 18px;
		font-weight: bold;
		border-bottom: none;
		margin: 0px 2%;
	}

	#details-article-brand { display: none; }
	#details-article-saison { clear: both; }
	#details-article-catalog {}
	#details-article-gender {}
	#details-article-material {}
	#details-article-lining { /* clear: both; */ }
	#details-article-color { /* clear: both; */ }
	#details-article-form {}
	#details-article-type { /* clear: both; */ }
	#details-article-delivery {}
	#details-article-range {}
	#details-article-price { /* clear: both; */ }
	#details-article-size {}
	#details-article-description { clear: both; }

	.details-article-information > div {
	 	padding-bottom: 7px;
	 	font-size: 14px;
	}

	#details-article .favorite-section {
		height: 22px;
/* 		width: 150px; */
		background-image: url("images/bottom-favorite-details.png");
		font-size: 12px;
		line-height: 24px;
		text-indent: 35px;
		color: #000 !important;
		display: block;
		position: absolute;
		left: 0px;
		bottom: 5px;
		cursor: pointer;
	}

	.legero-color {	color: #facfbc; }
	.legero-color-favorite { color: #333e5e; }
	.superfit-color { color: #9dc1d9; }
	.superfit-color-favorite {	color: #e63a24; }
	.legero-bottom-border {	border-bottom: 1px solid #facfbc; }
	.legero-bottom-border-favorite { border-bottom: 1px solid #333e5e; }
	.superfit-bottom-border { border-bottom: 1px solid #9dc1d9; }
	.superfit-bottom-border-favorite { border-bottom: 1px solid #e63a24; }

	.details-similar-articles {
		clear: both;
		margin: 20px 10px;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		overflow: hidden;
	}

	.details-similar-articles .article {
		overflow: hidden;
		cursor: pointer;
		float: left;
		margin: 5px 2px;
		width: 150px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		display: block;
		text-decoration: none;
		color: #000;
	}

	.details-similar-articles .article .article-image {
		width: 120px;
		overflow: hidden;
		margin-left: 15px;
	}

	.details-similar-articles .article .article-list-image {
		width: 120px;
		height: 120px;
		background-size: 600%;
		background-position: 1680px 240px;
	}

	.reel-indicator {
		z-index: 10;
	}

	#details-scrollbar {
		width: 550px;
		position: absolute;
		z-index: 5;
		height: 20px;
		bottom: 0px;
	}

	.details-scrollbar-handle-legero { background-color: #facfbc !important; }
	.details-scrollbar-handle-superfit { background-color: #9dc1d9 !important; }
	.details-scrollbar-legero { background-color: #fdefe9 !important; }
	.details-scrollbar-superfit { background-color: #cee0ec !important; }

	/* ==================================================================================
	 *  ARTICLE COMPARE
	 * ================================================================================== */

	#compare-back-button {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid #afafaf;
		height: 24px;
		line-height: 20px;
		padding: 0px 30px;
		text-indent: 10px;
		text-transform: uppercase;
		font-weight: bold;
		min-width: 150px;
		cursor: pointer;
		margin: 20px 10px 0px 10px;
		float: right;
		background-image: url("images/button-back-icon.png");
		background-repeat: no-repeat;
		background-position: 5px center;
	}

	.article-compare-article-listing {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: 50px;
	}

	.article-compare-article-listing .compare-add-article {
		display: flex;
		align-items: center;
		justify-content: center;
	    align-self: stretch;
	    margin: 5px 10px;
	    border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    flex-grow: 1;
		max-width: 580px;
		flex-direction: column;
		cursor: pointer;
		min-height: 600px;
	}
	
	.article-compare-article-listing .compare-add-article .mdi {
		font-size: 80px;
	}
	
	.article-compare-article-listing .compare-add-article span {
		font-weight: bold;
		font-size: 20px;
	}

	.compare-article {
		margin: 5px 10px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		overflow: hidden;
		position: relative;
		flex-grow: 1;
		max-width: 580px;
	    display: flex;
    	align-self: stretch;
    	flex-direction: column;
	}

	.compare-article-images-wrapper {
		margin: 0px 15px;
		overflow: hidden;
		position: relative;
		margin-bottom: 24px;
		max-width: 550px;
	}
	
	.compare-article-image {
		/* width: 300px; */
		max-width: 550px;
	}

	.compare-article-image .compare-rotate {
		position: absolute;
		top: 10px;
		right: 5px;
		width: 65px;
		height: 32px;
		background-image: url("images/details-rotate.png");
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 1;
	}

	.compare-article-information {
		margin-top: 24px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
	
	.compare-article-information .remove-article {
		position: absolute;
		top: 3px;
    	right: 5px;
		cursor: pointer;
		font-size: 32px;
	}

	.compare-article-information .header {
		text-transform: uppercase;
		font-size: 12px;
		font-weight: normal;
	}

	.compare-article-column-wrapper {
		display: flex;
		flex-direction: row;
	}

	.compare-article-column-wrapper > div > div {
		margin: 10px 0px;
	}

	.compare-article-column-wrapper > .left-column {
		width: 46%;
		margin: 0px 2% 10px 2%;
	}

	.compare-article-column-wrapper > .right-column {
		width: 46%;
		margin: 0px 2% 10px;
	}

	#compare-article-number {
		font-size: 18px;
		font-weight: bold;
		border-bottom: none;
		margin: 0px 2%;
		margin-top: 10px;
	}

	#compare-article-brand { display: none; }
	#compare-article-saison { clear: both; }
	#compare-article-catalog {}
	#compare-article-gender {}
	#compare-article-material {}
	#compare-article-lining { /* clear: both; */ }
	#compare-article-color { /* clear: both; */ }
	#compare-article-form {}
	#compare-article-type { /* clear: both; */ }
	#compare-article-delivery {}
	#compare-article-range {}
	#compare-article-price { /* clear: both; */ }
	#compare-article-size {}
	#compare-article-description { clear: both; }

	.compare-article-information > div {
	 	padding-bottom: 7px;
	 	font-size: 14px;
	}

	#compare-scrollbar {
		width: 100%;
		position: absolute;
		z-index: 5;
		height: 20px;
		bottom: 0px;
	}

	.compare-scrollbar-handle-legero { background-color: #facfbc !important; }
	.compare-scrollbar-handle-superfit { background-color: #9dc1d9 !important; }
	.compare-scrollbar-legero { background-color: #fdefe9 !important; }
	.compare-scrollbar-superfit { background-color: #cee0ec !important; }

	/* ==================================================================================
	 *  COMPARE ADD ARTICLE POPUP
	 * ================================================================================== */

	.article-selection-popup-wrapper {
		width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	.article-selection-popup {
		display: flex !important;
	    flex-direction: column;
	    align-items: center;
    }

	.popup-article-listing {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	    margin: 24px 0px;
	    max-height: 400px;
    	overflow-y: auto;
	}

	.popup-article-listing .article {
		overflow: hidden;
		cursor: pointer;
		margin: 5px;
		width: 150px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		display: block;
		text-decoration: none;
		color: #000;
	}

	.popup-article-listing .article .article-number {
		padding: 2px 7px;
		color: #000;
		font-weight: bold;
		font-size: 13px;
		position: relative;
	}
	
	.popup-article-listing .article .article-number .season {
		font-size: 11px;
		position: absolute;
		right: 4px;
		bottom: 3px;
	}
	.popup-article-listing .article .article-info-top {
		display: flex;
	}
	
	.popup-article-listing .article .article-name {
		padding: 2px 7px;
		font-size: 14px;
		font-weight: normal;
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		flex-grow: 1;
	}

	.popup-article-listing .article .article-image {
		width: 120px;
		overflow: hidden;
		margin-left: 15px;
	}

	.popup-article-listing .article .article-list-image {
		width: 120px;
		height: 120px;
		background-size: 600%;
		background-position: 1680px 240px;
	}

	/* ==================================================================================
	 *  HELP
	 * ================================================================================== */

	.help-content {
		font-size:85%;
		line-height: 140%;
		max-width:780px;
		margin-top: 20px;
		margin-left: 20px;
	}

	.help-content p,
	.help-content h3 {
		margin-bottom:0.5em;
	}

	.help-content ul {
		margin-top:0.5em;
		margin-bottom:0.5em;
    	padding-left:1em;
    	margin-left:0.5em;
	}

	.help-content a,
	.help-content a:visited {
		color: #facfbc !important;
		text-decoration: none;
	}

	.help-content li {
		color: #facfbc;
	}

	.help-content a:hover {
		color: #facfbc !important;
		text-decoration: underline;
	}

	.help-toc .mainitem {
		font-weight:bold;
	}

	.form-content,
	.download-form-content {
		clear: both;
		margin: 15px;
	}
	
	.form-section,
	.download-form-section {
		margin-bottom: 15px;
	    border: 1px solid #facfbc;
	    border-radius: 8px;
	    padding: 15px 0;
	}
	
	.form-section.padding-side,
	.download-form-section.padding-side {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.form-input-section,
	.download-form-input-section {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	
	.input-section-col-2 {
	    flex: 1;
	    padding: 0 15px;
	}
	
	.input-group {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    margin-bottom: 10px;
	}
	
	.input-group input {
	    flex: 1;
	}
	
	.input-group input.input__start {
	    flex: initial;
    	flex: none;
	}
	
	.file-input button.file-button {
	    margin-right: 15px;
	}
	
	.form-content label,
    .download-form-content label {
	    margin-right: 15px;
	    margin-top: 0;
	}
	
	.form-content.form-legero .form-section,
	.download-form-content.download-form-legero .download-form-section {
		border-color: #facfbc;
	}
	
	.form-content.form-superfit .form-section,
	.download-form-content.download-form-superfit .download-form-section {
		border-color: #9dc1d9;
	}
	
	.catalog-button,
	.form-content .file-button,
	.form-content .lang-button
	.download-form-content .file-button,
	.download-form-content .lang-button {
		border-radius: 2px;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border: 1px solid #afafaf;
	    height: 24px;
	    line-height: 20px;
	    text-transform: uppercase;
	    font-weight: bold;
	    min-width: 150px;
	    cursor: pointer;
	    font-size: 11px;
	}
	
	.catalog-button {
		font-size: 14px;
		padding: 0 5px;
	}
	
	.form-content label
	.download-form-content label {
		margin-right: 15px;
	}
	
	.form-content.form-legero .file-button,
	.download-form-content.download-form-legero .file-button {
		color: #fff;
		background-color: #333e5e;
	}

	.form-content.form-superfit .file-button,
	.download-form-content.download-form-superfit .file-button {
		color: #fff;
		background-color: #e63a24;
	}
	
	.form-section.no-bottom,
	.download-form-section.no-bottom {
		margin-bottom: 0;
	    border-bottom: 0;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
    }
	
	.form-section.no-top,
	.download-form-section.no-top,
	.download-form-section.download-en {
	    border-top: 0;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
    }
	
	.form-section-header,
	.download-form-section-header {
		margin-bottom: 15px;
    	padding: 0 15px;
	}
	
	.form-lang-section
	.download-form-lang-section {
		margin-bottom: 15px;
	} 
	
	.form-lang-section > button,
	.download-form-lang-section > button {
		margin-right: 5px;
	}
	
	.form-button-section, 
	.download-form-button-section {
		margin-top: 15px;
	}
	
	.form-button-section > button, 
	.download-form-button-section > button {
		margin-right: 15px;
	}
	
	.legero-article .download-thumbnail-container {
		background-color: #facfbc;
	}
	
	.legero-article.article-favorite .download-thumbnail-container {
		background-color: #333e5e;
	}
	
	.superfit-article .download-thumbnail-container {
		background-color: #9dc1d9;
	}
	
	.superfit-article.article-favorite .download-thumbnail-container {
		background-color: #e63a24;
	}
	
	.lang-section-header {
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.lang-default-header-part {
		font-weight: bold;
		margin-left: 5px;
	}
	
	label.is-required {
	    color: red;
	}
	
	input.is-required {
	    border-color: red;
	}

	.lang-remove-button {
		float: right;
		cursor: pointer;
	}
	
	.agp-popup-content > div {
		margin-bottom: 15px;
	}
	
	.popup-buttons button:disabled,
	.popup-buttons button[disabled] {
		background-color: grey;
		color: white;
	}
	
	label#agb-accept {
	    width: auto;
	    text-transform: none;
	    font-weight: normal;
	    background-image: none;
	    margin-right: 0;
	    line-height: normal;
	    margin-top: 0;
	    height: auto;
	    text-indent: 0;
	}
	
	label#agb-accept input[type=checkbox] {
		vertical-align: middle;
		margin-right: 10px;
	}
	
	div.clear {
		clear:both;
		height:0px;
		overflow:hidden;
	}
	
    .article-col-container {
    	display: flex;
	    border-radius: 20px;
	    -webkit-border-radius: 20px;
	    overflow: hidden;
    }
	
	.article-col-container .download-details-container {
	    flex: 1;
	    padding: 15px;
	    display: flex;
	    flex-direction: column;
	}
	
	.article-col-container .download-thumbnail-container {
		position: relative;
		
		min-height: 500px;
	    flex: 1;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	
	.download-text-block {
		margin-bottom: 15px;
	}
	
	.download-text-block .header {
		width: 170px; 
		margin-bottom: 5px
	}
	
	.download-text-block .value.important {
		font-weight: bold;
		font-size: 16px;
	}
	
	.thumbnail-video-overlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.1);
	}
	
	.download-thumbnail-container .article-list-image {
	    width: 400px;
	    height: 400px;
	    display: inline-block;
    	object-fit: scale-down;
	}
	
	.thumbnail-video-overlay.no-background {
		background-color: transparent;
	}
	
	.download-thumbnail-container.training-video-container {
		flex: 3; 
		padding-top: 30px; 
		padding-bottom: 30px;
	}
	
	.download-thumbnail-container.training-video-container .video-container {
		width: calc(100% - 60px); 
		height: calc(100vh - 400px); 
		background-color: rgba(0, 0, 0, 0.25);
	}
	
	.thumbnail-video-overlay img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-30px, -30px);
	    width: 60px;
	    height: 60px;
    }
    
    .article-image {
    	position: relative;
    }
    
    .img-button {
   	    font-size: 12px;
	    margin-right: 20px;
	    display: inline-block;
	    cursor: pointer;
    }
    
    .img-button img {
    	top: 5px;
	    position: relative;
	    width: 20px;
	    height: 20px;
    }
    
    .img-button span {
    	margin-left: 5px;
    }
    
	.article-detail-content  .article .article-no-favorite-icon {
		display: inline-block;
	}
	
	.article-detail-content  .article .article-is-favorite-icon {
		display: none;
	}
	
	.article-detail-content .article.article-is-favorite .article-no-favorite-icon {
		display: none;
	}

	.article-detail-content .article.article-is-favorite .article-is-favorite-icon {
		display: inline-block;
	}
	
	.article-detail-actions {
		margin-top: auto;
	}
	
	.form-header,
	.download-form-header {
		display: flex;
		padding: 15px;
	}
	
	.form-header span,
	.download-form-header span {
		flex: 1;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	
	.form-header button, 
	.download-form-header button {
		float: none;
		margin: 0;
	}
	
	.form-header button#details-back-button
	.download-form-header button#details-back-button {
		float: none;
		margin: 0;
	}
	
	.error-message {
	    padding: 5px;
	    border: 1px solid #f40606;
	    margin: 15px;
	    color: #f40606;
	} 
	
	/**
	 * TRAINING PORTAL
	 */
	
	.training-content {
		margin: 20px 10px;
	}
	
	.training-content .training-content-list-title {
		font-size: 1.25em;
		float: left;
	}
	
	.article-list .training-content .article-listing-container {
		margin: 0 !important;
	}
	
	.article-list .training-content .article-listing {
		margin-left: 0 !important;
	}
	
	.favorite-list .article.training-article, .article-list .article.training-article,
	.favorite-list .article.training-video-article, .article-list .article.training-video-article {
	    width: 320px;
	}
	
	.article-list .training-content .article-listing .article.training-article .article-number,
	.article-list .training-content .article-listing .article.training-video-article .article-number {
	    height: 13px;
	}
	
	.article-list .training-content  .article.training-article.training-document-article .article-list-image {
		width: 200px;
		height: 200px;
    	object-fit: scale-down;
	}
	
	.input-group input.max-width {
		max-width: 300px; 
		flex: 0;
	}
}