<header class="{if isset($Einstellungen.template.theme.pagelayout) && $Einstellungen.template.theme.pagelayout === 'fluid'}container-block{/if}{if $Einstellungen.template.theme.static_header === 'Y'} fixed-navbar{/if}" id="evo-nav-wrapper">
<!--SERVICEBOX-->
<div class="service-container">
<div class="service-row"
</div>
</div>
<!--SERVICEBOX ENDE-->
<div class="container">
{if isset($Einstellungen.template.theme.pagelayout) && $Einstellungen.template.theme.pagelayout !== 'fluid'}
<div class="container-block clearfix">
{/if}
{if isset($bAdminWartungsmodus) && $bAdminWartungsmodus}
<div id="maintenance_mode">
<div class="alert alert-info">{lang key="adminMaintenanceMode" section="global"}</div>
</div>
{/if}
<div id="header-branding" >
{block name="header-branding"}
<div id="top-bar" class="text-right hidden-xs clearfix">
{include file="layout/header_top_bar.tpl"}
</div>
<div class="row">
<div class="col-xs-6 col-sm-4" id="logo">
{block name="logo"}
<a href="{$ShopURL}" title="{$Einstellungen.global.global_shopname}">
{if isset($ShopLogoURL)}
{image src=$ShopLogoURL alt=$Einstellungen.global.global_shopname class="img-responsive"}
{else}
<span class="h1">{$Einstellungen.global.global_shopname}</span>
{/if}
</a>
{/block}
</div>
<div class="col-xs-6 col-sm-8" id="
shop-nav">
{include file='layout/header_shop_nav.tpl'}
</div>
</div>
{/block}{* /header-branding *}
</div>
{if isset($Einstellungen.template.theme.pagelayout) && $Einstellungen.template.theme.pagelayout !== 'fluid'}
</div>{* /container-block *}
{/if}
</div>{* /container *}
{if isset($Einstellungen.template.theme.pagelayout) && $Einstellungen.template.theme.pagelayout !== 'fluid'}
<div class="container">
{/if}
<div class="category-nav navbar-wrapper hidden-xs">
{include file="layout/header_category_nav.tpl"}
</div>{* /category-nav *}
{if isset($Einstellungen.template.theme.pagelayout) && $Einstellungen.template.theme.pagelayout !== 'fluid'}
</div>{* /container *}
{/if}
{include file="layout/header_xs_nav.tpl"}
</header>
{/if}