* {
    box-sizing: border-box;
}
html{
    height: 100%;
}
html, body{      
    scroll-behavior: smooth;
    font-size: 16px;
	font-family: Inter, sans-serif;
}
body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 320px;
}
footer{
    margin-top: auto;
}
h1,h2{
    font-size: 1.5rem;
	font-family: Lora;
}
h3,h4,h5,h6{
	font-family: Lora;
}
div, span, p, a, button, li {        
}
a, a:hover {
    text-decoration: none;
    color: #000000;
}
.fs-x-small {
    font-size: 12px;
}
.fs-small {
    font-size: 14px;
}
.fs-normal {
    font-size: 16px;
}
.fs-big {
    font-size: 18px;
}
.fs-x-big {
    font-size: 18px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
h1, .h1 {
    font-size: 30px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.flex {
    display: flex;
}
.none {
    display: none;
}
.block {
    display: block;
}
.arround {
    justify-content: space-around;
}
.between {
    justify-content: space-between;
}
.mr-10 {
    margin-right: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.lh-100 {
    line-height: 100%;
}
.lh-120 {
    line-height: 120%;
}
.lh-140 {
    line-height: 140%;
}
.lh-160 {
    line-height: 160%;
}
.lh-180 {
    line-height: 180%;
}
.lh-200 {
    line-height: 200%;
}
.bold {
    font-weight: 700;
}
.norm {
    font-weight: 400;
}
.lsn {
    list-style: none;
}
.w-100 {
    width: 100%
}
.visually-hidden{
    display: none;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 0!important;
}
.f-grypen{
	font-family: 'Qwitcher Grypen';
}
.extra-header{
	font-size:130px;
	text-align: center;
	line-height:65%;
	color: #f2eae1;
	position: absolute;
	margin-top: -110px;
	width:100%;
	left:0px;
}

.container {
    max-width: 1600px;
}
#content {
    margin-bottom: 40px;    
}

.inputbox, 
.controls input[type=text],
.controls input[type=email],
.controls textarea,
.acym__user__edit__email
{
    background-color: #fff;
    border: 1px solid #dddbe0;
    padding: 6px 10px;
    font-size: 1rem;
	height: 42px;
}
.inputbox-h-small{
    height: 40px;
}
select.inputbox {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../../../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    padding-right: 25px;
	height: 42px;
}
select.inputbox::-ms-expand{
    display: none;
}
.form-control, .form-control:focus{
	color: #000;
}

.btn, .btn.btn-primary{
    font-family: Lora;
    line-height: 100%;    
    background-color: #0066b3;
    padding: 12px 25px;    
    border-radius: 0px;
    color: #fff;
    border: 0px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.btn:hover, .btn.btn-primary:hover{
	color: #fff;
}
.btn_fix_line{
	position: relative;
}
.btn::after, .btn_fix_line::after{
	content: '';
	display: block;
	width: 100%;
	height:0px;
	border-bottom:1px solid #fff;
	bottom: 5px;
	left:0px;
	position:absolute;
}
.btn.btn-primary{
    font-size: 18px;
}
.btn-w{
    width:200px;
}
.btn.normaltext{
    font-size: 16px;
}
.btn.bigtext{
    font-size: 18px;
}
.btn.btn-big{
    font-size: 18px;
	padding: 24px 30px;
}

.red{
    color: #dd3232;
}
.text-c-grey{
    color: #796F70;
}

.text-decoration-underline, .underline{
    text-decoration: underline;
}

.field-calendar .btn{
    background-color: #fff;
    padding: 15px 15px;
    border: 1px solid #dddbe0;
}
.field-calendar .btn .icon-calendar{
    color: #000;
}
.field-calendar .input-group{
    flex-wrap: nowrap;    
}
.field-calendar .input-group .form-control{
    height: auto;
    border-radius: 0px;
}

.control-group{
    margin-bottom: 15px;
}
.page-header {
    margin-bottom: 25px;
}

.top-info{
	background: #303030;
	color: #fff;	
	height: 40px;
}
.top-info a{
	color: #fff;
}
.top-info-row{
	padding-top: 8px;
}

.top-info .social img{
	margin-right: 8px;
}

.top-info .top-newsletter{
	flex-grow: 1;
	text-align: center;
}
.top-info .top_login, .top-info .top_login a{
	font-size: 14px;
	font-weight: 200;
}
.top-info .mob_login{
	display: none;
}
.login .icon-users {
    display: none;
}
.my-account {  
}



.menu-row{
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}
.menu-row #logo {
    
}
.menu-row .main_menu{
	padding-left: 100px;
	padding-right: 100px;
}

/**** Main menu ****/
#main_menu {
	font-family: Lora;
	font-size: 18px;
}
#mobile-menu {
    display: none;
}
#main_menu li {
    margin-right: 80px;
}
#main_menu li:last-child {
    margin-right: 0;
}
#main_menu li a{
	display: block;
	padding-top: 2px;	
	border-top: 2px solid transparent;
	padding-bottom:4px;
}
#main_menu ul.nav > li.active > a{
	border-top:2px solid #0066b3;
}

/* drop down */
#main_menu ul {
    position: relative;
}
#main_menu li ul {
    position:absolute;
    width:225px;
    display: none;
    left: auto;
    top: 35px;
    background-color: #ebf2f6;
    box-shadow: 1px 1px 5px 1px rgba(0, 0,0, 0.15);
    margin: 0px;    
}
#main_menu .nav > li > ul{
	/*margin-left: -90px;*/
}
#main_menu li ul li a {
    display: block;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 20px;
	background-image: url(../../../images/ico/sm-icon.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#main_menu li ul li a:hover {
    background-color: #0066b3;
	color: #fff;
	background-image: url(../../../images/ico/sm-icon-a.png);
}
#main_menu li:hover > ul{
    display: block;
	z-index: 9;
}
#main_menu li li{	
    position: relative;    
    margin: 0px;
}

#main_menu li li ul{    
    left: 225px;
    top: 0px;
    display: none;
    padding: 0px;
}
#main_menu li > li:hover > ul{
    display: block;    
}
#main_menu .nav > li.parent > a{
	position: relative;
}
#main_menu .nav > li.parent > a:after{
	content:'';
	display: block;
	position:absolute;
	right:-15px;
	top:12px;	
	width:9px;
	height: 7px;
	background-image: url(../../../images/ico/menu-down.png);
}

@media (max-width: 1400px) {
	#main_menu li{
		margin-right: 40px;
	}
}

@media (max-width: 991px) {
	#mobile-menu {
        display: block;
		padding-top: 12px;
        padding-bottom: 12px;
        border: none;
        background-color: inherit;
    }
	#mobile-menu:focus, #mobile-menu:active{
        outline: none;
    }
    #main_menu .nav{
        display: none;
    }
    #main_menu{
        background-color: transparent;
        margin-top: 10px;
        border-top: 0px;
        border-bottom: 0px;
        position: absolute;
        z-index: 9;
    }	
    
    #main_menu > .nav{
        padding: 10px 0px;
        position: absolute;
        background: #ebf2f6;
        width: 100vw;
        left:-15px;        
    }
	#main_menu .nav > li > ul{
		margin-left: 0px;
	}
    #main_menu li a{
        padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
    }
	#main_menu ul.nav li {
		border-top: 1px solid #cfcfcf;
	}
	#main_menu ul.nav > li.active > a{
		border-top: 0px;
	}
	#main_menu .active > a{
		color: #0066b3;
	}
	#main_menu li ul li a, 
	#main_menu li ul li a:hover{
		background-image: none;
	}
	#main_menu li{
		margin-right: 0px;
		position: relative;
	}
	#main_menu .nav > li.parent > a:after{
		display: none;
	}
	#main_menu span.arrow{		
		width: 40px;
        height: 38px;
        background-position: center center;
        top: 0;
        right: 0;
		position: absolute;
	}
	#main_menu span.arrow::after{
		content: "";
		position: absolute;
		width: 7px;
		height: 7px;
		top: 18px;
		right: 15px;
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
	}	
	
	#main_menu li ul {
        position: relative;
        width: 100vw;
        top: auto;
        border-top: none;
		
    }
    #main_menu li:hover > ul{
        display: none;    
    }
    #main_menu li span.arrow {
        
    }
    #main_menu li ul li.parent span.arrow {
        display: inline-block;
    }
    #main_menu span.arrow.turn::after {
        transform: rotate(-135deg);
    }
    #main_menu li ul {
        box-shadow: none;
    }
    #main_menu li>ul>li>a {
        padding: 10px 25px;
    }
    #main_menu li li ul {
        left: 0;
    }
    #main_menu li>ul>li>ul>li>a {
        padding-left: 35px;
    }
    #main_menu li>ul>li>ul>li>ul>li>a {
        padding-left: 45px;
    }
}



.center-top-modules {    
}
.center-top-modules .input-group {
	background:#ebf2f6;    
    padding-top: 0px;
    padding-bottom: 0px;
}
.center-top-modules .input-group input{
	order: 2;
}
.center-top-modules .input-group div{
	order: 1;
}
.center-top-modules .input-group .form-control,
.center-top-modules .input-group .form-control:focus {
    border: none;
    box-shadow: none;
    width: 228px;
}
.center-top-modules .input-group input::placeholder {
    color: #333;
    z-index: 100;
}
.center-top-modules .input-group button:focus {
    box-shadow: none;
}
.center-top-modules .input-group-append{
	margin-left: 0px;
}
.center-top-modules .inputbox {
	background:#ebf2f6;
}
.center-top-modules #button-search.button{
    padding: .375rem .75rem;
    background:#ebf2f6;
	border:0px;
}
.center-top-modules #button-search.button:focus{
	outline: 0px;
}


/** wishlist **/

.right-top-modules {
    display: flex;
    height: 100%;
    align-items: center;
	font-family: Lora;
}
.right-top-modules #jshop_module_wishlist{
	padding-left: 10px;
	padding-right: 10px;
}
.right-top-modules #jshop_module_wishlist a{
	display:flex;
}
.right-top-modules #jshop_module_wishlist img{
	margin-right: 5px;
}
.right-top-modules #jshop_module_wishlist .text{
	margin-right: 5px;
}

/**** cart ajax ****/
.cartajax_adv_module {
    position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.to_ajax_cart{
	cursor: pointer;
}
.to_ajax_cart img {    
	margin-right: 5px;
}
.to_ajax_cart .text{    
	margin-right: 5px;
}
.popup-cart-ajax {
	font-family: Inter;
	right:0px;
    position: absolute;
    top: 40px;
    width: 250px;
    z-index: 100;
    border: 1px solid #dddbe0;
    background-color: #ffffff;
    padding: 10px 8px;
}

/* mob login */

.right-top-modules .top_login,
.right-top-modules .mob_login 
{
	display: none;
}


/**** tree categories ****/
.jshop_tree_categories ul{
    list-style: none;
    padding-left: 0;
    margin-top: -4px;
}
.jshop_tree_categories ul li {
    padding: 4px 0;
    position: relative;
}
.jshop_tree_categories ul li a {
    padding: 10px 10px;
    display: block;    
}
.jshop_tree_categories ul li a span{
    font-size:22px;
}
.jshop_tree_categories ul ul li a span{
    font-size:18px;
}
.jshop_tree_categories>ul>li>a {
    background-color: #f4f4f4;
}
.jshop_tree_categories ul li>ul>li a{
    padding: 10px 20px;
}
.jshop_tree_categories ul li ul li>ul li a{
    padding: 10px 30px;
}
.jshop_tree_categories .cattree0-0 >li::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 15px;
    border-bottom: 2px solid #6d6d6d;
    border-right: 2px solid #6d6d6d;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.jshop_tree_categories .cattree0-0 >li.open.turn::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    top: 25px;
}

/** home slider **/

.home-slider .item{
	height: 690px;
	padding-top:1px;
}
.home-slider .owl-nav{
	display: none;
}
.home-slider .owl-dots{
	display: flex;
	margin-top: 10px;
	justify-content: center;
}
.home-slider .owl-dots span{
	display: block;
	background: #b7a088;
	width: 10px;
	height: 10px;
	border-radius:5px;
	margin-left: 6px;
	margin-right: 6px;
}
.home-slider .owl-dots .active span{
	background: #0066b3;
}
.home-slider .owl-dots button:focus{
	outline: 0px;
}
.home-slider .item{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-slider .white_block{
	background-color: rgba(255, 255, 255,0.8);
	width: 550px;	
	padding: 20px;
	padding-bottom: 25px;
	text-align:center;
	margin: auto;
	margin-top: 14%;
}
.home-slider .h1{
	font-family: Lora;
	font-size: 60px;
}
.home-slider .sh1{
	font-family: Inter; 
	font-size: 60px;
	font-weight: 100;
	line-height: 100%;
}


/** Home cats **/
.cat_block{
	margin-bottom: 50px;
}
.cat_block .head{
	font-family: Lora;
	font-size: 32px;
	justify-content: center;
	margin-bottom: 40px;
}
.cat_block .head > div{
	width: 150px;
	border-top: 1px solid #adadad;
	padding: 8px 5px 5px 5px;
	text-align: center;
	line-height: 100%;
	position: relative;
	cursor: pointer;
}
.cat_block .head > div.active{
	background: #ebf2f6;
}
.cat_block .head > div:first-child{
	border-right: 1px solid #adadad;
}
.cat_block .head > div:first-child::after{
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid #adadad;
	transform: rotate(45deg);
	right:-6px;
	top: -6px;
	background: #fff;
	z-index:2;
}
.cat_block .head > div:last-child::after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	border-left: 1px solid #ebf2f6;
	z-index:1;
	left:-1px;
	top: 0px;	
}
.cat_block .body .items{
	display: flex;
	flex-wrap:wrap;	
	margin-left: -10px;
	margin-right: -10px;
	display: none ;
}
.cat_block .body .items.active{
	display: flex;
}
.cat_block .body .items > div{
	width: 50%;
	padding: 0px 10px 20px 10px;
}
.cat_block .body .items > div > div{
	height: 300px;	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: right;
	padding-right: 45px;
	padding-top:15px;
	position: relative;
}
.cat_block .body .c1{
	background-image: url(../../../images/homecat/c1.jpg);
}
.cat_block .body .c2{
	background-image: url(../../../images/homecat/c2.jpg);
}
.cat_block .body .c3{
	background-image: url(../../../images/homecat/c3.jpg);
}
.cat_block .body .c4{
	background-image: url(../../../images/homecat/c4.jpg);
}
.cat_block .body .cm1{
	background-image: url(../../../images/homecat/cm1.jpg);
}
.cat_block .body .cm2{
	background-image: url(../../../images/homecat/cm2.jpg);
}
.cat_block .body .cm3{
	background-image: url(../../../images/homecat/cm3.jpg);
}
.cat_block .body .cm4{
	background-image: url(../../../images/homecat/cm4.jpg);
}
.cat_block .body .name{
	font-size: 130px;
	line-height:63%;
	color: #d9d0c7;
	margin-right: -15px;
}
.cat_block .body .sname{
	font-family: Lora;
	font-size:36px;
	margin-top: -10px;
}
.cat_block .body .urlmore{
	font-weight: 100;
	position:absolute;
	bottom: 25px;
	right: 45px;
}
.cat_block .body .urlmore a{
	text-decoration: underline;
}




/*** style of modules header ****/
.module_prod_last {
    padding: 0px 0px 50px;
}
.module_prod_last h3 {
	font-family: Lora;
	font-size: 36px;
	text-align: center;
	position: relative;
	z-index:3;
}
.home_sale{
	margin-bottom: 50px;
}

/* mod carousel  */
.module_prod_last .jshop_list_product{
	position:relative;
	z-index:4;
}
.mod_carousel.subheader1{
	font-family: 'Qwitcher Grypen';
	font-size: 130px;
	color: #f2eae1;
	position: absolute;
	line-height: 65%;
	text-align: center;
	margin-top:-100px;
	width: 100%;
	left:0px;
}
.mod_carousel.subheader2{
	text-align: center;
	position: relative;
	font-size:18px;
	font-weight: 100;
	margin-bottom: 40px;
	margin-top: -20px;
}


/* manufacturer module */

.module.manufactuter_list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.module.manufactuter_list .jshop_menu_level_0{
	padding-left:5px;
	padding-right: 5px;
}


/** newsletter **/

.acym_introtext{
	text-align: center;
	padding-bottom: 20px;
	font-size:18px;
}
.acym_module_form{
	background: #f2eae1;
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	max-width: 1000px;
	margin:auto;
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
}
.acym_module_form::after{
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid #adadad;
	transform: rotate(45deg);
	left:50%;
	top: -6px;
	background: #fff;
	z-index:2;
}
.acym_form_block{
	display: flex;
	justify-content: center;
}
.acym_module_form .acym__users__creation__fields__title{
	display: none;
}
.acym_module .acym_module_form input{
	max-width:100%;
	height: 45px;
}
.acym_module .acym_module_form .onefield{
	margin: 0px;
}
.acym_module_form label{
	margin-bottom: 0px;
}
.acym_module_form .acym__user__edit__email{
	width:390px;
}
.acym_module{
	margin-bottom:50px;
}
.acym_module_form .btn{
	background-image: url(../../../images/ico/imail.png);
	background-position: 40px center;
	background-repeat: no-repeat;
	padding-left: 75px;
	padding-right: 50px;
}

/** Ihre vorteile **/
.ihre-vorteile{
	justify-content: space-around;
}
.ihre-vorteile > div{
	padding-left:15px;
	padding-right: 15px;
}
.ihre-vorteile .name{
	font-family: Lora;
	font-size:18px;
}
.ihre-vorteile .urlmore{	
}
.ihre-vorteile .urlmore a{
	font-weight: 100;
	text-decoration: underline;
}
.ihre-vorteile .img{
	margin-right: 15px;
}


/*** Center bottom flex ****/

.center-bottom-list {
    display: flex;
    list-style: none;
    padding: 30px 20px;
    justify-content: space-between;
}
.center-bottom-list li {
    padding-left: 30px;
    position: relative;
}
.center-bottom-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 14px;
    height: 10px;
    background-image: url(../../../images/check.png);
}

.center-benefits-flex {
    display: flex;
    padding-bottom: 60px;
}
.item-benefit {
    flex: 33.33% 0 0;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}
.item-benefit .img {
    max-width: 100%;
    margin-bottom: 30px;
}

.page-reset input{
    width: 450px;
}


/**** Footer ****/
footer{
	background: #f6f0eb;
	padding-top: 80px;
}
footer .inner{
	justify-content: space-between;
}
.footer_item h2, .footer_item h3 {
    font-size: 22px;
	font-family: Lora;
	color: #bcb2a7;
	
}
.footer_item .page-header{
	margin-bottom: 15px;
}
.footer_item .custom {
}
.footer_item div, .footer_item a {    
} 
.footer_item ul.nav {    
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
}
.footer_item ul.nav li{
	padding:2px 0px;
}
.footer_item .address{
	line-height:170%;
}
.footer_item .address > div:first-child{
	padding-right: 40px;
}

.footer_item .zahlungsarten .zahl{
	width: 300px;
	text-align: center;
	margin-bottom:40px;
}
.footer_item .versand{
	margin-right: 65px;
}
.footer_item .netzwerken a{
	margin-right: 20px;
}


.footer-bottom .container{
	border-top: 1px solid #d9d9d9;
	padding-top: 20px;
}
.copyright {
	font-weight: 100;
	padding-bottom: 30px;
	padding-top: 10px;
}
.footer-bottom .nav{
    align-items: center;
    justify-content:center;
}
.footer-bottom .nav li{
    padding-left: 7px;
    padding-right: 7px;
}
.footer-bottom .nav a, .footer-bottom .nav span{
    font-weight: 100;
}
.footer-bottom .nav a{
	text-decoration: underline;
}

.show-768 {
    display: none;
}
.right-top-modules .hide-768 {
    display: none;
}

/**** Breadcrumbs  ****/
.breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin-bottom: 0;
}
.breadcrumb li {
    font-size: 12px;
}
.breadcrumb li a, .breadcrumb li span {
    font-size: 12px;
}

.jshop_tree_categories_btn{
    background-color: #e9e9e9;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
}
.jshop_tree_categories_btn::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 32px;
    right: 30px;
    border-bottom: 2px solid #6d6d6d;
    border-right: 2px solid #6d6d6d;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.rotate90{
	transform: rotate(-90deg);
}

/* Home ext products*/

.home_ext_products{
	text-align: center;
	position:relative;
	margin-bottom:50px;
}
.home_ext_products .extra-header{
	font-size:340px;
}
.home_ext_products .rotate90{
	font-size: 72px;
	font-family: Lora;
	margin-left: -950px;
	line-height: 100%;
	top: 254px;
	position: relative;
}
.home_ext_products .main_img{
	position: relative;
	z-index: 3;
	margin-top:-200px;
}
.home_ext_products .he1{
	position: relative;
	z-index: 1;
	left: -218px;
}
.home_ext_products .he2{
	position: absolute;
	z-index: 4;
	top: 800px;
	padding-left: 700px;
}
.home_ext_products .he3{
	position: absolute;
	z-index: 4;
	top: 1000px;
	padding-left: 650px;
}
.home_ext_products .prod1{
	position: absolute;
	z-index: 4;
	top: 270px;
	background: #826b60;
	width:262px;
	height: 285px;
	right: 212px;
	background: #fff4e6;
}
.home_ext_products .prod1 .over{
	display: block;
	background: #523931;
	opacity: 0;
	position:absolute;
	width:262px;
	height: 285px;
	top:0px;
	left:0px;
	transition: all 0.3s;
}
.home_ext_products .prod1:hover .over{
	opacity: 0.72;
}
.home_ext_products .prod1 img{
	margin-top: 65px;
	margin-bottom: 60px;
}
.home_ext_products .prod1 .btns{
	margin-bottom: 30px;
}
.home_ext_products .prod1 .btn{	
	opacity: 0;
	transition: all 0.3s;
}
.home_ext_products .prod1:hover .btn{
	opacity: 1;
}
.home_ext_products .prod2{
	position: absolute;
	z-index: 4;
	top: 805px;
	background: #fcf9f5;
	width:262px;
	height: 294px;
	left: 222px;
}
.home_ext_products .prod2 .over{
	display: block;
	background: #523931;
	opacity: 0;
	position:absolute;
	width:262px;
	height: 294px;
	top:0px;
	left:0px;
	transition: all 0.3s;
}
.home_ext_products .prod2:hover .over{
	opacity: 0.72;
}
.home_ext_products .prod2 img{
	margin-top: 40px;
}
.home_ext_products .prod2 .btns{
	margin-top: -50px;
	opacity: 0;
	transition: all 0.3s;
}
.home_ext_products .prod2:hover .btns{	
	opacity: 1;	
}
.btn.btn-c2{
	background-color: #bca18a;
}


/** Kontakt **/
.contact {
    padding-top: 15px;
    font-size: 16px;
}
.contact .contact-info{
    margin-top: 30px;
}
.contact .contact-info dl, .contact .contact-info dl a{
    color: #707070;
}
.contact .contact-info .image {
    width: 45px;
}
.contact-form legend{
    font-size: 16px;
}
.contact-wraper .title{
    margin-bottom: 10px;
}
.contact-form .control-group.field-spacer{
    font-size: 12px;
    color: #dd3232;
}
.contact-wraper{
    background: #f4f4f4;
    padding: 30px 60px;
}
.contact-form input, .contact-form textarea{
    width: 100%;    
}
.contact-form .control-label{
    display: none;
}
.contact-form .controls input[type=text],
.contact-form .controls input[type=email],
.contact-form .controls textarea{
    font-size: 16px;
}
.contact-form .controls textarea{
    height: 250px;
}
.contact-form label{
    margin-bottom: 0px;
}
.contact-form form > .control-group .controls{
    text-align: right;
}

.blog-items img{
    max-width: 100%;
}
.blog .readmore .icon-chevron-right{
    display: none;
}
.blog-items .article-info-term{
    display: none;
}
.blog-items .page-header{
    margin-bottom: 10px;
}
.blog-items .create, .blog-items .published{
    font-size: 14px;
    color: #7b7b7b;
}
.blog-items .create .icon-calendar, .blog-items .published .icon-calendar{
    display: none;
}
.blog .items-row.cols-2.row-1.row-fluid.clearfix{
    margin: 0px;
}

@media (min-width: 769px) {
    /*.com_jshopping_checkout .top-info-row{
        display: none;
    }
    .com_jshopping_checkout header .order-1{
        display: none;
    }
    .com_jshopping_checkout header .order-2{
        display: none;
    }*/
}
@media (max-width: 1500px) {
	.menu-row .main_menu{
		padding-left: 5px;
		padding-right: 5px;
	}
	.home_ext_products .extra-header{
		font-size:280px;
	}
}
@media (max-width: 1400px) {	
	.home_ext_products{
		display: none;
	}
	footer .inner > div:nth-child(4) {
		width: 25%;
	}
	footer .b_ver_net{
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	footer .b_ver_net .versand{
		width: 100%;
		margin-bottom: 15px;
	}
	.mod_recomend .owl-nav, 
	.mod_recomend .owl-dots{
		height: 0px;
	}
}
@media (max-width: 1300px) {
	.right-top-modules #jshop_module_wishlist .text{
		display: none;
	}
	#jshop_module_wishlist .br{
		display: none;
	}
	.to_ajax_cart, 
	#jshop_module_wishlist a{
		position: relative;
	}
	.to_ajax_cart .text{
		display: none;
	}
	.to_ajax_cart .br{
		display: none;
	}
	.to_ajax_cart img{
		margin-right: 0px;
	}
	.jshop_module_wishlist{
		position: relative;
	}
	#wishlist-count-product, #jshop_quantity_in_cart {
	  text-align: center;
	  font-size: 12px;
	  position: absolute;
	  display: block;
	  top: -2px;
	  right: -10px;
	  background-color: #d8d8d8;
	  width: 18px;
	  height: 18px;
	  border-radius: 50%;
	}
	.module.manufactuter_list > div {
		width: 33%;
		text-align: center;
		padding-bottom: 15px;
		align-items: center;
		padding-left:10px;
		padding-right: 10px;
	}
	.module.manufactuter_list > div img{
		max-width: 100%;
	}
}
@media (max-width: 1200px) {
    .jshop_tree_categories ul li a span{
        font-size: 20px;
    }
    .footer-bottom .menu{
        padding-left: 35px;
        padding-right: 35px;
    }
	.cat_block .body .name{
		font-size: 80px;
	}
	.cat_block .body .sname{
		font-size:26px;
	}
	.ihre-vorteile{
		flex-wrap: wrap;
	}
	.ihre-vorteile > div {
		width: 50%;
		margin-bottom: 20px;		
		justify-content: center;
	}
	footer .inner{
		flex-wrap: wrap;
	}
	footer .inner > div:nth-child(3) {
		width: 100%;
		order: 4;
		margin-bottom: 25px;
	}
	footer .inner > div:nth-child(4) {
		order: 3;
		width: 35%;
	}
	
}

@media (max-width: 991px) {
    .info_block {
        justify-content: flex-start;
    }
    .item-benefit {
        padding-left: 40px;
        padding-right: 40px;
    }
    .jshop_tree_categories {
        display: none;
    }
    
    .bodyhome #left-side{
        display: none;
    }
    .bread-wrapper{
        display: none;
    }
    .footer_item.bmenu{
        padding-left: 15px;
		position: relative;
    }        
    .jshop_tree_categories_btn{
        display: block;
    }
    .jshop_tree_categories.active{
        display: block;
    }
    .box_products_sorting label{
        margin-bottom: 0px;
    }
    .contact > .row{
        flex-direction: column-reverse;
    }
	.top-info{
		display: none;
	}
	.right-top-modules .mob_login{
		display: block;
	}
	.mob-user {
        display: block;
        width: 20px;
        height: 23px;
        background-image: url(../../../images/user_login.png);
    }
	.right-top-modules{
        justify-content: flex-end;
    }
    .right-top-modules #jshop_module_wishlist,
    .right-top-modules .cartajax_adv_module,
    .right-top-modules .mob_login {        
        margin-left: 20px;
    }         
	.menu-row{
		position: relative;
		flex-wrap: wrap;
		padding-bottom:0px;
	}
	.menu-row #main_menu {
		order:1;
		top: 0px;
		padding-left:0px;
		padding-right: 0px;
	}	
	.menu-row .top_logo{
		order: 2;
	}
	.menu-row .right-top-modules{
		order: 3;
	}
	.menu-row .center-top-modules{
		order: 4;
		width: 100%;		
        
	}		
    header .row div{
        position: relative;        
    }
	
	
	
    #logo a{
        margin-left: 65px;
    }
    
    .center-top-modules .input-group .form-control {
        width: 200px;
    }    
    
    #search-top {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
    } 
    #search-top .input-group {
        width: 100%;
        flex-wrap: nowrap;
        background: #fff;        
    }    
        
	
	.home-slider .item{
		height: 500px;
	}
	.home-slider .h1{
		font-size:40px;
	}
	.home-slider .sh1{
		font-size:40px;
	}
	
	.cat_block .body .items > div{
		width: 100%;
	}
	.mod_carousel.subheader1{
		display: none;
	}	
	.module_prod_last.mod_marken .extra-header{
		display: none;
	}
	.module_prod_last.mod_vorteile  .extra-header{
		display: none;
	}
	.footer_item .zahlungsarten .zahl{
		width: 250px;
	}
	.footer_item .zahlungsarten .zahl img{
		width:50px;
	}
	.module_prod_last{
		padding: 0px 0px 30px
	}
	.cat_block{
		margin-bottom: 0px;
	}
	.cat_block .head{
		margin-bottom: 20px;
	}
	.mod_recomend .owl-nav, 
	.mod_recomend .owl-dots,
	.home_sale .owl-nav,
	.home_sale .owl-dots{
		height: 0px;
	}
	.home_sale{
		margin-bottom: 20px;
	}
	.acym_module{
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
    .hide-768 {
        display: none;
    }
    .show-768 {
        display: block;
    }
    .item-page h1, .item-page h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }    
    #content {
        margin-bottom: 20px;
    } 
	.bodyhome .content{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
    .item-page, .home{
        font-size: 16px;
    }
    .item_last_product {
        flex: 50% 0 0;
    }
    .latest_products_flex {
        flex-wrap: wrap;
    }    
    .prod_last {
        padding: 0px 0px 30px;
    }
    .item_last_product {
        margin-bottom: 15px;
    }
	footer{
		padding-top: 0px;
		background: #fff;
	}
	footer > .container{
		padding-left: 0px;
		padding-right: 0px;
	}
    .footer_item.col-md-4{
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer_item.col-md-4 > * {
        padding-left: 15px;
        padding-right: 15px;
    } 
    .footer_item .page-header{
        margin-bottom: 30px;
    }
    .footer_item .custom{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .footer_item.bmenu .page-header{
        border-top: 1px solid #cfcfcf;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0px;
        cursor: pointer;
    }
    .footer_item.bmenu .page-header:after,
	footer .mod_address .page-header:after,
	footer .netzwerken h3:after
	{
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        top: 18px;
        right: 15px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .footer_item ul.nav{
        padding: 0px;
        display: none;
    }
	footer .mod_address > div,
	footer .netzwerken > div
	{
		display: none;
		padding-bottom: 20px;
	}
    .footer_item ul.nav.active{
        display: block;
    }
	footer .mod_address.active > div,
	footer .netzwerken.active > div
	{
		display: block;
	}
    .footer_item ul.nav li{
        border-top: 1px solid #cfcfcf;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-bottom{
        background: #fff;
        border-top:0px;
        border-bottom: 0px;
    }
    .footer-bottom ul.nav{
        order:0;
        flex-direction: column;
        padding-right: 0px;
    }
    .footer-bottom .custom{
        order:1;
    }
    .footer-bottom ul.nav .divider{
        display: none;
    }
    .footer-bottom ul.nav li{
        border-top: 1px solid #cfcfcf;
        width: 100%;
        padding-left: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
    }        
    .footer-bottom .custom.footer-logo{
        border-top: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
        background-color: #f4f4f4;
        padding-bottom: 5px;
    }
    .footer-bottom .social{
        justify-content: space-around;
        margin-top: 10px;
    }
    .footer-bottom .menu{
        padding-left: 0px;
        padding-right: 0px;
    }
    .social a {
        margin-left: 0;
        margin-right: 15px;
    }
    .contact-wraper{
        padding: 0px;
        background: #fff;
    }
    .acym_module_form .d-flex{
        flex-direction: column;
    }
    .acym_module_form .d-flex > *{
        padding-left: 25px;
        padding-right: 25px;
    }
    .acym_module_form .acym__user__edit__email{
        width: 100%;
        max-width: 100%;    
    }
    .acym_module_form .d-flex .btn{
        width: 100%;
        max-width: 100%;
    }
    .gray{
        margin-bottom: 40px;        
    }
    .gray.acym{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
	
	footer .inner > div{
		width: 100%;
	}
	footer .inner > div:nth-child(3) {
		order: 3;
		margin-bottom: 0px;
	}
	footer .inner > div:nth-child(4) {
		order: 4;
		width: 100%;		
	}
	footer .inner > div:nth-child(4) > h3{
		display: none;
	}
	.footer_item .zahlungsarten .zahl{
		display: none;
	}
	footer .b_ver_net .versand{
		display: none;
	}
	.footer_item.bmenu{
		padding-left: 0px;
	}
	footer .mod_address, 
	footer .netzwerken{
		position: relative;
		width: 100%;
	}
	footer .mod_address .page-header,
	footer .netzwerken h3{
		border-top: 1px solid #cfcfcf;
		padding-top: 12px;
		padding-bottom: 12px;
		margin-bottom: 0px;
		cursor: pointer;
	}
	footer .b_ver_net{
		margin-bottom: 0px;
	}
	.footer_item .custom{
		padding-bottom: 0px;
	}
	
	.footer_item h3{
		color: #333;
		font-size: 20px;
		padding-left: 15px;
	}
	.footer_item .address{
		padding-left: 15px;
	}
	footer .netzwerken.active > div{
		padding-left: 15px;
	}
	.footer-bottom .container{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}
	.footer-bottom ul.nav li{
		border-top: 0px;
		border-bottom: 1px solid #cfcfcf;
	}
	.footer-bottom .nav a{
		text-decoration: none;
		font-family: Lora;
		font-size: 20px;
		display: block;
	}
	.footer_item .nav a{
		display: block;
	}
	.copyright{
		font-weight: 300;
		padding-top: 20px;
	}
}

@media (max-width: 650px) {
    .item-benefit {
        padding-left: 20px;
        padding-right: 20px;
    }    
    .home h1,.home h2{
        text-align: center;
    }
    
    .brand .img-fluid {
       max-width: 150px;
       margin-top: 10px;       
    }
    .jshop_tree_categories ul li a span{
        font-size: 18px;
    }
    .jshop_tree_categories ul ul li a span{
        font-size: 16px;
    }
    .jshop_tree_categories .cattree0-0 > li::after{
        top:18px;
    }
    .list_prod_more{
        margin-top: -10px;
    }
	.home-slider .item{
		height: 400px;
	}
	.home-slider .h1{
		font-size:30px;
	}
	.home-slider .sh1{
		font-size:30px;
	}
	.home-slider .white_block{
		width: 100%;
	}
	.acym_introtext	{
		font-size: 16px;
	}
	.acym_form_block{
		flex-wrap: wrap;
		margin-left: 30px;
		margin-right: 30px;		
	}
	.acym_form_block .acym_form,
	.acym_form_block .btn_fix_line,
	.acym_module .acym_module_form input
	{
		width: 100%;
	}	
	.acym_module_form .btn{
		background-image: none;
		margin-top: 10px;
	}
	.ihre-vorteile > div {
		width: 100%;
		justify-content: left;
	}
	.mod_carousel.subheader2{
		margin-bottom: 20px;
	}
	.module.manufactuter_list .jshop_menu_level_0{
		padding-left: 15px;
		padding-right: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 480px) {
    .xs-center{
        text-align: center;
    }
    .hide-480 {
        display: none;
    }
    .inputbox{
        font-size: 16px;
    }
    .btn.bigtext{
        font-size: 16px;
    }
    .btn{
        width: 100%;
    }
    .center-benefits-flex, .center-bottom-list {
        flex-direction: column;
    }
    .item-benefit {
        padding-left: 15px;
        padding-right: 15px;
    }        
    .login .icon-users {
        display: block;
        color: black;
    }    
    
    .item-page h1, .item-page h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .item-benefit {
        margin-bottom: 25px;
    }
    .item-benefit .img {
        margin-bottom: 15px;
    }
    .page-reset p{
        font-size: 16px;
    }
    .page-reset input{
        width: 100%;
    }
	.module_prod_last h3{
		font-size: 28px;
	}
	.home-slider .item{
		height: 260px;
	}
	.home-slider .white_block{
		margin-top:15px;
	}
	.cat_block .head{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.cat_block .body .items > div > div{
		height: 200px;
		padding-right: 20px;
	}	
	.cat_block .body .name{
		margin-right: -5px;
	}
	.copyright{
		font-size: 14px;
	}
}
@media (max-width: 420px) {
	.menu-row{
		padding-top: 0px;
	}
    .brand .img-fluid {
       max-width: 110px;
       margin-top: 10px;       
    }
    #logo a{
        margin-left: 50px;
    }
	.right-top-modules #jshop_module_wishlist, .right-top-modules .cartajax_adv_module, .right-top-modules .mob_login{
		margin-left:10px;
	}
	.right-top-modules .cartajax_adv_module{
		margin-left:0px;
	}
	#main_menu{
		margin-top: 0px;
	}
	#mobile-menu{
		padding-top: 10px;
	}
	.cat_block .body .items > div > div{
		height: 180px;
	}
	.cat_block .body .name{
		font-size: 50px;
		margin-bottom: 10px;
	}
	.cat_block .body .sname{
		font-size: 18px; 
	}
	.acym_form_block{		
		margin-left: 10px;
		margin-right: 10px;		
	}
	.footer_item .address{
		flex-wrap: wrap;
	}
	.footer_item .address > div{
		width: 100%;
	}
	.footer_item .address > div:first-child{
		margin-bottom: 20px;
	}
	.ihre-vorteile .name{
		font-size: 16px;
	}
}
