/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-300.eot');
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-300.svg#OpenSans') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-regular.eot');
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-regular.svg#OpenSans') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-700.eot');
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/opensans/open-sans-v35-latin-700.svg#OpenSans') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.OpenSansLight {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.OpenSansBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
/* Keycolors defined in root less */
/*  Breakpoints */
/*  */
.nav {
  --bs-nav-link-color: #414244;
}
.modal {
  z-index: 2051;
}
/* Space */
.frame-space-before- {
  margin-top: 0rem;
}
.frame-space-before-extra-small {
  margin-top: 1rem;
}
.frame-space-before-small {
  margin-top: 2rem;
}
.frame-space-before-medium {
  margin-top: 3rem;
}
.frame-space-before-large {
  margin-top: 4rem;
}
.frame-space-before-extra-large {
  margin-top: 5rem;
}
.frame-space-after- {
  margin-bottom: 0rem;
}
.frame-space-after-extra-small {
  margin-bottom: 1rem;
}
.frame-space-after-small {
  margin-bottom: 2rem;
}
.frame-space-after-medium {
  margin-bottom: 3rem;
}
.frame-space-after-large {
  margin-bottom: 4rem;
}
.frame-space-after-extra-large {
  margin-bottom: 5rem;
}
@media screen and (min-width: 48em) {
  .frame-space-before- {
    margin-top: 0rem;
  }
  .frame-space-before-extra-small {
    margin-top: 1.5rem;
  }
  .frame-space-before-small {
    margin-top: 3rem;
  }
  .frame-space-before-medium {
    margin-top: 4.5rem;
  }
  .frame-space-before-large {
    margin-top: 6rem;
  }
  .frame-space-before-extra-large {
    margin-top: 7.5rem;
  }
  .frame-space-after- {
    margin-bottom: 0rem;
  }
  .frame-space-after-extra-small {
    margin-bottom: 1.5rem;
  }
  .frame-space-after-small {
    margin-bottom: 3rem;
  }
  .frame-space-after-medium {
    margin-bottom: 4.5rem;
  }
  .frame-space-after-large {
    margin-bottom: 6rem;
  }
  .frame-space-after-extra-large {
    margin-bottom: 7.5rem;
  }
}
html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding, 90px);
  /* scrollbar-color: @keycolor1 @mainnav-bg; */
  font-size: 18px;
  --header-tall: 100px;
  --header-short-p: 60px;
  --header-short-t: 110px;
  --header-short-d: 110px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  /*   letter-spacing: 0.05rem; */
}
body {
  overflow-x: hidden;
  background: #ffffff;
  color: #414244;
  padding-top: 0px;
  position: relative;
}
body.showNav {
  overflow: hidden;
}
body.showNav .navsidebar {
  overflow-y: scroll;
}
body.seite_92 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0rem;
}
body.seite_92 h1,
body.seite_92 h2,
body.seite_92 h3,
body.seite_92 h4,
body.seite_92 h5,
body.seite_92 h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
body.seite_92 .font-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
body.seite_92 .specialfont p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
p + h1,
ul + h1,
ol + h1,
p + .h1,
ul + .h1,
ol + .h1,
p + h2,
ul + h2,
ol + h2,
p + .h2,
ul + .h2,
ol + .h2,
p + h3,
ul + h3,
ol + h3,
p + .h3,
ul + .h3,
ol + .h3,
p + h4,
ul + h4,
ol + h4,
p + .h4,
ul + .h4,
ol + .h4,
p + h5,
ul + h5,
ol + h5,
p + .h5,
ul + .h5,
ol + .h5 {
  margin-top: 3rem !important;
  margin-bottom: 1rem;
}
figure figcaption {
  font-size: 0.8rem;
  text-align: left;
  margin-top: 0.5rem;
  color: #8597a1;
}
.ce-image .ce-gallery {
  margin-block: 2rem;
}
b,
strong {
  font-weight: 700;
}
section {
  position: relative;
  /*   padding: 1em 0;

  @media screen and (min-width: 992px) {
    padding: 2em 0;
  }
 */
}
section.frame-zeroPadding {
  padding: 0;
}
.swiper-container {
  --swiper-navigation-color: #414244;
}
.pagebackground {
  display: none;
  /* !!! */
  height: 40em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  background-position: top right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
a {
  word-wrap: break-word;
}
a:hover {
  color: #ed6c05;
}
.container {
  max-width: 1340px;
  padding: 0 2rem;
}
.container.big {
  max-width: 1600px;
}
.container-fluid {
  max-width: 1600px;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container-fluid.reallysmall {
  max-width: 1340px;
}
.frame-reducedWidth .container-fluid .row {
  padding-right: min( 100% , calc(100% - 1000px));
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-top: 0;
  line-height: 1em;
}
.bigtitle {
  font-size: 2rem;
  color: #414244;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .bigtitle {
    font-size: 2.5rem;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
.font-thin {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-weight: 400;
}
.font-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font-upper {
  text-transform: uppercase;
}
.font-center {
  text-align: center;
  display: block;
}
.font-small {
  font-size: 1.5rem;
}
.clr-white,
.clr-white a {
  color: #ffffff !important;
}
.clr-primary,
.clr-primary a {
  color: #ed6c05 !important;
}
.clr-primary-light,
.clr-primary-light a {
  color: rgba(237, 108, 5, 0.5) !important;
}
.clr-secondary,
.clr-secondary a {
  color: #ed6c05 !important;
}
.clr-special,
.clr-green,
.clr-special a,
.clr-green a {
  color: #78ad3a;
}
.is--centered {
  text-align: center;
  display: block;
}
.is--bold {
  font-weight: 700;
}
h1 {
  font-size: 3.5rem;
  margin-bottom: 40px;
  line-height: 1.05em;
}
h2 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
/* .headline,
.subline {
  display: block;
  text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1;
} */
.ce-headline-center {
  display: block;
}
p {
  font-size: 1rem;
}
.text-bigger {
  font-size: 1.3rem;
}
.text-bigger a {
  text-decoration: none;
}
.text-bigger a:after {
  content: ' »';
  color: #ed6c05;
  font-size: 1.3rem;
}
ul {
  padding-left: 1rem;
  list-style-type: square;
}
ul li {
  font-size: 1rem;
  line-height: 1.75;
}
ul li::marker {
  color: #ed6c05;
}
@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 639px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
}
.contentheader .contenttitle.black {
  color: #000000;
}
.contentheader .contenttitle.white {
  color: #ffffff;
}
.contentheader h2 {
  font-size: 2.1rem !important;
}
.contentheader h3 {
  font-size: 1.6rem !important;
}
.contentheader h4 {
  font-size: 1.4rem !important;
}
.contentheader h5 {
  font-size: 1.2rem !important;
}
a {
  color: #414244;
  text-decoration: underline;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.btn {
  color: #ed6c05;
  border-radius: 2rem;
  font-size: .8rem;
  font-weight: 400;
  border: 1px solid #ed6c05;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  text-decoration: none;
  margin-right: .5rem;
  margin-bottom: .5rem;
}
.btn:hover {
  background-color: #414244;
  color: #ffffff;
  border: 1px solid #414244;
}
.btn.btn-big {
  font-size: 0.8rem;
  line-height: 1.2;
  background-color: #ed6c05;
  color: #ffffff;
  border: 1px solid #ed6c05;
}
@media screen and (min-width: 640px) {
  .btn.btn-big {
    font-size: 1.2rem;
  }
}
.btn.btn-big:hover {
  background-color: #414244;
  color: #ffffff;
  border: 1px solid #414244;
}
.btn.btn-round {
  border-radius: 100vmax;
}
.btn.is--primary,
.btn.btn-primary {
  background-color: unset;
}
.btn.is--primary.btn-primary.focus,
.btn.btn-primary.btn-primary.focus,
.btn.is--primary.btn-primary:focus,
.btn.btn-primary.btn-primary:focus,
.btn.is--primary:hover,
.btn.btn-primary:hover {
  background-color: #ed6c05;
  color: #ffffff;
  border: 1px solid #ed6c05;
}
.btn.btn-primary-full {
  background-color: #ed6c05;
  color: #ffffff;
  border: 1px solid #ed6c05;
}
.btn.btn-primary-full:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn.btn-blue {
  background-color: unset;
  color: #78ad3a;
  border-color: #78ad3a;
}
.btn.btn-blue:hover {
  background-color: #78ad3a;
  color: #ffffff;
}
.btn.btn-green {
  background-color: unset;
  color: #78ad3a;
  border-color: #78ad3a;
}
.btn.btn-green:hover {
  background-color: #78ad3a;
  color: #ffffff;
}
.btn.btn-grey {
  background-color: unset;
  color: #414244;
  border-color: #414244;
}
.btn.btn-grey:hover {
  background-color: #414244;
  color: #ffffff;
}
.btn-secondary {
  background-color: #ed6c05;
}
.btn-secondary:hover {
  background-color: #ed6c05;
}
.btn-pill {
  display: inline-block;
  border: 1px solid #ed6c05;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  text-decoration: none;
}
.btn-pill:hover {
  border-color: #ed6c05;
  text-decoration: none;
}
.btn-pill-blue {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  text-decoration: none;
  color: #ffffff;
  background-color: #ed6c05;
}
.btn-pill-blue:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn-phone,
.btn-mail,
.btn-linked,
.btn-vcard {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1.8rem;
  text-indent: -9999px;
  width: 3rem;
  aspect-ratio: 1;
  display: inline-block;
  border: 1px solid #ed6c05;
  border-radius: .5rem;
  margin-right: .5rem;
  transition: all .3s ease;
}
.btn-phone span,
.btn-mail span,
.btn-linked span,
.btn-vcard span {
  display: none !important;
  visibility: hidden;
}
.btn-phone:hover,
.btn-mail:hover,
.btn-linked:hover,
.btn-vcard:hover {
  transform: translateY(-5px);
}
.btn-phone {
  background-image: url('/fileadmin/Content/Icons/Rombach-Icon-Phone.svg');
}
.btn-mail {
  background-image: url('/fileadmin/Content/Icons/Rombach-Icon-Mail.svg');
  background-size: auto 1.2rem;
}
.btn-linked {
  background-image: url('/fileadmin/Content/Icons/Rombach-Icon-LinkedIn.svg');
  background-color: #007bb5;
}
.btn-vcard {
  background-image: url('/fileadmin/Content/Icons/Rombach-Icon-vcard.svg');
}
p,
ol {
  margin-bottom: 20px;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadey {
  0% {
    opacity: 1;
  }
  16.66% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  91.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.contentheader {
  margin-bottom: 2rem;
}
header.contentheader .contenttitle {
  margin-bottom: 0.5rem;
}
ol {
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #ed6c05;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #ffffff;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
a.scroll-top svg {
  height: 80%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  a.scroll-top {
    bottom: 60px;
    right: 10px;
  }
}
.scrollheader a.scroll-top {
  opacity: 1;
  pointer-events: auto;
}
.disable-scrollbars {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.disable-scrollbars::-webkit-scrollbar {
  background: transparent;
  /* Chrome/Safari/Webkit */
  width: 0px;
}
.cutout-text {
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.cutout-text p {
  padding: 0.3rem 1rem .1rem 1rem;
  margin: 0;
  font-size: 4.3vw;
  background-color: #ffffff;
  mix-blend-mode: screen;
  line-height: 1;
  width: fit-content;
}
.text-on-gray {
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.text-on-gray p {
  background-color: #f4f4f4;
  padding-block: 0.3rem;
  padding-inline: .5rem .3rem;
  color: #414244;
  font-size: 1.5vw;
  margin: 0;
  line-height: 1;
  width: fit-content;
}
.larger-font {
  font-size: 1.8rem;
}
h1 span img {
  display: inline;
  width: auto;
  --qHeight: 24px;
  width: var(--qHeight);
  height: var(--qHeight);
}
@media screen and (min-width: 480px) {
  h1 span img {
    --qHeight: 32px;
  }
}
@media screen and (min-width: 640px) {
  h1 span img {
    --qHeight: 48px;
  }
}
@media screen and (min-width: 768px) {
  h1 span img {
    --qHeight: 64px;
  }
}
@media screen and (min-width: 1200px) {
  h1 span img {
    --qHeight: 3.5rem;
  }
}
.fadeinTop {
  opacity: 0;
  margin-top: 5rem;
}
.frame-align-items-center .ce-inner-box .row {
  align-items: center;
}
.zeropadrow {
  margin: 0;
}
.zeropadrow > div {
  padding: 0;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
span.nobreak {
  white-space: nowrap;
}
.pageoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.pageoverlay.show {
  opacity: .8;
  visibility: visible;
  cursor: pointer;
}
.contentheader .contenttitle {
  font-size: 2rem;
  color: #414244;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .contentheader .contenttitle {
    font-size: 2.5rem;
  }
}
.kopfgrafik .image img {
  height: calc(100vh - 70px);
  object-position: top;
}
@media screen and (min-width: 30em) {
  .kopfgrafik .image img {
    height: calc(100vh - 140px);
  }
}
.contentwrap {
  width: 100%;
  position: relative;
}
.folgeseite .kopfgrafik .img {
  height: calc(100vh - 70px);
}
@media screen and (min-width: 30em) {
  .folgeseite .kopfgrafik .img {
    height: calc(100vh - 140px);
  }
}
.folgeseite .kopfgrafik .tx-map .img {
  height: 100%;
}
@media screen and (min-width: 30em) {
  .row > .col-12:nth-child(2) {
    padding-left: 2rem;
  }
}
.row.no-padding > .ce-col {
  padding-inline: 0;
}
.col-md-12 .row .ce-col:not(.col-md-4) {
  padding-inline: 0;
}
@media screen and (min-width: 48em) {
  .col-md-12 .row .ce-col:not(.col-md-4) {
    padding-inline: 15px;
  }
}
.col-md-12 .row .ce-col:not(.col-md-4):first-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .col-md-12 .row .ce-col:not(.col-md-4):first-of-type {
    padding-right: 25px;
  }
}
@media screen and (min-width: 48em) {
  .col-md-12 .row .ce-col:not(.col-md-4):first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .col-md-12 .row .ce-col:not(.col-md-4):last-of-type {
    padding-left: 25px;
  }
}
.ce-col.col-md-4 .container-fluid {
  padding-inline: 0;
}
.ce-col.col-md-4 .container-fluid .ce-col.col-md-12 {
  padding-inline: 0;
}
.order1 {
  order: 1;
}
@media screen and (min-width: 48em) {
  .order1 {
    order: 2;
  }
}
.order2 {
  order: 2;
}
@media screen and (min-width: 48em) {
  .order2 {
    order: 1;
  }
}
.video {
  width: 100%;
  aspect-ratio: 1.77777778;
}
@media screen and (min-width: 48em) {
  .video {
    aspect-ratio: 2.33333333;
  }
}
.text-v1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2.25em;
}
.text-v1 .tv1-title {
  font-size: 2rem;
  color: #414244;
  line-height: 1em;
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 640px) {
  .text-v1 .tv1-title {
    font-size: 2.5rem;
  }
}
.text-v1 .tv1-badge {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.text-v1 .tv1-badge img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .text-v1 .tv1-badge {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .text-v1 .tv1-badge img {
    max-width: 10rem;
  }
}
.text-v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2.25em;
}
.text-v2 p:last-child {
  margin-bottom: 0;
}
.text-v2 .tv2-title {
  font-size: 2rem;
  color: #414244;
  line-height: 1em;
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 640px) {
  .text-v2 .tv2-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .text-v2 .tv2-left {
    text-align: right;
  }
}
.text-v2 .tv2-right {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .text-v2 .tv2-right {
    padding-right: 5rem;
  }
}
.text-v2 .tv2-right .floral {
  display: inline-block;
  position: relative;
  height: 1em;
}
.text-v2 .tv2-right .floral svg {
  width: 5rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.ctype-list {
  padding: 0;
}
.ctype-list .row {
  margin: 0;
}
#googlemaps [aria-label="Schließen"] {
  top: 0 !important;
  right: 0 !important;
}
.iconlist h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.iconlist ul {
  list-style: none;
  padding-left: 0;
}
.iconlist .listitem {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.iconlist .listitem a {
  text-decoration: unset;
}
.iconlist .listitem a:hover {
  color: #414244;
  text-decoration: underline;
}
.tab-v1 {
  display: flex;
  flex-direction: column;
}
.tab-v1 .nav-tabs {
  flex-direction: column;
  border: unset;
  position: sticky;
  top: 60px;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .tab-v1 .nav-tabs {
    flex-direction: row;
    top: 100px;
  }
}
.tab-v1 .nav-tabs .nav-item {
  flex: 1;
}
.tab-v1 .nav-tabs .nav-item .nav-link {
  background-color: unset;
  text-decoration: unset;
  border: 1px solid #414244;
  border-top: unset;
  border-radius: unset;
  color: #414244;
  font-size: .9rem;
  font-weight: bold;
}
.tab-v1 .nav-tabs .nav-item .nav-link.active,
.tab-v1 .nav-tabs .nav-item .nav-link:hover {
  background-color: #ed6c05;
  color: #ed6c05;
}
.tab-v1 .tab-content {
  padding-block: .5rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content {
    padding: 1.5rem .8rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tab-v1 .tab-content {
    padding: 2.5rem 1rem;
  }
}
.tab-v1 .tab-content .tab-pane section {
  padding-block: 0;
  margin-block: 0 2rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane section {
    margin-block: 0;
  }
}
.tab-v1 .tab-content .tab-pane section div {
  padding-inline: 0;
}
.tab-v1 .tab-content .tab-pane section div .contentheader {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane section div:first-of-type .contentheader,
  .tab-v1 .tab-content .tab-pane section div:first-of-type p {
    padding-right: 2rem;
  }
  .tab-v1 .tab-content .tab-pane section div:last-of-type .contentheader,
  .tab-v1 .tab-content .tab-pane section div:last-of-type p {
    padding-left: 2rem;
  }
}
.tab-v1 .tab-content .tab-pane section div .ce-image {
  margin-bottom: 0;
}
.tab-v1 .tab-content .tab-pane section:nth-of-type(odd) div:first-of-type {
  order: 1;
}
.tab-v1 .tab-content .tab-pane section:nth-of-type(odd) div:last-of-type {
  order: 2;
}
.tab-v1 .tab-content .tab-pane section:nth-of-type(even) div:first-of-type {
  order: 2;
}
.tab-v1 .tab-content .tab-pane section:nth-of-type(even) div:last-of-type {
  order: 1;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane section:nth-of-type(odd) div:first-of-type {
    order: 1;
  }
  .tab-v1 .tab-content .tab-pane section:nth-of-type(odd) div:last-of-type {
    order: 2;
  }
  .tab-v1 .tab-content .tab-pane section:nth-of-type(even) div:first-of-type {
    order: 1;
  }
  .tab-v1 .tab-content .tab-pane section:nth-of-type(even) div:last-of-type {
    order: 2;
  }
}
.tab-v1 .tab-content .tab-pane .ce-textpic {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane .ce-textpic {
    width: 50%;
  }
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-gallery {
  max-width: 40%;
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-bodytext p {
  font-size: .8em;
  line-height: 1.2;
}
.ce-gallery .image.circleImage img {
  border-radius: 100rem;
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 100px;
  /* border: 1px solid @text;
            padding: 1px; */
}
[id^="accordion"] .card {
  margin-bottom: .3rem;
  border-radius: 0;
}
[id^="accordion"] .card [id^="heading"] {
  background-color: #ffffff;
  border: unset;
}
[id^="accordion"] .card [id^="heading"] button {
  width: 100%;
  height: 100%;
  background-color: unset;
  box-shadow: unset;
  color: #414141;
  font-size: 1rem;
  padding: 0 2rem;
  text-align: left;
  position: relative;
  outline: unset;
  font-weight: 900;
}
[id^="accordion"] .card [id^="heading"] button:before,
[id^="accordion"] .card [id^="heading"] button:after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  color: #414141;
  line-height: 1;
  transition: transform .3s ease;
}
[id^="accordion"] .card [id^="heading"] button:before {
  content: '+';
  left: 0;
  font-size: 3rem;
  transform: translate(-50%, -50%);
}
[id^="accordion"] .card [id^="heading"] button:after {
  content: '>';
  right: 0;
  font-size: 2rem;
  transform-origin: center;
  transform: rotate(90deg);
}
[id^="accordion"] .card [id^="heading"] button.collapsed:after {
  transform: rotate(0deg);
}
[id^="accordion"] .card [id^="collapse"] .card-body {
  padding-left: 3.25rem;
}
[id^="accordion"] .card [id^="collapse"] .card-body header {
  display: none;
  visibility: hidden;
}
.accordion-item {
  margin-bottom: 1rem;
  border: 2px solid #f4f4f4 !important;
  border-radius: 2rem !important;
  background-color: #ffffffef;
}
.accordion-item * .accordion-item {
  border-top: 2px solid #f4f4f4;
}
.accordion-item .accordion-header {
  margin-bottom: 0;
}
.accordion-item .accordion-header .accordion-button {
  background: unset;
  box-shadow: unset;
  border: unset;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  color: #414244;
  position: relative;
  outline: none;
  padding: .9rem 2rem .9rem 2rem;
  font-weight: 900;
}
.accordion-item .accordion-header .accordion-button:after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-left: 1px solid #414244;
  border-top: 1px solid #414244;
  transition: all 0.3s ease-in-out;
  background: none;
}
.accordion-item .accordion-header .accordion-button.collapsed:after {
  transform: translateY(-50%) rotate(-135deg);
}
.accordion-item .accordion-collapse .accordion-body {
  padding: 1rem 2rem;
}
.accordion-item .accordion-collapse .accordion-body .contentheader {
  display: none;
  visibility: hidden;
}
.accordion-item .accordion-collapse .accordion-body p a.btn {
  color: #ed6c05;
}
.accordion-item .accordion-collapse .accordion-body p a.btn:hover {
  color: white;
}
.specialfont {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.specialfont p {
  padding: 0.5rem;
  margin: 0;
  font-size: 7vw;
  background-color: #ffffff;
  mix-blend-mode: screen;
  line-height: 1;
  width: fit-content;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .specialfont p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 78.75em) {
  .specialfont p {
    font-size: 3rem;
  }
}
.specialfont.big p {
  font-size: 10vw;
}
@media screen and (min-width: 48em) {
  .specialfont.big p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 78.75em) {
  .specialfont.big p {
    font-size: 4rem;
  }
}
.specialfont.right {
  align-items: end;
}
.tx-specialfont {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: .5rem;
}
.tx-specialfont .specialfont {
  align-items: end;
  text-align: right;
}
.tx-specialfont .specialfont p {
  font-size: 2rem;
}
.tx-specialfont .subline {
  text-align: right;
  max-width: 30ch;
}
.tx-specialfont .subline p {
  font-size: 1.2rem;
}
.frame-orangeBackground,
.frame-greyBackground,
.frame-greyBackgroundCarrot,
.frame-greyBackgroundCarrotSpecial {
  background-color: #f4f4f4;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
  margin-top: -1rem;
}
.frame-orangeBackground {
  background-color: #ed6c05;
}
.frame-orangeBackground *,
.frame-orangeBackground .contentheader .contenttitle {
  color: #ffffff;
}
.frame-greyBackgroundCarrot,
.frame-greyBackgroundCarrotSpecial {
  position: relative;
}
.frame-greyBackgroundCarrot > *,
.frame-greyBackgroundCarrotSpecial > * {
  z-index: 5;
  position: relative;
}
.frame-greyBackgroundCarrot .carrot,
.frame-greyBackgroundCarrotSpecial .carrot {
  transform: scale(-1, 1);
  position: absolute;
  width: auto;
  right: -7%;
  top: -10%;
  height: 120%;
  z-index: 2;
}
.frame-greyBackgroundCarrot .carrot svg,
.frame-greyBackgroundCarrotSpecial .carrot svg {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .frame-greyBackgroundCarrotSpecial .row {
    --bs-gutter-y: 4rem;
  }
  .frame-greyBackgroundCarrotSpecial .carrot {
    bottom: 0;
    right: 0;
    width: 15rem;
    height: auto;
    top: unset;
    transform: scale(-1, 1) translate(-30%, 10%);
  }
  .frame-greyBackgroundCarrotSpecial .carrot svg {
    height: auto;
  }
}
/* The animation code */
@keyframes scroll {
  from {
    top: 15%;
    opacity: 1;
  }
  to {
    top: 70%;
    opacity: 0;
  }
}
.tx-kopfgrafik {
  position: relative;
}
.tx-kopfgrafik::before {
  /*         content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        pointer-events: none;
        z-index: -2;
        background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); */
}
.tx-kopfgrafik .headline {
  font-size: 1.5rem;
  line-height: 1;
  max-width: 40ch;
  display: block;
  margin-bottom: 1rem;
}
.tx-kopfgrafik .headline p {
  /* font-size: 1em; */
  margin: 0;
}
.tx-kopfgrafik .subline {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 300;
}
.tx-kopfgrafik .btn {
  background-color: #ffffff;
  color: #ed6c05;
  margin-top: 1rem;
}
@media screen and (min-width: 480px) {
  .tx-kopfgrafik .headline {
    font-size: 2rem;
  }
  .tx-kopfgrafik .subline {
    font-size: 1.47rem;
  }
}
@media screen and (min-width: 768px) {
  .tx-kopfgrafik .headline {
    font-size: 3.5rem;
  }
  .tx-kopfgrafik .subline {
    font-size: 1.7rem;
  }
}
.tx-kopfgrafik.small {
  height: 70vh;
  min-height: 35rem;
}
.tx-kopfgrafik.small .carrot {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  height: 120%;
  width: auto;
}
.tx-kopfgrafik.small .carrot svg,
.tx-kopfgrafik.small .carrot img {
  height: 100%;
  width: auto;
}
.tx-kopfgrafik.mini {
  height: 50vh;
  position: relative;
  min-height: 35rem;
}
.tx-kopfgrafik.mini .carrot {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  height: 120%;
  width: auto;
}
.tx-kopfgrafik.mini .carrot svg,
.tx-kopfgrafik.mini .carrot img {
  height: 100%;
  width: auto;
}
.tx-kopfgrafik.mini .text {
  position: absolute;
  bottom: 40%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  left: 1rem;
}
@media screen and (min-width: 1260px) {
  .tx-kopfgrafik.mini .text {
    left: 4rem;
  }
}
.tx-kopfgrafik.mini .text .headline {
  display: flex;
  /* padding: 0.5rem; */
  text-transform: uppercase;
}
.tx-kopfgrafik.mini .text .headline p {
  background: #414244;
  color: #ffffff;
  width: min-content;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik.mini .text .headline p {
    width: fit-content;
  }
}
.tx-kopfgrafik.mini .text.nobackdrop-1 .headline {
  background: unset;
  color: #414244;
  padding: 0;
}
.tx-kopfgrafik.full {
  height: 65svw;
  min-height: 80svh;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik.full {
    /*    height: 77vh; */
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik.full {
    height: 100vh;
  }
}
.tx-kopfgrafik.full .content {
  bottom: 25%;
}
.tx-kopfgrafik.full .scroll-hint {
  position: relative;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 1rem;
  height: 2rem;
  z-index: 10;
  border-radius: 15px;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 30em) {
  .tx-kopfgrafik.full .scroll-hint {
    bottom: 4rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik.full .scroll-hint {
    display: block;
    visibility: visible;
  }
}
.tx-kopfgrafik.full .scroll-hint .wheel {
  width: .3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  opacity: 1;
  animation-name: scroll;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.tx-kopfgrafik.full .scroll-hint.hide {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.tx-kopfgrafik .swiper-slide .overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}
.tx-kopfgrafik .swiper-slide img,
.tx-kopfgrafik .swiper-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.tx-kopfgrafik .content {
  --pos: 50%;
  position: absolute;
  left: 1rem;
  /* transform nimmt den mix-blend-mode weg */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  bottom: 10%;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .content {
    left: 2rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .content {
    bottom: 20%;
    left: 4rem;
  }
}
.tx-kopfgrafik .content .specialfont p {
  width: min-content;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .content .specialfont p {
    width: fit-content;
  }
}
.tx-kopfgrafik .content .subline,
.tx-kopfgrafik .content .subline a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.tx-kopfgrafik .content .subline:hover,
.tx-kopfgrafik .content .subline a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .content .subline,
  .tx-kopfgrafik .content .subline a {
    font-size: 1.7rem;
  }
}
.tx-kopfgrafik .content .subline.big,
.tx-kopfgrafik .content .subline a.big {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .content .subline.big,
  .tx-kopfgrafik .content .subline a.big {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .content .subline.big,
  .tx-kopfgrafik .content .subline a.big {
    font-size: 2.2rem;
  }
}
.tx-kopfgrafik .carrot {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: -10%;
  height: 120%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .carrot {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
.tx-kopfgrafik .carrot svg,
.tx-kopfgrafik .carrot img {
  height: 100%;
  width: auto;
}
.tx-kopfgrafik .playcontrol {
  position: absolute;
  z-index: 10;
  bottom: 2rem;
  right: 2rem;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  border: none;
  padding: 0;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.tx-kopfgrafik .playcontrol:hover {
  background-color: #ed6c05;
  color: #ed6c05;
}
.tx-kopfgrafik .playcontrol svg {
  width: 1.5em;
  height: auto;
  pointer-events: none;
}
.tx-kopfgrafik .playcontrol svg:nth-child(1) {
  -webkit-transform: translateX(5%);
  -moz-transform: translateX(5%);
  -o-transform: translateX(5%);
  transform: translateX(5%);
}
.tx-kopfgrafik .playcontrol svg:nth-child(2) {
  display: none;
}
.tx-kopfgrafik .playcontrol.playing svg:nth-child(1) {
  display: none;
}
.tx-kopfgrafik .playcontrol.playing svg:nth-child(2) {
  display: block;
}
body .newcss-1 {
  display: block !important;
  padding-right: 2rem;
}
body .newcss-1 p {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  width: auto;
  line-height: 1.5em;
  padding: 0 0.5rem;
}
@media screen and (min-width: 480px) {
  body .newcss-1 p {
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  body .newcss-1 p {
    line-height: 1.45em;
  }
}
.tx-cubes {
  --gap: 1rem;
  --font-normal: 10cqw;
  --font-big: 12cqw;
  --line-height-normal: 1;
  --line-height-big: 1.2;
  --cubeoffset: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  gap: var(--gap);
  z-index: 10;
  position: static;
  margin-bottom: 3rem;
  width: 100%;
}
.tx-cubes .cube {
  container-type: inline-size;
  flex: 0 0 calc(49.8% - var(--gap) / 2);
  width: 100%;
  color: white;
  /* text-transform: uppercase; */
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  /* .transition(all .3s ease-in-out); */
}
.tx-cubes .cube .inner {
  /* aspect-ratio: 1 ; */
  min-height: calc(100cqw - var(--gap));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.tx-cubes .cube .inner span {
  display: block;
}
.tx-cubes .cube .inner svg {
  width: 18cqw;
}
.tx-cubes .cube:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding: var(--cubeoffset) 0 0 var(--cubeoffset);
}
.tx-cubes .cube:nth-child(1) .inner {
  background-color: #EBEBEA;
}
.tx-cubes .cube:nth-child(1):hover .inner {
  background-color: #d2d2d0;
}
.tx-cubes .cube:nth-child(1) span {
  font-size: clamp(.8rem, var(--font-normal), 1.5rem);
  font-size: var(--font-normal);
  line-height: var(--line-height-normal);
  color: #404144;
  text-align: right;
}
.tx-cubes .cube:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.tx-cubes .cube:nth-child(2) .inner {
  background-color: #78AD3A;
}
.tx-cubes .cube:nth-child(2):hover .inner {
  background-color: #5e872d;
}
.tx-cubes .cube:nth-child(2) svg {
  align-self: end;
}
.tx-cubes .cube:nth-child(2) span {
  font-size: clamp(.8rem, var(--font-big), 2rem);
  font-size: var(--font-big);
  /* line-height: var(--line-height-big); */
}
.tx-cubes .cube:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.tx-cubes .cube:nth-child(3) .inner {
  background-color: #006d31;
}
.tx-cubes .cube:nth-child(3):hover .inner {
  background-color: #003a1a;
}
.tx-cubes .cube:nth-child(3) span {
  font-size: clamp(.8rem, var(--font-big), 2rem);
  font-size: var(--font-big);
  /* line-height: var(--line-height-big); */
  text-align: right;
}
.tx-cubes .cube:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  padding: 0 var(--cubeoffset) var(--cubeoffset) 0;
}
.tx-cubes .cube:nth-child(4) .inner {
  background-color: #6D7280;
}
.tx-cubes .cube:nth-child(4):hover .inner {
  background-color: #565964;
}
.tx-cubes .cube:nth-child(4) svg {
  align-self: end;
}
.tx-cubes .cube:nth-child(4) span {
  font-size: clamp(.8rem, var(--font-normal), 1.5rem);
  font-size: var(--font-normal);
  line-height: var(--line-height-normal);
}
.tx-qscroller {
  height: 70vh;
  position: relative;
  overflow-y: hidden;
}
.tx-qscroller .nav {
  position: sticky;
  z-index: 2;
  top: 0;
  left: 100%;
  flex-direction: column;
  width: fit-content;
}
.tx-qscroller .nav .nav-item {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: unset;
  padding: 0.1rem 1rem 0.1rem 1rem;
}
.tx-qscroller .nav .nav-item:nth-of-type(1) {
  background-color: #ffa580;
}
.tx-qscroller .nav .nav-item:nth-of-type(2) {
  background-color: #ff9366;
}
.tx-qscroller .nav .nav-item:nth-of-type(3) {
  background-color: #ff814d;
}
.tx-qscroller .nav .nav-item:nth-of-type(4) {
  background-color: #ff6f33;
}
.tx-qscroller .nav .nav-item:nth-of-type(5) {
  background-color: #ff5d1a;
}
.tx-qscroller .nav .nav-item:nth-of-type(6) {
  background-color: #ff4b00;
}
.tx-qscroller .nav .nav-item:nth-of-type(7) {
  background-color: #e64300;
}
.tx-qscroller .nav .nav-item:hover,
.tx-qscroller .nav .nav-item.active {
  background-color: #f4f4f4;
  color: #000000;
}
.tx-qscroller .swiper {
  height: 100%;
}
.tx-qscroller .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.tx-qscroller .swiper .swiper-wrapper .swiper-slide .content {
  position: absolute;
  bottom: 4vw;
  left: 10%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tx-qscroller .swiper .swiper-wrapper .swiper-slide .content a {
  color: #ffffff;
}
.tx-qscroller .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.tx-qscroller .swiper .carrot {
  position: absolute;
  top: 0;
  width: 24rem;
  z-index: -1;
}
.tx-abbinder {
  position: relative;
  height: max(100svw,60vh);
  --negative-margin: -90px;
}
@media screen and (min-width: 48em) {
  .tx-abbinder {
    height: 50vh;
  }
}
@media screen and (min-width: 64em) {
  .tx-abbinder {
    height: 70vh;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-abbinder {
    height: 80vh;
  }
}
.tx-abbinder .inner {
  height: 100%;
  overflow: clip;
  position: relative;
}
.tx-abbinder .deepmenu > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
  white-space: nowrap;
  padding: 3rem 1rem;
  justify-content: center;
}
.tx-abbinder .deepmenu p {
  margin-bottom: 0;
  width: 100%;
  flex: 0 0 100%;
}
.tx-abbinder .deepmenu p a {
  color: white;
  font-weight: 400;
  text-decoration: none;
  padding: 0.25rem 4rem 0.35rem 2rem;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tx-abbinder .deepmenu p a:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding-inline: 3rem 3rem;
}
.tx-abbinder .deepmenu p a strong {
  font-size: 1.2em;
  font-weight: 700;
}
.tx-abbinder .deepmenu p a strong svg {
  width: auto;
  height: 1.2rem;
}
.tx-abbinder .deepmenu p a strong svg * {
  fill: white;
}
.tx-abbinder .deepmenu p:nth-child(1) a {
  background-color: #d3d3d3;
  color: #414244;
}
.tx-abbinder .deepmenu p:nth-child(2) a {
  background-color: #f8bd91;
}
.tx-abbinder .deepmenu p:nth-child(3) a {
  background-color: #f39561;
}
.tx-abbinder .deepmenu p:nth-child(4) a {
  background-color: #ec6b06;
}
.tx-abbinder .deepmenu p:nth-child(5) a {
  background-color: #eb5e04;
}
.tx-abbinder .deepmenu p:nth-child(6) a {
  background-color: #e85102;
}
.tx-abbinder .deepmenu p:nth-child(7) a {
  background-color: #e85102;
}
@media screen and (min-width: 480px) {
  .tx-abbinder .deepmenu p {
    flex: 0 0 calc(50% - 0.1rem);
  }
}
@media screen and (min-width: 992px) {
  .tx-abbinder .deepmenu {
    position: absolute;
    right: 0;
    top: -6rem;
    z-index: 5;
  }
  .tx-abbinder .deepmenu > div {
    display: block;
    gap: 0;
    padding: 0;
  }
  .tx-abbinder .deepmenu > div p {
    display: block;
    width: 100%;
  }
}
.tx-abbinder .content {
  position: absolute;
  bottom: 3rem;
  left: 1rem;
  z-index: 2;
}
.tx-abbinder .content a {
  text-decoration: none;
}
.tx-abbinder .content a:hover {
  color: #414244;
}
@media screen and (min-width: 48em) {
  .tx-abbinder .content {
    bottom: 10%;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-abbinder .content {
    bottom: 20%;
  }
}
.tx-abbinder .content .subline {
  color: #ffffff;
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 78.75em) {
  .tx-abbinder .content .subline {
    font-size: 1.5rem;
  }
}
.tx-abbinder .content .subline.big p {
  font-size: 2rem;
}
@media screen and (min-width: 78.75em) {
  .tx-abbinder .content .subline.big p {
    font-size: 2.5rem;
  }
}
.tx-abbinder .content .subline.blueBg {
  background-color: #78ad3a;
  padding: 0.3rem 1rem;
}
.tx-abbinder .content .subline.greyBg {
  background-color: #f4f4f4;
  color: #414244;
  padding: 0.3rem 1rem;
}
.tx-abbinder .content .subline.whiteBg {
  background-color: #ffffff;
  color: #414244;
  padding: 0.3rem 1rem;
}
.tx-abbinder .carrot {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.tx-abbinder .carrot svg {
  height: 100%;
}
.tx-abbinder .background,
.tx-abbinder video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.tx-abbinder.left {
  text-align: left;
}
.tx-abbinder.left .content {
  left: 2rem;
}
@media screen and (min-width: 78.75em) {
  .tx-abbinder.left .content {
    left: 4rem;
  }
}
.tx-abbinder.left .carrot {
  left: var(--negative-margin);
}
.tx-abbinder.right {
  text-align: right;
}
.tx-abbinder.right .content {
  right: 2rem;
}
@media screen and (min-width: 78.75em) {
  .tx-abbinder.right .content {
    right: 4rem;
  }
}
.tx-abbinder.right .content .specialfont {
  align-items: flex-end;
}
.tx-abbinder.right .content .subline {
  float: right;
}
.tx-abbinder.right .carrot {
  right: var(--negative-margin);
  transform: scale(-1, 1);
}
.tx-abbinder.youtube {
  margin-bottom: 4rem;
  overflow-y: visible;
  height: auto;
}
.tx-abbinder.youtube .mainframe {
  height: 80vh;
  position: relative;
}
.tx-abbinder.youtube .tx-youtube {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background-color: white;
  /* position: absolute;
            top: 100%;
            left: 50%;*/
  transform: translateY(-20%);
  box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.02), 0px 0px 5.3px rgba(0, 0, 0, 0.028), 0px 0px 10px rgba(0, 0, 0, 0.035), 0px 0px 17.9px rgba(0, 0, 0, 0.042), 0px 0px 33.4px rgba(0, 0, 0, 0.05), 0px 0px 80px rgba(0, 0, 0, 0.07000000000000001);
}
.tx-abbinder.youtube .tx-youtube .hummelSwiper {
  overflow-x: clip;
}
.tx-abbinder.youtube .tx-youtube .iframe-container,
.tx-abbinder.youtube .tx-youtube .image-container {
  aspect-ratio: 1.77777778;
  flex-basis: 25%;
}
.tx-abbinder.youtube .tx-youtube .iframe-container img,
.tx-abbinder.youtube .tx-youtube .image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tx-abbinder.youtube .tx-youtube .iframe-container {
  position: relative;
}
.tx-abbinder.youtube .tx-youtube .iframe-container .fake-button {
  position: absolute;
  inset: 35%;
  width: 30%;
  height: 30%;
  background-color: unset;
  border: unset;
  cursor: pointer;
}
.tx-abbinder.youtube .tx-youtube .iframe-container iframe {
  height: 100%;
}
.tx-abbinder.youtube .tx-youtube .swiper-button-next,
.tx-abbinder.youtube .tx-youtube .swiper-button-prev {
  z-index: 100;
  top: 50%;
}
.tx-abbinder.youtube .fake-button-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 3.5rem;
  background-color: #FF0000;
  border-radius: 1rem;
  cursor: pointer;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tx-abbinder.youtube .fake-button-main i {
  color: #ffffff;
  font-size: 2rem;
  border-radius: 0.5rem;
}
.tx-abbinder.youtube .swiper-slide .fake-button-main {
  width: 4rem;
  height: 2.5rem;
  border-radius: 0.75rem;
}
.tx-abbinder.youtube .swiper-slide .fake-button-main i {
  font-size: 1.5rem;
}
.tx-abbinder.youtube > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.tx-abbinder.pluspunkte {
  height: auto;
  overflow: hidden;
}
.tx-abbinder.pluspunkte .carrot {
  height: 20rem;
  width: auto;
  bottom: 0;
  right: 0;
  top: unset;
  -webkit-transform: scale(-1, 1) translateX(-30%);
  -moz-transform: scale(-1, 1) translateX(-30%);
  -o-transform: scale(-1, 1) translateX(-30%);
  transform: scale(-1, 1) translateX(-30%);
}
@media screen and (min-width: 768px) {
  .tx-abbinder.pluspunkte .carrot {
    height: 40rem;
  }
}
@media screen and (min-width: 1400px) {
  .tx-abbinder.pluspunkte .carrot {
    height: 100%;
  }
}
.tx-abbinder.pluspunkte .punkte {
  position: relative;
  width: 100svw;
  text-align: left;
  color: #ffffff;
  padding: 1rem;
  z-index: 1;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .tx-abbinder.pluspunkte .punkte {
    flex-direction: row;
    padding-top: 10rem;
    width: 70svw;
  }
  .tx-abbinder.pluspunkte .punkte .punkt {
    flex: 0 0 calc(50% - 1rem);
  }
  .tx-abbinder.pluspunkte .punkte .punkt:nth-child(odd) {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1400px) {
  .tx-abbinder.pluspunkte .punkte {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .tx-abbinder.pluspunkte .punkte .punkt:nth-child(1) {
    grid-area: 1 / 2 / 2 / 4;
  }
  .tx-abbinder.pluspunkte .punkte .punkt:nth-child(2) {
    grid-area: 1 / 4 / 2 / 6;
    margin-top: 3rem;
  }
  .tx-abbinder.pluspunkte .punkte .punkt:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
    margin-top: -4rem;
  }
  .tx-abbinder.pluspunkte .punkte .punkt:nth-child(4) {
    grid-area: 2 / 3 / 3 / 5;
    margin-top: 2rem;
  }
  .tx-abbinder.pluspunkte .punkte .punkt:nth-child(5) {
    grid-area: 2 / 5 / 3 / 7;
    margin-top: -1rem;
  }
  .tx-abbinder.pluspunkte .punkte .punkt:nth-child(6) {
    grid-area: 3 / 2 / 4 / 4;
  }
  .tx-abbinder.pluspunkte .punkte .punkt:nth-child(7) {
    grid-area: 3 / 4 / 4 / 6;
    margin-top: 3rem;
  }
}
.tx-abbinder.pluspunkte .punkte .punkt {
  /* max-width: 50%;*/
  padding: 2rem 2rem 0 2rem;
  position: relative;
}
.tx-abbinder.pluspunkte .punkte .punkt i {
  position: absolute;
  top: 0;
  left: 0;
  color: #ed6c05;
  font-size: 2.8rem;
}
.tx-introgrid-item {
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
  overflow: hidden;
}
.tx-introgrid-item.skyscraper {
  aspect-ratio: 0.5625;
}
.tx-introgrid-item.square {
  aspect-ratio: 1;
}
.tx-introgrid-item.picture {
  aspect-ratio: 1.5;
}
.tx-introgrid-item.half {
  width: 50%;
}
.tx-introgrid-item.full {
  width: 100%;
}
.tx-introgrid-item.tinyTop {
  margin-top: 1rem;
}
.tx-introgrid-item.smallTop {
  margin-top: 2rem;
}
.tx-introgrid-item.bigTop {
  margin-top: 4rem;
}
.tx-introgrid-item:last-of-type {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .tx-introgrid-item:first-of-type {
    margin-top: 0;
  }
}
.tx-introgrid-item > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  /* filter: grayscale(0%); */
}
.tx-introgrid-item:hover > a > img {
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.8100000000000001s;
  -moz-transition: all 0.8100000000000001s;
  -o-transition: all 0.8100000000000001s;
  transition: all 0.8100000000000001s;
  /* filter: grayscale(70%); */
}
.tx-introgrid-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tx-introgrid-item .content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.tx-introgrid-item .content .category,
.tx-introgrid-item .content .description {
  padding: 0.1rem 0.4rem;
  width: fit-content;
}
.tx-introgrid-item .content .category {
  background: #ffffff;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 0.25rem;
}
.tx-introgrid-item .content .category img {
  height: 20px;
  width: auto;
}
.tx-introgrid-item .content .category svg {
  width: 1rem;
}
.tx-introgrid-item .content .description {
  background-color: #e5e5e6;
}
.tx-introgrid-item .content .description.fz-0 {
  font-size: .75rem;
}
.tx-introgrid-item .content .description.fz-1 {
  font-size: 1rem;
}
.tx-introgrid-item .content .description.fz-2 {
  font-size: 1.5rem;
}
.tx-introgrid-item:hover {
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07000000000000001);
}
.tx-contactbox {
  padding: 0 2rem;
  display: flex;
}
.tx-contactbox.blue {
  background-color: #78ad3a;
  color: #ffffff;
}
.tx-contactbox h2 {
  color: inherit;
}
.tx-contactbox h3 {
  margin-bottom: 2rem;
}
.tx-contactbox .contacts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tx-contactbox .contacts a {
  color: #ffffff;
  text-decoration: none;
}
.tx-contactbox .contacts .contact {
  display: flex;
  align-items: top;
  gap: 2rem;
}
.tx-contactbox .contacts .contact .image {
  flex-basis: 30%;
}
.tx-contactbox .contacts .contact .image img {
  aspect-ratio: 1;
  border-radius: 50%;
}
.tx-contactbox .contacts .contact .text {
  flex-basis: 70%;
}
.tx-contactbox .contacts .contact .text strong {
  font-weight: 900;
}
.tx-contactbox .contacts .contact .text p {
  margin-bottom: 0;
  font-size: 1nrem;
}
.ce-col .tx-contactbox.blue {
  height: 100%;
}
.tx-stickymenu {
  position: relative;
  height: 0;
  padding-bottom: 150px;
  pointer-events: none;
}
.tx-stickymenu .inner {
  margin-inline: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  pointer-events: auto;
}
@media screen and (min-width: 48em) {
  .tx-stickymenu .inner {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: fit-content;
  }
}
.tx-stickymenu.blue .inner {
  background-color: #78ad3a;
  color: #ffffff;
}
.tx-stickymenu.sticky {
  position: sticky;
  top: 90px;
  z-index: 10;
}
.tx-stickymenu.sticky .inner {
  left: 0;
  transform: unset;
  display: flex;
  width: 100vw;
  max-width: 100%;
  justify-content: center;
  padding: 0 0.5rem;
}
.tx-stickymenu.sticky .inner a i {
  display: none;
  visibility: hidden;
}
.tx-stickymenu.sticky .inner a:hover {
  text-decoration: underline;
}
.tx-stickymenu a {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  text-decoration: unset;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  min-width: 145px;
  padding: 0.5rem 1.5rem;
  flex-basis: 50%;
  text-transform: uppercase;
  white-space: nowrap;
}
.tx-stickymenu a:nth-child(odd) {
  border-right: rgba(255, 255, 255, 0.5) 1px solid;
}
.tx-stickymenu a:first-child,
.tx-stickymenu a:nth-child(2) {
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
}
.tx-stickymenu a i,
.tx-stickymenu a span {
  color: inherit;
}
.tx-stickymenu a i {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .tx-stickymenu a {
    flex: 0 0 25%;
    padding: 0.5rem 1.5rem;
    border: none !important;
  }
  .tx-stickymenu a:nth-child(n+2) {
    border-left: rgba(255, 255, 255, 0.5) 1px solid !important;
  }
}
.tx-productgrid {
  margin-block: 2rem;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.tx-productgrid .grid,
.tx-productgrid .content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tx-productgrid .outterspace {
  container: prductgrid;
  padding-block: 10cqh;
  margin: -10cqh 0;
  overflow: hidden;
}
.tx-productgrid .container {
  background: #f4f4f4;
  max-width: unset;
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
  padding-left: max(calc(50% - 680px), 1rem);
}
@media screen and (min-width: 768px) {
  .tx-productgrid .container {
    flex-direction: row;
    padding-block: 10qh;
  }
}
.tx-productgrid .grid {
  z-index: 4;
  /* padding-right: 40%; */
}
.tx-productgrid .grid .item {
  border-bottom: 2px solid #dee2e6;
  padding-block: 1rem;
}
.tx-productgrid .grid .item.border,
.tx-productgrid .grid .item.special {
  display: none;
}
.tx-productgrid .grid .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tx-productgrid .grid .item .headline {
  font-size: 1rem;
  line-height: 1;
  color: #ed6c05;
}
.tx-productgrid .grid .item .headline + h2 {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.tx-productgrid .grid .item p {
  font-size: 1rem;
  color: #414244;
}
.tx-productgrid .grid .item p:last-child {
  margin-bottom: 0;
}
.tx-productgrid .grid .item p a {
  color: #ed6c05;
}
@media screen and (min-width: 1200px) {
  .tx-productgrid .grid {
    padding-right: 0;
    margin: auto 0;
    box-shadow: 0 0 0 100vmax #f4f4f4;
    clip-path: inset(0 -100vmax);
    z-index: 1;
    position: relative;
    flex: 1 1 auto;
    /*  display: grid;
            grid-template-columns: repeat(4, auto);
            // grid-template-rows: repeat(5, 1fr);
            grid-template-rows: 1fr 1px auto 1px 1fr;
            gap: 1rem;
            align-items: center;
            grid-template-areas:
                ". . . ."
                ". . . ."
                ". . . ."
                ". . . ."
                ". . . ."; */
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .tx-productgrid .grid .item-off {
    padding: 1rem;
    border-bottom: none;
  }
  .tx-productgrid .grid .item-off.border {
    display: none;
  }
  .tx-productgrid .grid .item-off:nth-of-type(1) {
    grid-column: 1 / span 2;
  }
  .tx-productgrid .grid .item-off:nth-of-type(2) {
    grid-column: 3 / span 2;
    border-left: 2px solid #f4f4f4;
  }
  .tx-productgrid .grid .item-off:nth-of-type(3) {
    grid-column: 1 / span 3;
    grid-row-start: 2;
    height: 1px;
    background-color: #f4f4f4;
    padding: 0;
  }
  .tx-productgrid .grid .item-off:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row-start: 3;
    border-right: 2px solid #f4f4f4;
  }
  .tx-productgrid .grid .item-off:nth-of-type(5) {
    grid-column: 2 / 3;
    grid-row-start: 3;
    background-color: #ed6c05;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    height: auto;
  }
  .tx-productgrid .grid .item-off:nth-of-type(5) p,
  .tx-productgrid .grid .item-off:nth-of-type(5) span {
    color: inherit;
  }
  .tx-productgrid .grid .item-off:nth-of-type(6) {
    grid-column: 3 / 4;
    grid-row-start: 3;
    border-left: 2px solid #f4f4f4;
  }
  .tx-productgrid .grid .item-off:nth-of-type(7) {
    grid-column: 1 / span 3;
    grid-row-start: 4;
    height: 1px;
    background-color: #f4f4f4;
    padding: 0;
  }
  .tx-productgrid .grid .item-off:nth-of-type(8) {
    grid-column: 1 / span 2;
    grid-row-start: 5;
  }
  .tx-productgrid .grid .item-off:nth-of-type(9) {
    grid-column: 3 / span 2;
    grid-row-start: 5;
    border-left: 2px solid #f4f4f4;
  }
  .tx-productgrid .grid .item-off:nth-of-type(9) p {
    max-width: 32ch;
  }
  .tx-productgrid .grid .item {
    width: 33.3333%;
    border-bottom: 0;
    padding-block: 2rem !important;
  }
  .tx-productgrid .grid .item .inlinepads {
    padding-inline: 1rem;
    height: 100%;
  }
  .tx-productgrid .grid .item .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .tx-productgrid .grid .item.width-1 {
    flex: 0 0 33.33%;
  }
  .tx-productgrid .grid .item.width-2 {
    flex: 0 0 50%;
  }
  .tx-productgrid .grid .item.width-3 {
    flex: 0 0 66.66%;
  }
  .tx-productgrid .grid .item.width-4 {
    flex: 0 0 100%;
  }
  .tx-productgrid .grid .item.special {
    display: block;
  }
  .tx-productgrid .grid .item.special .inner {
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    background: #ed6c05;
  }
  .tx-productgrid .grid .item.special .inner > * {
    color: #ffffff;
  }
  .tx-productgrid .grid .item.frameright .inlinepads {
    border-right: 1px solid #ed6c05;
  }
  .tx-productgrid .grid .item.framebottom {
    border-bottom: 1px solid #ed6c05;
  }
}
.tx-productgrid .content {
  position: relative;
  text-align: right;
  flex: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .tx-productgrid .content {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1200px) {
  .tx-productgrid .content {
    margin-left: 2rem;
  }
}
.tx-productgrid .content .specialfont p {
  background-color: #ffffff;
  position: relative;
  z-index: 0;
  color: #707071;
  mix-blend-mode: normal;
}
.tx-productgrid .content .subline {
  font-size: min(7vw, 2rem);
  position: relative;
  z-index: 0;
}
.tx-productgrid .carrot {
  position: absolute;
  z-index: -1;
  right: -2rem;
  top: 0;
  width: auto;
  height: 120%;
  transform: scale(-1, 1) translateY(-10%);
}
.tx-productgrid .carrot svg {
  height: 100%;
  width: auto;
  transform: translateX(-30%);
}
@media screen and (min-width: 768px) {
  .tx-productgrid .carrot {
    bottom: 0;
  }
}
.tx-productgrid.white-bg-1 .container {
  background: #ffffff;
}
.tx-productgrid.white-bg-1 .container .grid {
  box-shadow: 0 0 0 100vmax #ffffff;
}
.tx-productgrid.white-bg-1 .container .content .specialfont p {
  background-color: #f4f4f4;
}
.tx-job {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  container-type: inline-size;
}
.tx-job .inner a {
  display: flex;
}
.tx-job .inner.layout-0 a {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .tx-job .inner.layout-0 a {
    flex-direction: column-reverse;
  }
}
.tx-job .inner.layout-1 a {
  flex-direction: column;
}
.tx-job .inner.layout-2 a {
  flex-direction: row-reverse;
}
.tx-job .inner.layout-2 a > * {
  flex: 0 0 50%;
}
.tx-job .inner.layout-3 a {
  flex-direction: column;
}
.tx-job .inner.layout-3 a > * {
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .tx-job .inner.layout-3 a {
    flex-direction: row;
  }
  .tx-job .inner.layout-3 a > * {
    flex: 0 0 50%;
  }
}
.tx-job a {
  text-decoration: unset;
}
.tx-job .image img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.tx-job .text {
  background-color: #f4f4f4;
  padding: 2rem;
}
.tx-job .text i {
  color: #414244;
  font-size: 2rem;
  display: block;
  text-align: right;
}
.tx-images {
  background-color: #ed6c05;
  margin-block: 2rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tx-images .container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding-block: 2rem;
  }
  .tx-images .container .imgwrap {
    flex: 0 0 calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
  .tx-images .container .imgwrap img {
    width: 100%;
    height: auto;
  }
}
.tx-images .carrot {
  position: absolute;
  left: -8rem;
  top: -5rem;
  width: 23rem;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .tx-images .carrot {
    display: block;
    visibility: visible;
  }
}
.frame-default .ce-tabpanel .tab-navigation .nav-tabs {
  border: unset;
  row-gap: 1rem;
}
.frame-default .ce-tabpanel .tab-navigation .nav-tabs .nav-link {
  border: unset;
  background-color: unset;
  border-bottom: 1px solid #ed6c05;
  padding: 0;
  position: relative;
}
.frame-default .ce-tabpanel .tab-navigation .nav-tabs .nav-link span {
  padding-inline: 1rem;
}
.frame-default .ce-tabpanel .tab-navigation .nav-tabs .nav-link + .nav-link {
  padding-inline: 0;
  /* span {
                        border-left: 1px solid @grey;
                    } */
}
.frame-default .ce-tabpanel .tab-navigation .nav-tabs .nav-link:before,
.frame-default .ce-tabpanel .tab-navigation .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 1px;
  height: 1em;
  display: block;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.frame-default .ce-tabpanel .tab-navigation .nav-tabs .nav-link:after {
  right: 0;
  left: unset;
}
.frame-default .ce-tabpanel .tab-navigation .nav-tabs .nav-link:not(:last-child):after {
  content: unset;
}
.frame-default .ce-tabpanel .tab-navigation .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
  /* text-transform: uppercase; */
  color: #ed6c05;
  font-weight: 700;
  font-size: 1rem;
}
.frame-default .ce-tabpanel .tab-navigation .nav-tabs .nav-link:hover {
  color: #ed6c05;
}
.frame-default .ce-tabpanel .tab-content {
  padding: 3rem 1rem;
}
.frame-default .ce-tabpanel .tab-content .ce-textpic.ce-left.ce-above {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
}
.frame-default .ce-tabpanel .tab-content .ce-textpic.ce-left.ce-above .ce-gallery {
  flex: 0 0 calc(100%);
}
.frame-default .ce-tabpanel .tab-content .ce-textpic.ce-left.ce-above .ce-bodytext {
  flex: 0 0 calc(100%);
}
.frame-default .ce-tabpanel .tab-content .ce-textpic.ce-left.ce-above .ce-bodytext .contentheader {
  display: none;
  visibility: hidden;
}
.frame-default .ce-tabpanel .tab-content .ce-textpic.ce-left.ce-above .ce-bodytext p {
  font-size: 0.9rem;
}
@media screen and (min-width: 640px) {
  .frame-default .ce-tabpanel .tab-content .ce-textpic.ce-left.ce-above .ce-bodytext {
    flex: 0 0 calc(60% - 1.5rem);
  }
  .frame-default .ce-tabpanel .tab-content .ce-textpic.ce-left.ce-above .ce-gallery {
    flex: 0 0 calc(40% - 1.5rem);
  }
}
.frame-pillsnavi .ce-tabpanel .tab-navigation .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style-type: none;
  margin-block: 0;
  padding-left: 0;
  border: none;
  margin-bottom: 2rem;
}
.frame-pillsnavi .ce-tabpanel .tab-navigation .nav-tabs button.nav-link {
  border: 2px solid #78ad3a !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding-block: 0.2rem;
  background-color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #78ad3a;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.frame-pillsnavi .ce-tabpanel .tab-navigation .nav-tabs button.nav-link span {
  border-left: none !important;
}
.frame-pillsnavi .ce-tabpanel .tab-navigation .nav-tabs button.nav-link.active {
  background-color: #78ad3a;
  color: #ffffff;
  font-size: 1rem !important;
}
.frame-pillsnavi .ce-tabpanel .tab-content {
  /* background: #f3f3f3;
        .bdrs(1rem);
        padding: 2rem 1rem; */
  padding: 0;
}
.pulsing-location-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
.pulsing-location-marker:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ffffff;
  -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsing-location-marker:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.tx-map {
  position: relative;
  height: max(80svh, 500px);
  overflow: clip;
  container-type: size;
  margin-block: 7%;
  z-index: 0;
}
.tx-map .locations {
  background-color: #31868b;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.tx-map .locations .location {
  position: absolute;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tx-map .locations .location i {
  color: #ffffff;
  font-size: max(2rem, 3.5cqw);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 0%);
}
.tx-map .locations .location .text {
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom left;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background-color: #ed6c05;
  padding: 1rem 1rem;
  position: absolute;
  bottom: 20px;
  left: 99%;
  width: 250px;
  height: min-content;
}
.tx-map .locations .location .text p {
  font-size: .8rem;
}
.tx-map .locations .location .text p:last-child {
  margin-bottom: 0;
}
.tx-map .locations .location .text p a {
  /* small white button*/
  background-color: #ffffff;
  color: #ed6c05;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  text-decoration: none;
  display: inline-block;
}
.tx-map .locations .location:hover {
  z-index: 100;
}
.tx-map .locations .location:hover .text {
  transform: scale(1);
  opacity: 1;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .tx-map .locations .location.tooltipalignmob-center .text {
    transform-origin: bottom center;
    left: 50%;
    transform: translateX(-50%) scale(0);
  }
  .tx-map .locations .location.tooltipalignmob-center:hover .text {
    transform: translateX(-50%) scale(1);
  }
  .tx-map .locations .location.tooltipalignmob-right .text {
    transform-origin: bottom right;
    left: 1%;
    transform: translateX(-100%) scale(0);
  }
  .tx-map .locations .location.tooltipalignmob-right:hover .text {
    transform: translateX(-100%) scale(1);
  }
}
@media screen and (min-width: 768px) {
  .tx-map .locations .location.tooltipalign-center .text {
    transform-origin: bottom center;
    left: 50%;
    transform: translateX(-50%) scale(0);
  }
  .tx-map .locations .location.tooltipalign-center:hover .text {
    transform: translateX(-50%) scale(1);
  }
  .tx-map .locations .location.tooltipalign-right .text {
    transform-origin: bottom right;
    left: 1%;
    transform: translateX(-100%) scale(0);
  }
  .tx-map .locations .location.tooltipalign-right:hover .text {
    transform: translateX(-100%) scale(1);
  }
}
.tx-map.layout-0 .background {
  filter: grayscale(10%) brightness(80%) contrast(70%);
}
.tx-map.layout-1,
.tx-map.layout-0 {
  height: auto;
  overflow: visible;
  container-type: unset;
}
.tx-map.layout-1 .locations,
.tx-map.layout-0 .locations {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
}
.tx-map.layout-1 .locations .background-desktop,
.tx-map.layout-0 .locations .background-desktop {
  display: none;
}
.tx-map.layout-1 .locations .background-mobile,
.tx-map.layout-0 .locations .background-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .tx-map.layout-1 .locations .background-desktop,
  .tx-map.layout-0 .locations .background-desktop {
    display: block;
  }
  .tx-map.layout-1 .locations .background-mobile,
  .tx-map.layout-0 .locations .background-mobile {
    display: none;
  }
}
.tx-map.layout-1 .locations .location .text {
  width: min(500px, 80svw);
  left: 0;
  bottom: 0;
  z-index: 10;
}
.tx-map.layout-1 .locations .location i {
  transform: translate(-50%, -50%);
  z-index: 20;
}
.tx-map .content {
  position: absolute;
  /* display: none; */
  bottom: 5%;
  left: 5%;
  pointer-events: none;
}
.tx-map .content .subline {
  color: #ffffff;
  display: block;
  font-size: 2rem;
  margin-top: 1rem;
}
.tx-map .content .subline.blueBg {
  background-color: #78ad3a;
  padding: 0.3rem 1rem .1rem 1rem;
}
.tx-map .content .subline.greyBg {
  background-color: #f4f4f4;
  color: #414244;
  padding: 0.3rem 1rem .1rem 1rem;
}
.tx-map .carrot {
  position: absolute;
  width: auto;
  pointer-events: none;
  height: 50%;
  left: -12%;
  bottom: -10%;
}
.tx-map .carrot svg {
  height: 100%;
  width: auto;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
@media screen and (min-width: 768px) {
  .tx-map .content {
    bottom: 30%;
    left: 5%;
  }
  .tx-map .carrot {
    top: 0;
    height: 120%;
    left: -8.4%;
  }
}
.tx-ansprechpartner {
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-ansprechpartner {
    padding-bottom: 5rem;
  }
}
.tx-ansprechpartner .persons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.tx-ansprechpartner .persons .person {
  width: 8rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.tx-ansprechpartner .persons .person img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
}
.tx-ansprechpartner .persons .person .text {
  display: flex;
  flex-direction: column;
  padding-inline: .5rem;
  text-align: center;
}
.tx-ansprechpartner .persons .person .text .name {
  font-size: .9rem;
}
.tx-ansprechpartner .persons .person .text .job {
  font-size: .7rem;
}
.tx-ansprechpartner .persons .break {
  flex-basis: 100%;
  height: 0;
}
.dce-switchingboxes {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 1310px;
  margin: 3rem auto;
}
.dce-switchingboxes > div {
  flex: 0 0 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}
.dce-switchingboxes > div img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.dce-switchingboxes > div .inner {
  padding: 2rem;
  display: flex;
  align-items: center;
  z-index: 1;
}
.dce-switchingboxes > div .inner p:last-child {
  margin-bottom: 0;
}
.dce-switchingboxes > div.layout-1 .inner {
  background-color: #ed6c05;
  color: #ffffff;
}
.dce-switchingboxes > div.layout-2 .inner {
  background-color: #78ad3a;
  color: #ffffff;
}
.dce-switchingboxes > div.layout-3 .inner {
  background-color: #6d7280;
  color: #ffffff;
}
@media screen and (min-width: 640px) {
  .dce-switchingboxes > div {
    flex: 0 0 calc(50% - 1.5rem);
    /* box-sizing: border-box; */
  }
  .dce-switchingboxes > div:nth-child(odd) {
    text-align: right;
  }
  .dce-switchingboxes > div:nth-child(even):not(.layout-0) {
    padding-right: 10rem;
  }
  .dce-switchingboxes > div:nth-child(odd):not(.layout-0) {
    padding-left: 10rem;
  }
}
.ce-uploads {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
.ce-uploads li {
  flex: 0 0 calc(50% - 1rem);
  padding-block: 0 0.6rem;
  border-bottom: 0px solid #cccc;
  margin-block: 0 0.5rem;
}
.ce-uploads li img {
  width: 3.2rem;
  height: auto;
}
.ce-uploads li > div {
  line-height: 1;
}
.ce-uploads li > div a {
  color: #414244;
  text-decoration: none;
}
.ce-uploads li > div a .ce-uploads-fileName {
  font-weight: 700;
}
.ce-uploads li > div .ce-uploads-description,
.ce-uploads li > div .ce-uploads-filesize {
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.videoEmbedWrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56%;
}
.videoEmbedWrap iframe,
.videoEmbedWrap .uc-embedding-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dce-picslider {
  --swiper-pagination-bullet-width: 0.75rem;
  --swiper-pagination-bullet-height: 0.75rem;
  --swiper-pagination-color: #414244;
}
.dce-picslider .inner {
  margin-inline: auto;
  position: relative;
  font-size: 1rem;
}
.dce-picslider .inner .figdesc {
  font-size: 0.8em;
  display: block;
  margin-top: 0.5rem;
}
.dce-picslider .inner .figtitle {
  font-size: 1em;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}
.dce-picslider .inner .swiper-button-next,
.dce-picslider .inner .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #414244;
}
.dce-picslider .swiper {
  position: relative;
}
.dce-picslider .swiper img {
  width: 100%;
  height: auto;
}
.dce-picslider.titledown-1 .inner .figtitle {
  margin-block: 1rem 0;
}
.dce-picslider.bgcolor-0 {
  background-color: transparent;
}
.dce-picslider.bgcolor-1 {
  background-color: #f4f4f4;
}
.dce-picslider.bgcolor-2 {
  --swiper-pagination-color: #ffffff;
  background-color: #ed6c05;
}
.dce-picslider.bgcolor-2 .inner .swiper-button-next,
.dce-picslider.bgcolor-2 .inner .swiper-button-prev,
.dce-picslider.bgcolor-2 .inner .figtitle,
.dce-picslider.bgcolor-2 .inner .figdesc {
  color: white;
}
.dce-picslider.layout-0 .inner {
  max-width: unset;
}
.dce-picslider.layout-1 .inner {
  max-width: 1600px;
}
.dce-picslider.layout-2 .inner {
  max-width: 1340px;
}
.dce-picslider.padtop-1 {
  padding-top: 3rem;
}
.dce-picslider.padbottom-1 {
  padding-bottom: 3rem;
}
.dce-picslider.navinset-0 .inner {
  padding-inline: 2rem;
}
.dce-picslider.navinset-0 .inner .swiper-pagination {
  bottom: unset;
  position: relative;
  left: unset;
  margin-block: 1rem;
}
.dce-picslider.navinset-0 .inner .swiper-button-next {
  right: 0;
}
.dce-picslider.navinset-0 .inner .swiper-button-prev {
  left: 0;
}
.dce-picslider.navinset-1 .inner .figtitle {
  padding-inline: 2rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1800px) {
  .dce-picslider.navinset-1 .inner .figtitle {
    position: absolute;
    top: 2rem;
    left: 0;
  }
}
.dce-picslider.fontsize-0 .inner {
  font-size: 1rem;
}
.dce-picslider.fontsize-1 .inner {
  font-size: 1.5rem;
}
.dce-picslider.fontsize-2 .inner {
  font-size: 2rem;
}
.dce-videobox .videolink {
  position: relative;
  margin-bottom: 2rem;
  height: 0;
  width: 100%;
  padding-top: 56%;
}
.dce-videobox .videolink img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.dce-videobox .fake-button-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 2.5rem;
  background-color: #FF0000;
  border-radius: 0.66rem;
  cursor: pointer;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dce-videobox .fake-button-main i {
  color: #ffffff;
  font-size: 2rem;
  border-radius: 0.5rem;
}
.ctype-table.frame-responsive {
  overflow: auto;
  padding: 1rem 0;
  white-space: nowrap;
}
.ctype-table.frame-responsive table {
  font-size: 0.8rem;
}
@media screen and (min-width: 640rem) {
  .ctype-table.frame-responsive table {
    font-size: 1rem;
  }
}
.ctype-table.frame-responsive table tr:first-child td {
  font-weight: 700;
}
.ctype-table.frame-responsive table tr td:first-child {
  font-weight: 700;
}
.ctype-table.frame-responsive table tr td:not(:first-child) {
  text-align: center;
}
.ctype-table.frame-responsive table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.counter-area .els-cup-w-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .counter-area .els-cup-w-wrap {
    flex-direction: row;
  }
}
.counter-area .els-cup-w-wrap #treeCount,
.counter-area .els-cup-w-wrap #co2Count {
  color: #78ad3a;
  font-size: 2rem;
  font-weight: 700;
}
.ce-gallery .ce-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ce-gallery .ce-row > .ce-column {
  margin: 0;
}
.ce-gallery .ce-row > .ce-column .img {
  width: 100%;
  height: auto;
}
.ce-gallery[data-ce-columns="2"] .ce-row > .ce-column {
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ce-gallery[data-ce-columns="2"] .ce-row > .ce-column {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.ce-gallery[data-ce-columns="3"] .ce-row > .ce-column {
  flex: 0 0 calc(33.3333% - 0.5rem);
}
video {
  -webkit-perspective: 1000;
  perspective: 1000;
}
.dce-picmatrix {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.dce-picmatrix > a {
  display: block;
  position: relative;
  flex: 0 0 calc(50% - 0.877rem);
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .dce-picmatrix > a {
    flex: 0 0 calc(25% - 0.877rem);
  }
}
@media screen and (min-width: 1200px) {
  .dce-picmatrix > a {
    flex: 0 0 calc(12.5% - 0.8777rem);
  }
}
.dce-picmatrix > a img {
  width: 100%;
  height: auto;
}
.dce-picmatrix > a svg {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.dce-picmatrix > a svg * {
  fill: #ffffff;
  transition: all 0.3s ease;
}
.dce-picmatrix > a:hover {
  border-radius: 1rem;
}
.dce-picmatrix > a:hover svg * {
  fill: #ed6c05;
}
.dce-videopoup {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.dce-videopoup > a {
  display: block;
  position: relative;
  flex: 0 0 100%;
  overflow: hidden;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1024px) {
  .dce-videopoup > a {
    flex: 0 0 calc(50% - 0.877rem);
  }
}
.dce-videopoup > a img {
  width: 100%;
  height: auto;
}
.dce-videopoup > a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: auto;
}
.dce-videopoup > a svg * {
  /* fill: #ffffff; */
  transition: all 0.15s ease;
}
.dce-videopoup > a:hover {
  border-radius: 1rem;
}
.dce-videopoup > a:hover svg * {
  fill: #ed6c05;
}
.dce-videopoup.is-full > a {
  flex: 0 0 100%;
}
.eventslistLatest p.title {
  margin-bottom: 0;
}
.eventslistLatest p.title a {
  text-decoration: none;
  font-weight: 700;
  color: #ed6c05;
}
.eventslistLatest p.eventdate {
  margin-bottom: 0;
}
.eventslistLatest > div:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 1rem;
  margin-bottom: 15px;
}
.contentwrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 0;
}
#searchslidin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(-100%);
  z-index: 1200;
}
#searchslidin.show {
  transform: translateY(0);
}
#mainmenupanel {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  background-color: #ed6c05;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: visible;
  /* .contact {
        margin: .5rem 0;
        display: flex;
        flex-direction: row;

        .btn {
            display: flex;
            flex: 1;
            justify-content: center;
            margin: 0 .4rem;
            background-color: @text;
            border-radius: unset;
            transition: background-color .3s ease;

            &:hover {
                background-color: @keycolor1;
            }

            svg {
                height: 1.5em;
                width: auto;
                display: inline-block;
                vertical-align: middle;
                fill: @white;
            }
        }
    } */
}
#mainmenupanel .layer1 {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  padding-block: 7rem 1rem;
  padding-inline: 0 0.75rem;
  width: 100svw;
  height: 100svh;
  background-color: #ed6c05;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  #mainmenupanel {
    width: 350px;
  }
  #mainmenupanel .layer1 {
    padding-top: 10rem;
    width: 350px;
  }
}
@media screen and (min-width: 78.75em) {
  #mainmenupanel {
    width: 440px;
  }
  #mainmenupanel .layer1 {
    width: 440px;
  }
}
#mainmenupanel .langmenu {
  display: block;
  visibility: visible;
  position: absolute;
  top: 0;
  z-index: 10;
}
#mainmenupanel .langmenu li {
  float: left;
  text-transform: uppercase;
  padding: .3rem 0.8rem;
  font-size: 2rem;
}
#mainmenupanel .langmenu li a {
  color: transparent;
  text-decoration: unset;
  position: relative;
  border-bottom: 1px solid #ed6c05;
}
#mainmenupanel .langmenu li a:last-child {
  border: none;
}
#mainmenupanel .langmenu li.active > a {
  font-weight: bold;
}
#mainmenupanel .langmenu .langDropdown {
  background-color: white;
  position: absolute;
  padding: 0.5rem 1rem;
  display: none;
  top: 100%;
  left: 0rem;
}
#mainmenupanel .langmenu .langDropdown a {
  display: block;
  color: #ed6c05;
  border-bottom: 1px solid rgba(237, 108, 5, 0.2);
  font-size: 0.8rem;
  padding: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mainmenupanel .langmenu .langDropdown a:last-child {
  border: none;
}
#mainmenupanel .langmenu .langDropdown a:hover {
  background-color: #ed6c05;
  color: white;
}
#mainmenupanel .langmenu:hover .langDropdown {
  display: block;
}
#mainmenupanel.left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#mainmenupanel.left .langmenu {
  right: 0;
}
#mainmenupanel.right {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#mainmenupanel.right .langmenu {
  left: 2rem;
}
#mainmenupanel .langmenu {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #ffffff;
  top: 1.5rem;
}
@media screen and (min-width: 48em) {
  #mainmenupanel .langmenu {
    top: 3rem;
  }
}
#mainmenupanel .langmenu i {
  font-size: 1.5rem;
  color: inherit;
}
#mainmenupanel .langmenu span {
  font-size: 1rem;
  color: inherit;
}
#mainmenupanel .mainbar {
  padding: 0 0.75rem 0 0;
  overflow-y: auto;
  height: 100%;
}
#mainmenupanel .mainbar a {
  color: white;
  text-decoration: none;
}
#mainmenupanel .mainbar .navbar-nav {
  display: flex;
  visibility: visible;
}
#mainmenupanel .mainbar .navbar-nav.mainmenu {
  flex-direction: column;
}
#mainmenupanel .mainbar .navbar-nav.mainmenu .nav-item {
  font-weight: 300;
}
#mainmenupanel .mainbar .navbar-nav.mainmenu .nav-item:nth-child(-n+4) .nav-link {
  font-size: 1.4rem;
}
#mainmenupanel .mainbar .navbar-nav.mainmenu .nav-item:nth-child(4) {
  margin-bottom: 2rem;
}
#mainmenupanel .mainbar .navbar-nav.mainmenu .nav-item:nth-child(n+5).active .nav-link:before,
#mainmenupanel .mainbar .navbar-nav.mainmenu .nav-item:nth-child(n+5):hover .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 3rem;
  height: 1px;
  background-color: #ffffff;
}
#mainmenupanel .mainbar .navbar-nav .nav-item {
  padding-left: 2rem;
}
#mainmenupanel .mainbar .navbar-nav .nav-item .expandToggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 3rem;
  box-sizing: border-box;
  cursor: pointer;
}
#mainmenupanel .mainbar .navbar-nav .nav-item .expandToggle svg {
  width: 1.8rem;
  height: 1.8rem;
}
#mainmenupanel .mainbar .navbar-nav .nav-item .expandToggle svg * {
  fill: #ffffff;
}
#mainmenupanel .mainbar .navbar-nav .nav-item .nav-link {
  border: unset;
  padding-block: .2rem;
  padding-inline: 0 1rem;
  color: #ffffff;
  font-size: 1rem;
  margin-inline: 0;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link {
    font-size: .75rem;
    padding-block: .7rem;
    padding-inline: 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link {
    font-size: .9rem;
    line-height: 1;
  }
}
#mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:after {
  display: inline-block;
  visibility: visible;
}
#mainmenupanel .mainbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
  visibility: hidden;
}
#mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  margin: 0;
  position: relative;
  left: unset;
  display: grid;
  background-color: transparent;
  border: unset;
  opacity: 0;
  color: #ffffff;
  grid-template-rows: 0fr;
  transition: all .3s ease, opacity .3s ease;
}
#mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu ul {
  overflow: hidden;
}
#mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #ffffff;
  font-size: 0.7rem;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 78.75em) {
  #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link {
    padding: 0.5rem .4rem;
  }
}
#mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link.active {
  color: #ed6c05;
  background: unset;
}
#mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link:hover {
  background: unset;
  color: #ed6c05;
}
#mainmenupanel .mainbar .navbar-nav .nav-item.show .dropdown-menu {
  grid-template-rows: 1fr;
  opacity: 1;
}
#mainmenupanel .mainbar .navbar-nav .nav-item.active .nav-link {
  text-transform: uppercase;
  font-weight: bold;
}
#mainmenupanel .mainbar .navbar-nav .nav-item.active .nav-link,
#mainmenupanel .mainbar .navbar-nav .nav-item:hover .nav-link {
  color: #ffffff;
}
#mainmenupanel .mainbar .navbar-nav .nav-item.active .nav-link:before,
#mainmenupanel .mainbar .navbar-nav .nav-item:hover .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 3rem;
  height: 1px;
  background-color: #ffffff;
}
#mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link,
#mainmenupanel .mainbar .navbar-nav .nav-item:hover .dropdown-menu .nav-link {
  color: #414244;
}
#mainmenupanel .mainbar .metamenu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 1rem;
  padding: 0 0 0 1.75rem;
  margin-inline: -0.5rem;
  overflow: hidden;
  width: 100%;
}
#mainmenupanel .mainbar .metamenu .nav-item {
  padding: 0;
}
#mainmenupanel .mainbar .metamenu .nav-item a {
  padding: 0 0.5rem;
  font-size: .9rem;
  line-height: 1;
  color: #ffffff;
  text-decoration: unset;
  white-space: nowrap;
}
@media screen and (min-width: 48em) {
  #mainmenupanel .mainbar .metamenu {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1260px) {
  #mainmenupanel .mainbar .metamenu {
    flex-direction: row;
  }
  #mainmenupanel .mainbar .metamenu .nav-item a {
    border-right: 1px solid #ffffff;
  }
  #mainmenupanel .mainbar .metamenu .nav-item:last-child a {
    border-right: none;
  }
}
#mainmenupanel .mainbar .contact {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-top: 2rem;
  font-weight: 700;
}
#mainmenupanel .mainbar .contact a {
  color: #ffffff;
  text-decoration: unset;
  font-size: 0.9rem;
}
#mainmenupanel .mainbar .contact a i {
  margin-right: .5rem;
}
#mainmenupanel .social {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: .5rem;
  margin: 1rem 0;
  width: 100%;
}
#mainmenupanel .social .sociallink {
  color: #ed6c05;
  text-decoration: unset;
  font-size: 1.2rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.allthesubmenus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.allthesubmenus > div {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e64300;
  transition: all 0.25s ease-in-out;
  padding: 7rem 2.5rem 1rem 2.5rem;
}
.allthesubmenus > div .title {
  color: #ffffff;
  font-size: 1.6rem;
}
.allthesubmenus > div a {
  text-decoration: none;
  color: #ffffff;
}
.allthesubmenus > div ul {
  list-style: none;
  padding-left: 0;
}
.allthesubmenus > div ul li.active > a {
  font-weight: bold;
}
.allthesubmenus > div ul li ul {
  padding-left: 2rem;
}
@media screen and (min-width: 48em) {
  .allthesubmenus > div {
    padding-inline: 1.5rem 1.5rem;
    padding-top: 10rem;
  }
}
.allthesubmenus > div.show {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (min-width: 1024px) {
  #mainmenupanel .mainbar .navbar-nav .nav-item .expandToggle {
    display: none;
  }
}
.portal {
  background-color: #78ad3a;
  padding: .8rem 1rem .5rem 1rem;
  color: #ffffff;
  text-decoration: unset;
  display: none;
  visibility: hidden;
  justify-content: center;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 251;
}
.portal:hover {
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .portal {
    display: flex;
    visibility: visible;
  }
}
.togglebox {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: .5rem;
  position: fixed;
  top: 1rem;
  right: 0rem;
  z-index: 1100;
}
@media screen and (min-width: 768px) {
  .togglebox {
    top: 3rem;
  }
}
.togglebox .actions {
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 1rem;
  margin-right: 1rem;
}
.togglebox .actions i {
  color: #ffffff;
}
.togglebox .actions .tx-kesearch-pi1 button[type="submit"] svg {
  width: 2rem;
}
.togglebox .actions .tx-kesearch-pi1 button[type="submit"] svg * {
  fill: #ffffff;
}
.togglebox .actions .navbar-toggler {
  width: 2.25rem;
  aspect-ratio: 1.25;
  padding: 0;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.togglebox .actions .navbar-toggler span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.togglebox .actions .navbar-toggler span:nth-child(1) {
  top: 0%;
}
.togglebox .actions .navbar-toggler span:nth-child(2),
.togglebox .actions .navbar-toggler span:nth-child(3) {
  top: calc(50% - 3px);
}
.togglebox .actions .navbar-toggler span:nth-child(4) {
  top: calc(100% - 6px);
}
.togglebox .actions .navbar-toggler.open span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
}
.togglebox .actions .navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.togglebox .actions .navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.togglebox .actions .navbar-toggler.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}
header.pageheader {
  position: fixed;
  z-index: 250;
  width: 100vw;
  height: 70px;
  top: 0;
  transition: height 0.3s ease-in-out;
}
@media screen and (min-width: 48em) {
  header.pageheader {
    height: 110px;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader {
    height: 110px;
  }
}
header.pageheader .navbar {
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-block: 1rem;
  padding-inline: 1rem 1rem;
}
@media screen and (min-width: 30em) {
  header.pageheader .navbar {
    background-color: unset;
  }
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar {
    padding-block: 0;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar {
    padding-inline: 4rem 1rem;
  }
}
header.pageheader .navbar .left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar .left {
    margin-top: 3rem;
  }
}
header.pageheader .navbar .left .navbar-brand {
  width: 7rem;
  padding-block: 0;
  z-index: 100;
  transition: all .3s ease;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar .left .navbar-brand {
    width: 10rem;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar .left .navbar-brand {
    width: 220px;
  }
}
header.pageheader .navbar .left .claim {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3rem;
}
header.pageheader .navbar .left .topmenu {
  display: none;
  visibility: hidden;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar .left .topmenu {
    display: flex;
    visibility: visible;
  }
}
header.pageheader .navbar .left .topmenu .nav-item + .nav-item {
  border-left: 1px solid #ffffff;
}
header.pageheader .navbar .left .topmenu .nav-item + .nav-item .nav-link {
  padding-left: 1rem;
}
header.pageheader .navbar .left .topmenu .nav-item .nav-link {
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  text-decoration: unset;
  padding: 0;
}
header.pageheader .navbar .left .topmenu .nav-item.active .nav-link span {
  text-transform: uppercase;
  border-bottom: 3px solid #ffffff;
}
header.pageheader .navbar .left .topmenu .nav-item:hover .nav-link span {
  border-bottom: 3px solid #ffffff;
}
header.pageheader.layout-0 .navbar .navbar-brand.svg .st0,
header.pageheader.layout-1 .navbar .navbar-brand.svg .st0,
header.pageheader.layout-0 .navbar .navbar-brand.svg .st1,
header.pageheader.layout-1 .navbar .navbar-brand.svg .st1 {
  fill: white;
}
header.pageheader.layout-2 .togglebox .actions .navbar-toggler span {
  background-color: #414244;
}
header.pageheader.layout-2 .navbar #topmenu .nav-item + .nav-item {
  border-left: 1px solid #414244;
}
header.pageheader.layout-2 .navbar #topmenu .nav-item .nav-link {
  color: #414244;
}
header.pageheader.layout-2 .navbar #topmenu .nav-item.active span {
  border-bottom: 3px solid #414244;
}
header.pageheader.layout-2 .navbar .actions i {
  color: #414244;
}
header.pageheader.layout-2 .navbar .actions .navbar-toggler span {
  background: #414244;
}
header.pageheader .navbar #submenupanel {
  --width: 500px;
  position: fixed;
  right: calc(-1 * var(--width));
  height: 100vh;
  width: var(--width);
  top: 0;
  padding-block: 10rem 1rem;
  padding-inline: 1rem;
  background: #e64300;
  z-index: -1;
  transition: all 1s ease;
}
header.pageheader .navbar #submenupanel.show {
  right: var(--mainmenupanel-width);
}
header.pageheader .navbar #submenupanel .dropdown-menu {
  display: flex;
  position: relative;
  flex-direction: column;
  top: 0;
  background: unset;
  border: unset;
}
header.pageheader .navbar .header-socialbox {
  justify-self: flex-start;
}
header.pageheader .navbar .header-socialbox svg {
  display: inline-block;
  width: 32px;
  height: 32px;
}
header.pageheader .navbar .header-socialbox svg * {
  fill: #776d5b;
}
header.pageheader .navbar .topbar {
  background: #414244;
  font-size: 1rem;
  padding: 0.5rem;
}
header.pageheader .navbar .topbar a {
  color: #fdfdfd;
  padding: 0;
}
header.pageheader .navbar .topbar .buttonlink {
  color: #414244;
  padding: 0 0.5rem 0 0;
}
header.pageheader .navbar .topbar .buttonlink .inner {
  background: #fdfdfd;
  padding: 0.25rem 0.5rem;
}
header.pageheader .navbar .topbar .buttonlink svg {
  width: 1rem;
  height: 1rem;
}
header.pageheader .navbar .topbar .buttonlink svg * {
  fill: #414244;
}
header.pageheader .navbar .mainbar {
  padding: 20px 0;
}
header.pageheader .navbar .mainbar ul {
  padding: 10px 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 0;
  list-style: none;
}
header.pageheader .navbar .mainbar li {
  padding-left: 4rem;
}
header.pageheader .navbar .mainbar li a {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}
header.pageheader .navbar .mainbar li.active > a,
header.pageheader .navbar .mainbar li:hover > a {
  color: #414244;
}
header.pageheader .navbar .mainbar .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 20rem;
  -webkit-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05);
  border: none;
}
header.pageheader .navbar .mainbar .dropdown-menu a {
  font-size: 1rem;
  font-weight: 700;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active {
  color: #ed6c05 !important;
  background-color: #ffffff;
}
header.pageheader .navbar .mainbar .dropdown-menu a:hover {
  background: #ed6c05;
  color: #ffffff;
}
header.pageheader .navbar .mainbar li {
  /* border-top: 1px solid fade(@white, 50%); */
}
header.pageheader .navbar .mainbar li a {
  font-size: 2rem;
}
header.pageheader .navbar .mainbar li.trenner {
  border: none;
}
header.pageheader .navbar .mainbar .dropdown.show {
  background: #efefef;
}
header.pageheader .navbar .mainbar .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.pageheader .navbar .mainbar .dropdown-menu a {
  font-size: 1.25rem;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active {
  color: #ed6c05;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active:hover {
  color: #ffffff;
}
header.pageheader .navbar .contact p {
  text-align: right;
  width: 100%;
}
header.pageheader .navbar .contact p a {
  margin-block: .5rem;
}
@media screen and (min-width: 78.75em) {
  .folgeseite header.pageheader {
    height: 120px;
  }
}
.folgeseite.scrollheader header.pageheader .navbar .left {
  margin-top: 0.5rem;
}
.folgeseite.scrollheader header.pageheader .navbar .left .navbar-brand {
  width: 80px;
}
@media screen and (min-width: 78.75em) {
  .folgeseite.scrollheader header.pageheader .navbar .left .navbar-brand {
    width: 150px;
  }
}
.folgeseite.scrollheader header.pageheader .navbar .left .topmenu .nav-link {
  color: #414244;
}
.scrollheader {
  --header-tall: 90px;
  --header-short-p: 60px;
  --header-short-t: 90px;
  --header-short-d: 90px;
}
.scrollheader header.pageheader {
  background-color: #ffffff;
  height: 90px;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader {
    height: 90px;
  }
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .topmenu-wrap {
    height: 100px;
  }
}
.scrollheader header.pageheader .navbar {
  top: 0;
  height: 60px;
  align-items: center;
}
.scrollheader header.pageheader .navbar .left {
  margin-top: 0.5rem;
  gap: 0;
  flex-direction: row;
  align-items: center;
}
.scrollheader header.pageheader .navbar .left .navbar-brand {
  /* width: 80px; */
  width: 150px;
}
.scrollheader header.pageheader .navbar .left .topmenu .nav-link {
  color: #414244;
  font-size: 1.1rem;
}
.scrollheader header.pageheader .navbar .right .portal {
  display: none;
  visibility: hidden;
}
.scrollheader header.pageheader .navbar .right .submit i {
  color: #414244;
}
.scrollheader header.pageheader .navbar .right .navbar-toggler span {
  background: #414244;
}
.scrollheader header.pageheader .navbar .nav-item .nav-link {
  color: #ed6c05;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar {
    height: 90px;
  }
}
.scrollheader header.pageheader.layout-0 .navbar-brand.svg .st0,
.scrollheader header.pageheader.layout-1 .navbar-brand.svg .st0 {
  fill: #ED6B06;
}
.scrollheader header.pageheader.layout-0 .navbar-brand.svg .st1,
.scrollheader header.pageheader.layout-1 .navbar-brand.svg .st1 {
  fill: #414244;
}
.scrollheader header.pageheader .navbar-brand {
  width: 140px;
  top: .9rem;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar-brand {
    width: 210px;
    top: 1.54rem;
  }
}
.scrollheader #mainmenupanel .langmenu {
  top: 1.6rem !important;
}
.scrollheader .contentwrap {
  padding-top: 0;
}
.scrollheader.showNav header.pageheader .navbar .actions .tx-kesearch-pi1 button.submit i {
  color: #ffffff;
}
.scrollheader.showNav header.pageheader .navbar .actions .navbar-toggler span {
  background: #ffffff;
}
.togglebox.layout-2 .actions .navbar-toggler span {
  background-color: #414244;
}
.togglebox.layout-2 .actions i {
  color: #414244;
}
.showNav .togglebox.layout-2 .actions #headersearch i {
  color: #ffffff;
}
.scrollheader .togglebox {
  top: 1.3rem;
}
.scrollheader .togglebox .actions .navbar-toggler span {
  background-color: #414244;
}
.scrollheader .togglebox .actions i {
  color: #414244;
}
.scrollheader.showNav .togglebox .actions .navbar-toggler span {
  background-color: #ffffff;
}
.scrollheader.showNav .togglebox .actions i {
  color: #ffffff;
}
.showNav .togglebox .actions .navbar-toggler span {
  background-color: #fff;
}
.showNav header.pageheader .navbar .left .navbar-brand {
  /* display: none;
                    visibility: hidden; */
}
.showNav header.pageheader .navbar .actions .tx-kesearch-pi1 button.submit i {
  color: #ffffff !important;
}
.showNav header.pageheader .navbar .actions .navbar-toggler span {
  background: #ffffff;
}
.showNav #mainmenupanel {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.navbar-toggler {
  outline: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.navbar-toggler .navbar-toggler-icon .line {
  width: 40px;
  height: 5px;
  background-color: #ed6c05;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon:hover {
  cursor: pointer;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
/**
 * Fonts
 */
@font-face {
  font-family: 'line-awesome';
  src: url('fonts/la-solid-900.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  max-width: 850px;
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  margin: auto;
}
.modal .modal-dialog.modal-centered {
  min-height: calc(96.5%);
}
.modal .modal-dialog.modal-centered .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
.modal .modal-dialog .modal-content {
  background-color: #ffffff;
  border-radius: 0;
  color: #414244;
  --bs-modal-header-padding: 1rem 1rem 1rem 1rem;
  --bs-modal-padding: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .modal .modal-dialog .modal-content {
    --bs-modal-header-padding: 2.5rem 2.5rem 1rem 2.5rem;
    --bs-modal-padding: 1rem 2.5rem 2.5rem 2.5rem;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  border: unset;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ed6c05'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  padding: 0 1rem;
  color: #ed6c05;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body {
  color: inherit;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: .5rem;
}
.modal .modal-dialog .modal-content .modal-body .modal-content {
  border: unset;
}
@media screen and (min-width: 64em) {
  .modal.fade .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
  }
}
.social {
  display: flex;
  height: 32px;
}
.social .sociallink {
  color: #ed6c05;
}
.social .sociallink .icon {
  padding: .3rem;
  color: #ed6c05;
  font-size: 1rem;
}
.social .sociallink .icon:not(first-of-type) {
  margin-left: .4rem;
}
header.pageheader .topmenu-wrap {
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .topmenu-wrap {
    visibility: visible;
  }
}
header.pageheader .topmenu-wrap .menucontainer {
  height: 60px;
  position: relative;
  padding: 10px 10px 10px 20px;
  /* #topmenu{
                height:34px;
                margin-right: 2rem;
                align-items: center;
                
                .nav-item{
                    padding: 0 .7rem;

                    .nav-link{
                        color:@white;
    
                        &:after{
                            display:none;
                            visibility: hidden;
                        }

                        &:hover{
                            color:@text;
                        }
                    }
                    .dropdown-menu{
                        background-color: @keycolor1;

                        .nav-link{
                            &:hover{
                                background-color: @keycolor2;
                            }
                        }
                    }
                }
            } */
  /* .metastuff{
                display: flex;

                .topsearchwrap{
                    // siehe search.less
                }
                .social{
                    display: flex;
                    height: 32px;

                    .sociallink{
                        color: @keycolor1;
                        
                        .icon{
                            padding: .3rem;
                            color: @white;
                            background-color: @keycolor1;
                            font-size: 1rem;
                            //margin-right: .4rem;
    
                            &:not(first-of-type){
                                margin-left: .4rem;
                            }
                        }
                    }
                }
            } */
}
header.pageheader .topmenu-wrap .menucontainer #langmenu > * + * {
  border-left: 1px solid #404144;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li {
  padding: 0 .3rem;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li a {
  text-transform: uppercase;
  text-decoration: unset;
}
.badegcontainer {
  position: fixed;
  right: .5rem;
  top: 20%;
  display: flex;
  flex-direction: column;
  z-index: 200;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .badegcontainer {
    top: 50%;
    right: 1rem;
    display: flex;
    visibility: visible;
  }
}
.badegcontainer .badgelink {
  text-decoration: unset;
}
.badegcontainer .badgelink .badge {
  width: 70px;
  height: 75px;
  margin-bottom: .3rem;
  color: #ffffff;
  padding: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 400;
  border-radius: unset;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
}
.badegcontainer .badgelink .badge .triggerbutton {
  opacity: 1;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  cursor: pointer;
}
.badegcontainer .badgelink .badge .triggerbutton .icon {
  width: 40px;
  margin: 0 auto .2rem auto;
}
.badegcontainer .badgelink .badge .triggerbutton .icon svg {
  width: 40px;
}
.badegcontainer .badgelink .badge .triggerbutton .icon img {
  fill: #ffffff;
  width: 100%;
  height: auto;
}
.badegcontainer .badgelink .badge .triggerbutton .text p {
  white-space: normal;
}
.badegcontainer .badgelink .badge .contentbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 380px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  margin-bottom: 0;
}
.badegcontainer .badgelink .badge .contentbox .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem 0.7rem;
  font-size: 1.5rem;
  font-family: PaytoneOne;
  text-shadow: unset;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 30px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: left;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .title {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: PaytoneOne;
  line-height: 2;
}
@media screen and (min-width: 48em) {
  .badegcontainer .badgelink .badge .contentbox .inner .panel .title {
    font-size: 1.5rem;
  }
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .text {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  white-space: normal;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn {
  background: #ffffff;
  color: #414244;
  text-decoration: unset;
  text-align: left;
  padding: .3rem 1rem;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn svg {
  height: 1.5em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn:hover {
  text-decoration: unset;
}
.badegcontainer .badgelink .badge.active .contentbox {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.badegcontainer .badgelink .badge.corona-info {
  background-color: #ed6c05;
}
.badegcontainer .badgelink .badge.corona-info .panel {
  background-color: #ed6c05;
}
.badegcontainer .badgelink .badge.kontakt {
  background-color: #f6024d;
}
.badegcontainer .badgelink .badge.kontakt .panel {
  background-color: #f6024d;
}
.badegcontainer .badgelink .badge.kneipp {
  background-color: #124baa;
}
.badegcontainer .badgelink .badge.kneipp .icon img {
  width: 60px;
  height: auto;
}
.tx-powermail .powermail_form .powermail_fieldset {
  display: flex;
  flex-wrap: wrap;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldsetheader {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ed6c05;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field {
  text-align: left;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_input,
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_textarea {
  text-align: inherit;
  padding: .3rem 1rem;
  border-width: 2px;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_input:focus,
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_textarea:focus {
  border-color: #ed6c05;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .checkbox .checkmark {
  background: unset;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .checkbox label {
  font-size: 0.9rem;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_submit {
  background-color: #ed6c05;
  color: #ffffff;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_submit:hover {
  background-color: #ed6c05;
  color: #ffffff;
}
.ce-image {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .ce-image {
    margin-bottom: unset;
  }
}
.ce-image .ce-gallery {
  margin: 0;
}
.ce-image .ce-gallery .image img {
  width: 100%;
  height: auto;
  /* @media screen and (min-width:@tabletViewportWidth) {
                    width: unset;
                    height: unset;
                } */
}
.ce-image .ce-gallery .ce-row {
  gap: 1rem;
  margin: 0 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
}
.ce-image .ce-gallery .ce-row .ce-column {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ce-image .ce-gallery[data-ce-columns="2"] .ce-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .ce-image .ce-gallery[data-ce-columns="3"] .ce-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .ce-image .ce-gallery[data-ce-columns="4"] .ce-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .ce-image .ce-gallery[data-ce-columns="5"] .ce-row {
    grid-template-columns: repeat(5, 1fr);
  }
  .ce-image .ce-gallery[data-ce-columns="6"] .ce-row {
    grid-template-columns: repeat(6, 1fr);
  }
}
.img.dce.default {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .img.dce.default {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 64em) {
  .img.dce.mobile {
    display: none;
    visibility: hidden;
  }
}
.id-c1549 .ce-image .ce-gallery .ce-row {
  margin-bottom: 0;
}
.breadcrumb {
  display: none;
  visibility: hidden;
  background: unset;
}
@media screen and (min-width: 78.75em) {
  .folgeseite .breadcrumb {
    display: flex;
    visibility: visible;
    align-self: end;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.8rem;
  }
}
.footer-info {
  padding-block: 2rem;
}
.footer-info .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container {
    gap: 3rem;
  }
}
.footer-info .container .top {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container .top {
    flex-direction: row;
    gap: unset;
  }
}
.footer-info .container .top .left .contact {
  display: flex;
  flex-direction: column;
}
.footer-info .container .top .left .contact a {
  text-decoration: unset;
  font-size: 1.2rem;
  color: #ed6c05;
}
@media screen and (min-width: 48em) {
  .footer-info .container .top .left .contact a {
    font-size: 1.8rem;
  }
}
.footer-info .container .top .right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .footer-info .container .top .right {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    white-space: nowrap;
    flex-wrap: wrap;
  }
}
.footer-info .container .top .right .social {
  gap: .5rem;
  margin-bottom: 1rem;
  align-items: center;
}
.footer-info .container .top .right .social a {
  width: 2rem;
  height: 2rem;
  background-color: #ed6c05;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
}
.footer-info .container .top .right .social a i {
  height: auto;
  font-size: 1.3rem;
}
.footer-info .container .top .right span {
  font-size: 0.8rem;
  display: block;
}
.footer-info .container .top .right span b {
  font-weight: 700;
}
.footer-info .container .bottom {
  display: flex;
  flex-direction: column;
}
.footer-info .container .bottom .footerlogo {
  width: 10rem;
}
.footer-info .container .bottom .meta .navbar-nav {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-info .container .bottom .meta .navbar-nav a {
  text-decoration: unset;
  font-size: 0.8rem;
  padding-right: 1rem;
  margin-right: 1rem;
}
.footer-info .container .bottom .meta .navbar-nav .nav-item {
  line-height: 1.5rem;
}
.footer-info .container .bottom .meta .navbar-nav .nav-item a {
  border-right: 1px solid #404144;
}
.footer-info .container .bottom .meta .navbar-nav .nav-item:last-child a {
  border-right: unset;
}
.footer-info .container .bottom .meta .footermenu {
  display: none;
}
@media screen and (min-width: 786px) {
  .footer-info .container .bottom .meta .footermenu {
    display: flex;
  }
}
.footer-info .container .partA {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0rem;
  width: 100%;
}
.footer-info .container .partA .meta .social {
  display: flex;
  height: 32px;
}
.footer-info .container .partA .meta .social .sociallink {
  text-decoration: unset;
}
.footer-info .container .partA .meta .social .sociallink .icon {
  padding: .3rem;
  color: #404144;
  font-size: 1rem;
}
.footer-info .container .partA .meta .social .sociallink .icon:not(:first-of-type) {
  margin-left: .4rem;
}
.footer-info .container .partA .meta .social .sociallink .icon:hover {
  color: #ed6c05;
}
.footer-info .container .partA .meta .footermenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem 1rem 1rem 1rem;
  /* & > * + *{
                        border-left: 1px solid @grey;
                    } */
}
@media screen and (min-width: 48em) {
  .footer-info .container .partA .meta .footermenu {
    flex-direction: row;
  }
}
.footer-info .container .partA .meta .footermenu .nav-item {
  display: inline-block;
  margin-block: .3rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container .partA .meta .footermenu .nav-item {
    margin-block: unset;
  }
}
.footer-info .container .partA .meta .footermenu .nav-item a {
  text-decoration: unset;
  padding: 0 10px;
  color: #414244;
}
.footer-info .container .partA .meta .footermenu .nav-item a:hover {
  color: #ed6c05;
}
.footer-info .container .partA .footer-cookie-link {
  font-size: 0.5rem;
  text-decoration: none;
}
.footer-info .container .partA .footerlogo {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  padding: 0;
  height: auto;
  /* img {
                    width: 100%;
                    height: auto;
                } */
}
.footer-info .container .partA .footerlogo svg .cls-1 {
  fill: #ed6c05;
}
.footer-info .container .partA .footerlogo svg .cls-2 {
  fill: #ed6c05;
}
.footer-info .container .partA .social {
  position: fixed;
  bottom: 7rem;
  right: 0;
  z-index: 249;
  height: auto;
  list-style-type: none;
  padding-left: 0;
  width: 84px;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  .footer-info .container .partA .social {
    display: block;
    visibility: visible;
  }
}
.footer-info .container .partA .social li {
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.footer-info .container .partA .social li.item1 {
  z-index: 1;
  top: -40px;
}
.footer-info .container .partA .social li.item2 {
  z-index: 2;
  top: -30px;
}
.footer-info .container .partA .social li.item3 {
  z-index: 3;
  top: -20px;
}
.footer-info .container .partA .social li.item4 {
  z-index: 4;
  top: -10px;
}
.footer-info .container .partA .social li.item5 {
  z-index: 5;
}
.footer-info .container .partA .social .sociallink {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem;
  text-decoration: unset;
  background-color: #ed6c05;
}
@media screen and (min-width: 20em) {
  .footer-info .container .partA .social .sociallink {
    margin: 0.2rem;
  }
}
@media screen and (min-width: 48em) {
  .footer-info .container .partA .social .sociallink {
    margin: 0.4rem;
  }
}
@media screen and (min-width: 64em) {
  .footer-info .container .partA .social .sociallink {
    margin: 0.5rem;
  }
}
.footer-info .container .partA .social .sociallink .icon {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-info .container .partA .social .sociallink img {
  height: 30px;
  width: auto;
}
.footer-info .container .partA .social .sociallink svg {
  height: 1.5rem;
  fill: #ffffff;
}
.footer-info .container .partA .social .sociallink.mail img {
  height: 23px;
}
.footer-info .container .partA .social .sociallink.phone {
  background-color: #ed6c05;
}
.footer-info .container .partA .social .sociallink.mail {
  background-color: #677a97;
}
.footer-info .container .partA .social .sociallink.location {
  background-color: #ed6c05;
}
.footer-info .container .partA .social:hover li {
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
}
.footer-info .container .partA .social:hover li.item1 {
  top: calc(80px * -4);
}
.footer-info .container .partA .social:hover li.item2 {
  top: calc(80px * -3);
}
.footer-info .container .partA .social:hover li.item3 {
  top: calc(80px * -2);
}
.footer-info .container .partA .social:hover li.item4 {
  top: calc(80px * -1);
}
/*

<div class="contactlinksFixedRight">
    <div class="inner">
        <a href="tel:+49361262800" class="telephone-fill">
            <i class="bi bi-telephone-fill"></i>
        </a>
        <a href="mailto:info@qundis.de" class="mail">
            <i class="bi bi-envelope-fill"></i>
        </a>
        <a href="/login" class="login">
            <i class="bi bi-people-fill"></i>
        </a>
    </div>
</div>

*/
.contactlinksFixedRight {
  position: fixed;
  right: -5em;
  bottom: 50%;
  z-index: 250;
  font-size: 1rem;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.contactlinksFixedRight.shown {
  right: 0;
}
.contactlinksFixedRight .inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #d3d3d3;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 1.3em 0;
  -webkit-transform: translateX(1em);
  -moz-transform: translateX(1em);
  -o-transform: translateX(1em);
  transform: translateX(1em);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.contactlinksFixedRight .inner a {
  width: 3em;
  height: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
  position: relative;
}
.contactlinksFixedRight .inner a .iconwrap {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  display: flex;
  justify-content: center;
  background-color: #d3d3d3;
  padding-inline: 0.5em 1.5em ;
  padding-block: 0.5em;
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
}
.contactlinksFixedRight .inner a .iconwrap svg {
  height: auto;
  width: 100%;
}
.contactlinksFixedRight .inner a .iconwrap svg * {
  fill: white;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.contactlinksFixedRight .inner a span.detail {
  display: block;
  font-size: 0.8em;
  font-weight: 700;
  position: absolute;
  padding: 0.25em 1.5em 0.25em 1em;
  right: 90%;
  white-space: nowrap;
  background: #ed6c05;
  color: white;
  -webkit-border-radius: 100px 0 0 100px;
  -moz-border-radius: 100px 0 0 100px;
  -ms-border-radius: 100px 0 0 100px;
  -o-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
  opacity: 0;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  transition-delay: 0.25s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: center right;
  z-index: 3;
}
.contactlinksFixedRight .inner a:hover svg * {
  fill: #e64300;
}
.contactlinksFixedRight .inner a:hover span.detail {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.contactlinksFixedRight:hover .inner {
  padding-block: 2em;
  -webkit-transform: translateX(-1em);
  -moz-transform: translateX(-1em);
  -o-transform: translateX(-1em);
  transform: translateX(-1em);
}
.contactlinksFixedRight:hover .inner a {
  width: 3.5em;
  height: auto;
}
.contactlinksFixedRight:hover .inner a .iconwrap {
  padding-inline: 1em;
}
.tx-powermail select,
.tx-powermail input[type="text"],
.tx-powermail input[type="email"],
.tx-powermail input[type="tel"],
.tx-powermail input[type="date"],
.tx-powermail textarea {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  outline: 0;
  border: 1px solid #414244;
  border-radius: .25rem;
  color: #414244;
  appearance: none;
  background: #ffffffee;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #d1d1d1;
  line-height: 1.2em;
  font-weight: 300;
}
.tx-powermail select.powermail_field_error,
.tx-powermail input[type="text"].powermail_field_error,
.tx-powermail input[type="email"].powermail_field_error,
.tx-powermail input[type="tel"].powermail_field_error,
.tx-powermail input[type="date"].powermail_field_error,
.tx-powermail textarea.powermail_field_error {
  border-color: darkred;
}
.tx-powermail select::-ms-expand {
  display: none;
}
.tx-powermail select:hover,
.tx-powermail select:focus {
  color: #000000;
  background: #ffffff;
}
.tx-powermail select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tx-powermail .powermail_fieldwrap_type_captcha img {
  max-width: 100%;
  width: auto;
  margin-block: 0.5rem;
}
.tx-powermail .powermail-errors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -1.75rem;
  right: 0.25rem;
  z-index: 10;
}
.tx-powermail .powermail-errors-list li {
  background-color: darkred;
  color: white;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 5rem;
  font-size: 0.6rem;
  text-align: right;
}
.tx-powermail .participant label,
.tx-powermail .checkbox label {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  line-height: 1.2em;
  font-weight: 400;
  gap: 0.5rem;
  text-align: left;
}
.tx-powermail .participant label a,
.tx-powermail .checkbox label a {
  font-weight: 700;
  color: #ed6c05;
}
.tx-powermail .participant label .checkboxindicator,
.tx-powermail .checkbox label .checkboxindicator {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -o-border-radius: 0rem;
  border-radius: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  color: #ffffff;
  position: relative;
  flex: 0 0 20px;
  margin-right: 0em;
  margin-top: 0.22em;
  transition: all 0.2s ease-in-out;
}
.tx-powermail .participant label .checkboxindicator svg,
.tx-powermail .checkbox label .checkboxindicator svg {
  position: relative;
  display: block;
  height: 60%;
  width: 60%;
  transition: all 0.2s ease-in-out;
}
.tx-powermail .participant label .checkboxindicator svg *,
.tx-powermail .checkbox label .checkboxindicator svg * {
  fill: transparent;
}
.tx-powermail .participant label input[type="checkbox"],
.tx-powermail .checkbox label input[type="checkbox"] {
  display: none;
}
.tx-powermail .participant label input[type="checkbox"]:checked + .checkboxindicator,
.tx-powermail .checkbox label input[type="checkbox"]:checked + .checkboxindicator {
  background-color: #ed6c05;
}
.tx-powermail .participant label input[type="checkbox"]:checked + .checkboxindicator svg *,
.tx-powermail .checkbox label input[type="checkbox"]:checked + .checkboxindicator svg * {
  fill: #ffffff;
}
.tx-powermail .powermail_fieldset {
  background-color: #f1f1f1;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0;
  justify-content: flex-start;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tx-powermail .powermail_fieldset legend {
  /* .transform(translateY(100%)); */
  float: left;
  color: #ed6c05;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.breite50,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_firma,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_ansprechpartner,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_e_mail_adresse,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_telefonnummer,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_teilnehmer_vorname,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_teilnehmer_nachname,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_teilnehmer_email,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_teilnehmer_uebernachtung,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_teilnehmer_anreisevortag {
    flex: 0 0 calc(50% - 0.5rem);
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_teilnehmer_uebernachtung,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_teilnehmer_anreisevortag {
    padding-top: 1rem;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.breite70,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_ort,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_strasse {
    flex: 0 0 calc(70% - 0.5rem);
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.breite30,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_plz,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_nr {
    flex: 0 0 calc(30% - 0.5rem);
  }
}
.tx-powermail .powermail_label {
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: none;
  color: #414244;
  margin-bottom: 0.1rem;
}
.tx-powermail .powermail_field {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: center;
}
.tx-powermail .powermail_fieldwrap_type_check {
  margin-bottom: 0em;
}
.tx-powermail .powermail_fieldwrap_type_check > label {
  display: none;
}
.tx-powermail .powermail_fieldwrap_type_check .checkbox.powermail_field_error .checkboxindicator {
  border: 4px solid #cc3939;
}
.tx-powermail .participant {
  flex: 0 0 100%;
  background: none;
  padding: 1rem 3rem 1rem 0rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.99rem;
  row-gap: 0;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #ed6c05;
}
.tx-powermail .participant:last-child {
  border-bottom: none;
}
.tx-powermail .participant button {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background-color: #ed6c05;
  display: flex;
  position: absolute;
  top: 2.1rem;
  right: 0rem;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -o-border-radius: 0rem;
  border-radius: 0rem;
  font-size: 1rem;
}
.tx-powermail .participant button svg {
  width: 90%;
  height: auto;
}
.tx-powermail .participant button svg * {
  fill: #ffffff;
}
.tx-powermail .participant:nth-child(1) button {
  display: none;
}
.tx-powermail .powermail_breakflow {
  width: 100%;
  flex: 0 0 100%;
}
.tx-powermail .powermail_fieldwrap_anrede .powermail_label {
  display: none;
}
.tx-powermail .powermail_fieldwrap_type_select .chevron {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.tx-powermail .powermail_fieldwrap_type_select .chevron svg {
  width: 1rem;
  height: auto;
}
.tx-powermail .powermail_fieldwrap_type_select .chevron svg * {
  fill: #414244;
}
.tx-powermail .container-fluid {
  padding: 0;
}
.tx-powermail .layout1 h3,
.tx-powermail .layout2 h3 {
  display: none;
}
.tx-powermail .layout1 .powermail_fieldset,
.tx-powermail .layout2 .powermail_fieldset {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  border-radius: 1.5rem;
  gap: 0.999rem;
}
.tx-powermail .layout1 .powermail_field,
.tx-powermail .layout2 .powermail_field {
  text-align: left;
}
.tx-powermail .layout1 select,
.tx-powermail .layout2 select,
.tx-powermail .layout1 input[type="text"],
.tx-powermail .layout2 input[type="text"],
.tx-powermail .layout1 input[type="email"],
.tx-powermail .layout2 input[type="email"],
.tx-powermail .layout1 input[type="tel"],
.tx-powermail .layout2 input[type="tel"],
.tx-powermail .layout1 input[type="number"],
.tx-powermail .layout2 input[type="number"],
.tx-powermail .layout1 input[type="date"],
.tx-powermail .layout2 input[type="date"],
.tx-powermail .layout1 textarea,
.tx-powermail .layout2 textarea {
  border: none;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  border-radius: 1.5rem;
  padding: 1.5rem 1rem 0.25rem 1.5rem;
  z-index: 1;
  line-height: 1em;
  position: relative;
  font-weight: 400;
}
.tx-powermail .layout1 select,
.tx-powermail .layout2 select {
  padding: 0.875rem 1rem 0.875rem 1.5rem;
}
.tx-powermail .layout1 .powermail_submit,
.tx-powermail .layout2 .powermail_submit {
  margin: 0;
  font-size: 1rem;
}
.tx-powermail .layout1 .powermail_fieldwrap,
.tx-powermail .layout2 .powermail_fieldwrap {
  margin-bottom: 1rem;
}
.tx-powermail .layout1 .powermail_fieldwrap:last-child,
.tx-powermail .layout2 .powermail_fieldwrap:last-child {
  margin-bottom: 0;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_captcha,
.tx-powermail .layout2 .powermail_fieldwrap_type_captcha,
.tx-powermail .layout1 .powermail_fieldwrap_type_textarea,
.tx-powermail .layout2 .powermail_fieldwrap_type_textarea,
.tx-powermail .layout1 .powermail_fieldwrap_type_input,
.tx-powermail .layout2 .powermail_fieldwrap_type_input {
  position: relative;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_captcha .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_captcha .powermail_label,
.tx-powermail .layout1 .powermail_fieldwrap_type_textarea .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_textarea .powermail_label,
.tx-powermail .layout1 .powermail_fieldwrap_type_input .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_input .powermail_label {
  position: absolute;
  left: 1.5rem;
  top: 0.5rem;
  font-weight: 300;
  color: #414244;
  z-index: 2;
  font-size: 0.8rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_captcha.focus .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_captcha.focus .powermail_label,
.tx-powermail .layout1 .powermail_fieldwrap_type_textarea.focus .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_textarea.focus .powermail_label,
.tx-powermail .layout1 .powermail_fieldwrap_type_input.focus .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_input.focus .powermail_label {
  left: 1.5rem;
  top: 0.25rem;
  font-size: 0.7rem;
  color: #aaaaaa;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio .powermail_field,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio .powermail_field {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0.25rem 0;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio .powermail_field .radio,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio .powermail_field .radio {
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  .tx-powermail .layout1 .powermail_fieldwrap_type_radio .powermail_field .radio,
  .tx-powermail .layout2 .powermail_fieldwrap_type_radio .powermail_field .radio {
    flex: 0 0 calc(33.33% - 1.3334rem);
  }
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio .powermail_field label,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio .powermail_field label {
  gap: 1.5rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio .powermail_field label .indicator,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio .powermail_field label .indicator {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #d1d1d1;
  box-shadow: inset 0 0 0 1px #d1d1d1;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio .powermail_field label .indicator:after,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio .powermail_field label .indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ed6c05;
  z-index: 2;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio .powermail_field label input[type="radio"],
.tx-powermail .layout2 .powermail_fieldwrap_type_radio .powermail_field label input[type="radio"] {
  opacity: 0;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio .powermail_field label input[type="radio"]:checked + .indicator:after,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio .powermail_field label input[type="radio"]:checked + .indicator:after {
  display: block;
  opacity: 1;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio .powermail_field label .powermail_radio,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio .powermail_field label .powermail_radio {
  margin-top: 0.375rem;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio.tightticks .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio.tightticks .powermail_label,
.tx-powermail .layout1 .powermail_fieldwrap_type_radio.tightticksLabel .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio.tightticksLabel .powermail_label {
  display: none;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio.tightticks .radio,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio.tightticks .radio,
.tx-powermail .layout1 .powermail_fieldwrap_type_radio.tightticksLabel .radio,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio.tightticksLabel .radio {
  background: #e6e6e6;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 640px) {
  .tx-powermail .layout1 .powermail_fieldwrap_type_radio.tightticks .radio,
  .tx-powermail .layout2 .powermail_fieldwrap_type_radio.tightticks .radio,
  .tx-powermail .layout1 .powermail_fieldwrap_type_radio.tightticksLabel .radio,
  .tx-powermail .layout2 .powermail_fieldwrap_type_radio.tightticksLabel .radio {
    flex: 0 0 auto;
  }
}
.tx-powermail .layout1 .powermail_fieldwrap_type_radio.tightticksLabel .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_radio.tightticksLabel .powermail_label {
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticks .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticks .powermail_label,
.tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticksLabel .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticksLabel .powermail_label {
  display: none;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticks .powermail_field,
.tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticks .powermail_field,
.tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticksLabel .powermail_field,
.tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticksLabel .powermail_field {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0.25rem 0;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticks .powermail_field .checkbox,
.tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticks .powermail_field .checkbox,
.tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticksLabel .powermail_field .checkbox,
.tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticksLabel .powermail_field .checkbox {
  background: #e6e6e6;
  padding: 0.25rem 0.5rem;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticks .powermail_field .checkbox label,
.tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticks .powermail_field .checkbox label,
.tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticksLabel .powermail_field .checkbox label,
.tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticksLabel .powermail_field .checkbox label {
  font-size: 18px;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  .tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticks .powermail_field .checkbox,
  .tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticks .powermail_field .checkbox,
  .tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticksLabel .powermail_field .checkbox,
  .tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticksLabel .powermail_field .checkbox {
    flex: 0 0 auto;
  }
}
.tx-powermail .layout1 .powermail_fieldwrap_type_check.tightticksLabel .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_check.tightticksLabel .powermail_label {
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_file .powermail_label,
.tx-powermail .layout2 .powermail_fieldwrap_type_file .powermail_label {
  font-size: 1rem;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_file input,
.tx-powermail .layout2 .powermail_fieldwrap_type_file input {
  font-size: 0.8rem;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_captcha .powermail_field,
.tx-powermail .layout2 .powermail_fieldwrap_type_captcha .powermail_field {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.tx-powermail .layout1 .powermail_fieldwrap_type_captcha .powermail_field img,
.tx-powermail .layout2 .powermail_fieldwrap_type_captcha .powermail_field img {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .tx-powermail .layout1 .powermail_fieldwrap_type_captcha .powermail_field,
  .tx-powermail .layout2 .powermail_fieldwrap_type_captcha .powermail_field {
    flex-direction: column;
  }
}
@media screen and (min-width: 640px) {
  .tx-powermail .layout1 .powermail_fieldwrap_telefon,
  .tx-powermail .layout2 .powermail_fieldwrap_telefon,
  .tx-powermail .layout1 .powermail_fieldwrap_e_mail_01,
  .tx-powermail .layout2 .powermail_fieldwrap_e_mail_01 {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.tx-powermail .powermail_form_6 .powermail_fieldset {
  padding: 0;
  background-color: transparent;
}
.tx-powermail .powermail_form_6 .powermail_fieldset .powermail_input {
  border: 1px solid #d1d1d1;
}
#powermail_field_teilnehmerdaten {
  font-size: 0.8rem;
  pointer-events: none;
}
.powermail_fieldwrap_maxteilnehmerweiterfuehrendertextmitlink {
  display: none;
}
.tx-powermail .powermail_form_3 .powermail_fieldset .powermail_fieldwrap_teilnehmer_email {
  flex: 0 0 100%;
  width: 100%;
}
.tx-powermail .powermail_fieldset {
  position: relative;
}
.tx-powermail .powermail_fieldset .counter {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 0.8rem;
  color: #414244;
}
.tx-powermail .unique-error {
  position: relative;
}
.tx-powermail .unique-error:after {
  content: "Bereits benutzt!";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 0.25rem;
  color: #darkred;
  font-size: 0.7rem;
  font-weight: 300;
  z-index: 1;
}
.tx-powermail .unique-error input {
  border-color: darkred;
  background-color: #ffd4d4;
}
.news-list-view img,
.news-single img {
  width: 100%;
  height: auto;
}
.news-list-view .caption,
.news-single .caption {
  margin-top: 10px;
}
.news-list-view .news-list-item,
.news-single .news-list-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .news-list-view .news-list-item img,
  .news-single .news-list-item img {
    margin-top: 20px;
  }
}
.news-list-view h1,
.news-single h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-block: 60px 50px;
}
@media screen and (min-width: 48em) {
  .news-list-view h1,
  .news-single h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 78.75em) {
  .news-list-view h1,
  .news-single h1 {
    font-size: 2.75rem;
  }
}
.news-list-view h2,
.news-single h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-block: 60px 50px;
}
@media screen and (min-width: 48em) {
  .news-list-view h2,
  .news-single h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 78.75em) {
  .news-list-view h2,
  .news-single h2 {
    font-size: 2.5rem;
  }
}
.news-list-view h3,
.news-single h3 {
  margin-top: 0;
  text-transform: none;
  font-size: 32px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (min-width: 48em) {
  .news .news-list-view .article {
    padding-block: 2rem;
  }
}
.news .news-list-view .article .teaser-text {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .news .news-list-view .article .teaser-text {
    flex-direction: row;
  }
}
.news .news-list-view .article .teaser-text .teaser-text--header {
  margin-block: 1rem 2rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.news .news-list-view .article .teaser-text .teaser-text--header h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}
.news .news-list-view .article .teaser-text .teaser-text--header a {
  text-decoration: unset;
}
.news .news-list-view .article .teaser-text .teaser-text--more .more {
  border: 2px solid #414244;
  text-decoration: unset;
  padding: .25rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 1rem;
  transition: all .3s ease;
}
.news .news-list-view .article .teaser-text .teaser-text--more .more:hover {
  border-color: #ed6c05;
}
.news .news-list-view .article .news-img-wrap {
  margin: 0;
  position: relative;
  border: none;
  background: none;
  padding: 0;
}
.news .news-list-view .article .news-img-wrap a {
  padding: 0;
  border: none;
  background: none;
}
.news .news-list-view .article .news-img-wrap a img {
  max-width: 100%;
}
.news .news-list-view .article .news-img-wrap span.newsbadge {
  position: absolute;
  bottom: 50%;
  left: 5%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  background-color: #ed6c05;
  color: #ffffff;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news-list-view .article .news-img-wrap span.newsbadge i {
  font-style: normal;
}
.news .news-list-view .f3-widget-paginator {
  display: flex;
  justify-content: center;
}
.news .news-list-view .f3-widget-paginator li {
  display: inline-block;
  margin-inline: .5rem;
}
.shariff .orientation-horizontal.button-style-standard {
  display: flex;
  gap: 0.25rem;
}
.shariff .orientation-horizontal.button-style-standard li.shariff-button {
  flex: 0 0 auto;
  min-width: 0;
  max-width: unset;
  margin: 0;
  height: 40px;
}
.shariff .orientation-horizontal.button-style-standard li.shariff-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.shariff .orientation-horizontal.button-style-standard li.shariff-button a span {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 18px;
}
.shariff .orientation-horizontal.button-style-standard li.shariff-button a .share_text,
.shariff .orientation-horizontal.button-style-standard li.shariff-button a .share_count {
  display: none;
}
.news.news-single .article .reallysmall {
  max-width: 1000px;
}
.news.news-single .article .tx-kopfgrafik {
  height: auto;
  margin-bottom: 5rem;
}
.news.news-single .article .tx-kopfgrafik .headline {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news.news-single .article .tx-kopfgrafik .headline:hover {
  background-color: #000000;
}
.news.news-single .article .tx-kopfgrafik .text {
  position: relative;
  left: unset;
  bottom: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
  transform: unset;
  padding-left: 4rem;
  padding-top: 200px;
  max-width: 1200px;
}
.news.news-single .article .tx-kopfgrafik .text .metadaten {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
}
.news.news-single .article .tx-kopfgrafik .text .metadaten .catitem {
  font-weight: 400;
  border: 2px solid #78ad3a;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 0.5rem;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
  background: #78ad3a;
}
.news.news-single .article .tx-kopfgrafik h1 {
  font-size: 2.6rem;
  margin: 1rem 0;
}
.news.news-single .article .teaser-text {
  margin-bottom: 2rem;
}
.news.news-single .article .teaser-text p {
  color: #414244;
  font-size: 1.6em;
}
.news.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 0 3rem 0;
}
.news.news-single .article .news-img-wrap a {
  float: none;
  padding: unset;
  border: unset;
  background: unset;
}
.news.news-single .article .news-img-wrap a img {
  width: 100%;
  height: auto;
}
.news.news-single .article h3 {
  margin-bottom: 1rem;
}
.news.news-single .article .shareWrap {
  margin-top: 2rem;
}
.news.news-single .article .shareWrap h4 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #ed6c05;
  font-weight: 300;
}
.news.news-single .article .share {
  align-self: flex-end;
}
.news.news-single .article .share .icons {
  display: flex;
  gap: .5rem;
}
.news.news-single .article .share .icons a {
  background-color: #ed6c05;
  color: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
}
.news.news-single .article .share .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news.news-single .article .share .content .news-list-category {
  color: #ed6c05;
}
.news.news-single .article .share .content .header h1 {
  margin: 0;
}
.news.news-single .article .share .content .attributes {
  color: #ed6c05;
}
.news.news-single .article .share .content .news-text-wrap {
  float: unset;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .news.news-single .article .share .content {
    margin-inline: auto;
    max-width: 70%;
  }
}
.news.news-single .article .news-backlink-wrap {
  margin-top: 3rem;
}
#faqfilter {
  display: none;
}
@media screen and (min-width: 768px) {
  #faqfilter {
    display: flex;
  }
}
.faqfilterselect {
  border: 2px solid #78ad3a;
  border-radius: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #78ad3a;
  padding-block: 0.2rem;
  padding-inline: 1em;
  display: block;
}
@media screen and (min-width: 768px) {
  .faqfilterselect {
    display: none;
  }
}
.news-search-form form fieldset {
  display: flex;
  gap: 1rem;
}
.news-search-form form fieldset .btn {
  flex-basis: 20%;
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 56px;
  margin-bottom: 0;
  line-height: 0.7em;
  font-weight: 700;
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-weight: 400;
  text-transform: uppercase;
}
.startnews {
  padding-top: 0;
  padding-bottom: 0;
}
.startnews .news-list-item {
  padding: 1rem;
  color: #f4f4f4;
  font-size: 16px;
  border: none;
  margin-bottom: 1rem;
  border: 4px solid #ed6c05;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.startnews .news-list-item h3 {
  /*font-family: "Assistant", sans-serif;  */
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.startnews .news-list-item h3 a {
  color: #414244;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 1rem;
  color: #414244;
  margin-bottom: 0;
  line-height: 1em;
}
.startnews .news-list-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.startnews .news-list-item .btn-read-more {
  background: #ffffff;
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 3rem;
  line-height: 2.3rem;
  text-align: center;
  border: 0.3rem solid #ed6c05;
  color: #ed6c05;
  margin-left: 20px;
}
.startnews .news-list-item .btn-read-more:hover,
.startnews .news-list-item .btn-read-more:focus,
.startnews .news-list-item .btn-read-more:active {
  text-decoration: none;
}
.detailstext {
  margin-bottom: 40px;
}
.news ul li {
  line-height: unset;
}
/* Startseite 3-Spalter */
.ctype-ce_columns3 .news .article {
  padding-bottom: 1rem;
  padding-top: 0;
}
.ctype-ce_columns3 .news .article .teaser-text {
  flex-direction: column;
}
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--header,
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--teaser,
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--more {
  max-width: 100% !important;
}
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--more {
  display: none;
  visibility: hidden;
}
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--header {
  padding: 0;
  margin: 0;
}
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--header h3 {
  margin-bottom: 0;
}
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--header h3 a {
  color: #ed6c05;
}
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--header .attributes {
  display: none;
  visibility: hidden;
}
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--teaser {
  margin: 0;
  padding: 0;
}
.ctype-ce_columns3 .news .article .teaser-text .teaser-text--teaser p {
  margin: 0;
}
.news-list-view.quick-messen-events .article,
.news-list-view.quick-schulungen .article {
  border-bottom: 1px solid #f4f4f4;
}
.news-list-view.quick-messen-events .article:last-of-type,
.news-list-view.quick-schulungen .article:last-of-type {
  border-bottom: none;
}
.news-list-view.quick-messen-events .article .header h3,
.news-list-view.quick-schulungen .article .header h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}
.news-list-view.quick-messen-events .article .header h3 a,
.news-list-view.quick-schulungen .article .header h3 a {
  color: #ed6c05;
  text-decoration: unset;
}
.news-list-view.quick-messen-events .article .teaser-text,
.news-list-view.quick-schulungen .article .teaser-text {
  display: block;
  padding-inline: 0;
  margin-bottom: 0;
}
.schulungsdetailcontainer,
.productdetailcontainer {
  flex: 0 0 100%;
  min-height: 3rem;
  background: #cccccc;
}
.schulungsdetailcontainer .closebutton,
.productdetailcontainer .closebutton {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.schulungsdetailcontainer .closebutton svg,
.productdetailcontainer .closebutton svg {
  width: 2.5rem;
  height: 2.5rem;
}
.schulungsdetailcontainer .closebutton svg *,
.productdetailcontainer .closebutton svg * {
  fill: #414244;
}
.schulungsdetailcontainer .full-content,
.productdetailcontainer .full-content {
  position: relative;
}
.schulungsdetailcontainer .full-content:before,
.productdetailcontainer .full-content:before,
.schulungsdetailcontainer .full-content:after,
.productdetailcontainer .full-content:after {
  background: #f4f4f4;
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 999999rem;
}
.schulungsdetailcontainer .full-content:before,
.productdetailcontainer .full-content:before {
  left: calc(100% - 1px);
}
.schulungsdetailcontainer .full-content:after,
.productdetailcontainer .full-content:after {
  right: calc(100% - 1px);
}
.schulungsdetailcontainer .newsContentBlock,
.productdetailcontainer .newsContentBlock {
  margin-bottom: 2rem;
}
.news-list-view.schulungen,
.news-list-view.produkte {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  .news-list-view.schulungen,
  .news-list-view.produkte {
    gap: 2rem;
  }
}
.news-list-view.schulungen .article.product,
.news-list-view.produkte .article.product {
  flex-basis: calc(50% - 0.5rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: unset;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .news-list-view.schulungen .article.product,
  .news-list-view.produkte .article.product {
    flex-basis: calc(33.3333% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .news-list-view.schulungen .article.product,
  .news-list-view.produkte .article.product {
    flex-basis: calc(25% - 2rem);
  }
}
.news-list-view.schulungen .article.product .news-img-wrap,
.news-list-view.produkte .article.product .news-img-wrap {
  width: 100%;
  aspect-ratio: 1;
  background-color: #f4f4f4;
}
.news-list-view.schulungen .article.product .news-img-wrap img,
.news-list-view.produkte .article.product .news-img-wrap img {
  box-shadow: unset;
  width: 100%;
  height: 100%;
  padding: 1rem;
  object-fit: scale-down;
  mix-blend-mode: multiply;
}
.news-list-view.schulungen .article.product .bottom,
.news-list-view.produkte .article.product .bottom {
  display: flex;
  justify-content: space-between;
}
.news-list-view.schulungen .article.product .bottom h3,
.news-list-view.produkte .article.product .bottom h3 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 300;
}
.news-list-view.schulungen .article.product .bottom i,
.news-list-view.produkte .article.product .bottom i {
  width: 1.5rem;
  height: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  transform-origin: center;
  transition: transform .3s ease;
}
.news-list-view.schulungen .article.product .full-content,
.news-list-view.produkte .article.product .full-content {
  display: none;
  visibility: hidden;
}
.news-list-view.schulungen .article.product:hover,
.news-list-view.produkte .article.product:hover {
  cursor: pointer;
}
.news-list-view.schulungen .article.product:hover .bottom h3,
.news-list-view.produkte .article.product:hover .bottom h3,
.news-list-view.schulungen .article.product:hover .bottom i,
.news-list-view.produkte .article.product:hover .bottom i {
  color: #ed6c05;
}
.news-list-view.schulungen .article.product.active .bottom h3,
.news-list-view.produkte .article.product.active .bottom h3,
.news-list-view.schulungen .article.product.active .bottom i,
.news-list-view.produkte .article.product.active .bottom i {
  color: #ed6c05;
}
.news-list-view.schulungen .article.product.active .bottom i,
.news-list-view.produkte .article.product.active .bottom i {
  transform: rotate(180deg);
}
.news-list-view.schulungen .schulungsdetailcontainer,
.news-list-view.produkte .schulungsdetailcontainer,
.news-list-view.schulungen .productdetailcontainer,
.news-list-view.produkte .productdetailcontainer {
  background-color: #f4f4f4;
  position: relative;
  flex-basis: 100%;
  width: 100%;
  transition: height .3s ease;
}
.news-list-view.schulungen .schulungsdetailcontainer .closeSpacer,
.news-list-view.produkte .schulungsdetailcontainer .closeSpacer,
.news-list-view.schulungen .productdetailcontainer .closeSpacer,
.news-list-view.produkte .productdetailcontainer .closeSpacer {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.news-list-view.schulungen .schulungsdetailcontainer .closeSpacer span,
.news-list-view.produkte .schulungsdetailcontainer .closeSpacer span,
.news-list-view.schulungen .productdetailcontainer .closeSpacer span,
.news-list-view.produkte .productdetailcontainer .closeSpacer span {
  font-size: 2rem;
  font-weight: bold;
  margin-left: .5rem;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content,
.news-list-view.produkte .schulungsdetailcontainer .full-content,
.news-list-view.schulungen .productdetailcontainer .full-content,
.news-list-view.produkte .productdetailcontainer .full-content {
  padding: 5rem 1rem 1rem 1rem;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .swiper .swiper-button-prev,
.news-list-view.produkte .schulungsdetailcontainer .full-content .swiper .swiper-button-prev,
.news-list-view.schulungen .productdetailcontainer .full-content .swiper .swiper-button-prev,
.news-list-view.produkte .productdetailcontainer .full-content .swiper .swiper-button-prev,
.news-list-view.schulungen .schulungsdetailcontainer .full-content .swiper .swiper-button-next,
.news-list-view.produkte .schulungsdetailcontainer .full-content .swiper .swiper-button-next,
.news-list-view.schulungen .productdetailcontainer .full-content .swiper .swiper-button-next,
.news-list-view.produkte .productdetailcontainer .full-content .swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  color: #ed6c05;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .swiper .swiper-button-prev:after,
.news-list-view.produkte .schulungsdetailcontainer .full-content .swiper .swiper-button-prev:after,
.news-list-view.schulungen .productdetailcontainer .full-content .swiper .swiper-button-prev:after,
.news-list-view.produkte .productdetailcontainer .full-content .swiper .swiper-button-prev:after,
.news-list-view.schulungen .schulungsdetailcontainer .full-content .swiper .swiper-button-next:after,
.news-list-view.produkte .schulungsdetailcontainer .full-content .swiper .swiper-button-next:after,
.news-list-view.schulungen .productdetailcontainer .full-content .swiper .swiper-button-next:after,
.news-list-view.produkte .productdetailcontainer .full-content .swiper .swiper-button-next:after {
  font-size: 1.2rem;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view {
  /* display: none;
                visibility: hidden; */
}
@media screen and (min-width: 48em) {
  .news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view,
  .news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view,
  .news-list-view.schulungen .productdetailcontainer .full-content .desktop-view,
  .news-list-view.produkte .productdetailcontainer .full-content .desktop-view {
    display: block;
    visibility: visible;
  }
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view table,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view table,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view table,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view table {
  font-size: 0.66rem;
  width: 100%;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view table td,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view table td,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view table td,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view table td {
  padding: 0.25rem 0.25rem;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view table tr,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view table tr,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view table tr,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view table tr {
  color: #414244;
  background-color: unset;
  border: unset;
  box-shadow: unset;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view table tr:first-child,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view table tr:first-child,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view table tr:first-child,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view table tr:first-child {
  font-weight: bold;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view table tr:nth-child(2n+3),
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view table tr:nth-child(2n+3),
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view table tr:nth-child(2n+3),
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view table tr:nth-child(2n+3) {
  background-color: #d7d7d7;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex-direction: column-reverse;
  width: 100%;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .left,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .left,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .left,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .left .news-img-wrap,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .left .news-img-wrap,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .left .news-img-wrap,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .left .news-img-wrap {
  width: 100%;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .left .news-img-wrap .swiper,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .left .news-img-wrap .swiper,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .left .news-img-wrap .swiper,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .left .news-img-wrap .swiper {
  width: 100%;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .left .news-img-wrap img,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .left .news-img-wrap img,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .left .news-img-wrap img,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .left .news-img-wrap img {
  box-shadow: unset;
  mix-blend-mode: multiply;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .right h1,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .right h1,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .right h1,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .right h1,
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .right h2,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .right h2,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .right h2,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .right h2,
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .right h3,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .right h3,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .right h3,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .right h3,
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .right h4,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .right h4,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .right h4,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .right h4,
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .right h5,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .right h5,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .right h5,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .right h5 {
  margin: 0;
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .right p,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .right p,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .right p,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .right p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top,
  .news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top,
  .news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top,
  .news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top {
    flex-direction: row;
    gap: 3rem;
  }
  .news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .left,
  .news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .left,
  .news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .left,
  .news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .left {
    flex: 0 0 calc(35% - 2rem);
    width: calc(35% - 2rem);
  }
  .news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .top .right,
  .news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .top .right,
  .news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .top .right,
  .news-list-view.produkte .productdetailcontainer .full-content .desktop-view .top .right {
    flex: 0 0 calc(65% - 2rem);
  }
}
.news-list-view.schulungen .schulungsdetailcontainer .full-content .desktop-view .bottom,
.news-list-view.produkte .schulungsdetailcontainer .full-content .desktop-view .bottom,
.news-list-view.schulungen .productdetailcontainer .full-content .desktop-view .bottom,
.news-list-view.produkte .productdetailcontainer .full-content .desktop-view .bottom {
  margin-top: 2rem;
}
.news-list-view.schulungen .schulungsdetailcontainer:before,
.news-list-view.produkte .schulungsdetailcontainer:before,
.news-list-view.schulungen .productdetailcontainer:before,
.news-list-view.produkte .productdetailcontainer:before {
  content: '';
  position: absolute;
  left: calc(25% - 0.5rem);
  top: -1rem;
  width: 2rem;
  height: 2rem;
  background-color: inherit;
  transform: translateX(-50%) rotate(45deg);
}
.news-list-view.schulungen .schulungsdetailcontainer.arrowposition-2:before,
.news-list-view.produkte .schulungsdetailcontainer.arrowposition-2:before,
.news-list-view.schulungen .productdetailcontainer.arrowposition-2:before,
.news-list-view.produkte .productdetailcontainer.arrowposition-2:before {
  left: calc(75% + 0.5rem);
}
@media screen and (min-width: 768px) {
  .news-list-view.schulungen .schulungsdetailcontainer.arrowposition-1:before,
  .news-list-view.produkte .schulungsdetailcontainer.arrowposition-1:before,
  .news-list-view.schulungen .productdetailcontainer.arrowposition-1:before,
  .news-list-view.produkte .productdetailcontainer.arrowposition-1:before {
    left: calc(16.66666% - 1rem);
  }
  .news-list-view.schulungen .schulungsdetailcontainer.arrowposition-2:before,
  .news-list-view.produkte .schulungsdetailcontainer.arrowposition-2:before,
  .news-list-view.schulungen .productdetailcontainer.arrowposition-2:before,
  .news-list-view.produkte .productdetailcontainer.arrowposition-2:before {
    left: 50%;
  }
  .news-list-view.schulungen .schulungsdetailcontainer.arrowposition-3:before,
  .news-list-view.produkte .schulungsdetailcontainer.arrowposition-3:before,
  .news-list-view.schulungen .productdetailcontainer.arrowposition-3:before,
  .news-list-view.produkte .productdetailcontainer.arrowposition-3:before {
    left: calc(83.3333333% + 0.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .news-list-view.schulungen .schulungsdetailcontainer.arrowposition-1:before,
  .news-list-view.produkte .schulungsdetailcontainer.arrowposition-1:before,
  .news-list-view.schulungen .productdetailcontainer.arrowposition-1:before,
  .news-list-view.produkte .productdetailcontainer.arrowposition-1:before {
    left: calc(12.5% - 1rem);
  }
  .news-list-view.schulungen .schulungsdetailcontainer.arrowposition-2:before,
  .news-list-view.produkte .schulungsdetailcontainer.arrowposition-2:before,
  .news-list-view.schulungen .productdetailcontainer.arrowposition-2:before,
  .news-list-view.produkte .productdetailcontainer.arrowposition-2:before {
    left: calc(37.5% - 1.5rem);
  }
  .news-list-view.schulungen .schulungsdetailcontainer.arrowposition-3:before,
  .news-list-view.produkte .schulungsdetailcontainer.arrowposition-3:before,
  .news-list-view.schulungen .productdetailcontainer.arrowposition-3:before,
  .news-list-view.produkte .productdetailcontainer.arrowposition-3:before {
    left: calc(62.5% - 1.5rem);
  }
  .news-list-view.schulungen .schulungsdetailcontainer.arrowposition-4:before,
  .news-list-view.produkte .schulungsdetailcontainer.arrowposition-4:before,
  .news-list-view.schulungen .productdetailcontainer.arrowposition-4:before,
  .news-list-view.produkte .productdetailcontainer.arrowposition-4:before {
    left: calc(87.5% - 1rem);
  }
}
.news-list-view.newsroom-topnews {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0rem;
}
@media screen and (min-width: 1024px) {
  .news-list-view.newsroom-topnews {
    grid-template-columns: 8fr 4fr;
    grid-template-rows: 1fr;
    gap: 3rem;
  }
}
.news-list-view.newsroom-topnews .article {
  display: flex;
  flex-direction: column;
}
.news-list-view.newsroom-topnews .article .teaser-text {
  display: block;
}
.news-list-view.newsroom-topnews .article .teaser-text .teaser-text--header {
  margin: 0;
  padding: 0;
}
.news-list-view.newsroom-topnews .article .teaser-text .teaser-text--header .tag {
  font-weight: bold;
  color: #ed6c05;
  margin-bottom: 0.5rem;
}
.news-list-view.newsroom-topnews .article .teaser-text .teaser-text--header h3 {
  font-size: 1.8rem;
  line-height: 1.2;
}
.news-list-view.newsroom-topnews .article .teaser-text .attributes {
  color: #ed6c05;
  font-size: 0.8rem;
}
.news-list-view.newsroom-topnews .article .teaser-text .attributes .date {
  padding-right: 0.2rem;
  margin-right: .5rem;
  border-right: 1px solid #ed6c05;
}
.news-list-view.newsroom-topnews .article:first-of-type .teaser-text {
  order: 1;
}
.news-list-view.newsroom-topnews .article:first-of-type .news-img-wrap {
  order: 0;
  margin-bottom: 1rem;
}
.news-list-view.newsroom-topnews .article:last-of-type .teaser-text {
  margin-bottom: 2rem;
}
.news-list-view.newsroom-three {
  display: grid;
  gap: 2rem;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .news-list-view.newsroom-three {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .news-list-view.newsroom-three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.news-list-view.newsroom-three .article {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.news-list-view.newsroom-three .article .teaser-text {
  display: block;
}
.news-list-view.newsroom-three .article .teaser-text .teaser-text--header {
  padding: 0;
}
.news-list-view.newsroom-three .article .teaser-text .teaser-text--header .tag {
  font-weight: bold;
  color: #ed6c05;
}
.news-list-view.newsroom-three .article .teaser-text .teaser-text--header .attributes {
  color: #ed6c05;
  font-size: 0.8rem;
}
.news-list-view.newsroom-three .article .teaser-text .teaser-text--header .attributes .date {
  padding-right: 0.2rem;
  margin-right: .5rem;
  border-right: 1px solid #ed6c05;
}
.news .news-list-slider {
  position: relative;
}
.news .news-list-slider .swiper {
  position: relative;
}
.news .news-list-slider .swiper .article .news-img-wrap {
  margin: 0;
  background: unset;
  float: unset;
}
.news .news-list-slider .swiper .article .news-img-wrap a {
  border: none;
  padding: 0;
  display: block;
  position: relative;
  float: none;
  line-height: 0;
}
.news .news-list-slider .swiper .article .news-img-wrap a img {
  width: 100%;
  height: auto;
  float: none;
  aspect-ratio: 1;
}
.news .news-list-slider .swiper .article .news-img-wrap a .hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(237, 108, 5, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease-in-out;
}
.news .news-list-slider .swiper .article .news-img-wrap a .hover-effect .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.news .news-list-slider .swiper .article .news-img-wrap a:hover .hover-effect {
  opacity: 1;
}
.news .news-list-slider .swiper .article .news-list-itemtext {
  margin-block: 0.5rem 1rem;
}
.news .news-list-slider .swiper .article .news-list-itemtext .header {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: .5rem;
}
.news .news-list-slider .swiper .article .news-list-itemtext .header .news-list-category {
  color: #ed6c05;
  font-weight: bold;
}
.news .news-list-slider .swiper .article .news-list-itemtext .header a {
  text-decoration: unset;
  font-size: 1.2rem;
  line-height: 1;
}
.news .news-list-slider .swiper .article .news-list-itemtext .header .attributes {
  color: #ed6c05;
  font-size: 0.8rem;
}
.news .news-list-slider .swiper .article .news-list-itemtext .header .attributes .date {
  padding-right: 0.2rem;
  margin-right: .5rem;
  border-right: 1px solid #ed6c05;
}
.news .news-list-slider .swiper .swiper-wrapper {
  padding-bottom: 1rem;
}
.news .news-list-slider .swiper .swiper-scrollbar {
  height: 1rem;
  background-color: #f4f4f4;
}
.news .news-list-slider .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 60%;
  top: 20%;
  background-color: #ffffff;
}
.news .news-list-slider .swiper-button-next {
  right: 0;
  top: 25%;
  transform: translateX(50%);
  width: 2rem;
  height: 2rem;
  background-color: #78ad3a;
  color: #ffffff;
}
.news .news-list-slider .swiper-button-next:after {
  font-size: 1.2rem;
}
.frame-greyBackground,
.frame-greyBackgroundCarrot {
  position: relative;
}
.frame-greyBackground .news .news-list-slider .swiper .swiper-scrollbar,
.frame-greyBackgroundCarrot .news .news-list-slider .swiper .swiper-scrollbar {
  background-color: #ffffff;
}
.frame-greyBackground .news .news-list-slider .swiper .swiper-scrollbar .swiper-scrollbar-drag,
.frame-greyBackgroundCarrot .news .news-list-slider .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #f4f4f4;
}
.frame-greyBackgroundCarrot .row {
  padding-left: calc(100svw/2 - 685px);
}
.news-list-view.schulungen {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 2rem;
}
.news-list-view.schulungen .article.schulung {
  display: flex;
  flex-direction: column;
  border: unset;
  padding: 1rem;
  border: 3px solid #f4f4f4;
  width: calc(50% - 1.5rem);
  aspect-ratio: 0.83333333;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .news-list-view.schulungen .article.schulung {
    width: calc(25% - 1.5rem);
  }
}
.news-list-view.schulungen .article.schulung.topnews {
  background-color: #f4f4f4;
}
.news-list-view.schulungen .article.schulung.active {
  border-color: #ed6c05;
}
.news-list-view.schulungen .article.schulung .top .tags {
  display: inline-block;
  width: fit-content;
}
.news-list-view.schulungen .article.schulung .top .tags a {
  text-decoration: none;
}
.news-list-view.schulungen .article.schulung .top .tags a span {
  color: #ed6c05;
  font-size: .8rem;
  padding-right: .5rem;
}
.news-list-view.schulungen .article.schulung .top .new {
  display: inline-block;
  border-left: 1px solid #ed6c05;
  padding-left: 0.5rem;
  line-height: 1;
}
.news-list-view.schulungen .article.schulung .top .new span {
  color: #78ad3a;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.news-list-view.schulungen .article.schulung .top h3 {
  color: #414244;
  font-size: 1.25rem;
  line-height: 1;
}
.news-list-view.schulungen .article.schulung .bottom .date {
  color: #414244;
  font-size: .8rem;
}
.news-list-view.schulungen .article.schulung .full-content {
  display: none;
  visibility: hidden;
}
.news-list-view.schulungen .spacer {
  flex-basis: 100%;
  background-color: #f4f4f4;
  position: relative;
}
.news-list-view.schulungen .spacer.active {
  padding: 2rem 1rem;
}
.news-list-view.schulungen .spacer.active::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -1rem;
  width: 2rem;
  height: 2rem;
  background-color: inherit;
  transform: translateX(-50%) rotate(45deg);
}
.news-list-view.schulungen .spacer .contenttable {
  font-size: .8rem;
}
.news-list-view.schulungen .spacer .contenttable tr {
  border-bottom: 1px solid #414244;
}
.news-list-view.schulungen .spacer .contenttable tr td:first-child {
  font-weight: bold;
}
.news-list-view.schulungen .spacer .contenttable tr td:last-child {
  max-width: 50ch;
}
.news-list-view.schulungen .spacer .contenttable ul li {
  font-size: 0.8rem;
}
.ctype-news_categorylist .news-list-category {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .ctype-news_categorylist .news-list-category {
    margin-bottom: 0;
  }
}
.news .news-tags,
.news-list-category {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style-type: none;
  margin-block: 0;
  padding-left: 0;
}
.news .news-tags li a,
.news-list-category li a {
  border: 2px solid #78ad3a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding-block: 0.2rem;
  padding-inline: 1em;
  background-color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #78ad3a;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .news-tags li a:hover,
.news-list-category li a:hover {
  background-color: #78ad3a;
  color: #ffffff;
}
.news .news-tags li a span.catCount,
.news-list-category li a span.catCount {
  font-size: 0.8em;
  font-weight: 300;
  display: none;
}
.news .news-tags li a.active,
.news-list-category li a.active {
  background-color: #78ad3a;
  color: #ffffff;
}
/* 
.faq-accordion {
    .accordion-item {
        .accordion-collapse > div{
            // 2-columns
            @media screen and (min-width: 768px) {
               column-count: 2;
               column-gap: 2rem;
           }          
       }
    }
} */
.isFaqParent.hidden {
  display: none;
}
.news .faq-accordion .accordion-item .accordion-button {
  display: block;
}
body .news .no-news-found {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: left;
  color: #78ad3a;
  line-height: 1.2;
  font-weight: 700;
}
.calendarize {
  /* min-height: 20rem; */
}
.calendarize h1 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.calendarize .eventsearchbox {
  max-width: 800px;
  margin-inline: auto;
  margin-block: 2rem;
}
.calendarize .eventsearchbox form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.calendarize .eventsearchbox form input,
.calendarize .eventsearchbox form select {
  border-radius: 100px;
  background: #eeefef;
  border: 1px solid #eeefef;
  padding: 0rem 1rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2;
  height: auto;
}
.calendarize .eventsearchbox form .btn {
  font-size: 1rem;
}
.calendarize .eventsearchbox form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1rem;
}
.calendarize .eventsearchbox form .input-daterange {
  width: auto;
}
.calendarize .eventsearchbox form .input-group-addon {
  background: #78ad3a;
  color: #ffffff;
  padding-inline: 0.5rem;
  box-sizing: border-box;
  height: auto;
  line-height: 47px;
  padding: 0rem 1rem;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 2;
}
.calendarize .eventsearchbox form button {
  margin: 0;
}
.calendarize .eventslist {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
  position: relative;
}
@media screen and (min-width: 540px) {
  .calendarize .eventslist {
    margin-inline: -1rem;
  }
}
.calendarize .eventslist .eventdetails,
.calendarize .eventslist .message {
  position: absolute;
  margin: 1rem;
  padding: 0;
  width: calc(100% - 2rem);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.calendarize .eventslist .eventdetails.muuri-item-shown,
.calendarize .eventslist .message.muuri-item-shown {
  opacity: 1;
}
.calendarize .eventslist .eventdetails .inner,
.calendarize .eventslist .message .inner {
  background: #f4f4f4;
  padding: 5rem 0 2rem 0 ;
}
.calendarize .eventslist .eventdetails .inner:before,
.calendarize .eventslist .message .inner:before,
.calendarize .eventslist .eventdetails .inner:after,
.calendarize .eventslist .message .inner:after {
  background: #f4f4f4;
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 999999rem;
  z-index: -1;
}
.calendarize .eventslist .eventdetails .inner:before,
.calendarize .eventslist .message .inner:before {
  left: calc(100% - 1px);
}
.calendarize .eventslist .eventdetails .inner:after,
.calendarize .eventslist .message .inner:after {
  right: calc(100% - 1px);
}
@media screen and (min-width: 1000px) {
  .calendarize .eventslist .eventdetails .inner,
  .calendarize .eventslist .message .inner {
    padding-right: calc(100% - 900px);
  }
}
.calendarize .eventslist .eventdetails .closebutton,
.calendarize .eventslist .message .closebutton {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.calendarize .eventslist .eventdetails .closebutton svg,
.calendarize .eventslist .message .closebutton svg {
  width: 2.5rem;
  height: 2.5rem;
}
.calendarize .eventslist .eventdetails .closebutton svg *,
.calendarize .eventslist .message .closebutton svg * {
  fill: #414244;
}
.calendarize .eventslist .eventdetails table,
.calendarize .eventslist .message table {
  margin-bottom: 2.5rem;
}
.calendarize .eventslist .eventdetails table tr,
.calendarize .eventslist .message table tr {
  border-bottom: 1px solid #8597a1;
}
.calendarize .eventslist .eventdetails table tr td,
.calendarize .eventslist .message table tr td {
  padding-block: 0.5rem;
}
.calendarize .eventslist .eventdetails table tr:last-child,
.calendarize .eventslist .message table tr:last-child {
  border-bottom: none;
}
.calendarize .eventslist .eventdetails:before,
.calendarize .eventslist .message:before {
  content: '';
  position: absolute;
  left: calc(25% - 0.5rem);
  top: -1rem;
  width: 2rem;
  height: 2rem;
  background-color: #f4f4f4;
  transform: translateX(-50%) rotate(45deg);
}
.calendarize .eventslist .eventdetails.arrowposition-2:before,
.calendarize .eventslist .message.arrowposition-2:before {
  left: calc(75% + 0.5rem);
}
@media screen and (min-width: 768px) {
  .calendarize .eventslist .eventdetails.arrowposition-1:before,
  .calendarize .eventslist .message.arrowposition-1:before {
    left: calc(16.66666% - 1rem);
  }
  .calendarize .eventslist .eventdetails.arrowposition-2:before,
  .calendarize .eventslist .message.arrowposition-2:before {
    left: 50%;
  }
  .calendarize .eventslist .eventdetails.arrowposition-3:before,
  .calendarize .eventslist .message.arrowposition-3:before {
    left: calc(83.3333333% + 0.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .calendarize .eventslist .eventdetails.arrowposition-1:before,
  .calendarize .eventslist .message.arrowposition-1:before {
    left: calc(12.5% - 1rem);
  }
  .calendarize .eventslist .eventdetails.arrowposition-2:before,
  .calendarize .eventslist .message.arrowposition-2:before {
    left: calc(37.5% - 1.5rem);
  }
  .calendarize .eventslist .eventdetails.arrowposition-3:before,
  .calendarize .eventslist .message.arrowposition-3:before {
    left: calc(62.5% - 1.5rem);
  }
  .calendarize .eventslist .eventdetails.arrowposition-4:before,
  .calendarize .eventslist .message.arrowposition-4:before {
    left: calc(87.5% - 1rem);
  }
}
.calendarize .eventslist .event {
  margin-block: 1rem;
  width: 100%;
  border: 2px solid #eeefef;
  padding: 1rem;
  background: #ffffffee;
  position: absolute;
}
@media screen and (min-width: 540px) {
  .calendarize .eventslist .event {
    margin: 1rem;
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .calendarize .eventslist .event {
    width: calc(33.333% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  .calendarize .eventslist .event {
    width: calc(25% - 2rem);
  }
}
.calendarize .eventslist .event.neu-1 {
  border-color: #ed6c05;
}
.calendarize .eventslist .event[data-request="1"] {
  background-color: rgba(238, 239, 239, 0.95);
}
.calendarize .eventslist .event > * {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.calendarize .eventslist .event > * .metabar {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  align-items: center;
}
.calendarize .eventslist .event > * .metabar .divider {
  margin-inline: 0.25rem;
  width: 1px;
  height: 1em;
  background-color: #ed6c05;
}
.calendarize .eventslist .event > * .metabar .eventtype {
  color: #ed6c05;
}
.calendarize .eventslist .event > * .metabar .newtag {
  color: #78ad3a;
  text-transform: uppercase;
  font-weight: 700;
}
.calendarize .eventslist .event > * .title a {
  color: #414244;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}
.calendarize .eventslist .event > * .bottomPart .eventdate {
  font-size: 0.8rem;
}
.calendarize .eventslist .event > * .bottomPart p:last-child {
  margin-bottom: 0;
}
.calendarize .eventslist .event > * .full-content {
  display: none;
}
.calendarize .no-events-message {
  font-size: 1.5rem;
  margin-top: 5rem;
  line-height: 1.2em;
}
.calendarize #noresultMessage {
  display: none;
  opacity: 0;
  margin-top: 2rem;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.calendarize #noresultMessage.reveal {
  display: block;
  opacity: 1;
}
.calendarize #noresultMessage p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: left;
  color: #78ad3a;
  line-height: 1.2;
}
.calendarize #noresultMessage p span svg {
  width: 2rem;
  height: 2rem;
}
.calendarize #noresultMessage p span svg * {
  fill: #78ad3a;
}
.calendarize-details {
  padding-top: 2rem;
}
.calendarize-details h1 {
  font-size: 1.5rem;
}
.calendarize-details .btn {
  margin-block: 2rem;
}
.calendarize-details .btn:hover {
  border-color: #000;
}
table.schulungsTable {
  text-align: left;
  font-size: 0.7rem;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
table.schulungsTable tr:nth-child(even) {
  background-color: #f9f9f9;
}
table.schulungsTable tr:hover {
  background-color: #f5f5f5;
}
table.schulungsTable th {
  background-color: #ccc;
  color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
}
table.schulungsTable td {
  border: 1px solid #ccc;
  padding: 0.5rem;
}
table.schulungsTable td:first-child {
  font-weight: 700;
}
/* .tx-slideshow {
    height: 600px;
} */
.swiper {
  --swiper-navigation-color: #414244;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: white;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
/* .mySwiper {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
} */
.mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  top: 90%;
}
.swiper-button-prev {
  left: 1rem;
}
.swiper-button-next {
  right: 1rem;
}
.tx-kesearch-pi1 .navbar-form {
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
  /*@media (min-width: @screen-lg) {
			right: 100px;
			&.active {
				right: @grid-padding-2x;
			}
		}*/
}
.tx-kesearch-pi1 .navbar-form .input-group {
  background-color: #ffffff;
  height: 32px;
}
.tx-kesearch-pi1 .navbar-form .input-group button,
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword {
  border: 0;
  margin: 0 !important;
  background-color: transparent !important;
}
.tx-kesearch-pi1 .navbar-form .input-group button:focus,
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword:focus,
.tx-kesearch-pi1 .navbar-form .input-group button:active,
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword:active,
.tx-kesearch-pi1 .navbar-form .input-group button:focus-visible,
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword {
  padding: 0 0 0 .75rem;
  opacity: 0;
  color: #ffffff !important;
  display: none;
  position: relative;
  top: unset;
  font-size: 0.7rem;
  width: 80%;
  float: left;
  height: 32px;
  z-index: 0;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn {
  width: auto;
  display: block;
  position: absolute;
  right: 0;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] {
  display: table;
  color: #ffffff;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] .icon,
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] .icon {
  font-size: 24px;
  font-weight: bold;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: none;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="reset"] {
  display: none;
  visibility: hidden;
  position: absolute;
  right: 0;
  z-index: 1;
}
.tx-kesearch-pi1 .navbar-form.active {
  width: 250px;
  right: 0;
  top: 0;
}
.tx-kesearch-pi1 .navbar-form.active button,
.tx-kesearch-pi1 .navbar-form.active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color: #ed6c05 !important;
}
.tx-kesearch-pi1 .navbar-form.active #ke_search_sword {
  width: 80%;
  color: #414244 !important;
}
.tx-kesearch-pi1 .navbar-form.active .input-group {
  background-color: #ffffff;
}
.tx-kesearch-pi1 .navbar-form.active .input-group button[type="submit"] {
  display: none;
  visibility: hidden;
}
.tx-kesearch-pi1 .navbar-form.active .input-group button[type="reset"] {
  display: block;
  visibility: visible;
  color: #414244;
}
@media (min-width: 48em) {
  .tx-kesearch-pi1 .navbar-form #ke_search_sword {
    height: 90px;
  }
  .tx-kesearch-pi1 .navbar-form.active {
    width: 280px;
  }
}
@media (min-width: 78.75em) {
  .tx-kesearch-pi1 .navbar-form #ke_search_sword {
    height: 100px;
  }
  .tx-kesearch-pi1 .navbar-form.active {
    width: 370px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 170px;
    height: 40px;
  }
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
.f3-widget-paginator li a {
  color: #ed6c05;
  text-decoration: none;
}
.f3-widget-paginator li.previous a,
.f3-widget-paginator li.next a {
  color: #ed6c05;
  text-decoration: none;
}
/* 
<fieldset class="kesearch_searchbox">
	<div class="kesearchbox">
		<input type="search" id="ke_search_sword" name="tx_kesearch_pi1[sword]" value="q heat" placeholder="Suchbegriff" minlength="4" autocomplete="off">
		<div class="clearer">&nbsp;</div>
	</div>
	
	<input id="kesearchpagenumber" type="hidden" name="tx_kesearch_pi1[page]" value="1">
	<input id="resetFilters" type="hidden" name="tx_kesearch_pi1[resetFilters]" value="0">
	<span class="resetbutt"><a href="/suche/" class="resetButton"><span>Eingaben löschen</span></a></span>
	<span class="submitbutt"><input type="submit" value="Finden"></span>
</fieldset>
*/
.kesearch_searchbox input {
  border-radius: 100px;
}
#headersearch {
  background: transparent;
  border: none;
}
#searchslidin {
  background: #414244;
  padding: 1rem 1rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #searchslidin {
    justify-content: center;
    padding: 1rem 3rem;
  }
}
#searchslidin form {
  margin: 0;
}
#searchslidin .kesearch_searchbox {
  display: flex;
  gap: 0.25rem;
}
@media screen and (min-width: 640px) {
  #searchslidin .kesearch_searchbox {
    gap: 1rem;
  }
}
#searchslidin .kesearch_searchbox .resetbutt {
  display: none;
}
#searchslidin .kesearch_searchbox a,
#searchslidin .kesearch_searchbox input,
#searchslidin .kesearch_searchbox button {
  margin: 0;
  height: 2rem;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: none;
  width: auto;
  white-space: nowrap;
}
#searchslidin .kesearch_searchbox a:focus,
#searchslidin .kesearch_searchbox input:focus,
#searchslidin .kesearch_searchbox button:focus,
#searchslidin .kesearch_searchbox a:active,
#searchslidin .kesearch_searchbox input:active,
#searchslidin .kesearch_searchbox button:active,
#searchslidin .kesearch_searchbox a:focus-visible,
#searchslidin .kesearch_searchbox input:focus-visible,
#searchslidin .kesearch_searchbox button:focus-visible {
  box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.25) !important;
  outline: none !important;
}
#searchslidin .kesearch_searchbox button {
  background-color: #ed6c05;
  color: white;
  padding-inline: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}
#searchslidin .kesearch_searchbox button .las {
  font-size: 1.2rem;
}
#searchslidin .kesearch_searchbox button span {
  display: none;
}
@media screen and (min-width: 640px) {
  #searchslidin .kesearch_searchbox button {
    padding-inline: 1rem;
  }
  #searchslidin .kesearch_searchbox button span {
    display: inline;
  }
}
#searchslidin .kesearch_searchbox .kesearchbox {
  margin: 0;
  width: calc(100% - 4.5rem);
}
#searchslidin .kesearch_searchbox .kesearchbox #ke_search_sword {
  position: relative;
  padding-inline: 1rem;
  width: 100%;
}
#searchslidin .closebtn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 1rem;
  color: #ffffff;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#searchslidin .closebtn:hover {
  color: white;
  opacity: 1;
}
#searchslidin .closebtn span {
  display: none;
}
@media screen and (min-width: 640px) {
  #searchslidin .closebtn {
    font-size: 1rem;
  }
  #searchslidin .closebtn span {
    display: inline;
  }
}
.autocomplete-suggestion {
  border-bottom: 1px solid #ccc;
  padding-block: 0.25rem;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
/**
 * Search Form (ke_search)
 */
.navbar form[role="search"] {
  width: 40px;
  height: 50px;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
  /*
    @media (min-width: @screen-lg) {
		//height: 70px;
        right: @grid-padding;
        top: auto;
        bottom: 0; //2px;
		
		/*#ke_search_sword {
			height: 70px; // Due to rendering bug in firefox (does not except height 100%)
			padding-top: 28px;
		}*
		&.active {
			width: 760px;
			right: @grid-padding;
		}
		.input-group-btn {
			vertical-align: bottom;
			padding-bottom: 8px;
		}
	}
	@media (min-width: @screen-xl) {
		&.active {
			width: 915px;
		}
    }
    @media (min-width: @screen-xxl) {
        //bottom: 4px;
        &.active {
			width: 1160px;
		}
    }
    */
}
.navbar form[role="search"] .input-group {
  height: 100%;
}
.navbar form[role="search"] button,
.navbar form[role="search"] #ke_search_sword {
  padding: 0 9px;
  border: 0;
  margin: 0 !important;
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar form[role="search"] #ke_search_sword {
  padding: 0;
  padding-left: 20px;
  opacity: 0;
  display: none;
  position: relative;
  top: auto;
  height: 100%;
  height: 50px;
}
.navbar form[role="search"] button[type="submit"] {
  font-size: 24px;
  display: table;
}
.navbar form[role="search"] button[type="submit"] .icon,
.navbar form[role="search"] button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.navbar form[role="search"] button[type="submit"] .icon {
  font-size: 24px;
}
.navbar form[role="search"] button[type="submit"] span {
  display: none;
}
.navbar form[role="search"] button[type="reset"] {
  display: none;
}
.navbar form[role="search"].active {
  width: 100%;
  right: 0;
}
.navbar form[role="search"].active button,
.navbar form[role="search"].active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color: #ed6c05 !important;
}
.navbar form[role="search"].active #ke_search_sword {
  width: 100%;
}
.navbar form[role="search"].active .input-group {
  background-color: #ed6c05;
}
.navbar form[role="search"].active button[type="submit"] {
  padding-right: 2rem;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
  margin-bottom: 0;
  height: auto;
  position: relative;
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
    flex: 1 1 auto;
  }
}
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox #ke_search_sword {
  position: relative;
  border-radius: 100px;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox .resetbutt,
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox .submitbutt {
  color: #ffffff;
  margin: 0;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox a.kesGreyButt,
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt a,
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox span.submitbutt input,
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox input.kesGreyButt,
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox span.kesGreyButt {
  margin: 0;
  border: none;
  border-radius: 100px;
  color: #fff;
  background: #414244;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt a {
  background: #cccccc;
  border-color: #cccccc;
}
body .contentwrap .tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  width: auto;
}
body .contentwrap .tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
  display: block;
  margin-bottom: 1rem;
}
body .contentwrap .tx-kesearch-pi1 #kesearch_results .result-list-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2rem !important;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_pagebrowser ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_pagebrowser ul li {
  font-size: 0.8rem;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cccccc;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_pagebrowser ul li a {
  color: #414244;
  text-decoration: none;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_pagebrowser ul li a:hover {
  color: #ed6c05;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_pagebrowser ul li.current {
  background-color: #ed6c05;
}
body .contentwrap .tx-kesearch-pi1 .kesearch_pagebrowser ul li.current a.current {
  color: white !important;
}
body .contentwrap .tx-kesearch-pi1 form {
  margin-bottom: 0;
}
body .contentwrap .tx-kesearch-pi1 #ke_search_sword {
  position: relative;
  top: 0;
  width: 100%;
  padding: 0.25rem 1rem;
  display: block;
  color: #ed6c05;
  border-color: #ed6c05;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
body .contentwrap .tx-kesearch-pi1 #ke_search_sword:focus,
body .contentwrap .tx-kesearch-pi1 #ke_search_sword:active,
body .contentwrap .tx-kesearch-pi1 #ke_search_sword:focus-visible {
  box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.25) !important;
  outline: none !important;
}
body .contentwrap .tx-kesearch-pi1 button[type="submit"] {
  padding: 9px 2rem;
  font-size: 18px;
}
body .contentwrap .tx-kesearch-pi1 .resetbutt {
  margin-top: 10px;
  display: none;
}
body .contentwrap .tx-kesearch-pi1 #kesearch_results {
  margin-top: 2rem;
}
body .contentwrap .tx-kesearch-pi1 .result-list-item .hit {
  color: #ed6c05 !important;
  font-weight: 700 !important;
}
.frame-specialhover2cols {
  padding: 1rem;
  -webkit-transition: background-color 1s ease-in-out;
  -moz-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}
.frame-specialhover2cols:hover {
  background-color: #f4f4f4;
}
.frame-specialhover2cols .row {
  margin-top: 0;
  gap: 1rem;
  align-items: center;
}
.frame-specialhover2cols .row .ce-col {
  padding: 0 !important;
}
.tx-poll {
  background: #ed6c05;
  padding: 1rem 2rem;
  color: #ffffff;
}
.tx-poll .alert {
  font-size: 0.6rem;
  padding: 0.5rem;
}
.tx-poll .alert h4,
.tx-poll .alert p {
  font-size: 0.6rem;
  margin-bottom: 0;
}
.tx-poll h2 {
  margin-bottom: 0;
}
.tx-poll .poll-button {
  margin-top: 0;
}
.tx-poll .poll-button .btn {
  color: #ed6c05;
  background: #ffffff;
}
.tx-poll .poll-result {
  display: none;
  background-color: transparent;
  color: white;
  border: none;
}
.tx-poll .poll-result span.poll-result-bar {
  background-color: #ffffff;
}
.tx-poll .poll-result .card-body {
  padding-inline: 0;
}
.tx-poll .poll-result .card-header,
.tx-poll .poll-result .poll-question {
  display: none;
}
.tx-poll .poll-result .poll-result-question {
  width: 100%;
}
.ext-felogin {
  background: #f4f4f4;
  padding: 1rem;
}
.ext-felogin .fieldwrap label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.ext-felogin .fieldwrap label .labeltext {
  display: block;
  margin-right: 1rem;
  flex: 0 0 150px;
}
.ext-felogin .submitbox {
  padding-left: calc(150px + 1rem);
}
.ext-felogin-logout {
  background-color: #f4f4f4;
  padding: 1rem;
}
/*# sourceMappingURL=filename.map */