a {
  color: #25b4e4;
  text-decoration: underline;
}

.image {
  display: block;
  max-width: 1440px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
}

.herocontainer {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  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: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 100px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #923f3f;
}

.columns {
  position: fixed;
  top: 0px;
  z-index: 100;
}

.column {
  -o-object-fit: contain;
  object-fit: contain;
}

.columns-2 {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.section {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  margin-top: 0px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 99vh;
  max-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;
}

.section-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: transparent;
}

.navbar.bgblue {
  background-color: #fafafa;
}

.container-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 1180px;
  margin: 40px auto;
  border: 0px solid #000;
}

.nav-link {
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.nav-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.nav-link-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.nav-link-4 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.nav-link-5 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.nav-link-6 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.menu-button {
  display: block;
  padding: 0px;
}

.menu-button.w--open {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 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;
  text-align: left;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.columns-5 {
  max-width: 1140px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 10px;
  padding-left: 0px;
  -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;
}

.weare {
  padding-top: 40px;
}

.heading {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #94bc11;
  font-size: 20px;
}

.body {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-2 {
  padding-bottom: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.link-block-text {
  display: inline;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-block.inca {
  display: inline-block;
}

.sliderairwaves {
  margin-right: 20px;
}

.mask {
  overflow: hidden;
}

.slide-nav {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -69px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.slide2 {
  width: 50%;
}

.slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0a2756;
}

.text-block-4 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.text-block-5 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-block-6 {
  padding-top: 10px;
  padding-bottom: 14px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.wandel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #fff;
}

.div-block-5 {
  position: relative;
  width: 100%;
  max-width: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-4 {
  overflow: hidden;
}

.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-6 {
  width: 100%;
  max-width: 1180px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-7 {
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.instagram1 {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.instagram2 {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.instagram3 {
  margin-right: 20px;
}

.instagram4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-6 {
  display: none;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  height: 255px;
  padding-top: 80px;
  background-color: #fafafa;
}

.impressumtext {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.impressumlink1 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.impressumlink2 {
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.totop {
  height: 100%;
  padding-right: 20px;
  text-align: right;
}

.image-5 {
  width: 40%;
  max-width: 600px;
  padding-bottom: 40px;
}

.herowearemstudio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.herocontainerwe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aboutuscontainer {
  padding-top: 100px;
}

.text-block-8 {
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-9 {
  display: none;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  line-height: 50px;
}

.text-block-10 {
  padding-bottom: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 30px;
}

.image-6 {
  display: none;
  width: 400px;
}

.text-block-11 {
  padding-bottom: 100px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 30px;
}

.div-block-7 {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}

.thinkcreateactivate {
  display: none;
  margin-bottom: 100px;
  -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;
}

.weare_box_highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  padding: 40px;
  -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: #94bc11;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.text-block-12 {
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.text-block-13 {
  line-height: 23px;
}

.text-block-14 {
  font-size: 18px;
  line-height: 23px;
}

.hero1 {
  position: relative;
}

.text-block-15 {
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 61px;
  line-height: 107px;
  font-weight: 700;
}

.columns-7 {
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column_right {
  padding-right: 20px;
}

.text-block-16 {
  display: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 30px;
}

.ourworkcase1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.caseleft {
  max-width: 60%;
  padding-right: 60px;
}

.textright {
  max-width: 40%;
}

.text-block-17 {
  margin-bottom: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-18 {
  margin-bottom: 35px;
  padding-right: 60px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-19 {
  margin-bottom: 40px;
  padding-right: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.ourworkcase2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.textleft {
  max-width: 40%;
}

.caseright {
  max-width: 60%;
}

.container-6 {
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
}

.columns-9 {
  margin-right: auto;
  margin-left: auto;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.casesheadercontent {
  max-width: 1140px;
  -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;
}

.workcaseleft {
  max-width: 1180px;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.container-10 {
  max-width: 1140px;
}

.workcaseright {
  max-width: 1140px;
  margin-bottom: 100px;
}

.text-block-20 {
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 40px;
}

.casevodafone {
  display: block;
  height: 99vh;
  margin-top: auto;
  margin-bottom: 100px;
  -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;
  background-image: url('../images/hero_case_vodafone.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns-10 {
  max-width: 1140px;
}

.slider-2 {
  height: 600px;
  background-color: #fff;
}

.slide-1 {
  background-image: url('../images/redd-5U_28ojjgms-unsplash.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/vodafone_case_slide1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.case1numbers {
  display: none;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  -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;
}

.columns-11 {
  width: 100%;
  max-width: 1180px;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.text-block-21 {
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.container-11 {
  max-width: 1180px;
  padding: 80px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-9 {
  text-align: center;
}

.column-10 {
  text-align: center;
}

.column-11 {
  text-align: center;
}

.text-block-22 {
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

.text-block-23 {
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

.text-block-24 {
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

.container-12 {
  max-width: 1180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #25b4e4;
}

.text-block-25 {
  margin-bottom: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.text-block-26 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-27 {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-8 {
  margin-bottom: 20px;
}

.image-9 {
  margin-bottom: 20px;
}

.morecases1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.column-12 {
  padding-left: 0px;
}

.column-13 {
  padding-right: 0px;
}

.case2 {
  height: 95vh;
  margin-top: auto;
  margin-bottom: 100px;
  -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;
  background-image: url('../images/hero_case_airwaves.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4 {
  background-image: url('../images/vodafone_case_slide1.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/airwaves_case_slide1.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.slide-nav-2 {
  position: relative;
}

.text-block-28 {
  font-weight: 700;
}

.text-block-29 {
  font-weight: 700;
}

.text-block-30 {
  font-weight: 700;
}

.text-block-31 {
  font-weight: 700;
}

.text-block-32 {
  font-weight: 700;
}

.text-block-33 {
  font-weight: 700;
}

.slide-nav-3 {
  margin-bottom: 0px;
  background-color: #fff;
}

.hero2_sided_blue {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
  background-color: #fff;
}

.text-block-34 {
  display: block;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-block-35 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
}

.hero_text {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}

.teamprofilesdesktop {
  margin-top: 100px;
  margin-bottom: 100px;
}

.teamrow {
  max-width: 1140px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.teamname1 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.team1 {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

.image1 {
  margin-bottom: 10px;
}

.bold-text {
  line-height: 14px;
}

.explore {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.explorecontainer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 1180px;
}

.link-block-icon {
  display: inline;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.slideblock-atmos {
  display: block;
  padding-bottom: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sliderimage {
  display: block;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 20px;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -20px;
  width: 50px;
  height: 50px;
  margin-right: 70px;
  -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;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -20px;
  display: block;
  width: 50px;
  height: 50px;
}

.column_left {
  padding-left: 0px;
}

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

.columns-14 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-17 {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.teamsprofilemobile {
  display: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.icon-3 {
  color: #fff;
  white-space: normal;
  cursor: pointer;
}

.icon-3.red {
  color: #fff;
}

.icon-3.red.white {
  color: #000;
}

.div-block-11 {
  max-width: 1440px;
}

.menu {
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
}

.columns-15 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.columns-16 {
  max-width: 1180px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.section-3 {
  position: relative;
}

.div-block-13 {
  overflow: visible;
}

.navbar-blau {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: transparent;
}

.image-11 {
  background-color: transparent;
}

.culture-images {
  padding-bottom: 100px;
}

.container-16 {
  max-width: 1140px;
}

.columns-18 {
  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;
}

.container-17 {
  max-width: 1140px;
}

.image-12 {
  padding-bottom: 100px;
}

.image-13 {
  padding-bottom: 100px;
}

.image-14 {
  padding-top: 60px;
}

.container-18 {
  max-width: 750px;
}

.trenner {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.container-19 {
  max-width: 750px;
}

.collapsible {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.div-block-14 {
  max-width: 1440px;
}

.text-block-38-copy {
  font-family: Poppins, sans-serif;
  color: #0080ff;
  font-size: 35px;
  font-weight: 700;
  cursor: pointer;
}

.column-18 {
  font-weight: 700;
  text-align: right;
}

.container-20 {
  display: block;
  max-width: 750px;
}

.stretegy_content {
  display: none;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 30px;
}

.stretegy_content.inca {
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-19 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.culture_mobile {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jobsection {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #94bc11;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-35-copy {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1px;
  line-height: 40px;
  font-weight: 700;
}

.container-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin: 140px auto 60px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.text-block-38 {
  margin-bottom: 100px;
  padding-top: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-22 {
  max-width: 1440px;
}

.slide-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/admosfy.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-38-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.bold-text-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.bold-text-3 {
  font-family: Poppins, sans-serif;
}

.bold-text-4 {
  font-family: Poppins, sans-serif;
}

.bold-text-5 {
  font-family: Poppins, sans-serif;
}

.bold-text-6 {
  font-family: Poppins, sans-serif;
}

.bold-text-7 {
  font-family: Poppins, sans-serif;
}

.bold-text-8 {
  font-family: Poppins, sans-serif;
}

.bold-text-9 {
  font-family: Poppins, sans-serif;
}

.bold-text-10 {
  font-family: Poppins, sans-serif;
}

.bold-text-11 {
  font-family: Poppins, sans-serif;
}

.bold-text-12 {
  font-family: Poppins, sans-serif;
}

.bold-text-13 {
  font-family: Poppins, sans-serif;
}

.bold-text-14 {
  font-family: Poppins, sans-serif;
}

.bold-text-15 {
  font-family: Poppins, sans-serif;
}

.bold-text-16 {
  font-family: Poppins, sans-serif;
}

.bold-text-17 {
  font-family: Poppins, sans-serif;
}

.bold-text-18 {
  font-family: Poppins, sans-serif;
}

.bold-text-19 {
  font-family: Poppins, sans-serif;
}

.bold-text-20 {
  font-family: Poppins, sans-serif;
}

.bold-text-21 {
  font-family: Poppins, sans-serif;
}

.bold-text-22 {
  font-family: Poppins, sans-serif;
}

.bold-text-23 {
  font-family: Poppins, sans-serif;
}

.bold-text-24 {
  font-family: Poppins, sans-serif;
}

.bold-text-25 {
  font-family: Poppins, sans-serif;
}

.bold-text-26 {
  font-family: Poppins, sans-serif;
}

.bold-text-27 {
  font-family: Poppins, sans-serif;
}

.bold-text-28 {
  font-family: Poppins, sans-serif;
}

.bold-text-29 {
  font-family: Poppins, sans-serif;
}

.bold-text-30 {
  font-family: Poppins, sans-serif;
}

.bold-text-31 {
  font-family: Poppins, sans-serif;
}

.bold-text-32 {
  font-family: Poppins, sans-serif;
}

.bold-text-33 {
  font-family: Poppins, sans-serif;
}

.bold-text-34 {
  font-family: Poppins, sans-serif;
}

.bold-text-35 {
  font-family: Poppins, sans-serif;
}

.bold-text-36 {
  font-family: Poppins, sans-serif;
}

.bold-text-37 {
  font-family: Poppins, sans-serif;
}

.bold-text-38 {
  font-family: Poppins, sans-serif;
}

.bold-text-39 {
  font-family: Poppins, sans-serif;
}

.bold-text-40 {
  font-family: Poppins, sans-serif;
}

.bold-text-41 {
  font-family: Poppins, sans-serif;
}

.link {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-34-copy {
  display: block;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-block-35-copy {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
}

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

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

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

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

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

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

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

.goup {
  max-width: 50px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}

.columns-20 {
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.text-block-39 {
  font-family: Verdana, Geneva, sans-serif;
}

.image-16 {
  width: 16px;
  height: 16px;
}

.bgblue {
  background-color: #fff;
}

.bgtrans {
  background-color: transparent;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-22 {
  padding-right: 0px;
  padding-left: 0px;
}

.logo_normal {
  display: block;
  width: 150px;
  height: 70px;
  padding-left: 0px;
  background-image: url('../images/admosfy-logo-wcs.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.logo_normal.w--current {
  display: block;
  width: 150px;
  height: 70px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/admosfy-logo-wcs.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-23 {
  max-width: 900px;
}

.columns-21 {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.image-18 {
  padding-bottom: 15px;
}

.text-block-40 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2 {
  margin-bottom: 15px;
  font-size: 13px;
  text-decoration: none;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-40-copy {
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-40-copy {
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-40-copy {
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #d2d2d2;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-40-copy-copy {
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-40-copy-copy {
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #d2d2d2;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.container-23-copy {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.container-3-copy {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 1180px;
  margin: 40px auto;
  border: 0px solid #000;
}

.nav-menu-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.menu-copy {
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
}

.bold-text-42 {
  font-size: 18px;
}

.bold-text-43 {
  font-size: 18px;
}

.bold-text-44 {
  font-size: 18px;
}

.column-31 {
  -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-5-copy {
  max-width: 1180px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 10px;
}

.container-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  padding-right: 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;
}

.image-19 {
  display: none;
}

.bold-text-45 {
  color: #fff;
}

.text-block-41 {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 700;
}

.text-block-40-copy {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2-copy {
  text-decoration: none;
}

.text-block-42 {
  font-family: Poppins, sans-serif;
}

.link-block-3 {
  margin-bottom: 15px;
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

.link-block-4 {
  margin-bottom: 15px;
  font-size: 13px;
  text-decoration: none;
}

.text-block-43 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 700;
}

.teamprofilesmobile {
  display: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-20 {
  display: none;
}

.image-21 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-left: 20px;
}

.container-24 {
  position: relative;
  display: none;
  height: 100%;
  max-width: 1180px;
}

.case1-laren {
  display: block;
  height: 100vh;
  margin-top: auto;
  -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;
  background-image: url('../images/mclaren_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mc-slide1 {
  background-image: url('../images/mclaren_slide1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mc-slide2 {
  background-image: url('../images/mclaren_slide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mc-slide3 {
  background-image: url('../images/mclaren_slide3.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.mc-slide4 {
  background-image: url('../images/mclaren_slide4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.link-block-5 {
  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;
  color: #fff;
  text-decoration: none;
}

.case1numbersmobile {
  display: none;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  -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;
}

.container-25 {
  max-width: 1180px;
}

.div-block-17 {
  width: 100%;
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
}

.slidervodafone {
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  background-color: transparent;
}

.workcaseleftx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-18-copy {
  margin-bottom: auto;
  padding-right: 60px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
}

.left-arrow-4 {
  display: block;
}

.right-arrow-4 {
  display: block;
}

.workcaseleft-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slidervodafone-copy {
  width: 50%;
  height: 600px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.text-block-17-copy {
  width: 45%;
  margin-bottom: auto;
  clear: left;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-block-18-copy {
  width: 45%;
  margin-bottom: 35px;
  padding-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
}

.text-block-19-copy {
  width: 45%;
  margin-bottom: 40px;
  padding-right: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.text-block-19-copy {
  margin-bottom: 40px;
  padding-right: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.caseairwaves {
  display: block;
  height: 99vh;
  margin-top: auto;
  margin-bottom: 100px;
  -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;
  background-image: url('../images/airwaves_header_desktop.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.airslide1 {
  background-image: url('../images/more_cases_airwaves.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.airslide2 {
  background-image: url('../images/airwaves_case_slide1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casevodafone-copy {
  display: block;
  height: 95vh;
  margin-top: auto;
  -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;
  background-image: url('../images/hero_case_vodafone.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.air_slide1 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.air_slide2 {
  background-image: url('../images/airwaves_slide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casemclaren {
  display: block;
  height: 99vh;
  margin-top: auto;
  margin-bottom: 100px;
  -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;
  background-image: url('../images/mclaren_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mclaren_slide1 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.mclaren_slide2 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.mclaren_slide3 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.mclaren_slide4 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.air_slide3 {
  background-image: url('../images/airwaves_slide3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.air_slide4 {
  background-image: url('../images/airwaves_slide4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-34 {
  padding-top: 40px;
}

.column-36 {
  padding-right: 0px;
  padding-left: 30px;
}

.column-40 {
  padding-right: 0px;
  padding-left: 30px;
}

.column-44 {
  padding-right: 0px;
  padding-left: 30px;
}

.section-10 {
  margin-bottom: 100px;
}

.service-chart-mobile {
  position: relative;
  margin-top: 100px;
  text-align: center;
}

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

.link-block-6 {
  display: block;
  color: #fff;
  text-decoration: none;
}

.section-12 {
  margin-bottom: 100px;
}

.bold-text-46 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.link-10 {
  color: #fff;
}

.link-11 {
  color: #fff;
}

.casesnikers {
  display: block;
  height: 99vh;
  margin-top: auto;
  margin-bottom: 100px;
  -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;
  background-image: url('../images/snickers_header_desktop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.snicker_slide1 {
  background-image: url('../images/snicker_hero2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.snicker_slide2 {
  background-image: url('../images/snickers_slide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.caseadmosfy {
  display: block;
  height: 99vh;
  margin-top: auto;
  margin-bottom: 100px;
  -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;
  background-image: url('../images/admosfy_teaser2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.admosfy_slide1 {
  background-image: url('../images/admosfy_teaser2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.admosfy_slide2 {
  background-image: url('../images/placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.admosfy_slide3 {
  background-image: url('../images/vodafone_slide3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgwhite {
  background-color: #fff;
}

.explore_in_hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heroslider {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slidevoafone2 {
  margin-right: 20px;
}

.slidemclaren {
  margin-right: 20px;
}

.slidesnikers {
  margin-right: 20px;
}

.snicker_slide3 {
  background-image: url('../images/snickers_slide3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.responsiveslider {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-block-7 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-copy {
  padding: 16px 40px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.columns-7-copy {
  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;
}

.ourwork-copy {
  position: relative;
  height: 550px;
}

.video {
  margin-bottom: 40px;
}

.text-block-38-copy-copy {
  font-family: Poppins, sans-serif;
  color: #0080ff;
  font-size: 35px;
  font-weight: 700;
  cursor: pointer;
}

.trenner-copy {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
}

.hero_column {
  width: 100%;
  max-width: 1140px;
  margin-top: 140px;
  margin-bottom: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.explorecontainer1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 1180px;
}

.image-23 {
  margin-bottom: 40px;
}

.image-24 {
  margin-bottom: 40px;
}

.image-25 {
  margin-bottom: 40px;
}

.image-26 {
  margin-bottom: 40px;
}

.image-27 {
  margin-bottom: 40px;
}

.image-28 {
  padding-top: 100px;
}

.image-29 {
  width: 100%;
}

.column-50 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.columns-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-27 {
  margin-bottom: 100px;
}

.column-54 {
  text-align: right;
}

.column-55 {
  text-align: right;
}

.hero_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-8-copy {
  max-width: 1140px;
  -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;
  background-color: transparent;
}

.unserteamcontentheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  padding-right: 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;
}

.cultureherocontent {
  max-width: 1140px;
  -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;
}

.hero_hl_middle {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.case_admosfy {
  display: none;
  max-width: 1180px;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.casehero {
  display: block;
  height: 95vh;
  margin-top: auto;
  margin-bottom: 100px;
  -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;
  background-image: url('../images/airwaves_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.div-block-5-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1180px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-32 {
  width: 100%;
}

.image-33 {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-34 {
  width: 1160px;
}

.div-block-6-copy {
  width: 100%;
  max-width: 1180px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.we-are-desktop {
  display: block;
  margin-bottom: 60px;
}

.we-are-mobile {
  padding-top: 10px;
}

.bold-text-47 {
  display: none;
}

.image-39 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.image-40 {
  width: 250px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.culture_desktop {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.video-2 {
  margin-bottom: 60px;
}

.slider-6 {
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  background-color: transparent;
}

.left-arrow-5 {
  display: block;
}

.right-arrow-5 {
  display: block;
}

.teamprofilesbackup {
  display: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.teamprofilemobile {
  display: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.text-block-44 {
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-block-45 {
  padding-bottom: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 30px;
}

.text-block-46 {
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}

.link-block-copy {
  display: none;
  padding: 0px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.caseinca {
  display: block;
  height: 99vh;
  margin-top: auto;
  margin-bottom: 100px;
  -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;
  background-image: url('../images/inca_header_desktop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-copy-copy {
  padding: 16px 40px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.iglink {
  margin-right: 20px;
}

.igimage {
  display: block;
}

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

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-24 {
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
}

.mask-3 {
  overflow: hidden;
}

.slider-7 {
  background-color: transparent;
}

.slide-10 {
  width: 25%;
}

.slide-11 {
  width: 25%;
}

.slide-12 {
  width: 25%;
}

.slide-13 {
  width: 25%;
}

.left-arrow-6 {
  display: none;
}

.right-arrow-6 {
  display: none;
}

.mask-4 {
  overflow: hidden;
}

.image-41 {
  width: 100%;
}

.image-42 {
  width: 100%;
}

.image-43 {
  width: 100%;
}

.image-44 {
  width: 100%;
}

.image-45 {
  width: 100%;
}

.image-46 {
  width: 100%;
}

.image-47 {
  width: 100%;
}

.mask-5 {
  overflow: hidden;
}

.image-48 {
  width: 100%;
}

.influencer {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}

.influencer.inca {
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-copy {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 20px;
}

.recreate {
  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;
  background-color: #fff;
}

.text-block-47 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.caserokugin {
  display: block;
  height: 99vh;
  margin-top: auto;
  margin-bottom: 100px;
  -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;
  background-image: url('../images/rokugin_hero.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teamname2 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname3 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname4 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname5 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname6 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname7 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname8 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname9 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname10 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname11 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname12 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname13 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname14 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname15 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname16 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname17 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname18 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname19 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname20 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname21 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname22 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname23 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname24 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname25 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname26 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname27 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname28 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname29 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname30 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname31 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname32 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname33 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname34 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname35 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname36 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname37 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname38 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname39 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname40 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname41 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname42 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname43 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname44 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname45 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname46 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname47 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname48 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname49 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname50 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname51 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname52 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname53 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname54 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname55 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname56 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname57 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname58 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname59 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname60 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname61 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname62 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname63 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname64 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname65 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.image2 {
  margin-bottom: 10px;
}

.image3 {
  margin-bottom: 10px;
}

.image4 {
  margin-bottom: 10px;
}

.image5 {
  margin-bottom: 10px;
}

.image6 {
  margin-bottom: 10px;
}

.image7 {
  margin-bottom: 10px;
}

.image8 {
  margin-bottom: 10px;
}

.image9 {
  margin-bottom: 10px;
}

.image10 {
  margin-bottom: 10px;
}

.image11 {
  margin-bottom: 10px;
}

.image12 {
  margin-bottom: 10px;
}

.image13 {
  margin-bottom: 10px;
}

.image14 {
  margin-bottom: 10px;
}

.image15 {
  margin-bottom: 10px;
}

.image16 {
  margin-bottom: 10px;
}

.image17 {
  margin-bottom: 10px;
}

.image18 {
  margin-bottom: 10px;
}

.image19 {
  margin-bottom: 10px;
}

.image20 {
  margin-bottom: 10px;
}

.image21 {
  margin-bottom: 10px;
}

.image22 {
  margin-bottom: 10px;
}

.image23 {
  margin-bottom: 10px;
}

.image24 {
  margin-bottom: 10px;
}

.image25 {
  margin-bottom: 10px;
}

.image26 {
  margin-bottom: 10px;
}

.image27 {
  margin-bottom: 10px;
}

.image28 {
  margin-bottom: 10px;
}

.image29 {
  margin-bottom: 10px;
}

.image30 {
  margin-bottom: 10px;
}

.image31 {
  margin-bottom: 10px;
}

.image32 {
  margin-bottom: 10px;
}

.image33 {
  margin-bottom: 10px;
}

.image34 {
  margin-bottom: 10px;
}

.image35 {
  margin-bottom: 10px;
}

.image36 {
  margin-bottom: 10px;
}

.image37 {
  margin-bottom: 10px;
}

.image38 {
  margin-bottom: 10px;
}

.image39 {
  margin-bottom: 10px;
}

.image40 {
  margin-bottom: 10px;
}

.image41 {
  margin-bottom: 10px;
}

.image42 {
  margin-bottom: 10px;
}

.image43 {
  margin-bottom: 10px;
}

.image44 {
  margin-bottom: 10px;
}

.image45 {
  margin-bottom: 10px;
}

.image46 {
  margin-bottom: 10px;
}

.image47 {
  margin-bottom: 10px;
}

.image48 {
  margin-bottom: 10px;
}

.image49 {
  margin-bottom: 10px;
}

.image50 {
  margin-bottom: 10px;
}

.image51 {
  margin-bottom: 10px;
}

.image52 {
  margin-bottom: 10px;
}

.image53 {
  margin-bottom: 10px;
}

.image54 {
  margin-bottom: 10px;
}

.image55 {
  margin-bottom: 10px;
}

.image56 {
  margin-bottom: 10px;
}

.image57 {
  margin-bottom: 10px;
}

.image58 {
  margin-bottom: 10px;
}

.image59 {
  margin-bottom: 10px;
}

.image60 {
  margin-bottom: 10px;
}

.image61 {
  margin-bottom: 10px;
}

.image62 {
  margin-bottom: 10px;
}

.image63 {
  margin-bottom: 10px;
}

.image64 {
  margin-bottom: 10px;
}

.image65 {
  margin-bottom: 10px;
}

.teamrow-copy {
  display: none;
  max-width: 1140px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.teamrow-copy {
  display: none;
  max-width: 1140px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.service-pos {
  position: absolute;
  display: block;
}

.service-chart-desktop {
  position: relative;
  margin-top: 100px;
  text-align: center;
}

.image-49 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-50 {
  position: relative;
  display: block;
}

.teamprofilesmobile2 {
  display: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.newjob {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #ffc001;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.collapsiblegrey {
  font-family: Poppins, sans-serif;
  color: #fafafa;
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.offlinejob {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #fafafa;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.image51-copy {
  margin-bottom: 10px;
}

.teamname51-copy {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.teamname51-copy-copy {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper-three {
  position: relative;
  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;
}

.navbar-brand-three {
  position: absolute;
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-7 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-7:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link-7:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-7[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.project {
  color: #fff;
  text-decoration: none;
}

.project.w--current {
  padding-bottom: 10px;
  border-bottom: 2px solid #ffc001;
  text-decoration: none;
}

.partner {
  margin-left: 40px;
  color: #fff;
  text-decoration: none;
}

.partner.w--current {
  padding-bottom: 10px;
  border-bottom: 2px solid #ffc001;
}

.faq {
  margin-left: 40px;
  color: #fff;
  text-decoration: none;
}

.faq.w--current {
  padding-bottom: 10px;
  border-bottom: 2px solid #ffc001;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: auto;
  color: #94bc11;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.text-block-48 {
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.button {
  background-color: #94bc11;
}

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

.columns-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-3 {
  margin-bottom: 40px;
  padding-right: 40px;
  color: #25b4e4;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.paragraph {
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.prozess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #fff;
}

.heading-4 {
  color: #25b4e4;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.text-block-49 {
  color: #25b4e4;
}

.columns-29 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-30 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000;
}

.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #fff;
}

.div-block-5-copy {
  position: relative;
  width: 100%;
  max-width: 1180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-5 {
  color: #000;
  font-size: 17px;
}

.paragraph-2 {
  color: #000;
  font-size: 13px;
  line-height: 25px;
}

.container-26 {
  padding: 20px;
  border-top: 1px solid #000;
}

.div-block-5-copy {
  position: relative;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-5-copy-copy {
  position: relative;
  width: 100%;
  max-width: 1180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-26-copy {
  padding: 20px;
  border-top: 1px none #000;
  background-color: #25b4e4;
}

.heading-5-copy {
  color: #fff;
  font-size: 17px;
}

.paragraph-2-copy {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}

.container-27 {
  max-width: 1000px;
}

.admosfy_logo {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 1180px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logonav {
  width: 121px;
}

.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.logoonvideo {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-50 {
  color: #000;
}

.text-block-50-copy {
  color: #979ea6;
}

.presse1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.paragraph-3 {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #000;
  line-height: 26px;
}

.paragraph-4 {
  margin-bottom: 60px;
  color: #000;
  line-height: 26px;
}

.background-video-partner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-partner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vh;
  max-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;
}

.partner-head {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.container-27-copy {
  max-width: 1000px;
}

.heading-6 {
  color: #25b4e4;
  font-size: 32px;
  font-weight: 500;
}

.paragraph-5 {
  margin-top: 40px;
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-6 {
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-7 {
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.text-block-51 {
  color: #25b4e4;
}

.text-block-52 {
  color: #25b4e4;
}

.paragraph-8 {
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.columns-31 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.container-28 {
  max-width: 1000px;
}

.heading-7 {
  color: #000;
  font-weight: 500;
}

.paragraph-9 {
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

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

.div-block-25 {
  width: 100%;
  height: 100%;
}

.button-2 {
  background-color: #94bc11;
}

.columns-32 {
  margin-bottom: 60px;
}

.div-block-26 {
  margin-bottom: 100px;
}

.partner-head-2 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-head {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #fafafa;
}

.faq-head-2 {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.list-item {
  color: #000;
  list-style-type: disc;
}

.list-item-2 {
  color: #000;
}

.list-item-3 {
  color: #000;
}

.list {
  margin-top: 40px;
  color: #000;
}

.list-item-4 {
  padding-bottom: 20px;
}

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

.impressum-head {
  color: #000;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.paragraph-5-copy {
  margin-top: 0px;
  color: #000;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-10 {
  color: #000;
}

.paragraph-11 {
  margin-top: 60px;
  color: #000;
  line-height: 26px;
}

.presse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #fff;
}

.presse-header {
  max-width: 900px;
  padding-top: 60px;
}

.logo_bc {
  background-image: url('../images/admosfy-logo-bcs.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.logo_norma_bc {
  display: none;
  width: 150px;
  height: 70px;
  padding-left: 0px;
  background-image: url('../images/admosfy-logo-bcs_1.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.logo_norma_bc.w--current {
  display: none;
  width: 150px;
  height: 70px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/admosfy-logo-bcs_1.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-2 {
    font-size: 27px;
    line-height: 35px;
  }

  .slide-nav {
    position: absolute;
  }

  .slider {
    height: 640px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .wandel {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-5 {
    width: 100%;
  }

  .container-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .instagram {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-6 {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .container-5 {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .instagram1 {
    padding-bottom: 20px;
  }

  .instagram4 {
    padding-bottom: 20px;
  }

  .weare_box_highlight {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero1 {
    height: 300px;
  }

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

  .casesheadercontent {
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

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

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

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

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

  .left-arrow {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }

  .right-arrow {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }

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

  .culture-images-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-19 {
    padding-left: 10px;
  }

  .column-18 {
    padding-right: 20px;
  }

  .stretegy_content {
    display: none;
    padding-left: 10px;
  }

  .text-block-40 {
    font-size: 10px;
    white-space: nowrap;
  }

  .text-block-40-copy {
    font-size: 10px;
  }

  .text-block-40-copy-copy {
    font-size: 10px;
  }

  .menu-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-5-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-8-copy {
    padding: 140px 20px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .text-block-40-copy {
    font-size: 10px;
    white-space: nowrap;
  }

  .link-block-3 {
    font-size: 10px;
  }

  .link-block-4 {
    font-size: 10px;
  }

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

  .case1-laren {
    background-position: 40% 50%;
  }

  .column-36 {
    padding-left: 20px;
  }

  .column-40 {
    padding-left: 20px;
  }

  .column-44 {
    padding-left: 20px;
  }

  .columns-22 {
    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;
  }

  .ourwork-copy {
    height: 300px;
  }

  .hero_content {
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-8-copy {
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .unserteamcontentheader {
    padding: 140px 20px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cultureherocontent {
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-5-copy {
    width: 100%;
  }

  .div-block-6-copy {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

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

  .heading-copy {
    font-size: 28px;
    line-height: 38px;
  }

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

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

  .nav-menu-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link-7 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .prozess {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .facts {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-5-copy {
    width: 100%;
  }

  .div-block-5-copy {
    width: 100%;
  }

  .div-block-5-copy-copy {
    width: 100%;
  }

  .presse {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container-3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link {
    padding-bottom: 35px;
    font-size: 24px;
    white-space: nowrap;
  }

  .nav-menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .nav-link-2 {
    padding-bottom: 35px;
    font-size: 24px;
  }

  .nav-link-3 {
    padding-bottom: 35px;
    font-size: 24px;
  }

  .nav-link-4 {
    padding-bottom: 35px;
    font-size: 24px;
  }

  .nav-link-5 {
    padding-bottom: 35px;
    font-size: 24px;
  }

  .nav-link-6 {
    padding-bottom: 0px;
    font-size: 24px;
  }

  .menu-button {
    padding-top: 0px;
    padding-right: 0px;
  }

  .menu-button.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .column-4 {
    height: 60vh;
    padding-bottom: 0px;
  }

  .column-5 {
    height: 20vh;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-6 {
    position: static;
    height: auto;
    padding-top: 35px;
    padding-right: 0px;
  }

  .weare {
    height: 100vh;
    background-color: #a04444;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .link-block.inca {
    display: none;
  }

  .mask {
    overflow: hidden;
  }

  .slide-nav {
    left: auto;
    top: 40px;
    right: 0%;
    bottom: auto;
    margin-top: -90px;
  }

  .slider {
    height: 60vh;
    margin-bottom: 0px;
  }

  .text-block-4 {
    display: inline-block;
    margin-top: 5vh;
    margin-bottom: 5vh;
    font-size: 24px;
  }

  .text-block-5 {
    padding-top: 2vh;
    padding-bottom: 0px;
  }

  .text-block-6 {
    padding-top: 2vh;
    font-size: 24px;
  }

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

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

  .container-4 {
    height: 100%;
    padding: 0px 10px;
  }

  .instagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6 {
    padding-left: 20px;
  }

  .text-block-7 {
    padding-left: 0px;
    font-size: 24px;
  }

  .instagram1 {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .instagram2 {
    margin-right: auto;
  }

  .instagram3 {
    margin-right: auto;
  }

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

  .totop {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-5 {
    width: 100%;
    max-width: 100%;
  }

  .herowearemstudio {
    position: relative;
    height: auto;
    padding: 40px 20px;
    -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;
  }

  .herocontainerwe {
    margin-top: 140px;
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-8 {
    display: none;
  }

  .weare_box_highlight {
    margin-bottom: 20px;
  }

  .hero1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-15 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .columns-7 {
    height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column_right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-17 {
    padding-top: 40px;
    font-size: 12px;
  }

  .text-block-18 {
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 20px;
  }

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

  .casesheadercontent {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .workcaseleft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .case1numbers {
    display: none;
    width: 100%;
    max-width: 1180px;
  }

  .container-11 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-9 {
    margin-bottom: 40px;
  }

  .column-10 {
    padding-bottom: 40px;
  }

  .column-12 {
    padding-right: 0px;
  }

  .column-13 {
    margin-top: 100px;
    padding-left: 0px;
  }

  .text-block-28 {
    text-align: center;
  }

  .text-block-29 {
    text-align: center;
  }

  .text-block-30 {
    text-align: center;
  }

  .hero2_sided_blue {
    display: block;
    padding: 40px 20px;
  }

  .text-block-34 {
    display: none;
  }

  .text-block-35 {
    padding-bottom: 20px;
  }

  .columns-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero_text {
    font-size: 16px;
    line-height: 30px;
  }

  .teamprofilesdesktop {
    display: block;
    padding-right: 0px;
  }

  .teamrow {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .team1 {
    display: block;
    width: 50%;
    padding-bottom: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .teamcontainer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .explore {
    display: none;
  }

  .explorecontainer {
    display: none;
    padding-left: 20px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column_left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-16 {
    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;
    text-align: center;
  }

  .columns-14 {
    padding-top: 20px;
  }

  .teamsprofilemobile {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .columns-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .culture-images {
    padding-bottom: 60px;
  }

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

  .columns-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-12 {
    width: 100%;
    padding-bottom: 60px;
  }

  .image-13 {
    width: 100%;
  }

  .image-14 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .culture_mobile {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-35-copy {
    padding-bottom: 20px;
  }

  .text-block-35-copy {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 33px;
  }

  .columns-20 {
    height: auto;
  }

  .column-20 {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .logo_normal.w--current {
    padding-left: 0px;
  }

  .column-23 {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .container-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -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-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }

  .columns-21 {
    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;
  }

  .column-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-left: 0px;
    -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;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-18 {
    width: 200px;
    padding-bottom: 40px;
  }

  .text-block-40 {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .column-25 {
    padding-left: 0px;
  }

  .column-26 {
    padding-left: 0px;
  }

  .column-27 {
    padding-top: 0px;
    padding-left: 0px;
    -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;
  }

  .column-28 {
    padding-top: 40px;
    padding-left: 0px;
  }

  .text-block-40-copy {
    font-size: 16px;
    font-weight: 400;
  }

  .container-23-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-29 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-3-copy {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .nav-menu-copy {
    display: block;
    width: 100%;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .menu-copy {
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-30 {
    padding-top: 55px;
  }

  .columns-5-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-32 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-8-copy {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image-19 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .text-block-41 {
    font-size: 15px;
  }

  .text-block-40-copy {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .link-block-3 {
    font-size: 15px;
  }

  .link-block-4 {
    font-size: 15px;
  }

  .teamprofilesmobile {
    display: block;
    padding-right: 0px;
  }

  .image-20 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    margin-left: 20px;
  }

  .container-24 {
    display: block;
  }

  .case1-laren {
    background-position: 35% 50%;
  }

  .case1numbersmobile {
    display: none;
    width: 100%;
    max-width: 1180px;
    background-color: transparent;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }

  .slide-7 {
    background-color: #25b4e4;
  }

  .slider-4 {
    padding-bottom: 20px;
    background-color: transparent;
  }

  .right-arrow-3 {
    display: none;
  }

  .left-arrow-3 {
    display: none;
  }

  .div-block-17 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .voda_slide1 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .voda_slide2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-nav-4 {
    background-color: #25b4e4;
  }

  .slide-8 {
    background-color: #25b4e4;
  }

  .slide-9 {
    background-color: #25b4e4;
  }

  .workcaseleftx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .workcaseleft-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .caseairwaves {
    background-image: url('../images/airwaves_header_mobile.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .air_slide1 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .air_slide2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .mclaren_slide1 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .mclaren_slide2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .mclaren_slide3 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .mclaren_slide4 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .air_slide3 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .air_slide4 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .voda_slide3 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .column-34 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-35 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-36 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-37 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-38 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-39 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-40 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-41 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-42 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-43 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-44 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .service-chart-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-47 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-48 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-49 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .casesnikers {
    background-image: url('../images/snickers_header_mobile.jpg');
  }

  .snicker_slide1 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .snicker_slide2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .admosfy_slide1 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .admosfy_slide2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .admosfy_slide3 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .explore_in_hero {
    display: block;
    padding-left: 20px;
  }

  .snicker_slide3 {
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .link-block-copy {
    display: block;
  }

  .columns-7-copy {
    width: 100%;
    height: auto;
    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;
  }

  .ourwork-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95vh;
    padding-right: 20px;
    padding-left: 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;
  }

  .hero_column {
    margin-top: 140px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .explorecontainer1 {
    display: none;
    padding-left: 20px;
  }

  .image-23 {
    margin-bottom: 20px;
  }

  .image-24 {
    margin-bottom: 20px;
  }

  .image-25 {
    margin-bottom: 20px;
  }

  .image-26 {
    margin-bottom: 20px;
  }

  .image-27 {
    margin-bottom: 20px;
  }

  .image-28 {
    padding-top: 20px;
  }

  .column-50 {
    padding-left: 0px;
  }

  .columns-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-51 {
    display: none;
  }

  .column-52 {
    display: none;
  }

  .image-30 {
    margin-bottom: 20px;
  }

  .image-31 {
    margin-bottom: 20px;
  }

  .column-53 {
    display: none;
  }

  .column-54 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-55 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero_content {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-8-copy {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .unserteamcontentheader {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cultureherocontent {
    max-width: 100%;
    padding: 160px 0px 100px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero_hl_middle {
    padding-bottom: 20px;
  }

  .case_admosfy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .div-block-5-copy {
    height: 90vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-35 {
    display: none;
  }

  .div-block-18 {
    width: 100%;
    height: 50vh;
    background-image: url('../images/startsite_slider_gum.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div-block-19 {
    width: 100%;
    height: 50vh;
    background-image: url('../images/startsite_slider_vodafone.jpg');
    background-position: 10% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .image-36 {
    display: none;
  }

  .image-37 {
    display: none;
  }

  .div-block-20 {
    width: 100%;
    height: 50vh;
    background-image: url('../images/startsite_slider_mclaren.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div-block-21 {
    width: 100%;
    height: 50vh;
    background-image: url('../images/snickers_header_mobile.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .image-38 {
    display: none;
  }

  .we-are-desktop {
    display: block;
  }

  .we-are-mobile {
    display: block;
  }

  .culture_desktop {
    display: none;
  }

  .teamprofilesbackup {
    display: none;
    padding-right: 0px;
  }

  .teamprofilemobile {
    display: block;
    padding-right: 0px;
  }

  .link-block-copy {
    display: inline-block;
  }

  .column-56 {
    padding-bottom: 40px;
  }

  .link-block-copy-copy {
    display: inline-block;
  }

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

  .iglink {
    margin-right: 0px;
  }

  .div-block-23 {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-24 {
    width: 100%;
    padding-left: 0px;
  }

  .mask-3 {
    overflow: hidden;
  }

  .slider-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }

  .slide-10 {
    width: 100%;
    margin-right: 20px;
  }

  .slide-11 {
    width: 100%;
  }

  .slide-12 {
    width: 100%;
  }

  .slide-13 {
    width: 100%;
  }

  .slide-nav-5 {
    display: none;
  }

  .column-58 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-59 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-60 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-61 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-21-copy {
    width: 100%;
    height: 50vh;
    background-image: url('../images/rokugin_teaser_startseite.jpg');
    background-position: 90% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .heading-copy {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .recreate {
    position: relative;
    height: auto;
    padding: 40px 20px;
    -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;
  }

  .div-block-21-copy-copy {
    width: 100%;
    height: 50vh;
    background-image: url('../images/admosfy_teaser2_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .teamrow-copy {
    padding-bottom: 0px;
  }

  .teamrow-copy {
    padding-bottom: 0px;
  }

  .service-chart-desktop {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .teamprofilesmobile2 {
    display: none;
    padding-right: 0px;
  }

  .navbar-brand-three {
    padding-left: 0px;
  }

  .nav-menu-three {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-menu-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-7 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .columns-28 {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prozess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns-29 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-30 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-5-copy {
    height: auto;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5-copy {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5-copy-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logoonvideo {
    display: block;
  }

  .presse1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
  }

  .partner-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
  }

  .partner-head-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
  }

  .faq-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
  }

  .faq-head-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
  }

  .presse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .presse-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -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-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }

  .logo_norma_bc.w--current {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading {
    font-size: 20px;
    line-height: 34px;
  }

  .text-block-2 {
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 22px;
  }

  .link-block {
    font-size: 15px;
  }

  .slide-nav {
    margin-bottom: 20px;
  }

  .slider {
    height: 60vh;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-5 {
    background-color: #fff;
  }

  .text-block-6 {
    padding-top: 1vh;
    background-color: #fff;
  }

  .wandel {
    height: auto;
  }

  .div-block-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .instagram1 {
    width: auto;
  }

  .instagram2 {
    margin-right: 0px;
  }

  .image-5 {
    width: 100%;
  }

  .hero1 {
    padding-left: 20px;
  }

  .text-block-15 {
    font-size: 40px;
    line-height: 50px;
  }

  .columns-7 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column_right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-18 {
    margin-bottom: 20px;
    padding-top: 0px;
    line-height: 30px;
  }

  .text-block-19 {
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .casesheadercontent {
    padding-top: 140px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .workcaseleft {
    margin-top: 100px;
  }

  .text-block-34 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-35 {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 33px;
  }

  .hero_text {
    padding-bottom: 20px;
    font-size: 19px;
  }

  .team1 {
    width: 50%;
  }

  .teamcontainer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .explore {
    padding-left: 0px;
  }

  .explorecontainer {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-16 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .columns-14 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-17 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .teamsprofilemobile {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .columns-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-19 {
    -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;
  }

  .culture_mobile {
    display: block;
  }

  .text-block-35-copy {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 33px;
  }

  .container-21 {
    margin-bottom: auto;
    padding-right: 20px;
  }

  .text-block-38 {
    margin-bottom: 0px;
  }

  .text-block-38-copy {
    font-size: 18px;
  }

  .text-block-34-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-35-copy {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 33px;
  }

  .columns-21 {
    height: auto;
  }

  .column-24 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-27 {
    padding-top: 0px;
  }

  .column-28 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-15 {
    display: block;
    overflow: visible;
  }

  .container-3-copy {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-8-copy {
    padding-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .case1-laren {
    background-position: 33% 50%;
  }

  .caseairwaves {
    background-position: 50% 50%;
  }

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

  .section-11 {
    padding-right: 10px;
  }

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

  .columns-25 {
    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;
  }

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

  .heroslider {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-block-8 {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .link-block-copy {
    font-size: 15px;
  }

  .columns-7-copy {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ourwork-copy {
    height: 95vh;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .explorecontainer1 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero_content {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-8-copy {
    padding-top: 140px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .unserteamcontentheader {
    padding-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cultureherocontent {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero_hl_middle {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 33px;
  }

  .case_admosfy {
    margin-top: 100px;
  }

  .div-block-5-copy {
    height: 90vh;
  }

  .div-block-6-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-19 {
    background-position: 10% 50%;
  }

  .div-block-21 {
    width: 100px;
    height: 50vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-38 {
    display: none;
  }

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

  .we-are-desktop {
    margin-bottom: 20px;
  }

  .culture_desktop {
    display: none;
  }

  .link-block-copy {
    font-size: 15px;
  }

  .column-56 {
    padding-left: 0px;
  }

  .link-block-copy-copy {
    font-size: 15px;
  }

  .instagramlinkblock {
    display: block;
  }

  .div-block-21-copy {
    width: 100px;
    height: 50vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-copy {
    font-size: 20px;
    line-height: 34px;
  }

  .div-block-21-copy-copy {
    width: 100px;
    height: 50vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-62 {
    margin-top: 20px;
  }

  .prozess {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .columns-29 {
    margin-bottom: 20px;
    padding: 0px;
  }

  .columns-30 {
    margin-bottom: 20px;
    padding: 20px 0px 0px;
  }

  .facts {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5-copy {
    height: auto;
  }

  .div-block-5-copy {
    position: static;
  }

  .div-block-5-copy-copy {
    position: static;
    overflow: hidden;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .logoonvideo {
    padding-left: 0px;
  }

  .presse {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

