body {
  font-family: Arial, Helvetica, sans-serif;
}

.uploadContainer {
  position: relative;
}
.uploadContainer .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.uploadContainer .custom-file-input::before {
  content: "Select some files";
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.uploadContainer .custom-file-input:hover::before {
  border-color: black;
}
.uploadContainer .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.uploadContainer input[type=file] {
  display: none;
}
.uploadContainer .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.uploadContainer .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
}
.uploadContainer .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.uploadContainer .file-upload-wrapper:before {
  content: "Auswahl";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  background: #4daf7c;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.uploadContainer .file-upload-wrapper:hover:before {
  background: #3d8c63;
}
.uploadContainer .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 90%;
}
.uploadContainer .file-upload-wrapper input.submit {
  background-color: palevioletred;
  height: 40px;
}
.uploadContainer input.submit {
  margin-top: 20px;
  position: relative;
  z-index: 99;
  height: 40px;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  background-color: palevioletred;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

#startpage {
  width: 100%;
}
#startpage #startpageInner {
  margin: auto;
}
#startpage #startpageInner .teamSelector {
  border: 1px solid black;
  background-color: lightyellow;
  width: 100px;
  height: 66px;
  margin: 10px;
  float: left;
  background-image: url(https://db.bonner-biermarathon.de/img/beerbutton.png);
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
