@charset "utf-8";
/** CSS Document
 * @author	Grimm EDV - Systeme Bernburg / Steffen Banse <s.banse@grimmedv.de>
 * @copyright	Copyright (c) 2004-2021, Grimm EDV Systeme
 * @license	http://opensource.org/licenses/GPL-2.0 GNU GPL-2
 * @link	https://www.grimmedv.com
 * @version	1.0010 20211012
 * @stand	developement  
 * @access      public
*/
/* navigation desktop */
@media all and (min-width:992px){    
    #images1{position: absolute;top: -29px;}
}
/* navigation mobile */
@media all and (max-width:991px){    
    #images1{position: absolute;top: -77px;}
    #navbarResponsive{position:absolute; top:60px; background-color:#404040; width:100%}
    #navbarResponsive ul{text-align:center}
    #navbarResponsive .navbar-nav{display:flex;flex-direction:row;flex-wrap: wrap;align-content: stretch;justify-content: space-evenly;}
}
@media all and (max-width:425px){
    #navbarResponsive .navbar-nav{flex-direction:column;}
}