@charset "UTF-8";
/**
 * sm	640px	@media (min-width: 640px) { ... }
md	768px	@media (min-width: 768px) { ... }
lg	1024px	@media (min-width: 1024px) { ... }
xl	1280px	@media (min-width: 1280px) { ... }
2xl	1536px	@media (min-width: 1536px) { ... }
*/
.section.video {
  overflow: hidden;
}
.section.video video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.section.overlay {
  color: #fff;
}
.section .overlay,
.section .texture {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.section .texture {
  background-image: url("../img/texture.jpg");
  background-position: top right;
  background-size: cover;
}
.section .scroll-hint {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
.section[data-section=keyvisual-peptide-categories],
.section[data-section=keyvisual-peptide-categories-2] {
  margin-bottom: -23rem;
}
.section[data-section=keyvisual-peptide-categories] > div,
.section[data-section=keyvisual-peptide-categories-2] > div {
  z-index: 20;
  padding-top: 0;
}

.section[data-section=services-from-inception-to-product] > div,
.section[data-section=services-from-inception-to-product-2] > div {
  padding-top: 20rem;
}

.section[data-section=references-publications] > div,
.section[data-section=references-publications-2] > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  height: 100dvh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden;
}
.contao-cookiebar * {
  box-sizing: border-box;
}
.contao-cookiebar:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.contao-cookiebar .cc-inner {
  display: inline-block;
  overflow-y: auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  font-size: 1rem;
  text-align: left;
}
.contao-cookiebar.cc-top .cc-inner {
  vertical-align: top;
}
.contao-cookiebar.cc-top.cc-active .cc-inner {
  animation: cookiebar-top-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-top.cc-saved .cc-inner {
  animation: cookiebar-top-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-bottom .cc-inner {
  vertical-align: bottom;
}
.contao-cookiebar.cc-bottom.cc-active .cc-inner {
  animation: cookiebar-bottom-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-bottom.cc-saved .cc-inner {
  animation: cookiebar-bottom-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-middle .cc-inner {
  vertical-align: middle;
}
.contao-cookiebar.cc-middle.cc-active .cc-inner {
  animation: cookiebar-middle-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-middle.cc-saved .cc-inner {
  animation: cookiebar-middle-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-left {
  text-align: left;
}
.contao-cookiebar.cc-right {
  text-align: right;
}
.contao-cookiebar .cc-head {
  position: relative;
}
.contao-cookiebar .cc-head button {
  position: relative;
  top: 0;
  right: 0;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin-right: 0;
  margin-left: auto;
  color: #d21112;
  transition: all 0.3s;
  display: none;
}
.contao-cookiebar .cc-head button:hover {
  background: #d21112;
  color: #fff;
}
.contao-cookiebar .cc-head h1:first-child,
.contao-cookiebar .cc-head h2:first-child,
.contao-cookiebar .cc-head h3:first-child,
.contao-cookiebar .cc-head h4:first-child,
.contao-cookiebar .cc-head h5:first-child,
.contao-cookiebar .cc-head h6:first-child {
  margin-top: 0;
}
.contao-cookiebar .cc-head p {
  margin-bottom: 15px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .contao-cookiebar .cc-head p {
    font-size: 1rem;
  }
}
.contao-cookiebar .cc-group p {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .contao-cookiebar .cc-group p {
    font-size: 1rem;
  }
}
.contao-cookiebar .cc-btn {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 16px;
  font-size: 15px;
  outline: 0 none;
  border: 1px solid #cfcfcf;
  color: #444;
  background: #f5f5f5;
}
.contao-cookiebar .cc-btn:hover {
  background: #ececec;
}
.contao-cookiebar .grayscale .cc-btn {
  background: #f1efef;
}
.contao-cookiebar .grayscale .cc-btn:hover {
  background: #ececec;
}
.contao-cookiebar .grayscale .cc-btn.success {
  background: #fbfbfb;
}
.contao-cookiebar .grayscale .cc-btn.success:hover {
  background: #f7f7f7;
}
.contao-cookiebar .highlight .cc-btn.success {
  background: #d21112;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #d21112;
}
.contao-cookiebar .highlight .cc-btn.success:hover {
  background: white;
  border: 1px solid 5px;
  color: #d21112;
}
.contao-cookiebar label {
  position: relative;
  display: block;
  padding: 8px 13px 8px 0;
  line-height: 1.2rem;
}
.contao-cookiebar label.group {
  font-weight: 600;
}
.contao-cookiebar input {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: 0 none;
  opacity: 0;
}
.contao-cookiebar input + label {
  padding: 8px 13px 8px 50px;
  cursor: pointer;
}
.contao-cookiebar input + label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 18px;
  margin: 0;
  box-sizing: content-box;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #9c9b99;
  transition: border-color 0.2s;
}
.contao-cookiebar input + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #9c9b99;
  transition: background 0.2s, margin-left 0.2s, padding 0.2s;
}
.contao-cookiebar input + label:active:after {
  padding-left: 5px;
}
.contao-cookiebar input.cc-group-half + label:after {
  background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #d21112 50%, #d21112 100%);
}
.contao-cookiebar input:checked + label:after {
  background: #d21112;
  margin-left: 17px;
}
.contao-cookiebar input:checked + label:active:after {
  margin-left: 12px;
}
.contao-cookiebar input:checked + label:before {
  background: #fde5e5;
  border-color: #d21112;
}
.contao-cookiebar input:disabled + label {
  pointer-events: none;
}
.contao-cookiebar input:disabled + label:after {
  background: #c8c7c5;
}
.contao-cookiebar input:disabled + label:before {
  background: #f4f4f4;
  border-color: #c8c7c5;
}
.contao-cookiebar.cc-active .cc-inner {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.contao-cookiebar.cc-active.cc-blocked {
  pointer-events: auto;
  animation: cookiebar-overlay-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-saved.cc-inner {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.contao-cookiebar.cc-saved.cc-blocked {
  pointer-events: none;
  animation: cookiebar-overlay-out 0.5s ease-in-out forwards;
}

@media (min-width: 768px) {
  .contao-cookiebar .cc-inner {
    max-width: 750px;
  }
}
@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.75);
  }
}
@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75);
  }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
  }
}
@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
  }
}
@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }
}
@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
}
.contao-cookiebar {
  color: #141414;
}
.contao-cookiebar p {
  color: #535353;
  line-height: 1.4;
  font-size: 14px;
}
.contao-cookiebar p a {
  text-decoration: underline;
}
.contao-cookiebar .cc-groups--settings {
  display: none;
}
.contao-cookiebar .cc-inner {
  /* padding: 25px; */
  overflow-y: scroll;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.contao-cookiebar .cc-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.contao-cookiebar .cc-group > label {
  flex-grow: 1;
  margin: 5px 0 5px 10px;
}
.contao-cookiebar .cc-group .cc-detail-btn {
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  padding: 8px 10px;
  line-height: 1.2rem;
}
.contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
  display: inline;
}
.contao-cookiebar .cc-group .cc-detail-btn:hover {
  color: #717171;
}
.contao-cookiebar .cc-group .cc-detail-btn-details {
  display: inline-block;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 10px;
}
.contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
  display: none;
}
.contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
  display: inline;
}
.contao-cookiebar .cc-group .cc-detail-btn-details:hover {
  color: #717171;
}
.contao-cookiebar .cc-cookies {
  display: none;
  width: 100%;
  background: #fbfbfb;
  border-radius: 0 0 5px 5px;
}
.contao-cookiebar .cc-cookies > p {
  font-size: 0.875rem;
}
.contao-cookiebar .cc-cookies > p,
.contao-cookiebar .cc-cookies > .cc-cookie {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
  font-size: 0.875rem;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
  font-weight: 600;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
  margin-top: 5px;
  word-wrap: break-word;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
  margin-top: 15px;
}
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
  margin-bottom: 0;
}
.contao-cookiebar .cc-cookies .cc-cookie label.cookie + p,
.contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info,
.contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
  margin-top: 10px;
}
.contao-cookiebar .cc-cookies .cc-cookie p {
  margin: 0 0 15px;
  font-size: 0.875rem;
}
.contao-cookiebar .cc-body {
  padding: 25px;
}
.contao-cookiebar .cc-footer-wrapper {
  position: sticky;
  left: 0;
  bottom: 0;
  padding: 0 25px 25px 25px;
  background-color: white;
  width: 100%;
}
.contao-cookiebar .cc-footer,
.contao-cookiebar .cc-info {
  text-align: center;
}
.contao-cookiebar .cc-footer__settings,
.contao-cookiebar .cc-footer__info {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.contao-cookiebar .cc-footer__settings {
  display: none;
}
.contao-cookiebar .cc-info {
  margin-top: 15px;
}
.contao-cookiebar .cc-info > p {
  font-size: 0.875rem;
}
.contao-cookiebar .cc-info > a {
  display: inline-block;
  font-size: 0.813rem;
  color: #a2a2a2;
  text-decoration: none;
}
.contao-cookiebar .cc-info > a:hover {
  color: #717171;
}
.contao-cookiebar .cc-info > a + a:before {
  display: inline-block;
  content: "·";
  margin-right: 5px;
}

/**
 * Accordion v3.3.4
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac {
  margin-top: 8px;
  background-color: #fff;
  box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font: bold 16px "Arial", sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  display: block;
  background-color: transparent;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.ac .ac-trigger::after {
  content: url("/files/icons/chevron.svg");
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
  transition: 0.3s ease;
}

/* .ac .ac-trigger:focus {
  color: #8a8a8a;
} */
.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font: 15px/24px "Arial", sans-serif;
  color: #111;
  padding: 8px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
  margin-top: 0.5rem;
}

.ac.is-active .ac-trigger::after {
  transform: translate(0, -50%) rotate(90deg);
}

.ac-trigger {
  transition: 0.2s ease;
  background-color: white;
}
.ac-trigger label {
  cursor: pointer;
}

.ac-trigger:hover {
  background-color: #ececec;
}

body {
  color: rgb(var(--color-text));
  background: #f9fafc;
  overflow-x: hidden;
}

.block {
  overflow: visible;
}

.fp-overflow {
  height: 100%;
}

#fp-nav {
  display: none;
}
@media (min-width: 1280px) {
  #fp-nav {
    display: block;
  }
}
#fp-nav span {
  background: white !important;
}

.swiperBar {
  animation: swipe ease-in 2s infinite;
}

@keyframes swipe {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(500%);
  }
}
.lowerFooter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.ce_intro_section p a {
  transition: 0.3s ease;
  text-decoration: underline;
}
.ce_intro_section p a:hover {
  color: #d21112;
}

.ce_outro_section .bgImage {
  height: 100dvh;
}

.bgImage picture {
  display: block;
  width: 100%;
  height: 100%;
}
.bgImage picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  height: 14px;
  margin: 8px;
}

#fp-nav ul li a span {
  width: 8px;
  height: 8px;
  opacity: 0.6;
}

#fp-nav ul li .fp-tooltip {
  top: -4px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 12px;
  height: 12px;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}

.swiper-pagination-bullet-active {
  background: white;
}

.swp {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.stt--hidden {
  opacity: 0;
  transform: translateY(200%);
}

.mod_changelanguage {
  margin-left: auto;
  margin-right: 2rem;
  margin-top: 0.5rem;
}
@media (min-width: 1280px) {
  .mod_changelanguage {
    margin-left: unset;
  }
}

.langSwitcher {
  position: relative;
}
.langSwitcher.active .langSwitcher__select {
  opacity: 100;
  visibility: visible;
}

.langSwitcher > div {
  border-color: rgb(var(--color-primary));
  color: rgb(var(--color-primary));
}

/*# sourceMappingURL=styles.css.map */
