@import url("custom-variables.css");
@import url("custom-sppb-article-full-width.css");
body{background-color: #fefefe;color: #333;}
body, a{font-family:var(--secondary_font,sans-serif) !important;}
h1,h2,h3,h4,h5,h6{font-family:var(--primary_font,sans-serif) !important;}
.pri_font, 
.pri_font_heading h1, 
.pri_font_heading h2, 
.pri_font_heading h3, 
.pri_font_heading h4, 
.pri_font_heading h5,
.pri_font_content p,
.pri_font_content div,
.pri_font_content span,
.pri_font_link a,
.pri_font_link button
{font-family:var(--primary_font);}
.sec_font, 
.sec_font_heading h1, 
.sec_font_heading h2, 
.sec_font_heading h3, 
.sec_font_heading h4, 
.sec_font_heading h5,
.sec_font_content p,
.sec_font_content div,
.sec_font_content span,
.sec_font_link a,
.sec_font_link button
{font-family:var(--secondary_font);}
.ter_font, 
.ter_font_heading h1, 
.ter_font_heading h2, 
.ter_font_heading h3, 
.ter_font_heading h4, 
.ter_font_heading h5,
.ter_font_content p,
.ter_font_content div,
.ter_font_content span,
.ter_font_link a,
.ter_font_link button
{font-family:var(--tertiary_font);}

.pri_color{color:var(--primary_color);}
.pri_color_light{color:var(--primary_color_light);}
.pri_color_dark{color:var(--primary_color_dark);}
.sec_color{color:var(--secondary_color);}
.pri_color_LINK a{color:var(--primary_color);}
.pri_color_LINK_light a{color:var(--primary_color_light);}
.pri_color_LINK_dark a{color:var(--primary_color_dark);}
.sec_color_LINK a{color:var(--secondary_color);}
.pri_color_LINK a:hover,
.pri_color_LINK_light a:hover,
.pri_color_LINK_dark a:hover,
.sec_color_LINK a:hover{text-decoration:underline;}
.pri_color_BG{background-color:var(--primary_color);}
.pri_color_BG_light{background-color:var(--primary_color_light);}
.pri_color_BG_dark{background-color:var(--primary_color_dark);}
.sec_color_BG{background-color:var(--secondary_color);}
.sec_color_BG_light{background-color:var(--secondary_color_light);}
.sec_color_BG_dark{background-color:var(--secondary_color_dark);}
img{display: inline;}
#sp-top-bar {background-color:var(--secondary_color_dark);color: #aaa;}
#sp-top-bar a {color:#aaa;}
a,.article-list .article .readmore a,
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a
{color:var(--secondary_color_light);}
a:hover, .article-list .article .readmore a:hover
.article-list .article .article-header h1 a:hover, 
.article-list .article .article-header h2 a:hover
{color:var(--secondary_color_light);}
a{color:var(--primary_color);}
a:hover{text-decoration: underline;}

.sp-page-title {background-color:var(--primary_color);padding: 30px 0px 45px;}
.sp-page-title .breadcrumb a, .sp-page-title .breadcrumb span,
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a
{font-size: 16px;font-family: var(--tertiary_font)}
.sp-page-title .sp-page-title-heading{font-size: 40px;}
.sp-page-title:before {
    opacity: 0.9;
    background-image: linear-gradient(to bottom, #00227e, #1960ca 98%);
}
#sp-header.header-sticky ~ section#sp-main-body{
  padding-top: 0px !important;
} /* fix for sticky nav (check "custom.js")*/
.sp-page-title {background-color:var(--primary_color);}
.sp-scroll-up{background:#444c55;bottom: 25px;}

.underline .sppb-addon-title{border-bottom:2px solid var(--primary_color_light);padding: 1px 0px;width: fit-content;}
.underline_light{border-bottom:1px solid #eee;padding: 1px 0px;width: fit-content;}
.hidden{display: none;}
.round-circle{border-radius:50%;}
.round-border{border-radius:15px;}
.rounded-corner{border-radius:8px;}
.rounded-image img{border-radius:8px;}
.border-image-white img{border:2px solid #fff;}
.center{text-align: center;}
.p_no_margin p{margin: 0;}
.link_inverse a{text-decoration: underline;color: #efefef;font-weight: 600;}
.link_inverse a:hover{color: #fff;}
.inverted_link a{color: #fff;}
.trennzeichen{cursor: default;}
.p_bigger{font-size: 16px;line-height: 28px;color: #555;}
.five_columns .sppb-col-md-2,
.five_columns .sppb-col-md-4
{
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.btn-primary, .sppb-btn-primary {
  border-color: var(--primary_color);
  background-color: var(--primary_color);
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color:var(--primary_color_light);
  background-color: var(--primary_color_light);
}
.com-users.view-login .login .password-group .input-group-text{
  border-color: var(--primary_color);
  background-color: var(--primary_color);
}

.login .fa-key:before{
  color: #fff;
}

.article-intro-image {
	max-width: 283px;
}

/* ----------------- Styling for Offcanvas Menu -----------------*/
#offcanvas-toggler {
    float: none;
    margin: 0;
    line-height: 1;
    font-size: 1.2rem;
    position: fixed;
    right: 15px;
    top: 10px;
    padding: 10px;
	height: auto;
    background-color:var(--primary_color);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
}
#offcanvas-toggler:hover, .close-offcanvas {background:var(--primary_color_dark);}
#offcanvas-toggler > .fa{color: #fff;}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active{color:#fff;}

.offcanvas-menu .offcanvas-inner .sp-module:first-child{background: #fff;margin-bottom: 0;}
#telefon_offcanvas{text-align:center;}
#telefon_offcanvas .fa{font-size:2rem;}
#telefon_offcanvas .info_text{font-size:1.6rem;line-height:1.5rem;margin: 0 auto;}
#telefon_offcanvas .info_text p{margin-bottom: 0.5rem;}
#telefon_offcanvas a{color:var(--primary_color);}
#telefon_offcanvas a:hover{color:var(--primary_color_light);}

.offcanvas-menu{color:var(--primary_color);}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus
{color:var(--primary_color);}

/* ----------------- Styling for Menu -----------------*/
.sp-megamenu-parent{
  float: left;
} 
/*
.sp-megamenu-parent{
  float: none;
  text-align: center;
} 
.sp-megamenu-parent li,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item{
  text-align: left;
}
*/
.sp-megamenu-parent > li > a{font-size: 16px; color:var(--secondary_color_light);}
.sp-megamenu-parent > li > a:hover{color:var(--secondary_color);}
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a{
  font-weight: 600;
  color:var(--secondary_color);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a
{color:var(--secondary_color);}
/*.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: var(--primary_color);
}*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover
{
  text-align: left;
  color:var(--secondary_color_light);
}


#sp-bottom .sp-module .sp-module-title{
	font-family:var(--secondary_font) !important;
	font-weight: normal;
	font-size: 1.2rem;
	border-bottom: 2px solid #ccc;
  padding: 1px 0px;
  width: fit-content;
}
#sp-bottom4 .sp-module{margin-bottom:15px;}
#sp-bottom {
    background: var(--primary_color);
    color: #777;
}
.sp-module ul >li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.sp-module ul >li:last-child {border:none;}
#sp-bottom .sp-module ul > li{margin-bottom: 0px;}
#sp-bottom1{max-width: 350px;}
.sp-module ul >li >a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    margin-right: 8px;
}
.sp-module ul >li >a {
	color:#5a5959;
    display: block;
    line-height: 36px;
    padding: 2px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
#sp-bottom a {color: #777;}
#sp-bottom a:hover {color: #555;;text-decoration: underline;}
#sp-footer {
    background: #ccc;
    color: #444c55;
}
#sp-footer li{
  border: 0px;
}
#sp-footer a{
  color: #555;
}
#sp-footer a:hover{
  color: #333;
}
#sp-footer1{
  padding-top: 10px;
}
#sp-footer .container-inner{
  padding: 15px 0px;
}
.breadcrumb{
  background: transparent;
  margin-top: 20px;
  font-size: 13px;
  padding: 0;
  color: #777;
}
.article-details .article-header h1, .article-details .article-header h2,
.page-header h1, .page-header h2{
  font-family: var(--primary_font,sans-serif) !important;
  font-size: 32px;
  background: #f9f9f9;
  padding: 15px 15px;
}

.blog .page-header{
 margin-bottom: 50px;
}

.article-details .article-ratings-social-share{display: none !important;}
.article-details .article-can-edit {
    position: absolute;
    margin-bottom: 0px;
    display: block;
    width: auto;
    top: -80px;
    right: 0px;
    height: auto;
}

.sppb-addon-articles h3{
  font-size: 20px
}

.sppb-addon-articles .sppb-article-img-wrap{
	display: block;
	overflow: hidden;
	width: fit-content;
}

.sppb-article-info-wrap {
  padding: 20px;
  background: #F7F6F0;
  min-height: 135px;
}

.sppb-article-introtext {
  font-size: 14px;
}

.sppb-addon-single-image.zoom .sppb-addon-single-image-container,
.droppicsgallery .cboxElement{
	display: block;
	overflow: hidden;
	width: fit-content;
}

.sppb-addon-articles img,
.blog-featured .item-image img, 
.blog .item-image img,
.blog .article-intro-image img
{
  object-fit: cover;
  object-position: top;
	box-shadow: 0 3px 5px 0px rgba(0,0,0,0.15);
	-webkit-filter: brightness(1) blur(0);
	filter: brightness(1) blur(0);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	backface-visibility: hidden;
}

.sppb-addon-single-image.zoom .sppb-addon-single-image-container img,
.droppicsgallery .cboxElement img{
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	backface-visibility: hidden;
}

.sppb-addon-articles img:hover,
.blog-featured .item-image img:hover,
.blog .item-image img:hover,
.blog .article-intro-image img:hover,
.sppb-addon-single-image.zoom .sppb-addon-single-image-container img:hover,
.droppicsgallery .cboxElement img:hover
{
	-webkit-filter: brightness(1.1) saturate(1.2) blur(0px);
	filter: brightness(1.1) saturate(1.2) blur(0px);
	-webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.com-content #sp-main-body {
  padding: 50px 0px 100px 0px;
}

.article-list .article{
  background: #F7F6F0;
}

.sppb-addon-articles .sppb-readmore{float:right;}
.article-introtext {
  font-size: 13px;
}
.blog .article-list .article .article-header h1 a, 
.blog .article-list .article .article-header h2 a
{color:var(--secondary_color);}
.blog .article-list .article .article-header h1 a:hover, 
.blog .article-list .article .article-header h2 a:hover
{color:var(--secondary_color);}

.blog-featured .introtext,
.blog .introtext
{min-height: 45px;}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: #fff;
}

.pager{border:none;margin-bottom: 50px;}
.pager > li a{
  color:var(--primary_color_dark);
  border: 1px solid var(--primary_color_dark);
}
.pager > li a:hover{
  color:var(--secondary_color);
  border: 1px solid var(--secondary_color);
  text-decoration: none;
}

#sp-above-content-one{
  padding: 25px;
  background: #f5f5f5;
}

#sp-above-content-one h1,
#sp-above-content-one h2,
#sp-above-content-one h3,
#sp-above-content-one p
{
  margin-bottom: 0px;
}

#sp-above-content-two{
  padding: 25px;
}

#sp-left .sp-module, 
#sp-right .sp-module {
 
  border: 0px solid #f3f3f3;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2)
}

#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#sp-right .featuredProductImage{
  margin: 0 auto;
}

#sp-right .vmgroup .spacer{
  margin-bottom: 15px;
}

.menu-2 ul{
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(40px, 1fr) );
  /* float: right; */
  /* width: 100%; */
  height: 60px;
  padding: 0;
  align-items: center;
}
.menu-2 .menu-image-title,
.menu-2 ul >li >a:before{
  display: none;
}

.menu-2 ul >li >a > img{
  max-width: 30px;
  margin: 0 auto;
}

.acymailing_module_form .inputbox{
  width: 100% !important;
}

.acysubbuttons{
  margin-top: 10  px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap:5px;
}

.acysubbuttons input{
  font-size: 14px;
}

.vm-search-descr{
  display: none !important;
}

.virtuemart_search input
{
  width:initial !important;
  display: initial !important
}
.browse-view .row .product .spacer img, 
.related-products-view .row .product .spacer img{
  margin: 0 auto;
}

.category-view .row .category .spacer, .featured-view .spacer, .discontinued-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
  padding: 35px;
}

div.product.vm-col-2 {
  margin: 10px;
  width: 47%;
}

span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button span.addtocart-button-disabled
{
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: #fff;
}

.quantity-box .quantity-input, .cart-summary .quantity-input {
  height: 34px;
  width: 34px !important;
  padding: 1px !important;
}

.browse-view h1{
  margin: 20px 0px;
}

.vm-pagination-top{
  display: none;
}

.display-number, .control-buttons
{
  line-height: 3;
}
@media only screen and (max-width : 1600px){
}
@media only screen and (max-width : 1200px){
}
@media (max-width: 1200px) and (min-width: 992px){
}
@media only screen and (max-width : 992px)
{
  #sp-header{
    height: 0px;
  }
  
  #sp-menu-2{
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: auto;
    width: 50px;
    background: #fff;
    box-shadow: 0 2px 15px #807d7d42;
    padding: 5px 0px;
  }
  
  .menu-2 ul{
    height: auto;
    grid-gap:8px;
  }
  .sp-module ul >li
  {
    border: 0px;
  }
  .menu-2 ul >li >a > img {
    display: block;
  }
  
}
@media only screen and (max-width : 768px)
{
  .blog-featured .item-image img, 
	.blog .item-image img, 
	.blog .article-intro-image img,
	.sppb-addon-articles img
	{ width: 100%;height: auto;}
	.blog-featured .item, 
	.blog .item{height: auto !important;}
  
  #sp-logo{
    padding-top: 15px;
  }
  
  #sp-above-content-one h1,
  #sp-above-content-one h2,
  #sp-above-content-one h3,
  #sp-above-content-one p{
    font-size: 22px;
  }
  
  #sp-above-content-sec-one {
    margin-top: 25px !important;
  }
}
@media only screen and (max-width : 600px)
{
  #sp-logo-top p{
    margin-bottom: 0px;
  }
  
  #sp-logo-top img{
    max-width: 75%;
    min-width: 250px;
  }1
}

@media only screen and (max-width : 400px)
{
  #sp-logo-top img{
    float: left;
    max-width: 75%;
    min-width: 200px;
  }
}



@media only screen and (min-width: 768px) {
	.blog-featured .item-image img, 
	.blog .item-image img,
	.blog .article-intro-image img,
	.sppb-addon-articles img
	{width: 375px;height: 175px;}
}
@media (min-width: 992px)
{
}
/*
@media (min-width: 1200px)
{
	#icons .sppb-row-container,
	#sp-above .container,
	#sp-logo .container,
	#sp-header .container
	{max-width: 1240px;width: 1240px;}
	#sp-logo-above, #sp-above-top, #sp-header .container{padding: 0;}
}
*/