/* #contributor label {
    display: inline-block;
    cursor: pointer;
}

#contributor label img {
    padding-left: 100px;
} */

.club .number {
  text-align: center;
}

.club table {
  border-collapse: collapse;
  border: 5px solid orange;
  background-color: lightyellow;
  /* display: block; */
  /* width: 100%; */
}

.club th {
  border: 5px solid orange;
  text-align: left;
}

.club th img {
  height: 80px;
}

.club th,
.club td {
  /* padding: 5px; */
  border-left: 5px solid orange;
  border-right: 5px solid orange;
  width: 1px;
  white-space: nowrap;
  overflow-x: auto;
  /* overflow: hidden;
  text-overflow: ellipsis; */
  /* word-wrap: break-word; */
}

.club p img {
  height: 80px;
}

.club #add {
  min-width: 100px;
  max-width: auto;
  min-height: 100px;
  max-height: auto;
}

.club #pic {
  min-width: 300px;
  max-width: auto;
  margin-left: 10px;
  margin-top: 10px;
}

.club .img_top_right {
  width: 80px;
  position: absolute;
  top: 10px;
  right: 5px;
  display: "block";
}

.club #fileUpload,
#picUpload,
#changeCode,
#getRichFund,
#mustNotBeNamed,
#working,
#others,
#nichtLesen {
  display: none;
}

.club .left input[type=image] {
  height: 80px;
}

.club #tool {
  /* position: absolute; */
  left: 0;
  right: 0;
  height: 100px;
  top: 0;
  /* width: 15%; */
  display: none;
}

.club #tool input[type=image] {
  width: 10%;
}

.club #addNewEntry img {
  width: 10%;
  /* height: 300px; */
}

.club #mustNotBeNamed img {
  /* margin-left: 70px; */
  width: 10%;
}

.club #mustNotBeNamed input[type=number] {
  /* margin-left: 160px; */
  text-align: left;
  width: 3em;
}

.club textarea {
  width: 18em;
  height: 8em;
}

/* input[type=file] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
} */
.club label {
  /* font-size: 22px;
  font-family: "Comic Sans MS", cursive, sans-serif; */
  display: block;
  float: left;
  width: 150px;
  /* text-align: right; */
  /* font-weight: bold; */
  margin-left: 10px;
  /* box-sizing: border-box; */
  /* margin-bottom: 1em; */
}

.club input,
.club label,
.club select,
.club p,
.club h2,
.club textarea,
.club table {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  margin-left: 10px;
}

.club input::placeholder {
  text-align: right;
}

.club p,
h1 {
  margin-left: 10px;
}

.club input[type=submit] {
  /* margin-top: 10px; */
  margin-left: 10px;
  background-color: lightpink;
  /* border: none; */
}

.club .split {
  height: 100%;
  /* width: 30%; */
  position: absolute;
  /* z-index: 1; */
  /* top: 0; */
  /* overflow-x: hidden; */
}

.club .left {
  top: 0px;
  left: 0px;
  width: 30%;
  background-color: lightyellow;
}

.club .right {
  top: 0px;
  right: 0px;
  width: 70%;
  background-color: lightblue;
  overflow-x: scroll;
}

.club .bye img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.club .bye a {
  font-size: 22px;
  text-align: center;
  display: block;

}

/* #region bootstrap */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.card-img-top .img-fluid {
  height: 225px;
  object-fit: contain;
  width: 100%;
  margin: auto;
}

.club .card-body label,
.club .card-body select,
.club .card-body p,
.club .card-body h2,
.club .card-body textarea,
.club .card-body table {
  margin-top: 0px;
  margin-left: 0px;
}

/* #endregion */