*   {
margin:0;
padding:0;
}

body, html{

  margin:0;
  padding: 0;
  font-size:16px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  color: #FFFBF9;
}

header{
  z-index: 100;
  opacity: 1;
}
footer{
  background: #0C0400;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #FFFBF9;
}
footer div{
  margin: 10px;
}

footer div ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer div ul li{
  list-style: none;
}

footer div ul li a{
  margin: auto;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFBF9;
}

nav{
  position: fixed;
  line-height: 70px;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  transition: .3s;
}
nav.black{
  background: #0C0400;
}




nav .logo{
  float: left;
  height: 30px;
  width: 300px;
  background-image:url('../pics/logoWhite.png');
 
  background-size:contain;
    background-repeat:no-repeat;
  font-weight: 700;
  font-size: 30px;
}


.menu-icon {
  line-height: 60px;
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  
  cursor: pointer;
  color: #fff;
  display: none;
}

nav ul{
  line-height: 30px;
  list-style: none;
  float: right;


  overflow: hidden;
}

nav ul li{
  list-style: none;
  display: inline-block;
}

nav ul li a{
  color: #FFFBF9;
  margin: auto;
  font-size: 20px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.orange{
  color: #DB5000;
}


section.sec1{
  z-index: -1;
  width: 100%;
  height:100vh;
  background-image:url('../pics/smartphone_dark.jpg');
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-content: center;
}

section.sec2{
  width: 100%;
  height:100vh;
  margin: auto;
  background: #DB5000;
  display: flex;
  justify-content: center;
  align-content: center;
}



section.sec3{
  width: 100%;
  height:100vh;
  background-image:url('../pics/sparkle.jpg');

  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment: fixed;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-content: center;
}


.wrapper{

  margin: 0;
}
.s1Wrapper{
  font-size: 100px;
  height:50vw;
  width: 50vw;
  max-width: 300px;
  max-height: 300px;
  font-weight: 700;
  margin: auto;
  background-image:url('../pics/oWhite.png');
  opacity: 0.7;
  background-size:cover;
}
.homeTextLeft{
  height:2em;
  width: 50vw;
  max-width: 300px;
  max-height: 300px;
  margin: auto;
  background-image:url('../pics/textEmsenhuberWhite.png');
  background-size:     contain;                      /* <------ */
  background-repeat:   no-repeat;
  background-position: right center;
  opacity: 0.7;
}
.homeTextRight{
  height:2em;
  width: 50vw;
  max-width: 300px;
  max-height: 300px;
  margin: auto;
  background-image:url('../pics/textSolutionsWhite.png');
  background-size: contain;    
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.7;
}

.sec2Left{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: auto;
}
.sec2 img{
  height: 40vh;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius:100%;
  margin: auto;
}
.sec2Right{
  width: 50%;
  height: auto;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-content: flex-start;
  align-content: right;
  margin: auto;
}
.sec2Right p{
  font-size:16px;
  color:  #0C0400;
  line-height: 48px;
  
}

.aboutTextFranz{
  font-size:32px;
  font-weight: 700;
}
.aboutTextEmsenhuber{
  font-size:32px;
  font-weight: 200;
}
.aboutTextTitle{
  font-size:24px;
  font-weight: 500;
}

.projectContainer{
  width: 20vw;
  height: 20vw;
  min-width: 150px;
  min-height: 150px;
  margin: auto;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-content: center;
}
.projectContainer:hover{
  background: rgba(255, 255, 255, 0.25);
}



.projectContainer div{
  margin: auto;
}

.contactContainer{
  width: 10vw;
  height: 10vw;
  min-width: 80px;
  min-height: 80px;
  margin: auto;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-content: center;
}
.contactContainer:hover{
  background: rgba(255, 255, 255, 0.25);
}

.contactContainer a{
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  text-decoration: none;
}
.contactIcons{
  color: #FFFBF9;
  font-size: 32px;
  margin: auto;
}

#secImpressum{
  background: #0C0400;
  display: none;
  flex-direction: row;
  justify-content: space-around;
}

@media(max-width: 920px) {
  .logo {
        position: fixed;
        top: 0;
        margin-top: 30px;
        
  }
  nav ul {
        max-height: 0px;
        background: #0C0400;
  }

  nav.black ul {
        background: #000;
  }

  .showing {
        max-height: 34em;
  }

  nav ul li {
        box-sizing: border-box;
        width: 100%;
        padding: 24px;
        text-align: center;
  }

  .menu-icon {
        display: block;
  }

  section.sec1{
    flex-direction: column;
    align-content: center;
    z-index: -1;
    
  }
  .homeTextLeft{
    background-position: center center;
    height: 1em;
    opacity: 1;
  }
  .homeTextRight{
    background-position: center center;
    height: 1em;
    opacity: 1;
  }
  .s1Wrapper{
    display: none;
  }
  .sec2 img{
    height: 30vh;
  }
  .sec2Right{
    width: 65%;
  }
  .sec2Left{
    width: 35%;
  }

}
