/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/styles.scss ***!
  \***********************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 600;
}

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

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  line-height: 1;
  cursor: pointer;
}

fieldset {
  border: none;
}

input {
  background-color: transparent;
}

:root {
  --transition-speed: 0.3s;
}

:root {
  --color-main: #a4814a;
}

.text-main {
  color: var(--color-main);
}

.text-white {
  color: #fff;
}

.sr-only {
  display: none !important;
}

:root {
  --font-size-14: 0.875rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-24: 1.5rem;
  --font-size-30: 1.875rem;
  --font-size-35: 2.188rem;
  --font-size-45: 2.813rem;
  --font-size-50: 3.125rem;
  --font-size-70: 4.375rem;
  --font-size-100: 6.25rem;
  --font-size-125: 7.813rem;
  --font-size-200: 12.5rem;
  --font-size-260: 16.25rem;
  --font-size-300: 18.75rem;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font: 1em/1.2 "liebling", sans-serif;
  color: var(--color-dark);
}

a {
  transition: all var(--transition-speed);
}

/* ===== Base ===== */
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: normal;
  font-weight: 400;
  src: url(570a43d0601bf1073bc2.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 400;
  src: url(70e2fe713ad05587579f.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 200;
  src: url(6aa58bc890788e73d657.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 300;
  src: url(a0a823c9ec214ae82955.woff2) format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-family: "Spectral", "Georgia", serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}

h2,
h3,
h4,
h5,
h6 {
  font-style: italic;
}

strong {
  font-weight: 600;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.frame {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100%;
  padding: 70px 30px 90px 30px;
  background-color: #faf8f5;
  border: 20px solid #fcf5ec;
  background: url(28f8b29b3cd18737ee9a.webp) no-repeat center center;
  background-size: cover;
  color: #fcf5ec;
}

@media (min-width: 1024px) {
  .frame {
    padding: 50px;
  }
}
.main {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header {
  position: relative;
  display: flex;
  justify-content: center;
}

.logo {
  width: 120px;
  height: auto;
}

.slogan {
  font-style: italic;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .slogan {
    font-size: 29px;
  }
}
.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  font-style: italic;
  font-size: 20px;
  margin-top: 50px;
  line-height: 1;
}

.footer .legal-link {
  justify-self: start;
}

.footer .contact {
  justify-self: center;
  text-align: center;
}

.footer .instagram {
  justify-self: end;
}

@media (max-width: 1023px) {
  .footer {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0.75em;
  }
  .footer .legal-link {
    order: 3;
    justify-self: center;
  }
  .footer .contact {
    order: 1;
    justify-self: center;
  }
  .footer .instagram {
    order: 2;
    justify-self: center;
    position: static;
  }
}
@media (min-width: 1024px) {
  .footer {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .instagram {
    position: absolute;
    right: -10px;
    bottom: -60px;
  }
}
.instagram img {
  width: 24px;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .instagram img {
    width: 20px;
  }
}
.legal-link {
  font-size: 18px;
}

@media (max-width: 1023px) {
  .legal-link {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -70px;
    font-size: 16px;
  }
}
/* Legal page (Impressum etc.) */
.legal-page {
  padding: 70px 25px;
  background-color: #fcf5ec;
  color: #a4814a;
}

@media (min-width: 768px) {
  .legal-page {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.legal-page__content {
  max-width: 56em;
  margin: 0 auto;
  margin-top: 50px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .legal-page__content {
    font-size: 17px;
  }
}
.legal-page__content ul {
  list-style-type: disc;
}

.legal-page__content a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.legal-page__content h2 {
  font-size: 1.45em;
  margin-bottom: 0.3em;
  padding-bottom: 0.2em;
}

@media (min-width: 768px) {
  .legal-page__content h2 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
  }
}
.legal-page__content h3 {
  font-size: 1em;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.35em;
}

.legal-page__content h3:first-of-type {
  margin-top: 1em;
}

.legal-page__content address {
  font-style: normal;
  margin: 0.5em 0 1em;
}

.legal-page__content p {
  margin: 0 0 0.5em;
}

.legal-page__content .legal-page__tagline {
  margin-top: 1em;
}

.legal-page__content .legal-page__tagline + h2 {
  margin-top: 1.7em;
  padding-top: 1.5em;
  border-top: 1px solid rgba(164, 129, 74, 0.25);
}

.legal-page__content ul {
  margin: 0.5em 0 1em;
  padding-left: 1.25em;
}

.legal-page__content li {
  margin-bottom: 0.25em;
}

.lang-switcher {
  position: absolute;
  top: -50px;
  right: -10px;
  font-size: 15px;
  color: var(--color-main);
}
@media (min-width: 768px) {
  .lang-switcher {
    top: 15px;
    right: 0;
    font-size: 17px;
  }
}

.lang-switcher__link {
  opacity: 0.75;
  color: inherit;
}
.lang-switcher__link:hover {
  opacity: 1;
}

.lang-switcher__current {
  opacity: 1;
  font-weight: 400;
}

.lang-switcher__sep {
  opacity: 0.6;
  margin: 0 0.15em;
  font-weight: 200;
}

/*# sourceMappingURL=bundle-v1.css.map*/