section.experts {
  width: 100%;
  display: inline-block;
  background-color: #f1efe9;
}
section.experts .expertsListHeadline {
  font-size: 2em;
  padding: 5%;
  text-transform: uppercase;
}
section.experts .expertsListHeadline h2 {
  margin: 0px;
}
section.experts .expertsListBody {
  max-width: 960px;
  margin: 0 auto;
}
section.experts .expertsListBody a {
  text-decoration: none;
  color: #ffffff;
}
section.experts .expertsListBody figure {
  width: calc((90% / 4));
  float: left;
  margin: 2.5%;
  position: relative;
  transition: all 0.15s ease-in-out;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #000000;
}
section.experts .expertsListBody figure figcaption {
  display: none;
  top: 50%;
  left: 50%;
  padding: 5px 10%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  max-width: 70%;
  word-wrap: break-word;
}
section.experts .expertsListBody figure figcaption .headline {
  color: #000000;
}
section.experts .expertsListBody figure figcaption .shortDescription {
  display: none;
}
section.experts .expertsListBody figure .backgroundImg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
}
section.experts .expertsListBody figure:after {
  content: "";
  display: block;
  padding-top: 100%;
}
section.experts .expertsListBody figure:hover {
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.35);
  transform: translateY(-1%);
  z-index: 1;
}
section.experts .expertsListBody figure:hover figcaption {
  display: block;
  width: 80%;
  background-color: transparent;
}
section.experts .expertsListBody figure:hover figcaption .headline {
  color: #ffffff;
  transform: translateY(-1%);
  animation: fadeIn 0.5s ease-out;
  background-color: transparent;
}
section.experts .expertsListBody figure:hover figcaption .shortDescription {
  display: block;
  animation: fadeIn 0.5s ease-out;
}
section.experts .expertsListBody figure:hover .backgroundImg {
  opacity: 0.4;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 620px) {
  section.experts .expertsListBody figure {
    width: calc((90% / 2));
  }
}

/*# sourceMappingURL=Card.css.map */


section.serviceShow {
  width: 100%; }
  section.serviceShow header {
    width: 100%;
    height: 60vh;
    position: relative;
    background-color: #000000; }
    section.serviceShow header .textBox {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px 40px;
      color: #FFFFFF;
      font-size: 2em;
      z-index: 1; }
    section.serviceShow header .cover {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      background-position: center;
      background-size: cover;
      opacity: 0.6;
      z-index: 0; }
  section.serviceShow section.sectionBoxes article.mediaSideTeaser {
    width: 100%;
    display: flex;
    flex-direction: row; }
    section.serviceShow section.sectionBoxes article.mediaSideTeaser figure {
      width: 50%;
      margin: 0px;
      background-position: center;
      background-size: cover; }
    section.serviceShow section.sectionBoxes article.mediaSideTeaser .textBox {
      width: 30%;
      max-width: 980px;
      margin: 0 auto;
      padding: 10% 10%; }
      section.serviceShow section.sectionBoxes article.mediaSideTeaser .textBox .headline, section.serviceShow section.sectionBoxes article.mediaSideTeaser .textBox .text {
        margin: 5px 0px;
        color: #000000; }
      section.serviceShow section.sectionBoxes article.mediaSideTeaser .textBox .text a {
        text-decoration: none;
        color: #ff9933;
        border: 2px solid #ff9933;
        padding: 10px 20px;
        display: inline-block;
        border-radius: 6px;
        margin: 20px 0px; }
      section.serviceShow section.sectionBoxes article.mediaSideTeaser .textBox .text a:hover {
        color: #ffffff;
        background-color: #ff9933; }
  section.serviceShow section.sectionBoxes article.mediaSideTeaser.imageAlignRight {
    flex-direction: row-reverse; }
  section.serviceShow section.sectionBoxes article.mediaHeaderWithText {
    width: 100%;
    height: 60vh;
    position: relative; }
    section.serviceShow section.sectionBoxes article.mediaHeaderWithText figure {
      width: 100%;
      height: 100%;
      margin: 0px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-position: center;
      background-size: cover;
      z-index: 1; }
    section.serviceShow section.sectionBoxes article.mediaHeaderWithText .textBox {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px 20px;
      background-color: #FFFFFF;
      text-align: center;
      border-radius: 4px;
      box-shadow: 0px 0px 12px -6px #000000;
      z-index: 2; }
      section.serviceShow section.sectionBoxes article.mediaHeaderWithText .textBox .headline, section.serviceShow section.sectionBoxes article.mediaHeaderWithText .textBox .text {
        margin: 5px 0px;
        color: #000000; }
      section.serviceShow section.sectionBoxes article.mediaHeaderWithText .textBox .text a {
        text-decoration: none;
        color: #ff9933;
        border: 2px solid #ff9933;
        padding: 10px 20px;
        display: inline-block;
        border-radius: 6px;
        margin: 20px 0px; }
      section.serviceShow section.sectionBoxes article.mediaHeaderWithText .textBox .text a:hover {
        color: #ffffff;
        background-color: #ff9933; }
  section.serviceShow section.sectionBoxes article.textBox {
    width: 90%;
    min-height: 10vh;
    padding: 5vh 5%; }
    section.serviceShow section.sectionBoxes article.textBox .headline, section.serviceShow section.sectionBoxes article.textBox .text {
      margin: 5px 0px;
      color: #000000; }
    section.serviceShow section.sectionBoxes article.textBox .text a {
      text-decoration: none;
      color: #ff9933;
      border: 2px solid #ff9933;
      padding: 10px 20px;
      display: inline-block;
      border-radius: 6px;
      margin: 20px 0px; }
    section.serviceShow section.sectionBoxes article.textBox .text a:hover {
      color: #ffffff;
      background-color: #ff9933; }
  section.serviceShow section.sectionBoxes article.parallax figure {
    background-attachment: fixed;
    background-repeat: no-repeat; }

@media (max-width: 780px) {
  section.serviceShow header {
    height: auto; }
    section.serviceShow header .textBox {
      position: relative;
      top: 0px;
      left: 0px;
      transform: none; } }

/*# sourceMappingURL=Show.css.map */


