:root {
  --red: #76303a;
  --dark-red: #532027;
  --beige: #e2dccf;
  --black: #363131;
  --white: #ffffff;
  --grey: #8d8181;
}
/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/josefin-sans-v32-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v32-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/josefin-sans-v32-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dancing-script-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v25-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bootstrap icons */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'bootstrap-icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bootstrap-icons.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/bootstrap-icons.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.webform-submission-form:not(.webform-submission-buchung-home-form) a,
.block-simplenews > .form-container > form a {
  color: var(--red);
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield > label,
.block-simplenews > .form-container > form .form-type-textfield > label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel > label,
.block-simplenews > .form-container > form .form-type-tel > label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email > label,
.block-simplenews > .form-container > form .form-type-email > label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea > label,
.block-simplenews > .form-container > form .form-type-textarea > label {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 250ms;
  color: var(--grey);
  pointer-events: none;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=text],
.block-simplenews > .form-container > form .form-type-textfield input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=text],
.block-simplenews > .form-container > form .form-type-tel input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=text],
.block-simplenews > .form-container > form .form-type-email input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=text],
.block-simplenews > .form-container > form .form-type-textarea input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=tel],
.block-simplenews > .form-container > form .form-type-textfield input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=tel],
.block-simplenews > .form-container > form .form-type-tel input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=tel],
.block-simplenews > .form-container > form .form-type-email input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=tel],
.block-simplenews > .form-container > form .form-type-textarea input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=email],
.block-simplenews > .form-container > form .form-type-textfield input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=email],
.block-simplenews > .form-container > form .form-type-tel input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=email],
.block-simplenews > .form-container > form .form-type-email input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=email],
.block-simplenews > .form-container > form .form-type-textarea input[type=email] {
  padding: 10px 10px 0 10px;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield,
.block-simplenews > .form-container > form .form-type-textfield,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel,
.block-simplenews > .form-container > form .form-type-tel,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email,
.block-simplenews > .form-container > form .form-type-email,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date,
.block-simplenews > .form-container > form .form-type-date,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea,
.block-simplenews > .form-container > form .form-type-textarea {
  position: relative;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=text],
.block-simplenews > .form-container > form .form-type-textfield input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=text],
.block-simplenews > .form-container > form .form-type-tel input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=text],
.block-simplenews > .form-container > form .form-type-email input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=text],
.block-simplenews > .form-container > form .form-type-date input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=text],
.block-simplenews > .form-container > form .form-type-textarea input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=tel],
.block-simplenews > .form-container > form .form-type-textfield input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=tel],
.block-simplenews > .form-container > form .form-type-tel input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=tel],
.block-simplenews > .form-container > form .form-type-email input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=tel],
.block-simplenews > .form-container > form .form-type-date input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=tel],
.block-simplenews > .form-container > form .form-type-textarea input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=email],
.block-simplenews > .form-container > form .form-type-textfield input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=email],
.block-simplenews > .form-container > form .form-type-tel input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=email],
.block-simplenews > .form-container > form .form-type-email input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=email],
.block-simplenews > .form-container > form .form-type-date input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=email],
.block-simplenews > .form-container > form .form-type-textarea input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=date],
.block-simplenews > .form-container > form .form-type-textfield input[type=date],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=date],
.block-simplenews > .form-container > form .form-type-tel input[type=date],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=date],
.block-simplenews > .form-container > form .form-type-email input[type=date],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=date],
.block-simplenews > .form-container > form .form-type-date input[type=date],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=date],
.block-simplenews > .form-container > form .form-type-textarea input[type=date],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield textarea,
.block-simplenews > .form-container > form .form-type-textfield textarea,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel textarea,
.block-simplenews > .form-container > form .form-type-tel textarea,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email textarea,
.block-simplenews > .form-container > form .form-type-email textarea,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date textarea,
.block-simplenews > .form-container > form .form-type-date textarea,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea textarea,
.block-simplenews > .form-container > form .form-type-textarea textarea {
  transition: all 250ms;
  border: 1px solid var(--grey);
  font-weight: 300;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=text]:focus,
.block-simplenews > .form-container > form .form-type-textfield input[type=text]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=text]:focus,
.block-simplenews > .form-container > form .form-type-tel input[type=text]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=text]:focus,
.block-simplenews > .form-container > form .form-type-email input[type=text]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=text]:focus,
.block-simplenews > .form-container > form .form-type-date input[type=text]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=text]:focus,
.block-simplenews > .form-container > form .form-type-textarea input[type=text]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=tel]:focus,
.block-simplenews > .form-container > form .form-type-textfield input[type=tel]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=tel]:focus,
.block-simplenews > .form-container > form .form-type-tel input[type=tel]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=tel]:focus,
.block-simplenews > .form-container > form .form-type-email input[type=tel]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=tel]:focus,
.block-simplenews > .form-container > form .form-type-date input[type=tel]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=tel]:focus,
.block-simplenews > .form-container > form .form-type-textarea input[type=tel]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=email]:focus,
.block-simplenews > .form-container > form .form-type-textfield input[type=email]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=email]:focus,
.block-simplenews > .form-container > form .form-type-tel input[type=email]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=email]:focus,
.block-simplenews > .form-container > form .form-type-email input[type=email]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=email]:focus,
.block-simplenews > .form-container > form .form-type-date input[type=email]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=email]:focus,
.block-simplenews > .form-container > form .form-type-textarea input[type=email]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=date]:focus,
.block-simplenews > .form-container > form .form-type-textfield input[type=date]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=date]:focus,
.block-simplenews > .form-container > form .form-type-tel input[type=date]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=date]:focus,
.block-simplenews > .form-container > form .form-type-email input[type=date]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=date]:focus,
.block-simplenews > .form-container > form .form-type-date input[type=date]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=date]:focus,
.block-simplenews > .form-container > form .form-type-textarea input[type=date]:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield textarea:focus,
.block-simplenews > .form-container > form .form-type-textfield textarea:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel textarea:focus,
.block-simplenews > .form-container > form .form-type-tel textarea:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email textarea:focus,
.block-simplenews > .form-container > form .form-type-email textarea:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date textarea:focus,
.block-simplenews > .form-container > form .form-type-date textarea:focus,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea textarea:focus,
.block-simplenews > .form-container > form .form-type-textarea textarea:focus {
  border: 1px solid var(--red);
  outline: none;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=text]:focus + label,
.block-simplenews > .form-container > form .form-type-textfield input[type=text]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=text]:focus + label,
.block-simplenews > .form-container > form .form-type-tel input[type=text]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=text]:focus + label,
.block-simplenews > .form-container > form .form-type-email input[type=text]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=text]:focus + label,
.block-simplenews > .form-container > form .form-type-date input[type=text]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=text]:focus + label,
.block-simplenews > .form-container > form .form-type-textarea input[type=text]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=tel]:focus + label,
.block-simplenews > .form-container > form .form-type-textfield input[type=tel]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=tel]:focus + label,
.block-simplenews > .form-container > form .form-type-tel input[type=tel]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=tel]:focus + label,
.block-simplenews > .form-container > form .form-type-email input[type=tel]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=tel]:focus + label,
.block-simplenews > .form-container > form .form-type-date input[type=tel]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=tel]:focus + label,
.block-simplenews > .form-container > form .form-type-textarea input[type=tel]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=email]:focus + label,
.block-simplenews > .form-container > form .form-type-textfield input[type=email]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=email]:focus + label,
.block-simplenews > .form-container > form .form-type-tel input[type=email]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=email]:focus + label,
.block-simplenews > .form-container > form .form-type-email input[type=email]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=email]:focus + label,
.block-simplenews > .form-container > form .form-type-date input[type=email]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=email]:focus + label,
.block-simplenews > .form-container > form .form-type-textarea input[type=email]:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield textarea:focus + label,
.block-simplenews > .form-container > form .form-type-textfield textarea:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel textarea:focus + label,
.block-simplenews > .form-container > form .form-type-tel textarea:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email textarea:focus + label,
.block-simplenews > .form-container > form .form-type-email textarea:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date textarea:focus + label,
.block-simplenews > .form-container > form .form-type-date textarea:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea textarea:focus + label,
.block-simplenews > .form-container > form .form-type-textarea textarea:focus + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=text]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-textfield input[type=text]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=text]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-tel input[type=text]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=text]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-email input[type=text]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=text]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-date input[type=text]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=text]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-textarea input[type=text]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=tel]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-textfield input[type=tel]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=tel]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-tel input[type=tel]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=tel]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-email input[type=tel]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=tel]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-date input[type=tel]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=tel]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-textarea input[type=tel]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=email]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-textfield input[type=email]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=email]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-tel input[type=email]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=email]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-email input[type=email]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=email]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-date input[type=email]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=email]:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-textarea input[type=email]:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield textarea:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-textfield textarea:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel textarea:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-tel textarea:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email textarea:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-email textarea:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date textarea:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-date textarea:not(:placeholder-shown) + label,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea textarea:not(:placeholder-shown) + label,
.block-simplenews > .form-container > form .form-type-textarea textarea:not(:placeholder-shown) + label {
  font-size: 0.75rem;
  top: 0;
  transform: translateY(0%);
  opacity: 1;
  color: var(--red);
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=text],
.block-simplenews > .form-container > form .form-type-textfield input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=text],
.block-simplenews > .form-container > form .form-type-tel input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=text],
.block-simplenews > .form-container > form .form-type-email input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=text],
.block-simplenews > .form-container > form .form-type-date input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=text],
.block-simplenews > .form-container > form .form-type-textarea input[type=text],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=tel],
.block-simplenews > .form-container > form .form-type-textfield input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=tel],
.block-simplenews > .form-container > form .form-type-tel input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=tel],
.block-simplenews > .form-container > form .form-type-email input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=tel],
.block-simplenews > .form-container > form .form-type-date input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=tel],
.block-simplenews > .form-container > form .form-type-textarea input[type=tel],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=email],
.block-simplenews > .form-container > form .form-type-textfield input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=email],
.block-simplenews > .form-container > form .form-type-tel input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=email],
.block-simplenews > .form-container > form .form-type-email input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=email],
.block-simplenews > .form-container > form .form-type-date input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=email],
.block-simplenews > .form-container > form .form-type-textarea input[type=email],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield input[type=date],
.block-simplenews > .form-container > form .form-type-textfield input[type=date],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel input[type=date],
.block-simplenews > .form-container > form .form-type-tel input[type=date],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email input[type=date],
.block-simplenews > .form-container > form .form-type-email input[type=date],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date input[type=date],
.block-simplenews > .form-container > form .form-type-date input[type=date],
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea input[type=date],
.block-simplenews > .form-container > form .form-type-textarea input[type=date] {
  height: 50px;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textfield .form-textarea,
.block-simplenews > .form-container > form .form-type-textfield .form-textarea,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-tel .form-textarea,
.block-simplenews > .form-container > form .form-type-tel .form-textarea,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-email .form-textarea,
.block-simplenews > .form-container > form .form-type-email .form-textarea,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date .form-textarea,
.block-simplenews > .form-container > form .form-type-date .form-textarea,
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-textarea .form-textarea,
.block-simplenews > .form-container > form .form-type-textarea .form-textarea {
  padding: 20px 10px 10px 10px;
  resize: none !important;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date,
.block-simplenews > .form-container > form .form-type-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-date label,
.block-simplenews > .form-container > form .form-type-date label {
  order: -1;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-checkboxes,
.block-simplenews > .form-container > form .form-checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
}
@media screen and (max-width: 559px) {
  .webform-submission-form:not(.webform-submission-buchung-home-form) .form-checkboxes,
  .block-simplenews > .form-container > form .form-checkboxes {
    grid-template-columns: 1fr;
  }
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox,
.block-simplenews > .form-container > form .form-type-checkbox {
  margin-top: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox input[type=checkbox],
.block-simplenews > .form-container > form .form-type-checkbox input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox label,
.block-simplenews > .form-container > form .form-type-checkbox label {
  cursor: pointer;
  position: relative;
  float: left;
  padding-left: 50px;
  font-size: 1.125rem;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox label:before,
.block-simplenews > .form-container > form .form-type-checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 25px;
  background: var(--warm-grey);
  display: block;
  border-radius: 15px;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox label:after,
.block-simplenews > .form-container > form .form-type-checkbox label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 19px;
  height: 19px;
  background: black;
  opacity: 0.5;
  border-radius: 90px;
  transition: all 250ms;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox input:checked + label:before,
.block-simplenews > .form-container > form .form-type-checkbox input:checked + label:before {
  background: var(--red);
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox input:checked + label:after,
.block-simplenews > .form-container > form .form-type-checkbox input:checked + label:after {
  left: 17px;
  background: white;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox .description,
.block-simplenews > .form-container > form .form-type-checkbox .description {
  position: absolute;
  right: -5px;
  top: 0;
  width: 25px;
  height: 25px;
  z-index: 10;
  padding: 5px;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox .description:before,
.block-simplenews > .form-container > form .form-type-checkbox .description:before {
  content: 'i';
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--red);
  display: flex;
  cursor: pointer;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox .description .webform-element-description,
.block-simplenews > .form-container > form .form-type-checkbox .description .webform-element-description {
  font-size: 0.75rem;
  background: var(--red);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms;
  position: absolute;
  right: 25px;
  top: 0;
  width: 200px;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-type-checkbox .description:hover .webform-element-description,
.block-simplenews > .form-container > form .form-type-checkbox .description:hover .webform-element-description {
  opacity: 1;
  visibility: visible;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-item-datenschutz label,
.block-simplenews > .form-container > form .form-item-datenschutz label {
  font-size: 0.8rem;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-actions,
.block-simplenews > .form-container > form .form-actions {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-item--error-message,
.block-simplenews > .form-container > form .form-item--error-message {
  background: red;
  font-weight: 300;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  line-height: 1;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .form-item--error-message:after,
.block-simplenews > .form-container > form .form-item--error-message:after {
  content: ' ';
  position: absolute;
  left: 2px;
  bottom: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: red transparent transparent transparent;
  transform: rotate(0deg);
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .fieldset-wrapper > .form-item--error-message,
.block-simplenews > .form-container > form .fieldset-wrapper > .form-item--error-message {
  position: relative;
}
.webform-submission-form:not(.webform-submission-buchung-home-form) .js-form-item > .form-item--error-message,
.block-simplenews > .form-container > form .js-form-item > .form-item--error-message {
  position: absolute;
  z-index: 1;
  top: -7px;
  right: -5px;
}
.form-text,
.form-tel,
.form-email,
.form-textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--warm-grey);
  background: var(--white);
  width: 100%;
}
.form-text,
.form-tel,
.form-email {
  height: 70px;
}
.form-type-select {
  position: relative;
}
.form-type-select label {
  position: absolute;
  opacity: 0;
  top: 12px;
  left: 15px;
  z-index: 12;
  pointer-events: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.form-type-select select:valid ~ label {
  top: 0 !important;
  left: 15px !important;
  opacity: 1 !important;
  font-size: 0.75rem;
  color: var(--red);
}
.form-type-select select:valid ~ label .form-select {
  padding: 6px 0 0 0;
  z-index: 1;
}
.webform-submission-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  background: var(--white);
}
.webform-submission-contact-form > * {
  grid-column: span 3;
}
.webform-submission-contact-form .form-item-plz {
  grid-column: span 1;
}
.webform-submission-contact-form .form-item-ort {
  grid-column: span 2;
}
.webform-submission-bewerben-form,
.webform-submission-buchung-form,
.webform-submission-arrangement-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1170px) {
  .webform-submission-bewerben-form,
  .webform-submission-buchung-form,
  .webform-submission-arrangement-form {
    grid-template-columns: 1fr;
  }
}
.webform-submission-bewerben-form > .form-wrapper,
.webform-submission-buchung-form > .form-wrapper,
.webform-submission-arrangement-form > .form-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
}
.webform-submission-bewerben-form > .form-wrapper legend,
.webform-submission-buchung-form > .form-wrapper legend,
.webform-submission-arrangement-form > .form-wrapper legend {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--red);
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper,
.webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper > *,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper > *,
.webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper > * {
  grid-column: span 4;
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-item-plz,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-item-plz,
.webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper .form-item-plz {
  grid-column: span 1;
}
@media screen and (max-width: 581px) {
  .webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-item-plz,
  .webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-item-plz,
  .webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper .form-item-plz {
    grid-column: span 4;
  }
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-item-ort,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-item-ort,
.webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper .form-item-ort {
  grid-column: span 3;
}
@media screen and (max-width: 581px) {
  .webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-item-ort,
  .webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-item-ort,
  .webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper .form-item-ort {
    grid-column: span 4;
  }
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-type-textarea textarea,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-type-textarea textarea,
.webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper .form-type-textarea textarea {
  height: 260px;
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file,
.webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file {
  display: grid;
  grid-template-columns: 240px auto;
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file > *,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file > *,
.webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file > * {
  grid-column: 2 / 3;
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file label,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file label,
.webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file label {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin: 0;
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file .description,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file .description,
.webform-submission-arrangement-form > .form-wrapper > .fieldset-wrapper .form-type-managed-file .description {
  font-size: 1rem;
}
.webform-submission-bewerben-form div[data-drupal-messages] {
  grid-column: span 2;
}
.webform-submission-bewerben-form > .form-wrapper > .fieldset-wrapper .form-type-date label {
  width: 230px;
}
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-item-vorname,
.webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-item-nachname {
  grid-column: span 2;
}
@media screen and (max-width: 581px) {
  .webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-item-vorname,
  .webform-submission-buchung-form > .form-wrapper > .fieldset-wrapper .form-item-nachname {
    grid-column: span 4;
  }
}
.webform-submission-buchung-form fieldset[id^=edit-unterkunft] {
  grid-column: span 2;
}
@media screen and (max-width: 1170px) {
  .webform-submission-buchung-form fieldset[id^=edit-unterkunft] {
    grid-column: span 1;
  }
}
.webform-submission-buchung-form fieldset[id^=edit-buchungsdaten] > .fieldset-wrapper {
  grid-template-columns: 1fr 1fr;
}
.webform-submission-buchung-form fieldset[id^=edit-buchungsdaten] > .fieldset-wrapper > * {
  grid-column: span 2;
}
.webform-submission-buchung-form fieldset[id^=edit-buchungsdaten] > .fieldset-wrapper .form-type-date,
.webform-submission-buchung-form fieldset[id^=edit-buchungsdaten] > .fieldset-wrapper .form-item-erwachsene,
.webform-submission-buchung-form fieldset[id^=edit-buchungsdaten] > .fieldset-wrapper .form-item-kinder {
  grid-column: span 1;
}
.webform-submission-buchung-form fieldset[id^=edit-buchungsdaten] > .fieldset-wrapper .form-type-date input,
.webform-submission-buchung-form fieldset[id^=edit-buchungsdaten] > .fieldset-wrapper .form-item-erwachsene input,
.webform-submission-buchung-form fieldset[id^=edit-buchungsdaten] > .fieldset-wrapper .form-item-kinder input {
  flex-grow: 1;
}
.webform-submission-buchung-form fieldset[id^=edit-zimmer--] {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes {
    grid-template-columns: 1fr;
  }
}
.webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item {
  margin: 0;
  padding-right: 0;
}
.webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item label {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 175px auto;
  padding: 10px;
  border: 1px solid var(--red);
  font-size: 1rem;
  height: 100%;
}
@media screen and (max-width: 1170px) {
  .webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item label {
    grid-template-columns: 125px auto;
  }
}
@media screen and (max-width: 581px) {
  .webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item label {
    grid-template-columns: auto;
    row-gap: 20px;
  }
}
.webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item label:before,
.webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item label:after {
  content: none;
}
.webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item label h3 {
  margin: -4px 0 5px 0;
  font-size: 1.5rem;
}
.webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item label .views-field-field-bilder {
  grid-row: span 2;
  font-size: 0;
}
.webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item label .views-field-field-bilder img {
  width: 100%;
  height: auto;
}
.webform-submission-buchung-form fieldset[id^=edit-zimmer--] .fieldset-wrapper .form-checkboxes .form-item input:checked + label {
  background: var(--red);
  color: var(--white);
}
.webform-submission-buchung-home-form {
  display: grid;
  justify-content: center;
  column-gap: 20px;
  grid-template-columns: auto auto auto auto auto auto;
}
.webform-submission-buchung-home-form .form-item {
  display: flex;
  flex-direction: column;
}
.webform-submission-buchung-home-form .form-item label {
  order: -1;
  font-size: 1rem;
  font-weight: 600;
}
.webform-submission-buchung-home-form h3 {
  margin: auto 0 7px 0;
  font-size: 1.5rem;
}
.webform-submission-buchung-home-form input {
  height: 40px;
  border: none;
  font-size: 1.15rem;
  text-align: center;
  width: 100%;
}
.webform-submission-buchung-home-form input:focus {
  border: 1px solid var(--red);
  outline: none;
}
.webform-submission-buchung-home-form .form-type-date {
  width: 160px;
}
.webform-submission-buchung-home-form .form-actions {
  margin: 0;
  width: 160px;
  display: flex;
  flex-direction: column;
}
.webform-submission-buchung-home-form .form-actions .button-wrapper {
  margin-top: auto;
}
.webform-submission-buchung-home-form .form-actions button {
  height: 40px;
  border: 0;
  border-radius: 0;
  background: var(--red);
  width: 100%;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.webform-submission-buchung-home-form .form-actions button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1170px) {
  .webform-submission-buchung-home-form {
    grid-template-columns: auto auto auto auto auto;
  }
  .webform-submission-buchung-home-form .form-type-webform-markup {
    grid-column: span 5;
  }
}
@media screen and (max-width: 769px) {
  .webform-submission-buchung-home-form {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 5px;
  }
  .webform-submission-buchung-home-form .form-type-webform-markup {
    grid-column: span 6;
  }
  .webform-submission-buchung-home-form .form-type-date {
    grid-column: span 3;
    width: 100%;
  }
  .webform-submission-buchung-home-form .form-type-textfield,
  .webform-submission-buchung-home-form .webform-actions {
    grid-column: span 2;
    width: 100%;
  }
  .webform-submission-buchung-home-form .webform-actions button {
    border: 1px solid var(--white);
  }
  .webform-submission-buchung-home-form input {
    width: 100%;
    font-size: 1rem;
  }
}
.form-item-erwachsene,
.form-item-kinder {
  position: relative;
  display: flex;
}
.form-item-erwachsene input,
.form-item-kinder input {
  text-align: center;
  padding-top: 0;
}
.form-item-erwachsene > span,
.form-item-kinder > span {
  position: absolute;
  bottom: 7px;
  z-index: 1;
  color: var(--red);
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}
.form-item-erwachsene > span.field-prefix,
.form-item-kinder > span.field-prefix {
  left: 10px;
}
.form-item-erwachsene > span.field-suffix,
.form-item-kinder > span.field-suffix {
  right: 10px;
}
.webform-submission-buchung-home-form .form-item-erwachsene,
.webform-submission-buchung-home-form .form-item-kinder {
  width: 100px;
}
.webform-submission-buchung-form .form-type-date {
  font-size: 1rem;
}
.webform-submission-buchung-form .form-type-date label {
  width: 120px;
}
.webform-submission-buchung-form .form-item-erwachsene,
.webform-submission-buchung-form .form-item-kinder {
  align-items: center;
}
.webform-submission-buchung-form .form-item-erwachsene input,
.webform-submission-buchung-form .form-item-kinder input {
  width: 80px;
  padding-top: 0 !important;
}
.webform-submission-buchung-form .form-item-erwachsene label,
.webform-submission-buchung-form .form-item-kinder label {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  font-size: inherit !important;
  order: -1;
  width: 120px;
  color: inherit !important;
}
.webform-submission-buchung-form .form-item-erwachsene > span,
.webform-submission-buchung-form .form-item-kinder > span {
  bottom: 10px;
}
.webform-submission-buchung-form .form-item-erwachsene > span.field-prefix,
.webform-submission-buchung-form .form-item-kinder > span.field-prefix {
  left: 130px;
}
@media screen and (max-width: 581px) {
  .webform-submission-buchung-form .form-item-erwachsene,
  .webform-submission-buchung-form .form-item-kinder {
    flex-wrap: wrap;
  }
  .webform-submission-buchung-form .form-item-erwachsene input,
  .webform-submission-buchung-form .form-item-kinder input {
    width: 100%;
  }
  .webform-submission-buchung-form .form-item-erwachsene > span.field-prefix,
  .webform-submission-buchung-form .form-item-kinder > span.field-prefix {
    left: 10px;
  }
}
.webform-submission-buchung-form div[data-drupal-messages] {
  grid-column: span 2;
}
/* Simplenews */
.block-simplenews {
  padding: 40px;
  height: 100vh;
}
.block-simplenews .form-container {
  width: 360px;
  height: 100%;
  backdrop-filter: blur(10px);
  padding: 20px;
}
@media screen and (max-width: 769px) {
  .block-simplenews .form-container {
    width: 100%;
  }
}
.simplenews-confirm-multi .form-actions {
  display: flex;
  gap: 30px;
  align-items: center;
}
.simplenews-confirm-multi .form-actions .dialog-cancel {
  text-decoration: none;
  font-weight: 600;
  color: var(--red);
  display: flex;
  align-items: center;
}
.simplenews-confirm-multi .form-actions .dialog-cancel:after {
  font-family: 'bootstrap-icons';
  font-weight: normal;
  content: '\F62A';
  font-size: 2rem;
}
div[data-drupal-messages] + .block-simplenews {
  display: none;
}
div[data-drupal-messages] .messages {
  padding: 10px 20px 10px 60px;
  position: relative;
  min-height: 100px;
}
div[data-drupal-messages] .messages.messages--error {
  background: var(--red);
  color: var(--white);
}
div[data-drupal-messages] .messages.messages--error:before {
  content: '';
  font-family: 'bootstrap-icons';
  font-weight: normal;
  content: '\F332';
  font-size: 13rem;
  position: absolute;
  left: -40px;
  top: -60px;
  opacity: 0.2;
  transform: rotate(-20deg);
}
div[data-drupal-messages] .messages ul {
  list-style-type: none;
  padding: 0;
}
.webform-confirmation {
  grid-column: span 2;
}
/* Select2 */
.webform-submission-form .js-webform-type-fieldset .fieldset-wrapper > .form-item.select-2-item {
  border: none !important;
  height: 50px !important;
}
.select2-container--default {
  font-weight: 400;
  font-size: 1.2rem;
  z-index: 7;
  height: 50px;
  display: block;
}
.select2-container--default .selection {
  display: block;
  height: 100%;
}
.select2-container--default .select2-selection--single {
  border: none;
  height: 100%;
  background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(33, 36, 38, 0.5);
  background: var(--white);
  border: 1px solid var(--grey);
  height: 100%;
  line-height: inherit;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 15px;
  top: 0;
  opacity: 1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
  border-color: var(--red) transparent transparent transparent;
}
.select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
  border: 1px solid var(--red);
}
.select2-container--default.select2-container--open {
  z-index: 11;
}
.select2-dropdown {
  border: none;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.select2-container--default .select2-results__option--selected {
  background: var(--beige);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--red);
}
.select2-results__option {
  padding: 6px 17px;
}
.label-up .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--black);
  padding: 10px 12px 0 12px;
}

/*# sourceMappingURL=webform.css.map */