/* content */
.content {
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  background-color: var(--content-bg);
  order: 2;
}

.content_container {
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  min-height: calc(100% - 0rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}


/* content: section service */
.content_section_service {
  width: calc(100% - 0rem);
  min-height: calc(41rem - 0rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: var(--content-bg-service);

  border-top: 1rem solid var(--white);
}

.content_wrapper_service {
  width: calc(100% - 1.25rem);
  padding: 4rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content_section_headline {
  font-size: 2.5em;
  font-weight: 400;
}

.content_section_subheading {
  margin: 1rem 0 0;
  font-size: 1.25em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}

.content_section_cta {
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content_section_cta a {
  margin: 0 0.5rem;
  padding: 0.9rem 1.25rem 1rem;
  background-color: var(--button-bg);
  color: var(--button-text);
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 2px;
  border-radius: 1.7rem;
}

.content_section_cta a:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-hover);
  text-decoration: none;
}

.content_wrapper_service_images {
  width: calc(100% - 1.25rem);
  padding: 2rem 0 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.content_section_image_1,
.content_section_image_2,
.content_section_image_3,
.content_section_image_4 {
  width: 18.125rem;
  height: 18.125rem;
  margin: 0 1.5rem;

  background-image: url("/assets/img-service-waxing-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  border-radius: 2rem;
}

.content_section_image_2 {
  background-image: url("/assets/img-service-waxing-02.png");
}

.content_section_image_3 {
  background-image: url("/assets/img-service-hair-01.png");
}

.content_section_image_4 {
  background-image: url("/assets/img-service-makeup-01.png");
}


/* content: section */
.content_section {
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  color: var(--color-primary);
  text-align: center;
}

.content_section h1 {
  width: calc(100% - 0rem);
  max-width: calc(75rem - 0rem);
  height: calc(10rem - 0rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  font-size: 2em;
  font-weight: 300;
}

.content_section_left {
  width: calc(50% - 0rem);
  padding: 2rem 4rem;
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.content_section_left .headline {
  width: calc(100% - 0rem);
  display: flex;
  justify-content: start;
  color: var(--color-headline);
  font-size: 3em;
  line-height: 2;
}

.content_section_left .subheading {
  width: calc(100% - 0rem);
  display: flex;
  justify-content: start;
  color: var(--color-subheading);
  font-size: 1.2em;
  line-height: 2;
}

.content_section_right {
  width: calc(50% - 0rem);
}

.content_section_right img {
  width: calc(70% - 0rem);
}

.content_section:nth-child(even) {
  background-color: var(--content-bg-secondary);
}


/* content: section hero */
.content_container_hero {
  width: calc(100% - 0rem);
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.content_container_hero .tagline {
  max-width: calc(75rem - 0rem);
  margin: 0 auto 2.5rem;
  color: var(var(--color-primary));
  font-size: 0.75em;
  font-weight: 400;
}

.content_container_hero .headline {
  width: calc(100% - 0rem);
  max-width: calc(75rem - 0rem);
  margin: 0 auto 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-headline);
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.5;
}

.content_container_hero hr.hr_title {
  width: calc(3.125rem - 0rem);
  margin: 0 auto;
  border-top: 1px solid var(--color-primary);
}


/* hero */
#hero {
  min-height: calc(100vh - 0rem);
  flex-direction: column;
  background-image: linear-gradient(to bottom, white, var(--color-primary));
}

#banks,
.content_section:nth-child(2) {
  padding: 0;
  background-color: var(--white);

  display: none;
}

#models,
.content_section:nth-child(3) {
  min-height: calc(100vh - 0rem);
  justify-content: start;
  background-image: linear-gradient(to bottom, white, var(--color-primary));

  display: none;
}

#investors,
.content_section:nth-child(4) {
  min-height: calc(100vh - 0rem);
  background-color: var(--color-primary);

  display: none;
}

#faqs,
.content_section:nth-child(5) {
  min-height: calc(100vh - 0rem);
  flex-direction: column;

  display: none;
}

#account,
.content_section:nth-child(6) {
  min-height: calc(100vh - 0rem);

  display: none;
}

.content_section .hero_slider {
  width: calc(100% - 0rem);
  height: calc(100vh - 0rem);
  position: relative;
  overflow: hidden;
}

.content_section .hero_slider ul {
  width: calc(100% - 0rem);
  height: calc(100% - 5rem);
  margin: 5rem 0 0 0;
  position: relative;
  display: flex;
  flex-direction: row;
}

.content_section .hero_slider ul li {
  width: calc(100vw - 0rem);
  min-width: calc(100vw - 0rem);
  max-width: calc(100vw - 0rem);
  display: flex;
  justify-content: center;
}

.content_section .hero_slider ul li img {
  height: calc(100% - 0rem);
  display: flex;
  justify-content: center;
}


/* banks */
.content_section .jcarousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.content_section .jcarousel ul {
  width: fit-content;
  margin: 1rem 0;
  position: relative;
  display: flex;
  flex-direction: row;
}

.content_section .jcarousel li {
  width: calc(150px - 0rem);
  margin: 0 3rem;
  display: flex;
  justify-content: start;
}

.content_section .jcarousel li img {
  width: calc(150px - 0rem);
  height: calc(75px - 0rem);
}


/* content: section faq */
.content_section .accordion {
  width: calc(48rem - 0rem);
  padding: 1.25rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--accordion-bg);
  outline: none;
  color: var(--color-text);
  font-size: 1.25em;
  font-weight: 300;
  text-align: left;
  transition: 0.4s;
  cursor: pointer;
}

.active, 
.accordion:hover {
  background-color: var(--accordion-bg); 
}

.accordion:after {
  float: right;
  margin-left: 0.625rem;
  content: "\002B";
  color: var(--color-primary);
  font-weight: 300;
}

.active:after {
  content: "\2212";
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  width: calc(48rem - 0rem);
  padding: 1.25rem;
  border-bottom: 1px solid var(--accordion-bg);
  color: var(--color-text-light);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}


/* content: contact page */
#hero-contact {
  min-height: calc(100vh - 4.5rem);
  padding: 0 0 5rem;
  flex-direction: column;
  justify-content: flex-start;
  background-image: linear-gradient(to bottom, white, var(--color-primary-light));
}

#hero-contact h1 {
  width: calc(100% - 0rem);
  display: flex;
  color: var(--black);
  font-size: 2em;
  font-weight: 300;
}

#hero-contact h2 {
  width: calc(100% - 0rem);
  margin: 0 0 2.5rem;
  display: flex;
  color: var(--black);
  font-size: 1.5em;
  font-weight: 300;
}

.content_container_contact_1 {
  width: calc(100% - 1.25rem);
  max-width: calc(48rem - 1.25rem);
  height: fit-content;
  margin: 0 0.625rem;
  padding: 5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--white);
  color: var(--color-text);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.content_container_contact_1 p {
  width: calc(100% - 0rem);
  margin: 0 0 1.25rem;
  display: flex;
  color: var(--black);
  font-size: 1em;
  font-weight: 300;
}

.content_container_contact_1 span {
  font-size: 1em;
}

.content_container_contact_1 .hero_contact_comment,
.content_container_contact_1 .hero_contact_subheading {
  margin: 0 0 1.25rem;
  color: var(--color-text-light);
  font-weight: 300;
  line-height: 1.7;
  text-align: justify;
}

.content_container_contact_1 .hero_contact_heading {
  margin: 1.25rem 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.content_container_contact_1 .hero_contact_subheading {
  margin: 0;
}

.content_container_contact_1 .hero_contact_subheading a {
  color: var(--color-text-light);
  font-weight: 300;
  text-decoration: underline;
}

.content_container_contact_1 .hero_contact_text {
  margin: 0 0 2.5rem;
}

.content_container_contact_1 .form-radio-buttons {
  padding: 0.625rem 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content_container_contact_1 .form-radio-buttons li {
  display: flex;
  flex-direction: row-reverse;
}

.content_container_contact_1 .form-radio-buttons li label {
  margin: 0;
  padding: 0 1.25rem 0 0.313rem;
  font-size: 0.875em;
}

.content_container_contact_success {
  width: calc(100% - 1.25rem);
  max-width: calc(48rem - 1.25rem);
  height: fit-content;
  margin: 0 0.625rem;
  padding: 5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--white);
  color: var(--color-text);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;

  display: none;
}

.content_container_contact_error {
  width: calc(100% - 1.25rem);
  max-width: calc(48rem - 1.25rem);
  height: fit-content;
  margin: 0 0.625rem;
  padding: 5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--white);
  color: var(--color-text);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;

  display: none;
}

.content_container_contact_success img,
.content_container_contact_error img {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto 2.5rem;
}

.content_container_contact_2 {
  width: calc(100% - 1.25rem);
  max-width: calc(48rem - 1.25rem);
  height: fit-content;
  margin: 0 0.625rem;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  color: var(--black);
  line-height: 1.5;
  text-align: left;
}

.content_container_contact_2 img {
  width: 10rem;
  margin: 0 0 1.25rem;
  user-select: none;
}

.content_container_contact_2 span {
  margin: 1.25rem 0 0;
  font-size: 0.875em;
  font-weight: 300;
}

.content_container_contact_2 span strong {
  width: 3rem;
  display: inline-flex;
  font-size: 1em;
  font-weight: 500;
}


/* content: about page */
#hero-about {
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  min-height: calc(100vh - 4.5rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;

  background-image: linear-gradient(to bottom, white, var(--color-primary-light));
  background-image: url("/images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-clip: border-box;
}

.content_container_section {
  width: calc(100% - 0rem);
  height: calc(100vh - 4.5rem);
  display: flex;
  flex-direction: column;
  
  background: #00000090;
}

.content_container_section:nth-child(even) {
  background: #00000090;
}

.content_container_section:nth-child(odd) {
  background: #00000070;
}


/* content: register page */
#hero-register {
  min-height: calc(100vh - 4.5rem);
  padding: 0 0 5rem;
  flex-direction: column;
  justify-content: flex-start;
  background-image: linear-gradient(to bottom, white, var(--color-primary-light));
}

#hero-register .content_container_one {
  width: calc(100% - 1.25rem);
  max-width: calc(48rem - 1.25rem);
  height: fit-content;
  margin: 0 0.625rem;
  padding: 5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--white);
  color: var(--color-text);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

#hero-register .content_container_one p {
  width: calc(100% - 0rem);
  margin: 0 0 1.25rem;
  display: flex;
  color: var(--black);
  font-size: 1em;
  font-weight: 300;
}

#hero-register .content_container_one span {
  font-size: 1em;
}


/* content: full */
.content_container_full {
  width: calc(100% - 0rem);
  max-width: calc(75rem - 0rem);
  height: calc(100% - 0rem);
  margin: 0 auto;
  padding: 5rem 0.625rem 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content_container_full .tagline {
  max-width: calc(75rem - 0rem);
  margin: 0 auto 2.5rem;
  color: var(--color-primary);
  font-size: 0.75em;
  font-weight: 400;
}

.content_container_full .headline {
  width: calc(100% - 0rem);
  max-width: calc(75rem - 0rem);
  margin: 0 auto 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 2.5em;
  font-weight: 300;
}

.content_container_full hr.hr_title {
  width: calc(3.125rem - 0rem);
  margin: 0 auto;
  border-top: 1px solid var(--color-primary);
}

.content_container_full .text {
  max-width: calc(50% - 0rem);
  margin: 2.5rem auto 0;
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.content_container_full .button_group {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-self: center;
}

.content_container_full .button_group .button {
  margin: 2.5rem 0.625rem;
}

.content_container_full .button {
  width: fit-content;
  margin: 2.5rem auto;
  padding: 1rem 2.5rem;
  background-color: var(--button-bg);
  color: var(--button-text);
  font-size: 0.875em;
  font-weight: 300;
  cursor: pointer;
}

.content_container_full .button:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-hover);
}


/* content: full right */
.content_container_full_right {
  width: calc(100% - 0rem);
  max-width: calc(75rem - 0rem);
  height: calc(100% - 0rem);
  margin: 0 auto;
  padding: 5rem 0.625rem 10rem calc(50% + 0.625rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content_container_full_right .tagline {
  max-width: calc(37.5rem - 0rem);
  margin: 0 0 2.5rem;
  color: var(--color-primary);
  font-size: 0.75em;
  font-weight: 400;
  text-align: start;
}

.content_container_full_right .headline {
  width: calc(100% - 0rem);
  max-width: calc(37.5rem - 0rem);
  margin: 0 0 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--white);
  font-size: 2.5em;
  font-weight: 300;
}

.content_container_full_right hr.hr_title {
  width: calc(3.125rem - 0rem);
  margin: 0;
  border-top: 1px solid var(--color-primary);
}

.content_container_full_right .text {
  max-width: calc(37.5rem - 0rem);
  margin: 2.5rem 0 0;
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  text-align: start;
}

.content_container_full_right .button_group {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
}

.content_container_full_right .button_group .button:first-child {
  margin: 2.5rem 1.25rem 2.5rem 0;
}

.content_container_full_right .button {
  width: fit-content;
  margin: 2.5rem 0;
  padding: 1rem 2.5rem;
  background-color: var(--button-bg);
  color: var(--button-text);
  font-size: 0.875em;
  font-weight: 300;
  cursor: pointer;
  text-align: start;
}

.content_container_full_right .button:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-hover);
}


/* content: full left */
.content_container_full_left {
  width: calc(100% - 0rem);
  max-width: calc(75rem - 0rem);
  height: calc(100% - 0rem);
  margin: 0 auto;
  padding: 5rem calc(50% + 0.625rem) 10rem 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content_container_full_left .tagline {
  max-width: calc(37.5rem - 0rem);
  margin: 0 0 2.5rem;
  color: var(--color-primary);
  font-size: 0.75em;
  font-weight: 400;
  text-align: start;
}

.content_container_full_left .headline {
  width: calc(100% - 0rem);
  max-width: calc(37.5rem - 0rem);
  margin: 0 0 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--white);
  font-size: 2.5em;
  font-weight: 300;
}

.content_container_full_left hr.hr_title {
  width: calc(3.125rem - 0rem);
  margin: 0;
  border-top: 1px solid var(--color-primary);
}

.content_container_full_left .text {
  max-width: calc(37.5rem - 0rem);
  margin: 2.5rem 0 0;
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  text-align: start;
}

.content_container_full_left .button_group {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
}

.content_container_full_left .button_group .button:first-child {
  margin: 2.5rem 1.25rem 2.5rem 0;
}

.content_container_full_left .button {
  width: fit-content;
  margin: 2.5rem 0;
  padding: 1rem 2.5rem;
  background-color: var(--button-bg);
  color: var(--button-text);
  font-size: 0.875em;
  font-weight: 300;
  cursor: pointer;
  text-align: start;
}

.content_container_full_left .button:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-hover);
}


/* content: legal */
#legal {
  width: calc(100% - 0rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: linear-gradient(to bottom, white, var(--color-primary-light));
}


/* content: legal page */
.content_legal_page {
  width: calc(100% - 1.25rem);
  max-width: calc(75rem - 1.25rem);
  margin: 0 auto 1.25rem;
  padding: 0 0.625rem;
  display: flex;
  flex-direction: column;
  text-align: start;
}

.content_legal_page h1 {
  color: var(--black);
  font-weight: 300;
  text-align: center;
}

.content_legal_page h2 {
  margin: 1.25rem 0 0.625rem;
  color: var(--black);
  font-weight: 300;
}

.content_legal_page p {
  margin: 0 0 1.25rem;
  color: var(--black);
  text-align: justify;
  line-height: 2;
}

.content_legal_page p a {
  color: var(--black);
  text-decoration: none;
}

.content_legal_page p a:hover {
  text-decoration: underline;
}

.content_legal_page ul {
  display: flex;
  flex-direction: column;
}

.content_legal_page ul li,
.content_legal_page ul li:last-child {
  margin: 0 0 0 1.25rem;
  color: var(--black);
  line-height: 2;
}

.content_legal_page ul li:last-child {
  margin: 0 0 1.25rem 1.25rem;
}

.content_legal_page ul li span {
  font-weight: bold;
}

.content_legal_page ul li a {
  color: var(--black);
  text-decoration: none;
}

.content_legal_page ul li a:hover {
  text-decoration: underline;
}

.content_legal_page ul li p a {
  color: var(--black);
  text-decoration: none;
}

.content_legal_page ul li p a:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 1024px) {


  /* content: section hero */
  .content_container_hero .headline {
    font-size: 2em;
  }


  /* content: full */    
  .content_container_full .headline {
    font-size: 2em;
  }

  .content_container_full .text {
    max-width: calc(80% - 0rem);
    margin: 2.5rem auto 0;
    text-align: center;
  }


  /* content: full right */
  .content_container_full_right {
    padding: 5rem 0.625rem 10rem;
  }

  .content_container_full_right .tagline {
    max-width: calc(100% - 0rem);
    justify-content: center;
    text-align: center;
  }

  .content_container_full_right .headline {
    max-width: calc(100% - 0rem);
    justify-content: center;
    font-size: 2em;
    text-align: center;
  }

  .content_container_full_right hr.hr_title {
    margin: 0 auto;
  }

  .content_container_full_right .text {
    max-width: calc(80% - 0rem);
    margin: 2.5rem auto 0;
    text-align: center;
  }

  .content_container_full_right .button_group {
    align-self: center;
  }

  .content_container_full_right .button {
    margin: 2.5rem auto;
  }


  /* content: full left */
  .content_container_full_left {
    padding: 5rem 0.625rem 10rem;
  }

  .content_container_full_left .tagline {
    max-width: calc(100% - 0rem);
    justify-content: center;
    text-align: center;
  }

  .content_container_full_left .headline {
    max-width: calc(100% - 0rem);
    justify-content: center;
    font-size: 2em;
    text-align: center;
  }

  .content_container_full_left hr.hr_title {
    margin: 0 auto;
  }

  .content_container_full_left .text {
    max-width: calc(80% - 0rem);
    margin: 2.5rem auto 0;
    text-align: center;
  }

  .content_container_full_left .button_group {
    align-self: center;
  }

  .content_container_full_left .button {
    margin: 2.5rem auto;
  }


  /* content: section faq */
  #faqs div {
    width: calc(100% - 0rem);
  }

  .content_section .accordion {
    width: calc(100% - 0rem);
    padding: 1.25rem;
  }

  .panel p {
    width: calc(100% - 0rem);
    padding: 1.25rem;
  }


}

@media only screen and (max-width: 768px) {


  /* content: section service */
  .content_section_headline {
    font-size: 2.25em;
  }

  .content_section_subheading {
    font-size: 1.125em;
  }

  .content_section_image_2 {
    display: none;
  }


  /* hero */
  .content_section h1 {
    height: calc(6rem - 0rem);
    font-size: 2em;
  }

  #models,
  .content_section:nth-child(3) {
    flex-direction: column;
  }


  /* content: full */
  .content_container_full .text {
    max-width: calc(100% - 0rem);
    margin: 2.5rem auto 0;
    text-align: center;
  }


  /* content: full right */
  .content_container_full_right .text {
    max-width: calc(100% - 0rem);
    margin: 2.5rem auto 0;
    text-align: center;
  }

  .content_container_full_right .button_group {
    align-self: center;
  }

  .content_container_full_right .button {
    margin: 2.5rem auto;
  }


  /* content: full left */
  .content_container_full_left .text {
    max-width: calc(100% - 0rem);
    margin: 2.5rem auto 0;
    text-align: center;
  }

  .content_container_full_left .button_group {
    align-self: center;
  }

  .content_container_full_left.button {
    margin: 2.5rem auto;
  }


  /* content: section faq */
  #faqs div {
    width: calc(100% - 0rem);
  }

  .content_section .accordion {
    width: calc(100% - 0rem);
    padding: 1.25rem 0.625rem;
    font-size: 1em;
  }

  .panel p {
    width: calc(100% - 0rem);
    padding: 1.25rem 0.625rem;
    font-size: 0.875em;
  }


}

