body {
  padding: 5px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: 'Montserrat', sans-serif !important;
  background-color: #dae1e7;
}
.logomenu {
  width: 30px;
}
#fullScreenSpinner {
  color: #bcbfc0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #000000;
  /* IE fallback */
  background-color: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
#fullScreenSpinner.visible {
  visibility: visible;
  opacity: 1;
}
#fullScreenSpinner > div:first-child {
  background-color: transparent;
  position: absolute;
  width: 350px;
  height: 350px;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -175px;
  border-radius: 175px;
}
#fullScreenSpinner > div:first-child .spinnerText {
  position: absolute;
  bottom: 50%;
  margin-bottom: 200px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 14pt;
  color: black;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
}
.clickable :hover {
  cursor: pointer !important;
}
.rotating {
  animation-name: rotateFull;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.outdated-price {
  animation-name: flipY;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes flipY {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.imageInfo {
  font-size: 0.8rem;
  text-align: center;
}
.imageInfo i {
  color: gray;
}
.large-icon:hover {
  text-shadow: 2px 4px lightgray;
  position: relative;
  top: -4px;
  left: -2px;
}
.large-icon {
  text-align: center;
  font-size: 300%;
  text-shadow: 0px 0px lightgray;
}
*,
::before,
::after {
  box-sizing: border-box;
}
h4 {
  margin-top: 24px;
  font-weight: bold;
}
.image {
  position: relative;
  width: 100%;
  /* for IE 6 */
}
.imageoption {
  background: #27496d;
  margin: 0;
  color: white;
  font: bold 24px/45px Helvetica, Sans-Serif;
  padding: 10px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 0px;
  flex: 4;
  display: flex;
}
.overflow-y-auto {
  overflow-y: auto;
  overflow-x: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
  overflow-x: hidden;
}
.flex-grow-1-strict {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}
@media (min-width: 768px) {
  .overflow-md-y-auto {
    overflow-y: auto;
  }
}
.dl-horizontal dt {
  white-space: normal;
}
.stepimage {
  border: 0.5px solid #142850;
  width: 8.5vw;
  height: 16vh;
  padding: 0.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steptitel {
  text-align: center;
  width: 7vw;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.steptitel.steptitel-wide {
  width: 100%;
  text-align: left;
  padding-left: 1em;
}
.steptitel.steptitel-wide .col {
  align-self: center;
}
.step:hover {
  box-shadow: 2px 2px 2px 2px #142850;
  border-radius: 0.15em;
}
.stepimage-select {
  border: 2px solid red;
}
.imageoption .btn-xav {
  color: white;
  font-size: 25px;
}
.navbar-collapse.show {
  display: block !important;
}
.btn-xav {
  color: #27496d;
}
.btn-xav:hover {
  color: #00909e;
}
.btn-outline-dark:hover {
  color: #00909e;
  background-color: #142850;
  border-color: #142850;
}
.btn-outline-dark {
  color: #142850;
  background-color: inherit;
  border-color: #142850;
}
.btn-outline-xav:hover {
  color: #00909e;
  background-color: #27496d;
  border-color: #27496d;
}
.btn-outline-xav {
  color: #27496d;
  background-color: inherit;
  border-color: #27496d;
}
.btn-primary {
  color: #dae1e7;
  background-color: #27496d;
  border-color: #27496d;
}
.btn-primary:hover {
  color: #dae1e7;
  background-color: #00909e;
  border-color: #27496d;
}
.stepblock {
  flex-basis: 100%;
  overflow: auto;
  width: 38%;
  margin-left: 2%;
}
.btn-secondary {
  background: #27496d;
}
.btn-secondary:hover {
  background: #142850;
}
footer {
  background-color: #dae1e7;
  width: 100%;
  bottom: 0;
}
.inputbox {
  position: absolute;
  right: 0;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.77);
  height: 0;
  top: 0;
  /*transition: 0.5s;*/
  overflow: hidden;
  z-index: 10;
}
.inputbox-open {
  height: 100%;
}
.productbox {
  position: fixed;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77);
  height: 0;
  top: 0;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1000;
  padding: 1rem;
}
.productbox-content {
  height: 100%;
  position: relative;
  padding: 16px;
}
#edit-picture > .lightbox-content {
  /*margin: 1vh;
    overflow: auto;
    position: fixed;
    background-color: white;
    width: 97%;
    height: 97%;*/
}
.block-image-wrapper {
  position: relative;
  flex-basis: 450px;
}
.block-image-wrapper .block-image {
  position: absolute;
  height: 100%;
  width: 95%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.button-close-productbox {
  position: absolute;
  right: 0;
  bottom: 0;
}
.productbox-open {
  height: 100%;
  z-index: 10000;
}
.productbox-open-summary {
  height: 100%;
  background-color: transparent;
  transition: 0s;
}
.productinfo {
  position: absolute;
  overflow: auto;
}
.notscroll {
  overflow: hidden;
}
.articleproperty {
  color: black;
  margin-left: 15px;
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
  border-bottom: 1px solid lightgray;
}
.card {
  margin-top: 5px;
}
.stepblock .row {
  margin-left: 0;
  margin-right: 0;
}
.propertyheader {
  color: black;
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
  text-shadow: 1px 1px black;
}
.ui-widget {
  font-family: inherit;
}
.nav-link {
  color: black !important;
  font-weight: bold;
  margin-left: 5px;
}
.nav-item {
  white-space: nowrap;
}
.nav-item + .nav-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  top: 15px;
  width: 5px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.nav-link:hover {
  color: #00909e !important;
}
.nav-link:focus {
  color: red !important;
}
.nav-link:active {
  color: red !important;
}
.productdescription {
  font-size: 14px;
}
.image .inputbox {
  scroll-behavior: smooth;
  overflow-y: scroll;
}
.inputbox .row {
  margin-left: 0;
  margin-right: 0;
}
.initially-hidden {
  display: none;
}
.initially-invisible {
  visibility: hidden;
}
.minilist-input {
  border: none;
  border-bottom: 1px inset;
  padding: 0;
}
.minilist-button {
  line-height: 0.5;
  font-size: 75%;
}
#summary {
  position: fixed;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77);
  height: 0;
  top: 0;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
}
.summary-open {
  height: 100% !important;
}
.tooltip-inner {
  background-color: white;
  color: black;
  border: solid 1px lightgrey;
}
.flex-grow-wrapper {
  flex-grow: 1;
  position: relative;
}
.flex-grow-wrapper > * {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#drawingViewport {
  -o-object-fit: contain;
     object-fit: contain;
  cursor: zoom-in;
  background: white;
}
#rendererViewport {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  visibility: visible;
}
.btn:focus {
  box-shadow: none;
}
.toggleImageblock,
.toggleOverview {
  display: none;
}
#toggleImageblock ~ div .toggleImageblock,
#toggleOverview ~ div .toggleOverview {
  background-color: #00909e;
}
#toggleImageblock:checked ~ div .toggleImageblock,
#toggleOverview:checked ~ div .toggleOverview {
  background-color: #27496d;
  color: white;
}
.horizontal-bar {
  padding: 1rem 0;
  background-color: #27496d;
  color: white;
}
.horizontal-bar > * {
  padding: 1rem;
}
.visible-sm-downwards {
  display: none;
}
.lightbox-background {
  z-index: 100;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.77);
  top: 0;
  left: 0;
}
.lightbox-content {
  margin: 1vh;
  overflow: auto;
  position: fixed;
  background-color: white;
  width: 97%;
  height: 97%;
  padding: 16px;
}
#view2dlarge .pic_2d {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.radio-icon > img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  width: 96px;
  height: 128px;
}
.radio-icon {
  padding: 2px;
}
input:checked + .radio-icon {
  background-color: #1F3579;
  color: white;
}
.step-filter-icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 75px;
  height: 75px;
  /*opacity: 0.25;*/
}
input:checked + label > .step-filter-icon {
  /*opacity: 1;*/
}
.input-group .form-control {
  max-width: initial;
}
.articleproperty .form-control {
  color: inherit;
}
.step-filter-label {
  padding: 2px 4px;
  font-size: small;
  margin-right: 8px;
  text-align: center;
  border-radius: 4px;
}
.step-filter-box {
  flex-basis: 100%;
  background-color: lightsteelblue;
  border: 1px solid black;
  margin: 0 24px;
  padding: 4px;
  margin-bottom: 8px;
}
.step-filter-caption {
  font-weight: bold;
  margin-right: 8px;
}
.step-filter-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.step-filter-body > * {
  text-overflow: ellipsis;
}
.step.article-card {
  margin-left: 16px;
}
input:checked + .step-filter-label,
.step-filter-label.selected {
  background-color: #00909e;
  color: white;
}
.ui-accordion-header .step-filter-caption {
  font-weight: normal;
}
#edit-article .wrapper.inputbox {
  background-color: #fff;
  position: relative;
  flex-basis: 150px;
}
.inputpic {
  width: 20vw;
}
.pic_2d {
  display: block;
}
img {
  -o-object-fit: cover;
     object-fit: cover;
}
ul.validationMessageList {
  margin-left: 4px;
  padding-left: 1em;
  list-style-type: none;
}
.validationMessage {
  text-align: left;
  text-shadow: none;
}
.rule-node-function-name {
  max-width: 155px;
}
#summarylite > .validationMessage:not(:last-of-type) {
  margin-bottom: 0;
}
#spinner {
  position: absolute;
  z-index: 1000;
}
.lightbox-background {
  z-index: 9999;
}
.spinner {
  z-index: 9998;
}
#input-infotext {
  resize: none;
  width: 100%;
  margin: 0 16px;
  border-radius: 6px;
  height: 7rem;
  padding: 0.25em 1em;
  outline: none;
  max-width: 100%;
}
.toast-top-center {
  top: 0;
  right: 0;
  left: 50%;
  max-width: 350px;
  transform: translateX(-50%);
}
.toast-bottom-center {
  bottom: 0;
  left: 50%;
  max-width: 350px;
  transform: translateX(-50%);
}
.summary-scrollbox {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 800px;
}
.tooltip {
  pointer-events: none;
}
img.minipic {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
img.minipic-inline-summary {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.minilist {
  list-style-type: none;
  font-size: small;
}
table.minilist {
  font-size: small;
}
.article-entry.placeholder-item {
  border: 1px dashed #142850 !important;
  background-color: white;
}
.article-entry.active {
  border: 1px dashed #00909e !important;
}
.placeholder-item.btn-article-remove,
.placeholder-item.btn-article-info,
.placeholder-item.btn-article-edit,
button.group-container {
  visibility: hidden;
}
button.group-container.btn-article-remove {
  visibility: visible;
}
.btn-article-replace.fa-sync {
  animation-name: rotateFull;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.article-amount-field {
  width: 4rem;
}
#summarylite-container {
  transition: 0.3s;
  background-color: #dae1e7;
  width: 60%;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  height: auto !important;
  /*nötig bis das Javascript gefunden wurde das hier die fixe Höhe ans Element klatscht*/
  max-height: 40%;
  padding: 0 1rem;
}
#summarylite-container.full-height-summary {
  max-height: initial;
}
#summarylite-container.full-height-summary .btn-overview-toggle {
  display: none;
}
#summarylite-container .minipic {
  margin-right: 0.5rem;
}
#summarylite-container [type="number"] {
  text-align: right;
}
#summarylite-container [type="number"][readonly] {
  background-color: transparent;
  -webkit-appearance: textfield;
          appearance: textfield;
  border: none;
}
.imageblock {
  width: 60%;
  flex-basis: 60%;
  display: flex;
  overflow: hidden;
  position: relative;
}
#mainBody {
  flex-grow: 1;
  flex-shrink: 0;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.overview-opened {
  min-height: 90% !important;
  box-shadow: -1px -3px 2px 2px #142850;
  position: fixed;
  z-index: 100;
}
.fa-angle-double-up.btn-overview-toggle,
.overview-opened .fa-angle-double-down.btn-overview-toggle {
  display: initial;
}
.overview-opened .fa-angle-double-up.btn-overview-toggle,
.fa-angle-double-down.btn-overview-toggle {
  display: none;
}
.ui-widget-content {
  background: #dae1e7;
}
.ui-accordion-header {
  background-color: #dae1e7;
  font-size: 20px !important;
  color: #142850 !important;
  border: none;
  border-bottom: 1px solid #142850;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: #dae1e7;
}
.ui-widget-content {
  border: none;
}
/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
  margin-top: -0.75em;
}
.ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
.ui-accordion-header-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  overflow: visible;
}
.ui-accordion .ui-accordion-header {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.ui-accordion .ui-accordion-content {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: inherit;
}
.border-bottom {
  border-bottom: 1px solid #142850 !important;
}
.border-top {
  border-top: 1px solid #142850 !important;
}
.border-bottom + .border-top {
  border-top: none !important;
}
.stick-to-top {
  position: sticky;
  top: 0;
  background-color: inherit;
}
a.anchor {
  display: block;
  position: static;
  visibility: hidden;
}
a.totop {
  position: absolute;
  bottom: 8px;
  right: 0;
  display: none;
}
#inputbox-main {
  flex-wrap: wrap;
  height: 90%;
}
#inputbox-editor {
  flex-basis: 515px;
  display: flex;
  flex-direction: column;
}
#inputbox-descriptions {
  flex-basis: 200px;
  flex-grow: 1;
  padding: 0 1rem;
}
#inputbox-pictures {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
}
#inputbox-pictures .inputbox-picture {
  flex-grow: 1;
  position: relative;
}
#inputbox-pictures .inputbox-picture img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.lightbox-content.menu-content {
  overflow: auto;
  position: absolute;
  background-color: white;
  padding: 32px;
}
.lightbox-content.menu-content > *:first-child {
  height: 100%;
}
.lightbox-menu-form {
  visibility: visible;
  position: absolute;
}
.lightbox-menu-form h4 {
  margin-top: 0;
}
.lightbox-menu-form ~ .lightbox-menu-form {
  visibility: hidden;
}
.lightbox-menu-navi-item {
  padding: 8px;
  border-bottom: 1px solid #142850;
  cursor: pointer;
  display: block;
  width: 100%;
}
.lightbox-menu-form-wrapper {
  position: relative;
}
.btn-lightbox-close {
  bottom: 32px;
  right: 32px;
}
.btn-lightbox-close-tr {
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 200;
}
#summary,
#positionSummary {
  z-index: 101;
}
#summary > div:first-child,
#positionSummary > div:first-child {
  overflow-y: auto;
  max-height: 80%;
}
#summary .end-item,
#positionSummary .end-item {
  flex-basis: 50%;
}
#summary .endItemContainer,
#positionSummary .endItemContainer {
  flex-basis: 360px;
  display: flex;
}
.loading-blocker {
  background-color: rgba(0, 0, 0, 0.77);
  color: white;
}
.multistep-body #navbarNavDropdown {
  justify-content: center;
}
.multistep-body .tile-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.multistep-body .navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: inherit;
  top: 0;
}
.multistep-body .tile-wrapper {
  margin-top: 3rem;
}
.multistep-body .tile {
  height: calc(50vh - 1.5rem);
  padding: 5px;
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid #142850;
}
.multistep-body .tile:nth-of-type(even) {
  border-left: 3px solid #142850;
}
.multistep-body .tile.halfcol {
  flex-basis: 50%;
}
.multistep-body .tile.fullcol {
  flex-basis: 100%;
  border-left: none;
}
.multistep-body .article-scroll-ribbon {
  flex-grow: 1;
}
.multistep-body .article-scroll-ribbon button {
  align-self: center;
}
.multistep-body .article-ribbon {
  height: 100%;
  padding: 0.5rem;
}
.multistep-body .step.article-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.15em;
}
.multistep-body .step.article-card .stepimage {
  flex-basis: 65%;
  max-height: 65%;
  width: 12vw !important;
}
.multistep-body .steptitel {
  text-align: left;
  width: auto;
  margin: 0 auto;
}
.multistep-body .step.active {
  background-color: #00909e;
}
.multistep-body .multistep-filter-backdrop {
  background-color: #dae1e7;
}
.multistep-body .multistep-filter-wrapper {
  height: 0;
}
.multistep-body .shadowed-downwards {
  box-shadow: 0px 6px 3px 0px #142850;
}
.multistep-body .navbar-expand-lg .navbar-toggler {
  display: none !important;
}
.multistep-body .multistep-endscreen {
  margin-top: 3rem;
}
.multistep-body .navbar {
  z-index: 101;
}
.multistep-body #saveConfiguration {
  order: 1;
}
.multistep-body .btn-toggletiles {
  order: 2;
  width: 3rem;
}
.multistep-body .continue-button,
.multistep-body .finish-button {
  order: 20;
}
.multistep-body #btn_continue {
  order: 19;
  margin-left: 3rem;
}
#autocompleter {
  position: fixed;
  bottom: 0;
  overflow-y: scroll;
  background-color: white;
  border: 1px solid #142850;
  padding: 0.5rem;
}
#autocompleter > li:hover {
  background-color: #00909e;
}
.property-cell {
  flex-basis: 12rem;
}
.modal-xxl {
  max-width: 95vw;
}
.calculator-table th {
  background-color: #27496d;
  color: #dae1e7;
}
.calculator-table th .price-container {
  display: flex;
  background-color: #00909e;
}
.calculator-table th,
.calculator-table td {
  border: 1px solid #142850;
}
.calculator-table .btn:focus {
  box-shadow: 0 0 0 0.2rem #00909e;
}
.calculator-table .properties-line .property-cell {
  flex-basis: 12rem;
}
@keyframes rotateFull {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.inConfiguration {
  background: gray;
  color: white;
}
.end-price-element.outdated {
  text-decoration: line-through;
}
@media (max-width: 1185px) {
  .body-content {
    padding-left: 0;
    padding-right: 0;
    flex: 4;
    display: flex;
  }
  .nav-item + .nav-item::before {
    content: none;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    flex-grow: 1;
    flex-basis: 500px;
    flex-wrap: nowrap;
    align-items: baseline;
  }
  .logomenu {
    width: 64px;
  }
  .stepimage,
  .steptitel {
    width: 14.5vw;
  }
  .nav-item {
    margin-right: 1rem;
  }
}
@media (max-width: 860px) {
  .stepimage,
  .steptitel,
  .step.article-card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* Selectors and styles affecting screens UP TO 767px (Tablet) */
  body {
    display: block;
    height: initial;
  }
  .body-content {
    padding-left: 15px;
    padding-right: 15px;
    flex: 4;
    display: flex;
  }
  .logomenu {
    width: 32px;
  }
  .stepblock {
    flex-basis: 100%;
  }
  .step.article-card {
    flex-basis: 25%;
    margin: 0;
  }
  .imageblock {
    flex-wrap: wrap;
    position: relative;
    width: auto;
  }
  .imageblock .imageoption {
    z-index: 1;
    height: 30vh;
  }
  .toggleImageblock,
  .toggleOverview {
    display: initial;
  }
  .visible-sm-downwards {
    display: initial;
  }
  #rendererViewport {
    position: relative;
  }
  #toggleImageblock:checked ~ .imageblock,
  #toggleImageblock:checked ~ * #rendererViewport {
    position: absolute;
    visibility: hidden !important;
  }
  #toggleOverview:checked ~ #summarylite-container {
    position: absolute;
    visibility: hidden;
  }
  .horizontal-bar {
    display: flex;
    padding: 0;
    justify-content: space-around;
  }
  .stepimage {
    border: 0.5px solid lightgrey;
    padding: 0.5vh;
    width: initial;
  }
  .steptitel {
    text-align: center;
    word-break: break-word;
    width: initial;
  }
  div.image {
    height: 50vh;
  }
  .navbar {
    position: sticky;
    top: 0;
    padding-bottom: 0 !important;
    background-color: inherit;
    z-index: 100;
    justify-content: flex-start;
  }
  .navbar .container-fluid {
    flex-basis: 200px;
    flex-grow: 1;
    justify-content: flex-end;
  }
  #summarylite-container {
    position: static;
    height: auto !important;
    width: auto;
  }
  .btn-overview-toggle {
    display: none !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: inline-block;
  }
  .stepblock {
    overflow: initial;
    height: auto;
    width: auto;
  }
  a.anchor {
    position: relative;
    top: -3rem;
  }
  a.totop {
    display: block;
  }
  .hide-sm {
    display: none !important;
  }
  #inputbox-main {
    flex-wrap: nowrap;
    flex-direction: column;
    height: auto;
  }
  #inputbox-editor {
    order: 1;
    flex-basis: 100%;
    position: sticky;
    top: -16px;
    background-color: white;
    z-index: 100;
  }
  #inputbox-editor > *:first-child {
    overflow-x: visible !important;
  }
  #inputbox-pictures {
    order: 2;
    display: block;
  }
  #inputbox-pictures .inputbox-picture {
    margin-top: 1rem;
  }
  #inputbox-pictures .inputbox-picture img {
    position: static;
  }
  #inputbox-descriptions {
    order: 3;
  }
  #summary,
  #positionSummary {
    z-index: 100;
  }
  #summary > div:first-child,
  #positionSummary > div:first-child {
    position: absolute;
    height: 100%;
    width: 100%;
    max-height: initial;
  }
  #summary .end-item,
  #positionSummary .end-item {
    flex-basis: 100%;
  }
  #summary .endItemContainer,
  #positionSummary .endItemContainer {
    flex-direction: row;
    flex-basis: 30%;
    flex-shrink: 0;
  }
  .summary-position {
    margin-left: 0 !important;
  }
  img.minipic-inline-summary {
    width: 32px;
    height: 32px;
  }
  .lightbox-content {
    margin: 0.5rem;
    left: 0;
    top: 0;
    width: calc(99%);
    height: calc(99%);
    overflow-x: hidden;
  }
  #summarylite .btn {
    padding: 0.25rem;
  }
  #navbarNavDropdown {
    position: absolute;
    top: 3rem;
    background-color: #dae1e7;
    z-index: 100;
    left: 0;
    box-shadow: 0px 4px 10px 0px #142850;
    padding: 1em;
    display: none;
  }
  .productbox-open {
    z-index: 100;
  }
  .productbox-open .block-image {
    float: left;
    position: static;
    margin-right: 1rem;
  }
  .productbox-open .block-image-wrapper {
    width: 30%;
    margin-right: 1rem;
    position: static;
  }
  .productbox-content {
    height: 100%;
    position: relative;
    padding: 16px;
    display: block !important;
  }
  .productbox-content > div:last-of-type {
    position: static !important;
  }
  .productbox-content .button-close-productbox {
    bottom: 0.25rem;
    right: 0.25rem;
  }
  .multistep-body .tile.halfcol {
    flex-basis: 100%;
  }
  .multistep-body .step.article-card .stepimage {
    flex-basis: 65%;
    width: 22vw !important;
  }
  .multistep-body .btn-toggletiles {
    display: none;
  }
  .multistep-body .tile:nth-of-type(even) {
    border-left: none;
  }
  .multistep-body .multistep-endscreen {
    flex-direction: column-reverse;
    margin-top: 3rem;
    flex-wrap: nowrap;
  }
  .multistep-body #positionSummary > div:first-child {
    position: static;
  }
  .calculator-table th .price-container {
    display: flex;
    flex-direction: column;
  }
  .calculator-table .properties-line {
    flex-wrap: wrap;
  }
  .calculator-table .properties-line .property-cell {
    flex-basis: 30%;
    max-width: 30%;
  }
  .modal-xxl {
    margin: 0;
    max-width: 100vw;
  }
  .modal-xxl #positionSummary {
    padding: 0;
  }
}
@media (max-width: 480px) {
  /* Selectors and styles affecting screens UP TO 480px (Phone) */
  body {
    display: block;
    height: initial;
  }
  .stepblock {
    flex-basis: 100%;
  }
  .step.article-card {
    flex-basis: 45%;
    margin: 0;
  }
  .imageblock {
    flex-wrap: wrap;
    position: static;
    flex-direction: column;
  }
  .imageblock .imageoption {
    display: flex;
    padding: 0;
    height: auto;
    justify-content: space-around;
    width: 100%;
  }
  .imageblock .flex-grow-wrapper {
    flex-basis: 40vh;
  }
  .stepimage {
    border: 0.5px solid lightgrey;
    padding: 0.5vh;
  }
  .steptitel {
    text-align: center;
    word-break: break-word;
  }
  .navbar {
    position: sticky;
    top: 0;
    padding-bottom: 0 !important;
    background-color: inherit;
    z-index: 100;
  }
  #summarylite-container {
    position: static;
    height: auto !important;
  }
  .btn-overview-toggle {
    display: none !important;
  }
  .stepblock {
    overflow: initial;
    height: auto;
  }
  a.anchor {
    position: relative;
    top: -6rem;
  }
  a.totop {
    display: block;
  }
  .hide-xs {
    display: none !important;
  }
  #inputbox-main {
    flex-wrap: nowrap;
    flex-direction: column;
    height: auto;
  }
  /*#inputbox-editor {
        order: 1;
        flex-basis: 0px;
        position: sticky;
        top: -16px;
        background-color: white;
        z-index: 100;

        > *:first-child {
            overflow-x: visible !important;
        }
    }*/
  #inputbox-pictures {
    order: 2;
    display: block;
  }
  #inputbox-pictures .inputbox-picture {
    margin-top: 1rem;
  }
  #inputbox-pictures .inputbox-picture img {
    position: static;
  }
  #inputbox-descriptions {
    order: 3;
  }
  #summary {
    z-index: 100;
  }
  #summary > div:first-child {
    position: absolute;
    height: 100%;
    width: 100%;
    max-height: initial;
  }
  #summary .end-item {
    flex-basis: 100%;
    border-bottom: 1px dotted #142850;
  }
  #summary .end-item:last-of-type {
    border-bottom: none;
  }
  #summary .endItemContainer {
    flex-direction: column;
    flex-basis: 50%;
    flex-shrink: 0;
  }
  #positionSummary > div:first-child {
    position: initial;
  }
  #positionSummary .summary-row {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #positionSummary .summary-row > div:first-child {
    flex-basis: 100%;
  }
  #positionSummary .endItemContainer {
    flex-direction: column;
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .summary-position {
    margin-left: 0 !important;
  }
  img.minipic-inline-summary {
    width: 32px;
    height: 32px;
  }
  .lightbox-content {
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #summarylite .btn {
    padding: 0.25rem;
  }
  #navbarNavDropdown {
    position: absolute;
    top: 3rem;
    background-color: #dae1e7;
    z-index: 100;
    left: 0;
    box-shadow: 0px 4px 10px 0px #142850;
    padding: 1em;
  }
  .productbox-open {
    z-index: 100;
  }
  .productbox-open .block-image {
    float: left;
    position: static;
    margin-right: 1rem;
  }
  .productbox-open .block-image-wrapper {
    width: 30%;
    margin-right: 1rem;
    position: static;
  }
  .productbox-content {
    height: 100%;
    position: relative;
    padding: 16px;
    display: block !important;
  }
  .productbox-content > div:last-of-type {
    position: static !important;
  }
  .productbox-content .button-close-productbox {
    bottom: 0.25rem;
    right: 0.25rem;
  }
  .multistep-body .steptitel {
    text-align: left;
    width: 30vw;
    margin: 0 auto;
  }
}
