/* Copyright by TwooDoo, Wegberg / Rath-Anhoven - 2024                                           */
/* Dieses Style-Sheet unterliegt dem Schutz des Urheberrechts.                                   */
/* Jegliche Weiterverwendung, auch in Teilen, ohne unsere schriftliche Zustimmung ist untersagt. */
:focus {
  outline: none;
  background-color: #626262;
}

a:link {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline dotted;
}
a:link:hover {
  text-decoration: underline dotted;
}
a:visited {
  color: inherit;
  font-weight: inherit;
}

body {
  font-family: "PlaypenSans", sans-serif;
  font-size: 1.1rem;
  font-size: clamp(1.1rem, 5vw - 3rem, 1.25rem);
  font-weight: 500;
  font-variation-settings: "wght" 450;
  text-rendering: optimizeLegibility;
  line-height: 1.4em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #91a147;
}

.h1 {
  padding: 10px;
  margin: 0 auto;
  font-size: 2.2em;
  line-height: 1.4em;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  text-align: center;
}

.h2 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.h3 {
  margin: 0;
  padding: 10px 0 8px;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.h4 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

img {
  border: none;
}

strong,
b {
  font-weight: bold;
}

blockquote,
q {
  font-style: italic;
}

.main {
  display: block;
  margin: 0;
  padding: 0;
}

.hd {
  max-width: 1440px;
  margin: 0 auto;
}
.hd .hd-fig {
  display: block;
  margin: 0;
  padding: 0;
}
.hd .hd-fig video,
.hd .hd-fig img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 65vh;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center 60%;
}
.hd .hd-fig .contain {
  object-fit: contain;
}
.hd .hd-fig .initial {
  object-fit: initial;
}
.hd .fig-info {
  position: relative;
}
.hd .fig-info .figcap-info {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.4em;
}

.sect-main {
  margin: 0 auto;
  padding: 10px 0 0;
}

.article-main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 75px;
  background-image: url("style-img/bogen-weiss.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.article-main .fig-article {
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  margin: 0;
  padding: 25px;
}
.article-main .fig-article .fig-sub {
  position: relative;
  margin: 0 0 10%;
  padding: 0;
}
.article-main .fig-article .fig-sub:last-of-type {
  margin: 0;
}
.article-main .fig-article img,
.article-main .fig-article video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 0 30px -2px #91a147;
  box-shadow: 0 0 30px -2px #717e37;
}
.article-main .fig-article img {
  aspect-ratio: 4/3;
}
.article-main .fig-article video {
  aspect-ratio: 4/3;
}
.article-main .fig-article .hoch {
  aspect-ratio: 3/4;
}
.article-main .fig-article figcaption {
  font-size: 0.9em;
  padding: 5px 25px;
  color: #ffffff;
}
.article-main .div-article {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 768px;
  padding: 25px;
}

.article-main:nth-of-type(even) {
  color: #91a147;
  background-color: #ffffff;
  background-image: url("style-img/bogen-gruen.png");
}

.article-main:last-of-type {
  background-image: none;
  background-image: url("style-img/bogen-gruen-dunkel.png");
}

.article-top {
  padding: 0;
}

.signatur {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 75px;
  color: #ffffff;
  background-color: #717e37;
}
.signatur .impressum {
  padding: 20px 0;
  text-align: center;
}
.signatur .impressum a {
  margin: 0 10px;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.signatur .twoodoo {
  padding: 10px 0;
  font-size: 0.85em;
  text-align: center;
}
.signatur .twoodoo a {
  color: inherit;
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

.navigation {
  padding: 50px 0;
}
.navigation ul {
  margin: 15px;
}
.navigation ul li {
  margin: 15px;
}

.trenner {
  color: inherit;
  margin: 50px 0;
}

.fett,
strong {
  font-weight: 700;
  font-variation-settings: "wght" 650;
}

.menu {
  z-index: 99;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.menu .menuinput {
  display: none;
  position: absolute;
}
.menu .menulabel {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  margin-left: 0;
  cursor: pointer;
  background-color: #879642;
}
.menu .menulabel .menuburger {
  position: relative;
  top: 20px;
  margin: auto;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
}
.menu .menulabel .menuburger::before {
  content: "";
  position: absolute;
  top: -8px;
  margin: auto;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
}
.menu .menulabel .menuburger::after {
  content: "";
  position: absolute;
  top: 8px;
  margin: auto;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
}
.menu .menulabel .meunschalter {
  display: none;
}
.menu .menulabel b {
  display: none;
}
.menu .menuflaeche {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0;
  cursor: default;
  background-color: #f4fdb6;
  background-color: rgba(244, 253, 182, 0.7);
}
.menu .menuinhalt {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  width: calc(100% - 60px);
  max-width: 300px;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
  transform: translateX(-305px);
}
.menu .menuinhalt ul {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu .menuinhalt ul li {
  padding: 0;
  margin: 8px;
  background-color: #849341;
}
.menu .menuinhalt ul li a {
  display: block;
  line-height: 66px;
  text-align: center;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  text-decoration: none;
  color: white;
}
.menu .menuinhalt ul .aktuell a,
.menu .menuinhalt ul .aktuell:hover a {
  color: #879642;
  background-color: white;
}
.menu .menuinhalt ul :hover {
  background-color: #b5c377;
}
.menu .menuinput:checked ~ .menulabel {
  top: 8px;
}
.menu .menuinput:checked ~ .menulabel span::before {
  top: 1px;
  transform: rotate(45deg);
}
.menu .menuinput:checked ~ .menulabel span {
  background-color: transparent;
}
.menu .menuinput:checked ~ .menulabel span::after {
  top: 1px;
  transform: rotate(-45deg);
}
.menu .menuinput:checked ~ .menulabel b::after {
  opacity: 0;
}
.menu .menuinput:checked ~ .menuflaeche {
  height: 100vh;
}
.menu .menuinput:checked ~ .menuinhalt {
  transform: translateX(48px);
}

.menu-boden {
  z-index: 99;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  color: weiss;
  background-color: #616c30;
}
.menu-boden ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 650px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.menu-boden ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  height: 40px;
  width: calc(50% - 10px);
  max-width: 250px;
  margin: 5px 0;
  padding: 0;
  background-color: #717e37;
}
.menu-boden ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  text-decoration: inherit;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.menu-boden ul li a span {
  display: none;
}
.menu-boden ul .kontakt {
  background-image: url("images/menu/kontakt-symbol.png");
}
.menu-boden ul .tel {
  font-size: 0.9em;
  background-image: url("images/menu/handy-symbol.png");
}

.fig-flex .fig-contain {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: auto;
}

.galerie {
  max-width: initial;
  text-align: center;
  padding: 0;
}
.galerie .div-article {
  max-width: initial;
  padding: 0;
}
.galerie .div-article .h2 {
  margin: 0 auto;
  padding: 0 0 5px;
}
.galerie .div-article .h3 {
  margin: 50px auto;
  padding: 0;
}
.galerie .div-article .hr-galerie {
  color: inherit;
  width: 85%;
  margin: 0 auto 50px;
}

.galerie-top {
  padding: 0;
}

.fig-galerie {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}
.fig-galerie .fig-fig-galerie {
  position: relative;
  display: block;
  max-width: 700px;
  padding: 0;
  margin: 0;
}
.fig-galerie .fig-fig-galerie video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  aspect-ratio: 1920/1080;
  object-fit: cover;
  object-position: center center;
}
.fig-galerie .fig-fig-galerie img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center center;
}
.fig-galerie .fig-fig-galerie .hoch {
  aspect-ratio: 3/4;
}
.fig-galerie .fig-fig-galerie figcaption {
  position: absolute;
  right: 25px;
  left: initial;
  bottom: 25px;
  max-width: calc(100% - 130px);
  padding: 5px 25px;
  font-size: 0.9em;
  color: #ffffff;
  background-color: #91a147;
}
.fig-galerie .fig-fig-galerie .figc-video {
  position: relative;
  left: 0;
  bottom: 0;
  max-width: calc(100% - 50px);
}
.fig-galerie .fig-fig-galerie:nth-of-type(even) figcaption {
  right: initial;
  left: 25px;
}

.fig-gal-video .fig-fig-galerie {
  position: initial;
  margin: 0 0 50px;
}
.fig-gal-video .fig-fig-galerie figcaption {
  position: initial;
  max-width: calc(100% - 50px);
}

.galradio {
  position: relative;
}
.galradio .galinput {
  z-index: -99;
  opacity: 0;
  position: absolute;
}
.galradio .galimages {
  position: relative;
  text-align: left;
}
.galradio .galimages label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.galradio .galimages label img {
  display: block;
  opacity: 0;
  width: 100%;
  height: auto;
  transform: scale(2) rotate(0deg) translate(0) skew(0deg, 0deg);
  transition: all 0.8s linear;
}
.galradio .galimages label:first-of-type {
  position: relative;
}
.galradio .galbuttons {
  position: absolute;
  bottom: 5%;
  z-index: 99;
  width: 100%;
  text-align: center;
  cursor: default;
}
.galradio .galbuttons label {
  display: inline-block;
  width: 5%;
  max-width: 35px;
  height: 21px;
  margin: 0 10px;
  border-radius: 0;
  cursor: pointer;
}
.galradio .galbuttons label span {
  display: block;
  height: 5px;
  padding: 0;
  margin: 8px 0;
  background-color: gray;
}
.galradio .galnav > div {
  z-index: 9;
  position: absolute;
  top: calc(50% - 25px);
  width: 10%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
}
.galradio .galnav > div label {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.galradio .galnav > div label::after {
  position: absolute;
  opacity: 1;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s linear;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
}
.galradio .galnav .gallinks {
  left: 0;
}
.galradio .galnav .gallinks label {
  left: 0;
}
.galradio .galnav .gallinks label::after {
  content: "";
  background-image: url("style-img/chevron-left.png");
}
.galradio .galnav .galrechts {
  right: 0;
}
.galradio .galnav .galrechts label {
  right: 0;
}
.galradio .galnav .galrechts label::after {
  content: "";
  background-image: url("style-img/chevron-right.png");
}
.galradio .gain01:checked ~ .galbuttons .gabut01 span {
  background-color: white;
}
.galradio .gain02:checked ~ .galbuttons .gabut02 span {
  background-color: white;
}
.galradio .gain03:checked ~ .galbuttons .gabut03 span {
  background-color: white;
}
.galradio .gain01:checked ~ .galimages .glab1 {
  z-index: 1;
}
.galradio .gain01:checked ~ .galimages .gaimg01 {
  visibility: visible;
  opacity: 1;
  transform: scale(1) rotate(0deg) translate(0) skew(0deg, 0deg);
}
.galradio .gain02:checked ~ .galimages .glab2 {
  z-index: 1;
}
.galradio .gain02:checked ~ .galimages .gaimg02 {
  visibility: visible;
  opacity: 1;
  transform: scale(1) rotate(0deg) translate(0) skew(0deg, 0deg);
}
.galradio .gain03:checked ~ .galimages .glab3 {
  z-index: 1;
}
.galradio .gain03:checked ~ .galimages .gaimg03 {
  visibility: visible;
  opacity: 1;
  transform: scale(1) rotate(0deg) translate(0) skew(0deg, 0deg);
}
.galradio .gain01:checked ~ .galnav .gallinks .galinks03 {
  display: block;
}
.galradio .gain01:checked ~ .galnav .galrechts .garechts02 {
  display: block;
}
.galradio .gain02:checked ~ .galnav .gallinks .galinks01 {
  display: block;
}
.galradio .gain02:checked ~ .galnav .galrechts .garechts03 {
  display: block;
}
.galradio .gain03:checked ~ .galnav .gallinks .galinks02 {
  display: block;
}
.galradio .gain03:checked ~ .galnav .galrechts .garechts01 {
  display: block;
}

@media all and (min-width: 768px) {
  .article-main {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 125px 0;
  }
  .article-main .fig-article {
    flex-grow: 1;
    flex-shrink: 4;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 1000px;
  }
  .article-main .fig-article img,
  .article-main .fig-article video {
    height: 100%;
    max-width: 1000px;
  }
  .article-main .fig-article figcaption {
    position: absolute;
    right: initial;
    left: 40px;
    bottom: 40px;
    max-width: calc(100% - 130px);
    background-color: #91a147;
  }
  .article-main .div-article {
    flex-grow: 1;
    flex-shrink: 5;
    max-width: 500px;
    padding: 0 50px;
  }
  .galerie {
    max-width: initial;
  }
  .galerie .div-article {
    max-width: initial;
  }
  .galerie .h2,
  .galerie .h3 {
    max-width: 500px;
  }
  .galerie .fig-galerie .fig-fig-galerie {
    flex-basis: calc(50% - 15px);
  }
  .article-top {
    padding: 0 0 50px;
    margin: 0 auto;
  }
  .article-top .div-article {
    max-width: 700px;
  }
  .article-top .galerie {
    max-width: initial;
  }
  .article-top .galerie .h2,
  .article-top .galerie .h3 {
    max-width: 768px;
  }
  .article-main:nth-last-of-type(even) {
    flex-direction: row-reverse;
  }
  .article-main:nth-last-of-type(even) .fig-article figcaption {
    right: 40px;
    left: initial;
    color: #ffffff;
    background-color: #91a147;
  }
  .menu-boden ul li a,
  .menu-boden ul li label {
    background-position: 15px center;
  }
  .menu-boden ul li a span,
  .menu-boden ul li label span {
    display: block;
  }
  .menu-boden ul li .tel {
    background-position: 195px center;
  }
}
@media all and (min-width: 1024px) {
  .sect-main {
    padding: 20px 0 0;
  }
  .h1 {
    padding: 0 10px 60px;
  }
  .article-main {
    padding: 175px 0;
  }
  .article-main .fig-article {
    flex-shrink: 2;
  }
  .article-main .div-article {
    flex-shrink: 3;
  }
  .article-main .galerie {
    max-width: initial;
  }
  .article-top,
  .galerie-top {
    padding: 0 0 275px;
    margin: 0 auto;
  }
  .menu {
    position: -webkit-sticky;
    position: sticky;
    margin: 15px 0;
    background-color: #8b9a44;
  }
  .menu .menulabel {
    display: none;
  }
  .menu .menuinhalt {
    position: initial;
    max-width: 1440px;
    margin: 0 auto;
    transform: translateX(0);
  }
  .menu .menuinhalt ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 35px;
    width: auto;
    margin: 0;
    padding: 10px 25px;
  }
  .menu .menuinhalt ul li {
    margin: 0;
    padding: 0;
    width: calc(20% - 40px);
  }
  .menu .menuinhalt ul li a {
    display: block;
    padding: 10px 30px;
    line-height: initial;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background-color: #a0b250;
    border-radius: 3px;
    box-shadow: 0 0 8px 2px #7b883c;
  }
  .menu .menuflaeche {
    display: none;
  }
  .menu .menuinput:checked ~ .menuinhalt {
    transform: translateX(0);
  }
}
@media all and (min-width: 1350px) {
  .sect-main {
    padding: 60px 0 0;
  }
  .article-main {
    padding: 275px 0;
  }
  .article-top,
  .galerie-top {
    padding: 50px 0 275px;
  }
}
@media (min-width: 10px) {
  .anim-h1 {
    animation-name: anim-h1-base;
    display: block;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 768px) {
  .anim-h1 {
    animation-name: anim-h1-768;
    display: block;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
}
@keyframes anim-h1-base {
  0% {
    font-variation-settings: "wght" 100;
    text-shadow: 0 0 0 white;
  }
  55% {
    font-variation-settings: "wght" 900;
    text-shadow: 0 0 5px white;
  }
  60% {
    font-variation-settings: "wght" 900;
    text-shadow: 0 0 5px white;
  }
  100% {
    font-variation-settings: "wght" 500;
    text-shadow: 0 0 0 white;
  }
}
@keyframes anim-h1-768 {
  0% {
    font-variation-settings: "wght" 100;
    font-size: 2rem;
    line-height: 2.2em;
    text-shadow: 0 0 0 white;
  }
  55% {
    font-variation-settings: "wght" 900;
    font-size: 2.6rem;
    line-height: 2.2em;
    text-shadow: 0 0 5px white;
  }
  60% {
    font-variation-settings: "wght" 900;
    font-size: 2.6rem;
    line-height: 2.2em;
    text-shadow: 0 0 5px white;
  }
  100% {
    font-variation-settings: "wght" 500;
    font-size: 2.2rem;
    line-height: 2.2em;
    text-shadow: 0 0 0 white;
  }
}
@font-face {
  font-family: "PlaypenSans";
  font-style: normal;
  src: local("PlaypenSans"), url("fonts/playpen-sans/PlaypenSans[wght].woff2") format("woff2 supports variations"), url("fonts/playpen-sans/PlaypenSans[wght].woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: fallback;
}
/* Copyright 2023 The Playpen Sans Project Authors (https://github.com/TypeTogether/Playpen-Sans)*/
/* This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: https://scripts.sil.org/OFL */