.fb-blog,.fb-article{background:var(--surface-page, #fff)}.fb-blog__header,.fb-article__header-inner{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter)}.fb-blog__header{padding-block:var(--space-16) var(--space-10);text-align:center}.fb-blog__heading{font-size:var(--text-display-md, 2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:8px 0 16px}.fb-blog__intro{max-width:42rem;margin:0 auto;color:var(--text-muted);font-size:var(--text-lg, 1.125rem);line-height:1.55}.fb-blog__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:var(--space-8);list-style:none;padding:0}.fb-blog__tag{display:inline-flex;align-items:center;padding:.45rem .95rem;border-radius:var(--radius-pill);border:1px solid var(--border-subtle);color:var(--text-body);text-decoration:none;font-size:var(--text-sm);font-weight:600}.fb-blog__tag:hover,.fb-blog__tag.is-active{background:var(--neutral-950);border-color:var(--neutral-950);color:#fff}.fb-blog__grid{display:grid;gap:var(--space-8);padding-bottom:var(--space-16);grid-template-columns:1fr}@media(min-width:768px){.fb-blog__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.fb-blog__grid{grid-template-columns:repeat(3,1fr)}}.fb-blog-card{display:flex;flex-direction:column;height:100%;background:var(--surface-page);border-radius:var(--radius-xl);overflow:hidden;text-decoration:none;color:inherit;border:1px solid var(--border-subtle);transition:transform .2s var(--ease-out, ease),box-shadow .2s var(--ease-out, ease)}.fb-blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.fb-blog-card__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--surface-subtle)}.fb-blog-card__media img,.fb-blog-card__media .fb-media,.fb-blog-card__media .fb-photo{width:100%;height:100%;object-fit:cover;border-radius:0}.fb-blog-card__body{display:flex;flex-direction:column;gap:10px;padding:1.35rem 1.35rem 1.5rem;flex:1}.fb-blog-card__meta{display:flex;flex-wrap:wrap;gap:8px 12px;font-size:var(--text-xs);font-weight:700;letter-spacing:var(--tracking-eyebrow, .08em);text-transform:uppercase;color:var(--text-accent)}.fb-blog-card__title{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.fb-blog-card__excerpt{color:var(--text-muted);font-size:var(--text-sm);line-height:1.5;margin:0}.fb-blog-card__more{margin-top:auto;padding-top:8px;font-size:var(--text-sm);font-weight:700;color:var(--coral-600)}.fb-blog__empty{text-align:center;padding:var(--space-16) var(--gutter);color:var(--text-muted)}.fb-blog__pager{padding-bottom:var(--space-16)}.fb-article__hero{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;min-height:var(--fb-article-hero-height, 420px);max-height:560px;overflow:hidden;color:#fff;text-align:center;background:#1a1524}.fb-article__hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.fb-article__hero-media img,.fb-article__hero-img,.fb-article__hero-media .fb-media,.fb-article__hero-media .fb-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.fb-article__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0e100f47 8%,#0e100fb8);pointer-events:none}.fb-article__hero-inner{position:relative;z-index:1;width:100%;max-width:52rem;margin-inline:auto;padding:var(--space-12) var(--gutter) clamp(2.75rem,5vw,3.75rem)}@media(max-width:767px){.fb-article__hero{min-height:min(var(--fb-article-hero-height, 420px),340px)}.fb-article__hero .fb-article__title{font-size:clamp(1.65rem,7vw,2.25rem)}}.fb-article__hero .fb-article__title,.fb-article__hero h1,.fb-article__hero .fb-article__meta,.fb-article__hero .fb-article__meta time,.fb-article__hero a{color:#fff}.fb-article--has-hero .fb-article__panel{position:relative;z-index:2;margin-top:-1rem;background:var(--surface-page, #fff);border-radius:1.75rem 1.75rem 0 0;box-shadow:0 -12px 40px #0e100f0f}.fb-article__header{margin-bottom:1.5rem}.fb-article__kicker{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0 0 12px}.fb-article__hero .fb-article__kicker{justify-content:center}.fb-article__tag{display:inline-flex;padding:.35rem .85rem;border-radius:var(--radius-pill);background:var(--coral-50);color:var(--coral-700);text-decoration:none;font-size:var(--text-xs);font-weight:700;letter-spacing:.04em}.fb-article__hero .fb-article__tag{background:#fffffff0;color:var(--text-strong, #0e100f)}.fb-article__title{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;letter-spacing:-.035em;line-height:1.08;margin:.85rem 0 0;text-wrap:balance;color:var(--text-strong, #0e100f)}.fb-article__hero .fb-article__title{margin:.85rem auto 0;max-width:18em}.fb-article--plain .fb-article__title{margin:0 0 14px}@media(max-width:767px){.fb-article__title{font-size:clamp(1.65rem,7vw,2.25rem)}}.fb-article__lede{font-size:var(--text-lg, 1.125rem);line-height:1.55;max-width:42rem;margin:0 0 1.5rem;color:var(--text-muted)}.fb-article__synopsis{margin:0 0 1.75rem;padding:1.15rem 1.25rem 1.2rem;background:var(--coral-50, #f4edff);border:1.5px solid rgba(96,0,255,.12);border-left:4px solid var(--coral-500, #6000ff);border-radius:var(--radius-md, 12px)}.fb-article__synopsis[hidden]{display:none!important}.fb-article__synopsis-label{margin:0 0 .45rem;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--coral-700, #4a00c4)}.fb-article__synopsis-body{font-size:var(--text-base, 1rem);line-height:1.55;color:var(--text-strong, #0e100f)}.fb-article__synopsis-body>*:first-child{margin-top:0}.fb-article__synopsis-body>*:last-child{margin-bottom:0}.fb-article__synopsis-body p{margin:0 0 .7em}.fb-article__readtime{display:inline-flex;align-items:center;gap:.4rem}.fb-article__readtime:before{content:"";width:14px;height:14px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat}.fb-article__hero .fb-article__readtime{color:#fff}.fb-article__hero .fb-article__readtime:before{background:#fff}.fb-article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .85rem;font-size:var(--text-sm);font-weight:600;margin:.9rem 0 0;color:var(--text-muted)}.fb-article__hero .fb-article__meta{justify-content:center;margin:0}.fb-article__meta time{display:inline-flex;align-items:center;gap:.4rem}.fb-article__meta time:before{content:"";width:14px;height:14px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E") center / contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E") center / contain no-repeat}.fb-article__back{display:inline-flex;margin-bottom:14px;color:var(--text-body);text-decoration:none;font-size:var(--text-sm);font-weight:600}.fb-article__layout{max-width:52rem;margin:0 auto;padding:var(--space-12) var(--gutter) var(--space-16)}.fb-article__layout--author{display:grid;gap:var(--space-10);max-width:72rem;align-items:start}@media(min-width:880px){.fb-article__layout--author{grid-template-columns:10.5rem minmax(0,52rem);justify-content:center;column-gap:3rem}}.fb-article__author{text-align:center}@media(min-width:880px){.fb-article__author{position:sticky;top:calc(var(--fb-sticky-offset, 7.75rem) + .5rem);padding-top:.25rem}}.fb-article__author-photo{width:96px;height:96px;margin:0 auto .85rem;border-radius:999px;overflow:hidden;background:var(--surface-subtle);display:grid;place-items:center}.fb-article__author-photo img{width:100%;height:100%;object-fit:cover}.fb-article__author-photo--placeholder{display:grid;place-items:center;background:var(--neutral-100, #eee);color:var(--text-muted)}.fb-article__author-placeholder{display:grid;place-items:center}.fb-article__author-name{margin:0;font-weight:800;font-size:1.05rem;letter-spacing:-.02em;color:var(--text-strong)}.fb-article__author-role{margin:.25rem 0 0;font-size:var(--text-sm);color:var(--text-muted);line-height:1.35}.fb-article__toc{background:var(--surface-subtle);border-radius:var(--radius-lg);padding:1.25rem 1.4rem;margin:0 0 var(--space-10)}.fb-article__toc[hidden]{display:none}.fb-article__toc-title{margin:0 0 10px;font-size:var(--text-xs);font-weight:700;letter-spacing:var(--tracking-eyebrow, .08em);text-transform:uppercase;color:var(--text-accent)}.fb-article__toc ol{margin:0;padding-left:1.15rem;display:grid;gap:6px}.fb-article__toc a{color:var(--text-body);text-decoration:none;font-weight:600}.fb-article__toc a:hover{color:var(--coral-600)}.fb-article__body{font-size:1.0625rem;line-height:1.7;color:var(--text-body)}.fb-article__body>*:first-child{margin-top:0}.fb-article__body h2,.fb-article__body h3{color:var(--text-strong);letter-spacing:-.025em;line-height:1.2;margin:2.2em 0 .7em}.fb-article__body h2{font-size:1.65rem;font-weight:800}.fb-article__body h3{font-size:1.2rem;font-weight:700}.fb-article__body p{margin:0 0 1.1em}.fb-article__body a{color:var(--coral-600);font-weight:600}.fb-article__body ul,.fb-article__body ol{margin:0 0 1.25em;padding-left:1.2rem}.fb-article__body ol.fb-article__steps,.fb-article__body ul.fb-article__steps{list-style:none;padding:0;margin-inline:0}.fb-article__body li{margin:0 0 .45em}.fb-article__body li::marker{color:var(--coral-500)}.fb-article__body img{display:block;width:100%;max-width:100%;height:auto;max-height:min(70vh,720px);object-fit:cover;border-radius:var(--radius-lg);background:var(--surface-subtle, #f7f6f4)}.fb-article__body .fb-compare img,.fb-compare img{max-height:none;height:100%;border-radius:0;background:transparent}.fb-article__body p:has(>img:only-child){margin:1.75em 0}.fb-article__body figure,.fb-article__figure{margin:1.75em 0}.fb-article__compare{margin:0 0 1.75em;padding:0}.fb-article__compare-heading{margin:0 0 .75em;font-size:var(--text-lg, 1.125rem);font-weight:600;color:var(--text, inherit)}.fb-article__body figure img,.fb-article__figure img{max-height:min(70vh,720px)}.fb-article__body figcaption,.fb-article__caption{margin-top:.6em;font-size:var(--text-sm);color:var(--text-muted)}.fb-article__steps{list-style:none;padding:0;margin:0 0 1.5em;display:grid;gap:12px}.fb-article__step{display:grid;grid-template-columns:auto 1fr;gap:12px 14px;padding:1rem 1.1rem;background:var(--surface-subtle);border-radius:var(--radius-lg)}.fb-article__step-num{width:28px;height:28px;border-radius:50%;background:var(--coral-500);color:#fff;font-size:.8rem;font-weight:800;display:grid;place-items:center}.fb-article__cta-box{margin-top:var(--space-12);padding:1.6rem 1.5rem;background:var(--neutral-950);color:#fff;border-radius:var(--radius-xl)}.fb-article__cta-box h2,.fb-article__cta-box .heading{color:#fff;margin:0 0 .6rem}.fb-article__cta-box p{margin:0 0 1rem;color:#ffffffd9}.fb-article__cta-box .fb-btn{margin-right:10px;margin-top:4px}.fb-article__nav{display:grid;gap:12px;margin-top:var(--space-12)}@media(min-width:768px){.fb-article__nav{grid-template-columns:1fr 1fr}}.fb-article__nav-link{display:block;padding:1rem 1.15rem;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-decoration:none;color:inherit}.fb-article__nav-link span{display:block;font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-accent);margin-bottom:6px}.fb-article__nav-link strong{display:block;line-height:1.3}.fb-article__related{padding:var(--space-12) 0 var(--space-16);background:var(--surface-subtle)}.fb-article__related-head{margin:0 0 var(--space-8)}.fb-compare{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:var(--fb-compare-ratio, 4/5);width:100%;max-width:640px;margin:1.75em auto;-webkit-user-select:none;user-select:none;background:var(--neutral-200)}.fb-compare__after,.fb-compare__before{position:absolute;top:0;right:0;bottom:0;left:0}.fb-compare__before{z-index:1}.fb-compare__media,.fb-compare img,.fb-compare .fb-media,.fb-compare .fb-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0}.fb-compare__label{position:absolute;bottom:12px;z-index:2;padding:.28rem .7rem;border-radius:var(--radius-pill);background:#0e100fb8;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;pointer-events:none}.fb-compare__label--before{left:12px}.fb-compare__label--after{right:12px}.fb-compare__handle{position:absolute;top:0;bottom:0;width:3px;background:#fff;transform:translate(-50%);z-index:2;pointer-events:none}.fb-compare__handle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l-6 6 6 6M15 6l6 6-6 6'/%3E%3C/svg%3E") center / 16px no-repeat;box-shadow:0 4px 12px #00000040}.fb-compare__input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0;z-index:3}
/*# sourceMappingURL=/cdn/shop/t/4/assets/fotobaren-blog.css.map */
