/*#region CSS Document */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

body
{
    background: none repeat-x fixed 0 0 #FFFFFF;
    background-image: url("images/bg_body.jpg");
    color: #4A4A4A;
    margin: 0;
    padding: 0;
}

.hartz
{
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}

.hartz *
{
    text-align: right;
}

.hartz a
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}

.hartz a:hover
{
    color: blue;
    text-decoration: none;
}

.hartz h2, .hartz h3
{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 15px;
}


.Pane
{
    background-color: rgb(194, 217, 240);
}

div.DnnModule
{
    margin: 0 0 5px 0;
}


/*#endregion */

/*#region rss */

.hartz > .rss-header
{
    height: 59px;
    position: relative;
    border-bottom: 1px solid #0D80DD;
}

.hartz > .rss-header > .user
{
    position: absolute;
    right: 275px;
    top: 25px;
}

.hartz > .rss-header > .user a
{
    color: #FFF;
}

.RssHeader > h2
{
    width: 1000px;
    margin: 0 auto;
    padding: 6px;
    font-size: 13px;
    color: #FFF;
}

/*#endregion */

/*#region header */

.hartz > .header
{
    background: url("images/bg_headerContainer.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    min-height: 95px;
    position: relative;
}

.hartz > .header > .user
{
    padding-top: 60px;
}

.hartz > .header > .user *
{
    color: #FFF;
}

.hartz > .header .basket-data
{
    position: relative;
}

.hartz > .header > .search
{
    color: #FFFFFF;
    padding-top: 70px;
}

.hartz > .header > .search > input[type=text]
{
    border: solid 1px white;
    border-radius: 5px;
    height: 15px;
    padding: 1px 10px;
}

.hartz > .header > .search > *
{
    vertical-align: middle;
}

.hartz > .header > .followus
{
    color: rgb(255, 255, 255);
    padding-left: 100px;
    padding-top: 45px;
    text-align: left;
}

.hartz > .header > .followus > a > img
{
    margin: 0 4px 0 0;
    float: left;
}

@media (max-width: 768px)
{
    .hartz > .header > .user, .hartz > .header > .search, .hartz > .header > .followus, .hartz > .header .basket-data
    {
        padding-top: 0;
    }
}

/*#endregion */

/*#region Mini Cart */

.hartz > .header .basket
{
    color: #FFFFFF;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 20px;
}

.hartz > .header .basket > a.cart
{
    background: url("images/arrowdown.gif") no-repeat scroll 38px 14px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    position: relative;
}

.hartz > .header .basket > a.cart > span.icon
{
    background: url("images/cart.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 26px;
    margin: 18px 25px 0 0;
    width: 32px;
}

.hartz > .header .basket > a.cart > span.total
{
    background-color: #69A000;
    color: #FFFFFF;
    display: block;
    line-height: 9px;
    outline: 1px solid #FFFFFF;
    padding: 3px;
    position: absolute;
    right: 30px;
    top: -6px;
    width: 14px;
    text-align: center;
}

.hartz > .header .minicart
{
    background-color: #FFFFFF;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 56px;
    z-index: 5000;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.hartz > .header .minicart > div.header
{
    background-color: #666666;
    color: #FFFFFF;
    height: 32px;
    line-height: 30px;
    padding: 0 10px 0 0;
    text-align: right;
    font-weight: bold;
    width: 300px;
}

.hartz > .header .minicart > table
{
    width: 100%;
}

.hartz > .header .minicart > table > tbody > tr > th
{
    border-bottom: solid 1px green;
}

.hartz > .header .minicart > table > tbody > tr > td > a.del
{
    background: url("images/delete.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    margin: 0 auto;
    width: 15px;
}

.hartz > .header .minicart > table > tbody > tr.cart-footer > td
{
    border-top: solid 1px green;
}

.hartz > .header .minicart > table > tbody > tr:last-child > td
{
    text-align: center;
}

@media (max-width: 767px)
{
    .hartz > .header .basket
    {
        top: -20px;
    }
}

/*#endregion */

/*#region footer */

.hartz .copyright
{
    border-top: 1px solid silver;
    padding: 15px 0 0;
    text-align: center;
}

.hartz .copyright > *
{
    color: #888888;
    text-align: center;
    margin: 0;
}

/*#endregion */

/*#region .topmenu */
/* top menu > parents */


.hartz > .topmenu select.select-menu
{
    margin: 11px 5%;
    width: 90%;
    display: none;
}

.hartz > .topmenu
{
    background: url("images/bg_navContainer.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 40px;
}

.hartz > .topmenu.ShowChildMenu
{
    height: 80px;
}

.hartz > .topmenu ul.parents a
{
    color: #C2E9FF;
    line-height: 23px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.hartz > .topmenu ul.parents
{
    color: #99E6FF;
    height: 40px;
    list-style-type: none;
    margin: 0;
}

.hartz > .topmenu ul.parents > li
{
    background: url("images/menu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 35px;
    margin: 4px 0 0 0;
    position: relative;
}

.hartz > .topmenu ul.parents > li:hover
{
    background-color: #69A2DB;
}

.hartz > .topmenu ul.parents > li.active
{
    background-color: #0C4E8E;
}

.hartz > .topmenu ul.parents > li:first-child > a
{
    background-image: url("images/home.gif");
    display: block;
    height: 20px;
    margin: 5px 10px 0;
    padding: 0;
    width: 20px;
}
/*top menu level 2 */
.hartz > .topmenu ul.parents > li > ul
{
    display: none;
    position: absolute;
    right: -1px;
    top: 30px;
    width: 200px;
    margin: 0;
    z-index: 10000;
    border: solid 1px transparent;
    border-right: solid 1px #FFF;
    background: #69a2db;
}

.hartz > .topmenu ul.parents > li:hover > ul
{
    display: block;
    list-style-type: none;
}

.hartz > .topmenu ul.parents > li > ul a
{
    color: #FFF;
}

.hartz > .topmenu ul.parents > li > ul > li
{
}

.hartz > .topmenu ul.parents > li > ul > li:hover
{
    background: #8CB3D3;
}
/* top menu > childs */
.hartz > .topmenu ul.childs a
{
    color: #C2E9FF;
    padding: 5px 15px 5px 11px;
    text-decoration: none;
    display: block;
}

.hartz > .topmenu ul.childs
{
    background-color: #0C4E8E;
    color: #99E6FF;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.hartz > .topmenu ul.childs > li
{
    float: right;
    margin: 4px 2px 4px 0;
}

.hartz > .topmenu ul.childs > li:hover, .hartz > .topmenu ul.childs > li.active
{
    background-color: #013c75;
    border-radius: 3px;
}

@media (max-width: 768px)
{
    .hartz > .topmenu ul.parents
    {
        display: none;
    }

    .hartz > .topmenu ul.childs
    {
        display: none;
    }

    .hartz > .topmenu select.select-menu
    {
        display: inline;
    }

    .hartz > .topmenu.ShowChildMenu
    {
        height: 40px;
    }
}
/*#endregion */

/*#region topLinks */

h1.topLinks
{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 10px 10px 10px 0;
    background: none repeat scroll 0 0 rgb(194, 217, 240);
}

h1.topLinks a
{
    color: #000;
}

h1.topLinks a:hover
{
    color: Red;
}

/*#endregion */

/*#region bottom menu */

ul.bottom a
{
    color: #888888;
    text-decoration: none;
}

ul.bottom
{
    list-style-type: none;
    margin: 15px 10px 0 0;
    color: #99E6FF;
}

ul.bottom > li
{
    float: right;
    margin: 0 10px;
}

ul.bottom > li > a
{
    color: #000;
}
/*bottom menu level 2 */
ul.bottom > li > ul
{
    border-radius: 8px 8px 8px 8px;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bottom > li > ul > li
{
    margin: 3px 0 3px 0;
    padding: 2px 0 2px 0;
}

ul.bottom > li > ul > li:hover > a
{
    color: red;
}

/*#endregion */

/*#region ViewProducts */

ul.ViewProducts
{
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}

ul.ViewProducts li
{
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    float: left;
    height: auto;
    list-style: none outside none;
    padding-top: 5px;
    text-align: center;
    width: 750px;
}

ul.ViewProducts li > .Image
{
    float: right;
    width: 220px;
}

ul.ViewProducts li > .Image > a > img
{
    border-radius: 20px 20px 20px 20px;
}

ul.ViewProducts li > .Info
{
    float: left;
    width: 220px;
    padding-top: 50px;
}

ul.ViewProducts li h2
{
    font-size: 11px;
}

ul.ViewProducts li h3
{
    font-size: 11px;
    text-align: center;
    padding: 5px;
}

ul.ViewProducts li div
{
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
}


/*#endregion */

.fa::before
{
    font-family: FontAwesome;
}
