.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(255, 2, 2, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.leiste_links {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.86);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.leiste_rechts {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100px;
  height: 100%;
  background-color: rgba(177, 16, 16, 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0% 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-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-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: hsla(0, 0%, 100%, 0.56);
  opacity: 0;
}

.button_play {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 0, 0, 0);
  background-image: url('../images/baseline_video_settings_black_24dp_1baseline_video_settings_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button_play:hover {
  border-radius: 20px;
  outline-color: #ff8f1c;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 5px;
}

.button_visibility {
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url('../images/outline_visibility_off_black_24dp_1outline_visibility_off_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button_visibility:hover {
  border-radius: 20px;
  background-image: url('../images/outline_visibility_off_black_24dp_1outline_visibility_off_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  box-shadow: 1px 1px 3px 0 #000;
  outline-color: #ff8f1c;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 5px;
}

.button_visibility.icon_hover {
  background-color: rgba(27, 37, 67, 0);
  outline-color: #ff8f1c;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.button_buy {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: rgba(116, 67, 67, 0);
  background-image: url('../images/outline_shopping_cart_black_24dp_1outline_shopping_cart_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button_buy:hover {
  border-radius: 20px;
  outline-color: #ff8f1c;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 5px;
}

.button_info {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  background-image: url('../images/outline_info_black_24dp_1outline_info_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button_info:hover {
  border-radius: 20px;
  outline-color: #ff8f1c;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 5px;
}

.button_fullscreen {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/outline_fullscreen_black_24dp_1outline_fullscreen_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button_help {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 80px;
  height: 80px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/outline_help_outline_black_24dp_1outline_help_outline_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.div-block {
  padding-right: 0px;
  padding-left: 0px;
}

.leiste_oben {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 150px;
  padding-left: 0px;
  background-color: red;
  -o-object-fit: fill;
  object-fit: fill;
}

.button_autorotate {
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url('../images/outline_cameraswitch_black_24dp_1outline_cameraswitch_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button_autorotate:hover {
  border-radius: 20px;
  outline-color: #ff8f1c;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 5px;
}

.button_height {
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url('../images/baseline_straighten_black_24dp_1baseline_straighten_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button_height:hover {
  border: 1px solid #ff8f1c;
  border-radius: 20px;
  outline-color: #ff8f1c;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 5px;
}

.image {
  position: absolute;
  left: 10px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  max-height: 80px;
  max-width: 80px;
  margin-top: 30px;
  padding-left: 0px;
}

.button_screenshot {
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url('../images/photo_camera_FILL0_wght700_GRAD0_opsz48_1photo_camera_FILL0_wght700_GRAD0_opsz48.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button_screenshot:hover {
  border-radius: 20px;
  outline-color: #ff8f1c;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 5px;
}

.button {
  width: 80px;
  height: 80px;
  border-style: none;
  border-width: 5px;
  border-color: #ff8f1c;
  border-radius: 20px;
  background-color: rgba(56, 152, 236, 0);
}

.button:hover {
  border: 5px solid #ff8f1c;
  border-radius: 20px;
}

.button.visibility {
  background-image: url('../images/outline_visibility_off_black_24dp_1outline_visibility_off_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button.play {
  background-image: url('../images/baseline_video_settings_black_24dp_1baseline_video_settings_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button.info {
  background-image: url('../images/outline_info_black_24dp_1outline_info_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button.measure {
  background-image: url('../images/baseline_straighten_black_24dp_1baseline_straighten_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.leiste_oben_rechts {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -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;
  background-color: hsla(0, 0%, 100%, 0.47);
}

.button_reset {
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url('../images/outline_restart_alt_black_24dp_1outline_restart_alt_black_24dp.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.logo_loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  background-image: url('../images/loading.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.loading_color {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0%;
  background-color: #1b2543;
}

.logo_lindemann_loading {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 100%;
  float: none;
  clear: none;
  background-color: transparent;
  background-image: url('../images/loading.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: left;
}

.center {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: auto;
  padding-top: 0px;
  float: none;
  clear: none;
  -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-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;
  background-color: #d8d8d8;
}

.body {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .leiste_links {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
  }

  .button_container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 0;
  }

  .image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .center {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .button_container {
    overflow: hidden;
  }

  .button_play {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 80px;
    min-height: 40px;
    min-width: 40px;
    background-size: cover;
  }

  .button_visibility {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 80px;
    min-height: 40px;
    min-width: 40px;
    background-size: cover;
  }

  .button_buy {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 80px;
    min-height: 40px;
    min-width: 40px;
    background-size: cover;
  }

  .button_info {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 80px;
    min-height: 40px;
    min-width: 40px;
    background-size: cover;
  }

  .button_fullscreen {
    overflow: hidden;
  }

  .button_help {
    overflow: hidden;
  }

  .button_autorotate {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 80px;
    min-height: 40px;
    min-width: 40px;
    background-size: cover;
  }

  .button_height {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 80px;
    min-height: 40px;
    min-width: 40px;
    background-size: cover;
  }

  .button_screenshot {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 80px;
    min-height: 40px;
    min-width: 40px;
    background-size: cover;
  }

  .button_reset {
    overflow: hidden;
  }
}