/* @version 7.8 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);

* {
    margin: 0;
    padding: 0;
}



}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background: #fcfcfc;
}

img {
    border: 0;
    border: none;
}

a {
    color: #323232;
    text-decoration: none;
    /*display: inline-block;*/
    text-shadow: 0 1px 0 #FFFFFF;
}

a:hover, a:focus {
    color: #248EC7;
    text-decoration: none;

}

ul, li {
    list-style: none;
}

hr {
    border-top: 1px solid #ddd;
    margin: 4px 0 2px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* -- branding header (layout) -- */
.desktop-navigation {
    min-height: 80px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
}

.desktop-navigation .navbar-right {
    margin-right: 0;
}

/* -- main navigation (layout) -- */
.header-content .navbar-nav > li > a {
    text-decoration: none;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

.header-content .navbar-nav > .active > a {
    background-color: transparent;
}

/* -- home page custom html (layout) -- */
.home-page h1, .home-page h2 {
    margin-top: 0;
}
/*.home-page h1 {*/
/*h1 {*/
    /*font-size: 28px;*/
    /*margin: 0 0 22px;*/
    /*color: #121214;*/
    /*font-weight: 700;*/
    /*letter-spacing: 1px;*/
    /*text-align: center;*/
/*}*/

/*.home-page h2 {*/
h1, h2 {
    font-size: 22px;
    /*margin: 0 0 22px;*/
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
}


h2.headline {
    background-color: #f8f8f8;
    border-bottom: 4px solid #4083a9;    
    line-height: normal;
    padding-left: 10px;
}

h2.headline span {
    border-bottom: 4px solid #51A74E;
    padding: 0 14px;
}


h4.headline span {
    padding-bottom: 7px;
}

/* -- search bar (layout) -- */
.search-bar {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f6f6f6;

    position: relative;
    height: 50px;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-bar {
    border-bottom: 1px solid #ddd;
}

/*browse BHVLeistung */

.browseleistung-menu {
    height: 50px;
    border-right: 1px solid #f1f1f1;
    float: left;
}

.browseleistung-menu a {
    display: block;
    color: #333;
    padding: 17px 0 17px 8px;
    font-weight: bold;
    white-space: nowrap;
}

#browseleistung .filter-results, #browse .section-title {
    color: inherit;
}


#browseleistung-content a:hover {
    color: #449DD0;
}

.browseleistung-menu a span {
    margin-left: 5px;
    font-size: 12px;
}

/* categories browse drop-down menu content (layout) */
#browseleistung-content {
    width: 250px;
    margin-left: 2.5%;
    display: none;
    position: absolute;
    top: 52px;
    left: -1px;
    z-index: 999;
    background: #fcfcfc;
    box-shadow: 0 2px 2px -1px #dddddd;
    border: 1px solid #dddddd;
    padding: 15px;
}

#browseleistung-content li {
    float: left;
    width: 100%;
      padding-top: 15px
}

#browseleistung-content li a {
    padding: 3px 0;
    font-size: 14px;
    font-weight: normal;
    text-indent: 14px;
}

#browseleistung-content li a:hover {
    color: #449DD0;

}



#browseleistung-content span {
    margin-left: 5px;
    font-size: 20px;
    color: #333;
}


/*browse BHV */

.browsebhv-menu {
    height: 50px;
    border-right: 1px solid #f1f1f1;
    float: left;
}

.browsebhv-menu a {
    display: block;
    color: #333;
    padding: 17px 0 17px 8px;
    font-weight: bold;
    white-space: nowrap;
}

#browsebhv .filter-results, #browse .section-title {
    color: inherit;
}


#browsebhv-content a:hover {
    color: #449DD0;
}

.browsebhv-menu a span {
    margin-left: 5px;
    font-size: 12px;
}

/* categories browse drop-down menu content (layout) */
#browsebhv-content {
    width: 300px;
    margin-left: 2.5%;
    display: none;
    position: absolute;
    top: 52px;
    left: -1px;
    z-index: 999;
    background: #fcfcfc;
    box-shadow: 0 2px 2px -1px #dddddd;
    border: 1px solid #dddddd;
    padding: 15px;
}

#browsebhv-content li {
    float: left;  
    width: 100%;
    padding-top: 20px;
}

#browsebhv-content li a {
    padding: 3px 0;
    font-size: 14px;
    font-weight: bold;
    text-indent: 14px;
}

#browsebhv-content li a:hover {
    color: #449DD0;
}

#browsebhv-content span {
    margin-left: 5px;
    font-size: 20px;
    color: #333;
}

/* search bar browse drop-down menu (layout) */
.browse-menu {
    height: 50px;
    border-right: 1px solid #f1f1f1;
    float: left;
}

.browse-menu a {
    display: block;
    color: #333;
    padding: 17px 0 17px 8px;
    font-weight: bold;
    white-space: nowrap;
}

#browse .filter-results, #browse .section-title {
    color: inherit;
}

#browse-content a:hover {
    color: #449DD0;
}

.browse-menu a span {
    margin-left: 5px;
    font-size: 12px;
}

/* categories browse drop-down menu content (layout) */
#browse-content {
    width: 455px;
    margin-left: 2.5%;
    display: none;
    position: absolute;
    top: 52px;
    left: -1px;
    z-index: 999;
    background: #fcfcfc;
    box-shadow: 0 2px 2px -1px #dddddd;
    border: 1px solid #dddddd;
    padding: 15px;
}

#browse-content li {
    float: left;
    width: 50%;
    padding-top: 10px;
    list-style-type: square ;
}                              

#browse-content li a {
    padding: 3px 0;
    font-size: 14px;
    font-weight: normal;
    text-indent: 14px;
}

#browse-content li a:hover {
    color: #449DD0;
}

#browse-content span {
    margin-left: 5px;
    font-size: 14px;
    color: #333;
}
/*browse BHVLeistung */

.browseleistung-menu {
    height: 50px;
    border-right: 1px solid #f1f1f1;
    float: left;
}

.browseleistung-menu a {
    display: block;
    color: #333;
    padding: 17px 0 17px 8px;
    font-weight: bold;
    white-space: nowrap;
}

#browseleistung .filter-results, #browse .section-title {
    color: inherit;
}


#browseleistung-content a:hover {
    color: #449DD0;
}

.browseleistung-menu a span {
    margin-left: 5px;
    font-size: 12px;
}

/* categories browse drop-down menu content (layout) */
#browseleistung-content {
    width: 250px;
    margin-left: 2.5%;
    display: none;
    position: absolute;
    top: 52px;
    left: -1px;
    z-index: 999;
    background: #fcfcfc;
    box-shadow: 0 2px 2px -1px #dddddd;
    border: 1px solid #dddddd;
    padding: 15px;
}

#browseleistung-content li {
    float: left;
    width: 100%;
      padding-top: 15px
}

#browseleistung-content li a {
    padding: 3px 0;
    font-size: 14px;
    font-weight: normal;
    text-indent: 14px;
}

#browseleistung-content li a:hover {
    color: #449DD0;

}



#browseleistung-content span {
    margin-left: 5px;
    font-size: 20px;
    color: #333;
}


/*browse BHV */

.browsebhv-menu {
    height: 50px;
    border-right: 1px solid #f1f1f1;
    float: left;
}

.browsebhv-menu a {
    display: block;
    color: #333;
    padding: 17px 0 17px 8px;
    font-weight: bold;
    white-space: nowrap;
}

#browsebhv .filter-results, #browse .section-title {
    color: inherit;
}


#browsebhv-content a:hover {
    color: #449DD0;
}

.browsebhv-menu a span {
    margin-left: 5px;
    font-size: 12px;
}

/* categories browse drop-down menu content (layout) */
#browsebhv-content {
    width: 300px;
    margin-left: 2.5%;
    display: none;
    position: absolute;
    top: 52px;
    left: -1px;
    z-index: 999;
    background: #fcfcfc;
    box-shadow: 0 2px 2px -1px #dddddd;
    border: 1px solid #dddddd;
    padding: 15px;
}

#browsebhv-content li {
    float: left;  
    width: 100%;
    padding-top: 20px;
}

#browsebhv-content li a {
    padding: 3px 0;
    font-size: 14px;
    font-weight: bold;
    text-indent: 14px;
}

#browsebhv-content li a:hover {
    color: #449DD0;
}

#browsebhv-content span {
    margin-left: 5px;
    font-size: 20px;
    color: #333;
}

/* header search form wrapper (layout) */
.header-search-form {
    position: relative;
}


/* ----- Category Select (layout) ----- */
.catHolder {
    background-color: #fafafa;
    border: 1px solid #CCC;
    font-weight: normal;
    height: 34px;
    position: relative;
    width: 215px;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 1px #DDD inset, 0 1px 0 white;
}

.catHolder:hover, .catHolder:active {
    background: #f8f8f8;
}

.catHolder:focus .catSelector:focus {
    outline: none !important;
}

.catSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    /*width: 170px;*/
    width: 215px;
}

.catSelector:link, .catSelector:visited, .catSelector:hover {
    color: #999;
    outline: none;
    text-decoration: none;
}

.catToggle {
    background: url(../images/sprite.png) 0 -171px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.catToggleOpen {
    background: url(../images/sprite.png) 0 -143px no-repeat;
}

.catHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.catOptions {
    background-color: #f8f8f8;
    border: solid 1px #bbb;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 30px;
    width: 264px;
    z-index: 9999;
    overflow-y: auto;
}

.catOptions li {
    padding: 0;
}

.catOptions li:hover {
    background: #3875d7;
}

.catOptions a {
    display: block;
    outline: none;
    padding: 7px 10px;
}

.catOptions a:link, .catOptions a:visited {
    color: #666;
    text-decoration: none;
}

.catOptions a:hover,
.catOptions a:focus,
.catOptions a.catFocus {
    color: #fff;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
    background: -webkit-linear-gradient(top, #04acec, #0186ba);
    background: -moz-linear-gradient(top, #04acec, #0186ba);
    background: -o-linear-gradient(top, #04acec, #0186ba);
    background: linear-gradient(top, #04acec, #0186ba);
}

.catOptions li.last a {
    border-bottom: none;
}

.catOptions .catDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.catOptions .catGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.catOptions .catSub {
    padding-left: 17px;
}

/* buttons css (layout) */
.btn {
    /*font-size: 15px;*/
    /*font-weight: bold;*/
    border-radius: 3px;
    background-image: none;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFFFFF;*/
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

}

.btn-link {
    box-shadow: none;
}

.btn-primary {
    border: 1px solid #54779F;
    background-color: #449DD0;
}

.btn-search {
    background-color: #1A9320;
    border: 1px solid #126516;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #4083A9;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-search,
.btn-danger {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.btn-sm {
    font-size: 12px;
    font-weight: normal;
}

/* header advanced search box (layout) */
.form-header {
    margin-top: 7px;
}

.form-header .input-search {
    width: 470px;
    background-color: #f2f2f2;
    height: 30px;
}

.lang-selector {
    margin-top: 15px;
    margin-left: 20px;
    float: left;

}

/* categories and home page slider (layout - app/index) */
.categories-and-slider {
    position: relative;
    height: 264px;
    width: 958px;
    border: 1px solid #f1f1f1;
    margin: 40px 0;
}

.categories-and-slider {
    border-bottom: 1px solid #ddd;
}

/* home page categories accordion (layout - app/index) */
.categories-accordion {
    width: 230px;
    height: 264px;
    border-right: 1px solid #f1f1f1;
    float: left;
}

.clear {
    clear: both;
    visibility: hidden !important;
    display: block !important;
}

/* category select (layout - app/index) */
.categories-select {
    margin: 0;
    width: 230px;
    float: left;
    cursor: pointer;
    text-align: left;
}

.categories-select a {
    display: block;
    padding: 8px 0;
    text-indent: 15px;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
}

.categories-select a:hover {
    color: #449DD0;
}

.icon {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 20px 15px;
}

/* tabbed content (layout - app/index) */
.tabbed-content {
    margin: 20px 0 0;
    /*width: 960px;*/
    position: relative;
    float: left;
}

/* nav container (layout - app/index) */
.home-page-tabs ul {
    display: block;
    float: left;
    margin-left: 35px;
    margin-bottom: 0;
}

.home-page-tabs ul li {
    display: inline;
    text-align: center;
    float: left;
    margin-right: 3px;
}

.home-page-tabs ul li a {
    top: 2px;
    padding: 11px 25px;
    background: #f1f1f1;
    border: 2px solid #f1f1f1;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    position: relative;
    color: #999;
    font-weight: bold;
    text-shadow: 1px 1px 1px #eee;
    font-size: 14px;
    cursor: pointer;
    float: left;
    margin: 0;
}

.home-page-tabs ul li a:hover {
    color: #449DD0;
    background: #f8f8f8;
    top: 3px;
}

.home-page-tabs ul li a.active {
    top: 3px;
    color: #449DD0;
    border: 2px solid #f1f1f1;
    text-shadow: 1px 1px 1px white;
    background: #f8f8f8;
    border-bottom: none !important;
}

/* home page footer (layout) */
footer {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin: 20px 0;
    position: relative;
    font-size: 11px;
}

footer .links {
    text-align: right;
}

footer .links li {
    display: inline;
}

footer .statistics {
    text-align: right;
}

footer .social {
    padding-top: 4px;
    overflow: hidden;
}

footer .social-button {
    padding-right: 8px;
    float: left;
}

/* scroll to top (layout) */
.scroll-top {
    width: 36px;
    height: 36px;
    background: #449DD0;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.5;
}

/* search bar buttons (layout) */
/*#basic-search,*/
#submit {
    height: 16px;
    margin-bottom: 0;
}

#btn-submit {
    margin-left: 6px;
}

/* members area menu styling (layout - _members.phtml [members area top navigation]) */
.sub-container {
    display: block;
    overflow-y: visible;
}

/*.members .navbar {*/
/*margin: 25px 0 20px;*/
/*}*/

.sub-container .navbar-inner {
    min-height: 38px;
    background-color: #eee;
    border-color: #eee #eee #ddd #eee;
    background-image: none;
    box-shadow: none;
    padding: 0 5px;
}

.sub-container .navbar .nav {
    margin: 0 10px 0 10px;
}

.sub-container .navbar .nav li {
    padding: 4px 1px 0;
    margin-bottom: -1px;
}

.sub-container .navbar .nav li a {
    padding: 7px 9px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #eee;
    margin-bottom: -1px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.sub-container .navbar .nav li a:hover {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #777777;
}

.sub-container .navbar .nav > .active > a,
.sub-container .navbar .nav > .active > a:hover,
.sub-container .navbar .nav > .active > a:focus {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    color: #777777;
}

.sub-container .nav-header {
    text-transform: none;
    background: #eee;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    padding: 12px 15px 10px;
}

.sub-container .nav-list {
    padding: 0;
}

.sub-container .nav-list li {
    border-bottom: 1px solid #ddd;
}

.sub-container .nav-header {
    margin-bottom: 5px !important;
}

.sub-container .inner {
    background: none;
    margin: 0 !important;
    font-size: 14px;
}

.sub-container .nav-list > li > a,
.sub-container .nav-list .nav-header {
    margin: 0;
}

.sub-container .nav-list > li > a {
    padding: 6px 12px;
    color: #777;
}

.sub-container .nav-list > .active > a,
.sub-container .nav-list > .active > a:hover,
.sub-container .nav-list > .active > a:focus {
    color: #777;
    background: none repeat scroll 0 0 #EEEEEE;
    text-shadow: none;
}

.sub-container .inner > li > a {
    font-size: 14px;
    text-indent: 5px;
}

.sub-container .nav-list .inner .pending > li > a {
    color: #FF7300;
}

.sub-container .headline {
    margin: 0 0 1em;
}

.sub-container li.nav-subheader > a,
.sub-container li.nav-subheader > a:hover {
    color: #666;
    font-size: 15px;
}

.sub-container li.nav-tab a {
    padding-left: 10%;
    padding-right: 0;
}

/* breadcrumbs (theme specific) */
.breadcrumbs {
    margin: 0 0 20px 0;
    padding: 4px 0 0 8px;
}

/* listing details page breadcrumbs (theme specific) */
.breadcrumb {
    margin-bottom: 4px;
    background-color: #f1f1f1;
}

.breadcrumb > li a.home {
    float: left;
    height: 16px;
    width: 16px;
    background: url(../images/sprite.png) 0 -254px no-repeat;
    text-indent: -999px;
}

.breadcrumb > li a.home:hover {
    background-position: 0 -270px;
}

.product .breadcrumb {
    margin-bottom: 24px;
    background-color: transparent;
}

/* REGISTER AND LOGIN MODAL BOXES */
.form-modal {
    max-width: 280px;
    margin: 0 auto;

}

.form-modal input {
    margin-bottom: 16px;
}

/* ULTRA SPECIFIC STYLES */
/* hovered status */
.lb {
    border-right: 1px solid #111212;
    border-left: 1px solid #606468;
    font-size: 11px;
    font-weight: bold;
    background-color: #ffffff;
}

.lb a {
    color: #ffffff;
}

.lb a:hover {
    color: #ffffff;
}

/* default status */
.db {
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid #111212;
    border-left: 1px solid #606468;
    background-color: #ffffff;
}

.db a {
    color: #ffffff;
}

.db a:hover {
    color: #ffffff;
}

.left-navbar {
    float: left;
}

.left-navbar ul {
    margin-top: 6px;
}

.left-navbar li > a {
    font-size: 85%;
    line-height: 1.2em;
    padding: 0 8px !important;
    font-weight: 400;
    border-left: 1px dotted #ccc;
}

.left-navbar li > a:hover {
    background-color: transparent;
}

.left-navbar li:first-child > a {
    padding-left: 0 !important;
    border-left: none;
}

.btn-shopping-cart-dropdown {
    font-size: 12px;
    font-weight: 400;
}

/* header menu desktop */

.niels {
    background-color: #0e0e0e;   
    width: 400 px; 
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    height: 49px;
}  


.main-menu {
   background-color: #151515;
    background-repeat: repeat-x;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    height: 49px;  
}  

.main-menu .home-link > a {
    padding: 0 !important;
    border-right: 1px solid #111212;
}

.main-menu .main-menu-link > a {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #111212;
    border-left: 1px solid #606468;
    padding-bottom: 14px;
}

.main-menu .main-menu-link > a:focus,
.main-menu .main-menu-link > a:hover {
    background-color: #A4A4A4;
    background-repeat: repeat-x;
    color: black;
}

.no-pdl {
    padding-left: 0;
}

.no-pdr {
    padding-right: 0;
}

/* tablets only */
@media (min-width: 768px) and (max-width: 991px) {
    .logo img {
        max-width: 225px;
    }
}

/* phones only */
@media (max-width: 767px) {
    .sub-container {
        overflow-x: hidden;
    }

    .branding-header {
        min-height: 100px;
    }

    .branding-header .logo img {
        max-height: 60px;
    }

    .header-content .navbar-header {
        background-color: #222222;
        border-bottom: 1px solid #080808;
    }

    .search-bar {
        margin-top: 0;
    }

    .header-content {
        width: 100%;
        padding: 15px 0 0;
    }

    .greeting-box,
    .horizontal-menu {
        float: right;
    }

    .horizontal-menu {
        margin-left: 35px;
        margin-top: 10px;
    }
}