/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

:root {
  --pb-dark: #10242b;
  --pb-text: #34464c;
  --pb-muted: #526267;
  --pb-soft: #f7fbfc;
  --pb-soft-blue: #eaf4f6;
  --pb-border: #e6ecef;
  --pb-primary: #0f8a7a;
  --pb-primary-dark: #0f5661;
  --pb-white: #ffffff;
}

.pb-container {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.pb-topbar {
  background: var(--pb-white);
  border-bottom: 1px solid var(--pb-border);
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  z-index: 10;
}

.pb-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pb-logo {
  color: var(--pb-dark);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.pb-topbar-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pb-topbar-links a {
  color: var(--pb-text);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.pb-topbar-links a:hover {
  color: var(--pb-primary);
}

.pb-header-image {
  min-height: 640px;
  background-image:
    linear-gradient(90deg, rgba(16, 36, 43, 0.88), rgba(16, 36, 43, 0.62), rgba(16, 36, 43, 0.25)),
    url("/wp-content/uploads/2026/05/header-arztpraxis-bewerbungen.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pb-header-overlay {
  min-height: 640px;
  display: flex;
  align-items: center;
}

.pb-header-content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pb-header-content.pb-container {
  margin-left: auto;
  margin-right: auto;
}

.pb-header-content .pb-lead {
  max-width: 720px;
}

.pb-header-actions,
.pb-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.pb-hero-summary {
  margin-top: -70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 3;
}

.pb-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--pb-white);
}

.pb-section-light {
  background: var(--pb-soft);
}

.pb-freebie {
  background: var(--pb-soft-blue);
}

.pb-price-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--pb-dark);
}

.pb-final-cta {
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--pb-soft-blue);
}

.pb-footer {
  padding-top: 34px;
  padding-bottom: 34px;
  background: var(--pb-dark);
}

.pb-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.pb-footer strong {
  display: block;
  margin-bottom: 6px;
  color: var(--pb-white);
  font-size: 17px;
}

.pb-footer p {
  margin: 0;
  color: #d9e5e8;
  font-size: 15px;
}

.pb-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.pb-footer-links a {
  color: #d9e5e8;
  text-decoration: none;
  font-size: 15px;
}

.pb-footer-links a:hover {
  color: var(--pb-white);
}

.pb-center {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.pb-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.pb-grid {
  display: grid;
  gap: 28px;
}

.pb-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pb-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-badge {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--pb-soft-blue);
  color: var(--pb-primary-dark);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.pb-badge-light {
  background: rgba(255, 255, 255, 0.14);
  color: var(--pb-white);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.pb-h1 {
  margin: 0 0 24px;
  color: var(--pb-dark);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.pb-h2 {
  margin: 0 0 22px;
  color: var(--pb-dark);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.pb-white {
  color: var(--pb-white);
}

.pb-lead {
  margin-bottom: 28px;
  color: var(--pb-text);
  font-size: 21px;
  line-height: 1.65;
}

.pb-text {
  margin-bottom: 20px;
  color: var(--pb-text);
  font-size: 18px;
  line-height: 1.75;
}

.pb-light-text {
  color: #edf6f8;
}

.pb-section-intro {
  margin: 0 auto 48px;
  max-width: 820px;
  color: var(--pb-text);
  font-size: 19px;
  line-height: 1.65;
}

.pb-checklist {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.pb-checklist li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  color: var(--pb-text);
  font-size: 17px;
  line-height: 1.55;
}

.pb-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pb-primary);
  font-weight: 900;
}

.pb-checklist-light li {
  color: var(--pb-white);
}

.pb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pb-button-primary {
  background: var(--pb-primary);
  color: var(--pb-white);
  box-shadow: 0 12px 28px rgba(15, 138, 122, 0.24);
}

.pb-button-primary:hover {
  background: #0c7468;
  color: var(--pb-white);
  transform: translateY(-2px);
}

.pb-button-secondary {
  background: transparent;
  color: var(--pb-primary);
  border: 2px solid var(--pb-primary);
}

.pb-button-secondary:hover {
  background: var(--pb-primary);
  color: var(--pb-white);
}

.pb-button-secondary-light {
  background: rgba(255, 255, 255, 0.1);
  color: var(--pb-white);
  border: 2px solid rgba(255, 255, 255, 0.72);
}

.pb-button-secondary-light:hover {
  background: var(--pb-white);
  color: var(--pb-dark);
}

.pb-button-full {
  width: 100%;
  margin-top: 24px;
}

.pb-card,
.pb-hero-card,
.pb-module-card,
.pb-price-card {
  height: 100%;
  border-radius: 22px;
}

.pb-card {
  padding: 32px;
  background: var(--pb-white);
  border: 1px solid var(--pb-border);
  box-shadow: 0 10px 32px rgba(16, 36, 43, 0.06);
}

.pb-card h3 {
  margin: 0 0 12px;
  color: var(--pb-dark);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
}

.pb-card p {
  margin: 0 0 14px;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.65;
}

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

.pb-hero-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.95fr;
  gap: 32px;
  align-items: start;
  padding: 38px;
  background: var(--pb-white);
  border: 1px solid var(--pb-border);
  box-shadow: 0 18px 55px rgba(16, 36, 43, 0.14);
}

.pb-hero-card h2 {
  margin: 0;
  color: var(--pb-dark);
  font-size: 29px;
  line-height: 1.22;
  font-weight: 850;
}

.pb-hero-card p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pb-card-label {
  display: block;
  margin-bottom: 12px;
  color: var(--pb-primary);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pb-image-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 48px rgba(16, 36, 43, 0.12);
}

.pb-image-office {
  background-image:
    linear-gradient(180deg, rgba(16, 36, 43, 0.03), rgba(16, 36, 43, 0.62)),
    url("/wp-content/uploads/2026/05/praxis-team-bewerbungen.png");
}

.pb-image-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

.pb-image-caption p {
  margin: 0;
  color: var(--pb-dark);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 750;
}

.pb-module-card {
  padding: 32px;
  background: var(--pb-white);
  border: 1px solid var(--pb-border);
  box-shadow: 0 10px 32px rgba(16, 36, 43, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-module-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 42px rgba(16, 36, 43, 0.1);
}

.pb-module-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--pb-primary);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pb-module-card h3 {
  margin: 0 0 12px;
  color: var(--pb-dark);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 850;
}

.pb-module-card p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pb-price-card {
  padding: 42px;
  background: var(--pb-white);
  border: 1px solid #dcebed;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.pb-price-card span {
  display: block;
  margin-bottom: 14px;
  color: #6b7a80;
  font-size: 15px;
  font-weight: 800;
}

.pb-price {
  margin-bottom: 14px;
  color: var(--pb-dark);
  font-size: 64px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.pb-price-card p {
  margin: 0 0 14px;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.6;
}

.pb-price-card strong {
  color: var(--pb-dark);
  font-size: 16px;
}

@media (max-width: 1100px) {
  .pb-hero-card {
    grid-template-columns: 1fr;
  }

  .pb-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .pb-topbar-inner,
  .pb-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .pb-header-image,
  .pb-header-overlay {
    min-height: 560px;
  }

  .pb-section,
  .pb-price-section,
  .pb-final-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pb-split,
  .pb-grid-2 {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pb-hero-summary {
    margin-top: -50px;
    padding-bottom: 54px;
  }

  .pb-card,
  .pb-hero-card,
  .pb-module-card,
  .pb-price-card,
  .pb-highlight {
    padding: 26px;
  }
}

@media (max-width: 767px) {
  .pb-container {
    width: min(100% - 28px, 1180px);
  }

  .pb-header-image,
  .pb-header-overlay {
    min-height: 620px;
  }

  .pb-header-content {
    max-width: 100%;
  }

  .pb-lead,
  .pb-section-intro,
  .pb-text {
    font-size: 17px;
  }

  .pb-topbar-links {
    gap: 12px;
    flex-wrap: wrap;
  }

  .pb-topbar-links a {
    font-size: 14px;
  }

  .pb-header-actions,
  .pb-final-actions {
    flex-direction: column;
  }

  .pb-button {
    width: 100%;
  }

  .pb-price {
    font-size: 48px;
  }

  .pb-image-card {
    min-height: 320px;
  }
}
.pb-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--pb-dark);
  text-decoration: none;
}

.pb-logo:hover {
  color: var(--pb-dark);
  text-decoration: none;
}

.pb-logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--pb-primary);
  color: var(--pb-white);
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.pb-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.pb-logo-text strong {
  color: var(--pb-dark);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.pb-logo-text small {
  color: var(--pb-muted);
  font-size: 12px;
  font-weight: 700;
}

.pb-nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--pb-primary);
  color: var(--pb-white) !important;
}

.pb-nav-cta:hover {
  background: #0c7468;
  color: var(--pb-white) !important;
}

.pb-site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--pb-border);
  padding: 16px 0;
  position: relative;
  z-index: 20;
}

.pb-site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.pb-site-logo img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
}

.pb-site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pb-site-nav a {
  color: var(--pb-text);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.pb-site-nav a:hover {
  color: var(--pb-primary);
}

.pb-site-footer {
  background: var(--pb-dark);
  padding: 44px 0;
}

.pb-site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.pb-footer-brand img {
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 14px;
  filter: brightness(0) invert(1);
}

.pb-footer-brand p {
  margin: 0;
  color: #d9e5e8;
  font-size: 15px;
  line-height: 1.6;
}

.pb-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.pb-footer-nav a {
  color: #d9e5e8;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.pb-footer-nav a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .pb-site-header-inner,
  .pb-site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .pb-site-nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .pb-site-logo img,
  .pb-footer-brand img {
    width: 220px;
  }
}