/**
 * Globals
 **/
/*
 * Teaser
*/
/**
 * Button
**/
/**
 * Events
 **/
/**
 * Multidownload
 **/
/* colors */
/* fonts */
/* has to be declared as 'semi-bold' */
/* icons */
/* others */
/**
 * Basic border
 **/
/**
 * Fonts
 **/
/**
 * Colors
 **/
/**
 * Layout Gaps
 **/
/**
 * Breakpoints
 */
/**
 * Hyphens
 */
/**
 * Download Icon Desktop
 */
/**
 * Download Icon Mobile
 */
.frame-contact header h2 {
  padding-bottom: 20px !important;
}
@media all and (max-width: 992px) {
  .frame-contact header h2 {
    padding-bottom: 40px !important;
  }
}
.tx-epwerk-employees {
  padding-top: 0;
  /*padding-top: @layout-gap-size-7;*/
  overflow: hidden;
}
.tx-epwerk-employees .focuspoint {
  height: 204px;
  width: auto;
  margin-bottom: 20px;
}
.tx-epwerk-employees .row .row {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media all and (max-width: 991px) {
  .tx-epwerk-employees .row .row {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.tx-epwerk-employees .employee-wrapper {
  padding: 40px 0;
}
@media all and (max-width: 992px) {
  .tx-epwerk-employees .employee-wrapper {
    padding: 0;
  }
}
.tx-epwerk-employees .row:first-of-type .employee-wrapper {
  padding: 20px 0 40px 0;
}
@media all and (max-width: 992px) {
  .tx-epwerk-employees .row:first-of-type .employee-wrapper {
    padding: 0;
  }
}
.tx-epwerk-employees .row:last-of-type .employee-wrapper {
  padding: 40px 0 0 0;
}
@media all and (max-width: 992px) {
  .tx-epwerk-employees .row:last-of-type .employee-wrapper {
    padding: 0;
  }
}
.tx-epwerk-employees .row:last-child .row {
  padding-bottom: 0;
}
.tx-epwerk-employees .row:first-child .row {
  padding-top: 0;
}
.tx-epwerk-employees .row:not(:last-child) .row:after {
  border-bottom: 1px solid grey;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .tx-epwerk-employees .row:not(:last-child) .row:after {
    display: none;
  }
}
.tx-epwerk-employees > .row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.tx-epwerk-employees .email {
  text-decoration: underline;
}
.tx-epwerk-employees .email:hover {
  color: #000000;
  text-decoration: none;
}
.tx-epwerk-employees .tx-epwerk-employees-info {
  font-size: 16px;
}
.tx-epwerk-employees .tx-epwerk-employees-info a {
  word-break: break-all;
}
@media screen and (max-width: 992px) {
  .tx-epwerk-employees .tx-epwerk-employees-info {
    font-size: 14px;
  }
}
.tx-epwerk-employees .tx-epwerk-employees-info-description {
  margin-top: 20px;
}
.tx-epwerk-employees .tx-epwerk-employees-info-description a {
  text-decoration: underline;
  color: black;
}
.tx-epwerk-employees .tx-epwerk-employees-info-description a:hover {
  text-decoration: none;
  color: #000000;
}
.tx-epwerk-employees .tx-epwerk-employees-info-description p:last-child {
  margin-bottom: 0;
}
.tx-epwerk-employees-container {
  padding-right: 15px !important;
}
.tx-epwerk-employees-container-no-image {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (max-width: 992px) {
  .tx-epwerk-employees .focuspoint {
    margin-bottom: 25px;
  }
  .tx-epwerk-employees .row {
    border-bottom: none;
    padding-bottom: 0;
  }
  .tx-epwerk-employees .row:not(:last-child) .row {
    border-bottom: none !important;
  }
  .tx-epwerk-employees .row:not(:first-of-type) {
    padding-top: 0;
  }
  .tx-epwerk-employees .tx-epwerk-employees-container {
    padding-bottom: 45px;
  }
  .tx-epwerk-employees .tx-epwerk-employees-container-no-image {
    padding-top: 40px;
  }
  .tx-epwerk-employees .tx-epwerk-employees-container-no-image:not(:first-child) {
    border-top: 1px solid grey;
  }
  .tx-epwerk-employees .row:first-of-type .employee-wrapper .row .tx-epwerk-employees-container-no-image:first-of-type {
    padding-top: 0;
  }
  .tx-epwerk-employees .row:last-of-type .employee-wrapper .row .tx-epwerk-employees-container-no-image:last-of-type {
    padding-bottom: 0;
  }
}
.accordion-container .tx-epwerk-employees {
  margin-bottom: 40px;
}
.accordion-container .tx-epwerk-employees-container {
  width: calc(33.333% - 15px);
}
.accordion-container .tx-epwerk-employees-container:first-child {
  padding-left: 0 !important;
}
.accordion-container .tx-epwerk-employees-container:last-child {
  padding-right: 0 !important;
}
@media (max-width: 992px) {
  .accordion-container .tx-epwerk-employees-container {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .accordion-container .tx-epwerk-employees-container {
    flex-direction: column;
  }
}
.accordion-container .default-image-wrap {
  height: 204px;
  position: relative;
  background: #cececa;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .accordion-container .default-image-wrap {
    margin-bottom: 25px;
  }
}
.accordion-container .default-image-wrap img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 204px;
  width: auto;
}
.accordion-container .tx-epwerk-employees-info {
  padding: 0;
}
.accordion-container .tx-epwerk-employees-info a {
  word-break: break-all;
}
@media (max-width: 992px) {
  .accordion-container .tx-epwerk-employees-info {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .accordion-container .tx-epwerk-employees-info {
    margin-left: 0;
  }
}
/*# sourceMappingURL=staff.css.map */