:root {
  --jipcolortext: #ff8a00;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.herosection {
  min-height: 110vh;
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/homepageherobg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.herosection.about {
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/About_Hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.herosection.leistungen {
  min-height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Holzstruktur-geometrisch.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.herosection.leistungen.ueber {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Trockener-Baumstamm.jpg');
  background-position: 0 0, 50% 100%;
  background-attachment: scroll, scroll;
}

.herosection.leistungen.ueber.small {
  background-image: linear-gradient(rgba(208, 145, 42, .65), rgba(208, 145, 42, .65)), url('../images/JIP_Gruppe.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.leistungssection {
  min-height: 60vh;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #333;
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 700;
  line-height: 20px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  width: 30%;
  height: 60%;
  min-height: 53vh;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-block-info {
  min-height: 215px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: var(--jipcolortext);
  justify-content: flex-start;
  align-items: center;
  padding-left: 36px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-2 {
  max-width: 60%;
  min-height: 60%;
  min-width: 60%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Aleo Variablefont Wght, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 140px;
}

.paragraph {
  width: 80%;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.brand {
  background-image: url('../images/Logo-JIP.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand.w--current {
  height: 100%;
  background-image: none;
}

.body {
  font-family: Mulish Variablefont Wght, sans-serif;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.nav-link {
  font-size: 16px;
}

.team-circles {
  z-index: auto;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
}

.team-card {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.image {
  margin-top: auto;
  margin-bottom: auto;
}

.container-4 {
  height: 100%;
}

.navbar {
  height: 5vw;
}

.image-2 {
  width: auto;
  height: auto;
  max-width: none;
}

.navbar-logo-left {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 8px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left.dark {
  background-color: rgba(241, 80, 80, 0);
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  width: 10%;
  color: #fff;
  letter-spacing: .25px;
  border: 1px #fff;
  border-bottom-style: solid;
  border-radius: 0;
  margin-left: 5px;
  margin-right: 15px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .375s;
}

.nav-link-2:hover {
  color: #f7931d;
  background-color: rgba(255, 255, 255, .23);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.dark {
  color: #4d4d4d;
  border-bottom-color: #616161;
}

.nav-link-2.dark:hover {
  color: rgba(77, 77, 77, .6);
  background-color: rgba(255, 255, 255, .23);
  border-style: none;
  border-color: #000;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-3 {
  max-width: 20%;
}

.container-6 {
  max-width: none;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.leistungensubtext {
  margin-top: 2px;
  margin-bottom: 15px;
  padding-left: 0;
  font-weight: 300;
}

.navspacer {
  height: 8vh;
  background-color: #bdbdbd;
}

.wrapper-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.headerblock {
  min-height: 80vh;
  margin-top: 80px;
}

.datenschutzblock {
  max-width: none;
}

.datenschutzblock.last {
  margin-bottom: 60px;
}

.rl_layout1_image.rounden {
  border-radius: 10px;
}

.rl-button-link-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout1 {
  background-color: var(--relume-library-lite-rl-white);
}

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl_section_layout192 {
  background-color: var(--relume-library-lite-rl-white);
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_layout237_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout237_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout237_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout237_icon {
  width: 3rem;
  height: 3rem;
  transform: rotate(0);
}

.rl_layout237_icon.second {
  transform: rotate(-120deg);
}

.rl_layout237_icon.third {
  transform: rotate(120deg);
}

.rl_layout237_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_layout237_content {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.rl_layout237_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_layout237_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout237_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout237_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rl_layout237_component-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_layout237 {
  background-color: var(--relume-library-lite-rl-white);
}

.heading-2 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  display: block;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 800;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.rl_layout1_image-2.rounded {
  border-radius: 10px;
}

.rl-button-link-icon-2 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link-text-2 {
  font-family: Mulish Variablefont Wght, sans-serif;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 1rem;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout1_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout1_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout1_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout1-2 {
  background-color: var(--relume-library-lite-rl-white);
}

.rl_layout192_spacing-block-3-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout192_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout192_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout192_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl_section_layout192-2 {
  background-color: var(--relume-library-lite-rl-white);
}

.rounded {
  border-radius: 10px;
}

.rl-text-style-link {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact20_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  width: 3rem;
  height: 3rem;
}

.rl_contact20_item {
  width: 100%;
  text-align: center;
}

.rl_contact20_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_contact20_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

.rl_contact20_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_contact20 {
  background-color: var(--relume-library-lite-rl-white);
}

.div-block-2 {
  text-align: center;
}

.text-block, .text-block-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.flex-block {
  width: 60%;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  margin-bottom: 0;
}

.image-5 {
  max-width: 15%;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  overflow: visible;
}

.faq-answer-inner.product {
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
}

.minus {
  width: 38%;
  height: 2px;
  background-color: #000;
  border-radius: 20px;
  position: absolute;
}

.leistungen_item {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(33, 33, 33, .6);
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: 0 20px 19px -15px rgba(0, 0, 0, .05);
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .375s;
}

.h3:hover {
  color: #929292;
}

.plus {
  width: 2px;
  height: 38%;
  background-color: #000;
  border-radius: 20px;
  position: absolute;
}

.faq-question {
  width: 100%;
  border-bottom: 1px rgba(0, 0, 0, .54);
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 20px;
  text-decoration: none;
  display: flex;
}

.p-m-wrap {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: rgba(77, 119, 167, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.faq-answer {
  height: auto;
  border-top: 1px #000;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 20px;
  overflow: hidden;
}

.flex-block-2 {
  grid-column-gap: 10px;
  margin-top: 20px;
}

.flex-block-3 {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.div-block-3 {
  width: 100%;
  margin-bottom: 10px;
}

.div-block-3.long {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.list {
  list-style-type: disc;
}

.text-block-3 {
  font-size: 1.125rem;
  font-weight: 700;
}

.text-block-4 {
  font-family: Mulish Variablefont Wght, sans-serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .herosection.leistungen.ueber.small {
    min-height: 30vh;
    background-image: linear-gradient(rgba(208, 145, 42, .88), rgba(208, 145, 42, .88)), url('../images/JIP_Gruppe.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block {
    width: 80%;
  }

  .container-2 {
    max-width: 90%;
    min-width: 70%;
  }

  .heading {
    font-size: 12vw;
    font-weight: 700;
    line-height: 15vw;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .team-grid {
    grid-column-gap: 40px;
    flex-wrap: wrap;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    min-height: 20vh;
    background-color: #fff;
    border-radius: 0 0 17px 17px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    width: 100%;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_layout1_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout192_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .rl_layout237_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout237_content {
    grid-column-gap: 2rem;
  }

  .rl_layout237_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_layout1_component-2 {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout192_component-2 {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .flex-block {
    width: 100%;
  }

  .icon {
    color: #fff;
  }

  .list-item {
    width: 100%;
  }

  .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 5vw;
  }

  .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 4vw;
  }

  .faq-answer-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .h3.analyse {
    font-size: 16px;
  }

  .flex-block-3 {
    justify-content: space-between;
  }

  .div-block-3 {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .team-slider {
    padding: 60px 15px;
  }

  .container-2 {
    min-width: 80%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-3 {
    max-width: 22%;
  }

  .wrapper-80 {
    max-width: 90%;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout237_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout237_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout237_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_layout237_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout237_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_layout237_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout237_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_spacing-block-3-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1-2 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout192_spacing-block-3-2 {
    padding-bottom: 1.5rem;
  }

  .rl_layout192_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout192_spacing-block-1-2 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact20_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 6vw;
  }

  .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 5vw;
  }

  .link {
    font-size: 10px;
  }

  .list {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-2 {
    min-width: 90%;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button.w--open {
    background-color: #f6931d;
  }

  .image-3 {
    max-width: 35%;
  }

  .rl_layout1_component, .rl_layout192_component, .rl_layout237_content, .rl_layout1_component-2, .rl_layout192_component-2, .rl_contact20_content {
    grid-template-columns: 1fr;
  }

  .heading-5, .heading-6, .heading-7 {
    font-size: 7vw;
  }

  .faq-answer-inner.product {
    width: 100%;
  }

  .leistungen_item {
    box-shadow: 0 20px 19px -15px rgba(0, 0, 0, .18);
  }

  .h3 {
    font-size: 18px;
  }

  .h3.analyse {
    font-size: 13px;
  }

  .faq-question {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .p-m-wrap {
    margin-top: 10px;
    margin-left: auto;
  }

  .flex-block-2 {
    flex-wrap: wrap;
  }

  .flex-block-3 {
    justify-content: space-between;
  }

  .div-block-3 {
    width: 49%;
  }

  .div-block-3.long {
    width: 100%;
  }
}

#w-node-_0051262d-d98d-22d5-e058-e3035b6fc9a0-90dc83d5, #w-node-_0051262d-d98d-22d5-e058-e3035b6fc9ab-90dc83d5, #w-node-_9e20d1ea-c529-662b-5eea-bdbf42e5e521-42e5e51b, #w-node-_9e20d1ea-c529-662b-5eea-bdbf42e5e528-42e5e51b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_0051262d-d98d-22d5-e058-e3035b6fc9ab-90dc83d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e2d6c19-339b-4987-2f4f-f0c696813779-0953b695, #w-node-c960b595-560e-2d49-7ed2-38ccf4827d44-a206138b {
    order: -9999;
  }
}


@font-face {
  font-family: 'Aleo Variablefont Wght';
  src: url('../fonts/Aleo-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aleo Variablefont Wght';
  src: url('../fonts/Aleo-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish Variablefont Wght';
  src: url('../fonts/Mulish-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish Variablefont Wght';
  src: url('../fonts/Mulish-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}