/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
  font-family: "Epilogue Bold";
  src: url("assets/fonts/Epilogue-Bold.woff2") format("woff2"),
    url("assets/fonts/Epilogue-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Epilogue Regular";
  src: url("assets/fonts/Epilogue-Regular.woff2") format("woff2"),
    url("assets/fonts/Epilogue-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "LondrinaSolid Regular";
  src: url("assets/fonts/LondrinaSolid-Regular.woff2") format("woff2"),
    url("assets/fonts/LondrinaSolid-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}

/*BASE*/
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
.gb-grid-wrapper .gb-container p:last-child {
  margin-bottom: 0px;
}
.entry-content ul li a {
  color: var(--contrast);
}
.entry-content ul li a:hover {
  color: var(--accent);
}
.single.single-post figure {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single.single-post figure:last-child {
  margin-bottom: 0;
}
strong {
  font-family: "Epilogue Bold";
  font-weight: 700;
}
.content-area a {
  text-decoration: none;
}
.content-area a:hover {
  text-decoration: underline;
}
.content-area ul {
  list-style: none;
  padding-left: 0;
  margin-left: 26px;
}
.content-area ul li {
  line-height: 32px;
  position: relative;
}
.content-area ul li::before {
  content: "•";
  color: var(--contrast);
  display: inline-block;
  font-size: 65px;
  line-height: 40px;
  margin-left: -30px;
  position: absolute;
}
a.wp-block-button__link {
  min-width: 160px;
  border-radius: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  letter-spacing: 0.26px !important;
  transition: 0.3s ease-out;
  text-align: center;
}
a.wp-block-button__link:hover {
  text-decoration: none;
  transition: 0.3s ease-out;
}
.wp-block-buttons {
  gap: 16px;
}
.error404 .content-area {
  padding-top: 100px;
  padding-bottom: 200px;
}
.error404 .entry-header h1 {
  font-size: 120px;
  line-height: 120px;
  margin-bottom: 50px;
  position: relative;
}
.error404 .entry-header h2 {
  margin-bottom: 30px;
  position: relative;
}
.error404 .entry-content .wp-block-buttons {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.error404 .inside-article {
  position: relative;
}
.error404 .inside-article:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2024/05/tree.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  right: 0;
}
.page-id-92 .banner,
.page-id-94 .banner,
.job_listing-template-default .banner {
  display: none;
}
body .news-wrapper {
  margin-left: -40px;
  row-gap: 40px;
}
body .news-wrapper > .gb-grid-column {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .news-wrapper .news-box {
  padding: 0;
  position: relative;
}
.news-box figure {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
.news-box figure:before {
  content: "";
  background: linear-gradient(
    to bottom right,
    #ffc645 0%,
    rgba(255, 198, 69, 0) 50%
  );
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 40%;
  z-index: 0;
}
.news-box figure:after {
  content: "";
  background: transparent linear-gradient(0deg, #18542a 0%, #18542a00 100%) 0%
    0% no-repeat padding-box;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 220px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.news-box figure img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 0px;
}
.news-info {
  position: absolute;
  text-align: center;
  padding: 0 120px;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
.news-info a:hover {
  text-decoration: none;
}
.news-info h3 a {
  color: var(--white);
}
.news-info h3 {
  margin-bottom: 24px;
  text-align: left;
  word-break: auto-phrase;
  width: 60%;
}
.news-info h3 a:hover {
  color: var(--white);
  -webkit-animation: text-shadow-pop-left 1.2s both;
  animation: text-shadow-pop-left 1.2s both;
}
.archive .read-more {
  margin-top: 40px;
  padding: 10px 20px;
  display: flex;
  max-width: 160px;
  color: var(--white);
  background-color: var(--contrast-2);
  font-family: "LondrinaSolid Regular";
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 20px;
}
.archive .read-more:hover {
  transition: 0.3s ease-out;
  background-color: var(--contrast);
}
@-webkit-keyframes text-shadow-pop-left {
  0% {
    text-shadow: 0 0 #18542a, 0 0 #18542a, 0 0 #18542a, 0 0 #18542a, 0 0 #18542a,
      0 0 #18542a;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    text-shadow: -1px 0 #18542a, -2px 0 #18542a, -3px 0 #18542a, -4px 0 #18542a,
      -5px 0 #18542a;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes text-shadow-pop-left {
  0% {
    text-shadow: 0 0 #18542a, 0 0 #18542a, 0 0 #18542a, 0 0 #18542a, 0 0 #18542a,
      0 0 #18542a;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    text-shadow: -1px 0 #18542a, -2px 0 #18542a, -3px 0 #18542a, -4px 0 #18542a,
      -5px 0 #18542a;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.news-excerpt {
  color: var(--white);
  line-height: 32px;
  letter-spacing: 0.26px;
  text-align: left;
}
.news-excerpt .read-more-container {
  margin-top: 40px;
}

/*HEADER*/
.menu.sf-menu {
  gap: 24px;
}
.menu.sf-menu > li {
  height: 50px;
  position: relative;
}
.menu.sf-menu > li > a {
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-radius: 8px;
  background-color: var(--contrast-3);
  background: linear-gradient(
      to left,
      var(--contrast-3) 50%,
      var(--contrast-2) 50%
    )
    right;
  background-size: 200%;
  transition: 0.4s ease-out !important;
}
.menu.sf-menu > li > a:hover {
  background-position: left;
}
.menu.sf-menu > li.current-menu-item > a {
  background: var(--contrast-2);
}
.menu.sf-menu .menu-item-has-children .dropdown-menu-toggle {
  padding-right: 0;
  padding-left: 5px;
}
.menu.sf-menu > li > .sub-menu {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 8px;
}
#sticky-navigation .main-nav > ul > li > a {
  line-height: 50px;
}
.main-navigation .main-nav ul ul li a {
  color: var(--contrast);
  letter-spacing: 0;
  padding-bottom: 0;
}
.main-navigation .main-nav ul ul li:last-child a {
  padding-bottom: 10px;
}
.main-navigation .main-nav ul ul li a:hover {
  color: var(--accent) !important;
}
.main-navigation ul ul.sub-menu {
  width: auto;
  min-width: 150px !important;
}

/*FOOTER*/
.footer-bottom ul {
  gap: 24px;
}
.footer-bottom ul li a {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.29px;
  position: relative;
}
.footer-bottom ul li a:before,
.footer-menu ul li a:before {
  content: "";
  width: 0;
  position: absolute;
  transition: width 0.3s ease-in;
  background-color: var(--contrast-2);
  left: 0px;
  height: 1px;
  bottom: -1px;
}
.footer-bottom ul li.current-menu-item a:before,
.footer-bottom ul li a:hover:before,
.footer-menu ul li a:hover:before,
.footer-menu ul li.current-menu-item a:before {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.footer-menu ul li a:before {
  bottom: 5px;
}
.footer-bottom ul li a:hover,
.footer-bottom ul li.current-menu-item a,
.footer-menu ul li a:hover,
.footer-menu ul li.current-menu-item a {
  color: var(--contrast-2) !important;
}
.footer-info p {
  margin-bottom: 0;
}
.footer-social .wp-block-social-links {
  margin: 0;
  justify-content: end;
}
.footer-menu ul {
  gap: 0;
}
.footer-menu ul li a {
  position: relative;
}
.footer {
  position: relative;
  background: transparent linear-gradient(180deg, #f8f7f3 0%, #ffffff00 100%) 0%
    0% no-repeat padding-box;
}
.footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("/wp-content/uploads/2024/05/Path-180.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; /* or contain, depending on your preference */
  z-index: -1;
}

/*Legal Pages*/
.legal-pages h3:first-child,
.legal-pages h4:first-child,
.single.single-post .post-content h3:first-child,
.single.single-post .post-content h2:first-child {
  margin-top: 0;
}
.legal-pages h3,
.single.single-post .post-content h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.legal-pages h4,
.single.single-post .post-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.single.single-post .post-content h3 {
  margin-bottom: 20px;
}
.legal-pages p,
.legal-pages ul,
.single.single-post .post-content p,
.single.single-post .post-content ul {
  margin-bottom: 10px;
  line-height: 24px;
}
.single.single-post .post-content p,
.single.single-post .post-content ul {
  margin-bottom: 15px;
}
.legal-pages p:last-child,
.legal-pages ul:last-child,
.single.single-post .post-content p:last-child,
.single.single-post .post-content ul:last-child {
  margin-bottom: 0px;
}

/*Pages*/
.hero-section-home {
  height: 80dvh;
}
.hero-section-inner {
  height: 58dvh;
}
.hero-section-home:after,
.hero-section-inner:after {
  content: "";
  background: linear-gradient(
    to bottom right,
    #ffc645 0%,
    rgba(255, 198, 69, 0) 50%
  );
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 38%;
  z-index: 0;
}
.hero-wrapper {
  position: relative;
  z-index: 9;
}
.hero-wrapper h1 {
  text-shadow: 0px 0px 20px #185329;
}
.hero-section-inner .hero-wrapper:before,
.hero-section-inner .hero-wrapper:after {
  height: calc(100% - 300px);
}
.hero-section-inner .hero-wrapper .gb-grid-wrapper {
  width: 100%;
}
.hero-wrapper:before,
.hero-wrapper:after {
  content: "";
  background: transparent linear-gradient(0deg, #18542a 0%, #18542a00 100%) 0%
    0% no-repeat padding-box;
  display: block;
  width: 121vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 400px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.hero-wrapper:before {
  transform: translateX(-15%);
}
.hero-wrapper:after {
  transform: translate(-115%, 0);
}
.angebot-box .gb-container {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.kontakt-map iframe {
  height: 566px;
}
.contakt-map iframe {
  height: 485px;
}
.banner {
  position: relative;
}
.banner:after {
  content: "";
  background: linear-gradient(
    to bottom right,
    #ffc645 0%,
    rgba(255, 198, 69, 0) 50%
  );
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 38%;
  z-index: 0;
}
.banner:before {
  content: "";
  background: transparent linear-gradient(0deg, #18542a 0%, #18542a00 100%) 0%
    0% no-repeat padding-box;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 220px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.banner h2 {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  bottom: 100px;
  color: var(--white);
  z-index: 999;
}
.archive .site.grid-container.container,
.single.single-job_listing .site.grid-container.container,
.single.produkt-template-default .site.grid-container.container {
  padding: 160px 40px;
}
.archive header,
.single header,
.inner-blur {
  position: relative;
}
.archive header.site-header:after,
.single header.site-header:after,
.inner-blur:after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 0;
  right: 0;
  height: 160px;
  background-image: linear-gradient(180deg, #f3ead3 0%, #f3ead300 100%);
}
.single.single-post header.site-header:after {
  display: none;
}
.single .site.grid-container.container {
  padding: 0 40px 160px 40px;
}
.single.single-product .site.grid-container.container {
  padding: 140px 0px;
}
.page-id-1441 .inside-article .entry-content,
.page-id-1442 .inside-article .entry-content {
  padding: 40px 40px 140px 40px;
}
.woocommerce-order-received.page-id-1442 .inside-article .entry-content,
.page-id-1443 .inside-article .entry-content { 
  padding: 40px 0px 140px 0px;
}
.page-id-1441 .inside-article h1,
.page-id-1442 .inside-article h1,
.page-id-1443 .inside-article h1 {
  padding-top: 140px;
}
.page-id-1441 .is-large.wc-block-cart,
.page-id-1441 .wc-block-cart__submit {
  margin-bottom: 0;
}
.page-id-1443.woocommerce-account .addresses .title .edit {
  float: left;
}
.woocommerce-MyAccount-navigation ul li:before,
.woocommerce-order-received.page-id-1442 ul li:before,
.woocommerce-MyAccount-content ul.woocommerce-error li:before {
  display: none;
}
.woocommerce-MyAccount-content ul.woocommerce-error {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 10px 20px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 22px;
  line-height: 26px;
  font-family: "LondrinaSolid Regular";
}
.single.single-product .product .flex-control-nav.flex-control-thumbs {
  display: flex !important;
  flex-wrap: wrap;
}
.single.single-product.product .flex-control-nav.flex-control-thumbs li {
  width: 20% !important;
  float: none !important;
}
.single.single-product .product p.price {
  color: var(--contrast-2) !important;
  margin-top: 20px;
  font-size: 24px !important;
  line-height: 28px !important;
}
.single.single.single-product .woocommerce-variation-price p.price {
  color: var(--contrast-2) !important;
}
.single.single-product .product form.cart .variations {
  margin-bottom: 20px !important;
} 
.single.single-product .product form.cart .variations tr th {
  text-align: left !important;
  padding: 0 !important;
  vertical-align: middle !important;
}
.single.single-product .product form.cart .variations tr td {
  padding: 0 !important;
}
.single.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button.button,
.single.single-product .single_add_to_cart_button.button {
  background-color: var(--contrast) !important;
}
.single.single-product .product_meta span {
  font-size: 18px;
  line-height: 24px;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper > ul > li.active {
  background-color: var(--contrast-2) !important;
  transition: 0 !important;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper > ul > li {
  background-color: var(--contrast) !important;
  transition: 0 !important;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper > ul > li > a,
.single.single-product .woocommerce-tabs.wc-tabs-wrapper > ul > li.active > a {
  color: #fff !important;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2,
.woocommerce-order-received.page-id-1442 h2,
.woocommerce-MyAccount-content h2 {
  font-size: 50px;
  line-height: 54px;
}
.woocommerce-MyAccount-content h2 {
  margin-bottom: 15px;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes th {
  border: 1px solid var(--contrast) !important;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes td {
  padding: 0 5px;
  border-top: 1px solid var(--contrast) !important;
  border-right: 1px solid var(--contrast) !important;
  border-bottom: 1px solid var(--contrast) !important;
}
.single.single.single-product .related.products {
  margin-top: 100px;
}
.single.single-product .product div.images {
  margin-bottom: 100px !important;
}
.wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}
.wc-block-components-title.wc-block-components-title {
  font-size: 40px !important;
  line-height: 50px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-left: 0 !important;
}
.wc-block-components-checkout-place-order-button__text,
.wc-block-components-button__text {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: "LondrinaSolid Regular";
}
.wc-block-components-button {
  text-decoration: none !important;
}
.wc-block-components-button:hover,
.wc-block-components-button:focus,
.wc-block-components-button:active {
  outline: none !important;
  box-shadow: none !important;
}
.kontakt-hero-box {
  background: rgba(248, 247, 243, 0.2);
  opacity: 1;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: relative;
}
.kontakt-hero-box a:hover {
  text-decoration: none;
}
.smartcrawl-breadcrumbs {
  position: absolute;
  bottom: 40px;
}
.smartcrawl-breadcrumb a,
.smartcrawl-breadcrumb,
.smartcrawl-breadcrumb strong {
  color: var(--white);
  line-height: 24px;
  text-shadow: 0px 0px 20px #185329;
  font-family: "Epilogue Regular";
  font-weight: 400;
}
.smartcrawl-breadcrumb strong {
  text-decoration: underline;
}
.smartcrawl-breadcrumb a {
  text-decoration: none;
}
.smartcrawl-breadcrumb-separator,
.smartcrawl-breadcrumb a:hover {
  color: var(--white);
}
.single_job_listing .application .application_button {
  padding: 10px 20px !important;
  min-width: 160px;
  margin: 0 !important;
  font-size: 16px;
}
.single_job_listing .application:last-child {
  margin-bottom: 0;
}
.single.single-job_listing .featured-image {
  display: none;
}
ul.job-listing-meta.meta {
  display: flex;
  gap: 24px;
}
.single_job_listing ul.job-listing-meta.meta li {
  margin: 10px 0 0 0;
  padding: 0 0px 0 25px;
  position: relative;
  color: var(--contrast) !important;
}
.single_job_listing ul.job-listing-meta.meta li:before {
  position: absolute;
  top: 0;
  left: 2px;
  line-height: 15px;
  margin-left: 0;
}
.single_job_listing ul.job-listing-meta.meta .job-type {
  display: none;
}
.single_job_listing ul.job-listing-meta.meta li a {
  color: var(--contrast) !important;
}
.single_job_listing ul.job-listing-meta.meta li a:hover {
  color: var(--accent) !important;
}
.job-link a {
  width: 160px !important;
  padding: 10px 20px !important;
}
.job-link a:hover {
  background-color: var(--contrast) !important;
  color: var(--white) !important;
}
.job-link {
  margin-top: 64px;
}
ul.job_listings {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -40px !important;
  position: relative;
  border: 0;
}
ul.job_listings li {
  display: flex;
  width: 50%;
  padding-left: 40px !important;
  row-gap: 20px;
  border-bottom: 0 !important;
}
ul.job_listings li:before {
  display: none !important;
}
ul.job_listings .job-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  background: var(--contrast-3);
}
.job_listings {
  margin-bottom: 0 !important;
}
.job_listings img {
  height: 400px;
  object-fit: cover;
}
.job_listings .job-type {
  font-size: 24px;
  line-height: 24px;
  color: var(--contrast);
}
.produkt.type-produkt {
  display: flex;
  gap: 40px;
}
.produkt.type-produkt .entry-content,
.produkt.type-produkt .entry-img {
  width: 50%;
}
.produkt.type-produkt .entry-content h1 {
  margin-bottom: 40px;
}
.produkt.type-produkt .entry-img {
  display: flex;
  justify-content: end;
}
.produkt.type-produkt .entry-img-info {
  border: 24px solid var(--contrast-4);
  height: 440px;
  width: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
}
.produkt.type-produkt .entry-img-info img {
  object-fit: contain;
}
.produkt.type-produkt .entry-img-info:before,
.product-box:before {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2024/05/product-shadow.png");
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 196px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.go-back-btn {
  margin-top: 50px;
}
.go-back-btn a {
  align-items: center;
  display: inline-flex;
  color: var(--contrast);
  font-family: "LondrinaSolid Regular";
  font-size: 20px;
  gap: 15px;
}
.go-back-btn a:hover {
  text-decoration: none;
  color: var(--accent);
}
.go-back-btn a:hover svg path {
  fill: var(--accent);
}
.product-wrapper {
  margin-top: 100px;
  row-gap: 200px !important;
}
.product-box {
  border: 24px solid var(--contrast-4);
  height: 440px;
  width: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.product-box:before {
  z-index: 99;
}
.product-box figure {
  margin-bottom: 0;
}
.product-box figure,
.product-box h3,
.product-box .wp-block-read-more {
  position: relative;
  z-index: 999;
}
.product-box a.wp-block-button__link {
  font-size: 16px;
  line-height: 20px;
  font-family: "LondrinaSolid Regular";
  text-transform: uppercase;
  position: absolute;
  bottom: -128px;
}
.product-box h3 {
  position: absolute;
  bottom: -60px;
  background: var(--contrast);
  color: var(--white);
  width: 90%;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.product-box h3 a {
  width: 100%;
  color: var(--white);
  display: flex;
  justify-content: center;
}
.product-box h3 a:hover {
  text-decoration: none;
}
.bradcr a:last-child {
  text-decoration: underline !important;
}
.single.single-post .type-post .featured-image {
  display: none;
}
.single.single-post .single-content-post {
  padding-top: 160px;
  display: flex;
  gap: 40px;
}
.single.single-post .smartcrawl-breadcrumb a:hover {
  color: var(--accent);
}
.single.single-post .post-sidebar ul li:before {
  display: none;
}
.single.single-post .single-content-post .post-content {
  width: 70%;
}
.single.single-post .single-content-post .post-sidebar {
  width: 30%;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.single.single-post .post-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single.single-post .post-sidebar ul li {
  border-bottom: 1px solid;
  padding: 10px 0;
}
.single.single-post .post-sidebar ul li:first-child {
  padding-top: 0;
}
.single.single-post .post-sidebar ul li a {
  color: var(--contrast);
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.single.single-post .post-sidebar ul li a p {
  margin-bottom: 0;
  width: 95%;
}
.single.single-post .post-sidebar ul li a:hover {
  text-decoration: none;
  color: var(--accent);
}
.post-sidebar ul li a:hover svg path {
  stroke: var(--accent);
}
.post-sidebar ul li a svg {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.sidebar-title {
  margin-bottom: 50px;
}
.table-veran,
.table-veran td,
.table-veran table {
  border: 0 !important;
}
.table-veran td {
  padding: 0 !important;
}
.table-veran table {
  margin-bottom: 0 !important;
}
.single.single-job_listing .post-sidebar,
.single_job_listing .company {
  display: none;
}
/* .gallery-wrap .gallery-one {
    margin-bottom: 40px;
} */
/* .gallery-wrap .gallery-one figure img {
    height: 520px !important;
    object-fit: cover;
    width: 100%;
    flex: initial !important;
} */
/* .gallery-wrap .gallery-one figure {
    width: calc(48% - var(--wp--style--unstable-gallery-gap, 16px)* .83333) !important;
}
.gallery-wrap .gallery-two figure {
    width: calc(14% - var(--wp--style--unstable-gallery-gap, 16px)* .83333) !important;
} */
/* .gallery-wrap .wp-block-gallery {
    gap: 40px !important;
} */
.lb-closeContainer {
  position: absolute;
  top: -34px;
  width: 24px;
  z-index: 9999;
}
.lb-data .lb-details {
  display: none;
}
.lb-nav a {
  opacity: 0.7 !important;
}
.inner-bradcrumbs .smartcrawl-breadcrumbs {
  position: relative;
  bottom: unset;
}
.inner-bradcrumbs .smartcrawl-breadcrumb a,
.inner-bradcrumbs .smartcrawl-breadcrumb,
.inner-bradcrumbs .smartcrawl-breadcrumb strong,
.inner-bradcrumbs .smartcrawl-breadcrumb-separator {
  color: var(--contrast) !important;
  text-shadow: none;
}
.inner-bradcrumbs .smartcrawl-breadcrumb a:hover {
  color: var(--accent) !important;
}

/*Gravity Forms*/
.gform_heading,
.gform_validation_errors {
  display: none !important;
}
.gfield input:hover,
.gfield input:focus,
.gfield select:hover,
.gfield select:focus,
.gfield textarea:hover,
.gfield textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #69af4c3b !important;
}
.gfield input,
.gfield select,
.gfield textarea {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #69af4c3b !important;
  border-radius: 0 !important;
  background-color: var(--contrast-3) !important;
  border-radius: 0 !important;
}
.gfield select {
  padding: 24px 16px !important;
  height: 64px !important;
  line-height: 16px !important;
}
.gfield textarea {
  padding: 16px !important;
}
.gfield.gfield--input-type-text input,
.gfield.gfield--input-type-email input,
.gfield.gfield--input-type-phone input {
  padding: 24px 16px !important;
  line-height: 32px !important;
  height: 64px !important;
}
.gform_button.button {
  border: 0 !important;
  min-width: 160px !important;
  padding: 10px 20px !important;
  color: var(--white) !important;
  background-color: var(--contrast-2) !important;
  font-family: "LondrinaSolid Regular" !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px !important;
  line-height: 20px !important;
  border-radius: 0 !important;
  letter-spacing: 0.26px !important;
}
.gform_button.button:focus {
  box-shadow: none !important;
}
.gform_button.button:hover {
  background-color: var(--contrast) !important;
  border: 0 !important;
}
.gform-theme--foundation .gform_fields {
  column-gap: 40px !important;
}
.ginput_container.ginput_container_consent input:before {
  color: var(--contrast) !important;
}
.ginput_container.ginput_container_consent input {
  accent-color: var(--contrast) !important;
}
.gfield_description.validation_message.gfield_validation_message {
  font-size: 12px !important;
}
.gform_confirmation_message_1.gform_confirmation_message {
  font-family: "LondrinaSolid Regular" !important;
  font-size: 32px;
  line-height: 40px;
}
/*Gravity Forms*/
.product-box:hover,
.entry-img .entry-img-info:hover {
  transition: 0.3s ease-in-out;
  box-shadow: 8px 8px 10px #00000029;
}
.product-box,
.entry-img .entry-img-info {
  transition: 0.3s ease-in-out;
}
.single_job_listing .meta li:before {
  content: "•" !important;
  font-size: 50px !important;
  top: -2px !important;
}
.post-type-archive-product #page,
.tax-product_cat #page{
  padding-top: 0;
}
.woocommerce-archive-wrapper .inside-article {
  padding: 0 !important;
}
.woocommerce-archive-wrapper ul.products {
  list-style: none;
  padding: 50px 0 0 0;
  margin: 0px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 160px;
  margin-left: -20px;
}
.woocommerce-archive-wrapper ul.products li,
.single.single.single-product .related ul li {
  padding-left: 20px;
  width: 25%;
}
.woocommerce-archive-wrapper a.product-link,
.single.single.single-product .related.products a.product-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.woocommerce-archive-wrapper .product-box,
.single.single.single-product .related ul li .product-box {
  width: 100%;
  height: 100%;
}
.single.single.single-product .related ul {
  margin-top: 40px;
  list-style: none;
  padding: 50px 0 0 0;
  margin-bottom: 0px;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 120px;
  margin-left: -20px;
  column-gap: 0;
}
.woocommerce-archive-wrapper ul.products li:before,
.single.single.single-product .related.products li:before {
  display: none !important;
}
.product-image {
  z-index: 99;
}
.product-image img {
  height: 300px;
  object-fit: contain;
}
.product-price {
  font-family: "Epilogue Bold";
  font-weight: 700;
  line-height: 20px !important;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}
.product-price span.price,
.product-price small.woocommerce-price-suffix {
    line-height: 20px !important;
}
.product-information .product-add-to-cart a {
  padding: 5px 20px !important;
}
.product-information {
  position: absolute;
  bottom: -140px;
  width: 88%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 180px;
}
.product-information h3 {
  position: relative;
  bottom: unset;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  width: 100%;
  margin-bottom: 5px;
}
.post-type-archive-product.woocommerce nav.woocommerce-pagination {
  margin-top: 100px;
}
.post-type-archive-product.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  white-space: nowrap;
  padding: 0;
  border: 0;
  border-right: 0;
  margin: 0;
  justify-content: center;
  gap: 10px;
}
.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0;
  width: 32px;
  height: 32px;
}
.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li {
  color: var(--contrast) !important;
}
.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li:before {
  display: none;
}
.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li span.current,
.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: var(--contrast-2) !important;
  color: var(--white) !important;
  border-radius: 50%;
}
.before-products .woocommerce-result-count,
.before-products .woocommerce-ordering {
  margin-bottom: 0 !important;
}
.woocommerce-ordering:after {
  top: 5px !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images  {
  width: 40% !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 1px solid var(--contrast) !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: var(--contrast) !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: var(--contrast) !important;
}
.wc-block-components-checkbox input:hover,
.wc-block-components-checkbox input:focus,
.wc-block-components-radio-control input:hover,
.wc-block-components-radio-control input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-ordering {
  margin-right: 20px !important;
}
.wp-block-read-more {
    height: auto !important;
	width: auto !important;
}



@media (max-width: 1360px) and (min-width: 1024px) {
  .kontakt-hero-box {
    padding: 40px !important;
  }
  .news-info {
    padding: 0 40px;
  }
  .angebot-box {
    padding: 50px 40px !important;
  }
  .angebot-box .gb-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1380px) and (min-width: 1024px) {
  .menu.sf-menu > li > a {
    padding-left: 10px !important;
    padding-right: 11px !important;
  }
  .menu.sf-menu {
    gap: 10px;
  }
}

/*Tablet*/
@media (max-width: 1120px) {
  button.menu-toggle {
    background-color: transparent !important;
    padding: 0 0px 0 0 !important;
  }
  button.menu-toggle .gp-icon svg {
    width: 25px !important;
    height: 25px !important;
  }
  .site-header .header-image {
    width: 140px;
  }
  .sticky-navigation-transition .menu-toggle {
    line-height: initial !important;
  }
  .sticky-nav-scrolling-up .menu.sf-menu {
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
  .main-nav .menu.sf-menu {
    padding-top: 30px;
  }
  .menu.sf-menu > li > a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 0;
    background: none;
    background-size: initial;
    font-family: "LondrinaSolid Regular";
    font-size: 20px;
    background-color: transparent !important;
  }
  .menu.sf-menu > li > a:focus,
  .menu.sf-menu > li:hfocus > a {
    background-color: transparent !important;
  }
  .menu.sf-menu > li > a:hover,
  .menu.sf-menu > li:hover > a {
    background-color: transparent !important;
    color: var(--accent) !important;
  }
  .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--accent) !important;
  }
  .banner h2 {
    bottom: 50px;
  }
  .hero-section-inner {
    height: 40dvh;
  }
  .hero-section-inner .hero-wrapper:before,
  .hero-section-inner .hero-wrapper:after {
    height: calc(100% - 150px);
  }
  .archive header.site-header:after,
  .single header.site-header:after,
  .inner-blur:after {
    bottom: -80px;
    height: 80px;
  }
  .hero-section-home {
    height: 70dvh;
    max-height: 1024px;
  }
  .archive .site.grid-container.container,
  .single.single-job_listing .site.grid-container.container,
  .single.produkt-template-default .site.grid-container.container,
  .single.single-post .single-content-post {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer-social .wp-block-social-links {
    justify-content: start;
  }
  .footer-top p,
  .footer-menu ul li a {
    line-height: 25px;
  }
  .kontakt-map iframe {
    height: 400px;
    width: 100%;
  }
  .news-box figure img {
    height: 400px;
  }
  .news-info {
    padding: 0 20px;
  }
  ul.job_listings {
    flex-direction: column;
    margin-left: -30px !important;
    row-gap: 20px;
  }
  ul.job_listings li {
    display: flex;
    width: 100%;
    padding-left: 30px !important;
  }
  .job_listings img {
    height: 300px;
  }
  ul.job_listings .job-info {
    justify-content: space-around;
    width: 100% !important;
  }
  .job-link {
    margin-top: 0;
  }
  .single.single-post .single-content-post .post-content,
  .single.single-post .single-content-post .post-sidebar {
    width: 100%;
  }
  .single.single-post .single-content-post {
    flex-direction: column;
    gap: 50px;
  }
  .single.single-post .single-content-post .post-sidebar {
    align-items: flex-start !important;
  }
  .sidebar-title {
    margin-bottom: 30px;
  }
  .single .site.grid-container.container {
    padding: 0 40px 80px 40px;
  }
  .gallery-wrap .gallery-one figure img {
    height: 300px !important;
  }
  .gallery-wrap .wp-block-gallery {
    gap: 30px !important;
  }
  .gallery-wrap .gallery-one {
    margin-bottom: 30px;
  }
  .product-wrapper {
    margin-top: 60px;
    row-gap: 150px !important;
  }
  .produkt.type-produkt {
    gap: 20px;
    width: 50% !important;
  }
  .product-box {
    height: 350px;
  }
  .product-box h3 {
    bottom: -50px;
    height: 70px;
    line-height: 70px;
  }
  .product-box a.wp-block-button__link {
    bottom: -110px;
  }
  .product-box figure {
    text-align: center;
  }
  .product-box figure img,
  .single-produkt .produkt.type-produkt .entry-img-info img {
    width: 80%;
  }
  .single-produkt .produkt.type-produkt {
    width: 100% !important;
  }
  .single-produkt .produkt.type-produkt .entry-img-info {
    height: 370px;
    width: 370px;
  }
  .footer-bottom .wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-justify: flex-start;
  }
  .auto-hide-sticky .navigation-branding {
    margin-left: 0 !important;
  }
}

/*Mobile*/
@media (max-width: 768px) {
  .cta-wrap h2 {
    text-align: center;
  }
  .cta-wrap .wp-block-button,
  .cta-wrap .wp-block-image .alignright {
    margin: 0 auto !important;
  }

  .auto-hide-sticky.is_stuck {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .produkt.type-produkt .entry-content {
    order: 2;
  }
  .single-produkt .produkt.type-produkt .entry-content h1 {
    margin-bottom: 25px;
  }
  .produkt.type-produkt .entry-img {
    justify-content: center;
    order: 1;
  }
  .produkt.type-produkt .entry-content,
  .produkt.type-produkt .entry-img {
    width: 100%;
  }
  .single-produkt .produkt.type-produkt {
    gap: 40px;
    flex-direction: column;
  }
  .produkt.type-produkt {
    gap: 20px;
    width: 100% !important;
  }
  .gform-theme--foundation .gform_fields {
    column-gap: initial !important;
    row-gap: 20px;
  }
  .single .site.grid-container.container {
    padding: 0 0px 80px 0px;
  }
  .hero-section-inner.hero-section-inner-with-contact {
    height: 65dvh;
  }
  .job_listings img {
    height: 200px;
  }
  .sticky-nav-scrolling-up button.menu-toggle {
    background-color: transparent !important;
    /* padding: 0 30px 0 0 !important; */
  }
  .sticky-nav-scrolling-up .navigation-branding {
    margin-left: 0 !important;
  }
  .sticky-nav-scrolling-up .menu.sf-menu > li > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .site-header .header-image {
    width: 100px;
  }
  .menu.sf-menu > li > a {
    font-size: 18px;
  }
  .menu.sf-menu li a {
    line-height: 40px !important;
  }
  .menu.sf-menu > li {
    height: 40px;
  }
  .main-navigation.sticky-navigation-transition .navigation-branding img {
    height: 80px;
  }
  .archive .site.grid-container.container,
  .single.single-job_listing .site.grid-container.container,
  .single.produkt-template-default .site.grid-container.container,
  .single.single-post .single-content-post {
    padding: 80px 30px;
  }
  .banner h2 {
    bottom: 15px;
  }
  ul.job_listings .job-info {
    padding-left: 15px;
  }
  .job_listings .job-type {
    font-size: 16px;
    line-height: 20px;
  }
  .job-link a {
    height: 35px;
    width: 160px !important;
    padding: 10px 15px !important;
    line-height: 20px !important;
  }
  .position h3 {
    font-size: 22px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
  }
  .slider-r > .gb-container > .gb-grid-wrapper > .gb-grid-column:first-child {
    order: 2;
  }
  .wp-block-gallery.has-nested-images
    figure.wp-block-image:not(#individual-image) {
    width: 100% !important;
  }
  .smartcrawl-breadcrumbs {
    bottom: 10px;
  }
  .smartcrawl-breadcrumb a,
  .smartcrawl-breadcrumb,
  .smartcrawl-breadcrumb strong {
    font-size: 14px;
  }
  .hero-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 390px) {
  .hero-section-home {
    height: 80dvh;
    max-height: 844px;
  }
  .hero-section-home:before {
    background-image: url(/wp-content/uploads/2024/06/DJI_0405-Bearbeitet-mobile.webp) !important;
  }
  .hero-section-inner.hero-section-inner-with-contact {
    height: 75dvh;
    max-height: 844px;
  }
  .hero-section-inner {
    height: 46dvh;
    max-height: 844px;
  }
}
