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

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  border: 0px none #000;
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  color: #424242;
}

.nav-link:focus {
  color: #333;
}

.nav-link.first {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.nav-link.last {
  margin-right: 0px;
}

.links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}

.body {
  padding-top: 0px;
}

.redlinelogo {
  margin-bottom: 15px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  color: #8f8f8f;
  font-size: 52px;
  line-height: 39px;
  font-weight: 300;
  letter-spacing: -2px;
  text-indent: -2px;
  text-transform: uppercase;
}

.paragraph-3 {
  font-family: Roboto, sans-serif;
  color: #8f8f8f;
  font-size: 23.3px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.nav-slogan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.phone-wrapper-nav {
  position: static;
  left: auto;
  top: 0%;
  right: 15%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  margin-right: 0px;
  margin-left: auto;
  padding: 8px 30px;
  -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: 0px 0px 12px 12px;
  background-color: #333;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #e0e0e0;
}

.section {
  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;
  border-bottom: 1px dotted #000;
  font-family: Roboto, sans-serif;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  padding-left: 40px;
}

.nav-wrapper {
  display: block;
  width: 100vw;
  max-width: 1400px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  width: 60vw;
  height: 60vh;
  max-width: 1600px;
  -webkit-transition: box-shadow 300ms cubic-bezier(1, 0, 0, 1);
  transition: box-shadow 300ms cubic-bezier(1, 0, 0, 1);
}

.slider:hover {
  box-shadow: 5px 5px 60px -14px rgba(0, 0, 0, 0.34);
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  max-width: 1600px;
  -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;
}

.content-wrapper.impressum {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.icon {
  display: block;
}

.slide {
  background-image: url('../images/SLIDE_1_WOHNZIMMER.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/SLIDE_2_VISUALISIERUNG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/SLIDE_3_DIGITAL-SIGNAGE.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/SLIDE_4_ZIELGRUPPEN.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.slide-5 {
  background-image: url('../images/SLIDE_5_KOMMUNIKATION.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/SLIDE_6_VIDEO-SPOTPRODUKTION.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/SLIDE_7_MOTION-GRAPHICS.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5 {
  position: relative;
  left: 0px;
  width: 0vw;
  height: 3px;
  margin-right: auto;
  margin-left: 0px;
  background-color: #ed1846;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-6 {
  width: 100%;
  height: 0px;
  margin-bottom: 50px;
  padding-top: 50px;
  border-bottom: 1px dotted #8f8f8f;
}

.standard-p {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-align: justify;
}

.kunden {
  width: 100%;
  margin-right: -35px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 35vh;
  min-height: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1400px;
}

.paragraph-7 {
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.link {
  margin-left: 40px;
  color: #ed1846;
  font-size: 14px;
  text-decoration: none;
}

.link.phone {
  margin-left: 0px;
  color: #fff;
}

.link.phone:hover {
  color: #fff;
}

.slider-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 0%;
  background-color: rgba(237, 24, 70, 0.19);
}

.portfolio-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.columns {
  width: 100%;
}

.column-portfolio-img {
  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;
}

.link-block-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -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-11 {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 0%;
  background-color: rgba(237, 24, 70, 0.19);
}

.paragraph-9 {
  position: absolute;
  top: 133px;
  display: block;
  max-width: 10px;
  text-align: center;
}

.image-2 {
  position: relative;
  z-index: 1;
}

.image-3 {
  width: 90vw;
  max-width: 1600px;
}

.personas {
  width: 80vw;
  max-width: 1600px;
}

.portrait {
  width: 40px;
  margin-bottom: 10px;
}

.grid-2 {
  margin-bottom: 65px;
  grid-auto-flow: row;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 0.75fr;
  grid-template-columns: 0.25fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-4 {
  margin-bottom: 0px;
}

.paragraph-10 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.p-steckbrief {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.a-standard {
  -webkit-transition: letter-spacing 300ms cubic-bezier(1, 0, 0, 1);
  transition: letter-spacing 300ms cubic-bezier(1, 0, 0, 1);
  color: #ed1846;
  text-decoration: none;
}

.a-standard:hover {
  letter-spacing: 5px;
}

.a-standard.footer {
  margin-left: 60px;
}

.heading-5 {
  margin-bottom: 40px;
}

.heading-6 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #6e6e6e;
  font-weight: 500;
}

.paragraph-11 {
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.map {
  max-height: 350px;
  max-width: 900px;
  margin-top: 35px;
}

.div-block-12 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.heading-8 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
}

.heading-9 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.paragraph-12 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
}

.text-span {
  color: #858585;
}

.impressum {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.impressum.subheading {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 500;
}

.impressum.fliesstext {
  padding-left: 40px;
  letter-spacing: 1px;
}

.impressum.fliesstext.link {
  margin-left: 0px;
  padding-left: 0px;
}

.impressum.heading {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}

.impressum.text-wrapper {
  margin-bottom: 10px;
}

.link-2 {
  margin-left: 0px;
}

@media screen and (max-width: 991px) {
  .paragraph-2 {
    font-size: 35px;
    line-height: 35px;
  }
  .paragraph-3 {
    font-size: 17px;
    line-height: 17px;
  }
  .phone-wrapper-nav {
    margin-right: 5vw;
  }
  .slider {
    width: 90vw;
    height: 40vh;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .content-wrapper {
    width: 90vw;
  }
  .div-block-5 {
    left: auto;
    margin-left: 0px;
  }
  .slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -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;
  }
  .wraperr-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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-9 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-slogan {
    display: none;
  }
  .phone-wrapper-nav {
    display: none;
  }
  .div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -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;
  }
  .slider {
    height: 25vh;
  }
  .column-portfolio-img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .links-wrapper {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .phone-wrapper-nav {
    display: none;
  }
  .div-block-3 {
    margin-top: 10px;
    padding-left: 0px;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slider {
    height: 15vh;
  }
  .heading-4 {
    margin-top: 5px;
  }
  .map {
    max-height: 250px;
  }
}

#w-node-df104e027d93-f5cca9eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

