@media (max-width: 1080px) {
  h2.menschen--name {
    padding-top: 120px;
  }
}

@media (max-width: 992px) {
  html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-color: transparent;
    transition: background-color 0.5s ease, padding 0.5s ease;
  }

  html:not(.sticky-header-active)
    #header.header-transparent:not(.header-semi-transparent)
    .header-body.header-plage-fixed {
    background-color: var(--secondary) !important;
    padding: 10px 0;
  }
  #header .header-btn-collapse-nav {
    line-height: 1;
    padding: 0.433rem 0.533rem;
  }
  .btn.header-btn-collapse-nav i {
    font-size: 22px;
    color: var(--secondary);
  }
  #header .header-nav-main:before {
    background: var(--secondary);
  }
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    text-transform: none;
  }

  #header .default-logo {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 840px) {
  .scrollto {
    min-height: initial;
  }
  .vision--content {
    padding-right: 0;
  }
  .vision--image {
    width: 80px;
    height: 80px;

    flex: 0 0 80px;
  }
  .menschen--image {
    position: relative;
    top: 40px;
    right: 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .closecarousel {
    top: -60px;
  }
  .slideitem-right {
    font-size: 20px;
    padding-left: 30px;
  }
  input.form-control {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .sendnl p {
    display: flex;
    flex-flow: column;
  }
  .row.newsletter .wpcf7-form {
    padding-top: 3rem;
  }
  .mainfooter h2 {
    font-size: 3.4rem;
    line-height: 1.1;
  }
  .mainfooter p {
    font-size: 1.4rem;
  }
  .mainfooter a {
    display: block;
  }
  .contactimage img {
    max-width: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 767px) {
  #start {
    height: 100svh;
  }
  #start h1 {
    font-size: 11vw;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -32%);
    max-width: 90%;
  }
  #start .btn--wrapper {
    top: calc(38% + (216px / 2) + 60px);
  }

  .section-plage h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
  }
  .section-plage {
    font-size: 18px;
  }
  .vision-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
    align-items: center;
  }
  .vision--content {
    padding: 0;
  }
  .vision-wrapper .vision--headline {
    padding-top: 1.25rem;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
  }
  .vision-wrapper .vision--definition {
    text-align: center;
  }
  .section-geschichte {
    border: none;
  }
  .visonteaser-pt {
    padding-top: 3.2rem;
    padding-bottom: 2rem;
  }
  .menschen--image {
    position: relative;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    border-radius: 999px;
    box-shadow: 0 0 0 26px #fff, 0 0 0 28px var(--tertiary);
    overflow: hidden;
    background: #fff;
    margin: 80px auto 32px auto;
  }
  h2.menschen--name {
    margin-bottom: 1rem;
    padding-top: 20px;
  }

  .solution-firstblock .wpb_wrapper:first-child {
    margin-bottom: 50px;
  }
  .solution-firstblock .wpb_single_image .wpb_wrapper,
  .solution-firstblock .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
    width: 100%;
  }
  .solution-firstblock img {
    display: block;
    margin: 0 auto;
  }
  .sol-magic {
    min-height: 820px !important;
  }
  .closecarousel {
    top: -50px;
    right: 24px;
  }
  .section-loesung .slideitem-left {
    display: flex;
    justify-content: center;
  }
  .section-loesung .slideitem-right {
    padding-top: 32px;
  }
  .navcircle {
    width: 85%;
  }
  .navcircle--inner {
    width: 60px;
    height: 60px;
  }
  .navcircle--inner::before {
    top: -50px;
    left: -50px;
    width: 160px;
    height: 160px;
  }
  .navcircle--inner::after {
    top: -90px;
    left: -90px;
    width: 240px;
    height: 240px;
  }
  .section-loesung .owl-theme .owl-dots .owl-dot:first-of-type span {
    width: 60px;
    height: 60px;
    top: 107px;
    left: 142px;
  }
  .section-loesung .owl-theme .owl-dots .owl-dot:nth-of-type(2) span {
    width: 32px;
    height: 32px;
    top: 158px;
    left: 96px;
  }
  .section-loesung .owl-theme .owl-dots .owl-dot:last-of-type span {
    width: 22px;
    height: 22px;
    top: 190px;
    left: 60px;
  }
  .newsletter-text {
    text-align: center;
  }

  .mainfooter h2 {
    font-size: 2.6rem;

    line-height: 1.1;
  }
  .mainfooter p {
    font-size: 1.3rem;
  }
  .mainfooter a {
    display: block;
  }
  .contactimage img {
    max-width: 240px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
}
