:root {
  --midnight-blue: #04002d;
  --midnight-blue-2: rgba(4, 0, 45, .7);
  --white: white;
  --orange-red: #ff5e00;
  --midnight-blue-3: rgba(4, 0, 45, .1);
  --bg: rgba(4, 0, 45, .08);
  --black: rgba(0, 0, 0, .6);
  --subhead: rgba(4, 0, 45, .7);
}

body {
  color: #1a1b1f;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.button {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  text-transform: none;
  background-color: #ff5e00;
  border-radius: 0;
  align-self: center;
  width: 161px;
  height: auto;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.button:active {
  background-color: var(--midnight-blue-2);
}

.status-message {
  color: var(--midnight-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 9px 30px;
  font-size: 16px;
  line-height: 26px;
}

.eingabefeld {
  color: var(--midnight-blue);
  border: 1px solid #e4e4e4;
  border-radius: 0;
  align-self: center;
  width: 500px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 40px;
  padding: 21px 20px;
  font-size: 16px;
  line-height: 26px;
  transition: border-color .4s;
}

.eingabefeld:hover {
  border-color: #e3e6eb;
}

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

.eingabefeld::placeholder {
  color: rgba(50, 52, 58, .4);
}

.main-heading-wrap {
  max-width: 1128px;
  margin-bottom: 0;
  display: block;
}

.subscribe-form {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.form-block {
  color: var(--midnight-blue);
  margin-top: 20px;
  line-height: 26px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  font-family: Montserrat variablefont wght, sans-serif;
  display: flex;
}

._404-wrap {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

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

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

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

.body {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  font-family: Montserrat variablefont wght, sans-serif;
  display: flex;
  overflow: visible;
}

.berschrift {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
  line-height: 51px;
}

.berschrift.middlesatz {
  text-align: center;
}

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

.columns {
  margin-top: 50px;
}

.kl {
  padding-left: 0;
  padding-right: 20px;
}

.flie-text {
  opacity: 1;
  color: var(--midnight-blue-2);
  max-width: none;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 16px;
  line-height: 26px;
}

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

.trenner {
  border: 2px solid var(--orange-red);
  background-color: #eee;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 28px;
  display: block;
}

.foooter {
  background-color: var(--midnight-blue);
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat variablefont wght, sans-serif;
  display: block;
}

.div-block-7 {
  border: 3px solid var(--white);
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px 40px;
  display: inline-block;
  position: static;
  top: 220px;
}

.logofont {
  color: var(--white);
  text-align: left;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 64px;
  line-height: 80px;
  display: inline-block;
}

.logo-untercaption {
  z-index: 100;
  opacity: 1;
  color: var(--white);
  order: 1;
  align-self: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 20px;
  line-height: 34px;
  position: static;
  top: 420px;
  bottom: auto;
}

.navbar {
  background-color: var(--midnight-blue);
  object-fit: fill;
  flex: 1;
  order: 0;
  align-self: auto;
  width: auto;
  max-width: none;
  height: 100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat variablefont wght, sans-serif;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-kontakt {
  border-bottom: 3px none var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px 0 10px;
}

.nav-kontakt:hover {
  border-bottom: 2px solid var(--white);
  color: #f4f2ec;
}

.nav-kontakt.w--current {
  color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.nav-ber-uns {
  color: var(--white);
  margin-right: 60px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.nav-ber-uns:hover, .nav-ber-uns.w--current {
  border-bottom: 2px solid var(--white);
  color: var(--white);
}

.einf-hrung-home {
  z-index: 100;
  color: #fff;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 220px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: static;
  top: 220px;
  overflow: visible;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 26px;
}

.unter-berschrift {
  opacity: 1;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.unter-berschrift.middlesatz {
  text-align: center;
}

.unter-berschrift.dunkel {
  opacity: 1;
  color: var(--midnight-blue);
  font-weight: 500;
}

.abstand1 {
  width: auto;
  max-width: 1100px;
  margin: 0 auto;
}

.body-2 {
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat variablefont wght, sans-serif;
}

.cloudlogo {
  opacity: 0;
  width: 150px;
  display: block;
}

.cloudlogo.webpage {
  opacity: 1;
}

.div-block-9 {
  padding-top: 5px;
  display: inline-block;
}

.nav-leistungen {
  color: var(--white);
  margin-right: 60px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.nav-leistungen:hover {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--white);
  color: var(--white);
}

.nav-leistungen.w--current {
  border-bottom: 2px solid var(--white);
  color: var(--white);
}

.einleitung {
  z-index: 100;
  background-color: var(--midnight-blue);
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: static;
  top: 96vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-14 {
  width: auto;
  max-width: 1100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.kr {
  padding-left: 20px;
  padding-right: 0;
}

.navbar-unten {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu-2 {
  color: var(--white);
  text-align: left;
  right: 0;
}

.nav-impressum {
  color: var(--white);
  margin-right: 60px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.nav-impressum:hover, .nav-impressum.w--current {
  border-bottom: 2px solid var(--white);
  color: var(--white);
}

.brand {
  align-items: center;
  height: 68px;
  display: flex;
}

.kontakt1 {
  z-index: 100;
  background-color: var(--white);
  background-image: url('../images/pattern2_Zeichenfläche-1.png');
  background-position: 93% -49%;
  background-repeat: no-repeat;
  background-size: 1600px;
  background-attachment: fixed;
  height: auto;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat variablefont wght, sans-serif;
  position: static;
  top: 96vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.visitenkarte {
  background-color: var(--white);
  box-shadow: 4px 4px 10px 0 var(--midnight-blue-3);
  border-radius: 5px;
  align-items: flex-start;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.profilfoto {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 200px;
}

.visitentext {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 238.578px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  display: flex;
}

.buttonnormal {
  background-color: var(--orange-red);
  color: var(--midnight-blue);
  align-self: stretch;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 500;
  transition: color .4s, opacity .2s, background-color .4s, opacity .4s;
}

.buttonnormal:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.buttonnormal:active {
  background-color: var(--midnight-blue-2);
}

.telefonlink {
  opacity: 1;
  color: var(--midnight-blue);
  font-weight: 400;
  text-decoration: none;
  transition-property: none;
  display: inline;
}

.telefonlink:hover {
  opacity: 1;
  color: var(--orange-red);
}

.columns-2 {
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.news {
  background-color: var(--bg);
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 500;
}

.mapp {
  background-color: var(--midnight-blue-3);
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat variablefont wght, sans-serif;
}

.maps {
  border: 5px solid var(--orange-red);
  background-color: var(--orange-red);
  filter: contrast();
  height: 400px;
  margin-top: 40px;
  position: static;
}

.impressum {
  font-family: Montserrat variablefont wght, sans-serif;
}

.div-block-17 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.columns-3 {
  margin-top: 40px;
  margin-bottom: 60px;
}

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

.div-block-18 {
  margin-top: -20px;
}

.body-3 {
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat variablefont wght, sans-serif;
}

.div-block-20 {
  color: var(--midnight-blue-2);
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat variablefont wght, sans-serif;
}

.image-5 {
  width: 100%;
  max-width: none;
}

.buttonnormal-copy {
  background-color: var(--orange-red);
  color: var(--midnight-blue);
  align-self: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s, opacity .2s, background-color .4s, opacity .4s;
}

.buttonnormal-copy:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.buttonnormal-copy:active {
  background-color: var(--midnight-blue-2);
}

.logo-untercaption_big {
  z-index: 100;
  clear: none;
  opacity: 1;
  color: var(--white);
  order: -1;
  align-self: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 60px;
  line-height: 34px;
  position: static;
  top: 386px;
  bottom: auto;
}

.hero-new {
  background-color: var(--orange-red);
  height: 80vh;
}

.embedded_energy {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat variablefont wght, sans-serif;
}

.list-2 {
  list-style-type: none;
}

.text-block {
  text-align: right;
  width: 25%;
  padding-right: 30px;
}

.text-span {
  width: 9%;
  max-width: 60%;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.text-block-copy {
  color: var(--white);
  flex: 0 auto;
  width: 75%;
}

.bold-text-4 {
  color: var(--white);
  font-size: 45px;
}

.list-item {
  margin-left: -30px;
  padding-left: 0;
  list-style-type: none;
}

.berschrift-black {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
  line-height: 51px;
}

.column-8 {
  background-color: var(--midnight-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.image-7 {
  width: 100%;
  height: 50%;
  padding-left: 100px;
  padding-right: 100px;
}

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

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

.unter-berschrift-copy {
  opacity: 1;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.berschrift-copy, .berschrift-copy-copy {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
  line-height: 51px;
}

.berschrift-white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 51px;
}

.unter-berschrift-white {
  opacity: 1;
  color: #fff;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.wir-ber-uns {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat variablefont wght, sans-serif;
}

.list-item-2 {
  margin-left: -30px;
}

.abstand1-copy, .abstand2 {
  width: auto;
  max-width: 1100px;
  margin: 0 auto;
}

.body-4, .body-5, .body-6 {
  font-family: Montserrat variablefont wght, sans-serif;
}

@media screen and (min-width: 1920px) {
  .button {
    height: 50px;
  }

  .main-heading-wrap {
    float: none;
  }

  .berschrift {
    color: #000;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 71px;
  }

  .berschrift.middlesatz {
    text-align: left;
    flex: 0 auto;
  }

  .columns {
    max-width: 1000px;
    margin-top: 0;
  }

  .flie-text {
    opacity: 1;
    color: var(--midnight-blue-2);
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }

  .trenner {
    align-self: auto;
    width: 1000px;
    max-width: 1000px;
    margin-top: 40px;
  }

  .div-block-7 {
    order: 0;
    align-self: auto;
    padding: 50px 70px;
  }

  .logofont {
    font-size: 80px;
  }

  .logo-untercaption {
    order: 0;
    align-self: auto;
    line-height: 31px;
    top: 450px;
  }

  .navbar {
    padding-top: 0;
  }

  .nav-kontakt, .nav-ber-uns {
    font-size: 20px;
    line-height: 31px;
  }

  .nav-ber-uns.w--current {
    border-bottom: 2px solid var(--white);
    color: var(--white);
  }

  .einf-hrung-home {
    text-align: left;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    font-size: 97px;
  }

  .list {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 40px;
  }

  .unter-berschrift {
    opacity: 1;
    color: #000;
    font-size: 50px;
    line-height: 51px;
  }

  .unter-berschrift.dunkel {
    font-size: 25px;
  }

  .abstand1 {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    margin-left: auto;
    display: block;
  }

  .cloudlogo {
    align-self: auto;
    width: auto;
    height: 68px;
    margin-top: 0;
  }

  .div-block-9 {
    height: auto;
    margin-top: 5px;
    padding-top: 0;
  }

  .nav-leistungen {
    font-size: 20px;
    line-height: 34px;
  }

  .nav-leistungen.w--current {
    line-height: 31px;
  }

  .einleitung {
    background-color: var(--midnight-blue);
    border-radius: 0;
  }

  .div-block-14 {
    max-width: 1500px;
    height: 68px;
  }

  .navbar-unten {
    flex: 1;
    display: block;
  }

  .nav-impressum {
    margin-right: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 20px;
    line-height: 31px;
  }

  .nav-impressum:hover, .nav-impressum.w--current {
    border-bottom: 2px solid var(--white);
  }

  .brand {
    align-items: center;
  }

  .kontakt1 {
    background-position: 85% -10%;
    background-repeat: repeat;
    background-size: 2400px;
    background-attachment: fixed;
  }

  .columns-2 {
    justify-content: center;
    align-items: flex-start;
    width: 1000px;
  }

  .div-block-21 {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .logo-untercaption_big {
    order: 0;
    align-self: auto;
    margin-bottom: 30px;
    line-height: 31px;
    top: 450px;
  }

  .hero-new {
    height: 80vh;
  }

  .embedded_energy {
    background-color: var(--white);
    background-image: none;
    padding-bottom: 100px;
  }

  .div-block-23 {
    background-color: #3f3f3f;
  }

  .list-2 {
    background-color: var(--midnight-blue);
    padding-top: 40px;
    padding-bottom: 40px;
    list-style-type: none;
  }

  .text-block {
    text-align: right;
    width: 20%;
    padding-right: 0;
    font-size: 60px;
    line-height: 61px;
  }

  .text-span {
    color: #fff;
    padding-right: 10px;
    font-size: 23px;
  }

  .div-block-24 {
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .text-block-copy {
    align-self: center;
    width: 75%;
    font-size: 26px;
    line-height: 27px;
  }

  .bold-text-4 {
    text-align: center;
    width: 150px;
    font-size: 70px;
    line-height: 91px;
  }

  .list-item {
    padding-bottom: 35px;
  }

  .berschrift-black {
    color: #000;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 71px;
    display: block;
  }

  .column-8 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    padding-top: 10px;
    padding-left: 220px;
    padding-right: 220px;
  }

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

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

  .unter-berschrift-copy {
    opacity: 1;
    color: rgba(0, 0, 0, .7);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    line-height: 51px;
    text-decoration: none;
  }

  .berschrift-copy {
    color: #000;
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 71px;
  }

  .berschrift-copy-copy {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 71px;
  }

  .berschrift-white {
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 71px;
    display: block;
    position: static;
  }

  .unter-berschrift-white {
    opacity: 1;
    color: #fff;
    font-size: 30px;
    line-height: 51px;
  }

  .wir-ber-uns {
    background-color: var(--white);
    background-image: none;
    padding-bottom: 100px;
  }

  .abstand1-copy, .abstand2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    margin-left: auto;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .button {
    justify-content: center;
  }

  .eingabefeld {
    width: 365px;
    margin-right: 20px;
  }

  .form-block {
    width: auto;
  }

  .berschrift {
    color: var(--midnight-blue);
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .berschrift.middlesatz {
    text-align: center;
  }

  .kl {
    padding-right: 0;
  }

  .kl.middlediv {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .flie-text {
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
  }

  .div-block-7, .logo-untercaption {
    align-self: center;
  }

  .nav-ber-uns {
    margin-right: 40px;
  }

  .einf-hrung-home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
  }

  .unter-berschrift {
    color: var(--midnight-blue);
    text-align: center;
    font-size: 21px;
  }

  .abstand1 {
    max-width: 650px;
  }

  .nav-leistungen {
    margin-right: 40px;
  }

  .nav-leistungen.w--current {
    color: var(--white);
  }

  .einleitung {
    background-color: var(--midnight-blue);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-14 {
    max-width: 650px;
  }

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

  .kr {
    padding-left: 0;
  }

  .kr.middlediv {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .navbar-unten {
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .nav-menu-2 {
    align-self: auto;
    display: block;
  }

  .nav-impressum {
    margin-right: 40px;
  }

  .brand {
    align-self: center;
    align-items: center;
    height: 68px;
    display: flex;
  }

  .kontakt1 {
    background-image: url('../images/pattern4-02.png');
    background-position: 5% -207%;
    background-repeat: no-repeat;
    background-size: 1500px;
    background-attachment: scroll;
  }

  .visitenkarte {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .profilfoto {
    align-self: center;
    width: auto;
    margin-bottom: 20px;
  }

  .visitentext {
    text-align: center;
    justify-content: flex-start;
    align-self: center;
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }

  .columns-2 {
    flex-flow: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-5 {
    flex: 0 auto;
    width: 500px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-untercaption_big {
    flex: 0 auto;
    order: 0;
    align-self: center;
    padding-top: 0;
    font-size: 50px;
  }

  .hero-new {
    height: 80vh;
  }

  .embedded_energy {
    background-repeat: repeat-y;
    background-size: 1200px;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-24 {
    display: block;
  }

  .list-item {
    list-style-type: none;
    display: block;
  }

  .berschrift-black {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .image-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    margin-left: 0;
    padding-bottom: 40px;
    display: block;
  }

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

  .unter-berschrift-copy {
    color: rgba(0, 0, 0, .7);
    text-align: center;
    font-size: 21px;
  }

  .berschrift-copy, .berschrift-copy-copy {
    color: #000;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .berschrift-white {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .unter-berschrift-white {
    color: #fff;
    text-align: center;
    font-size: 21px;
  }

  .wir-ber-uns {
    background-repeat: repeat-y;
    background-size: 1200px;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-9 {
    flex: 0 auto;
    order: 0;
  }

  .abstand1-copy, .abstand2 {
    max-width: 650px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    align-self: flex-end;
    width: auto;
  }

  .eingabefeld {
    width: 280px;
  }

  .main-heading-wrap {
    margin-bottom: 20px;
  }

  .subscribe-form {
    flex-flow: row;
    align-items: flex-start;
  }

  .form-block {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .berschrift {
    font-size: 25px;
    line-height: 37px;
  }

  .columns {
    margin-top: 40px;
  }

  .kl {
    margin-bottom: 0;
    padding-right: 0;
  }

  .flie-text {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .trenner {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-7 {
    align-self: center;
    padding: 20px;
    top: 140px;
  }

  .logofont {
    font-size: 50px;
  }

  .logo-untercaption {
    text-align: center;
    align-self: center;
    font-size: 18px;
    top: 306px;
  }

  .einf-hrung-home {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin-top: 140px;
  }

  .unter-berschrift {
    font-size: 16px;
    line-height: 26px;
  }

  .abstand1 {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .einleitung {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-14 {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .menu-button-2.w--open {
    background-color: var(--midnight-blue);
  }

  .nav-menu {
    background-color: #18153c;
    padding-left: 40px;
  }

  .kr {
    padding-left: 0;
  }

  .navbar-unten {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    align-self: auto;
  }

  .nav-impressum {
    padding-left: 0;
  }

  .kontakt1 {
    background-position: 72% -22%;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .profilfoto {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    margin-bottom: 10px;
  }

  .visitentext {
    margin-bottom: 0;
  }

  .columns-2 {
    justify-content: center;
  }

  .news {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mapp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-untercaption_big {
    text-align: center;
    align-self: center;
    margin-bottom: 40px;
    font-size: 18px;
    top: 306px;
  }

  .embedded_energy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .berschrift-black, .berschrift-copy {
    font-size: 25px;
    line-height: 37px;
  }

  .unter-berschrift-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .berschrift-copy, .berschrift-copy-copy, .berschrift-white {
    font-size: 25px;
    line-height: 37px;
  }

  .unter-berschrift-white {
    font-size: 16px;
    line-height: 26px;
  }

  .wir-ber-uns {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .abstand1-copy, .abstand2 {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .button {
    align-self: center;
    width: auto;
    margin-top: 10px;
  }

  .subscribe-form {
    flex-flow: column wrap;
    align-items: center;
  }

  .form-block {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .berschrift {
    text-align: left;
    font-size: 25px;
    line-height: 37px;
  }

  .columns {
    margin-top: 20px;
  }

  .kl.middlediv {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .flie-text {
    text-align: left;
    line-height: 24px;
  }

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

  .div-block-7 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    top: 100px;
  }

  .logofont {
    font-size: 40px;
  }

  .logo-untercaption {
    top: 247px;
  }

  .nav-kontakt, .nav-ber-uns {
    text-align: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .einf-hrung-home {
    margin-top: 100px;
  }

  .unter-berschrift {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .abstand1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-leistungen {
    text-align: center;
    align-self: center;
    margin-right: 0;
  }

  .einleitung {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-14 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .kr.middlediv {
    margin-bottom: 0;
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .nav-impressum {
    text-align: center;
    align-self: center;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .kontakt1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .visitenkarte {
    padding-bottom: 20px;
  }

  .columns-2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .maps {
    border-width: 4px;
  }

  .image-5 {
    width: 100%;
  }

  .logo-untercaption_big {
    top: 247px;
  }

  .embedded_energy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-span {
    width: 90%;
    max-width: 70%;
  }

  .div-block-24 {
    padding-bottom: 30px;
    display: block;
  }

  .bold-text-4 {
    font-size: 35px;
  }

  .list-item {
    width: 100%;
  }

  .berschrift-black {
    text-align: left;
    font-size: 25px;
    line-height: 37px;
  }

  .image-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    display: block;
  }

  .unter-berschrift-copy {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .berschrift-copy, .berschrift-copy-copy {
    text-align: left;
    font-size: 25px;
    line-height: 37px;
  }

  .berschrift-white {
    color: #fff;
    text-align: left;
    font-size: 25px;
    line-height: 37px;
  }

  .unter-berschrift-white {
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .wir-ber-uns {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-9 {
    padding-bottom: 42px;
  }

  .abstand1-copy, .abstand2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}


@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}