/* V 1.0.0.10 */

/* This CSS is quite ugly because it hass been created by http://lesscss.org */

/* Avoid scrollbars on iframe */
iframe {
    overflow: hidden
}

.floatbox {
    overflow: visible;
}

.highlight td {
    color: #ff8354 !important;
}

#nch-content {
    font-family: Ascom, Arial, Times, serif;
}

#nch-content a:hover,
#nch-content a:active {
    text-decoration: none;
}

#nch-content p {
    line-height: normal;
}

.arrow-top {
    background: url("link-arrow.gif") no-repeat scroll left 5px transparent;
    padding: 0 0 0 8px;
}

#nch-content #nch-banner {
    width: 960px;
    height: 300px;
    margin-left: -20px;
    background-color: white;
    overflow: hidden;
    position: relative; /* we need that to be able to position the links */
    -webkit-box-shadow: 0px 6px 8px 0px #aaa;
    -moz-box-shadow: 0px 6px 8px 0px #aaa;
    box-shadow: 0px 6px 8px 0px #aaa;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#aaaaaa')";
    filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=180, Color='#aaaaaa');
}

#nch-content #nch-division-links {
    width: 220px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    display: block;
}

#nch-content #nch-division-links h2 {
    background-color: transparent;
    font-family: Ascom-Light, Arial, Times, serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 3px;
    color: #ff8354;
    text-transform: uppercase;
}

#nch-content #nch-division-links a p {
    color: #87254d;
}

#nch-content #nch-division-links a:hover p {
    color: #ff8354;
}

#nch-content #nch-division-links a:hover p.nch-banner-link-tagline {
    color: #87254d;
}

#nch-content #nch-division-links .nch-division-link {
    padding: 5px 10px;
    width: 200px;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: white;
}

.ie #nch-content #nch-division-links .nch-division-link {
    padding-top: 8px; /*for IE*/
}

#nch-content #nch-banner-title {
    position: absolute;
    width: 255px;
    height: 100px;
    top: 15px;
    padding: 10px 20px 10px 20px;
    z-index: 3;
    overflow: hidden;
    background-color: white;
    font-family: Ascom, Arial, Times, serif;
}

#nch-content #nch-banner-title h2 {
    font-family: Ascom-Light, Arial, Times, serif;
    background-color: transparent;
    font-weight: normal;
    font-size: 25px;
    line-height: 25px;
    color: #ff8354;
    text-transform: uppercase;
}

#nch-content #nch-banner-title p {
    color: #87254d;
	line-height: 13px;
}

#nch-content #nch-banner-title a:hover p {
    color: #ff8354;
}

#nch-content #nch-cycler {
    width: 960px;
    height: 300px;
    overflow: hidden;
}

#nch-content #nch-cycler .nch-cycler-data {
    display: none;
}

#nch-content #nch-cycler .nchcycler-dots {
    display: none;
    position: absolute;
    top: 280px;
    left: 450px;
    z-index: 5;
}

#nch-content #nch-cycler .nchcycler-dot {
    width: 8px;
    height: 9px;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    background: url(sprite.png ) no-repeat;
}

#nch-content #nch-cycler .nchcycler-dot-active {
    background: url(sprite.png ) -10px 0 no-repeat;
}

#nch-content #nch-cycler .nchcycler-preview {
    position: absolute;
    display: none;
    z-index: 5;
    left: 438px;
    top: 222px;
    background: url(sprite.png ) -60px 0 no-repeat;
    padding: 1px;
}

#nch-content #nch-cycler .nch-arrow {
    display: none;
    width: 13px;
    height: 19px;
    position: absolute;
    top: 140px;
    z-index: 5;
    cursor: pointer;
}

#nch-content #nch-cycler .nch-arrow-right {
    left: 940px;
    background: url(sprite.png ) -40px 0 no-repeat;
}

#nch-content #nch-cycler .nch-arrow-left {
    left: 5px;
    background: url(sprite.png ) -20px 0 no-repeat;
}

#nch-content #nch-teasers {
    margin-top: 20px;
}

#nch-content .nch-teaser {
    -webkit-box-shadow: 0px 1px 4px 0px #aaa;
    -moz-box-shadow: 0px 1px 4px 0px #aaa;
    box-shadow: 0px 1px 4px 0px #aaa;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa')";
    filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#aaaaaa');
    float: left;
    width: 300px;
    height: 150px;
    margin-left: 10px;
    margin-top: 20px;
    background-color: white;
    font-family: Ascom, Arial, Times, serif;
    color: black;
}

#nch-content .nch-teaser h2 {
    margin-bottom: 7px;
}

#nch-content .nch-teaser.nch-teaser-first {
    margin-left: 0px;
}

#nch-content .nch-teaser-padding {
    padding: 10px;
    width: 280px;
    height: 130px;
}

#nch-content a:hover .nch-teaser-padding p {
    color: #ff8354 !important;
}

#nch-content .nch-teaser-small {
    height: 75px;
}

#nch-content .nch-teaser-small .nch-teaser-padding {
    padding: 10px;
    height: 55px;
}

#nch-content .nch-teaser h2 {
    background-color: transparent;
    font-weight: normal;
    font-size: 13px;
    border-bottom: 0;
}

#nch-content .nch-teaser p {
    padding: 0;
}

#nch-content .nch-teaser td {
    padding: 5px;
    line-height: 14px;
    vertical-align: top;
    color: #87254d;
}

#nch-content .nch-teaser td a {
    color: #87254d;
}

#nch-content .nch-teaser td a:hover,
#nch-content .nch-teaser td a:active {
    color: #ff8354;
    text-decoration: none;
}

#nch-content .nch-teaser td:first-child {
    padding-left: 0px;
}

#nch-content #nch-epresentation h2 {
    position: absolute;
    z-index: 10;
    color: white;
    margin-top: 10px;
    margin-left: 10px;
}

#nch-content #nch-teaser-stock-information #nch-stock-chart {
    margin-left: -8px;
}

#nch-content #nch-teaser-stock-information #nch-stock-price {
    color: #87254d;
    font-size: 16px;
}

#nch-content #nch-teaser-stock-information .nch-stock-price-icon {
    background: url(sprite.png ) 0 -60px no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 0.25em;
    width: 17px;
}

#nch-content #nch-teaser-stock-information .nch-stock-price-up .nch-stock-price-icon {
    background-position: -20px -60px;
}

#nch-content #nch-teaser-stock-information .nch-stock-price-down .nch-stock-price-icon {
    background-position: -40px -60px;
}

#nch-content #nch-teaser-stock-information .nch-stock-price-up .nch-stock-price-change {
    color: green;
}

#nch-content #nch-teaser-stock-information .nch-stock-price-down .nch-stock-price-change {
    color: red;
}

#nch-content #nch-teaser-stock-information a {
    color: black;
    text-decoration: none;
}

#nch-content #nch-teaser-global {
    background-image: url(sprite.png );
    background-position: 0 -140px;
    background-repeat: no-repeat;
}

#nch-content #nch-teaser-global p {
    width: 125px;
    margin-top: 15px;
    color: #87254d;
    font-size: 16px;
    line-height: normal;
}

#nch-content #nch-teaser-global select {
    width: 150px;
    color: black;
    font-family: Ascom, Arial, Times, serif;
    text-transform: uppercase;
}

#nch-content #nch-teaser-global option {
    font-family: Ascom, Arial, Times, serif;
}

#nch-content #nch-teaser-global .customStyleSelectBox {
    border: 1px solid #999;
    height: 20px;
    padding: 0px 0 0 5px;
    text-transform: uppercase;
}

#nch-content #nch-teaser-global .customStyleSelectBoxInner {
    background: url(sprite.png ) 137 px -295px no-repeat;
}

#nch-content #nch-teaser-annual-report {
    background-image: url(nch-annual-report.jpg );
}

#nch-content #nch-teaser-annual-report h2 {
    color: white;
}

#nch-content #nch-teaser-ceo-podcast {
    background-image: url(nch_ceo_podcast.jpg );
}

#nch-content #nch-teaser-ceo-podcast a:hover,
#nch-content #nch-teaser-ceo-podcast a:active {
    color: #ff8354;
    text-decoration: none;
}

#nch-content #nch-teaser-ceo-podcast h2 {
    color: white;
}

#nch-content #nch-teaser-myco-movie {
    background-image: url(corp-movie-teaser-background.jpg );
}

#nch-content #nch-teaser-myco-movie h2 {
    color: white;
}

#nch-content #nch-teaser-myco-movie p {
    color: white;
	font-size: 16px;
}

#nch-content #nch-teaser-ascom2020 {
    background-image: url( ascom2020.jpg);
}

#nch-content #nch-teaser-ascom2020 h2 {
    color: black;
}

#nch-content #nch-teaser-ascom2020 p {
    color: black;
	font-size: 16px;
}


#nch-content #nch-teaser-investor-relations2 {
    background-image: url(teaser_homepage_investor-relations.jpg.png );
}

#nch-content #nch-teaser-investor-relations2 h2 {
    color: black;
}

#nch-content #nch-teaser-investor-relations2 a {
    color: black;
}

#nch-content #nch-teaser-investor-relations2 p {
    color: black;
	font-size: 16px;
}

#nch-content #nch-teaser-sustainability {
    background-image: url(sustainability_teaser_homepage.jpg );
}

#nch-content #nch-teaser-sustainability h2 {
    color: white;
}

#nch-content #nch-teaser-sustainability p {
    color: white;
	font-size: 16px;
}

#nch-content #nch-teaser-tems {
    background-image: url(volte-corp-homepage-teaser-notext.jpg);
}

#nch-content #nch-teaser-tems h2 {
    color: white;
	margin-bottom: 2px;

}

#nch-content #nch-teaser-tems p {
    font-size: 16px;
	color: white;
	width: 60%;
	margin-top: 20px;
}


#nch-content #nch-teaser-myco-campaignsite {
    background-image: url(corp-fact-sheet-teaser.jpg );
	background-repeat: no-repeat;	
}

#nch-content #nch-teaser-myco-campaignsite h2 {
	color: #FFF;
	background-color: #E30613;
	display: inline-block;
	padding: 2px 2px 0px;
}

#nch-content #nch-teaser-myco-campaignsite a {
	color: #87254D;
	text-transform: uppercase;
}

#nch-content #nch-teaser-un-global-compact {
    background-image: url(nch-global-compact-logo.jpg );
}

#nch-content #nch-teaser-un-global-compact p {
    margin-top: 10px;
    font-size: 16px;
}

#nch-content #nch-teaser-un-global-compact a:hover,
#nch-content #nch-teaser-un-global-compact a:active {
    color: #ff8354;
    text-decoration: none;
}

#nch-content #nch-teaser-un-global-compact a {
    color: #87254d;
}

#nch-content #nch-teaser-investor-relations a.arrow:hover,
#nch-content #nch-teaser-investor-relations a.arrow:active {
    color: #ff8354;
    text-decoration: none;
}

#nch-content #nch-teaser-ourvision p {
    font-size: 13px;
    color: #87254d;
}

#nch-content #nch-teaser-ourvision a {
    color: #87254d;
}

#nch-content #nch-teaser-investor-relations a {
    color: black;
}

#nch-content #nch-teaser-investor-relations li {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    width: 123px;
    text-transform: uppercase;
}

#nch-content #nch-teaser-investor-relations ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nch-content #nch-teaser-finduson li {
    float: left;
    margin: 0 17px 0 0;
    display: block;
    width: 29px;
}

#nch-content #nch-teaser-finduson ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nch-content #nch-teaser-finduson li a {
    background: url(sprite.png ) 0 -80px no-repeat;
    display: block;
    float: left;
    height: 29px;
    overflow: hidden;
    text-indent: -100em;
    width: 29px;
    font-size: 0;
    line-height: 0;
}

#nch-content #nch-teaser-finduson li .addthis_toolbox a {
	background: none;
}

#nch-content #nch-teaser-finduson .nch-teaser-sociallinks-ws li a {
    background: none;
}

#nch-content .nch-teaser-text .nch-teaser-padding.nch-teaser-sociallinks-ws img {
    float: inherit
}

#nch-content #nch-teaser-finduson a {
    float: left;
    text-decoration: none;
}

#nch-content #nch-teaser-finduson .nch-icon-blog a {
    background-position: -177px -81px;
}

#nch-content #nch-teaser-finduson .nch-icon-blog a:hover,
#nch-content #nch-teaser-finduson .nch-icon-blog a:focus,
#nch-content #nch-teaser-finduson .nch-icon-blog a:active {
    background-position: -177px -110px;
}

#nch-content #nch-teaser-finduson .nch-icon-linkedin a {
    background-position: 0 -80px;
}

#nch-content #nch-teaser-finduson .nch-icon-linkedin a:hover,
#nch-content #nch-teaser-finduson .nch-icon-linkedin a:focus,
#nch-content #nch-teaser-finduson .nch-icon-linkedin a:active {
    background-position: 0 -110px;
}

#nch-content #nch-teaser-finduson .nch-icon-wikipedia a {
    background-position: -30px -80px;
}

#nch-content #nch-teaser-finduson .nch-icon-wikipedia a:hover,
#nch-content #nch-teaser-finduson .nch-icon-wikipedia a:focus,
#nch-content #nch-teaser-finduson .nch-icon-wikipedia a:active {
    background-position: -30px -110px;
}

#nch-content #nch-teaser-finduson .nch-icon-xing a {
    background-position: -60px -80px;
}

#nch-content #nch-teaser-finduson .nch-icon-xing a:hover,
#nch-content #nch-teaser-finduson .nch-icon-xing a:focus,
#nch-content #nch-teaser-finduson .nch-icon-xing a:active {
    background-position: -60px -110px;
}

#nch-content #nch-teaser-finduson .nch-icon-youtube a {
    background-position: -90px -80px;
}

#nch-content #nch-teaser-finduson .nch-icon-youtube a:hover,
#nch-content #nch-teaser-finduson .nch-icon-youtube a:focus,
#nch-content #nch-teaser-finduson .nch-icon-youtube a:active {
    background-position: -90px -110px;
}

#nch-content #nch-teaser-finduson .nch-icon-facebook a {
    background-position: -119px -81px;
}

#nch-content #nch-teaser-finduson .nch-icon-facebook a:hover,
#nch-content #nch-teaser-finduson .nch-icon-facebook a:focus,
#nch-content #nch-teaser-finduson .nch-icon-facebook a:active {
    background-position: -119px -110px;
}

#nch-content #nch-teaser-finduson .nch-icon-rss a {
    background-position: -148px -81px;
}

#nch-content #nch-teaser-finduson .nch-icon-rss a:hover,
#nch-content #nch-teaser-finduson .nch-icon-rss a:focus,
#nch-content #nch-teaser-finduson .nch-icon-rss a:active {
    background-position: -148px -110px;
}


/* special teaser for US (67192) */
#nch-content #nch-teaser-finduson.nch-teaser-finduson-us .nch-teaser-sociallinks-textbox a {
	display: inline;
	float: none;
}

#nch-content #nch-teaser-finduson.nch-teaser-finduson-us ul {
   float: right;
}

#nch-content #nch-teaser-finduson.nch-teaser-finduson-us .nch-teaser-sociallinks-textbox {
   float: left;
}

#nch-content #nch-teaser-finduson.nch-teaser-finduson-us li {
	margin: 0 0 0 15px;
}


/* seems not to work currently */
.ie #nch-content #nch-teaser-global .customStyleSelectBox {
    padding: 5px 0 0 5px;
}

#nch-teaser-global {
    -ms-filter: none;
}

.lte7 .nch-teaser {
    width: 295px !important;
}

.lte7 .customStyleSelectBox {
    width: 157px;
}

/* Additional Teasers (ThJ, Unic AG) */

#nch-content .nch-teaser-large {
    height: 250px;
}

#nch-content .nch-teaser-large .nch-teaser-padding {
    height: 230px;
}

#nch-content .nch-teaser-text,
#nch-content .nch-teaser-news {
    overflow: hidden;
    position: relative;
}

#nch-content .nch-teaser-news td {
    padding: 1px 3px;
}

#nch-content .nch-teaser-news td:first-child {
    width: 35px !important;
}

#nch-content .nch-teaser-text a {
    color: #000;
    display: block;
}

#nch-content .nch-teaser-text p a {
  display: inline;
}

#nch-content .nch-teaser-text a:hover {
    color: #ff8354 !important;
}

#nch-content .nch-teaser-text .title,
#nch-content .nch-teaser .title {
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
}

#nch-content .nch-teaser .edittitle {
    font-size: 13px;
}

#nch-content .nch-teaser .editicons {
    position: relative;
    z-index: 999;
}

#nch-content .nch-teaser span.title.black {
    color: #000 !important;
}

#nch-content .nch-teaser span.title.white {
    color: #fff !important;
}

#nch-content .nch-teaser-text .orangetext {
    color: #87254D;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

#nch-content .nch-teaser-text a:hover .orangetext,
#nch-content .nch-teaser-text a:focus .orangetext,
#nch-content .nch-teaser-text a:active .orangetext {
    color: #FF8354;
}

/* Edit icons */
#nch-content .nch-teaser-text img {
    float: right;
    height: auto;
    margin: 0 0 5px 8px;
    max-width: 50%;
}

/* Reset the other images to normal behavior */
#nch-content .nch-teaser-text .nch-teaser-padding img {
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
}

#nch-content .nch-teaser-img a {
    position: relative;
}

#nch-content .nch-teaser-img .title {
    color: #fff;
    position: absolute;
    z-index: 2;
}

#nch-content .nch-teaser-img .orangetext {
    margin-bottom: 3px;
}

#nch-content .nch-teaser-img .img {
    display: block;
    margin: 0 -10px;
    position: relative;
    top: -10px;
}

#nch-content .nch-teaser-img .img img {
    float: none;
    height: auto;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

#nch-content .nch-product-select {
    position: relative;
}

#nch-content .teaserproductaz_small {
    background: none;
}

.ie8 #nch-content .teaserproductaz_small {
    background: white;
}

#nch-content .teaserproductaz_small .nch-product-select {
    position: absolute;
    top: 40px;
}

#nch-content .nch-product-select select {
    width: 100%;
}

#nch-content .nch-product-select .customStyleSelectBox {
    border: 1px solid #999;
    height: 20px;
    padding: 0px 0 0 5px;
    text-transform: uppercase;
}

.ie #nch-content .nch-product-select .customStyleSelectBox {
    padding: 5px 0 0 5px;
}

#nch-content .nch-product-select .customStyleSelectBoxInner {
    background: url(sprite.png) 255px -295px no-repeat;
}

/* IE8 and older see the small fonts in arial, otherwise they look funny */

.lte8 #nch-division-links p,
.lte8 #nch-stock-figures,
.lte8 #nch-content #nch-banner-title p,
.lte8 #nch-teaser-news td,
.lte8 #nch-teaser-ourvision p,
.lte8 #teaserproductaz,
.lte8 #teaserproductaz_small,
.lte8 .nch-teaser h2,
.lte8 .customStyleSelectBox,
.lte8 .nch-teaser .title,
.lte8 #nch-content .nch-teaser,
.lte8 #nch-content .nch-teaser a,
.lte8 #nch-content .nch-teaser p {
    font-family: Arial, sans-serif;
}

.lte8 .nch-teaser p .orangetext,
.lte8 #nch-teaser-global.nch-teaser p,
.lte8 #nch-teaser-un-global-compact.nch-teaser p a {
    font-family: Ascom, Arial, Times, serif;
}

.lte8 .nch-teaser p {
    font-size: 11px;
}

.lte8 #nch-content #nch-banner-title p {
    line-height: 16px;
    margin-top: 7px;
}

.lte8 .customStyleSelectBoxInner {
    font-size: 10px;
}

#nch-content .nch-product-select .customStyleSelectBoxInner {
    margin-top: 0;
}

.lte8 .customStyleSelectBox, #nch-content .nch-product-select .customStyleSelectBox {
    padding-top: 0;
    line-height: 22px;
    height: 22px;
}

.lte8 #nch-teaser-investor-relations li {
    font-size: 9px;
    line-height: 16px;
}

.ie #nch-content #nch-teaser-global select {
    font-family: Arial, sans-serif !important
}

.ie #nch-content #nch-teaser-global option {
    font-family: Arial, sans-serif !important
}