@media (max-width: 1140px) {
  .bgimg {
    display: none;
  }
  .logo {
    display: none;
  }
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Ethnocentric", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.welcome {
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.copyright {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center; 
}

.container {
  display: flex;
}

.bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('bild_1.jpg');
  min-height: 100vh;
  flex: 1;
  opacity: 0.8;
}

.bgimg2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('bild_2.png');
  min-height: 100vh;
  flex: 1;
  opacity: 0.8;
}

.bgimg3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('bild_3.png');
  min-height: 100vh;
  flex: 1;
  opacity: 0.8;
}

.content {
  flex: 1;
  padding: 50px;
  background-color: #fff;
}

h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

form {
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

form p {
  flex-basis: 50%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

input[type="text"] {
  width: 100%;
  padding: 16px;
  border-left: none;
  border-top: none;
  border-right: none;
  padding-left: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  font-size: larger;
}

input[type="text"]:focus {
  outline: none;
  }

  input[type="date"] { 
  padding: 10px;
  color: black;
  font-size: 18px;
  outline: none;
  border-radius: 15px;
  margin-top: 10px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  }

input[type="date"]::-webkit-calendar-picker-indicator{
  color: black;
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
}

button {
  padding: 16px 20px;
  background-color: white;
  color: black;
  border: 1px solid black;
  cursor: pointer;
}

button:hover {
  background-color: #555;
}

.newcontainer {
  position: relative;
  display: inline-block;

}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-left: 15px;
  padding-top: 15px;
}

.noborder {
  border: none;
}

.circle {
  display: none;
}

.icon {
  justify-content: center;
}

.untertitel {
  font-size: 25px;
}

.titel {
  font-size: 50px;
}

.untertitel-confirmation {
  font-size: 25px;
}

.titel-confirmation {
  font-size: 50px;
}

.street {
  margin-right: 30px;
  width: 100%;
}

.nr-input {
  border-left: none;
  border-right: none;
  border-top: none;
  padding-top: 16px;
  box-sizing: border-box;
  font-size: large;
  padding-left: 0;
  padding-bottom: 0;
}



.plz {
  margin-right: 30px;
}

.plz-input {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 21px;
  width: 100%;
  font-size: large;
}

.town {
  width: 100%;
}

.tel-input {
  padding: 10px;
  border-radius: 15px;
  margin-top: 10px;
  font-size: large;
}

.mail-input {
  padding: 10px;
  border-radius: 15px;
  margin-top: 10px;
  font-size: large;
}

input.club-input {
  width: 100%;
  padding: 16px;
  border-left: none;
  border-top: none;
  border-right: none;
  padding-bottom: 0px;
  font-size: larger;
  padding-left: 0px;
}

.tw {
  align-items: center;
}

.tw[type="radio"] {
  display: none;
}

.tw label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 38px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 22px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: xx-large;
}

.tw label span {
  margin-top: 1px;
}

.tw label:hover {
  background-color: rgb(13, 42, 63);
  color: white;
}

.tw.selected {
  background-color: rgb(13, 42, 63);
  border-radius: 22px;
  color: white;
}

.liga-dropdown {
  margin-top: 10px;
  padding: 18px;
  border-radius: 22px;
  width: 100%;
  font-size: large;
}

.masculin-feminin label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border: 1px solid #000;
  border-radius: 22px;
  width: 157px;
  height: 100px;
}

.masculin-feminin label span {
  margin-top: 1px;
}

.masculin-feminin label:hover {
  background-color: rgb(13, 42, 63);
  color: white;
}

.masculin-feminin img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.masculin-feminin:hover img.hover-image {
  opacity: 1;
}

.masculin-feminin.selected {
  background-color: rgb(13, 42, 63);
  border-radius: 22px;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.35);
}

.container-name {
  display: flex;
  align-items: center;
}

.text-input-field1 {
  margin-right: 30px;
  width: 100%;
  align-items: center;
}

.text-input-field2 {
  width: 100%;
  align-items: center;
}

.gender-radio {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.adress {
  display: flex;
  align-items: flex-end;
}

.plz-town {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.date-tel {
  display: flex;
  align-items: center;
}

.mail-next {
  display: flex;
  align-items: center;
}

.club-league {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.club {
  margin-right: 10px;
}

.positions-row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.positions-row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.positions-row3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.st-div {
  display: flex;
  justify-content: space-around;
}

.back-submit {
  display: flex;
  align-items: center;
  margin-top: 100px;
}


input[type="file"] {
  display: inline-block;
    color: white;
    background: rgb(13, 42, 63);
    text-align: center;
    padding: 1px 23px;
    user-select: none;
    cursor: pointer;
    box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.35);
    border-radius: 21px;
    padding: 16px;
}

.bewerbung {
  margin-top: 100px;
}

.back-button {
  color: black;
  background: white;
  text-align: center;
  padding: 20px 30px;
  user-select: none;
  cursor: pointer;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.35);
  border-radius: 22px;
  margin-right: 30px;

}

.forward-button {
  color: white;
  background: rgb(13, 42, 63);
  text-align: center;
  padding: 20px 30px;
  user-select: none;
  cursor: pointer;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.35);
  border-radius: 22px;
}


/* Style of range input */
.numbers-range {
  margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #000;
    font-family: "Lato", sans-serif;
}

.rs-range {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 22px;
  background-color: black;
  height: 1px;
  margin-top: 50px;
}

input.rs-range::-webkit-slider-thumb {
  height: 40px;
  width: 20px;
  background: rgb(13, 42, 63);
  -webkit-appearance: none;
  border-radius: 22px;
}

.rs-range2 {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 22px;
  background-color: black;
  height: 1px;
  margin-top: 50px;
}

input.rs-range2::-webkit-slider-thumb {
  height: 40px;
  width: 20px;
  background: rgb(13, 42, 63);
  -webkit-appearance: none;
  border-radius: 22px;
}

.main-range-slider2 {
  margin-top: 150px;
}

.main-range-slider {
  margin-top: 45px;
}

