/* Webpage Body */
/*----------------------------------------------------------- */
body, html {
  height: 100%;
  margin: 0px;
  padding: 0px; 
  border: none;
  overflow-y: hidden; 
  overflow-x: hidden; 
}
 
/* Preloading */
/*----------------------------------------------------------- */
#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,1);
  z-index: 3;
  opacity: 1;
  pointer-events: none;
}

/* Loading Text */
.text_loading {
  position: absolute;
  top: 26%;
  left: 46.5%;
  font-family: Times New Roman, Times, serif;
  font-size: 36px;
  color: rgba(255,255,255,1);
  z-index: 4;
}

/* Loading Icon */
.icon_loading {
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_loader.png");
  width: 60px;
  height: 60px;
  border: none;
  position: relative;
  text-align: center;
  left: 26%; 
  z-index: 4;
}

.rotate {
  width: 60px;
  height: 60px;
  animation: spin 2s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Preload Images */
#preload_images{
  visibility: hidden;
  display: none;
  z-index: -1;
}

/* Background */
/*----------------------------------------------------------- */
/* Background Image */
.image_background {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/image_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; 
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Map */
.image_map {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/image_map.png");
  width: 650px;
  height: 623px;
  border: none;
  position: absolute;
  top: 120px;
  left: 1075px;
  border: none;
  z-index: 1;
}

/* Logo -  */
.button_logo {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_logo.png");
  width: 210px;
  height: 207px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 160px;
  z-index: 1;
}

/* Button - Drop Down Menu (FO) */
/*----------------------------------------------------------- */
.dropbtn_fo {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/button_360_view_fo.png");
  width: 420px;
  height: 51px;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 306px;
  left: 160px;
  z-index: 2;
}

.dropdown_fo {
  position: fixed;
  display: inline-block;
}

.dropdown-content_fo {
  display: none;
  position: fixed;
  top: 357px;
  left: 160px;
  background-color: rgba(0,0,0,0.50);
  min-width: 420px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  overflow-y: scroll;
  max-height:600px;
}

.dropdown-content_fo a {
  font-family: courier;
  font-size: 21px;
  color: white;
  padding: 3px 1px;
  text-decoration: none;
  display: block;
}

.dropdown-content_fo a:hover {
  background-color: rgba(100,150,250,0.50)
}

.dropdown_fo:hover .dropdown-content_fo {
  display: block;
}

/* Button - Drop Down Menu (EN) */
/*----------------------------------------------------------- */
.dropbtn_en {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/button_360_view_en.png");
  width: 420px;
  height: 51px;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 306px;
  left: 160px;
  z-index: 2;
}

.dropdown_en {
  position: fixed;
  display: inline-block;
}

.dropdown-content_en {
  display: none;
  position: fixed;
  top: 357px;
  left: 160px;
  background-color: rgba(0,0,0,0.50);
  min-width: 420px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  overflow-y: scroll;
  max-height:600px;
}

.dropdown-content_en a {
  font-family: courier;
  font-size: 21px;
  color: white;
  padding: 3px 1px;
  text-decoration: none;
  display: block;
}

.dropdown-content_en a:hover {
  background-color: rgba(100,150,250,0.50)
}

.dropdown_en:hover .dropdown-content_en {
  display: block;
}

.dropdown_en:hover .dropbtn_en {
}

/* Buttons - Navigation */
/*----------------------------------------------------------- */
 .button_phone {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_phone.png");
  width: 249px;
  height: 38px;
  border: none;
  position: absolute;
  top: 30px;
  left: 580px;
  border: none;
  cursor: pointer;
}

.button_phone:hover {
  background-image: url("Images/icon_phone_hover.png");
}

.button_email {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_email.png");
  width: 333px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 900px;
  border: none;
  cursor: pointer;
}

.button_email:hover {
  background-image: url("Images/icon_email_hover.png");
}

/* Button - Audio */
/*----------------------------------------------------------- */
.button_sound_off {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_sound_off.png");
  width: 41px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 1350px;
  border: none;
  cursor: pointer;
}

.button_sound_off:hover {
  background-image: url("Images/icon_sound_off_hover.png");
}

.button_sound_on {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_sound_on.png");
  width: 41px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 1350px;
  border: none;
  cursor: pointer;
}

.button_sound_on:hover {
  background-image: url("Images/icon_sound_on_hover.png");
}

/* Button - Language */
/*----------------------------------------------------------- */
.button_language_fo {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_language_fo.png");
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 1400px;
  border: none;
  cursor: pointer;
}

.button_language_fo:hover {
  background-image: url("Images/icon_language_fo_hover.png");
}

.button_language_en {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_language_en.png");
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 1400px;
  border: none;
  cursor: pointer;
}

.button_language_en:hover {
  background-image: url("Images/icon_language_en_hover.png");
}