/*
Theme Name: Goldene Schmiede
Author: Goldene Schmiede
Author URI: https://goldene-schmiede.de
Version: 2025.10
Requires at least: 6.1
Tested up to: 6.8.2
Requires PHP: 8.2.29
Text Domain: goldene-schmiede
*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Aktura";
  src: url("includes/fonts/Aktura-Regular.woff2") format("woff2"), url("includes/fonts/Aktura-Regular.woff") format("woff"), url("includes/fonts/Aktura-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Molten";
  src: url("includes/fonts/Molten-Display.woff2") format("woff2"), url("includes/fonts/Molten-Display.woff") format("woff"), url("includes/fonts/Molten-Display.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("includes/fonts/CormorantGaramond-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("includes/fonts/CormorantGaramond-Italic-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("includes/fonts/Raleway-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("includes/fonts/Raleway-Italic-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
}
.f-aktura {
  font-family: Aktura, sans-serif;
}

.f-molten {
  font-family: Molten, sans-serif;
}

.f-garamond {
  font-family: CormorantGaramond, serif;
}

.f-raleway {
  font-family: Raleway, sans-serif;
}

h2, .h2 {
  font-family: CormorantGaramond, serif;
  font-size: clamp(30px, 6vw, 50px);
  letter-spacing: -0.05em;
  line-height: 1;
}

h3, .h3 {
  font-size: clamp(25px, 5vw, 40px);
  letter-spacing: -0.05em;
  line-height: 1;
}

h4, .h4 {
  font-size: clamp(18px, 3vw, 25px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.bg-white {
  background: white;
}

html, body {
  background: #fdf8f8;
  display: block;
  width: 100%;
  height: 100dvh;
  color: #121420;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#wrapper > div:nth-of-type(2n + 3) {
  background: white;
}

#container {
  flex: 1;
}

.wrap {
  position: relative;
  display: block;
  padding: clamp(40px, 15vw, 80px) clamp(15px, 5vw, 40px);
}
@media only screen and (min-width: 1080px) {
  .wrap {
    max-width: 91.4285714286rem;
    margin: 0 auto;
  }
}

img {
  border-top-right-radius: clamp(10px, 8vw, 50px);
  border-bottom-right-radius: clamp(10px, 8vw, 50px);
}

.header {
  background: #F95738;
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: background 0.4s ease;
}
.header.js-transform {
  background: #fdf8f8;
}
.header.js-transform .header__logo svg .goldene {
  fill: #F95738;
}
@media only screen and (min-width: 1080px) {
  .header.js-transform .menu > div ul li a:hover {
    color: #F95738;
  }
  .header.js-transform .menu > div ul li.current-menu-item a {
    color: #F95738;
  }
}
@media only screen and (min-width: 1080px) {
  .header .menu {
    display: flex;
    align-self: flex-end;
  }
}
.header .menu > div {
  display: none;
}
@media only screen and (min-width: 1080px) {
  .header .menu > div {
    display: block;
  }
  .header .menu > div ul {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2.1428571429rem;
  }
  .header .menu > div ul li a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease;
  }
  .header .menu > div ul li a:hover {
    color: #fdf8f8;
  }
  .header .menu > div ul li.current-menu-item a {
    color: #fdf8f8;
  }
}
.header .wrap {
  display: flex;
  padding-top: 1.0714285714rem;
  padding-bottom: 1.4285714286rem;
  align-items: center;
}
.header .wrap::after {
  content: "";
  position: absolute;
  display: block;
  right: clamp(15px, 5vw, 40px);
  left: clamp(15px, 5vw, 40px);
  bottom: 0;
  border-bottom: solid 0.0714285714rem #121420;
}
.header .wrap > div:first-of-type, .header .wrap > div:last-of-type {
  width: 100%;
}
.header .wrap > div:last-of-type {
  text-align: right;
}
.header__logo {
  position: relative;
  display: block;
  width: auto;
  height: 2.8571428571rem;
  justify-self: center;
}
.header__logo svg {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.header__logo svg .goldene {
  fill: #fdf8f8;
  transition: 0.3s ease;
}
.header__logo svg .schmiede {
  fill: #121420;
}

#nav-toggle {
  position: relative;
  display: block;
  width: 1.7857142857rem;
  height: 1.4285714286rem;
}
@media only screen and (min-width: 1080px) {
  #nav-toggle {
    display: none;
  }
}
#nav-toggle::before, #nav-toggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
}
#nav-toggle::before {
  top: 0.3571428571rem;
  border-bottom: solid 0.0714285714rem #121420;
}
#nav-toggle::after {
  bottom: 0.4285714286rem;
  border-top: solid 0.0714285714rem #121420;
}

.footer .wrap {
  display: flex;
  padding-top: 1.0714285714rem;
  padding-bottom: 2.1428571429rem;
  align-items: center;
}
.footer .wrap::before {
  content: "";
  position: absolute;
  display: block;
  right: clamp(15px, 5vw, 40px);
  left: clamp(15px, 5vw, 40px);
  top: 0;
  border-bottom: solid 0.0714285714rem #121420;
}
.footer nav {
  position: relative;
  display: block;
  width: 100%;
}
.footer nav ul {
  position: relative;
  display: inline-grid;
  width: 100%;
  gap: 0.3571428571rem;
}
.footer nav ul li {
  text-transform: uppercase;
  text-decoration: none;
}
.footer nav ul li:nth-of-type(2), .footer nav ul li:nth-of-type(5) {
  text-align: right;
}
.footer nav ul li.--large {
  position: relative;
  display: block;
  margin-bottom: 1.0714285714rem;
  text-align: center;
  text-transform: none;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 1;
}
.footer nav ul li.--large a {
  position: relative;
  display: inline-block;
  font-family: CormorantGaramond, serif;
  font-size: clamp(30px, 6vw, 50px);
  letter-spacing: -0.05em;
  line-height: 1;
}
.footer nav ul li a {
  text-decoration: none;
  color: inherit;
}

.keyvisual {
  background: #F95738;
  position: relative;
  display: block;
  width: 100%;
  height: 100dvh;
}
.keyvisual .wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: 5.3571428571rem;
  padding-right: 4.2857142857rem;
  padding-bottom: 5.3571428571rem;
  padding-left: 4.2857142857rem;
}
.keyvisual__logo {
  background: #F95738;
  position: sticky;
  display: block;
  width: 100%;
  max-width: 35.7142857143rem;
  margin: 0 auto clamp(60px, 12vw, 100px);
  padding-top: clamp(20px, 6vw, 60px);
  padding-bottom: clamp(20px, 6vw, 60px);
  top: 5.3571428571rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
  z-index: 1;
}
.keyvisual__logo svg .goldene {
  fill: #fdf8f8;
}
.keyvisual__logo svg .schmiede {
  fill: #121420;
}
.keyvisual__divider {
  position: relative;
  display: block;
  flex: 1;
  margin: 0 0 clamp(20px, 6vw, 60px);
}
.keyvisual__divider span {
  position: relative;
  display: block;
  width: 0;
  height: calc(100% + 60px);
  margin: calc(-1 * clamp(60px, 12vw, 100px)) auto 0;
  border-right: solid 0.0714285714rem #121420;
  opacity: 1;
  transition: opacity 0.6s ease 0.6s, height 0.6s ease 0.6s;
}
.keyvisual__claim {
  font-family: CormorantGaramond, serif;
  font-size: clamp(30px, 6vw, 50px);
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease 1s, transform 1s ease 1s;
}
.keyvisual.js-transition .keyvisual__logo {
  opacity: 0;
  transform: translateY(1.4285714286rem);
}
.keyvisual.js-transition .keyvisual__divider span {
  opacity: 0;
  height: 0;
}
.keyvisual.js-transition .keyvisual__claim {
  opacity: 0;
  transform: translateY(1.4285714286rem);
}
.keyvisual--small {
  height: auto;
}
.keyvisual--small .wrap {
  padding-bottom: clamp(30px, 8vw, 80px);
}
.keyvisual--small .keyvisual__logo {
  display: none;
}
.keyvisual--small .keyvisual__claim {
  padding-top: clamp(20px, 6vw, 60px);
  transition: none;
}

.editorial .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8571428571rem;
}
@media only screen and (min-width: 768px) {
  .editorial .wrap {
    flex-flow: row-reverse;
  }
}
.editorial:not(:last-of-type) .wrap::after {
  content: "";
  position: absolute;
  display: block;
  right: clamp(15px, 5vw, 40px);
  left: clamp(15px, 5vw, 40px);
  bottom: 0;
  border-bottom: solid 0.0714285714rem #121420;
}
.editorial__thumb {
  position: relative;
  display: block;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
@media only screen and (min-width: 768px) {
  .editorial__thumb {
    width: 100%;
    align-self: center;
  }
}
@media only screen and (min-width: 1080px) {
  .editorial__thumb {
    width: calc(70% - 20px);
  }
}
.editorial__thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.editorial__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2.8571428571rem;
}
@media only screen and (min-width: 1080px) {
  .editorial__container {
    width: calc(30% - 20px);
  }
}
.editorial__container a {
  color: #F95738;
}
.editorial__container b, .editorial__container strong {
  font-weight: bold;
}
.editorial-title {
  position: relative;
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
  font-family: CormorantGaramond, serif;
  font-size: clamp(30px, 6vw, 50px);
  letter-spacing: -0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .editorial-title {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1080px) {
  .editorial-title {
    width: 100%;
  }
}
.editorial-subtitle {
  display: block;
  font-family: CormorantGaramond, serif;
  font-size: clamp(25px, 5vw, 40px);
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 600;
  color: #F95738;
}
.editorial-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
}
@media only screen and (min-width: 768px) {
  .editorial-content {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1080px) {
  .editorial-content {
    width: 100%;
    align-self: flex-end;
  }
}
.editorial-content p:not(:last-of-type) {
  margin-bottom: 0.75em;
}
.editorial--type2 .wrap {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .editorial--type2 .editorial__thumb,
  .editorial--type2 .editorial__container {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .editorial--type2 .editorial__container {
    align-self: center;
  }
}
.editorial--type2 .editorial-title {
  width: 100%;
  color: #F95738;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .editorial--type2 .editorial-content {
    width: 100%;
  }
}
.editorial .split {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.8571428571rem;
}
.editorial .split > div {
  width: 50%;
}
.editorial table {
  width: 100%;
  max-width: 17.8571428571rem;
}
.editorial table td:last-of-type {
  text-align: right;
}
.editorial.js-transition .editorial__thumb {
  opacity: 0;
  transform: translateX(-1.4285714286rem);
}
.editorial.js-transition .editorial-title {
  opacity: 0;
  transform: translateY(1.4285714286rem);
}
.editorial.js-transition .editorial-content {
  opacity: 0;
  transform: translateY(-1.4285714286rem);
}
@media only screen and (min-width: 768px) {
  .editorial--left .wrap {
    flex-flow: row;
  }
}

.gallery .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8571428571rem;
}
.gallery .wrap::after {
  content: "";
  position: absolute;
  display: block;
  right: clamp(15px, 6vw, 40px);
  left: clamp(15px, 6vw, 40px);
  bottom: 0;
  border-bottom: solid 0.0714285714rem #121420;
}
.gallery__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.gallery__thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-preview .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8571428571rem;
}
.blog-preview .wrap::after {
  content: "";
  position: absolute;
  display: block;
  right: clamp(15px, 5vw, 40px);
  left: clamp(15px, 5vw, 40px);
  bottom: 0;
  border-bottom: solid 0.0714285714rem #121420;
}
.blog-preview-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4285714286rem;
  width: 100%;
}
.blog-preview-item:not(:last-of-type) {
  padding-bottom: 3.2142857143rem;
}
@media only screen and (min-width: 768px) {
  .blog-preview-item {
    justify-content: space-between;
  }
}
.blog-preview-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  border-bottom: solid 0.0714285714rem #121420;
}
.blog-preview-item__title {
  color: #F95738;
  font-family: CormorantGaramond, serif;
  font-size: clamp(25px, 5vw, 40px);
  letter-spacing: -0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .blog-preview-item__title {
    width: calc(30% - 40px);
  }
}
.blog-preview-item__title a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .blog-preview-item__container {
    width: calc(50% - 40px);
    justify-self: flex-end;
  }
}
.blog-preview-item__excerpt {
  position: relative;
  display: block;
  margin-bottom: 1.4285714286rem;
}
.blog-preview-item__btn {
  color: #F95738;
  text-decoration: none;
}

.faqs-title {
  position: relative;
  display: block;
  margin-bottom: 1.4285714286rem;
  color: #F95738;
}
.faqs-content {
  position: relative;
  display: block;
  margin-bottom: 2.8571428571rem;
}
@media only screen and (min-width: 768px) {
  .faqs-content {
    width: calc(75% - clamp(15px, 5vw, 30px) / 2);
  }
}
@media only screen and (min-width: 1080px) {
  .faqs-content {
    width: calc(50% - clamp(15px, 5vw, 30px) / 2);
  }
}
.faqs-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1080px) {
  .faqs-list {
    column-gap: clamp(15px, 5vw, 30px);
  }
}
.faqs-item {
  position: relative;
  display: block;
  width: 100%;
  padding: clamp(15px, 5vw, 30px) 0;
  border-bottom: solid 0.0714285714rem rgba(18, 20, 32, 0.125);
}
@media only screen and (min-width: 1080px) {
  .faqs-item {
    width: calc(50% - clamp(15px, 5vw, 30px) / 2);
  }
}
.faqs-item__question {
  position: relative;
  font-size: clamp(18px, 3vw, 25px);
  letter-spacing: -0.05em;
  line-height: 1;
  cursor: pointer;
  padding-right: 3.5714285714rem;
}
.faqs-item__question::after {
  content: "+";
  position: absolute;
  display: block;
  width: 3.1428571429rem;
  top: -0.7142857143rem;
  right: 0;
  aspect-ratio: 1;
  color: rgba(18, 20, 32, 0.25);
  font-family: CormorantGaramond, serif;
  font-size: clamp(30px, 6vw, 50px);
  letter-spacing: -0.05em;
  line-height: 1;
  line-height: 0.65;
  text-align: center;
  letter-spacing: 0;
  transform: rotate(0);
  transform-origin: center center;
  transition: 0.3s ease;
}
.faqs-item__answer {
  position: relative;
  display: block;
  max-height: 0;
  padding-left: 0.7142857143rem;
  transition: 0.3s ease 0.1s;
}
.faqs-item__answer::before {
  content: "";
  position: absolute;
  width: 0;
  top: 0.7142857143rem;
  bottom: 0;
  border-left: solid 0.0714285714rem #F95738;
  left: 0;
}
.faqs-item__answer > div {
  padding-left: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.faqs-item__answer a {
  color: #F95738;
}
.faqs-item.--active .faqs-item__question::after {
  color: #F95738;
  transform: rotate(135deg);
}
.faqs-item.--active .faqs-item__answer {
  padding-top: 0.7142857143rem;
  max-height: 7.1428571429rem;
  opacity: 1;
  transition: 0.3s ease;
}
.faqs-item.--active .faqs-item__answer > div {
  padding-left: 0.7142857143rem;
  opacity: 1;
  transition: 0.3s ease 0.2s;
}

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