/*! nts, Compiled at 2022-04-01 16:26:15 */
/**
 * NTS - Nordsee-Tourismus-Service GmbH
 *
 * 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  2019 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Sauer <sauer@infomax-it.de>
 * @since      2019-08-28
 */
@media screen and (min-width: 401px) and (max-width: 600px) {
  .dateTo div.picker__holder {
    right: 55%;
  }
}
@media screen and (min-width: 601px) {
  .name-dateto ~ .picker .picker__holder {
    right: 40%;
  }
}
@media screen and (max-width: 600px) {
  .name-dateto ~ .picker .picker__holder {
    right: -5%;
  }
}
