@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* Global colors */
  --color-heading: #680079;
  --color-subheading: #944a9d;
  --color-normal-text: black;
  --color-light-text: #333333;
  --color-dark-text: #383e4a;
  --color-body-bg: #fffbf5;

  /* Aktuelles section styles */
  --purple-light: #a855b5;
  --purple-dark: #5b1a6b;

  /* Values to tweak */
  --detail-page-margin-left: -1.5rem;
  --index-page-margin-left: 0;
}

._color_heading {
  color: var(--color-heading) !important;
}

._color_subheading {
  color: var(--color-subheading) !important;
}

._color_normal_text {
  color: var(--color-normal-text) !important;
}

._color_light_text {
  color: var(--color-light-text) !important;
}

/* Garet Regular */
@font-face {
  font-family: "Garet";
  src: url("fonts/garet/Garet-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Garet Bold */
@font-face {
  font-family: "Garet";
  src: url("fonts/garet/Garet-Heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Kollektif Regular */
@font-face {
  font-family: "Kollektif";
  src: url("fonts/kollektif/Kollektif.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Kollektif Bold */
@font-face {
  font-family: "Kollektif";
  src: url("fonts/kollektif/Kollektif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Kollektif Italic */
@font-face {
  font-family: "Kollektif";
  src: url("fonts/kollektif/Kollektif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Kollektif Bold Italic */
@font-face {
  font-family: "Kollektif";
  src: url("fonts/kollektif/Kollektif-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

.garet,
.garet * {
  font-family: "Garet", Arial, Helvetica, sans-serif !important;
}

.kollektif,
.kollektif * {
  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
}

.nunito,
.nunito * {
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
}

.inter,
.inter * {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
}

body {
  background-color: var(--color-body-bg);
}

/* Statistics Section */

.stats {
  padding: 80px 0;
  background: var(--color-body-bg);
  color: var(--color-heading) !important;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}

.stat-item h3 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.stat-item p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Statistics Section end */

/* Aktuelles section styles */

.aktuelles-section {
  background-color: var(--color-body-bg);
  /*padding: 4rem 2rem;*/
  /*font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;*/
}

.aktuelles-card-badges-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.aktuelles-section .registration-badge {
  position: static;
  margin-left: 0.5rem;
}

.aktuelles-card {
  background: #ffffff9a;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 1.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.aktuelles-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(123, 45, 142, 0.15);
}

.aktuelles-section .card-schedule {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
  font-weight: 500;
}

.aktuelles-section .card-title {
  color: var(--color-heading);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.aktuelles-section .card-instructor {
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.aktuelles-section .card-description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.aktuelles-section .card-note {
  background: #f8f9ff;
  color: var(--purple-dark);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  margin-top: 1rem;
}

.aktuelles-section .card-costs {
  background: #fff8e1;
  color: #f57c00;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 0.5rem;
}





.aktuelles-section .registration-badge {
  background: var(--purple-light);
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
}

.aktuelles-section .category-badge {
  background: rgba(123, 45, 142, 0.1);
  color: var(--purple-dark);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}

.aktuelles-section .hidden-cards {
  display: none;
}

.aktuelles-section .fade-in {
  animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .aktuelles-card {
    margin-bottom: 1.5rem;
  }
}

/* Aktuelles section styles end */

/* FAQ */

.faq-section {
  background-color: var(--color-body-bg);
}

.accordion-item {
  border-style: none !important;
}

.accordion-body {
  background-color: var(--color-body-bg) !important;
}

.accordion-button {
  background-color: var(--color-body-bg) !important;
}

.accordion-button:hover {
  background-color: #680079 !important;
  color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #680079 !important;
  color: white;
}

/* Change arrow color to white on hover or on not collapsed */
.accordion-button:hover:after,
.accordion-button:not(.collapsed):after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

/* FAQ end */

/* Beratungsangebote section */

.beratungsangebote-section {
  background-color: var(--color-body-bg);
}

.beratungsangebote-section .service-card-wrapper-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}

.beratungsangebote-section .service-card {
  background: #ffffff9a;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  padding: 2rem;
  /* margin: 0.5rem; */
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
}

.beratungsangebote-section .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(139, 47, 151, 0.15);
}

.beratungsangebote-section .service-icon {
  width: 80px;
  height: 80px;
  background: #f3e8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: var(--color-heading);
}

.beratungsangebote-section .service-icon-image {
  margin: 0 auto 1.5rem;
}

.beratungsangebote-section .service-title {
  color: var(--color-heading) !important;
  margin-bottom: 1rem;
}

.beratungsangebote-section .service-description {
  color: var(--color-light-text) !important;
  margin-top: 0;
}

@media (width < 576px) {
  .beratungsangebote-section .service-card {
    padding: 0.75rem;
  }
}

/* Beratungsangebote section end */

/* Cookie Banner */

#cookiebanner {
  font-size: 1rem;
  text-align: center;
  line-height: 1.3em;
  color: white;
  background: black;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 1em;
  height: auto;
  z-index: 255;
  opacity: 1;
}

.cookieinfo {
  margin: 1.5em 0 0.5em 0;
}

.cookieinfo a {
  background-color: white;
  color: #851ba3;
  padding: 0.5em 1em;
  text-decoration: none;
  cursor: pointer;
}

.cookie-button-accept {
  margin-left: 1em;
}

.cookieinfo a:hover {
  cursor: pointer;
  color: rgb(0, 0, 128);
  text-decoration: underline;
}

/* Cookie Banner end */

/* Hero section styles */

.hero-section {
  background-color: var(--color-body-bg);
}

.row .hero-section-image {
  width: 100%;
  margin-right: 2rem;
  object-fit: cover;
  border-radius: 0 0 0.375rem 0.375rem;
}

@media (width < 768px) {
  .row .hero-section-image {
    margin-right: 0;
  }
}

.hero-title-container {
  background: var(--color-body-bg);
  color: var(--color-heading);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
  padding-left: 2rem;

  /* Adjust the total size here */

  /* Option 1 */
  /* font-size: 0.8rem;
  margin-top: 3.1rem; */

  /* Option 2 */
  /* font-size: 0.9rem;
  margin-bottom: 0; */

  /* Option 3 */
  font-size: clamp(0.45rem, 0.9vw, 0.9rem);
  margin-top: 3.1rem;
}

.hero-1-row {
  /* Option 1 , 3 */
  align-items: flex-start;

  /* Option 2 */
  /* align-items: flex-end; */
}

.hero-title1 {
  font-size: 4em;
  font-weight: 400;
  letter-spacing: 0.15rem;
  opacity: 0.75;
  margin-bottom: -0.3em;
}

.hero-title2 {
  font-size: 6.9em;
  font-weight: 700;
}

.hero-title3 {
  display: block;
  font-size: 0.665em;
  font-weight: 700;
  letter-spacing: 0.15rem;
  margin-top: -0.3em;
}

.hero-title4 {
  font-size: 2.9em;
  font-weight: 600;
  opacity: 0.75;
  margin-top: 0.7em;
  margin-bottom: 1.2em;
}

@media (max-width: 992px) {
  .hero-text-box {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }

  .hero-text-box h2 {
    font-size: 2rem;
  }

  .hero-text-box p {
    font-size: 1.1rem;
  }
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero section end */

/* Hero 2 section */

.hero2-container {
  margin-top: 6rem;
}

.hero2-p-container {
  flex: 1 1 auto;
  margin-right: 4rem;
}

.hero2-img-container {
  flex: 0 0 auto;
  width: 40rem;
  height: auto;
  margin-right: var(--index-page-margin-left);
}

.hero2-img {
  width: 100%;
  height: auto;
}

@media (width < 1200px) {
  .hero2-p-container {
    margin-right: 0;
  }

  .hero2-img-container {
    width: 100%;
  }
}

/* @media (width < 992px) {
}

@media (width < 768px) {
} */

/* Hero 2 section end */

/* Navbar begin */

.custom-navbar,
.custom-navbar .dropdown-item {
  /* font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important; */

  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

.custom-navbar {
  background-color: var(--color-body-bg) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.custom-navbar .navbar-brand,
.custom-navbar .navbar-nav .nav-link,
.custom-navbar .navbar-nav,
.custom-navbar-angebote {
  color: var(--color-heading) !important;
}
/*no overlapping no wrap*/
.custom-navbar .navbar-nav .nav-link {
  white-space: nowrap;
}

.custom-navbar .dropdown-menu {
  background-color: var(--color-body-bg);
  border: 1px solid var(--color-heading);
}

.custom-navbar .dropdown-item {
  color: var(--color-heading) !important;
}

.custom-navbar .dropdown-item:hover {
  background-color: rgba(104, 0, 121, 0.15);
  color: var(--color-heading) !important;
}

.custom-navbar .dropdown-menu {
  background-color: rgba(255, 251, 245, 0.95);
  border: 1px solid var(--color-heading);
  backdrop-filter: blur(2px);
}

.custom-navbar .navbar-toggler {
  border-color: var(--color-heading);
}

.menu-item-left {
  margin-right: auto;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}

.navbar-brand {
  margin-right: 2rem !important;
}

.navbar-language-name {
  color: var(--color-normal-text);
}

.navbar-language-country {
  margin-left: 1rem;
  color: #6c757d;
}

.navbar-language-dropdown-menu {
  margin-left: 2rem !important;
  padding-right: 0.25rem !important;
}

.custom-navbar-nav-link {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.btn-navbar-language {
  border: 3px solid var(--color-heading) !important;
  color: var(--color-heading) !important;
  padding: 0.2rem 4.5rem !important;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-block;
  cursor: pointer;
  margin-left: 2rem !important;
}

.btn-navbar-language:hover,
.btn-navbar-language:focus {
  background-color: #5a0069 !important;
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .menu-item-left {
    margin-left: auto !important;
  }
  .menu-item-left ul {
    margin-left: auto !important;
    margin-right: 0.25rem !important;
  }
  .menu-item-left .nav-item:first-child {
    margin-right: 1rem !important;
  }
  .navbar-brand {
    margin-right: 1rem !important;
  }
}

/* Navbar end */
/* footer START */
.montserrat {
  font-family: "Montserrat", sans-serif !important;
}
footer {
  background-color: var(--color-heading);
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.125rem;
}

footer h3 {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
}

footer p {
  margin-bottom: 0.5rem;
}

footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}
footer a:hover {
  color: #f1f1f1;
  text-decoration: underline;
}

.footer-contact a {
  font-weight: 600;
}

.footer-logo {
  display: block;
  max-width: 260px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  font-size: 1.125rem;
}
.footer-legal-links span {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  footer .footer-office {
    transform: translateY(-10px);
  }
  footer {
    text-align: center;
  }

  .footer-legal-links {
    gap: 0.5rem;
  }

  footer .footer-office {
    transform: none;
  }
}

.sponsor-section {
  background-color: var(--color-body-bg);
}

.sponsor-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.25rem 1.5rem;
  align-items: center;
  justify-items: center;
}

.s-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: clamp(48px, 8vw, 110px);
  object-fit: contain;
}

@media (max-width: 576px) {
  .sponsor-logos {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
  }
}
/* footer END */

/* Buttons Start */

.mehr-btn {
  background: var(--color-heading);
  border: none;
  color: white;
  padding: 0.8rem 3rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-top: 2rem;
  text-decoration: none;
  display: inline-block;
}


.btn-edit {
  background-color: var(--color-heading);
  color: #fff;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn-edit:hover,
.btn-edit:focus {
  background-color: #5a0069;
  color: #fff;
  text-decoration: none;
}

.btn-contact {
  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
  background-color: var(--color-heading);
  padding: 1rem 5.5rem;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.075rem;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn-contact:hover,
.btn-contact:focus {
  background-color: #5a0069;
  color: #fff;
}

/* Buttons end */

/* Utility for Detail Pages */

._centered_content_container {
  width: 82%;
  margin: 0 auto;
  text-align: left;
}

/* Utility for Detail Pages end */

/* Page Hero */

._page_hero {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 3rem;

  img {
    width: 100%;
    height: auto;
  }
}

._page_hero_inner_container {
  margin-bottom: 5rem;
}

._page_hero_title {
  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  font-size: 6.15rem;
  letter-spacing: 0.05rem;
  margin-left: var(--detail-page-margin-left);
}

._page_hero_subtitle {
  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15rem;
  margin-left: var(--detail-page-margin-left);
}

/* Page Hero end */

/* Font Sizes */

._section_title_big {
  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
  font-size: 5rem !important;
  font-weight: 500;
  letter-spacing: -0.1rem;
  color: var(--color-heading);
}

._section_title {
  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
  font-size: 2.79rem !important;
  font-weight: bold;
  letter-spacing: 0.15rem;
  color: var(--color-heading);
}

._section_subtitle {
  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  font-weight: normal;
  letter-spacing: 0.15rem;
  color: var(--color-subheading);
}

._section_subtitle_bold {
  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  font-weight: bold;
  letter-spacing: 0.15rem;
  color: var(--color-heading);
}

._normal_text {
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.09rem !important;
  line-height: 2.2rem !important;
  color: var(--color-normal-text);
}

._normal_text_hero {
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.15rem !important;
  line-height: 2.75rem !important;
  color: var(--color-dark-text);
}

._normal_text_small {
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: var(--color-normal-text);
}

/* Page Margins */

._detail_page_margin_left {
  margin-left: var(--detail-page-margin-left) !important;
}

._index_page_margin_left {
  margin-left: var(--index-page-margin-left) !important;
}

._index_page_margin_right {
  margin-right: var(--index-page-margin-left) !important;
}

/* Custom Container */

.custom-container {
  max-width: 1520px;
  width: 100%;
  margin: auto;
}

@media (width < 1600px) {
  .custom-container {
    width: 95%;
  }

  ._normal_text_small {
    font-size: 1.5rem !important;
  }

  ._section_subtitle_bold {
    font-size: 2.1rem !important;
    letter-spacing: 0.1rem;
  }

  .hero-title4 {
    font-size: 2.25rem;
  }
}

@media (width < 1440px) {
  .custom-container {
    width: 92%;
  }

  ._section_title_big {
    font-size: 4rem !important;
  }

  ._section_subtitle {
    font-size: 2rem !important;
    letter-spacing: 0.15rem;
  }

  ._normal_text_hero {
    font-size: 1.4rem !important;
    line-height: 2.5rem !important;
    letter-spacing: 0.15rem !important;
  }

  ._normal_text_small {
    font-size: 1.25rem !important;
  }

  ._section_subtitle_bold {
    font-size: 1.6rem !important;
    letter-spacing: 0.1rem;
  }

  .btn-navbar-language {
    font-size: 1rem !important;
    padding: 0.2rem 1.5rem !important;
    margin-left: 1rem !important;
  }

  .custom-navbar,
  .custom-navbar .dropdown-item {
    font-size: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .hero-title4 {
    font-size: 1.85rem;
  }

  .navbar-language-dropdown-menu {
    margin-left: -3.5rem !important;
  }
}

@media (width < 1200px) {
  .custom-container {
    width: 90%;
  }

  ._page_hero_inner_container {
    margin-bottom: 3rem;
  }

  ._page_hero_title {
    font-size: 5rem;
  }

  ._page_hero_subtitle {
    font-size: 2.5rem;
  }

  ._section_title {
    font-size: 2rem !important;
  }

  ._section_title_big {
    font-size: 3rem !important;
    margin-left: 0 !important; /* override detail page margin */
  }

  ._section_subtitle {
    font-size: 1.5rem !important;
    letter-spacing: 0.15rem;
  }

  ._section_subtitle_bold {
    font-size: 1.3rem !important;
    letter-spacing: 0.1rem;
  }

  ._normal_text {
    font-size: 1.1rem !important;
    line-height: 1.5rem !important;
  }

  ._normal_text_small {
    font-size: 1.1rem !important;
  }

  ._normal_text_hero {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
    letter-spacing: 0.15rem !important;
  }

  .btn-contact {
    font-size: 1.5rem;
    padding: 0.5rem 3.5rem;
  }

  .btn-navbar-language {
    font-size: 0.85rem !important;
    padding: 0.1rem 0.6rem !important;
  }

  .custom-navbar,
  .custom-navbar .dropdown-item {
    font-size: 0.85rem !important;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  .menu-item-left {
    margin-left: 0;
  }

  .navbar-brand {
    margin-right: 0 !important;
  }

  .hero-title4 {
    font-size: 1.45rem;
  }

  .navbar-language-dropdown-menu {
    margin-left: -5.5rem !important;
  }
}

@media (width < 992px) {
  .custom-container {
    width: 90%;
  }

  ._page_hero_inner_container {
    margin-bottom: 2rem;
  }

  ._page_hero_title {
    font-size: 4rem;
  }

  ._page_hero_subtitle {
    font-size: 2rem;
  }

  ._section_title {
    font-size: 2rem !important;
  }

  ._section_title_big {
    font-size: 2.5rem !important;
  }

  ._section_subtitle {
    font-size: 1.25rem !important;
    letter-spacing: 0.1rem;
  }

  ._section_subtitle_bold {
    font-size: 1.5rem !important;
    letter-spacing: 0.1rem;
  }

  ._normal_text {
    font-size: 1.1rem !important;
    line-height: 1.5rem !important;
  }

  ._normal_text_small {
    font-size: 1.1rem !important;
  }

  ._normal_text_hero {
    font-size: 1.2rem !important;
    line-height: 3rem !important;
    letter-spacing: 0.1rem !important;
  }

  .btn-contact {
    font-size: 1rem;
    padding: 0.5rem 3rem;
  }

  .hero-title4 {
    font-size: 1rem;
  }

  .navbar-language-dropdown-menu {
    margin-left: 0rem !important;
  }
}

@media (width < 768px) {
  .custom-container {
    width: 90%;
  }

  ._page_hero_inner_container {
    margin-bottom: 1rem;
  }

  ._page_hero_title {
    font-size: 3rem;
  }

  ._page_hero_subtitle {
    font-size: 1.5rem;
  }

  ._section_title {
    font-size: 1.75rem !important;
  }

  ._section_title_big {
    font-size: 2.5rem !important;
  }

  ._section_subtitle {
    font-size: 1.25rem !important;
    letter-spacing: 0.1rem;
  }

  ._section_subtitle_bold {
    font-size: 2rem !important;
    letter-spacing: 0.1rem;
  }

  ._normal_text {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  ._normal_text_small {
    font-size: 1rem !important;
  }

  ._normal_text_hero {
    font-size: 1.25rem !important;
    line-height: 2.5rem !important;
    letter-spacing: 0.1rem !important;
  }

  ._centered_content_container {
    width: 90%;
    padding: 0 1rem;
  }

  .btn-contact {
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
  }

  .hero-title4 {
    font-size: 1rem;
  }
}

@media (width < 576px) {
  .custom-container {
    width: 95%;
  }

  ._page_hero_inner_container {
    margin-bottom: 0;
  }

  ._page_hero_title {
    font-size: 2rem;
    margin-left: 0 !important;
  }

  ._page_hero_subtitle {
    font-size: 1.2rem;
    margin-left: 0 !important;
  }

  ._section_title {
    font-size: 1.4rem !important;
    margin-left: 0 !important;
  }

  ._section_title_big {
    font-size: 2rem !important;
  }

  ._section_subtitle {
    font-size: 1.25rem !important;
    letter-spacing: 0.06rem;
    margin-left: 0 !important;
  }

  ._section_subtitle_bold {
    font-size: 1.5rem !important;
    letter-spacing: 0.1rem;
  }

  ._normal_text_hero {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
    letter-spacing: 0.05rem !important;
  }

  ._normal_text {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  ._normal_text_small {
    font-size: 1rem !important;
  }

  .btn-contact {
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
  }
}

/* Font Sizes end */

/*Review */

.review-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem; /*gap between cards*/
  background: #fdf9f4;
  padding: 2rem 0;
}

.slider {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 1.5rem; /* 24px */
  transition: transform 0.5s ease-in-out;
}

.review-card {
  flex: 0 0 100%; /* default small screen 1 card */
  height: 270px; /*card height*/
  border: 2px solid var(--color-heading);
  border-radius: 20px;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.review-card .header {
  display: flex;
  justify-content: space-between; /* space between elements */
  align-items: flex-start; /* align items to the start */
  /* margin-bottom: 0.5rem; */
}

.review-card .quote {
  font-size: 5rem;
  color: var(--color-heading);
  line-height: 1;
}

.review-card .stars {
  color: gold;
  font-size: 1.5rem;
  white-space: nowrap;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}

.review-card p {
  flex: 1;
  color: #333;
  margin-bottom: 2.6rem;
  overflow-y: auto;
  text-overflow: unset;
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
}

.review-card h3 {
  font-size: 1.1rem;
  color: var(--color-heading);
  position: absolute;
  bottom: 0.75rem;
  margin: 0;
}

.arrow {
  background: var(--color-heading);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.arrow:hover {
  background: #a24aa2;
}

/*##########################
    Responsive breakpoints
 ########################### */

/* medium screen: 2 cards */
@media (min-width: 768px) {
  .review-card {
    flex: 0 0 calc(50% - 0.75rem); /* 2 cards + gap */
  }
}

/* large screen: 3 cards */
@media (min-width: 1024px) {
  .review-card {
    flex: 0 0 calc(33.333% - 1rem); /* 3 cards + gap */
  }
}

/*review end*/

/*Öffnungszeiten */
.image-section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: none;
  padding: 0;
  margin: 0;
}

.info-section {
  background-color: var(--color-heading);
  color: white;
  padding: 50px 50px;
}

.info-section h2 {
  font-size: 3.5rem;
  letter-spacing: 0.03rem;
  margin-bottom: 40px;
  font-family: "Kollektif", Arial, Helvetica, sans-serif !important;
}

.info-section h5 {
  font-weight: bolder;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
}

info-section p {
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
  font-size: 1.25rem;
  letter-spacing: 0.08rem;
  margin-bottom: 0px;
}

@media (width < 410px) {
  .footer-legal-link-text {
    font-size: 1rem !important;
  }
}
