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

@font-face {
    font-family: 'roboto condensed';
    src: url('fonts/AkzidenzGroteskBQ-Medium.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskBQ-Medium.woff') format('woff'),
        url('fonts/AkzidenzGroteskBQ-Medium.svg#AkzidenzGroteskBQ-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: #000;
    text-transform: uppercase;
    font-family: 'roboto condensed', 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;
}

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

#loading img {
    max-width: 1000px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

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

#lightbox.privacy a {
    color: #000;
}

.awa {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 70%;
    height: auto;
    z-index: 10;
}

.video {
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);    
}

.video.top {
    z-index: 2;
    mix-blend-mode: screen;
}

#mobile {
    display: none;
}

#menu {
    position: fixed;
    bottom: 40px;
    left: 50%;
    z-index: 49;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
    color: #222;
}

#menu a {
    color: #f5cd23;
    font-size: 0.8em;
    margin: 0px 10px;
  background: #c9405c;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 0.5em 1em;
  transition: 0.35s;    
}


#menu a:hover, #menu a:focus {
  border-color: var(--hover);
  color: #000;
}


#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;  
  background: #000 url('../img/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000200+0,d4dc23+25,40ae49+50,d4dc23+80,fff200+100 */
background: #000200; /* Old browsers */
background: -moz-linear-gradient(top,  #c9405c 0%, #c9405c 25%, #f5cd23 50%, #c9405c 80%, #c9405c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c9405c 0%,#c9405c 25%,#f5cd23 50%,#c9405c 80%,#c9405c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c9405c 0%,#c9405c 25%,#f5cd23 50%,#c9405c 80%,#c9405c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000200', endColorstr='#000200',GradientType=0 ); /* IE6-9 */
}

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

#lightbox.privacy, #lightbox.signup, #lightbox.tour {
    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%;
}

.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;
}


.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;
}

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

.privacy-container ul li {
    color: #000;
    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: #000;
    text-transform: uppercase;
    text-align: center;
}

.play {
    position: fixed;
    bottom: 15px;
    left: 30px;
    color: #f5cd23;
    font-family: 'roboto condensed';
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
}

.play span {
    position: relative;
    top: -7px;
    left: 20px;
    font-size: 14px;
    color: #f5cd23;
    transition: 0.3s;
    opacity: 0;
}

.play:hover {
    color: #c9405c;    
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 20px;
    right: 30px;
    color: rgba(255,237,0,0.5);
    font-size: 10px;
    font-family: 'roboto condensed';
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
}

.privacy-link:hover {
    color: rgba(255,237,0,1);    
}

#socials {
    position: fixed;
    display: table;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;    
}

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

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

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: 'roboto condensed', sans-serif;
}

h3 {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 35px;
    display: block;
    color: #000;
    margin: 30px auto 50px auto;
    text-align: center;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
    font-family: 'roboto condensed', sans-serif;
}


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

#signupform, #mobilenotice {
	color: #000;
	margin: 0px auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 4px;
	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 #000;
	width: 370px;
	padding: 0px 10px 5px 10px;
	font-size: 13px;
    letter-spacing: 2px;
	color: #000;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: 'roboto condensed', sans-serif, sans-serif;
    text-transform: uppercase;
}

#signupform .signupbutton {
    color: #000;
    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;
    letter-spacing: 1px;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: 'roboto condensed', sans-serif, sans-serif;
}

#mobilenotice .signupbutton {
    background: #000;
    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: 'roboto condensed', sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'roboto condensed', sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'roboto condensed', sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'roboto condensed', 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 1.5s forwards ease;
    animation: zoomin 1.5s 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 1.5s forwards ease;
    animation: zoomout 1.5s forwards ease;
}

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

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


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


@media (max-width: 800px) {
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    body {
    background: url("../img/bg-mobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


#loading img {
    max-width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    
    
    .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: #000;
    }

    #signupform .signupbutton {
        opacity: 1;
        top: 1px;
        right: 15px;
    }
    
    #socials {
        top: 20px;
        width: 280px;
    }
    
    .signup-link {
        bottom: auto;
        top: 40px;
    }
    
    .play {
        bottom: 20px;
    }
    
    #content {
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
  #content img.mob {
    display: block;
      width: 70%;
      height: auto;
      max-width: 700px;
      position: fixed;
      top: 10vh;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    
    .play {
        left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
        bottom: 10vh;
    }
    
    .play svg {
        display: block;
        margin: 0 auto;
    }
    
    .play span {
        top: 10px;
        left: 0px;
    }
    
    .privacy-link {
        display: none;
    }
    
    #menu {
        bottom: 0px;
        width: 100%;
        left: 0px;
        display: table;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    #menu a {
        display: table-cell;
        margin: 0px 5px;
        font-size: 0.8em;
        padding: 1em 0em;
        text-align: center; 
    }
    
    
    
    #content img.lg, #content img.med {
        display: none;
    }   
    
    #content img.mob {
            margin-left: -5vw;
}    

    .tourwrapper {
        padding: 0px 20px;
}
  
}

@media (min-width: 800px) {
    #content img.mob {
        display: none;
    }    
    }

@media (min-width: 800px) and (max-width: 1600px) {
    #content img.med {
        display: block;
    }
    #content img.lg, #content img.mob {
        display: none;
    }
}


@media (min-width: 1600px) {
    #content img.med, #content img.mob {
        display: none;
    }
    #content img.lg {
        display: block;
    }
}


@media (max-width: 800px) and (max-height: 515px) {
 #content img.mob {
      top: 5vh;
    }
    
    .play {
        bottom: 5vh;
    }
}


@media (max-width: 800px) and (max-height: 468px) {
 #content img.mob {
      top: 5vh;
     width: 60%;
    }
    
    .play {
        bottom: 5vh;
    }
}



@media (max-width: 800px) and (orientation: landscape) {
 #content img.mob {
     transition: 0.3s;
      top: calc(50% - 15px);
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     width: auto;
     height: 80vh;
    }
    
    .play {
        bottom: 5vh;
        left: 5vh;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 375px) {
    #socials {
        width: 234px;
    }
}
    
@media (max-width: 360px) {
    h3 {
        margin: 70px auto 30px auto;
    }
    #content img.mob {
    top: 40px;
    width: 80%;
            margin-left: -5vw;
}
    #socials a {
        font-size: 15px
    }
    }
    
    
@media (max-width: 360px) and (max-height: 430px) {
    #content img.mob {
    top: 40px;
    width: 70%;
}
    }

@media (min-width: 800px) and (max-width: 1320px) {
    #menu {min-width: 660px}
}

@media (min-width: 320px) and (max-width: 500px) {
    #menu a{
        font-size: 0.9em;
        font-size: 3.8vw;
    }
}