/* archivo-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/archivo-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/archivo-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/archivo-v18-latin-regular.woff2") format("woff2"), url("../fonts/archivo-v18-latin-regular.woff") format("woff"), url("../fonts/archivo-v18-latin-regular.ttf") format("truetype"), url("../fonts/archivo-v18-latin-regular.svg#Archivo") format("svg");
  /* Legacy iOS */
}
/* stardos-stencil-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/LTAuthenticStencil-Blackeot");
  /* IE9 Compat Modes */
  src: url("../fontsLTAuthenticStencil-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/LTAuthenticStencil-Black.woff2") format("woff2"), url("../fonts/LTAuthenticStencil-Black.woff") format("woff"), url("../fonts/LTAuthenticStencil-Black.ttf") format("truetype"), url("../fonts/LTAuthenticStencil-Black.svg#StardosStencil") format("svg");
  /* Legacy iOS */
}
html {
  scroll-behavior: initial;
}

body {
  font-family: "Urbanist";
  color: rgb(63, 63, 63);
}
body a {
  color: #ffc062;
  text-decoration: none;
}
body a :hover {
  color: #1c4686;
}

.intro {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9000000000;
  animation: intro 5s ease forwards;
}

@keyframes intro {
  85% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}
.intro .logo-intro {
  width: 30%;
  height: auto;
  margin: 0 auto;
  animation: intrologoani ease 5s forwards;
}

@keyframes intrologoani {
  0% {
    width: 0;
  }
  50% {
    width: 40%;
  }
}
.textintro h4 {
  font-family: "Urbanist";
}

.textintro {
  color: #1c4686;
  margin-top: 2rem;
}

.navwrap {
  width: 2rem;
  height: 3rem;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 2rem;
  z-index: 900;
  cursor: pointer;
  border-radius: 5px;
}
.navwrap .navsticks {
  width: 100%;
  height: 3px;
  margin: 0.2rem 0;
  background-color: #ffc062;
  transition: 0.3s ease;
  transform-origin: center;
}
.navwrap .navsticks2 {
  width: 100%;
  height: 3px;
  margin: 0.2rem 0;
  background-color: #ffc062;
  mix-blend-mode: difference;
  transition: 0.3s ease;
  transform-origin: center;
}
.navwrap .navsticks3 {
  width: 100%;
  height: 3px;
  margin: 0.2rem 0;
  background-color: #ffc062;
  mix-blend-mode: difference;
  transition: 0.3s ease;
  transform-origin: center;
}
.navwrap .rotated1 {
  transform: rotate(45deg);
  top: 0.5rem;
  position: relative;
  opacity: 1;
  transition: 0.3s ease;
  transform-origin: center;
}
.navwrap .rotated2 {
  opacity: 0;
  transition: 0.3s ease;
  transform-origin: center;
}
.navwrap .rotated3 {
  transform: rotate(-45deg);
  top: -0.75rem;
  position: relative;
  opacity: 1;
  transition: 0.3s ease;
  transform-origin: center;
}

.menu {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.5s ease;
  width: 100vw;
  height: 100vh;
  transition: 0.5s ease;
  z-index: 102;
  opacity: 0;
  visibility: hidden;
}
.menu img {
  position: absolute;
  display: block;
  opacity: 0.05;
  width: auto;
  height: 100%;
  left: 0;
}
.menu ul {
  display: none;
}
.menu li {
  list-style-type: none;
  text-align: left;
}
.menu li a {
  text-decoration: none;
  color: white;
  font-size: 2rem;
  transition: 0.2s;
  z-index: 60;
  display: inline-block;
  position: relative;
}
.menu li ::before {
  content: "";
  text-indent: -20px;
  margin-right: 20px;
  font-size: 2rem;
  background-color: white;
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}
.menu li:hover a {
  color: #ffc062;
  z-index: 60;
  display: inline-block;
  position: relative;
  font-size: 2rem;
}
.menu li:hover ::before {
  content: "";
  text-indent: -20px;
  margin-right: 20px;
  font-size: 2rem;
  background-color: white;
  width: calc(100% + 2rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -1rem;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: -1;
  border-radius: 50px;
  filter: blur(0px);
  opacity: 1;
}

.fullscreennavopen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  z-index: 899;
  opacity: 1;
  transition: 0.5s ease;
  overflow: hidden;
  visibility: visible;
}
.fullscreennavopen ul {
  display: block;
}

.arounder {
  overflow: hidden;
}

.section-lg-bg-after {
  position: absolute;
  width: 30rem;
  height: 30rem;
  top: 3rem;
  left: 50vw;
  border-radius: 100%;
  z-index: -1;
  background-color: #f0f0f0;
  opacity: 0.5;
}

.section-lg-bg {
  width: 100vw;
  height: auto;
  justify-content: center;
  display: flex;
  padding: 5rem 2rem;
  flex-direction: column;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.section-lg-bg h2::after {
  content: "";
}
.section-lg-bg h2 {
  font-family: "Urbanist";
  margin-bottom: 3rem;
}
.section-lg-bg h2 span {
  color: #1c4686;
  font-family: "Playfair Display";
  font-weight: 800;
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 4rem;
}
.section-lg-bg .arrownext a, .section-lg-bg .arrownext h3 {
  text-decoration: none;
  color: rgb(63, 63, 63);
  display: inline-block;
  position: relative;
  padding: 0.2rem 1rem;
}
.section-lg-bg .arrownext a::after {
  content: "";
  text-indent: -20px;
  margin-right: 20px;
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 0;
  background-color: #ffc062;
  z-index: -1;
  transition: 0.3s;
  border-radius: 50px;
}
.section-lg-bg .arrownext:hover a::after {
  width: 100%;
  height: 100%;
  transform: translateY(-90%);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 50px;
}
.section-lg-bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  border-radius: 20px;
  animation: bouncingdownup 8s ease infinite;
  z-index: 200;
}
.section-lg-bg p {
  margin-top: 2rem;
}

.section-lg-bg-after-sub {
  position: absolute;
  width: 30rem;
  min-height: 30rem;
  bottom: 0;
  left: 50%;
  border-radius: 100%;
  z-index: 50;
  background-image: url(../images/header/logobrandblue.svg);
  background-repeat: no-repeat;
  opacity: 0.1;
}

.section-lg-bg-sub {
  width: 100vw;
  height: auto;
  justify-content: center;
  display: flex;
  padding: 5rem 2rem;
  flex-direction: column;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.section-lg-bg-sub h2::after {
  content: "";
}
.section-lg-bg-sub h2 {
  font-family: "Urbanist";
  margin-bottom: 3rem;
}
.section-lg-bg-sub h2 span {
  color: #1c4686;
  font-family: "Playfair Display";
  font-weight: 800;
  display: block;
  position: relative;
  font-size: 4rem;
}
.section-lg-bg-sub .arrownext a, .section-lg-bg-sub .arrownext h3 {
  text-decoration: none;
  color: rgb(63, 63, 63);
  display: inline-block;
  position: relative;
  padding: 0.2rem 1rem;
}
.section-lg-bg-sub .arrownext a::after {
  content: "";
  text-indent: -20px;
  margin-right: 20px;
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 0;
  background-color: #ffc062;
  z-index: -1;
  transition: 0.3s;
  border-radius: 50px;
}
.section-lg-bg-sub .arrownext:hover a::after {
  width: 100%;
  height: 100%;
  transform: translateY(-90%);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 50px;
}
.section-lg-bg-sub img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  border-radius: 20px;
  z-index: 200;
}
.section-lg-bg-sub p {
  margin-top: 2rem;
}

.section-lg-bg-sub-sub {
  width: 100vw;
  height: auto;
  justify-content: center;
  display: flex;
  padding: 5rem 2rem;
  flex-direction: column;
  position: relative;
  text-align: left;
}
.section-lg-bg-sub-sub h2::after {
  content: "";
}
.section-lg-bg-sub-sub h2 {
  font-family: "Urbanist";
  margin-bottom: 3rem;
}
.section-lg-bg-sub-sub h2 span {
  color: #1c4686;
  font-family: "Playfair Display";
  font-weight: 800;
  display: block;
  position: relative;
  font-size: 4rem;
}
.section-lg-bg-sub-sub .arrownext a, .section-lg-bg-sub-sub .arrownext h3 {
  text-decoration: none;
  color: rgb(63, 63, 63);
  display: inline-block;
  position: relative;
  padding: 0.2rem 1rem;
}
.section-lg-bg-sub-sub .arrownext a::after {
  content: "";
  text-indent: -20px;
  margin-right: 20px;
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 0;
  background-color: #ffc062;
  z-index: -1;
  transition: 0.3s;
  border-radius: 50px;
}
.section-lg-bg-sub-sub .arrownext:hover a::after {
  width: 100%;
  height: 100%;
  transform: translateY(-90%);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 50px;
}
.section-lg-bg-sub-sub img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  border-radius: 20px;
  z-index: 200;
}
.section-lg-bg-sub-sub p {
  margin-top: 2rem;
}

@keyframes bouncingdownup {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-1rem);
  }
  40% {
    transform: translateY(0rem);
  }
  60% {
    transform: translateY(1rem);
  }
  80% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.containerbg {
  padding: 2rem;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerbg-light {
  background-color: transparent;
  padding: 2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.ballbigger {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  background-color: #f0f0f0;
  position: absolute;
  opacity: 0.5;
}

@keyframes bouncingdownup {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-1rem);
  }
  40% {
    transform: translateY(0rem);
  }
  60% {
    transform: translateY(1rem);
  }
  80% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.section-lg-bg-dark {
  width: 100vw;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.section-lg-bg-dark p {
  margin-bottom: 0rem;
}
.section-lg-bg-dark .bgeagle img {
  width: auto;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  opacity: 0.05;
}
.section-lg-bg-dark h2 {
  font-family: "Urbanist";
}
.section-lg-bg-dark h2 span {
  color: #1c4686;
  font-family: "Playfair Display";
  font-weight: 800;
}
.section-lg-bg-dark .productwrap {
  width: 100%;
  height: 350px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: relative;
  padding: 1rem;
  transition: 0.5s ease;
  z-index: 80;
  margin-top: 1.5rem;
}
.section-lg-bg-dark .productwrap::after {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 0rem;
  height: 0rem;
  border-radius: 100%;
  background-color: #ffc062;
  z-index: 70;
  transition: 0.2s ease;
}
.section-lg-bg-dark .productwrap .productoverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  display: block;
  z-index: 101;
  left: 0;
  top: 0;
  transition: 0.5s ease;
  transform-style: preserve-3d;
}
.section-lg-bg-dark .productwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.5s ease;
}
.section-lg-bg-dark .productwrap h3,
.section-lg-bg-dark .productwrap p {
  z-index: 102;
  display: block;
  position: absolute;
  font-family: "Playfair Display";
  color: white;
  transition: 0.3s ease;
  font-size: 2rem;
  left: 0;
  bottom: 0;
  padding-left: 2rem;
}
.section-lg-bg-dark .productwrap p {
  font-family: "Urbanist";
  font-style: normal;
  color: transparent;
  transition: 0.5s ease;
  transform: translateY(2rem);
  font-size: 1rem;
  bottom: 1rem;
  visibility: hidden;
}
.section-lg-bg-dark .productwrap h3 {
  bottom: 0;
}
.section-lg-bg-dark .productwrap h3::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0.2rem;
  background-color: #ffc062;
  transition: 0.5s ease;
}
.section-lg-bg-dark .productwrap:hover {
  transition: 0.5s ease;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.section-lg-bg-dark .productwrap:hover .productoverlay {
  background-color: rgba(0, 0, 0, 0.05);
  transition: 0.5s ease;
  left: 0;
  top: 0;
  transition: 0.5s ease;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.section-lg-bg-dark .productwrap:hover img {
  transition: 0.5s ease;
  border-radius: 50px;
  transition: 0.5s ease;
}
.section-lg-bg-dark .productwrap:hover h3 {
  z-index: 102;
  display: inline-block;
  position: absolute;
  font-family: "Playfair Display";
  color: white;
  filter: drop-shadow(0 5 0.25rem rgb(0, 0, 0));
  transition: 0.5s ease;
  padding: 2rem;
}
.section-lg-bg-dark .productwrap:hover h3::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1.2rem;
  background-color: #ffc062;
  transition: 0.5s ease;
}
.section-lg-bg-dark .productwrap:hover p {
  font-family: "Urbanist";
  font-style: normal;
  color: white;
  z-index: 300;
  transition: 0.5s ease;
  visibility: visible;
  bottom: 3rem;
}
.section-lg-bg-dark .productwrap:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #ffc062;
  z-index: 70;
  transition: 0.8s ease;
  transform: translateZ(-1px);
  transition: 0.5s ease;
}

.header2 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  overflow: hidden;
  position: relative;
}
.header2 h1 {
  position: relative;
  display: block;
  z-index: 101;
  color: white;
  z-index: 300;
  font-family: "Urbanist";
  font-weight: 400;
}
.header2 h1 span {
  color: #ffc062;
  font-family: "Playfair Display";
  font-weight: 800;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  margin: 0.25rem 0;
  font-size: 5rem;
}
.header2 a {
  position: relative;
  display: inline-block;
  z-index: 101;
  color: white;
  z-index: 300;
  width: 100%;
  background-color: #1c4686;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  text-align: center;
  margin-top: 2rem;
  border-radius: 50px;
  transition: 0.3s ease;
}
.header2 #cta-contact {
  width: 30% !important;
  background-color: #ffc062;
}
.header2 #cta-lower {
  width: 65% !important;
  margin-right: 1rem;
}
.header2 a:hover,
.header2 #cta-contact:hover {
  background-color: transparent;
  outline: 1px solid white;
}
.header2 h1::after {
  content: "";
  position: relative;
  display: block;
  height: 2px;
  width: 15%;
  background-color: white;
  margin-top: 1rem;
  animation: stripedown 10s ease infinite;
}
@keyframes stripedown {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
.header2 p {
  margin-top: 1rem;
  position: relative;
  display: block;
  z-index: 101;
  color: white;
  z-index: 300;
}
.header2 img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.header2 .headerwrap {
  position: absolute;
  width: 100vw;
  height: 100vw;
  left: 0;
  top: 0;
}
.header2 .headerwrap .brandlogo {
  width: 30%;
  height: auto;
  position: absolute;
  z-index: 300;
  top: 0%;
  left: 65%;
  animation: bouncingdownup 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.header2 .slider img.active {
  opacity: 1;
  left: 0;
  transition: 1s ease;
  z-index: 101;
  animation: slideleftrigt 1s ease;
}
.header2 .slider img.activefirst {
  opacity: 1;
  left: 0;
  transition: 1s ease;
  z-index: 101;
}
@keyframes slideleftrigt {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
.header2 .slider img.previous {
  transition: 0.5s ease;
  z-index: 100;
  transition: 1 ease;
  left: -100%;
}

.header2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 102;
  opacity: 0.5;
}

.headersub {
  width: 100vw;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  overflow: hidden;
  position: relative;
}
.headersub h1 {
  position: relative;
  display: block;
  z-index: 101;
  color: white;
  z-index: 300;
  font-family: "Urbanist";
  font-weight: 400;
}
.headersub h1 span {
  color: #ffc062;
  font-family: "Playfair Display";
  font-weight: 800;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  margin: 0.25rem 0;
  font-size: 8rem;
}
.headersub a {
  position: relative;
  display: inline-block;
  z-index: 101;
  color: white;
  z-index: 300;
  width: 100%;
  background-color: #1c4686;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  text-align: center;
  margin-top: 2rem;
  border-radius: 50px;
  transition: 0.3s ease;
}
.headersub #cta-contact {
  width: 30% !important;
  background-color: #ffc062;
}
.headersub #cta-lower {
  width: 65% !important;
  margin-right: 1rem;
}
.headersub a:hover,
.headersub #cta-contact:hover {
  background-color: transparent;
  outline: 1px solid white;
}
@keyframes stripedown {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
.headersub p {
  margin-top: 1rem;
  position: relative;
  display: block;
  z-index: 101;
  color: white;
  z-index: 300;
}
.headersub img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.headersub .headerwrap {
  position: absolute;
  width: 100vw;
  height: 100vw;
  left: 0;
  top: 0;
}
.headersub .headerwrap .brandlogo {
  width: 30%;
  height: auto;
  position: absolute;
  z-index: 300;
  top: 0%;
  left: 65%;
  animation: bouncingdownup 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.headersub .slider img.active {
  opacity: 1;
  left: 0;
  transition: 1s ease;
  z-index: 101;
  animation: slideleftrigt 1s ease;
}
.headersub .slider img.activefirst {
  opacity: 1;
  left: 0;
  transition: 1s ease;
  z-index: 101;
}
@keyframes slideleftrigt {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
.headersub .slider img.previous {
  transition: 0.5s ease;
  z-index: 100;
  transition: 1 ease;
  left: -100%;
}

.headersub::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 102;
  opacity: 0.2;
}

.sectiondevidersub {
  width: 100vw;
  height: 700px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
  display: block;
  position: relative;
  z-index: 200;
}
.sectiondevidersub .parallax img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  z-index: 100;
  display: block;
}
.sectiondevidersub .parallax video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: 100;
  display: block;
}

.sectiondevider {
  width: 100vw;
  height: 700px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
  display: block;
  position: relative;
  z-index: 200;
}
.sectiondevider .parallax img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  z-index: 100;
  display: block;
}
.sectiondevider .parallax video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  z-index: 100;
  display: block;
}

.sectiondevidertwosub {
  width: 100vw;
  height: 700px;
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  display: block;
  position: relative;
  top: -12rem;
  margin-bottom: -10rem;
}
.sectiondevidertwosub .parallax2 img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  z-index: 100;
  display: block;
}
.sectiondevidertwosub .parallax2 video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  z-index: 100;
  display: block;
}

.sectiondevidertwo {
  width: 100vw;
  height: 600px;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  display: block;
  position: relative;
}
.sectiondevidertwo .parallax2 img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  z-index: 100;
  display: block;
}
.sectiondevidertwo .parallax2 video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  z-index: 100;
  display: block;
}

.flexside {
  position: relative;
  z-index: 55;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: rgb(63, 63, 63);
}

#footer {
  margin-top: 2rem;
  overflow: hidden;
  color: rgb(63, 63, 63);
  font-size: 1.2rem;
  position: relative;
}
#footer a {
  text-decoration: none;
  color: rgb(63, 63, 63);
}

.footerwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footerwrap img {
  width: 50%;
  height: auto;
}

.footerimg {
  width: 100vw; /* Volle Viewport-Breite */
  height: auto;
  margin-left: calc(-50vw + 50%); /* Negativer Margin um Container-Padding auszugleichen */
  margin-right: calc(-50vw + 50%);
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

.footerimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1rem 0;
}

.flexcenterSocial {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 1rem 0;
}
.flexcenterSocial a {
  padding: 0 2rem;
}

.flexright {
  display: flex;
  justify-content: right;
  flex-direction: column;
  margin: 1rem 0;
  text-align: right;
}

.flexrightHref {
  display: flex;
  justify-content: right;
  flex-direction: row;
  margin: 1rem 0;
}

.flexleft {
  display: flex;
  justify-content: left;
  flex-direction: column;
  margin: 1rem 0;
}

.containerbg-dark h2 span {
  color: #1c4686;
  font-family: "Playfair Display";
  font-weight: 800;
  display: block;
  position: relative;
  font-size: 4rem;
}

#eaglebot {
  z-index: -1;
}

.gallerylager {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  width: 100vw;
  height: auto;
  position: relative;
}
.gallerylager img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  display: inline-block;
  border-radius: 10px;
}
.gallerylager .gallerylagerpad {
  padding: 1rem;
}
.gallerylager .insidegallerylagerbg {
  width: 20rem;
  height: 20rem;
  background-color: #f0f0f0;
  opacity: 0.5;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 30%;
}

#verpackung {
  width: 100%;
  height: auto;
  position: relative;
}
#verpackung .insidegallerylagerbg {
  width: 20rem;
  height: 20rem;
  background-color: #f0f0f0;
  opacity: 0.5;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 30%;
}
#verpackung .verpackungwrap {
  width: 100%;
  height: 100%;
}
#verpackung .verpackungwrap .verpackungcard {
  width: 100%;
  height: 20rem;
  background-color: #fcfcfc;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
  margin-top: 2rem;
  overflow: hidden;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  position: relative;
  cursor: pointer;
}
#verpackung .verpackungwrap .verpackungcard::after {
  content: "";
  display: block;
  position: absolute;
  width: 20rem;
  height: 20rem;
  background-color: #ffc062;
  opacity: 0.1;
  z-index: -1;
  border-radius: 100%;
  left: -10rem;
  top: -10rem;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#verpackung .verpackungwrap .verpackungcard h3 {
  display: block;
  align-items: left;
}
#verpackung .verpackungwrap .verpackungcard img {
  width: 8rem;
  height: auto;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.5s;
}
#verpackung .verpackungwrap .verpackungcard a {
  background-color: #ffc062;
  text-decoration: none;
  color: white;
  width: calc(100% + 4rem);
  padding: 1rem;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#verpackung .verpackungwrap .verpackungcard p {
  font-size: small;
}
#verpackung .verpackungcard:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 50rem;
  height: 50rem;
  background-color: #1c4686;
  opacity: 0.1;
  z-index: -1;
  border-radius: 100%;
  left: -15rem;
  top: -5rem;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#verpackung .verpackungcard:hover img {
  transform: scale(1.1);
}
#verpackung .verpackungcard:hover a {
  background-color: #1c4686;
  text-decoration: none;
  color: white;
  width: calc(100% + 4rem);
  padding: 1rem;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#verpackung {
  width: 100%;
  height: auto;
  position: relative;
}
#verpackung .insidegallerylagerbg {
  width: 20rem;
  height: 20rem;
  background-color: #f0f0f0;
  opacity: 0.5;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 30%;
}
#verpackung .verpackungwrap {
  width: 100%;
  height: 100%;
}
#verpackung .verpackungwrap .verpackungcard {
  width: 100%;
  height: 21rem;
  background-color: #fcfcfc;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
  margin-top: 2rem;
  overflow: hidden;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  position: relative;
}
#verpackung .verpackungwrap .verpackungcard::after {
  content: "";
  display: block;
  position: absolute;
  width: 20rem;
  height: 20rem;
  background-color: #ffc062;
  opacity: 0.1;
  z-index: -1;
  border-radius: 100%;
  left: -10rem;
  top: -10rem;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#verpackung .verpackungwrap .verpackungcard h3 {
  display: block;
  align-items: left;
}
#verpackung .verpackungwrap .verpackungcard img {
  width: 8rem;
  height: auto;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.5s;
}
#verpackung .verpackungwrap .verpackungcard a {
  background-color: #ffc062;
  text-decoration: none;
  color: white;
  width: calc(100% + 4rem);
  padding: 1rem;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  bottom: 0;
}
#verpackung .verpackungcard:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 50rem;
  height: 50rem;
  background-color: #1c4686;
  opacity: 0.1;
  z-index: -1;
  border-radius: 100%;
  left: -15rem;
  top: -5rem;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#verpackung .verpackungcard:hover img {
  transform: scale(1.1);
}
#verpackung .verpackungcard:hover a {
  background-color: #1c4686;
  text-decoration: none;
  color: white;
  width: calc(100% + 4rem);
  padding: 1rem;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#impressum .flexside {
  margin: 5rem 0;
}
#impressum .flexside h2 {
  font-family: "Playfair Display";
  color: #1c4686;
  font-size: 2rem;
  margin: 2rem 0;
}
#impressum .impressumwrap .waves {
  display: inline-block;
}
#impressum .impressumwrap .waves img {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
}
#impressum .impressumwrap .waves p {
  display: inline-block;
}
#impressum .impressumwrap .textimpressum h4 {
  font-family: "Playfair Display";
  color: #1c4686;
  font-size: 2rem;
}

.modulverpackung {
  position: fixed;
  width: 0vw;
  height: 0vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.modulverpackung .modulecenter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  padding: 3rem;
  height: 80vh;
  overflow-y: auto;
  padding: 2rem;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
  height: auto;
  display: block;
  visibility: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}
.modulverpackung .modulecenter .waves {
  display: block;
}
.modulverpackung .modulecenter .waves img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: 0 auto;
}
.modulverpackung .modulecenter .waves p {
  display: block;
}
.modulverpackung .modulecenter h4 {
  text-align: center;
}
.modulverpackung .modulecenter p {
  text-align: center;
  display: block;
  z-index: 100;
  position: relative;
}
.modulverpackung .modulecenter .closebutton {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
  font-size: 2rem;
  cursor: pointer;
}
.modulverpackung .modulecenter .kartonmodule {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
.modulverpackung .modulecenter .kartonmodule .imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}
.modulverpackung .modulecenter .containermodule {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
.modulverpackung .modulecenter .containermodule .imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}
.modulverpackung .modulecenter .formatemodule {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
.modulverpackung .modulecenter .formatemodule .imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}
.modulverpackung .modulecenter .stanzmodule {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
.modulverpackung .modulecenter .stanzmodule .imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}
.modulverpackung .modulecenter .kantenmodule {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
.modulverpackung .modulecenter .kantenmodule .imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}
.modulverpackung .modulecenter .wabenmodule {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
.modulverpackung .modulecenter .wabenmodule .imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}
.modulverpackung .modulecenter .palletenmodule {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
.modulverpackung .modulecenter .palletenmodule .imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}
.modulverpackung .modulecenter .foliemodule {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
.modulverpackung .modulecenter .foliemodule .imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}
.modulverpackung .modulecenter .custommodule {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
.modulverpackung .modulecenter .custommodule .imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}
.modulverpackung .modulecenter .moduleopen {
  display: flex;
}

.openmodule {
  visibility: visible;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

#verpackungvorstellung {
  margin-top: 10rem;
}
#verpackungvorstellung .verpackungsvorstellungwrap .waves {
  display: inline-block;
}
#verpackungvorstellung .verpackungsvorstellungwrap .waves img {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
}
#verpackungvorstellung .verpackungsvorstellungwrap .waves p {
  display: inline-block;
}
#verpackungvorstellung .verpackungsvorstellungwrap .textverpackungvorstellung h4 {
  font-family: "Playfair Display";
  color: #1c4686;
  font-size: 2rem;
}

#moreinfo {
  margin-top: 5rem;
}
#moreinfo h5 {
  font-family: "Playfair Display";
  color: #1c4686;
  font-size: 1.5rem;
}

#karriere {
  width: 100vw;
  height: auto;
}
#karriere .karrierewrap h2 {
  font-family: "Urbanist";
}
#karriere .karrierewrap h2 span {
  color: #1c4686;
  font-family: "Playfair Display";
  font-weight: 800;
}

#Stellenangebote .row {
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#Stellenangebote .stellenwrap {
  padding: 1rem;
}
#Stellenangebote .stellenwrap .moduleopener {
  width: 100%;
  height: 50px;
  margin: 1rem 0;
  display: block;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  flex-direction: row;
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #ffc062;
}
#Stellenangebote .stellenwrap .moduleopener i {
  display: inline-block;
  position: relative;
  background-color: #ffc062;
  padding: 1rem;
  cursor: pointer;
}
#Stellenangebote .stellenwrap .moduleopener h3 {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 1rem;
  cursor: pointer;
  color: rgb(63, 63, 63);
}
#Stellenangebote .stellenwrap .moduleopener p {
  display: block;
  position: relative;
  padding: 1rem;
}
#Stellenangebote .stellenwrap .moduledown {
  height: 100%;
  overflow: wrap;
  display: block;
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#Stellenangebote .btncollapsestellenangebote {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.5rem 0;
}
#Stellenangebote .btncollapsestellenangebote i {
  display: inline-block;
  position: relative;
  margin: 0 1rem;
  background-color: #ffc062;
  height: 100%;
  padding: 0.5rem;
}
#Stellenangebote .btncollapsestellenangebote h3 {
  display: inline-block;
  position: relative;
}

.card {
  margin: 2rem 0;
}

#stellencard {
  margin-bottom: 3rem;
  padding: 2rem;
}
#stellencard .cardstellen {
  width: 100%;
  height: 500px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  position: relative;
  display: flex;
  justify-content: left;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 1rem 0;
}
#stellencard .cardstellen img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -o-object-position: center 20%;
     object-position: center 20%;
}
#stellencard .cardstellen .insidecard {
  padding: 2rem;
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
#stellencard .cardstellen .insidecard a {
  position: relative;
  text-decoration: none;
  background-color: #ffc062;
  color: rgb(63, 63, 63);
  display: inline-block;
  text-align: center;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: auto;
  margin: -2rem;
  padding: 1rem 1rem;
}
#stellencard .cardstellen .insidecard p {
  max-height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#stellencard .cardstellen h3 {
  color: #1c4686;
  font-family: "Playfair Display";
}
#stellencard .cardstellen h3 span {
  display: block;
  font-size: medium;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: rgb(63, 63, 63);
}
#stellencard .cardstellen:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#stellencard .cardstellen:hover .insidecard a {
  background-color: #1c4686;
  color: white;
}

#indexevery {
  overflow: hidden;
}
#indexevery .indexwrapper {
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
}
#indexevery .indexwrapper .indexcard {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  bottom: 0;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#indexevery .indexwrapper .indexcard a {
  color: #1c4686;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.4s;
}
#indexevery .indexwrapper .indexcard h3 {
  position: absolute;
  bottom: 2rem;
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #1c4686;
  padding: 1rem 2rem;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  font-family: "Playfair Display";
  font-style: italic;
  font-size: 2rem;
  display: block;
  border-radius: 10px;
  width: 90%;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#indexevery .indexwrapper .indexcard h3 span {
  display: block;
  font-size: small;
  padding: 0.5rem 2rem;
  color: rgb(63, 63, 63);
  border-radius: 50px;
  border: 2px solid rgb(63, 63, 63);
  font-family: "Urbanist";
  width: 100%;
  margin-top: 1rem;
  white-space: nowrap;
}
#indexevery .indexwrapper .indexcard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#indexevery .indexcard:hover img {
  transform: scale(1.1);
}
#indexevery .indexcard:hover a {
  color: #ffc062;
}

.sectiondevider-index {
  width: 100vw;
  height: 250px;
  -webkit-clip-path: polygon(0 70%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 70%, 100% 0%, 100% 100%, 0 100%);
  display: block;
  position: relative;
  z-index: 200;
}
.sectiondevider-index .parallax img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  z-index: 100;
  display: block;
}
.sectiondevider-index .parallax video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  z-index: 100;
  display: block;
}

#aftercards {
  overflow: hidden;
}
#aftercards h3 {
  font-family: "Playfair Display";
  color: #1c4686;
  font-size: 2rem;
}
#aftercards h3 span {
  font-family: "Urbanist";
  color: rgb(63, 63, 63);
}
#aftercards .aftercardwrap {
  width: 100vw;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 0fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  position: relative;
}
#aftercards .aftercardwrap img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
#aftercards .aufdersuche {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fcfcfc;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
#aftercards a {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 2px solid;
}

#stellebewerbung {
  position: relative;
  overflow: hidden;
}
#stellebewerbung .bewerben {
  display: inline-block;
  background-color: #1c4686;
  color: white;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
}
#stellebewerbung .flexside {
  margin: 5rem 0;
}
#stellebewerbung .flexside h2 {
  font-family: "Playfair Display";
  color: #1c4686;
  font-size: 2rem;
  margin: 2rem 0;
}
#stellebewerbung .stellebewerbungwrap .waves {
  display: inline-block;
}
#stellebewerbung .stellebewerbungwrap .waves img {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
}
#stellebewerbung .stellebewerbungwrap .waves p {
  display: inline-block;
}
#stellebewerbung .stellebewerbungwrap .stelletext h4 {
  font-family: "Playfair Display";
  color: #1c4686;
  font-size: 2rem;
}

.eaglebewerbung {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0rem;
  right: 0;
  overflow: hidden;
}
.eaglebewerbung img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  opacity: 0.1;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1050px) {
  .eaglebewerbung {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  .eaglebewerbung img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    right: 0;
  }
  #stellebewerbung {
    padding: 2rem;
  }
  #stellebewerbung .flexside {
    margin: 5rem 0;
  }
  #stellebewerbung .flexside h2 {
    font-family: "Playfair Display";
    color: #1c4686;
    font-size: 2rem;
    margin: 2rem 0;
  }
  #stellebewerbung .flexside h2 span {
    font-size: 1.5rem;
  }
  #aftercards {
    margin-top: 5rem;
    overflow: hidden;
  }
  #aftercards h3 {
    font-family: "Playfair Display";
    color: #1c4686;
    font-size: 2rem;
  }
  #aftercards h3 span {
    font-family: "Urbanist";
    color: rgb(63, 63, 63);
  }
  #aftercards .aftercardwrap {
    width: 100vw;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 0fr;
    grid-column-gap: 0rem;
    grid-row-gap: 0px;
    position: relative;
  }
  #aftercards .aftercardwrap img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #aftercards .aufdersuche {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    text-align: center;
  }
  #aftercards a {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    border: 2px solid;
  }
  #indexevery .indexwrapper {
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    padding: 2rem;
  }
  #indexevery .indexwrapper .indexcard {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #indexevery .indexwrapper .indexcard img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
  }
  #indexevery .indexwrapper .indexcard h3 span {
    white-space: nowrap;
  }
  #stellencard .cardstellen {
    height: auto;
  }
  #stellencard .cardstellen .insidecard {
    padding: 1rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    text-align: center;
  }
  #stellencard .cardstellen .insidecard a {
    position: relative;
    text-decoration: none;
    background-color: #ffc062;
    color: rgb(63, 63, 63);
    display: inline-block;
    text-align: center;
    transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    height: auto;
    padding: 1rem 1rem;
    margin: 0;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -1rem;
    margin-top: 0rem;
  }
  .modulverpackung {
    height: auto;
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
  }
  .modulverpackung .textverpackungvorstellung {
    z-index: 100000;
    height: 100%;
  }
  .modulverpackung .modulecenter {
    display: flex;
    width: 90vw;
    height: 60vh;
    overflow-y: scroll;
    align-self: center;
    justify-self: center;
    position: relative;
    padding: 2rem;
  }
  .modulverpackung .modulecenter .closebutton {
    z-index: 10000000000;
  }
  #impressum {
    padding: 0 2rem;
  }
  #verpackungvorstellung {
    padding: 2rem;
  }
  #moreinfo {
    padding: 2rem;
  }
  #verpackung {
    padding: 2rem;
  }
  #verpackung .verpackungwrap .verpackungcard {
    padding: 1rem;
    height: auto;
    padding-bottom: 0;
  }
  #verpackung .verpackungwrap .verpackungcard a {
    padding: 1rem;
  }
  .section-lg-bg-sub {
    width: 100vw;
    height: auto;
    justify-content: center;
    display: flex;
    padding: 5rem 2rem;
    flex-direction: column;
    position: relative;
    text-align: left;
  }
  .section-lg-bg-sub h2::after {
    content: "";
  }
  .section-lg-bg-sub h2 {
    font-family: "Urbanist";
    margin-bottom: 3rem;
  }
  .section-lg-bg-sub h2 span {
    color: #1c4686;
    font-family: "Playfair Display";
    font-weight: 800;
    display: block;
    position: relative;
    margin-top: 3rem;
    font-size: 4rem;
  }
  .section-lg-bg-sub .arrownext a, .section-lg-bg-sub .arrownext h3 {
    text-decoration: none;
    color: rgb(63, 63, 63);
    display: inline-block;
    position: relative;
    padding: 0.2rem 1rem;
  }
  .section-lg-bg-sub .arrownext a::after {
    content: "";
    text-indent: -20px;
    margin-right: 20px;
    display: block;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    left: 0;
    background-color: #ffc062;
    z-index: -1;
    transition: 0.3s;
    border-radius: 50px;
  }
  .section-lg-bg-sub .arrownext:hover a::after {
    width: 100%;
    height: 100%;
    transform: translateY(-90%);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 50px;
  }
  .section-lg-bg-sub img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    border-radius: 20px;
    z-index: 200;
    margin-bottom: 5rem;
  }
  .section-lg-bg-sub p {
    margin-top: 2rem;
  }
  .headersub h1 span {
    font-size: 4rem;
  }
  .containerbg-dark h2 {
    font-size: 2rem;
  }
  .containerbg-dark h2 span {
    font-size: 2.5rem;
  }
  .flexside h2 span {
    font-size: 1.8rem;
  }
  .intro .logo-intro {
    width: 60%;
    height: auto;
    margin: 0 auto;
    animation: intrologoani ease 5s forwards;
  }
  @keyframes intrologoani {
    0% {
      width: 0;
    }
    50% {
      width: 80%;
    }
  }
  .footerwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footerwrap img {
    width: 70%;
    height: auto;
  }
  .footerimg {
    width: 100vw; /* Volle Viewport-Breite */
    height: auto;
    margin-left: calc(-50vw + 50%); /* Negativer Margin um Container-Padding auszugleichen */
    margin-right: calc(-50vw + 50%);
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
  .footerimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flexcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1rem 0;
  }
  .flexcenterSocial {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 1rem 0;
  }
  .flexcenterSocial a {
    padding: 0 2rem;
  }
  .flexright {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 1rem 0;
    text-align: center;
  }
  .flexrightHref {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 1rem 0;
  }
  .flexleft {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 1rem 0;
    text-align: center;
  }
  .section-lg-bg-dark {
    overflow: hidden;
  }
  .section-lg-bg-dark .bgeagle img {
    top: -45%;
    left: -40%;
  }
  .section-lg-bg-dark .productwrap {
    margin: 1rem 0;
    height: 300px;
  }
  .section-lg-bg-dark .productwrap h3 {
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
  .sectiondevider {
    width: 100vw;
    height: 400px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
    display: block;
    position: relative;
  }
  .sectiondevider .parallax img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100vh;
    top: -20vh;
    left: 0;
  }
  .sectiondevidertwo {
    width: 100vw;
    height: 400px;
    display: block;
    position: relative;
  }
  .sectiondevidertwo .parallax img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100vh;
    top: -20vh;
    left: 0;
  }
  .section-lg-bg {
    padding: 5rem 2rem;
  }
  .section-lg-bg img {
    right: 0rem;
    margin-top: 5rem;
    position: relative;
  }
  .header #cta-contact,
  .header2 #cta-contact, .headersub #cta-contact {
    width: 100% !important;
    background-color: #ffc062;
  }
  .header h1 span,
  .header2 h1 span, .headersub h1 span {
    font-size: 2rem;
  }
  .header #cta-lower,
  .header2 #cta-lower, .headersub #cta-lower {
    width: 100% !important;
    margin-right: 1rem;
  }
  .header .slider img.active,
  .header2 .slider img.active, .headersub .slider img.active {
    opacity: 1;
    left: 0;
    transition: 0.5s ease;
    z-index: 101;
    animation: slideleftrigt 0.5s ease;
  }
  .header img,
  .header2 img, .headersub img {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    transition: 2.5s ease;
    left: 0;
  }
  .headerwrap {
    position: absolute;
    width: 100vw;
    height: 100vw;
    left: 0;
    top: 0;
  }
  .headerwrap .brandlogo {
    width: 30%;
    height: auto;
    position: absolute;
    z-index: 300;
    top: 10% !important;
    left: 50% !important;
    opacity: 0.5;
    animation: bouncingdownup 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.brand {
  width: 10rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 1000;
  margin: 2rem 2rem;
  font-family: "Urbanist";
}
.brand .logoBrand {
  width: 14rem;
  height: auto;
}
.brand a {
  text-decoration: none;
  color: white;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
}
.brand a::after {
  content: "";
  font-size: 0.75rem;
  color: #ffc062;
  margin-left: 1rem;
  text-transform: none;
}

.brandHeroLogo {
  width: 30% !important;
  height: auto !important;
  position: relative !important;
  opacity: 1 !important;
  z-index: 500 !important;
}

.flexsituation {
  max-width: 1320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.flexsituation h1 {
  font-size: 30px;
  text-align: center;
}

.footerverpackung {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120%;
  top: 20px;
  position: relative;
}

@media only screen and (max-width: 1050px) {
  .brandHeroLogo {
    width: 70% !important;
  }
  h1 {
    font-size: 20px !important;
  }
  .footerverpackung {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120%;
    top: 0px;
    position: relative;
  }
}
.nobutton {
  position: relative;
  display: inline-block;
  z-index: 101;
  color: white;
  z-index: 300;
  width: auto !important;
  background-color: rgba(28, 70, 134, 0) !important;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  text-align: center;
  margin-top: 0rem !important;
  border-radius: 50px;
  transition: 0.3s ease;
  font-size: 14px;
}

.noButtonColor {
  position: relative;
  display: inline-block;
  z-index: 101;
  color: #ffc062 !important;
  z-index: 300;
  width: auto !important;
  background-color: transparent !important;
  padding: 0 !important;
  text-decoration: none;
  text-align: left !important;
  margin-top: 0rem !important;
  border-radius: 50px;
  transition: 0.3s ease;
}
.noButtonColor:hover {
  outline: none !important;
}

video {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1280px) {
  .vrpnwrap {
    display: flex;
    flex-wrap: wrap;
    font-size: 3.5rem !important;
  }
}
.modulecenter {
  height: 80vh;
  overflow-y: auto;
  padding: 2rem;
  -webkit-overflow-scrolling: touch;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  padding: 1rem;
}
.gallery .gallery-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.imgmodule {
  width: 20em !important;
  height: auto !important;
  opacity: 0.1;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 0;
}

@media only screen and (max-width: 1280px) {
  #stellencard .row > div[class*=col-lg-4] {
    width: 50%;
  }
  #stellencard .cardstellen {
    height: 500px;
    margin: 1rem 0;
  }
  #stellencard .cardstellen .insidecard {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  #stellencard .row > div[class*=col-lg-4] {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */