/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/javascript/components/cad-viewer/CadViewer.css ***!
  \*****************************************************************************************************************************************************************************************************/
.cad-viewer__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s; }

.cad-viewer__wrapper.cad-viewer__wrapper-active {
  opacity: 1;
  visibility: visible; }

.cad-viewer__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  height: 80%;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); }

.cad-viewer__iframe.cad-viewer-inline {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: auto;
  height: auto;
  box-shadow: none;
  border-radius: none; }

.cad-viewer__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/ConfigurationView.scss ***!
  \*********************************************************************************************************************************************************************************/
html {
  --vbf-color-accent: #009ee2;
  --vbf-color-accent-alt: #0075a8;
  --vbf-color-accent-foreground: white;
  --vbf-color-positive: #2ecc71;
  --vbf-color-positive-alt: #27ae60;
  --vbf-color-positive-foreground: white;
  --vbf-color-warning: #f79f1f;
  --vbf-color-warning-alt: #ee5a24;
  --vbf-color-warning-foreground: white;
  --vbf-color-danger: #ea2027;
  --vbf-color-danger-alt: #c0392b;
  --vbf-color-danger-foreground: white;
  --vbf-color-special: #9b59b6;
  --vbf-color-special-alt: #8e44ad;
  --vbf-color-special-foreground: white; }

#vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .configuration-basket__configuration__comment {
  color: #7f8c8d;
  font-style: italic;
  line-height: 1.4em;
  max-height: 1.4em;
  overflow: hidden;
  position: relative;
  overflow-wrap: anywhere; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .expanded.configuration-basket__configuration__comment {
    max-height: none;
    white-space: pre-line; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .expanded.configuration-basket__configuration__comment .truncate-button {
      display: inline;
      position: initial;
      padding-left: 8px; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .configuration-basket__configuration__comment .truncate-button {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.4em;
    padding-left: 96px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
    cursor: pointer;
    color: #009ee2;
    text-decoration: underline; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .configuration-basket__configuration__comment .truncate-button:hover {
      color: #0075a8; }

@element '#overview-baskets-container, .configuration-basket--expandable' and (max-width: 511px) {
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .configuration-basket__configuration__comment {
    word-break: break-all; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .configuration-basket__configuration__comment .truncate-button {
      padding-left: 64px; } }

#vbf-content .vbf-button--primary, #vbf-content .vbf-button.vbf-button-primary, #vbf-content .vbf-button.vbf-button-positive, #vbf-content .vbf-button {
  border-radius: 3px;
  border: 1px solid;
  transition: color 0.2s, background-color 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 600 !important;
  padding: 0px 8px; }
  #vbf-content .vbf-button--primary i, #vbf-content .vbf-button.vbf-button-primary i, #vbf-content .vbf-button.vbf-button-positive i, #vbf-content .vbf-button i {
    font-size: 1em;
    margin-right: 8px; }

#vbf-content .vbf-button--primary, #vbf-content .vbf-button.vbf-button-primary {
  background-color: var(--vbf-color-accent);
  color: var(--vbf-color-accent-foreground);
  border-color: var(--vbf-color-accent-alt); }
  #vbf-content .vbf-button--primary:hover, #vbf-content .vbf-button.vbf-button-primary:hover {
    background-color: var(--vbf-color-accent-alt); }

#vbf-content .vbf-button.vbf-button-secondary {
  background: black;
  color: red; }

#vbf-content .vbf-button.vbf-button-positive {
  background-color: var(--vbf-color-positive);
  color: var(--vbf-color-positive-foreground);
  border-color: var(--vbf-color-positive-alt); }
  #vbf-content .vbf-button.vbf-button-positive:hover {
    background-color: var(--vbf-color-positive-alt); }

#vbf-content .vbf-button.vbf-button-warning {
  background: var(--vbf-color-warning);
  border-color: var(--vbf-color-warning-alt);
  color: var(--vbf-color-warning-foreground); }
  #vbf-content .vbf-button.vbf-button-warning:hover {
    background: var(--vbf-color-warning-alt); }

#vbf-content .vbf-button.vbf-button-danger {
  background: var(--vbf-color-danger);
  border-color: var(--vbf-color-danger-alt);
  color: var(--vbf-color-danger-foreground); }
  #vbf-content .vbf-button.vbf-button-danger:hover {
    background: var(--vbf-color-danger-alt); }

#vbf-content input[type="text"], #vbf-content input[type="email"], #vbf-content input[type="url"], #vbf-content input[type="password"], #vbf-content input[type="search"], #vbf-content input[type="number"], #vbf-content input[type="tel"], #vbf-content input[type="range"], #vbf-content input[type="date"], #vbf-content input[type="month"], #vbf-content input[type="week"], #vbf-content input[type="time"], #vbf-content input[type="datetime"], #vbf-content input[type="datetime-local"], #vbf-content input[type="color"], #vbf-content textarea {
  all: initial;
  font-family: inherit; }

#vbf-content * {
  font-size: 1em; }

#vbf-content .vbf-hidden {
  display: none !important;
  visibility: hidden;
  opacity: 0; }

#vbf-content .vbf-button.vbf-button-primary.vbf-button-minimalist {
  background: transparent;
  border-color: var(--vbf-color-accent);
  color: var(--vbf-color-accent); }

#vbf-content .text-vanBeekBlue {
  color: var(--vbf-color-accent); }

#vbf-content .configurator-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  line-height: 1.125;
  position: relative;
  z-index: 199; }
  #vbf-content .configurator-page-header.title-container .title .primary {
    font-weight: bold !important;
    font-size: 1.412em; }
  #vbf-content .configurator-page-header.title-container .title .secondary {
    font-weight: 600 !important;
    margin-top: 2px; }
    #vbf-content .configurator-page-header.title-container .title .secondary * {
      font-weight: 600 !important; }
  #vbf-content .configurator-page-header.title-container.title-container--centered .title .primary {
    margin-bottom: 8px; }
  #vbf-content .configurator-page-header .actions {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: 32px !important; }
    #vbf-content .configurator-page-header .actions > * + * {
      margin-right: 32px !important; }

#vbf-content .vbf-form__wrapper.vbf-form--center {
  display: flex;
  align-items: center;
  justify-content: center; }

#vbf-content .vbf-form.vbf-form--center {
  text-align: center;
  max-width: calc(100vw - 32px); }

#vbf-content .vbf-form h2 {
  margin: 32px 0px; }

#vbf-content .vbf-form .inputlabel {
  margin-right: 8px; }

#vbf-content .vbf-form.vbf-form--center .inputfield {
  width: 100%;
  max-width: 320px;
  margin: auto; }

#vbf-content .vbf-form .inputfield + .inputfield,
#vbf-content .vbf-form .component-message + .inputfield {
  margin-top: 24px; }

#vbf-content .vbf-form .inputfield + .inputfield:last-child,
#vbf-content .vbf-form .component-message + .inputfield:last-child {
  margin-top: 32px; }

#vbf-content .vbf-form input:not([type="checkbox"]) {
  width: 100%; }

#vbf-content .vbf-form input[type="checkbox"] {
  -webkit-appearance: checkbox; }

#vbf-content .vbf-form input[type="checkbox"] + label {
  display: inline;
  text-align: right; }

#vbf-content .vbf-form .inputfield.submitfield {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 24px; }

#vbf-content .vbf-form .submitfield button[type="submit"] {
  box-sizing: border-box; }

#vbf-content .vbf-form .submitfield:not(.submitfield--dual-buttons) button[type="submit"] {
  width: 100%; }

#vbf-content .vbf-form .submitfield.submitfield--dual-buttons button[type="submit"] {
  width: calc(50% - 8px); }

#vbf-content .vbf-form .vbf-form__error {
  background-color: #EA2027; }

#vbf-content .vbf-form .inputfield label {
  font-weight: 600 !important;
  text-transform: uppercase;
  display: block;
  text-align: left;
  margin-bottom: 8px; }

#vbf-content .vbf-form button {
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid #0075a8;
  background-color: #009ee2;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s; }

#vbf-content .vbf-form button i {
  margin-right: 8px; }

#vbf-content .vbf-form button:hover {
  background-color: #0075a8;
  color: white; }

#vbf-content .vbf-form button[type="submit"].alternative {
  background-color: transparent;
  color: #0075a8; }

#vbf-content .vbf-form button[disabled] {
  border-color: gray;
  background-color: gray;
  cursor: default; }

#vbf-content .vbf-form button[type="submit"].alternative[disabled] {
  border-color: gray;
  color: gray; }

#vbf-content .vbf-form button[type="submit"].alternative:not([disabled]):hover {
  background-color: #0075a8;
  color: white; }

#vbf-content .vbf-form .component-message {
  display: inline-flex;
  margin-top: 32px; }

#vbf-content .component-message.confirm {
  background-color: #A3CB38; }

#vbf-content .vbf-form .component-header {
  position: relative; }

#vbf-content .vbf-form .component-message {
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 3px;
  color: white;
  font-weight: bold !important;
  flex-direction: row;
  align-items: center;
  width: auto;
  display: inline-flex; }

#vbf-content .vbf-form .component-message.active + .component-message.active {
  margin-top: 8px; }

#vbf-content .vbf-form .component-header:after {
  content: "";
  display: table;
  clear: both; }

#vbf-content .vbf-form .component-message i {
  margin-right: 8px; }

#vbf-content .vbf-form .component-message[data-level='warning'] {
  background-color: #F79F1F; }

#vbf-content .vbf-form .component-message[data-level='error'] {
  background-color: #EA2027; }

#vbf-content .vbf-form .title {
  margin-bottom: 32px;
  line-height: normal; }

#vbf-content .vbf-form .title .primary {
  font-weight: bold !important;
  color: #009ee2; }

#vbf-content .vbf-form .title .secondary {
  font-weight: 600 !important; }

#vbf-content .vbf-form .button__minimalist {
  display: block;
  max-width: 320px;
  margin: auto;
  text-align: right;
  margin-top: 8px; }

#vbf-content input.input-style-minimalist {
  background-color: none;
  border: none;
  border-bottom: 2px solid gray;
  border-radius: 0;
  opacity: 0.75;
  padding: 8px 4px;
  font-size: 14px;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0;
  transition: opacity 0.2s, border-color 0.2s; }

#vbf-content input.input-style-minimalist:hover,
#vbf-content input.input-style-minimalist:focus {
  opacity: 1; }

#vbf-content input.input-style-minimalist:focus {
  border-color: #009ee2;
  outline: none; }

#vbf-content input.input-style-minimalist[invalid] {
  border-bottom: 2px solid #EA2027; }

#vbf-content .vbf-form .title > * {
  line-height: 1.5; }

#vbf-content .vbf-form .title .primary {
  font-size: 2em;
  font-weight: bold !important; }

#vbf-content .vbf-form .title .secondary {
  font-size: 1.25em;
  font-weight: bold !important; }

#vbf-content .vbf-form form {
  font-size: 0.8em; }

@element '.configurator-page-header' and (max-width: 639px) {
  #vbf-content .configurator-page-header {
    flex-direction: column; }
  #vbf-content .configurator-page-header .title {
    text-align: center;
    width: 100%; }
  #vbf-content .configurator-page-header .actions {
    justify-content: space-between;
    width: 100%;
    margin-left: 0px !important; }
  #vbf-content .configurator-page-header > * + * {
    margin-top: 32px; }
  #vbf-content .configurator-page-header .actions .overview-searchbar {
    flex-grow: 1; } }

@element '.configurator-page-header' and (max-width: 511px) {
  #vbf-content {
    padding-top: 24px; }
    #vbf-content .configurator-page-header {
      padding-bottom: 24px; }
    #vbf-content .configurator-page-header.title-container .title {
      text-align: left; }
    #vbf-content .configurator-page-header .actions {
      display: none; } }

@media screen and (max-width: 39.9375em) {
  #breadcrumbs a, #breadcrumbs a:visited, .breadcrumb_last {
    font-size: 12px !important; } }

#vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action, .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action {
  height: 32px;
  min-width: 108px;
  padding: 0px 8px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
  border: 1px solid rgba(0, 117, 168, 0.3);
  background-color: transparent;
  color: #009ee2;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, border-radius 0.2s, box-shadow 0.2s; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action i, .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action i {
    font-size: 15px;
    margin-right: 8px;
    flex-basis: 25%;
    flex-shrink: 1; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action:hover, .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action:hover, #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action[data-action="menu"].active, .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action[data-action="menu"].active {
    background-color: #0075a8;
    border-color: #0075a8;
    color: white; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action[data-action="menu"].active, .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action[data-action="menu"].active {
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action[data-action="delete"], .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action[data-action="delete"] {
    color: #eb4d4b; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action[data-action="delete"]:hover, .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action[data-action="delete"]:hover {
      background-color: #b33939;
      color: white; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action + .configuration-basket__configuration__action, .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action + .configuration-basket__configuration__action {
    margin-left: 8px; }

#vbf-content .configuration-basket__configuration {
  font-size: 0.9em;
  min-height: 48px;
  padding: 8px 0px;
  border-bottom: 1px solid lightgray;
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-rows: auto; }
  #vbf-content .configuration-basket__configuration:hover {
    z-index: 2; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__icons {
    min-width: 1px;
    min-height: 18px;
    text-align: right; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__icons .configuration-basket__configuration__icon {
      font-size: 16px;
      margin-top: 2px;
      display: none; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__icons .configuration-basket__configuration__icon:not(:first-child) {
        margin-left: 4px; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__icons .configuration-basket__configuration__icon.active {
        display: inline-block; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__icons .configuration-basket__configuration__icon.error {
        color: #EA2027; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__icons .configuration-basket__configuration__icon.warning {
        color: #F79F1F; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper {
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    display: flex;
    flex-direction: row; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview {
      height: 100%;
      height: 48px;
      width: 48px;
      background-color: #EDF4F7;
      border-radius: 3px;
      box-sizing: border-box;
      margin-right: 16px;
      overflow: hidden;
      flex-shrink: 0;
      cursor: pointer;
      position: relative; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview .configuration-basket__configuration__preview__overlay {
        background-color: rgba(255, 255, 255, 0.8);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.2s, opacity 0.2s; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview .configuration-basket__configuration__preview__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #009ee2;
        text-shadow: 0 0 1px #000000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s, visibility 0.2s; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview .configuration-basket__configuration__preview__icon.active {
          visibility: visible;
          opacity: 0.5; }
          #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview .configuration-basket__configuration__preview__icon.active.keep-visible {
            visibility: visible;
            opacity: 1; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview:hover .configuration-basket__configuration__preview__icon.active,
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview:hover .configuration-basket__configuration__preview__overlay.active {
        visibility: visible;
        opacity: 1; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview:hover .configuration-basket__configuration__preview__icon-small.active {
        opacity: 0;
        visibility: hidden; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview .configuration-basket__configuration__preview__icon-small {
        top: auto;
        left: auto;
        bottom: 0px;
        right: 0px;
        font-size: 16px;
        width: 24px;
        height: 24px; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview .configuration-basket__configuration__preview__icon-generating.active {
        visibility: hidden;
        opacity: 0; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview .configuration-basket__configuration__preview__image {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s, visibility 0.2s; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__preview .configuration-basket__configuration__preview__image[src] {
        opacity: 1;
        visibility: visible; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper {
      flex-grow: 1;
      flex-shrink: 1;
      margin-right: 32px;
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto auto; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .configuration-basket__configuration__icons {
        display: none;
        margin-left: 16px; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .configuration-basket__configuration__title {
        font-weight: 600 !important;
        grid-column: 1;
        grid-row: 1; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .configuration-basket__configuration__comment {
        grid-column: 1 / span 2;
        grid-row: 2; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 32px; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount {
      display: flex;
      flex-direction: row;
      flex-grow: 0;
      flex-shrink: 0; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount input,
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount .configuration-basket__configuration__amount-button {
        width: 32px;
        height: 32px;
        box-sizing: border-box; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount input {
        -moz-appearance: textfield;
        border: 1px solid;
        border-color: rgba(0, 117, 168, 0.3);
        background-color: transparent;
        text-align: center;
        font-size: 1em;
        border-radius: 0;
        transition: border-color 0.2s; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount input:focus {
          border-color: #0075a8; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount input::-webkit-outer-spin-button, #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount .configuration-basket__configuration__amount-button {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid;
        border-color: rgba(0, 117, 168, 0.3);
        color: #009ee2;
        background-color: transparent;
        cursor: pointer;
        transition: color 0.2s, background-color 0.2s, border-color 0.2s; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount .configuration-basket__configuration__amount-button:hover {
          background-color: #0075a8;
          border-color: #0075a8;
          color: white; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount .configuration-basket__configuration__amount-button[data-action="add"] {
          border-radius: 0px 3px 3px 0px;
          border-left: none; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount .configuration-basket__configuration__amount-button[data-action="subtract"] {
          border-radius: 3px 0px 0px 3px;
          border-right: none; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount .configuration-basket__configuration__amount-static {
        display: none;
        height: 32px;
        min-width: 32px;
        justify-content: flex-end;
        align-items: center; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__properties {
      display: flex;
      flex-shrink: 0;
      flex-grow: 0;
      min-width: 80px;
      flex-direction: column;
      justify-content: right;
      margin-left: 32px; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__properties .configuration-basket__configuration__price {
        text-align: right; }
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-wrap: wrap;
    height: 32px; }

#vbf-content .configuration-basket.vbf-readonly .configuration-basket__configuration .configuration-basket__configuration__amount input,
#vbf-content .configuration-basket.vbf-readonly .configuration-basket__configuration .configuration-basket__configuration__amount-button {
  display: none; }

#vbf-content .configuration-basket.vbf-readonly .configuration-basket__configuration .configuration-basket__configuration__amount-static {
  display: flex; }

.configuration-basket__configuration__action-menu__wrapper {
  position: absolute;
  z-index: 99999;
  font-size: 1em;
  min-width: 120px; }
  .configuration-basket__configuration__action-menu__wrapper * {
    font-size: 1em; }
  .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu {
    position: absolute;
    background-color: white;
    box-sizing: border-box;
    border-top: none;
    border-radius: 0px 0px 3px 3px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s, box-shadow 0.2s;
    top: 0;
    left: 0;
    width: 100%; }
    .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action {
      margin-left: 0px;
      border: none;
      border-radius: 0px;
      font-size: 0.9em; }
    .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action-menu__spacer {
      margin: 0px 8px;
      height: 1px;
      background-color: rgba(0, 117, 168, 0.3); }
  .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s; }
  .configuration-basket__configuration__action-menu__wrapper.active .configuration-basket__configuration__action-menu {
    opacity: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); }
  .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu__list:not([data-primary]) {
    display: none; }

@element '#overview-baskets-container, .configuration-basket--expandable' and (max-width: 900px) {
  #vbf-content .configuration-basket__configuration {
    padding: 16px 0px;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 16px;
    column-gap: 8px; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__title {
      margin-right: 0px; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper {
      grid-column: 1 / span 2; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper {
        margin-right: 0px; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__left-wrapper .configuration-basket__configuration__text-wrapper .configuration-basket__configuration__icons {
          display: block; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions {
      grid-row: 2;
      grid-column: 1; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper {
      margin-left: 0px;
      grid-row: 2;
      grid-column: 2;
      grid-gap: 8px;
      display: grid;
      grid-template-columns: 1fr auto; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount {
        grid-column: 1;
        grid-row: 1;
        align-self: center; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__properties {
        align-self: center;
        grid-column: 2;
        grid-row: 1;
        min-width: auto;
        margin-left: 0px; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__properties .configuration-basket__configuration__price {
          min-width: 80px; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__properties .configuration-basket__configuration__icons {
          display: none; } }

@element '#overview-baskets-container' and (max-width: 500px) {
  #vbf-content .configuration-basket__configuration {
    grid-template-columns: auto 1fr; }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions {
      height: auto;
      max-height: auto;
      border: 1px solid rgba(0, 117, 168, 0.3);
      border-radius: 3px;
      overflow: hidden;
      box-sizing: border-box;
      grid-row: 2;
      grid-column: 1;
      max-width: 200px;
      display: grid; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action {
        width: 100%;
        height: 32px;
        border: none;
        border-radius: 0; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action[data-action="menu"].active {
          border-radius: 0; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action + .configuration-basket__configuration__action {
          margin-left: 0px;
          border-top: 1px solid rgba(0, 117, 168, 0.3); }
    #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr auto;
      align-self: stretch;
      grid-gap: 0px; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__amount {
        justify-self: end;
        grid-column: 1;
        grid-row: 2; }
      #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__properties {
        grid-column: 1;
        grid-row: 1; }
        #vbf-content .configuration-basket__configuration .configuration-basket__configuration__right-wrapper .configuration-basket__configuration__properties .configuration-basket__configuration__price {
          min-width: auto; } }

@element '#vbf-content' and (max-width: 767px) {
  #vbf-content .configuration-basket__configuration .configuration-basket__configuration__actions .configuration-basket__configuration__action[data-action="menu"].active {
    border-radius: 3px; }
  .configuration-basket__configuration__action-menu__wrapper {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed; }
    .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu {
      position: absolute;
      bottom: 4vw !important;
      top: auto !important;
      width: 92vw !important;
      border-radius: none;
      background-color: transparent;
      box-shadow: none !important;
      opacity: 1;
      max-width: 512px !important;
      left: 50% !important;
      transform: translateX(-50%) translateY(125%);
      transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
      .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action-menu__list {
        background-color: white;
        border-radius: 6px;
        overflow: hidden; }
        .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action-menu__list:not([data-primary]) {
          display: block; }
        .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action-menu__list + .configuration-basket__configuration__action-menu__list {
          margin-top: 4vw; }
      .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action {
        height: 48px;
        padding: 0; }
        .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action[data-action="menu"].active {
          border-radius: 3px;
          box-shadow: none; }
        .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action i {
          flex-basis: 64px;
          margin: 0;
          font-size: 20px; }
        .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action > div {
          font-size: 1.2em; }
      .configuration-basket__configuration__action-menu__wrapper .configuration-basket__configuration__action-menu .configuration-basket__configuration__action-menu__spacer {
        margin-left: 64px !important;
        margin-right: 16px !important; }
    .configuration-basket__configuration__action-menu__wrapper.active .configuration-basket__configuration__action-menu__background {
      opacity: 1;
      visibility: visible; }
    .configuration-basket__configuration__action-menu__wrapper.active .configuration-basket__configuration__action-menu {
      transform: translateY(0) translateX(-50%); } }

/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/ProjectView.scss ***!
  \***************************************************************************************************************************************************************************/
html {
  --vbf-color-accent: #009ee2;
  --vbf-color-accent-alt: #0075a8;
  --vbf-color-accent-foreground: white;
  --vbf-color-positive: #2ecc71;
  --vbf-color-positive-alt: #27ae60;
  --vbf-color-positive-foreground: white;
  --vbf-color-warning: #f79f1f;
  --vbf-color-warning-alt: #ee5a24;
  --vbf-color-warning-foreground: white;
  --vbf-color-danger: #ea2027;
  --vbf-color-danger-alt: #c0392b;
  --vbf-color-danger-foreground: white;
  --vbf-color-special: #9b59b6;
  --vbf-color-special-alt: #8e44ad;
  --vbf-color-special-foreground: white; }

#vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper .configuration-basket__comment {
  color: #7f8c8d;
  font-style: italic;
  line-height: 1.4em;
  max-height: 1.4em;
  overflow: hidden;
  position: relative;
  overflow-wrap: anywhere; }
  #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper .expanded.configuration-basket__comment {
    max-height: none;
    white-space: pre-line; }
    #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper .expanded.configuration-basket__comment .truncate-button {
      display: inline;
      position: initial;
      padding-left: 8px; }
  #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper .configuration-basket__comment .truncate-button {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.4em;
    padding-left: 96px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
    cursor: pointer;
    color: #009ee2;
    text-decoration: underline; }
    #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper .configuration-basket__comment .truncate-button:hover {
      color: #0075a8; }

@element '#overview-baskets-container, .configuration-basket--expandable' and (max-width: 511px) {
  #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper .configuration-basket__comment {
    word-break: break-all; }
    #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper .configuration-basket__comment .truncate-button {
      padding-left: 64px; } }

#vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__subtotal::after {
  content: "";
  display: table;
  clear: both; }

#vbf-content .vbf-button--primary, #vbf-content .vbf-button.vbf-button-primary, #vbf-content .vbf-button.vbf-button-positive, #vbf-content .vbf-button {
  border-radius: 3px;
  border: 1px solid;
  transition: color 0.2s, background-color 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 600 !important;
  padding: 0px 8px; }
  #vbf-content .vbf-button--primary i, #vbf-content .vbf-button.vbf-button-primary i, #vbf-content .vbf-button.vbf-button-positive i, #vbf-content .vbf-button i {
    font-size: 1em;
    margin-right: 8px; }

#vbf-content .vbf-button--primary, #vbf-content .vbf-button.vbf-button-primary {
  background-color: var(--vbf-color-accent);
  color: var(--vbf-color-accent-foreground);
  border-color: var(--vbf-color-accent-alt); }
  #vbf-content .vbf-button--primary:hover, #vbf-content .vbf-button.vbf-button-primary:hover {
    background-color: var(--vbf-color-accent-alt); }

#vbf-content .vbf-button.vbf-button-secondary {
  background: black;
  color: red; }

#vbf-content .vbf-button.vbf-button-positive {
  background-color: var(--vbf-color-positive);
  color: var(--vbf-color-positive-foreground);
  border-color: var(--vbf-color-positive-alt); }
  #vbf-content .vbf-button.vbf-button-positive:hover {
    background-color: var(--vbf-color-positive-alt); }

#vbf-content .vbf-button.vbf-button-warning {
  background: var(--vbf-color-warning);
  border-color: var(--vbf-color-warning-alt);
  color: var(--vbf-color-warning-foreground); }
  #vbf-content .vbf-button.vbf-button-warning:hover {
    background: var(--vbf-color-warning-alt); }

#vbf-content .vbf-button.vbf-button-danger {
  background: var(--vbf-color-danger);
  border-color: var(--vbf-color-danger-alt);
  color: var(--vbf-color-danger-foreground); }
  #vbf-content .vbf-button.vbf-button-danger:hover {
    background: var(--vbf-color-danger-alt); }

#vbf-content input[type="text"], #vbf-content input[type="email"], #vbf-content input[type="url"], #vbf-content input[type="password"], #vbf-content input[type="search"], #vbf-content input[type="number"], #vbf-content input[type="tel"], #vbf-content input[type="range"], #vbf-content input[type="date"], #vbf-content input[type="month"], #vbf-content input[type="week"], #vbf-content input[type="time"], #vbf-content input[type="datetime"], #vbf-content input[type="datetime-local"], #vbf-content input[type="color"], #vbf-content textarea {
  all: initial;
  font-family: inherit; }

#vbf-content * {
  font-size: 1em; }

#vbf-content .vbf-hidden {
  display: none !important;
  visibility: hidden;
  opacity: 0; }

#vbf-content .vbf-button.vbf-button-primary.vbf-button-minimalist {
  background: transparent;
  border-color: var(--vbf-color-accent);
  color: var(--vbf-color-accent); }

#vbf-content .text-vanBeekBlue {
  color: var(--vbf-color-accent); }

#vbf-content .configurator-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  line-height: 1.125;
  position: relative;
  z-index: 199; }
  #vbf-content .configurator-page-header.title-container .title .primary {
    font-weight: bold !important;
    font-size: 1.412em; }
  #vbf-content .configurator-page-header.title-container .title .secondary {
    font-weight: 600 !important;
    margin-top: 2px; }
    #vbf-content .configurator-page-header.title-container .title .secondary * {
      font-weight: 600 !important; }
  #vbf-content .configurator-page-header.title-container.title-container--centered .title .primary {
    margin-bottom: 8px; }
  #vbf-content .configurator-page-header .actions {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: 32px !important; }
    #vbf-content .configurator-page-header .actions > * + * {
      margin-right: 32px !important; }

#vbf-content .vbf-form__wrapper.vbf-form--center {
  display: flex;
  align-items: center;
  justify-content: center; }

#vbf-content .vbf-form.vbf-form--center {
  text-align: center;
  max-width: calc(100vw - 32px); }

#vbf-content .vbf-form h2 {
  margin: 32px 0px; }

#vbf-content .vbf-form .inputlabel {
  margin-right: 8px; }

#vbf-content .vbf-form.vbf-form--center .inputfield {
  width: 100%;
  max-width: 320px;
  margin: auto; }

#vbf-content .vbf-form .inputfield + .inputfield,
#vbf-content .vbf-form .component-message + .inputfield {
  margin-top: 24px; }

#vbf-content .vbf-form .inputfield + .inputfield:last-child,
#vbf-content .vbf-form .component-message + .inputfield:last-child {
  margin-top: 32px; }

#vbf-content .vbf-form input:not([type="checkbox"]) {
  width: 100%; }

#vbf-content .vbf-form input[type="checkbox"] {
  -webkit-appearance: checkbox; }

#vbf-content .vbf-form input[type="checkbox"] + label {
  display: inline;
  text-align: right; }

#vbf-content .vbf-form .inputfield.submitfield {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 24px; }

#vbf-content .vbf-form .submitfield button[type="submit"] {
  box-sizing: border-box; }

#vbf-content .vbf-form .submitfield:not(.submitfield--dual-buttons) button[type="submit"] {
  width: 100%; }

#vbf-content .vbf-form .submitfield.submitfield--dual-buttons button[type="submit"] {
  width: calc(50% - 8px); }

#vbf-content .vbf-form .vbf-form__error {
  background-color: #EA2027; }

#vbf-content .vbf-form .inputfield label {
  font-weight: 600 !important;
  text-transform: uppercase;
  display: block;
  text-align: left;
  margin-bottom: 8px; }

#vbf-content .vbf-form button {
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid #0075a8;
  background-color: #009ee2;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s; }

#vbf-content .vbf-form button i {
  margin-right: 8px; }

#vbf-content .vbf-form button:hover {
  background-color: #0075a8;
  color: white; }

#vbf-content .vbf-form button[type="submit"].alternative {
  background-color: transparent;
  color: #0075a8; }

#vbf-content .vbf-form button[disabled] {
  border-color: gray;
  background-color: gray;
  cursor: default; }

#vbf-content .vbf-form button[type="submit"].alternative[disabled] {
  border-color: gray;
  color: gray; }

#vbf-content .vbf-form button[type="submit"].alternative:not([disabled]):hover {
  background-color: #0075a8;
  color: white; }

#vbf-content .vbf-form .component-message {
  display: inline-flex;
  margin-top: 32px; }

#vbf-content .component-message.confirm {
  background-color: #A3CB38; }

#vbf-content .vbf-form .component-header {
  position: relative; }

#vbf-content .vbf-form .component-message {
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 3px;
  color: white;
  font-weight: bold !important;
  flex-direction: row;
  align-items: center;
  width: auto;
  display: inline-flex; }

#vbf-content .vbf-form .component-message.active + .component-message.active {
  margin-top: 8px; }

#vbf-content .vbf-form .component-header:after {
  content: "";
  display: table;
  clear: both; }

#vbf-content .vbf-form .component-message i {
  margin-right: 8px; }

#vbf-content .vbf-form .component-message[data-level='warning'] {
  background-color: #F79F1F; }

#vbf-content .vbf-form .component-message[data-level='error'] {
  background-color: #EA2027; }

#vbf-content .vbf-form .title {
  margin-bottom: 32px;
  line-height: normal; }

#vbf-content .vbf-form .title .primary {
  font-weight: bold !important;
  color: #009ee2; }

#vbf-content .vbf-form .title .secondary {
  font-weight: 600 !important; }

#vbf-content .vbf-form .button__minimalist {
  display: block;
  max-width: 320px;
  margin: auto;
  text-align: right;
  margin-top: 8px; }

#vbf-content input.input-style-minimalist {
  background-color: none;
  border: none;
  border-bottom: 2px solid gray;
  border-radius: 0;
  opacity: 0.75;
  padding: 8px 4px;
  font-size: 14px;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0;
  transition: opacity 0.2s, border-color 0.2s; }

#vbf-content input.input-style-minimalist:hover,
#vbf-content input.input-style-minimalist:focus {
  opacity: 1; }

#vbf-content input.input-style-minimalist:focus {
  border-color: #009ee2;
  outline: none; }

#vbf-content input.input-style-minimalist[invalid] {
  border-bottom: 2px solid #EA2027; }

#vbf-content .vbf-form .title > * {
  line-height: 1.5; }

#vbf-content .vbf-form .title .primary {
  font-size: 2em;
  font-weight: bold !important; }

#vbf-content .vbf-form .title .secondary {
  font-size: 1.25em;
  font-weight: bold !important; }

#vbf-content .vbf-form form {
  font-size: 0.8em; }

@element '.configurator-page-header' and (max-width: 639px) {
  #vbf-content .configurator-page-header {
    flex-direction: column; }
  #vbf-content .configurator-page-header .title {
    text-align: center;
    width: 100%; }
  #vbf-content .configurator-page-header .actions {
    justify-content: space-between;
    width: 100%;
    margin-left: 0px !important; }
  #vbf-content .configurator-page-header > * + * {
    margin-top: 32px; }
  #vbf-content .configurator-page-header .actions .overview-searchbar {
    flex-grow: 1; } }

@element '.configurator-page-header' and (max-width: 511px) {
  #vbf-content {
    padding-top: 24px; }
    #vbf-content .configurator-page-header {
      padding-bottom: 24px; }
    #vbf-content .configurator-page-header.title-container .title {
      text-align: left; }
    #vbf-content .configurator-page-header .actions {
      display: none; } }

@media screen and (max-width: 39.9375em) {
  #breadcrumbs a, #breadcrumbs a:visited, .breadcrumb_last {
    font-size: 12px !important; } }

#vbf-content .configuration-basket .configuration-basket__header {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  height: 42px;
  color: white;
  max-height: 48px; }
  #vbf-content .configuration-basket .configuration-basket__header .configuration-basket__title {
    display: flex;
    align-items: center;
    padding: 0px 12px;
    flex-grow: 1;
    transition: visibility 0.3s, opacity 0.3s;
    font-weight: 600 !important;
    padding-right: 0px;
    min-width: 0;
    font-size: 1.1em; }
    #vbf-content .configuration-basket .configuration-basket__header .configuration-basket__title .configuration-basket__title-name {
      line-height: 24px;
      overflow: hidden;
      max-height: 48px;
      flex-shrink: 1;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #vbf-content .configuration-basket .configuration-basket__header .configuration-basket__title .configuration-basket__title-quotation {
      font-size: 0.9em;
      margin-top: 2px;
      white-space: nowrap;
      margin-left: 12px; }

#vbf-content .configuration-basket:not(.active) .configuration-basket__header .configuration-basket__title-quotation {
  color: #636e72; }

#vbf-content .configuration-basket .configuration-basket__content {
  padding: 0px 16px;
  position: relative;
  flex-grow: 1; }
  #vbf-content .configuration-basket .configuration-basket__content .configuration-basket__empty {
    font-size: 0.9em;
    text-align: center;
    display: none;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important; }

#vbf-content .configuration-basket.empty .configuration-basket__empty {
  display: flex; }

#vbf-content .configuration-basket .configuration-basket__info-wrapper {
  border-top: 2px solid #0075a8;
  padding: 16px 0px;
  color: #0075a8; }
  #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__subtotal {
    font-weight: 600 !important; }
    #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__subtotal span:first-child {
      float: left; }
    #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__subtotal span:last-child {
      float: right; }
  #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper {
    justify-content: space-between;
    display: none; }
    #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper.active {
      display: flex; }
    #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper .configuration-basket__comment-title {
      font-weight: 600 !important;
      padding-right: 8px; }
    #vbf-content .configuration-basket .configuration-basket__info-wrapper .configuration-basket__comment-wrapper .configuration-basket__comment {
      margin-top: 2px; }

#vbf-content .configuration-basket:not(.empty) .configuration-basket__comment-wrapper {
  padding-top: 8px; }

#vbf-content .configuration-basket.empty .configuration-basket__subtotal,
#vbf-content .configuration-basket.empty:not(.has-comment) .configuration-basket__info-wrapper {
  display: none; }


/*# sourceMappingURL=src_javascript_abstract_PageController_js-src_javascript_abstract_PageView_js-src_javascript_-675138-01bbf0fcd5eb58d19221.bundle.css.map*/