/* Style the form */
form {
  margin: 10%;
  /*padding: 50px;*/
  width: 25%;
  min-width: 300px;
}

/* Style the form content */
.form-content {
  overflow: hidden;
  clear: both;
}

/* Style the input fields */
button,
datalist,
fieldset,
input,
legend,
optgroup,
option,
output,
select,
textarea {
  padding: 10px;
  font-size: 1em;
  font-family: "Morecho", sans-serif;
  border: 2px solid #a0ced9;
  border-radius: 8px;
}

/* Style the labels */
label {
  font-size: 1em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.button_next {
  float: right;
  color: #ffffff;
  background-color: #a0ced9;
}

.button_back {
  border: none;
  color: #a0ced9;
  background-color: #ffffff;
}
/* Style the error messages */
.error-text {
  color: rgb(241, 162, 162);
  grid-column-start: 2;
}

/*fortschrittsanzeige neu */
.progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: 800px;
  margin: 20px 10px;
}
.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.circle img {
  width: 60%;
  height: 60%;
  border-radius: 50%;
}
.line {
  height: 2px;
  flex-grow: 1;
  background-color: #ccc;
  position: relative;
  z-index: 0;
  margin: 0 10px;
}
.active {
  background-color: #a0ced9;
}
.active {
  background-color: #a0ced9;
}

.lineactive {
  background-color: #a0ced9;
  height: 2px;
  flex-grow: 1;
  position: relative;
  z-index: 0;
  margin: 0 10px;
}

/*fortschrittsanzeige 2. seite*/

/*fortschrittsanzeige 3. seite*/

/*chat gpt layout startseite*/
body,
html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  z-index: 2;
  width: 100%;
}

.container-main {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  justify-content: left;
  padding-left: 30px;
}

.container {
  position: relative;
  text-align: center;
}
header {
  padding: 10px;
}
.title {
  margin: 0;
  font-size: 16px;
  color: #333;
}
main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: url("background.jpg") no-repeat center center/cover;*/
}
.hero {
  position: relative;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.content {
  text-align: center;
  color: white;
}
.content h1 {
  margin: 0;
  font-size: 48px;
}
.content p {
  margin: 10px 0 20px 0;
  font-size: 24px;
}
.content button {
  padding: 10px 20px;
  font-size: 18px;
  color: white;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}
.content button:hover {
  background-color: #e65c00;
}

footer {
  background-color: #a0ced9;
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  padding-right: 5%;
  padding-left: 5%;
}
a {
  color: #37657f;
  text-decoration: none;
  margin-top: none;
}

.column {
  float: left;
  width: 50%;
  color: #ffffff;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  font-size: 400% !important;
  font-weight: 100;
  line-height: 80%;
  text-align: left;
  color: #ffffff;
  font-family: "Luckiest Guy", cursive;
}

table {
  text-align: left;
  font-size: 90%;
  color: #37657f;
  font-family: "Murecho", sans-serif;
  margin-top: 30%;
}

.h1_start {
  font-size: 500% !important;
  font-weight: 100;
  line-height: 80%;
  text-align: left;
  color: #ffffff;
  font-family: "Luckiest Guy", cursive;
}

h2 {
  color: #37657f;
  font-family: "Murecho", sans-serif;
  font-size: 200%;
  align-content: flex-start;
}

p {
  color: #37657f;
  font-family: "Murecho", sans-serif;
  font-size: 130%;
}

.footer_font {
  font-family: "Murecho", sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #ffffff;
}

.slogan {
  font-family: "Murecho", sans-serif;
  font-weight: 500;
  color: #ffffff !important;
  font-size: 150% !important;
}

button {
  font-size: 130% !important;
  font-family: "Murecho", sans-serif;
  font-style: normal;
  color: #37657f !important;
  font-weight: 800;
  width: 170px;
  height: 60px;
}

.logo_footer {
  position: absolute;
  width: 25% !important;
  left: 70%;
  bottom: -10%;
}

/*Test Zara Header */

.background-image {
  width: 100%;
  height: 20vh;
  object-fit: cover;
}

.centered-text {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}

/*bestaetigungsseite*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
}

.header {
  position: relative;
  text-align: center;
  color: white;
  background-image: url("img/water.jpg");
  /* Pfad zum Hintergrundbild */
  background-size: cover;
  background-position: center;
  height: 400px;
  /* Höhe des Headers */
}

.logo {
  position: absolute;
  top: 30%;
  left: 53%;
  width: 25% !important;
  /* Größe des Logos anpassen */
}

.header-title {
  position: absolute;
  top: 20px;
  left: 160px;
  /* Abstand zum Logo */
  font-size: 36px;
  font-weight: bold;
}

.header-title span {
  display: block;
}

.content {
  text-align: center;
  padding: 20px;
}

.content img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.content h1 {
  font-size: 24px;
  color: #ffffff;
}

.content p {
  font-size: 16px;
  color: #333;
}

.content button {
  background-color: #ffffff;
  color: #37657f;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.content button:hover {
  background-color: #ffffff;
}

.form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Zentriert das Element */
  text-align: center; /* Text im Container zentrieren */
}
