@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=fbd13a2f-e115-469b-930f-d5f1087ab785");
@font-face {
  font-family: "Helvetica Neue LT W05_35 Thin";
  src: url("../fonts/7d63ccf8-e0ae-4dee-ad4d-bbc798aa5803.woff2") format("woff2"), url("../fonts/b2c1327f-ab3d-4230-93d7-eee8596e1498.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT W05_45 Light";
  src: url("../fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("../fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT W05_65 Medium";
  src: url("../fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("../fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT W05_75 Bold";
  src: url("../fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"), url("../fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
}
@font-face {
  font-family: "Mokoko";
  src: url("../fonts/Mokoko_W_Th.woff2") format("woff2"), url("../fonts/Mokoko_W_Th.woff") format("woff");
}
:root {
  --fontMedium: "Helvetica Neue LT W05_65 Medium";
  --fontThin: "Helvetica Neue LT W05_35 Thin";
  --fontLight: "Helvetica Neue LT W05_45 Light";
  --fontBold: "Helvetica Neue LT W05_75 Bold";
  --fontAlternative: "Mokoko";
  --headerHeight: 8.5rem;
  --colorBlack: #2B2E34;
  --colorGreen: #00F88F;
  --colorWhite: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  :root {
    --headerHeight: 7rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 1vw;
  overflow-x: hidden;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.55vw;
  }
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-family: var(--fontMedium);
  color: var(--colorBlack);
}

html,
body {
  height: 100vh;
  background-color: #fff;
}

.smoothScroll {
  overflow: hidden !important;
}

.content {
  height: 100%;
  overflow: hidden;
  display: flex;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .content {
    height: auto;
    overflow: visible;
    left: auto;
    display: block;
  }
}

.content {
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content {
    height: auto;
    display: block;
  }
}

/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

img {
  border: 0;
  pointer-events: none;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

.logo {
  position: fixed;
  width: 7.2rem;
  left: 3rem;
  top: 3rem;
  z-index: 99;
  cursor: pointer;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .logo {
    position: absolute;
    width: 8.3rem;
    left: 2.5rem;
    top: 2.5rem;
  }
}
.logo .pluspath {
  transition: fill 100ms ease-out;
}
.logo.whiteplus .pluspath {
  fill: #FFFFFF;
}

.burger-nav .inline-svg .svg-menu-toggle {
  fill: var(--colorBlack);
  pointer-events: all;
  cursor: pointer;
}
.burger-nav .inline-svg .svg-menu-toggle .bar {
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0);
  opacity: 1;
  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.burger-nav .inline-svg .svg-menu-toggle .bar:nth-of-type(1) {
  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;
}
.burger-nav .inline-svg .svg-menu-toggle .bar:nth-of-type(3) {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
}

.burger-nav.is-active .inline-svg .svg-menu-toggle .bar:nth-of-type(1) {
  -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
  transform: rotate(-45deg) translateY(0) translateX(0);
}
.burger-nav.is-active .inline-svg .svg-menu-toggle .bar:nth-of-type(2) {
  opacity: 0;
}
.burger-nav.is-active .inline-svg .svg-menu-toggle .bar:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
  transform: rotate(45deg) translateY(0em) translateX(0em);
}

.inline-svg {
  display: block;
  margin: 0 auto;
}

.burger-nav {
  --burgerSize: 7rem;
  position: fixed;
  background-color: var(--colorGreen);
  right: 2.7rem;
  bottom: 2.7rem;
  width: var(--burgerSize);
  height: var(--burgerSize);
  border-radius: 50%;
  z-index: 999;
  transition: right 300ms 200ms ease-out, width 300ms 200ms ease-out, height 300ms 200ms ease-out, border-radius 300ms 200ms ease-out, background-color 100ms ease-out;
  display: none;
  box-shadow: -0.2rem 0.2rem 0.8rem 0rem rgba(0, 0, 0, 0.11);
}
.burger-nav.white {
  background-color: var(--colorWhite);
}
.burger-nav .inline-svg {
  position: fixed;
  width: 4.5rem;
  height: auto;
  right: 3.3rem;
  bottom: 5.15rem;
  display: none;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .burger-nav .inline-svg {
    display: block;
  }
}
.burger-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  text-align: right;
  position: absolute;
  right: 2.7rem;
  bottom: 3rem;
  opacity: 0;
  transition: opacity 200ms ease-out;
  pointer-events: none;
}
.burger-nav ul li {
  margin: 4.3rem 0;
}
.burger-nav.is-active {
  width: 18.7rem;
  right: 0;
  height: 34rem;
  border-radius: 0;
  transition: right 300ms ease-out, width 300ms ease-out, height 300ms ease-out, border-radius 300ms ease-out;
}
.burger-nav.is-active ul {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 200ms 300ms ease-out;
}
@media only screen and (max-width: 768px) {
  .burger-nav {
    display: block;
  }
}

nav {
  -webkit-transform: translateY(-0.7rem);
          transform: translateY(-0.7rem);
  position: fixed;
  height: var(--headerHeight);
  padding-right: 3rem;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  nav {
    display: none;
  }
}
nav ul {
  list-style-type: none;
  margin: 0 0 0 auto;
  padding: 0;
  justify-content: flex-end;
  width: 100%;
  font-size: 0.95rem;
  display: flex;
}
nav ul li {
  list-style-type: none;
  margin: 0 0 0 2em;
  padding: 0;
  cursor: pointer;
  /*
  &:first-letter {
  	color: var(--colorGreen);
  }
  */
}
nav ul li[data-id=start] {
  display: none;
}
nav ul li.current {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
nav ul li:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

main {
  display: flex;
  flex-wrap: nowrap !important;
}
@media only screen and (max-width: 768px) {
  main {
    flex-direction: column;
  }
}
main section {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0 !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main section {
    height: auto;
  }
}
.preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 99;
  opacity: 0.3;
}

h2 {
  text-align: left;
  font-size: 7rem;
  font-family: "Helvetica Neue LT W05_75 Bold";
  line-height: 1.1;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 5.6rem;
  }
}
h2 .word {
  display: inline-block;
}
h2 span[data-word=ipsum] {
  color: var(--colorGreen);
}

h3 {
  text-align: left;
  font-size: 2.65rem;
  font-family: "Helvetica Neue LT W05_75 Bold";
  line-height: 1.18;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  h3 {
    line-height: 1.2;
  }
}

.plus {
  width: 2.8rem;
  height: auto;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .plus {
    width: 3.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .letter {
    display: none;
  }
}

.letter_m {
  position: absolute;
  width: 52rem;
  top: 26rem;
  left: 10.1rem;
  height: auto;
  z-index: -2;
}

.letter_a {
  position: absolute;
  width: 36rem;
  bottom: 12rem;
  left: -16.5rem;
  height: auto;
  z-index: -2;
}

.letter_j {
  position: absolute;
  width: 10rem;
  top: -8.5rem;
  left: 40.7rem;
  height: auto;
  z-index: -2;
}

.letter_o {
  position: absolute;
  width: 48rem;
  bottom: -10.5rem;
  right: 14.9rem;
  height: auto;
  z-index: -2;
}

#start {
  width: 200vw;
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #start {
    width: 100%;
    grid-template-columns: 100%;
    padding-bottom: 3.5rem;
  }
}

#start .screen_1 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #start .screen_1 {
    display: block;
  }
}
#start .screen_1 h2 {
  width: 52.7rem;
  margin-top: var(--headerHeight);
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #start .screen_1 h2 {
    margin-top: 19.5rem;
    margin-left: 3.7rem;
    width: auto;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    font-size: 5.3rem;
    /*
    .word:first-child {
    	color: var(--colorGreen);
    }*/
  }
}
#start .screen_1 .startimage {
  position: absolute;
  top: var(--headerHeight);
  width: 100%;
  height: calc(100% - var(--headerHeight));
  font-size: 0;
  line-height: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
@media only screen and (max-width: 768px) {
  #start .screen_1 .startimage {
    height: 21.2rem;
  }
}
#start .screen_1 .startimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottle01 {
  width: 28rem;
  position: absolute;
  z-index: -1;
  top: -43.5rem;
  left: 97.05rem;
}

#start .screen_2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #start .screen_2 {
    padding-right: 0;
  }
}
#start .screen_2 h3 {
  width: 56.6rem;
  position: relative;
  margin: 0;
  margin-top: calc(var(--headerHeight) * 0.4);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #start .screen_2 h3 {
    width: auto;
    position: relative;
    margin: 0;
    margin-top: 12.3rem;
    margin-left: 5.9rem;
    margin-right: 3rem;
    z-index: 2;
  }
}
#start .screen_2 h3 .plus {
  left: -2.8rem;
  top: -3.3rem;
}
@media only screen and (max-width: 768px) {
  #start .screen_2 h3 .plus {
    left: -3.2rem;
    top: -4rem;
  }
}

.bottle02 {
  width: 25.5rem;
  position: absolute;
  z-index: -1;
  bottom: -51rem;
  left: 206.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#leistungen {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #leistungen {
    padding-right: 0;
    display: block;
  }
}

.sidetext {
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 16rem;
  line-height: 1.3;
  font-family: var(--fontAlternative);
  color: var(--colorGreen);
  left: 30rem;
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .sidetext {
    position: relative;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: auto;
    height: auto;
    font-size: 9rem !important;
    display: block;
  }
}

.bottle03 {
  width: 28rem;
  position: absolute;
  z-index: -1;
  top: -57.5rem;
  left: 336rem;
}

#referenzen {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #referenzen {
    flex-direction: column;
  }
}
#referenzen .sidetext {
  left: 60rem;
}
@media only screen and (max-width: 768px) {
  #referenzen .sidetext {
    left: 0;
    order: 2;
  }
}
#referenzen h3 {
  width: 12em;
  margin-left: 8rem;
  margin-right: auto;
  z-index: 2;
  position: relative;
  margin-top: -0.25em;
}
@media only screen and (max-width: 768px) {
  #referenzen h3 {
    width: auto;
    margin-left: 5.8rem;
    order: 1;
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
}
#referenzen h3 .plus {
  left: -2.8rem;
  top: -3.3rem;
}
#referenzen .logos {
  position: absolute;
  left: calc(100% - 4rem);
  top: 17rem;
  width: 59rem;
  flex-wrap: wrap;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #referenzen .logos {
    position: relative;
    order: 3;
    left: auto;
    top: auto;
    width: auto;
    margin-left: 11rem;
    margin-top: 7rem;
  }
}
#referenzen .logos img {
  width: auto;
  height: 3.4rem;
  max-width: 14rem;
  margin-bottom: 3.5rem;
  margin-right: 4rem;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #referenzen .logos img {
    height: 3.9rem;
    max-width: 16rem;
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #referenzen .logos img:nth-child(3) {
    margin-left: 3rem;
  }
}
#referenzen .logos img:nth-child(5) {
  margin-left: -9rem;
}
@media only screen and (max-width: 768px) {
  #referenzen .logos img:nth-child(5) {
    margin-left: 7.5rem;
  }
}
#referenzen .logos img:nth-child(6) {
  max-width: 30rem;
  /*
  @media only screen and (max-width: 768px) {
  	margin-right: auto;
  	margin-left: auto;
  	max-width: 32rem;	
  }
  */
}
#referenzen .logos img:nth-child(8) {
  height: 2.8rem;
}
#referenzen .logos img:nth-child(9) {
  max-width: 19rem;
}
@media only screen and (max-width: 768px) {
  #referenzen .logos img:nth-child(9) {
    max-width: 26rem;
  }
}
#referenzen .logos img:nth-child(10) {
  margin-top: -0.3rem;
}
@media only screen and (max-width: 768px) {
  #referenzen .logos img:nth-child(10) {
    max-width: 13rem;
  }
}
#referenzen .logos img:nth-child(12) {
  margin-left: 5rem;
}
@media only screen and (max-width: 768px) {
  #referenzen .logos img:nth-child(12) {
    margin-left: 0;
  }
}
#referenzen .logos .plus {
  left: -2.8rem;
  top: -3.3rem;
}

.wordpairs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  font-family: var(--fontThin);
  margin-top: auto;
  margin-bottom: auto;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .wordpairs {
    margin-top: 1.6rem;
  }
}
.wordpairs .plus {
  width: 100%;
  position: relative;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.wordpairs li {
  list-style-type: none;
  padding: 0.5rem 0;
  margin: 0;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 2rem 13rem;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  /*
  &.switcher {
  	color: var(--colorGreen);
  	font-family: var(--fontBold);
  }
  */
}
@media only screen and (max-width: 768px) {
  .wordpairs li {
    grid-template-columns: 46% 2rem 1fr;
    padding: 0.83rem 0;
    gap: 2rem;
  }
}
.wordpairs li span {
  display: block;
  line-height: 1.3;
}
.wordpairs li span:first-child {
  text-align: right;
}
.wordpairs li span:last-child {
  text-align: left;
}
.wordpairs li span em {
  font-style: normal;
}
.wordpairs li span strong {
  font-weight: normal;
  display: none;
  font-family: var(--fontBold);
  color: var(--colorGreen);
}
.wordpairs li:hover .plus path {
  fill: var(--colorBlack);
}
.wordpairs li:hover span em {
  display: none;
}
.wordpairs li:hover span strong {
  display: inline;
}

.pin-spacer {
  position: static !important;
}

#workshops {
  width: 200vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #workshops {
    width: 100%;
    grid-template-columns: 100%;
  }
}

.bottle04 {
  width: 28rem;
  position: absolute;
  z-index: -1;
  bottom: -51rem;
  left: 470.05rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#workshops .screen_1 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #workshops .screen_1 {
    margin-top: 0;
  }
}
#workshops .screen_1 .sidetext {
  left: 55rem;
}
@media only screen and (max-width: 768px) {
  #workshops .screen_1 .sidetext {
    left: auto;
    font-size: 9rem;
  }
}
#workshops .screen_1 h3 {
  width: 19em;
  margin-left: auto;
  margin-right: -45.8rem;
  z-index: 2;
  position: relative;
  margin-top: 10.7rem;
}
@media only screen and (max-width: 768px) {
  #workshops .screen_1 h3 {
    margin-right: 0;
    width: auto;
    margin-left: 4rem;
    margin-top: 4.5rem;
  }
}

.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 3rem;
  height: 3rem;
  z-index: -1;
  pointer-events: none;
}
.pulsating-circle:before {
  content: "";
  position: absolute;
  display: block;
  width: 500%;
  height: 500%;
  margin-left: -200%;
  margin-top: -200%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid var(--colorGreen);
  -webkit-animation: pulse-ring 3.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 3.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  display: block;
  width: 300%;
  height: 300%;
  margin-left: -100%;
  margin-top: -100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid var(--colorGreen);
  -webkit-animation: pulse-ring-two 3.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring-two 3.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-ring-two {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    opacity: 0;
  }
  29% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-ring-two {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    opacity: 0;
  }
  29% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#workshops .screen_2 {
  position: relative;
}
#workshops .screen_2 .workshops_image {
  width: 46rem;
  height: calc(100vh - 29rem);
  position: absolute;
  left: 3.3rem;
  top: 26.2rem;
}
@media only screen and (max-width: 768px) {
  #workshops .screen_2 .workshops_image {
    top: auto;
    left: auto;
    margin-left: 4rem;
    margin-top: 4rem;
    width: 73%;
    height: 21rem;
    position: relative;
  }
}
#workshops .screen_2 .workshops_image .plus {
  position: relative;
}
#workshops .screen_2 .workshops_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#workshops .screen_2 .workshops_image .cta-button {
  width: 12em;
  opacity: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: -3.1rem;
  left: 2.6rem;
}
#workshops .screen_2 .workshops_image .plus_button {
  position: absolute;
  right: -3.8rem;
  top: -3.4rem;
  display: flex;
  flex-direction: column;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  #workshops .screen_2 .workshops_image .plus_button {
    right: -18.8rem;
    /* width: 12rem; */
    top: -8.4rem;
  }
}
#workshops .screen_2 .workshops_image .plus_button:hover .cta-button {
  opacity: 1;
}

#kontakt {
  width: 200vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #kontakt {
    width: 100%;
    grid-template-columns: 100%;
  }
}

#kontakt .screen_1 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_1 {
    display: block;
    margin-top: 3rem;
  }
}
#kontakt .screen_1 .green__background {
  position: absolute;
  height: 100%;
  left: 11%;
  width: 118%;
  background-color: var(--colorGreen);
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_1 .green__background {
    left: 0;
    width: 100%;
    top: 21%;
    height: 86%;
  }
}
#kontakt .screen_1 .sidetext {
  left: -34.5rem;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_1 .sidetext {
    left: auto;
    font-size: 12rem;
  }
}
#kontakt .screen_1 .profiles {
  display: flex;
  flex-direction: column;
  width: 44rem;
  margin-left: 3.2rem;
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_1 .profiles {
    width: calc(100% - 8rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
#kontakt .screen_1 .profiles .single__profile {
  display: grid;
  grid-template-columns: 36vh 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
  gap: 3rem;
  margin: 1rem 0;
  position: relative;
}
#kontakt .screen_1 .profiles .single__profile .plus {
  bottom: -2.4rem;
  left: calc(36vh + 3rem);
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_1 .profiles .single__profile .plus {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_1 .profiles .single__profile {
    width: calc(50% - 0.5rem);
    grid-template-columns: 100%;
    grid-auto-rows: auto;
    gap: 2rem;
  }
}
#kontakt .screen_1 .profiles .single__profile .profile__image {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
}
#kontakt .screen_1 .profiles .single__profile .profile__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
#kontakt .screen_1 .profiles .single__profile .profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#kontakt .screen_1 .profiles .single__profile .profile__text {
  font-size: 1.43rem;
  font-family: var(--fontLight);
  line-height: 1.388;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#kontakt .screen_1 .profiles .single__profile .profile__text h2 {
  font-family: var(--fontLight);
  font-weight: 400;
  font-size: 2.8rem;
  margin: 0;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_1 .profiles .single__profile .profile__text h2 {
    font-size: 2.5rem;
  }
}
#kontakt .screen_1 .profiles .single__profile .profile__text h3 {
  font-family: var(--fontBold);
  font-weight: 400;
  font-size: 1.43rem;
  margin: 0;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 768px) {
  #kontakt .screen_1 .profiles .single__profile:last-child .profile__text {
    justify-content: flex-end;
  }
  #kontakt .screen_1 .profiles .single__profile:last-child .profile__text h2 {
    order: 10;
    margin-bottom: 0;
    margin-top: 0.5em;
  }
  #kontakt .screen_1 .profiles .single__profile:last-child .profile__text h3 {
    order: 5;
    margin-bottom: 0;
    margin-top: 0.6em;
  }
}
#kontakt .screen_1 h3 {
  width: 14em;
  margin-left: auto;
  margin-right: -20.3rem;
  z-index: 2;
  position: relative;
  margin-top: -2em;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_1 h3 {
    margin-top: 0;
    margin-right: 0;
    width: auto;
    margin-left: 6rem;
    margin-right: 4rem;
    margin-top: 10.5rem;
  }
}
#kontakt .screen_1 h3 .plus {
  left: -2.8rem;
  top: -3.3rem;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_1 h3 .plus {
    left: -3.5rem;
    top: -3.5rem;
  }
}

@-webkit-keyframes borderAnimation {
  0% {
    width: 0%;
    left: 4%;
    right: auto;
  }
  40% {
    width: 92%;
    left: 4%;
    right: auto;
  }
  60% {
    width: 92%;
    right: 4%;
    left: auto;
  }
  100% {
    width: 0%;
    right: 4%;
    left: auto;
  }
}

@keyframes borderAnimation {
  0% {
    width: 0%;
    left: 4%;
    right: auto;
  }
  40% {
    width: 92%;
    left: 4%;
    right: auto;
  }
  60% {
    width: 92%;
    right: 4%;
    left: auto;
  }
  100% {
    width: 0%;
    right: 4%;
    left: auto;
  }
}
.sidetext__mail {
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 10vh;
  height: 100vh;
  line-height: 1.3;
  font-family: var(--fontBold);
  color: var(--colorBlack);
  left: 54rem;
  text-decoration: none;
}
.sidetext__mail svg {
  position: absolute;
  width: 0.75em;
  height: auto;
  left: 0.7em;
  top: 6.4em;
  opacity: 0;
  -webkit-transform: translateY(-1em) rotate(180deg);
          transform: translateY(-1em) rotate(180deg);
  transition: opacity 200ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 200ms ease-out, transform 400ms ease-out;
  transition: opacity 200ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
.sidetext__mail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.02em;
  top: 4vh;
  /* transform: translate(10px, 10px); */
  width: 0.4em;
  z-index: -1;
  height: calc(0% - 8vh);
  background-color: #EFECDB;
  transition: height 400ms ease-out;
}
@media only screen and (max-width: 768px) {
  .sidetext__mail:before {
    height: 0.4em;
    width: 0%;
    left: 4%;
    -webkit-animation-name: borderAnimation;
            animation-name: borderAnimation;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
@media only screen and (min-width: 768px) {
  .sidetext__mail:hover svg {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
  }
  .sidetext__mail:hover:before {
    height: calc(100% - 8vh);
  }
}
@media only screen and (max-width: 768px) {
  .sidetext__mail {
    position: relative;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 2rem;
    left: auto;
    font-size: 3.7rem;
    left: auto;
    margin-top: 3rem;
    display: block;
    height: auto;
  }
}

.cta-button {
  border: 3px solid var(--colorGreen);
  color: var(--colorGreen);
  text-decoration: none;
  font-family: var(--fontBold);
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.5em 2em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color 200ms ease-out;
}
.cta-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorGreen);
  z-index: -1;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.cta-button:hover {
  color: var(--colorWhite);
}
.cta-button:hover:before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#kontakt .screen_2 {
  position: relative;
  z-index: 2;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_2 {
    display: block;
  }
}
#kontakt .screen_2 .contact__with-cta {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 43rem;
  text-align: left;
  margin-bottom: 15rem;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_2 .contact__with-cta {
    margin-left: 11rem;
    margin-bottom: 0;
    margin-top: 17rem;
    margin-right: 4rem;
  }
}
#kontakt .screen_2 .contact__with-cta h3 {
  width: 10em;
  z-index: 2;
  position: relative;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_2 .contact__with-cta h3 {
    width: auto;
  }
}
#kontakt .screen_2 .contact__with-cta h3 .plus {
  left: -3rem;
  bottom: -2.5rem;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_2 .contact__with-cta h3 .plus {
    left: -3.5rem;
    bottom: -3rem;
  }
}
#kontakt .screen_2 .addresses {
  border-left: 2px solid var(--colorGreen);
  margin-right: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  height: calc(100vh - var(--headerHeight));
  width: 27rem;
  text-align: left;
  padding-left: 5.6rem;
  font-size: 1.4rem;
  font-family: var(--fontLight);
  padding-top: 3.2rem;
  line-height: 1.32;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_2 .addresses {
    border-left: 0;
    border-top: 2px solid var(--colorGreen);
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.5rem;
    padding-left: 0;
    height: auto;
  }
}
#kontakt .screen_2 .addresses .addresses__top {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_2 .addresses .addresses__top {
    width: 17rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#kontakt .screen_2 .addresses .addresses__top > div {
  position: relative;
}
#kontakt .screen_2 .addresses .addresses__top .plus {
  left: -2rem;
  top: -1.5rem;
  width: 2.1rem;
}
#kontakt .screen_2 .addresses .addresses__top p {
  margin: 3em 0;
}
#kontakt .screen_2 .addresses .addresses__top p a {
  color: inherit;
  text-decoration: none;
}
#kontakt .screen_2 .addresses .addresses__top strong {
  font-weight: normal;
  font-family: var(--fontBold);
  color: var(--colorGreen);
}
#kontakt .screen_2 .addresses .addresses__bottom {
  margin-bottom: 0;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_2 .addresses .addresses__bottom {
    width: 100%;
    padding: 0 3rem 10rem 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
}
#kontakt .screen_2 .addresses .addresses__bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 0.95rem;
  justify-content: space-between;
  padding-right: 3rem;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_2 .addresses .addresses__bottom ul {
    font-size: 1.4rem;
    padding-right: 0;
  }
}
#kontakt .screen_2 .addresses .addresses__bottom ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #kontakt .screen_2 .addresses .addresses__bottom ul li {
    margin: 0.4rem 0;
  }
}
#kontakt .screen_2 .addresses .addresses__bottom ul li a {
  color: var(--colorBlack);
  text-decoration: none;
}

.bottle {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 999;
}
.bottle img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .bottle {
    display: none;
  }
}
