/*!**********************************************************************************************************************************************************************!*\
  !*** 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/common.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; }

@element '#overview-baskets-container, .configuration-basket--expandable' and (max-width: 511px) { }

#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; } }


/*# sourceMappingURL=src_css_common_scss-01bbf0fcd5eb58d19221.bundle.css.map*/