/* Den border-bottom bei jedem Kurs und jeweiligem Course-Overview verstecken */
li#module-2760, /* id-23 Meister für Veranstaltungstechnik */ 
li#module-2834, /* id-18 SQQ10 ICT */
li#module-2489 /* id-49 Wiederholungsunterweisung: EFK */
{border-bottom: 0px;}



.course-menu {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.course-menu .course-menu-title {
  margin: 0;
  cursor: none;
}

.menu-list-container {
  display: flex;

  align-items: center;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
}

.vl {
  width: 1px;
  background-color: #444;
  height: 1.1rem;
}

.course-menu .course-menu-title>a {
  margin: 0;
  font-size: 1rem;
}

.course-menu .course-menu-title>a:hover {
  position: static;
  color: #000;
  text-decoration: none !important;
}

.menu-list-item {
  font-size: .875rem;
  list-style: none;
}


.course-menu h5.menu-title {
  margin-bottom: .2rem;
}

/* All h5 header */
h5.menu-title {
  font-size: 1rem !important;
  font-weight: 500;
}

.course-overview-image {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 3px;
  object-fit: contain;
}

.icon-container {
  display: grid;
  place-content: center;
  width: 40px;
  aspect-ratio: 1;
}



/* Dozenten Block - Start */
#user-list {
  margin-top: 1rem;
}

#user-list img {
  border-radius: 5px;
  margin-right: .6rem;
  width: 35px !important;
}

/* Dozenten Block - End */
