*{
  margin: 0;
}
h1{
  text-align: center;
}

.home-img {
    
  margin:0px;
  padding: 0px;
  box-sizing: border-box;

    background-image:url(../images/Homepicverlauf.jpg) ;
  
    min-height: 50vw;
  
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  
    /* Needed to position the navbar */
    position: relative;

    z-index: 4;
  }
 .vanlife-img{
  margin:0px;
  padding: 0px;
  box-sizing: border-box;
  background-image:url(../images/20191027-_DSC5026.jpg) ; 
  min-height: 50vw;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 4;
 } 
 .content-img{
  margin:0px;
  padding: 0px;
  box-sizing: border-box;
  background-image:url(../images/content1.jpg) ; 
  
  min-height: 50vw;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 4;
 } 
 .Lifestyle-img{
  margin:0px;
  padding: 0px;
  box-sizing: border-box;
  background-image:url(../images/LifestyleHead.jpg) ; 
  
  min-height: 50vw;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 4;
 } 
  
  /* Position the navbar container inside the image */
  .container {
    position: sticky;
    padding-top: 10px;
    width: 100%;
  }


  
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: rgba(0, 0, 0, 0.6);
    
    font-family: sans-serif;
    z-index: 3;
}

.logo{
    color: blanchedalmond;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
}

.nav-links{
    display: flex;
    justify-content: space-around;
    width: 30%;
    z-index: 4;
}

.nav-linls li{
    list-style: none;
}

.nav-links a{
    color: blanchedalmond;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
    list-style: none;
}



.burger{
    display: none;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: blanchedalmond;
    margin: 5px;
    transition: all 0.3s ease;

}

@media screen and (max-width:1024px){
    .nav-links{
        width: 60%;
    }
}

@media screen and (max-width:768px){
    body{
       overflow-x: hidden;

    }
}

@media screen and (max-width:768px){
    .nav-links{
        position: absolute;
        right:0px;
        height: 92vh;
        top: 8vh;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
        transform:translateX(100%);
        transition:transform 0.5s ease-in;

    }

    .nav-links li{
        opacity: 0;
    }

    .burger{
        display: block;
    }
}


.nav-active{
    transform:translateX(0%);
}

@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }

    to{
        opacity: 1;
        transform:translateX(0px);
    }
}

.toggle .line1{
 transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2{
    opacity: 0;
}

.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}
  
.column {
  float: left;
  width: 33.33%;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

 .vanlifeImg{
  display: block;
  width: 80%;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vw;
  margin-bottom: 5vw;
  background-image: url(../images/20200628-_DSC9870.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;

}
.vanlifeImg:hover{
  border: black;
  border-style: solid;
}
.contentImg{
  display: block;
  width: 80%;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vw;
  margin-bottom: 5vw;
  background-image: url(../images/contentpic.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}
.contentImg:hover{
  border: black;
  border-style: solid;
}
.lifestyleImg{
  display: block;
  width: 80%;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vw;
  margin-bottom: 5vw;
  background-image: url(../images/lifestylepic.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}
.lifestyleImg:hover{
  border: black;
 border-style: solid;
}
.content{
  font-family: sans-serif;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
  font-size: x-large;
  line-height: 120%;
  z-index: 1;
}


.tl{
  height: 50vw;
}

.thisisus{
  width: 90%;
  height: 20vw;
  width: 100%;
  
  background-image: url(../images/Thisisus.png);
  background-size: 80%;
  background-position: top;
    background-repeat: no-repeat;

}


.timmy{
  
  width: 80%;
  height:70vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vw;
  border-radius: 10px;
  background-image: url(../images/timmy-left.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-family: sans-serif;
  border-radius: 10px;
}

  
.lena{
  
  width: 80%;
  height:70vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vw;
  background-image: url(../images/lena-right.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  font-family: sans-serif;
  border-radius: 10px;
}
 
.tltext{
  width: 80%;
  margin-right:auto;
  margin-left:auto;
  margin-top:5vw;
  position: relative;
}


.footer-img{
  background-image:url(../images/Letsconnect.jpg) ;
  
  min-height: 60vw;

  /* Center and scale the image nicely */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 100px;

  /* Needed to position the footer */
  position: relative;
}

.copyright{
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  font-size: large;
  color: white;
  padding-bottom: 1%;
  
  /*Div am boden ausrichten*/

  position: absolute;
  bottom: 5vw;
}

.adress{
  margin-left: auto;
	margin-right: auto;
}

.IG{
 width: 7%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 5%;
  padding-bottom: 5%;
}

.mail{
 width: 7%;
  position: absolute;
  left: 12%;
  bottom: 0;
  padding-left: 5%;
  padding-bottom: 5%;

}

.footer-menu ul li {
  display: inline-block;
  margin: 15px;

  }
  .footer-menu ul li a {
  font-size: large;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  list-style: none;
  color:white;
  }

  .unten{
    position: absolute;
    bottom: 0;
    text-align: center;
    align-items: center;
    width:90vw;
    margin-left: auto;
    margin-right: auto;
    
  }

/*--------------------------------------ABOUT--------------------------------*/

.about-img {
    
  margin:0px;
  padding: 0px;
  box-sizing: border-box;

    background-image:url(../images/AboutPic-03.jpg) ;
  
    min-height: 50vw;
  
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  
    /* Needed to position the navbar */
    position: relative;

    z-index: 10;
  }

  .mission{
    width: 100%;
    margin-top: 10vw;  
  }

  .column50 {
    float: left;
    width: 50%;
  }
  .med{
    height: 80vh;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    margin-top: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  @media screen and (max-width:900px){
    .column {
      width: 100%;
    }
    .column50{
      width: 100%;
    }
    .lenaImg{
      margin-right: auto;
      margin-left: auto;
    }
    .vanlifeImg{
      height: 50vw;
    }
    .contentImg{
      height: 50vw;
    }
    .lifestyleImg{
      height: 50vw;
    }
    .content{
      font-size: large;
    }
    .footer-img{
      height: 110vw;
      background-image: url(../images/letsconnectsmal-02.jpg);

    }
    .home-img{
      background-image: url(../images/HomePicsmall-06.jpg);
      height: 92vw;
    }
    .about-img{
      height: 92vw;
      background-image:url(../images/AboutPicSmall-07.jpg);
    }
    .tl{
      height: fit-content;
    }
    .unten{
      position: relative;
      padding-bottom: 270px;
      width: 50%;
      margin-left: 50%;
  
    }
    .footer-menu ul li{
      margin: 10px;
    }

    .footer-menu ul li a{
      color: black;
    }
    
    
    .mail{
      width: 20%;
      bottom: 60vw;
      left: 0;
      position: absolute;
      padding-left: 10%;
    }
    
    .IG{
      width: 20%;
      bottom: 35vw;
      position: absolute;
      padding-left: 10%;
      z-index: 1;
      
      
    }
  }
  

  .timmyImg{
    width: 90%;
    height: 200px;
    background-image:url(../images/AboutTimmy.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-bottom: 10vw;
    margin-left: 5vw;
  }
  .lenaImg{
    width: 90%;
    height: 200px;
    background-image:url(../images/aboutLena.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-bottom: 10vw;
    margin-right: 5vw;
  }
  
  .container-about{
    width: 100%;
    
  }
  .content-about{
    text-align: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;

    z-index: 1;

    text-align: center;
    padding-top:10px;
    color:blanchedalmond;
    font-family: sans-serif;
   
  }
  .content-about p{
    padding-right: 5vw;
    padding-left: 5vw;
    padding-bottom: 5vw;
    font-size: 20px;
    
  }
  .content-about h2{
    padding-top: 5vw;
    font-size: 40px;
    
  }
 

  @media screen and (max-width:1124px){
    
    .timmyImg{
      height: 250px;
    }
    .lenaImg{
      height: 250px;
    }
    
    .section{
      
      background-image: url(../images/LenaDolis.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: top;
      margin-top: 50vw;
      margin-bottom: 5vw;
      padding-top: 10px;

    }
    .section h2{
      padding-left: 20px;
     
    }
   
}
.section p{
  padding: 20px;
  font-size: 17px;

}
.section h2{
  padding-top: 20px;
 
}

.Head{
  list-style: none;
  color: white;
  font-style: normal;
  text-decoration: none;
}
.contenVid{
  position: relative;
  bottom: 210;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin-left: 5%;
  margin-right: 5%;
  align-items: center;
  z-index: -1;
}
.contenVid video{
  width: 100%;

}
.vc{
  position: relative;

}


