/* Variables & fonts*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --blueCol: #1c4978;
  --lightBlueCol: rgb(227, 236, 253);
  --blackCol: #333;
  --grayCol: #4e4e4e;
  --lightGrayCol: #dddddd;
  --whiteCol: #f2f2f2;

  --firstCard: #447b00;
  --secondCard: #0f417c;
  --thirdCard: #790a43;
  --forthCard: #187b74;

  --breakpointS: 769px;
  --brekpointM: 1024px;
  --brekpointL: 1280px;
}

/* General HTML Styles */

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  margin: 0;
  padding: 0;
  background: var(--whiteCol);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--blackCol);
}

img {
  max-width: 100%;
}
h1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1%;
}

.read_more_btn {
  font-size: 20px;
  padding: 12px 20px;
  border-radius: 8px;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

/*to top jQuery*/

#toTop {
  background: url("../img/ui.totop.png") no-repeat left top;
  z-index: 999999;
}

#toTopHover {
  background: url("../img/ui.totop.png") no-repeat left -40px;
}

/* Navigation */

.slicknav_menu {
  background: #fff !important;
  border: none !important;
  box-shadow: none !important;
  display: block;
  margin: 0 auto !important;
  padding: 0 !important;
  position: absolute;
  width: 95%;
  z-index: 9999;
  top: 20px;
  right: 2.5%;
  left: inherit;
}

.slicknav_menu .slicknav_menutxt {
  font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-transform: none;
  transition: all 0.3s linear;
}

.slicknav_menu .slicknav_menutxt:hover {
  font-size: 13px;
  color: #00599b;
}

.slicknav_btn {
  background: transparent !important;
  border-radius: 0;
  border: none;
  padding: 12px 20px !important;
  margin: 0 !important;
  float: none;
  display: table;
  height: auto;
  width: 100%;
}

.slicknav_btn.slicknav_open {
  border-radius: 0;
}

.slicknav_nav ul {
  margin: 0;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.slicknav_nav ul li a {
  background: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  border-left: 5px solid #00599b;
  padding: 10px 15px !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a > a:hover {
  font-size: 14px !important;
  background: #f5f5f5 !important;
}

.slicknav_nav ul li a > a {
  background: none !important;
  border-left: none !important;
  padding: 0 !important;
}

.slicknav_nav,
.slicknav_nav ul {
  background-color: #f5f5f5 !important;
  position: relative;
  z-index: 9999;
}

.slicknav_nav {
  width: 100%;
  border-bottom: none;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.6);
  border-radius: 0;
}

.slicknav_nav li {
  border-bottom: 1px solid #cdcdcd !important;
  box-shadow: none;
}

.slicknav_nav li:last-of-type {
  border: none !important;
}

.slicknav_nav a {
  font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, sans-serif;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  background: #f0f0f0 !important;
  transition: all 0.3s linear;
  border-radius: 0 !important;
}

.slicknav_nav a > a {
  padding: 0 !important;
  margin: 0 !important;
}

.slicknav_nav a:before,
.slicknav_nav a:after {
  display: none;
}

.slicknav_nav .slicknav_arrow {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  margin: -1px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.slicknav_nav .slicknav_row {
  margin: 0;
  padding: 0;
}

.slicknav_nav .slicknav_row:hover {
  font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, sans-serif;
  padding: 0;
  border-radius: 0;
}

.slicknav_nav a:hover,
.slicknav_nav a.is-active,
.slicknav_nav a:hover > a,
.slicknav_nav a.is-active > a {
  font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, sans-serif;
  font-size: 14px !important;
  color: #fff !important;
  background: #00599b !important;
  transition: all 0.3s linear;
}

.slicknav_menu .slicknav_icon {
  margin: 2px 0 0;
  padding: 0 !important;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #000 !important;
  box-shadow: none;
}

.slicknav_nav
  li.slicknav_open
  ul
  li.has-children.slicknav_parent.slicknav_collapsed
  > a.slicknav_item.slicknav_row {
  display: none !important;
}

.slicknav_nav li.slicknav_open ul li ul.is-hidden.slicknav_hidden {
  display: block !important;
}

.slicknav_nav ul h2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  margin: 0;
  padding: 10px 20px;
  display: block;
  text-decoration: underline;
}

/*slick nav second menu*/

.slicknav_nav li ul li {
  border-bottom: 1px solid #d7d7d7 !important;
  box-shadow: none;
}

.slicknav_nav ul li a {
  font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, sans-serif;
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.75) !important;
  font-weight: 400 !important;
  text-transform: none !important;
  padding: 8px 20px !important;
  margin: 0 !important;
  background: #fff !important;
  transition: all 0.3s linear;
  border-radius: 0 !important;
  border: none !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a.is-active,
.slicknav_nav ul li a:hover > a,
.slicknav_nav ul li a.is-active > a {
  font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, sans-serif;
  font-size: 13px !important;
  color: #00599b !important;
  background: #fff !important;
  transition: all 0.3s linear;
}

.slicknav_nav ul li a > a {
  padding: 0 !important;
  margin: 0 !important;
  border-right: none !important;
}

/*slick nav third menu*/

.slicknav_nav li ul li ul {
  box-shadow: none !important;
}

.slicknav_nav li ul li ul li {
  border-bottom: 1px solid #d7d7d7 !important;
  box-shadow: none;
}

.slicknav_nav ul li ul li a {
  font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, sans-serif;
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 600 !important;
  text-transform: none !important;
  padding: 6px 30px !important;
  margin: 0 !important;
  background: #fff !important;
  transition: all 0.3s linear;
  border-radius: 0 !important;
  border: none !important;
  border-right: none !important;
}

.slicknav_nav ul li ul li a:hover,
.slicknav_nav ul li ul li a.is-active,
.slicknav_nav ul li ul li a:hover > a,
.slicknav_nav ul li ul li a.is-active > a {
  font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, sans-serif;
  font-size: 13px !important;
  color: #00599b !important;
  background: #fff !important;
  transition: all 0.3s linear;
}

.slicknav_nav ul li ul li a > a {
  padding: 0 !important;
  margin: 0 !important;
  border-right: none !important;
}
header:has(.menu_slick) {
  background-color: var(--blueCol);
  .menu_slick {
    display: none;
  }
  section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 16px;
    .logo {
      width: 80%;
    }
    .zagreb_grb {
      max-width: 20%;
    }
    aside {
      gap: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;

      .certificates {
        display: flex;
        gap: 8px;
      }

      .header_slogan_weserve {
        display: none;
      }
    }
    .recenica {
      display: none;
    }
    .language_content {
      padding: 0;
      margin-left: 0 !important;
      margin-right: 0 !important;
      position: relative;
      display: inline-block;
      span {
        color: var(--whiteCol);
      }
      ul {
        list-style: none;
        margin: 0;
        padding: 0;

        li {
          display: none;

          &:has(a.active) {
            display: flex;
            align-items: center;
            gap: 8px;
            background-color: var(--whiteCol);
            border-radius: 12px 12px 12px 12px;
            padding: 8px 16px;
            cursor: pointer;

            a {
              color: var(--whiteCol);
              text-decoration: none;
              font-weight: 600;
            }
          }
        }
      }

      &:hover ul {
        position: absolute;
        background-color: var(--whiteCol);
        border-top: 1px solid var(--blueCol);
        width: 100%;
        padding: 1px;
        border-radius: 0px 0px 12px 12px;
        li {
          display: block;

          padding: 6px 16px;

          a {
            color: var(--darkCol);
            text-decoration: none;
            white-space: nowrap;

            &:hover {
              color: var(--blueCol);
              cursor: pointer;
            }
          }

          &:has(a.active) {
            display: flex;
            align-items: center;
            gap: 8px;
            border-radius: 12px 12px 0px 0px;
            padding: 8px 16px;
          }
        }
      }
      .dropdown {
        position: relative;
        background-color: var(--whiteCol);
        &:hover {
          cursor: pointer;
          border-radius: 12px 12px 0px 0px;
        }
        dt {
          a {
            display: flex;
            justify-content: center;
            gap: 8px;
            padding: 12px 24px;
            span {
              color: var(--blackCol);
            }
          }
        }

        border-radius: 12px 12px 12px 12px;
        dt {
          a {
            img {
              filter: brightness(0) saturate(100%) invert(39%) sepia(57%)
                saturate(500%) hue-rotate(180deg);
              max-width: 25px;
            }
          }
        }
      }
    }
  }
}
@media screen and (min-width: 1280px) {
  .slicknav_menu {
    display: none;
  }
  header:has(.menu_slick) {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: var(--blueCol);
    z-index: 999;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 24px 0px;
    nav {
      order: 2;
      max-width: 1400px;
      width: 100%;
      padding: 0 16px;
      margin: 0 auto;

      .menu_slick {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        text-transform: uppercase;
        gap: 12px;
        li {
          list-style: none;
          position: relative;
          .submenu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 200px;
            background-color: var(--whiteCol);
            color: var(--blackCol);
            border-radius: 12px 12px 12px 12px;
            padding: 8px 0;
            z-index: 999;
            list-style: none;
            li {
              width: 100%;
              a {
                display: block;
                padding: 10px 16px;
                color: var(--blackCol);
                text-decoration: none;
                font-weight: normal;
                transition: all ease-in-out 150ms;
                &:hover {
                  background-color: var(--blueCol);
                  color: var(--whiteCol);
                }
              }
            }
          }

          &:hover .submenu {
            display: block;
          }

          &:hover > a {
            opacity: 0.8;
          }
        }
        li a {
          color: var(--whiteCol);
          text-decoration: none;
        }
      }
    }
    section {
      order: 1;
      max-width: 1300px;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 24px;
      padding: 0px;
      .logo {
        width: 30%;
      }
      .header_slogan_weserve {
        display: none;
      }
      .zagreb_grb {
        max-width: 50px;
      }
      aside {
        flex-direction: row;
        .search-trigger {
          margin-left: auto;
        }
        width: 100%;
        display: flex;
        gap: 8px;
        figure {
          width: 40px;
          img {
            max-width: 100%;
            display: block;
          }
        }
        .certificate_header {
          display: none;
        }
        .certificates {
          display: flex;
          gap: 8px;
          margin-left: 20%;
        }
        .recenica {
          display: none;
        }
        .language_content {
          margin-left: 0 !important;
          margin-right: 0 !important;
          position: relative;
          display: inline-block;
          span {
            color: var(--whiteCol);
          }
          ul {
            list-style: none;
            margin: 0;
            padding: 0;

            li {
              display: none;

              &:has(a.active) {
                display: flex;
                align-items: center;
                gap: 8px;
                background-color: var(--whiteCol);
                border-radius: 12px 12px 12px 12px;
                padding: 8px 16px;
                cursor: pointer;

                a {
                  color: var(--whiteCol);
                  text-decoration: none;
                  font-weight: 600;
                }
              }
            }
          }

          &:hover ul {
            position: absolute;
            background-color: var(--whiteCol);
            border-top: 1px solid var(--blueCol);
            width: 100%;
            padding: 1px;
            border-radius: 0px 0px 12px 12px;
            li {
              display: block;

              padding: 6px 16px;

              a {
                color: var(--darkCol);
                text-decoration: none;
                white-space: nowrap;

                &:hover {
                  color: var(--blueCol);
                  cursor: pointer;
                }
              }

              &:has(a.active) {
                display: flex;
                align-items: center;
                gap: 8px;
                border-radius: 12px 12px 0px 0px;
                padding: 8px 16px;
              }
            }
          }
          .dropdown {
            position: relative;
            background-color: var(--whiteCol);
            &:hover {
              cursor: pointer;
              border-radius: 12px 12px 0px 0px;
            }
            dt {
              a {
                display: flex;
                justify-content: center;
                gap: 8px;
                padding: 12px 24px;
                span {
                  color: var(--blackCol);
                }
              }
            }

            border-radius: 12px 12px 12px 12px;
            dt {
              a {
                img {
                  filter: brightness(0) saturate(100%) invert(39%) sepia(57%)
                    saturate(500%) hue-rotate(180deg);
                  max-width: 25px;
                }
              }
            }
          }
        }
      }
    }
  }
}

/* Menu */

.dd_our_menu_dinings {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 60px 16px;
  place-items: center;
  gap: 24px;
  background-color: var(--whiteCol);
  max-width: 1300px;
  margin: 0 auto;

  @media screen and (min-width: var(--breakpointS)) {
    grid-template-columns: 1fr 1fr;
    header {
      grid-column: span 2;
    }

    .dd_menu_allergens_image {
      grid-column: span 2;
    }
    .food_menu_note {
      grid-column: span 2;
    }
  }
  @media screen and (min-width: 1024px) {
    grid-template-columns: 1fr 1fr 1fr;
    header {
      grid-column: span 3;
    }
    .dd_menu_allergens_image {
      grid-column: span 3;
    }
    .food_menu_note {
      grid-column: span 3;
    }
  }
  @media screen and (min-width: 1280px) {
    grid-template-columns: repeat(5, 1fr);
    header {
      grid-column: span 5;
    }
    .dd_menu_allergens_image {
      grid-column: span 5;
    }
    .food_menu_note {
      grid-column: span 5;
    }
  }

  header {
    display: flex;
    flex-direction: column;
    align-items: center;
    figure {
      img {
        content: url("../img/today-dining-rooms-icon.png");
      }
    }
  }
  h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
  }
  strong {
    text-align: center;
    color: #333;
  }
  article {
    min-height: 100%;
    background-color: var(--lightBlueCol);
    border: 1px solid var(--blueCol);
    max-width: 300px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    span {
      display: block;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      width: 100%;
      color: #fff;
      background-color: var(--blueCol);
      padding: 16px 0px;
      border-bottom: 1px solid var(--blueCol);
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
    }
    time {
      display: block;
      color: var(--blueCol);
      font-weight: bold;
      padding-top: 12px;
      padding-left: 12px;
    }
    em {
      display: block;
      font-style: normal;
      text-decoration: underline;
      color: var(--grayCol);
      padding-top: 12px;
      padding-left: 12px;
    }
    div {
      min-height: 300px;
      padding: 12px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      p {
        display: flex;
        align-items: center;
        gap: 6px;
      }
      p:nth-child(1) {
        align-items: flex-start;
      }
      p::before {
        content: "✓";
        color: var(--grayCol);
        background-color: var(--lightGrayCol);
        height: fit-content;
        padding: 8px 12px;
      }
    }
  }
  .food_menu_note {
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    line-height: 1.5;
  }
  .alergeni {
    margin-left: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
    background-color: var(--lightGrayCol);
    display: flex;
    justify-content: space-between;
    padding: 12px;
    font-weight: bold;
  }
}

/* ABOUT US */
.about_us_home {
  .about_us_text {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* ← number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  em {
    font-style: normal;
    line-height: 1.5;
  }
  max-width: 1300px;
  margin: 0 auto;
  article {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 50px 16px;

    @media screen and (min-width: 768px) {
      flex-direction: row;
      align-items: flex-start;
      figure {
        width: 50%;
        flex-shrink: 0;
      }
      aside {
        flex: 1;
      }
    }
  }
  aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
    h1 a {
      color: var(--blackCol);
      text-decoration: none;
    }
  }
  .read_more_btn {
    max-width: fit-content;
    font-size: 20px;
    padding: 12px 20px;
    background-color: var(--blueCol);
    color: var(--whiteCol);
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    transition: all ease-in-out 150ms;
    i {
      display: none;
    }

    &:hover {
      background-color: var(--lightBlueCol);
      color: var(--blueCol);
    }
  }
  figure img {
    border: 2px solid var(--blueCol);
    border-radius: 8px;
  }
}

.welfare_content_home {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1300px;
  place-items: center;
  column-gap: 24px;
  padding: 60px 16px;
  @media screen and (min-width: 769px) {
    grid-template-columns: 1fr 1fr;
    & > h1:first-of-type {
      grid-column: span 2;
    }
    & > em:first-of-type {
      grid-column: span 2;
    }
    article {
      margin-bottom: 24px;
    }
  }
  @media screen and (min-width: 1024px) {
    grid-template-columns: 1fr 1fr 1fr;
    & > h1:first-of-type {
      grid-column: span 3;
    }
    & > em:first-of-type {
      grid-column: span 3;
    }
    article {
      margin-bottom: 24px;
    }
  }
  @media screen and (min-width: 1280px) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    & > h1:first-of-type {
      grid-column: span 4;
    }
    & > em:first-of-type {
      grid-column: span 4;
    }
  }

  & > h1:first-of-type {
    color: var(--blueCol);
    text-align: center;
    margin-bottom: 8px;
  }
  & > em:first-of-type {
    color: var(--blueCol);
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    display: block;
    margin-bottom: 24px;
  }
  article {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    max-width: 320px;
    align-items: center;
    height: 370px;
    text-align: center;
    border-radius: 8px;
    padding: 0px 12px;
    h1 {
      font-size: 24px;
      line-height: 1.2;
      a {
        color: var(--blackCol);
        text-decoration: none;
      }
    }
    em {
      padding-top: 16px;
      line-height: 1.5;
      font-style: normal;
    }
    figure {
      max-height: 120px;
      overflow: none;
      display: flex;
      align-items: center;
      justify-content: center;
      a {
        img {
          height: auto;
          max-width: 250px;
        }
      }
    }
  }
  article:nth-of-type(1) {
    border: 2px solid var(--firstCard);
    border-bottom: 10px solid var(--firstCard);
    transition: all ease-in-out 150ms;
    &:hover {
      background-color: #eafcd3c9;
      cursor: pointer;
    }
  }
  article:nth-of-type(2) {
    border: 2px solid var(--secondCard);
    border-bottom: 10px solid var(--secondCard);
    transition: all ease-in-out 150ms;
    &:hover {
      background-color: #bbdbffbe;
      cursor: pointer;
    }
  }
  article:nth-of-type(3) {
    border: 2px solid var(--thirdCard);
    border-bottom: 10px solid var(--thirdCard);
    transition: all ease-in-out 150ms;
    &:hover {
      background-color: #ffc5e3a9;
      cursor: pointer;
    }
  }
  article:nth-of-type(4) {
    border: 2px solid var(--forthCard);
    border-bottom: 10px solid var(--forthCard);
    transition: all ease-in-out 150ms;
    &:hover {
      background-color: #c1fffb97;
      cursor: pointer;
    }
  }
}
.latest_news_cnt {
  background-color: var(--blueCol);
  .container {
    color: var(--whiteCol);
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 50px 0px;
    gap: 24px;

    @media screen and (min-width: 769px) {
      grid-template-columns: 1fr 1fr;
      & > h1:first-of-type {
        grid-column: span 2;
      }
    }
    @media screen and (min-width: 1024px) {
      grid-template-columns: 1fr 1fr 1fr;
      & > h1:first-of-type {
        grid-column: span 3;
      }
    }
    article {
      height: 100%;
      display: flex;
      flex-direction: column;

      max-width: 350px;
      padding: 12px;

      figure {
        display: flex;
        flex-direction: column;
        width: 100%;

        img {
          width: 100%;
          height: 200px;
          object-fit: cover;
          border-radius: 8px;
        }

        figcaption {
          h1 {
            line-height: 0.5;
            padding-top: 12px;
            min-height: 100px;
          }
          a {
            color: var(--whiteCol);
            text-decoration: none;
            font-size: 24px;
            line-height: 1.2;
            animation: all ease-in-out 150ms;
            &:hover {
              color: var(--lightBlueCol);
              cursor: pointer;
            }
          }
        }
      }
      em {
        color: var(--whiteCol);
        font-style: normal;
        line-height: 1.5;
        min-height: 125px;
      }
      .news_more_button {
        display: block;
        font-size: 20px;
        padding: 12px 20px;
        border-radius: 8px;
        color: var(--blackCol);
        background-color: var(--whiteCol);
        text-decoration: none;
        max-width: fit-content;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        &:hover {
          background-color: var(--lightBlueCol);
          color: var(--blueCol);
          cursor: pointer;
        }
      }
    }
  }
}

/* certifikati */

.certificate_header {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  place-items: center;
  article {
    grid-column: span 2;
    h1 {
      line-height: 1.1;
      letter-spacing: -1%;
      font-size: 24px;
      color: var(--blueCol);
    }
    p:first-of-type {
      font-weight: bold;
      margin-top: 12px;
    }
    p:nth-child(4) {
      font-weight: bold;
      margin-top: 12px;
    }
    p:last-of-type {
      margin-top: 12px;
    }
    ul {
      margin-top: 12px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding-left: 16px;
    }
  }

  @media screen and (min-width: 769px) {
    grid-template-columns: repeat(3, 1fr);
    article {
      grid-column: span 3;
    }
  }
  @media screen and (min-width: 1024px) {
    grid-template-columns: repeat(6, auto) 100px repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);

    column-gap: 24px;
    row-gap: 16px;
    article {
      grid-column: 8 / 14;
      grid-row: -3 / -1;
    }
    figure {
      grid-column: span 2;
      max-width: 100px;
      justify-self: start;
    }
  }
}

/* footer */
footer {
  color: var(--whiteCol);

  a {
    color: var(--whiteCol);
    text-decoration: underline;
    &:hover {
      color: #f1f1f1ac;
      text-decoration: underline;
      cursor: pointer;
      text-decoration-color: #f1f1f1ac;
    }
  }
  em {
    font-style: normal;
    line-height: 1.5;
  }
  .footer_top_cnt {
    background-color: var(--blueCol);
    aside {
      padding: 50px 16px;
      max-width: 1300px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 24px;
      .menu_slick {
        list-style: none;
        .submenu {
          display: none;
        }
      }
      .menu_slick {
        display: grid;
        grid-template-columns: 1fr;
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0;

        li {
          width: 100%;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          padding: 16px 20px;

          &:first-child {
            border-top: none;
          }

          a {
            color: var(--whiteCol);
            text-decoration: none;
            font-size: 16px;

            &:hover {
              opacity: 0.75;
            }

            &.active {
              color: var(--accentCol);
              font-weight: 600;
            }
          }
        }
      }
      .footer_company_infos {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        span {
          font-size: 20px;
          font-weight: bold;
        }
      }
    }

    @media screen and (min-width: 769px) {
      aside {
        flex-direction: row;
        .footer_company_infos {
          width: 50%;
        }
      }
    }
    @media screen and (min-width: 1024px) {
      aside {
        gap: 96px;
      }
    }
  }
  .footer_copyright {
    background-color: var(--whiteCol);
    color: var(--blackCol);
    padding: 24px 16px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    a {
      color: var(--blueCol);
    }
  }

  @media screen and (min-width: 1024px) {
    .footer_copyright {
      flex-direction: row;
    }
    .footer_top_cnt {
      aside {
        .menu_slick {
          grid-template-columns: repeat(2, 1fr);
          gap: 24px;
          li {
            &:nth-child(2) {
              border-top: none;
            }
          }
        }
      }
    }
  }
}

/*WEB ACCESSIBILITY*/

#accessibility i,
#accessibility i:before {
  transition: all 0.1s linear;
}

#accessibility {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
}

/*accessibility main btn*/

.accessibility_main_btn {
  width: 64px;
  display: flex;
  padding: 8px 11px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s linear;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.accessibility_main_btn i {
  font-size: 48px !important;
  color: #4e5051;
  font-weight: normal;
  transition: all 0.2s linear;
}

.accessibility_main_btn:hover {
  background: #1976d2;
}

.accessibility_main_btn:hover i {
  font-size: 48px !important;
  color: #fff;
}

/*accessible wrapper*/

.accessible_wrapper {
  width: 420px;
  position: fixed;
  left: 64px;
  top: 50%;
  transform: translateY(-50%);
  background: #1976d2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: none;
}

.accessible_header {
  width: 100%;
  padding: 16px 20px 15px;
  display: table;
  position: relative;
}

.accessible_header h1 {
  font-size: 20px !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.close_accessible_dialog {
  position: absolute;
  right: 20px;
  top: 20px;
}

.close_accessible_dialog i {
  font-size: 20px !important;
  color: #fff;
}

.close_accessible_dialog:hover i {
  font-size: 20px !important;
  color: rgba(255, 255, 255, 0.5);
}

/*accessible functions*/

.accessible_functions {
  width: 100%;
  margin: 0;
  padding: 20px;
  display: table;
  background: #fff;
}

.accessible_functions div {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.accessible_functions div:nth-of-type(2n) {
  border-right: none;
}

.accessible_functions div:nth-of-type(7),
.accessible_functions div:nth-of-type(8) {
  border-bottom: none;
}

.accessible_functions div a {
  font-size: 16px !important;
  color: #4e5051;
  font-weight: normal;
  display: block;
  text-align: center;
  padding: 15px 10px 10px;
  position: relative;
}

.accessible_functions div i {
  font-size: 24px !important;
  color: #000;
  display: table;
  margin: 0 auto;
}

.accessible_functions div a:hover,
.accessible_functions div a.active {
  font-size: 16px !important;
  color: #fff;
  background: #4e5051;
}

.accessible_functions div a:hover i,
.accessible_functions div a.active i {
  font-size: 24px !important;
  color: #fff;
}

/*accessible reset*/

.accessible_reset {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  background: #fff;
}

.accessible_reset a,
#accessibility #reset_all_classes {
  font-size: 14px;
  color: #000 !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.accessible_reset a:hover,
#accessibility #reset_all_classes:hover {
  font-size: 14px;
  color: #1976d2 !important;
  font-weight: bold;
}

/*accessibility footer*/

.accessibility_footer {
  width: 100%;
  margin: 0;
  padding: 20px;
  display: table;
  background: #e1e1e1;
}

.accessibility_footer a {
  font-size: 14px !important;
  color: #000;
  font-weight: bold;
}

.accessibility_footer a:hover {
  font-size: 14px !important;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.accessibility_footer p {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.75);
  font-weight: normal;
  margin: 0;
  padding: 0;
  float: left;
}

.accessibility_footer p:last-of-type a {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 1);
  font-weight: normal;
}

.accessibility_footer p:last-of-type {
  float: right;
}

/*WEB ACCESSIBILITY CSS FUNCTIONS*/

/*access font bigger*/

.access_font_bigger span,
.access_font_bigger p,
.access_font_bigger em,
.access_font_bigger a,
.access_font_bigger time,
.access_font_bigger tr,
.access_font_bigger th,
.access_font_bigger td,
.access_font_bigger dt,
.access_font_bigger dd,
.access_font_bigger label,
.access_font_bigger input,
.access_font_bigger select,
.access_font_bigger button,
.access_font_bigger textarea,
.access_font_bigger option,
.access_font_bigger ul,
.access_font_bigger li,
.access_font_bigger font,
.access_font_bigger h1,
.access_font_bigger h2,
.access_font_bigger h3,
.access_font_bigger h4,
.access_font_bigger h5,
.access_font_bigger h6 {
  font-size: 125% !important;
}

.access_font_bigger #accessibility h1 {
  font-size: 20px !important;
}

.access_font_bigger #accessibility a {
  font-size: 16px !important;
}

.access_font_bigger #accessibility a#reset_all_classes {
  font-size: 14px !important;
}

.access_font_bigger #accessibility em,
.access_font_bigger #accessibility p,
.access_font_bigger #accessibility span {
  font-size: 14px !important;
}

.access_font_bigger #accessibility p a,
.access_font_bigger #accessibility p a:hover {
  font-size: 14px !important;
}

/*access grayscale*/

.access_grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/*access letterspacing*/

.access_letterspacing span,
.access_letterspacing p,
.access_letterspacing em,
.access_letterspacing a,
.access_letterspacing time,
.access_letterspacing tr,
.access_letterspacing th,
.access_letterspacing td,
.access_letterspacing dt,
.access_letterspacing dd,
.access_letterspacing label,
.access_letterspacing input,
.access_letterspacing select,
.access_letterspacing button,
.access_letterspacing textarea,
.access_letterspacing option,
.access_letterspacing ul,
.access_letterspacing li,
.access_letterspacing font,
.access_letterspacing h1,
.access_letterspacing h2,
.access_letterspacing h3,
.access_letterspacing h4,
.access_letterspacing h5,
.access_letterspacing h6 {
  letter-spacing: 3px !important;
}

.access_letterspacing #accessibility a,
.access_letterspacing #accessibility h1,
.access_letterspacing #accessibility em,
.access_letterspacing #accessibility p,
.access_letterspacing #accessibility span {
  letter-spacing: inherit !important;
}

/*access linkunderline*/

.access_linkunderline a {
  text-decoration: underline !important;
}

.access_linkunderline #accessibility a {
  /*text-decoration: inherit !important;*/
}

/*access contrasthigh*/

.access_contrasthigh body {
  background: #000 !important;
}

.access_contrasthigh span,
.access_contrasthigh p,
.access_contrasthigh em,
.access_contrasthigh a,
.access_contrasthigh time,
.access_contrasthigh tr,
.access_contrasthigh th,
.access_contrasthigh td,
.access_contrasthigh dt,
.access_contrasthigh dd,
.access_contrasthigh label,
.access_contrasthigh input,
.access_contrasthigh select,
.access_contrasthigh button,
.access_contrasthigh textarea,
.access_contrasthigh option,
.access_contrasthigh ul,
.access_contrasthigh li,
.access_contrasthigh font,
.access_contrasthigh h1,
.access_contrasthigh h2,
.access_contrasthigh h3,
.access_contrasthigh h4,
.access_contrasthigh h5,
.access_contrasthigh h6 {
  color: #fff !important;
}

.access_contrasthigh .welfare_content_home article:nth-of-type(1) {
  background: #4b8700;
}

.access_contrasthigh .welfare_content_home article:nth-of-type(2) {
  background: #004b87;
}

.access_contrasthigh .welfare_content_home article:nth-of-type(3) {
  background: #87004b;
}

.access_contrasthigh .welfare_content_home article:nth-of-type(4) {
  background: #008780;
}

.access_contrasthigh .footer_top_cnt {
  background: #004b87 !important;
}

.access_contrasthigh .about_us_home {
  border-color: #004b87 !important;
}

.access_contrasthigh #accessibility a,
.access_contrasthigh #accessibility p {
  color: #000 !important;
}

.access_contrasthigh #accessibility a:hover,
.access_contrasthigh #accessibility a.active {
  color: #fff !important;
}

.access_contrasthigh .slider_content:before {
  background: rgba(0, 0, 0, 0.8);
}

.access_contrasthigh .dd_our_menu_dinings header figure:before {
  background: linear-gradient(transparent, #000);
  background: -webkit-linear-gradient(transparent, #000);
}

.access_contrasthigh .document_category {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.access_contrasthigh .inner_header_cnt header {
  background: rgba(255, 255, 255, 0.1);
}

.access_contrasthigh .basic_site_inner_content figure {
  background: rgba(255, 255, 255, 0.1);
}

.access_contrasthigh .ecms_gallery_box h1:after,
.access_contrasthigh .ecms_gallery_box h2:after {
  color: #fff;
}

.access_contrasthigh .document_category h1:after,
.access_contrasthigh .document_category h2:after {
  color: #fff;
}

.access_contrasthigh #hist a:before {
  color: #fff;
}

.access_contrasthigh #hist a:hover:before {
  color: rgba(255, 255, 255, 0.75);
}

.access_contrasthigh .contact_form div dd input,
.access_contrasthigh .contact_form div dd textarea,
.access_contrasthigh .contact_form div dd select {
  color: #2d2d2d !important;
  background: #fff !important;
}

.access_contrasthigh .gdpr_box fieldset {
  background: #333;
  border-color: #333;
}

.access_contrasthigh .gdpr_box fieldset legend {
  color: #fff;
}

.access_contrasthigh .gdpr_box fieldset div {
  color: #fff;
}

/*access cursorlarger*/

.access_cursorlarger,
.access_cursorlarger a,
.access_cursorlarger a:hover,
.access_cursorlarger a:focus,
.access_cursorlarger a:active,
.access_cursorlarger a.active {
  cursor: url("../img/accessibility/cursor-accessibility.png"), auto !important;
}

/*access keyboardnavigation*/

.access_keyboardnavigation a:focus {
  outline: dashed 2px #1976d2 !important;
}

.access_keyboardnavigation #accessibility a:focus {
  outline: none !important;
}

/*WEB ACCESSIBILITY RESPONSIVE*/

@media only screen and (min-width: 0px) and (max-width: 800px) {
  .accessibility_main_btn {
    width: 48px;
  }

  .accessibility_main_btn i {
    font-size: 32px !important;
  }

  .accessibility_main_btn:hover i {
    font-size: 32px !important;
  }

  .accessible_wrapper {
    width: 85%;
    position: fixed;
    left: 0;
  }

  .accessible_wrapper h1 {
    margin: 0;
  }

  .accessible_header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accessible_functions {
    padding: 20px 10px;
  }

  .accessible_functions div {
    float: none;
    display: inline-block;
  }

  .accessibility_footer {
    padding: 20px 10px;
  }

  .accessibility_footer p {
    float: none;
    display: table;
  }

  .accessibility_footer p:last-of-type {
    float: none;
    padding-top: 5px;
  }
}

/* SEARCH BUTTON */
.search-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.7rem;
  color: var(--bg);
  opacity: 0.8;
  transition: opacity 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--whiteCol);
  border-radius: 100px;
  svg {
    color: var(--whiteCol);
    circle,
    line {
      color: var(--whiteCol);
    }
  }
}
.search-trigger:hover {
  opacity: 1;
  transform: scale(1.12);
}
.search-trigger svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* OVERLAY */
.search-overlay {
  position: fixed;
  inset: 0;
  background: #1111118d;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.search-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* SEARCH BOX */
.search-box {
  width: min(680px, 90vw);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.search-overlay.active .search-box {
  transform: translateY(0) scale(1);
}

.search-label {
  font-family: "DM Serif Display", serif;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(245, 240, 235);
  margin-bottom: 1rem;
  display: block;
}

.search-input-wrap {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgb(245, 240, 235);
  transition: border-color 0.25s;
  gap: 1rem;
  padding-bottom: 0.8rem;
}
.search-input-wrap:focus-within {
  border-color: rgb(245, 240, 235);
}

.search-input-wrap svg {
  width: 24px;
  height: 24px;
  stroke: rgb(245, 240, 235);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  transition: stroke 0.25s;
}
.search-input-wrap:focus-within svg {
  stroke: rgb(245, 240, 235);
}

#searchInput {
  background: none;
  border: none;
  outline: none;
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: #f5f0eb;
  width: 100%;
  caret-color: var(--accent);
}
#searchInput::placeholder {
  color: rgba(245, 240, 235, 0.729);
}

.search-hints {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.hint-tag {
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(245, 240, 235, 0.857);
  border-radius: 100px;
  font-size: 0.78rem;
  color: rgba(245, 240, 235, 0.801);
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.03em;
}
.hint-tag:hover {
  border-color: rgb(245, 240, 235);
  color: rgb(245, 240, 235);
  background: rgba(245, 240, 235, 0.548);
}

.search-footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-close {
  background: none;
  border: 1px solid rgba(245, 240, 235, 0.548);
  color: rgba(245, 240, 235, 0.895);
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.search-close:hover {
  border-color: rgb(245, 240, 235);
  color: rgb(245, 240, 235);
}
.search-close kbd {
  font-family: "DM Sans", sans-serif;
  background: rgba(245, 240, 235, 0);
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
  font-size: 0.75rem;
}

.search-submit {
  background: var(--accent);
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.6rem 1.5rem;
  border-radius: var(--radius);
  transition: all 0.2s;
  opacity: 0;
  transform: translateX(8px);
  pointer-events: none;
}
.search-submit.visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}
.search-submit:hover {
  background: var(--blueCol);
}
