.memprofile_name {
	font-size: 60px !important;
  text-transform: lowercase;
  font-family: 'Roboto';
  align-content: center;
  display: flex;
  justify-content: center;
}

#profiltabelle {
font-family: 'Roboto';
  color: var(--schriftfarbe1);
  font-size: 12px;
  line-height: 170%;
  width: 100%;
  text-align: justify;
 border-collapse: collapse; 
border-style: solid;
  border-width: 1px;
  border-color: var(--tbhintergrund);
}

#profilabelle-set-height {
    display: inline-block;
   max-height:80px;
    overflow: auto;
	text-align:justify;
padding: 5px 15px 5px 5px;
}

.profiltabelle-set-height {
    display: inline-block;
   max-height:80px;
    overflow: auto;
	text-align:justify;
padding: 5px 15px 5px 5px;
}

.profiltabelle-set-height2 {
    display: inline-block;
   max-height:100px;
    overflow: auto;
	text-align:justify;
padding: 5px 15px 5px 5px;
}

#profiltabelle td, #profiltabelle th {
  padding: 8px;
}

#profiltabelle tr{
background-color: var(--tbvordergrund);
}

#profiltabelle th:nth-child(even) {
padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--tbkontrast);
  color: var(--tbitalic);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 10px;
  letter-spacing: 1px;
}

#profiltabelle th:nth-child(odd) {
padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--tbkontrast);
  color: var(--tbitalic);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 10px;
  letter-spacing: 1px;
}

.memprofile_cw {
	display: flex;
  justify-content: center;
  font-size: 15px;
  color: var(--red);
}

.memprofile_cw1 {
	display: flex;
  justify-content: center;
  font-size: 15px;
}

.profile_fact_border {
	display: flex;
  align-items: stretch;
  gap: 1px;
}

.profile_fact_icon {
	background-color: var(--tbbold);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.profile_fact_icon i {
	color: var(--tbkontrast);
}

.profile_fact {
	background-color: var(--tbhintergrund);
  width: 100%;
  padding: 2px;
  display: flex;
  align-items: center;
  font-size: 10px;
  height: 22px;
}

.profile_fact_line {
display: flex;
  align-items: center;
  background-color: var(--tbkontrast);
  border-left: 4px solid var(--tbbold);
  padding: 6px 10px;
  font-size: 10px;
  margin: 4px 0;
  text-transform: uppercase;
}

.profile_fact_line i {
  margin-right: 8px;
  color: var(--tbbold);
}

/* Style the tab */
div.tab {
   float: left;
  width: 100%;
  max-height: auto;

}

div.tab button::before {
background-color: var(--tbbold);
  content: "";
  display: inline-block;
  position: relative;
  height: 2px;
  vertical-align: middle;
  width: 20%;
  margin-right: 10px;
}

div.tab button::after {
content: ".";
  color: var(--tbbold);
}

/* Style the buttons inside the tab */
div.tab button {
display: block;
  padding: 5px 5px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  text-transform: lowercase;
  font-family: 'Roboto';
  margin: 1px;
  font-weight: 600;
  text-align: left;
  background-color: var(--tbvordergrund);
  font-size: 15px;
  color: var(--schriftfarbe1);
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
text-transform: lowercase;
  font-family: 'Roboto';
  background-color: var(--tbhintergrund);
  color: var(--tbitalic);
  font-size: 18px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border: 0px solid #ccc;
    border-top: none;
}

.tabcontent.active {
    display: block;
}

div[class*="tabcontent"]:first-of-type {
    display: block;
}