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

@font-face {
	font-family: 'SiemensSans';
	src: url('../../html/fonts/siemens-sans-roman/siemens-sans-roman.eot?#iefix') format('embedded-opentype'),
		 url('../../html/fonts/siemens-sans-roman/siemens-sans-roman.woff') format('woff'),
		 url('../../html/fonts/siemens-sans-roman/siemens-sans-roman.ttf') format('truetype'),
		 url('../../html/fonts/siemens-sans-roman/siemens-sans-roman.svg#siemens-sans-roman') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'SiemensSans';
	src: url('../../html/fonts/siemens-sans-bold/siemens-sans-bold.eot?#iefix') format('embedded-opentype'),
		 url('../../html/fonts/siemens-sans-bold/siemens-sans-bold.woff') format('woff'),
		 url('../../html/fonts/siemens-sans-bold/siemens-sans-bold.ttf') format('truetype'),
		 url('../../html/fonts/siemens-sans-bold/siemens-sans-bold.svg#siemens-sans-bold') format('svg');
	font-weight: 600;
	font-style: normal;
}

#ng_feature {
	display: none;
}

#storytelling-body {
	width: 987px;
	height: 393px;
}

#cc-container {
	position: relative;
	width: 987px;
	overflow: hidden;
	height: 393px;	
}

#cc-container div, #cc-container a {
	line-height: normal;
	line-height: initial;
}

#cc-container .cc-video-wrapper,
#cc-container .no-script {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

#cc-container .cc-video-wrapper {
	z-index: 2;
} 

#cc-container .cc-video-wrapper .me-plugin,
#cc-container .cc-video-wrapper .cc-video {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#cc-container .cc-video-wrapper.is-active .me-plugin,
#cc-container .cc-video-wrapper.is-active .cc-video {
	z-index: 2;
	top: 0;
	left: 0;
}

#cc-container .cc-text-layer {
	background-color: #323c46;
	background-color: rgba(50,60,70, 0.75);
	padding: 18px 20px 22px 44px;
	width: 378px;
	position: absolute;
	left: -100%;
	bottom: 30px;
	z-index: 4;
	opacity: 0;

	-webkit-transition: left .9s cubic-bezier(0.470, 0.000, 0.745, 0.715) .0s, opacity .9s cubic-bezier(0.755, 0.050, 0.855, 0.060) .0s;
	   -moz-transition: left .9s cubic-bezier(0.470, 0.000, 0.745, 0.715) .0s, opacity .9s cubic-bezier(0.755, 0.050, 0.855, 0.060) .0s;
	     -o-transition: left .9s cubic-bezier(0.470, 0.000, 0.745, 0.715) .0s, opacity .9s cubic-bezier(0.755, 0.050, 0.855, 0.060) .0s;
	        transition: left .9s cubic-bezier(0.470, 0.000, 0.745, 0.715) .0s, opacity .9s cubic-bezier(0.755, 0.050, 0.855, 0.060) .0s;
}

#cc-container .cc-text-layer.is-active,
#cc-container .no-script .cc-text-layer {
	left: 0;
	opacity: 1;
} 

#cc-container .cc-text-layer .cc-text-layer-headline {
	font-weight: 300;
	font-family: 'SiemensSlabRoman', Arial, helvetica, sans-serif;
	font-size: 25px;
	color: #fff;
	margin-top: 0px;
    margin-bottom: 8px;
	position: relative;
	left: -15px;
	opacity: 0;

	-webkit-transition: left .4s ease 1.0s, opacity .4s ease 1.0s;
	   -moz-transition: left .4s ease 1.0s, opacity .4s ease 1.0s;
	     -o-transition: left .4s ease 1.0s, opacity .4s ease 1.0s;
	        transition: left .4s ease 1.0s, opacity .4s ease 1.0s;
}

#cc-container .cc-text-layer.is-active .cc-text-layer-headline,
#cc-container .no-script .cc-text-layer .cc-text-layer-headline {
	left: 0px;
	opacity: 1;
}

#cc-container .cc-text-layer .cc-text-layer-description {
	display: inline-block;
	font-weight: 300;
	font-family: 'SiemensSans', Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-top: 0px;
    margin-bottom: 16px;
	position: relative;
	left: -15px;
	opacity: 0;

	-webkit-transition: left .4s ease 1.07s, opacity .4s ease 1.07s;
	   -moz-transition: left .4s ease 1.07s, opacity .4s ease 1.07s;
	     -o-transition: left .4s ease 1.07s, opacity .4s ease 1.07s;
	        transition: left .4s ease 1.07s, opacity .4s ease 1.07s;
}

#cc-container .cc-text-layer.is-active .cc-text-layer-description,
#cc-container .no-script .cc-text-layer .cc-text-layer-description {
	left: 0px;
	opacity: 1;
}

#cc-container .cc-text-layer .cc-btn {
	font-weight: 600;
	font-family: 'SiemensSans', Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18.75px;
	color: #fff;
	text-decoration: none;
	background-color: #55a0b9;
	padding: 7px 24px 5px 9px;
	display: block;
	float: left;
	position: relative;
	left: -15px;
	opacity: 0;

	-webkit-transition: background-color .5s ease .0s, left .4s ease 1.14s, opacity .4s ease 1.14s;
	   -moz-transition: background-color .5s ease .0s, left .4s ease 1.14s, opacity .4s ease 1.14s;
	     -o-transition: background-color .5s ease .0s, left .4s ease 1.14s, opacity .4s ease 1.14s;
	        transition: background-color .5s ease .0s, left .4s ease 1.14s, opacity .4s ease 1.14s;
}

#cc-container .cc-text-layer.is-active .cc-btn,
#cc-container .no-script .cc-text-layer .cc-btn {
	left: 0px;
	opacity: 1;
}

#cc-container .cc-text-layer .cc-btn:before {
	content: '\00a0';
	display: block;
	position: absolute;
	right: 11px;
	top: 12px;
	background-image: url('../../html/img/bg_arrow_right.png');
	width: 5px;
	height: 8px;
}

#cc-btn-play {
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	
	text-indent: -9999px;
	background-image: url('../../html/img/play-btn.png'); 
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.cc-feature-link {
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 3;
	text-indent: -9999px;
	background: url('../../html/img/blank.gif');
}

#cc-container .cc-text-layer:hover .cc-btn {
	background-color: #3A6B7B;
}



/* overwrite using the same selectors rule */
body.page-type-entry div#headervisual-zone {
	width: 988px;
	border-right: 2px solid #FFF;
}
/* overwrite using the same selectors rule */

/* TEASER */
#techstories-noscript {
	position: absolute;
}

#techstories-teaser{
	position: relative;
	height: 393px;
	width: 987px;
	overflow: hidden;
	cursor: pointer;
}

#techstories-teaser.techstories-no-video .techstories-fontlayer,
#techstories-teaser.techstories-no-video #techstories-box {
	display: block!important;
}

#techstories-teaser.techstories-no-video .animated-text,
#techstories-teaser.techstories-no-video video {
	display: none!important;
}

#techstories-teaser.techstories-no-video .techstories-fontlayer #techstories-box {
	right: 0;
	opacity: 1;
}

#techstories-teaser .video-teaser,
#techstories-teaser #techstories-teaser-endscreen {
	position: absolute;
	top: 0;
	right: 0;
	left: -1px;
}

#techstories-teaser .video-teaser {
	z-index: 2;
}

#techstories-teaser .video-teaser.mask {
	z-index: 3;
}

#techstories-teaser-loop {
	display: none;
}

#techstories-teaser #techstories-teaser-endscreen {
	z-index: 1;
	width: 939px;
	height: auto;
	-webkit-transition: width 30s ease-out;
	-moz-transition: width 30s ease-out;
	-ms-transition: width 30s ease-out;
	-o-transition: width 30s ease-out;
	transition: width 30s ease-out;
}

#techstories-teaser #techstories-teaser-endscreen.animate {
	width: 1200px;
}

#techstories-teaser #techstories-teaser-endscreen {
	z-index: 1;
	width: 100%;
	height: auto;
}

#techstories-teaser .techstories-fontlayer {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
	font-family: 'SiemensSlabRoman', Arial, Geneva, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	z-index: 4;
	cursor:default;
}

#techstories-teaser .techstories-fontlayer .footnote {
	position: relative;
	float: right;
	z-index: 999;
	top:327px;
}

#techstories-teaser .techstories-fontlayer .footnote p {
	font: #fff !important;
	opacity: none !important;
	font-size: 14px;
	line-height: 1.2;
	
	background: none !important; 
    background: -moz-linear-gradient() !important;
    background: -webkit-linear-gradient() !important;
    background: linear-gradient() !important;
    filter: progid:DXImageTransform.Microsoft.gradient() !important;
}

#techstories-teaser .techstories-fontlayer .animated-text {
	font-family: 'SiemensSans', Arial, Geneva, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 42px;
	color: #fff;
	line-height: 1.2;
	white-space: nowrap;
	display: block;
	width: 100%;
	text-align: center;
	top: 159px;
	left: -50px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}

#techstories-teaser .techstories-fontlayer #techstories-box {
    margin-right: 45px;
    position: absolute;
    bottom: 35px;
    right: -44px;
    opacity: 0;
    cursor:pointer;
}

#techstories-teaser .techstories-fontlayer .techstories-call-to-action {
	display: block;
	box-sizing: border-box;
	padding: 8px 11px;
	background-color: #faa50a;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#techstories-teaser .techstories-fontlayer .techstories-call-to-action:hover {
	background-color: #eb780a;
}

#techstories-teaser .techstories-fontlayer .techstories-call-to-action span {
	font-family: 'SiemensSans', Arial, Geneva, Helvetica, sans-serif;
	font-weight: 600;
    color: #FFF;
	font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.35px;
}

#techstories-teaser .techstories-fontlayer .techstories-call-to-action i.icon-arrow-right {
	width: 6px;
    height: 10px;
    margin: 0px 0 1px 7px;
    display: inline-block;
    background: url('../../html/img/arrow.png') 0 0 no-repeat;
}
