:root {
  --black: black;
  --blue-violet: #2d3790;
  --white: white;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

@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: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 12px;
  padding-right: 26px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.dropdown-toggle.left {
  margin-right: 20px;
}

.navigation-link {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--blue-violet);
}

.navigation-link.w--current {
  color: #99d715;
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
}

.dropdown {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: static;
}

.navigation-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  position: absolute;
  top: 70%;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 28px 28px 25px rgba(40, 51, 56, .04);
}

.navigation {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-column {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 20px 10px;
}

.brand {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.navigation-full {
  border-bottom: 1px solid rgba(61, 66, 75, .07);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 3%;
  display: flex;
}

.navigation-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-drop-container {
  background-color: #fff;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide {
  overflow: hidden;
  font-family: Poppins, sans-serif;
}

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

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

.button-wrapper {
  padding: 40px;
  position: relative;
}

.image-5 {
  width: 120px;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: -10%;
  right: auto;
}

.nav-card {
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 250px;
  display: flex;
}

.nav-card-02 {
  background-color: var(--white);
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 250px;
  display: flex;
}

.nav-card-03, .nav-card-04 {
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 250px;
  display: flex;
}

.navigation-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, .6), inset 1px 1px 3px rgba(238, 230, 255, .44), 1px 1px 2px #5b3acc;
}

.navigation-button:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, .22), inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.details-section {
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 850px;
  display: flex;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  height: 110px;
  padding: 15px 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.icon-square {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.menu-title {
  margin-bottom: 5px;
  font-size: 13px;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  font-size: 12px;
  line-height: 17px;
}

.image-11 {
  border-radius: 8px;
  width: 55px;
}

.link-block {
  color: #6127da;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-62 {
  margin-right: 6px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.flowbase-logo {
  width: 54px;
}

.navigation-wrap {
  z-index: 1000;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 7px -2px rgba(0, 0, 0, .2);
}

.detail-block {
  background-color: rgba(236, 53, 145, .05);
  border: 1px solid #ec3591;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 30px 20px;
  font-size: 17px;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.heading-large {
  color: #0d1b49;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 55px;
  line-height: 1;
}

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

.global-logo {
  width: 120px;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fc0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.global-button-primary:hover {
  background-color: #ffb500;
  box-shadow: inset 0 3px 10px #ff8f00, 0 0 0 1px #a3a095;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid rgba(18, 43, 105, .08);
  display: flex;
}

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

.navigation-middle {
  margin-left: 0;
  display: block;
}

.slide-2 {
  text-align: left;
  background-image: url('../images/Carport-Baugenehmigung.webp');
  background-position: 50% 100%;
  background-size: cover;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.slide-2.slide12 {
  background-image: url('../images/Carport-fuer-Wohnmobil.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.slide7 {
  background-image: url('../images/Carport-mit-Schuppen.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.slide4 {
  background-image: url('../images/Carport-ohne-Fundament-aufgestellt.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-2.slide10 {
  background-image: url('../images/Carport-mit-Garagentor.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.slide5 {
  background-image: url('../images/Grosse-Carport-nach-Mass.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.slide13 {
  background-image: url('../images/Carport-mit-garage-aus-Polen.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.slide3 {
  background-image: url('../images/Seitenwand-fur-Carport.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.slide9 {
  background-image: url('../images/Carport-Beleuchtung.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.slide11 {
  background-image: url('../images/Carport-am-Haus.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.slide8 {
  background-image: url('../images/Carport-Grundsteuer.webp');
  background-position: 50%;
}

.slide-2.slide6 {
  background-image: url('../images/Solaranlage-auf-Carport.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.slide2 {
  background-image: url('../images/Carport-aus-Holz-oder-Metall.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-wrapper {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(19, 19, 19, .5);
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 8%;
  right: auto;
}

.slide-button {
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  transition: all .25s;
}

.slide-button:hover {
  color: #fff;
  transform: translate(-3px, -3px);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .1);
}

.slide-details-container {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.nav-arrow {
  background-color: rgba(19, 19, 19, .5);
  width: 75px;
  height: 10%;
  top: 45%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-arrow.right {
  left: auto;
  right: 0%;
}

.slider {
  height: 91vh;
}

.slide-header-container {
  margin-bottom: 10px;
}

.slide-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.info-text-fenster {
  color: #fc0;
  text-align: center;
  max-width: none;
  margin-top: 60px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-card-2 {
  color: #30373b;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  overflow: visible;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cards_image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards_image.is-rainier {
  object-fit: cover;
  object-position: 50% 30%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  bottom: 0%;
  left: 0%;
}

.cards_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-rows: 1fr;
}

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

.cards_image-wrap {
  border-radius: 4px;
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.padding-global {
  padding-left: 5vw;
  padding-right: 5vw;
}

.page-wrapper {
  margin-top: 60px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.cards_item-2 {
  color: #263238;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding: 1.125rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: auto;
  box-shadow: 0 10px 16px -10px rgba(0, 0, 0, .15), 0 -6px 16px -10px rgba(0, 0, 0, .15);
}

.cards_item-2:hover {
  color: #009242;
  background-color: #fff;
}

.cards_item-2:focus {
  background-color: #fff;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.paragraph-card-2 {
  color: rgba(40, 51, 56, .8);
  margin-bottom: 0;
  font-size: 13.1px;
  line-height: 20px;
}

.heading-text {
  color: #30373b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.html-embed-2 {
  margin-bottom: 40px;
}

.div-image-text {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.leed-text {
  color: rgba(40, 51, 56, .8);
  font-size: 17px;
  font-weight: 500;
}

.title-text-acapits {
  color: #30373b;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.images-home-pages {
  height: auto;
}

.paragraph-acapits {
  color: rgba(40, 51, 56, .8);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-acapits.text-bottom-big {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-acapits.text-bottom {
  color: rgba(40, 51, 56, .8);
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-acapits.text-bottom-big {
  margin-bottom: 40px;
}

.paragraph-acapits.text-bottom {
  margin-bottom: 20px;
  font-weight: 400;
}

.container-texts {
  max-width: 1280px;
  height: auto;
  margin-top: 73px;
  padding: 0 30px;
}

.image-14 {
  max-width: 90vw;
  height: 12px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 311.406px;
  left: 64px;
}

.jda-b-pic-1 {
  width: 18em;
}

.jda-section-1 {
  background-color: #f4f3f5;
  padding: 3.1em 5em;
  font-size: 1vw;
}

.jda-b-wrap-3 {
  margin-left: 1.25em;
}

.jda-b-icon-1 {
  height: 1.3em;
  font-size: 3.5vw;
}

.jda-b-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding-right: 40px;
  font-size: 3.4vw;
  display: flex;
  position: static;
  top: 372.938px;
  left: 275.047px;
}

.jda-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.jda-b-wrap-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 0;
  display: flex;
}

.html-embed-4 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.section-texts-2 {
  height: auto;
  margin-top: 0;
}

.section-texts-2.article-margin {
  margin-top: 0;
}

.container-texts-2 {
  max-width: 1280px;
  height: auto;
  margin-top: 50px;
  padding: 0 30px;
}

.section-texts-3 {
  height: auto;
  margin-top: 0;
}

.section-texts-3.article-margin {
  margin-top: 100px;
}

.container-article {
  max-width: 1280px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.header-article {
  color: #30373b;
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.lead-text-article {
  color: rgba(40, 51, 56, .8);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.lead-text-article.lead-margin {
  margin-bottom: 5px;
}

.heading-2 {
  font-size: 25px;
}

.image-article {
  width: 100%;
}

.breadcrumbs-article {
  margin-top: 10px;
  padding-bottom: 10px;
}

.code-embed {
  margin-bottom: 0;
}

.list {
  color: rgba(40, 51, 56, .8);
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid rgba(192, 192, 192, .3);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #0540f2;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: -1px 1px 4px rgba(51, 51, 51, .1);
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: rgba(1, 4, 64, .9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_label {
  color: #0540f2;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #0540f2;
  width: 450px;
  padding: 30px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #0540f2;
  border: 1px solid #0540f2;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #0540f2;
  background-color: #fff;
  border-color: #0540f2;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #0540f2;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #010440;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: #0540f2;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(2, 8, 115, .4);
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.navbar-logo-left {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.navbarcontainer {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.about, .features, .pricing {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.get-started {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .slide-wrapper {
    left: 6%;
  }

  .slider {
    height: 90vh;
  }

  .image-14 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .dropdown-toggle.left {
    cursor: pointer;
  }

  .nav-menu {
    font-size: 16px;
  }

  .navigation-left {
    grid-column-gap: 17vw;
    grid-row-gap: 17vw;
  }

  .dropdown-link-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-title {
    font-size: 15px;
  }

  .nav-link-details {
    font-size: 13px;
  }

  .global-button-primary {
    box-shadow: none;
    background-color: #fc0;
    border-radius: .5rem;
    width: 150px;
    height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .global-button-primary:hover {
    box-shadow: none;
    background-color: #ffb500;
  }

  .navigation-middle {
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    margin-right: 6%;
    display: flex;
  }

  .slide-2 {
    background-image: url('../images/Carport-Baugenehmigung.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-2.slide7, .slide-2.slide10 {
    background-position: 50%;
  }

  .slide-2.slide5 {
    background-image: url('../images/Grosse-Carport-nach-Mass.webp');
    background-position: 50%;
  }

  .slide-2.slide8 {
    background-image: url('../images/Carport-Grundsteuer.webp');
    background-position: 50%;
  }

  .slide-2.slide2 {
    background-image: url('../images/Carport-aus-Holz-oder-Metall.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slide-wrapper {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px;
    font-size: 20px;
    position: absolute;
    top: auto;
    bottom: 6%;
    left: 6%;
    right: auto;
  }

  .slide-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }

  .slide-details-container {
    text-align: justify;
    margin-bottom: 25px;
    font-size: 16px;
  }

  .slider {
    height: 91.3vh;
  }

  .slide-nav-3 {
    font-size: 16px;
  }

  .slide-header {
    width: auto;
    max-width: none;
    margin-bottom: 25px;
    padding-right: 0;
    font-size: 43px;
    line-height: 45px;
  }

  .info-text-fenster {
    color: #fc0;
    text-align: center;
    margin: 60px;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
  }

  .text-block-card-2 {
    color: #30373b;
    font-size: 1.3rem;
    line-height: 1.3em;
  }

  .container-large {
    width: 100%;
    max-width: 80rem;
  }

  .cards_image {
    position: absolute;
    top: 0%;
  }

  .cards_image.is-rainier {
    object-fit: cover;
    padding-left: 0;
    left: 0%;
  }

  .cards_image-wrap {
    padding-top: 64%;
  }

  .padding-global {
    width: 100%;
    padding-left: 5vw;
  }

  .page-wrapper {
    max-width: none;
    margin-top: 60px;
  }

  .cards_item-2 {
    padding: 1.3rem;
  }

  .cards_item-2:hover {
    color: #009242;
  }

  .paragraph-card-2 {
    color: rgba(40, 51, 56, .8);
    font-size: 14px;
  }

  .heading-text {
    color: #30373b;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 500;
    line-height: 35px;
  }

  .div-image-text.home-page-img {
    padding-bottom: 0;
  }

  .leed-text {
    color: rgba(40, 51, 56, .8);
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .title-text-acapits {
    color: #30373b;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .section-texts {
    height: auto;
    margin-top: auto;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .images-home-pages {
    width: 1280px;
    height: auto;
  }

  .paragraph-acapits {
    color: rgba(40, 51, 56, .8);
    text-align: justify;
  }

  .paragraph-acapits.text-bottom-big {
    color: rgba(40, 51, 56, .8);
  }

  .paragraph-acapits.text-bottom {
    font-weight: 400;
  }

  .container-texts {
    max-width: 1340px;
    margin-top: 60px;
  }

  .image-14 {
    max-width: 100%;
    position: static;
    top: 166.406px;
    left: 73px;
  }

  .jda-b-pic-1 {
    width: 20em;
    margin-top: 1px;
    margin-left: 0;
  }

  .jda-section-1 {
    font-size: 14px;
    position: static;
  }

  .jda-b-wrap-3 {
    font-size: 50px;
  }

  .jda-b-icon-1 {
    max-width: none;
    height: 3em;
    font-size: 20px;
  }

  .jda-b-wrap-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 2.3rem;
    margin-right: 0;
    padding-right: 40px;
    display: flex;
    position: static;
    top: 231.266px;
    bottom: 66.938px;
    left: 293.91px;
  }

  .jda-b-wrap-1 {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section-texts-2 {
    height: auto;
    margin-top: auto;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .section-texts-2.article-margin {
    margin-top: 0;
  }

  .container-texts-2 {
    max-width: 1340px;
  }

  .section-texts-3 {
    height: auto;
    margin-top: auto;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .section-texts-3.article-margin {
    margin-top: 110px;
  }

  .header-article {
    color: #30373b;
    margin-bottom: 10px;
  }

  .lead-text-article {
    color: rgba(40, 51, 56, .8);
    margin-bottom: 20px;
  }

  .image-article {
    width: 100%;
  }

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

  .list-item {
    color: rgba(40, 51, 56, .8);
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

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

@media screen and (max-width: 991px) {
  .navigation-left, .navigation {
    display: none;
  }

  .navigation-full {
    background-color: #fff;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .menu-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .nav-link-details {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 0 rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding: 25px 3%;
    display: flex;
  }

  .mobile-nav {
    background-color: #fff;
    height: 1005px;
    padding-top: 15px;
    font-size: 17px;
    overflow: auto;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .dropdown-list-2.w--open {
    display: flex;
    overflow: auto;
  }

  .menu-mob {
    color: #fff;
    background-color: #fc0;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #ffb500;
  }

  .slide-wrapper {
    width: 80%;
  }

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

  .slider {
    height: 92vh;
    margin-top: -100px;
  }

  .info-text-fenster {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-head-lead {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-text {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2 {
    margin-bottom: 20px;
  }

  .div-acapits, .images-home-pages {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-acapits.text-bottom {
    font-weight: 400;
  }

  .jda-section-1 {
    font-size: 1.3vw;
  }

  .jda-b-icon-1 {
    height: 1.6em;
  }

  .jda-b-wrap-2 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    font-size: 5vw;
    line-height: 20px;
  }

  .html-embed-4 {
    margin-bottom: 20px;
  }

  .col-1 {
    flex-flow: column;
    display: flex;
  }

  .container-2 {
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .image-15, .image-16 {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 55px;
  }

  .cards_component {
    grid-auto-flow: row;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-head-lead, .div-acapits, .images-home-pages {
    padding-left: 0;
    padding-right: 0;
  }

  .jda-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .jda-b-wrap-1 {
    flex-direction: row;
    order: -1;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1em;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-nav {
    height: 560px;
  }

  .dropdown-list-2.w--open {
    align-items: stretch;
    display: flex;
  }

  .menu-mob {
    background-color: #fc0;
  }

  .heading-large {
    text-align: center;
    font-size: 42px;
  }

  .global-icon-x-small, .global-component-banner {
    display: none;
  }

  .slide-2 {
    height: 100vh;
  }

  .slide-wrapper {
    margin-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-details-container {
    font-size: 13px;
    line-height: 15px;
  }

  .slide-nav-3 {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 13px;
  }

  .slide-header {
    font-size: 26px;
    line-height: 30px;
  }

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

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cards_item-2 {
    flex-direction: column;
    align-items: stretch;
  }

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

  .div-head-lead {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-text {
    line-height: 40px;
  }

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

  .div-acapits, .images-home-pages {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-acapits.text-bottom {
    line-height: 20px;
  }

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

  .image-14 {
    max-width: 85vw;
    margin-top: 0;
    padding-bottom: 0;
  }

  .jda-b-pic-1 {
    width: 17.7em;
    margin-bottom: 10px;
  }

  .jda-section-1 {
    font-size: 2.5vw;
  }

  .jda-b-wrap-3 {
    margin-left: 0;
    margin-right: 1em;
  }

  .jda-b-wrap-3.last-icon {
    margin-right: 0;
  }

  .jda-b-wrap-2 {
    justify-content: space-between;
    align-items: center;
    font-size: 5vw;
  }

  .jda-b-wrap-1 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .html-embed-4 {
    margin-bottom: 20px;
  }

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

  .brand-2 {
    padding-left: 0;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}
/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}
/* These classes are never overwritten */
.hide {
  display: none !important;
}
@media screen and (max-width: 991px), 
  @media screen and (max-width: 767px), 
  @media screen and (max-width: 479px){
    .hide, .hide-tablet{
      display: none !important;
    }
  }
  @media screen and (max-width: 767px)
    .hide-mobile-landscape{
      display: none !important;
    }
  }
  @media screen and (max-width: 479px)
    .hide-mobile{
      display: none !important;
    }
  }
.margin-0 {
  margin: 0rem !important;
}
.padding-0 {
  padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}