.footer{display:flex;justify-content:center;padding:4em 0 0;background:var(--color-bg-beige);position:relative}.footer::after{content:'';display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;background:var(--color-white);clip-path:polygon(0 100%, 0 calc(100% - 2.5em), 100% 35%, 100% calc(100% - 2.5em), 100% 100%)}.footer__inner{display:flex;flex-flow:column wrap;width:100%;position:relative;z-index:1}.footer__nav{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1em;row-gap:3em;width:100%;max-width:var(--max-content-width);margin:0 auto;padding:0 var(--content-side-padding)}@media (max-width: 768px){.footer__nav{gap:3em}}.footer__col{display:flex;flex-flow:column wrap}.footer__col span{display:inline-block}.footer__col>*+*{margin-top:.5em}.footer__link--parent,.footer__link--child{display:inline-block;color:unset;text-decoration:none}@media (max-width: 650px){.footer__link--parent,.footer__link--child{min-height:unset}}.footer__link--parent{min-height:calc(2 * 1.2632em);font-weight:bold;margin-bottom:.25em}.footer__link--child{color:var(--color-bg-grey)}.footer__content{display:flex;justify-content:center;width:100%;margin:0 auto;padding:4em var(--content-side-padding)}.footer__content-inner{display:grid;grid-template-columns:repeat(3, 1fr);align-items:center;width:100%;max-width:var(--max-content-width)}@media (max-width: 650px){.footer__content-inner{grid-template-columns:100%;place-items:center;gap:3em}.footer__content-inner .footer__logo--main{display:flex;margin:0 auto}.footer__content-inner .footer__logo--main img{object-position:center}}.footer__contact{display:inline-flex;flex-flow:column wrap}.footer__contact>*+*{margin-top:1em}.footer__contact a{width:max-content;text-decoration:none}.footer__contact .email,.footer__contact .phone{--font-size: 1.4rem;color:var(--color-stiftsgold)}.footer__contact .email:hover,.footer__contact .email:focus,.footer__contact .email:focus-within,.footer__contact .phone:hover,.footer__contact .phone:focus,.footer__contact .phone:focus-within{color:var(--color-stiftsrot)}.footer__contact .email:hover .icon-outer,.footer__contact .email:focus .icon-outer,.footer__contact .email:focus-within .icon-outer,.footer__contact .phone:hover .icon-outer,.footer__contact .phone:focus .icon-outer,.footer__contact .phone:focus-within .icon-outer{border-color:var(--color-stiftsrot)}.footer__contact .email .icon-outer,.footer__contact .phone .icon-outer{width:30px;height:30px;border-color:var(--color-stiftsgold)}.footer__contact .email .icon-outer svg,.footer__contact .phone .icon-outer svg{--font-size: 1.4rem}.footer__logo--main{justify-self:flex-end}.footer__logo--main img{object-fit:contain;object-position:right}.footer__socials{display:flex;justify-content:center}.footer__social{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:var(--color-stiftsgold);color:white;text-decoration:none;--font-size: 2.16rem;transition:background .35s ease}.footer__social+.footer__social{margin-left:1em}.footer__social:hover,.footer__social:focus{background:var(--color-stiftsrot)}.footer__logos{display:flex;justify-content:center;width:100%;margin:0 auto;padding:3em var(--content-side-padding)}.footer__logos-inner{display:grid;grid-template-columns:repeat(auto-fit, minmax(110px, 1fr));gap:3em;width:100%;max-width:var(--max-content-width)}.footer__logo:hover img,.footer__logo:focus img{transition:filter .3s ease;filter:grayscale(0)}.footer__logo img{width:100%;object-fit:contain;filter:grayscale(1);transition:filter .3s ease}.footer__info{width:100%;padding:1em var(--content-side-padding);background:var(--color-stiftsgold);color:var(--color-white);--font-size: 1.4rem}.footer__info-inner{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto;max-width:var(--max-content-width)}@media (max-width: 768px){.footer__info-inner{flex-flow:column wrap;align-items:center}.footer__info-inner>*+*{margin-top:1em}}.footer__legal a{color:unset;text-decoration:none}
