h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.section-topmenu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 10px 0% 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-bottom: 1px solid #5e5e5e;
  background-color: transparent;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, .9);
}

.section-hero {
  display: block;
  overflow: auto;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/hund-katze-kind-sofa-lila_XL_tinyfied.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navlink {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.navlink:hover {
  color: #fff;
}

.navlink:focus {
  color: #fff;
}

.navlink.w--current {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}

.menu-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 40px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section {
  display: block;
  height: auto;
  padding: 100px 15%;
  background-color: #fff;
  text-align: left;
}

.section.grey {
  background-color: #ebeaea;
  text-decoration: none;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 45px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5e5e5e;
}

.heading {
  margin-bottom: 50px;
  color: #5e5e5e;
  font-size: 46px;
  line-height: 50px;
  text-align: center;
}

.heading.left {
  margin-top: 50px;
  text-align: left;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.paragraph.kontakt-text {
  margin-left: 10px;
  text-align: left;
}

.paragraph.kontakt-tel {
  min-width: 205px;
  margin-left: 25px;
  padding-left: 0px;
  text-align: left;
}

.quote-text {
  margin-top: 51px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

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

.div-form-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
}

.input-field {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 17px;
  font-weight: 400;
}

.input-field.anliegen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-field.vorname {
  margin-bottom: 0px;
  margin-left: 0px;
}

.form-block-kontakt {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-home-anliegen {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5d5d5d;
}

.submit-button {
  margin-right: 10px;
  margin-left: 30px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background-color: #c1c0c0;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #a9a9a9;
  color: #fff;
}

.column-kontakt {
  padding-right: 0px;
  padding-left: 0px;
}

.link-mail {
  color: #5e5e5e;
  text-decoration: none;
}

.link-mail:hover {
  color: #bfbfbf;
}

.link-mail.footer {
  color: #ebeaea;
}

.link-mail.footer:hover {
  color: #bfbfbf;
}

.column {
  border-left: 1px solid #bfbfbf;
}

.div-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #5e5e5e;
}

.text-footer {
  color: #ebeaea;
}

.text-footer.copyright {
  text-decoration: none;
}

.agb {
  margin-bottom: 53px;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
}

.download {
  margin-right: 40px;
  border-radius: 3px;
  background-color: #b3b3b3;
  text-align: center;
}

.download:hover {
  background-color: #5e5e5e;
}

.download.layout-back {
  margin-left: 0px;
}

.download.layout-back.top {
  display: inline-block;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

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

.footer-link {
  color: #ebeaea;
  text-decoration: none;
}

.footer-link:hover {
  color: #bfbfbf;
}

.list {
  margin-right: 10%;
  margin-bottom: 28px;
  margin-left: 10%;
  padding-left: 20px;
  color: #5e5e5e;
  font-size: 20px;
  line-height: 30px;
}

.list-item {
  margin-bottom: 2px;
}

.hero-text {
  position: absolute;
  left: 10%;
  top: 15%;
  right: auto;
  bottom: auto;
  padding: 10px 20px;
  background-color: hsla(0, 0%, 45%, .81);
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.hero-text._1 {
  left: auto;
  top: 25%;
  right: 10%;
}

.hero-text._2 {
  left: 18%;
  top: auto;
  bottom: 15%;
}

.hero-text._3 {
  left: auto;
  top: auto;
  right: 12%;
  bottom: 25%;
}

.success-message {
  margin-right: 10px;
  margin-left: 10px;
}

.error-message {
  margin-right: 10px;
  margin-left: 10px;
}

.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.kommentar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cp-logo {
  margin-top: 5px;
}

.div-h1-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sprachauswahl {
  position: fixed;
  left: auto;
  top: 30px;
  right: 20px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.sprache {
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  text-align: center;
  text-decoration: none;
}

.sprache.de {
  border-bottom: 1px solid #fff;
}

.sprache.trennung {
  border-right-style: solid;
  border-right-color: #fff;
  border-bottom-style: none;
  border-bottom-color: #fff;
  line-height: 16px;
  text-align: left;
}

.sprachlink {
  width: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.sprachlink:hover {
  font-weight: 700;
  text-decoration: none;
}

.sprachlink:focus {
  font-weight: 700;
}

.sprachlink.w--current {
  width: 25px;
  font-weight: 700;
}

.link-footer {
  color: #ebeaea;
  text-decoration: none;
}

.link-footer:hover {
  color: #bfbfbf;
}

@media (max-width: 991px) {
  .section-topmenu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 620px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navlink {
    padding-right: 10px;
    padding-left: 10px;
    color: #030303;
    font-weight: 600;
  }
  .navlink:hover {
    color: #fff;
  }
  .navlink.w--current {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .menu-logo {
    margin-left: 20px;
  }
  .section {
    margin-top: 0px;
    padding: 100px 8% 8%;
  }
  .section.grey {
    padding-right: 10%;
    padding-left: 10%;
  }
  .section-footer {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .heading {
    font-size: 40px;
    line-height: 45px;
  }
  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph.kontakt-text {
    margin-left: 0px;
    text-align: center;
  }
  .paragraph.kontakt-tel {
    margin-left: 0px;
    text-align: center;
  }
  .quote-text {
    font-size: 22px;
  }
  .div-form-mail {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .input-field {
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }
  .input-field.anliegen {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .form-home-anliegen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button {
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .column {
    border-left-style: none;
  }
  .text-footer {
    font-size: 12px;
    line-height: 16px;
  }
  .text-footer.tel {
    display: none;
  }
  .download {
    margin-right: 40px;
  }
  .download.layout-back {
    margin-left: 0px;
  }
  .download.layout-back.top {
    margin-top: 55px;
  }
  .list {
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0px;
  }
  .list-item {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 24px;
  }
  .icon {
    color: #ebeaea;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    margin-top: 70px;
    background-color: hsla(0, 0%, 45%, .95);
    color: #000;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-text {
    left: 5%;
    top: 98px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
    line-height: 35px;
  }
  .hero-text._1 {
    left: auto;
    top: 150px;
    right: 5%;
    bottom: auto;
    font-size: 28px;
  }
  .hero-text._2 {
    left: 5%;
    top: 420px;
    right: auto;
    bottom: auto;
  }
  .hero-text._3 {
    left: auto;
    top: 480px;
    right: 5%;
    bottom: auto;
  }
  .hero-text._4 {
    position: absolute;
  }
  .name {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .cp-logo {
    margin-top: 0px;
  }
  .sprachauswahl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .section-topmenu {
    height: 60px;
  }
  .section-hero {
    height: 400px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
  }
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navlink {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 600;
  }
  .navlink:hover {
    color: #fff;
  }
  .navlink.w--current {
    padding-left: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  }
  .menu-logo {
    margin-top: 0px;
  }
  .section {
    margin-top: 0px;
    padding-top: 40px;
  }
  .section-footer {
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    font-size: 35px;
    line-height: 40px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .div-form-mail {
    margin-right: -26px;
    margin-left: -26px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .input-field {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .input-field.anliegen {
    margin-right: 0px;
  }
  .input-field.vorname {
    margin-bottom: 10px;
  }
  .submit-button {
    margin-top: 25px;
  }
  .text-footer {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }
  .text-footer.copyright {
    margin-bottom: 0px;
  }
  .agb {
    font-size: 14px;
    line-height: 18px;
  }
  .download {
    font-size: 12px;
  }
  .download.layout-back {
    margin-left: 0px;
  }
  .download.layout-back.top {
    margin-top: 55px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .list-item {
    font-size: 16px;
    line-height: 20px;
  }
  .nav-menu {
    margin-top: 60px;
  }
  .hero-text {
    display: none;
    padding: 5px 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .hero-text._1 {
    top: 20%;
  }
  .hero-text._2 {
    bottom: 35%;
    padding-bottom: 5px;
  }
  .hero-text._3 {
    bottom: 42%;
    display: none;
  }
  .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kommentar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cp-logo {
    margin-top: 0px;
  }
  .sprachauswahl {
    top: 20px;
  }
}

@media (max-width: 479px) {
  .section-hero {
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navlink {
    font-size: 12px;
  }
  .navlink.w--current {
    font-size: 12px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-footer {
    height: 200px;
    padding-top: 30px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .heading {
    font-size: 30px;
    line-height: 35px;
  }
  .heading.left {
    font-size: 28px;
  }
  .heading.left.handy {
    display: block;
    margin-bottom: 35px;
    font-size: 22px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }
  .div-form-mail {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .input-field {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 12px;
  }
  .input-field.anliegen {
    line-height: 16px;
  }
  .input-field.vorname {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .submit-button {
    font-size: 12px;
  }
  .text-footer {
    margin-bottom: 10px;
    text-align: center;
  }
  .text-footer.copyright {
    margin-bottom: 0px;
  }
  .div-footer {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .agb {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
  .download {
    margin-right: 20px;
    font-size: 10px;
  }
  .download.layout-back {
    margin-top: 7px;
    margin-left: 0px;
  }
  .download.layout-back.top {
    margin-top: 53px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .list-item {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-menu {
    font-size: 12px;
  }
  .hero-text {
    left: auto;
    display: none;
  }
  .hero-text._1 {
    right: auto;
    display: none;
  }
  .hero-text._2 {
    left: auto;
  }
  .hero-text._3 {
    right: auto;
  }
  .name {
    margin-bottom: 20px;
  }
  .sprachauswahl {
    top: 40px;
    right: 5px;
  }
  .sprache {
    font-size: 12px;
  }
  .sprachlink {
    width: 20px;
  }
  .sprachlink.w--current {
    width: 20px;
  }
}

