.main-wrapper .section-content {
  margin-right: -20px;
  margin-left: -20px;
  width: calc(100% + 40px);
}

.section-content {
  position: relative;
  padding: 48px 40px;
}

.section-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: var(--bg-grey-200);
  height: 1px;
  width: 100%;
}

.section-content+.section-content::after {
  opacity: 1;
}

.header-section-content {
  margin-bottom: 32px;
}

.lists-usp-restauplant {
  display: flex;
  flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}

.lists-usp-restauplant .usp-restauplant {
  width: 32%;
}

.usp-restauplant .icon-usp {
  width: 66px;
  min-height: 70px;
  padding: 10px;
  background: #ffffff;
  border-radius: 20px;
  border: 4px solid #eee;
  display: flex;
  align-items: center;
}

.usp-restauplant .icon-usp .image-wrapper {
  width: 60px;
}

.usp-restauplant .content-usp p {
  font-weight: 500;
  text-align: left;
}

.usp-restauplant .content-usp h3 {
  width: 60%;
  margin-bottom: 12px;
}

.usp-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.usp-heading h3 {
  margin: 0 0 0 15px;
}

.action-section-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 46px auto 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}

.action-section-content .cta-section-content {
  padding: 12px 34px 18px;
  font-size: var(--fontsize-md);
  text-align: center;
}

.listing {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  /*overflow: auto;*/
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}

.listing-block {
  flex-wrap: nowrap;
  padding-bottom: 6px;
  overflow-x: auto;
}

.listing-block::-webkit-scrollbar {
  display: none;
}

.listing .city-restaurant-home {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: var(--fontsize-sm);
  font-weight: 500;
  color: var(--text-grey);
}

.listing .title-listing {
  display: block;
  font-size: 1.2223rem;
  font-weight: 700;
}

.listing .title-listing a:hover {
  color: var(--text-green);
}

.listing .lists-restaurant-shown-home {
  display: flex;
  flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  font-size: var(--fontsize-sm);
  line-height: 1;
  font-weight: 500;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}

.listing .lists-restaurant-shown-home li {
  display: flex;
  align-items: center;
  margin-top: 0;
  width: auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

.listing .lists-restaurant-shown-home li+li {
  margin-left: 10px;
}

.listing .lists-restaurant-shown-home .number-shown:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid var(--border-black);
  border-radius: 2px;
  height: 100%;
  width: 100%;
}

.listing .lists-restaurant-shown-home .number-shown {
  position: relative;
  display: inline-block;
  margin-right: 5px;    padding: 4px;
  font-weight: 700;
  width: 25px;
  text-align: center;
}

.listing .lists-restaurant-shown-home .name-shown {
  display: inline-block;
}

.listing .review-restaurant {
  display: flex;
  align-items: center;
  font-size: var(--fontsize-sm);
  font-weight: 500;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

.listing .review-restaurant .number-review {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 6px;
  background-color: var(--bg-green);
  height: 28px;
  width: 28px;
  padding-bottom: 4px;
  color: var(--text-white);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

.listing .info-restaurant {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

.listing .info-restaurant .cta-menu-restarant {
  padding-left: 20px;
  font-size: var(--fontsize-sm);
  color: var(--text-green);
}

.listing .spacer-dot {
  display: inline-block;
  margin: 0 6px;
}

.listing .type-restaurant {
  margin-top: 10px;
  font-size: var(--fontsize-sm);
  font-weight: 500;
  color: var(--text-grey);
}

.listing .thumbnail-listing-list {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.listing .image-wrapper {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.listing .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  height: 100%;
  width: 100%;
}

.listing .image-wrapper:hover img {
  transform: scale(1.04);
}

.listing-block.lists-4 .listing-item {
  min-width: 240px;
  width: 240px;
  flex: 0 0 auto;
}

.listing-block.lists-6 .listing-item {
  min-width: 200px;
  width: 200px;
}

.listing-item {
  min-width: 292px;
  width: 292px;
}

.listing-block .listing-item:not(:first-child) {
  margin-left: 24px;
}

.listing-block .content-listing-list {
  padding-top: 8px;
}

.listing-block .content-listing-list {
  width: 100%;
}

.listing-block .thumbnail-listing-list {
  width: 100%;
  height: 175px;
}

.listing-block.lists-6 .listing-item .thumbnail-listing-list {
  height: auto !important;
}

.listing-list .article-list {
  border: 0;
  padding: 0;
  min-width: 240px;
  width: 240px;
}

.newsletter-homepage {
  margin: 20px 0;
}

.newsletter-restauplant {
  display: flex;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  justify-content: center;
  align-items: center;
}

.newsletter-restauplant p {
  font-size: var(--fontsize-md);
}

.newsletter-restauplant .icon-newsletter {
  width: auto;
  margin-right: 25px;
}

/*.newsletter-restauplant .text-newsletter {*/

/*    width: 80%*/

/*}*/

.newsletter-restauplant .icon-newsletter img {
  height: 76px;
  width: 173px;
}

.listing-reviewed-restaurant .lists-restaurant-shown-home {
  margin-top: 4px;
}

.listing-reviewed-restaurant .lists-restaurant-shown-home .number-shown {
  padding-right: 0;
  padding-left: 0;
}

.listing-reviewed-restaurant .lists-restaurant-shown-home .number-shown:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid var(--border-black);
  border-radius: 2px;
  height: 100%;
  width: 100%;
}

.listing-reviewed-restaurant .lists-restaurant-shown-home li+li {
  margin-left: 6px;
}

.listing-reviewed-restaurant .lists-restaurant-shown-home li+li:before {
  content: '·';
  margin-right: 6px;
  height: 4px;
  width: 4px;
  font-size: var(--fontsize-md);
  line-height: 0;
}

.listing .reviewer-restaurant {
  margin-top: 10px;
}

.header-reviewer {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

.avatar-reviewer {
  position: relative;
  border: 1px solid var(--border-green);
  border-radius: 50%;
  background-color: var(--bg-white);
  height: 44px;
  width: 44px;
  overflow: hidden;
  padding: 2px;
}

.avatar-reviewer img {
  border-radius: 50%;
}

.bio-reviewer {
  display: flex;
  flex-direction: column;
  font-size: var(--fontsize-sm);
  font-weight: 500;
  color: var(--text-grey);
  align-items: baseline;
}

.avatar-reviewer+.bio-reviewer {
  margin-left: 14px;
}

.bio-reviewer .name-reviewer {
  font-weight: 700;
  color: var(--text-black);
}

.header-reviewer .total-review {
  margin-left: auto;
}

.total-review {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: var(--bg-green);
  height: 34px;
  width: 34px;
  padding-bottom: 8px;
  font-size: var(--fontsize-md2);
  line-height: 0;
  color: var(--text-white);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

.content-reviewer {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.content-reviewer .date-reviewer {
  display: block;
  margin-bottom: 12px;
  color: var(--text-grey);
}

.content-reviewer p {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.title-section-content .subtitle-section {
  display: block;
  font-size: var(--fontsize-xl);
  font-weight: 400;
}

.section-content-block .title-section-content {
  font-size: var(--fontsize-xl2);
  text-align: center;
}

.row-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}

.row-block .col-block-content,
.row-block .col-block-media {
  width: calc(50% - 20px);
}

.row-block .col-block-content {
  font-weight: 500;
}

.col-block-content .cta-block-wrapper {
  margin-top: 30px;
}

.popup.popup-menu {
  align-items: flex-start;
  padding-top: 60px;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}

.pdfviewer-wrapper.menu-restaurant-wrapper .viewport-container {
  height: 74vh;
}

.pdfviewer-wrapper {
  height: 80vh;
}

.menu-restaurant-wrapper .viewport-container canvas {
  transform: scale(1);
}

.soon-the-world {
  text-align: center;
  padding: 0.5rem;
  font-size: var(--fontsize-sm);
  margin: 0 auto;
  color: #ffffff;
  background-color: #3a403e;
}

.known-from {
  display: flex;
  justify-content: space-evenly;
}

.known-from img {
  width:auto;
  height:150px;
  display: initial;
}

.article-tag {
  color: #696969;
  margin-bottom: 5px;
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
}

.contact-restaurant {
  display: inline-block;
  margin-left: 15px;
  color: #50850b;
}

.header-lists {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.thumbnail-listing-home {
  margin-bottom: 12px;
}

.photo-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffffd6;
  margin-right: 10px;
  z-index: 9;
  font-size: 15px;
}

.photo-credit a {
  color: #ffffffd6;
}

.photo-credit a:hover {
  text-decoration: underline;
}

.top-cities-right {
  margin-left: auto;
}

@media all and (max-width: 1199px) {
  .main-wrapper .section-content {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .section-content {
    padding-right: 0;
    padding-left: 0;
  }

  .section-content::after {
    left: -20px;
    width: calc(100% + 40px);
  }

  .listing-block {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /*margin-right: -20px;*/
    /*margin-left: -20px;*/
    /*width: -webkit-calc(100% + 40px);*/
    /*width: -moz-calc(100% + 40px);*/
    /*width: calc(100% + 40px);*/
    /*padding-right: 20px;*/
    /*padding-left: 20px;*/
  }

  .popup.popup-menu {
    padding: 6px;
  }

  .popup-menu .popup-wrapper {
    padding: 36px 6px 6px;
  }
}

@media all and (max-width: 900px) {
  .lists-usp-restauplant .usp-restauplant {
    width: 100%;
  }

  .lists-usp-restauplant .usp-restauplant:not(:last-child) {
    margin-bottom: 60px;
  }

  .action-section-content .cta-section-content {
    padding-right: 26px;
    padding-left: 26px;
  }

  .newsletter-restauplant {
    width: 100%;
  }

  .row-block .col-block-content,
    .row-block .col-block-media {
    width: 100%;
  }

  .row-block .col-block-media {
    order: -1;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
  }

  .col-block-content .cta-block-wrapper {
    text-align: center;
  }

  .popup-menu .title-popup {
    font-size: var(--fontsize-md);
    text-align: center;
  }

  .pdfviewer-wrapper.menu-restaurant-wrapper .viewport-container {
    height: 60vh;
  }

  .menu-restaurant-wrapper .viewport-container canvas {
    transform: scale(.9);
  }

  .newsletter-restauplant .icon-newsletter, .newsletter-restauplant .text-newsletter {
    width: 100%;
    text-align: center;
  }

  .newsletter-restauplant .icon-newsletter img {
    margin: 0 auto 20px;
  }

  .contact-restaurant {
    margin: 20px 0 0 0;
  }

  .usp-restauplant .content-usp {
    text-align: center;
  }

  .usp-restauplant .content-usp h3 {
    width: 100%;
  }
}

@media all and (max-width: 600px) {
  .listing-home .listing-item:not(:first-child) {
    margin-left: 10px;
  }

  .newsletter-restauplant p {
    font-size: var(--fontsize);
  }

  .section-content-block .title-section-content {
    font-size: var(--fontsize-xl);
  }

  .title-section-content .subtitle-section {
    font-size: var(--fontsize);
  }

  .known-from {
    display: initial;
    text-align: center;
  }

  .quickcity-homepage {
    display: block;
    margin-top: 5px;
  }

  .thumbnail-listing-home {
    height: 175px;
  }

  .listing .image-wrapper img {
    height: 175px;
  }

  .listing-block .content-listing-list {
    padding: 0;
  }

  .header-lists {
    align-items: flex-start;
    flex-direction: column;
  }

  h2.title-section-content {
    margin-bottom: 0;
  }

  .section-content {
    padding: 30px 0 20px 0;
  }

  .avatar-reviewer .image-wrapper img {
    height: auto;
  }

  .listing-block.lists-6 .listing-item {
    min-width: 120px;
    width: 120px;
  }

  .top-cities-right {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }

  .top-cities-right a {
    margin-right: 10px;
    font-size: var(--fontsize-sm);
    padding: 10px 12px;
  }

  a.list-restaurants {
    order: 2;
  }
}


