@charset "UTF-8";
.template-2025-place .navigation {
  display: none;
  padding: 0 5.5rem;
}
@media (min-width: 800px) {
  .template-2025-place .navigation {
    display: block;
  }
}
.template-2025-place .navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}
.template-2025-place .navigation ul li {
  border-bottom: 4px solid #FFFFFF;
}
.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;
  border-bottom: 4px solid #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: "〉";
  font-size: 1rem;
  margin: 0 0.5rem;
  color: rgb(89.25, 89.25, 89.25);
}
.template-2025-place .breadcrumb ul li a {
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
}
.template-2025-place .breadcrumb ul li a svg {
  height: 1rem;
}
.template-2025-place p, .template-2025-place span {
  color: #565c60;
}
.template-2025-place .image-gallery {
  width: 100%;
  height: 30rem;
  background-color: #2dbad6;
}
.template-2025-place .image-gallery img {
  height: 30rem;
  margin: 0 auto;
}
.template-2025-place .image-gallery {
  margin: 0;
}
.template-2025-place .image-gallery .slick-arrow {
  z-index: 400;
}
.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 0 calc(33.3333333333% - 2rem);
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  color: inherit;
  text-decoration: inherit;
  border-radius: 0.5rem;
  overflow: hidden;
}
@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 {
  transition: 0.25s all;
}
.template-2025-place .recommendations .card-row .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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 */
