span.tx-srfreecap-pi1-cant-read {
  display: block; }
/* Quick Form */
.form-quick div {
  padding: 14px 0;
  float: left;
  position: relative; }

.form-quick div input, .form-quick div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/fileadmin/templates/images/layouts/select.png) right center no-repeat;
  color: #a8978e;
  text-transform: uppercase;
  outline: 0;
  width: 100%;
  padding: 0 10px; }

.form-quick div input[type=text] {
  background: #fff url(/fileadmin/templates/images/layouts/cal.png) right center no-repeat;
  border: 0;
  height: 27px; }

.form-quick div select {
  border: 0;
  height: 27px; }

.form-quick .ui-datepicker-trigger {
  position: absolute;
  right: 4px;
  top: 4px; }

.form-quick div.arrival, .form-quick div.departure, .form-quick div.adults, .form-quick div.sub, .form-quick div.tel, .form-quick div.kids {
  padding-right: 6px; }

.form-quick div.arrival, .form-quick div.departure {
  width: 11%; }

.form-quick div.adults, .form-quick div.kids {
  width: 12.25%; }

.form-quick div.sub {
  width: 15%;
  padding-right: 2%; }

.form-quick div.tel {
  padding-left: 32px;
  background: url(/fileadmin/templates/images/layouts/phone.png) left center no-repeat; }

.form-quick div input[type=submit], .form-quick div input[type=button] {
  border: 0;
  outline: 0;
  line-height: 27px;
  width: 100%;
  cursor: pointer;
  background: #d80021;
  color: #fff;
  height: 27px; }

.form-quick div.tel span {
  font-size: 22px;
  font-weight: 300;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 27px;
  height: 27px; }

.form-quick input::-webkit-input-placeholder {
  color: #a8978e;
  text-transform: uppercase; }

.form-quick input:-moz-placeholder {
  color: #a8978e;
  opacity: 1;
  text-transform: uppercase; }

.form-quick input::-moz-placeholder {
  color: #a8978e;
  opacity: 1;
  text-transform: uppercase; }

.form-quick input:-ms-input-placeholder {
  color: #a8978e;
  text-transform: uppercase; }

.form-quick .label {
  padding: 5px 0;
  padding-right: 2%; }

.form-quick .label h4 {
  font-size: 32px;
  font-family: 'Amatic SC', cursive;
  font-weight: 300;
  color: #fff; }
/* Module Form*/
.form100 {
  width: 100%; }

.form50 {
  width: 50%; }

.form25 {
  width: 25%; }

.form75 {
  width: 75%; }

.form33 {
  width: 33.33%; }

.form66 {
  width: 66.76%; }

.form15 {
  width: 20%; }

.form1875 {
  width: 18.75%; }

.formcol {
  float: left;
  position: relative; }
  .formcol .padding-right {
    padding-right: 20px; }
  .formcol .padding-left {
    padding-left: 20px; }

.Tx-Formhandler {
  margin-bottom: 30px; }
  .Tx-Formhandler hr {
    margin-bottom: 20px;
    margin-right: 20px; }
  .Tx-Formhandler h5 {
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: #d80021; }
  .Tx-Formhandler .error {
    background: #ffebef; }
  .Tx-Formhandler .form-error.alert {
    margin-right: 20px;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 20px;
    background: #ffebef url(../../../fileadmin/templates/css/../images/icon-fail.png) right center no-repeat; }
  .Tx-Formhandler .kinderalterlabel {
    display: none; }
  .Tx-Formhandler input {
    box-sizing: border-box;
    background: #fff;
    outline: 0;
    border: 1px solid #a8978e;
    padding: 7px 9px; }
  .Tx-Formhandler select {
    color: #a8978e;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    outline: 0;
    border: 1px solid #a8978e;
    padding: 4px 5px; }
  .Tx-Formhandler textarea {
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: #fff;
    outline: 0;
    border: 1px solid #a8978e;
    padding: 7px 9px; }

fieldset label.label-privacy, fieldset label.label-newsletter {
  padding-left: 20px; }
/* Formularfelder */
fieldset {
  padding-bottom: 10px;
  clear: both;
  border: 0;
  border: hidden;
  /* x Opera */ }

fieldset label {
  font-size: 14px;
  display: block; }

fieldset input[type=checkbox] {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: none; }

fieldset legend {
  margin-bottom: 20px;
  width: 100%;
  font-size: 18px; }

.inputnote, .inputlarge, .inputsmall, .inputxsmall {
  width: 100%;
  margin-bottom: 10px; }

.inputnote {
  height: 100px; }

.inputtextarea {
  margin-bottom: 10px;
  resize: none;
  width: 100%;
  height: 50px; }

.ui-datepicker-trigger {
  display: none;
  border-left: 5px solid white;
  position: absolute;
  right: 20px;
  z-index: 0; }

input.button {
  height: 36px;
  line-height: 36px;
  color: #fff;
  border: 1px solid #d80021;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 10px;
  font-weight: 300;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #d80021;
  width: 100%;
  cursor: pointer; }
  input.button a {
    display: block;
    height: 100%; }
/* Placeholder */
::-webkit-input-placeholder {
  color: #a8978e;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; }

:-moz-placeholder {
  color: #a8978e;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; }

::-moz-placeholder {
  color: #a8978e;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; }

::-ms-input-placeholder {
  color: #a8978e;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; }

ul.errors {
  font-size: 13px;
  margin-left: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 20px; }

ul.errors li {
  padding: 4px 20px; }

span.form-error {
  margin-bottom: 10px;
  font-size: 14px;
  background: red;
  color: #fff;
  display: block;
  padding: 6px 20px; }
/************************/
/***** Media Querys *****/
/************************/
@media screen and (max-width: 1023px) {
  .form-quick div.tel, .form-quick div.label {
    display: none; }
    .form-quick div.arrival, .form-quick div.departure, .form-quick div.adults, .form-quick div.kids, .form-quick div.sub {
      width: 20%; }

  .quick-footer {
    padding: 0 0px; }

  .form100 {
    width: 100%; }

  .form50 {
    width: 100%; }

  .form25 {
    width: 100%; }

  .form75 {
    width: 100%; }

  .form33 {
    width: 100%; }

  .form66 {
    width: 100%; }

  .form15 {
    width: 100%; }

  .form1875 {
    width: 100%; }

  .formcol {
    float: left;
    position: relative; }
    .formcol .padding-right {
      padding-right: 0; }
    .formcol .padding-left {
      padding-left: 0; } }

@media screen and (max-width: 550px) {
  .form-quick div.tel, .form-quick div.kids, .form-quick div.adults, .form-quick div.label {
    display: none; }
    .form-quick div.arrival, .form-quick div.departure, .form-quick div.sub {
      width: 33.33%; } }
