.kursplan {
    width: 1000px;
    background: #edf9ff;
}
#kurstabelle {
    width: 1000px;
	padding-top: 40px;
	padding-right: 40px;
    padding-left: 15px;
}

#kurs231609_mo {
    position: absolute;
    background-color: #bfc2d1;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.5);
    padding: 1rem;
	text-transform: none;
	min-width: 280px; 
}


#kurstabelle .col.leer {
    background-color: rgba(230,215,190,.75);
}
#kurstabelle .col.day {
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;
    text-align: center;
}
#kurstabelle .row {
    clear: both;
    margin-bottom: 0.3rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#kurstabelle .col {
    margin-right: 0.3rem;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #bfc2d1;
    color: #312782;
    text-transform: uppercase;
    flex: 1;
    -webkit-flex: 1;
    font-weight: 600;
}
#kurstabelle .col3 {
    margin-right: 0.2rem;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #bfc2d1;
    color: #312782;
    text-transform: uppercase;
    flex: 3;
    -webkit-flex: 3;
    padding-right: .50rem;
    font-weight: 600;
}
#kurstabelle .col.course .kurs {
    padding: 1.25rem .75rem;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 100%;
}
#kurstabelle .col3.course .kurs {
    padding: 1.25rem 1.75rem;
    position: relative;
    font-size: 1.05rem;
    line-height: 1rem;
    margin-right: -.50rem;
}
#kurstabelle .kurs.green {
    background: #58e658;
}
#kurstabelle .kurs.blue {
    background: #00b0f0;
}
#kurstabelle .kurs.yellow {
    background: #f8f83d;
}
#kurstabelle .kurs.orange {
    background: #f3bf22;
}
#kurstabelle .kurs.red {
    background: #ff3b3b;
}
#kurstabelle .col.course .startzeit, #kurstabelle .col.course .kursdauer, .name, .ort {
    display: block;
    font-size: 1.2rem;
    color: #3b3b3b;
    text-transform: none;
    font-weight: 400;
}





@media only screen and (min-width: 700px) {
    .day_back, .day_next {
        display: none;
    }
}

/*.table-wrap {*/
/*    overflow-x: scroll; }*/

.kursplan.table-bordered a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.kursplan.table-bordered a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.kursplan.table-bordered th,
.kursplan.table-bordered td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.kursplan.table-bordered thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.kursplan.table-bordered tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.kursplan.table-bordered .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.kursplan.table-bordered .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.kursplan.table-bordered td,
.kursplan.table-bordered th {
    background-color: #fff;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
}
.table-dark {
    color: inherit;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
}

.kursplan.table-bordered .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
}

.kursplan.table-bordered a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #ffafb0; }
.kursplan.table-bordered a:hover, .kursplan.table-bordered a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

.kursplan.table-bordered {
    border-collapse: collapse !important;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    min-width: 1000px !important;
    -webkit-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
    text-align: center; }
.table-bordered.kursplan thead th {
    border: none !important;
    padding: 30px;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.table-bordered.kursplan tbody tr {
    margin-bottom: 10px; }
.table-bordered.kursplan tbody td {
    cursor: pointer;
    padding: 20px;
    font-size: 14px;
    background: #fff;
    vertical-align: middle;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.hinweise p{
    margin: 0 0 5px;
}
.hinweise{
    color: #F7C703;
}
@media (prefers-reduced-motion: reduce) {
    .kursplan tbody td {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.kursplan tbody td {
    color: #312782;
    font-size: 14px;
}

.kursplan.table-bordered tbody td i {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3); }
.kursplan.table-bordered tbody td .img {
    width: 90px;
    height: 90px;
    margin: 10px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.kursplan.table-bordered tbody td a {
    display: block;
    color: #ffafb0;
    font-size: 12px; }
.kursplan.table-bordered tbody td a strong {
    font-size: 12px;
    font-weight: 600;
    color: #666666; }
.kursplan.table-bordered tbody td:hover {
    background: whitesmoke; }
.kursplan.table-bordered tfoot tr th a {
    font-weight: 400;
    color: #000; }
.kursplan.table-bordered tfoot tr th a i {
    font-size: 12px; }
.kursplan.table-bordered tfoot tr th a:hover {
    color: #ffafb0; }

.kursplan .responsible{
    color: #F7C703;
    font-style: italic;
}

@media only screen and (max-width: 1140px) {
    .table-wrap{
        overflow-x: scroll;
    }
}
