form[action*="tx_form_formframework"] .form-group :is(label, legend) {
    text-transform: none;
    margin-bottom: 0;
}

.selectric .label, form[action*="tx_form_formframework"] .form-group :is(input[type=date], input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url], input[type=text], input[type=url], select, textarea) {
    padding: 20px;
}

form[action*="tx_form_formframework"] .form-group :is(input[type=date], input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url], input[type=text], input[type=url], select, textarea) {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    font-family: Overpass,Helvetica,Arial,sans-serif;
    color: #0a0a0a;
    border: 1px solid #e6e9eb;
    border-radius: 3px;
    background-color: #fff;
    display: block;
}

input[type=url], textarea {
    width: 100%;
}

textarea {
    min-height: 150px;
}

form[action*="tx_form_formframework"] .form-group + .form-group,
form[action*="tx_form_formframework"] .form-group + input[autocomplete] + .form-group,
form[action*="tx_form_formframework"] .form-group + .actions,
form[action*="tx_form_formframework"] .form-group + input[autocomplete] + .actions,
form[action*="tx_form_formframework"] .form-group + .row,
form[action*="tx_form_formframework"] .form-group + input[autocomplete] + .row,
form[action*="tx_form_formframework"] .row + .form-group,
form[action*="tx_form_formframework"] .row + input[autocomplete] + .form-group,
form[action*="tx_form_formframework"] .row + .row,
form[action*="tx_form_formframework"] .row + input[autocomplete] + .row {
    margin-top: 20px;
}

form[action*="tx_form_formframework"] .form-group + .clearfix,
form[action*="tx_form_formframework"] .form-group + input[autocomplete] + .clearfix {
    margin-top: 40px;
}

form[action*="tx_form_formframework"] .clearfix {
    margin-bottom: 7px;
}

form[action*="tx_form_formframework"] .form-group {
    position: relative;
}

form[action*="tx_form_formframework"] .form-group label:not(.show) {
    z-index: -1;
    position: absolute;
    top: 5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    left: 20px;
    font-size: .6rem;
    color: #3d3d3d;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
}

form[action*="tx_form_formframework"] .form-group label:not(.show).js-show-label {
    z-index: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

form[action*="tx_form_formframework"] .form-group :is(input, textarea)::placeholder {
    color: #0a0a0a;
}

form[action*="tx_form_formframework"] .form-group :is(input, textarea):focus::placeholder {
    color: #fff;
}
form[action*="tx_form_formframework"] .form-group .form-check input[type="checkbox"] {
    border: none;
    background-color: #fff;
    position: absolute;
    z-index: -1;
}
form[action*="tx_form_formframework"] .form-group .form-check label {
    cursor: pointer;
    padding-left: 30px;
}
form[action*="tx_form_formframework"] .form-group .form-check label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    width: 17px;
    height: 17px;
    border: 2px solid #e6e9eb;
    -webkit-transition: border-color .3s,background-color .3s;
    transition: border-color .3s,background-color .3s;
}
form[action*="tx_form_formframework"] .form-group .form-check label:after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 7px;
    width: 9px;
    height: 4px;
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 3px solid #008b38;
    border-top: none;
    border-right: none;
    -webkit-transition: opacity .3s,border .3s;
    transition: opacity .3s,border .3s;
    opacity: 0;
}

form[action*="tx_form_formframework"] .form-group .form-check input[type=checkbox]:checked + label:after {
    opacity: 1;
}

form[action*="tx_form_formframework"] .form-group .radio {
    position: relative;
}

form[action*="tx_form_formframework"] .form-group .radio label {
    cursor: pointer;
    padding-left: 30px;
}

form[action*="tx_form_formframework"] .form-group.radio-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

form[action*="tx_form_formframework"] .form-group .radio input[type="radio"] {
    border: none;
    background-color: #fff;
    position: absolute;
    z-index: -1;
}

form[action*="tx_form_formframework"] .form-group .radio label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 2px solid #e6e9eb;
    -webkit-transition: border-color .3s,background-color .3s;
    transition: border-color .3s,background-color .3s;
}

form[action*="tx_form_formframework"] .form-group .radio label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    left: 6px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #008b38;
    -webkit-transition: opacity .3s,background-color .3s;
    transition: opacity .3s,background-color .3s;
    opacity: 0;
}

form[action*="tx_form_formframework"] .form-group .radio input[type=radio]:checked + label:after {
    opacity: 1;
}


form[action*="tx_form_formframework"] [type="submit"] {
    box-shadow: 0 5px 18px -10px rgba(0,139,56,.5);
    cursor: pointer;
    background-color: #008b38;
    border-radius: 0 10px;
    color: #fff;
    padding: 10px 70px;
    display: inline-block;
    -webkit-transition: border-color .3s,background-color .3s,color .3s,box-shadow .3s,font-weight .3s;
    transition: border-color .3s,background-color .3s,color .3s,box-shadow .3s,font-weight .3s;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.5;
    letter-spacing: .3px;
    text-transform: uppercase;
    border: 0 solid #008b38;
}

/* selectric */
.selectric {
    font-size: 16px;
    color: #0a0a0a;
    height: 61px
}

.selectric .label {
    color: #0a0a0a!important;
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 16px!important;
    height: 100%;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.selectric-disabled {
    opacity: 1!important
}

.selectric-disabled .selectric {
    border: 1px solid #e6e9eb;
    background-color: #e6e5e5;
    cursor: not-allowed
}

.selectric-disabled .selectric .label {
    color: #707070!important
}

.js-selectric-icon {
    display: none
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    width: 100%;
    border: 1px solid #e6e9eb;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color .3s,border-color .3s,color .3s;
    transition: background-color .3s,border-color .3s,color .3s
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 16px;
    line-height: 1rem;
    color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 45px
}

.selectric .svg-icon {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.selectric .svg-icon .fill-color-main {
    fill: #0a0a0a
}

.selectric .svg-icon .stroke-color-main {
    stroke: #0a0a0a;
    stroke-width: 20px
}

.ph-formfield--error .selectric {
    border: 1px solid #dc2e13;
    background-color: #fcddd9
}

.selectric-focus .selectric {
    border-color: #9aa5ad;
    background-color: #d2ecf8
}

.selectric-open .selectric {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.selectric-open .selectric .svg-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.selectric-open .selectric-items {
    display: block;
    z-index: 9999
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: none!important;
    border: none!important;
    *font: 0/0 a!important;
    background: none!important
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 0;
    border-top: none;
    z-index: -1;
    box-shadow: 0 5px 18px -10px hsla(0,0%,4%,.85)
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-below .selectric-items {
    border-bottom-right-radius: 20px 0;
    border-bottom-left-radius: 20px 0
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
    border-top-left-radius: 20px 0;
    border-top-right-radius: 20px 0
}

.selectric-items ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.selectric-items li,.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    padding: 0;
    margin: 0;
    text-indent: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #0a0a0a;
    line-height: 1.5rem;
    cursor: pointer;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
    padding: 10px 20px
}

.selectric-items li:before {
    content: none
}

.selectric-items li:after {
    margin-left: 20px
}

.selectric-items li.selected {
    background-color: #e6e9eb;
    color: #0a0a0a;
    font-weight: 600
}

.selectric-items li.selected:after {
    font-weight: 600
}

.selectric-items li.highlighted {
    background-color: #e6e9eb;
    color: #0a0a0a;
    font-weight: 600
}

.selectric-items li.highlighted:after {
    font-weight: 600
}

.selectric-items li:hover {
    background-color: #f39200;
    color: #fff
}

.selectric-items.js-before-open li {
    -webkit-transition: none;
    transition: none
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default!important;
    background: none!important;
    color: #666!important
}

.selectric-items .disabled,.selectric-items .selectric-group .selectric-group-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 300;
    padding-left: 10px;
    cursor: default;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.selectric-items li.selected:after {
    content: "\f11c";
}

.selectric-items li.selected:after {
    font-family: "22_iconfont";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* form: siegelbestellung */
form[action*="tx_form_formframework"][id*="siegelbestellung"] {
    fieldset {
        &[id*="abweichenderechnungsadresse"] {
            display: none;
            &.active {
                display: block;
            }
        }
    }
}

/* bootstrap cols */
form[action*="tx_form_formframework"] .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  form[action*="tx_form_formframework"] .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  
  form[action*="tx_form_formframework"] .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  form[action*="tx_form_formframework"] .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  form[action*="tx_form_formframework"] .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  
  form[action*="tx_form_formframework"] .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  form[action*="tx_form_formframework"] .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  form[action*="tx_form_formframework"] .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  
  form[action*="tx_form_formframework"] .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  form[action*="tx_form_formframework"] .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  form[action*="tx_form_formframework"] .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  
  form[action*="tx_form_formframework"] .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  form[action*="tx_form_formframework"] .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  form[action*="tx_form_formframework"] .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  @media (min-width: 576px) {
    form[action*="tx_form_formframework"] .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    form[action*="tx_form_formframework"] .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    form[action*="tx_form_formframework"] .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    form[action*="tx_form_formframework"] .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    form[action*="tx_form_formframework"] .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    form[action*="tx_form_formframework"] .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    form[action*="tx_form_formframework"] .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    form[action*="tx_form_formframework"] .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    form[action*="tx_form_formframework"] .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    form[action*="tx_form_formframework"] .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    form[action*="tx_form_formframework"] .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    form[action*="tx_form_formframework"] .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }
  @media (min-width: 768px) {
    form[action*="tx_form_formframework"] .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    form[action*="tx_form_formframework"] .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    form[action*="tx_form_formframework"] .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    form[action*="tx_form_formframework"] .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    form[action*="tx_form_formframework"] .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    form[action*="tx_form_formframework"] .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    form[action*="tx_form_formframework"] .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    form[action*="tx_form_formframework"] .col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    form[action*="tx_form_formframework"] .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    form[action*="tx_form_formframework"] .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    form[action*="tx_form_formframework"] .col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    form[action*="tx_form_formframework"] .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }
  @media (min-width: 992px) {
    form[action*="tx_form_formframework"] .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    form[action*="tx_form_formframework"] .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    form[action*="tx_form_formframework"] .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    form[action*="tx_form_formframework"] .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    form[action*="tx_form_formframework"] .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    form[action*="tx_form_formframework"] .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    form[action*="tx_form_formframework"] .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    form[action*="tx_form_formframework"] .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    form[action*="tx_form_formframework"] .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    form[action*="tx_form_formframework"] .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    form[action*="tx_form_formframework"] .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    form[action*="tx_form_formframework"] .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }
  @media (min-width: 1200px) {
    form[action*="tx_form_formframework"] .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    form[action*="tx_form_formframework"] .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    form[action*="tx_form_formframework"] .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    form[action*="tx_form_formframework"] .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    form[action*="tx_form_formframework"] .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    form[action*="tx_form_formframework"] .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    form[action*="tx_form_formframework"] .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    form[action*="tx_form_formframework"] .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    form[action*="tx_form_formframework"] .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    form[action*="tx_form_formframework"] .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    form[action*="tx_form_formframework"] .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    form[action*="tx_form_formframework"] .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }
  @media (min-width: 1400px) {
    form[action*="tx_form_formframework"] .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    form[action*="tx_form_formframework"] .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    form[action*="tx_form_formframework"] .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    form[action*="tx_form_formframework"] .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    form[action*="tx_form_formframework"] .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    form[action*="tx_form_formframework"] .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    form[action*="tx_form_formframework"] .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    form[action*="tx_form_formframework"] .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    form[action*="tx_form_formframework"] .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    form[action*="tx_form_formframework"] .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    form[action*="tx_form_formframework"] .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    form[action*="tx_form_formframework"] .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }