/*Farbschema Patina*/

:root {
  --bgd-1:rgb(184,156,156);
  --bgd-2:rgb(228,185,185);
  --bgd-3:rgb(69,34,34);
  --background-color: rgb(69,34,34);
  /* --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: 3em; /* Größe des Willkommenstexts anpassen */
   color: #221133; 
   font-weight: 200;
   font-style: normal;
   font-family: 'Playfair Display'; 
 }

 p {
   font-size: 0.4em; /* Größe des Willkommenstexts anpassen */
   color: #221133; /* Weiße Textfarbe */
   font-family: 'Futura LT Light';
   line-height: 1.6em;
   letter-spacing: 1px;
 }

 .info-text {
  font-size: 1.5em;
  color: white;
  
}

.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, .section-seperator{
    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 */
} 


.attention-section, .info-section, .callygraphy-section, .contact-section, .opening-section, .koerper-balance-section, .add-info-section, .career-section {
    display: flex; /* Aktiviert Flexbox */
  /*   align-items: center; /* Zentriert die Inhalte vertikal */ 
  flex-direction: column;  
  justify-content: flex-start; 
    width: 100%;
    height: 500px; 
    position: relative;
    overflow: hidden;
    margin: 1px 0px;
    
  /*   flex-wrap: wrap; /* Erlaubt den Elementen, in die nächste Zeile zu rutschen, falls notwendig */ 
}

.attention-section {
  height: 400px; 
}

.career-section{
  height: 320px;
}

.prices-section {
  height: 500px;
}

.section-seperator {
  height: 120px;
}

.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: 700px; 
  position: relative;
  overflow: hidden;
  flex-wrap: wrap; /* Erlaubt den Elementen, in die nächste Zeile zu rutschen, falls notwendig */
}

.opening-section {
  height: 400px; 
}

.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: 80%;
 /*  margin-left: 50px; */
  margin-right: 50px;
  margin-bottom: 50px;
  transform: translate(10%, 0);
}

.calligraphyImageContainer {
  height: 300px;
  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: 50%;
  height: auto;
}

.prices, .contact{
   display: flex;
   flex-direction: column;
   align-items: center; 
   justify-content: flex-start;
   width: 100%;
}

.prices-header, .contact-header, .callygraphy-header {
 /*   flex: 1; */
   height: 50px; 
}

.prices-list-container {
  flex: 1;
  width: 100%;
  padding: 80px 0px 0px 0px;
  box-sizing: border-box; /* Damit es nicht überlappt */
}

.prices-list {
  display: flex;
  width: 100%;
  padding-right: 80px;
  box-sizing: border-box;
}

.prices-list-column  {
  height: 100%;
  flex: 1;
  width: 50%;
  margin: 0px 0px 0px 80px

}

.prices-list-item, .prices-list-item-half {
 /*  height: 50px; */
  width: 100%;
  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: 700px; /* Passt die Breite des Bildes an den Container an */
    height: auto; /* Behält das Seitenverhältnis des Bildes bei */
   /*  min-width: 100%; */
  }

  .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%; 
  }

  .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-text {

  }
  
  .logo-image {
    width: 350px;
  }
  
  .circle {
    
   /*   flex-direction: column;  */

    width: 400px; /* Durchmesser des Kreises */
    height: 400px; /* 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);  */
  animation: revealCircle 1.5s ease-out forwards ;
  
  }

  @keyframes revealCircle {
    0% {
      clip-path: circle(0% at 50% 100%);
  }
  25% {
      clip-path: circle(20% at 50% 90%);
  }
  50% {
      clip-path: circle(40% at 50% 75%);
  }
  75% {
      clip-path: circle(60% at 50% 60%);
  }
  100% {
      clip-path: circle(50% at 50% 50%);
  }
}

  .circleContainer  {

    height: 100%;
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    top:30px;
    position: relative;
  }

  .circleItem {
    flex:1;
    text-align: center;
    top:-50px;   
  }

  .circleItem h1 {
    color:#fff;
    font-family: "Yanone Kaffeesatz";
    font-size: 1.5rem;
  }

  .circle-content {
    position: relative;
    height: 50px;
    top: 50px;
    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 {
    /* 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: 100px;
   padding-right: 100px; 
  }

.title {
  margin-top:40px;
}

.opening-content {
  position: absolute;
  z-index: 1; /* Stellt sicher, dass der Inhalt über dem Bild liegt */
  padding-left: 25%;
  padding-right: 25%;
  text-align: center;
  width: 50%;
}

.opening-text {
  color: #ffffff;
}

.opening-list {

    /*  height: 300px; */
     display: flex;
   /*   flex-direction: column; */
    /*  align-items: center; 
     justify-content: center; */
     width: 100%;
     padding-right: 80px;
     box-sizing: border-box;

}

.koerper-balance-container {
  width: 60%;
  margin-top: 50px;
  margin-left: 20%;
  height: 200px;
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  z-index: 10;
}

.koerper-balance-container img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 15px;
}

.koerper-balance-textBox {
  height: 80px;
 /*  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: 100px;
  padding-right: 100px; 
  z-index: 10;

}

.koerper-balance-textBox p {
  font-size: 2em;
  color: white;
}

.opening-list-item {
  width: 100%;
  display: flex;  
  justify-content: space-between; 
  width: 100%; 
}

.opening-list-text {
  font-family: 'Futura LT Light'; 
  font-size: 1.3em;
  /* line-height: 0.2rem; */
  margin: 0px 0px 0px 0px;
  color:#ffffff;
  
}

.splitImageView-content {
  display:flex;
  text-align: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.splitImageView-icon {
}

.splitImageView-icon img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.splitImageView-text {
  display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
}

.splitImageView-text h1 {
  color:#fff;
  font-family: "Yanone Kaffeesatz";
  font-size: 2rem;
  text-decoration: none; /* Entfernt die Unterstreichung */
}

.splitImageView-text {
  text-decoration: none; /* Entfernt die Unterstreichung */
}


.opening-list-text-right {
  text-align: right;
}

.backgroundImage-opening {
  transform: scale(1.5);
}

.static-background-color {
    background-color: #000000; /* Beispiel: ein schönes Blau */
  }

.footer {
  flex-direction: column;  
  justify-content: flex-start; 
    width: 100%;
    height: 100px; 
    position: relative;
    overflow: hidden;
    margin: 1px 0px;
}

.footer-links {
  height: 80px;
 /*  flex: 1; */
  width: 100%;
  margin-top: 50px;
  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: 100px;
  padding-right: 100px; 
  z-index: 10;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Bringt das Overlay nach ganz vorne */
  opacity: 0;
  transition: opacity 0.5s; /* Fade-Effekt */
}

.overlay img {
  max-width: 90%;
  max-height: 90%;
}


.footer-links a{
  color: rgba(255, 255, 255, 0.4); /* Farbe des Links */
  text-decoration: none; /* Entfernt die Unterstreichung */
}

  .rellax {
    position: relative;
       
  }

  .largeImage {
    top: -250px;
     width: 1800px !important
  }

  .smallOffset {
    top: -200px;
  }

  .largeOffSet {
    top: -400px !important;
  }

  .map-image {
    max-height: 500px !important;
    width: auto;
  }

  .show-only-mobile {
    display: none;
  }
  
  /* Media Query für kleinere Bildschirme */
@media (max-width: 900px) {
  
  .top-section {
    height: 800px;
  }
  
  .largeImage {
    top: -250px;
    width: 2300px !important
  }

  .circle-content {
    top:100px
  }

  .circle {
    width: 600px;
    height: 600px;
    display:flex;
  }

  .split-container, .split-container-center {
    width: 100%; /* Lässt die Container die volle Breite einnehmen */
    margin: 0 0 0px 0; /* Fügt unten einen Abstand hinzu, entfernt seitlichen Abstand */
    flex-basis: 100%;
    height: 33%;
  }

  .section-split {
    height: 900px;
  }
}

@media (max-width: 1550px ) {
  .prices-list-item-half {
    width: 320px;
  }
}


@media (min-width: 1800px) {
  .largeImage {
    top: -250px;
    width: 100% !important
  }
  .backgroundImage img {
    /* Zoom in */
    width: 100%; 
    height: auto;
    top: -130px;
   /*  min-width: 100%; */
  }

  .backgroundImage-large img {
    /* Zoom in */
    width: 100%; 
    height: auto;
    top: -330px;
   /*  min-width: 100%; */
  }
}

/* CSS für das Einfaden */
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s linear;
}

.visible {
  visibility: visible;
  opacity: 1;
}