/* Images from CSS */
.CompanyLogo {
  width: 120px; height: 120px;
  background-image: url(/images2022/LogoSunriseB2BHorizWithText.png);
  background-repeat: no-repeat;
}
.HeaderLeftBgImage {
  /* width: 100px; height: 100px; */
  /* transform: scale(0.75); */
  /* transform-origin: 0 50%; */
  /* Sunrise 2022 Logo Horizontal: 280x100 */
  /* background-size: 210px 75px; */
  /* background-size: 196px 70px; */
  /* background-size: 182px 65px; */
  /* background-size: 168px 60px; */
  background-size: 140px 50px;
  background-position: left;
  background-image: url(/images2022/LogoSunriseB2BHorizWithText.png);
  background-repeat: no-repeat;
}
.HeaderMidBgImage {
  background: none;
  background-repeat: repeat-x;
}
.HeaderRightBgImage {
  width: 105px; height: 38px;
  /* transform: scale(0.80); */ /* scales also text in same cell */
  background-size: 85px 30px;
  background-position: right 18px;
  background-image: url(/images2022/HeaderRightSunrise2022Trans.png);
  background-repeat: no-repeat;
}
.MenuFaderImage { }  /* No background color, so no fading in upc design */
/* End Images from CSS */

.homeButton {
  background-image: url(/images2022/homebutton.png);
  background-repeat: no-repeat;
  width: 16px; height: 16px;
  vertical-align: baseline;
  padding: 2px 0 2px 0;
}

@media(min-width: 768px) {  /* 768 = sm */
  .welcomeImage {
    height:250px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images2015/topteaser_background-img.png);
  }
  .halfWideIfSM {
	width: 50%;
  }
}

@font-face {
    font-family: "BloomSpeak";
    font-style: normal;
    font-weight: bold;
    src: url("/images2015/biz30_bloom_speak-bold.eot?#iefix") format("embedded-opentype")
	   , url("/images2015/biz30_bloom_speak-bold.woff") format("woff");
}

@font-face {
    font-family: AvenirNextBold;
    font-style: normal;
    font-weight: bold;
    src: url("/Fonts/AvenirNextLTW05-Bold.woff") format("woff");
}

@font-face {
    font-family: AvenirNextRegular;
    font-style: normal;
    font-weight: normal;
    src: url("/Fonts/AvenirNextLTW05-Regular.woff") format("woff");
}

table { border-collapse: separate; }

h1 { font-size: 18px; font-weight: normal; }
h2 { font-size: 16px; font-weight: normal; }
h3 { font-size: 14px; font-weight: bold; }

hr { color: #bbbbbb; background-color: #bbbbbb; height: 1px; border: 0px; }

body {
  /* background: #eff2fb url('/images2015/biz30_background_01.jpg') no-repeat top center; */
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3D3935;        /* Sunrise Grey Dusk */
}

.bgBody { background: none; }

.bodyfont2 {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  font-size: 11px;
  color: #3D3935;               /* Sunrise Grey Dusk */
}

.sitenavActive {
  font-size: 12px;
  font-weight: bold;
  color: #3D3935;               /* Sunrise Grey Dusk */
}

.input {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  font-size: 12px;             /* FF4 uses larger font on textarea else, not inheriting from <td> */
/*  border: 1px solid #bbbbbb;  */  /* upc grey tint 2 */
  border: 1px solid #b3aeaa;     /* Sunrise Grey 300 */
  border-radius: 5px;
  padding: 1px;
  box-sizing: border-box;      /* avoid box grows for padding */
}

textarea:active, 
input:active, 
button:active,
textarea:focus, 
input:focus,
button:focus,
.btn:active,
.btn.active
{
    outline:2px !important;
    box-shadow: none !important;
    border: 2px solid #961c13 !important;   /* Dark Sunrise Red */
}

/* Select box uses this one, not above input. Keep focus and active separated, otherwise Firefox is not working correctly */
.input:focus {
  outline:2px !important;
  box-shadow: none !important;
  border: 2px solid #961c13 !important;   /* Dark Sunrise Red */
}
.input:active {
  outline:2px !important;
  box-shadow: none !important;
  border: 2px solid #961c13 !important;   /* Dark Sunrise Red */
}


 
ul.leftmenu {
  list-style-type: none;
  width: 180px;
  padding: 1px;
  margin: 0;
  color: #000000;                         /* Black, fallback only */
  /* background-color: #A19A94 */         /* UPC light grey */
  /* background-color: #F3F3F3 */         /* Real light grey */
  /* background-color: #DBEDF9 */         /* UPC light blue from upc.at */
}

li.leftmenuH1 {
  color: #da291c;                    /* Sunrise Red */
  /* background-color: #3B0083; */      /* UPC dark blue */
  font-size: 15px;
  font-weight: bold;
  padding: 2px;
  margin: 2px;
  border-bottom: 1px solid #333; border-bottom-color:#da291c;
  margin-bottom: 8px;
  margin-top: 12px;
}

li.leftmenuH2 {
  color: #da291c;                  /* Sunrise Red */
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 2px;
  border-bottom: 1px solid #333; border-bottom-color:#da291c;
  /* border-bottom: 1px solid #ccc; */
  margin-top: 6px;
}

li.leftmenuMI {
  /* background-color: inherited from ul.leftMenu */
  /* font-size: inherited from linkMenu */
  /* font-weight: inherited from linkMenu */
  /* font-weight: bold; */
  padding: 0;
  padding-left: 5px;
  padding-bottom: 3px; /* else menuitem is not written vertical aligned */
  margin: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  /* border-bottom: 1px solid #ccc; */
  border-bottom: 1px solid #ddd;
}

.titleBox {}

.infobox {
  text-align: center;
  border: 1px solid #bbbbbb;   /* upc grey tint 2 */
  border-radius: 10px;
  background-color: #FFFFFF;   /* white */
  margin: 2px;
  padding: 15px;
  box-sizing: border-box;      /* avoid box grows for padding */
}

td.infobox table tr td {
  vertical-align: top;
  padding: 10px 0 10px 0;
  text-align: left;
}

.languageBar {
  float: left;
  list-style-type: none;
  box-sizing: border-box;      /* avoid box grows for padding */
}

.languageActive {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  /* border: 0px solid #da291c; */   /* Sunrise Red */
  border: 0px solid #3D3935;   /* Sunrise Grey Dusk */
  border-radius: 5px;
  /* color: #da291c; */              /* Sunrise Red */
  color: #3D3935;              /* Sunrise Grey Dusk */
  margin: 0 0 0 4px;
  padding: 1px 10px 1px 10px;
}

.languageSwitchBox {
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  /* border: 1px solid #da291c; */   /* Sunrise Red */
  border: 1px solid #3D3935;   /* Sunrise Grey Dusk */
  border-radius: 5px;
  /* color: #da291c; */              /* Sunrise Red */
  color: #3D3935;              /* Sunrise Grey Dusk */
  margin: 0 0 0 4px;
  padding: 1px 12px 1px 12px;
}

a.languageSwitchBox:active  { color: #3D3935; text-decoration: none; }        /* Sunrise Grey Dusk */
a.languageSwitchBox:visited { color: #3D3935; text-decoration: none; }        /* Sunrise Grey Dusk */
a.languageSwitchBox:link    { color: #3D3935; text-decoration: none; }        /* Sunrise Grey Dusk */
a.languageSwitchBox:hover   { color: #da291c; text-decoration: none; }        /* Sunrise Red */


.textTitle {
  font-family: AvenirNextBold, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #3D3935;                /* Sunrise Grey Dusk */
  padding: 20px 0px 10px 5px; /* top right bottom left, left 5px cause table below has 2 and 3 spacings */
  text-align: left;
}

.textSubTitle {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #3D3935;        /* Sunrise Grey Dusk */
  padding: 0px 0px 10px 5px; /* top right bottom left */
  text-align: left;
}

.textBody {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3D3935;        /* Sunrise Grey Dusk */
}

.textComment { font-size: 12px; }

.textCaption { font-size: 12px; }

/* Mandatory / facultativ input fields */
.facultativ { font-weight: normal; }
.mandatory { font-weight: bold; }

.textLabel {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #3D3935;            /*  Sunrise Grey Dusk */
  font-size: 12px;
  font-weight: bold;
}

.newsDate {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #3D3935;          /* Sunrise Grey Dusk */
  font-size: 11px;
  font-weight: normal;
}

.newsDateCompany {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #3D3935;        /* Sunrise Grey Dusk */
  font-size: 11px;
}

.newslistTitle {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #FFFFFF;
  font-size: 11px;
}

.newsHeader {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  font-size: 11px;
}

/* Images are ugly if they get another background: */
/* But class seems to be ignored for image links in all browsers!? */
a.linkImage:visited { color: #da291c; font-size: 12px; text-decoration: none; }
a.linkImage:link    { color: #da291c; font-size: 12px; text-decoration: none; }
a.linkImage:hover   { color: #FFFFFF; font-size: 12px; text-decoration: underline; }

a:visited { color: #da291c; text-decoration: none; }        /* Sunrise Red */
a:link    { color: #da291c; text-decoration: none; }        /* Sunrise Red */
a:hover   { color: #da291c; text-decoration: underline; }   /* Sunrise Red */

/* a:active  { color:#FF0066; text-decoration:none; } */

a.linkMenu:visited { color: #3D3935; font-size: 12px; text-decoration: none; }        /* Sunrise Grey Dusk */
a.linkMenu:link    { color: #3D3935; font-size: 12px; text-decoration: none; }        /* Sunrise Grey Dusk */
a.linkMenu:hover   { color: #da291c; font-size: 12px; text-decoration: underline; }   /* Sunrise Red */
a.linkMenuActive   { color: #000000; font-weight: bold; }                             /* black */

a.linkStatic:visited { color: #3D3935; }                              /* Sunrise Grey Dusk */
a.linkStatic:link    { color: #3D3935; }                              /* Sunrise Grey Dusk */
a.linkStatic:hover   { color: #da291c; text-decoration: underline;}   /* Sunrise Red */

/*Links on too dark background*/
a.dark:link    { color: #ffffff; text-decoration: none; }
a.dark:visited { color: #ffffff; text-decoration: none; }
a.dark:hover   { color: #da291c; text-decoration: underline; }    /* Sunrise Red */

a.list {
  background: url("/images2022/link-arrow-right.gif") no-repeat scroll left center transparent;
  left: 12px;
  padding-left: 12px;
}


.menuMainTitle {
  color: #FFFFFF;
  background-color: #3B0083;   /* UPC dark blue */
  font-weight: bold;
}

.menuSubTitle {
  color: #000000;                  /* Black */
  background-color: #6EB7E3 ;      /* UPC bright blue distinct */
  font-size: 11px;
  font-weight: bold;
}

.colourMenuBack {
  /* background-color: #A19A94 */        /* UPC light grey */
  background-color: #DBEDF9              /* UPC light blue from upc.at */
}

.colourNetworkstat {
  background-color: #F0F0F0;
}

.errorMessage {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
}

.errorMessageBig {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #FF0000;              /* Red */
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #FF0000;   /* Red, must be assigned again for f**cking IE */
  background-color: #FFF0F0;   /* Light-Red */
  text-align: center;
  padding: 10px;
}

.okMessage {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #008000;        /* Dark-Green */
  font-size: 12px;
  font-weight: bold
}

.okMessageBig {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #008000;              /* Dark-Green */
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #008000;   /* Dark-Green, must be assigned again for f**cking IE */
  background-color: #F0FFF0;   /* Light-Green */
  text-align: center;
  padding: 10px;
}

/* .bgColourTitle  { background-color: #3B0083; } */ /* UPC dark blue */
.bgColourTitle {}

.bgColourSubTitle {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #3D3935;                /* Sunrise Grey Dusk */
  /* background-color: #6EB7E3; */     /* UPC bright blue distinct */
  font-size: 11px;
  font-weight: normal;
}
a.bgColourSubTitle:visited { color: #d0103a; text-decoration: none; }       /* upc red */
a.bgColourSubTitle:link    { color: #d0103a; text-decoration: none; }       /* upc red */
a.bgColourSubTitle:hover   { color: #d0103a; text-decoration: underline; }  /* upc red */

.bgColourTitle2 {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #3D3935;                /* Sunrise Grey Dusk */
  /* background-color: #6EB7E3; */  /* no backgrounds for upc design, but borders... */
  border-bottom: 1px solid #ccc;    /* light grey line delimiter */
  font-size: 12px;
  font-weight: bold;
}

.bgColourTitle3 {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #3D3935;                 /* Sunrise Grey Dusk */
/*  background-color: #A19A94; */ /* UPC light grey */
  background-color: #CAE7F1;      /* Lite-Azur */
  font-size: 10px;
  font-weight: bold;
}

/* Enumerated background colors allow alternating colors per line with iLine % 2 */
.bgColourTable1 { background-color: #f7f6f5; }     /* Grey 100 very lite-grey */
.bgColourTable0 { background-color: #e6e3df; }     /* Grey 200 Sunrise Pale Down */
.colourDisabled { color: #3D3935; }                /* Sunrise Grey Dusk */

.bgColourTable {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #3D3935;                   /* Sunrise Grey Dusk */
  /* background-color: #E8E8E8; */  /* no backgrounds for upc design, but borders... */
  border-bottom: 1px solid #bbbbbb;   /* upc grey tint 2 line delimiter */
  padding: 5px 3px 5px 3px;         /* top right bottom left */
  font-size: 12px;
  font-weight: normal;
}

.bgColourTableTrans {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #3D3935;                 /* Sunrise Grey Dusk */
  font-size: 10px;
  font-weight: normal;
}

.bgColourTableSelected {
  font-family: AvenirNextRegular, Tahoma, sans-serif;
  color: #000000;                 /* black */
  background-color: #da291c;      /* Sunrise Red */
  font-size: 10px;
  font-weight: normal;
}

.bgColourCompany { background-color: #DBEDF9; }     /* UPC light blue from upc.at */
.bgColourSwisscom { background-color: #E8E8E8; }    /* Real light Grey */

.bgColourTableEventSeverity0, a.bgColourTableEventSeverity0:link, a.bgColourTableEventSeverity0:visited { color: #FFFFFF; background-color: #B7C700; }     /* upc green */
.bgColourTableEventSeverity1, a.bgColourTableEventSeverity1:link, a.bgColourTableEventSeverity1:visited { color: #FFFFFF; background-color: #402A7D; }     /* upc purple */
.bgColourTableEventSeverity2, a.bgColourTableEventSeverity2:link, a.bgColourTableEventSeverity2:visited { color: #FFFFFF; background-color: #da291c; }     /* Sunrise Red */
.bgColourTableEventSeverity3, a.bgColourTableEventSeverity3:link, a.bgColourTableEventSeverity3:visited { color: #000000; background-color: #f2f2f2; }     /* light grey */
.bgColourTableEventSeverity4, a.bgColourTableEventSeverity5:link, a.bgColourTableEventSeverity4:visited { color: #000000; background-color: #FF9D12; }     /* upc yellow, quite orange */
.bgColourTableEventSeverity5, a.bgColourTableEventSeverity4:link, a.bgColourTableEventSeverity5:visited { color: #000000; background-color: #D0103A; }     /* upc red */

.bgColourTableSeverity0, a.bgColourTableSeverity0:link, a.bgColourTableSeverity0:visited { color: #FFFFFF; background-color: #D0103A; }     /* upc red */
.bgColourTableSeverity1, a.bgColourTableSeverity1:link, a.bgColourTableSeverity1:visited { color: #FFFFFF; background-color: #FF9D12; }     /* upc yellow, quite orange */
.bgColourTableSeverity2, a.bgColourTableSeverity2:link, a.bgColourTableSeverity2:visited { color: #000000; background-color: #FFFF00; }     /* real yellow */

.fontTableSmall { font-size: 10px; }

.xstooltip {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;  /* keep above other elements */
  font: normal 8pt sans-serif;
  padding: 3px;
  border: solid 1px;
  background-repeat: repeat;
  background-image: url(/images/bgYellowAlpha90.png);
}

/* ----------- Buttons -------------------*/

.submitbutton {
  text-align: center;
  /* text-transform: uppercase; */
  font-family: AvenirNextBold, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  /* border: none; */
  /* border-radius: 8px; */
  /* color: #ffffff; */              /* white */
  color: #da291c;                  /* Sunrise Red  */
  background-color: #ffffff;       /* white */
  border: 2px solid #da291c;       /* Sunrise Red  */
  box-sizing: border-box;
  border-radius: 18px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 3px;
  padding: 3px 8px;
  /* padding: 2px 6px 2px 6px; */
  box-sizing: border-box;         /* avoid box grows for padding */
}

.rightArrow {
  /*
  background: url("/images2015/button-arrow-right.png") no-repeat scroll right center #da291c;
  right: -15px;
  padding-right: 16px;
  */
}

.submitbutton:hover {
  /* background-color: #9c0000; */      /* Sunrise Red darken a bit */
  color: #9c0000;                    /* Sunrise Red darken a bit */
  border: 2px solid #9c0000;         /* Sunrise Red darken a bit */
  /* Stroke: Solid #7B61FF; */
  /* text-decoration: underline; */
  cursor: pointer;
}

.submitbutton:disabled {
  background-color: #d4d4d4;      /* light grey */
  color: #ffe7d7;      /* Sunrise Red very brighten */
}

.submitbutton:disabled:hover {
  background-color: #d4d4d4;      /* light grey */
  cursor: default;
}

buttonInactive { background-color: #d4d4d4;      /* light grey */ }

a.anchorButton {
  /* color: #ffffff; */                /* white */
  color: #da291c;                    /* Sunrise Red */
  text-decoration: none;
  padding: 2px 6px 2px 6px;
}

.clickable:hover { cursor: pointer; }

/* ----------- Tabbar -------------------*/
.tabBar {
  list-style-type: none;
  width: auto;
  padding: 0;
  margin: 0;
}

.tabboxActive {
  display: inline-block; width: 100px;  /* inline elements ignore width otherwise */
  text-align: center;
  border-style: solid;
  border-color: #bbbbbb;   /* upc grey tint 2 */
  border-width: 1px 1px 0 1px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: #3D3935;
  background-color: #ffffff;        /* white */
  padding: 10px 10px 2px 10px;
}
.tabboxActive:hover { color: #007DC9; }

.tabboxInactive {
  display: inline-block; width: 100px;  /* inline elements ignore width otherwise */
  text-align: center;
  border: 1px solid #bbbbbb;   /* upc grey tint 2 */
  font-weight: normal;
  color: #3D3935;              /* Sunrise Grey Dusk */
  background-color: #F0F0F0;   /* UPC light blue from upc.at */
  padding: 5px 10px 2px 10px;
}
.tabboxInactive:hover { color: #007DC9; }

.tdbox {
  border: 1px solid #bbbbbb;   /* upc grey tint 2 */
  border-radius: 10px;
  margin: 30px;
  padding: 5px;
  box-sizing: border-box;      /* avoid box grows for padding */
}


/*
	Stylesheet for Tigra Calendar v5.0
	Product is Public Domain (Free for any kind of applicaiton, customization and derivative works are allowed)
	URL: http://www.softcomplex.com/products/tigra_calendar/

	- all image paths are relative to path of stylesheet
	- the styles below can be moved into the document or in existing stylesheet

*/

/* input box in default state */
.tcalInput {
	background: url('tcal-images/cal.gif') 100% 50% no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url('tcal-images/no_cal.gif');
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 170px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid #da291c;      /* Sunrise Red */
	box-shadow: 3px 3px 4px silver;
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('tcal-images/prev_year.gif'); }
#tcalPrevMonth { background-image: url('tcal-images/prev_mon.gif'); }
#tcalNextMonth { background-image: url('tcal-images/next_mon.gif'); }
#tcalNextYear { background-image: url('tcal-images/next_year.gif'); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: #da291c;      /* Sunrise Red */
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #ffe7d7; }     /* Sunrise Red very brighten */
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }

/* ------------- end Stylesheet for Tigra Calendar v5.0 ------------- */

/* ---------------------------------------------------------------------------- */
/* -- Language selection pulldown menu -- */
/* ---------------------------------------------------------------------------- */
/* http://designyourweb.info/so-gehts-ein-schlankes-css3-dropdown-menu-erstellen/346 */

ul.navLang {
    padding: 0px;
    margin: 0px;
}
ul.navLang:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
ul.navLang li {
    background-color: #FAFAFA;
    list-style: none;
    float: left;
}
/* Top menu entry */
ul.navLang li a {
    text-decoration: none;
	font-weight: bold;
    display: block;
    color: #3D3935;        /* Sunrise Grey Dusk */
    /* padding: 0px 15px; */ /* top, bottom / left, right */
    padding: 0 15px 5px 15px;  /* top right bottom left */
}
/* Inner menu entry */
ul.navLang li ul li a {
    padding: 5px 15px 5px 15px;  /* top right bottom left */
	font-weight: normal;
}
ul.navLang li:hover > ul {
    visibility: visible;
}
ul.navLang li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding: 0px;
}
ul.navLang li ul li{
    float: none;
}
ul.navLang li ul li a:hover{
    color: #3D3935;            /* Sunrise Grey Dusk */
    text-decoration: underline;
}

/* ---------------------------------------------------------------------------- */
/* -- Pulldown menues -- */
/* ---------------------------------------------------------------------------- */
/* http://red-team-design.com/css3-dropdown-menu/ */

/* Main menu */

#menu {
  width: 100%;
  margin: 0;
  padding: 2px 0 0 0;
  list-style: none;
}

#menu li {
  float: left;
  padding: 0 0 0 0;
  position: relative;
  line-height: 0;
}

#menu a {
  float: left;
  height: 25px;
  padding: 0 15px;             /* shirt: space between top level entries */
  /* color: #da291c; */              /* Sunrise Red */
  color: #3D3935;              /* Sunrise Grey Dusk */
  font: normal 20px/25px AvenirNextRegular, Tahoma, sans-serif;   /* shirt: font-size / vertical position */
  text-decoration: none;
  background-color: #f2f2f2;   /* bootstrap sets <a> background-color to transparent */
  margin-bottom: 0;            /* bootstrap sets <h*> margin-bottom to .5rem */
}


#menu li:hover > a {
  color: #da291c;           /* Sunrise Red */
}

#menu li:hover > ul {
  display: block;
}

/* shirt: make direct menuItems (not submenu) visible */
/*
#menu ul>li a.linkMenu {
  color: #333;
}
*/

#menu ul>li a.linkMenu:hover {
  text-decoration: underline;
}

/* shirt: Display triangle to right on header2 entries --> Is too ugly :( */
/*
#menu ul>li a.h2 {
  background-position: 100% 60%;
  background-image: url(/images2015/TriangleToRight.png);
  background-repeat: no-repeat;
  margin-right: 2px;
}
*/

/* Sub-menu */

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  /* top: 25px; */             /* shirt: space from pulldown menu to top entry, take care not to leave empty space between! */
  top: 100%;
  left: 0;
  z-index: 99999;
}

/* shirt: Position the submenu */
#menu ul ul {
  top: 0;
  /* left: 200px; */           /* shirt: space from pulldown menu to sub-pulldown menu to the right*/
  left: 100%;
}

#menu ul li {
  /* background-color: #FAFAFA; */
  background-color: #f2f2f2;  /* light grey */
  float: none;
  margin: 0;
  padding: 0;
  display: block;
}

#menu ul a {
  font-size: 16px;         /* shirt: Make inner menu entries smaller than titles */
  padding: 10px;
  height: 10px;
  width: 180px;          /* shirt: menu width -20 */
  /* height: auto; */
  line-height: 1;
  display: block;
  white-space: nowrap;
  float: none;
  box-sizing: content-box;     /* bootstrap sets all to border-box */
}

#menu ul a:hover {
  color: #da291c;           /* Sunrise Red */
}

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 30px;
  top: -2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #da291c;              /* Triangle to top, Sunrise Red */
}

#menu ul ul li:first-child a:after {
  left: -8px;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 0;
  border-bottom: 5px solid transparent;         /* shirt: size of triangle? */
  border-top: 5px solid transparent;            /* shirt: size of triangle? */
  border-right: 8px solid #da291c;              /* Triangle to left, Sunrise Red */
}

/* shirt: don't change color of triangles */
/*
#menu ul li:first-child a:hover:after {
  border-bottom-color: #207f7f;
}
*/
/*
#menu ul ul li:first-child a:hover:after {
  border-right-color: #207f7f;
  border-bottom-color: transparent;
}
*/

/* Clear floated elements */
#menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ------------- end Stylesheet for pulldown menu from http://red-team-design.com/css3-dropdown-menu/ ------------- */


/* Main menu adapted for bootstrap */

/* 1st make the pulldown menu on hover */
/* When clicked, it will still get the class show toggled to it */
/* (and will remain open when no longer hovered). */
@media(min-width: 992px) {  /* 992 = lg */
  .dropdown:hover>.dropdown-menu { display: block; }
}
/* remove space between pulldown menu items */
.nav-link { padding: 0; margin: 0; }

#menu-2020 a {
  /* color: #da291c; */              /* Sunrise Red */
  color: #3D3935;              /* Sunrise Grey Dusk */
  font: normal 18px/22px AvenirNextRegular, Tahoma, sans-serif;   /* shirt: font-size / vertical position */
  text-decoration: none;
  background-color: #f2f2f2;       /* bootstrap sets <a> background-color to transparent */
  white-space: nowrap;
}

#menu-2020 li:hover > a { color: #da291c; }    /* Sunrise Red */

#menu-2020 ul>li a.linkMenu:hover { text-decoration: underline; }

/* Sub-menu */

/* shirt: Position the submenu */
#menu-2020 ul ul {
  top: 0;
  /* left: 200px; */           /* shirt: space from pulldown menu to sub-pulldown menu to the right*/
  left: 100%;
}

#menu-2020 ul li { background-color: #f2f2f2; } /* light grey */

#menu-2020 ul a {
  font-size: 14px;         /* shirt: Make inner menu entries smaller than titles */
  padding: 10px;
  white-space: nowrap;
}

*:first-child+html #menu-2020 ul a { height: 10px; } /* IE7 */

#menu-2020 ul a:hover { color: #da291c; }        /* Sunrise Red */

/* ------------- end menu adapted for bootstrap ------------- */


/* Nice on/off button from https://stackoverflow.com/questions/39846282/how-to-add-the-text-on-and-off-to-toggle-button */
.switchDisabled {
  position: relative;
  display: inline-block;
  width: 125px;                /* was 90 */
  height: 34px;
  line-height: 34px;
  background-color: #bbbbbb;   /* upc grey tint 2 */
  border-radius: 34px;
  
  text-align: center;
  color: white;
  font-size: 10px;
  font-family: Tahoma, sans-serif;
}

.switch {
  position: relative;
  display: inline-block;
  width: 125px;                /* was 90 */
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #da291c;            /* Sunrise Red */
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #8fd200;   /* valid green */
}

input:focus + .slider {
  /* box-shadow: 0 0 1px #2196F3; */
  box-shadow: 0 0 1px #2299F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(60px);   /* was 26 */
  -ms-transform: translateX(60px);       /* was 26 */
  transform: translateX(90px);           /* was 55 */
}

.slider:after
{
 content:'FILTER OFF';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 font-size: 10px;
 font-family: Tahoma, sans-serif;
}

input:checked + .slider:after
{  
  content:'FILTER ON';
}

/* ------------- end nice on/off button ------------- */
