/**
 * 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 dotNavigation
 * @author     bruetsch
 * @since      04.12.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
========================================================== */
/*  =========================================================
general structure
========================================================= */
@media screen and (max-width: 1920px) {
  #dotNavigation {
    position: fixed;
    right: 7.5%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  #dotNavigation.dotNavigation--hidden {
    display: none;
  }
  #dotNavigation > .dotNavigation__navPoint {
    background-color: #dddddd;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    -webkit-box-shadow: 2px 2px 4px rgba(84, 84, 84, 0.5);
    box-shadow: 2px 2px 4px rgba(84, 84, 84, 0.5);
    margin-bottom: 33px;
  }
  #dotNavigation > .dotNavigation__navPoint:last-of-type {
    margin-bottom: 0px;
  }
  #dotNavigation > .dotNavigation__navPoint.dotNavigation--active {
    background-color: #bec89f;
  }
}
@media screen and (max-width: 1875px) {
  #dotNavigation {
    right: 6%;
  }
}
@media screen and (max-width: 1825px) {
  #dotNavigation {
    right: 4%;
  }
}
@media screen and (max-width: 1750px) {
  #dotNavigation {
    right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #dotNavigation {
    right: 10px;
  }
}
@media screen and (max-width: 720px) {
  #dotNavigation {
    display: none;
  }
}
