* {
  font-weight: 400;
  line-height: 1.25em;
  color: black;
}

/* ChatGPT CSS */

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.container {
  display: flex;
}

.auswahl {
  display: flex;
  margin-bottom: 10px;
}

.anrede {
  display: flex;
}

.frau,
.herr,
.andere {
  margin-right: 20px;
  margin-left: 20px;
}

/* ChatGPT CSS */

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

body main {
  background-color: #ffffff95;
}

body main section fieldset {
  border: none;
}

body input[type="submit"],
body button,
.nav {
  width: 120px;
  height: 45px;
  color: white;
  background-color: #f196bf;
  border: none;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 7px;
}

body input[type="submit"]:hover,
.nav,
body button:hover {
  background-color: #f196bf;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.16);
}

body input[type="submit"]:active,
.nav,
body button:active {
  -webkit-box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
}

* {
  padding: 0;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
}

body {
  margin: 0 20%;
  background-image: url("../img/T&T_Background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}

main {
  height: fit-content;
  border: 3px;
  border-style: solid;
  border-color: #f196bf;
  border-radius: 50px;
}

section {
  overflow-y: hidden;
  padding: 50px;
}

.column {
  flex: 1;
}

.selection {
  margin-bottom: 50px;
}

label {
  display: block;
  margin-bottom: 10px;
  color: #383838;
}

.input-field {
  border: solid 1px #f196bf;
  border-radius: 10px;
}

select {
  height: 40px;
}

.small {
  width: 150px;
}

.big {
  width: 250px;
}

textarea {
  resize: none;
  margin: 0px;
}

.slider {
  margin-top: 20px;
}

/* |-----------------| Input Range - Start |-----------------| */

input[type="range"] {
  height: 46px;
  appearance: none;
  width: 100%;
  background-color: transparent;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #f196bf;
  background: #f196bf;
  border-radius: 50px;
  border: 0px solid #f196bf;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #f196bf;
  border: 0px solid #f196bf;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #f196bf;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -18px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #f196bf;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #f196bf;
  background: #f196bf;
  border-radius: 50px;
  border: 0px solid #f196bf;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #f196bf;
  border: 0px solid #f196bf;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #f196bf;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #f196bf;
  border: 0px solid #f196bf;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #f196bf;
}

input[type="range"]::-ms-fill-upper {
  background: #f196bf;
  border: 0px solid #f196bf;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #f196bf;
}

input[type="range"]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #f196bf;
  border: 0px solid #f196bf;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #f196bf;
  cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #f196bf;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #f196bf;
}

/* |------------------| Input Range - End |------------------| */

.button-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.error-text {
  color: #f00;
  grid-column-start: 2;
}

.gender {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.gender label {
  margin-right: 20px;
  margin-left: 5px;
  margin-bottom: 0;
}

.gender input {
  accent-color: #f196bf;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"] {
  border-color: #f196bf;
  border-radius: 10px;
}

input[type="text"] {
  max-width: 90%;
}

input[type="number"] {
  margin-bottom: 10px;
}

input[type="email"],
input[type="tel"] {
  width: 350px;
}

input[type="tel"],
input[type="date"],
input[type="number"] {
  padding: 5px;
  border: 1px solid #f196bf;
}

.spacing {
  margin-top: 30px;
}

.hidden {
  display: none;
}

.checkbox-container {
  display: flex;
}

.checkbox-container p {
  margin-bottom: 0;
}

.checkbox-container a {
  color: #f196bf;
}

.checkbox {
  width: 30px;
}

.agb-title {
  font-size: xx-large;
}

.bold {
  font-weight: bold;
}

.zurück-button {
  background-color: white !important;
  border: 1px solid #f196bf !important;
  color: grey !important;
}
