@charset "UTF-8";

/*
Theme Name: Hauptlicht-Theme
Author: 2code
Description: Hauptlicht
Version: 1.0.1
Text Domain: Hauptlicht-theme
Tags: Hauptlicht
*/
.icon-facebook:before {
  font-family: dashicons;
  display: block;
  content: "\f09a";
}

/*--------------------*/
/*      General       */
/*--------------------*/

:root {
  --main-color: #aa9f8e;
  --main-color-hover: #8a7f6e;
  --header-color: #545859;
  --post-background-color: #eeeeee;
  --dark: black;
  --light-gray: #b2b4b4;
}

:focus-visible {
  outline: none;
}

html {
  width: 100%;
  max-width: 100%;
  color: var(--header-color);
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--post-background-color) !important;
  color: var(--header-color);
  height: fit-content;
  width: 100%;
  max-width: 100%;
  /* overflow-x: hidden; */
  -webkit-tap-highlight-color: var(--main-color) !important;
}

h1,
h2,
h3,
p {
  color: var(--header-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rokkitt";
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: none;
  color: white;
}

.maincontent {
  z-index: 101;
  position: relative;
  height: 100%;
  /* margin-left: 250px; */
  min-height: 100vh;
  height: fit-content;
  max-width: 100%;
  width: 100%;
}

.maincontent a:not(.image__item-link) {
  color: var(--main-color);
}

.maincontent a:not(.image__item-link, .cross-sell-card__image):hover {
  /* color: var(--main-color-hover); */
  filter: brightness(70%);
}

/* ::-webkit-details-marker {
  display: none;
} */

hr {
  margin-top: 0;
  height: 1px;
  border: 0;
  border-bottom: 1px dotted black;
}

/*--------------------*/
/*        Menu        */
/*--------------------*/

/* .sidebar {
  position: relative;
} */

/* header {
  width: 250px;
  background-color: var(--header-color);
  z-index: 10;
  color: white;
  height: 100vh;
  position: fixed;
}

header::before,
header::after {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  z-index: 20;
  width: 7px;
  width: 0.38889rem;
  left: 24px;
  left: 1.33333rem;
}

header::before {
  content: "";
  background-color: #464a4d;
  background-size: 1px 144px;
  background-repeat: repeat-x;
  background-image: linear-gradient(var(--main-color) 50%, #464a4d);
}

header::after {
  content: "";
  background-image: linear-gradient(var(--header-color) 5%,
      var(--header-color) 91.66%,
      transparent 91.66%,
      transparent);
  background-size: 1px 12px;
} */

.custom-logo {
  width: auto;
  height: 86px !important;
}

/* .mobile-menu {
  display: none;
} */

/* .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - (48px * 2 + 86px));
} */

.menus {
  padding: 0 24px 0 48px;
}

.current-menu-parent > a,
.current-menu-item > a {
  color: var(--main-color) !important;
}

.main-menu {
  padding-left: 24px;
}

.main-menu .menu-item:not(.sub-menu .menu-item):first-child {
  border-top: 1px solid #333638;
}

.main-menu .menu-item:hover > a,
.main-menu .menu-item:hover.menu-item-has-children::after {
  color: var(--main-color) !important;
}

.main-menu .menu-item:not(.sub-menu .menu-item) {
  border-bottom: 1px solid #333638;
  /* font: normal normal 600 13px / 24px 'Lora'; */
  font: normal normal normal 13px / 24px "Slabo 13px";
  letter-spacing: 3px;
  padding: 12px 24px;
  overflow: hidden;
  width: 100%;
}

.main-menu .menu-item:not(.sub-menu .menu-item) a {
  display: block;
}

.main-menu .menu-item.menu-item-has-children {
  position: relative;
}

.main-menu .menu-item.menu-item-has-children::after {
  content: "";
  border: 5px solid transparent;
  border-top-color: #4d4d4d;
  position: absolute;
  top: 22px;
  right: 12px;
}

.main-menu .sub-menu {
  max-height: 0;
  padding-left: 0;
  transition:
    max-height 0.3s linear,
    margin-top 0.3s linear,
    opacity 0.2s linear;
  list-style-type: none;
  overflow: hidden;
  margin-top: 0;
}

.sub-menu a {
  font-size: 11px;
}

.main-menu .menu-item:hover .sub-menu {
  max-height: 600px;
  transition:
    max-height 0.5s linear,
    margin-top 0.1s linear;
  margin-top: 12px;
}

.main-menu .menu-item .sub-menu .menu-item a {
  margin: 6px 0 12px 12px;
  line-height: 16px;
}

.main-menu .menu-item .sub-menu .menu-item:last-child a {
  /* margin-bottom: 0; */
}

.main-menu .sub-menu .menu-item a {
  /* color: #a7a7a7; */
  color: var(--light-gray);
}

.main-menu .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}

.second-menus > nav .navbar-nav {
  flex-direction: column;
}

.second-menus > nav .menu-item {
  padding: 3px;
}

.second-menus > nav .menu-item > a {
  color: var(--light-gray) !important;
  font: normal normal normal 13px / 24px "Slabo 13px";
}

/*--------------------*/
/*     Menu icons     */
/*--------------------*/

.social-icons {
  height: fit-content;
  /* margin-bottom: 24px; */
}

.icon-menu .navbar-nav {
  display: flex;
  flex-direction: row;
}

.icon-menu .menu-item {
  width: fit-content;
}

/* .icon-menu a {
  font-size: 0 !important;
}

.icon-menu a[href*="facebook"]:before,
.icon-menu a[href*="instagram"]:before,
.icon-menu a[href*="500px"]:before,
.icon-menu a[href*="twitter"]:before {
  color: #545859;
  margin-inline: 7px;
  font-family: "Font Awesome 5 Brands";
  display: block;
  font-size: 18px;
  width: fit-content;
}

.icon-menu a[href*="facebook"]:before {
  content: "\f082";
  margin-left: 5px;
}

.icon-menu a[href*="instagram"]:before {
  content: "\f16d";
}

.icon-menu a[href*="500px"]:before {
  content: "\f26e";
}

.icon-menu a[href*="twitter"]:before {
  content: "\f099";
}

.icon-menu a:hover:before {
  color: var(--main-color);
} */

/*--------------------*/
/*       Masonry      */
/*--------------------*/

.masonry {
  display: flex;
  flex-flow: column wrap;
  max-width: 100%;
}

.masonry-item .entry__featured-image img {
  max-width: 100%;
  height: auto;
}

.masonry-row {
  display: block;
  margin: 0 auto;
  width: 100%;
  clear: both;
}

.masonry-item,
.block-item {
  opacity: 0;
  position: relative;
  float: left;
  margin: 21px;
  box-sizing: border-box;
  width: 23%;
  overflow: hidden;
}

.mosaic {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  flex-wrap: wrap;
}

.mosaic__item.title div {
  position: relative;
  height: 100%;
  background-color: rgba(189, 177, 166, 0.7);
}

.mosaic__item.title h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.mosaic__item {
  width: 16.66666666%;
  /* width: 25%; */
  overflow: hidden;
  float: left;
  position: relative;
}

.image__item-link {
  position: relative;
  display: block;
  width: 100%;
  color: white;
}

.image__item-wrapper {
  padding-top: 150%;
  position: relative;
  padding-top: 55%;
  overflow: hidden;
}

.image__item-meta {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(189, 177, 166, 0.7); */
  background-color: rgba(170, 159, 142, 0.7);
  /* background-color: var(--main-color); */
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.image_item-cell--top {
  position: absolute;
  top: 0;
  left: 0;
}

.image_item--block {
  display: block;
  text-align: left;
  color: black;
  padding: 24px;
  padding: 1.33333rem;
}

.image_item-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.image_item-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.mosaic__item .image__item-wrapper {
  padding-top: 150%;
}

.image_item-title {
  float: left;
  /* font: normal normal normal 27px / 36px 'Rokkitt'; */
  font: normal normal normal 27px / 36px "Slabo 13px";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f2f2f2;
  text-align: left;
}

.image_item-cell--bottom {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mobile .image_item--block {
  padding: 5px;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 90%,
    rgba(0, 0, 0, 0.9)
  );
}

.mobile .image_item-title {
  line-height: 27px;
}

/*--------------------*/
/*   Masonry Mobile   */
/*--------------------*/

.mobile .image__item-meta {
  opacity: 1;
  background-color: transparent;
}

.mobile .image_item-cell {
  top: initial;
  bottom: 0;
}

.mobile .image_item-cell h3 {
  /* color: white !important; */
}

.mobile .image_item-cell--bottom {
  opacity: 0;
}

/*--------------------*/
/*        idk         */
/*--------------------*/

.news-item {
  width: 25%;
  margin: 0 0 0 0;

  padding-inline: 0.6rem;
  border-right: black solid 1px;
}

.block-item,
.left-right-animation {
  opacity: 1;
  overflow: hidden;
}

.entry__header hr {
  margin-left: 0px;
}

.article-timestamp__date {
  display: block;
  float: left;
  font-weight: 300;
  color: var(--dark);
  font: normal normal normal 32px / 32px "Rokkitt";
}

.article-timestamp__date:after {
  content: "/";
  font-size: 0.9em;
  color: var(--dark);
  padding-left: 0.1em;
}

.article-timestamp__right-box {
  display: block;
  float: left;
  font-size: 0.39em;
  position: relative;
  top: 0.35em;
  left: 0.3em;
  font: normal normal normal 13px / 13px "Rokkitt";
}

.article-timestamp__month,
.article-timestamp__year {
  display: block;
}

.article-timestamp {
  font-size: 2rem;
  display: block;
  float: left;
  margin: 24px 0 0 24px;
  margin: 1.33333rem 0 0 1.33333rem;
}

.entry__title {
  clear: both;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 24px;
  margin-right: 1.33333rem;
  padding: 12px 0 12px 24px;
  padding: 0.66667rem 0 0.66667rem 1.33333rem;
}

.halfsite {
  padding-left: 48px;
}

.custom-menu-class {
  flex: 100%;
}

.navbar {
  padding: 0;
}

#footer a {
  font-size: 0.72222rem;
  line-height: 1.84625;
  color: var(--light-gray);
  padding: 3px;
  font-family: Lora;
  font-weight: 400;
  font-size: 13px;
}

/*--------------------*/
/*        Slider      */
/*--------------------*/

.slider-pagination,
.modal-pag {
  color: white;
  display: inline-flex;
  z-index: 100;
  position: absolute;
  margin: 3vw;
  right: 0;
  bottom: 0;
}

.pagination-posts {
  padding: 0 1.33333rem 1.33333rem;
  position: sticky;
  float: right;
  z-index: 100;
  margin-top: -65px;
}

.page-numbers a:hover {
  background-color: var(--post-background-color);
}

a.next,
a.prev {
  padding: 12px 24px;
  font-size: 18px;
  color: black;
  background: white;
}

.next,
.prev {
  z-index: 100;
  position: relative;
  border: none;
  background-color: initial;
}

.prev {
  margin-right: 24px;
}

.next {
  margin-left: 24px;
}

.modal-pag {
  display: flex;
  position: relative;
  margin: 0;
}

.orientation {
  display: flex;
  width: max-content;
}

.image-slider {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
  animation:
    slidein 0.45s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
    fadein 0.45s 0.15s ease-in-out forwards;
}

.image-slider.fullscreen {
  height: 100vh;
}

.slick-slider {
  height: 100%;
}

.slick-track,
.slick-list {
  height: 100%;
}

/* Setze die Höhe der Slides auf 100% */
.slick-slide {
  object-fit: cover;
  cursor: grab;
}

.slick-slide:active {
  cursor: grabbing;
}

.nav-btn {
  border: none;
  background-color: initial;
  font-size: 30px;
}

.nav-btn span,
.imagenumber,
.next span,
.prev span {
  color: white;
  font-size: 45px;
  display: initial;
}

.imagenumber {
  margin-inline: 20px;
  /* font-size: 40px; */
  font: normal normal normal 40px / 1 "Lora";
}

.imagenumber span,
.total-images {
  left: -5px;
  position: relative;
  /* font-size: 20px; */
  bottom: 15px;
  font: normal normal normal 20px / 1 "Lora";
}

.imagenumber::first-letter {
  color: var(--main-color);
}

/* custom collapse */
.goleft {
  animation: left 0.6s forwards;
}

@keyframes left {
  0% {
    left: 0;
  }

  100% {
    left: -75%;
  }
}

.goright {
  animation: right 0.6s forwards;
}

@keyframes right {
  0% {
    left: -75%;
  }

  100% {
    left: 0;
  }
}

button.toggle {
  float: right;
  display: block;
  width: 95px;
  width: 5.27778rem;
  height: 72px;
  height: 4rem;
  padding: 12px 17px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  font-size: 42px;
  font-size: 2.33333rem;
  line-height: 1.14296;
  text-align: center;
  cursor: pointer;
  color: var(--header-color);
  transition: color 0.4s ease-in-out;
}

.main-menu .navbar-nav > li > a {
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.full-image {
  opacity: 0;
  /* margin-left: -50px; */
  position: relative;
  animation:
    slidein 0.45s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
    fadein 0.45s 0.15s ease-in-out forwards;
}

h1 {
  opacity: 0;
  position: relative;
  animation:
    slidein 0.45s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
    fadein 0.45s 0.15s ease-in-out forwards;
}

.text-box {
  border-bottom: var(--header-color) solid 1px;
}

.topfadeout {
  position: relative;
  animation:
    slideout 0.45s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
    fadeout 0.45s 0.15s ease-in-out forwards;
}

.topfadein {
  position: relative;
  animation:
    slidein 0.45s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
    fadein 0.45s 0.15s ease-in-out forwards;
}

.entry__meta {
  padding: 24px;
}

.image__item-wrapper img {
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
  height: 100%;
  max-width: 101%;
  object-fit: cover;
  transition:
    width 0.3s ease-in-out,
    opacity 0.3s ease-in-out,
    left 0.3s ease-in-out;
}

img.mosaic-item-img {
  left: -100%;
}

.news {
  background-color: white;
}

.m-col-0 {
  /* margin-top: 1.3rem; */
}

.news-item:not(.m-col-0 .news-item) {
  padding-top: 20px;
}

.topfadein:after {
  content: "";
  border-right: black solid 1px;
  position: absolute;
  height: 100%;
  width: 100%;
}

.image_item-categories {
  border-left-width: 0;
  margin-bottom: 0;
  text-align: left;
  padding: 0;
  display: flex;
  font: normal normal normal 16px / 24px "Slabo 13px";
  flex-wrap: wrap;
}

.image_item-category {
  white-space: nowrap;
  margin-left: 6px;
}

.image_item-category:not(:last-child)::after {
  content: "|";
  margin-left: 6px;
  display: block;
}

.image_item-categories > li {
  display: flex;

  zoom: 1;
}

.image_item-categories::after {
  content: "";
  display: table;
  clear: both;
}

.entry__content {
  word-break: break-word;
  padding: 0 0 0 24px;
  padding: 0 0 0 1.33333rem;
  margin-right: 24px;
  margin-right: 1.33333rem;
}

.single .image-slider {
  background-color: var(--dark);
  height: 100vh;
}

.single .image-slider.inline .slick-slide {
  object-fit: cover;
}

.fullscreen img {
  width: 90vw;
}

.single .image-slider.withmargin .slick-slide {
  /* object-fit: contain; */
}

.image-slider.withmargin img {
  /* margin-inline: 155px;
    max-width: 800px; */
  margin: 0 5vw;
  max-width: 50vw;
  object-fit: contain;
}

.single .image-slider.inline img {
  max-width: 949px;
}

.masonry-image-wrapper img,
.modal-img {
  object-fit: cover;
}

.modal-img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.modal-centered {
  position: relative;
  max-height: 80vh;
  top: 50%;
  transform: translateY(-50%);
}

.current-image-index {
  font-size: 42px;
  color: white;
  font: normal normal normal 42px / 1 "Lora";
}

.masonry-image-wrapper,
.title-wrapper,
.own-image {
  position: relative;
  /* left: -100%; */
  transition: left 0.3s ease-out;
}

.hover:hover::before,
.hover:hover::after {
  opacity: 1;
}

.title-wrapper {
  background-color: rgba(189, 177, 166, 0.7);
  position: relative;
  padding-block: 25%;
  width: 100%;

  vertical-align: middle;
  text-align: center;
}

.title-wrapper h1 {
  opacity: 1;
  padding: 0 12px;
  animation: none;

  /* font: normal normal normal 36px / 36px 'Rokkitt'; */
  font: normal normal bold 36px / 36px "Lora";
  color: var(--main-color);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.hover::after {
  z-index: 100;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);

  content: "+";
  font-size: 50px;

  text-align: center;
  width: 100%;
  color: white;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;

  font-size: 5em;
  font-family: Lora;
  font-weight: 300;
}

.hover::before {
  z-index: 100;
  position: absolute;
  display: block;

  content: "";

  text-align: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  background-color: rgba(189, 177, 166, 0.7);
}

.block-item:not(.block-item:last-child):hover::before,
.masonry-image-wrapper:not(.title-wrapper):hover::before {
  opacity: 1;
}

body:not(.single) img:not(.cookie-logo)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 0, 0.5);
  /* Gelb mit 50% Transparenz */
}

.own-wrapper {
  width: 100%;
}

/* Style für die Modal-Box */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Style für die Modal-Inhalte */
.modal-content {
  margin: auto;
  display: block;
  width: fit-content;
  max-width: 1141px;
  background-color: initial;
}

.modal-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.modal-descr p {
  margin-bottom: 0;
  color: white;
  font:
    normal normal normal 13px / 18px "Slabo 13px",
    serif;
}

.modal-descr a {
  color: var(--main-color);
  font: normal normal bold 14px / 18px "Lora";
}

.modal-descr a:hover {
  /* color: var(--main-color); */
  filter: brightness(70%);
}

.modal-pag {
  float: right;
  display: inline-flex;
  width: max-content;
  height: max-content;
}

/* Style für den Schließen-Button */
.close {
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  float: right;
  color: white;
}

.close:hover,
.close:focus {
  color: var(--light-gray);
  text-decoration: none;
  cursor: pointer;
}

.image-row {
  display: flex;
  width: 100%;
}

.own-image img {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}

.by {
  /* float: right; */
  color: white;
  font-family: Lora;
  font-weight: 400;
  font-size: 0.72222rem;
  line-height: 1.84625;
  /* margin-bottom: 25px; */
  text-align: right;
  margin-bottom: 0;
}

@keyframes slidein {
  0% {
    transform: translate3d(0, 3rem, 0);
  }

  100% {
    transform: none;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideout {
  0% {
    transform: none;
  }

  100% {
    transform: translate3d(0, -3rem, 0);
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes topfadeout {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    opacity: 0;
    top: -100px;
  }
}

/*--------------------*/
/*        Page        */
/*--------------------*/

.page-title {
  /* font: normal normal 500 48px / 48px 'Rokkitt'; */
  font: normal normal 600 48px / 48px "Lora";
  color: var(--main-color);
  padding: 36px 0 36px 48px;
  letter-spacing: 3px;
}

body:not(.single-gallery):not(.page-template-page-halfsite) .content {
  padding-left: 48px;
}

body:not(.single-gallery) .content p {
  font: normal normal normal 16px / 26px "Slabo 13px";
}

body:not(.single-gallery) .content p strong {
  font: normal normal bold 16px / 26px "Lora";
}

hr.first-hr {
  opacity: 1;
  border-color: black;
}

/*--------------------*/
/*     Blog / News    */
/*--------------------*/
.blog .masonry {
  padding-left: 0.6rem;
  padding: 24px;
}

.blog .masonry .news-item:first-child {
  padding-left: 0;
}

.blog .masonry .news-item:last-child {
  padding-right: 0;
  border: none;
}

.blog .isotope-grid {
  padding: 20px;
}

.blog .isotope-item {
  width: calc(25% - 25px);
  margin-bottom: 20px;
}

.blog .main .entry__header h2 a {
  /* font: normal normal 500 36px / 1 'Rokkitt'; */
  font: normal normal 500 36px / 1 "Slabo 27px";
  letter-spacing: 3px;
}

.blog .main .entry__content p {
  font: normal normal normal 16px / 26px "Slabo 13px";
}

.blog .main .image_item-category a {
  font: normal normal normal 16px / 26px "Slabo 13px";
}

.blog .isotope-item:not(:nth-child(4n)) {
  /* border-right: 1px solid black; */
}

/*--------------------*/
/*       Single       */
/*--------------------*/

/*--------------------*/
/*   Single Gallery   */
/*--------------------*/

.single-gallery .isotope-grid {
  padding: 20px;
}

.single-gallery .isotope-item {
  width: calc(25% - 25px);
  margin-bottom: 20px;
}

.single-gallery .mobile .isotope-item-wrapper.hover::before,
.single-gallery .mobile .isotope-item-wrapper.hover::after {
  all: initial;
}

/*--------------------*/
/*    Single left     */
/*--------------------*/
.single-post .left {
  /* padding-right: 24px; */
}

.single-post .post-featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 720px;
}

.single-post .post-date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 36px;
}

.single-post .post-date p {
  margin-bottom: 0;
}

.single-post .post-date .post-day p {
  color: var(--main-color);
  font: normal normal normal 48px / 48px "Rokkitt";
  margin-right: 7px;
}

.single-post .post-date .post-day p::after {
  color: var(--dark);
  content: "/";
  font: normal normal 300 43px / 43px "Rokkitt";
}

.single-post .post-date .post-month-year {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-post .post-date .post-month-year p {
  font: normal normal 500 18px / 16.8px "Rokkitt";
  text-transform: uppercase;
}

.single-post .post-title {
  padding: 36px 0;
}

.single-post .post-title h1 {
  /* font: normal normal 700 48px / 48px 'Rokkitt'; */
  font: normal normal bold 48px / 48px "Lora";
  color: var(--main-color);
  letter-spacing: 3px;
}

.single-post img + .wp-element-caption {
  /* font: italic normal normal 16px / 21px 'Slabo 13px'; */
  font: italic normal normal 16px / 21px "Rokkitt";
}

.single-post img + .wp-element-caption::before {
  content: "\2014";
  margin-right: 3px;
}

.single-post .post-body h1 {
  /* font: normal normal normal 42px / 48px 'Rokkitt'; */
  font: normal normal bold 42px / 48px "Lora";
  color: var(--main-color);
  animation: none;
  opacity: 1;
}

.single-post .post-body h2 {
  /* font: normal normal normal 36px / 36px 'Rokkitt'; */
  font: normal normal normal 36px / 36px "Slabo 27px";
}

.single-post .post-body h3 {
  font: normal normal bold 27px / 32px "Lora";
}

.single-post .post-body h4 {
  font: normal normal bold 24px / 28px "Lora";
}

.single-post .post-body h5 {
  font: normal normal normal 20px / 24px "Slabo 13px";
  text-transform: uppercase;
  letter-spacing: 3px;
}

.single-post .post-body h6 {
  font: normal normal bold 16px / 24px "Lora";
}

.single-post .post-body p,
.single-post .post-body a {
  font: normal normal normal 16px / 26px "Slabo 13px";
}

.single-post .post-body a {
  color: var(--main-color);
}

.single-post .post-body a:hover {
  filter: brightness(70%);
}

.single-post .post-footer {
  margin: 48px 0 0 0;
}

.single-post .post-footer .post-tags {
  margin-bottom: 24px;
}

.single-post .post-footer .post-categories p,
.single-post .post-footer .post-tags p {
  /* font: italic normal normal 14px / 24px 'Slabo 13px'; */
  font: italic normal normal 14px / 24px "Rokkitt";
  margin-bottom: 0;
}

.single-post .post-footer .post-categories a,
.single-post .post-footer .post-tags a {
  color: black;
  font: normal normal normal 14px / 24px "Rokkitt";
}

.single-post .post-end hr {
  background-image: url("/wp-content/themes/hauptlicht/assets/images/striped.png");
  border: none;
  height: 9px;
  opacity: 1;
  margin-bottom: 22px;
}

/*--------------------*/
/*     Text Block     */
/*--------------------*/

.text {
  animation:
    slidein 0.45s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
    fadein 0.45s 0.15s ease-in-out forwards;
  margin-bottom: 22px;
  opacity: 0;
  position: relative;
}

.text h1 {
  /* font: normal normal normal 42px / 48px 'Rokkitt'; */
  font: normal normal bold 42px / 48px "Lora";
  animation: none;
  opacity: 1;
}

.text h2 {
  /* font-size: 36px;
    font-family: 'Rokkitt';
    line-height: 36px; */
  margin-top: 36px;
  margin-bottom: 24px;
  /* font: normal normal normal 36px / 36px 'Rokkitt'; */
  font: normal normal normal 36px / 36px "Slabo 27px";
  letter-spacing: 3px;
}

.text h3 {
  font: normal normal bold 27px / 32px "Lora";
}

.text h4 {
  font: normal normal bold 24px / 28px "Lora";
}

.text h5 {
  font: normal normal normal 20px / 24px "Slabo 13px";
  text-transform: uppercase;
  letter-spacing: 3px;
}

.text h6 {
  font: normal normal bold 16px / 24px "Lora";
}

.text p {
  font: normal normal normal 16px / 26px "Slabo 13px";
}

.text p strong {
  font: normal normal bold 16px / 26px "Lora";
}

.text a {
  /* font: normal normal normal 16px / 26px 'Slabo 13px'; */
  color: var(--main-color);
}

.text a:hover {
  filter: brightness(70%);
}

/*--------------------*/
/*     Testimonial    */
/*--------------------*/

.testimonials {
  padding-top: 48;
}

.testimonial {
  display: flex;
  margin: 48px 0 24px 0;
}

.testimonial .left {
  padding-right: 12px;
}

.testimonial .dashicons-format-quote {
  font-size: 50px;
  width: 50px;
  height: 50px;
  color: var(--main-color);
}

.testimonial .testi-text {
  font: normal normal normal 20px / 24px "Rokkitt";
}

.testimonial .testi-name {
  font: normal normal normal 18px / 24px "Rokkitt";
  letter-spacing: 3px;
}

.testimonial .testi-relation::before {
  content: "-";
  margin-right: 3px;
  font: normal normal normal 18px / 24px "Slabo 13px";
}

.testimonial .testi-relation {
  font: italic normal normal 18px / 24px "Rokkitt";
}

/*--------------------*/
/*      Halfsite      */
/*--------------------*/

.page-template-page-halfsite h1 {
  padding: 36px 0 36px 48px !important;
  /* font-family: 'Rokkitt'; */
  font-family: "Lora";
  font-weight: bold;
}

.page-template-page-halfsite hr {
  opacity: 1;
}

.page-template-page-halfsite .text {
  padding-left: 48px;
}

/*---------------------*/
/*   Projekt overview  */
/*---------------------*/

.post-type-archive-projects .isotope-grid .isotope-item {
  width: 25%;
  height: 230px;
  position: relative;
  overflow: hidden;
  filter: none !important;
}

.post-type-archive-projects .mobile .isotope-grid .isotope-item::before {
  content: "";
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 90%,
    rgba(0, 0, 0, 0.9)
  );

  height: 20%;
  width: 100%;

  position: absolute;
  bottom: 0;

  z-index: 1;
}

.post-type-archive-projects .isotope-grid .isotope-item * {
  pointer-events: none;
}

.post-type-archive-projects .isotope-grid .isotope-img-wrapper {
  position: absolute;
  left: -100%;
}

.post-type-archive-projects .isotope-grid .isotope-img-wrapper,
.post-type-archive-projects .isotope-grid .isotope-img {
  width: 100%;
  height: 100%;
}

.post-type-archive-projects .isotope-grid .isotope-img {
  object-fit: cover;
}

.post-type-archive-projects .isotope-grid .isotope-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  padding: 24px;
  opacity: 0;

  transition: opacity 0.3s ease;
  z-index: 2;
}

.post-type-archive-projects .isotope-grid .isotope-item:hover .isotope-meta {
  background-color: rgba(170, 159, 142, 0.8);
  /* background-color: var(--main-color); */
  transform: translate3d(0%, 0%, 0%);
  transition: opacity 0.3s ease;
  opacity: 1;
}

.post-type-archive-projects .mobile .isotope-grid .isotope-item .isotope-meta {
  background-color: transparent;
  flex-direction: column-reverse;
  opacity: 1;
  padding: 5px;
  top: initial;
  bottom: 0;
  position: relative;
  justify-content: space-between;
}

.post-type-archive-projects .mobile .isotope-excerpt,
.post-type-archive-projects .mobile .isotope-wrapper {
  /* display: none !important; */
}

.post-type-archive-projects .mobile .isotope-title {
  color: white;
  line-height: 27px !important;
}

.post-type-archive-projects .isotope-grid .isotope-meta p {
  margin-bottom: 0;
}

.post-type-archive-projects .isotope-grid .isotope-meta .isotope-title {
  font: normal normal normal 27px / 32px "Rokkitt";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f2f2f2;
}

.post-type-archive-projects .isotope-grid .isotope-excerpt {
  /* font: italic normal normal 14px / 18px 'Lora'; */
  font: italic normal normal 14px / 18px "Rokkitt";
}

.post-type-archive-projects .isotope-grid .isotope-wrapper {
  display: flex;
  justify-content: space-between;
}

.post-type-archive-projects .isotope-grid .isotope-wrapper .dashicons {
  margin-right: 6px;
}

.post-type-archive-projects .isotope-grid .isotope-meta .isotope-terms {
  color: black;
  font: normal normal normal 13px / 24px "Lora";
}

.post-type-archive-projects .isotope-grid .isotope-meta .likes {
  color: black;

  display: flex;
  justify-content: end;

  margin-top: auto;
}

.post-type-archive-projects .isotope-grid .isotope-meta .likes p {
  color: black;
  font: normal normal bold 14px / 20px "Lora";
  margin-left: 6px;
}

.post-type-archive-projects .maincontent {
  position: relative;
}

/*--------------------*/
/*        Filter      */
/*--------------------*/

.filter-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;

  display: flex;
  flex-direction: column-reverse;

  margin: 0 36px 36px 0;
  z-index: 3;
}

.filter-wrapper .filter-button {
  display: flex;
  justify-content: space-between;
  align-items: center;

  color: black;

  border: none;
  padding: 0;

  width: 120px;
  height: 35px;
}

.filter-wrapper .filter-button i {
  background-color: white;
  position: relative;

  width: 35px;
  height: 35px;
}

.filter-wrapper:hover .filter-button i {
  /* color:var(--main-color); */
  color: black;
  background-color: white;
}

.filter-wrapper .filter-button i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filter-wrapper .filter-button p {
  /* background-color: rgba(0,0,0,0.8); */
  background-color: rgba(220, 220, 220, 0.8);
  transition: background-color 0.2s linear;
  color: black;
  margin: 0;
  flex-grow: 1;

  text-transform: uppercase;
  letter-spacing: 1.5px;

  font: normal normal normal 14px / 35px "Lora";
}

.filter-wrapper:hover .filter-button p {
  background-color: rgba(220, 220, 220, 0.8);
  transition: background-color 0.2s linear;
}

.filter-wrapper .filter-button-group {
  display: flex;
  flex-direction: column;

  max-height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: max-height 0.2s linear;

  color: black;
}

.filter-wrapper .filter-button-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.filter-wrapper .filter-button-group::-webkit-scrollbar-track {
  background: grey;
}

.filter-wrapper .filter-button-group::-webkit-scrollbar-thumb {
  background: black;
}

.filter-wrapper .filter-button-group::-webkit-scrollbar-thumb:hover {
  background: white;
}

.filter-wrapper:hover .filter-button-group {
  /* max-height: 200px; */
  max-height: calc(100vh - 71px);
  transition: max-height 0.2s linear;
}

.filter-wrapper .filter-button-group button {
  color: black;
  background-color: white;
  opacity: 1;

  font: normal normal normal 12px / 24px "Lora";
  text-align: start;

  border: none;
  padding: 2px 12px;
}

.filter-wrapper .filter-button-group button:focus-visible {
  outline: none;
}

.filter-wrapper .filter-button-group button.active {
  color: var(--main-color);
}

.filter-wrapper:hover .filter-button-group button {
  width: 100%;
}

/*----------------------*/
/*  Projekt-Detailpage  */
/*----------------------*/

.projects-template-default .maincontent {
  z-index: 0;
}

.projects-template-default .project-mobile-title {
  display: none;
}

.projects-template-default .project-gallery {
  padding: 48px 0 70px 36px;
}

.projects-template-default .project-gallery .gallery-img:not(:last-child) {
  margin-bottom: 8px;
}

.projects-template-default .project-gallery .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.projects-template-default .project-sidebar {
  color: var(--header-color);
  padding: 48px 0 0 24px;
}

.projects-template-default .project-sidebar h1 {
  /* font: normal normal normal 42px / 48px 'Rokkitt'; */
  font: normal normal bold 42px / 48px "Lora";
  color: var(--main-color);
  animation: none;
  opacity: 1;
  letter-spacing: 3px;
}

.projects-template-default .project-sidebar h2 {
  /* font: normal normal normal 36px / 36px 'Rokkitt'; */
  font: normal normal normal 36px / 36px "Slabo 27px";
}

.projects-template-default .project-title {
  /* font: normal normal normal 36px / 36px 'Rokkitt'; */
  padding: 30px 0 12px 0;
}

.projects-template-default .project-sidebar h3 {
  font: normal normal bold 27px / 32px "Lora";
}

.projects-template-default .project-sidebar h4 {
  font: normal normal bold 24px / 28px "Lora";
}

.projects-template-default .project-sidebar h5 {
  font: normal normal normal 20px / 24px "Slabo 13px";
  text-transform: uppercase;
  letter-spacing: 3px;
}

.projects-template-default .project-sidebar h6 {
  font: normal normal bold 16px / 24px "Lora";
}

.projects-template-default .project-sidebar .project-details a {
  color: var(--main-color);
  text-decoration: underline;
}

.projects-template-default .project-sidebar .project-details a:hover {
  filter: brightness(70%);
}

.projects-template-default .project-sidebar p {
  font: normal normal normal 16px / 26px "Slabo 13px";
  margin-bottom: 24px;
}

.projects-template-default .project-sidebar p strong {
  font: normal normal bold 16px / 26px "Lora";
}

.projects-template-default .project-sidebar hr {
  margin: 0 0 22px 0;
  opacity: 1;
}

.projects-template-default .project-sidebar hr.striped {
  background-image: url("/wp-content/themes/hauptlicht/assets/images/striped.png");
  border: none;
  height: 9px;
  opacity: 1;
}

.projects-template-default .project-sidebar .project-customer .row > div {
  padding: 0;
}

.projects-template-default .project-sidebar .project-customer label {
  /* font: italic normal normal 14px / 24px 'Slabo 13px'; */
  font: normal normal normal 12px / 24px "Slabo 13px";
  text-transform: uppercase;
  letter-spacing: 3px;
}

.projects-template-default .project-sidebar .project-customer .customer_name,
.projects-template-default .project-sidebar .project-customer p {
  color: var(--dark);
  /* font: normal normal normal 12px / 24px 'Rokkitt'; */
  font: normal normal bold 14px / 24px "Lora";
}

.projects-template-default .project-sidebar .project-customer a {
  color: var(--main-color) !important;
}

.projects-template-default .project-sidebar .project-customer a:hover {
  filter: brightness(70%);
}

.projects-template-default .project-sidebar .project-likes > span {
  border-radius: 50%;
  border: 3px solid black;
  height: 48px;
  width: 48px;
}

.projects-template-default .project-sidebar .project-likes span::before {
  display: block;
  font-size: 26px;
  margin: 8px 0;
}

.projects-template-default .project-likes .dashicons {
  position: relative;
}

.projects-template-default .project-likes .dashicons:not(.complete)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--dark);
  opacity: 0;
  transition:
    width 0.5s ease-out,
    height 0.5s ease-out,
    opacity 1s ease-out;
}

.projects-template-default .project-likes .dashicons:not(.complete)::before {
  transform: scale(1);
  transform-origin: center center;
  transition: transform 1s ease;
}

.projects-template-default
  .project-likes
  .dashicons:not(.complete):hover::before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition: all 1s;
}

.projects-template-default
  .project-likes
  .dashicons:not(.complete):hover::after {
  width: 105%;
  height: 105%;
  opacity: 1;
}

.projects-template-default .project-likes .dashicons.complete {
  background-color: var(--dark);
  color: var(--main-color);
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}

/*
* Bounce animation for completed state
*/
@keyframes bounce {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.7;
  }

  60% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    opacity: 0.7;
  }

  60% {
    -webkit-transform: scale(0.6);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.project-likes {
  display: flex;
  align-items: center;
}

.project-likes .likes-text {
  font: normal normal normal 14px / 24px "Slabo 13px";
  margin: 0 0 0 10px;
  letter-spacing: 3px;
}

.project-likes .likes-text .likes {
  font: normal normal bold 14px / 24px "Lora";
}

.project-recommendation {
  padding-left: 36px;
}

.project-recommendation .project-recommendation-header {
  display: flex;
  margin-bottom: 30px;
}

.project-recommendation .project-recommendation-header h4 {
  color: black;
  font: normal normal normal 20px / 24px "Lora";
  letter-spacing: 3px;
  text-transform: uppercase;
}

.project-recommendation .project-recommendation-header a {
  font:
    normal normal bold 13px / 24px "Lora",
    serif;
  color: var(--main-color);
  width: auto;
}

.project-recommendation .project-recommendation-header a:hover {
  filter: brightness(70%);
}

.project-recommendation .project-recommendation-header > * {
  width: 50%;
}

.project-recommendation .project-recommendation-body .row {
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-bottom: 24px;
}

.project-recommendation .col-6 {
  position: relative;
}

.project-recommendation .rec-post-thumbnail img {
  aspect-ratio: 16/9;
  object-fit: cover;

  width: 100%;
  height: 100%;
}

.project-recommendation .rec-post .rec-post-details {
  color: black;

  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;

  z-index: 10;

  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  padding: 10px;

  position: absolute;
  top: 0;
  left: 0;
}

.project-recommendation .rec-post:hover .rec-post-details {
  background: rgb(255, 255, 255, 0.5);
  opacity: 1;
}

.project-recommendation .rec-post-details .rec-post-terms-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.project-recommendation .rec-post-details .rec-post-title,
.project-recommendation .rec-post-details .rec-post-terms {
  color: black !important;
  font-size: 18px;
  opacity: 1;
}

.project-recommendation .rec-post-details .rec-post-title {
  font: normal normal normal 20px / 24px "Rokkitt";
  letter-spacing: 3px;
  text-transform: uppercase;
}

.project-recommendation .rec-post-details .rec-post-terms {
  font: normal normal normal 14px / 18px "Lora";
  text-transform: uppercase;
  width: 65%;
}

.project-recommendation .rec-post-details .rec-post-terms-wrapper .dashicons {
  display: flex;
  width: 35%;
  justify-content: flex-end;
}

.project-recommendation .rec-post-details .rec-post-terms-wrapper .dashicons p {
  margin-bottom: 0;
  color: black;
}

.mobile .project-recommendation .rec-post-details {
  opacity: 1;
  padding: 5px;
  background-color: transparent;
  flex-direction: column-reverse;
  top: initial;
  bottom: 0;
  height: 25%;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 90%,
    rgba(0, 0, 0, 0.9)
  ) !important;
}

.mobile .project-recommendation .rec-post-title {
  color: white !important;
  line-height: 20px;
}

.mobile .project-recommendation .rec-post-terms-wrapper {
  display: none;
}

/*--------------------*/
/*        Shop        */
/*--------------------*/

.isotope-meta {
  opacity: 0;
}

body.archive:not(.post-type-archive-projects) {
  /* background-color: rgba(0, 0, 0, 0.95) !important; */
  background-color: #545859 !important;

  p.footer-info {
    color: #e5e2dd;
  }
}

.archive:not(.post-type-archive-projects) .isotope-grid {
  padding: 20px;
  padding-bottom: 200px;
  visibility: hidden;
}

.archive:not(.post-type-archive-projects) .isotope-item {
  /* width: calc(25% - 25px); */
  width: calc(33.33333% - 27px);
  height: auto;
  margin-bottom: 20px;
}

.archive:not(.post-type-archive-projects) .isotope-item > a {
  filter: none;
}

.archive:not(.post-type-archive-projects) .isotope-img-wrapper,
.archive:not(.post-type-archive-projects) .isotope-img-wrapper img {
  width: 100%;
  height: auto;
}

.archive:not(.post-type-archive-projects) .isotope-img-wrapper {
  display: flex;
}

.archive:not(.post-type-archive-projects) .isotope-meta {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s linear;

  z-index: 2;

  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background-color: rgba(189,177,166, 0.7); */
  background-color: rgba(170, 159, 142, 0.7);

  padding: 25px;
}

.archive:not(.post-type-archive-projects) .isotope-item:hover .isotope-meta {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.archive:not(.post-type-archive-projects)
  .isotope-item
  .isotope-meta
  .isotope-title {
  font: normal normal normal 27px / 32px "Lora";
  letter-spacing: 3px;
  text-align: center;
  color: #f2f2f2;
}

.archive:not(.post-type-archive-projects)
  .isotope-item
  .isotope-meta
  .isotope-price {
  display: flex;
  font: normal normal 700 16px / 24px "Lora";
}

.archive:not(.post-type-archive-projects)
  .isotope-item
  .isotope-meta
  .isotope-price
  .price {
  color: black;
}

.archive:not(.post-type-archive-projects)
  .isotope-item
  .isotope-meta
  .isotope-price
  .old_price {
  color: black;
  margin-right: 6px;
  text-decoration: line-through;
}

.archive:not(.post-type-archive-projects)
  .isotope-item
  .isotope-meta
  .isotope-price
  .new_price {
  color: black;
  text-decoration: underline;
}

.archive:not(.post-type-archive-projects)
  .isotope-item
  .isotope-meta
  .isotope-price
  p {
  margin-bottom: 0;
}

.archive:not(.post-type-archive-projects) .isotope-item .add_to_cart {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
}

.archive:not(.post-type-archive-projects) .isotope-item .add_to_cart i {
  color: black;
}

.archive:not(.post-type-archive-projects) .isotope-item .add_to_cart i::after {
  background-color: black;
  content: "In den Warenkorb";
  color: white;
  font: normal normal normal 12px / 12px "Lora";
  text-transform: uppercase;
  margin-left: 16px;
  opacity: 0;
  padding: 5px 7px;
  transition: opacity 0.2s linear;
  letter-spacing: 3px;
}

.archive:not(.post-type-archive-projects)
  .isotope-item
  .add_to_cart:hover
  i::after {
  opacity: 1;
  transition: opacity 0.2s linear;
}

.archive:not(.post-type-archive-projects) .isotope-item .discount_banner {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--main-color);
  padding: 0 28px;
  /* font: normal normal normal 13px / 17px 'Roboto'; */
  font: normal normal normal 14px / 42px "Lora";
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: 3px;
}

.archive:not(.post-type-archive-projects) .mobile .isotope-meta {
  background-color: transparent;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 90%,
    rgba(0, 0, 0, 0.9)
  );

  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;

  opacity: 1;

  height: auto;
  top: initial;
  bottom: 0;
}

.archive:not(.post-type-archive-projects) .mobile .isotope-price p {
  color: white !important;
  line-height: 26px !important;
  padding: 5px;
}

.archive:not(.post-type-archive-projects) .mobile .add_to_cart {
  display: none;
}

/*--------------------*/
/*    Filter button   */
/*--------------------*/

.shopping_cart_wrapper .filter-wrapper {
  position: relative;
  margin: 0;
}

/*--------------------*/
/*     Cart button    */
/*--------------------*/

.shopping_cart_wrapper {
  position: fixed;
  right: 0;
  bottom: 36px;

  display: flex;
  flex-direction: row;
  z-index: 10;
  /* overflow: hidden; */

  display: flex !important;
  /* flex-direction: column-reverse !important; */
}

.shopping_cart_wrapper a {
  display: flex;
  align-items: center;

  background-color: white;
  border: none;

  height: 35px;
  width: 160px;
  padding: 0;

  margin-top: auto;
}

.shopping_cart_wrapper a > p {
  font: normal normal 500 14px / 100% "Lora";
  margin: 0 auto;
  flex-grow: 1;
  text-align: center;
  letter-spacing: 1.5px;
}

.shopping_cart_wrapper a > p,
.shopping_cart_wrapper a > i {
  color: black;
}

.shopping_cart_wrapper a i {
  position: relative;

  width: 35px;
  height: 35px;
}

.shopping_cart_wrapper a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shopping_cart_wrapper a .cart_items_amount {
  position: absolute;
  bottom: -5px;
  right: -5px;

  background-color: var(--main-color);
  border-radius: 50%;
  border: 1px solid var(--main-color);
  color: black;
  font: normal normal normal 9px / 13px "Open Sans";
  width: 16px;
  text-align: center;

  margin: 0;
}

/* .shopping_cart_wrapper .filter-wrapper .filter-button,
.shopping_cart_wrapper .filter-wrapper:hover .filter-button i {
    color: black;
}

.shopping_cart_wrapper .filter-wrapper .filter-button i {
    background-color: white;
}

.shopping_cart_wrapper .filter-wrapper .filter-button p,
.shopping_cart_wrapper .filter-wrapper:hover .filter-button p  {
    background-color: rgba(220,220,220,0.8);
    color: black;
} 

.shopping_cart_wrapper .filter-wrapper .filter-button-group {
}

.shopping_cart_wrapper .filter-wrapper .filter-button-group button {
    color: black;
    background-color: white;
    opacity: 1;
    outline: none;
} */

/*--------------------*/
/*        Cart        */
/*--------------------*/

.woocommerce-cart .cart-title {
  /* font: normal normal 700 48px / 48px 'Rokkitt'; */
  font: normal normal 700 48px / 48px "Lora";
  color: var(--main-color);
  padding: 36px 0 36px 48px;
}

.woocommerce-cart hr {
  margin: 0;
  opacity: 1;
}

.woocommerce-cart .woocommerce {
  padding: 24px 0 0 48px;
}

.woocommerce-cart .woocommerce .woocommerce-message {
  /* background-color: white; */
  /* border: 1px solid #e5e9eb; */
  /* border: 1px solid var(--post-background-color); */
  /* font: normal normal normal 18px / 24px 'Slabo 13px';
    padding: 24px; */
}

.woocommerce-cart .woocommerce .woocommerce-message::before,
.woocommerce-cart .woocommerce .woocommerce-error::before {
  content: "";
}

.woocommerce-cart .woocommerce .woocommerce-message a {
  /* font: normal normal normal 18px / 3 'Slabo 13px'; */
}

.woocommerce-cart .woocommerce .shop_table {
  border: none;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
  border-collapse: collapse;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form thead th,
.woocommerce-checkout .woocommerce table.shop_table thead th {
  font: normal normal normal 12px / 24px "Slabo 13px";
  letter-spacing: 3px;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form th,
.woocommerce-cart .woocommerce .woocommerce-cart-form td {
  padding: 12px 0px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form td {
  border: none;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form tr {
  /* border-bottom: 1px dotted #b2b1b2; */
  border-bottom: 1px dotted var(--light-gray);
}

.woocommerce-cart .woocommerce .cart_item .wc-gzd-cart-info p {
  font: normal normal normal 14px / 14px "Slabo 13px";
}

.woocommerce-cart
  .woocommerce
  .cart_item
  p.wc-gzd-cart-info.delivery-time-info {
  font: normal normal normal 14px / 14px "Slabo 13px";
  margin-top: 11px;
}

.woocommerce-cart
  .woocommerce
  .woocommerce-cart-form
  tbody
  .product-thumbnail
  img {
  width: 62px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form tbody .product-name a {
  color: var(--main-color);
  font: normal normal 700 18px / 27px "Lora";
}

.woocommerce-cart
  .woocommerce
  .woocommerce-cart-form
  tbody
  .product-subtotal
  span {
  color: black;
  font: normal normal 700 18px / 27px "Lora";
}

.woocommerce-cart
  .woocommerce
  .woocommerce-cart-form
  tbody
  .product-quantity
  input {
  border: none;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail {
  width: 96px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-quantity {
  width: 15%;
  text-align: end;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-subtotal {
  width: 24%;
  text-align: end;
}

.woocommerce-cart .woocommerce tr.order-total th,
.woocommerce-checkout .woocommerce tr.order-total th {
  font: normal normal bold 16px / 16px "Rokkitt";
  /* font-weight: bold !important; */
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-remove {
  width: 78px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-remove a {
  font: normal normal 700 16px / 63px "Arial";
  margin-left: auto;
  padding-right: 8px;
  text-align: end;
  width: 100%;
  height: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-remove a:hover {
  background-color: transparent;
}

.woocommerce-cart .woocommerce .button.wc-backward {
  /* background-color: var(--main-color) !important;
    
    color: black !important;
    font: normal normal 500 14px / 42px 'Lora' !important;
    text-transform: uppercase;

    padding: 0 14px !important; */
}

.woocommerce-cart
  .woocommerce
  .woocommerce-cart-form
  .shop_table
  tbody
  tr:last-child
  .coupon {
  display: none;
}

.woocommerce-cart .cart-collaterals .shop_table {
  border-collapse: collapse !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: left;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .woocommerce form.checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce h3#order_review_heading {
  font: normal normal normal 36px / 36px "Slabo 13px";
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 12px 0 24px 0;
}

.woocommerce-checkout
  .woocommerce
  form.checkout
  .woocommerce-billing-fields
  h3 {
  /* margin: 36px 0 24px 0; */
  margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce h3#order_review_heading {
  margin: 36px 0 24px 0;
}

h3#order_payment_heading {
  font: normal normal normal 36px / 36px "Slabo 13px";
  margin: 36px 0 24px 0;
  border-top: 1px dotted var(--light-gray);
  padding-top: 36px;
}

#order_review ul.wc_payment_methods.payment_methods.methods {
  padding-bottom: 36px;
}

.woocommerce-cart .cart-collaterals .cart_totals .tax-rate small {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  float: right;

  a.checkout-button {
    width: 100%;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: 1px dotted var(--light-gray);
  /* border-top: 1px dotted #b2b1b2; */
  border-bottom: 1px dotted var(--light-gray);
  /* border-bottom: 1px dotted #b2b1b2; */
}

.woocommerce-order-received .woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th,
.woocommerce-cart .cart-collaterals .cart_totals th {
  color: var(--header-color);
  font: normal normal normal 16px / 16px "Rokkitt";
  line-height: 16px !important;
  text-transform: uppercase;
  vertical-align: middle !important;
  letter-spacing: 3px;
  padding: 9px 0;
}

/* 
.woocommerce-cart .cart-collaterals .cart_totals td,
.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child, .woocommerce-checkout .woocommerce #order_review .woocommerce-Price-amount,
.woocommerce-checkout .woocommerce table.shop_table tr td label,
.wc-gzd-product-name-left, .wc-gzd-product-name-right */
.woocommerce table.shop_table td,
.woocommerce table.shop_table td a,
.woocommerce ul#shipping_method li label {
  color: black;
  font: normal normal 700 18px / 27px "Lora" !important;
  /* font: normal normal 700 20px / 20px 'Josefin Slab';  */
}

.woocommerce table.shop_table {
  p.wc-gzd-cart-info.delivery-time-info,
  .wc-gzd-cart-info.wc-gzd-item-desc.item-desc {
    font: normal normal 400 18px / 27px "Lora";
    p {
      font: normal normal 400 18px / 27px "Lora";
    }
  }
}

.woocommerce table.shop_table .wc-gzd-cart-item-name-wrapper {
  color: var(--main-color);
  .product-quantity {
    color: var(--main-color);
  }
}

.woocommerce-cart .cart-collaterals .cart_totals td {
  padding: 12px 0;
}

.woocommerce-cart .shop_table tr th {
  color: var(--header-color) !important;
  font-weight: normal;
  /* font-family: 'Rokkitt' !important; */
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: black;
}

.woocommerce-cart .cart-collaterals .checkout-button {
  background-color: black !important;
  color: white !important;
  font: normal normal 700 18px / 1 "Slabo 13px" !important;
  padding: 11px 18px !important;
}

.woocommerce-cart .cart_totals tbody tr:not(.order-total) td,
.woocommerce-cart .cart_totals tbody tr:not(.order-total) td a,
.woocommerce-cart .cart_totals tbody tr:not(.order-total) td label,
.woocommerce-cart .cart_totals ul#shipping_method li label {
  /* font-weight: normal !important; */
  font: normal normal normal 18px / 27px "Slabo 13px" !important;
}

/*--------------------*/
/*      Checkout      */
/*--------------------*/

.woocommerce-checkout .checkout-title {
  /* font: normal normal 700 48px / 48px 'Rokkitt'; */
  font: normal normal bold 48px / 48px "Lora";
  padding: 36px 0 36px 48px;
}

.woocommerce-checkout hr {
  opacity: 1;
  margin-bottom: 22px;
}

.woocommerce-checkout .woocommerce {
  padding-left: 48px;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  background-color: #e0e0e0;
  /* border: none; */
  /* border: 1px solid var(--post-background-color); */
  font: normal normal normal 16px / 24px "Slabo 13px";
  padding: 24px !important;
  border: 2px solid var(--header-color);
  border-radius: 5px;
  /* opacity: 0.5; */
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  content: "";
}

.woocommerce input:focus-visible {
  outline: none;
}

.woocommerce-checkout .woocommerce .woocommerce-info .showcoupon {
  color: var(--main-color);
  font: normal normal normal 16px / 24px "Slabo 13px";
  /* text-decoration: underline; */
}

.woocommerce-checkout .woocommerce .checkout_coupon {
  margin: 36px 0;
}

.woocommerce-form-login p,
.woocommerce-checkout .woocommerce .checkout_coupon p,
.woocommerce-checkout .woocommerce .checkout_coupon input[name="coupon_code"] {
  font: normal normal normal 16px / 1 "Slabo 13px";
}

.woocommerce-checkout .woocommerce .checkout_coupon input[name="coupon_code"] {
  padding: 10px 14px;
  border: none;
  /* border-width: 1px; */
  /* border-color: var(--header-color); */
  /* opacity: 0.3; */
  /* outline: auto; */
}

.woocommerce-checkout .woocommerce .checkout_coupon .button.wp-element-button {
  font: normal normal 700 18px / 18px "Slabo 13px";
}

.woocommerce-checkout
  .woocommerce
  form.checkout
  label:not(.woocommerce-form__label-for-checkbox):not(
    [for="shipping_method_0_flat_rate1"]
  ) {
  font: normal normal normal 14px / 24px "Rokkitt";
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 1.5px;
}

.woocommerce-checkout
  .woocommerce
  form.checkout
  .woocommerce-form__label-for-checkbox {
  font: normal normal normal 16px / 24px "Slabo 13px";
}

span.woocommerce-input-wrapper,
.choose-pickup-location p {
  font: normal normal normal 16px / 24px "Slabo 13px";

  strong {
    font-weight: 400;
  }
}

.woocommerce-checkout .woocommerce form.checkout input {
  border: none;
  font: normal normal normal 18px / 1 "Slabo 13px";

  padding: 6px 12px;
}

.woocommerce-checkout .woocommerce form.checkout textarea {
  border-color: white;
  font: normal normal normal 18px / 27px "Slabo 13px";
  padding: 6px 12px;
  height: 80px;
  letter-spacing: 3px;
}

.woocommerce-checkout .woocommerce form.checkout .select2 {
  font: normal normal normal 18px / 28px "Slabo 13px";
}

.woocommerce-checkout #order_review .shop_table {
  border: none;
  border-collapse: collapse;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 0;
}

.woocommerce-checkout .woocommerce th.product-name,
.woocommerce-checkout .woocommerce th.product-total {
  text-transform: capitalize;
}

.woocommerce-checkout .woocommerce #order_review .wc-gzd-product-name-left {
  display: none;
}

.woocommerce-checkout .woocommerce #order_review th,
.woocommerce-checkout .woocommerce #order_review td {
  padding: 9px 0px;
  border: none;
}

.woocommerce-checkout .woocommerce #order_review tr > :first-child {
  width: 60%;
}

.woocommerce-checkout .woocommerce #order_review tr > :last-child {
  width: 40%;
}

/* .woocommerce-checkout .woocommerce #order_review th {
    font: normal normal normal 16px / 16px 'Rokkitt';
    text-transform: uppercase;
} */

.woocommerce-checkout .woocommerce #order_review tbody .product-name {
  font: normal normal normal 18px / 27px "Slabo 13px";
}

.woocommerce-checkout .woocommerce table.shop_table .cart_item {
  color: black;
}

/* .woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child,
.woocommerce-checkout .woocommerce #order_review .woocommerce-Price-amount {
    color: black;
    font: normal normal 700 18px / 27px 'Slabo 13px' !important;
} */

.woocommerce-order-received .woocommerce table.shop_table th {
  color: var(--header-color) !important;
}

.woocommerce-order-received .woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
  /* font: normal normal normal 16px / 16px 'Rokkitt' !important;
    text-transform: uppercase; */
}

.woocommerce ul#shipping_method li {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce #order_review .cart_item {
  /* border-top: 1px dotted #b2b1b2; */
  border-top: 1px dotted var(--light-gray);
}

.woocommerce-checkout .woocommerce #order_review .cart_item .product-total {
  /* font: normal normal normal  */
}

.woocommerce-checkout .woocommerce #order_review .cart_item td {
  padding: 12px 0;
}

.woocommerce-checkout .woocommerce #order_review tfoot {
  padding-top: 50px;
}

.woocommerce-checkout .woocommerce #order_review tfoot > tr:first-child {
  border-top: 50px solid transparent;
}

.woocommerce-checkout .woocommerce #order_review tfoot > tr {
  /* border-bottom: 1px dotted #b2b1b2; */
  border-bottom: 1px dotted var(--light-gray);
}

.woocommerce-checkout #payment {
  background-color: transparent;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 13.8px;
  margin: 0;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: none;
}

.woocommerce-checkout #payment .payment_methods {
  border-bottom: 1px dotted var(--light-gray) !important;
}

.woocommerce-checkout .woocommerce form.checkout .payment_box p {
  font: normal normal normal 12px / 18px "Slabo 13px";
}

.woocommerce-checkout .woocommerce .woocommerce-privacy-policy-text {
  margin-top: 18px;
}

.woocommerce-checkout .woocommerce .woocommerce-privacy-policy-text p {
  color: var(--header-color);
  font: normal normal normal 16px / 24px "Slabo 13px";
}

.woocommerce-checkout .woocommerce .woocommerce-privacy-policy-text a {
  color: var(--main-color);
  /* text-decoration: underline; */
}

.woocommerce-checkout .woocommerce .place-order {
  padding-bottom: 18px;
}

.woocommerce-checkout .woocommerce #place_order {
  background-color: black;
  color: white;

  font: normal normal 700 18px / 18px "Slabo 13px";

  border-radius: 0;
  float: right;
}

/*---------------------*/
/*      Thank you      */
/*---------------------*/

.woocommerce-checkout .woocommerce .woocommerce-notice {
  font: normal normal normal 16px / 24px "Slabo 13px";
  margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce .woocommerce-order-overview {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce .woocommerce-order-overview li {
  border-right: none;
  border-bottom: 1px dotted var(--header-color);
  font: normal normal normal 16px / 16px "Rokkitt";
  margin: 6px 0;
  letter-spacing: 3px;
}

.woocommerce-checkout .woocommerce .woocommerce-order-overview li strong {
  font: normal normal bold 16px / 16px "Lora";
  color: black;
  margin: 9px 0;
  letter-spacing: initial;
}

.page-id-359 .woocommerce-table .product-name {
  padding: 9px 0;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details__title {
  /* font: normal normal normal 36px / 36px 'Rokkitt'; */
  font: normal normal normal 36px / 36px "Slabo 27px";
  margin: 36px 0 24px 0;
}

.woocommerce-checkout .woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
}

/* .woocommerce-checkout .woocommerce table.shop_table td {
    font: normal normal normal 13px / 19.5px 'Slabo 13px';
} */

.woocommerce-checkout .woocommerce table.shop_table tr {
  /* border-bottom: 1px dotted #b2b1b2; */
  border-bottom: 1px dotted var(--light-gray);
  font: normal normal normal 18px / 24px "Slabo 13px";
}

/* .wc-gzd-product-name-left, .wc-gzd-product-name-right {
    font-weight: bold;
    color: black;
} */

.woocommerce-checkout .woocommerce table.shop_table tr :first-child,
.woocommerce-checkout .woocommerce table.shop_table tr :last-child {
  /* width: 50%; */
}

/* .woocommerce-checkout .woocommerce td.woocommerce-table__product-name,
.woocommerce-checkout .woocommerce table.shop_table tr td label,
.woocommerce-checkout .woocommerce table.shop_table .product-name a {
    color:black;
    font: normal normal 700 18px / 27px 'Slabo 13px';
} */

.woocommerce-checkout .woocommerce-table--order-details .shipping td,
.woocommerce-checkout .woocommerce-table--order-details .payment_method td {
  /* text-transform: uppercase; */
  /* letter-spacing: 3px; */
}

.woocommerce-checkout .woocommerce-order-overview__payment-method strong {
  /* text-transform: uppercase !important; */
}

.woocommerce-checkout .woocommerce .woocommerce-customer-details {
  display: none;
}

/*--------------------*/
/*    Product Page    */
/*--------------------*/

.single-product .product-images {
  padding: 48px 24px 48px 48px;
}

.single-product .product-images img {
  width: 100%;
  height: auto;
}

.single-product .product-images {
  position: relative;
}

.single-product .discount_banner {
  background-color: var(--main-color);
  font: normal normal normal 14px / 42px "Lora";
  padding: 0 28px;
  position: absolute;
  top: 48px;
  left: 48px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  z-index: 1000;
  letter-spacing: 3px;
}

.single-product .discount_banner:hover {
  background-color: var(--dark);
  color: var(--main-color);
  transition: all 0.2s ease;
}

.single-product .product-img-slider {
  margin-bottom: 16px;
}

.single-product .product-img-slider img:not(:last-child) {
  margin-bottom: 24px;
}

/* .single-product .product-img-slider-nav {
    position: relative;
} */

.single-product .product-img-slider-nav img {
  /* width: 100px;
    height: 100px;
    object-fit: cover; */
}

.single-product .prevArrow,
.single-product .nextArrow {
  position: absolute;
  top: calc(50% - 26px);
  color: var(--main-color);
  z-index: 10;
  font-size: 30px;
}

.single-product .prevArrow {
  left: 16px;
}

.single-product .nextArrow {
  right: 16px;
}

.single-product .mobile .prevArrow,
.single-product .mobile .nextArrow {
  display: none !important;
}

.single-product .slick-dots {
  list-style: none;
  padding-left: 0;
}

.single-product li[role="presentation"] {
  /* width: 5px; */
}

.single-product .slick-active button {
  background-color: var(--main-color) !important;
}

.single-product li[role="presentation"] button {
  /* display: none; */
  /* border: none; */
  width: 2px;
  height: 2px;
  border-radius: 50%;
  border: none;
  padding: 3px;
  margin: 5px;
  background-color: black;
  font-size: 0;
  /* color: #efefef; */
}

.single-product .slick-dots {
  display: flex;
  justify-content: center;
}

.single-product .product-infos {
  padding: 48px 48px 48px 24px;
}

.single-product h1 {
  /* font: normal normal normal 42px / 48px 'Rokkitt'; */
  font: normal normal bold 42px / 48px "Lora";
  animation: none;
  opacity: 1;
  letter-spacing: 3px;
  color: var(--main-color);
}

.single-product h2 {
  /* font: normal normal normal 36px / 36px 'Rokkitt'; */
  font: normal normal normal 36px / 36px "Slabo 27px";
}

.single-product .product-name {
  padding: 30px 0 12px 0;
}

.single-product h3 {
  font: normal normal bold 36px / 36px "Lora";
}

.single-product h4 {
  font: normal normal bold 24px / 28px "Lora";
}

.single-product h5 {
  font: normal normal normal 20px / 24px "Slabo 13px";
  text-transform: uppercase;
  letter-spacing: 3px;
}

.single-product h6 {
  font: normal normal bold 16px / 24px "Lora";
}

.single-product hr {
  margin-bottom: 22px;
}

.single-product hr.first {
  opacity: 1;
}

.single-product .product-price {
  display: flex;
  margin-bottom: 24px;
}

.single-product .product-price p {
  color: var(--header-color);
  font:
    normal normal bold 26px / 36px "Lora",
    serif;
  margin-bottom: 0;
}

.single-product .product-price .old_price {
  text-decoration: line-through;
  margin-right: 16px;
}

.single-product .product-infos .product-description {
  font: normal normal normal 16px / 26px "Slabo 13px";
}

.single-product .product-infos .product-description p {
  font: normal normal normal 16px / 26px "Slabo 13px";
  margin-bottom: 24px;
  white-space: break-spaces;
}

.single-product .product-infos .product-description p strong {
  font: normal normal bold 16px / 26px "Lora";
}

.single-product .product-infos .product-description a:not(.custom-button) {
  font: normal normal normal 16px / 26px "Slabo 13px";
  color: var(--main-color);
}

.single-product .product-infos .exposee {
  background-color: var(--main-color);
  font: normal normal normal 14px / 42px "Roboto";
  padding: 14px;
}

.single-product .product-infos .exposee:hover {
  color: var(--header-color);
}

.single-product .product-quantity {
  margin-bottom: 44px;
}

.single-product .product-quantity p {
  font: normal normal bold 18px / 24px "Lora";
  margin-bottom: 24px;
}

.single-product .out-of-stock {
  margin-bottom: 22px;
}

a.checkout-button,
.single-product .add_to_cart,
.custom-button,
.page-template-template-contact form input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: var(--main-color) !important;
  color: var(--header-color) !important;
  /* font: normal normal normal 14px / 42px 'Lora'; */
  font: normal normal bold 16px / 15px "Lora" !important;
  padding: 12px 14px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal !important;
  display: inline-block;
}

.single-product .add_to_cart:hover,
.single-product .add_to_cart:active,
.single-product .add_to_cart:focus,
.custom-button:hover,
.page-template-template-contact form input[type="submit"]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  background-color: var(--dark) !important;
  color: var(--main-color) !important;
  transition: all 0.2s linear;
  filter: none !important;
}

.single-product a.add_to_cart,
.custom-button,
.page-template-template-contact form input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  /* width: 200px; */
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  letter-spacing: 1.5px;
}

.single-product a.add_to_cart:hover,
.single-product a.add_to_cart:active,
.custom-button:hover,
.page-template-template-contact form input[type="submit"]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  text-decoration-color: var(--main-color) !important;
  filter: none !important;
  background-color: var(--dark) !important;
  color: var(--main-color) !important;
}

.custom-button:disabled {
  cursor: not-allowed;
  filter: brightness(0.5) !important;
}

.single-product hr.third {
  background-image: url("/wp-content/themes/hauptlicht/assets/images/striped.png");
  border: none;
  height: 10px;
  margin-top: 24px;
  opacity: 1;
}

.single-product .product-details,
.single-product .product-details p,
.single-product .product-details a {
  font: normal normal normal 16px / 26px "Slabo 13px";
}

.single-product .product-details p strong {
  font: normal normal bold 16px / 26px "Lora";
}

.single-product .product-details p {
  margin-bottom: 0px;
}

.single-product .product-details .product-id {
  display: inline;
}

.single-product .product-details .product-id p {
  color: black;
  display: inline;
}

.single-product .product-tags a,
.single-product .product-cats a {
  color: var(--main-color);
  /* text-decoration: underline; */
}

.single-product .product-tags a:hover,
.single-product .product-cats a:hover {
  filter: brightness(70%);
}

.single-product .product-mobile-title {
  display: none;
}

/*--------------------*/
/*      contact       */
/*--------------------*/

.page-template-template-contact h3 {
  font: normal normal bold 27px / 36px "Lora";
  margin: 36px 0 24px 0;
  letter-spacing: 1px;
}

.page-template-template-contact h5:not(.modal-title) {
  font: normal normal normal 12px / 24px "Slabo 13px";
  margin: 36px 0 12px 0;
  letter-spacing: 3px;
}

.page-template-template-contact .maincontent a {
  color: var(--main-color);
  font: normal normal normal 16px / 24px "Slabo 13px";
  text-decoration: underline;
}

.page-template-template-contact .maincontent a:hover {
  filter: brightness(70%);
}

.page-template-template-contact .modal {
  z-index: 1055;
  background-color: transparent !important;
}

.page-template-template-contact .modal-content {
  display: flex;
  margin: initial;
  width: 100%;
  max-width: initial;
  background-color: var(--main-color);
}

.page-template-template-contact .modal-header {
  border-bottom: 1px dotted black;
}

.page-template-template-contact .content {
  padding-left: 48px !important;
}

.page-template-template-contact form {
  padding-left: 48px;
  font: normal normal normal 16px / 24px "Slabo 13px";
}

.page-template-template-contact form a {
  font: normal normal normal 16px / 24px "Slabo 13px" !important;
}

.page-template-template-contact #question,
.page-template-template-contact label[for="question"] {
  height: 0;
  padding: 0;
  margin: 0 !important;
  color: transparent;
}

.page-template-template-contact form label:not([for="terms"]) {
  font: normal normal normal 12px / 24px "Slabo 13px";
  letter-spacing: 3px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.page-template-template-contact form * {
  width: 100%;
}

.page-template-template-contact form #terms,
.page-template-template-contact form label[for="terms"] {
  width: auto;
}

.page-template-template-contact form label[for="terms"] {
  margin-bottom: 8px;
}

.page-template-template-contact form label[for="terms"] a {
  color: var(--main-color);
  text-decoration: none;
}

.page-template-template-contact form label[for="terms"] a:hover {
  filter: brightness(70%);
}

.page-template-template-contact form input[type="submit"] {
  width: fit-content;
}

.page-template-template-contact form input,
.page-template-template-contact form textarea {
  border: none;
  margin-bottom: 8px;
  outline: none;
  padding: 6px;
}

.page-template-template-contact form p {
  margin-bottom: 8px;
  font-size: 16px;
}

.page-template-template-contact form .captcha {
  display: flex;
  width: min-content;
  margin-bottom: 8px;
}

.page-template-template-contact form .captcha div {
  margin: auto 8px;
  text-align: center;
}

.page-template-template-contact form .captcha .resultDiv {
  width: 50px;
}

.page-template-template-contact form .captcha .resultDiv input {
  width: inherit;
  margin-bottom: 0;
}

.page-template-template-contact form .custom-button.submit {
  width: auto;
  padding: 0 16px;
  /* background-color: var(--main-color);
    padding: 6px 14px;
    border: 1px solid white; */
}

.invoice-logo {
  padding-top: 100px;
}

/* #BorlabsCookieWidget {
  padding: 23px 15px !important;
} */

.brlbs-cmpnt-container .brlbs-cmpnt-widget {
  padding: 10px !important;
}

#BorlabsCookieWidget svg {
  width: 25px !important;
  height: 25px !important;
}

p.footer-info {
  font: normal normal normal 13px / 24px "Slabo 13px";
  font-size: 14px;
  padding-bottom: 0;
  text-align: center;
  color: #545859;
  margin-bottom: 10px;
}

#outer_wrapper tbody img {
  width: 256px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  display: grid;
}

.woocommerce-Address-title.title {
  position: relative;
  height: auto;
  background-color: transparent;
}

.u-column1.col-1.woocommerce-Address {
  margin-bottom: 10px;
}

.woocommerce-Address-title.title::after,
.woocommerce-Address-title.title::before {
  display: none !important;
}

/* WooCommerce Germanized - Garantie und Produktsicherheit */
.single-product .product-warranty,
.single-product .product-safety {
  margin-bottom: 10px;
}

.single-product .product-warranty a {
  /* color: #007cba; */
  text-decoration: none;
  transition: color 0.3s ease;
}

.single-product .product-safety-content,
.single-product .product-warranty-content {
  margin-top: 5px;
}

.single-product .product-safety-content .product-safety-attachments {
  margin-top: 5px;
}

.single-product .product-safety-content .product-safety-attachments a {
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.single-product .product-safety-content .wc-gzd-additional-info {
  margin-top: 5px;
}

.single-product .product-warranty.m-0,
.single-product .product-safety.m-0 {
  margin-bottom: 0;
}

/* .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
} */
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.buttons > a {
  flex: 1 1 0;
  text-align: center;
  margin-bottom: 0;
}

.filter-no-results {
  padding: 20px;
  color: white;
}

body.active-overlay {
  overflow: hidden;
  max-height: 100vh;
}

header {
  /* padding-top: 20px;
  padding-bottom: 20px; */
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #e4e2dd;
  border-bottom: 3px solid white;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  --webkit-justify-content: space-between;
  gap: 20px;

  font: normal normal normal 15px / 24px "Slabo 13px";

  .mobile-menu {
    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 10;
    left: 0;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e4e2dd;
    display: flex;
    flex-direction: column;
    gap: 20px;

    .mobile-menu-body {
      flex: 1 1 auto;
      align-items: center;
      display: flex;
      justify-content: center;
      padding-bottom: 64px;

      ul.nav.navbar-nav {
        gap: 20px;
      }

      a {
        text-transform: uppercase;
        letter-spacing: 3px;
      }
    }

    .mobile-menu-head {
      display: flex;
      align-items: center;
      justify-content: end;
    }
  }

  img.icon {
    height: 26px;
  }
  .menu-toggle,
  a.go-to-cart {
    padding: 9px 25px;
    display: inline-block;
    background: white;
    border-radius: 5px;
    border: none;
  }

  a {
    color: #545859;
    transition: all 0.3s ease-in-out;
  }

  a:hover,
  .current-menu-parent > a,
  .current-menu-item > a {
    color: #545859 !important;
    font-weight: bold;
  }

  .nav-wrapper {
    text-transform: uppercase;
    letter-spacing: 3px;

    li + li::before {
      content: "|";
      margin-right: 10px;
      margin-left: 10px;
      color: #545859;
    }
  }
  .buttons-wrapper,
  .nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 20px;
  }

  img.logo {
    height: 80px;
    width: auto;
  }

  .cart-wrapper {
    position: relative;
    width: fit-content;

    a.go-to-cart:hover {
      filter: unset;
    }

    span.cart-count {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 8px;
      font-size: 20px;
      color: #7f7f7f;
      font-family: "Lora";
      font-weight: 700;
    }
  }
}

.filters {
  background-color: #e5e2dd;
  /* padding: 50px 20px 10px 20px; */
  padding: 33px 20px 13px 20px;
  border-bottom: 2px solid white;

  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) max-content;
  /* 4 Filter + Suche gleich breit, Cart auto */
  gap: 10px;
  align-items: end;

  span.topic {
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font: normal normal normal 13px / 1 "Slabo 13px";
    letter-spacing: 3px;
  }

  img.icon {
    height: 26px;
  }

  img.icon:not(.full-opacity) {
    opacity: 0.5;
  }

  /* wichtig: alle Grid-Kinder dürfen schrumpfen */
  > div {
    position: relative;
    min-width: 0;
  }

  /* Wrapper aus dem Layout entfernen -> seine Kinder werden Grid-Items */
  > .layout-group {
    display: contents;
  }

  /* Search MUSS die Grid-Spaltenbreite nehmen (nicht fit-content) */
  .filter-search {
    position: relative;
    width: 100%;
    min-width: 0;

    div {
      position: relative;
    }

    .input-wrap {
      height: 42px;
    }
  }

  .fit-width {
    white-space: nowrap;
    position: relative;
  }

  span.cart-count {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 8px;
    font-size: 20px;
    color: #7f7f7f;
    font-family: "Lora";
    font-weight: 700;
  }

  .filter-group {
    position: absolute;
    background-color: white;
    z-index: 3;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
    padding: 4px 0;

    button {
      border: none;
      border-radius: 5px;
      padding: 4px 8px;
      font-family: "Lora";
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 3px;
      background-color: white;
      width: 100%;
      text-align: left;
      color: rgb(191, 193, 193, 0.4);
    }

    button.active {
      color: rgb(59, 59, 59, 1);
    }
  }

  .fit-width {
    a.go-to-cart {
      padding: 8px 22px;
      display: inline-block;
    }

    a.go-to-cart:hover {
      filter: unset;
    }
  }

  button.toggle-filter-group.active {
    color: rgb(59, 59, 59, 1);
  }

  a.go-to-cart,
  button.toggle-filter-group,
  .input-wrap {
    width: 100%;
    text-align: left;
    border: none;
    padding: 8px;
    color: rgb(191, 193, 193, 0.8);
    background-color: white;
    font-family: "Lora";
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1;
    border-radius: 5px;
  }

  span.toggle-selected {
    color: rgb(59, 59, 59, 1);
  }

  input[type="search"] {
    font-family: "Lora";
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1;
    border: none;
  }

  button.toggle-filter-group,
  .input-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
  }

  .input-wrap {
    input {
      flex: 1 1 auto;
      min-width: 0;
    }

    img {
      flex: 0 0 auto;
      width: auto;
    }
  }

  input[type="search"]::placeholder {
    color: rgb(191, 193, 193, 0.4);
  }
}

footer {
  border-top: 2px solid white;
  padding: 0 20px;
  background-color: #e5e2dd;
  font: normal normal normal 15px / 24px "Slabo 13px";

  .icon-menu .menu-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  a {
    color: #545859;
    transition: all 0.3s ease-in-out;
  }

  a:hover {
    color: #545859;
    font-weight: bold;
  }

  a.custom-logo-link {
    display: flex;
    align-items: center;
    width: fit-content;
  }

  .footer-menu {
    text-transform: uppercase;
    letter-spacing: 3px;

    li + li::before {
      content: "|";
      margin-right: 10px;
      margin-left: 10px;
      color: #545859;
    }
  }

  .navbar {
    height: fit-content;
  }

  .footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    --webkit-justify-content: space-between;
    gap: 20px;
    padding: 40px 0;
  }

  .menu-container {
    .menu-container-content {
      display: flex;
      gap: 40px;
    }

    nav.navbar ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 10px;
    }
  }
}

section.shop-slider {
  max-width: 100%;
  display: inline-block;
  box-shadow: 3.2px 6.4px 6.4px hsl(0deg 0% 0% / 0.4);
  z-index: 999;
  position: relative;
  float: left;

  img.shop-slider-image {
    aspect-ratio: 1800 / 675;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }
}

/* Arrow Buttons */
.shop-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;

  /* Text "Previous / Next" entfernen */
  font-size: 0;
  color: transparent;
}

/* Position */
.shop-slider .slick-prev {
  left: 20px;
}

.shop-slider .slick-next {
  right: 20px;
}

/* Pfeil-Icon */
.shop-slider .slick-arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* Richtung */
.shop-slider .slick-prev::before {
  transform: rotate(135deg);
}

.shop-slider .slick-next::before {
  transform: rotate(-45deg);
}

img.shop-slider-logo {
  height: 80px;
  width: auto;
  position: absolute;
  top: 40px;
  left: 40px;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;

  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #545859;
  border-bottom-style: dotted;

  border-top: none;
  margin-top: 20px;
  padding-top: 0;
  border-top-style: none;
}

.cross-sells {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #545859;
  border-top-style: dotted;
  h2 {
    font:
      normal normal bold 26px / 36px "Lora",
      serif;
    color: #545859;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
  .cross-sells-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  a.cross-sell-card__image img {
    aspect-ratio: 449 / 337;
    object-fit: contain;
    object-position: left;
    width: 100%;
    height: auto;
  }

  .cross-sell-card__content,
  small,
  p {
    font-family: "Lora";
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;

    p {
      margin-bottom: 10px;
    }

    p.cross-sell-card__stock {
      margin-bottom: 5px;
    }

    .cross-sell-card__delivery-time {
      margin-bottom: 0;
    }

    p.cross-sell-card__stock,
    .woocommerce-Price-amount.amount {
      font-weight: bold;
    }

    h3 {
      font-family: "Lora";
      font-weight: bold;
      font-size: 18px;
      letter-spacing: 3px;
      line-height: 24px;
      margin-top: 15px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid var(--main-color);
      border-bottom-style: dotted;

      a {
        min-height: 48px;
        display: inline-block;
      }
    }
  }
}

/* Dokumente */
.document-container {
  margin-top: 30px;
}
.document-container h3 {
  font-family: "Lora";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
  border-bottom-style: dotted;
  color: var(--main-color);
}

.document-container .document-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-color);
  border-bottom-style: dotted;
}

.document-container .productname {
  padding-top: 10px;
  padding-bottom: 10px;
  /* border-bottom: 1px solid var(--main-color); */
}
.document-container .productname p {
  margin-bottom: 0;
}
.document-container .documents {
  padding-top: 10px;
}
/* .document-container .doc-link:before{
  content: "→ ";
  color: var(--main-color);
} */

.document-container .doc-link {
  font-family: "Lora";
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  hyphens: auto;
}

form.woocommerce-form.order-withdrawal-request {
  accent-color: white;

  mark {
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
  }

  input[type="number"]{
    border-radius: 5px;
  }

  p {
    margin-bottom: 10px;
  }

  .eu-owb-order-item-select-wrapper{
    overflow: auto;
  }

  label:not(.checkbox) {
    margin-bottom: 5px;
  }

  label.checkbox {
    display: flex;
    align-items: start;
    gap: 10px;
    line-height: 1.6;

    input#manually-select-items {
      margin: 5px 0 0 0;
      display: block;
    }
  }

  select,
  input {
    border: none !important;
  }

  button[type="submit"] {
    margin-top: 20px;

    &:hover {
      text-decoration: none !important;
    }
  }

  .form-row {
    margin: 0 0 10px;
    padding: 0;
  }

  .quantity .qty {
    margin-bottom: 0;
  }

  .form-row-first,
  .form-row-last {
    width: calc(50% - 10px);
  }

  .form-row-submit {
    text-align: right;
  }
}
