.course-group-page-section {
    padding-bottom: 30px;
}

/* w0 red-box */
.w0-overview {
    margin-bottom: 10px;
}

.w0-overview.list {
    display: flex;
    flex-direction: column;
}

.w0-overview>.head {
    padding: 5px;
    margin-bottom: 10px;
    color: #444444;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    column-span: all;
}

.w0-overview.list>.head {
    flex: 1 1 100%;
}

/* w1 group-box */
.w1-overview {
    display: grid;
    grid-auto-flow: row;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.w1-overview.grid-columns-1 {
    width: calc(33.3333% - 10px);
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.w1-overview.grid-columns-1>.w2-overview {
    width: 100%;
    justify-self: center;
}

.w1-overview.grid-columns-2 {
    width: calc(66.6666% - 5px);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 15px;
}

.w1-overview.grid-columns-2>.w2-overview {
    /* max-width: calc(66.6666% - 22px);
    width: calc(100% - 22px); */
    /* max-width: 100%; */
    width: 100%;
}

.w1-overview>.head {
    column-span: all;
}

.w1-overview.grid-columns-2>.w2-overview:nth-child(odd) {
    justify-self: left;
}

.w1-overview.grid-columns-2>.w2-overview:nth-child(even) {
    justify-self: right;
}

.w1-overview.grid-columns-3 {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 15px;
}

.w1-overview.grid-columns-3>.w2-overview {
    /* width: calc(100% - 22px); */
    width: 100%;
    justify-self: center;
}

.w1-overview>.head {
    background: #878787;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.w1-overview.grid-columns-2>.head {
    grid-area: 1 / 1 / 2 / 3;
}

.w1-overview.grid-columns-3>.head {
    grid-area: 1 / 1 / 2 / 4;
}

/* w2 subgroup-box */
.subgroup-box {
    position: relative;
}

.subgroup-box>.head {
    margin-bottom: 20px;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
}

/* w3 workshop-box */
.workshop-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    background-color: white;
    break-inside: avoid;
}

.workshop-box.overlap-info {
    position: relative;
}

.workshop-box>.head {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    justify-content: space-between;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
}

.workshop-box>.head~div {
    text-align: left;
}

.workshop-box-body {
    display: flex;
    height: 125px;
    padding: 0 15px;
    justify-content: space-between;
    overflow: hidden;
}

.workshop-box-body>span {
    flex: 1 1 auto;
}

.overlap-info .workshop-box-body {
    flex-direction: column;
}

.workshop-box-overlap {
    padding-left: 15px;
    padding-bottom: 20px;
}

.workshop-box-overlap span {
    font-weight: bold;
}

.workshop-box-information {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto 45px;
    background-color: #E8E8E7;
    /* justify-content: space-between; */
}

.no-info .workshop-box-information {
    background-color: unset;
}

.overlap-info .workshop-box-information {
    position: absolute;
    bottom: 0;
    left: 0;
}

.workshop-sub-box-information {
    display: flex;
    padding: 5px;
    align-items: baseline;
}

.workshop-box-information span {
    padding-top: 5px;
    color: #7B7C7E;
    font-size: 14px;
}

.workshop-box-information i {
    padding-right: 3px;
    color: #7B7C7E;
    font-size: 19px;
}

.workshop-sub-box-information .fa-chevron-up,
.workshop-sub-box-information .fa-chevron-down {
    font-size: 14px;
    margin-left: 5px;
}

.workshop-arrow-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.workshop-arrow-box>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 37px;
    background: linear-gradient(to right, #db0031, #bb0f26);
    font-size: 20px;
    color: #fff;
}

.workshop-arrow-box>i::before {
    padding-left: 3px;
}

.all-currency-options {
    position: relative;
    display: flex;
    flex: 0 0 45px;
    width: 45px;
    margin-right: -15px;
    flex-direction: column;
    justify-content: flex-end;
}

.currency-options {
    background-color: #E8E8E7;
    text-align: center;
    padding: 0 5px;
}

.currency-options span {
    top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.workshop-box-termin-chevron-down {
    top: 4px;
    margin-left: 4px;
    font-size: 12px !important;
}

.workshop-termin-options {
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    width: 175px;
    background-color: #E8E8E7;
    border: 0 solid #707070;
    z-index: 1;
}

.workshop-termin-option {
    padding: 10px;
    color: #7B7C7E;
    font-size: 14px;
    cursor: pointer;
}

.workshop-termin-option:hover {
    background-color: #878787;
    color: #FFFFFF;
}

.workshop-box-other-lang {
    display: none;
    position: absolute;
    top: 0;
    left: 377px;
    right: 0;
    max-height: 37px;
    width: 94px;
    background-color: #E8E8E7;
    border: 0 solid #707070;
    z-index: 1;
}


.other-lang-options {
    padding: 7px;
    border-bottom: 1px solid white;
    color: #7B7C7E;
    font-size: 14px;
    cursor: pointer;
}

.other-lang-options:hover {
    background-color: #878787;
    color: #FFFFFF;
}

.other-lang-options:last-child {
    padding: 7px;
    background-color: #E8E8E7;
    border-bottom: none;
    color: #7B7C7E;
    font-size: 14px;
    cursor: pointer;
}

.other-lang-options:last-child:hover {
    background-color: #878787;
    color: #FFFFFF;
}

.course-group-divider {
    width: 60%;
    height: 1px;
    margin-bottom: 20px;
    background-color: lightgrey;
}

.course-group-neu-tag {
    position: relative;
    width: 45px;
    height: 25px;
    background-image: linear-gradient(to right, #A69665, #B3A26E);
}