body {
  font-family: "Montserrat";
}
.step-1 {
  background-image: url(../bilder/hintergrundbild_body_step_1.png);
  background-size: cover;
}
#step-1,
#step-2 {
  border: none;
}
#step-1 {
  background-color: white;
  border-radius: 42px;
}
#step-3 {
  border-color: rgba(211, 42, 164, 0.13);
  border-radius: 30px;
}
form {
  width: 500px;
  margin: 0 auto;
}
input,
select,
textarea {
  margin-bottom: 10px;
  font-family: "Montserrat" !important;
}
input[type="submit"] {
  padding: 10px 20px;
  background-color: rgba(231, 31, 127, 0.75);
  color: white;
  border: rgba(231, 31, 127, 0.75);
  border-radius: 30px;
}
.form-of-adress {
  display: flex;
  justify-content: space-between;
}
.step-1-inputs,
.step-3-inputs,
.keyword-inputs {
  border-radius: 30px;
  border: solid rgba(237, 87, 159, 1) 1px;
  padding: 5px;
  background-color: rgba(211, 42, 164, 0.13);
  width: 100%;
  margin-top: 6px;
}
.step-2-inputs {
  border-radius: 30px;
  border: solid rgba(237, 87, 159, 1) 1px;
  padding: 5px;
  width: 100%;
  margin-top: 6px;
}
.step-2-inputs-color {
  border-radius: 20px;
  border: solid rgba(237, 87, 159, 1) 1px;
  padding: 5px;
  width: 100%;
}
input[type="checkbox"] {
  margin-right: 5%;
}
.about-you,
.logo {
  padding-bottom: 5px;
  border-bottom: solid 3px rgba(211, 42, 164, 0.13);
  width: 11%;
}
.about-you {
  width: 21% !important;
}
.company {
  padding-bottom: 5px;
  border-bottom: solid 3px #ed579f;
  width: 29%;
}
.header-background {
  text-align: center;
  background-color: rgba(211, 42, 164, 0.13);
  padding: 20px;
  margin-bottom: 35px;
}
.header-confirmation {
  text-align: center;
  padding: 20px;
  margin-bottom: 35px;
}
.header-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
header.header-no-background {
  background-color: none !important;
  text-align: center;
  padding: 20px;
}
.header-logo-2 {
  height: 45px;
  display: inherit;
}
.name {
  display: flex;
}
.last-name {
  margin-left: 10%;
}
.back-button {
  background-color: white !important;
  color: #ed579f !important;
  border: solid 1.5px rgba(211, 42, 164, 0.13) !important;
}
.buttons {
  display: flex;
  justify-content: space-between;
}
.next-btn-step-1 {
  display: flex;
  justify-content: flex-end;
}
.small-title {
  font-size: 8pt;
}
.color-boxes {
  display: flex;
}
#color {
  height: 80px !important;
  margin-right: 10px;
}
footer {
  text-align: center;
  bottom: 0%;
  width: 100%;
}
::placeholder,
#description {
  font-family: "Montserrat";
  border-radius: 10px !important;
}
.keyword-inputs {
  width: 24% !important;
  background-color: white !important;
}
input[type="file"]::file-selector-button {
  content: "Upload" !important;
  display: inline-block;
  background: rgba(211, 42, 164, 0.13);
  color: #9f9f9f;
  padding: 7px 6px;
  border-radius: 10px;
  cursor: pointer;
  border: solid 1px #ed579f;
}
.error-text {
  color: red;
  font-weight: bold;
}
#sliderValue {
  display: inline-block;
  width: 30px;
  text-align: center;
}
input[type="range"] {
  width: 95%;
  margin-top: 20px;
}
.formats {
  display: flex;
  justify-content: space-between;
}
.checkboxes {
  accent-color: #e71f7f;
}
.grid-container-formats {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 5px;
  padding-top: 10px;
}
.grid-container-colors {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 5px;
  padding-top: 10px;
}
#confirmation {
  background-color: white;
  border: none;
  border-radius: 20px;
  text-align: center;
}
.confirmation_title {
  padding-bottom: 5px;
  border-bottom: solid 3px #ed579f;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 535px) {
  fieldset {
    width: 100% !important;
  }
  .step-1 {
    background-repeat: no-repeat;
  }
  header.header-no-background {
    padding: 0px;
  }
  footer {
    width: 50%;
    margin: 0 auto;
  }
  .name {
    display: block;
  }
  form {
    width: fit-content;
  }
  .last-name {
    margin-left: 0px;
  }
  .about-you {
    width: 41% !important;
  }
  .step-1-inputs,
  .step-3-inputs,
  .keyword-inputs,
  .step-2-inputs,
  .step-2-inputs-color,
  .color-boxes {
    width: 95% !important;
  }
  #step-3 {
    width: 90% !important;
  }
  .keyword-inputs {
    width: 45% !important;
  }
  .grid-container-colors {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
