  body {
	
}

.mbs-personal-container
{
  width: 100%;
  display: -ms-flexbox;
  /*display: flex;*/ /*führte zu Fehldarstellungen, wenn in .teaser .info auf der Detailseite zu wenig Text war OBL 30.10.2020*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mbs-personal-container.list
{
 display: flex; /*für Listenansicht OBL 30.10.2020*/
}


.mbs-personal-teaser
{
	font-size: 80%;
	font-weight: 50;
	
	min-width: 48%;
	flex: 1;

	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* justify-content: center; */
	/* align-items: center; */
	
	margin-right: 10px;
	margin-bottom: 10px;
}


.smaller-font {
	font-size: 80%;
	font-weight: 50;
	
}

.strong {
	font-weight: 700;
}

.mbs-personal-teaser a:hover {
	color: #41dbff;
}

.unflex{
	display: block;
}

.flex
{
	flex: 1;
}


.svg {
  filter: invert(1.0);
}

a:hover .svg {
  filter: invert(1.0);
  filter: brightness(3.5);
}


.fa-researchgate:before{content:"R\1D33";font-family:Garamond,serif;}

.mbs-personal-container.details .teaser {
	height:160px;
}





















