/* =============================================================================
   HTML5 element display
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

audio[controls],canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* =============================================================================
   Base
   ========================================================================== */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color:  rgba(0, 0, 0, 0);
	
	-webkit-touch-callout: none;
	-webkit-appearance: none;
	
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
}

body,button,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

/*::-moz-selection { background: none; text-shadow: none; outline: none; }
::selection { background: none; text-shadow: none; outline: none;}*/

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/

/* =============================================================================
   Links
   ========================================================================== */
a {
	color: #FFF;
	text-decoration: underline;
}

body.desktop a:hover {
	color: #CCC;
}

a:visited {
	color: #FFF;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

a img {
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #64aaf2;
	/*	margin: 1em 0;*/
	padding: 0;
	clear: both;
	margin: 10px 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	margin: 0;
	padding: 0;
}

svg:not (:root ) {
	overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
	margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

label {
	cursor: pointer;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,input {
	line-height: normal;
	*overflow: visible;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
	overflow: auto;
	vertical-align: top;
}

/* Colors for form validity */
input:valid,textarea:valid {
	
}

input:invalid,textarea:invalid {
	background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============================================================================
   Web Fonts
   ========================================================================== */

/* Bold Condensed */
@font-face {
	font-family: 'helvetica_km_cebold_condensed';
	src: url('../fonts/hekmcebc-webfont.eot');
	src: url('../fonts/hekmcebc-webfont.eot?#iefix')
		format('embedded-opentype'), url('../fonts/hekmcebc-webfont.woff')
		format('woff'), url('../fonts/hekmcebc-webfont.ttf')
		format('truetype'),
		url('../fonts/hekmcebc-webfont.svg#helvetica_km_cebold_condensed')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

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

/* =============================================================================
   Global
   ========================================================================== */
*:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p,span {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.first {
	margin-left: 0 !important;
}
.last {
	margin-right: 0 !important;
}

.noM {
	margin: 0 !important;
}

.noP {
	padding: 0 !important;
}

.invisible { display: none; visibility: hidden;}

.relative { position: relative !important; }

/* =============================================================================
   Headlines
   ========================================================================== */
h1,h2,h3 {
	margin: 0;
	padding: 0;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

h1 {
	font-size: 26px;
	height: 30px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}

/* Spezials */
.step {
	/* width: 300px; */
	float: left;
}

h2 .small {
	font-size: 13px;
	text-transform: none;
}

/* =============================================================================
   Fonts & Colors
   ========================================================================== */
.km-bold-cons {
	font-family: 'helvetica_km_cebold_condensed' !important;
}

.km-cons {
	font-family: 'helvetica_km_cecondensed' !important;
}

.blue {
	color: #0066cc !important;
}

.black {
	color: #000 !important;
}

/* =============================================================================
   Primary styles
   ========================================================================== */
#container {
	display: none;
	position: relative;
	width: 970px;
	margin: 0 auto;
	background: #FFF;
	padding: 0 10px;
	/*padding: 0 10px;*/
}

header {
	position: relative;
	/*height: 70px;*/
	/*width: 970px;*/
	/*border-bottom: 1px solid #d1d5dd;*/
	background: #FFF;
	/*top: 0;
	z-index: 99;*/
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#logo {
	width: 300px;
	height: 70px;
	background: #FFF url('../img/base/konica-minolta-logo.jpg') 20px 20px no-repeat;
	float: left;
}

#logo-partner {
	height: 34px;
	float: right;
	text-align: right;
	margin: 20px 20px 0 0;
}

#main {
	position: relative;
	margin-bottom: 20px;
}

/* Scene */
#content-scene {
	position: relative;
	overflow: hidden;
	/*margin: 358px 0 0 0;*/
}

#content-scene.anim {
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-moz-transition: height ease-out;
	-moz-transition-duration: 500ms;
	-ms-transition: height ease-out;
	-ms-transition-duration: 500ms;
	-o-transition: height ease-out;
	-o-transition-duration: 500ms;
	-webkit-transition: height ease-out;
	-webkit-transition-duration: 500ms;
	transition: height ease-out;
	transition-duration: 500ms;
}

#scene { 
	position: relative;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*#content-scene.close {
	height: 0;
}
#content-scene.open {
	height: 0;
}*/

/*#ultra {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 970px;
	height: 358px;
	background:#FFF;
	top: 0;
}*/


.fixed {
	position: fixed !important;
	top: 0;
	z-index: 99;
	width: 970px;	
}

#stage {
	position: relative;
	/*position: fixed;
	top: 0;
	z-index: 99;
	width: 970px;*/
	
	height: 358px;
	overflow: hidden;
	background: #FFF url('../img/stage/bg_stage.jpg') center center no-repeat;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	/*-moz-transition: all linear;
	-moz-transition-duration: 1ms;
	-ms-transition: all linear;
	-ms-transition-duration: 1ms;
	-o-transition: all linear;
	-o-transition-duration: 1ms;
	-webkit-transition: all linear;
	-webkit-transition-duration: 300ms;
	transition: all linear;
	transition-duration: 300ms;*/
}
#stage.storehouse, li.storehouse {
	background-image: url('../img/stage/storehouse/stage.jpg');
}
#stage.office, li.office {
	background-image: url('../img/stage/office/stage.jpg');
}
#stage.none, li.none {
	background-image: url('../img/stage/none/stage.jpg');
}

#stage.anim {
	-moz-transition: all linear;
	-moz-transition-duration: 300ms;
	-ms-transition: all linear;
	-ms-transition-duration: 300ms;
	-o-transition: all linear;
	-o-transition-duration: 300ms;
	-webkit-transition: all linear;
	-webkit-transition-duration: 300ms;
	transition: all linear;
	transition-duration: 300ms;	
}

/*#stage.open{
	height:0;
}*/
#content {
	position: relative;
	padding: 25px 20px 100px 20px;
	background: #267DD4;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

}


/* Footer */
footer {
	height: 250px;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

footer.infoline {
	background: url('../img/footer/bg_footer.jpg') center 0 no-repeat;
}

footer.no-infoline {
	background: url('../img/footer/_bg_footer.jpg') center 0 no-repeat;
}

/* Data Object */
#data {
	position: absolute;
	height: 0;
	overflow: hidden;
}

#data-content {
	width: 970px;
}

/* Video Player */
#videoPlayer {
	position: absolute;
	width: 970px;
	height: 358px;
	top: 70px;
	z-index: 9999;
	/*background: #FFF;*/
}

/* Blender */
#mainBlender {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	z-index: 9999;
	opacity: 0;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#stageBlender {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF center top no-repeat;
	z-index: 9980;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#stageLoader {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent url('../img/loader/loading-stage.gif') center center no-repeat;
	z-index: 9999;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#contentBlender {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -3px;
	left: 0;
	background: #267DD4 url('../img/loader/loading-stage.gif') center center no-repeat;
	z-index: 1;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*#content-blender {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	z-index: 9999;
}*/

#sliderBlender {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	z-index: 1000;
	opacity: 0;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* =============================================================================
   Nav
   ========================================================================== */
   
nav {
	position: absolute;
	padding: 0 0 0 12px;
	height: 25px;
	z-index: 9998;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

nav ul#navigation {
	height: 0;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
}

nav ul#navigation.anim {
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-moz-transition: all ease-in-out;
	-moz-transition-duration: 0.5s;
	-ms-transition: all ease-in-out;
	-ms-transition-duration: 0.5s;
	-o-transition: all ease-in-out;
	-o-transition-duration: 0.5s;
	-webkit-transition: all ease-in-out;
	-webkit-transition-duration: 0.5s;
	transition: all ease-in-out;
	transition-duration: 0.5s;
}

nav ul#navigation.visible {
	opacity: 1;
}

nav ul#navigation li {
	float: left;
}

nav ul#navigation li a {
	/*font-family: 'helvetica_km_cebold_condensed';*/
	font-weight: bold;
	display: block;
	padding: 6px 10px 6px 10px;
	color: #707071;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	border-left: 1px solid #d1d5dd;
}

nav ul#navigation li a.first {
	border-left: none;
}

/*nav ul#navigation li a:hover,*/
nav ul#navigation li a.active,
body.desktop nav ul#navigation li a:hover {
	color: #FFF;
	background: #0066cc url('../img/nav/bg_hover.png') 0 top repeat-x;
}


nav ul#navigation li a.active {
	cursor: default;
}

/* =============================================================================
   Nav . Subnav
   ========================================================================== */
#subnav {
	/*position: fixed;
	width: 970px;
	top: 150px;
	z-index: 999;*/
	
	height: 36px;
	overflow: hidden;
	background: #fcfcfc url('../img/nav/bg_sub.png') 0 top repeat-x;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#subnav.anim {
	-moz-transition: height ease-out;
	-moz-transition-duration: 300ms;
	-ms-transition: height ease-out;
	-ms-transition-duration: 300ms;
	-o-transition: height ease-out;
	-o-transition-duration: 300ms;
	-webkit-transition: height ease-in;
	-webkit-transition-duration: 300ms;
	transition: height ease-out;
	transition-duration: 300ms;
}


/* Sub */
#subnav ul.sub {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav ul.sub li {
	position: absolute;
	float: left;
}

#subnav ul.sub li.anim {
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-transition: all ease-out;
	-moz-transition-duration: 300ms;
	-ms-transition: all ease-out;
	-ms-transition-duration: 300ms;
	-o-transition: all ease-out;
	-o-transition-duration: 300ms;
	-webkit-transition: all ease-in;
	-webkit-transition-duration: 300ms;
	transition: all ease-out;
	transition-duration: 300ms;
}

#subnav ul.sub li a,
#subnav ul.sub li span {
	text-transform: uppercase;
	display: block;
	padding: 14px 30px 11px 30px;
	color: #333;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	font-weight: bold;
	background: transparent url('../img/nav/arrow.png') right 0 no-repeat;
}
#subnav ul.sub li span {
	position: absolute;
	display: none;
	background: transparent url('../img/nav/arrow_fade.png') right 0 no-repeat;
}
#subnav ul.sub li span.activate {
	color: #FFF;
	background-position: right -36px;
}

#subnav ul.sub li a.first {
	padding-left: 20px;
}

body.desktop #subnav ul.sub li a:hover,
#subnav ul.sub li a.active {
	color: #FFF;
	background-position: right -36px;
}

#subnav ul.sub li a.locked {
	color: #999;
}

body.desktop #subnav ul.sub li a.locked:hover {
	color: #999;
	background-position: right 0;
	cursor: default;
}

/* Tab */
#subnav ul.sub li a.tab {
	padding: 14px 40px 11px 30px;
	background: transparent url('../img/nav/tab.png') right 0 no-repeat;
}
#subnav ul.sub li a.tab.active,
body.desktop #subnav ul.sub li a.tab:hover {
	color: #FFF;
	background-position: right -36px;
}

/* =============================================================================
   Nav . Subnav . Prev/Next . Controls
   ========================================================================== */

ul.controls {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;	
	
	float: right;
}

ul.controls li {
	border-left: 1px solid #FFF;
	float: left;
}
ul.controls li.first {
	width: 35px;
	text-indent: -1000px;
	background: url('../img/nav/shadow-small.png') -4px 0 no-repeat;
	
}

ul.controls li a {
	display: block;
	height: 36px;
	color: #000;
	font-size: 11px;
    font-weight: bold;
    line-height: 11px;
	text-transform: uppercase;
}
ul.controls li a:hover {
	color: #267DD4;
}

ul.controls li a.locked {
	cursor: default;
	opacity: 0.5;
}
body.desktop ul.controls li a.locked:hover {
	color: #000;
}

/* Prev */
ul.controls li a.prev {
	background: url('../img/nav/controls.png') center -58px no-repeat;
}
body.desktop ul.controls li a.prev:hover {
	background-position: center -94px;
}
body.desktop ul.controls li a.prev.locked:hover {
	background-position: center -58px;
}

/* Next */
ul.controls li a.next {
	padding: 13px 10px 0 10px;
	height: 23px;
}
ul.controls li a.next span {
	float: left;
}
ul.controls li a.next span.arrow {
	display: block;
	width: 6px;
	height: 10px;
	margin-left: 4px;
	background: url('../img/nav/controls.png') center 0 no-repeat;	
}
body.desktop ul.controls li a.next:hover span.arrow {
	background-position: center -36px;
}	
body.desktop ul.controls li a.next.locked:hover span.arrow {
	background-position: center 0;
}

/* =============================================================================
   Status
   ========================================================================== */

/* Status */
/*.status {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.status span {
	text-transform: uppercase;
	display: block;
	padding: 13px 30px 11px 10px;
	color: #666666;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	margin-right: 20px;
}

.status .uncomplete {
	background: transparent url('../img/icons/uncomplete.png') right center no-repeat;
}

.status .complete {
	background: transparent url('../img/icons/complete.png') right center no-repeat;
}*/

  
/* Status */
/*#subnav ul.status {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav ul.status li {
	float: right;
}

#subnav ul.status li a,
#subnav ul.status li span {
	text-transform: uppercase;
	display: block;
	padding: 13px 30px 11px 10px;
	color: #666666;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	margin-right: 20px;
}

#subnav ul.status li .uncomplete {
	background: transparent url('../img/icons/uncomplete.png') right center no-repeat;
}

#subnav ul.status li .complete {
	background: transparent url('../img/icons/complete.png') right center no-repeat;
}*/

/* =============================================================================
   Global . Elements
   ========================================================================== */
.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.btn-small {
	display: inline-block;
	/*font-family: 'helvetica_km_cebold_condensed';*/
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	line-height: 13px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	padding: 5px 15px 7px 15px;
	background: #0066cc url('../img/buttons/btn_small_blue.png') 0 top repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

body.desktop .btn-small:hover {
	color: #FFF;
	background: #0066cc;
}

.btn-small span {
	float: left;
}

.btn-small span.arrow {
	display: block;
	width: 6px;
	height: 10px;
	background: url('../img/buttons/arrow-white.png') 0 0 no-repeat;
	margin: 2px 0 0 8px;
	
}

/* =============================================================================
   Stage
   ========================================================================== */
#stage-content {
	position: relative;
	/*height: 358px;*/
	background: transparent url('../img/stage/shadow-top.png') center top no-repeat;
}

/* Stage . Infos */
#stage ul.stage-infos {
	position: absolute;
	z-index: 999;
	bottom: 30px;
	right: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#stage ul.stage-infos li {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #0066cc url('../img/buttons/btn_small_blue.png') 0 top repeat-x;
	margin-left: 10px;
	float: right;
}

body.desktop #stage ul.stage-infos li:hover {
	background: #0066cc;
}
#stage ul.stage-infos li.active {
	background: #0066cc;
	-moz-box-shadow: inset 3px 4px 6px 0px #05386d;
	-webkit-box-shadow: inset 3px 4px 6px 0px #05386d;
	box-shadow: inset 3px 4px 6px 0px #05386d;
}

#stage ul.stage-infos li.last {
	/*margin-left: 30px;*/
}

#stage ul.stage-infos li a {
	display: block;
	padding: 8px 16px 9px 10px;
	color: #FFF;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

#stage ul.stage-infos li a.dimension {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	background: transparent url('../img/icons/dimension.png') center center no-repeat;
}

#stage ul.stage-infos li a.print {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	background: transparent url('../img/icons/print.png') center center no-repeat;
}

#stage ul.stage-infos li a.save {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	background: transparent url('../img/icons/save.png') center center no-repeat;
}

#stage ul.stage-infos li a.reset {
	display: block;
	/*height: 10px;
	padding: 9px 35px 11px 10px;
	float: left;*/
	width: 30px;
	height: 30px;
	padding: 0;
	background: transparent url('../img/icons/reset.png') center center no-repeat;	
}
#stage ul.stage-infos li a.imagesave {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	background: transparent url('../img/icons/download.png') center center no-repeat;
}

#stage ul.stage-infos li a.more {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	background: transparent url('../img/icons/more.png') center center no-repeat;
}

#stage ul.stage-infos li div.stage-more-container {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #0065CD;
	bottom: 31px;
	left: 0;
	position: absolute;
	z-index: 2147483647;
	display: none;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#stage ul.stage-infos li div.stage-more-container ul {
	margin: 0;
	padding: 0 9px;
}

#stage ul.stage-infos li div.stage-more-container ul li {
	margin: 0;
	float: none;
	border-radius: 0;
	background: transparent;
	list-style: none;
	border-top: 1px solid #0065CD;
}

#stage ul.stage-infos li div.stage-more-container ul li:first-child {
	border: 0 none;
}

#stage ul.stage-infos li div.stage-more-container ul li a {
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	padding: 9px 15px 9px 0;
	background-color: #fff;
	background-image: url('../img/stage/arrow-e.jpg');
	background-position: right 11px;
	background-repeat: no-repeat;
}

/* Glow */
/*#stage ul.stage-infos li.finish {*/
.finish {
	box-shadow: 0 0 10px #00CCFF;
}

/*#stage ul.stage-infos li.pulse {*/
.pulse {
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-animation-name: pulsate;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
	
	-ms-animation-name: pulsate;
    -ms-animation-duration: 2s;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-iteration-count: infinite;
	
	-moz-animation-name: pulsate;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
	
	-o-animation-name: pulsate;
    -o-animation-duration: 2s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
	
	animation-name: pulsate;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
	0% { box-shadow: 0 0 1px #00CCFF; }
	50% { box-shadow: 0 0 10px #00CCFF; }
	100% { box-shadow: 0 0 1px #00CCFF; }	
}

@-ms-keyframes pulsate {
	0% { box-shadow: 0 0 1px #00CCFF; }
	50% { box-shadow: 0 0 10px #00CCFF; }
	100% { box-shadow: 0 0 1px #00CCFF; }	
}

@-moz-keyframes pulsate {
	0% { box-shadow: 0 0 1px #00CCFF; }
	50% { box-shadow: 0 0 10px #00CCFF; }
	100% { box-shadow: 0 0 1px #00CCFF; }	
}

@-o-keyframes pulsate {
	0% { box-shadow: 0 0 1px #00CCFF; }
	50% { box-shadow: 0 0 10px #00CCFF; }
	100% { box-shadow: 0 0 1px #00CCFF; }	
}

@keyframes pulsate {
	0% { box-shadow: 0 0 1px #00CCFF; }
	50% { box-shadow: 0 0 10px #00CCFF; }
	100% { box-shadow: 0 0 1px #00CCFF; }	
}


/* Text . Info */
.text-info {
	position: absolute;
	/*bottom: 15px;*/
	bottom: 30px;
	left: 20px;
	
	/*font-family: 'helvetica_km_cecondensed';*/
	color: #000;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.text-info.startS {
	font-size: 18px;
	z-index: 1002;	
}

#stage-info-weight {
	display: none;
	position: absolute;
	left: 20px;
	bottom: 45px;
	
    color: #4C9FD0;
    font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}	


/* Status */
#stage ul.stage-infos li.status {
	margin-top: -3px;
	padding: 3px;
	background: #f2f2f2;
}
body.desktop #stage ul.stage-infos li.status:hover {
	background: #f2f2f2;
}
#stage ul.stage-infos li.status span {
	text-transform: uppercase;
	display: block;
	height: 20px;
	margin: 0 0 0 7px;
	padding: 10px 0 0 24px;
	color: #000;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	float: left;
}
#stage ul.stage-infos li.status .uncomplete {
	background: transparent url('../img/icons/uncomplete.png') left center no-repeat;
}

#stage ul.stage-infos li.status .complete {
	background: transparent url('../img/icons/complete.png') left center no-repeat;
}

/* Status a */
#stage ul.stage-infos li.status a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #0066cc url('../img/buttons/btn_small_blue.png') 0 top repeat-x;
	margin-left: 10px;
	padding: 8px 10px 9px 10px;
	float: left;	
	
}
body.desktop #stage ul.stage-infos li.status a:hover {
	background: #0066cc;
}

#stage ul.stage-infos li.status a span {
	color: #FFFFFF;
	height: auto;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
	text-transform: none;
	padding: 0;
	margin: 0;
	float: left;
}

#stage ul.stage-infos li.status a span.arrow {
	display: block;
	width: 6px;
	height: 10px;
	margin: 2px 0 0 8px;
	background: transparent url('../img/buttons/arrow-white.png') right center no-repeat;
	float: left;
}

/* =============================================================================
   Start . Elemente
   ========================================================================== */

/* Headline */
.start-headline {
	position: absolute;
	top: 20px;
	left: 100px;
}

.start-headline p {
	/*font-family: 'helvetica_km_cebold_condensed';*/
	font-weight: bold;
	font-size: 24px;
	color: #000;
}

.start-headline p.km_start {
	/*font-family: 'helvetica_km_cecondensed';*/
	font-size: 16px;
	padding: 0 0 8px 0;
	font-weight: normal;
}

/* Button . Scene */
.startBtn {
	position: relative;
	display: block;
	/*width: 124px;*/
	width: 429px;
	padding: 34px 34px 15px 12px;
	background: #0066cc url('../img/buttons/btn_blue.png') 0 top repeat-x;
	margin: 0 20px 40px 0;
	/*margin: 0 0 40px 20px;*/
	float: left;
	text-decoration: none;
	color: #FFF;
	min-height: 54px;
}

body.desktop .startBtn:hover {
	color: #FFF;
	background-position: 0 -110px;
}

.startBtn.grey {
	width: 334px;
	background: #FFF url('../img/buttons/btn_grey.png') 0 top repeat-x;
}

body.desktop .startBtn.grey:hover {
	background: #cccccc;
}

/*.startBtn.first {
	width: 144px;
}*/

/*.startBtn-spacer {
	display: block;
	width: 20px;
	height: 10px;
	background: #F00;
}*/

.startBtn-head {
	/*font-family: 'helvetica_km_cebold_condensed';*/
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}

.startBtn-cont {
	margin: 0;
}

.startBtn-arrow {
	/*position: absolute;
	width: 6px;
	height: 10px;
	background: transparent url('../img/buttons/arrows.png') 0 0 no-repeat;
	bottom: 17px;
	right: 12px;*/
	display: inline-block;
	width: 6px;
	height: 10px;
	background: transparent url('../img/buttons/arrows.png') 0 0 no-repeat;
	margin-left: 15px;
}

.startBtn-arrow.black {
	background-position: 0 -11px;
}

#komino-small {
	position: absolute;
	width: 74px;
	height: 151px;
	background: transparent url('../img/content/komino-small.png') 0 0 no-repeat;
	bottom: 0;
	right: 46px;
	z-index: 9997;
}

.startBtn .icon {
	position: absolute;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-repeat: no-repeat;
	top: 3px;
	right: 5px;
}

.startBtn.wizard .icon {
	background-image: url('../img/icons/wizard.png');
}

.startBtn.expert .icon {
	background-image: url('../img/icons/expert.png');
}

.startBtn.favourite .icon {
	background-image: url('../img/icons/favourite.png');
}

/* =============================================================================
   Slider
   ========================================================================== */

/* image replacement */
.graphic,#prevBtn,#nextBtn,#slider1prev,#slider1next {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}
/* // image replacement */
#slider {
	position: relative;
	margin: 0 auto;
}

#slider ul,#slider li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#slider li { /* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/
	width: 970px;
	height: 358px;
	overflow: hidden;
	position: relative;
	
	/*-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;*/
}

#slider ul.animSlider {
	-moz-transition: all ease-in-out;
	-moz-transition-duration: 400ms;
	-ms-transition: all ease-in-out;
	-ms-transition-duration: 400ms;
	-o-transition: all ease-in-out;
	-o-transition-duration: 400ms;
	-webkit-transition: all ease-in-out;
	-webkit-transition-duration: 400ms;
	transition: all ease-in-out;
	transition-duration: 400ms;
}

#nextBtn,#prevBtn {
	position: absolute;
	bottom: 130px;
	z-index: 999;
}

#nextBtn {
	right: 0;
}

#prevBtn {
	left: 0;
}

#nextBtn a,#prevBtn a {
	display: block;
	width: 110px;
	height: 70px;
	background: transparent url('../img/sprites/next-prev.png') 0 0 no-repeat;
}

#nextBtn a {
	background-position: -110px 0;
}

body.desktop #nextBtn a:hover {
	background-position: -110px -70px;
}

body.desktop #prevBtn a:hover {
	background-position: 0 -70px;
}

/* Pager */
#pager {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

#pager ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	cursor: default;
}

#pager li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 10px;
	background: transparent url('../img/slider/points.png') 0 0 no-repeat;
}

#pager li.current {
	background-position: 0 -6px;
}

/* =============================================================================
   Content . Elements
   ========================================================================== */

/* Content . Container */
.content-left {
	position: relative;
	width: 735px;
	float: left;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.content-left-holder {
	position: relative;
	width: 735px;
	float: left;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.content-left-holder.anim {
	-moz-transition: height ease-out;
	-moz-transition-duration: 400ms;
	-ms-transition: height ease-out;
	-ms-transition-duration: 400ms;
	-o-transition: height ease-out;
	-o-transition-duration: 400ms;
	-webkit-transition: height ease-out;
	-webkit-transition-duration: 400ms;
	transition: height ease-out;
	transition-duration: 400ms;
}

.content-right {
	position: relative;
	width: 165px;
	margin: 0 0 0 30px;
	float: left;
}

/* Rows */
.row { /*position: relative;*/
	
}

.row-left,.row-right {
	width: 350px;
	padding: 10px 0 0 0;
	line-height: 150%;
	float: left;
}

.row-right {
	margin: 0 0 0 35px;
}

/* Spezials */
body.desktop .highlight:hover {
	background: transparent url('../img/content/highlight.png') right top
		no-repeat;
}

.disableLayer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 980;
	/*background: #F00;
	opacity: 0.5;*/
}

/* Row Content */
.row-cont-left {
	position: relative;
	width: 238px;
	float: left;
}

.row-cont-left label {
	width: 204px;
}

.row-cont-right {
	text-align: right;
	width: 100px;
	margin: 0 0 0 12px;
	float: left;
}

/* Row Description */
.row-desc {
	clear: both;
	padding: 8px 0 0 34px;
}

.desc-short {
	
}

.desc-full {
	height: 0;
	background: #0066cc;
	overflow: hidden;
}

.desc-full-inner {
	
}

.desc-price {
	
}

/* Options */
.opt-link {
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 2px 0;
	background: url('../img/buttons/arrow-white.png') right 3px no-repeat;
}
body.desktop .opt-link:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

/* Description . Text for Infobox*/
.desc-hint {
	display: none;
	visibility: hidden;
}

span.hint {
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: block;
}

span.hint.assistent {
	margin: 20px 0 0 0;
}

/* Selection */
.selection {
	/*font-family: 'helvetica_km_cebold_condensed';*/
	font-weight: bold;
}

.s-main {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.s-head {
	font-size: 13px;
	line-height: 16px;
	margin: 10px 0 0 0;
}

.s-val {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 0 0;
	font-weight: normal;
}

/* Info Box */
.infobox {
	display: none;
	position: absolute;
	top: 0;
	left: 0; /*0*/
	z-index: 98;
	/*width: 735px;*/
	width: 350px;
}

.infobox-inner {
	position: relative;
	color: #000;
}

.infobox-arrow {
	position: absolute;
	width: 34px;
	height: 18px;
	background: transparent url('../img/infobox/infobox-arrow.png') -5px 0 no-repeat;
}

.infobox-close {
	position: absolute;
	display: block;
	width: 21px;
	height: 21px;
	background: transparent url('../img/icons/close.png') 0 0 no-repeat;
	top: 28px;
	right: 10px;
}

.infobox-content {
	background: #FFF;
	margin: 18px 0 0 0;
	padding: 10px 41px 10px 10px;
	-webkit-box-shadow: 0px -8px 25px #333333;
	-moz-box-shadow: 0px -8px 25px #333333;
	box-shadow: 0px -8px 25px #333333;
}

/* Ex Cont */
.ex-cont {
	/*margin: 0 0 40px 0;*/
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	position: relative;
}
.ex-cont h3 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.ex-cont-right {
	width: 48%;
	float: left;
}
.ex-cont-right table{
	width: 100%;
}

/*.ex-cont-right .dropdown {
	width: 100% !important;
}*/

.ex-cont-right select { width: 100%; }

/*iFrame */
/* iframe {
	height: 100%;
	width: 100%;
	background: #F00;	
} */


/* =============================================================================
   Accordion
   ========================================================================== */
.row-acc {
	height: 42px;
	position: relative;
	overflow: hidden;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.row-acc.animAcc {
	-moz-transition: all ease-in-out;
	-moz-transition-duration: 400ms;
	-ms-transition: all ease-in-out;
	-ms-transition-duration: 400ms;
	-o-transition: all ease-in-out;
	-o-transition-duration: 400ms;
	-webkit-transition: all ease-in-out;
	-webkit-transition-duration: 400ms;
	transition: all ease-in-out;
	transition-duration: 400ms;
}

.row-acc-cont .checkbox, .row-acc-cont .radio {
	margin-top: 10px;
	margin-right: 12px;
}

.row-acc-cont {
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.row-acc-cont .label {
	width: 360px;
	/*width: 350px;*/
	line-height: 110%;
	margin: 2px 0 0 0;
	padding: 0;
	float: left;
	
	/*height: 16px;
	overflow: hidden;*/
}

.row-acc-short {
	padding: 10px 0;
	cursor: pointer;
	margin-left: 34px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.row-acc-short:hover {
	background: transparent url('../img/content/c-hover.png') center 0 repeat-y;
}

.row-acc-short.touch:hover {
	background: none;
}

.row-acc-full {
	padding: 0 0 10px 34px;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.row-acc-full .text {
	width: 300px;
	padding: 20px 0 0 0;
	margin-right: 20px;
	float: left;
}

.row-acc-full .image {
	padding: 10px 0 0 0;
	margin: 0 20px 0 0;
	float: left;
}

.row-acc-full .iconHolder {
	width: 100%;
	padding: 0 0 0 0;
	/*float: left;*/
}

.row-desc-title {
	width: 80px;
	min-height: 10px;
	margin: 0 0 0 20px;
	float: left;
	font-weight: normal;
}

.row-desc-price {
	width: 185px;
	margin: 0 0 0 20px;
	float: left;
}


.row-desc-date{
	width: 200px;
	margin: 0 0 0 20px;
	font-weight: normal;
	float: left;	
}

.row-desc-more {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 15px;
	background: url('../img/content/plus-minus.png') 0 0 no-repeat;
	/*float: left;*/
	float: right;
}

.row-acc.open .row-desc-more {
	background-position: 0 -20px;
}

.magnifier {
	position: relative;
	display: block;
	margin-top: 2px;
}

.magnifier-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 25px;
	height: 26px;
	background: transparent url('../img/icons/magnifier.png') 0 0 no-repeat;
}

.showAll {
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	right: 0;
	top: 8px;
}
/*.showAll:hover {
    color: #FFF;
}*/

/* Remove . Icon */
.remove {
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 12px;
	margin-top: 10px;
	background: transparent url('../img/icons/close.png') 0 0 no-repeat;
	float: left;
}

.row-acc-full .text .videolink {
	margin-left: 10px;
}

/* =============================================================================
   Custom . Select / Dropdown
   ========================================================================== */

/* Select */
ul.dropdown {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 600px;
}

ul.dropdown li {
	position: relative;
	padding: 0;
	border: 1px solid #e5e7ec;
	background: #e5e7ec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

ul.dropdown li a {
	display: block;
	/*padding: 1px 24px 1px 5px;*/
	padding: 3px 24px 4px 5px;
	color: #707071;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	background: url('../img/custom/select_down.png') right center no-repeat;
}
ul.dropdown li a:hover {
	color: #707071;	
}

/* Options */
ul.dropdown ul {
	position: absolute;
	top: 100%;
	left: -1px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 999;
	border-bottom: 1px solid #e5e7ec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

ul.dropdown ul li {
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

ul.dropdown ul li a {
	display: block;
	padding: 3px 5px 2px 5px;
	background: #e5e7ec;
}

body.desktop ul.dropdown ul li a:hover {
	color: #707071;
	background: #ccc;
}

ul.dropdown ul li:first-child a {
	border-top: 1px dotted #000;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	display: inline-block;
}

/* =============================================================================
   Moduls
   ========================================================================== */

/* Configuration */
#configurationHolder {
	display: none;
	position: relative;
	padding: 10px 50px 0 50px;
	z-index: 3;
}

#configuration {
	position: absolute;
	z-index: 999;
	bottom: 10px;
}

/* Shadow */
#shadow {
	position: absolute;
	z-index: 988;
	left: 0;
	bottom: 0;
	/*width: 100%;*/
	/*background: #3CC;*/	
}

#shadowMiddle {
	width: 0;
	height: 30px;
	background: transparent url('../img/base/shadow.png') 0 center repeat-x;
	float: left;
}
#shadowLeft {
	height: 30px;
	width: 146px;
	background: transparent url('../img/base/shadow-end.png') 0 center no-repeat;
	float: left;
}
#shadowRight {
	height: 30px;
	width: 146px;
	background: transparent url('../img/base/shadow-end.png') right center no-repeat;	
	float: left;
}

.confAnim {
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-moz-transition: all ease-out;
	-moz-transition-duration: 800ms;
	-ms-transition: all;
	-ms-transition-duration: 800ms;
	-o-transition: all ease-out;
	-o-transition-duration: 800ms;
	-webkit-transition: all ease-in;
	-webkit-transition-duration: 800ms;
	transition: all ease-out;
	transition-duration: 800ms;
}

/*.scale {
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}*/

.modul {
	position: absolute;
	/*top: 0;
	left: 0;*/
	/*float: left;*/
	/*background: #F00;*/
}

/*.modul.modAnimTrue {
	display: none;
}

.modul.modAnimFalse {
	
}*/

/*.m_attach {
	position: absolute;
	top: 0;
	left: 0;
}*/

/*img.anim{
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;	
  	
	-moz-transition: all ease-out;
	-moz-transition-duration: 300ms;
	-ms-transition: all ease-out;
	-ms-transition-duration: 300ms;
	-o-transition: all ease-out;
	-o-transition-duration: 300ms;
	-webkit-transition: all ease-in;
	-webkit-transition-duration: 300ms;
	transition: all ease-out;
	transition-duration: 300ms;
}
img.small{
	
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}*/
.modul.default {
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
}

/* Dimension */
#dimension {
	display: none;
	position: absolute;
	z-index: 990;
	bottom: 10px;
	padding: 31px 25px 0 0;
	color: #3385d6;
	font-size: 14px;
}

#dimension-width {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	/*background: #00F;*/
	border-left: 1px solid #3385d6;
}
#dimension-width p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	white-space: nowrap;
}

#dimension-height {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	/*background: #0FF;*/
	border-bottom: 1px solid #3385d6;
}
#dimension-height p {
	position: absolute;
	top: 0;
	left: 35px;
	white-space: nowrap;
}

.lineW {
	position: relative;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #3385d6;
}
.lineH {
	width: 25px;
	height: 100%;
	border-right: 1px solid #3385d6;
}

/* Grid */
#grid {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: transparent url('../img/base/grid.png') 0 0 no-repeat;
}

/* =============================================================================
   Controller
   ========================================================================== */

/* Controller */
/*.controller {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #F00;
	bottom: 0;
	right: -150px;
}*/

/* Extern */
#external-controller {
	display: none;
	position: absolute;
	/*background: #F00;*/
	bottom: 10px;
	right: -150px;
}

/* Intern */
#internal-controller {
	display: none;
	position: absolute;
	/*background: #F00;*/
	bottom: 2px;
	left: 20px;
}
#internal-controller .ctrl-icon {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/icons/ctrl-icon.png') 0 0 no-repeat;
	float: left;
	margin-left: 6px;
}
#internal-controller .ctrl-moduls-holder {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	/*margin-left: 6px;*/
	margin-top: 8px;
	float: left;
}
#internal-controller .ctrl-moduls-holder p {
	float: left;
}
#internal-controller #ctrl-moduls {
	margin-left: 5px;
	text-transform: uppercase;
	max-width: 335px;
}

/* =============================================================================
   Footer . Elements
   ========================================================================== */

#footer-box {
	background: #267DD4;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	display: none;
}

#footer-box .left-text {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-top: 1px;
}

#footer-box .right-text {
	font-weight: bold;
	color: #FFF;
	float: right;
	width: 40%;
}

/*#footer-box .right-text br {
	line-height: 12px;	
}*/


.footer-content {
	padding: 85px 0 0 10px;
}

.copy {
	color: #333;
	font-size: 11px;
	padding: 4px 0 0 0;
	float: left;
}

.map {
	width: 47px;
	height: 25px;
	margin: 0 0 0 20px;
	background: url('../img/icons/map.png') 0 0 no-repeat;
	float: left;
}

.lang {
	color: #333;
	font-size: 11px;
	padding: 2px 0 0 0;
	margin: 0 0 0 10px;
	float: left;
}
.lang select {
	border: none !important;	
}

.imprint {
	clear: both;
	color: #333;
	font-size: 11px;
	padding: 4px 0 0 0;
	float: left;
}
.imprint a {
	color: #333;
	text-decoration: none;
}
body.desktop .imprint a:hover { 
	color:#333;
	text-decoration: underline;
}

.right .upper-text {
	color: #267DD4;
	margin: 0 0 10px 41px;
	width: 160px;
	font-size: 11px;
	line-height: 11px;
}

.infoline-icon {
	display: block;
	width: 31px;
	height: 64px;
	margin: 3px 10px 0 0;
	background: url('../img/footer/tel-icon.png') 0 0 no-repeat;
	float: left;
}

.infoline-text {
	float: left;
}

.infoline-headline {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	
	color: #267DD4;
	white-space: nowrap;
	font-weight: bolder;
}
.infoline-number { 
	color: #000;
	font-size: 16px;
	line-height: 24px;
	
	white-space: nowrap;
}
.infoline-opening { 
	font-size: 13px;
	line-height: 24px;
	
	color: #000;
	white-space: nowrap;
}

/* =============================================================================
   Form Elements . Custom
   ========================================================================== */
input.styled {
	display: none;
}

.disabled {
	opacity: 0.666;
}

.lt-ie9 .disabled {
	opacity: 1;
	color: #B5D2EF !important;
}

.lt-ie9 span.checkbox.disabled {
	filter: alpha(opacity = 66);
}

/*input[disabled]{
	background: #FFF !important;
	color: #000 !important;
}*/
.checkbox {
	width: 22px;
	height: 22px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url('../img/custom/checkbox.png') no-repeat;
	display: block;
	cursor: pointer;
	float: left;
}

.radio {
	width: 22px;
	height: 22px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	background: url('../img/custom/radio.png') no-repeat;
	display: block;
	float: left;
}

/* Position */
.radioFloat {
	margin: 0 20px 20px 0;
	float: left;
}

table.radioFloat td {
	padding-right: 10px;
}
.radioClear {
	margin: 0 0 6px 0;
	clear: both;
}

table.styled.smc td:before,
table.styled.smc td:after {
    display: table;
    content: ' ';
    clear: both;
}

table.styled.smc td {
    display: block;
    margin-bottom: 10px;
}

table.styled.smc td label {
    margin-top: 2px;
}

table.styled.sor  {
    width: 100%;
}

table.styled.sor tr td:first-child {
    width: 80px;
}

table.styled.sor td  {
    padding: 10px 0px 20px;
}

/* =============================================================================
   Forms
   ========================================================================== */

/* Errors */
/*.error {
	border: 1px solid #CC0033;
}*/

/* Elements */
fieldset {
	position: relative;
	clear: both;
	/*margin: 0 0 10px 0;*/
}

legend { /*font-family: 'Audi Type', Verdana, Geneva, sans-serif;*/
	/*padding: 0 0 15px 0;
	font-size: 14px;*/
	
}

label {
	color: #FFF;
}

input,select { /*border: 1px solid #ccc;*/
	
}

select { color: #000; }

/*select {
	color: #707071;
	font-size: 13px;
	line-height: 13px;
	
	text-transform: uppercase !important;
	
	height: 22px;
	
	padding: 1px 1px 1px 5px;
	
	border: 1px solid #e5e7ec;
	background: #e5e7ec;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	cursor: pointer;
	outline: none;
}

select option {
	padding: 2px 2px 2px 5px;
	text-transform: uppercase !important;
}*/
.fe_checkbox_label {
	float: left;
	line-height: 100%;
	margin: -3px 0 0 12px;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

.fe_radio_label {
	margin: 1px 0 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	float: left;
}

/* =============================================================================
   Helper
   ========================================================================== */
.spacer {
	display: block;
	clear: both;
}

/* Height */
.h_5 { height: 5px; }

.h_10 { height: 10px; }

.h_12 { height: 12px; }

.h_15 {
	height: 15px;
}

.h_20 {
	height: 20px;
}

.h_25 {
	height: 25px;
}

.h_30 {
	height: 30px;
}

.h_35 {
	height: 35px;
}

.h_40 {
	height: 40px;
}

.h_50 {
	height: 50px;
}

.h_100p { height: 100%; }

/* Width */
.w_200 {
	width: 200px;
}

.w_100p {
	width: 100%;
}

/* Border */
.bt {
	border-top: 1px solid #64aaf2;
}

.bb {
	border-bottom: 1px solid #64aaf2;
}

/* Padding */
.p_25 { padding: 25px; }

.ptb_10 { padding: 10px 0; }

/* Margin */
.m_0 {margin: 0 !important;}
.mt_5 {margin-top: 6px !important;}
.mt_6 {
	margin-top: 6px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.ml_0 {
	margin-left: 0 !important;
}
.ml_20 {
	margin-left: 20px !important;
}
.ml_30 {
	margin-left: 30px !important;
}
.mr_20 {
	margin-right: 20px !important;
}
.mr_30 {
	margin-right: 30px !important;
}
.mr_4p {
	margin-right: 4% !important;
}


.black {
	color: #000;
}

/* =============================================================================
   Video Player
   ========================================================================== */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.1 (jPlayer 2.2.0)
 * Date: 11th September 2012
 */
#videoPlayer {
	display: none;
}

div.jp-video {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size: 1.25em; /* 1.25em for testing in site pages */
	/*font-family: Verdana, Arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #666;
	/*border:1px solid #009be3;*/
	background-color: #FFF;
	/*width: 970px;*/
	width: 100%;
}

/*div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:970px;
}*/
div.jp-video-full { /* Rules for IE6 (full-screen) */
	/*width:480px;
	height:270px;*/
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position: static !important;
	position: relative
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index: 1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important;
	position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important;
	position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
	position: absolute !important;
	position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}


div.jp-gui {
	position: relative;
}

div.jp-interface {
	position: absolute;
	width: 100%;
	height: 45px;
	bottom: 0;
	background: #000;
	overflow: hidden;
}

/*div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}*/

/* Close Button */
#closePlayer {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 25px;
	height: 25px;
	background: url('../img/player/close.png') center center no-repeat;
	z-index: 9999;
}

div.jp-video div.jp-interface {
	display: none;
}

/* @group CONTROLS */
div.jp-controls-holder {
	clear: both;
	/*width: 440px;*/
	margin: 0;
	position: relative;
	overflow: hidden;
	top: 5px;
	/* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*div.jp-audio ul.jp-controls {
	width: 380px;
	padding:20px 20px 0 20px;
}*/
div.jp-video div.jp-type-single ul.jp-controls {
	/*width: 78px;*/
	/*margin-left: 200px;*/
	margin-left: 20px;
}

/*div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}*/

div.jp-video ul.jp-controls,div.jp-interface ul.jp-controls li {
	display: inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.jp-play,a.jp-pause {
	width: 25px;
	height: 25px;
}

a.jp-play {
	background: url('../img/player/controls.png') 6px center no-repeat;
}

/*a.jp-play:hover {
	background: url('../img/player/player.jpg') -41px 0 no-repeat;
}*/

a.jp-pause {
	background: url('../img/player/controls.png') -63px center no-repeat;
	display: none;
}

/*a.jp-pause:hover {
	background: url('../img/player/player.jpg') -41px -42px no-repeat;
}*/

a.jp-stop,a.jp-previous,a.jp-next {
	width: 25px;
	height: 25px;
}

a.jp-stop {
	background: url('../img/player/controls.png')  -28px center no-repeat;
	margin-left: 10px;
}

/*a.jp-stop:hover {
	background: url('../img/player/player.jpg') -29px -83px no-repeat;
}*/

a.jp-previous {
	/*background: url('../img/player/player.jpg') 0 -112px no-repeat;*/
}

a.jp-previous:hover {
	/*background: url('../img/player/player.jpg') -29px -112px no-repeat;*/
}

a.jp-next {
	/*background: url('../img/player/player.jpg') 0 -141px no-repeat;*/
}

a.jp-next:hover {
	/*background: url('../img/player/player.jpg') -29px -141px no-repeat;*/
}

/* @end */

/* @group progress bar */
div.jp-progress {
	overflow: hidden;
	background-color: #333;
}
/*div.jp-audio div.jp-progress {
	position: absolute;
	top:32px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}*/
div.jp-video div.jp-progress {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 8px;
}

div.jp-seek-bar {
	/*background: url('../img/player/player.jpg') 0 -202px repeat-x;*/
	/*background: #F0F;*/
	width: 0px;
	height: 100%;
	cursor: pointer;
}

div.jp-play-bar {
	/*background: url('../img/player/player.jpg') 0 -218px repeat-x;*/
	background: #0066CC;
	width: 0px;
	height: 100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	/*background: url('../img/player/player-seek.gif');*/
}

/* @end */

/* @group volume controls */
a.jp-mute,a.jp-unmute,a.jp-volume-max {
	width: 25px;
	height: 25px;
}

/*div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio a.jp-volume-max {
	margin-left: 56px;	
}*/
div.jp-video a.jp-mute,div.jp-video a.jp-unmute,div.jp-video a.jp-volume-max {
	position: absolute;
	top: 0;
	right: 20px;
}

/*div.jp-video a.jp-mute,div.jp-video a.jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}*/

a.jp-mute {
	background: url('../img/player/controls.png') -134px center no-repeat;
}

/*a.jp-mute:hover {
	background: url('../img/player/player.jpg') -19px -170px no-repeat;
}*/

a.jp-unmute {
	background: url('../img/player/controls.png') -167px center no-repeat;
	display: none;
}

/*a.jp-unmute:hover {
	background: url('../img/player/player.jpg') -79px -170px no-repeat;
}*/

a.jp-volume-max {
	/*background: url('../img/player/player.jpg') 0 -186px no-repeat;*/
}

a.jp-volume-max:hover {
	/*background: url('../img/player/player.jpg') -19px -186px no-repeat;*/
}

div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	/*background: url('../img/player/player.jpg') 0 -250px repeat-x;*/
	width: 46px;
	height: 5px;
	cursor: pointer;
}
/*div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
}*/
div.jp-video div.jp-volume-bar {
	top: 17px;
	left: 72px;
}

div.jp-volume-bar-value {
	/*background: url('../img/player/player.jpg') 0 -256px repeat-x;*/
	width: 0px;
	height: 5px;
}

/* @end */

/* @group current time and duration */

/*div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}*/
div.jp-current-time,div.jp-duration {
	width: 60px;
	font-size: .64em;
	font-style: oblique;
}

div.jp-current-time {
	float: left;
	display: inline;
}

div.jp-duration {
	float: right;
	display: inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left: 20px;
}

div.jp-video div.jp-duration {
	margin-right: 20px;
}

/* @end */

/* @group playlist */
div.jp-title {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background: url('../img/player/title-shadow.png') 0 bottom repeat-x;
}

div.jp-title ul li span#videoTitle {
	font-weight:bold;
}

div.jp-title {
	width: 100%;
}

div.jp-type-single div.jp-title,div.jp-type-playlist div.jp-title,div.jp-type-single div.jp-playlist {
	border-top: none;
}

div.jp-title ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
}

div.jp-title li {
	padding: 5px 0;
}
/*div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}*/

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

/*div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}*/

/* @end */
div.jp-video-play {
	width: 100%;
	overflow: hidden;
	/* Important for nested negative margins to work in modern browsers */
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	/* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
	margin-top: -290px;
	height: 290px;
}
/*div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}*/
div.jp-video-full div.jp-video-play {
	height: 100%;
}

a.jp-video-play-icon {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	margin-top: -23px;
	left: 50%;
	top: 50%;
	background: url('../img/player/controls.png') -198px center no-repeat;
	text-indent: -9999px;
/*	border: 1px solid #FFF;*/
}
/*div.jp-video-play:hover a.jp-video-play-icon {
	background: url('../img/player/play.png') 0 -100px no-repeat;
}*/
div.jp-jplayer {
	width: 0px;
	height: 0px;
}

div.jp-jplayer {
	background-color: #000000;
}

/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

/*div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}*/
div.jp-video ul.jp-toggles {
	/*margin-top: 10px;
	width: 100px;*/
}

ul.jp-toggles li {
	display: block;
	float: right;
}

ul.jp-toggles li a {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	line-height: 100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url('../img/player/controls.png') -98px center no-repeat;
	margin-right: 65px;
}

/*a.jp-full-screen:hover {
	background: url('../img/player/player.jpg') -30px -310px no-repeat;
}*/

a.jp-restore-screen {
	background: url('../img/player/controls.png') -98px center no-repeat;
	margin-right: 65px;
}

/*a.jp-restore-screen:hover {
	background: url('../img/player/player.jpg') -90px -310px no-repeat;
}*/

/*a.jp-repeat {
	background: url('../img/player/player.jpg') 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url('../img/player/player.jpg') -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url('../img/player/player.jpg') -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url('../img/player/player.jpg') -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url('../img/player/player.jpg') 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url('../img/player/player.jpg') -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url('../img/player/player.jpg') -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url('../img/player/player.jpg') -90px -270px no-repeat;
}*/

/* @end */

/* @group NO SOLUTION error feedback */
.jp-no-solution {
	position: absolute;
	width: 390px;
	margin-left: -202px;
	left: 50%;
	top: 10px;
	padding: 5px;
	font-size: .8em;
	background-color: #eee;
	border: 2px solid #009be3;
	color: #000;
	display: none;
}

.jp-no-solution a {
	color: #000;
}

.jp-no-solution span {
	font-size: 1em;
	display: block;
	text-align: center;
	font-weight: bold;
}

/* @end */



/* =============================================================================
   Request Panel
   ========================================================================== */
   
.request-panel {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	/*overflow: hidden;*/
	
	/*border: 1px solid #676767;
	
	-webkit-box-shadow: 0px 0px 20px #999999;
	-moz-box-shadow: 0px 0px 20px #999999;
	box-shadow: 0px 0px 20px #999999;*/
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	/*padding: 25px;*/
	/*color: #707071;*/
/*	border: 1px solid #676767;
	background: #FFF;
	overflow: auto;
	
	-webkit-box-shadow: 0px 0px 20px #999999;
	-moz-box-shadow: 0px 0px 20px #999999;
	box-shadow: 0px 0px 20px #999999;*/
}

.request-inner {
	position: relative;
	
	border: 1px solid #676767;
	background: #FFF;
	/*overflow: auto;*/
	
	padding: 25px;
	
	-webkit-box-shadow: 0px 0px 20px #999999;
	-moz-box-shadow: 0px 0px 20px #999999;
	box-shadow: 0px 0px 20px #999999;
	
	/*width: 100%;*/
	height: 100%;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.request-panel a.close {
	display: block;
	width: 21px;
	height: 21px;
	background: transparent url('../img/icons/close.png') 0 0 no-repeat;
	float: left;
	top: 24px;
	right: 24px;
	position: absolute;
	z-index: 99;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*body.desktop .request-panel a:hover {
	
}*/

/*#teste {
	position: absolute;
	z-index: 999;
	width: 50px;
	height: 50px;
	background: #F00;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}*/

.request-panel-content {
	overflow: auto;
	height: 100%;
	padding-right: 20px;
	/*padding: 25px;*/
	/*margin: 0 auto;*/
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;	
}

/*.request-panel-content */input {
	/*background: -moz-linear-gradient(top,  rgba(132,132,132,0.65) 0%, rgba(132,132,132,0.6) 2%, rgba(37,37,37,0) 28%, rgba(0,0,0,0) 38%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,132,132,0.65)), color-stop(2%,rgba(132,132,132,0.6)), color-stop(28%,rgba(37,37,37,0)), color-stop(38%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(132,132,132,0.65) 0%,rgba(132,132,132,0.6) 2%,rgba(37,37,37,0) 28%,rgba(0,0,0,0) 38%);
	background: -o-linear-gradient(top,  rgba(132,132,132,0.65) 0%,rgba(132,132,132,0.6) 2%,rgba(37,37,37,0) 28%,rgba(0,0,0,0) 38%);
	background: -ms-linear-gradient(top,  rgba(132,132,132,0.65) 0%,rgba(132,132,132,0.6) 2%,rgba(37,37,37,0) 28%,rgba(0,0,0,0) 38%);
	background: linear-gradient(to bottom,  rgba(132,132,132,0.65) 0%,rgba(132,132,132,0.6) 2%,rgba(37,37,37,0) 28%,rgba(0,0,0,0) 38%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6848484', endColorstr='#00000000',GradientType=0 );*/
	
	
	background: rgb(132,132,132); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0ODQ4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,132,132,1)), color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#ffffff',GradientType=0 );*/ /* IE6-8 */
	
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#848484, endColorstr=#FFFFFFFF)";*/


	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;	
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	
	padding: 5px;
}

.ph2 {
	font-size: 18px !important;
	color: #000 !important;
	margin-bottom: 15px !important;
	/* text-transform: uppercase !important; */
}

.ph3 {
	font-size: 14px;
	color: #000;
}

.ph3 a {
	color: #000;
}

.request-panel-content p {
	/*font-size: 16px;
	line-height: 25px;*/
	color: #000;
	margin: 15px 0;
}

.text-message { 
	color: #000;
	padding-right: 40px;
	font-size: 13px;
	line-height: 140%;
}

.request-panel-content-forgot-access {
	padding-top: 15px;
	/*display: none;*/
	height: 0px;
	overflow: hidden;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.request-panel-content-forgot-access.anim {
	-moz-transition: height ease-out;
	-moz-transition-duration: 300ms;
	-ms-transition: height ease-out;
	-ms-transition-duration: 300ms;
	-o-transition: height ease-out;
	-o-transition-duration: 300ms;
	-webkit-transition: height ease-out;
	-webkit-transition-duration: 300ms;
	transition: height ease-out;
	transition-duration: 300ms;	
}

.request-panel-content-forgot-access .button {
	margin-top: 15px;
}

.request-panel-content-forgot-access span.message {
	color: #000;
}

.column-panel {
	width: 100%;
	position: relative;
}

.column-panel h3 {
	margin-bottom: 15px;
}

.column-panel .column {
	width: 48%;
	float: left;
	margin-bottom: 15px;
}

.column-panel .column label {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	padding: 0 0 6px 0;
	float: left;
}
.column-panel .column > label {
width: 100%;
}

.column-panel .column input[type=text],
.column-panel .column input[type=password] {
	color: #000;
	float: left;
	clear: left;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.column-panel .column input.left-input {
	width: 20%;
	margin-right: 4%;
}

.column-panel .column input.right-input {
	clear: none;
	width: 76%;
	/*margin-left: 4%;*/
	float: left;
}
/* .column-panel .column input.right-input.lmperc {
	float: left;
	margin-left: 4%;
} */

.column-panel .column.full {
	width: 100%;
}

div.hr {
	width: 100%;
	border-top: 1px solid #cccccc;
	margin: 32px 0 30px 0;
}

a.button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #0066cc url('../img/buttons/btn_small_blue.png') 0 top repeat-x;
	display: inline-block;
	padding: 8px 16px 9px 10px;
	color: #FFF;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

body.desktop a.button:hover,
a.button.active {
	color: #FFF;
	background: #0066cc;
}

a.link {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #0066cc;
	padding: 0 0 2px 0;
	margin-top: 7px;
}
body.desktop a.link:hover {
	color: #3385d6;
}
a.link.white {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
body.desktop a.link.white:hover {
	color: #f2f2f2;
}

.column-panel .column .none {
	float: none;
}

.invalid {
	border: 3px solid #fd9800 !important;
}

.error {
	color: #fd9800 !important;
	display: none;
}

span.error {
	margin-bottom: 10px;
}

.dataprivacy {
	margin: 4px 0 0 10px !important;
}

a.enabled {
	cursor: pointer;
}
a.disabled {
	cursor: default;
}

/* === Content . Extras === */
.content-left .column-panel .column label {
	color: #FFF;
}

.content-left input {
	border: 1px solid #267DD4;
}

.ml_contInput {
	margin-right: 20px;	
}

.request-panel p {
	font-size: 13px;
	line-height: 140%;
}

.request-panel .radioFloat {
	margin-bottom: 0;
}

.agreement label {
	margin-right:10px;
	color: #000000;
	font-size:13px;
	text-align: center;
}

.agreetext a {
	color:#3385d6;
}

.agreement .checkbox {
	margin-left: 10px;
	margin-right: 10px;
}

.checkboxmessage {
	color:red;
}

/* =============================================================================
   Request Panel - Tab Content
   ========================================================================== */
   
.request-panel-tab {	
	display: none;
	position: fixed;
	z-index: 9999;
	
	border: 1px solid #999;
	
	width: 550px;
	/*height: 80%;*/
	
	/*padding: 66px 25px 25px 25px;*/
	padding: 131px 25px 25px 25px;
	
	margin-left: -300px;
	top: 10%;
	bottom: 10%;
	left: 50%;
	
	background: #FFF url('../img/boxes/lightbox-tab-bg.png') 0 top repeat-x;
	
	-webkit-box-shadow: 0px 0px 20px #999999;
	-moz-box-shadow: 0px 0px 20px #999999;
	box-shadow: 0px 0px 20px #999999;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* Close */
.request-panel-tab a.close {
	position: absolute;
	z-index: 99;
	
	top: 10px;
	right: 10px;
	
	display: block;
	width: 21px;
	height: 21px;
	background: transparent url('../img/icons/close.png') 0 0 no-repeat;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* Navigation */
.request-panel-tab-nav {
	position: absolute;
	z-index: 12;
	width: 100%;
	top: 0;
	left: 0;
	
	height: 36px;
	overflow: hidden;
	
	/*background: #F00;*/
}

.request-panel-tab-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.request-panel-tab-nav ul li {
	float: left;	
}

.request-panel-tab-nav ul li a {
	display: block;
	padding: 15px 12px 10px 12px;
	
	color: #000;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	border-right: 1px solid #FFF;
	/*background: url('../img/nav/tab-shadow.png') left top no-repeat;*/
}
.request-panel-tab-nav ul li a.first {
	padding: 15px 12px 10px 25px;
}
.request-panel-tab-nav ul li a.active {
	background: #FFF;
}

.request-panel-tab-nav ul li a:hover {
	color: #267DD4;	
}
.request-panel-tab-nav ul li a.active:hover {
	cursor: default;
	color: #000;
}

/* Description */
.rpt-module-name {
	position: absolute;
	z-index: 10;
	height: 50px;
	top: 66px;
	left: 25px;
	overflow: hidden;
}


/* Content */
.rpt-cont {
	width: 100%;
	height: 100%;
	
	overflow: auto;
	
	/*background: #F0F;*/
}

/* Tab Content */
.rpt-cont-inner {
	display: none;
	/*width: 100%;*/
	/*height: 1000px;*/
	margin-right: 20px;
	
	/*background: #0F0;*/	
}

.rpt-cont-inner.active {
	display: block;	
}


.text-message-tab { 
	color: #000;
	font-size: 13px;
	line-height: 140%;
}

/* =============================================================================
   Module Icons
   ========================================================================== */

/* Icons . Global */
.modul-icon {
	text-align: center;
	width: 110px;
	/*height: 110px;*/
	margin: 0 18px 0 0;
	padding: 0;
	float: left;
	overflow-x: hidden;
	overflow-y: visible;
}
.modul-icon img {
	height: 50px;	
}
.modul-icon p {
	text-align: center;
	padding: 10px;
	line-height: 120%;
	font-size: 10px;
	word-wrap: break-word;
}

/* Icons . Content */
.iconHolder .modul-icon {
	text-align: left;
	width: 31%;
	height: auto;
	margin: 0 2% 20px 0;
	overflow: visible;
}
.iconHolder .imgHolder {
	width: 60px;
	float: left;
}
.iconHolder .modul-icon img {
	height: 45px;
}
.iconHolder .modul-icon p {
	text-align: left;
	padding: 0;
	/*float: left;*/
}

.modul-icons-headline {
	font-size: 16px;
	font-weight: bold;	
}

/* =============================================================================
   Video Tab
   ========================================================================== */
   
.video-element {
	display: block;
	margin-top: 25px;
	cursor: pointer;
}

.video-element:first-child {
	margin-top: 0;
}

.video-element .preview-image {
	display: inline-block;
    float: left;
    line-height: 0;
    position: relative;
    border: 1px solid #999999;
    cursor: pointer;
}

.video-element .preview-image span {
    position: absolute;
    top: 0;
    right: 0;
	bottom: 0;
    left: 0;
    background-image: url('../img/player/play-button.png');
    background-repeat: no-repeat;
    background-position: center;
}

.video-element .preview-image div {
    position: absolute;
    top: 0;
    right: 0;
	bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
    
    -moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.video-element .preview-image:hover div {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.video-element p {
	display: block;
    margin-left: 320px;
    padding: 70px 0 0 10px;
}

.video-element p span {
	font-weight: bold;
}

.video-content a.back {
	margin-top: 15px;
}

/* =============================================================================
   Magnifier
   ========================================================================== */

.magnifierStageLink {
	display: block;
}

.magnifierInfoIcon {
	position: absolute;
	z-index: 999999;
	display: none;
	width: 48px;
	height: 43px;
	/*background: url('../img/icons/magni-info.png') 0 0 no-repeat;*/
	background-image: url('../img/icons/magni-info.png');
	background-size: 48px 43px;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	margin: -31px 0 0 0;
}

#stage-loader {
	background-image: url('../img/stage/ajax-loader_64.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	width: 64px;
	height: 64px;
	display: none;
	z-index: 999999;
}

body.desktop .magnifierStageLink:hover .magnifierInfoIcon {
	display: block;
}

/* Corner */   
/*.corner-wipe {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 162px;
	height: 112px;
	background: url('../img/content/corner-wipe.png') 0 0 no-repeat;
	color: #FFF;
	z-index: 99;
}
.corner-wipe:hover span {
	color: #FFF;
	border-bottom: 1px dotted #FFF;	
}
.corner-wipe span {
	position: absolute;
	right: 10px;
	bottom: 7px;
	border-bottom: 1px dotted #267dd4;
}

.corner-wipe.switch {
	color: #267dd4;
	background-position: -162px 0;
}
.corner-wipe.switch:hover span {
	color: #267dd4;
	border-bottom: 1px dotted #267dd4;
}
.corner-wipe.switch span {
	border-bottom: 1px dotted #FFF;
}*/

/* Content . Infos */
/*.magnifier-info p {
	font-size: 13px;
	line-height: 140%;
}*/
.magnifier-info p a {
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: #0066CC;
	text-decoration: none;
	padding: 0 12px 0 0;
	background: url('../img/buttons/arrow-blue.png') right 3px no-repeat;
}


.magni {
	/*background-image: url('../img/content/magnifier-bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;*/
}
.magnifier-detail {
	text-align: center;
	/*margin: 0 0 40px 0;*/
	margin: 40px 0 0 0;
	padding-bottom: 35px; 
	/*background-image: url('../img/content/magnifier-bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;*/
}

.magnifier-info .button {
	padding: 8px 10px 9px;	
}

/* Request . Inner */
/*.request-inner.switch {
	background-color: #267dd4;
}
.request-inner.switch h2,
.request-inner.switch p {
	color: #FFF;
}*/

/*.modul-icons {
	margin: 20px 0 0 0;	
}*/

/*.modul-icon {
	text-align: center;
	width: 110px;

	float: left;	
}
.modul-icon p {
	text-align: left;	
}*/





/* =============================================================================
   Glassfisherei!
   ========================================================================== */
   
.ap2b {
	width: 46%;
	margin-right: 20px;
	float: left;
}

.many-checkbox-item {
	width: 48%;
	float: left;
	margin-bottom: 12px;
	margin-right: 2%;
}

.many-checkbox-item label {
	padding: 3px 0 0 5px;
	float: left;
}

.maxWidth {
	width: 75px;
	color: #000;
}

.pg-select img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.pg-select div {
	margin-right: 20px;
	height: 120px;	
	position: relative;
}

.pg-select div:nth-child(3) {
	clear: left;
}

.pg-select .radioFloat label {
	width: 180px;	
}

/* =============================================================================
   No Script
   ========================================================================== */
#noscript {
	position: absolute;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 5px 0;
	border-top: 1px solid #000;
	background: #404040;
	font: 11px bold Arial, Helvetica, sans-serif;
	color: #b9b9b9;
}

#containerNoScript {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}

#containerNoScript a,
#containerNoScript a:hover {
	text-decoration: underline;
}

#containerNoScript ol {
	padding: 0;
	margin: 0;
	list-style-type: square;
}

#containerNoScript li {
	padding: 0 0 5px 0;
	margin: 0 0 0 20px;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */
}

/* ========== Portrait . Responsive ========== */

/* Portrait mode  */
/*@media all and (orientation:portrait) and (max-width: 970px){*/
@media all and (max-width: 1010px){
	
	#container {
		width: auto;	
	}
	.fixed {
		width: auto;	
	}
	.content-right {
		display: none;
	}
	
	/*.startBtn.grey {
		width: 124px; 
	}*/
	/*#komino-small { display: none; }*/
	.startBtn {
		width: 100%;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 100px;
	}
	
	
	/* Accordion . Row */
	.row-acc-cont .label {
		width: 42%;
	}
	.row-acc-cont .label.confDhNg {
		/*width: 45%;*/
		width: 60%;
	}
	.row-desc-title {
		/*width: 16%;*/
		width: 12%;
	}
	.row-desc-price {
		/*width: 28%;*/
		width: 32%;
	}
	.row-desc-date {
		width: 25%;
	}
	
}

@media all and (max-width: 650px) {
	.row-acc-cont .label {
		/*width: 45%;*/
		width: 65%;
	}
	.row-acc-cont .label.confDhNg {
		/*width: 45%;*/
		width: 60%;
	}
	.row-desc-title {
		/*width: 32%;*/
		width: 12%;
	}
	.row-desc-price {
		display: none;
	}
	.row-desc-date {
		width: 25%;
	}
	
}

/* =============================================================================
   Retina
   ========================================================================== */

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {

    #logo {
        background-image: url('../img/base/konica-minolta-logo@2x.jpg');
		background-size: 243px 34px;
    }
	.magnifier-info p a {
		background-image: url('../img/buttons/arrow-blue@2x.png');
		background-size: 6px 10px;
	}
	.startBtn-arrow {
		background-image: url('../img/buttons/arrows@2x.png');
		background-size: 6px 22px;
	}
	
	/*#stage ul.stage-infos li a.send,*/
	.opt-link {
		background-image: url('../img/buttons/arrow-white@2x.png');
		background-size: 6px 10px;
	}
	
	#stage ul.stage-infos li.status a span.arrow {
		background-image: url('../img/buttons/arrow-white@2x.png');
		background-size: 6px 10px;	
	}
	
	#stage ul.stage-infos li a.dimension {
		background-image: url('../img/icons/dimension@2x.png');
		background-size: 17px 8px;
	}	
	#stage ul.stage-infos li a.print {
		background-image: url('../img/icons/print@2x.png');
		background-size: 14px 15px;
	}
	#stage ul.stage-infos li a.save {
		background-image: url('../img/icons/save@2x.png');
		background-size: 14px 15px;
	}
	#stage ul.stage-infos li a.reset {
		background-image: url('../img/icons/reset@2x.png');
		background-size: 13px 16px;
	}
	#stage ul.stage-infos li a.imagesave {
		background-image: url('../img/icons/download@2x.png');
		background-size: 10px 14px;
	}
	#stage ul.stage-infos li a.more {
		background-image: url('../img/icons/more@2x.png');
		background-size: 19px 15px;
	}
	
	
	.startBtn.wizard .icon {
		background-image: url('../img/icons/wizard@2x.png');
		background-size: 23px 27px;
	}
	.startBtn.expert .icon {
		background-image: url('../img/icons/expert@2x.png');
		background-size: 24px 25px;
	}
	.startBtn.favourite .icon {
		background-image: url('../img/icons/favourite@2x.png');
		background-size: 19px 18px;
	}
	
	#komino-small {
		background-image: url('../img/content/komino-small@2x.png');
		background-size: 74px 151px;
	}
	/*.magnifier-detail {
		background-image: url('../img/content/magnifier-bg@2x.png');
		background-size: 666px 126px;
	}*/
	.row-desc-more {
		background-image: url('../img/content/plus-minus@2x.png');
		background-size: 20px 40px;
	}
	
	.checkbox {
		background-image: url('../img/custom/checkbox@2x.png');
		background-size: 22px 88px;
	}
	.radio {
		background-image: url('../img/custom/radio@2x.png');
		background-size: 22px 88px;
	}
	ul.dropdown li a {
		background-image: url('../img/custom/select_down@2x.png');
		background-size: 16px 4px;
	}
	footer.infoline {
		background-image: url('../img/footer/bg_footer@2x.jpg');
		background-size: 970px 250px;
	}
	footer.no-infoline {
		background-image: url('../img/footer/_bg_footer@2x.jpg');
		background-size: 970px 250px;
	}
	.infobox-close {
		background-image: url('../img/icons/close@2x.png');
		background-size: 21px 21px;
	}
	
	#subnav ul.status li .uncomplete {
		background-image: url('../img/icons/uncomplete@2x.png');
		background-size: 20px 18px;
	}
	#subnav ul.status li .complete {
		background-image: url('../img/icons/complete@2x.png');
		background-size: 20px 18px;
	}
	
	.magnifier-icon {
		background-image: url('../img/icons/magnifier@2x.png');
		background-size: 25px 26px;
	}
	.map {
		background-image: url('../img/icons/map@2x.png');
		background-size: 47px 25px;
	}
	
	.infobox-arrow {
		background-image: url('../img/infobox/infobox-arrow@2x.png');
		background-size: 34px 18px;
	}
	#closePlayer {
		background-image: url('../img/player/close@2x.png');
		background-size: 15px 14px;
	}
	/*a.jp-play,
	a.jp-pause,
	a.jp-stop,
	a.jp-mute,
	a.jp-unmute,
	a.jp-video-play-icon,
	a.jp-full-screen,
	a.jp-restore-screen {
		background-image: url('../img/player/controls@2x.png');
		background-size: 241px 46px;
	}*/
	
	#pager li {
		background-image: url('../img/slider/points@2x.png');
		background-size: 6px 12px;
	}
	
	#nextBtn a,#prevBtn a {
		background-image: url('../img/sprites/next-prev@2x.png');
		background-size: 220px 140px;
	}
	
	#stage {
		background-image: url('../img/stage/bg_stage@2x.jpg');
		background-size: 970px 358px;
	}
	#stage.storehouse, li.storehouse {
		background-image: url('../img/stage/storehouse/stage@2x.jpg');
	}
	#stage.office, li.office {
		background-image: url('../img/stage/office/stage@2x.jpg');
	}
	#stage.none, li.none {
		background-image: url('../img/stage/none/stage@2x.jpg');
	}
	
	#internal-controller .ctrl-icon {
		background-image: url('../img/icons/ctrl-icon@2x.png');
		background-size: 32px 32px;
	}
	
	ul.controls li a.prev,
	ul.controls li a.next span.arrow {
		background-image: url('../img/nav/controls@2x.png');
		background-size: 6px 117px;
	}
	
}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	} /* Don't show links for images, or javascript/internal links */
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
}

@media (max-width:950px) {
	.right {
		margin-top: 60px;
	}
	.column.right {
		margin-top:  0;
	}
}