/* =========================================================
   07 – GCGF UNTERSEITEN: WELLE & FOLGESEKTION
   Universell für Unterseiten mit Enfold-Vollbreiten-Slideshow
   ========================================================= */


/* ---------------------------------------------------------
   Unsichtbare Trägersektion direkt unter der Slideshow
   --------------------------------------------------------- */

.gcgf-subpage-wave-section {
  position: relative !important;
  z-index: 6;

  height: 0 !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;

  overflow: visible !important;
}


/* Enfold-Abstände und Containerbegrenzung entfernen */

.gcgf-subpage-wave-section > .container,
.gcgf-subpage-wave-section .content,
.gcgf-subpage-wave-section .post-entry,
.gcgf-subpage-wave-section .entry-content-wrapper,
.gcgf-subpage-wave-section .flex_column,
.gcgf-subpage-wave-section .avia_codeblock {
  position: static !important;

  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* ---------------------------------------------------------
   Wellenblock
   --------------------------------------------------------- */

.gcgf-subpage-wave {
  position: absolute;

  left: 0;
  right: 0;
  bottom: -35px;

  width: 100%;
  height: 175px;

  margin: 0;
  padding: 0;

  line-height: 0;
  pointer-events: none;

  z-index: 2;
}


.gcgf-subpage-wave svg {
  display: block;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;
}


/* ---------------------------------------------------------
   Farben und Verläufe
   --------------------------------------------------------- */

.gcgf-subpage-wave__base {
  fill: var(--gcgf-warmwhite, #f8f8f4);
}


.gcgf-subpage-wave__green {
  fill: url(#gcgfSubpageFairwayPattern);
  opacity: 0.9;

  filter:
    drop-shadow(0 7px 7px rgba(45, 65, 30, 0.14));
}


.gcgf-subpage-wave__sand {
  fill: url(#gcgfSubpageSandGradient);
}


.gcgf-subpage-wave__accent {
  fill: #841d5b;
}


/* ---------------------------------------------------------
   Erste Inhaltssektion nach der Welle
   --------------------------------------------------------- */

.gcgf-subpage-after-wave {
  position: relative;

  z-index: 1;

  background: var(--gcgf-warmwhite, #f8f8f4) !important;
  border-top: 0 !important;
}


.gcgf-subpage-after-wave .content {
  padding-top: 90px !important;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media only screen and (max-width: 989px) {

  .gcgf-subpage-wave {
    height: 145px;
  }

  .gcgf-subpage-after-wave .content {
    padding-top: 75px !important;
  }

}


/* ---------------------------------------------------------
   Smartphone
   --------------------------------------------------------- */

@media only screen and (max-width: 767px) {

  .gcgf-subpage-wave {
    height: 105px;
  }

  .gcgf-subpage-after-wave .content {
    padding-top: 55px !important;
  }

}
