/*! otm, Compiled at 2025-09-05 09:02:45 */
/**
 * Oldenburg
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @author     Matthias Kracke <kracke@infomax-it.de>
 * @since      2016-11-15
 * @version    $$Id$$
 **/
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage searchForm
 * @author     gueldner
 * @since      14.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
background
headline
inputgroup
inputset
text inputs
========================================================== */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/* ultra tiny introduced for iPhone 5s */
/* corporate design */
/* @see src/portal/assets/styles/_brand for css variables */
/* other colors */
/* percentage dimensions */
/* percentage margins */
/* percentage paddings */
/* default font settings */
/* vertical aligns */
.verticalAlignHelper {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin: 0;
}
/*  =========================================================
general structure
========================================================= */
@media all {
  .searchForm {
    width: 100%;
    padding: 140px 0 170px 0;
  }
}
@media all {
  .searchForm__form {
    position: relative;
  }
}
/*  =========================================================
background
========================================================= */
@media all {
  .searchForm__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .searchForm__bg > div.searchForm__bg__lg,
  .searchForm__bg > div.searchForm__bg__md,
  .searchForm__bg > div.searchForm__bg__sm,
  .searchForm__bg > div.searchForm__bg__ty {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media all and (min-width: 1401px) {
  .searchForm__bg__lg {
    display: block;
  }
}
@media all and (max-width: 1400px) {
  .searchForm__bg__lg {
    display: none;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .searchForm__bg__md {
    display: block;
  }
}
@media all and (min-width: 1401px), all and (max-width: 1000px) {
  .searchForm__bg__md {
    display: none;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .searchForm__bg__sm {
    display: block;
  }
}
@media all and (min-width: 1001px), all and (max-width: 700px) {
  .searchForm__bg__sm {
    display: none;
  }
}
@media all and (max-width: 700px) {
  .searchForm__bg__ty {
    display: block;
  }
}
@media all and (min-width: 701px) {
  .searchForm__bg__ty {
    display: none;
  }
}
/*  =========================================================
headline
========================================================= */
@media all {
  .searchForm__form > h2 {
    font: 400 normal 5rem/1.1 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    line-height: 1.1;
    color: rgb(var(--color-white));
    margin: 0;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  html.-css-microsite-club .searchForm__form > h2 {
    font: 600 normal 5rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5em;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .searchForm__form > h2 {
    font-size: 4.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .searchForm__form > h2 {
    font-size: 4.75rem;
  }
}
@media all and (max-width: 700px) {
  .searchForm__form > h2 {
    font-size: 4.57142857rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .searchForm__form > h2 {
    font-size: 4.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .searchForm__form > h2 {
    font-size: 4.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .searchForm__form > h2 {
    font-size: 4.57142857rem;
  }
}
@media all {
  .searchForm__form > p {
    font: 400 normal 18px/1.5 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    color: rgb(var(--color-white));
    margin: 0;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .searchForm__form > p {
    font-size: 2rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .searchForm__form > p {
    font-size: 2rem;
  }
}
@media all and (max-width: 700px) {
  .searchForm__form > p {
    font-size: 2.28571429rem;
  }
}
/*  =========================================================
inputgroup
========================================================= */
@media all {
  .searchForm__form__inputGroup {
    padding-top: 60px;
  }
  .searchForm__form__inputGroup .heading {
    font: 400 normal 18px/20px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: rgb(var(--color-white));
    display: block;
    padding-bottom: 5px;
  }
}
/*  =========================================================
inputset
========================================================= */
@media all {
  .searchForm__form__inputSet,
  .datepicker-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .offCanvas__search__fieldset .datepicker-container,
  .offCanvas__search__fieldset .searchForm__form__inputSet {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .offCanvas__search__fieldset .searchForm__form__inputSet.firstDateInput {
    width: 25%;
  }
  .datepicker-container:not(.offerRequestDate) {
    overflow: visible;
  }
  .offCanvas__search__fieldset .searchForm__form__inputSet.icon-calender {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
@media all and (min-width: 701px) {
  .searchForm__form__inputSet,
  .datepicker-container {
    margin-right: 5px;
  }
}
@media all and (min-width: 701px) {
  .offCanvas__search__fieldset .datepicker-container,
  .offCanvas__search__fieldset .searchForm__form__inputSet {
    margin-left: -4px;
  }
}
@media all and (max-width: 700px) {
  .offCanvas__search__fieldset .datepicker-container,
  .offCanvas__search__fieldset .searchForm__form__inputSet {
    margin-left: -5px;
  }
}
@media all and (max-width: 1400px) and (min-width: 1000px) {
  .offCanvas__search__fieldset .searchForm__form__inputSet.firstDateInput {
    width: 11%;
  }
}
@media all and (max-width: 1000px) and (min-width: 701px) {
  .offCanvas__search__fieldset .searchForm__form__inputSet.firstDateInput {
    width: 15%;
  }
}
@media all and (max-width: 430px) {
  .offCanvas__search__fieldset .searchForm__form__inputSet.firstDateInput {
    width: 57%;
  }
}
@media all {
  .searchForm__form__inputSet[class*='icon-']::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    padding-right: 5px;
    font-size: 25px;
    line-height: 40px;
    color: rgb(var(--color-text-default));
  }
}
/*  =========================================================
text inputs
========================================================= */
/* input */
@media all {
  .searchForm__form__inputSet > input[type=date],
  .searchForm__form__inputSet > input[type=text] {
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    border: none;
    background: rgb(var(--color-white));
    font: 700 normal 18px/40px 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    color: rgb(var(--color-text-default));
  }
  html.-css-microsite-club .searchForm__form__inputSet > input[type=date],
  html.-css-microsite-club .searchForm__form__inputSet > input[type=text] {
    font: 400 normal 1.6rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .searchForm__form__inputSet > input[type=date],
  html.-css-microsite-club .searchForm__form__inputSet > input[type=text] {
    font-size: 1.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .searchForm__form__inputSet > input[type=date],
  html.-css-microsite-club .searchForm__form__inputSet > input[type=text] {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .searchForm__form__inputSet > input[type=date],
  html.-css-microsite-club .searchForm__form__inputSet > input[type=text] {
    font-size: 2rem;
  }
}
@media all and (max-width: 700px) {
  .searchForm__form__inputSet > input[type=date],
  .searchForm__form__inputSet > input[type=text] {
    min-width: 205px;
  }
}
/* specific lengths */
@media all and (min-width: 701px) {
  .searchForm__form__inputSet > input[name='city'] {
    width: 170px;
  }
  .searchForm__form__inputSet > input[name='date'] {
    width: 255px;
  }
}
@media all and (max-width: 700px) {
  .searchForm__form__inputSet.dateMiddle {
    display: none;
  }
}
@media all and (max-width: 340px) {
  .offCanvas__search__fieldset .searchForm__form__inputSet.dateMiddle {
    display: none;
  }
  .offCanvas__search__fieldset .searchForm__form__inputSet.icon-calender {
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
/* label */
@media all {
  .searchForm__form__inputSet > input[type=text] + label {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    padding: 0 10px;
    font: 700 normal 18px/40px 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    color: rgb(var(--color-white));
    background: rgb(var(--color-cdOrange4));
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  /* use 1% and 101% instead of 0% and 100% because of crappy browser rendering (blitzer) */
  .searchForm__form__inputSet > input[type=text]:focus + label {
    -webkit-transform: translateX(1%);
        -ms-transform: translateX(1%);
            transform: translateX(1%);
  }
  .searchForm__form__inputSet > input[type=text]:not(:focus) + label {
    -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
            transform: translateX(101%);
  }
  .dateMiddle {
    width: 15px;
    background: #fff;
    color: #373737;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    font: 400 normal 22px 'Trebuchet MS', Trebuchet, Arial, sans-serif;
    margin: 0 -3px 0 -75px;
    padding: 6px 40px 0 12px;
  }
  .date-background::before {
    bottom: 100%;
    left: 50%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-bottom-color: white;
    border-width: 20px;
    margin-left: -20px;
    z-index: 0;
    background: white;
    margin-top: -10px;
  }
  .pikaday-placeholder {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .date-background {
    position: relative;
  }
  .hidden {
    visibility: hidden;
  }
  .searchForm__form__inputSet > [type=text] + label.moveLabelinput {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }
  .searchForm__form__inputSet input {
    height: 35px;
    font: 700 normal 18px/40px 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    padding-left: 15px;
  }
}
/*  =========================================================
select inputs
========================================================= */
.searchForm__form__inputSet > select {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  border: none;
  background: rgb(var(--color-white));
  font: 700 normal 18px/40px 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
  color: rgb(var(--color-text-default));
}
/*  =========================================================
counter inputs
========================================================= */
.searchForm__form__inputSet.searchForm__form__inputSet--count input {
  width: 60px;
}
.searchForm__form__inputSet.searchForm__form__inputSet--count button {
  background: #fff;
  line-height: 26px;
  cursor: pointer;
  padding: 8px 0 6px;
  margin: 0;
  text-align: center;
  width: 40px;
  border: none;
}
