::selection,
::-moz-selection {
  background: var(--dark--300);
}

html {
  scroll-behavior: smooth;
}

html #wpadminbar {
  overflow: hidden;
}
html.safari:not(.no-safari-overflow-x-fix) .body {
  overflow-x: hidden;
}

input {
  accent-color: var(--primary);
}

textarea {
  width: 100%;
  height: 12rem;
  field-sizing: content;
}

a[href^="tel:"] {
  cursor: default;
}

a {
  transition: 300ms;
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans";
}

p {
  text-wrap: pretty;
}
p:last-child {
  margin-bottom: 0;
}

.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}

.vc_row-o-equal-height.vc_row-o-content-middle .wpb_wrapper {
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.vc_row {
  margin-bottom: 0;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.sticky-header-active #header img {
  transition: 300ms;
  height: 36px;
}
.sticky-header-active .header-body {
  background: var(--secondary) !important;
}
#header .header-nav.header-nav-links nav > ul > li > a,
#header .header-nav.header-nav-links nav > ul > li:hover > a,
#header .header-nav.header-nav-line nav > ul > li > a,
#header .header-nav.header-nav-line nav > ul > li:hover > a,
#header .header-nav {
  min-height: 48px;
}

.btn-primary {
  border: none;
  background: var(--primary);
  border-radius: 99px;
  color: var(--secondary);
  font-size: 18px;
  padding: 0.6rem 1.8rem;
  transition: 300ms;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.28);
}
.btn-primary:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.28);
  background: var(--primary) !important;
  color: var(--secondary);
  opacity: 1;
}

.btn-whiteshadow {
  border: none;
  background: #fff;
  border-radius: 99px;
  color: var(--default);
  font-size: 18px;
  padding: 0.6rem 2.4rem;
  transition: 300ms;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-whiteshadow:hover {
  background: #f8f8f8;
  opacity: 1;
}

.scrollto {
  /*min-height: calc(100vh + 100px);*/
  min-height: calc(100svh - 45px);
  scroll-snap-align: start;
}
.scrollto:nth-of-type(odd) {
  background: var(--dark--100);
}
.scrollto:nth-of-type(even) {
  background: var(--dark--200);
}

#footer {
  background: var(--secondary);
}
.wrap-newsletter {
  background: transparent linear-gradient(37deg, #f9efdf 0%, #f9efdf97 10%, #f9efdf14 62%, #f9efdf00 100%) 0% 0%
    no-repeat padding-box;
}
.newsletter-text {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sendnl p {
  display: flex;
}
.form-control {
  background: transparent;
  border-radius: 99px;
  border-color: var(--tertiary);
  color: var(--tertiary);
}
input.form-control[type="submit"] {
  background: var(--tertiary);
  border-color: var(--primary);
  color: var(--secondary);
}
.form-control::placeholder {
  color: var(--tertiary) !important;
}
.form-control:focus {
  background-color: var(--secondary);
  color: var(--tertiary);
}

.wpcf7-form.invalid,
.wpcf7-form.sent {
  padding: 2.5rem 0;
}
.mc4wp-checkbox span {
  color: var(--tertiary);
  padding-left: 0.75rem;
}

.subfooter {
  color: var(--tertiary);
  padding: 1.2rem 0;
}
.subfooter a,
.subfooter p {
  color: var(--tertiary);
  transition: 300ms;
}
.mainfooter {
  padding: 6rem 0;
  color: #f3f4f5;
}
.mainfooter :is(h2, h3, p) {
  color: #f3f4f5;
}
.mainfooter h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.mainfooter h2 {
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.mainfooter p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
}
.mainfooter a {
  color: var(--tertiary);
  transition: 300ms;
}
.mainfooter a:hover {
  opacity: 0.75;
}

.contactimage img {
  max-width: 280px;
  border-radius: 200px;
  box-shadow: 0 0 0 20px var(--secondary), 0 0 0 22px var(--primary);
  display: block;
}
.section-plage {
  font-size: 22px;
  padding: 4rem 0;
  background-size: cover !important;
}
.section-plage h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
}

.section-geschichte {
  border: 5rem solid white;
  box-sizing: border-box;
  min-height: calc(100svh -45px);
}

.download-card {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  max-width: 420px;
}
.download-card:last-child {
  margin-bottom: 0;
}
.download-card > div {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 18px;
  color: var(--default);
  height: 64px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.download-card .download-title {
  width: 100%;
}
.download-card .download-link {
  text-align: center;
  font-size: 28px;
}
.download-card .download-link a {
  color: var(--default);
}
.download-card .download-link:hover a {
  transform: scale(0.8);
  translate: -1px 3px;
}
#start {
  min-height: calc(100svh - 100px);
}
#start::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #101d2f 0%, #000c1943 60%, #00000000 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-origin: padding-box;
  opacity: 0.6;
}
#start::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);

  width: 50px;
  height: 50px;
  background-color: #d5ccc3;
  visibility: visible;
}

#start h1 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 600px;
}
#start .btn--wrapper {
  position: absolute;
  top: calc(50% + (216px / 2) + 60px);
  left: 50%;
  transform: translateX(-50%);
}
.contact-button {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 6px 12px #00000088, 0 0 0 14px rgba(255, 255, 255, 0.2);
}
.contact-button .linkicon {
  transition: 300ms;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.contact-button .linktext {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--default);
  text-align: center;
  width: 100px;
  z-index: 2;
  opacity: 0;
  transition: 300ms;
}
.contact-button:hover {
  opacity: 1;
  box-shadow: 0px 6px 12px #00000088;
}
.contact-button:hover .linkicon {
  transform: translate(-50%, -50%) scale(0.8);
  translate: 0 -12px;
}
.contact-button:hover .linktext {
  opacity: 1;
}

.vision-wrapper {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-bottom: 1.5rem;
}

.vision--image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 6px 2px 12px #00000025, 0 0 0 26px rgba(255, 255, 255, 0.3);
  display: flex;
  flex: 0 0 100px;

  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.vision--image img {
  width: 56px;
  height: auto;
}

.vision--content {
  padding-right: 2rem;
}

.vision-wrapper .vision--headline {
  padding-top: 1.25rem;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.vision-wrapper .vision--definition {
  font-size: 18px;
}
.visonteaser-pt {
  padding-top: 2.2rem;
}
#menschen,
#people {
  background: #fff;
}

.menschen--image {
  position: absolute;
  top: -140px;
  right: 40px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  box-shadow: 0 0 0 26px #fff, 0 0 0 28px var(--tertiary);
  overflow: hidden;
  background: #fff;
}
.menschen--text {
  font-size: 18px;
}
h2.menschen--name {
  max-width: 230px;
  min-height: 60px;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.menschen--eigenschaften {
  font-size: 18px;
}

.menschen--navigation-image img {
  border-radius: 99px;
  margin-bottom: 10px;
  transition: 200ms;
}
.tabs.tabs-simple .menschen--content .nav-tabs > li .nav-link:hover img {
  box-shadow: 0 0 0 6px #fff, 0 0 0 8px var(--primary);
}
.tabs.tabs-simple .menschen--content .nav-tabs > li .nav-link.active img {
  box-shadow: 0 0 0 6px var(--tertiary);
}
.menschen--content .nav-tabs > li {
  width: 20%;
}

.tabs.tabs-simple .menschen--content .nav-tabs > li .nav-link,
.tabs.tabs-simple .menschen--content .nav-tabs > li .nav-link:hover,
.tabs.tabs-simple .menschen--content .nav-tabs > li .nav-link:focus {
  padding: 40px 12px 0 12px;
  border: none;
  text-align: center;
}
.menschen--navigation-name {
  position: relative;
  top: -20px;
  font-size: 13px;
  color: var(--default);
  line-height: 1.1;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 200ms;
}
.nav-link.active .menschen--navigation-name,
.nav-link:hover .menschen--navigation-name {
  opacity: 1;

  translate: 0 26px;
}

.closecarousel {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #000;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: 300ms;
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
}
.closecarousel:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.sol-magic {
  position: relative;
  min-height: 400px !important; /* je nach Inhalt ggf. anpassen */
}

.solution-top,
.solution-bottom {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Anfangszustand: nur Top sichtbar */
.solution-top {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

.solution-bottom {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}

/* Beim Umschalten auf Bottom */
.show-bottom .solution-top {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}

.show-bottom .solution-bottom {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}
.section-loesung {
  font-size: 22px;
}
.section-loesung.owl-carousel.nav-bottom .owl-nav button {
  transition: 300ms;
}

.section-loesung.owl-carousel.nav-bottom .owl-nav button.owl-prev {
  margin-right: 12px;
}
.section-loesung.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev,
.section-loesung.owl-carousel.nav-font-size-lg .owl-nav button.owl-next {
  font-size: 16px;
  background: #fff !important;
  border-radius: 99px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.section-loesung.owl-carousel.nav-bottom .owl-nav button:hover.owl-prev,
.section-loesung.owl-carousel.nav-bottom .owl-nav button:hover.owl-next {
  background: rgba(255, 255, 255, 0.7) !important;
}
.section-loesung.owl-carousel .owl-nav button.owl-prev::before,
.section-loesung.owl-carousel .owl-nav button.owl-next::before {
  transition: transform 0.3s ease;
  display: inline-block;
}
.section-loesung.owl-carousel.nav-bottom .owl-nav button:hover.owl-prev::before {
  transform: translateX(-3px);
}
.section-loesung.owl-carousel.nav-bottom .owl-nav button:hover.owl-next::before {
  transform: translateX(3px);
}

.section-loesung.owl-carousel .owl-nav button.owl-next::before {
  content: "\f061";
}
.section-loesung.owl-carousel .owl-nav button.owl-prev::before {
  content: "\f060";
}
.section-loesung.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev::before,
.section-loesung.owl-carousel.nav-font-size-lg .owl-nav button.owl-next::before {
  left: 0;
  top: 0;
}

.navcircle {
  width: 360px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navcircle--inner {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.28);
  transition: 300ms;
  position: relative;
}
.navcircle--inner::before {
  content: "";
  position: absolute;
  top: -56px;
  left: -56px;
  display: block;
  z-index: 1;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.28);
  transition: 300ms;
  border: 16px solid #dbd0c2;
}
.navcircle--inner::after {
  content: "";
  position: absolute;
  top: -115px;
  left: -115px;
  display: block;
  z-index: 1;
  width: 350px;
  height: 350px;
  border-radius: 999px;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.28);
  transition: 300ms;
  border: 6px solid #dbd0c2;
}
.section-loesung .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
}

.section-loesung .owl-theme .owl-dots .owl-dot:first-of-type span {
  width: 120px;
  height: 120px;
  margin: 0;
  border-radius: 99px;
  background: #fff;
  position: absolute;
  top: 120px;
  left: 132px;
}
.section-loesung .owl-theme .owl-dots .owl-dot:nth-of-type(2) span {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 99px;
  background: #fff;
  position: absolute;
  top: 232px;
  left: 92px;
}
.section-loesung .owl-theme .owl-dots .owl-dot:last-of-type span {
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 99px;
  background: #fff;
  position: absolute;
  top: 285px;
  left: 55px;
}

.section-loesung .owl-theme .owl-dots .owl-dot span {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.28);
  transition: 300ms;
}
.section-loesung .owl-theme .owl-dots .owl-dot.active span {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.28);
  background: #a09785;
}
.ulbumper ul li {
  margin-bottom: 0.5rem;
}
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
  background: var(--secondary) !important;
}

html:not(.sticky-header-active) body.page-id-2 #header.header-transparent:not(.header-semi-transparent) .header-body {
  background: transparent !important;
}

html:not(.sticky-header-active) body.page-id-170 #header.header-transparent:not(.header-semi-transparent) .header-body {
  background: transparent !important;
}
.language-switcher {
  color: var(--tertiary);
  font-size: 18px;
}
.language-switcher a {
  font-weight: 600;
}
