.top-block {
  padding: 45px 15px 0 0;
  margin-bottom: 30px; }
  .top-block p {
    margin-bottom: 10px; }
  .top-block__title {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 20px; }
  .top-block__subtitle {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px; }
  .top-block__txt {
    font-size: 1.1rem;
    margin-bottom: 0.9rem;
    line-height: 1.5;
    flex: 1 1 70%; }
  .top-block__txt-bold {
    display: block;
    font-weight: bold; }
  .top-block__txt-light {
    margin-bottom: 30px !important; }
  .top-block__breacrumb-type {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex; }
    .top-block__breacrumb-type #breadcrumbs {
      display: flex;
      align-items: center;
      margin: 0; }
      .top-block__breacrumb-type #breadcrumbs a {
        color: gray !important; }
  .top-block__divider {
    align-self: center;
    width: 60px;
    border: 1px solid #626261;
    height: 1px;
    margin-right: 20px; }

.margin-none {
  margin-bottom: 0 !important; }

.referenz-bottom-slider {
  -o-object-fit: contain;
  object-fit: contain; }

.under-block {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap; }
  .under-block__list li {
    font-weight: bold;
    margin-bottom: 10px; }
  .under-block__title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #626336;
    margin-bottom: 20px; }
  .under-block__details {
    width: 50%;
    color: #626336;
    padding: 20px;
    flex: 0 0 auto;
    min-width: 400px; }
    @media (max-width: 840px) {
      .under-block__details {
        width: 100%; } }
  .under-block__slider {
    width: 50%;
    height: auto; }
    @media (max-width: 840px) {
      .under-block__slider {
        width: 100%; } }
  .under-block__item {
    display: none; }
    .under-block__item img {
      width: 100%;
      height: 400px;
      -o-object-fit: contain;
      object-fit: contain; }

.product-block {
  max-width: 1200px;
  margin-bottom: 30px; }
  .product-block__title {
    font-weight: bold;
    font-size: 1.7rem;
    color: black;
    margin-bottom: 20px; }
  .product-block__items {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin: 0 -15px 0 -15px; }
    @media (max-width: 840px) {
      .product-block__items {
        justify-content: center;
        margin: 0; } }
  .product-block__description {
    font-size: 14px !important;
    font-weight: 300 !important; }
  .product-block__item {
    width: 50%;
    height: 300px;
    text-align: center;
    margin-bottom: 90px;
    padding: 0 0 0 15px;
    min-width: 450px; }
    @media (min-width: 900px) {
      .product-block__item:nth-child(odd) {
        padding: 0 15px; } }
    @media (max-width: 900px) {
      .product-block__item {
        min-width: 100%;
        padding: 0; } }
    .product-block__item div {
      font-weight: bold;
      text-align: left;
      font-size: 18px;
      margin-top: 5px; }
      .product-block__item div a {
        color: black !important; }
    .product-block__item img {
      background: linear-gradient(#4d5557, #889397);
      height: 100%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%; }

.gray {
  margin-bottom: 30px; }

.video-block {
  max-width: 1200px;
  max-height: 600px;
  margin-bottom: 30px;
  padding-right: 15px; }
  @media (max-width: 1350px) {
    .video-block {
      padding-right: 0; } }
  .video-block iframe {
    width: 100%;
    height: 600px; }
    @media (max-width: 800px) {
      .video-block iframe {
        height: 400px; } }
    @media (max-width: 600px) {
      .video-block iframe {
        height: 300px; } }
    @media (max-width: 400px) {
      .video-block iframe {
        height: 200px; } }

.image-container {
  max-width: 1200px;
  margin: 0 -15px 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .image-container__fullwidth {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
    @media (max-width: 1350px) {
      .image-container__fullwidth {
        padding: 0 15px; } }
    .image-container__fullwidth img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 1350px) {
        .image-container__fullwidth img {
          -o-object-fit: contain;
          object-fit: contain; } }
  .image-container__halfwidth {
    margin-bottom: 30px;
    width: 50%;
    height: 400px;
    padding: 0 0 0 15px;
    min-width: 450px; }
    @media (max-width: 900px) {
      .image-container__halfwidth {
        min-width: 100%; } }
    .image-container__halfwidth a {
      width: 100%;
      height: 100%; }
      .image-container__halfwidth a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

.referenz-hr {
  border: none;
  height: 2px;
  background-color: black;
  margin-right: 15px; }
  @media (max-width: 1350px) {
    .referenz-hr {
      margin-right: 0; } }

.img-popup {
  display: block;
  transition: filter 0.75s ease-in; }
  .img-popup.disabled {
    pointer-events: none;
    filter: grayscale(0.75); }

.flex-txt {
  display: flex;
  flex-wrap: wrap; }
  .flex-txt__right {
    padding-left: 30px;
    flex: 0 1 30%; }
    @media (max-width: 520px) {
      .flex-txt__right {
        align-items: center;
        justify-content: center;
        flex: 1 1 100%; } }

.full-width-img img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100%; }
