@import 'css/fancybox.css';
.information {
  display: inline-block;
  cursor: pointer;
}
.information svg {
  height: 20px;
  transform: translateY(5px);
}
.tooltip {
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1;
  justify-content: center;
  align-items: center;
}
.overlay.visible {
  display: flex;
}
.overlay .overlay-content {
  background: white;
  width: 600px;
}
.overlay .overlay-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid lightgrey;
  padding: 15px 15px;
  font-weight: 500;
  font-size: 24px;
}
.overlay .overlay-body {
  padding: 15px 15px;
}
.overlay .close-button {
  cursor: pointer;
}
.overlay .close-button svg {
  height: 30px;
}
.input_box {
  margin-bottom: 10px;
}
.input_box:last-of-type {
  margin-bottom: 0;
}
.input_box input,
.input_box select {
  padding: 7px 7px;
  width: 100%;
  box-sizing: border-box;
}
.input_box label {
  font-weight: bold;
}
.input_box .hint {
  font-size: 13px;
  line-height: 16px;
  margin-top: 3px;
}
.brand-button {
  display: inline-block;
  background-color: #f2c078;
  padding: 7px 20px;
  line-height: 30px;
  color: #131315;
  cursor: pointer;
  transition: 0.4s all;
  align-items: center;
  border-radius: 5px;
}
.brand-button > div {
  display: flex;
  align-items: center;
}
.brand-button svg {
  height: 20px;
  transform: translateY(1px);
  margin-right: 4px;
}
.brand-button:hover {
  background-color: #f0b561;
}
.hidden {
  display: none;
  visibility: hidden;
}
:root {
  --unit-100vh: 100vh;
}
@supports (height: 100dvh) {
  :root {
    --unit-100vh: 100dvh;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #131315;
}
@media (max-width: 992px) {
  html,
  body {
    height: 100vh;
    overflow: hidden;
  }
}
a {
  color: #005B4A;
  font-weight: 600;
}
h2,
.h2 {
  font-weight: 600;
}
h4,
.h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.mb-2 {
  margin-bottom: 10px!important;
}
.mt-2 {
  margin-top: 10px!important;
}
.mt-0 {
  margin-top: 0!important;
}
.feedback {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.feedback.feedback-danger {
  color: #7f1d1d;
  background-color: #fef2f2;
  border-left: 4px solid #dc2626;
  font-size: 0.9rem;
}
#configurator {
  background: #e6e5e5;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
#configurator #canvas_ctr {
  width: calc(100vw - 500px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#configurator #canvas_ctr #canvas {
  max-width: 100%;
}
#configurator #canvas_ctr img {
  width: 800px;
  max-width: 50%;
  max-height: 95%;
}
@media (max-width: 992px) {
  #configurator #canvas_ctr {
    width: 100vw;
    height: calc(var(--unit-100vh) - 450px);
    position: fixed;
  }
}
#configurator #sidebar {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  height: 100%;
}
@media (min-width: 992px) and (max-height: 800px) {
  #configurator #sidebar {
    margin-bottom: 56px;
  }
}
@media (max-width: 992px) {
  #configurator #sidebar {
    position: fixed;
    bottom: 60px;
    left: 0;
    max-width: calc(100%);
    padding: 3px;
    box-sizing: border-box;
    height: calc(450px - 60px);
    width: 100%;
  }
}
#configurator #sidebar #actions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) and (max-height: 800px) {
  #configurator #sidebar #actions {
    position: fixed;
    bottom: 0;
    right: 3px;
    width: 500px;
  }
}
@media (max-width: 992px) {
  #configurator #sidebar #actions {
    position: fixed;
    bottom: 0;
    right: 3px;
    max-width: calc(100% - 6px);
    z-index: 99;
    height: 60px;
  }
}
#configurator #sidebar #actions > div {
  text-align: center;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: 0.4s all;
  justify-content: center;
}
#configurator #sidebar #actions > div:first-of-type {
  width: 100%;
  background: #f2c078;
  font-weight: bold;
  cursor: pointer;
}
#configurator #sidebar #actions > div:first-of-type:hover {
  background: #eeaa49;
}
#configurator #sidebar #actions > div:nth-of-type(2) {
  width: 50%;
  background: white;
}
#configurator #sidebar #actions > div:nth-of-type(3) {
  width: 50%;
  color: white;
  background: black;
  transition: 0.4s all;
  cursor: pointer;
}
#configurator #sidebar #actions > div:nth-of-type(3):hover {
  background: #1a1a1a;
}
#configurator #sidebar #sidebar_left nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#configurator #sidebar #sidebar_left nav ul li {
  width: 125px;
  height: 100px;
  background: white;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  margin-right: 3px;
  font-weight: 600;
  transition: 0.4s all;
  cursor: pointer;
}
@media (max-width: 992px) {
  #configurator #sidebar #sidebar_left nav ul li {
    line-height: 20px;
    width: 90px;
    height: calc((450px - 60px - 3px - 3px * 7) / 7);
  }
}
#configurator #sidebar #sidebar_left nav ul li:hover {
  color: #f2c078;
}
#configurator #sidebar #sidebar_left nav ul li.active {
  background: #f2c078;
}
#configurator #sidebar #sidebar_left nav ul li.active:hover {
  color: inherit;
}
#configurator #sidebar #sidebar_right {
  width: calc(500px - 125px - 3px);
}
@media (max-width: 992px) {
  #configurator #sidebar #sidebar_right {
    width: calc(100vw - 90px - 3px - 3px - 3px);
  }
}
#configurator #sidebar #sidebar_right h2 {
  margin-top: 0;
}
#configurator #sidebar #sidebar_right .contents {
  height: calc(7 * 100px + (7 - 1) * 3px);
  box-sizing: border-box;
  background: white;
  padding: 15px 15px;
  overflow-y: scroll;
}
@media (max-width: 992px) {
  #configurator #sidebar #sidebar_right .contents {
    height: calc(450px - 60px - 3px - 3px);
  }
}
#configurator #sidebar #sidebar_right .contents > div {
  display: none;
}
#configurator #sidebar #sidebar_right .contents > div.active {
  display: block;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr {
  padding: 15px;
  margin: 15px 0;
  background: #ebebeb;
  position: relative;
  display: none;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .KantenHint {
  background: white;
  padding: 10px;
  border-radius: 10px;
  line-height: 20px;
  font-size: 15px;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .close_ausschnitte_ctr_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  justify-content: end;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .close_ausschnitte_ctr_btn svg {
  height: 25px;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .ausschnitte_box {
  display: flex;
  flex-direction: column;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .ausschnitte_box .ausschnitte_item {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px 0;
  cursor: pointer;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .ausschnitte_box .ausschnitte_item:hover {
  background: lightgrey;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .ausschnitte_box .ausschnitte_item > div {
  margin: 0 10px;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .ausschnitte_box .ausschnitte_item > div:last-of-type {
  width: calc(100% - 75px);
  font-weight: bold;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .ausschnitte_box .ausschnitte_item .image {
  width: 55px;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_ctr .ausschnitte_box .ausschnitte_item .image img {
  width: 100%;
}
#configurator #sidebar #sidebar_right .contents #ausschnitte_templates .ausschnitte_item {
  display: none;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte {
  margin: 15px 0;
  position: relative;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box {
  display: flex;
  flex-direction: column;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item {
  background: #ebebeb;
  position: relative;
  padding: 15px 15px;
  margin-bottom: 15px;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item .errors {
  margin-top: 35px;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item:last-of-type {
  margin-bottom: 0;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item .actions {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  justify-content: end;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item .actions svg {
  height: 20px;
  color: #f2c078;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item h3 {
  margin-bottom: 10px;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item .head {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: center;
  margin-bottom: 10px;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item .head > div {
  margin: 0 10px;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item .head > div:last-of-type {
  width: calc(100% - 75px);
  font-weight: bold;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item .head .image {
  height: 100px;
}
#configurator #sidebar #sidebar_right .contents #selected_ausschnitte.ausschnitte_box .ausschnitte_item .head .image img {
  height: 100%;
}
#configurator #sidebar #sidebar_right .contents .selectable_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -10px;
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_items_heading {
  width: calc(100% - 10px);
  margin: 0px 5px;
  font-weight: bold;
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item {
  background-color: lightgray;
  width: calc(33.33% - 10px);
  box-sizing: border-box;
  margin: 5px 5px;
  transition: 0.4s all;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  height: 100px;
  border: 2px solid white;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item.big_size {
  width: calc(100% - 10px);
}
@media (max-width: 992px) {
  #configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item {
    height: 180px;
  }
}
@media (max-width: 500px) {
  #configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item {
    width: calc(50% - 10px);
    height: 150px;
  }
}
@media (max-width: 400px) {
  #configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item {
    height: 100px;
  }
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item .zoom {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 0 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  color: inherit;
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item .zoom:hover {
  background: rgba(255, 255, 255, 0.8);
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item .zoom svg {
  height: 20px;
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  color: white;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 18px;
  word-break: break-word;
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item:hover,
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item.active {
  border: 2px solid #131315;
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item:hover .layer,
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item.active .layer {
  visibility: visible;
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item_ctr {
  width: calc(50% - 10px);
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item_ctr .description {
  line-height: 20px;
  padding: 0 5px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item_ctr {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 576px) {
  #configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item_ctr {
    width: calc(100% - 10px);
  }
}
#configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item_ctr .selectable_item {
  background-color: lightgray;
  width: calc(100% - 10px) !important;
  height: 140px;
}
@media (max-width: 992px) {
  #configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item_ctr .selectable_item {
    height: 170px;
  }
}
@media (max-width: 768px) {
  #configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item_ctr .selectable_item {
    height: 150px;
  }
}
@media (max-width: 576px) {
  #configurator #sidebar #sidebar_right .contents .selectable_box .selectable_item_ctr .selectable_item {
    height: 170px;
  }
}
#configurator #sidebar #sidebar_right .contents .selectable_box.selectable_box_masse .selectable_item {
  width: calc(100% - 10px);
  border: unset;
  cursor: unset;
  background-color: unset;
  height: unset;
}
#configurator #sidebar #sidebar_right .contents .selectable_box.selectable_box_kante {
  flex-direction: row;
  flex-wrap: wrap;
}
#configurator .support-text {
  font-size: 13px;
}
/*# sourceMappingURL=style.css.map */