/*! eifel, Compiled at 2021-09-27 14:19:28 */
/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * 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 jumpToTop
 * @author     bruetsch
 * @since      11.01.2016
 * @version    $Id$
 **/
/*  =========================================================
jump to top
========================================================= */
/*  =========================================================
jump to top
========================================================= */
@media screen {
  #jumpToTop {
    position: fixed;
    bottom: 20px;
    right: 6%;
    padding: 14px 26px 14px 20px;
    height: 50px;
  }
  #jumpToTop > [class*="icon-"] {
    right: 7px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1760px) {
  #jumpToTop {
    right: 4%;
  }
}
@media screen and (max-width: 1700px) {
  #jumpToTop {
    right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  #jumpToTop {
    right: 10px;
  }
  #jumpToTop > [class*="icon-"] {
    line-height: 45px;
    right: 11px;
  }
}
@media screen and (max-width: 1024px) {
  #jumpToTop {
    right: 0px;
  }
}
@media screen and (max-width: 600px) {
  #jumpToTop {
    display: none;
  }
}
