html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.1s ease all;
    transition: 0.1s ease all;
font-family: 'Lexend Tera', sans-serif;
font-size: 10px;
cursor: none!important;
}
*{
    cursor: none!important;
}

/* SELECTION */
::-moz-selection {
    background-color: #FFDD33;
    color: #222222;
}
::selection {
    background-color: #FFDD33;
    color: #222222;
}
::-moz-selection {
    background-color: #FFDD33;
    color: #222222;
}

/* SEITEN */

#fly{
    position: fixed;
    width: 50px;
    height: 50px;
    background-image:url(cursor.png); 
    background-size: contain;
    background-repeat: no-repeat;
    border:none;
}

#ads{
    position: fixed;
    width: 400px;
    height: 290px;
    bottom: 0;
    right: 40px;
    z-index: 999;
    background-image:url(../ad.png); 
    background-size: contain;
    background-repeat: no-repeat;
    border:none;
    transform: translateY(350px);
    transition: ease 0.8s;
    cursor: pointer;
}

#ads.show{
    transform: translate(0)!important;
}


#wrapper{
    max-width: 700px;
    margin: 0 auto;
    width: 90%;
        text-align: center;
}

#wrapper > img{
    width: 100%;
    margin: 70px auto;
    flex:1;
    display: block;
}

img:first-child { 
    margin-top: 100px!important;
}



span > small{
    color: red;
/*  font-size: 13px;*/
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
}

#contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 10px;
    top: 40px;
}

#contact > span{
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 400;
}

.high{
    width: 45%!important;
}

#insta{
    width: 20px;
    height: 20px;
    background-image: url(../img/insta.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: ease 0.6s;
    transition:ease 0.6s;
}


.show{
    -webkit-transform: translateX(0px)!important;
            transform: translateX(0px)!important;
}

span{
    font-weight: 700;
}

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

a:hover{
    color: red;
    text-decoration: none;
}


    #contact > span, span > small{
        width: auto;
        /*font-size: 11px!important;*/
    }
    #contact{
        width: calc(100% - 20px);
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;
    }

    .high{
        width: 100%!important;
    }



.scrolled > *{
    color:#fff!important;
}

a.scrolled{
        color:#fff!important;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) { 

}


@media (max-width: 900px) { 

}


@media (max-width: 768px) { 
    #contact{
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    img:first-child {
    margin-top: 140px!important;
}

#contact > span, span > small {
    width: auto;
    /* font-size: 11px!important; */
    font-size: 13px;
    letter-spacing: 0px;
}

#contact > span {
    width: auto;
    /* font-size: 11px!important; */
    font-size: 13px;
    letter-spacing: 0px;
}

}


@media (max-width: 600px) { 
    #ads{
    width: 300px;
    height: 210px;
    right: calc(50% - 150px)!important;
    }

}


@media (max-width: 420px) { 
/*    .high{
        width: 80%!important;
        height: auto;
    }*/
}