.eckdaten__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:0}.eckdaten__column{display:flex;flex-direction:column}.eckdaten__column--left .eckdaten__item{padding-right:1.5rem}.eckdaten__column--left .eckdaten__item:first-of-type{padding-top:0}.eckdaten__column--right .eckdaten__item{padding-left:1.5rem}.eckdaten__column--right .eckdaten__item:first-of-type{padding-top:9rem}@media screen and (max-width: 767px){.eckdaten__column--right .eckdaten__item:first-of-type{padding-top:8rem}}@media screen and (max-width: 575px){.eckdaten__column--right .eckdaten__item:first-of-type{padding-top:6rem}}.eckdaten__item{display:flex;flex-direction:column;gap:2.5rem;text-align:center;padding-bottom:7rem;padding-top:7rem;border-bottom:1px solid #a08964;opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(0.25, 0.1, 0.25, 1),transform .8s cubic-bezier(0.25, 0.1, 0.25, 1)}@media screen and (max-width: 767px){.eckdaten__item{padding-bottom:4rem;padding-top:4rem;gap:1rem}}@media screen and (max-width: 575px){.eckdaten__item{padding-bottom:3rem;padding-top:3rem}}.eckdaten__item.is-visible{opacity:1;transform:translateY(0)}.eckdaten__item:last-of-type{margin-bottom:6rem}@media screen and (max-width: 575px){.eckdaten__item:last-of-type{margin-bottom:4rem}}.eckdaten__number{font-family:"Saol Display",Georgia,serif;font-size:8rem;font-weight:400;color:#a08964;line-height:1}@media screen and (max-width: 1199px){.eckdaten__number{font-size:96px}}@media screen and (max-width: 991px){.eckdaten__number{font-size:3rem}}@media screen and (max-width: 575px){.eckdaten__number{font-size:2rem}}.eckdaten__label{font-family:"Work Sans",sans-serif;font-size:20px;font-weight:400;color:#a08964;line-height:1.4}@media screen and (max-width: 767px){.eckdaten__label{font-size:1rem}}@media screen and (max-width: 575px){.eckdaten__label{font-size:12px}}.eckdaten__divider{position:relative;width:1px;min-height:100%}.eckdaten__divider-line{position:absolute;top:0;left:0;width:1px;height:0;background-color:#a08964;transform-origin:top center}.eckdaten__divider-line.is-animating{height:100%;transition:height 1.2s cubic-bezier(0.25, 0.1, 0.25, 1)}