/* Custome for fenix theme */

.com_sppagebuilder #t4-main-body .container-fluid  {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.t4-main-body {
    overflow: hidden;
}
#back-to-top {
    z-index:99999;
}
#t4-masthead  {
    padding-top: 65px;
    padding-bottom: 65px;
}
.t4-masthead .container .page-title{
    font-size: 3.75rem;
    margin: 0px 0px 32px 0px;
}
@media (max-width: 991.98px){
.t4-masthead .container .page-title {
    font-size: 29px;
  }
}

#t4-header .border-bottom {
  border-bottom:0 !important;
}

.t4-palette-light {
    background: rgba(255, 255, 255, .95);
}

.module-title {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.t4-footnav .t4-module .module-title span {
    border-bottom: 2px solid var(--primary);
}

.t4-topbar {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.readmore .btn:after {
    font-family:FontAwesome;
    content:"\f178";
    font-size:15px;
    padding-left:15px;
    color:var(--primary);
}

.readmore .btn:hover, .readmore .btn:active, .readmore .btn:focus{
    background: transparent!important;
    color:var(--primary);
    border-bottom-color: var(--primary);
}

.readmore .btn {
    border-radius: 0;
    border-bottom: 1px solid #22222c;
    background: transparent;
    padding: 0.6rem 1rem;
    letter-spacing: .05rem;
    font-size: 15px;   
}

.btn.btn-primary:hover {
    opacity: 1;
}

.intro-image .category a, .category-name a, .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
}
.category-name a {
    background: var(--primary);
    display: inline-block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: .7333rem;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase;
    border-radius: 20px;
}
.category-name a:hover{
    color: #fff;
}
.tags > li > a:hover{
    color: #fff;
}
.tags > li > a {
    background-color: var(--primary);
    color: #fff;
    border-radius: 20px;
}

@media only screen and (min-width: 1500px){
    .container {
        max-width: 1350px;
    }   
}

#t4-header .container {
    padding-top: 1.0rem;
    padding-bottom: 0.0rem;
}

.dropdown-menu li.show > a, .dropdown-menu li.show > span, .dropdown-menu li.active > a, .dropdown-menu li.active > span {
    color: var(--primary)!important; 
}

.dropdown-menu li .dropdown-item {
    color: rgba(0, 0, 0, 0.7) !important;
}

.items-row .item .item-content, .items-row .blog-item .item-content, .blog-items .item .item-content, .blog-items .blog-item .item-content {
    padding: 37.5px;
    background: #fff9f6;
    border-radius: 0px 0px 20px 20px;
}

.customsidebar {
     padding: 15px;
     background: #fff9f6;
     border-radius: 0px 0px 20px 20px;
    
 }

@media (min-width: 768px) and (max-width: 1300px){
.customsidebar {
      padding: 2.5px;
      border-radius: 0px 0px 20px 20px;
      background: #fff9f6;
  }
}

.items-row .item .item-content, .items-row .blog-item .item-content, .blog-items .item .item-content, .blog-items .blog-item .item-content {
    box-shadow:0px 2px 6px 0px rgba(0,0,0,0.10);
}

.items-row .item .item-content:hover, .items-row .blog-item .item-content:hover, .blog-items .item .item-content:hover, .blog-items .blog-item .item-content:hover {
  box-shadow: 0 25px 40px -15px rgba(26, 97, 171, 0.4), inset 0 -8px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.items-row .item .item-image, .items-row .blog-item .item-image, .blog-items .item .item-image, .blog-items .blog-item .item-image {
    float: none!important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.tagspopular ul > li {
    background: var(--primary);
    color: #fff;  
}

.tagspopular ul > li > a {
    color: #fff;
}

.tagspopular ul > li > a:hover {
    color: #fff;
}

.items-more .nav-tabs > li > a {
    background: none !important;
    color: #343a40 !important;
}

.items-more .nav-tabs {
    border-bottom: none;
}

.pagination .page-item > a {
    color: rgb(51, 51, 51);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    height: 50px;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: center;
    width: 50px;
    background: #fff;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(244, 244, 244);
    border-image: initial;
}

.wrap-pagination ul.pagination {
    margin: 0;
}
.pagination {
    margin: 3rem auto .75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}

.t4-offcanvas .t4-off-canvas-header {
    background: var(--primary);
    color: #fff;
}

.t4-offcanvas .t4-off-canvas-header .close {
    background: transparent;
    color: #fff;
}

#back-to-top {
    background: var(--primary);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 100% ;
    display: none!important;
    position: fixed;
    right: 3.4286rem;
    bottom: 1.7143rem;
    height: 64px;
    text-align: center;
    width: 64px;
    z-index: 100;
    animation: pulse-blue-small 2s infinite;
}

@media (min-width: 768px){
.top-away.not-at-top #back-to-top {
    display: block!important;
  }
}

#back-to-top i {
    color: #fff;
    line-height: 64px;
    font-size: 17px;
}

a:hover {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

 .breadcrumb {
    display: inline-flex;
    font-size: 17px; 
}
   
.t4-module .nav > li.active > a, .t4-card .nav > li.active > a, .moduletable .nav > li.active > a, .module_menu .nav > li.active > a {
    color: var(--primary);
}

@media (max-width: 991.98px){
.footer-logo {
    text-align: center;
    margin-top: 1rem;
 }
}

@media (max-width: 990px){
.t4-megamenu .navbar-nav > li > .nav-link{
    padding: 7px!important;
 }
}

@media (max-width: 990px){
.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
    border-bottom: none!important;
 }
}

.t4-offcanvas-toggle {
    background:#fff;
    border: 0;
    display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-left: 1.0715rem;
    text-align: cener;
    width: 40px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: var(--primary);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,.1);
}

.t4-offcanvas-toggle:hover {
    color: var(--primary);
}

.navbar .navbar-toggler {
    background: #fff;
    border-radius: 3px;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 40px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin-right:-13px;
    color: var(--primary);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,.1);
}

@media (max-width: 991.98px){
.nav-breakpoint-lg div.t4-megamenu {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-top: 0;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 10px 0;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
 }
}

.t4-megamenu .navbar-nav>li>.nav-link, .t4-megamenu .navbar-nav>li>a {
   font-size: 17px;
 
}

.t4-megamenu .navbar-nav > li > .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 1.2rem;
    padding: 1.0rem 0.0rem 1.5rem .0rem;
}

@media (max-width: 1300px) and (min-width: 768px){
#sppb-addon-1593608468892 #btn-1593608468892.sppb-btn-custom {
font-size: 15px!important;
 }
}

.logo-img{
  margin-top:7px;
}

@media only screen and (min-width: 992px){
 .t4-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 29;
  }
}

@media (max-width: 991.98px){
#t4-masthead  {
    padding-top: 5px;
    padding-bottom: 6px;
 }
}

.counter {
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem!important;
    height: 50px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: .0rem 0;
}

.t4-megamenu .navbar-nav>li.active>a:before, .t4-megamenu .navbar-nav>li.active>.nav-link:before {
    width: 30px;
}

.t4-palette-mainnav .navbar-nav>li>a:active {
    color: #e812b8!important;
}

.t4-megamenu .navbar-nav>li>a:before, .t4-megamenu .navbar-nav>li>.nav-link:before {
    background: var(--primary);
    content: "";
    bottom: -1px;
    left: 0;
    height: 3px;
    position: absolute;
    width: 0;
    transition: 500ms all;
}

.t4-megamenu .navbar-nav>li>a:hover:before, .t4-megamenu .navbar-nav>li>a:focus:before, .t4-megamenu .navbar-nav>li>a:active:before, .t4-megamenu .navbar-nav>li>.nav-link:hover:before, .t4-megamenu .navbar-nav>li>.nav-link:focus:before, .t4-megamenu .navbar-nav>li>.nav-link:active:before {
    width: 30px;
}

.social-list-sm {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0px;
}

#login-form input {
    border-radius: 2rem;
}

.item-image img {
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    transition: 500ms all;
}

.item-image {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}

.item-image img {
    max-width: 100%;
}
.item-image:hover img {
    transform: scale(1.05);
}

.j2store-products-row .j2store-single-product .product-title {
    border-top: 1px solid #eee;
}

 .cart-item-count {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -9px;
    right: 0;
    border-radius: 100%;
    text-align: center;
}

#column-wrap-id-1618396683524 {
    padding-right: 0px;
    padding-left: 0px;
}


#sppb-addon-1618397176463, #sppb-addon-1618401717991 {
  max-width:600px;
  box-shadow:10px 10px 0px rgba(150,150,150,0.1) !important;
}



.t4-palette-mainnav .t4-megamenu .navbar-nav > li a, .t4-palette-mainnav .t4-megamenu .navbar-nav > li a, .t4-palette-mainnav .t4-megamenu .navbar-nav > li a, .t4-palette-mainnav .t4-megamenu .navbar-nav > li .nav-link, .t4-palette-mainnav .t4-megamenu .navbar-nav > li .nav-link, .t4-palette-mainnav .t4-megamenu .navbar-nav > li .nav-link {
color:#444;
}

.t4-palette-mainnav .t4-megamenu .navbar-nav > li a:hover, .t4-palette-mainnav .t4-megamenu .navbar-nav > li a:focus, .t4-palette-mainnav .t4-megamenu .navbar-nav > li a:active, .t4-palette-mainnav .t4-megamenu .navbar-nav > li .nav-link:hover, .t4-palette-mainnav .t4-megamenu .navbar-nav > li .nav-link:focus, .t4-palette-mainnav .t4-megamenu .navbar-nav > li .nav-link:active {
color:#f00;
}

.links, .shadow {
 box-shadow:10px 10px 0px rgba(150,150,150,0.3) !important;  
}
.links a { color:#fff; }
.links a::before { content:"≫ "; }
.links a:hover { font-weight:bold; color:#fff; }
.links .sppb-addon-title { width:25%; float:left; margin-top:0; }
.links .sppb-addon-title:first-letter { font-size:46px; font-weight:900; }
.column { width:75%; column-count:2; padding-top:28px; padding-bottom:15px; }

#back-to-top i, .t4-offcanvas-toggle i { color:#777; }
#back-to-top { animation:none; border:2px solid #ddd; }

.dropdown-menu li.show > a, .dropdown-menu li.show > span, .dropdown-menu li.active > a, .dropdown-menu li.active > span {
 color:#f00 !important; 
}

h2, h3 { margin-top:30px; margin-bottom:30px; }

.sendbutton { 
  border-radius:0 !important; 
  background:#f00 !important; 
  font-size:16px !important;
  padding:8px 16px !important;
}


#Anfrage { width:100%; }

ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title, #rsmg_footer  {
display: none !important;
}

ul#rsmg_gallery_filters li .filter, ul#rsmg_gallery_filters li {
border-radius:0px !important;
}

ul#rsmg_gallery_filters li {
background-color:#f00;
background-image: linear-gradient(to bottom,#f00,#f00);
padding: 12px 20px !important;
margin:0% !important;
margin-top:5px !important;
  color:#fff;
  text-shadow:none;
}

ul#rsmg_gallery_filters li:hover {
  background-color:#f00;
background-image: linear-gradient(to bottom,#f00,#f00);
  color:#fff;
}

ul#rsmg_gallery_filters li:active, ul#rsmg_gallery_filters li.active, ul#rsmg_gallery_filters li.disabled, ul#rsmg_gallery_filters li[disabled] {
 background-color:#fff;
  color:#f00;
}

.container-fluid {
  padding-left:0px;
  padding-right:0px;
}

#section-id-1620022593145 { overflow:hidden; }

.logoshadow {
  filter: drop-shadow(0px 7px 20px #f00);
}

#t4-main-body {
  background:#f4f4f4;
}

@media (orientation: portrait) {
  .t4-header { min-height:120px; }
  
.column { width:100%; padding:0; column-count:1; }

#column-id-1618396683524.sppb-element-loaded {
  background:none !important;
  }
}
.t4-offcanvas, .t4-offcanvas .t4-off-canvas-header {
  background:#f00;
}

.t4-off-canvas-header h3 {
  display:none;
}

.t4-offcanvas a, .t4-off-canvas-body a {
 color:#fff !important; 
}

.footnav-2 .nav-link {
  color:#343a40 !important;
}

.footnav-2 .nav-link:hover, .dropdown-menu a {
  color:#777 !important;
}

.t4-palette-mainnav a {
color:#fff !important;
}
.t4-palette-mainnav h1, .t4-palette-mainnav h2, .t4-palette-mainnav h3, .t4-palette-mainnav h4, .t4-palette-mainnav h1 a, .t4-palette-mainnav h2 a, .t4-palette-mainnav h3 a, .t4-palette-mainnav h4 a {
color:#fff;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link:hover, .t4-offcanvas .t4-off-canvas-body .navbar .separator:hover, .t4-offcanvas .t4-off-canvas-body .navbar .nav-link:focus, .t4-offcanvas .t4-off-canvas-body .navbar .separator:focus, .t4-offcanvas .t4-off-canvas-body .navbar .nav-link:active, .t4-offcanvas .t4-off-canvas-body .navbar .separator:active {
  background:rgba(255,0,0,0.3);
}

.links { 
  color:#fff !important;
  padding:15px 50px;
  background:rgba(255,0,0,1.0); 
}

.t4-megamenu .nav > .dropdown > .dropdown-toggle .item-caret {
border-top: 4px solid #fff;
}
.t4-palette-lukat .t4-module .module-title, .t4-palette-lukat .t4-module, .module-ct .navbar ul li a, .links h3{
color: #fff !important;
}

.t4-off-canvas-body .dropdown-menu {
background-color:#f00 !important;
}

.t4-off-canvas-body .dropdown-menu a:hover {
color:#f00 !important;
}

#t4-main-body, body, * {
  background-color: #f00;
  color:#fff !important;
}

.logo-img {
  margin-bottom:15px;
  margin-top:5px;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(images/Lato-Regular.ttf) format('truetype');
}
