.text-block {
  display: block;
}

.div-block {
  position: relative;
  display: block;
  width: 55%;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-image: url('../images/bg_verlauf.png'), -webkit-linear-gradient(180deg, #0dc272, #0acf79);
  background-image: url('../images/bg_verlauf.png'), linear-gradient(270deg, #0dc272, #0acf79);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  width: 134px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
}

.section-2 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 45px;
}

.footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 45px;
  float: none;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div_adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-adress {
  display: inline-block;
  padding-right: 0px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  text-align: right;
}

.text-claim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 61px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link {
  color: #fff;
}

.header {
  padding: 45px;
}

.zitat {
  position: static;
  left: 80px;
  top: 120px;
  padding-top: 15%;
  padding-left: 11%;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-size: 280%;
  line-height: 1.4em;
  font-weight: 500;
}

.image {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 25%;
  opacity: 1;
}

.div-block-4 {
  position: absolute;
  left: 7%;
  top: 15%;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
}

.text-block-3 {
  display: inline-block;
  padding-left: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mobile-icons {
  display: none;
  font-family: Bauart, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.ausblick {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .div-block {
    width: 72%;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div_claim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div_adress {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-adress {
    padding-bottom: 5px;
  }
  .zitat {
    padding-top: 15%;
    padding-left: 12%;
    font-size: 1.9em;
    line-height: 1.3em;
  }
  .image {
    width: 25%;
  }
  .div-block-4 {
    left: 8%;
    top: 17%;
  }
  .ausblick {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .div-block {
    width: 70%;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logo {
    display: block;
    width: 89.33333333px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer {
    padding: 20px;
  }
  .text-adress {
    font-size: 12px;
  }
  .text-adress.adresse {
    display: none;
  }
  .text-adress.telefon {
    display: none;
  }
  .text-claim {
    font-size: 12px;
  }
  .header {
    padding: 20px;
  }
  .zitat {
    padding-top: 54px;
    padding-left: 37px;
    font-size: 1.2em;
    line-height: 1.3em;
  }
  .image {
    width: 19%;
  }
  .div-block-4 {
    left: 5%;
    top: 10%;
  }
  .text-block-3 {
    padding-left: 10px;
    font-size: 10px;
  }
  .mobile-icons {
    display: inline-block;
    padding-top: 8px;
    padding-left: 14px;
  }
  .image-2 {
    width: 15%;
    height: 2px;
  }
  .link-3 {
    color: #fff;
    text-decoration: none;
  }
  .link-4 {
    color: #fff;
    text-decoration: none;
  }
  .link-5 {
    padding-left: 3px;
    color: #fff;
    text-decoration: none;
  }
  .ausblick {
    margin-top: 0px;
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-2 {
    padding: 20px;
  }
  .footer {
    padding: 20px;
  }
  .text-adress {
    display: none;
  }
  .text-adress.name {
    display: inline-block;
  }
  .text-adress.adresse {
    display: none;
  }
  .text-claim {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
  }
  .header {
    padding: 15px;
  }
  .zitat {
    padding-top: 45px;
    padding-left: 35px;
    font-size: 1.3em;
    line-height: 1.4em;
  }
  .image {
    width: 40%;
    opacity: 1;
  }
  .div-block-4 {
    left: 8%;
    top: 5%;
  }
  .text-block-3 {
    padding-left: 10px;
    font-size: 11px;
  }
  .mobile-icons {
    display: inline-block;
    padding: 7px 0px 0px 10px;
    float: left;
    font-size: 23px;
  }
  .image-2 {
    width: 15%;
    height: 2px;
  }
  .link-4 {
    padding-left: 2px;
  }
  .link-5 {
    padding-left: 5px;
  }
  .ausblick {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
    line-height: 20px;
  }
}

@font-face {
  font-family: 'Bauart';
  src: url('../fonts/bauart.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}