.gastro-container {
  width: 100%;
  max-width: 320px;
  font-family: sans-serif;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 1;
  margin-left: auto;
    margin-right: auto;
  transition:
    opacity 0.4s ease,
    max-height 0.4s ease,
    margin 0.4s ease,
    padding 0.4s ease;
        height: 100%;
}

.module-hidden{
  width: 0px;
    height: 0px;
    display: none;
}

.gastro-container {
  width: 100%;
  max-width: 320px;
  font-family: sans-serif;
  opacity: 1;
  transition:
    opacity 0.4s ease,
    max-height 0.4s ease,
    margin 0.4s ease,
    padding 0.4s ease;
}

.gastro-container.hidden {
  opacity: 0;
  max-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
}

.gastro-container.really-hidden {
  display: none;
}


/* Bild */
.gastro-full-image img {
  width: 100%;
  height: auto;
  display: block;
  mask-image: radial-gradient(ellipse 170% 62% at 50% 130%, transparent 60%, black 62%);
  mask-composite: subtract;
  -webkit-mask-image: radial-gradient(ellipse 170% 62% at 50% 130%, transparent 60%, black 62%);
  -webkit-mask-composite: destination-out;
}


/* Titel */
.gastro-title {
  font-size: 1.4em;
  margin: 0;
  margin-top: 1.7rem;
  line-height: 0.3em;
  color: #1d4a6d;
}

/* Beschreibung */
.gastro-description {
  font-size: 1em;
  padding: 1.2rem;
  padding-top: 0;
  line-height: 1.3rem;
  color: #333;
}

/* Ab: */
.gastro-ab {
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
  margin-bottom: 1%;
}


.gastro-full-image-wrapper {
  position: relative;
  overflow: hidden;
}

.gastro-full-content{
  margin-top: -5%;
}


/* Responsive */
@media (max-width: 767px) {
  .gastro-container {
    width: 90%;
  }

  .gastro-title {
            font-size: 1.35em;
        line-height: 1rem;
        margin-top: 1.6rem;
  }

  .gastro-description {
    font-size: 1em;
    line-height: 1.3em;
  }
}
