.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
article[data-block-type="form"] > .wrapper {
    overflow: visible;
}


/********* Grid Layout *********/

.formElements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: var(--horizontalMargin);
    /*grid-row-gap: calc((var(--horizontalMargin) / 4) + 1.5em);*/
    grid-row-gap: 0.9em;
}

.formElements.inactive {
    display: none;
}

.formElement {
    position: relative;
    grid-column: span 2;
    text-align: left;
}

.formElement.half {
    grid-column: span 1;
}

@media only screen and (max-width: 600px) {
    .formElements {
        grid-row-gap: calc((var(--horizontalMargin) / 3) + 0.5em);
        grid-template-columns: 1fr;
    }

    .formElement {
        grid-column: span 1
    }
}


/********* Labels *********/


.formElement:not(.radio, .checkbox) label {
    font-family: var(--fontFamilyBody);
    font-size: var(--fontSizeBody);
    line-height: var(--lineHeightBody);
    font-weight: var(--fontWeightBody);
    letter-spacing: var(--letterSpacingBody);
    font-style: var(--fontStyleBody);
    text-transform: var(--textTransformBody);

    /*! position: absolute; */
    /*! top: 11px; */
    /*! left: 20px; */
    z-index: 6;
    transition: var(--transition);
    pointer-events: none;

    color: var(--colorDark);
}

.formElement.upload label {
    left: 45px;
}

.formElement label.active {
    /*! top: -1.5em; */
    left: 0;
    font-size: 0.65em;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/********* Form Elements *********/

.formularZwischentitel {
    text-align: left;
    margin-top: 0.75em;
    margin-bottom: -0.25em;
}

.uploadButton,
input,
textarea,
.pulldown {
    display: block;
    border: none;
    outline: none;
    padding: 0;
    line-height: 50px;
    height: 50px;
    color: var(--colorDark);
    width: 100%;
    text-align: left;
    border-bottom: 1px solid var(--colorDark);
    background: none;
    transition: var(--transition);
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    border-radius: 0;
}


textarea {
    height: 100px;
    line-height: 1.2;
    padding: 15px 0;
}

textarea.resizeVertical {
    resize: vertical;
}

.uploadButton {
    cursor: pointer;
    overflow: hidden;
    padding: 0 60px 0 20px;
}

.uploadButton .fa-file {
    margin-right: 9px;
}

.uploadButton .fa-multiply {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    /*transition: .2s ease-out;*/
    transition: var(--transition);
    pointer-events: all;
    width: 50px;
    height: 50px;
}

.uploadButton .fa-multiply::before {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.uploadButton .fa-multiply:hover {
    opacity: 0.75;
}

.radio .radioButton {
    padding: 0;
}

@media only screen and (max-width: 600px) {
    .radio .radioButtonsBreak .radioButton,
    .radio .radioButtonsBreak .radioButton:nth-child(even),
    .checkbox .checkboxButtonsBreak .checkboxButton,
    .checkbox .checkboxButtonsBreak .checkboxButton:nth-child(even) {
        margin-top: 20px;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

.pulldown .pulldownValues {
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.pulldown.closed .pulldownValues {
    height: 50px;
}

.pulldownTrigger {
    cursor: pointer;
    border-bottom: 1px solid var(--colorHighlight);
    z-index: 5;
}

.pulldownTrigger i {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.closed .pulldownTrigger i.fa-angle-down,
.pulldownTrigger .fa-angle-up {
    display: inline-block;
}

.pulldownTrigger .fa-angle-down,
.closed .pulldownTrigger .fa-angle-up {
    display: none;
}

.pulldownTrigger {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pulldownValue,
.pulldownValue.selected,
.pulldownValue.selected:hover {
    cursor: pointer;
    background: var(--colorReset);
    /*transition: .2s ease-out;*/
    transition: var(--transition);
    padding: 0 calc((var(--horizontalMargin) / 2));
    color: var(--colorHighlight);
    z-index: 10;
}

.pulldownValue.selected,
.pulldownValue.selected:hover,
.muted .pulldownValue.selected,
.muted .pulldownValue.selected:hover {
    cursor: not-allowed;
    color: var(--colorDark);
    background: var(--colorReset);
}

.pulldownValue {
    height: 50px;
}

.pulldownValue:hover {
    color: var(--colorDark);
    background: var(--colorReset);
}

.thxMsg,
.errorMsg {
    display: block;
    padding: 20px;
    color: var(--colorDark);

    margin-bottom: var(--horizontalMargin);
    text-align: center;
}

.thxMsg {
    background: #c3e6cb;
}

.errorMsg {
    background: #ffeeba;
}

.thxMsg,
.errorMsg {
    display: none;
}

.thxMsg.active,
.errorMsg.active {
    display: block;
}

.thxMsg span,
.errorMsg span {
    color: var(--colorDark);
    /*float: left;*/
    margin: 4px 10px 0 0;
}

.thxMsg a,
.errorMsg a {
    color: var(--colorResetRGB);
}

.thxMsg a:hover,
.errorMsg a:hover {
    color: var(--colorDark);
}

.dsgvo {
    text-align: left;
    margin-bottom: calc(var(--horizontalMargin) / 4);
}

.formElement .sendForm {
    margin-top: 0;
}

.btnHolder {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    flex-direction: column;
}

.textAlignCenter .btnHolder {
    justify-content: center;
}

input[type=file] {
    display: none;
}

.grecaptcha-badge {
    z-index: 9999;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fieldBackground .pulldownValue.selected:hover {
    padding-left: 20px;
}

.fieldBackground .pulldownTrigger i {
    right: 20px;
}

.fieldBackground .uploadButton,
.fieldBackground input,
.fieldBackground textarea,
.fieldBackground .pulldownValue,
.fieldBackground .pulldownTrigger {
    background: var(--colorMuted);
    padding: 0 20px;
    border: none;
}

.fieldBackground .pulldownValue.selected,
.fieldBackground .pulldownValue.selected:hover {
    background: var(--colorReset);
    border: none;
}

.fieldBackground textarea,
.fieldBackground .half textarea {
    padding: 20px;
}

.radio .radioButtons,
.checkbox .checkboxButtons {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
    .radio .radioButtons.radioButtonsBreak,
    .checkbox .checkboxButtons.checkboxButtonsBreak {
        display: block;
    }
}

.radio .radioButton,
.checkbox .checkboxButton {
    margin-top: 15px;
    margin-right: 30px;
}

.radio.half .radioButton,
.checkbox.half .checkboxButton {
    margin-left: 0;
}

.radio.half .radioButtonsBreak .radioButton,
.checkbox.half .checkboxButtonsBreak .checkboxButton {
    width: calc(100% - 30px);
}

@media only screen and (max-width: 1024px) {
    .radio .radioButton,
    .checkbox .checkboxButton {
        margin-top: 20px;
        margin-right: 30px;
    }

    .radio.half .radioButtonsBreak .radioButton,
    .checkbox.half .checkboxButtonsBreak .checkboxButton {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 600px) {
    .radio .radioButton,
    .checkbox .checkboxButton {
        margin-top: 15px;
    }
}


/********* Radio Button / Checkbox Button effect *********/

.formElement.radio label.active,
.formElement.checkbox label.active {
    display: flex;
    top: 0;
}

.formElement label.rd.active > span:first-child {
    flex-shrink: 0;
}

.rd,
.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.rd span,
.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.rd span:first-child,
.cbx span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid var(--colorHighlight);
    /*transition: all 0.2s ease;*/
    transition: var(--transition);
}


.highlight .rd span:first-child,
.highlight .cbx span:first-child {
    border-color: var(--colorReset);
}

.rd span:first-child {
    border-radius: 50%;
}

.rd span:first-child svg,
.cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 5px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    /*transition: all 0.3s ease;*/
    transition: var(--transition);
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.rd span:first-child::before,
.cbx span:first-child::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--colorHighlight);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 5px;
    transition-delay: 0.2s;
}

.rd span:first-child::before {
    border-radius: 50%;
}

.rd span:last-child,
.cbx span:last-child {
    margin-left: 8px;
}

.rd:hover span:first-child,
.cbx:hover span:first-child {
    border-color: var(--colorHighlight);
}

.highlight .rd:hover span:first-child,
.highlight .cbx:hover span:first-child {
    border-color: var(--colorDark);
}

.inp-rd:checked + .rd span:first-child,
.inp-cbx:checked + .cbx span:first-child {
    border-color: var(--colorHighlight);
    background: var(--colorHighlight);
    animation: check 0.6s ease;
}

.highlight .inp-rd:checked + .rd span:first-child,
.highlight .inp-cbx:checked + .cbx span:first-child {
    border-color: var(--colorDark);
    background: var(--colorDark);
}

.inp-rd:checked + .rd span:first-child svg,
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-rd:checked + .rd span:first-child::before,
.inp-cbx:checked + .cbx span:first-child::before {
    transform: scale(2.2);
    opacity: 0;
    /*transition: all 0.6s ease;*/
    transition: var(--transition);
    transition-duration: 600ms;
}

.inp-rd:checked + .rd span:last-child:after,
.inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    /*transition: all 0.3s ease;*/
    transition: var(--transition);
}


.highlight .radioFalse .rd span:first-child,
.highlight .checkboxFalse .cbx span:first-child {
    border-color: var(--colorDark);
}

@keyframes check {
    50% {
        transform: scale(1.2);
    }
}


/********* Datepicker style *********/

.datepicker--nav-title {
    font-family: var(--mainFont);
    font-weight: bold;
}

.datepicker--cell {
    font-family: var(--mainFont);
    font-weight: bold;
}

.datepicker--day-name {
    color: var(--colorDark);
    font-family: var(--mainFont);
    font-weight: bold;
}

.datepicker--cell.-current- {
    background: var(--colorReset);
    color: var(--colorHighlight);
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: var(--colorReset);
    background: var(--colorHighlight);
}

.datepicker--cell.-selected-.-focus- {
    background: var(--colorHighlight);
}

.datepicker--cell.-focus- {
    background: rgba(var(--colorHighlightRGB), .3);
}

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
    border: 1px solid rgba(var(--colorHighlightRGB), .5);
    background-color: rgba(var(--colorHighlightRGB), .1);
}

.datepicker--cell.-range-from-.-selected-,
.datepicker--cell.-range-to-.-selected- {
    color: var(--colorHighlight);
}

.datepicker--cell.-range-from-.-selected-.-current-,
.datepicker--cell.-range-to-.-selected-.-current- {
    color: var(--colorReset);
}

.datepicker--cell.-range-from-.-selected-.-focus-,
.datepicker--cell.-range-to-.-selected-.-focus- {
    color: var(--colorReset);
}

.datepicker--cell.-selected-.-range-from-.-in-range-,
.datepicker--cell.-selected-.-range-to-.-in-range- {
    color: var(--colorHighlight);
}

.datepicker--cell.-in-range-,
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background: rgba(var(--colorHighlightRGB), .1);
}

.datepicker--cell.-in-range-.-focus-,
.-in-range-.datepicker--cell-day.-other-month-.-focus-,
.-in-range-.datepicker--cell-year.-other-decade-.-focus- {
    background-color: rgba(var(--colorHighlightRGB), .3);
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    background: rgba(var(--colorHighlightRGB), .1);
}

.-focus-.-selected-.datepicker--cell-day.-other-month-,
.-focus-.-selected-.datepicker--cell-year.-other-decade- {
    background: var(--colorHighlight);
}


/********* input False *********/

.inputFalse label,
.emailFalse label,
.textareaFalse label,
.radioFalse label,
.checkboxFalse label,
.pulldownFalse label,
.obligationField {
    color: var(--formErrorColor);
}

.inputFalse .uploadButton,
.inputFalse input,
.emailFalse input,
.textareaFalse textarea,
.pulldownFalse .pulldown {
    border-color: var(--formErrorColor);
}

.fieldBackground .inputFalse .uploadButton,
.fieldBackground .inputFalse input,
.fieldBackground .emailFalse input,
.fieldBackground .textareaFalse textarea,
.fieldBackground .pulldownFalse .pulldownTrigger {
    background: var(--formErrorColor) !important;
}


.highlight .inputFalse label,
.highlight .emailFalse label,
.highlight .textareaFalse label,
.highlight .radioFalse label,
.highlight .checkboxFalse label,
.highlight .pulldownFalse label,
.highlight .obligationField {
    color: var(--formErrorColor);
}

.highlight .inputFalse .uploadButton,
.highlight .inputFalse input,
.highlight .emailFalse input,
.highlight .textareaFalse textarea,
.highlight .pulldownFalse .pulldown {
    border-color: var(--formErrorColor);
}


.inputFalse .fileError {
    display: inline-block;
}

.fileError {
    font-size: .7em;
    display: none;
}


.radioFalse .rd span:first-child,
.checkboxFalse .cbx span:first-child {
    border-color: var(--colorHighlight);
}

/********   Color Variants   *********/

.dark .formularZwischentitel > h5,
.highlight .formularZwischentitel > h5 {
    color: var(--colorReset);
}


.dark .uploadButton,
.dark input,
.dark textarea,
.dark .pulldown {
    border-bottom: 1px solid var(--colorReset);
    color: var(--colorReset);
}

.highlight .uploadButton,
.highlight input,
.highlight textarea,
.highlight .pulldown {
    border-bottom: 1px solid var(--colorReset);
    color: var(--colorReset);
}


article.reset .pulldownValue,
article.reset .pulldownValue.selected,
article.reset .pulldownValue.selected:hover {
    background: var(--colorMuted);
}

article.reset .pulldownValue:hover {
    background: var(--colorMutedDark);
}

.muted .pulldownValue,
.muted .pulldownValue.selected,
.muted .pulldownValue.selected:hover {
    background: var(--colorReset);
}

.muted .pulldownValue:hover {
    background: var(--colorMutedDark);
}

.highlight .pulldownValue:hover {
    background: var(--colorMutedDark);
}

.dark .pulldownValue:hover {
    background: var(--colorMutedDark);
}


.highlight .thxMsg,
.highlight .errorMsg {
    background: var(--colorDark)
}


.dark .fieldBackground .uploadButton,
.dark .fieldBackground input,
.dark .fieldBackground textarea,
.dark .fieldBackground .pulldown {
    color: var(--colorDark);
}

.highlight .fieldBackground .uploadButton,
.highlight .fieldBackground input,
.highlight .fieldBackground textarea,
.highlight .fieldBackground .pulldown {
    color: var(--colorDark);
}

.muted .fieldBackground .uploadButton,
.muted .fieldBackground input,
.muted .fieldBackground textarea,
.muted .fieldBackground .pulldownValue,
.muted .fieldBackground .pulldownTrigger {
    background: var(--colorReset);
}

.muted .pulldownValue:hover {
    background: var(--colorMutedDark);
}

.highlight .fieldBackground .uploadButton,
.highlight .fieldBackground input,
.highlight .fieldBackground textarea,
.highlight .fieldBackground .pulldownValue,
.highlight .fieldBackground .pulldownTrigger {
    background: var(--colorReset);
}

.highlight .pulldownValue:hover {
    background: var(--colorMutedDark);
}

.highlight .fieldBackground .inputFalse .uploadButton,
.highlight .fieldBackground .inputFalse input,
.highlight .fieldBackground .emailFalse input,
.highlight .fieldBackground .textareaFalse textarea,
.highlight .fieldBackground .pulldownFalse .pulldownTrigger {
    background: var(--formErrorColor) !important;
}

.dark .pulldownValue:hover {
    background: var(--colorMutedDark);
}

article.dark .formElement label.active,
article.highlight .formElement label.active {
    color: var(--colorReset) !important;
}
