.cercle-solaire {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  padding: 60px 0px;
  position: relative;
  background-color: var(--hvid);
  width: 1440px;
}

.cercle-solaire .cerclesolaire-header {
  align-items: flex-end;
  gap: 40px;
  display: flex;
  flex-direction: column;
  width: 1440px;
  padding: 0px 80px;
  position: relative;
  flex: 0 0 auto;
}

.cercle-solaire .rectangle {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 40px;
  padding: 32px 60px 36px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--hvid);
  border-radius: 100px;
  border: 3px solid;
  border-color: var(--rd);
}

.cercle-solaire .menu-item {
  height: 38px;
  gap: 10px;
  padding: 2px 0px;
  flex: 0 0 auto;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: var(--rd);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cercle-solaire .menu {
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: var(--menu-tekst-font-family);
  font-weight: var(--menu-tekst-font-weight);
  color: var(--rd);
  font-size: var(--menu-tekst-font-size);
  letter-spacing: var(--menu-tekst-letter-spacing);
  line-height: var(--menu-tekst-line-height);
  font-style: var(--menu-tekst-font-style);
}

.cercle-solaire .menu-wrapper {
  display: inline-flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px;
  position: relative;
  flex: 0 0 auto;
}

.cercle-solaire .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -5px;
  font-family: var(--menu-tekst-font-family);
  font-weight: var(--menu-tekst-font-weight);
  color: var(--rd);
  font-size: var(--menu-tekst-font-size);
  letter-spacing: var(--menu-tekst-letter-spacing);
  line-height: var(--menu-tekst-line-height);
  font-style: var(--menu-tekst-font-style);
}

.cercle-solaire .projekt-page-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cercle-solaire .frame {
  display: flex;
  width: 158px;
  height: 27px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.cercle-solaire .div {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--breadcrums-font-family);
  font-weight: var(--breadcrums-font-weight);
  color: var(--rd);
  font-size: var(--breadcrums-font-size);
  letter-spacing: var(--breadcrums-letter-spacing);
  line-height: var(--breadcrums-line-height);
  font-style: var(--breadcrums-font-style);
}

.cercle-solaire .tekst {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-right: -75px;
  font-family: var(--breadcrums-font-family);
  font-weight: var(--breadcrums-font-weight);
  color: var(--rd);
  font-size: var(--breadcrums-font-size);
  letter-spacing: var(--breadcrums-letter-spacing);
  line-height: var(--breadcrums-line-height);
  font-style: var(--breadcrums-font-style);
}

.cercle-solaire .overskrift {
  position: relative;
  width: fit-content;
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  color: var(--rd);
  font-size: var(--h1-font-size);
  letter-spacing: var(--h1-letter-spacing);
  line-height: var(--h1-line-height);
  white-space: nowrap;
  font-style: var(--h1-font-style);
}

.cercle-solaire .the-HAY-inspired {
  position: relative;
  align-self: stretch;
  font-family: var(--br-dtekst-font-family);
  font-weight: var(--br-dtekst-font-weight);
  color: var(--rd);
  font-size: var(--br-dtekst-font-size);
  text-align: justify;
  letter-spacing: var(--br-dtekst-letter-spacing);
  line-height: var(--br-dtekst-line-height);
  font-style: var(--br-dtekst-font-style);
}

.cercle-solaire .rectangle-22 {
  position: absolute;
  width: 1250px;
  height: 344px;
  top: 1465px;
  left: -850px;
  background-color: var(--rd);
  border-radius: 0px 200px 200px 0px;
}

.cercle-solaire .intro-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 80px;
  padding-left: 200px;
  position: relative;
  right: 125px;
  flex: 0 0 auto;
  background-color: var(--pink);
  border-radius: 0px 100px 100px 0px;
  overflow: hidden;
  padding-left: 600px;
  left: -520px;
}

.cercle-solaire .frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.cercle-solaire .div-wrapper {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cercle-solaire .p {
  position: relative;
  width: fit-content;
  margin-top: -3px;
  font-family: var(--br-dtekst-bold-font-family);
  font-weight: var(--br-dtekst-bold-font-weight);
  color: var(--rd);
  font-size: var(--br-dtekst-bold-font-size);
  letter-spacing: var(--br-dtekst-bold-letter-spacing);
  line-height: var(--br-dtekst-bold-line-height);
  font-style: var(--br-dtekst-bold-font-style);
}

.cercle-solaire .span {
  color: var(--rd);
  font-weight: 700;
  font-style: var(--br-dtekst-bold-font-style);
  letter-spacing: var(--br-dtekst-bold-letter-spacing);
  line-height: var(--br-dtekst-bold-line-height);
  font-size: var(--br-dtekst-bold-font-size);
}

.cercle-solaire .menu-2 {
  position: relative;
  width: fit-content;
  margin-top: -3px;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: var(--rd);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: normal;
}

.cercle-solaire .text-wrapper-2 {
  font-weight: 700;
  letter-spacing: 0px;
}

.cercle-solaire .text-wrapper-3 {
  letter-spacing: 0px;
}

.cercle-solaire .text-wrapper-4 {
  letter-spacing: var(--br-dtekst-letter-spacing);
  font-family: var(--br-dtekst-font-family);
  font-style: var(--br-dtekst-font-style);
  font-weight: var(--br-dtekst-font-weight);
  line-height: var(--br-dtekst-line-height);
  font-size: var(--br-dtekst-font-size);
}

.cercle-solaire .cerclesolarie-result {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  gap: -86px 30px;
  padding: 0px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cercle-solaire .overlap-wrapper {
  position: relative;
  width: 1276px;
  height: 1178px;
}

.cercle-solaire .overlap {
  position: relative;
  width: 1280px;
  height: 1169px;
}

.cercle-solaire .element-pictures {
  position: absolute;
  width: 843px;
  height: 878px;
  top: 0;
  left: -25px;
}

.cercle-solaire .IMG {
  position: absolute;
  width: 407px;
  height: 568px;
  top: 310px;
  left: 0;
}

.cercle-solaire .bllysimrke {
  position: absolute;
  width: 407px;
  height: 568px;
  top: 0;
  left: 436px;
  object-fit: cover;
}

.cercle-solaire .model-planet {
  position: absolute;
  width: 851px;
  height: 564px;
  top: 605px;
  left: 400px;
}

.cercle-solaire .overlap-group {
  position: absolute;
  width: 851px;
  height: 495px;
  top: 0;
  left: 0;
  background-image: url(https://c.animaapp.com/EJ89awPw/img/planetergrafikportfolio-1.png);
  background-size: 100% 100%;
}

.cercle-solaire .mercury-hours {
  position: absolute;
  height: 54px;
  top: 209px;
  left: 57px;
  font-family: var(--model-h2-font-family);
  font-weight: var(--model-h2-font-weight);
  color: var(--rd);
  font-size: var(--model-h2-font-size);
  text-align: center;
  letter-spacing: var(--model-h2-letter-spacing);
  line-height: var(--model-h2-line-height);
  font-style: var(--model-h2-font-style);
}

.cercle-solaire .venus-hours {
  position: absolute;
  height: 54px;
  top: 209px;
  left: 270px;
  font-family: var(--model-h2-font-family);
  font-weight: var(--model-h2-font-weight);
  color: var(--rd);
  font-size: var(--model-h2-font-size);
  text-align: center;
  letter-spacing: var(--model-h2-letter-spacing);
  line-height: var(--model-h2-line-height);
  font-style: var(--model-h2-font-style);
}

.cercle-solaire .earth-hours {
  position: absolute;
  height: 54px;
  top: 209px;
  left: 485px;
  font-family: var(--model-h2-font-family);
  font-weight: var(--model-h2-font-weight);
  color: var(--rd);
  font-size: var(--model-h2-font-size);
  text-align: center;
  letter-spacing: var(--model-h2-letter-spacing);
  line-height: var(--model-h2-line-height);
  font-style: var(--model-h2-font-style);
}

.cercle-solaire .mars-hours {
  position: absolute;
  height: 54px;
  top: 209px;
  left: 708px;
  font-family: var(--model-h2-font-family);
  font-weight: var(--model-h2-font-weight);
  color: var(--rd);
  font-size: var(--model-h2-font-size);
  text-align: center;
  letter-spacing: var(--model-h2-letter-spacing);
  line-height: var(--model-h2-line-height);
  font-style: var(--model-h2-font-style);
}

.cercle-solaire .jupiter-hours {
  position: absolute;
  height: 54px;
  top: 509px;
  left: 73px;
  font-family: var(--model-h2-font-family);
  font-weight: var(--model-h2-font-weight);
  color: var(--rd);
  font-size: var(--model-h2-font-size);
  text-align: center;
  letter-spacing: var(--model-h2-letter-spacing);
  line-height: var(--model-h2-line-height);
  font-style: var(--model-h2-font-style);
}

.cercle-solaire .saturn-hours {
  position: absolute;
  height: 54px;
  top: 509px;
  left: 289px;
  font-family: var(--model-h2-font-family);
  font-weight: var(--model-h2-font-weight);
  color: var(--rd);
  font-size: var(--model-h2-font-size);
  text-align: center;
  letter-spacing: var(--model-h2-letter-spacing);
  line-height: var(--model-h2-line-height);
  font-style: var(--model-h2-font-style);
}

.cercle-solaire .uranus-hours {
  position: absolute;
  height: 54px;
  top: 509px;
  left: 493px;
  font-family: var(--model-h2-font-family);
  font-weight: var(--model-h2-font-weight);
  color: var(--rd);
  font-size: var(--model-h2-font-size);
  text-align: center;
  letter-spacing: var(--model-h2-letter-spacing);
  line-height: var(--model-h2-line-height);
  font-style: var(--model-h2-font-style);
}

.cercle-solaire .neptune-hours {
  position: absolute;
  height: 54px;
  top: 509px;
  left: 712px;
  font-family: var(--model-h2-font-family);
  font-weight: var(--model-h2-font-weight);
  color: var(--rd);
  font-size: var(--model-h2-font-size);
  text-align: center;
  letter-spacing: var(--model-h2-letter-spacing);
  line-height: var(--model-h2-line-height);
  font-style: var(--model-h2-font-style);
}

.cercle-solaire .rectangle-2 {
  position: absolute;
  top: 202px;
  left: 1219px;
  width: 621px;
  height: 215px;
  background-color: var(--rd);
  border-radius: 200px 0px 0px 200px;
}

.cercle-solaire .text-wrapper-5 {
  position: absolute;
  top: 0;
  left: 80px;
  height: 43px;
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  color: var(--rd);
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
  white-space: nowrap;
  font-style: var(--h3-font-style);
}

.cercle-solaire .cerclesolaire {
  align-items: flex-start;
  gap: 30px;
  display: flex;
  flex-direction: column;
  width: 1440px;
  padding: 0px 80px;
  position: relative;
  flex: 0 0 auto;
}

.cercle-solaire .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: var(--rd);
  font-size: 60px;
  letter-spacing: 0px;
  line-height: normal;
}

.cercle-solaire .frame-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cercle-solaire .frame-4 {
  display: inline-flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.cercle-solaire .cercle {
  position: relative;
  width: 188px;
  height: 268px;
  object-fit: cover;
}

.cercle-solaire .img {
  position: relative;
  width: 188px;
  height: 268.29px;
  object-fit: cover;
}

.cercle-solaire .IMG-2 {
  position: relative;
  width: 843px;
  height: 562px;
  object-fit: cover;
}

.cercle-solaire .IMG-v {
  position: relative;
  width: 407px;
  height: 610px;
  background-color: var(--hvid);
}

.cercle-solaire .frame-5 {
  display: inline-flex;
  align-items: flex-start;
  gap: 30px;
  position: absolute;
  top: 704px;
  left: 80px;
}

.cercle-solaire .IMG-3 {
  position: relative;
  width: 407px;
  height: 610px;
  object-fit: cover;
}

.cercle-solaire .img-2 {
  position: relative;
  width: 188px;
  height: 263.6px;
  object-fit: cover;
}

.cercle-solaire .rectangle-3 {
  position: absolute;
  top: 113px;
  left: 562px;
  width: 156px;
  height: 330px;
}

.cercle-solaire .frame-6 {
  display: flex;
  width: 1280px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.cercle-solaire .IMG-4 {
  position: relative;
  align-self: stretch;
  width: 406px;
  object-fit: cover;
}

.cercle-solaire .rectangle-4 {
  position: absolute;
  top: 1467px;
  left: -150px;
  width: 500px;
  height: 344px;
}

.cercle-solaire .footer {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 80px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.cercle-solaire .menu-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cercle-solaire .menu-item-2 {
  height: 38px;
  gap: 10px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cercle-solaire .menu-3 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: var(--rd);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}
