/***********************************************************/
/* CCS Styles für neues Layout (Startseite)                */
/* 06.11.2017 L. Rubart                                    */
/***********************************************************/
/* Material Icons (IE wird nicht unterstützt!)             */
/***********************************************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(./iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(./iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(./iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(./iconfont/MaterialIcons-Outlined.woff2) format('woff2');
}

@font-face {
  font-family: 'Forte';
  src: url(./iconfont/FORTE.TTF) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

/***********************************************************/
/* BEGIN Seitenlayout                                      */
/* links:  200px inkl. padding LPL 4px, LPR 2px            */
/* mitte:  CPL 2px, CPR 2px                                */
/* rechts: 250px inkl. padding RPL 2px, RPR 4px            */
/*         und Border (je 1px)                             */
/* | LPL - LW - LPR | CPL - mitte - CPR | RPL - RW - RPR | */
/* | 4    242     2 | 8               8 | 2     192    4 | */
/***********************************************************/
#iqxweb_header {
  clear: both;
  right: 4px;
}

/* 3-spaltiges Layout (Startseite) */
#iqxweb_container {
  /* linke Spaltenbreite */
/*  padding-left: 250px; */
  padding-left: calc(220px + (275 - 200) * ((100vw - 640px) / (1600 - 640))); 
  /* rechte Spaltenbreite + CPL + CPR */   
/*  padding-right: 216px; */
  padding-right: calc(186px + (225 - 150) * ((100vw - 640px) / (1600 - 640)));   
  overflow: hidden;
  margin-bottom: auto;
  flex-grow: 1;
}

/* 2-spaltiges Layout (ohne rechten Balken 
   mit Scrollbars in horizontaler Richtung) */
#iqxweb_container2 {
  /* linke Spaltenbreite */
/*  padding-left: 250px; */
  padding-left: calc(220px + (275 - 200) * ((100vw - 640px) / (1600 - 640)));   
  /* rechte Spaltenbreite + CPL + CPR */   
/*  padding-right: 216px; */
  padding-right: calc(186px + (225 - 150) * ((100vw - 640px) / (1600 - 640)));   
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: auto;
  flex-grow: 1;
}

/* 2-spaltiges Layout mit Sprungmarke (z.B. AdminAnschreiben) */
#iqxweb_container3 {
  /* linke Spaltenbreite */
/*  padding-left: 250px; */
  padding-left: calc(220px + (275 - 200) * ((100vw - 640px) / (1600 - 640)));  
  /* rechte Spaltenbreite + CPL + CPR */   
  padding-right: 0px;
  overflow-x: scroll;
  overflow-y: auto;
  margin-bottom: auto;
  flex-grow: 1; 
}

/* 2-spaltiges Layout (ohne rechten Balken) */
#iqxweb_container4 {
  /* linke Spaltenbreite */
/*  padding-left: 250px; */
  padding-left: calc(220px + (275 - 200) * ((100vw - 640px) / (1600 - 640)));  
  /* rechte Spaltenbreite + CPL + CPR */   
  padding-right: 0px;
  overflow: hidden;
  margin-bottom: auto;
  margin-right: 10px;
  flex-grow: 1;
}

/* 2-spaltiges Layout (ohne rechten Balken) */
#iqxweb_container5 {
  /* linke Spaltenbreite */
/*  padding-left: 250px; */
  padding-left: calc(220px + (275 - 200) * ((100vw - 640px) / (1600 - 640)));  
  /* rechte Spaltenbreite + CPL + CPR */   
  padding-right: 0px;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: auto;
  flex-grow: 1;  
}

/* 2-spaltiges Layout (ohne rechten Balken) */
#iqxweb_container6 {
  /* linke Spaltenbreite */
/*  padding-left: 250px; */
  display: flex;
  padding-left: calc(220px + (275 - 200) * ((100vw - 640px) / (1600 - 640)));  
  /* rechte Spaltenbreite + CPL + CPR */   
  padding-right: 10px;
  /* overflow: hidden; */
  margin-bottom: auto;
  margin-right: 10px;
  flex-grow: 1;
}

#iqxweb_container5 .iqxweb_column,
#iqxweb_container4 .iqxweb_column,
#iqxweb_container3 .iqxweb_column,
#iqxweb_container2 .iqxweb_column,
#iqxweb_container .iqxweb_column {
  position: relative;
  float: left;
  /* X + padding-bottom */
  padding-bottom: 32767px;
  margin-bottom: -32752px;
  min-height: 100%;
}

#iqxweb_container6 .iqxweb_column {
  position: relative;
  float: left;
  /* X + padding-bottom */
/*  padding-bottom: 32767px;
  margin-bottom: -32752px;
  overflow-y: hidden;
  min-height: 100%;*/
}

#iqxweb_main {
  padding: 2px 8px 2px 8px;
  margin-top: 6px;
  width: 100%;
  background-color: #fefefe;
}

#iqxweb_main button {
  padding: 0 !important;
  border: 0 !important;
  background-color: #fefefe;  
}

#iqxweb_main button .button_icon {
  padding: 0 !important;
  margin: 0 8px 0 8px;
  border: 0 !important;
  font-size: 1.5rem;
  font-weight: bold;
  color: #7e7f7f;
  background-color: #fefefe;
}

#iqxweb_left {
  /* linke Spaltenbreite */
/*  width: 230px; */
  width: calc(200px + (275 - 200) * ((100vw - 640px) / (1600 - 640)));  
  padding: 6px 8px 2px 8px;
  /* linke Spaltenbreite + CPL + CPR */ 
/*  right: 266px; */
  right: calc(236px + (275 - 200) * ((100vw - 640px) / (1600 - 640)));
  margin-left: -100%;
  margin-top: 0px;
  background-color: #ccd6e6;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  border-right: 2px solid #fefefe;
  border-bottom: 2px solid #fefefe;
}

#iqxweb_right {
  /* rechte Spaltenbreite */
/*  width: 180px; */
  width: calc(150px + (225 - 150) * ((100vw - 640px) / (1600 - 640)));   
  padding: 6px 8px 2px 8px;
  /* -(rechte Spaltenbreite + CPL + CPR) */ 
/*  margin-right: -216px; */
  margin-right: calc(-186px - (225 - 150) * ((100vw - 640px) / (1600 - 640)));
  right: 0px;
  margin-top: 0px;
  background-color: #ccd6e6;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  border-right: 2px solid #fefefe;
  border-bottom: 2px solid #fefefe;
}

#iqxweb_footer {
  clear: both;
  border-top: 4px solid #fefefe;
  border-left: 2px solid #fefefe;
  border-right: 2px solid #fefefe;
  border-bottom: 2px solid #fefefe;
  padding: 6px 0px 6px 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  right: 0px;
  background-color: #ccd6e6;
  position: relative;
}
/* END Seitenlayout */

/* BEGIN CustomBanner */
#iqxweb_customarea {
  height: 32px;
  padding: 8px 30px 8px 10px;
  background-color: #fefefe;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  border-right: 2px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  background-image: url(../../var/custom/CustomHeaderRight.jpg),
                    url(../../var/custom/CustomHeaderRight.png),
                    url(../../var/custom/CustomHeaderLeft.jpg),
                    url(../../var/custom/CustomHeaderLeft.png),
                    url(../../var/custom/CustomHeaderBackground.jpg),
                    url(../../var/custom/CustomHeaderBackground.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;
  background-position: right top, right top, left top, left top, center top, center top; 
  background-size: contain, contain, contain, contain, contain, contain;
  background-origin: content-box, content-box, content-box, content-box, padding-box, padding-box;
  position: relative;
  margin-left: 0px;
  right: 0px;
}
/* END CustomBanner */

/* BEGIN Header Area */
#iqxweb_headerarea {
  height: 30px;
  background-color: #003584;
  color: #fefefe;
  border-top: 1px solid #fefefe;
  border-left: 2px solid #fefefe;
  border-right: 2px solid #fefefe;
  border-bottom: 0px solid #003584;
  padding-top: 6px;
  padding-bottom: 0px;
  /* linke Spaltenbreite */
  padding-left: 250px; 
  /* rechte Spaltenbreite + CPL + CPR */   
  padding-right: 208px;
  position: relative;
  margin-left: 0px;
  right: 0px;
}

#iqxweb_headerarea .iqxweb_headercolumn {
  position: relative;
  float: left;
  font-size: 0.9rem;
  font-weight: bold;
}

#iqxweb_headerarea input[type="image"] {
  background-color: #003584;
  position: relative;
  float: right;
  padding-left: 2px;
  padding-right: 2px;
  height: 24px;
  width: 24px;
  padding-bottom: 3px;
}

#iqxweb_headerarea img {
  position: relative;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
  height: 24px;
  width: 24px;
}

#iqxweb_headerarea a[class="iqxweb_languagelink"] img {
  position: relative;
  float: right;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 4px;
  height: 16px;
  width: auto;
}

#iqxweb_headerarea a[class="iqxweb_languagelink"],
#iqxweb_headerarea a[class="iqxweb_menuiconlink"] {
  padding: 0px;
  cursor: pointer;
}

#iqxweb_mainheader {
  padding: 3px 2px 0px 2px;
  width: 100%;
  text-align: center;
}

#iqxweb_headermenu {
  float: left;
}

#iqxweb_headermenu a[class="iqxweb_menulink"],
#iqxweb_headermenu a[class="iqxweb_menulink"]:link {
  padding: 0px 9px 0px 9px;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 20px;
  cursor: pointer;
  color: #fefefe;
}

#iqxweb_headermenu a[class="iqxweb_menulink"]:hover {
  padding: 0px 9px 0px 9px;
  height: 28px;
  background-color: #fefea0;
  border-left: 1px solid #fefefe;
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  border-radius: 0px;
  box-shadow: 2px 2px 2px #fefefe;
  color: #7e7f7f;
}

#iqxweb_leftheader {
  /* linke Spaltenbreite */
  width: 244px;
  padding: 0px 2px 0px 4px;
  /* linke Spaltenbreite + CPL + CPR */ 
  right: 254px;
  margin-left: -100%;
  text-align: left;
}

#iqxweb_rightheader {
  /* rechte Spaltenbreite */
  width: 192px;
  padding: 0px 4px 0px 4px;
  /* -(rechte Spaltenbreite + CPL + CPR) */ 
  margin-right: -204px;
  text-align: right;
  margin-top: -3px;
}
/* END Header Area */

/* BEGIN Footer Area */
#iqxweb_footerarea {
  line-height: 10px;
  text-align: center;
  background-color: #ccd6e6;
  color: #7e7f7f;
  font-size: 0.6rem;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px; 
  padding-right: 20px;
}

#iqxweb_footerarea td {
  text-align: center;
}

#iqxweb_footerarea a {
  color: #7e7f7f;
}
/* END Footer Area */

/* BEGIN User Area */
.iqxweb_userarea {
  margin-bottom: 10px;
  padding: 0px 0px 2px 0px;
  width: 100%;
  border: 0px solid #fefefe;
  border-radius: 0px;
  background-color: #ccd6e6;
  box-shadow: 0px 0px 0px #fefefe;
}

.iqxweb_userheader th {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2px 4px 2px 4px;
  border-bottom: 4px solid #ccd6e6;
  vertical-align: top;
  background-color: #ccd6e6;
  color: #33a92f;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.iqxweb_usererror td {
  font-size: 0.7rem;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  color: #ff0000;
  vertical-align: top;
}

.iqxweb_usercontrols th {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding: 2px 4px 2px 4px;
  white-space: nowrap;
  color: #7e7f7f;
}

.iqxweb_usercontrols td {
  font-size: 0.7rem;
  font-weight: normal;
  padding: 2px 4px 2px 4px;
  vertical-align: top;
  color: #7e7f7f;
}

.iqxweb_usercontrols td input {
  background-color: #fefefe;
  text-color: #666a6e;
}

.iqxweb_userinfo th {
  font-family: Forte,verdana;
/*  font-size: 0.7rem; */
  font-size: 1.1rem;  
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 2px 4px 2px 7%;
  border-top: 4px solid #ccd6e6;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  white-space: nowrap;
  color: #7e7f7f;
  background-color: #ccd6e6;  
}

.iqxweb_userinfo td {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
  padding: 2px 4px 2px 7%;
  vertical-align: top;
  color: #7e7f7f;
  background-color: #ccd6e6;  
}

.iqxweb_userbottom td {
  font-size: 0.7rem;
  padding: 2px 4px 2px 4px;
  color: #7e7f7f;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.iqxweb_userbottom input[type="submit"],
.iqxweb_userbottom input[type="button"] {
  font-weight: bold;
  height: 24px;
  background-color: #7e7f7f;
  color: #fefefe;
  border: 1px solid #fefefe;
  border-radius: 0px;
  padding: 2px 4px 2px 4px;
  cursor: pointer;
}
/* END User Area */

/* BEGIN IQX Logo (Custom) */
#iqxweb_logo {
  position: relative;
  width: 100%;
  max-height: 150px;
  margin-bottom: 10px;
}

#iqxweb_logo img {
  border: 1px solid #fefefe;
  border-radius: 0px;
  box-shadow: 2px 2px 2px #fefefe;
  display: block;
  margin: 0 auto 0 auto;
  max-width: 100%;
  max-height: 150px;
}
/* END IQX Logo (Custom) */

/* BEGIN Menu Area */
#iqxweb_menu {
  width: 100%;
  padding: 6px 10px 6px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #7e7f7f;
}

#iqxweb_menu a {
  font-weight: bold;
}

#iqxweb_menu .iqxweb_menuitem {
  padding: 1px 10px 1px 10px;
  height: 28px;
  color: #7e7f7f;
}

#iqxweb_menu .iqxweb_menuitem_hidden {
  display: none;
}

/*#iqxweb_menu a[class="iqxweb_menulink"]:hover {
  color: #7e7f7f;
}*/

#iqxweb_menu .iqxweb_menuitem:hover {
  padding: 0px 9px 0px 9px;
  height: 28px;
  background-color: #fefea0;
  border-left: 1px solid #fefefe;
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: -2px 2px 2px #fefefe;
  color: #7e7f7f;
}

#iqxweb_menu .iqxweb_menuitem_active {
  padding: 0px 9px 0px 9px;
  height: 28px;
  background-color: #fefefe;
  border-left: 1px solid #fefefe;
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: -2px 2px 2px #fefefe;
  color: #7e7f7f;
}

#iqxweb_menu .iqxweb_menuiconwrap {
  position: absolute;
}

#iqxweb_menu .iqxweb_menuicon {
  float: left;
  height: 28px;
  width: 24px;
}

#iqxweb_menu img {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  float: left;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

#iqxweb_menu a[class="iqxweb_menuiconlink"] {
  padding: 0px;
}

#iqxweb_menu .iqxweb_menuicon .iqxweb_menucount {
  display: none;
  float: right;
  position: relative;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  top: 0px;
  right: -8px;
/*  height: 13px; */
  height:  calc(13px + (16 - 13) * ((100vw - 640px) / (1600 - 640)));
  min-width: 3px;
  color: #fefefe;
  background-color: #33a92f;
  text-align: center;
  border-radius: 6px;
}

#iqxweb_menu .iqxweb_menuicon .iqxweb_menucount_sub {
  display: none;
  float: right;
  position: relative;
  margin-top: 6px;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  top: 0px;
  right: -14px;
/*  height: 13px; */
  height:  calc(13px + (16 - 13) * ((100vw - 640px) / (1600 - 640)));  
  min-width: 3px;
  color: #fefefe;
  background-color: #33a92f;
  text-align: center;
  border-radius: 6px;
}

.iqxweb_menuitem a[class="iqxweb_menulink"],
.iqxweb_menuitem a[class="iqxweb_menulink"]:link,
.iqxweb_menuitem_active a[class="iqxweb_menulink"],
.iqxweb_menuitem_active a[class="iqxweb_menulink"]:link {
  text-decoration: none;
  position: relative;
  line-height: 28px;
  float: left;
  cursor: pointer;
}

.iqxweb_menuitem a[class="iqxweb_menulink"],
.iqxweb_menuitem a[class="iqxweb_menulink"]:link {
  color: #7e7f7f;
}

.iqxweb_menuitem_active a[class="iqxweb_menulink"],
.iqxweb_menuitem_active a[class="iqxweb_menulink"]:link {
  color: #7e7f7f;
}

#iqxweb_menu .iqxweb_arrow_right {
  position: relative;
  float: left;
  margin-top: 8px;
  margin-left: 10px;
  margin-bottom: 8px;
  font-size: 0;
  line-height: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 6px;
  border-left-color: #7e7f7f;
}

#iqxweb_menu .iqxweb_menuitem_active .iqxweb_arrow_right {
  position: relative;
  float: left;
  margin-top: 8px;
  margin-left: 10px;
  margin-bottom: 8px;
  font-size: 0;
  line-height: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 6px;
  border-left-color: #7e7f7f;
}

#iqxweb_menu .iqxweb_arrow_right_child {
  position: relative;
  float: left;
  margin-top: 8px;
  margin-left: 20px;
  margin-bottom: 8px;
  font-size: 0;
  line-height: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 6px;
  border-left-color: #7e7f7f;
}

#iqxweb_menu .iqxweb_menuitem_active .iqxweb_arrow_right_child {
  position: relative;
  float: left;
  margin-top: 8px;
  margin-left: 20px;
  margin-bottom: 8px;
  font-size: 0;
  line-height: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 6px;
  border-left-color: #7e7f7f;
}

#iqxweb_menu .iqxweb_arrow_bottom {
  position: relative;
  float: left;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 5px;
  margin-bottom: 8px;
  font-size: 0;
  line-height: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent #7e7f7f transparent; 
  border-width: 0px 0px 8px 8px;
}

#iqxweb_menu .iqxweb_menuitem_active .iqxweb_arrow_bottom {
  position: relative;
  float: left;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 5px;
  margin-bottom: 8px;
  font-size: 0;
  line-height: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent #7e7f7f transparent; 
  border-width: 0px 0px 8px 8px;
}
/* END Menu Area */

/* BEGIN Ansprechpartber */
#iqxweb_ansprechpartner {
  padding: 0px 0px 2px 0px;
  width: 100%;
  border: 0px solid #fefefe;
  border-radius: 0px;
  background-color: #ccd6e6;
  box-shadow: 0px 0px 0px #fefefe;
}

.iqxweb_ansrechpartner_info th {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding: 2px 4px 2px 4px;
  border-top: 4px solid #ccd6e6;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  white-space: nowrap;
  color: #33a92f;
  background-color: #ccd6e6;
}

.iqxweb_ansrechpartner_info td {
  font-size: 0.7rem;
  font-weight: normal;
  text-align: left;
  padding: 2px 4px 2px 4px;
  vertical-align: top;
  color: #7e7f7f;
}

.iqxweb_ansrechpartner_info a {
  font-size: 0.7rem;
  font-weight: normal;
  text-align: left;
  padding: 2px 4px 2px 2px;
  vertical-align: top;
  color: #7e7f7f;
}
 
.iqxweb_ansrechpartner_info td img {
  position: relative;
  float: left;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 6px;
  height: 12px;
  width: 12px;
}

.iqxweb_ansrechpartner_info td .iqxweb_ansrechpartner_standort {
  font-weight: bold;
  text-align: center;
}

.iqxweb_ansrechpartner_info td .iqxweb_ansrechpartner_name {
  font-weight: bold;
}
/* END Ansprechpartber */

/* BEGIN Kommunikation */
#iqxweb_kommunikation {
  padding: 0px 0px 2px 0px;
  width: 100%;
  border: 0px solid #fefefe;
  border-radius: 0px;
  background-color: #ccd6e6;
  box-shadow: 0px 0px 0px #fefefe;
}

.iqxweb_kommunikation_info th {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding: 2px 4px 2px 4px;
  border-top: 4px solid #ccd6e6;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  white-space: nowrap;
  color: #33a92f;
  background-color: #ccd6e6;
}

.iqxweb_kommunikation_info td {
  font-size: 0.7rem;
  font-weight: normal;
  text-align: left;
  padding: 2px 4px 2px 4px;
  vertical-align: top;
  color: #7e7f7f;
  white-space: nowrap;
}

.iqxweb_kommunikation_info a {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: left;
  padding: 2px 4px 2px 2px;
  vertical-align: top;
  color: #7e7f7f;
}

.iqxweb_tooltip_container .iqxweb_kommunikation_count,
#IdeeDetails .iqxweb_kommunikation_count,
#iqxweb_kommunikation .iqxweb_kommunikation_count {
  display: inline;
  float: right;
  position: relative;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  top: 0px;
  right: 20px;
/*  height: 13px; */
  height:  calc(13px + (16 - 13) * ((100vw - 640px) / (1600 - 640)));
  min-width: 3px;
  color: #fefefe;
  background-color: #33a92f;
  text-align: center;
  border-radius: 6px;
}

#IdeeDetails .iqxweb_kommunikation_count {
  top: -3px;
  right: -7px;
  color: #fefefe;
  background-color: #33a92f;
  height: 100%;
}

.iqxweb_tooltip_container .iqxweb_kommunikation_count {
  float: none;
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  right: unset;
}

#iqxweb_kommunikation .iqxweb_kommunikation_count_in {
  display: inline;
  float: right;
  position: relative;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  top: 0px;
  right: 20px;
/*  height: 13px; */
  height:  calc(13px + (16 - 13) * ((100vw - 640px) / (1600 - 640)));  
  min-width: 3px;
  color: #000000;
  background-color: #00ff7f;
  text-align: center;
  border-radius: 6px;
}

.iqxweb_kommunikation_datum_label,
.iqxweb_kommunikation_name_label,
.iqxweb_kommunikation_idee_label {
  font-weight: bold;
  float: left;
  width: 35px;
}

.iqxweb_kommunikation_info td .iqxweb_kommunikation_idee {
  font-weight: bold;
}  
/* END Kommunikation */

/* BEGIN News/Kampagnen/Charts/FlexSlider */
#charts_slider,
#news_slider,
#kampagnen_slider {
  margin-bottom: 8px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #b0b0b0;
  border-radius: 0px;
  box-shadow: 2px 2px 2px #b0b0b0;
}

#charts_slider .flexslider,
#news_slider .flexslider,
#kampagnen_slider .flexslider {
  margin: 0px 0px 30px 0px;
  border: 0px solid #fefefe;
}

#charts_slider .flexslider .charts > .chartset,
#news_slider .flexslider .news > .message,
#kampagnen_slider .flexslider .kampagnen > .kampagne {
  display: none;
}

#charts_slider .flex-control-nav,
#charts_slider .flex-control-paging,
#news_slider .flex-control-nav,
#news_slider .flex-control-paging,
#kampagnen_slider .flex-control-nav,
#kampagnen_slider .flex-control-paging {
  width: 100%;
  padding: 10px 0px 6px 0px;
  position: absolute;
  bottom: auto;
  text-align: center;
}

#charts_slider .flex-control-paging li a,
#news_slider .flex-control-paging li a,
#kampagnen_slider .flex-control-paging li a {
  background-color: #7e7f7f;
}

#charts_slider .flex-control-paging li a:hover,
#news_slider .flex-control-paging li a:hover,
#kampagnen_slider .flex-control-paging li a:hover {
  background-color: #fefea0;
}

#charts_slider .flex-control-paging li a.flex-active,
#news_slider .flex-control-paging li a.flex-active,
#kampagnen_slider .flex-control-paging li a.flex-active {
  background-color: #003584;
}

#charts_slider .chartset .chartleft {
  position: relative;
  float: left;
  border: 0px solid #b0b0b0;  
  margin: 10px 1% 5px 2%;
  width: 30%;
}

#charts_slider .chartset .chartcenter {
  position: relative;
  float: left;
  border: 0px solid #b0b0b0;  
  margin: 10px 1% 5px 1%;
  width: 30%;
}

#charts_slider .chartset .chartright {
  position: relative;
  float: left;
  border: 0px solid #b0b0b0;  
  margin: 10px 2% 5px 1%;
  width: 30%;
}

#charts_slider .chartset .chartleft .titel,
#charts_slider .chartset .chartcenter .titel,
#charts_slider .chartset .chartright .titel {
  position: relative;
  padding: 10px 1.5% 5px 1.5%;
  width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

#charts_slider .chartset .chartleft .chart,
#charts_slider .chartset .chartcenter .chart,
#charts_slider .chartset .chartright .chart {
  position: relative;
  float: left;
  padding: 5px 1.5% 5px 1.5%;
  width: 100%;
  max-height: 180px;
}

#charts_slider .chartset .chartleft .chart canvas,
#charts_slider .chartset .chartcenter .chart canvas,
#charts_slider .chartset .chartright .chart canvas {
  display: block;
  margin: 0 auto 0 auto;
  max-width: 100%;
  max-height: 180px;
}

#news_slider .message .image,
#kampagnen_slider .kampagne .image {
  position: relative;
  float: left;
  padding: 10px 1.5% 5px 1.5%;
  width: 37%;
  max-height: 180px;
}

#news_slider .message .image img,
#kampagnen_slider .kampagne .image img {
  display: block;
  margin: 0 auto 0 auto;
  max-width: 100%;
  max-height: 180px;
}

#news_slider .message .titel,
#kampagnen_slider .kampagne .titel {
  position: relative;
  float: right;
  padding: 10px 4.5% 5px 1.5%;
  width: 54%;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

#news_slider .message .inhalt,
#kampagnen_slider .kampagne .inhalt {
  position: relative;
  float: right;
  padding: 10px 4.5% 5px 1.5%;
  width: 54%;
  font-size: 0.8rem;
  font-weight: normal;
  color: #000000;
}

#news_slider .message .anhang,
#kampagnen_slider .kampagne .anhang {
  position: relative;
  float: right;
  text-align: right;
  padding: 0px 4.5% 0px 1.5%;
  width: 54%;
}

#news_slider .message .anhang a,
#kampagnen_slider .kampagne .anhang a,
#kampagnen_slider .kampagne .einreichen a {
  font-size: 0.7rem;
  font-weight: bold;
  color: #7e7f7f;
  text-decoration: none;
}

#kampagnen_slider .kampagne .einreichen {
  position: relative;
  float: right;
  text-align: center;
  padding: 15px 1.5% 5px 1.5%;
  width: 57%;
}

#kampagnen_slider .kampagne .einreichen a {
  vertical-align: top;
  line-height: 28px;
}

#kampagnen_slider .kampagne .einreichen img {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
  height: 24px;
  width: 24px;
}

.iqxweb_chart_area {
  width: 33.3%;
}
/* END News/Kampagnen/FlexSlider */

/* BEGIN Tabellen */
#iqxweb_tree {
  float: left;
  display: flex;
  clear: right;
}

#iqxweb_filter {
  float: left;
  display: flex;
  clear: right;
}

.iqxweb_autoscroll {
  overflow-x: auto;
  padding-top: 4px;
}

.iqxweb_noscroll {
  padding-top: 4px;
}

.iqxweb_uebersicht,
.iqxweb_uebersicht table {
  clear: left;
  table-layout: auto;
}

.iqxweb_uebersicht table td {
  vertical-align: middle;
}

.iqxweb_table {
  display: table;
  border-radius: 0px;
}

.iqxweb_table .iqxweb_caption {
  display: table-caption;
  text-align: left;
  font-size: 0.9rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 4px;
  background-color: #fefefe;
  color: #33a92f;
  border-bottom: 0px solid #fefefe;  
  border-radius: 0px 0px 0px 0px;
}

.iqxweb_table .iqxweb_header {
  display: table-header-group; 
}

.iqxweb_table .iqxweb_header_cell {
  display: table-cell;
}

.iqxweb_table .iqxweb_body {
  display: table-row-group;
}

.iqxweb_table .iqxweb_row {
  display: table-row;
}

.iqxweb_table .iqxweb_body_cell_th {
  display: table-cell;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding: 2px 6px 2px 6px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
  white-space: nowrap;
}

.iqxweb_table .iqxweb_body_cell_td {
  display: table-cell;
  font-size: 0.7rem;
  text-align: left;
  vertical-align: middle;
  padding: 2px 4px 2px 4px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
}

.iqxweb_table .iqxweb_footer {
  display: table-footer-group;
  background-color: #fefefe;
  border-radius: 0px 0px 0px 0px;
}

.iqxweb_table .iqxweb_footer_cell {
  position: relative;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 4px 6px 4px 6px;
  color: #000000;
  border-radius: 0px 0px 0px 0px;
}
/* END Tabellen */

/* BEGIN Default Style Überschreibungen */
#iqxweb_container #iqxweb_main .Header th {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
/*  text-align: center; */
  text-align: left;
}

#iqxweb_container5 #iqxweb_main .Header th,
#iqxweb_container4 #iqxweb_main .Header th,
#iqxweb_container3 #iqxweb_main .Header th,
#iqxweb_container2 #iqxweb_main .Header th {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
/*  text-align: center; */
  text-align: left;
  width: auto;
}

#iqxweb_main .HeaderLeft {
  border-top-left-radius: 0px;
}

#iqxweb_main .HeaderRight {
  border-top-right-radius: 0px;
}

#iqxweb_main .HeaderLeft img {
  width: 0px;
}

#iqxweb_main .HeaderRight img {
  width: 0px;
}

#iqxweb_main .Bottom {
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#iqxweb_popup div.Surroundings,
#iqxweb_popup table.Surroundings,
#iqxweb_main div.Surroundings,
#iqxweb_main table.Surroundings {
  border: 1px solid #fefefe;
  border-radius: 0px;
  box-shadow: 2px 2px 2px #fefefe;
  margin-bottom: 10px;
}

#iqxweb_main .Bottom td {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  white-space: nowrap;
}

#iqxweb_main .Bottom td .iqxweb_bottom {
}

#iqxweb_main .Bottom td .iqxweb_navigator {
  float: left;
  text-align: center;
}

#iqxweb_main .Bottom td .iqxweb_bottom_buttons {
  float: right;
}

#iqxweb_main input,
#iqxweb_main option,
#iqxweb_main select,
#iqxweb_main submit,
#iqxweb_main textarea {
  vertical-align: middle;
}

#iqxweb_main .Controls td submit,
#iqxweb_main .Controls td input,
#iqxweb_main .Controls td button {
  vertical-align: top;  
}

#iqxweb_main .Controls td span submit,
#iqxweb_main .Controls td span input,
#iqxweb_main .Controls td span button {
  vertical-align: inherit;  
}

#iqxweb_main .Controls td,
#iqxweb_main .Controls th {
  vertical-align: middle;
}

#iqxweb_main .Controls td label {
  color: #000000;
  vertical-align: middle;
}

#iqxweb_main .Controls th.multi {
  vertical-align: top;
}

#iqxweb_main .Controls td div.highlight {  
  background-color: #fefefe;
  color: #000000;
  font-size: 100%;
  font-weight: normal;
}

#iqxweb_main .Controls td input[type="file"] {
  color: #666a6e;
  vertical-align: middle;
}

#iqxweb_main .Row td p {
  word-break: break-word;
}

#iqxweb_main .yui3-skin-iqx .yui3-tab-label {
  border-radius: 0px; 
}

#iqxweb_main div.ToolTip {
  color: #7e7f7f;
  font-size: 0.8rem; 
  background-color: #fefefe;
  padding: 1px;
  border: 1px solid #7e7f7f;
  visibility: hidden;
  position: absolute;
}

.tasks input[type="text"] {
  margin-top: 2px;
}
/* END Default Style Überschreibungen */

/* BEGIN Modal dialogs (jquery.modal) */
.blocker {
  position: fixed;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.25);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #fefefe;
  padding: 15px 30px;
  border: 1px solid #fefefe;
  border-radius: 0px;
  box-shadow: 2px 2px 2px #fefefe;
  text-align: left;
}

.modal .Header th {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
}

.modal .Bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modal .Bottom td {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}

.modal a.close-modal {
  position: absolute;
  top: 2px;
  right: -2px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  color: #000000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('Images/x.png');  
}

#ModalDialogEnquiries {
  width: 500px;
}

#ModalDialogIQXPanelEnquiriesNewThread .Surroundings,
#ModalDialogIQXPanelEnquiriesEnquiries .Surroundings,
#ModalDialogIQXPanelEnquiriesEnquiries {
  min-width: 100%;
  border-top: 4px solid #fefefe;  
}

#ModalDialogIQXPanelEnquiriesEnquiriesChatVerlauf .Record .Controls th,
#ModalDialogIQXPanelEnquiriesEnquiriesChatVerlauf {
/*  width: 100%;*/
  white-space: normal;
}

#ModalDialogIQXPanelEnquiriesEnquiriesChatVerlauf .Record .Controls th {
  border-top: 6px solid #fefefe;
}

.modal .Senden {
  text-align: right;
  margin-top: -10px;
}

.modal .Datum {
  font-size: 0.6rem;
  font-weight: normal;
  text-align: right;  
}

.modal .Antwort {
  font-weight: bold;
  padding-left: 20%;
  max-width: 80%;
}

.modal .Frage {
  font-weight: bold;
  max-width: 80%;
}

.modal .Antwort table,
.modal .Frage table {
  font-weight: normal;
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
}

.modal .Antwort p,
.modal .Frage p {
  font-weight: normal;
}

#ModalDialogIQXPanelEnquiriesEnquiriesChatVerlauf textarea {
  width: 98%;
  height: 100px;
}

#ModalDialogIQXPanelEnquiriesNewThread .Record .Bottom {
  max-width: 80%;  
}

#ModalDialogIQXPanelEnquiriesNewThreadTextAreaMessage {
  width: 80%;
  height: 100px;
}

#ModalDialogSpreadSheet .Controls td {
  font-size: 0.9rem;
  vertical-align: middle;  
}

#ModalDialogSpreadSheet .Header th {
  font-size: 1.2rem;
}
/* END Modal dialogs (jquery.modal) */

/* BEGIN Navigator */
.iqxweb_navigator {
  text-align: center;
  width: 50px;
  padding-right: 5px;
}
/* END Navigator */

/* BEGIN ToolTips */
.iqxweb_tooltip_container {
  position: relative;
  display: inline-block;  
}

.iqxweb_tooltip_container .iqxweb_tooltip_text {
  visibility: hidden;
  min-width: 10vw;
  max-width: 10vw;
  font-size: 0.7rem;
  font-weight: normal;
  background-color: #fefefe;
  color: #7e7f7f;
  text-align: left;
  padding: 1px;
  border: 1px solid #7e7f7f;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -5vw;
  white-space: normal;
}

.iqxweb_tooltip_container:hover input,
.iqxweb_tooltip_container:hover {
  cursor: pointer;
}

.iqxweb_tooltip_container:hover .iqxweb_tooltip_text {
  visibility: visible;
}
/* END ToolTips */

/* BEGIN Overlay */
.overlay th {
  border: 0px solid #f8f8f8;
  background-color: #f8f8f8;
  color: #33a92f;
}

.overlay td {
  border: 0px solid #f8f8f8;
  background-color: #f8f8f8;
}

.overlay {
  border: 0px solid #33a92f;
  width: 100%;
}

.over-overlay th {
  border: 0px solid #f4f4f4;
  background-color: #f4f4f4;
  color: #33a92f;
}

.over-overlay td {
  border: 0px solid #f4f4f4;
  background-color: #f4f4f4;
}

.over-overlay {
  border: 0px solid #33a92f;
  width: 100%;
}
/* END Overlay */

/* BEGIN Radiobuttons und Checkboxen */
.iqxweb_column input[type="radio"],
.iqxweb_column input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
  height: 0;
  margin: 0;
  width: 0;
}

.iqxweb_column .iqx_radio_cell_h {
  display: table-cell;
  vertical-align: top;  
}

.iqxweb_column .iqx_checkbox_cell_l {
  display: inline-flex;
}

.iqxweb_column .iqx_checkbox_cell_t {
  display: flex; 
  justify-content: center;
}

.iqxweb_column .iqx_checkbox_cell_c {
  position: relative;
  vertical-align: unset;
  padding: 0;
  min-width: 1.5rem;
}

#iqxweb_main .Controls .iqx_radio_cell_h > label {
  vertical-align: top;
  margin-right: 2vw;
  display: inline-flex;
}

.iqxweb_column .iqx_checkbox_cell_l label {
  padding-top: 0;
}

.iqxweb_column .iqx_checkbox_cell_t label {
  padding-top: 2px;
}

.iqxweb_column .iqx_checkbox_cell_c label {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.iqxweb_column .iqx_radio_cell_h label:hover,
.iqxweb_column .iqx_checkbox_cell_l label:hover,
.iqxweb_column .iqx_checkbox_cell_t label:hover,
.iqxweb_column .iqx_checkbox_cell_c label:hover {
  cursor: pointer;
}

.radio_icon:hover,
input[type="radio"]:hover {
  cursor: pointer;
}

.iqxweb_column .iqx_checkbox_cell_l:hover .checkbox_icon,
.iqxweb_column .iqx_checkbox_cell_t:hover .checkbox_icon,
.iqxweb_column .iqx_checkbox_cell_c:hover .checkbox_icon,
.checkbox_icon:hover,
input[type="checkbox"]:hover {
  cursor: pointer;
  background-color: #ccd6e6 !important;  
}

.iqxweb_column .iqx_radio_cell_h input[type="radio"]:checked + label > .radio_icon,
input[type="radio"]:checked {
  color: #33a92f;
}

.iqxweb_column .iqx_checkbox_cell_l input[type="checkbox"]:checked ~ .checkbox_icon,
.iqxweb_column .iqx_checkbox_cell_t input[type="checkbox"]:checked ~ .checkbox_icon,
.iqxweb_column .iqx_checkbox_cell_c input[type="checkbox"]:checked ~ .checkbox_icon,
input[type="checkbox"]:checked {
  color: #33a92f;
  background-color: #fefefe;  
}

.iqxweb_column .iqx_radio_cell_h input[type="radio"]:disabled + label,
.iqxweb_column .iqx_radio_cell_h input[type="radio"]:disabled + label > .radio_icon,
input[type="radio"]:checked {
  cursor: default;
  color: #7e7f7f;  
}

.iqxweb_column .iqx_checkbox_cell_l input[type="checkbox"]:disabled ~ .checkbox_icon,
.iqxweb_column .iqx_checkbox_cell_t input[type="checkbox"]:disabled ~ .checkbox_icon,
.iqxweb_column .iqx_checkbox_cell_c input[type="checkbox"]:disabled ~ .checkbox_icon,
input[type="checkbox"]:checked {
  cursor: default;
  color: #7e7f7f;
  background-color: #fefefe;
  border: 2px solid #7e7f7f;  
}

.radio_icon:after {
  content: "\e836" !important;  
}

.checkbox_icon:after {
  font-size: 0;
  display: block;
}

.iqxweb_column .iqx_radio_cell_h input[type="radio"]:checked + label > .radio_icon:after {
  content: "\e837" !important; 
}

.iqxweb_column .iqx_checkbox_cell_l input[type="checkbox"]:checked ~ .checkbox_icon:after,
.iqxweb_column .iqx_checkbox_cell_t input[type="checkbox"]:checked ~ .checkbox_icon:after,
.iqxweb_column .iqx_checkbox_cell_c input[type="checkbox"]:checked ~ .checkbox_icon:after {
  content: "\e876" !important; 
  font-size: 0.7rem;  
  display: block;
}

.radio_label {
  padding-top: 0px;
  padding-bottom: 2px;    
}

.radio_icon {
  font-size: 0.8rem;
  font-weight: bold;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  color: #33a92f;
  border: 0 solid #33a92f;
  padding-top: 1px;
  padding-bottom: 2px;  
  margin-right: 0.5vw;
}

.checkbox_icon {
  content: "";
  display: block;
  font-weight: bold;
  width: 0.7rem;
  height: 0.7rem;
  color: #33a92f;
  background-color: #fefefe;
  border: 2px solid #33a92f;
  padding: 0;
}

.iqx_checkbox_cell_l .checkbox_icon {
  margin-right: 0.5vw;
}
/* END Radiobuttons und Checkboxen */

/* BEGIN data-http link (iqx_link) */
.iqx_link {
  font-weight: normal;
  text-decoration: underline;
  color: #000080;
  cursor: pointer;
  white-space: nowrap;
}

.iqx_link:hover {
  color: #cc4141;
}
/* END data-http link (iqx_link) */

/* BEGIN Radio Matrix */
.radio_matrix {
  padding-left: 1vw;
}

.radio_matrix th div {
  width: 100%;
}

.radio_matrix td label {
  margin-right: 1vw;
}
/* END Radio Matrix */
