body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.1;
}

h1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.page-wrapper {
  overflow: hidden;
}

.hero-section {
  position: relative;
  display: block;
  width: 100vw;
  height: 90vh;
  margin-top: 10vh;
  background-image: url('../images/Handy-Reparatur.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.verdunkelt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.64);
  -webkit-filter: brightness(53%);
  filter: brightness(53%);
  color: #fff;
  text-align: center;
}

.heading {
  position: relative;
  z-index: 2;
  margin-top: 0.07em;
  margin-bottom: 0.2em;
  color: #fff;
  font-size: 4.9em;
  font-weight: 400;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 10vh;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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;
}

.hero-subheader {
  font-size: 2.7em;
}

.div-block-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2._2 {
  width: 57vw;
}

.hero-button {
  width: 22vw;
  padding: 0.9em 1.5em;
  border-radius: 0.3em;
  background-color: #00a4ea;
  font-size: 1.5em;
  text-align: center;
}

.hero-button.letzte {
  display: none;
}

.hero-button._2 {
  width: 26vw;
}

.hero-button._3 {
  width: 56vw;
  font-size: 1.4em;
}

.hero-button._3.darum {
  margin-top: 1em;
  margin-bottom: 2em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}

.hero-button._3.z {
  margin-top: 1em;
  margin-bottom: 1em;
}

.hero-button.zwei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -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;
  font-size: 1em;
}

.image {
  position: relative;
  z-index: 1;
  width: 15vw;
  max-width: none;
  background-color: hsla(0, 0%, 100%, 0);
}

.image.linked {
  width: 15vw;
  margin-right: 4.6em;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.navlink {
  color: #000;
  font-size: 1.2em;
}

.navlink.pc {
  color: #3b3871;
  font-weight: 600;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3.men {
  width: 40vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  padding: 1.8em 1.6em;
  -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;
  border-radius: 1.1em;
  background-color: #00a4ea;
  font-size: 0.5em;
  text-align: center;
  cursor: pointer;
}

.kontaktk {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 20%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 19vh;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  -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;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0em;
  border-bottom-left-radius: 0.5em;
  background-color: #00e009;
  cursor: pointer;
}

.heading-2 {
  position: relative;
  margin: 0px 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
}

.div-block-4 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 4vw;
  padding-top: 22.2em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.handy-reparatur {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding-top: 3.3em;
  padding-bottom: 3.3em;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  position: relative;
  color: #000;
  font-size: 2.7em;
  font-weight: 500;
}

.heading-3._2 {
  margin-bottom: 0.3em;
  font-size: 3.1em;
}

.heading-3._2.he {
  margin-bottom: 0.6em;
  font-size: 2.9em;
}

.heading-3._2.he.ulm {
  color: #fff;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4d4d4d;
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: 400;
}

.heading-4._2 {
  margin-bottom: 1.2em;
  color: #525252;
  font-size: 1.5em;
  text-align: center;
}

.heading-4._3 {
  margin-bottom: 3em;
  color: #999;
  font-size: 1em;
  text-align: center;
}

.heading-4._3.z {
  width: 83%;
  font-family: Opensans, sans-serif;
  color: #121212;
  font-size: 0.8em;
}

.heading-4._3 {
  margin-bottom: 3em;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
}

.paragraph {
  width: 49vw;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.3em;
  line-height: 1.3;
  text-align: center;
}

.paragraph.letz {
  margin-bottom: 1.9em;
}

.paragraph._22 {
  margin-bottom: 2em;
}

.paragraph._22.ulm {
  color: #fff;
}

.dritte-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  -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;
}

.grau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97vw;
  height: auto;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3em;
  background-color: #202020;
}

.grau._2 {
  margin-top: 2em;
}

.grau.ulm {
  padding-top: 3.2em;
  padding-bottom: 3.2em;
}

.heading-5 {
  position: relative;
  margin-top: 0.9em;
  color: #fff;
  font-size: 2.9em;
  font-weight: 500;
}

.heading-5._3 {
  margin-bottom: 0.3em;
  font-size: 2.3em;
}

.heading-5._3 {
  margin-bottom: 0.3em;
  font-family: Opensans, sans-serif;
  font-size: 3em;
  font-weight: 500;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block._2 {
  width: 30%;
  height: 100%;
  margin-right: 2em;
  margin-left: 2em;
  background-color: #fff;
}

.block.z {
  margin-right: 1em;
  margin-left: 1em;
  padding-top: 5em;
  padding-bottom: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 1.5em;
  background-color: #fff;
  color: #fff;
}

.block._1 {
  width: 33%;
}

.block._1 {
  width: 33%;
  margin-bottom: 2.3em;
}

.block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-bottom: 2.9em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.box-heading {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: 500;
}

.box-heading.small {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: 300;
}

.text-block {
  margin-bottom: 0.5em;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 4vw;
}

.text-block.z {
  font-family: Opensans, sans-serif;
  color: #000;
  font-size: 1.8em;
}

.text-block-2 {
  margin-bottom: 0.5em;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 4vw;
}

.text-block-3 {
  margin-bottom: 0.5em;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 4vw;
}

.kontakt-feld {
  position: fixed;
  bottom: 45%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94vw;
  height: auto;
  margin-left: 50vw;
  padding-top: 2.4em;
  padding-bottom: 2.4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2em;
  background-color: rgba(0, 0, 0, 0.47);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-transform: translate(0px, 0px) translate(50vw, 50%);
  -ms-transform: translate(0px, 0px) translate(50vw, 50%);
  transform: translate(0px, 0px) translate(50vw, 50%);
}

.kontakt-feld.ulm {
  width: 95vw;
  margin-left: 50vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.kontakt-feld.rv {
  overflow: hidden;
  width: 95vw;
  margin-left: 50vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.kontakt-feld.fv {
  width: 95vw;
  margin-left: 50vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.kontakt-feld.bc {
  margin-left: 50vw;
}

.heading-6 {
  position: relative;
  margin-bottom: 0.3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-weight: 500;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
}

.heading-7.last {
  margin-top: 0em;
  margin-bottom: 0.7em;
  font-size: 1.4em;
}

.heading-7.last._2 {
  margin-top: 0em;
  margin-bottom: 0.7em;
  font-size: 1.5em;
}

.heading-7.last.sec {
  margin-top: 0.5em;
  margin-bottom: 0em;
}

.image-2 {
  width: 31vw;
  max-width: none;
  margin-bottom: 1.5em;
  border-radius: 1em;
}

.image-2.rv {
  width: 23vw;
  margin-bottom: 1em;
}

.image-2.fn {
  width: 24vw;
}

.image-2.ul {
  width: 21vw;
}

.andere-shops {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.link-3 {
  color: #fff;
  text-decoration: underline;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7vw;
  padding-top: 1.2em;
  -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-block-4 {
  font-family: 'Fa solid 900', sans-serif;
  color: #ff3737;
  font-size: 3vw;
  cursor: pointer;
}

.darum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  width: 100%;
  height: 50vh;
  margin-right: 0em;
}

.slider {
  background-color: hsla(0, 0%, 100%, 0);
}

.slide-2 {
  width: 30vw;
}

.slide-3 {
  width: 30vw;
}

.mask {
  width: auto;
}

.slide-4 {
  width: 30vw;
}

.div-block-6 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-5 {
  width: 27vw;
}

.slide-6 {
  width: 27vw;
}

.slide-7 {
  width: 27vw;
}

.slide-8 {
  width: 27vw;
}

.slide-9 {
  width: 27vw;
}

.slide-10 {
  width: 27vw;
}

.mask-2 {
  width: 81vw;
}

.left-arrow {
  left: -6vw;
}

.right-arrow {
  right: -6vw;
  font-size: 2vw;
}

.slider-2 {
  height: 30vw;
  margin-bottom: 3em;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-5 {
  font-family: 'Fa solid 900', sans-serif;
  color: #ffea00;
  font-size: 2.7em;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 2em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.slide-nav {
  display: none;
}

.slide-11 {
  width: 27vw;
}

.slide-12 {
  width: 27vw;
}

.slide-13 {
  width: 27vw;
}

.slide-1 {
  width: 27vw;
}

.slide-1-2 {
  width: 27vw;
}

.slide-1-3 {
  width: 27vw;
}

.icon {
  font-size: 2vw;
}

.rezensionen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.rezensionen.ulm {
  display: none;
}

.besuchen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 1em;
  padding-top: 2em;
  padding-bottom: 4em;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  overflow: hidden;
  height: 50vh;
  margin-top: 0px;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.65);
}

.footer.imp {
  position: absolute;
  width: 100vw;
  margin-top: 44px;
}

.div-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  height: 100%;
  padding-top: 3em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 1.4em;
  font-size: 1.3em;
  font-weight: 500;
}

.heading-9 {
  margin-bottom: 1em;
  color: #434343;
  font-size: 1em;
  font-weight: 400;
}

.heading-9._2 {
  margin-top: 0px;
  margin-bottom: 1em;
  line-height: 1.1;
}

.heading-9._1 {
  margin-bottom: 0em;
  line-height: 1.1;
}

.heading-9._1 {
  margin-top: 0px;
  margin-bottom: 0.1em;
}

.heading-9.foot {
  text-align: center;
}

.div-block-9 {
  height: 80%;
}

.div-block-10 {
  height: 80%;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 5vh;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.4em;
  font-weight: 500;
}

.heading-11 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
}

.kontaktbt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22vw;
  -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;
  border-radius: 0.3em;
  background-color: #00a4ea;
  cursor: pointer;
}

.kontaktbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26vw;
  -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;
  border-radius: 0.3em;
  background-color: #00a4ea;
  font-size: 1.5em;
}

.darumbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56vw;
  padding: 0.9em 1.5em;
  -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;
  border-radius: 0.3em;
  background-color: #00a4ea;
  font-size: 1.5em;
}

.div-block-14 {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 2%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 18vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.heading-12 {
  position: relative;
  width: 75vw;
  margin-top: 0px;
  margin-bottom: 0.4em;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}

.unsere-shops {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10em;
  padding-bottom: 10em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.57);
}

.unsere-shops.home {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 95vw;
  padding-top: 14em;
  -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;
  box-shadow: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 1.5em 1.5em;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.9em;
  background-color: #202020;
}

.shop.home {
  margin-right: 1.4em;
  margin-left: 1.4em;
  background-color: hsla(0, 0%, 100%, 0.38);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.shop.last {
  padding-top: 4.3em;
}

.dippys {
  width: 18vw;
  max-width: none;
  border-radius: 0.3em;
}

.dippys-rot {
  left: 0%;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
}

.dippys-blau {
  margin-right: 0.2em;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Opensans, sans-serif;
  font-weight: 400;
  text-align: left;
}

.div-block-15.last {
  width: 100%;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-16.last {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-button {
  width: 18vw;
  margin-top: 1em;
  padding: 1em 1.8em;
  border-radius: 0.3em;
  background-color: #00a4ea;
  font-size: 1.2em;
  text-align: center;
}

.unsere-h {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 1em;
  color: #000;
  font-size: 2.7em;
  font-weight: 500;
}

.unsere-h.home {
  position: relative;
  margin-top: 0em;
  margin-bottom: 1em;
  color: #fff;
  font-weight: 700;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-list {
  background-color: #d8c2c2;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.text-block-6 {
  margin-right: 1vh;
  font-size: 1.2em;
}

.page-wrapper-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 120vh;
  padding-top: 395px;
  padding-bottom: 395px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/anton-maksimov-juvnsky-R2ljPFJju1s-unsplash.jpg');
  background-position: 100% 50%;
  background-size: cover;
  -webkit-filter: brightness(37%);
  filter: brightness(37%);
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  margin-bottom: 2em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.icon-2 {
  margin-right: 2em;
}

.dropdown-toggle {
  padding-right: 3.1em;
}

.lottie-animation {
  display: none;
}

.mobile-nav {
  display: none;
  overflow: hidden;
}

.paragraph-2 {
  width: 50%;
  padding-left: 2em;
}

.heading-13 {
  position: static;
  display: block;
  width: 50vw;
  padding-right: 0px;
  padding-left: 1em;
  text-align: left;
}

.body {
  padding-top: 169px;
  padding-left: 0px;
  font-family: Opensans, sans-serif;
}

.heading-14 {
  font-size: 2.3em;
}

.paragraph-3 {
  width: 90vw;
}

.div-block-18 {
  padding-top: 150px;
  padding-left: 2em;
}

.div-block-19 {
  margin-top: 9em;
  padding-left: 2.7em;
}

.heading-15 {
  margin-bottom: 0.8em;
  font-size: 4em;
}

.paragraph-4 {
  width: 90vw;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
}

.text-field {
  width: 16vw;
  padding: 1.5em 0.4em;
  border-radius: 0.2em;
}

.text-field-2 {
  width: 16vw;
  padding: 1.5em 0.4em;
  border-radius: 0.2em;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form.bc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34vw;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field-label-2 {
  margin-bottom: 1em;
  color: #fff;
}

.text-field-3 {
  width: 20vw;
}

.textarea {
  width: 34vw;
  padding: 0.8em 0.8em 10em;
  border-radius: 0.2em;
}

.absenden {
  width: 15vw;
  margin-top: 1em;
  padding: 0.6em 0.9em;
  border-radius: 0.2em;
  background-color: #00e009;
  font-size: 1.5em;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5.9em;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  background-color: #00ff73;
}

.div-block-23 {
  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-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;
}

.div-block-24 {
  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-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;
}

.button {
  width: 95vw;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  border-radius: 0.2em;
  background-color: #00a4ea;
  font-size: 1.6em;
  text-align: center;
}

.button.shop {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 1.9em;
  width: 90vw;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.image-3 {
  position: relative;
  z-index: 99;
  width: 18vw;
  margin-top: -15vh;
  margin-bottom: 1.5em;
  border-radius: 0.3em;
}

.heading-16 {
  z-index: 5;
  margin-right: 2%;
  margin-left: -1%;
  padding-top: 0.6em;
  font-size: 1.1em;
}

.heading-16.ulm {
  margin-left: -3%;
}

.heading-16.bc {
  margin-left: -0.8%;
}

.image-4 {
  width: 20vw;
  margin-bottom: 1.5em;
  border-radius: 0.3em;
}

.box-heading-2 {
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.4em;
  font-weight: 500;
}

.box-heading-2.small {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: 300;
}

.block-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-bottom: 2.9em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-7 {
  position: relative;
  width: 6vw;
  margin-bottom: 0.5em;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 4vw;
}

.text-block-7.tab {
  width: 6vw;
}

.text-block-7.tab.wasser {
  width: 4vw;
}

.text-block-7.tab._2 {
  width: 5vw;
}

.text-block-7.pc {
  width: 3.5vw;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-7.tablet {
  width: 4vw;
}

.heading-17 {
  color: #fff;
  line-height: 1.9;
  font-weight: 400;
}

.body-2 {
  font-family: Opensans, sans-serif;
}

.body-3 {
  font-family: Opensans, sans-serif;
}

.body-4 {
  font-family: Opensans, sans-serif;
}

.body-5 {
  font-family: Opensans, sans-serif;
}

.body-6 {
  font-family: Opensans, sans-serif;
}

.body-7 {
  font-family: Opensans, sans-serif;
}

.div-block-25 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  padding-bottom: 0px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: auto;
  padding-top: 3.7em;
  padding-bottom: 3.7em;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.3em;
  background-color: #00b2ff;
  -webkit-perspective: 255px;
  perspective: 255px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 6vh;
  -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;
  border-radius: 0.5em;
  background-color: #fff;
  color: #000;
  font-size: 1.5em;
}

.heading-18 {
  margin-bottom: 0.7em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 400;
}

.heading-18.hee {
  font-weight: 700;
}

.paragraph-5 {
  padding-right: 3.4em;
  padding-left: 3.4em;
  line-height: 1.6;
}

.daten {
  color: #2f00ff;
  font-weight: 700;
}

.body-8 {
  font-family: Opensans, sans-serif;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 48px;
  }

  .hero-subheader {
    font-size: 28px;
  }

  .div-block-2 {
    width: 76vw;
  }

  .div-block-2._2 {
    width: 74vw;
  }

  .hero-button {
    width: 35vw;
    border-radius: 6px;
    font-size: 20px;
  }

  .hero-button._2 {
    width: 36vw;
    font-size: 17px;
  }

  .navlink {
    font-size: 13px;
  }

  .div-block-3 {
    width: 70vw;
  }

  .navb {
    width: 12vw;
    font-size: 7px;
  }

  .kontaktk {
    width: 4vw;
  }

  .heading-2 {
    font-size: 20px;
  }

  .div-block-4 {
    width: 4vw;
  }

  .heading-3._2 {
    font-size: 30px;
  }

  .heading-4._2 {
    font-size: 15px;
  }

  .heading-4._3 {
    font-size: 15px;
  }

  .heading-4._3.z {
    width: 89%;
    font-size: 11px;
  }

  .heading-4._3 {
    font-size: 15px;
  }

  .paragraph {
    width: 63vw;
    font-size: 13px;
  }

  .heading-5._3 {
    font-size: 30px;
  }

  .heading-5._3 {
    font-size: 30px;
  }

  .block.z {
    height: 93%;
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .box-heading.small {
    font-size: 14px;
  }

  .text-block.z {
    font-size: 25px;
    text-align: center;
  }

  .kontakt-feld {
    right: 50%;
    display: none;
    width: 500px;
    height: 550px;
    margin-left: 0vw;
    padding-right: 46px;
    padding-left: 46px;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }

  .heading-6 {
    font-size: 23px;
    text-align: center;
  }

  .heading-7 {
    font-size: 16px;
  }

  .heading-7.last {
    font-size: 16px;
  }

  .heading-7.last._2 {
    font-size: 16px;
  }

  .image-2 {
    width: 35vw;
  }

  .andere-shops {
    width: 80%;
  }

  .link.ul {
    font-size: 16px;
  }

  .link-2.rv {
    font-size: 16px;
  }

  .link-3.fn {
    font-size: 16px;
  }

  .text-block-4 {
    margin-right: 15px;
    font-size: 6vw;
  }

  .slide-5 {
    width: 27vw;
  }

  .left-arrow {
    left: -7.7vw;
  }

  .right-arrow {
    right: -7.7vw;
  }

  .slider-2 {
    height: 460px;
  }

  .text-block-5 {
    font-size: 32px;
  }

  .footer {
    height: 40vh;
  }

  .div-block-8 {
    width: 73vw;
  }

  .heading-8 {
    font-size: 16px;
  }

  .heading-9 {
    font-size: 12px;
  }

  .heading-11 {
    font-size: 20px;
  }

  .kontaktbt {
    width: 35vw;
    border-radius: 6px;
  }

  .kontaktbtn {
    width: 36vw;
    font-size: 17px;
  }

  .darumbtn {
    width: 77vw;
    font-size: 16px;
  }

  .heading-12 {
    font-size: 21px;
  }

  .unsere-shops {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .unsere-shops.home {
    left: 2.5%;
    top: 11%;
    right: 0%;
    bottom: 0%;
    padding-top: 40.2em;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .shop {
    margin-bottom: 30px;
    padding-right: 4.9em;
    padding-left: 4.9em;
  }

  .shop.home {
    width: 45%;
    margin-bottom: 2em;
  }

  .dippys {
    width: 30vw;
  }

  .dippys.home {
    width: 34vw;
  }

  .dippys-rot {
    font-size: 30px;
  }

  .dippys-blau {
    font-size: 30px;
  }

  .shop-button {
    width: 30vw;
    font-size: 18px;
  }

  .unsere-h.home {
    font-size: 27px;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .page-wrapper-home {
    position: relative;
    height: 140vh;
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-link {
    font-size: 12px;
  }

  .dropdown-link-2 {
    font-size: 12px;
  }

  .dropdown-link-3 {
    font-size: 12px;
  }

  .dropdown-link-4 {
    font-size: 12px;
  }

  .dropdown-link-4.w--current {
    font-size: 12px;
  }

  .lottie-animation {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  .form-block {
    display: none;
  }

  .image-3 {
    width: 27vw;
  }

  .image-4 {
    width: 39vw;
  }

  .box-heading-2.small {
    font-size: 14px;
  }

  .paragraph-5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    font-size: 33px;
  }

  .navbar {
    z-index: 102;
  }

  .hero-subheader {
    font-size: 19px;
  }

  .div-block-2 {
    width: 86vw;
    margin-top: 50px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-button {
    width: 70vw;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .hero-button._2 {
    width: 100%;
  }

  .image {
    width: 189px;
  }

  .navlink.mobile {
    margin-bottom: 20px;
    font-size: 21px;
  }

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

  .div-block-3.mobile {
    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;
  }

  .div-block-3.men {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navb.mobile {
    width: 38vw;
    margin-top: 20px;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-radius: 0.4em;
  }

  .heading-3._2.he {
    font-size: 20px;
  }

  .paragraph {
    width: 85vw;
  }

  .grau {
    margin-bottom: 30px;
  }

  .block.z {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block._1 {
    width: 70%;
    margin-bottom: 50px;
  }

  .block._1 {
    width: 70%;
    margin-bottom: 50px;
  }

  .block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box-heading {
    font-size: 23px;
  }

  .box-heading.small {
    font-size: 16px;
  }

  .text-block {
    font-size: 9vw;
  }

  .text-block.z {
    font-size: 25px;
  }

  .text-block-2 {
    font-size: 9vw;
  }

  .text-block-3 {
    font-size: 9vw;
  }

  .kontakt-feld {
    display: none;
  }

  .slide-5 {
    width: 40vw;
  }

  .slide-6 {
    width: 40vw;
  }

  .slide-7 {
    width: 40vw;
  }

  .slide-8 {
    width: 40vw;
  }

  .slide-9 {
    width: 40vw;
  }

  .slide-10 {
    width: 40vw;
  }

  .mask-2 {
    width: 80vw;
  }

  .right-arrow {
    right: -7.7vw;
  }

  .text-block-5 {
    font-size: 29px;
  }

  .div-block-7 {
    margin-bottom: 30px;
  }

  .slide-11 {
    width: 40vw;
  }

  .slide-12 {
    width: 40vw;
  }

  .slide-13 {
    width: 40vw;
  }

  .slide-1 {
    width: 40vw;
  }

  .slide-1-2 {
    width: 40vw;
  }

  .slide-1-3 {
    width: 40vw;
  }

  .icon {
    font-size: 4vw;
  }

  .footer {
    height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .div-block-8 {
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-9 {
    width: 45%;
  }

  .div-block-11 {
    width: 45%;
  }

  .div-block-12 {
    width: 45%;
  }

  .div-block-13 {
    margin-top: 0px;
    margin-bottom: -47px;
  }

  .heading-10.mobile {
    font-size: 20px;
  }

  .heading-11 {
    font-size: 16px;
    line-height: 1.1;
  }

  .kontaktbt {
    width: 70vw;
    padding: 15px 1.5em;
  }

  .kontaktbtn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .darumbtn {
    width: 87vw;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    font-size: 14px;
  }

  .darumbtn.er {
    margin-bottom: 30px;
  }

  .div-block-14 {
    width: 90vw;
  }

  .shop {
    padding: 4.2em 6.7em;
  }

  .dippys-rot {
    font-size: 24px;
  }

  .dippys-blau {
    font-size: 24px;
  }

  .shop-button {
    font-size: 14px;
  }

  .unsere-h {
    position: relative;
    margin-top: -10px;
    margin-bottom: 45px;
    font-size: 26px;
  }

  .unsere-h.home {
    font-size: 21px;
  }

  .dropdown {
    margin-bottom: 20px;
  }

  .text-block-6.mobile {
    font-size: 21px;
  }

  .dropdown-link {
    font-size: 17px;
  }

  .dropdown-link-2 {
    font-size: 17px;
  }

  .dropdown-link-3 {
    font-size: 17px;
  }

  .dropdown-link-4 {
    font-size: 17px;
  }

  .dropdown-link-4.w--current {
    font-size: 17px;
  }

  .icon-3 {
    font-size: 4vw;
  }

  .lottie-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    cursor: pointer;
  }

  .mobile-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .mobile {
    font-size: 16px;
  }

  .dropdown-toggle-2 {
    margin-bottom: 0px;
  }

  .box-heading-2 {
    font-size: 23px;
  }

  .box-heading-2.small {
    font-size: 16px;
  }

  .block-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-7 {
    font-size: 9vw;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 26px;
    text-align: center;
  }

  .navbar {
    z-index: 2001;
  }

  .navbar.mod {
    padding-left: 7vw;
  }

  .navbar.mod.fn {
    padding-left: 9vw;
  }

  .navbar.mod.ulm {
    padding-left: 10vw;
  }

  .hero-subheader {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
  }

  .div-block-2._2 {
    margin-bottom: 30px;
  }

  .image {
    width: 160px;
  }

  .image.linked {
    width: 160px;
  }

  .navb.mobile {
    width: 50vw;
  }

  .heading-2 {
    font-size: 16px;
  }

  .div-block-4 {
    z-index: 2000;
  }

  .heading-3._2 {
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 24px;
  }

  .heading-3._2.he {
    font-size: 20px;
  }

  .heading-4._3 {
    font-size: 11px;
  }

  .heading-4._3 {
    padding-right: 39px;
    padding-left: 39px;
    font-size: 12px;
  }

  .grau._2 {
    padding-bottom: 5em;
  }

  .box-heading {
    text-align: center;
  }

  .kontakt-feld {
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 340px;
  }

  .kontakt-feld.ulm {
    display: none;
  }

  .kontakt-feld.rv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .kontakt-feld.fv {
    display: none;
  }

  .kontakt-feld.bc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading-6 {
    text-align: center;
  }

  .heading-7 {
    text-align: center;
  }

  .image-2 {
    display: none;
    width: 57vw;
    font-size: 1vw;
  }

  .image-2.rv {
    display: none;
    width: 44vw;
  }

  .image-2.ul {
    width: 45vw;
  }

  .andere-shops {
    width: 109%;
  }

  .link.fn {
    font-size: 13px;
  }

  .link.ul {
    font-size: 13px;
  }

  .link.ulm {
    font-size: 13px;
  }

  .link-2.rv {
    font-size: 13px;
  }

  .link-2.bc {
    font-size: 13px;
  }

  .link-3.bc {
    font-size: 13px;
  }

  .link-3.fn {
    font-size: 13px;
  }

  .text-block-4 {
    font-size: 10vw;
  }

  .darum {
    font-size: 0vw;
    text-align: center;
  }

  .slide-5 {
    width: 80vw;
  }

  .slide-6 {
    width: 80vw;
  }

  .slide-7 {
    width: 80vw;
  }

  .slide-8 {
    width: 80vw;
  }

  .slide-9 {
    width: 80vw;
  }

  .slide-10 {
    width: 80vw;
  }

  .left-arrow {
    left: -14.1vw;
  }

  .right-arrow {
    right: -14.1vw;
  }

  .slide-11 {
    width: 80vw;
  }

  .slide-12 {
    width: 80vw;
  }

  .slide-13 {
    width: 80vw;
  }

  .slide-1 {
    width: 80vw;
  }

  .slide-1-2 {
    width: 80vw;
  }

  .slide-1-3 {
    width: 80vw;
  }

  .footer {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
  }

  .footer.imp {
    padding-left: 6px;
  }

  .div-block-8 {
    width: 95vw;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-8.imp {
    padding-left: 18px;
  }

  .heading-8 {
    font-size: 14px;
  }

  .heading-9 {
    font-size: 10px;
  }

  .heading-9.foot {
    margin-top: 39px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-11 {
    width: 45%;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-12 {
    width: 45%;
    height: auto;
  }

  .div-block-13 {
    margin-bottom: -14px;
  }

  .darumbtn {
    text-align: center;
  }

  .darumbtn.hr {
    margin-bottom: 17px;
  }

  .div-block-14 {
    height: 25vh;
  }

  .heading-12 {
    width: 90vw;
    text-align: center;
  }

  .unsere-shops {
    padding-bottom: 27.7em;
  }

  .unsere-shops.home {
    left: 2.5%;
    width: 95vw;
    height: auto;
    padding-top: 720px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .shop {
    padding-bottom: 4em;
    border-radius: 2.5em;
  }

  .shop.home {
    width: 300px;
    margin-bottom: 4.4em;
  }

  .dippys {
    width: 63vw;
    border-radius: 1.3em;
  }

  .dippys.home {
    width: 82%;
  }

  .dippys-rot {
    font-size: 28px;
  }

  .dippys-blau {
    font-size: 28px;
  }

  .div-block-15.last {
    width: 85%;
  }

  .div-block-16.last {
    width: 80%;
  }

  .shop-button {
    width: 82%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 13px;
  }

  .unsere-h {
    position: relative;
    margin-top: 0em;
    margin-bottom: 30px;
    font-size: 19px;
    text-align: center;
  }

  .unsere-h.home {
    font-size: 23px;
    text-align: center;
  }

  .dropdown.imp {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .text-block-6.imp {
    font-size: 10px;
  }

  .page-wrapper-home {
    height: 250vh;
    padding-top: 0.7em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lottie-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lottie-animation.imp {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  .paragraph-2 {
    width: 95%;
    font-size: 12px;
  }

  .heading-14 {
    font-size: 24px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .div-block-18 {
    padding-left: 0em;
  }

  .div-block-19 {
    margin-top: 30em;
  }

  .heading-15 {
    font-size: 30px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .imp {
    margin-right: 16px;
    font-size: 10px;
  }

  .div-block-22 {
    margin-right: 0em;
  }

  .button {
    font-size: 3.8em;
  }

  .button.shop {
    margin-bottom: 0px;
    padding: 2.1em 0.8em;
    border-radius: 0.3em;
    font-size: 12px;
  }

  .image-3 {
    width: 49vw;
  }

  .heading-16 {
    margin-right: 3%;
    margin-left: -5%;
    padding-top: 0.4em;
    font-size: 15px;
  }

  .heading-16.ulm {
    margin-right: 7%;
    margin-left: -8%;
    font-size: 15px;
  }

  .heading-16.bc {
    margin-left: -3%;
  }

  .image-4 {
    width: 69vw;
    margin-bottom: 3em;
  }

  .box-heading-2 {
    text-align: center;
  }

  .text-block-7 {
    width: 18vw;
    font-size: 20px;
  }

  .text-block-7.tab {
    width: 15vw;
  }

  .text-block-7.tab.wasser {
    width: 10vw;
  }

  .text-block-7.tab._2 {
    width: 15vw;
  }

  .text-block-7.pc {
    width: 15vw;
    font-size: 20px;
  }

  .text-block-7.tablet {
    width: 15vw;
  }

  .paragraph-5 {
    padding-right: 0.9em;
    padding-left: 0.9em;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}