.kornheader-memberlist {
    width: 255px;
    height: 550px;
    padding: 10px 5px 0px 5px;
    position: relative;
line-height: 28px;
    background-color: var(--kornblumenblaugrau);
    border: 1px solid var(--dunkelgrau);
background-image: var(--kornblumenblaupattern);
    display: flex;
    flex-direction: column;
    /*! justify-content: center; */
    align-items: center;

}

.kornheader-memberlist h1 {
  font-family: var(--kornhead1);
font-size: var(--font20);
}

.kornheader-memberlist h1 a:hover {
  text-decoration: none;
  font-style: italic;
}

.kornheader-mlist-card-top {

     position: relative;
    text-align: center;
  margin-bottom: 10px;
    display: flex;
}

.kornheader-mlistcard-top-links {
  border-left: 1px solid var(--dunkelgrau);
  margin-right: 20px;
  height: 100%;
  background-color: var(--dunkelstesschwarz);
}

.kornheader-mlistcard-top-mitte {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kornheader-card-top-mblist-imagewrapper {
    width: 140px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;

    border-top-left-radius: 100% 140px;
    border-top-right-radius: 100% 140px;
    outline: 1px solid var(--dunkelgrau);
  outline-offset: 5px;
}

.kornheader-card-top-mblist-imagewrapper img {
  width: 100%;
    height: 100%;
    object-fit: cover;  
  /*! filter: grayscale(100); */
}


.kornheader-mblistcard-top-rechts {
    border-right: 1px solid var(--dunkelgrau);
  margin-left: 20px;
  height: 100%;
  background-color: var(--dunkelstesschwarz);
}

.kornheader-mblistbot-card-bottom {
display: flex;
  flex-direction: column;
width: 90%;
	height: 90%;
line-height: 18px;
font-size: var(--font11);
font-family: var(--mainfont);
letter-spacing: 2%;
margin-top: 10px;
color: var(--hauptgrau);
}

.kornheader-mblistbot-card-bottom b {
  text-transform: uppercase;
  color: var(--kornblumig);
  font-size: var(--font10);
  letter-spacing: 5%;
}

.kornheader-mblistbot-card-bottom span {

}



.kornheader-mblistbot-card-bottom h1 {
  font-size: var(--font20);
  text-align: center;
  font-family: var(--kornhead1);
  letter-spacing: 2%;
  line-height: 14px;
}

.kornheader-mblistbot-card-bottom p {
    text-align: justify;
    padding: 10px 10px 10px 10px;
width: 90%;
    
  
    height: 100px;
  overflow: auto;
  scrollbar-width: none;
  font-size: var(--font10);
  font-style: italic;
  
}

.kornheader-mbot-card-underline {
  width: 100%;
  border-top: 1px solid var(--dunkelgrau);
  display: flex;
  justify-content: center;
}
		