@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa.ttf");
}
@font-face {
  font-family: "InstrumentSans";
  src: url("../fonts/InstrumentSans-Regular.ttf");
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "InstrumentSans";
  color: #173317;
  background-color: rgba(128, 239, 128, 0.0431372549);
  font-size: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-display: swap;
  scroll-padding-top: 110px;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
.container div {
  position: relative;
  z-index: 2;
}

.scroll-animate {
  opacity: 0;
}

.background-separator {
  background-color: #97ca97;
}
.background-separator h1, .background-separator p {
  color: #fff;
}

footer {
  background-color: #173317;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: -10px;
}
footer a {
  border-bottom: 2px solid #fff;
}

h1, h3 {
  font-family: "BodoniModa";
  font-size: 3rem;
  color: #173317;
  margin-bottom: 10px;
  word-break: break-word;
}

h1 {
  line-height: 3rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: bold;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.lazy-background {
  background-size: cover;
  background-position: center;
}

.text-green {
  color: #529752;
}

.menu li.active a {
  border-bottom: 2px solid #529752;
  color: #529752;
}

button, .button {
  border-radius: 10px;
  color: #fff;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  border: none;
  position: relative;
  margin-top: 10px;
}
button:after, button:before, .button:after, .button:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  top: 4px;
  left: 7px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
button:before, .button:before {
  position: absolute;
  left: calc(100% - 28px);
  transform: translateY(-50%);
  top: calc(50% + 1px);
}
button.button--white, .button.button--white {
  border: 2px solid #fff;
}
button.button--white:after, .button.button--white:after {
  background-image: url("../images/arrow.svg");
}
button.button--white:before, .button.button--white:before {
  background-image: url("../images/arrow_green.svg");
  opacity: 0;
  transform: translateY(-10px);
}
button.button--white:hover, .button.button--white:hover {
  background-color: #fff;
  color: #529752;
}
button.button--white:hover:after, .button.button--white:hover:after {
  opacity: 0;
}
button.button--white:hover:before, .button.button--white:hover:before {
  opacity: 1;
}
button.button--white-background, .button.button--white-background {
  color: #529752;
  background-color: #fff;
}
button.button--white-background:after, .button.button--white-background:after {
  background-image: url("../images/arrow_green.svg");
}
button.button--white-background:before, .button.button--white-background:before {
  background-image: url("../images/arrow.svg");
  opacity: 0;
}
button.button--white-background:hover, .button.button--white-background:hover {
  background-color: #529752;
  color: #fff;
}
button.button--white-background:hover:after, .button.button--white-background:hover:after {
  opacity: 0;
}
button.button--white-background:hover:before, .button.button--white-background:hover:before {
  opacity: 1;
}
button.button--green, .button.button--green {
  color: #529752;
  border: 2px solid #529752;
}
button.button--green:after, .button.button--green:after {
  background-image: url("../images/arrow_green.svg");
}
button.button--green:before, .button.button--green:before {
  background-image: url("../images/arrow.svg");
  opacity: 0;
}
button.button--green:hover, button.button--green.button--is-active, .button.button--green:hover, .button.button--green.button--is-active {
  background-color: #529752;
  color: #fff;
}
button.button--green:hover:after, button.button--green.button--is-active:after, .button.button--green:hover:after, .button.button--green.button--is-active:after {
  opacity: 0;
}
button.button--green:hover:before, button.button--green.button--is-active:before, .button.button--green:hover:before, .button.button--green.button--is-active:before {
  opacity: 1;
}

.icon {
  height: 30px;
  width: 30px;
}

a:not(.button):hover {
  border-bottom: 2px solid #529752;
  color: #529752;
}

#association-sektion a:not(.button):hover {
  border-bottom: 2px solid #fff;
  color: #fff;
}

ul {
  margin-left: 20px;
  list-style-type: disc;
}
ul li::marker {
  color: #529752;
}

.vertical-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.display-two-images, .display-one-image {
  position: relative;
}
.display-two-images img, .display-one-image img {
  display: inline-block;
  text-align: right;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
.display-two-images img:nth-child(2), .display-one-image img:nth-child(2) {
  width: 65%;
  float: right;
  position: relative;
}
.display-two-images img:nth-child(1), .display-one-image img:nth-child(1) {
  position: absolute;
  width: 40%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.display-one-image img {
  width: 100% !important;
}

.flower {
  z-index: 0;
  position: absolute;
  filter: grayscale(100%);
  opacity: 0.75;
}
.flower.flower--left, .flower.flower--right {
  transform: scale(3);
  bottom: 230px;
}
.flower.flower--left {
  left: 0;
}
.flower.flower--right {
  right: 0;
}

/* Home */
#home *, #a-propos h1, #documents-dokumente h1, #contact h1 {
  color: #fff;
}

#home-news {
  margin-bottom: 10px;
}
#home-news .article-list {
  overflow: hidden;
}
#home-news .article-list .slideshow {
  width: 100%;
  height: 600px;
  margin-left: 0;
}
#home-news .article-list .slideshow img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-news .article-list a:hover {
  border: none;
  cursor: pointer;
}
#home-news .article-list .slideshow__article-item {
  background-color: #b2f5b2;
  position: relative;
}
#home-news .article-list .slideshow__article-item.is-active, #home-news .article-list .slideshow__article-item:hover {
  background-color: #529752;
  color: #fff;
}
#home-news .article-list .slideshow__article-item h2 {
  font-family: "BodoniModa";
  line-height: 1.2rem;
  max-width: calc(100% - 40px);
}
#home-news .article-list .slideshow__article-item .icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.item-full {
  height: 70vh;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  color: #fff;
}
.item-full img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.item-full .item-full__info {
  height: 100%;
  text-align: left;
  background-color: #529752;
}
.item-full .item-full__info h2 {
  font-family: "BodoniModa";
  font-size: 2rem;
}
.item-full .button {
  margin-top: 20px;
  display: inline-block;
}
.item-full .slideshow__arrows {
  overflow: hidden;
  user-select: none;
}
.item-full .slideshow__arrows > div {
  background-color: #529752;
  padding: 5px 10px;
}
.item-full .slideshow__arrows > div:hover {
  cursor: pointer;
  background-color: #b2f5b2;
}
.item-full .slideshow__arrows > div {
  border-radius: 10px;
}
.item-full .slideshow__arrows img {
  height: 30px;
}
.item-full .slideshow__arrows {
  right: 20px;
}

/* Form */
:focus {
  outline: none;
}

input, textarea, select {
  border: 2px solid #529752;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
}

textarea {
  height: 200px;
}

input[name=contact_gender] {
  opacity: 0;
}

.form-container div {
  width: 100%;
}

/* Items (sections, news) */
.item {
  color: #173317;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  width: calc(33% - 1.65rem);
}
.item img {
  border-radius: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  transition-duration: 0.3s;
}
.item .show-middle {
  top: calc(50% - 1.5rem);
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.item .show-middle h2 {
  font-family: "BodoniModa";
  font-size: 2rem;
}
.item:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 111, 8, 0.1960784314);
}
.item:hover {
  cursor: pointer;
}

.article-list .article {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.article-list .articles-list__separator {
  border-bottom: 2px solid #173317;
  padding-bottom: 10px;
  position: relative;
}
.article-list .articles-list__separator:after {
  content: "";
  background-image: url("../images/arrow_green.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  position: relative;
  display: inline-block;
  top: 4px;
  left: 7px;
}
.article-list .articles-list__separator:hover {
  cursor: pointer;
}

/* alert */
.alert {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.alert.alert--success {
  background-color: #A3DC9A;
  color: #518b48;
}
.alert.alert--error {
  background-color: #f86681;
  color: #c5092f;
}

/* Slideshow */
.slideshow {
  height: 100%;
  position: relative;
}
.slideshow .slideshow__img {
  overflow: hidden;
  display: none;
}
.slideshow .slideshow__img.is-active {
  display: inline-block;
}
.slideshow .slideshow__arrows {
  position: absolute;
  bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.slideshow .slideshow__arrows div {
  display: inline-block;
}

/* Banner cookie */
#bannerCookie {
  background-color: #173317;
  color: #529752;
  padding: 10px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  font-size: 0.7rem;
  width: 100%;
  z-index: 100;
}
#bannerCookie h1 {
  font-size: 1rem;
  color: #529752;
  line-height: 0.9rem;
}
#bannerCookie a {
  text-decoration: underline;
}
#bannerCookie .banner__button {
  padding: 5px 10px;
  border: 2px solid #b2f5b2;
  display: inline-block;
}
#bannerCookie .banner__button:hover {
  background-color: #b2f5b2;
  color: #529752;
}
#bannerCookie .banner__button:before, #bannerCookie .banner__button:after {
  display: none;
}

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