:root {
  --primary: #74c043;
  --background: #f3f3f3;
  --backgroundOpacity: rgba(24, 25, 29, 0.7);
  --backgroundAccent: #25262c;
  --backgroundAccentOpacity: rgba(37, 38, 44, 0.7);
  --whiteOpacity: rgba(255, 255, 255, 0.1);
  --textColor: #f1f1f1;
  --patternColor: #25262c;
  --textFontSize: 16px;
  --baseFontSize: 20px;
  --headerSize: 4em;
  --featureBackgroundColor: #47474b;
  --featureTextColor: #d1f83f;
  --featureLogoColor: #ed89fb;
  --invertedBackground: #f1f1f1;
  --invertedTextColor: #18191d;
  --space: 0;
}
:root .dark {
  --background: #18191d;
  --textColor: #f1f1f1;
}
:root .light {
  --background: #ffffff;
  --textColor: #000000;
}

@font-face {
  font-family: Jost;
  src: url(../assets/fonts/Jost-VariableFont_wght.ttf);
  font-display: swap;
}
html {
  font-size: 20px;
  overflow: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
  overflow-x: hidden;
  font-family: Jost;
}
html body {
  background-color: var(--background);
  margin: 0px;
}
html body main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html body main h1 {
  color: var(--primary);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.3125rem;
  text-transform: uppercase;
}
html body main h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.6953rem;
}
html body main h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4258rem;
}
html body main h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.15625rem;
}
html body main h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.34765rem;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
html body main p {
  font-size: 1rem;
  font-weight: 400;
  /*         line-height: 1.34765rem; */
  line-height: 140%;
}
html body main strong,
html body main b {
  font-weight: 500;
}
html body main button {
  cursor: pointer;
}
html body main ::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
html body main .vh100 {
  height: 100vh;
}
html body main .bold {
  font-weight: 500;
}
html body main .prim {
  color: var(--primary);
}
html body main .m100 {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (min-width: 1440px) {
  html body main .m100 {
    padding-left: 0;
    padding-right: 0;
  }
}
html body main .mr100 .headline {
  margin-left: 5rem;
  margin-right: 5rem;
}
html body main .content {
  margin-top: 5rem;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
html body main .content p {
  margin-block-start: 0.3rem;
  margin-block-end: 1rem;
}
html body main .content h4 {
  margin-block-start: 1rem;
  margin-block-end: 2rem;
}
html body main .content h5 {
  /*           margin-block-start: 2rem;
  margin-block-end: 2rem; */
  color: initial;
  font-size: 1.2rem;
  margin: 0;
}
html body main .content h6 {
  /*           margin-block-start: 2rem;
            margin-block-end: 2rem; */
  color: initial;
  font-size: 1rem;
  margin: 0;
}
html body main .contact-home-sec {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}
html body main section {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1440px) {
  html body main section {
    margin-left: auto;
    margin-right: auto;
    width: 62rem;
  }
}
@media screen and (max-width: 1024px) {
  html body main section {
    margin-bottom: 4.35rem;
  }
}
html body main .test242 {
  color: initial;
}
html body main .headline {
  margin-bottom: 2rem;
}
html body main .headline h5 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
html body main .headline .headline-divider {
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 1rem;
}
html body main .headline .headline-breadcrumb-container {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
html body main .headline .headline-breadcrumb-container .headline-breadcrumb {
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5019607843);
  line-height: 1.07815rem;
}
html body main .headline .headline-breadcrumb-container .headline-breadcrumb-current {
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  gap: 1rem;
  color: rgb(116, 192, 67);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.07815rem;
}
html body main header {
  position: sticky;
  background: white;
  z-index: 1000;
  top: 0;
  border-radius: 0rem 0rem 2.65rem 2.65rem;
}
html body main header .header-bannerarea {
  display: flex;
  height: 2rem;
}
html body main header .header-bannerarea .header-green-banner {
  flex: 1 1 0px;
  border-radius: 0rem 0rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: var(--primary);
}
html body main header .header-bannerarea .header-green-banner p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2129rem;
  letter-spacing: 0.054rem;
  margin: 0;
}
html body main header .header-bannerarea .header-green-banner a {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2129rem;
  letter-spacing: 0.054rem;
  text-decoration-line: underline;
  text-transform: uppercase;
}
html body main header .header-bannerarea .header-gray-banner {
  flex: 1 1 0px;
  color: var(--primary);
  background: var(--background);
  border-radius: 0rem 0rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
html body main header .header-bannerarea .header-gray-banner p {
  color: var(--primary);
  font-size: 0.9rem;
  line-height: 1.2129rem;
  letter-spacing: 0.054rem;
  margin: 0;
}
html body main header .header-bannerarea .header-gray-banner a {
  color: rgb(116, 192, 67);
  font-size: 0.9rem;
  line-height: 1.2129rem;
  letter-spacing: 0.054rem;
  text-decoration-line: underline;
  text-transform: uppercase;
}
html body main header .menu-logo-area {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin: 0 5rem;
  height: 4rem;
  align-items: center;
}
html body main header .menu-logo-area .logo {
  width: 5.55rem;
  height: 2.35rem;
}
html body main header .menu-logo-area .header-menu-container {
  justify-content: end;
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
html body main header .menu-logo-area .header-menu-container .headerbtn {
  border-radius: 2.025rem;
  background-color: var(--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  width: 5.9rem;
  transition: width 0.75s;
  border: 1px solid white;
}
html body main header .menu-logo-area .header-menu-container .headerbtn p {
  font-size: 0.9rem;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.045rem;
  overflow: hidden;
}
html body main header .menu-logo-area .header-menu-container .headerbtn:link {
  text-decoration: none;
}
html body main header .menu-logo-area .header-menu-container .headerbtn:hover {
  background-color: var(--background);
  border: 1px solid var(--primary);
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
html body main header .menu-logo-area .header-menu-container .headerbtn:hover p {
  color: var(--primary);
}
html body main header .menu-logo-area .header-menu-container .headerbtn img {
  display: none;
  padding: 0 0.35em;
  height: 16px;
}
html body main header .menu-logo-area .header-menu-container .headerbtnico {
  border-radius: 2.025rem;
  background-color: var(--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  width: 5.9rem;
  transition: width 0.75s;
}
html body main header .menu-logo-area .header-menu-container .headerbtnico p {
  font-size: 0.9rem;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.045rem;
  overflow: hidden;
}
html body main header .menu-logo-area .header-menu-container .headerbtnico:link {
  text-decoration: none;
}
html body main header .menu-logo-area .header-menu-container .headerbtnico img {
  display: none;
  padding: 0 0.35em;
  height: 16px;
}
html body main header .menu-logo-area .header-menu-container .headersearch {
  border-radius: 3.8rem;
  background-color: #f1f1f1;
  height: 1.75rem;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont {
  display: flex;
  align-items: center;
  height: inherit;
  gap: 0.5rem;
  padding: 0 1rem;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont img {
  width: 0.9872rem;
  height: 0.9457rem;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont input:-webkit-autofill,
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont input:-webkit-autofill:hover,
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont input:-webkit-autofill:focus,
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont .headersearchtext {
  font-size: 0.9rem;
  line-height: normal;
  letter-spacing: 0.045rem;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin-top: 2px;
  background: unset;
  border: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  min-width: 0;
  width: 6.1rem;
  transition: width 0.75s;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont .headersearchtext::-moz-placeholder {
  color: #000;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont .headersearchtext::placeholder {
  color: #000;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont .headersearchtext:focus::-moz-placeholder {
  color: lightgray;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont .headersearchtext:focus::placeholder {
  color: lightgray;
}
@keyframes searchboxopenanimation {
  from {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  to {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes searchboxcloseanimation {
  from {
    display: flex;
    opacity: 0;
  }
  to {
    display: none;
    opacity: 1;
  }
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox {
  visibility: hidden;
  border-radius: 1rem;
  background: #fff;
  position: absolute;
  width: 33.85rem;
  max-height: 20.35rem;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  transform: translate(-20.85rem, 1.4rem);
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation-name: searchboxopenanimation;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem:last-child .headersearchitem-divider {
  display: none;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearchitem-divider {
  border: 1px solid var(--primary);
  margin-top: 1rem;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper {
  display: grid;
  grid-template-columns: 5.8993rem 1fr;
  gap: 0.8rem;
  text-decoration: none;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper .headersearchitem-wrapper-sec .headersearchitem-title {
  color: #353535;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper .headersearchitem-wrapper-sec .headersearchitem-desc {
  font-size: 0.8rem;
  line-height: 1.07815rem;
  max-height: 3.23445rem;
  overflow: hidden;
  color: #353535;
  margin: 0;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper .headersearchitem-img {
  width: 5.8993rem;
  height: 5.56345rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearch-item-text {
  width: 25px;
  margin: 0 0 0 15%;
  display: block;
}
html body main header .menu-logo-area .header-menu-container .header-navigation .header-menu {
  margin: 0;
  height: 1.75rem;
  align-items: center;
  padding: 0 1.15rem;
  border-radius: 3.8rem;
  background: #f1f1f1;
  list-style-type: none;
  display: flex;
  gap: 1.25rem;
}
html body main header .menu-logo-area .header-menu-container .header-navigation .header-menu li a {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.045rem;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
html body main header .menu-logo-area .header-menu-container .contact-icon-mobile {
  display: none;
}
html body main header .menu-logo-area .header-menu-container .burger-icon {
  display: none;
}
html body main header .burger-nav-menu {
  min-width: calc(100% - 2rem);
  border-radius: 0rem 0rem 1rem 1rem;
  margin-top: 2rem;
  border: 0;
  padding: 0.5rem 1rem 1.55rem 1rem;
}
html body main header .burger-nav-menu::backdrop {
  background: none;
}
html body main header .burger-nav-menu .burger-nav-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
html body main header .burger-nav-menu .burger-nav-header .logo {
  width: 3.5424rem;
  height: 1.51725rem;
}
html body main header .burger-nav-menu .burger-nav-header button {
  border: 0;
  background-color: #fff;
}
html body main header .burger-nav-menu .burger-nav-header button img {
  pointer-events: none;
  width: 0.75rem;
  height: 0.75rem;
}
html body main header .burger-nav-menu .header-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0 1rem;
  gap: 0.8rem;
}
html body main header .burger-nav-menu .header-navigation ul li {
  height: 2.6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--primary);
}
html body main header .burger-nav-menu .header-navigation ul li a {
  text-align: center;
  width: 100%;
  color: #353535;
  font-size: 0.9rem;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
html body main header .burger-nav-menu .header-navigation ul li a:visited, html body main header .burger-nav-menu .header-navigation ul li a:link {
  text-decoration: none;
}
html body main header .burger-nav-menu .headersearch {
  border-radius: 3.8rem;
  background-color: #f1f1f1;
  height: 1.75rem;
  margin: 1rem 1rem 0 1rem;
}
html body main header .burger-nav-menu .headersearch .headersearchcont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  gap: 0.5rem;
  padding: 0 1rem;
}
html body main header .burger-nav-menu .headersearch .headersearchcont img {
  width: 0.9872rem;
  height: 0.9457rem;
}
html body main header .burger-nav-menu .headersearch .headersearchcont input:-webkit-autofill,
html body main header .burger-nav-menu .headersearch .headersearchcont input:-webkit-autofill:hover,
html body main header .burger-nav-menu .headersearch .headersearchcont input:-webkit-autofill:focus,
html body main header .burger-nav-menu .headersearch .headersearchcont input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}
html body main header .burger-nav-menu .headersearch .headersearchcont .headersearchtext {
  font-size: 0.9rem;
  line-height: normal;
  letter-spacing: 0.045rem;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin-top: 2px;
  background: unset;
  border: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  min-width: 0;
  width: 3.3rem;
  transition: width 0.75s;
}
html body main header .burger-nav-menu .headersearch .headersearchcont .headersearchtext::-moz-placeholder {
  color: #000;
}
html body main header .burger-nav-menu .headersearch .headersearchcont .headersearchtext::placeholder {
  color: #000;
}
html body main header .burger-nav-menu .headersearch .headersearchcont .headersearchtext:focus {
  width: 100%;
}
html body main header .burger-nav-menu .headersearch .headersearchcont .headersearchtext:focus::-moz-placeholder {
  color: lightgray;
}
html body main header .burger-nav-menu .headersearch .headersearchcont .headersearchtext:focus::placeholder {
  color: lightgray;
}
html body main header .burger-nav-menu .headersearch .headersearchbox {
  visibility: hidden;
  border-radius: 1rem;
  background: #fff;
  position: absolute;
  width: 33.85rem;
  max-height: 20.35rem;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  transform: translate(-20.85rem, 1.4rem);
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation-name: searchboxopenanimation;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
html body main header .burger-nav-menu .headersearch .headersearchbox .headersearchitem:last-child .headersearchitem-divider {
  display: none;
}
html body main header .burger-nav-menu .headersearch .headersearchbox .headersearchitem .headersearchitem-divider {
  border: 1px solid var(--primary);
  margin-top: 1rem;
}
html body main header .burger-nav-menu .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper {
  display: flex;
  gap: 0.8rem;
  text-decoration: none;
}
html body main header .burger-nav-menu .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper .headersearchitem-wrapper-sec .headersearchitem-title {
  color: #353535;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}
html body main header .burger-nav-menu .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper .headersearchitem-wrapper-sec .headersearchitem-desc {
  font-size: 0.8rem;
  line-height: 1.07815rem;
  max-height: 3.23445rem;
  overflow: hidden;
  margin: 0;
}
html body main header .burger-nav-menu .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper .headersearchitem-img {
  width: 5.8993rem;
  height: 5.56345rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
html body main header .burger-nav-menu .burger-nav-contact {
  display: block;
  text-align: center;
  color: #353535;
  font-size: 0.9rem;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--primary);
}
html body main .secondhead {
  border-radius: 0rem 0rem 2.65rem 2.65rem;
  z-index: -10;
  width: 100%;
  height: 10.2rem;
  position: absolute;
  background: white;
  top: 0;
}
html body main .section-container {
  gap: 150px;
  max-width: 85rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
html body main .hero {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}
html body main .hero .fullscreen {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
html body main .hero .fullscreen .hero-text-blocks-content {
  padding: 0 5rem 5rem 5rem;
}
html body main .hero .fullscreen .hero-text-blocks-content .hero-text-block {
  gap: 50%;
  display: flex;
  background: white;
  border-radius: 25px;
  height: 10rem;
  padding: 10px;
  width: 25rem;
  flex-direction: column;
}
html body main .hero .fullscreen .hero-text-blocks-content .hero-text-block .hero-btn {
  padding: 15px;
  border-radius: 25px;
  background-color: lightgrey;
  height: 15rem;
  width: 15rem;
  color: black;
  text-decoration: none;
}
html body main .hero .fullscreen h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8em;
  text-align: center;
}
html body main .hero .fullscreen h2 {
  font-style: italic;
  text-align: center;
  font-size: 2em;
  padding: 2rem 7rem;
}
html body main .hero .four_column_with_two_text {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content:nth-of-type(1) {
  background: white;
  position: relative;
  grid-column: span 2;
}
html body main .hero .four_column_with_two_text .logo {
  position: absolute;
  display: none;
  z-index: 100;
  width: 8.8rem;
  margin-left: auto;
  margin-right: auto;
  /* right: -7rem; */
  /* top: 15rem; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  /*               top: 8rem; */
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont p:nth-of-type(2) {
  display: none;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont .hero-text-block {
  display: flex;
  background: #f3f3f3;
  border-radius: 25px;
  height: 212px;
  padding: 20px 0px 0px 20px;
  width: 437px;
  flex-direction: column;
  text-decoration: none;
  color: initial;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont .hero-text-block .herotitle {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  color: #74c043;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont .hero-text-block .herosubtitle {
  line-height: 26.95px;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  padding-right: 1rem;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont-sec {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  top: 8rem;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont-sec p:nth-of-type(2) {
  display: none;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont-sec .hero-text-block {
  display: flex;
  background: var(--background);
  border-radius: 25px;
  height: 212px;
  padding: 20px 0px 0px 20px;
  width: 437px;
  flex-direction: column;
  text-decoration: none;
  color: initial;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont-sec .hero-text-block .herotitle {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  color: #74c043;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont-sec .hero-text-block .herosubtitle {
  line-height: 26.95px;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-logo-container {
  /*               top: 10rem; */
  position: relative;
  /* right: 50%; */
  /*               margin: auto; */
  width: 286px;
  display: flex;
  flex-direction: column;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-logo-container .hero-logo {
  width: 286px;
  height: 120px;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-logo-container .hero-slogan {
  width: 28.15em;
  position: relative;
  left: -6rem;
}
html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-logo-container .hero-slogan p {
  font-family: Jost;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  text-align: center;
  text-wrap: nowrap;
}
html body main .hero .two_column_with_two_text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
html body main .hero .two_column_with_two_text .hero-text-blocks-content {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 40% 5rem 5rem 5rem;
}
html body main .hero .two_column_with_two_text .hero-text-blocks-content .hero-text-block {
  gap: 50%;
  display: flex;
  background: white;
  border-radius: 25px;
  height: 10rem;
  padding: 10px;
  width: 25rem;
  flex-direction: column;
}
html body main .hero .two_column_with_two_text .hero-text-blocks-content .hero-text-block .hero-btn {
  padding: 15px;
  border-radius: 25px;
  background-color: lightgrey;
  height: 15rem;
  width: 15rem;
  color: black;
  text-decoration: none;
}
html body main .hero .fullscreentitle {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.6);
  background-blend-mode: soft-light;
  height: 27rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: 0 1.5rem;
}
html body main .hero .fullscreentitle div {
  background-color: white;
  border-radius: 0 20px 0 20px;
  padding: 1rem 0rem;
  width: -moz-fit-content;
  width: fit-content;
}
html body main .hero .fullscreentitle h1 {
  margin: 0 3.5rem;
  width: inherit;
  /*   text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2),
    -1px -1px 10px rgba(255, 255, 255, 0.2),
    -1px 1px 10px rgba(255, 255, 255, 0.2),
    1px -1px 10px rgba(255, 255, 255, 0.2),
    1px 0px 10px rgba(255, 255, 255, 0.2),
    0px 1px 10px rgba(255, 255, 255, 0.2),
    -1px 0px 10px rgba(255, 255, 255, 0.2),
    0px -1px 10px rgba(255, 255, 255, 0.2); */
}
html body main .hero .fullscreentitle .hero-text-blocks-content {
  border-radius: 1rem;
  background: #fff;
  width: 28.25rem;
  padding: 1.15rem 1.15rem 0.85rem 1.15rem;
  margin-left: 3.5rem;
  margin-bottom: 3rem;
}
html body main .hero .hero-text-blocks-content-mobile {
  display: none;
}
html body main .hero .fullscreenvideo {
  margin: 0 auto;
  max-width: 85rem;
  padding: 0 1.45rem;
}
html body main .hero .fullscreenvideo video {
  border-radius: 1rem;
  width: 100%;
}
html body main .hero .producthero {
  border-radius: 1rem;
  margin: 0 1.5rem;
  height: 16.6rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  display: flex;
  align-items: end;
}
html body main .hero .producthero .hero-text-blocks-content {
  position: relative;
  padding: 0 5rem 5rem 5rem;
  top: 15rem;
}
html body main .hero .producthero .hero-text-blocks-content .hero-text-block {
  gap: 50%;
  display: flex;
  background: white;
  border-radius: 25px;
  height: 7rem;
  padding: 10px;
  width: 40rem;
  flex-direction: column;
  line-height: 2.380952381ex;
  font-size: 1.1em;
}
html body main .hero .producthero h1 {
  margin: 0;
  margin-left: 3.4rem;
  margin-bottom: 3.45rem;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2), -1px -1px 10px rgba(255, 255, 255, 0.2), -1px 1px 10px rgba(255, 255, 255, 0.2), 1px -1px 10px rgba(255, 255, 255, 0.2), 1px 0px 10px rgba(255, 255, 255, 0.2), 0px 1px 10px rgba(255, 255, 255, 0.2), -1px 0px 10px rgba(255, 255, 255, 0.2), 0px -1px 10px rgba(255, 255, 255, 0.2);
}
html body main .hero .slider_gallerie_hero .navigation-wrapper {
  position: relative;
}
html body main .hero .slider_gallerie_hero .navigation-wrapper .keen-slider img {
  aspect-ratio: 1.65/1;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main .hero .slider_gallerie_hero .navigation-wrapper .keen-slider video {
  aspect-ratio: 1.65/1;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main .hero .slider_gallerie_hero .navigation-wrapper .keen-slider .active {
  z-index: 100;
}
@keyframes showarrows {
  from {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  to {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes hidearrows {
  from {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
html body main .hero .slider_gallerie_hero .navigation-wrapper .arrowLeft {
  background-color: var(--primary);
  border-radius: 50%;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  animation-name: showarrows;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
html body main .hero .slider_gallerie_hero .navigation-wrapper .arrowLeft .arrow--left {
  background-image: url("../assets/images/icons/Arrow Left.svg");
  background-repeat: no-repeat;
  background-position: center;
}
html body main .hero .slider_gallerie_hero .navigation-wrapper .arrowRight {
  background-color: var(--primary);
  border-radius: 50%;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  animation-name: showarrows;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
html body main .hero .slider_gallerie_hero .navigation-wrapper .arrowRight .arrow--right {
  background-image: url("../assets/images/icons/Arrow Right.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1.375em;
}
html body main .hero .slider_gallerie_hero .navigation-wrapper .arrow {
  width: 1.375em;
  height: 2.75em;
}
html body main footer {
  background-color: white;
  padding: 2rem 4.8rem;
  border-radius: 1rem 1rem 0 0;
  margin-top: auto;
}
html body main footer .footer-content-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3.1rem;
  gap: 2rem;
}
html body main footer .footer-content-cont .footer-content-logo {
  width: 6.25rem;
  height: 2.3566rem;
  flex-shrink: 0;
}
html body main footer .footer-content-cont .footer-content-text {
  text-align: right;
  margin: 0;
}
html body main footer .footer-menuconten-cont {
  border-radius: 1rem;
  background: var(--background);
}
html body main footer .footer-menuconten-cont .footer-navigation {
  display: contents;
}
html body main footer .footer-menuconten-cont .footer-nav {
  padding: 0 3rem;
  margin: 0 0 0 auto;
  gap: 3rem;
  display: flex;
  list-style-type: none;
  justify-content: end;
}
html body main footer .footer-menuconten-cont .footer-nav li {
  list-style-type: none;
}
html body main footer .footer-menuconten-cont .footer-nav li a {
  color: black;
  text-decoration: none;
  background-color: none;
  font-size: 1rem;
}
html body main .textbox-container {
  /*         padding: 16rem 0rem 16rem 0rem; */
}
html body main .textbox-container .textbox {
  border-radius: 1rem;
  /*@media screen and (max-width: 1024px) {
    display: unset;
  }*/
  padding: 2rem;
  /* height: 282px; */
  /* width: 1080px; */
  background: white;
}
html body main .textbox-container .textbox h2 {
  margin: 0;
  margin-bottom: 2rem;
}
html body main .textbox-container .textbox .textimage_container {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 3rem;
}
html body main .textbox-container .textbox .textimage_container div {
  position: relative;
  margin-bottom: 1.5rem;
}
html body main .textbox-container .textbox .textimage_container div p {
  margin: 0;
  font-size: 1rem;
  white-space: normal;
}
html body main .textbox-container .textbox .textimage_container div p .titletext {
  font-weight: 500;
}
html body main .textbox-container .textbox .textimage_container div .white-gradient {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(0deg, #fff 6.52%, rgba(255, 255, 255, 0) 100%);
}
html body main .textbox-container .textbox .textimage_container img {
  width: 18.9rem;
  height: 17.65rem;
  border-radius: 1rem;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main .textbox-container .textbox .textimage_container .morebtn {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 0.675rem;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.01075rem;
  padding: 0.15rem 1.55rem;
  border: 1px solid white;
}
html body main .textbox-container .textbox .textimage_container .morebtn:hover {
  background-color: var(--background);
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
html body main .tiles-container .textbox {
  margin-bottom: 2rem;
}
html body main .tiles-container .textbox:last-child {
  margin-bottom: 0;
}
html body main .tiles-content-container .tiles-content-container-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
html body main .tiles-content-container .tiles-content-container-wrap .left-container p {
  margin-bottom: 2rem;
}
html body main .tiles-content-container .tiles-content-container-wrap p {
  margin: 0;
}
html body main .tiles-content-container .tiles-content-container-wrap h3 {
  margin: 0;
}
html body main .tiles-content-container .tiles-img-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 12.95rem;
  gap: 2rem;
}
html body main .tiles-content-container .tiles-img-container div {
  position: relative;
}
html body main .tiles-content-container .tiles-img-container div:first-child {
  grid-column: 1/3;
}
html body main .tiles-content-container .tiles-img-container div img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main .tiles-content-container .tiles-img-container div p {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 1rem 0rem;
  padding: 0.35rem 0.9rem 0 0.9rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.01075rem;
}
html body main .career-container {
  display: flex;
  gap: 1.3rem;
  margin-right: 5rem;
  flex-direction: column;
}
html body main .career-container .career-text-container {
  border-radius: 0rem 1rem 1rem 0rem;
  background: #fff;
  padding-left: 5rem;
  padding-top: 1.45rem;
  padding-right: 2.25rem;
  padding-bottom: 1.2rem;
  height: -moz-fit-content;
  height: fit-content;
}
html body main .career-container .career-text-container .large-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.15625rem;
  margin: 0;
}
html body main .career-container .career-text-container a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 0.675rem;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.01075rem;
  padding: 0.15rem 1.55rem;
  border: 1px solid white;
}
html body main .career-container .career-text-container a:visited, html body main .career-container .career-text-container a:link {
  text-decoration: none;
}
html body main .career-container .career-text-container a:hover {
  background-color: var(--background);
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
html body main .career-container .career-category-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  /*           .category-item:nth-of-type(3) {
    background-color: white;
  }
  .category-item:nth-of-type(4) {
    background-color: white;
  } */
}
@media screen and (max-width: 1440px) {
  html body main .career-container .career-category-container {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  html body main .career-container .career-category-container {
    padding-left: unset;
  }
}
html body main .career-container .career-category-container .category-item {
  background: #d5e9c8;
  border-radius: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  transition: height 1s;
  /*             width: 25.9rem; */
}
html body main .career-container .career-category-container .category-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  /*               padding: 0.75rem 1rem 0.75rem 1.5rem; */
  padding: 0.75rem 2.25rem 0.75rem 2.25rem;
  gap: 2rem;
}
html body main .career-container .career-category-container .category-item .item-top button {
  border: 0;
  padding: 0;
  background-color: unset;
  height: 35px;
}
html body main .career-container .career-category-container .category-item .item-top .item-top-cont {
  display: flex;
  flex-direction: column;
}
html body main .career-container .career-category-container .category-item .item-top .item-top-cont .item-job-type {
  font-size: 0.8em;
  color: #353535;
}
html body main .career-container .career-category-container .category-item .item-top .item-top-cont p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6172rem;
  margin: 0;
}
html body main .career-container .career-category-container .category-item .description {
  margin: 0;
  /*               padding: 0rem 1rem 1.75rem 1.5rem; */
  padding: 0rem 2.25rem 1.75rem 2.25rem;
  display: none;
}
html body main .career-container .career-category-container .category-item .description p:first-of-type {
  padding-top: 20px;
}
html body main .career-container .career-category-container .category-item .description p {
  margin-block-start: 0;
}
html body main .career-container .career-category-container .category-item .description h4 {
  font-size: 1.1rem;
  margin-block-end: 20px;
}
html body main .career-container .career-category-container .category-item .description ul {
  gap: 0 40px;
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 699px) {
  html body main .career-container .career-category-container .category-item .description ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
html body main .career-container .career-category-container .category-item .description ul li {
  margin: 0px 0 15px 0;
}
html body main .career-container .career-category-container .category-item .description ul li::marker {
  font-size: 15px;
}
html body main .career-container .career-category-container .category-item .description .benefits-container {
  padding: 2rem;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  margin-top: 2.1rem;
}
html body main .career-container .career-category-container .category-item .description .benefits-container .benefit-title-sec {
  font-family: Jost;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.54rem;
  text-align: left;
  color: #74c043;
  align-self: center;
  margin: 0;
  /*                   padding: 0 0 2.7rem 0; */
  padding-bottom: 2rem;
}
html body main .career-container .career-category-container .category-item .description .benefits-container .benefits {
  /*                   display: flex;
  gap: 4.65rem;
  align-items: center; */
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: baseline;
  gap: 3rem;
}
html body main .career-container .career-category-container .category-item .description .benefits-container .benefits .benefit-title {
  margin: 0;
  font-family: Jost;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-align: left;
  color: #74c043;
  padding-top: 1.45rem;
}
html body main .career-container .career-category-container .category-item .description .benefits-container .benefits p {
  padding-top: 0.65rem;
  font-family: Jost;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.12rem;
  text-align: left;
}
html body main .career-container .career-category-container .category-item a {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 0.675rem;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.01075rem;
  padding: 0.15rem 1.55rem;
  margin-bottom: 2rem;
  margin-right: 2.25rem;
  border: 1px solid var(--primary);
}
html body main .career-container .career-category-container .category-item a:visited, html body main .career-container .career-category-container .category-item a:link {
  text-decoration: none;
}
html body main .career-container .career-category-container .category-item a:hover {
  background-color: var(--background);
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
html body main .image-slider-container {
  display: grid;
  gap: 3.58rem;
  grid-template-columns: 2.37878fr 1fr;
  grid-template-rows: 1fr;
}
html body main .image-slider-container .image-slider {
  position: relative;
  flex-shrink: 0;
}
html body main .image-slider-container .image-slider .images-container {
  display: flex;
  overflow: hidden;
  position: relative;
  scroll-behavior: smooth;
  z-index: 100;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  scroll-snap-type: x mandatory;
}
html body main .image-slider-container .image-slider .images-container img {
  scroll-snap-align: start;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 874px;
}
html body main .image-slider-container .image-slider .slider-button-left,
html body main .image-slider-container .image-slider .slider-button-right {
  width: 3.65rem;
  height: 2.76815rem;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html body main .image-slider-container .image-slider .slider-button-left img,
html body main .image-slider-container .image-slider .slider-button-right img {
  pointer-events: none;
  margin: 0.75rem;
}
html body main .image-slider-container .image-slider .slider-button-left {
  text-align: start;
  left: -1.8rem;
}
html body main .image-slider-container .image-slider .slider-button-right {
  text-align: end;
  right: -1.8rem;
}
html body main .image-slider-container .text-container p {
  white-space: normal;
  margin: 0;
}
html body main .contact-person-container {
  position: relative;
  margin: auto;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-tex-wrap {
  display: flex;
  gap: 3.75rem;
  margin-bottom: 5rem;
  justify-content: center;
  align-items: start;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-tex-wrap h3 {
  margin: 0;
  line-height: 1;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-tex-wrap p {
  margin: 0;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card {
  background: #d5e9c8;
  border-radius: 1rem;
  padding: 1.5rem 1.6rem 1.6em 1.5rem;
  width: 100%;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card:nth-child(2) {
  background-color: #fff;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .card-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.85rem;
  height: 7.65rem;
  border-radius: 0.9rem;
  margin-bottom: 1.25rem;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .contact_person_name {
  font-weight: 500;
  line-height: 1.3475rem;
  margin-bottom: 0.4rem;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .contact_person_job {
  font-size: 0.8rem;
  color: rgba(53, 53, 53, 0.7411764706);
  font-weight: 500;
  line-height: 1.07815rem;
  margin-bottom: 1.3rem;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .contact_person_phone {
  margin-bottom: 1rem;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .contact_person_phone img {
  width: 0.8rem;
  height: 0.95rem;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .contact_person_mail img {
  width: 0.8rem;
  height: 0.95rem;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card p {
  margin: 0;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card a {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: left;
  display: flex;
  gap: 0.7rem;
  align-items: center;
}
html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card a:link, html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card a:visited {
  color: #000;
  text-decoration: none;
}
html body main .spectrum-container {
  display: flex;
  gap: 1.3rem;
  margin-right: 5rem;
}
html body main .spectrum-container .spectrum-text-container {
  border-radius: 0rem 1rem 1rem 0rem;
  background: #fff;
  padding-left: 5rem;
  padding-top: 1.45rem;
  padding-right: 2.25rem;
  padding-bottom: 1.2rem;
  height: -moz-fit-content;
  height: fit-content;
}
html body main .spectrum-container .spectrum-text-container .large-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.15625rem;
  margin: 0;
}
html body main .spectrum-container .spectrum-text-container a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 0.675rem;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.01075rem;
  padding: 0.15rem 1.55rem;
  border: 1px solid white;
}
html body main .spectrum-container .spectrum-text-container a:visited, html body main .spectrum-container .spectrum-text-container a:link {
  text-decoration: none;
}
html body main .spectrum-container .spectrum-text-container a:hover {
  background-color: var(--background);
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
html body main .spectrum-container .spectrum-category-container {
  display: grid;
  gap: 0.75rem;
  grid-template-rows: repeat(4, min-content);
}
html body main .spectrum-container .spectrum-category-container .category-item:nth-of-type(3) {
  background-color: white;
}
html body main .spectrum-container .spectrum-category-container .category-item:nth-of-type(4) {
  background-color: white;
}
html body main .spectrum-container .spectrum-category-container .category-item {
  background: #d5e9c8;
  border-radius: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  transition: height 1s;
  width: 17.9rem;
}
html body main .spectrum-container .spectrum-category-container .category-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  gap: 2rem;
}
html body main .spectrum-container .spectrum-category-container .category-item .item-top p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6172rem;
  margin: 0;
}
html body main .spectrum-container .spectrum-category-container .category-item .item-top button {
  border: 0;
  padding: 0;
  background-color: unset;
  height: 35px;
}
html body main .spectrum-container .spectrum-category-container .category-item .description {
  margin: 0;
  padding: 0rem 1rem 1.9rem 1.5rem;
  display: none;
}
html body main #produkte {
  scroll-margin-top: 220px;
}
html body main .product-catgorys-container {
  position: relative;
}
html body main .product-catgorys-container .product-catgorys {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1.5rem;
  justify-content: center;
}
html body main .product-catgorys-container .product-catgorys .home-category:nth-child(5) {
  grid-column: span 2;
}
html body main .product-catgorys-container .product-catgorys .product-catgory {
  border-radius: 1rem;
  background-color: white;
}
html body main .product-catgorys-container .product-catgorys .product-catgory:link, html body main .product-catgorys-container .product-catgorys .product-catgory:visited {
  color: #000;
  text-decoration: none;
}
html body main .product-catgorys-container .product-catgorys .product-catgory .product-catgory-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 12.11975rem;
}
html body main .product-catgorys-container .product-catgorys .product-catgory .text-container {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html body main .product-catgorys-container .product-catgorys .product-catgory .text-container .product-catgory-headline {
  font-weight: 500;
  margin: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}
html body main .product-catgorys-container .product-catgorys .product-catgory .text-container .product-catgory-text {
  font-size: 0.8rem;
  line-height: 1.07815rem;
  min-height: 1.07815rem;
  margin: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
html body main .product-catgorys-container .product-catgorys .product-catgory-inquiry {
  border-radius: 1.25rem;
  background: #d5e9c8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
html body main .product-catgorys-container .product-catgorys .product-catgory-inquiry .inquiry-headline {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6172rem;
}
html body main .product-catgorys-container .product-catgorys .product-catgory-inquiry .inquiry-text {
  font-size: 1rem;
  line-height: 1.07815rem;
  margin: 0;
  margin-bottom: 2.7rem;
}
html body main .product-catgorys-container .product-catgorys .product-catgory-inquiry a {
  border-radius: 0.675rem;
  background: var(--background);
  width: 5.9rem;
  padding: 0.2rem 0;
  font-size: 0.75rem;
  line-height: 1.01075rem;
  text-align: center;
  align-self: flex-end;
  position: absolute;
  bottom: 1rem;
  color: #000;
  border: 1px solid white;
}
html body main .product-catgorys-container .product-catgorys .product-catgory-inquiry a:link {
  text-decoration: none;
  color: #000;
}
html body main .product-catgorys-container .product-catgorys .product-catgory-inquiry a:hover {
  background-color: white;
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
html body main .placeholder-container {
  position: relative;
  margin: auto;
  display: flex;
  gap: 10%;
  /*         padding: 16rem 0 17rem 0; */
  height: 100%;
  flex-direction: column;
}
html body main .placeholder-banner {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 316px;
}
@media screen and (max-width: 1440px) {
  html body main .placeholder-banner {
    height: 244px;
  }
}
html body main .contact-container {
  width: -webkit-fill-available;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
html body main .contact-container .contact-infocont {
  height: 60%;
  border-radius: 40px;
  width: 665px;
  background: white;
  display: flex;
  flex-direction: column;
  padding: 0px 99px 0px 70px;
  /* padding-top: 118px; */
  gap: 36px;
  /*           a {
  /*           a {
    &:link {
      color: #000000;
    }
  } */
}
html body main .contact-container .contact-infocont h1 {
  margin-bottom: 20px;
}
html body main .contact-container .contact-infocont p {
  margin: 0;
  white-space: unset;
}
html body main .contact-container .contact-infocont .contact-infocont-mail {
  color: rgb(116, 192, 67);
}
html body main .contact-container .contact-infocont .contact-infocont-link {
  color: #000000;
}
html body main .contact-container .contact-infocont .contact-infocont-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
html body main .contact-container .contact-map {
  height: 60%;
  /* width: 665px; */
  width: 60%;
  border-radius: 40px;
  z-index: -10;
}
html body main .contact-home-container {
  height: 100%;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
}
html body main .contact-home-container .contact-home-infocont {
  border-radius: 2rem;
  background: white;
  display: flex;
  flex-direction: column;
  padding-left: 4.5rem;
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
  gap: 1rem;
  height: 23.45rem;
}
html body main .contact-home-container .contact-home-infocont .contact-home-infocont-wrapper h2 {
  margin: 0;
  color: var(--primary);
  padding-bottom: 1rem;
}
html body main .contact-home-container .contact-home-infocont .contact-home-infocont-wrapper .text-block-container span {
  font-weight: 500;
}
html body main .contact-home-container .contact-home-infocont .contact-home-infocont-wrapper .mail-item {
  color: var(--primary);
  font-weight: 500;
}
html body main .contact-home-container .contact-home-infocont .contact-home-infocont-wrapper .mail-item a:link {
  color: var(--primary);
}
html body main .contact-home-container .contact-home-infocont .contact-home-infocont-wrapper p {
  /*               margin-top: 0; */
  margin-bottom: 0.5rem;
}
html body main .contact-home-container .contact-home-infocont .contact-home-infocont-wrapper a:link {
  color: #000000;
  text-decoration: none;
}
html body main .contact-home-container .contact-home-infocont .contact-home-infocont-wrapper a:hover {
  text-decoration: underline;
}
html body main .contact-home-container .gmaps-container {
  height: 29.45rem;
  position: relative;
  left: -3.5rem;
  width: calc(100% + 3.5rem);
}
html body main .contact-home-container .gmaps-container .contact-home-map {
  height: inherit;
  width: 100%;
  /* width: 665px; */
  border-radius: 2rem;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main .contact-i {
  margin: 0.4rem 1rem 3rem 1rem;
  width: auto;
}
html body main .contact-form-container {
  margin: 0 100px;
}
html body main .contact-form-container .contact-form form {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
html body main .contact-form-container .contact-form form p {
  margin: 0;
}
html body main .contact-form-container .contact-form form p:nth-child(6), html body main .contact-form-container .contact-form form p:nth-child(7) {
  grid-column: 1/3;
}
html body main .contact-form-container .contact-form form p input[type=text],
html body main .contact-form-container .contact-form form p input[type=email],
html body main .contact-form-container .contact-form form p input[type=tel],
html body main .contact-form-container .contact-form form p textarea {
  color: #000000;
  width: 100%;
  font-size: 20px;
  background-color: var(--background);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
  padding-bottom: 10px;
}
html body main .contact-form-container .contact-form form p input[type=text]:focus,
html body main .contact-form-container .contact-form form p input[type=email]:focus,
html body main .contact-form-container .contact-form form p input[type=tel]:focus,
html body main .contact-form-container .contact-form form p textarea:focus {
  outline: none;
}
html body main .contact-form-container .contact-form form p textarea {
  resize: none;
  /* subject to change */
  height: 6em;
}
html body main .contact-form-container .contact-form form p input[type=submit] {
  color: #ffffff;
  background-color: #74c043;
  border: 0;
  border-radius: 13.5px;
  outline: none;
  width: 118px;
  height: 27px;
  font-size: 15px;
}
html body main .contact-form-container .contact-form form p input[type=submit] :hover {
  cursor: pointer;
}
html body main .contact-form-container .contact-form form p .checkbox-container {
  display: block;
  position: relative;
  padding-left: 36px;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html body main .contact-form-container .contact-form form p .checkbox-container a {
  color: #000000;
}
html body main .contact-form-container .contact-form form p .checkbox-container a:link {
  text-decoration: none;
}
html body main .contact-form-container .contact-form form p .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  border-radius: 9.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main .contact-form-container .contact-form form p .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
html body main .contact-form-container .contact-form form p .checkbox-container input:checked ~ .checkmark:after {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 9.5px;
  background-color: #74c043;
}
html body main .contact-form-container .contact-form form p #form-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
html body main .counter-wall {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  align-content: center;
  text-align: center;
}
html body main .counter-wall .title {
  text-transform: uppercase;
  color: var(--primary);
}
html body main .counter-wall .number-container span {
  font: normal normal normal 70px/84px Facit;
  letter-spacing: 2.1px;
  color: var(--textColor);
}
html body main .headline-container {
  position: relative;
  margin: auto;
  display: flex;
  gap: 10%;
  width: 54%;
  padding: 16rem;
  height: 100%;
}
html body main .headline-container .headline-title {
  font-size: xx-large;
  font-weight: 700;
}
html body main .headline-container .headline-title .headline-subtitle {
  display: flex;
  text-align: justify;
  flex-direction: column;
}
html body main .headline-container .headline-title .headlinebtn {
  max-height: 20px;
  max-width: 50px;
  background-color: gray;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 10px;
  height: 5%;
}
html body main .placeholder-container {
  position: relative;
  margin: auto;
  display: flex;
  gap: 10%;
  padding: 16rem 0 17rem 0;
  height: 100%;
  flex-direction: column;
}
html body main .placeholder-container .placeholder-banner {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-image: url("<?php echo bloginfo('template_url');?>/assets/images/landingpage/heade_moverLinkedin_3.png");
}
html body main .product-catgorys-slider-container {
  position: relative;
  gap: 10%;
  width: 100%;
  height: 100%;
}
html body main .product-catgorys-slider-container .product-catgorys {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0 100px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  z-index: 100;
  /* fix for button showing when scrolling */
  background-color: var(--background);
}
html body main .product-catgorys-slider-container .product-catgorys .product-catgory {
  width: 340px;
  height: 329px;
  border-radius: 20px;
  background-color: white;
  flex-shrink: 0;
  margin-right: 30px;
  scroll-snap-align: start;
}
html body main .product-catgorys-slider-container .product-catgorys .product-catgory:link {
  text-decoration: none;
}
html body main .product-catgorys-slider-container .product-catgorys .product-catgory:last-child {
  margin: 0;
}
html body main .product-catgorys-slider-container .product-catgorys .product-catgory .product-catgorys-sl-img {
  background-image: url("<?php echo bloginfo('template_url'); ?>/assets/images/stapler.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 70%;
}
html body main .product-catgorys-slider-container .product-catgorys .product-catgory .product-catgorys-sl-text {
  margin: 10% 1% 1% 10%;
  font-family: Jost;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.95px;
  text-align: left;
  color: #000000;
}
html body main .product-catgorys-slider-container .slider-button-left,
html body main .product-catgorys-slider-container .slider-button-right {
  position: absolute;
  width: 73px;
  height: 73px;
  line-height: 73px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  top: 128px;
  border: 0;
}
html body main .product-catgorys-slider-container .slider-button-left {
  left: 63.5px;
  text-align: start;
}
html body main .product-catgorys-slider-container .slider-button-right {
  right: 63.5px;
  text-align: end;
}
html body main .products-container {
  position: relative;
  margin: auto;
  display: flex;
  gap: 10%;
  width: 54%;
  padding: 16rem;
  height: 100%;
  flex-direction: column;
}
html body main .products-container .products {
  display: flex;
}
html body main .products-container .products .product {
  background-color: gray;
  width: 256px;
  height: 256px;
}
html body main .products-container .products-title {
  font-size: xx-large;
  font-weight: 700;
}
html body main .products-container .products-subtitle {
  display: flex;
  text-align: justify;
  flex-direction: column;
}
html body main .services-container {
  position: relative;
  margin: auto;
  display: flex;
  gap: 10%;
  width: 54%;
  padding: 16rem 0rem 16rem 0rem;
  height: 100%;
  flex-direction: column;
}
html body main .services-container .services-title {
  font-size: xx-large;
  font-weight: 700;
}
html body main .services-container .services-subtitle {
  display: flex;
  text-align: justify;
  flex-direction: column;
}
html body main .services-container .services {
  display: flex;
  gap: 30px;
}
html body main .services-container .services .service {
  display: flex;
  gap: 40px;
  box-shadow: 0 0 0 1px rgb(49, 49, 49);
  width: 23rem;
  height: 24rem;
  flex-direction: column;
}
html body main .services-container .services .service .service-img {
  background-color: lightslategray;
  width: 100%;
  height: 100%;
}
html body main .services-container .services .service .service-btnsec {
  margin: 0 auto 31px auto;
  padding: 15px;
  border-radius: 25px;
  background-color: lightgray;
  height: 2rem;
  width: 5rem;
  color: black;
  text-decoration: none;
}
html body main .services-container .services .service .service-textbtn {
  background-color: white;
}
html body main .product-det-container {
  position: relative;
  margin-right: 5rem;
  display: flex;
  flex-direction: column;
}
html body main .product-det-container .product-det {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto minmax(auto, 30.85rem);
}
html body main .product-det-container .product-det .product-info-sec-one {
  display: flex;
  flex-direction: column;
  grid-row: 1/3;
  background-color: white;
  gap: 2.7rem;
  border-radius: 1rem;
  padding: 2rem 3.5rem 1.5rem 5rem;
}
html body main .product-det-container .product-det .product-info-sec-one .product-info-sec-one-img-grid {
  height: 100%;
}
html body main .product-det-container .product-det .product-info-sec-one .product-info-sec-one-img-grid .product-det-imgone-main {
  height: 100%;
  width: 100%;
  border-radius: 1.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.25rem;
}
html body main .product-det-container .product-det .product-info-sec-one h3 {
  margin: 0;
}
html body main .product-det-container .product-det .product-det-specs-container {
  background: #fff;
}
html body main .product-det-container .product-det .product-det-specs-container .product-det-specs {
  border-radius: 0 0 0 1.95rem;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  background: var(--background);
  row-gap: 1.45rem;
  -moz-column-gap: 3.85rem;
       column-gap: 3.85rem;
  padding-top: 2.9rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}
html body main .product-det-container .product-det .product-det-specs-container .product-det-specs p {
  margin: 0;
}
html body main .product-det-container .product-det .product-det-specs-container .product-det-specs .product-det-p1-title {
  font-size: 1rem;
  line-height: 1.34765rem;
  color: #7a7a7a;
  margin-bottom: 0.25rem;
}
html body main .product-det-container .product-det .product-det-specs-container .product-det-specs .product-det-p1-subtitle {
  font-size: 1rem;
  line-height: 1.34765rem;
  font-weight: 500;
}
html body main .product-det-container .product-det .product-info-sec-second {
  bottom: 0;
  border-radius: 1rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  left: -3.5rem;
  padding-left: 3.5rem;
  width: 100%;
}
html body main .product-det-container .product-det .product-info-sec-second .btncont {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
}
html body main .product-det-container .product-det .product-info-sec-second .btncont button,
html body main .product-det-container .product-det .product-info-sec-second .btncont a:nth-child(1):hover {
  background-color: var(--background);
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
html body main .product-det-container .product-det .product-info-sec-second .btncont a:nth-child(2):hover {
  background-color: var(--primary);
  color: white;
  border: 1px solid var(--primary);
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
html body main .product-det-container .product-det .product-info-sec-second .btncont a {
  width: 5.9rem;
  height: 1.35rem;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  border: 0px;
  font-size: 0.75rem;
  line-height: 1.01075rem;
  font-weight: 400;
  text-align: center;
  border-radius: 0.675rem;
  border: 1px solid white;
}
html body main .product-det-container .product-det .product-info-sec-second .btncont .product-det-downbtn {
  background-color: var(--primary);
  color: white;
  text-decoration: none;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main .product-det-container .product-det .product-info-sec-second .btncont .product-det-contactbtn {
  text-decoration: none;
  background-color: white;
  color: var(--primary);
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main .product-det-container .product-det .product-info-sec-second .btncont .product-det-btnsec {
  margin: 0 auto 31px auto;
  padding: 15px;
  border-radius: 25px;
  background-color: lightgray;
  height: 2rem;
  width: 5rem;
  color: black;
  text-decoration: none;
}
html body main .product-det-container .product-det .product-info-sec-second .btncont .product-det-textbtn {
  background-color: white;
}
html body main .product-det-container .product-det .product-info-sec-second .btncont .product-det-subtitle {
  display: flex;
  text-align: justify;
  flex-direction: column;
}
html body main .product-det-container .product-det .product-info-sec-second .imgcont {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: 7.3rem;
}
html body main .product-det-container .product-det .product-info-sec-second .imgcont .product-det-imgsecond {
  -o-object-fit: cover;
     object-fit: cover;
  width: 28.7rem;
  height: inherit;
  border-radius: 1.4rem;
}
html body main .product-det-container .product-det .product-info-sec-second .imgcont p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  line-height: 1.01075rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.675rem 0 0 0;
  background: #fff;
  margin: 0;
  padding: 0 0.9rem;
}
html body main .product-det-container .product-det .product-info-sec-second .product-description {
  margin-right: 1.5rem;
  margin-bottom: 2.45rem;
  white-space: normal;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
html body main .product-det-container .product-det .product-info-sec-second .product-description h1,
html body main .product-det-container .product-det .product-info-sec-second .product-description h2,
html body main .product-det-container .product-det .product-info-sec-second .product-description h3,
html body main .product-det-container .product-det .product-info-sec-second .product-description h4,
html body main .product-det-container .product-det .product-info-sec-second .product-description h5,
html body main .product-det-container .product-det .product-info-sec-second .product-description p {
  margin: 0;
}
html body main .product-det-container .product-det .product-info-sec-second .product-description strong {
  font-weight: 500;
}
html body main .product-det-container .product-det .product-info-sec-second .product-description .desc-title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.15625rem;
  margin-bottom: 0.5rem;
}
html body main .product-det-container .product-det .mfourgrid {
  grid-template-columns: auto auto;
}
html body main .product-det-container .product-det .msixgrid {
  grid-template-columns: auto auto auto;
}
html body main .product-det-container .product-det .gallerie {
  display: grid;
  gap: 1.25rem;
  grid-column: span 2;
  background-color: white;
  padding: 2rem 3.5rem 1.5rem 5rem;
  position: relative;
  top: -1rem;
  border-radius: 1rem;
}
html body main .product-det-container .product-det .gallerie a {
  position: relative;
}
html body main .product-det-container .product-det .gallerie a p {
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0.35rem 0.9rem 0 0.9rem;
  position: absolute;
  bottom: 7px;
  right: 0;
  border-radius: 0.675rem 0rem;
  background: #fff;
  font-size: 0.75rem;
  line-height: 1.01075rem;
}
html body main .product-det-container .product-det .gallerie a img {
  width: 100%;
  height: 13rem;
  border-radius: 1.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}
html body main .product-det-container .product-det .gallerie .product-video-thumbnail::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/play-icon.svg");
  z-index: 100;
  background-size: cover;
  background-position: center;
  height: 4.6875rem;
  width: 4.6875rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body main .image-line {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
}
html body main .image-line img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main .aboutustextbox-container {
  display: flex;
  flex-direction: column;
}
html body main .aboutustextbox-container h3 {
  margin: 0;
}
html body main .aboutustextbox-container .aboutustextbox-container-wrap {
  display: flex;
  gap: 4rem;
}
html body main .aboutustextbox-container .aboutustextbox-container-wrap p {
  width: 100%;
}
html body main .product-search-section .product-catgorys-container .product-catgorys {
  justify-content: start;
  grid-template-columns: repeat(auto-fit, 17rem);
}
html body main .startsite_footer {
  height: 2.75rem;
  width: 100%;
  position: sticky;
  bottom: 0;
  grid-column: span 2;
  background-color: white;
  padding: unset;
  border-radius: unset;
  margin-top: auto;
  display: flex;
  align-items: center;
}
html body main .startsite_footer .footer-navigation {
  display: contents;
}
html body main .startsite_footer .footer-navigation .footer-nav {
  margin: 0px 5.65rem 0 auto;
  gap: 3.15rem;
  display: flex;
  list-style-type: none;
  justify-content: end;
}
html body main .startsite_footer .footer-navigation .footer-nav li {
  list-style-type: none;
}
html body main .startsite_footer .footer-navigation .footer-nav li a {
  color: black;
  text-decoration: none;
  background-color: none;
  font-size: 1rem;
}
@media only screen and (min-width: 1600px) {
  html body main .contact-home-container {
    grid-template-columns: 40% 60%;
  }
  html body main .hero .producthero h1 {
    width: 62rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1440px) {
  html body main section {
    margin-left: auto;
    margin-right: auto;
    width: 62rem;
  }
  html body main .mr100 .headline {
    margin-left: 0;
    margin-right: 0;
  }
  html body main .spectrum-container {
    margin-right: 0;
  }
  html body main .spectrum-container .spectrum-text-container {
    padding-left: 2.25rem;
    border-radius: 1rem;
  }
  html body main .product-det-container {
    margin-right: 0;
  }
  html body main .career-container {
    margin-right: 0;
  }
  html body main .career-container .career-text-container {
    padding-left: 2.25rem;
    border-radius: 1rem;
  }
  html body main .hero .fullscreentitle h1 {
    /* width: 62rem;
    margin-left: auto;
    margin-right: auto; */
  }
  html body main .hero .fullscreentitle .hero-text-blocks-content {
    width: 62rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1024px) {
  html body main h1 {
    font-size: 1.5rem;
    line-height: 2.0215rem;
  }
  html body main h2 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6172rem;
  }
  html body main h3 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4258rem;
  }
  html body main h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.15625rem;
  }
  html body main h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.34765rem;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
  }
  html body main .content {
    margin-top: 5rem;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  html body main .content p {
    margin-block-start: 0.3rem;
    margin-block-end: 1rem;
    word-break: break-all;
    font-size: 0.8rem;
  }
  html body main .content h4 {
    margin-block-start: 1rem;
    margin-block-end: 2rem;
  }
  html body main .content h5 {
    /*           margin-block-start: 2rem;
    margin-block-end: 2rem; */
    color: initial;
    font-size: 1.1rem;
    margin: 0;
  }
  html body main .content h6 {
    /*           margin-block-start: 2rem;
              margin-block-end: 2rem; */
    color: initial;
    font-size: 1rem;
    margin: 0;
  }
  html body main p {
    font-size: 0.9rem;
  }
  html body main .m100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html body main .mt100 {
    margin-top: 1rem;
  }
  html body main .mr100 .headline {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  html body main header {
    border-radius: 0rem 0rem 1rem 1rem;
  }
  html body main header .header-bannerarea .header-green-banner {
    border-radius: 0rem 0rem 0.5rem 0.5rem;
  }
  html body main header .header-bannerarea .header-green-banner p {
    font-size: 0.75rem;
    line-height: 1.01075rem;
    letter-spacing: 0.045rem;
  }
  html body main header .header-bannerarea .header-green-banner a {
    font-size: 0.75rem;
    line-height: 1.01075rem;
    letter-spacing: 0.045rem;
  }
  html body main header .header-bannerarea .header-gray-banner {
    display: none;
  }
  html body main header .menu-logo-area {
    margin: 0 1rem;
    height: 2.5rem;
  }
  html body main header .menu-logo-area .logo {
    width: 3.5424rem;
    height: 1.51725rem;
  }
  html body main header .menu-logo-area .header-menu-container {
    gap: 0.75rem;
  }
  html body main header .menu-logo-area .header-menu-container .header-navigation {
    display: none;
  }
  html body main header .menu-logo-area .header-menu-container .headerbtn {
    display: none;
  }
  html body main header .menu-logo-area .header-menu-container .contact-icon-mobile {
    display: contents;
  }
  html body main header .menu-logo-area .header-menu-container .contact-icon-mobile img {
    width: 0.65rem;
    height: 0.8rem;
  }
  html body main header .menu-logo-area .header-menu-container .burger-icon {
    display: block;
    width: 1.45rem;
    height: 0.7rem;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #fff;
  }
  html body main header .menu-logo-area .header-menu-container .headersearch {
    height: 1.3rem;
  }
  html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont {
    padding: 0 0.55rem;
  }
  html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont img {
    width: 0.6615rem;
    height: 0.65625rem;
  }
  html body main header .menu-logo-area .header-menu-container .headersearch .headersearchcont .headersearchtext {
    font-size: 0.7rem;
    letter-spacing: 0.035rem;
  }
  html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox {
    width: calc(100% - 2rem);
    max-height: 16.9rem;
    transform: none;
    left: 0;
    top: 5.35rem;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper {
    gap: 0.55rem;
    grid-template-columns: 4.4rem 1fr;
  }
  html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper .headersearchitem-img {
    width: 4.4rem;
    height: 4.1495rem;
  }
  html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper .headersearchitem-wrapper-sec .headersearchitem-title {
    font-size: 0.8rem;
    line-height: 1.07815rem;
    margin-top: 0;
  }
  html body main header .menu-logo-area .header-menu-container .headersearch .headersearchbox .headersearchitem .headersearchitem-wrapper .headersearchitem-wrapper-sec .headersearchitem-desc {
    font-size: 0.7rem;
    line-height: 0.94335rem;
    max-height: 2.83005rem;
  }
  html body main footer {
    padding: 1rem;
  }
  html body main footer .footer-content-cont {
    flex-direction: column;
    margin-bottom: 1rem;
    gap: 1rem;
  }
  html body main footer .footer-content-cont .footer-content-logo {
    width: 4.5rem;
    height: 1.88715rem;
  }
  html body main footer .footer-content-cont .footer-content-text {
    text-align: left;
  }
  html body main footer .footer-menuconten-cont .footer-navigation .footer-nav {
    padding: 0 1rem;
    gap: 1rem;
  }
  html body main footer .footer-menuconten-cont .footer-navigation .footer-nav li {
    display: flex;
    align-items: center;
  }
  html body main footer .footer-menuconten-cont .footer-navigation .footer-nav li a {
    font-size: 0.7rem;
    line-height: 0.94335rem;
    padding: 0.15rem 0;
  }
  html body main .secondhead {
    display: none;
  }
  html body main .product-catgorys-container .product-catgorys {
    grid-template-columns: repeat(auto-fit, minmax(16.75rem, 1fr));
    gap: 1.36em;
  }
  html body main .product-catgorys-container .product-catgorys .home-category:nth-child(5) {
    grid-column: span 1;
  }
  html body main .product-catgorys-container .product-catgorys .product-catgory .product-catgory-img {
    height: 9.53475rem;
  }
  html body main .product-catgorys-container .product-catgorys .product-catgory .product-catgory-headline {
    font-size: 0.9rem;
    line-height: 1.2129rem;
    margin-bottom: 0.5rem;
  }
  html body main .product-catgorys-container .product-catgorys .product-catgory-inquiry {
    border-radius: 0.5rem;
  }
  html body main .product-catgorys-container .product-catgorys .product-catgory-inquiry a {
    display: none;
  }
  html body main .image-line {
    display: none;
  }
  html body main .textbox-container .textbox {
    padding: 1rem;
  }
  html body main .textbox-container .textbox h2 {
    margin-bottom: 1rem;
  }
  html body main .textbox-container .textbox .textimage_container {
    flex-direction: column;
    gap: 1.5rem;
  }
  html body main .textbox-container .textbox .textimage_container div p {
    font-size: 0.8rem;
  }
  html body main .textbox-container .textbox .textimage_container img {
    width: 100%;
  }
  html body main .textbox-container .textbox .textimage_container .morebtn {
    text-decoration: none;
    position: absolute;
    bottom: -0.4rem;
    right: 0;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    border-radius: 0.675rem;
    background: var(--primary);
    color: #fff;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.01075rem;
    padding: 0.15rem 1.55rem;
  }
  html body main .contact-home-container {
    grid-template-columns: 100%;
  }
  html body main .contact-home-container .contact-home-infocont {
    height: 17.55rem;
    border-radius: 1rem 1rem 0rem 0rem;
    padding: 1rem;
    justify-content: left;
    align-items: start;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 426px) {
  html body main .contact-home-container .contact-home-infocont {
    align-items: start;
  }
}
@media only screen and (max-width: 1024px) {
  html body main .contact-home-container .contact-home-infocont h2 {
    font-size: 1.5rem;
    line-height: 2.0215rem;
  }
  html body main .contact-home-container .gmaps-container {
    display: none;
  }
  html body main .spectrum-container {
    gap: 0;
    margin-right: 1rem;
    flex-direction: column;
  }
  html body main .spectrum-container .spectrum-text-container {
    padding: 1rem;
  }
  html body main .spectrum-container .spectrum-text-container .large-text {
    font-size: 1.2rem;
    line-height: 1.6172rem;
  }
  html body main .spectrum-container .spectrum-text-container .small-text {
    font-size: 0.9rem;
    line-height: 1.2129rem;
  }
  html body main .spectrum-container .spectrum-category-container {
    margin: 1rem;
    margin-right: 0;
    align-items: start;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(16.7rem, 1fr));
  }
  html body main .spectrum-container .spectrum-category-container:nth-child(3), html body main .spectrum-container .spectrum-category-container:nth-child(4) {
    background: #fff;
  }
  html body main .spectrum-container .spectrum-category-container .category-item {
    width: 100%;
  }
  html body main .spectrum-container .spectrum-category-container .category-item .item-top {
    padding: 0.6rem 1rem 0.6rem 1rem;
  }
  html body main .spectrum-container .spectrum-category-container .category-item .item-top p {
    font-size: 1rem;
    line-height: 1.34765rem;
  }
  html body main .spectrum-container .spectrum-category-container .category-item .item-top button {
    border: 0;
    padding: 0;
    background-color: unset;
    height: 1.5rem;
    width: 1.5rem;
  }
  html body main .spectrum-container .spectrum-category-container .category-item .item-top button img {
    width: inherit;
    height: inherit;
  }
  html body main .spectrum-container .spectrum-category-container .category-item .description {
    display: none;
    padding: 0rem 1rem 1rem 1rem;
    font-size: 0.9rem;
    line-height: 1.2129rem;
  }
  html body main .product-det-container {
    margin-right: 0rem;
  }
  html body main .product-det-container .product-det {
    grid-template-columns: auto;
    background: #fff;
  }
  html body main .product-det-container .product-det .product-info-sec-one {
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  html body main .product-det-container .product-det .product-info-sec-one .product-det-imgone {
    height: 14.1rem;
    border-radius: 0.5rem;
  }
  html body main .product-det-container .product-det .product-info-sec-one h3 {
    margin: 0;
  }
  html body main .product-det-container .product-det .product-det-specs-container {
    background: var(--background);
    margin: 0 1rem 0 1rem;
    border-radius: 0.5rem;
  }
  html body main .product-det-container .product-det .product-det-specs-container .product-det-specs {
    border-radius: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html body main .product-det-container .product-det .product-det-specs-container .product-det-specs p {
    margin: 0;
  }
  html body main .product-det-container .product-det .product-det-specs-container .product-det-specs .product-det-p1-title {
    font-size: 0.7rem;
    line-height: 0.94335rem;
    margin-bottom: 0;
  }
  html body main .product-det-container .product-det .product-det-specs-container .product-det-specs .product-det-p1-subtitle {
    font-size: 0.8rem;
    line-height: 1.07815rem;
    font-weight: 500;
  }
  html body main .product-det-container .product-det .product-info-sec-second {
    border-radius: 0.5rem;
    padding-left: 3.5rem;
    width: 100%;
  }
  html body main .product-det-container .product-det .product-info-sec-second .btncont {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0 1rem 1rem;
  }
  html body main .product-det-container .product-det .product-info-sec-second .btncont button,
  html body main .product-det-container .product-det .product-info-sec-second .btncont a {
    width: 5rem;
    height: 1.35rem;
    font-size: 0.7rem;
    line-height: 0.94335rem;
  }
  html body main .product-det-container .product-det .product-info-sec-second .btncont .product-det-btnsec {
    margin: 0 auto 31px auto;
    padding: 15px;
    border-radius: 25px;
    background-color: lightgray;
    height: 2rem;
    width: 5rem;
    color: black;
    text-decoration: none;
  }
  html body main .product-det-container .product-det .product-info-sec-second .imgcont {
    height: 4.2rem;
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
  html body main .product-det-container .product-det .product-info-sec-second .imgcont .product-det-imgsecond {
    width: 100%;
    height: inherit;
    border-radius: 0.5rem;
  }
  html body main .product-det-container .product-det .product-info-sec-second .imgcont p {
    font-size: 0.6rem;
    line-height: 0.8086rem;
    padding: 0 0.5rem;
  }
  html body main .product-det-container .product-det .product-info-sec-second .product-description {
    font-size: 0.8rem;
    line-height: 1.192rem;
    margin: 1rem;
  }
  html body main .product-det-container .product-det .mfourgrid {
    grid-template-columns: auto auto;
  }
  html body main .product-det-container .product-det .msixgrid {
    grid-template-columns: auto auto;
  }
  html body main .product-det-container .product-det .gallerie {
    grid-column: unset;
    padding: 1rem;
  }
  html body main .headline {
    margin-bottom: 1.5rem;
  }
  html body main .headline h5 {
    font-size: 0.9rem;
    line-height: 1.2129rem;
  }
  html body main .headline .headline-divider {
    margin-bottom: 0.6rem;
  }
  html body main .headline .headline-breadcrumb-container {
    margin-bottom: 1.5rem;
    gap: 0.6rem;
  }
  html body main .headline .headline-breadcrumb-container .headline-breadcrumb {
    font-size: 0.6rem;
    line-height: 0.8086rem;
    gap: 0.5rem;
    align-items: center;
    color: rgba(0, 0, 0, 0.5019607843);
  }
  html body main .headline .headline-breadcrumb-container .headline-breadcrumb img {
    width: 0.4rem;
  }
  html body main .headline .headline-breadcrumb-container .headline-breadcrumb-current {
    gap: 0.5rem;
    font-size: 0.6rem;
    line-height: 1.07815rem;
  }
  html body main .contact-i {
    margin: 1rem 0rem 2.3rem 0rem;
  }
  html body main .contact-i .contact-home-container {
    grid-template-rows: 19.05rem;
  }
  html body main .contact-i .contact-home-container .contact-home-infocont {
    height: 17rem;
    padding-bottom: 2.95rem;
    padding: 1rem;
  }
  html body main .contact-i .contact-home-container .gmaps-container {
    display: block;
    position: unset;
    width: unset;
    height: 19.05rem;
  }
  html body main .contact-i .contact-home-container .gmaps-container img {
    border-radius: 0rem 0rem 2rem 2rem;
  }
  html body main .contact-person-container {
    position: relative;
    margin: auto;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-tex-wrap {
    gap: 0.45rem;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-tex-wrap h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6172rem;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-tex-wrap p {
    font-size: 1rem;
    line-height: 1.34765rem;
    margin: 0;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards {
    gap: 1rem;
    align-items: center;
    margin-left: unset;
    margin-right: unset;
    flex-wrap: wrap;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card {
    padding: 1rem;
    flex-basis: 16.75rem;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .card-img {
    width: 7.85rem;
    height: 6.75rem;
    margin-bottom: 1rem;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .contact_person_name {
    line-height: 1.3475rem;
    margin-bottom: 0.3rem;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .contact_person_job {
    font-size: 0.8rem;
    line-height: 1.07815rem;
    margin-bottom: 1rem;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .contact_person_phone {
    margin-bottom: 0.85rem;
    gap: 0.6rem;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card .contact_person_phone img {
    width: 0.95rem;
    height: 0.95rem;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card p {
    margin: 0;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card a {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
    display: flex;
    gap: 0.7rem;
  }
  html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card a:link, html body main .contact-person-container .contact-person-cont-container .contact-person-cont-cards .card a:visited {
    color: #000;
    text-decoration: none;
  }
  html body main .tiles-content-container .tiles-content-container-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  html body main .tiles-content-container .tiles-content-container-wrap .left-container p {
    margin-bottom: 1rem;
  }
  html body main .tiles-content-container .tiles-img-container {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 8.85rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.75rem;
  }
  html body main .tiles-content-container .tiles-img-container div:first-child {
    grid-row: 1/3;
  }
  html body main .career-container {
    gap: 0;
    margin-right: 1rem;
    flex-direction: column;
  }
  html body main .career-container .career-text-container {
    padding: 1rem;
  }
  html body main .career-container .career-text-container .large-text {
    font-size: 1.2rem;
    line-height: 1.6172rem;
  }
  html body main .career-container .career-text-container .small-text {
    font-size: 0.9rem;
    line-height: 1.2129rem;
  }
  html body main .career-container .career-category-container {
    margin: 1rem;
    margin-right: 0;
    align-items: start;
    justify-content: center;
    /*             flex-wrap: wrap;
    flex-direction: initial; */
  }
  html body main .career-container .career-category-container:nth-child(3), html body main .career-container .career-category-container:nth-child(4) {
    background: #fff;
  }
  html body main .career-container .career-category-container .category-item {
    width: 100%;
    /*               max-width: 16.7rem; */
    flex-basis: 100%;
  }
  html body main .career-container .career-category-container .category-item .item-top {
    padding: 0.6rem 1rem 0.6rem 1rem;
  }
  html body main .career-container .career-category-container .category-item .item-top button {
    border: 0;
    padding: 0;
    background-color: unset;
    height: 1.5rem;
    width: 1.5rem;
  }
  html body main .career-container .career-category-container .category-item .item-top button img {
    width: inherit;
    height: inherit;
  }
  html body main .career-container .career-category-container .category-item .item-top .item-top-cont {
    display: flex;
    flex-direction: column;
  }
  html body main .career-container .career-category-container .category-item .item-top .item-top-cont .item-job-type {
    font-size: 0.8em;
    color: #353535;
  }
  html body main .career-container .career-category-container .category-item .item-top .item-top-cont p {
    font-size: 1rem;
    line-height: 1.34765rem;
  }
  html body main .career-container .career-category-container .category-item .description {
    display: none;
    padding: 0rem 1rem 1rem 1rem;
    font-size: 0.9rem;
    line-height: 1.2129rem;
  }
  html body main .career-container .career-category-container .category-item .description ul {
    grid-template-columns: 1fr;
  }
  html body main .career-container .career-category-container .category-item .description .benefits-container .benefits {
    flex-direction: column;
    align-items: unset;
    display: flex;
    gap: 2rem;
  }
  html body main .aboutustextbox-container {
    display: flex;
    flex-direction: column;
  }
  html body main .aboutustextbox-container h3 {
    margin: 0;
  }
  html body main .aboutustextbox-container .aboutustextbox-container-wrap {
    display: flex;
    gap: unset;
    flex-direction: column;
  }
  html body main .hero {
    margin-bottom: 1.5rem;
  }
  html body main .hero .fullscreentitle {
    height: 17.8rem;
    margin: 0;
  }
  html body main .hero .fullscreentitle h1 {
    margin: 0 1rem;
    margin-bottom: 0;
  }
  html body main .hero .fullscreentitle .hero-text-blocks-content {
    display: none;
  }
  html body main .hero .hero-text-blocks-content-mobile {
    display: block;
    margin: 1rem;
    border-radius: 1rem;
    background: #fff;
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
    line-height: 1.07815rem;
  }
  html body main .hero .producthero {
    margin: 0;
  }
  html body main .hero .producthero h1 {
    margin: 0;
    margin-left: 1rem;
    margin-bottom: 0.55rem;
  }
  html body main .hero .four_column_with_two_text {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content:nth-of-type(1) {
    background: white;
    position: relative;
    grid-column: unset;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*               .hero-text-block-cont-sec {
      position: relative;
      width: -moz-fit-content;
      width: fit-content;
    .hero-text-block-cont-sec {
      position: absolute;
      width: 16.75rem;
      margin-left: auto;
      margin-right: auto;
      top: 8rem;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%);
      .hero-text-block {
        display: flex;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(5px);
        height: 5.3rem;
        padding: 20px 0px 0px 20px;
        flex-direction: column;
        text-decoration: none;
        width: 100%;
        color: initial;

      p:nth-of-type(1) {
        display: none;
      }

      p:nth-of-type(2) {
        display: block;
      }

      .hero-text-block {
        display: flex;
        background: var(--background);
        border-radius: 25px;
        height: 100%;
        padding: 20px 0px 0px 20px;
        width: 437px;
        flex-direction: column;
        text-decoration: none;
        color: initial;
        .herotitle {
          margin: 0;
          font-size: 40px;
          font-weight: 500;
          color: #74c043;
        }
        .herosubtitle {
          line-height: 26.95px;
          font-weight: 400;
          font-size: 20px;
          margin: 0;
        }
      }
    } */
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont {
    position: relative;
    width: -moz-fit-content;
    width: 335px;
    margin-left: auto;
    margin-right: auto;
    /*                 top: 8rem; */
    height: 89px;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont p:nth-of-type(1) {
    display: none;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont p:nth-of-type(2) {
    display: block;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont .hero-text-block {
    display: flex;
    background: #f3f3f3;
    border-radius: 25px;
    height: 100%;
    /* padding: 20px 0px 0px 20px; */
    width: initial;
    flex-direction: column;
    text-decoration: none;
    color: initial;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont .hero-text-block .herotitle {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.34px;
    text-align: left;
    color: #74c043;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-text-block-cont .hero-text-block .herosubtitle {
    line-height: 26.95px;
    font-size: 16px;
    font-weight: 300;
    line-height: 21.56px;
    text-align: left;
    margin: 0;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-logo-container {
    /*                 top: 2rem; */
    position: relative;
    right: unset;
    margin: 2.5rem 2rem 2rem 0rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-logo-container .hero-logo {
    width: 130px;
    height: 54.66px;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-logo-container .hero-slogan {
    width: 10.15em;
    position: relative;
    left: 0rem;
  }
  html body main .hero .four_column_with_two_text .hero-text-blocks-content .hero-logo-container .hero-slogan p {
    font-family: Jost;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: center;
    text-wrap: unset;
  }
  html body main .startsite_footer {
    height: 2.75rem;
    width: 100%;
    position: sticky;
    bottom: 0;
    grid-column: unset;
    background-color: white;
    padding: unset;
    border-radius: unset;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  html body main .startsite_footer .footer-navigation {
    display: contents;
  }
  html body main .startsite_footer .footer-navigation .footer-nav {
    margin: 0 1.15rem 0 0;
    gap: 1.15rem;
    display: flex;
    list-style-type: none;
    justify-content: end;
  }
  html body main .startsite_footer .footer-navigation .footer-nav li {
    list-style-type: none;
  }
  html body main .startsite_footer .footer-navigation .footer-nav li a {
    color: black;
    text-decoration: none;
    background-color: none;
    font-size: 1rem;
  }
  html body main .slider_gallerie_hero {
    margin-top: 1.55rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 426px) {
  html body main .slider_gallerie_hero .navigation-wrapper .keen-slider img {
    aspect-ratio: 15/14;
  }
  html body main .slider_gallerie_hero .navigation-wrapper .keen-slider video {
    aspect-ratio: 15/14;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 600px) {
  html body main .slider_gallerie_hero .navigation-wrapper .arrowLeft,
  html body main .slider_gallerie_hero .navigation-wrapper .arrowRight {
    display: none;
  }
}/*# sourceMappingURL=style3.css.map */