/*
Theme Name: DH
Author: DH Creative Webdesign
Author URI: https://dh-creative-webdesign.de/
Version: 1.0
Text Domain: dh
*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100% !important;
}

.forminator-label {
  font-size: 15px !important;
}

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}

iframe {
  max-width: 100%;
}

.noclick > a {
  pointer-events: none;
  position: relative;
}
.noclick > a .responsive-menu-subarrow {
  pointer-events: auto;
  position: absolute;
  left: 0;
  right: 15px !important;
  width: auto !important;
  background: none !important;
  text-align: right !important;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0d0e0e;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

.wrap {
  overflow: hidden;
}

.es-listing .es-property-inner {
  background: #fff;
}

a {
  color: #1C2224;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #1C2224;
  text-decoration: underline;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  width: auto;
}

.row {
  margin: 0 -10px;
}

.row [class*=col-] {
  padding: 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: #fff;
}

.container {
  position: relative;
}

.header {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
  overflow: hidden;
  max-width: 100vw;
}
.header .top {
  position: relative;
  background: #fff;
  z-index: 2;
  pointer-events: auto;
}
.header .top .col-lg-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 116px;
}
.header .logo {
  margin-top: 10px;
}
.header__cta {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  transition-duration: 0.2s;
  line-height: 116px;
  padding: 0 30px;
  color: #fff;
  font-size: 11px;
}
.header__cta svg {
  height: 24px;
  width: auto;
  margin-right: 18px;
  flex-shrink: 0;
  position: relative;
  transition-duration: 0.2s;
  display: block;
}
.header__cta strong {
  position: relative;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  margin-right: 12px;
  display: inline-block;
}
.header__cta span {
  position: relative;
  z-index: 2;
}
.header__cta:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  content: "";
  background: linear-gradient(to bottom, #676B6D 0%, #22282A 100%);
}
.header__cta:hover {
  text-decoration: none;
  color: #fff;
}
.header__cta:hover svg {
  transform: rotate(-15deg);
}
.header ul.navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  justify-content: space-between;
  display: flex;
}
.header ul.navigation > li {
  position: relative;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.header ul.navigation > li:last-child {
  margin-right: 0;
}
.header ul.navigation > li.nowrap a {
  white-space: nowrap;
}
.header ul.navigation > li > a {
  font-size: 16px;
  line-height: 116px;
  display: block;
  color: #3A6565;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  z-index: 3;
}
.header ul.navigation > li.current-product-ancestor > a, .header ul.navigation > li.current-menu-item > a, .header ul.navigation > li.current-menu-parent > a, .header ul.navigation > li.current-page-ancestor > a, .header ul.navigation > li.current_page_item > a {
  color: #000 !important;
  text-decoration: none;
}
.header ul.navigation > li.current-product-ancestor:before, .header ul.navigation > li.current-menu-item:before, .header ul.navigation > li.current-menu-parent:before, .header ul.navigation > li.current-page-ancestor:before, .header ul.navigation > li.current_page_item:before {
  opacity: 1;
}
.header ul.navigation > li:hover > a {
  color: #000;
  text-decoration: none;
}
.header ul.navigation > li > ul {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 200px;
  background: #fff;
  padding: 15px 15px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  display: block;
  border-radius: 0;
  margin: 0 0 0 -100px;
  transform: translate(0, 10px);
  transition-duration: 0.3s;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.header ul.navigation > li > ul span {
  display: none;
}
.header ul.navigation > li > ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  content: "";
  position: absolute;
}
.header ul.navigation > li > ul > li {
  float: none;
  display: block;
  width: auto;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  text-align: left;
  border-top: 1px solid #f2f2f2;
  font-weight: 500;
}
.header ul.navigation > li > ul > li:first-child {
  border: 0 !important;
}
.header ul.navigation > li > ul > li:after, .header ul.navigation > li > ul > li:before {
  display: none;
}
.header ul.navigation > li > ul > li > a {
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0 !important;
  background: none;
  color: #434343;
  font-family: "Poppins", sans-serif;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  font-style: normal;
  text-align: center;
  display: block;
}
.header ul.navigation > li > ul > li > a:after {
  display: none;
}
.header ul.navigation > li > ul > li > a:hover {
  box-shadow: none;
  background: none;
  color: #1C2224;
  text-decoration: none;
}
.header ul.navigation > li > ul > li.current-menu-item > a, .header ul.navigation > li > ul > li.current-menu-parent > a, .header ul.navigation > li > ul > li.current-page-ancestor > a, .header ul.navigation > li > ul > li.current_page_item > a, .header ul.navigation > li > ul > li:hover > a {
  color: #1C2224 !important;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.header ul.navigation > li > ul > li.current-menu-item > a:hover, .header ul.navigation > li > ul > li.current-menu-parent > a:hover, .header ul.navigation > li > ul > li.current-page-ancestor > a:hover, .header ul.navigation > li > ul > li.current_page_item > a:hover, .header ul.navigation > li > ul > li:hover > a:hover {
  color: #1C2224;
}
.header ul.navigation > li > ul > li ul {
  display: block;
}
.header ul.navigation > li > ul .sub-menu {
  margin-bottom: 6px;
  padding-left: 15px;
}
.header ul.navigation > li > ul .sub-menu a {
  display: block;
  font-size: 15px;
  color: #434343;
  padding: 5px 0;
}
.header ul.navigation > li:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}
.header .menu-trigger {
  display: none;
}
@media (max-width: 991px) {
  .header {
    top: 0;
  }
  .header .top {
    background: #fff;
  }
  .header .top .col-lg-12 {
    height: 90px;
  }
  .header__cta,
  .header ul.navigation {
    display: none;
  }
  .header .menu-trigger {
    display: block;
  }
  .header .menu-trigger img {
    height: 28px;
  }
  .header .logo {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
  }
  .header .logo img {
    position: relative;
    z-index: 2;
    height: 70px;
  }
}

.hero {
  position: relative;
}
.hero:after {
  background: #1E2527;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 530px;
  content: "";
  clip-path: polygon(0 0, 100% 0, calc(100% - 300px) 100%, 0 100%);
  z-index: 5;
  opacity: 0.93;
}
.hero .col-lg-12 {
  position: relative;
  height: 775px;
}
.hero__img {
  position: absolute;
  top: 0;
  width: 1187px;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 3;
  display: flex;
}
.hero__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .hero .col-lg-12 {
    position: relative;
    height: 400px;
  }
}

.page-title {
  position: relative;
  padding: 210px 0 20px;
  background: #1E2527;
  text-align: center;
}
.page-title h1 {
  color: #fff;
  font-size: 50px;
  margin: 0 0 20px;
}
.page-title__img {
  background: url("img/hero.png") no-repeat top left;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center right;
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  .page-title {
    padding: 150px 0 20px;
  }
  .page-title h1 {
    font-size: 36px;
  }
}

.content {
  position: relative;
  z-index: 3;
}
.content--page {
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
}
.content--page .container {
  position: relative;
  z-index: 2;
}
.content--page .col-lg-9 {
  position: relative;
  padding-left: 50px;
}
.content--page .col-lg-9:before {
  width: 26px;
  background: url("img/shadow3.jpg") no-repeat top left;
  top: -150px;
  left: -5px;
  height: 900px;
  content: "";
  position: absolute;
}
.content--page p strong {
  font-weight: 600;
}
.content--service {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  min-height: 600px;
}
.content--service .wp-element-caption {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
}
.content--service .items .wp-block-button {
  margin-top: -70px;
  margin-right: 15px;
}
.content--service p {
  color: #3B3B3B;
}
.content--service .wp-block-group {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .content--service .wp-block-group {
    padding: 50px 0;
  }
}
.content--service .wp-block-group .wp-block-columns {
  margin-bottom: 0;
}
.content--service .wp-block-group .wp-block-columns figure {
  margin-bottom: 0;
}
.content--service .wp-block-group.gray {
  background: #F2F2F2;
  padding: 45px 0;
  position: relative;
}
.content--service .wp-block-group.gray:before {
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  position: absolute;
  content: "";
  background: #F2F2F2;
}
.content--service .wp-block-group.gray:after {
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  position: absolute;
  content: "";
  background: #F2F2F2;
}
.content--home {
  padding: 75px 0 90px;
  position: relative;
  background: url("img/shadow.png") no-repeat top center;
}
.content--home:before {
  position: absolute;
  left: 0;
  top: -410px;
  right: 0;
  height: 1000px;
  background: url("img/left.png") no-repeat top left;
  pointer-events: none;
  background-size: auto 1000px;
  content: "";
}
.content--home .col-lg-4 {
  padding-right: 0;
}
.content--home .col-lg-7 {
  padding-left: 0;
}
.content--home .row {
  display: flex;
  align-items: center;
}
.content--home .headline h2 {
  color: #2D3234;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  text-align: right;
}
.content--home .headline h2 strong {
  font-weight: 600;
}
.content--home .text p {
  font-size: 15px;
  font-weight: 400;
  color: #2D4038;
  line-height: 1.8;
}
.content--home .text p strong {
  font-weight: 600;
}
.content--home .text p:last-child {
  margin-bottom: 0;
}
.content table td {
  vertical-align: top;
}
.content h1 {
  margin: 0 0 40px;
  font-size: 45px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.content h2 {
  margin: 0 0 25px;
  font-size: 28px;
  color: #000;
  font-weight: 700;
  position: relative;
}
.content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.content h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.content h5 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
}
.content h6 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin: 70px 0 0;
}
.content blockquote {
  font-size: 16px;
  color: #212220;
  margin: 0 0 38px;
  padding: 0 0 0 18px;
  border-left: 2px solid #000;
}
.content p {
  font-size: 16px;
  color: #000;
  margin: 0 0 24px;
  line-height: 1.5;
  font-weight: 400;
}
.content li {
  font-size: 16px;
  color: #28303a;
  line-height: 1.5;
  font-weight: 400;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content hr {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .content--page {
    padding: 50px 0 70px;
    position: relative;
    min-height: 0;
  }
  .content--page .col-lg-9 {
    position: relative;
    padding-left: 15px;
    margin-bottom: 40px;
  }
  .content--page .col-lg-9:before {
    display: none;
  }
  .content--home {
    padding: 60px 10px;
    position: relative;
    background: url("img/shadow.png") no-repeat top center;
  }
  .content--home:before {
    display: none;
  }
  .content--home .col-lg-4 {
    padding-right: 10px;
  }
  .content--home .col-lg-7 {
    padding-left: 10px;
  }
  .content--home .element {
    display: none;
  }
  .content--home .headline {
    margin-bottom: 30px;
  }
  .content--home .headline h2 {
    font-size: 32px;
    text-align: left;
  }
  .content--home .text p {
    font-size: 15px;
    font-weight: 500;
    color: #2d4038;
  }
  .content--home .text p strong {
    font-weight: 600;
  }
  .content blockquote,
  .content li,
  .content p {
    font-size: 14px;
  }
  .content h1 {
    margin: 0 0 30px;
    font-size: 30px;
  }
  .content h2 {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content h4 {
    font-size: 15px;
  }
}

.service-intro {
  background: linear-gradient(90deg, rgb(195, 195, 196) 0%, rgb(255, 255, 255) 50%, rgb(195, 195, 196) 100%);
  padding: 30px 0 0;
}
.service-intro h1 {
  font-size: 60px;
  font-weight: 600;
  margin: 30px 0 80px;
}
.service-intro h4 {
  color: #3B3B3B;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 24px;
}
.service-intro p {
  line-height: 24px;
  font-size: 16px;
  color: #3B3B3B;
}
.service-intro p:last-child {
  margin-bottom: 0;
}
.service-intro figure {
  position: absolute;
  width: 100%;
  margin: 0;
  z-index: 4;
}
.service-intro figure:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  content: "";
  background: url("img/shadow2.png") no-repeat center;
  width: 1238px;
  height: 104px;
}
.service-intro figure img {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-height: 500px;
  width: auto !important;
}
.service-intro__content {
  padding-top: 100px !important;
  padding-bottom: 80px !important;
}
.service-intro__bottom {
  background: url("img/light.png") no-repeat left 0 top -200px #ED9D0D;
}
.service-intro__bottom .container {
  background: url("img/palette.png") no-repeat bottom right;
  padding: 50px 15px 185px;
}
.service-intro__bottom p {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.service-intro__bottom p:last-child {
  margin-bottom: 0;
}
.service-intro__bottom p a {
  color: #fff;
}
@media (max-width: 991px) {
  .service-intro h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 0px 0 40px;
  }
  .service-intro h4 {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
  }
  .service-intro p {
    line-height: 20px;
    font-size: 14px;
  }
  .service-intro p:last-child {
    margin-bottom: 0;
  }
  .service-intro__content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .service-intro figure {
    position: static;
  }
  .service-intro figure:before {
    bottom: -25px;
    background-size: contain;
    height: 50px;
  }
  .service-intro figure img {
    height: 300px;
  }
}

.featured {
  position: relative;
  z-index: 6;
  text-align: center;
  margin-top: -216px;
}
.featured .swiper-wrapper {
  align-items: flex-end;
  display: flex;
  height: 335px;
}
.featured .swiper-slide {
  height: 330px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  background: #f6f6f6;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.13), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.17);
  position: relative;
  display: flex;
  padding-bottom: 60px;
  transition: height 0.3s;
}
.featured .swiper-slide figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 270px;
  transition-duration: 0.3s;
  filter: grayscale(100%);
}
.featured .swiper-slide figure img {
  max-height: 90%;
  max-width: 90%;
}
.featured .swiper-slide figure.top-left {
  justify-content: flex-start;
  align-items: flex-start;
}
.featured .swiper-slide figure.top-right {
  justify-content: flex-end;
  align-items: flex-start;
}
.featured .swiper-slide figure.top-center {
  justify-content: center;
  align-items: flex-start;
}
.featured .swiper-slide:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 10px;
  background: #7B7B7D;
  content: "";
  z-index: 2;
  transition-duration: 0.2s;
}
.featured .swiper-slide h4 {
  text-align: center;
  margin: 0;
  color: #3A3333;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  font-family: "Poppins", sans-serif;
  left: 0;
  bottom: 40px;
  right: 0;
  padding: 0 10px;
  transition-duration: 0.3s;
}
.featured .swiper-slide:hover:before {
  background: #1C2224;
}
.featured .swiper-slide:hover figure {
  filter: grayscale(0%);
}
.featured .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  padding: 38px 0 46px;
}
.featured .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 9px;
  width: 16px;
  height: 16px;
  background: #a1a1a1;
  opacity: 1;
  cursor: pointer;
}
.featured .swiper-pagination .swiper-pagination-bullet-active {
  background: #1C2224;
}
.featured .swiper-button-prev {
  color: #fff;
  top: 160px;
  left: -45px;
  outline: none;
  cursor: pointer;
  transition-duration: 0.3s;
}
.featured .swiper-button-prev:hover {
  opacity: 0.7;
}
.featured .swiper-button-next {
  color: #fff;
  top: 160px;
  right: -45px;
  outline: none;
  cursor: pointer;
  transition-duration: 0.3s;
}
.featured .swiper-button-next:hover {
  opacity: 0.7;
}
.featured__banners {
  padding-bottom: 40px;
}
.featured__banners .item {
  display: block;
  position: relative;
  height: 172px;
  box-shadow: inset 0px 0px 46px 0px rgba(0, 0, 0, 0.17), 0px 7px 7px 0px rgba(0, 0, 0, 0.13);
  border: 1px solid #fff;
  text-align: left;
  margin-bottom: 20px;
}
.featured__banners .item:last-child {
  margin-bottom: 0;
}
.featured__banners .item figure {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  content: "";
}
.featured__banners .item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured__banners .item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("img/corner.png") no-repeat bottom -320px left -120px;
}
.featured__banners .item h4 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
  transition-duration: 0.2s;
  text-transform: uppercase;
}
.featured__banners .item:hover {
  text-decoration: none;
}
.featured__banners .item:hover h4 {
  color: #F19B00;
}
@media (max-width: 991px) {
  .featured .swiper-slide {
    height: 250px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background: #f6f6f6;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.13), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.17);
    position: relative;
    display: flex;
    padding-bottom: 60px;
    transition: height 0.3s;
  }
  .featured .swiper-slide figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 200px;
    transition-duration: 0.3s;
    filter: grayscale(100%);
  }
  .featured .swiper-slide figure img {
    max-height: 90%;
    max-width: 90%;
  }
  .featured .swiper-slide figure.top-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .featured .swiper-slide figure.top-right {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .featured .swiper-slide figure.top-center {
    justify-content: center;
    align-items: flex-start;
  }
  .featured .swiper-slide:before {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 10px;
    background: #7B7B7D;
    content: "";
    z-index: 2;
    transition-duration: 0.2s;
  }
  .featured .swiper-slide h4 {
    text-align: center;
    margin: 0;
    color: #3A3333;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    font-family: "Poppins", sans-serif;
    left: 0;
    bottom: 25px;
    right: 0;
    padding: 0 10px;
    transition-duration: 0.3s;
  }
  .featured .swiper-slide:hover:before {
    background: #1C2224;
  }
  .featured .swiper-slide:hover figure {
    filter: grayscale(0%);
  }
}

.bottom {
  text-align: center;
  padding-bottom: 80px;
  position: relative;
  background: #fff;
  box-shadow: inset 0px 3px 46px 0px rgba(0, 0, 0, 0.35);
}
.bottom__title {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  background-color: #979797;
  display: inline-block;
  line-height: 76px;
  padding: 0 50px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.33);
  margin: 0 0 90px;
  transition-duration: 0.2s;
  position: relative;
  z-index: 2;
}
.bottom .col-lg-12 {
  display: flex;
  justify-content: space-between;
}
.bottom .item {
  text-align: center;
  transition-duration: 0.2s;
  width: 33.33%;
}
.bottom .item div {
  width: 136px;
  line-height: 72px;
  font-weight: 600;
  color: #515151;
  font-size: 38px;
  margin: 0 auto 15px;
  position: relative;
}
.bottom .item div:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(189, 189, 189, 0) 0%, rgb(189, 189, 189) 50%, rgba(189, 189, 189, 0) 100%);
  box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.24), 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
  opacity: 0.2;
}
.bottom .item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #515151;
}
.bottom .item:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .bottom {
    padding-bottom: 20px;
  }
  .bottom__title {
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
    margin: 0 0 40px;
  }
  .bottom .col-lg-12 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bottom .item {
    text-align: center;
    transition-duration: 0.2s;
    width: 100%;
    margin-bottom: 30px;
  }
  .bottom .item div {
    width: 136px;
    line-height: 72px;
    font-weight: 600;
    color: #515151;
    font-size: 38px;
    margin: 0 auto 15px;
    position: relative;
  }
  .bottom .item div:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(189, 189, 189, 0) 0%, rgb(189, 189, 189) 50%, rgba(189, 189, 189, 0) 100%);
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.24), 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    opacity: 0.2;
  }
  .bottom .item h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #515151;
  }
  .bottom .item:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 15px !important;
}

.footer {
  position: relative;
  background: url("img/footer.png") no-repeat left 200px top -200px #101010;
  padding: 50px 0 0;
  z-index: 7;
}
.footer .logo {
  margin-bottom: 30px;
}
.footer h3 {
  color: #28783D;
  font-size: 24px;
  font-weight: 500;
  margin: 24px 0 50px;
}
.footer .contact {
  display: flex;
}
.footer .contact div {
  margin: 0 60px 0 0;
}
.footer .contact div:last-child {
  margin: 0;
}
.footer .contact p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 13px;
}
.footer .contact p a {
  color: #fff;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0 0;
  }
  .footer .form {
    margin-top: 40px;
  }
  .footer .form .forminator-col {
    padding: 0 !important;
  }
  .footer h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 24px 0 40px;
  }
  .footer .contact {
    display: flex;
  }
  .footer .contact div {
    margin: 0 20px 0 0;
  }
  .footer .contact div:last-child {
    margin-right: 0;
  }
  .footer .contact p {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
  }
  .footer .contact p a {
    color: #fff;
  }
}

.forminator-consent__label a {
  color: #fff;
}
.forminator-consent__label p {
  line-height: 1.2;
  font-size: 14px;
}

.credits {
  position: relative;
}
.credits .col-lg-12 {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  height: 80px;
}
.credits span {
  display: inline-block;
  margin-right: 80px;
}
.credits span div {
  display: inline;
}
.credits a {
  color: #fff;
}
@media (max-width: 991px) {
  .credits {
    padding: 0 0 20px;
    text-align: center;
  }
  .credits .col-lg-12 {
    font-size: 11px;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .credits span {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .credits span div {
    display: none;
  }
}

.breadcrumbs-wrap {
  z-index: 4;
  position: relative;
  padding-top: 0;
}
@media (max-width: 991px) {
  .breadcrumbs-wrap {
    padding-top: 0vw;
    display: none;
  }
  .breadcrumbs-wrap .col-lg-12 {
    padding: 0;
  }
}

.breadcrumbs {
  padding: 0 0 15px;
  font-size: 13px;
  opacity: 0.7;
  color: #fff;
}
.breadcrumbs a {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    border-bottom: 0;
    font-size: 2.34375vw;
    padding: 7.8125vw 15px 2.34375vw;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.wpcf7-list-item {
  display: block !important;
  font-weight: 400;
  margin: 0 !important;
}

.wpcf7-list-item.last {
  margin-bottom: 20px !important;
}

.content small {
  font-size: 11px;
  line-height: 12px;
  display: block;
  margin: -10px 0 30px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.size-thumbnail {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.gallery-columns-4 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(25% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-4 .gallery-item {
    width: calc(50% - 15px) !important;
  }
}

.gallery-columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-6 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(16.6% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-6 .gallery-item {
    width: calc(33.3% - 15px) !important;
  }
}

.gallery-columns-6 {
  display: flex;
  flex-wrap: wrap;
}

.content img {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .wp-caption-text {
    font-size: 2.1875vw;
  }
}

.wp-caption a img {
  transition-duration: 0.3s;
}
.wp-caption a:hover img {
  opacity: 0.6;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 2px solid red !important;
}

div.wpcf7-validation-errors {
  background: red;
  border: 2px solid red !important;
  color: #fff;
}

.wpcf7-response-output {
  position: relative;
  z-index: 999;
}

.gb-notice-dismiss {
  display: none;
}

#gwolle_gb .gwolle-gb-float div.label {
  width: 25% !important;
}

#gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_write_button .btn:hover, #gwolle-gb-write-button .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_write_button .btn:focus, #gwolle-gb-write-button .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
    height: 10.46875vw;
    font-size: 2.96875vw;
    line-height: 10.46875vw;
    padding: 0 3.125vw;
    border-radius: 1.5625vw;
    min-width: 28.125vw;
  }
}

#gwolle_gb_captcha_verify {
  display: none !important;
}

#gwolle_gb_write_button {
  margin: 0 0 30px !important;
}

#gwolle_gb_new_entry {
  margin-bottom: 40px;
}
#gwolle_gb_new_entry h3 {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 20px;
}
#gwolle_gb_new_entry .text-info {
  color: #000 !important;
}
#gwolle_gb_new_entry .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_new_entry .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_new_entry .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_new_entry .btn {
    height: 10.46875vw;
    font-size: 2.96875vw;
    line-height: 10.46875vw;
    padding: 0 3.125vw;
    border-radius: 1.5625vw;
    min-width: 28.125vw;
  }
}

.gwolle_gb_notice {
  font-size: 14px;
}

.gwolle_gb_invisible {
  display: none;
}

#gwolle_gb .gb-entry .gb-author-info .gb-author-name,
#gwolle_gb .gb-entry .gb-entry-content {
  padding-left: 0 !important;
}

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product-template-default h1 {
  margin-bottom: 5px;
}

#respond {
  background: none;
  padding: 0;
}

.owner-avatar {
  display: flex !important;
  align-items: center;
}

button:focus, textarea:focus, input:focus {
  outline: none;
}

.single-product div.product .woocommerce-product-rating {
  margin-top: 10px !important;
}

.woocommerce-MyAccount-navigation a,
.cat-item a {
  color: #4c4c4c;
}

.single-product div.product {
  overflow: visible !important;
}

div[class*=preis_pro] {
  display: none !important;
}

.woocommerce-loop-product__link + .tax-info {
  display: none;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.woofc-continue {
  display: none;
}

.single-item {
  margin-bottom: 40px;
}

.single-item .img {
  padding-bottom: 56%;
  background-size: contain;
  background-position: center;
  margin: 0 0 15px;
  display: block;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
}

.single-item h3 {
  font-size: 18px !important;
  text-align: center;
}

.single-item:hover .img {
  opacity: 0.7;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.term-description {
  margin-bottom: 40px;
}

.woocommerce-result-count {
  color: rgba(0, 0, 0, 0.5019607843) !important;
}

.woocommerce .woocommerce-ordering select {
  height: 40px;
  padding: 0 10px;
  border-radius: 8px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
  margin: 0;
  width: 100%;
  height: 100%;
}

.woocommerce ul.products li.product .product-card, .woocommerce-page ul.products li.product .product-card,
.woocommerce-page.columns-3 ul.products li.product .product-card, .woocommerce.columns-3 ul.products li.product .product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products.columns-4,
.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.products.columns-4:after, .products.columns-4:before,
.products.columns-3:after,
.products.columns-3:before {
  display: none !important;
}

@media (max-width: 991px) {
  .products.columns-4,
  .products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .products.columns-4,
  .products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-category img {
  border-radius: 8px;
}

.product-category h2 {
  font-size: 26px;
}

.product-category .mark, .product-category mark {
  background: none;
  opacity: 0.5;
}

.woocommerce-variation-price {
  display: none !important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.woocommerce-Tabs-panel h2:first-child {
  display: none;
}

.wc-block-components-button,
.woocommerce div.product form.cart .button {
  color: #fff;
  border-radius: 2px;
  background: #2A3133;
  border: 0;
  font-weight: 400;
  padding: 10px 20px;
  transition-duration: 0.2s;
  outline: none !important;
}

.woocommerce div.product form.cart .button:hover {
  opacity: 0.8;
}

.wc-block-cart__submit-button {
  color: #fff;
  border-radius: 2px;
  background: #000;
  border: 0;
  padding: 10px 20px;
  transition-duration: 0.2s;
  outline: none !important;
}

.wc-block-cart__submit-button:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.slick-dots {
  bottom: -15px !important;
}

.wpgs-nav button {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 5px !important;
}

.wpgs-for .slick-arrow {
  margin: 0 15px;
}

.woocommerce .quantity .qty {
  height: 47px;
  border-radius: 2px;
  border: 1px solid #cccccc;
}

.single_add_to_cart_button {
  line-height: 27px !important;
}

.upsells.products,
.related.products {
  margin-top: 80px;
}

.upsells.products h2,
.related.products h2 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 30px;
}

.upsells.products li:nth-child(4),
.related.products li:nth-child(4) {
  display: none !important;
}

.summary p.price {
  color: #000;
  font-size: 30px;
}

.summary .product_meta {
  display: none;
}

.summary .tax-and-shipping-customized, .summary .woocommerce_de_versandkosten,
.summary .wgm-kur-notice-review, .summary .woocommerce-de_price_taxrate {
  font-size: 14px;
  line-height: 1.2;
}

.wishlist_table {
  border: 0 !important;
  margin: 0 0 40px !important;
  border-collapse: collapse !important;
}

.yith-wcwl-share ul {
  padding: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #000;
  font-weight: 700;
}

.woocommerce-ordering {
  margin-bottom: 30px !important;
}

li.product {
  display: block;
  position: relative;
  background: #fff;
  padding: 20px 30px 20px !important;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
  transition-duration: 0.2s;
}

li.product .add_to_cart_button {
  background: #2A3133;
  color: #fff !important;
  font-weight: 300;
}

li.product img {
  height: 200px !important;
  width: auto !important;
  display: block;
  margin: 0 auto 20px !important;
  position: relative;
}

li.product svg {
  height: 25px;
  bottom: 26px;
  right: 24px;
  position: absolute;
}

li.product h2,
li.product h3 {
  color: #2A3133;
  font-size: 16px !important;
  text-align: left !important;
  font-weight: 600;
  margin: 0 0 20px !important;
  position: relative;
  z-index: 2;
}

.added_to_cart {
  display: none !important;
}

li.product a {
  color: #2A3133 !important;
}

li.product p {
  margin: 0 !important;
}

li.product .price {
  color: #050505 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 0;
  position: relative;
  z-index: 2;
}

li.product p {
  color: #050505 !important;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 2;
}

li.product figure {
  margin: 0px 0 60px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

li.product figure img {
  height: 285px;
  width: auto;
}

li.product:hover {
  text-decoration: none;
}

li.product:hover a {
  color: #fff;
}

li.product:hover:before {
  opacity: 1;
}

@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
  }
}
.woocommerce-button {
  color: #fff;
  background: #000;
  border: 0;
  padding: 10px 20px;
  border-radius: 4px;
}

.woocommerce-account .col-1 .form-row-wide, .woocommerce-account .col-2 .form-row-wide {
  flex-wrap: wrap;
}

.woocommerce-account .col-1 label, .woocommerce-account .col-2 label {
  width: 100%;
}

.woocommerce-account .col-1 input[type=text], .woocommerce-account .col-2 input[type=text], .woocommerce-account .col-1 input[type=email], .woocommerce-account .col-2 input[type=email], .woocommerce-account .col-1 input[type=password], .woocommerce-account .col-2 input[type=password] {
  height: 45px;
  width: 100%;
}

.related.products {
  float: left;
  width: 100%;
}

.single-product .price {
  font-size: 24px !important;
}

.woofc-share-cart {
  display: none !important;
}

.woofc-action-checkout,
.woofc-action-cart {
  border-radius: 6px !important;
  background: #2A3133 !important;
}

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
  color: #fff;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
}

.woocommerce div.product form.cart .button {
  float: none;
  margin-top: 10px;
}

.products.columns-4 li .ajax_add_to_cart {
  font-weight: 400;
}
.products.columns-4 li .ajax_add_to_cart:hover {
  background: #000;
}

.wc-block-components-product-name {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */