/*
Theme Name: emk_Minimalistic
Text Domain: emk_min
Version: 1.7
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
*/
/* roboto-300 - latin */
@import url("icomoon/style.css");
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("lib_fonts/roboto-v27-latin/roboto-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-300.woff2") format("woff2"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-300.woff") format("woff"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-300.ttf") format("truetype"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("lib_fonts/roboto-v27-latin/roboto-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-regular.woff2") format("woff2"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-regular.woff") format("woff"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-regular.ttf") format("truetype"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("lib_fonts/roboto-v27-latin/roboto-v27-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-700.woff2") format("woff2"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-700.woff") format("woff"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-700.ttf") format("truetype"), url("lib_fonts/roboto-v27-latin/roboto-v27-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
body {
  margin: 0;
  padding: 0;
}

#main_wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
}

#overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
  width: 300px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
#overlay img {
  width: 45%;
  max-width: 45%;
}
#overlay span[class^=icon-] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
}
#overlay.closed {
  display: none;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#overlay.desk {
  width: 180px;
  height: 120px;
}
#overlay.desk img {
  width: 185%;
  min-width: 85%;
}

#sidebar {
  background: #fff;
  position: fixed;
  height: 46px;
  width: 320px;
  left: 560px;
  bottom: 35px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  display: none;
  opacity: 0;
}
#sidebar.active {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#sidebar .icon-image,
#sidebar .icon-video-camera2 {
  color: silver;
  position: absolute;
  display: block;
  top: 11px;
  font-size: 28px;
  width: 28px;
}
#sidebar .icon-image {
  left: 10px;
}
#sidebar .icon-video-camera2 {
  right: 10px;
}

#slider-horizontal {
  width: 180px;
  height: 10px;
  display: block;
  margin: 0 auto 0;
  top: 18px;
}
#slider-horizontal .ui-slider-range {
  width: 100%;
  top: 0;
}
#slider-horizontal .ui-slider-handle {
  bottom: 100%;
  width: 30px;
  height: 30px;
  top: -11px;
  outline: none;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#slider-horizontal .ui-slider-handle.ui-state-active {
  background: silver;
  border: 1px solid silver;
}

#thumb_sect {
  position: fixed;
  z-index: 10;
  left: 8px;
  bottom: 8px;
  width: 550px;
  height: 102px;
}
#thumb_sect .info {
  position: absolute;
  left: 52px;
  top: 1px;
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#thumb_sect .info p {
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}
#thumb_sect .info span {
  position: absolute;
  top: 0;
  margin-left: 8px;
  font-size: 16px;
}
#thumb_sect .info.closed {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#thumb_sect #switch_sect {
  position: absolute;
  top: 18px;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 48px;
  height: 84px;
  cursor: pointer;
}
#thumb_sect #switch_sect span[class^=icon-] {
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 13px;
  top: 29px;
}
#thumb_sect #btn_help,
#thumb_sect #btn_mode,
#thumb_sect #btn_calibrate {
  position: absolute;
  top: 28px;
  cursor: pointer;
}
#thumb_sect #btn_help .icon_wrap,
#thumb_sect #btn_mode .icon_wrap,
#thumb_sect #btn_calibrate .icon_wrap {
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
#thumb_sect #btn_help .icon_wrap span[class^=icon-],
#thumb_sect #btn_mode .icon_wrap span[class^=icon-],
#thumb_sect #btn_calibrate .icon_wrap span[class^=icon-] {
  font-size: 32px;
  line-height: 46px;
  color: #fff;
}
#thumb_sect #btn_help p,
#thumb_sect #btn_mode p,
#thumb_sect #btn_calibrate p {
  font-size: 12px;
  color: #fff;
  margin: 4px 0;
  text-align: center;
}
#thumb_sect #btn_help.active .icon_wrap,
#thumb_sect #btn_mode.active .icon_wrap,
#thumb_sect #btn_calibrate.active .icon_wrap {
  background: #fff;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#thumb_sect #btn_help.active .icon_wrap span[class^=icon-],
#thumb_sect #btn_mode.active .icon_wrap span[class^=icon-],
#thumb_sect #btn_calibrate.active .icon_wrap span[class^=icon-] {
  color: #000;
}
#thumb_sect #btn_help.closed,
#thumb_sect #btn_mode.closed,
#thumb_sect #btn_calibrate.closed {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#thumb_sect #btn_help {
  left: 365px;
}
#thumb_sect #btn_help .icon_wrap span[class^=icon-] {
  font-size: 20px;
  line-height: 46px;
}
#thumb_sect #btn_mode {
  left: 425px;
}
#thumb_sect #btn_calibrate {
  left: 480px;
}

#thumb_sect.desk #btn_help,
#thumb_sect.desk #btn_mode,
#thumb_sect.desk #btn_calibrate {
  display: none;
}
#thumb_sect.desk ul#thumbs {
  width: auto;
}

ul#thumbs {
  position: absolute;
  left: 50px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  margin: 0;
  padding: 3px;
  height: 78px;
  white-space: nowrap;
  width: 300px;
  overflow-x: scroll;
  overflow-y: hidden;
}
ul#thumbs.closed {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
ul#thumbs li.info {
  position: fixed;
  left: 8px;
  bottom: 88px;
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}
ul#thumbs li.info span {
  position: absolute;
  top: 0;
  margin-left: 8px;
  font-size: 16px;
}
ul#thumbs li.box {
  list-style: none;
  width: 85px;
  height: 70px;
  margin-right: 2px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
ul#thumbs li.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul#thumbs li.box p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  padding: 2px;
  font-size: 11px;
  text-align: center;
}
ul#thumbs li.box:last-child {
  margin-right: 0;
}

#varianten_select {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 120px;
}
#varianten_select ul {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: none;
  opacity: 0;
}
#varianten_select ul.active {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#varianten_select ul li {
  list-style: none;
  border: 1px solid #fff;
  width: 120px;
  height: 48px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  margin-bottom: 6px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
#varianten_select ul li p {
  padding: 0;
  padding-left: 10px;
  margin: 0;
  line-height: 48px;
  font-size: 14px;
}
#varianten_select ul li span {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 2px;
  top: 2px;
  background: rgba(255, 255, 255, 0.5);
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
}
#varianten_select ul li span p {
  padding: 0;
  margin: 0;
  line-height: 44px;
  font-size: 20px;
}
#varianten_select ul li.original.active {
  background: rgba(216, 133, 21, 0.7);
}
#varianten_select ul li.alt.active span {
  background: rgba(216, 133, 21, 0.7);
}

#emk-footer {
  display: none;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#video-holder {
  width: 100vw;
  height: 100vh;
}
#video-holder video {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}

h1, h2, p {
  font-family: "Roboto", Arial, sans-serif;
}

/*# sourceMappingURL=style.css.map */
