@import url(//fonts.googleapis.com/css?family=Alegreya+Sans:400,100,300,500,100italic,300italic,400italic,500italic,700,700italic,800,800italic,900,900italic);

*, *:after, *:before {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-family: 'Alegreya Sans', sans-serif;
    font-size:100%;
    font-size:1em;
}
body, html {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
}

a.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 25%;
}
a.logo img {
    width:100%;
    height:auto;
}
.bgs, .girl, .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.trans {
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.content {
}
.bgs {
    font-size: 2em;
}
div#BlondAngel77 {
    background-image: url(img/BlondAngel77_38_xxxxx_de_dating_cam.jpg);
    background-position: center center;
}

div#BlondAngel77 .profileImg {
    background-image: url(img/BlondAngel77_38_face.jpg);
}

div#NinaDevil {
    background-image: url(img/NinaDevil_23_80xxx_de_dating_cam.jpg);
    background-position: center center;
}

div#NinaDevil .profileImg {
    background-image: url(img/NinaDevil_23_face.jpg);
}

div#STRIP-MAUS {
    background-image: url(img/STRIP-MAUS_26_44xxx_de_dating_cam.jpg);
    background-position: top center;
}
div#STRIP-MAUS .profileImg {
    background-image: url(img/STRIP-MAUS_26_face.jpg);
}

div#SexyAnke {
    background-image: url(img/SexyAnke_29_44xxx_de_cam.jpg);
    background-position: center center;
}
div#SexyAnke .profileImg {
    background-image: url(img/SexyAnke_29_face.jpg);
}
.girl {
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    z-index: 1;
    bottom: 100%;
    overflow: hidden;
}

.girl.show {
    bottom: 0;
    opacity: 1;
}

.girl.no1 {
    opacity: 1;
    bottom: 0;
}

.profile {
    text-align: right;
    position: absolute;
    right: 30px;
    top: 30px;
    max-width: 90%;
    height: auto;
}

.profile div {
    float: right;
    color:#fff;
    width: 80%;
    width: calc(100% - 220px);
    vertical-align: top;
}
.profile div.info {
    opacity:0;
    padding: 20px;
    background: rgba(255,255,255,.9);
    color: #000;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    right: 165px;
    top: 95px;
    box-shadow: 0px 0px 20px #000;
    font-size: 1.5rem;
    z-index: 80;
}
.profile:hover div.info {
    opacity:1;
}

.info {}
.info:before, .info:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}
.info:before {
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 16px;
    right: -31px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.info:after {
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent rgba(255,255,255,.9);
    position: absolute;
    top: 15px;
    right: -25px;
}

.personals span {
    text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
}
.personals span i {
    color: #CC0000;
}

.profile div span {
    display: inline-block;
    padding: 0 20px 10px 20px;
}

.profile .dating, .profile .livecam {
    text-transform: uppercase;
    font-weight: 900;
    width: auto;
    float: right;
    font-size: 1.5rem;
}

.dating span {
    text-shadow: 0px 0px 30px #CC0000, 0px 0px 30px #CC0000, 0px 0px 30px #CC0000;
}

.livecam span {
    text-shadow: 0px 0px 30px #911183, 0px 0px 30px #911183, 0px 0px 30px #911183;
}

.profile .profileImg {
    width:200px;
    height:200px;
    float:right;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 0 0 20px;
    box-shadow: 0px 0px 10px #000;
}

.frage {
    position:absolute;
    top:50%;
    left:50%;
    width: 600px;
    max-width: 100%;
    max-width: calc(100% - 60px);
    height:auto;
    z-index: 3;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,.9);
    padding: 30px;
    opacity: 0;
    font-size: 1.8rem;
    text-align: center;
    box-shadow: 0px 0px 20px #000;
    z-index: 5;
}

.girl.show {
    opacity: 1;
    bottom: 0;
}
.girl.show .frage {
    opacity: 1;
}
.frage h1 {
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.frage h1 i {
    font-weight: 700;
    font-style: normal;
    color: #CC0000;
}

.frage .btn, #buttonSubmit_1 {
    display: inline-block;
    padding: 10px 20px;
    background: #2BA801;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-appearance: none;
}

span.btn.noCheck {
    margin: 0 0 0 30px;
    background: #CC0000;
}

.frage.no1 {
    opacity: 1;
}
.frage label{
    display:block;
    text-align: left;
    font-size: 1.5rem;
    color: #a0a0a0;
    font-weight: 300;
}

.frage input, #buttonSubmit_1 {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    max-width: 100%;
    font-weight: 300;
    display: block;
    width: 100%;
}

.error {
    display: block;
    color: #f00;
    font-size: 1rem;
    margin: 5px 0 0 0;
}

#footer {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    z-index: 99;
    color: #fff;
}

#footer a {
    color: #fff;
}
@media only screen and (max-width: 1220px) {

}



@media only screen and (max-width: 1024px) {

    a.logo {
        width:50%;
    }
    .profile {
        max-width: 50%;
    }
    .profile div {
        width: 100%;
    }
    .profile .profileImg {
        width: 90px;
        height: 90px;
        margin: 0;
    }
    .profile div.info, .profile:hover div.info {
        display: none !important;
    }
    .frage {
        top:auto;
        bottom: 105px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, -0);
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 600px) {

    a.logo {
        width:75%;
    }

}
@media only screen and (max-width: 550px) {

    a.logo {
        width:95%
    }
    .profile {
        max-width: 100%;
        width: 100%;
        height: auto;
        text-align:center;
        position: absolute;
        bottom: 15px;
        top: auto;
        left: 0;
        right: auto;
    }
    .profile div {
        display: inline-block !important;
        float: none !important;
        width: auto !important;
        font-size: 1.5rem;
    }

    .profile div span {
        padding: 10px;
    }
    .profile div.profileImg {
        display: none !important;
    }


}
@media only screen and (max-width: 360px) {

    .profile {
        display:none;
    }

    a.logo {
        display: none;
    }
    .frage {
        max-width: calc(100% - 20px);
    }

}
@media only screen and (orientation: portrait) {

    div#SexyAnke {
        background-position: left bottom;
    }

}