@font-face {
    font-family: "Open Sans"; 
    src: url("../fonts/Open_Sans/OpenSans-Regular.ttf"); 
}
@font-face { 
    font-family: "Exo 2"; 
    src: url("../fonts/Exo_2/Exo2-Regular.ttf"); 
}
@font-face { 
    font-family: "Exo 2 Black"; 
    src: url("../fonts/Exo_2/Exo2-Black.ttf"); 
}
@font-face { 
    font-family: "Play"; 
    src: url("../fonts/Play/Play-Bold.ttf"); 
}
@font-face { 
    font-family: "Orbitron"; 
    src: url("../fonts/Orbitron/Orbitron-Bold.ttf"); 
}
body {
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    font-style: normal;
    color: #111;
    color: #fff;
    background-color: black;
    margin: 0;
    padding: 0;
}
/* Buttons */
button{
    cursor: pointer;
    transition: .2s all ease-in;
}
/* Links */
a {
	color: #222;
    font-size: 1em;
    text-decoration: none;
    transition: 0.4s all ease;
}
a:hover {
	color: darkorange;
}
a.pop:hover img{
    width: 17em !important;
    margin-left: 11% !important;
    margin-top: -19% !important;
    transform: rotate(30deg);
}
a.pop img{
    position: relative;
    transition: 0.1s all ease;
    width: 14em !important;
}
/* List UL OL */
li {
    list-style: none;
}
/* Text */
p {
    line-height: 1em;
    font-size: 1.3em;
    font-family: 'Open Sans', sans-serif !important;
    color: darkgrey;
    font-weight: 400;
}
b {
    font-weight: bold;
	color: white;
	font-style: italic;
}
/* Headlines */
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    font-family:'Segoe, Segoe UI, DejaVu Sans, Trebuchet MS';
    font-family:'DejaVu Sans',sans-serif;
}
h1 {
    font-size: 4em;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 0.8em;
}
/* Column */
.w12 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 95%;
    max-width: 95vw;
    margin: 0 auto;
}
/* Heading */
/* Buttons / Apps / Download */
/* Logo */
/* Icons */
/* Video */
/* Header */
/* Navigation */
/* currently hided */
/* Menu */
/* Container */
#main {
    position: relative;
	width: 100vw;
    height: auto;
    z-index: 9;
}
#appsHeader {
    position: relative;
    line-height: 3.5em;
    height: auto;
    margin-left: 5%;
    margin-top: 7%;
    margin-top: 4%;
    z-index: 10;
}
#appsHeader p {
    color: gainsboro;
    color: grey;
    font-size: 1.3em;
}
#appsHeader h1 {
    color: white;
    font-size: 5em;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: -17px;
}
#appsHeader h2 {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 500;
}
@media(max-width:1000px){
    .product{
        margin: 0;
        padding: 0;
        padding: 25px;
        width: calc(100% - 50px) !important;
    }
    #appsHeader {
        margin-top: 8%;
    }
}
/* Footer */

.info{
    text-align: center;
    font-size: 0.9em;
}
.disclaimer{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    margin-top: 100px !important;
    margin-bottom: 20px;
    z-index: 10;
}
.disclaimer h1{
    color: white;
}
.disclaimer a{
    color: white;
    font-weight: 600;
}
.disclaimer a:hover {
    color: gold;
    font-weight: 600;
}
.disclaimer p{
    font-size: 1em;
    font-weight: 500;
}
/* diverse */
/* Posts */
/* Section - Content */
/* Buttons */
.btn{
    color: #222;
    background-color: transparent;
    background-color: whitesmoke;
    border-color: orangered;
    font-size: 1.2em;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    transition: 1s all ease;
}
.btn:hover {
    color: white;
    background-color: mediumaquamarine;
    border-color: whitesmoke;
}
.donateBtn{
    position: absolute;
    top: 0%;
    right: 2%;
    width: auto;
    height: auto;
    min-height: 30px;
    font-size: 1em;
    padding-left: 35px;
    padding-right: 35px;
    /* border-radius: 0 !important;
    background-color: #666;
    border: 1px solid #444;
    color: white; */
}
.donateBtn i{
    position: relative;
    color: deeppink;
    z-index: 9;
}
#infoBtn{
    width: 100%;
    height: 30px;
    background-color: #111;
    border: 1px solid #000;
    color: whitesmoke;
}
#infoBtn:hover{
    background-color: #222;
    border: 1px solid #111;
}
#infoBtn i{
    color: greenyellow;
}
/* Animation */
#particles-js{
    position: absolute !important;
    width: 100vw;
    height: 100vh;
    z-index: 1 !important;
}
#particles-dc-js{
    position: fixed !important;
    width: 100vw;
    height: 100vh;
    z-index: 1 !important;
}
/* notification */
.notification{
    position: fixed;
    min-width: 15%;
    width: auto;
    width: 35%;
    height: auto;
    top: 16%;
    left: 30%;
    background-color: #111;
    color: white;
    padding: 20px;
    border: 2px solid orange;
    border: 2px solid #333;
    border-radius: 5px;
    text-align: center;
    z-index: 100;
}
.notification.close{
    margin: 0;
    padding: 0;
    width: calc(25% - 20px) !important;
    width: auto !important;
    height: auto;
    min-height: 40px;
    line-height: 2em;
    top: 25%;
    left: 70%;
    height: auto;
}
.notification.close i{
    top: -15px;
    left: -15px;
    position: absolute;
    transform: rotate(10deg);
}
.notification button{
    float: right;
}
.notification h2{
    line-height: 0.2em;
    padding:0;
    margin:0;
}
.notification h3{
    width: 100%;
    width: auto;
    height: auto;
    color: orangered !important;
}
.notification h4{
    width: 100%;
    width: auto;
    height: auto;
    color: whitesmoke !important;
}
.notification p{
    width: 100%;
    width: auto;
    height: auto;
    color: white !important;
    font-size: 1em;
    float: none;
    clear: both;
}
.notification img{
    width: 10%;
    height: auto;
    float: right;
}
.notification i{
    position: relative;
    font-size: 2.3em;
    float: left;
    transform: rotate(25deg);
    color: greenyellow !important;
}
/* Logo */
#logo {
	position: absolute;
    top: 1%;
	width: 20%;
	height: 30px;
	background-image: url('../images/Logo_Biite_1_orange_red_white.svg');
	background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}
/* #footer-logo {
	position: absolute;
	width: 15%;
	height: 150px;
	margin-top: 3%;
	background-image: url('../images/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
} */
/* Images */
/* PWGEN */
/* PWGEN */
/* PWGEN */
/* PWGEN */
/* PWGEN */
/* PWGEN */
/* PWGEN */
/* PWGEN *

#pwgen-wrapper{position: relative; margin-left: auto;margin-right: auto; height: auto;min-height: 420px;}*/

.pwgen {
    position: relative;
    z-index: 19;
}
.pwgen button{
    width: 100%;
    height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    border:2px solid #222;
    color: white;
    background-color: #555;
}
.pwgen button:hover{
    background-color: #333;
}
button#randomString{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
button#randomString2{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
button#pass{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    width: 50%;
    float: left;
}
button#phrase{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    width: 50%;
    float: none;
    clear: both;
}
.pwgen input{
    width: calc(100% - 5px);
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 95px;
    padding-bottom: 95px;
    background-color: #222;
    color: mediumseagreen;
    color: greenyellow;
    font-size: 5em;
    text-align: center;
    font-weight: bold;
    font-family:'Play',sans-serif;
    border:1px solid black;
}
.pwgen #config{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
ul#config li{
    width: calc(100% / 4);
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}
.active{
    background-color: greenyellow !important;
    box-shadow: 0px 0px 6px greenyellow !important;
}
.inactive{
    background-color: #111 !important;
}
#showConfig{
    position: relative;
    z-index: 10;
}
#configHolder{
    display: none;
    text-align: center;
}
.toggle{
    display: block;
}
.infos{
    text-align: left;
    font-weight: 500;
    color: grey;
    line-height: 1.1em;
}
.title{
    font-size: 1.2em;
    font-weight: 600;
    color: whitesmoke;
    line-height: normal;
    font-family: "Exo 2",sans-serif;
}
.title2{
    width: 20%;
    float: left;
    margin-left: 5%;
    font-size: 1.2em;
    font-weight: 500;
    color: grey;
    line-height: normal;
}
.parea{
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: -1;
}
input[type=number] {
    -moz-appearance:textfield;
}

/* mobile */

@media(max-width:1000px){
    #main {
        width: 100%;
        max-width: 100vw;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
    }
    .w12 {
        width: 97% !important;
        max-width: 97vw !important;
        left: 1.5%;
        right: 1.5%;
        margin: 0;
        padding: 0;
    }
    .title{
        font-size: 1.1em !important;
        padding: 20px;
        width: calc(100% - 40px);
    }
    .title2{
        position: absolute;
        float: none;
        width: 80%;
        padding: 25px;
        height: auto;
        z-index: 111;
        background-color: #222;
    }
    .notification{
        left: 0;
        right: 0;
        top: 25%;
        width: 75%;
        margin: 0 auto;
    }
    #logoText{
        display: none;
    }
    #appsHeader h1{
        font-size: 2em !important;
        letter-spacing: -2px;
    }
    .pwgen{
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
    }
    .pwgen input{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 4em;
    }
    .disclaimer{
        position: relative; 
        bottom: auto;
        left: 0;
        width: 100%; 
        text-align: center;
        margin: 0;
        padding: 0;
    }
    #configHolder h6{
        font-size: 0.5em !important;
    }
}