/** Generated: Tuesday, 24th of June 2025, 02:28:37 PM // 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: #93191d;
  background: -webkit-linear-gradient(top left, #93191d, #a21418);
  background: -moz-linear-gradient(top left, #93191d, #a21418);
  background: linear-gradient(to bottom right, #93191d, #a21418);
  margin-top: 2.2222rem;
}
.hamburger {
  font-weight: 700;
  color: #93191d;
}
.hamburger svg {
  fill: #93191d;
}
.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: #93191d;
}
#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 #93191d;
}
.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: #93191d;
  background: -webkit-linear-gradient(top left, #93191d, #a21418);
  background: -moz-linear-gradient(top left, #93191d, #a21418);
  background: linear-gradient(to bottom right, #93191d, #a21418);
}
.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;
  }
  .article.article_SlideshowItem .tagCategories {
    display: none;
  }
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 5000;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 1.5rem;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.blog-slider__text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.blog-slider__numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.blogSlider__dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 1rem;
  z-index: 500;
  width: 100%;
}
.blogSlider__dots--dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.blogSlider__dots--dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
._h4 {
  font-size: 1rem;
}
p.perex {
  color: black;
  font-weight: bold;
  font-size: 1.1em;
}
h2,
._h2 {
  line-height: 1.2;
  font-size: 1.66rem;
  font-weight: 500;
}
h3 {
  line-height: 1.33;
  font-size: 1.33rem;
}
table {
  margin-top: 2rem;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.5rem 0.75rem;
  border: 1px solid #cccccc;
}
.bodyTypo iframe {
  margin: 2rem auto !important;
}
.bodyTypo h2,
.bodyTypo h3 {
  margin-top: 2rem;
}
.pageBody * + * {
  margin-top: 1rem;
}
.pageBody * + h2 {
  margin-top: 2rem;
}
.MarkupPagerNav {
  clear: both;
  margin: 2.22rem 0;
  font-family: Arial, sans-serif;
}
.MarkupPagerNav li {
  display: inline;
  list-style: none;
  margin: 0;
}
.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left;
  padding: 0.4rem 0.9rem;
  color: #93191d;
  background: #cccccc;
  margin-right: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  color: #fff;
  background: #93191d;
  text-decoration: none;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline;
  color: #777;
  background: #d2e4ea;
  padding-left: 3px;
  padding-right: 3px;
}
.searchbox {
  padding: 2.22rem;
}
.searchbox input {
  padding: 10px 30px;
  color: #93191d;
  border: 1px solid #93191d;
  border-radius: 4px;
  width: 80%;
}
.searchbox button {
  padding: 10px 30px;
  background: #626262;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.searchdevider {
  height: 2.22rem;
}
.asyncGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  transition: opacity 200ms, visibility 200ms;
}
.asyncGallery.is-visible {
  opacity: 1;
  visibility: visible;
}
.asyncGallery__Item {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 200ms, visibility 200ms;
}
.asyncGallery__Item.is-visible {
  opacity: 1;
  visibility: visible;
}
.asyncGallery__ItemImage img {
  max-height: 80vh;
  display: block;
}
.asyncGallery__ItemDescription p,
.asyncGallery__Loader {
  color: #fff;
}
.asyncGallery__Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #fff;
  z-index: 100;
}
.asyncGallery__Loader.is-visible {
  display: block;
}
.asyncGallery button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.asyncGallery__Close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
}
.asyncGallery__Counter {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  right: 40px;
  bottom: 40px;
}
.asyncGallery__Dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  list-style-type: none;
  z-index: 1000;
}
.asyncGallery__Dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 0;
  outline: 0;
  border-radius: 50%;
}
.asyncGallery__Dots li {
  opacity: 0.2;
  transition: opacity 200ms;
}
.asyncGallery__Dots li + li {
  margin-left: 10px;
}
.asyncGallery__Dots li.is-active {
  opacity: 1;
}
.asyncGallery__Next,
.asyncGallery__Prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 1000;
  transition: transform 200ms, opacity 200ms;
  transform: translateY(-50%);
}
.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
  opacity: 0.2;
  cursor: default;
}
.asyncGallery__Next:before,
.asyncGallery__Prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.asyncGallery__Next {
  right: 40px;
}
.asyncGallery__Next:hover {
  transform: translateX(2px) translateY(-50%);
}
.asyncGallery__Next:before {
  transform: translate3d(-50%, -50%, 0);
}
.asyncGallery__Prev {
  left: 40px;
}
.asyncGallery__Prev:hover {
  transform: translateX(-2px) translateY(-50%);
}
.asyncGallery__Prev:before {
  transform: translate3d(-50%, -50%, 0) scale(-1);
}
.banners {
  display: block;
}
.banners img {
  width: 100%;
}
.banners a {
  display: block;
}
.banners a.nonactive img {
  width: 3rem;
}
.list .banners {
  margin-top: 2.22rem;
  margin-bottom: 2.22rem;
}
.articles_inner .list .banners {
  margin-bottom: 2.22rem;
}
.l_topBanner {
  margin-top: 1.111rem;
}
.eventBtn {
  padding: 0.8rem 1rem;
  background: #f4f4f4;
  color: #93191d;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
.eventBtn:hover {
  background: #cccccc;
}
.eventBtn.active {
  background: #93191d;
  color: white;
  text-decoration: none;
}
.eventsIntervals {
  margin-top: 1rem;
}
.alert.info {
  font-style: italic;
  font-size: 0.9em;
  background: #f4f4f4;
  padding: 1rem;
  margin-top: 1rem;
}
.eventfiles {
  margin-top: 2rem;
}
.article_plan {
  background: #f4f4f4;
  padding: 2.22rem;
  margin-top: 2rem;
  width: 66%;
}
.eventcalDate {
  font-weight: bold;
  color: #93191d;
}
.event_gallery {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(15rem), 1fr));
  grid-gap: 1.25rem;
}
.event_gallery img {
  width: 100%;
  cursor: pointer;
}
.shadowBox {
  padding: 2.22rem;
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
  background: white;
}
.sidebarEvents {
  margin-bottom: 2.22rem;
}
.tm0 {
  margin-top: 0 !important;
}
.articles_simple .article_SmallEvent + .article_SmallEvent {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eaeaea;
}
.article_content svg {
  width: 0.8rem;
  color: #93191d;
  margin-right: 0.2rem;
}
.article_SmallEvent h3 a {
  font-weight: bold;
  color: #93191d;
}
.article_SmallEvent .article_date {
  display: inline-block;
  padding-left: 1.3rem;
  padding-top: 0.2rem;
  font-style: normal;
}
.redactors {
  margin-top: 2.222rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .redactors {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 1.11rem;
    grid-row-gap: 1.11rem;
  }
}
.redactor h3 {
  margin-top: 0rem;
}
.redactor p {
  margin-top: 0.33rem !important;
  font-size: 0.9em;
}
.redactorInfo * {
  width: 100%;
}
.redactor .inner > * {
  display: flex;
  align-items: center;
}
.redactor .inner img {
  max-width: none;
}
.redactor {
  --s1: 1.111rem;
  overflow: hidden;
}
.redactor > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--s1) / 2 * -1);
}
.redactor > * > * {
  margin: calc(var(--s1) / 2);
  flex-basis: 7rem;
  flex-grow: 1;
  text-align: center;
}
.redactor > * > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(50% - var(--s1));
  text-align: left;
}
.redactor a {
  font-weight: bold;
}
.l_head {
  background: none;
  border-top: 3px solid #93191d;
  border-bottom: 3px solid #93191d;
}
ul.navigation li > a {
  color: #93191d;
}
ul.navigation li:hover {
  background: #93191d;
}
ul.navigation li:hover a {
  color: white;
}
ul.navigation li:hover ul li a {
  color: #93191d;
}
ul.navigation li > ul > li > a {
  color: #93191d;
}
ul.navigation li > ul > li > a:hover {
  background: #f4f4f4;
}
.desktoponly svg {
  color: #93191d;
}
ul.navigation li:hover .desktoponly svg {
  color: white;
}
.list_top {
  margin-bottom: 2.222rem;
  margin-top: 2.2222rem;
  position: relative;
  padding: 0 0 .5rem 0;
  border-bottom: 0.2rem solid #93191d;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_top h2 {
  color: #93191d;
}
.slist_top:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #bc837a;
  background: -webkit-linear-gradient(bottom right, #bc837a, #fff4ef);
  background: -moz-linear-gradient(bottom right, #bc837a, #fff4ef);
  background: linear-gradient(to top left, #fff4ef, #bc837a);
}
.navigation a {
  font-size: 0.86rem;
}
html {
  --cBase: #333333;
  --cPrimary: #93191d;
  --cLight: #bc837a;
  --cHeading: black;
  --cHeadingHover: var(--cPrimary);
  background: #fafafa;
  color: #333333;
}
h1,
._h1 {
  font-size: 1.99rem;
}
h2,
._h2 {
  font-size: 1.66rem;
}
h3,
._h3 {
  font-size: 1.33rem;
}
h1,
h2,
h3 {
  font-weight: 700;
}
.breadcrumb {
  font-weight: 700;
}
.headline > a {
  color: #000000;
}
.article:hover .headline > a {
  color: #93191d;
}
.article:hover .hasShadow .headline > a {
  color: white;
}
.topbar h1 {
  font-weight: 700;
}
a {
  color: #93191d;
  color: var(-- #93191d);
}
a:hover {
  color: #a21418;
  color: var(-- #a21418);
}
p,
table tr td {
  opacity: 0.9;
  line-height: 1.5;
}
.bodyTypo h1 {
  margin: 2rem 0 1.5rem 0;
}
.bodyTypo p {
  margin: 2rem 0 0 0;
}
.darkGradient {
  background: #440000;
  background: -webkit-linear-gradient(bottom right, #440000, #a21418);
  background: -moz-linear-gradient(bottom right, #440000, #a21418);
  background: linear-gradient(to top left, #440000, #a21418);
}
.mainGradient {
  background: #93191d;
  background: -webkit-linear-gradient(top left, #93191d, #a21418);
  background: -moz-linear-gradient(top left, #93191d, #a21418);
  background: linear-gradient(to bottom right, #93191d, #a21418);
}
.blurGradient {
  background: #bc837a;
  background: -webkit-linear-gradient(bottom right, #bc837a, #fff4ef);
  background: -moz-linear-gradient(bottom right, #bc837a, #fff4ef);
  background: linear-gradient(to top left, #fff4ef, #bc837a);
}
.lightGradient {
  background: #EDE9D0;
  background: -webkit-linear-gradient(bottom right, #ede9d0, #fff4ef);
  background: -moz-linear-gradient(bottom right, #ede9d0, #fff4ef);
  background: linear-gradient(to top left, #ede9d0, #fff4ef);
}
.uiScaledImageContainer {
  width: 100% !important;
}
.facebook {
  margin-bottom: 2.22rem;
}
.twitter {
  padding: 1.5rem !important;
  max-height: 33vmax;
  overflow: hidden;
  position: relative;
}
.twitterfader {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  height: 10vmax;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
