/* @override 
	https://www.handyservice.de/wp-content/themes/medianotions/templates/aktion_handyhandy/style-aktion.css?*
*/

/* @group Header */

#page_header
{	
	
}

#page_header .container
{	
	overflow: hidden;
}

#page_header .container
{
	background: #2c3d51;
}

/* @group Partner-Grafik */

#partner_header_grafik
{
	display: block;
}

#partner_header_grafik img
{
	width: 100%;
	height: auto;
}

/* @group Overlays */

#page_header .overlay
{
	position: absolute;
}

#page_header .overlay:hover
{
	background: rgba(255, 255, 255, 0.3);
}

/* @end */

/* @end */

/* @group handyservice-Logo */

#handyservice_logo_head
{
	position: absolute;
	top: 0;
	right: 0;
}

/* @end */

/* @end */

/* @group Navigationsleiste */

#nav_bar
{
	position: relative;
	z-index: 100;
	
	padding: 5px 0;
	
	background-color: #edeeee;
	background-image: -moz-linear-gradient(bottom, #d3d1d1 -25%, #e8e9e9 38.21%, #ededed 51.28%, #d3d3d3 123.54%, #d3d3d3 123.9%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #d3d1d1 -25%, #e8e9e9 38.21%, #ededed 51.28%, #d3d3d3 123.54%, #d3d3d3 123.9%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #d3d1d1 -25%, #e8e9e9 38.21%, #ededed 51.28%, #d3d3d3 123.54%, #d3d3d3 123.9%); /* gradient overlay */
	background-image: linear-gradient(bottom, #d3d1d1 -25%, #e8e9e9 38.21%, #ededed 51.28%, #d3d3d3 123.54%, #d3d3d3 123.9%); /* gradient overlay */
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

#nav_bar .container
{
	background: transparent;
}

/* @group Anker */

#nav_bar nav
{	
	float: left;
	width: 40%;
	
	margin-top: 18px;
	margin-bottom: 14px;
}

#nav_bar nav ul
{	
	overflow: hidden;
}

#nav_bar nav ul li 
{	
	float: left;
	width: 33.33%;
}

#nav_bar nav ul li a
{	
	display: block;
	padding: 10px 0;
	
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	
	border-top: 2px solid #0083bd;
	border-bottom: 2px solid #0083bd;
	border-right: 2px solid #0083bd;
	
	background: white;
}

#nav_bar nav ul li:first-child a
{	
	border-left: 2px solid #0083bd;
}

#nav_bar nav ul li a:hover,
#nav_bar nav ul li:focus-within a,
#nav_bar nav ul li.active a
{	
	text-decoration: none;
	
	color: white;
	background: #0083bd;
}

#nav_bar nav ul li a:focus-visible
{
	outline: 4px solid #ffffff !important;
	outline-offset: -4px;
	border-radius: 4px;
}

/* @end */

/* @group Buttons */

#nav_bar .buttons
{
	float: right;
	width: 60.0%;
	
	text-align: right;
	line-height: 0;
}

#nav_bar .buttons .button
{
	width: 46%;
	padding-left: 0;
	padding-right: 0;
}

#nav_bar .buttons .button:focus-visible
{
	outline: 4px solid #f50909 !important;
}

#nav_bar .buttons .button.bestellung
{
	margin-left: 3.3%;
}

/* @end */

/* @group Sticky */

#nav_bar.sticky
{
	position: fixed;
	top: 0;
	
	width: 100%;
}

/* @group Anker */

#nav_bar.sticky nav
{	
	margin-top: 7px;
}

#nav_bar.sticky nav ul li a
{
	padding: 5px 0;
	
	font-size: 14px;
}

/* @end */

/* @group Buttons */

#nav_bar.sticky .buttons .button
{
	padding: 4px 10px;
	
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	
	border-width: 2px;
}

#nav_bar.sticky .buttons .button strong
{
	font-size: 16px;
}

/* @end */



/* @end */

/* @end */

@media only screen and (max-width: 480px)
{

/* @group Navigationsleiste */

/* @group Anker */

#nav_bar nav
{
	width: 60%;
	margin-top: 8px;
}

#nav_bar nav ul li a
{
	padding: 10px 0;
	
	font-size: 12px;
}

#nav_bar nav ul li:first-child a
{	
	border-left: 2px solid #0083bd;
}

#nav_bar nav ul li a:hover,
#nav_bar nav ul li.active a
{	
	text-decoration: none;
	
	color: white;
	background: #0083bd;
}

/* @end */

/* @group Buttons */

#nav_bar .buttons
{
	width: 40%;
}

#nav_bar .buttons .button.hotline
{
	display: none;
}

#nav_bar .buttons .button.bestellung
{
	width: 96%;
	margin-left: 4%;
	
	font-size: 12px;
	line-height: 110%;
	font-weight: bold;
}

#nav_bar .buttons .button.bestellung strong
{
	font-size: 16px;
}

/* @end */

/* @group Sticky */

/* @group Anker */

#nav_bar.sticky nav ul li a
{
	padding: 5px 0;
	
	font-size: 12px;
}

/* @end */

/* @group Buttons */

#nav_bar.sticky .buttons .button
{	
	font-size: 12px;
}

#nav_bar.sticky .buttons .button strong
{
	font-size: 14px;
}

/* @end */



/* @end */

/* @end */
	
}