body{
    font-family: "Roboto Regular", arial;
    color: #000000;
}
@font-face{
    font-family:roboto regular;
    font-style:normal;
    font-weight:400;
    src:local('Roboto Regular'),
    local('Roboto-Regular'),
    url(../Fonts/roboto-regular.woff) format('woff'),
    url(../Fonts/roboto-regular.ttf) format('truetype')
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Roboto Condensed",sans-serif;
}
body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 400;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}
body button{
    font-family: "Roboto Condensed", sans-serif;
}
body button:focus{
    outline: none;
    box-shadow: none !important;
}
a{
    color: #C31622;
}
a:hover{
    text-decoration: none;
    color: #C31622;
}
.scroll-top:active, .scroll-top:focus, .scroll-top:hover{
    background-color: #C31622;
}
/* cookie */
.cc-window.cc-floating{
    padding: 0px;
}
.cc-window.cc-floating .cc-btn:hover{
    background-color: black;
    border-color: white;
}
.cc-window.cc-floating .dp--cookie-check label[for="dp--cookie-marketing"]{
    display: none;
}
/* header */
#page-header{
    /*padding-top: 26px;*/
}
.backendlayout-default #page-header{
    background: #fff !important;
}

/* navar top menu */
.navbar{
    transition: none;
}
#mainnavigation{
    position: relative;
}
.section-topmenu{
    position: absolute;
    top: 0;
    right: 0;
    padding-right: inherit;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.section-topmenu .frame{
    padding: 0;
}
.section-topmenu ul{
    list-style: none;
    padding-left: 0;
}
.section-topmenu ul li{
    display: inline-block;
    margin-left: 40px;
}

.section-topmenu ul.language-menu li:first-of-type {
    margin-right: 10px;
}

.section-topmenu ul.language-menu li:last-of-type {
    margin-left: 0;
    border-left: 1px solid #000 ;
    padding-left: 10px;
}

.section-topmenu ul.language-menu li {
    font-weight: bold;
}

.navbar-default .section-topmenu ul.language-menu li:nth-last-child(1) a {
    color: #000;
}

.section-topmenu ul.language-menu li a:hover  {
    color: #000000;
}

.section-topmenu ul.language-menu li.active span  {
    font-family: "Roboto Condensed",sans-serif;
    color: #C31622 !important;
}



.section-topmenu ul li a{
    color: #fff
}
header .section-topmenu ul li a{
    font-family: "Roboto Condensed",sans-serif;
}
header.navbar-mainnavigation .nav-link-text{
    font-family: "Roboto Condensed",sans-serif;
}
.navbar-fixed-top .navbar-collapse.show{
    display: flex;
    flex-direction: column;
}
.navbar-mainnavigation > .container > .navbar-collapse > .navbar-nav:last-child{
    padding-bottom: 0px;
}
.backendlayout-default .section-topmenu ul li a{
    color: #000;
}
.navbar-default.navbar-transition .section-topmenu ul li:nth-last-child(1) a,
.navbar-default .section-topmenu ul li:nth-last-child(1) a,
.navbar-default-transition.navbar-transition .section-topmenu ul li:nth-last-child(1) a,
.section-topmenu .frame-inner > ul > li:nth-last-child(1) a{
    color: #C31622;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-default.navbar-transition .section-topmenu ul.language-menu li:nth-last-child(1) a,
.navbar-default .section-topmenu ul.language-menu li:nth-last-child(1) a,
.navbar-default-transition.navbar-transition .section-topmenu ul.language-menu li:nth-last-child(1) a,
.section-topmenu .frame-inner > ul.language-menu > li:nth-last-child(1) a{
    color: #000;
}

.navbar-default .section-topmenu .section-submenu-mobile-top ul li:nth-last-child(1) a{
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
}
.navbar-default .section-topmenu ul li a,
.navbar-default-transition.navbar-transition .section-topmenu ul li a{
    color: #000;
}
.section-submenu-mobile-top{
    display: none;
}
.section-submenu-mobile-top ul{
    padding-left: 15px;
}
.section-topmenu .section-submenu-mobile-top ul li a{
    font-size: 1rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
}
.section-topmenu .section-submenu-mobile-top ul li a:hover{
    color: rgba(0, 0, 0, 0.7) !important;
}
/* navbar navbar-main */
.backendlayout-default .navbar-default-transition:not(.navbar-transition) .navbar-nav > li > a{
    color: #000 !important;
}
.navbar-light .navbar-nav .nav-link,
.navbar-default .navbar-nav .nav-link,
.navbar-default-transition .navbar-nav .nav-link,
.navbar-default-transition.navbar-transition .navbar-nav .nav-link{
    color: #000;
}
.navbar-hover .section-topmenu ul > li > a,
.navbar-default-transition:not(.navbar-transition).navbar-hover .navbar-nav > li > .nav-link,
.navbar-hover .navbar-nav > li > a{
    color: #000 !important;
}
.navbar-hover .section-topmenu .frame-inner > ul > li:nth-last-child(1) a{
    color: #C31622 !important;
}
.navbar-mainnavigation > .container > .collapse > .navbar-nav:not(.navbar-main):first-of-type{
    display: none;
}
.navbar-mainnavigation > .container > .collapse > .navbar-nav,
.navbar-main{
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 25px !important;
    font-size: 20px;
}
.backendlayout-default .navbar-default-transition:not(.navbar-transition) .navbar-nav > li.active > a,
.backendlayout-default .navbar-nav > li > a:hover,
.backendlayout-default .navbar-nav > li > a.active,
.backendlayout-default .navbar-nav > li > a.focus,
.section-topmenu ul li.active > a,
.section-topmenu ul li a:hover,
.navbar-default .navbar-nav > li.active > .nav-link,
.navbar-default .navbar-nav > li > .nav-link:hover,
.navbar-default-transition .navbar-nav li.active > .nav-link,
.navbar-default-transition.navbar-transition .navbar-nav .active > .nav-link,
.navbar-default-transition.navbar-transition .section-topmenu ul li a:hover,
.navbar-default-transition.navbar-transition .navbar-nav .nav-link:hover,
.navbar-default-transition:not(.navbar-transition) .navbar-nav > li > .nav-link:hover,
.navbar-inverse-transition:not(.navbar-transition) .navbar-nav > li > .nav-link:hover,
.navbar-default-transition:not(.navbar-transition) .navbar-nav > li > .nav-link:focus,
.navbar-inverse-transition:not(.navbar-transition) .navbar-nav > li > .nav-link:focus{
    color: #C31622 !important;
}
.navbar-mainnavigation .navbar-nav > li.active > .nav-link:before,
.navbar-mainnavigation .navbar-nav > li > .nav-link:focus::before,
.navbar-mainnavigation .navbar-nav > li > .nav-link:hover::before,
.navbar-mainnavigation .navbar-nav > li:hover > .nav-link::before{
    opacity: 0;
}
.navbar-mainnavigation.navbar-fixed-top:not(.navbar-transition){
    box-shadow: none;
    border: none;
}
.navbar-mainnavigation .product-category .textpic-text .frame-header{
    padding: 40px 0 !important;
}
.navbar-mainnavigation .product-category .textpic-text .element-header a{
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
}
.navbar-mainnavigation .search-icon{
    width: 36px;
    height: 100%;
    background: url('../Images/submenu-search-icon.png') no-repeat;
    display: block;
    background-position: left;
    cursor: pointer;
    margin-left: 10px;
}
.navbar-hover .search-icon,
.backendlayout-default .navbar-mainnavigation .search-icon,
body.category-overview-product .search-icon,
body.single-product .search-icon,
.navbar-default .search-icon,
.navbar-mainnavigation.navbar-transition .search-icon{
    background-image: url('../Images/submenu-search-icon-hover.png');
}
.navbar-mainnavigation .item-search {
    position: relative;
}
.navbar-mainnavigation .item-search .block-search{
    position: absolute;
    top: 5px;
    right: 0;
    width: 0;
    overflow: hidden;
    transition: right 0.5s ease;
}
.navbar-mainnavigation .item-search.show .block-search{
    width: auto;
    right: 46px;
    transition: right 0.5s ease;
}
.navbar-mainnavigation .item-search .input-search{
    padding: 2px 10px;
    font-size: 16px;
    border: 1px solid #d9d9d9;
}
.navbar-mainnavigation .item-search input[type=submit]{
    display: none;
}

    /* Submenu */
.navbar-mainnavigation .navbar-nav > li.dropdown .frame-default a + header .element-header{
    display: none;
}
.navbar-mainnavigation .navbar-nav > li.dropdown{
    position: initial;
}
.section-submenu-top,
.navbar-mainnavigation .navbar-nav > li ul.dropdown-menu{
    width: calc(100% + 293px);
    left: -262px;
    padding: 75px 40px 20px 42px;
    border: none;
    overflow: auto;
    max-height: 85vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.section-submenu-top::-webkit-scrollbar,
.navbar-mainnavigation .navbar-nav > li ul.dropdown-menu::-webkit-scrollbar {
    display: none;
}
.navbar-mainnavigation .navbar-nav > li:hover ul.dropdown-menu .tx-pxa-product-manager .products-navigation{
    border: 0;
}
.navbar-mainnavigation .navbar-nav > li:hover ul.dropdown-menu {
    display: block;
}
.navbar-mainnavigation .product-category {
    padding: 0 20px;
}
.navbar-mainnavigation .product-category div[class*="col"]{
    min-height: 306px;
}
.section-submenu-top h2,
.navbar-mainnavigation .product-category .h2{
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    font-size: 3rem
}
.navbar-mainnavigation .product-sub-category .h2{
    text-indent: -121px;
}
.navbar-mainnavigation .product-category .textpic-item{
    padding-left: 11px;
    padding-right: 9px;
}
.navbar-mainnavigation .product-category .element-header{
    margin-top: 20px;
    margin-bottom: 0;
}
.navbar-mainnavigation .navigation-direct ul{
    list-style: none;
    padding-left: 0;
}
.navbar-mainnavigation ul.dropdown-menu .frame-default{
    padding-top: 0;
}
.navbar-mainnavigation .submenu-advance{
    padding: 0;
    max-width: 861px;
    margin: 24px auto;
}
.navbar-mainnavigation .textpic{
    cursor: pointer;
}
.navbar-mainnavigation .product-sub-category{
    display: none;
}
.navbar-mainnavigation .product-sub-category.active{
    display: block;
}
.navbar-mainnavigation .product-sub-category .navigation-back{
    margin-top: 10px;
    float: left;
    position: relative;
    cursor: pointer;
}
.navbar-mainnavigation .product-sub-category .navigation-back:before{
    transform: rotate(225deg);
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    border-top: 0.15rem solid #000;
    border-right: 0.15rem solid #000;
    top: calc(50% - 0.5rem);
}
.navbar-mainnavigation .product-sub-category .navigation-back span{
    text-transform: none;
    font-weight: normal;
    padding-left: 20px;
}
.navbar-mainnavigation .product-sub-category .row{
    justify-content: center;
}
.navbar-mainnavigation .form-product-search {
    margin-bottom: 55px;
}
.navbar-mainnavigation .form-product-search input{
    width: 100%;
    padding: 20px 80px 12px 20px;
    font-size: 2rem;
    border-color: #000;
    font-family: "Roboto Condensed",sans-serif;
}
.navbar-mainnavigation .form-product-search .group-field{
    position: relative;
}
.navbar-mainnavigation .form-product-search input.search-submit{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 40px;
    border: none;
    text-indent: -9999px;
    transform: translateY(-50%);
    background-image: url(../Images/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    padding: 0;
}
.section-submenu-top ul li,
.navbar-mainnavigation .navigation-direct ul li {
    border-top: 1px solid #000;
    padding: 13px 50px 10px;
    margin-right: 43px;
    font-size: 26px;
    font-weight: 400;
}
.section-submenu-top ul li:last-child,
.navbar-mainnavigation .navigation-direct ul li:last-child{
    border-bottom: 1px solid #000;
}
.section-submenu-top ul li a,
.navbar-mainnavigation .navigation-direct ul li a{
    color: #000;
    position: relative;
}
.section-submenu-top ul li a:hover,
.navbar-mainnavigation .navigation-direct ul li a:hover{
    color: #C31622;
}
.section-submenu-top ul li a:after,
.section-submenu-top ul li a:before,
.navbar-mainnavigation .navigation-direct ul li a:after,
.navbar-mainnavigation .navigation-direct ul li a:before,
.navbar-mainnavigation .navigation-direct ul li a span:after,
.navbar-mainnavigation .navigation-direct ul li a span:before{
    transform: rotate(45deg);
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-top: 0.15rem solid #000;
    border-right: 0.15rem solid #000;
    top: calc(50% - 0.5rem);
    margin-left: 35px;
}
.section-submenu-top ul li a:hover:after,
.section-submenu-top ul li a:hover:before,
.navbar-mainnavigation .navigation-direct ul li a:hover:after,
.navbar-mainnavigation .navigation-direct ul li a:hover:before,
.navbar-mainnavigation .navigation-direct ul li a:hover span:after,
.navbar-mainnavigation .navigation-direct ul li a:hover span:before{
    border-color: #C31622;
}
.section-submenu-top ul li a:before,
.navbar-mainnavigation .navigation-direct ul li a:before,
.navbar-mainnavigation .navigation-direct ul li a span:before{
    right: -40px;
}

/* submenu Top */
.section-topmenu .frame,
.section-topmenu .frame-container{
    position: initial;
}

.top-submenu .submenu-title,
.top-submenu .frame{
    display: none;
}
.section-submenu-top{
    display: none;
    position: absolute;
    padding-top: 75px;
    z-index: 2;
    top: 75px;
    text-align: center;
    text-transform: uppercase;
}
.section-submenu-top.submenu-show{
    display: block;
}
.section-submenu-top ul{
    max-width: 820px;
    margin: 0 auto;
}
.section-submenu-top ul li {
    width: 100%;
    text-align: left;
}
.navbar-default.navbar-transition .section-submenu-top ul li:nth-last-child(1) a,
.navbar-default-transition.navbar-transition .section-submenu-top ul li:nth-last-child(1) a,
.section-topmenu ul li:nth-last-child(1){
    color: #000;
}
.section-topmenu .section-submenu-mobile-top ul li:nth-last-child(1){
    color: unset;
}
.section-submenu-top ul li:nth-last-child(1) a{
    font-weight: normal !important;
}
.section-topmenu div.dropdown-toggle{
    position: absolute;
    top: 5px;
    right: 0;
    color: #7f7f7f;
}

/* Template */
.section-light{
    background-color: #fff;
}

/* Home Page */
body.backendlayout-leda_homepage .section-light .frame-header .element-header{
    font-weight: bold;
}

body.backendlayout-leda_homepage .section-light p{
    color: #000;
    /*word-break: break-all;*/
}
body.backendlayout-leda_homepage .frame-type-carousel{
    padding-top: 0;
    margin-top: -130px;
}
body.backendlayout-leda_homepage .frame-type-carousel .frame-container{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
body.category .carousel .carousel-content,
.carousel .carousel-container{
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1430px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
body.backendlayout-leda_homepage .carousel .carousel-container{
    height: 0;
    top: initial;
    bottom: 0;
}
body.backendlayout-leda_homepage .carousel:not(.carousel-small) .carousel-control{
    height: 100vh;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* Product Section */
body.backendlayout-leda_homepage .section-light .frame-header .element-header{
    font-weight: bold;
    font-size: 48px;
}
body.backendlayout-leda_homepage .product-category .textpic-above a{
    width: 100%;
}
.navbar-mainnavigation .product-category div[class*="col"],
body.backendlayout-leda_homepage .product-category div[class*="col"]{
    margin-bottom: 25px;
}
.navbar-mainnavigation .product-category .textpic:hover img,
body.backendlayout-leda_homepage .product-category .textpic:hover img {
    transition: all 1s;
    transform: scale(1.05);
}
.navbar-mainnavigation .product-category .textpic-text,
body.backendlayout-leda_homepage .product-category .textpic-text{
    position: absolute;
    bottom: 15px;
}
.navbar-mainnavigation .product-category.product-mobile-category{
    display: none;
}
.navbar-mainnavigation .product-category.product-mobile-category .product-mobile-list-item{
    list-style: none;
    padding-left: 15px;
}
.navbar-mainnavigation .product-category.product-mobile-category .product-mobile-list-item li{
    padding: 7px 0px;
}
.navbar-mainnavigation .product-category.product-mobile-category .product-mobile-list-item a{
    font-weight: normal;
    font-family: "Roboto Condensed",sans-serif;
}
.navbar-mainnavigation .product-category .textpic-text{
    bottom: 4px !important;
}
.navbar-mainnavigation .product-category .textpic-text .frame-header,
body.backendlayout-leda_homepage .product-category .textpic-text .frame-header{
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    height: 146px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 0 40px;
}
.navbar-mainnavigation .section-light .product-category .textpic-text .element-header,
body.backendlayout-leda_homepage .section-light .product-category .textpic-text .element-header{
    font-size: 24px;
    width: 100%;
    padding-top: 18px;
    margin-bottom: 0;
}
.navbar-mainnavigation .product-category .textpic-text .element-header a,
body.backendlayout-leda_homepage .product-category .textpic-text .element-header a{
    color: #fff;
}
.navbar-mainnavigation .product-category .textpic-text .element-subheader,
body.backendlayout-leda_homepage .product-category .textpic-text .element-subheader{
    font-size: 16px;
    width: 100%;
}
body.backendlayout-leda_homepage .product-navigation {
    margin-top: 10px;
}
body.backendlayout-leda_homepage .product-navigation div:first-child a {
    margin-left: auto;
}
body.backendlayout-leda_homepage .product-navigation a:not(.btn) {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 18px 0px;
    background-color: #C31622;
    color: #fff;
    max-width: 300px;
    display: block;
    text-align: center;
    margin-bottom: 43px;
    font-family: Roboto Condensed, sans-serif;
}
body.backendlayout-leda_homepage .product-navigation a:after{
    transform: rotate(45deg);
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-top: 0.15rem solid white;
    border-right: 0.15rem solid white;
    top: calc(50% - 0.5rem);
    right: 30px;
}

/* Search */
#formStoreFinder .agent-finder a{
    color: black;
}
#formStoreFinder .agent-finder{
    max-width: 80%;
    margin: auto;
}
.agent-finder .ort .btn{
    background: url("../Images/country.png");
}
.agent-finder .ort .btn:focus, .agent-finder .range .btn:focus, .agent-finder .inputtext .plz{
    outline: none !important;
    box-shadow: none;
}
.agent-finder .plz{
    background: url("../Images/location.png");
}
.agent-finder .range .btn{
    background: url("../Images/zone.png");
}
.agent-finder .inputselect, .agent-finder .inputtext, .search {
    padding: 0 10px;
}
.agent-finder .inputselect .dropdown.bootstrap-select{
    width: 100% !important;
}
.agent-finder .bootstrap-select>.dropdown-toggle:after{
    font-size: 2rem;
}
.agent-finder .ort.inputselect .bootstrap-select>.dropdown-toggle:after{
    border-width: 0;
}
.agent-finder .inputselect, .agent-finder .inputtext{
    margin: 10px 0px;
}
.agent-finder .inputselect .btn, .agent-finder .inputtext .plz{
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-color: white;
    background-position-y: 50%;
    background-position-x: 20px;
    padding: 23px 0px;
    padding-right: 20px;
    font-size: 1.5rem;
    font-family: "Roboto Condensed",sans-serif;
}
.agent-finder .inputtext .plz{
    padding-left: 65px;
}
.agent-finder .ort.inputselect .btn{
    padding-left: 80px;
}
.agent-finder .range.inputselect .btn{
    padding-left: 90px;
}
.agent-finder .inputselect .btn.hasError, .agent-finder .inputtext .plz.hasError{
    border-color: #C31622;
}
.agent-finder .inputtext .plz{
    padding-top: 22px;
    padding-bottom: 22px;
    width: 100%;
}
.dropdown-menu.show ul{
    display: block;
}
.agent-finder .bootstrap-select .dropdown-menu li a{
    display: block;
}
.agent-finder .bootstrap-select .dropdown-menu li{
    font-size: 1.5rem;
}
.agent-finder .bootstrap-select .dropdown-menu li:hover{
    background: #F0F0F0;
}
.agent-finder .bootstrap-select .dropdown-menu .dropdown-item.active, .agent-finder .bootstrap-select .dropdown-menu .dropdown-item:active{
    background: transparent;
}
.agent-finder .bootstrap-select .bs-ok-default:after{
    display: none;
}
h1.agent-title, h2.agent-title{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    color: white;
    padding-top: 40px;
}
.agent-finder .search{
    margin-top: 20px;
    margin-bottom: 60px
}
.agent-finder .search a{
    width: 100%;
    background-color: #C31622;
    text-align: center;
    padding: 18px;
    font-size: 1.5rem;
    color: white;
    border: 0px;
    font-weight: bold;
    display: block;
}
.agent-finder .search a:hover{
    background-color: yellow;
    color: black;
}
.agent-finder .search button{
    width: 100%;
    background-color: #C31622;
    text-align: center;
    padding: 20px;
    font-size: 1.5rem;
    color: white;
    border: 0px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}
.agent-finder .search input.btn.btn-primary{
    width: 100%;
    background-color: #C31622;
    text-align: center;
    padding: 20px;
    font-size: 1.5rem;
    color: white;
    border: 0;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}
.row.result{
    margin-bottom: 30px;
}
.result-title{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.result-info{
    padding-right: 0;
    font-size: 1.25rem;
}
.result-info p span{
    border-right: 1px solid black;
    margin-right: 10px;
    padding-right: 10px;
}
.result-info p span:last-of-type{
    border-right: unset;
    padding: unset;
    margin: unset;
}
.result-contact{
    margin-bottom: 30px;
}
.result-contact p{
    margin-bottom: 0px;
    line-height: 33px;
}
.result-range{
    background: url('../Images/zone.png');
    background-position: 0px 50%;
    background-size: 2rem;
    padding-left: 40px;
    background-repeat: no-repeat;
    font-size: 1.5rem;
    float: left;
    font-family: Roboto Condensed, sans-serif;
}
.result-range-request{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.result-request{
    float: right;
    text-align: right;
    margin-right: 15px;
}
/*.result-request .container-box{*/
/*    color: #C31622;*/
/*    font-weight: bold;*/
/*    margin-bottom: 0px;*/
/*    font-family: Roboto Condensed, sans-serif;*/
/*}*/

/*.result-request button{*/
/*    color: #C31622;*/
/*    font-weight: bold;*/
/*    margin-bottom: 0px;*/
/*    text-transform: uppercase;*/
/*    font-family: Roboto Condensed, sans-serif;*/
/*}*/

.result-request button {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    background: #C31622;
    padding: 20px 30px;
    color: white;
    position: relative;
    padding-right: 60px;
    display: inline-block;
    border: 0px;
}

.result-request button:after {
    transform: rotate(45deg);
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-top: 0.15rem solid white;
    border-right: 0.15rem solid white;
    top: calc(50% - 0.5rem);
    right: 30px;
}


body.backendlayout-leda_homepage .section-light .result-contact p{
    font-family: "Roboto Condensed", sans-serif;
}
.container-box {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: calc(50% - 12.5px);
    right: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #C31622;
}
.container-box:hover input ~ .checkmark {
    background-color: #ccc;
}
.container-box input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-box input:checked ~ .checkmark:after {
    display: block;
}
.container-box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.backendlayout-leda_homepage .result-slide .carousel, body.category .result-slide .carousel{
    height: unset;
}
.result-slide{
    padding-left: 0;
}
.result-slide .no-img img{
    width: 100%;
    height: 435px;
    object-fit: cover;
}
.result-slide .carousel{
    border: 1px solid #000;
    border-left: none;
}
body.backendlayout-leda_homepage .result-slide .carousel .valign, body.category .result-slide .carousel .valign{
    padding: 0px;
}
.result-slide .carousel-item-type-image .carousel-image img{
    height: 435px;
    object-fit: cover;
    width: 100%;
}
.result-slide .carousel.carousel-small .item{
    height: 435px;
}
.result-slide .carousel .carousel-item .valign{
    max-width: unset!important;
}
.result-slide .carousel .carousel-item{
    padding: unset;
}
.result-list .result-torequest {
    text-align: center;
}
.result-list .result-torequest button {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    background: #C31622;
    padding: 20px 30px;
    color: white;
    position: relative;
    padding-right: 60px;
    display: inline-block;
    border: 0px;
}
.result-list .result-torequest button:after {
    transform: rotate(45deg);
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-top: 0.15rem solid white;
    border-right: 0.15rem solid white;
    top: calc(50% - 0.5rem);
    right: 30px;
}
/*.result-list .no-result{*/
/*    !*display: none;*!*/
/*}*/
.result-list .no-result a{
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    background: #C31622;
    padding: 20px 30px;
    color: white;
    position: relative;
    display: inline-block;
}
.result-expert p{
    margin-bottom: 0px;
}
.result-expert .experience{
    padding-left: 0px;
}
.result-expert .experience li{
    display: inline-block;
    margin-right: 0.5em;
}
.result-expert .experience li:before{
    content:"#";
}
body.backendlayout-leda_homepage .result-slide .carousel .carousel-item .valign{
    align-items: unset;
    padding-bottom: unset !important;
}
body.backendlayout-leda_homepage .result-slide .carousel{
    min-height: unset;
}
.store-finder-dark .agent-title{
    color: #000;
    text-transform: uppercase;
    padding-top: 0;
    margin-bottom: 80px;
}

body#p1 .store-finder-dark .agent-title {
    color: #fff;
}
.store-finder-dark .bootstrap-select{
    border: 1px #000 solid;
    box-shadow: none;
}
.store-finder-dark .agent-finder .inputtext .plz{
    border: 1px #000 solid;
    box-shadow: none;
    padding-top: 24px;
    padding-bottom: 24px;
}
.tx-storefinder #tx_storefinder_map{
    height: 500px;
    margin-bottom: 50px;
}
.tx-storefinder .infoWindow{
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.tx-storefinder .infoWindow a{
    color: #0078A8;
    font-weight: 600;
}
.result-info .border-box{
    padding: 30px;
    border: 1px solid #000;
    position: relative;
    height: 100%;
    border-right: 0;
    background-color: #fff;
}
#tx_storefinder_map_wrapper{
    position: relative;
}
#tx_storefinder_map_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    text-align: center;
}
#tx_storefinder_map_overlay h2 {
    color: #fff;
    margin-top: 10%;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text{
    font-family: "Roboto Condensed",sans-serif;
}
/* Magazin */
.news .title-magazin{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 40px;
}
.magazin-leda{
    margin-bottom: 32px;
}
body.backendlayout-leda_homepage .magazin-leda .textpic-text .frame-header .element-header{
    font-size: 1.25rem;
    font-weight: 400;
}
.magazin-leda .textpic-text .frame-header .element-subheader {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: bold;
}
.magazin-leda .textpic-text{
    position: absolute;
    top: 43px;
    left: 70px;
    padding: 0px;
    color: white;
}
.col-sm-8 .magazin-leda .textpic-text{
    width: 50%;
}
.col-sm-4 .magazin-leda .textpic-text{
    width: calc(100% - 140px);
}
.magazin .link-magazin{
    text-align: center;
    margin-bottom: 45px;
}
.magazin .link-magazin a{
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    background: #C31622;
    padding: 20px 30px;
    color: white;
    position: relative;
    padding-right: 60px;
    display: inline-block;
}
.magazin .link-magazin a:after
{
    transform: rotate(45deg);
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-top: 0.15rem solid white;
    border-right: 0.15rem solid white;
    top: calc(50% - 0.5rem);
    right: 30px;
}
.magazin-leda .gallery-item img{
    object-fit: cover;
    height: 410px;
}
.filter-button.filter-start a:after,
.inputselect .dropdown-toggle::after{
    width: 1rem;
    height: 1rem;
    border-right: 0.15rem solid black;
    border-bottom: 0.15rem solid black;
    border-top: 0px;
    border-left: 0px;
    transform: rotate(45deg);
    top: calc(50% - 0.75rem);
    right: 20px;
    position: absolute;
}
.inputselect .dropup .dropdown-toggle::after{
    width: 1rem;
    height: 1rem;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0.15rem solid black;
    border-left: 0.15rem solid black;
    transform: rotate(45deg);
    top: calc(50% - 0.15rem);
    right: 20px;
    position: absolute;
}
.ort .btn .filter-option-inner-inner{
    margin-right: 10px;
}
/* Slider */
body.backendlayout-leda_homepage .carousel{
    height: 100vh;
    min-height: 700px;
}
body.backendlayout-leda_homepage .carousel .carousel-item .valign{
    align-items: flex-end;
    padding-bottom: 260px !important;
}
body.backendlayout-leda_homepage .carousel-inner,
body.backendlayout-leda_homepage .carousel .carousel-item,
body.category .carousel-inner,
body.category .carousel .carousel-item{
    height: 100%;
}
body.backendlayout-leda_homepage .carousel .carousel-text{
    display: none;
}
body.backendlayout-leda_homepage .carousel-item-type-text_and_image .carousel-image img{
    width: 120px;
    height: 105px;
}
body.backendlayout-leda_homepage .carousel .carousel-image .carousel-header{
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 22px;
}

body.backendlayout-leda_homepage .frame-type-carousel .carousel .carousel-image{
    /*margin-top: 260px;*/
}
body.backendlayout-leda_homepage .carousel .box-image {
    min-height: 105px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
body.backendlayout-leda_homepage .carousel:hover .carousel-control-prev .carousel-control-icon,
body.category .carousel:hover .carousel-control-prev .carousel-control-icon,
.result-list .carousel:hover .carousel-control-prev .carousel-control-icon{
    left: 50px;
}
body.backendlayout-leda_homepage .carousel:hover .carousel-control-next .carousel-control-icon,
body.category .carousel:hover .carousel-control-next .carousel-control-icon,
.result-list .carousel:hover .carousel-control-next .carousel-control-icon{
    right: 50px;
}
body.backendlayout-leda_homepage .carousel .carousel-control-icon,
body.category .carousel .carousel-control-icon,
.result-list .carousel .carousel-control-icon{
    background-image: none;
    background-color: transparent;
    padding: 0;
}
body.backendlayout-leda_homepage  .carousel .carousel-control-icon:before,
body.category  .carousel .carousel-control-icon:before,
.result-list .carousel .carousel-control-icon:before{
    width: 2em;
    height: 2em;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 3px;
}
body.backendlayout-leda_homepage .navigation-seconds,
body.category .navigation-seconds{
    position: absolute;
    bottom: 93px;
    width: 100%;
    color: #fff;
    z-index: 3;
}
body.backendlayout-leda_homepage .navigation-seconds ol,
body.category .navigation-seconds ol{
    list-style: none;
    padding: 0 50px;
}
body.backendlayout-leda_homepage .navigation-seconds ol li,
body.category .navigation-seconds ol li{
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
    padding: 15px 10px 20px;
    max-height: 100px;
    cursor: pointer;
    font-family: "Roboto Condensed",sans-serif;
}
body.backendlayout-leda_homepage .navigation-seconds ol li.active{
    border: 2px solid #fff;
}
body.backendlayout-leda_homepage .navigation-seconds ol li.active .navigation-text,
body.backendlayout-leda_homepage .navigation-seconds ol li.active .carousel-subheader,
body.category .navigation-seconds ol li.active .navigation-text,
body.category .navigation-seconds ol li.active .carousel-subheader{
    font-weight: bold;
}
body.backendlayout-leda_homepage .navigation-seconds .carousel-subheader,
body.category .navigation-seconds .carousel-subheader{
    margin-bottom: 0;
    line-height: 1.1;
}
body.backendlayout-leda_homepage .carousel-indicators,
body.category .carousel-indicators{
    margin-bottom: 44px;
}
body.category .carousel-indicators{
    margin-bottom: 25px;
}
body.backendlayout-leda_homepage .carousel-indicators li,
.result-list .carousel-indicators li{
    width: 16px;
    height: 16px;
    margin-left: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    background-color: transparent;
}
body.backendlayout-leda_homepage .carousel-indicators li:first-child,
body.category .carousel-indicators li:first-child{
    margin-left: 0;
}
body.backendlayout-leda_homepage .carousel-indicators li.active,
.result-list .carousel-indicators li.active{
    background-color: #fff;
    width: 20px;
    height: 20px;
    border: 0;
}

/* Product detail */
.tx-pxa-product-manager .product-header{
    margin: 0;
    border-bottom: 0;
}
.tx-pxa-product-manager .product-name h1{
    font-size: 3.75rem;
    font-weight: bold;
}
.tx-pxa-product-manager .content,
.tx-pxa-product-manager .section-product-tab{
    font-family: "Roboto",sans-serif;
}
.tx-pxa-product-manager .content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* Product Slider */
#product_slider{
    padding-right: 144px;
    height: auto;
}
#product_slider .carousel-item{
    padding: 0;
    text-align: left;
}

#product_slider .carousel-indicators-product{
    position: absolute;
    right: 0;
    width: 144px;
    height: 100%;
    padding-left: 16px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    display: initial;
    opacity: 1;
    left: initial;
    -webkit-scrollbar: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#product_slider .carousel-indicators-product::-webkit-scrollbar {
    display: none;
}
#product_slider .carousel-indicators-product li{
    max-width: 128px;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 16px;
    flex: none;
    text-indent: 0;
    opacity: 1;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
    box-sizing: border-box;
}
#product_slider .carousel-indicators-product li:last-child{
    margin-bottom: 0;
}
#product_slider .carousel-indicators-product li.active{
    border: 3px solid #000;
}
#product_slider .carousel-inner:after{
    content: '\A';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff000000;
    cursor: move;
}
#product_slider img{
    max-width: 100%;
    height: auto;
}
.single-product #product_slider .img-product-img img{
    width: 100%;
    height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
}
#product_slider .carousel-share{
    width: 100%;
    position: absolute;
    bottom: -100px;
    padding: 0 26px 16px;
    transition: all 0.5s ease;
    z-index: 1;
}
#product_slider .carousel-inner:hover .carousel-share{
    bottom: 0;
}
#product_slider .carousel-share .icon-share a {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 5px;
}
.share-item{
    background-repeat: no-repeat;
    background-position: center;
}
.icon-instagram{
    background-image: url('../Images/icon-instagram.png');
}
.icon-facebook{
    background-image: url('../Images/icon-facebook.png');
}
.icon-pinterest{
    background-image: url('../Images/icon-pinterest.png');
}
.icon-twitter{
    background-image: url('../Images/icon-twitter.png');
}
/* width */
body ::-webkit-scrollbar{
    width: 5px;
}
#product_slider ::-webkit-scrollbar {
    width: 3px;
}
/* Track */
body ::-webkit-scrollbar-track,
#product_slider ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
body ::-webkit-scrollbar-thumb,
#product_slider ::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
body ::-webkit-scrollbar-thumb:hover,
#product_slider ::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Product Variant Layout */
.content{
    /*display: flex;
    flex-wrap: wrap;
    align-content: space-between;*/
    height: 100%;
    position: relative;
}
.product-variant{
    margin-top: 35px;
    margin-bottom: 65px;
    padding: 22px 24px 11px 26px;
    border: 1px solid #000;
    display: none;
}
.product-variant .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.product-variant .selectpicker + .btn{
    font-size: 1.75rem;
    line-height: 1.2;
    padding: 0;
    white-space: normal;
    background: none;
    border: 0;
}
.product-variant .bootstrap-select .dropdown-menu li a{
    padding: 0 10px;
    display: block;
    color: #000;
}
.product-variant .bootstrap-select .dropdown-menu li a:hover{
    color: #C31622;
}
.product-variant .dropdown-toggle::after{
    transform: rotate(135deg);
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    border-left: none;
    border-bottom: none;
    border-top: 0.15rem solid #C31622;
    border-right: 0.15rem solid #C31622;
    top: 0px;
    right: 6px;
}
/* Product Attribute Feature */
.product-attr-feature{
    width: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.product-attr-feature::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}
.product-attr-feature ul{
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.product-attr-feature ul li{
    border-top: 1px solid #000;
    padding: 13px 0 15px 0;
}
.product-attr-feature ul li:last-child{
    border-bottom: 1px solid #000;
}
.product-attr-feature ul li > *{
    display: inline-block;
    width: calc(100% - 45%);
    vertical-align: top;
}
.product-attr-feature .attr-label {
    width: 45%;
}

/* Breadcrumb */
.body-bg-top{
    padding-top: 130px;
}
.breadcrumb-section{
    margin-top: 20px;
    margin-bottom: -10px;
}
.breadcrumb-section,
.breadcrumb{
    background: transparent;
    text-transform: uppercase;
}
.breadcrumb{
    padding: 0.5rem 1rem 0rem;
    font-family: "Roboto Condensed",sans-serif;
}
.breadcrumb-link{
    color: #000;
}
breadcrumb-link:hover,
.breadcrumb-item.active{
    color: #C31622;
}
/* Product Attribute Tab */
.section-product-tab{
    margin-top: 80px;
}
.section-product-tab .nav-tabs{
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #000;
}
.section-product-tab .nav.nav-tabs li {
    flex: 0 0 33%;
    text-align: center;
    font-size: 22px;
    font-family: "Roboto Condensed",sans-serif;
    position: relative;
}
.section-product-tab .nav.nav-tabs li a {
    padding: 10px 15px;
    display: block;
    color: #000;
}
.section-product-tab .nav.nav-tabs li a.active:after,
.section-product-tab .nav.nav-tabs li a:hover:after{
    border-bottom: 6px solid #C31622;
    content: "\A";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
}
.section-product-tab .tab-content{
    padding: 25px 0 32px;
}
.section-product-tab .tab-content ul,
.section-product-tab .tab-content ul ul{
    list-style: square;
}
.product-teaser,
.section-product-tab .single-product-tab-attribute h3{
    display: none;
}
.tx-pxa-product-manager .single-product-table td:last-of-type,
.tx-pxa-product-manager .single-product-table th:first-of-type{
    background: none;
}


/* Product detail Banner */

.section-banner .banner-left,
.section-banner .banner-right{
    background: url(../Images/banner-left.png);
    background-size: cover;
    background-position: center;
    padding: 18px 32px 32px;
    color: #fff;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.section-banner .banner-left{
    margin-right: 4px;
}
.section-banner .banner-right{
    margin-left: 4px;
}
.section-banner .banner-left a{
    color: #fff;
}
.banner-left .textpic,
.banner-right .textpic{
    margin: 0;
}
.banner-left h4,
.banner-right h4,
.banner-title h4{
    font-size: 48px;
    font-weight: bold;
}
body.product .banner-left .textpic-text,
body.product .banner-right .textpic-text,
.banner-description{
    font-size: 20px;
    line-height: 1.2;
    min-height: 72px;
}
body.product .banner-left .textpic-text,
body.product .banner-right .textpic-text{
    position: initial;
    text-align: left;
    z-index: 2;
}
body.product .banner-left .textpic-text{
    min-height: 132px;
}
.banner-left .element-header a,
.banner-button{
    font-size: initial;
    line-height: 1.5;
    width: 240px;
    text-align: center;
    display: inline-block;
    background-color: #C31622;
    font-weight: bold;
    padding: 8px 0;
    margin-top: 13px;
}
.banner-button a{
    color: #fff;
}
.banner-right .gallery-item{
    padding: 0;
}
.banner-right > .gallery-row .gallery-item,
.icon-app{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
}
.icon-window{
    background-image: url('../Images/window-icon.png');
}
.icon-googleplay{
    background-image: url('../Images/googleplay-icon.png');
}
.icon-apple{
    background-image: url('../Images/apple-icon.png');
}
.banner-left > .frame-header,
.banner-right > .gallery-row{
    position: relative;
    z-index: 2;
}
.banner-left .textpic .gallery-row .gallery-item:nth-child(1),
.banner-right .textpic .gallery-row .gallery-item:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
}
.banner-left .textpic .gallery-row .gallery-item:nth-child(1) figure,
.banner-right .textpic .gallery-row .gallery-item:nth-child(1) figure{
    height: 100%;
}
.banner-left .textpic .gallery-row .gallery-item:nth-child(1) img,
.banner-left .textpic .gallery-row .gallery-item:nth-child(1) picture,
.banner-right .textpic .gallery-row .gallery-item:nth-child(1) img,
.banner-right .textpic .gallery-row .gallery-item:nth-child(1) picture{
    height: 100%;
    object-fit: cover;
}

/* Product detail Fachhanler */
.agent-description-product-detail,
.agent-title.agent-title-product-detail,
.section-fachhanler.show .agent-title:not(.agent-title-product-detail),
.section-fachhanler .agent-title{
    display: none;
}
.agent-description-product-detail{
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
}
.section-fachhanler{
    margin-top: 48px;
}
.button-toggle{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 23px;
    margin-bottom: 100px;
    background-color: #C31622;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto Condensed",sans-serif;
}
.item-fachhanler{
    display: none;
}
.section-fachhanler.show .agent-title,
.section-fachhanler.show .agent-description-product-detail,
.section-fachhanler.show .item-fachhanler{
    display: block;
}
.section-fachhanler.show .item-fachhanler .frame-type-list{
    padding-top: 50px;
}
.section-fachhanler.show .frame-backgroundimage{
    background-color: #c8c8c8;
    background-image: none !important;
}
.section-fachhanler.show h2.agent-title{
    color: #000;
}
.section-fachhanler.show .agent-finder .inputselect .btn,
.section-fachhanler.show .agent-finder .inputtext .plz{
    color: #fff;
    background-color: #C31622;
    border-color: #C31622;
}
.section-fachhanler.show .agent-finder .inputtext .plz{
    border-color: #C31622;
    border-style: solid;
}
.section-fachhanler.show input::-webkit-input-placeholder{ /* Edge */
    color: #fff;
}

.section-fachhanler.show input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.section-fachhanler.show input::placeholder {
    color: #fff;
}
.section-fachhanler.show .agent-finder .ort .btn{
    background-image: url("../Images/country-white.png");
}
.section-fachhanler.show .agent-finder .plz{
    background-image: url("../Images/location-white.png");
}
.section-fachhanler.show .agent-finder .range .btn{
    background-image: url("../Images/zone-white.png");
}
.section-fachhanler.show .inputselect .dropdown-toggle::after{
    border-color: #fff;
}
.section-fachhanler.show .result-info .border-box,
.section-fachhanler.show .result-slide .carousel{
    border: none;
}
.fachhanler-close{
    position: absolute;
    top: 0;
    right: 45px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.fachhanler-close:before,
.fachhanler-close:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 4px;
    width: 100%;
    background-color: currentColor;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}
.fachhanler-close:before{
    transform: rotate(45deg);
}
.fachhanler-close:after{
    transform: rotate(135deg);
}

/* Product Related + Acessorie */
.section-accessories{
    margin-bottom: 88px;
}
.single-product-accessories .item,
.tx-pxa-product-manager .section-accessories .item,
.tx-pxa-product-manager .section-related .item{
    color: #000;
    padding: 15px 25px;
    margin-bottom: 0px;
    border: 1px solid #000;
    height: 100%;
}
.single-product-accessories .item-img,
.tx-pxa-product-manager .item-img{
    border: 0;
}
.single-product-accessories .item-img,
.tx-pxa-product-manager .single-product-accessories .item-img,
.tx-pxa-product-manager .single-product-related .item-img{
    height: 223px;
}
.single-product-related,
.single-product-accessories{
    margin-top: 90px;
}
.single-product-accessories{
    margin-top: 50px;
}
.single-product-accessories div[class*=col-],
.single-product-related div[class*=col-]{
    float: left;
}
.single-product-accessories h3,
.tx-pxa-product-manager .single-product-related h3,
.tx-pxa-product-manager .single-product-accessories h3{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    border-bottom: 0;
    margin-bottom: 25px;
}
.single-product-accessories .title-teaser,
.tx-pxa-product-manager .title-teaser{
    display: block;
    min-height: 48px;
}
.single-product-accessories a:hover .item-title h4,
.tx-pxa-product-manager a:hover .item-title h4{
    color: #C31622;
}
.single-product-accessories .item-title,
.tx-pxa-product-manager .single-product-accessories .item-title,
.tx-pxa-product-manager .single-product-related .item-title{
    margin-bottom: 6px;
    min-height: 65px;
}
.single-product-accessories .item-title h4,
.tx-pxa-product-manager .single-product-accessories .item-title h4,
.tx-pxa-product-manager .single-product-related .item-title h4{
    font-size: 36px;
    font-weight: bold;
    max-height: 41px;
    overflow: hidden;
    margin-bottom: 0;
}
.single-product-accessories .item-shortdescription,
.tx-pxa-product-manager .item-shortdescription{
    font-family: "Roboto", sans-serif;
    margin-top: 35px;
    overflow: hidden;
}

/* Product detail Show Room */
.showroom .instargram-post{
    cursor: pointer;
}
.section-showroom{
    background-color: #F0F0F0;
    padding-top: 50px;
    width: calc(100vw - 15px) !important;
}
.section-showroom .showroom{
    padding-top: 90px;
    margin-top: 0;
}
/* Product detail Faq */
.section-faq .faq-title{
    margin-top: 0;
}
.section-faq .frame-container{
    padding-left: 0;
    padding-right: 0;
}

/* Product effect add class single product */
body.product header + .frame-type-textpic{
    display: none;
}
body.product:not(.single-product):not(.category-overview-product) header + .frame-type-textpic{
    display: block;
}
body.single-product .section .frame-type-list,
body.single-product .section .frame-type-carousel,
body.single-product .section .frame-type-accordion{
    display: none;
}
body.product.category-overview-product .body-bg-top,
body.product.single-product .body-bg-top{
    padding-top: 130px;
}
body.category-overview-product #page-header .section-topmenu ul li:not(:nth-last-child(1)) a,
body.category-overview-product .navbar-default-transition .navbar-nav .nav-link,
body.category-overview-product .navbar-default-transition.navbar-transition .navbar-nav .nav-link,
body.single-product #page-header .section-topmenu ul li:not(:nth-last-child(1)) a,
body.single-product .navbar-default-transition .navbar-nav .nav-link,
body.single-product .navbar-default-transition.navbar-transition .navbar-nav .nav-link{
    color: #000 !important;
}
body.category-overview-product #page-header .section-topmenu ul li:not(:nth-last-child(1)) a:hover,
body.category-overview-product .navbar-default-transition .navbar-nav .nav-link:hover,
body.category-overview-product .navbar-default-transition.navbar-transition .navbar-nav .nav-link:hover,
body.single-product #page-header .section-topmenu ul li:not(:nth-last-child(1)) a:hover,
body.single-product .navbar-default-transition .navbar-nav .nav-link:hover,
body.single-product .navbar-default-transition.navbar-transition .navbar-nav .nav-link:hover{
    color: #C31622 !important;
}

.section-banner-category,
.section-carousel,
.section-fachhanler.show,
.section-showroom {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: calc(50% - 8px);
}
/* product detail section slider */
.section-carousel .tx-pxa-product-manager .item{
    border: 0;
}
    /* Showroom */
.showroom{
    margin-top: 40px;
}
.instargram-post{
    text-align: center;
    padding: 15px;
    background-color: white;
    padding-bottom: 40px;
    width: 100%;
}
.instargram-post .insta-img{
    margin-bottom: 20px;
}
.instargram-post .insta-icon{
    width: unset;
}
.showroom > .frame-inner > .frame-container{
    background-color: #F0F0F0;
}
.post-content img{
    width: 100%;
}
.post-info{
    text-align: left;
    margin-top: 10px;
    padding: 0 5%;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 10px
}
.post-info img{
    width: 46px;
    height: 46px;
    border-radius: 25px;
    margin-right: 10px;
}
.post-info span{
    font-weight: bold;
}
.post-info span:after{
    content: '•';
    margin: 0 3px;
}
.post-info a{
    font-weight: bold;
    color:#509DE8 !important;
}
.post-comment{
    text-align: left;
    padding: 0 5%;
    overflow: hidden;
}
.post-comment span{
    font-weight: bold;
}
.show-more-instagram{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 28px;
}
.show-more-instagram a{
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #C31622;
    padding: 20px 50px;
    color: white !important;
    position: relative;
    padding-right: 100px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.show-more-instagram a:before {
    content: "";
    top: calc(50% + -0.75rem);
    right: 55px;
    width: 0px;
    height: 1.5rem;
    border: solid white;
    border-width: 0 3px 0 0;
    position: absolute;
}
.show-more-instagram a:after {
    content: "";
    top: calc(50% + -0.75rem);
    right: 55px;
    width: 0px;
    height: 1.5rem;
    border: solid white;
    border-width: 0 3px 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
}
.post-item{
    display: flex;
    margin-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
}
.post-item:nth-child(3n+1){
    padding-left: 20px;
}
.post-item:nth-child(3n){
    padding-right: 20px;
}
.showroom-title{
    text-align: center;
    margin-bottom: 30px;
}
.showroom-title h2{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.showroom-title span{
    font-size: 1.75rem;
    font-family: "Roboto Condensed",sans-serif;
}

/* Boostrap */
.custom-control-input:checked ~ .custom-control-label::before,
.btn-primary:hover,
.btn-primary{
    background-color: #C31622;
    border-color: #C31622;
}
.custom-select:focus,
.form-control:focus{
    border-color: #C31622;
    box-shadow: 0 0 0 0.2rem rgba(210, 53, 57, 0.25);
}

/* Category */
body.category .body-bg-top{
    padding-top: 0px;
}
/* Category banner */
.section-banner-category .frame-header{
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.category .frame-type-textpic{
    padding-bottom: 0px;
}
.category .frame-type-textpic .frame-container{
    max-width: 100%;
}
body.category figure{
    margin-bottom: 0px;
}
body.category .gallery-row{
    margin: 0px;
}
body.category .gallery-item{
    padding: 0px;
}
body.category .frame-type-textpic{
    /*height: 980px;*/
    padding-top: 0px;
}
body.category .textpic-item{
    padding: 0px;
    margin-bottom: 0px;
}
body.category header + div .textpic{
    margin: 0px;
}
body.category .frame-type-textpic .frame-container{
    padding-left: 0;
    padding-right: 0;
}
body.category .textpic-text{
    position: absolute;
    bottom: 5%;
    text-align: center;
}
body.category .textpic-text .frame-header{
    margin-bottom: 162px;
}
body.category .textpic-text .frame-header .element-header{
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
body.category header + div .textpic-text .frame-header .element-header:before{
    content:'';
    background: url(/fileadmin/user_upload/Icon-FEURIGE-HERZEN-1.png);
    position: absolute;
    height: 87px;
    width: 84px;
    left: calc(50% - 42px);
    bottom: calc(100% + 27px);
}
body.category header + div .textpic-text .frame-header .element-subheader{
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 40px;
}
body.category header + div .gallery-item img{
    height: 980px;
    object-fit: cover;
}
/* Category breadcrumb */
.category #page-content div.frame:first-child{
    padding-bottom: 0px;
    padding-top: 30px;
}
.category #page-content .section div.frame:first-child{
    padding-top: 30px;
}
.category-breadcrumb nav ol{
    padding: 0px;
}
.category-breadcrumb .breadcrumb{
    background-color: unset;
    margin-bottom: 10px;
}
.category-breadcrumb .breadcrumb .breadcrumb-item.active{
    color: #C31622
}
.breadcrumb-item + .breadcrumb-item::before{
    color: black;
}
.category-breadcrumb .breadcrumb .breadcrumb-item a{
    color: black;
}
.category-breadcrumb .breadcrumb .breadcrumb-item a:hover{
    color: #C31622
}
/* Category product */
.row.filter{
    margin-left: -35px;
    margin-right: -35px;
}
.row.product-list{
    font-family: "Roboto", sans-serif;
}
.category-title{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.filter{
    margin-bottom: 10px;
    text-transform: uppercase;
    justify-content: center;
}
.filter div{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}
.filter a{
    border: 2px solid #C31622;
    display: block;
    height: 75px;
    text-align: center;
    line-height: 70px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #C31622 !important;
    font-family: "Roboto Condensed",sans-serif;
}
.filter a:hover{
    color: #fff !important;
    background-color: #C31622;
    cursor: pointer;
}
.filter .filted a img:not(.img-hover),
.filter a:hover img:not(.img-hover),
.filter a img.img-hover{
    display: none;
}
.filter .filted a img.img-hover,
.filter a:hover img.img-hover{
    display: inline-block;
}
.filter .filted a{
    color: white !important;
    background-color: #C31622;
}
.filter a img{
    padding-right: 10px;
}
.tx-pxa-product-manager .item-img{
    border-width: 0px;
    margin: 10px 0 15px;
}
.tx-pxa-product-manager .product-item-list .item-title + a .item-img{
    border-width: 1px;
}
.items-list.row {
    margin: 0 -35px;
}
.product-item-info{
    padding: 20px 20px 65px;
}
.product-item-info .btn-compare-list-single-view-wrapper{
    display: none;
}
.product-item-list{
    position: relative;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 15px;
}
.product-item-list a{
    border: 1px solid black;
    display: block;
    height: 100%;
}
.product-item-list .item-title + a{
    border: 0px;
}
.product-item-list .item-title + a .product-item-info{
    padding: 0px;
}

.product-image{
    text-align: center;
}
.product-item-list p{
    color: black;
    min-height: 48px;
    margin-bottom: 0;
}
.product-item-list h2{
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.1;
    color: black;
    max-height: 40px;
    overflow: hidden;
}
.product-item-list a:hover h2{
    color: unset;
}
.product-info{
    list-style: none;
    padding-left: 0px;
    color: black;
    margin-top: 5px;
}
.product-info li{
    padding: 10px 0px;
    border-top: 1px solid black;
    width: 70%;
    position: relative;
    display: flex;
}
.product-info li div{
    margin-left: 5px;
}
.product-info li div:first-child{
    max-width: 100%;
}
.product-info li:first-child{
    width: 100%;
    padding-top: 0px;
    border-top: 0px;
    border-bottom: 0px !important;
    min-height: 82px
}
.product-info li:last-child{
    border-bottom: 1px solid black;
}
.product-info li p{
    min-height: unset;
}
.product-types{
    position: absolute;
    bottom: 20px;
    right: 35px;
    max-width: 110px;
    text-align: right;
}
.product-info img{
    display: inline;
    vertical-align: bottom;
    margin-left: 10px;
    margin-bottom: 10px;
}
.product-info img:first-child{
    margin-left: 0;
}
.filter-hide{
    display: none;
}
.filter-show{
    display: block;
}
.items-list.row.hasSubCategory{
    margin-bottom: 100px;
    justify-content: center;
}
.hasSubCategory .product-item-list h2{
    width: 100%;
    min-height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}
.hasSubCategory .product-item-list a{
    border: 0;
}
.hasSubCategory .product-item-info{
    position: relative;
}
.item-group:not(.first-item){
    margin-top: 85px;
}
.loadmore-button a{
    padding-right: 70px;
}
.loadmore-button a:before,
.loadmore-button a:after{
    content: "";
    top: calc(50% + -0.75rem);
    right: 55px;
    width: 0px;
    height: 1.5rem;
    border: solid white;
    border-width: 0 3px 0 0;
    position: absolute;
}
.loadmore-button a:after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.loadmore-product{
    margin-top: 10px;
    text-align: center;
}
.loadmore-product a{
    padding-right: 100px !important;
}
#compare-popup{
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: none;
    background: #C31622;
    padding: 20px 50px;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 500ms;
}
#compare-popup.toleft{
    left: calc(50% + 322px);
}
#compare-popup:hover{
    color: black;
}
.compare-popup{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000054;
    z-index: 9999;
}
.compare-popup .lds-dual-ring{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}
.compare{
    position: absolute;
    bottom: 0;
}
.compare label{
    padding-left: 35px;
}
.compare .checkmark{
    right: unset;
    left: 0px;
}
.compare .container-box{
    font-size: 1rem;
    color: #C31622;
}
.compare .container-box input:checked ~ .checkmark {
    background-color: unset;
}
.compare .container-box input ~ .product-compare-notadd,
.compare .container-box input:checked ~ .product-compare-add {
    display: none;
}
.compare .container-box input:checked ~ .product-compare-notadd{
    display: block;
}
.compare .checkmark:before {
    content: "";
    position: absolute;
    display: none;
}
.compare .container-box input:checked ~ .checkmark:before {
    display: block;
}
.compare .container-box .checkmark:before {
    left: 10px;
    top: -5px;
    width: 0px;
    height: 31px;
    border: solid #C31622;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.compare .container-box .checkmark:after {
    left: 10px;
    top: -5px;
    width: 0px;
    height: 31px;
    border: solid #C31622;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.category .show-more-instagram{
    margin-top: 0px;
    margin-bottom: 100px;
}
#pxa-pm-popup-manager-container{
    z-index: 9999;
}
#pxa-pm-popup-manager-container #pxa-pm-popup-manager.alert-success {
    background-color: #f1f1f1;
    color: black;
}
#pxa-pm-popup-manager-container #pxa-pm-popup-manager.alert-success a{
    color: #C31622;
}
#pxa-pm-popup-manager-container #pxa-pm-popup-manager.alert-success a:hover{
    opacity: 0.8;
}
/* Category slider */
body.category .carousel{
    height: 800px;
}
body.category .frame-type-carousel{
    padding-top: 0px;
}
body.category .frame-type-carousel .frame-container{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
body.category .navigation-seconds{
    display: none;
}
body.category .carousel-item-type-header .carousel-text-inner{
    width: 100% !important;
    position: absolute;
    bottom: 10%;
    left: 5%;
}
body.category .carousel-header{
    text-align: left !important;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 3.5rem;
}
body.category .carousel-subheader{
    text-align: left !important;
    font-size: 1.75rem;
    line-height: 1.75rem;
}
/* Category faq */
.faq-title{
    margin-top: 47px;
    margin-bottom: 23px
}
.faq-title h2{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.faq-list{
    margin-bottom: 50px;
}
.faq-item{
    border-bottom: 1px solid black;
}
.faq-item:first-child{
    border-top: 1px solid black;
}
.faq-item p{
    display: none;
    padding: 10px 20px;
    border-top: 1px solid black;
    margin-bottom: unset;
    font-size: 1.15rem;
}
.faq-item a{
    font-size: 1.5rem;
    display: block;
    padding: 10px 20px;
    padding-right: calc(40px + 1rem);
    position: relative;
}
.faq-item a:hover{
    background-color: yellow;
}
.faq-item a:before {
    content: "";
    right: calc(20px + 1rem);
    top: 10px;
    width: 0px;
    height: 2rem;
    border: solid black;
    border-width: 0 2px 0 0;
    position: absolute;
}
.faq-item a:after {
    content: "";
    right: calc(20px + 1rem);
    top: 10px;
    width: 0px;
    height: 2rem;
    border: solid black;
    border-width: 0 2px 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
}
/* Theme template */
.section-primary {
    color: #000;
    background-color: #fff;
}
.section-primary + .section-primary,
.section-light + .section-light{
    border: 0;
}

/* Ke search */
.product-item-list.zubehoer .compare{
    display: none;
}
h2.element-header.text-center{
    font-weight: bold;
}
.tx-kesearch-pi1{
    font-family: inherit !important;
}
#form_kesearch_pi1{
    width: 80%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}
div.kesearchbox{
    display: inline-block;
    width: calc(100% - 330px);
    margin-right: 20px !important;
    float: left;
}
.kesearch_searchbox span.submitbutt input,
.kesearch_searchbox #ke_search_sword{
    width: 100% !important;
    height: 70px !important;
    font-size: 24px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
}
.kesearch_searchbox #ke_search_sword{
    padding-left: 35px;
}
.kesearch_searchbox #ke_search_sword:hover,
.kesearch_searchbox #ke_search_sword:focus{
    outline-width: 0;
}
#kesearch_results > .row{
    margin-right: -35px;
    margin-left: -35px;
}
#kesearch_results .compare-list-btn,
#kesearch_num_results,
.kesearch_searchbox .resetbutt{
    display: none;
}
.kesearch_searchbox span.submitbutt{
    display: inline-block;
}
.kesearch_searchbox span.submitbutt input:hover,
.kesearch_searchbox span.submitbutt input{
    width: 300px !important;
    margin: 0;
    max-width: initial;
    display: inline-block;
    border: 2px solid #C31622;
    color: #C31622;
    font-family: inherit;
    font-weight: bold;
    background-color: transparent;
    text-transform: uppercase;
}
#kesearch_results .product-item-info h2 {
    max-height: 40px;
    overflow: hidden;
}
#kesearch_pagebrowser_bottom .pages_total{
    border-top: 0px !important;
}
#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser button{
    display: inline-block;
    text-align: center;
    color: #fff !important;
    padding: 20px 50px;
    background-color: #C31622;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    line-height: 1.2;
    border: 0px;
}
/* Product Variant */
.product-variant-image{
    width: 100%;
    height: auto;
}
.product-variant-box{
    margin-bottom: 10px;
    padding: 10px;
}
.modal-product-variant .modal-body{
    padding: 30px;
}
.modal-product-variant h4{
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600;
}
.btn-product-variant{
    background-color: transparent;
    border: none;
    font-size: 1.75rem;
    line-height: 1.2;
    padding: 0;
    white-space: normal;
    background: none;
    border: 0;
    color: #000;
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 20px;
}

.btn-product-variant:hover,
.btn-product-variant:focus,
.btn-product-variant:active,
.btn-product-variant:visited{
    background-color: transparent;
    color: #000;
    border: none;
    box-shadow: none;
}

.btn-product-variant::after{
    transform: rotate(135deg);
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    border-left: none;
    border-bottom: none;
    border-top: 0.15rem solid #C31622;
    border-right: 0.15rem solid #C31622;
    top: -15px;
    right: 6px;
}
.product-variant-box:hover{
    cursor: pointer;
}

/* Offenfinder Filter */
body.ofenfinder-page .section .textpic {
    max-width: 860px;
    margin: 0 auto;
}
body.ofenfinder-page .textpic .element-header{
    font-size: 48px;
}
.tx-pxa-product-manager .lds-dual-ring div.big{
    width: 50px;
    height: 50px;
}
.cards-container.row{
    margin: 35px -20px 0;
}
.tx-pxa-product-manager .filter-clear,
.hidden,
.results-count-container{
    display: none;
}
.filter-button {
    text-align: center;
}
.loadmore-button a,
.filter-button a {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    padding: 20px 50px;
    background-color: #C31622;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    line-height: 1.2;
    font-family: "Roboto Condensed",sans-serif;
}
.filter-button a.disable-button{
    background-color: #707070;
}
.filter-button.filter-start a{
    padding: 20px 105px;
    font-family: "Roboto Condensed",sans-serif;
}
.filter-button.filter-start a:after{
    content: "";
    top: 50%;
    right: 50px;
    transform: rotate(-45deg) translateY(calc(-50% - 4px));
    border-color: #fff;
}

.section-filter-start{
    margin-bottom: 35px;
}
.section-filter-option{
    margin-top: 0;
    max-height: 0;
    transition: all 0.5s ease-in;
    overflow: hidden;
}
.section-filter-option.show-filter{
    margin-top: 50px;
    max-height: 10000px;
    transition: all 0.5s ease-out;
    font-family: "Roboto Condensed",sans-serif;
}

.filter-option-tooltip .tooltip-content,
.filter-step-question-answer,
.filter-step-question-answer.show-answer .filter-question,
.filter-step.show-step .filter-answer,
.productmanager-filter_options{
    display: none;
}

.filter-step.show-step .filter-step-question-answer,
.filter-step-question-answer.show-answer .filter-answer,
.section-filter-option.show,
.productmanager-filter_options.show{
    display: block;
}
.popup-close:before,
.popup-close:after,
.filter-step:before,
.filter-step:after{
    content: "";
    right: calc(20px + 1rem);
    top: 10px;
    width: 0px;
    height: 2rem;
    border: solid black;
    border-width: 0 2px 0 0;
    position: absolute;
    transition: transform 0.2s ease;
}
.filter-step:after{
    transform: rotate(90deg);
}
.filter-step.show-step:before{
    transform: rotate(45deg);
}
.filter-step.show-step:after{
    transform: rotate(135deg);
}
.filter-step{
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    position: relative;
    padding: 15px 55px 15px 30px;
    border-top: 1px solid #000;
    cursor: pointer;
    font-size: 28px;
}
.filter-step.disable-step{
    pointer-events: none;
    color: #CBCBCB;
}
.filter-step.disable-step:before,
.filter-step.disable-step:after{
    display: none;
}
.filter-step .row > div[class*="col"]{
    margin-top: 40px;
}
.filter-step-label{
    margin-right: 5px;
}
.filter-step.show-step .filter-step-label{
    font-weight: bold;
}
.filter-step:not(.show-step) .filter-answer-text,
.filter-step-question-answer{
    width: calc(100% - 30px);
}
.filter-step.show-step .filter-step-question-answer{
    font-weight: bold;
}
.filter-step-description {
    text-align: center;
    width: 100%;
    max-height: 0;
    margin: 0 auto;
    transition: all 0.2s ease-in;
    overflow: hidden;
}
.filter-step.show-step .filter-step-description {
    max-height: 1000px;
    margin-bottom: 10px;
    transition: all 0.2s ease-out;
}
.filter-option-value {
    border: 1px solid #000;
    padding: 24px;
    font-size: 24px;
    line-height: 1.2;
    text-transform: none;
    height: 100%;
    position: relative;
}
.filter-step:nth-child(3) .filter-option-value,
.filter-step:nth-child(1) .filter-option-value{
    min-height: 240px;
}
.filter-step:nth-child(4) .filter-option-value,
.filter-step:nth-child(2) .filter-option-value{
    min-height: 175px;
}
.filter-step:nth-child(5) .filter-option-value{
    min-height: 120px;
}
.filter-option-value.group-choosed,
.filter-option-value.option-choosed,
.filter-option-value:hover{
    border-color: #C31622;
    color: #C31622;
}
.filter-option-value h3{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.filter-option-value strong{
    text-transform: uppercase;
}
.filter-step.step-5 .filter-option-tooltip,
.filter-step.step-4 .filter-option-tooltip{
    display: none;
}
.filter-option-tooltip{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0px 10px;
    z-index: 1;
}
.filter-option-tooltip .tooltip-icon{
    font-family: "Rockwell";
    font-weight: bold;
    color: #707070;
}
.filter-option-value.group-choosed .filter-option-tooltip .tooltip-icon,
.filter-option-value.option-choosed .filter-option-tooltip .tooltip-icon,
.filter-option-value:hover .filter-option-tooltip .tooltip-icon{
    color: #C31622;
}
.section-filter-button-action .filter-button a{
    margin-right: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
}
.product-item-ofenfinder{
    margin-bottom: 40px;
}
.product-item-ofenfinder .product-item-info{
    position: relative;
    padding: 0;
}
.product-item-ofenfinder .product-item-title h2{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}
.product-item-ofenfinder .product-item-title {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 13px 24px 7px;
    max-height: 48px;
    overflow-y: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.product-item-ofenfinder:hover .product-item-title{
    color: #C31622;
}
.product-item-ofenfinder .item-img {
    margin: 0;
    height: 300px;
    border-radius: 0;
}
.product-item-ofenfinder .item-img img{
    width: 100%;
    object-fit: cover;
}
#popup-filter-loading,
#popup-filter{
    position: fixed;
    top: 0;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
}
.popup-background-overlay{
    height: 100%;
    background-color: rgba(74, 74, 74, 0.4);
}
.popup-container{
    position: absolute;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 24px 48px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#popup-filter-loading .popup-container{
    background-color: transparent;
    text-align: center;
}
.popup-close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}
.popup-close:before,
.popup-close:after{
    top: initial;
    right: initial;
}
.popup-close:before{
    transform: rotate(45deg);
}
.popup-close:after{
    transform: rotate(135deg);
}
.popup-content .option-title{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.frame-type-form_formframework div[id*=ofenfinderkontakt],
.frame-type-form_formframework form[id*=ofenfinderkontakt]{
    display: none;
}
form[id*=ofenfinderkontakt] .form-element-title-form h2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
form[id*=ofenfinderkontakt] .form-element-recipe,
form[id*=ofenfinderkontakt] .form-element-sender{
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7eaed;
}
form[id*=ofenfinderkontakt] .form-element-recipe h2,
form[id*=ofenfinderkontakt] .form-element-sender h2{
    font-size: 24px;
}

.frame-type-form_formframework div[id*=stovefindercontact],
.frame-type-form_formframework form[id*=stovefindercontact]{
    display: none;
}
form[id*=stovefindercontact] .form-element-title-form h2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
form[id*=stovefindercontact] .form-element-recipe,
form[id*=stovefindercontact] .form-element-sender{
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7eaed;
}
form[id*=stovefindercontact] .form-element-recipe h2,
form[id*=stovefindercontact] .form-element-sender h2{
    font-size: 24px;
}


.filter-option-value.is-answer-single,
.filter-option-value.answer-disable{
    color: #cbcbcb;
    border-color: #cbcbcb;
    pointer-events: none;
    cursor: default;
}
.filter-option-value.is-answer-single .filter-option-tooltip .tooltip-icon,
.filter-option-value.answer-disable .filter-option-tooltip .tooltip-icon{
    color: #cbcbcb;
}

/* Presse Page */
.col-3-820 .row{
    justify-content: space-between;
}
.col-3-820 .column-side{
    max-width: 260px;
}
.col-3-820 .column-center{
    max-width: 860px;
}
.template-fullwidth.body-bg-top,
.template-fullwidth > header + .frame-type-textpic{
    padding-top: 0px;
}
.template-fullwidth > header + .frame-type-textpic .frame-container{
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
.template-fullwidth > header + div .gallery-row,
.template-fullwidth > header + div .textpic{
    margin: 0;

}
.template-fullwidth > header + div figure,
.template-fullwidth > header + div .gallery-item,
.template-fullwidth > header + div .textpic-gallery{
    padding: 0;
    margin: 0;
}
.template-fullwidth > header + div .textpic-text .frame-header{
    margin-bottom: 95px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.template-fullwidth > header + div .gallery-item img{
    height: 100vh;
    object-fit: cover;
}
.template-fullwidth > header + .frame-type-textpic .textpic-text{
    position: absolute;
    bottom: 5%;
    text-align: center;
}
.template-fullwidth > header + .frame-type-textpic .textpic-text .frame-header .element-header{
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.template-fullwidth > header + div .textpic-text .frame-header .element-subheader{
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 40px;
}
.template-fullwidth > header + .frame-type-textpic .textpic-text{

}
.template-fullwidth .section-default{
    padding-top: 30px;
}
.template-fullwidth .section-default .frame:first-of-type{
    padding-top: 0;
}
.template-fullwidth:not(.leda_wertepage):not(.leda_kaminofentypenpage) .section-default div:not(.frame-type-timeline) .frame-container
{
    max-width: 820px !important;
}
.template-fullwidth .section-default .textpic-text{
    position: inherit;
}
.template-fullwidth .breadcrumb-section{
    display:none;
}
.template-fullwidth .textpic-text ul li{
    list-style: square;
}
.leda_pressepage hr{
    border-color: #000;
}
.leda_pressepage h1, .leda_wertepage h1{
    font-size: 3rem;
}
#page-content h1.element-header{
    font-weight: bold;
}
.leda_pressepage h3{
    margin-bottom: 20px;
}
.leda_pressepage #page-content a:hover, .leda_wertepage #page-content a:hover{
    font-weight: bold;
}
.leda_pressepage ul li.text-center{
    list-style: none;
}
/* Extendsion timeline */
.tx_timeline{
    margin: -40px auto;
}
.tx_timeline img{
    max-width: 100%;
}
.tx_timeline .row{
    padding-bottom: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkMWU3OWEzYy1hZGRkLTQwZjMtOWU1OS05Y2Y1OTJmMTVkMGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzIwRUYwN0RGM0I0MTFFNEJGQ0NCQTk0MjQ1MkMzNzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzIwRUYwN0NGM0I0MTFFNEJGQ0NCQTk0MjQ1MkMzNzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3ODIzZDM5Ni00YzU0LTQ5NWYtODQ5MC05NDVkODEwYjNiMWUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3NjdkMDQ5YS0zMGJkLTExNzgtYTViYS1kYWI0ZDU0YmQzNTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6cw9HrAAAAGUlEQVR42mLYvHnzf4b///8zMDEAAUCAAQA+OwYYqGSLUwAAAABJRU5ErkJggg==) 50% 100% repeat-y;
}
.tx_timeline .row.timeline-heading{
    padding-bottom: 50px;
}
.tx_timeline .row + .row{
    margin-top: 10px;
}
.tx_timeline .date{
    font-weight: bold;
    text-align: center;
    color: gray;
    background-color: #fff;
}
.tx_timeline .circle,
.tx_timeline .date:after{
    display: block;
    width: 13px;
    height: 13px;
    margin: 10px auto 0;
    content: '\0020';
    border: 2px solid #e10f21;
    border-radius: 50%;
    background-color: #fff;
}
.tx_timeline .no-bg{
    background-image: none;
    padding-bottom: 0;
}
.tx_timeline .timeline-footer .circle{
    margin-top: -10px;
}
.timeline-space{
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.heading-divider{
    display: block;
    width: 40px;
    height: 2px;
    margin: 20px 0 15px;
    background-color: #e10f21;
}


/* footer */
span.bootstrappackageicon-pinterest{
    width: 2.5rem;
    height: 2.5rem;
}
.footer-section-content a:not(.btn).sociallinks-link:hover .bootstrappackageicon-pinterest:before,
.footer-section-content a:not(.btn).sociallinks-link:focus .bootstrappackageicon-pinterest:before{
    background-image: url(../Images/pinterest-hover.svg);
}
.bootstrappackageicon-pinterest:before{
    content: '';
    background-image: url(../Images/pinterest.svg);
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
}
.footer-section-content{
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #000;
}
.footer-section-content-column-left .frame{
    padding: 0;
}
.footer-section-content-column-left ul {
    column-count: 2;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}
.footer-section-content-column-left ul li{
    border-top: 2px solid #fff;
}
.footer-section-content-column-left ul li:nth-child(3n){
    border-bottom: 2px solid #fff;
}
.footer-section-content-column-left ul li a:not(.btn){
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    padding: 17px 0;
    font-family: "Roboto Condensed", sans-serif;
}
.footer-section-content-column-right{
    text-align: right;
    font-family: "Roboto Condensed", sans-serif;
}
.footer-sociallinks .sociallinks-list{
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 50px;
}
.footer-sociallinks .sociallinks-item {
    height: 5rem;
    width: 5rem;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
.footer-sociallinks .sociallinks-link {
    height: 5rem;
    width: auto;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-sociallinks a.sociallinks-link{
    color: #C31622;
}
.sociallinks-link-icon {
    font-size: 2.5rem;
    opacity: 1;
}
.sociallinks-link-label{
    display: none;
}
.footer-section-content a:not(.btn):hover,
.footer-section-content a:not(.btn):focus{
    color: #C31622;
}
.footer-section-content a:not(.btn).sociallinks-link:hover,
.footer-section-content a:not(.btn).sociallinks-link:focus{
    color: #000;
}
.footer-section-meta{
    display: none;
}
.navbar-mainnavigation .navbar-brand{
    height: 130px;
}
#bg-overlay-white{
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: -1;
}
/* Accordion */
.accordion-title-link-state:before{
    transform: rotate(45deg);
}
.accordion-title-link-state:after{
    transform: rotate(135deg);
}
.frame-type-accordion .accordion .accordion-item{
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-top: 1px solid;
}
.frame-type-accordion .accordion .accordion-item .accordion-content-item img{
    width: 100%;
    height: auto;
}
.frame-type-accordion .accordion-item + .accordion-item{
    margin-top: 0px;
}
.frame-type-accordion .accordion-body{
    border-top: 0px solid;
}
.frame-type-accordion .accordion .accordion-item:last-child{
    border-bottom: 1px solid !important;
}
.frame-type-accordion .accordion-title-link-text{
    font-size: 1.5rem;
    color: black;
}
.frame-type-accordion .card-header{
    background-color: white;
}
.frame-type-accordion .accordion-title-link:not(.collapsed),
.frame-type-accordion .accordion-body,
.frame-type-accordion .card-header:hover{
    background-color: #f0f0f0;
}
.frame-type-accordion .accordion-title-link-state{
    height: 1.75rem;
    width: 1.5rem;
}
.frame-type-accordion .accordion-title-link-state:before, .accordion-title-link-state:after{
    background-color: black;
    height: 2px;
}
.frame-type-accordion h2.element-header{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px !important;
}
.frame-type-accordion h3.element-subheader{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 23px;
}
.frame-type-accordion .accordion{
    margin-top: 23px;
}
/* Magazin list */
.news .magazin-list .magazin-item{
    padding: 0 20px;
    margin-bottom: 40px;
}
.news .magazin-list .magazin-item .magazin-img img{
    object-fit: cover;
    height: 410px;
    width: 100%;
}
.news .magazin-list .magazin-item a:hover .magazin-title .header h3,
.news .magazin-list .magazin-item a:hover .magazin-title .teaser-text{
    color: #C31622;
}
.news .magazin-list .magazin-item .magazin-title{
    position: absolute;
    top: 43px;
    left: 70px;
    padding: 0px;
    width: calc(100% - 140px);
    text-transform: uppercase;
    z-index: 1;
}
.news .magazin-list .magazin-item .magazin-title .teaser-text{
    font-size: 20px;
    color: white;
    font-family: "Roboto Condensed",sans-serif;
}
.news .magazin-list .magazin-item .magazin-title .header h3{
    font-size: 45px;
    font-weight: bold;
    overflow: hidden;
    color: white;
}
.news .magazin-item .article{
    padding-bottom: 0px;
}

.news .show-more-magazin {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
}

.news .show-more-magazin button,
.show-more-instagram button{
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #C31622;
    padding: 20px 50px;
    color: white !important;
    position: relative;
    padding-right: 100px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    border: 0px;
}
.news .show-more-magazin button:before,
.show-more-instagram button:before {
    content: "";
    top: calc(50% + -0.75rem);
    right: 55px;
    width: 0px;
    height: 1.5rem;
    border: solid white;
    border-width: 0 3px 0 0;
    position: absolute;
}
.news .show-more-magazin button:after,
.show-more-instagram button:after {
    content: "";
    top: calc(50% + -0.75rem);
    right: 55px;
    width: 0px;
    height: 1.5rem;
    border: solid white;
    border-width: 0 3px 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
}
.news .article .magazin-title .teaser-text{
    margin-bottom: 0px;
}
.news .news-list-view .page-navigation:first-child{
    display: none;
}
.news .news-list-view .news .text-light{
    color: unset !important;
}
.news .text-light{
    color: black !important;
}

.show-more-instagram button {
    margin-bottom: 35px;
}
.news .magazin-img{
    position: relative;
}
.news .magazin-img .overlay{
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
}

a.button {
    font-size:1.5rem;
    text-transform:uppercase;
    background:#C31622;
    padding:20px 50px;
    color:white !important;
    font-weight:bold;
    display:inline-block;
}

.pswp--animated-in .pswp__zoom-wrap{
    transform: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pswp__img{
    position: unset !important;
}

.tx-storefinder .gm-style-iw {
    height: initial;
    width: initial;
}

.c-socialwall__item img {
    width: 100%;
    max-width: 100%;
}

.c-socialwall__item p {
    padding: 25px;
}

.c-socialwall__item .sociallinks-link-icon.bootstrappackageicon-instagram {
    margin: 20px auto;
    width: 100%;
    color: #C31622;
}
