.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  clear: both;
  -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;
}

.menu-btn {
  position: fixed;
  top: 50px;
  right: 50px;
  display: inline-block;
  width: 45px;
  height: 30px;
  float: right;
  text-align: right;
  cursor: pointer;
}

.menu-bar-1 {
  width: 30px;
  height: 2px;
  margin-top: 6px;
  float: right;
  background-color: #a3a09f;
}

.menu-bar-2 {
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-right: 10px;
  float: right;
  background-color: #a3a09f;
}

.menu-bar-3 {
  width: 10px;
  height: 2px;
  margin-top: 6px;
  float: right;
  background-color: #a3a09f;
}

.hero-heading {
  position: absolute;
  z-index: 3;
  width: 1000px;
  margin-top: -50px;
  font-family: 'Playfair Display', sans-serif;
  color: #1dd1a1;
  font-size: 144px;
  line-height: 125px;
  text-align: center;
}

.menu {
  position: fixed;
  left: 100%;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-left: 0%;
  -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;
}

.body {
  background-color: #a3a09f;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -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;
}

.navbar-wrapper {
  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;
  background-color: transparent;
}

.menu-bottom-line {
  width: 300px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #000;
}

.menu-email-link {
  display: block;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.social-wrapper {
  margin-top: 15px;
}

.youtube {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-image: url('../images/12ico_youtube_black.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.twitter {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 0px;
  background-color: transparent;
  background-image: url('../images/Facebook-Logo_1.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.behance {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 15px;
  background-image: url('../images/14ico_behance_black.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-link-wrapper {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.project-line {
  width: 2px;
  height: 55px;
  margin-right: 1.5px;
  background-color: #a3a09f;
}

.link-fliesstext {
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #1dd1a1;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

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

.div-block-2 {
  overflow: hidden;
}

.scroll-wrapper {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 8.1%;
  overflow: hidden;
  width: 200px;
  height: auto;
  background-color: transparent;
}

.line {
  width: 2px;
  height: 55px;
  margin-left: 1.5px;
  background-color: #a3a09f;
}

.text-block {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #a3a09f;
  font-weight: 500;
  letter-spacing: 1px;
}

.social-icon-container {
  position: absolute;
  right: 50px;
  bottom: 8.1%;
  height: 20px;
}

.youtube-hero {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-image: url('../images/9ico_youtube.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.behance-hero {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-image: url('../images/11ico_behance.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-hero {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #01011b;
}

.video-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 45.2%;
  height: 91vh;
  box-shadow: none;
}

.cross {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('../images/15ico_menu_close.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 14px;
}

.close-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.text-block-2 {
  display: inline-block;
  margin-left: 12px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.menu-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 50%;
  height: 100%;
}

.logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 4;
  width: 30px;
  height: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1logo_white.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo.w--current {
  position: relative;
  left: 0px;
  top: 0px;
  background-image: url('../images/1logo_white.svg');
}

.logo-text {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.logo-text.dark {
  margin-left: 0px;
  color: #000;
  font-weight: 500;
}

.bg-video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 91vh;
  background-color: hsla(0, 0%, 100%, 0.02);
}

.menu-video-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 50%;
  height: 100%;
  margin-left: 1px;
  background-image: url('../images/Kalmar-Logo-Blau-min.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6)));
  background-image: url('../images/Kalmar-Logo-Blau-min.png'), linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.content-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #01011b;
}

.hero-section-wrapper {
  overflow: hidden;
  font-family: Roboto, sans-serif;
}

.projects-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #01011b;
}

.project-text {
  position: absolute;
  left: 0px;
  top: 78px;
  display: none;
}

.project-1-wrapper {
  position: relative;
  display: block;
  width: 533px;
  margin-bottom: 70px;
  -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-family: Lato, sans-serif;
  color: #d8d8d8;
  text-decoration: none;
}

.project-category {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.project-name {
  width: 350px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #d8d8d8;
  font-size: 55px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 1px;
}

.project-2-wrapper {
  position: relative;
  width: 533px;
  margin-bottom: 70px;
  float: right;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 100px;
  -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: #01011b;
  color: #dbf9f4;
}

.footer-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #000036;
}

.email {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #cbfcf4;
  font-size: 70px;
  line-height: 90px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.email:hover {
  color: #a3a09f;
}

.contact-button {
  position: relative;
  overflow: hidden;
  width: 210px;
  margin-top: 0px;
  margin-bottom: 50px;
  background-color: #1dd1a1;
  color: #4d4d4c;
  text-decoration: none;
}

.btn-text {
  position: relative;
  z-index: 3;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.hover-div {
  position: absolute;
  left: 216px;
  top: -9px;
  z-index: 2;
  width: 400px;
  height: 120px;
  background-color: #000021;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}

.email-link {
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d8d8d8;
  text-align: center;
  text-decoration: none;
}

.email-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.footer-copyright {
  position: absolute;
  left: 60px;
  bottom: 8.7%;
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-social-container {
  position: absolute;
  right: 50px;
  bottom: 8.1%;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-youtube {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-image: url('../images/9ico_youtube.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.footer-youtube:hover {
  opacity: 1;
}

.footer-twitter {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/Facebook-Logo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.footer-twitter:hover {
  opacity: 1;
}

.footer-behance {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-image: url('../images/11ico_behance.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.footer-behance:hover {
  opacity: 1;
}

.projects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1066px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-wrappper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 33px;
  margin-top: 30px;
  margin-left: 50px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo-wrappper.w--current {
  color: #000;
}

.logo-wrappper.two {
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
}

.about-container {
  display: block;
  width: 1066px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
}

.background-video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 91vh;
  color: #dbf9f4;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 986px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.line-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 986px;
  margin-right: auto;
  margin-left: auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.line-border {
  width: 800px;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #a3a09f;
}

.image {
  background-color: #000;
  opacity: 0.5;
}

.line-circle-second {
  position: absolute;
  left: 150px;
  top: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  -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: solid;
  border-width: 1px;
  border-color: #a3a09f;
  border-radius: 50%;
  background-color: #000021;
}

.text-block-4 {
  position: absolute;
  left: 0px;
  top: -10px;
  background-color: #000021;
  font-family: Roboto, sans-serif;
  color: #a3a09f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.testimonials-section {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #01011b;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 986px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.separator-section {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #01011b;
}

.testimonial {
  position: relative;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #dbf9f4;
  font-size: 21px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.testimonial-wrapper {
  display: inline-block;
  width: 450px;
}

.testimonial-bold {
  color: rgba(163, 160, 159, 0.5);
  font-size: 20px;
  font-weight: 700;
}

.author-name {
  margin-left: 40px;
  color: #dbf9f4;
  font-size: 21px;
  line-height: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}

.div-block-3 {
  width: 20px;
  height: 2px;
  margin-top: -13px;
  background-color: #1dd1a1;
  cursor: default;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 986px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.address {
  font-family: Roboto, sans-serif;
  color: #cbfcf4;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.contact-form-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -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;
}

.contact-paragraph {
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
}

.contact-img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100vh;
  background-image: url('../images/3D-Industrieroboter-min.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6)));
  background-image: url('../images/3D-Industrieroboter-min.png'), linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.contact-email {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.contact-section {
  position: fixed;
  left: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-left: 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-color: transparent;
}

.contact-heading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.contact-form {
  display: block;
  padding-bottom: 40px;
}

.contact-inner-wrapper {
  display: block;
  width: 550px;
}

.div-block-4 {
  position: relative;
}

.contact-social-wrapper {
  position: absolute;
  right: 50px;
  bottom: 8.1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 20px;
}

.submit-btn-line {
  width: 40px;
  height: 1px;
  background-color: #9c9c9c;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/27bg_menu.png');
  background-position: 50% 50%;
  background-size: 200px;
}

.contact-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -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;
}

.close-div {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 99999;
  width: 20px;
  height: 20px;
  background-image: url('../images/15ico_menu_close.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.about-heading {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #cbfcf4;
  font-size: 66px;
  line-height: 84px;
  font-weight: 600;
}

.link-2 {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #a3a09f;
}

.left-column {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-column {
  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: 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;
}

.project-image {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  box-shadow: 8px 8px 20px -9px #000;
}

.tabs-menu {
  width: 28%;
  margin-top: 80px;
  float: right;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.tabs-content {
  width: 60%;
}

.service-name {
  font-family: Roboto, sans-serif;
  color: #cbfcf4;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.circle-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.circle {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #dbf9f4;
  border-radius: 50%;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #cbfcf4;
  text-transform: none;
}

.service-details {
  font-family: Roboto, sans-serif;
  color: #cbfcf4;
  font-size: 21px;
  line-height: 30px;
}

.service-heading {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: Roboto, sans-serif;
  color: #cbfcf4;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.tab.w--current {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.footer-links {
  display: inline-block;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: Roboto, sans-serif;
  color: #a3a09f;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links:hover {
  color: #fff;
  text-decoration: none;
}

.footer-links.image-licenses {
  left: 410px;
  margin-left: 30px;
  font-family: Roboto, sans-serif;
  color: #a3a09f;
}

.footer-links.image-licenses:hover {
  color: #fff;
}

.footer-links.image-licenses.w--current:hover {
  color: #fff;
}

.footer-link-wrapper {
  position: absolute;
  left: 300px;
  bottom: 8.7%;
  font-family: Roboto, sans-serif;
}

.nav-link {
  display: block;
  margin-top: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.first {
  display: none;
}

.menu-image {
  position: absolute;
  left: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6))), url('../images/6img_menu_link_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6)), url('../images/6img_menu_link_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.menu-image.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 54, 0.5)), to(rgba(0, 0, 54, 0.5))), url('../images/Hyaluronkapseln-Social-Media.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 54, 0.5), rgba(0, 0, 54, 0.5)), url('../images/Hyaluronkapseln-Social-Media.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.menu-image.third {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 54, 0.5)), to(rgba(0, 0, 54, 0.5))), url('../images/Lucinferin-Design---Schmiedeeisenpfanne-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 54, 0.5), rgba(0, 0, 54, 0.5)), url('../images/Lucinferin-Design---Schmiedeeisenpfanne-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logo-img {
  display: block;
  margin-right: 0px;
}

.quote {
  position: static;
  margin-bottom: 0px;
  padding-right: 50px;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #1dd1a1;
  font-size: 18px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 20px #1dd1a1;
}

.quote-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #01011b;
}

.div-block-5 {
  display: block;
  overflow: visible;
  width: 20px;
  height: 2px;
  margin-top: -13px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.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;
  background-color: #000021;
}

.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;
}

.submit-button {
  background-color: #1dd1a1;
}

.unterseite-body {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #000021;
}

.unterseite-header-div {
  width: 1066px;
}

.unterseite-paragraph {
  position: static;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #cbfcf4;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.heading-6 {
  font-family: Roboto, sans-serif;
  color: #cbfcf4;
  font-size: 18px;
  font-weight: 500;
}

.footer-facebook {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/Facebook-Logo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.footer-facebook:hover {
  opacity: 1;
}

.facebook-hero {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/Facebook-Logo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.facebook {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 0px;
  background-image: url('../images/Facebook-Logo_1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.unterseite-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 100px;
  -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: #000021;
}

.text-span {
  font-weight: 300;
}

.text-span-2 {
  color: #1dd1a1;
  font-weight: 300;
}

.text-span-3 {
  font-weight: 300;
}

.text-span-4 {
  font-weight: 400;
}

.text-span-5 {
  font-weight: 300;
}

.embed {
  display: block;
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-span-6 {
  font-weight: 300;
}

.text-span-7 {
  font-weight: 300;
}

.text-span-8 {
  font-weight: 300;
}

.project-image-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.5);
}

.bold-text {
  font-weight: 700;
}

@media (max-width: 991px) {
  .hero-heading {
    width: 90%;
    font-size: 98px;
    line-height: 100px;
  }
  .project-link-wrapper {
    display: none;
  }
  .social-icon-container {
    bottom: 8.1%;
    width: 20px;
    height: auto;
  }
  .youtube-hero {
    display: none;
    margin-bottom: 40px;
  }
  .behance-hero {
    margin-left: 0px;
  }
  .bg-video-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6))), url('../images/4video_poster.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6)), url('../images/4video_poster.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .project-text {
    top: 20%;
  }
  .project-1-wrapper {
    width: 100%;
  }
  .project-name {
    font-size: 30px;
    line-height: 34px;
  }
  .project-2-wrapper {
    width: 100%;
    float: none;
  }
  .services-section {
    padding-bottom: 100px;
  }
  .footer-section {
    display: block;
    height: auto;
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .email {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 57px;
  }
  .email-link {
    margin-bottom: 50px;
  }
  .footer-copyright {
    left: 0px;
    bottom: 13%;
    width: 100%;
    text-align: center;
  }
  .footer-youtube {
    display: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer-twitter {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .footer-behance {
    display: block;
    margin-left: 0px;
  }
  .projects-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .about-container {
    position: static;
    width: 700px;
    margin-right: auto;
    text-align: center;
  }
  .services-container {
    width: 83%;
  }
  .line-container {
    width: 83%;
  }
  .line-border {
    width: 74%;
  }
  .testimonials-section {
    padding-bottom: 100px;
  }
  .testimonials-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial {
    width: 100%;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
  }
  .testimonial-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .testimonial-bold {
    font-size: 17px;
  }
  .author-name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
  }
  .div-block-3 {
    margin-top: -15px;
  }
  .footer-container {
    width: 700px;
  }
  .address {
    font-size: 18px;
  }
  .contact-form-wrapper {
    padding-right: 29px;
    padding-left: 29px;
  }
  .contact-paragraph {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 18px;
  }
  .contact-img {
    background-image: url('../images/3D-Industrieroboter-min.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/3D-Industrieroboter-min.png'), linear-gradient(180deg, transparent, transparent);
    background-attachment: scroll, scroll;
  }
  .contact-email {
    font-size: 12px;
  }
  .contact-heading {
    font-size: 38px;
    line-height: 48px;
  }
  .contact-inner-wrapper {
    width: 100%;
  }
  .contact-social-wrapper {
    left: 5%;
    right: 5%;
    bottom: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-btn-wrapper {
    margin-top: 20px;
    text-align: center;
  }
  .about-heading {
    margin-top: 0px;
    font-size: 56px;
    line-height: 72px;
  }
  .left-column {
    display: inline-block;
    width: 50%;
  }
  .right-column {
    display: inline-block;
    width: 50%;
  }
  .tabs-menu {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .tabs-content {
    width: 100%;
  }
  .service-name {
    font-size: 12px;
  }
  .service-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .tab {
    display: inline-block;
    width: 25%;
  }
  .footer-links {
    left: 0px;
    bottom: 18%;
    width: auto;
    text-align: center;
  }
  .footer-links.image-licenses {
    width: auto;
    margin-left: 20px;
    text-align: center;
  }
  .footer-link-wrapper {
    left: 0px;
    bottom: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .quote {
    position: absolute;
    width: 90%;
    padding-right: 0px;
    float: none;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
  }
  .quote-section {
    position: static;
  }
  .unterseite-paragraph {
    width: 90%;
    font-size: 18px;
    line-height: 34px;
  }
  .footer-facebook {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .facebook-hero {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .unterseite-header {
    padding-bottom: 100px;
  }
  .project-image-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6))), url('../images/4video_poster.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6)), url('../images/4video_poster.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    width: auto;
    font-size: 80px;
    line-height: 70px;
    text-align: center;
  }
  .menu {
    left: 100%;
    margin-left: 0%;
  }
  .nav-bar {
    width: 100%;
  }
  .youtube-hero {
    display: none;
  }
  .menu-video {
    display: none;
  }
  .bg-video-overlay {
    background-image: url('../images/Punker-Ventilatorrad.png');
    background-position: 50% 50%;
    background-size: 600px;
    background-repeat: no-repeat;
  }
  .menu-video-overlay {
    display: none;
  }
  .projects-section {
    padding-bottom: 60px;
  }
  .project-text {
    top: 10%;
  }
  .project-name {
    width: auto;
  }
  .footer-section {
    height: auto;
  }
  .email {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .contact-button {
    width: 285px;
    margin-bottom: 50px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .hover-div {
    display: none;
  }
  .email-link {
    margin-bottom: 50px;
  }
  .footer-copyright {
    font-family: Poppins, sans-serif;
  }
  .footer-social-container {
    bottom: 7.3%;
    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;
  }
  .footer-youtube {
    display: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer-twitter {
    margin: 0px 0px 20px;
  }
  .footer-behance {
    display: inline-block;
    margin-left: 0px;
  }
  .projects-container {
    display: block;
  }
  .about-container {
    width: 440px;
    padding-bottom: 40px;
  }
  .background-video {
    overflow: hidden;
    background-image: url('../images/Punker-Ventilatorrad.png');
    background-position: 50% 50%;
    background-size: 600px;
    background-repeat: no-repeat;
  }
  .services-container {
    width: 80%;
  }
  .line-container {
    width: 76%;
  }
  .line-border {
    width: 60%;
  }
  .testimonials-section {
    padding-top: 40px;
  }
  .testimonials-container {
    width: 78%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial {
    font-size: 22px;
    line-height: 30px;
  }
  .testimonial-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
  .div-block-3 {
    height: 4px;
  }
  .footer-container {
    width: 400px;
  }
  .address {
    font-size: 15px;
    line-height: 25px;
  }
  .contact-form-wrapper {
    display: block;
    overflow: auto;
    width: 100%;
    height: auto;
  }
  .contact-paragraph {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .contact-img {
    display: none;
  }
  .contact-section {
    overflow: auto;
    height: 100vh;
  }
  .contact-form {
    margin-bottom: 100px;
    padding-bottom: 0px;
  }
  .contact-inner-wrapper {
    width: 85%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-social-wrapper {
    bottom: 20px;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .submit-btn-line {
    display: block;
  }
  .contact-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about-heading {
    position: static;
    font-size: 38px;
    line-height: 52px;
    text-align: left;
  }
  .link-2 {
    font-size: 12px;
  }
  .left-column {
    display: block;
    width: 100%;
  }
  .right-column {
    display: block;
    width: 100%;
  }
  .service-name {
    font-size: 14px;
    line-height: 15px;
  }
  .service-details {
    font-size: 22px;
    line-height: 30px;
  }
  .service-heading {
    font-size: 36px;
    line-height: 38px;
  }
  .tab {
    display: inline-block;
    width: 100%;
  }
  .footer-links {
    font-family: Poppins, sans-serif;
  }
  .footer-links.image-licenses {
    margin-right: 0px;
  }
  .menu-image {
    display: none;
  }
  .quote {
    position: static;
    width: 100%;
    padding-right: 0px;
    font-size: 16px;
    line-height: 25px;
  }
  .quote-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .unterseite-paragraph {
    width: 100%;
    padding-right: 50px;
    font-size: 16px;
    line-height: 25px;
  }
  .footer-facebook {
    margin: 0px 0px 20px;
  }
  .project-image-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 23, 41, 0.5)), to(rgba(4, 32, 36, 0.5))), url('../images/4video_poster.jpg');
    background-image: linear-gradient(180deg, rgba(40, 23, 41, 0.5), rgba(4, 32, 36, 0.5)), url('../images/4video_poster.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}

@media (max-width: 479px) {
  .menu-btn {
    right: 50px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .menu {
    left: 100%;
  }
  .navbar-wrapper {
    width: 70%;
  }
  .menu-bottom-line {
    width: 180px;
  }
  .menu-email-link {
    font-size: 15px;
  }
  .scroll-wrapper {
    left: auto;
    right: 10%;
    bottom: 8.1%;
  }
  .line {
    margin-left: auto;
  }
  .text-block {
    text-align: right;
  }
  .social-icon-container {
    display: none;
  }
  .bg-hero {
    display: block;
  }
  .logo {
    left: 50px;
    top: 50px;
  }
  .projects-section {
    padding-bottom: 0px;
  }
  .project-name {
    width: auto;
  }
  .services-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .footer-section {
    position: relative;
    padding-bottom: 170px;
  }
  .email {
    font-size: 14px;
    line-height: 25px;
  }
  .contact-button {
    width: 200px;
  }
  .btn-text {
    font-size: 16px;
  }
  .footer-copyright {
    left: 0px;
    right: 0px;
    bottom: 16%;
    font-size: 11px;
    text-align: center;
  }
  .footer-social-container {
    left: 0px;
    right: 50px;
    bottom: 10%;
    width: 100%;
    height: 20px;
    margin-top: 5px;
    -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;
    text-align: center;
  }
  .footer-youtube {
    display: none;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .footer-twitter {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .about-container {
    width: 80%;
    padding-bottom: 40px;
  }
  .background-video {
    background-image: url('../images/Punker-Ventilatorrad.png');
    background-position: 50% 50%;
    background-size: 600px;
    background-repeat: no-repeat;
  }
  .text-block-4 {
    padding-right: 10px;
  }
  .testimonials-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .testimonials-container {
    width: 75%;
  }
  .separator-section {
    display: none;
  }
  .testimonial {
    font-size: 16px;
    text-align: left;
  }
  .testimonial-bold {
    font-size: 16px;
  }
  .author-name {
    margin-left: 0px;
    font-size: 12px;
  }
  .div-block-3 {
    display: none;
  }
  .footer-container {
    width: 220px;
  }
  .address {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-paragraph {
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    font-size: 12px;
  }
  .contact-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact-heading {
    display: block;
    font-size: 25px;
    line-height: 30px;
  }
  .contact-form {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .social-links {
    width: auto;
    margin-top: 30px;
    text-align: right;
  }
  .contact-inner-wrapper {
    margin-top: 20px;
  }
  .contact-social-wrapper {
    position: static;
    width: 95%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -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-align: center;
  }
  .close-div {
    top: 30px;
    right: 30px;
  }
  .about-heading {
    margin-top: 0px;
    font-size: 24px;
    line-height: 42px;
  }
  .link-2 {
    font-size: 10px;
    line-height: 15px;
  }
  .service-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .footer-links {
    left: 0px;
    right: 0px;
    bottom: 20%;
    font-size: 11px;
    text-align: center;
  }
  .footer-link-wrapper {
    bottom: 20%;
    margin-bottom: 5px;
  }
  .quote {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .quote-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .unterseite-paragraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-facebook {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .unterseite-header {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

