:root {
  --color-1: #009fe3;
  --color-2: #0069b4;
  --color-3: #00518c;
  --color-4: #53af32;
  --color-5: #f7a600;
  --black: black;
  --dark-blue: #1f1f26;
  --light-gray: #d1d1d1;
  --color-6: #e30613;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 140px;
  display: inline-block;
  position: fixed;
  bottom: 28.5%;
  right: 13.5%;
}

h2, h3, h4, h5 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 26px;
  line-height: 24px;
}

h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 52px;
}

p {
  color: #1f1f26;
  letter-spacing: 1px;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #1f1f26;
  padding: 4px 15px 4px 12px;
  font-style: italic;
  text-decoration: none;
  transition: transform .4s;
  display: inline-block;
}

.button:hover {
  transform: translate(0, -3px);
}

.button.package-button {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  margin-top: 15px;
  margin-bottom: 10px;
}

.button.button-color-1 {
  background-color: var(--color-1);
}

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

.button.button-color-3 {
  background-color: var(--color-3);
}

.button.button-color-4 {
  background-color: var(--color-4);
}

.button.button-color-5 {
  background-color: var(--color-5);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.button.button-color-6 {
  background-color: var(--black);
}

.button.buton-color-7 {
  background-color: var(--color-1);
  display: inline-block;
}

.full-section {
  background-color: #fff;
  height: 100%;
  position: relative;
}

.full-section.home-banner {
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f1;
  background-image: url('../images/banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  height: 63vh;
  overflow: hidden;
}

.full-section.loading-section {
  z-index: 5000;
  display: none;
  position: fixed;
  inset: 0;
}

.full-section.konditionen-banner {
  background-color: #f1f1f1;
  background-image: url('../images/services_banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 63%;
  overflow: hidden;
}

.full-section.kontakt-banner {
  background-color: #f1f1f1;
  background-image: url('../images/kontakt_banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 63%;
  overflow: hidden;
}

.full-section.impressum-banner {
  background-color: #f1f1f1;
  background-image: url('../images/banner_impressum.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 63%;
  overflow: hidden;
}

.full-section.datenschutz-banner {
  background-color: #f1f1f1;
  background-image: url('../images/datenschutz_banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 63%;
  overflow: hidden;
}

.navbar {
  z-index: 1000;
  display: inline-block;
  position: fixed;
  top: 25px;
  right: 25px;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 5px 18px;
  font-family: Fjalla One, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

.nav-link.feature-link {
  color: #fff;
  background-color: #32323d;
  padding-left: 11px;
  padding-right: 11px;
  transition: color .2s, background-color .2s;
}

.nav-link.feature-link:hover {
  color: #fff;
  background-color: #1f1f26;
}

.wide-container {
  text-align: left;
  flex-direction: column;
  align-items: center;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wide-container.portfolio-container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 228px;
}

.wide-container.blog, .wide-container.service {
  display: block;
}

.half-p {
  color: #d1d1d1;
  text-shadow: 1px 1px #fff;
  width: 45%;
  max-width: 450px;
  margin-left: -10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 46px;
  line-height: 58px;
  position: absolute;
  top: 24%;
}

.half-p.home {
  margin-left: 145px;
}

.black {
  color: #000;
}

.main-site-content {
  z-index: 1;
  height: 100%;
  position: relative;
}

.full-column {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.full-column.image_tit_industry {
  background-image: url('../images/winglets.webp');
  background-position: 50%;
  background-size: cover;
}

.full-column.image_tit_industry.edward {
  background-image: url('../images/bullring1.webp');
}

.full-column.image_tit_industry.feuer {
  background-image: url('../images/studenten1.webp');
}

.full-column.image_tit_people {
  background-image: url('../images/jutta_deckplatt.webp');
  background-position: 50%;
  background-size: cover;
}

.full-column.grey {
  background-color: var(--black);
}

.full-column.image_tit_business {
  background-image: url('../images/business_portrait.webp');
  background-position: 50%;
  background-size: cover;
}

.full-column.image_tit_product {
  background-image: url('../images/hoergeraete.webp');
  background-size: cover;
}

.full-column.image_tit_vehicle {
  background-image: url('../images/mazda.webp');
  background-position: 50%;
  background-size: cover;
}

.full-column.image_tit_architecture {
  background-image: url('../images/bullride2.webp');
  background-size: cover;
}

.full-column.image_tit_landscapes {
  background-image: url('../images/landscapes.webp');
  background-position: 50%;
  background-size: cover;
}

.column-content {
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
}

.column-content.right-content {
  max-width: 460px;
}

.left-diagonal {
  float: right;
  display: inline-block;
  position: relative;
  top: -7px;
  left: 2px;
}

.right-diagonal {
  float: left;
  position: relative;
  top: -7px;
  right: 2px;
}

.circle-navbar {
  opacity: .6;
  background-color: #0000;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 42%;
  bottom: 0;
  left: 0;
}

.circle-link {
  border: 2px solid #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 20px auto;
  display: block;
  position: relative;
}

.circle-link.w--current {
  background-color: #000;
}

.circle-label {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 0;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Fjalla One, sans-serif;
  font-size: 23px;
  position: absolute;
  top: -9px;
  left: 15px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.style-section {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.section.style-section.blog-inside {
  object-fit: fill;
  background-color: #fff;
  height: auto;
  display: block;
  position: static;
  overflow: visible;
}

.section.depth-section {
  background-color: #ffffffe0;
  background-image: url('../images/lines.png');
  background-position: 145px;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
}

.section.footer {
  z-index: -1;
  background-color: #212121cf;
  margin-bottom: -59px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

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

.portfolio-h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px #1f1f2636;
  display: block;
  position: fixed;
  inset: auto 0 28%;
}

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

.portfolio-section {
  height: 76%;
}

.portfolio-section.portfolio-bg-3 {
  background-image: url('../images/wrinkles-cc0-feature.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio-section.banner-people {
  background-image: url('../images/banner_people.webp');
  background-position: 50% 0;
  background-size: cover;
}

.portfolio-section.banner-product, .portfolio-section.banner-vehicle, .portfolio-section.banner-architecture, .portfolio-section.banner-misc {
  background-image: url('../images/banner_industrie.webp');
  background-position: 50%;
  background-size: cover;
}

.portfolio-section.banner-business {
  background-image: url('../images/business_banner.webp');
  background-position: 50% 0;
  background-size: cover;
}

.portfolio-section.banner-industry {
  background-image: url('../images/winglets_b737.webp');
  background-position: 50%;
  background-size: cover;
}

.portfolio-section.banner-product {
  background-image: url('../images/banner_product.webp');
  background-position: 50%;
  background-size: cover;
}

.portfolio-section.banner-vehicle {
  background-image: url('../images/banner_vehicle.webp');
  background-position: 50%;
  background-size: cover;
}

.portfolio-section.banner-architecture {
  background-image: url('../images/banner_architecture.webp');
  background-position: 50%;
  background-size: cover;
}

.portfolio-section.banner-misc {
  background-image: url('../images/banner_misc.webp');
  background-position: 50%;
  background-size: cover;
}

.content-section {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.d {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.d.footer {
  background-image: none;
  position: absolute;
  top: 32%;
  left: 32%;
}

.white {
  color: #fff;
}

.white.bloginsideh4 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1.1;
  position: static;
}

.light {
  color: #ebebf2;
  max-width: 650px;
}

.footer-diagonal {
  transform: scale(2)translate(75px, -1px);
}

.footer-holder {
  width: 500px;
  height: 500px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
  right: 24%;
}

.triangle-large {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/white_wave_2X_1white_wave_@2X.png');
  width: 175px;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 41% 0 0;
  transform: rotate(45deg);
}

.triangle {
  background-image: url('../images/footer_lodyas.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  border: 1px solid #00000017;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0 0 0%;
  transform: rotate(45deg);
}

.triangle.bottom-right {
  opacity: .66;
  background-color: #1f1f26;
  top: 35%;
  left: 22%;
}

.triangle.bottom-left {
  opacity: .9;
  background-color: #0f0f12;
  top: 59%;
  left: -25%;
}

.triangle.top-left {
  opacity: .85;
  background-color: #3b3b3b;
  display: block;
  top: 41%;
  left: -61%;
}

.triangle.far-left {
  color: #f5f5f5;
  letter-spacing: 1px;
  background-color: #1b1b21;
  background-image: none;
  border-color: #0000006e;
  padding-top: 80px;
  padding-left: 3px;
  font-family: Fjalla One, sans-serif;
  font-size: 13px;
  top: 59%;
  left: -97%;
}

.up-arrow {
  opacity: .92;
  margin-top: 5px;
  margin-left: 5px;
  transition: transform .2s;
  display: none;
  transform: rotate(-45deg);
}

.up-arrow:hover {
  transform: rotate(-45deg)translate(0, -5px);
}

.prtfolio-p {
  max-width: 580px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 27px;
  display: block;
}

.prtfolio-p.no-right-margin {
  margin-right: 0;
  font-size: 17px;
  line-height: 27px;
}

.collection-subtitle {
  color: #4b4b57;
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 14px;
}

.portfolio-column {
  margin-bottom: 36px;
  padding-left: 18px;
  padding-right: 18px;
}

.portfolio-card {
  background-color: var(--color-2);
  height: 449px;
  position: relative;
}

.portfolio-card.contact-card {
  background-color: var(--color-3);
  height: 132.297px;
  padding-left: 11px;
  padding-right: 11px;
}

.portfolio-card.color1 {
  height: 237px;
}

.portfolio-card.color2 {
  height: 449px;
}

.portfolio-card.color3 {
  background-color: var(--color-3);
  height: 237px;
}

.portfolio-card.color4 {
  background-color: var(--color-4);
  height: 237px;
}

.portfolio-card.color5 {
  background-color: var(--color-5);
  height: 237px;
}

.portfolio-card.color8 {
  background-color: var(--color-1);
  height: 237px;
}

.portfolio-card.color9 {
  height: 449px;
}

.portfolio-h3 {
  color: #fff;
  position: relative;
  top: 46%;
}

.right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
  bottom: 8px;
}

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

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

.full-page {
  align-items: flex-start;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.social {
  margin-top: 10px;
  margin-left: 10px;
  transition: transform .2s;
  display: none;
}

.social:hover {
  transform: translate(0, -3px);
}

.services-h1 {
  color: var(--light-gray);
  text-align: center;
  font-size: 80px;
  display: block;
  position: absolute;
  inset: 38% 0 auto 0%;
}

.services-h1.black {
  color: var(--black);
}

.diamond {
  border: 3px solid #ccc;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  transform: rotate(45deg);
}

.diamond.large-diamond {
  z-index: 99999;
  background-color: #000000e6;
  border-width: 0;
  width: 250px;
  height: 250px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.diamond.package-diamond {
  color: #ccc;
  background-color: #000;
  border-width: 0;
  position: absolute;
  top: -45px;
  right: 48px;
}

.diamond.package-diamond.small {
  width: 65px;
  height: 65px;
}

.diamond.package-diamond.featured {
  color: #dbdbdb;
  background-color: #3f3f4d;
}

.diamond-image {
  position: absolute;
  inset: 28px 0 0 28px;
  transform: rotate(-45deg);
}

.diamond-image.image-2 {
  top: 28px;
  left: 29px;
}

.diamond-image.image-3 {
  top: 28px;
  left: 36px;
}

.diamond-image.image-4 {
  top: 27px;
  left: 29px;
}

.diamond-heading {
  color: #ccc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.feature-section {
  background-color: #8c4d4d;
  background-image: url('../images/cameras-web.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.feature-diagonal {
  display: block;
}

.feature-diagonal.services {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: scale(2)translate(-75px, 1px);
}

.feature-diagonal.bottom {
  transform: scale(2)translate(50px, -1px);
}

.feature-diagonal.services-bottom {
  transform: scale(2)translate(-50px, 1px);
}

.diamond-text {
  color: #fff;
  text-align: center;
  padding-top: 70px;
  font-family: Average, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  position: absolute;
  inset: 0;
  transform: rotate(-45deg);
}

.photography {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 30px;
}

.pricing-holder {
  text-align: center;
  background-color: #eee;
  position: relative;
}

.list-item {
  color: #545469;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.list-item.list-name {
  color: #000;
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 20px;
}

.package-diagonal {
  display: block;
  position: absolute;
}

.package-diagonal.bottom {
  bottom: 0;
}

.list {
  padding-top: 90px;
  padding-bottom: 30px;
}

.list.small {
  padding-top: 40px;
  padding-bottom: 25px;
}

.package-price {
  padding-top: 21px;
  padding-right: 2px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: absolute;
  inset: 0;
  transform: rotate(-45deg);
}

.package-price.small {
  padding-top: 9px;
  font-size: 13px;
  font-weight: 400;
}

.price {
  color: #fff;
  font-family: Fjalla One, sans-serif;
  font-size: 25px;
}

.price.small {
  font-size: 22px;
}

.services-h2 {
  text-align: right;
  text-transform: none;
  margin-bottom: 74px;
  padding-top: 16px;
  font-family: Average, sans-serif;
  font-size: 50px;
  line-height: 30px;
}

.smaller-h2 {
  color: #3d3636;
  font-size: 25px;
}

.menu-bars {
  float: right;
  background-color: #fff;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 16px;
  display: inline-block;
}

.menu {
  float: right;
  background-color: #fff;
  height: 60px;
  overflow: hidden;
}

.contact-h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-top: 14px;
  font-size: 17px;
  line-height: 26px;
}

.brand-logo.w--current {
  transition: opacity .2s;
  display: inline-block;
}

.brand-logo.w--current:hover {
  opacity: .8;
}

.loading-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.footer-lines {
  opacity: .03;
  background-image: url('../images/lines.png');
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading {
  padding-top: 0;
  font-size: 113px;
  line-height: 1.1;
  display: inline-block;
  bottom: 26.5%;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph {
  max-width: 860px;
}

.paragraph.center {
  color: var(--light-gray);
  text-align: center;
  padding-bottom: 12px;
}

.paragraph.center.black {
  color: var(--black);
}

.paragraph.center.black.blog {
  padding-bottom: 35px;
  font-size: 20px;
  line-height: 1.6;
}

.paragraph.center.black.blog-haupttext {
  text-align: left;
  padding-bottom: 35px;
  font-size: 20px;
  line-height: 1.6;
}

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

.titel-span {
  color: var(--light-gray);
  font-size: 60px;
}

.paragraph-2 {
  max-width: 800px;
}

.link-einfach {
  color: var(--black);
  text-decoration: none;
}

.link-einfach:hover {
  text-decoration: underline;
}

.heading-2 {
  text-align: left;
}

.heading-2.blog {
  color: var(--light-gray);
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.image-blog {
  max-width: 65%;
  margin-top: 39px;
  margin-bottom: 39px;
  display: block;
}

.collection-item {
  display: block;
}

.collection-item.blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  overflow: visible;
}

.link-block {
  position: relative;
}

.heading-3 {
  z-index: 2;
  margin-bottom: 0;
  position: absolute;
  inset: auto 10px 10px;
}

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

.pagetitle {
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 50px;
  position: static;
}

@media screen and (max-width: 991px) {
  .navbar {
    font-family: Average, sans-serif;
  }

  .nav-link {
    clear: none;
    margin-left: 3px;
    margin-right: 2px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }

  .half-p {
    text-align: center;
    background-color: #fff;
    width: 100%;
    max-width: 9999px;
    margin: 168px auto 80px;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    inset: 0 0 24%;
  }

  .column-content {
    left: 3%;
  }

  .column-content.right-content {
    left: 0%;
    right: 3%;
  }

  .section.depth-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.footer {
    margin-bottom: -58px;
  }

  .portfolio-h1 {
    position: absolute;
  }

  .portfolio-section.portfolio-bg-3 {
    height: 100%;
  }

  .d {
    margin-right: 7px;
  }

  .footer-holder {
    right: 7.5%;
  }

  .portfolio-card {
    height: 128.98px;
  }

  .portfolio-card.contact-card {
    height: 144.98px;
  }

  .right {
    padding-right: 7px;
  }

  .feature-diagonal {
    z-index: 1;
    margin-top: -1px;
    position: relative;
  }

  .services-h2 {
    margin-bottom: 55px;
  }

  .smaller-h2 {
    font-size: 16px;
  }

  .menu-bars {
    padding-top: 17px;
  }

  .menu {
    z-index: 1000;
    text-align: center;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
    position: absolute;
    bottom: .5%;
    left: 5px;
    right: 0%;
  }

  .full-section.home-banner, .full-section.konditionen-banner, .full-section.kontakt-banner, .full-section.impressum-banner, .full-section.datenschutz-banner {
    height: 100%;
  }

  .nav-link {
    text-align: center;
    font-size: 13px;
    display: block;
  }

  .nav-link.feature-link {
    margin-left: 0;
    margin-right: 0;
  }

  .half-p {
    margin-top: 0;
    font-size: 24px;
    line-height: 40px;
  }

  .column-content {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: 36%;
    left: 0%;
  }

  .column-content.right-content {
    right: 0%;
  }

  .section.style-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.depth-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolio-h1 {
    font-size: 50px;
  }

  .footer-holder {
    right: -9.5%;
  }

  .portfolio-card.contact-card {
    height: 102.98px;
  }

  .diamond-heading {
    margin-bottom: 25px;
  }

  .diamond-heading.last-2 {
    margin-bottom: 0;
  }

  .feature-diagonal, .package-diagonal, .package-diagonal.bottom {
    overflow: hidden;
  }

  .menu {
    overflow: visible;
  }

  .contact-h2 {
    padding-top: 31px;
    font-size: 12px;
    line-height: 21px;
  }

  .brand-logo.w--current {
    margin-left: -10px;
  }

  .titel-span {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    bottom: 29.5%;
  }

  p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .nav-link {
    font-size: 21px;
    line-height: 1px;
  }

  .half-p {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
    top: 42%;
    bottom: 0%;
  }

  .full-column {
    height: 100%;
  }

  .column-content {
    top: 43%;
  }

  .column-content.right-content {
    position: absolute;
  }

  .section.footer {
    margin-bottom: -3px;
  }

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

  .light {
    font-size: 15px;
    line-height: 25px;
  }

  .triangle.bottom-right {
    top: 22%;
    left: -27%;
  }

  .triangle.far-left {
    top: 70%;
    left: -75%;
  }

  .prtfolio-p {
    margin-bottom: 90px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .portfolio-column {
    margin-bottom: 0;
  }

  .portfolio-card.contact-card {
    height: 130.98px;
  }

  .right {
    margin-top: 15px;
    padding-left: 7px;
  }

  .services-h1 {
    top: 47%;
  }

  .diamond.large-diamond {
    overflow: hidden;
  }

  .diamond-heading.last-2 {
    margin-bottom: 25px;
  }

  .diamond-text {
    overflow: hidden;
  }

  .pricing-holder, .services-h2 {
    margin-bottom: 100px;
  }

  .menu {
    overflow: visible;
  }

  .contact-h2 {
    padding-top: 45px;
  }

  .brand-logo {
    margin-left: -10px;
  }
}


