@font-face {
  font-family: "Roboto Condensed";
  src: url("fonts/RobotoCondensed-Regular.ttf");
  font-weight:400;
}

body {
  font-size: 17px;
  line-height:1.4;
  font-family: 'Lato ', sans-serif;
  color: #fff;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-blend-mode: multiply;
  background-image: url(../img/pv2.jpg);
  background-size: cover;
  background-position:bottom center;
  //background-color: rgba(37,37,37,.5);
}
header {
  padding: 15px;
}

  .wrapper.start {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .wrapper-left {
    position: absolute;
    width:50%;
    left:10%;
    bottom:17%;
  }
  .wrapper-right {
    position: absolute;

    bottom:30px;
    right:100px;
  }
  .wrapper-right img{
    width:250px;
  }


  h1,h2,h3 {
    color: #fff;
    line-height: 1.3;
    padding-bottom: 0;
    margin-bottom: 0;
    text-shadow: 2px 2px 7px rgba(0,0,0,.3);
  }
  h1 {
    font-size: 48px;
    color: #f9d20b;
    color: #75c119;
    line-height: 1;
    margin-bottom:15px;
    font-weight: 600;
  }

  h3 {
    font-size: 28px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;

  }


  h4 {
    font-size: 20px;
  }
  h5 {
    margin-bottom: 20px;
  }
  p {
    //text-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
  }
  a {
    color: #fff;
    font-weight: bold;
  }
  a:hover {
    color: #65B32E;
  }
  a, a:hover {
    text-decoration: none;
    transition: .3s ease-out;
  }

  .btn-anfragen {
    color: #143574;
    background: #75c119;
    padding: 8px 25px;
    margin-top:20px;
    border-radius: 10px;
    display: inline-block;
  }
  .btn-anfragen:hover {
    color: #fff;
  }
  img {
    max-width: 100%;
  }

  .logo {
    width: 250px;
    margin: 20px 0;
  }
/*  .start ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-left: 20px;
  }
  .start ul li {
    width: 50%;
    font-size: 22px;
    list-style: square;
  }
  */
.bullets {
  font-size: 39px;
  opacity: .9;
  margin: 60px 0;
}
.box {
  max-width: 555px;
  margin: 0 auto;
  font-size: 21.5px;
}
.sound-icon {
	display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: calc((100vw - 1110px)/2);
  bottom:10px;
  z-index: 2;
  opacity: .4;
  cursor: pointer;
  transition: opacity .3s ease-out;
}
.sound-icon.no-mute {
  opacity: 1;
  transition: opacity .3s ease-out;
}
.sound-wave {
	  width: 40px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transform: scaleY(0.6);

}

.bar {
	display: block;
    width: 2px;
    margin-right: 1px;
    height: 90px;
    background: #fff;
    animation: sound 0ms -800ms linear infinite alternate;
    transition: height 0.8s;
    border-radius: 4px;
}
@keyframes sound {
    0% {

        height: 6px;
    }
    100% {
        height:46px;
    }
}
.bar:nth-child(1)  { height: 2px; animation-duration: 474ms; }
.bar:nth-child(2)  { height: 10px; animation-duration: 433ms; }
.bar:nth-child(3)  { height: 18px; animation-duration: 407ms; }
.bar:nth-child(4)  { height: 26px; animation-duration: 458ms; }
.bar:nth-child(5)  { height: 30px; animation-duration: 400ms; }
.bar:nth-child(6)  { height: 32px; animation-duration: 427ms; }

  footer {
    position: absolute;
    width:100%;
    right:110px;
    bottom:0px;
    padding: 10px 0;
    font-size: 13px;
    color: rgba(255,255,255,.5);
  }
  footer a {
    padding: 5px 10px;
    color: #555;
    font-weight: 400;
    font-size: 14px;
  }
  footer a:hover {
    color: #99C21C;
    opacity: .8;
  }

@media only screen and (min-width:1900px){
  .start video {
    height: 75vmax;
  }
}
@media only screen and (max-width: 600px) {
	h1 {font-size:28px;}
	h3 {font-size:20px;}
	body {font-size:16px}
	.wrapper-left {
		width:100%;
		position:relative;
		left:0;
		padding:25px 15px;
	}

	.wrapper-right {
		bottom:0;
		right:60px;
	}
}
