.progress {
    width: auto;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.progress-bar {
    height: 100%;
    background-color: #5D6D7B;
    width: 0%;
    border-radius: 10px;
}

.button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.back-button {
        background-color: grey;
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        padding: 5px 10px;
        opacity: 0.5;
        font-size: 15px;
        float: left;
}

.weiter-button {
    float: right;
    background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 15px;
}

.weiter-button-start {
    background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 15px;
}

select {
    box-sizing: border-box;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; 

}

textarea {
    box-sizing: border-box;
    height: 100px;
    background-color: rgba(23, 108, 175, 0.16);
    border: none;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    resize: vertical;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; 
}


label[for="beschreibung"] {
    display: block;
    margin-bottom: 5px;
}


h1 { 
    font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 25px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; 
} 

h2 { 
    font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; 
} 

h3 { 
    font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; 
} 
p { 
    font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; 
} 
a { 
    font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; font-style: italic; color:blue;
} 
blockquote { 
    font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; 
} 


body {
  justify-content: center;
  align-items: center;
}

form {
    border: 1px solid white;
    padding: 20px;
    text-align: left;
    width: 100%;

}

form h2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

form h2 label {
    display: inline-block;
    width: auto;
    padding-right: 20px;
    line-height: 40px;
    vertical-align: middle;
  }

  fieldset {
    text-align: center;
    border: none;
  }

header {
    padding: 20px;
    text-align: center;
}

header img {
    max-width: 200px;
}

.main {
    max-width: 700px;
  margin: auto;
}

.radio-group input[type="radio"],
.radio-group label {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; 
}

.start {
    text-align: center;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="date"],
form input[type="number"] {
    box-sizing: border-box;
  height: 40px;
  background-color: rgba(23, 108, 175, 0.16);
  border: none;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  width: 100%;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; 
}

select {
    background-color: rgba(23, 108, 175, 0.16);
  }
  

.start {
    border: 2px;
    text-align: center;
    padding: 20px;
    margin: 20px;
}

.card {
    border: 2px solid black;
    text-align: center;
background-color: rgba(255, 255, 255, 0.888);
    padding: 50px;
    margin: 120px;
    border-radius: 20px;
}

.background-image {
    background-image: url("../../img/DSCF5831.png");
    background-size: cover;
    background-position: center;
}

.seitwann-label {
    text-align: left;
}

.bemerkungen-label {
    text-align: left;
}

.input-container {
    position: relative;
    margin-bottom: 20px;
}

.error-text {
    position: absolute;
    top: -20px;
    left: 0;
    color: red;
    font-size: 14px;
}
  