.mt-box{
  border:1px solid #e6e6e6;
  background:#fff;
  padding:18px 16px;
  max-width:420px;
}

.mt-head{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:10px;
}

.mt-head__bar{
  width:8px;
  height:34px;
  background:#0a3d91;
  flex:0 0 8px;
}

.mt-title{
  font-size:30px;
  line-height:1.1;
  font-weight:300;
  margin:0;
}

.mt-underline{
  margin-top:8px;
  width:120px;
  height:3px;
  background:#0a3d91;
}

.mt-filter{
  display:flex;
  gap:10px;
  margin:14px 0 8px;
  flex-wrap:wrap;
}

.mt-filter__btn{
  border:1px solid #d7d7d7;
  background:#fff;
  padding:6px 10px;
  font-size:13px;
  border-radius:4px;
  cursor:pointer;
  display:inline-flex;
  gap:8px;
  align-items:center;
}

.mt-filter__btn.is-on{
  border-color:#0a3d91;
  background:#f3f7ff;
}

.mt-list{
  margin-top:4px;
}

.mt-item{
  padding:16px 0;
  border-top:1px solid #000;
}

.mt-item:first-child{
  border-top:0;
}

.mt-row1{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.mt-name{
  font-weight:700;
  font-size:16px;
  line-height:1.25;
}

.mt-name__link{
  color:#000;
  text-decoration:none;
}

.mt-name__link:hover{
  text-decoration:underline;
}

.mt-date{
  margin-top:6px;
  font-size:14px;
}

.mt-where{
  margin-top:10px;
  font-size:14px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.mt-links{
  display:flex;
  gap:10px;
  white-space:nowrap;
}

.mt-links a{
  font-size:13px;
  text-decoration:underline;
}

.mt-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  display:inline-block;
  flex:0 0 10px;
  background:#999;
  margin-top:4px;
}

.mt-dot--messen{ background:#0a3d91; }
.mt-dot--schulungen{ background:#1c8f43; }
.mt-dot--termine{ background:#666; }

.mt-empty{
  padding:10px 0;
  font-size:14px;
}
.mt-date__link{
  color:inherit;
  text-decoration:none;
}
.mt-date__link:hover{
  text-decoration:underline;
}
.mt-where__link{
  color:inherit;
  text-decoration:underline;
}
.mt-where__link:hover{
  text-decoration:none;
}
/* Blauen Balken links am Titel ausblenden */
.mt-head__bar,
.mt-title-bar,
.messetermine-title-bar {
  display: none !important;
}
