body.page-kundenportal .tiles{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}body.page-kundenportal .tile{height:100%;display:flex;flex-direction:column}body.page-kundenportal .tile__body{flex:1 1 auto;display:flex;flex-direction:column;gap:14px}body.page-kundenportal .tile__body p:last-child{margin-top:auto}body.page-kundenportal .tile__body .btn--ghost{background:linear-gradient(180deg,var(--blue),var(--blue2));color:#fff;border:1px solid rgb(var(--blue-rgb) / .25);box-shadow:0 12px 30px rgb(var(--blue2-rgb) / .10)}body.page-kundenportal .tile__body .btn--ghost:hover,body.page-kundenportal .tile__body .btn--ghost:focus-visible,body.page-kundenportal .tile__body .btn--ghost:active{background:linear-gradient(180deg,var(--blue),var(--blue2));color:#fff;border-color:rgb(var(--blue-rgb) / .25)}@media (max-width:820px){body.page-kundenportal .tiles{grid-template-columns:1fr}}body.page-kundenportal .tile__body .btn.btn--small:not(.btn--ghost),body.page-kundenportal .tile__body .btn.btn--small:not(.btn--ghost):visited,body.page-kundenportal .tile__body .btn.btn--small:not(.btn--ghost):hover,body.page-kundenportal .tile__body .btn.btn--small:not(.btn--ghost):focus-visible,body.page-kundenportal .tile__body .btn.btn--small:not(.btn--ghost):active{color:#ffffff !important}body.page-kundenportal .tile__body .btn.btn--small.btn--ghost,body.page-kundenportal .tile__body .btn.btn--small.btn--ghost:visited{color:var(--blue) !important}