h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0em;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #000;
  font-weight: 700;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
}

.heading {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  overflow: visible;
  height: auto;
  max-height: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.1em;
  mix-blend-mode: normal;
}

.heading:hover {
  opacity: 0;
}

.body {
  display: block;
  margin: 0px;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 150px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -ms-grid;
  display: grid;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 16px;
  mix-blend-mode: normal;
}

.paragraph {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  opacity: 1;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  mix-blend-mode: difference;
}

.paragraph:hover {
  overflow: auto;
  height: auto;
  background-color: transparent;
}

.div-block {
  display: block;
  text-decoration: none;
}

.main-text {
  display: block;
  overflow: auto;
  height: 93%;
  border-radius: 5px;
  background-color: rgba(60, 255, 135, 0.75);
  box-shadow: 0 0 9px 15px rgba(60, 255, 135, 0.75);
  opacity: 1;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide {
  background-image: url('../images/aromygallery_maja-hottarek_web_12.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  position: relative;
  overflow: visible;
  width: auto;
  height: 100%;
  background-image: url('../images/aromygallery_maja-hottarek_web_12.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1.additional-slides {
  background-image: url('../images/aromygallery_maja-hottarek_web_16.jpg');
}

.slide-2 {
  height: 100%;
  background-image: url('../images/aromygallery_maja-hottarek_web_15.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  background-color: transparent;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-3 {
  height: 100%;
  background-image: url('../images/aromygallery_maja-hottarek_web_16.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask {
  overflow: visible;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 10% 2% 2%;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.header {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  height: auto;
  padding-top: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  mix-blend-mode: difference;
}

.header:hover {
  display: block;
  overflow: visible;
}

.navbar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 112;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  line-height: 1.2rem;
  mix-blend-mode: normal;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  width: 16.85%;
  margin-left: 20px;
  padding: 0px 0px 10px;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0vh;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 0%;
  margin-right: 2vw;
  margin-left: 2vw;
  padding: 0px 0% 1vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #000;
  mix-blend-mode: normal;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  margin-top: 0px;
  margin-right: 1.2vw;
  margin-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.1em;
  mix-blend-mode: normal;
}

.dropdown-toggle {
  left: 0px;
  width: 100%;
  height: 2vh;
  padding: 0px 0px 10px;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  letter-spacing: 0em;
  mix-blend-mode: normal;
}

.dropdown-list-long {
  overflow: scroll;
  width: auto;
  height: 85vh;
  margin-bottom: 2.4vh;
  border-radius: 0px;
  background-color: rgba(60, 255, 135, 0.75);
}

.dropdown-list-long.w--open {
  overflow: visible;
  width: 15vw;
  height: 50vh;
  margin-bottom: 2.4vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.dropup-text {
  position: absolute;
  width: 100%;
  padding: 0px;
  background-color: transparent;
}

.greenblock {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: scroll;
  height: auto;
  min-height: 50vh;
  margin-top: 0px;
  padding: 1vh 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: rgba(60, 255, 135, 0.75);
  box-shadow: 0 0 10px 10px rgba(60, 255, 135, 0.75);
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -o-object-fit: fill;
  object-fit: fill;
}

.greenblock.longer_greenblock {
  overflow: auto;
  height: 85vh;
  padding: 1vh 0vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.greenblock_text {
  margin-bottom: 0vh;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0em;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
  overflow: hidden;
}

.right-arrow {
  display: none;
}

.image-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: red;
}

.slider-mask {
  width: 100%;
  height: 100%;
}

.image-slide {
  position: static;
  right: auto;
  overflow: hidden;
  width: 100%;
  height: auto;
  color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.image {
  width: 100%;
  height: 100%;
}

.image-width {
  width: 100%;
  height: auto;
}

.image-height {
  width: auto;
  height: 100%;
  text-align: left;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.icon {
  overflow: hidden;
}

.icon-2 {
  overflow: hidden;
}

.icon-3 {
  overflow: hidden;
}

.icon-4 {
  overflow: hidden;
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.footer-box {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 110;
  display: block;
  width: 100vw;
  height: auto;
  margin: 1.2vh auto 8.1vh;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
}

.section-2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrapper-images {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  padding-right: 2vw;
  padding-left: 2vw;
  background-color: rgba(192, 31, 31, 0);
}

.footer-text {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-size: 0.75rem;
  line-height: 1rem;
}

.wrapper-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.image-flex {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-flex._30 {
  width: 30%;
}

.image-flex.offset {
  margin-top: -50%;
}

.div-block-4 {
  width: 15vw;
  height: 10px;
  margin-right: 1.2vw;
  background-color: transparent;
}

.header-info {
  position: fixed;
  z-index: 50;
  padding-top: 1vh;
  padding-left: 2vw;
}

.header-info:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
}

.link {
  border: 1px none #000;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  border-radius: 0px;
  color: rgba(60, 255, 135, 0.75);
  text-shadow: 14px 14px 0 #000;
}

.nav-link-2 {
  margin-left: 0px;
  color: #000;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.carousel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: auto;
  margin-top: 16%;
  margin-left: 16%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.carousel-breit {
  position: relative;
  display: block;
  overflow: visible;
  width: 48%;
  height: 50vh;
  max-height: none;
  max-width: none;
  margin-top: 16%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-4 {
  width: 100%;
}

.slide-5 {
  position: relative;
}

.image-2 {
  display: inline-block;
  width: 100%;
}

.image-hoch {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-breit {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-5 {
  width: 48%;
}

.image-slide-hoch {
  position: relative;
  overflow: visible;
  width: auto;
  height: auto;
  max-height: none;
  color: #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.mask-2 {
  position: static;
  overflow: hidden;
  width: auto;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.subscribe {
  width: 15vw;
  margin-right: 0vw;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 1em;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.image-hoch-nachbreit {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-6 {
  background-image: url('../images/aromygallery_maja-hottarek_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/aromygallery_maja-hottarek_web_15_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/aromygallery_maja-hottarek_web_16.jpg_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider1 {
  width: 47.4vw;
  height: 60vh;
  margin-top: 32.4vh;
  background-color: transparent;
}

.left-arrow-4 {
  display: none;
}

.right-arrow-4 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.slide-9 {
  background-image: url('../images/isomorphous_drip_kronecouronne-9_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/isomorphous_drip_kronecouronne-6_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/isomorphous_drip_kronecouronne-11_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider2 {
  width: 31.2vw;
  height: 80vh;
  margin-top: 16.2vh;
  margin-right: 0vw;
  margin-left: 16.2vw;
  background-color: transparent;
}

.slider3 {
  width: 47.4vw;
  height: 52vh;
  margin-top: 63.6vh;
  margin-left: 1.2vw;
  background-color: transparent;
}

.slide-12 {
  background-image: url('../images/02_bikinispace_suv-6937_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/18_11_22_wallriss_24.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/18_11_22_wallriss_20.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider4 {
  width: 31.2vw;
  height: 80vh;
  margin-top: 1.2vh;
  background-color: transparent;
}

.slide-15 {
  background-image: url('../images/20_1178_2372.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/20_1178_2394.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/20_1178_2387.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/20_1178_2245.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/20_1178_2403.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider5 {
  width: 47.4vw;
  height: 110vh;
  margin-top: 47.4vh;
  margin-left: 17.4vw;
  background-color: transparent;
}

.slide-20 {
  background-image: url('../images/copia-di-14_web.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/maya_hottarek_16_web.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/maya-hottarek_web.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider6 {
  width: 47.4vw;
  height: 80vh;
  margin-top: 1.2vh;
  margin-left: 16.2vw;
  background-color: transparent;
}

.slide-23 {
  background-image: url('../images/sextoyforalien_web.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/sextoy_web.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-25 {
  background-image: url('../images/sextoy_for_alien65-kopie_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-26 {
  background-image: url('../images/new_life_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-27 {
  background-image: url('../images/new_life2_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider7 {
  width: 47.4vw;
  height: 100vh;
  margin-top: 1.2vh;
  background-color: transparent;
}

.slide-28 {
  background-image: url('../images/20210305_558_web.jpg');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-29 {
  background-image: url('../images/20210305_437_web.jpg');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-30 {
  background-image: url('../images/20210305_519_web.jpg');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider8 {
  width: 31.2vw;
  height: 50vh;
  margin-top: 47.4vh;
  margin-left: 17.3vw;
  background-color: transparent;
}

.slide-31 {
  background-image: url('../images/19-10-29_mayahottarek_07_web.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-32 {
  background-image: url('../images/19-10-29_mayahottarek_22_web.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-33 {
  background-image: url('../images/19-10-29_mayahottarek_02_web.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-34 {
  background-image: url('../images/isomorphous_drip_kronecouronne-10_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-35 {
  background-image: url('../images/enter_sattlekammer_rauber24_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-36 {
  background-image: url('../images/hottarek_maya_da_bafa_2016_4_web.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info {
  position: fixed;
  left: 2vw;
  top: 1vh;
  right: 0%;
  bottom: auto;
  display: block;
  width: 15vw;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.info-link {
  width: 7.5vw;
  font-size: 1rem;
  line-height: 20px;
}

.info-link:hover {
  color: #000;
  text-shadow: 0 0 14px #000;
}

.footer-iphone {
  position: fixed;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 1vh;
  margin-left: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  mix-blend-mode: difference;
}

.nav-text {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  opacity: 1;
  color: #000;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  mix-blend-mode: normal;
}

.headerlogo {
  display: block;
  width: 50vw;
  text-align: left;
}

.headerlogo:hover {
  display: none;
  overflow: visible;
}

.menu-button {
  display: none;
}

.info-phone {
  display: none;
}

.div-block-7 {
  mix-blend-mode: normal;
}

.phone-navbar {
  display: none;
}

.subscribe-link {
  position: relative;
  display: inline-block;
  width: auto;
  height: 2vh;
  margin-left: 1.2vh;
  padding: 0px;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  text-align: right;
}

.subscribe-link:hover {
  color: rgba(60, 255, 135, 0.75);
}

.link-2 {
  height: auto;
}

.greenblock-short {
  height: 20vh;
  padding: 1vh 0vw;
  border-radius: 12px;
  background-color: rgba(60, 255, 135, 0.75);
  box-shadow: 0 0 10px 10px rgba(60, 255, 135, 0.75);
  mix-blend-mode: normal;
}

.header2 {
  position: fixed;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 27vh;
  margin-top: 8.1vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  mix-blend-mode: difference;
}

.header2:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  width: 50vw;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.logo:hover {
  display: block;
  opacity: 0;
}

.collection-list-wrapper {
  display: block;
  width: 15vw;
}

.collection-list-soloshows {
  display: block;
  width: auto;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 1rem;
  line-height: 1.2px;
}

.heading-2 {
  display: block;
  line-height: 1rem;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.title {
  width: auto;
  margin-top: 0vh;
  margin-bottom: 0vh;
  color: #000;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}

.year {
  margin-top: 0vh;
  line-height: 1.2rem;
}

.div-block-8 {
  height: auto;
  margin-top: 2.4vh;
  margin-bottom: 0vh;
  line-height: 1.2rem;
}

.collection-item {
  height: auto;
}

.collection-list {
  height: auto;
  font-size: 1rem;
  line-height: 1.2rem;
}

.heading-4 {
  margin-top: 4.8vh;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 700;
}

.heading-4.withoutspaceontop {
  margin-top: 0vh;
}

.dropdown-list-short {
  overflow: scroll;
  width: auto;
  height: 85vh;
  margin-bottom: 20vh;
  border-radius: 0px;
  background-color: rgba(60, 255, 135, 0.75);
}

.dropdown-list-short.w--open {
  overflow: visible;
  width: 15vw;
  height: 20vh;
  margin-bottom: 2.4vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.dropdown-list {
  overflow: scroll;
  width: auto;
  height: 85vh;
  margin-bottom: 2.4vh;
  border-radius: 0px;
  background-color: rgba(60, 255, 135, 0.75);
}

.dropdown-list.w--open {
  overflow: visible;
  width: 15vw;
  height: 50vh;
  margin-bottom: 2.4vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.div-block-9 {
  margin-bottom: 1.2vh;
}

.link-light {
  font-weight: 400;
}

.link-light:hover {
  font-weight: 400;
}

.collection-list-wrapper-2 {
  font-size: 1.25rem;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100vw;
  margin-top: 1vh;
  margin-right: 2vw;
  margin-left: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
}

.title-phone {
  display: none;
}

.form-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 31.2vw;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-field {
  width: 100vw;
  height: 2.5vh;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0vh 0px;
  border-style: solid;
  border-width: 1px 1px 0.1rem;
  border-color: transparent transparent #000;
  border-radius: 0px;
  background-color: transparent;
  font-weight: 700;
}

.text-field:focus {
  border-width: 0.1rem;
  border-color: transparent transparent rgba(60, 255, 135, 0.75);
}

.text-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.text-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.text-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.text-field::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0vh;
  padding-bottom: 0vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.success-message {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: transparent;
  font-weight: 700;
}

.text-block-3 {
  text-align: left;
}

.error-message {
  position: static;
  width: 2vw;
  height: 2vh;
  margin-top: 0px;
  padding: 0px;
  background-color: #ff0004;
  font-weight: 700;
}

.text-block-4 {
  background-color: red;
  color: red;
}

@media screen and (max-width: 991px) {
  .header {
    display: none;
  }

  .navbar {
    display: none;
    color: #000;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .greenblock_text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .footer-box {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 10vh;
    margin-top: 2.4vh;
    margin-bottom: 5vh;
    padding-bottom: 0vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .footer-text {
    position: relative;
    z-index: 111;
  }

  .header-info {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 2%;
    padding-left: 2%;
  }

  .link {
    color: #000;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-5 {
    width: 48vw;
  }

  .slide-6 {
    background-position: 100% 0%;
    background-size: contain;
  }

  .slider1 {
    width: 79.8vw;
    margin-top: 1.2vh;
  }

  .slider2 {
    margin-top: 12vh;
  }

  .slider3 {
    margin-top: 31.2vh;
  }

  .slide-16 {
    background-position: 0% 0%;
  }

  .slide-17 {
    background-position: 0% 0%;
  }

  .slide-18 {
    background-position: 0% 0%;
  }

  .slide-19 {
    background-position: 0% 0%;
  }

  .slider5 {
    height: 50vh;
  }

  .slider6 {
    width: 79.8vw;
    height: 50vh;
    min-width: 0px;
  }

  .slider7 {
    height: 50vh;
  }

  .slider8 {
    margin-top: 1.2vh;
  }

  .info {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-right: 2vw;
    margin-bottom: 1vh;
    margin-left: 2vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1rem;
    text-align: justify;
  }

  .info-link {
    font-size: 1rem;
    line-height: 1rem;
  }

  .footer-iphone {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 112;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2vw;
    margin-bottom: 1vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    text-align: left;
  }

  .menu-button {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100vw;
    margin-top: 0vh;
    margin-right: 0vw;
    padding: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px none transparent;
    color: #000;
    mix-blend-mode: normal;
  }

  .menu-button.w--open {
    height: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: transparent;
  }

  .menu-button-m {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 113;
    display: block;
    width: 10vw;
    height: auto;
    margin-right: 2vw;
    opacity: 1;
    text-align: left;
    mix-blend-mode: normal;
  }

  .info-phone {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: auto;
    height: auto;
    margin-right: 2vw;
    margin-bottom: 1vh;
    margin-left: 2vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1.25rem;
  }

  .menu-list {
    display: block;
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin-top: -125px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    background-color: rgba(60, 255, 135, 0.75);
    text-align: center;
    mix-blend-mode: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-titel {
    height: auto;
    font-size: 4rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: center;
  }

  .dropdown-toggle-2 {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 5vh 0px;
    text-align: center;
  }

  .dropdown-toggle-2.w--open {
    width: auto;
  }

  .dropdown-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .icon-5 {
    display: none;
  }

  .dropdown-list-text {
    position: relative;
    display: block;
    overflow: scroll;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-list-text.dropdown-height {
    height: auto;
  }

  .dropdown-list-text.dropdown-height2 {
    height: 30vh;
  }

  .dropdown-list-text.dropdown-height3 {
    height: 10vh;
  }

  .mobile-dropdown-list {
    margin-top: 60px;
    font-size: 75%;
    text-align: center;
  }

  .dropdown-list-2 {
    z-index: 110;
    overflow: visible;
    width: auto;
    height: auto;
    background-color: #3cff87;
  }

  .dropdown-list-2.w--open {
    position: relative;
    width: auto;
    height: auto;
    margin: 0px auto;
    text-align: center;
  }

  .dropdown-list-2.dropdown-list-short {
    overflow: scroll;
    width: auto;
    height: 20vh;
    margin-bottom: 0vh;
  }

  .dropdown-list-2.dropdown-list-short.w--open {
    height: 50vh;
    margin-bottom: 0vh;
  }

  .phone-dropdown-4 {
    width: 100vw;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .phone-dropdown {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 70vw;
    min-width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .phone-navbar {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    color: #000;
    text-align: center;
    mix-blend-mode: normal;
  }

  .container-2 {
    position: relative;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: auto;
    min-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menubutton {
    position: fixed;
    z-index: 113;
    margin-right: 2vw;
    padding: 0px;
    background-color: transparent;
    mix-blend-mode: normal;
  }

  .menubutton.w--open {
    z-index: 113;
    display: block;
    padding: 0px 0vw 0px 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: transparent;
    mix-blend-mode: normal;
  }

  .brand-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .phone-nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #3cff87;
  }

  .subscribe-link {
    width: 70vw;
    height: auto;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5vh 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 4rem;
    text-align: center;
  }

  .subscribe-link:hover {
    border: 0px none #000;
    color: rgba(60, 255, 135, 0.75);
    text-shadow: 2px 2px 7px #000;
  }

  .subscribe-link.info-link {
    width: 70vw;
  }

  .dropdown-list-3 {
    height: 50vh;
    background-color: #3cff87;
  }

  .header2 {
    display: none;
    mix-blend-mode: difference;
  }

  .image-3 {
    overflow: hidden;
    width: 17vw;
    height: auto;
  }

  .collection-list-soloshows {
    height: auto;
  }

  .title {
    font-size: 1rem;
    line-height: 1rem;
  }

  .year {
    margin-top: 0vh;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-block-8 {
    height: auto;
    margin-top: 2.4vh;
    margin-bottom: 2.4vh;
  }

  .heading-4 {
    margin-top: 4.8vh;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .heading-4.withoutspaceontop {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .m-button {
    background-color: transparent;
    mix-blend-mode: difference;
  }

  .link-light {
    position: relative;
    z-index: 114;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .collection-list-wrapper-2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-block-10 {
    overflow: scroll;
    width: auto;
    height: 60vh;
    margin-right: auto;
    margin-bottom: 0vh;
    margin-left: auto;
    padding-bottom: 5vh;
    font-size: 1.2rem;
    line-height: 1.25rem;
  }

  .div-block-10-copy {
    overflow: scroll;
    width: auto;
    height: 45vh;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4vh;
    font-size: 1.2rem;
    line-height: 1.25rem;
  }

  .dropdown-list-2-shorter {
    z-index: 110;
    overflow: scroll;
    width: auto;
    height: 5vh;
    background-color: #3cff87;
  }

  .dropdown-list-2-shorter.w--open {
    position: relative;
    width: auto;
    height: 65vh;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dropdown-list-2-shorter.dropdown-list-short {
    overflow: scroll;
    width: auto;
    height: 20vh;
    margin-bottom: 0vh;
  }

  .dropdown-list-2-shorter.dropdown-list-short.w--open {
    height: 50vh;
    margin-bottom: 0vh;
  }

  .div-block-10-portfolio {
    overflow: scroll;
    width: 70vw;
    height: 5vh;
    margin-right: auto;
    margin-bottom: 4vh;
    margin-left: auto;
    padding-bottom: 0vh;
    font-size: 1.2rem;
    line-height: 1.25rem;
  }

  .div-block-11 {
    display: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-botton-x {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 113;
    width: 10vw;
    margin-right: 2vw;
  }

  .title-phone {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96vw;
    margin: 0px auto 2vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
  }

  .div-block-10-articles {
    height: auto;
    margin-bottom: 6vh;
  }

  .text-field {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .text-field.greenblock_text {
    text-align: center;
  }

  .text-block-3 {
    line-height: 1.2rem;
    text-align: center;
  }

  .error-message {
    width: auto;
    background-color: transparent;
  }

  .text-block-4 {
    background-color: transparent;
  }

  .form-block-phone {
    width: 70vw;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 5vh;
  }

  .form-phone {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: none;
  }

  .slide-6 {
    background-size: cover;
  }

  .slider1 {
    overflow: hidden;
    width: 96vw;
    height: 45vh;
    margin-top: 1.2vh;
  }

  .slide-9 {
    overflow: hidden;
    height: 80vh;
    max-height: none;
    padding-right: 0px;
    padding-bottom: 0px;
    background-size: cover;
    -o-object-fit: none;
    object-fit: none;
  }

  .slide-10 {
    background-size: cover;
  }

  .slider2 {
    overflow: hidden;
    width: 96vw;
    margin-top: 1.2vh;
    margin-right: 0vw;
    margin-left: 0vw;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider3 {
    overflow: hidden;
    width: 96vw;
    height: 45vh;
    margin-top: 1.2vh;
    margin-left: 0vw;
  }

  .slider4 {
    overflow: hidden;
    width: 96vw;
  }

  .slide-15 {
    background-size: cover;
  }

  .slide-16 {
    background-size: cover;
  }

  .slide-17 {
    background-size: cover;
  }

  .slide-18 {
    background-size: cover;
  }

  .slide-19 {
    background-size: cover;
  }

  .slider5 {
    overflow: hidden;
    width: 96vw;
    height: 80vh;
    margin-top: 1.2vh;
    margin-left: 0vw;
  }

  .slide-20 {
    background-size: cover;
  }

  .slide-21 {
    background-size: cover;
  }

  .slide-22 {
    background-size: cover;
  }

  .slider6 {
    overflow: hidden;
    width: 96vw;
    height: 45vh;
    margin-left: 0vw;
  }

  .slide-23 {
    background-size: cover;
  }

  .slide-25 {
    background-size: cover;
  }

  .slide-26 {
    background-size: cover;
  }

  .slide-27 {
    background-size: cover;
  }

  .slider7 {
    overflow: hidden;
    width: 96vw;
    height: 85vh;
  }

  .slide-28 {
    position: relative;
    background-size: cover;
  }

  .slide-30 {
    background-size: cover;
  }

  .slider8 {
    overflow: hidden;
    width: 96vw;
    height: 45vh;
    margin-top: 1.2vh;
    margin-left: 0vw;
  }

  .slide-31 {
    background-size: cover;
  }

  .slide-34 {
    background-size: cover;
  }

  .info-link {
    font-size: 1.25rem;
  }

  .footer-iphone {
    display: block;
  }

  .menu-button-m {
    position: fixed;
    z-index: 113;
    margin-right: 2vw;
  }

  .info-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2rem;
  }

  .dropdown-toggle-2 {
    width: 60vw;
  }

  .dropdown-list-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .dropdown-list-2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .phone-navbar {
    display: block;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .menubutton {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 113;
    width: auto;
    margin-right: 0vw;
    mix-blend-mode: normal;
  }

  .phone-nav-menu {
    min-width: auto;
  }

  .header2 {
    display: none;
  }

  .mask-3 {
    position: relative;
  }

  .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96vw;
    height: auto;
    margin-right: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.25rem;
  }

  .heading-4 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-block-10-copy {
    overflow: scroll;
    margin-bottom: 4vh;
    padding-bottom: 0vh;
  }

  .div-block-11 {
    display: none;
  }

  .menu-botton-x {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 113;
    display: block;
    width: 10vw;
    margin-right: 2vw;
  }

  .title-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 96vw;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
  }

  .div-block-10-articles {
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .footer-box {
    margin-top: 1.2vh;
    padding-bottom: 0vh;
    font-size: 0.75rem;
  }

  .slide-6 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-7 {
    background-position: 0% 50%;
  }

  .slide-8 {
    background-position: 0% 50%;
  }

  .slider1 {
    width: 96vw;
    height: 40vh;
  }

  .slide-9 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-10 {
    background-position: 50% 50%;
  }

  .slide-11 {
    background-position: 50% 100%;
  }

  .slider2 {
    width: 96vw;
    height: 80vh;
    margin-top: 1.2vh;
    margin-left: 0vw;
  }

  .slider3 {
    width: 96vw;
    height: 40vh;
    margin-top: 1.2vh;
  }

  .slider4 {
    width: 96vw;
    height: 80vh;
  }

  .slide-15 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-16 {
    background-position: 50% 50%;
  }

  .slide-17 {
    background-position: 50% 50%;
  }

  .slide-18 {
    background-position: 50% 50%;
  }

  .slide-19 {
    background-position: 50% 50%;
  }

  .slider5 {
    width: 96vw;
    margin-top: 1.2vh;
    margin-left: 0vw;
  }

  .slide-20 {
    background-position: 50% 50%;
  }

  .slide-21 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-22 {
    background-position: 50% 50%;
  }

  .slider6 {
    width: 96vw;
    height: 40vh;
    margin-left: 0vw;
  }

  .slide-23 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-24 {
    background-position: 0% 50%;
  }

  .slide-25 {
    background-position: 50% 50%;
  }

  .slide-26 {
    background-position: 50% 50%;
  }

  .slide-27 {
    background-position: 50% 50%;
  }

  .slider7 {
    width: 96vw;
    height: 80vh;
  }

  .slide-28 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-29 {
    background-position: 50% 100%;
  }

  .slide-30 {
    background-position: 50% 100%;
  }

  .slider8 {
    width: 96vw;
    height: 40vh;
    margin-top: 1.2vh;
    margin-left: 0vw;
  }

  .slide-31 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-32 {
    background-position: 100% 50%;
  }

  .slide-33 {
    background-position: 100% 50%;
  }

  .slide-34 {
    background-position: 50% 50%;
  }

  .slide-35 {
    background-position: 100% 50%;
  }

  .slide-36 {
    background-position: 100% 50%;
  }

  .info-link {
    width: auto;
  }

  .footer-iphone {
    z-index: 113;
    display: block;
  }

  .menu-button-m {
    position: fixed;
    z-index: 113;
    width: 25vw;
    margin-right: 2vw;
  }

  .info-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 1.2px;
  }

  .dropdown-titel {
    position: static;
    margin-right: auto;
    margin-left: auto;
    font-size: 3rem;
  }

  .dropdown-toggle-2 {
    width: auto;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 8vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
    text-align: center;
  }

  .dropdown-toggle-2.w--open {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .dropdown-list-text {
    width: auto;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .dropdown-list-text.dropdown-height3 {
    height: 13vh;
  }

  .phone-dropdown {
    width: 96vw;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 0vh;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .phone-navbar {
    z-index: 111;
  }

  .menubutton {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 113;
    display: block;
    width: auto;
    margin-right: 0vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    mix-blend-mode: normal;
  }

  .menubutton.w--open {
    position: absolute;
    z-index: 114;
    mix-blend-mode: normal;
  }

  .phone-nav-menu {
    height: 100vh;
    min-width: auto;
    padding-top: 15vh;
  }

  .subscribe-link {
    height: 10vh;
    margin-bottom: 4vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
    font-size: 3rem;
  }

  .link-3 {
    width: 50vw;
    height: auto;
  }

  .collection-list-soloshows {
    overflow: visible;
  }

  .title {
    line-height: 1.6rem;
    font-weight: 700;
  }

  .div-block-8 {
    overflow: scroll;
  }

  .div-block-10 {
    width: auto;
    height: 65vh;
    margin-top: -4vh;
    margin-bottom: 4vh;
    padding-bottom: 0vh;
  }

  .div-block-10-copy {
    width: auto;
    height: 45vh;
    margin-top: -2vh;
    margin-bottom: 4vh;
    padding-bottom: 0vh;
  }

  .div-block-10-portfolio {
    width: auto;
    height: 5vh;
    margin-top: -2vh;
    margin-bottom: 4vh;
    padding-bottom: 0vh;
  }

  .div-block-11 {
    display: none;
    width: 100vw;
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-4 {
    display: block;
  }

  .menu-botton-x {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 113;
    display: block;
    width: 25vw;
    margin-right: 2vw;
    text-align: left;
  }
}

