/** Ausgblendete Inhalte **/
.hide-content {
  display: none;
}

#article-hide {
  display: none;
}

/** Shop **/

/* .main-navigation ul.menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:hover {
  background: red;
  padding: 10px 15px;
  color: #fff;
  transition: 0.1s;
} */
/* 
.page-id-9 div#primary {
  padding-top: 50px !important;
} */

.site-info {
  display: none;
}

.widget.woocommerce.widget_shopping_cart li a {
  color: #4b4b4b !important;
}

.storefront-primary-navigation {
  background: #64234b;
  color: #fff !important;
  padding: 5px 0;
}

.storefront-primary-navigation a {
  color: #fff !important;
}

.theme-storefront header#masthead {
  padding-left: 0;
  padding-right: 0;
}

p,
pre {
  margin: 0;
}

div#content .col-full {
  background: #fff !important;
  padding-top: 80px;
}

@media (min-width: 768px) {
  .col-full {
    max-width: 1460px;
  }
}

.theme-storefront menu,
.theme-storefront ol,
.theme-storefront ul {
  padding: 0;
}

ul#site-header-cart {
  margin: 0;
}

.theme-storefront #content {
  margin-top: 80px;
  float: left;
  width: 100%;
}

.wc-block-grid__products,
ul.products {
  margin-left: 0;
  margin-bottom: 0;
  clear: both;
  padding: 0;
}

header.woocommerce-products-header {
  display: none;
}

/* Collection Filter und Content */

.pgafu-medium-12 {
  padding: 0;
}

.pgafu-filter {
  list-style: none !important;
  text-align: left;
  margin: 0 0 30px 0 !important;
  padding: 0;
}

.pgafu-filter li {
  display: inline-block !important;
  margin: 0px 35px 4px 0px !important;
}

.pgafu-filtr-cat a {
  background: #d5d5d5 !important;
  border-radius: 39px;
  padding: 8px 35px !important;
  font-weight: bold;
  color: #fff !important;
  width: auto;
  text-align: center;
}
li.pgafu-filtr-cat.pgafu-active-filtr a {
  background: #d22c8b !important;
}

.offer-container .addButton {
  display: none;
}

.collection-content {
  text-align: left;
  float: left;
  width: 100%;
}
.collection-content .title {
  font-size: 46px;
  color: #484848 !important;
  font-weight: bold;
  width: 80%;
  margin-bottom: 10px;
}

.collection-content .description {
  width: 70%;
  float: left;
  color: #bfbfbf !important;
}

.collection-content .price-container {
  float: left;
  width: 30%;
  text-align: right;
}
.price.delete {
  text-decoration: line-through #ff0000;
}
.collection-content .textcontent.price-container .price {
  border: 1px solid #d22c8b;
  background: #d22c8b;
  border-radius: 39px;
  padding: 5px 30px;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
  width: 250px;
  text-align: center;
  float: right;
  font-size: 20px;
  margin-bottom: 8px;
}
.collection-content .rework {
  display: block;
  clear: both;
  margin-right: 30px;
  color: #bfbfbf !important;
}

.collection-content .prouct_image_container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.collection-content .image_product {
  width: 100%;
  float: left;
  color: #484848 !important;
  font-weight: bold;
  font-size: 18px;
}
.image_product img {
  width: 150px;
  margin-left: 10px;
}

.collection-tipp {
  margin: 30px 0 30px 0;
  color: #bfbfbf !important;
  font-family: "ff-market-web", sans-serif;
  font-size: 20px;
}

.top_content {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.bottom_content:before {
  width: 160px;
  height: 1px;
  background: #d5d5d5;
  content: "";
  position: relative;
  display: block;
  margin: 25px 0;
}

.collection-content .bottom_content {
  clear: both;
  height: auto;
}
/* .collection-content .bottom_content {
  clear: both;
  height: auto;
  float: left;
  width: 100%;
} */

.collection-content .url {
  position: relative;
}

.collection-content .url i {
  transition: 1s;
  position: absolute;
  right: -13px;
}
.collection-content .url:hover i {
  right: -23px;
}

.collection-content .url a {
  color: #bfbfbf !important;
}

/* a.fl-button i {
  position: absolute;
  right: 8px;
  top: calc(50% - 10px);
  transition: 0.3s;
}

a.fl-button:hover i {
  right: 3px;
} */

.border-seperator {
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
}

/* END Collection Filter und Content */

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #64234b;
  color: #fff;
  cursor: default;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #64234b;
  color: #fff;
}

.wizard > .steps .number {
  display: none;
}

.wizard > .content > .body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

.wizard > .steps > ul > li {
  width: 33.33%;
  text-align: center;
}

div#contactFormTitle {
  text-align: center;
}

div#contactFormTitle h1 {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: revert;
  margin: 5px;
}

div#contactFormTitle h2 {
  color: #fff;
  margin: 0;
  font-weight: bold;
  position: relative;
}

div#contactFormTitle h2:after {
  content: "";
  width: 100px;
  height: 6px;
  margin: 30px 0;
  display: block;
  position: absolute;
  left: 50%;
  background: rgba(255, 255, 255, 0.4);
  top: 40px;
  transform: translateX(-50%);
  border-radius: 20px;
  border: 0;
}

div#stepForm-Container {
  background: rgb(180, 61, 128);
  background: linear-gradient(
    45deg,
    rgba(180, 61, 128, 1) 0%,
    rgba(133, 0, 76, 1) 100%
  );
  -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.75);
  margin-top: 70px;
}

div#stepForm-Container .pgafu-filter {
  margin: 30px 0 0px 0 !important;
  display: none;
}

#stepForm-Container .wizard > .content {
  margin: 0;
  background: transparent;
  min-height: 20em;
}

form#step-by-stepform .collection-content {
  color: #4b4b4b;
  padding: 30px 0;
}

#stepForm-Container .collection-padding {
  background: #fff;
  border-radius: 12px;
  color: #4b4b4b;
  position: relative;
  padding: 30px;
}

/* #stepForm-Container .price-container {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
} */

#stepForm-Container .price-container .price {
  border: 0;
  background: transparent;
  color: #878786;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  text-align: right;
}

#stepForm-Container .rework {
  padding: 0 !important;
  margin: 0 !important;
}

/* #stepForm-Container .collection-content {
  padding: 30px;
} */

#stepForm-Container .border-seperator {
  display: none;
}

.step-kontaktdaten,
.choose-date {
  width: 100%;
  clear: both;
  max-width: 100%;
}

.contactinformation-container {
  width: 680px;
  clear: both;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.wizard > .content > .body label.error {
  margin-left: 0 !important;
}

.step-kontaktdaten .input-container {
  width: 50%;
  float: left;
  padding: 4px;
}

.step-kontaktdaten .textarea-container {
  width: 100%;
  padding: 4px;
  margin-top: 5px;
  clear: both;
}

.step-kontaktdaten input,
.step-kontaktdaten textarea {
  background: rgba(255, 255, 255, 0.5);
  border: 0 !important;
  margin: 0;
  width: 100%;
}

form#step-by-stepform section h4 {
  color: #fff;
  font-size: 24px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  clear: both;
}

form#step-by-stepform .meeting_content .viewDate,
form#step-by-stepform .meeting_content .viewTime {
  display: block;
  color: #fff;
  font-size: 18px;
}

form#step-by-stepform .meeting_content,
#step-by-stepform .treatment-title {
  width: 25%;
  float: left;
  border-right: 3px solid #fff;
  color: #fff;
  padding-left: 70px;
}

form#step-by-stepform .treatment-description {
  color: #fff;
  float: left;
  width: 75%;
  padding-left: 70px;
}

form#step-by-stepform .treatment-description:first-child,
form#step-by-stepform .treatment-title:first-child,
form#step-by-stepform .meeting_content:first-child {
  padding-left: 0 !important;
}

.treatment_content {
  display: flex;
  flex-wrap: wrap;
}

input[type="date"],
input[type="time"] {
  color: #666;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-top-color: rgb(234, 234, 234);
  border-right-color: rgb(234, 234, 234);
  border-bottom-color: rgb(234, 234, 234);
  border-left-color: rgb(234, 234, 234);
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.date-alternate label {
  color: #fff;
}

#step-by-stepform input#date,
#step-by-stepform input#time {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.5);
  border: #64234b;
}

#step-by-stepform #steps-uid-0-p-1 label {
  width: 100%;
}

#step-by-stepform .date-content {
  margin: 20px 0 0 0;
  clear: both;
  float: left;
  width: 100%;
}

.date-alternate {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

#step-by-stepform .privacy-stepForm {
  clear: both;
  margin-top: 30px;
  float: left;
  width: 100%;
}

#step-by-stepform input#acceptTerms {
  margin: 0 !important;
}

#step-by-stepform .add-button {
  float: right;
  margin-top: 20px;
}

#step-by-stepform h5 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

#step-by-stepform .error {
  color: #fff;
}

/* 
.contact-information {

} */

@media only screen and (max-width: 992px) {
  form#step-by-stepform .meeting_content,
  #step-by-stepform .treatment-title {
    width: 100%;
    border-right: 0 !important;
    padding-left: 0 !important;
  }

  form#step-by-stepform .treatment-description {
    width: 100%;
    padding-left: 0;
  }

  .collection-content .price-container {
    float: left;
    width: 100%;
    text-align: left;
    margin: 25px 0 0px 0;
  }

  .collection-content .textcontent.price-container .price {
    float: left;
  }

  #step-by-stepform .collection-content .price-container {
    float: left;
    width: 100%;
    text-align: left !important;
    margin: 25px 0 0px 0 !important;
  }

  #step-by-stepform .collection-content .textcontent.price-container .price {
    float: left;
    text-align: left !important;
  }

  .contactinformation-container {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .meeting_content {
    margin-bottom: 20px;
  }

  .storefront-primary-navigation {
    margin-top: 120px;
  }

  .collection-content .description {
    width: 100%;
  }

  .step-kontaktdaten .input-container {
    width: 100% !important;
  }

  div#contactFormTitle h2:after {
    margin: 10px 0;
  }
  .wizard > .steps {
    display: none;
  }
  .theme-storefront #content {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 500px) {
  div#contactFormTitle h2:after {
    display: none;
  }
}
