.agegate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: top;
    margin: 0;
}
.agegate.xtube:before, .agegate.mdh:before, .agegate.gaytube:before {
    content: '';
    position: absolute;
    background-size: cover;
    top: 0;
    right: 0;
    height: 100%;
    background-position: top;
    width: 100%;
}
.agegate.xtube:before {
    background-image: url(https://cdn1-l-ha-e11.mdhcdn.com/u/agegate/images/XTUBE-BACK.jpg);
}
.agegate.mdh:before {
    background-image: url(https://cdn1-l-ha-e11.mdhcdn.com/u/agegate/images/mdh_BACK.png);
}
@media screen and (max-width: 500px) {
    .agegate.mdh:before {
        background-size: cover;
        background-image: url(https://cdn1-l-ha-e11.mdhcdn.com/u/agegate/images/MDH-Mobile-background.png);
    }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
    .agegate.mdh:before {
        background-size: cover;
        background-position-x: 71%;
    }
}
.agegate.gaytube:before {
    background-image: url(https://cdn1-l-ha-e11.mdhcdn.com/u/agegate/images/GAYTUBE-BACK.jpg);
    background-repeat: repeat;
}
.agegate .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 190px;
    width: 570px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .agegate .content {
        width: 100%;
        padding-top: 47px;
        padding-bottom: 58px;
    }
    .agegate .content.mdh hr, .agegate .content.gaytube hr {
        width: 50%;
    }
    .agegate .content.mdh {
        padding-top: 144px;
    }
}
.agegate .content .logo.mdh img {
    width: 55%;
}
@media screen and (max-width: 500px) {
    .agegate .content .logo.mdh img {
        width: 83%;
    }
}
.agegate .content .logo.gaytube img {
    width: 425px;
    padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
    .agegate .content .logo.gaytube img {
        width: 280px;
    }
}
@media screen and (max-width: 500px) {
    .agegate .content .logo img {
        width: 71%;
    }
}
.agegate .content .mainText {
    width: 100%;
}
.agegate .content .mainText h1 {
    font-size: 38px;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media screen and (max-width: 500px) {
    .agegate .content .mainText h1 {
        font-size: 25px;
        margin: 10px 0 0 0;
    }
}
.agegate .content .mainText h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 35px;
    opacity: 0.9;
}
@media screen and (max-width: 500px) {
    .agegate .content .mainText h2 {
        font-size: 16px;
        opacity: 1;
        line-height: 24px;
        padding: 0 11px;
    }
}
.agegate .content .mainText.mdh h1 {
    letter-spacing: normal;
}
.agegate .content .mainText.mdh h2 {
    padding: 0 100px;
}
@media screen and (max-width: 500px) {
    .agegate .content .mainText.mdh h2 {
        padding: 0 11px;
    }
}
.agegate .content hr {
    width: 100%;
}
@media screen and (max-width: 500px) {
    .agegate .content hr {
        width: 60%;
    }
}
.agegate .content .enter-btn {
    padding: 10px 53px;
    margin: 50px 0 22px 0;
    outline: 0;
    border: none;
    font-size: 26px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 3px;
}
.agegate .content .enter-btn.xtube {
    background-color: #f26462;
}
.agegate .content .enter-btn.mdh {
    letter-spacing: normal;
    background-color: white;
    border-radius: 40px;
}
.agegate .content .enter-btn.mdh strong {
    color: #aa1e21;
}
.agegate .content .enter-btn.gaytube {
    background: -webkit-gradient(linear, left top, right top, from(#aa06eb), to(#5e00c6));
    background: -o-linear-gradient(left, #aa06eb, #5e00c6);
    background: linear-gradient(to right, #aa06eb, #5e00c6);
}
@media screen and (max-width: 500px) {
    .agegate .content .enter-btn {
        padding: 10px 85px;
    }
}
.agegate .content .exit-btn {
    font-size: 16px;
    text-decoration: none;
    opacity: 0.9;
}
.agegate .content .exit-btn:hover {
    color: #f1f1f1;
    text-decoration: none;
}
@media screen and (max-width: 500px) {
    .agegate .content .exit-btn {
        opacity: 1;
    }
}
.agegate .content .exit-btn.mdh {
    margin: 1px 0 50px 0;
}
.agegate .content p {
    opacity: 0.9;
}
@media screen and (max-width: 500px) {
    .agegate .content p {
        opacity: 1;
    }
}
.agegate .footerText {
    text-align: center;
    position: inherit;
    margin-top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
}
.agegate .footerText p {
    position: relative;
    padding: 0 4px;
    font-size: 13px;
    line-height: 20px;
}
.agegate .footerText p .termsAndConditionsXtube {
    color: #f2929c;
}
.agegate .footerText p .termsAndConditionsMDH {
    color: #3d83bf;
    font-weight: bold;
}
.agegate .footerText p .termsAndConditionsGT {
    color: #bd5ed7;
}
.agegate .footerText p .termsAndConditionsXtube:hover, .agegate .footerText p .termsAndConditionsMDH:hover {
    cursor: pointer;
}
@media screen and (max-width: 500px) {
    .agegate .footerText p {
        padding: 5px 13px;
    }
}
.agegate .footerText .firstLine {
    display: block;
}
.agegate .footerText .firstParagraph {
    margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
    .agegate .footerText .firstParagraph {
        margin-top: 22px;
        margin-bottom: 17px;
    }
}
@media screen and (min-width: 800px) {
    .agegate .footerText {
        margin: 52px auto;
        width: 618px;
    }
}
.agegate .footerText::before {
    content: "";
    background-color: white;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0.2;
}
.agegate h1, .agegate h2, .agegate button, .agegate a, .agegate p, .agegate span {
    color: white;
    font-family: 'Open Sans', sans-serif;
}
.fr, .de {
    display: none;
}
:lang(fr).en, :lang(fr).de {
    display: none;
}
:lang(de).en, :lang(de).fr {
    display: none;
}
:lang(de).de, :lang(fr).fr {
    display: inherit;
}
:lang(de).de.tnc-container, :lang(fr).fr.tnc-container{
    display: inline-block;
}
