@font-face {
  font-family: 'Montserat';
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 25% 151%;
}
/* Keycolors defined in root less */
/*  Breakpoints */
html,
body {
  scroll-behavior: smooth;
  font-size: 12px;
  --headerHeight: 70px;
  --maxWidth: 1320px;
  --contentLeft: calc((100vw - var(--maxWidth)) / 2);
}
@media screen and (min-width: 48em) {
  html,
  body {
    --headerHeight: 150px;
  }
}
@media screen and (min-width: 78.75em) {
  html,
  body {
    --headerHeight: 205px;
  }
}
@media screen and (min-width: 360px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html,
  body {
    font-size: 18px;
  }
}
body {
  font-family: 'Montserat';
  font-weight: 400;
  overflow-x: hidden;
  background: #0f0f11;
  color: #ffffff;
  padding-top: 0px;
  position: relative;
  scroll-behavior: smooth;
}
body b,
body strong {
  font-family: 'Montserat';
  font-weight: 700;
}
body.showNav {
  overflow: hidden;
}
body.showNav .navsidebar {
  overflow-y: scroll;
}
.kopfgrafik {
  margin-top: var(--headerHeight);
}
.produkte .container {
  max-width: 1320px;
}
.seite_26 .kopfgrafik {
  display: none;
  visibility: hidden;
}
.seite_26 .contentwrap {
  padding-top: var(--headerHeight);
}
.contentwrap {
  transition: all 0.3s ease-in-out;
  padding-top: 2rem;
}
section {
  padding-block: 1rem 0;
}
section.fullheight {
  padding: 0;
  min-height: 100vh;
  scroll-snap-align: start;
}
.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;
  /* &[target="_blank"] {
    &:after {
      content: "";
      width: 11px;
      height: 11px;
      margin-left: 4px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
    }
  } */
}
a:hover {
  color: #fc5f1a;
}
.row {
  margin: 1rem auto;
}
.container {
  max-width: 1320px;
  padding: 0 1rem;
}
@media screen and (min-width: 48em) {
  .container {
    padding: 0 2rem;
  }
}
.container-fluid {
  max-width: 1500px;
  width: 100%;
  padding-inline: 15px;
}
@media screen and (min-width: 48em) {
  .container-fluid {
    padding-inline: calc(2rem - 15px);
  }
}
.container-fluid.reallysmall {
  max-width: 1320px;
}
.specialfont {
  font-family: 'Montserat';
  font-weight: 900;
  color: #ffffff;
}
h1,
h2,
h3 {
  font-family: 'Montserat';
  font-weight: 900;
  color: #ffffff;
  margin-top: 0;
  line-height: 1.2em;
}
.bigtitle {
  font-size: 2rem;
  font-family: 'Montserat';
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .bigtitle {
    font-size: 3rem;
  }
}
.font-light {
  font-family: 'Montserat';
  font-weight: 300;
}
.font-regular {
  font-family: 'Montserat';
  font-weight: 400;
}
.font-bold {
  font-family: 'Montserat';
  font-weight: 700;
}
.font-extrabold {
  font-family: 'Montserat';
  font-weight: 800;
}
.font-black {
  font-family: 'Montserat';
  font-weight: 900;
}
.font-upper {
  text-transform: uppercase;
}
.font-center {
  text-align: center;
}
.clr-white {
  color: white;
}
.clr-primary {
  color: #fc5f1a !important;
}
.clr-primary a {
  text-decoration: none;
  color: inherit;
}
.clr-primary-light {
  color: rgba(252, 95, 26, 0.5);
}
.clr-secondary {
  color: #ffb69b;
}
.clr-grey {
  color: #424242;
}
.is--centered {
  text-align: center;
}
.is--bold {
  font-weight: 700;
}
h1 {
  font-size: 4.5rem;
  margin-bottom: 40px;
  line-height: 1.05em;
}
h2 {
  font-size: 2.25rem;
  margin-top: 0;
  font-size: 3rem;
}
.headline,
.subline {
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
.headline.font-light,
.subline.font-light {
  font-weight: 300;
}
.headline.font-bold,
.subline.font-bold {
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .headline,
  .subline {
    font-size: 2rem;
  }
}
.contentheader:has(h1) .headline,
.contentheader:has(h1) .subline {
  font-size: 1.75rem;
  text-wrap: balance;
}
.contentheader.h1 .headline,
.contentheader.h1 .subline {
  font-size: 1.75rem;
  text-wrap: balance;
}
.contentheader:has(h2) .headline,
.contentheader:has(h2) .subline {
  font-size: 1.5rem;
  text-wrap: balance;
}
.contentheader.h2 .headline,
.contentheader.h2 .subline {
  font-size: 1.5rem;
  text-wrap: balance;
}
.contentheader:has(h3) .headline,
.contentheader:has(h3) .subline {
  font-size: 1.25rem;
  text-wrap: balance;
}
.contentheader.h3 .headline,
.contentheader.h3 .subline {
  font-size: 1.25rem;
  text-wrap: balance;
}
.contentheader:has(h4) .headline,
.contentheader:has(h4) .subline {
  font-size: 1rem;
  text-wrap: balance;
}
.contentheader.h4 .headline,
.contentheader.h4 .subline {
  font-size: 1rem;
  text-wrap: balance;
}
.epic {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 64em) {
  .epic {
    font-size: 3rem;
  }
}
.ce-headline-center {
  display: block;
}
.headline {
  font-weight: 300;
  line-height: 1.1;
}
.subline {
  font-weight: 700;
}
p {
  font-size: 1rem;
}
p a {
  color: #ffffff;
}
p a.icon {
  font-size: 1rem;
  font-family: 'Montserat' !important;
}
p a.icon:before {
  font-family: 'icomoon';
  margin-right: .5rem;
}
p a[href*="tel:"] {
  text-decoration: none;
}
ul {
  padding-left: 1rem;
  list-style-type: square;
}
ul li::marker {
  color: #fc5f1a;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
}
.contentheader .contenttitle.black {
  color: #1b1b1b;
}
.contentheader .contenttitle.white {
  color: #ffffff;
}
.contentheader h1 a {
  text-decoration: none;
}
.contentheader h1 a:hover {
  color: #fc5f1a;
}
.contentheader h2 a {
  text-decoration: none;
}
.contentheader h2 a:hover {
  color: #fc5f1a;
}
a {
  color: #ffffff;
  text-decoration: underline;
}
a:not([href]),
div[id^="c"] {
  scroll-margin-top: 4rem;
}
.d-grid {
  display: grid;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.btn {
  color: #ffffff;
  font-size: .8rem;
  font-weight: 400;
  border: none;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  line-height: 2;
  padding: .5rem 1rem;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #fc5f1a;
  color: #ffffff;
  margin: 0.3rem;
}
.btn.btn-primary a {
  color: inherit;
  text-decoration: none;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:hover {
  background-color: rgba(252, 95, 26, 0.4);
}
.btn.btn-cancel {
  background-color: #8b9cb9;
  color: #ffffff;
  margin: 0.3rem;
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn.btn-cancel a {
  color: inherit;
  text-decoration: none;
}
.btn.btn-cancel:not(:disabled):not(.disabled):active,
.btn.btn-cancel:not(:disabled):not(.disabled).active,
.btn.btn-cancel:hover {
  background-color: #8b9cb9;
}
.btn:hover {
  background-color: #fc5f1a;
}
.btn-round {
  border-radius: 100vmax;
}
.btn-secondary {
  background-color: #ffb69b;
}
.btn-secondary:hover {
  background-color: #fc5f1a;
}
.btn-phone,
.btn-mail,
.btn-pdf {
  position: relative;
  padding-left: 1.5rem;
  color: #fc5f1a;
  font-size: .8rem;
  text-decoration: none;
}
.btn-phone:before,
.btn-mail:before,
.btn-pdf:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-phone:hover,
.btn-mail:hover,
.btn-pdf:hover {
  text-decoration: underline;
}
select {
  font-family: 'Montserat', sans-serif;
}
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;
  }
}
header.contentheader {
  margin-bottom: 2rem;
}
header.contentheader .contenttitle {
  margin-bottom: 0.5rem;
}
ol {
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
.ce-gallery figcaption {
  font-size: 0.8rem;
}
.ce-tabpanel .nav-tabs .nav-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: none;
  background-color: #ececec;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0;
  transition: all 250ms ease-out;
  position: relative;
  z-index: 1;
}
.ce-tabpanel .nav-tabs .nav-link.active {
  background-color: #fc5f1a;
  color: #ffffff;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #fc5f1a;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #ffffff;
  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;
}
.row .col-12 {
  float: left;
}
.row > div {
  padding-inline: unset;
}
@media screen and (min-width: 48em) {
  .row > div {
    padding-inline: 15px;
  }
}
.contact-link {
  margin-right: 1rem;
}
.sticky {
  position: sticky;
  top: 1rem;
  align-self: flex-start;
}
.cover {
  object-fit: cover;
}
.ctype-ce_columns2 .col-md-12 .row .ce-col:first-of-type,
.ctype-ce_columns4 .col-md-12 .row .ce-col:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .ctype-ce_columns2 .col-md-12 .row .ce-col:first-of-type,
  .ctype-ce_columns4 .col-md-12 .row .ce-col:first-of-type {
    padding-right: 1.5rem;
  }
}
.ctype-ce_columns2 .col-md-12 .row .ce-col:last-of-type,
.ctype-ce_columns4 .col-md-12 .row .ce-col:last-of-type {
  padding-right: 0;
}
.table {
  color: #ffffff;
}
.frame-gray {
  background-color: #ececec;
}
.frame-gray .contentheader > * {
  color: #fc5f1a;
}
.frame-gray .row {
  margin: 0;
}
.frame-gray--no-padding {
  background-color: #ececec;
  padding: 0;
  margin-bottom: 0;
}
.frame-gray--no-padding .row {
  margin: 0;
}
.frame-gray--no-padding .contentheader > * {
  color: #1b1b1b;
}
.frame-darkgray {
  background-color: #d8d8d8;
}
.frame-darkgray .contentheader > * {
  color: #1b1b1b;
}
.frame-darkgray--no-padding {
  background-color: #d8d8d8;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.frame-darkgray--no-padding .row {
  margin: 0;
}
.frame-darkgray--no-padding .contentheader > * {
  color: #1b1b1b;
}
.frame-darkgray--no-padding--slope {
  background-color: #d8d8d8;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.frame-darkgray--no-padding--slope .row {
  margin: 0;
}
.frame-darkgray--no-padding--slope .contentheader > * {
  color: #1b1b1b;
}
.frame-darkgray--no-padding--slope:before {
  content: '';
  position: absolute;
  width: 102%;
  height: 6rem;
  background-color: #d8d8d8;
  top: 0;
  left: 0;
  transform: rotate(2deg) translate(-1rem, -3rem);
}
.pageoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1b1b1b;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.pageoverlay.show {
  opacity: .8;
  visibility: visible;
  cursor: pointer;
}
.contentheader .contenttitle {
  line-height: 1;
  text-transform: uppercase;
}
.contentheader .subline {
  font-family: 'Montserat';
  font-weight: 300;
}
.contentwrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 100vh;
}
#sidebar {
  position: fixed;
  right: 0;
  bottom: 9rem;
  width: 0;
  z-index: 1312;
}
#sidebar .sidebarButton {
  cursor: pointer;
  background: #fc5f1a;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 150ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
#sidebar .sidebarButton svg {
  height: 1.6rem;
  width: auto;
  fill: #ffffff;
}
#sidebar .sidebarButton:after {
  content: "";
  display: block;
  height: 100%;
  width: 5rem;
  background-color: #fc5f1a;
  position: absolute;
  left: 100%;
  top: 0;
}
#sidebar .sidebarButton:hover {
  transform: translate(-0.75rem, -50%);
}
#sidebar .sidebarContent {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 3.5rem);
  transition: all 150ms ease-in-out 150ms;
  color: #100d08;
  max-width: 80vw;
  width: 400px;
}
@media screen and (min-width: 48em) {
  #sidebar .sidebarContent {
    width: auto;
  }
}
#sidebar .sidebarContent .closeSidebar {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 10px;
  transform: translate(0, -1.5rem);
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar .sidebarContent .closeSidebar svg {
  transform: scale(1.7);
}
#sidebar .sidebarContent .row {
  flex-direction: column;
  margin: 0;
}
#sidebar .sidebarContent .row > div {
  padding: 1rem;
  box-shadow: none;
  transition: box-shadow 150ms ease-in-out;
}
#sidebar .sidebarContent .row > div .contentheader {
  margin-bottom: 1rem;
}
#sidebar .sidebarContent .row > div .contentheader .headline {
  color: #ffffff;
  font-size: 1.1rem;
}
#sidebar .sidebarContent .row > div p {
  color: #ffffff;
}
#sidebar .sidebarContent .row > div p a {
  color: inherit;
  font-size: 0.9rem;
  text-decoration: none;
}
#sidebar .sidebarContent .row > div .ce-uploads li {
  margin-block: .5rem;
}
#sidebar .sidebarContent .row > div .ce-uploads li a {
  color: inherit;
}
#sidebar .sidebarContent .row > div .ce-uploads li a span {
  font-size: .9rem;
}
#sidebar .sidebarContent .row > div .ce-uploads li a span:before {
  font-size: 1rem;
}
#sidebar .sidebarContent .row > div:nth-child(1) {
  background-color: #fc5f1a;
  color: #ffffff;
  margin-bottom: 1rem;
}
#sidebar .sidebarContent .row > div:nth-child(1) p {
  color: inherit;
}
#sidebar .sidebarContent .row > div:nth-child(2) {
  background-color: #a51620;
  color: #ffffff;
}
#sidebar .sidebarContent .row > div:nth-child(2) p {
  color: inherit;
}
#sidebar.active .sidebarButton {
  transform: translate(100%, -50%);
}
#sidebar.active .sidebarContent {
  transform: translate(-100%, 3.5rem);
}
#sidebar.active .sidebarContent .row > div {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.folgeseite .contentwrap {
  overflow: visible;
}
.folgeseite .contentwrap section.ctype-list {
  padding: 0;
}
.folgeseite .contentwrap section.ctype-list .row {
  margin-top: 0;
}
.produkte .contentwrap {
  overflow: visible;
}
@media screen and (min-width: 30em) {
  .row > .col-12:nth-child(2) {
    padding-left: 2rem;
  }
}
.row.gap-1 {
  gap: 1rem;
}
.row.gap-2 {
  gap: 2rem;
}
.row.gap-3 {
  gap: 3rem;
}
.row.gap-4 {
  gap: 4rem;
}
.row.gap-5 {
  gap: 5rem;
}
.row.justify-content-evenly {
  justify-content: space-evenly;
  padding-inline: 1rem;
}
.row.justify-content-center {
  padding-inline: 1rem;
}
.row .ce-intext.ce-left .ce-gallery {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.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;
  font-family: 'Montserat';
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 640px) {
  .text-v1 .tv1-title {
    font-size: 3rem;
  }
}
.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;
  font-family: 'Montserat';
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 640px) {
  .text-v2 .tv2-title {
    font-size: 3rem;
  }
}
@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;
}
.ce-textpic .image.multiply img,
.ce-gallery .image.multiply img {
  mix-blend-mode: multiply;
}
.ce-gallery img {
  width: 100%;
  height: auto;
}
.ce-image .ce-gallery figure figcaption {
  font-size: .8rem;
  margin-block: .2rem 1rem;
}
#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: #ffffff;
  text-decoration: underline;
}
.tab-v1 .nav-tabs {
  border: unset;
}
.tab-v1 .nav-tabs .nav-item {
  flex: 1;
  position: relative;
  padding-top: 3rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .nav-tabs .nav-item {
    padding-top: 4rem;
  }
}
.tab-v1 .nav-tabs .nav-item .nav-link {
  text-decoration: unset;
  border-radius: unset;
  color: #ffffff;
  font-size: .8rem;
  text-align: center;
  background-color: unset;
  padding: .25rem .5rem;
  transition: color .3s ease;
}
@media screen and (min-width: 48em) {
  .tab-v1 .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
    padding: .5rem 1rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tab-v1 .nav-tabs .nav-item .nav-link {
    font-size: 1.2rem;
  }
}
.tab-v1 .nav-tabs .nav-item .nav-link.active,
.tab-v1 .nav-tabs .nav-item .nav-link:hover {
  color: #fc5f1a;
  border: unset;
  background-color: unset;
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(1) .nav-link:before,
.tab-v1 .nav-tabs .nav-item:nth-of-type(2) .nav-link:before,
.tab-v1 .nav-tabs .nav-item:nth-of-type(3) .nav-link:before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em) {
  .tab-v1 .nav-tabs .nav-item:nth-of-type(1) .nav-link:before,
  .tab-v1 .nav-tabs .nav-item:nth-of-type(2) .nav-link:before,
  .tab-v1 .nav-tabs .nav-item:nth-of-type(3) .nav-link:before {
    width: 3rem;
    height: 3rem;
  }
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(1) .nav-link:after,
.tab-v1 .nav-tabs .nav-item:nth-of-type(2) .nav-link:after,
.tab-v1 .nav-tabs .nav-item:nth-of-type(3) .nav-link:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: top .3s ease;
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(1) .nav-link.active:after,
.tab-v1 .nav-tabs .nav-item:nth-of-type(2) .nav-link.active:after,
.tab-v1 .nav-tabs .nav-item:nth-of-type(3) .nav-link.active:after,
.tab-v1 .nav-tabs .nav-item:nth-of-type(1) .nav-link:hover:after,
.tab-v1 .nav-tabs .nav-item:nth-of-type(2) .nav-link:hover:after,
.tab-v1 .nav-tabs .nav-item:nth-of-type(3) .nav-link:hover:after {
  top: 0;
  background-color: #fc5f1a;
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(1) .nav-link:before {
  background-image: url("/fileadmin/user_upload/PV_Systeme/icons/altec-solar-schraegdach_text.svg");
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(1) .nav-link.active:before {
  background-image: url("/fileadmin/user_upload/PV_Systeme/icons/altec-solar-schraegdach_red.svg");
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(1):hover .nav-link:before {
  background-image: url("/fileadmin/user_upload/PV_Systeme/icons/altec-solar-schraegdach_red.svg");
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(2) .nav-link:before {
  background-image: url("/fileadmin/user_upload/PV_Systeme/icons/altec-solar-flachdach_text.svg");
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(2) .nav-link.active:before {
  background-image: url("/fileadmin/user_upload/PV_Systeme/icons/altec-solar-flachdach_red.svg");
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(2):hover .nav-link:before {
  background-image: url("/fileadmin/user_upload/PV_Systeme/icons/altec-solar-flachdach_red.svg");
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(3) .nav-link:before {
  background-image: url("/fileadmin/user_upload/PV_Systeme/icons/altec-solar-komponenten_text.svg");
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(3) .nav-link.active:before {
  background-image: url("/fileadmin/user_upload/PV_Systeme/icons/altec-solar-komponenten_red.svg");
}
.tab-v1 .nav-tabs .nav-item:nth-of-type(3):hover .nav-link:before {
  background-image: url("/fileadmin/user_upload/PV_Systeme/icons/altec-solar-komponenten_red.svg");
}
.tab-v1 .tab-content {
  padding: .5rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 78.75em) {
  .tab-v1 .tab-content {
    padding: 2.5rem 0;
  }
}
.tab-v1 .tab-content .tab-pane .contentheader a {
  text-decoration: none;
}
.tab-v1 .tab-content .tab-pane .ce-textpic {
  margin-bottom: 2rem;
}
.tab-v1 .tab-content .tab-pane .ce-textpic:last-of-type {
  margin-bottom: 0rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane .ce-textpic {
    margin-bottom: 0;
  }
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform .3s ease;
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-bodytext p a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
}
.tab-v1 .tab-content .tab-pane .ce-textpic:hover .ce-gallery img {
  transform: scale(1.1);
}
.accordion-item {
  margin-bottom: 1rem;
  border-radius: .5rem !important;
}
.accordion-item .accordion-header {
  margin-bottom: 0;
  border-radius: .5rem;
  padding: 1rem 1rem 1rem 5rem;
  background-color: #fc5f1a;
  position: relative;
  transition: all .6s ease;
}
.accordion-item .accordion-header .accordion-button {
  border: unset;
  background: unset;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .accordion-item .accordion-header .accordion-button {
    font-size: 1.5rem;
  }
}
.accordion-item .accordion-header .accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #989f98;
  text-align: left;
  background-color: unset;
  border-radius: .5rem;
  overflow-anchor: none;
  line-height: 1.2;
  margin-bottom: 0;
  transition: all .6s ease;
}
.accordion-item .accordion-header .accordion-title .accordion-title-link {
  text-decoration: none;
  color: #fc5f1a;
  padding: 1rem 2rem 1rem 1rem;
  z-index: 1;
  width: 100%;
  transition: color .6s ease;
}
.accordion-item .accordion-header .accordion-title .accordion-title-link:after {
  content: '-';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #ffffff;
  z-index: 0;
}
.accordion-item .accordion-header .accordion-title .accordion-title-link:hover:after {
  color: #fc5f1a;
}
.accordion-item .accordion-header .accordion-title .accordion-title-link.collapsed {
  color: #ffffff;
}
.accordion-item .accordion-header .accordion-title .accordion-title-link.collapsed:after {
  content: '+';
}
.accordion-item .accordion-header .accordion-title:hover {
  color: #fc5f1a;
}
.accordion-item .accordion-header .accordion-title:hover .accordion-title-link,
.accordion-item .accordion-header .accordion-title:hover:after {
  color: inherit;
}
.accordion-item .accordion-header:before {
  --size: 1rem;
  content: '';
  position: absolute;
  left: 2rem;
  width: var(--size);
  height: var(--size);
  border-top: var(--size) solid transparent;
  border-bottom: var(--size) solid transparent;
  border-left: var(--size) solid #424242;
  z-index: 1;
  transition: all .6s ease;
}
.accordion-item .accordion-header.active {
  background-color: #424242;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item .accordion-header.active:before {
  border-left-color: #fc5f1a;
  transform: rotate(90deg);
}
.accordion-item .accordion-header:hover {
  cursor: pointer;
}
.accordion-item .accordion-collapse {
  display: block;
  background-color: #424242;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 1rem 1rem 1rem 5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  transition: all .6s ease;
}
.accordion-item .accordion-collapse .contentheader {
  display: none;
  visibility: hidden;
}
.accordion-item .accordion-collapse .accordion-body {
  transform: translateY(0);
  opacity: 1;
  transition: all .5s ease .1s;
}
.accordion-item .accordion-collapse .accordion-body .ctype-textpic {
  padding: 0;
}
.accordion-item .accordion-collapse .accordion-body .ctype-textpic .row {
  margin-block: 0;
}
.accordion-item .accordion-collapse .accordion-body .table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.accordion-item .accordion-collapse .accordion-body .table tr td {
  padding: .2rem 0;
}
@media screen and (min-width: 48em) {
  .accordion-item .accordion-collapse .accordion-body .table tr {
    display: inherit;
  }
  .accordion-item .accordion-collapse .accordion-body .table tr td {
    padding: .5rem 1.5rem;
  }
}
.accordion-item .accordion-collapse .accordion-body .table td,
.accordion-item .accordion-collapse .accordion-body .table th {
  border: unset;
}
.accordion-item .accordion-collapse .accordion-body .table a {
  color: #fc5f1a;
  text-decoration: unset;
}
.accordion-item .accordion-collapse .accordion-body .table a:hover {
  text-decoration: underline;
}
.accordion-item .accordion-collapse.collapse {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0rem 1rem 0rem 5rem;
  display: none;
}
.accordion-item .accordion-collapse.collapse .accordion-body {
  transform: translateY(-1rem);
  opacity: 0;
  transition: all .2s ease;
}
.custom-accordion {
  padding-inline: 15px;
}
.custom-accordion .accordion-item.card {
  border: unset !important;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
}
.custom-accordion .accordion-item.card .accordion-header {
  border-bottom: none;
  border-radius: 0 !important;
  padding: 1rem;
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title {
  gap: 1rem;
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .image {
  flex-basis: 30%;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: .5rem;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .custom-accordion .accordion-item.card .accordion-header .accordion-title .image {
    aspect-ratio: 1.77777778;
  }
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .image .fancybox {
  position: relative;
  z-index: 5;
  width: 2rem;
  aspect-ratio: 1;
  display: block;
  transform: translate(-100%, -100%);
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  text-decoration: unset;
  right: -100%;
  background-color: #fc5f1a;
  border-radius: .5rem 0 0 0;
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .image .fancybox .icon {
  font-size: 1rem;
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .accordion-title-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 2rem 1.5rem 1rem;
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .accordion-title-link .text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .accordion-title-link .text .accordion-title-link-text {
  font-size: 1rem;
  font-weight: normal;
  text-wrap: balance;
}
@media screen and (min-width: 48em) {
  .custom-accordion .accordion-item.card .accordion-header .accordion-title .accordion-title-link .text .accordion-title-link-text {
    font-size: 1.5rem;
  }
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .accordion-title-link .text .accordion-description-link-text {
  display: none;
  visibility: hidden;
  font-weight: normal;
}
@media screen and (min-width: 48em) {
  .custom-accordion .accordion-item.card .accordion-header .accordion-title .accordion-title-link .text .accordion-description-link-text {
    display: block;
    visibility: visible;
  }
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .accordion-title-link .accordion-title-link-state {
  flex-basis: 10%;
}
.custom-accordion .accordion-item.card .accordion-header .accordion-title .accordion-title-link:after {
  font-size: 3rem;
}
.custom-accordion .accordion-item.card .accordion-collapse .card-body {
  padding-inline: 10% 0;
  /* .tx-cart-products {
                    --gap: 2rem;
                    display: grid;

                    @media screen and (min-width: @phoneLandscapeViewportWidth) {
                        // grid-template-columns: repeat(2, 1fr);
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                    }

                    @media screen and (min-width: @tabletViewportWidth) {
                        // grid-template-columns: repeat(3, 1fr);
                        grid-template-columns: repeat(3, minmax(0, 1fr));
                    }

                    @media screen and (min-width: @tabletLandscapeViewportWidth) {
                        // grid-template-columns: repeat(4, 1fr);
                        grid-template-columns: repeat(4, minmax(0, 1fr));
                    }

                    .product--box,
                    .contact {
                        width: 100%;
                    }
                } */
}
.custom-accordion .accordion-item.card .accordion-collapse .card-body .content-element {
  margin-bottom: 2rem;
}
.custom-accordion .accordion-item.card.active {
  background-color: #f2f0f1;
}
.custom-accordion .accordion-item.card .sub {
  background-color: unset;
  --grid-template-columns: 1fr;
  --grid-gap: 2rem;
  --grid-column-start: 1;
}
@media screen and (min-width: 48em) {
  .custom-accordion .accordion-item.card .sub {
    --grid-template-columns: 1fr 3fr;
    --grid-column-start: 2;
  }
}
.custom-accordion .accordion-item.card .sub .accordion-header {
  padding-inline: 0;
  border: unset !important;
}
.custom-accordion .accordion-item.card .sub .accordion-title {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: var(--grid-gap);
}
.custom-accordion .accordion-item.card .sub .accordion-title .accordion-title-link {
  grid-column-start: var(--grid-column-start);
  padding: 0;
}
.custom-accordion .accordion-item.card .sub .accordion-title .accordion-title-link .text {
  flex-direction: row;
  gap: .6rem;
  align-items: center;
}
.custom-accordion .accordion-item.card .sub .accordion-title .accordion-title-link .text .number {
  padding: 0.1rem 0.5rem;
  background-color: #a7aaa1;
  border-radius: .3rem;
  color: #ffffff;
  font-size: 1.5rem;
}
.custom-accordion .accordion-item.card .sub .accordion-title .accordion-title-link .text .accordion-title-link-text {
  text-transform: uppercase;
  color: #ffffff;
}
.custom-accordion .accordion-item.card .sub .accordion-title .accordion-title-link:after {
  content: '+';
  font-family: monospace;
}
.custom-accordion .accordion-item.card .sub .accordion-collapse .accordion-body.card-body {
  padding-inline: 0 2rem;
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: var(--grid-gap);
}
.custom-accordion .accordion-item.card .sub .accordion-collapse .accordion-body.card-body .image {
  opacity: 0;
  aspect-ratio: 1;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .custom-accordion .accordion-item.card .sub .accordion-collapse .accordion-body.card-body .image {
    display: block;
    visibility: visible;
  }
}
.custom-accordion .accordion-item.card .sub .accordion-collapse .accordion-body.card-body .image img {
  mix-blend-mode: multiply;
  object-fit: scale-down;
}
.custom-accordion .accordion-item.card .sub .accordion-collapse.collapse:not(.show) {
  display: none;
}
.custom-accordion .accordion-item.card .sub.active .accordion-title .accordion-title-link .number {
  background-color: #fc5f1a;
}
.custom-accordion .accordion-item.card .sub.active .accordion-title .accordion-title-link .accordion-title-link-text {
  color: #fc5f1a;
}
.custom-accordion .accordion-item.card .sub.active .accordion-title .accordion-title-link:after {
  content: '-';
  font-family: monospace;
}
.custom-accordion .accordion-item.card .sub.active .image {
  opacity: 1 !important;
}
.custom-accordion .accordion-item.card .bottom {
  padding-inline: 0 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--grid-gap);
}
@media screen and (min-width: 48em) {
  .custom-accordion .accordion-item.card .bottom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.custom-accordion .accordion-item.card .bottom .files,
.custom-accordion .accordion-item.card .bottom .images,
.custom-accordion .accordion-item.card .bottom .contact {
  padding: 1rem;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  --gap: 2rem;
  width: 100%;
}
.custom-accordion .accordion-item.card .bottom .files .h4,
.custom-accordion .accordion-item.card .bottom .images .h4,
.custom-accordion .accordion-item.card .bottom .contact .h4,
.custom-accordion .accordion-item.card .bottom .files .h5,
.custom-accordion .accordion-item.card .bottom .images .h5,
.custom-accordion .accordion-item.card .bottom .contact .h5 {
  color: #fc5f1a;
}
.custom-accordion .accordion-item.card .bottom .files ul {
  padding-left: 0;
}
.custom-accordion .accordion-item.card .bottom .files ul li {
  margin-bottom: .5rem;
  list-style: none;
}
.custom-accordion .accordion-item.card .bottom .files ul li a {
  color: inherit;
  text-decoration: unset;
}
.custom-accordion .accordion-item.card .bottom .files ul li a:before {
  font-family: 'icomoon' !important;
  content: "\e91d";
  text-decoration: unset;
  margin-right: .5rem;
  font-size: 1rem;
  color: #fc5f1a;
}
.custom-accordion .accordion-item.card .bottom .images ul {
  padding-left: 0;
}
.custom-accordion .accordion-item.card .bottom .images ul li {
  margin-bottom: .5rem;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
}
.custom-accordion .accordion-item.card .bottom .images ul li svg {
  width: 1rem;
  height: 1rem;
  fill: #fc5f1a;
}
.custom-accordion .accordion-item.card .bottom .images ul li a {
  color: inherit;
  text-decoration: unset;
}
.custom-accordion .accordion-item.card .bottom .contact p {
  margin-bottom: 0.5em;
}
.custom-accordion .accordion-item.card .bottom .contact p a {
  color: inherit;
  text-decoration: unset;
}
.custom-accordion .accordion-item.card .bottom .contact p a:before {
  color: #fc5f1a;
}
.custom-accordion + .custom-accordion .accordion-header {
  border-top: 1px solid #8a948a !important;
}
.contentwrap .custom-accordeon:last-of-type .accordion-header {
  border-bottom: unset !important;
}
/* .accordion {
    .accordion-item {
        .accordion-header {
            .accordion-title {
                margin-bottom: 0;

                .accordion-title-link {
                    text-decoration: none;
                }
            }
        }

        .accordion-collapse {
            .ce-accordion-body {
                .contentheader {
                    display: none;
                    visibility: hidden;
                }
            }
        }
    }
} */
@media screen and (min-width: 48em) {
  .ctype-ce_columns2 .row > .col-md-6:first-of-type {
    padding-left: 0;
  }
  .ctype-ce_columns2 .row > .col-md-6:last-of-type {
    padding-right: 0;
  }
}
.ce-col.contact div,
.ce-col.contact section {
  padding: 0;
}
.modalBtn {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -75%);
  background: unset;
  border: unset;
  transition: all .3s ease;
}
.modalBtn .icon-play {
  font-size: 4rem;
  background-color: rgba(252, 95, 26, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: background-color 0.3s ease;
}
.modalBtn:hover {
  cursor: pointer;
}
.modalBtn:hover .icon-play {
  background-color: #fc5f1a;
}
.modal {
  display: none;
  position: fixed;
  z-index: 250;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8) !important;
  cursor: pointer;
}
.modal .modal-content {
  background-color: #1b1b1b;
  margin: 5% auto;
  padding: 20px;
  width: 70%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  /* Add Animation */
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal.show {
  display: block;
}
.modalBtn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  color: #1b1b1b;
  text-decoration: none;
}
.modalBtn:hover {
  cursor: pointer;
  text-decoration: none;
}
[id^=modal] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
[id^=modal]:target {
  display: block;
}
.popup {
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.popup .popup__overlay {
  position: fixed;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000b3;
}
.popup .popup__overlay:hover {
  cursor: pointer;
}
.popup .popup__wrapper {
  position: fixed;
  z-index: 9;
  width: 80%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 58px 32px 32px 32px;
  background: #1b1b1b;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  /* Add Animation */
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.popup .popup__wrapper .popup__close {
  position: absolute;
  top: 16px;
  right: 26px;
  text-decoration: none;
}
.popup .popup__wrapper .popup__close:hover {
  text-decoration: none;
  cursor: pointer;
}
.tx-kopfgrafik {
  position: relative;
}
.tx-kopfgrafik .top {
  position: relative;
  height: calc(80vh - calc(var(--headerHeight) / 2));
  /* .blur {
            --blur: 1.6rem;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 38cqw;
            z-index: 0;
            backdrop-filter: blur(var(--blur));
            -webkit-backdrop-filter: blur(var(--blur));
            background: rgba(255, 255, 255, 0.2);
        } */
  /* Content Position without Logos */
}
.tx-kopfgrafik .top .background {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  object-fit: cover;
}
.tx-kopfgrafik .top .background.blurry {
  filter: blur(1.5px);
}
.tx-kopfgrafik .top .man {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 15cqw;
  width: auto;
  max-height: 100%;
}
.tx-kopfgrafik .top .content {
  position: absolute;
  left: 1rem;
  z-index: 6;
  bottom: -3rem;
  /* Content Position with Logos */
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .top .content {
    left: 3rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .top .content {
    left: var(--contentLeft);
    padding: 0 5rem;
  }
}
.tx-kopfgrafik .top .content.haslogos {
  bottom: 15vw;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .top .content.haslogos {
    bottom: 5vw;
  }
}
.tx-kopfgrafik .top .content .headline,
.tx-kopfgrafik .top .content .subline {
  color: #ffffff;
}
.tx-kopfgrafik .top .content .headline {
  font-family: 'Montserat';
  font-weight: 900;
  text-transform: uppercase;
}
.tx-kopfgrafik .top .content .headline h1,
.tx-kopfgrafik .top .content .headline h2,
.tx-kopfgrafik .top .content .headline h3,
.tx-kopfgrafik .top .content .headline h4,
.tx-kopfgrafik .top .content .headline h5,
.tx-kopfgrafik .top .content .headline h6 {
  font-size: clamp(2rem,12cqw,5rem);
}
@media screen and (min-width: 30em) {
  .tx-kopfgrafik .top .content .headline h1,
  .tx-kopfgrafik .top .content .headline h2,
  .tx-kopfgrafik .top .content .headline h3,
  .tx-kopfgrafik .top .content .headline h4,
  .tx-kopfgrafik .top .content .headline h5,
  .tx-kopfgrafik .top .content .headline h6 {
    font-size: clamp(2rem,14cqw,5rem);
  }
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .top .content .headline h1,
  .tx-kopfgrafik .top .content .headline h2,
  .tx-kopfgrafik .top .content .headline h3,
  .tx-kopfgrafik .top .content .headline h4,
  .tx-kopfgrafik .top .content .headline h5,
  .tx-kopfgrafik .top .content .headline h6 {
    font-size: 5.4cqw;
    max-width: 17ch;
  }
}
.tx-kopfgrafik .top .content .subline {
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  max-width: 21ch;
  font-size: 1.5rem;
}
.tx-kopfgrafik .top .content .subline a {
  text-decoration: none;
}
.tx-kopfgrafik .top .content .subline a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tx-kopfgrafik .top .content .subline.gray a {
  color: #fc5f1a;
}
.tx-kopfgrafik .top .content .subline.gray a:hover {
  color: #fc5f1a;
}
.tx-kopfgrafik .bottom {
  transform: skewY(2deg) translateY(-2rem);
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding-block: 4rem;
  min-height: 10rem;
}
.tx-kopfgrafik .bottom .logos {
  position: relative;
  left: 0;
  display: flex;
  justify-content: start;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .bottom .logos {
    width: calc(100% - 3rem);
    left: 3rem;
    transition: unset;
    transform: skewY(-2deg);
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .bottom .logos {
    left: var(--contentLeft);
    padding-inline: 5rem;
    justify-content: space-between;
    width: calc(100vw - var(--contentLeft));
    max-width: 1500px;
  }
}
.tx-kopfgrafik .bottom .logos .image {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .bottom .logos .image {
    flex: unset;
  }
}
.tx-kopfgrafik .bottom .logos .image .logo {
  height: 6rem;
  width: auto;
  transform: skewY(-2deg);
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .bottom .logos .image .logo {
    height: 3rem;
    transform: unset;
  }
}
@media screen and (min-width: 64em) {
  .tx-kopfgrafik .bottom .logos .image .logo {
    height: 4rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .bottom .logos .image .logo {
    height: 5rem;
  }
}
.tx-kopfgrafik .bottom.orange {
  background-color: #fc5f1a;
}
.tx-kopfgrafik .bottom.gray {
  background-color: #424242;
}
.tx-kopfgrafik .line {
  display: none;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .line {
    display: block;
    position: absolute;
    left: 1rem;
    bottom: 0;
    height: 0;
    width: .5rem;
    z-index: 10;
    transition: height 1s ease .5s;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .line {
    left: 1rem;
    transform: translateX(0.5rem);
  }
}
@media screen and (min-width: 1320px) {
  .tx-kopfgrafik .line {
    left: var(--contentLeft);
  }
}
.tx-kopfgrafik .line.orange {
  background-color: #424242;
}
.tx-kopfgrafik .line.gray {
  background-color: #fc5f1a;
}
.tx-container {
  position: relative;
  margin-bottom: -5rem;
}
@media screen and (min-width: 48em) {
  .tx-container {
    margin-bottom: -10rem;
  }
}
.tx-container:after {
  content: '';
  position: absolute;
  width: calc(100% + 1rem);
  height: 3rem;
  top: 0;
  left: 0;
  transform: rotate(2deg) translate(-1rem, -100%);
}
.tx-container.black:after {
  background-color: #1b1b1b;
}
.tx-container.grey:after {
  background-color: #ececec;
}
.tx-container .image {
  width: 102vw;
  height: 600px;
  transform: rotate(2deg) translateX(-1rem);
}
.tx-container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.tx-container .items {
  display: grid;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transform: translateY(-10%);
}
@media screen and (min-width: 64em) {
  .tx-container .items {
    flex-direction: row;
    transform: translateY(-50%);
  }
}
.tx-container .items .item {
  border-radius: 1rem;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  --blur: .5rem;
  max-width: max(80%, 300px);
  margin-inline: auto;
}
@media screen and (min-width: 48em) {
  .tx-container .items .item {
    max-width: max(60%, 300px);
  }
}
@media screen and (min-width: 64em) {
  .tx-container .items .item {
    max-width: unset;
    flex: 1;
  }
}
.tx-container .items .item img,
.tx-container .items .item object {
  width: 3rem;
  aspect-ratio: 1;
  margin-bottom: 2rem;
}
.tx-container .items .item .text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tx-container .items .item a {
  font-family: 'Montserat';
  font-weight: 900;
  text-decoration: none;
  margin-top: auto;
}
.tx-container .items .item:nth-of-type(1) {
  background-color: #fc5f1a;
}
.tx-container .items .item:nth-of-type(1) svg {
  fill: #0f0f11;
}
.tx-container .items .item:nth-of-type(2) {
  background-color: #27272c;
}
.tx-container .items .item:nth-of-type(2) svg {
  fill: #fc5f1a;
}
.tx-container .items .item:nth-of-type(2) a {
  color: #fc5f1a;
}
.tx-container .items .item:nth-of-type(3) {
  background-color: #424242;
}
.tx-container .items .item:nth-of-type(3) svg .st0 {
  stroke: #ffffff;
}
.tx-container .items .item:nth-of-type(3) a {
  color: #fc5f1a;
}
.tx-container .items .item.active {
  transform: scale(1.1);
}
.tx-container .items .item.notactive {
  transform: scale(0.9);
  filter: blur(var(--blur));
}
.tx-linkbox {
  padding-block: 2rem;
}
.tx-linkbox .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --gap: 1rem;
  gap: var(--gap);
}
.tx-linkbox .items .link {
  border: 1px solid #fc5f1a;
  border-radius: 1rem;
  padding: 2rem 1rem 3rem 1rem;
  display: flex;
  gap: var(--gap);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-decoration: unset;
}
.tx-linkbox .items .link .text {
  text-transform: uppercase;
  font-weight: 900;
}
.tx-linkbox .items .link .icon {
  color: #fc5f1a;
  font-size: 5rem;
  line-height: 1rem;
  font-weight: 900;
}
.tx-nummerkreise {
  --gap: 2rem;
  padding-block: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-nummerkreise {
    --gap: 4rem;
  }
}
.tx-nummerkreise .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}
@media screen and (min-width: 48em) {
  .tx-nummerkreise .items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tx-nummerkreise .items .item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  gap: calc(var(--gap) / 2);
  container-type: inline-size;
}
.tx-nummerkreise .items .item .number {
  border: 5px solid #fc5f1a;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #424242;
  color: #fc5f1a;
  font-size: 35cqw;
  font-weight: 900;
  width: 100%;
}
.tx-nummerkreise .items .item .text {
  color: #1b1b1b;
  font-size: 1.2rem;
}
.tx-swiper {
  overflow-x: hidden;
}
.tx-swiper .swiper-wrapper .swiper-slide {
  background-color: #ffffff;
  padding: 1rem;
  height: auto;
}
.tx-abbinder {
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .tx-abbinder {
    flex-direction: row;
  }
}
.tx-abbinder .image,
.tx-abbinder .text {
  flex-basis: 50%;
}
.tx-abbinder .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-abbinder .text {
  background: #fc5f1a;
  padding: 4cqw;
  display: flex;
  flex-direction: column;
  justify-content: end;
  container-type: inline-size;
}
.tx-abbinder .text p {
  margin-bottom: 0;
  max-width: 20ch;
}
.tx-abbinder .text p:first-of-type {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  max-width: 13ch;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  .tx-abbinder .text p:first-of-type {
    font-size: 12cqw;
  }
}
@media screen and (min-width: 64em) {
  .tx-abbinder .text p:first-of-type {
    font-size: 8.2cqw;
  }
}
.tx-abbinder .text p:last-of-type {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .tx-abbinder .text p:last-of-type {
    font-size: 5.5cqw;
  }
}
@media screen and (min-width: 64em) {
  .tx-abbinder .text p:last-of-type {
    font-size: 3.6cqw;
  }
}
.tx-abbinder .text p:last-of-type a {
  color: #ffffff;
  text-decoration: unset;
}
.tx-abbinder .text p:last-of-type a:hover {
  text-decoration: underline;
}
.tx-epaper {
  padding: 4rem 2rem 1rem 2rem;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-epaper {
    transform: translateY(-11rem);
    margin-bottom: 0;
  }
}
.tx-epaper .top {
  margin-bottom: 2rem;
}
.tx-epaper .text span {
  color: #fc5f1a;
  display: block;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.2;
}
.tx-epaper .text span.title {
  font-size: 2rem;
}
.tx-epaper .bottom {
  text-align: right;
}
.tx-epaper .bottom a.pdf {
  color: #1b1b1b;
  text-decoration: unset;
}
.tx-epaper .bottom a.pdf:before {
  content: url('../img/icons/download-solid.svg');
}
.tx-timeline {
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
}
.tx-timeline .swiper-container {
  height: 100%;
  overflow: hidden;
  padding-inline: 4rem;
  position: relative;
  width: calc(100% - 4rem);
  margin-inline: auto;
}
.tx-timeline .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  align-items: stretch;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .image-title {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .image-title .item-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fc5f1a;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .image-title .image .fancybox {
  position: relative;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .image-title .image .fancybox img {
  transition: all .3s ease;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .image-title .image .fancybox svg {
  position: relative;
  left: calc(100% - 2rem);
  bottom: 2rem;
  scale: 2;
  translate: 0 0;
  transition: all .3s ease;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .image-title .image:hover {
  cursor: pointer;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .image-title .image:hover img {
  filter: brightness(50%);
  scale: 1.1;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .image-title .image:hover svg {
  scale: 3;
  translate: -50% -50%;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .divider {
  width: 100%;
  height: 4px;
  background-color: #fc5f1a;
  margin: 40px 0;
  position: relative;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .divider:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fc5f1a;
  border: 4px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .item-text {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #ffffff;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .image-title,
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide .item-text {
  padding: 0 1rem;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide.even {
  flex-direction: column-reverse;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide.even .image-title {
  flex-direction: column-reverse;
  justify-content: start;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide.even .image-title .item-title {
  margin-bottom: 1rem;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide.even .item-text {
  display: flex;
  align-items: end;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide.odd .item-title {
  margin-top: 1rem;
}
.tx-timeline .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .divider:after {
  width: 40px;
  height: 40px;
  border-color: #1b1b1b;
  left: 10px;
}
.tx-timeline .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.tx-timeline .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fc5f1a;
  opacity: 1;
  transition: all .3s ease;
}
.tx-timeline .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
  opacity: .5;
}
.tx-timeline .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: .5;
}
header.pageheader {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: var(--headerHeight);
  top: 0;
  background-color: #1b1b1b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s ease;
  /* .langmenu {
        display: none;
        visibility: hidden;
        z-index: 100;
        flex-direction: row;
        position: absolute;
        right: 3rem;
        top: 0rem;
        gap: 1rem;
        padding: .5rem 1rem;

        @media screen and (min-width:@desktopViewportWidth) {
            display: flex;
            visibility: visible;
        }

        li {
            text-transform: uppercase;
            text-decoration: unset;
            // color: @white;

            a {
                opacity: .6;
                color: transparent;
            }

            &.active {

                a {
                    opacity: 1;
                    // font-weight: bold;

                }
            }

            &:hover {
                a {
                    opacity: 1;
                }
            }

            &.flag {

                .flag-de {
                    background-image: url(../flags/de.svg);
                    background-size: 100%;
                }

                .flag-gb {
                    background-image: url(../flags/gb.svg);
                    background-size: 100%;
                }
            }
        }
    } */
}
header.pageheader .top {
  display: none;
  justify-content: flex-end;
  padding: .2rem 1rem;
  transition: all .3s ease;
}
@media screen and (min-width: 48em) {
  header.pageheader .top {
    display: flex;
  }
}
header.pageheader .top .contact {
  transition: all .3s ease;
  z-index: 999;
}
header.pageheader .top .contact a {
  color: #fc5f1a;
  text-decoration: unset;
  font-weight: 900;
  font-size: 1.5rem;
}
header.pageheader .top .contact svg {
  width: 3rem;
  fill: #fc5f1a;
  transform: translate(1rem, 0.2rem);
}
header.pageheader .bottom {
  padding-bottom: 1rem;
  transform: translateY(20%);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 48em) {
  header.pageheader .bottom {
    transform: translateY(0);
  }
}
header.pageheader .bottom .container {
  display: flex;
  flex-direction: column;
}
header.pageheader .bottom .container .navbar-brand {
  width: 130px;
  padding-block: 0;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  header.pageheader .bottom .container .navbar-brand {
    width: 290px;
    align-self: center;
    transform: translateY(-0.6rem);
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .bottom .container .navbar-brand {
    transform: unset;
  }
}
header.pageheader .bottom .container .navbar-brand svg .cls-1 {
  fill: #ffffff;
}
header.pageheader .bottom .container #mainmenu {
  display: none;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .bottom .container #mainmenu {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
}
header.pageheader .bottom .container #mainmenu .nav-item .nav-link {
  position: relative;
  text-decoration: unset;
  font-weight: 900;
  padding-right: 1.1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: fit-content;
}
header.pageheader .bottom .container #mainmenu .nav-item .nav-link:after {
  content: '»';
  position: absolute;
  right: 0;
  color: #fc5f1a;
  border: unset;
}
header.pageheader .bottom .container #mainmenu .nav-item .dropdown-menu {
  background: unset;
  border: unset;
  min-width: unset;
  position: absolute;
  margin: 0;
}
header.pageheader .bottom .container #mainmenu .nav-item .dropdown-menu .nav-link {
  width: fit-content;
  background-color: #424242;
  color: #ffffff;
  transition: all .3s ease;
  padding: .5rem 1.5rem .5rem 1rem;
  margin-bottom: .1rem;
  font-size: .9rem;
}
header.pageheader .bottom .container #mainmenu .nav-item .dropdown-menu .nav-link:after {
  right: .5rem;
}
header.pageheader .bottom .container #mainmenu .nav-item .dropdown-menu .nav-link:hover {
  transform: translateX(1rem);
  color: #fc5f1a;
}
header.pageheader .bottom .container #mainmenu .nav-item .dropdown-menu .nav-link.active {
  color: #fc5f1a;
}
header.pageheader .bottom .container #mainmenu .nav-item.active > .nav-link {
  color: #fc5f1a;
}
header.pageheader .bottom .container #mainmenu .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
header.pageheader .navbar {
  height: 100%;
  justify-content: start;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: fit-content;
  /* .mainbar {
            ul {
                padding: 10px 0;
                transition: all .3s ease-in-out;
                padding-left: 0;
                list-style: none;
            }

            li {
                padding-left: 4rem;

                a {
                    font-size: 1.5rem;
                    color: @white;
                    font-weight: 300;
                    transition: all .3s ease-in-out;
                    padding-left: 1rem;
                    padding-right: 1rem;
                    text-align: center;
                    text-decoration: none;
                }

                &.active,
                &:hover {
                    >a {
                        color: @text;
                        // font-weight: 700;
                    }
                }
            }

            .dropdown-menu {
                // .bdrs(0);
                min-width: 20rem;
                // .bxsh(0 2px 4px 3px fade(@black, 5%));
                border: none;

                a {
                    font-size: 1rem;
                    .specialfont;
                    font-weight: 700;

                    &.active {
                        color: @keycolor1  !important;
                        background-color: @white;
                    }

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


            padding: 20px 0;

            li {
                // border-top: 1px solid fade(@white, 50%);

                a {
                    text-align: center;
                    // font-size: 2rem;
                }

                &.trenner {
                    border: none;
                }
            }

            .dropdown.show {
                background: #efefef;
            }

            .dropdown-menu {

                // .bxsh(none);

                a {
                    font-size: 1.25rem;

                    &.active {
                        color: @keycolor1;

                        &:hover {
                            color: @white;
                        }
                    }
                }
            }

        } */
}
@media screen and (min-width: 30em) {
  header.pageheader .navbar {
    background-color: unset;
  }
}
header.pageheader .navbar .nav-link.form {
  position: absolute;
  right: 4.7rem;
  text-decoration: unset;
  font-size: 1.4rem;
  display: flex;
  padding: 0.25rem;
  z-index: 1001;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar .nav-link.form {
    right: 5.5rem;
  }
}
header.pageheader .navbar .nav-link.form svg {
  width: 1.3rem;
  fill: #ffffff;
  transition: all .3s ease;
}
header.pageheader .navbar .navbar-toggle {
  position: absolute;
  right: 2rem;
  cursor: pointer;
  z-index: 102;
  transition: all .3s ease;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar .navbar-toggle {
    transform: translateY(1.3rem);
    right: 1rem;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar .navbar-toggle {
    display: none;
    visibility: hidden;
  }
}
header.pageheader .navbar .navbar-toggle svg {
  fill: #fc5f1a;
}
header.pageheader .navbar .navbar-toggle svg #navbar-toggler-icon--top,
header.pageheader .navbar .navbar-toggle svg #navbar-toggler-icon--bottom,
header.pageheader .navbar .navbar-toggle svg #navbar-toggler-icon--middle {
  transition: all .3s ease;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header.pageheader .navbar .navbar-nav {
  flex-direction: row;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar .navbar-nav {
    display: flex;
    visibility: visible;
    width: 100%;
  }
}
header.pageheader .navbar .navbar-nav .nav-item {
  position: relative;
}
header.pageheader .navbar .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  margin-inline: 1rem;
  padding: 0 0 .3rem 0;
  font-size: .9rem;
  color: #ffffff;
  text-transform: uppercase;
  transition: border-bottom 0.3s ease, color 0.3s ease;
}
header.pageheader .navbar .navbar-nav .nav-item .nav-link:after {
  visibility: hidden;
  display: none;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #424242;
  border-top: 3px solid #fc5f1a;
  border-radius: unset;
  position: absolute !important;
  margin-top: 0;
  padding: 0;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #ffffff;
  font-size: .9rem;
  margin-inline: 0 !important;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu .nav-link.active {
  font-weight: bold;
}
header.pageheader .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
header.pageheader .navbar .navbar-nav .nav-item.active > .nav-link {
  font-weight: bold;
}
header.pageheader .navbar .navbar-nav .nav-item.active svg {
  fill: #fc5f1a;
}
header.pageheader .navbar .navbar-nav .nav-item.show .nav-link {
  font-weight: bold;
}
header.pageheader .navbar .navbar-nav .nav-item.show svg {
  fill: #fc5f1a;
}
header.pageheader .navbar .navbar-nav .nav-item:hover svg {
  fill: #fc5f1a;
}
header.pageheader .navbar #mainmenupanel {
  position: fixed;
  height: 100vh;
  width: 25vw;
  min-width: 300px;
  top: 0;
  background-color: #fc5f1a;
  z-index: 101;
  padding: 7rem 0 1rem 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar #mainmenupanel {
    width: 50vw;
    max-width: 450px;
    padding-top: 9rem;
  }
}
header.pageheader .navbar #mainmenupanel.left {
  left: 0;
  transform: translateX(-100%);
}
header.pageheader .navbar #mainmenupanel.left .langmenu {
  right: 0;
}
header.pageheader .navbar #mainmenupanel.right {
  right: 0;
  transform: translateX(100%);
}
header.pageheader .navbar #mainmenupanel.right .langmenu {
  left: 0;
}
header.pageheader .navbar #mainmenupanel .social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem 0;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding-inline: 10%;
  /* .linebreak {
                    flex-basis: 100%;
                    width: 0;
                    height: 1rem;
                    display: block;
                } */
}
header.pageheader .navbar #mainmenupanel .social li {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-inline: .2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
header.pageheader .navbar #mainmenupanel .social li.item3 {
  margin-right: 1rem;
}
header.pageheader .navbar #mainmenupanel .social li .sociallink {
  color: #ffffff;
  text-decoration: unset;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.pageheader .navbar #mainmenupanel .social li .sociallink .icon {
  color: #ffffff;
  margin: 0;
  font-size: .8rem;
}
header.pageheader .navbar #mainmenupanel .social li .sociallink svg {
  fill: #ffffff;
  height: 1rem;
}
header.pageheader .navbar #mainmenupanel .social li:hover {
  background-color: #ffffff;
  color: #fc5f1a;
}
header.pageheader .navbar #mainmenupanel .social li:hover .icon {
  color: #fc5f1a;
}
header.pageheader .navbar #mainmenupanel .social li:hover svg {
  fill: #fc5f1a;
}
header.pageheader .navbar #mainmenupanel .mainbar {
  padding-inline: 1rem;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar #mainmenupanel .mainbar {
    padding-inline: 2rem;
  }
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav {
  display: flex;
  visibility: visible;
  flex-direction: column;
  align-items: end;
  padding: 0;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item {
  padding-left: 2rem;
  width: 100%;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link {
  border: unset;
  padding: .5rem 0;
  font-size: 1rem;
  margin-inline: 0;
  margin-block: .4rem;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  text-decoration: unset;
  text-align: right;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link,
  header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link {
    font-size: 1.1rem;
  }
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:after,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link:after {
  display: inline-block;
  visibility: visible;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:hover .dropdown,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link:hover .dropdown {
  position: static;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: '+';
  position: absolute;
  left: 0;
  border: unset;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu {
  background-color: unset;
  width: 100%;
  min-width: unset;
  border-top: unset;
  position: unset !important;
  display: none;
  visibility: hidden;
  border: unset;
  height: 0;
  transition: all 0.3s ease-in-out;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #ffffff;
  width: 100%;
  font-size: .9rem;
  font-weight: normal;
  text-align: right;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active > .nav-link {
  font-family: 'Montserat';
  font-weight: 900;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link {
  font-family: 'Montserat';
}
 > header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link.active,
 > header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link:hover {
  font-family: 'Montserat';
  font-weight: 900;
  color: #ffffff !important;
  background-color: unset !important;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .mainmenu-link,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item:hover .mainmenu-link,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .footermenu-link,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item:hover .footermenu-link {
  color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item:hover .dropdown-menu .nav-link {
  color: #ffffff;
  font-weight: unset;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show > .nav-link {
  text-align: right;
  margin: 0;
  font-weight: 900;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show > .nav-link:after {
  transform: rotate(45deg);
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show .dropdown-menu {
  display: block;
  visibility: visible;
  position: absolute;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  height: 100%;
  padding-block: 1rem;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show .dropdown-menu .nav-link {
  color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show .dropdown-menu .nav-link.active,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show .dropdown-menu .nav-link:hover {
  font-weight: 900;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav.mainmenu,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav.footermenu {
  border-bottom: 1px solid #ffffff;
}
header.pageheader .navbar #mainmenupanel .contact {
  margin: .5rem 0;
  padding-inline: 2rem 1rem;
  padding-block: 1rem;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar #mainmenupanel .contact {
    padding-inline: 2rem 2rem;
  }
}
header.pageheader .navbar #mainmenupanel .contact p {
  text-align: right;
}
header.pageheader .navbar #mainmenupanel .contact .btn {
  display: flex;
  flex: 1;
  justify-content: center;
  margin: 0 .4rem;
  background: #8b9cb9;
  border-radius: unset;
}
header.pageheader .navbar #mainmenupanel .contact .btn svg {
  height: 1.5em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #ffffff;
}
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: #ffffff;
  font-size: 1rem;
  padding: 0.5rem;
}
header.pageheader .navbar .topbar a {
  color: #fdfdfd;
  padding: 0;
}
header.pageheader .navbar .topbar .buttonlink {
  color: #ffffff;
  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: #ffffff;
}
header.pageheader .dw {
  --height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28vw;
  height: var(--height);
  background: #424242;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transition: all 0.45s ease-in-out;
}
@media screen and (min-width: 48em) {
  header.pageheader .dw {
    --height: 60px;
    width: 22vw;
  }
}
header.pageheader .dw img {
  width: 100%;
  height: auto;
}
header.pageheader .dw:before {
  position: absolute;
  content: '';
  left: 0;
  width: var(--height);
  height: var(--height);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #424242;
  transform: translateX(-100%);
}
.showNav header.pageheader .navbar #form_kesearch_pi1_navbar,
.showNav header.pageheader .navbar .nav-link.form {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .showNav header.pageheader .navbar .navbar-toggle {
    right: 2rem;
  }
}
.showNav header.pageheader .navbar .navbar-toggle svg {
  fill: #ffffff !important;
}
.showNav header.pageheader .navbar .navbar-toggle svg #navbar-toggler-icon--middle {
  transform: scaleX(0.5);
  transform-origin: right;
}
.showNav header.pageheader .navbar #mainmenupanel {
  transform: translateX(0);
}
.folgeseite header.pageheader .navbar .navbar-nav,
.produkte header.pageheader .navbar .navbar-nav,
.folgeseite header.pageheader .navbar .breadcrumb,
.produkte header.pageheader .navbar .breadcrumb {
  align-self: end;
}
.scrollheader header.pageheader {
  --headerHeight: 60px;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader {
    --headerHeight: 80px;
  }
}
@media screen and (min-width: 78.75em) {
  .scrollheader header.pageheader {
    --headerHeight: 100px;
  }
}
.scrollheader header.pageheader .top .contact {
  scale: .8;
  translate: -10% 20%;
}
.scrollheader header.pageheader .top .contact .number {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  .scrollheader header.pageheader .top .contact .number {
    display: inline;
    visibility: visible;
  }
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .top .contact {
    translate: -5rem 0.7rem;
  }
}
@media screen and (min-width: 992px) {
  .scrollheader header.pageheader .top .contact {
    translate: -5rem 0.3rem;
  }
}
@media screen and (min-width: 78.75em) {
  .scrollheader header.pageheader .top .contact {
    translate: 0 0;
    scale: .7;
  }
}
.scrollheader header.pageheader .bottom {
  transform: translateY(30%);
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .bottom {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .scrollheader header.pageheader .bottom {
    transform: translateY(-60%);
  }
}
@media screen and (min-width: 78.75em) {
  .scrollheader header.pageheader .bottom {
    transform: translateY(-50%);
  }
}
.scrollheader header.pageheader .bottom .navbar-brand {
  transform: translateY(-0.7rem);
}
.scrollheader header.pageheader .bottom .navbar-brand svg .cls-1 {
  fill: #fc5f1a;
}
@media screen and (min-width: 768px) {
  .scrollheader header.pageheader .bottom .navbar-brand {
    transform: translateY(-0.5rem);
  }
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .bottom .navbar-brand {
    width: 140px;
  }
}
@media screen and (min-width: 78.75em) {
  .scrollheader header.pageheader .bottom .navbar-brand {
    transform: translateY(0rem);
  }
}
.scrollheader header.pageheader .navbar {
  top: 0;
  height: 60px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar {
    height: 80px;
    align-content: center;
  }
}
.scrollheader header.pageheader .navbar .social .sociallink svg {
  fill: #fc5f1a;
}
.scrollheader header.pageheader .navbar .navbar-form .input-group {
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
}
.scrollheader header.pageheader .navbar .navbar-form .input-group .input-group-btn button[type="submit"] {
  color: #fc5f1a;
}
.scrollheader header.pageheader .navbar .navbar-form .input-group .input-group-btn button[type="submit"] {
  color: #fc5f1a;
}
.scrollheader header.pageheader .navbar .nav-link.form svg {
  fill: #fc5f1a;
}
.scrollheader header.pageheader .navbar .navbar-toggle {
  transform: translateY(0rem);
}
.scrollheader header.pageheader .navbar .navbar-toggle svg {
  fill: #fc5f1a;
}
.scrollheader header.pageheader .dw {
  transform: translateX(150%) translateY(100%);
}
.scrollheader header.pageheader #mainmenupanel {
  padding-top: 69px;
}
.scrollheader.showNav header.pageheader .navbar .social .sociallink svg {
  fill: #ffffff;
}
.bottommenu {
  z-index: 2001;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #39536b;
  -webkit-box-shadow: 0 0 10px rgba(27, 27, 27, 0.2);
  box-shadow: 0 0 10px rgba(27, 27, 27, 0.2);
}
@media screen and (min-width: 768px) {
  .bottommenu {
    display: none;
  }
}
.bottommenu .bottomLink {
  height: 100%;
  width: 16.666%;
  display: block;
  float: left;
  text-align: center;
  border-right: 1px solid #42607c;
}
.bottommenu .bottomLink:hover {
  background-color: #42607c;
}
.bottommenu .bottomLink:last-child {
  border: none;
}
.bottommenu .bottomLink img,
.bottommenu .bottomLink svg {
  height: 20px;
  width: auto;
  margin: 15px auto;
  position: relative;
}
.bottommenu .bottomLink span {
  display: none;
}
.footer-info {
  padding-block: 2rem;
}
.footer-info .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1070px;
}
@media screen and (min-width: 48em) {
  .footer-info .container {
    gap: 3rem;
  }
}
.footer-info .container .partA {
  display: flex;
  flex-direction: column;
  min-width: fit-content;
  align-items: center;
}
.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: #424242;
  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: #fc5f1a;
}
.footer-info .container .partA .meta a {
  text-decoration: none;
  display: inline-block;
}
.footer-info .container .partA .meta .footermenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1rem;
}
.footer-info .container .partA .meta .footermenu > * + * {
  border-left: 1px solid #ffffff;
}
.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: #ffffff;
}
.footer-info .container .partA .meta .footermenu .nav-item a:hover {
  color: #fc5f1a;
}
.footer-info .container .partA .footerlogo {
  width: 100%;
  max-width: 120px;
  display: inline-block;
  margin-bottom: .5rem;
  padding: 0;
  height: auto;
}
@media screen and (min-width: 48em) {
  .footer-info .container .partA .footerlogo {
    max-width: 230px;
  }
}
.footer-info .container .partA .footerlogo img {
  width: 100%;
  height: auto;
}
.footer-info .container .partA .contact {
  border-bottom: 1px solid #fc5f1a;
}
.footer-info .container .partA .contact a {
  color: #fc5f1a;
}
.footer-info .container .partA .text p {
  font-size: 0.8rem;
}
.footer-info .container .partA .contact,
.footer-info .container .partA .text {
  text-align: center;
  margin-bottom: 1rem;
}
.footer-info .container .partB {
  width: 100%;
}
.footer-info .container .partB p {
  font-size: .7rem;
}
.footer-info .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 .social {
    display: block;
    visibility: visible;
  }
}
.footer-info .social li {
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.footer-info .social li.item1 {
  z-index: 1;
  top: -40px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.footer-info .social li.item2 {
  z-index: 2;
  top: -30px;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.footer-info .social li.item3 {
  z-index: 3;
  top: -20px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.footer-info .social li.item4 {
  z-index: 4;
  top: -10px;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.footer-info .social li.item5 {
  z-index: 5;
}
.footer-info .social .sociallink {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem;
  text-decoration: unset;
  background-color: #fc5f1a;
  border-radius: .3rem;
}
@media screen and (min-width: 20em) {
  .footer-info .social .sociallink {
    margin: 0.2rem;
  }
}
@media screen and (min-width: 48em) {
  .footer-info .social .sociallink {
    margin: 0.4rem;
  }
}
@media screen and (min-width: 64em) {
  .footer-info .social .sociallink {
    margin: 0.5rem;
  }
}
.footer-info .social .sociallink .icon {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-info .social .sociallink img {
  height: 30px;
  width: auto;
}
.footer-info .social .sociallink svg {
  height: 1.5rem;
  fill: #ffffff;
}
.footer-info .social .sociallink.mail img {
  height: 23px;
}
.footer-info .social .sociallink.phone {
  background-color: #fc5f1a;
}
.footer-info .social .sociallink.mail {
  background-color: #424242;
}
.footer-info .social .sociallink.location {
  background-color: #0F9D58;
}
.footer-info .social .sociallink.facebook {
  background-color: #39569c;
}
.footer-info .social .sociallink.linkedin {
  background-color: #0e76a8;
}
.footer-info .social:hover li {
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
}
.footer-info .social:hover li.item1 {
  top: calc(80px * -4);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.footer-info .social:hover li.item2 {
  top: calc(80px * -3);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.footer-info .social:hover li.item3 {
  top: calc(80px * -2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.footer-info .social:hover li.item4 {
  top: calc(80px * -1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
textarea {
  height: 170px !important;
}
form {
  --gap: 1rem;
}
form .form-group {
  float: left;
}
form .form-group:has(input) {
  width: 100%;
  margin-right: 2rem;
}
form .form-group:has(input):nth-of-type(odd) {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  form .form-group:has(input) {
    width: calc(50% - var(--gap));
  }
}
form .form-group:has(select),
form .form-group:has(textarea) {
  width: 100%;
  margin-right: 2rem;
}
form .form-group:has(textarea) {
  float: unset;
}
form .form-group:has(input[type="date"]) {
  width: 100%;
  margin-right: 2rem;
}
form .form-group:has(input[type="date"]):nth-of-type(odd) {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  form .form-group:has(input[type="date"]) {
    width: calc(50% - var(--gap));
  }
}
form .form-group .form-label {
  display: none;
  visibility: hidden;
}
form .form-group .checkbox .form-check {
  padding-left: 0;
}
form .form-group .checkbox label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
form .form-group .checkbox label input[type="checkbox"] {
  width: calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
}
form .form-group .checkbox label span {
  line-height: 1;
}
form fieldset.form-group {
  float: unset;
}
form .actions {
  float: left;
}
form#mieten-358 .form-group {
  float: left;
}
form#mieten-358 .form-group:has(input[type="date"]) {
  width: 100%;
  margin-right: 2rem;
}
form#mieten-358 .form-group:has(input[type="date"]):nth-of-type(even) {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  form#mieten-358 .form-group:has(input[type="date"]) {
    width: calc(50% - var(--gap));
  }
}
form#mieten-358 .form-group .checkbox .form-check {
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  form#mieten-358 .form-group .checkbox .form-check {
    padding-left: 2rem;
  }
}
.news .article .news-img-wrap {
  float: unset !important;
  background: unset !important;
  width: 100%;
}
.news .article .news-img-wrap a {
  border: unset !important;
  background: unset !important;
  padding: 0 !important;
}
.frame-default .news-list-view .article .teaser-text .header span {
  color: #fc5f1a;
}
.news-list-view,
.news-single {
  padding-block: 50px;
}
.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 h2,
.news-single h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 50px;
}
.news-list-view h3,
.news-single h3 {
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 32px;
  margin-bottom: px;
  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;
  }
}
.news-single {
  padding-block: 50px;
}
@media screen and (min-width: 48em) {
  .news-single {
    padding-block: 50px 100px;
    padding-inline: calc(2rem - 30px);
  }
}
.news-list-view .article:last-of-type {
  padding-bottom: 1rem !important;
}
.news-list-view .article .teaser-text {
  margin: 0;
}
.news-list-view .article .teaser-text .header a {
  min-height: 2lh;
  display: inline-block;
  text-decoration: unset;
}
.news-list-view .article .teaser-text .more {
  text-decoration: unset;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  transition: all .3s ease;
}
.news-list-view .article .teaser-text .more:hover {
  background: #fc5f1a;
  color: #ffffff;
}
.news-list-view .article .news-img-wrap {
  margin: 0;
}
.news-list-view .article .news-img-wrap a {
  padding: unset;
  border: unset;
  background: unset;
}
.news-list-view .article .news-img-wrap a img {
  max-width: 100%;
}
.news-list-view .article .news-img-wrap img {
  max-width: 100%;
}
.news-list-view .f3-widget-paginator {
  text-align: center;
}
.news-list-view.template13,
.news-list-view.template14,
.news-list-view.template15 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: start;
  --gap: 1rem;
  --borderRadius: .5rem;
  gap: var(--gap);
}
.news-list-view.template13 .article,
.news-list-view.template14 .article,
.news-list-view.template15 .article {
  background-color: #ffffff;
  padding: 2rem 1.5rem 1rem 1.5rem;
  margin-bottom: 0;
  flex-basis: 100%;
  border-radius: var(--borderRadius);
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.6s ease-in-out;
}
.news-list-view.template13 .article:nth-child(-n+4),
.news-list-view.template14 .article:nth-child(-n+4),
.news-list-view.template15 .article:nth-child(-n+4) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 48em) {
  .news-list-view.template13 .article,
  .news-list-view.template14 .article,
  .news-list-view.template15 .article {
    flex-basis: calc(50% - var(--gap));
  }
}
@media screen and (min-width: 78.75em) {
  .news-list-view.template13 .article,
  .news-list-view.template14 .article,
  .news-list-view.template15 .article {
    flex-basis: calc(33.333333% - var(--gap));
  }
  .news-list-view.template13 .article:nth-child(-n+6),
  .news-list-view.template14 .article:nth-child(-n+6),
  .news-list-view.template15 .article:nth-child(-n+6) {
    opacity: 1;
    transform: translateY(0);
  }
}
.news-list-view.template13 .article .teaser-text,
.news-list-view.template14 .article .teaser-text,
.news-list-view.template15 .article .teaser-text {
  color: #1b1b1b;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-list-view.template13 .article .teaser-text .header,
.news-list-view.template14 .article .teaser-text .header,
.news-list-view.template15 .article .teaser-text .header {
  margin-bottom: var(--gap);
}
.news-list-view.template13 .article .teaser-text .header a,
.news-list-view.template14 .article .teaser-text .header a,
.news-list-view.template15 .article .teaser-text .header a {
  color: #fc5f1a;
}
.news-list-view.template13 .article .teaser-text .news-img-wrap,
.news-list-view.template14 .article .teaser-text .news-img-wrap,
.news-list-view.template15 .article .teaser-text .news-img-wrap {
  aspect-ratio: 1.33333333;
  margin: 0;
  margin-bottom: var(--gap);
}
.news-list-view.template13 .article .teaser-text .news-img-wrap a,
.news-list-view.template14 .article .teaser-text .news-img-wrap a,
.news-list-view.template15 .article .teaser-text .news-img-wrap a {
  width: 100%;
  height: 100%;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.news-list-view.template13 .article .teaser-text .news-img-wrap a img,
.news-list-view.template14 .article .teaser-text .news-img-wrap a img,
.news-list-view.template15 .article .teaser-text .news-img-wrap a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
.news-list-view.template13 .article .teaser-text .news-img-wrap img,
.news-list-view.template14 .article .teaser-text .news-img-wrap img,
.news-list-view.template15 .article .teaser-text .news-img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
.news-list-view.template13 .article .teaser-text .teaser,
.news-list-view.template14 .article .teaser-text .teaser,
.news-list-view.template15 .article .teaser-text .teaser {
  margin-bottom: 1rem;
}
.news-list-view.template13 .article .teaser-text .teaser p,
.news-list-view.template14 .article .teaser-text .teaser p,
.news-list-view.template15 .article .teaser-text .teaser p {
  margin-bottom: 0;
}
.news-list-view.template13 .article .teaser-text .more,
.news-list-view.template14 .article .teaser-text .more,
.news-list-view.template15 .article .teaser-text .more {
  color: #fc5f1a;
  margin-bottom: 0;
  width: fit-content;
  margin-top: auto;
  font-weight: 900;
  padding: 0;
}
.news-list-view.template13 .article .teaser-text .more:hover,
.news-list-view.template14 .article .teaser-text .more:hover,
.news-list-view.template15 .article .teaser-text .more:hover {
  background: unset;
  text-decoration: underline;
}
.news-list-view.template13 .article.show,
.news-list-view.template14 .article.show,
.news-list-view.template15 .article.show {
  transform: translateY(0);
  opacity: 1;
}
.news-list-view.template13 .article:hover .news-img-wrap a img,
.news-list-view.template14 .article:hover .news-img-wrap a img,
.news-list-view.template15 .article:hover .news-img-wrap a img {
  transform: scale(1.1);
}
.news-list-view.template14 .news-related-links,
.news-list-view.template15 .news-related-links {
  padding-inline: 0;
  width: 100%;
  padding: 0;
  border: 0;
  margin-top: 2rem;
}
.news-list-view.template14 .news-related-links ul,
.news-list-view.template15 .news-related-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.news-list-view.template14 .news-related-links ul li,
.news-list-view.template15 .news-related-links ul li {
  padding-inline: .5rem;
  border-right: 1px solid #1b1b1b;
}
.news-list-view.template14 .news-related-links ul li a,
.news-list-view.template15 .news-related-links ul li a {
  color: #5e5e5e;
  text-decoration: unset;
  display: flex;
  align-items: center;
  gap: .3rem;
  font-size: 0.9rem;
}
.news-list-view.template14 .news-related-links ul li a:hover,
.news-list-view.template15 .news-related-links ul li a:hover {
  color: #fc5f1a;
}
.news-list-view.template14 .news-related-links ul li a:hover:before,
.news-list-view.template15 .news-related-links ul li a:hover:before {
  color: inherit;
}
.news-list-view.template14 .news-related-links ul li a.pdf:before,
.news-list-view.template15 .news-related-links ul li a.pdf:before {
  content: url('../img/icons/download-solid.svg');
}
.news-list-view.template14 .news-related-links ul li a.offer:before,
.news-list-view.template15 .news-related-links ul li a.offer:before {
  content: url('../img/icons/file-regular.svg');
}
.news-list-view.template14 .news-related-links ul li a.rent:before,
.news-list-view.template15 .news-related-links ul li a.rent:before {
  content: url('../img/icons/calendar-days-regular.svg');
}
.news-list-view.template14 .news-related-links ul li:last-of-type,
.news-list-view.template15 .news-related-links ul li:last-of-type {
  border-right: unset;
}
.news-list-view.template15 .news-img-wrap {
  aspect-ratio: 1.33333333;
  margin: 0;
  margin-bottom: var(--gap);
  width: 100%;
  height: 100%;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.news-list-view.template15 .news-img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-list-view.template15 .news-bodytext a {
  color: #fc5f1a;
}
.news-single .article {
  color: #1b1b1b;
  --gap: 1rem;
}
.news-single .article .news-related-links {
  padding-inline: 0;
}
.news-single .article .news-related-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.news-single .article .news-related-links ul li {
  padding-inline: .8rem;
}
.news-single .article .news-related-links ul li:first-of-type {
  padding-left: 0;
}
.news-single .article .news-related-links ul li a {
  color: #5e5e5e;
  text-decoration: unset;
  display: flex;
  align-items: center;
  gap: .3rem;
}
.news-single .article .news-related-links ul li a:hover {
  color: #fc5f1a;
}
.news-single .article .news-related-links ul li a:hover:before {
  color: inherit;
}
.news-single .article .news-related-links ul li a.pdf:before {
  content: url('../img/icons/download-solid.svg');
}
.news-single .article .news-related-links ul li a.offer:before {
  content: url('../img/icons/file-regular.svg');
}
.news-single .article .news-related-links ul li a.rent:before {
  content: url('../img/icons/calendar-days-regular.svg');
}
.news-single .article .news-related-links ul li + li {
  border-left: 1px solid #000000;
}
.news-single .article .head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .news-single .article .head {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2rem;
  }
}
.news-single .article .head .left {
  flex: 0 0 60%;
}
@media screen and (min-width: 48em) {
  .news-single .article .head .left {
    flex: 0 0 80%;
  }
}
.news-single .article .head .left .contentheader {
  margin-bottom: 1rem;
}
.news-single .article .head .left .contentheader .contenttitle {
  font-weight: 900;
  color: #1b1b1b;
  line-height: 1;
  font-size: 3.5rem;
  margin-block: 0;
}
.news-single .article .content {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .news-single .article .content {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.news-single .article .content .left {
  padding-right: var(--gap);
}
@media screen and (min-width: 48em) {
  .news-single .article .content .left {
    flex: 0 0 33%;
    border-right: 1px solid #fc5f1a;
    border-bottom: unset;
  }
}
.news-single .article .content .left .contentheader {
  margin-bottom: 1rem;
}
.news-single .article .content .left .contentheader .contenttitle {
  font-size: 1rem;
  font-weight: 900;
  margin-block: 0;
}
.news-single .article .content .left p:last-child {
  margin-bottom: 0;
}
.news-single .article .content .left ul,
.news-single .article .content .left p {
  margin-bottom: 2rem;
}
.news-single .article .content .right {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.news-single .article .content .right .news-img-wrap {
  margin-left: 0;
  width: 100%;
}
.news-single .article .content .right .news-img-wrap img {
  width: 100%;
}
.news-single .article .content .right .news-text-wrap p .h2.detail {
  color: #fc5f1a;
  font-size: 1rem !important;
  font-weight: 900;
  margin-block: 0;
  line-height: 1;
  text-transform: uppercase;
}
.news-single .article .content .right .news-text-wrap ul {
  margin-bottom: 2rem;
}
.news-single .article .content .right .mediaelement.mediaelement-slider {
  max-width: 1320px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.news-single .article .content .right .mediaelement.mediaelement-slider .swiper {
  position: relative;
}
.news-single .article .content .right .mediaelement.mediaelement-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fc5f1a;
}
.news-single .article .content .right .news-backlink-wrap {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .news-single .article .content .right .news-backlink-wrap {
    display: block;
    visibility: visible;
  }
}
.news-single .article .content.split .right {
  order: 1;
  min-width: 0;
}
@media screen and (min-width: 48em) {
  .news-single .article .content.split .right {
    padding-left: var(--gap);
    order: 2;
  }
}
.news-single .article .content.split .right .contentheader {
  margin-bottom: 0;
}
.news-single .article .content.split .right .contentheader h2 {
  color: #fc5f1a;
  font-size: 1rem !important;
  font-weight: 900;
  margin-block: 0;
  line-height: 1;
  text-transform: uppercase;
}
.news-single .article .content.split .left {
  order: 2;
}
@media screen and (min-width: 48em) {
  .news-single .article .content.split .left {
    order: 1;
  }
}
@media screen and (min-width: 48em) {
  .news-single .article .news-backlink-wrap {
    display: none;
    visibility: hidden;
  }
}
.news-related {
  width: unset !important;
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 56px;
  font-family: 'Montserat';
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 0.7em;
  font-weight: 700;
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-family: 'Montserat';
  font-weight: 900;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.news #categoryDropdown {
  --size: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  border: 1px solid #fc5f1a;
  border-radius: var(--size);
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: .5rem;
  width: var(--size);
  height: var(--size);
  transform: translateY(-2px);
  background-size: 3rem;
}
.news #categoryDropdown:hover {
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .news #categoryDropdown {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .news #categoryDropdown {
    --size: 68px;
    width: calc(var(--size) * 2);
    height: var(--size);
    transform: translateY(-2px);
    background-size: 3rem;
  }
}
.news #selectedCategoryTitle {
  font-size: 1rem;
  font-weight: 900;
  color: #1b1b1b;
  text-transform: uppercase;
  padding: .5rem 1rem;
  border: 1px solid #fc5f1a;
  border-radius: 2rem;
}
@media screen and (min-width: 48em) {
  .news #selectedCategoryTitle {
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}
.news-backlink-wrap .btn {
  margin: 0;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-browsebox {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox label {
  min-width: 200px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  display: inline-block;
  width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit label {
  display: none;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-sword {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px 15px;
  border: none;
  background-color: #ccc;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-for {
  clear: both;
}
@media screen and (min-width: 640px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    width: 40%;
    float: left;
  }
}
.tx-indexedsearch-rules {
  padding: 20px;
  margin: 20px 0;
  background-color: #efefef;
}
.tx-indexedsearch-rules h2 {
  margin-bottom: 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.tx-indexedsearch-res .tx-indexedsearch-info > * {
  display: inline-block;
}
.swiper.simpleSlideshow {
  width: 100%;
  height: 100%;
}
.swiper.simpleSlideshow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper.simpleSlideshow .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.simpleSlideshow .swiper-button-next,
.swiper.simpleSlideshow .swiper-button-prev {
  color: #fc5f1a;
}
.swiper.simpleSlideshow .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fc5f1a;
}
.tx-swiper .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 1rem;
}
.tx-swiper .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-swiper .swiper-container .swiper-pagination {
  bottom: unset;
}
.tx-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fc5f1a;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fc5f1a;
}
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 #424242;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li {
  padding: 0 .3rem;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li a {
  text-transform: uppercase;
  text-decoration: unset;
}
.ce-image {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .ce-image {
    margin-bottom: unset;
  }
}
.ce-image .ce-gallery .image img {
  width: 100%;
  height: auto;
  /* @media screen and (min-width:@tabletViewportWidth) {
                    width: unset;
                    height: unset;
                } */
}
.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;
  }
}
.container-breadcrumb .breadcrumb {
  padding-block: 1.5rem;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
  background: unset;
}
.container-breadcrumb .breadcrumb .breadcrumb-item {
  color: #ffffff;
  margin: 0;
  font-size: .9rem;
}
.container-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.seite_26 .container-breadcrumb {
  background-color: #ececec;
}
.seite_26 .container-breadcrumb .breadcrumb-item {
  color: #1b1b1b;
}
.seite_26 .container-breadcrumb .breadcrumb-item a {
  color: #1b1b1b;
}
/*# sourceMappingURL=filename.map */