/*
Theme Name: PflegeTeam OnePage Landing
Theme URI: https://pflegedienst-oberursel.de/
Author: YARKO
Description: Editable one-page WordPress landing theme for Das PflegeTeam Oberursel & Bad Homburg.
Version: 1.13.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: pflegeteam-onepage
*/
:root{--blue:#07569b;--blue2:#003f78;--green:#46a71c;--green2:#2f8917;--text:#12304a;--muted:#5d7182;--bg:#f4fbff;--line:#cfe7f8;--shadow:0 18px 50px rgba(7,86,155,.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.55;background:#fff}.pt-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.pt-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 8px 26px rgba(0,0,0,.06)}.pt-nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.pt-logo img{max-height:58px;width:auto;display:block}.pt-menu{display:flex;align-items:center;gap:38px}.pt-menu a{text-decoration:none;color:#0d253d;font-weight:700}.pt-phone{display:inline-flex;align-items:center;gap:9px;background:var(--blue);color:#fff!important;padding:13px 19px;border-radius:7px;text-decoration:none;font-weight:800;box-shadow:0 10px 24px rgba(7,86,155,.18)}.pt-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 38%,#eef8ff 100%)}.pt-hero-grid{display:grid;grid-template-columns:42% 58%;min-height:640px;align-items:center}.pt-hero-copy{padding:80px 0;z-index:2}.pt-kicker{color:var(--green);font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:13px}.pt-hero h1{font-size:43px;line-height:1.17;margin:15px 0 18px;color:#0b2239}.pt-hero h1 strong,.pt-green{color:var(--green)}.pt-blue{color:var(--blue)}.pt-lead{font-size:19px;font-weight:600;max-width:560px;color:#1b344d}.pt-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.pt-btn{display:inline-flex;gap:12px;align-items:center;justify-content:center;border-radius:8px;padding:15px 22px;font-weight:800;text-decoration:none;border:2px solid var(--blue);color:var(--blue);background:#fff}.pt-btn.primary{background:var(--green);border-color:var(--green);color:#fff}.pt-quality{margin-top:34px}.pt-quality img{width:150px;max-width:42%;height:auto}.pt-hero-image{position:absolute;inset:0 0 0 38%;background-size:cover;background-position:center right}.pt-hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.9) 10%,rgba(255,255,255,.15) 45%,rgba(255,255,255,0) 100%)}section{padding:86px 0}.pt-section-title{text-align:center;margin-bottom:34px}.pt-section-title h2{font-size:36px;line-height:1.18;margin:8px 0 8px;color:var(--blue2)}.pt-section-title p{font-size:18px;color:var(--muted);margin:0}.pt-about{background:#fff}.pt-about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}.pt-photo{border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.pt-photo img{width:100%;display:block;height:auto}.pt-about h2{font-size:35px;line-height:1.18;margin:8px 0 18px}.pt-features{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:42px}.pt-feature{display:flex;gap:14px}.pt-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--green);flex:0 0 auto}.pt-icon svg{width:38px;height:38px}.pt-feature b{color:var(--blue2);display:block;margin-bottom:4px}.pt-feature p{margin:0;color:#425a70;font-size:14px}.pt-services{background:linear-gradient(180deg,#f0fbff,#fff)}.pt-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.pt-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:27px 24px;box-shadow:0 14px 35px rgba(7,86,155,.06);min-height:275px}.pt-card .pt-icon{margin:0 auto 12px}.pt-card h3{text-align:center;margin:0 0 14px;color:#071f36;font-size:19px;line-height:1.22}.pt-card ul{padding:0;margin:0;list-style:none}.pt-card li{font-size:14px;margin:8px 0;color:#15324c}.pt-card li:before{content:"✓";color:var(--green);font-weight:900;margin-right:9px}.pt-center{text-align:center;margin-top:28px}.pt-steps{background:#fff}.pt-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:54px;position:relative}.pt-step{position:relative;text-align:center;border:1px solid var(--line);border-radius:18px;padding:34px 20px;background:#fff;box-shadow:0 10px 30px rgba(7,86,155,.05)}.pt-step-num{position:absolute;top:-16px;left:24px;background:var(--green);color:#fff;font-weight:900;width:36px;height:36px;border-radius:50%;display:grid;place-items:center}.pt-step h3{margin:8px 0 8px}.pt-step p{font-size:14px;color:#4d6275;margin:0}.pt-area{background:linear-gradient(180deg,#f5fbff,#fff)}.pt-area-grid{display:grid;grid-template-columns:33% 67%;gap:30px;align-items:center}.pt-checks{list-style:none;margin:22px 0 26px;padding:0}.pt-checks li{margin:9px 0;font-weight:800}.pt-checks li:before{content:"✓";color:#fff;background:var(--green);border-radius:50%;display:inline-grid;place-items:center;width:22px;height:22px;margin-right:10px}.pt-map-wrap{position:relative;min-height:330px}.pt-map{border-radius:22px;overflow:hidden;box-shadow:var(--shadow);height:315px}.pt-map img{width:100%;height:100%;object-fit:cover;display:block}.pt-car{position:absolute;right:-5px;bottom:-35px;width:48%;max-width:560px}.pt-car img{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 18px rgba(0,0,0,.18))}.pt-contact{background:#fff;padding-top:70px}.pt-contact-grid{display:grid;grid-template-columns:38% 62%;gap:44px}.pt-contact-list{display:grid;gap:18px;margin-top:24px}.pt-contact-item{display:flex;gap:14px;align-items:flex-start;font-weight:800}.pt-contact-item span{color:var(--blue);font-size:26px;line-height:1}.pt-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pt-form input,.pt-form textarea{width:100%;border:1px solid #dbe9f4;border-radius:6px;padding:15px 16px;font:inherit}.pt-form textarea{grid-column:1/-1;min-height:136px}.pt-form button{justify-self:start;border:0;background:var(--green);color:#fff;font-weight:900;padding:14px 22px;border-radius:6px;cursor:pointer}.pt-msg{grid-column:1/-1;padding:12px;border-radius:8px;background:#edf9ed;color:#226b18}.pt-footer{background:linear-gradient(90deg,#00457d,#07609f);color:#fff;padding:34px 0}.pt-footer-grid{display:grid;grid-template-columns:1.2fr 1.1fr 1.1fr .7fr;gap:28px;align-items:center}.pt-footer img{max-height:64px;filter:brightness(0) invert(1)}.pt-footer a{color:#fff;text-decoration:none;display:block;margin:5px 0}.pt-mobile{display:none}@media(max-width:900px){.pt-nav{height:auto;padding:16px 0;align-items:flex-start}.pt-menu{display:none}.pt-mobile{display:block}.pt-hero-grid,.pt-about-grid,.pt-area-grid,.pt-contact-grid{grid-template-columns:1fr}.pt-hero-image{position:relative;inset:auto;height:430px;order:2}.pt-hero-grid{display:flex;flex-direction:column}.pt-hero-copy{padding:44px 0}.pt-hero h1{font-size:34px}.pt-features,.pt-service-grid,.pt-step-grid,.pt-footer-grid{grid-template-columns:1fr 1fr}.pt-area-grid{gap:10px}.pt-car{width:62%}}@media(max-width:620px){.pt-container{width:min(100% - 28px,1180px)}.pt-features,.pt-service-grid,.pt-step-grid,.pt-footer-grid,.pt-form{grid-template-columns:1fr}.pt-hero h1{font-size:30px}.pt-map{height:260px}.pt-car{position:relative;width:100%;right:auto;bottom:auto;margin-top:-40px}.pt-quality img{max-width:150px}.pt-phone{padding:10px 12px;font-size:13px}}


/* v1.3 Premium Leistungen: 4 cards, 2 x 2 grid */
.pt-services{
  background:linear-gradient(180deg,#eef9ff 0%,#ffffff 72%);
  position:relative;
  overflow:hidden;
}
.pt-services:before,
.pt-services:after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(7,86,155,.06);
  pointer-events:none;
}
.pt-services:before{left:-180px;top:-120px;}
.pt-services:after{right:-180px;bottom:-160px;}
.pt-services .pt-container{position:relative;z-index:1;}
.pt-services .pt-section-title{margin-bottom:42px;}
.pt-services .pt-section-title .pt-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 22px;
  border-radius:999px;
  background:#f2f8ff;
  color:var(--green);
  box-shadow:inset 0 0 0 1px rgba(7,86,155,.08);
}
.pt-service-grid-premium{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:32px!important;
  max-width:1060px;
  margin:0 auto;
}
.pt-card-premium{
  min-height:300px!important;
  display:grid;
  grid-template-columns:150px 1fr;
  align-items:center;
  gap:26px;
  padding:36px 38px!important;
  border-radius:22px!important;
  border:1px solid #aedaff!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 18px 45px rgba(7,86,155,.10)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
.pt-card-premium:hover{
  transform:translateY(-7px)!important;
  border-color:#71bdff!important;
  box-shadow:0 28px 65px rgba(7,86,155,.17)!important;
}
.pt-card-premium .pt-card-icon{
  width:132px;
  height:132px;
  border-radius:50%;
  background:linear-gradient(180deg,#edf8ff,#e5f4ff);
  display:grid;
  place-items:center;
  box-shadow:inset 0 0 0 1px rgba(7,86,155,.05);
}
.pt-card-premium .pt-icon{
  width:auto!important;
  height:auto!important;
  margin:0!important;
  color:var(--blue)!important;
}
.pt-card-premium .pt-icon svg{
  width:74px!important;
  height:74px!important;
  stroke:var(--blue)!important;
}
.pt-card-premium h3{
  text-align:left!important;
  font-size:24px!important;
  line-height:1.22!important;
  margin:0 0 18px!important;
  color:#071f36!important;
  white-space:pre-line;
}
.pt-card-premium h3:after{
  content:"";
  display:block;
  width:54px;
  height:2px;
  background:var(--green);
  margin-top:12px;
}
.pt-card-premium ul{
  margin:0 0 24px!important;
  padding:0!important;
  list-style:none!important;
}
.pt-card-premium li{
  display:flex;
  gap:11px;
  align-items:flex-start;
  margin:10px 0!important;
  font-size:16px!important;
  line-height:1.45!important;
  color:#15324c!important;
}
.pt-card-premium li:before{
  content:"✓"!important;
  flex:0 0 22px;
  width:22px;
  height:22px;
  border-radius:50%;
  border:2px solid var(--green);
  color:var(--green)!important;
  display:inline-grid;
  place-items:center;
  font-size:13px;
  font-weight:900;
  margin:1px 0 0!important;
}
.pt-card-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-width:180px;
  min-height:48px;
  padding:12px 24px;
  border-radius:999px;
  border:2px solid #0071df;
  color:#0064ca;
  background:#fff;
  font-weight:900;
  text-decoration:none;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.pt-card-btn:hover{
  background:#0064ca;
  color:#fff;
  transform:translateX(2px);
}
@media(max-width:1000px){
  .pt-service-grid-premium{grid-template-columns:1fr!important;max-width:760px;}
}
@media(max-width:620px){
  .pt-card-premium{grid-template-columns:1fr;padding:28px 24px!important;text-align:left;}
  .pt-card-premium .pt-card-icon{width:112px;height:112px;margin:0 auto 6px;}
  .pt-card-premium h3{text-align:center!important;font-size:22px!important;}
  .pt-card-premium h3:after{margin-left:auto;margin-right:auto;}
  .pt-card-btn{width:100%;}
}


/* v1.4 Einsatzgebiet: ein kombiniertes Bild, ohne Button */
.pt-area-image{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:360px;
}
.pt-area-image img{
  width:100%;
  max-width:820px;
  height:auto;
  display:block;
  filter:drop-shadow(0 24px 28px rgba(7,86,155,.16));
}
@media(max-width:900px){
  .pt-area-image{min-height:auto;margin-top:20px;}
  .pt-area-image img{max-width:100%;}
}


/* v1.5 Premium Ablauf */
.pt-steps{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#fff 0%,#f4fbff 100%);
}
.pt-steps:before{
  content:"";
  position:absolute;
  left:-160px;
  top:40px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(7,113,223,.08),rgba(7,113,223,0) 68%);
}
.pt-steps .pt-section-title{margin-bottom:46px;}
.pt-steps .pt-section-title h2{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
  font-size:42px;
}
.pt-step-grid{
  gap:34px!important;
  align-items:stretch;
}
.pt-step{
  min-height:245px;
  padding:34px 22px 28px!important;
  border-radius:22px!important;
  border:1px solid #cfe7f8!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 20px 48px rgba(7,86,155,.09)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.pt-step:hover{
  transform:translateY(-6px);
  border-color:#86caff!important;
  box-shadow:0 28px 65px rgba(7,86,155,.14)!important;
}
.pt-step:not(:last-child):after{
  content:"→";
  position:absolute;
  top:50%;
  right:-32px;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:28px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(70,167,28,.22);
  z-index:3;
}
.pt-step-num{
  top:-18px!important;
  left:50%!important;
  transform:translateX(-50%);
  width:42px!important;
  height:42px!important;
  border:4px solid #fff;
  background:linear-gradient(180deg,var(--green),var(--green2))!important;
  box-shadow:0 10px 22px rgba(70,167,28,.25);
}
.pt-step .pt-icon{
  width:76px!important;
  height:76px!important;
  margin:10px auto 18px!important;
  border-radius:50%;
  background:linear-gradient(180deg,#edf8ff,#e5f4ff);
  color:var(--blue)!important;
}
.pt-step .pt-icon svg{
  width:42px!important;
  height:42px!important;
  stroke:var(--blue)!important;
}
.pt-step h3{
  font-size:20px;
  line-height:1.25;
  color:#071f36;
  margin:8px 0 10px!important;
}
.pt-step p{
  font-size:15px!important;
  line-height:1.48;
  color:#4d6275!important;
  max-width:220px;
  margin:0 auto!important;
}
@media(max-width:1000px){
  .pt-step-grid{grid-template-columns:1fr 1fr!important;gap:28px!important;}
  .pt-step:not(:last-child):after{display:none;}
}
@media(max-width:620px){
  .pt-steps .pt-section-title h2{font-size:30px;}
  .pt-step-grid{grid-template-columns:1fr!important;}
}


/* v1.6 Hero: neuer Text und bessere mobile Darstellung */
.pt-hero .pt-lead{
  white-space:normal;
  font-size:20px;
  line-height:1.62;
  font-weight:800;
  color:#12304a;
}
.pt-hero .pt-lead br:first-of-type{display:block;content:"";margin-top:10px;}
.pt-hero .pt-actions{margin-top:30px;}
@media(max-width:900px){
  .pt-hero{
    background:#f3fbff;
  }
  .pt-hero-image{
    width:100%;
    height:360px!important;
    background-size:cover;
    background-position:center center;
  }
  .pt-hero-image:before{
    background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.12) 55%,#f3fbff 100%);
  }
  .pt-hero-grid{
    min-height:0!important;
    display:block!important;
  }
  .pt-hero-copy{
    width:min(100%,680px);
    margin:-34px auto 0;
    padding:34px 24px 38px!important;
    background:rgba(255,255,255,.96);
    border:1px solid #d9edf9;
    border-radius:24px 24px 0 0;
    box-shadow:0 -12px 34px rgba(7,86,155,.08);
    position:relative;
    z-index:5;
  }
  .pt-hero h1{
    font-size:32px!important;
    line-height:1.16!important;
    margin:0 0 18px!important;
    max-width:620px;
  }
  .pt-hero .pt-lead{
    font-size:18px!important;
    line-height:1.55!important;
    max-width:620px;
    margin:0;
  }
  .pt-quality{margin-top:24px;}
}
@media(max-width:620px){
  .pt-nav{padding:12px 0!important;align-items:center!important;}
  .pt-logo img{max-height:46px!important;}
  .pt-phone{width:48px;height:48px;padding:0!important;border-radius:12px;font-size:0;justify-content:center;}
  .pt-phone:before{content:"☎";font-size:20px;line-height:1;}
  .pt-hero-image{
    height:315px!important;
    background-position:58% center;
  }
  .pt-hero-copy{
    width:calc(100% - 28px);
    margin:-28px auto 0;
    padding:28px 20px 32px!important;
    border-radius:22px;
  }
  .pt-hero h1{
    font-size:28px!important;
    line-height:1.14!important;
    letter-spacing:-.02em;
  }
  .pt-hero .pt-lead{
    font-size:16.5px!important;
    line-height:1.5!important;
    font-weight:800;
  }
  .pt-actions{margin-top:22px!important;}
  .pt-actions .pt-btn{
    width:100%;
    padding:15px 18px;
  }
  .pt-quality img{width:120px!important;max-width:120px!important;}
}


/* v1.7 Hero mobile cleanup: no top gap, cleaner headline, visible phone icon */
.pt-hero h1 .pt-hero-small{
  display:block;
  color:#0b2239;
  font-weight:900;
}
.pt-hero h1 .pt-hero-brand{
  color:var(--green);
  font-weight:900;
}
.pt-hero h1 .pt-hero-place{
  color:var(--blue);
  font-weight:900;
}
@media(max-width:900px){
  .pt-header{box-shadow:0 6px 18px rgba(0,0,0,.06)}
  .pt-hero{background:#fff!important;padding-top:0!important;margin-top:0!important;}
  .pt-hero-image{
    display:block!important;
    margin:0!important;
    width:100%!important;
    height:340px!important;
    background-size:cover!important;
    background-position:center center!important;
  }
  .pt-hero-copy{
    margin:0 auto!important;
    width:min(100%,680px)!important;
    padding:30px 22px 36px!important;
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .pt-hero h1{
    font-size:31px!important;
    line-height:1.15!important;
    letter-spacing:-.02em!important;
    color:#0b2239!important;
    margin:0 0 16px!important;
  }
  .pt-hero h1 strong,
  .pt-hero h1 span:not(.pt-hero-brand):not(.pt-hero-place):not(.pt-hero-small){
    color:inherit!important;
  }
  .pt-hero .pt-lead{
    font-size:18px!important;
    line-height:1.55!important;
    font-weight:700!important;
    color:#223c55!important;
    max-width:620px!important;
  }
  .pt-hero .pt-actions{margin-top:24px!important;}
}
@media(max-width:620px){
  .pt-nav{height:72px!important;padding:0!important;}
  .pt-logo img{max-height:48px!important;}
  .pt-phone.pt-mobile{
    display:inline-flex!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    padding:0!important;
    border-radius:12px!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:0!important;
    line-height:1!important;
  }
  .pt-phone.pt-mobile:before{
    content:"\260E"!important;
    display:block!important;
    font-size:22px!important;
    color:#fff!important;
    line-height:1!important;
  }
  .pt-hero-image{
    height:285px!important;
    background-position:58% center!important;
  }
  .pt-hero-copy{
    padding:26px 18px 32px!important;
  }
  .pt-hero h1{
    font-size:27px!important;
    line-height:1.16!important;
  }
  .pt-hero h1 .pt-hero-small{
    font-size:.86em;
    line-height:1.2;
  }
  .pt-hero .pt-lead{
    font-size:16px!important;
    line-height:1.5!important;
    font-weight:700!important;
  }
  .pt-actions .pt-btn{
    width:100%;
    min-height:52px;
    border-radius:10px;
  }
}

/* v1.8 Hero mobile: MD seal centered and larger */
@media(max-width:620px){
  .pt-hero .pt-quality{
    margin:28px auto 30px!important;
    width:100%!important;
    text-align:center!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
  }
  .pt-hero .pt-quality img{
    width:165px!important;
    max-width:165px!important;
    height:auto!important;
    display:block!important;
    margin:0 auto!important;
  }
}
@media(max-width:380px){
  .pt-hero .pt-quality img{
    width:150px!important;
    max-width:150px!important;
  }
}


/* v1.9 Speed + SEO performance helpers */
.pt-about,.pt-services,.pt-steps,.pt-area,.pt-contact,.pt-footer{content-visibility:auto;contain-intrinsic-size:1px 900px}
.pt-hero{content-visibility:visible}
img{max-width:100%;height:auto}
@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}


/* v1.11 Premium contact block + DSGVO consent */
.pt-contact{
  background:linear-gradient(180deg,#ffffff 0%,#f3fbff 100%)!important;
  padding:86px 0!important;
}
.pt-contact-grid{
  align-items:stretch!important;
  gap:34px!important;
}
.pt-contact-info{
  background:linear-gradient(180deg,#ffffff,#f8fdff);
  border:1px solid var(--line);
  border-radius:24px;
  padding:38px 34px;
  box-shadow:0 18px 50px rgba(7,86,155,.08);
}
.pt-contact-info h2{
  font-size:34px;
  line-height:1.18;
  margin:8px 0 14px;
  color:var(--blue2);
}
.pt-contact-intro{
  color:#4d6275;
  font-size:17px;
  margin:0 0 26px;
}
.pt-contact-list{gap:16px!important;margin-top:0!important;}
.pt-contact-item{
  background:#fff;
  border:1px solid #dceefa;
  border-radius:18px;
  padding:18px 18px;
  box-shadow:0 10px 26px rgba(7,86,155,.05);
  font-weight:700!important;
}
.pt-contact-item span{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#ecf8ff;
  color:var(--blue)!important;
  font-size:22px!important;
  flex:0 0 auto;
}
.pt-contact-item b{
  display:block;
  color:var(--blue2);
  margin-bottom:3px;
}
.pt-contact-item a{
  color:#17324b;
  text-decoration:none;
}
.pt-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:34px;
  box-shadow:0 22px 60px rgba(7,86,155,.12);
  align-content:start;
}
.pt-form input,.pt-form textarea{
  border:1px solid #d6e9f6!important;
  border-radius:14px!important;
  padding:16px 17px!important;
  background:#fbfdff!important;
  color:#12304a!important;
  outline:none!important;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.pt-form input:focus,.pt-form textarea:focus{
  border-color:var(--blue)!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(7,86,155,.10)!important;
}
.pt-form .pt-wide{grid-column:1/-1;}
.pt-privacy-consent{
  grid-column:1/-1;
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px 17px;
  border:1px solid #d6e9f6;
  border-radius:16px;
  background:#f7fcff;
  color:#425a70;
  font-size:13px;
  line-height:1.55;
}
.pt-privacy-consent input{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  margin:2px 0 0!important;
  accent-color:var(--green);
  padding:0!important;
}
.pt-privacy-consent a{
  color:var(--blue);
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}
.pt-privacy-consent small{
  display:block;
  margin-top:6px;
  color:#65788a;
  font-size:12px;
}
.pt-form button{
  min-height:52px!important;
  border-radius:14px!important;
  padding:15px 24px!important;
  background:linear-gradient(90deg,var(--green),var(--green2))!important;
  box-shadow:0 14px 28px rgba(70,167,28,.22);
  transition:transform .2s ease,box-shadow .2s ease;
}
.pt-form button:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(70,167,28,.28);
}
@media(max-width:900px){
  .pt-contact{padding:62px 0!important;}
  .pt-contact-grid{gap:22px!important;}
  .pt-contact-info,.pt-form{padding:26px 22px!important;border-radius:22px;}
  .pt-contact-info h2{font-size:29px;}
}
@media(max-width:620px){
  .pt-contact{padding:50px 0!important;}
  .pt-contact-info,.pt-form{padding:22px 18px!important;}
  .pt-contact-item{padding:16px 14px;}
  .pt-form button{width:100%;}
  .pt-privacy-consent{font-size:12.5px;padding:14px;}
}


/* v1.12 Final polish: design, animations and UX */
:root{
  --ease:cubic-bezier(.22,.61,.36,1);
}
.pt-header{
  transition:box-shadow .25s ease,background .25s ease;
}
.pt-header.is-scrolled{
  background:rgba(255,255,255,.98);
  box-shadow:0 12px 32px rgba(7,86,155,.10);
}
.pt-menu a:not(.pt-phone){
  position:relative;
  padding:8px 0;
}
.pt-menu a:not(.pt-phone):after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--green);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .22s ease;
}
.pt-menu a:not(.pt-phone):hover:after,
.pt-menu a:not(.pt-phone):focus-visible:after{
  transform:scaleX(1);
}
.pt-mobile-nav{
  display:none;
}
.pt-hero{
  isolation:isolate;
}
.pt-hero-copy{
  animation:ptFadeUp .65s var(--ease) both;
}
.pt-hero h1{
  letter-spacing:-.02em;
  text-wrap:balance;
}
.pt-hero .pt-lead{
  text-wrap:pretty;
}
.pt-btn,.pt-phone,.pt-card-btn{
  will-change:transform;
}
.pt-btn:hover,.pt-phone:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(7,86,155,.18);
}
.pt-btn.primary:hover{
  box-shadow:0 16px 34px rgba(70,167,28,.24);
}
.pt-photo img,.pt-area-image img,.pt-hero-image{
  backface-visibility:hidden;
}
.pt-section-title h2,.pt-about h2,.pt-area h2,.pt-contact-info h2{
  letter-spacing:-.025em;
  text-wrap:balance;
}
.pt-section-title p,.pt-about p,.pt-area p,.pt-contact-intro{
  text-wrap:pretty;
}
.pt-reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .65s var(--ease),transform .65s var(--ease);
}
.pt-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
.pt-card-premium,.pt-step,.pt-feature,.pt-contact-item{
  will-change:transform;
}
.pt-feature{
  border-radius:18px;
  padding:16px 14px;
  transition:background .2s ease,transform .2s ease;
}
.pt-feature:hover{
  background:#f5fbff;
  transform:translateY(-3px);
}
.pt-card-premium ul li,
.pt-step p,
.pt-contact-item{
  line-height:1.55;
}
.pt-step .pt-icon svg{
  stroke-width:1.7;
}
.pt-area-image img{
  transition:transform .35s ease,filter .35s ease;
}
.pt-area-image:hover img{
  transform:translateY(-4px) scale(1.01);
  filter:drop-shadow(0 30px 34px rgba(7,86,155,.18));
}
.pt-form button:focus-visible,
.pt-btn:focus-visible,
.pt-phone:focus-visible,
.pt-card-btn:focus-visible,
.pt-menu a:focus-visible{
  outline:3px solid rgba(70,167,28,.35);
  outline-offset:3px;
}
.pt-footer{
  background:linear-gradient(135deg,#002f58 0%,#07569b 68%,#0d7db8 100%)!important;
}
@keyframes ptFadeUp{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:900px){
  .pt-nav{
    position:relative;
  }
  .pt-mobile-nav{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:0 14px 12px;
    margin:0 -14px;
    scrollbar-width:none;
  }
  .pt-mobile-nav::-webkit-scrollbar{display:none;}
  .pt-mobile-nav a{
    white-space:nowrap;
    text-decoration:none;
    color:var(--blue2);
    background:#f2f9ff;
    border:1px solid #d8ebf8;
    border-radius:999px;
    padding:9px 14px;
    font-weight:800;
    font-size:13px;
  }
  .pt-mobile-nav a:active{transform:scale(.98);}
  .pt-hero h1{
    max-width:640px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .pt-hero .pt-lead{
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .pt-actions{justify-content:center;}
}
@media(max-width:620px){
  section{padding:58px 0;}
  .pt-header{position:sticky;}
  .pt-nav{height:auto!important;padding:12px 0 10px!important;align-items:center!important;}
  .pt-logo img{max-height:52px!important;}
  .pt-hero-grid{min-height:auto!important;}
  .pt-hero-copy{padding:28px 0 30px!important;}
  .pt-hero h1{
    font-size:29px!important;
    line-height:1.13!important;
    margin:0 0 16px!important;
  }
  .pt-hero h1 br{display:none;}
  .pt-hero h1 .pt-hero-small{
    display:block;
    font-size:.78em!important;
    line-height:1.25!important;
    font-weight:800;
    margin-bottom:7px;
    color:#16324a;
  }
  .pt-hero h1 .pt-hero-brand{
    display:block;
    font-size:1.24em;
    line-height:1.02;
    margin-bottom:5px;
  }
  .pt-hero h1 .pt-hero-place{
    display:block;
    font-size:.72em;
    line-height:1.25;
    color:var(--blue2);
  }
  .pt-hero .pt-lead{
    font-size:16.5px!important;
    line-height:1.5!important;
    font-weight:700!important;
    margin-bottom:0;
  }
  .pt-actions{margin-top:22px!important;}
  .pt-actions .pt-btn{max-width:360px;}
  .pt-hero-image{
    height:300px!important;
    border-radius:0 0 24px 24px;
    background-position:58% center!important;
  }
  .pt-section-title{margin-bottom:28px;}
  .pt-section-title h2{font-size:31px!important;}
  .pt-section-title p{font-size:16px!important;}
  .pt-about-grid{gap:28px;}
  .pt-photo{border-radius:22px;}
  .pt-features{gap:12px!important;margin-top:24px!important;}
  .pt-feature{padding:14px 12px;border:1px solid #e3f0f9;background:#fff;box-shadow:0 8px 20px rgba(7,86,155,.05);}
  .pt-card-premium{min-height:auto!important;}
  .pt-step:not(:last-child):after{display:none!important;}
  .pt-step{min-height:auto!important;}
  .pt-area-grid{gap:22px!important;}
  .pt-contact-grid{gap:18px!important;}
  .pt-footer-grid{text-align:left;gap:18px!important;}
  .pt-footer img{max-height:56px;}
}
@media (prefers-reduced-motion: reduce){
  .pt-reveal{opacity:1!important;transform:none!important;}
  .pt-hero-copy{animation:none!important;}
}


/* v1.13 Inner WordPress pages: Impressum / Datenschutz */
body:not(.home) .pt-header{position:sticky;top:0}
.pt-page-hero{background:linear-gradient(180deg,#eef9ff 0%,#fff 100%);padding:70px 0 46px;border-bottom:1px solid #e4f1fa}
.pt-page-hero h1{font-size:46px;line-height:1.1;margin:10px 0;color:var(--blue2)}
.pt-page-hero p{margin:0;color:var(--muted);font-size:18px;max-width:760px}
.pt-page-content{padding:62px 0 86px;background:#fff}
.pt-page-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:44px;max-width:980px;margin:0 auto}
.pt-page-card h2,.pt-page-card h3{color:var(--blue2);line-height:1.22;margin-top:30px}.pt-page-card h2:first-child,.pt-page-card h3:first-child{margin-top:0}
.pt-page-card p,.pt-page-card li{font-size:17px;color:#27445d}.pt-page-card a{color:var(--blue);font-weight:800}.pt-page-card ul,.pt-page-card ol{padding-left:24px}
.pt-back-home{display:inline-flex;align-items:center;gap:8px;margin-top:26px;color:var(--blue);font-weight:900;text-decoration:none}
@media(max-width:620px){.pt-page-hero{padding:38px 0 30px}.pt-page-hero h1{font-size:32px}.pt-page-card{padding:26px 20px;border-radius:18px}.pt-page-card p,.pt-page-card li{font-size:16px}}
