/* Content | Good Reasons */
.cl-bildungsportal .c-good_reasons {
    padding-top: 135px;
}

.cl-bildungsportal .c-good_reasons .titel-2 {
    height: 112px;
    padding-bottom: 23px;
}

.cl-bildungsportal .c-good_reasons p {
    font-size: 16px;
    line-height: 24px;
}

.cl-bildungsportal .c-good_reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cl-bildungsportal .c-good_reasons-box {
    position: relative;
    min-height: 424px;
    height: 424px;
    padding: 36px 25px;
}

.cl-bildungsportal .c-blau-box {
    background-color: var(--johanniter-blau);
    color: var(--johanniter-weiss);
}

.cl-bildungsportal .c-rote-box {
    background-color: var(--johanniter-rot);
    color: var(--johanniter-weiss);
}

.cl-bildungsportal .c-good_reasons-box h1,
.cl-bildungsportal .c-good_reasons-box p {
    color: var(--johanniter-weiss);
}

.cl-bildungsportal .vert-split-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cl-bildungsportal .c-good_reasons-box.full-box {
    height: 424px;
    min-height: 424px;
}

.cl-bildungsportal .c-good_reasons-box.half-box {
    height: 207px;
    min-height: 207px;
    padding: 20px;
}

.cl-bildungsportal .c-good_reasons-box .box-footer {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.cl-bildungsportal .c-good_reasons-box .box-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--johanniter-weiss);
    width: 40px;
    height: 40px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.cl-bildungsportal .c-good_reasons-box .box-link:hover {
    transform: translateX(5px);
}

.cl-bildungsportal .c-good_reasons-box .arrow-icon {
    width: 32px;
    height: 24px;
}
