
  .r01lsmenulist-menu:hover .dropdown-content-r01ls {
    display: flex;
    flex-direction: column;
  }
  .r01lsmenulist-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff !important;
    border-bottom: 1px solid #ddd;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
  }
  .r01lsmenulist-menu:hover {
    background-color: #e0e0e0;
    border-radius: 5px;
    color: #000 !important;
    cursor: pointer;
  }
  .r01lsmenulist-menu:hover > a {
    color: #000 !important;
  }

  .r01lsmenulist-menu > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff !important;
  }

  .dropdown-content-active-r01ls {
    background-color: #e0e0e0;
    border-radius: 5px;
    color: #000 !important;
    cursor: pointer;
  }

  .dropdown-content-active-r01ls > a {
    color: #000 !important;
  }

  .dropdown-content-r01ls {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    z-index: 102;
    margin-top: 10px;
    padding: 5px;
  }
  .dropdown-content-r01ls > a {
    width: inherit;
    padding: 10px;
    border: solid;
    border-width: 0px 0px 1px 0px;
    text-align: left;
    color: #fff;
  }
  .dropdown-content-r01ls > a:hover {
    background-color: #000;
  }
  .module-logo {
    width: 175px;
  }
  .r01lsbody {
    width: var(--max);
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 0px;
    gap: 20px;
    justify-content: space-between;
  }
  .r01lsbody > a {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    gap: 10px;
  }
  .r01ls-title {
    font-size: 16px;
    font-weight: 500;
    color: --titlecolor--;
  }
  .r01ls-spot {
    font-size: 16px;
    color: --spotcolor--;
  }
  .r01ls-icon {
    font-size: 36px !important;
    color: --iconcolor--;
  }
  .r01ls {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .r01lstitle {
    width: 100%;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .r01lstitlebody {
    color: #fff;
    width: var(--max);
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
  }
  .r01lstitlebodytitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .r01lstitlebodylang {
    width: auto;
    margin: -5px 0px -5px 0px;
  }
  .r01lstitlebodylang ul {
    display: flex;
    gap: 5px;
    position: relative;
  }
  .r01lstitlebodylang li {
    position: relative;
    list-style: none;
  }
  .r01lsmenu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: var(--max);
  }
  .r01lsmenulist {
    width: calc(100% - 20px);
    background-color: #6b8f00;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .r01lsmenubody {
    width: 100%;
    background-color: #6b8f00;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .r01lsmenulist {
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    padding: 10px;
    /* overflow-x: auto; */
  }
  .r01lsmenulistbody {
    width: 100%;
  }
  @media screen and (max-width: 1024px) {
    .r01lsmenu {
      overflow-x: auto;
    }
    .r01lsmenulist {
      flex-direction: row;
    }
    .module-logo {
      width: 200px;
    }
    .r01lsbody {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }


  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Safari özel düzeltme */
  @media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
      .swiper-slide>img {
        height: auto;
        min-height: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
      }

      .swiper-slide {
        overflow: hidden;
      }
    }
  }

  .swiper-container {
    margin-left: auto;
    margin-right: auto;
  }


  .un0i2 {
    width: 100%;
    margin: 15px 0;
  }

  .un0i2body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .un0i2bodyitem {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    margin: 5px;
    width: calc((var(--max) / 2) - 10px);
    position: relative;
  }

  .un0i2bodyitemlink {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
    gap: 10px;
  }

  .un0i2bodyitemimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-top: -100px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .un0i2bodyitemimg:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
  }

  .un0i2bodyitemimg img {
    max-height: 200px;
    max-width: calc(200px * 2);
    border-radius: 10px;
  }

  .un0i2bodyitemtitle {
    padding: 5px;
    display: flex;
    height: calc(18px * 2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
  }

  .un0i2bodybg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.5;
  }

  .un0i2bodyitems {
    padding: 5px;
    display: flex;
    flex-direction: column;
    background-color: #6b8f00;
    gap: 15px;
    opacity: 0;
    margin-top: 100px;
    position: relative;
  }

  .un0i2bodyitems.left {
    align-self: flex-start;
    border-radius: 0px 10px 10px 0px;
    transform: translateY(60px);
    animation: slideInLeft 1s forwards;
  }

  .un0i2bodyitems.right {
    align-self: flex-end;
    border-radius: 10px 0px 0px 10px;
    transform: translateY(60px);
    animation: slideInRight 1s forwards;
  }

  .un0i2bodyitem.lefts {
    align-self: flex-end;
  }

  .un0i2bodyitem.rights {
    align-self: flex-start;
  }

  @keyframes slideInLeft {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes slideInRight {
    0% {
      opacity: 0;
      transform: translateX(100px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .un0i2bodyitems {
    animation-delay: 0.3s;
  }

 

  @media screen and (max-width: 1024px) {
    .un0i2bodyitem {
      width: 100%;
    }

    .un0i2body {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
  }


  .f954a {
    width: 100%;
    margin: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .f954acontainertitle {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
  }

  .f954acontainerlist {
    padding: 10px;
    display: flex;
    border-radius: 8px;
    border-bottom: solid 1px #ddd;
    gap: 20px;
    transition: background-color 0.3s ease;
  }

  .f954acontainerlist>div {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #444;
  }

  .f954acontainerlist:hover {
    background-color: #f9f9f9;
    border-bottom-color: #6b8f00;
  }

  .f954acontainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .f954acontainerbody {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .f954abody {
    width: calc(var(--max) - 40px);
    background-color: #ebebeb;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 20px;
  }

  .f954acontainerlist>span {
    font-size: 24px;
    color: #6b8f00;
  }

  @media screen and (max-width: 1024px) {
    .f954abody {
      width: 100%;
      padding: 20px;
      flex-direction: column;
    }

    .f954acontainerbody {
      padding: 15px;
    }
  }


  .zoom-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200;
    width: 100%;
  }
  .zoom-icon {
    font-size: 250px !important;
    color: #333;
    animation: pulse 2s infinite;
    opacity: 0.5;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .yliir-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--max);
  }
  .yliir-body-chile {
    padding: 20px;
    display: flex;
    align-items: top;
    justify-content: left;
    flex-direction: column;
    position: absolute;
  }
  .yliir-body-chile > div {
    width: 100% !important;
  }
  .yliir2 {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
  }
  .yliir {
    display: flex;
    flex-direction: column;
  }
  .yliir > svg {
    width: 100vw;
  }
  .yliirbotton {
    transform: scaleY(-1);
    margin-bottom: -1px;
  }
  .yliir-svg {
    fill: #fff;
  }
  .yliir-bg {
    background-image: url("/img/hej607/map.jpg?v={{random}}") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  @media screen and (max-width: 1024px) {
  }


  .moduleimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleimg > img {
    width: 100%;
    max-width: --imgwidth--;
  }

  .footer {
    position: relative;
    background: #6b8f00;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .social-icon__item,
  .menu__item {
    list-style: none;
  }

  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }

  .social-icon__link:hover {
    transform: translateY(-10px);
  } 

  .menu__link {
    font-size: 1.2rem;
    color: #fff !important;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }

  .menu__link:hover {
    opacity: 1;
  }

  .footer p { 
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640 65' style='enable-background:new 0 0 640 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%236b8f00;%7D %3C/style%3E %3Cpath class='st0' d='M0,22.4C0,22.4,74.1,0,153,0c176.5,0,328.1,76.6,487,22.4V65H0V22.4z'/%3E%3C/svg%3E");
    background-size: 1000px 102px;
  }

  .wave#wave1 {
    z-index: 100;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }

  .wave#wave2 {
    z-index: 99;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }

  .wave#wave3 {
    z-index: 100;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }

  .wave#wave4 {
    z-index: 99;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }

  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

