@media (min-width: 1024px) {
    ul.mainlist > li > a {
        padding: 9px 0;
        font-weight: 500;
        font-size: 13px;
        line-height: 22px;
        text-transform: uppercase;
        color: #151515;
    }
}


@media screen and (max-width: 1023px) {
	.header__search-block {
	padding-right: 5%;
	}
	
	.header-top, header#header.fixed .header-top {
     gap: 1rem !important;
    }
}

@media screen and (max-width: 900px) {
	.header__search-block {
	padding-right: 10%;
	}
	
}

@media screen and (max-width: 750px) {
	.header__search-block {
	padding-right: 15%;
	}
	
}

@media screen and (max-width: 650px) {
	.header__search-block {
	padding-right: 20%;
	}

}

@media screen and (max-width: 570px) {
	.header__search-block {
	padding-right: 30%;
	}
	
}

@media screen and (max-width: 500px) {
	.header__search-input {
	display: none;
	}
	
	    .logo img {
        width: 40% !important;
    }
	
	.header__search-input_down{
	display: flex;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 0.5%;
	}
	
	.input-search_down {
    padding: 1% 1% 1% 6%;
    border-radius: 10px;
    width: 100%;
	}
	
	.header__search-block {
	padding-right: 0;
	width: 92%;
    margin-left: 3%;
	}
}



@media (min-width: 1300px) {
  .container {
    width: 1285px;
  }
}

@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
  body{
    padding-top: 160px;
  }
  .container {
    width: 100%;
  }
  .products-flex.flex-row {
    margin: 0;
  }
  .logo img {
    width: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .categoryWall-item {
    width: 25%;
  }
  .product-page_img {
    width: 48%;
  }
  .bloggallery-images a {
    width: calc(33.33% - 30px);
  }
  .product-page_right {
    width: 50%;
  }

  .thumbimg-item {
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(50% - 5px);
  }

  .product-page_top {
    justify-content: space-between;
  }

  .product-page_title {
    font-size: 20px;
    line-height: 1.5;
  }

  .about {
    align-items: unset;
  }
}

@media screen and (max-width: 1023px) {
	.flex-shrink-icon {
	flex-shrink: 0;
    border-right: 0;
	margin-top: 0;
	}
	
  .Header--nav-input-top {
    display: none;
  }
  .Header--nav-input-top__dn {
    display: block;
  }
  .header-top, header#header.fixed .header-top {
    gap: 2.5rem;
  }
  a.toggleMenu {
    display: none;
  }
  .header-contacts {
   /* display: none; */
  }
  .header-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    /* gap: 2rem; */
  }
  .bt.header-cart_btn {
    /* margin-left: 2.5rem; */
  }
  .header-contacts {
   /* display: none; */
  }
  .header-top,
  header#header.fixed .header-top {
    padding: 0;
    border: none;
    height: auto;
    flex-grow: 1;
  }
  .header-svg {
    font-size: 14px;
  }
  a.openMenu {
    display: block;
    /* margin-left: 10px; */
    /* margin-right: -10px; */
  }
  ul.mm-listview {
    display: block !important;
  }
  .header-contacts {
    flex-grow: 1;
    justify-content: flex-end;
  }

  header#header nav#mainnav {
    display: none;
  }
  header#header {
    padding: 10px 0;
  }

  body {
    padding-top: 100px;
  }
  nav#mainnav {
    z-index: 120;
  }

  ul.mm-listview {
    display: block;
  }
  li.hide.mm-listitem {
    display: block !important;
  }
  li.header-catalog svg {
    display: none;
  }
  ul.list-child {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    max-width: unset;
    border: none;
    width: 100%;
    background: none;
    padding: 0;
  }

  li.mm-listitem {
    width: 100%;
  }

  ul.list-child_body {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0;
    column-count: 1;
    max-width: 100%;
    background: none;
    border: none;
  }

  .list-child_body li {
    margin-bottom: 0;
  }

  .slider-content {
    padding-left: 100px;
  }
  .header-linkicon {
    display: block;
  }

  .slider-head {
    font-size: 45px;
    line-height: 1.5;
  }

  .slider-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .product-thumb {
    width: calc(33.33% - 30px);
  }

  .feat-item {
    /* padding: 20px; */
    /* border: 1px solid #E4E4E4; */
  }

  .feat-name {
    font-size: 20px;
    line-height: 1.3;
  }
  .gallery-title_wrap {
    font-size: 30px;
    line-height: 1.5;
  }
  .footer-top, .footer-item {
    text-align: center;
  }
  .footer-top {
      grid-template-columns: repeat(3, 1fr);
      grid-template-areas:
      'item2 item1 item3'
      'item2 item4 item5';
  }
  .footer-img {
  justify-items: center;
  }
  .footer-item1 {
      grid-area: item1;
  }
  .footer-item2 {
      grid-area: item2;
  }
  .footer-item3 {
      grid-area: item3;
  }
  .footer-item3a {
      grid-area: item4;
  }
  .footer-item4 {
      grid-area: item5;
  }
  .footer-menu.footer-menu_cat {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .footer-social {
      grid-template-columns: repeat(4, 1fr);
      justify-items: center;
      gap: 0;
      row-gap: 20px;
  }
}

@media screen and (max-width: 992px) {
  .toptitle.faq-toptitle {
    margin-bottom: 0;
    height: 300px;
  }

  .product-thumb-3 {
    width: calc(50% - 30px);
  }
  .accio-item {
    width: calc(50% - 30px);
  }
  .contact {
    position: relative;
    top: unset;
    transform: none;
    left: 0;
    margin-bottom: 50px;
  }
  .flex .news-item {
    width: calc(50% - 30px);
  }
}



@media screen and (max-width: 768px) {
  body {
    padding-top: 100px;
  }
  ul.slick-dots {
    bottom: -25px;
  }
  #carousel0 {
    display: none !important;
  }
  .categoryKsl-link {
    display: none;
  }
  .categoryKsl-img {
    margin-bottom: 10px;
  }
  .categoryKsl-name {
    font-size: 16px;
    line-height: 20px;
  }
  .accio-arrow svg{
    width: 40px;
  }
  .bloggallery-images a {
    width: calc(50% - 30px);
  }
  .slider-wrap {
    margin-bottom: 30px;
  }
  .dream-filter {
    margin-bottom: 0px;
  }
  .header-address {
    display: none;
  }
  .categoryWall-item {
    width: 33.33%;
  }
  .product-page_img {
    width: 30%;
  }
  .product-page_right {
    width: 68%;
  }
  .about-title.faq-title {
    font-size: 25px;
    line-height: 1.3;
  }
  .faq-head {
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 0;
    padding-left: 40px;
  }
  .faq-head svg {
    top: 20px;
  }
  .faqbtn {
    padding: 15px;
    width: auto;
    flex-grow: 1;
    text-align: center;
    margin: 2px;
  }
  .faqmenu {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .faqbox {
    width: 100%;
  }
  .payment__icons_HDE {
    justify-content: space-around;
  }
}

@media screen and (max-width: 500px) {
  body {
    padding-top: 145px;
  }
}

@media screen and (max-width: 767px) {
  .slider-wrap{
    margin-bottom: 30px;
  }
  .product-thumb:hover::after {
    opacity: 0;
  }

  .about-img {
    width: 100%;
    margin-bottom: 30px;
    max-width: 500px;
  }

  .about-item {
    width: 100%;
  }

  .about-reverse {
    flex-direction: row;
  }

  .about-title {
    font-size: 30px;
    line-height: 1.3;
  }

  .accio-item {
    width: calc(50% - 10px);
  }

  .product-page_img {
    width: 100%;
    margin-bottom: 30px;
  }

  .product-page_right {
    width: 100%;
  }

  .product-page_price {
    width: 100%;
  }

  .product-page_title {
    font-size: 18px;
  }

  .dream-filter {
    padding: 0;
    border: none;
  }
  .dream-filter.rdf-mobile-view .btn.rdf-mobile-toggle {
    width: 50px;
    height: 43px;
  }
  .categoryWall-item {
    width: 50%;
  }
  .product-thumb {
    width: calc(50% - 30px);
  }
  .button-group {
    position: relative;
    z-index: 2;
    bottom: unset;
    opacity: 1;
    padding: 0;
  }

  .product-thumb::before {
    display: none;
  }

  .button-group::before {
    display: none;
  }

  .header-svg {
    font-size: 12px;
  }

  .header-contacts {
  }

  a.openMenu {
    margin-left: 0;
  }

  span#cart-total {
    font-size: 10px;
  }

  span#cart-total > span:last-child {
    font-size: 12px;
  }

  .flex-row,
  .products-flex.flex-row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .flex-row > div,
  .flex-row > a {
    margin-right: 5px;
    margin-left: 5px;
  }

  .product-thumb {
    width: calc(50% - 10px);
  }

  .product-thumb_title {
    font-size: 14px;
    line-height: 1.4;
    height: 60px;
  }
  .gallery-title_wrap {
    padding: 0;
    font-size: 25px;
    position: relative;
    width: auto;
    top: unset;
    transform: none;
    margin-bottom: 30px;
  }

  .gallery-title {
    padding-bottom: 15px;
  }

  .gallery-item:nth-child(2) {
    padding-top: 0;
  }
  .slider-head {
    font-size: 30px;
  }

  .slider-text {
    font-size: 14px;
  }

  .slider-link {
    width: auto;
    height: auto;
    border-radius: 5px;
    flex-direction: row;
    align-items: center;
    padding: 10px 25px;
    display: inline-flex;
  }

  .slider-link span {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .slider-link svg {
    width: 13px;
    height: auto;
  }

  .slider-item {
    /* height: 400px; */
  }

  .slider-content {
    padding: 0 15px;
  }

  .toptitle > img {
    opacity: 1;
  }
  .well {
    width: 100%;
  }
}

@media screen and (max-width: 695px) {
  span#cart-total{
    display: none;
  }
}

@media screen and (max-width: 595px) {
  .bt.header-cart_btn {
    /*  display: none; */
  }
  .faq-content-pictures {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}

@media screen and (max-width: 580px) {
  .input-search {
    padding: 7px 5px 5px 20px;
   /* border-radius: 12px; */
    font-size: 11px;
}
  .header-wrap {
    gap: 0;
  }
  .header__search-block::before {
    left: 4px;
  }
  .categoryKsl-slider.mb-100px {
    margin-bottom: 2rem !important;
  }
  .accio-flex {
    gap: 60px;
  }
  .accio-item {
    width: 100%;
    margin-bottom: -10px;
  }
  .accio-img {
    height: 350px;
  }
  .accio-img img {
    height: 350px;
  }
  .accio-img > a > img {
    object-fit: cover;
  }
  .categoryKsl-name {
    font-size: 12px;
    line-height: 14px;
  }
  .categoryKsl-text{
    display: none;
  }
  .categoryKsl-img {
    margin-bottom: 0;
  }
  .section__service__IJAWMfdd21 {
    margin-top: -2rem;
  }
  .slick-arrow {
    width: 25px;
    height: 25px;
    z-index: 1;
    opacity: 1;
  }
  .slick-prev.slick-arrow {
    left: 85%;
    top: -31%;
  }
  .slick-next.slick-arrow {
    top: -31%;
    right: 3%;
  }
  .mb-100px.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 70px !important;
  }
  .accio-img {
    height: 350px;
  }
  .accio-img > a > img {
    object-fit: cover;
  }
  ul.slick-dots {
    bottom: -25px;
  }
  .toptitle {
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .slider-item {
    height: 100%;
  }
  .slick-prev.slick-arrow {
    top: -33%;
  }
  .slick-next.slick-arrow {
    top: -33%;
    right: 1%;
  }
  #phonemobile01 {
    display: none;
  }

  .slider-head {
    font-size: 22px;
  }

  .slider-link {
    font-size: 12px;
    padding: 4px 20px;
  }

  .slider-link svg {
    width: 10px;
    height: auto;
  }

  a.header-email {
    display: none;
  }
  .accio-text {
    display: none;
  }  
  .accio-sticker {
    line-height: 27px;
  }
  .about.about-contact_wrap {
    flex-direction: column-reverse;
  }

  .about-item.about-item_contact {
    min-height: unset;
    border: none;
    margin-bottom: 30px;
  }

  .bloggallery-images a {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .bloggallery-images a img {
    height: 200px;
  }

  .toptitle.faq-toptitle {
    height: auto;
    margin-bottom: 50px;
  }

  .contact.faq-contact {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    margin-top: 30px;
  }

  .table-responsive::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  .table-responsive::-webkit-scrollbar {
    height: 5px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #e05048;
  }

  .wishlist-table td:nth-child(2) a {
    width: 300px;
    display: block;
    white-space: normal;
    font-size: 14px;
    color: #151515;
  }

  ul.list-unstyled.account-list li {
    width: 49%;
    margin-right: 0;
  }

  ul.list-unstyled.account-list {
    justify-content: space-between;
  }
  .about-title {
    font-size: 25px;
  }
  .blogarticle-images {
    margin-top: 30px;
  }
  .flex .news-item {
    width: 100%;
  }
  .contact {
    max-width: 100%;
    width: 100%;
  }
  .faqbtn {
    font-size: 14px;
    line-height: 1.3;
  }
  .news-name {
    font-size: 18px;
  }

  .footer-item {
    max-width: unset;
  }

  .footer-item.footer-item1 {
    /* width: 100%;  */
  }

  .footer-bottom {
    flex-direction: column-reverse;
    text-align: center;
  }

  a.footer-private {
    margin-bottom: 20px;
  }

  .footer-top {
    padding-bottom: 0;
  }
  .footer-top {
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas:
      'item2 item1'
      'item2 item4'
      'item3 item5';
      justify-items: stretch;
  }
  .footer-menu.footer-menu_cat {
      align-items: flex-start;
  }
  .footer-item {
      max-width: unset;
      text-align: left;
  }
  .footer-social, .footer-img {
      justify-items: flex-start;
  } 
  .mb-100px.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 80px !important;
  }

  .mb-100px {
    margin-bottom: 70px !important;
  }

  table.table.table-bordered.qc-cart thead {
    display: none;
  }

  #d_quickcheckout table *,
  #d_quickcheckout table {
    border: none !important;
  }

  #d_quickcheckout table tr {
    border-bottom: 1px solid #8080804d !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #d_quickcheckout table td {
    padding: 0 !important;
    margin-right: 15px;
  }

  #d_quickcheckout table img.img-responsive {
    width: 50px !important;
  }

  td.qc-image {
    background: #8080801c;
    height: 50px;
    border-radius: 5px;
    width: 50px;
  }

  td.qc-name {
    width: calc(100% - 70px);
    margin-right: 0 !important;
  }

  #d_quickcheckout button.btn.btn-primary.decrease.hidden-xs,
  #d_quickcheckout button.btn.btn-primary.increase.hidden-xs {
    display: block !important;
  }

  #d_quickcheckout input.qc-product-qantity.form-control.text-center {
    font-size: 18px !important;
  }

  td.qc-quantity {
    margin-top: 15px;
    width: 105px !important;
  }

  td.qc-total {
    font-size: 20px;
    margin-top: 15px;
  }

  .qc-name-price.visible-xs-block span.title {
    font-size: 10px !important;
  }
  #d_quickcheckout .title::before {
    opacity: 0;
  }

  .header-phone {
    font-size: 0;
  }

  .header-svg svg {
    margin: 0;
  }

  .header-phone svg path {
    /* fill:  #fff; */
  }

  .logo img {
    width: 120px;
  }

  .alert.alert-success {
    width: 100%;
    max-width: 300px;
  }
  .payment__icons_HDE > button {
    width: 70px;
  }
}

@media screen and (max-width: 411px) {
  .slick-prev.slick-arrow {
    left: 82%;
    top: -36%;
  }
  .slick-next.slick-arrow {
    top: -36%;
  }
  .section-item-name-time-main, .htag__title__h1 {
    font-size: 22px !important;
    line-height: 1.3;
  }
  .htag__title__h2 {
    font-size: 18px;
    line-height: 1.3;
  }
  .einrichtungsberatung__map__item__content {
    margin: 10px 0 !important;
  }
  .guide-item {
    padding: 15px 0 !important;
  }
  .guide-item > * {
    padding: 0 !important;
  }
  .guide-item > div {
    padding-left: 0 !important;
  }
  .ratgeberblog ul{
    padding: 0;
  }
  .footer-top {
    grid-template-areas:
    'item1 item1'
    'item3 item5';
  }
  .footer-item2, 
  .footer-item3a {
      display: none;
  }
  .footer-item {
      text-align: center;
  }
  .footer-social {
      justify-items: center;
      column-gap: 0;
      row-gap: 20px;
      width: 90%;
      margin: auto;
  }
}

@media screen and (max-width: 380px) {
  .slick-prev.slick-arrow {
    left: 82%;
    top: -34%;
  }
  .slick-next.slick-arrow {
    top: -34%;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
  .header-contacts {
    /* margin-right: 10px; */
  }
  .header__search-input {
    display: none;
  }
  .header-top, header#header.fixed .header-top {
    gap: 0;
  }
  .slick-prev.slick-arrow {
    left: 80%;
    top: -36%;
  }
  .slick-next.slick-arrow {
    top: -36%;
  }
  .categoryWall-item {
    width: 100%;
  }
  .contact-wa {
    right: 16% !important;
  }
  .video-gallery {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 320px) {
}
