/*-----------------------------------------------------------------
# STYLE UNTERSEITEN (overwrites)
------------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(70vh + 72px);
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    margin-top: -72px;
  }
  #hero .carousel-item {
    width: 100%;
    height: calc(70vh + 72px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/cta-wedding-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
  }