@charset "UTF-8";
/* ****************
/* Styles BDEV
/* Author: Heiko Goeb - cycro digital solutions
/* Version: 1.0
/* ****************
*/
:root {
  --textColor: #000;
  --textColorLight: #fff;
  --topicColor: #ed1c24;
  --topicColorLight: #ed1c24;
}

html, body {
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw;
  width: -moz-available !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #000;
  line-height: 1.55rem;
  text-size-adjust: none;
  letter-spacing: 0.03rem;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-synthesis: weight style;
  scroll-behavior: smooth;
}
@supports (width: -webkit-fill-available) {
  html, body {
    width: -webkit-fill-available;
  }
}

body {
  overflow-x: hidden;
  background-color: #fff;
  hyphens: auto;
  -webkit-hyphens: auto;
}
body.phone, body.tablet {
  margin: 0;
  height: auto;
}
body.noscroll {
  overflow: hidden;
}

p, p a, p span, td, li {
  font-size: 1rem;
  line-height: 1.51rem;
  color: inherit;
  font-weight: 400;
  text-size-adjust: none;
  margin: 0px;
}

h1, .h1, .htag1 {
  font-size: 2.8rem;
  line-height: 3rem;
  color: var(--topicColor);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

h2, .h2, .htag2 {
  font-size: 2.4rem;
  line-height: 2.55rem;
  color: var(--topicColor);
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 2rem;
}

h3, .h3, .htag3 {
  font-size: 2.4rem;
  line-height: 2.55rem;
  color: var(--topicColor);
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
}

h4, .h4, .htag4 {
  font-size: 1.73rem;
  line-height: 1.88rem;
  color: var(--topicColor);
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

h5, h6, .h5, .h6, .htag5, .htag6 {
  font-size: 1.2rem;
  line-height: 1.35rem;
  margin-top: 0;
}

h5, .h5, .htag5 {
  font-weight: 500;
  color: #000;
  margin-bottom: 1.02rem;
}

h6, .h6, .htag6 {
  font-weight: 400;
  color: #000;
  margin-bottom: 0.51rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, .htag1, .htag2, .htag3, .htag4, .htag5, .htag6 {
  display: block;
  max-width: fit-content;
}

h5 + :is(p, ol, ul, table, form) {
  margin-top: 1.8rem;
}

b, strong {
  font-weight: 700;
  color: inherit;
}

:not(.content-submenu) > .content {
  width: 100%;
}
@supports (width: -webkit-fill-available) {
  :not(.content-submenu) > .content {
    width: -webkit-fill-available;
  }
}

.subline {
  font-size: 0.81rem;
  line-height: 0.96rem;
  margin-top: -0.5rem !important;
  font-style: italic;
}

.wrapper {
  padding: 12rem 0 8rem 0;
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#header {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .header-top {
  position: relative;
  z-index: 1;
}
#header .header-bottom {
  position: relative;
  z-index: 0;
}

.content hr {
  opacity: 1;
  background: var(--topicColor);
  margin: 1.5rem 0;
}

.it-last-change {
  display: none;
}

.img-hover {
  position: relative;
  background-color: #fff;
  margin-bottom: 1em;
  overflow: hidden;
}
.img-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
  opacity: 0.2;
  transform: scale(1);
  transition: all 0.23s cubic-bezier(0, 0.7, 0.9, 1);
}
.img-hover:hover img {
  opacity: 1;
  transform: scale(1.08);
}

@media (min-width: 992px) {
  html, body {
    font-size: 18px;
  }
  p, p span, p a, td, li {
    font-size: 1.02rem;
    line-height: 1.53rem;
    font-weight: 400;
  }
  h1, .h1, .h1tag {
    font-size: 3.3rem;
    line-height: 3.45rem;
  }
  h2, .h2, .htag2 {
    font-size: 2.4rem;
    line-height: 2.55rem;
  }
  h3, .h3, .htag3 {
    font-size: 2.4rem;
    line-height: 2.55rem;
  }
  h4, .h4, .htag4 {
    font-size: 1.73rem;
    line-height: 1.88rem;
  }
  h5, h6, .h5, .h6, .htag5, .htag6 {
    font-size: 1.2rem;
    line-height: 1.35rem;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag1, .htag2, .htag3, .htag4, .htag5, .htag6 {
    word-break: normal;
  }
  .subline {
    font-size: 0.9rem;
    line-height: 1.05rem;
    font-style: italic;
  }
  .content table thead td {
    writing-mode: initial;
  }
}
[class*=text-] { /* font: inherit; */ }

.text-primary {
  color: #ed1c24 !important;
}

.text-secondary {
  color: #000 !important;
}

.text-tertiary {
  color: #fff !important;
}

.text-quaternary {
  color: #808080 !important;
}

.text-success {
  color: #5fb71c !important;
}

.text-info {
  color: #579fb2 !important;
}

.text-danger {
  color: #ffe412 !important;
}

.text-warning {
  color: #ec4060 !important;
}

.text-light {
  color: #fff !important;
}

.text-dark {
  color: #000 !important;
}

.text-gray {
  color: #808080 !important;
}

.bg-primary {
  background-color: #ed1c24 !important;
}

.bg-secondary {
  background-color: #000 !important;
}

.bg-tertiary {
  background-color: #fff !important;
}

.bg-quaternary {
  background-color: #808080;
}

.bg-success {
  background-color: #5fb71c !important;
}

.bg-info {
  background-color: #579fb2 !important;
}

.bg-danger {
  background-color: #ffe412 !important;
}

.bg-warning {
  background-color: #ec4060 !important;
}

:where(.bg-primary, .bg-secondary, .bg-warning) > *:not(.button, .btn) {
  color: var(--textColorLight);
}
:where(.bg-primary, .bg-secondary, .bg-warning) span, :where(.bg-primary, .bg-secondary, .bg-warning) em, :where(.bg-primary, .bg-secondary, .bg-warning) strong, :where(.bg-primary, .bg-secondary, .bg-warning) b, :where(.bg-primary, .bg-secondary, .bg-warning) i {
  color: inherit;
}

/* Farbdefinitionen Default: Primary */
:root {
  --topicColor: #ed1c24;
  --topicColorLight: rgba(237, 28, 36, 0.12);
  --topicColorLightHex: #fdeaea;
  --topicColorMedium: rgba(237, 28, 36, 0.5);
  --topicColorMediumHex: rgb(232, 125, 129);
}

/* Farbdefinitionen für Themenbereiche */
[data-colorset=orange] {
  --topicColor: #ff9900;
  --topicColorLight: rgba(255, 153, 0, 0.12);
  --topicColorLightHex: #FFF3E4;
  --topicColorMedium: rgba(255, 153, 0, 0.5);
  --topicColorMediumHex: #FECB93;
}

[data-colorset=blue] {
  --topicColor: #45bcff;
  --topicColorLight: rgba(69, 188, 255, 0.12);
  --topicColorLightHex: #E9F7FF;
  --topicColorMedium: rgba(69, 188, 255, 0.5);
  --topicColorMediumHex: #A5DEFE;
}

[data-colorset=green] {
  --topicColor: #75b95d;
  --topicColorLight: rgba(117, 185, 93, 0.12);
  --topicColorLightHex: #EFF6EC;
  --topicColorMedium: rgba(117, 185, 93, 0.5);
  --topicColorMediumHex: #BCDEB2;
}

[data-colorset=yellow] {
  --topicColor: #ffc700;
  --topicColorLight: rgba(255, 199, 0, 0.12);
  --topicColorLightHex: #FFF8E5;
  --topicColorMedium: rgba(255, 199, 0, 0.5);
  --topicColorMediumHex: #FEEBAC;
}

[data-colorset=violet] {
  --topicColor: #c583d0;
  --topicColorLight: rgba(197, 131, 208, 0.12);
  --topicColorLightHex: #F8F0F9;
  --topicColorMedium: rgba(197, 131, 208, 0.5);
  --topicColorMediumHex: #E2C3E7;
}

[data-colorset=darkred] {
  --topicColor: #ae0a0a;
  --topicColorLight: rgba(174, 10, 10, 0.12);
  --topicColorLightHex: #FAE4DF;
  --topicColorMedium: rgba(174, 10, 10, 0.5);
  --topicColorMediumHex: #DB9799;
}

[data-colorset=gray] {
  --topicColor: #808080;
  --topicColorLight: rgba(128, 128, 128, 0.12);
  --topicColorLightHex: #EFEFEF;
  --topicColorMedium: rgba(128, 128, 128, 0.5);
  --topicColorMediumHex: #BFBFBF;
}

a {
  --linkTextColor: currentColor;
  color: var(--linkTextColor);
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.13s cubic-bezier(0, 0, 0.9, 1), transform 0.1s 0.1s ease-out;
}
a:hover {
  color: currentColor;
  text-decoration: none;
}
a:hover * {
  color: inherit;
}
a:focus, a:focus-visible {
  outline: 0;
}
a:focus > *, a:focus-visible > * {
  outline: 0;
}
a:not(:active):focus-visible::before {
  opacity: 0.75;
  outline: 3px solid var(--btnFocusColor);
  outline-offset: 0px;
}

.content a:not(.button, .btn, .content form [type=reset], .content form [type=submit], h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a) {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--linkTextColor);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  text-decoration-color: var(--topicColorMediumHex);
}
.content a:not(.button, .btn, .content form [type=reset], .content form [type=submit], h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a):hover {
  text-decoration-color: var(--topicColor);
}
.content a:not(.button, .btn, .content form [type=reset], .content form [type=submit], h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a):hover::before {
  width: 99.8%;
  opacity: 0.78;
}
.content a:not(.button, .btn, .content form [type=reset], .content form [type=submit], h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a):active {
  transform: scale(1.01);
}
.content a.no-underline {
  text-decoration-color: transparent !important;
}

button:not(.btn, [class*=btn-flat], .btn-circle) > i:first-child {
  margin-right: 0.81rem;
}

.btn, .content form [type=reset], .content form [type=submit] {
  --btnFaceColor: #579fb2;
  --btnTextColor: #000;
  --btnTextColorLight: #fff;
  --btnBorderColor: transparent;
  --btnBorderWidth: 2px;
  --btnBorderRadius: 9px;
  --btnAddBorder: var(--btnBorderWidth) * 2;
  --btnFontSize: 1rem;
  --btnCircleIconSize: 0.9rem;
  --btnFontWeight: bold;
  --btnFocusColor: rgb(9, 151, 182);
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  max-width: max-content;
  box-sizing: border-box;
  margin: 5px;
  padding: 0.09rem 1.8rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: var(--btnFontSize);
  font-weight: 700;
  color: var(--btnTextColorLight);
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  line-height: 1.41rem;
  text-decoration: none;
  background-color: var(--btnFaceColor);
  border: var(--btnBorderWidth) solid var(--btnBorderColor);
  border-radius: var(--btnBorderRadius);
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
.btn:focus, .content form [type=reset]:focus, .content form [type=submit]:focus, .btn:active:focus {
  outline: 0 solid transparent;
  outline-offset: 0px;
  box-shadow: none;
}
.btn.btn-circle, .content form .btn-circle[type=reset], .content form .btn-circle[type=submit] {
  --btnRadius: 2.1rem;
  box-sizing: content-box;
  max-width: unset;
  min-width: unset;
  height: var(--btnRadius);
  width: var(--btnRadius);
  padding: 0.18rem;
  border-radius: 100%;
  font-size: var(--btnCircleIconSize);
}
.btn.btn-noborder, .content form .btn-noborder[type=reset], .content form .btn-noborder[type=submit] {
  border-color: transparent;
}
.btn i, .content form [type=reset] i, .content form [type=submit] i, .btn span, .content form [type=reset] span, .content form [type=submit] span {
  isolation: isolate;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 2 * var(--btnBorderWidth));
  width: calc(100% + 2 * var(--btnBorderWidth));
  color: var(--btnTextColor);
}
.btn i img, .content form [type=reset] i img, .content form [type=submit] i img, .btn span img, .content form [type=reset] span img, .content form [type=submit] span img {
  max-width: 100%;
}
.btn i::before, .content form [type=reset] i::before, .content form [type=submit] i::before {
  font-size: inherit;
  transition: all 0.15s cubic-bezier(0, 0, 0.2, 1);
  color: var(--btnTextColor);
}
.btn::before, .content form [type=reset]::before, .content form [type=submit]::before {
  content: "";
  position: absolute;
  top: calc(var(--btnBorderWidth) * -1px);
  left: calc(var(--btnBorderWidth) * -1px);
  width: calc(100% + var(--btnAddBorder));
  height: calc(100% + var(--btnAddBorder));
  border-radius: inherit;
  background-color: transparent;
  opacity: 0;
  outline: 6px solid var(--btnFocusColor);
  outline-offset: -2px;
  filter: blur(1px);
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
.btn:focus-visible, .content form [type=reset]:focus-visible, .content form [type=submit]:focus-visible {
  z-index: 5;
}
.btn:not(:active):focus-visible::before, .content form [type=reset]:not(:active):focus-visible::before, .content form [type=submit]:not(:active):focus-visible::before {
  opacity: 0.75;
  outline: 3px solid var(--btnFocusColor);
  outline-offset: 0px;
}

.btn[class*=btn-flat], .content form [class*=btn-flat][type=reset], .content form [class*=btn-flat][type=submit] {
  color: var(--btnTextColor);
  box-shadow: none;
  border-color: var(--btnBorderColor);
}

.btn-flat-topic, .headline-directlink::after {
  --btnTextColor: var.$textColor;
  --btnFaceColor: var(--topicColorLightHex);
  --btnBorderColor: var(--topicColorLightHex);
}
.btn-flat-topic:hover, .headline-directlink:hover::after, .btn-flat-topic:not(:focus):hover {
  --btnFaceColor: var(--topicColorMediumHex);
  --btnBorderColor: var(--topicColorMediumHex);
}
.btn-flat-topic:active, .headline-directlink:active::after, .btn-flat-topic:focus:active, .btn-flat-topic[aria-expanded=true], [aria-expanded=true].headline-directlink::after, .btn-flat-topic[aria-expanded=true]:hover {
  --btnFaceColor: var(--topicColor);
  --btnBorderColor: var(--topicColor);
}
.btn-flat-primary, .content form [type=submit] {
  --btnTextColor: #fff;
  --btnFaceColor: #ed1c24;
}
.btn-flat-primary:hover, .content form [type=submit]:hover, .btn-flat-primary:not(:focus):hover, .btn-flat-primary:active:hover {
  --btnFaceColor: #f1555b;
  --btnTextColor: #fff;
}
.btn-flat-primary:active, .content form [type=submit]:active, .btn-flat-primary:focus:active, .btn-flat-primary[aria-expanded=true], .content form [aria-expanded=true][type=submit], .btn-flat-primary[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #f57f84;
  --btnBorderColor: transparent;
}
.btn-flat-primary.btn-outline, .content form .btn-outline[type=submit] {
  --btnTextColor: #ed1c24;
  --btnFaceColor: transparent;
  --btnBorderColor: #ed1c24;
}
.btn-flat-primary.btn-outline:hover, .content form .btn-outline[type=submit]:hover, .btn-flat-primary.btn-outline:not(:focus):hover, .btn-flat-primary.btn-outline:active:hover {
  --btnFaceColor: #ed1c24;
  --btnTextColor: #fff;
  --btnBorderColor: #ed1c24;
}
.btn-flat-primary.btn-outline:active, .content form .btn-outline[type=submit]:active, .btn-flat-primary.btn-outline:focus:active, .btn-flat-primary.btn-outline[aria-expanded=true], .content form .btn-outline[aria-expanded=true][type=submit], .btn-flat-primary.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ed1c24;
  --btnBorderColor: #ed1c24;
}
.btn-flat-secondary {
  --btnTextColor: #fff;
  --btnFaceColor: #000;
}
.btn-flat-secondary:hover, .btn-flat-secondary:not(:focus):hover, .btn-flat-secondary:active:hover {
  --btnFaceColor: #3d3d3d;
  --btnTextColor: #fff;
}
.btn-flat-secondary:active, .btn-flat-secondary:focus:active, .btn-flat-secondary[aria-expanded=true], .btn-flat-secondary[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #000;
  --btnBorderColor: transparent;
}
.btn-flat-secondary.btn-outline {
  --btnTextColor: #000;
  --btnFaceColor: transparent;
  --btnBorderColor: #000;
}
.btn-flat-secondary.btn-outline:hover, .btn-flat-secondary.btn-outline:not(:focus):hover, .btn-flat-secondary.btn-outline:active:hover {
  --btnFaceColor: #000;
  --btnTextColor: #fff;
  --btnBorderColor: #000;
}
.btn-flat-secondary.btn-outline:active, .btn-flat-secondary.btn-outline:focus:active, .btn-flat-secondary.btn-outline[aria-expanded=true], .btn-flat-secondary.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: black;
  --btnBorderColor: #000;
}
.btn-flat-tertiary {
  --btnTextColor: #000;
  --btnFaceColor: #fff;
}
.btn-flat-tertiary:hover, .btn-flat-tertiary:not(:focus):hover, .btn-flat-tertiary:active:hover {
  --btnFaceColor: #e4e4e4;
  --btnTextColor: #000;
}
.btn-flat-tertiary:active, .btn-flat-tertiary:focus:active, .btn-flat-tertiary[aria-expanded=true], .btn-flat-tertiary[aria-expanded=true]:hover {
  --btnTextColor: #000;
  --btnFaceColor: #fff;
  --btnBorderColor: transparent;
}
.btn-flat-tertiary.btn-outline {
  --btnTextColor: #808080;
  --btnFaceColor: #fff;
  --btnBorderColor: #fff;
}
.btn-flat-tertiary.btn-outline:hover, .btn-flat-tertiary.btn-outline:not(:focus):hover, .btn-flat-tertiary.btn-outline:active:hover {
  --btnFaceColor: #c5c5c5;
  --btnTextColor: #808080;
  --btnBorderColor: #fff;
}
.btn-flat-tertiary.btn-outline:active, .btn-flat-tertiary.btn-outline:focus:active, .btn-flat-tertiary.btn-outline[aria-expanded=true], .btn-flat-tertiary.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #808080;
  --btnFaceColor: #f3f3f3;
  --btnBorderColor: #f3f3f3;
}
.btn-flat-quaternary, .content form [type=reset] {
  --btnTextColor: #fff;
  --btnFaceColor: #808080;
}
.btn-flat-quaternary:hover, .content form [type=reset]:hover, .btn-flat-quaternary:not(:focus):hover, .btn-flat-quaternary:active:hover {
  --btnFaceColor: #9f9f9f;
  --btnTextColor: #fff;
}
.btn-flat-quaternary:active, .content form [type=reset]:active, .btn-flat-quaternary:focus:active, .btn-flat-quaternary[aria-expanded=true], .content form [aria-expanded=true][type=reset], .btn-flat-quaternary[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #808080;
  --btnBorderColor: transparent;
}
.btn-flat-quaternary.btn-outline, .content form .btn-outline[type=reset] {
  --btnTextColor: #808080;
  --btnFaceColor: transparent;
  --btnBorderColor: #808080;
}
.btn-flat-quaternary.btn-outline:hover, .content form .btn-outline[type=reset]:hover, .btn-flat-quaternary.btn-outline:not(:focus):hover, .btn-flat-quaternary.btn-outline:active:hover {
  --btnFaceColor: #808080;
  --btnTextColor: #fff;
  --btnBorderColor: #808080;
}
.btn-flat-quaternary.btn-outline:active, .content form .btn-outline[type=reset]:active, .btn-flat-quaternary.btn-outline:focus:active, .btn-flat-quaternary.btn-outline[aria-expanded=true], .content form .btn-outline[aria-expanded=true][type=reset], .btn-flat-quaternary.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: gray;
  --btnBorderColor: #808080;
}
.btn-flat-success {
  --btnTextColor: #fff;
  --btnFaceColor: #5fb71c;
}
.btn-flat-success:hover, .btn-flat-success:not(:focus):hover, .btn-flat-success:active:hover {
  --btnFaceColor: #7cdf31;
  --btnTextColor: #fff;
}
.btn-flat-success:active, .btn-flat-success:focus:active, .btn-flat-success[aria-expanded=true], .btn-flat-success[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #5fb71c;
  --btnBorderColor: transparent;
}
.btn-flat-success.btn-outline {
  --btnTextColor: #5fb71c;
  --btnFaceColor: transparent;
  --btnBorderColor: #5fb71c;
}
.btn-flat-success.btn-outline:hover, .btn-flat-success.btn-outline:not(:focus):hover, .btn-flat-success.btn-outline:active:hover {
  --btnFaceColor: #5fb71c;
  --btnTextColor: #fff;
  --btnBorderColor: #5fb71c;
}
.btn-flat-success.btn-outline:active, .btn-flat-success.btn-outline:focus:active, .btn-flat-success.btn-outline[aria-expanded=true], .btn-flat-success.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #5fb71c;
  --btnBorderColor: #5fb71c;
}
.btn-flat-info {
  --btnTextColor: #fff;
  --btnFaceColor: #579fb2;
}
.btn-flat-info:hover, .btn-flat-info:not(:focus):hover, .btn-flat-info:active:hover {
  --btnFaceColor: #81b7c5;
  --btnTextColor: #fff;
}
.btn-flat-info:active, .btn-flat-info:focus:active, .btn-flat-info[aria-expanded=true], .btn-flat-info[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #579fb2;
  --btnBorderColor: transparent;
}
.btn-flat-info.btn-outline {
  --btnTextColor: #579fb2;
  --btnFaceColor: transparent;
  --btnBorderColor: #579fb2;
}
.btn-flat-info.btn-outline:hover, .btn-flat-info.btn-outline:not(:focus):hover, .btn-flat-info.btn-outline:active:hover {
  --btnFaceColor: #579fb2;
  --btnTextColor: #fff;
  --btnBorderColor: #579fb2;
}
.btn-flat-info.btn-outline:active, .btn-flat-info.btn-outline:focus:active, .btn-flat-info.btn-outline[aria-expanded=true], .btn-flat-info.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #579fb2;
  --btnBorderColor: #579fb2;
}
.btn-flat-warning {
  --btnTextColor: #fff;
  --btnFaceColor: #ec4060;
}
.btn-flat-warning:hover, .btn-flat-warning:not(:focus):hover, .btn-flat-warning:active:hover {
  --btnFaceColor: #f2788e;
  --btnTextColor: #fff;
}
.btn-flat-warning:active, .btn-flat-warning:focus:active, .btn-flat-warning[aria-expanded=true], .btn-flat-warning[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ec4060;
  --btnBorderColor: transparent;
}
.btn-flat-warning.btn-outline {
  --btnTextColor: #ec4060;
  --btnFaceColor: transparent;
  --btnBorderColor: #ec4060;
}
.btn-flat-warning.btn-outline:hover, .btn-flat-warning.btn-outline:not(:focus):hover, .btn-flat-warning.btn-outline:active:hover {
  --btnFaceColor: #ec4060;
  --btnTextColor: #fff;
  --btnBorderColor: #ec4060;
}
.btn-flat-warning.btn-outline:active, .btn-flat-warning.btn-outline:focus:active, .btn-flat-warning.btn-outline[aria-expanded=true], .btn-flat-warning.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ec4060;
  --btnBorderColor: #ec4060;
}
.btn-flat-danger {
  --btnTextColor: #fff;
  --btnFaceColor: #ffe412;
}
.btn-flat-danger:hover, .btn-flat-danger:not(:focus):hover, .btn-flat-danger:active:hover {
  --btnFaceColor: #ffeb4f;
  --btnTextColor: #fff;
}
.btn-flat-danger:active, .btn-flat-danger:focus:active, .btn-flat-danger[aria-expanded=true], .btn-flat-danger[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ffe412;
  --btnBorderColor: transparent;
}
.btn-flat-danger.btn-outline {
  --btnTextColor: #ffe412;
  --btnFaceColor: transparent;
  --btnBorderColor: #ffe412;
}
.btn-flat-danger.btn-outline:hover, .btn-flat-danger.btn-outline:not(:focus):hover, .btn-flat-danger.btn-outline:active:hover {
  --btnFaceColor: #ffe412;
  --btnTextColor: #fff;
  --btnBorderColor: #ffe412;
}
.btn-flat-danger.btn-outline:active, .btn-flat-danger.btn-outline:focus:active, .btn-flat-danger.btn-outline[aria-expanded=true], .btn-flat-danger.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ffe412;
  --btnBorderColor: #ffe412;
}
.btn-flat-zuhause {
  --btnTextColor: #fff;
  --btnFaceColor: #ff9900;
}
.btn-flat-zuhause:hover, .btn-flat-zuhause:not(:focus):hover, .btn-flat-zuhause:active:hover {
  --btnFaceColor: #ffb13d;
  --btnTextColor: #fff;
}
.btn-flat-zuhause:active, .btn-flat-zuhause:focus:active, .btn-flat-zuhause[aria-expanded=true], .btn-flat-zuhause[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ff9900;
  --btnBorderColor: transparent;
}
.btn-flat-zuhause.btn-outline {
  --btnTextColor: #ff9900;
  --btnFaceColor: transparent;
  --btnBorderColor: #ff9900;
}
.btn-flat-zuhause.btn-outline:hover, .btn-flat-zuhause.btn-outline:not(:focus):hover, .btn-flat-zuhause.btn-outline:active:hover {
  --btnFaceColor: #ff9900;
  --btnTextColor: #fff;
  --btnBorderColor: #ff9900;
}
.btn-flat-zuhause.btn-outline:active, .btn-flat-zuhause.btn-outline:focus:active, .btn-flat-zuhause.btn-outline[aria-expanded=true], .btn-flat-zuhause.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ff9900;
  --btnBorderColor: #ff9900;
}
.btn-flat-energiebezug {
  --btnTextColor: #fff;
  --btnFaceColor: #45bcff;
}
.btn-flat-energiebezug:hover, .btn-flat-energiebezug:not(:focus):hover, .btn-flat-energiebezug:active:hover {
  --btnFaceColor: #82d2ff;
  --btnTextColor: #fff;
}
.btn-flat-energiebezug:active, .btn-flat-energiebezug:focus:active, .btn-flat-energiebezug[aria-expanded=true], .btn-flat-energiebezug[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #45bcff;
  --btnBorderColor: transparent;
}
.btn-flat-energiebezug.btn-outline {
  --btnTextColor: #45bcff;
  --btnFaceColor: transparent;
  --btnBorderColor: #45bcff;
}
.btn-flat-energiebezug.btn-outline:hover, .btn-flat-energiebezug.btn-outline:not(:focus):hover, .btn-flat-energiebezug.btn-outline:active:hover {
  --btnFaceColor: #45bcff;
  --btnTextColor: #fff;
  --btnBorderColor: #45bcff;
}
.btn-flat-energiebezug.btn-outline:active, .btn-flat-energiebezug.btn-outline:focus:active, .btn-flat-energiebezug.btn-outline[aria-expanded=true], .btn-flat-energiebezug.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #45bcff;
  --btnBorderColor: #45bcff;
}
.btn-flat-erneuerbare {
  --btnTextColor: #fff;
  --btnFaceColor: #75b95d;
}
.btn-flat-erneuerbare:hover, .btn-flat-erneuerbare:not(:focus):hover, .btn-flat-erneuerbare:active:hover {
  --btnFaceColor: #99cb88;
  --btnTextColor: #fff;
}
.btn-flat-erneuerbare:active, .btn-flat-erneuerbare:focus:active, .btn-flat-erneuerbare[aria-expanded=true], .btn-flat-erneuerbare[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #75b95d;
  --btnBorderColor: transparent;
}
.btn-flat-erneuerbare.btn-outline {
  --btnTextColor: #75b95d;
  --btnFaceColor: transparent;
  --btnBorderColor: #75b95d;
}
.btn-flat-erneuerbare.btn-outline:hover, .btn-flat-erneuerbare.btn-outline:not(:focus):hover, .btn-flat-erneuerbare.btn-outline:active:hover {
  --btnFaceColor: #75b95d;
  --btnTextColor: #fff;
  --btnBorderColor: #75b95d;
}
.btn-flat-erneuerbare.btn-outline:active, .btn-flat-erneuerbare.btn-outline:focus:active, .btn-flat-erneuerbare.btn-outline[aria-expanded=true], .btn-flat-erneuerbare.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #75b95d;
  --btnBorderColor: #75b95d;
}
.btn-flat-umweltpolitik {
  --btnTextColor: #fff;
  --btnFaceColor: #ffc700;
}
.btn-flat-umweltpolitik:hover, .btn-flat-umweltpolitik:not(:focus):hover, .btn-flat-umweltpolitik:active:hover {
  --btnFaceColor: #ffd43d;
  --btnTextColor: #fff;
}
.btn-flat-umweltpolitik:active, .btn-flat-umweltpolitik:focus:active, .btn-flat-umweltpolitik[aria-expanded=true], .btn-flat-umweltpolitik[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ffc700;
  --btnBorderColor: transparent;
}
.btn-flat-umweltpolitik.btn-outline {
  --btnTextColor: #ffc700;
  --btnFaceColor: transparent;
  --btnBorderColor: #ffc700;
}
.btn-flat-umweltpolitik.btn-outline:hover, .btn-flat-umweltpolitik.btn-outline:not(:focus):hover, .btn-flat-umweltpolitik.btn-outline:active:hover {
  --btnFaceColor: #ffc700;
  --btnTextColor: #fff;
  --btnBorderColor: #ffc700;
}
.btn-flat-umweltpolitik.btn-outline:active, .btn-flat-umweltpolitik.btn-outline:focus:active, .btn-flat-umweltpolitik.btn-outline[aria-expanded=true], .btn-flat-umweltpolitik.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ffc700;
  --btnBorderColor: #ffc700;
}
.btn-flat-bueroverkehr {
  --btnTextColor: #fff;
  --btnFaceColor: #c583d0;
}
.btn-flat-bueroverkehr:hover, .btn-flat-bueroverkehr:not(:focus):hover, .btn-flat-bueroverkehr:active:hover {
  --btnFaceColor: #daafe1;
  --btnTextColor: #fff;
}
.btn-flat-bueroverkehr:active, .btn-flat-bueroverkehr:focus:active, .btn-flat-bueroverkehr[aria-expanded=true], .btn-flat-bueroverkehr[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #c583d0;
  --btnBorderColor: transparent;
}
.btn-flat-bueroverkehr.btn-outline {
  --btnTextColor: #c583d0;
  --btnFaceColor: transparent;
  --btnBorderColor: #c583d0;
}
.btn-flat-bueroverkehr.btn-outline:hover, .btn-flat-bueroverkehr.btn-outline:not(:focus):hover, .btn-flat-bueroverkehr.btn-outline:active:hover {
  --btnFaceColor: #c583d0;
  --btnTextColor: #fff;
  --btnBorderColor: #c583d0;
}
.btn-flat-bueroverkehr.btn-outline:active, .btn-flat-bueroverkehr.btn-outline:focus:active, .btn-flat-bueroverkehr.btn-outline[aria-expanded=true], .btn-flat-bueroverkehr.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #c583d0;
  --btnBorderColor: #c583d0;
}
.btn-flat-verein {
  --btnTextColor: #fff;
  --btnFaceColor: #ae0a0a;
}
.btn-flat-verein:hover, .btn-flat-verein:not(:focus):hover, .btn-flat-verein:active:hover {
  --btnFaceColor: #e80d0d;
  --btnTextColor: #fff;
}
.btn-flat-verein:active, .btn-flat-verein:focus:active, .btn-flat-verein[aria-expanded=true], .btn-flat-verein[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ae0a0a;
  --btnBorderColor: transparent;
}
.btn-flat-verein.btn-outline {
  --btnTextColor: #ae0a0a;
  --btnFaceColor: transparent;
  --btnBorderColor: #ae0a0a;
}
.btn-flat-verein.btn-outline:hover, .btn-flat-verein.btn-outline:not(:focus):hover, .btn-flat-verein.btn-outline:active:hover {
  --btnFaceColor: #ae0a0a;
  --btnTextColor: #fff;
  --btnBorderColor: #ae0a0a;
}
.btn-flat-verein.btn-outline:active, .btn-flat-verein.btn-outline:focus:active, .btn-flat-verein.btn-outline[aria-expanded=true], .btn-flat-verein.btn-outline[aria-expanded=true]:hover {
  --btnTextColor: #fff;
  --btnFaceColor: #ae0a0a;
  --btnBorderColor: #ae0a0a;
}

:where(p, h1, h2, h3, h4, h5, h6) .btn, :where(p, h1, h2, h3, h4, h5, h6) .content form [type=reset], .content form :where(p, h1, h2, h3, h4, h5, h6) [type=reset], :where(p, h1, h2, h3, h4, h5, h6) .content form [type=submit], .content form :where(p, h1, h2, h3, h4, h5, h6) [type=submit] {
  display: inline-flex;
  margin-bottom: 0.3rem;
}

#back-to-top {
  position: fixed;
  z-index: 7999;
  bottom: 21px;
  right: 18px;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
}
#back-to-top.btn, .content form #back-to-top[type=reset], .content form #back-to-top[type=submit] {
  display: flex;
  opacity: 1;
  font-size: 0.9rem;
  transition: opacity 0.43s ease-in-out;
}
#back-to-top.hide {
  pointer-events: none;
  opacity: 0;
}
#back-to-top:hover {
  text-decoration: none;
}
#back-to-top:hover::after {
  background-color: transparent;
}

.headline-directlink {
  padding-right: 10rem;
}
.headline-directlink::after {
  content: "Direktlink kopieren";
  position: absolute;
  transform-origin: center center;
  width: 0;
  max-width: max-content;
  margin-left: 9px !important;
  border: 0;
  overflow: hidden;
  opacity: 0;
}
.headline-directlink:hover::after {
  width: 100%;
  opacity: 1;
  background-color: var(--topicColorLightHex) !important;
}
.headline-directlink.active::after {
  background-color: var(--topicColorMediumHex) !important;
}

.content .row [class^=col-] + [class^=col-] {
  margin-top: 2.1rem;
}
.content .content-segment {
  /* :where(p:first-child) > img:first-child {
  	margin-top: -1rem;
  } */
}
.content .content-segment:not(:first-child) {
  margin-top: 2.1rem;
}
.content .content-segment img {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}
.content .content-segment .img-right, .content .content-segment .img-left {
  max-width: 30%;
}
.content .content-segment .img-right {
  float: right;
  margin-left: 20px;
}
.content .content-segment .img-left {
  float: left;
  margin-right: 20px;
}
.content .content-segment > img:only-child {
  width: 100%;
  max-width: -webkit-fill-available;
}
.content .content-segment .img-block {
  width: 100%;
  height: auto;
}
.content .content-segment ul {
  padding-left: 1.32rem;
  list-style-type: square;
}
.content .content-segment ul ::marker {
  color: var(--topicColor);
}
.content .content-segment table {
  min-width: 100% !important;
  margin-bottom: 2rem;
  border: 0;
}
.content .content-segment table tr {
  border-bottom: 1px solid #fff;
  transition: all 0.25s cubic-bezier(0, 0, 0.9, 1);
}
.content .content-segment table tr td {
  background-color: #fff;
}
.content .content-segment table tr:nth-child(odd) td {
  background-color: var(--topicColorLightHex);
}
.content .content-segment table td {
  padding: 0.48rem 0.33rem;
}
.content .content-segment table td, .content .content-segment table th {
  transition: all 0.25s cubic-bezier(0, 0, 0.9, 1);
}
.content .content-segment table th {
  font-family: 600;
}
.content .content-segment table tr:hover td, .content .content-segment table tr:hover th {
  background: var(--topicColorMediumHex) !important;
}
.content .content-segment table thead td {
  writing-mode: vertical-lr;
}
.content .content-segment .table-wrap {
  overflow: auto;
}
.content .content-segment .table-wrap table thead :first-child, .content .content-segment .table-wrap table tr :first-child {
  position: sticky;
  left: 0;
}
.content .content-segment.table-scrollable {
  overflow-x: auto;
}
.content .content-segment.table-scrollable table td:first-child {
  position: sticky;
  left: 0;
}
.content .content-segment:has(> table) {
  overflow-x: auto;
}
.content .content-segment:has(> table) table td:first-child {
  position: sticky;
  left: 0;
}
.content .content-segment .content-box {
  background: #f2f2f2;
  padding: 1em 1.2em;
}
.content .last-change {
  display: block;
}

@media (min-width: 992px) {
  .content .row [class^=col-] + [class^=col-] {
    margin-top: 0;
  }
}
:is(.content, .content-submenu) .article-header > .container-xl, :is(.content, .content-submenu) article > .container-xl {
  max-width: 90ch;
}
:is(.content, .content-submenu):is(.home .content) .article-header > .container-xl, :is(.content, .content-submenu):is(.home .content) article > .container-xl {
  max-width: 110ch;
}
:is(.content, .content-submenu) .article-header {
  padding: 2rem 0 0 0;
}
:is(.content, .content-submenu) article {
  padding-top: 5rem;
}
:is(.content, .content-submenu) article:first-child {
  padding-top: 1rem;
}
:is(.content, .content-submenu) article .container-xl {
  margin-top: 3.06rem;
}
:is(.content, .content-submenu) article .container-xl:first-child {
  margin-top: 0;
}
:is(.content, .content-submenu) article :is(p, ul, ol) + *:not(.subline) {
  margin-top: 1.26rem !important;
}
:is(.content, .content-submenu) article :is(p, ul, ol) + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag1, .htag2, .htag3, .htag4, .htag5, .htag6) {
  margin-top: 2.4rem !important;
}
:is(.content, .content-submenu) article .content-box {
  margin-top: 4.2rem !important;
  margin-bottom: 4.5rem !important;
}
:is(.content, .content-submenu) article li {
  margin-bottom: 0.75rem;
}
:is(.content, .content-submenu) article .content-collapse .it-longtxt {
  margin-top: 1.5rem;
}
:is(.content, .content-submenu) article .content-collapse .it-longtxt :is(h1, h2, h3, h4, h5, h6):first-child {
  display: none;
}
:is(.content, .content-submenu) article .c-tpl-01 .content-segment:not(:first-child) {
  margin-top: 4.2rem;
}
:is(.content, .content-submenu) article .content-segment [name^=item_] {
  max-height: 1px;
  display: block;
  overflow: hidden;
}
:is(.content, .content-submenu) article .search-selected {
  outline: 7px solid var(--topicColorLightHex);
  outline-offset: 30px;
  border-radius: 6px;
}

.article .btn.article-readmore span, .article .content form .article-readmore[type=reset] span, .content form .article .article-readmore[type=reset] span, .article .content form .article-readmore[type=submit] span, .content form .article .article-readmore[type=submit] span {
  opacity: 1;
  transition: opacity 0.13s cubic-bezier(0.165, 0.84, 1);
}
.article .btn.article-readmore span:not(.btn-label-0), .article .content form .article-readmore[type=reset] span:not(.btn-label-0), .content form .article .article-readmore[type=reset] span:not(.btn-label-0), .article .content form .article-readmore[type=submit] span:not(.btn-label-0), .content form .article .article-readmore[type=submit] span:not(.btn-label-0) {
  position: absolute;
  opacity: 0;
}
.article .btn.article-readmore[aria-expanded=true] .btn-label-0, .article .content form .article-readmore[aria-expanded=true][type=reset] .btn-label-0, .content form .article .article-readmore[aria-expanded=true][type=reset] .btn-label-0, .article .content form .article-readmore[aria-expanded=true][type=submit] .btn-label-0, .content form .article .article-readmore[aria-expanded=true][type=submit] .btn-label-0 {
  opacity: 0;
}
.article .btn.article-readmore[aria-expanded=true] .btn-label-1, .article .content form .article-readmore[aria-expanded=true][type=reset] .btn-label-1, .content form .article .article-readmore[aria-expanded=true][type=reset] .btn-label-1, .article .content form .article-readmore[aria-expanded=true][type=submit] .btn-label-1, .content form .article .article-readmore[aria-expanded=true][type=submit] .btn-label-1 {
  opacity: 1;
}
.article .article-link, .article .headline-directlink::after {
  padding: 0.3rem 0.9rem;
  margin: 0;
  font-size: 0.66rem;
  line-height: 0.81rem;
  font-weight: 700;
  color: #000;
  border-radius: 2rem !important;
  text-transform: none;
}

@media (min-width: 992px) {
  :is(.content, .content-submenu) article .article-link, :is(.content, .content-submenu) article .headline-directlink::after {
    font-size: 0.66rem;
    line-height: 0.81rem;
  }
}
.content form select, .content form input:not([type=submit], [type=checkbox], [type=radio], [type=reset], [type=file]), .content form textarea {
  flex: 10 10 100%;
  width: 100% !important;
  min-height: 100%;
  padding: 0.3rem 1.2rem 0.33rem 1.2rem;
  background-color: rgba(128, 128, 128, 0.33);
  border: 0;
  border-radius: 9px;
  outline: 0;
  font: inherit;
  line-height: 2.1rem;
  font-weight: 500;
  color: #000;
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
.content form select:focus, .content form select:focus-visible, .content form input:not([type=submit], [type=checkbox], [type=radio], [type=reset], [type=file]):focus, .content form input:not([type=submit], [type=checkbox], [type=radio], [type=reset], [type=file]):focus-visible, .content form textarea:focus, .content form textarea:focus-visible {
  background-color: rgba(128, 128, 128, 0.12);
  box-shadow: none;
  outline: none;
}
.content form select::placeholder, .content form input:not([type=submit], [type=checkbox], [type=radio], [type=reset], [type=file])::placeholder, .content form textarea::placeholder {
  display: none;
  color: #808080;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.09;
}
.content form textarea {
  height: 9rem;
  padding: 12px;
  color: #000 !important;
}
.content form .textarea-max {
  font-size: 0.7rem;
}
.content form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}
.content form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}
.content form ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.content form .form-group {
  position: relative;
  display: grid;
  align-items: stretch;
  grid: "label input"/1fr 3fr;
  gap: 6px;
  width: 100%;
  border-bottom: 0;
  margin: 0 0 9px 0;
}
.content form .form-group > *:not(.btn) {
  margin: 0;
  padding: 0;
}
.content form .form-group .form-input {
  position: relative;
  display: flex;
  flex-direction: column;
  place-content: center;
  grid-area: input;
  height: auto;
}
.content form .form-group .form-input .fb_standard {
  display: grid;
  grid-template-columns: 1.8rem auto;
  align-items: center;
  gap: 9px;
}
.content form .form-group .form-input .fb_standard:not(:first-child) {
  margin-top: 9px;
}
.content form .form-group .form-input.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.content form .form-group .form-input input:is([type=radio], [type=checkbox]) {
  appearance: none;
  background-color: rgba(128, 128, 128, 0.33);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content form .form-group .form-input input:is([type=radio], [type=checkbox]):after {
  content: "";
  display: block;
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 100%;
  background-color: rgba(95, 183, 28, 0.87);
  opacity: 0;
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
.content form .form-group .form-input input:is([type=radio], [type=checkbox]):checked {
  background-color: rgba(95, 183, 28, 0.18);
}
.content form .form-group .form-input input:is([type=radio], [type=checkbox]):checked:after {
  opacity: 1;
}
.content form .form-group .form-input .captcha {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.content form .form-group .form-input .captcha .captchapict {
  max-width: fit-content;
  border-radius: 6px;
  overflow: hidden;
}
.content form .form-group .form-label {
  grid-area: label;
  min-height: 3.9rem;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: rgba(87, 159, 178, 0.18);
  border: 0;
  border-radius: 9px;
  padding: 0.3rem 1.2rem 0.33rem 1.2rem;
  font-size: 0.87rem;
  font-weight: 600;
  word-break: break-word;
  line-height: 1.17rem;
}
.content form .form-group .form-label:not(:has(:first-child)) {
  background: #fff;
}
.content form .form-group .form-label sup {
  top: 0;
  font-size: 1.47rem;
  color: #000;
  margin-left: 5px;
}
.content form .form-group :is(.full-width, .plain-text) {
  min-width: 100%;
  grid-column-end: 3;
  grid-column-start: 1;
  display: inherit;
  margin-bottom: 0.75rem;
}
.content form .form-group:not(:first-child) :is(.full-width, .plain-text) {
  margin-top: 1.2rem;
}
.content form .form-group.check-radio {
  grid: "input label"/max-content 1fr;
}
.content form .form-group.check-radio label {
  background-color: transparent;
}
.content form .form-group.form-textarea {
  grid: "label input" 9rem "max max"/1fr 3fr;
}
.content form .form-group.form-textarea label {
  align-items: flex-start;
  padding-top: 12px;
  height: 9rem;
}
.content form .form-group.form-textarea .textarea-max {
  grid-area: max;
}
.content form .form-group.error label, .content form .form-group.error input, .content form .form-group.error textarea, .content form .form-group.error sup {
  background-color: rgba(236, 64, 96, 0.15);
  color: #ec4060;
}
.content form .form-group.error ::placeholder {
  color: #ec4060;
}
.content form .form-group.error :-ms-input-placeholder {
  color: #ec4060;
}
.content form .form-group.error ::-ms-input-placeholder {
  color: #ec4060;
}
.content form .form-group small {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  padding: 0.06em 0.6rem !important;
  color: #ec4060;
  font-size: 0.66rem;
}
.content form .form-group :is(input:focus) + small {
  display: none;
}
.content form .h4 {
  font-size: 0.85rem;
  line-height: 1rem;
}
.content form [type=submit] {
  display: block !important;
  margin-top: 1.8rem !important;
}
.content form [type=reset] {
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 2.7rem !important;
}
.content form .form-row .row.lazyview > div {
  padding: 0;
  display: grid;
  gap: 0 6px;
  grid: "hidden hidden" max-content "captcha input" max-content "info info" max-content/2fr 3fr;
}
.content form .form-row .row.lazyview > div .captcha_notvalid {
  grid-area: hidden;
  color: #ec4060;
  font-weight: 600;
  font-size: 0.85rem;
}
.content form .form-row .row.lazyview > div p {
   margin: 0 !important;
}
.content form .form-row .row.lazyview > div p:nth-child(2) {
  grid-area: captcha;
}
.content form .form-row .row.lazyview > div p:nth-child(3) {
  grid-area: info;
}
.content form .form-row .row.lazyview > div p:nth-child(4) {
  grid-area: input;
  height: 4.3rem;
}
.content form .captchapict {
  width: 100%;
  height: 4.3rem;
  object-fit: contain;
  margin: 0;
  background: rgba(128, 128, 128, 0.06);
}

.alert, .content .captcha_notvalid, .content form .captcha_notvalid {
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 6px;
  max-width: fit-content !important;
  display: flex;
  align-items: center;
  padding: 0.6rem 0.4rem;
}
.alert *, .content .captcha_notvalid *, .content form .captcha_notvalid * {
  font-weight: 600;
  color: inherit;
}

.alert.alert-info, .content .alert-info.captcha_notvalid {
  background: rgba(87, 159, 178, 0.09);
  border: 1px solid rgba(87, 159, 178, 0.5);
  color: #579fb2;
}

.alert.alert-success, .content .alert-success.captcha_notvalid {
  background: rgba(95, 183, 28, 0.15);
  border: 1px solid rgba(95, 183, 28, 0.5);
  color: #5fb71c;
}

.alert.alert-danger, .content .alert-danger.captcha_notvalid {
  background: rgba(255, 228, 18, 0.15);
  border: 1px solid rgba(255, 228, 18, 0.5);
  color: #5fb71c;
}

.alert.alert-error, .content .captcha_notvalid, .content form .captcha_notvalid {
  background: rgba(236, 64, 96, 0.15);
  border: 1px solid rgba(236, 64, 96, 0.5);
  color: #ec4060;
}

@media (max-width: 921px) {
  .content form .form-group {
    grid: "label" "input"/100% !important;
    gap: 6px;
    margin-bottom: 2.1rem;
  }
  .content form .form-group .form-label {
    min-height: fit-content;
  }
  .content form .form-group .form-input {
    min-height: 3.9rem;
  }
  .content form .form-group .form-input.grid-2 {
    grid-template-columns: 1fr;
  }
  .content form .form-group .form-input .captcha {
    display: flex;
    flex-direction: row;
    gap: 2px;
  }
  .content form .form-group .form-input .captcha .captchapict {
    max-width: 51%;
    object-fit: fill;
    object-position: center;
  }
  .content form [type=submit] {
    white-space: normal;
  }
  .content form [type=reset] {
    min-width: 100%;
  }
  .content form [type=submit], .content form [type=reset] {
    width: 100%;
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 922px) {
  .content form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    opacity: 0; /* Firefox */
  }
  .content form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
  }
  .content form ::-ms-input-placeholder { /* Microsoft Edge */
    color: transparent;
  }
  .content form .form-group .form-label.align-label-top {
    align-items: flex-start;
    padding-top: 1.2rem;
  }
}
.content form:is([id^=uf_]) .panel {
  margin-top: 6rem;
}
.content form:is([id^=uf_]) .panel .panel-body > * + *:not(.form-group) {
  margin-top: 3.3rem !important;
}
.content form:is(#usr_login_form, #usr_forgot_password) .form-column:first-child {
  flex: 10;
}
.content form:is(#usr_login_form, #usr_forgot_password) .form-group {
  display: flex;
  flex-direction: row;
}
.content form:is(#usr_login_form, #usr_forgot_password) input:is([type=text], [type=password]) {
  flex: 10 10 100%;
  width: 100%;
  padding: 0.9rem 1.2rem 0.84rem 1.2rem;
  background-color: rgba(128, 128, 128, 0.33);
  border: 0;
  border-radius: 9px;
  outline: 0;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #000;
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
.content form:is(#usr_login_form, #usr_forgot_password) input:is([type=text], [type=password]):focus {
  background-color: rgba(128, 128, 128, 0.12);
  box-shadow: none;
  outline: none;
}
.content form:is(#usr_login_form, #usr_forgot_password) ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 700;
  letter-spacing: 0.02;
  text-transform: none;
  color: #808080;
  opacity: 1 !important; /* Firefox */
}
.content form:is(#usr_login_form, #usr_forgot_password) ::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 700;
  letter-spacing: 0.02;
  text-transform: none;
  color: #808080;
  opacity: 1 !important;
}
.content form:is(#usr_login_form, #usr_forgot_password) [type=submit] {
  margin-top: 1.5rem;
  margin-bottom: 3.6rem;
  padding-top: 0.3rem;
  padding-bottom: 0.33rem;
}
.content form:is(#usr_login_form, #usr_forgot_password) .always-in {
  align-items: center;
}
.content form:is(#usr_login_form, #usr_forgot_password) .always-in label {
  font-size: 1rem;
  line-height: 1.15rem;
}
.content form:is(#usr_login_form, #usr_forgot_password) .always-in .icon-group {
  position: relative;
}
.content form:is(#usr_login_form, #usr_forgot_password) .always-in input {
  appearance: none;
  background-color: rgba(128, 128, 128, 0.33);
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 9px;
}
.content form:is(#usr_login_form, #usr_forgot_password) .always-in input + i {
  position: absolute;
  pointer-events: none;
  color: #5fb71c;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content form:is(#usr_login_form, #usr_forgot_password) .always-in input + i::before {
  display: flex;
  width: 100%;
  height: 81%;
  align-items: center;
  justify-content: center;
}
.content form:is(#usr_login_form, #usr_forgot_password) .always-in input:checked {
  background-color: rgba(95, 183, 28, 0.18);
}
.content form:is(#usr_login_form, #usr_forgot_password) .always-in input:checked + i {
  opacity: 1;
}
.content .alert.full-width, .content .full-width.captcha_notvalid {
  min-width: 100%;
  width: 100%;
}
.content .alert:is(.form-passwort-forgotten, .form-register), .content .captcha_notvalid:is(.form-passwort-forgotten, .form-register) {
  flex-direction: column;
}

.content form:is(#usr_forgot_password) .captcha-input {
  flex: 10;
}

@media (min-width: 992px) {
  .content form#usr_login_form .always-in label {
    font-size: 1.02rem;
    line-height: 1.17rem;
  }
}
.header-infobox {
  position: absolute;
  z-index: 5010;
  top: 6.18rem;
  height: inherit;
  width: 100%;
  margin-top: 0.99rem;
}
.header-infobox .info-wrapper {
  background: rgba(0, 0, 0, 0.51);
  height: 100vh;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.72s cubic-bezier(0, 0.1, 0.8, 1);
}
.header-infobox .info-wrapper.open {
  max-height: calc(100vh - 11.37rem);
  transition: max-height 0.6s 0.3s cubic-bezier(0, 0.1, 0.8, 1);
}
.header-infobox .info-wrapper .info-close {
  position: absolute;
  left: calc(100vw - 4.5rem);
  visibility: hidden;
  transition: all 0.33s cubic-bezier(0, 0.1, 0.8, 1);
}
.header-infobox .info-wrapper .info-close .btn, .header-infobox .info-wrapper .info-close .content form [type=submit], .content form .header-infobox .info-wrapper .info-close [type=submit], .header-infobox .info-wrapper .info-close .content form [type=reset], .content form .header-infobox .info-wrapper .info-close [type=reset] {
  --btnRadius: 2.7rem;
  --btnCircleIconSize: 1.2rem;
  transform: scale(0) rotate(-33deg);
  transition: all 0.33s cubic-bezier(0, 0.1, 0.8, 1);
}
.header-infobox .info-wrapper .info-close .btn:hover, .header-infobox .info-wrapper .info-close .content form [type=submit]:hover, .content form .header-infobox .info-wrapper .info-close [type=submit]:hover, .header-infobox .info-wrapper .info-close .content form [type=reset]:hover, .content form .header-infobox .info-wrapper .info-close [type=reset]:hover, .header-infobox .info-wrapper .info-close .btn:not(:focus):hover, .header-infobox .info-wrapper .info-close .btn:active:hover {
  --btnFaceColor: transparent;
  --btnTextColor: #000;
}
.header-infobox .info-wrapper .info-close .btn:active, .header-infobox .info-wrapper .info-close .content form [type=submit]:active, .content form .header-infobox .info-wrapper .info-close [type=submit]:active, .header-infobox .info-wrapper .info-close .content form [type=reset]:active, .content form .header-infobox .info-wrapper .info-close [type=reset]:active, .header-infobox .info-wrapper .info-close .btn:focus:active, .header-infobox .info-wrapper .info-close .btn[aria-expanded=true], .header-infobox .info-wrapper .info-close .content form [aria-expanded=true][type=submit], .content form .header-infobox .info-wrapper .info-close [aria-expanded=true][type=submit], .header-infobox .info-wrapper .info-close .content form [aria-expanded=true][type=reset], .content form .header-infobox .info-wrapper .info-close [aria-expanded=true][type=reset], .header-infobox .info-wrapper .info-close .btn[aria-expanded=true]:hover {
  --btnFaceColor: transparent;
  --btnTextColor: #000;
  --btnBorderColor: transparent;
}
.header-infobox .info-wrapper.open .info-close {
  visibility: visible;
  transition: all 0.33s cubic-bezier(0, 0.1, 0.8, 1);
}
.header-infobox .info-wrapper.open .info-close .btn, .header-infobox .info-wrapper.open .info-close .content form [type=submit], .content form .header-infobox .info-wrapper.open .info-close [type=submit], .header-infobox .info-wrapper.open .info-close .content form [type=reset], .content form .header-infobox .info-wrapper.open .info-close [type=reset] {
  transform: scale(1) rotate(0);
  transition: all 0.23s 0.8s cubic-bezier(0, 0.1, 0.8, 1);
}
.header-infobox .info-wrapper #info-topicmenu.open ~ .info-close {
  visibility: hidden;
}
.header-infobox .info-wrapper .info-item {
  display: block;
  position: absolute;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 0 0rem 0 0rem;
  background: #fff;
  color: #000;
  transform: scaleY(1);
  transition: max-height 0.3s cubic-bezier(0, 0.1, 0.9, 1), padding 0.21s ease-out;
  transform-origin: top center;
}
.header-infobox .info-wrapper .info-item::-webkit-scrollbar {
  display: none;
}
.header-infobox .info-wrapper .info-item span {
  margin-bottom: 0.3rem;
}
.header-infobox .info-wrapper .info-item p i {
  color: inherit;
  margin-right: 0.54rem;
}
.header-infobox .info-wrapper .info-item.open {
  padding: 3.6rem 0 4.2rem 0;
  display: block;
  transform: scaleY(1);
  max-height: 100%;
  transition: max-height 0.34s 0.66s cubic-bezier(0, 0.1, 0.7, 1), padding 0.34s 0.66s ease-out;
}
.header-infobox .info-wrapper .info-item .htag2 {
  font-size: 1.68rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .header-infobox {
    top: 6.99rem;
  }
  .header-infobox .info-wrapper.open {
    max-height: calc(100vh - 12.27rem);
  }
}
@media (min-width: 992px) {
  .header-infobox {
    top: unset;
    margin-top: 0;
  }
  .header-infobox .info-wrapper {
    overflow-y: hidden;
  }
  .header-infobox .info-wrapper.open {
    max-height: calc(100vh - 126px);
  }
  .header-infobox .info-wrapper .info-item.open {
    padding: 0;
  }
  .header-infobox .info-wrapper #info-topicmenu.open ~ .info-close {
    visibility: visible;
  }
}
#header #mainMenu {
  position: static;
  padding: 0.51rem 0 0 0;
}
#header #mainMenu .navbar-brand {
  margin-right: 0;
  margin-bottom: 1.2rem;
}
#header #mainMenu .navbar-brand .logo-responsive {
  max-height: 102px;
}
#header #mainMenu .navbar-primary .nav-item .btn, #header #mainMenu .navbar-primary .nav-item .content form [type=submit], .content form #header #mainMenu .navbar-primary .nav-item [type=submit], #header #mainMenu .navbar-primary .nav-item .content form [type=reset], .content form #header #mainMenu .navbar-primary .nav-item [type=reset] {
  --btnFaceColor: #f1555b;
  padding: 0.57rem 1.12rem;
}
#header #mainMenu .navbar-primary .nav-item .btn:hover, #header #mainMenu .navbar-primary .nav-item .content form [type=submit]:hover, .content form #header #mainMenu .navbar-primary .nav-item [type=submit]:hover, #header #mainMenu .navbar-primary .nav-item .content form [type=reset]:hover, .content form #header #mainMenu .navbar-primary .nav-item [type=reset]:hover, #header #mainMenu .navbar-primary .nav-item .btn:not(:focus):hover, #header #mainMenu .navbar-primary .nav-item .btn:active:hover {
  --btnFaceColor: #f47176;
}
#header #mainMenu .navbar-primary .nav-item .btn:active, #header #mainMenu .navbar-primary .nav-item .content form [type=submit]:active, .content form #header #mainMenu .navbar-primary .nav-item [type=submit]:active, #header #mainMenu .navbar-primary .nav-item .content form [type=reset]:active, .content form #header #mainMenu .navbar-primary .nav-item [type=reset]:active, #header #mainMenu .navbar-primary .nav-item .btn:focus:active, #header #mainMenu .navbar-primary .nav-item .btn[aria-expanded=true], #header #mainMenu .navbar-primary .nav-item .content form [aria-expanded=true][type=submit], .content form #header #mainMenu .navbar-primary .nav-item [aria-expanded=true][type=submit], #header #mainMenu .navbar-primary .nav-item .content form [aria-expanded=true][type=reset], .content form #header #mainMenu .navbar-primary .nav-item [aria-expanded=true][type=reset], #header #mainMenu .navbar-primary .nav-item .btn[aria-expanded=true]:hover {
  --btnFaceColor: #f68d91;
}
#header #mainMenu .navbar-secondary {
  gap: 0.5rem;
}
#header #mainMenu .navbar-secondary .nav-item {
  margin-right: -0.33rem;
}
#header #mainMenu .navbar-secondary .nav-item .btn, #header #mainMenu .navbar-secondary .nav-item .content form [type=submit], .content form #header #mainMenu .navbar-secondary .nav-item [type=submit], #header #mainMenu .navbar-secondary .nav-item .content form [type=reset], .content form #header #mainMenu .navbar-secondary .nav-item [type=reset] {
  margin: 3px;
}
#header #mainMenu .navbar-secondary .nav-item .btn:active, #header #mainMenu .navbar-secondary .nav-item .content form [type=submit]:active, .content form #header #mainMenu .navbar-secondary .nav-item [type=submit]:active, #header #mainMenu .navbar-secondary .nav-item .content form [type=reset]:active, .content form #header #mainMenu .navbar-secondary .nav-item [type=reset]:active, #header #mainMenu .navbar-secondary .nav-item .btn:focus:active, #header #mainMenu .navbar-secondary .nav-item .btn[aria-expanded=true], #header #mainMenu .navbar-secondary .nav-item .content form [aria-expanded=true][type=submit], .content form #header #mainMenu .navbar-secondary .nav-item [aria-expanded=true][type=submit], #header #mainMenu .navbar-secondary .nav-item .content form [aria-expanded=true][type=reset], .content form #header #mainMenu .navbar-secondary .nav-item [aria-expanded=true][type=reset], #header #mainMenu .navbar-secondary .nav-item .btn[aria-expanded=true]:hover {
  --btnBorderColor: transparent;
}
#header #mainMenu .navbar-toggler {
  --btnFaceColor: transparent;
  --btnRadius: 2.7rem;
  --btnCircleIconSize: 1.2rem;
  position: absolute;
  top: 1.2rem;
  left: calc(100vw - 1.8rem - var(--btnRadius));
}
#header #mainMenu .navbar-toggler:active, #header #mainMenu .navbar-toggler:focus:active, #header #mainMenu .navbar-toggler[aria-expanded=true], #header #mainMenu .navbar-toggler[aria-expanded=true]:hover {
  --btnBorderColor: transparent;
}
#header #mainMenu .navbar-toggler i {
  position: absolute;
  left: -1px;
  top: -2px;
  opacity: 0.17;
  transform: scale(0) rotate(-42deg);
  transform-origin: center;
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
#header #mainMenu .navbar-toggler i.show {
  opacity: 1;
  transform: scale(1) rotate(0);
}

#info-topicmenu.open {
  padding-top: 0;
}
#info-topicmenu #topicMenu .topicmenuMobil {
  scroll-snap-type: y mandatory;
}
#info-topicmenu #topicMenu .topicmenu-title {
  z-index: 1;
  position: sticky;
  top: 0;
  padding-top: 2.1rem;
  padding-bottom: 1.02rem;
  background: #fff;
}
#info-topicmenu #topicMenu .topicmenu-title .topicmenu-header {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.042rem;
}
#info-topicmenu #topicMenu .navbar-topic {
  scroll-snap-align: start;
  background: var(--topicColorLight);
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#info-topicmenu #topicMenu .navbar-topic:not(last-child) {
  margin-bottom: 1rem;
}
#info-topicmenu #topicMenu .navbar-topic .nav-header .nav-link {
  font-size: 1.2rem;
  line-height: 1.35rem;
  color: var(--topicColor);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.042rem;
}
#info-topicmenu #topicMenu .navbar-topic .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 0rem;
  margin-left: 0.39rem;
  font-size: 1.2rem;
  color: #000;
  font-weight: 700;
}
#info-topicmenu #topicMenu .navbar-topic .nav-item .nav-link::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.5ex;
  margin-top: -1px;
  margin-right: 0.54rem;
  background-color: var(--topicColor);
}

#footer .nav-footer {
  max-width: 66%;
  margin: 0 auto;
}
#footer .nav-footer .navbar-nav {
  gap: 1.2rem;
}
#footer .nav-footer .navbar-nav .nav-item {
  margin-bottom: 0.27rem;
}
#footer .nav-footer .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  max-width: 100%;
  justify-content: stretch;
  gap: 0.78rem;
}
#footer .nav-footer .navbar-nav .nav-item .nav-link i {
  color: #ed1c24;
  width: 2rem;
}
#footer .nav-footer .navbar-nav .nav-item .nav-link.btn, #footer .nav-footer .navbar-nav .nav-item .content form .nav-link[type=submit], .content form #footer .nav-footer .navbar-nav .nav-item .nav-link[type=submit], #footer .nav-footer .navbar-nav .nav-item .content form .nav-link[type=reset], .content form #footer .nav-footer .navbar-nav .nav-item .nav-link[type=reset] {
  justify-content: center;
}
#footer .nav-footer .navbar-nav .nav-item .nav-link .btn, #footer .nav-footer .navbar-nav .nav-item .nav-link .content form [type=submit], .content form #footer .nav-footer .navbar-nav .nav-item .nav-link [type=submit], #footer .nav-footer .navbar-nav .nav-item .nav-link .content form [type=reset], .content form #footer .nav-footer .navbar-nav .nav-item .nav-link [type=reset] {
  width: 100%;
  max-width: 100%;
}
#footer .nav-footer .navbar-nav .nav-item .btn, #footer .nav-footer .navbar-nav .nav-item .content form [type=submit], .content form #footer .nav-footer .navbar-nav .nav-item [type=submit], #footer .nav-footer .navbar-nav .nav-item .content form [type=reset], .content form #footer .nav-footer .navbar-nav .nav-item [type=reset] {
  margin: 0;
}
#footer .nav-footer .navbar-nav .nav-item .link-group-social {
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.27rem;
}
#footer .nav-footer .navbar-nav .nav-item .link-group-social .btn-flat-primary, #footer .nav-footer .navbar-nav .nav-item .link-group-social .content form [type=submit], .content form #footer .nav-footer .navbar-nav .nav-item .link-group-social [type=submit] {
  --btnFaceColor: transparent;
  --btnTextColor: #ed1c24;
}
#footer .nav-footer .navbar-nav .nav-item .link-group-social .btn-flat-primary:hover, #footer .nav-footer .navbar-nav .nav-item .link-group-social .content form [type=submit]:hover, .content form #footer .nav-footer .navbar-nav .nav-item .link-group-social [type=submit]:hover, #footer .nav-footer .navbar-nav .nav-item .link-group-social .btn-flat-primary:not(:focus):hover, #footer .nav-footer .navbar-nav .nav-item .link-group-social .btn-flat-primary:active:hover {
  --btnFaceColor: rgba(237, 28, 36, 0.09);
}
#footer .nav-footer .navbar-nav .nav-item .link-group-social .btn-flat-primary:active, #footer .nav-footer .navbar-nav .nav-item .link-group-social .content form [type=submit]:active, .content form #footer .nav-footer .navbar-nav .nav-item .link-group-social [type=submit]:active, #footer .nav-footer .navbar-nav .nav-item .link-group-social .btn-flat-primary:focus:active, #footer .nav-footer .navbar-nav .nav-item .link-group-social .btn-flat-primary[aria-expanded=true], #footer .nav-footer .navbar-nav .nav-item .link-group-social .content form [aria-expanded=true][type=submit], .content form #footer .nav-footer .navbar-nav .nav-item .link-group-social [aria-expanded=true][type=submit], #footer .nav-footer .navbar-nav .nav-item .link-group-social .btn-flat-primary[aria-expanded=true]:hover {
  --btnFaceColor: rgba(237, 28, 36, 0.15);
  --btnBorderColor: transparent;
}

.topicmenu-container .topicmenu-header {
  display: grid;
  padding: 0 0 2.1rem 0;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  align-content: flex-start;
  gap: 9px;
}
.topicmenu-container .topicmenu-header .btn, .topicmenu-container .topicmenu-header .content form [type=submit], .content form .topicmenu-container .topicmenu-header [type=submit], .topicmenu-container .topicmenu-header .content form [type=reset], .content form .topicmenu-container .topicmenu-header [type=reset] {
  --btnFontSize:.6rem;
  max-width: 100%;
  padding: 0.075rem 1rem;
}
.topicmenu-container .topicmenu-body .topicmenu-item {
  display: grid;
  grid-template: max-content/1fr 1fr;
  gap: 15px 42px;
}
.topicmenu-container .topicmenu-body .topicmenu-item .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0;
}
.topicmenu-container .topicmenu-body .topicmenu-item .nav-item .nav-link:hover {
  text-decoration-color: black !important;
}
.topicmenu-container .topicmenu-body .topicmenu-item .nav-item .link-image {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  background: rgba(128, 128, 128, 0.5);
}
.topicmenu-container .topicmenu-body .topicmenu-item .nav-item .link-title {
  font-weight: 700;
}

@media (max-width: 991px) {
  #header {
    padding-bottom: 0;
  }
  #header #mainMenu {
    max-height: 100vh;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #header #mainMenu .navbar-brand {
    margin-bottom: 1.2rem;
  }
  #header #mainMenu #mainNav {
    margin: 0 calc(var(--bs-gutter-x, 0.75rem) * -1);
  }
  #header #mainMenu .navbar-primary {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-y: auto;
    justify-content: flex-start !important;
    height: calc(100vh - 17.4rem - env(safe-area-inset-bottom));
    min-height: fit-content;
    padding: 1.5rem 0 2rem 0;
    background-color: #fff;
  }
  #header #mainMenu .navbar-primary .nav-item {
    margin-bottom: -5px;
  }
  #header #mainMenu .navbar-primary .nav-item .btn, #header #mainMenu .navbar-primary .nav-item .content form [type=submit], .content form #header #mainMenu .navbar-primary .nav-item [type=submit], #header #mainMenu .navbar-primary .nav-item .content form [type=reset], .content form #header #mainMenu .navbar-primary .nav-item [type=reset] {
    --btnFaceColor: transparent;
    --btnTextColor: var(--textColor);
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 0.57rem 1.12rem;
  }
  #header #mainMenu .navbar-primary .nav-item .btn:hover, #header #mainMenu .navbar-primary .nav-item .content form [type=submit]:hover, .content form #header #mainMenu .navbar-primary .nav-item [type=submit]:hover, #header #mainMenu .navbar-primary .nav-item .content form [type=reset]:hover, .content form #header #mainMenu .navbar-primary .nav-item [type=reset]:hover, #header #mainMenu .navbar-primary .nav-item .btn:not(:focus):hover, #header #mainMenu .navbar-primary .nav-item .btn:active:hover {
    --btnFaceColor: white;
  }
  #header #mainMenu .navbar-primary .nav-item .btn:active, #header #mainMenu .navbar-primary .nav-item .content form [type=submit]:active, .content form #header #mainMenu .navbar-primary .nav-item [type=submit]:active, #header #mainMenu .navbar-primary .nav-item .content form [type=reset]:active, .content form #header #mainMenu .navbar-primary .nav-item [type=reset]:active, #header #mainMenu .navbar-primary .nav-item .btn:focus:active, #header #mainMenu .navbar-primary .nav-item .btn[aria-expanded=true], #header #mainMenu .navbar-primary .nav-item .content form [aria-expanded=true][type=submit], .content form #header #mainMenu .navbar-primary .nav-item [aria-expanded=true][type=submit], #header #mainMenu .navbar-primary .nav-item .content form [aria-expanded=true][type=reset], .content form #header #mainMenu .navbar-primary .nav-item [aria-expanded=true][type=reset], #header #mainMenu .navbar-primary .nav-item .btn[aria-expanded=true]:hover {
    --btnFaceColor: white;
    --btnBorderColor: transparent;
  }
  #header #mainMenu .navbar-secondary {
    justify-content: center;
    gap: 2.1rem;
    margin-left: 0 !important;
    padding-bottom: 1rem;
  }
  #header #mainMenu .navbar-secondary .navbar-service {
    margin: 0 !important;
  }
  #header #mainMenu .navbar-secondary .nav-item {
    margin-right: -0.25rem;
  }
  #header #mainMenu .navbar-secondary .nav-item .btn, #header #mainMenu .navbar-secondary .nav-item .content form [type=submit], .content form #header #mainMenu .navbar-secondary .nav-item [type=submit], #header #mainMenu .navbar-secondary .nav-item .content form [type=reset], .content form #header #mainMenu .navbar-secondary .nav-item [type=reset] {
    margin: 3px;
  }
  #header #mainMenu .navbar-toggler {
    position: absolute;
    top: 0.84rem;
    right: 0.9rem;
  }
}
@media (min-width: 577px) {
  #footer .nav-footer {
    max-width: 54%;
  }
}
@media (min-width: 768px) {
  #header #mainMenu .navbar-primary {
    height: calc(100vh - 14.1rem - env(safe-area-inset-bottom));
  }
  #footer .nav-footer {
    max-width: 36%;
  }
}
@media (min-width: 992px) {
  #header #mainMenu #mainNav {
    width: 100%;
  }
  #header #mainMenu #mainNav .navbar-collapse {
    display: block !important;
  }
  #header #mainMenu #mainNav .navbar-collapse > div {
    display: flex;
    gap: 0.24rem;
  }
  #header #mainMenu .navbar-brand {
    margin-right: 1.5rem;
    margin-bottom: 0.9rem;
  }
  #header #mainMenu .navbar-brand .logo-responsive {
    max-height: 90px;
  }
  #header #mainMenu .navbar-primary {
    height: unset;
  }
  #header #mainMenu .navbar-social {
    display: none;
  }
  #info-topicmenu.open {
    padding-top: 0;
  }
  #info-topicmenu #topicMenu .topicmenuMobil {
    display: none;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select {
    position: sticky;
    align-items: flex-start;
    gap: 1.5rem;
    top: 0;
    padding-top: 4.5rem;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select .nav-item {
    color: var(--topicColor);
    border-bottom: 12px solid transparent;
    transition: all 0.33s cubic-bezier(0, 0.1, 0.32, 1);
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select .nav-item.hover {
    border-color: var(--topicColorLight);
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select .nav-item.hover a, #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select .nav-item.hover a:hover {
    cursor: default;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select .nav-item.active {
    margin-bottom: 12px;
    border-color: currentColor;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select .nav-item .nav-link {
    padding-bottom: 0.03rem;
    font-size: 2.4rem;
    line-height: 2.55rem;
    color: inherit;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .topicmenu-scroller {
    padding: 0;
    transition: all 0.57s cubic-bezier(0, 0.3, 0.87, 1);
    -webkit-mask-image: linear-gradient(to bottom, transparent 3%, #000 21%, #000 79%, transparent 97%);
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .topicmenu-scroller .navbar-topic {
    max-width: 69%;
    padding: 0 0 3rem 0;
    background-color: transparent;
    gap: 0.39rem;
    height: auto !important;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .topicmenu-scroller .navbar-topic:not(:first-child) {
    padding-top: 3rem;
    border-top: 4px solid #dadada;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .topicmenu-scroller .navbar-topic .nav-item .nav-link {
    margin-left: 0;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .swiperTopics {
    max-height: calc(100vh - 126px);
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .swiperTopics .swiper-wrapper {
    margin-top: 0.5rem;
  }
  #footer .nav-footer {
    max-width: unset;
    margin: 0;
  }
  .topicmenu-container .topicmenu-header {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 3.6rem 2.1rem 3.6rem;
  }
  .topicmenu-container .topicmenu-header .btn, .topicmenu-container .topicmenu-header .content form [type=submit], .content form .topicmenu-container .topicmenu-header [type=submit], .topicmenu-container .topicmenu-header .content form [type=reset], .content form .topicmenu-container .topicmenu-header [type=reset] {
    --btnFontSize:1rem;
    padding: 0.09rem 1.8rem;
  }
  .topicmenu-container .topicmenu-body .topicmenu-item {
    grid-template: max-content/1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  #header #mainMenu #mainNav .navbar-collapse > div {
    gap: 0.5rem;
  }
  #header #mainMenu .navbar-secondary {
    gap: 0.9rem;
  }
  #header #mainMenu .navbar-social {
    display: flex;
  }
}
@media (min-width: 1280px) {
  #header #mainMenu #mainNav {
    gap: 1.8rem;
  }
}
@media (min-width: 1400px) {
  #header #mainMenu #mainNav {
    gap: 2rem;
  }
  #header #mainMenu .navbar-secondary {
    gap: 1.8rem;
  }
}
@media (max-height: 640px) {
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select {
    padding-top: 3rem;
    gap: 0.42rem;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select .nav-item .nav-link {
    font-size: 1.71rem;
    line-height: 2.01rem;
  }
}
@media (min-height: 640px) and (max-height: 800px) {
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select {
    padding-top: 3.3rem;
    gap: 0.84rem;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select .nav-item .nav-link {
    font-size: 1.71rem;
    line-height: 2.01rem;
  }
}
@media (min-height: 801px) and (max-height: 900px) {
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select {
    padding-top: 5.1rem;
    gap: 0.96rem;
  }
  #info-topicmenu #topicMenu .topicmenuDesktop .navbar-select .nav-item .nav-link {
    font-size: 1.71rem;
    line-height: 2.01rem;
  }
}
.accordion {
  --headerBackgroundColor: var(--topicColorLightHex);
}
.accordion .accordion-item {
  padding: 0;
  border: 0;
  background: transparent;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 9px;
}
.accordion .accordion-header {
  position: relative;
  padding: 0;
  background: var(--headerBackgroundColor);
  transition: all 0.23s cubic-bezier(0, 0, 0.9, 1);
}
.accordion .accordion-header:hover {
  background-color: rgba(237, 28, 36, 0.24);
}
.accordion .accordion-header:hover a i, .accordion .accordion-header:hover a span {
  color: #fff;
}
.accordion .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  position: static;
  padding-top: 1.5rem;
  padding-bottom: 1.26rem;
  border: 0;
  box-shadow: none;
  font-size: 1.2rem;
  line-height: 1.47rem;
  font-weight: 400;
  background: none;
  color: var(--topicColor);
}
.accordion .accordion-header .accordion-button::after, .accordion .accordion-header .accordion-button::before {
  content: unset;
}
.accordion .accordion-header .accordion-button i {
  font-size: 1.2rem;
  line-height: 1.35rem;
  color: var(--topicColor);
  transform-origin: center;
  transition: all 0.18s ease-out;
}
.accordion .accordion-header .accordion-button span {
  font: inherit;
  color: var(--topicColor);
  margin-top: -5px;
}
.accordion .accordion-header .accordion-button.collapsed {
  color: #ed1c24;
}
.accordion .accordion-header .accordion-button:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.accordion .accordion-header .accordion-button[aria-expanded=true] i {
  transform: rotate(180deg);
}
.accordion .accordion-collapse {
  background: #fff;
}
.accordion .accordion-collapse .accordion-body .content-segment > div:not(.news-tpl0) {
  padding: 20px 30px 25px 30px;
}
.accordion .accordion-body {
  position: relative;
  padding: 0;
}
.accordion .accordion-body .content-segment {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .accordion {
    padding: 0 !important;
  }
  .accordion .accordion-item {
    padding: 0;
  }
  .accordion .accordion-collapse .accordion-body .content-segment > div:not(.news-tpl0) {
    padding: 45px 30px 54px 30px;
  }
}
@media (min-width: 992px) {
  .accordion .accordion-header .accordion-button {
    font-size: 1.2rem;
    line-height: 1.47rem;
  }
  .accordion .accordion-header .accordion-button i {
    font-size: 1.2rem;
    line-height: 1.35rem;
  }
}
#breadcrumbsMenu {
  margin-top: 0;
  box-shadow: 0 0 12px rgba(128, 128, 128, 0.27);
  transition: margin-top 0.23s cubic-bezier(0, 0.5, 0.84, 1);
}
#breadcrumbsMenu .nav-breadcrumbs .navbar-nav {
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.39rem;
}
#breadcrumbsMenu .nav-breadcrumbs .nav-item .nav-link {
  padding: 0;
  font-weight: 700;
}
#breadcrumbsMenu .nav-breadcrumbs .nav-item .nav-link.btn-flat-tertiary {
  --btnTextColor: #808080;
  margin: 0;
}
#breadcrumbsMenu .nav-breadcrumbs .nav-item .nav-link i:not(.fa-home) {
  margin-right: 0.3rem;
}
#breadcrumbsMenu .nav-breadcrumbs .nav-item .text-small {
  font-size: 0.6rem;
  line-height: 0.75rem;
}
#breadcrumbsMenu .nav-breadcrumbs .nav-item:hover .nav-link:not(.no-link) {
  color: #000 !important;
}
#breadcrumbsMenu.hide {
  margin-top: 0;
  transition: margin-top 0.43s cubic-bezier(0, 0.1, 0.74, 1);
}

body.home #breadcrumbsMenu {
  display: none;
}

@media (min-width: 992px) {
  #breadcrumbsMenu.hide {
    margin-top: 0;
    transition: none;
  }
  #breadcrumbsMenu .nav-breadcrumbs .nav-item .text-small {
    font-size: 0.9rem;
    line-height: 1.05rem;
  }
}
#navTree {
  --borderColor: var(--topicColor);
  --radius: 7px;
  --L1backgroundHead: var(--topicColorMediumHex);
  --L1backgroundToggleButton: var(--topicColorLightHex);
  --L1textcolorToggleButton: #000;
  --L1radiusToggleButton: 5px;
  --L1backgroundTreeItems: var(--topicColorLightHex);
  --L1borderTreeItems: var(--topicColorMediumHex);
  --L1markerColor: var(--topicColorMediumHex);
  --L2backgroundHead: var(--topicColorLightHex);
  --L2backgroundTreeItems: var(--topicColorLightHex);
  --L2borderTreeItems: var(--topicColorMediumHex);
  --L2markerColor: var(--topicColorMediumHex);
  overflow: hidden;
}
#navTree .nav-tree-wrapper {
  border-bottom: 1px solid var(--borderColor);
}
#navTree .nav-tree {
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 2px;
  margin-bottom: 0.78rem;
}
#navTree .nav-tree .tree-header {
  width: 100%;
  margin-bottom: 0;
}
#navTree .nav-tree .tree-header .tree-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.69rem 0.9rem 0.69rem 0.51rem;
  background: var(--L1backgroundHead);
  border-radius: var(--radius);
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
}
#navTree .nav-tree .tree-header .tree-head .head-text {
  line-height: normal;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-treelevel {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  text-align: start;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  padding-left: 0;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-treelevel i {
  margin-right: 0.51rem;
  transition: transform 0.23s cubic-bezier(0, 0.1, 0.6, 1);
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-treelevel[aria-expanded=true] i {
  transform: rotate(90deg);
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-treelevel[aria-expanded=false] i {
  transform: rotate(0deg);
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-topic {
  --btnFaceColor: var(--L1backgroundToggleButton);
  --btnBorderRadius: var(--L1radiusToggleButton);
  --btnFocusColor: transparent;
  margin: 0 0 0 0.15rem;
  max-width: 45%;
  min-width: 30%;
  padding: 0.75rem 0.54rem;
  font-size: 0.75rem;
  line-height: normal;
  color: var(--L1textcolorToggleButton);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.03rem;
  transition: all 0.33s cubic-bezier(0, 0.1, 0.32, 1);
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-topic span {
  display: inline;
  color: var(--L1textcolorToggleButton);
  font-weight: inherit;
  text-align: left;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-topic .toggle {
  padding-right: 0.27rem;
  display: none;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-topic .fa-stack {
  max-width: fit-content;
  padding: 0 0 0 0.84rem;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-topic .fa-stack .fa-eye-slash {
  display: none;
  margin-top: -2px;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-topic[aria-expanded=true] .toggle {
  display: inline;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-topic[aria-expanded=true] .fa-stack {
  padding: 0 0 0 0.9rem;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-topic[aria-expanded=true] .fa-stack .fa-eye-slash {
  display: inline-flex;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-topic[aria-expanded=true] .fa-stack .fa-eye {
  display: none;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-treelevel[aria-expanded=false] ~ .btn-toggle-topic {
  opacity: 0;
  pointer-events: none;
}
#navTree .nav-tree .tree-header .tree-head .btn-toggle-treelevel[aria-expanded=true] ~ .btn-toggle-topic {
  opacity: 1;
  pointer-events: initial;
}
#navTree .nav-tree .tree-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: max-content;
  gap: 0.45rem 0.51rem;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 0.45rem;
  margin-bottom: 0;
}
#navTree .nav-tree .tree-body .tree-item {
  position: relative;
  margin-bottom: 0;
}
#navTree .nav-tree .tree-body .tree-item a {
  font-size: 0.75rem;
  line-height: 0.93rem;
}
#navTree .nav-tree .tree-body .tree-item .tree-item-list {
  position: relative;
  margin-bottom: 0.45rem;
  padding-left: 1.5rem;
}
#navTree .nav-tree .tree-body .tree-item .tree-item-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 1.4rem);
  margin-top: -0.21rem;
  margin-left: -0.8rem;
  border-right: 2px solid var(--L1markerColor);
}
#navTree .nav-tree .tree-body .tree-item .tree-item-title, #navTree .nav-tree .tree-body .tree-item .tree-item-branch {
  border-radius: var(--radius);
  background-color: var(--L1backgroundTreeItems);
  font-weight: 700;
}
#navTree .nav-tree .tree-body .tree-item .tree-item-title.active {
  background-color: var(--L1backgroundHead);
}
#navTree .nav-tree .tree-body .tree-item .tree-item-title .tree-item-link {
  padding: 0.51rem 0.45rem;
}
#navTree .nav-tree .tree-body .tree-item .tree-item-branch {
  display: flex;
  align-items: center;
  margin-bottom: 0.45rem;
}
#navTree .nav-tree .tree-body .tree-item .tree-item-branch.active {
  background-color: var(--L1backgroundHead);
}
#navTree .nav-tree .tree-body .tree-item .tree-item-branch:first-child {
  margin-top: 0.45rem;
}
#navTree .nav-tree .tree-body .tree-item .tree-item-branch:last-child {
  margin-bottom: 0;
}
#navTree .nav-tree .tree-body .tree-item .tree-item-branch::marker {
  color: transparent;
}
#navTree .nav-tree .tree-body .tree-item .tree-item-branch::before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 0.57rem;
  margin-top: -0.81rem;
  margin-left: -0.8rem;
  border: 2px solid transparent;
  border-radius: 0 0 0 var(--radius);
  border-color: transparent transparent var(--L1markerColor) var(--L1markerColor);
}
#navTree .nav-tree .tree-body .tree-item .tree-item-branch .tree-item-link {
  display: flex;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0.36rem 0.45rem;
  word-break: break-word;
}
#navTree .nav-tree .tree-body .tree-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.03rem;
  height: 2px;
  width: calc(100% + 1rem);
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.23s;
}
#navTree .nav-tree .tree-body .tree-item:is(.line-d-m, .line-d) {
  margin-bottom: 0 !important;
}
#navTree .nav-tree .tree-body .tree-item:is(.line-d-m, .line-d) .tree-item-list {
  margin-bottom: 0 !important;
}
#navTree .nav-tree .tree-body .tree-item.line-d-m::after {
  content: unset;
}
#navTree .nav-tree .tree-body .tree-level-collapsible.collapsing .tree-item::after,
#navTree .nav-tree .tree-body .tree-level-collapsible.show .tree-item::after {
  border-bottom-color: var(--L1borderTreeItems);
}
#navTree .nav-tree .tree-body .tree-level-collapsible.collapsing .tree-item .tree-item-title,
#navTree .nav-tree .tree-body .tree-level-collapsible.show .tree-item .tree-item-title {
  margin-bottom: 0.45rem;
}
#navTree .nav-tree .tree-item-collapsible.show ~ .tree-level-collapsible .tree-body .tree-item::after {
  border-bottom-color: var(--L1borderTreeItems);
}
#navTree.treelevels-1:has(.tree-body .tree-item .tree-item-list) .tree-header .tree-head .btn-toggle-topic {
  display: flex;
}
#navTree .tree-level-2 {
  margin-top: -0.24rem;
  padding-left: 1.32rem;
  overflow: visible;
}
#navTree .tree-level-2 .tree-header {
  position: relative;
  padding-left: 0rem;
  margin-bottom: -0.3rem;
}
#navTree .tree-level-2 .tree-header::before {
  content: "";
  position: absolute;
  height: calc(50% + 0.36rem);
  width: 0.57rem;
  bottom: 50%;
  margin-left: -0.8rem;
  border: 2px solid transparent;
  border-radius: 0 0 0 var(--radius);
  border-color: transparent transparent var(--L1markerColor) var(--L1markerColor);
}
#navTree .tree-level-2 .tree-header .tree-head {
  padding: 0.57rem 0.9rem 0.57rem 0.51rem;
  background: var(--L2backgroundHead);
}
#navTree .tree-level-2 .tree-body {
  gap: 0 0.09rem;
  margin-top: 0.36rem;
}
#navTree .tree-level-2 .tree-body .tree-item::after {
  content: unset;
}
#navTree .tree-level-2 .tree-body .tree-item.branch-line::after {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  margin-left: 0.705rem;
  width: 2px;
  height: 130%;
  border-right: 2px solid var(--L1markerColor);
}
#navTree .tree-level-2 .tree-body .tree-item .tree-item-list {
  margin-bottom: 0;
}
#navTree .tree-level-2 .tree-body .tree-item .tree-item-list.line-d-m::after {
  content: unset;
}
#navTree.treelevels-2 {
  /*		&:has(#l1_ToggleButton[aria-expanded='true']) {
  			.tree-header {
  				.btn-toggle-topic {
  					opacity: 1;
  					pointer-events: initial;
  				}
  			}
  			.tree-level-2 { 
  			//	height: 0;
  				max-height: 0;
  				margin: 0;

  				.tree-header { margin-top: 10px } 
  			}
  		}*/
}
#navTree.treelevels-2 .tree-level-1 .tree-header {
  margin-bottom: 0;
}
#navTree.treelevels-2 .tree-level-1 .tree-header .btn-toggle-topic {
  opacity: 0;
  pointer-events: none;
}
#navTree.treelevels-2 .tree-level-2 .tree-level-collapsible {
  height: max-content;
  transition: max-height 0.71s cubic-bezier(0.2, 0.04, 0.29, 1.02);
  transform-origin: center center;
}
#navTree.treelevels-2 .tree-level-2 .tree-level-collapsible:not(.show) {
  max-height: 0;
}
#navTree.treelevels-2 .tree-level-2 .tree-level-collapsible:not(.show) .tree-header {
  margin-top: 10px;
  transition: all 0.53s cubic-bezier(0.2, 0.04, 0.29, 1.02);
}
@media (min-width: 992px) {
  #navTree .nav-tree:last-child::after {
    margin-top: 0.54rem;
  }
  #navTree .nav-tree .tree-header .tree-head {
    padding: 1.2rem 1.02rem;
    font-size: 1.2rem;
    line-height: 1.35rem;
  }
  #navTree .nav-tree .tree-header .tree-head .head-text {
    max-width: unset;
  }
  #navTree .nav-tree .tree-header .tree-head .btn-toggle-topic {
    max-width: unset;
    min-width: fit-content;
    padding: 0.15rem 0.45rem;
    font-size: 0.91rem;
  }
  #navTree .nav-tree .tree-header .tree-head .btn-toggle-topic span {
    white-space: nowrap;
  }
  #navTree .nav-tree .tree-header .tree-head .btn-toggle-topic .fa-stack {
    margin-left: 0.3rem;
  }
  #navTree .nav-tree .tree-header .tree-head .btn-toggle-topic .fa-stack .fa-eye-slash {
    margin-top: -1px;
  }
  #navTree .nav-tree .tree-body {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem 1rem;
  }
  #navTree .nav-tree .tree-body .tree-item {
    transition: margin-bottom 0.15s ease-out;
  }
  #navTree .nav-tree .tree-body .tree-item::after {
    bottom: -0.21rem;
  }
  #navTree .nav-tree .tree-body .tree-item.line-d-m::after {
    content: unset;
  }
  #navTree .nav-tree .tree-body .tree-item a {
    font-size: 0.9rem;
    line-height: 1.08rem;
  }
  #navTree .nav-tree .tree-body .tree-item .tree-item-list {
    padding-left: 1.5rem;
  }
  #navTree .nav-tree .tree-body .tree-item .tree-item-branch {
    margin-bottom: 0.45rem;
  }
  #navTree .nav-tree .tree-body .tree-item .tree-item-branch .tree-item-link {
    word-break: initial;
  }
  #navTree .nav-tree .tree-item-collapsible.show ~ .tree-level-collapsible .tree-body .tree-item {
    margin-bottom: 0.3rem;
  }
  #navTree .tree-level-2 {
    padding-left: 1.53rem;
  }
  #navTree .tree-level-2 .tree-header .tree-head {
    padding: 0.9rem 1.02rem;
  }
  #navTree .tree-level-2 .tree-body {
    gap: 0 0.39rem;
  }
  #navTree .tree-level-2 .tree-body .tree-item.branch-line::after {
    top: -55%;
    height: 90%;
  }
  #navTree .tree-level-2 .tree-body .tree-item .tree-item-list.line-d::after {
    content: unset;
  }
}
#hero {
  margin-top: -5rem;
  min-height: 5rem;
}

.container-heroimage {
  margin-top: 2.5rem;
  margin-bottom: 2.7rem;
  padding: 0;
}
.container-heroimage .hero-image {
  aspect-ratio: 3/4;
}
.container-heroimage .hero-image img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/4;
}

.container-slider {
  padding: 0;
}
.container-slider .swiperjs .slider-item {
  aspect-ratio: 1/1.5;
  min-height: 60vh;
}
.container-slider .swiperjs .slider-item img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1.5;
  min-height: 60vh;
}
.container-slider .swiperjs .slider-item .slider-item-caption {
  --delayFadeIn: 0s;
  position: absolute;
  bottom: 3.6rem;
  left: 2.1rem;
  padding: 0.6rem 0.33rem;
  max-width: 75vw;
  background-color: #fff;
}
.container-slider .swiperjs .slider-item .slider-item-caption .slider-item-link, .container-slider .swiperjs .slider-item .slider-item-caption .slider-item-text {
  color: #ed1c24;
  text-decoration: none;
  margin-bottom: 0;
}
.container-slider .swiperjs .slider-item .slider-item-caption .slider-item-link:hover {
  color: #ed1c24;
}
.container-slider .swiperjs .slider-item .slider-item-caption div {
  opacity: 0;
  transition: opacity 0.72s 1s ease-in-out;
  transform: translateX(0);
}
.container-slider .swiperjs .slider-item .slider-item-caption div:not(.slider-item-button) {
  --opacityEndValue: 1;
  transform-origin: top center;
}
.container-slider .swiperjs .slider-item.active .slider-item-caption {
  opacity: 1;
}
.container-slider .swiperjs .slider-item.active div {
  opacity: var(--opacityEndValue);
  transition: opacity 0.81s var(--delayFadeIn) ease-in-out;
  animation: slowScaleY 0.66s;
  animation-fill-mode: forwards;
  animation-delay: var(--delayFadeIn);
}
.container-slider .swiperjs .swiper-h-pagination {
  --swiper-pagination-color:#919191;
  --swiper-pagination-bullet-inactive-color:#919191;
  --swiper-pagination-bullet-inactive-opacity:.5;
  --swiper-pagination-bullet-size: 12px;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 6px;
}
.container-slider .swiperjs .swiper-h-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.container-slider .swiperjs .swiper-navigation {
  --swiper-navigation-size: 84px;
  --swiper-navigation-sides-offset: 18px;
  --swiper-navigation-top-offset: 42%;
}
.container-slider .swiperjs .swiper-navigation .swiper-button-prev {
  background-image: url("../../img/custom/template/swiper-navigation-prev.svg");
  background-repeat: no-repeat;
}
.container-slider .swiperjs .swiper-navigation .swiper-button-next {
  background-image: url("../../img/custom/template/swiper-navigation-next.svg");
  background-repeat: no-repeat;
}
.container-slider .swiperjs .swiper-navigation .swiper-button-next::after,
.container-slider .swiperjs .swiper-navigation .swiper-button-prev::after {
  content: "";
}
.container-slider .swiperjs .img-source {
  position: absolute;
  top: 1rem;
  left: 0.15rem;
  font-size: 0.75rem;
  font-weight: 900;
  writing-mode: tb;
  transform: rotate(-180deg);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.87);
}

@media (min-width: 992px) {
  .container-heroimage {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .container-heroimage .hero-image {
    aspect-ratio: 22/7;
  }
  .container-heroimage .hero-image img {
    aspect-ratio: 22/7;
  }
  .container-slider {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .container-slider .swiperjs .slider-item {
    min-height: unset;
    aspect-ratio: 16/8;
  }
  .container-slider .swiperjs .slider-item img {
    min-height: unset;
    object-position: center -10px;
  }
  .container-slider .swiperjs .slider-item .slider-item-caption {
    max-width: 42ch;
  }
  .container-slider .swiperjs .swiper-navigation {
    --swiper-navigation-sides-offset: 30px;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: var(--opacityEndValue);
  }
}
@keyframes slowSlide {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-72px);
  }
}
@keyframes slowScaleY {
  0% {
    transform: scaleY(0) translateY(6px);
  }
  100% {
    transform: scaleY(1) translateY(0px);
  }
}
#footer {
  position: relative;
  z-index: 100;
}
#footer .footer-top {
  background-color: #fdeaea;
}
#footer .footer-top .row > div {
  margin-bottom: 2rem;
}
#footer .footer-top .logo-footer {
  padding: 0 10%;
}
#footer .footer-top .logo-footer img {
  max-width: 69%;
  padding-left: 2rem;
}
#footer .footer-top .list-group {
  gap: 0.66rem;
}
#footer .footer-top .list-group .list-group-item {
  background: transparent;
  border: 0;
  padding-top: 0;
  font-weight: 700;
  color: #ed1c24;
}
#footer .footer-top .list-group .list-group-item *:not(i) {
  font-weight: inherit;
}
#footer .footer-top .list-group .icon-group {
  display: flex;
  gap: 0.54rem;
}
#footer .footer-top .list-group .icon-group i {
  width: 2rem;
}

@media (min-width: 992px) {
  #footer .footer-top .row > div {
    margin-bottom: 0;
  }
  #footer .footer-top .logo-footer img {
    max-width: 100%;
  }
}
.stoerer-container {
  background: #fdeaea;
  padding: 3rem 0;
  margin: 2.1rem 0;
}
.stoerer-container h1, .stoerer-container h2, .stoerer-container h3, .stoerer-container h4, .stoerer-container h5, .stoerer-container h6,
.stoerer-container .h1, .stoerer-container .h2, .stoerer-container .h3, .stoerer-container .h4, .stoerer-container .h5, .stoerer-container .h6,
.stoerer-container .htag1, .stoerer-container .htag2, .stoerer-container .htag3, .stoerer-container .htag4, .stoerer-container .htag5, .stoerer-container .htag6 {
  color: #ed1c24;
}
.stoerer-container p, .stoerer-container li, .stoerer-container a {
  font-size: 0.9rem;
}
.stoerer-container ol, .stoerer-container ul {
  margin-top: 1.2rem;
  padding-left: 0;
}
.stoerer-container ol ::marker, .stoerer-container ul ::marker {
  color: #000;
}
.stoerer-container [class*=marker] {
  list-style-position: outside;
  padding-left: 1.2rem;
}
.stoerer-container .marker-checkmark {
  list-style-image: url("../../img/custom/template/list-image-checkmark.svg");
}
.stoerer-container .logo-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.stoerer-container .stoerer-logo {
  max-width: 66%;
  object-position: center;
}

.archive {
  padding: 0 30px;
  padding-top: 0;
  padding-bottom: 0;
  /* Sidebar */
  /* Inhalte */
}
.archive .archive-title {
  display: inline-block;
  border-radius: 9px;
}
.archive .archive-menubar {
  z-index: 4000;
  position: absolute;
  display: block;
  top: 0;
  left: -100px;
  max-width: 0;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(to right, #fff 87%, rgba(0, 0, 0, 0.39) 87%);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.archive .archive-menubar.collapsing, .archive .archive-menubar.show {
  max-width: 100vw;
  min-height: 100vh;
  width: 100vw;
  left: 0;
}
.archive .archive-menubar .archive-menu-close {
  position: relative;
  margin-bottom: 1.5rem;
}
.archive .archive-menubar .archive-menu-close:after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  height: 2px;
  width: calc(87% + 42px);
  border-bottom: 2px solid #dadada;
}
.archive .archive-menubar .archive-menu ul {
  list-style-type: none;
  padding: 0;
}
.archive .archive-menubar .archive-menu ul li {
  padding-bottom: 0.27rem;
}
.archive .archive-menubar .archive-menu ul li span {
  padding: 0.12rem 0.18rem;
}
.archive .archive-menubar .archive-menu ul li:not(.cat_level_1) .active > span {
  background: #dadada;
  border-radius: 3px;
}
.archive .archive-menubar .archive-menu ul li .dropdown-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.archive .archive-menubar .archive-menu ul li .dropdown-toggle::after {
  content: unset;
}
.archive .archive-menubar .archive-menu ul li .dropdown-toggle i {
  margin-right: 0;
  transition: all 0.23s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: rotate(0);
}
.archive .archive-menubar .archive-menu ul li .dropdown-toggle[aria-expanded=true] i {
  transform: rotate(90deg);
}
.archive .archive-menubar .archive-menu ul li .collapse ul {
  padding-top: 0.18rem;
  padding-left: 1.62rem;
}
.archive .archive-menubar .archive-menu ul .cat_level_1 {
  font-weight: 700;
}
.archive #content {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
.archive #content .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.archive #content .navbar-toggler {
  --btnFaceColor: transparent;
  --btnRadius: 2.7rem;
  --btnCircleIconSize: 1.2rem;
  --btnTextColor: #000;
  margin-top: -0.3rem;
}
.archive #content .navbar-toggler:active, .archive #content .navbar-toggler:focus:active, .archive #content .navbar-toggler[aria-expanded=true], .archive #content .navbar-toggler[aria-expanded=true]:hover {
  --btnBorderColor: transparent;
}
.archive #content .navbar-toggler i {
  position: absolute;
  left: -1px;
  top: -2px;
  opacity: 0.17;
  transform: scale(0) rotate(-42deg);
  transform-origin: center;
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
.archive #content .navbar-toggler i.show {
  opacity: 1;
  transform: scale(1) rotate(0);
}

@media (min-width: 992px) {
  .archive {
    padding: 0 1.2rem;
  }
  .archive .archive-menubar {
    z-index: 0;
    position: relative;
    display: block !important;
    top: initial;
    left: initial;
    max-width: unset;
    padding-top: 12rem;
    background: transparent;
    border-right: 1px solid #dadada;
  }
  .archive #content {
    padding-left: 1.5rem;
  }
}
#adBanner .banner-wrapper {
  display: flex;
  place-content: center;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--topicColor);
}

#searchItem {
  width: 100%;
  position: relative;
  padding-top: 4.2rem;
  padding-bottom: 4.8rem;
}
#searchItem .search-title {
  color: #808080;
  font-weight: 500;
  text-transform: uppercase;
}
#searchItem .search-title i {
  color: inherit;
  margin-right: 0.99rem;
}
#searchItem form {
  width: 100%;
}
#searchItem form .form-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 0.5rem;
  width: 100%;
  border-bottom: 0;
}
#searchItem form .form-group .btn, #searchItem .content form .form-group [type=submit], .content #searchItem form .form-group [type=submit], #searchItem .content form .form-group [type=reset], .content #searchItem form .form-group [type=reset] {
  margin: 0 !important;
  max-width: max-content;
}
#searchItem form input[type=text] {
  flex: 10 10 100%;
  width: 100%;
  padding: 0.9rem 1.2rem 0.84rem 1.2rem;
  background-color: rgba(128, 128, 128, 0.33);
  border: 0;
  border-radius: 9px;
  outline: 0;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #808080;
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
#searchItem form input[type=text]:focus {
  background-color: rgba(128, 128, 128, 0.12);
  box-shadow: none;
  outline: none;
}
#searchItem form input[type=text]::placeholder {
  display: none;
  color: #808080;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.09;
}

.search-results #searchItem {
  padding-top: 0;
}
.search-results #searchItem form input[type=text] {
  color: #000;
}
.search-results #searchItem .alert, .search-results #searchItem .content .captcha_notvalid, .content .search-results #searchItem .captcha_notvalid {
  margin-top: 0.5rem;
}
.search-results #searchFilter {
  margin-top: 1.2rem;
}
.search-results #searchFilter .filter-button {
  gap: 16px;
  min-width: fit-content;
  max-width: 50%;
  margin-left: 0;
}
.search-results #searchFilter .filter-button > span {
  width: fit-content;
  max-width: max-content;
}
.search-results #searchFilter .filter-button[aria-expanded=false] i.fa-eye-slash {
  display: none;
}
.search-results #searchFilter .list-group {
  margin-top: 0.5rem;
}
.search-results #searchFilter .list-group .list-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #808080;
  margin: 0;
  max-width: fit-content;
  padding-right: 20px;
}
.search-results #searchFilter .list-group .filter-list {
  list-style-type: none;
  padding: 0;
  margin-top: 0 !important;
}
.search-results #searchFilter .list-group .filter-list li {
  margin-bottom: 0;
}
.search-results #searchFilter .list-group .filter-list label {
  font-size: 0.88rem;
  font-weight: 400;
  color: #808080;
}
.search-results #searchFilter .list-group .filter-list input[type=radio] {
  margin-right: 0.42rem;
}
.search-results #searchFilter .list-group .filter-list input[type=radio]:checked + .label-text {
  font-weight: 700;
}
.search-results .accordion .accordion-item {
  margin-top: 0 !important;
}
.search-results .accordion .accordion-item:not(:last-child) {
  margin-bottom: 2.1rem;
}
.search-results .accordion .accordion-item .accordion-header .accordion-button {
  background: var(--topicColorLightHex);
  color: #000;
  line-height: normal;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel {
  background: var(--topicColorLightHex);
  padding: 1.5rem 1.56rem;
  margin-top: 0.75rem;
  border-radius: 9px;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .panel-text-item {
  line-height: 1.23rem;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-tree {
  line-height: normal;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-tree a:hover {
  text-decoration: underline;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-tree a:last-child {
  font-weight: 500;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-url {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.75rem;
  text-decoration: none;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-url:hover {
  text-decoration: underline;
}

@media (min-width: 577px) {
  #searchItem form .form-group {
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
  }
  #searchItem form input[type=text] {
    max-width: 100%;
    padding: 0.9rem 2.4rem 0.84rem 2.4rem;
  }
}
@media (min-width: 992px) {
  .search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel {
    padding: 1.5rem 2.7rem;
  }
}
.news.news-tpl0 {
  margin: -1.25rem;
}
.news .card {
  border: 0;
  border-radius: 0;
}
.news .card .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}
.news .card .card-body {
  padding: 0;
}

.news-tpl0 {
  position: relative;
  padding: 0 !important;
}
.news-tpl0 .card-news-item {
  border-top: 1px solid #dadada;
  background-color: #fff;
}
.news-tpl0 .card-news-item:last-child {
  border-bottom: 1px solid #dadada;
}
.news-tpl0 .card-news-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  position: static;
  padding-top: 1.5rem;
  padding-bottom: 1.26rem;
  border: 0;
  box-shadow: none;
  font-size: 1.2rem;
  line-height: 1.35rem;
  font-weight: 400;
  font-size: 1.12rem;
  background: none;
}
.news-tpl0 .card-news-item .accordion-button::after, .news-tpl0 .card-news-item .accordion-button::before {
  content: unset;
}
.news-tpl0 .card-news-item .accordion-button i {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.35rem;
  transform-origin: center;
  transition: all 0.18s ease-out;
}
.news-tpl0 .card-news-item .accordion-button .button-label span {
  display: inline-block !important;
}
.news-tpl0 .card-news-item .accordion-button .button-label .text-news-date {
  color: rgba(0, 0, 0, 0.51);
  margin-right: 2ch;
  width: 16ch;
}
.news-tpl0 .card-news-item .accordion-button .button-label .h5 {
  color: #000;
  font-weight: 500;
}
.news-tpl0 .card-news-item .accordion-button:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.news-tpl0 .card-news-item .accordion-button[aria-expanded=true] {
  background-color: var(--topicColorLightHex);
}
.news-tpl0 .card-news-item .accordion-button[aria-expanded=true] .button-label .h5 {
  color: var(--topicColor);
}
.news-tpl0 .card-news-item .accordion-button[aria-expanded=true] i {
  transform: rotate(180deg);
}
.news-tpl0 .card-news-item .card-body {
  padding: 0;
}
.news-tpl0 .card-news-item .card-body .text-news-short {
  padding: 2.1rem 3.25rem 2.7rem 1.25rem;
}
.news-tpl0 .card-news-item .card-body .text-news-short .ellipsis {
  color: rgba(0, 0, 0, 0.51);
  margin-left: 2ch;
}

.news-home, .news-tpl1 {
  display: grid;
  grid-template: max-content/1fr 1fr;
  gap: 48px 30px;
  padding: 2rem 0;
}
.news-home .card, .news-tpl1 .card {
  display: grid;
  grid-template: max-content max-content/1fr;
  gap: 0.66rem;
}
.news-home .card .card-header, .news-tpl1 .card .card-header {
  background: #dadada;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.news-home .card .card-header .header-image a, .news-tpl1 .card .card-header .header-image a {
  width: 100%;
  height: 100%;
}
.news-home .card .card-header .header-image img, .news-tpl1 .card .card-header .header-image img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0 !important;
}
.news-home .card .card-body .text-news-headline .h5, .news-tpl1 .card .card-body .text-news-headline .h5 {
  font-weight: 500;
  font-size: 1.14rem;
}
.news-home .card .card-body .text-news-headline .h5 a, .news-tpl1 .card .card-body .text-news-headline .h5 a {
  hyphens: auto;
}
.news-home .card .card-body .text-news-date, .news-tpl1 .card .card-body .text-news-date {
  font-weight: 500;
  font-size: 0.69rem;
  margin-top: 0.21rem;
}

.news-detail {
  margin: 0;
}
.news-detail .content-segment p:first-of-type {
  margin-top: 1.56rem;
}
.news-detail .content-segment img {
  margin-bottom: 0;
}
.news-detail .content-segment .btn, .news-detail .content-segment .content form [type=submit], .content form .news-detail .content-segment [type=submit], .news-detail .content-segment .content form [type=reset], .content form .news-detail .content-segment [type=reset] {
  margin-left: 0;
}

@media (min-width: 992px) {
  .news-home {
    grid-template: max-content/1fr 1fr 1fr 1fr;
  }
  .news-detail {
    margin: 0 5ch;
  }
}
#NewsTicker .newsticker-wrapper {
  border: 1px solid #ed1c24;
  display: grid;
  grid-template: max-content max-content/1fr;
  margin: 3rem 0;
}
#NewsTicker .newsticker-wrapper .newsticker-title {
  padding: 0.18rem 2.1rem 0.18rem 0.9rem;
  background-color: #ed1c24;
  font-weight: 600;
  color: #fff;
  clip-path: polygon(0% 0%, 15ch 0%, 16ch 50%, 15ch 100%, 0% 100%);
}
#NewsTicker .newsticker-wrapper .newsticker-slider {
  overflow-x: hidden;
  display: inline-flex;
  padding: 0.84rem 0.9rem;
}
#NewsTicker .newsticker-wrapper .newsticker-slider .newsticker-slider-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
#NewsTicker .newsticker-wrapper .newsticker-slider .newsticker-slider-container .newsticker-inner {
  display: inline-block;
  animation: marquee 60s linear infinite;
}
#NewsTicker .newsticker-wrapper .newsticker-slider .newsticker-slider-container .newsticker-inner .item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 60s linear infinite;
}
#NewsTicker .newsticker-wrapper .newsticker-slider .newsticker-slider-container .news-item {
  display: inline-block;
  padding: 0 1rem;
  color: #ed1c24;
  font-family: sans-serif;
  color: #ed1c24;
  font-weight: 600;
  min-width: max-content;
}
#NewsTicker .newsticker-wrapper .newsticker-slider .newsticker-slider-container .news-item .index {
  color: #000;
  margin: 0 0.39rem;
}
#NewsTicker .newsticker-wrapper .newsticker-slider .newsticker-slider-container .news-item a {
  text-decoration: none !important;
}

@media (min-width: 992px) {
  #NewsTicker .newsticker-wrapper {
    grid-template: 1fr/max-content auto;
  }
  #NewsTicker .newsticker-wrapper .newsticker-title {
    padding: 0.84rem 2.1rem 0.84rem 1.5rem;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }
  #NewsTicker .newsticker-wrapper .newsticker-slider {
    padding: 0.84rem 4rem;
  }
}
/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
.text-small {
  font-size: 0.81rem;
  line-height: 0.96rem;
}

.text-extrasmall {
  font-size: 0.6rem;
  line-height: 0.75rem;
}

@media (min-width: 992px) {
  .text-small {
    font-size: 0.9rem;
    line-height: 1.05rem;
  }
  .text-extrasmall {
    font-size: 0.9rem;
    line-height: 1.05rem;
  }
}
.text-color-light {
  color: var(--textColorLight);
}

.text-align-center {
  text-align: center;
}
.text-align-center .btn, .text-align-center .content form [type=submit], .content form .text-align-center [type=submit], .text-align-center .content form [type=reset], .content form .text-align-center [type=reset] {
  margin-left: auto;
  margin-right: auto;
}

.rounded {
  border-radius: 6px !important;
}

[class*=d-grid] {
  display: grid;
  gap: 30px;
}/*# sourceMappingURL=style_custom.css.map */