/* styleIn.css */
.gallery-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 1rem 0;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.gallery-scroll .gallery-item {
    flex: 0 0 auto;
    width: 300px; 
    height: 800px;
}

.gallery-scroll img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.gallery-scroll::-webkit-scrollbar {
    height: 8px;
}

.gallery-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.gallery-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.gallery-scroll::-webkit-scrollbar-thumb: hover {
    background: #aaa;
}{}.location-btn span {
  margin-left: 10px;
  font-size: 1.2rem;
}

.location-btn:hover {
  background-color: #00948d;
}

.location-right iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .location-section {
    flex-direction: column;
    height: auto;
  }

  .location-left,.location-right {
    flex: 1 1 100%;
    height: 300px;
  }

  .location-btn {
    bottom: 20px;
    left: 20px;
  }
}{}.location-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
}

.location-left,.location-right {
  flex: 1 1 50%;
  position: relative;
  height: 500px;
}

.location-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #00b5ad;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease;
  font-size: 1rem;
}{}:root {
  --accent: #2b1a14;
  --accent-contrast: #2b1a14;
  --muted: #2b1a14;
  --radius: 14px;
  --card-pad: 32px;
  --container-max: 1200px;
}

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px;
}

.contact-card .card-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
  background: #ffffff;
  padding: var(--card-pad);
  border-radius: var(--radius);
  box-shadow: 0 6px 20px rgba(12,12,12,.06);
}

.contact-card .left .eyebrow {
  color: var(--accent);
  font-weight: 700;
  font-size: .90rem;
  margin-bottom: 8px;
  text-transform: none;
}

.contact-card .left .headline {
  font-size: 2.0rem;
  line-height: 1.05;
  margin: 0 0 14px 0;
  color: #111;
  font-weight: 600;
}

.contact-card .left .lead {
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.6;
}

.ctas {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}{}@media (max-width: 980px) {
  .contact-card .card-inner {
    grid-template-columns: 1fr;
  }
  .contact-card .right {
    order: 2;
  }
  .contact-card .left {
    order: 1;
  }
 
  .contact-card .hours dt,.contact-card .hours dd {
    float: none;
    margin-left: 0;
  }
}{}.btn {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.contact-card .btn-primary {
  background: #2b1a14 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  font-size: .95rem;
  display: inline-block;
  text-decoration: none;
  transition: background .3s ease;
}

.contact-card .btn-primary: hover {
  background: #1f130e !important; 
}

.link-secondary {
  color: #444 !important; 
  text-decoration: none;
  font-weight: 600;
  padding-left: 4px;
}

.contact-card .right {
  text-align: left;
}
.contact-card .right h4 {
  margin: 0 0 6px 0;
  color: #2b1a14 !important;
  font-size: 1rem;
  font-weight: 700;
}
.contact-card address {
  font-style: normal;
  margin-bottom: 10px;
  color: #2b1a14;
}

.contact-card .hours dt {
  float: left;
  width: 70px;
  font-weight: 700;
}
.contact-card .hours dd {
  margin-left: 80px;
  margin-bottom: 8px;
  color: var(--muted);
}{}.recruit-banner .btn-primary {
  background: #22d1b2 !important;
  color: #fff;
  text-decoration: none;
  padding: .9rem 1.8rem;
  border-radius: 999px !important;
  font-weight: 500;
  font-size: 1rem;
  transition: .3s ease;
  border: none;
}

.recruit-banner .btn-secondary {
  background: none !important;
  color: #57453e !important;
  text-decoration: none;
  padding: .9rem 1.8rem;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid #fff;
  transition: .3s ease;
}

.recruit-banner .btn-primary: hover {
  background: #006f57;
}

.recruit-banner .btn-secondary: hover {
  background: #fff;
  color: #00856a;
}

  .recruit-banner h2 {
    font-size: 1.6rem;
  }
}{}.recruit-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image: url("/files/images/SAA.png");
  background-size: cover;
  background-position: right center;
  border-radius: 20px;
  overflow: hidden;
  min-height: 200px;
  margin: 3rem auto;
  padding: 3rem;
  max-width: 1200px;
  color: #111;
}

.recruit-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
}

.recruit-banner .content {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: 3rem;
  text-align: left;
}

.recruit-banner h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #57453e !important;;
  margin-bottom: 1rem;
}

.recruit-banner p {
  font-size: 1.1rem;
  color: #57453e !important; 
  margin-bottom: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}

.recruit-banner .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}{}.gallery-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;

  .scroll-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1rem;
    scrollbar-width: none;
  }
  .scroll-wrapper::-webkit-scrollbar { display: none; }

    img {
      width: 280px;
      height: 200px;
      object-fit: cover;
      border-radius: 12px;
      flex-shrink: 0;
    }

  .arrow {
    background: rgba(0,0,0,.4);
    color: white;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
  }
  .arrow:hover { background: rgba(0,0,0,.6); }
  .left { position: absolute; left: -10px; }
  .right { position: absolute; right: -10px; }
}{}.location-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-color: #22d1b2;
  color: #fff;
  padding: .4rem 1rem;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 500;
}

.service-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4rem auto;
  max-width: 1000px;
  gap: 2rem;
}

.service-grid div {
  flex: 1;
  min-width: 200px;
}

.service-grid p {
  margin: .5rem 0;
  color: #57453e;
  font-weight: 600;
}{}.location-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin: 4rem auto;
  flex-wrap: wrap;
  max-width: 1200px;
}

.location-text {
  flex: 1;
  min-width: 320px;
}

.location-text h5 {
  font-weight: 700;
  color: #2b1a14 !important;
  margin-bottom: .5rem;
}

.location-text h2 {
  font-size: 2rem;
  line-height: 1.3;
  color: #2b1a14;
  margin-bottom: 1rem;
}

.location-text p {
  color: #2b1a14;
  line-height: 1.6;
}

.cta-buttons {
  margin-top: 1.5rem;
}

.btn-dark {
  background-color: #2b1a14;
  color: white;
  padding: .6rem 1.2rem;
  border-radius: 999px !important;
  text-decoration: none;
  font-weight: 600;
}

.btn-light {
  background: transparent;
  color: #2b1a14;
  padding: .6rem 1.2rem;
  text-decoration: none;
  font-weight: 600;
  margin-left: 1rem;
}

.location-image {
  flex: 1;
  min-width: 320px;
  position: relative;
}

.location-image img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 4px 12px rgba (0,0,0,.15);
}{}.ce_sliderStart h3,.openinghours p em,.home-headline .fa,h3,.ce_downloads a:hover .downloadicon,.footercontainer .mod_eventlist a:hover,p.footerIcons a:hover:after,p.socialIcons a:hover:after,p.teamIcons a:hover:after,p.info a:hover,.mainnavi .level_1 a:hover,.mainnavi .level_1 span:hover,.home-headline .fa,.button-menu .fa{color:#76be2c}#footer .submit{color:#76be2c}.ce_accordion .toggler:before,#header .mainnavi  ul.level_2 li a:hover,#header .mainnavi  ul.level_2 li span:hover,.mainnavi ul.level_2 > .active span.active,.mainnavi ul.level_2 > .trail a.trail,.mainnavi ul.level_2 > .forward span.forward,.fa-white .fa:hover,.home #newsletter input.submit,#slider .page-scroll em,.dark-bg,#slider .slider-control a.slider-prev:before,#slider .slider-control a.slider-next:after,.slider-control a.slider-prev:before,.slider-control a.slider-next:after,.pagination li span:hover,.pagination li a:hover,.overlay-menu,input.submit:hover,a.btn:hover,.mod_eventlist div.header a:hover,p.more a:hover,p.back a:hover,div.overlay-textinput .submit,.bluebanner a.btn,.newstxt p.more a:hover,p.more a:hover,p.back a:hover,footer .footercontainer,footer .footercontainer  .container,.home .topbar,.topbar{background-color:#2d2b2d}.rightblock h3,h1:before,h1:after{border-bottom:1px solid #76be2c}.home .topbar,.topbar{border-bottom:2px solid #76be2c}.h3Stripe h3:after,.h3Stripe h3:before,.ce_accordion .toggler:hover:before,.ce_accordion .toggler.active:before,.ce_gallery figure:after,table.calendar td.active,.iconTrans img,.fa-white .fa,p.more a:hover,p.back:hover,#willkommen .image_container,.mod_quicknav select,#footer input.submit,#header .mainnavi ul.level_2,#header .mainnavi ul.level_3,.ce_accordion .toggler:hover,.ui-accordion-icons.active,.mod_eventlist div.header a,p.more a,p.back a,.newstxt p.more a,p.back,input.submit:before,a.btn,.contact-home,.gallery-home .image_container,input.submit,.icon .fa,.bg-fixed .img-responsive,.clients .fa,.team .image_container:hover,.mod_faqreader p.info,.layout_upcoming time,.mod_newsreader p.info,.layout_latest p.info,.mod_eventreader  p.info,.news .info,.event .header{background-color:#76be2c}footer .mod_navigation li a:hover,footer .mod_navigation li span:hover,footer .mod_navigation li a.active,footer .mod_navigation li span.active,footer .mod_navigation li span.trail,footer .mod_navigation li a.trail,.topnavi a:hover,.topnavi  a:focus,header input.submit,a:active,a:hover,.level_1 > li:hover,#slider .slider-control a.slider-prev:hover:before,#slider .slider-control a.slider-next:hover:after,.slider-control a.slider-prev:hover:before,.slider-control a.slider-next:hover:after,.orange,.slider-control .slider-menu b.active,.footercontainer .fa{color:#76be2c;text-shadow: none}figure.image_container figcaption,h1,h2,#footer .submit:hover,.fa,p.socialIcons a:after,.team p.socialIcons a:hover:after{color:#2d2b2d}a{color:#353535;text-shadow: none}.OutsideIn,.OutsideIn p,.OutsideIn h2{color:#2d2b2d}.InsideOut,.OutsideIn,.service-home,.clients{background-color:#e9e9ea}