.welcomemember {
width: 99.5%;
text-align: center;
background-color: var(--forenfarbe1);
height: auto;
align-items: center;
justify-content: center;
display: flex;
border: 2px solid var(--forenfarbe3);
margin-left: 1px;
}

.alertnumber {
background-color: var(--tabelleitalic);
  padding: 5px;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  display: inline-block;
  line-height: 10px;
  font-size: 10px;
  font-weight: 900;
  color: var(--forenfarbe2);
  position: relative;
  top: -20px;
  left: -20px;
  margin: -10px;
}

.wm_button {
margin: 10px 20px 10px 20px;
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 5px;
  width: 50px;
  background-color: var(--tabellebold);
  height: 50px;
  border-radius: 100px;
}

.wm_button a:hover {
  color: var(--tabelleitalic);
}
.wm_button i {
font-size: 30px;
  color: var(--forenfarbe1);
  line-height: 50px;
}

.wm_button a {
	font-size:11px;
}

#headertabelle {
font-family: var(--schriftart);
color: var(--schrift);
font-size: 11px;
width: 100%;
border-collapse: separate;
padding-bottom: 0px;
margin: auto;
letter-spacing: 1px;
}

#headertabelle td {
background-color: var(--forenfarbe1);
text-align: justify;
margin-bottom: 10px;
width: 33%;
font-size: 12px;
padding: 20px;
font-family: 'Karla';
color:var(--schriftfarbe);
	border: 2px solid var(--forenfarbe3);
}

#headertabelle th {
	background-color: var(--forenfarbe1);
text-align: center;
margin-bottom: 10px;
font-size: 20px;
padding: 20px;
font-family: var(--schriftgross);
color: var(--tabellebold);
border: 5px solid var(--forenfarbe3);
text-transform: uppercase;
font-weight: 400;
}

#headertabelle th a {
font-size: 15px;
font-family: var(--schriftgross);
color: var(--tabellebold);
text-transform: uppercase;
font-weight: 400;
}

#team td {
	width: auto !important;
	line-height:100% !important;
	padding: 1px !important;
	background-color: transparent;
	border: 0px;
}

#team {
	background-color: transparent;
}

#team img {
border: 1px solid var(--tabellebold);
padding: 5px;
}

#inplaykalender {
	background: transparent;
  background-color: transparent;
font-family: var(--schriftart);
color: var(--schrift);
font-size: 11px;
width: 99.9%;
border-collapse: separate;
padding-bottom: 0px;
margin: auto;
letter-spacing: 1px;
}

#headertabelle img {
}

#inplaykalender td {
	background-color: var(--forenfarbe1);
	border: 2px solid var(--forenfarbe3);
}

.headerheight {
	max-height:170px;
	overflow: auto;
	  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.headerheight::-webkit-scrollbar {
  display: none;
}

#ipkalender td {
width: auto !important;
line-height: 100% !important;
padding: 1px !important;
background-color: transparent;
border: 0px solid var(--forenfarbe3) !important;
padding: 5px !important;
font-family: var(--schriftgross);
font-size: 11px;
text-align: center;
}

#ipkalender {
background-color: transparent;
width: 100%;
}

#ipkalender img {
border: 1px solid var(--tabellebold);
padding: 5px;
}

#ipkalender th {
font-family: var(--schriftgross);
color: var(--tabellebold);
font-size: 12px;
text-transform: uppercase;
text-align: center;
font-weight: 600;
}

.mc_box_news {
-ms-overflow-style: none;
  scrollbar-width: none;
}
		