:root {
  --white: white;
  --663399-2: #4f2d7f;
  --gainsboro: #e5e5e5;
  --medium-violet-red: #c20081;
  --dark-magenta: #7a1b8f;
  --grey: #74767a;
  --black: black;
  --663399: #701b8f;
  --purple: #612577;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--white);
  color: #111;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.7;
}

a {
  color: var(--663399-2);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 18px;
  line-height: 1.8;
}

.header {
  z-index: 100;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #0003;
}

.hero {
  background-color: var(--white);
  color: #fff;
  text-transform: lowercase;
  background-image: linear-gradient(#4f2d7ff2, #4f2d7ff2), url('../images/photo-1518860903473-18b1863e6388.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.footer {
  background-color: var(--663399-2);
  color: var(--white);
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.nav {
  border-top: 1px solid var(--gainsboro);
  background-color: var(--white);
}

.navlink {
  color: var(--663399-2);
  margin-right: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  position: relative;
}

.navlink.w--current {
  color: var(--medium-violet-red);
}

.topbar {
  z-index: 2;
  position: relative;
}

.topbar-content {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.brand-logo {
  width: 270px;
}

.header-utils {
  align-items: center;
  display: flex;
}

.hero-h1 {
  text-transform: none;
  text-shadow: 0 0 15px #0003;
  margin-bottom: 40px;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.3;
}

.body {
  padding-top: 170px;
}

.button-lined {
  border: 2px solid var(--white);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  padding: 15px 25px;
  transition: all .2s;
}

.button-lined:hover {
  background-color: var(--white);
  color: var(--medium-violet-red);
  transform: translate(0, -2px);
}

.button-lined.inverted {
  border-color: var(--663399-2);
  color: var(--663399-2);
}

.button-lined.inverted:hover {
  background-color: var(--663399-2);
  color: var(--white);
}

.hero-small-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
}

.headerlink {
  color: var(--medium-violet-red);
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.headerlink:hover {
  color: var(--663399-2);
  transform: translate(0, -2px);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.footer-h4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-link {
  color: #fffc;
  margin-bottom: 22px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-link:hover {
  color: var(--medium-violet-red);
  transform: translate(0, -1px);
}

.social-link {
  color: var(--white);
  margin-left: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.social-link:hover {
  color: var(--medium-violet-red);
  transform: translate(0, -1px);
}

.social-link.bla {
  font-family: "Fa 400", sans-serif;
}

.diensten {
  background-color: #f5f3f2;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.link {
  color: var(--medium-violet-red);
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.link:hover {
  color: var(--663399-2);
  transform: translate(0, -2px);
}

.dienstengrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.h2 {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2.big {
  font-size: 2.4rem;
  font-weight: 700;
}

.service {
  background-color: var(--white);
  box-shadow: none;
  cursor: help;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.service-content {
  background-color: var(--white);
  padding: 40px 30px 15px;
  transition: all .5s;
  position: absolute;
  inset: auto 0% 0%;
}

.service-title {
  color: var(--663399-2);
  text-transform: none;
  height: 70px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.service-image {
  background-color: #0000;
  background-image: url('../images/photo-1542330952-bffc55e812b2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  inset: 0%;
}

.service-image._1 {
  background-image: url('../images/photo-1461886075434-7adb87157988.jpeg');
}

.service-image._2 {
  background-image: url('../images/photo-1534328564742-a5e0c9d80f7d.jpeg');
  background-position: 50%;
}

.service-image._3 {
  background-image: url('../images/photo-1555421689-491a97ff2040.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.service-image._4 {
  background-image: url('../images/photo-1533162507191-d90c625b2640.jpeg');
  background-position: 50% 100%;
}

.service-image._5 {
  background-image: url('../images/photo-1494797262163-102fae527c62.jpeg');
}

.service-image._6 {
  background-image: url('../images/1b0cc699.jpeg');
}

.service-image._7 {
  background-image: url('../images/photo-1503919275948-1f118d8ecf0b.jpeg');
}

.service-image._8 {
  background-image: url('../images/photo-1479292889369-1a48f234247e.jpeg');
  background-position: 50%;
}

.service-image._9 {
  background-image: url('../images/photo-1530368333607-c100785945b5.jpeg');
  background-position: 50% 100%;
}

.service-image._10 {
  background-image: url('../images/photo-1471922694854-ff1b63b20054.jpeg');
}

.service-image._11 {
  background-image: url('../images/photo-1525115386758-772cf1329238.jpeg');
}

.service-image._12 {
  background-image: url('../images/photo-1461766705442-58d58276121a.jpeg');
}

.service-type {
  color: var(--medium-violet-red);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
}

.service-description {
  margin-bottom: 15px;
  font-size: .9rem;
  line-height: 1.4;
  overflow: hidden;
}

.arrow-link {
  color: var(--medium-violet-red);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.arrow {
  font-family: "Fa solid 900", sans-serif;
}

.text-block {
  margin-right: 10px;
}

.center-content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-line {
  background-color: var(--medium-violet-red);
  width: 100%;
  height: 1px;
  position: relative;
  top: 1px;
}

.about-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  width: 100%;
}

.about-visual {
  background-image: url('../images/photo-1507206130118-b5907f817163.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-content {
  background-color: var(--663399-2);
  color: #fff;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.paragraph {
  margin-bottom: 30px;
  line-height: 1.7;
}

.paragraph.big {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
}

.paragraph.thankyoumessage {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.preheader {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: .9rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.about {
  background-color: var(--663399-2);
}

.klanten {
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.smalltext {
  border-top: 1px solid #ffffff1a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: .8rem;
  line-height: 1.5;
}

.client-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 50px;
}

.client {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  transition: all .2s;
}

.client:hover {
  filter: grayscale(0%);
  transform: translate(0, -2px);
  box-shadow: 0 8px 18px -8px #0000008f;
}

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

.container {
  align-items: center;
}

.container.flex, .container.flex-right {
  justify-content: flex-end;
  display: flex;
}

.container.flex-right {
  justify-content: flex-start;
  display: flex;
}

.menubtn {
  flex-direction: column;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  display: none;
}

.menubtn-line {
  background-color: var(--663399-2);
  height: 2px;
}

.streamer {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-1529400971008-f566de0e6dfc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.paragraph-3 {
  max-width: 50%;
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.heading-2 {
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.doubleright {
  padding-top: 14vh;
  padding-bottom: 14vh;
}

.doubleright.purple {
  background-color: var(--663399-2);
  color: var(--white);
}

.doubleright.visual {
  background-image: url('../images/photo-1529400971008-f566de0e6dfc.jpeg');
  background-position: 50%;
  background-size: cover;
}

.doubleright.rocks {
  background-image: url('../images/photo-1517481700215-fddbbf01b509.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-5-copy {
  background-image: url('../images/photo-1502230831726-fe5549140034.jpeg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  width: 100%;
}

.div-block-8 {
  max-width: 470px;
  padding-left: 60px;
}

.page-header {
  background-color: var(--663399-2);
  color: var(--white);
  background-image: linear-gradient(#4f2d7ff2, #4f2d7ff2), url('../images/photo-1518860903473-18b1863e6388.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.page {
  background-color: var(--gainsboro);
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-icon {
  color: var(--medium-violet-red);
  margin-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 1.3rem;
}

.service-flex {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.page-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.div-block-10 {
  padding-left: 15px;
}

.visual-wrapper {
  background-color: var(--663399-2);
  position: relative;
}

.page-visual {
  background-image: url('../images/photo-1507206130118-b5907f817163.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  position: relative;
  top: -15px;
  left: -15px;
  box-shadow: 4px 4px 18px 4px #0000001a;
}

.page-visual.contact {
  background-image: url('../images/photo-1529400971008-f566de0e6dfc.jpeg');
  background-position: 65% 100%;
  height: 340px;
}

.crumblepath {
  background-color: var(--gainsboro);
  padding-top: 35px;
  padding-bottom: 35px;
}

.home-icon {
  color: var(--663399-2);
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.home-icon:hover {
  color: var(--medium-violet-red);
  transform: translate(0, -2px);
}

.div-block-11 {
  align-items: center;
  display: flex;
}

.bullet {
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8rem;
}

.keywords {
  margin-top: 30px;
  margin-bottom: 30px;
}

.key {
  border: 1px solid var(--grey);
  color: var(--663399-2);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 11px 20px;
  font-size: .9rem;
  display: inline-block;
}

.textfield {
  background-color: #fff;
  border: 1px solid #74767a33;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 0;
  font-size: 16px;
}

.textfield:focus {
  border: 1px solid var(--medium-violet-red);
}

.textfield.textarea {
  height: 200px;
}

.field-label {
  text-transform: none;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
}

.contact-wrapper {
  background-color: var(--white);
  padding: 55px 40px 40px;
}

.contact-link {
  color: var(--medium-violet-red);
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.contact-link:hover {
  color: var(--663399-2);
  transform: translate(0, -2px);
}

.icon {
  color: var(--663399-2);
  text-align: center;
  width: 18px;
  margin-right: 5px;
  font-family: "Fa 400", sans-serif;
  display: inline-block;
}

.icon.solid {
  font-family: "Fa solid 900", sans-serif;
}

.contact-link-wrapper {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.contact-right {
  padding-left: 0;
}

.success-message {
  background-color: var(--663399-2);
  color: #fff;
  text-align: center;
}

.error-message {
  background-color: var(--medium-violet-red);
  color: var(--white);
  text-align: center;
  padding: 20px;
}

.contactvisual {
  margin-top: 45px;
  padding-left: 15px;
}

.double {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  width: 100%;
}

.max470 {
  max-width: 470px;
  padding-right: 120px;
}

.max470.rightside {
  padding-left: 120px;
  padding-right: 0;
}

.seperator {
  background-color: var(--gainsboro);
  width: 1px;
  height: 16px;
  margin-left: 30px;
  margin-right: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.heading-3 {
  color: var(--663399-2);
  margin-bottom: 20px;
}

.div-block-13 {
  float: left;
}

.check {
  color: #18aa1c;
  margin-bottom: 20px;
  font-family: "Fa 400", sans-serif;
  font-size: 7rem;
}

.check.error {
  color: var(--medium-violet-red);
}

.centered {
  text-align: center;
}

.h3 {
  font-size: 2rem;
}

.linkcopyright {
  opacity: .8;
  color: var(--white);
  transition: opacity .2s;
}

.linkcopyright:hover {
  opacity: 1;
}

.copyright {
  font-size: .8rem;
  display: inline-block;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 189px) 1.25fr;
}

.right-arrow, .left-arrow {
  display: none;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  color: var(--663399-2);
  font-size: .5rem;
}

.mask {
  padding-top: 5px;
  padding-bottom: 5px;
}

.formgrid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  margin-bottom: 15px;
}

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

  .hero {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .footer {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .nav {
    z-index: 3;
    border: 1px #000;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    position: fixed;
    inset: 69px auto auto 0%;
  }

  .navlink {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1rem;
    display: block;
  }

  .topbar-content {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-logo {
    width: 220px;
  }

  .header-social {
    margin-right: 60px;
  }

  .hero-h1 {
    font-size: 2.5rem;
  }

  .body {
    padding-top: 70px;
  }

  .headerlink.phone {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .social-link {
    margin-left: 0;
    margin-right: 30px;
  }

  .diensten {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .dienstengrid {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dienstengrid.gridbig {
    grid-template-columns: 1fr 1fr;
  }

  .h2 {
    font-size: 1.4rem;
  }

  .h2.big {
    max-width: 95%;
    margin-bottom: 20px;
  }

  .service {
    min-height: auto;
  }

  .service-content {
    min-height: auto;
    padding: 30px 20px;
    position: static;
  }

  .service-title {
    height: auto;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .service-image {
    height: 200px;
  }

  .service-image._4 {
    background-position: 50%;
    background-size: cover;
  }

  .service-type {
    font-size: .6rem;
  }

  .service-description {
    margin-bottom: 0;
  }

  .link-line {
    display: none;
  }

  .about-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .about-visual {
    background-position: 50% 80%;
    height: 50vh;
  }

  .about-content {
    padding: 10vh 0;
  }

  .paragraph.big {
    max-width: 90%;
  }

  .paragraph.thankyoumessage {
    max-width: 70%;
  }

  .klanten {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.flex {
    justify-content: flex-start;
  }

  .menubtn {
    width: 41px;
    padding: 5px;
    display: flex;
  }

  .doubleright {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .doubleright.purple {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .doubleright.visual, .doubleright.rocks {
    height: 40vh;
  }

  .div-block-5-copy {
    height: 50vh;
    display: none;
  }

  .intro-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    max-width: none;
    padding-left: 0;
  }

  .page-header {
    color: var(--white);
    background-image: linear-gradient(#4f2d7ff2, #4f2d7ff2), url('../images/photo-1518860903473-18b1863e6388.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .page-heading {
    font-size: 2rem;
  }

  .page {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .service-icon {
    font-size: 1.1rem;
  }

  .page-grid {
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    padding-bottom: 40px;
  }

  .page-visual {
    background-position: 50% 78%;
    height: 40vh;
  }

  .crumblepath {
    display: none;
  }

  .contact-right {
    padding-bottom: 40px;
  }

  .contactvisual {
    display: none;
  }

  .double {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .max470 {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .max470.rightside {
    padding-left: 0;
  }

  .seperator._2 {
    display: none;
  }

  .div-block-13 {
    float: none;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slider-2 {
    background-color: #0000;
    height: auto;
  }

  .slide-nav {
    font-size: .5rem;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .header-social {
    display: none;
  }

  .hero-h1 {
    max-width: 95%;
    font-size: 1.7rem;
  }

  .button-lined {
    font-size: .9rem;
    display: block;
  }

  .button-lined.inverted {
    width: 100%;
  }

  .hero-small-text {
    font-size: .7rem;
  }

  .headerlink {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-block {
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .footer-h4 {
    font-weight: 800;
  }

  .footer-link {
    margin-bottom: 15px;
  }

  .dienstengrid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .dienstengrid.gridbig {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 1.3rem;
  }

  .h2.big {
    font-size: 2rem;
  }

  .service {
    background-color: var(--dark-magenta);
    min-height: auto;
  }

  .service-content {
    min-height: auto;
    padding: 20px;
    position: static;
  }

  .service-title {
    height: auto;
    font-size: 1.2rem;
    overflow: visible;
  }

  .service-image {
    height: 160px;
  }

  .service-image._5 {
    position: static;
  }

  .service-image._9 {
    background-position: 50%;
    background-size: cover;
  }

  .service-type {
    font-size: .7rem;
  }

  .center-content {
    justify-content: flex-start;
  }

  .about-visual {
    height: 40vh;
  }

  .paragraph.big {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .paragraph.thankyoumessage {
    max-width: 90%;
  }

  .preheader {
    font-size: .8rem;
  }

  .heading {
    max-width: 90%;
    font-size: 2rem;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr;
  }

  .client {
    padding: 30px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .streamer {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .paragraph-3 {
    max-width: 80%;
    font-size: 1rem;
  }

  .heading-2 {
    max-width: 900%;
    font-size: 1.9rem;
  }

  .doubleright.visual, .doubleright.rocks {
    min-height: 30vh;
  }

  .div-block-5-copy {
    display: none;
  }

  .page-heading {
    font-size: 2.3rem;
  }

  .key {
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 9px 17px;
    font-size: .8rem;
  }

  .contact-wrapper {
    padding: 30px;
  }

  .seperator {
    display: none;
  }

  .check {
    font-size: 5rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .brand-logo {
    width: 180px;
  }

  .header-social {
    display: none;
  }

  .dienstengrid {
    grid-template-columns: 1fr;
  }

  .h2 {
    max-width: 95%;
  }

  .h2.big {
    font-size: 1.7rem;
  }

  .service-title {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .service-image._5 {
    background-position: 50%;
    background-size: cover;
  }

  .service-image._7 {
    background-position: 50% 60%;
    background-size: cover;
  }

  .about-visual {
    background-position: 100% 100%;
  }

  .preheader {
    font-size: .7rem;
  }

  .client {
    padding: 0;
  }

  .doubleright.rocks {
    background-position: 100%;
  }

  .page-header {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .page-heading {
    font-size: 1.4rem;
  }

  .page-visual {
    background-position: 50%;
  }

  .field-label {
    margin-bottom: 4px;
    font-size: .8rem;
  }

  .contact-wrapper {
    padding: 35px 20px 20px;
  }

  .contact-link-wrapper {
    font-size: .9rem;
  }

  .formgrid {
    grid-template-columns: 1fr;
  }
}

#w-node-f6d30136-3919-35eb-5323-6b0f85ec0436-a173b538 {
  justify-self: end;
}

#w-node-_22f931bd-781a-9fd7-1259-fb9ff35884a7-a173b538 {
  justify-self: start;
}

#w-node-_28cc65f0-9f57-18dc-27ae-4684001ebb32-a173b538, #w-node-_2f3d6602-6d2d-4b39-5d40-676c57da7b7f-a173b538, #w-node-_607299bb-4e1f-109c-1370-c32ded9cb623-a173b538, #w-node-_96f55fe0-8636-658e-8047-f2424aea5448-a173b538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2d710905-2ee7-028b-166d-58877b62d7e6-7b62d7c8 {
  justify-self: end;
}

#w-node-_892b9100-6e8a-34da-edd9-8a438db1c9f8-7b62d7c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c4cd3d45-3fd1-50d6-e1ae-49cea5d880a0-e22b3db4 {
  justify-self: end;
}

#w-node-_8ca2a2b0-b02e-fcf7-456f-5a0110ec7738-5acba58b, #w-node-_4de517ad-64a4-dedd-55bc-b2e040ed37c8-5acba58b, #w-node-_45601a2c-5a2e-9082-621f-ab5f45cfaa26-5acba58b, #w-node-b410b8b4-d93f-6371-6c23-901f713a009f-5acba58b, #w-node-fcaf6677-7309-740f-fae1-2226f6cb5788-5acba58b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34d0973d-d87a-e836-1b1b-b3b7c41ed3fb-410c8d1a {
  justify-self: end;
}

#w-node-_7bac6dbc-7574-ee36-4434-67fbf9772acb-d94eda3f {
  align-self: center;
}

#w-node-_7bac6dbc-7574-ee36-4434-67fbf9772ad9-d94eda3f, #w-node-edc556b9-85d2-4711-0457-5921b636e13e-d94eda3f, #w-node-dc71d81b-1a6e-0b51-0d37-5becbfc37528-d94eda3f, #w-node-_90c0a478-e8b5-a833-ee15-b3ec4a765243-d94eda3f, #w-node-_153dab3e-f032-8c72-b77c-856e76bcf5c7-d94eda3f, #w-node-_39154388-c62c-28c4-31e7-3a1a3e90152b-d94eda3f, #w-node-_26068cc2-fdf2-54a6-3444-f21fdbcb235b-d94eda3f, #w-node-f93fae3e-c394-8c63-19ca-6f7a0261c2af-d94eda3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_49ceaed5-fcf1-8cd4-b97d-15d61197860c-d94eda3f {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f6d30136-3919-35eb-5323-6b0f85ec0436-a173b538, #w-node-_22f931bd-781a-9fd7-1259-fb9ff35884a7-a173b538 {
    justify-self: stretch;
  }

  #w-node-_2d710905-2ee7-028b-166d-58877b62d7e6-7b62d7c8 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: start;
  }

  #w-node-c4cd3d45-3fd1-50d6-e1ae-49cea5d880a0-e22b3db4 {
    justify-self: stretch;
  }

  #w-node-c4cd3d45-3fd1-50d6-e1ae-49cea5d880ab-e22b3db4, #w-node-_00f32e49-586b-8970-936b-8cd57d0e085b-5acba58b, #w-node-_457bdf6d-7ee9-f9f6-e73d-fc4b8fb51cd0-410c8d1a {
    order: -9999;
  }

  #w-node-_34d0973d-d87a-e836-1b1b-b3b7c41ed3fb-410c8d1a, #w-node-_49ceaed5-fcf1-8cd4-b97d-15d61197860c-d94eda3f {
    justify-self: stretch;
  }

  #w-node-_49ceaed5-fcf1-8cd4-b97d-15d611978617-d94eda3f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2d710905-2ee7-028b-166d-58877b62d7e6-7b62d7c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_892b9100-6e8a-34da-edd9-8a438db1c9f8-7b62d7c8 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a461d16b-ec53-bc9c-43a4-f7b1f9e600a1-5acba58b, #w-node-d4942cf8-e66c-4486-839c-2f06a49e4eff-5acba58b, #w-node-_4de517ad-64a4-dedd-55bc-b2e040ed37c8-5acba58b, #w-node-aff43009-326b-5723-65d0-9305eeba1f5f-5acba58b, #w-node-a7f3a9ff-4408-6ec3-772d-cc95eb974216-5acba58b, #w-node-_45601a2c-5a2e-9082-621f-ab5f45cfaa26-5acba58b, #w-node-_180ba229-b3d6-b6b2-a7c2-172554016e13-5acba58b, #w-node-_1b5e44af-5352-e486-831a-9d716330271f-5acba58b, #w-node-b410b8b4-d93f-6371-6c23-901f713a009f-5acba58b, #w-node-fcaf6677-7309-740f-fae1-2226f6cb5788-5acba58b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}