html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	overflow-x: hidden;
}

form {
    position: relative;
}

.jq-hide {
	display:none;
}
.wrapper {
    width: 1140px;
    margin: 0 auto;
}

h3 {
    font-size: 22px;
    font-weight: 600;
	color: #333;
}

p {
    font-size: 16px;
	color: #666;
	line-height: 23px;
}

img {
    max-width: 100%;
}

.table {
    width: auto;
    margin-bottom: 0;
}
.page {
	background-color: #f5f4f4;
}
.btn:hover,
.button:hover {
	opacity: .9;
}
.jq-l,
a:hover {
	cursor: pointer;
}

/*=========== HEADER ============*/
header > .wrapper {
    background: url(../img/top_bg.png) no-repeat 95% bottom #fff;
}

.top-bar {
    background-color: #333;
    line-height: 48px;
}

.full_width {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
}

.all_category,
.top-bar-right {
    padding: 0;
}

.logo_search_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
}

.logo_search_block form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logo_search_block input {
    height: 34px;
     margin-bottom: 0;
}

.logo_search_block input[type="search"] {
    width: 375px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    border: 1px solid #ddd;
    border-right: 0;
    text-indent: 10px;
    font-size: 12px;
}

.logo_search_block input[type="submit"] {
    width: 35px;
    font-size: 0;
    background: url(../img/magnifier.png) no-repeat center center #ccc;
    border: 0;
    border-radius: 0 5px 5px 0;
}

.logo_search_block input[type="submit"]:hover,
.logo_search_block input[type="submit"]:focus {
    background-color: #c19c54;
}

.logo_block:hover {
	cursor: pointer;
}

.top-bar ul {
    background: #333;
    margin-bottom: 0;
}

.top-bar ul a,
.menu-text {
    color: #ccc;
    cursor: pointer;
}

.alert-search {
    display: none;
    position: absolute;
    top: -20px;
}

.alert-search.white {
    color: #fff;
}

.alert-search.active {
    display: block;
}

.menu {
    position: relative;
}

.menu > li {
    text-indent: 10px;
}

.menu > li:hover,
.menu > li a:hover {
	cursor: pointer;
}

.menu > li .button-group:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 18px;
    height: 18px;  
}

.menu.right {
    padding-left: 0;
}

.menu > li .button-group {
    position: relative;
}

.menu > li:first-child .button-group:before {
    top: 16px;
    background: url(../img/menu_sprites.png) no-repeat 0 -24px #333;
}

.menu > li:nth-child(2) .button-group:before {
    background: url(../img/menu_sprites.png) no-repeat 0 -51px #333;
}

.menu > li:nth-child(3) .button-group:before {
    background: url(../img/menu_sprites.png) no-repeat 0 1px #333;
}

.menu > li:nth-child(4) .button-group:before {
    background: url(../img/menu_sprites.png) no-repeat 0 -75px #333;
    
}

.menu > li:nth-child(5) .button-group:before {
    background: url(../img/menu_sprites.png) no-repeat 0 -105px #333;
}

.menu > li:nth-child(6) .button-group:before {
    background: url(../img/menu_sprites.png) no-repeat 0 -130px #333;
}

.menu > li:nth-child(7) .button-group:before {
    background: url(../img/menu_sprites.png) no-repeat 0 -157px #333;
}

.menu > li:last-child .button-group:before {
    background: url(../img/menu_sprites.png) no-repeat 0 -130px #333;
}

.menu > li:hover:before {
    width: 18px;
}

.menu > li:first-child:hover:before {
    background: url(../img/menu_sprites_hover.png) no-repeat 0 1px #333;
}

.menu > li:nth-child(2):hover:before {
    background: url(../img/menu_sprites_hover.png) no-repeat 0 -24px #333;
}

.menu > li:nth-child(3):hover:before {
    background: url(../img/menu_sprites_hover.png) no-repeat 0 -51px #333;
}

.menu > li:nth-child(4):hover:before {
    background: url(../img/menu_sprites_hover.png) no-repeat 0 -78px #333;
}

.menu > li:nth-child(5):hover:before {
    background: url(../img/menu_sprites_hover.png) no-repeat 0 -105px #333;
}

.menu > li:nth-child(6):hover:before {
    background: url(../img/menu_sprites_hover.png) no-repeat 0 -130px #333;
}

.menu > li:nth-child(7):hover:before {
    background: url(../img/menu_sprites_hover.png) no-repeat 0 -157px #333;
}

.menu > li:last-child:hover:before {
    background: url(../img/menu_sprites_hover.png) no-repeat 0 -178px #333;
}

.menu-text:before,
.menu.right li:before {
    display: none;
}

.off-canvas-list li:hover a {
    color: #c19c54;
}

.off-canvas-list li a:hover,
.off-canvas-list li a:active,
.off-canvas-list li a:focus,
.off-canvas-list li a:visited {
    text-decoration: none;
}

.submenu_list li a:hover {
    text-decoration: underline;
}

.menu-m li {
	float:left;
}
.menu-m li:last-child {
	float:right;
}

.top-bar ul {
    list-style: none;
}

.top-bar ul a {
    text-transform: uppercase;
    padding: 0 23px;
}

.top-bar ul.menu > li:hover a,
.top-bar ul.menu .off-canvas-list li a:hover {
    text-decoration: none;
    color: #c19c54;
}

.top-bar ul.menu .off-canvas-list li a {
    text-decoration: none;
    color: #999;
}

.banner {
    height: 270px;
    background: url(../img/top_bg.jpg) repeat-x 0 0;
    text-align: center;
}

.banner h1 {
    margin: 0;
    font-size: 4em;
    font-weight: 900;
    line-height: 260px;
    color: #fff;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, .3);
    font-family: 'Open Sans', sans-serif;
}

.search_group input[type="text"] {
    width: 140px;
    height: 34px;
    margin-bottom: 0;
    padding: .3rem .5rem;
    background: url(../img/arrow_down.png) no-repeat 90% center #fff;
    border-right: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
}

.search_group input[type="text"]:focus {
	outline: none;
}

.search_group input[type="text"]:hover {
    background-color: #faf9f9;
    cursor: pointer;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu.right .button {
    background: transparent;
    padding: 0;
}

.menu.right .button-group {
    margin-bottom: 0;
}

.menu.right .button.dropdown:after {
    display: none;
}

.menu.right .button:hover {
    text-decoration: none;
}

.dropdown-pane {
    display: none;
    width: 1140px !important;
   /* height: 502px; */
    position: absolute;
    z-index: 9999;
}

.dropdown-pane.open {
    display: block;
    left: 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    background-color: #fff;
}

.dropdown-pane.is-open {
    top: 48px !important;
    left: 0 !important;
    background-color: #fff;
    border: 0;
    padding: 0;
}

.top-bar .off-canvas-list {
    position: relative;
    width: 240px;
    margin-top: -8px;
    margin-left: 0;
    background: #fafafa;
    box-sizing: border-box;
    padding-left: 0;
}

.top-bar .button-group.active:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 45px;
    background: #fafafa;
    z-index: 200;
}

.off-canvas-list li {
    position: static;
    padding: 0;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.top-bar .off-canvas-submenu {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    /* width: 900px; */
    width:100%;
    /*height: 402px;*/
    box-sizing: border-box;
    background: /* url(../img/bg_megamenu.png) no-repeat 100% 74px*/ #fff;
    background-size: 57%;
    padding-left: 0;
}

.top-bar .off-canvas-submenu li {
    border-bottom: 0;
}

.dropdown-pane .bg_image {
    width: 240px;
    height: 110px;
    background: url(../img/bg_submenu.png) no-repeat center center #fafafa;
    box-sizing: border-box;
    border-bottom: 0;
}

.off-canvas-submenu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.off-canvas-submenu .submenu_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    overflow: hidden;
}

.off-canvas-submenu .submenu_list {
    background-color: transparent;
    margin-left: 0;
    width: 30%;
    padding-bottom: 20px;
    padding-left: 0;
}

.dropdown-pane .off-canvas-list .off-canvas-submenu .submenu_block ul:nth-child(2) a:hover {
	margin-left: 3px;
}

.dropdown-pane .off-canvas-list .off-canvas-submenu .submenu_block ul:nth-child(2) a:hover:before {
	content: '>';
	color: #c19c54;
	display: inline-block;
	width: 8px;
	height: 10px;
	margin-right: 15px;
}

.dropdown-pane .off-canvas-list .off-canvas-submenu .submenu_block ul:last-child a:hover {
	color: #000;
}
/*
.off-canvas-submenu .submenu_list:first-child {
    border-bottom: 1px solid #eee;
}
*/

.off-canvas-submenu hr {
    border-color: #eee;
    margin-top: 10px;
}

.off-canvas-submenu .submenu_list li {
    padding: 0;
    line-height: 22px;
}

.off-canvas-submenu .submenu_list li.title {
    height: 15px;
    margin-top: 10px;
}

.submenu_list li a {
    padding: 0;
    text-transform: capitalize;
    color: #666 !Important;
    font-weight: 400;
}
.submenu_list li.title a {
    padding: 0;
    font-size:16px;
    text-transform: capitalize;
    color: #c19c54 !Important;
    font-weight: 400;
}
.submenu_list li a:hover {
    color: #c19c54 !Important;
    text-decoration: underline !important;
}

.off-canvas-submenu .title {
    color: #c19c54;
    margin-bottom: 20px;
}

.off-canvas-submenu .title:hover {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}

.off-canvas-submenu li {
    padding: 10px 30px 30px;
}

.off-canvas-submenu .brand_block {
    background: transparent;
    margin-top: 20px;
}

.off-canvas-submenu .brand_block li {
    width: 110px;
    height: 55px;
    background: #f5f4f4;
    margin-bottom: 8px;
    text-indent: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.off-canvas-submenu .brand_block li a {
    height: 30px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
}

.off-canvas-list li a {
    color: #999;
}

.off-canvas-list > li:hover {
    background-color: #fff;
    text-decoration: none;
}

.menu.right .submenu_link {
    position: absolute;
    top: 87%;
    left: 260px;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
}

.menu.right .submenu_link:hover {
    color: #c19c54;
    text-decoration: none;
}

.off-canvas-submenu.open {
    display: block !important;
}

.stat_info .col-lg-9,
.stat_info .col-lg-3 {
	text-align: right;
	padding-right: 0;
}

.stat_info .col-lg-9 {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
}

.stat_info .col-lg-3 {
    color: #333;
	font-size: 12px;
}

.off-canvas-submenu-call .right {
    display: inline-block;
    width: 20px;
    height: 18px;
    float: right;
    margin: 10px 20px 0 0;
    background: url(../img/arrow_next.png) no-repeat 0 2px;
}

.off-canvas-submenu-call .right:before,
.off-canvas-submenu-call .right:after {
    display: block;
    content: '';
    clear: both;
}

/*=========== MAIN ============*/
.main {
    background-color: #f5f4f4;
}

.wrapper .top_block {
    padding-left: 0;
    padding-right: 0;
}

.callout.primary,
.product_list,
.impressum .top_block,
.category2 .info_block {
    background-color: #fff;
    border-color: #eee;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.callout.primary h1 {
	    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.callout.primary {
    margin: 60px 0 65px;
}

.top_block .callout.primary {
    margin-top: 60px;
}

.product_list {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.product_list .item {
    width: 20%;
    text-align: center;
    padding: 20px 0 130px;
}

.category1 .product_list .item {
    width: 100%;
}

.product_list .item:hover {
    background-color: #fbfcf6;
}

.category1 .product_list .item:hover {
    background-color: transparent;
}

.category1 .product_list .item a:hover {
	text-decoration: none;
}

.product_list h5,
.product_list p {
    text-align: left;

}

.product_list h5 a {
	color: #333;
	font-weight:bold;
	font-size:18px;
	height:40px;
}

.product_list h5 a:hover {
	text-decoration: underline;
}
.product_list p {
	font-size:14px;
}

.product_list .button.hollow,
.category3 .button.hollow {
    background: #a9b855;
    border: 0;
    color: #fff;
    font-size: 16.8px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 27px;
}

.callout.primary .h3 {
    margin-top: 70px;
    font-weight: 600;
}

.callout.primary .important_info h3 {
    margin-top: 0;
    color: #c19c54;
}

.callout.primary p {
    margin: 20px 0 25px;
    line-height: 22px;
}

.thumbnail {
    /* width: 100%; */
    max-height: 200px;
    max-width: 100%;
    border: 0;
    box-shadow: none;
    margin: 0 auto 20px;
}

.product_container .product_list > li > a {
    display: block;
    height: 200px;
    background: #fff;
}

.product_container .product_list > li > h5 > a {
    display: block;
    text-indent: 0;
    padding-left: 25px;
}

.product_list .item {
    text-indent: 25px;
}

.product_list .item:hover {
	cursor: pointer;
}
.product_list .item {
	position:relative;
	height:100%;
}
.product_list .tfooter	{
	position: absolute;
	bottom: 25px;
    left: 0;
    width: 100%;
    margin-top:20px;
}
.product_list:after {
	content:"";
	display:block;
	clear:both;
}

.point,
.rating {
    padding-left: 25px;
    text-indent: 0;
}

.important_info {
    background: url(../img/bulb.png) no-repeat 25px 80px #fcfaf6;
    padding: 30px;
}

.important_info h3 {
    margin-bottom: 25px;
}

.important_info ol {
    padding-left: 110px;
    list-style-type: none;
}

.top_block .primary {
    padding: 30px 30px 16px;
}

.product_list hr {
    border-bottom: 1px solid #eee;
}

.important_info ol li {
	margin-bottom: 15px;
    line-height: 22px;
    color: #666;
    font-size: 16px;
    padding-left: 20px;
	font-weight: 300;
}

.float_right {
    float: right;
    width: 260px;
	max-height: 260px;
    margin: 25px 0 25px 25px;
    padding: 20px 17px 70px;
    background-color: #fcfaf6;
    box-sizing: border-box;
}

.float_right h4 {
    color: #c19c54;
    font-size: 16px;
}

.callout.primary .float_right p {
	color: #666;
	margin-bottom: 0;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            /*justify-content: space-between;*/
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin: 50px 0 25px 0;
}

.item {
    padding-left: 0;
    padding-right: 0;
}

.item .price,
.category3 .price,
.category3 .top.product_card .price {
    width: 90%;
    font-size: 25px;
    font-weight: 500;
    color: #b0c154;
    text-align: justify;
}

.item .price small,
.category3 .price small,
.category3 .top.product_card .price small {
    font-size: 12px;
    color: #999;
	font-weight: 300;
}

.rating small {
    display: block;
    color: transparent;
}

.item:first-child .rating small {
    color: #999;
}

.item .button.expanded {
    width: 90%;
    margin: 0 auto;
}

.item .button.expanded:hover {
	text-decoration: none;
	opacity: .9;
}

.advantages-dis .clearfix:not(:last-of-type) {
    margin-bottom: 20px;
}

.advantages-dis .clearfix > div {
    float: left;
    width: 38%;
    margin: 0 6%;
    padding: 10px 0;
}

.advantages-dis .clearfix > div h4 {
    text-align: center;
    margin-bottom: 15px;
}

.advantages-dis .clearfix.title-outside > div {
    background: none;
}

.advantages-dis .clearfix.title-outside > div > div {
    padding: 20px 0 5px;
}

.advantages-dis .clearfix.title-outside > .advantages > div {
    background: #f7f9ee;
}

.advantages-dis .clearfix.title-outside > .disadvantages > div {
    background: #f9efee;
}

.advantages-dis ul {
    padding: 0 10px 0 20px;
    list-style: none;
}

.advantages-dis li {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    color: #666;
}

.advantages-dis li:before {
    position: absolute;
    top: 1px;
    left: -3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.advantages-dis .advantages {
    background: #f7f9ee;
}

.advantages-dis .advantages h4 {
    color: #afc050;
}

.advantages-dis .advantages li:before {
    content: "\e013";
    color: #afc056;
}

.advantages-dis .disadvantages {
    background: #f9efee;
}

.advantages-dis .disadvantages h4 {
    color: #c16651;
}

.advantages-dis .disadvantages li:before {
    content: "\e014";
    color: #c16556;
}


.stars {
    cursor: pointer;
}

.stars span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: -2px;
    vertical-align: middle;
    background: url("../images/star-gold.png") no-repeat center;
}

.stars span.star-grey {
    background: url("../images/star-grey.png") no-repeat center !important;
}

.qty {
    color: #666;
    font-size: 16px;
}

.point h6,
.point .h6 {
    text-align: left;
    font-size: 16px;
   /* color: transparent;*/
}

.product_list {
	list-style: none;
}

summary:focus {
	outline: none;
}

summary::-webkit-details-marker {
    display: none;
}

.point .h6,
.item:first-child .point h6,
.item:first-child .point .h6 {
    position: relative;
    color: #c19c54;
    font-weight: 600;
    text-indent: 20px;
	text-align: left;
}

.point summary.h6:before,
.item:first-child .point h6:before,
.item:first-child .point summary.h6:before {
    content:'';
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../img/sign.png) no-repeat 0 0;
}
div.h6 {
    content: '';
}
.item .point:last-of-type h6,
.item .point:last-of-type .h6 {
    margin-top: 50px;
}
details p {
	font-size:14px;
}
.product_list hr {
    border: none;
    height: 1px;
    background-color: #eee;
}

.point small {
    display: block;
    font-size: 14px;
    /*color: transparent;*/
}

.point small,
.item:first-child .point small {
    color: #999;
}

.question {
    position: relative;
}

.question span {
    position: absolute;
    top: -1px;
    left: 90px;
    width: 18px;
    height: 18px;
    background: url(../img/question.png) no-repeat 0 0;
}

.question:hover:after {
    position: absolute;
    top: -30px;
    left: 110px;
    display: block;
    width: 245px;
    max-height: 170px;
    content: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam.';
    background: #333;
    color: #ccc;
    padding: 15px;
    cursor: pointer;
    line-height: 20px;
    z-index: 100;
    box-sizing: border-box;
}

.callout.primary.bottom {
	margin-bottom: 100px;
}

.callout.primary.bottom p:last-child {
	margin-bottom: 170px;
}


/*=========== IMPRESSUM ============*/
.impressum > .wrapper {
	
}
.impressum .top_block {
    padding: 25px 17px 5px;
}

.impressum.shop2 .banner {
	height: 243px;
	background: url(../img/impressum_bg.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}

.impressum.shop2 .banner h1 {
	line-height: 225px;
}

.impressum.shop2 .contact_block h3 {
	margin-bottom: 50px;
}

.contact_block  .col-lg-3 {
	width: 20%;
	padding-left: 0;
	font-weight: 600;
	font-size: 16px;
}

.impressum.shop2 .top_block .detailes_block h3 {
	margin-bottom: 50px;
}

.contact_block  .col-lg-3,
.contact_block  .col-lg-9 {
	padding: 0;
}

.contact_block  .col-lg-9 p {
	margin-bottom: 0;
}

.contact_block  .col-lg-9 p:last-child {
	margin-bottom: 20px;
}

.impressum h5 {
	font-size: 16px;
	font-weight: 600;
	color: #666;
	margin: 25px 0;
}

.impressum .contact_block{
	margin-bottom: 75px;
}

.detailes_block a {
	font-size: 14px;
	color: #666;
}


/*=========== HANDLER ============*/
.handler.impressum .top_block {
	margin-bottom: 100px;
	padding-bottom: 47px;
}
.handler.impressum .banner {
	background: url(../img/handler_bg.jpg) no-repeat 0 0;
	background-size: cover;
}

.handler h3 {
	margin: 25px 0;
}

.handler p {
	margin-bottom: 0;
}

.handler_form_wrapper {
	/*min-height: 245px;
	height: 100%;*/
	margin-top: 35px;
	padding: 0 5px;
	border: 5px solid transparent;
    -webkit-border-image: url(../img/border2.png); /* Safari 3.1-5 */
    -o-border-image: url(../img/border2.png); /* Opera 11-12.1 */
    border-image: url(../img/border2.png);
	border-image-repeat: repeat;
    border-image-slice: 28% 25% 25% 30%;
 }

.handler_form {
	/*min-height: 233px;*/
	position: relative;
	top: 5px;
	padding: 35px 23px 25px;
	background: #fff;
}

.handler_form .form_col {
	padding: 0;
}

.handler_form label {
	color: #666;
	font-size: 16px;
	font-weight: 500;
}

.handler_form .col-lg-4,
.handler_form .col-lg-8,
.handler_form .col-lg-5,
.handler_form .col-lg-7,
.handler_form .col-lg-12 {
	padding: 0;
}

.handler_form input {
	max-width: 283px;
	width: 100%; 
	height: 33px;
	margin-bottom: 23px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(238, 238, 238, 1);
-moz-box-shadow:    0px 2px 3px 0px rgba(238, 238, 238, 1);
box-shadow:         0px 2px 3px 0px rgba(238, 238, 238, 1);
}

.handler .handler_form input[type="submit"] {
	float: right;
	height: auto;
	margin: 10px 0 27px;
	background: #c19c54;
	box-shadow: none;
	padding: 13px 33px;
	color: #fff;
	border: 0;
	font-size: 16px;
	border-radius: 0;
}

.handler .handler_form input[type="submit"]:focus {
	outline: none;
}

.asterics {
	padding-right: 10px;
	background: url(../img/asterics.png) no-repeat 100% 3px;
}
/*=========== BLOG ============*/
.blog .top,
.blog .sidebar {
    background-color: #fff;
    border-color: #eee;
   -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.blog .top {
	margin-top: 60px;
	padding: 27px 27px 0;
	box-sizing: border-box;
}

.blog .sidebar {
    margin-top: 60px;
}

.blog .banner {
	background: url(../img/blog_bg.png) no-repeat 0 0;
	background-size: cover;
}

.blog .top_block > .col-lg-12 {
	padding: 0;
}

.blog .top_block {
	margin-bottom: 100px;
}

.blog .top_wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.blog .top_block h3 {
	margin-bottom: 33px;
}

.blog .sidebar {
	padding: 30px 15px 0;
	box-sizing: border-box;
}

.blog .sidebar ul {
	list-style: none;
	margin-bottom: 0;
}

.blog .sidebar h4 {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	margin-top: 0;
}

.blog .sidebar_menu {
	padding-left: 0;
}

.blog .sidebar_submenu {
	padding-top: 10px;
}

.blog .sidebar_menu > li,
.blog .sidebar_submenu {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.blog .sidebar_menu li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.blog ul.sidebar_menu li:hover,
.blog ul.sidebar_menu li:active,
.blog .sidebar_submenu li:hover,
.blog .sidebar_submenu li:active {
	color: #c19c54;
	cursor: pointer;
}

.blog .with_submenu:before {
	content: '';
	border-top: 1px solid #eee;
	display: block;
	width: 100%;
	position: relative;
	top: 30px;
}

.blog .sidebar_submenu li:last-child {
	border: 0;
	padding-bottom: 0;
}

.blog .sidebar_menu span {
	float: right;
	color: #ccc;
}

.blog .sidebar_menu span:after {
	display: block;
	content: '';
	clear: both;
}

.blog_items li div {
	display: inline-block;
	vertical-align: top;
}

.blog_items li {
	margin-bottom: 65px;
}

.blog .image_wrapper {
	width: 30%;
}

.text_wrapper {
	width: 70%;
	padding: 0 20px;
	font-size: 16px;
}

.blog_items {
	padding: 0;
	list-style: none;
	font-size: 0;
	margin-bottom: 0;
}

.blog_items h3 {
	margin-top: 0;
}

.blog_items h3 a {
	font-size: 22px;
	font-weight: 600;
    color: #333;
}

.blog_items li:last-child {
	padding-bottom: 113px;
}

.blog .pagination_container {
	text-align: center;
}

.blog .pagination a {
	color: #666;
}

.blog .pagination a:hover {
	color: #c19c54;
}

/*=========== BLOG SINGLE ============*/
.blog_single .top,
.blog_single .sidebar {
    background-color: #fff;
    border-color: #eee;
}

.blog_single .wrapper {
	padding: 0;
}

.blog_single .top,
.blog_single .sidebar {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.blog_single .callout.primary.top_block {
	box-shadow: none;
	margin-top: 0;
}

.blog_single .callout.primary {
    margin: 60px 0 65px;
}

.blog_single .top,
.blog_single .sidebar {
    margin-top: 44px;
}


.callout.primary .h3 {
    margin-top: 70px;
    font-weight: 600;
}

.blog_single .callout.primary p {
    margin: 20px 0 25px;
    line-height: 22px;
}

.blog_single .top_block .primary {
    padding: 30px 30px 16px;
}

.blog_single .banner {
	background: url(../img/blog_bg.png) no-repeat 0 0;
	background-size: cover;
}

.blog_single .top_block > .col-lg-12 {
	padding: 0;
}

.blog_single .top_block {
	margin-bottom: 100px;
}

.blog_single .top_wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.blog_single .top_block h3 {
	margin-bottom: 33px;
}

.blog_single .social_links {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
	justify-content: flex-start;
}

.blog_single .social_links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.blog_single .social_links li {
	display: inline-block;
	width: 100px;
	height: 32px;
	margin-right: 8px;
}

.blog_single .social_links li:last-child {
	margin-right: 0;
}

.blog_single .facebook {
	background: url(../img/fb.jpg) no-repeat 0 0;
}

.blog_single .twitter {
	background: url(../img/twitter.jpg) no-repeat 0 0;
}

.blog_single .google_plus {
	background: url(../img/google.jpg) no-repeat 0 0;
}

.blog_single .float_left {
	float: left;
	width: 235px;
	height: 160px;
	margin: 0 25px 75px 0;
	background: url(../img/square.png) no-repeat 0 0;
}

.blog_single .float_left:after {
	display: block;
	content: '';
	clear: both;
}

#audio-player {
	position: relative;
	z-index: 9999;
	width: 400px;
	height: 32px;
	box-sizing: border-box;
	background: url(../img/audio.png) no-repeat 0 0;
	box-sizing: border-box;
}


audio::-webkit-media-controls-panel {
	background-color: #c19c54;
}

audio::-webkit-media-controls-play-button {
	background: url(../img/blog_sprites.png) no-repeat 10px 7px #c19c54;
	cursor: pointer;
}

audio::-webkit-media-controls-mute-button {
	background: url(../img/blog_sprites.png) no-repeat 10px -27px #c19c54;
}

audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-time-remaining-display {
	display: none;
}

audio::-webkit-media-controls-timeline-container {
	background-color: #f4dbac;
	border: 0;
}

audio::-webkit-media-controls-timeline {
	background-color: #cead6e;
}

.blog_single .sidebar {
	padding: 30px 15px 110px;
	box-sizing: border-box;
}

.blog_single .sidebar ul {
	list-style: none;
}

.blog_single .sidebar h4 {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	margin-top: 0;
}

.blog_single .sidebar_menu {
	padding-left: 0;
}

.blog_single .sidebar_submenu {
	padding-top: 10px;
}

.blog_single .sidebar_menu > li,
.blog_single .sidebar_menu > li a,
.blog_single .sidebar_submenu {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.blog_single .sidebar_menu li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
    padding-left: 20px;
    position: relative;
}

.blog_single .sidebar_submenu li a:hover,
.blog_single .sidebar_submenu li a:active,
.blog_single .sidebar_menu > li a:hover,
.blog_single .sidebar_menu > li a:focus {
	color: #c19c54;
	cursor: pointer;
    text-decoration: none;
}

.blog_single .with_submenu:before {
	content: '';
	border-top: 1px solid #eee;
	display: block;
	width: 100%;
	position: relative;
	top: 30px;
}

.blog_single .sidebar_submenu li:last-child {
	border: 0;
	padding-bottom: 0;
}

.blog_single .sidebar_menu span {
	float: right;
	color: #ccc;
}

.blog_single .sidebar_menu span:after {
	display: block;
	content: '';
	clear: both;
}


/*=========== SHOP 2 ============*/
.shop2 .top,
.shop2 .bottom {
    background-color: #fff;
    border-color: #eee;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.shop2 .bottom {
	margin-top: 95px;
	padding: 30px 15px;
}

.shop2 .code_content h4 {
	color: #333;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 18px;
	text-align: left;
}

.shop2 .code_content img {
	margin-bottom: 20px;
}

.shop2 .code_content p {
	font-size: 12px;
	color: #666;
	text-align: left;
}

.shop2 .top {
	margin-top: 60px;
	padding: 30px 27px 50px;
	box-sizing: border-box;
}

.shop2 .banner {
	background: url(../img/shop_bg.png) no-repeat 0 0;
	background-size: cover;
}

.shop2 .top_block > .col-lg-12,
.shop2.category1 .top_block > .col-lg-12 {
	padding: 0;
}

.shop2 .top_block {
	margin-bottom: 100px;
}

.shop2 .top_wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.shop2 .top_block h3 {
	margin: 0 0 33px;
}

.shop2 .table>tbody>tr>th {
	border-top: 0;
}

.shop2 #table {
	width: 100%;
}

.shop2 .table>tbody>tr>th,
.shop2 .table>tbody>tr>td {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.shop2 .table>tbody>tr>td {
	padding: 10px;
}

.shop2 .table>tbody>tr>th:first-child,
.shop2 .table>tbody>tr>td:first-child {
	border-left: 0;
}

.shop2 .table>tbody>tr>th:last-child,
.shop2 .table>tbody>tr>td:last-child {
	border-right: 0;
}

.shop2 .table>tbody>tr>th {
	width: 140px;
	height: 60px;
}

.shop2 .table .second {
	background: url(../img/brand1.png) no-repeat center top;
	background-size: contain;
}

.shop2 .table .third {
	background: url(../img/brand2.png) no-repeat center top;	
	background-size: contain;
}

.shop2 .table .fourth {
	background: url(../img/brand3.png) no-repeat center top;	
	background-size: contain;
}

.shop2 .table .fifth {
	background: url(../img/brand4.png) no-repeat center top;	
	background-size: contain;
}

.shop2 .table .sixth {
	background: url(../img/brand5.png) no-repeat center top;
	background-size: contain;
}

.shop2 .table>tbody>tr>td {
	text-align: center;
}

.shop2 .table>tbody>tr>td:first-child {
	text-align: left;
}

tbody tr:hover {
    background-color: transparent !important;
	cursor: pointer !important;
}

col.hover {
    background-color: #fbfcf6 !important;
	cursor: pointer !important;
}

col.hover ~ .hidden {
	display: block !important;
}

.shop2 .table_btn {
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-left: 0;
}

.shop2 .table_btn.last {
	margin-top: 30px;
}

.shop2 .table_btn.last li {
	width: 16.666%;
	text-align: center;
}

.shop2 .table_btn li:first-child {
	visibility: hidden;
}

.shop2 .table_btn.last a {
	color: #fff;
	background: #c19c54;
	padding: 10px 40px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: capitalize;
}

.shop2 .table_btn.last a:hover {
	text-decoration: none;
	opacity: .9;
}

.shop2 .unvisible {
	visibility: hidden;
}

.shop2 .content {
	position: relative;
}

.shop2 .table_btn.up {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 80px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-left: 0;
}

.shop2 .table_btn.up li:first-child {
	margin-left: 10px;
}


.shop2 .table_btn.up a {
	padding: 10px 60px;
	background-color: #b0c154;
	color: #fff;
	text-align: center;
}


/*=========== SHOP 3 ============*/
 .shop3 .top,
.shop3 .sidebar,
.shop3 .code_content {
    background-color: #fff;
    border-color: #eee;
   -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.shop3 .code_content {
	text-align: center;
	margin-top: 60px;
	padding: 30px 10px 15px;
}

.shop3 .code_content h4 {
	color: #333;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 18px;
	text-align: left;
}

.shop3 .code_content img {
	margin-bottom: 20px;
}

.shop3 .code_content p {
	font-size: 12px;
	color: #666;
	text-align: left;
}

.shop3 .top {
	margin-top: 60px;
	padding: 30px 27px 50px;
	box-sizing: border-box;
}

.shop3 .sidebar {
    margin-top: 60px;
}

.shop3 .banner {
	background: url(../img/shop_bg.png) no-repeat 0 0;
	background-size: cover;
}

.shop3 .top_block > .col-lg-12 {
	padding: 0;
}

.shop3 .top_block {
	margin-bottom: 100px;
}

.shop3 .top_wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.shop3 .top_block h3 {
	margin: 0 0 33px;
}

.shop3 .sidebar {
	box-sizing: border-box;
}

.shop3 .sidebar ul {
	list-style: none;
}

.shop3 .sidebar h4 {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	margin-top: 0;
}

.shop3 .sidebar_menu {
	padding-left: 0;
}

.shop3 .sidebar_submenu {
	padding-top: 10px;
}

.shop3 .sidebar_menu > li,
.shop3 .sidebar_submenu {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.shop3 .sidebar_menu li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.shop3 ul.sidebar_menu li:hover,
.shop3 ul.sidebar_menu li:active,
.shop3 .sidebar_submenu li:hover,
.shop3 .sidebar_submenu li:active {
	color: #c19c54;
	cursor: pointer;
}

.shop3 .with_submenu:before {
	content: '';
	border-top: 1px solid #eee;
	display: block;
	width: 100%;
	position: relative;
	top: 30px;
}

.shop3 .sidebar_submenu li:last-child {
	border: 0;
	padding-bottom: 0;
}

.shop3 .sidebar_menu span {
	float: right;
	color: #ccc;
}

.shop3 .sidebar_menu span:after {
	display: block;
	content: '';
	clear: both;
}

.shop3 .blog_items li div {
	display: inline-block;
	vertical-align: top;
}

.shop3 .blog_items li {
	margin-bottom: 65px;
}

.shop3 .image_wrapper {
	width: 30%;
}

.shop3 .text_wrapper {
	width: 70%;
	padding: 0 20px;
	font-size: 16px;
}

.shop3 .blog_items {
	padding: 0;
	list-style: none;
	font-size: 0;
}

.shop3 .blog_items h3 {
	margin-top: 0;
	font-size: 22px;
}

.shop3 .btn_wrapper {
	margin-top: 25px;
	background-color: #c19c54;
	border-radius: 5px;
	padding: 10px 0;
	text-align: center;
}

.shop3 .btn_wrapper a {
	color: #fff;
	font-size: 25px;
}

.shop3 .btn_wrapper:hover {
	opacity: .9;
	cursor: pointer;
}

.shop3 .btn_wrapper:hover a { 
	text-decoration: none;
	cursor: pointer;
}
	
.shop3 pre, .shop3 textarea {
	display: block;
	/*max-width: 235px;*/
	height: 100px;
	background: #eee;
	box-shadow: inset 0px 0px 11px 1px rgba(119, 119, 119, 0.55);
	-moz-box-shadow: inset 0px 0px 11px 1px rgba(119, 119, 119, 0.55);
	-webkit-box-shadow: inset 0px 0px 11px 1px rgba(119, 119, 119, 0.55);
	color: #666;
	font-size: 9px;
	overflow: hidden;
	text-align: left;
	word-break: break-all;
	width:100%;
	padding:8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.shop3 .list-group {
	list-style: none;
}

.shop3 .list-group-item:first-child,
.shop3 .list-group-item:last-child {
	border-radius: 0;
}

.shop3 .list-group .list-group-item:hover {
	cursor: pointer;
	color: #c19c54;
}

.shop3 .list-group-item:hover span {
	color: #b0c154;
}

.shop3 .list-title {
	padding: 55px 0 50px;
	background: url(../img/brand.png) no-repeat 0 center;
	background-size: contain;
	font-size: 0;
	width: 150px;
	height: 20px;
	margin: 0 auto;
}

.shop3 .list-group .list-group-item {
	color: #666;
}

.shop3 .list-group .badge {
	background: #fff;
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

/*=========== CATEGORY 4 ============*/
.blog_single.category4 .sidebar {
	padding: 25px 10px 10px;
	list-style: none;
}

.blog_single .sidebar li {
	border-right: 0;
	border-left: 0;
}

.blog_single .sidebar li:last-child {
	border-bottom: 0;
}

.blog_single.category4 .list-title {
	font-size: 22px;
	color: #333;
	font-weight: 700;
}

.blog_single.category4 .list-image {
	height: 215px;
	padding: 20px;
	background: url(../img/category_product.jpg) no-repeat center center;
	box-sizing: border-box;
}

.blog_single.category4 .badge {
	background-color: #fff;
	color: #666;
	font-weight: 300;
	display: inline-block;
    width: 120px;
	text-align: left;
	line-height: 14px;
}

.blog_single.category4 .sidebar li:hover .badge {
	color: #c19c54;
	cursor: pointer;
}

.blog_single.category4 .sidebar:last-child {
	margin-top: 30px;
}

.blog_single.category4 .sidebar_menu {
	list-style-position: inside;
}

.blog_single.category4 .with_submenu li {
	line-height: 20px;
}

.blog_single.category4 .grey {
	margin-right: 10px;
	color: #eee;
	float: left;
	text-indent: 0;
    position: absolute;
    left: 0;
    top: 10px;
}

.blog_single.category4 .category_title {
	margin: 415px 0 5px;
}

.blog_single.category4 .list-group-item {
    display: list-item;
}

.check {
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../img/check.png) no-repeat 0 0;
}

.image {
	display: inline-block;
	max-width: 65px;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
	color: #c19c54;
}

.image img {
	padding: 0 10px;
}

.blog_single.category4 .list-group {
	list-style: none;
}

.blog_single.category4 .top p a {
	text-decoration: underline;
}

.images_bottom {
	margin-bottom: 100px;
}

.images_bottom ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	list-style: none;
	font-size: 0;
	height: 300px;
	overflow: hidden;
	width: auto;
	padding-left: 0;
	margin-left: -300px;
}

.images_bottom ul li img {
	max-width: 480px;
	vertical-align: top;
	height: 100%;
}

.images_bottom ul li {
	position: relative;
	width: 100%;
	height: 100%;
}

.images_bottom .slick-slide {
	text-align:center;
	height:300px;
    position: relative;
}

.images_bottom .slick-slide img {
	margin:0 auto;
    max-height: 300px;
    max-width:90%;
}

.images_bottom .hover-text {
	content: 'Lorem ipsum dolor sit amet';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
	color: #fff;
	text-align: center;
	line-height: 300px;
	z-index: 10;
	font-size: 22px;
}

.images_bottom .slick-slide:hover .hover-text {
    opacity: 1;
}

.blog_single.category4 .top_block {
	margin-bottom: 65px;
}


/*=========== CATEGORY 1 ============*/
.category1 .banner {
    background: url(../img/category1_bg.jpg) no-repeat 0 0;
	background-size: cover;
}

.category1 .top:first-child {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	background-color: transparent;
	box-shadow: none;
	padding: 20px 0 0;
}

.category1.shop2 .top {
	margin-top: 33px;
}

.category1 .category_item h3 {
	margin-bottom: 0;
	padding-bottom: 9px;
	border-bottom: 1px solid #eee;
}

.category1 .category_item h3 a {
	font-size: 22px;
    font-weight: 600;
    color: #333;
}

.category1 .category_item h3 a:hover {
	text-decoration: none;
}

.category1 .category_item h3:after {
	display: block;
	width: 65px;
	position: relative;
	top: 10px;
	content: '';
	height: 2px;
	background-color: #c19c54;
}

.category_item {
	width: 358px;
	background-color: #fff;
	margin-bottom: 28px;
	padding: 25px 15px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.category_item ul {
	padding: 20px 0 0 25px;
}

.category_item li,
.category_item li a {
	color: #666;
	line-height: 25px;
}

.category1 .col-lg-12 .category1_title {
	padding: 55px 0 17px;
	margin: 0;
	text-align: center;
}

.category1 .product_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
}

.category1 .product_list ul {
	list-style: none;
	padding-left: 0;
}

.category1 .img_wrapper {
	padding: 15px 0 25px;
	border-bottom: 1px solid #eee;
	height:210px;
}
.category1 .img_wrapper img {
	max-height:200px;
	max-width:200px;
}

.category1 .text_wrapper {
	width: 100%;
	padding: 0;
	text-align: left;
}

.category1 .text_wrapper p {
	font-size: 14px;
	color: #666;
}

.category1 .product_list  .text_wrapper h4 {
	color: #333;
	font-size: 20px;
}

.category1 .price {
	color: #b0c154;
	font-size: 20px;
	display: block;
    margin: 0;
}

.startseite.category1 .price {
	margin: 5px 0 0;
}

.category1 .text_wrapper .big,
.startseite.category1 .product_list .text_wrapper .big {
	font-size: 40px;
	font-weight: 300;
	color: #999;
	text-align: right;
	margin-bottom: 0;
}

.startseite.category1 .product_list .text_wrapper .big {
	margin-bottom: 5px;
}

.startseite.category1 .text_wrapper .big {
	margin-bottom: 7px;
}

.category1 .text_wrapper .gold {
	color: #c19c54;
}

.category1 .text_wrapper .without_margin {
	margin-bottom: 0;
}


/*=========== CATEGORY 2 ============*/
.category2 .banner {
    /* background: url(../img/category2_bg.jpg) no-repeat 0 0; */
    background: url(../img/startseite_bg.jpg) no-repeat 0 0;
	background-size: cover;
}

.category2 .banner h1 {
    margin: 0;
    font-size: 5.7em;
    font-weight: 900;
    line-height: 260px;
    color: #fff;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, .3);
    font-family: 'Open Sans', sans-serif;
}

.category1.category2 .col-lg-12 .category1_title {
	padding-top: 72px;
}

.category2 .category_items_container {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.category2  .category_container h2 {
	margin-top: 0;
	text-indent: 15px;
}

.category2 .category_items {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	padding: 0 15px;
}

.category2 .top .col-lg-9,
.category2 .top_block .col-lg-12 .col-lg-12 {
	padding: 0;
}

.category2 .category_container .col-lg-3 {
	padding-left: 0;
}

.category2 .category_container .col-lg-9 {
	padding-right: 0;
}

.category2 .top .col-lg-3 {
	padding-left: 0;
}

.category2 h2 {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}

.category2 .category_container .info_block {
	padding: 20px 18px 25px;
	border-top: 2px solid #c19c54;
}

.category2 .info_block h3:first-of-type {
	margin-bottom: 25px;
}

.category2 .info_block h3:last-of-type {
	margin: 25px 0;
}

.category2 .category_item,
.category2 .category_list,
.category2 .list_container {
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.category2 .category_list,
.category2 .list_container {
	background: #fff;
	margin-top: 60px;
}

.category2 .list h2 {
	margin-top: 55px;
	text-align: center;
}

.category2 h2.category2_title  {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
	text-transform: none;
}

.category2 .list_container {
	display: flex;
	margin: 0 0 55px;
	padding: 55px 27px 45px;
}

.category2 .list_container ul {
	padding-left: 10px;
	padding-right: 20px;
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    width:25%;
	-ms-flex-direction: column;
    flex-direction: column;
	webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	border-right: 1px solid #ccc;
}

.category2 .list_container ul:first-child {
	padding-left: 0;
}

.category2 .list_container ul:last-child {
	border: 0;
	padding-right: 0;
}

.category2 .list_container ul li a {
	display: block;
	padding: 13px 20px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}

.category2 .list_container ul li a:hover {
	background-color: #f3ebdd;
	color: #c19c54;
	text-decoration: none;
}

.category2 .category_item img {
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.category2 .category_item .img_wrapper {
	padding: 0;
	max-height: 175px;
    overflow: hidden;
}

.category2 .text_wrapper {
	padding: 13px 20px 35px;
}

.category2  .category_item .text_wrapper {
	padding-bottom: 20px;
}

.category2 .product_list ul {
    width: 23%;
    margin-right: 2%;
}
.category2 .product_list .text_wrapper {
	padding: 13px 0 15px;
}

.category2 .text_wrapper h4 {
	font-weight: 600;
	color: #333;
	font-size: 16px;
}

.category2 .text_wrapper p {
	margin-bottom: 0;
	font-size: 16px;
}

.category2 .product_list .text_wrapper p:first-of-type {
	font-size: 13px;
}

.category2 .text_wrapper a {
	font-size: 16px;
	color: #c19c54;
	/*margin-left: 7px;*/
}

.category2 .off-canvas-list {
	padding-left: 0;
	background: #fff;
	border-top: 2px solid #c19c54;
	list-style: none;
 	-webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.category2 .off-canvas-list li {
	padding: 10px 20px 10px 12px;
}

.category2 .off-canvas-list .right {
 	display: inline-block;
    width: 20px;
    height: 18px;
    float: right;
    background: url(../img/arrow_next.png) no-repeat 0 0;
}


/*=========== WEBSEITEN ============*/

.webseiten .banner {
	background: url(../img/webseiten.jpg) no-repeat 0 0;
	background-size: cover;
}

.webseiten.shop2 .bottom {
	margin-top: 30px;
	padding: 25px 30px 30px;
}

.webseitenbetreiber_list {
	list-style: none;
	background: url(../img/arrow.png) no-repeat 90% 45%;
	padding: 25px 0 70px 30px;
	margin-bottom: 0;
}

.webseitenbetreiber_list li {
	display: inline-block;
	width: 44%;
	background: url(../img/check_icon.png) no-repeat 0 0;
    text-indent: 40px;
	line-height: 30px;
	font-size: 18px;
	color: #666;
}

.rect_wrapper {
	position: relative;
	text-align: center;
	width: 100%;
	height: 500px;
}

.rect_wrapper img {
	max-width: 100%;
	height: auto;
	min-height: 100%;
}
.rect_wrapper_funktionen {
	height:190px;
}
.rect_wrapper_funktionen ul {
	padding-left:0px;
}
.rect_wrapper_funktionen li {
	float:left;
	padding:0px 10px;
	list-style-type:none;
}
.rect_wrapper_funktionen img {
	height:180px;

}

.rect_wrapper span {
	width: 100%;
	position: absolute;
	left: 0;
  	top: 50%;
  	transform: translateY(-50%);
	text-align: center;
	font-size: 16px;
	color: #666;
}

.webseiten .top_block .without_margin {
	margin-bottom: 0;
}

.webseiten .bottom > p {
	margin-bottom: 20px;
}

.webseiten .important_block {
	background: #c19c54;
	min-height: 90px;
	color: #fff;
	margin-bottom: 25px;
}

.webseiten .important_block p {
    margin-top: 30px;
	margin-bottom: 0;
	color: #fff;
	font-size: 22px;
	text-indent: 20px;
}

.webseiten .important_block span {
	opacity: .7;
	text-decoration: underline;
}

.webseiten .important_block button {
	padding: 6px 45px;
	border: 2px solid #fff;
	background: transparent;
	margin-top: 27px;
	border-radius: 5px;
}

/*=========== KARRIERE ============*/
.karriere.shop2 .banner {
	background: url(../img/karriere_bg.png) no-repeat 0 0;
	background-size: cover;
}

.karriere.shop2 .top {
	margin-top: 30px;
	padding-top: 27px;
	padding-bottom: 70px;
}

.karriere.shop2 .top_block h3 {
	margin-bottom: 27px;
}

.karriere.shop2 .top .col-lg-8 {
	padding-left: 0;
}

.karriere.shop2 .top .col-lg-4 {
	text-align: right;
}

.karriere.shop2 .top h3:last-of-type {
	margin-top: 42px;
	margin-bottom: 36px;
}

.karriere_profiles p {
	line-height: 26px;
}
.job_list {
	padding-left:0px;
}
.job_list > li {
	list-style-type:none;
}

.job_list a.more {
	display:block;
	padding: 12px 0 12px 66px;
    border-top: 1px solid #eee;
    background: url(../img/arrows.png) no-repeat 33px 13px;
	text-decoration:none;
	color: #666;
    font-size: 18px;
    font-weight: 400;
}
.job_list .more-text {
	display:none;
}
.vacancy_list {
	list-style: none;
	padding-left: 0;
}

.job_list a.more:hover, .job_list > li:hover a.more, .job_list a.more.active {
	padding-left:100px;
	background: url(../img/arrows.png) no-repeat 60px -18px #c19c54;
	color:white;
}


.vacancy_list li {
	padding: 12px 0 12px 66px;
	border-top: 1px solid #eee;
	background: url(../img/arrows.png) no-repeat 33px 13px;
}

.vacancy_list li:last-child {
	border-bottom: 1px solid #eee;
}

.vacancy_list li:hover {
	cursor: pointer;
	padding-left: 90px;
	background: url(../img/arrows.png) no-repeat 60px -18px #c19c54;
}

.vacancy_list li:hover a {
	color: #fff;
	text-decoration: none;
}

.vacancy_list a {
	color: #666;
	font-size: 18px;
	font-weight: 400;
}

.vacancy_list a:hover,
.vacancy_list a:active,
.vacancy_list a:visited {
	text-decoration: none;
	outline: none;
}

.karriere.shop2 .bottom {
	margin-top: 70px;
}

.karriere.shop2 .bottom {
	padding-top: 22px;
	padding: 30px;
}

.karriere.shop2 .bottom h3, .job_list .more-text h3 {
	margin-bottom: 0 !important;
}

.karriere.shop2 .bottom h4, .job_list .more-text h4 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #333;
	font-weight: 600;
}

.karriere.shop2 .bottom h5, .job_list .more-text h5 {
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #666;
	font-style: italic;
}

.karriere.shop2 .bottom p, .job_list .more-text p {
	line-height: 26px;
}

.karriere.shop2 .bottom li {
	font-size: 16px;
	color: #666;
	line-height: 23px;
}

.karriere .img-responsive {
	display: inline-block;
}

/*=========== FUNKTION ============*/
.funktion.shop2 .banner {
	background: url(../img/funktion_bg.jpg) no-repeat 0 0;
	background-size: cover;
}

.funktion.shop2 .top {
	margin-top: 32px;
	padding-bottom: 38px;
}

.funktion.shop2 .top:last-of-type {
	padding-bottom: 70px;
}

.funktion.shop2 .top_block h3.first {
	margin-bottom: 30px;
	color: #666;
}

.funktion .webseitenbetreiber_list {
	background-image: none;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.funktion .rect_wrapper {
	position: relative;
	margin: 20px 0 15px;
	text-align: center;
	width: 100%;
	height: 130px;
}

.funktion .rect_wrapper span {
	color: #666;
	font-size: 16px;
}

.funktion .webseitenbetreiber_list li {
	width: 48%;
}

.funktion .webseitenbetreiber_list li:nth-child(odd) {
	padding-left: 25px;
	background-position: 25px 0;
}

.funktion .blog_items li {
	position: relative;
	margin-bottom: 90px;
}

.funktion .blog_items li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.funktion .blog_items li:after {
	position: absolute;
	top: 75%;
    z-index: 100;
	left: 126px;
	width: 100px;
	height: 180px;
	content: "";
	background: url(../img/big_arrow_down.png) no-repeat 0 0;
	opacity: .6;
}

.funktion .text_wrapper {
	width: 68%;
	padding: 0 0 0 30px;
}

.funktion .image_wrapper {
	width: 31%;
}

.funktion .blog_items li:last-child:after {
	display: none;
}

/*=========== EAAT ============*/
.eaat .banner {
	background: url(../img/eaat_bg.png) no-repeat 0 0;
	background-size: cover;
}

.eaat .top_block {
	margin-bottom: 57px;
}

.eaat .full_width.last {
	height: 812px;
	background: url(../img/eaat_big_image.jpg) no-repeat center 0;
	background-size: cover;
	margin-bottom: 55px;
}

.eaat .callout.primary.top_block {
	margin-bottom: 0;
	padding-right: 110px;
}

.eaat .callout.primary.top_block p {
	line-height: 25px;
}

.eaat .row.top_block {
	margin-top: 30px;
}

.eaat .top,
.eaat .sidebar {
	margin-top: 0;
}

.eaat .download,
.category3 .download {
	display: block;
	width: 100%;
	padding: 10px 25px;
	background: url(../img/download.png) no-repeat 80% center #b0c154;
	border: 0;
	color: #fff;
	font-size: 21px;
	text-align: left;
	font-weight: 600;
}
.category3 .content-image {
	max-width:100%;
}
.category3 .top_block p {font-size:14px;line-height:20px;text-align:justify;}
.category3 .manufacturer {
	margin:0px;
	padding:0px;
		
}
.ytvo {
	width:100%;
	max-width:800px;
}
.category3 .ytv {
 	position: relative;
    padding-bottom: 56.25%;
  /*  padding-top: 15px;*/
    height: 0;
    overflow: hidden;
}
.category3 .ytv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.category3 .manufacturer:after {
	clear:both;
	display: block;
	content: '';
}
.category3 .manufacturer li {
	list-style-type:none;
	float:left;
	width:18%;
	min-width:120px;
	background-color:#999;
	color:#fff;
	margin:5px;
	padding-left:10px;
	padding-right:10px;
	/*padding:10px;*/
	height:50px;
	font-size:20px;
	line-height:50px;
	overflow:hidden;
}

.eaat .sidebar .download {
	max-width: 250px;
}

.eaat .top_block .sidebar {
	padding: 30px 20px 20px;
}

.eaat .sidebar_menu {
	margin: 20px 0 54px;
}

.eaat .bottom_block .col-lg-12 {
	padding: 0;
}

.eaat .callout.primary.top_block h3 {
	margin: 0 0 50px;
}

.eaat .bottom_block {
	margin-bottom: 100px;
	padding: 35px 30px 45px;
	background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.eaat .bottom_block h3 {
	margin: 0 0 25px 0;
	text-align: center;
}

.eaat .download.big {
	width: 630px;
	padding: 26px 75px;
	margin: 60px auto 0;
	font-size: 60px;
	background: url(../img/big_download.png) no-repeat 87% center #b0c154;
}

.eaat_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

.eaat_list li {
	width: 30%;
	margin: 30px 52px 0 0;
	font-size: 14px;
	box-sizing: border-box;
}

.eaat_list li:nth-child(3),
.eaat_list li:last-child {
	margin-right: 0;
}

.eaat_list li h4 {
	margin-bottom: 20px;
	color: #666;
	font-size: 20px;
	font-weight: 600;
	text-indent: 25px;
	background: url(../img/big_check.png) no-repeat 0 3px;
}


/*=========== CATEGORY 3 ============*/
.category3.blog_single.category4 .banner {
	/* background: url(../img/category3_bg.jpg) no-repeat 0 0;*/
	background: url(../img/startseite_bg.jpg) no-repeat 0 0;
	background-size: cover;
}

.category3 .upper_title {
	margin-top: 38px;
	font-size: 16px;
	color: #999;
}

.category3.blog_single .top.product_card {
	margin-top: 20px;
	padding: 15px 20px;
}

.category3 .top.product_card .product-controls {
	margin: 30px 0 0;
}

.top.product_card .product-controls li {
	vertical-align: bottom;
}

.category3 .top.product_card .product-controls .price {
	margin: 0 0 0 27px;
	font-weight: bold;
}

.top.product_card .product {
	width: 100%;
}

.prod_img_wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top.product_card .product-body {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 93px;
}

.category3 .top.product_card .product-body li {
	margin-left: 0;
}

.category3 .top.product_card .product-body li:first-child {
	margin-bottom: 15px;
}
.category3 .top.product_card .advantages-top li:first-child {
    margin-bottom: 0px;
}
.advantages-top {
	padding-left:0px;
}
.category3 .top.product_card .advantages-top li {
	list-style-type:none;
}
.top.product_card .product-body p {
	font-size: 14px;
	color: #666;
}

.top.product_card .product-body a {
	color: #c19c54;
}

.top.product_card .product-body .button {
	margin-left: 0;
	padding-left: 47px;
	padding-right: 47px;
	color: #fff;
}

.category3 .prod_img_wrapper .product-image {
    /* check later first two properties */
	width: auto;
	height: auto;
	margin-right: 20px;
	padding: 3px;
	border: 1px solid #ccc;
	max-height:250px;
}

.category3 .prod_img_wrapper .thumbnail {
	width: 57px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 0;
}

.category3.blog_single.category4 .sidebar {
	margin-top: 0;
}

.category3 .prod_img_wrapper .thumbnail img {
	width: 57px;
	height: 55px;
	padding: 2px;
	border: 1px solid #ccc;
}

.category3.blog_single.category4 .top_block {
	margin-bottom: 20px;
	padding: 0;
}

.category3 .callout.primary.top_block {
	margin-bottom: 0;
}

.category3 .callout.primary.top_block h3 {
	font-size: 20px;
}

.category3 .img_wrapper {
	position: relative;
	margin: 50px 0 0;
	height: 690px;
}

.category3 .img_wrapper img[alt="block"] {
	width: 1110px;
}

.category3 .img_wrapper .subtitle {
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%,-51%);
	font-size: 16px;
	color: #666;
}

.category3 .images_bottom {
    margin-bottom: 0;
	padding-bottom: 60px;
    background: #fff;
}

.category3 .product_container ul {
    margin-bottom: 80px;
    padding-bottom: 10px;
}

.category3.blog_single .top {
	padding: 23px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.category3.blog_single .top_block .top {
	margin-top: 0;
}

.category3.blog_single .top.product_card {
	margin-bottom: 50px;
}

.category3.blog_single .top h3 {
	margin-top: 0;
	margin-bottom: 16px;
}

/* remove later this style */
.category3.blog_single.category4 .list-image {
    background: none;
}

.category3.blog_single.category4 .list-image img {
	/*width: 100%; */
}

.category3.category4 .download {
	max-width: 250px;
	font-size: 18px;
	background-position: 95% center;
}

.category3 .disclaimer p {
	font-size: 12px;
	font-style: italic;
	color: #999;
	line-height: 16px;
}

.category3 .img_wrapper {
	position: relative;
	margin: 55px 0 30px;
}

.full-width {
	position: absolute;
    top: 175px;
    background: #fff;
    margin: 0 -1000em;
    padding: 0 1000em;
}

.category3 .product {
    width: 1110px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
}

.category3 .product-body {
	width: 600px;
}

.category3 .list-inline {
	-webkit-box-flex:1;
    -ms-flex:1;
	flex:1;
}

.category3 .list-inline li {
	padding: 0;
}

.category3 .list-inline li:first-child,
.category3 .button.hollow {
	/*margin-left: 30px;*/
    margin-left: 0;
}

.category3 .button.hollow:hover {
	text-decoration: none;
}

.category3 .product-image {
	width: 60px;
    height: 70px;
    align-self: center;
	margin-right: 35px;
}

.category3 .product-body h3 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.category3 .price,
.category3 .top.product_card .price {
	width: 100%;
	margin-top: 0;
	font-weight: bold;
	font-size: 29px;
}

.category3 .price small,
.category3 .top.product_card .price small {
    display: block;
	margin-left: 5px;
}

.category3.blog_single.category4 .sidebar:last-child {
	padding: 10px 14px 20px;
	margin-top: 0;
}

.product_sidebar .list-group-item {
	padding: 7px 0;
	border: 0;
}

.product_sidebar .list-image {
	border-bottom: 1px solid #eee;
}

.blog_single.category4 .product_sidebar .list-image {
	padding: 0 0 10px 0;
	height: 160px;
	text-align:center;
}
.blog_single.category4 .product_sidebar .list-image img {
	max-height:160px;
}

.list-group-item.title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.category3.blog_single.category4 .download_subtitle {
	margin: 35px 0 20px;
}

.category3.blog_single.category4 .sidebar_product-wrap {
	margin: 100px 0 14px;
}

.category3.blog_single.category4 .sidebar_product-wrap.fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
}
.category3.blog_single.category4 .sidebar_product-wrap .list-image img {
	max-width:100%;
}

.brend_block {
	height: 80px;
	widows: 100%;
	background: url(../img/brends.jpg) no-repeat 0 0;
}

/*
.category3 iframe {
	width: 100%;
	/*height: 180px;
	margin-bottom: 30px;
}
*/


/*=========== STARTSEITE ============*/
.startseite.category2 .banner {
	position: relative;
	height: 350px;
	background: url(../img/startseite_bg.jpg) no-repeat 0 center;
	background-size: cover;
}

.startseite .banner h1 {
	text-transform: none;
	position: relative;
    top: 0px;
    line-height:160px;
    height:213px;
}

.startseite.category2 .margin {
	width: 1140px;
	margin: 0 auto;
	/*padding-top: 30px;*/
}

.banner_form {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -20px;
}

.banner_form input[type="search"] {
	width: 530px;
	height: 55px;
	border: none;
	font-size: 19px;
	text-indent: 15px;
	border-radius: 5px 0 0 5px;
}

.banner_form input[type="submit"] {
	width: 60px;
	height: 55px;
	font-size: 0;
	background: url(../img/big_search.png) no-repeat center center #ccc;
	border: 0;
	border-radius: 0 5px 5px 0;
}

.banner_form input[type="submit"]:hover {
	cursor: pointer;
	background-color: #c19c54;
}

.startseite.category2 .margin h3 {
	position: absolute;
	top: 103px;
	left: 250px;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	text-shadow: 2px 4px 2px rgba(0, 0, 0, .3);
}

.startseite.category2 .category_item {
	width: 33%;
	background-color: #fff;
	margin-bottom: 32px;
	padding: 25px 10px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.startseite.category2 .category_item:nth-child(4),
.startseite.category2 .category_item:nth-child(5),
.startseite.category2 .category_item:nth-child(6) {
	margin-bottom: 0;
}

.product_list.solo {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.product_list.solo li {
	background-color: #fff;
	padding: 0 15px;
	 -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.startseite.category1.category2 .col-lg-12 .category1_title.left {
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.startseite.category1.category2 .col-lg-12 .category1_title.left:after {
	content: '';
	display: block;
	margin: 5px 0 10px;
	width: 115px;
	height: 2px;
	background-color: #333;
}

.startseite.category1.category2 h2.category2_title {
	margin-top: 100px;
}

.separate ul {
	margin-bottom: 0;
}

.startseite .top.college {
	padding: 30px;
	margin-top: 0;
}

.startseite .top.college h3 {
	color: #666;
	margin-bottom: 27px;
}

.startseite .top.college h3:last-of-type {
	margin-top: 45px;
}

.startseite .top.college p {
	line-height: 24px;
	font-weight: 300;
}

.college .left {
	float: left;
	margin-right: 145px;
}

.college .right {
	float: right;
	margin: 40px 0 0 180px;
}

.startseite.category2 .startseite_category_title {
	padding-bottom: 28px;
}

.startseite.category2 .left_aligned {
	margin-top: 30px;
}

.startseite.category2 .separate {
	background-color: #fff;
}

.startseite.category2 .separate .product_list {
	box-shadow: none;
}
.startseite .product_list .img_wrapper {
	border-bottom:none !important;
}

.startseite.category2 .separate .img_wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 150px;*/
    align-content: stretch;
	border: none;
	padding: 0;
	
}

.startseite.category2 .separate .img_wrapper img {
	padding: 10px;
	/* border: 2px solid #eee;*/
	height: auto;
}

.startseite.category2 .separate .img_wrapper img:hover {
	border-color: #c19c54;
	cursor: pointer;
}

.startseite.category2 .separate .img_wrapper:hover {
	background-color: #fcfaf6;
}

.startseite.shop2.category1 .top_block > .col-lg-12 {
	padding: 0;
}

.separate.col-lg-12 {
	 -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.15);
}

.startseite.category1.category2 .last.col-lg-12 .category1_title {
	padding-top: 0;
	margin-top: 55px;
}

.startseite.category2 .text_wrapper h4 {
	margin-bottom: 0;
}

.startseite.category2 .product_list .text_wrapper h4 {
	margin-bottom: 10px;
}

.startseite.category2 .separate .product_list .text_wrapper h4 {
	margin-bottom: 2px;
}

.startseite.category2 .text_wrapper a {
	color: #333;
	margin-left: 0;
	font-size: 20px;
}

.startseite.category2 .text_wrapper a:hover {
	color: #c19c54;
	text-decoration: none;
	cursor: pointer;
}

.startseite.category2 .text_wrapper p {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
}

.startseite.category2 .solo .text_wrapper p {
	margin-bottom: 0;
}

.startseite.category2 .product_list .text_wrapper p {
	font-size: 12px;
	color: #666;
}

.startseite.category2 .text_wrapper {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 7px;
}

.startseite.category2 .product_list.solo .text_wrapper {
    padding-bottom: 8px;
    min-height: 118px;
}

.startseite.category2 .product_list.solo ul:first-child .text_wrapper {
	min-height: 0;
}
/*=========== FOOTER ============*/
.footer {
    background: #333;
}
.footer .col-lg-2 {
	overflow:hidden;
}
.footer a {
	color:white;
	text-decoration:underline;
}

.footer .row.expanded {
    padding: 45px 0 55px;
    border: 0;
}

.footer .callout.secondary {
    background: #333;
    color: #fff;
}

.footer_links {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
}

.footer_links li {
	width: 23%;
	margin-right: 2%;
}

.footer_links li:last-child {
	margin-right: 0;
}

.footer h5 {
    margin: 0 0 35px 0;
}

.footer h5 a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
}

.footer p {
    font-weight: 300;
    line-height: 30px;
	color: #fff;
	font-size: 16px;
}

.footer ul {
    list-style: none;
    padding: 0 0 10px 5px;
}

.footer ul li a {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.no-image {
	background-image: none !important;
}


/

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.category1 .owl-controls {
	position: absolute;
    top: -9%;
	right: 0;
}
#recommendation-sticky .yes:before, .category3 .yes:before {
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	color: #afc056;
}
.category3 .no:before {
	font-family: 'Glyphicons Halflings';
	content: "\e014";
	color: #c16556;
}
.category3 .banner2 p {
	background-color:#c16654;
	font-size:20px;
	margin: 0 0 30px;
	line-height:50px;
	text-align:center;
	color:#f5f3f4;
	cursor:pointer;
}
.category1 .owl-prev,
.category1 .owl-next {
	font-size: 0;
	display: inline-block;
}

.category1 .owl-next {
	margin-left: 7px;
}

.category1 .owl-prev:before {
	content: '<';
	font-size: 18px;
	color: #c19c54;
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 24px;
}

.category1 .owl-next:before {
	content: '>';
	font-size: 18px;
	color: #c19c54;
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 24px;
}

.vcenter {
	display: flex;
  	justify-content: center;
  	flex-direction: column;
}
/**********/
/** menu **/
/**********/
/**********/
/**********/



.search-m {
	background: url(../img/magnifier.png) no-repeat center center;
    width: 20px;
    height:30px;

}

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

#recommendation-sticky {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
	position:fixed;
	height: 120px;
	display:none;
	width:100%;
	border-top:solid 1px #eee;
}
#recommendation-sticky .inner {
	max-width:1140px;
	width:100%;
}
@media (min-width:1140px) {
	#recommendation-sticky .inner {
		left:50%;
		position:absolute;
		margin-left:-567px;
	}
}

#recommendation-sticky img {
	float:left;
	
	max-height:80px;
}
#recommendation-sticky h3 {
	margin:0px;
}
#recommendation-sticky .headl {
	float:left;
	max-width: 550px;
	margin:20px 0px 0px 20px;
}
#recommendation-sticky .headl ul {
	list-style-type:none;
}
#recommendation-sticky .headl ul li {
	float:left;
	margin-left:0px;
	margin-right:20px;
}
#recommendation-sticky .button {
	float:right;
	background: #a9b855;
    border: 0;
   	color: #fff;
    font-size: 16.8px;
    font-weight: 500;
    padding: 10px 27px;
    margin-top:20px;
}
#recommendation-sticky .price  {
	width:300px;
	margin:0px;
	margin-top:20px;
	font-weight: bold;
	font-size: 32px;
	float:right;
	color: #b0c154;
    text-align: justify;
}
#recommendation-sticky .price span {
	font-size: 12px;
    color: #999;
    font-weight: 300;
    padding-left:10px;
}
@media (max-width:767px) {
	#recommendation-sticky {
		min-height:100px;
	}
	#recommendation-sticky img {
		margin-right:5px;
	}
	#recommendation-sticky .headl {
		margin:0px;
	}
	#recommendation-sticky .headl h3 {
		font-size:14px;
	}
	#recommendation-sticky .button-m {
		float:right;
		margin:5px 10px 0px 0px;
		font-size:12px;
	}
	#recommendation-sticky .price-m  {
		font-size:12px;		
		
	}
}