#infinite {
  background-color: #222;
  background-image: url(../images/windkraft-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tm-hero-text-container {
  background-color: rgba(0, 0, 0, 0.1);
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 
    2px 2px 0 #000,
    0px 2px 0 #000,
    2px 0px 0 #000;
}

.tm-hero-subtitle {
    font-size: 1.6rem;
    line-height: 1.6rem;
}
.tm-hero-subtitle a {
    color: #00b7ff;
}

@media(max-width: 767px) {
    .tm-hero-title {
        font-size: 2rem !important;
        margin-top: 10vh;
    }
    .tm-hero-subtitle {
        font-size: 1.2rem;
        line-height: 1.2rem;
        text-shadow: 
        0px 0px 1px black,
        0px 0px 2px black;
    }
    .tm-hero-subtitle a {
    color: #00b7ff;
}
}