.weingut_tab {
  // background: $secondary-color;
  .entry-content {
    *:not(.weingut-galerie) {
      // max-width: 800px;
      max-width: 100%;
    }
    .weingut-galerie {
      // display: grid;
      // grid-template-columns: 1fr 1fr 1fr;
      // grid-gap: 20px;
      display: flex;
      gap: 20px;
      // flex-wrap: wrap;
      a {
        margin-bottom: 14px;
        width: 100%;
        flex-shrink: 1;
        flex-grow: 1;
      }
      a:not(:last-child) {
        // margin-right: 20px;
      }
    }
  }
}
