.myvhs-content {
    /*padding-left: 2rem;*/
    /*padding-right: 12.5rem;*/
    font-size: 2rem;
    margin-bottom: 2rem;
}

ul.kursliste {
    padding: 0;
    margin: 1rem 0 1rem;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -2rem;

}

ul.kursliste > li {
    list-style: none;
    padding: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    width: 100%;
    background: #E9E9E9;
    font-size: 2rem;
    border:1px solid #868686;
    overflow: hidden;
    cursor: pointer;
    line-height: normal;
}


ul.kursliste > li.confirmation_error {
    background:red;
    color:white;
}

ul.kursliste > li.confirmation_error .kurstitel {
    color:white;
}

ul.kursliste > li:hover {
    background:white;
    color:black;
}

ul.kursliste > li:hover .kurstitel {
    color:red;
}

ul.kursliste > li .kursnr {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

ul.kursliste > li .kurstitel {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
    font-weight: 600;
}

ul.kursliste > li .kursort {
    font-size: 1.4rem;
}

ul.kursliste > li .error {
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

ul.kursliste > li .kursraum,
ul.kursliste > li .kurstn {
    display: block;
    margin-top: 1rem;
    font-size: 2rem;
}

@media screen and (min-width:40em) {
    ul.kursliste > li {
        width:calc(50% - 20px)
    }
}

@media screen and (min-width:64.0625em) {
    ul.kursliste > li {
        margin-bottom: 4rem;
        margin-left: 4rem;
        width:100%;
    }
}

@media screen and (min-width:71em) {
    ul.kursliste > li {
        width:calc(50% - 4rem)
    }
}
@media screen and (min-width:87.5em) {
    ul.kursliste > li {
        width: calc(33.333% - 4rem);
    }
}


.myvhs-content ul.vertraglist {
    padding: 0;
    margin: 2rem 0;
    list-style: none;

}

.myvhs-content ul.vertraglist > li {
    list-style: none;
    padding: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    background: white;
    font-size: 2rem;
}
.vertragactions {
    margin:2rem 0;

}

.vertragactions a {
    line-height:3rem;
    margin-top: 1rem;
    font-size: 1.5rem;
}

.btn-s {
    line-height:3rem;
    font-size: 1.5rem;
    padding:0 1rem;
}

.btn-s + .btn-s {
    margin-top: 1rem;
}

.btn-m {
    line-height:4rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.btn-secondary {
    background-color:rgb(85, 85, 85);
}

.myvhs-content ul.sblist {
    padding: 0;
    margin: 0;
    max-width: 90rem;
    list-style: none;

}

.myvhs-content ul.sblist > li {
    list-style: none;
    padding: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    background: white;
    font-size: 2rem;
}

.myvhs-content ul.sblist > li small {
    display:block;
    margin-bottom: 1rem;
    font-weight: normal;
}

.myvhs-content ul.sblist > li .text {
    display: none;
    padding:0;
}

.myvhs-content ul.sblist > li .teaser {
    font-style: italic;
    padding:0;
}

ul li h3 {
    cursor: pointer;
}

.myvhs-content ul.sbuebersicht {
    padding: 2.5rem;
    padding-bottom:1.5rem;
    list-style: none;
    border-radius: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    background: white;
    font-size: 2rem;
}

.myvhs-content ul.sbuebersicht > li {
    margin-bottom: 1rem;
}

.myvhs-content ol {
    list-style: decimal !important;
}

.myvhs-content ol > li {
    list-style: decimal !important;
}


.myvhs-content ul li h3 {
    cursor: pointer;
}



@media screen and (min-width:64.0625em) {
    .myvhs-content {
        padding-left: 2rem;
        margin-bottom: 4rem;
    }
}
.myvhsMenus {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -2rem;
}

.myvhsMenus .myvhsMenu {
    position: relative;
    display: block;
    padding: 2.5rem;
    border-radius: 1rem;
    /*color: #fff;*/
    margin-bottom: 2rem;
    margin-left: 2rem;
    width: 100%;
    background: white;
    font-size: 2rem;
}

/*@media screen and (min-width:40em) {*/
/*    .courseCatBlocks .courseCatBlocks__item {*/
/*        margin-bottom:4rem;*/
/*        width:calc(50% - 40px);*/
/*        margin-left:4rem*/
/*    }*/
/*}*/

@media screen and (min-width:40em) {
    .myvhsMenus .myvhsMenu {
        width:calc(50% - 20px)
    }
}

@media screen and (min-width:64.0625em) {
    .myvhsMenus .myvhsMenu {
        margin-bottom: 4rem;
        margin-left: 4rem;
        width:100%;
    }
}

@media screen and (min-width:71em) {
    .myvhsMenus .myvhsMenu {
        width:calc(50% - 4rem)
    }
}
@media screen and (min-width:87.5em) {
    .myvhsMenus .myvhsMenu {
        width: calc(33.333% - 4rem);
    }
}


.myvhsMenu h3 {
    color: black;
}


/*
Formular Kurs
*/

.anwesenheit_input {
    border: 2px solid black;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width: 60px;
    height: 60px;
}

.anwesenheit_input_alt {
    background-size: 30px 30px;
    width: 36px;
    height: 36px;
}

.legende-container {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.legende {
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
    margin-right: 20px;
}

.legende p {
    line-height: 24px;
    font-size: 16px;
}

.legende .icon {
    border: 1px solid black;
    border-radius: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

/* abwesend */
.anwesenheit_input.state0, .legende .icon.state0 {
    /*background: red;*/
    background-image: url(/images/kursportal/abwesend-icon.svg);
}

/* anwesend offline */
.anwesenheit_input.state1, .legende .icon.state1 {
    /*background: green;*/
    background-image: url(/images/kursportal/anwesend-icon.svg);
}

/* anwesend online */
.anwesenheit_input.state2, .legende .icon.state2 {
    /*background: greenyellow;*/
    background-image: url(/images/kursportal/online-anwesend-icon.svg);
}

/* entwschuldigt */
.anwesenheit_input.state3, .legende .icon.state3 {
    /*background: yellow;*/
    background-image: url(/images/kursportal/entschuldigt-icon.svg);
}

.nothaupttrainer {
    font-size: 2rem;
    font-weight: 700;
    color: red;
    margin-bottom: 20px;
}

.einzel_time {
    margin-bottom: 1rem;
}

.checkbox-vhs {
    margin-top: 1rem;
}

.form_div {
    width: 100%;
    padding-left: 1px;
    overflow: auto;
    margin-bottom: 2rem;
}

.confirmation_text {
    margin: 2rem 0;
}

.anmerkung {

}

.anmerkung label {
    font-size: 2rem;
}
.anmerkung label small {
    font-size: 1.5rem;
    font-weight: normal;
}

.anmerkung textarea {
    border: 1px solid black;
    border-radius: 1rem;
    padding: 1rem;
}

.anmerkung .btn {
    width: auto;
}

table.anwesenheit_table {

}

table.anwesenheit_table tr {

}

table.anwesenheit_table td {
    font-size: 1.5rem;
    padding: 1rem;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

table.anwesenheit_table tr.buttontr td {
    padding-bottom: 0;
}

table.anwesenheit_table td.tn_nummer {
    width: 40px;
    font-size: 2rem;
    font-weight: 600;
}

table.anwesenheit_table td.tn_name {
    font-size: 2rem;
    font-weight: 600;
}

table.anwesenheit_table td.noborder {
    border: none;
}

table.anwesenheit_table td.datum {
    width: 140px;
    text-align: center;
    font-size: 2rem;
}


table.anwesenheit_table td.datum span.js-terminheader.locked {
    color: #CCC;
}

table.anwesenheit_table td.datum span.editable {
    font-weight: 600;
    color: black !important;
}

table.anwesenheit_table div.anwesenheit_input.locked {
    opacity: 0.1;
}

table.anwesenheit_table div.anwesenheit_input.locked.editable {
    opacity: 0.5;
}

table.anwesenheit_table div.anwesenheit_input.anwesenheit_input_alt.locked {
    opacity: 1;
}


/* CORONA */


.corona_input {
    border: 2px solid black;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width: 60px;
    height: 60px;
    margin-top: 5px;
}

.corona_input_alt {
    background-size: 30px 30px;
    width: 36px;
    height: 36px;
}

.corona_input.state0 {
    background-image: url(/images/kursportal/corona-icon.svg);
}
.corona_input.state1 {
    background-image: url(/images/kursportal/corona-getestet-icon.svg);
}

table.anwesenheit_table div.corona_input.locked {
    opacity: 0.1;
}


table.anwesenheit_table div.corona_input.corona_input_alt.locked {
    opacity: 1;
}