body {
  font-family: Arial;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  font-family: Arial, sans-serif;
  background-image: url("Bilder/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 200px;
  height: calc(100vh - 80px);
}

h1 {
  display: flex;
  justify-content: center;
}

.d-none {
  display: none;
}

img {
  width: 420px;
  display: block;
}

#bild0 {
  position: relative;
}

.flower {
  display: flex;
  justify-content: center;
  align-items: center;

  img {
    position: absolute;
    height: 80vh;
    width: auto;
  }
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

.karte {
  width: 70%;
  background: rgba(255, 255, 255, 0.9);
  border: 3px dashed #d8b7f2;
  border-radius: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 20px;
}

.karte h1 {
  text-align: center;
  font-size: 48px;
  color: #8b42d9;
  margin-bottom: 25px;
  img{
    width: 80%;
  }
}

.karte p {
  font-size: 20px;
  line-height: 1.4;
  color: #2e174d;
}

.frage {
  display: flex;
  align-items: center;
  gap: 10px;

  margin: 18px 0;
  padding: 16px 20px;

  border-radius: 22px;
  font-size: 20px;
  color: #2e174d;

  border: 3px solid transparent;
}

.frage1 {
  background: #ffe1ec;
  border-color: #f48bb3;
  color: #d85d90;
}

.frage2 {
  background: #efe1ff;
  border-color: #b98cff;
  color: #8d5be6;
}

.frage3 {
  background: #e6f6d8;
  border-color: #7ecf6b;
  color: #4fa63c;
}

.frage4 {
  background: #fff0cf;
  border-color: #ffbd59;
  color: #d88c17;
}

.frage1 .nummer {
  background: #f48bb3;
}

.frage2 .nummer {
  background: #b98cff;
}

.frage3 .nummer {
  background: #7ecf6b;
}

.frage4 .nummer {
  background: #ffbd59;
}

.frage1 select {
  color: #d85d90;
  border: 3px solid #f48bb3;
}

.frage2 select {
  color: #8d5be6;
  border: 3px solid #b98cff;
}

.frage3 select {
  color: #4fa63c;
  border: 3px solid #7ecf6b;
}

.frage4 select {
  color: #d88c17;
  border: 3px solid #ffbd59;
}

.nummer {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border-radius: 50%;
  color: white;

  font-weight: bold;
  font-size: 22px;
  flex-shrink: 0;
}

select {
  padding: 8px 14px;

  border: 2px solid #c891ee;
  border-radius: 12px;

  background: white;
  color: #2e174d;

  font-size: 18px;
}

.frage1 select {
  border: 3px solid #f48bb3;
}

.frage2 select {
  border: 3px solid #b98cff;
}

.frage3 select {
  border: 3px solid #7ecf6b;
}

.frage4 select {
  border: 3px solid #ffbd59;
}

.abschluss {
  text-align: center;
  font-weight: bold;
  color: #8b42d9 !important;
  margin-top: 30px;
}

.flowerParts {
  position: absolute;

  img {
    position: relative;
  }
}