/* Copyright 1999-2012. Parallels IP Holdings GmbH. All Rights Reserved. */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, body {
  border: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
}
body {
  color: #1e1e1e;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
}
img {
  border: 0; vertical-align: middle; -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse; border-spacing: 0;
}
form {
  margin: 0; padding: 0; border: 0;
}

a{
  text-decoration: none;
  color: black;
}

a:hover{
  text-decoration: none;
}

hr {
  display: block; margin: .9em 0; padding: 0; height: 2px; border: 0; border-top: 1px solid #c8c8c8; box-shadow: inset 0 1px 0 #fff;
}
.lte7 hr {
  margin: .5em 0;
}
h1, h2 {
  margin: 10px 0 15px;
  padding: 0;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
}

h2{
  font-weight: 700;
  font-size: 40px;
  font-family: 'Barlow', sans-serif;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
font-family: 'Barlow', sans-serif;
}
ul { margin: 0; padding: 0; list-style: none; }
li { padding: 0 0 8px 14px; background: url(../img/bullet.gif) 0 5px no-repeat; }


@font-face { font-family: 'xtra';
            src: url('../fonts/xtra.woff')  format('woff');
          }

.img-cover{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-contain{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}



nav{
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0px;
  height: 90px;
  left: 0px;
  right: 0px;
  transition: all ease 0.3s;
}

 nav .logo-box{
   margin: 0px auto;
   width: 200px;
   height: 100px;
   left: 0px;
   right: 0px;
   position: absolute;
   top: -70px;
 transition: all ease 0.3s;
 }

 nav.scroll .logo-box{
   margin: 0px auto;
   width: 200px;
   height: 90px;
   top: -20px;
 }

 nav .menu-box-1{
   position: absolute;
   right: 20px;
   top: 0px;
   padding: 0px 0px;
   display: flex;
   align-items: center;
   justify-content: flex-start;
 }

 nav .menu-box-1 .item-box{
   top: 0px;
   padding: 0px 0px;
   display: flex;
   align-items: center;
   justify-content: flex-start;
 }

 nav .menu-box-1 .item{
  margin-right: 40px;
  padding: 40px 0px 0px;
  transition: all ease 0.3s;
 }

 nav.scroll{
  background-color: black;
  border-bottom: 1px solid white;
 }

 nav.scroll .menu-box-1 .item{
  padding: 30px 0px 0px;
 }

 nav a{
   font-size: 30px;
 }

 nav a .fa{
   margin: 20px;
   color: white;
 }

 nav .social-box{
   margin-top: 30px;
   margin-left: 50px;
   margin-right: 30px;
 }

 nav a p{
   font-size: 30px;
 }

header h1{
  color: white;
  letter-spacing: 2px;
  margin-top: 10px;
}

header{
  position: relative;
  height: 100vh;
  width: 100%;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0,0,0,0.3);
  justify-content: center;
  background-position: bottom center;
}

header .img{
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all ease 20s;
  -webkit-animation: zoomin 20s ease-in infinite;
 animation: zoomin 20s ease-in infinite;
 transition: all 20s ease-in-out;
 overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

header .img-1{
  background-image: url('../img/cover.jpg');
}

header .title{
  margin-top: 100px;
  color: white;
  margin-left: 0px;
}

header .subtitle{
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;
  font-family: 'xtra', sans-serif;
}

header h1{
  padding: 0px;
  margin: 0px;
  font-size: 250px;
  padding-bottom: 0px;
  letter-spacing: 15px;
  font-family: 'xtra', sans-serif;
}

header .day{
  font-weight: 900;
  font-size: 120px;
  display: block;
  line-height: 0.8;
}

header .year{
  font-weight: 900;
  font-size: 150px;
  display: block;
  line-height: 1;
}

header .button{
  background-color: white;
  color: black;
  border: 2px solid white;
  display: table;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 50px;
  transition: all ease 0.3s;
}

header .button:hover{
  background-color: white;
  color: black;
}

header .filter{
  width: 100%;
  position: relative;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: rgba(0,0,0,0.8);
}

.overlay.active{
  display: block;
}

.overlay .box{
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay .item-box{
  left: 0px;
  width: 80%;
  right: 0px;
  top: 0px;
  margin: auto;
  z-index: 2;
}

.overlay .item-box .item{
  border-bottom: 1px solid white;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  color: white;
}

.overlay .item-box .item a{
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}

.overlay p.title-2{
  color: white;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 1.5em;
}

.overlay p.title-2 span.title-3{
  font-size: 3.7em;
  line-height: 0.7;
}

.overlay p.title-2 span{
  font-size: 0.7em;
}

.overlay .close-box{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.platte{
  width: 200px;
  height: 200px;
  margin: 0px auto;
  display: table;
  background-image: url('../img/cover_2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 50px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  nav .menu-box-1{
    left: 0px;
    right: 0px;
    margin: auto;
  }
  header{
    position: fixed;
    height: 100%;
    overflow: hidden;
  }
  header .subtitle{
    padding-bottom: 20px;
  }
  nav .social-box{
    margin: auto;
    display: table;
    margin-top: 30px;
    transition: all ease 0.3s;
  }

  header .subtitle{
    text-align: center;
    padding-top: 30vh;
    font-size: 3em;
    line-height: 1.2;
  }

  header .day{
    text-align: center;
    font-size: 100px;
  }

  header .button{
    margin: auto;
    margin-top: 30px;
  }

  nav.scroll{
  background-color: black;
  border-bottom: 1px solid white;
 }

 nav.scroll .social-box{
   margin-top: 20px;
 }

 nav.scroll .menu-box-1 .item{
  padding: 30px 0px 0px;
 }

 .overlay{
   display: block;
   display: flex;
   overflow: scroll;
   align-items: center;
   justify-content: center;
 }

 header .title{
   display: none;
 }

 .platte{
   display: block;
 }

 .overlay .item-box{
   overflow: scroll;
   height: auto;
   margin-bottom: 100px;
 }

}
