/** Generated: Thursday, 23rd of October 2025, 07:46:54 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul,
ol {
  padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 13px;
  font-family: Arial;
}
@media screen and (min-width: 900px) {
  html {
    font-size: calc(13px + 5 * ((100vw - 900px) / 1660));
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 18px;
  }
}
body {
  margin: 0;
}
.wrapper {
  margin: 0 auto;
  max-width: 84.444rem;
  padding: 0 1.11rem;
}
.l_topbar {
  border-bottom: 1px solid #e1e1e1;
}
.topbar {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar h1 {
  font-weight: 500;
}
.l_middle {
  overflow: hidden;
  padding-top: 2.2222rem;
}
.l_middle > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-1.11111rem);
}
.l_middle > * > * {
  margin: calc(1.11111rem);
  flex-basis: 22.22222rem;
  flex-grow: 1;
}
.l_middle > * > :first-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(63.77778%);
}
.l_head {
  background: #f6f6f6;
  background: #2a2d7a;
  background: -webkit-linear-gradient(top left, #2a2d7a, #2a2d7a);
  background: -moz-linear-gradient(top left, #2a2d7a, #2a2d7a);
  background: linear-gradient(to bottom right, #2a2d7a, #2a2d7a);
  margin-top: 2.2222rem;
}
.hamburger {
  font-weight: 700;
  color: #f4f4f4;
}
.hamburger svg {
  fill: #f4f4f4;
}
.hamburger span {
  position: relative;
  top: 2px;
  padding-left: 2px;
  display: inline-block;
}
.mobile_wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  max-height: 4rem;
}
.l_head input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.l_head input[type="checkbox"]:focus + label {
  color: black;
  background-color: wheat;
}
.l_head label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  display: flex;
  place-items: center;
}
.togglesection {
  max-height: 0;
  overflow: hidden;
  transition: 0.7s ease max-height;
  background: #f4f4f4;
}
ul.navigation li > a {
  color: #2a2d7a;
}
#toggle:checked ~ .navigation-wrapper .togglesection {
  max-height: 800px;
}
@media screen and (min-width: 1020px) {
  .l_head label {
    display: none;
  }
  .togglesection {
    height: auto;
    background: none;
  }
}
ul.navigation,
ul.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.navigation li a {
  display: inline-block;
  font-size: 0.9rem;
}
ul.navigation li ul li {
  padding-left: 1rem;
}
ul.navigation li a,
ul.navigation li .likea {
  padding: 0.75rem 1rem;
}
ul.navigation li.searchli input {
  padding: 0.5rem 1rem;
  width: 80%;
}
ul.navigation li.searchli button {
  width: 1.5rem;
  height: 1.5rem;
}
ul.navigation li.searchli .mobileonly svg {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: 0.3rem;
}
ul.navigation form button {
  background: none;
  border: 0;
  padding: 0.5rem 1rem;
}
.desktoponly {
  display: none;
}
.logo {
  display: inline-block;
}
.logo img {
  margin: 0.5rem 0;
}
.searchtext {
  font-style: italic;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1020px) {
  .mobileonly {
    display: none;
  }
  .desktoponly {
    display: block;
  }
  .searcha {
    transform: scale(1.5);
    position: relative;
  }
  ul.navigation li.searchli .desktoponly svg {
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 0.15rem;
  }
  .head_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .togglesection {
    max-height: 800px;
  }
  ul.navigation {
    display: flex;
    position: relative;
    z-index: 100;
    overflow: visible;
  }
  ul.navigation ul {
    display: none;
  }
  ul.navigation li:hover ul {
    display: block;
    position: absolute;
    z-index: 1000;
  }
  ul li.hasChild > a:after {
    display: inline-block;
    content: "▼";
    margin: 0 0 0 0.4rem;
    font-size: 0.9em;
  }
  ul.navigation li a {
    text-decoration: none;
    font-weight: bold;
  }
  ul.navigation > li > a,
  ul.navigation > li > .likea {
    padding: 2rem 1rem;
  }
  ul.navigation li ul {
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    background: white;
  }
  ul.navigation li ul li {
    padding-left: 0;
  }
  ul.navigation li ul li a {
    display: block;
    padding-right: 2rem;
  }
}
.l_footer {
  background: #f4f4f4;
  margin-top: 6rem;
  padding: 2rem;
  border-top: 3px solid #2a2d7a;
}
.l_footer_inner {
  text-align: center;
}
html {
  --cBase: #440000;
  --cBackground: #FFF4EF;
  --cBackground: #f8f5f2;
  background: var(--cBackground);
  color: var(--cBase);
}
body {
  --n: 3;
  --d: 4;
}
.boxshadow {
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
  background: white;
}
.cluster {
  --space: 1rem;
  overflow: hidden;
}
.cluster > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: left;
  margin: calc( var(--space) / 2 * -1 );
}
.cluster > * > * {
  margin: calc( var(--space) / 2 );
}
.frame {
  padding-bottom: calc(var(--n) / var(--d) * 100%);
  position: relative;
}
.frame > * {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
}
.frame > img,
.frame > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list img {
  width: 100%;
}
.list_extra {
  --s1: 2.222rem;
  overflow: hidden;
}
.list_extra > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--s1) / 2 * -1);
}
.list_extra > * > * {
  margin: calc(var(--s1) / 2);
  flex-basis: 50%;
  min-width: 20rem;
  flex-grow: 1;
}
.list_extra > * > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(40% - var(--s1));
}
.list_Fotomosaic .article_paragraph {
  background: #2a2d7a;
  background: -webkit-linear-gradient(top left, #2a2d7a, #2a2d7a);
  background: -moz-linear-gradient(top left, #2a2d7a, #2a2d7a);
  background: linear-gradient(to bottom right, #2a2d7a, #2a2d7a);
}
.list_Fotomosaic .article_paragraph p {
  color: white;
}
.list_Fotomosaic .article_paragraph .article_date {
  color: white;
}
.articles_simple .article + .article {
  margin-top: 2.22rem;
}
.articles_thirds > * {
  --s1: 2.222rem;
  display: flex;
  flex-wrap: wrap;
  margin: calc((var(--s1) / 2) * -1);
  --measure: 52rem;
}
.articles_thirds > * > * {
  flex-grow: 1;
  flex-basis: calc((var(--measure) - (100% - var(--s1))) * 999);
  margin: calc(var(--s1) / 2);
}
.articles_thirds > * > :nth-last-child(n+4),
.articles_thirds > * > :nth-last-child(n+4) ~ * {
  flex-basis: 100%;
}
.articles_grid .articles_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(18rem), 1fr));
  grid-gap: 0.555rem;
}
.article h3 a {
  text-decoration: none;
  transition: color 0.1s;
  transition: border 0.1s;
  border-bottom: 1px solid transparent;
  color: var(--cHeading);
}
.article:hover h3 a {
  border-bottom: 1px solid var(--cHeadingHover);
  color: var(--cHeadingHover);
}
.pd {
  padding: 2.22rem;
}
.pd2 {
  padding: 4.44rem;
}
.article ._h2 {
  margin-top: 1rem;
}
.hasShadow {
  --cHeading: rgba(255, 255, 255, 0.95);
  --cHeadingHover: #ffffff;
}
.article .hasShadow::before {
  display: block;
  content: "";
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  overflow: hidden;
  position: absolute;
  opacity: 0.8;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.6s;
}
.article:hover .hasShadow::before {
  opacity: 0.95;
}
.article_paragraph {
  border-top: none;
}
.list_extra .article {
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
  background: white;
}
.list_extra .article_TagHeadline {
  padding: 2.22rem;
}
.list_extra_inner > * {
  padding-bottom: 1.5rem;
}
.article_date {
  color: black;
  font-style: italic;
  display: block;
  font-size: .85rem;
  padding-top: 0.5rem;
  opacity: 0.5;
}
.article_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article_content p {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.article_img {
  overflow: hidden;
}
.article .article_img img {
  transition: 0.6s;
  height: 100%;
  object-fit: cover;
}
.article:hover .article_img img {
  transform: scale(1.15);
}
.tagheadline_inner {
  z-index: 100;
}
.article_ImageContent {
  --s1: 2.22rem;
  overflow: hidden;
}
.article_ImageContent > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--s1) / 2 * -1);
}
.article_ImageContent > * > * {
  margin: calc(var(--s1) / 2);
  flex-basis: 33%;
  min-width: 20rem;
  flex-grow: 1;
}
.article_ImageContent > * > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(50% - var(--s1));
}
.article_miniflex {
  --s1: 1.111rem;
  overflow: hidden;
}
.article_miniflex > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--s1) / 2 * -1);
}
.article_miniflex > * > * {
  margin: calc(var(--s1) / 2);
  flex-basis: 5rem;
  flex-grow: 1;
}
.article_miniflex > * > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(50% - var(--s1));
}
.article_tagheadlineonimage {
  --n: 9;
  --d: 23;
}
.article_Eventcal {
  --s1: 0.5rem;
  overflow: hidden;
  margin-top: 0.5rem !important;
}
.article_Eventcal > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--s1) / 2 * -1);
}
.article_Eventcal > * > * {
  margin: calc(var(--s1) / 2);
  flex-basis: 14rem;
  flex-grow: 1;
  text-align: center;
}
.article_Eventcal > * > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(50% - var(--s1));
  text-align: left;
}
.article_Eventcal > * > * {
  background: #f4f4f4;
  padding: 0.75rem 1rem;
}
.article_Eventcal a {
  font-weight: bold;
}
.article_mainImg img {
  width: 100%;
}
.article_gallery {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(11rem), 1fr));
  grid-gap: 1.25rem;
}
.article_gallery img {
  width: 100%;
  cursor: pointer;
}
.asyncGallery__ItemDescription {
  padding-top: 1rem;
}
.tagCategory {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--cPrimary);
}
.article_TagHeadline .tagCategory {
  font-size: .85rem;
}
.tagCategories {
  margin: 0 0 0.5rem 0;
}
.hasShadow .tagCategory {
  font-size: 0.66rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  background: var(--cPrimary);
  color: white;
  padding: 0.25rem 0.5rem 0.2rem 0.5rem;
  text-transform: uppercase;
}
/* Slideshow container */
.blog-slider__container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 300px;
  height: auto;
}
.blog-slider__container .article_tagheadlineonimage {
  --n: 9;
  --d: 16;
}
@media only screen and (max-width: 800px) {
  .blog-slider__container .article_tagheadlineonimage {
    --n: 3;
    --d: 4;
  }
}
@media only screen and (max-width: 450px) {
  .blog-slider__container .article_tagheadlineonimage {
    --n: 4;
    --d: 3;
  }
  .article.article_SlideshowItem h3 a {
    font-size: 1.33rem;
  