.ssp-index .loading-screen{width:100%;height:100%;overflow:hidden;top:0;left:0;display:flex;align-content:center;justify-content:center;font-size:14px;color:#fff;position:fixed;background-color:rgba(var(--bs-modal-backdrop-color-rgb),.5);z-index:1039}.ssp-index .prozess-nav{display:flex;justify-content:center;align-items:center;background:var(--custom-color-tab-nav-background-color)}.ssp-index .prozess-navigation{height:50px;background:var(--custom-color-tab-nav-background-color);display:flex;justify-content:space-between}.ssp-index .nav-list{display:flex;list-style:none;overflow-y:hidden;overflow-x:auto;position:relative}.ssp-index .nav-list::-webkit-scrollbar{display:none}.ssp-index .nav-item{display:flex;flex-direction:column;justify-content:center;color:var(--custom-color-tab-nav-color);height:100%;border-bottom:4px solid transparent}.ssp-index .nav-item:not(.active){margin-bottom:4px}.ssp-index .nav-item+.nav-item{margin-left:40px}@media (min-width: 768px){.ssp-index .nav-item+.nav-item{margin-left:50px}}.ssp-index .hidden-title:before{display:block;content:attr(title);font-weight:700;height:0;overflow:hidden;visibility:hidden}.ssp-index .main-wrapper{min-height:100%;display:flex;flex-direction:column;justify-content:space-between}.ssp-index .main-wrapper header{background:var(--custom-color-color-white);height:67px;font-size:15px;line-height:21px}.ssp-index .main-wrapper header .vf-logo{width:200px;cursor:initial}.ssp-index .main-wrapper header .burger{width:26px;fill:#000}.ssp-index .main-wrapper header .mobile-menu{display:none;justify-content:space-between;align-items:center;width:100%}@media (max-width: 1023.98px){.ssp-index .main-wrapper header .mobile-menu{display:flex}}.ssp-index .main-wrapper header .links-header{display:flex}@media (max-width: 1023.98px){.ssp-index .main-wrapper header .links-header{display:none}}.ssp-index .main-wrapper header .links-header a{color:var(--custom-color-text-default-color)}.ssp-index .main-wrapper header .links-header a:not(:first-child){padding-left:20px}.ssp-index .main-wrapper header .links-header a:hover{text-decoration:underline}.ssp-index .main-wrapper footer{background:var(--custom-color-color-white);height:60px;font-size:14px;line-height:16px}.ssp-index .main-wrapper footer .copyright{color:var(--custom-color-text-color-dark)}.ssp-index .main-wrapper footer .links-footer a{color:var(--custom-color-text-color-dark)}.ssp-index .main-wrapper footer .links-footer a:not(:first-child){padding-left:20px}.ssp-index .main-wrapper footer .links-footer a:hover{text-decoration:underline}.ssp-index .main-wrapper footer .footer-wrapper{display:flex;justify-content:space-between;align-items:center}@media (max-width: 700px){.ssp-index .main-wrapper footer{height:170px}.ssp-index .main-wrapper footer.footer-with-logo{height:210px}.ssp-index .main-wrapper footer.footer-with-logo .footer-logo-container{padding-bottom:16px;padding-top:0}.ssp-index .main-wrapper footer .footer-wrapper{align-items:flex-start;flex-direction:column}.ssp-index .main-wrapper footer .footer-wrapper .links-footer{flex-direction:column}.ssp-index .main-wrapper footer .footer-wrapper .links-footer a{padding-left:0;padding-top:10px}}.ssp-index .main-content{display:flex;flex-direction:column;flex-grow:1;align-items:center}.ssp-index .main-content.hide{display:none}.ssp-index .main-content .content-wrapper{display:flex;justify-content:center;max-width:1920px;width:100%}.ssp-index .main-content:not(.background-container) .content-wrapper{background:var(--custom-color-gray-030);padding-top:40px;padding-bottom:30px}@media (min-width: 1440px){.ssp-index .main-content:not(.background-container) .content-wrapper{padding-top:60px}}@media (min-width: 1440px){.ssp-index .main-content:not(.background-container) .content-wrapper{padding-bottom:40px}}.ssp-index .main-content.center-content{justify-content:center}.ssp-index .mobile-menu-content{display:none;background:var(--custom-color-color-white);box-shadow:inset 0 .22em .22em #59595938;flex-direction:column;flex-grow:1;padding:16px}.ssp-index .mobile-menu-content.show{display:flex}.ssp-index .mobile-menu-content a{color:var(--custom-color-text-default-color)}.ssp-index .mobile-menu-content a:not(:first-child){padding-top:20px}.ssp-index .mobile-menu-content a:hover{text-decoration:underline}.ssp-index .item-link{display:flex;align-items:center}.ssp-index .item-link .mein-vf,.ssp-index .item-link .hilfe,.ssp-index .item-link .abmelden{margin-right:6px;width:13px;fill:var(--custom-color-text-default-color)}.ssp-index .content-container{padding:0;max-width:1296px;width:100%}@media (min-width: 768px){.ssp-index .content-container{padding:0 15px}}.ssp-index .footer-container,.ssp-index .header-container{padding:0 15px;max-width:1296px;width:100%}.ssp-index .burger-icon{width:28px;height:15px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}.ssp-index .burger-icon span{display:block;position:absolute;height:2px;width:100%;background:#000;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.ssp-index .burger-icon span:nth-child(1){top:0}.ssp-index .burger-icon span:nth-child(2),.ssp-index .burger-icon span:nth-child(3){top:6px}.ssp-index .burger-icon span:nth-child(4){top:12px}.ssp-index .burger-icon.open span:nth-child(1){top:18px;width:0%;left:50%}.ssp-index .burger-icon.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.ssp-index .burger-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.ssp-index .burger-icon.open span:nth-child(4){top:18px;width:0%;left:50%}.ssp-index .ssp-loading-spinner{width:60px;height:60px}.ssp-index .spinner-text{margin-top:10px;font-size:14px;color:var(--custom-color-spinner-text-color)}.hide-links{display:none!important}
