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

.section-opener {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  clear: none;
  -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;
  background-image: url('../images/tp_eingang.png');
  background-position: 100% 0%;
  background-size: 42%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-opener.mobile2 {
  background-size: auto 100%;
  background-attachment: fixed;
}

.link-block {
  padding: 15px;
}

.image {
  padding-top: 25px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 40;
  background-color: #fff;
  box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.57);
}

.container-opener {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
}

.link {
  color: #707070;
  text-decoration: none;
}

.link:hover {
  color: #02427b;
}

.link-2 {
  color: #707070;
  text-decoration: none;
}

.link-2:hover {
  color: #f8a129;
}

.link-3 {
  color: #707070;
  text-decoration: none;
}

.link-3:hover {
  color: #95d852;
}

.link-4 {
  color: #707070;
  text-decoration: none;
}

.link-4:hover {
  color: #935e36;
}

.heading {
  width: 100%;
  margin-top: 0px;
  font-family: museo-slab, sans-serif;
  color: #707070;
  font-size: 60px;
  line-height: 60px;
}

.link-5 {
  color: #707070;
  text-decoration: none;
}

.link-5:hover {
  color: #de53b4;
}

.paragraph {
  width: 100%;
  font-family: museo-sans, sans-serif;
  color: #707070;
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
}

.container-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/building.png');
  background-position: 100% 100%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.div-block {
  width: 60%;
  margin-top: 40px;
}

.tpsections {
  height: auto;
  margin-top: 0px;
  background-color: #de53b4;
}

.tpsections.marketing {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.tpsections.werbetechnik {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 1;
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f8a129;
  color: #fff;
}

.tpsections.digitaldruck {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 2;
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #95d852;
}

.tpsections.konstruktion {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 2;
  background-color: #9d6540;
}

.tpsections.digital {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #de53b4;
}

.tpsections.onlick {
  position: relative;
  top: -72px;
  z-index: 5;
  height: 5vh;
  background-color: #5f3552;
}

.tpsections.onclick {
  position: static;
  top: -212px;
  z-index: 500;
  display: block;
  height: 70vh;
  background-color: #fff;
}

.container {
  display: block;
  height: 78vh;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.bold-info {
  margin-top: 45px;
  font-family: museo-slab, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 90px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-2 {
  margin-top: 60px;
}

.columns {
  width: 100%;
  margin-top: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns.digitalspecialwidth {
  width: auto;
}

.text-block {
  margin-top: -300px;
  font-family: museo-slab, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-block.blue {
  margin-top: -250px;
  color: #01427b;
}

.text-block.orange {
  color: #f49602;
}

.text-block.orange.brown {
  margin-top: -250px;
  color: #9d6540;
}

.text-block.orange.green {
  margin-top: -250px;
  color: #95d852;
}

.text-block.orange.pink {
  margin-top: 40px;
  color: #de53b4;
}

.image-2 {
  margin-top: 180px;
}

.image-2.mobile2 {
  margin-top: 160px;
}

.image-3 {
  margin-top: 50px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -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;
}

.paragraph-2 {
  width: 80%;
  font-family: museo-sans, sans-serif;
  color: #707070;
  font-weight: 300;
}

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

.heading-2 {
  margin-top: 10px;
  font-family: museo-slab, sans-serif;
  color: #707070;
  font-weight: 700;
}

.footer {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  max-width: 1440px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.containertp {
  position: static;
  top: 10px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-width: 1440px;
  margin-right: 100px;
  margin-left: 100px;
  -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;
  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;
}

.containertp.location {
  position: relative;
  z-index: 1;
  height: 100vh;
  max-width: 1920px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.containertp.sections {
  position: relative;
  left: 0px;
  height: 130vh;
  max-width: 1920px;
  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: 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;
}

.containertp.sections.smallsection {
  height: 100vh;
  padding-top: 30px;
}

.containertp.kontakt {
  height: 20vh;
}

.containernav {
  margin-right: 100px;
  margin-left: 100px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -150px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-4 {
  margin-top: -30px;
  margin-left: 0px;
  padding-left: 0px;
  clear: none;
}

.paragraph-3 {
  width: 60%;
  font-family: museo-sans, sans-serif;
  color: #707070;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  letter-spacing: -0.4px;
}

.kontakt {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  background-color: #fff;
}

.map {
  position: relative;
  z-index: 5;
  margin-bottom: -10px;
}

.footercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  font-family: museo-slab, sans-serif;
  color: #707070;
  font-size: 45px;
  line-height: 42px;
}

.nav-link {
  font-family: museo-sans, sans-serif;
  color: #000;
  font-weight: 700;
}

.section-location {
  margin-bottom: 0px;
}

.body {
  cursor: default;
}

.link-7 {
  color: #707070;
  text-decoration: none;
}

.link-7:hover {
  color: #000;
  font-weight: 700;
}

.link-8 {
  color: #707070;
  text-decoration: none;
}

.link-8:hover {
  color: #000;
  font-weight: 700;
}

.swipeout {
  position: relative;
  left: 0%;
  top: 53%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  height: 500px;
  float: none;
  clear: none;
  background-color: red;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(500px, 5fr) minmax(500px, 5fr);
  grid-template-columns: minmax(500px, 5fr) minmax(500px, 5fr);
  -ms-grid-rows: 339px 196px;
  grid-template-rows: 339px 196px;
}

.grid.orange {
  grid-auto-rows: minmax(auto, 1fr);
  -ms-grid-columns: minmax(500px, 5fr) minmax(325px, 0.25fr) minmax(382px, 0.25fr);
  grid-template-columns: minmax(500px, 5fr) minmax(325px, 0.25fr) minmax(382px, 0.25fr);
}

.grid.orange.brown {
  -ms-grid-columns: minmax(500px, 5fr) minmax(325px, 0.25fr) minmax(382px, 0.25fr);
  grid-template-columns: minmax(500px, 5fr) minmax(325px, 0.25fr) minmax(382px, 0.25fr);
}

.heading-4 {
  width: 70%;
  font-family: museo-slab, sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 26px;
}

.heading-4.wider {
  width: 70%;
  margin-top: 20px;
}

.div-block-6 {
  border-bottom: 2px solid #003e79;
}

.div-block-6.orange {
  border-bottom-color: #f49602;
}

.div-block-6.orange.brown {
  border-bottom-color: #9d6540;
}

.div-block-6.orange.pink {
  border-bottom-color: #de53b4;
}

.div-block-6.orange.green {
  border-bottom-color: #95d852;
}

.div-block-7 {
  border-left: 2px solid #00427b;
}

.div-block-7.orange {
  border-left-color: #f49602;
}

.div-block-7.orange.brown {
  border-left-color: #9d6540;
}

.div-block-7.orange.green {
  border-left-color: #95d852;
}

.div-block-7.orange.pink {
  border-left-color: #de53b4;
}

.div-block-8 {
  border-right: 2px none #f49602;
  border-left: 0px none transparent;
}

.paragraph-4 {
  width: 85%;
  margin-top: 30px;
  font-family: museo-sans, sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #003e79;
}

.div-block-9.orange {
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 50px;
  -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;
  border-right-style: none;
  border-right-color: #f49602;
}

.heading-5 {
  margin-top: 0px;
  margin-left: 20px;
  font-family: museo-slab, sans-serif;
  color: #01427b;
  font-weight: 700;
}

.heading-5.orange {
  margin-bottom: 0px;
  padding-top: 0px;
  color: #f49602;
}

.heading-5.orange.greenheadline {
  margin-left: 0px;
  padding-top: 25px;
}

.heading-5.orange.greenheadline.green {
  margin-left: 0px;
  padding-top: 0px;
}

.heading-5.orange.brown {
  color: #9d6540;
  text-transform: none;
}

.heading-5.orange.green {
  color: #95d852;
  text-transform: none;
}

.heading-5.orange.pink {
  color: #de53b4;
}

.heading-5.orange.secondrow {
  margin-top: 23px;
}

.div-block-10 {
  width: 90%;
  margin-top: 20px;
  margin-left: 20px;
}

.div-block-10.small {
  width: 60%;
}

.text-block-2 {
  margin-left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #707070;
  font-family: museo-sans, sans-serif;
  color: #707070;
  font-size: 14px;
  font-weight: 300;
}

.text-block-2.ohnelinie {
  border-bottom-style: none;
}

.text-block-2.bold {
  border-bottom-style: solid;
  font-family: museo-slab, sans-serif;
  color: #707070;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-2.bold.secondrow {
  padding-top: 30px;
}

.text-block-2.secondrow {
  padding-top: 0px;
}

.popout {
  position: relative;
  left: -2000px;
  z-index: 2;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.onclick {
  position: absolute;
  left: 0px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #01427b;
}

.onclick.marketinginfo {
  z-index: auto;
}

.onclick.marketinginfo.werbetechnik {
  background-color: #f8a129;
}

.onclick.digitaldruck {
  background-color: #95d852;
}

.onclick.konstruktion {
  background-color: #9d6540;
}

.onclick.digital {
  height: 130vh;
  background-color: #de53b4;
}

.image-6 {
  display: inline-block;
  margin-top: -100px;
  margin-right: 0px;
  padding-right: 0px;
}

.div-block-11 {
  border-left: 2px solid #f49602;
}

.div-block-11.brown {
  border-left-color: #9d6540;
}

.div-block-11.brown.pink {
  border-left-color: #de53b4;
}

.div-block-11.green {
  border-left-color: #95d852;
}

.popoutblue {
  background-color: #fff;
}

.popoutblue.popout {
  left: -4000px;
  right: auto;
  z-index: 1;
}

.popoutorange.popout {
  left: -4000px;
}

.popoutgreen.popout {
  left: -4000px;
}

.popoutbrown.popout {
  left: -4000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popoutpinkt.popout {
  left: -4000px;
}

.text-block-3 {
  font-family: museo-slab, sans-serif;
}

.text-block-4 {
  margin-top: 70px;
  font-family: museo-sans, sans-serif;
}

.container-4 {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 0px;
}

.heading-6 {
  font-family: museo-slab, sans-serif;
}

.body-2 {
  margin-bottom: 0px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #707070;
  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;
}

.link-9 {
  font-family: museo-slab, sans-serif;
  text-decoration: none;
}

.heading-7 {
  font-family: museo-slab, sans-serif;
}

.text-block-5 {
  font-family: museo-sans, sans-serif;
}

.linkttosubpage {
  display: none;
}

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

@media (max-width: 991px) {
  .section-opener {
    background-size: 50%;
  }
  .section-opener.mobile2 {
    background-position: 100% -80%;
    background-size: auto 90%;
  }
  .link-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link {
    background-color: #fff;
  }
  .link-2 {
    background-color: #fff;
  }
  .link-3 {
    background-color: #fff;
  }
  .link-4 {
    background-color: #fff;
  }
  .heading {
    font-size: 38px;
    line-height: 45px;
  }
  .link-5 {
    background-color: #fff;
  }
  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .div-block {
    width: 100%;
  }
  .tpsections.marketing {
    margin-top: 170px;
    margin-bottom: 0px;
  }
  .tpsections.digital {
    height: 80vh;
  }
  .bold-info {
    margin-top: 0px;
    font-size: 50px;
    line-height: 60px;
  }
  .columns {
    width: 100%;
    margin-top: 25px;
  }
  .text-block {
    margin-top: 0px;
  }
  .image-2 {
    margin-top: 115px;
  }
  .image-2.mobile2 {
    display: none;
  }
  .paragraph-2 {
    font-size: 12px;
    line-height: 18px;
  }
  .heading-2 {
    font-size: 34px;
  }
  .link-6 {
    font-size: 11px;
  }
  .containertp {
    height: 68vh;
    margin-right: 20px;
    margin-left: 20px;
  }
  .containertp.location {
    margin-bottom: -120px;
  }
  .containertp.sections {
    left: 0px;
    height: 100vh;
  }
  .containertp.sections.pink {
    height: 80vh;
  }
  .containernav {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-4 {
    margin-top: 30px;
  }
  .heading-3 {
    font-size: 26px;
    line-height: 35px;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 550px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .grid {
    -ms-grid-columns: minmax(416px, 4.5fr) minmax(196px, 3.75fr);
    grid-template-columns: minmax(416px, 4.5fr) minmax(196px, 3.75fr);
    -ms-grid-rows: 205px 196px;
    grid-template-rows: 205px 196px;
  }
  .grid.orange {
    grid-template-columns: minmax(258px, 5fr) minmax(230px, 0.25fr) repeat(auto-fit, minmax(230px, 0.25fr));
  }
  .heading-4.mobile {
    padding-left: 0px;
  }
  .text-block-2 {
    padding-left: 25px;
  }
  .text-block-2.blue {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom-style: none;
    font-size: 14px;
  }
  .text-block-2.p2 {
    padding-top: 10px;
    padding-right: 200px;
    padding-bottom: 10px;
    border-bottom-style: none;
  }
  .onclick.marketinginfo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .onclick.marketinginfo.werbetechnik {
    overflow: visible;
  }
  .onclick.konstruktion {
    height: 80px;
  }
  .image-6 {
    margin-right: 25px;
  }
  .popoutblue.popout {
    left: -2000px;
  }
  .popoutorange.popout {
    left: -2000px;
    margin-bottom: 0px;
  }
  .text-block-6 {
    padding-top: 30px;
    padding-left: 0px;
    font-family: museo-slab, sans-serif;
    color: #003e79;
    font-size: 16px;
  }
  .text-block-6.orange {
    padding-left: 0px;
    color: #f49602;
  }
  .text-block-6.green {
    color: #95d852;
  }
  .text-block-6.brown {
    color: #9d6540;
  }
  .text-block-6.brown.p2 {
    padding-left: 20px;
    color: #9d6540;
  }
  .text-block-6.pink {
    color: #de53b4;
  }
  .text-block-6.pink.p2 {
    padding-left: 20px;
  }
  .text-block-6.tablet {
    padding-top: 30px;
    padding-left: 20px;
  }
  .text-block-6._2 {
    padding-left: 20px;
  }
  .div-block-12 {
    border-bottom: 2px solid #003e79;
  }
  .div-block-12.brown {
    border-bottom-color: #9d6540;
  }
  .div-block-12.digital {
    border-bottom-color: #de53b4;
  }
  .div-block-13 {
    margin-right: 25px;
  }
  .div-block-14 {
    padding-top: 20px;
    padding-right: 350px;
    padding-left: 0px;
  }
  .linkttosubpage {
    position: relative;
    z-index: 5;
    display: block;
    width: auto;
    height: auto;
    min-height: 80vh;
    min-width: 100%;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .section-opener {
    display: none;
    background-position: 50% 50%;
    background-size: 100%;
  }
  .navbar {
    display: none;
  }
  .link {
    padding: 5px;
    background-color: #003e79;
    color: #fff;
    line-height: 40px;
  }
  .link:hover {
    color: #0063bb;
  }
  .link-2 {
    display: inline;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f49601;
    color: #fff;
    line-height: 40px;
  }
  .link-2:hover {
    color: #ce831c;
  }
  .link-3 {
    padding: 5px;
    background-color: #94c11d;
    color: #fff;
    line-height: 40px;
  }
  .link-3:hover {
    color: #a0e759;
  }
  .link-4 {
    padding: 5px;
    background-color: #935d36;
    color: #fff;
    line-height: 40px;
  }
  .link-4:hover {
    color: #6b4325;
  }
  .heading {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
  }
  .link-5 {
    padding: 5px;
    background-color: #c93a8e;
    color: #fff;
    line-height: 40px;
  }
  .link-5:hover {
    color: #f05ac2;
  }
  .paragraph {
    display: none;
    overflow: visible;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.55);
  }
  .div-block {
    margin-top: 15px;
  }
  .tpsections.marketing {
    display: none;
  }
  .tpsections.werbetechnik {
    display: none;
  }
  .tpsections.digitaldruck {
    display: none;
  }
  .tpsections.konstruktion {
    display: none;
  }
  .tpsections.digital {
    display: none;
  }
  .bold-info {
    margin-top: 110px;
    font-size: 41px;
    line-height: 45px;
  }
  .image-2 {
    margin-top: -400px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-2.mobile2 {
    display: none;
  }
  .heading-2 {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
  }
  .footer {
    display: none;
  }
  .containertp.location {
    height: 60vh;
    margin-bottom: -5px;
  }
  .containertp.sections {
    height: 70vh;
  }
  .containernav {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-4 {
    margin-top: -89px;
    margin-right: -54px;
    margin-left: 0px;
    padding-left: 61px;
  }
  .paragraph-3 {
    width: 80%;
  }
  .kontakt {
    display: none;
  }
  .map {
    display: none;
  }
  .section-location {
    display: none;
  }
  .nav-menu {
    margin-left: 350px;
  }
  .div-block-5 {
    color: #7e2c2c;
  }
  .image-5 {
    display: none;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    color: #fff;
  }
  .text-block-2.green {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .text-block-2.p2 {
    padding-right: 100px;
  }
  .text-block-4 {
    margin-right: 20px;
    margin-left: 21px;
  }
  .heading-6 {
    margin-left: 20px;
  }
  .container-5 {
    padding-left: 20px;
  }
  .text-block-6.orange._2 {
    padding-right: 50px;
  }
  .div-block-14 {
    padding-right: 50px;
  }
  .linkttosubpage {
    min-height: 70vh;
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
}

@media (max-width: 479px) {
  .section-opener {
    display: block;
    height: 60vh;
    background-color: #fff;
    background-position: 50% 50%;
    background-size: 100%;
  }
  .section-opener.mobile2 {
    top: 60px;
    z-index: -1;
    height: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }
  .link-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image {
    display: inline-block;
  }
  .navbar {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph {
    display: block;
    color: #707070;
    text-shadow: none;
  }
  .tpsections.marketing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
  }
  .tpsections.werbetechnik {
    display: block;
    max-height: 70vh;
  }
  .tpsections.digitaldruck {
    display: block;
    max-height: 70vh;
  }
  .tpsections.konstruktion {
    z-index: 3;
    display: block;
    max-height: 70vh;
  }
  .tpsections.digital {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 4;
    display: block;
    height: 70vh;
  }
  .column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bold-info {
    margin-top: 125px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 35px;
  }
  .columns {
    margin-top: -100px;
  }
  .text-block {
    margin-top: 10px;
    font-size: 14px;
  }
  .text-block.pink {
    margin-top: -90px;
  }
  .image-2 {
    display: none;
    margin-top: -300px;
    padding-left: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 12px;
  }
  .paragraph-2 {
    width: 100%;
  }
  .column-3 {
    padding-left: 0px;
  }
  .heading-2 {
    font-size: 22px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 7vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .link-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .containertp {
    height: 40vh;
    margin-right: 10px;
    margin-left: 10px;
  }
  .containertp.location {
    height: 85vh;
    margin-bottom: -120px;
  }
  .containertp.sections {
    height: 60vh;
  }
  .containertp.sections.smallsection {
    height: 49vh;
  }
  .containertp.kontakt {
    height: 20vh;
    padding-top: 0px;
  }
  .containernav {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-4 {
    margin-top: -26px;
    margin-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  .paragraph-3 {
    width: 100%;
    font-size: 16px;
  }
  .kontakt {
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .map {
    display: block;
  }
  .footercontainer {
    height: 7vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }
  .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-location {
    display: block;
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
    background-color: #fff;
  }
  .body {
    overflow: hidden;
  }
  .nav-menu {
    margin-left: 111px;
  }
  .menu-button.w--open {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .icon {
    background-color: #fff;
    color: #707070;
    font-size: 20px;
  }
  .map-2 {
    height: 45vh;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-4.mobile {
    width: 100%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
  .text-block-2 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-style: none;
    border-width: 1px;
    border-color: #000 #000 #707070;
  }
  .text-block-2.bold {
    padding-bottom: 3px;
    border-style: none none solid;
    border-color: #707070;
  }
  .text-block-2.withline {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
  }
  .text-block-2.blue {
    padding-top: 10px;
  }
  .text-block-2.p2 {
    padding-right: 0px;
  }
  .onclick.marketinginfo {
    height: 70vh;
    max-height: 70vh;
  }
  .onclick.digital {
    height: 70vh;
  }
  .popoutblue.popout {
    display: none;
  }
  .popoutorange.popout {
    left: -2000px;
    display: none;
  }
  .popoutgreen.popout {
    display: none;
  }
  .popoutbrown.popout {
    display: none;
  }
  .popoutpinkt.popout {
    display: none;
  }
  .text-block-4 {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  .container-4 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .heading-6 {
    margin-left: 10px;
    font-size: 24px;
  }
  .image-7 {
    margin-top: 0px;
  }
  .link-9 {
    font-family: museo-slab, sans-serif;
    color: #707070;
    text-decoration: none;
  }
  .heading-7 {
    font-family: museo-slab, sans-serif;
    color: #707070;
  }
  .text-block-5 {
    font-family: museo-sans, sans-serif;
  }
  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-6 {
    padding-top: 30px;
    padding-left: 20px;
    font-family: museo-slab, sans-serif;
    color: #003e79;
    font-size: 16px;
  }
  .text-block-6.orange {
    padding-left: 20px;
    color: #f49602;
  }
  .text-block-6.orange._2 {
    padding-right: 0px;
    font-size: 14px;
  }
  .text-block-6.green {
    color: #95d852;
  }
  .text-block-6.green._2 {
    font-size: 14px;
  }
  .text-block-6.brown {
    color: #9d6540;
  }
  .text-block-6.brown.p2 {
    padding-left: 20px;
    font-size: 14px;
  }
  .text-block-6.pink {
    color: #de53b4;
  }
  .text-block-6.pink._2 {
    font-size: 14px;
  }
  .text-block-6.digital {
    color: #de53b4;
  }
  .text-block-6._2 {
    font-size: 14px;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 17%;
    margin-right: 25px;
    margin-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 2px solid #003e79;
  }
  .div-block-12.orange {
    height: 17%;
    border-bottom-color: #f49602;
  }
  .div-block-12.green {
    height: 15%;
    border-bottom-color: #95d852;
  }
  .div-block-12.brown {
    height: 15%;
    border-bottom-color: #9d6540;
  }
  .div-block-12.digital {
    height: 15%;
    border-bottom-color: #de53b4;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35%;
    margin-right: 25px;
    padding-right: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 2px none #003e79;
  }
  .div-block-13.orange {
    height: 35%;
  }
  .div-block-13.green {
    height: 40%;
  }
  .div-block-13.brown {
    height: 40%;
  }
  .div-block-13.pink {
    height: 3440%;
  }
  .div-block-14 {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 0px;
  }
  .div-block-14.werbetech {
    padding-right: 25px;
  }
  .section {
    margin-bottom: 25px;
  }
  .section.green {
    margin-bottom: 30px;
  }
  .linkttosubpage {
    z-index: 5;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 62vh;
    margin-top: 0px;
  }
  .linkttosubpage:active {
    box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.32);
  }
  .html-embed {
    overflow: hidden;
  }
  .div-block-15 {
    display: none;
  }
}

#w-node-885ea4056141-debe35aa {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-72c8afb60cc6-debe35aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-9cdf8512f536-debe35aa {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-9cdf8512f53d-debe35aa {
  -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;
}

#w-node-9cdf8512f556-debe35aa {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-9cdf8512f55b-debe35aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-9cdf8512f55c-debe35aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c032ef80d5b1-debe35aa {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c032ef80d5b8-debe35aa {
  -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;
}

#w-node-c032ef80d5dc-debe35aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c032ef80d5ec-debe35aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c032ef80d5f2-debe35aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-043a634e4b5a-debe35aa {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-043a634e4b5d-debe35aa {
  -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;
}

#w-node-043a634e4b84-debe35aa {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-043a634e4b94-debe35aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-043a634e4b98-debe35aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e481d57cdab7-debe35aa {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e481d57cdaba-debe35aa {
  -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;
}

#w-node-e481d57cdadd-debe35aa {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e481d57cdadf-debe35aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e481d57cdae3-debe35aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

