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

body {
  color: #1a1b1f;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  width: 1px;
  height: 10px;
  background-color: #eee;
  margin-left: 29px;
  margin-right: 29px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  display: block;
}

.section.cc-cta {
  background-color: #1bc7dc;
  padding-left: 80px;
  padding-right: 80px;
}

.section.color {
  background-image: radial-gradient(circle, #1bc7dc 15%, rgba(0, 0, 0, 0) 88%), url('../images/Blumen_1500px.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 0 #fbba00;
  border-bottom: 0 #fbba00;
  padding-top: 136px;
  padding-bottom: 136px;
}

.section.color.blue {
  background-image: radial-gradient(circle, #1bc7dc 13%, rgba(0, 0, 0, 0) 82%), url('../images/Blumen_1500px.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-top: 89px;
  padding-bottom: 77px;
}

.section.color.blue.smal {
  height: 50vh;
  background-image: radial-gradient(circle, #1bc7dc, rgba(0, 0, 0, 0) 67%), url('../images/AdobeStock_213472522_conter_Preview.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 136px;
  padding-bottom: 0;
  display: flex;
}

.section.color02.abstand {
  padding-top: 106px;
  padding-bottom: 21px;
}

.section.kontakt {
  padding-top: 101px;
  padding-bottom: 115px;
}

.section.jobs {
  min-height: 600px;
  padding-top: 101px;
  padding-bottom: 66px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1500px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container.kontakt {
  max-width: 1500px;
  flex-direction: column;
}

.container.header {
  flex-direction: column;
  align-items: flex-start;
}

.container.header.imp {
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.close {
  margin-bottom: 34px;
}

.paragraph-bigger.small {
  margin-top: 51px;
  padding-left: 80px;
  padding-right: 80px;
}

.paragraph-bigger.weiter {
  margin-bottom: 50px;
}

.paragraph-bigger.dunkel {
  color: #484f54;
  margin-bottom: 4px;
}

.paragraph-bigger.untenweit {
  margin-bottom: 105px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  background-color: #1bc7dc;
  border-radius: 6px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.yellowone {
  width: auto;
  background-color: #fbba00;
}

.button.cc-jumbo-button.gelb {
  background-color: #fbba00;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  color: #484f54;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .84;
  color: #72818f;
  text-align: left;
  margin-bottom: 0;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.paragraph-light.space {
  margin-bottom: 66px;
}

.paragraph-light.space.white {
  width: 100%;
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 41px;
}

.paragraph-light.dicker {
  font-size: 25px;
  line-height: 32px;
}

.paragraph-light.as {
  opacity: 1;
  margin-bottom: 6px;
}

.heading-jumbo {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.heading-jumbo-small {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  margin-left: 56px;
  position: static;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 44px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu.fo {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 29px;
  display: flex;
  position: relative;
}

.navigation {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(218deg, #484f54 45%, rgba(0, 0, 0, 0) 79%);
  align-items: flex-end;
  padding: 52px 0 11px;
  display: block;
  position: absolute;
}

.navigation.footer {
  height: auto;
  background-image: none;
  padding-top: 61px;
  padding-bottom: 83px;
  padding-right: 73px;
  position: static;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 9px 18px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: 1;
  color: #1bc7dc;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.schmaler {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  font-weight: 500;
}

.navigation-item.schmaler:hover {
  color: #1bc7dc;
}

.logo-image {
  width: 300px;
  margin-right: 108px;
  display: block;
}

.logo-image.header {
  width: 340px;
  position: static;
  top: -33px;
  left: auto;
}

.navigation-items {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.navigation-items.footer-nu {
  border-top: 1px solid #fff;
  flex-direction: column;
  margin-right: 55px;
  padding-top: 15px;
  display: block;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-text.neuer {
  margin-bottom: -43px;
}

.cta-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 66px 29px;
  display: flex;
}

.intro-header {
  height: 100vh;
  color: #fff;
  text-align: left;
  background-color: #f4f4f4;
  background-image: radial-gradient(circle at 0 100%, rgba(27, 199, 220, .83), rgba(0, 0, 0, 0) 34%), url('../images/Blumen_1500px_conter.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-header.jobs {
  height: 60vh;
  background-image: url('../images/DSC_7833_1800px.jpg');
  background-position: 50%;
}

.intro-header.arfbeitgeber {
  height: 70vh;
  background-image: url('../images/AdobeStock_238166283_1600px_web.jpg');
  background-position: 50%;
  background-size: cover;
}

.stoerer-wrapper {
  width: 85vw;
  text-align: center;
  background-color: #fbba00;
  padding: 0 30px 0 51px;
  line-height: 16px;
  display: block;
  transform: skew(0deg, -3deg);
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  color: #94a1ad;
  margin-bottom: 10px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.blog-heading-link.job {
  text-align: left;
  border-top: 1px #94a1ad;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  padding-left: 0;
  padding-right: 37px;
}

.home-content-wrap._01 {
  margin-bottom: 66px;
  padding-right: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: #72818f;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.section-heading.white {
  color: #fff;
  margin-bottom: 39px;
}

.section-heading.white.jobs {
  margin-bottom: 65px;
}

.section-heading.colour {
  color: #484f54;
}

.section-heading.job {
  text-align: left;
  margin-bottom: 2px;
}

.section-heading.job.klein {
  margin-bottom: 49px;
  font-size: 23px;
  line-height: 32px;
}

.section-heading.job.white {
  margin-bottom: 26px;
}

.about-grid {
  grid-column-gap: 77px;
  grid-row-gap: 30px;
  color: #94a1ad;
  text-align: left;
  grid-template: ". ."
  / 1fr 1.25fr;
  align-items: start;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 50px;
  grid-template-columns: .75fr .75fr;
  grid-template-areas: ". .";
  align-items: start;
}

.about-grid._2s {
  grid-column-gap: 136px;
  grid-template-columns: 3fr 2.75fr;
}

.section-2 {
  padding-top: 24px;
}

.italic-text {
  font-style: normal;
  font-weight: 700;
}

.bold-text-2 {
  font-weight: 400;
}

.liste-mit-bp {
  margin-bottom: 19px;
  padding-left: 19px;
  padding-right: 9px;
  font-size: 18px;
  line-height: 28px;
}

.slide {
  background-image: url('../images/AdobeStock_234694432_Preview.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._01 {
  background-image: url('../images/AdobeStock_234695006_Preview.jpeg');
}

.slide._03 {
  background-image: url('../images/DSC_7939_1000px.jpg');
  background-size: cover;
}

.div-block {
  width: 60%;
  text-align: center;
}

.text-span {
  font-weight: 700;
}

.kreis-stoerer {
  z-index: 1000;
  width: 400px;
  position: absolute;
  bottom: -15px;
}

.yellowone {
  width: 80%;
  background-color: #fbba00;
  padding: 16px 23% 24px 39px;
}

.yellowone.jobs {
  background-color: #fbba00;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 19%;
}

.yellowone.impressum {
  background-color: #94a1ad;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-3 {
  font-family: Los andes alvar pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 63px;
}

.bold-text-3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.bold-text-4 {
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 400;
}

.grid {
  grid-column-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.underline {
  border-bottom: 1px #fff;
  line-height: 50px;
}

.grid-2 {
  grid-column-gap: 47px;
  grid-row-gap: 9px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  align-items: start;
  margin-top: 74px;
  margin-bottom: 27px;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-weight: 700;
  text-decoration: underline;
}

.underline-div {
  border-bottom: 2px solid #fff;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  font-weight: 700;
  text-decoration: underline;
}

.bild-gf {
  margin-top: 26px;
}

.column, .column-2 {
  padding-left: 0;
}

.columns {
  border-top: 1px solid #484f54;
  border-bottom: 1px #484f54;
  padding-top: 47px;
  padding-bottom: 49px;
  padding-left: 43px;
}

.columns.kontakt {
  padding-bottom: 0;
}

.map-2 {
  margin-top: 62px;
  display: none;
}

.footer {
  height: 300px;
  background-color: #484f54;
  justify-content: flex-start;
  align-items: center;
  padding-top: 37px;
  padding-left: 71px;
  display: block;
}

.footer-wrapper {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-2 {
  flex-direction: row;
  display: flex;
}

.logo-footer {
  margin-right: 82px;
}

.div-block-28 {
  width: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-neu {
  color: #4d4d4d;
  background-color: #1396e2;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .1) 28%, rgba(0, 0, 0, .76));
  padding-top: 67px;
  padding-bottom: 123px;
  padding-right: 0;
}

.section-neu.dunkel {
  background-color: #2b2b2b;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .1) 38%, rgba(1, 0, 3, .93));
  padding-top: 50px;
  padding-bottom: 32px;
  padding-left: 114px;
}

.section-neu.dunkel.footertype {
  justify-content: center;
  align-items: stretch;
  padding-top: 44px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-5 {
  width: auto;
  color: #5f5f5f;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-block-5:hover {
  color: #1396e2;
  border-top: 1px solid #1396e2;
  padding-right: 27px;
}

.column-4 {
  position: relative;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 12px;
}

.image-5 {
  opacity: 1;
}

.image-5:hover {
  opacity: .7;
}

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

.row-2 {
  width: 100%;
}

.image-3 {
  opacity: 1;
  margin-right: 0;
}

.image-3:hover {
  opacity: .7;
}

.link-block {
  margin-top: 15px;
  margin-right: 8px;
}

.links-footer {
  border-top: 1px solid #fff;
  margin-right: 65px;
  padding-top: 11px;
  padding-right: 18px;
}

.thumbnail {
  margin-bottom: 14px;
  position: relative;
}

.thumbnail._02 {
  top: 4px;
}

.thumbnail._01 {
  margin-bottom: 11px;
}

.thumbnail._03 {
  top: 32px;
  left: 1px;
}

.thumbnail._04 {
  top: 64px;
  left: 88px;
}

.job-wrapper {
  width: 50%;
  text-align: center;
}

.job-div {
  min-height: 400px;
  background-image: url('../images/herzBG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  margin-bottom: 0;
  padding: 42px;
}

.imp-wrapper {
  width: 70%;
  text-align: center;
}

.hl-klein {
  font-size: 30px;
}

.link-pop {
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}

.link-pop:hover {
  transform: scale(1.05);
}

.text-block-6 {
  font-family: Los andes alvar pro, sans-serif;
  font-size: 17px;
}

.anlser-block {
  color: #72818f;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.anlser-block.farbe {
  color: #484f54;
}

.text-span-13 {
  font-size: 42px;
}

.text-span-14 {
  font-weight: 700;
  text-decoration: underline;
}

.image-6 {
  width: 300px;
  position: static;
  top: 236px;
  left: -144px;
}

.text-span-15 {
  letter-spacing: -3px;
}

.image-kueche {
  margin-bottom: 19px;
}

.footer-sec {
  background-color: #484f54;
  padding: 38px;
}

.navitem-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}

.container-center {
  justify-content: center;
  display: flex;
}

.stoerer-div {
  width: 380px;
  height: 350px;
  background-image: url('../images/IPZL_Button_offeneStellen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
}

.fbcookiebanner {
  z-index: 99;
  color: #fff;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.fbcookiebanner.popup-wrapper {
  z-index: 2000;
  width: 40%;
  background-color: rgba(251, 186, 0, .76);
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 21px 10px 15px;
  display: none;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.text-block {
  width: 100%;
  margin-bottom: 7px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.footercookielink {
  color: #f1ede6;
  font-size: 14px;
  text-decoration: underline;
}

.footercookielink:hover {
  color: #1bc7dc;
}

.cookiebuttons {
  margin-right: 20px;
  display: flex;
}

.cookiebutton {
  color: #000;
  background-color: #f1ede6;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 14px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.cookiebutton.decline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.text-span-16 {
  font-weight: 700;
}

.text-span-17 {
  font-size: 14px;
  font-weight: 700;
}

.stoerer-stellenangebote {
  color: #fff;
  padding-right: 61px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.stoerer-stellenangebote:hover {
  transform: scale(1.1);
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Los andes alvar pro, sans-serif;
  line-height: 32px;
  text-decoration: none;
}

.heading-4:hover {
  color: #fff;
}

.div-block-30 {
  height: 2px;
  background-color: #fff;
  text-decoration: none;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 7px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text-block-8:hover {
  color: #fff;
}

.image-7 {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .26);
}

.heading-5 {
  color: #3d3d3f;
  text-align: left;
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: Los andes alvar pro, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

.heading-5.copy {
  font-weight: 400;
}

.heading-5.copy.klein {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 18px;
}

.heading-5.abstand {
  text-transform: uppercase;
  border-top: 1px solid #484f54;
  border-bottom: 1px solid #484f54;
  margin-bottom: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}

.text-span-18 {
  font-weight: 400;
}

.text-span-19 {
  font-weight: 700;
}

.div-block-31 {
  padding: 17px 9px 17px 33px;
}

.text-span-20 {
  font-weight: 700;
}

.div-block-32 {
  display: none;
  box-shadow: 2px 3px 9px 2px rgba(0, 0, 0, .19);
}

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

  .section.color {
    background-image: radial-gradient(circle, #e0a600 15%, rgba(0, 0, 0, 0)), url('../images/Blumen_1500px.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .section.kontakt {
    padding-bottom: 49px;
  }

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

  .container {
    padding-left: 5%;
  }

  .paragraph-bigger.weiter {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-bigger.untenweit {
    margin-bottom: 51px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .label {
    margin-bottom: 8px;
  }

  .paragraph-light {
    font-size: 17px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 0 auto;
    margin-left: 36px;
  }

  .menu-icon {
    filter: invert();
    display: block;
  }

  .menu {
    margin-left: 30px;
    margin-right: 4px;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation {
    background-image: linear-gradient(218deg, #484f54 20%, rgba(0, 0, 0, 0) 61%);
    padding: 25px 0;
  }

  .navigation.footer {
    padding-top: 28px;
    padding-left: 51px;
  }

  .navigation-item {
    text-align: center;
    background-color: #72818f;
    border-bottom: 0 rgba(0, 0, 0, 0);
    padding: 29px 30px;
    font-size: 16px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    color: #000;
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.schmaler {
    text-align: left;
  }

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

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-image.header {
    width: 280px;
  }

  .navigation-items {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 135%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 4px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap._01 {
    margin-bottom: -31px;
  }

  .home-section-wrap {
    margin-bottom: 8px;
    padding-right: 13%;
  }

  .section-heading {
    text-align: left;
    margin-bottom: 13px;
    font-size: 35px;
  }

  .section-heading.white {
    text-align: center;
  }

  .about-grid {
    grid-row-gap: 2px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .about-grid._2s {
    grid-template-columns: 3fr;
  }

  .liste-mit-bp {
    margin-top: 0;
  }

  .div-block {
    width: 70%;
  }

  .kreis-stoerer {
    width: 300px;
    bottom: 290px;
  }

  .yellowone {
    padding-bottom: 16px;
    padding-right: 11%;
  }

  .yellowone.jobs {
    padding-right: 4%;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-3 {
    font-size: 45px;
    line-height: 37px;
  }

  .content-wrapper {
    padding-right: 26px;
  }

  .columns {
    padding-left: 0;
  }

  .map-2 {
    margin-top: 28px;
  }

  .links-footer {
    margin-bottom: 19px;
  }

  .lbox {
    margin-top: 73px;
  }

  .job-wrapper {
    width: 100%;
  }

  .logo-div.w--current {
    margin-right: 21px;
  }

  .anlser-block {
    font-size: 23px;
  }

  .text-span-13 {
    font-size: 35px;
    line-height: 42px;
  }

  .image-6 {
    width: 250px;
    margin-bottom: 22px;
  }

  .bild {
    width: 600px;
    margin-bottom: 32px;
  }

  .image-kueche {
    width: 680px;
    text-align: center;
    margin-bottom: 27px;
  }

  .footer-sec {
    padding: 28px;
  }

  .navitem-footer {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Los andes alvar pro, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
  }

  .stoerer-div {
    width: 300px;
    height: 300px;
    top: 411px;
  }

  .fbcookiebanner.popup-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .cookiebuttons {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.color02.abstand {
    padding-top: 53px;
  }

  .section.kontakt {
    padding-top: 44px;
  }

  .section.jobs {
    padding-top: 54px;
  }

  .container {
    text-align: center;
    display: block;
  }

  .paragraph-bigger {
    font-size: 19px;
    line-height: 28px;
  }

  .paragraph-bigger.weiter {
    font-size: 21px;
  }

  .paragraph-bigger.untenweit {
    font-size: 19px;
  }

  .label {
    text-align: left;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light {
    font-size: 19px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    margin-left: 28px;
  }

  .navigation-wrap {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation {
    background-image: linear-gradient(218deg, #484f54 34%, rgba(0, 0, 0, 0) 61%);
    padding: 0;
    position: absolute;
  }

  .navigation-item {
    background-color: #72818f;
    border-bottom-style: none;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 15px;
  }

  .menu-button {
    margin-right: 22px;
  }

  .logo-image {
    margin-bottom: 36px;
  }

  .logo-image.header {
    width: 240px;
    line-height: 18px;
    position: relative;
    top: 17px;
  }

  .navigation-items {
    background-color: rgba(0, 0, 0, 0);
    top: 100%;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .stoerer-wrapper {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-section-wrap {
    padding-right: 0%;
  }

  .section-heading.white {
    line-height: 39px;
  }

  .section-heading.job {
    margin-bottom: 8px;
    line-height: 35px;
  }

  .section-heading.job.klein {
    line-height: 25px;
  }

  .section-2 {
    padding-top: 0;
  }

  .div-block {
    width: 80%;
  }

  .kreis-stoerer {
    display: none;
    bottom: 295px;
  }

  .yellowone {
    padding: 0 6% 3px 23px;
    font-size: 15px;
  }

  .yellowone.jobs {
    width: 100%;
    padding-right: 12%;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .bold-text-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .columns {
    padding-top: 23px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .column-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 46px;
    display: flex;
  }

  .section-neu {
    padding: 34px 10px;
  }

  .text-block-5, .text-block-2 {
    text-align: center;
  }

  .job-div {
    padding: 22px;
  }

  .container-center {
    justify-content: center;
    display: flex;
  }

  .stoerer-div {
    width: 350px;
    height: 350px;
    display: block;
    top: 199px;
  }

  .fbcookiebanner.popup-wrapper {
    width: 100%;
    background-color: rgba(72, 79, 84, .91);
    border-style: none;
    flex-direction: row;
    align-items: flex-start;
    padding: 13px 26px 11px 18px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .stoerer-stellenangebote {
    padding-right: 17px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 23px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 20px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.color.blue {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    margin-left: 12px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    background-image: linear-gradient(218deg, #484f54 22%, rgba(0, 0, 0, 0) 60%);
    padding: 7px 0;
  }

  .navigation-item {
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 16px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image.header {
    width: 230px;
  }

  .navigation-items {
    background-color: rgba(0, 0, 0, 0);
    top: 107%;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.arfbeitgeber {
    height: 100vh;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap._01 {
    margin-bottom: 0;
  }

  .div-block {
    width: 90%;
  }

  .kreis-stoerer {
    width: 200px;
  }

  .yellowone {
    width: 100%;
    padding-left: 25px;
    padding-right: 10px;
  }

  .yellowone.jobs {
    padding-left: 21px;
    padding-right: 6%;
    position: relative;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .content-wrapper {
    padding-right: 0;
  }

  .text-span-13 {
    font-size: 35px;
    line-height: 42px;
  }

  .stoerer-div {
    width: 300px;
    height: 300px;
    top: 173px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-af3e7791 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-af3e7791 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-af3e7791 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-af3e7791, #w-node-ebefb9a7-1e66-6885-0cca-7acd04e82e28-af3e7791 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a5838ec-bbaa-fdf6-71da-761590fd1a0e-af3e7791 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-af3e7791 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-af3e7791 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-af3e7791 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-af3e7791 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ebefb9a7-1e66-6885-0cca-7acd04e82e28-af3e7791 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3a5838ec-bbaa-fdf6-71da-761590fd1a0e-af3e7791 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Los andes alvar pro';
  src: url('../fonts/Los-Andes---Alvar-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Los andes alvar pro';
  src: url('../fonts/Los-Andes---Alvar-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Los andes alvar pro';
  src: url('../fonts/Los-Andes---Alvar-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Los andes alvar pro';
  src: url('../fonts/Los-Andes---Alvar-Pro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Los andes alvar pro';
  src: url('../fonts/Los-Andes---Alvar-Pro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Los andes alvar pro';
  src: url('../fonts/Los-Andes---Alvar-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
