@font-face {
    font-family: 'Bebas Neue';
    src: url('font/BebasNeue-Regular.ttf') format('truetype');
}
* {
    color: #000;
}
body {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    overflow-x: hidden;
}
.bottle {
    position: relative;
    width: 50%;
    margin-left: 50%;
    background-image: url(../img/bottle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200vh 
}
.machine {
    width: 25vw;
    height: 35vh;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.m-04 {
    background-image: url(../img/m-04.png);
    background-position: -5000% 0%;
}
.m-02 {
    background-image: url(../img/m-03.png);
    background-position: 5000% 0%;
}
.m-03 {
    background-image: url(../img/m-01.png);
    background-position: -5000% 0%;
}
.m-01 {
    background-image: url(../img/m-02.png);
    background-position: 5000% 0%;
}
.m-01, .m-02 {
    left: 25vw;
}
.m-01, .m-03 {
    top: 65vh;
}
.m-02, .m-04 {
    top: 100vh;
}
.m-03, .m-04 {
    left: 50vw;
}
.text-left, .text-right {
    text-shadow: 0px 0px 5px #FFF;
}
.text-left {
    position: absolute;
    left: 10%;
    width: 20vw;
    font-size: 20px;
    opacity: 0;
}
.text-right {
    position: absolute;
    right: 0%;
    width: 20vw;
    font-size: 20px;
    opacity: 0;
}
h2 {
    font-size: 70px;
    line-height: 60px;
    margin: 0px;
    margin-bottom: 20px;
}
p {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    line-height: 25px;
}
.t-01 {
    top: 50% 
}
.t-02 {
    top: 30% 
}
.t-03 {
    top: 40% 
}
.t-04 {
    top: 45%;
    right: -5%;
}
.bottle-side {
    position: relative;
}
.text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0 
}
#logo {
    position: fixed;
    width: 130px;
    left: 20px;
    top: 20px;
    z-index: 999;
}
@media (min-width: 1200px) {
    #logo {
        width: 150px;
        left: 60px;
        top: 60px;
        background: none;
        padding: 0;
   }
}
.end-text {
    position: absolute;
    top: 50%;
    transform: translate(200px, -50%);
    opacity: 0;
    width: 40vw;
    font-size: 30px;
}
.start-text {
    position: fixed;
    top: 35vh;
    opacity: 1;
    width: 30vw;
    font-size: 30px;
    left: 200px;
}
.border-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 10px solid black;
    background: red;
    z-index: 99999;
}
.bgs {
    background: #FFF;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#overlay {
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    box-sizing: border-box;
    border: 10px solid black;
    pointer-events: none;
}
@media (min-width: 1200px) {
    #haendler {
        margin-top: -40vh;
   }
}
#haendler {
    position: relative;
    z-index: 1;
    border-top: 10px solid #000;
    padding-top: 15vh;
    padding-bottom: 15vh;
}
#kaufen {
    border-top: 10px solid #000;
    padding-top: 10vh;
    padding-bottom: 15vh;
}
.btn {
    background: black;
    transition: all .4s;
    border: none;
    letter-spacing: 1px;
}
.btn:hover {
    background: #b39d76;
}
.map {
    height: 100%;
    min-height: 450px;
}
.listings {
    height: 500px;
    overflow: auto;
    padding-bottom: 60px;
}
.listings .item {
    border-bottom: 1px solid #eee;
    padding: 30px 20px;
    transition: all 0.4s;
    text-decoration: none;
    width: 100% 
}
.listings .item:last-child {
    border-bottom: none;
}
.listings .item .title {
    display: block;
    color: #b39d76;
    font-weight: 700;
    width: 100%;
}
.listings .item.active {
    background-color: #f8f8f8;
}
.marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 56px;
    background-image: url("../img/marker.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
footer {
    width: 90vw;
    border-top: 1px solid lightgrey;
    margin: 0 auto;
}
#footer-logo {
    max-width: 120px;
    width: 95%;
}
footer p {
    font-family: 'Bebas Neue', sans-serif;
}
a {
    color: #000;
}
a:hover {
    color: #b39d76;
}
#age-check {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background-image: url("../img/mood_02.jpg");
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.age-content .logo {
    width: 100%;
    max-width: 120px;
}
.age-content {
    max-width: 620px;
    width: 99%;
    text-align: center;
    color: #FFF;
}
.age-content span {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF !important;
}
.age-content h2, .age-content .btn {
    color: #FFF !important;
}
.content, .hint {
    font-family: Arial, Helvetica, sans-serif;
}