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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.body {
  font-family: co-headline, sans-serif;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hero {
  display: block;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/hero_img.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.hero.oferta {
  background-image: url('../images/pelna_oferta.jpg');
}

.hero.okna {
  background-image: url('../images/okna.jpg');
}

.hero.about {
  background-image: url('../images/O-nas.jpg');
}

.hero.contact {
  background-image: url('../images/Kontakt.jpg');
}

.hero.drzwi {
  background-image: url('../images/drzwi.jpg');
}

.hero.bramy {
  background-image: url('../images/bramy2x.jpg');
}

.hero.rolety {
  background-image: url('../images/rolety2x.jpg');
}

.hero.ogrodzenia {
  background-image: url('../images/ogrodzenia.png');
  background-position: 50% 70%;
}

.hero.markizy {
  background-image: url('../images/markizy.png');
  background-position: 50% 70%;
}

.hero.przemysl {
  background-image: url('../images/dla_przemyslu.png');
}

.hero.balkony {
  background-image: url('../images/balkony.png');
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  padding: 16px 32px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link:hover {
  opacity: 0.5;
}

.nav-link.w--current {
  border: 1px none #000;
  opacity: 1;
  color: #fff;
}

.headinghero {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  text-align: right;
}

.headinghero.firstrow {
  margin-right: 142px;
  margin-bottom: -12px;
}

.headinghero.left {
  margin-bottom: 24px;
}

.headinghero.right {
  margin-bottom: 24px;
  text-align: left;
}

.hero-headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 280px;
  margin-bottom: 280px;
  -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-2 {
  width: 8px;
  height: 160px;
  margin-right: 32px;
  margin-left: 32px;
  border-top-left-radius: 4px;
  background-color: #fff;
}

.container-2 {
  background-color: #b81111;
}

.normalcontainer {
  display: block;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.normalcontainer.cta {
  max-width: 720px;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
}

.heading.centre {
  margin-bottom: 40px;
  text-align: center;
}

.heading.contact {
  margin-bottom: 32px;
}

.section {
  margin-top: 60px;
}

.section.cta {
  background-image: url('../images/CTAbg2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 320px 320px;
  grid-template-rows: 320px 320px;
}

.offerlinkblock {
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}

.imagebackground {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/oferta_okna.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/oferta_okna.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.imagebackground.drzwi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.4)), to(rgba(45, 45, 45, 0.4))), url('../images/oferta_drzwi.png');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4)), url('../images/oferta_drzwi.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.imagebackground.bramy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.4)), to(rgba(45, 45, 45, 0.4))), url('../images/oferta_bramy.png');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4)), url('../images/oferta_bramy.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.imagebackground.ogrodzenia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.4)), to(rgba(45, 45, 45, 0.4))), url('../images/oferta_ogrodzenia.png');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4)), url('../images/oferta_ogrodzenia.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.imagebackground.balkony {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.4)), to(rgba(45, 45, 45, 0.4))), url('../images/oferta_balkonowe.png');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4)), url('../images/oferta_balkonowe.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.imagebackground.rolety {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.4)), to(rgba(45, 45, 45, 0.4))), url('../images/oferta_rolety.png');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4)), url('../images/oferta_rolety.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.imagebackground.markizy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.4)), to(rgba(45, 45, 45, 0.4))), url('../images/oferta_markizy.png');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4)), url('../images/oferta_markizy.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.imagebackground.dla-przemyslu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.4)), to(rgba(45, 45, 45, 0.4))), url('../images/oferta_dla_przemyslu.png');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4)), url('../images/oferta_dla_przemyslu.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-2 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.hoveroverlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}

.text-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 16px;
  letter-spacing: 0.5px;
}

.div-block-3 {
  display: block;
  border-radius: 4px;
  background-image: url('../images/o_nas_home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rich-text-block {
  text-align: left;
}

.paragraph {
  margin-bottom: 16px;
}

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

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

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

.column-2 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.column-2.map {
  padding-right: 24px;
}

.image {
  display: block;
  max-width: 520px;
  border-radius: 4px;
}

.image.model {
  width: 100%;
  max-width: none;
}

.link {
  color: #2d2d2d;
  font-weight: 700;
  text-decoration: none;
}

.cataloglink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2d2d;
  text-align: left;
  text-decoration: none;
}

.cataloglink.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.catalogname {
  font-size: 18px;
}

.icon {
  margin-right: 16px;
}

.arrow {
  margin-top: 1px;
  margin-left: 16px;
}

.formlabel {
  margin-bottom: 12px;
  font-weight: 400;
}

.textfiled {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000;
  color: #2d2d2d;
}

.textfiled:focus {
  border-bottom-style: solid;
  border-bottom-color: #2d2d2d;
}

.textfiled::-webkit-input-placeholder {
  color: #2d2d2d;
}

.textfiled:-ms-input-placeholder {
  color: #2d2d2d;
}

.textfiled::-ms-input-placeholder {
  color: #2d2d2d;
}

.textfiled::placeholder {
  color: #2d2d2d;
}

.textfiled.textarea {
  padding-right: 0px;
  padding-left: 0px;
}

.textfiled.textarea:focus {
  font-size: 16px;
}

.name {
  padding-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.form1strow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -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;
}

.submit-button {
  padding: 12px 32px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2d2d2d;
  font-size: 18px;
}

.submit-button:hover {
  background-color: #2d2d2d;
  color: #fff;
}

.forminfo {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #3a3a3a;
  font-size: 12px;
  font-weight: 400;
}

.line {
  height: 1px;
  margin-bottom: 40px;
  background-color: #f2f2f2;
}

.footercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.text-block-2 {
  color: #d6d6d6;
  font-size: 12px;
}

.logofooter {
  margin-bottom: 12px;
}

.link-2 {
  color: #2d2d2d;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

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

.totop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2d2d;
  font-size: 12px;
  text-decoration: none;
}

.image-2 {
  margin-left: 8px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.map {
  margin-right: 0px;
}

.div-block-4 {
  position: static;
  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;
}

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

.heading-3 {
  position: relative;
  z-index: 2;
  font-size: 120px;
  line-height: 160px;
}

.image-3 {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subpage-headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 280px;
  margin-bottom: 280px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-label {
  margin-top: 24px;
  margin-bottom: 4px;
  color: #3a3a3a;
  text-align: left;
}

.link-3 {
  color: #2d2d2d;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.type-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.subheader {
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.04);
}

.types-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  margin-left: 56px;
  padding-left: 0px;
  color: #2d2d2d;
  text-decoration: none;
}

.h2.big {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 400;
  text-align: left;
}

.h2.big.center {
  text-align: center;
}

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

.button {
  margin-top: 8px;
  padding: 12px 32px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2d2d2d;
  font-size: 18px;
}

.button:hover {
  background-color: #2d2d2d;
  color: #fff;
}

.model-options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.model-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.shortcut {
  margin-left: 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.no {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

.shape-options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.shaope {
  margin-right: 40px;
  margin-left: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .navbar {
    padding-right: 32px;
    padding-left: 32px;
  }

  .nav-link {
    margin-bottom: 24px;
    color: #2d2d2d;
    font-size: 24px;
  }

  .headinghero.left {
    font-size: 56px;
  }

  .headinghero.right {
    font-size: 56px;
  }

  .hero-headline-wrapper {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .div-block-2 {
    width: 4px;
    height: 120px;
    margin-right: 24px;
    margin-left: 24px;
  }

  .normalcontainer.cta {
    max-width: 80%;
    text-align: center;
  }

  .heading {
    text-align: left;
  }

  .section {
    margin-top: 80px;
    margin-right: 48px;
    margin-left: 48px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 320px 320px 320px 320px;
    grid-template-rows: 320px 320px 320px 320px;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.center {
    text-align: center;
  }

  .column {
    margin-bottom: 48px;
    padding-left: 0px;
    text-align: left;
  }

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

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

  .column-2 {
    margin-bottom: 48px;
  }

  .column-2.map {
    padding-right: 0px;
  }

  .image {
    max-width: 100%;
  }

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

  .formlabel {
    text-align: left;
  }

  .subpage-headline-wrapper {
    margin: 180px 48px;
  }

  .link-label {
    text-align: left;
  }

  .subheader {
    display: none;
  }

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

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

  .menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 48px;
    padding-bottom: 48px;
    -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;
    color: #2d2d2d;
  }
}

@media screen and (max-width: 767px) {
  .hero-headline-wrapper {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .column.rightallign {
    text-align: left;
  }

  .subpage-headline-wrapper {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .headinghero.left {
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 56px;
    text-align: left;
  }

  .headinghero.right {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-headline-wrapper {
    margin-top: 160px;
    -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;
  }

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

  .section {
    margin-right: 16px;
    margin-left: 16px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 320px 320px 320px 320px 320px 320px 320px 320px;
    grid-template-rows: 320px 320px 320px 320px 320px 320px 320px 320px;
  }

  .column {
    margin-bottom: 0px;
  }

  .column.rightallign {
    margin-bottom: 48px;
  }

  .image {
    display: block;
  }

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

  .name {
    padding-right: 0px;
  }

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

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

  .footerlogo {
    margin-bottom: 32px;
  }

  .contactfooter {
    margin-bottom: 32px;
  }

  .brand {
    padding-left: 0px;
  }

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

  .subpage-headline-wrapper {
    margin-top: 160px;
    margin-right: 16px;
    margin-left: 16px;
    -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;
  }

  .h2.big {
    font-size: 40px;
    line-height: 48px;
  }

  .h2.big.center {
    font-size: 48px;
    line-height: 56px;
  }
}

