.navbar-brand {
  padding: 10px 15px;
  height: 53px;
}

.navbar-nav .nav__element * {
  font-size: 16px;
  padding: 16px 0 6px 0;
}

.nav-blur {
  padding: 0 !important;
}

iframe {
  border: none;
}

.navbar {
  border: none;
}

.navbar-nav .nav__element:last-child {
  padding: 0;
}

.navbar-nav li a {
  border-top: 0px !important;
}

.nav__dropdown a {
  padding: 0 16px !important;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 1.5;
  width: 100% !important;
}

.link__arrow {
  margin-left: 6px;
}

.link__blue {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  color: var(--p1FontBlue);
  font-weight: 500;
  min-height: 25px;
}
.link__blue:hover {
  color: var(--p1FontBlue);
  text-decoration: underline;
}
.link__blue:focus {
  color: var(--p1FontBlue);
}
.link__blue--disabled {
  opacity: 0.5;
}

.m-b-40 {
  margin-bottom: 40px;
}

.section-margin-top {
  margin-top: 60px;
}

.section-border-bottom {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--p1VeryLightGrey2);
}

.section-border-bottom-only {
  border-bottom: 1px solid var(--p1VeryLightGrey2);
}

.background-blue {
  background-color: var(--p1Blue);
}
.background-blue #currentYear {
  font-size: 0.875rem;
  color: var(--p1White);
}

.background-darkblue-radial {
  background: var(--p1DarkWhite2);
}

.whitepaper {
  color: var(--p1FontMediumGrey);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 90px 0;
}
.whitepaper h2,
.whitepaper .h2 {
  color: var(--p1FontDarkGrey2);
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.whitepaper > p {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  max-width: 750px;
}
.whitepaper h4,
.whitepaper .h4 {
  font-size: 22.5px;
  color: var(--p1FontDarkGrey2);
}
.whitepaper__content {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.whitepaper__content img {
  max-width: 370px;
  margin-right: 93px;
}
.whitepaper__content-text {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 400;
}
.whitepaper__content-text ul {
  margin: 24px 0;
}
.whitepaper__content-text span {
  font-size: 14px;
}

.cta {
  margin-top: 72px;
  background: var(--p1Blue);
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 32px;
  display: flex;
  align-items: center;
  padding: 80px;
  max-width: 100%;
  justify-content: space-between;
}
.cta h2,
.cta .h2 {
  font-size: 41px;
  line-height: 110%;
  color: var(--p1FontWhite);
  font-weight: 600;
}
.cta__subtitle {
  color: var(--p1FontLightBlue);
}
.cta__fineprint {
  margin-top: 12px;
  color: var(--p1FontWhite);
  font-size: 14px;
}
.cta__text-container {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}

.text-color-white {
  color: var(--p1FontWhite);
}
.text-color-white a {
  color: var(--p1FontWhite);
}
.text-color-white ul li a {
  color: var(--p1FontWhite);
  display: inline-block;
  min-height: 25px;
  line-height: 25px;
}

.lp-footer-contact {
  margin: 65px 0;
  padding: 0;
}
.lp-footer-contact__form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-footer-contact__form {
  margin-left: 90px;
  flex: 1;
}
.lp-footer-contact__form p {
  font-size: 0.875rem;
  line-height: 1rem;
}
.lp-footer-contact h3,
.lp-footer-contact .h3 {
  font-size: 45px !important;
}
.lp-footer-contact .form-group:nth-child(1) {
  padding-right: 10px;
}
.lp-footer-contact .form-group:nth-child(2) {
  padding-left: 10px;
}
.lp-footer-contact__text {
  width: 40%;
  text-align: left;
}
.lp-footer-contact__text h3,
.lp-footer-contact__text .h3 {
  color: var(--p1FontWhite);
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.5;
  font-weight: 600;
}
.lp-footer-contact__text p {
  color: var(--p1FontLightBlue);
  font-size: 22.5px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.bg-img-width-change {
  width: 75%;
}

.lp-contact__form {
  flex: 1;
}
.lp-contact__form-notice {
  color: var(--p1FontWhite);
  text-align: left;
  margin-top: 16px;
}
.lp-contact__privacy-policy-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--p1FontWhite) !important;
  font-size: 12px;
  font-weight: 600;
}

.accordion__h2 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 110%;
  max-width: 760px;
  margin: 0 auto;
}
.accordion__reasons-label {
  display: flex;
  align-items: center;
}
.accordion__reasons-label h4,
.accordion__reasons-label .h4 {
  font-weight: normal;
  font-size: 18px !important;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 10px;
  color: black;
}
.accordion__reasons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -12px;
  margin-top: 28px;
  margin-bottom: 53px;
}
.accordion__reasons-element {
  border: 1px solid var(--p1VeryLightGrey2);
  box-sizing: border-box;
  border-radius: 24px;
  padding: 24px;
  padding-right: 17px;
  max-width: 343px;
  display: flex;
  flex-direction: column;
  margin: 12px;
  width: 100%;
  height: 72px;
  transition: height 0.5s ease-in-out;
}
.accordion__reasons-element p {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  margin: 0;
}
.accordion__reasons-element img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.accordion__reasons-element:hover {
  box-shadow: 0px 2px 4px -1px rgba(var(--p1OCBlack), 0.06), 0px 4px 6px -1px rgba(var(--p1OCBlack), 0.1);
  cursor: pointer;
}
.accordion__reasons-element--open {
  box-shadow: 0px 2px 4px -1px rgba(var(--p1OCBlack), 0.06), 0px 4px 6px -1px rgba(var(--p1OCBlack), 0.1);
  cursor: pointer;
  height: 100%;
  transition: height 1s ease-in-out;
}
.accordion__reasons-element--open p {
  margin-top: 12px;
  max-height: 300px;
  transition: max-height 1s ease-in-out;
}
.accordion__reasons-element--open .jetzt-testen__reasons-label h4,
.accordion__reasons-element--open .jetzt-testen__reasons-label .h4 {
  color: var(--p1FontBlue);
}
.accordion__reasons-element--open img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .accordion__image {
    height: 620px;
    display: flex;
  }
  .accordion__image .img-responsive {
    align-self: center;
  }
}
@media (max-width: 768px) {
  .accordion__image {
    max-width: 100%;
    padding: 0px;
    height: auto;
    display: block;
  }
  .accordion__image .img-responsive {
    align-self: center;
  }
}

@media (min-width: 767px) {
  .tab-content > .tab-pane > .row {
    display: flex;
    align-items: center;
  }
}

.kiosk__button {
  background: var(--p1White);
  color: var(--p1FontBlue);
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 8px;
  border: none;
  padding: 12px 16px;
  font-weight: 600;
}
.kiosk__button__buttonwrapper {
  float: right;
}
.kiosk__button:hover {
  background-color: var(--p1DarkWhite);
  color: var(--p1FontBlue);
  box-shadow: 0 8px 12px rgba(var(--p1OCBlack), 0.16);
}

.kiosk-hero__banner {
  background: var(--p1LighterBlue);
  border-radius: 100px;
  padding: 6px 10px 6px 6px;
  color: var(--p1FontWhite);
  display: flex;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
  align-items: center;
}
.kiosk-hero__banner:hover {
  color: var(--p1FontWhite);
}

.kiosk-hero__banner-new {
  background: var(--p1DarkBlue);
  border-radius: 100px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--p1FontWhite);
  margin-right: 8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.kiosk-hero__banner-new.p1 {
  text-transform: none;
}

.flipbook-card {
  padding: 42px;
  background-color: var(--p1DarkWhite2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0px;
  width: 48%;
}
.flipbook-card__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flipbook-card h3,
.flipbook-card .h3 {
  text-align: left;
  width: 100%;
}
.flipbook-card p {
  flex: 1;
  text-align: left;
  margin-top: 20px;
}
.flipbook-card img {
  margin-top: 45px;
  height: 277px;
}

.flipbook-blog {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flipbook-blog__card {
  border: 2px solid var(--p1DarkWhite);
  /* Shadow / MD */
  border-radius: 20px;
  padding: 24px;
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flipbook-blog__card .link__blue {
  color: var(--p1FontBlue);
  margin-bottom: 0px;
}
.flipbook-blog__card:hover {
  box-shadow: 0px 2px 4px -1px rgba(var(--p1OCBlack), 0.06), 0px 4px 6px -1px rgba(var(--p1OCBlack), 0.1);
}
.flipbook-blog__card:hover .link__blue {
  text-decoration: underline;
}
.flipbook-blog__card > img {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 24px;
  height: 195px;
  object-fit: cover;
}
.flipbook-blog__card p {
  color: var(--p1FontDarkGrey2);
  font-weight: 500;
  text-align: left;
  margin-bottom: 24px;
}
.flipbook-blog__description {
  flex: 1;
}

.animate_number {
  margin: 10px auto;
  color: var(--p1FontWhite);
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  justify-content: center;
  align-items: baseline;
  transition: none;
  min-height: 91px;
}
.animate_number .symbol,
.animate_number .number,
.animate_number .unit {
  display: block;
  font-family: Effra;
  font-size: 50px;
  font-weight: 500;
  line-height: 62.5px;
}
.animate_number .number {
  color: var(--p1FontWhite);
  display: flex;
  overflow: hidden;
  height: 50px;
}
.animate_number .number:active, .animate_number .number:hover {
  transition: none;
  color: var(--p1FontWhite);
}
.animate_number .number span {
  display: flex;
  flex-direction: column;
  transition: all 2s ease;
  transform: translateY(0);
  height: 100%;
}
.animate_number .number span b {
  font-weight: normal;
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
  transition: all 2s ease;
  text-align: left;
}
.animate_number .unit {
  font-size: 30px;
  line-height: 37.5px;
}
.animate_number .description {
  flex-grow: 3;
  display: block;
  font-size: 22.5px;
  font-weight: 500;
  line-height: 28.13px;
  width: 100%;
  align-self: end;
}
.animate_number .description a {
  color: var(--p1FontLightBlue);
}
.animate_number .description a:active, .animate_number .description a:hover {
  transition: none;
  color: var(--p1FontWhite);
}
@media (max-width: 992px) {
  .animate_number {
    min-height: 85px;
  }
  .animate_number .description {
    font-size: 18px;
    line-height: 22.13px;
  }
}

.nav-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 767px) and (max-width: 1200px) {
  .nav-pills li {
    width: 30%;
    margin-bottom: 5px;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .mm-mockup--phone-big--portrait {
    min-width: 294px;
    padding: 0 50px;
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .flipbook-card img {
    height: 180px;
  }

  .cta h2,
.cta .h2 {
    font-size: 35px;
  }

  .lp-footer-contact h3,
.lp-footer-contact .h3 {
    font-size: 35px !important;
  }
  .lp-footer-contact input[type=checkbox] {
    min-width: 20px;
  }

  .bg-img-width-change {
    width: 60% !important;
  }
}
@media (min-width: 768px) {
  .tablet-flex-align {
    display: flex;
    align-items: center;
  }

  .center-image-to-text {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .nav__dropdown a {
    padding: 12px !important;
  }

  .nav__dropdown {
    padding-left: 12px !important;
  }

  #offcanvas ul {
    min-height: auto;
  }

  .link__blue {
    font-size: 16px;
  }

  .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .cta h2,
.cta .h2 {
    font-size: 22px;
  }
  .cta__text-container {
    margin-bottom: 32px;
  }

  .whitepaper {
    margin: 60px 15px;
  }
  .whitepaper h2,
.whitepaper .h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .whitepaper > p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .whitepaper h4,
.whitepaper .h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .whitepaper__content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .whitepaper__content img {
    max-width: 220px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .whitepaper__content-text {
    font-size: 16px;
    font-weight: 400;
  }
  .whitepaper__content-text ul {
    margin: 12px 0;
  }
  .whitepaper__content-text span {
    font-size: 14px;
  }

  .lp-footer-contact {
    flex-direction: column;
  }
  .lp-footer-contact__form-top {
    flex-direction: column;
  }
  .lp-footer-contact__form {
    margin-left: 0px;
  }
  .lp-footer-contact__form .form-group {
    padding: 0 15px !important;
  }
  .lp-footer-contact__text {
    width: 95%;
    margin: 0 15px;
  }

  .smartphone-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .kiosk__button {
    width: 100%;
    font-size: 18px;
  }
  .kiosk__button__buttonwrapper {
    float: center;
    width: 100%;
  }

  .flipbook-card {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0px;
  }
  .flipbook-card__wrapper {
    flex-direction: column;
  }
  .flipbook-card img {
    height: 150px;
  }
  .flipbook-card:last-child {
    margin-bottom: 0px;
  }

  .flipbook-blog {
    flex-direction: column;
    padding: 0 15px;
  }
  .flipbook-blog__card {
    width: 100%;
    margin-bottom: 15px;
  }

  .bg-img-width-change {
    width: 100% !important;
    margin-bottom: -80px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
/* To be ordered */
.testimonials {
  display: flex;
  justify-content: space-between;
}
.testimonials .single_testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--p1VeryLightGrey2);
  padding: 32px;
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 24px;
  margin: 0 12px;
}
.testimonials .single_testimonial span.text-center {
  height: 55px;
}
.testimonials .single_testimonial img {
  max-width: 90%;
  max-height: 55px;
}
.testimonials .single_testimonial p {
  margin: 24px 0;
  flex-grow: 2;
}