.anzeigegesamt {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
}

.anzeigeoben {
  width: 100%;
  height: auto;
}

.auswahlbox {
  background-color: #FFF1DB;
	width: 100%;
  height: auto;
  margin-bottom: 0.1%;
  margin-top: 0.2%;
  margin-right: auto;
  margin-left: auto;
  display:block;
}

.archiv {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, -2.3149rem + 8.8398vw, 1.5rem);
  color: #446bba;
  text-align: center;
}

.buttonbox {
  display: flex;
  background-color: #fff1db;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0.5%;
  margin-bottom: 0;
  margin-left: 0.5%;
  margin-right: 0;
}

input {
  background-color: #ced9ed;
  border: 1px solid #446BBA;
  margin-bottom: 0.5%;
  display:inline-flex;
}

.auswahlunten {
  width: 100%;
  color: #000;
  font-size: clamp(0.8rem, -1.9149rem + 6.5398vw, 1.0rem);
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 0.1%;
  margin-bottom: 0;
  display: flex;
  justify-content: space-around;
}
.anzeigesaison {
  	font-family:Arial,Helvetica,Geneva,Sans Serif;
    font-size: clamp(0.8rem, -2.1149rem + 8.0398vw, 1.3rem);
    color:#85131d;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 0.1%;
    margin-bottom: 0.1%;
}

.anzeigeunten {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.maormix {
  display: flex;
  width: 100%;
  height: 1.5rem;
  position: relative;
  color: #446BBA;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, -2.3149rem + 8.8398vw, 1.5rem);
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  height: 10.5%;
}

.mannschaftsbild {
  width: 35vw;
  height: calc(25vw/1.333);
  display:flex;
  margin-top: 0.5%;
  margin-bottom:0.5%;
  background-color:transparent;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}

.unterschrift {
  font-family: Arial, Helvetica, sans-serif;
  color: #446BBA;
  text-align: center;
  font-size: clamp(10px, 2vw, 18px);
  height: 5%;
}

.spielernamen {
  display: block;
  width: 90%;
  height: 20%;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  margin-left: 5%;
  margin-right: 5%;
  background-color:transparent;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: clamp(8px, 1.5vw, 12px);
}

.reihe {
  display: flex;
  justify-content: space-around;
}

.saisonplatz {
  font-family: Arial, Helvetica, sans-serif;
  font-size: (0.8rem, -2.1149rem + 8.0398vw, 1.3rem);
  text-align: center;
  color: #446BBA;
}

.anzeigelinks {
  display: block;
  width: 49%;
  height: 100%;
  background-color:#FFF1DB;
  border: 1px solid #165575;
  margin: 5px auto;
}

.anzeigerechts {
  display: block;
  width: 49%;
  height: 100%;
  background-color:#FFF1DB;
  border: 1px solid #165575;
  margin: 5px auto;
}

.tabelle {
  width: 90%;
  height: auto;
   margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  display: block;
}

.kopfzeile {
  width: 100%;
  height: 2.8vh;
  background-color: #708eca;
  display: flex;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 1.3vw, 14px);

  position: relative;
}

.zeileungerade {
  width: 100%;
  height: 2.8vh;
  background-color: #f0f0f0;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(10px, 1.3vw, 12px);
  position: relative;
}

.zeilegerade {
  width: 100%;
  height: 2.8vh;
  background-color: #fff;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(10px, 1.3vw, 12px);
  position: relative;
}

.spaltelinks {
  display: block;
  width: 15%;
  color: #000;
  text-align: center;
  font-size: clamp(10px, 1.3vw, 12px);
  padding-top: 0.5vh;
}

.spalterechts {
  display: block;
  width: auto;
  color: #000;
  text-indent: 15px;
  font-size: clamp(10px, 1.3vw, 12px);
  padding-top: 0.5vh;
}

.anzeigemitte {
  display: block;
  width: 2%;
}

.anzeigerechts {
  display: block;
  width: 49%;
  background-color:#FFF1DB;
  border: 1px solid #165575;
  margin: 5px auto;
}

