@charset "UTF-8";
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  font-family: "Inter-Regular";
  font-size: 16px;
}
:root a {
  text-decoration: none;
  color: #1a1a1a;
}

body {
  background-color: #E9E6E7;
  padding: 0px 10px 0px 10px;
  margin: 0;
}

header {
  background-color: white;
  max-width: 3000px !important;
}

#logo .paperjazz {
  margin: 16px 10px 3px 9px;
  width: 190px;
}

#navi-wrap {
  height: 32px;
  display: inline;
  margin-top: 24px;
}

.frontimage {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url("../images/hp-hero-large.jpg");
}

.textbox-front {
  background-color: white;
  max-width: 460px;
  height: auto;
  padding: 20px;
  margin: 290px 50px 0;
}
@media only screen and (max-width: 1300px) {
  .textbox-front {
    margin: 220px 50px 0;
  }
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#open_sansregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#open_sansregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans-Semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.svg#open_sansregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "pt_serifbold";
  src: url("../fonts/ptserif-bold-webfont.woff2") format("woff2"), url("../fonts/ptserif-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_serifregular";
  src: url("../fonts/ptserif-regular-webfont.woff2") format("woff2"), url("../fonts/ptserif-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pj-icons";
  src: url("../fonts/pj-icons.woff2") format("woff2"), url("../fonts/pj-icons.ttf") format("truetype"), url("../fonts/pj-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: "pj-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 200%;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 150%;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 140%;
  line-height: 1.2;
  font-weight: 700;
}

li {
  list-style-type: none;
}

.footerlist {
  padding: 0;
  margin: 0;
}

#footer-container div h3 {
  margin: 10px 0;
}

.widerrufen {
  background-color: skyblue;
  background: linear-gradient(to bottom, #87CEEB 5%, #57aed1 80%);
  border: 1px solid darkgrey;
  padding: 4px;
  border-radius: 3px;
  cursor: pointer;
  color: black;
  font-size: 16px;
}

.menu-item-45 a::before {
  content: "\f006";
  font-family: "pj-icons" !important;
  margin-right: 3px;
  font-size: 110%;
}

.menu-item-125 a::before {
  content: "\f001";
  font-family: "pj-icons" !important;
  margin-right: 3px;
  font-size: 110%;
}

.menu-item-40 a::before {
  content: "\f004";
  font-family: "pj-icons" !important;
  margin-right: 3px;
  font-size: 110%;
}

.menu-item-85 a::before {
  content: "\f00a";
  font-family: "pj-icons" !important;
  margin-right: 3px;
  font-size: 110%;
}

.menu-item-75 a::before {
  content: "\f001";
  font-family: "pj-icons" !important;
  margin-right: 3px;
  font-size: 110%;
}

.menu-item-38 a::before {
  content: "\f000";
  font-family: "pj-icons" !important;
  margin-right: 3px;
  font-size: 110%;
}

.menu-item-39 a::before {
  content: "\f006";
  font-family: "pj-icons" !important;
  margin-right: 3px;
  font-size: 110%;
}

@media only screen and (max-width: 1300px) {
  #navi-wrap {
    left: 0;
  }
  #navi-wrap .cart-count {
    display: none;
  }
}

.cart-count {
  margin: 0 0 0 -6px;
  color: white;
  border: 0 solid white;
  border-radius: 12px;
  padding: 2px 6px 1px;
  background-color: black;
  font-size: 10px;
  z-index: 20;
  position: relative;
  font-weight: bold;
}

#tablet {
  position: absolute;
  width: 100vw;
  background-color: #F2F2F2;
  display: none;
  left: 0;
  top: 0;
  z-index: 230;
}

#navicon {
  display: none;
  padding: 2px;
}
@media only screen and (max-width: 1300px) {
  #navicon {
    display: block;
  }
}

#topmenubar {
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 18px;
  z-index: 240;
}
#topmenubar .burger {
  display: block;
}

.Cart_cart__HtzRM {
  margin-top: 0px;
  margin-right: 21px;
}

.top-bar {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1300px) {
  .top-bar {
    display: none;
  }
}

.top-bar ul {
  list-style-type: none;
  display: flex;
  padding: 5px;
}

.top-bar li {
  position: relative;
  list-style-type: none;
  display: flex;
  margin: 0 11px;
  padding: 0;
  color: black;
}

.top-bar li a {
  font-family: "OpenSans-Regular";
  font-weight: normal;
  color: #333;
  font-size: 120%;
}

.top-bar li ul li a {
  color: #333;
}

.top-bar li .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 22px;
  left: 0;
  background-color: white;
  width: 200px;
  border-radius: 0.5rem;
  padding-bottom: 15px;
}

.top-bar li .sub-menu li {
  border-bottom: 1px solid white;
}

.top-bar li .sub-menu li:last-child a {
  padding-right: 0;
  padding-left: 0;
}

.top-bar li:hover .sub-menu a {
  display: block;
  text-align: center;
}

.top-bar .menu-item-has-children:hover .sub-menu {
  display: block;
}

ul.top-bar li .sub-menu li a {
  text-transform: initial;
  font-weight: normal;
  font-family: "OpenSans-Regular";
  font-size: 92%;
}

ul.top-bar li .sub-menu li a:first-child {
  padding-top: 5px;
}

ul.top-bar li .sub-menu li a:last-child {
  border: 0;
}

/*mobile*/
ul.mobile-bar {
  font-size: 100%;
}

ul.mobile-bar li {
  border-bottom: 1px solid silver;
  padding: 6px 6px 6px 0;
}

ul.mobile-bar li .sub-menu li {
  margin-left: 10px;
}

ul.mobile-bar li .sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.mobile-bar li .sub-menu li:last-child a {
  border-bottom: 0;
}

ul.mobile-bar li .sub-menu li:first-child {
  border-top: 1px solid silver;
  margin-top: 6px;
}

.nav-button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.nav-button:hover {
  background: rgba(0, 0, 0, 0.7);
}

#header-content {
  display: flex;
  justify-content: space-between;
  background-color: white;
}

.search {
  margin-top: 17px;
  display: flex;
  gap: 8px;
  margin-right: 10px;
}

.search-form {
  display: flex;
  gap: 5px;
}
@media only screen and (max-width: 1300px) {
  .search-form {
    display: none;
  }
}

.search-field {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search-submit {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 4px;
}

* {
  box-sizing: border-box;
}

.page-wrap {
  margin: 0 20px 0 20px;
}

header, footer, .page-wrap, .content-area {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 70px 20px 0 0;
  padding: 0;
  border-top: 1px solid silver;
}
@media only screen and (max-width: 960px) {
  #footer-container {
    display: block;
  }
}

.related.products {
  display: none;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  color: white !important;
}

.woocommerce-product-gallery__image,
.wp-post-image {
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  .woocommerce-product-gallery__image,
  .wp-post-image {
    width: 100%;
    height: auto;
  }
}

.woocommerce-product-gallery__trigger {
  display: inline-block;
  z-index: 10;
  position: relative;
  background-color: white;
  padding: 4px;
  border-radius: 15px;
  left: 21px;
  top: 40px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

.product-type-simple, .product-type-variable {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.summary.entry-summary {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: white;
  padding: 10px;
  margin-top: 27px;
}

.variations_form.cart {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px;
  justify-content: start;
  justify-items: start; /* 🔥 wichtig */
}

/* großes Bild */
.woocommerce-product-gallery__wrapper div:nth-child(1) {
  grid-column: 1/-1;
  justify-self: start;
}

/* Thumbnails */
.woocommerce-product-gallery__wrapper div:nth-child(n+2) {
  grid-row: 2;
  justify-self: start; /* 🔥 zwingt links */
}

.woocommerce-product-gallery__wrapper div:nth-child(n+2)::after {
  content: ""; /* Zwingend erforderlich, auch wenn leer */
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: transparent; /* Gestaltet das "Pseudo-Div" */
}

img {
  width: auto;
}

.products {
  width: 100%;
  display: grid;
  justify-content: start;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 30px !important;
}
.products li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1300px) {
  .products {
    grid-template-columns: auto;
  }
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  min-width: 250px;
}

.products .product img {
  width: 250px;
  height: auto; /* Erlaubt die proportionale Höhe */
  display: block;
  margin: 0 auto;
}

/* Falls die Titel immer an der gleichen Stelle beginnen sollen */
.products .product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.woocommerce ul.products::before {
  content: none;
}

/* WooCommerce Overrides */
.woocommerce ul.products li.product {
  margin: 0 !important; /* Entfernt alte WooCommerce-Abstände */
  width: 100% !important; /* Das Grid bestimmt die Breite, nicht WooCommerce */
  float: none !important; /* Deaktiviert alte Layout-Methoden */
}

.woocommerce ul.products {
  display: grid !important; /* Erzwingt Grid gegen WC-Styles */
}

.woocommerce img, .woocommerce-page img {
  height: auto !important;
}

.woocommerce ul.products li.product a img {
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}

/* Produktseite Auswahl Formular */
.label {
  background-color: #ccc;
  border-radius: 6px !important;
  border: 2px solid white;
  padding: 3px;
}

#pa_format {
  font-size: 100%;
}

.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed,
.single_add_to_cart_button.button.alt {
  margin-top: 18px;
  border: 0px;
  background-color: skyblue;
  padding: 12px;
  font-size: 16px;
}

.reset_variations {
  display: none !important;
}

.price {
  margin: 0;
}

.legal-price-info {
  font-size: 90%;
}

.woocommerce-Price-amount.amount {
  font-size: 180%;
}

.wc-gzd-additional-info.small-business-info {
  display: none;
}

.product p.wc-gzd-additional-info {
  clear: left;
  font-size: 0.9em;
  margin-bottom: 0px;
  margin-top: 0;
}

.product .product_meta {
  display: flex;
  flex-direction: column;
}

.product .product_title.entry-title {
  margin-bottom: 0;
  margin-top: 0;
}

.label {
  border-radius: 6px !important;
  border: 2px solid white;
}

.single_add_to_cart_button.button.alt {
  width: 100%;
  cursor: pointer;
}

select {
  font-size: 100%;
}

.woocommerce-variation-description {
  font-size: 85%;
}

.sku_wrapper {
  display: none;
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
  display: inline-block;
  height: 24px;
  margin: 0 4px 2px;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  width: auto;
}

#wapo-total-price-table {
  display: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  max-width: max-content;
}

/*# sourceMappingURL=main.css.map */
