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



body {
  font-family: sans-serif;
  font-size:22px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  color:#1e6395;
  z-index: 50;
  hyphens: auto;
  word-spacing: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  word-spacing: normal;
  overflow-wrap: break-word;
}

    .grid-container {
      display: grid;
       position: sticky;
        top: 0;
      z-index: -1; 
      height: 100vh; 
      grid-template-columns: repeat(14, 1fr);
      grid-template-rows: repeat(14, 1fr);
      width: 100%;
      height: 700px;
      aspect-ratio: 1450 / 760;
      background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.3) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 1px, transparent 1px),
        url('images/Aussicht.webp');
      background-size: cover;
      background-position: center;
    }

    .logo-olympspa {
      grid-row: 1 / span 2;
      grid-column: 6 / span 3;
      padding-left: 4.3rem;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .flex-container {
      width: 100%;
      text-align: center;
      color: #1e6395;
      padding-top: 2%;
      padding-bottom: 2rem;
      background-color: white;
    }

    .flex-item1 {
      font-size: 1.8em;
      font-weight: bold;
      
    }

    .flex-item2 {
      width: 80%;
      max-width: 1300px;
      margin: 0 auto;
      font-size: 1.2em;
      text-align: justify;
      
    }

.flex-container2{
    width: 100%;
    height:100%;
    background-color: white;
   } 



    .slider-wrapper-outer {
      position: relative;
      display: flex;
      
      width: 80%;
      max-width: 1450px;
      margin: 2rem auto;
      background-color: white;
    }

    .slider {
      width: 100%;
      height: 400px;
      position: relative;
      overflow: hidden;
    }

    .slide {
      width: 100%;
      height: 100%;
      object-fit: contain;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.5s ease;
      user-select: none;
    }

    .slide.active {
      opacity: 1;
      position: relative;
    }

    .slider-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background-color: transparent;
      color: white;
      border: none;
      cursor: pointer;
      padding: 0.75rem 1.25rem;
      font-size: 1.8rem;
      border-radius: 5px;
      transition: color 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1e6395;;
    }

    .slider-nav-btn:hover {
      color: #1e6395;
    }

    .slider-nav-btn svg {
      width: 36px;
      height: 36px;
      stroke-width: 3;
      color: currentColor;
    }

    .slider-nav-btn.prev {
      left: 0;
      color: #1e6395;;
    }

    .slider-nav-btn.next {
      right: 0;
      color: #1e6395;;
    }



    .flex-container3 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 3% 5%;
      background-color: #efeae8;
      gap: 20px;
    }

    .flex-item3,
    .flex-item4 {
      flex: 1 1 45%;
      min-width: 300px;
      max-width: 48%;
    }

    .flex-item3 {
      position: relative;
      overflow: hidden;
      aspect-ratio: 4 / 3;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
    }

    .custom-slider {
      width: 100%;
      height: 500px;
      position: relative;
      overflow: visible;
    }

    .custom-slide {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.5s ease;
      user-select: none;
    }

    .custom-slide.custom-active {
      opacity: 1;
      position: relative;
    }

    .custom-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: transparent;
      color:#1e6395;
      border: none;
      cursor: pointer;
      padding: 0.75rem 1.25rem;
      z-index: 10;
      border-radius: 5px;
      transition: color 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      
    }

    .custom-nav-btn:hover {
      color: #ddd;
    }

    .custom-nav-btn svg {
      width: 36px;
      height: 36px;
      stroke-width: 3;
      color: currentColor;
    }

    .custom-nav-btn.custom-prev {
      left: -70px;
    }

    .custom-nav-btn.custom-next {
      right: -70px;
    }

 
    .flex-container5 {
        width: 100%;
        max-width: 100%;
        padding: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #efeae8;
        flex-wrap: wrap;
    }

    .third-slider {
      width: 90%;
      max-width: 1450px;
      aspect-ratio: 1450 / 700;
      position: relative;
      overflow: hidden;
      margin: 0 auto;
      background-color: white;
    }

    .third-slide {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.5s ease;
      user-select: none;
      background-color: white;
    }

    .third-slide.third-active {
      opacity: 1;
      position: relative;
    }
 

    .flex-item4 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-left: 3.2%;
      hyphens:auto;
      word-spacing:normal;
      overflow-wrap:break-word;
    }

    p {
      color: #1e6395;
      width: 90%;
      text-align: justify;
      font-size: 1.2em;
      line-height: 1.6;
      margin-bottom: 20px;
    }




    @media (max-width: 1450px) {
      .slider-wrapper-outer {
        width: 95%;
      }
      .slider-nav-btn.prev {
        left: -30px;
      }
      .slider-nav-btn.next {
        right: -30px;
      }

      .slider,
      .custom-slider,
      .third-slider {
        aspect-ratio: 16 / 9;
        height: auto;
      }

      .flex-item1 {
        font-size: 1.4em;
      }

      .flex-item2 {
        font-size: 1em;

      }

      p {
        font-size: 1em;
      }

      .flex-item3,
      .flex-item4 {
        max-width: 100%;
      }
    }

    @media (max-width: 768px) {
      .slider-nav-btn.prev {
        left: 5px;
      }
      .slider-nav-btn.next {
        right: 5px;
      }
      .slider-nav-btn svg,
      .custom-nav-btn svg {
        width: 28px;
        height: 28px;
      }

     
    }

    @media (max-width: 480px) {
      .slider-nav-btn,
      .custom-nav-btn {
        padding: 0.4rem 0.6rem;
        font-size: 1.2rem;
      }
      .slider-nav-btn svg,
      .custom-nav-btn svg {
        width: 24px;
        height: 24px;
      }
    }



      .flex-container4{
        width: 100%;
        height: 700px;
        background-color: aqua;
}

.grid-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.grid-container2 {
  display: grid;
  width: 1450px;
  height: 700px;
  background-color: #efeae8;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(20, 1fr);
  padding-left: 5rem;
  transform-origin: top left;
  transition: transform 0.2s ease;
  font-size: 30px;
}

@media (max-width: 1450px) {
  .grid-container2 {
    transform: scale(calc(100vw / 1450));
  }
}

.flex-item5 {
  background-color: #7236bc;
  grid-row-start: 2;
  grid-row-end: 20;
  grid-column-start: 3;
  grid-column-end: 10;
  background-image: url('images/Greekmeal2.webp');
  background-size: cover;
  background-position: center;
}

.flex-item6{
    background-color: #f2e5d5;
    background-image: url('images/greekmeal3.webp');
    background-size: cover;
    background-position: center;
    grid-row-start: 6;
    grid-row-end: 20;
    grid-column-start: 11;
    grid-column-end: 17;
    }

.flex-item7{
    grid-row-start: 3;
    grid-column-start: 11;
    grid-column-end:17;
    text-align: justify;
    hyphens: auto;
    word-spacing:normal;
    overflow-wrap: break-word;
    }

.-grid-wrapper2 {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.-grid-container2 {
  display: grid;
  width: 1450px;
  height: 700px;
  background-color: #efeae8;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(20, 1fr);
  padding-left: 5rem;
  transform-origin: top left;
  transition: transform 0.2s ease;
  font-size: 30px;
}

@media (max-width: 1450px) {
  .-grid-container2 {
    transform: scale(calc(100vw / 1450));
  }
}

.-flex-item5 {
  background-color: #7236bc;
  grid-row-start: 2;
  grid-row-end: 20;
  grid-column-start: 11;
  grid-column-end: 17;
  background-image: url('images/t1.webp');
  background-size: cover;
  background-position: center;
}

.-flex-item6{
    background-color: #f2e5d5;
    background-image: url('images/t2.webp');
    background-size: cover;
    background-position: center;
    grid-row-start: 2;
    grid-row-end: 14;
    grid-column-start: 3;
    grid-column-end: 10;
    }

.-flex-item7{
    grid-row-start: 17;
    grid-column-start: 3;
    grid-column-end:10;
    text-align: justify;
    }

.flex-container5 {
  width: 100%;
  max-width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efeae8;
  flex-wrap: wrap;
}

.third-slider {
  width: 90%;
  max-width: 1450px;
  aspect-ratio: 1450 / 700;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color: white;
}

@media (max-width: 1450px) {
  .third-slider {
    aspect-ratio: 16 / 9;
    width: 95%;
  }
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.book-container {
  width: 100%;
  max-width: 1450px;
  aspect-ratio: 2 / 1.4;
  margin: 2rem auto;
  position: relative;
  min-height: 700px;
}

.flex-container6 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      min-width: 70%;
      height: 700px;
      background-color: #7236bc;
      background-image: url('images/greekwedding.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
.flex-container10{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    background-color: white;
    gap:1rem;
    padding-top: 9%;
    
    }
.flex-item10{
    width: 160px;
    border: solid 1px #1e6395;
    color:#1e6395;
    font-size: 14px;
    padding-top: 0.7%;
    padding-bottom: 0.7%;
    text-align: center;
    margin-left: 1%;
    background-color: transparent;
     }
.flex-item11{
    width: 700px;
     align-self: center;
    font-size: 13px;
    text-align: center;
    

     }

     .flex-container12{
        width:100%;
        height:100%;
        background-color: white;
        
        }

 #whatsapp-trigger {
      position: absolute;
      top: 55vh;  
      left: 0;
      width: 1px;
      height: 1px;
    }

  
    .whatsapp-icon {
      position: fixed;
      top: 55vh;
      left: 2%;
      width: 50px;
      height: 50px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 1000;
    }


    .whatsapp-icon.visible {
      opacity: 1;
      pointer-events: auto;
    }







.whatsapp-link{
  width: 200px;
  height:30px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  
  text-decoration: none;

 }


  .flex-containera {
      width: 100%;
      color: #1e6395;
      background-color:#efeae8;
      overflow: visible;
      display: flex;
    flex-direction: column;
    justify-content: flex-start;
   align-items: flex-start; 
   height: 335px;
   text-align: center;
   align-content: flex-start;
   overflow: visible;
   position: relative;
   
    }

    .flex-item1a {
      font-size: 23px;
      font-weight: bold;
      padding-bottom: 2%;
      margin-top: 9%;
      margin-left: 6%;
    }

    .flex-item2a {
      width: 80%;
      max-width: 1300px;
      margin-left: 15%;
      font-size: 21px;
      text-align: justify;
      padding-bottom: 2%;
      
    }

  .flex-containerb {
      width: 100%;
      text-align: center;
      color: #1e6395;
      padding-top: 2.6%;
      padding-bottom: 2.2rem;
      background-color: white;
      hyphens: auto;
      word-spacing:normal;
      overflow-wrap:break-word;
    }

    .flex-item1b {
        font-size:23px;
      font-weight: bold;
      padding-bottom:1%;
      
    }

    .flex-item2b {
      width: 80%;
      max-width: 1300px;
      margin: 0 auto;
      font-size: 21px;
      text-align: justify;
      
    }


  .flex-containerc {
      width: 100%;
      text-align: center;
      color: #1e6395;
      padding-top: 2.6%;
      padding-bottom: 2.2rem;
      background-color: white;
    }

    .flex-item1c {
        font-size: 1.4em;
      font-weight: bold;
      padding-bottom:1%;
      
    }

    .flex-item2c {
      width: 80%;
      max-width: 1300px;
      margin: 0 auto;
      font-size: 1.2em;
      text-align: justify;
      
    }


  .flex-containerd {
      width: 100%;
      text-align: center;
      color: #1e6395;
      padding-top: 2.9%;
      padding-bottom:0.2%;
      background-color: white;
    }

    .flex-item1d {
        font-size: 1.4em;
      font-weight: bold;
      padding-bottom:1%;
      
    }

    .flex-item2d {
      width: 80%;
      max-width: 1300px;
      margin: 0 auto;
      font-size: 1.2em;
      text-align: justify;
      
    }

 .flex-containere {
      width: 100%;
      text-align: center;
      color: #1e6395;
      padding-top: 1.2%;
      padding-bottom:4%;
      background-color: white;
    }

    .flex-item1e {
        font-size: 1.4em;
      font-weight: bold;
      padding-bottom:1%;
      
    }

    .flex-item2e {
      width: 80%;
      max-width: 1300px;
      margin: 0 auto;
      font-size: 1.2em;
      text-align: justify;
      
    }


  #mapModal {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  #mapModalContent {
    
    width: 400px;
    height: 300px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
  }
  #mapModalClose {
   
    top: 8px; right: 12px;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    user-select: none;
  }

   .contato{
width: 130px;
height: 40px;
margin-top: 1.8rem;
margin-right: 5%;

  }


 .zusatz{
  width: 200px;
  height: 130px; 
  display: flex;
  flex-direction: column;
  font-size: 4px; 
  background-color: transparent;
  margin-right:8%;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
 }


.zusatz1{
  width: 200px;
  height:30px;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding-bottom: 6%;
  background-color: transparent;
  margin-right: 15%;
  font-weight: 500;
 }

.zusatz2{
  width: 200px;
  height:30px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: transparent;
 }

.zusatz3{
  width: 200px;
  height:30px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding-bottom: 2rem;
  background-color: transparent;
  font-weight: 400;
 }





.zusatzb{
  width: 200px;
  display: flex; 
  flex-direction: column;
  font-weight: 100;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
 }


.flex-item12{
  display: flex;
  flex-direction: row; 
  gap: 3rem; 
  width: 100%;
  padding-left: 21.5%;
  background-color: #efeae8;
  font-family: 'Montserrat', sans-serif;
  
  }

.whatsapp-link{
    color: #1e6395;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
  }

.zusatz2{
    color: #1e6395;
    font-size: 14px;
    text-decoration: none;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
  }

.zusatz3{
    color: #1e6395;
    font-size: 14px;
    text-decoration: none;
      font-weight: 200;
      font-family: 'Montserrat', sans-serif;
  }



    .l-flexbox{
    height: 170px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #efeae8;
      }

.l-item{
   
     background-image: url('images/logo-olympspa.webp'); 
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
  width: 6rem;
  height: 6rem;
     }
   


















.reservebereich {
  width: 53%;
  height: 80px;
  background-color: #ffffff;
  z-index: 3;
  display: flex;
  flex-direction: row;
  padding-top: 0.7%;
  border: solid 0.2px black;
  margin-left: 24%;
  margin-top: -3%;
  position: absolute;
  box-sizing: border-box;
  flex-wrap: nowrap;
  overflow: hidden;
}

.inhalt1,
.inhalt2,
.inhalt3 {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
}

.inhalt1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 10%;
  height: 10px;
  gap: 0.4rem;
  text-align: start;
  margin-left: 1rem;
}

.inhalt2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  
  display: flex;
  flex-direction: column; 
  align-items: center; 
  
}

.Datum,
.partida {
  height: 40px;
  font-size: 10px;
  width: 60px;
  background-color: #ffffff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  color: #1e6395;
  text-align: start;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.line,
.line2 {
  margin-bottom: 40%;
  height: 60px !important;
  flex-shrink: 0;
}

.inhalt3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-align: start;
  margin-left: 4%;
}

.quantos {
  font-size: 10px;
  border: none;
  background-color: transparent;
  color: #1e6395;
  width: 90px;
  padding: 4%;
  text-align: start;
  box-sizing: border-box;
}

.quantos::placeholder {
  color: #1e6395;
  opacity: 1;
}

.btn-reserve {
  margin-top: 0.8rem;
  margin-right: 0.6rem;
  text-align: center;
  font-size: 10px;
  color: white;
  background-color: #1e6395;
  width: 90px;
  border: none;
  flex-shrink: 0;
  height: 30px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; 
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}















.navx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap; 
  gap: 1rem;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.nav-link2x {
  text-decoration: none;
  color: white;
  font-weight: 500;
  flex-shrink: 1;
  font-size: clamp(0.5rem, 1vw, 1rem); 
  padding: 5px 8px;
  white-space: nowrap;
}

.bild{
  height: 700px;
  width:100%;
  background-image: url('images/panor.webp'); 
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
}


.flexitemc {
  border: solid 1px #1e6395;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 2%;
  padding-right: 2%;
  color: #1e6395;
  margin-top: 4rem;
  transition: all 0.3s ease; 
}

.flexitemc:hover,
.flexitemc:active {
  background-color: #1e6395;
  color: #ffffff;
  cursor: pointer;
}

.flexitemca {
  border: solid 1px #1e6395;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  padding: 1% 2%;
  color: #1e6395;
  margin-top: 4rem;
  transition: all 0.3s ease;
}

.flexitemca:hover,
.flexitemca:active {
  background-color: #1e6395;
  color: #ffffff;
  cursor: pointer;
}


.flexitemca {
  margin-top: 10rem;
}


.button-news{
  color: #1e6395;
  text-decoration:none;
}


.icon-example {
  position: absolute;
  left: 50vw;
  transform: translateX(-50%);
}

.flex-containerx {
  background-color: transparent;
  color: white;
  transition: background-color 0.3s, color 0.3s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}


.flex-containerx a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}


.weisse-liniex {
  border: 1px solid white;
  transition: border-color 0.3s;
}


.flex-containerx:hover {
  background-color: white;
  color:#1e6395;
}

.flex-containerx:hover a {
  color: #1e6395;
}

.flex-containerx:hover .weisse-liniex {
  border-color: #1e6395;
}


.flex-containerx.scrolled {
  background-color: white;
  color: #1e6395;
}

.flex-containerx.scrolled a {
  color: #1e6395;
}

.flex-containerx.scrolled .weisse-liniex {
  border-color: #1e6395;
}
.whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
}

.whatsapp.visible {
  opacity: 1;
  visibility: visible;
}



.flex-containerx {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 0.6rem;
  background-color: transparent;
  height: 160px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  color: white;
  margin-bottom: 170px;
  transition: background-color 0.3s ease, color 0.3s ease;
}


.SPRACHENx {
  background-color: transparent;
  width: 270px;
  position: fixed;
  z-index: 20;
  font-size: 12px;
  text-decoration: none;
  margin-left: 80%;
  margin-top: 4%;
}




.item1x {
  width: 8rem; 
  height: 8rem; 
  background-image: url('images/logo-olympspa.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 40;
  padding-bottom: 3rem;
  margin-left: 0;
}



.weisse-liniex {
  border: none;
  height: 1.5px;
  background-color: white;
  width: 100vw;
  margin-top: 7.9rem; 
  position: absolute;
  z-index: 30;
  transition: background-color 0.3s ease;
}


.navx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1%;
  color: white;
  background-color: transparent;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 0px; 
   font-weight: 300;
}


.nav-link2x {
  text-decoration: none;
  color: white;
  font-weight: 300;
  flex-shrink: 1;
  font-size: clamp(0.5rem, 1vw, 1rem);
  padding: 5px 8px;
  white-space: nowrap;
  background-color: transparent;
   font-weight: 300;
}

.nav-linkssx {
  color: white;
  font-size: 14px;
  text-decoration: none;
  background-color: transparent;
   font-weight: 300;
}


.flex-containerx.scrolled,
.flex-containerx:hover {
  background-color: white !important;
  color: #1e6395 !important;
}

.flex-containerx.scrolled .nav-link2x,
.flex-containerx:hover .nav-link2x {
  color: #1e6395 !important;
}

.flex-containerx.scrolled .nav-linkssx,
.flex-containerx:hover .nav-linkssx {
  color: #1e6395;
}

.flex-containerx.scrolled .weisse-liniex,
.flex-containerx:hover .weisse-liniex {
  background-color: #1e6395;
}

.mein-button {
  border: 1px solid #1e6395;
  background-color: transparent;
  color: #1e6395;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.flex-item7 {
  font-size: 21px;
  
}

.flex-item1c{
  font-size: 23px;
  padding-top: 5%;
}


.flex-item2c{
  font-size: 21px;
  padding-bottom: 6%;
}


.-flex-item7{
  font-size: 21px;
  padding-bottom: 3%;
}

.flex-item1d{
  font-size: 23px;
  padding-top: 3%;
}

.flex-item2d{
  font-size: 21px;
  padding-bottom: 3%;
}


.flex-item1e{
  font-size: 23px;
  padding-top: 3%;
}

.flex-item2e{
  font-size: 21px;
  padding-bottom: 3%;
}

.flex-item2a{
  margin-bottom: 4%;
}


.mein-button {
  border: 1px solid #1e6395;
  background-color: transparent;
  color: #1e6395;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.mein-button:hover,
.mein-button:focus {
  background-color: #1e6395;
  color: white;
}

.mein-button:active {
  transform: scale(0.97);
}


.flex-item10 {
  border: 1px solid #1e6395;
  background-color: transparent;
  color: #1e6395;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.flex-item10:hover,
.flex-item10:focus {
  background-color: #1e6395;
  color: white;
}

.flex-item10:active {
  transform: scale(0.97);
}









.footer-flexbox-wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 900px;
  justify-content: center;
  background-color:#efeae8;
}


.footer-flexbox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15%;
    width: 100%;
    height: 400px;
    background-color:#efeae8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
 }

.footer-item1{
    background-color: #efeae8;
    width: 10%;
    height: 100%;
     display: flex;
    flex-direction: column;
    align-items: left;
    
    
     }

.footer-item2{
    background-color:#efeae8;
    width: 10%;
    height: 100%;
     }

.footer-item3{
    background-color:#efeae8;
    width: 10%;
    height: 100%;
     }

.footer-item4{
    background-color:#efeae8;
    width: 10%;
    height: 100%;
     }

.footer-content1{
      font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: larger;
  padding-bottom: 1.5rem;
  color: #1e6395;
}

.olymp-logo{
  align-self: center;
  width: 8rem;
}

.chales{
  color: #1e6395;
  text-decoration: none;
  }
  
  
.footer-item2{
  white-space: nowrap;
}




