/* Logo Plazierung */
#logo {
    font: bold 2.833em/1em 'Open Sans',sans-serif;
    letter-spacing: -0.02em;
    float: left;
    margin-top: 15px;
    margin-bottom: 0px;
    max-width: 100%;
}

/* Newsletter Box */
input.newsletter {
    width: 95%;
    margin: 10px 0 10px 0;
    background-color: rgb(64, 64, 64);
    border: 1px solid rgb(76, 76, 76);
}

/* Nur Headline innerhalb Referenz-Box */
.page-template-template-portfolio-overview-php div.entry-content,
.single-portfolio div.entry-content {
   display:none;
}

/* Popup Formular */
#form1-before table {
  width: 100%;
}

#form1-before td {
  width: 50%;
  padding: 0 4px 0 4px;
}

#form1-before select {
  height: 31px;
}

/* Xing */
.social-links .xing a {
  background-image: url(/wp-content/uploads/2013/11/xing.png);
  width: 16px;
  height: 16px;
}

#footer .social-links .xing a {
  background-image: url(/wp-content/uploads/2013/11/xing.png);
  }

.social-links .sn_xing a {
 background-image: url(/wp-content/uploads/2013/11/xing.png);
 height: 16px;
 width: 16px;
 }
 
/* Quicklinks im Footer */
#footer-top  a.quicklinks,
#footer-top  a.quicklinks:visited {
  color: rgb(153, 153, 153);
}

#footer-top  a.quicklinks:hover {
  color: rgb(0, 115, 162);
}

/* JQuery Slider */
#configVCPU,
#configRAM,
#configSTD,
#configPERF {
  width: 300px;
  margin: 2px 5px 0 10px;
}

#configVCPU .ui-slider-handle,
#configRAM .ui-slider-handle,
#configSTD .ui-slider-handle,
#configPERF .ui-slider-handle {
  background: rgb(42, 143, 189);
}

#configManaged .ui-state-active,
#configBackup .ui-state-active,
#configFirewall .ui-state-active,
#configLB .ui-state-active,
#configMonitor .ui-state-active {
  color: #fff;
  background: rgb(42, 143, 189);
}
