﻿/*
 * Source style matrix, Spies Hecker service.html
 * (body.theme_color15, axbase, live Computed + source screenshots):
 * Body text: #1e1e1e 15px/22px Arial/Helvetica, normal case.
 * H1 headlineContent: #ff0000 30px/39px Arial 400 center; hr 227x2 #6d6e71 mt10 mb35.
 * H3 mediaTeaser card: #ff0000 20px/26px Arial 400 center mb10.
 * Teaser body p: #6d6e71 16px/22px center.
 * Linktext: #959595 15px/22px; hover/focus #ff0000.
 * Grey surfaces (mediaTeaser): #eaeaea flat, no radius/shadow; text pad 29px 30px 30px.
 * Two-column grid: col-lg-6 side-by-side desktop; stack mobile.
 * No moodImage, Wistia, or PDF on source page.
 */

.service-page {
  --service-red: #ff0000;
  --service-text: #1e1e1e;
  --service-muted: #6d6e71;
  --service-link-muted: #959595;
  --service-grey: #eaeaea;
  --service-rule: #6d6e71;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--service-text);
}

.service-page,
.service-page *,
.service-page *::before,
.service-page *::after {
  box-sizing: border-box;
}

.service-replica {
  padding-bottom: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--service-text);
}

.service-replica .headlineContent {
  margin: 0;
  padding: 0;
}

.service-page .service-replica .component.headline {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  background: transparent;
}

.service-page .service-replica .component.headline h1#service-title {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--service-red);
}

.service-page .service-replica .component.headline hr {
  width: 227px;
  max-width: min(227px, 60vw);
  height: 0;
  margin: 10px auto 35px;
  padding: 0;
  border: 0;
  border-top: 2px solid var(--service-rule);
  background: transparent;
}

.service-section-block {
  margin: 0 0 10px;
  padding: 0;
}

.service-teaser-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.service-teaser-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 30px;
}

.service-page .service-replica .component.mediaTeaser {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--service-grey);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.service-page .service-replica .component.mediaTeaser > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.service-page .service-replica .component.mediaTeaser > a:hover,
.service-page .service-replica .component.mediaTeaser > a:focus-visible {
  color: inherit;
  text-decoration: none;
}

.service-page .service-replica .component.mediaTeaser .img {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.service-page .service-replica .component.mediaTeaser .img picture,
.service-page .service-replica .component.mediaTeaser .img img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.service-page .service-replica .component.mediaTeaser .img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.service-page .service-replica .component.mediaTeaser .text {
  padding: 29px 30px 30px;
  text-align: center;
  background: var(--service-grey);
}

.service-page .service-replica .component.mediaTeaser .text h3.service-teaser-h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--service-red);
}

.service-page .service-replica .component.mediaTeaser .text p {
  margin: 0;
  padding: 0;
  min-height: 66px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--service-muted);
}

.service-page .service-replica .component.mediaTeaser .linktext {
  display: inline-block;
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--service-link-muted);
}

.service-page .service-replica .component.mediaTeaser > a:hover .linktext,
.service-page .service-replica .component.mediaTeaser > a:focus-visible .linktext {
  color: var(--service-red);
}

.service-page .service-replica .component.mediaTeaser .linktext .icon-arrow-right {
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
}

.service-page .service-replica .component.textComponent.service-spacer {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.service-page .service-replica .component.textComponent.service-spacer p {
  margin: 0;
  padding: 0;
  min-height: 22px;
  font-size: 15px;
  line-height: 22px;
  color: transparent;
}

@media (max-width: 767px) {
  .service-teaser-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .service-page .service-replica .component.headline h1#service-title {
    font-size: 30px;
    line-height: 39px;
  }

  .service-page .service-replica .component.mediaTeaser .text {
    padding: 29px 15px 30px;
  }

  .service-page .service-replica .component.mediaTeaser .text p {
    min-height: 0;
  }
}
