body {
  max-height: fit-content;
  background-color: #feeeed;
  font-family: "Times New Roman", Times, serif;
  margin: none;
  font-family: Arial, sans-serif;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.kursuebersichtbody {
  background-image: url(../background/bg_large-03.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.kursuebersichtbutton {
  margin: 1% 0px 1.75% 4%;
}
.logo {
  margin-left: 4%;
  margin-top: 1%;
  width: 260px;
  height: auto;
  float: left;
}
.logoform {
  margin-left: 0%;
  margin-top: 1%;
  width: 260px;
  height: auto;
  float: left;
}
.kursdetails {
  height: max-content;
  align-content: center;
  padding: 6% 10% 9% 10%;
}
.kursuebersicht {
  margin: 0% 0px 2% 4%;
  font-weight: 700;
  padding: 0px;
  font-size: 35px;
}
h1.kurstitel {
  margin-top: 40px 0px 40px 0px;
  padding: none;
}
.gif {
  max-width: 100%;
}
.bg {
  width: 310%;
  height: auto;
}

.foreground {
  position: relative;
}
@media (max-width: 600px) {
  .background {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .foreground {
    position: relative;
    z-index: 1;
  }
}
a {
  text-decoration: none;
}
.angebot {
  padding: 20px;
  background-color: white;
  border-radius: 30px;
  transition: transform 0.4s;
  width: 80%;
  height: auto;
  margin: 2%;
  box-shadow: 10px 10px 5px gray;
}
.w3-third {
  content: center;
  margin: auto;
}

.img-home-card {
  height: 50%;
  width: 100%;
  align-items: center;
  border-radius: 20px;
}

button {
  color: black;
  background-color: lightgrey;
  font-size: 16px;
  border: 1%;
  border-radius: 2px;
  padding: 2%;
}

button:hover {
  background-color: #88dbe8;
}

.pagebutton {
  color: black;
  background-color: lightgrey;
  font-size: 16px;
  border: 1%;
  border-radius: 1px;
  padding: none;
}

.container {
  width: 420px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #1a3281;
  font-size: 30px;
}

.progress-bar {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.step {
  width: 20px;
  height: 20px;
  background: #bbb;
  border-radius: 50%;
}

.step.completed {
  background: #1a3281;
}
.step.done {
  background: #b5c0e3;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 3%;
  margin-bottom: 1%;
}

select,
input[type="text"] {
  padding: 20px 10px 20px 10px;
  border: 1px solid black;
  border-radius: 5px;
}

.radio-group {
  display: flex;
  gap: 10px;
}

.radio-group label {
  display: flex;
  align-items: center;
}

input[type="radio"] {
  margin-right: 5px;
}

.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button[type="button"] {
  background-color: #feeeed;
  border: 1px solid black;
  border-radius: 5px;
}

button[type="submit"] {
  background-color: #feeeed;
  border: 1px solid black;
  border-radius: 5px;
}

footer.w3-container.w3-light-blue {
  background-color: #88dbe8;
  margin-bottom: 0px;
}
.footertext {
  text-align: center;
}
.footerbutton {
  font-weight: 500;
}
.agb {
  text-decoration: underline;
}

.outer {
  text-align: center;
}

.inner {
  display: inline-block;
}

.uebersichttext {
  text-align: left;
}

/* Darya*/
main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.circle {
  top: 80%;
  width: 40%;
  height: 40vw;
  border-radius: 50%;
  position: relative;
  background: linear-gradient(to right, #9d73c3, #e6dfe7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Arial, sans-serif;
  text-align: left;
  top: 30%;
  transform: translateY(-50%);
  overflow: hidden;
}

.right {
  background: linear-gradient(to right, #eda5e8, #fd922e);
  width: 50%;
  height: 50vw;
  top: 50%;
  text-align: right;
}
.title {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  .circle {
    width: 53%;
    height: 40vw;
    top: 50%;
  }

  .right {
    width: 85%;
    height: 60vw;
    top: 60%;
  }

  .text {
    font-size: 14px;
  }
  .title {
    font-size: 20px;
  }
}
.button-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}

.next-button {
  background-color: #ffffff;
  border: 2px solid #000000;
  color: rgb(0, 0, 0);
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

footer {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.button {
  padding: 15px 30px;
  font-size: 14px;
  position: absolute;
  top: 80%;
  left: 55%;
  transform: translate(-50%, -50%);
}
hr.solid {
  margin-top: -30px;
  border-top: 3px solid #382ab5;
}
