/* pixelschmitt Frontend Build System
 * Google Maps Unternehmensprofilcheck · Post-ID 9015
 */

.ps-check-page {
  --ps-blue: #385E72;
  --ps-text: #55595F;
  --ps-light: #F5F7F8;
  --ps-border: #DCE3E7;
  --ps-white: #FFFFFF;
  color: var(--ps-text);
  font-family: Signika, Arial, sans-serif;
}
.ps-check-page * {
  box-sizing: border-box;
}
.ps-check-page h1,
.ps-check-page h2,
.ps-check-page h3 {
  color: var(--ps-blue);
  line-height: 1.15;
}
.ps-check-page h1 {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  margin: 20px 0 24px;
}
.ps-check-page h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  margin: 0 0 20px;
}
.ps-check-page h3 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}
.ps-check-page p {
  line-height: 1.65;
}
.ps-check-container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}
.ps-check-hero {
  padding: 80px 0 60px;
  text-align: center;
}
.ps-check-eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #EDF4F7;
  color: var(--ps-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ps-check-lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.ps-check-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin: 32px 0 0;
  font-weight: 600;
}
.ps-check-points span::before {
  content: "✓";
  display: inline-block;
  margin-right: 8px;
  color: var(--ps-blue);
  font-weight: 700;
}
.ps-check-intro {
  max-width: 850px;
  margin: 0 auto 55px;
  padding: 28px;
  border-left: 5px solid var(--ps-blue);
  border-radius: 0 14px 14px 0;
  background: var(--ps-light);
}
.ps-check-intro p:first-child {
  margin-top: 0;
}
.ps-check-intro p:last-child {
  margin-bottom: 0;
}
.ps-check-arrow {
  margin-top: 35px;
  color: var(--ps-blue);
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .ps-check-hero {
    padding: 55px 0 40px;
  }
  .ps-check-points {
    align-items: flex-start;
    flex-direction: column;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .ps-check-intro {
    padding: 22px;
  }
}

.ps-check-content {
  --ps-blue: #385E72;
  --ps-text: #55595F;
  --ps-light: #F5F7F8;
  --ps-border: #DCE3E7;
  color: var(--ps-text);
  font-family: Signika, Arial, sans-serif;
  padding: 90px 0 30px;
}
.ps-check-content * {
  box-sizing: border-box;
}
.ps-check-content h2,
.ps-check-content h3 {
  color: var(--ps-blue);
  line-height: 1.2;
}
.ps-check-content h2 {
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}
.ps-check-content h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}
.ps-check-content p {
  line-height: 1.65;
}
.ps-check-content a {
  color: var(--ps-blue);
}
.ps-check-container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}
.ps-check-section {
  margin-bottom: 95px;
}
.ps-check-section-intro {
  max-width: 760px;
  margin-bottom: 35px;
}
.ps-check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ps-check-card {
  padding: 26px;
  border: 1px solid var(--ps-border);
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 12px 35px rgba(56, 94, 114, .07);
}
.ps-check-card-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--ps-blue);
  color: #FFFFFF;
  font-weight: 700;
}
.ps-check-card p:last-child {
  margin-bottom: 0;
}
.ps-check-areas {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.ps-check-area {
  padding: 20px 15px;
  border-radius: 12px;
  background: var(--ps-light);
  text-align: center;
  font-weight: 700;
  color: var(--ps-blue);
}
.ps-check-targets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ps-check-target {
  padding: 9px 14px;
  border: 1px solid var(--ps-border);
  border-radius: 999px;
  background: #FFFFFF;
}
.ps-check-about {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) 1.3fr;
  gap: 40px;
  align-items: center;
  padding: 38px;
  border-radius: 18px;
  background: var(--ps-light);
}
.ps-check-about-image {
  overflow: hidden;
  border-radius: 14px;
}
.ps-check-about-image img {
  display: block;
  width: 100%;
  height: auto;
}
.ps-check-button {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 22px;
  border-radius: 8px;
  background: var(--ps-blue);
  color: #FFFFFF !important;
  text-decoration: none;
  font-weight: 700;
}
.ps-check-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--ps-border);
  border-radius: 10px;
  background: #FFFFFF;
}
.ps-check-faq summary {
  padding: 17px 20px;
  color: var(--ps-blue);
  font-weight: 700;
  cursor: pointer;
}
.ps-check-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}
.ps-check-cta {
  padding: 45px;
  border-radius: 18px;
  background: var(--ps-blue);
  color: #FFFFFF;
  text-align: center;
}
.ps-check-cta h2 {
  color: #FFFFFF;
}
.ps-check-cta p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.ps-check-cta .ps-check-button {
  background: #FFFFFF;
  color: var(--ps-blue) !important;
}
@media (max-width: 900px) {
  .ps-check-grid {
    grid-template-columns: 1fr;
  }
  .ps-check-areas {
    grid-template-columns: repeat(2, 1fr);
  }
  .ps-check-about {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .ps-check-content {
    padding-top: 65px;
  }
  .ps-check-section {
    margin-bottom: 70px;
  }
  .ps-check-areas {
    grid-template-columns: 1fr;
  }
  .ps-check-about,
  .ps-check-cta {
    padding: 26px 20px;
  }
}

.ps-check-page {
  --ps-blue: #385E72;
  --ps-text: #55595F;
  --ps-light: #F5F7F8;
  --ps-border: #DCE3E7;
  --ps-white: #FFFFFF;
  color: var(--ps-text);
  font-family: Signika, Arial, sans-serif;
}

.ps-check-page * {
  box-sizing: border-box;
}

.ps-check-page h1,
.ps-check-page h2,
.ps-check-page h3 {
  color: var(--ps-blue);
  line-height: 1.15;
}

.ps-check-page h1 {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  margin: 20px 0 24px;
}

.ps-check-page h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  margin: 0 0 20px;
}

.ps-check-page h3 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.ps-check-page p {
  line-height: 1.65;
}

.ps-check-container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.ps-check-hero {
  padding: 80px 0 60px;
  text-align: center;
}

.ps-check-eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #EDF4F7;
  color: var(--ps-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ps-check-lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.ps-check-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin: 32px 0 0;
  font-weight: 600;
}

.ps-check-points span::before {
  content: "✓";
  display: inline-block;
  margin-right: 8px;
  color: var(--ps-blue);
  font-weight: 700;
}

.ps-check-intro {
  max-width: 850px;
  margin: 0 auto 55px;
  padding: 28px;
  border-left: 5px solid var(--ps-blue);
  border-radius: 0 14px 14px 0;
  background: var(--ps-light);
}

.ps-check-intro p:first-child {
  margin-top: 0;
}

.ps-check-intro p:last-child {
  margin-bottom: 0;
}

.ps-check-arrow {
  margin-top: 35px;
  color: var(--ps-blue);
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 767px) {
  .ps-check-hero {
    padding: 55px 0 40px;
  }

  .ps-check-points {
    align-items: flex-start;
    flex-direction: column;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .ps-check-intro {
    padding: 22px;
  }
}

.ps-check-content {
  --ps-blue: #385E72;
  --ps-text: #55595F;
  --ps-light: #F5F7F8;
  --ps-border: #DCE3E7;
  color: var(--ps-text);
  font-family: Signika, Arial, sans-serif;
  padding: 90px 0 30px;
}

.ps-check-content * {
  box-sizing: border-box;
}

.ps-check-content h2,
.ps-check-content h3 {
  color: var(--ps-blue);
  line-height: 1.2;
}

.ps-check-content h2 {
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.ps-check-content h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.ps-check-content p {
  line-height: 1.65;
}

.ps-check-content a {
  color: var(--ps-blue);
}

.ps-check-container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.ps-check-section {
  margin-bottom: 95px;
}

.ps-check-section-intro {
  max-width: 760px;
  margin-bottom: 35px;
}

.ps-check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ps-check-card {
  padding: 26px;
  border: 1px solid var(--ps-border);
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 12px 35px rgba(56, 94, 114, .07);
}

.ps-check-card-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--ps-blue);
  color: #FFFFFF;
  font-weight: 700;
}

.ps-check-card p:last-child {
  margin-bottom: 0;
}

.ps-check-areas {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.ps-check-area {
  padding: 20px 15px;
  border-radius: 12px;
  background: var(--ps-light);
  text-align: center;
  font-weight: 700;
  color: var(--ps-blue);
}

.ps-check-targets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ps-check-target {
  padding: 9px 14px;
  border: 1px solid var(--ps-border);
  border-radius: 999px;
  background: #FFFFFF;
}

.ps-check-about {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) 1.3fr;
  gap: 40px;
  align-items: center;
  padding: 38px;
  border-radius: 18px;
  background: var(--ps-light);
}

.ps-check-about-image {
  overflow: hidden;
  border-radius: 14px;
}

.ps-check-about-image img {
  display: block;
  width: 100%;
  height: auto;
}

.ps-check-button {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 22px;
  border-radius: 8px;
  background: var(--ps-blue);
  color: #FFFFFF !important;
  text-decoration: none;
  font-weight: 700;
}

.ps-check-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--ps-border);
  border-radius: 10px;
  background: #FFFFFF;
}

.ps-check-faq summary {
  padding: 17px 20px;
  color: var(--ps-blue);
  font-weight: 700;
  cursor: pointer;
}

.ps-check-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.ps-check-cta {
  padding: 45px;
  border-radius: 18px;
  background: var(--ps-blue);
  color: #FFFFFF;
  text-align: center;
}

.ps-check-cta h2 {
  color: #FFFFFF;
}

.ps-check-cta p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.ps-check-cta .ps-check-button {
  background: #FFFFFF;
  color: var(--ps-blue) !important;
}

@media (max-width: 900px) {
  .ps-check-grid {
    grid-template-columns: 1fr;
  }

  .ps-check-areas {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-check-about {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ps-check-content {
    padding-top: 65px;
  }

  .ps-check-section {
    margin-bottom: 70px;
  }

  .ps-check-areas {
    grid-template-columns: 1fr;
  }

  .ps-check-about,
  .ps-check-cta {
    padding: 26px 20px;
  }
}
