.screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}


.screen.foyer {
  background-image: none;
}

.screen.main-hall.right {
  overflow: visible;
}

.screen.booths {
  overflow: hidden;
  background-image: url('../../resources/general/Baykomm_Master_booth_lighting.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.screen.auditorium {
  background-image: none;
}

.navbar {
  display: block;
  /*overflow: hidden;*/
  height: 60px;
  background-color: rgba(0, 188, 255, 0.75);
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.navbar:hover {
  background-color: rgba(0, 188, 255, 0.95);
}

.nav-link {
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
}

/*.button {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-left: 0px;
  float: none;
  background-color: rgba(0, 188, 255, 0.85);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(0, 188, 255, 0.95);
}
*/
/*.button.small {
  position: static;
  left: auto;
  right: auto;
  display: block;
  padding: 5px 7px;
}*/

.button.hall-1-booth-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 20vh;
  margin-left: 3vw;
}

.button.hall-1-booth-1 {
  position: relative;
  margin-top: 20vh;
  margin-left: 5vw;
}

.button.hall-1-booth-3 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 13vh;
  margin-left: 0vw;
}

.button.hall-1-booth-4 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 12vh;
  margin-left: -2vw;
}

.button.booth-05 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 9vh;
  margin-left: 0vw;
}

.button.booth-06-right {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 5vh;
  margin-left: 0vw;
}

.button.home {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.button.booth-12 {
  position: relative;
  margin-top: 15vh;
  margin-left: 5vw;
}

.button.booth-15 {
  position: relative;
  margin-top: 30vh;
  margin-left: 5vw;
}

.button.booth-13 {
  position: relative;
  margin-top: 15vh;
  margin-left: 5vw;
}

.button.booth-11 {
  position: relative;
  margin-top: 15vh;
  margin-left: 5vw;
}

.button.booth-14 {
  position: relative;
  margin-top: 15vh;
  margin-left: 5vw;
}

.button.booth-17 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 15vh;
  margin-left: 5vw;
}

.button.booth-16 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 5vh;
  margin-left: 0vw;
}

.button.booth-18 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 15vh;
  margin-left: 5vw;
}

.button.booth-07 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 10vh;
  margin-left: 0vw;
}

.button.booth-05-right {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 5vh;
  margin-left: 5vw;
}

.button.booth-08 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0vh;
  margin-left: 0vw;
}

.button.booth-09 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 10vh;
  margin-left: 0vw;
}

.button.booth-10 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 20vh;
  margin-left: 0vw;
}

.content-wrapper {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 500;
  display: block;
  height: 100vh;
  max-width: 1920px;
}

.content-wrapper.main-hall {
  background-image: url('../../resources/general/baykomm_mainhall_left.png');
  background-position: 50% 50%;
  background-size: cover;
}

.content-wrapper.main-hall.left {
  background-image: url('../../resources/general/baykomm_main_hall_left.png');
  background-attachment: scroll;
}

.content-wrapper.main-hall.right {
  background-image: url('../../resources/general/baykomm_main_hall_right_1.png');
  background-size: cover;
  background-attachment: scroll;
}

.content-wrapper.foyer {
 /* background-image: url('../../resources/general/baykomm_Foyer.png');*/
  background-position: 50% 50%;
  background-size: cover;
}

.content-wrapper.home {
/*  background-image: url('../../resources/general/baykomm_Front_1.png');*/
  background-position: 50% 50%;
  background-size: cover;
}

.content-wrapper.games-corner {
  background-image: url('../../resources/general/Arcade_corner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.content-wrapper.booth-01 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../../resources/general/05_Social_Engineering_Phishing_boothbig.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content-wrapper.booth-02 {
  background-image: url('../../resources/general/08_Cyer_Security_while_Traveling_boothmedium.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-03 {
  background-image: url('../../resources/general/03_Password_Security_boothsmall.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content-wrapper.booth-04 {
  background-image: url('../../resources/general/07_Label_Protect_boothmedium.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-05 {
  background-image: url('../../resources/general/01_Bayer_Information_Security_Officers_boothmedium.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-06 {
  background-image: url('../../resources/general/02_7_Key_Principles_boothbig.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-07 {
  background-image: url('../../resources/general/06_removable_storage_policy_boothsmall.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-08 {
  background-image: url('../../resources/general/09_mobile_device_security_boothsmall.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-09 {
  background-image: url('../../resources/general/10_security_minute_office_boothsmall.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-10 {
  background-image: url('../../resources/general/04_Family_Cyber_Security_boothbig.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.partner-hall {
  background-image: url('../../resources/general/baykomm_Partner_Hall_001.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content-wrapper.citsp-hall {
  background-image: url('../../resources/general/baykomm_Central_IT_Security_Programs_Hall.png');
  background-position: 0px 0px;
  background-size: cover;
}

.content-wrapper.booth-18 {
  background-image: url('../../resources/general/18_Compliance_a_Data_Privacy_boothbig.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-17 {
  background-image: url('../../resources/general/17_Virtual_Factory_booth-small.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-16 {
  background-image: url('../../resources/general/16_Data_As_An_Asset_boothbig.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-15 {
  background-image: url('../../resources/general/15_cyber_security_tips_MITS_RITS_boothsmall.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-14 {
  background-image: url('../../resources/general/14_Security_Minute_MITS_boothsmall.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-12 {
  background-image: url('../../resources/general/12_Password_Campaign_MITS_RITS_boothsmall.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-11 {
  background-image: url('../../resources/general/11_Physical_Security_Awareness_Campaign_MITS_boothbig.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper.booth-13 {
  background-image: url('../../resources/general/13_Program_and_ISM_introduction_RITS_boothsmall.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.absolute-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  width: 40vw;
  margin: 65vh auto auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.absolute-block.info {
  margin-top: 45vh;
  margin-left: 70vw;
}

.absolute-block.booths {
  margin-top: 45vh;
  margin-left: 38vw;
}

.absolute-block.streams {
  margin-top: 50vh;
  margin-left: 20vw;
}

.absolute-block.booth-01 {
  z-index: 100;
  width: 30vw;
  height: 40vh;
  margin-top: 30vh;
  margin-bottom: auto;
  margin-left: 0vw;
  cursor: pointer;
}

.absolute-block.booth-01 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-01.tvscreen {
  margin-top: 45vh;
  margin-left: 10vw;
}

.absolute-block.booth-01.screenwall-01 {
  margin-top: 27vh;
  margin-left: 22vw;
}

.absolute-block.booth-01.screenwall-02 {
  margin-top: 35vh;
  margin-left: 37vw;
}

.absolute-block.booth-01.screenwall-03 {
  margin-top: 30vh;
  margin-left: 55vw;
}

.absolute-block.booth-01.touchscreen {
  margin-top: 70vh;
  margin-left: 40vw;
}

.absolute-block.go-back {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: block;
  width: 100vw;
  height: 60px;
  margin-top: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.absolute-block.booth-02 {
  z-index: 100;
  width: 20vw;
  height: 26vh;
  margin-top: 33vh;
  margin-bottom: auto;
  margin-left: 26vw;
  cursor: pointer;
}

.absolute-block.booth-03 {
  z-index: 100;
  width: 15vw;
  height: 18vh;
  margin-top: 37vh;
  margin-bottom: auto;
  margin-left: 50vw;
  cursor: pointer;
}

.absolute-block.booth-04 {
  z-index: 100;
  display: block;
  width: 8vw;
  height: 15vh;
  margin-top: 38vh;
  margin-bottom: auto;
  margin-left: 60vw;
  cursor: pointer;
}

.absolute-block.booth-06 {
  z-index: 100;
  display: block;
  width: 15vw;
  height: 15vh;
  margin-top: 45vh;
  margin-bottom: auto;
  margin-left: 85vw;
  cursor: pointer;
}

.absolute-block.tablet {
  margin-top: 65vh;
  margin-left: 30vw;
}

.absolute-block.games {
  margin-top: 60vh;
  margin-left: 80vw;
}

.absolute-block.games-instructions {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 800;
  display: block;
  width: 30vw;
  height: 30vh;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5vw;
  border: 1px none #000;
}

.absolute-block.booth-15 {
  z-index: 100;
  width: 25vw;
  height: 40vh;
  margin-top: 30vh;
  margin-bottom: auto;
  margin-left: 0vw;
  cursor: pointer;
}

.absolute-block.halls {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  width: 100vw;
  height: 20vh;
  margin-top: 60px;
  padding: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(43%, transparent));
  background-image: linear-gradient(270deg, #000, transparent 43%);
}

.absolute-block.teasers {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 70vw;
  height: auto;
  margin-top: auto;
  margin-bottom: 60px;
  margin-left: 0px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(70%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #000, transparent 70%, transparent);
}

.absolute-block.home {
  margin-top: 40vh;
}

.absolute-block.booth-12 {
  z-index: 100;
  width: 15vw;
  height: 25vh;
  margin-top: 35vh;
  margin-bottom: auto;
  margin-left: 30vw;
  cursor: pointer;
}

.absolute-block.booth-13 {
  z-index: 100;
  width: 20vw;
  height: 30vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 80vw;
  cursor: pointer;
}

.absolute-block.booth-11 {
  z-index: 100;
  width: 20vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 45vw;
  cursor: pointer;
}

/*.absolute-block.auditorium {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20vw;
  margin-top: 60vh;
  margin-left: 20vw;
}

.absolute-block.fair-halls {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20vw;
  margin-top: 45vh;
  margin-left: 50vw;
}

.absolute-block.games-corner {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20vw;
  margin-top: 70vh;
  margin-left: 35vw;
}*/

.absolute-block.foyer {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20vw;
  margin-top: 55vh;
  margin-left: 40vw;
}

.absolute-block.booth-14 {
  z-index: 100;
  width: 20vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 60vw;
  cursor: pointer;
}

.absolute-block.booth-17 {
  z-index: 100;
  display: block;
  width: 25vw;
  height: 40vh;
  margin-top: 35vh;
  margin-bottom: auto;
  margin-left: 0vw;
  cursor: pointer;
}

.absolute-block.booth-16 {
  z-index: 100;
  display: block;
  width: 20vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 50vw;
  cursor: pointer;
}

.absolute-block.booth-18 {
  z-index: 100;
  display: block;
  width: 30vw;
  height: 30vh;
  margin-top: 35vh;
  margin-bottom: auto;
  margin-left: 75vw;
  cursor: pointer;
}

.absolute-block.booth-07 {
  z-index: 100;
  display: block;
  width: 15vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 35vw;
  cursor: pointer;
}

.absolute-block.booth-08 {
  z-index: 100;
  display: block;
  width: 15vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 45vw;
  cursor: pointer;
}

.absolute-block.booth-09 {
  z-index: 100;
  display: block;
  width: 20vw;
  height: 20vh;
  margin-top: 38vh;
  margin-bottom: auto;
  margin-left: 58vw;
  cursor: pointer;
}

.absolute-block.booth-10 {
  z-index: 100;
  display: block;
  width: 30vw;
  height: 40vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 75vw;
  cursor: pointer;
}

.absolute-block.booth-02 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-02.tvscreen {
  margin-top: 40vh;
  margin-left: 40vw;
}

.absolute-block.booth-02.tablet {
  margin-top: 65vh;
  margin-left: 20vw;
}

.absolute-block.booth-02.touchscreen {
  margin-top: 65vh;
  margin-left: 50vw;
}

.absolute-block.booth-03 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-03.touchscreen {
  margin-top: 60vh;
  margin-left: 40vw;
}

.absolute-block.booth-03.tvscreen {
  margin-top: 35vh;
  margin-left: 25vw;
}

.absolute-block.booth-04 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-04.touchscreen {
  margin-top: 55vh;
  margin-left: 55vw;
}

.absolute-block.booth-04.tvscreen {
  margin-top: 37vh;
  margin-left: 47vw;
}

.absolute-block.booth-04 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-04.touchscreen-01 {
  margin-top: 50vh;
  margin-left: 20vw;
}

.absolute-block.booth-04.touchscreen-02 {
  margin-top: 55vh;
  margin-left: 55vw;
}

.absolute-block.booth-06 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-06.screenwall {
  margin-top: 32vh;
  margin-left: 50vw;
}

.absolute-block.booth-06.touchscreen-02 {
  margin-top: 60vh;
  margin-left: 45vw;
}

.absolute-block.booth-06.touchscreen-01 {
  margin-top: 55vh;
  margin-left: 10vw;
}

.absolute-block.booth-07 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-07.tvscreen {
  margin-top: 40vh;
  margin-left: 40vw;
}

.absolute-block.booth-07.touchscreen {
  margin-top: 65vh;
  margin-left: 20vw;
}

.absolute-block.booth-08 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-08.tvscreen {
  margin-top: 40vh;
  margin-left: 35vw;
}

.absolute-block.booth-08.touchscreen {
  margin-top: 60vh;
  margin-left: 40vw;
}

.absolute-block.booth-09 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 45vw;
}

.absolute-block.booth-09.tvscreen {
  margin-top: 40vh;
  margin-left: 35vw;
}

.absolute-block.booth-09.touchscreen {
  margin-top: 60vh;
  margin-left: 40vw;
}

.absolute-block.booth-10 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-10.tvscreen {
  margin-top: 45vh;
  margin-left: 10vw;
}

.absolute-block.booth-10.screenwall {
  margin-top: 20vh;
  margin-left: 60vw;
}

.absolute-block.booth-10.touchscreen {
  margin-top: 60vh;
  margin-left: 45vw;
}

.absolute-block.booth-10.tablet-01 {
  margin-top: 50vh;
  margin-left: 35vw;
}

.absolute-block.booth-10.tablet-02 {
  margin-top: 65vh;
  margin-left: 30vw;
}

.absolute-block.booth-10.screenwall {
  margin-top: 25vh;
  margin-left: 55vw;
}

.absolute-block.booth-11 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-11.tvscreen {
  margin-top: 45vh;
  margin-left: 10vw;
}

.absolute-block.booth-11.touchscreen {
  margin-top: 70vh;
  margin-left: 40vw;
}

.absolute-block.booth-11.screenwall {
  margin-left: 50vw;
}

.absolute-block.booth-11.tvscreen {
  margin-top: 50vh;
  margin-left: 10vw;
}

.absolute-block.booth-11.touchscreen {
  margin-top: 60vh;
  margin-left: 40vw;
}

.absolute-block.booth-12 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-12.tvscreen {
  margin-top: 40vh;
  margin-left: 35vw;
}

.absolute-block.booth-12.touchscreen {
  margin-top: 70vh;
  margin-left: 40vw;
}

.absolute-block.booth-12.touchscreen {
  margin-top: 60vh;
  margin-left: 40vw;
}

.absolute-block.booth-13 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-13.tvscreen {
  margin-top: 45vh;
  margin-left: 10vw;
}

.absolute-block.booth-13.touchscreen {
  margin-top: 70vh;
  margin-left: 40vw;
}

.absolute-block.booth-13.touchscreen {
  margin-left: 20vw;
}

.absolute-block.booth-13.tvscreen {
  margin-left: 30vw;
}

.absolute-block.booth-14 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-14.tvscreen {
  margin-top: 40vh;
  margin-left: 35vw;
}

.absolute-block.booth-14.touchscreen {
  margin-top: 70vh;
  margin-left: 40vw;
}

.absolute-block.booth-14.touchscreen {
  margin-top: 60vh;
  margin-left: 40vw;
}

.absolute-block.booth-15 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-15.touchscreen {
  margin-top: 65vh;
  margin-left: 35vw;
}

.absolute-block.booth-16 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-16.tvscreen {
  margin-top: 45vh;
  margin-left: 10vw;
}

.absolute-block.booth-16.touchscreen {
  margin-top: 70vh;
  margin-left: 40vw;
}

.absolute-block.booth-16.screenwall {
  margin-top: 25vh;
  margin-left: 55vw;
}

.absolute-block.booth-16.tablet {
  margin-top: 55vh;
  margin-left: 20vw;
}

.absolute-block.booth-16.touchscreen {
  margin-top: 70vh;
  margin-left: 45vw;
}

.absolute-block.booth-17 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-17.tvscreen {
  margin-top: 45vh;
  margin-left: 30vw;
}

.absolute-block.booth-17.touchscreen {
  margin-top: 70vh;
  margin-left: 40vw;
}

.absolute-block.booth-17.touchscreen {
  margin-top: 60vh;
  margin-left: 25vw;
}

.absolute-block.booth-17.magazine {
  margin-top: 60vh;
  margin-left: 45vw;
}

.absolute-block.booth-18 {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 50vw;
}

.absolute-block.booth-18.tvscreen {
  margin-top: 40vh;
  margin-left: 10vw;
}

.absolute-block.booth-18.screenwall {
  margin-top: 35vh;
  margin-left: 50vw;
}

.absolute-block.booth-18.touchscreen-01 {
  margin-top: 40vh;
  margin-left: 25vw;
}

.absolute-block.booth-18.tablet {
  margin-top: 50vh;
  margin-left: 30vw;
}

.absolute-block.booth-18.touchscreen-01 {
  margin-top: 70vh;
  margin-left: 35vw;
}

.absolute-block.booth-18.touchscreen-02 {
  margin-top: 55vh;
  margin-left: 50vw;
}

.absolute-block.visit-booth-15 {
  z-index: 100;
  width: 25vw;
  height: 40vh;
  margin-top: 30vh;
  margin-bottom: auto;
  margin-left: 0vw;
  cursor: pointer;
}

.absolute-block.visit-booth-12 {
  z-index: 100;
  width: 15vw;
  height: 25vh;
  margin-top: 35vh;
  margin-bottom: auto;
  margin-left: 30vw;
  cursor: pointer;
}

.absolute-block.visit-booth-11 {
  z-index: 100;
  width: 20vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 45vw;
  cursor: pointer;
}

.absolute-block.visit-booth-14 {
  z-index: 100;
  width: 20vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 60vw;
  cursor: pointer;
}

.absolute-block.visit-booth-13 {
  z-index: 100;
  width: 20vw;
  height: 30vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 80vw;
  cursor: pointer;
}

.absolute-block.visit-booth-01 {
  z-index: 100;
  width: 30vw;
  height: 40vh;
  margin-top: 30vh;
  margin-bottom: auto;
  margin-left: 0vw;
  cursor: pointer;
}

.absolute-block.visit-booth-02 {
  z-index: 100;
  width: 20vw;
  height: 26vh;
  margin-top: 33vh;
  margin-bottom: auto;
  margin-left: 26vw;
  cursor: pointer;
}

.absolute-block.visit-booth-03 {
  z-index: 100;
  width: 15vw;
  height: 18vh;
  margin-top: 37vh;
  margin-bottom: auto;
  margin-left: 50vw;
  cursor: pointer;
}

.absolute-block.visit-booth-04 {
  z-index: 100;
  display: block;
  width: 8vw;
  height: 15vh;
  margin-top: 38vh;
  margin-bottom: auto;
  margin-left: 60vw;
  cursor: pointer;
}

.absolute-block.visit-booth-05 {
  z-index: 100;
  display: block;
  width: 15vw;
  height: 15vh;
  margin-top: 38vh;
  margin-bottom: auto;
  margin-left: 70vw;
  cursor: pointer;
}

.absolute-block.visit-booth-06 {
  z-index: 100;
  display: block;
  width: 15vw;
  height: 15vh;
  margin-top: 45vh;
  margin-bottom: auto;
  margin-left: 85vw;
  cursor: pointer;
}

.absolute-block.visit-booth-05-right {
  z-index: 100;
  display: block;
  width: 20vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 0vw;
  cursor: pointer;
}

.absolute-block.visit-booth-06-right {
  z-index: 100;
  display: block;
  width: 15vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 20vw;
  cursor: pointer;
}

.absolute-block.visit-booth-07 {
  z-index: 100;
  display: block;
  width: 15vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 35vw;
  cursor: pointer;
}

.absolute-block.visit-booth-08 {
  z-index: 100;
  display: block;
  width: 15vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 45vw;
  cursor: pointer;
}

.absolute-block.visit-booth-09 {
  z-index: 100;
  display: block;
  width: 20vw;
  height: 20vh;
  margin-top: 38vh;
  margin-bottom: auto;
  margin-left: 58vw;
  cursor: pointer;
}

.absolute-block.visit-booth-10 {
  z-index: 100;
  display: block;
  width: 30vw;
  height: 40vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 75vw;
  cursor: pointer;
}

.absolute-block.visit-booth-17 {
  z-index: 100;
  display: block;
  width: 25vw;
  height: 40vh;
  margin-top: 35vh;
  margin-bottom: auto;
  margin-left: 0vw;
  cursor: pointer;
}

.absolute-block.visit-booth-16 {
  z-index: 100;
  display: block;
  width: 20vw;
  height: 15vh;
  margin-top: 40vh;
  margin-bottom: auto;
  margin-left: 50vw;
  cursor: pointer;
}

.absolute-block.visit-booth-18 {
  z-index: 100;
  display: block;
  width: 30vw;
  height: 30vh;
  margin-top: 35vh;
  margin-bottom: auto;
  margin-left: 75vw;
  cursor: pointer;
}

.absolute-block.wallpaper {
  margin-top: 40vh;
  margin-left: 55vw;
}

.absolute-block.livestreams {
  width: 15vw;
  height: auto;
  margin-top: 40vh;
  margin-left: 40vw;
}

.text-block {
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  font-style: italic;
  font-weight: 300;
}

.image {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 10px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mascot {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: block;
  overflow: visible;
  width: 300px;
  height: 200px;
  margin-right: -210px;
  margin-bottom: 50px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mascot.home {
  z-index: 999;
  margin-bottom: 100px;
}

.heading-2 {
  position: static;
  left: 55%;
  top: 70%;
  right: auto;
  bottom: auto;
  font-family: 'Helvetica Neue', sans-serif;
  color: #313131;
  font-size: 30px;
  font-weight: 700;
}

.description-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  overflow: auto;
  width: 400px;
  height: auto;
  margin-top: 60px;
  margin-bottom: auto;
  margin-left: 65vw;
  padding: 20px 40px 40px;
  float: right;
  clear: none;
  /*background-color: hsla(0, 0%, 100%, 0.75);*/
  background-color: #04607cf5;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  color: #fff;
  font-weight: 300;
}

.description-block.agenda {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 300px;
  min-height: auto;
  min-width: auto;
  margin-top: 60px;
  margin-bottom: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.body-text {
  font-family: 'Helvetica Neue', sans-serif;
  color: #313131;
  font-weight: 300;
}

.body-text.livestream-teaser {
  color: #fff;
}

.body {
  overflow: hidden;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
}

.overlay-video {
  position: static;
  z-index: 1;
  display: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.overlay.language-selection {
  display: block;
}

.overlay.map {
  display: none;
}

.overlay.media {
  display: none;
}

.overlay.media.more-information {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
}

.overlay.faq {
  display: none;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.85);
}

.video-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  /*display: none;*/
  overflow: visible;
  height: 90vh;
  margin: 120px auto auto;
}

.speechbubble {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 900;
    display: none;
    overflow: visible;
    width: 230px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: -200px;
    padding: 5px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    float: none;
    clear: none;
    background-image: url(../../resources/general/SpeechBubble.svg);
    background-position: 100% 100%;
    background-size: auto 100px;
    background-repeat: no-repeat;
}

.speechbubble.home {
  width: 260px;
  height: 80px;
  margin-left: -260px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.explanation-text {
  width: 800px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: right;
  clear: none;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.explanation-text._2nd {
  font-size: 20px;
}

.explanation-text.games {
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
}

.document-viewer {
  /*display: none;*/
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.left-arrow {
  margin-left: -80px;
}

.left-arrow.games-corner {
  z-index: 900;
  width: 60px;
  height: 60px;
  margin: 40vh auto auto 35vw;
}

.left-arrow.auditorium {
  z-index: 900;
  width: 60px;
  height: 60px;
  margin: 35vh auto auto 27vw;
}

.right-arrow {
  margin-right: -80px;
}

.right-arrow.games-corner {
  z-index: 900;
  width: 60px;
  height: 60px;
  margin: 40vh 15vw auto auto;
}

.right-arrow.auditorium {
  z-index: 900;
  width: 60px;
  height: 60px;
  margin: 35vh 22vw auto auto;
}

.fullscreen-slider {
  width: 100vw;
  height: 100vh;
}

.fullscreen-slider.main-hall-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.left-arrow-halls {
  left: 20vw;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 999;
  width: 200px;
  height: 60px;
  margin-bottom: 0px;
  font-size: 20px;
}

.right-arrow-halls {
  left: auto;
  top: auto;
  right: 20vw;
  bottom: 0%;
  z-index: 999;
  width: 200px;
  height: 60px;
  margin-bottom: 0px;
  font-size: 20px;
}

.slide-nav {
  display: none;
}

.slider-text {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: block;
  margin-bottom: 35px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.slider-text.left {
  position: absolute;
  left: 20vw;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 15px;
  margin-left: 40px;
  clear: left;
}

.slider-text.right {
  position: absolute;
  left: auto;
  top: auto;
  right: 20vw;
  bottom: 0%;
  margin-right: 40px;
  margin-bottom: 15px;
  clear: right;
  text-align: right;
}

.slider-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 188, 255, 0.75);
}

.hall-slide {
  overflow: hidden;
}

.icon {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.icon-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-3 {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}

.page-1 {
  padding-top: 60px;
}

.teaser-text {
  margin-bottom: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.booth-title {
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.language-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.flag-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.flag-icon:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.flag-image {
  display: inline-block;
  height: 70%;
  min-height: 40px;
  float: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-2 {
  position: static;
  display: block;
  float: none;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
}

.mascot-image {
  position: static;
  display: block;
  width: 200px;
}

.text-block-3 {
  color: #fff;
}

.icon-3 {
  color: #fff;
}

.dropdown-list {
  position: fixed;
  left: auto;
  right: auto;
  z-index: 1000;
  display: none;
  overflow: visible;
  padding: 10px;
  float: none;
  clear: none;
  background-color: #00bcff;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.language-icon {
  width: 50px;
  height: 30px;
}

.language-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.toggle-close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  width: 30px;
  height: 30px;
  margin-top: 80px;
  margin-right: 20px;
  background-color: rgba(0, 188, 255, 0.85);
}

.link-block {
  width: 30px;
  height: 30px;
}

.flag-text {
  margin-top: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.flag-text-nav {
  margin-top: 0px;
  margin-left: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.tiny-links {
  color: #313131;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.tiny-links.white {
  color: #fff;
}

.div-block {
  width: 250px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  float: none;
  cursor: pointer;
}

.video-thumbnail {
  margin-bottom: 10px;
}

.video-thumbnail.home {
  display: block;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.image-cyberfair-map {
  display: block;
  width: auto;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 100px;
}

.slide-nav-2 {
  display: none;
}

.game-01 {
  background-image: url('../../resources/general/baykomm_Foyer_arcade_crossword.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.game-02 {
  background-image: url('../../resources/general/baykomm_Foyer_arcade_hangman.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.game-03 {
  background-image: url('../../resources/general/baykomm_Foyer_arcade_memory.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.game-04 {
  background-image: url('../../resources/general/baykomm_Foyer_arcade_password.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.game-05 {
  background-image: url('../../resources/general/baykomm_Foyer_arcade_phishingquiz.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.game-06 {
  background-image: url('../../resources/general/baykomm_Foyer_arcade_quiz.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.game-07 {
  background-image: url('../../resources/general/baykomm_Foyer_arcade_photonorvin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.games-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 35vw;
  height: 52vh;
  margin-top: 17vh;
  margin-left: 42vw;
}

.more-information-text {
  margin-top: 30px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  overflow-y: scroll;
  height: 400px;
  padding-right: 20px;
  padding-bottom: 20px;

}

.more-information-headline {
  position: static;
  overflow: hidden;
  color: #fff;
  font-size: 30px;
}

.text-span {
  font-size: 20px;
  line-height: 30px;
}

.bold-text {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
}

.slogan {
  position: absolute;
  display: block;
  width: 50vw;
 /* margin-top: 70vh;
  margin-left: 40vw;*/
         margin-top: 17%;
    margin-left: 32%;
}

.slogan-headline {
  margin-top: 100px;
  margin-right: 10px;
  color: #fff;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
}

.slogan-second-line {
  margin-top: 0px;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
}

.slogan-first-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.more-information-block {
  display: none;
  width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
}

.faq-block {
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
}

.dropdown-toggle {
  padding-left: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 300;
}

.dropdown-toggle.w--open {
  padding: 20px 40px 20px 0px;
}

.faq-answer {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 700;
}

.dropdown-faq-answer {
  background-color: transparent;
}

.dropdown-faq-answer.w--open {
  position: static;
  background-color: transparent;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.faq-question {
  display: block;
  overflow: visible;
  margin-left: 0px;
  padding-left: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: italic;
  font-weight: 300;
}

.text-block-4 {
  padding: 10px 30px 10px 0px;
  font-size: 16px;
}

.overlay-mascot {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: block;
  overflow: visible;
  width: 300px;
  height: 200px;
  margin-right: -60px;
  margin-bottom: 50px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-mascot-image {
  position: static;
  display: block;
  width: 250px;
}

.faq-questions {
  position: static;
  display: block;
  overflow: scroll;
}

.agenda {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 900;
  overflow: hidden;
  width: 600px;
  height: auto;
  min-height: 170px;
  min-width: 400px;
  margin-top: auto;
  margin-bottom: 70px;
  margin-left: 30px;
  padding: 20px;
  float: right;
  clear: none;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  font-weight: 300;
}

.agenda-title {
  position: static;
  left: 55%;
  top: 70%;
  right: auto;
  bottom: auto;
  margin-top: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 40px;
/*  font-style: italic;*/
  font-weight: 100;
    line-height: 54px;
}

.livestream-title {
  position: static;
  left: 55%;
  top: 70%;
  right: auto;
  bottom: auto;
  margin-bottom: 5px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.stream-01 {
  background-image: url('../../resources/general/baykomm_Auditorium_Hall.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stream-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 42vw;
  height: 47vh;
  margin-top: 12vh;
  margin-left: 31vw;
}

/*.game-07 {
  background-image: url('../../resources/general/baykomm_Foyer_arcade_quiz.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}*/

.stream-02 {
  background-image: url('../../resources/general/baykomm_Auditorium_Hall.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stream-03 {
  background-image: url('../../resources/general/baykomm_Auditorium_Hall.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
  .content-wrapper.main-hall.right {
    background-image: url('../../resources/general/baykomm_main_hall_right.png');
  }
/*  .content-wrapper.home {
    background-image: url('../../resources/general/baykomm_Front.png');
  }*/
  .absolute-block.booth-01 {
    width: 30vw;
  }
  .absolute-block.booth-01.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-01.screenwall-01 {
    width: 15vw;
  }
  .absolute-block.booth-01.screenwall-02 {
    width: 15vw;
  }
  .absolute-block.booth-01.screenwall-03 {
    width: 15vw;
  }
  .absolute-block.booth-01.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-02 {
    width: 30vw;
  }
  .absolute-block.booth-03 {
    width: 30vw;
  }
  .absolute-block.booth-04 {
    width: 30vw;
  }
  .absolute-block.booth-06 {
    width: 30vw;
  }
  .absolute-block.booth-17 {
    width: 30vw;
  }
  .absolute-block.booth-16 {
    width: 30vw;
  }
  .absolute-block.booth-18 {
    width: 30vw;
  }
  .absolute-block.booth-03.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-03.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-04.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-04.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-04.touchscreen-01 {
    width: 15vw;
  }
  .absolute-block.booth-04.touchscreen-02 {
    width: 15vw;
  }
  .absolute-block.booth-06.screenwall {
    width: 15vw;
  }
  .absolute-block.booth-06.touchscreen-02 {
    width: 15vw;
  }
  .absolute-block.booth-06.touchscreen-01 {
    width: 15vw;
  }
  .absolute-block.booth-07.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-07.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-08.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-08.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-09.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-09.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-10.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-10.screenwall {
    width: 15vw;
  }
  .absolute-block.booth-10.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-10.tablet-01 {
    width: 15vw;
  }
  .absolute-block.booth-10.tablet-02 {
    width: 15vw;
  }
  .absolute-block.booth-10.screenwall {
    width: 15vw;
  }
  .absolute-block.booth-11.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-11.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-12.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-12.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-12.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-13.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-13.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-14.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-14.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-14.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-15.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-16.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-16.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-16.screenwall {
    width: 15vw;
  }
  .absolute-block.booth-16.tablet {
    width: 15vw;
  }
  .absolute-block.booth-16.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-17.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-17.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-17.touchscreen {
    width: 15vw;
  }
  .absolute-block.booth-17.magazine {
    width: 15vw;
  }
  .absolute-block.booth-18.tvscreen {
    width: 15vw;
  }
  .absolute-block.booth-18.screenwall {
    width: 15vw;
  }
  .absolute-block.booth-18.touchscreen-01 {
    width: 15vw;
  }
  .absolute-block.booth-18.tablet {
    width: 15vw;
  }
  .absolute-block.booth-18.touchscreen-01 {
    width: 15vw;
  }
  .absolute-block.booth-18.touchscreen-02 {
    width: 15vw;
  }
  .absolute-block.visit-booth-01 {
    width: 30vw;
  }
  .absolute-block.visit-booth-02 {
    width: 30vw;
  }
  .absolute-block.visit-booth-03 {
    width: 30vw;
  }
  .absolute-block.visit-booth-04 {
    width: 30vw;
  }
  .absolute-block.visit-booth-06 {
    width: 30vw;
  }
  .absolute-block.visit-booth-17 {
    width: 30vw;
  }
  .absolute-block.visit-booth-16 {
    width: 30vw;
  }
  .absolute-block.visit-booth-18 {
    width: 30vw;
  }
}

@media screen and (min-width: 1920px) {
  .overlay-video {
    position: static;
    display: none;
    overflow: visible;
  }
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica-76-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica25UltraLight_22433.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica26UltraLightItalic_22434.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica35Thin_22435.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica45Light_22437.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica36ThinItalic_22436.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica46LightItalic_22438.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica55Roman_22439.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica56Italic_22440.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica65Medium_22443.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica85Heavy_22449.ttf') format('truetype'), url('../fonts/Helvetica95Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica86HeavyItalic_22450.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
.window_info_txt{text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
    font-size: 30px;}
.check_btn{position: absolute;
        top: 58%!important;
    margin: 0 auto;
    height: 50px;
    background-color: rgb(0 188 255);}
.cookie_overlay{z-index: 1000000;}