.rad .col-lg-3, .rad .col-lg-6 {
  padding: 0;
}
.quarter {
    height: 285px;
}
.quarter.left {
  padding-right: 15px;
}
.quarter.right {
  padding-left: 15px;
}
.quarter.bottom {
    vertical-align: bottom;
    display: table-cell;
}

.rad .img {
  height: 570px;
    position: relative;
    overflow: visible;
}

.rad img {
  /*original size*/
  max-width:  none;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.Werte, .Motivation, .Vision {
  display: none;
}