/* Root variables */
:root{
  --footer-height: 266px;
}
/* The default font family. */
/* The font attributes */
/* widths */
/* paddings/margins */
/* misc */
/* Colors */
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0; /* LTR */
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em; /* LTR */
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: 0.5em;
}
form .field-add-more-submit {
  margin: 0.5em 0 0;
}
/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.85em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-composite > legend,
.label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em; /* LTR */
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-right: 2.4em;
  margin-left: 0;
}
.marker {
  color: #e00;
}
.form-required::after {
  display: inline-block;
  /* width: 8px; */
  /* height: 8px; */
  margin: 0 0.3em;
  content: "*";
  /* vertical-align: super; */
  /* Use a background image to prevent screen readers from announcing the text. */
  /* background-image: url(../../images/icons/required_blue.svg); */
  /* background-repeat: no-repeat; */
  /* background-size: 8px 8px; */
}
abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}
/* Inline error messages. */
.form-item--error-message::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: sub;
  background: url(../../images/icons/error.svg) no-repeat;
  background-size: contain;
}
.form-item{
  font-size: calc(18px*0.9);
}
@media (min-width: 768px) {
.form-item{
    font-size: calc(20px*0.9);
}
  }
@media (min-width: 1280px) {
.form-item{
    font-size: calc(24px*0.9);
}
  }
.form-item input::-moz-placeholder {
    color: #005ca8;
    font-size: 16px;
  }
.form-item input::placeholder {
    color: #005ca8;
    font-size: 16px;
  }
.form-item input[type=text], .form-item input[type=email], .form-item input[type=tel], .form-item input[type=number], .form-item select, .form-item textarea{
    width: 100%;
    border: 0!important;
    padding: calc(4rem/6) calc(4rem/4);
    color: #005ca8;
    background: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
.webform-submission-form .form-type-checkbox{
    position:relative;
  }
.webform-submission-form .form-type-checkbox input{
      position:absolute;
      top:4px;
    }
.webform-submission-form .form-type-checkbox label{
      /* width: 100%;
      height: 100%;
      clip: unset;
      text-indent: -99999px; */
    }
.webform-submission-form .form-type-checkbox .description{
      margin-left:1.5em;
    }
.webform-submission-form .form-item-training-select {
    font-size: 0.85em;
  }
.webform-submission-form #edit-drucksorten--wrapper .description{
    font-size:1em;
  }
.webform-submission-form #groups_table{
  margin-bottom:calc(4rem/2);
}
.webform-submission-form #groups_table label{
    font-weight:bold;
  }
.webform-submission-form #groups_table .webform-multiple-table-responsive td {
      margin:0;
      margin-left:-2px;
      padding:0;
    }
.webform-submission-form #groups_table .webform-multiple-table-responsive td > div > label.visually-hidden{
        position: absolute !important;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
        height: 1px;
        word-wrap: normal;
      }
.webform-submission-form #groups_table .webform-multiple-table-responsive td input[type="image"]{
        margin-top:6px;
      }
.webform-submission-form #groups_table .webform-multiple-add input[type=submit]{
      font-size:16px;
      font-weight:bold;
      border:0;
      background: #005ca8;
      color: #ffffff;
      padding:calc(4rem/6) calc(4rem/4);
      cursor:pointer;
    }
.user-pass-reset input[type=submit]{
  font-weight:bold;
  border:0;
  background: #005ca8;
  color: #ffffff;
  padding:calc(4rem/6) calc(4rem/4);
  cursor:pointer;
}
@media (min-width: 768px) {
    .webform-multiple-table tr{
      display:flex;
      align-items:center;
      margin-bottom:calc(4rem/8);
    }
      .webform-multiple-table tr td{
        display:flex;
      }
        .webform-multiple-table tr td > .form-item{
          font-size:16px;
          margin-right:calc(4rem/4);
        }
          .webform-multiple-table tr td > .form-item + .form-item{
            margin-top:0;
          }
          .webform-multiple-table tr td > .form-item.form-type-number{
            min-width:230px;
          }
    .webform-multiple-table td input[type="image"]{
      display:block;
      width:20px !important;
      height:20px !important;
      position: relative;
      cursor:pointer;
      margin-top:0!important;
    }
  }
.form-item--error-message,
.webform-submission-form strong.error.form-item--error-message,
.simplenews-subscriber-form strong.error{
  font-size:16px;
  font-weight:normal;
  padding-left:0;
  margin-left:0;
  margin-top:calc(4rem/8)!important;
}
.form-item--error-message:before,.webform-submission-form strong.error.form-item--error-message:before,.simplenews-subscriber-form strong.error:before{
    margin-right:calc(4rem/8);
    vertical-align:initial;
  }
.simplenews-subscriber-form .form-item--error-message{
  font-size:16px;
  font-weight:normal;
  padding-left:0;
  margin-left:0;
  margin-top:calc(4rem/8)!important;
}
.simplenews-subscriber-form .form-item--error-message:before{
    margin-right:calc(4rem/8);
    vertical-align:initial;
  }
input:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.5;
  /* color: $font-color-disabled; */
  cursor: not-allowed;
}
.webform-progress .webform-progress-tracker{
    margin:0 0 4rem 0;
  }
.webform-progress .webform-progress-tracker .progress-step .progress-text{
        font-size:16px;
      }
.webform-progress .webform-progress-tracker .progress-step.is-active .progress-text{
          font-weight:bold;
        }
.webform-progress .webform-progress-tracker .progress-step.is-active .progress-marker::before{
          background: #005ca8;
        }
.webform-progress .webform-progress-tracker .progress-step.is-active:hover .progress-marker::before{
            background: #005ca8;
          }
.webform-progress .webform-progress-tracker .progress-step .progress-marker:before{
          padding-bottom:0;
          width:2rem;
          height:2rem;
        }
.webform-progress .webform-progress-tracker .progress-step .progress-marker:after{
          height:2px;
          top:calc(1rem - 1px);
        }
.webform-submission-kindergarten-new-form .form-type-checkbox,.webform-submission-kindergarten-reorder-form .form-type-checkbox{
    position:relative;
  }
.webform-submission-kindergarten-new-form .form-type-checkbox input,.webform-submission-kindergarten-reorder-form .form-type-checkbox input{
      position:relative;
      top:0;
    }
.webform-submission-kindergarten-new-form .form-type-checkbox label,.webform-submission-kindergarten-reorder-form .form-type-checkbox label{
      margin-left:.25rem;
    }
.webform-submission-kindergarten-new-form .webform-multiple-add > input.button,.webform-submission-kindergarten-reorder-form .webform-multiple-add > input.button{
      padding: calc(4rem/8) calc(4rem/4);
      font-size: 16px;
      /* font-weight: $font-weight-bold; */
      color: #ffffff;
      background-color: #ed8a1a;
      border-radius: 0.6rem;
      display:inline-block;
      margin-right: calc(4rem/8);
      transition: background-color .25s ease, color .25s ease;
      margin-bottom:0;
      border:0;
      cursor:pointer;
    }
.webform-submission-kindergarten-new-form .webform-multiple-add > input.button:hover,.webform-submission-kindergarten-reorder-form .webform-multiple-add > input.button:hover{
        color: #ffffff;
        background-color: #ed8a1a;
      }
.webform-submission-kindergarten-new-form .form-type-webform-custom-composite > label,.webform-submission-kindergarten-reorder-form .form-type-webform-custom-composite > label{
      font-weight:bold;
    }
.webform-submission-kindergarten-new-form .form-type-webform-custom-composite thead,.webform-submission-kindergarten-reorder-form .form-type-webform-custom-composite thead{
      position: absolute !important;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
      width: 1px;
      height: 1px;
      word-wrap: normal;
    }
.webform-submission-kindergarten-new-form .form-type-webform-custom-composite tbody tr,.webform-submission-kindergarten-reorder-form .form-type-webform-custom-composite tbody tr{
        align-items:flex-start;
      }
.webform-submission-kindergarten-new-form .form-type-webform-custom-composite tbody td,.webform-submission-kindergarten-reorder-form .form-type-webform-custom-composite tbody td{
        padding:0;
      }
.webform-submission-kindergarten-new-form .form-type-webform-custom-composite tbody .webform-multiple-table--operations,.webform-submission-kindergarten-reorder-form .form-type-webform-custom-composite tbody .webform-multiple-table--operations{
        margin-top:9px;
      }
.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .kindergarten-info h3,.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .products-summary h3,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .kindergarten-info h3,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .products-summary h3{
          position: absolute !important;
          overflow: hidden;
          clip: rect(1px, 1px, 1px, 1px);
          width: 1px;
          height: 1px;
          word-wrap: normal;
        }
.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .kindergarten-info .groups-summary h3,.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .products-summary .groups-summary h3,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .kindergarten-info .groups-summary h3,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .products-summary .groups-summary h3{
            margin:0;
            padding:0;
            font-size:18px;
            font-weight:bold;
          }
@media (min-width: 768px) {
.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .kindergarten-info .groups-summary h3,.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .products-summary .groups-summary h3,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .kindergarten-info .groups-summary h3,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .products-summary .groups-summary h3{
              font-size:20px
          }
  }
@media (min-width: 1280px) {
.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .kindergarten-info .groups-summary h3,.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .products-summary .groups-summary h3,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .kindergarten-info .groups-summary h3,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .products-summary .groups-summary h3{
              font-size:24px
          }
  }
.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .products-summary, .webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .groups-summary, .webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .products-summary, .webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .groups-summary{
        margin-top:calc(4rem/2);
      }
.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .products-summary .group-name,.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .groups-summary .group-name,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .products-summary .group-name,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .groups-summary .group-name{
          font-weight:bold;
        }
.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .products-summary .product-list,.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .groups-summary .product-list,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .products-summary .product-list,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .groups-summary .product-list{
          margin-top:0;
          padding-left:0;
        }
.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .products-summary .product-list li,.webform-submission-kindergarten-new-form .order-summary-step > .form-type-processed-text .groups-summary .product-list li,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .products-summary .product-list li,.webform-submission-kindergarten-reorder-form .order-summary-step > .form-type-processed-text .groups-summary .product-list li{
            list-style-position: inside;
          }
.webform-submission-kindergarten-new-form .order-summary-step .form-item-note,.webform-submission-kindergarten-reorder-form .order-summary-step .form-item-note{
      margin-top: calc(4rem/2);
    }
.webform-submission-kindergarten-new-form .form-type-checkbox{
    position:relative;
  }
.webform-submission-kindergarten-new-form .form-type-checkbox input{
      position:absolute;
      top:4px;
    }
.webform-submission-kindergarten-new-form .form-type-checkbox a{
      font-weight:bold;
    }
.webform-submission-kindergarten-new-form .groups-summary h3{
      font-size:18px;
      font-weight:bold;
    }
@media (min-width: 768px) {
.webform-submission-kindergarten-new-form .groups-summary h3{
        font-size:20px;
    }
  }
@media (min-width: 1280px) {
.webform-submission-kindergarten-new-form .groups-summary h3{
        font-size:24px;
    }
  }
.webform-submission-kindergarten-new-form .groups-summary h3{
      margin:0;
}
@media (max-width: 768px){
        .webform-submission-kindergarten-reorder-form .form-type-webform-custom-composite tbody .webform-multiple-table--operations{
          margin-top:0;
          right:-4px;
        }
}
/* USER LOGIN BLOCK */
.passwordless-login.user-login-form .form-actions input[type="submit"],
    .passwordless-login.user-login-form .form-actions .button{
      border:0;
      background-image: url(../../images/buttons/btn-primary.svg);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-color:transparent;
      color: #ffffff;
      font-weight: bold;
      font-size: 18px;
      padding: calc(4rem/3) calc(4rem/2);
      display:inline-block;
      text-decoration:none;
      cursor:pointer;
      position:relative;
    }
@media (min-width: 768px) {
.passwordless-login.user-login-form .form-actions input[type="submit"],
    .passwordless-login.user-login-form .form-actions .button{
        font-size:20px
    }
  }
@media (min-width: 1280px) {
.passwordless-login.user-login-form .form-actions input[type="submit"],
    .passwordless-login.user-login-form .form-actions .button{
        font-size:24px
    }
  }
