#about-container{min-height:50vh;background-color:inherit}.impressum-about-section{padding:2rem;background-color:#f8f9fa;color:#0a0a0a;text-align:left;font-family:'TT Interphases','TT Interphases Pro',Inter,'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;position:relative;z-index:3;display:flex;justify-content:center}.impressum-about-content{opacity:0;transform:translateY(.5rem);transition:transform 350ms cubic-bezier(.34, 1.56, .64, 1),opacity 350ms cubic-bezier(.4, 0, .2, 1)}.impressum-about-content.visible{opacity:1;transform:translateY(0)}.impressum-about-section h2{font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:2rem;color:#000;max-width:1200px;width:100%;padding:0 3rem}.impressum-about-section p{font-size:1.125rem;line-height:1.75;margin:0 auto;padding:0 3rem;color:#0a0a0a;max-width:1200px;width:100%}