/* gentium-plus-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gentium Plus";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gentium-plus-v2-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/instrument-serif-v5-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
img,
a,
figure,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  color: #3B2F17;
  background-color: #fff;
}

.mod_article {
  position: relative;
  margin-bottom: 6rem;
}
.mod_article.container {
  padding: 0 7rem;
  max-width: 1600px;
  margin: auto;
  margin-bottom: 6rem;
  width: 100%;
}
.mod_article:last-child {
  margin-bottom: 0;
}

header,
footer,
#header,
#content,
#wrapper,
.wrapper,
#container,
#main,
.inside,
.block {
  width: 100%;
  position: relative;
}

#container {
  padding-top: 220px;
}

.bannerMain {
  width: 100%;
  height: 70vh;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}
.bannerMain .bannerImg {
  position: absolute;
  inset: 0;
}
.bannerMain .bannerImg figure {
  width: 100%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerMain .bannerImg figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 90%;
  background: linear-gradient(90deg, rgba(54, 40, 22, 0.82) 0%, rgba(65, 49, 28, 0.66) 32%, rgba(87, 67, 39, 0.4) 58%, rgba(100, 80, 50, 0.16) 78%, rgba(100, 80, 50, 0.06) 100%), rgba(90, 72, 35, 0.08);
  pointer-events: none;
}
.bannerMain .bannerImg img {
  width: 100%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
  transform: scaleX(-1);
  filter: saturate(0.42) sepia(0.28) brightness(0.82) contrast(0.9);
}
.bannerMain .content-text {
  position: absolute;
  top: 25%;
  left: 32rem;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  z-index: 99999;
}
.bannerMain .content-text p {
  color: #fff;
}
.bannerMain .content-text p .btn.btnPrimary, .bannerMain .content-text p .btnPrimary.password-reset, .bannerMain .content-text p .formbody .widget-submit button, .formbody .widget-submit .bannerMain .content-text p button, .bannerMain .content-text p .mod_newsreader .back a.btnPrimary, .mod_newsreader .back .bannerMain .content-text p a.btnPrimary, .bannerMain .content-text p .mod_newslist .layout_latest .more, .mod_newslist .layout_latest .bannerMain .content-text p .more, .bannerMain .content-text p .linkBox p.btnPrimary, .linkBox .bannerMain .content-text p p.btnPrimary {
  background-color: #fff;
  color: #3B2F17;
}
.bannerMain .content-text p .btn.btnPrimary::before, .bannerMain .content-text p .btnPrimary.password-reset::before, .bannerMain .content-text p .formbody .widget-submit button::before, .formbody .widget-submit .bannerMain .content-text p button::before, .bannerMain .content-text p .mod_newsreader .back a.btnPrimary::before, .mod_newsreader .back .bannerMain .content-text p a.btnPrimary::before, .bannerMain .content-text p .mod_newslist .layout_latest .more::before, .mod_newslist .layout_latest .bannerMain .content-text p .more::before, .bannerMain .content-text p .linkBox p.btnPrimary::before, .linkBox .bannerMain .content-text p p.btnPrimary::before {
  background-color: rgb(212.5, 212.5, 212.5);
}
.bannerMain .content-text p .btn.btnSecondary, .bannerMain .content-text p .password-reset, .bannerMain .content-text p .formbody .widget-submit button.btnSecondary, .formbody .widget-submit .bannerMain .content-text p button.btnSecondary, .bannerMain .content-text p .mod_newsreader .back a, .mod_newsreader .back .bannerMain .content-text p a, .bannerMain .content-text p .mod_newslist .layout_latest .btnSecondary.more, .mod_newslist .layout_latest .bannerMain .content-text p .btnSecondary.more, .bannerMain .content-text p .linkBox p.btnSecondary, .linkBox .bannerMain .content-text p p.btnSecondary {
  color: #fff;
}
.bannerMain .content-text p .btn.btnSecondary::before, .bannerMain .content-text p .password-reset::before, .bannerMain .content-text p .formbody .widget-submit button.btnSecondary::before, .formbody .widget-submit .bannerMain .content-text p button.btnSecondary::before, .bannerMain .content-text p .mod_newsreader .back a::before, .mod_newsreader .back .bannerMain .content-text p a::before, .bannerMain .content-text p .mod_newslist .layout_latest .btnSecondary.more::before, .mod_newslist .layout_latest .bannerMain .content-text p .btnSecondary.more::before, .bannerMain .content-text p .linkBox p.btnSecondary::before, .linkBox .bannerMain .content-text p p.btnSecondary::before {
  inset: 0;
  background-color: rgba(255, 255, 255, 0.05);
}

.banner, .mod_newsreader .media--right figure,
.mod_newsreader .media--left figure,
.mod_newsreader .media--above figure,
.mod_newsreader .media--below figure {
  width: 100%;
  width: 100%;
  height: 30vh;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}
.banner .bannerImg, .mod_newsreader .media--right figure .bannerImg,
.mod_newsreader .media--left figure .bannerImg,
.mod_newsreader .media--above figure .bannerImg,
.mod_newsreader .media--below figure .bannerImg {
  position: absolute;
  inset: 0;
}
.banner .bannerImg figure, .mod_newsreader .media--right figure .bannerImg figure,
.mod_newsreader .media--left figure .bannerImg figure,
.mod_newsreader .media--above figure .bannerImg figure,
.mod_newsreader .media--below figure .bannerImg figure, .banner .bannerImg img, .mod_newsreader .media--right figure .bannerImg img,
.mod_newsreader .media--left figure .bannerImg img,
.mod_newsreader .media--above figure .bannerImg img,
.mod_newsreader .media--below figure .bannerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filter, .box50.media--above figure {
  filter: saturate(0.65) sepia(0.15) brightness(0.92) contrast(0.95);
}

.urkunde figure {
  border: 1px solid #3B2F17;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #3B2F17;
}

h1, .h1 {
  color: #fff;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-weight: 100;
}

h2, .h2 {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 3rem;
}
h2 strong, .h2 strong {
  font-weight: bold;
}

h3, .h3 {
  font-size: 25px;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
h3 strong, .h3 strong {
  font-weight: 600;
}

h4, .h4 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

h5, .h5 {
  font-size: 22px;
  margin-bottom: 1rem;
  line-height: 1.3;
}

h6, .h6 {
  font-size: 18px;
  margin-bottom: 1rem;
  line-height: 1.3;
}

p,
a,
ul li,
ol li {
  font-size: 1.25rem;
  text-decoration: none;
  color: #3B2F17;
}

p {
  margin-bottom: 2rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

.link {
  display: inline;
  position: relative;
  color: #3B2F17;
  border-bottom: 1px solid #3B2F17;
  background-image: linear-gradient(rgba(59, 47, 23, 0.05), rgba(59, 47, 23, 0.05));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  transition: background-size 0.85s cubic-bezier(0.22, 1, 0.36, 1), color 0.45s ease;
}
.link:hover, .link:focus-visible {
  color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
  background-size: 100% 100%;
  border-bottom: 1px solid rgb(89.7951219512, 71.5317073171, 35.0048780488);
}

.arrow {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 0.35rem 0.6rem;
  padding-right: 3rem;
}
.arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(59, 47, 23, 0.05);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.arrow::after {
  content: "";
  position: absolute;
  background: url(../img/right-arrow.svg) center/contain no-repeat;
  width: 1em;
  height: 1em;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), background-image 0.45s ease;
}
.arrow:hover, .arrow:focus-visible {
  color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
}
.arrow:hover::before, .arrow:focus-visible::before {
  transform: scaleX(1);
}
.arrow:hover::after, .arrow:focus-visible::after {
  background: url(../img/right-arrow-hover.svg) center/contain no-repeat;
  transform: translateY(-50%) translateX(10px);
}

ul, ol {
  list-style: none;
}
ul.circle, ol.circle {
  list-style: circle;
  padding-left: 1rem;
}
ul.checkedLight, ol.checkedLight {
  list-style: none;
  padding-left: 0;
}
ul.checkedLight li, ol.checkedLight li {
  display: block;
  padding-left: 2.5rem;
  position: relative;
}
ul.checkedLight li::before, ol.checkedLight li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  display: block;
  flex-shrink: 0;
  background: url(../img/achievement.svg) center/contain no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
ul.checked3, ol.checked3 {
  list-style: none;
  padding-left: 0;
}
ul.checked3 li, ol.checked3 li {
  display: block;
  padding-left: 2.5rem;
  position: relative;
}
ul.checked3 li::before, ol.checked3 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  display: block;
  flex-shrink: 0;
  background: url(../img/checked.svg) center/contain no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
ul.number li, ol.number li {
  position: relative;
  counter-increment: list-counter;
  margin-bottom: 2rem;
  padding: 0 8rem;
}
ul.number li p, ol.number li p {
  position: relative;
  padding-right: 5rem;
}
ul.number li p::before, ol.number li p::before {
  content: counter(list-counter, decimal-leading-zero);
  position: absolute;
  display: block;
  top: -51px;
  left: -7rem;
  font-size: 5rem;
  font-family: "Instrument Serif";
  font-weight: 100;
  opacity: 50%;
}
ul.number2 li, ol.number2 li {
  position: relative;
  counter-increment: list-counter;
  margin-bottom: 2rem;
  padding: 0 8rem;
}
ul.number2 li p, ol.number2 li p {
  position: relative;
  padding-right: 5rem;
}
ul.number2 li p::before, ol.number2 li p::before {
  content: counter(list-counter, decimal-leading-zero);
  position: absolute;
  display: block;
  top: -17px;
  left: -7rem;
  font-size: 5rem;
  font-family: "Instrument Serif";
  font-weight: 100;
  opacity: 50%;
}
ul li, ol li {
  margin: 0;
  margin-bottom: 1rem;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 2rem;
}

.tel::before,
.mail::before,
.ort::before,
.telPrimary {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 35px;
  height: 73px;
}

.tel::before {
  background: url("../img/callWhite.svg") center/contain no-repeat;
}

.mail::before {
  background: url("../img/paper-planeWhite.svg") center/contain no-repeat;
}

.ort::before {
  background: url("../img/pinWhite.svg") center/contain no-repeat;
}

.telPrimary {
  background: url(../img/call.svg) center/contain no-repeat;
}

.btnBox {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.btn, .password-reset, .formbody .widget-submit button, .mod_newsreader .back a, .mod_newslist .layout_latest .more, .linkBox p {
  display: inline-block;
  position: relative;
  min-width: 300px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: 1.25rem;
}
.btn.btnPrimary, .btnPrimary.password-reset, .formbody .widget-submit button, .mod_newsreader .back a.btnPrimary, .mod_newslist .layout_latest .more, .linkBox p.btnPrimary {
  position: relative;
  z-index: 0;
  isolation: isolate;
  background-color: #3B2F17;
  color: #fff;
  transition: color 0.45s ease;
}
.btn.btnPrimary::before, .btnPrimary.password-reset::before, .formbody .widget-submit button::before, .mod_newsreader .back a.btnPrimary::before, .mod_newslist .layout_latest .more::before, .linkBox p.btnPrimary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
  pointer-events: none;
}
.btn.btnPrimary:hover::before, .btnPrimary.password-reset:hover::before, .formbody .widget-submit button:hover::before, .mod_newsreader .back a.btnPrimary:hover::before, .mod_newslist .layout_latest .more:hover::before, .linkBox p.btnPrimary:hover::before, .btn.btnPrimary:focus-visible::before, .btnPrimary.password-reset:focus-visible::before, .formbody .widget-submit button:focus-visible::before, .mod_newsreader .back a.btnPrimary:focus-visible::before, .mod_newslist .layout_latest .more:focus-visible::before, .linkBox p.btnPrimary:focus-visible::before {
  transform: scaleX(1);
}
.btn.btnSecondary, .password-reset, .formbody .widget-submit button.btnSecondary, .formbody .widget-submit button.password-reset, .mod_newsreader .back a, .mod_newslist .layout_latest .btnSecondary.more, .mod_newslist .layout_latest .more.password-reset, .mod_newslist .layout_latest .mod_newsreader .back a.more, .mod_newsreader .back .mod_newslist .layout_latest a.more, .linkBox p.btnSecondary, .linkBox p.password-reset {
  position: relative;
  z-index: 0;
  isolation: isolate;
  color: #3B2F17;
  border: none;
  overflow: visible;
}
.btn.btnSecondary::before, .password-reset::before, .formbody .widget-submit button.btnSecondary::before, .formbody .widget-submit button.password-reset::before, .mod_newsreader .back a::before, .mod_newslist .layout_latest .btnSecondary.more::before, .mod_newslist .layout_latest .more.password-reset::before, .mod_newslist .layout_latest .mod_newsreader .back a.more::before, .mod_newsreader .back .mod_newslist .layout_latest a.more::before, .linkBox p.btnSecondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(59, 47, 23, 0.05);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.btn.btnSecondary:hover::before, .password-reset:hover::before, .formbody .widget-submit button.btnSecondary:hover::before, .mod_newsreader .back a:hover::before, .mod_newslist .layout_latest .btnSecondary.more:hover::before, .mod_newslist .layout_latest .more.password-reset:hover::before, .linkBox p.btnSecondary:hover::before, .btn.btnSecondary:focus-visible::before, .password-reset:focus-visible::before, .formbody .widget-submit button.btnSecondary:focus-visible::before, .mod_newsreader .back a:focus-visible::before, .mod_newslist .layout_latest .btnSecondary.more:focus-visible::before, .mod_newslist .layout_latest .more.password-reset:focus-visible::before, .linkBox p.btnSecondary:focus-visible::before {
  transform: scaleX(1);
}
.btn.btnHeader, .btnHeader.password-reset, .formbody .widget-submit button.btnHeader, .mod_newsreader .back a.btnHeader, .mod_newslist .layout_latest .btnHeader.more, .linkBox p.btnHeader {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 1rem;
  min-width: 250px;
  isolation: isolate;
}
.btn.btnHeader::before, .btnHeader.password-reset::before, .formbody .widget-submit button.btnHeader::before, .mod_newsreader .back a.btnHeader::before, .mod_newslist .layout_latest .btnHeader.more::before, .linkBox p.btnHeader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -60px;
  background-color: rgba(59, 47, 23, 0.05);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.btn.btnHeader a, .btnHeader.password-reset a, .formbody .widget-submit button.btnHeader a, .mod_newsreader .back a.btnHeader a, .mod_newslist .layout_latest .btnHeader.more a, .linkBox p.btnHeader a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.btn.btnHeader a.telPrimary, .btnHeader.password-reset a.telPrimary, .formbody .widget-submit button.btnHeader a.telPrimary, .mod_newsreader .back a.btnHeader a.telPrimary, .mod_newslist .layout_latest .btnHeader.more a.telPrimary, .linkBox p.btnHeader a.telPrimary {
  left: -20px;
  top: 23%;
  bottom: auto;
  width: 30px !important;
  height: 60px !important;
  transition: background-image 0.45s ease, filter 0.45s ease;
}
.btn.btnHeader a p, .btnHeader.password-reset a p, .formbody .widget-submit button.btnHeader a p, .mod_newsreader .back a.btnHeader a p, .mod_newslist .layout_latest .btnHeader.more a p, .linkBox p.btnHeader a p {
  margin-left: 4.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  text-align: center;
  transition: color 0.45s ease;
}
.btn.btnHeader a p:first-of-type, .btnHeader.password-reset a p:first-of-type, .formbody .widget-submit button.btnHeader a p:first-of-type, .mod_newsreader .back a.btnHeader a p:first-of-type, .mod_newslist .layout_latest .btnHeader.more a p:first-of-type, .linkBox p.btnHeader a p:first-of-type {
  font-size: 22px;
  font-weight: bold;
}
.btn.btnHeader:hover::before, .btnHeader.password-reset:hover::before, .formbody .widget-submit button.btnHeader:hover::before, .mod_newsreader .back a.btnHeader:hover::before, .mod_newslist .layout_latest .btnHeader.more:hover::before, .linkBox p.btnHeader:hover::before, .btn.btnHeader:focus-within::before, .btnHeader.password-reset:focus-within::before, .formbody .widget-submit button.btnHeader:focus-within::before, .mod_newsreader .back a.btnHeader:focus-within::before, .mod_newslist .layout_latest .btnHeader.more:focus-within::before, .linkBox p.btnHeader:focus-within::before {
  transform: scaleX(1);
}
.btn.btnHeader:hover a, .btnHeader.password-reset:hover a, .formbody .widget-submit button.btnHeader:hover a, .mod_newsreader .back a.btnHeader:hover a, .mod_newslist .layout_latest .btnHeader.more:hover a, .linkBox p.btnHeader:hover a,
.btn.btnHeader:hover p,
.btnHeader.password-reset:hover p,
.formbody .widget-submit button.btnHeader:hover p,
.mod_newsreader .back a.btnHeader:hover p,
.mod_newslist .layout_latest .btnHeader.more:hover p,
.linkBox p.btnHeader:hover p, .btn.btnHeader:focus-within a, .btnHeader.password-reset:focus-within a, .formbody .widget-submit button.btnHeader:focus-within a, .mod_newsreader .back a.btnHeader:focus-within a, .mod_newslist .layout_latest .btnHeader.more:focus-within a, .linkBox p.btnHeader:focus-within a,
.btn.btnHeader:focus-within p,
.btnHeader.password-reset:focus-within p,
.formbody .widget-submit button.btnHeader:focus-within p,
.mod_newsreader .back a.btnHeader:focus-within p,
.mod_newslist .layout_latest .btnHeader.more:focus-within p,
.linkBox p.btnHeader:focus-within p {
  color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
}
.btn.btnHeader:hover a.telPrimary::before, .btnHeader.password-reset:hover a.telPrimary::before, .formbody .widget-submit button.btnHeader:hover a.telPrimary::before, .mod_newsreader .back a.btnHeader:hover a.telPrimary::before, .mod_newslist .layout_latest .btnHeader.more:hover a.telPrimary::before, .linkBox p.btnHeader:hover a.telPrimary::before, .btn.btnHeader:focus-within a.telPrimary::before, .btnHeader.password-reset:focus-within a.telPrimary::before, .formbody .widget-submit button.btnHeader:focus-within a.telPrimary::before, .mod_newsreader .back a.btnHeader:focus-within a.telPrimary::before, .mod_newslist .layout_latest .btnHeader.more:focus-within a.telPrimary::before, .linkBox p.btnHeader:focus-within a.telPrimary::before {
  background-image: url("../img/callHover.svg");
}

.fontPrimary {
  color: #3B2F17;
}

.backgroundPrimary {
  background-color: #3B2F17;
}
.backgroundPrimary p,
.backgroundPrimary a,
.backgroundPrimary ul li,
.backgroundPrimary ol li,
.backgroundPrimary h2,
.backgroundPrimary h3,
.backgroundPrimary h4 {
  color: #fff;
}
.backgroundPrimary p.mail::before, .backgroundPrimary p .tel::before,
.backgroundPrimary a.mail::before,
.backgroundPrimary a .tel::before,
.backgroundPrimary ul li.mail::before,
.backgroundPrimary ul li .tel::before,
.backgroundPrimary ol li.mail::before,
.backgroundPrimary ol li .tel::before,
.backgroundPrimary h2.mail::before,
.backgroundPrimary h2 .tel::before,
.backgroundPrimary h3.mail::before,
.backgroundPrimary h3 .tel::before,
.backgroundPrimary h4.mail::before,
.backgroundPrimary h4 .tel::before {
  filter: brightness(0) invert(1);
}
.backgroundPrimary .link::after {
  background-color: #fff;
}
.backgroundPrimary .link:hover {
  color: rgb(212.5, 212.5, 212.5);
}
.backgroundPrimary .btnPrimary, .backgroundPrimary .formbody .widget-submit button, .formbody .widget-submit .backgroundPrimary button, .backgroundPrimary .mod_newslist .layout_latest .more, .mod_newslist .layout_latest .backgroundPrimary .more {
  background-color: #fff;
  color: #3B2F17;
}
.backgroundPrimary .btnPrimary::before, .backgroundPrimary .formbody .widget-submit button::before, .formbody .widget-submit .backgroundPrimary button::before, .backgroundPrimary .mod_newslist .layout_latest .more::before, .mod_newslist .layout_latest .backgroundPrimary .more::before {
  background-color: rgb(212.5, 212.5, 212.5);
}
.backgroundPrimary .btnSecondary, .backgroundPrimary .password-reset, .backgroundPrimary .mod_newsreader .back a, .mod_newsreader .back .backgroundPrimary a {
  border: none;
  color: #fff;
}

.backgroundSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide {
  background-color: #6E6E61;
  padding: 4em;
}
.backgroundSecondary p, .content-swiper .swiper .swiper-wrapper .swiper-slide p, .backgroundSecondary a, .content-swiper .swiper .swiper-wrapper .swiper-slide a, .backgroundSecondary ul li, .content-swiper .swiper .swiper-wrapper .swiper-slide ul li, .backgroundSecondary h1, .content-swiper .swiper .swiper-wrapper .swiper-slide h1, .backgroundSecondary h2, .content-swiper .swiper .swiper-wrapper .swiper-slide h2, .backgroundSecondary h3, .content-swiper .swiper .swiper-wrapper .swiper-slide h3, .backgroundSecondary h4, .content-swiper .swiper .swiper-wrapper .swiper-slide h4, .backgroundSecondary .btn, .backgroundSecondary .password-reset, .backgroundSecondary .formbody .widget-submit button, .formbody .widget-submit .backgroundSecondary button, .backgroundSecondary .mod_newsreader .back a, .mod_newsreader .back .backgroundSecondary a, .backgroundSecondary .mod_newslist .layout_latest .more, .mod_newslist .layout_latest .backgroundSecondary .more, .content-swiper .swiper .swiper-wrapper .swiper-slide .btn, .content-swiper .swiper .swiper-wrapper .swiper-slide .password-reset, .content-swiper .swiper .swiper-wrapper .swiper-slide .formbody .widget-submit button, .formbody .widget-submit .content-swiper .swiper .swiper-wrapper .swiper-slide button, .content-swiper .swiper .swiper-wrapper .swiper-slide .mod_newslist .layout_latest .more, .mod_newslist .layout_latest .content-swiper .swiper .swiper-wrapper .swiper-slide .more {
  color: #fff;
}
.backgroundSecondary p.btnPrimary, .content-swiper .swiper .swiper-wrapper .swiper-slide p.btnPrimary, .backgroundSecondary a.btnPrimary, .content-swiper .swiper .swiper-wrapper .swiper-slide a.btnPrimary, .backgroundSecondary ul li.btnPrimary, .content-swiper .swiper .swiper-wrapper .swiper-slide ul li.btnPrimary, .backgroundSecondary h1.btnPrimary, .content-swiper .swiper .swiper-wrapper .swiper-slide h1.btnPrimary, .backgroundSecondary h2.btnPrimary, .content-swiper .swiper .swiper-wrapper .swiper-slide h2.btnPrimary, .backgroundSecondary h3.btnPrimary, .content-swiper .swiper .swiper-wrapper .swiper-slide h3.btnPrimary, .backgroundSecondary h4.btnPrimary, .content-swiper .swiper .swiper-wrapper .swiper-slide h4.btnPrimary, .backgroundSecondary .btn.btnPrimary, .backgroundSecondary .btnPrimary.password-reset, .backgroundSecondary .formbody .widget-submit button, .formbody .widget-submit .backgroundSecondary button, .backgroundSecondary .mod_newslist .layout_latest .more, .mod_newslist .layout_latest .backgroundSecondary .more, .content-swiper .swiper .swiper-wrapper .swiper-slide .btn.btnPrimary, .content-swiper .swiper .swiper-wrapper .swiper-slide .btnPrimary.password-reset, .content-swiper .swiper .swiper-wrapper .swiper-slide .formbody .widget-submit button, .formbody .widget-submit .content-swiper .swiper .swiper-wrapper .swiper-slide button, .content-swiper .swiper .swiper-wrapper .swiper-slide .mod_newslist .layout_latest .more, .mod_newslist .layout_latest .content-swiper .swiper .swiper-wrapper .swiper-slide .more {
  background-color: #fff;
  color: #3B2F17;
}
.backgroundSecondary p.btnPrimary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide p.btnPrimary::before, .backgroundSecondary a.btnPrimary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide a.btnPrimary::before, .backgroundSecondary ul li.btnPrimary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide ul li.btnPrimary::before, .backgroundSecondary h1.btnPrimary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide h1.btnPrimary::before, .backgroundSecondary h2.btnPrimary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide h2.btnPrimary::before, .backgroundSecondary h3.btnPrimary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide h3.btnPrimary::before, .backgroundSecondary h4.btnPrimary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide h4.btnPrimary::before, .backgroundSecondary .btn.btnPrimary::before, .backgroundSecondary .btnPrimary.password-reset::before, .backgroundSecondary .formbody .widget-submit button::before, .formbody .widget-submit .backgroundSecondary button::before, .backgroundSecondary .mod_newslist .layout_latest .more::before, .mod_newslist .layout_latest .backgroundSecondary .more::before, .content-swiper .swiper .swiper-wrapper .swiper-slide .btn.btnPrimary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide .btnPrimary.password-reset::before, .content-swiper .swiper .swiper-wrapper .swiper-slide .formbody .widget-submit button::before, .formbody .widget-submit .content-swiper .swiper .swiper-wrapper .swiper-slide button::before, .content-swiper .swiper .swiper-wrapper .swiper-slide .mod_newslist .layout_latest .more::before, .mod_newslist .layout_latest .content-swiper .swiper .swiper-wrapper .swiper-slide .more::before {
  background-color: rgb(212.5, 212.5, 212.5);
}
.backgroundSecondary p.btnSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide p.btnSecondary, .backgroundSecondary a.btnSecondary, .backgroundSecondary .mod_newsreader .back a, .mod_newsreader .back .backgroundSecondary a, .content-swiper .swiper .swiper-wrapper .swiper-slide a.btnSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide .mod_newsreader .back a, .mod_newsreader .back .content-swiper .swiper .swiper-wrapper .swiper-slide a, .backgroundSecondary ul li.btnSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide ul li.btnSecondary, .backgroundSecondary h1.btnSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide h1.btnSecondary, .backgroundSecondary h2.btnSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide h2.btnSecondary, .backgroundSecondary h3.btnSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide h3.btnSecondary, .backgroundSecondary h4.btnSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide h4.btnSecondary, .backgroundSecondary .btn.btnSecondary, .backgroundSecondary .password-reset, .backgroundSecondary .formbody .widget-submit button.btnSecondary, .backgroundSecondary .formbody .widget-submit button.password-reset, .formbody .widget-submit .backgroundSecondary button.btnSecondary, .formbody .widget-submit .backgroundSecondary button.password-reset, .backgroundSecondary .mod_newslist .layout_latest .btnSecondary.more, .backgroundSecondary .mod_newslist .layout_latest .more.password-reset, .mod_newslist .layout_latest .backgroundSecondary .btnSecondary.more, .mod_newslist .layout_latest .backgroundSecondary .more.password-reset, .content-swiper .swiper .swiper-wrapper .swiper-slide .btn.btnSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide .password-reset, .content-swiper .swiper .swiper-wrapper .swiper-slide .formbody .widget-submit button.btnSecondary, .formbody .widget-submit .content-swiper .swiper .swiper-wrapper .swiper-slide button.btnSecondary, .content-swiper .swiper .swiper-wrapper .swiper-slide .mod_newslist .layout_latest .btnSecondary.more, .mod_newslist .layout_latest .content-swiper .swiper .swiper-wrapper .swiper-slide .btnSecondary.more {
  color: #fff;
}
.backgroundSecondary p.btnSecondary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide p.btnSecondary::before, .backgroundSecondary a.btnSecondary::before, .backgroundSecondary .mod_newsreader .back a::before, .mod_newsreader .back .backgroundSecondary a::before, .content-swiper .swiper .swiper-wrapper .swiper-slide a.btnSecondary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide .mod_newsreader .back a::before, .mod_newsreader .back .content-swiper .swiper .swiper-wrapper .swiper-slide a::before, .backgroundSecondary ul li.btnSecondary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide ul li.btnSecondary::before, .backgroundSecondary h1.btnSecondary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide h1.btnSecondary::before, .backgroundSecondary h2.btnSecondary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide h2.btnSecondary::before, .backgroundSecondary h3.btnSecondary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide h3.btnSecondary::before, .backgroundSecondary h4.btnSecondary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide h4.btnSecondary::before, .backgroundSecondary .btn.btnSecondary::before, .backgroundSecondary .password-reset::before, .backgroundSecondary .formbody .widget-submit button.btnSecondary::before, .formbody .widget-submit .backgroundSecondary button.btnSecondary::before, .backgroundSecondary .mod_newslist .layout_latest .btnSecondary.more::before, .backgroundSecondary .mod_newslist .layout_latest .more.password-reset::before, .mod_newslist .layout_latest .backgroundSecondary .btnSecondary.more::before, .mod_newslist .layout_latest .backgroundSecondary .more.password-reset::before, .content-swiper .swiper .swiper-wrapper .swiper-slide .btn.btnSecondary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide .password-reset::before, .content-swiper .swiper .swiper-wrapper .swiper-slide .formbody .widget-submit button.btnSecondary::before, .formbody .widget-submit .content-swiper .swiper .swiper-wrapper .swiper-slide button.btnSecondary::before, .content-swiper .swiper .swiper-wrapper .swiper-slide .mod_newslist .layout_latest .btnSecondary.more::before, .mod_newslist .layout_latest .content-swiper .swiper .swiper-wrapper .swiper-slide .btnSecondary.more::before {
  inset: 0;
  background-color: rgba(255, 255, 255, 0.05);
}
.backgroundSecondary.box80, .content-swiper .swiper .swiper-wrapper .box80.swiper-slide {
  justify-content: center;
  align-items: center;
}
.backgroundSecondary.box80 .box960 h2, .content-swiper .swiper .swiper-wrapper .box80.swiper-slide .box960 h2 {
  margin-bottom: 20px;
}
.backgroundSecondary.box80 .articleRow, .content-swiper .swiper .swiper-wrapper .box80.swiper-slide .articleRow {
  justify-content: center;
  width: 100%;
}
.backgroundSecondary.box80 .articleRow .box33, .content-swiper .swiper .swiper-wrapper .box80.swiper-slide .articleRow .box33 {
  position: relative;
  margin-left: 90px;
}
.backgroundSecondary.box80 .articleRow .box33 p, .content-swiper .swiper .swiper-wrapper .box80.swiper-slide .articleRow .box33 p {
  margin-bottom: 0;
}

.boxColumn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.backgroundDark {
  background-color: #F4EDE2;
}
.backgroundDark p,
.backgroundDark a,
.backgroundDark ul,
.backgroundDark h3,
.backgroundDark h2,
.backgroundDark h4 {
  color: #fff;
}
.backgroundDark p.mail::before, .backgroundDark p.tel::before,
.backgroundDark a.mail::before,
.backgroundDark a.tel::before,
.backgroundDark ul.mail::before,
.backgroundDark ul.tel::before,
.backgroundDark h3.mail::before,
.backgroundDark h3.tel::before,
.backgroundDark h2.mail::before,
.backgroundDark h2.tel::before,
.backgroundDark h4.mail::before,
.backgroundDark h4.tel::before {
  filter: brightness(0) invert(1);
}
.backgroundDark .link::after {
  background-color: #fff;
}
.backgroundDark .link:hover {
  color: #fff;
}
.backgroundDark .btnPrimary, .backgroundDark .formbody .widget-submit button, .formbody .widget-submit .backgroundDark button, .backgroundDark .mod_newslist .layout_latest .more, .mod_newslist .layout_latest .backgroundDark .more {
  background-color: #fff;
  color: #3B2F17;
  width: 100%;
}
.backgroundDark .btnPrimary::before, .backgroundDark .formbody .widget-submit button::before, .formbody .widget-submit .backgroundDark button::before, .backgroundDark .mod_newslist .layout_latest .more::before, .mod_newslist .layout_latest .backgroundDark .more::before {
  background-color: rgb(212.5, 212.5, 212.5);
}
.backgroundDark .btnSecondary, .backgroundDark .password-reset, .backgroundDark .mod_newsreader .back a, .mod_newsreader .back .backgroundDark a {
  border: none;
  color: #fff;
  width: 100%;
}
.backgroundDark .borderTop, .backgroundDark .accordionBox .content-accordion .handorgel__content, .accordionBox .content-accordion .backgroundDark .handorgel__content {
  border-top: 1px solid #fff;
}

.shadow, .mod_newslist .layout_latest, .header nav > ul.level_1 > li.submenu > ul.level_2, .box30, .box70, .box60.backgroundPrimary, .box100, .mod_newsreader .media--right .rte,
.mod_newsreader .media--left .rte,
.mod_newsreader .media--above .rte,
.mod_newsreader .media--below .rte {
  box-shadow: 0px 3px 15px -7px #F4EDE2;
}

.row {
  display: flex;
  width: 100%;
}

.rowReverse {
  display: flex;
  width: 100%;
  flex-direction: row-reverse !important;
}

.marginBottom {
  margin-bottom: 2rem;
}

#marginTop {
  margin-top: 12em;
}

.noMargin {
  margin-bottom: 0;
}

.textSmall {
  font-size: 16px;
}

.borderTop, .accordionBox .content-accordion .handorgel__content {
  border-top: 1px solid #3B2F17;
  padding-top: 2em;
}

.justifyStart {
  justify-content: flex-start;
}

.articleRow,
.articleColumn,
.content-element-group .box25 .rte,
.box100,
.mod_newsreader .media--right .rte,
.mod_newsreader .media--left .rte,
.mod_newsreader .media--above .rte,
.mod_newsreader .media--below .rte,
.box960,
.boxShifted,
.shiftedDownLeft,
.shiftedDownRight,
.box70,
.linkBox {
  display: flex;
  position: relative;
}

.box100, .mod_newsreader .media--right .rte,
.mod_newsreader .media--left .rte,
.mod_newsreader .media--above .rte,
.mod_newsreader .media--below .rte,
.box70,
.box30,
.shiftedDownLeft,
.shiftedDownRight,
.linkBox {
  align-items: center;
  justify-content: center;
  padding: 4rem;
}

.articleRow {
  width: 100%;
  flex-direction: row;
  gap: 4em;
}
.articleRow .box50.content-text {
  padding: 4em 0;
}

.articleColumn, .content-element-group .box25 .rte {
  width: 100%;
  flex-direction: column;
  gap: 2em;
}

.content-element-group .box25 .rte {
  height: 410px;
  justify-content: space-around;
}

.box960 {
  display: inline-block;
  width: 960px;
}

.box60 {
  width: 60%;
  min-height: 600px;
}
.box60 figure {
  position: relative;
}
.box60 figure img {
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 600px;
}
.box40 {
  width: 33%;
  margin-bottom: 3em;
}

.box70 {
  width: calc(70% - 1rem);
}

.box30 {
  width: calc(30% - 1rem);
}
.box30 .rte {
  display: flex;
  flex-direction: column;
}

.box50 {
  width: 50%;
}
.box50.content-text {
  padding: 4rem;
}
.box50.content-image figure {
  width: auto;
  height: 100%;
}
.box50.content-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box50.media--above {
  padding: 0 !important;
}
.box50.media--above figure {
  margin-bottom: 2rem;
}

.linkBox {
  width: 33%;
  height: 380px;
  margin-bottom: 2rem;
  padding: 0;
  isolation: isolate;
  transition: background-color 0.65s ease;
}
.linkBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.linkBox:hover::before {
  transform: scaleY(1);
}
.linkBox .rte {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.linkBox h2 {
  margin-bottom: 1rem;
}
.linkBox h2 a {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0rem 2rem;
}
.linkBox p {
  font-size: 1.5rem;
  border-top: 1px solid #fff;
  text-align: center;
}
.linkBox p a {
  display: inline-block;
  height: 200%;
  font-size: 1.5rem;
  color: #fff;
}
.linkBox figure {
  position: absolute;
  width: 100%;
  height: 380px;
  top: 0;
  left: 0;
  z-index: -2;
}
.linkBox figure img, .linkBox figure a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(70%);
}

.mod_customnav {
  display: none;
}

.header {
  width: 100%;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background-color: #fff;
  z-index: 999999;
  transition: padding 0.65s ease, gap 0.65s ease;
}
.header #logo {
  width: 10%;
}
.header #logo img {
  width: 100%;
  height: auto;
  transition: width 0.65s ease;
}
.header nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.header nav .invisible {
  display: none;
}
.header nav > ul.level_1 {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.header nav > ul.level_1 > li {
  position: relative;
  margin: 0;
  white-space: nowrap;
}
.header nav > ul.level_1 > li > a,
.header nav > ul.level_1 > li > strong {
  position: relative;
  font-weight: 200;
}
.header nav > ul.level_1 > li > a::after, .header nav > ul.level_1 > li > a.active::after,
.header nav > ul.level_1 > li > strong::after,
.header nav > ul.level_1 > li > strong.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
  transition: width 0.65s ease;
}
.header nav > ul.level_1 > li > a:hover, .header nav > ul.level_1 > li > a.trail, .header nav > ul.level_1 > li > a.active,
.header nav > ul.level_1 > li > strong:hover,
.header nav > ul.level_1 > li > strong.trail,
.header nav > ul.level_1 > li > strong.active {
  color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
  font-weight: 200;
}
.header nav > ul.level_1 > li > a:hover::after, .header nav > ul.level_1 > li > a.trail::after, .header nav > ul.level_1 > li > a.active::after,
.header nav > ul.level_1 > li > strong:hover::after,
.header nav > ul.level_1 > li > strong.trail::after,
.header nav > ul.level_1 > li > strong.active::after {
  width: 100%;
}
.header nav > ul.level_1 > li.submenu > ul.level_2 {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1rem 0;
  z-index: 2000;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(0.5rem);
  transition: opacity 0.65s ease, transform 0.65s ease, visibility 0.65s ease;
}
.header nav > ul.level_1 > li.submenu > ul.level_2 > li {
  margin: 0;
}
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > a,
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > strong {
  display: block;
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 200;
  text-transform: uppercase;
}
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > a::after, .header nav > ul.level_1 > li.submenu > ul.level_2 > li > a.active::after,
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > strong::after,
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > strong.active::after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
  transition: width 0.65s ease;
}
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > a:hover, .header nav > ul.level_1 > li.submenu > ul.level_2 > li > a.trail, .header nav > ul.level_1 > li.submenu > ul.level_2 > li > a.active,
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > strong:hover,
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > strong.trail,
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > strong.active {
  color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
}
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > a:hover::after, .header nav > ul.level_1 > li.submenu > ul.level_2 > li > a.trail::after, .header nav > ul.level_1 > li.submenu > ul.level_2 > li > a.active::after,
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > strong:hover::after,
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > strong.trail::after,
.header nav > ul.level_1 > li.submenu > ul.level_2 > li > strong.active::after {
  width: 80%;
}
.header nav > ul.level_1 > li.submenu:hover > ul.level_2, .header nav > ul.level_1 > li.submenu:focus-within > ul.level_2 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.header nav > ul.level_1 > li:last-of-type {
  width: 1.5rem;
}
.header nav > ul.level_1 > li:last-of-type > a,
.header nav > ul.level_1 > li:last-of-type > strong {
  display: block;
  width: 1.5rem;
  height: 2rem;
  color: transparent;
  overflow: hidden;
}
.header nav > ul.level_1 > li:last-of-type > a::after,
.header nav > ul.level_1 > li:last-of-type > strong::after {
  display: none;
}
.header nav > ul.level_1 > li:last-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  background: url(../img/search.svg) center/contain no-repeat;
  pointer-events: none;
}
.header nav > ul.level_1 > li:last-of-type:hover::before, .header nav > ul.level_1 > li:last-of-type:has(.active)::before {
  background-image: url(../img/search_Hovered.svg);
}

body.scrolled .header {
  gap: 1rem;
  padding-top: 1rem;
}
body.scrolled .header #logo img {
  width: 80%;
}

body.scrolled #container {
  padding-top: 90px;
}

.mod_customnav {
  width: 20%;
  position: relative;
  float: left;
}

.nav-wrapper {
  position: absolute;
  width: 40%;
  top: 80.5px;
  left: 0;
  z-index: 1001;
}

.toggle {
  display: none;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  width: 10%;
}
.burger span {
  height: 3px;
  background-color: #3B2F17;
  transition: transform 0.55s ease, width 0.55s ease, background-color 0.45s ease;
}
.burger span:first-child {
  width: 25px;
}
.burger span:nth-child(2) {
  width: 20px;
}
.burger span:last-child {
  width: 15px;
}

.nav-container {
  background-color: #3B2F17;
  width: 100%;
}
.nav-container ul {
  width: 90%;
}
.nav-container ul li {
  width: 100%;
  padding: 1rem;
  color: #fff;
  text-transform: uppercase;
}
.nav-container ul li .active {
  position: relative;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.nav-container ul li .active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.65s ease;
}
.nav-container ul li .active::after {
  width: 100%;
}
.nav-container ul li a, .nav-container ul li strong {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.25rem;
}
.nav-container ul li a::after, .nav-container ul li strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.65s ease;
}
.nav-container ul li a:hover, .nav-container ul li a:active, .nav-container ul li strong:hover, .nav-container ul li strong:active {
  color: #fff;
}
.nav-container ul li a:hover::after, .nav-container ul li a:active::after, .nav-container ul li strong:hover::after, .nav-container ul li strong:active::after {
  width: 100%;
}
.nav-container ul li .level_2 {
  margin-left: 1rem;
  font-size: 1rem;
}

#hero {
  position: absolute;
  top: -21em;
  right: 7em;
  left: 7em;
  z-index: 9999;
  padding: 2em;
}
#hero .content-element-group {
  margin: auto;
}
#hero .content-element-group .box40 {
  position: relative;
  padding-top: 60px;
}
#hero .content-element-group .box40::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#hero .content-element-group .box40:first-child::before {
  width: 30px;
  height: 30px;
  background-image: url("../img/callWhite.svg");
}
#hero .content-element-group .box40:nth-child(2)::before {
  background-image: url("../img/people.svg");
}
#hero .content-element-group .box40:last-child::before {
  background-image: url("../img/hand-heart.svg");
}
#hero .btnBox {
  gap: 2rem;
  justify-content: center;
}
#hero .btnBox .btn, #hero .btnBox .password-reset, #hero .btnBox .formbody .widget-submit button, .formbody .widget-submit #hero .btnBox button, #hero .btnBox .mod_newsreader .back a, .mod_newsreader .back #hero .btnBox a, #hero .btnBox .mod_newslist .layout_latest .more, .mod_newslist .layout_latest #hero .btnBox .more, #hero .btnBox .linkBox p, .linkBox #hero .btnBox p {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}
#hero .btnBox .btn.btnPrimary, #hero .btnBox .btnPrimary.password-reset, #hero .btnBox .formbody .widget-submit button, .formbody .widget-submit #hero .btnBox button, #hero .btnBox .mod_newsreader .back a.btnPrimary, .mod_newsreader .back #hero .btnBox a.btnPrimary, #hero .btnBox .mod_newslist .layout_latest .more, .mod_newslist .layout_latest #hero .btnBox .more, #hero .btnBox .linkBox p.btnPrimary, .linkBox #hero .btnBox p.btnPrimary {
  padding: 20px 1rem;
  color: #6E6E61;
}
#hero .btnBox .btn.btnSecondary, #hero .btnBox .password-reset, #hero .btnBox .formbody .widget-submit button.btnSecondary, .formbody .widget-submit #hero .btnBox button.btnSecondary, #hero .btnBox .mod_newsreader .back a, .mod_newsreader .back #hero .btnBox a, #hero .btnBox .mod_newslist .layout_latest .btnSecondary.more, .mod_newslist .layout_latest #hero .btnBox .btnSecondary.more, #hero .btnBox .linkBox p.btnSecondary, .linkBox #hero .btnBox p.btnSecondary {
  font-size: 16px;
  padding-left: 40px;
  position: relative;
  color: #fff;
  border: none;
  overflow: visible;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  transition: background-size 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
#hero .btnBox .btn.btnSecondary:hover, #hero .btnBox .password-reset:hover, #hero .btnBox .formbody .widget-submit button.btnSecondary:hover, .formbody .widget-submit #hero .btnBox button.btnSecondary:hover, #hero .btnBox .mod_newsreader .back a:hover, .mod_newsreader .back #hero .btnBox a:hover, #hero .btnBox .mod_newslist .layout_latest .btnSecondary.more:hover, .mod_newslist .layout_latest #hero .btnBox .btnSecondary.more:hover, #hero .btnBox .linkBox p.btnSecondary:hover, .linkBox #hero .btnBox p.btnSecondary:hover, #hero .btnBox .btn.btnSecondary:focus-visible, #hero .btnBox .password-reset:focus-visible, #hero .btnBox .formbody .widget-submit button.btnSecondary:focus-visible, .formbody .widget-submit #hero .btnBox button.btnSecondary:focus-visible, #hero .btnBox .mod_newsreader .back a:focus-visible, .mod_newsreader .back #hero .btnBox a:focus-visible, #hero .btnBox .mod_newslist .layout_latest .btnSecondary.more:focus-visible, .mod_newslist .layout_latest #hero .btnBox .btnSecondary.more:focus-visible, #hero .btnBox .linkBox p.btnSecondary:focus-visible, .linkBox #hero .btnBox p.btnSecondary:focus-visible {
  background-size: 100% 100%;
}
#hero .btnBox .btn.btnSecondary.ort::before, #hero .btnBox .ort.password-reset::before, #hero .btnBox .formbody .widget-submit button.btnSecondary.ort::before, .formbody .widget-submit #hero .btnBox button.btnSecondary.ort::before, #hero .btnBox .mod_newsreader .back a.ort::before, .mod_newsreader .back #hero .btnBox a.ort::before, #hero .btnBox .mod_newslist .layout_latest .btnSecondary.ort.more::before, .mod_newslist .layout_latest #hero .btnBox .btnSecondary.ort.more::before, #hero .btnBox .linkBox p.btnSecondary.ort::before, .linkBox #hero .btnBox p.btnSecondary.ort::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 45px;
  transform: translateY(-50%);
  background: url("../img/pinWhite.svg") center/contain no-repeat;
}
#hero .btnBox .btn.btnSecondary strong, #hero .btnBox .password-reset strong, #hero .btnBox .formbody .widget-submit button.btnSecondary strong, .formbody .widget-submit #hero .btnBox button.btnSecondary strong, #hero .btnBox .mod_newsreader .back a strong, .mod_newsreader .back #hero .btnBox a strong, #hero .btnBox .mod_newslist .layout_latest .btnSecondary.more strong, .mod_newslist .layout_latest #hero .btnBox .btnSecondary.more strong, #hero .btnBox .linkBox p.btnSecondary strong, .linkBox #hero .btnBox p.btnSecondary strong {
  font-size: 20px;
  color: #fff;
}

.accordionBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.accordionBox .content-accordion {
  width: 75%;
  margin: auto;
  border-bottom: 1px solid #3B2F17;
  margin-bottom: 3em;
}
.accordionBox .content-accordion:hover {
  border-color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
}
.accordionBox .content-accordion h2 {
  text-align: center;
}
.accordionBox .content-accordion .handorgel__header__button {
  position: relative;
  width: 100%;
  padding: 2rem;
  border: none;
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 200;
  color: #3B2F17;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #3B2F17;
  isolation: isolate;
}
.accordionBox .content-accordion .handorgel__header__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(59, 47, 23, 0.05);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
  pointer-events: none;
}
.accordionBox .content-accordion .handorgel__header__button > * {
  position: relative;
  z-index: 1;
}
.accordionBox .content-accordion .handorgel__header__button::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/down-arrow.svg) center/cover no-repeat;
  transform: translateY(-50%);
  transition: transform 0.75s ease, background-image 0.45s ease;
  z-index: 2;
}
.accordionBox .content-accordion .handorgel__header__button:hover, .accordionBox .content-accordion .handorgel__header__button:focus, .accordionBox .content-accordion .handorgel__header__button:focus-visible {
  color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
}
.accordionBox .content-accordion .handorgel__header__button:hover::before, .accordionBox .content-accordion .handorgel__header__button:focus::before, .accordionBox .content-accordion .handorgel__header__button:focus-visible::before {
  transform: scaleX(1);
}
.accordionBox .content-accordion .handorgel__header__button:hover span,
.accordionBox .content-accordion .handorgel__header__button:hover strong,
.accordionBox .content-accordion .handorgel__header__button:hover p,
.accordionBox .content-accordion .handorgel__header__button:hover a, .accordionBox .content-accordion .handorgel__header__button:focus span,
.accordionBox .content-accordion .handorgel__header__button:focus strong,
.accordionBox .content-accordion .handorgel__header__button:focus p,
.accordionBox .content-accordion .handorgel__header__button:focus a, .accordionBox .content-accordion .handorgel__header__button:focus-visible span,
.accordionBox .content-accordion .handorgel__header__button:focus-visible strong,
.accordionBox .content-accordion .handorgel__header__button:focus-visible p,
.accordionBox .content-accordion .handorgel__header__button:focus-visible a {
  color: inherit;
}
.accordionBox .content-accordion .handorgel__header__button:hover::after, .accordionBox .content-accordion .handorgel__header__button:focus::after, .accordionBox .content-accordion .handorgel__header__button:focus-visible::after {
  background-image: url(../img/down-arrow-hover.svg);
}
.accordionBox .content-accordion .handorgel__header--open {
  margin-bottom: 0;
}
.accordionBox .content-accordion .handorgel__header--open .handorgel__header__button {
  margin-bottom: 0;
  border: none;
}
.accordionBox .content-accordion .handorgel__header--open .handorgel__header__button::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordionBox .content-accordion .handorgel__content {
  background-color: #fff;
}
.accordionBox .content-accordion .handorgel__content .content-text:last-child {
  margin-bottom: 2rem;
}
.accordionBox .content-accordion .handorgel__content__inner {
  padding: 2rem;
}
.accordionBox .content-text {
  margin: auto;
}

.content-swiper .swiper .swiper-wrapper .swiper-slide .articleRow {
  justify-content: center;
}
.content-swiper .swiper .swiper-wrapper .swiper-slide .articleRow #zitat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.content-swiper .swiper .swiper-wrapper .swiper-slide .articleRow #zitat .rte {
  position: relative;
  height: 270px;
  width: 500px;
  padding: 4rem 8rem;
  text-align: center;
  z-index: 2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-swiper .swiper .swiper-wrapper .swiper-slide .articleRow #zitat .rte p {
  font-style: italic;
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
  color: #3B2F17;
}
.content-swiper .swiper .swiper-wrapper .swiper-slide .articleRow #zitat .rte p.quote {
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
}
.content-swiper .swiper .swiper-wrapper .swiper-slide .articleRow #zitat .rte::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 24px;
  background-image: url("../img/star.svg"), url("../img/star.svg"), url("../img/star.svg"), url("../img/star.svg"), url("../img/star.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0 0, 29px 0, 58px 0, 87px 0, 116px 0;
}
.content-swiper .swiper .swiper-button-prev {
  color: #fff;
  left: 2rem !important;
}
.content-swiper .swiper .swiper-button-prev:hover {
  color: rgb(212.5, 212.5, 212.5);
}
.content-swiper .swiper .swiper-button-next {
  color: #fff;
  right: 2rem !important;
}
.content-swiper .swiper .swiper-button-next:hover {
  color: rgb(212.5, 212.5, 212.5);
}
.content-swiper .swiper .swiper-pagination-bullet,
.content-swiper .swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.mod_search {
  width: 100%;
}
.mod_search strong {
  color: #3B2F17;
  text-transform: uppercase;
}
.mod_search .header {
  gap: 1rem;
  margin-bottom: 0;
}
.mod_search form {
  width: 100%;
}
.mod_search .invisible {
  display: none;
}
.mod_search .formbody {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.mod_search .widget-text {
  position: relative;
  width: 100%;
}
.mod_search .widget-text .invisible {
  display: none;
}
.mod_search .widget-text::before {
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.5rem;
  height: 2rem;
  content: "";
  background: url(../img/search_Hovered.svg) center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.mod_search input[type=search] {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #F4EDE2;
  border-radius: 0;
  box-shadow: none;
}
.mod_search input[type=search]:focus-within {
  border: none;
}
.mod_search input[type=search]:focus {
  border-bottom: 1px solid #3B2F17;
}
.mod_search input[placeholder] {
  color: rgb(246.2, 240.6, 231.8);
  text-align: center;
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}
.mod_search .widget-submit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.mod_search .widget-submit button {
  background-color: #3B2F17;
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  cursor: pointer;
  transition: background-color 0.45s ease;
  white-space: nowrap;
}
.mod_search .widget-submit button:hover {
  background-color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
}

.mod_newslist {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.mod_newslist .layout_latest {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  overflow: hidden;
}
.mod_newslist .layout_latest figure {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.mod_newslist .layout_latest figure.image-container {
  width: 100%;
  margin: 0 1.5rem;
}
.mod_newslist .layout_latest figure.image-container img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod_newslist .layout_latest h2 {
  margin-top: 0;
}
.mod_newslist .layout_latest h2 a {
  color: #3B2F17;
  font-size: 2rem;
}
.mod_newslist .layout_latest a {
  width: 100%;
  color: #3B2F17;
}
.mod_newslist .layout_latest .invisible, .mod_newslist .layout_latest .info {
  display: none;
}
.mod_newslist .layout_latest .ce_text {
  flex: 1;
}
.mod_newslist .layout_latest .more {
  margin-top: 1rem;
}
.mod_newslist .layout_latest .more a {
  color: #fff;
}

.mod_newsreader h1 {
  text-align: center;
  margin-bottom: 3rem;
}
.mod_newsreader .info {
  display: none;
}
.mod_newsreader .back a {
  position: relative;
  isolation: isolate;
}
.mod_newsreader .media--right,
.mod_newsreader .media--left,
.mod_newsreader .media--above,
.mod_newsreader .media--below {
  display: flex;
  flex-direction: column;
}
.mod_newsreader .media--right .rte,
.mod_newsreader .media--left .rte,
.mod_newsreader .media--above .rte,
.mod_newsreader .media--below .rte {
  display: block;
  margin-bottom: 5rem;
}
.mod_newsreader .media--right .rte .ce_text ol.number li,
.mod_newsreader .media--left .rte .ce_text ol.number li,
.mod_newsreader .media--above .rte .ce_text ol.number li,
.mod_newsreader .media--below .rte .ce_text ol.number li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 0;
  counter-increment: list-counter;
}
.mod_newsreader .media--right .rte .ce_text ol.number li h3,
.mod_newsreader .media--left .rte .ce_text ol.number li h3,
.mod_newsreader .media--above .rte .ce_text ol.number li h3,
.mod_newsreader .media--below .rte .ce_text ol.number li h3 {
  position: relative;
  padding-right: 5rem;
}
.mod_newsreader .media--right .rte .ce_text ol.number li h3::before,
.mod_newsreader .media--left .rte .ce_text ol.number li h3::before,
.mod_newsreader .media--above .rte .ce_text ol.number li h3::before,
.mod_newsreader .media--below .rte .ce_text ol.number li h3::before {
  content: counter(list-counter, decimal-leading-zero);
  position: absolute;
  display: block;
  top: -17px;
  left: -7rem;
  font-size: 5rem;
  font-family: "Instrument Serif";
  font-weight: 100;
  opacity: 50%;
}
.mod_newsreader .media--right .rte .ce_text ol.number li p::before,
.mod_newsreader .media--left .rte .ce_text ol.number li p::before,
.mod_newsreader .media--above .rte .ce_text ol.number li p::before,
.mod_newsreader .media--below .rte .ce_text ol.number li p::before {
  display: none;
}
.mod_newsreader .media--right figure,
.mod_newsreader .media--left figure,
.mod_newsreader .media--above figure,
.mod_newsreader .media--below figure {
  margin-bottom: 5rem;
}
.mod_newsreader .media--below {
  flex-direction: column-reverse;
}

iframe {
  width: 100%;
  min-height: 500px;
}

.formbody {
  width: 100%;
}
.formbody .widget,
.formbody .widget-textarea {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  overflow: visible;
  border-bottom: none;
  box-sizing: border-box;
  isolation: isolate;
}
.formbody .widget::after,
.formbody .widget-textarea::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #3B2F17;
  z-index: 2;
  pointer-events: none;
  transition: background-color 0.45s ease;
}
.formbody .widget:focus-within::after,
.formbody .widget-textarea:focus-within::after {
  background: rgb(89.7951219512, 71.5317073171, 35.0048780488);
}
.formbody .widget:focus-within label,
.formbody .widget-textarea:focus-within label {
  color: rgb(89.7951219512, 71.5317073171, 35.0048780488);
}
.formbody .widget:focus-within svg.btn-border path,
.formbody .widget-textarea:focus-within svg.btn-border path {
  stroke: rgb(89.7951219512, 71.5317073171, 35.0048780488);
}
.formbody .widget label,
.formbody .widget input,
.formbody .widget textarea,
.formbody .widget-textarea label,
.formbody .widget-textarea input,
.formbody .widget-textarea textarea {
  position: relative;
  z-index: 3;
}
.formbody .widget label {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #3B2F17;
  transition: color 0.45s ease;
}
.formbody .widget label .invisible {
  display: none;
}
.formbody .widget input {
  width: 100%;
  padding: 1rem;
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  font-size: 1rem;
  color: #F4EDE2;
  background: transparent;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.formbody .widget input::-moz-placeholder {
  color: rgb(246.2, 240.6, 231.8);
  font-weight: 300;
}
.formbody .widget input::placeholder {
  color: rgb(246.2, 240.6, 231.8);
  font-weight: 300;
}
.formbody .widget input:focus-visible, .formbody .widget input:focus-within {
  border: none;
  outline: none;
}
.formbody .widget-textarea {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
.formbody .widget-textarea label {
  display: block;
  margin-bottom: 0.4rem;
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3B2F17;
  transition: color 0.45s ease;
}
.formbody .widget-textarea label .invisible {
  display: none;
}
.formbody .widget-textarea textarea {
  width: 100%;
  min-height: 130px;
  padding: 1rem;
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #F4EDE2;
  background: transparent;
  border: none;
  outline: none;
  resize: vertical;
  box-sizing: border-box;
}
.formbody .widget-textarea textarea::-moz-placeholder {
  color: rgb(246.2, 240.6, 231.8);
}
.formbody .widget-textarea textarea::placeholder {
  color: rgb(246.2, 240.6, 231.8);
}
.formbody .widget-textarea textarea:focus-visible, .formbody .widget-textarea textarea:focus-within {
  border: none;
  outline: none;
}
.formbody .widget-altcha::after {
  display: none;
}
.formbody .widget-submit {
  text-align: center;
  margin-top: 1rem;
}
.formbody .widget-submit button {
  outline: none;
  border: none;
  font-family: "Gentium Plus", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  cursor: pointer;
}
.formbody .widget-submit::after {
  display: none;
}
.formbody svg {
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
.formbody svg.btn-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  display: block;
  z-index: 1;
}
.formbody svg.btn-border path {
  fill: none;
  stroke: #3B2F17;
  stroke-width: 1;
  stroke-linecap: square;
  stroke-linejoin: miter;
  vector-effect: non-scaling-stroke;
  transition: stroke 0.45s ease;
}

table {
  width: 100%;
}
table tr {
  width: 100%;
}
table tr td {
  padding: 0.5rem 1rem 0.5rem 0;
}
table tr td:first-child {
  min-width: 350px;
}
table tr td strong, table tr td h4 {
  color: #3B2F17;
}

.password-reset {
  position: relative;
  isolation: isolate;
}

.ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ce_gallery ul figure {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ce_gallery ul figure a, .ce_gallery ul figure img {
  width: 100%;
  height: 100%;
}
.ce_gallery h4 {
  color: #fff;
}

footer {
  width: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
  z-index: 99999;
}
footer .footer-content {
  width: calc(100% - 4rem);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 2rem 0;
}
footer p, footer ul, footer a {
  font-size: 0.9rem;
  color: #fff;
  margin: 0;
}
footer p.link, footer ul.link, footer a.link {
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
footer p.link:hover, footer p.link:focus-visible, footer ul.link:hover, footer ul.link:focus-visible, footer a.link:hover, footer a.link:focus-visible {
  color: #fff;
  background-size: 100% 100%;
  border-bottom: 1px solid #fff;
}
footer .footer-element {
  display: flex;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1700px) {
  .btn.btnHeader {
    padding: 1rem;
    min-width: 0;
    top: 25%;
  }
  .btn.btnHeader p {
    display: none;
  }
  .btn.btnHeader a::before {
    margin-left: 0;
  }
  .box70,
  .box30 {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
  }
  footer .footer-element img {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
  }
  #header .inside {
    background-color: #fff;
  }
  header {
    padding-left: 0;
    height: 100px;
  }
  header .header {
    gap: 2rem;
    padding: 1.5rem 2rem;
    background-color: #fff;
  }
  header .header #logo {
    width: 20%;
  }
  header nav {
    display: none;
  }
  .mod_customnav {
    display: block;
    z-index: 9999;
  }
  .nav-wrapper {
    position: fixed;
    top: 50px;
    left: 2rem;
    z-index: 1000000;
  }
  .burger {
    display: flex;
    align-items: flex-start;
    z-index: 3;
    position: absolute;
    left: 0;
  }
  .nav-container {
    width: 50%;
    top: 100px;
    height: 100vh;
    position: fixed;
    left: 0;
    padding: 1rem;
    transform: translateX(-100%);
    z-index: 999;
    overflow-y: auto;
    visibility: hidden;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s;
  }
  .nav-container::-webkit-scrollbar {
    display: none;
  }
  .toggle:checked ~ .nav-container {
    transform: translateX(0);
    visibility: visible;
  }
  .toggle:checked + .burger span:first-child {
    width: 27px;
    transform: rotate(45deg) translate(6px, 6px);
  }
  .toggle:checked + .burger span:nth-child(2) {
    opacity: 0;
  }
  .toggle:checked + .burger span:last-child {
    width: 27px;
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .articleRow {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .row {
    flex-direction: column;
  }
  .row .box50 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .row .box50 table {
    width: 100%;
  }
  .row .box50.content-text {
    padding: 0;
  }
  .row .box50.content-image figure {
    aspect-ratio: 2/1;
  }
  .columnReverse {
    flex-direction: column-reverse;
  }
  .box70,
  .box30 {
    width: 100%;
  }
  .linkBox {
    max-height: 500px;
    margin-bottom: 2rem;
    width: 100%;
  }
  .btnPrimary,
  .btnSecondary,
  .backgroundDark .btnPrimary,
  .backgroundDark .btnSecondary,
  .backgroundPrimary.btnPrimary,
  .backgroundPrimary.btnSecondary,
  .back a {
    width: 100%;
  }
  .ce_gallery ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #rechnung {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  #rechnung table tr td:first-child {
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  .mod_article.container {
    padding: 0;
  }
  .boxShifted {
    align-items: stretch;
    margin-bottom: 5rem !important;
  }
  .boxShifted .box60 {
    width: 100%;
  }
  .boxShifted .box60 figure, .boxShifted .box60 img {
    width: 100%;
    height: 100%;
  }
  .shiftedDownRight,
  .shiftedDownLeft {
    top: 0 !important;
    margin: 0 !important;
  }
  .row .box50.content-text {
    padding: 0 4rem !important;
  }
  .mod_newslist {
    grid-template-columns: repeat(1, 1fr);
  }
  .mod_newsreader .media--right {
    flex-direction: column !important;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .mod_newsreader .media--right figure, .mod_newsreader .media--right .rte {
    width: 100%;
    top: 0;
  }
  .mod_newsreader .media--right figure img, .mod_newsreader .media--right .rte img {
    aspect-ratio: 3/2;
  }
  ol.number2 li {
    padding: 0;
  }
  ol.number2 li p {
    padding-right: 0 !important;
  }
  ol.number2 li p::before {
    top: -5px;
    left: -4rem;
    font-size: 3rem;
  }
  ul.stickyBtns, ol.stickyBtns {
    flex-direction: row;
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  ul.stickyBtns li,
  ul.stickyBtns li:last-child, ol.stickyBtns li,
  ol.stickyBtns li:last-child {
    margin-bottom: 0;
    min-width: 300px;
  }
  ul.stickyBtns li a p,
  ul.stickyBtns li:last-child a p, ol.stickyBtns li a p,
  ol.stickyBtns li:last-child a p {
    display: block;
  }
  .content-accordion h2 {
    padding: 0 2rem;
  }
  footer .footer-content {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  header .header #logo {
    width: 30%;
  }
  .nav-container {
    width: 100%;
  }
  #zitat h2,
  #zitat p {
    width: 85%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .accordionBox .content-accordion .handorgel__header__button,
  .accordionBox .content-accordion .hando.accordionBox .content-accordion .handorgel__content .content-text {
    font-size: 1rem;
  }
  #rechnung {
    flex-direction: column;
  }
  #rechnung table tr td:first-child {
    min-width: 300px;
  }
  footer .footer-content {
    margin: 3rem 0;
    gap: 2rem;
    flex-direction: column;
  }
  footer .footer-content .footer-element {
    width: 100%;
  }
  footer .footer-content .footer-element img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #container {
    padding-top: 120px;
  }
  p, a, .btn p, .btn a {
    font-size: 1rem !important;
  }
  header .header #logo {
    width: 45%;
  }
  .bannerMain .content-text h1, .bannerMain .content-text h2 {
    font-size: 2rem;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  p, a, ul li, ol li {
    font-size: 16px;
  }
  .btn,
  .formbody .widget-submit button,
  .password-reset {
    width: 100%;
    min-width: 200px;
  }
  .btn.btnHeader,
  .formbody .widget-submit button.btnHeader,
  .password-reset.btnHeader {
    display: none;
  }
  .box30 {
    padding: 2rem;
  }
  .articleRow {
    gap: 0;
    margin-bottom: 0;
    align-items: center;
  }
  .linkBox {
    gap: 0;
    width: 90% !important;
  }
  .linkBox h2 a {
    font-size: 2rem !important;
  }
  .linkBox p {
    width: 70%;
    margin: auto;
  }
  .linkBox p a {
    font-size: 1.2rem;
  }
  .mod-article .container {
    margin-bottom: 2rem;
  }
  ul.stickyBtns {
    display: none;
  }
  .boxShifted .content-image {
    display: none;
  }
  #rechnung table tr td:first-child {
    min-width: 220px;
  }
  .content-swiper .swiper .swiper-wrapper .swiper-slide #zitat h2,
  .content-swiper .swiper .swiper-wrapper .swiper-slide #zitat p {
    width: 20rem;
  }
  .accordionBox .content-accordion .handorgel__header__button, .accordionBox .content-accordion .hando.accordionBox .content-accordion .handorgel__content .content-text {
    padding-right: 4rem;
  }
  ol.number li {
    padding: 0;
  }
  ol.number li p {
    padding-right: 0;
  }
  ol.number li p::before {
    top: -67px;
    left: -4rem;
    font-size: 3rem;
  }
  .urkunde figure:first-of-type {
    margin-bottom: 1rem;
  }
  .layout_full h1 {
    font-size: 40px;
  }
}