@charset "UTF-8";
body {
  overflow-x: hidden;
}
@media (max-width: 559px) {
  body {
    hyphens: auto;
  }
}

.elementor .elementor-widget-image a img[src$=".svg"] {
  width: 100%;
}

.widget-image-caption:not(:empty) {
  margin-top: 20px;
}

.content-padding-left {
  padding-left: 1rem !important;
}

.content-padding-right {
  padding-right: 1rem !important;
}

@media (min-width: 1170px) {
  .content-padding-left {
    padding-left: 3rem !important;
  }
  .content-padding-right {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1500px) {
  .content-padding-left {
    padding-left: 120px !important;
  }
  .content-padding-right {
    padding-right: 120px !important;
  }
}
@media (max-width: calc(960px + 4rem)) {
  .mobile-padding > .e-con-inner {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.elementor .highlight {
  color: var(--e-global-color-secondary);
  font-weight: inherit;
}
.elementor .accent {
  color: var(--e-global-color-accent);
  font-weight: 600;
}
.elementor .intro-text,
.elementor .intro-text a {
  font-size: 1.5rem;
  font-weight: 600;
}
.elementor .small-text,
.elementor .small-text a {
  font-size: 0.75rem;
}

.elementor .no-margin {
  margin-bottom: 0 !important;
}
.elementor .no-margin h1,
.elementor .no-margin h2,
.elementor .no-margin h3,
.elementor .no-margin h4,
.elementor .no-margin h5,
.elementor .no-margin h6,
.elementor .no-margin p,
.elementor .no-margin a,
.elementor .no-margin ul,
.elementor .no-margin ul li:last-child,
.elementor .no-margin ol {
  margin-bottom: 0;
}

.image-object-fit,
.image-object-fit > .elementor-widget-container,
.image-object-fit > .elementor-widget-container .elementor-image {
  height: 100%;
}

.image-object-fit img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.elementor .white-text h1,
.elementor .white-text h2,
.elementor .white-text h3,
.elementor .white-text h4,
.elementor .white-text h5,
.elementor .white-text h6,
.elementor .white-text p,
.elementor .white-text li,
.elementor .white-text i {
  color: #ffffff;
}
.elementor .white-text p {
  font-weight: 400;
}
.elementor .white-text .check-list ul li::before {
  border-bottom: 3px solid var(--e-global-color-accent);
  border-left: 3px solid var(--e-global-color-accent);
}
.elementor .white-text .bullet-list ul li::before {
  background-color: var(--e-global-color-accent);
}
.elementor .white-text .arrow-list ul li::before {
  color: var(--e-global-color-accent);
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button .elementor-button-text {
  color: #ffffff;
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-text);
}
.elementor .white-text .elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text {
  color: #ffffff;
}
.elementor .white-text .elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-icon svg path {
  fill: #ffffff !important;
}
.elementor .white-text .elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-secondary);
}

.bullet-list ul,
.check-list ul,
.arrow-list ul {
  list-style: none;
  padding-left: 0;
}
.bullet-list ul li,
.check-list ul li,
.arrow-list ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.bullet-list ul li::before,
.check-list ul li::before,
.arrow-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1em;
}

.check-list ul li {
  padding-left: 1.75rem;
}
.check-list ul li::before {
  height: 0.75em;
  width: 1em;
  top: 0.125em;
  border-bottom: 3px solid var(--e-global-color-secondary);
  border-left: 3px solid var(--e-global-color-secondary);
  transform: rotate(-45deg);
}

.bullet-list ul li::before {
  background-color: var(--e-global-color-secondary);
  height: 0.375em;
  width: 0.375em;
  border-radius: 50%;
  top: 0.5em;
}

.arrow-list ul li::before {
  content: "›";
  font-family: "Arial";
  font-weight: 600;
  font-size: 1.75em;
  line-height: 0;
  color: var(--e-global-color-secondary);
  top: 0.325em;
}

.elementor .big-heading h1,
.elementor .big-heading h2,
.elementor .big-heading h3,
.elementor .big-heading h4,
.elementor .big-heading h5,
.elementor .big-heading h6,
.elementor .big-heading p,
.elementor .big-heading a {
  font-size: clamp(3.75rem, 6.42vw, 5.625rem);
}

.quote-teaser .elementor-widget-image {
  overflow: hidden;
}
.quote-teaser .elementor-widget-image img {
  transition: all 500ms;
}
.quote-teaser .elementor-widget-icon svg path {
  transition: all 500ms;
}
.quote-teaser:hover .elementor-widget-image img {
  transform: scale(1.2);
  filter: saturate(1.5);
  transition: all 500ms;
}
.quote-teaser:hover .elementor-widget-icon svg path {
  fill: var(--e-global-color-secondary);
  transition: all 500ms;
}

.quote-before h1::before,
.quote-before h2::before,
.quote-before h3::before,
.quote-before h4::before,
.quote-before h5::before,
.quote-before h6::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.8em;
  margin-right: 0.375em;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 20"><path fill="%23009AE1" d="M1.01,20c-.34-.57-.68-1.14-1.01-1.7,2.96-.87,6.84-2.45,7.16-5.99.34-3.32-2.7-3.25-4.64-4.81-1.23-1.18-1.22-3.2-.57-4.68C3.39-.65,8.37-.88,10.62,1.92c2.58,3.18,2.14,7.97.22,11.37-2.07,3.56-5.92,5.72-9.82,6.71Z"/><path fill="%23009AE1" d="M13.6,20c-.34-.57-.68-1.14-1.01-1.7,2.96-.87,6.84-2.45,7.16-5.99.34-3.32-2.7-3.25-4.64-4.81-1.23-1.18-1.22-3.2-.57-4.68,1.44-3.48,6.42-3.71,8.66-.91,2.58,3.18,2.14,7.97.22,11.37-2.07,3.56-5.92,5.72-9.82,6.71Z"/></svg>');
}

.teaser-candidate .title-kandidat h3 {
  font-size: clamp(2.625rem, 4.1vw, 3.625rem) !important;
  margin-bottom: 1rem;
}
.teaser-candidate .elementor-widget-image {
  overflow: hidden;
}
.teaser-candidate .elementor-widget-image img {
  transition: all 1000ms;
}
.teaser-candidate:hover .elementor-widget-image {
  overflow: hidden;
}
.teaser-candidate:hover .elementor-widget-image img {
  transform: scale(1.2);
  transition: all 1000ms;
}
.teaser-candidate:hover .elementor-widget-icon svg path {
  fill: var(--e-global-color-secondary);
}

@media (min-width: 1024px) {
  .teaser-container-canditates--hero .teaser-candidate.teaser-candidate--placeholder {
    display: none;
  }
}
@media (max-width: 1260px) {
  .teaser-container-canditates--hero {
    gap: 2rem !important;
  }
}
@media (max-width: 1023px) {
  .teaser-container-canditates--hero {
    gap: 1rem !important;
    flex-wrap: wrap !important;
  }
  .teaser-container-canditates--hero .teaser-candidate {
    --width: calc(100% / 3 - 2 * 1rem / 3) !important;
  }
}
@media (max-width: 559px) {
  .teaser-container-canditates--hero .teaser-candidate {
    --width: calc(100% / 2 - 1rem / 2) !important;
  }
}

.content-teaser-container .content-teaser {
  transition: all 1000ms;
}
.content-teaser-container .content-teaser .elementor-widget-image {
  overflow: hidden;
}
.content-teaser-container .content-teaser .elementor-widget-image img {
  transition: all 1000ms;
  filter: saturate(0.75);
}
.content-teaser-container .content-teaser:hover {
  background-color: var(--e-global-color-a46ab10);
  transition: all 1000ms;
}
.content-teaser-container .content-teaser:hover .elementor-widget-image img {
  transform: scale(1.2);
  filter: saturate(1);
  transition: all 1000ms;
}
.content-teaser-container .content-teaser.content-teaser_vertical .elementor-widget-image {
  overflow: hidden;
}
.content-teaser-container .content-teaser.content-teaser_vertical .elementor-widget-image img {
  aspect-ratio: 4/3;
}
@media (max-width: 1023px) {
  .content-teaser-container .content-teaser .elementor-widget-image img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .content-teaser-container {
    align-content: center !important;
    flex-direction: column !important;
  }
  .content-teaser-container .content-teaser {
    max-width: 460px;
  }
  .content-teaser-container .content-teaser img {
    aspect-ratio: 2/1.25 !important;
  }
}

.content-teaser-container_vertical .content-teaser_vertical {
  align-self: stretch;
  height: 100%;
}

.teaser-vote .teaser-vote_heading p {
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 600;
}

.grid-all-candidates .all-candidates-item .list-position {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--e-global-color-secondary);
  position: absolute;
  z-index: 10;
  bottom: 0rem;
  right: 0.5rem;
}
.grid-all-candidates .all-candidates-item .list-position p {
  display: inline-block;
  margin-bottom: 0;
  font-family: var(--e-global-typography-3bf9669-font-family);
  font-weight: 700;
  font-size: 2rem;
  color: white;
  line-height: 1em;
}

@media (max-width: 767px) {
  .elementor .successes-container {
    display: flex;
    flex-direction: column;
    gap: 1rem !important;
  }
  .elementor .successes-container .elementor-element.successes-container--item {
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left-width: 5px;
    padding: 0 0 0 1.5rem;
  }
  .elementor .successes-container .elementor-element.successes-container--item .elementor-widget-heading,
  .elementor .successes-container .elementor-element.successes-container--item .elementor-widget-text-editor {
    text-align: left;
  }
  .elementor .successes-container .elementor-element.successes-container--item .elementor-widget-text-editor {
    margin-top: 0;
  }
  .elementor .successes-container .elementor-element.successes-container--item .elementor-widget-text-editor * {
    margin-bottom: 0;
  }
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6 {
  margin-top: 0;
  letter-spacing: 0.025em;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.elementor h1 {
  font-size: clamp(2.625rem, 5vw, 4.375rem);
  margin-bottom: 0.5em;
}
.elementor .h1 h1,
.elementor .h1 h2,
.elementor .h1 h3,
.elementor .h1 h4,
.elementor .h1 h5,
.elementor .h1 h6,
.elementor .h1 p {
  font-size: clamp(2.625rem, 5vw, 4.375rem);
  margin-bottom: 0.5em;
}
.elementor h2 {
  font-size: clamp(2.625rem, 4.1vw, 3.625rem);
  margin-bottom: 0.625em;
}
.elementor .h2 h1,
.elementor .h2 h2,
.elementor .h2 h3,
.elementor .h2 h4,
.elementor .h2 h5,
.elementor .h2 h6,
.elementor .h2 p {
  font-size: clamp(2.625rem, 4.1vw, 3.625rem);
  margin-bottom: 0.625em;
}
.elementor h3 {
  font-size: clamp(1.625rem, 2.71vw, 2.375rem);
  margin-bottom: 0.5em;
}
.elementor h4 {
  font-size: clamp(1.25rem, 2vw, 2rem);
}
.elementor h5 {
  font-size: 1.25rem;
}
.elementor h6 {
  font-size: 1.25rem;
}
.elementor p,
.elementor a,
.elementor a:hover,
.elementor i,
.elementor li,
.elementor label,
.elementor .elementor-button {
  letter-spacing: 0.012em;
  line-height: 1.45em;
  font-size: 1rem;
  font-weight: 400;
}
.elementor p,
.elementor label {
  margin-bottom: 0.75em;
}
.elementor b,
.elementor strong {
  font-weight: 700;
}
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  margin-bottom: 2em;
}
.elementor .elementor-widget-text-editor ol {
  padding-left: 2rem;
}
.elementor .elementor-posts .elementor-post__title a,
.elementor .elementor-posts .elementor-post__title a:hover,
.elementor .elementor-posts .elementor-post__read-more:hover {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.elementor .elementor-posts .elementor-post__read-more,
.elementor .elementor-posts .elementor-post__read-more:hover {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
}

.elementor-element.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-element.elementor-widget-button .elementor-button .elementor-button-text {
  font-size: 1rem;
  font-weight: 500;
}
.elementor-element.elementor-widget-button .elementor-button .elementor-button-icon svg {
  height: 30px;
  width: 30px;
}
.elementor-element.elementor-widget-button .elementor-button .elementor-button-icon svg path {
  fill: var(--e-global-color-text);
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button {
  padding: 0;
  background-color: transparent;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text {
  color: var(--e-global-color-secondary);
  font-weight: 600;
  line-height: 1rem;
  text-align: left;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-icon svg {
  height: 1.25em;
  margin-left: 0.375rem;
  transition: all 500ms;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-icon svg path {
  fill: var(--e-global-color-secondary) !important;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-secondary);
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-icon svg {
  margin-left: 0.75rem;
  transition: all 500ms;
}
.elementor-element.elementor-widget-button.small-button .elementor-button {
  padding: 0.5rem 1.5rem;
}

.elementor-widget-form .elementor-field-group {
  margin-bottom: 1.5rem !important;
}
.elementor-widget-form .elementor-field-group label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.elementor-widget-form .elementor-field-group .elementor-field-option label,
.elementor-widget-form .elementor-field-group .elementor-acceptance-field + label {
  color: inherit;
  text-transform: inherit;
  font-size: 1rem !important;
  font-weight: 300;
}
.elementor-widget-form .elementor-field-group .elementor-field-option label a,
.elementor-widget-form .elementor-field-group .elementor-acceptance-field + label a {
  font-size: 1rem !important;
}
.elementor-widget-form .elementor-field-group input,
.elementor-widget-form .elementor-field-group textarea,
.elementor-widget-form .elementor-field-group select {
  background-color: rgba(255, 255, 255, 0.4) !important;
  font-size: 1rem !important;
  padding: 1rem 0.75rem !important;
}
.elementor-widget-form .elementor-field-group.elementor-field-required .elementor-field-label::after {
  content: "*";
  color: darkred;
}
.elementor-widget-form .e-form__buttons {
  display: flex;
  justify-content: center;
}
.elementor-widget-form .elementor-field-type-submit {
  width: unset !important;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button {
  background-color: var(--e-global-color-primary) !important;
  padding: 0.625rem 1.75rem;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button:hover {
  background-color: var(--e-global-color-secondary) !important;
}

.post-loop-item .elementor-widget-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-loop-item .elementor-widget-button .elementor-button.elementor-size-xl {
  padding: 1rem !important;
}
.post-loop-item .elementor-widget-button .elementor-button.elementor-size-xl .elementor-button-content-wrapper {
  align-items: center;
  justify-content: center;
}
.post-loop-item .elementor-widget-button .elementor-button.elementor-size-xl .elementor-button-text {
  display: none;
}

.e-loop-item > .elementor-element {
  height: 100%;
}
.e-loop-item > .elementor-element > .e-con-inner .e-loop-item_content {
  height: 100%;
  justify-content: space-between;
}

.kandidat.hidden {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}

.next-candidate .elementor-widget-button,
.selector-candidates .elementor-widget-button {
  display: flex;
  justify-content: center;
}
.next-candidate .elementor-widget-button .elementor-button,
.selector-candidates .elementor-widget-button .elementor-button {
  cursor: pointer !important;
  padding: 0.5rem 1.5rem;
}
.next-candidate .elementor-widget-button.active .elementor-button,
.selector-candidates .elementor-widget-button.active .elementor-button {
  background-color: var(--e-global-color-b50e655);
}

.small-button .elementor-widget-button .elementor-button {
  padding: 0.5rem 1.5rem;
}

.candidate-container .next-candidate {
  display: none;
}
.candidate-container .next-candidate .elementor-widget-button .elementor-button:hover {
  background-color: var(--e-global-color-b50e655);
}

.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  justify-content: space-between;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  position: relative;
  width: 1.5em;
  height: 1.5em;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened,
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
  display: none !important;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::before, .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::after {
  content: "";
  width: 1.5em;
  height: 4px;
  display: block;
  background-color: var(--e-global-color-secondary);
  position: absolute;
  transition: all 250ms;
}
.e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon::after {
  rotate: 90deg;
  transition: all 500ms;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
  padding: 0.25rem 0;
  background-color: transparent !important;
  border-bottom: 1px solid transparent;
  color: var(--e-global-color-text) !important;
  border-radius: 0;
}
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  border-bottom: 1px solid var(--e-global-color-secondary);
}
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--e-global-color-secondary);
  border-radius: 50%;
  position: absolute;
  right: -0.25rem;
  bottom: -0.25rem;
  display: block;
}
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  font-size: 1.25rem !important;
}
.elementor-widget-n-tabs .e-n-tabs-content > .elementor-element {
  padding: 0;
}

@media (max-width: 1500px) {
  .elementor-widget-n-carousel .elementor-swiper-button {
    top: -3rem !important;
    right: 0 !important;
    left: auto !important;
    transform: translateY(0) !important;
  }
  .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    right: 3rem !important;
  }
}
.elementor-widget-breadcrumbs #breadcrumbs span,
.elementor-widget-breadcrumbs #breadcrumbs a {
  font-size: 1rem;
}
.elementor-widget-breadcrumbs #breadcrumbs span {
  color: var(--e-global-color-secondary);
  font-weight: 400;
}
.elementor-widget-breadcrumbs #breadcrumbs a {
  color: var(--e-global-color-primary);
  font-weight: 500;
}

.elementor-widget-archive-posts .elementor-posts .elementor-post__title a {
  font-size: clamp(1.625rem, 2.71vw, 2.375rem);
}
.elementor-widget-archive-posts .elementor-posts .elementor-post__read-more {
  font-size: 1rem;
  color: var(--e-global-color-secondary);
  font-weight: 600;
}

.elementor-location-header .elementor-menu-toggle {
  padding: 0;
}
.elementor-location-header .meta-container,
.elementor-location-header .nav-container {
  position: relative;
}
.elementor-location-header .meta-container .elementor-nav-menu .menu-item:last-of-type a, .elementor-location-header .meta-container .elementor-nav-menu .menu-item.last-menu-item a,
.elementor-location-header .nav-container .elementor-nav-menu .menu-item:last-of-type a,
.elementor-location-header .nav-container .elementor-nav-menu .menu-item.last-menu-item a {
  padding-right: 0;
}
.elementor-location-header .meta-container {
  transition: all 500ms ease-in-out;
}
.elementor-location-header .meta-container .elementor-item {
  font-weight: 500 !important;
}
.elementor-location-header .nav-container .elementor-nav-menu .menu-item .elementor-item {
  font-size: 1.125rem;
  font-weight: 500 !important;
  padding-left: 2em !important;
}
.elementor-location-header .nav-container .elementor-nav-menu .menu-item .elementor-item::after {
  content: "";
  width: 0.625em;
  height: 0.625em;
  opacity: 1 !important;
  border-radius: 50%;
  background-color: var(--e-global-color-secondary);
  display: block !important;
  position: absolute;
  left: 0.875em;
}
.elementor-location-header .nav-container .elementor-nav-menu .menu-item.current-menu-item .elementor-item::after {
  border-radius: 50%;
  background-color: var(--e-global-color-accent);
}
@media (min-width: 1024px) {
  .elementor-location-header .nav-container .elementor-nav-menu .menu-item.desktop-hidden {
    display: none;
  }
}
.elementor-location-header .nav-container .elementor-nav-menu--dropdown:not(.sub-menu) {
  margin-top: 0.5rem;
  padding: 2rem 0;
  min-width: 100vw !important;
  right: -5.5rem !important;
}
.elementor-location-header .nav-container .elementor-nav-menu--dropdown:not(.sub-menu) .sub-menu {
  background-color: transparent !important;
  margin-top: 20px !important;
}
@media (max-width: 559px) {
  .elementor-location-header .nav-container .elementor-nav-menu--dropdown:not(.sub-menu) {
    right: -1rem !important;
  }
}
.elementor-location-header .logo-container {
  width: 200px;
  transition: all 500ms ease-in-out;
}
.elementor-location-header .logo-container .elementor-widget-theme-site-logo img {
  width: 200px !important;
}
.elementor-location-header .elementor-sticky {
  transition: all 500ms ease-in-out;
  min-width: 100%;
  z-index: 15 !important;
}
.elementor-location-header .elementor-sticky .elementor-nav-menu__container {
  min-width: 100%;
}
.elementor-location-header .elementor-sticky .elementor-nav-menu__container ul.sub-menu {
  width: 340px !important;
}
.elementor-location-header .elementor-sticky .elementor-nav-menu__container ul.sub-menu li a.elementor-sub-item {
  white-space: normal;
}
.elementor-location-header .elementor-sticky .nav-container,
.elementor-location-header .elementor-sticky .logo-container {
  transition: all 500ms ease-in-out;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects {
  height: 104px;
  background-color: #ffffff;
  transition: all 500ms ease-in-out;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .elementor-sticky > .e-con-inner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .meta-container {
  min-height: 30px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  transition: all 500ms ease-in-out;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .nav-container {
  width: calc(100% - 100px);
  transition: all 500ms ease-in-out;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .logo-container {
  width: 100px;
  transition: all 500ms ease-in-out;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .logo-container .elementor-widget-theme-site-logo img {
  width: 100px !important;
}
@media (max-width: 767px) {
  .elementor-location-header .elementor-sticky.elementor-sticky--effects {
    height: 120px;
  }
  .elementor-location-header .elementor-sticky.elementor-sticky--effects > .e-con-inner {
    --justify-content: flex-start;
  }
  .elementor-location-header .elementor-sticky.elementor-sticky--effects > .e-con-inner .meta-container {
    height: 36px;
  }
  .elementor-location-header .elementor-sticky.elementor-sticky--effects > .e-con-inner > .elementor-element:last-of-type {
    height: 84px;
  }
}
@media (max-width: 1240px) {
  .elementor-location-header .elementor-sticky .nav-container .elementor-widget-icon {
    display: none;
  }
}
@media (max-width: 1023px) {
  .elementor-location-header .elementor-sticky > .e-con-inner > .elementor-element {
    flex-wrap: nowrap !important;
  }
  .elementor-location-header .elementor-sticky .nav-container .elementor-nav-menu__container {
    position: absolute;
    top: 45px;
    right: 0;
    min-width: 350px;
  }
}
@media (max-width: 559px) {
  .elementor-location-header .elementor-sticky > .e-con-inner > .elementor-element {
    flex-wrap: nowrap !important;
  }
  .elementor-location-header .elementor-sticky .meta-container {
    justify-content: center;
  }
  .elementor-location-header .elementor-sticky .meta-container .elementor-nav-menu .menu-item .elementor-item {
    font-size: 0.875rem !important;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .elementor-location-header .elementor-sticky .logo-container {
    align-items: flex-start;
  }
  .elementor-location-header .elementor-sticky .logo-container .elementor-widget-theme-site-logo img {
    width: 150px !important;
  }
}

.elementor-location-footer .footer-teaser .footer-teaser_pre-heading p {
  font-size: clamp(1.625rem, 2.71vw, 2.375rem);
  color: var(--e-global-color-accent) !important;
  margin-bottom: 0.375em;
}
.elementor-location-footer .footer-teaser .footer-teaser_heading p {
  font-size: clamp(3.75rem, 6.42vw, 4.5rem) !important;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 0.375em;
}
.elementor-location-footer .footer-teaser .footer-teaser_heading p .word-space {
  word-spacing: -0.15em;
}
@media (max-width: 767px) {
  .elementor-location-footer .footer-teaser {
    background-size: 90% !important;
    background-position: left bottom !important;
  }
  .elementor-location-footer .footer-teaser > .elementor-element {
    flex-basis: 100% !important;
    width: 100%;
    margin-bottom: 50vw;
  }
}
.elementor-location-footer .footer-content .elementor-nav-menu .menu-item:last-of-type a, .elementor-location-footer .footer-content .elementor-nav-menu .menu-item.last-menu-item a {
  padding-right: 0;
}
@media (max-width: 1200px) {
  .elementor-location-footer .footer-content {
    flex-wrap: wrap;
  }
  .elementor-location-footer .footer-content .footer-logo-container {
    width: 45%;
  }
  .elementor-location-footer .footer-content .footer-nav-container {
    order: -1;
    width: 100% !important;
    justify-content: center;
  }
  .elementor-location-footer .footer-content .footer-nav-container .elementor-nav-menu {
    justify-content: center;
  }
  .elementor-location-footer .footer-content .footer-social-container {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .elementor-location-footer .footer-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 559px) {
  .elementor-location-footer .footer-content {
    flex-wrap: nowrap;
    flex-direction: column !important;
    gap: 2rem;
  }
  .elementor-location-footer .footer-content .footer-logo-container {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .elementor-location-footer .footer-content .footer-nav-container {
    align-items: center;
  }
  .elementor-location-footer .footer-content .footer-nav-container .elementor-nav-menu .menu-item .elementor-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .elementor-location-footer .footer-content .footer-social-container {
    width: 100%;
    justify-content: center;
  }
}
.elementor-location-footer .e-flex.sticky-menu {
  z-index: 3;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: visible;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu {
    width: auto;
    bottom: 45%;
    left: 100%;
  }
}
.elementor-location-footer .e-flex.sticky-menu > .e-con-inner {
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu > .e-con-inner {
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button {
  flex-basis: 33.3333333333%;
  flex-grow: 1;
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button {
  padding: 1rem 1.5rem 1rem 1rem;
  height: 4rem;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button {
    transform: translateX(-3.75rem);
    width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button:hover {
    transform: translateX(-250px);
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
  gap: 1.125rem !important;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  font-size: 2rem !important;
}

.grid-shapes.kandidat {
  flex-direction: row !important;
  flex-wrap: wrap;
}
.grid-shapes.kandidat .grid-cell {
  container-type: inline-size;
  width: 50% !important;
}
.grid-shapes.kandidat .grid-cell .grid-cell--shape {
  content: "";
  display: block;
  width: 100%;
  z-index: 10;
}
.grid-shapes.kandidat .grid-cell.grid-cell_image {
  justify-content: flex-end;
  aspect-ratio: 1;
}
.grid-shapes.kandidat .grid-cell.grid-cell_image .grid-cell--shape {
  height: 8.5cqw;
  background-color: var(--e-global-color-primary);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 10;
}
.grid-shapes.kandidat .grid-cell.grid-cell_description {
  justify-content: space-between;
}
.grid-shapes.kandidat .grid-cell.grid-cell_description .grid-cell--shape {
  height: 17cqw;
  background-color: var(--e-global-color-37171fa);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 50%);
  z-index: 10;
}
.grid-shapes.kandidat .grid-cell.grid-cell_description h3 {
  font-size: clamp(2.625rem, 4.1vw, 3.625rem) !important;
  margin-bottom: 1rem;
}
.grid-shapes.kandidat .grid-cell.grid-cell_vita, .grid-shapes.kandidat .grid-cell.grid-cell_video {
  margin-top: -1px;
}
.grid-shapes.kandidat .grid-cell.grid-cell_vita .grid-cell_video--additional-images, .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images {
  flex-direction: row !important;
  flex-wrap: nowrap;
}
.grid-shapes.kandidat .grid-cell.grid-cell_vita .grid-cell_video--additional-images .elementor-widget-image, .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images .elementor-widget-image {
  height: 100%;
}
.grid-shapes.kandidat .grid-cell.grid-cell_vita .grid-cell_video--additional-images .elementor-widget-image img, .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1103px) {
  .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images {
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images > .elementor-element {
    width: 100%;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images .elementor-widget-image {
    height: 100%;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images .elementor-widget-image img {
    height: auto;
    aspect-ratio: 2/1.25;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .grid-shapes.kandidat {
    flex-direction: column !important;
  }
  .grid-shapes.kandidat > .elementor-element {
    width: 100% !important;
  }
  .grid-shapes.kandidat .content-padding-left,
  .grid-shapes.kandidat .content-padding-right {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_image {
    order: 2;
    aspect-ratio: 1/1.25 !important;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_description {
    order: 1;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_description .grid-cell--shape {
    height: 17cqw;
    background-color: var(--e-global-color-primary);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    margin-bottom: calc(1px - 17cqw);
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_vita {
    order: 3;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_video {
    order: 4;
  }
}
@media (max-width: 559px) {
  .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images {
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images > .elementor-element {
    width: 100%;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images .elementor-widget-image {
    height: 100%;
  }
  .grid-shapes.kandidat .grid-cell.grid-cell_video .grid-cell_video--additional-images .elementor-widget-image img {
    height: auto;
    aspect-ratio: 2/1.25;
    object-fit: cover;
  }
}

.hero-container-shape .hero-container-shape--inner {
  container-type: inline-size;
}
.hero-container-shape .hero-container-shape--inner .hero-container-shape--content {
  margin-top: -8.5cqw;
}
.hero-container-shape .hero-container-shape--inner .hero-container-shape--content:before {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 8.5cqw);
  bottom: 0;
}
.hero-container-shape .hero-container-shape--image .elementor-widget-image img {
  max-height: 46vh;
  object-position: top left;
}

@media (min-width: 1104px) and (max-width: 1500px){
	.hero-container-shape .hero-container-shape--image .elementor-widget-image img {
	  max-height: 60vh;
	}
}

.container-shape {
  container-type: inline-size;
}
.container-shape .container-shape--inner {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 8.5cqw);
  margin-top: -8.5cqw;
}

.content-hero-shape {
  container-type: inline-size;
}
.content-hero-shape .content-hero-shape--inner {
  clip-path: polygon(0 100%, 100% 8.5cqw, 100% 0, 0 0);
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-box-header {
	flex-direction: column;
	gap: 1rem;
}

#BorlabsCookieBox .brlbs-basis-full {
	flex-direction: column;
	gap: 1rem;
}

