.TdoT_vid_article video {
    width: 100%;
}

.TdoT_img_article img {
    width: 100%;
    margin: 0 !important;
}

.TdoT_aud_article audio {
    width: 60%;
    left: 20%;
    position: relative;
    margin-top: 20px;
}

.TdoT_pdf_article iframe {
    width: 100%;
    height: 160vh;
    margin: 0 !important;
}

.TdoT_lehrer_article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.TdoT_lehrer_article h3 {
    width: 100%;
}

.TdoT_lehrer_article img {
    width: 200px;
    height: 300px;
    object-fit: cover;
    border: 2px solid black;
    box-shadow: 0 0 5px grey;
    margin-bottom: 0 !important;
}

.TdoT_lehrer_article h4 {
    margin-top: 0;
    margin-left: 10px;
}

.TdoT_table_article table,tr,td{
    border: 1px solid black;
    padding: 3px;
}
.TdoT_table_article table{
    border-collapse: collapse;
}