:root {
  --hover-bg:
    linear-gradient(
      313deg,
      rgba(134, 136, 201, 0) 0%,
      rgb(134, 136, 201) 30%,
      rgb(134, 136, 201) 40%,
      rgba(134, 136, 201, 0 ) 100%
    )
    no-repeat
    100% 100%/100% auto
    rgb(65, 67, 141);
}

.red-text-color {
  font-family: inherit !important;
  font-weight: inherit !important;
}

html body:not(.home) #main-content .et_pb_section .et_pb_row .et_pb_module span.red-text-color {
  display: inline-block !important;
  min-height: 0 !important;
  height: auto !important;
}



/*
#main-content .et_pb_section {
  background: none !important;
}
 */

#page-container > .global-bgs {
  display: none !important;
  z-index: -1;
  position: fixed;
  inset: 0;
}

#page-container > .global-bgs > * {
  position: absolute;
  inset: 0;
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat !important;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

#page-container > .global-bgs > *.active {
  opacity: 1;
}

#global-bg-phase-0 {
  background-color: #41438D;
  background-image:
    linear-gradient( 180deg, transparent 0%, transparent 60%,#ffffff 100% ) ,
    url('/wp-content/uploads/2025/07/wp_hero_bg_gradient.svg') !important;
  background-position: center , right top;
  background-size: cover , 100% auto;
  background-repeat: no-repeat , no-repeat;
}

#global-bg-phase-1 {
  background-color: #fff;
  background-image: linear-gradient(180deg,#ffffff 0%,#ffffff 60%,#41438d 100%) !important;
}

#global-bg-phase-2 {
  background-color: #41438d !important;
  background-image: linear-gradient(180deg,#ffffff 0%,#ffffff 60%,#41438d 100%) !important;
}

#global-bg-phase-3 {
  background-position: 105% 100% !important;
  background-size: contain;
  background-image:
    url(https://wirtschaftspruefer.s3-connect.com/wp-content/uploads/2025/07/wp_people_karriere_v0.webp) ,
    linear-gradient(180deg,#41438d 0%,#ffffff 40%,#ffffff 70%,#ffffff 100%) !important;
}

#global-bg-phase-4 {
  background-color: #fff;
  background-image: linear-gradient(180deg,#ffffff 0%,#ffdfcd 15%,#ffdfcd 85%,#ffffff 100%) !important;
}

#global-bg-phase-5 , #global-bg-phase-6 {
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}


/*
.et_mobile_nav_menu > .mobile_nav {
  background: url()
}
 */


.home #hero-section + .et_pb_section {
  margin-top: -3px !important;
}

/*
.home #hero-section {
  background-color: #41438D;
  background-image:
    linear-gradient( 180deg, transparent 0%, transparent 60%,#ffffff 100% ) ,
    url('/wp-content/uploads/2025/07/wp_hero_bg_gradient.svg')
    !important;
  background-position:
    center ,
    right top;
  background-size:
    cover ,
    100% auto;
  background-repeat:
    no-repeat ,
    no-repeat;
}

#hero-section {
  background-color: #41438D;
  background-image:
    url('/wp-content/uploads/2025/07/wp_hero_bg_gradient.svg')
    !important;
  background-position:
    right top;
  background-size:
    100% auto;
  background-repeat:
    no-repeat;
} */

.only-text-hero.wiki #hero-section {
  /*background-color: #41438D;
  background-image: url('/wp-content/uploads/2025/08/wp_hero_bg_gradient_wiki.svg') !important;*/
  background-position: right top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}


#main-content .et_pb_section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#main-content .et_pb_row ,
header .et_pb_row {
  width: 100% !important;
  max-width: 1920px !important;
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.et_pb_button {
  display: inline-block;
}

.et_pb_button ,
.et_pb_button * {
  font-family: 'Source Sans 3', 'Poppins', sans-serif !important;
  font-size: 0.962rem !important;
  font-weight: 500 !important;
  line-height: 100% !important;
  color: #033869 !important;
}

.et_pb_accordion_item .et_pb_toggle_title,
.et_pb_toggle_item .et_pb_toggle_title{
  hyphens: auto;
  user-select: none;
}

.et_pb_button ,
.et_pb_accordion_item .et_pb_toggle_title:before,
.et_pb_toggle_item .et_pb_toggle_title:before{
  margin: 0 !important;
  padding: 12px 36px !important;
  border: none !important;
  border-radius: 999999999px !important;
  background-color: #7DF897 !important;
  transition-property: background-color , color;
  transition-timing-function: ease-in-out , ease-in-out;
  transition-duration: 0.3s , 0.3s;
}

.et_pb_button:after {
  content: none !important;
  display: none !important;
}

.et_pb_button:hover ,
.et_pb_button:active ,
.et_pb_button:focus {
  background-color: #E13671 !important;
  color: #fff !important;
}



header .et_pb_section {
  padding-top: 0 !important;
}

header .et_pb_row_0_tb_header.et_pb_row {
  margin-top: 0 !important;
  padding-top: 45px !important;
}

header .et_pb_menu {
  padding-top: 0;
  padding-bottom: 0;
}

header .mobile_menu_bar,
header .et_pb_menu__logo-wrap {
  z-index: 999 !important;
}

header #mobile_menu1.et_mobile_menu {
  z-index: 998 !important;
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: min( 50vh, 270px ) min( 135px, 7vw ) 17.6vh min( 290px, 15.5vw ) !important;
  border: none !important;
  transform: translateX( 100% );
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: rgba( 225, 54, 114, 0.95 ) !important;
  backdrop-filter: blur( 5px );
  transition: transform 0.3s ease-in-out;
}

:root:has( header .mobile_nav.opened ) ,
html:has( header .mobile_nav.opened ) ,
html:has( header .mobile_nav.opened ) #et-main-area ,
body:has( header .mobile_nav.opened ) ,
#page-container:has( header .mobile_nav.opened ) {
  overflow: hidden !important;
}

header .mobile_nav.opened #mobile_menu1.et_mobile_menu {
  display: flex !important;
  transform: translateX( 0 );
}

header #mobile_menu1.et_mobile_menu * {
  color: #fff !important;
  background: none !important;
  border: none !important;
}

header #mobile_menu1.et_mobile_menu li {
  appearance: none !important;
  list-style: none !important;
  padding: 0 !important;
  text-align: left !important;
}

header #mobile_menu1.et_mobile_menu li.right {
  align-self: flex-end;
  text-align: left !important;
}

header #mobile_menu1.et_mobile_menu li:not( .right ) + li.right {
  margin-top: -3em;
}

header #mobile_menu1.et_mobile_menu li ,
header #mobile_menu1.et_mobile_menu li * {
  font-size: 60px !important;
  font-size: min( 60px, 5vh ) !important;
  font-weight: 700 !important;
  line-height: 110% !important;
  opacity: 1 !important;
  transition: color 0.3s linear;
}

header #mobile_menu1.et_mobile_menu li.right ,
header #mobile_menu1.et_mobile_menu li.right * {
  font-size: 25px !important;
  font-size: min( 25px, 2.4vh ) !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  text-align: right !important;;
}

header #mobile_menu1.et_mobile_menu li:hover ,
header #mobile_menu1.et_mobile_menu li:hover * {
  color: #7CF897 !important;
}

header #mobile_menu1.et_mobile_menu li a {
  padding: 0.1em 0.4em !important
}





#main-content #circle-section {
  margin-top: -3px !important;
}

#circle-section .et_pb_module_heading {
  line-height: 115% !important;
  color: #033869 !important;
  hyphens: manual !important;
}

#circle-section .et_pb_text_inner {
  /*color: #fff !important;*/
}

#circle-section > .et_pb_row .et_pb_column:first-child {
  width: 50% !important;
  margin-right: 0 !important;
  padding-left: min( 9%, 140px ) !important;
  padding-right: 140px !important;
}

#circle-section > .et_pb_row .et_pb_column:first-child + * {
  width: 50% !important;
}

#circle-section > .et_pb_row .et_pb_column:first-child + * .et_pb_module {
  margin: auto;
}

#circle-section .et_pb_slider {
  overflow: visible !important;
  width: 540px !important;
  width: min( 28.2vw, 540px ) !important;
  height: 540px !important;
  height: min( 28.2vw, 540px ) !important;
}

#circle-section .et_pb_slides ,
#circle-section .et_pb_slide ,
#circle-section .et_pb_slide .et_pb_container ,
#circle-section .et_pb_slider_container_inner ,
#circle-section .et_pb_slide_image {
  width: 100% !important;
  height: 100% !important;
}

#circle-section .et_pb_slide {
  /* margin: 0 !important; */
  padding: 0 !important;
  border-radius: 9999999999px;
  overflow: hidden !important;
  transition-property: opacity !important;
}

#circle-section .et_pb_slide .et_pb_container {
  display: block !important;
}

#circle-section .et-pb-slider-arrows {
  display: none;
}

#circle-section .et-pb-controllers {
  position: absolute;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  pointer-events: none !important;
}

#circle-section .et-pb-controllers {
  font-size: 64px !important;
}

#circle-section .et-pb-controllers a {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate( -50%, -50% );
  margin: 0 !important;
  padding: 0 !important;
  width: 164px;
  width: min( 6.573rem, 8.65vw );
  height: 164px;
  height: min( 6.573rem, 8.65vw );
  background-color: transparent !important;
  background-image: radial-gradient( #F4F4F0 0%, #F4F4F0 98%, transparent 98.000001%, transparent 100% ) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: none;
  border-radius: 999999999px;
  overflow: hidden;
  color: transparent !important;
  font-size: 0.000001px !important;
  text-indent: 0px !important;
  cursor: pointer;
  pointer-events: all !important;
  opacity: 1 !important;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}

#circle-section .et-pb-controllers a:before {
  /* content: ''; */
  z-index: 1;
  position: absolute;
  inset: -10%;
  width: auto;
  height: auto;
  background: #F4F4F0;
  transition: none !important;
}

#circle-section .et-pb-controllers a.et-pb-active-control:before {
  /* background: #7DF897; */
  /* animation: timeIndic 5s linear 0s 1 both; */
}

@keyframes timeIndic {
    0% { background: #F4F4F0; }
   50% { background: #7DF897; }
  100% { background: #F4F4F0; }
}

#circle-section .et-pb-controllers a img {
  font-size: 95px !important;
  font-size: min( 10vw, 3.8rem ) !important;
  z-index: 2;
  width: 105px;
  width: 1.1em;
  width: min( 1.1em, 5.5vw );
  height: 105px;
  height: 1.1em;
  height: min( 1.1em, 5.5vw );
}

#circle-section .et-pb-controllers a.et-pb-active-control {
  background-color: #7DF897;
}

#circle-section .et-pb-controllers a:hover ,
#circle-section .et-pb-controllers a.et-pb-active-control {
  transform: translate( -50%, -50% ) scale( 1.37 );
}

#circle-section .et-pb-controllers a:after {
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  font-family: FontAwesome !important;
  font-weight: 900 !important;
  font-size: inherit !important;
}

#circle-section .et-pb-slider-arrows {
  display: none;
}

#circle-section .et_pb_slider:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient( #cee9f8 0%, transparent 65% );
  background-clip: padding-box;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(2.1);
  animation: glowThrob 10s linear 0s infinite both;
}

@keyframes glowThrob {
    0% { transform: scale(2.10); }
    5% { transform: scale(2.00); }
   12% { transform: scale(2.10); }
   15% { transform: scale(2.15); }
   20% { transform: scale(2.10); }
   50% { transform: scale(1.87); }
   55% { transform: scale(1.77); }
   62% { transform: scale(1.87); }
   65% { transform: scale(1.92); }
   70% { transform: scale(1.87); }
  100% { transform: scale(2.10); }
}

#circle-section .et_pb_slider:after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 999999999px;
  border: 1px dashed #fff;
  transform: scale(1.5) rotate(0deg);
  animation: circleSpin 120s linear 0s infinite both;
}

@keyframes circleSpin {
  0% { transform: scale(1.5) rotate(0deg); }
  100% { transform: scale(1.5) rotate(360deg); }
}

#circle-section img {
  width: 0;
  height: 0;
}

#circle-section .et_pb_slider_container_inner {
  /* position: relative; */
  overflow: hidden;
  position: absolute !important;
  inset: -10% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  height: auto !important;
  padding: 10% !important;
  background: rgba( 0, 0, 0, 0.45 );
}

#main-content #circle-section .et_pb_slider_container_inner {
  overflow: hidden;
  inset: -10% !important;
  width: auto !important;
  height: auto !important;
  padding: 10% !important;
}

#circle-section .et_pb_slide_description {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12% !important;
}

#circle-section .et_pb_slider_container_inner ,
#circle-section .et_pb_slide_image ,
#circle-section .et_pb_slide_description {
  margin: 0 !important;
}

#circle-section .et_pb_slide ,
#circle-section .et_pb_slide_image ,
#circle-section .et_pb_slide_image img ,
#circle-section .et_pb_slide_description {
  transition: none !important;
  animation: none !important;
}

#circle-section .et_pb_slide_description .et_pb_slide_title {
  padding-bottom: 20px !important;
}

#circle-section .et_pb_slide_description .et_pb_slide_title  {
  font-size: 45px !important;
  font-size: 1.8rem !important;
  font-size: min( 1.8rem, 2.5vw ) !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  color: #fff !important;
}

#circle-section .et_pb_slide_description .et_pb_slide_title * {
  font-size: inherit !important ;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

#circle-section .et_pb_slide_description .et_pb_slide_content {
  font-size: 1rem !important;
  font-size: min( 1rem, 1.35vw ) !important;
  font-weight: 500 !important;
  padding-bottom: 40px !important;
}

#circle-section .et_pb_slide_description .et_pb_button ,
#circle-section .et_pb_slide_description .et_pb_button * {
  font-size: 25px !important;
  font-size: min(25px, 1.5vw ) !important;
}







#content-img-accordion .dsm_image_accordion_child {
  background-position: 50% 21%;
}

#content-img-accordion .et_pb_module_inner {
  background-color: rgba( 0, 0, 0, 0 );
  transition: background-color 0.7s linear 0s;
}

#content-img-accordion .dsm_image_accordion_active_item .et_pb_module_inner {
  background-color: rgba( 0, 0, 0, 0.3 );
}

#content-img-accordion .dsm_image_accordion_child_content {
  padding: 9.84% 14% !important;
}

#content-img-accordion .dsm_image_accordion_child .et_pb_module_inner {
  align-items: flex-end !important;
}

#content-img-accordion .dsm_image_accordion_title {
  font-family: 'Source Sans 3', 'Poppins', sans-serif !important;
  font-size: 32px;
  font-weight: 700 !important;
  line-height: 110%;
}

#content-img-accordion .dsm_image_accordion_title ,
#content-img-accordion .dsm_image_accordion_description {
  padding-bottom: 35px !important;
  margin-bottom: 0 !important;
}

#content-img-accordion .dsm_image_accordion_description ,
#content-img-accordion .dsm_image_accordion_description * {
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 128% !important;
  color: #fff;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.5 );
}




.bg-logo:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url('/wp-content/uploads/2025/07/wp_favicon_white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.12;
}



#main-content #topic-grid-section {
  margin-top: -3px !important;
  background-position: 105% 100%, 0% 0% !important;
  hyphens: manual !important;
}

#main-content .topic-grid-row {
  display: flex !important;
  gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  width: 100% !important;
  margin-right: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.topic-grid-row:before ,
.topic-grid-row:after {
  content: none;
  display: none;
}

#main-content .topic-grid-row + .topic-grid-row {
  padding-top: 30px !important;
}

#main-content #topic-slider {
  display: none !important;
}

#main-content #topic-slider * {
  user-select: none !important;
}

.topic-grid-row .et_pb_column ,
#topic-slider .et_pb_slide {
  /* position: relative; */
  flex-basis: 26.633% !important;
  flex-shrink: 0;
  /* width: auto; */
  /* margin: 0 !important; */
  padding: 20px 40px 20px 40px;
  border-radius: 22px;
  background: #F4F4F0;
}

.topic-grid-row .et_pb_column {
  width: unset !important;
  margin-right: 0 !important;
}

#topic-slider .et_pb_slide {
  flex-basis: auto !important;
  width: 100%;
}

#topic-slider .et_pb_slider_container_inner > * {
  width: 100% !important;
  min-width: 100% !important;
}

.topic-grid-row:after {
  content: '';
  display: flex;
  width: auto !important;
  flex-basis: 235px;
  flex-shrink: 3;
}

.topic-grid-row .et_pb_column .et_pb_text ,
#topic-slider .et_pb_slide .et_pb_slide_content {
  margin-bottom: 0 !important;
  padding-bottom: 30px;
  padding-right: 30px;
}

#topic-slider .et_pb_slide .et_pb_slide_content {
  padding-bottom: 80px !important;
}

.topic-grid-row .et_pb_column .et_pb_text ,
.topic-grid-row .et_pb_column .et_pb_text * ,
#topic-slider .et_pb_slide .et_pb_slide_content ,
#topic-slider .et_pb_slide .et_pb_slide_title {
  font-weight: 500 !important;
  color: #033869 !important;
  text-shadow: none !important;
}

#topic-slider .et_pb_slide .et_pb_slide_title {
  font-size: 30px !important;
  text-align: center !important;
}

#topic-slider .et_pb_slide .et_pb_slide_description {
  padding: 0 !important;
}

#topic-slider .et_pb_slide .et_pb_slide_content {
  display: none !important;
}

.topic-grid-row .et_pb_column .et_pb_image ,
#topic-slider .et_pb_slide .et_pb_slide_image {
  position: static !important;
  display: flex !important;
  margin: 0 !important;
  padding: 20px 50px;
}

.topic-grid-row .et_pb_column .et_pb_image_wrap ,
#topic-slider .et_pb_slide .et_pb_slide_image {
  display: flex;
  justify-content: center;
  width: 100%;
}

.topic-grid-row .et_pb_column .et_pb_image img ,
#topic-slider .et_pb_slide .et_pb_slide_image img {
  display: block;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center !important;
  width: 128px !important;
  height: 128px !important;
  max-width: 100% !important;
}

.topic-grid-row .et_pb_column .et_pb_image .wp-image-4524, #topic-slider .et_pb_slide .et_pb_slide_image .wp-image-4524 {
  display: block;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center !important;
  width: 145px !important;
  height: 145px !important;
  max-width: 100% !important;
}

.topic-grid-row .et_pb_column .et_pb_image_7, #topic-slider .et_pb_slide .et_pb_image_7 {
  position: static !important;
  display: flex !important;
  margin: 0 !important;
  padding: 20px 50px 5px;
}

#topic-slider .et_pb_slide .et_pb_slide_image img {
  width: 100px !important;
  height: 100px !important;
}

.topic-grid-row .et_pb_button_module_wrapper {
  position: static;
}

.topic-grid-row .et_pb_button ,
#topic-slider .et_pb_slide .et_pb_button ,
.et_pb_accordion_item .et_pb_toggle_title:before ,
.et_pb_accordion_item .et_pb_toggle_title:after,
.et_pb_toggle_item .et_pb_toggle_title:before ,
.et_pb_toggle_item .et_pb_toggle_title:after{
  content: '+';
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: absolute !important;
  right: 20px !important;
  bottom: 20px !important;
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border-radius: 9999999px !important;
  background-image: url('/wp-content/uploads/2025/07/wp_icon_minus.svg') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 50% 50% !important;
  font-size: 0.000001px !important;
  color: transparent !important;
  transition: transform 0.4s linear;
}

#topic-slider .et_pb_slide .et_pb_button {
  position: static !important;
}

.topic-grid-row .et_pb_button ,
#topic-slider .et_pb_slide .et_pb_button {
  background-image: url('/wp-content/uploads/2025/07/wp_icon_plus.svg') !important;
}

#topic-slider .et-pb-slider-arrows * {
  color: #7DF897 !important;
  font-size: 74px;
  transition-property: background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

#topic-slider .et-pb-arrow-prev {
  left: -16px !important;
}

#topic-slider .et-pb-arrow-next {
  right: -16px !important;
}

#topic-slider .et-pb-controllers a {
  background-color: #7DF897 !important;
  width: 16px;
  height: 16px;
  border-radius: 999999px;
  transition-property: color , opacity;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease-in-out , ease-in-out;
}

#topic-slider .et-pb-slider-arrows *:hover ,
#topic-slider .et-pb-slider-arrows *:active ,
#topic-slider .et-pb-slider-arrows *:focus {
  color: #E13671 !important;
}

#topic-slider .et-pb-controllers a:hover ,
#topic-slider .et-pb-controllers a:focus ,
#topic-slider .et-pb-controllers a:active ,
#topic-slider .et-pb-controllers a.et-pb-active-control:hover ,
#topic-slider .et-pb-controllers a.et-pb-active-control:focus ,
#topic-slider .et-pb-controllers a.et-pb-active-control:active {
  background-color: #E13671 !important;
}

#topic-slider .et-pb-controllers a {
  opacity: 0.45 !important;
}

#topic-slider .et-pb-controllers a.et-pb-active-control {
  opacity: 1 !important;
}





.et_pb_accordion_item .et_pb_toggle_title:after,
.et_pb_toggle_item .et_pb_toggle_title:after {
  transform: rotate( -90deg );
}

.et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:after,
.et_pb_toggle_item.et_pb_toggle_open .et_pb_toggle_title:after {
  transform: rotate( 0deg );
}



.mitdir-row {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mitdir-row > .et_pb_column:first-child {
  align-self: flex-end;
}

.mitdir-row > .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.mitdir-row img {
  display: block !important;
  margin-left: -11% !important;
}

.bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative !important;
  width: 6.45em !important;
  height: 6.45em !important;
  margin: 0 -3.75% -35.5% auto !important;
  padding: 15px !important;
  width: 54% !important;
  height: auto !important;
  padding: 0 0 54% 0 !important;
  border-radius: 99999999px;
  background: #003869 !important;
  transform:  translateY(0%) scale(100%) rotate(10deg);
  opacity: 1;
  transition-property: transform , opacity;
  transition-duration: .9s , 0.85s;
  transition-delay: 0s , 0.025s;
  transition-timing-function: ease-out, linear;
}

.bubble > * {
  position: absolute;
  inset: 0;
  top: 50%;
  transform: translateY(-45%);
}

.bubble * {
  padding-top: 1.2%;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em !important;
  line-height: 110%;
  text-align: center !important;
}

.bubble.invis {
  transform:  translateY(100%) scale(40%) rotate(-450deg);
  opacity: 0;
}



.et_pb_accordion_item ,
.et_pb_accordion_item.et_pb_toggle_close ,
.et_pb_toggle_item ,
.et_pb_toggle_item.et_pb_toggle_close  {
  padding: 0px 0px !important;
  border: none !important;
  border-radius: 34px !important;
  background-color: #EDEDED !important;
}

.et_pb_accordion_item.et_pb_toggle_open ,
.et_pb_toggle_item.et_pb_toggle_open {
  padding: 0px 0px !important;
  border: none !important;
  border-radius: 34px !important;
  background-color: #f9f9f9 !important;
}

.et_pb_accordion_item .et_pb_toggle_title{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 16px 72px 16px 40px !important;
  font-family: 'Source Sans 3', 'Poppins', sans-serif !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  color: #244260 !important;
  background-color: transparent;
  background-image: linear-gradient( transparent 0%, transparent 100% );
  /* transition: background-image 0.35s ease-in-out; */
}

.et_pb_toggle_item .et_pb_toggle_title {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 1.0em 75px 0.8em 40px !important;
  font-family: 'Source Sans 3', 'Poppins', sans-serif !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  color: #244260 !important;
  background-color: transparent;
  background-image: linear-gradient( transparent 0%, transparent 100% );
  transition: background-image 0.35s ease-in-out;
}

.et_pb_accordion_item .et_pb_toggle_title:hover,
.et_pb_toggle_item .et_pb_toggle_title:hover ,
.interest-links .et_pb_button:hover {
  color: #ffffff !important;
  border-radius: 34px !important;
  background: var(--hover-bg) !important;
}

.et_pb_accordion_item .et_pb_toggle_title:before ,
.et_pb_accordion_item .et_pb_toggle_title:after ,
.et_pb_toggle_item .et_pb_toggle_title:before ,
.et_pb_toggle_item .et_pb_toggle_title:after  {
  bottom: auto !important;
  top: auto !important;
  right: 30px !important;
  width: 36px !important;
  height: 36px !important;
  /* background-size: 70% 70% !important; */
}

.et_pb_accordion_item .et_pb_toggle_content,
.et_pb_toggle_item .et_pb_toggle_content  {
  position: relative;
  padding: 20px 40px 40px;
}

.et_pb_toggle_item.et_pb_toggle.et_pb_toggle_open.et_pb_module h5.et_pb_toggle_title {
  color: #033869 !important;
  font-size: 25px;
  pointer-events: none !important;
}

.et_pb_toggle_item.et_pb_toggle.et_pb_toggle_open.et_pb_module h5.et_pb_toggle_title:hover{
  color: #ffffff !important;
}

.et_pb_toggle_item.et_pb_toggle.et_pb_toggle_open.et_pb_module h5.et_pb_toggle_title:after {
  pointer-events: all !important;
}

#main-content .lila-kasten-wrapper,
#main-content .lila-kasten-wrapper h3{
  color: #ffffff !important;
}

#main-content .lila-kasten-wrapper ul {
  column-count: 2;
  column-gap: 20px;
}



#main-content #exwi-finder-wrapper ,
#main-content #section-initiative > .et_pb_row,
#main-content .lila-kasten-wrapper > .et_pb_row {
  max-width: 1640px !important;
  border-radius: 22px !important;
  padding: 0 !important;
}

#main-content #exwi-finder-wrapper {
  background: #033869 !important;
}

#main-content #exwi-finder-wrapper > .et_pb_column ,
#main-content #section-initiative > .et_pb_row > .et_pb_column,
#main-content .lila-kasten-wrapper > .et_pb_row > .et_pb_column{
  padding: 80px 130px !important;
}

#exwi-finder-wrapper .et_pb_module_heading {
  hyphens: manual !important;
}

#exwi-finder-wrapper .et_pb_heading * ,
#exwi-finder-wrapper .et_pb_text_inner ,
#exwi-finder-wrapper .et_pb_text_inner * {
  color: #fff !important;
}

#exwi-finder-wrapper .et_pb_heading {
  margin-bottom: 25px !important;
}

#exwi-finder-wrapper .et_pb_text_inner {
  margin-bottom: 80px !important;
}

#exwi-finder-wrapper input ,
#exwi-finder-wrapper select {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60px !important;
  padding: 16px 15px 13px 15px !important;
  border: none !important;
  border-radius: 30px !important;
  background: #fff;
  color: #033869 !important;
  line-height: 100% !important;
  font-weight: 500 !important;
  letter-spacing: -0.025ch;
  appearance: none !important;
}

#exwi-finder-wrapper input::placeholder {
  color: #033869 !important;
}

#exwi-finder-wrapper select {
  padding-right: 40px !important;
}

#exwi-finder-wrapper select ,
#exwi-finder-wrapper .et_pb_button {
  cursor: pointer;
}

#finder-radius-wrapper ,
#finder-type-wrapper {
  position: relative;
}

#finder-radius-wrapper:after ,
#finder-type-wrapper:after {
  content: '';
  position: absolute;
  right: 15px !important;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/07/wp_icon_down.svg');
  background-size: contain;
  pointer-events: none;
}

#finder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px 6.4%;
}

#finder-city-wrapper {
  position: relative;
}

#finder-city-results {
  position: absolute;
  inset: 100% 0 auto 0;
  background: white;
}

#finder-city-results > * {
  cursor: pointer;
}

#finder-city-results:not( :has( .selected ) ) > *:hover ,
#finder-city-results > *.selected {
  background: grey;
}

#finder-submit {
  align-self: flex-end;
  max-width: fit-content;
  padding: 20px !important;
  font-size: 28px !important;
  font-weight: 500 !important;
}

#finder-submit ,
#finder > img {
  align-self: flex-end;
  max-width: 50%;
  width: unset !important;
  flex-basis: 21%;
}

#finder > img {
  aspect-ratio: 49 / 12;
  height: auto !important;
}

#finder-city-wrapper {
  width: unset !important;
  flex-basis: 42% !important;
}

#finder-radius-wrapper {
  width: unset !important;
  flex-basis: 19% !important;
}

#finder-type-wrapper {
  width: unset !important;
  flex-basis: 26% !important;
}

.scalable {
  z-index: 999999;
  transform: scale(1.0);
  transition: transform 0.6s ease-in-out;
}


#faq.et_pb_accordion {
  width: 100% !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}




body:not( .home ) #main-content #hero-section {
  padding-bottom: 0 !important;
  border-radius: 0 0 45px 45px;
  overflow: hidden !important;
}

body:not( .home ) #main-content #hero-section ,
body:not( .home ) #main-content #hero-section > .et_pb_row {
  height: 800px !important;
  height: clamp( 580px, calc(250px + 40vw ), 800px ) !important;
}

body.impress #main-content #hero-section ,
body.impress #main-content #hero-section > .et_pb_row {
  height: 250px !important;
}

body:not( .home , .wiki, .impress) #main-content #hero-section + .et_pb_section {
  z-index: 12 !important;
  margin-top: -85px !important;
}

body:not( .home ) #main-content #hero-section .et_pb_row {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  gap: 40px;
  width: 100% !important;
  max-width: 1364px !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: clamp( 80px, 4.2vw, 20px ) !important;
}

body:not( .home ) #main-content #hero-section .et_pb_row:after {
  content: none !important;
  display: none !important;
}

body:not( .home ) #main-content #hero-section .et_pb_column {
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

body:not( .home ) #main-content #hero-section .et_pb_column:first-child {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

body:not( .home ) #main-content #hero-section * {
  position: static !important;
}

body.only-text-hero #main-content #hero-section * {
  position: relative !important;
}

body:not( .home ) #main-content #hero-section .et_pb_column.et-last-child ,
body:not( .home ) #main-content #hero-section .et_pb_column.et-last-child * {
  object-position: right bottom;
  object-fit: contain;
  display: block;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  margin-right: 0 !important;
  margin-left: auto !important;
  float: none !important;
}

body:not( .home ) #main-content #hero-section .et_pb_column {
  flex-shrink: 5 !important;
  flex-basis: 100% !important;
  max-width: auto !important;
  width: auto !important;
}

body:not( .home ) #main-content #hero-section .et_pb_column.et-last-child {
  flex-shrink: 2 !important;
  min-width: 260px !important;
  max-width: 430px !important;
  width: auto !important;
}

body.only-text-hero  #main-content #hero-section .et_pb_column.et-last-child {
 min-width: 100% !important;
 max-width: 100% !important;
 height: calc(100%);
 height: calc(100%);
 height: calc(100%);
}

body.first-content-minus85 #main-content #hero-section .et_pb_column.et-last-child {
 min-width: 100% !important;
 max-width: 100% !important;
 height: calc(100% - 85px);
 height: calc(100% - 85px);
 height: calc(100% - 85px);
}

body.only-text-hero #main-content #hero-section .et_pb_column.et-last-child,
body.only-text-hero #main-content #hero-section .et_pb_column.et-last-child * {
  display: flex;
  gap: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.only-text-hero #hero-section .et_pb_module_heading {
  left: auto !important;
  top: auto !important;
  color: #fff;
}



body:not( .home ) #main-content #hero-section .et_pb_column.et-last-child img {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

body.only-text-hero #main-content #hero-section .et_pb_module_heading {
  display: block !important;
  position: absolute;
  left: 0;
  top: 11vw;
  bottom: auto !important;
  color: #fff;
  min-height: 0 !important;
  height: auto !important;
}

#main-content .et_pb_section.section-cores {
  max-width: 1364px !important;
  margin: 0 auto 160px auto;
  padding: 100px 85px 0 85px !important;
  border-radius: 22px !important;
}

#main-content .et_pb_section.section-cores * {
  color: #fff;
}

#main-content .et_pb_section.section-cores#section-core-wohlstand {
  background: linear-gradient(135deg, #DB65CF 25%, #F5DCF2 100%);
}

#main-content .et_pb_section.section-cores#section-core-jobs {
  background: linear-gradient(145deg,#92D4C4 25%,#BAE6DC 100%);
}

#main-content .et_pb_section.section-cores#section-core-erfolg {
  background: linear-gradient(145deg,#9282B2 25%,#B3A8C9 100%);
}

#main-content .et_pb_section.section-cores .et_pb_row {
  border-radius: 0 !important;
  background: none !important;
}

#main-content .section-cores * {
  float: none !important;
}

#main-content .section-cores .core-row-normal:after ,
#main-content .section-cores .core-row-breakout:after {
  content: none !important;
  display: none !important;
}

#main-content .section-cores .core-row-normal {
  overflow: visible;
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  gap: min( 6vw, 40px ) 40px;
  max-width: 100% !important;
  padding: 0 0 30px 0 !important;
}

#main-content .section-cores .core-row-normal .et_pb_column ,
#main-content .section-cores .core-row-breakout .et_pb_column {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

#main-content .section-cores .core-row-normal .et_pb_column:first-child {
  flex-basis: 58%;
  flex-shrink: 5;
}

#main-content .section-cores .core-row-normal .et_pb_column:last-child {
  flex-basis: 42%;
  flex-shrink: 2;
}

#main-content .section-cores .core-row-normal .et_pb_image_wrap ,
#main-content .section-cores .core-row-normal .et_pb_image_wrap img {
  position: relative;
  display: block;
  min-width: 100% !important;
  width: 100% !important;
  max-width: 410px !important;
  height: auto !important;
}

#main-content .section-cores .core-row-normal .et_pb_heading {
  margin: 0 !important;
  padding: 0 !important;
}

#main-content .section-cores .core-row-normal .et_pb_module_heading {
  padding-top: 30px !important;
  padding-bottom: 60px !important;
  font-size: 45px !important;
  line-height: 110% !important;
}

#main-content .section-cores .core-row-normal p {
  padding-bottom: 1.2em !important;
}

#main-content .section-cores .core-row-normal p:first-child {
  padding-bottom: 2.4em !important;
  font-weight: 500 !important;
}

#main-content .section-cores .core-row-normal p:last-child {
  padding-bottom: 0 !important;
}

/*
#main-content .section-cores .core-row-normal .et_pb_image_wrap:after {
  content: url('/wp-content/uploads/2025/07/wp_favicon.svg');
  position: absolute;
  bottom: -45%;
  left: -4%;
  right: auto;
  width: 114%;
  height: auto;
}
 */
#main-content .et_pb_section.section-cores .et_pb_row.core-row-breakout {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: 80px 8%;
  max-width: 100% !important;
  bottom: -60px !important;
  padding: 50px min( 80px, 6.701% ) !important;
  border-radius: 22px !important;
  background-color: #41438D;
  background-image: url('/wp-content/uploads/2025/07/wp_hero_bg_gradient.svg') !important;
  background-position: right top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#main-content .section-cores .core-row-breakout .et_pb_column:first-child img {
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
  border-radius: 9999999px;
}

#main-content .et_pb_section.section-cores .et_pb_row.core-row-breakout .et_pb_text {
  font-weight: 500 !important;
}

#main-content .section-cores .core-row-breakout .et_pb_column {
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-content .section-cores .core-row-breakout .et_pb_column:last-child * {
  text-align: center !important;
}





body.impress #main-content .et_pb_section + .et_pb_section .et_pb_module * ,
body.impress #main-content .et_pb_section + .et_pb_section .et_pb_module p ,
body.impress #main-content .et_pb_section + .et_pb_section .et_pb_module a {
  color: #003869;
}

body.impress #main-content #hero-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html body.impress #main-content #hero-section + .et_pb_section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html body.impress #main-content .et_pb_section + .et_pb_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.impress #main-content .et_pb_section {
  margin-bottom: 0 !important;
}

body.impress #main-content .et_pb_section:last-child {
  margin-bottom: 300px !important;
}

body.impress #main-content .et_pb_row {
  width: 100% !important;
  max-width: 1364px !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.impress #main-content .et_pb_heading {
  padding-top: 150px !important;
  padding-bottom: 40px !important;
  margin-bottom: 0 !important;
}

address {
  font-style: normal !important;
}

body.impress .et_pb_text * ,
body.impress .et_pb_code * {
  font-size: 1rem !important;
}

body.impress .et_pb_text a ,
body.impress .et_pb_code a {
  text-decoration: underline !important;
}

body.impress h2 {
  margin-top: 150px0 !important;
  /* font-size: 74px !important; */
}

body.impress h3 ,
body.impress h4 {
  /* font-size: 40px !important; */
  font-weight: 700 !important;
}

body.impress h3 + h4 {
  margin-top: 1em !important;
}





body.idw h2 , body.idw h3 {
  line-height: 115% !important;
}

body.idw h3 {
  font-size: 45px !important;
  font-weight: 700 !important;
}

body.idw #main-content #hero-section .et_pb_column.et-last-child {
  margin-left: 0 !important;
}

body.idw .unterseiten-verschiebung-hero {
  padding-bottom: 0 !important;
}

body.idw #main-content .unterseiten-verschiebung-hero ~ .et_pb_section {
  margin-top: 150px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.idw #main-content .unterseiten-verschiebung-hero ~ .et_pb_section:last-child {
  padding-bottom: 150px !important;
}

body.idw .unterseiten-verschiebung-hero ~ .et_pb_section .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.idw #main-content .unterseiten-verschiebung-hero ~ .et_pb_section .et_pb_row {
  width: 100% !important;
  /* max-width: 1364px !important; */
  margin: 0 auto !important;
  /* padding-left: 0 !important; */
  /* padding-right: 0 !important; */
}

body.idw #main-content .unterseiten-verschiebung-hero + .et_pb_section {
  margin-top: 50px !important;
}

body.idw .unterseiten-verschiebung-hero .et_pb_column {
  padding: min( 145px, 8.84% ) min( 145px, 8.54% ) min( 160px, 9.76% ) min( 140px, 8.54% ) !important;
  border-radius: 22px !important;
}

body.idw .unterseiten-verschiebung-hero .et_pb_heading {
  margin-bottom: 60px !important;
}



body.idw .unterseiten-verschiebung-hero ~ .et_pb_section .et_pb_row.interest-links {
  padding-top: 100px !important;
}

.interest-links a:active,
.interest-links a:focus{
  color: #033869 !important;
}

.interest-links a.et_pb_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 62px !important;
  padding: 0.832em 100px 0.54em 40px !important;
  background: #EDEDED !important;
}

.interest-links a.et_pb_button:after {
  box-sizing: border-box;
  display: inline-block !important;
  content: url('/wp-content/uploads/2025/08/wp_icon_arrow_down.svg') !important;
  position: absolute !important;
  font-size: inherit !important;
  top: 50%;
  right: 11px;
  bottom: auto;
  left: auto;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  padding: 7px !important;
  border-radius: 9999999px !important;
  background: #7CF897 !important;
  transform: translateY(-50%) rotate( -90deg ) !important;
}

.interest-links .et_pb_column {
  width: 46.34% !important;
}

.interest-links .et_pb_column.first-child {
  margin-right: 7.32% !important;
}

.interest-links .et_pb_button {
  margin-bottom: 20px !important;
}

.interest-links .et_pb_button:last-child {
  margin-bottom: 0 !important;
}



/*

@media screen AND ( max-width: 1680px ) {

  #main-content #exwi-finder-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
*/



/* STRIKE-THROUGH EFFECT */

/*
html body #et-main-area #main-content *:has( *:is( .strike , .strich ) ) {
  overflow: visible !important;
}
*/

.strike , .strich ,
body:not(.home) #main-content #hero-section *:is( .strike , .strich ) {
  overflow: visible;
  display: inline !important;
  position: relative !important;
  font-weight: bold;
}

*:is( .strike , .strich ) > canvas.strike-canvas ,
body:not(.home) #main-content #hero-section canvas.strike-canvas {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  filter: blur(.02cqw);
}


.page-id-4557 #main-content #hero-section canvas.strike-canvas {
  top: 25% !important;
}





@media screen AND ( max-width: 1449px ) {

  body:not(.home) #main-content #hero-section .et_pb_row ,
  #main-content .et_pb_section.section-cores {
    max-width: calc( 100vw - 140px ) !important;
    width: 100% !important;
  }

  body:not(.home) #main-content #hero-section .et_pb_module_heading {
    position: relative !important;
    inset: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 85px !important;
    align-content: center;
  }
}


@media screen AND ( max-width: 1199px ) {


  #circle-section .et_pb_column {
    width: 100%;
    min-width: 100%;
  }

  #circle-section > .et_pb_row .et_pb_column:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #circle-section > .et_pb_row .et_pb_column:first-child + .et_pb_column {
    margin-top: 10vw !important;
  }

  #circle-section .et_pb_slide_description {
    width: 100% !important;
    float: none !important;
  }

  #circle-section .et-pb-controllers a {
    width: 90px;
    width: 12.65vw;
    height: 90px;
    height: 12.65vw;
    font-size: 0.00001px !important;
  }

  #circle-section .et-pb-controllers a img {
    width: 80px;
    width: 8.7vw;
    height: 80px;
    height: 8.7vw;
  }

  #circle-section .et-pb-controllers a:hover ,
  #circle-section .et-pb-controllers a.et-pb-active-control {
    /* transform: translate( -50%, -50% ) scale( 1.1 ); */
  }

  #circle-section .et_pb_slider:before {
    transform: scale(1.1);
  }

  #circle-section .et_pb_slider:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999999999px;
    border: 1px dashed #fff;
    transform: scale(1.15) rotate(0deg);
    animation: circleSpinMob 120s linear 0s infinite both;
  }

  @keyframes circleSpinMob {
    0% { transform: scale(1.15) rotate(0deg); }
    100% { transform: scale(1.15) rotate(360deg); }
  }

  #circle-section .et_pb_slide_description {
    padding: 12% !important;
  }

  #circle-section .et_pb_slider ,
  #circle-section .et_pb_slides ,
  #circle-section .et_pb_slide ,
  #circle-section .et_pb_slide .et_pb_container ,
  #circle-section .et_pb_slider_container_inner ,
  #circle-section .et_pb_slide_image {
    width: 60vw !important;
    height: 60vw !important;
  }

  #circle-section .et_pb_slider {
    width: 100% !important;
    height: 100% !important;
    max-width: 60vw !important;
    max-height: 60vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #circle-section .et_pb_slide_description .et_pb_slide_title {
    font-size: min( 1.8rem, 3.8vw ) !important;
  }

  #circle-section .et_pb_slide_description .et_pb_slide_content {
    font-size: min( 1rem, 2.15vw ) !important;
  }

  #circle-section .et_pb_slide_description .et_pb_button ,
  #circle-section .et_pb_slide_description .et_pb_button * {
    font-size: min(25px, 2.1vw ) !important;
  }




  .mitdir-row {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .mitdir-row > .et_pb_column {
    width: 100%;
    min-width: 100%;
  }

  .mitdir-row > .et_pb_column:first-child {
    order: 2;
    min-width: 0 !important;
    max-width: 600px;
    margin: 0 auto !important
  }

  .mitdir-row > .et_pb_column:first-child + * {
    order: 1;
  }

  .mitdir-row img {
    margin-left: -5px !important;
    margin-bottom: -1px !important;
  }

}

@media screen AND ( max-width: 980px ) {

  #topic-grid-section {
    background-image: none , linear-gradient(180deg,#B0DDF5 0%,#ffffff 40%,#ffffff 70%,#ffffff 100%) !important;
  }
}

@media screen AND ( max-width: 979px ) {

  :root, html, body, div, p, ul, ol, li, li a, address, form, label, input, button {
    font-size: 19px !important;
  }

  h2 , /* h2 * */ {
    font-size: 42px !important;
  }

  #main-content .et_pb_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }




  #circle-section .et_pb_slider ,
  #circle-section .et_pb_slides ,
  #circle-section .et_pb_slide ,
  #circle-section .et_pb_slide .et_pb_container ,
  #circle-section .et_pb_slider_container_inner ,
  #circle-section .et_pb_slide_image {
    width: 70vw !important;
    height: 70vw !important;
  }

  #circle-section .et_pb_slider {
    width: 100% !important;
    height: 100% !important;
    max-width: 70vw !important;
    max-height: 70vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }





  #topic-grid-section .et_pb_column {
    margin-bottom: 0 !important;
  }

  #topic-grid-section .et_pb_row:first-child {
    padding-bottom: 0 !important;
  }

  #topic-grid-section .et_pb_column:first-child .et_pb_image {
    margin-bottom: -400px;
    margin-bottom: calc( ( abs( 980px - 100vw ) * 0.1 ) - 400px );
  }

  #topic-grid-section .et_pb_column:first-child .et_pb_image * {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


  /*
  .et_pb_accordion_item ,
  .et_pb_accordion_item.et_pb_toggle_open ,
  .et_pb_accordion_item.et_pb_toggle_close {
    padding: 16px 24px !important;
  }
  */



  #main-content .et_pb_section.section-cores .et_pb_row.core-row-breakout .et_pb_text {
    font-size: 19px !important;
  }



  .interest-links > .et_pb_column {
    width: 100%;
    min-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}


@media ( max-width: 767px ) {

  #content-img-accordion .dsm_image_accordion_child .et_pb_module_inner {
    align-items: center !important;
  }

  #content-img-accordion .dsm_image_accordion_active_item .et_pb_module_inner {
    background-color: rgba( 0, 0, 0, 0.45 );
  }

  header .et_pb_row_0_tb_header.et_pb_row {
    padding: 20px 20px 35px 20px !important;
  }

  #circle-section .et_pb_slide_description {
    padding: 20% 0 !important;
  }

  #circle-section .et_pb_slide_description > * {
    padding-left: 20%;
    padding-right: 20%;
  }

  #circle-section .et_pb_slide_description .et_pb_slide_title {
    font-size: 1.7rem !important;
    font-weight: 600 !important;
    padding-bottom: 10px !important;
  }

  #circle-section .et_pb_slide_description .et_pb_slide_content {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 0.95rem !important;
    padding-bottom: 10px !important;
  }

  #circle-section .et_pb_slide_description .et_pb_button {
    width: fit-content;
    padding: 12px !important;
  }

  #circle-section .et_pb_slider ,
  #circle-section .et_pb_slides ,
  #circle-section .et_pb_slide ,
  #circle-section .et_pb_slide .et_pb_container ,
  #circle-section .et_pb_slider_container_inner ,
  #circle-section .et_pb_slide_image {
    width: calc( 100vw - 80px ) !important;
    height: calc( 100vw - 80px ) !important;
  }

  #circle-section .et_pb_slider {
    max-width: calc( 100vw - 80px ) !important;
    max-height: calc( 100vw - 80px ) !important;
  }



  #hero-img-accordion .dsm_image_accordion_child_0 {
    background-position:
      105% -37vw ,
      center !important;
  }

  #hero-img-accordion .dsm_image_accordion_child_1 {
    background-position:
      100% -37vw ,
      center !important;
  }

  #hero-img-accordion .dsm_image_accordion_child_2 {
    background-position:
      100% -37vw ,
      center !important;
  }

  #hero-img-accordion .dsm_image_accordion_wrapper {
    height: 700px;
    height: 146.14vw;
  }

  #hero-img-accordion .dsm_image_accordion_child > div.et_pb_module_inner {
    top: 15px !important;
  }

  #hero-img-accordion .dsm_image_accordion_child .dsm_image_accordion_title ,
  #hero-img-cardstack .et_pb_module_header {
    font-size: 6vw;
    font-size: 6cqw;
    opacity: 1 !important;
  }

  #hero-img-accordion .dsm_image_accordion_child:after ,
  #hero-img-cardstack .et_pb_promo_description > div {
    -webkit-transition: opacity 1.28s !important;
    -o-transition: opacity 1.28s !important;
    transition: opacity 1.28s !important;
      transition-delay: 0s !important;
    -webkit-transition-delay: .28s !important;
    -o-transition-delay: .28s !important;
    transition-delay: .28s !important;
    display: flex !important;
    opacity: 1 !important;
    position: absolute !important;
    bottom: 0px !important;
    background: transparent !important;
    height: 140px !important;
    width: calc(85% - 10%) !important;
    left: 0 !important;
    padding: 0 5% !important;
    color: #ffffff !important;
    text-align: left !important;
    top: auto !important;
    align-items: center !important;

    width: 100% !important;
    padding-right: 20% !important;
    box-sizing: border-box !important;
  }

  #hero-img-accordion .dsm_image_accordion_child_0:after {
    background: #4A4C95 !important;
  }

  #hero-img-accordion .dsm_image_accordion_child_1:after {
    background: #4A4C95 !important;
  }

  #hero-img-accordion .dsm_image_accordion_child_2:after {
    background: #4A4C95 !important;
  }

  #hero-img-accordion .dsm_image_accordion_child .dsm_image_accordion_title br {
    display: none !important;
  }

  #hero-img-accordion .dsm_image_accordion_child .dsm_image_accordion_title .red-text-color {
    padding-left: 0.4ch !important;
  }

  #hero-img-accordion .scroll-button::before ,
  #hero-img-cardstack .et_pb_button:before {
    font-size: 6.365vw !important;
  }

  #content-img-accordion .dsm_image_accordion_title {
    display: none !important;
  }




  #circle-section .et_pb_slide_description .et_pb_button ,
  #circle-section .et_pb_slide_description .et_pb_button * {
    font-size: 17px !important;
  }


  .et_pb_accordion_item .et_pb_toggle_title::before,
  .et_pb_accordion_item .et_pb_toggle_title::after,
  .et_pb_toggle_item .et_pb_toggle_title::before,
  .et_pb_toggle_item .et_pb_toggle_title::after {
    width: 30px !important;
    height: 30px !important;
  }

  .et_pb_accordion_item .et_pb_toggle_title ,
  .et_pb_toggle_item .et_pb_toggle_title {
    padding: 15px 52px 11px 20px !important;
    font-size: 20px !important;
  }

  .et_pb_accordion_item .et_pb_toggle_title::before ,
  .et_pb_accordion_item .et_pb_toggle_title::after ,
  .et_pb_toggle_item .et_pb_toggle_title::before ,
  .et_pb_toggle_item .et_pb_toggle_title::after {
    right: 10px !important;
    margin-top: -4px !important;
  }


  .bubble * {
    padding-top: 5%;
  }




  body:not( .home ) #main-content #hero-section .et_pb_column:first-child {
    z-index: 11;
    position: absolute !important;
  }

  body:not( .home ) #main-content #hero-section .et_pb_column.et-last-child {
    z-index: 9;
    min-width: 280px !important;
    width: 100% !important;
    max-width: 280px !important;
    margin-left: auto !important;
    float: right !important;
  }

  body.only-text-hero  #main-content #hero-section .et_pb_column.et-last-child {
   min-width: 100% !important;
   max-width: 100% !important;
  }


  body:not(.home) #main-content #hero-section .et_pb_row {
    display: block !important;
    padding: 0 !important;
  }

  body:not( .home , .wiki, .first-content-minus85 ) #main-content #hero-section + .et_pb_section ,
  #main-content .et_pb_section.section-cores {
    margin-top: calc( 30vw + 40px ) !important;
    padding-top: 40px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  body:not(.home) #main-content #hero-section .et_pb_row ,
  #main-content .et_pb_section.section-cores {
    max-width: calc( 100vw - 40px ) !important;
  }

  body.kerne #main-content .et_pb_section + .et_pb_section + .et_pb_section {
    margin-top: calc( 30vw + 40px + 60px ) !important;
  }

  #main-content .section-cores .core-row-normal .et_pb_image_wrap img {
    min-width: 0 !important;
    width: clamp( 200px, 54vw, 400px ) !important;
    max-width: 100% !important;
    margin: auto !important;
  }

  #main-content .section-cores .core-row-normal ,
  #main-content .section-cores .core-row-breakout {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100% !important;
  }

  #main-content .section-cores .core-row-breakout {
    padding: 40px !important;
    gap: 40px !important;
  }

  #main-content .section-cores .core-row-normal {
    margin-top: -34vw !important;
    padding-bottom: 0 !important;
  }

  #main-content .section-cores .core-row-normal .et_pb_column:first-child {
    order: 2;
  }

  #main-content .section-cores .core-row-normal .et_pb_column:last-child {
    order: 1;
  }

  #main-content .section-cores .core-row-breakout .et_pb_column:first-child img {
    max-width: 340px !important;
  }

  #main-content .section-cores .core-row-normal .et_pb_module_heading {
    padding-bottom: 40px !important;
  }

  #main-content .section-cores .core-row-normal p:first-child {
    padding-bottom: 1.2em !important;
    letter-spacing: 0.03em;
  }



  body.impress #main-content #hero-section ,
  body.impress #main-content #hero-section > .et_pb_row {
    height: 150px !important;
  }

  body.impress #main-content .et_pb_heading {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
  }

  body.impress #main-content #hero-section .et_pb_heading {
    padding-top: 140px !important;
  }

  body.impress #main-content .et_pb_section:last-child {
    margin-bottom: 60px !important;
  }



  body.kernfelder .headline-icon-tablet-mobile-wrapper:has( > .icon-col ) {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 60px !important;
    overflow: visible !important;
  }

  body.kernfelder .headline-icon-tablet-mobile-wrapper > .icon-col {
    display: block !important;
    z-index: 20;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: fit-content !important;
    max-width: 100%;
    transform: translateX(-50%);
    margin-bottom: -20px !important;
  }

  body.kernfelder .headline-icon-tablet-mobile-wrapper > .icon-col * {
    display: block !important;
    height: auto !important;
  }

  body.kernfelder .headline-icon-tablet-mobile-wrapper > *:first-child {
    width: 100% !important;
  }

  body.kernfelder .headline-icon-tablet-mobile-wrapper > .icon-col * {
    display: block !important;
    width: fit-content !important;
    object-fit: contain;
    object-position: center;
  }

  body.kernfelder .headline-icon-tablet-mobile-wrapper > .icon-col img {
    width: min( 50px, 10vw ) !important;
    min-width: 0 !important;
  }

  body.kernfelder .headline-icon-tablet-mobile-wrapper > .icon-col .et_pb_image {
    margin: 0 !important;
    padding: 20px;
    background: #fff;
    border-radius: 99999px;
    box-shadow: 2px 2px 11px 3px rgba(0,0,0,0.07);
    filter: opacity(100%);
  }

  body.kernfelder .headline-icon-tablet-mobile-wrapper > .icon-col img {
    aspect-ratio: 1 / 1 !important;
  }

  .et_pb_toggle_item.et_pb_toggle.et_pb_toggle_open.et_pb_module h5.et_pb_toggle_title ,
  .et_pb_accordion_item .et_pb_toggle_title ,
  .et_pb_toggle_item .et_pb_toggle_title {
    pointer-events: none !important;
  }

  .et_pb_toggle_item.et_pb_toggle.et_pb_toggle_open.et_pb_module h5.et_pb_toggle_title:after ,
  .et_pb_accordion_item .et_pb_toggle_title:after ,
  .et_pb_toggle_item .et_pb_toggle_title:after {
    pointer-events: all !important;
  }



  body.idw .unterseiten-verschiebung-hero .et_pb_heading {
    margin-bottom: 20px !important;
  }

  body.idw #main-content .unterseiten-verschiebung-hero ~ .et_pb_section {
    width: calc(100% - 10vw) !important;
    margin-top: 40px !important;
  }

  body.idw #main-content .unterseiten-verschiebung-hero ~ .et_pb_section:last-child {
    padding-bottom: 60px !important;
  }

  body.idw .unterseiten-verschiebung-hero ~ .et_pb_section .et_pb_row.interest-links {
    padding-top: 40px !important;
  }

}





@media ( max-width: 599px ) {

  h2, h2 * ,
  #main-content .section-cores .core-row-normal .et_pb_module_heading {
    font-size: 35px !important;
  }


  #hero-section {
    background-position: center center !important;
    background-size: cover !important;
  }

  .only-text-hero.wiki #hero-section {
    /*background-image: url('/wp-content/uploads/2025/07/wp_hero_bg_gradient.svg') !important;*/
  }


  #content-img-accordion .dsm_image_accordion_description ,
  #content-img-accordion .dsm_image_accordion_description * {
    font-size: 22px !important;
    line-height: 115% !important;
    text-shadow: 0 0 0.35em rgba(0, 0, 0, 0.7 );
  }



  #circle-section .et-pb-controllers a {
    width: 19vw;
    height: 19vw;
    font-size: 0.00001px !important;
  }

  #circle-section .et-pb-controllers a img {
    width: 80px;
    width: 12.3vw;
    height: 80px;
    height: 12.3vw;
  }


  #topic-slider .et_pb_slide .et_pb_slide_title {
    font-size: 22px !important;
  }




  body.idw h3 {
    font-size: 35px !important;
  }
}
