.contact-banner__image-inner img {
  width: 100%;
}

.language__dropdown li span{
  display: block;
  padding: 4px 20px;
  color: #ffffff;
}

@media(min-width: 992px){

  .mainmenu ul ul ul {
    left: 100%;
    top: 0;
    min-width: 200px;
    display: none;
    background: #fff;
    padding: 5px 20px;
  }

  .mainmenu ul ul .has-sub:hover ul{
    display: block;
  }

  .mainmenu ul ul{
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    white-space: nowrap;
  }

}

.has-sub {
  position: relative;
}

.parsley-required,
.parsley-custom-error-message {
  color: #f04c36;
  font-size: 14px;
  line-height: normal;
}

.contact-sec .input-field.parsley-error {
  border-color: #f04c36;
}

.bg-gray .produkte-detail__image-inner {
  background-color: #fafafa;
}

.produkte-detail__image-inner p {
  margin: 0;
}

.produkte-detail__content li.row,
.produkte-detail__content ul {
  margin-top: 40px;
}

.produkte-detail__content li:not(.row) {
  padding-left: 34px;
  position: relative;
  margin-bottom: 5px;
}

.produkte-detail__content li:not(.row)::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #514d4d;
  left: 14px;
  top: 12px;
}

.produkte-detail__content li:not(.row).text-red::before {
  background-color: #f04c36;
}

.produkte-detail__content img {
  margin-bottom: 10px;
}

.about-wrap .col-lg-4:nth-child(2) {
  text-align: center;
}

select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.single-blog-sec {
  border: 1px solid #e8e8e8;
}

.blog-details {
  border: 0;
}

.single-blog-sec-img img {
  height: 260px;
  object-fit: cover;
}

.isotope-pager,
.page-navigation {
  margin-top: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.page-navigation p {
  margin: 0;
}

.news .page-navigation ul li {
  position: relative;
}

.isotope-pager .pager,
.news .page-navigation ul li {
  position: relative;
  float: none;
  display: inline-flex;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 2px 15px 5px;
  margin: 0 3px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news .page-navigation ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}

.news .page-navigation ul li.next a,
.news .page-navigation ul li.previous a {
  width: auto;
  height: auto;
  position: relative;
}

.news .page-navigation ul li:hover {
  color: #f04c36;
  border-color: #f04c36;
}

.news .page-navigation ul li.current {
  border-color: #f04c36;
  color: #fff;
  background-color: #f04c36;
}

.news .page-navigation ul li.next,
.news .page-navigation ul li.previous {
  width: auto;
}

.news-single .header {
  margin-bottom: 30px;
}

.news-single .header * {
  font-size: 2rem;
}

.news-single img {
  width: 100%;
  margin-bottom: 30px;
}

.content-section .blog-meta ul {
  padding-left: 0;
}

.news-backlink-wrap {
  margin-top: 40px;
}

.btn,
.news-backlink-wrap a {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  padding: 12px 15px 14px;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  background-color: #f04c36;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.btn:focus,
.btn:hover,
.news-backlink-wrap a:focus,
.news-backlink-wrap a:hover {
  color: #fff;
  border-color: #ee412a;
  background-color: rgb(238, 65, 42);
  box-shadow: 0 0 0 0.2rem rgba(238, 65, 42, 0.5);
}

.contact-sec {
  float: none;
  padding: 100px 0 70px;
  display: inline-block;
}

.tx-powermail .contact-sec {
  padding: 0 0 60px;
}

.powermail_confirmation {
  position: relative;
  z-index: 9;
}

.thankyou h1,
.powermail_confirmation h1 {
  margin-bottom: 30px;
  font-size: 2rem;
}

.powermail_confirmation table {
  margin-bottom: 40px;
}

.powermail_confirmation .btn-primary {
  margin-left: 15px;
}

.powermail_confirmation .btn-danger {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 50px 14px;
  margin-top: 10px;
  color: #f04c36;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #f04c36;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.powermail_confirmation .btn-danger:focus,
.powermail_confirmation .btn-danger:hover {
  color: #fff;
  border-color: #ee412a;
  background-color: rgb(238, 65, 42);
  box-shadow: 0 0 0 0.2rem rgba(238, 65, 42, 0.5);
}

.table td,
.table th {
  padding: 10px 20px;
}

.thankyou {
  position: relative;
  text-align: center;
}

.footer-main sup {
  font-size: 2.2rem;
  top: 0.9rem;
  line-height: 0;
}

.contact-banner-video video {
  height: 200%;
  top: 45%;
}

.contact-banner-section {
  min-height: 693px;
  display: flex;
  align-items: center;
  color: #fff;
}

.contact-banner__content {
  font-size: 30px;
  line-height: 1.3;
}

@media (min-width: 767px) and (max-width: 992px) {
  .contact-banner-section {
    min-height: 400px;
  }
}

@media (max-width: 767px) {

  .contact-banner-section {
    min-height: 300px;
  }

  .produkte-detail__content li.row,
  .produkte-detail__content ul {
    margin-top: 30px;
  }

  .page-navigation {
    flex-direction: column;
  }

  .news .page-navigation ul {
    margin-top: 20px;
  }

  .contact-sec {
    padding: 40px 0;
  }

  .top-contact {
    text-align: center;
  }

  .top-bar-wrapper .top-contact a{
    font-size: 12px;
  }

  .language{
    display:block;
    text-align:center;
    width:100%;
  }
  .top-bar-wrapper{
    z-index:1;
    font-size: 12px;
  }
  .language__dropdown li.active a{
    opacity: .6;
    color: #fff;
  }

  .top-bar-wrapper .row.justify-content-between{
    align-items: center;
  }
}

.contact-sec .address-area .address-list li p em {
    position: absolute;
    left: 0;
    top: 9px;
}

.aimeos .product .text-list .text-item {
  height: auto !important;
}

.aimeos .product .text-list h2 {
  height: auto !important;
}

section.aimeos, .catalog-filter section {
  padding: 20px 8px !important;
  font-family: "Be Vietnam",sans-serif;
}


body .catalog-filter-search .form-control {
  border: 1px solid #000 !important;
  padding: 7px 15px 10px 15px;
  height: 53px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
}

body .catalog-filter-search button{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
}

body .catalog-filter-search .value{
  width: 100%;
}

body .catalog-filter-search button[type="submit"] {
  background-color: #37374a;
  color: #fff;
  border: none !important;
  box-shadow: none;
  outline: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 52px !important;
  height: 52px;
}

body .catalog-filter-search .reset {
  border: none;
  width: auto !important;
  right: 50px;
  background: transparent;
  height: 52px;
  padding-top: 0;
  line-height: 50px;
  padding-bottom: 0;
}

body .catalog-filter-search button[type="submit"]:hover{
  background-color: #3c3b5c;
  color: #fff;
}

.aimeos.catalog-list .pagination{
  font-size: 15px;
}

.aimeos button , .aimeos input{
  outline: none !important;
  box-shadow: none !important;
}

body .aimeos .btn-primary,
body .aimeos .btn-primary:active,
body .aimeos .btn-primary:visited,
body .aimeos .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #37374a;
  background-color: var(--ai-primary, #37374a);
  border: solid 1px #37374a;
  border-color: var(--ai-primary, #37374a);
  color: #fff;
  color: var(--ai-bg, #fff);
}

body .aimeos .btn-primary:hover {
  background-color: #3c3b5c;
  background-color: var(--ai-primary-light, #3c3b5c);
  border: solid 1px #3c3b5c;
  border-color: var(--ai-primary-light, #3c3b5c);
  color: #fff;
  color: var(--ai-bg, #fff);
  box-shadow: none;
}

.catalog-filter-search .input-group {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

body .aimeos .price-input .price-low , body .aimeos .price-input .price-high{
  height: 41px;
  margin-bottom: 4px;
}

body .catalog-filter-price .price-input{
  margin-left: 0px;
  margin-right: 0px;
}

body .aimeos .addbasket input {
  border: solid 1px #555 !important;
  padding-top: 0;
  padding-bottom: 0;
  height: 55px;
  margin-top: 10px;
}

body .catalog-filter section.catalog-filter-search {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

body .aimeos a:link:not(.btn),
body .aimeos a:visited:not(.btn),
body .aimeos a:visited:not(.btn):hover {
  color: #f04c36;
  color: var(--ai-primary, #f04c36);
  text-decoration: none;
}

body .aimeos a:link:not(.btn):hover{
  color: #3c3b5c; 
  color: var(--ai-primary, #3c3b5c);
}

body .catalog-detail-basket .price-item:first-of-type::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  padding-left: 10px;
  position: relative;
  top: 1px;
}

body .catalog-detail-service .service-list .service-item {
  text-align: left;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

body .catalog-detail-service .service-item .price-item .costs {
  display: inherit;
}

body .input-group.coupon-new{
  align-items: end;
}

body .basket-standard-coupon .coupon-new .btn {
  width: 5rem;
  padding: 4px 30px;
}

body .aimeos .btn:focus, body .aimeos .btn:hover, body .aimeos .news-backlink-wrap a:focus, body .aimeos .news-backlink-wrap a:hover{
  box-shadow: none;
}

body .aimeos .minibutton{
  vertical-align: baseline;
}

body .aimeos.checkout-standard .steps .active {
  color: #f04c36;
  color: var(--ai-primary, #f04c36);
}

body .checkout-standard .form-list .error input, body .checkout-standard .form-list .error select {
  border-bottom: solid 1px #3c3b5c;
  border-bottom-color: var(--ai-danger, #3c3b5c);
}

body .aimeos input:focus{
  border: none;
  border-bottom: solid 1px #3c3b5c;
}

body .checkout-standard-address .form-list input , body .checkout-standard-address .form-list select{
  padding-left: 0px;
  padding-right: 0px;
}

body .checkout-standard-address .item-address .header {
  padding: 1em 3%;
}

body .checkout-standard .item-service .form-item-value input:checked + label {
  padding-top: 10px;
  padding-bottom: 10px;
}

body .aimeos input{
  border: solid 1px #3c3b5c !important;
}

body .aimeos input.price-slider{
  border: none !important;
}

textarea{
  outline: none !important;
}

body .aimeos .common-summary-additional textarea {
  padding: 5px 15px;
}

body .checkout-standard-summary-option input[type="checkbox"] {
  position: relative;
  top: -1px;
}

body .aimeos .error-list , body .aimeos .error-item{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

body .aimeos .error-list{
  margin-bottom: 2em;
}

body .aimeos .error-item{
  color: #fff;
  background: var(--ai-danger, #FF3300);
}

body .aimeos .sort a{
  color: #3c3b5c !important;
}

body .aimeos .sort a:hover{
  color: #f04c36 !important;
}

.catalog-filter-tree > h2 , .catalog-filter-price > h2 , .catalog-filter-supplier > h2{
  position: relative;
  border-top: solid 1px #555 !important;
  border-right: solid 1px #555;
  border-left: solid 1px #555;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 0.7em !important;
}

.catalog-filter-tree > h2:after , .catalog-filter-price > h2:after , .catalog-filter-supplier > h2:after{
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 16px;
  background: url('../img/arrow-down.png') no-repeat center center;
  content: "";
  background-size: 15px auto;
}

body .catalog-list-items .list .product{
  text-align: right;
}

body .catalog-list-items .list .product .text-list {
  margin-top: 90px !important;
  padding-left: 15px;
}

/*body .catalog-list-items .list .media-list{
  padding-top: 22px;
}*/

body .aimeos .product .rating{
  background: transparent;
}

body .catalog-list-items .list .product {
  border: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
}

body .catalog-list-items .list .product{
  width: 511px;
}

@media(max-width: 1270px){
  body .aimeos .price-input .price-low, body .aimeos .price-input .price-high {
    width: 150px;
  }
}

@media(max-width: 991px){
  body .aimeos .price-input .price-low, body .aimeos .price-input .price-high {
    width: 110px;
  }
}

@media(max-width: 767px){
    body .aimeos.catalog-filter section {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }

  body .catalog-filter-search .input-group{
    border-bottom: none !important;
    margin-bottom: 15px !important;
  }

  body .aimeos.catalog-filter section {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    width: 100%;
    flex: 0 0 100%;
    padding-top: 0px !important;
    margin-top: 5px;
  }
}

@media(max-width: 576px){
  .catalog-list-items .list .media-list{
    width: 100%;
  }

  body .catalog-list-items .list .product {
    text-align: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  body .catalog-list-items .list .product .text-list {
    margin-top: 22px !important;
    float: left;
    padding-left: 15px;
    width: 100%;
  }

  body .catalog-list-items .list .media-list, body .catalog-list-items .list .text-list,
  body .catalog-list-items .list .basket, body .catalog-list-items .list .offer,
  body .catalog-list-items .list .addbasket {
    float: left;
    padding-left: 15px;
  }

  .catalog-list-items .list .media-list{
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
    h2 {
        word-break: break-word;
    }
}

@media(max-width: 430px){
  body .checkout-standard .step{
    font-size: 12px;
  }

  body .checkout-standard .step a {
    display: block;
  }
}
.product .offer .stock-list{
  width: 100%
}