.widget-organigram {
  position: relative;
/*  background: #f5f5f5 url("../../images/organigramm-de-hg.jpg") center center;
  background-size: cover; */
}

/*.widget-organigram .organigram-caption {
  position: absolute;
  top: 50px;
  left: 25px;
}*/

.widget-organigram img {
  width: 100%;
  max-width: 1440px;
  float: right;
}

.organigram-link {
  display: none;
}

@media screen and (min-width: 1430px) {
  .widget-organigram {
    display: block;
  }
  .organigram-link {
    position: absolute;
    height: 42%;
    width: 25%;
    z-index: 3;
    display: block;
  }
  .organigram-link--01 {
    top: 0;
    left: 290px;
    width: 230px;
    height: 35%;
  }
  .organigram-link--02 {
    bottom: 0;
    left: 4%;
  }
  .organigram-link--03 {
    bottom: 0;
    left: 30%;
  }
  .organigram-link--04 {
    bottom: 0;
    right: 19%;
  }
}