        /* Das IMG-Element, das die SVG-Datei lädt */
.responsive-svg {
    /* Füllt das Fenster komplett aus */
      width: 100vw;
      height: 100vh;
    /* 'contain' sorgt dafür, dass das ganze SVG sichtbar bleibt 
     ohne verzerrt zu werden. */
      object-fit: contain;
            
    /* Sanfter Übergang beim Ändern der Fenstergröße */
      transition: all 0.2s ease;
}

.container_ene{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
    width: 100%;
}
.container_ene span{
    display: block;
}
.text1{
    color: black;
    font-size: 80px;
    font-weight: 700px;
    letter-spacing: 10px;
    margin-bottom: 20px;
    background: ;
    position: relative;
    animation: text 10s 5;
}
.text2{
    color: black;
    font-size: 14px;
    font-weight: 700px;
    letter-spacing: 8px;
    margin-bottom: 20px;
    position: relative;
    animation: text 15s 5;
}
@keyframes text{
    100%{
        color: black;
        letter-spacing: 30px
        margin-bottom: 30px;
    }
    20%{
        letter-spacing: 25px;
        margin-bottom: -25p;
    }
    20%{
        letter-spacing: 10px;
        margin-bottom: -25px
    }
}

nav ul a,
nav .brand-logo {
  color: #1c1c1c;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: black;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}