/* Style Sheets: PB3
// cycro digital solutions - erfurt
*/
:root {
  --system-ui: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --white: #fff;
  --black: #000;
  --dark: #2b3541;
  --light: #fff;
  --gray: #817a75;
  --lightgray: #c6c4c3;
  --darkgray: #262626;
  --shadowY: 0;
  --shadowX: 0;
  --shadowBlur: 12px;
  --shadowSpread: 0;
  --shadowColor: rgba(0,0,0,.25);
  --h1Size: 2.08rem;
  --h2Size: 2.08rem;
  --h3Size: 1rem;
  --h4Size: 1rem;
  --h5Size: 1rem;
  --h6Size: 1rem;
}

html {
  scroll-behavior: smooth;
  scroll-snap-align: center;
  width: 100vw;
}

body {
  width: 100%;
  min-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-gutter: stable both-edges;
  font-family: obvia, var(--system-ui);
  font-weight: 400;
  background-color: #fff !important;
  color: var(--dark);
  hyphenate-limit-chars: 8 4 4;
  /*
  @media (max-width: 1024px) {
  //	font-size: 16px;
  }*/
}
@media (max-width: 768px) {
  body {
    font-size: 18px !important;
    --h1Size: var(--fontXL,1.84rem);
    --h2Size: var(--fontXL,1.84rem);
  }
}

@media (max-width: 577px) {
  #top_link {
    right: 70px;
  }
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inlineblock {
  display: inline-block;
}

.pos-absolute {
  position: absolute !important;
}

.pos-absolute-desktop {
  position: absolute !important;
}
@media (max-width: 567px) {
  .pos-absolute-desktop {
    position: relative !important;
  }
}

.pos-relative {
  position: relative;
}

.hidden {
  display: none !important;
}

.same_height :is(.ce_image, .ce_image_extended) {
  height: 100%;
}
.same_height :is(.ce_image_inside, .ce_image_extended_inside, .image_container, picture, img) {
  height: inherit;
}

.d-flex {
  display: flex;
}

.flex-direction-column {
  flex-direction: column;
}
.flex-direction-column-reverse {
  flex-direction: column-reverse;
}
.flex-direction-row {
  flex-direction: row;
}
.flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}

.autogrid_row.pos-absolute {
  top: 0;
  width: 100%;
  height: fit-content;
}

.d-grid {
  display: grid;
}

@media (max-width: 991px) {
  .mobile-order-0 {
    order: 0;
  }
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
  .mobile-order-3 {
    order: 3;
  }
}
.z-index-top {
  z-index: 50;
}

.bg-primary {
  background-color: var(--accentColor);
}

.bg-secondary {
  background-color: var(--aecondColor);
}

.bg-black {
  background-color: var(--black);
}

.bg-dark {
  background-color: var(--dark);
}

.bg-gray {
  background-color: var(--gray);
}

.bg-lightgray {
  background-color: var(--lightgray);
}

.box-shadow {
  box-shadow: var(--shadowY, 0) var(--shadowX, 0) var(--shadowBlur, 12px) var(--shadowSpread, 0) var(--shadowColor, rgba(0, 0, 0, 0.3));
}

.mt-xs {
  margin-top: 0.78rem;
}

.mt-sm {
  margin-top: 1.56rem;
}

.mt-md {
  margin-top: 2.34rem;
}

.mt-lg {
  margin-top: 4.68rem;
}

.mt-xl {
  margin-top: 5.9514rem;
}

.mt-xxl {
  margin-top: 7.8rem;
}

.mr-xs {
  margin-right: 0.78rem !important;
}

.mr-sm {
  margin-right: 1.56rem !important;
}

.mr-md {
  margin-right: 2.34rem !important;
}

.mr-lg {
  margin-right: 4.68rem !important;
}

.mr-xl {
  margin-right: 7.8rem !important;
}

.mb-xs {
  margin-bottom: 0.78rem !important;
}

.mb-sm {
  margin-bottom: 1.56rem !important;
}

.mb-md {
  margin-bottom: 2.34rem !important;
}

.mb-lg {
  margin-bottom: 4.68rem !important;
}

.mb-xl {
  margin-bottom: 7.8rem !important;
}

.ml-xs {
  margin-left: 0.78rem !important;
}

.ml-sm {
  margin-left: 1.56rem !important;
}

.ml-md {
  margin-left: 2.34rem !important;
}

.ml-lg {
  margin-left: 4.68rem !important;
}

.ml-xl {
  margin-left: 7.8rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pt-xs {
  padding-top: 0.78rem !important;
}

.pt-sm {
  padding-top: 1.56rem !important;
}

.pt-md {
  padding-top: 2.34rem !important;
}

.pt-lg {
  padding-top: 3.12rem !important;
}

.pt-xl {
  padding-top: 3.9rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-xs {
  padding-right: 0.78rem !important;
}

.pr-sm {
  padding-right: 1.56rem !important;
}

.pr-md {
  padding-right: 2.34rem !important;
}

.pr-lg {
  padding-right: 3.12rem !important;
}

.pr-xl {
  padding-right: 3.9rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-seitenrand {
  padding-right: var(--wrapperPadding);
}

.pb-xs {
  padding-bottom: 0.78rem !important;
}

.pb-sm {
  padding-bottom: 1.56rem !important;
}

.pb-md {
  padding-bottom: 2.34rem !important;
}

.pb-lg {
  padding-bottom: 3.12rem !important;
}

.pb-xl {
  padding-bottom: 3.9rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-xs {
  padding-left: 0.78rem !important;
}

.pl-sm {
  padding-left: 1.56rem !important;
}

.pl-md {
  padding-left: 2.34rem !important;
}

.pl-lg {
  padding-left: 3.12rem !important;
}

.pl-xl {
  padding-left: 3.9rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pl-seitenrand {
  padding-left: var(--wrapperPadding);
}

.mod_article > .container {
  position: relative;
}

:root {
  --fontXL: 2.08rem!important;
  --fontL: 1.26rem!important;
  --fontS: .81rem!important;
  --fontXS: .72rem;
}
@media (max-width: 768px) {
  :root {
    --fontXL: 1.81rem!important;
    --fontXS: .57rem;
  }
}

.font-xl {
  font-size: var(--fontXL);
  line-height: normal;
}

.font-l {
  font-size: var(--fontL);
  line-height: normal;
}

.font-s {
  font-size: var(--fontS);
}

.font-xs {
  font-size: var(--fontXS);
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-extralight {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-medium {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-semibold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h1, .h3, .h4, .h5, .h6 {
  font-family: obvia, var(--system-ui) !important;
  line-height: 1.26;
  hyphens: none;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  h1, h2, h3, h4, h5, h6, .h1, .h1, .h3, .h4, .h5, .h6 {
    hyphens: auto;
    hyphenate-limit-chars: 6;
  }
}

.h1 {
  font-size: 2.08rem;
  font-weight: 600;
  text-transform: uppercase;
}

.h2 {
  font-size: 2.08rem;
  font-weight: 600;
}

.h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.h4 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.h5 {
  font-size: 1rem;
  font-weight: 600;
}

.h6 {
  font-size: 1rem;
  font-weight: 400;
}

h1, .htag1 > :is(h1, h2, h3, h4, h5, h6):first-child {
  font-size: var(--h1Size, 2.08rem);
  font-weight: 500 !important;
  text-transform: uppercase;
}

h2, .htag2 > :is(h1, h2, h3, h4, h5, h6):first-child {
  font-size: var(--h2Size, 2.08rem);
  font-weight: 500 !important;
}

h3, .htag3 > :is(h1, h2, h3, h4, h5, h6):first-child {
  font-size: var(--h3Size, 1rem);
  font-weight: 500 !important;
  text-transform: uppercase;
}

h4, .htag4 > :is(h1, h2, h3, h4, h5, h6):first-child {
  font-size: var(--h4Size, 1rem);
  font-weight: 400 !important;
  text-transform: uppercase;
}

h5, .htag5 > :is(h1, h2, h3, h4, h5, h6):first-child {
  font-size: var(--h5Size, 1rem);
  font-weight: 500 !important;
}

h6, .htag6 > :is(h1, h2, h3, h4, h5, h6):first-child {
  font-size: var(--h6Size, 1rem);
  font-weight: 400 !important;
}

.h_accent > :is(h1, h2, h3, h4, h5, h6):first-child {
  color: var(--accentColor);
}

.h_second > :is(h1, h2, h3, h4, h5, h6):first-child {
  color: var(--secondColor);
}

.h_gray > :is(h1, h2, h3, h4, h5, h6):first-child {
  color: var(--gray);
}

.h_lightgray > :is(h1, h2, h3, h4, h5, h6):first-child {
  color: var(--lightgray);
}

.h_white > :is(h1, h2, h3, h4, h5, h6):first-child {
  color: var(--light);
}

.h_black > :is(h1, h2, h3, h4, h5, h6):first-child {
  color: var(--black);
}

:is(h1, h2) > .subline {
  display: block;
  font-size: var(--fontL);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* Abstand */
* > :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 1.47rem;
}

:is(h3, h4, h5, h6) + :is(h3, h4, h5, h6) {
  margin-top: 1rem;
}

p:only-child {
  margin-bottom: 0;
}

#header {
  position: fixed;
  top: 0;
  width: 100vw;
}
#header > .inside {
  max-width: unset;
}

#stickyheader {
  display: none !important;
}

.intro-container .ce_bgimage {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: calc(70vh - env(safe-area-inset-bottom));
}
@media (min-height: 840px) {
  .intro-container .ce_bgimage {
    min-height: 560px;
  }
}
@media (min-width: 992px) {
  .intro-container .ce_bgimage {
    height: 75vh;
  }
}

.bg-intro-gradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: transparent !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, black 90%);
}

@media (max-width: 768px) {
  .intro-headline {
    padding: 0 20px !important;
  }
}
.intro-headline .autogrid_row > .column.align_center_bottom {
  display: flex;
  justify-content: center;
}
.intro-headline .intro-logo {
  width: 25vw;
  min-width: 192px;
  max-width: 280px;
}
.intro-headline .logo-wortmarke img {
  width: 70vw;
  min-width: 360px;
  max-width: 590px;
}

#bottom .center {
  display: flex;
  gap: 1.5ch;
  justify-content: center;
}

/* @TODO: Overflow body und mod_navigation einstellen, body soll nicht scrollen
*/
body.smartmenu_open {
  --translateXValue: 0;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  body.smartmenu_open div.body {
    transform: unset;
    padding-top: 0;
  }
  body.smartmenu_open :is(#slider, #wrapper, #footer, #bottom, #header .logo) {
    filter: brightness(0.72);
  }
}
@media (min-width: 992px) {
  body.smartmenu_open div.body {
    --translateXValue: -60vw ;
  }
}
@media (min-width: 1200px) {
  body.smartmenu_open div.body {
    --translateXValue: -40vw ;
  }
}

:root {
  --menuLineWidth: 48px;
  --menuLineThickness: 3px;
  --menuLineShadow: 0 2px 2px rgba(0,0,0,.35);
  --menuLineMargin: 9px;
}

.smartmenu .smartmenu-trigger {
  margin-right: 24px;
  filter: drop-shadow(var(--menuLineShadow));
}
.smartmenu .smartmenu-trigger .line {
  height: var(--menuLineThickness);
  width: var(--menuLineWidth);
  transition: all 0.23s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.smartmenu .smartmenu-trigger .line::before, .smartmenu .smartmenu-trigger .line::after {
  top: unset;
  height: var(--menuLineThickness);
  width: var(--menuLineWidth);
}
.smartmenu .smartmenu-trigger .line::before {
  margin-top: var(--menuLineMargin);
}
.smartmenu .smartmenu-trigger .line::after {
  margin-top: calc(var(--menuLineMargin) * -1);
}
.smartmenu.open {
  --menuLineMargin: 0;
}

.smartmenu-content {
  overflow-y: auto;
  overflow-x: hidden;
  width: 38vw;
  right: -60%;
}
@media (max-width: 1024px) {
  .smartmenu-content {
    width: 45vw;
  }
}
@media (max-width: 768px) {
  .smartmenu-content {
    width: 80vw;
  }
}
.smartmenu-content .smartmenu-close {
  position: fixed;
  right: 32px;
  top: 30px;
  transform: scale(1.1) rotate(0);
  transition: all 0.23s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.64s;
  transform-origin: center;
}
.smartmenu-content .smartmenu-close::before, .smartmenu-content .smartmenu-close::after {
  background: var(--light) !important;
  height: var(--menuLineThickness);
}
.smartmenu-content.open {
  right: -2px !important;
}
.smartmenu-content.open .smartmenu-close {
  transition-delay: 0;
}
.smartmenu-content:not(.open) .smartmenu-close {
  transform: scale(0) rotate(45deg);
}
.smartmenu-content:not(.open) .smartmenu-close::before, .smartmenu-content:not(.open) .smartmenu-close::after {
  transform: rotate(0) !important;
}
.smartmenu-content .mod_navigation {
  margin-top: 3.3rem;
  padding: 0 23%;
  max-width: 636px;
}
.smartmenu-content .mod_navigation .logo {
  width: 100%;
  height: auto;
}
.smartmenu-content .mod_navigation .logo .logo-signet {
  width: 67%;
  margin-bottom: 1rem;
}
.smartmenu-content .mod_navigation .logo .logo-wort {
  width: 100%;
}
.smartmenu-content .mod_navigation .smartmenu-scrollable {
  width: 100%;
  overflow: visible;
}
.smartmenu-content .mod_navigation .smartmenu-scrollable .smartmenu-table {
  margin-top: 4rem;
}
.smartmenu-content .mod_navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
  padding: 0 !important;
}
.smartmenu-content .mod_navigation ul li {
  font-size: var(--fontL) !important;
  font-weight: 500 !important;
}
.smartmenu-content .mod_navigation ul li.link-meta {
  font-weight: 300 !important;
}
.smartmenu-content .mod_navigation ul li.spacer-top {
  margin-top: 1.8rem;
}
.smartmenu-content .mod_navigation ul.level_2 {
  display: flex;
  padding-left: 2.1rem !important;
}
.smartmenu-content .mod_navigation ul.level_2 li {
  font-size: inherit;
  line-height: inherit;
  font-weight: 300 !important;
}

.mmenu_trigger {
  right: 27px;
  filter: drop-shadow(var(--menuLineShadow));
}
.mmenu_trigger .burger {
  width: 40px;
}
.mmenu_trigger .burger.open {
  width: 30px;
}

#mmenu {
  top: 0 !important;
  height: 100% !important;
}
@media (max-width: 576px) {
  #mmenu {
    width: 82vw;
  }
}
#mmenu #mmenu_middle {
  display: flex;
  flex-direction: column;
  padding: 0 40px 20px 40px;
  max-width: 400px;
  margin: 0 auto;
  margin-left: 50px;
}
@media (max-width: 576px) {
  #mmenu #mmenu_middle {
    padding: 0 0 20px 0;
    max-width: 50vw;
  }
}
#mmenu #mmenu_middle .logo {
  container-type: inline-size;
  width: 100%;
  height: auto;
  margin-bottom: 2rem !important;
}
#mmenu #mmenu_middle .logo .logo-signet {
  width: 58cqw;
  margin-bottom: 1rem;
}
#mmenu #mmenu_middle .logo .logo-wort {
  width: 100cqw;
}
#mmenu .mod_navigation ul {
  display: flex !important;
  flex-direction: column;
  gap: 0.27rem;
  padding: 0 !important;
}
#mmenu .mod_navigation ul li {
  font-size: var(--fontL) !important;
  font-weight: 500 !important;
  color: var(--dark);
}
#mmenu .mod_navigation ul li a {
  color: inherit;
}
#mmenu .mod_navigation ul li a.active {
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 6px;
}
#mmenu .mod_navigation ul li.link-meta {
  font-weight: 300 !important;
}
#mmenu .mod_navigation ul li.spacer-top {
  margin-top: 1.8rem;
}
#mmenu .mod_navigation ul.level_2 {
  padding-left: 1.5rem !important;
}
#mmenu .mod_navigation ul.level_2 li {
  font-size: inherit;
  line-height: inherit;
  font-weight: 300 !important;
}

.ce_divider_extended.version3 {
  --dividerColor: --accentColor;
  height: 2px;
  background-color: var(--dividerColor, currentColor);
}
.ce_divider_extended.version3.bg-dark {
  --dividerColor: var(--dark);
}

.ce_image .image_container img {
  width: 100%;
}
.ce_image.image-full-width img {
  width: 100%;
  height: auto;
}

.ce_image_extended.image-full-width {
  width: 100%;
}
.ce_image_extended.image-full-width .image_container img {
  width: 100%;
}
.ce_image_extended .ce_image_extended_inside {
  position: relative;
}
.ce_image_extended svg [id*=we_] {
  opacity: 0;
  transition: opacity 0.29s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ce_image_extended svg [id*=we_]:hover, .ce_image_extended svg [id*=we_].show {
  opacity: 1;
}

.ce_imagemap {
  --borderStyle: 2px solid currentColor;
  --h1W: 17.5%;
  --h1H: 9%;
  --h2W: 32%;
  --h2H: unset;
  --h3W: 36%;
  --h3H: 25%;
  --h4W: 23%;
  --h4H: unset;
  --h5W: 21%;
  --h5H: unset;
  --h6W: 29%;
  --h6H: unset;
  --hleftX: 8%;
  --hrightX: 6%;
}
@media (max-width: 992px) {
  .ce_imagemap {
    --hleftX: 6%;
    --hrightX: 6%;
  }
}
@media (max-width: 768px) {
  .ce_imagemap {
    --hleftX: 5%;
    --hrightX: 4%;
  }
}
@media (max-width: 567px) {
  .ce_imagemap {
    --h3W: 22%;
    --h3H: 17%;
    --h4W: 4%;
    --h4H: 3.5%;
    --h5W: 5%;
    --h5H: 40%;
  }
}
.ce_imagemap.hotspots-b3 {
  z-index: 0;
}
@media (max-width: 567px) {
  .ce_imagemap.hotspots-b3 .image .image_container img {
    height: 50vh;
    width: auto;
    object-fit: cover;
  }
}
.ce_imagemap.hotspots-b3 .hotspot {
  pointer-events: none;
  display: block;
  color: var(--dark);
  border-bottom: var(--borderStyle);
}
.ce_imagemap.hotspots-b3 .hotspot * {
  color: inherit;
}
.ce_imagemap.hotspots-b3 .hotspot::before {
  display: none;
  color: inherit;
}
.ce_imagemap.hotspots-b3 .hotspot::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../b3-files/image/arrow_hotspot.svg) no-repeat transparent;
  width: 0.5rem;
  height: 0.5rem;
  left: -0.4rem;
  bottom: -0.3rem;
}
.ce_imagemap.hotspots-b3 .hotspot > div {
  position: relative !important;
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-left) {
  left: var(--hleftX) !important;
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-right) {
  display: flex;
  justify-content: end;
  width: 16ch;
  left: unset !important;
  right: var(--hrightX);
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-1) {
  width: var(--h1W);
  height: var(--h1H);
  border-bottom: unset;
  border-top: var(--borderStyle);
  border-right: var(--borderStyle);
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-1)::after {
  left: unset;
  right: -0.3rem;
  transform: rotate(-90deg);
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-1) .hotspot-1 {
  margin-top: -1.8rem;
}
@media (max-width: 567px) {
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-1) {
    top: 15% !important;
  }
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-2) {
  width: var(--h2W);
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-2)::after {
  left: unset;
  right: -0.4rem;
  transform: rotate(180deg);
}
@media (max-width: 567px) {
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-2) {
    top: 79% !important;
  }
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-3) {
  right: 21% !important;
  width: var(--h3W);
  height: var(--h3H);
  border-bottom: unset;
  border-top: var(--borderStyle);
  border-left: var(--borderStyle);
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-3)::after {
  left: -0.3rem;
  transform: rotate(-90deg);
}
@media (max-width: 567px) {
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-3) {
    top: 23% !important;
    right: 40% !important;
  }
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-3) .hotspot-3 {
    margin-top: -1.8rem;
  }
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-4) {
  width: var(--h4W);
}
@media (max-width: 567px) {
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-4) {
    height: var(--h4H);
    top: 31% !important;
    right: 15% !important;
    border-bottom: unset;
    border-top: var(--borderStyle);
    border-left: var(--borderStyle);
  }
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-4)::after {
    left: -0.3rem;
    transform: rotate(-90deg);
  }
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-4) .hotspot-4 {
    margin-top: -1.8rem;
  }
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-5) {
  width: var(--h5W);
}
@media (max-width: 567px) {
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-5) {
    height: var(--h5H);
    top: 15% !important;
    border-bottom: unset;
    border-top: var(--borderStyle);
    border-left: var(--borderStyle);
  }
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-5)::after {
    left: -0.3rem;
    transform: rotate(-90deg);
  }
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-5) .hotspot-5 {
    margin-top: -1.8rem;
  }
}
.ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-6) {
  width: var(--h6W);
}
@media (max-width: 567px) {
  .ce_imagemap.hotspots-b3 .hotspot:has(p.hotspot-6) {
    top: 79% !important;
  }
}
.ce_imagemap.hotspots-b3 .hotspot_content {
  display: contents;
}
.ce_imagemap.hotspots-b3 .hotspot_content p {
  width: max-content;
}
@media (max-width: 567px) {
  .ce_imagemap.hotspots-b3 .hotspot_content p {
    background: rgba(255, 255, 255, 0.7);
    padding: 0 6px;
  }
}

.image-smallprint {
  position: absolute;
  z-index: 5;
  top: 0.5ch;
  left: -7px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.container_rundgang > .ce_hyperlink {
  z-index: 100;
  position: absolute;
  top: 5vw;
  right: 5vw;
  background: #454545 !important;
  outline-color: #454545 !important;
}
.container_rundgang > .ce_hyperlink a {
  background: transparent !important;
  border: 0 !important;
  margin: 0;
  color: var(--light);
}
.container_rundgang > .ce_hyperlink a > span:first-child {
  width: 100%;
  text-align: center !important;
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .container_rundgang > .ce_hyperlink {
    padding: 0px !important;
  }
  .container_rundgang > .ce_hyperlink a {
    padding: 30px !important;
    line-height: 1.62;
    min-width: unset;
  }
  .container_rundgang > .ce_hyperlink a > span:first-child {
    margin-bottom: 0;
  }
  .container_rundgang.container_1 > .ce_hyperlink {
    right: 8vw;
  }
  .container_rundgang.container_2 > .ce_hyperlink {
    top: -31%;
    right: auto;
    left: 6vw;
  }
}

svg.icon, .iconbox img {
  --iconHeight: 3rem;
  height: var(--iconHeight);
  width: auto;
}
svg.icon.icon-size-xl, .iconbox img.icon-size-xl {
  --iconHeight: 6rem!important;
}

.iconbox {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  gap: 0.8ch;
  width: min-content;
}
.iconbox .icon, .iconbox img {
  flex: none;
  margin-top: -8px;
}
.iconbox > span, .iconbox a {
  text-align: left;
  white-space: normal;
}
#main .ce_text .iconbox {
  width: max-content;
}
#main .ce_text .iconbox svg, #main .ce_text .iconbox img {
  --iconHeight: 2rem;
}

#footer .iconbox {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  #footer .iconbox a {
    white-space: nowrap;
  }
}

.ce_text a {
  color: var(--dark);
}
.ce_text a:hover {
  color: var(--gray);
}

.ce_hyperlink a {
  color: var(--dark);
  font-weight: 400;
}
.ce_hyperlink[class*=bg-] a {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.ce_hyperlink .link-dark {
  color: #fff;
}
.ce_hyperlink.wide a {
  margin: 0 auto;
  max-width: fit-content;
  padding: 7px 10px 5px 10px;
}
@media (min-width: 768px) {
  .ce_hyperlink.wide a {
    padding-right: 7rem;
    padding-left: 7rem;
  }
}
.ce_hyperlink.btn-rotated {
  transform: rotate(13deg);
}
.ce_hyperlink.btn-outline {
  --outlineOffset: 16px;
  outline: 2px solid currentColor;
  outline-offset: var(--outlineOffset);
}
@media (max-width: 768px) {
  .ce_hyperlink.btn-outline {
    --outlineOffset: 12px;
  }
}
.ce_hyperlink.btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  padding: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.ce_hyperlink.btn-circle .hyperlink_txt {
  font-weight: 400;
}
.ce_hyperlink.btn-overlapping-bottom {
  width: 100%;
  top: -1.6rem;
}

.ce_download.custom-download {
  background: transparent;
  padding: 0;
}
.ce_download.custom-download.selected {
  background-color: rgba(43, 53, 65, 0.06);
}
.ce_download.custom-download.selected a {
  opacity: 1;
}
.ce_download.custom-download.selected a span {
  font-weight: 500;
}
.ce_download.custom-download p {
  margin: 0;
  width: 100%;
}
.ce_download.custom-download a {
  display: grid;
  grid-template-columns: 14ch auto 11ch 11ch 11ch 5ch;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 0.75rem 1.3rem;
  color: var(--dark);
  opacity: 0.63;
  transition: all 0.23s cubic-bezier(0.05, 0.05, 0.55, 0.95);
}
.ce_download.custom-download a .icon {
  --iconHeight: 1.5rem;
}
.ce_download.custom-download a span {
  display: inline-block;
  font-weight: 400;
  transition: all 0.33s ease-out;
}
.ce_download.custom-download a span:is(:nth-child(3), :nth-child(5)) {
  justify-self: end;
}
.ce_download.custom-download a span:last-child {
  justify-self: end;
}
.ce_download.custom-download a sup {
  position: absolute;
  margin-top: -0.4rem;
}
.ce_download.custom-download a:hover {
  cursor: pointer;
  opacity: 1;
}
.ce_download.custom-download a:hover span {
  font-weight: 500;
}
@media (min-width: 992px) {
  .ce_download.custom-download a > span:nth-child(3) {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .ce_download.custom-download a {
    align-items: start;
    grid-template: "we desc desc icon" "rooms sqm price icon"/13ch 10ch auto max-content;
  }
  .ce_download.custom-download a > span:first-child {
    grid-area: we;
  }
  .ce_download.custom-download a > span:nth-child(2) {
    grid-area: desc;
  }
  .ce_download.custom-download a > span:nth-child(3) {
    grid-area: rooms;
    justify-self: start;
  }
  .ce_download.custom-download a > span:nth-child(4) {
    grid-area: sqm;
    justify-self: start;
  }
  .ce_download.custom-download a > span:nth-child(5) {
    grid-area: price;
    justify-self: start;
  }
  .ce_download.custom-download a > span:last-child {
    grid-area: icon;
    align-self: start;
  }
}
@media (max-width: 576px) {
  .ce_download.custom-download a {
    padding-right: 0;
    padding-left: 0;
    grid-template: "icon we  rooms" "icon desc sqm" "icon desc price"/max-content auto 10ch;
    gap: 0 12px;
  }
  .ce_download.custom-download a > span:first-child {
    grid-area: we;
  }
  .ce_download.custom-download a > span:nth-child(2) {
    grid-area: desc;
  }
  .ce_download.custom-download a > span:nth-child(3) {
    grid-area: rooms;
    justify-self: end;
  }
  .ce_download.custom-download a > span:nth-child(4) {
    grid-area: sqm;
    justify-self: end;
  }
  .ce_download.custom-download a > span:nth-child(5) {
    grid-area: price;
    justify-self: end;
  }
  .ce_download.custom-download a > span:last-child {
    grid-area: icon;
    align-self: start;
  }
}
.ce_download.custom-download::after {
  display: none;
}
.ce_download.grid-2 a {
  grid-template: "desc icon" max-content/1fr 5ch;
}
.ce_download.grid-2 a > span:first-child {
  grid-area: desc;
}
.ce_download.grid-2 a > span:last-child {
  grid-area: icon;
}

.column:not(:has(a:hover)) .ce_download:target a, .column:not(:has(a:hover)) .ce_download.selected a {
  opacity: 1;
}
.column:not(:has(a:hover)) .ce_download:target a span, .column:not(:has(a:hover)) .ce_download.selected a span {
  font-weight: 500;
}
.ce_topicbox {
  --textPadding: 0.78rem;
  --offsetValue: 7%;
  position: relative;
  overflow: visible;
  box-shadow: none !important;
}
.ce_topicbox.box-shadow {
  margin-bottom: 45px;
}
.ce_topicbox .ce_bgimage-outer {
  overflow: hidden;
}
.ce_topicbox_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_topicbox_background.box-shadow {
  --shadowBlur: 60px;
  --shadowColor: rgba(0,0,0,.25);
}
.ce_topicbox_background[class*=bg-offset-] {
  width: calc(100% - var(--offsetValue));
}
@media (max-width: 991px) {
  .ce_topicbox_background[class*=bg-offset-] {
    width: 100%;
  }
}
.ce_topicbox_background.bg-offset-left {
  left: unset;
  right: 0;
}
.ce_topicbox .autogrid_row {
  margin: 0;
}
.ce_topicbox .autogrid_row > .column {
  padding: 0;
  /*	@media (max-width:768px) {
  		margin-bottom: 0!important;
  	}
  		*/
}
.ce_topicbox .contentwrap {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ce_topicbox .contentwrap .column {
  margin-bottom: 0;
}
@media (min-width: 577px) and (max-width: 991px) {
  .ce_topicbox .contentwrap .column > :is(h3, h4) {
    padding-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .ce_topicbox .contentwrap .column > :is(h3, h4, h5, h6, .ce_headline) {
    margin-bottom: 25px;
  }
}
.ce_topicbox .contentwrap .column > :is(h3, h4, h5, h6) {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .ce_topicbox .contentwrap .column > :is(h3, h4, h5, h6) {
    margin-bottom: 1.25rem;
  }
}
.ce_topicbox .contentwrap .column > :is(h1, h2) {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 577px) and (max-width: 991px) {
  .ce_topicbox .contentwrap .column > :is(h1, h2) {
    padding-right: 36px !important;
  }
}
.ce_topicbox .contentwrap .column > :is(h1, h2, h3, h4, h5, h6, .ce_headline, .ce_text) {
  padding-left: 5.46rem;
  padding-right: 2.73rem;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .ce_topicbox .contentwrap .column > :is(h1, h2, h3, h4, h5, h6, .ce_headline, .ce_text) {
    padding-left: 3.12rem;
    padding-right: 1.17rem;
  }
}
@media (max-width: 991px) {
  .ce_topicbox .contentwrap .column > :is(h1, h2, h3, h4, h5, h6, .ce_headline, .ce_text) {
    padding-left: 1.56rem;
    padding-right: 1.95rem;
  }
}
@media (max-width: 576px) {
  .ce_topicbox .contentwrap .column > :is(h1, h2, h3, h4, h5, h6, .ce_headline, .ce_text) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ce_topicbox .contentwrap .column:first-child > :is(h1, h2, h3, h4, h5, h6, .ce_headline, .ce_text) {
  padding-left: 2.73rem;
  padding-right: 5.46rem;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .ce_topicbox .contentwrap .column:first-child > :is(h1, h2, h3, h4, h5, h6, .ce_headline, .ce_text) {
    padding-right: 3.12rem;
    padding-left: 1.17rem;
  }
}
@media (max-width: 991px) {
  .ce_topicbox .contentwrap .column:first-child > :is(h1, h2, h3, h4, h5, h6, .ce_headline, .ce_text) {
    padding-left: 1.56rem;
    padding-right: 3.12rem;
  }
}
@media (max-width: 576px) {
  .ce_topicbox .contentwrap .column:first-child > :is(h1, h2, h3, h4, h5, h6, .ce_headline, .ce_text) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ce_topicbox .contentwrap .ce_image_extended {
  height: 100%;
}
.ce_topicbox .contentwrap .ce_image_extended :is(.ce_image_extended_inside, .image_container, picture) {
  height: 100%;
}
.ce_topicbox .contentwrap .ce_image_extended img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .ce_topicbox.topicbox_style_2 .image-full-height {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .ce_topicbox.topicbox_style_2 .image-full-height {
    position: static;
  }
  .ce_topicbox.topicbox_style_2 .image-full-height :is(.ce_image, .ce_image_extended) {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .ce_topicbox.topicbox_style_2 .image-full-height :is(.ce_image, .ce_image_extended) .ce_image_extended_inside,
  .ce_topicbox.topicbox_style_2 .image-full-height :is(.ce_image, .ce_image_extended) figure, .ce_topicbox.topicbox_style_2 .image-full-height :is(.ce_image, .ce_image_extended) img {
    height: 100%;
  }
  .ce_topicbox.topicbox_style_2 .image-full-height :is(.ce_image, .ce_image_extended) img {
    object-fit: cover;
    object-position: center;
  }
}

.swiper-container .swiper-wrapper.swiper-b3 {
  align-items: stretch;
}
.swiper-container .swiper-wrapper.swiper-b3 .swiper-slide {
  height: unset;
  max-width: max-content;
}
.swiper-container .swiper-wrapper.swiper-b3 .swiper-slide :is(.ce_image_extended, .ce_image_extended_inside, .image_container, picture) {
  height: 100%;
}
.swiper-container .swiper-wrapper.swiper-b3 .swiper-slide .image_container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.swiper-container .swiper-wrapper.swiper-b3 .swiper-slide .image_container a {
  flex: 0 2 100%;
}
.swiper-container .swiper-wrapper.swiper-b3 .swiper-slide .image_container a img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}
.swiper-container .swiper-wrapper.swiper-b3 .swiper-slide .image_container .caption {
  padding-left: 0;
  background: transparent;
  color: currentColor;
}
@media (max-width: 567px) {
  .swiper-container .swiper-wrapper.swiper-b3 .swiper-slide .image_container .caption {
    font-size: 0.69rem;
  }
}

.slider-logos {
  --swiper-navigation-sides-offset: -40px;
  padding: 0 45px;
}
.slider-logos .swiper-wrapper {
  align-items: center !important;
}
@media (max-width: 768px) {
  .slider-logos .swiper-wrapper .swiper-navigation {
    display: none;
  }
}

.container-logos .contentwrap {
  padding: 0 !important;
}

.fixed-header #privacy_optout_link {
  opacity: 0.5;
  transform: scale(0.7);
}
.fixed-header #privacy_optout_link:hover {
  opacity: 1;
  transform: scale(1);
}

.ce_bannerad_desktop {
  top: 210px;
  right: 5vw;
  max-width: 430px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 12px 0px;
  z-index: 10;
}/*# sourceMappingURL=customize.css.map */