@charset "UTF-8";
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #202020;
    font-family: Roboto, sans-serif;
    overflow-y: scroll;
    background-color: #efefef;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%
}

::-moz-focus-inner {
    border: 0
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    outline: 0 !important
}

button, input, select, textarea {
    outline: 0 !important;
    box-shadow: none !important
}

.gray_section {
    min-height: 70vh
}

.button, .button:active, .button:focus, .button:visited {
    outline: 0 !important;
    border: none;
    border-radius: 0;
    background-color: #1180e7;
    padding: 8px 20px;
    min-width: 100px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    transition: all .2s;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}

.button:hover, .button_green, .button_green:active, .button_green:focus, .button_green:visited {
    background-color: #5fb863
}

.button:hover, .button_green:hover {
    color: #fff !important;
    text-decoration: none
}

.button_green:hover {
    background-color: #1180e7
}

.header {
    padding: 0 0 5px;
    background-color: rgba(255,255,255,0.93);
}

.header_logo a {
    display: inline-block
}

.header_logo img {
    max-height: 150px
}

.header_right {
    padding-bottom: 10px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.header_phone {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    margin-right: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #757575
}

.header_phone img {
    height: 40px;
    margin-right: 5px
}

.header_phone a {
    transition: all .2s
}

.header_phone a:after {
    content: "|";
    display: inline-block;
    margin: 0 7px 0 10px;
    color: #757575 !important;
    font-weight: 300
}

.header_phone a:last-child:after {
    display: none
}

.header_phone a:hover {
    color: #5fb863
}

.header_cart {
    display: inline-block;
    margin-bottom: 20px;
    color: #757575;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-right: 10px;
    cursor: pointer;
    transition: all .2s
}

.header_cart img {
    height: 40px;
    margin-left: 5px
}

.header_cart .badge {
    background-color: #5fb863;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.header_cart:hover {
    color: #5fb863
}

.header_search {
    width: 100%
}

.header_search form {
    position: relative
}

.header_search input {
    width: 100%;
    border: 2px solid #1180e7;
    padding-left: 15px;
    padding-right: 175px;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    transition: all .2s
}

.header_search input:focus {
    border-color: #5fb863
}

.header_search button {
    height: 50px;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    background-color: #1180e7;
    color: #fff;
    position: absolute;
    z-index: 2;
    border: none;
    width: 166px;
    text-align: center;
    transition: all .2s
}

.header_search button:hover {
    background-color: #5fb863
}

.cart-dropdown {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    position: absolute;
    z-index: 100;
    width: 320px;
    background-color: #fff;
    right: 0;
    top: 80px;
    border: 1px solid #efefef;
    text-align: left;
    display: none
}

.cart-dropdown-button {
    margin: 0;
    padding: 0 7.5px 15px
}

.cart-dropdown-button .col-6 {
    padding: 0 7.5px
}

.cart-dropdown .button {
    width: 100%
}

.cart-dropdown.open {
    display: block
}

.cart-dropdown-wrapper {
    max-height: 380px;
    position: relative;
    overflow-y: auto;
    padding: 15px 15px 0
}

.cart-dropdown-wrapper h5 {
    font-size: 15px;
    margin: 20px 0 30px;
    font-weight: 400;
    color: #777
}

.cart-dropdown-sum {
    font-size: 15px;
    padding: 15px;
    border-top: 1px solid #e6e6e6
}

.cart-dropdown-sum span {
    float: right;
    font-weight: 700
}

.cart-dropdown-item {
    margin: 0 0 15px
}

.cart-dropdown-item figure {
    background-color: #efefef;
    display: table;
    height: 70px;
    width: 100%;
    transition: all .2s;
    text-align: center;
    margin-bottom: 0
}

.cart-dropdown-item figure span {
    display: table-cell;
    vertical-align: middle
}

.cart-dropdown-item figure img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    display: inline-block
}

.cart-dropdown-item div {
    padding: 0
}

.cart-dropdown-item .cart-dropdown-item-title {
    padding-left: 15px
}

.cart-dropdown-item h4 {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 500;
    transition: all .2s
}

.cart-dropdown-item h5 {
    font-size: 15px;
    font-weight: 300
}

.cart-dropdown-item h5 b {
    font-weight: 500
}

h6 {
    font-size: 12px
}

.cart-dropdown-item figure:hover {
    border-color: #1180e7
}

.cart-dropdown-item h4:hover {
    color: #1180e7
}

.left_categories {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0
}

.left_categories:after {
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .2s;
    background-color: rgba(0, 0, 0, .2)
}

.left_categories .close_categories {
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 3;
    padding: 10px 15px;
    transition: all .2s;
    left: -500px;
    color: #1180e7;
    font-weight: 500;
    font-size: 16px;
    height: 45px;
    border-bottom: 1px solid #d3d3d3
}

.left_categories .close_categories i {
    margin-top: 5px;
    float: right
}

.left_categories .close_categories:hover {
    background-color: #efefef
}

.left_categories nav {
    border-right: 1px solid #e6e6e6;
    overflow-y: auto;
    width: 280px;
    background-color: #fff;
    height: calc(100vh - 45px);
    position: relative;
    z-index: 3;
    left: -500px;
    padding: 0 15px 15px;
    transition: all .2s
}

.left_categories.active {
    z-index: 10000;
    opacity: 1
}

.left_categories.active:after {
    opacity: 1
}

.left_categories.active .close_categories, .left_categories.active nav {
    left: 0
}

ul.ul_categories {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

ul.ul_categories li {
    font-size: 15px;
    font-weight: 500;
    position: relative
}

ul.ul_categories li a {
    display: block;
    padding: 8px 10px;
    transition: all .2s
}

ul.ul_categories li img {
    margin-right: 10px;
    width: 28px
}

ul.ul_categories li a.active, ul.ul_categories li a:hover {
    color: #1180e7
}

ul.ul_categories ul {
    list-style: none;
    padding-left: 10px;
    margin-left: 25px;
    border-left: 1px solid rgba(0, 0, 0, .065)
}

ul.ul_categories ul li {
    font-size: 14px
}

ul.ul_categories ul li a {
    font-weight: 400;
    padding-top: 6px;
    padding-bottom: 6px
}

.ul-submenu {
    display: none
}

.ul-submenu.open {
    display: block
}

.li-expand {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    background-image: url(../images/right-arrow-dark.svg);
    background-size: 52%;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ul-submenu .li-expand {
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-size: 50%
}

.li-expand:hover {
    background-color: #f1f1f1
}

.li-expand.active {
    transform: rotate(90deg)
}

.home_categories {
    padding: 15px 0 0
}

.home_categories .container > .row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.home_categories .col-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px
}

.home_categories h4 {
    font-size: 12px;
    margin: 10px 0 0;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.home_categories .home_all_categories, .home_categories .home_featured_categories {
    min-height: 100px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    text-align: center;
    height: 100%
}

.home_categories .home_all_categories {
    display: block;
    width: 100%;
    padding: 15px 10px;
    transition: all .2s
}

.home_categories .home_all_categories:hover {
    background-color: #f5f5f3
}

.home_categories .home_all_categories img {
    height: 30px;
    margin: 5px 0
}

.home_categories .home_featured_categories {
    margin: 0
}

.home_categories .home_featured_categories img {
    height: 40px
}

.home_categories .home_category {
    display: block;
    padding: 15px 10px;
    transition: all .2s
}

.home_categories .home_category:hover {
    background-color: #f5f5f3
}

.home_products {
    padding-bottom: 50px
}

.home_products h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px
}

.products_wrap {
    margin: 0;
    background-color: #fff;
    padding: 30px 20px 20px
}

.mehr_laden {
    margin-top: 20px;
    margin-bottom: 15px
}

.product {
    padding: 0 10px;
    margin-bottom: 20px
}

.product article {
    background: #fff;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    height: 100%
}

.product figure {
    border-style: solid;
    border-width: 2px;
    border-color: #34d237;
    background-image: url(../images/product_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: .5;*/
    /*background-image:  linear-gradient(135deg, #52734a 25%, transparent 25%), linear-gradient(225deg, #52734a 25%, transparent 25%), linear-gradient(45deg, #52734a 25%, transparent 25%), linear-gradient(315deg, #52734a 25%, #2b2b57 25%);*/
    /*background-position:  8px 0, 8px 0, 0 0, 0 0;*/
    /*background-size: 8px 8px;*/
    /*background-repeat: repeat;*/
    margin-bottom: 0;
    height: 194px;
    display: flex;
    justify-content: center;
    position: relative
}

.category_detail_wrap .product figure {
    height: 177px
}

.product figure .badge {
    border-radius: 2px;
    font-size: 11px;
    position: absolute;
    text-transform: uppercase;
    top: 7px;
    right: 7px;
    background-color: #333;
    color: #fff;
    padding: 5px;
    z-index: 5;
    letter-spacing: .5px
}

.product figure .badge.new {
    background-color: #3498db
}

.product figure .badge.featured {
    background-color: #e67e22
}

.product figure .badge.discount {
    background-color: #5fb863
}

.product figure .badge.popular {
    background-color: #d62d30
}

.product figure:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../images/more.svg);
    background-size: 40px;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .2s
}

.product figure img {
    align-self: center;
    display: inline-block;
    max-height: 194px;
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 10px;
    min-width: 10px
}

.category_detail_wrap .product figure img {
    max-height: 177px
}

.product a:first-child:hover figure:after {
    opacity: 1
}

.product div {
    padding: 15px 10px
}

.product h3 {
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    height: 40px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px
}

.product h4 {
    margin: 5px 0 0;
    font-weight: 300;
    font-size: 14px
}

.product h4.old_price {
    font-size: 12px
}

.product h4 b, .product h4 s {
    font-weight: 500;
    float: right
}

.product h4 s {
    opacity: .5
}

.product .add_to_cart {
    margin-top: auto;
    text-align: center;
    display: block;
    background-color: rgba(241, 251, 247, .85);
    font-size: 12px;
    color: #1180e7;
    border-top: 1px solid #1180e7;
    position: relative;
    transition: all .2s;
    overflow: hidden
}

.add_to_cart:after, .product .add_to_cart {
    width: 100%;
    padding: 10px;
    text-transform: uppercase
}

.add_to_cart:after {
    opacity: 0;
    content: "";
    color: #fff;
    display: inline-block;
    position: absolute;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: #777;
    z-index: 3;
    cursor: default;
    transition: all .15s
}

.product_detail_cart .add_to_cart:after {
    padding: 12px
}

.add_to_cart.active:after {
    top: 0;
    opacity: 1;
    content: "Hinzugefügt";
    background-color: #5fb863
}

.add_to_cart.warning:after {
    top: 0;
    opacity: 1;
    content: "Fehler";
    background-color: #dd5757
}

.add_to_cart.loading:after {
    top: 0;
    opacity: 1;
    content: "Laden ...";
    background-color: grey
}

.product .add_to_cart i {
    font-size: 10px;
    margin-right: 7px
}

.product .add_to_cart:hover {
    background-color: #1180e7;
    color: #fff
}

.home_products .product {
    flex: 0 0 20%;
    max-width: 20%
}

#toTop {
    position: fixed;
    bottom: 15px;
    right: -100px;
    background-color: #1180e7;
    border: none;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
    line-height: 45px;
    z-index: 999;
    font-size: 20px;
    transition: all .42s;
    opacity: 0
}

#toTop:hover {
    background-color: #5fb863
}

#toTop.active {
    opacity: 1;
    right: 15px
}

.footer {
    padding: 40px 0 20px;
    background-color: #fff;
    opacity: .93;
}

.footer p {
    color: grey;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-right: 25px;
    border-right: 1px solid #d3d3d3
}

.footer p b {
    color: #1180e7;
    letter-spacing: .5px
}

.footer p span {
    color: #5fb863
}

.footer ul {
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px
}

.footer ul li {
    display: inline-block;
    margin-right: 20px
}

.footer ul a {
    color: grey;
    transition: all .2s
}

.footer ul a:hover {
    color: #1180e7
}

.footer ul li:last-child {
    margin-right: 0
}

.footer_social {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.footer_social a {
    background-color: #efefef;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    height: 30px;
    text-align: center
}

.page_route {
    display: block;
    list-style-type: none;
    font-size: 0;
    margin: 15px 0;
    padding: 12px 15px;
    background-color: #fff
}

.page_route li {
    font-size: 13px;
    display: inline-block
}

.page_route li:after {
    margin: 0 10px;
    opacity: .6;
    content: ">";
    display: inline-block
}

.page_route li:last-child:after {
    display: none
}

.page_route li a {
    transition: all .2s
}

.page_route li a:hover {
    color: #1180e7
}

.product_detail {
    padding-bottom: 50px
}

.product_detail_wrap {
    background-color: #fff;
    margin: 0;
    padding: 30px 15px
}

.product_detail_title {
    padding-top: 30px
}

.product_detail_title h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px
}

.product_detail_title p {
    color: #555;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.7
}

.product_detail_price {
    border-top: 1px solid #d3d3d3;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
}

.product_detail_price span {
    display: block;
    margin-top: 5px
}

.product_detail_price .old_price {
    font-size: 16px;
    opacity: .5
}

.product_detail_price .old_price s {
    font-size: 18px;
    font-weight: 700;
    float: right
}

.product_detail_price b {
    font-size: 22px;
    font-weight: 700;
    float: right
}

.product_detail_cart {
    display: flex
}

.product_detail_cart input {
    width: 55px;
    margin-right: 5px;
    padding-left: 10px;
    border: 1px solid #5fb863
}

.product_detail_cart .button {
    height: 45px;
    flex-grow: 1;
    position: relative;
    overflow: hidden
}

.product_detail_cart .button.active:after {
    top: 0;
    opacity: 1
}

.product_detail_cart .button i {
    margin-right: 10px
}

.product_detail_share {
    padding-top: 60px
}

.product_detail_share h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px
}

.product_detail_share ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.product_detail_share ul li {
    flex: 0 0 31%;
    max-width: 31%;
    font-size: 16px;
    margin-bottom: 10px
}

.product_detail_share ul li a {
    text-align: center;
    display: block;
    padding: 10px 15px;
    background-color: #f6f6f6;
    font-size: 16px;
    color: #777;
    transition: all .2s
}

.product_detail_share ul li a:hover {
    color: #1180e7
}

.product_detail_share ul li i {
    margin-right: 10px
}

.product_detail_bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d3d3d3
}

.product_detail_subtitle {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400
}

.product_detail_desc {
    color: #555
}

.product_detail_desc h1, .product_detail_desc h2, .product_detail_desc h3, .product_detail_desc h4, .product_detail_desc h5, .product_detail_desc h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400
}

.product_detail_desc h1 {
    font-size: 26px
}

.product_detail_desc h2 {
    font-size: 24px
}

.product_detail_desc h3 {
    font-size: 22px
}

.product_detail_desc h4 {
    font-size: 20px
}

.product_detail_desc h5 {
    font-size: 18px
}

.product_detail_desc h6 {
    font-size: 16px
}

.product_detail_desc ol, .product_detail_desc p, .product_detail_desc ul {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.7
}

.product_detail_desc ol a, .product_detail_desc p a, .product_detail_desc ul a {
    color: #1180e7
}

.product_detail_desc ol, .product_detail_desc ul {
    padding-left: 20px
}

.product_detail_desc td, .product_detail_desc th {
    padding: 0 15px 10px 0
}

.product_detail_options dl {
    margin-bottom: 15px;
    font-size: 15px
}

.product_detail_options dd, .product_detail_options dt {
    margin-bottom: 0;
    font-weight: 400
}

.product_detail_options dd a, .product_detail_options dt a {
    color: #1180e7
}

.product_detail_options dt {
    color: #888
}

.slick-initialized .slick-slide {
    outline: 0 !important
}

.slick-next, .slick-next:focus, .slick-prev, .slick-prev:focus {
    position: absolute;
    z-index: 2;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    top: 45%;
    padding: 0;
    outline: none;
    text-align: center;
    border: none;
    background-color: rgba(0, 0, 0, .3);
    background-size: 40%;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .2s
}

.slick-prev, .slick-prev:focus {
    left: 15px;
    background-image: url(../images/left-arrow-button.svg)
}

.slick-next, .slick-next:focus {
    right: 15px;
    background-image: url(../images/right-arrow-button.svg)
}

.slick-next:hover, .slick-prev:hover {
    background-color: #1180e7
}

.detail-slider {
    max-height: 500px;
    overflow: hidden
}

.detail-slider figure {
    background-color: #f3f3f3;
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    min-height: 500px;
    height: 500px
}

.detail-slider figure span {
    align-self: center;
    display: inline-block;
    flex: 1
}

.detail-slider figure img {
    max-height: 500px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block
}

.detail-slider-nav {
    margin: 10px -5px;
    max-height: 112px;
    overflow: hidden
}

.detail-slider-nav .detail-slide-nav {
    padding-left: 5px;
    padding-right: 5px
}

.detail-slider-nav .detail-slide-nav figure {
    background-color: #f3f3f3;
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    height: 112px;
    border: 1px solid transparent
}

.detail-slider-nav .detail-slide-nav figure span {
    align-self: center;
    display: inline-block;
    flex: 1
}

.detail-slider-nav .detail-slide-nav figure img {
    max-height: 112px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block
}

.detail-slide-nav.slick-current figure {
    border: 1px solid #1180e7
}

.mobile_filter {
    display: none
}

.category_detail {
    padding: 15px 0 35px
}

.category_detail .container > .row {
    margin: 0 -7.5px
}

.category_detail .container > .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.category_detail_wrap {
    background-color: #fff;
    padding: 30px 30px 15px;
    margin-bottom: 15px
}

.category_detail_products {
    margin: 0 -10px
}

.category_detail h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px
}

.category_detail_results {
    margin-bottom: 20px;
    display: block;
    color: #888
}

.category_detail_left {
    padding: 30px 20px 15px
}

.category_detail_left h4 {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin: 0 0 15px
}

.category_detail_left input, .category_detail_left select {
    color: #555;
    font-size: 15px;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    margin-bottom: 15px;
    border: 1px solid #d3d3d3;
    transition: all .2s
}

.category_detail_left input:focus, .category_detail_left select:focus {
    border-color: #1180e7
}

.category_detail_sort {
    margin-bottom: 20px
}

.category_detail_preis {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.category_detail_preis input {
    flex: 0 0 45%;
    max-width: 45%
}

.category_detail_preis span {
    margin: 0 7px;
    font-size: 20px;
    line-height: 40px
}

.category_detail_categories {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -10px;
    margin-bottom: 15px
}

.category_detail_categories ul.ul_categories li {
    font-weight: 400
}

.default_section {
    padding-bottom: 50px
}

.default_wrap {
    background-color: #fff;
    padding: 30px 15px;
    margin: 0
}

.default_wrap h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.error {
    padding: 100px 0
}

.error h1 {
    margin: 0;
    line-height: 100px;
    font-size: 100px;
    font-weight: 700
}

.error h2 {
    margin: 30px 0 40px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase
}

.text_only img {
    margin-bottom: 30px
}

.text_only h2, .text_only h3, .text_only h4, .text_only h5, .text_only h6, .text_only ol, .text_only p, .text_only ul {
    margin-bottom: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #555
}

.text_only h2 a, .text_only h3 a, .text_only h4 a, .text_only h5 a, .text_only h6 a, .text_only ol a, .text_only p a, .text_only ul a {
    color: #1180e7
}

.text_only h2 {
    font-size: 24px
}

.text_only h3 {
    font-size: 22px
}

.text_only h4 {
    font-size: 20px
}

.text_only h5 {
    font-size: 18px
}

.text_only ol, .text_only p, .text_only ul {
    font-size: 15px
}

.text_only ol, .text_only ul {
    padding-left: 20px
}

.text_only ul {
    list-style-type: circle
}

.form_default label {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    color: #555
}

.form_default input, .form_default select, .form_default textarea {
    background-color: #f9f9f9;
    width: 100%;
    display: block;
    border: 1px solid #d3d3d3;
    font-size: 15px;
    margin-bottom: 20px;
    transition: all .2s
}

.form_default input:focus, .form_default select:focus, .form_default textarea:focus {
    border-color: #1180e7
}

.form_default input, .form_default select {
    height: 45px;
    line-height: 45px;
    padding: 0 15px
}

.form_default textarea {
    resize: vertical;
    padding: 15px
}

.form_default .label_radio {
    display: block;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer
}

.form_default .label_radio input {
    display: inline-block;
    position: absolute;
    margin: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    z-index: -1
}

.form_default .label_radio span {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    z-index: 2;
    border: 1px solid #d3d3d3;
    text-align: center;
    font-size: 0
}

.form_default .label_radio span:after {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-top: 4px;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transition: all .2s;
    background-color: #1180e7
}

.form_default .label_radio input:checked + span:after {
    opacity: 1
}

.card_default {
    margin-bottom: 15px
}

.card_default .card-body {
    font-size: 15px;
    font-weight: 400;
    padding: 20px;
    color: #555
}

.card_default .card-header {
    padding: 0;
    background-color: transparent
}

.card_default .card-header h3 {
    margin: 0;
    padding: 15px 40px 15px 20px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #1180e7;
    transition: all .2s
}

.card_default .card-header h3 i {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 16px;
    color: #1180e7;
    transition: all .2s;
    transform: rotate(180deg)
}

.card_default .card-header a {
    border-bottom: 1px solid #1180e7;
    padding: 0;
    display: block;
    transition: all .2s
}

.card_default .card-header a.collapsed {
    border-bottom: 1px solid transparent
}

.card_default .card-header a.collapsed h3 {
    color: #555
}

.card_default .card-header a.collapsed h3 i {
    transform: rotate(0deg)
}

.warenkorb {
    padding-bottom: 50px
}

.warenkorb_wrap {
    background-color: #fff;
    padding: 30px 15px;
    margin: 0
}

.warenkorb form h2, .warenkorb h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
    transition: all .2s
}

.warenkorb_items {
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 1px solid #d3d3d3
}

.warenkorb_head {
    font-size: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    font-weight: 500;
    border-bottom: 1px solid #d3d3d3;
    margin: 0
}

.warenkorb form button {
    margin-top: 15px
}

.warenkorb_item {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    border-bottom: 1px solid #d3d3d3;
    margin: 0;
    position: relative
}

.warenkorb_items h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
    color: #777
}

.warenkorb_item .row div {
    padding: 0 0 0 15px
}

.warenkorb_item_img {
    text-align: center
}

.warenkorb_item_img img {
    display: inline-block;
    max-height: 70px
}

.warenkorb_item h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-top: 15px;
    line-height: 1.5;
    transition: all .2s
}

.warenkorb_item h3:hover {
    color: #1180e7
}

.warenkorb_item_txt {
    padding-top: 15px
}

.warenkorb_item_txt input {
    width: 45px;
    height: 30px;
    text-align: center
}

.warenkorb_item_txt span {
    display: none
}

.warenkorb_item_txt a span {
    display: inline-block
}

.warenkorb_item_delete {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 2;
    background: #e6e6e6;
    border-radius: 3px;
    right: 5px;
    top: 25px;
    cursor: pointer;
    transition: all .2s;
    opacity: .5
}

.warenkorb_item_delete:hover {
    color: #1180e7 !important
}

.warenkorb_sum {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 0 20px
}

.warenkorb_sum span {
    display: inline-block
}

.warenkorb_sum_title {
    width: 200px
}

.warenkorb_sum_price {
    width: 200px;
    margin-bottom: 10px
}

.warenkorb_sum .button i {
    margin-right: 5px
}

.warenkorb_sum .button:disabled {
    cursor: default;
    color: #fff !important;
    background-color: #d3d3d3 !important
}

.warenkorb_sum .button:disabled i {
    margin-right: 5px
}

.newest {
    background-color: #fff;
    margin: 0 0 15px;
    padding: 30px 15px 15px;
    /*border-top: 10px solid #0099cc;*/
}

.slider_newest {
    margin: 0 -10px 15px
}

.slider_images {
    margin-bottom: 15px
}

@media only screen and (max-width: 1199.98px) {
    .home_products .product {
        flex: 0 0 25%;
        max-width: 25%
    }

    .header_search input {
        height: 40px;
        line-height: 40px
    }

    .header_search button {
        height: 40px
    }

    .header_cart {
        margin-bottom: 15px
    }

    .cart-dropdown {
        top: 70px
    }

    .category_detail_preis input {
        flex: 0 0 42%;
        max-width: 42%
    }

    .product_detail_title {
        padding-top: 0
    }

    .product_detail_title h1 {
        font-size: 24px
    }

    .product_detail_share ul li a {
        padding: 10px;
        font-size: 14px
    }

    .product_detail_share ul li i {
        margin-right: 5px
    }
}

@media only screen and (max-width: 991.98px) {
    .home_products .product {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .product_detail_title {
        padding-top: 30px
    }

    .product_detail_subtitle {
        color: #777
    }
}

@media only screen and (max-width: 767.98px) {
    .home_products .product {
        flex: 0 0 100%;
        max-width: 100%
    }

    .home_categories .home_category {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .header_phone {
        display: inline-block;
        border-right: 1px solid #ccc;
        margin-right: 5px;
        padding-right: 5px; 
        font-size: 13px;
        font-weight: 500;
        color: #757575;
    }

    .header_phone img {
        height: 20px;
        margin-right: 5px
    }

    .home_categories .home_all_categories, .home_categories .home_featured_categories {
        min-height: inherit
    }

    .home_categories .home_all_categories img {
        margin: 0;
        height: 25px
    }

    .home_categories .home_all_categories h4 {
        margin-top: 0;
        display: inline-block;
        font-size: 16px;
        margin-left: 15px
    }

    .cart-dropdown {
        width: 280px;
        right: 15px
    }

    .home_products h1 {
        font-size: 20px
    }

    .products_wrap {
        padding: 20px 5px
    }

    .footer {
        padding: 30px 0 10px;
        text-align: center
    }

    .footer p {
        margin-right: 0;
        padding-right: 0;
        border: none
    }

    .footer p, .footer ul {
        display: block
    }

    .footer ul li {
        margin: 0 5px !important
    }

    .footer_social {
        justify-content: center
    }

    .category_detail_wrap .product figure, .product figure {
        height: 200px
    }

    .category_detail_wrap .product figure img, .product figure img {
        max-height: 200px
    }

    .header_logo a {
        position: absolute;
        z-index: 101;
        left: 15px
    }

    .header_logo a img {
        height: 70px
    }

    .header {
        padding-bottom: 0
    }

    .header_right {
        padding: 15px 0 0
    }

    .header_search button {
        width: 40px;
        font-size: 14px
    }

    .header_search input {
        border-radius: 0;
        padding-right: 50px
    }

    .header_cart {
        margin-right: 15px;
        font-size: 14px;
        font-weight: 400
    }

    .category_detail_left {
        padding-left: 15px;
        padding-right: 15px
    }

    .category_detail_categories {
        margin-right: 0
    }

    .category_detail_wrap {
        padding: 20px 15px 15px
    }

    .category_detail h1 {
        font-size: 20px
    }

    .category_detail_left {
        display: none
    }

    .category_detail_left.active, .mobile_filter {
        display: block
    }

    .mobile_filter .button {
        padding: 10px 15px !important;
        text-align: left !important;
        width: 100% !important;
        font-weight: 400 !important;
        background: #5fb863 !important;
        margin-bottom: 15px
    }

    .mobile_filter .button i {
        font-size: 16px;
        margin-top: 4px;
        float: right;
        transition: all .2s
    }

    .mobile_filter .button.active {
        margin-bottom: 0;
        background-color: #1180e7 !important
    }

    .mobile_filter .button.active i {
        transform: rotate(180deg)
    }

    .category_detail_preis, .category_detail_sort {
        margin-bottom: 0
    }

    .category_detail_left h4, .product h3 {
        margin-bottom: 10px
    }

    .product h3 {
        height: inherit
    }

    ul.ul_categories li img {
        width: 25px
    }

    .product_detail_wrap {
        padding: 20px 0
    }

    .detail-slider figure {
        height: 250px;
        min-height: 250px
    }

    .detail-slider figure img {
        max-height: 250px
    }

    .slick-next, .slick-next:focus, .slick-prev, .slick-prev:focus {
        height: 35px;
        width: 35px
    }

    .slick-next, .slick-next:focus {
        right: 5px
    }

    .slick-prev, .slick-prev:focus {
        left: 5px
    }

    .detail-slider-nav .detail-slide-nav figure {
        height: 100px
    }

    .detail-slider-nav .detail-slide-nav figure img {
        max-height: 100px
    }

    .product_detail_title h1 {
        font-size: 22px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        margin-bottom: 20px
    }

    .product_detail_price {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .page_route {
        margin-bottom: 15px
    }

    .page_route li {
        font-size: 12px
    }

    .page_route li:after {
        margin: 0 5px
    }

    .product_detail_share ul li a {
        padding: 10px 7px;
        font-size: 13px
    }

    .product_detail_share ul li i {
        margin-right: 2px
    }

    .product_detail_share {
        padding-top: 40px
    }

    .product_detail_bottom {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 15px
    }

    .product_detail_bottom .product {
        padding: 0 15px
    }

    .default_section, .home_products, .product_detail, .warenkorb {
        padding-bottom: 30px
    }

    .category_detail {
        padding-bottom: 20px
    }

    .home_categories {
        padding-bottom: 15px
    }

    .cart-dropdown-item h4, .cart-dropdown-item h5 {
        font-size: 14px
    }

    .default_wrap {
        padding: 20px 0
    }

    .default_wrap h1 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .error {
        padding: 60px 0
    }

    .error h1 {
        font-size: 90px;
        line-height: 90px
    }

    .card_default .card-body {
        padding: 15px
    }

    .card_default .card-header h3 {
        padding-left: 15px;
        font-size: 16px
    }

    .warenkorb_head {
        display: none
    }

    .warenkorb_item_txt span {
        display: inline-block;
        margin-right: 10px
    }

    .warenkorb_item_delete {
        right: 15px
    }

    .warenkorb_wrap {
        padding: 20px 0
    }

    .warenkorb_item_img {
        text-align: left
    }

    .warenkorb_sum .button {
        width: 100%;
        margin-bottom: 20px
    }

    .warenkorb_sum_price, .warenkorb_sum_title {
        width: inherit;
        font-size: 16px
    }

    .warenkorb_sum_title {
        float: left;
        margin-right: 10px
    }

    .warenkorb form h2, .warenkorb h1 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .newest {
        padding: 20px 0 15px
    }

    .slider_newest .slick-next, .slider_newest .slick-next:focus {
        right: 15px
    }

    .slider_newest .slick-prev, .slider_newest .slick-prev:focus {
        left: 15px
    }

    .slider_images {
        display: block !important
    }
}

.alert {
    margin-top: 1rem
}
