@charset "UTF-8";
@layer reset, defaults, theme;
@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  fieldset,
  figure,
  figcaption,
  blockquote,
  dl,
  dd {
    margin: 0;
  }
  ul:where([class]),
  ol:where([class]) {
    padding: 0;
    list-style: none;
  }
  @media screen and (prefers-reduced-motion: no-preference) {
    html:focus-within {
      scroll-behavior: smooth;
    }
  }
  body {
    text-rendering: optimizeSpeed;
  }
  a:not([class]) {
    text-decoration-skip-ink: auto;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  input,
  button,
  textarea,
  select {
    font: inherit;
  }
  button {
    border: none;
  }
  @media (prefers-reduced-motion: reduce) {
    html:focus-within {
      scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../../fonts/open-sans-v15-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../../fonts/open-sans-v15-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../../fonts/open-sans-v15-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../../fonts/open-sans-v15-latin-800.woff2") format("woff2"), url("../../fonts/open-sans-v15-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mclaren-regular - latin */
@font-face {
  font-family: "McLaren";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/mclaren-v7-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("McLaren"), local("McLaren-Regular"), url("../../fonts/mclaren-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/mclaren-v7-latin-regular.woff2") format("woff2"), url("../../fonts/mclaren-v7-latin-regular.woff") format("woff"), url("../../fonts/mclaren-v7-latin-regular.ttf") format("truetype"), url("../../fonts/mclaren-v7-latin-regular.svg#McLaren") format("svg"); /* Legacy iOS */
}
.invisible {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@layer defaults {
  html {
    height: 100%;
    font-size: 100%;
    overflow-y: scroll;
  }
  @media print {
    html html * {
      font-family: sans-serif;
      font-size: 10pt;
      color: black;
      line-height: 1.35;
      height: auto;
      min-height: 0;
      width: auto;
      margin: 0;
      padding: 0;
      overflow: visible;
    }
  }
  body {
    min-height: 100vh;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: hsl(0, 5%, 10%);
  }
  body * {
    line-height: 1.5;
  }
  @media print {
    body {
      min-height: 0;
      height: auto;
    }
  }
  @media print {
    [id=wrapper] {
      min-height: 0;
      height: auto;
      display: block;
    }
  }
  [id=wrapper] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
  }
  [id=container] {
    flex: 1 0 auto;
  }
  header .inside {
    max-width: var(--wrapper, 75rem);
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline: clamp(1rem, 2vw, 1.5rem);
  }
  @media print {
    header {
      display: none;
    }
  }
  main > .inside {
    padding-block-start: 2em;
    padding-block-end: 3em;
  }
  main > .inside > * + * {
    margin-block-start: 4em;
  }
  article:not(.full-bleed, .hero) {
    max-width: var(--wrapper, 75rem);
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline: clamp(1rem, 2vw, 1.5rem);
  }
  article.full-bleed.restricted-content {
    padding-block: clamp(1em, 2vw, 2.5em);
  }
  article.full-bleed.restricted-content > * {
    max-width: var(--wrapper, 75rem);
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline: clamp(1rem, 2vw, 1.5rem);
  }
  article.full-bleed.restricted-content:last-of-type {
    margin-bottom: -3em;
  }
  article.full-bleed.full-content {
    padding-block: clamp(1em, 2vw, 2.5em);
    padding-inline: clamp(1rem, 2vw, 1.5rem);
  }
  article.full-bleed.full-content:last-of-type {
    margin-bottom: -3em;
  }
  article:last-of-type > div:last-of-type {
    margin-bottom: 4em;
  }
  article:not(.flow-reset) > * + * {
    margin-top: 3em;
  }
  section:not(.flow-reset) > * + * {
    margin-block-start: 0.75em;
  }
  .flow > * + * {
    margin-block-start: 1.5em;
  }
  .flow--big > * + * {
    margin-block-start: 3em;
  }
  .flow--small > * + * {
    margin-block-start: 0.75em;
  }
  footer {
    background-color: hsl(0, 0%, 13%);
  }
  footer .inside {
    max-width: var(--wrapper, 75rem);
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline: clamp(1rem, 2vw, 1.5rem);
  }
  @media print {
    footer {
      display: none;
    }
  }
}
@layer defaults {
  hr {
    height: 1px;
    margin: 2em auto;
    margin-block-start: 2em;
    border: 0;
    background: hsl(0, 0%, 93%);
  }
  blockquote {
    position: relative;
    margin-block-start: 1em;
    padding-inline-start: 1.5rem;
  }
  blockquote::before {
    content: "❝";
    position: absolute;
    inset-block-start: -1rem;
    inset-inline-start: 0;
    font-size: 3em;
    color: hsl(0, 0%, 93%);
  }
  blockquote p {
    margin-bottom: 0.25em;
    font-size: 1.5rem;
  }
  blockquote cite {
    font-style: italic;
    font-size: 0.875rem;
  }
  dl {
    padding-left: 0.5rem;
    border-left: 5px solid hsl(0, 0%, 98%);
    font-size: 0.875rem;
    color: hsl(0, 0%, 46%);
  }
  dl dt {
    font-weight: 600;
  }
  dl dd a {
    color: currentColor;
  }
  dl dd:not(:last-of-type) {
    margin-bottom: 1em;
  }
  figcaption {
    margin-block-start: 0.25em;
    font-size: 0.875rem;
    font-style: italic;
    color: hsl(0, 0%, 46%);
  }
  em {
    font-style: italic;
  }
  strong {
    font-weight: 600;
  }
  small {
    font-weight: 0.875rem;
  }
  cite {
    font-style: italic;
  }
  q {
    font-style: italic;
  }
  abbr {
    cursor: help;
  }
  code {
    background-color: hsl(0, 0%, 96%);
    padding: 0.125em 0.25rem;
    border-radius: 0.25em;
  }
  sub,
  sup {
    display: inline-block;
    line-height: 1;
    font-size: 0.625em;
  }
  sub {
    transform: translateY(0.25ex);
  }
  sup {
    transform: translateY(-0.25ex);
  }
  i {
    font-style: italic;
  }
  b {
    font-weight: 600;
  }
  ::selection {
    background: crimson;
    color: white;
  }
}
@layer defaults {
  a:link,
  a:visited {
    color: hsl(0, 5%, 10%);
    padding-inline: 2px;
    text-underline-offset: 3px;
  }
  a:hover {
    background-color: hsl(0, 0%, 93%);
    cursor: pointer;
  }
  a:active {
    background-color: crimson;
    color: white;
  }
}
:where(header, nav, footer) a {
  text-decoration: none;
  background-color: unset;
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 3px dashed crimson;
  outline-offset: 2px;
}

@layer defaults {
  h1, h2, h3, h4, h5, h6 {
    width: fit-content;
    font-family: "McLaren", cursive;
    font-weight: 400;
    line-height: 1.2;
  }
  @media print {
    h1, h2, h3, h4, h5, h6 {
      font-family: sans-serif;
      page-break-after: avoid;
    }
  }
  h1 {
    font-size: clamp(1.75rem, 2vw + 1rem, 2.75rem);
  }
  .hero_text > h1 {
    font-size: 3rem;
  }
  @media screen and (max-width: 767px) {
    .hero_text > h1 {
      font-size: 2rem;
    }
  }
  h2 {
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2.125rem);
  }
  h3 {
    font-size: clamp(1rem, 2vw + 0.125rem, 1.75rem);
  }
  h4, h5, h6 {
    font-size: 1rem;
    color: hsl(0, 0%, 46%);
  }
  h1, h2, h3, h4, h5, h6 {
    margin-block-end: 0.5em;
  }
  h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
    margin-block-start: 0.5em;
  }
  p {
    max-width: 65ch;
  }
  p > * + :is(h2, h3, h4, h5, h6) {
    margin-block-start: 1em;
  }
  p p.link-button-style {
    margin-block: 1em;
  }
  p strong {
    color: hsl(0, 0%, 46%);
  }
  article ul,
  article ol {
    padding-inline-start: 2rem;
    line-height: 1.5;
  }
}
@layer theme {
  h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
    margin-block-start: 0.5em;
  }
}
nav ul {
  display: flex;
  margin-bottom: 0;
}
nav ul a,
nav ul strong {
  margin-inline-start: 1rem;
  padding: 1em 1rem;
  font-family: "McLaren";
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 36.25rem) {
  nav ul a,
  nav ul strong {
    margin-inline-start: 0;
    padding-inline: 0.875rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 27.5rem) {
  nav ul a,
  nav ul strong {
    padding-inline: 0.5rem;
    font-weight: 300;
    font-size: 0.75rem;
  }
}
nav ul a:hover,
nav ul strong.active {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 27.5rem) {
  nav {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    align-self: inherit;
  }
  nav a,
  nav strong,
  nav strong.active {
    margin-left: 0;
  }
}
body#top.galerie header {
  box-shadow: unset;
}
body#top.galerie main .inside {
  padding-block-start: unset;
  padding-block-end: unset;
}

.grid_gallery {
  margin-bottom: 1rem;
}
.grid_gallery ul.gallery_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 10px;
}
.grid_gallery ul.gallery_list img {
  width: 100%;
}

/* Embed */
.embed {
  height: 100%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.embed--1-2 {
  padding-top: 200%;
}

.embed--2-1 {
  padding-top: 50%;
}

.embed--2-3 {
  padding-top: 150%;
}

.embed > a > * {
  height: 100%;
  left: 0;
  object-fit: cover;
  padding: 0.25em;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Gallery  */
.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(5, 1fr);
}

.gallery__item--h-2 {
  grid-column-end: span 2;
}

.gallery__item--h-3 {
  grid-column-end: span 3;
}

.gallery__item--v-2 {
  grid-row-end: span 2;
}

.gallery__item--v-3 {
  grid-row-end: span 3;
}

body.start {
  background-image: url("/fotos/galerie/Bunte_Blumenwiese.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header {
  padding-block-start: 1.5em;
  padding-block-end: 2em;
  background-color: white;
  box-shadow: 0 0.0625em 0.125em rgba(0, 0, 0, 0.07), 0 0.125em 0.25em rgba(0, 0, 0, 0.07), 0 0.25em 0.5em rgba(0, 0, 0, 0.07), 0 0.5em 1em rgba(0, 0, 0, 0.07), 0 1em 2em rgba(0, 0, 0, 0.07), 0 2em 4em rgba(0, 0, 0, 0.07);
}

header .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inside .logo {
  font-family: "McLaren";
}
header .inside .logo a {
  font-size: 2.125em;
  line-height: 1;
  text-decoration: none;
}
header .inside .logo p {
  margin-bottom: 0;
  font-size: 1.125em;
  text-indent: 2px;
}
@media screen and (max-width: 53rem) {
  header .inside {
    flex-direction: column;
  }
  header .inside .logo {
    margin-block-end: 1.5em;
  }
}

:where(.start, .kontakt, .impressum, .datenschutz) [id=container] {
  margin-block-start: 5em;
}
@media screen and (max-width: 53em) {
  :where(.start, .kontakt, .impressum, .datenschutz) [id=container] {
    margin-block-start: 3em;
  }
}
@media screen and (max-width: 30em) {
  :where(.start, .kontakt, .impressum, .datenschutz) [id=container] {
    margin-block-start: 1em;
  }
}

footer {
  background-color: hsl(0, 5%, 10%);
  padding-block-start: 1em;
  padding-block-end: 1.25em;
}

footer .inside {
  text-align: center;
}
footer .inside a,
footer .inside span {
  font-size: 0.875rem;
  color: white;
}

.flexbox {
  display: flex;
}

.spaltenset_50_50 .spalte_01 {
  flex: 0 1 50%;
}

.spaltenset_50_50 .spalte_02 {
  flex: 0 1 45%;
}

.spaltenset_62_38 .spalte_01 {
  flex: 0 1 61%;
}

.spaltenset_62_38 .spalte_02 {
  flex: 0 1 33%;
}

.spaltenset_75_25 .spalte_01 {
  flex: 0 1 70%;
}

.spaltenset_75_25 .spalte_02 {
  flex: 0 1 25%;
}

.flexitem:not(:last-of-type) {
  margin-right: 5%;
}

@media screen and (max-width: 849px) {
  .spaltenset_50_50,
  .spaltenset_62_38,
  .spaltenset_75_25 {
    flex-direction: column;
  }
  .spaltenset_50_50 .flexitem:not(:last-of-type),
  .spaltenset_62_38 .flexitem:not(:last-of-type),
  .spaltenset_75_25 .flexitem:not(:last-of-type) {
    margin-inline-end: 0;
  }
  .spaltenset_50_50 .spalte_02,
  .spaltenset_62_38 .spalte_02,
  .spaltenset_75_25 .spalte_02 {
    margin-block-start: 3em;
  }
} /* Ende @media only screen and (max-width: 849px) */
:where(.start) main .inside {
  padding-block: unset;
}

:where(.start) article {
  padding-block-start: 2.5em;
  padding-block-end: 3.5em;
}

article.chripa {
  background-image: url("/fotos/PauleChrista_03.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: hsla(0, 0%, 100%, 0.9);
}
@media screen and (max-width: 54rem) {
  article.chripa {
    background-size: 50%;
  }
}
@media screen and (max-width: 62.5rem) {
  article.chripa section.flow {
    width: 50%;
  }
}
article.chripa img {
  display: none;
}
@media screen and (max-width: 767px) {
  article.chripa {
    background-image: none;
  }
  article.chripa section.flow {
    width: 100%;
  }
  article.chripa img {
    display: block;
    background-color: white;
    border: 3px solid white;
    box-shadow: 0 0.0625em 0.125em rgba(0, 0, 0, 0.07), 0 0.125em 0.25em rgba(0, 0, 0, 0.07), 0 0.25em 0.5em rgba(0, 0, 0, 0.07), 0 0.5em 1em rgba(0, 0, 0, 0.07), 0 1em 2em rgba(0, 0, 0, 0.07), 0 2em 4em rgba(0, 0, 0, 0.07);
  }
}

main .inside article.hero {
  margin-top: -2em;
}

.hero.ueber {
  min-height: 60vh;
  background-image: url(/fotos/hero_apfel.jpg);
  background-size: cover;
}
.hero.ueber .inside {
  max-width: var(--wrapper, 75rem);
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline: clamp(1rem, 2vw, 1.5rem);
  display: flex;
  min-height: inherit;
}
@media screen and (max-width: 48em) {
  .hero.ueber .inside {
    flex-direction: column;
  }
}
.hero.ueber .inside .hero_content {
  display: flex;
}
.hero.ueber .inside .hero_content.left {
  flex: 0 1 auto;
  justify-content: flex-start;
  align-items: flex-end;
}
.hero.ueber .inside .hero_content.left .hero_text {
  margin-block-end: 5em;
  padding: 1em 1rem 1.5em 1rem;
}
.hero.ueber .inside .hero_content.left .hero_text h1, .hero.ueber .inside .hero_content.left .hero_text p {
  margin-block-end: 0;
}
@media screen and (max-width: 48em) {
  .hero.ueber .inside .hero_content.left .hero_text {
    margin-block-end: unset;
  }
}
.hero.ueber .inside .hero_content.right {
  flex: 0 0 auto;
}

ul.gallery_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body#top.makingof section.fotostrecke a {
  display: inline-block;
  width: 200px;
  height: 200px;
}
body#top.makingof section.fotostrecke a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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