/* Page layout stylesheet */

* {
  font-family: Arial, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Lucida, sans-serif;
  font-size: 15px;
  
  line-height: 18px;
}


#rightCol * {
  font-size: 12px;
}

body {
  background: #ffffff;
  background-image: url('../../images/mainContainer_bg_new_as.png');
  background-position: center top;
  background-repeat: no-repeat;

}

#mainContainerOuter {
  /*background: url(../../images/body_bg.gif) left bottom repeat-x #ffffff;*/
}

mainContainerInner {
  
}

/*#mainContainerInner {
  background: url(../../images/mainContainer_bg_new_as.png) no-repeat center 0px;
}*/

#main {
  width: 990px;
  position: relative;
  margin: 0 auto 10px auto;
  text-align: left;
  overflow: hidden;
  background: #ffffff;
}

#head {
  position: relative;
  height: 141px;

}

#head h1 a {
  display: block;
  text-indent: -9999px;
  outline: 0;
  width: 200px;
  height: 110px;
  background-image: url(../../images/logo_new.gif);
  position: absolute;
  left: 34px;
  top: 20px;
  
}

#headerImage {
  text-indent: -9999px;
  height: 191px;
  width: 700px;
  position: absolute;
  right: 0;
  top: 0;
}

#bulletinLink {
  position: absolute;
  top: 0;
  right: 152px;
  background: url(../../images/langNav_bg.gif) no-repeat top right;
  padding: 9px 15px 0 0;
  display: none;
}

#bulletinLink a {
  font-size: 13px;
  display: block;
  color: #90c543;
  line-height: 17px;
}

#langNav {
  position: absolute;
  right: 18px;
  top: 0;
  background: url(../../images/langNav_bg.gif) no-repeat top right;
  padding: 9px 23px 0 0;
}

#langNav li {
  float: left;
  margin-left: 11px;
}

#langNav li.first {
  margin-left: 0;
}

#langNav li a,
#langNav li span {
  font-size: 13px;
  display: block;
  color: #999999;
  line-height: 17px;
}

#langNav li a:hover,  
#langNav li a.act,
#langNav li a.cur {
  color: #90c543;
}

#metaNav {
  position: absolute;
  top: 108px;
  right: 18px;
}

#metaNav li {
  display: block;
  float: left;
  background: url(../../images/metaNav_bg.gif) left bottom no-repeat;
  height: 24px;
  padding: 7px 13px 1px 12px;
}
/*
#metaNav li.last {
  width: 113px;
  background: url(../../images/metaNav_last_bg_new.gif) left top no-repeat;
}
*/
#metaNav li.last {
  width: 113px;
  background: url(../../images/metaNav_last_bg_new2.gif) left top no-repeat;
}

#metaNav li.homelink {
  background: none;
  padding: 5px 11px 2px 0;
}

#metaNav li a {
  display: block;
  color: #999999;
  line-height: 16px;
  font-size: 13px;
}

#metaNav li.last a {
  color: #ffffff;
}

#metaNav li a:hover,
#metaNav li a.act,
#metaNav li a.cur {
  color: #90c543;
}

#metaNav li.last a:hover,
#metaNav li.last a.act,
#metaNav li.last a.cur {
  color: #ffffff;
}

#metaNav li.homelink a {
  display: block;
  height: 14px;
  width: 12px;
  text-indent: -9999px;
  background: url(../../images/homelink_bg.png) left top no-repeat;
}

#quickLogin {
    position: absolute;
    right: 100px;
    top: 40px;
    height: 45px;
    width: 170px;
    
}

#quickLogin .loginLabel {
  text-align: center;
  cursor: pointer;
}
#quickLogin .icon {
  background-image: url('../../images/icon_sprite.png');
  display: block;
    width: 22px;
    height: 23px;
    background-position: left top;
  margin: auto;
  margin-bottom: 2px;
}


#quickLogin .loginFlyOut {
    position: absolute;
  right: -17px;
   /* left: -152px;*/
    top: 55px;
    color: #515151;
    width: 290px;
    background: #f5f5f5;
    z-index: 502;
    display: none;
  padding: 24px 0 24px 24px;
    height: auto;
    border: 1px solid #f0f0f0;
}

#quickLogin .open .loginFlyOut:before,
#shopLink .shopLinkFlyout:before {
  content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -8px;
    margin-left: 0;
    right: 88px;
    z-index: 15;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f5f5f5;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}



#quickLogin .open .loginFlyOut {
  display: block;
}

#quickLogin .open.loggedIn .loginFlyOut {
  height: auto;
}



#quickLogin .formRow.checkbox {
    margin-top: 5px;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 16px;
}

#quickLogin .checkbox label {
  font-size: 12px;
}

#quickLogin fieldset.defaultForm {
  padding: 0;
}

#quickLogin label {
    width: 110px !important;
    margin-top: 3px;
    font-size: 13px;
}

#quickLogin #user,
#quickLogin #pass {
    width: 139px;
    float: left;
    border: 1px solid #c5c3c3;
    border-radius: 2px;
    margin: 0;
    padding: 2px 3px;
    margin-bottom: 8px;
    background-color: #ffffff;
}

#quickLogin input.checkbox {
  margin: 2px 5px 12px 0px;
}

#quickLogin input.submit {
  float: right;
    width: auto;
    background: none;
    position: relative;
  top: -14px;
    right: 24px;
    font-size: 13px;
    font-weight: bold;
}

#quickLogin .loggedIn .tx-felogin-pi1 {
  display: none;
}

#quickLogin .passwordLink {
  clear: both;
  text-align: left;
  margin: 0px;
  
}
#quickLogin a:hover {
  text-decoration: underline;
}




#quickLogin .passwordLink a,
#quickLogin .link a {
  color: #515151;
  width: auto;
}

#quickLogin .registrationLinkwrap {
  margin-top: 16px;
}



#quickLogin .registrationLinkwrap a {
  text-decoration: none;
  margin-left: 6px;
  color: #535353;
    border-bottom: 1px solid #535353;
    padding-bottom: 3px;
    color: #535353;
  
}

#quickLogin .logout {
    padding-bottom: 26px;
  margin-top: 15px;
    color: #535353;
  
}

#quickLogin .myElectrosuisseLink {
  position: absolute;
  left: 330px;
  top: 0;
  height: 39px;
  width: 130px;
}

#quickLogin .myElectrosuisseLink p,
#quickLogin .myElectrosuisseLink a {
  
  cursor: pointer;
  height: 27px;
  width: 115px;
  display: block;
  padding: 12px 0 0 15px;
}

#quickSearch {
    position: absolute;
    right: 273px;
    top: 40px;
    height: 35px;
    width: 146px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;

}

#quickSearch fieldset.defaultForm {
  padding-top: 0;
  padding-bottom: 0;
}

#quickSearch .searchTitle {
  display: none;
}

#quickSearch #tx-indexedsearch-quicksearch-sword {
    border: none;
    margin-bottom: 0;
    padding: 0;
    height: 22px;
    font-size: 11px;
    width: 119px !important;
    background-color: #fff;
    padding: 5px;
    margin: 2px;
    z-index: 5;
    padding-right: 20px;
  
}


#quickSearch #tx-indexedsearch-searchbox-button-submit {
    margin-left: 0 !important;
    display: block;
    position: absolute;
    top: 1px;
    right: 2px;
    border: none;
    padding: 0 !important;
    background-image: url(../../images/quickSearch_input_de.png);
    background-position: -5px;
    background-repeat: no-repeat;
    width: 22px;
    height: 34px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 58;

}

#shopLink {
	position: absolute;
    right: 0;
    top: 30px;
    height: 43px;
    width: 113px;
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
	cursor: pointer;
}

#shopLink:hover {
	text-decoration: underline;
}

#shopLink .icon {
  background-image: url('../../images/icon_sprite.png');
  display: block;
    width: 22px;
    height: 23px;
    background-position: center top;
  margin: auto;
  margin-bottom: 2px;
}
#shopLink .label {
  display: block;
  margin: auto;
}

#shopLink .shopLinkFlyout {
	display: none;
	position: absolute;
	top: 65px;
	right: 0;
	width: 200px;
	background-color: #f5f5f5;
	border: 1px solid #f0f0f0;
	padding: 24px;
}

#shopLink.open {
	height: auto;
	z-index: 1000;
	overflow: visible;
}

#shopLink.open .shopLinkFlyout {
	display: block;
}

#shopLink .shopLinkFlyout:before {
	right: 45px;
}

#shopLink .shopLinkFlyout a {
	clear: both;
    display: block;
	text-align: right;
	font-size: 13px;
	line-height: 27px;
	text-decoration: underline;
}

#shopLink a{
	color: #4d4d4d;
}

#shopLink .nbr {
  display: block;
    position: absolute;
    left: 63px;
    top: 0px;
    width: auto;
    text-align: center;
    background-color: #8cbb18;
    color: #fff;
    padding: 1px 8px;
    border-radius: 9px;
    font-size: 12px;
}
#shopLink .nbr:empty {
  display: none;
}

#mainNav {
  position: absolute;
  bottom: 0;
  
  z-index: 501;
  margin: 0px;
    left: 34px;
    width: 926px;
  
  
}

#mainNav.flex {
	display: flex;
  justify-content: space-between;
  display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;          /* NEW - Chrome */
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
}

.ie9 #mainNav.flex , 
.ie8 #mainNav.flex {
  text-align: center;
  
}


.ie9 #mainNav.flex > li, 
.ie8 #mainNav.flex > li {
    float: left;
  margin: 0 5px;
  letter-spacing: -0.02em;
}

.ie9  #mainNav.flex > li, 
.ie8  #mainNav.flex > li {
  
  margin: 0 7px;
}

.ie9 .langkey_en #mainNav.flex > li, 
.ie8 .langkey_en #mainNav.flex > li {
  
  margin: 0 6px;
}



.ie10 #mainNav {

  

}

.ie10 #mainNav.flex,
.ie11 #mainNav.flex {
  z-index: 6;
}

#mainNav li.level1 {
  position: static;
  float: left;
  height: 22px;
  cursor: pointer;
  color: #636363;
}
#mainNav li.level1 > a {
  color: #636363;
  font-size: 15px;
  border-bottom: 2px solid #fff;
  position: relative;
  font-weight: bold;
}

#mainNav li.level1.act > a{
  font-weight: bold;
}

#mainNav li.level2.act > a,
#mainNav li.level3.cur > a {
  font-weight: normal;
  text-decoration: underline;
}

#mainNav li.act > a,
#mainNav li.cur > a {
  font-weight: bold;
}

#mainNav li.level1 > a:hover ,
#mainNav li.level1.act > a,
#mainNav li.level1.cur > a {
  border-bottom: 2px solid #636363;
}

#mainNav .level1.open > a:after {
  content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 41px;
    margin-left: 50%;
    left: -7px;
    z-index: 15;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f5f5f5;
  border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
  
}

#mainNav .close_nav {
  position: absolute;
    width: 23px;
    height: 23px;
    right: 17px;
    top: 17px;
    border-radius: 50%;
    border: 1px solid #afafaf;
    cursor: pointer;
  font-size: 16px;
  text-align: center;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mainNav .close_nav:after , #mainNav .close_nav:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 11px;
    float: left;
    background-color: #afafaf;
    width: 1px;
    height: 15px;
  
}

#mainNav .close_nav:before {
  -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  
}

#mainNav .megaMenu {
  display: none;
    padding: 15px 7px;
    top: 38px;
    width: 926px;
    padding-right: 51px;
    height: auto;
    box-sizing: border-box;
    left: 0;
    z-index: 10;
    background-color: #f5f5f5;
    position: absolute;
    float: left;
    list-style: none;
    text-align: left;
    border: 1px solid #f0f0f0;
    
    
}

#mainNav .megaMenu a {
	color: #636363;
	padding: 0!important;
}

#mainNav .megaMenu a.level2link {
    font-weight: bold;
    padding: 0 !important;
    margin-bottom: 15px;
    display: block;
    color: #4d4d4d;

}

.level3 a {
	font-weight: normal !important;
}

#mainNav .megaMenu .menuCol {
    width: 20%;
    padding: 15px;
    float: left;
  box-sizing: border-box;
}


#mainNav .megaMenu .level2 .menuCol:nth-child(5n) {
  background-color:#f00;
}

#mainNav li.level1:hover .megaMenu {
  /*display: block;*/
}
#mainNav li.level1.open .megaMenu {
  display: block;
}

#mainNav li.level3 {
  margin-bottom: 8px !important;
  margin-left: 0px;
}


#mainNav .menuCol a:hover {
  text-decoration: underline;
  
}

#mainNav .menuCol .act a {
	text-decoration: underline;
}


#mainNav li.level4 {
  padding-left: 15px;
}


#mainNav li.spacer {
    display: block;
    width: 100%;
    clear: both;
}




#aniversarylink {
  position: absolute;
  left: 261px;
  top: 19px;
  width: 190px;
  display: none;
}

#aniversarylink img {
  float: left;
  margin-right: 10px;
}

#aniversarylink p {
  font-size: 11px;
  line-height: 12px;
}

#aniversarylink p.graytext {
  color: #6f6f6e;
  margin-top: 3px;
}

#aniversarylink p.greentext {
  color: #96c223;
}

.mobileButtons {
  display: none;
}

#contentCols {
  width: 950px;
  padding: 0 18px 0 22px;
  z-index: 5;
}

#leftCol {
  width: 236px;
  float: left;
}

#sectionLink {
  height: 227px;
  margin-bottom: -56px;
  position: relative;
}

#sectionLink a {
  display: block;
  text-indent: -9999px;
  position: absolute;
  outline: none;
}

#sectionLink a.CIRED_Link {
  height: 137px;
  width: 151px;
  background: url(../../images/section_cired.gif) left top no-repeat;
  top: 56px;
  left: 45px;
}

#sectionLink a.CIGRE_Link {
  height: 137px;
  width: 151px;
  background: url(../../images/section_cigre.gif) left top no-repeat;
  top: 56px;
  left: 45px;
}

#sectionLink a.ITG_Link {
  height: 137px;
  width: 151px;
  background: url(../../images/section_itg.gif) left top no-repeat;
  top: 56px;
  left: 45px;
}

#sectionLink a.ETG_Link {
  height: 137px;
  width: 151px;
  background: url(../../images/section_etg.gif) left top no-repeat;
  top: 56px;
  left: 45px;
}

#subNav {
  margin-left: 12px;
  margin-top: 56px;
}

@media (min-width: 768px) {
	#subNav {
		display: none;
	}
}

#subNav li a,
.subNav li a {
  display: block;
  color: #878787;
}

#subNav li.level1 {
}

#subNav li a.level1 {
  font-size: 14px;
  line-height: 18px;
  background: url(../../images/subNav_level1_bg.png) left bottom no-repeat;
  padding: 9px 5px 7px 0;
}

.subNav li a.level1 {
  font-size: 14px;
  line-height: 18px;
  padding: 9px 5px 7px 0;
}

.loginContainer a.act {
	text-decoration: underline;
}

#subNav li.last a.level1 {
  background: none;
  padding: 9px 5px 6px 0;
}

#subNav li a.act,
#subNav li a.cur,
#subNav li a:hover{
  color: #000000;
}

#subNav li ul {
  background: url(../../images/subNav_level1_bg.png) left bottom no-repeat;
  padding-bottom: 1px;
}

#subNav li ul li.level2 {
  background: url(../../images/subNav_level2container_bg.png) left bottom no-repeat;
  padding-bottom: 1px;
}

#subNav li ul li.last {
  background: url(../../images/subNav_level2container_bg.png) left top no-repeat;
}

#subNav li li a.level2 {
  padding: 5px 5px 7px 20px;
  font-size: 12px;
  line-height: 14px;
}

#subNav li li.first a.level2 {
  padding: 8px 5px 7px 20px;
}

#subNav li li.last a.level2 {
  padding: 5px 5px 9px 20px;
}

#subNav li li a:hover,
#subNav li li a.act,
#subNav li li a.cur {
  background: url(../../images/subNav_level2_bg.png) 6px 8px no-repeat;
}

#subNav li li.first a:hover,
#subNav li li.first a.act,
#subNav li li.first a.cur {
  background: url(../../images/subNav_level2_bg.png) 6px 11px no-repeat;
}

#midCol {
margin-left: 248px;
margin-right: 248px !important;
margin-right: 245px; /* ie6 3px jog bugfix */
position: relative;

}

#rootlineNav {
  height: 35px;
    visibility: hidden;
  
}

#rootlineNav a {
  display: inline-block;
  line-height: 12px;
  color: #b3b3b3;
  font-size: 10px;
  margin-right: 6px;
  padding-left: 10px;
  background: url(../../images/rootline_nav.gif) left 5px no-repeat;
}

#rootlineNav a.first {
  background: none;
  padding-left: 0;
}

#rootlineNav a:hover {
  color: #90c543;
}

#rssLink a {
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 10px;
  line-height: 12px;
  color: #b3b3b3;
}

#rssLink a:hover {
  color: #90c543;
}

#midCol .ctArea {
  overflow: hidden !important;
  overflow: visible;
  min-height: 450px;
  height: auto !important;
  height: 450px;
  margin: 0;
  padding-bottom: 19px;
  
}

#socialMediaContainer {
  position: absolute;
  bottom: 14px;
  left: 0;
  height: 16px;
}

#rightCol {
width: 235px;
float: right;
}

#rightColSpacer {
  width: 235px;
  height: 35px;
  background-color: #ffffff;
}

#rightCol .ctArea {
  margin: 0 12px 0 12px;
}

#footer {
  clear: both;
  /*background: url(../../images/footer_bg.png) left top no-repeat;*/
  
  background: #cccccc;
  position: relative;
    width: 926px;
    margin: 0 18px 0 34px;
  z-index: 4;
  float: left;
}

#footerNav {
  position: absolute;
  left: 34px;
  top: 7px;
}

#footerNav li {
  float: left;
}
  

#footerNav li a {
  display: block;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 16px;
  margin-right: 19px;
}

#footerNav li.last a {
  margin-right: 0;
}

#copyright {
  color: #4d4d4d;
  font-size: 12px;
  line-height: 16px;
  position: absolute;  
  right: 30px;
  top: 7px;
}

/* 20151020 MGEHRIG Erweiterung für Responsive */
#mobileNav, 
.login > a,
.register > a,
.myelectrosuisse > a,
.shop > a,
li.login,
#quickLinks {
  display: none;
}

/*
body:after{
  content: "sm";
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px;
  background-color: #f00;
  color: #fff;
  border-top-left-radius: 5px;
}
*/

@media(min-width: 992px) {
  .hidden-lg {
    display: none;
  }  
  .footerColumns #footerNav {
    position: relative;
  }

  #head #langNav{
    display: none;
  }
  
  #head #langNav{
    display: none;
  }
  
  #head h1 a {
    display: block;
    text-indent: -9999px;
    outline: 0;
    width: 134px;
    height: 110px;
    background: none; 
    position: absolute;
    left: 34px;
    top: 0;
  }
  
  #head h1 a > img{ 
    display: block;
    width: 100%;
    height: auto;
  }
  
  #main {
    margin: auto;
    margin-top: 31px;
  }
  
  #metaNav {
    display: none;
  }
  
  #footer .navbar-brand img{
    margin-top: 20px;
    max-width: 100%;
  }
  
  #footer .home-icon {
    background-image: url('../../images/icon_sprite.png');
    display: block;
    width: 24px;
    height: 21px;
    text-indent: -99999px;
    background-position: bottom left;
    margin-top: 14px;
  }
  
  #footer li  {
    color: #9C9C9C;
  } 
  #head {

    margin-right: 16px;
  }
  #footer {
  	 width: 946px;
    padding: 0 22px 0 22px;
    margin: 0;
    background-color: #C7C7C7;
    
  }
   #footer * {
   	   font-size: 12px;
   }
   
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


.loginContainer.nologin:hover p,
#shopLink:hover span.label a,
#footer .footer a:hover,
#footer .footer .cur a,
#footer .footer .act a ,
#FooterlangNav a:hover,
#shopLink .cur a, 
#quickLogin .cur .loginLabel .user-name,
.megaMenu .level2.cur .menuCol > a,
#FooterlangNav .act{
 text-decoration: underline;
  
  /*border-bottom: 2px solid #636363;*/
  
}



/* for the page ec-ag.ch */
.ecag #quickSearch {
    right: 15px;
	z-index: 50;
}
.ecag .hidden-lg {
 display: none;
}  
.ecag .footerColumns #footerNav {
 position: relative;
}
.ecag #head #langNav{
 display: none;
}
.ecag #head #langNav{
 display: none;
}
.ecag #head h1 a {
 display: block;
 text-indent: -9999px;
 outline: 0;
 width: 134px;
 height: 110px;
 background: none; 
 position: absolute;
 left: 34px;
 top: 0;
}
.ecag #head h1 a > img{ 
 display: block;
 width: 100%;
 height: auto;
}
.ecag #main {
 margin: auto;
 margin-top: 31px;
}
.ecag #metaNav {
 display: none;
}
.ecag #footer .navbar-brand img{
 margin-top: 20px;
 max-width: 100%;
}
.ecag #footer .home-icon {
 background-image: url('../../images/icon_sprite.png');
 display: block;
 width: 24px;
 height: 21px;
 text-indent: -99999px;
 background-position: bottom left;
 margin-top: 14px;
}
.ecag #footer li  {
 color: #9C9C9C;
} 
.ecag #head {

 margin-right: 16px;
}
.ecag #footer {
 width: 946px;
 padding: 0 22px 0 22px;
 margin: 0;
 background-color: #C7C7C7;
 
}
.ecag #footer * {
   font-size: 12px;
}

.ie9 .ecag #mainNav.flex > li, 
.ie8 .ecag #mainNav.flex > li {
  
  margin: 0 16px;
}
