.hochsen-content-column-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
  text-align: left;
  font-size: 64px;
  color: var(--m3-black);
  font-family: var(--font-dm-sans);
  background-color: #efe8e3;
}
.hochsen-hero-content-wrapper {
  background-image: url("/assets/img/annekaffeefensterhs.png");
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index: 1;
  align-self: stretch;
  box-sizing: border-box;
  background-color: #efe8e3;
  background-size: cover;
  max-width: 100%;
}
.hochsen-hero-content {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  /*padding: 0px var(--padding-xl) 142px;*/
  padding-left: 10vh;
  box-sizing: border-box;
  max-width: 100%;
  z-index: 1;
}
.hochsen-header-parent {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-sm);
  max-width: 100%;
  margin-right: 5vw;
  color: white;
}
.hochsen-header-container {
  margin: 0;
  height: 142px;
  position: relative;
  font-size: inherit;
  display: inline-block;
  flex-shrink: 0;
  z-index: 3;
  font-family: inherit;
}
.was-heisst {
  margin: 0;
  max-width: 900px;
  display: block;
}
.binich {
  margin: 0;
  color: var(--White, #fff);
  text-align: center;
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.hochsensibel {
  margin: 0;
  display: block;
  font-family: var(--font-albra);
  color: var(--White, #fff);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}
.hochsen-untertext-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 1px 0px var(--padding-10xs);
  font-size: 20px;
  z-index: inherit;
}
.hochsen-untertext {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 300;
  font-family: inherit;
  z-index: 3;
}

.hochsen-frame-section {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--m3-black);
  font-family: var(--subline-text-light);
}

.hochsen-frame-section-white {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-base);
  color: white;
  font-family: var(--subline-text-light);
}

.hochsen-rectangle-group {
  flex: 1;
  background: #e2dad4;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 155px 217px 106px 194px;
  box-sizing: border-box;
  gap: 7vw;
  flex-shrink: 0;
  max-width: 100%;
}
.hochsen-column-left {
  width: 281px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  z-index: 1;
}
.weichei {
  margin-block-start: 0;
  margin-block-end: 4px;
  font-weight: 300;
}
.prinzessin {
  margin: 0;
  font-family: var(--font-albra);
}
.hochsen-column-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.hochsen-absatz1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-3xl);
  min-width: 446px;
  max-width: 100%;
  font-size: 24px;
  font-weight: 500;
}
.hs-button {
  cursor: pointer;
  border: 1px solid var(--color-gray-100);
  padding: 0;
  background-color: transparent;
  border-radius: var(--br-81xl);
  box-sizing: border-box;
  height: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hs-button-white {
  cursor: pointer;
  border: 1px solid white;
  padding: 0;
  background-color: transparent;
  height: 40px;
  border-radius: var(--br-81xl);
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hs-state-layer {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs) var(--padding-5xl) var(--padding-3xs)
    var(--padding-base);
  gap: var(--gap-5xs);
}
.hs-button-label {
  position: relative;
  font-size: var(--m3-label-large-size);
  letter-spacing: 0.1px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--m3-label-large);
  color: var(--m3-black);
  text-align: center;
}
.hs-button-label-white {
  position: relative;
  font-size: var(--m3-label-large-size);
  letter-spacing: 0.1px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--m3-label-large);
  color: white;
  text-align: center;
}

.hs-icon {
  width: 18px;
  position: relative;
  height: 18px;
}

.anne2024-10paralax {
  background-image: url("/assets/img/anne2024-10paralax.png");
  height: 70vh;
  width: 100%;
  background-attachment: fixed;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.hochsen-group {
  flex: 1;
  background: #708573;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 155px 217px 106px 194px;
  box-sizing: border-box;
  gap: 7vw;
  flex-shrink: 0;
  max-width: 100%;
}

.hochsen-absatz2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-3xl);
  min-width: 446px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 300;
}

/* CSS für Hochsensibilitaetstest MODAL */
.modal {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  max-width: 1000px;
  width: 75%;
  height: 75%;
  z-index: 1;
  left: 10vw;
  top: 10vh;
  overflow: auto;
  border-radius: 83px;
  background: var(--Violet, #615665);
}

.modal-frame {
  width: 80%;
  max-width: 600px; /* Maximale Breite */
  padding: 20px;
  overflow: hidden; /* Verhindert Überlauf */
}

.modal-header {
  font-family: var(--font-albra);
  padding: 10px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 11px;
  flex-wrap: wrap;
}

#modal-counter {
  color: white;
  display: flex;
  justify-content: center;
}

.modal-content {
  border-radius: 30px;
  background: #d9d9d9;
  color: #615665;
  padding: 5px 15px;
  margin: 5% auto;
  border: 1px solid #888;
}
.closeBtn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeBtn:hover,
.closeBtn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-radios {
  padding: 10px;
  gap: 40px;
  display: flex;
  justify-content: center;
}

.custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: white;
}

input[type="radio"] {
  display: none; /* Versteckt den Standard-Radio-Button */
}

.radio-svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

.default-svg,
.checked-svg {
  position: absolute;
  top: 1;
  left: 1;
  display: none;
}

input[type="radio"] + .radio-svg .default-svg {
  display: block;
}

input[type="radio"]:checked + .radio-svg .default-svg {
  display: none;
}

input[type="radio"]:checked + .radio-svg .checked-svg {
  display: block;
}

.modal-control {
  gap: 20px;
  display: flex;
  justify-content: flex-end;
}

.btn {
  display: flex;
  padding: 10px 24px 10px 16px;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: #615665;
  color: white;
  border-color: white;
}

#result,
#resultdesc {
  color: white;
}

/* ab hier von Locofy erstellter kram */
.anne2024-10jpg-compressed-icon {
  position: absolute;
  top: 1674px;
  left: -2px;
  width: 1449px;
  height: 590px;
  object-fit: cover;
}
.desktop-hochsensibilitt-item {
  position: absolute;
  top: 1025px;
  left: -2px;
  background-color: var(--beige);
  width: 1449px;
  height: 649px;
}
.label {
  position: relative;
  font-size: var(--m3-label-large-size);
  letter-spacing: 0.1px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--m3-label-large);
  color: var(--black);
  text-align: center;
}
.vielleicht-denkst-du {
  margin: 0;
}
.vielleicht-denkst-du-container {
  margin: 0;
  position: absolute;
  top: 1171px;
  left: 562px;
  font-size: var(--font-size-5xl);
  font-weight: 500;
  font-family: inherit;
}
.sensibel-weichei {
  margin-block-start: 0;
  margin-block-end: 4px;
  font-weight: 300;
}
.prinzessin-auf-der-erbse {
  margin: 0;
  font-family: var(--font-albra);
}
.sensibel-weichei-prinzessin-container {
  position: absolute;
  top: 40.09%;
  left: 14.38%;
}
.hs-header-background {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--white);
  width: 1440px;
  height: 106px;
}
.ber-anne {
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 300;
  color: inherit;
  display: inline-block;
  min-width: 68px;
}
.coachingangebot {
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 106px;
  font-weight: 300;
  color: inherit;
  display: inline-block;
  min-width: 113px;
}
.elternberatung {
  position: absolute;
  top: 0px;
  left: 264px;
  font-weight: 300;
  display: inline-block;
  min-width: 95px;
}
.hochsensibilitt {
  position: absolute;
  top: 0px;
  left: 401px;
  display: inline-block;
  min-width: 113px;
}
.kontakt-buchung {
  position: absolute;
  top: 0px;
  left: 547px;
  font-weight: 300;
  display: inline-block;
  min-width: 122px;
}
.navigation {
  position: absolute;
  top: 66px;
  left: 707px;
  width: 669px;
  height: 18px;
  font-size: var(--m3-label-large-size);
}
.video {
  position: absolute;
  top: 106px;
  left: -75px;
  width: 1632px;
  height: 918px;
}
.anne2024-12jpg-compressed-icon {
  position: absolute;
  top: 106px;
  left: -192px;
  width: 1632px;
  height: 918px;
  object-fit: contain;
}
.test-button {
  position: absolute;
  top: 89px;
  left: 1108px;
  background-color: var(--white);
  width: 212px;
  height: 106px;
}
.test-bin-ich {
  position: absolute;
  top: 4.14%;
  left: 78.26%;
  font-size: var(--m3-label-large-size);
  font-weight: 300;
}
.was-heit-hochsensibel {
  position: absolute;
  top: 5.24%;
  left: 78.26%;
  font-size: var(--m3-label-large-size);
  font-weight: 300;
}
.hs-group-icon {
  position: absolute;
  height: 12.07%;
  width: 34.25%;
  top: 43.97%;
  right: 56.34%;
  bottom: 43.97%;
  left: 9.41%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.hs-vector-icon {
  position: absolute;
  height: 27.9%;
  width: 0.33%;
  top: 36.05%;
  right: 52.59%;
  bottom: 36.05%;
  left: 47.07%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.hs-group-icon1 {
  position: absolute;
  height: 27.51%;
  width: 39.17%;
  top: 36.21%;
  right: 9.41%;
  bottom: 36.29%;
  left: 51.42%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.hs-anneluueerssen-logo-al-logo-sw {
  position: absolute;
  top: 0px;
  left: 52px;
  width: 298.7px;
  height: 127.6px;
  overflow: hidden;
}
.was-heit-hochsensibel-container {
  margin: 0;
  position: absolute;
  top: 322px;
  left: 741px;
  font-size: var(--font-size-45xl);
  color: var(--white);
  font-family: inherit;
}
.von-uberforderung-zu {
  margin: 0;
  position: absolute;
  top: 478px;
  left: 744px;
  font-size: var(--subline-text-light-size);
  font-weight: 300;
  font-family: inherit;
  color: var(--white);
  display: inline-block;
  width: 418px;
}
.eike-es-ffnet {
  position: absolute;
  top: 1551px;
  left: 905px;
  font-weight: 300;
  color: var(--green);
  display: inline-block;
  width: 418px;
}
.anneluueerssen-logo-21-1 {
  position: absolute;
  top: 1530px;
  left: -436px;
  width: 141.7px;
  height: 141.7px;
  overflow: hidden;
}
.group-child {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: var(--br-mini);
  background-color: var(--green);
  width: 100%;
  height: 100%;
}
.instagram-icon {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.rectangle-parent {
  position: absolute;
  top: 142px;
  left: 1390px;
  width: 50px;
  height: 50px;
}
.impressum {
  position: absolute;
  top: 56px;
  left: 1089px;
  font-weight: 300;
  display: inline-block;
  min-width: 71px;
}
.hs-kontakt {
  position: absolute;
  top: 56px;
  left: 995px;
  font-weight: 300;
  display: inline-block;
  min-width: 49px;
}
.hs-faq {
  text-decoration: none;
  position: absolute;
  top: 56px;
  left: 1298px;
  font-weight: 300;
  color: inherit;
  display: inline-block;
  min-width: 26px;
}
.datenschutz {
  position: absolute;
  top: 56px;
  left: 1189px;
  font-weight: 300;
  display: inline-block;
  min-width: 80px;
}
.hs-instagram-icon1 {
  position: absolute;
  top: 53px;
  left: 926px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.anneluueerssen-logo-al-logo-sh-parent {
  position: absolute;
  top: 2809px;
  left: 56px;
  width: 1324px;
  height: 97.2px;
  text-align: left;
  font-size: var(--m3-label-large-size);
  color: var(--black);
  font-family: var(--text);
}
.hochsensibilitt-ist-keine-container {
  position: absolute;
  top: 2352px;
  left: 566px;
  font-weight: 300;
  color: var(--white);
}
.was-heit1 {
  margin: 0;
  font-weight: 300;
}
.was-heit-hochsensibel-container1 {
  margin: 0;
  position: absolute;
  top: 61.76%;
  left: 14.38%;
  font-size: 36px;
  color: var(--white);
  font-family: inherit;
}
.icon1 {
  height: 18px;
  width: 18px;
  position: relative;
}
.label-text {
  position: relative;
  font-size: var(--m3-label-large-size);
  letter-spacing: 0.1px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--m3-label-large);
  color: var(--white);
  text-align: center;
}
.button1 {
  cursor: pointer;
  border: 1px solid var(--white);
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 2660px;
  left: 566px;
  border-radius: var(--br-81xl);
  box-sizing: border-box;
  height: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.effekt-paralax {
  position: absolute;
  top: 75.15%;
  left: 89.38%;
  font-weight: 300;
  color: var(--white);
}
.desktop-hochsensibilitt {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 0px 13.8px;
  box-sizing: border-box;
  /*gap: 49px;*/
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: var(--font-size-29xl);
  color: var(--m3-black);
  font-family: var(--font-dm-sans);
}

@media screen and (max-width: 767px) {
  .was-heit-hochsensibel-container {
    font-size: var(--font-size-32xl);
  }

  .was-heit-hochsensibel-container1 {
    font-size: var(--font-size-10xl);
  }

  .hochsen-rectangle-group {
    padding: 40px;
  }

  .hochsen-group {
    padding: 50px;
  }
  .hochsen-hero-content-wrapper {
    background-position-x: -250px;
  }
  .anne2024-10paralax {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 500px) {
  .vielleicht-denkst-du-container {
    font-size: var(--font-size-lgi);
  }

  .was-heit-hochsensibel-container {
    font-size: var(--font-size-19xl);
  }

  .von-uberforderung-zu {
    font-size: var(--text-size);
  }

  .was-heit-hochsensibel-container1 {
    font-size: 22px;
  }
  .hochsen-header-parent {
    gap: 40px;
  }
  .hochsen-rectangle-group {
    gap: 10px;
  }
  .hochsen-absatz1,
  .hochsen-absatz2 {
    min-width: auto;
    font-size: 16px;
  }
  .hochsen-hero-content-wrapper {
    background-position-x: -300px;
  }
  .hochsen-hero-content {
    padding-left: 22vh;
  }
}
