.page-template-konfigurator .konfigurator_wrap .form_section .kompass .rs-tooltip-text {
  top: 61px !important;
  margin-top: 20px !important;
  left: 20px !important;
  margin-left: 5px !important;
  text-align: center;
  width: 150px;
  font-size: 20px;
}

.konfig_content .center {
  text-align: center;
}

.konfig_content .top>.grid {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-auto-flow: column;
  text-align: center;
}

.konfig_content .popup .grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-flow: column;
  text-align: center;
}

.konfig_content .bottom .grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-auto-flow: column;
  text-align: center;
}

.konfig_content .top .sidebar {
  box-shadow: 5px 0px 5px -5px #ccc;
  max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.konfig_content .top .sidebar .device {
  padding: 20px;
  cursor: pointer;
}

.konfig_content .top .sidebar .device.active {
  background: red;
}

.konfig_content .top .main {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 230, 1) 100%);
}

.konfig_content .top .main .e3_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.konfig_content .top .main .devices .layer {
  clear: both;
  display: none;
}

.konfig_content .top .main .devices .layer.active {
  /* display: block; */
  display: flex;
}


.konfig_content .top .main .device_image {
  width: 230px;
  /* background: #1e90ff; */
  min-height: 350px;
  margin: 20px;
}

.konfig_content .top .main .device_image,
.konfig_content .top .main .device_headline {
  float: left;
}

.konfig_content .top .main .device_image img {
  max-width: 100%;
}

.konfig_content .top .main .e3_btn {
  cursor: pointer;
}

.konfig_content .top .main .popup {
  position: absolute;
  background: #eee;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 11;
}

.konfig_content .top .main .popup.active {
  display: block;
}

.konfig_content .top .main .popup .closePopup {
  float: right;
  cursor: pointer;
}

.konfig_content .top .main .popup .force_kw>div {
  display: none;
}

.konfig_content .top .main .popup .force_kw>div.active,
.konfig_content .top .main .popup .prod_customize>div {
  display: block;
}

.konfig_content .top .main .popup .force_kw .kw,
.konfig_content .top .main .popup .prod_customize .kw {
  display: inline-block;
  padding: 5px 3px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 4px;
  cursor: pointer;
}

.konfig_content .top .main .popup .force_kw .kw.active {
  background: red;
  color: white;
}

.konfig_content .result_item {
  padding: 10px;
}

.konfig_content .result_item .label {
  font-size: 14px;
}

.page-template-konfigurator .section_wrap.superHeightMachDasAndersPlease {
  height: auto !important;
}

.pdfContainer {
  text-align: center;
  width: 600px;
  max-width: 100%;
  border: 1px solid #ccc;
  margin: 40px;
  background: red;
  box-sizing: inherit;
  font-family: arial;
  line-height: inherit;
}

.pdfContainer>* {
  font-family: arial;
  line-height: inherit;
  box-sizing: inherit;
}

.pdfContainer .grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-flow: column;
  line-height: inherit;
}

.canvas_container,
.pdfContainer {
  position: absolute;
  left: -2000px;
  visibility: hidden;
  top: 0;
}

.page-template-konfigurator .popupoverlay {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all ease-in;
  z-index: 9;
  background: white;
  top: 0;
}

.page-template-konfigurator .popupoverlay>div {
  width: 260px;
  text-align: center;
  margin: 5em auto;
}

.page-template-konfigurator .popupoverlay.active {
  opacity: 1;
  visibility: visible;
}

body .grid-posts-home .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
  height: inherit;
}

@media screen and (max-width: 1024px) {
  body .zoomout div.bg_wrap_mobile {
    transform: translateX(-50%) scale(1.3);
  }
}

/* @media screen and (max-width: 1280px) and (max-height: 750px){
  .vc_carousel-slideline-inner {
    top: 130px;
  }
} */