@charset "UTF-8";
/* https://nlsc.de/wp-content/themes/nlsc/blocks/flow-chart/flow-chart.css?ver=7.0.2 */
.nlsc-flow-chart{--nlsc-flow-arrow:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3v18M5.5 14.5 12 21l6.5-6.5'/></svg>")}.nlsc-flow-chart,.nlsc-flow-chart .block-editor-block-list__layout{display:flex}.nlsc-flow-chart--vertical,.nlsc-flow-chart--vertical .block-editor-block-list__layout{flex-direction:column;align-items:center}.nlsc-flow-chart--horizontal,.nlsc-flow-chart--horizontal .block-editor-block-list__layout{flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:center}.nlsc-flow-chart .block-editor-block-list__layout>.wp-block{width:auto;max-width:none;margin-top:0;margin-bottom:0}.nlsc-flow-chart-item{display:flex;align-items:center;color:var(--wp--preset--color--foreground)}.nlsc-flow-chart--vertical .nlsc-flow-chart-item{flex-direction:column}.nlsc-flow-chart--horizontal .nlsc-flow-chart-item{flex-direction:row;height:100%}.nlsc-flow-chart-item__box{display:flex;flex-direction:column;gap:2px;text-align:center}.nlsc-flow-chart--horizontal .nlsc-flow-chart-item__box{justify-content:center;height:100%}.nlsc-flow-chart-item__title{margin:0}.nlsc-flow-chart-item__description{margin:0}.nlsc-flow-chart-item__connector{flex-shrink:0;width:24px;height:24px;background-color:var(--wp--preset--color--accent);-webkit-mask:var(--nlsc-flow-arrow) no-repeat center / contain;mask:var(--nlsc-flow-arrow) no-repeat center / contain}.nlsc-flow-chart--vertical .nlsc-flow-chart-item__connector{margin:6px 0}.nlsc-flow-chart--horizontal .nlsc-flow-chart-item__connector{margin:0 6px;transform:rotate(-90deg)}.nlsc-flow-chart>.nlsc-flow-chart-item:last-child .nlsc-flow-chart-item__connector{display:none}.nlsc-flow-chart .block-editor-block-list__layout>.wp-block-nlsc-flow-chart-item:not(:has(~.wp-block-nlsc-flow-chart-item)) .nlsc-flow-chart-item__connector{display:none}.nlsc-flow-chart--default .nlsc-flow-chart-item__box{padding:15px 35px;background-color:var(--wp--preset--color--background);color:var(--wp--preset--color--foreground);border-radius:5px;box-shadow:var(--nlsc-shadow-card-base)}.nlsc-flow-chart--default .nlsc-flow-chart-item__title{font-family:var(--wp--preset--font-family--heading);font-weight:600;font-size:clamp(16px, 2vw, 20px);line-height:1.2;color:var(--wp--preset--color--primary)}.nlsc-flow-chart--default .nlsc-flow-chart-item__description{font-family:var(--wp--preset--font-family--body);font-weight:400;font-size:16px;line-height:1.5;color:var(--wp--preset--color--foreground)}.nlsc-flow-chart--default .nlsc-flow-chart-item--highlighted .nlsc-flow-chart-item__box{box-shadow:var(--nlsc-shadow-card-base),0 0 0 2px var(--wp--preset--color--accent)}.nlsc-flow-chart--outline .nlsc-flow-chart-item__box{padding:5px 15px;border:1px solid var(--wp--preset--color--secondary)}.nlsc-flow-chart--outline .nlsc-flow-chart-item__title{font-family:var(--wp--preset--font-family--body);font-weight:800;font-size:14px;line-height:1.5;color:var(--wp--preset--color--foreground)}.nlsc-flow-chart--outline .nlsc-flow-chart-item__description{font-family:var(--wp--preset--font-family--body);font-weight:400;font-size:14px;line-height:1.5;color:var(--wp--preset--color--foreground)}.nlsc-flow-chart--outline .nlsc-flow-chart-item__connector{width:16px;height:16px}.nlsc-flow-chart--outline .nlsc-flow-chart-item--highlighted .nlsc-flow-chart-item__box{padding:4px 14px;border-width:2px;border-color:var(--wp--preset--color--accent)}