/* GLOBALS */

.button {
  color: #fff;
  background: var(--secondary-color);
  border: 0;
  border-radius: 10px;
  padding: 12px 50px!important;
  font-weight: 500;
}

.main-content {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 20px;
}

a {
  cursor: pointer!important;
}

div#products-section {
  background: #fff;
  padding: 10px;
  border-radius: 1rem;
  margin-left: 15px;
  margin-right: 15px;
}

.filter-wrapper {
  padding-top: 30px;
}

.section-heading {
  width: 100%;
  background: var(--main-kachel-bg-color);
  padding: 30px 30px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0px;
}



.collection-wrapper-announc {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  display: block;
  padding: 30px;
  border-radius: 10px;
}

.col-2.btn-square {
  width: 33.33%;
  flex: auto!Important;
  max-width: 33.33%;
  padding: 0;
  margin: 0;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
    z-index: 10;
}

.col-8.number-mid {
  width: 33.33%;
  z-index: 9;
  max-width: 33.33%!important;
  flex: 0 0 33.33%!important;
  float: right;
  display: flex;
    justify-content: center;
    align-items: center;
}


.col-8.quantity {
  width: 50%!important;
  max-width: 50%!important;
}

.col-sm-12.form-group-wrapper {
  padding: 0;
}

.collection_list.markenwelten {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 15px;
}

.collection_list.markenwelten.collection_container {
  position: relative;
}

.pop-up-element-wrapper {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  justify-content: center;
  padding: 25px;
  width: 100%;
  border: 2px solid #be9f56;
  overflow: hidden;
}

.collection_content.pop-up-element-text {
  padding: 30px;
}

.pop-up-element-text h3 {
    margin-bottom: 1rem;
}

.markenwelten-headline {
  margin-bottom: 2rem;
}

.breadcrumb-helpdesk h2 p {
  font-size: 2rem;
  font-weight: 500;
  color: #929292;
}

.markenwelten-collection-yo {
  margin-left: -15px;
  margin-right: -15px;
}

.pop-up-element-text a {
  color: #fff;
  background: var(--orange);
  padding: 10px 20px;
  border-radius: 10px;
}

.markenwelten-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}



.pop-up-button:hover img {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.collection_content.pop-img {
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
}

.pop-up-button {
  cursor: pointer;
  position: relative;
  width: 33.33%;
  float: left;
  border-radius: 10px;
  padding: 15px;
}

.collection_list.markenwelten img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.collection_content.pop-img-button {
  position: relative;
  height: 230px;
  min-height: 230px;
}

.pop-img-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.collection_content.pop-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 20px 40px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
}

/* FAQ */

.faq {
  clear: both;
}

.faq_group_container .faq_question_box {
  padding: 30px 30px;
  border: 1px solid var(--main-dashboard-color);
  border-radius: 10px;
  overflow: hidden;
  /* background: var(--main-kachel-bg-color); */
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 1000ms;
}

.faq_question_box:after {
  content: '+';
  font-size: 26px;
  color: var(--gray-dark);
}

.faq_question_box {
  cursor: pointer;
}

.faq_group_container .faq_answer_box {
  margin-bottom: 30px;
  padding: 0px 30px;
  /* background: #fff; */
  margin-top: -10px;
  border: 1px solid var(--orange);
  border-radius: 0 0 10px 10px;
  border-top: none;
  padding-bottom: 25px;
}

.faq_question_box.active:after {
  content: '-';
  color: var(--orange);
}

.FAQ-Group {
  margin: 0!important;
  padding: 30px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin-bottom: 2rem!Important;
}

.FAQ-Group .row {
  margin: 0!important;
}

.faq_group_container .section-heading {
  padding: 0 0 25px;
}

.faq-button {
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 15px;
}

.faq_question_box.active {
  margin-bottom: 0px;
  border: 1px solid var(--orange);
  border-radius: 10px 10px 0px 0px;
  border-bottom: none;
}

.faq_group_container .faq_answer_box {
  display: none;
}

.faq h3 {
  font-size: 1.4em;
  font-weight: 400;
  border: none;
}
.faq_question_box.active h3 {
  color: var(--secondary-color);
}

.service-bg img {
  width: 100%!important;
  height: 100%!Important;
  object-fit: cover;
  max-width: 100%;
}

.service-bg img {
  height: 100%!Important;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: brightness(0.7);
}

.service-team-group {
  position: relative;
  margin-right: 15px;
  height: 400px;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}


.faq-search input[type="text"] {
  width: 250px;
  height: 30px;
  background: rgba(9, 0, 0, 0.9);
  border: 0;
  padding: 20px;
  position: relative;
}
/* 
.faq-search input[type="text"]:after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 4px solid #5a9c9d !important;
} */

.faq-collection {
  background: #fff;
  border-radius: 10px;
  width: 100%;
}

/* END FAQ */

/* Bestellcenter Start */

/* div#products-section {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
 } */

 .product-all-wrapper {
  background: #fff;
  padding: 10px 22px 10px 30px;
  border-radius: 10px;
}

 .no-after:after {

  display: none;
  }

 .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: none;
  border-top: 1px solid #f4f4f4;
  padding: 10px 0px;
}

.row.add-cart input.form-control {
  width: 100%;
}

button.btn.btn-default.border.btn-square.btn_remove {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F9EFEF;
  font-size: 1.4rem;
  border: none!Important;
}

.btn-warning {
  color: #212529;
  background-color: var(--orange);
  border-color: var(--orange);
  padding: 10px 40px;
  font-size: 2rem;
  color: #fff;
  border-radius: 10px;
}

.btn-light {
  color: #212529;
  background-color: grey;
  border-color: grey;
  padding: 10px 40px;
  font-size: 2rem;
  color: #fff;
  border-radius: 10px;
}

.table.table-bordered .row {
  margin: 0!important;
  align-items: center;
}

.col-md-12.btns.text-lg-right {
  margin-bottom: 2rem;
}

.table.table-bordered th {
  font-size: 1.5rem;
  color: grey;
  font-weight: 500;
}

.text-capitalize {
  text-transform: capitalize!important;
  padding-top: 1rem;
}

tbody > tr > td > .row .col-md-4 {
  padding: 0!important;
}


.cart-total {
  border-top: 1px solid #f4f4f4;
  padding-top: 4rem;
}

.col-md-8.text-left p {
  color: grey;
}

.cart-listing.bg-white.p-4.rounded {
  border-radius: 10px!important;
  margin-left: 15px;
  margin-right: 15px;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange);
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.cart-listing.bg-white.p-4.rounded .row.add-cart .col-2.btn-square {
  width: 20%;
  max-width: 20%;
  float: left;
  
}

.numberone {
  font-size: 24px;
  width: 100%;
  font-weight: 500;
}

td:nth-child(3) {
    width: 104px;
}

td:nth-child(4) {
  width: 174px;
}

.numbertwo {
  font-size: 24px;
  width: 100%;
  font-weight: 500;
  color: var(--orange);
  text-align: right;
}

th:nth-child(4) {
    text-align: right;
}

.cart-listing.bg-white.p-4.rounded .row.add-cart input.form-control {
border: none;
}

.col-6.more {
  width: 20%;
  max-width: 20%;
  float: left;
  position: relative;
  display: block;
  z-index: 99999;
}



.cart-listing.bg-white.p-4.rounded .row.add-cart {
  width: 100%;
  display: block;
  position: relative;
}

.col-md-2.bild {
    padding: 0;
}

.cart-listing.bg-white.p-4.rounded .row.add-cart input.form-control {
  width: 63px!important;
  padding-left: 22px!important;

}

.col-sm-12.wow {
  padding-left: 0;
}

.cart-listing p.text-muted.produc-no {
  padding-top: 0;
}


td:nth-child(2) {
  width: 330px!important;
  display: block;
  position: relative;
}

.btn-light:hover {
  color: #fff;
  background-color: grey;
  border-color: grey;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.btn-warning:hover {
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange);
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}


 select#categoryFind {
  width: 180px;
  border: 1px solid #f4f4f4;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-3-wrapper.row {
  width: 25%;
  float: left;
  padding: 10px;
  border-radius: 10px;
}

.p-3 {
  padding: 0rem!important;
  width: 100%!important;
  max-width: 100%!Important;
  flex: 0 0 100%!important;
  border-radius: 10px;
}

.product-content {
  padding: 10px 20px;
  min-height: 120px;
}

.row.add-cart {
  position: relative;
  float: left;
  display: block;
}

.img-thumbnail {
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: .25rem;
  max-width: 100%;
  height: 100%;
      width: 100%;
      object-fit: cover;
}

.img-bg {
  height: 300px;
}


.row.product-price {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem!Important;
}

.col-sm-12.quant {
  padding-right: 0!important;
}

.col-md-6.auswahl {
padding-left: 0!important;
}

.col-md-6.name {
  width: 50%!important;
  flex: 0 0 50%!important;
  max-width: 50%!important;
  padding-right: 0!important;
}

button.btn.btn-dark.btn-square.btn_plus:hover {
  background: var(--orange);
  color: #fff;
}

button.btn.btn-dark.btn_minus, button.btn.btn-dark.btn_plus {
  background: #F4F4F4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 2.6rem;
  padding: 0!Important;
  margin: 0!Important;
  text-align: center;
  display: flex;
  align-items: center;
  border: none;
  font-weight: 500;
  justify-content: center;
  z-index: 1;
  position: relative;
}

i.fas.fa-cart-plus {
  padding: 0px 10px;
}

.btn .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
}

input.form-control {
  text-align: center;
  width: 93px!important;
  font-size: 1.5rem;
  z-index: -5;
  position: relative;
  padding-left: 24px!important;
  border-color: #f4f4f4;
  border-width: 2px;
}

input.form-control:focus {
  border-color: var(--orange);
}

.form-control:disabled, .form-control[readonly] {
  background: none;
}

.type-name {
  font-size: 12px;
  float: right;
  text-align: left;
  padding: 0px 0px 0 6px;
  color: #b7b7b4;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-control {

  box-shadow: none;
}

.w-100 {
  width: 25%!important;
  float: left;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: var(--orange);
  border-color: none!important;
  border: none!important;
}

.form-control:focus {
  box-shadow: none;
}

.col-md-3.border.p-3:after {
  content: '';
  background: rgb(0,0,0);
  background: linear-gradient(
180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  width: 100%;
  display: block;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  opacity: 0.3;
}

.p-3:hover {
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  transition: 300ms;
}

.filter.top.row {
  align-items: flex-end;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dee2e6;
}

div#products {
  margin-left: -10px!important;
  margin-right: -10px!important;
  padding-top: 2rem;
}

.product-text-warpper {
  padding: 0px 10px;
}


input#descriptionFind {
  border: 1px solid #f4f4f4!important;
  border-radius: 10px;
  text-align: left;
}

.col-3.text-lg-right {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 10px;
}

.input-group.mb-3 {
  align-items: center;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--orange);
  border-color: var(--orange);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--orange);
  border-color: var(--orange);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--orange);
  border-color: var(--orange);
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border: none!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: end;
}

.input-group-prepend {
  padding-right: 2rem;
}

.col-md-6.filter-yo {
  padding: 0;
}

a.btn.btn-danger.p-3.m-2 {
  width: auto!Important;
  background: var(--orange);
  font-size: 2rem;
  padding: 10px 25px!important;
  position: relative;
}

.col-md-6.price-tag {
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

input[type='number'] {
  -moz-appearance: textfield;/*For FireFox*/

  &::-webkit-inner-spin-button { /*For Webkits like Chrome and Safari*/
    -webkit-appearance: none;
    margin: 0;
  }
}

.price-tag-2 {
  font-size: 1.4rem;
  float: right;
  width: 50%;
  font-weight: 500;
  color: grey;
}

.pop-wrap {
  display: none;
}

h3.product-name {
  font-size: 2rem;
  margin-top: 0.5rem;
}

.text-muted {
  color: #b2b3b2!important;
  font-size: 14px;
  margin: 0;
  padding-top: 1rem;
}

.col-md-6.name {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
    align-items: center;
}

/* Bestellcenter Ende */

/* Weiterleitungs Box */

.forwarding_text {
  font-weight: 500;
}

.function-box-big .forwarding-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  height: 220px;
  margin-bottom: 15px;
}

.function-box-big .forwarding_container .forwarding_content_container {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.function-box-big .forwarding_container {
  padding: 15px;
  width: 25%;
  float: left;
  height: 100%;
  
}

.function-box-big .forwarding_content .forwarding_image {
  border: 1px;
  padding: 20px;
  background: #FEF7F2;
  border-radius: 160px;
  width: 100px;
  height: 100px;
  margin: 10px;
}

.function-box-big .forwarding_text {
  padding-top: 0px;
  font-size: 22px;
}

.Ansprache-group {
  background: #fff;
  overflow: hidden;
  margin-bottom: 3rem;
  border-radius: 10px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.warenkorb-button a {
  background: #fff;
  border-radius: 10px;
  /* padding: 15px 20px; */
  width: 100%!important;
  display: block;
  position: relative;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}

.warenkorb-button-2 a {
  background: #fff;
  border-radius: 10px;
  /* padding: 15px 20px; */
  width: 100%!important;
  display: block;
  position: relative;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}

.function-box-big.personal_account.privat_area .forwarding_container {
  width: 50%;
}

.Kontaktdaten-wrapper {
  background: #fff;
  border-radius: 1rem;
  padding: 30px;
}

.Kontodatentitel {
  width: 100%;
  padding-bottom: 1rem;
}

.kontodaten input {
  width: 90%;
}

.kontodaten {
  width: 100%;
}

.warenkorb-button {
  width: 82%;
  float: left;
  padding-right: 5px;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}

/* .button-group-right {
  display: flex;
  width: 100%;
  height: auto;
  padding: 15px;
} */

.button-group-right .row {
  justify-content: space-between;
  /* display: block!important; */
  width: 100%;
  align-items: center;
  height: 60px;
}

.right-content_2 .button-group-right .row {
  /* display: block!important; */
}

.button-group-right .row:before {
  display: none;
}

.warenkorb-button p {
  margin: 0;
}

.warenkorb-button-2 p {
  margin: 0;
}

.collection_list.service {
  width: 100%;
  padding: 20px 0 5px;
}

.collection_content.s-video .youtubecontent iframe {
  width: 100%;
  border: 3px solid var(--orange);
  border-radius: 10px;
  height: 100%;
}

.collection_content.s-video .youtubecontent {
  padding: 0 0px 20px;
  height: 282px;
}

.collection_content.s-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--main-heading-color);

}

.collection_content.s-text {
  padding: 2px 0px 2px;
}

.collection_list.service .collection_container {
  border-radius: 0 0 15px 15px;
}

.service-box-group {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 30px 40px;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-4.see-all-button {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.col-sm-12.col-md-12.col-lg-8.kurz-announcement-title {
  padding: 0 0 20px;
}

.announcement-preview {
  display: flex;
}

.service-bereich-titel {
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 0;
}

.button-group-right {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.service-collection {
  width: 100%;
  padding: 0;
}



.Ansprache-group img {
  max-width: 100%;
  object-fit: cover;
}

.collection_list.announcement-banner {
  width: 100%;
  border-radius: 10px;
  padding: 0 0 20px 0px;
  height: 300px;
}

.collection_content.a-pic-bg {
  filter: brightness(0.7);
  object-fit: cover;
    height: 100%;
    width: 100%;
}

.collection_list.announcement-banner .collection_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.announcement-title-group {
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: 30px;
}

.collection_content.a-title-big {
  font-size: 2.5rem;
  font-weight: 600;
  padding-right: 20px;
}

.collection_content.a-title-small {
    color: var(--white);
    padding-bottom: 1rem;
}

.announcement .textcontent {
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.Ansprache-text {
  text-align: right;
  width: 95%;
  padding: 0px 20px 28px 38px;
  max-width: 95%;
}

.collection_content.pw-small-img-left {
  height: 279px;
}

.collection_content.pw-small-img-left img {
  object-position: bottom;
}

.Ansprache-text h5 {
  color: var(--orange);
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;

}

.Ansprache-text h1 {
  margin-bottom: 1rem;
}

.get-top-content-yeay {
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;

}

/* Small */
.function-box-small .forwarding_container .forwarding_content_container {
  height: 75px;
  background: var(--secondary-color);
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px 30px;
}

.function-box-small path {
  fill: #fff;
}

.function-box-big path {
  fill: #606060;
}

.function-box-small .forwarding_container {
  position: relative;
}

.document-icon path {
  fill: transparent !important;
}

.function-box-small .forwarding_container:after {
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 50px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.5s;
}

.function-box-big .forwarding_content_container:hover path {
  fill: var(--orange);
}
.function-box-big .forwarding_content_container:hover .document-icon path {
  stroke: var(--orange) !important;
}

.collection_list.short-annou {
  width: 100%;
  padding: 0 0 15px;
  float: none;
}

.collection-wrapper-announc .collection_list.short-annou {

  float: none;
}

.kurz-announcement {
  width: 100%;
  background: #fff;
  padding: 15px 0 15px;
}

.collection_content.b-title-small {
  color: var(--orange);
  font-size: 18px;
  font-weight: 600;
}

.kurz-announcement:after {
  content: '';
  background: #cfcfcf;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  float: left;
  margin: 15px 0;
}

path#Pfad_11232 {
  fill: none;
}

.menu_box {
  display: none;
}

.service-video-gruppe {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  margin: 15px;
}


div#SupportUserMenu li a:hover path {
  color: #ff6e6e !important;
  fill: #ff6e6e!important;
}


.a-t-s {
  padding: 0;
}

.service-video-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.service-video-wrapper .collection_list.service {
  padding: 15px 15px 0 0;
}

.service-bg input[type="image"] {
  border: none;
  border-radius: 10px;
  overflow: hidden!important;
  width: 100%!important;
  object-fit: cover!important;
  object-position: center!important;
  padding: 0!important;
}

.ansprechpartner-gruppe-wrapper {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
margin: 15px;

}

.ansprechpartner-collection-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.collection_content.ap-img {
  border-radius: 5px;
  border: 2px solid var(--orange);
}

.collection_content.ap-name {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2rem;
}

.collection_list.ansprechpartner {
  width: 25%;
  padding: 15px 15px 0 0;
}

.service-title {
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 1;
}

.service-team-group {
  position: relative;
  margin-right: 15px;
}

.service-title .textcontent h3 {
  color: #fff;
}

.collection-new-prev .collection-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.collection_list.short-annou .collection_container:before {
  content: '';
  position: relative;
  float: left;
  padding: 56px;
  height: 100%;
  background-color: #FEF7F2;
  border: 1px solid var(--orange);
  border-radius: 10px 0px 0px 10px;
  margin-right: 35px;
  background-image: url(/userdata/images/info.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}

.collection_list.short-annou .collection_container:after {
  content: 'Mehr lesen';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--orange);
  right: 29px;
  font-weight: 600;
  font-size: 1.7rem;
}

.collection_content.b-title-long {
  font-size: 1.4em;
  font-weight: 600;
  width: 82%;
}

.collection_list.short-annou .collection_container {
  display: flex;
  align-items: center;
  border: 1px solid #CFCFCF;
}

.b-text-group {
  width: 100%;
}

.row {
  margin: 0!important;
}

.kurz-announcement {
  width: 100%;
  background: #fff;
}

.collection_list.supportnews {
  width: 100%;
  background: #fff;
  padding: 0 0 20px;
    border-radius: 10px;
}

.news-group {
  border-radius: 10px;
  background: #fff;
  padding: 40px;
}

.news-group .section-heading {
background-color: none;
padding: 0 0 30px;
}

.forwarding_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.collection_list.supportnews .collection_container {
  border: 1px solid #CFCFCF;

}

.function-box-big .forwarding_content_container path {
  fill: var(--orange);
}
.function-box-big .forwarding_content_container .document-icon path {
  stroke: var(--orange) !important;
}

.function-box-small .forwarding_container:hover:after {
  right: 40px;
}

.function-box-small .forwarding_content .forwarding_image,
.function-box-small .forwarding_content .forwarding_text {
  width: 30px;
  float: left;
}
.function-box-small .forwarding_content .forwarding_text {
  width: auto;
  color: #fff;
}

.function-box-small .forwarding_image {
  margin-right: 30px;
}
.function-box-small .forwarding_content .forwarding_image svg {
  width: 100%;
  height: 100%;
  color: #fff;
}

.function-box-small .forwarding_content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

/* END Weiterleitungs Box */

/* Kollektion Allgemein */

.collection-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.collection_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_list {
  width: 50%;
  float: left;
  padding: 15px;
  height: auto;
}

.collection_container {
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  height: 100%;
}

.collection_content.image {
  width: 30%;
  height: 237px;
  float: left;
}

.collection_link .button {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 2;
}

.content_container {
  padding: 0 20px 20px;
  float: left;
  width: 70%;
}

.collection_content.news-date {
  float: left;
  padding: 30px 20px 0px;
  width: 70%;
  color: var(--orange);
  font-weight: 600;
}

.collection_list.supportnews .collection_container:after {
  content: 'Mehr lesen';
  color: var(--orange);
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 1.7rem;
  font-weight: 600;
}

.collection_content.s-link-bg a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

/* .collection_list.short-links-banner:last-child .collection_container .collection_content.s-img-bg img {
  filter: none;
} */

.main-content-2.content-selector {
  width: 100%;
}

.collection_content.s-img-bg {
  height: 100%;
}

.collection_list.short-links-banner {
  width: 100%;
  height: 190px;
  padding: 0 0 15px;
}

.s-img-bg img {
  filter: brightness(0.7);
}

.collection_content.s-title-z {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
}


.collection_content.summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.content_container .headline {
  padding: 10px 0 0px;
  font-size: 1.4em;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
}

/* END Kollektion Allgemein */

.collection_full .collection_container .collection_content {
width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
}

.collection_full.supportnews .collection_container .collection_content {
  width: 100%;
}

.collection_full .collection_container .collection_content.image {
  height: 300px;
}

.collection_full .collection_container .collection_content.image img {
  height: 100%;
}

.collection_full.supportnews .collection_container .collection_content.image img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.collection_full.supportnews .collection_container .collection_content.image {
  height: 100%;
}

.collection_content li {
    list-style: disc;
}

.collection_full.supportnews .collection_content.news-date {
  padding: 0;
  font-size: 2rem;
}

.collection_full.supportnews .collection_content.headline {
  font-size: 4rem;
  font-weight: 700;
}

.collection_full.supportnews {
  width: 70%;
}

.collection-wrapper-service .collection_container {
  padding: 20px;
  border-radius: 10px!important;
}

.collection-wrapper-service .collection_list.service {
  width: 33.33%;
  float: left;
  padding: 20px;
}

.collection-wrapper-service {
  margin-left: -20px;
  margin-right: -20px;
}


.ticket-dashboard svg {
  width: 100%;
}



.collection_full.supportnews .collection_content.image {
  width: 100%;
}

.collection_full.supportnews .collection_container {
  width: 100%;
}

.full_preview .main-content.content-selector {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.full_preview .main-content {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 20px;
  margin-left: 15px;
  margin-right: 20px;
}

.collection_full.short-annou .collection_content.b-title-long {
  font-size: 2.4em;
}

/* END GLOBALS */

/* Dashboard BOX */

.dashboard-box-wrapper {
  width: 14.285714285714285714285714285714%;
  height: 200px;
  padding: 5px 5px;
  float: left;
  position: relative;
}

.dashboard-content {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.dashboard-box-wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-dashboard-color);
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

span.dashboard_box_description {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

span.dashboard_box_number {
  position: absolute;
  right: 15px;
  top: 15px;
}

.dashboard-content img,
.dashboard-content svg {
  position: absolute;
  left: 15px;
  top: 15px;
}

.dashboard-box-wrapper a:hover {
  background: var(--secondary-color);
}

/* END Dashboard BOX */

/* Ticket Dashobard */

rect {
  fill: var(--secondary-color);
  border-radius: 90px;
}

/* END Ticket Dashobard */

/* Login */

div#logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 20px;
}

form#form_admin_login {
  margin-top: 60px;
}

div#login-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login-container,
.login-container .row {
  height: 100vh;
}
div#logo-area .header_logo img {
  width: 380px !important;
  object-fit: contain;
  height: auto !important;
  max-width: 100%;
}
#login-button {
  float: right;
  margin-top: 60px;
}
.login-area .row {
  margin-left: 0;
  margin-right: 0;
}

div#login_1 {
  width: 645px;
  max-width: 100%;
  background: #fff;
  height: auto;
  padding: 90px 50px 60px;
  border-radius: 15px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 16%);
}

div#login_1 span {
  display: block;
  margin-bottom: 15px;
  color: #acacac;
}

div#login_2 {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
div#button-area {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}

.button-right a {
  padding: 0 25px;
}

.button-left strong {
  font-weight: normal !important;
}

.wrapper-login input {
  border: 1px solid#acacac;
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 20px;
}

/* NAVIGATION */

div#nav-area {
  width: 350px;
  max-width: 100%;
  height: 100%;
  position: fixed;
  background: var(--main-kachel-bg-color);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 50;
}

div#nav-area ul {
  margin: 0;
}

div#nav-area li {
  list-style-type: none;
}

#nav-area .navigation_desktop li {
  margin-bottom: 10px;
}

#nav-area .hamburger-menu svg {
  display: none;
}

div#header-area {
  text-align: center;
  padding: 50px 30px;
  margin-bottom: 0px;
}
div#header-area #logo img {
  width: 205px !important;
  height: auto !important;
}

.collection_list.categories {
  width: 33.33%;
}

.collection_content.b-k-img {
  position: relative;
  height: 245px;
  min-height: 245px;
}

.b-k-link a {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.collection_content.b-k-title {
  position: absolute;
  color: #fff;
  font-size: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
  font-weight: 600;
}

.kategorien_kollektion_wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.collection_list.categories:first-child .collection_content.b-k-title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  font-size: 3.4rem;
  text-align: center;
  width: 100%;
}

.collection_list.categories:last-child .collection_content.b-k-title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  font-size: 3.4rem;
  text-align: center;
  width: 100%;
}

.collection_list.categories:first-child .collection_container:after {
  display: none;
}

.collection_list.categories:last-child .collection_container:after {
  display: none;
}

.collection_list.categories .collection_container:after {
  content: 'Mehr erfahren';
  position: absolute;
  color: #fff;
  background: var(--orange);
  bottom: 2rem;
  right: 1.5rem;
  padding: 0.8rem 1.2rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  z-index: 7;
}

.navigation_desktop li a svg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

nav#SupportMenu li a,
div#SupportUserMenu li a {
  padding: 15px 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  display: flex;
  transition: 0.1s;
  align-items: center;
}
nav#SupportMenu li a:hover,
nav#SupportMenu li a.active_tree,
div#SupportUserMenu li a:hover,
div#SupportUserMenu li a.active_tree {
  background: var(--main-bg-color);
  color: var(--secondary-color);
  font-weight: 700;
}

nav#SupportMenu li a:hover path,
nav#SupportMenu li a.active_tree path,
div#SupportUserMenu li a:hover path,
div#SupportUserMenu li a.active_tree path {
  fill: var(--secondary-color);
}

nav#SupportMenu li a.active_tree svg.document-icon path,
nav#SupportMenu li a:hover svg.document-icon path {
  stroke: var(--secondary-color) !important;
}

div#SupportUserMenu ul.level_2 li.menu_link_userdata a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

div#SupportUserMenu ul.level_2 {
  padding: 15px 0;
}

ul.level_1 {
  position: relative;
}

ul.level_2 {
  position: absolute;
  background: var(--main-kachel-bg-color);
  bottom: 0;
  left: 100%;
  overflow: scroll;
  padding: 15px 30px;
  height: auto;
  min-height: 540px;
  max-height: 100%;
  display: none;
}

.navigation_desktop .menu_link_logout {
  margin-top: 60px;
}

.menu_link_logout a {
  color: #ff6e6e !important;
}

/* END NAVIGATION */

/* CONTENT */
.breadcrumb-helpdesk {
  width: 100%;
  background: var(--main-kachel-bg-color);
  border-radius: 15px;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 16%);
  background-image: url(/userdata/images/mountain_bike_hea.png);
  background-position: right bottom -90px;
  background-repeat: no-repeat;
  background-size: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 40px;
  height: 140px;
}

.ansprache-img img {
  height: 360px!Important;
  overflow: hidden;
  object-position: bottom;
}

.faq_nearest_search {
  display: none;
}

.faq_headline {
  padding: 0 0 20px;
}

.forwarding_content svg {
  height: 100%;
  width: 100%;
}

.component.header-logo-r {
  background: #fff;
  border-radius: 15px;
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 16%);
  height: 200px;
  position: relative;

}

.component.header-logo-r .textcontent {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.component.header-logo-r img {
  object-fit: contain;
  width: 100%!important;
  height: 200px!important;
  padding: 10px;
}

.component.header-logo-r p {
  margin: 0;
}

.collection_content.a-link a {
  color: #fff;
  padding: 10px 20px;
  background: var(--orange);
  border-radius: 10px;
}

.collection_content.a-link {
  margin-top: 2rem;
  text-align: right;
}

.content_top {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}

.warenkorb-button input[type="image"] {
  padding: 0!important;
  border: none;
  border-radius: 0;
}

.warenkorb-button-2 input[type="image"] {
  padding: 0!important;
  border: none;
  border-radius: 0;
}


div#content-wrapper {
  padding: 30px 40px;
  width: calc(100% - 350px);
  float: right;
}

.left-content.col-md-6.col-l-12.content-selector {
  flex: 0 0 65%;
  max-width: 65%;
}

.right-content.col-md-6.col-l-12.content-selector {
  flex: 0 0 35%;
  max-width: 35%;
}

.right-content_2.col-md-6.col-l-12.content-selector {
  flex: 0 0 35%;
  max-width: 35%;
  display: block!important;
}

.collection_content.b-title-long {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.announcement:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: var(--orange);
  position: absolute;
    right: -4px;
    top: -3px;
}

.announcement {
  width: 13%;
  float: left;
  margin-top: 5px;
  padding: 0!important;
  background: none;
  border: none;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
}

.warenkorb-button .textcontent {
  width: 100%;
}

.warenkorb-button-2 .textcontent {
  width: 100%;
}

.warenkorb-button-2 {
  width: 100%;
  float: left;
  padding-right: 5px;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}

.announcement p {
  margin: 0;
}

/* END CONTENT */

/* Dashboard */

div#ticket-dashboard {
  height: 400px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
/* END Dashboard */


/* Content Welt */

.collection_list.content-welt-middle {
  width: 100%;
  padding: 0 0 20px;
}

.collection_list.content-welt-middle .collection_container {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
}

.pw-kachel-mittel {
  padding: 30px;
  border-top: 1px solid #CFCFCF;
}

.pw-text-group, .pw-long-text-group {
  padding: 40px 30px;
}

.collection_content.pw-img-left img {
  height: 100%!important;
  width: 100%!important;
  object-fit: cover;
  object-position: center;
}

.collection_content.pw-img-left {
  width: 100%;
  max-height: 280px;
}

.collection_content.pw-title-small, .collection_content.pw-long-title-small {
  color: var(--orange);
  font-weight: 600;
  font-size: 1.8rem;
}

.collection_content.pw-title-long, .collection_content.pw-long-title-long {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 0 7px;
}

.collection_list.content-welt-small {
  width: 100%;
  padding: 0 0 25px;
}

.collection_content.pw-small-title-long {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.pw-small-text-group {
  padding: 30px;
}

.collection_content.pw-small-link a {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.collection_content.pw-small-text:after {
  content: 'Mehr erfahren';
  color: #fff;
  padding: 10px 20px;
  background: var(--orange);
  border-radius: 10px;
  position: relative;
  float: right;
  margin: 30px 0px;
}

.collection_list.content-welt-long {
  width: 100%;
  padding: 0 0 15px;
}

.collection_list.content-welt-long .collection_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 300px;
}

.collection_content.pw-long-img-left {
  height: 100%;
  width: 100%;
}

.pw-kachel-breit {
  margin-left: 15px;
  margin-right: 15px;
}

.category {
  background: #fff;
  padding: 30px;
  border-radius: 1rem;
}

.category-title {
  width: 100%;
}

.category .collection-wrapper-service {
  width: 100%;
}

/* Content Welt Ende */


.app .main-content.content-selector h1 {
  margin-bottom: 20px;
}

.label {
  text-align: left;
  color: #000;
  font-size: 85%;
}

.button_save:hover, .button_reset:hover {
  background: var(--main-kachel-bg-color);
  border: 1px solid var(--secondary-color);
}

ul.toolbar_menu li.promoted {
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 40px;
}

ul.toolbar_menu li.promoted {
  position: relative;
  float: left;
  display: inline-block;
}

.button_save, .button_reset {
  color: #fff;
  background: var(--secondary-color);
  border: 0;
  border-radius: 500px;
  padding: 6px 50px !important;
  font-weight: 600;
  display: block;
  border: 1px solid var(--secondary-color);
}


/* RESPONSIVE */

div#login_2 {
  bottom: 10px;
}
div#login_1 {
  margin-bottom: 30px;
}

#toggle_navigation,
.hamburger-menu {
  display: none;
}

@media only screen and (max-height: 810px) {
  .navigation_desktop {
    overflow: auto;
    height: 100%;
  }

}

@media only screen and (max-width:1910px) {



}

@media screen and (max-width: 1910px) {
  /* .navigation_desktop .menu_link_logout {
    margin-top: 0;
  } */

  .collection_content.b-k-title {
    width: 59%;
}
}

@media screen and (max-width: 1649px) {
  .function-box-small {
    padding: 0 50px;
  }

  input.form-control {
border:none;
}

  .p-3-wrapper.row {
    width: 33.33%;
}

  .warenkorb-button {
    width: 75%;
}

  .collection_content.a-title-big {
    font-size: 2rem;
}

.collection_content.a-link a {
  font-size: 1.5rem;
  border-radius: 5px;
}

.function-box-big .forwarding_text {
  font-size: 18px;
}

.service-box-group {
  padding: 30px 25px;
}

.collection_content.b-title-long {
  font-size: 1em;
  font-weight: 600;
  width: 79%;
}
}

@media screen and (max-width: 1500px) {

  td:nth-child(4) {
    width: 114px;
}

td:nth-child(2) {
  width: 240px!important;
}

.numberone {
  font-size: 22px;
}

.numbertwo {
  font-size: 22px;
}

.cart-listing.bg-white.p-4.rounded .row.add-cart input.form-control {
  width: 59px!important;
  padding-left: 0px!important;
}

  .collection_list.categories {
    width: 50%;
}

  .collection_list.content-welt-middle .collection_container {
    flex-wrap: wrap;
  }
  .dashboard-box-wrapper {
    width: 33.33%;
  }

  .breadcrumb-helpdesk {
    background-position: 313px center;
    background-size: cover;
  
  }

  .collection_list.short-annou .collection_container:before {
    padding: 27px;
}

.collection_list.short-annou .collection_container:after {
  font-size: 1.4rem;
}

.collection_content.b-title-small {
  font-size: 1.5rem;

}
}

@media screen and (max-width: 1380px) {

  .pop-up-button {
    width: 50%;
}

  .p-3-wrapper.row {
    width: 50%;
}

  .collection_list.content-welt-long .collection_container {
    flex-wrap: wrap;
    height: auto;
  }
.collection_content.a-title-big {
  font-size: 1.8rem;
}

.collection_list.short-links-banner {
  width: 50%;
}

.collection_content.a-pic-bg {
  height: 200px;
}

.collection_content.a-title-small {
  color: var(--orange);
  padding-bottom: 0;
  font-size: 1.3rem;
}

.collection_content.a-link a {
  padding: 6px 14px;
}

.faq h3 {
  font-size: 16px;
}

.faq_question_box:after {
  font-size: 20px;
}

div#nav-area {
  width: 310px;
}

div#content-wrapper {
  width: calc(100% - 310px);
}

}

@media screen and (max-width: 1250px) {

  td:nth-child(2) {
    width: 210px!important;
}

td:nth-child(3) {
  width: 74px;
}

td:nth-child(4) {
  width: 84px;
}

tbody {
  overflow-x: scroll;
  width: 100%;
}

  .ansprechpartner-collection-wrapper {
    flex-wrap: wrap;
}

.service-video-wrapper {
  flex-wrap: wrap;
}

  .dashboard-box-wrapper {
    width: 25%;
    height: 165px;
}

  .collection_list.ansprechpartner {
    width: 50%;
    padding: 15px 15px 0 0;
}

.service-team-group {
  margin-right: 0;
}

.service-bg {
  width: 100%;
}

  .right-content_2.col-md-6.col-l-12.content-selector {
    flex: 0 0 100%;
    max-width: 100%;
    display: block!important;
}

  .collection_content.a-pic-bg {
    height: 100%;
}



.faq_question_box:after {
  font-size: 26px;
}

.Ansprache-text {
  padding: 0px 0px 28px 0px;
}

.faq h3 {
  font-size: 20px;
}

.collection_content.a-title-big {
  font-size: 2.8rem;
}

.collection_content.a-link a {
  padding: 10px 20px;

}
.function-box-big {
  height: 450px;
}
.function-box-big .forwarding_container {
  width: 50%;

}
.collection_list.announcement-banner .collection_container {
  height: 290px;
}

.left-content.col-md-6.col-l-12.content-selector {
  flex: 0 0 100%;
  max-width: 100%;
}

.right-content.col-md-6.col-l-12.content-selector {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}

.get-top-content-yeay {
  width: 30%;
}

.breadcrumb-helpdesk {
  width: 70%;
}


}

@media screen and (max-width: 1024px) {

  a.btn.btn-danger.p-3.m-2 {
    font-size: 1.2rem;
    padding: 6px 9px!important;
    border-radius: 5px;
}

.input-group-prepend {
  padding-right: 2rem;
  display: none;
}
  div#nav-area {
    width: 100%;
    height: 80px;
    position: relative;
    border-radius: 0;
  }
  div#header-area {
    height: 100%;
  }
  div#header-area {
    padding: 20px 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .navigation_desktop {
    display: none;
  }
  #toggle_navigation {
    display: block;
  }

  div#content-wrapper {
    padding: 20px 10px;
    width: 100%;
  }

  div#nav-area ul {
    margin: 0;
    padding: 0;
  }

  nav#SupportMenu li a,
  div#SupportUserMenu li a {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {

  .pop-up-button {
    width: 100%;
}

  .col-md-8.text-left {
    width: 100%;
    font-size: 15px;
}

  .col-md-2.bild {
    padding: 0;
    width: 25%;
}

.col-md-8 {
  width: 25%;
}

.cart-listing.bg-white.p-4.rounded {
    padding: 0!important;
    margin: 0;
}

.cart-listing.bg-white.p-4.rounded img.img-fluid.img-thumbnail {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.table-responsive {
  border: none;
}

  .col-md-6.auswahl {
    padding-left: 0!important;
    width: 50%;
}

  .row.product-price {
    height: auto;

}

  .collection_list.categories {
    width: 100%;
    padding: 10px;
}
  div#logo-area .header_logo img {
    width: 190px !important;
  }

  .function-box-small .forwarding_content {
    display: flex;
    justify-content: center;
  }
  .function-box-small .forwarding_container:after {
    display: none;
  }

  .input-group-prepend {
    padding-right: 2rem;
display: block;
}
}
@media screen and (max-width: 600px) {

  .col-md-6.auswahl {
    padding-left: 0!important;
    width: 100%;
    justify-content: center;
    padding-right: 0!important;
}

.col-3.text-lg-right {
  justify-content: space-between;
  width: 100%!important;
  flex: 0 0 100%!Important;
  max-width: 100%!important;
  padding: 10px 26px;
}

.cartStatus {
  width: 100%;
}

a.btn.btn-danger.p-3.m-2 {
  width: 100%!important;
}


.col-md-6.name {
  padding-left: 0!important;
  width: 100%!important;
  max-width: 100%!Important;
  flex: 0 0 100%!Important;
  justify-content: center;
  margin-bottom: 1rem;
}

.col-sm-12.quant {
  padding-right: 0!important;
  padding: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}


  .dashboard-box-wrapper {
    width: 50%;
  }

  .undertitle {
    display: none;
}

.collection_content.news-date {
  padding-top: 15px;
}

  .collection_list.categories .collection_container:after {
content: '...'
}

.collection_content.b-k-title {
  width: 70%;
}

.collection_content.b-k-img {
  height: 180px;
  min-height: 180px;
}

  .collection_list {
    width: 100%;
  }

  .login-area .row {
    margin-left: 0;
    margin-right: 0;
  }

  div#button-area {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  div#login_2 {
    position: relative;
  }

  .button-right a {
    padding-right: 15px !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 360px) {

img.img-fluid.img-thumbnail {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

input.form-control {
  padding-left: 13px!important;
}

div#products-section {
  padding: 0;
  margin: 0;
}

}

@media screen and (max-width: 500px) {

  .col-md-8.yo {
    width: 100%;
    padding: 0;
}

th {
  display: none;
}


.numberone {
  font-size: 18px;
  text-align: right;
}

.numberone:before {
  content: 'Stückpreis';
  font-size: 16px;
  color: #b7b8b7;
}

.numbertwo:before {
  content: 'Gesamt';
  font-size: 16px;
  color: #b7b8b7;
}

td:nth-child(3) {
  width: 50%;
  display: block;
}

td:nth-child(4) {
  width: 50%;
  display: block;
}

td:nth-child(1) {
  display: block;
  width: 100%;
}

td:nth-child(2) {
  width: 290px!important;
}

.cart-listing.bg-white.p-4.rounded .product-content {
  padding: 0;
  min-height: auto;
}

  .col-md-6.name {
    padding-left: 0!important;
    width: 50%!important;
    max-width: 50%!Important;
    flex: 0 0 50%!Important;
    justify-content: start;
    margin-bottom: 1rem;
    padding-left: 15px!Important;
}

a.btn.btn-danger.p-3.m-2 {
  width: 100%!important;
  font-size: 1.8rem;
}

.product-all-wrapper {
  padding: 10px 15px 10px 15px;
}

.col-sm-12.quant {
  width: 100%;
  max-width: 100%;
  padding-right: 10px!Important;
}

.col-md-6.auswahl {
  width: 50%;
}

  .p-3-wrapper.row {
    width: 100%;
}

  .faq-button {
    right: 25px;
    top: 24px;
}

  .ansprechpartner-collection-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

  .collection_list.ansprechpartner {
    width: 100%;
    padding: 15px 15px 0 0;
}

  .ansprechpartner-gruppe-wrapper {
    padding: 20px;
    margin: 5px;
}

.service-video-gruppe {
  padding: 20px;
  margin: 5px;
}

  .breadcrumb-helpdesk {
    height: 150px;
    width: 100%;
    padding: 10px;
}

.component.header-logo-r {
  background: none;
  width: 100%;
  box-shadow: none;
  height: 150px;

}

.function-box-big .forwarding_container {
  height: 80%;
}

.function-box-big .forwarding_text {
  font-size: 15px;
  padding: 0 0 9px;
}

.function-box-big {
  height: 370px;
}

.news-group {
    padding: 20px;
}

.breadcrumb-helpdesk h2 {
  width: 70%;
}

.collection_list.short-annou .collection_container:before {
display: none;
}

.collection_list.short-annou .collection_container {
border: none;
  border-bottom: 1px solid #CFCFCF;
  border-radius: 0;
  padding-bottom: 10px;
}

.collection_list.short-annou .collection_container:after {
  content: '...';
  top: 44%;
  right: 0px;
  font-size: 3rem;
}

.kurz-announcement:after {
  display: none;
}

.announcement img {
  object-fit: cover!important;
  height: 100%!Important;
  max-width: 100%!Important;
}

.collection_list.supportnews .collection_container {
  border: 1px solid #CFCFCF;
  display: flex;
  flex-wrap: wrap;
}

.collection_content.image {
  width: auto;
  height: auto;
  float: left;
}

.collection-new-prev {
  padding: 15px 0 0;
}

.content_container .headline {
  -webkit-line-clamp: 2;

}

.left-content.col-md-6.col-l-12.content-selector {
  padding: 5px;
}

.right-content.col-md-6.col-l-12.content-selector {
  padding: 5px;
  margin-top: 10px;
}

.right-content-2.col-md-6.col-l-12.content-selector {
  padding: 5px;
}

.content_top {
  padding: 0;
}

.get-top-content-yeay {
  width: 40%;
  padding-right: 2px;
}

.faq h3 {
  font-size: 17px;
}

.FAQ-Group {
  padding: 20px;

}

.faq_group_container .faq_question_box {
  padding: 15px;
}

.collection_list.short-links-banner {
  width: 100%;
  padding: 10px 5px;
  height: 150px;
}

.announcement {
  width: 18%;
}

.collection_content.a-title-big {
    font-size: 2rem;
}

.service-box-group {
  padding: 20px 20px;
}

.collection_list.announcement-banner .collection_container {
  height: 210px;
}

.content_container {
  padding: 0 20px 57px;
  float: left;
  width: 100%;
}

.col-sm-12.col-md-12.col-lg-8.kurz-announcement-title {
  padding: 0 0 0px;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-4.see-all-button {
  display: none;
}

.Ansprache-text h5 {
  font-size: 1.4rem;
}

.Ansprache-text {
  padding: 0px 0px 28px 20px;
}

.Ansprache-group img {
  max-width: 100%;
  object-fit: cover;
  height: 100%!important;
}
  .dashboard-box-wrapper {
    width: 50%;
  }

  .function-box-big .forwarding_container {
    padding: 10px;
  }
}

/* END RESPONSIVE */
