@charset "UTF-8";
.template-2025-place .navigation {
  display: none;
  padding: 0 1.5rem;
}
@media (min-width: 800px) {
  .template-2025-place .navigation {
    display: block;
  }
}
@media (min-width: 1080px) {
  .template-2025-place .navigation {
    padding: 0 5.5rem;
  }
}
.template-2025-place .navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  text-align: center;
}
.template-2025-place .navigation ul .nav-underline {
  position: absolute;
  height: 4px;
  background-color: #2dbad6;
  opacity: 0;
  pointer-events: none;
  transition: left 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.2s ease;
}
.template-2025-place .navigation ul .nav-underline.visible {
  opacity: 1;
}
.template-2025-place .navigation ul li a {
  display: inline-block;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: inherit;
  text-decoration: inherit;
}
.template-2025-place .navigation ul li.active, .template-2025-place .navigation ul li:hover {
  color: #2dbad6;
}
@media (min-width: 800px) {
  .template-2025-place .breadcrumb {
    display: none;
  }
}
.template-2025-place .breadcrumb ul {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 1rem;
  background-color: #eeeeef;
  list-style: none;
}
.template-2025-place .breadcrumb ul li {
  display: flex;
  align-items: center;
}
.template-2025-place .breadcrumb ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 14px;
  margin: 0 0.5rem 0 0.5rem;
  background-color: rgb(127, 127, 127);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 14' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M1 1l4 6-4 6'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 14' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M1 1l4 6-4 6'/></svg>") center/contain no-repeat;
}
.template-2025-place .breadcrumb ul li a {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  color: #000000;
  text-decoration: none;
}
.template-2025-place .breadcrumb ul li a svg {
  height: 1rem;
  margin-top: -2px;
  margin-right: 2px;
}
.template-2025-place p,
.template-2025-place span {
  color: #565c60;
}
.template-2025-place .image-gallery {
  width: 100%;
  height: 20rem;
  background-color: #2dbad6;
}
.template-2025-place .image-gallery img {
  height: 20rem;
  margin: 0 auto;
}
@media (min-width: 660px) {
  .template-2025-place .image-gallery {
    height: 30rem;
  }
  .template-2025-place .image-gallery img {
    height: 30rem;
  }
}
.template-2025-place .image-gallery {
  margin: 0;
}
.template-2025-place .image-gallery .slick-arrow {
  z-index: 400;
}
.template-2025-place .image-gallery .slick-prev,
.template-2025-place .image-gallery .slick-next {
  width: 30px;
  height: 60px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.85);
  transition: background-color 0.2s ease;
}
.template-2025-place .image-gallery .slick-prev:hover, .template-2025-place .image-gallery .slick-prev:focus,
.template-2025-place .image-gallery .slick-next:hover,
.template-2025-place .image-gallery .slick-next:focus {
  background-color: rgb(255, 255, 255);
}
.template-2025-place .image-gallery .slick-prev::before,
.template-2025-place .image-gallery .slick-next::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  opacity: 1;
  vertical-align: middle;
}
.template-2025-place .image-gallery .slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.template-2025-place .image-gallery .slick-next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}
.template-2025-place .image-gallery .slick-prev,
.template-2025-place .image-gallery .slick-next {
  --r: 8px;
  border-block: var(--r) solid transparent;
}
.template-2025-place .image-gallery .slick-prev {
  left: 0;
  border-radius: 0 var(--r) var(--r) 0/0 calc(2 * var(--r)) calc(2 * var(--r)) 0;
  mask: radial-gradient(var(--r) at 100% var(--r), rgba(0, 0, 0, 0) 98%, #000 101%) 0 calc(-1 * var(--r))/var(--r) 100% repeat-y, conic-gradient(#000 0 0) padding-box;
}
.template-2025-place .image-gallery .slick-next {
  right: 0;
  border-radius: var(--r) 0 0 var(--r)/calc(2 * var(--r)) 0 0 calc(2 * var(--r));
  mask: radial-gradient(var(--r) at 0% var(--r), rgba(0, 0, 0, 0) 98%, #000 101%) 100% calc(-1 * var(--r))/var(--r) 100% repeat-y, conic-gradient(#000 0 0) padding-box;
}
.template-2025-place .image-gallery .slick-dots li {
  width: 40px;
  height: 40px;
  margin: 0;
}
.template-2025-place .image-gallery .slick-dots li button {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.template-2025-place .image-gallery .slick-dots li button::before {
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  opacity: 0.5;
}
.template-2025-place .image-gallery .slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
}
.template-2025-place .details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 400px) {
  .template-2025-place .details {
    padding: 3rem 2rem;
  }
}
@media (min-width: 660px) {
  .template-2025-place .details {
    padding: 4rem;
  }
}
.template-2025-place .details h1 {
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center;
}
.template-2025-place .details p {
  font-size: 1.2rem;
}
.template-2025-place .contacts {
  background-color: #eeeeef;
}
.template-2025-place .contacts .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 800px) {
  .template-2025-place .contacts .wrapper {
    padding: 4rem;
  }
  .template-2025-place .contacts .wrapper > div {
    flex: 1 1 33%;
  }
}
.template-2025-place .contacts .wrapper > div {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 660px) {
  .template-2025-place .contacts .wrapper > div {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media (min-width: 800px) {
  .template-2025-place .contacts .wrapper > div {
    flex: 1 1 calc(33% - 2rem);
  }
}
.template-2025-place .contacts .wrapper > div h2 {
  margin-bottom: 0.5rem;
}
.template-2025-place .contacts .wrapper > div span {
  font-size: 1.2rem;
}
.template-2025-place .contacts .wrapper > div a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
}
.template-2025-place .contacts .wrapper > div a.btn {
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  background: #FFFFFF;
  border: 1px solid #2dbad6;
  border-radius: 0.25rem;
  color: #2dbad6;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}
.template-2025-place .map {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 660px) {
  .template-2025-place .map {
    padding: 3rem 2rem;
  }
}
@media (min-width: 800px) {
  .template-2025-place .map {
    padding: 4rem;
  }
}
.template-2025-place .map iframe {
  width: 100%;
  height: 30rem;
  border: none;
}
.template-2025-place .logo {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.template-2025-place .logo div {
  background-color: gray;
  height: 10rem;
  width: 10rem;
}
.template-2025-place .recommendations {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  background-color: #eeeeef;
}
@media (min-width: 400px) {
  .template-2025-place .recommendations {
    padding: 3rem 0.5rem;
  }
}
@media (min-width: 660px) {
  .template-2025-place .recommendations {
    padding: 4rem 1rem;
  }
}
.template-2025-place .recommendations h2 {
  margin-bottom: 2rem;
}
.template-2025-place .recommendations .card-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
  max-width: 1080px;
}
@media (min-width: 800px) {
  .template-2025-place .recommendations .card-row {
    flex-direction: row;
  }
}
.template-2025-place .recommendations .card-row .card {
  position: relative;
  transition: 0.25s box-shadow;
}
.template-2025-place .recommendations .card-row .card::after {
  content: "Lue lisää";
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.25rem 0.5rem;
  transition: 0.5s opacity;
  background-color: #2dbad6;
  color: #FFFFFF;
  font-weight: 700;
}
.template-2025-place .recommendations .card-row .card:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.template-2025-place .recommendations .card-row .card:hover::after {
  opacity: 1;
}
.template-2025-place .recommendations .card-row .card {
  flex: 1 1 calc((100% - 1rem) / 2);
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  color: inherit;
  text-decoration: inherit;
  border-radius: 0.5rem;
  overflow: hidden;
}
.template-2025-place .recommendations .card-row .card.small {
  flex: 0 0 calc((100% - 2rem) / 3);
}
@media not all and (min-width: 800px) {
  .template-2025-place .recommendations .card-row .card.small {
    flex-direction: row;
  }
  .template-2025-place .recommendations .card-row .card.small .content {
    padding: 1rem;
  }
}
.template-2025-place .recommendations .card-row .card .image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  transition: clip-path 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.template-2025-place .recommendations .card-row .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-2025-place .recommendations .card-row .card:hover .image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%);
}
.template-2025-place .recommendations .card-row .card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem 2rem 2rem;
  text-align: center;
}
.template-2025-place .recommendations .card-row .card .content h2 {
  font-size: 1.25rem;
}
.template-2025-place .recommendations .card-row .card .content .category {
  color: #565c60;
}

/*# sourceMappingURL=template-place.css.map */
