/*
    ========================================
    TABLE OF CONTENT
    ========================================
    
    [1. IMPORT SOURCE]
    [2. GLOBAL STYLE]
    [3. HEADER / NAV MENU]
    [4. NAV MENU]
    [5. SLIDER]
    [6. PRODUCT]
    [7. PRODUCT SINGLE]
    [8. SIDEBAR]
    [9. CONTENT]
    [10. FOOTER]
    [11. RESPONSIVE]
	
*/



/*
    ==================
    [1. IMPORT SOURCE]
    ==================
*/
@import url(css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);


/*
    ==================
    [2. GLOBAL STYLE]
    ==================
*/
body {
    margin: 0;
    /*padding-bottom: 50px;*/
    font-family: 'Roboto Condensed',"Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    background: rgba(0, 0, 0, 0) url("img/back_1.gif") repeat scroll 0 0;
    overflow-x: hidden; 
    scrollbar-face-color: #121212;
	/*background-color: #f5f5f5;*/

}

h1,
h2,
h3,
h4{
    /* font-family: 'Roboto Condensed', arial, sans-serif; */
	font-weight: bold;
}

h5,
h6 {

}

/* Gototop Button */
#GotoTop {
padding: 5px 3px;
position: fixed;
bottom: 5px;
right: 5px;
display: none;
z-index:99999;
}

::-moz-selection { 
    background: #1c222b; 
    color: #fff; 
    text-shadow: none; 
}

::-webkit-selection { 
    background: #1c222b; 
    color: #fff; 
    text-shadow: none; 
}

::selection { 
    background: #1c222b; 
    color: #fff; 
    text-shadow: none; 
}

::-webkit-scrollbar {
    width: 10px;
} 

::-webkit-scrollbar-track {
    background-color: #121212;
} 

::-webkit-scrollbar-thumb {
    background-color: #666;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
         -o-border-radius: 1px;
            border-radius: 1px;
} 

::-webkit-scrollbar-button {
    display: none;
} 

::-webkit-scrollbar-corner {
    background-color: #000;
}

a{
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

a:hover{
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

a, a:hover, a:focus, a:active, button {
    outline: 0 none !important;
}

* {
    transition-duration: 300ms;
    transition-property: color, background-color;
}

.container{
	background-color: #fff;
	padding-top: 10px;
}
.main.container{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #333;
}

/* Always use nice dots for password fields */
input[type=password] {
	font-family:verdana !important;
}

.form-control:focus{
	/*layout projekt*/
	border-color: #226395;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	/*layout projekt*/
    /*color: #428bca;*/
	color: #226395;
    /*border-color: #bbb;*/
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
    color: #fff;
	/*layout projekt*/
    /*background-color: #333;*/
	background-color: #0e324d;
    border-color: #222;
}

.btn-primary {
    color: #fff;
	/*layout projekt*/
    /*background-color: #515151;*/
	background-color: #226395;
    /*border-color: #444;*/
	border-color: #444;
}

hr.alt{
    border-top: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
}

a.no-underline{
    text-decoration: none !important;
}

a:hover.no-underline{
    text-decoration: none !important;
}

/* Blockzentrierung */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Abstand oben */
.top-buffer{
margin-top: 20px;
}
/* Abstand unten */
.bottom-buffer{
margin-bottom: 20px;
}
/* Abstand links */
.left-buffer{
margin-left: 10px;
}
/* Abstand rechts */
.right-buffer{
margin-right: 10px;
}
/* Abstand Formular unten */
form{
margin-bottom: 20px;
}
/* Message overlay background */
.modal-backdrop {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.contentboxmodal .modal-body{
    max-height: 400px;
    overflow-y: scroll;
}
.social-icons {
	padding:20px 0 0 10px;
	width:120px
}
.dropdown-content {
	/* For using a div in a dropdown to show some info */
	padding:0 20px 5px 20px;
	width:200px;
}
.dropdown-content-wide {
	width:330px;
}
.dropdown-content form,
.dropdown-content address {
	padding:0;
	margin:0;
}
/* Alert style */
.alert {
	padding:10px;
}

/* Well style */
.well {
	/*border:0;*/
  -webkit-box-shadow: none;
          box-shadow: none;
}
.well.well-disabled {
	background-color: #fff;
}
/*.well.well-small ul.nav-list {
	background-color:#ffffff;
	border-radius: 2px;
	padding:14px;
}*/

/* Article style */
.article img {
	float:right;
	width:40%;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
	position: relative;
}

div.agbframe {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #666666;
    height: 200px;
    overflow: auto;
    padding: 10px;
}
.bottom-line {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.pagination {
	margin: 0 0 20px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	/*layout projekt*/
    background-color: #226395;
    border-color: #226395;
}

.expandTxt {
    max-height: 139px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.expandTxt.open {
    max-height: 3000px;
}

.text-sl {
    color: #226395;
}

/*
    ==================
    [3. HEADER]
    ==================
*/
.logo{
    /*margin-bottom: 40px;*/
}

.logo h5,
.logo h5{
    margin: 5px 0 5px;
    text-align: left;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.logo h5 span,
.logo h5 span{
    font-weight: 300;
}

.logo h5 a,
.logo h5 a{
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out, text-decoration 0.5s ease-in-out;
       -moz-transition: color 0.3s ease-in-out, text-decoration 0.5s ease-in-out;
        -ms-transition: color 0.3s ease-in-out, text-decoration 0.5s ease-in-out;
         -o-transition: color 0.3s ease-in-out, text-decoration 0.5s ease-in-out;
            transition: color 0.3s ease-in-out, text-decoration 0.5s ease-in-out;
}

.logo h5 a:hover,
.logo h5 a:hover{
    color: #888;
    text-decoration: underline;
}

.headinfo p {
	line-height: 12px;
}

.header-nav a{
    color: #333;
}

.header-nav .nav > li > a{
	padding: 1px 15px;
}

.header-nav .nav .open > a,
.header-nav .nav .open > a:hover,
.header-nav .nav .open > a:focus,
.header-nav  .nav > li > a:hover,
.header-nav  .nav > li > a:focus {
	background-color:transparent;

}

.header-nav h4{
    text-transform: uppercase;
    line-height: 20px;
}

.header-nav-STOP ul > li:nth-child(1),
.header-nav ul > #login{
    border-right: 1px solid #333;

}

.header-top {
	padding-bottom: 10px;
}


/* Formatiert Linklisten auch in Level 2 und 3 */
.nav-list > li > ul {
    padding-left:0;
    padding-right:0;
}
.nav-list ul > li > a {
    padding-left:30px;
}
.nav-list ul > li ul > li > a {
    padding-left:45px;
}
.nav-list ul > li ul > li ul > li > a {
    padding-left:60px;
}

.nav-tabs {
	margin-bottom:20px;
}

/*
    ==================
    [4. NAV MENU]
    ==================
*/
.nav-menus{
	/*layout projekt*/
    /*border-top: 2px solid #333;*/
	border-top: 2px solid #226395;
    padding-top: 10px;
    padding-bottom: 0px;
}

.nav-menus .navbar{
    border: none;
}

.nav-menus .nav > li > a{
    background: #eee;
    color: #333;
	border-radius: 4px;
}

.nav-menus .navbar-nav > li > a{
    line-height: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.nav-menus .nav > li + li {
    margin-left: 15px;
}

.nav-menus .nav > li > a:hover{
	/*layout projekt*/
    /*background: #eaeaea;*/
	background: #226395;
    /*color: #333;*/
	color: #fff;
}

.nav-menus .nav > .active > a,
.nav-menus .nav > .active > a:hover,
.nav-menus .nav > .active > a:focus{
	/*layout projekt*/
    /*background: #333;*/
	background: #226395;
    color: #fff;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 2px;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #666;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
        -ms-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-duration: 0.3s;
       -moz-animation-duration: 0.3s;
        -ms-animation-duration: 0.3s;
         -o-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

.dropdown-menu  > li > a{
    font-weight: 500;
    color: #666;
    /*font-size: 12px;*/
    position: relative;
}

.dropdown-menu  > li.nav-header{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
    color: #fff;
    text-decoration: none;
    background: #333;
    font-weight: 500;
  
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background: #333;
}

.dropdown-menu li{
    position: relative;
}

.dropdown-menu .sub-menu {
    left: 100%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -6px;
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
        -ms-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-duration: 0.3s;
       -moz-animation-duration: 0.3s;
        -ms-animation-duration: 0.3s;
         -o-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

/*
    ==================
    [5. SLIDER]
    ==================
*/
#slider-1.carousel{
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

#slider-1 .carousel-inner > .item > img,
#slider-1 .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

#slider-1 .carousel-control {
    bottom: auto;
    color: #428bca;
    height: 30px;
    opacity: 1;
    padding-top: 4px;
    text-shadow: none;
    top: 40%;
    width: 30px;
}

#slider-1 .carousel-control:hover,
#slider-1 .carousel-control:focus {
	color: #d9534f;
}

#slider-1 .carousel-control.left,
#slider-1 .carousel-control.right {
	background: transparent !important;

}

#slider-1 .carousel-control.left:hover,
#slider-1 .carousel-control.right:hover,
#slider-1 .carousel-control.left:focus,
#slider-1 .carousel-control.right:focus{
    
}

#slider-1 .carousel-control.left {
    left: 20px;
    right: auto;
}

#slider-1 .carousel-control.right {
    right: 20px;
    left: auto;
}

#slider-1 .carousel-indicators.out {
    bottom: -5px;
}

#slider-1 .carousel-indicators {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 100;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

#slider-1 .carousel-indicators li {
    display: inline-block;
    width: 60px;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid transparent;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
         -o-border-radius: 1px;
            border-radius: 1px;
    cursor: pointer;
}

#slider-1 .carousel-indicators .active {
    margin: 0;
    width: 60px;
    height: 6px;
    background-color: rgba(0,0,0,0.8);
}

/*
    ==================
    [6. PRODUCT]
    ==================
*/

/* Label style */
.label.label-info {
	/*layout projekt*/
	/*background-color:#3a87ad;*/
	background-color: #226395;
}

.label.label-important {
	background-color:#d9534f;
}

/* Product lists */
.product-list-inline-small {
	padding-left:0;
}
.product-list-inline-small li {
	list-style:none;
}

.product-list-inline-small .price {
	font-size:125%;
	padding:5px 10px 5px 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	/* Use for rotating price (IE9+) */
	-webkit-transform:rotate(355deg);
	-moz-transform:rotate(355deg);
	-o-transform:rotate(355deg);
	-ms-transform:rotate(355deg);
}
.thumbnail.blank {
	border:none;
}
.product-list-inline-large .thumbnail {
	padding:10px;
	margin-bottom:30px;
	/*border:none;*/
}
.product-list-inline-large .thumbnail.light {
	background-color:#f5f5f5;
}
.product-list-inline-large .thumbnail.dark {
	background-color:#eeeeee;
}

.product-list-inline-large .thumbnail .price {
	font-size:120%;
	line-height:110%;
	position:absolute;
	z-index:10;
	margin-left:-20px;
	margin-top:-5px;
	height: 25px;
	/*width:115px;*/
	text-align:center;
	padding-left:5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	/* Use for rotating price (IE9+) */
	-webkit-transform:rotate(340deg);
	-moz-transform:rotate(340deg);
	-o-transform:rotate(340deg);
	-ms-transform:rotate(340deg);
}
.product-list-inline-large .thumbnail .price.price-over {
	height: 35px;
	/* Use for rotating price (IE9+) */
	-webkit-transform:rotate(355deg);
	-moz-transform:rotate(355deg);
	-o-transform:rotate(355deg);
	-ms-transform:rotate(355deg);
}
.product-list-inline-large .thumbnail .price.price-over .productOldPrice {
	font-size:75%;
	position:relative;
	top: -5px;
}
.product-list-inline-large .thumbnail .price sup {
	font-size:60%;
}
.product-list-inline-large .thumbnail .caption {
	text-align:center;
}
.product-list-inline-large .thumbnail .btn-block {
	margin:0 0 -20px 0;
}

/* Product detail */
.product-detail .price {
	font-size:400%;
	line-height:150%;
	position:absolute;
	z-index:10;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	/* Use for rotating price (IE9+) */
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
}

.product-detail .well .btn {
	margin-bottom:15px;
}

/* Touchspin */
.input-qty-detail .bootstrap-touchspin {
    float: left;
    margin-right: 5px;
    width: 90px;
}
.input-qty-detail-cart .bootstrap-touchspin {
    float: right;
    margin-left: 5px;
	margin-bottom: 5px;
    width: 90px;
}

.nav-tabs-container .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 4px 4px;
}

.nav-tabs-container .nav-tabs {
    margin-bottom: 0;
}

.productprice {
	font-size:150%;
}

#productinfowrap #wrap .thumbnail {
	display: inline;
}

/*
    ==================
    [8. SIDEBAR]
    ==================
*/
.sidebar{
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.sidebar .widget:after,
.sidebar .widget:before{
    content: "";
    display: table;
    clear: both;
}

.sidebar .widget{
    padding-bottom: 20px;
}

.sidebar .widget h3{
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

.sidebar .widget .widget-title{
    padding: 8px 12px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}

.sidebar .widget .widget-title h3{
    margin: 0;
    font-size: 17px;
    line-height: 14px;
    font-weight: 700;
}

.sidebar .widget .widget-content{
    padding: 8px 12px;
    margin-bottom: 10px;
    background: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}

.sidebar .cart a{
    color: #333;
    text-decoration: none;
}

.sidebar .cart a:hover{
    color: #333;
    text-decoration: underline;
}

.sidebar .total-price{
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    border-top: 2px solid #333;
}

.sidebar .total-price > li:last-child{
    padding-top: 15px;
}

.sidebar .nav-stacked > li + li, .sidebar .nav-stacked > li {
    margin-top: 1px;
    margin-left: 0;
}

.sidebar .nav > li > a{ 
    color: #333;
    background-color: #eee;
	padding: 8px 15px;
}

.sidebar .nav-pills > li > a:hover{
	/*layout projekt*/
    /*background-color: #ddd;*/
	/*color: #333;*/
	background-color: #226395;
	color: #fff;
}

.sidebar .nav-pills > li.active > a, 
.sidebar .nav-pills > li.active > a:hover, 
.sidebar .nav-pills > li.active > a:focus {
    color: #fff;
	/*layout projekt*/
	/*background-color: #333;*/
    background-color: #155687;
}

.sidebar .nav-pills > li.activeparent > a, 
.sidebar .nav-pills > li.activeparent  > a:hover, 
.sidebar .nav-pills > li.activeparent  > a:focus {
    color: #fff;
	/*layout projekt*/
	/*background-color: #333;*/
    background-color: #155687;
}

.sidebar .nav-pills > li:not(:first-child) > a,
.sidebar .nav-pills > li:not(:last-child) > a{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

.sidebar .nav-pills  > li.level1:first-child > a,
.sidebar .nav-pills  > li.level1:nth-child(1) > a{
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
         -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}

.sidebar .nav-pills > li.level1:last-child > a{
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
         -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}
/* Formatiert Linklisten auch in Level 2 und 3 */

.sidebar .nav-pills .level1 > a{
	text-transform:uppercase;
}

.sidebar .nav-pills > li > ul {
    padding-left:0;
    padding-right:0;
}
.sidebar .nav-pills ul > li > a {
    padding-left:25px;
}
.sidebar .nav-pills ul > li ul > li > a {
    padding-left:40px;
}
.sidebar .nav-pills ul > li ul > li ul > li > a {
    padding-left:55px;
}

.sidebar .nav-pills  > li.level2 > a:before{
    content: "\e235";
    font-family: Glyphicons Halflings;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 5px;
}

.sidebar .nav-pills  > li.level3 > a:before{
    content: "\e235";
    font-family: Glyphicons Halflings;
    font-size: 12px;
    position: absolute;
    left: 25px;
    top: 5px;
}

.sidebar .nav-pills  > li.level4 > a:before{
    content: "\e235";
    font-family: Glyphicons Halflings;
    font-size: 12px;
    position: absolute;
    left: 40px;
    top: 5px;
}

/*
    ==================
    [9. CONTENT]
    ==================
*/


/* Feste Höhe für Artikelbox in Kategorie- und Produktlisten */
.switcher p.price_normal{
font-weight: bold;
font-size: 120%;
overflow:hidden;
}
.switcher p.prod{

}
.switcher .div3_1 p {
font-size: 10px;
line-height: 12px;
}
.switcher p.desc, .switcher p.desc_cat {
color:#000;
font-size: 12px;
overflow:hidden;
}
.switcher .style_3 {
/*font-size:12px;*/
line-height:16px;
height:33px;
}
.switcher .style_3_cat{
font-size:12px;
height:25px;
line-height:12px;
}
.switcher .style_6 {
font-size:10px;
height:36px;
line-height:12px;
}
.switcher .style_6_cat{
font-size:14px;
height:25px;
line-height:12px;
}
.switcher .style_3_2 {
line-height:13px;
height:27px;
}

/* Boxformatierungen */
.boxheader, .categoryheader, .boxcartheader{
    display: block;
    font-size: 18px;
    line-height: 24px; 
}
.boxcontent{
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #E5E5E5;
}
/* caret Pfeil nach oben */
.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #000000;
}
.shippingblock .label, .paymentblock .label  {
	font-size: 90%;
}
/*
    ==================
    [10. FOOTER]
    ==================
*/
.footer{
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
	/*layout projekt*/
	border-top: 1px solid #226395;
    /*border-top: 1px solid #dddddd;*/
    border-bottom: 1px solid #226395;
	/*border-bottom: 1px solid #dddddd;*/
}

.footer .widget:before,
.footer .widget:after{
    content: "";
    display: table;
    clear: both;
}

.footer .widget{
    margin-bottom: 20px;
    font-size: 13px;
    color: #333333;
}

.footer .widget p{
    font-size: 13px;
    line-height: 18px;
    display: block;
}

.footer .widget h3{
    font-size: 20px;
    line-height: 19px;
    font-weight: 600;
    border-bottom: 2px solid #333333;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 20px;
}

.footer .widget h3 span{
    display: inline;
    position: relative;
}

.footer .widget h3 span:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    height: 2px;
    width: 100%;
    background: #999999;
}

.footer .widget ul > li > a{
    display: inline-block;
    color: #888888;
    text-decoration: none;
    padding: 2px 0;
}

.footer .widget ul > li > a:hover{
    text-decoration: underline;
    color: #333333;
}

.footer .widget .list-foo > li > a:before{
    content: '\f152';
    font-family: FontAwesome;
    font-size: 12px;
    color: #333333;
    padding-right: 8px;
    position: relative;
    left: 0;
    top:-1px;
}

.footer .widget .list-foo > li > a:hover{
    text-decoration: none;
    color: #333333;
}

.footer .widget .list-foo > li > a:hover:before{
    color: #999999;
}

.partner img{
    margin: 0px 0px 0px 15px;

}

.copyright{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;

}

.copyright .copyright-left{
    text-align: left;
}

.copyright .copyright-right{
    text-align: right;
}

.copyright .list-social{
    float: right;
    margin-top: -10px;
}

.copyright .list-social > li{
    display: inline;
    float: left;
    margin: 2px 5px;
}

.copyright .list-social > li > a{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    background: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
         -o-border-radius: 100%;
            border-radius: 100%;
    font-size: 20px;
    color: #333333;
}

.copyright .list-social > li > a:hover{
    background: #333333;
    border: 1px solid #333333;
    font-size: 20px;
    color: #ffffff;
}

.copyright .list-social > li > a .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -9px;
}

/*
    ==================
    [11. RESPONSIVE]
    ==================
*/

@media (min-width: 1200px) {
	.container {
		/*width: 1070px;*/
	}
}

@media (min-width:992px) and (max-width:1200px) {
	
}

@media (min-width:769px) and (max-width:991px) {

}

@media (min-width:768px){

	.nav-menus .navbar-inverse,
	.nav-menus .navbar-default{
		background: transparent;
	}
	
	.nav-menus .navbar-inverse .navbar-collapse,
	.nav-menus .navbar-default .navbar-collapse{
		padding-left: 0px;
	}


}

@media (max-width: 767px){
	.logo h1,
	.logo h2{
	    text-align: left;
	    font-size: 28px;
	    line-height: 34px;
	    font-weight: 700;
	    text-transform: uppercase;
	    margin: 5px 0 5px;
	    letter-spacing: -1px;
	}

	.header-nav a{
	    color: #ffffff;
	}

	.header-nav a:hover,
	.header-nav a:active,
	.header-nav a:focus{
		color: #f1f1f1;
	}

	.header-nav ul > li{
	    margin: 12px 0 0 10px;
	    position: relative;
	}

	.header-nav ul > li a .cart-item{
		position: absolute;
		right: -7px;
		top: -9px;
		background: #f89406;
		color: #ffffff;
		padding: 2px 6px;
		display: inline-block;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
			 -o-border-radius: 10px;
				border-radius: 10px;
		font-size: 11px;
	}

	#slider-1.carousel-control.left,
	#slider-1 .carousel-control.right {

	}
	

	
	.dropdown-content {
		/* For using a div in a dropdown to show some info */
		padding:0 20px 5px 20px;
		width:100%;
	}
	.dropdown-content-wide {
		width:100%;
	}
	
	.nav-menus .nav > li + li {
		margin-left: 2px;
	}
	.nav-menus .nav > li > a{
		background: transparent;
	}
}

@media (min-width: 481px) and (max-width: 767px){
	.header-nav ul > li{
	    position: relative;
	}

	.header-nav ul > #login{
	    border-right: 1px solid #333;
	    padding-right: 10px;
	}

	#slider-1 .carousel-control.left,
	#slider-1 .carousel-control.right {

	}

	.copyright .copyright-left,
	.copyright .copyright-right{
	    text-align: center;
	}

	.copyright .list-social{
	    float: none;
	    margin-top: 20px;
	    display: table;
	    margin-left: auto;
	    margin-right: auto;
	}
	
}

@media (max-width: 480px){
	.header-nav ul > li{
	    margin: 12px 0 0 0;
	    position: relative;
	}

	.header-nav ul > #login{
	    border-right: none;
	    padding-right: 10px;
	}
	
	#slider-1 .carousel-control.left,
	#slider-1.carousel-control.right {

	}

	.copyright .copyright-left,
	.copyright .copyright-right{
	    text-align: center;
	}

	.copyright .list-social{
	    float: none;
	    margin-top: 20px;
	    display: table;
	    margin-left: auto;
	    margin-right: auto;
	}
	
}

@media (max-width: 767px) {
	.h-xs-0 {
		height: 125px;
		max-height: 140px;
		max-width: 125px;
	}
	.h-xs-1 {
		height: 24px;
	}
	.h-xs-2 {
		height: 48px;
	}
	.h-xs-3 {
		height: 72px;
	}
	.h-xs-4 {
		height: 96px;
	}
	.h-xs-5 {
		height: 120px;
	}
	.h-xs-6 {
		height: 144px;
	}
	.h1, h1 {
		font-size: 28px;
	}
	.h2, h2 {
		font-size: 22px;
	}
	.h3, h3 {
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.h-sm-1 {
		height: 62.5px;
	}
	.h-sm-2 {
		height: 68px;
	}
	.h-sm-3 {
		height: 85px;
	}
	.h-sm-4 {
		height: 220px;
	}
	.h-sm-5 {
		height: 282.5px;
	}
	.h-sm-6 {
		height: 345px;
	}
	.h-sm-7 {
		height: 407.5px;
	}
	.h-sm-8 {
		height: 470px;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.h-md-1 {
		height: 80.83px;
	}
	.h-md-2 {
		height: 68px;
	}
	.h-md-3 {
		height: 85px;
	}
	.h-md-4 {
		height: 293.33px;
	}
	.h-md-5 {
		height: 374.16px;
	}
	.h-md-6 {
		height: 455px;
	}

}
@media (min-width: 1200px) {
	.h-lg-1 {
		height: 97.5px;
	}
	.h-lg-2 {
		height: 68px;
	}
	.h-lg-3 {
		height: 85px;
	}
	.h-lg-4 {
		height: 360px;
	}
	.h-lg-5 {
		height: 457.5px;
	}
	.h-lg-6 {
		height: 555px;
	}

}