/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*
Theme Name: Biwapp
Description: Biwapp Relaunch
Version: 1.0
Author: Marktplatz GmbH
*/
body {
  -webkit-overflow-scrolling: touch;
}
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: calc(20px * 1.42857);
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: #212426;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.disabledScroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 100%;
}
body.disabledScroll::-webkit-scrollbar {
  display: none;
}
span {
  display: block;
}
a {
  text-decoration: none;
  color: #3eade1;
}
main a:hover,
footer a:hover {
  text-decoration: underline;
}
p {
  margin-bottom: 20px;
}
p + ul {
  padding-left: 20px;
}
h1 {
  position: relative;
  font-size: 40px;
  line-height: calc(40px * 1.42857);
  margin-bottom: 20px;
  font-weight: normal;
  padding: 0 15px;
}
h2 {
  position: relative;
  font-size: 35px;
  font-weight: normal;
  line-height: calc(35px * 1.42857);
  margin-bottom: 20px;
}
h3 {
  font-size: 30px;
  font-weight: normal;
  /* line-height: calc(30px * 1.42857); */
  margin-bottom: 20px;
  color: #3eade1;
}
ul ul {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 32px;
    line-height: calc(32px * 1.42857);
  }
  h2 {
    font-size: 25px;

    line-height: calc(25px * 1.42857);
  }
  h3 {
    font-size: 20px;
    /* line-height: calc(20px * 1.42857); */
    margin-bottom: 20px;
  }
}
h1::after,
h2::after {
  content: "";
  display: block;
  width: 88px;
  border: 4px solid #3eade1;
  border-radius: 25px;
}
img {
  max-width: 100%;
  height: auto;
}
.page-container {
  position: relative;
  max-width: 1460px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.page-container h1 {
  padding: 0;
}
@media screen and (max-width: 500px) {
  .page-container.row .col-xs-12 {
    padding: 0;
  }
}
/* 'Header' */
.wappen {
  position: absolute;
  bottom: 150px;
  left: 15px;
  padding: 12px;
  background: #ffffff;
  max-height: 140px;
  max-width: 340px;
}
@media screen and (max-width: 1024px) {
  .wappen {
    max-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .wappen {
    bottom: 120px;
    max-height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .wappen {
    bottom: 160px;
    max-width: 90px;
  }
}
.page-header-nav {
  padding: 13px 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.41);
  z-index: 1;
  width: 100%;
  top: 0;
}
.nav-logo {
  display: block;
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 100%;
  -webkit-transform: translateY(-50%) translateY(3px) scale(0);
  -ms-transform: translateY(-50%) translateY(3px) scale(0);
  transform: translateY(-50%) translateY(3px) scale(0);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  -o-transition: transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.is-active .nav-logo {
  -webkit-transform: translateY(-50%) translateY(3px) scale(1);
  -ms-transform: translateY(-50%) translateY(3px) scale(1);
  transform: translateY(-50%) translateY(3px) scale(1);
}
@media screen and (max-width: 1024px) {
  .nav-logo {
    display: block;
    max-width: 40px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 100%;
    left: auto;
    -webkit-transform: translateY(-50%) translateY(3px);
    -ms-transform: translateY(-50%) translateY(3px);
    transform: translateY(-50%) translateY(3px);
  }
  .page-header-nav .nav-logo {
    display: none;
  }
  .page-header-nav {
    background: rgba(0, 0, 0, 0.8);
  }
}
.page-header-nav.is-active {
  z-index: 5;
  background: rgba(0, 0, 0, 0.8);
}
.page-header-nav::after {
  display: table;
  clear: both;
}
.page-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-header-nav li {
  list-style-type: none;
  color: #fff;
  padding: 10px 15px;
  overflow: hidden;
}
#menu-main-menu .menu-item > a::after {
  content: "";
  display: block;
  background: #ff0042;
  width: 98%;
  border: 2px solid #ff0042;
  border-radius: 20px;
  position: relative;
  bottom: -5px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  -o-transition: transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}
#menu-main-menu .menu-item > a:hover::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#menu-main-menu .menu-item > a.is-active::after {
  content: "";
  display: block;
  background: #ff0042;
  width: 98%;
  border: 2px solid #ff0042;
  border-radius: 20px;
  position: relative;
  bottom: -5px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.page-header-nav li a {
  color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  -webkit-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  transition: color 200ms linear;
}

.fb-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.specs-header.page-header {
  height: 500px;
}
.specs-header.page-header .page-container {
  height: auto;
}
.specs-header.page-header .biwapp-logo {
  position: relative;
}
@media screen and (max-width: 1366px) {
  .specs-header.page-header .biwapp-logo {
    left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .specs-header .toggle-nav {
    z-index: 5;
  }
  .page-header-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fb-icon {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-left: 14px;
    margin-top: 22px;
  }
  .page-header-nav {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 5;
    top: 62px;
    height: 100%;
    width: 80%;
  }
  .page-header-nav.slided {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.page-header {
  position: relative;
  background-image: url(imgs/bunt-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 830px;
  padding-top: 75px;
}
.page-header .page-container {
  height: 830px;
}
.apps-store {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-112%) translateX(-50%);
  -ms-transform: translateY(-112%) translateX(-50%);
  transform: translateY(-112%) translateX(-130%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .apps-store {
    -webkit-transform: translateY(-85%) translateX(-39%);
    -ms-transform: translateY(-85%) translateX(-39%);
    transform: translateY(-85%) translateX(-39%);
  }
}
@media screen and (max-width: 768px) {
  .specs-header.page-header {
    height: 300px;
  }
  .apps-store {
    -webkit-transform: translateY(-83%) translateX(-39%);
    -ms-transform: translateY(-83%) translateX(-39%);
    transform: translateY(-83%) translateX(-39%);
  }
}
@media screen and (max-width: 500px) {
  .page-header-nav {
    background: rgba(0, 0, 0, 0.8);
  }
  .specs-header.page-header {
    height: 200px;
  }
  .specs-header.page-header .biwapp-logo {
    top: 10px;
  }
}
.apps-store * {
  display: block;
  color: #fff;
}
.apk-button {
  max-width: 170px;
}
@media screen and (max-width: 1024px) {
  .apk-button {
    max-width: 165px;
  }
}
@media screen and (max-width: 768px) {
  .apk-button {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .apk-button {
    max-width: 110px;
  }
}
.apps-store span {
  margin-bottom: 10px;
}
.apps-store img {
  max-width: 170px;
  margin-bottom: 7px;
}
.biwapp-logo {
  top: 70px;
  right: 0;
  position: absolute;
}
.biwapp-top-img {
  -webkit-transform: translateY(-11px) rotate(6deg);
  -ms-transform: translateY(-11px) rotate(6deg);
  transform: translateY(11px) rotate(6deg);
  max-width: 1100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .biwapp-top-img {
    max-width: 1000px;
  }
  .biwapp-logo {
    right: 10px;
  }
  .page-header .page-container {
    height: 770px;
  }
  .page-header {
    height: 770px;
  }
}
@media screen and (max-width: 1024px) {
  .biwapp-top-img {
    max-width: 800px;
  }
  .biwapp-logo {
    right: 10px;
  }
  .page-header .page-container {
    height: 630px;
  }
  .page-header {
    height: 630px;
  }
  .biwapp-logo {
    max-width: 450px;
    height: auto;
  }
  .apps-store img {
    max-width: 165px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .biwapp-top-img {
    max-width: 600px;
  }
  .biwapp-logo {
    max-width: 350px;
    top: 15px;
    right: 25px;
  }
  .page-header .page-container {
    height: 495px;
  }
  .page-header {
    height: 495px;
  }
  .apps-store img {
    max-width: 130px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 500px) {
  .biwapp-top-img {
    max-width: 97%;
  }
  .page-header .page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .biwapp-logo {
    top: auto;
    right: auto;
    position: relative;
    margin: 10px 0 55px;
    max-width: 250px;
  }
  .apps-store img {
    max-width: 110px;
  }
  .apps-store {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
  }
  .apps-store span {
    margin-bottom: 0;
    font-size: 13px;
  }
  .page-header {
    height: 465px;
  }
}
@media screen and (max-width: 320px) {
  .biwapp-top-img {
    position: relative;
    top: 32px;
  }
}
/* Main */
.page-main section {
  padding: 30px 5px;
}

.page-main .section-has-bg-img {
  padding: 70px 5px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
.page-main #biwappinformiert {
  padding: 150px 5px;
  background-position: bottom;
}
#biwappinformiert::after {
  content: "* Voraussetzung ist eine Internetverbindung";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .page-main {
    overflow: hidden;
  }
  .page-main section {
    padding: 30px 0;
  }
  .page-main .section-has-bg-img {
    padding: 25px 0 25px;
  }
  .page-main #biwappinformiert {
    padding: 100px 0 55px;
  }
  #biwappinformiert .page-article h2 {
    line-height: 1.3;
    font-size: 22px;
  }
  #biwappinformiert .col-xs-9.col-sm-10.col-md-10.col-lg-10.align-middle {
    padding: 0;
  }
  #biwappinformiert::after {
    font-size: 12px;
    bottom: 10px;
    right: 20px;
  }
  .icon-beschreibung .col-xs-3.col-sm-2.col-md-2.col-lg-2 {
    padding-left: 0;
  }
  .icon-beschreibung .col-xs-9.col-sm-10.col-md-10.col-lg-10.align-middle {
    padding-left: 0;
  }
}
/* .section-has-bg-img * {
  position: relative;
  z-index: 2;
} */
.gradient-effect.section-has-bg-img::before {
  content: "";
  background: -o-linear-gradient(
    top,
    rgb(255, 255, 255, 1),
    rgb(255, 255, 255, 0)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 255, 255, 1)),
    to(rgb(255, 255, 255, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255, 1),
    rgb(255, 255, 255, 0)
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.page-main .section-has-bg-img .page-article h2::after {
  display: none;
}
.align-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.text-center h2,
.text-center h2::after {
  margin: auto;
}
.text-center {
  text-align: center;
}
.titel-container {
  margin-bottom: 45px;
}
/* Item */
.item-text {
  min-height: 75px;
}
.item {
  text-align: center;
  margin-bottom: 70px;
}
.item .item-img {
  text-align: center;
  margin-top: 60px;
}
.item .item-img img {
  max-height: 600px;
}
.item .item-desc {
  max-width: 410px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .item .item-img {
    margin-top: 20px;
  }
}
/* Icon Beschreibung */
.icon-beschreibung {
  max-width: 605px;
  margin: auto;
}
.icon-beschreibung.volle-breiter {
  max-width: 100%;
}
.colorwhite {
  color: #ffffff;
}
/* footer */
#menu-footer-menu li a {
  display: inline-block;
}
#menu-footer-menu li a::after {
  bottom: 2px;
}
.logodesc {
  font-weight: bold;
  font-size: 14px;
}
.page-footer {
  overflow: hidden;
}
.page-footer-wrapper .page-container {
  margin: 50px auto 20px;
}
.text-high-light {
  color: #fff;
  background: #3eade1;
  padding: 25px;
  height: calc(100% + 95px);
  position: relative;
  z-index: 1;
  border: 2px solid #ffffff;
}
.text-high-light * {
  color: #ffffff;
}
.double-section .titel-container {
  padding-right: 1rem;
  padding-left: 1rem;
}
.footer-menus li {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .page-footer-wrapper .col-xs-12.col-md-4.col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .footer-logo {
    max-width: 80%;
  }
  .page-footer-wrapper .page-container {
    margin: 5px auto 20px;
  }
}
/* Form */
.form-section {
  background: #d9e3e8;
}
.page-main .form-section {
  padding: 50px 0;
  margin-bottom: 60px;
}
.form-contaier {
  max-width: 985px;
  margin: auto;
}
input,
textarea,
.nice-select {
  -webkit-appearance: none;
  border: 1.5px solid #717a7b;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #ffffff;
  font-size: 18px;
  color: #212426;
}
textarea {
  overflow: auto;
  max-height: 202px;
}
.nice-select {
  height: 54px;
  margin-bottom: 20px;
  padding: 6px 15px;
  z-index: 2;
}
.nice-select .current {
  color: #677379;
}
.nice-select .list {
  width: 100%;
}
::-webkit-input-placeholder {
  color: #677379;
}
::-moz-placeholder {
  color: #677379;
}
:-ms-input-placeholder {
  color: #677379;
}
:-moz-placeholder {
  color: #677379;
}
input {
  margin-bottom: 20px;
}
input:focus,
textarea:focus {
  outline: none;
}
.form-contaier .col-xs-12.col-lg-6:first-of-type .input:last-of-type input {
  margin-bottom: 0;
}
textarea,
.input.textarea,
.wpcf7-form-control-wrap.your-message {
  height: 100%;
}
@media screen and (max-width: 763px) {
  .input.textarea {
    margin-top: 20px;
  }
}
.form-contaier p {
  display: none;
}
/* input[type="checkbox"] {
  background: #fff;
  transition: background-color 400ms linear;
  margin-bottom: 0;
  cursor: pointer;
  margin-top: 5px;
  width: 33px;
  height: 33px;
  border-radius: 10px;
  -webkit-appearance: none;
  border: 1.5px solid #717a7b;
} */
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 3px;
  left: 0;
  z-index: 1;
  width: 15px;
  height: 18px;
}
.checkmark {
  position: absolute;
  top: -7px;
  left: 0;
  height: 33px;
  width: 33px;
  background-color: #ffffff;
  border: 1.5px solid #717a7b;
  border-radius: 8px;
}
.kontakt-checkbox {
  padding-left: 32px;
}
.datenschutz .wpcf7-list-item .checkmark::after {
  left: 8px;
  top: 5px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.datenschutz .wpcf7-list-item input:checked ~ .checkmark {
  background-color: #3eadea;
}
/* input[type="checkbox"]:checked {
  background: #3eadea;
} */
input[type="submit"] {
  background: #3eadea;
  padding: 18px 25px;
  border-color: #3eadea;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
input[type="submit"]:hover {
  background: #ff0042;
  border-color: #ff0042;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
.wpcf7-not-valid .checkmark {
  border-color: #ff0042;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ff0042 !important;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-response-output {
  max-width: 50%;
  margin: 12px auto 0 !important;
  border-radius: 10px;
  background: #fff;
  padding: 10px !important;
}
@media screen and (max-width: 500px) {
  .wpcf7-response-output {
    max-width: 90%;
  }
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  /* position: relative; */
}
.wpcf7-acceptance .wpcf7-list-item::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(imgs/checkmarkt.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 11px);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 400ms linear;
  transition: -webkit-transform 400ms linear;
  -o-transition: transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
  z-index: 0;
}
.wpcf7-acceptance .wpcf7-list-item.active::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.datenschutz {
  margin-top: 10px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.acceptance-959 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-right: 10px;
}
@media screen and (max-width: 763px) {
  .datenschutz {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .acceptance-959 {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .datenschutz {
    margin-top: 20px;
  }
  .checkmark {
    top: 5px;
  }
  .wpcf7-acceptance .wpcf7-list-item::after {
    top: 50%;
  }
  .page-main .form-section {
    padding: 30px 0 20px;
  }
}
/* Link */
.link-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
.link-list li::before {
  content: "";
  display: block;
  width: 16.5px;
  height: 18px;
  background-image: url(imgs/down-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
}
.link-box h3 {
  color: #212426;
}
@media screen and (max-width: 768px) {
  .link-boxen-wrapper {
    margin-bottom: 35px;
  }
}
.kontakt-img {
  display: block;
  margin-left: auto;
  margin-top: 3px;
  max-width: 420px;
  width: 100%;
  margin-bottom: 12px;
}
/* Iphone */

#wrapper {
  height: 520px;
  width: 800px;
  margin-left: -400px;
  margin-top: -260px;
  position: absolute;
  -webkit-perspective: 6000px;
  perspective: 6000px;
  top: 50%;
  left: 50%;
}
#iphone {
  height: 760px;
  width: 372px;
  border-radius: 50px;
  -webkit-transform: rotateX(54deg) rotateZ(-46deg);
  transform: rotateX(54deg) rotateZ(-46deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: auto;
}
#side {
  background: #e2e2e2;
  width: 393px;
  height: 780px;
  border-top-left-radius: 77px;
  border-bottom-left-radius: 49px;
  border-bottom-right-radius: 86px;
  border-top-right-radius: 70px;
  position: absolute;
  top: 5px;
  left: -26px;
  -webkit-box-shadow: inset #4e4e4e 0 0 15px 9px;
  box-shadow: inset #4e4e4e 0 0 15px 9px;
}
#front {
  width: 362px;
  height: 750px;
  border-radius: 49px;
  position: absolute;
  background: #f4f4f4;
  left: 5px;
  top: 5px;
  -webkit-box-shadow: inset #bdbdbd 0 0 0 4px, #8a8a8a 0px 0 3px 0px,
    #b7b7b7 -3px 2px, #969696 -5px 5px, #949494 -7px 6px 1px,
    #464343 -7px 6px 9px;
  box-shadow: inset #bdbdbd 0 0 0 4px, #8a8a8a 0px 0 3px 0px, #b7b7b7 -3px 2px,
    #969696 -5px 5px, #949494 -7px 6px 1px, #464343 -7px 6px 9px;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
#front-cover {
  width: 344px;
  height: 734px;
  background: #f4f4f4;
  border-radius: 39px;
  position: absolute;
  top: 8px;
  left: 9px;
}

#home {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: -o-linear-gradient(58deg, #e4e4e4, #7b7b7b, #e4e4e4);
  background: linear-gradient(32deg, #e4e4e4, #7b7b7b, #e4e4e4);
  top: 684px;
  left: 160px;
}
#home div {
  background: #f4f4f4;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 3px;
  top: 3px;
}

#camera {
  width: 11px;
  height: 11px;
  background: #000;
  position: absolute;
  top: 35px;
  left: 124px;
  border-radius: 50%;
  -webkit-box-shadow: inset #666 -5px 2px 9px -2px;
  box-shadow: inset #666 -5px 2px 9px -2px;
}
#camera div {
  width: 6px;
  height: 6px;
  background: -o-radial-gradient(#e1e4f5, #0d2b69 33%);
  background: radial-gradient(#e1e4f5, #0d2b69 33%);
  background-position: -1px -1px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

#speaker {
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #555;
  position: absolute;
  top: 39px;
  left: 156px;
  -webkit-box-shadow: inset #222 0 0px 4px;
  box-shadow: inset #222 0 0px 4px;
}

#volume {
  height: 128px;
  width: 11px;
  border-radius: 10px;
  position: absolute;
  background: #f9f9fa;
  top: 171px;
  left: -20px;
  -webkit-transform: rotateY(95deg);
  transform: rotateY(95deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: inset #292a2f 4px 0 8px 1px, #d5d5d5 -1px 0px 2px;
  box-shadow: inset #292a2f 4px 0 8px 1px, #d5d5d5 -1px 0px 2px;
}
#volume div {
  width: 8px;
  height: 55px;
  background: #bbbcc0;
  border-radius: 10px;
  position: absolute;
  -webkit-box-shadow: #eee -1px 1px, #777 -1px 3px, #505057 -3px 3px,
    inset #909197 -3px 0 3px;
  box-shadow: #eee -1px 1px, #777 -1px 3px, #505057 -3px 3px,
    inset #909197 -3px 0 3px;
}

#volume div:first-child {
  top: 2px;
  left: 4px;
}
#volume div:last-child {
  top: 69px;
  left: 4px;
}

#toggler {
  height: 34px;
  width: 8px;
  border-radius: 10px;
  position: absolute;
  background: #2b2c31;
  top: 105px;
  left: -20px;
  -webkit-transform: rotateY(95deg);
  transform: rotateY(95deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: inset #292a2f 4px 0 8px 1px, #d5d5d5 -1px 0px 2px;
  box-shadow: inset #292a2f 4px 0 8px 1px, #d5d5d5 -1px 0px 2px;
}
#toggler div {
  width: 4px;
  height: 31px;
  background: #bbbcc0;
  border-radius: 10px;
  position: absolute;
  -webkit-box-shadow: #eee -1px 1px, #777 -2px 3px, #505057 -3px 3px,
    inset #909197 -3px 0 3px;
  box-shadow: #eee -1px 1px, #777 -2px 3px, #505057 -3px 3px,
    inset #909197 -3px 0 3px;
  top: -1px;
  left: 3px;
}

#aux {
  width: 19px;
  height: 19px;
  background: #3b3b3b;
  border-radius: 50%;
  -webkit-transform: rotateX(90deg) translateZ(1px);
  transform: rotateX(90deg) translateZ(1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 766px;
  left: 45px;
  -webkit-box-shadow: inset #000 6px -3px 10px 1px, #c7c7c7 1px 0px 1px;
  box-shadow: inset #000 6px -3px 10px 1px, #c7c7c7 1px 0px 1px;
}

#lightning {
  width: 48px;
  height: 12px;
  border-radius: 10px;
  background: #3f3f3f;
  -webkit-transform: rotateX(90deg) translate3d(0px, 1px, 0px);
  transform: rotateX(90deg) translate3d(0px, 1px, 0px);
  top: 771px;
  position: absolute;
  left: 139px;
  -webkit-box-shadow: inset #8e8f94 -1px 1px 0px 2px, #515258 0px 0px 0 1px,
    inset #000 0 -3px 10px, #dadada 1px 0 0 1px;
  box-shadow: inset #8e8f94 -1px 1px 0px 2px, #515258 0px 0px 0 1px,
    inset #000 0 -3px 10px, #dadada 1px 0 0 1px;
}

#bottom-speaker {
  position: absolute;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  top: 781px;
  left: 70px;
}
#bottom-speaker div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6c6d72;
  position: absolute;
  -webkit-box-shadow: inset #000 1px -1px 4px 1px, #dadada 1px 0px;
  box-shadow: inset #000 1px -1px 4px 1px, #dadada 1px 0px;
}
#bottom-speaker div:nth-child(2) {
  left: 150px;
}
#bottom-speaker div:nth-child(3) {
  left: 162px;
}
#bottom-speaker div:nth-child(4) {
  left: 174px;
}
#bottom-speaker div:nth-child(5) {
  left: 186px;
}
#bottom-speaker div:nth-child(6) {
  left: 198px;
}
#bottom-speaker div:nth-child(7) {
  left: 210px;
}

#skrews {
  position: absolute;
  top: 780px;
  left: 120px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
#skrews div {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgb(95, 92, 92);
  border-radius: 50%;
  top: 0;
  z-index: 4;
  -webkit-box-shadow: inset #999aa0 0 0 0px 2px, #444 1px 0px;
  box-shadow: inset #999aa0 0 0 0px 2px, #444 1px 0px;
}

#skrews div:last-child {
  left: 70px;
}

#lines {
  position: absolute;
  top: 82px;
  left: -32px;
}
#lines > div:last-child {
  top: 634px;
}

#lines div {
  width: 7px;
  height: 11px;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

#lines > div {
  background: -o-linear-gradient(right, #393a3c, #5a595e);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#393a3c),
    to(#5a595e)
  );
  background: linear-gradient(right, #393a3c, #5a595e);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
#lines > div > div {
  background: -o-linear-gradient(right, #5a595e, #87868a);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#5a595e),
    to(#87868a)
  );
  background: linear-gradient(right, #5a595e, #87868a);
  -webkit-transform: rotateY(17deg);
  transform: rotateY(17deg);
  left: -6px;
}
#lines > div > div > div {
  background: -o-linear-gradient(right, #87868a, #a8a6ad);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#87868a),
    to(#a8a6ad)
  );
  background: linear-gradient(right, #87868a, #a8a6ad);
  -webkit-transform: rotateY(17deg);
  transform: rotateY(17deg);
  left: -6px;
}

#shadow {
  width: 350px;
  height: 755px;
  background: black;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: translateZ(-17px);
  transform: translateZ(-17px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: #000 0 0 10px 15px;
  box-shadow: #000 0 0 10px 15px;
  opacity: 0.4;
  border-top-left-radius: 76px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 56px;
}

#screen {
  background: -o-linear-gradient(#a1e5e5, #1987aa);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a1e5e5),
    to(#1987aa)
  );
  background: linear-gradient(#a1e5e5, #1987aa);
  width: 336px;
  height: 589px;
  position: absolute;
  top: 80px;
  left: 13px;
  font-weight: 300;
  color: #fff;
  background-size: 200% 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

#time {
  font-size: 86px;
  left: 57px;
  top: 37px;
  position: absolute;
}
#date {
  font-size: 20px;
  left: 85px;
  top: 130px;
  position: absolute;
}

#bottom {
  width: 37px;
  height: 7px;
  border-radius: 5px;
  background: #2ab1db;
  position: absolute;
  top: 573px;
  left: 149px;
}
#top {
  width: 37px;
  height: 7px;
  border-radius: 5px;
  background: #d7ffff;
  position: absolute;
  top: 10px;
  left: 149px;
}
#slide {
  position: absolute;
  top: 489px;
  left: 88px;
  font-size: 28px;
  color: #2ab1db;
  background: -o-linear-gradient(left, #2ec4f3 30%, #fff, #2ec4f3 70%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #2ec4f3),
    color-stop(#fff),
    color-stop(70%, #2ec4f3)
  );
  background: linear-gradient(left, #2ec4f3 30%, #fff, #2ec4f3 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 350px;
  -webkit-animation: slide 5s linear infinite;
  animation: slide 5s linear infinite;
}

@-webkit-keyframes slide {
  0% {
    background-position: 100px 0;
  }
  40% {
    background-position: 440px 0;
  }
  100% {
    background-position: 440px 0;
  }
}

@keyframes slide {
  0% {
    background-position: 100px 0;
  }
  40% {
    background-position: 440px 0;
  }
  100% {
    background-position: 440px 0;
  }
}

#slide div {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-left: 2px solid #2ab1db;
  border-top: 2px solid #2ab1db;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -29px;
  top: 10px;
}

#signal {
  position: absolute;
  top: 9px;
  left: 7px;
}
#signal div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
}
#signal div:nth-child(2) {
  left: 9px;
}
#signal div:nth-child(3) {
  left: 18px;
}
#signal div:nth-child(4) {
  left: 27px;
}
#signal div:nth-child(5) {
  left: 36px;
  background: none;
}

#battery {
  position: absolute;
  top: 3px;
  left: 270px;
  font-size: 13px;
}
#battery > div:last-child {
  width: 27px;
  height: 9px;
  border: 1px solid #fff;
  position: absolute;
  top: 4px;
  left: 27px;
  border-radius: 2px;
}
#battery div div:first-child {
  width: 21px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
}
#battery div div:last-child {
  width: 1px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 29px;
  top: 2px;
  border-radius: 0 1px 1px 0;
}
#wachte {
  padding-bottom: 0;
  background-position: top;
  padding-top: 500px;
  background-position-y: 90px;
}
.info-box {
  max-width: 715px;
  position: absolute;
  z-index: 3;
}
.info-box::after {
  content: "";
  display: block;
  width: 3px;
  background: #3eade1;
  position: absolute;
  left: -12px;
  top: 13px;
}
.info-box:first-child {
  top: -60px;
  right: 0;
  -webkit-transform: translateY(-100%) translateX(100px);
  -ms-transform: translateY(-100%) translateX(100px);
  transform: translateY(-100%) translateX(100px);
}
.info-box:first-child + .info-box {
  max-width: 591px;
  top: -60px;
  right: 20px;
  -webkit-transform: translateX(52%);
  -ms-transform: translateX(52%);
  transform: translateX(52%);
}
.iphone-wachte-wrap {
  position: relative;
}
.legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3eade1;
  color: #fff;
  font-size: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  -o-transition: transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.legend.first {
  top: -10px;
  right: 211px;
}
.legend.sec {
  top: 30px;
  right: 140px;
}
.legend::after {
  content: "";
  display: block;
  background: #3eade1;
  width: 1.5px;
  position: absolute;
  top: 14px;
}
.legend.first::after {
  height: 45px;
}
.legend.sec::after {
  height: 48px;
}
.screenshot-wrapper .info-box h2::before {
  content: "1";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3eade1;
  color: #fff;
  font-size: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  top: 9px;
  right: 162px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  -o-transition: transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.screenshot-wrapper .info-box:nth-of-type(2) h2::before {
  content: "2";
  right: 175px;
}
@media screen and (max-width: 414px) {
  .legend,
  .screenshot-wrapper .info-box h2::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 375px) {
  .screenshot-wrapper .info-box h2::before {
    right: 115px;
  }
  .screenshot-wrapper .info-box:nth-of-type(2) h2::before {
    right: 125px;
  }
}
@media screen and (max-width: 320px) {
  .screenshot-wrapper .info-box h2::before {
    right: 68px;
  }
  .screenshot-wrapper .info-box:nth-of-type(2) h2::before {
    right: 80px;
  }
  .legend.first {
    top: -10px;
    right: 170px;
  }
  .legend.sec {
    top: 16px;
    right: 105px;
  }
}
@media screen and (max-width: 1366px) {
  .info-box:first-child + .info-box {
    max-width: 500px;
    -webkit-transform: translateX(43%);
    -ms-transform: translateX(43%);
    transform: translateX(43%);
  }
}
.info-box:first-child::after {
  height: 343px;
}
.info-box:first-child + .info-box::after {
  height: 195px;
}
.screenshot-wrapper {
  max-width: 800px;
  margin: auto;
  position: relative;
  top: -190px;
}
.iphone-wachte {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}
@media screen and (max-width: 1366px) {
  .screenshot-wrapper {
    top: -190px;
  }
}
@media screen and (max-width: 1024px) {
  .iphone-wachte {
    max-width: 700px;
    top: 30px;
    position: relative;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    left: -23px;
  }
  .info-box:first-child {
    top: -53px;
    right: 0;
    max-width: 650px;
    -webkit-transform: translateY(-100%) translateX(12px);
    -ms-transform: translateY(-100%) translateX(12px);
    transform: translateY(-100%) translateX(12px);
  }
  .info-box:first-child + .info-box {
    max-width: 400px;
    -webkit-transform: translateX(12%);
    -ms-transform: translateX(12%);
    transform: translateX(12%);
    top: -57px;
  }
}
@media screen and (max-width: 768px) {
  .iphone-wachte {
    max-width: 700px;
    top: 38px;
    position: relative;
    left: -15px;
  }
  .info-box:first-child {
    top: -36px;
    right: 0;
    max-width: 510px;
    -webkit-transform: translateY(-100%) translateX(-40px);
    -ms-transform: translateY(-100%) translateX(-40px);
    transform: translateY(-100%) translateX(-40px);
  }
  .info-box:first-child + .info-box {
    max-width: 350px;
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%);
    top: -65px;
  }
}
@media screen and (max-width: 500px) {
  .info-box:first-child + .info-box {
    max-width: 100%;
    left: 0;
  }
}
/* Push Iphone */
.push-iphone {
  width: 500px;
  height: 443px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-left: auto;
}
.iphone-content {
  background-size: cover;
  background-position: center;
  width: 401px;
  height: 310px;
  position: absolute;
  bottom: 0;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ip-notification {
  font-size: 12px;
  margin-bottom: 10px;
}
.ip-notification-header {
  color: rgba(0, 0, 0, 0.55);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px 5px 2px 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.ip-notification-content {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.74);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ip-notification-content p {
  line-height: 1.2;
  margin: 0;
}
.biwapp-icon-push {
  vertical-align: bottom;
}
.push-time {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.push-biwapp-desc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 36px;
}
.biwapp-push-count {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(17%, -33%);
  -ms-transform: translate(17%, -33%);
  transform: translate(17%, -33%);
}
.push-intro-text {
  font-size: 26px;
  color: #244964;
  line-height: calc(23px * 1.42857);
  text-align: right;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
}
@media screen and (max-width: 1366px) {
  .biwapp-push-count {
    max-width: 160px;
    height: auto;
  }
  .push-iphone {
    margin-right: 15px;
  }
  #wachte {
    padding-top: 450px;
    background-position-y: 70px;
  }
}
@media screen and (max-width: 1024px) {
  #wachte {
    background-position-y: 37px;
  }
}
@media screen and (max-width: 667px) {
  .iphone-wachte {
    width: 100%;
    top: 23px;
    left: 0;
  }
  .info-box {
    position: relative;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 0 !important;
  }
  .info-box::after {
    display: none;
  }
  #wachte {
    padding-top: 25px;
  }
  .screenshot-wrapper {
    top: 0;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 500px) {
  #wachte {
    background-position-y: 72px;
  }
  .biwapp-push-count {
    max-width: 85px;
    height: auto;
  }
  .iphone-content {
    width: 88%;
    height: 258px;
    overflow-y: scroll;
  }
  .push-iphone {
    width: 100%;
    height: 375px;
  }

  .push-intro-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .push-iphone {
    width: 100%;
    height: 325px;
  }
  .iphone-content {
    width: 87%;
    height: 222px;
  }
  .push-intro-text {
    font-size: 21px;
  }
}
@media screen and (max-width: 320px) {
  .screenshot-wrapper {
    margin-bottom: 80px;
  }
  .biwapp-push-count {
    max-width: 65px;
    -webkit-transform: translate(17%, -20%);
    -ms-transform: translate(17%, -20%);
    transform: translate(17%, -20%);
  }
  .push-intro-text {
    font-size: 18px;
    line-height: calc(17px * 1.42857);
    -webkit-transform: translateY(-73%);
    -ms-transform: translateY(-73%);
    transform: translateY(-73%);
  }
  .push-iphone {
    height: 282px;
  }
  .iphone-content {
    width: 86%;
    height: 192px;
    padding: 10px;
  }
}

.gradient-push {
  background-image: url(imgs/gradient.png);
  background-size: cover;
  background-position: center;
}
.push-nachricht-wrapper {
  position: relative;
}
/* push-icon */
.push-icons {
  position: absolute;
  max-width: 765px;
  width: 100%;
  top: 0;
  right: 455px;
  height: 550px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}
.push-nachricht-wrapper {
  position: relative;
}
.push-icons img {
  position: absolute;
  opacity: 0;
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.push-icons img:nth-of-type(1) {
  bottom: 85px;
  right: 0;
}
.push-icons img:nth-of-type(2) {
  bottom: 100px;
  right: 122px;
}
.push-icons img:nth-of-type(3) {
  bottom: 180px;
  right: 280px;
}
.push-icons img:nth-of-type(4) {
  bottom: 15px;
  right: 280px;
}
.push-icons img:nth-of-type(5) {
  bottom: 120px;
  right: 440px;
}
.push-icons img:nth-of-type(6) {
  bottom: 20px;
  right: 520px;
}
.push-icons img:nth-of-type(7) {
  bottom: 210px;
  right: 450px;
}
.push-icons img:nth-of-type(8) {
  bottom: 335px;
  right: 380px;
}
.push-icons img:nth-of-type(9) {
  bottom: 340px;
  right: 508px;
}
.push-icons img:nth-of-type(10) {
  bottom: 190px;
  right: 595px;
}
.push-icons img:nth-of-type(11) {
  bottom: 396px;
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%) scale(0);
    transform: translateX(50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%) scale(0);
    transform: translateX(50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .push-icons img:nth-of-type(1) {
    bottom: 85px;
    right: 0;
  }
  .push-icons img:nth-of-type(2) {
    bottom: 100px;
    right: 111px;
  }
  .push-icons img:nth-of-type(3) {
    bottom: 170px;
    right: 210px;
  }
  .push-icons img:nth-of-type(4) {
    bottom: 30px;
    right: 210px;
  }
  .push-icons img:nth-of-type(5) {
    bottom: 120px;
    right: 310px;
  }
  .push-icons img:nth-of-type(6) {
    bottom: 0px;
    right: 330px;
  }
  .push-icons img:nth-of-type(7) {
    bottom: 205px;
    right: 330px;
  }
  .push-icons img:nth-of-type(8) {
    bottom: 325px;
    right: 340px;
  }
  .push-icons img:nth-of-type(9) {
    bottom: 265px;
    right: 436px;
  }
  .push-icons img:nth-of-type(10) {
    bottom: 144px;
    right: 430px;
  }
  .push-icons img:nth-of-type(11) {
    bottom: 25px;
    right: 443px;
  }
  .push-icons img {
    max-width: 106px;
  }
}
@media screen and (max-width: 768px) {
  .push-icons {
    display: none;
  }
  .push-iphone {
    margin: auto;
  }
}
/* Slider */
.slider-wrapper .text-center::after {
  margin: auto;
}
.slider-wrapper .text-center {
  margin-bottom: 55px;
}
.slider-wrapper .swiper-slide {
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .slider-wrapper .swiper-slide {
    padding: 0 45px;
  }
}
.swiper-button-next svg,
.swiper-button-prev svg {
  max-width: 25px;
  height: auto;
}
.swiper-container {
  padding: 0 50px;
}
@media screen and (max-width: 769px) {
  .swiper-container {
    padding: 0 0;
  }
}
/* Einsatz Bereich */
.einsatzbereich-container .text-center::after {
  margin: auto;
}
.einsatzbereich-container .text-center {
  margin-bottom: 55px;
}
.einsatzbereich-container .swiper-slide {
  text-align: center;
  padding: 0 15px;
}
.einsatzbereich-text {
  max-width: 575px;
  padding: 10px;
  position: absolute;
  top: 80px;
  right: 260px;
}
.swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .einsatzbereich-text {
    right: 255px;
  }
}
@media screen and (max-width: 1366px) {
  .einsatzbereich-text {
    max-width: 500px;
  }
}
.einsatzbereich-content {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 1366px) {
  .einsatzbereich-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .einsatzbereich-text {
    max-width: 700px;
    right: 85px;
    top: 100px;
  }
  .einsatzbereich-container .text-center {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .einsatzbereich-text {
    max-width: 590px;
    right: 0;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .einsatzbereich-text {
    max-width: 440px;
  }
  .einsatzbereich-content {
    padding-top: 105px;
  }
}
@media screen and (max-width: 500px) {
  .einsatzbereich-text {
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .einsatzbereich-content {
    padding-top: 30px;
  }
}
#einsatzbereiche {
  background-color: #f5f7f8;
  padding: 40px 0 70px;
}
/* BIWAPP SECTION */
#cube {
  max-width: 645px;
  width: 100%;
  margin: 65px auto;
  text-align: center;
  background: #fff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  border-radius: 10px;
  z-index: 2;
}
.prettyprint {
  background: #f5f7f8;
  padding: 20px;
  max-width: 800px;
  margin: 20px auto 35px;
  overflow: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  #cube {
    /* display: none; */
    margin: 35px auto 20px;
  }
}

#formCube {
  /*counter translate*/
  -webkit-transform: translateZ(-20px);
  transform: translateZ(-20px); /*propogate 3d space for children*/
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; /*prevent height collapse as children are absolutely positioned*/
  height: 48px; /*for smooth animations*/
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.formCube-errorMessage {
  line-height: 82px;
  height: 82px;
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: left;
  padding: 0 20px;
}
#cube div.stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 12px;
  opacity: 100;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/*3D transforms. Each face will be rotated in multiples of -90deg and moved 20px(half of their 40px height) out*/

#cube div.stage:nth-child(1) {
  -webkit-transform: translateZ(49px);
  transform: translateZ(49px);
}
#cube div.stage:nth-child(2) {
  -webkit-transform: translateZ(49px);
  transform: translateZ(49px);
}
#cube div.stage:nth-child(3) {
  -webkit-transform: translateZ(49px);
  transform: translateZ(49px);
}
#cube div.stage:nth-child(4) {
  -webkit-transform: translateZ(49px);
  transform: translateZ(49px);
}
#cube form.stage2 {
  -webkit-transform: translateZ(-41px);
  transform: translateZ(-41px);
}
#cube form.stage3 {
  -webkit-transform: translateZ(-41px);
  transform: translateZ(-41px);
}
#cube form.stage4 {
  -webkit-transform: translateZ(-41px);
  transform: translateZ(-41px);
}
#cube form.stage4 div.stage:nth-child(1),
#cube form.stage4 div.stage:nth-child(2),
#cube form.stage4 div.stage:nth-child(3) {
  opacity: 0;
  pointer-events: none;
}
#cube form.stage3 div.stage:nth-child(1),
#cube form.stage3 div.stage:nth-child(2),
#cube form.stage3 div.stage:nth-child(4) {
  opacity: 0;
  pointer-events: none;
}
#cube form.stage2 div.stage:nth-child(1),
#cube form.stage2 div.stage:nth-child(3),
#cube form.stage2 div.stage:nth-child(4) {
  opacity: 0;
  pointer-events: none;
}
#cube form.stage1 div.stage:nth-child(2),
#cube form.stage1 div.stage:nth-child(3),
#cube form.stage1 div.stage:nth-child(4) {
  opacity: 0;
  pointer-events: none;
}
#formCube .formCube-textinput {
  -webkit-appearance: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: rgb(245, 245, 245);
  width: calc(100% - 370px);
  height: 40px;
  margin: 4px 0;
  border: none;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(136, 136, 136);
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  border-radius: 9px;
  padding: 0 15px;
}
#formCube input[type="password"].formCube-textinput {
  -webkit-appearance: none;
  border-radius: 6px 0 0 6px;
  background-color: rgb(245, 245, 245);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  width: 470px;
  height: 52px;
  margin: 13px 0;
  border: none;
  font-size: 20px;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(136, 136, 136);
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#formCube .validation-error-hint .closeValidationError {
  position: absolute;
  height: 24px;
  width: 24px;
  font-size: 16px;
  display: block;
  top: 0px;
  right: 0;
  cursor: pointer;
  background-color: #0c3e90;
}
#formCube .validation-error-hint {
  position: absolute;
  bottom: -60px;
  right: 160px;
  left: 0;
  margin: 0 auto;
  width: 280px;
  padding: 8px 23px;
  background: #1d5abc;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 0px 1px #1d427e;
  box-shadow: 0px 2px 0px 1px #1d427e;
  color: #ffffff;
}
#formCube .validation-error-hint::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 128px;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #1d5abc transparent;
  display: block;
  width: 0;
  z-index: 1;
}
#formCube .notification {
  background-color: rgb(255, 255, 255);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 4px 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3caae6;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  cursor: default;
  /* margin-right: 5px; */
  background: #cff1fe;
  border-radius: 9px;
  padding: 0 65px 0 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#formCube .notification-big {
  border-radius: 6px 6px;
  background-color: rgba(103, 16, 16, 0.7);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  width: 625px;
  height: 52px;
  line-height: 52px;
  margin: 13px 0;
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: default;
}
#formCube button {
  -webkit-appearance: none;
  background: #3eade1;
  height: 34px;
  border: 0;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 100%;
  text-align: left;
  cursor: pointer;
  text-align: center;
  width: 90px;
  border-radius: 10px;
}
#formCube .stage-heading {
  position: absolute;
  top: -16px;
  left: 15px;
}
#formCube .close_icon {
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 50%;
  background-color: rgb(34, 126, 177);
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
}
#formCube .close_icon::before {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: 0;
  display: block;
  content: "x";
  color: rgb(255, 255, 255);
  cursor: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 9px;
}
#formCube .back-button {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  cursor: pointer;
  background: #227eb1;
  border-radius: 7px 0 0 7px;
}
#formCube .back-button::before {
  position: absolute;
  font-size: 27px;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "«";
  color: rgb(255, 255, 255);
  cursor: inherit;
  line-height: 10px;
}
@media screen and (max-width: 768px) {
  #formCube button,
  .notification,
  #formCube input,
  #formCube select,
  #formCube option {
    font-size: 14px;
  }
}
.formCube-buttonWrapper {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.formCube-buttonWrapper img {
  position: absolute;
  height: 24px;
  width: 18px;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
h2.text-center::after {
  margin: auto;
}
.page-main #biwappimweb {
  padding: 35px 0 20px;
}
#biwappimweb h2,
#biwappimweb .biwapp-desc {
  color: #fff;
}
.biwapp-desc {
  max-width: 400px;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}
.formCube-textinput .current {
  margin-top: 10px;
}
#formCube #ajaxMessageStage3 .formCube-textinput {
  max-width: 41.5%;
}
#formCube #ajaxMessageStage3 .formCube-textinput {
  max-width: 41.5%;
  margin-right: 5px;
}
#ajaxMessageStage2,
#ajaxMessageStage3 {
  left: -5px;
  width: calc(100% + 10px);
}
#biwappnina a {
  display: block;
  position: relative;
}
#biwappnina a::before {
  content: "";
  display: block;
  width: 16.5px;
  height: 18px;
  background-image: url(imgs/down-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
}
@media screen and (max-width: 500px) {
  #formCube #ajaxMessageStage3 .formCube-textinput {
    max-width: 40%;
  }
  #formCube button {
    font-size: 13px;
    width: 55px;
  }
  #formCube .notification {
    font-size: 14px;
    overflow: hidden;
  }
}
@media screen and (max-width: 375px) {
  #formCube .notification {
    font-size: 13px;
    overflow: hidden;
  }
  #BiwappWidget {
    overflow: auto;
  }
}
/* Toggle Nav */
@media screen and (min-width: 1025px) {
  .toggle-nav {
    display: none !important;
  }
}
.toggle-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 15px;
}
.toggle-nav.up {
  z-index: 5;
}
.bar-nav,
.bar-nav:after,
.bar-nav:before {
  height: 3px;
  width: 30px;
  background: #fff;
}
.bar-nav {
  position: relative;
  -webkit-transition: all 0ms 300ms;
  -o-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  cursor: pointer;
}

.bar-nav:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar-nav:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar-nav.animate {
  background: rgba(255, 255, 255, 0);
}
.bar-nav.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar-nav.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.grecaptcha-badge {
  z-index: 1000;
}
@media screen and (max-width: 500px) {
  #presse {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .biwapp-shadow-wrapper {
    max-width: 340px !important;
  }
}

.back-btn {
  position: relative;
}
.back-btn::before {
  content: "";
  display: block;
  border-top: 2px solid;
  border-left: 2px solid;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45px, -30%) rotate(-45deg);
  -ms-transform: translate(-45px, -30%) rotate(-45deg);
  transform: translate(-45px, -30%) rotate(-45deg);
}
.scrollTop {
  width: 40px;
  height: 40px;
  background: #3eade1;
  position: fixed;
  bottom: 100px;
  right: 10px;
  border: 2px solid #ffffff;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.scrollTop.is-active {
  opacity: 1;
}
.scrollTop::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: calc(50% + 2px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* PARTNER MODE */
.partner-mode #menu-item-234 {
  display: none;
}
.partner-contact {
  background-color: #d9e3e8;
  margin-bottom: 40px;
}
.partner-contact h2 {
  text-transform: uppercase;
}
.partner-mode #kunden {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
/* Wichtig */
.important-wrapper {
  border: 7px solid #e62249;
  border-radius: 15px;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.92);
}
span.important-accordion--item--title {
  display: block;
  background: #3eade1;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  padding: 10px 40px;
  cursor: pointer;
}
.important-accordion--item--desc {
  padding: 20px;
  margin: 0 0 5px;
  border: 3px solid #3eaee1;
  display: none;
}
.important-accordion--item--title svg {
  position: absolute;
  top: 54%;
  left: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  max-width: 15px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.important-accordion--item--title.active svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.important-text.text-top {
  margin-bottom: 30px;
}
.important-text.text-bottom {
  margin-top: 30px;
}
#wichtig {
  background: rgb(217, 227, 232);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(217, 227, 232, 0)),
    to(rgba(217, 227, 232, 1))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(217, 227, 232, 0) 0%,
    rgba(217, 227, 232, 1) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(217, 227, 232, 0) 0%,
    rgba(217, 227, 232, 1) 100%
  );
  padding: 50px 0;
}

#wichtig .page-container {
  z-index: 1;
}

@media screen and (max-width: 500px) {
  #wichtig .page-container {
    margin-top: 0;
  }
  .important-wrapper {
    padding: 20px;
  }
  span.important-accordion--item--title {
    line-height: 148%;
  }
  .important-accordion--item--desc {
    padding: 15px;
  }
}

/*  Kontakt*/

.kontakt-content {
  background-color: #ffffff;
  padding: 20px 40px;
}
.kontakt-content span:first-child {
  font-size: 34px;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.kontakt-content a,
.kontakt-content span {
  display: block;
}
.kontakt-partner {
  width: 200px;
  height: 200px;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
}

.kontakt-parnter-detail {
  display: inline-block;
  vertical-align: top;
  padding: 20px 20px;
}

.kontakt-background .container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  align-items: center;
  margin: auto;
}

.kontakt-form {
  max-width: 535px;
  background: #fff;
  padding: 50px 10px 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}

#kontakt {
  background-color: #d9e3e8;
  margin-bottom: 50px;
}

.kontakt-background h2 {
  text-align: center;
}
.kontakt-background h2::after {
  margin: auto;
}

.kontakt-form .wpcf7-form-control-wrap.acceptance-615 {
  align-self: flex-start;
}

.kontakt-form .checkmark {
  top: 4px;
}

textarea {
  font-family: inherit;
}

.kontakt-form .wpcf7-response-output {
  max-width: 94%;
}

@media screen and (max-width: 1024px) {
  .kontakt-background .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .kontakt-content {
    margin-top: 30px;
    max-width: 550px;
    width: 100%;
  }
  .kontakt-form {
    max-width: 550px;
  }
  .kontakt-content span:first-child {
    font-size: 30px;
    text-align: center;
  }
  .kontakt-content h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 500px) {
  .kontakt-background .container {
    width: 100%;
  }
  .input.textarea {
    margin-top: 0;
  }
  .kontakt-content {
    text-align: center;
  }
}
.ppAnsprechpartner {
  display: flex;
  margin: 4% 0;
}