/*
 Theme Name:   Gluecksschmied
 Description:  GLU Theme
 Author:       STUDIOHORN
 Author URI:   https://www.studio-horn.de
 Template:     twentytwentytwo
 Version:      1.0
 Text Domain:  jab
*/
/*== General SCSS ==*/
/*== General ==*/
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica-Light.eot') format('embedded-opentype');
  src: url('fonts/Helvetica-Light.woff') format('woff'), url('fonts/Helvetica-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica.eot') format('embedded-opentype');
  src: url('fonts/Helvetica.woff') format('woff'), url('fonts/Helvetica.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RotisSans';
  src: url('fonts/RotisSerifStd.eot') format('embedded-opentype');
  src: url('fonts/RotisSerifStd.woff') format('woff'), url('fonts/RotisSerifStd.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.header-claim {
  font-family: 'RotisSans' !important;
}
p, span, a, li, div {
  font-family: 'Helvetica';
  font-weight: 400;
  font-size: 20px;
  line-height: 2 !important;
}
h1, h2, h3, h4, h5 {
  letter-spacing: unset !important;
  font-family: 'RotisSans' !important;
  font-weight: 400 !important;
}
sub {
  bottom: 0;
  font-size: inherit;
  font-weight: 600;
}
a span:hover {
  color: var(--primary);
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: var(--primary) !important;
  text-decoration: none;
}
h2 {
  font-size: 50px;
}
:root {
  --primary: #A99967;
  --secondary: #000;
  --lightprimary: #F9F9F1;
}
body {
  overflow-x: hidden;
  background-color: var(--lightprimary);
  hyphens: manual;
}
.container-small {
  max-width: 780px !important;
}
.container-medium {
  max-width: 100rem !important;
}
.container-large {
  max-width: 1600px !important;
}
.entry-header {
  display: none !important;
}
.header-inner {
  display: none !important;
}
#site-content {
  margin-top: 150px;
}
.header-logo {
  height: 100px;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 25px;
}
.header-logo img {
  width: 350px;
  height: auto;
}
.powered-by-wordpress {
  display: none !important;
}
.headline-border {
  border-bottom: 2px solid var(--primary);
  padding-bottom: 15px;
  max-width: 700px;
}
.post-inner {
  padding-top: 0 !important;
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
  color: var(--secondary) !important;
}
/*== General END ==*/
/*== Navigation ==*/
.main-menu a {
  font-family: 'Helvetica' !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 18px;
}
.main-menu a span {
  font-family: 'Helvetica' !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 18px;
}
.modal-nav-logo {
  margin-bottom: 25px;
  padding-top: 25px;
}
@media (min-width: 600px) {
  .modal-nav-logo {
    display: none;
  }
}
.wp-block-navigation__container {
  width: 100%;
}
.wp-block-navigation__container li {
  align-self: center;
}
/*== Navigation END ==*/
/*== Header ==*/
.headerfix {
  margin: 0 !important;
}
/*== Header END ==*/
/*== Footer ==*/
/* .footer-nav-widgets-wrapper {
	background: var(--primary);
    color: white !important;
	margin-top: 0 !important;
}

.footer-nav-widgets-wrapper a {
	color: white !important;
}

.footer-widgets-outer-wrapper {
	padding-top: 10px !important;
    padding-bottom: 10px !important;
	border-bottom: none !important;
}

.footer-widgets-wrapper .grid-item {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-inner {
    max-width: 130rem !important;
}

.to-the-top {
	display: none !important;
}

#site-footer {
	display: none !important;
} */
footer p a {
  font-size: 18px;
  color: #fff !important;
}
footer p a:hover {
  font-size: 18px;
  color: #f0f0f0 !important;
}
/*== Footer END ==*/
/*== Site specific SCSS ==*/
/*== content ==*/
.wp-site-blocks {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-separator.has-alpha-channel-opacity.is-style-wide {
  max-width: 268px !important;
  color: #A99967 !important;
  height: 3px !important;
}
#intro p {
  font-family: 'RotisSans' !important;
  font-weight: 400 !important;
}
.floater-ltr {
  background-color: #fff;
  position: relative;
  z-index: 9;
  margin-right: -25%;
  margin-left: 25%;
}
.floater-rtl {
  background-color: #fff;
  position: relative;
  z-index: 9;
  margin-left: -25%;
  max-width: 700px;
}
.floater-rtl-product {
  background-color: #fff;
  position: relative;
  z-index: 9;
  margin-left: -25%;
  max-width: 700px;
}
@media (max-width: 1227px) {
  .floater-ltr {
    margin-right: 0;
    margin-left: 0;
  }
  .floater-rtl {
    margin-left: 0;
    max-width: unset;
  }
  .floater-rtl-product {
    margin-left: 0;
    max-width: unset;
  }
}
@media (max-width: 1064px) {
  .char-has-cover {
    height: 100%;
  }
  .char-has-cover .wp-block-cover {
    min-height: 100% !important;
  }
}
@media (max-width: 781px) {
  .tradition-cover {
    min-height: 450px !important;
  }
  .wp-block-navigation__container {
    gap: 22px;
  }
  .char-has-cover {
    height: 400px;
  }
  #schoko-shop {
    margin-bottom: 20px !important;
  }
  #haselnuss-shop {
    margin-bottom: 20px !important;
  }
  .spacer-mobilefix {
    display: none;
  }
}
@media (max-width: 781px) {
  .wp-block-navigation__responsive-container {
    padding: 50px !important;
    background-color: #F9F9F1 !important;
  }
  .wp-block-navigation__responsive-container-content a span {
    font-size: 28px;
  }
  .wp-block-navigation__container {
    gap: 22px !important;
    justify-content: center;
  }
  .tradition-text {
    text-align: center;
  }
  .tradition-text br {
    display: none;
  }
}
@media (max-width: 467px) {
  h2 {
    font-size: 34px !important;
  }
  .wp-block-site-logo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .intro-text, .floater-ltr, #geschichte, .floater-rtl, .wlinie-text, .tradition-text, .marke-text, .floater-rtl-product {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .schmied-bg {
    margin: 0px !important;
    padding: 0px !important;
  }
  .marke-text-inner {
    margin: 0px !important;
    padding: 0px !important;
  }
  .contact-column {
    text-align: center;
  }
  .intro-text br {
    display: none;
  }
  .floater-ltr br {
    display: none;
  }
}
.woocommerce button[type=submit]:not(.wp-block-search__button) {
  color: #000 !important;
}
.woocommerce button[type=submit]:not(.wp-block-search__button):hover {
  color: #fff !important;
}
.wpforms-submit, .button, .wp-elements-button {
  background-color: #fff !important;
  border: 2px solid #A99967 !important;
  text-transform: uppercase;
}
.wpforms-submit:hover, .button:hover, .wp-elements-button:hover {
  background-color: #A99967 !important;
  border: 2px solid #A99967 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.components-button.wc-block-components-button.wc-block-mini-cart__footer-checkout.contained {
  background-color: #fff !important;
  border: 2px solid #A99967 !important;
  text-transform: uppercase;
}
.components-button.wc-block-components-button.wc-block-mini-cart__footer-checkout.contained:hover {
  background-color: #A99967 !important;
  border: 2px solid #A99967 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.schmied-bg::before {
  content: '';
  position: absolute;
  left: 50px;
  bottom: -4px;
  width: 295px;
  height: 380px;
  background: url(https://gluecksschmied-likoer.de/wp-content/uploads/2022/11/GS_Schmied.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.liebe-group p {
  position: relative;
  font-family: 'RotisSans' !important;
  font-weight: 500;
  z-index: 1;
}
.liebe-group:before {
  content: '';
  position: absolute;
  right: 150px;
  top: 50px;
  width: 222px;
  height: 200px;
  background: url(https://gluecksschmied-likoer.de/wp-content/uploads/2022/11/quote-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 0;
}
.wpforms-submit {
  background-color: #fff !important;
  border: 2px solid #A99967 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}
.wpforms-submit ::hover {
  background-color: #A99967 !important;
  border: 2px solid #A99967 !important;
  color: #fff;
}
.shop-row h3 {
  margin-bottom: -7px;
}
@media (min-width: 782px) {
  .contact-hr {
    margin-left: 0;
  }
}
@media (max-width: 544px) {
  footer {
    padding-top: 25px;
  }
}
.wlinie-text {
  font-family: 'RotisSans' !important;
  font-weight: 500;
}
/*== Woocommerce ==*/
.addtocartbox {
  text-align: center;
  /* 	& .add_to_cart_button {
		background-color: #fff!important;
		border: 2px solid #A99967!important;
		text-transform: uppercase;
	& .add_to_cart_button::hover {
		background-color: #A99967!important;
		border: 2px solid #A99967!important;
		color: #fff;
		}
	} */
}
.addtocartbox .add_to_cart_inline {
  border: none !important;
}
.addtocartbox .woocommerce-Price-amount {
  display: none;
}
.wp-block-woocommerce-mini-cart-contents a, .wp-block-woocommerce-mini-cart-contents table, .wp-block-woocommerce-mini-cart-contents p, .wp-block-woocommerce-mini-cart-contents div, .wp-block-woocommerce-mini-cart-contents span {
  font-size: 18px;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__footer-cart {
  display: none !important;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__footer-checkout {
  background-color: #fff !important;
  border: 2px solid #A99967 !important;
  text-transform: uppercase;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__footer-checkout span {
  font-size: 18px;
}
.shop-pages a, .shop-pages strong, .shop-pages p, .shop-pages span, .shop-pages tr, .shop-pages ul, .shop-pages li, .shop-pages .select2-results__option {
  font-size: 18px !important;
}
.shop-pages .button.alt {
  color: #212529 !important;
}
.shop-pages h3 {
  font-size: 22px !important;
}
.added_to_cart.wc-forward {
  display: none !important;
}
.button.wp-element-button {
  /* color: #000!important; */
}
.wc-block-components-button__text:hover {
  color: #fff;
}
.components-modal__header .components-popover {
  display: none;
}
.wc-gzd-additional-info.shipping-costs-info {
  display: none;
}
.shop_table.woocommerce-checkout-review-order-table {
  background: transparent !important;
}
.shop-row {
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  color: #fff !important;
  z-index: 999;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
}
.wc-block-mini-cart__title {
  font-size: 26px !important;
  padding-top: 8px;
}
/*== Age Consent ==*/
.page-takeover-close-button {
  display: none;
}
.page-takeover {
  max-height: 100%;
  box-sizing: border-box;
  /* max-height: 100%; */
  overflow-y: scroll;
  background: url(https://gluecksschmied-likoer.de/wp-content/uploads/2022/11/age-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 8px solid #A99967;
}
.page-takeover-container {
  top: 80% !important;
}
.page-takeover-button-nein {
  background-color: #fff !important;
  border: 2px solid #A99967 !important;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 200px;
  display: inline-block !important;
  margin-bottom: 50px;
}
.page-takeover-button a {
  margin-top: 50px;
}
#page-takeover-button a {
  background-color: #A99967 !important;
  border: 2px solid #A99967 !important;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 200px;
  display: inline-block !important;
  color: #fff !important;
  border-radius: none !important;
}
.page-takeover-custom-content-after {
  color: #000;
}
.page-takeover-custom-content-after img {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-height: 500px) {
  .page-takeover-container {
    top: 140% !important;
  }
}
@media screen and (min-height: 700px) {
  .page-takeover-container {
    top: 95% !important;
  }
}
@media screen and (min-height: 850px) {
  .page-takeover-container {
    top: 85% !important;
  }
}
@media screen and (min-height: 1024px) {
  .page-takeover-container {
    top: 80% !important;
  }
}
/*== content END ==*/
/*== Module specific SCSS ==*/
