body {
  background-image: none;
}
body:not(.popup) #container:nth-child(1) {
  margin: 0 auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body:not(.popup) #container:nth-child(1) #main {
  width: 100%;
  max-width: 400px;
  position: relative;
}
body:not(.popup) #container:nth-child(1) #main:before {
  content: "";
  display: block;
  width: 220px;
  height: 95px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%) translateY(-40%);
  background: url(../img/logo.svg) no-repeat scroll 50% 50%;
  background-size: contain;
  margin: 0 auto;
}
body #header:nth-child(1) .inner, body #header:nth-child(1) + #container {
  max-width: 100%;
}
body #header:nth-child(1) .inner {
  background: #0052A0;
}
body #header:nth-child(1) .inner h1 a {
  background-image: url(../img/logo-1c.svg);
  background-size: contain;
  color: transparent;
  padding: 12px;
  width: 96px;
  background-position: 0 50%;
  margin-left: 10px;
}
body #header:nth-child(1) .inner #tmenu a:hover,
body #header:nth-child(1) .inner #tmenu a.hover,
body #header:nth-child(1) .inner #tmenu li:hover .h2,
body #header:nth-child(1) .inner #tmenu .active .h2,
body #header:nth-child(1) .inner #tmenu .burger button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body #header:nth-child(1) .inner #tmenu sup {
  color: #E4221D;
}
body #header:nth-child(1) + #container #tl_navigation .group-ipetronik {
  background: url(../img/icon_module.svg) 3px 2px no-repeat;
}
body #header:nth-child(1) + #container #tl_navigation .menu_level_1 li.current {
  border-left-color: #0052A0;
}
body #header:nth-child(1) + #container #tl_navigation .menu_level_1 a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
body button[disabled] {
  opacity: 0.25;
}
body span.iptrnk_configurator.error {
  color: #ffffff;
  background: #e74c3c;
  padding: 2px 5px;
}

#picker-menu a.iptrnkProductPicker {
  background-image: url(../img/icon_picker_product.svg);
  background-size: 16px;
}

.widget:has(.iptrnk_hotspot_image) h3 {
  display: none;
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image figure .marker {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 1.2em;
  height: 1.2em;
  padding: 0.25em;
  background: #e74c3c;
  border-radius: 50%;
  outline: 0em solid rgba(231, 76, 60, 0.25);
  line-height: 1;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: outline 0.2s, background 0.2s, opacity 0.2s;
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image figure .marker.active {
  cursor: move;
  background: #74b739;
  outline-color: rgba(116, 183, 57, 0.25);
  outline-width: 1em;
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image figure .marker:hover {
  outline-width: 1em;
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image figure:has(.marker) img {
  filter: brightness(0.7);
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image figure:has(.marker.active) .marker:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image figure:has(.marker.active) img {
  filter: brightness(0.4) blur(3px);
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image figure img {
  max-width: 100%;
  height: auto;
  transition: filter 0.4s;
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image .edit-marker-content {
  margin-top: 1rem;
}
.widget:has(.iptrnk_hotspot_image) .iptrnk_hotspot_image .edit-marker-content textarea {
  display: none;
}
.widget:has(.iptrnk_hotspot_image) .tl_help {
  margin-top: 0.5em;
}

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