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

body {
  max-width: none;
  color: #333;
  object-fit: fill;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #100581;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Serif Text;
  font-size: 54px;
  font-weight: 700;
  line-height: 61px;
}

h2 {
  color: #2c378e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  color: #100581;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text;
  font-size: 31px;
  font-weight: 700;
  line-height: 41px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 8px;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
}

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

h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: normal;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

a:hover {
  color: #2c378e;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

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

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

.menu-navbar {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: DM Sans;
  font-weight: 700;
  display: flex;
}

.navbar-section {
  z-index: 1000;
  width: auto;
  max-width: none;
  background-color: #fff;
  border-radius: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 16px 15px -7px rgba(0, 0, 0, .1);
}

.fixed-navbar {
  z-index: 1000;
  border-radius: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
}

.button-header {
  opacity: .5;
  color: #efefef;
  text-align: center;
  cursor: pointer;
  background-color: #707070;
  border: 2px #4a485a;
  border-radius: 12px;
  margin-top: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 36%;
  right: 36%;
  box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, .25);
}

.button-header:hover {
  color: #efefef;
  background-color: #2c378e;
}

.button-header.button-fertig:hover {
  background-color: #2c378e;
}

.search {
  display: flex;
}

.search-input {
  margin-bottom: 0;
}

.container-navbar {
  width: 90%;
  max-width: 92%;
}

.nav-menu {
  color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-link-kontakt {
  color: #4a485a;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.nav-link-kontakt:hover, .nav-link-kontakt.w--current {
  color: #2c378e;
}

.baudiscount-footer {
  height: 100px;
  background-color: #aeaeae;
  justify-content: center;
  margin-top: 40px;
  font-weight: 700;
  display: flex;
  box-shadow: -16px 2px 15px rgba(0, 0, 0, .25);
}

.baudiscount-footer.home-page {
  box-shadow: none;
  opacity: 1;
  background-color: #e0e0e0;
  margin-top: 0;
}

.social-bars {
  max-width: none;
  min-width: 80%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-ig {
  border-radius: 11px;
}

.link-block-ig:hover {
  background-color: rgba(0, 0, 0, 0);
}

.link-block-fb {
  opacity: 1;
  border-radius: 0;
}

.link-block-fb:hover {
  background-color: rgba(0, 0, 0, 0);
}

.link-block-in {
  border-radius: 5px;
}

.link-block-in:hover {
  background-color: rgba(0, 0, 0, 0);
}

.link-block-yt {
  border-radius: 11px;
}

.link-block-yt:hover {
  background-color: rgba(0, 0, 0, 0);
}

.link-block-twit {
  border-radius: 14px;
}

.link-block-twit:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.link-block-whup {
  border-radius: 12px;
}

.link-block-whup:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.image-icon {
  opacity: 1;
  cursor: pointer;
  font-weight: 700;
}

.image-icon:hover {
  background-color: #e0e0e0;
}

.body-kunstoff {
  font-family: Roboto;
  font-weight: 400;
  overflow: auto;
}

.body-aluminium {
  font-family: Roboto;
  font-weight: 500;
  overflow: auto;
}

.body-dach {
  overflow: auto;
}

.body-garage {
  height: auto;
  margin-top: 0;
  font-family: Roboto;
  font-weight: 400;
  overflow: visible;
}

.brand-logo.w--current {
  padding-right: 0;
}

.footer-colours {
  margin-top: -5px;
}

.section-info-text {
  margin-top: 50px;
  font-size: 35px;
  line-height: 40px;
}

.heading-text-info {
  color: #2c378e;
  text-align: center;
  margin-top: 50px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 35px;
}

.heading-text-info.margin-top {
  margin-top: 100px;
}

.dropdown-toggle-fertig {
  padding-left: 0;
  padding-right: 37px;
  font-family: Roboto;
  font-weight: 500;
}

.dropdown-toggle-fertig:hover {
  color: #2c378e;
}

.dropdown-toggle-doppel {
  padding-left: 0;
  padding-right: 37px;
  font-family: Roboto;
  font-weight: 500;
}

.dropdown-toggle-doppel:hover {
  color: #2c378e;
}

.dropdown-toggle-reihen {
  padding-left: 0;
  padding-right: 37px;
  font-family: Roboto;
  font-weight: 500;
}

.dropdown-toggle-reihen:hover {
  color: #2c378e;
}

.dropdown-toggle-garage {
  color: #4a485a;
  padding: 20px 37px 20px 10px;
  font-family: Roboto;
  font-weight: 500;
}

.dropdown-toggle-garage:hover {
  color: #2c378e;
}

.dropdown-list {
  font-family: DM Sans;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  font-family: Roboto;
  font-weight: 500;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
}

.dropdown-link {
  font-family: Roboto;
  font-weight: 500;
}

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

.dropdown-link.w--current:hover {
  color: #2c378e;
}

.body-fertiggarage, .body-doppelgarage {
  overflow: auto;
}

.body-reihengarage {
  font-family: Roboto;
  overflow: auto;
}

.link-block {
  color: #4a485a;
  text-decoration: none;
}

.link-block:hover {
  color: #2c378e;
}

.link-block-2, .link-block-3, .link-block-4 {
  color: #4a485a;
  text-decoration: none;
}

.text-block-21, .text-block-22, .text-block-23, .text-block-24 {
  font-family: Poppins, sans-serif;
}

.cardsgrid {
  text-align: center;
  white-space: break-spaces;
  border-radius: 12px;
  margin-top: 0;
  padding: 20px 20px 55px;
  position: relative;
  box-shadow: 0 16px 10px rgba(0, 0, 0, .15);
}

.cardsgrid.cardgarage {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  box-shadow: 0 -6px 16px -10px rgba(0, 0, 0, .15), 0 10px 16px -10px rgba(0, 0, 0, .15);
}

.cardsgrid.cardfertig {
  padding-bottom: 75px;
  padding-left: 20px;
  padding-right: 20px;
}

.cardsgrid.carddoppel {
  padding-bottom: 70px;
  font-size: 15px;
}

.cardsgrid.cardreihen {
  padding-bottom: 74px;
}

.heading-card-text {
  text-align: center;
  white-space: break-spaces;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.divgrid {
  max-width: 1480px;
  grid-column-gap: 34px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.conteiner-cards {
  max-width: 100%;
  padding: 0 20px;
  font-weight: 500;
}

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

.leed-text {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

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

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

.acapits-text {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-acapits {
  color: #000;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

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

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

.image-card {
  width: 100%;
  border-radius: 12px;
  margin-top: 0;
  padding: 0;
}

.text-list {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

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

.heading-text {
  color: #100581;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.divparagraphcard {
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-bottom {
  margin-bottom: 0;
}

.list-eko {
  margin-bottom: 40px;
}

.section-cards-sort {
  height: auto;
  margin-top: 50px;
}

.section-cards-sort.cards-home-page {
  margin-top: 50px;
  padding-bottom: 100px;
}

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

.card-text-garage {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: static;
}

.card-text-garage:hover {
  color: #333;
}

.card-text-garage.card-text-garage-other {
  line-height: 18px;
}

.card-text-garage.paddingcard {
  margin-top: 40px;
}

.card-text-garage.fenster-card-margin {
  margin-top: 10px;
}

.card-text-garage.ghjghj {
  line-height: 20.5px;
}

.card-text-fertig {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.card-text-fertig.card-text-fertig-other {
  line-height: 21px;
}

.card-text-doppel {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.card-text-doppel.card-text-doppel-other {
  line-height: 18px;
}

.card-text-reihen {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.card-text-reihen.reihen-card-spec {
  line-height: 21px;
}

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

.images-home-pages.margin-top-picture {
  margin-top: 25px;
}

.bg-video {
  width: 100%;
  height: 700px;
  margin-top: 60px;
}

.body-fenster {
  color: #707070;
}

.info-text-garage {
  color: #100581;
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.info-text {
  color: #100581;
  text-align: center;
  margin-top: 55px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}

.title-text-cards {
  color: #100581;
  text-align: left;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.title-text-cards.textdach1 {
  font-size: 24px;
}

.title-text-acapits {
  color: #000;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.nav-link {
  color: #909090;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 33px 0 28px;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

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

.nav-link.w--current {
  color: #de5000;
  border-bottom: 3px solid #de5000;
}

.dropdown-toggle {
  padding: 0 18px 0 0;
}

.dropdown-item {
  height: 400px;
  text-align: center;
  background-color: #f7f9fc;
  border-right: 1px solid #ddd;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-end;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  background-color: #eff1f5;
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.dropdown-icon {
  width: 60px;
  height: 60px;
}

.centered_w1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.centered_w1.nav-wrapper {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-2 {
  color: #888;
  margin-right: 0;
  padding-top: 1px;
}

.nav-main {
  z-index: 99;
  width: 100%;
  height: auto;
  background-color: #f7f9fc;
  border-bottom: 1px solid #bebebe;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-list-2 {
  height: 400px;
  background-color: #f8f9fc;
  display: none;
  top: 82px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
}

.nav-point-wrapper.last-nav-item {
  padding-right: 0;
}

.dropdown-item-wrapper {
  z-index: 1;
  height: 100%;
  box-shadow: none;
  background-color: #f7f9fc;
  display: flex;
}

.nav-menu-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: static;
}

.logo {
  width: 200px;
  margin-top: 0;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.dropdown-link-2 {
  color: #de5000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.infotext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  color: #909090;
}

.section {
  width: 100%;
  margin-top: 82px;
}

.section-2 {
  margin-top: 57px;
}

.image {
  position: relative;
}

.text-block-25 {
  position: absolute;
}

.section-image {
  width: 100%;
  max-width: none;
  clear: none;
  filter: blur();
  color: rgba(0, 0, 0, 0);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/lieferung_mini_auto_bitte_bitte.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  margin-top: 60px;
  padding-top: 220px;
  padding-bottom: 220px;
  box-shadow: inset 0 -1px 11px rgba(0, 0, 0, .15);
}

.text-block-26 {
  font-weight: 500;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.image-heading {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 180px;
  font-family: Poppins Bold, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

.link-block-5 {
  cursor: pointer;
  text-decoration: none;
}

.link-block-5:hover {
  color: #333;
}

.text-block-27 {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-size: 50px;
  line-height: 60px;
}

.container {
  height: 500px;
  max-width: 100%;
  background-image: url('../images/Savin-NY-Website-Background-Web.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 111px;
}

.section-4 {
  max-width: 100%;
  margin-top: 346px;
}

.container-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  margin-top: 100px;
}

.container-4 {
  height: 500px;
  max-width: 100%;
  background-image: url('../images/Savin-NY-Website-Background-Web.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: inset 0 -2px 11px rgba(0, 0, 0, .15), inset 0 2px 11px rgba(0, 0, 0, .15);
}

.image-2 {
  margin-left: 0;
}

.container-5 {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.div-block {
  width: auto;
  max-width: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-29 {
  color: #e70000;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.text-block-30 {
  color: #e70000;
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
  line-height: 30px;
}

.brand {
  width: 27%;
  background-image: url('../images/baudiscount-fenster.png');
  background-position: 50%;
  background-size: cover;
}

.navbar {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
}

.dropdown-fenster {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  position: relative;
}

.body-holz {
  overflow: auto;
}

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

.text-block-31 {
  color: #fff;
  margin-top: 5px;
  margin-left: 180px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}

.info-text-fenster {
  max-width: none;
  color: #100581;
  text-align: center;
  margin-top: 50px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.info-text-not-main {
  color: #100581;
  text-align: center;
  margin-top: 120px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-3 {
  width: 80%;
  display: flex;
}

.slide {
  text-align: left;
}

.section-6 {
  width: 1480px;
  height: 600px;
  background-color: #f5fbff;
  margin-top: 100px;
  padding-top: 40px;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-5 {
  width: auto;
  height: 400px;
  background-image: url('../images/zmiana.jpg');
  background-position: 83%;
  background-size: cover;
  background-attachment: scroll;
  border: 10px rgba(0, 0, 0, 0);
  position: relative;
}

.container-6 {
  max-width: 80%;
}

.div-block-6 {
  height: 150px;
  max-width: 90%;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: -60px;
  margin-left: 19px;
  padding-left: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  width: auto;
  margin-top: 50px;
}

.cards_heading {
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.21rem;
  font-weight: 500;
  line-height: 30px;
}

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

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

.cards_item {
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding: 1.125rem;
  text-decoration: none;
  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:hover, .cards_item:focus {
  background-color: #fff;
}

.cards_link-image {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.cards_bottom {
  grid-column-gap: .25rem;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

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

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

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

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

.cards_image.fill-card-image {
  object-fit: contain;
}

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

.cards_text.text-style-3lines {
  direction: ltr;
  white-space: normal;
  margin-bottom: 0;
  overflow: hidden;
}

.paragraph-card {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13.1px;
  line-height: 20px;
}

.paragraph-card.card-small {
  line-height: 18px;
}

.paragraph-2, .paragraph-3 {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.arrow {
  color: #000;
  margin-left: .3em;
  margin-right: .3em;
  position: relative;
}

.arrow:hover {
  color: #000;
}

.nav-bar {
  background-color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 16px 15px -7px rgba(0, 0, 0, .1);
}

.nav-link-drop {
  border-right: 1px #000;
  padding-right: 0;
  position: static;
}

.nav-container {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  justify-content: space-around;
  align-items: center;
  padding: 0 2em;
  display: flex;
}

.drop-down-wrapper.w--open {
  width: 100%;
  max-width: none;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em 2em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 11px 11px 15px -7px rgba(0, 0, 0, .1);
}

.nav-link-2 {
  color: #000;
  border: .1em #000;
  flex-direction: row;
  padding: 1.8em .7em 1.8em .5em;
  font-size: 1em;
  font-weight: 500;
  display: block;
}

.nav-link-2:hover {
  color: #000;
}

.nav-link-2.w--open {
  padding-left: .6em;
}

.menu-link-wrapper {
  width: auto;
}

.logo-text {
  color: #000;
  font-size: 2em;
  font-weight: 700;
}

.logo-text:hover {
  color: #000;
}

.dropdown-link-3 {
  color: #000;
  padding: 1em 2em 1em 0;
  font-size: 1em;
  font-weight: 600;
}

.dropdown-link-3:hover {
  color: #000;
}

.logo-link {
  width: 200px;
  max-width: none;
  border: 1px #000;
  padding: .5em;
}

.logo-link:hover {
  color: #fff;
}

.nav-menu-3 {
  border: 1px #000;
  display: flex;
  position: static;
}

.text-block-32 {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.text-block-32:hover {
  color: #2c378e;
  font-weight: 500;
  text-decoration: none;
}

.text-block-33, .text-block-34 {
  color: #000;
}

.image-3 {
  max-width: 64%;
}

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

.link-menu {
  text-decoration: none;
  display: flex;
}

.link-menu:hover {
  color: #f5fbff;
}

.link-menu.w--current {
  height: auto;
  display: inline-block;
}

.link-underline {
  height: 2px;
  color: #4790c9;
  background-color: #4790c9;
  overflow: hidden;
}

.arrow-2 {
  margin-left: 1em;
  margin-right: 0;
  position: relative;
}

.nav-link-3 {
  color: #212121;
  border: .1em #000;
  flex-direction: row;
  margin-left: 5px;
  margin-right: 5px;
  padding: 1.8em .125em;
  font-size: 1.1em;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.nav-link-3:hover {
  color: #212121;
}

.nav-bar-2 {
  background-color: #fff;
  font-size: .8vw;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-drop-2 {
  border-right: 1px #000;
  position: static;
}

.nav-container-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 0 2em;
  font-size: .85vw;
  line-height: 1.2vw;
  display: flex;
}

.drop-down-wrapper-2 {
  max-width: none;
  text-align: left;
  flex-direction: row;
  overflow: hidden;
}

.drop-down-wrapper-2.w--open {
  width: 100%;
  background-color: #2e2e2e;
  justify-content: space-between;
  padding: 1em 2em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.logo-text-2 {
  color: #212121;
  font-size: 2em;
  font-weight: 700;
}

.logo-text-2:hover {
  color: #212121;
}

.dropdown-link-4 {
  color: #fff;
  padding: 1em 2em 1em 0;
  font-size: 1em;
  font-weight: 600;
  transition: color .3s;
}

.dropdown-link-4:hover {
  color: #4353ff;
}

.logo-link-2 {
  border: 1px #000;
  padding: 1em 1.6em;
}

.nav-menu-4 {
  border: 1px #000;
  display: flex;
  position: static;
}

.container-7 {
  width: 100%;
  max-width: 100%;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-2 {
  width: 100%;
}

.dropdown-list-3 {
  width: 1200px;
  max-width: 1200px;
  min-width: 0;
  left: auto;
  right: auto;
}

.global-nav-wrapper {
  z-index: 9999;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 23px rgba(0, 0, 0, .17);
}

.logo-link-3 {
  max-width: 100%;
  margin-left: 15px;
}

.burger-button {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 5px 15px;
  display: flex;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.nav-buttons-wrapper {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: static;
}

.global-nav-button {
  color: #474747;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
}

.bottom-line {
  width: 100%;
  height: 2px;
  color: rgba(0, 0, 0, 0);
  background-color: #02a3f9;
  border-radius: 1px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}

.bottom-line:hover {
  background-color: #02a3f9;
}

.mobile-nav {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: none;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}

.global-nav-button-2 {
  color: #474747;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 10px 15px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0;
  right: auto;
}

.navtext {
  font-size: 14px;
}

.navtext:hover {
  color: #02a3f9;
}

.dropdown-toggle-2 {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  position: relative;
  left: auto;
}

.dropdown-toggle-2:hover {
  color: #02a3f9;
}

.dropdown-2 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.dropdown-list-4 {
  min-width: 200px;
}

.dropdown-list-4.w--open {
  min-width: 100%;
  flex-direction: column;
  margin-top: 10px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.link-block-7 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kontaktnav {
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.text-block-35 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.global-nav-button-3 {
  color: #474747;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 10px 5px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.global-nav-button-3:hover {
  color: #02a3f9;
}

.bottom-line-2 {
  width: 100%;
  height: 2px;
  background-color: #474747;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}

.text-block-36 {
  text-transform: capitalize;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.image-5 {
  max-width: 800px;
}

.dropdown-list-5 {
  z-index: 9999;
  width: auto;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  margin-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .17);
}

.dropdown-list-5.w--open {
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  margin-right: 0;
  padding-bottom: 5px;
  padding-right: 0;
  display: flex;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.dropdown-list-5.first {
  left: auto;
  right: -265px;
}

.dropdown-list-5.second {
  right: -195px;
}

.dropdown-list-5.third {
  right: -180px;
}

.dropdown-list-5.fourth {
  right: 0;
}

.dropdown-list-5.fourth.w--open {
  right: -232px;
}

.dropdown-list-5.fifth {
  right: -136px;
}

.link-block-8 {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.link-block-8:hover {
  color: #02a3f9;
  background-color: rgba(0, 0, 0, 0);
}

.image-6 {
  height: 5%;
  max-width: 6%;
  padding-top: 0;
}

.image-6:hover {
  color: #02a3f9;
}

.image-6.kunstoff {
  max-width: 9%;
}

.image-6.fenster {
  max-width: 15%;
}

.image-6.aluminium {
  max-width: 6%;
}

.image-6.dachfenster {
  max-width: 7%;
}

.image-6.holzfenster {
  max-width: 10%;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.text-block-37 {
  color: #000;
  margin-left: 8px;
  font-size: 19px;
  text-decoration: none;
  transition: color .2s;
}

.text-block-37:hover {
  color: #02a3f9;
}

.dropdown-link-5 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color .2s;
}

.dropdown-link-5:hover {
  color: #02a3f9;
}

.text-block-38 {
  transition: color .1s;
}

.text-block-39 {
  transition: opacity .1s;
}

.text-block-40 {
  transition: color .1s;
}

.image-7 {
  max-width: 70%;
}

.container-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-bar-3 {
  background-color: #fff;
  font-size: .8vw;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 0 2em;
  display: flex;
}

.image-8, .image-9 {
  max-width: 60%;
}

.link-block-9 {
  display: block;
}

.paragraph-listr {
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
}

.list-2 {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.text-block-card {
  color: #100581;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.21rem;
  font-weight: 500;
  line-height: 30px;
}

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

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

.jda-b-wrap-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.jda-b-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-right: 20px;
  font-size: 3vw;
  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-icon-1 {
  height: 1.3em;
}

.jda-b-icon-1.combo-next {
  max-width: none;
}

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

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

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

.jda-wrap-1 {
  border: 1px #000;
  justify-content: space-between;
  padding-bottom: 2em;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .image-14 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  body {
    color: #000;
    text-align: left;
    white-space: normal;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    overflow: hidden;
  }

  h2 {
    color: #2c378e;
    font-weight: 500;
  }

  p {
    margin-bottom: 20px;
    font-family: Roboto;
    font-weight: 400;
  }

  a {
    width: auto;
  }

  .menu-navbar {
    justify-content: space-between;
    padding-left: 0;
  }

  .navbar-section {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-top: 0;
    box-shadow: 0 16px 15px -8px rgba(0, 0, 0, .09);
  }

  .button-header {
    opacity: .5;
    color: #efefef;
    background-color: #707070;
    border-color: #4a485a;
    margin: 0;
    padding: 10px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    bottom: 25px;
    box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, .25);
  }

  .button-header:hover {
    color: #efefef;
    text-shadow: none;
    background-color: #2c378e;
  }

  .button-header.button-fertig {
    position: absolute;
    bottom: 20px;
  }

  .container-navbar {
    max-width: none;
  }

  .nav-menu {
    white-space: normal;
    margin-left: 0;
    padding-right: 100px;
    text-decoration: none;
  }

  .nav-link-kontakt {
    font-family: Poppins, sans-serif;
  }

  .nav-link-kontakt:hover {
    color: #2c378e;
    text-shadow: none;
  }

  .nav-link-kontakt.w--current {
    color: #2c378e;
    margin-left: 0;
  }

  .nav-link-kontakt.w--current:hover {
    text-shadow: none;
  }

  .baudiscount-footer {
    height: 100px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    box-shadow: -16px 2px 15px rgba(0, 0, 0, .25);
  }

  .baudiscount-footer.home-page {
    height: 80px;
    box-shadow: none;
    display: flex;
  }

  .div-social {
    text-align: center;
    display: block;
  }

  .social-bars {
    min-width: 1200px;
    justify-content: space-between;
    display: flex;
  }

  .link-block-ig {
    cursor: pointer;
  }

  .link-block-ig:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .link-block-fb {
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }

  .link-block-fb:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .link-block-in {
    cursor: pointer;
    border-radius: 4px;
  }

  .link-block-in:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .link-block-yt {
    cursor: pointer;
    border-radius: 11px;
  }

  .link-block-yt:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .link-block-twit {
    cursor: pointer;
    border-radius: 16px;
  }

  .link-block-twit:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .link-block-whup {
    cursor: pointer;
    border-radius: 17px;
  }

  .link-block-whup:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-icon {
    max-width: 80%;
    opacity: 1;
    font-size: 14px;
  }

  .body-kunstoff {
    font-family: Roboto;
    font-weight: 400;
  }

  .body-aluminium {
    font-weight: 400;
  }

  .body-dach {
    font-family: Roboto;
    font-weight: 400;
  }

  .body-garage {
    font-weight: 400;
    overflow: auto;
  }

  .brand-logo {
    margin-left: 0;
    padding-right: 0;
  }

  .brand-logo.w--current {
    padding-right: 0;
  }

  .footer-colours {
    margin-top: -5px;
  }

  .section-info-text {
    margin-top: 50px;
  }

  .heading-text-info {
    color: #2c378e;
    text-align: center;
    margin-top: 0;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
  }

  .heading-text-info.margin-top {
    margin-top: 60px;
  }

  .div-dropdowns {
    font-size: 14px;
  }

  .dropdown-list {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
  }

  .dropdown-list.w--open {
    margin-top: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
  }

  .dropdown-link {
    font-weight: 500;
  }

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

  .text-block-21, .text-block-22, .text-block-23 {
    font-family: Poppins, sans-serif;
  }

  .text-block-24 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .cardsgrid {
    cursor: default;
    margin-bottom: 0;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    box-shadow: 0 16px 10px rgba(0, 0, 0, .15);
  }

  .cardsgrid.cardgarage {
    cursor: pointer;
    padding-bottom: 20px;
  }

  .cardsgrid.cardfertig {
    padding-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
  }

  .cardsgrid.carddoppel, .cardsgrid.cardreihen {
    padding-bottom: 75px;
  }

  .heading-card-text {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Roboto;
    font-size: 27px;
    font-weight: 500;
  }

  .divgrid {
    height: auto;
    max-width: 1480px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-left: 0;
  }

  .conteiner-cards {
    max-width: 100%;
    text-align: left;
    background-image: none;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-texts {
    max-width: 1340px;
    font-family: Poppins, sans-serif;
  }

  .leed-text {
    color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

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

  .acapits-text {
    margin-top: 10px;
  }

  .paragraph-acapits {
    color: #000;
    font-family: Poppins, sans-serif;
  }

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

  .image-card {
    width: 100%;
    height: 270px;
    border-radius: 12px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

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

  .heading-text {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
  }

  .divparagraphcard {
    margin: 0 10px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-cards-sort {
    margin-top: 60px;
    padding-bottom: 100px;
  }

  .section-cards-sort.cards-home-page {
    border-radius: 0;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .card-text-garage {
    color: #333;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .card-text-garage.card-text-garage-other {
    margin-bottom: 0;
    line-height: 19px;
  }

  .card-text-garage.cardinterline {
    line-height: 20px;
  }

  .card-text-garage.fenster-card-margin {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .card-text-fertig {
    color: #333;
    line-height: 19px;
  }

  .card-text-fertig.card-text-fertig-other {
    color: #333;
    line-height: 22px;
  }

  .card-text-doppel {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }

  .card-text-reihen {
    color: #333;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }

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

  .images-article-page {
    height: 600px;
  }

  .bg-video {
    width: 100%;
    margin-top: 60px;
  }

  .body-fenster {
    overflow: auto;
  }

  .info-text-garage {
    color: #100581;
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
  }

  .info-text {
    color: #100581;
    text-align: center;
    margin-top: 80px;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
  }

  .title-text-cards {
    color: #100581;
    font-size: 23px;
  }

  .title-text-acapits {
    color: #000;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .section-image {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/lieferung_mini_auto_bitte_bitte.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    background-clip: padding-box;
    margin-top: 60px;
    padding-top: 250px;
    padding-bottom: 250px;
    position: relative;
    box-shadow: inset 0 -4px 11px rgba(0, 0, 0, .15);
  }

  .image-heading {
    width: auto;
    direction: ltr;
    color: #fff;
    text-align: left;
    letter-spacing: normal;
    text-indent: 0;
    text-transform: none;
    column-count: 0;
    white-space: normal;
    border-radius: 0;
    margin-left: 200px;
    padding-left: 0;
    padding-right: 0;
    font-family: Poppins Bold, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-decoration: none;
  }

  .text-block-27 {
    text-align: center;
    margin-top: 60px;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
  }

  .section-3 {
    height: 500px;
    background-image: url('../images/Savin-NY-Website-Background-Web.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 100px;
  }

  .container-2 {
    border-bottom: 100px solid rgba(0, 0, 0, 0);
    border-left: 100vw solid #000;
  }

  .container-3 {
    mix-blend-mode: normal;
  }

  .section-5 {
    margin-top: 0;
    padding-top: 0;
  }

  .container-4 {
    height: 600px;
    background-image: url('../images/1920-3.jpg');
    background-position: 50% 100%;
    box-shadow: inset 0 -2px 11px rgba(0, 0, 0, .15), inset 0 2px 11px rgba(0, 0, 0, .15);
  }

  .image-2 {
    max-height: 100%;
    object-fit: fill;
    margin-left: 100px;
  }

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

  .text-block-29 {
    color: #e70000;
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-30 {
    color: #e70000;
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
    line-height: 30px;
  }

  .dropdown-fenster {
    font-weight: 500;
    position: relative;
    bottom: auto;
  }

  .div-block-2 {
    margin-top: 31px;
  }

  .link-block-6 {
    margin-top: 50px;
  }

  .html-embed {
    margin-top: 80px;
  }

  .text-block-31 {
    width: auto;
    max-width: none;
    margin-top: 10px;
    margin-left: 200px;
    padding-top: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

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

  .info-text-fenster {
    color: #100581;
    text-align: center;
    margin-top: 80px;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
  }

  .info-text-not-main {
    color: #100581;
    text-align: center;
    margin-top: 130px;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
  }

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

  .cards_heading {
    font-size: 1.4rem;
    line-height: 35px;
  }

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

  .cards_item {
    padding: 1.3rem;
  }

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

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

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

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

  .cards_image.fill-card-image {
    object-fit: contain;
  }

  .paragraph-card {
    font-size: 15px;
  }

  .nav-container {
    justify-content: space-around;
  }

  .drop-down-wrapper.w--open {
    justify-content: center;
  }

  .nav-link-2:hover {
    color: #100581;
  }

  .logo-link {
    width: 220px;
  }

  .nav-menu-3 {
    font-size: 15px;
  }

  .text-block-32, .link-menu {
    text-decoration: none;
  }

  .nav-bar-2 {
    white-space: normal;
    font-size: 3vw;
    line-height: .8;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .global-nav-wrapper {
    justify-content: space-around;
  }

  .mobile-nav {
    display: none;
    overflow: hidden;
  }

  .text-block-36 {
    margin-top: 5px;
  }

  .image-5 {
    max-width: 791px;
  }

  .dropdown-list-5 {
    width: auto;
    margin-top: 10px;
  }

  .dropdown-list-5.w--open {
    width: auto;
    height: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .dropdown-list-5.fifth {
    right: auto;
  }

  .div-block-8 {
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .link-block-8 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .link-block-8:hover {
    color: #02a3f9;
  }

  .image-6 {
    height: 5%;
    max-width: 5%;
  }

  .image-6.image-cha {
    max-width: 7%;
  }

  .image-6.aluminium {
    max-width: 6%;
  }

  .image-6.dachfenster {
    max-width: 8%;
  }

  .image-6.holzfenster {
    max-width: 10%;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    text-decoration: none;
    display: flex;
  }

  .text-block-37 {
    color: #000;
    margin-left: 10px;
    padding-left: 0;
    font-size: 20px;
    text-decoration: none;
  }

  .text-block-37:hover {
    color: #02a3f9;
    text-decoration: none;
  }

  .image-7 {
    max-width: 70%;
  }

  .text-block-card {
    font-size: 1.4rem;
  }

  .jda-section-1 {
    text-align: left;
    padding-bottom: 3.1em;
    font-size: 14px;
    position: relative;
  }

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

  .jda-b-wrap-2 {
    width: auto;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: normal;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    position: static;
    top: 231.266px;
    bottom: 66.938px;
    left: 293.91px;
  }

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

  .jda-b-icon-1.combo-next {
    margin-left: 0;
  }

  .jda-b-wrap-3 {
    margin-left: 2.5em;
    font-size: 24px;
  }

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

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

  .jda-wrap-1 {
    border: 1px #000;
  }
}

@media screen and (max-width: 991px) {
  .menu-navbar {
    justify-content: space-between;
  }

  .navbar-section {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-family: Roboto;
    font-weight: 500;
    display: block;
  }

  .container-navbar {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    font-family: Roboto;
    font-weight: 500;
    display: flex;
  }

  .menu-button {
    flex: 0 auto;
    margin-left: 0;
    padding-left: 18px;
  }

  .menu-button.w--open {
    background-color: #100581;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    text-align: center;
    letter-spacing: -1px;
    background-color: #8598e6;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    font-family: Roboto;
    font-weight: 500;
    display: block;
    position: absolute;
  }

  .nav-link-kontakt {
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: static;
  }

  .nav-link-kontakt:hover {
    color: #fff;
    letter-spacing: 0;
    position: relative;
  }

  .baudiscount-footer {
    height: 100px;
  }

  .social-bars {
    justify-content: space-between;
  }

  .footer-colours {
    margin-top: -11px;
  }

  .dropdown-toggle-fertig, .dropdown-toggle-fertig:hover, .dropdown-toggle-doppel, .dropdown-toggle-doppel:hover {
    color: #fff;
  }

  .dropdown-toggle-reihen {
    color: #fff;
    text-align: center;
  }

  .dropdown-toggle-reihen:hover {
    color: #fff;
  }

  .div-dropdowns {
    color: rgba(0, 0, 0, 0);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    font-weight: 500;
    display: flex;
  }

  .dropdown-garage {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
    overflow: visible;
  }

  .dropdown-toggle-garage {
    color: #fff;
    position: relative;
  }

  .text-block-21, .icon, .text-block-22, .text-block-23, .text-block-24 {
    color: #fff;
  }

  .cardsgrid {
    text-align: center;
    margin-bottom: 45px;
  }

  .cardsgrid.carddoppel {
    margin-left: 30px;
    margin-right: 30px;
  }

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

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

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

  .image-card {
    width: 100%;
    height: 100%;
  }

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

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

  .images-article-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-video {
    width: 100%;
    height: 650px;
    margin-top: 0;
  }

  .nav-link.w--current {
    padding-bottom: 2px;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    align-items: center;
  }

  .logo {
    width: 106px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .dropdown-fenster {
    position: static;
  }

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

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

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

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

  .arrow {
    color: #000;
    margin-left: .3em;
    font-size: 1.2em;
    position: static;
  }

  .icon-3 {
    color: #000;
  }

  .nav-link-drop {
    transition: all .85s;
    display: block;
    position: static;
  }

  .nav-container {
    border-right-style: none;
    padding: .25em 1em;
  }

  .menu-button-2 {
    color: #000;
    border: 1px #000;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #fff;
  }

  .drop-down-wrapper {
    position: static;
  }

  .drop-down-wrapper.w--open {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 2em;
    position: relative;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .nav-link-2.w--open {
    padding-left: .7em;
  }

  .menu-link-wrapper {
    width: auto;
  }

  .logo-text:hover {
    color: #000;
  }

  .dropdown-link-3 {
    white-space: break-spaces;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .nav-menu-3 {
    width: 400px;
    height: 450px;
    background-color: #fff;
    justify-content: flex-start;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-block-32, .text-block-33, .text-block-34 {
    color: #000;
  }

  .arrow-2 {
    margin-left: 0;
    font-size: 1.2em;
    position: static;
  }

  .nav-link-3 {
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .icon-4 {
    color: #000;
  }

  .nav-link-drop-2 {
    transition: all .85s;
    display: block;
    position: static;
  }

  .nav-container-2 {
    border-right-style: none;
    padding: .25em 1em;
  }

  .menu-button-3 {
    color: #000;
    border: 1px #000;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #353535;
  }

  .drop-down-wrapper-2 {
    color: #fff;
    position: static;
  }

  .drop-down-wrapper-2.w--open {
    background-color: #353535;
    justify-content: space-between;
    padding-right: 2em;
    position: relative;
  }

  .logo-text-2:hover {
    color: #fff;
  }

  .dropdown-link-4 {
    justify-content: space-around;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .nav-menu-4 {
    background-color: #2e2e2e;
    justify-content: flex-start;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .global-nav-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link-3 {
    max-width: 100%;
  }

  .nav-buttons-wrapper {
    width: auto;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
  }

  .bottom-line {
    left: 0;
    right: auto;
  }

  .mobile-nav {
    max-width: 40%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 65px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .dropdown-toggle-2 {
    left: auto;
  }

  .global-nav-button-3 {
    padding-left: 5px;
    padding-right: 5px;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .bottom-line-2 {
    left: 0;
    right: auto;
  }

  .dropdown-list-5 {
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .dropdown-list-5.w--open {
    border-radius: 12px 0 0 12px;
    top: 0;
    bottom: auto;
    left: auto;
    right: 174px;
  }

  .dropdown-list-5.dropdown-first.w--open {
    top: 8px;
    left: auto;
    right: 142px;
  }

  .dropdown-list-5.dropdown-third {
    right: 182px;
  }

  .dropdown-list-5.dropdown-fourth {
    right: 159px;
  }

  .dropdown-list-5.dropdown-fifth {
    top: 8px;
    right: 155px;
  }

  .link-block-8.w--current {
    display: inline-block;
  }

  .image-6 {
    max-width: 16%;
  }

  .nav-container-3 {
    border-right-style: none;
    padding: .25em 1em;
  }

  .link-block-9 {
    font-size: 0;
  }

  .html-embed-2, .html-embed-3, .html-embed-4, .html-embed-5, .html-embed-6, .html-embed-7, .html-embed-8, .html-embed-9, .html-embed-10, .html-embed-11, .html-embed-12, .html-embed-13, .html-embed-14, .html-embed-15, .html-embed-16, .html-embed-17, .html-embed-18, .html-embed-19, .html-embed-20, .html-embed-21 {
    margin-bottom: 20px;
  }

  .text-block-41 {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .link-block-10 {
    position: relative;
    left: auto;
  }

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

  .jda-b-wrap-2 {
    width: 100%;
    font-size: 5vw;
  }

  .jda-b-wrap-3.first-icon {
    margin-left: 0;
  }

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

@media screen and (max-width: 767px) {
  .button-header {
    max-width: 40%;
  }

  .menu-button {
    margin-left: 0;
  }

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

  .nav-menu {
    text-align: left;
    background-color: #8598e6;
    justify-content: center;
    display: flex;
  }

  .nav-link-kontakt {
    color: #fff;
    text-align: center;
  }

  .nav-link-kontakt:hover {
    color: #100581;
  }

  .social-bars {
    min-width: 95%;
    letter-spacing: 0;
  }

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

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

  .images-article-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    font-size: 6vw;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-main {
    height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-image {
    background-position: 0 0, 100%;
  }

  .image-heading {
    white-space: break-spaces;
    margin-left: 40px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-31 {
    margin-left: 45px;
  }

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

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

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

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

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

  .drop-down-wrapper.w--open {
    display: flex;
  }

  .nav-link-2 {
    justify-content: center;
  }

  .menu-link-wrapper {
    display: block;
  }

  .nav-link-3 {
    justify-content: center;
  }

  .drop-down-wrapper-2.w--open {
    display: flex;
  }

  .burger-button {
    cursor: pointer;
  }

  .nav-buttons-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .mobile-nav {
    flex-direction: column;
    margin-top: 0;
    top: 64px;
    bottom: auto;
    right: 0;
  }

  .dropdown-toggle-2 {
    position: relative;
    left: auto;
  }

  .dropdown-list-5 {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .dropdown-list-5.w--open {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .dropdown-list-5.dropdown-first {
    left: 0;
    right: auto;
  }

  .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: center;
    margin-bottom: 0;
  }

  .jda-wrap-1 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-right: 0;
  }

  .nav-menu {
    text-align: left;
    flex-wrap: nowrap;
    align-content: center;
  }

  .nav-link-kontakt {
    color: #fff;
    text-align: center;
    font-weight: 400;
  }

  .nav-link-kontakt:hover, .dropdown-toggle-garage {
    color: #fff;
  }

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

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

  .nav-link {
    font-size: 7vw;
  }

  .centered_w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-image {
    height: 100%;
    max-width: none;
    background-position: 60%;
  }

  .image-heading {
    max-width: none;
    clear: none;
    object-fit: fill;
    margin-left: 24px;
    display: inline-block;
    overflow: visible;
  }

  .container-3 {
    flex-direction: row;
    display: block;
  }

  .container-5 {
    justify-content: flex-start;
    display: flex;
  }

  .div-block {
    width: auto;
    white-space: break-spaces;
  }

  .dropdown-fenster {
    position: static;
    right: auto;
  }

  .text-block-31 {
    margin-left: 29px;
  }

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

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

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

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

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

  .nav-container {
    overflow: visible;
  }

  .drop-down-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .nav-link-2 {
    justify-content: space-between;
  }

  .menu-link-wrapper {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .dropdown-link-3 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    justify-content: space-between;
  }

  .nav-container-2 {
    overflow: visible;
  }

  .drop-down-wrapper-2.w--open {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .dropdown-link-4 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .logo-link-3 {
    max-width: 80px;
    margin-left: 0;
  }

  .burger-button {
    margin-left: 120px;
  }

  .nav-buttons-wrapper {
    position: relative;
  }

  .global-nav-button {
    margin-left: 1px;
    margin-right: 1px;
  }

  .mobile-nav {
    max-width: 100%;
    padding-left: 10px;
    position: fixed;
    top: 65px;
    left: auto;
    right: 0;
  }

  .global-nav-button-2 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .dropdown-toggle-2.w--open {
    left: auto;
  }

  .global-nav-button-3 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .dropdown-list-5 {
    left: auto;
    right: auto;
  }

  .dropdown-list-5.w--open {
    left: auto;
  }

  .dropdown-list-5.dropdown-first {
    justify-content: flex-start;
  }

  .dropdown-list-5.drop-first {
    right: -53px;
  }

  .dropdown-list-5.drop-second {
    right: -17px;
  }

  .dropdown-list-5.drop-third {
    right: -11px;
  }

  .dropdown-list-5.drop-fourth {
    right: -34px;
  }

  .dropdown-list-5.drop-fifth {
    right: -38px;
  }

  .nav-container-3 {
    overflow: visible;
  }

  .link-2 {
    display: block;
    overflow: visible;
  }

  .html-embed-3, .html-embed-4, .html-embed-5, .html-embed-6, .html-embed-7, .html-embed-8, .html-embed-9, .html-embed-10, .html-embed-11, .html-embed-12, .html-embed-13, .html-embed-14, .html-embed-15, .html-embed-16, .html-embed-17 {
    margin-bottom: 20px;
  }

  .image-11 {
    padding-bottom: 0;
  }

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

  .jda-b-wrap-1 {
    flex-direction: column;
  }

  .jda-b-wrap-2 {
    font-size: 5vw;
    display: flex;
    overflow: visible;
  }

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

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

  .jda-b-pic-1 {
    font-size: 2vw;
  }

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


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@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-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  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-Thin.ttf') format('truetype');
  font-weight: 100;
  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-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-LightItalic.ttf') format('truetype');
  font-weight: 300;
  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-Regular.ttf') format('truetype');
  font-weight: 400;
  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 Bold';
  src: url('../fonts/FontsFree-Net-Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}