/* SIDEBAR CSS
*********************************************/

.sidebar {
  margin-top: 10px;
}

.sidebar a:hover {
  text-decoration: underline;
}

.sidebar h3 {
  background: #587091;
  border-bottom: 1px solid #f8f8f8;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 14px 20px;
  text-transform: uppercase;
  color: #f8f8f8;
  line-height: 1.4;
}

.site_si .sidebar h3 {
  background: #36639E;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-item {
  /*background: #587091;*/
  /*padding: 20px;*/
  font-size: 15px;
  margin-bottom: 50px;
}

.sidebar .sidebar-jobs ul li {
  margin-bottom: 1px;
}

.sidebar .sidebar-kontaktdaten,
.sidebar .sidebar-jobs ul li a {
  text-decoration: none;
  color: #555;
  display: block;
  padding: 20px;
  background: #efedf4;
}

.sidebar .sidebar-jobs ul li a:hover {
  text-decoration: underline;
}

.sidebar .sidebar-jobs ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.sidebar .sidebar-jobs ul li span {
  display: block;
  font-size: 12px;
  position: relative;
  padding-left: 18px;
  margin-top: 4px;
}

.sidebar .sidebar-jobs ul li span:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e904";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #587091;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site_si .sidebar .sidebar-jobs ul li span:before {
  color: #36639E;
}

.sidebar .sidebar-blog ul li span::before {
  content: "\e903";
}


/* Kontaktdaten */

.sidebar-kontaktdaten {
  width: 100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.sidebar-kontaktdaten p {
  margin: 0 0 18px;
}

.sidebar-kontaktdaten p:last-child {
  margin: 0;
}



