
* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}

@font-face {
    font-family: 'P22 Folkwang Pro';
    src: url('fonts/P22FolkwangPro.woff2') format('woff2'),
        url('fonts/P22FolkwangPro.woff') format('woff'),
        url('fonts/P22FolkwangPro.ttf') format('truetype'),
        url('fonts/P22FolkwangPro.svg#P22FolkwangPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: #000;
    font-family: 'P22 Folkwang Pro', sans-serif;
}

#loading {
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

 
    .gradient {
        position: fixed;
        bottom: 0px;
        opacity: 0.7;
        left: 0px;
        height: 20vh;
        width: 100%;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        z-index: 3;
    }    

body {
    background: url("../img/bg.jpg");
    background-size: cover;
    background-position: 30% 50%;
}

.mainlogo {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 11;
}

h1 {
    text-align: left;
    font-weight: 300;
    color: #e2bfb8;
    margin-bottom: 20px;
    font-size: 4vw;
    line-height: 4vw;
    text-transform: uppercase;
}

h1 span {
    color: #eec9a0;
    font-size: 2.5vw;
    line-height: 2.5vw;
    text-align: left;
    font-weight: 300;
    margin-top: 20px;
    display: block;
}

h5 {
    color: #e2bfb8;
    font-size: 1.5vw;
    line-height: 1.5vw;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    display: block;
}

.logo {
    position: fixed;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 400px;
    height: auto;
    mix-blend-mode: color-dodge;
}

.logo.overlay {
    position: fixed;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 400px;
    height: auto;
    opacity: 0.5;
    mix-blend-mode: lighten;
}

.video {
    position: fixed;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

a {
    text-decoration: none;
    color: #ebc8a2;
}

#mobile {
    display: none;
}

#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;  
  background: #1a181b;
  background-size: cover;
  display: none;
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 3px 8px;
    background: #ebc8a2;
    color: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 23px;
    cursor: pointer;
}

#lightbox.privacy, #lightbox.signup, #lightbox.tour, #lightbox.contact {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    left: 0;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

#lightbox.signup {
    overflow-y: auto;
}

.privacy-wrap, .tourcontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.tourwrapper {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

h3 {
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
    margin: 50px auto;
    color: #e2bfb8;
    font-weight: normal;
    max-width: 330px;
    font-family: "P22 Folkwang Pro";
}

.signup h3 {
    max-width: 300px;
}

.privacy-wrap {
    background: rgba(0,0,0,0.95);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.privacy-container {
    background: transparent;
    position: relative;
    top: 0px;
    width: 700px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0px 40px;
}

.contact .privacy-container {
    height: 100%;
}

.privacy-container p {
    font-family: sans-serif, sans-serif;
    color: #ebc8a2;
    font-size: 14px;
    line-height: 25px;
    text-align: left;    
}

.contact .privacy-container p {
    text-align: center;
    font-family: 'P22 Folkwang Pro', sans-serif;
}

.contact .privacy-container span {
    text-transform: uppercase;
}

.contact .privacy-container a:hover{
    color: white;
}

.privacy-container ul li {
    color: #ebc8a2;
    font-size: 13px;
    line-height: 20px;
    text-align: left;   
    margin: 10px 0px;
}

.privacy-container h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 40px auto;
    max-width: 500px;
    color: #ebc8a2;
    text-transform: uppercase;
    text-align: center;
    font-family: "P22 Folkwang Pro";
}

.play {
    position: fixed;
    bottom: 20px;
    right: 30px;
    color: #ebc8a2;
    opacity: 1;
    font-family: sans-serif;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
}

.play svg {
    display: table;
    margin: 0px auto;
}

.play span {
    position: relative;
    top: -7px;
    left: 20px;
    font-size: 16px;
    color: #ebc8a2;
    transition: 0.3s;
    opacity: 0;
    font-family: "P22 Folkwang Pro";
}

.play:hover {
    opacity: 1;  
    color: #a51b11;
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    top: 0px;
    right: 0px;
    color: #ebc8a2;
    opacity: 0.3;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
}

.privacy-link:hover {
    opacity: 1;   
}

#socials {
    position: fixed;
    display: table;
    top: 10px;
    left: 25px;
    z-index: 4;    
}

#socials a {
    color: #ebc8a2;
    opacity: 1;
    font-size: 17px;  
    padding: 10px;
}

#socials a:hover {
    color: #a51b11;
}

h4 {
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 35px;
    display: block;
    margin: 0px auto 50px auto;
    text-align: center;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
    font-family: 'P22 Folkwang Pro', sans-serif, sans-serif;
}

#menu {
    position: fixed;
    padding: 0px;
    bottom: 20px;
    left: 0px;  
    z-index: 4;
}

#menu a {
    color: #ebc8a2;
    opacity: 1;
    font-size: 1.8vw;
    transition: 0.6s;
    padding: 10px 20px;
    margin: 0px 0.8vw;
    font-family: 'P22 Folkwang Pro';
}

#menu a.first:hover {
    background: #cc9214;
    color: #1c1a1d;
}

#menu a.second:hover {
    background: #a51b11;
    color: #ebc8a2;
}

#menu a.third:hover {
    background: #825286;
    color: #ebc8a2;
}

#menu a.fourth:hover {
    background: #3a7149;
    color: #ebc8a2;
}

#menu a.fifth:hover {
    background: #cc9214;
    color: #1c1a1d;
}


.signup-link:hover {
    opacity: 1;
}

#signupwrap {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;  
}

#signupform, #mobilenotice {
	color: #ebc8a2;
	margin: 0px auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#signupform input {
	display: inline-block;
	outline: none;
    -webkit-appearance: none;
}

#signupform .email {
	background: transparent;
    border: none;
    border-bottom: 2px solid #ebc8a2;
	width: 370px;
	padding: 0px 10px 5px 10px;
	font-size: 13px;
	color: #ebc8a2;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: sans-serif, sans-serif, sans-serif;
    text-transform: uppercase;
}

#signupform .signupbutton {
    color: #ebc8a2;
    border: 0px;
    font-size: 15px;
    line-height: 15px;
    vertical-align: bottom;
    transition: 0.3s;
    text-transform: uppercase;
    padding: 7px;
    display: table;
    text-align: center;
    font-weight: bold;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: sans-serif, sans-serif, sans-serif;
}

#mobilenotice .signupbutton {
    background: #ebc8a2;
    color: #eb0f14;
    padding: 15px 30px;
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 0px;
}

#signupform .signupbutton:hover {
    color: #6a6d73;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif, sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif, sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif, sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif, sans-serif, sans-serif;
}

.movedown {
    -webkit-animation: movedown 2s ease forwards;
    animation: movedown 2s ease forwards;
}

@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }    
}

.moveup {
    -webkit-animation: moveup 2s ease forwards;
    animation: moveup 2s ease forwards;
}

@-webkit-keyframes moveup {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }    
}


.zoomin {
    -webkit-animation: zoomin 2s forwards ease;
    animation: zoomin 2s forwards ease;
}

@-webkit-keyframes zoomin {
    0% {-webkit-transform: scale(0)}
    100% {transform: scale(1)}
}

@keyframes zoomin {
    0% {transform: scale(0)}
    100% {transform: scale(1)}
}


.zoomout {
    -webkit-animation: zoomout 2s forwards ease;
    animation: zoomout 2s forwards ease;
}

@-webkit-keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}

@keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}

.title {
    display: none;
}


/****  MEDIA QUERIES ****/ 


@media (max-width: 800px) {


.mainlogo {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    width: 100%;
}

h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 2rem;
}

h1 span {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    margin-top: 5px;
}

h5 {
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    margin-top: 10px;
}    

body {
    background: url("../img/bg-mobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
}    
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    .play span, .play span:hover {
        display: none;
    }
   

#menu {
    width: 100%;
    display: table;
    padding: 0px;
    bottom: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#menu a {
    flex: 1;
    border: none;
    transition: 0.6s;
    margin: 0;
    display: table-cell;
    padding: 5px 0px;
    color: rgba(238,201,159,1);
    border-radius: 20px;
    text-align: center;
    font-size: 3.5vw;
    text-decoration: none;
}
    
.contact .privacy-container p {

    font-size: 3vw;
    line-height: 6vw;
}    
    

.logo, .logo.overlay {
    width: 90%;
}    
    
    
    .privacy-container {
        width: 100%;
    }

    #signupform {
        width: 290px;
        margin: 0 auto;
        z-index: 9;
        font-size: 10px;
        letter-spacing: 1px;
    }

    #signupform .email {
        width: 85%;
        border-radius: 0px;
        line-height: 20px;
        vertical-align: middle;
        box-sizing: border-box;
        color: #ebc8a2;
    }

    #signupform .signupbutton {
        opacity: 1;
        top: 1px;
        right: 15px;
    }
    
    #socials {
        top: 20px;
        width: 220px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 12;
    }
    
    #socials a {
        opacity: 0.9;
        font-size: 15px;
    }
    
    .signup-link {
        bottom: auto;
        top: 40px;
    }
    
    .play {
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    width: auto;
    height: auto;
    top: calc(22vh + 70px);
    font-size: 0.6rem;
    }
    
    .privacy-link {
        font-size: 10px;
        top: -10px;
        right: -10px;
    }

}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
  and (orientation: landscape) {

}

@media (min-width: 1300px) {

#menu a {
    font-size: 1.5vw;
    padding: 10px 20px;
}}


@media (max-width: 359px) {
    
    #menu {
        width: 320px;
    }

#menu a {
    margin: 0px;

}}