/* NollProCon Bewerbungsmanager – gemeinsame Dokumentvorlage für Vorschau und Downloads */
.npcbm-document-shell{
  background:#eef3f8;
  border-radius:18px;
  padding:18px;
  margin:14px 0 24px;
  overflow:auto;
}
.npcbm-document{
  --npcbm-photo-width:120px;
  --npcbm-photo-height:150px;
  width:794px;
  min-height:1123px;
  margin:0 auto;
  padding:76px 68px 76px 68px;
  background:#fff;
  color:#172033;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14.7px;
  line-height:1.22;
  box-shadow:0 12px 34px rgba(23,32,51,.16);
  position:relative;
  box-sizing:border-box;
}
.npcbm-document *{box-sizing:border-box;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
.npcbm-document-accent{border-top:5px solid #1fb6c9;margin:0 0 14px 0;}
.npcbm-document h1{font-size:32px;line-height:1.1;margin:0 0 14px;font-weight:700;color:#172033;letter-spacing:-.02em;}
.npcbm-document h2,.npcbm-document h3{font-size:17px;line-height:1.18;margin:14px 0 5px;font-weight:700;color:#172033;page-break-after:avoid;}
.npcbm-document p{margin:0 0 7px;color:#172033;font-size:14.7px;line-height:1.22;}
.npcbm-document .letter-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin:0;white-space:nowrap;}
.npcbm-document .letter-head span:last-child{text-align:right;margin-left:auto;}
.npcbm-document .addr{margin:0 0 10px;line-height:1.12;}
.npcbm-document .addr br{line-height:1.12;}
.npcbm-document .block{margin-bottom:10px;}
.npcbm-document .subject{font-weight:700;margin:0 0 14px;line-height:1.2;page-break-after:avoid;}
.npcbm-document-cv-with-photo{padding-right:calc(68px + var(--npcbm-photo-width) + 32px);min-height:1123px;}
.npcbm-document-photo{position:absolute;right:68px;top:96px;width:var(--npcbm-photo-width);height:var(--npcbm-photo-height);z-index:2;}
.npcbm-document-photo img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block;}
.npcbm-document-match h1{border-bottom:3px solid #1fb6c9;padding-bottom:8px;}
@media(max-width:900px){
  .npcbm-document-shell{padding:10px;margin-left:-6px;margin-right:-6px;}
  .npcbm-document{width:100%;min-height:auto;padding:42px 30px;font-size:14px;}
  .npcbm-document-cv-with-photo{padding-right:30px;padding-top:calc(42px + var(--npcbm-photo-height) + 22px);}
  .npcbm-document-photo{top:42px;right:30px;}
}
