.navbar-wrapper {
  display: contents;
}
 
.navbar-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
  background-color: #000000;
}
 
.navbar-link {
  display: contents;
}
 
.navbar-image1 {
  width: 65px;
  height: 63px;
  text-decoration: none;
}
 
.navbar-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.navbar-link11 {
  color: #ffffff;
}
 
.navbar-link21 {
  color: #ffffff;
}
 
.navbar-link61 {
  color: #ffffff;
  text-decoration: none;
}
 
.navbar-link31 {
  color: #ffffff;
}
 
.navbar-link41 {
  color: #ffffff;
}
 
.navbar-link51 {
  color: #ffffff;
  text-decoration: none;
}
 
.navbar-burger-menu {
  display: none;
}
 
.navbar-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar-logo {
  height: 3rem;
}
 
.navbar-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-link62 {
  color: #ffffff;
  text-decoration: none;
}
 
.navbar-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.startseite-fragment11 {
  display: contents;
}
 
.startseite-text11 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.startseite-fragment16 {
  display: contents;
}
 
.startseite-text16 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.startseite-fragment12 {
  display: contents;
}
 
.startseite-text12 {
  display: inline-block;
}
 
.startseite-fragment15 {
  display: contents;
}
 
.startseite-text15 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.startseite-fragment14 {
  display: contents;
}
 
.startseite-text14 {
  display: inline-block;
}
 
.startseite-fragment10 {
  display: contents;
}
 
.startseite-text10 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.startseite-fragment13 {
  display: contents;
}
 
.startseite-text13 {
  display: inline-block;
}
 
.navbarroot-class-name {
  background-color: #000000;
}
 

 

 

 

 
@media(max-width: 767px) {
  .navbar-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .navbar-mobile-menu {
    background-color: #000000;
  }
}
 
@media(max-width: 479px) {
  .navbar-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar-desktop-menu {
    display: none;
  }
  .navbar-burger-menu {
    display: flex;
  }
  .navbar-mobile-menu {
    padding: var(--dl-layout-space-unit);
    background-color: #000000;
  }
}

.banner-wrapper {
  display: contents;
}
 
.banner-container1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.banner-image {
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
}
 
.banner-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  height: auto;
  display: flex;
  z-index: 1;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.47);
}
 
.banner-container2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.banner-title {
  color: #ffffff;
  text-align: center;
  font-family: "Arial";
}
 
.banner-text1 {
  text-align: center;
  font-family: "Arial";
}
 
.banner-link {
  padding-bottom: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.startseite-fragment17 {
  display: contents;
}
 
.startseite-text17 {
  display: inline-block;
}
 
.startseite-fragment18 {
  display: contents;
}
 
.startseite-text18 {
  display: inline-block;
  font-size: 18px;
}
 
.startseite-fragment19 {
  display: contents;
}
 
.startseite-text19 {
  display: inline-block;
}
 

 

 

 

 
@media(max-width: 479px) {
  .banner-max-width {
    align-items: center;
    justify-content: center;
  }
}

.leistungen-wrapper {
  display: contents;
}
 
.leistungen-layout251 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.leistungen-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.leistungen-column {
  gap: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  flex-shrink: 0;
}
 
.leistungen-text10 {
  font-family: "Arial";
}
 
.leistungen-text11 {
  font-family: "Arial";
}
 
.leistungen-text12 {
  align-self: center;
  font-family: "Arial";
}
 
.leistungen-content1 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.leistungen-row {
  align-items: flex-start;
}
 
.leistungen-feature1 {
  flex: 1;
}
 
.leistungen-feature1-image {
  transition: 0.3s;
}
 
.leistungen-feature1-image:hover {
  width: 105%;
  height: 105%;
}
 
.leistungen-content2 {
  align-self: stretch;
  align-items: flex-start;
}
 
.leistungen-feature2 {
  flex: 1;
}
 
.leistungen-feature2-image {
  height: 105%;
  transition: 0.3s;
}
 
.leistungen-feature2-image:hover {
  width: 105%;
}
 
.leistungen-content3 {
  align-self: stretch;
  align-items: flex-start;
}
 
.leistungen-feature3 {
  flex: 1;
}
 
.leistungen-feature3-image {
  transition: 0.3s;
}
 
.leistungen-feature3-image:hover {
  width: 105%;
  height: 105%;
}
 
.leistungen-content4 {
  align-self: stretch;
  align-items: flex-start;
}
 
.leistungen-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.leistungen-button1 {
  text-decoration: none;
}
 
.leistungen-button2 {
  text-decoration: none;
}
 
.startseite-fragment23 {
  display: contents;
}
 
.startseite-text23 {
  display: inline-block;
}
 
.startseite-fragment21 {
  display: contents;
}
 
.startseite-text21 {
  display: inline-block;
}
 
.startseite-fragment24 {
  display: contents;
}
 
.startseite-text24 {
  display: inline-block;
}
 
.startseite-fragment20 {
  display: contents;
}
 
.startseite-text20 {
  display: inline-block;
}
 
.startseite-fragment22 {
  display: contents;
}
 
.startseite-text22 {
  display: inline-block;
}
 
.startseite-fragment27 {
  display: contents;
}
 
.startseite-text27 {
  display: inline-block;
}
 
.startseite-fragment25 {
  display: contents;
}
 
.startseite-text25 {
  display: inline-block;
}
 
.startseite-fragment28 {
  display: contents;
}
 
.startseite-text30 {
  display: inline-block;
}
 
.startseite-fragment29 {
  display: contents;
}
 
.startseite-text36 {
  display: inline-block;
}
 
.startseite-fragment26 {
  display: contents;
}
 
.startseite-text26 {
  display: inline-block;
}
 
.startseite-fragment30 {
  display: contents;
}
 
.startseite-text42 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .leistungen-section-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .leistungen-feature1-image {
    height: 260px;
  }
  .leistungen-feature2-image {
    height: 260px;
  }
  .leistungen-feature3-image {
    height: 260px;
  }
}
 
@media(max-width: 767px) {
  .leistungen-column {
    width: 100%;
  }
  .leistungen-text11 {
    text-align: center;
  }
  .leistungen-row {
    flex-direction: column;
  }
  .leistungen-feature1-image {
    width: 100%;
  }
  .leistungen-feature2 {
    width: auto;
  }
  .leistungen-feature2-image {
    width: 100%;
  }
  .leistungen-feature3 {
    width: auto;
  }
  .leistungen-actions {
    flex-wrap: wrap;
  }
}
 
@media(max-width: 479px) {
  .leistungen-actions {
    width: 100%;
    flex-direction: column;
  }
  .leistungen-button1 {
    width: 100%;
  }
  .leistungen-button2 {
    width: 100%;
  }
}

.kontakt-wrapper {
  display: contents;
}
 
.kontakt-contact20 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.kontakt-max-width {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.kontakt-section-title {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.kontakt-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.kontakt-text12 {
  text-align: center;
}
 
.kontakt-iframe {
  width: 100%;
  height: auto;
  min-height: 720px;
  object-fit: cover;
}
 
.kontakt-row {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.kontakt-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.kontakt-content2:hover {
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: #484343;
}
 
.kontakt-link1 {
  display: contents;
}
 
.kontakt-contact-info1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
 
.kontakt-content3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.kontakt-text13 {
  align-self: stretch;
  text-align: center;
}
 
.kontakt-text14 {
  text-align: center;
}
 
.kontakt-email {
  text-align: center;
}
 
.kontakt-content4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.kontakt-content4:hover {
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: #484343;
}
 
.kontakt-link2 {
  display: contents;
}
 
.kontakt-contact-info2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
 
.kontakt-content5 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.kontakt-text15 {
  align-self: stretch;
  text-align: center;
}
 
.kontakt-text16 {
  text-align: center;
}
 
.kontakt-phone {
  text-align: center;
}
 
.kontakt-content6 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.kontakt-content6:hover {
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: #484343;
}
 
.kontakt-link3 {
  display: contents;
}
 
.kontakt-contact-info3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
 
.kontakt-content7 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.kontakt-text17 {
  align-self: stretch;
  text-align: center;
}
 
.kontakt-text18 {
  text-align: center;
}
 
.kontakt-address {
  text-align: center;
}
 
.startseite-fragment39 {
  display: contents;
}
 
.startseite-text64 {
  display: inline-block;
}
 
.startseite-fragment38 {
  display: contents;
}
 
.startseite-text59 {
  display: inline-block;
}
 
.startseite-fragment31 {
  display: contents;
}
 
.startseite-text48 {
  display: inline-block;
}
 
.startseite-fragment33 {
  display: contents;
}
 
.startseite-text50 {
  display: inline-block;
}
 
.startseite-fragment35 {
  display: contents;
}
 
.startseite-text56 {
  display: inline-block;
}
 
.startseite-fragment34 {
  display: contents;
}
 
.startseite-text51 {
  display: inline-block;
}
 
.startseite-fragment32 {
  display: contents;
}
 
.startseite-text49 {
  display: inline-block;
}
 
.startseite-fragment37 {
  display: contents;
}
 
.startseite-text58 {
  display: inline-block;
}
 
.startseite-fragment36 {
  display: contents;
}
 
.startseite-text57 {
  display: inline-block;
}
 
@media(max-width: 767px) {
  .kontakt-row {
    flex-direction: column;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer4 {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer-content {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.footer-logo {
  gap: 24px;
  width: 240px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer-link {
  display: contents;
}
 
.footer-image1 {
  width: 90px;
  height: 80px;
  text-decoration: none;
}
 
.footer-links {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-items: flex-start;
}
 
.footer-link6 {
  text-decoration: none;
}
 
.footer-social-links {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
 
.footer-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer-row {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.footer-container {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-footer-links1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: center;
  align-items: flex-start;
}
 
.footer-link111 {
  text-decoration: none;
}
 
.footer-link12 {
  text-decoration: none;
}
 
.footer-footer-links2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: center;
  align-items: flex-start;
}
 
.footer-link112 {
  text-decoration: none;
}
 
.startseite-fragment47 {
  display: contents;
}
 
.startseite-text72 {
  display: inline-block;
}
 
.startseite-fragment48 {
  display: contents;
}
 
.startseite-text73 {
  display: inline-block;
}
 
.startseite-fragment44 {
  display: contents;
}
 
.startseite-text69 {
  display: inline-block;
}
 
.startseite-fragment43 {
  display: contents;
}
 
.startseite-text68 {
  display: inline-block;
}
 
.startseite-fragment40 {
  display: contents;
}
 
.startseite-text65 {
  display: inline-block;
}
 
.startseite-fragment42 {
  display: contents;
}
 
.startseite-text67 {
  display: inline-block;
}
 
.startseite-fragment45 {
  display: contents;
}
 
.startseite-text70 {
  display: inline-block;
}
 
.startseite-fragment46 {
  display: contents;
}
 
.startseite-text71 {
  display: inline-block;
}
 
.startseite-fragment41 {
  display: contents;
}
 
.startseite-text66 {
  display: inline-block;
}
 

 

 

 

 
@media(max-width: 991px) {
  .footer-logo {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .footer-content {
    flex-direction: column;
  }
  .footer-row {
    flex-direction: column;
  }
  .footer-footer-links1 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-links2 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer-content {
    width: 100%;
  }
  .footer-links {
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.startseite-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #000000;
}
 
.startseite-fragment10 {
  display: contents;
}
 
.startseite-text10 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.startseite-fragment11 {
  display: contents;
}
 
.startseite-text11 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.startseite-fragment12 {
  display: contents;
}
 
.startseite-text12 {
  display: inline-block;
}
 
.startseite-fragment13 {
  display: contents;
}
 
.startseite-text13 {
  display: inline-block;
}
 
.startseite-fragment14 {
  display: contents;
}
 
.startseite-text14 {
  display: inline-block;
}
 
.startseite-fragment15 {
  display: contents;
}
 
.startseite-text15 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.startseite-fragment16 {
  display: contents;
}
 
.startseite-text16 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.startseite-fragment17 {
  display: contents;
}
 
.startseite-text17 {
  display: inline-block;
}
 
.startseite-fragment18 {
  display: contents;
}
 
.startseite-text18 {
  display: inline-block;
  font-size: 18px;
}
 
.startseite-fragment19 {
  display: contents;
}
 
.startseite-text19 {
  display: inline-block;
}
 
.startseite-fragment20 {
  display: contents;
}
 
.startseite-text20 {
  display: inline-block;
}
 
.startseite-fragment21 {
  display: contents;
}
 
.startseite-text21 {
  display: inline-block;
}
 
.startseite-fragment22 {
  display: contents;
}
 
.startseite-text22 {
  display: inline-block;
}
 
.startseite-fragment23 {
  display: contents;
}
 
.startseite-text23 {
  display: inline-block;
}
 
.startseite-fragment24 {
  display: contents;
}
 
.startseite-text24 {
  display: inline-block;
}
 
.startseite-fragment25 {
  display: contents;
}
 
.startseite-text25 {
  display: inline-block;
}
 
.startseite-fragment26 {
  display: contents;
}
 
.startseite-text26 {
  display: inline-block;
}
 
.startseite-fragment27 {
  display: contents;
}
 
.startseite-text27 {
  display: inline-block;
}
 
.startseite-fragment28 {
  display: contents;
}
 
.startseite-text30 {
  display: inline-block;
}
 
.startseite-fragment29 {
  display: contents;
}
 
.startseite-text36 {
  display: inline-block;
}
 
.startseite-fragment30 {
  display: contents;
}
 
.startseite-text42 {
  display: inline-block;
}
 
.startseite-container2 {
  width: 100%;
}
 
.startseite-container3 {
  display: contents;
}
 
.startseite-image {
  width: 845px;
  height: 554px;
  object-fit: cover;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-unit);
}
 
.startseite-fragment31 {
  display: contents;
}
 
.startseite-text48 {
  display: inline-block;
}
 
.startseite-fragment32 {
  display: contents;
}
 
.startseite-text49 {
  display: inline-block;
}
 
.startseite-fragment33 {
  display: contents;
}
 
.startseite-text50 {
  display: inline-block;
}
 
.startseite-fragment34 {
  display: contents;
}
 
.startseite-text51 {
  display: inline-block;
}
 
.startseite-fragment35 {
  display: contents;
}
 
.startseite-text56 {
  display: inline-block;
}
 
.startseite-fragment36 {
  display: contents;
}
 
.startseite-text57 {
  display: inline-block;
}
 
.startseite-fragment37 {
  display: contents;
}
 
.startseite-text58 {
  display: inline-block;
}
 
.startseite-fragment38 {
  display: contents;
}
 
.startseite-text59 {
  display: inline-block;
}
 
.startseite-fragment39 {
  display: contents;
}
 
.startseite-text64 {
  display: inline-block;
}
 
.startseite-fragment40 {
  display: contents;
}
 
.startseite-text65 {
  display: inline-block;
}
 
.startseite-fragment41 {
  display: contents;
}
 
.startseite-text66 {
  display: inline-block;
}
 
.startseite-fragment42 {
  display: contents;
}
 
.startseite-text67 {
  display: inline-block;
}
 
.startseite-fragment43 {
  display: contents;
}
 
.startseite-text68 {
  display: inline-block;
}
 
.startseite-fragment44 {
  display: contents;
}
 
.startseite-text69 {
  display: inline-block;
}
 
.startseite-fragment45 {
  display: contents;
}
 
.startseite-text70 {
  display: inline-block;
}
 
.startseite-fragment46 {
  display: contents;
}
 
.startseite-text71 {
  display: inline-block;
}
 
.startseite-fragment47 {
  display: contents;
}
 
.startseite-text72 {
  display: inline-block;
}
 
.startseite-fragment48 {
  display: contents;
}
 
.startseite-text73 {
  display: inline-block;
}
 
@media(max-width: 767px) {
  .startseite-image {
    width: 100%;
    height: 536px;
  }
}
 
@media(max-width: 479px) {
  .startseite-image {
    width: 100%;
    height: 482px;
  }
}
