* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* font */

@font-face {
  font-family: "Cormorant";
  src: url("/fonts/Cormorant-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Cormorant, sans-serif;
  line-height: 1.9rem;
  font-weight: 400;
  color: #555;
}
:root {
  --font-size: 1.3rem;
  --primary-color: #759657;
  --primary-color-lightshade-1: #c6dbb3;
}

p {
  font-size: var(--font-size);
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.9rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  margin-left: 2rem;
}

h4 {
  font-size: 2.3rem;
  font-weight: 600;
}

h5 {
  font-size: 1.728rem;
  font-weight: 500;
}

.list {
  font-size: var(--font-size);
}

section {
  padding: 4rem;
}

/* reuseable components */
.shadow {
  box-shadow: 0 20px 30px #00000006;
}
.border-radius {
  border-radius: 5px;
}

.card {
  padding: 2rem;
  background-color: white;
}

/* styling for navbar */

.navbar {
  background-color: #ffffff;
  height: 7rem;
  display: flex;
  width: 100%;
  align-items: center;
}
.logo-link {
  height: 100%;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-link:hover {
  cursor: pointer;
}

.logo_image {
  height: 70%;
  width: auto;
  display: block;
}

.navbar_content {
  display: flex;
  margin: 0 5rem;
  width: 100%;
  gap: 3rem;
}

.nav_button {
  color: #555;
  font-size: 1.3rem;
  border: 0.1rem solid #ffffff;
  flex-grow: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}

.nav_button:hover,
.nav_button:link {
  color: rgb(33, 33, 33);
  cursor: pointer;
}

/* Styling for main sections */

.site-container {
  min-width: 35rem;
  max-width: 75rem;
  height: auto;
  /* centering page */
  margin: 0 auto;
}

.content {
  max-width: 100%;
  background-color: rgb(243, 248, 241);
  /* arrange elements */
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

/* Styling of Hero Section */

.hero {
  display: grid;
  max-width: 100%;
  height: 40rem;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid height as high as content with auto */
  grid-template-rows: auto auto 1fr auto;
  background-image: url(images/Hero_Image_v1.jpg);
  background-size: cover; /* Ensures the image covers the entire container */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents tiling */
}

.hero_image {
  display: none;
}

.hero_sentence {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3rem;
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}

.hero_sentence_sub {
  margin-top: 1rem;
  grid-column: 1 / 4;
  grid-row: 2 / 3;
}

.hero_list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  list-style-type: none;
  gap: 3.5rem;
  grid-column: 1 / 3;
  grid-row: 3 / 5;
}

.hero_button {
  font-size: 1.874rem;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.205);
  border: 0.1rem solid #ffffff;
  padding: 1rem;
  max-height: 6rem;
  max-width: 18rem;
  grid-column: -1 / -2;
  grid-row: -1 / -2;
  justify-self: right;
  font-family: Cormorant, sans-serif;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
}

.hero_button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
}

/* Styling of Beratung section */

.section_Beratung {
  margin: 0rem 0rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 5rem;
}

.picture_therapist {
  width: 100%;
}

.Beratungs_text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.Beratungs_text_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}

.list-container {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.list-icon {
  width: 2.5em;
  height: 2.5rem;
}
/* Styling Über mich */

.über_mich {
  margin: 0rem 0rem;
}

.über-mich-content {
  align-items: center;
  gap: 5rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: white;
}

.card-über-mich {
  max-width: auto;
  display: flex;
  flex-direction: row !important;
  gap: 3rem !important;
}

.über_mich_textblock {
  font-size: 1.2rem;
  width: 100%;
  flex: 2 2 66%;
}

.image-über-mich {
  width: 100%;
  min-width: 19.125rem;
  height: auto;
  flex: 1 1 33%;
  object-fit: cover;
}

.text_Apothekerin {
  margin-bottom: 1.5rem;
}

.text_Logotherapeutin {
  margin-bottom: 1rem;
}

.über_mich_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 1rem;
  margin-left: 1.2rem;
}

/* Logotherapie */

.Logotherapie {
  max-width: 100%;
}

.logotherapie-card-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: flex-start;
}

.card-1 {
  padding-right: 1rem;
}
.card-icon {
  position: absolute;
  top: 1.8rem;
  right: 1rem;
}
.card-icon:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

.open {
  display: block;
}

.list-cards {
  margin-top: 1rem;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  list-style: none;
}
/* Kontakt-Section */
.Kontakt-Card {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto auto;
  font-size: 1.2rem;
  grid-column-gap: 4rem;
}

.Kontaktinformationen {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
  display: grid;
  gap: 1rem;

  grid-template-columns: 1fr 2.5fr;
  grid-template-rows: auto auto auto auto;
}

.card-name {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  display: inline-block;
  font-size: 2.074rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.card-label-1 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-weight: 600;
  display: flex;
  gap: 1.5rem;
}
.card-label-2 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  font-weight: 600;
  display: flex;
  gap: 1.5rem;
}
.card-label-3 {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  font-weight: 600;
  display: flex;
  gap: 1.5rem;
}

.card-text-1 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.card-text-2 {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}
.card-text-3 {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  align-items: center;
  text-align: center;
  align-self: center;
}

.contact-link {
  display: flex;
  font-size: 1.728rem;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  color: #353535;
  background-color: rgb(243, 248, 241);
  border: 0.1rem solid var(--primary-color);
  text-decoration: none;
  text-align: center;
  padding: 5% 5%;
  /* margin: 1rem; */
  height: 70%;
  width: 90%;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  transition: background-color 0.3s;
}

.contact-link:hover {
  background-color: rgb(222, 227, 219);
}

.Organisationsinformationen {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

/* Footer */
.footer-content {
  background-color: #b5bdad;
  display: flex;
  gap: 1rem;
  justify-content: center;
  height: 3rem;
  align-items: center;
}

.footer-text {
  color: rgb(243, 248, 241);
}

.footer-link {
  text-decoration: none;
}
.footer-link :hover {
  cursor: pointer;
}
