/* :root { */
/*   --bgd-1:rgb(184,156,156);
  --bgd-2:rgb(228,185,185);
  --bgd-3:rgb(228,185,185);
  --background-color: #ecf0f1;
  --text-color: #333;
} */

@font-face {
  font-family:'Playfair Display';
  src: url('Fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family:'Yanone Kaffeesatz';
  src: url('Fonts/YanoneKaffeesatz-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family:'Futura LT Light';
  src: url('Fonts/Futura LT Light.ttf') format('truetype');
}
@font-face {
  font-family:'Almoni';
  src: url('Fonts/Almoni DL AAA.ttf') format('truetype');
}

body, html {
  margin: 0;
  padding: 0 3px;
  font-family: 'Playfair Display';
  overflow-x: hidden; /* Verhindert horizontales Scrollen */
  background-color: var(--bgd-3);;
}


h1 {
  /*  font-size: 3em; 
   color: #fff;
   font-weight: 200;
   font-style: normal;
   font-family: 'Yanone Kaffeesatz', sans-serif; */
   font-size: 2em; /* Größe des Willkommenstexts anpassen */
   color: #221133; 
   font-weight: 200;
   font-style: normal;
   font-family: 'Playfair Display'; 
 }

 p {
   font-size: 0.6em; /* Größe des Willkommenstexts anpassen */
   color: #221133; /* Weiße Textfarbe */
   font-family: 'Almoni';
   line-height: 1.6em;
  /*  letter-spacing: 1px; */
 }

.top-section {
  display: flex; /* Aktiviert Flexbox */
  align-items: center; /* Zentriert die Inhalte vertikal */
/*   justify-content: space-between; */ /* Verteilt die Kinder (backgroundImage und content) gleichmäßig */
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
} 

.section, .prices-section{
    display: flex; /* Aktiviert Flexbox */
    align-items: center; /* Zentriert die Inhalte vertikal */
 /*    justify-content: space-between; */ /* Verteilt die Kinder (backgroundImage und content) gleichmäßig */
    width: 100%;
    height: 300px; 
    position: relative;
    overflow: hidden;
    margin: 1px 0px;
    flex-wrap: wrap; /* Erlaubt den Elementen, in die nächste Zeile zu rutschen, falls notwendig */
} 

.prices-section {
  height: 500px !important; 
}

.section-seperator {
  height: 120px;
}

.info-section, .callygraphy-section, .contact-section {
  display: flex; /* Aktiviert Flexbox */
  flex-direction: column;  
  justify-content: flex-start; 
  width: 100%;
  height: 650px; 
  position: relative;
  overflow: hidden;
  margin: 1px 0px;
/*   flex-wrap: nowrap; */
}
.attention-section {
  height: 700px; 
}

.show-only-mobile {
  display:flex;
}

.hide-on-mobile {
  display:none;
}

.prices-section {
  height: 500px;
}

.contact-section {
  display: flex; /* Aktiviert Flexbox */
  align-items: center; /* Zentriert die Inhalte vertikal */
/*    justify-content: space-between; */ /* Verteilt die Kinder (backgroundImage und content) gleichmäßig */
  width: 100%;
  height: 700px; 
  position: relative;
  overflow: hidden;
  flex-wrap: wrap; /* Erlaubt den Elementen, in die nächste Zeile zu rutschen, falls notwendig */
}

.callygraphy-section {
  display: flex; /* Aktiviert Flexbox */
  align-items: center; /* Zentriert die Inhalte vertikal */
/*    justify-content: space-between; */ /* Verteilt die Kinder (backgroundImage und content) gleichmäßig */
  width: 100%;
  height: 800px; 
  position: relative;
  overflow: hidden;
  flex-wrap: nowrap; /* Erlaubt den Elementen, in die nächste Zeile zu rutschen, falls notwendig */
}

.bg-color1 {
   background-color: var(--bgd-1);;
}

.bg-color2 {
  background-color: var(--bgd-2);;
}

.bg-color3 {
  background-color: var(--bgd-3);;
}

.container {
  position: relative;
  flex: 1;
  height: 100%;
}


.logoContainer {
  height: 200px;
  display: flex;
/*   flex-direction: column; */
  align-items: center; 
  justify-content: center;
  width: 100%;
 /*  margin-left: 50px; */
  margin-right: 50px;
  margin-bottom: 50px;
   transform: translate(0, 0); 
}

.calligraphyImageContainer {
  flex: 1;
  height: 200px;
  display: flex;
/*   flex-direction: column; */
  align-items: center; 
  justify-content: center;
  width: 80%;
 /*  margin-left: 50px; */
/*   margin-right: 100px;
  margin-bottom: 100px; */

}

.calligraphyImage {
  flex: 1;
  text-align: center;
  width: auto;
  height: 100%;
}

.calligraphyImage img {
  width: auto;
  height: 100%;
}

.logo {
  flex: 1;
  text-align: center;
  max-width: 400px;
}

.logo img {
  width: 80%;
  height: auto;
}

.prices, .contact{
   display: flex;
   flex-direction: column;
   align-items: center; 
   justify-content: flex-start;
   width: 100%;
}

.prices-section-small{
   height: 450px !important;
}

.prices-header, .contact-header, .callygraphy-header {
 /*   flex: 1; */
   height: 50px; 
}

.prices-list-container {
  flex: 1;
  width: 100%;
  padding: 40px 0px 0px 0px;
  box-sizing: border-box; /* Damit es nicht überlappt */
}

.prices-list {
 /*  height: 300px; */
  display: flex;
   flex-direction: column; 
 /*  align-items: center; 
  justify-content: center; */
  width: 100%;
  padding-right: 0px;
  box-sizing: border-box;
}

.prices-list-column  {
  height: 100%;
  flex: 1;
  width: 100%;
  margin: 0px 0px 0px 0px;
  margin-left: 20px;
  margin-right: 20px;

}

.prices-list-item, .prices-list-item-half {
 /*  height: 50px; */
  width: 90%;
  margin: 0px 0px 20px 0px;
}

.prices-list-item h1,.prices-list-item-half h1 {
  font-family: 'Almoni'; 
    font-size: 1.4em;
    /* line-height: 0.2rem; */
    margin: 0px 0px 0px 0px;
}
.prices-list-item p,.prices-list-item-half p {
  font-size: 1rem;
 /*  line-height: 0.7rem; */
 margin: 5px 0px 0px 0px;
}

.prices-list-item-header, .prices-list-item-half-header {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
}

.prices-header-text{
  flex:1;
  flex-grow: 1; /* Nimmt den verfügbaren Platz ein */
  flex-shrink: 1;
  flex-basis: 0; /* Beginnt mit 0 und wächst von dort */
}

.prices-header-price{
  flex:1;
  text-align: right;
  flex: 0 0 120px;
}


.split-container {
  position: relative;
  flex: 1; 
  height: 100%;
}

.split-container-center {
  position: relative;
  flex: 1; 
  margin: 0px 1px 0px 1px ; 
  height: 100%;
}

.backgroundImage, .backgroundImage-large  {
    display: flex;
    justify-content: center; /* Zentriert Inhalte horizontal */
    align-items: center; /* Zentriert Inhalte vertikal */
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0px;
  }

  .backgroundImage-prices {
    display: flex;
    justify-content: center; /* Zentriert Inhalte horizontal */
    align-items: center; /* Zentriert Inhalte vertikal */
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0px;
  }
  
  .backgroundImage img {
    /* Zoom in */
    width: 100%; /* Passt die Breite des Bildes an den Container an */
    height: auto; /* Behält das Seitenverhältnis des Bildes bei */
     min-width: 410px; 
  }

  .backgroundImage-prices img {
    /* Zoom in */
    width: 100%; /* Passt die Breite des Bildes an den Container an */
    height: auto; /* Behält das Seitenverhältnis des Bildes bei */
   /*  min-width: 100%; */
  }

  .contact-container {
    display: flex;
    flex: 1;
    width: 100%; 
  }

  .contactMapBoxForSmallScreen{
    
    width: 84%;
    height: auto;
    margin-left: 8%;
    padding-right: 10%;
    max-height: 270px;
  }

  .center-text-on-mobile {
    text-align: center;
  }

  .contactMapBoxForSmallScreen img{
    width: 100%;
    height: 100%;;
    max-height: 270px !important;
  }

  .contact-column {
    height: 100%;
    flex: 1;
    width: 50%;
    padding: 0px 80px 40px 40px;
    box-sizing: border-box;
  }

  .contact-list {
    height: 300px;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    width: 100%;
    box-sizing: border-box;
  }

  .contact-list-item {
/*     flex: 1; */
    height: 40px;
    width: 100%;
    margin: 0px 0px px 0px;
  }

  .contact-list-item-spacer {
    /*     flex: 1; */
        height: 80px;
        width: 100%;
        margin: 0px 0px px 0px;
      }

  .contact-list-item h1 {
      font-family: 'Almoni'; 
      font-size: 2rem;

      line-height: 2rem;
      margin: 0px 0px 0px 0px;
  }

  .contact-column img {
    /* Zoom in */
    width: 100%; /* Passt die Breite des Bildes an den Container an */
    height: auto; /* Behält das Seitenverhältnis des Bildes bei */
    max-height: 100%; 
    object-fit: cover;
  }

  .callygraphy-container {
    display: flex;
    flex: 1;
    width: 100%; 
  }

  .callygraphy-column {
    height: 100%;
    flex: 1;
    width: 50%;
    padding: 0px 80px 40px 40px;
    box-sizing: border-box;
  }
  
  .logo-image {
    width: 280px;
  }

  .opening-content { 
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }
  
  .overlay img {
    max-width: 120%;
    max-height: 90%;
  }

  .circle {
    display:flex;
   /*   flex-direction: column;  */
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 350px; /* Durchmesser des Kreises */
    border-radius: 50%; /* Macht den Kreis perfekt rund */
    border: 2px solid #fff; /* Dünne weiße Linie als Rand des Kreises */
    padding: 20px; /* Abstand zwischen Inhalt und Rand des Kreises */
    box-sizing: border-box; /* Stellt sicher, dass die Breite und Höhe auch den Rand einschließen */
  /*   background-color: rgba(0, 0, 0, 0.2);  */

  }

  .circle-content {
    position: relative;
    top: 100px;
    z-index: 1; /* Stellt sicher, dass der Inhalt über dem Bild liegt */
     display: flex; 
    justify-content: center; /* Zentriert den Inhalt horizontal */
    align-items: top; /* Zentriert den Inhalt vertikal */
    color: white; /* Ändert die Textfarbe zu weiß, falls gewünscht */
  }

  .content {
    flex: 1;
    /* position: relative; */
    top: 0px;
    z-index: 1; /* Stellt sicher, dass der Inhalt über dem Bild liegt */
    /* display: flex; /* Ermöglicht die Verwendung von Flexbox zur Positionierung des Inhalts */ 
    justify-content: center; /* Zentriert den Inhalt horizontal */
    align-items: top; /* Zentriert den Inhalt vertikal */
    color: white; /* Ändert die Textfarbe zu weiß, falls gewünscht */
  }


  .textBox {
    flex: 1;
    width: 100%;
    color: white; /* Beispiel: weiße Textfarbe für bessere Lesbarkeit */
    text-align: center; /* Text wird innerhalb des Containers zentriert */
    box-sizing: border-box;
    padding-left: 20px;
   padding-right: 20px; 
  }


  .static-background-color {
    background-color: #000000; /* Beispiel: ein schönes Blau */
  }

  .rellax {
    position: relative;

  }

  .largeImage {
    top: -250px;
     width: 1800px !important
  }

  .smallOffset {
    top: -200px;
  }

  .largeOffSet {
    top: -400px !important;
  }

  .map-image {
    max-height: 500px !important;
    width: auto;
  }

  .small-hidden {
    display:none;
  }

  .koerper-balance-container {
    width: 80%;
    margin-left: 10%;
    height: 100px;
    margin-top: 200px;
  }

  .footer {
      height: 300px; 
  }

  /* Grundlegende Styling für den Sticky-Bereich */
.mobile-action-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Schatten für einen schwebenden Effekt */
  padding: 10px 0;
  z-index: 1000; /* Hoch genug, um über anderen Elementen zu sein */
  transform: translateY(100%); /* Versteckt den Bereich initial */
  transition: transform 0.3s; /* Glatte Animation beim Einblenden */
}

.mobile-action-bar.show {
  transform: translateY(0); /* Bewegt den Bereich ins Bild */
}

/* Styling für jeden Button im Sticky-Bereich */
.action-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none; /* Entfernt die Unterstreichung der Links */
  color: #333; /* Farbe des Textes */
}

.action-button img {
  width: 32px; /* Größe der Icons */
  height: 32px;
  margin-bottom: 4px; /* Abstand zwischen Icon und Text */
}

/* Beispiel für spezifisches Styling der Buttons, falls benötigt */
.call-button span, .email-button span, .instagram-button span {
  font-size: 12px; /* Größe des Textes unter den Icons */
}
