body {
    position: relative;
    margin: 0px;
    background-color: #a0cbe1;
    height: 100vh;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

.logo {
    background-image: url(/img/newlogoLar25.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 150px;
    min-width: 100%;
    text-align: center;
    position: relative;
}

.a {
    display: flex;
    justify-content: center;
}

.a .wrap {
    color: white;
    max-width: 450px;
    min-width: 450px;
}

.year {
    text-align: center;
    margin-top: 15px;
    font-size: 25px;

}

.grund {
    text-align: left;
    margin-top: 5px;
    font-size: 16px;
}

#habbos {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 15136px;
    height: 150px;
    animation-duration: 180s;
    white-space: nowrap;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-duration: 180s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: moveHabbos;
    -webkit-animation-name: moveHabbos;
}

#habbos:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.yoenetim .habbo {
    margin: 0px -10px;
}

.yoenetim .habbo:hover {
    margin: -31px -10px 31px -10px;
}

.habbo {
    position: relative;
    width: 128px !important;
    height: 220px !important;
    display: inline-block;
    margin: 0px -20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    filter: drop-shadow(0 0 0 white) drop-shadow(3px 0 white) drop-shadow(-3px 0 white) drop-shadow(0 3px white) drop-shadow(0 -3px white);
    -webkit-filter: drop-shadow(0 0 0 white) drop-shadow(3px 0 white) drop-shadow(-3px 0 white) drop-shadow(0 3px white) drop-shadow(0 -3px white);
}

.habbo:hover {
    position: relative;
    width: 128px !important;
    height: 220px !important;
    display: inline-block;
    margin: -100px -20px 100px -20px;
}

.username {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 128px;
    text-align: center;
}

#thxToHabbos {
    border-top: 1px solid #fff;
    margin-top: 35px;
    padding-top: 25px;
}

#thxToHabbos .username {
    position: relative !important;
    display: inline-block;
    margin: 5px 10px;

}

.username span {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

.kutukamera {
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 175px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

.github {
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 75px;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
}

.github div {
    margin-top: 15px;
}

body a,
body a:link,
body a:active,
body a:focus,
body a:hover,
body a:visited {
    color: white !important;
    text-decoration: none !important;
}

.bg {
    position: fixed;
    z-index: -1;
    top: 0px;
    width: 244px;
    height: 200vh;
}

.heterogirl {
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom center;
    filter: drop-shadow(0 0 0 white) drop-shadow(2px 0 white) drop-shadow(-2px 0 white) drop-shadow(0 2px white) drop-shadow(0 -2px white);
    -webkit-filter: drop-shadow(0 0 0 white) drop-shadow(2px 0 white) drop-shadow(-2px 0 white) drop-shadow(0 2px white) drop-shadow(0 -2px white);
}

.heterogirlBottom {
    bottom: -60px;
    left: 45px;
    min-width: 64px !important;
    height: 110px !important;
    background-image: url(/img/hetero.png);
}

.heterogirlTop {
    top: -130px;
    right: -10px;
    width: 128px !important;
    height: 220px !important;
    background-image: url(/img/hetero2.png);
}


@keyframes moveHabbos {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    50% {
        transform: translate3d(-14686px, 0, 0);
    }

    100% {
        transform: translate3d(0px, 0, 0);
    }
}


@-webkit-keyframes moveHabbos {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    50% {
        transform: translate3d(-14686px, 0, 0);
    }

    100% {
        transform: translate3d(0px, 0, 0);
    }
}

@keyframes backgroundMovementForward {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -100vh, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes backgroundMovementBack {
    0% {
        transform: translate3d(0, -100vh, 0);
    }

    50% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -100vh, 0);
    }
}

@-webkit-keyframes backgroundMovementForward {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -100vh, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes backgroundMovementBack {
    0% {
        transform: translate3d(0, -100vh, 0);
    }

    50% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -100vh, 0);
    }
}


@media all and (min-width: 900px) {
    .bg {
        background-repeat: repeat-y !important;
        background-size: 244px 878px !important;
        animation-duration: 45s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-duration: 80s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
    }

    .bg4 {
        left: 0px;
        background-image: url(/img/bilderBG4.png);
        background-position: top left;
        animation-name: backgroundMovementForward;
        -webkit-animation-name: backgroundMovementForward;
    }

    .bg5 {
        right: 0px;
        background-image: url(/img/bilderBG5.png);
        background-position: bottom right;
        animation-name: backgroundMovementBack;
        -webkit-animation-name: backgroundMovementBack;
    }
}