
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
body{
	color: #f444ff;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;

}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/pash.jpg) no-repeat;
    background-size: cover; 
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png);
}

.ie7 body{
	overflow:hidden;
}

.clr{
	clear: both;
}


.container {
background-repeat: no-repeat;
  width: 20em;
  height: 10em;
  margin: 0em auto;
}
.inner {
z-index: 0;

position: absolute;
  width: 22em;
  height: 6em;
  margin: 0em auto;
  top: 50%;
left: 50%;
margin-top: -10em;
margin-left: -11em;
    text-align:center;
    text-shadow: 2px 2px 5px #000;

}

.inner ul li {
    display:inline;
 font-style: normal;
 text-transform: uppercase;
 letter-spacing: 0.2ex;
 font-weight: normal;
 font-family: 'Montserrat', sans-serif;
 color: #fff;
       font-size:0.96em;
    padding:0 2px;
    margin-top: 0;
      animation: leiste 2s;

    text-decoration:none;

}

.inner li a {

 	color: #fff;
	text-decoration: none;
text-shadow:
    0 0 20px #000,
    	padding: 3px 3px;

}
.inner li a:hover {



}
.logo {
  width: 20em;
  height: 11em;
  animation: bounceIn 2s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  padding: 0;

  cursor: default;
}
.logo:hover {

  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: default;
}
svg .cls-1 { fill: #fff; 
   
   
         

}
.bot{
position:fixed;
bottom:30px;
width:100%;
      animation: linksin 3s;

}

.links {
width:344px; 
margin:0px auto; 
z-index: 0;

}
.links ul li {
    display:inline;
     padding:0 5px;
    margin-top: 0;
    text-decoration:none;

}

.links li a {

 	color: #fff;
	text-decoration: none;
text-shadow:
    0 0 20px #000,
    	padding: 3px 3px;

}


@keyframes leiste {
 0% {
      opacity: 0;
  }
 30% {
      opacity: 0;
  }
 
    100% {
    }
  }

@keyframes bounceIn {
  0% {
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);

    opacity: 0;
  }
   60% {
  	-webkit-transform:translateY(5%);
  	transform:translateY(5%);
  }
    100% {
  	-webkit-transform:translateY(0%);
  	transform:translateY(0%);
  }
  }

@keyframes linksin {
  0% {
	-webkit-transform:translateY(100%);
	transform:translateY(100%);

    opacity: 0;
  }
  30% {
	-webkit-transform:translateY(100%);
	transform:translateY(100%);

    opacity: 0;
  }
   60% {
  	-webkit-transform:translateY(-15%);
  	transform:translateY(-15%);
  }
    100% {
  	-webkit-transform:translateY(0%);
  	transform:translateY(0%);
  }
  }


.contact #center h5 {
	font-size: 2.7ex;

 line-height: 2.3ex;
 letter-spacing: 0.4ex;

}
.downloads #center #cont {
border: solid white 1px;
width: 300px;

}

/* Overlay style */
.overlay3 {
	position: fixed; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	z-index: 0;

}

.contact {
display: none;
color: #5622a5;
	width: 100%;
	z-index: 100;

	top: 0;
	left: 0;
	padding-top: 70px;

}


.contact .overlay-close {
	width: 20px;
	height:20px;
	position: fixed;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

.contact #center {
	z-index: 100;

	text-align: center;
	font-style: normal;
	font-size: 1.4ex;
 letter-spacing: 0.2ex;
 line-height: 3.5ex;
 font-weight: normal;
 font-family: 'Montserrat', sans-serif;
 color: #fff;
width: 80%;
max-width: 400px;
margin: 0 auto;
}
.contact #center a {
	z-index: 100;

 text-decoration: none;

 color: #fff;
 border-bottom: solid 1px;
 

}
.contact #center h1 {
	font-size: 3.7ex;

 line-height: 2.3ex;
 letter-spacing: 0.4ex;
 	z-index: 100;


}


@media screen and (min-width: 600px) { 
	.logo {
  width: 50em;
  height: 18em;
  padding: 0;
  
}

.container {
  width: 50em;
    height: 18em;

}
.inner {
position: absolute;
  width: 50em;
  height: 15em;
  margin: 0em auto;
  top: 50%;
left: 50%;
margin-top: -13em;
margin-left: -25em;
}



.contact .overlay-close {
	width: 30px;
	height: 30px;
}

.inner ul li {
    display:inline;
 font-style: normal;
 letter-spacing: 0.2ex;
 font-weight: normal;
 font-family: 'Montserrat', sans-serif;
 color: #fff;
       font-size:1em;
    padding:0 5px;
    text-decoration:none;

}

@media screen and (max-device-width: 800px) {
    html {
         background: url(../images/pash.jpg) #000 no-repeat center center fixed;
    }
    #bgvid {
        display: none;
    }
}

}