:root {
  --black: #111;
  --slate-grey: #626a7e;
  --royal-blue: #87a8ba;
  --ghost-white-2: #404e5c;
  --white: white;
  --ghost-white: #f3f5fd;
  --kütüp-library--dark-slate-grey-x: #2e5261;
  --gainsboro: #e2e2e2;
  --light-slate-grey: #8e929c;
  --black-2: #1a1a1a;
  --lavender: #e2e8f8;
  --kütüp-library--dark-slate-grey: #87a8ba;
  --coral: #ff8e64;
}

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

body {
  color: var(--black);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  line-height: 30px;
}

blockquote {
  border-left: 5px solid var(--royal-blue);
  background-color: var(--ghost-white-2);
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.page-wrapper {
  font-family: Poppins, sans-serif;
}

.banner-header {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.banner-header.white {
  color: var(--white);
  text-align: center;
  flex: 1;
}

.banner-header.white.center {
  text-align: center;
}

.banner-header.white.left {
  text-align: left;
  width: 100%;
}

.section {
  background-color: #0000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.banner {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
}

.section.banner.first {
  filter: contrast(127%);
  height: 10vh;
  padding-top: 190px;
  padding-bottom: 190px;
}

.section.sponsor {
  background-color: #0000;
  background-image: url('../images/Line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.sponsor.no-paddings {
  background-color: var(--ghost-white-2);
  background-image: none;
  height: 200px;
  margin-top: 65px;
  margin-bottom: 65px;
}

.section.testimonial {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.gradient-section {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 0;
}

.section.gradient-section.minus {
  padding-top: 180px;
}

.section.gradient-section.no-padding-top {
  background-image: linear-gradient(4deg, var(--ghost-white), white);
  padding-top: 58px;
  padding-bottom: 0;
}

.section.banner {
  background-color: var(--royal-blue);
  background-image: none;
  padding-top: 190px;
  padding-bottom: 190px;
}

.section.banner.second {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/closeup-of-house-roof-top-covered-with-ceramic-shi-2024-12-06-14-45-15-utc-1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.banner.second.electricity {
  background-image: linear-gradient(#00000082, #00000082), url('../images/strom2.jpg');
}

.section.banner.second.solar {
  background-image: linear-gradient(#00000054, #00000054), url('../images/solar.jpg');
}

.section.banner.second.innen {
  background-image: linear-gradient(#00000073, #00000073), url('../images/bathroom-2025-02-21-02-05-24-utc.jpg');
}

.section.banner.second.heat {
  background-image: linear-gradient(#00000075, #00000075), url('../images/heat-pump-for-solar-systems-on-the-roof-of-the-hou-2024-12-07-12-11-30-utc.jpg');
}

.section.banner.second.rohbau {
  background-image: linear-gradient(#0006, #0006), url('../images/rohbau2.jpg');
}

.section.banner.home-1 {
  background-image: url('../images/photo-1485083269755-a7b559a4fe5e.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-bottom: 190px;
}

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

.section.fatcs {
  background-color: #0000;
  background-image: linear-gradient(#3f74ffe6, #3f74ffe6), url('../images/pexels-photo-2409102.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.works-section {
  margin-bottom: 20px;
  padding: 20px 20px 0;
}

.section.page-header {
  background-color: var(--royal-blue);
  background-image: linear-gradient(#00000075, #00000075), url('../images/closeup-of-house-roof-top-covered-with-ceramic-shi-2024-12-06-14-45-15-utc-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 120px;
}

.section.page-header.service {
  background-image: linear-gradient(#3f74fff2, #3f74fff2), url('../images/pexels-photo-1492232.jpg');
  background-position: 0 0, 50%;
}

.section.page-header.projects {
  background-image: linear-gradient(#3f74fff2, #3f74fff2), url('../images/photo-1484242780561-6aff8688c36a.jpg');
  background-position: 0 0, 0 0;
}

.section.page-header.blog {
  background-image: linear-gradient(#3f74fff2, #3f74fff2), url('../images/pexels-photo-2409102.jpg');
  background-position: 0 0, 60%;
}

.section.page-header.licensing {
  background-color: var(--kütüp-library--dark-slate-grey-x);
  background-image: linear-gradient(#00000078, #00000078), url('../images/warehouse-workers-checking-the-inventory-2025-02-03-09-55-51-utc-1.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.less-bottom-padding {
  padding-bottom: 0;
}

.section.sponsors {
  border-top: 1px solid var(--gainsboro);
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.no-padding-bottom {
  padding: 60px 20px 0;
}

.section.gradient-section {
  background-image: linear-gradient(to top, #f3f5fd, #fff);
}

.button {
  background-color: var(--royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  opacity: 1;
  transform: translate(0, -1px);
  box-shadow: 3px 3px 12px #3f74ff66;
}

.button.white {
  background-color: var(--white);
  color: var(--royal-blue);
  font-weight: 500;
}

.button.padding {
  margin-top: 20px;
}

.button.up {
  width: 100%;
}

.paragraph-large {
  color: var(--light-slate-grey);
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.paragraph-large.banner {
  color: var(--white);
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-large.banner.center {
  text-align: center;
  width: auto;
}

.paragraph-large.side {
  color: var(--slate-grey);
  text-align: left;
  width: 100%;
  margin-left: 0;
}

.text-block-left {
  float: left;
  text-align: left;
  width: 440px;
  margin-top: 0;
}

.text-block-left.flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  float: right;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.dropdown-link-2 {
  color: #343e52;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.dropdown-link-2:hover {
  color: var(--royal-blue);
}

.dropdown-link-2.w--current {
  background-color: var(--royal-blue);
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.navbar {
  background-color: var(--white);
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.dropdown-list-2 {
  margin-top: 0;
}

.dropdown-list-2.w--open {
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 1px 3px #00000026;
}

.container-full {
  z-index: 1;
  background-color: #0000;
  max-width: 1200px;
  position: relative;
}

.nav-button-block {
  float: none;
  padding-top: 0;
  padding-left: 40px;
  display: inline-block;
}

.nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

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

.nav-link.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link.dropdown {
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.nav-link.dropdown:hover {
  color: var(--royal-blue);
}

.nav-link.dark {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown {
  color: var(--black);
  border-radius: 0;
}

.brand-name {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 10px 15px;
  display: flex;
}

.brand-name.w--current {
  height: 60px;
}

.icon {
  color: #fff;
  background-image: url('../images/Rohbau.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 48px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.icon.second {
  background-image: url('../images/Elektrotechnik.png');
  background-size: 50px;
  height: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.icon.fourth.energy {
  background-image: url('../images/Photovoltaik.png');
}

.icon.third.innen {
  background-image: url('../images/Innnenausba.png');
}

.icon.third.aussen {
  background-image: url('../images/Wärmepumpen.png');
}

.icon.fourth {
  background-image: url('../images/Dachbau.png');
}

.icon.third {
  background-image: url('../images/room-temp-high.png');
}

.left-div-headline {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.left-div-headline.more-padding {
  margin-bottom: 90px;
}

.left-div-headline.team {
  margin-bottom: 100px;
}

.section-tittle {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.section-tittle.white {
  color: var(--white);
}

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

.icon-tittle {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.sponsors {
  margin-bottom: 20px;
}

.features-block {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #e2e8f8 #e2e8f8 var(--lavender);
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 0 18px;
  transition: background-color .4s;
  display: flex;
}

.features-block:hover {
  background-color: #f5f7fc;
}

.features-block.second {
  border-style: none;
}

.features-block.second.border {
  border-style: none solid;
  border-width: 1px;
  border-color: var(--gainsboro);
  border-radius: 0;
}

.features-block.second.border.no-paddings {
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.features-block.second.no-paddings {
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.features-block.second.no-paddings.last {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
}

.features-block.middle {
  height: 300px;
}

.container {
  z-index: 1;
  color: var(--black);
  text-align: center;
  width: 1300px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container.border {
  padding-bottom: 80px;
}

.container.logos {
  align-items: center;
  height: auto;
  display: flex;
}

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

.container.footer {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-block {
  color: #0c152f99;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/shutterstock_93376255-320x213.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
  margin: auto auto 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.icon-block.left {
  float: none;
  background-color: var(--royal-blue);
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
  padding-top: 2px;
  padding-bottom: 0;
  display: flex;
}

.services-block {
  color: var(--light-slate-grey);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.row-service-top {
  margin-bottom: 40px;
}

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

.services-image {
  color: #0c152f99;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/pexels-photo-416405-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 220px;
  margin: auto auto 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.services-image.square {
  background-image: url('../images/Wasser-2.jpg');
  border-bottom: 3px solid #e0e4f0;
  height: 600px;
  transition: filter .4s;
}

.services-image.square:hover {
  filter: saturate(150%);
}

.flex-info {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 12px;
  display: flex;
}

.services-tittle {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.top-padding {
  margin-top: 40px;
}

.top-padding.less {
  margin-top: 20px;
}

.top-padding.less.flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid {
  border-radius: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.work {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  border-radius: 0;
  height: auto;
  position: relative;
  overflow: hidden;
}

.lightbox-link.fenster {
  background-image: url('../images/Fenster-1.jpg');
  background-position: 0%;
  background-size: cover;
}

.lightbox-link.fertig {
  background-image: url('../images/Fertig-4.png');
  background-position: 0 0;
  background-size: cover;
}

.project-click {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  height: 58px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.project-click.second {
  border-radius: 0;
}

.work-text {
  color: var(--white);
}

.click-icon {
  margin-right: 10px;
}

.testimonial-wrapper {
  color: var(--light-slate-grey);
  text-align: center;
  background-color: #fff;
  border: 1px solid #eaf0fd;
  border-radius: 6px;
  width: 96%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10px 45px;
  display: block;
  position: relative;
  box-shadow: 7px 7px 10px #3f74ff17;
}

.testimonial-wrapper.second {
  box-shadow: none;
  border-style: none;
}

.testimonial-wrapper.second.border {
  border-right-style: solid;
  border-right-color: var(--gainsboro);
  border-left-style: solid;
  border-left-color: var(--gainsboro);
  border-radius: 0;
}

.testimonial-wrapper.third {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 30px;
  display: flex;
}

.testimonial-image {
  border: 2px solid var(--royal-blue);
  background-image: url('../images/pexels-photo-209719-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin: 10px 20px 0 0;
  display: block;
}

.testimonial-image.third {
  background-image: url('../images/pexels-photo-209719-4.jpg');
  margin-left: 0;
}

.testimonial-image.second {
  background-image: url('../images/pexels-photo-209719-3.jpg');
}

.testimonial-image.second.center {
  background-image: linear-gradient(#0000, #0000), url('../images/pexels-photo-209719-2.jpg');
  background-position: 0 0, 50%;
}

.testimonial-image.center {
  background-image: linear-gradient(#00000021, #00000021), url('../images/pexels-photo-209719-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 #0000;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-image.center.second {
  background-image: url('../images/pexels-photo-209719-3.jpg');
  background-size: contain;
  border-radius: 100px;
}

.testimonial-image.center.third {
  background-image: url('../images/pexels-photo-209719-4.jpg');
  background-size: contain;
}

.testimonial-name {
  color: var(--black);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.testimonial-review {
  color: var(--slate-grey);
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.side-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0%;
  display: flex;
}

.side-info.no-padding {
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 5%;
  display: flex;
}

.quote-icon {
  background-color: var(--white);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  padding: 3px;
  position: absolute;
  inset: -21px auto auto 45%;
}

.quote-icon.left {
  width: 100px;
  height: 100px;
  top: -40px;
  left: auto;
  right: 10%;
}

.testimonial-position {
  color: var(--royal-blue);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.testimonial-position.gray {
  color: var(--light-slate-grey);
}

.blog-tittle {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.blog-tittle.center {
  text-align: center;
}

.link-blog {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  min-height: 250px;
  margin-top: -40px;
  display: block;
  position: relative;
  box-shadow: 7px 7px 10px #121c362b;
}

.link-blog.team {
  box-shadow: none;
  background-image: url('../images/pexels-photo-209719-2.jpg');
  border-radius: 1000px;
  width: 150px;
  height: 150px;
  min-height: auto;
  margin-top: 0;
}

.link-blog.team.second {
  background-image: url('../images/pexels-photo-209719-4.jpg');
  border-radius: 1000px;
  margin-top: 0;
}

.link-blog.team.third {
  box-shadow: none;
  background-image: linear-gradient(#00000017, #00000017), url('../images/pexels-photo-209719-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1000px;
  width: 150px;
}

.blog-card {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e2e8f8;
  border-bottom-width: 3px;
  border-radius: 6px;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.blog-card.flex {
  background-color: #f0f4ff69;
  flex-direction: column;
}

.blog-card.flex.team {
  border-width: 1px 1px 3px;
  border-color: var(--lavender);
  background-color: var(--white);
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: transform .4s;
}

.blog-card.flex.team:hover {
  transform: translate(0, -10px);
}

.button-link {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.button-link:hover {
  color: var(--royal-blue);
}

.button-link.more-padding {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
}

.client-flex {
  flex-direction: row;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer {
  padding-top: 70px;
}

.footer.black {
  background-color: var(--royal-blue);
  background-image: linear-gradient(#3f74ffc4, #3f74ffc4), url('../images/Square7.svg'), url('../images/Square6.svg');
  background-position: 0 0, 100% 0, 0 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 200px, contain;
  height: auto;
  padding-top: 0;
  padding-bottom: 130px;
  position: relative;
}

.footer.white {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.footer-column {
  color: var(--black);
  text-align: left;
  padding-right: 0%;
  font-size: 14px;
}

.footer-column.logo {
  background-image: url('../images/LOGO-weiss.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: scroll;
  height: 100px;
}

.footer-header {
  color: var(--lavender);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.footer-header.white {
  color: var(--white);
}

.contact-us-block {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.white-icon {
  filter: brightness(200%);
  height: 20px;
  margin-right: 10px;
}

.white-icon.color {
  filter: none;
}

.left-2 {
  float: none;
}

.footer-text {
  color: var(--lavender);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.footer-text.white {
  color: var(--white);
}

.footer-text.privacy {
  margin-right: 40px;
  font-weight: 700;
  display: flex;
}

.button-text {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 6px;
  margin-left: -15px;
  padding: 5px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.button-text:hover {
  color: var(--royal-blue);
}

.button-text.gray {
  background-color: #f3f5fd;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.button-wrapper.centered {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-decoration: none;
}

.button-icon {
  border: 2px solid var(--royal-blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  display: flex;
}

.features-image {
  background-image: url('../images/photo-1485083269755-a7b559a4fe5e.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 620px;
  padding-bottom: 0;
  transition: filter .4s;
  display: flex;
}

.features-image:hover {
  filter: saturate(150%);
}

.line-divider {
  background-color: var(--gainsboro);
  height: 1px;
  margin-top: 0;
}

.liner-dot {
  background-color: var(--royal-blue);
  border-radius: 100px;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: auto auto -3px 0%;
}

.liner-dot.right {
  inset: auto 0% -3px auto;
}

.liner-dot.right.white, .liner-dot.white {
  background-color: #fff;
}

.liner-wrapper {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.liner-wrapper.padding {
  margin-bottom: 40px;
}

.team-tittle {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.team-tittle.position-2 {
  background-color: var(--royal-blue);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.team-row {
  margin-left: 10px;
  margin-right: 10px;
}

.client-image-2 {
  opacity: .65;
  background-color: #0000;
  background-image: url('../images/Logo_TRIQBRIQ-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 190px;
  border-radius: 0;
  width: 40%;
  height: 120px;
  transition: all .3s;
}

.client-image-2:hover {
  opacity: 1;
  background-color: #0000;
  border: 1px #000;
  border-radius: 6px;
}

.client-image-2._2 {
  background-image: url('../images/LOGO-weiss.png');
  background-size: 190px;
}

.client-image-2._3 {
  background-image: url('../images/thumbnail_Ammi_4C.png');
  background-size: 190px;
  border-radius: 6px;
}

.client-image-2._3._4 {
  background-image: url('../images/RIMA-LOGO-1.png');
  background-size: 100px;
}

.client-image-2._4 {
  background-image: url('../images/LOGO-weiss.png');
  background-size: 190px;
}

.client-image-2._5 {
  background-image: url('../images/Logo_TRIQBRIQ-white.svg');
  background-size: 190px;
}

.question {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.question.tab-question {
  padding-top: 35px;
  padding-bottom: 35px;
}

.faq-answer {
  color: var(--slate-grey);
  margin-top: 0;
  margin-bottom: 0;
}

.faq-icon {
  height: 12px;
}

.faq-wrapper {
  width: 96%;
  margin-top: 0;
}

.faq-iteam {
  text-align: left;
  background-color: #fafbff;
  border: 1px solid #e2e8f8;
  border-bottom-width: 3px;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.faq-iteam.tab-toogle {
  box-shadow: none;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-radius: 0;
  margin-bottom: 0;
}

.faq-text-block {
  overflow: hidden;
}

.answer-wrapper {
  padding: 20px;
}

.faq-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.side-image {
  background-image: url('../images/photo-1508450859948-4e04fabaa4ea-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-bottom: 3px solid #ecf1ff;
  border-radius: 6px;
  height: 600px;
}

.tab-link {
  background-color: var(--white);
  text-transform: uppercase;
  border-top-right-radius: 10px;
  align-items: center;
  width: 33.333%;
  padding: 35px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--royal-blue);
  color: var(--white);
  text-transform: uppercase;
  border: 1px #fff;
  border-top-left-radius: 0;
  width: 33.333%;
  padding: 35px;
  font-size: 15px;
}

.tab-link.middle {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 15px;
  display: flex;
}

.tab-link.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  font-size: 15px;
}

.tab-link.first.w--current {
  border-top-right-radius: 0;
}

.tabs-menu {
  border-bottom: 1px solid var(--ghost-white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  display: flex;
}

.tabs {
  margin-top: -95px;
}

.tab-info-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab-image {
  background-image: url('../images/photo-1547004188-83e2bf446b24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 380px;
}

.tab-image.second {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
  height: 380px;
}

.tab-image.third {
  background-image: url('../images/photo-1563166423-a78566af3dbe.jpg');
}

.image-block {
  width: 50%;
  padding-top: 0;
  padding-right: 0;
}

.toogle-block {
  width: 50%;
}

.sponsor-flex {
  border-bottom: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: -90px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sponsor-flex.no-padding {
  margin-bottom: 0;
}

.fact-icon {
  border-radius: 0;
  width: 22%;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .3s;
}

.fact-icon:hover {
  opacity: 1;
}

.fact-icon.blog {
  text-align: center;
  width: 50%;
}

.fact-icon.blog.gray {
  border-left: 1px solid var(--gainsboro);
  background-color: var(--ghost-white-2);
  text-align: center;
  border-top-right-radius: 10px;
}

.fact-text {
  color: var(--royal-blue);
  text-transform: uppercase;
}

.big-facts {
  color: var(--black);
}

.testimonial-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.white-card-wrapper {
  border: 1px solid var(--gainsboro);
  background-color: #0000;
  border-radius: 0 0 10px 10px;
  box-shadow: 7px 7px 10px #3f74ff17;
}

.white-card-wrapper.left-side {
  background-color: var(--white);
  text-align: left;
}

.testimonial-paragraph {
  width: 600px;
}

.testimonial-paragraph.square {
  background-color: #f0f4ff66;
  border: 1px solid #ecf1ff;
  border-bottom-width: 3px;
  border-radius: 4px;
  width: auto;
  padding: 10px 40px;
  font-size: 14px;
}

.testimonial-paragraph.square.left {
  text-align: left;
  margin-top: 20px;
  padding-right: 0;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--ghost-white-2);
  border-bottom: 3px solid #ecf1ff;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: block;
}

.footer-wrapper.blue {
  background-color: #245ffa;
  border-bottom-color: #2e5cd5;
}

.quote-card {
  background-color: var(--white);
  text-align: left;
  border-radius: 6px;
  width: 80%;
  margin: 20px auto -80px;
  padding: 35px;
  box-shadow: -2px 10px 10px #3f74ff17;
}

.form-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-field {
  background-color: var(--ghost-white-2);
  color: var(--black);
  border: 1px solid #e1e6f1;
  border-radius: 0;
  width: 24%;
}

.text-field.big {
  background-color: var(--gainsboro);
  width: 49%;
  margin-bottom: 20px;
}

.text-field.full {
  text-align: center;
  width: 100%;
}

.text-field.up {
  width: 100%;
  height: 50px;
}

.form-button {
  background-color: var(--royal-blue);
  border-radius: 0;
  width: 24%;
}

.form-button:hover {
  background-color: var(--royal-blue);
}

.services-div {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 8%;
  display: flex;
}

.testimonial-slide {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  text-align: left;
  width: 80px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  font-size: 9px;
  display: block;
  position: relative;
  inset: 0 0 0 auto;
}

.slide-nav.center {
  text-align: center;
  width: auto;
}

.left-arrow, .right-arrow {
  display: none;
}

.testimonial-tittle {
  color: var(--black);
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.clients {
  opacity: .65;
  background-color: #0000;
  background-image: url('../images/logo-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  border: 1px solid #e0e4f0;
  border-bottom-width: 3px;
  border-radius: 0;
  height: 80px;
  transition: all .3s;
}

.clients:hover {
  opacity: 1;
  background-color: #fff;
}

.clients._2 {
  background-image: url('../images/logo2.png');
  background-size: 80px;
}

.clients._3 {
  background-image: url('../images/logo-3.png');
  background-size: 80px;
}

.clients._4 {
  background-image: url('../images/logo-4.png');
  background-size: 80px;
}

.clients._5 {
  background-image: url('../images/logo-5.png');
  background-size: 80px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
}

.left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-2 {
  color: var(--white);
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-2 {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-2.single {
  float: left;
  filter: brightness(200%);
  color: var(--white);
  text-align: center;
  background-color: #ffffff4d;
  background-image: url('../images/icons8-new-post-96_1icons8-new-post-96.png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #ffffff5e;
  border-radius: 6px;
  flex: 1;
  width: auto;
  min-width: 230px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  display: block;
  position: relative;
}

.social-wrapper-div-2 {
  border: 1px solid var(--white);
  opacity: .8;
  background-color: #0000;
  background-image: url('../images/facebook-logo-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: -1px;
  margin-right: 0;
  padding-left: 0;
  transition: all .4s;
}

.social-wrapper-div-2:hover {
  opacity: 1;
  background-color: #0000;
  border-color: #fff;
}

.social-wrapper-div-2.twitter {
  border: 1px solid var(--white);
  background-image: url('../images/twitter_1twitter.png');
  background-size: 16px;
}

.social-wrapper-div-2.twitter:hover {
  background-color: #0000;
  border-color: #fff;
}

.social-wrapper-div-2.be {
  background-image: url('../images/behance-1.png');
  border: 1px solid #fff;
}

.social-wrapper-div-2.insta {
  background-image: url('../images/instagram-1.png');
}

.social-wrapper-div-2.google {
  opacity: .8;
  background-color: #0000;
  background-image: url('../images/google-plus_1google-plus.png');
  background-size: 16px;
}

.social-wrapper-div-2.google:hover {
  opacity: 1;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 200px;
}

.social-icon-div-2 {
  text-align: center;
  margin-top: 60px;
  padding-top: 0;
}

.social-icon-div-2.filter {
  filter: invert(30%);
  margin-top: 20px;
}

.left-div-headline-2 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.submit-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 6px;
  width: 31%;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  border: 1px solid var(--ghost-white);
  background-color: #bed0ff;
}

.section-newsletter {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.section-newsletter.color {
  background-color: var(--royal-blue);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-newsletter.color.newsletter {
  background-image: linear-gradient(#3f74ffc4, #3f74ffc4), url('../images/Square6.svg'), url('../images/Square7.svg');
  background-position: 0 0, 100% 100%, 10% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 500px, 500px;
}

.section-newsletter.color.quote {
  background-image: linear-gradient(#3f74fff0, #3f74fff0), url('../images/pexels-photo-2409102.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 0;
}

.single-form {
  color: #0c152f99;
  max-width: 600px;
  margin: 60px auto 0;
  display: block;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-weight: 500;
}

.image-link {
  background-image: linear-gradient(#10124633, #10124633);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  margin-left: 23px;
  display: flex;
  position: relative;
}

.image-link.left {
  background-image: linear-gradient(#10124633, #10124633), url('../images/ChatGPT-Image-1.-Okt.-2025-21_52_12.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 3px #ecf1ff;
  border-bottom-style: solid;
  border-radius: 0;
  height: 600px;
  margin-left: 0;
  margin-right: 23px;
}

.image-link.left.dachbau {
  background-image: linear-gradient(#0000, #0000), url('../images/dach.jpg');
}

.image-link.left.elektro {
  background-image: linear-gradient(#0000, #0000), url('../images/strom.jpg');
}

.image-link.left.photo {
  background-image: linear-gradient(#0000, #0000), url('../images/dach2.jpg');
}

.image-link.left.innen {
  background-image: linear-gradient(#0000, #0000), url('../images/staircase-2024-09-17-11-29-07-utc.jpg');
}

.image-link.left.haet {
  background-image: linear-gradient(#0000, #0000), url('../images/two-air-source-heat-pumps-installed-outside-of-new-2025-07-14-03-56-11-utc.jpg');
}

.video-story {
  border: 3px solid var(--white);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-left: 0;
  transition: transform .4s;
  display: flex;
}

.video-story:hover {
  transform: scale(1.2);
}

.image-7 {
  padding-left: 3px;
}

.logo {
  height: 60px;
}

.center-div-wrapper {
  width: 50%;
}

.image-side {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.half-side-info {
  text-align: left;
  max-width: 500px;
  padding: 30px 15px;
}

.div-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block.first {
  margin-top: 100px;
  margin-bottom: 0;
}

.white-text {
  color: var(--white);
}

.image-8, .image-9, .image-10, .image-11 {
  width: 42px;
}

.bootom-footer {
  background-color: #245ffa;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.bootom-footer.light {
  background-color: var(--ghost-white-2);
}

.footer-bottom {
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
}

.footer-bottom-block {
  align-items: center;
  padding-right: 25px;
  font-size: 15px;
  display: flex;
}

.footer-bottom-block.right {
  color: var(--white);
  text-align: right;
  flex: 1;
  justify-content: flex-end;
}

.right-footertext {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  font-size: 13px;
}

.right-footertext.center {
  text-align: center;
  font-size: 13px;
}

.right-footertext.dark {
  color: var(--slate-grey);
  font-family: Poppins, sans-serif;
}

.link-footer {
  color: #dbdbdb;
  transition: all .4s;
}

.link-footer:hover {
  color: #bed0ff;
}

.link-footer._2 {
  color: #994afd;
}

.link-footer.blue {
  color: var(--royal-blue);
}

.important {
  color: var(--royal-blue);
  text-transform: none;
  font-weight: 600;
}

.link-3 {
  text-decoration: none;
}

.collection-item {
  margin-bottom: 80px;
}

.collection-item.slider {
  width: 100%;
  margin-bottom: 0;
}

.blog-slider {
  background-color: #0000;
  height: 100%;
}

.mask {
  margin-left: 10px;
  margin-right: 10px;
  padding: 60px 0 20px;
}

.blog-post {
  width: 50%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.left-arrow-2 {
  border: 1px solid var(--gainsboro);
  color: var(--black-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: none;
  left: -40px;
}

.right-arrow-2 {
  border: 1px solid var(--gainsboro);
  color: var(--black-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: none;
  right: -40px;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 0 10px 10px;
  height: 600px;
}

.utility-page-wrap {
  background-image: linear-gradient(#3f74fff7, #3f74fff7), url('../images/shutterstock_1154730577-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  width: 340px;
  padding: 40px;
  display: flex;
}

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

.rich-text-blog {
  text-align: left;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.headline-div {
  text-align: left;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  text-align: center;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.container-2.rich-text {
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
}

.image-padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-info-rich-text {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.licence-item-wrapper {
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  box-shadow: 0 1px 2px #2e323c17;
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.mock-ups {
  background-image: url('../images/engineer-architect-construction-site-planning-PRGTGGL.jpg');
  background-position: 70%;
  background-size: cover;
  border-radius: 4px;
}

.image-div.mock-ups.fifth {
  background-color: var(--royal-blue);
  background-image: url('../images/icons8-business-group-80_1icons8-business-group-80.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 42px;
}

.image-div.icons {
  background-image: linear-gradient(#dde1e7, #dde1e7);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #677081;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--royal-blue);
  text-decoration: underline;
}

.column-icons {
  margin-bottom: 10px;
}

.column-icons.no-padding {
  margin-bottom: 0;
}

.icon-div {
  width: 30px;
  height: 30px;
}

.icon-div.third {
  background-image: url('../images/icons8-museum.svg');
}

.icon-div.third.image {
  background-image: url('../images/hutomo-abrianto-9ZvuWg8deho-unsplash.jpg');
}

.icon-div.image {
  background-image: url('../images/photo-1563166423-a78566af3dbe.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.icon-div.image.sec {
  background-image: url('../images/photo-1562601622-e3ea198a61e4.jpg');
}

.icon-div.image.sec.new {
  background-image: url('../images/pexels-photo-209719-2.jpg');
}

.icon-div.image.third {
  background-image: url('../images/photo-1527335988388-b40ee248d80c-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-div.image.third.new {
  background-image: url('../images/pexels-photo-1492232.jpg');
}

.icon-div.image.four {
  background-image: url('../images/photo-1558464678-2f1570e8d60e.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-div.image.four.new {
  background-image: url('../images/pexels-photo-273680.jpg');
}

.icon-div.image.new {
  background-image: url('../images/pexels-photo-209719-4.jpg');
}

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

.flex {
  align-items: center;
  display: flex;
}

.licence-item-firs {
  background-color: #fff;
  border: 1px #dde1e7;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.image-div-2 {
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-div-2.logo {
  background-image: url('../images/Logo.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  margin-right: 0;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: var(--royal-blue);
  text-decoration: underline;
}

.line-1 {
  background-color: var(--royal-blue);
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-wrapper {
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
}

.line-2 {
  background-color: var(--royal-blue);
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.line-3 {
  background-color: var(--royal-blue);
  width: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-4 {
  background-color: var(--royal-blue);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #ecf1ff;
  border-radius: 0;
  width: 450px;
  max-width: 116%;
  height: 500px;
  position: absolute;
  top: -1061%;
  left: auto;
  right: 0;
}

.hero-image.girl {
  background-image: url('../images/Gruppenbild-Wörner-Popko.jpg');
}

.about-copy-wrapper {
  width: 75%;
}

.heading-half-section-2 {
  color: #343e52;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-half-section-2.left {
  color: #343e52;
  text-align: left;
  margin-top: 0;
  font-size: 28px;
  line-height: 38px;
}

.abut-us-copy {
  text-align: left;
}

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

.info-wrapper {
  background-color: var(--white);
  border: 1px solid #e2e8f8;
  border-top-style: none;
  border-bottom-width: 3px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 10%;
}

.center {
  text-align: center;
}

.form {
  border: 1px #000;
  padding: 40px;
}

.error-message-color {
  color: #fff;
  text-align: center;
  background-color: #ef3b31;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-area {
  background-color: var(--gainsboro);
  color: var(--black);
  border: 1px solid #e1e6f1;
  height: 50px;
  min-height: 150px;
  padding-top: 8px;
}

.text-area:hover {
  border-color: var(--lavender);
}

.success-message-color {
  color: #fff;
  background-color: #00b3ac;
}

.flex-form {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-info {
  margin-bottom: 20px;
  font-weight: 400;
}

.bottom-padding {
  margin-bottom: 30px;
}

.button-wrapper-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper-2.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper-2.product.left {
  justify-content: flex-start;
  margin-top: 30px;
}

.success-message-3 {
  background-color: #3ec73a;
}

.white {
  color: var(--white);
}

.work-hover {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.work-line {
  background-color: var(--royal-blue);
  width: 2px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.work-line-2 {
  background-color: var(--royal-blue);
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.work-line-3 {
  background-color: var(--royal-blue);
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.work-line-4 {
  background-color: var(--royal-blue);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.column-inside-no-paddings {
  padding-left: 0;
  padding-right: 0;
}

.hero-content-div {
  width: 50%;
}

.text-side {
  border: 16px none var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.image-service {
  background-image: url('../images/photo-1448630360428-65456885c650-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 220px;
}

.image-service.third {
  background-image: url('../images/pexels-photo-416405-2.jpg');
}

.image-service.second {
  background-image: url('../images/43423.jpeg');
  background-position: 100%;
}

.image-service.rohbau {
  background-image: url('../images/rohbau2.jpg');
  margin-bottom: 20px;
}

.image-service.elektro {
  background-image: url('../images/strom2.jpg');
  margin-bottom: 20px;
}

.image-service.dachbau {
  background-image: url('../images/closeup-of-house-roof-top-covered-with-ceramic-shi-2024-12-06-14-45-15-utc-1.jpg');
  margin-bottom: 20px;
}

.image-service.photovolt {
  background-image: url('../images/dach2.jpg');
  margin-bottom: 20px;
}

.image-service.innen {
  background-image: url('../images/bathroom-2025-02-21-02-05-24-utc.jpg');
  margin-bottom: 20px;
}

.image-service.warme {
  background-image: url('../images/heat-pump-for-solar-systems-on-the-roof-of-the-hou-2024-12-07-12-11-30-utc.jpg');
  margin-bottom: 20px;
}

.form-block {
  border: 10px solid var(--royal-blue);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.up-body {
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/pexels-photo-2409102.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mg-20px {
  width: 100%;
  height: 20px;
}

.mg-40px {
  width: 100%;
  height: 40px;
}

.field-label {
  text-align: left;
  margin-bottom: 10px;
}

.form-footer {
  font-size: 16px;
  line-height: 160%;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.mason-up {
  background-color: #f5f5f500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-header {
  border-style: none;
  border-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.block-content {
  border: 1px #000;
  width: 100%;
  padding: 0;
}

.reset-pass {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 160%;
}

.paragraph-big {
  color: #100c2e;
  margin-bottom: 14px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.log-in-text {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 160%;
}

.reset-pass-form, .login-form {
  width: 100%;
}

.body {
  background-color: var(--ghost-white);
  padding-left: 0;
  padding-right: 0;
}

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

.kutup-nav-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding: 15px;
  font-size: 17px;
  font-weight: 500;
  transition: opacity .3s;
}

.kutup-nav-link:hover {
  color: #264653cc;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 700;
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 400;
}

.kutup-dropdown-toggle:hover {
  color: #264653cc;
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-first-element {
  order: -1;
}

.kutup-nav-component-3 {
  background-color: #fff;
  padding: 10px 3%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.kutup-nav-container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-last-item {
  order: 1;
}

.kutup-button-green {
  background-color: var(--kütüp-library--dark-slate-grey-x);
  color: #fff;
  border-radius: 0;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.bold-text-2 {
  color: var(--lavender);
}

.columns-3 {
  padding-left: 114px;
  padding-right: 0;
}

.text-block {
  color: #404e5c;
  font-weight: 500;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7 {
  padding-left: 0;
  padding-right: 0;
}

.open-positions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.medium-text {
  color: #3b5266;
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
}

.container-3 {
  background-color: #fff0;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.open-position-icon {
  width: 20px;
}

.open-position-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 24px;
  font-weight: 600;
}

.heading-small.heading-font-color {
  color: var(--black);
  text-indent: 0;
  text-transform: none;
  column-count: auto;
  font-weight: 400;
}

.grid-2-col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.open-position-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3b5266;
  border: 1px solid #e2e2e2;
  border-left-width: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1em;
  font-size: 15px;
  line-height: 30px;
  transition-property: border-color;
  display: flex;
}

.open-position-link:hover {
  color: #3b5266;
  border-left-color: #ed3e54;
}

.paragraph-large-2 {
  color: #8e929c;
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.paragraph-large-2.side {
  color: #626a7e;
  text-align: left;
  width: 100%;
  margin-left: 0;
}

.icon-tittle-2 {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.section-tittle-2 {
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.container-4 {
  z-index: 1;
  color: #111;
  text-align: center;
  width: 1300px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.body-8 {
  padding-left: 0;
  padding-right: 0;
}

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

.column-5, .column-6, .column-7 {
  justify-content: center;
  align-items: center;
  display: block;
}

.body-9 {
  padding-left: 0;
  padding-right: 0;
}

.container-5 {
  background-image: url('../images/rohbau.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 600px;
  height: 400px;
}

.footer-column-2 {
  color: #111;
  text-align: left;
  padding-right: 0%;
  font-size: 14px;
}

.footer-header-2 {
  color: #e2e8f8;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.footer-text-2 {
  color: #e2e8f8;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.columns-4, .columns-5 {
  align-self: stretch;
}

@media screen and (min-width: 1440px) {
  .features-block {
    height: 400px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .lightbox-link.fenster {
    background-image: url('../images/Fenster-1.jpg');
    background-position: 0%;
    background-size: cover;
  }

  .lightbox-link.fertig {
    background-image: url('../images/Fertig-4.png');
    background-position: 0 0;
    background-size: cover;
  }

  .footer-text.privacy {
    margin-right: 40px;
    display: flex;
  }

  .text-side {
    border-style: none none none solid;
    border-left-width: 8px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 160px;
  }

  .image-service.rohbau {
    background-image: url('../images/rohbau2.jpg');
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .image-service.elektro {
    background-image: url('../images/strom2.jpg');
    margin-bottom: 20px;
  }

  .image-service.dachbau {
    background-image: url('../images/closeup-of-house-roof-top-covered-with-ceramic-shi-2024-12-06-14-45-15-utc-1.jpg');
    margin-bottom: 20px;
  }

  .image-service.photovolt {
    background-image: url('../images/dach2.jpg');
    margin-bottom: 20px;
  }

  .image-service.innen {
    background-image: url('../images/bathroom-2025-02-21-02-05-24-utc.jpg');
    margin-bottom: 20px;
  }

  .image-service.warme {
    background-image: url('../images/heat-pump-for-solar-systems-on-the-roof-of-the-hou-2024-12-07-12-11-30-utc.jpg');
    margin-bottom: 20px;
  }

  .container-3 {
    max-width: 1350px;
  }

  .bold-text-4 {
    width: auto;
    font-size: 40px;
  }

  .container-5 {
    background-image: url('../images/rohbau.jpg');
    background-size: cover;
    width: 600px;
    height: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .section.less-bottom-padding {
    padding-bottom: 120px;
  }

  .button, .button.white, .paragraph-large.banner {
    font-family: Montserrat, sans-serif;
  }

  .icon {
    background-image: url('../images/bulb.png');
  }

  .icon.second {
    color: #000;
    background-image: url('../images/icons8-graph-report-80_1icons8-graph-report-80.png');
  }

  .icon.third {
    background-image: url('../images/Innnenausba.png');
  }

  .section-tittle {
    text-align: left;
    font-family: Montserrat, sans-serif;
  }

  .icon-tittle {
    font-family: Montserrat, sans-serif;
  }

  .features-block {
    height: 500px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.footer {
    padding-top: 0;
  }

  .services-image.square {
    background-image: url('../images/solar-2.jpg');
    box-shadow: 0 2px 5px #00000042;
  }

  .services-tittle {
    font-family: Montserrat, sans-serif;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 200px;
    margin-right: 200px;
  }

  .lightbox-link {
    background-image: url('../images/Fenster-1.jpg');
    background-position: 0%;
    background-size: cover;
  }

  .lightbox-link.fertig {
    background-image: url('../images/Fertig-4.png');
    background-position: 0 0;
  }

  .work-text {
    font-family: Montserrat, sans-serif;
  }

  .testimonial-review {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .side-info.no-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .link-blog.team {
    background-color: #814343;
    background-image: none;
  }

  .link-blog.team.second {
    background-image: none;
  }

  .button-link.more-padding {
    font-family: Montserrat, sans-serif;
  }

  .client-flex {
    justify-content: center;
    align-items: center;
  }

  .footer-header, .footer-text {
    font-family: Montserrat, sans-serif;
  }

  .footer-text.privacy {
    flex-flow: column;
    margin-right: 40px;
    font-weight: 700;
    display: flex;
  }

  .footer-wrapper {
    margin-top: 102px;
  }

  .columns-2 {
    margin-bottom: 145px;
  }

  .contact-info {
    font-family: Montserrat, sans-serif;
  }

  .image-service {
    height: 100%;
    margin-bottom: 33px;
    padding-bottom: 0;
  }

  .image-service.rohbau {
    background-image: url('../images/rohbau2.jpg');
  }

  .image-service.elektro {
    background-image: url('../images/strom2.jpg');
  }

  .image-service.dachbau {
    background-image: url('../images/closeup-of-house-roof-top-covered-with-ceramic-shi-2024-12-06-14-45-15-utc-1.jpg');
  }

  .image-service.photovolt {
    background-image: url('../images/dach2.jpg');
    background-position: 50%;
  }

  .image-service.innen {
    background-image: url('../images/bathroom-2025-02-21-02-05-24-utc.jpg');
  }

  .image-service.warme {
    background-image: url('../images/heat-pump-for-solar-systems-on-the-roof-of-the-hou-2024-12-07-12-11-30-utc.jpg');
  }

  .paragraph-big {
    color: #000;
    text-align: left;
    font-style: normal;
  }

  .kutup-nav-link {
    font-family: Montserrat, sans-serif;
  }

  .kutup-dropdown-link {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .kutup-button-green, .text-block, .bold-text-4, .bold-text-5, .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .bold-text-6 {
    font-family: Montserrat, sans-serif;
  }

  .bold-text-7 {
    text-align: left;
    display: flex;
  }

  .container-5 {
    background-image: url('../images/rohbau.jpg');
    background-position: 50%;
    background-size: cover;
    width: 600px;
    height: 400px;
    box-shadow: 4px 6px 16px #0000004f;
  }

  .body-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-header-2, .footer-text-2 {
    font-family: Montserrat, sans-serif;
  }

  .footer-text-2.privacy {
    margin-right: 40px;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    color: #fff;
    text-align: left;
  }

  .section {
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.banner.first {
    background-image: linear-gradient(#3f74ffcc, #3f74ffcc), url('../images/photo-1560229904-ef47c14d51ad.jpg');
    background-position: 0 0, 50% 100%;
    height: auto;
  }

  .section.sponsor {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.sponsor.no-paddings {
    height: auto;
  }

  .section.testimonial {
    background-position: 0 10%;
    background-size: 600px;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.gradient-section.blog-bottom {
    padding-top: 120px;
  }

  .section.banner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.banner.second {
    height: auto;
  }

  .section.banner.home-1 {
    background-image: linear-gradient(#00000061, #00000061), url('../images/photo-1506862047911-9815cdcb77c2-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
  }

  .section.no-top-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-large.side {
    flex: 0 auto;
    margin-bottom: 100px;
  }

  .nav-menu {
    float: none;
    text-align: left;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 70px;
    bottom: auto;
    left: 0;
    overflow: scroll;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
  }

  .nav-button-block {
    flex: 0 auto;
    margin-top: 30px;
    padding-left: 0;
    display: none;
  }

  .nav-link {
    color: #a5a5a5;
    width: 100%;
    padding: 16px 20px;
    display: block;
  }

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

  .nav-link.dropdown {
    color: var(--black);
  }

  .nav-link.dark:hover {
    color: var(--royal-blue);
  }

  .brand-name {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .menu-button-2.w--open {
    color: var(--black-2);
    background-color: #0000;
  }

  .left-div-headline {
    padding-right: 0;
  }

  .section-tittle {
    margin-top: 0;
  }

  .section-tittle.left-side {
    text-align: left;
  }

  .section-tittle.left {
    margin-left: 0;
  }

  .features-block.second.border {
    border-style: solid none;
  }

  .features-block.second.no-paddings {
    border-bottom-left-radius: 0;
  }

  .features-block.second.no-paddings.last {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .features-block.last {
    margin-bottom: 100px;
  }

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

  .services-block {
    width: 80%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .row-service-top {
    margin-bottom: 0;
  }

  .column {
    text-align: center;
    flex-flow: row;
    place-content: stretch space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .services-image.square {
    width: auto;
    margin-top: 60px;
  }

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

  .lightbox-link {
    height: auto;
  }

  .testimonial-wrapper {
    width: 96%;
    margin-bottom: 140px;
  }

  .testimonial-wrapper.second {
    margin-bottom: 0;
  }

  .testimonial-wrapper.second.border {
    border-style: solid none;
    border-top-color: var(--gainsboro);
    border-bottom-color: var(--gainsboro);
  }

  .testimonial-wrapper.third {
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .testimonial-review {
    width: auto;
    height: auto;
  }

  .side-info {
    max-width: 550px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .side-info.no-padding {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
  }

  .side-info.more-padding {
    margin-top: 40px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-card.flex.team {
    width: 70%;
    margin-bottom: 20px;
    display: flex;
  }

  .client-flex {
    flex-flow: wrap;
    display: flex;
  }

  .footer.black {
    height: auto;
    padding-bottom: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-text.privacy {
    font-weight: 700;
    display: flex;
  }

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

  .team-tittle.position-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .team-row {
    margin-left: 0;
    margin-right: 0;
  }

  .client-image-2 {
    float: left;
    border: 1px #e2e8f8;
    border-radius: 0;
    width: 50%;
  }

  .client-image-2:hover {
    border-style: none;
    border-color: #e2e8f8;
    border-radius: 0;
  }

  .client-image-2._2 {
    border: 1px #e2e8f8;
  }

  .client-image-2._3, .client-image-2._4 {
    border-radius: 0;
  }

  .client-image-2._5 {
    width: 100%;
  }

  .faq-wrapper {
    flex: 0 auto;
    width: 100%;
  }

  .faq-iteam {
    text-align: left;
    display: block;
  }

  .side-image {
    margin-top: 60px;
  }

  .tabs {
    margin-top: -120px;
  }

  .tab-info-content {
    flex-direction: column;
  }

  .image-block {
    width: 100%;
    padding-bottom: 3%;
    padding-right: 0%;
  }

  .toogle-block {
    width: 100%;
  }

  .sponsor-flex {
    flex-direction: row;
    display: flex;
  }

  .fact-icon {
    float: left;
    width: 50%;
  }

  .testimonial-flex {
    display: block;
  }

  .white-card-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-card {
    width: 100%;
  }

  .clients {
    float: left;
  }

  .clients._5 {
    width: 100%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .left {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .left.copy {
    margin-top: 100px;
  }

  .left-div-headline-2 {
    padding-right: 0;
  }

  .section-newsletter {
    padding: 80px 20px;
  }

  .single-form {
    max-width: 100%;
  }

  .image-link.left {
    border-radius: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .center-div-wrapper, .image-side {
    width: 100%;
  }

  .half-side-info {
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .div-block.first {
    flex-direction: column;
    align-items: center;
  }

  .bootom-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .collection-item {
    width: 50%;
  }

  .flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: block;
  }

  .hero-image {
    max-width: none;
  }

  .about-copy-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .heading-half-section-2.left {
    width: 100%;
    margin-left: 0;
  }

  .padding-column {
    margin-top: 140px;
  }

  .padding-column.about {
    margin-top: 340px;
  }

  .div-block-4 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-2 {
    flex-direction: column;
    display: flex;
  }

  .column-2 {
    display: flex;
  }

  .column-3 {
    display: block;
  }

  .hero-content-div {
    width: 100%;
  }

  .text-side {
    margin-top: 40px;
  }

  .mason-up {
    padding: 0;
  }

  .kutup-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

  .kutup-menu-button.w--open {
    background-color: #0000;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-last-item {
    order: 1;
  }

  .column-4 {
    display: flex;
  }

  .section-tittle-2 {
    margin-top: 0;
  }

  .container-4, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    font-size: 36px;
    line-height: 48px;
  }

  .section {
    padding-left: 24px;
  }

  .section.banner.first {
    background-image: linear-gradient(#3f74ffcc, #3f74ffcc), url('../images/photo-1560229904-ef47c14d51ad.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.testimonial {
    background-size: auto;
  }

  .section.gradient-section.blog-bottom, .section.gradient-section.blog-section {
    padding-bottom: 60px;
  }

  .section.banner.second {
    height: auto;
  }

  .button {
    text-align: center;
  }

  .paragraph-large {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .left-div-headline {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-tittle {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }

  .features-block {
    display: flex;
  }

  .features-block.second.border {
    border-style: solid none;
  }

  .features-block.second.no-paddings {
    border-bottom-left-radius: 0;
  }

  .container {
    height: auto;
  }

  .services-block {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .services-image.square {
    margin-bottom: 0;
  }

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

  .lightbox-link {
    height: auto;
  }

  .testimonial-wrapper {
    margin-bottom: 40px;
  }

  .testimonial-wrapper.second.border {
    border-style: solid none;
    border-top-color: var(--gainsboro);
    border-bottom-color: var(--gainsboro);
  }

  .testimonial-wrapper.third {
    width: 90%;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .side-info {
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .side-info.more-padding {
    margin-top: 40px;
  }

  .quote-icon.left {
    width: 80px;
    height: 80px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 0;
  }

  .blog-card.flex.team {
    width: 100%;
  }

  .footer.black {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .footer.white {
    padding-bottom: 0;
  }

  .footer-column {
    margin-top: 30px;
  }

  .footer-header.white, .features-image {
    margin-bottom: 20px;
  }

  .client-image-2:hover {
    border-style: none;
  }

  .faq-wrapper, .tab-link {
    width: 100%;
  }

  .tab-link.w--current {
    border-top-right-radius: 0;
    width: 100%;
  }

  .tab-link.middle {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }

  .tab-link.first, .tab-link.first.w--current {
    border-top-right-radius: 10px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tabs {
    margin-top: -95px;
  }

  .tab-info-content {
    flex-direction: column;
  }

  .image-block, .toogle-block {
    width: 100%;
  }

  .sponsor-flex {
    flex-direction: column;
    align-items: center;
  }

  .fact-icon.blog {
    width: 100%;
  }

  .testimonial-flex {
    flex-direction: column;
  }

  .white-card-wrapper {
    width: 100%;
  }

  .testimonial-paragraph {
    width: auto;
  }

  .footer-wrapper.blue {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 70px;
  }

  .quote-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-field, .form-button, .testimonial-slide {
    width: 100%;
  }

  .grid-2 {
    margin-top: 20px;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
  }

  .text-field-2.single {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .left-div-headline-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button {
    border: 1px solid #007aa8;
    width: 100%;
    transition: background-color .2s;
  }

  .image-link {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-link.left {
    margin-bottom: 0;
    display: flex;
  }

  .image-side {
    width: 100%;
  }

  .half-side-info {
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .div-block {
    display: flex;
  }

  .bootom-footer {
    position: relative;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom-block {
    justify-content: flex-start;
  }

  .footer-bottom-block.right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .right-footertext {
    text-align: left;
    flex: 1;
  }

  .collection-item, .blog-post {
    width: 100%;
  }

  .container-2.rich-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .licence-item-wrapper, .licence-item-firs {
    width: 100%;
  }

  .hero-image.girl {
    width: 98%;
    margin-top: 60px;
    top: auto;
    right: auto;
  }

  .hero-content-div, .form-block {
    width: 100%;
  }

  .mason-up {
    padding: 0;
  }

  .container-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .paragraph-large-2 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .section-tittle-2 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }

  .container-4 {
    height: auto;
  }

  .footer-column-2 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-header {
    font-size: 36px;
    line-height: 48px;
  }

  .banner-header.white {
    font-size: 22px;
  }

  .banner-header.white.left {
    font-size: 24px;
    line-height: 34px;
  }

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

  .section.banner.first {
    background-image: linear-gradient(#3f74ffd6, #3f74ffd6), url('../images/photo-1560229904-ef47c14d51ad.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.testimonial {
    background-position: 0 0;
    background-size: 700px;
  }

  .section.gradient-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.gradient-section.blog-section {
    padding-bottom: 60px;
  }

  .section.banner.home-1 {
    background-image: linear-gradient(#00000087, #00000087), url('../images/photo-1506862047911-9815cdcb77c2-1.jpg');
    background-position: 0 0, 10%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding: 140px 0 120px;
  }

  .section.no-top-padding, .section.less-bottom-padding, .section.no-padding-bottom, .section.gradient-section {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-bottom: 10px;
  }

  .paragraph-large {
    width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-large.banner, .text-block-left {
    width: auto;
  }

  .brand-name {
    height: 60px;
    padding-top: 10px;
  }

  .left-div-headline {
    padding-bottom: 20px;
  }

  .left-div-headline.more-padding {
    margin-bottom: 80px;
  }

  .left-div-headline.team {
    margin-bottom: 40px;
  }

  .section-tittle {
    font-size: 24px;
    line-height: 30px;
  }

  .features-block {
    width: 100%;
    height: auto;
    padding: 0 0 40px;
  }

  .features-block.last {
    padding-bottom: 40px;
  }

  .features-block.middle, .container {
    height: auto;
  }

  .icon-block.left {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .column {
    flex-direction: column;
  }

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

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

  .lightbox-link {
    height: auto;
  }

  .testimonial-wrapper {
    width: 100%;
    padding: 50px 25px 25px;
  }

  .testimonial-wrapper.third {
    width: 100%;
  }

  .side-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-info.no-padding {
    margin-right: 0%;
  }

  .side-info.more-padding {
    margin-top: 40px;
  }

  .quote-icon {
    left: 40%;
  }

  .quote-icon.left {
    width: 80px;
    height: 80px;
  }

  .quote-icon.second {
    left: 40%;
  }

  .link-blog {
    min-height: 180px;
  }

  .blog-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-card.flex.team {
    padding: 40px;
  }

  .footer.black {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-right: 0%;
  }

  .client-image-2 {
    width: 100%;
    margin-top: -1px;
  }

  .client-image-2._2, .client-image-2._4 {
    background-image: url('../images/LOGO-weiss.png');
  }

  .faq-wrapper {
    width: 100%;
  }

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

  .tab-link.middle {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--gainsboro);
    border-bottom-width: 1px;
    border-bottom-color: var(--gainsboro);
  }

  .image-block {
    padding-top: 0%;
    padding-right: 0%;
  }

  .sponsor-flex {
    flex-direction: column;
  }

  .fact-icon {
    width: 100%;
  }

  .testimonial-paragraph.square.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-wrapper.blue {
    padding-bottom: 70px;
  }

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

  .text-field, .text-field.big, .form-button, .testimonial-slide, .clients {
    width: 100%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-field-2.single {
    margin-right: 0;
  }

  .left-div-headline-2 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    border: 1px solid #007aa8;
    min-width: 230px;
    height: 50px;
  }

  .half-side-info {
    max-width: 400px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bootom-footer {
    position: relative;
  }

  .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }

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

  .mask {
    margin-left: 0;
    margin-right: 0;
  }

  .licence-item-wrapper {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .image-div {
    flex: 0 auto;
    width: 100px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .flex {
    display: block;
  }

  .licence-item-firs {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    flex: 0 auto;
    width: 100px;
  }

  .licence-link-2 {
    margin-right: 10px;
  }

  .hero-image.girl {
    width: 92%;
  }

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

  .button-wrapper-2 {
    width: auto;
  }

  .hero-content-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-side, .form-block {
    padding: 20px;
  }

  .form-footer {
    flex-direction: column;
    align-items: center;
  }

  .mason-up {
    padding: 0;
  }

  .paragraph-big {
    font-size: 1rem;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-nav-component-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .open-positions-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .medium-text {
    font-size: 18px;
  }

  .container-3 {
    padding: 3em 1em;
  }

  .open-position-icon {
    width: 15px;
  }

  .heading-small {
    font-size: 20px;
  }

  .grid-2-col {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .open-position-link {
    padding: 12px;
  }

  .paragraph-large-2 {
    width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .section-tittle-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-4 {
    height: auto;
  }

  .footer-column-2 {
    padding-right: 0%;
  }
}

#w-node-_333880f8-f05c-785b-f64b-f7b1bd944f9b-5f77ca34, #w-node-_333880f8-f05c-785b-f64b-f7b1bd944f9f-5f77ca34, #w-node-_44d6063c-d86e-43da-8884-9fe16ad2c714-0cc8ee96, #w-node-_44d6063c-d86e-43da-8884-9fe16ad2c718-0cc8ee96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b4773600-abba-1f4a-3724-da692309bae9-5f77ca23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-b4773600-abba-1f4a-3724-da692309bae9-5f77ca23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2efc3c73-0aa7-41ef-e357-fb69876986ad-5f77ca23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


