@charset "UTF-8";
/**
 * This Software is property of ACTIVETRAFFIC is protected by
 * copyright law - it is NOT Freeware.
 * Any unauthorized use of this software without a valid license agreement
 * will be prosecuted by civil and criminal law.
 *
 * @link        http://www.activetraffic.de
 * @projectlink	http://www.flexia.de
 * @authors     Mario Krell <mario.krell@activetraffic.de>
 * @copyright   (C) ACTIVETRAFFIC
 * @module      Flexia's Megamenu
 * @version     15.04.2019 1.0.0
 */

@media screen and (min-width: 320px) {
	#mainnav-mobile .searchbar-mobile {
		display: none;
	}
	body #mainnav-mobile {
		justify-content: flex-end;
	}
	#mainnav-mobile .menu-container {
		min-height: 46px;
		font-size: 15px;
	}
}
