/* 
exact agegate copy with css from original agegate
*/

.hideme {
    display: none;
    visibility: hidden;
    opacity: 0;
}

#gatekeeper button {
    color: white !important;
}

#gatekeeper-overlay p {
    color: white !important;
}

#gatekeeper-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: url(hintergrundlandscapedunkel.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
}

#gatekeeper-grid {
    display: block;
    grid-template-columns: 1fr 1fr;
}


@media (min-width:992px) {
    #gatekeeper-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}


#gatekeeper {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    align-content: center;
    width: auto;
    color: #fff;
    z-index: 99999;
    overflow: auto;
}

#gatekeeper .gatekeeper-head {
    margin-bottom: 40px;
}

#gatekeeper .gatekeeper-head .text-line-one {
    font-size: 18px;
    line-height: 1.2em;
    font-style: italic;
}

#gatekeeper .gatekeeper-head .text-line-two {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

#gatekeeper .gatekeeper-head .text-line-three {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

#gatekeeper .gatekeeper-frage {
    text-align: center;
}

@media (min-width:992px) {
    #gatekeeper .gatekeeper-frage {
        border-left: 1px solid #fff;
        padding-left: 70px;
        text-align: left;
    }
}

#gatekeeper .gatekeeper-frage .text-line-four {
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    #gatekeeper .gatekeeper-frage {
        border-left: 1px solid #fff;
        padding-left: 70px;
        text-align: left;
    }
}

#gatekeeper .gatekeeper-frage .text-line-five {
    font-size: 18px;
    line-height: 1.2em;
    font-style: italic;
}

#gatekeeper .gatekeeper-frage #gatekeeper-ja {
    margin-right: 30px;
}

#gatekeeper .gatekeeper-frage button:hover {
    color: black !important;
    background: white !important;
}

.gatekeeper-agb a {
    color: white !important;
    text-decoration: underline;
    text-decoration-color: aqua;
}

.gatekeeper-agb a:hover {
    color: #87631a !important;
}

#gatekeeper .gatekeeper-frage button {
    border-radius: 0;
    border: 1px solid #fff;
    background: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    padding: 15px 35px;
    margin-top: 5px;
    height: 75px !important;
}

#gatekeeper .gatekeeper-image {
    text-align: center;
}

#gatekeeper .gatekeeper-image img {
    margin-top: 20px;
    display: inline-block;
}

#gatekeeper img {
    max-height: 150px;
}

@media (min-width: 992px) {
    #gatekeeper .gatekeeper-image img {
        margin-top: 0;
    }
}

.gatekeeper-agb {
    margin-top: 20px;
}

#gatekeeper .gatekeeper-false {
    /*
    display: none;
    */
}