/************************************ Start: Box ************************************/
.cms_praLst_flexbox.cms_padding_1 { padding: 23px 15px 24px 15px !important; }
.flex_container > .cms_praLst_flexbox.cms_padding_1:first-of-type { padding: 15px 15px 24px 15px !important; }
.flex_container > .cms_praLst_flexbox.cms_padding_1:last-of-type { padding: 23px 15px 39px 15px !important; }
.flex_container > .cms_praLst_flexbox.cms_padding_1:only-of-type { padding: 15px 15px 39px 15px !important; }
.cms_praLst_box { display: flex; justify-content: space-between; align-items: center; gap: 80px; }
.cms_praLst_box:after { content: ""; position: absolute; bottom: -24px; left: 0; width: 100%; height: 1px; background: var(--primary); border-radius: 5px; }
.cms_praLst_calendar { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 120px; }
.cms_praLst_day,
.cms_praLst_time {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--primary);
    text-align: left;
}
.cms_praLst_info { flex: 1; }
.cms_praLst_subject > h2 { font-size: 30px; line-height: 40px; }
.cms_praLst_button { width: 148px; }
.cms_praLst_fullyBooked {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--praFullyBooked);
    text-align: left;
}
@media screen and (max-width: 959px) {
    .cms_praLst_flexbox.cms_padding_1,
    .flex_container > .cms_praLst_flexbox.cms_padding_1:first-of-type,
    .flex_container > .cms_praLst_flexbox.cms_padding_1:last-of-type,
    .flex_container > .cms_praLst_flexbox.cms_padding_1:only-of-type { padding: 15px !important; }
    .cms_praLst_box { flex-direction: column; justify-content: flex-start; align-items: center; gap: 25px; padding: 30px; background: #FFFFFF; border-radius: 30px; box-shadow: var(--boxShadowDefault); transition: all .3s ease-in-out; }
    .cms_praLst_box:hover { box-shadow: var(--boxShadowHover); }
    .cms_praLst_box:after { content: none; }
    .cms_praLst_calendar { width: 100%; gap: 8px; margin: 0 0 10px 0; }
    .cms_praLst_button { width: 100%; display: flex; justify-content: center; }
}
@media screen and (max-width: 959px) {
    .cms_praLst_day, .cms_praLst_time { font-size: 15px; line-height: 18px; }
    .cms_praLst_info { flex: none; }
    .cms_praLst_subject > h2, .cms_praLst_subject > h3 { font-size: 20px; line-height: 25px; }
    .cms_praLst_location .lead { font-size: 16px; line-height: 16px; }
    .cms_praLst_fullyBooked { font-size: 16px; line-height: 19px; }
    .cms_praLst_subject > h3,
    .cms_praLst_subject > h2,
    .cms_praLst_location p { text-align: center; }
}
@media screen and (max-width: 767px) {
    .cms_praLst_day, .cms_praLst_time { font-weight: 400 !important; font-size: 15px !important; line-height: 18px !important; }
    .cms_praLst_subject > h2 { font-size: 20px !important; line-height: 25px !important; }
    .cms_praLst_location .lead { font-size: 16px !important; line-height: 16px !important; }
    .cms_praLst_fullyBooked { font-weight: 500 !important; font-size: 16px !important; line-height: 19px !important; }
}
/************************************ End: Box ************************************/
/************************************ Start: Detail ************************************/
.cms_praDet_staticMainBox1 { width: 100%; background: var(--quaternary); padding: 0 0 70px 0; }
.cms_praDet_dynamicMainBox { width: 100%; background: #FFFFFF; padding: 35px 0 75px 0; }
.cms_praDet_staticMainBox2 { width: 100%; background: #FFFFFF; padding: 0 0 62px 0; }
.cms_praDet_titel > h1 { padding: 0; }
.cms_praDet_btn > .button-full { display: block; margin: 39px 0 0 0; }
.cms_praDet_text .lead { display: block; padding: 0 0 15px 0; }
.cms_praDet_text p { padding: 0 0 30px 0; }
.cms_praDet_infoBox {
    display: flex;
    flex-direction: column;
    gap: 39px 30px;
    width: 100%;
    background: #FFFFFF;
    padding: 35px;
    border-radius: 10px;
    box-shadow: var(--boxShadowDefault);
}
.cms_praDet_infoBox_date,
.cms_praDet_infoBox_time,
.cms_praDet_infoBox_location { display: flex; flex-direction: column; gap: 6px 15px; }
.cms_praDet_infoBox strong {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--primary);
    text-align: left;
}
@media screen and (max-width: 959px) {
    .cms_praDet_staticMainBox1 { padding: 0 0 30px 0; }
    .cms_praDet_dynamicMainBox { padding: 30px 0; }
    .cms_praDet_staticMainBox2 { padding: 0 0 30px 0; }
    .cms_praDet_btn > .button-full { margin: 15px 0 0 0; }
    .cms_praDet_text .lead { padding: 0; }
    .cms_praDet_text p { padding: 0 0 15px 0; }
    .cms_praDet_infoBox { gap: 30px; padding: 30px; }
}
@media screen and (max-width: 767px) { .cms_praDet_infoBox strong { font-weight: 700 !important; font-size: 18px !important; line-height: 28px !important; } }
/************************************ End: Detail ************************************/