svg a:hover .svg-sector-segment
{
 fill: #FF7A33;
}
svg a:focus .svg-sector-segment
{
 fill: #FF7A33;
 stroke: #27568C;
 stroke-width: 5px;
}
.kritis-kachel .kritis-kachel-link
{
 align-items: center;
 background-color: #99CDFF;
 border: 5px solid transparent;
 color: #27568C;
 display: flex;
 font-size: 2.5rem;
 font-weight: bold;
 hyphens: manual;
}
.kritis-kachel .kritis-kachel-link span
{
 flex: 1 0 66.66666667%;
 padding-left: 30px;
 padding-right: 30px;
 width: 66.66666667%;
}
.kritis-kachel .kritis-kachel-link svg
{
 flex: 1 0 33.33333333%;
 width: 33.33333333%;
 transform: scale(0.8);
}
.kritis-kachel .kritis-kachel-link:hover
{
 background-color: #FF7A33;
 border-width: 5px;
 color: #27568C;
}
.kritis-kachel .kritis-kachel-link:focus
{
 background-color: #FF7A33;
 border-color: #27568C;
 color: #27568C;
}
.c-kritisblume
{
    width: 563px;
    height: 570px;
}
