a#fade_success {
  border-bottom: 1px solid rgba(192, 192, 192, 0);
  transition: border 0.2s;
}

a#fade_success:hover {
  border-bottom: 1px solid silver;
}

.node--view-mode-teaser {
  max-width: 280px;
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}



.node--view-mode-teaser img {
  display: table;
  margin: 0 auto;
}

.node--view-mode-teaser .taxo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-top: 10px;
}

.node--view-mode-teaser .taxo-row>* {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 10px;
}

.node--view-mode-teaser .read-more-link {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: border 0.2s;
  font-size: 20px;
  line-height: 27px;
}

.node--view-mode-teaser .read-more-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser .read-more-link:focus,
.node--view-mode-teaser .read-more-link:hover {
  border-bottom: 1px solid rgba(192, 192, 192, 0);
}

.node--view-mode-teaser h2,
.node--view-mode-teaser h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  font-family: "Guimet";
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}

.node--view-mode-teaser.node--type-location {
  text-align: center;
  max-width: unset;
  width: 100%;
  background: #F4F4F2;
  padding-bottom: 40px;
  padding-top: 40px;
}

.node--view-mode-teaser.node--type-location .text-content {
  max-width: 240px;
  margin: 0 auto;
}

.node--view-mode-teaser.node--type-location img {
  display: block;
}


.node--view-mode-teaser.node--type-location .media-wrapper {
  overflow: hidden;
  margin: 0px 20px 0px;
  max-width: 210px;
}

@media (min-width:700px) {
  .node--view-mode-teaser.node--type-location .media-wrapper {
    margin: 0px auto 10px;
  }
}

.node--view-mode-teaser.node--type-location .media-wrapper img {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}

.node--view-mode-teaser.node--type-location:hover .media-wrapper img {
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}

.node--view-mode-teaser.node--type-location .field--name-field-title,
.node--view-mode-teaser.node--type-location h2,
.node--view-mode-teaser.node--type-location h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.node--view-mode-teaser.node--type-location .open-status {
  font-size: 13px;
  line-height: 18px;
}

.node--view-mode-teaser.node--type-location .open-status .open-hour-dot {
  background: #23CAA2;
}

.node--view-mode-teaser.node--type-location .open-status .open-hour-dot.closed {
  background: #ff8e8e;
  border-color: #d22929
}

.node--view-mode-teaser.node--type-location address {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Avenir;
}

.node--view-mode-teaser.node--type-location address .postal-code,
.node--view-mode-teaser.node--type-location address .country {
  display: none;
}

.node--view-mode-teaser.node--type-location .booking-btn {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}

.node--view-mode-teaser.node--type-location .read-more-link {
  display: inline-block;
  margin: 20px auto 0;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: border 0.2s;
  font-size: 20px;
  line-height: 20px;
}

.node--view-mode-teaser.node--type-location .read-more-link:focus,
.node--view-mode-teaser.node--type-location .read-more-link:hover {
  border-bottom: 1px solid rgba(192, 192, 192, 0);
}

@media (max-width: 990px) {
  .node--view-mode-teaser {
    margin-bottom: 40px;
  }

  .node--view-mode-teaser .taxo-row>* {
    margin: 5px 10px;
  }

  .node--view-mode-teaser h2,
  .node--view-mode-teaser h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .node--view-mode-teaser.node--type-location .field--name-field-title,
  .node--view-mode-teaser.node--type-location h2,
  .node--view-mode-teaser.node--type-location h3 {
    margin: 20px 10px;
  }
}

@media (max-width: 750px) {
  .node--view-mode-teaser.node--type-location img {
    max-width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
    margin-left: 0;
  }

  .node--view-mode-teaser.node--type-location {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .node--view-mode-teaser.node--type-location .text-content {
    width: calc(100% - 120px);
    padding-top: 10px;
  }
}

@media (max-width: 640px) {
  .node--view-mode-teaser .read-more-link {
    font-size: 12px;
    line-height: 16px;
  }

  .node--view-mode-teaser.node--type-location .field--name-field-title,
  .node--view-mode-teaser.node--type-location h2,
  .node--view-mode-teaser.node--type-location h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
  }

  .node--view-mode-teaser.node--type-location .open-status {
    font-size: 12px;
  }

  .node--view-mode-teaser.node--type-location address {
    font-size: 10px;
    line-height: 16px;
  }

  .node--view-mode-teaser.node--type-location .booking-btn {
    font-size: 13px;
    line-height: 18px;
  }

  .node--view-mode-teaser.node--type-location .read-more-link {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .node--view-mode-teaser img {
    width: 240px;
  }
}


.node-type-collection .node--view-mode-teaser .image-wrapper,
.node-type-hub-treasure .node--view-mode-teaser .image-wrapper {
  max-width: 225px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.node--view-mode-teaser .image-wrapper {
  max-width: 210px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.node--view-mode-teaser:hover .image-wrapper img {
  transition: transform 0.4s ease-out;
  transform: scale(1.05);
}

.node--view-mode-teaser .image-wrapper img {
  transition: transform 0.4s ease-out;
  transform: scale(1);
}
