@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap');

* {
  box-sizing: border-box;
}

.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.aboreto-regular {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.josefin-sans-<uniquifier> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
}

.noto-serif-display-<uniquifier> {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 364;
  font-style: italic;
  font-variation-settings:
    "wdth" 78;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
  font-family: "Josefin Sans", sans-serif;
    background-color: #ffffff;
    color: #333;
}

h1 {
    font-size: 45px;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 500;
    text-align: left;
}

h2 {
    font-size: 50px;
    font-family: "Noto Serif Display", serif;
    font-weight: 500;
    text-align: left;
}

h3 {
    font-size: 45px;
   font-family: "Noto Serif Display", serif;
    font-weight: 100;
    text-align: left;
}

h4 {
    font-size: 30px;
    font-family: "Noto Serif Display", serif;
    font-weight: 200;
    text-align: left;
    white-space: nowrap;           /* Immer einzeilig */
    overflow: visible;              /* Überlaufenden Text ausblenden */
    text-overflow: ellipsis;       /* ... am Ende, falls zu lang */
}

h5 {
    font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
    font-weight: 200;
    text-align: left;
}

.header-titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0px;
}

.header-titles h1 {
    margin: 0 0 4px 0;
}

.header-titles .subtitle {
    margin: 0;
}

.subtitle {
    font-size: 18px;
    color: #c5ab7a;
 font-family: "Noto Serif Display", serif;
}

p {
    font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}

header {
    background: #ffffff;
    color: #000000;
    min-height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px 10px 50px;
    position: relative;
    z-index: 10;
    font-family: "Nanum Myeongjo", serif;
}

header .header-titles {
    flex: 1 1 320px;
    min-width: 260px;
}

header .logo {
    height: 120px;
    margin-right: 30px;
}

nav {
    flex: 0 1 420px;
    min-width: 220px;
    margin-left: auto;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

nav ul li {
    margin: 0;
}

nav ul li a {
    color: #000000;
    text-decoration: none;
    padding: 10px 15px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    white-space: nowrap;
    display: inline-block;
}

nav ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    background: none;
    border-radius: 0;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

main {
    margin: 0 auto;
    padding: 20px;
    max-width: 1400px;
}

footer {
    text-align: left;
    padding: 70px 0;
    background: #c5ab7a;
    color: #000000;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-lists {
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 40px;
    gap: 40px;
}

.footer-lists ul {
    list-style: none;
    padding: 0;
}

.footer-lists ul:last-child {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}

.footer-lists ul li {
    margin: 5px 0;
    font-size: 16px;
}

.footer-lists ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 15px;
}

.footer-lists ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    background: none;
    border-radius: 0;
    color: #b49b94;
}

.content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.price-image-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    width: calc(48% - 10px);
    flex: 1 1 calc(48% - 10px);
    justify-content: flex-start;
    margin-top: 20px;
    box-sizing: border-box;
    min-width: 0;
}

.price-container {
    flex: 1 1 60%;
    min-width: 260px;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    flex: 0 0 160px;
    min-width: 160px;
    min-height: 220px;
}

.text-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 20px;
}

.salon-image {
    width: 100%;
    max-width: 150px;
    height: auto;
    border-radius: 10px;
}

.price-list,
.sub-price-list {
  font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    list-style: none;
    padding: 0;
    line-height: 1.2;
}

.price-list li, .sub-price-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    flex-wrap: wrap;
}

.price-list .service, .sub-price-list .service {
    flex: 1 1 60%;
    word-break: break-word;
}

.price-list .price, .sub-price-list .price {
    flex: 0 0 auto;
    min-width: 70px;
    text-align: right;
}

.service {
    font-weight: normal;
}

.divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    width: 100%;
}

.header-image-container {
    position: relative;
    width: 100%;
    height: 500px; /* Höhe des Containers = Bildhöhe */
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* verhindert Überlappungen */
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.header-title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    font-family: "Arapey", serif;
    font-weight: 200;
    text-align: center;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -2px;
}

.collapsible {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapsible .arrow {
    display: none;
}

.collapsible:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.arrow {
    transition: transform 0.3s ease-out;
}

.collapsible.active .arrow {
    transform: rotate(180deg);
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.intro-flex-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.text-container {
    flex: 2;
    text-align: left;
}

.intro-image-container {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.intro-image {
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.visit-map-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.visit-map-container .visit-text,
.visit-map-container .map-container {
    flex: 1 1 320px;
    min-width: 0;
}

.visit-map-container .map-container iframe {
    width: 100%;
    height: 300px;
}

@media (max-width: 600px) {

  /* ===== GLOBAL MOBILE FIX ===== */
  body {
    overflow-x: hidden;
  }

  /* ===== TYPO ===== */
  h1 { font-size: 26px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; white-space: normal; }
  h5 { font-size: 16px; }

  p {
    font-size: 20px;
    line-height: 1.5;
  }

  /* ===== HEADER ===== */
  header {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 12px 8px;
    gap: 0px;
  }

  .header-titles {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
  }

  header .logo {
    height: 70px;
    margin: 0;
  }

  nav {
    width: 100%;
    margin-left: 0;
    padding-top: 0px;
    padding-bottom:0px;
         margin-top: -350px;
         margin-bottom: -350px;

  }

  nav ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }

  nav ul li a {
    font-size: 13px;
    padding: 50px 10px;
    white-space: normal;
  }

  .header-image-container {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
    padding: 50px 50px 50px;
  }

  .header-title {
    font-size: 28px;
    padding-top: 10px;
  }

  /* ===== LAYOUT ===== */
  .intro-flex-container,
  .visit-map-container,
  .content-container,
  .price-image-container {
    flex-direction: column;
    width: 100% !important;
    gap: 16px;
  }

  .text-container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  /* ===== BILDER ===== */
  .salon-image,
  .intro-image,
  .map-container iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
.image-container {
  flex: 1 1 auto;
  min-width: 0;
  min-height: auto;
}

  /* ===== PREISE ===== */
  .price-list li,
  .sub-price-list li {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 4px;
  }

  .price-list .service,
  .price-list .price,
  .sub-price-list .service,
  .sub-price-list .price {
    width: 100%;
    text-align: center;
  }

  /* ===== FOOTER ===== */
  footer {
    padding: 30px 16px;
  }

  .footer-lists {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
}