/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* 1. Framework & base (Bootstrap) */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1a73e8;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #786e69;
  text-align: left;
  background-color: #fff
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #444;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #1e1e1e;
  text-decoration: none
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button {
  overflow: visible
}

button {
  text-transform: none
}

[role="button"] {
  cursor: pointer
}

button,
[type="button"] {
  -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

[hidden] {
  display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #444
}

h1,
.h1 {
  font-size: 2.5rem
}

h2,
.h2 {
  font-size: 2rem
}

h3,
.h3 {
  font-size: 1.75rem
}

h4,
.h4 {
  font-size: 1.5rem
}

h5,
.h5 {
  font-size: 1.25rem
}

h6,
.h6 {
  font-size: 1rem
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
  font-size: 80%;
  font-weight: 400
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

.col-12,
.col,
.col-sm-6,
.col-sm-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12,
.col-lg-2,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.offset-2 {
  margin-left: 16.66667%
}

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .offset-lg-2 {
    margin-left: 16.66667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #786e69
}

.table th,
.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #786e69;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none
  }
}

.btn:hover {
  color: #786e69;
  text-decoration: none
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(26, 115, 232, 0.25);
  box-shadow: 0 0 0 .2rem rgba(26, 115, 232, 0.25)
}

.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn-primary {
  color: #fff;
  background-color: #1a73e8;
  border-color: #1a73e8
}

.btn-primary:hover {
  color: #fff;
  background-color: #1462c8;
  border-color: #135cbc
}

.btn-primary:focus {
  color: #fff;
  background-color: #1462c8;
  border-color: #135cbc;
  -webkit-box-shadow: 0 0 0 .2rem rgba(60, 136, 235, 0.5);
  box-shadow: 0 0 0 .2rem rgba(60, 136, 235, 0.5)
}

.btn-primary:disabled {
  color: #fff;
  background-color: #1a73e8;
  border-color: #1a73e8
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #135cbc;
  border-color: #1256b1
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(60, 136, 235, 0.5);
  box-shadow: 0 0 0 .2rem rgba(60, 136, 235, 0.5)
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

@-webkit-keyframes progress-bar-stripes {
  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.align-middle {
  vertical-align: middle !important
}

.d-block {
  display: block !important
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-block {
    display: block !important
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.p-0 {
  padding: 0 !important
}

.p-2 {
  padding: .5rem !important
}

.py-2 {
  padding-top: .5rem !important
}

.py-2 {
  padding-bottom: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.text-center {
  text-align: center !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  tr,
  img {
    page-break-inside: avoid
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/roboto-v20-latin-300.eot);
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-v20-latin-300.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-v20-latin-300.woff2) format("woff2"), url(../fonts/roboto-v20-latin-300.woff) format("woff"), url(../fonts/roboto-v20-latin-300.ttf) format("truetype"), url(../fonts/roboto-v20-latin-300.svg#Roboto) format("svg")
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/roboto-v20-latin-regular.eot);
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-v20-latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-v20-latin-regular.woff2) format("woff2"), url(../fonts/roboto-v20-latin-regular.woff) format("woff"), url(../fonts/roboto-v20-latin-regular.ttf) format("truetype"), url(../fonts/roboto-v20-latin-regular.svg#Roboto) format("svg")
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/roboto-v20-latin-500.eot);
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto-v20-latin-500.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-v20-latin-500.woff2) format("woff2"), url(../fonts/roboto-v20-latin-500.woff) format("woff"), url(../fonts/roboto-v20-latin-500.ttf) format("truetype"), url(../fonts/roboto-v20-latin-500.svg#Roboto) format("svg")
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/oswald-v35-latin-regular.eot);
  src: local(""), url(../fonts/oswald-v35-latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/oswald-v35-latin-regular.woff2) format("woff2"), url(../fonts/oswald-v35-latin-regular.woff) format("woff"), url(../fonts/oswald-v35-latin-regular.ttf) format("truetype"), url(../fonts/oswald-v35-latin-regular.svg#Oswald) format("svg")
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/oswald-v35-latin-700.eot);
  src: local(""), url(../fonts/oswald-v35-latin-700.eot?#iefix) format("embedded-opentype"), url(../fonts/oswald-v35-latin-700.woff2) format("woff2"), url(../fonts/oswald-v35-latin-700.woff) format("woff"), url(../fonts/oswald-v35-latin-700.ttf) format("truetype"), url(../fonts/oswald-v35-latin-700.svg#Oswald) format("svg")
}

.box-dark {
  background: #444444;
  color: #fff;
  padding: 50px 0
}

.box-dark h3 {
  color: #fff;
  text-align: center
}

.box-dark h3:after {
  margin-left: auto;
  margin-right: auto;
  background: #fff
}

.box-dark p {
  color: #fff;
  text-align: center
}

.box-dark .tick-wrapper {
  text-align: center
}

.box-dark .tick {
  width: 70px;
  margin: 0 auto;
  padding-bottom: 30px
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 5rem;
  font-family: "Oswald", "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  margin-top: 75px
}

h2:after {
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  margin: 15px auto;
  background-color: #1a73e8
}

h4 {
  font-size: 1.25rem;
  font-weight: bold
}

h2:first-of-type {
  padding-top: 130px
}

.frontpage h2 {
  padding-top: 0
}

h3 {
  margin-bottom: 25px
}

h3:after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  margin-top: 15px;
  background-color: #000
}

.subline {
  margin-bottom: 8px;
  padding: 0;
  line-height: 1.6;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase
}

p {
  font-size: 1rem;
  line-height: 1.625;
  color: #737373;
  white-space: pre-wrap
}

.opener {
  font-size: 1.25rem;
  max-width: 767px;
  text-align: center;
  margin: 0 auto 50px auto
}

.overview h3 {
  text-align: center;
  margin-bottom: 0 !important;
  color: #1a73e8 !important
}

.overview h3:after {
  margin: 10px auto;
  background-color: #1a73e8
}

.overview p {
  text-align: center
}

.leasing {
  margin: -230px auto 0 auto;
  display: block;
  position: relative;
  width: 300px
}

.leasing span {
  display: block;
  color: #000
}

.leasing .price {
  font-family: "Oswald", "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  color: #000;
  font-size: 5rem;
  font-weight: 700;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1
}

.leasing .price span {
  display: inline;
  font-size: 3rem
}

.leasing .price .wrapper {
  display: inline-block;
  position: absolute;
  top: 5px
}

.leasing .price .month {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  left: 5px;
  bottom: -1.5em
}

.leasing .small {
  margin-top: 15px;
  display: block;
  position: relative;
  color: #999
}

.leasing .euro {
  padding-right: 30px
}

.download-app {
  margin-top: -400px
}

.download-app h2 {
  text-align: left
}

.download-app h2:after {
  margin-left: 0
}

.bbn-meiiapp .modules h3,
.digitalpaket .modules h3 {
  color: #1a73e8;
  margin-bottom: 0.5rem
}

.bbn-meiiapp .modules h3:after,
.digitalpaket .modules h3:after {
  display: none
}

.bbn-meiiapp .modules .col-lg-6 p,
.digitalpaket .modules .col-lg-6 p {
  margin-bottom: 0
}

.bbn-meiiapp .modules .col-lg-6 div.dark h3,
.bbn-meiiapp .modules .col-lg-6 div.dark p,
.digitalpaket .modules .col-lg-6 div.dark h3,
.digitalpaket .modules .col-lg-6 div.dark p {
  color: #fff
}

.bbn-meiiapp .modules .col-lg-6 .telephone-number,
.digitalpaket .modules .col-lg-6 .telephone-number {
  text-align: left;
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.bbn-meiiapp .modules .col-lg-6 .telephone-number svg,
.digitalpaket .modules .col-lg-6 .telephone-number svg {
  width: 20px
}

.bbn-meiiapp .modules .col-lg-6 .telephone-number .large,
.digitalpaket .modules .col-lg-6 .telephone-number .large {
  font-size: 2rem;
  margin-left: 15px;
  line-height: 0;
  color: #fff
}

.technical-data ul,
.content ul {
  padding: 0 0 0 .9rem
}

.privacy main h3 {
  margin-top: 3rem
}

.modules h2 {
  margin-bottom: 60px
}

.features h2 {
  padding-top: 50px
}

.features h3 {
  color: #1a73e8;
  margin-bottom: 1rem
}

.features h3:after {
  display: none
}

.features .col-lg-6 div p {
  margin-bottom: 0
}

.software main h2:first-of-type,
.frontpage h2:first-of-type {
  padding-top: 0 !important
}

.small.copyright {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px
}

p {
  font-size: 1rem
}

h1 {
  font-size: 2.25rem
}

h2 {
  font-size: 2.25rem
}

h2:first-of-type {
  padding-top: 50px
}

.subline {
  font-size: 0.65rem
}

.opener {
  font-size: 1rem;
  padding-right: 15px;
  padding-left: 15px
}

.contact main .telephone-number svg {
  width: 20px
}

.contact main .telephone-number .large {
  font-size: 2rem;
  margin-left: 15px;
  line-height: 0
}

@media (min-width: 576px) {
  p {
    font-size: 1rem
  }

  h1 {
    font-size: 3rem
  }

  h2 {
    font-size: 2.35rem
  }

  .subline {
    font-size: 0.75rem
  }

  .opener {
    font-size: 1.15rem;
    padding-right: 30px;
    padding-left: 30px
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 4rem
  }

  h2 {
    font-size: 2.5rem
  }

  h2:first-of-type {
    padding-top: 140px
  }

  p {
    font-size: 1rem
  }

  .opener {
    font-size: 1.25rem;
    padding-right: 0;
    padding-left: 0
  }

  .contact main .telephone-number svg {
    width: 20px
  }

  .contact main .telephone-number .large {
    font-size: 3rem;
    margin-left: 15px;
    line-height: 0
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 4.5rem
  }

  h2 {
    font-size: 3rem
  }

  p {
    font-size: 1rem
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 5rem
  }

  p {
    font-size: 1rem
  }
}

/* 2. Layout: navigation & header */
nav {
  position: fixed;
  width: 100%;
  z-index: 1005;
  background: #eee;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease
}

nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

nav ul li:last-of-type {
  background: #1a73e8
}

nav ul li a {
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: .5px;
  font-size: .9rem;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

nav ul li a:hover {
  color: #fff
}

.brand-wrapper {
  position: absolute;
  top: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.brand-wrapper .logo {
  display: block;
  float: left;
  width: 38px;
  margin-right: 10px;
  margin-top: 4px
}

.brand-wrapper .logo svg {
  width: 200px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.brand-wrapper .logo .st0,
.brand-wrapper .logo .st1,
.brand-wrapper .logo .st2,
.brand-wrapper .logo .st3 {
  fill: #ffffff
}

@media (max-width: 1199.98px) {
  nav {
    background: #1a73e8;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0
  }

  nav ul li {
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 10px
  }

  nav ul li a {
    font-size: 2rem
  }

  nav ul li a:hover {
    color: #fff;
    letter-spacing: 1px
  }

  .brand-wrapper {
    position: fixed !important;
    top: 13px;
    left: 15px
  }

  .brand-wrapper.bg-visible .logo svg {
    width: 100px
  }

  .brand-wrapper.bg-visible .logo .st0 {
    fill: #1D1D1B
  }

  .brand-wrapper.bg-visible .logo .st1 {
    fill: #0078BF
  }

  .brand-wrapper.bg-visible .logo .st2 {
    fill: #99ABD8
  }

  .brand-wrapper.bg-visible .logo .st3 {
    fill: #D5E0F3
  }

  nav.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  nav.is-visible ul li {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }

  nav.is-visible ul li:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }

  nav.is-visible ul li:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }

  nav.is-visible ul li:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }

  nav.is-visible ul li:nth-child(4) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
}

@media only screen and (min-width: 992px) {
  nav {
    background: transparent;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out, box-shadow .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out, box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
    padding: 30px 0
  }

  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right
  }

  nav ul li {
    padding: 5px 10px
  }

  nav ul li:last-of-type {
    margin-left: 5px
  }

  nav ul li a {
    color: #eee
  }

  nav.bg-visible {
    background: #ffffff;
    padding: 10px 0
  }

  nav.bg-visible ul li a {
    color: #222222
  }

  nav.bg-visible ul li a:hover {
    color: #121212
  }

  nav.bg-visible ul li:last-of-type a {
    color: #eee
  }

  nav.bg-visible ul li:last-of-type a:hover {
    color: #fff
  }

  .fake-bg {
    background: #1a73e8;
    width: 100%;
    height: 70px;
    position: fixed;
    top: -70px;
    left: 0;
    z-index: 1029;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
  }

  .fake-bg.is-visible {
    top: 0
  }

  .brand-wrapper.bg-visible {
    top: 8px
  }

  .brand-wrapper.bg-visible .logo {
    display: block;
    float: left
  }

  .brand-wrapper.bg-visible svg {
    width: 160px
  }

  .brand-wrapper.bg-visible .st0 {
    fill: #1D1D1B
  }

  .brand-wrapper.bg-visible .st1 {
    fill: #0078BF
  }

  .brand-wrapper.bg-visible .st2 {
    fill: #99ABD8
  }

  .brand-wrapper.bg-visible .st3 {
    fill: #D5E0F3
  }
}

html {
  min-height: 100%;
  width: 100%;
  height: 100%
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden
}

html,
body {
  position: relative
}

.display-table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

.modules .col-lg-6 {
  margin-bottom: 30px
}

.modules .col-lg-6 div.dark {
  background: #1a73e8;
  padding: 30px
}

.technical-data .container {
  padding-left: 50px
}

@media (min-width: 768px) {
  .technical-data .container {
    padding-left: 60px
  }
}

@media (min-width: 992px) {
  .technical-data .container {
    padding-left: 0
  }

  .modules .col-lg-6 {
    margin-bottom: 30px
  }

  .modules .col-lg-6 div {
    padding: 30px;
    background: #ffffff;
    height: 100%
  }

  .modules .col-lg-6 div.dark {
    background: #1a73e8
  }

  .space-lg {
    padding: 15px
  }
}

header {
  position: relative;
  display: block;
  height: 90vh;
  min-height: 90%;
  z-index: 1001;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

header p {
  color: #fff
}

header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#002f4b), to(#dc4225));
  background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
  opacity: .7
}

header:not(.home) {
  height: 50vh;
  min-height: 50%
}

@media (min-width: 768px) {
  header:not(.home) {
    height: 50vh;
    min-height: 50%
  }
}

/* 3. Layout: footer */
footer {
  background: #222222;
  padding: 50px 0 40px 0;
  color: #ccc
}

footer h3 {
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .1rem;
  color: #009bff;
  margin-bottom: 1.5rem;
  font-weight: 500
}

footer h3:after {
  background: #009bff
}

footer p {
  color: #ccc
}

footer a {
  color: #ffffff;
  -webkit-transition: ease color .5s;
  transition: ease color .5s
}

footer a:hover {
  color: #009bff
}

footer .footnote {
  padding-top: 15px
}

footer .footnote p {
  color: #999;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 0
}

footer .footnote p span {
  display: block
}

footer .large {
  color: #eee;
  font-weight: 7300;
  font-size: 2rem;
  margin-top: -10px
}

footer hr {
  border-top: 1px solid #555;
  margin-top: 40px
}

footer .footnote ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none
}

footer .footnote ul li {
  margin-top: -7px;
  margin-right: 10px
}

footer .footnote ul li a {
  color: #999;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none !important;
  -webkit-transition: color ease .5s;
  transition: color ease .5s;
  line-height: 1.5;
  font-weight: 300
}

footer .footnote ul li a:hover {
  color: #fff
}

footer .telephone-number svg {
  width: 20px
}

footer .telephone-number .large {
  font-size: 3rem;
  margin-left: 15px;
  line-height: 0
}

footer .email {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

footer .email svg {
  height: 1rem;
  margin-right: 10px
}

footer .email svg path {
  fill: #fff
}

.divider-before::before {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #009bff
}

footer .telephone-number .large {
  font-size: 2rem
}

@media (min-width: 992px) {
  .divider-before::before {
    display: none
  }

  footer .footnote p span {
    display: inline
  }

  footer .telephone-number .large {
    font-size: 3rem
  }
}

@media (min-width: 1200px) {
  footer .telephone-number .large {
    font-size: 2.1rem
  }
}

.footnote p span {
  margin-top: 0.15rem
}

@media (max-width: 1199.98px) {

  footer .float-left,
  footer .float-right {
    float: none !important
  }
}

/* 4. Content modules & pages */
.badge-wrapper #google,
.badge-wrapper #apple {
  height: 50px;
  display: block;
  float: left;
  margin: 0;
  padding: 0
}

.badge-wrapper #google {
  margin-left: 15px
}

.badge-wrapper #google .st0 {
  fill: #A7A6A6
}

.badge-wrapper #google .st1 {
  fill: #FFFFFF
}

.badge-wrapper #google .st2 {
  fill: #5BC9F4
}

.badge-wrapper #google .st3 {
  fill: url(#SVGID_2_)
}

.badge-wrapper #google .st4 {
  fill: url(#SVGID_3_)
}

.badge-wrapper #google .st5 {
  fill: url(#SVGID_4_)
}

.badge-wrapper #google .st6 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 0.2;
  stroke-miterlimit: 10
}

.bonvito-teaser {
  position: relative;
  z-index: 1001;
  padding: 50px 0;
  margin: 0;
  overflow: hidden
}

.bonvito-teaser h2 {
  position: relative;
  display: block;
  z-index: 1002;
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: #fff
}

.bonvito-teaser h2:after {
  margin-left: 0
}

.bonvito-teaser p {
  color: #fff
}

.bonvito-teaser:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#121212), to(#444));
  background-image: linear-gradient(to bottom right, #121212, #444);
  opacity: .7;
  margin-bottom: -1px
}

.bonvito-function {
  margin-bottom: 50px
}

.bonvito-function .icon {
  background: #1a73e8;
  padding: 30px
}

.bonvito-function .icon svg {
  fill: #fff
}

.bonvito-function .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  background: #fafafa;
  height: 100%;
  padding: 0 30px
}

.bonvito-function .content p {
  margin-bottom: 0
}

.bonvito-function .content h3 {
  margin-bottom: .35rem
}

.bonvito-function .content h3:after {
  display: none
}

.button-bar {
  display: inline-block;
  pointer-events: all;
  margin-bottom: 40px
}

.button {
  color: #1a73e8 !important;
  cursor: pointer;
  border-bottom: 1px solid #1a73e8;
  display: inline-block;
  font-size: .8rem;
  font-family: "BrandonGrotesqueWeb-Bold", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: top;
  position: relative;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}

.button::before {
  left: 0
}

.button::after {
  right: 0;
  color: inherit;
  background-color: #1a73e8;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 1px;
  -webkit-transition: height 250ms ease 250ms;
  transition: height 250ms ease 250ms
}

.button::before {
  color: inherit;
  background-color: #1a73e8;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 1px;
  -webkit-transition: height 250ms ease 250ms;
  transition: height 250ms ease 250ms
}

.button:focus {
  outline: 0
}

.button span {
  cursor: inherit;
  padding: 11px 24px 8px 26px;
  display: block
}

.button span::after {
  color: inherit;
  background-color: #1a73e8;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  width: 0;
  -webkit-transition: width 250ms ease 0s;
  transition: width 250ms ease 0s
}

.button span::before {
  color: inherit;
  background-color: #1a73e8;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  width: 0;
  -webkit-transition: width 250ms ease 0s;
  transition: width 250ms ease 0s;
  left: 0
}

.button span::after {
  right: 0
}

.button:active,
.button:focus {
  color: #1a73e8
}

.button:hover {
  color: #1a73e8
}

.button:hover::after,
.button:hover::before {
  height: 100%;
  -webkit-transition: height 250ms ease 0s;
  transition: height 250ms ease 0s
}

.button:hover span::after,
.button:hover span::before {
  width: 50%;
  -webkit-transition: width 250ms ease 250ms;
  transition: width 250ms ease 250ms
}

.contact-box {
  background: #1a73e8;
  padding: 50px 0
}

.contact-box h2 {
  margin: 0;
  padding: 0;
  color: #fff
}

.contact-box h2:after {
  background: #fff;
  margin-bottom: 2rem
}

.contact-box p {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem
}

.contact-box .telephone-number {
  text-align: center
}

.contact-box .telephone-number svg {
  width: 20px
}

.contact-box .telephone-number .large {
  font-size: 3rem;
  margin-left: 15px;
  line-height: 0;
  color: #fff
}

.contact-box .telephone-number .large {
  font-size: 1.5rem
}

@media (min-width: 576px) {
  .contact-box .telephone-number .large {
    font-size: 1.75rem
  }
}

@media (min-width: 768px) {
  .contact-box .telephone-number .large {
    font-size: 2.5rem
  }
}

@media (min-width: 992px) {
  .contact-box .telephone-number .large {
    font-size: 3rem
  }
}

.img-fluid {
  width: 100%
}

figure {
  display: block;
  margin-bottom: 1rem;
  line-height: 1.6
}

figure img,
figure picture {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto
}

figure .caption {
  text-align: center;
  font-size: 12px;
  color: #373737
}

@media (max-width: 991.98px) {
  figure {
    margin: 0;
    padding: 0
  }

  figure .caption {
    display: none
  }
}

.technical-data .col-12:last-child {
  display: none
}

@media (min-width: 992px) {
  .technical-data .col-12:last-child {
    display: block
  }
}

.keyvisual {
  position: relative;
  z-index: 1004;
  text-align: center
}

.keyvisual {
  margin: -80px auto;
  width: 200px
}

@media (min-width: 576px) {
  .keyvisual {
    margin: -80px auto;
    width: 300px
  }
}

@media (min-width: 768px) {
  .keyvisual {
    margin: -80px auto;
    width: 300px
  }
}

@media (min-width: 992px) {
  .keyvisual {
    margin: -160px auto;
    width: 400px
  }
}

@media (min-width: 1200px) {
  .keyvisual {
    margin: -160px auto;
    width: 500px
  }
}

@keyframes arrow {
  0% {
    width: 30px
  }

  25% {
    width: 25px
  }

  50% {
    width: 20px
  }

  75% {
    width: 25px
  }

  100% {
    width: 30px
  }
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0 0;
  padding: 0;
  color: #737373;
  line-height: 1.6;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.link span {
  display: block;
  position: relative;
  height: 2px;
  width: 30px;
  background: #737373;
  margin-left: 8px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.link span:before,
.link span:after {
  background-color: #737373;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px
}

.link span:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: top right;
  transform-origin: top right
}

.link span:after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right
}

.my-vectron a:hover .link,
a.content:hover .link {
  color: #444
}

.my-vectron a:hover .link span,
a.content:hover .link span {
  -webkit-animation-name: arrow;
  animation-name: arrow;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  background-color: #444;
  margin-left: 20px
}

.my-vectron a:hover .link span:before,
.my-vectron a:hover .link span:after,
a.content:hover .link span:before,
a.content:hover .link span:after {
  background-color: #444
}

.my-vectron {
  padding: 50px 0;
  background-color: lightseagreen !important
}

.my-vectron .content {
  background: #fff;
  padding: 30px
}

.my-vectron h2 {
  margin-top: 0;
  color: #fff
}

.my-vectron h2:after {
  background: rgba(255, 255, 255, 0.6)
}

.my-vectron p.opener {
  color: #fff
}

.my-vectron [class*="col-"] {
  margin-bottom: 30px
}

.overview [class*="col-"] {
  margin-bottom: 30px
}

.overview img {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in
}

.overview a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden
}

.overview a:before,
.overview a:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0)
}

.overview a:before {
  top: 0
}

.overview a:after {
  bottom: 0
}

.overview a:hover>*>*:before,
.overview a:hover>*>*:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.overview a:hover>*>*>*:before,
.overview a:hover>*>*>*:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.overview a>*:before,
.overview a>*:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0)
}

.overview a>*:before {
  left: 0
}

.overview a>*:after {
  right: 0
}

.overview a>*>*:before,
.overview a>*>*:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 1px;
  width: 100%;
  background-color: #ddd
}

.overview a>*>*:before {
  top: 0;
  -webkit-transform: translate3d(-105%, 0, 0);
  transform: translate3d(-105%, 0, 0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1)
}

.overview a>*>*:after {
  bottom: 0;
  -webkit-transform: translate3d(105%, 0, 0);
  transform: translate3d(105%, 0, 0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1)
}

.overview a>*>*>*:before,
.overview a>*>*>*:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 1px;
  background-color: #ddd
}

.overview a>*>*>*:before {
  left: 0;
  -webkit-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1)
}

.overview a>*>*>*:after {
  right: 0;
  -webkit-transform: translate3d(0, -105%, 0);
  transform: translate3d(0, -105%, 0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .8s cubic-bezier(0.4, 0, 0.2, 1)
}

.overview a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1)
}

.overview .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  background: #fafafa
}

.overview .content .desc {
  padding: 30px;
  text-align: center
}

.technical-data {
  background: #fafafa;
  padding: 50px 0;
  margin-bottom: 300px
}

.technical-data h3 {
  font-size: 1.25rem
}

.ci-10 .technical-data {
  margin-bottom: 40px
}

@media (min-width: 992px) {
  .technical-data .wrapper {
    position: absolute;
    bottom: -200px
  }

  .ci-10 .technical-data {
    margin-bottom: 160px
  }

  .app-badges {
    padding-bottom: 50px
  }
}

@media (max-width: 991.98px) {
  .mobile-app .technical-data {
    margin-bottom: 0
  }

  .app-badges {
    padding: 50px 0 50px 0
  }

  .download-app {
    margin-top: 0
  }

  .download-app h2 {
    padding-top: 0;
    margin-top: 0
  }
}

.quicklinks .content>div {
  padding: 30px;
  margin: 0 0 50px 0;
  background: #fafafa
}

.quicklinks .content>div h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.75rem
}

.quicklinks .content>div h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  margin: 15px 0;
  background-color: #000
}

.frontpage .scroll-icon-wrapper {
  position: absolute;
  display: block;
  bottom: 30px;
  width: 100%
}

.frontpage .scroll-icon {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  width: 50px;
  height: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.frontpage .scroll-icon .text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 16px
}

.frontpage .scroll-icon .icon {
  width: 50px;
  height: 25px;
  overflow: hidden;
  position: relative;
  -webkit-animation-name: animation;
  animation-name: animation;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-top: 0;
  opacity: 0
}

.frontpage .scroll-icon .icon::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -36px;
  left: 0;
  border: solid 1px rgba(255, 255, 255, 0.75);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@keyframes animation {
  0% {
    margin-top: 0;
    opacity: 0
  }

  5% {
    margin-top: 0;
    opacity: 1
  }

  25% {
    opacity: 1
  }

  50% {
    margin-top: 24px;
    opacity: 0
  }

  100% {
    margin-top: 24px;
    opacity: 0
  }
}

.table {
  white-space: nowrap;
  width: 100%;
  margin-bottom: 1.125rem;
  background-color: rgba(0, 0, 0, 0);
  font-size: .875rem
}

.table th,
.table td {
  border: 0;
  padding: 5px 15px 5px 0
}

.table th {
  font-weight: 300
}

.table td {
  font-weight: 500
}

.tile {
  margin-top: 60px;
  margin-bottom: 60px
}

.tile .content {
  width: 100%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  background: #fafafa
}

@media only screen and (min-width: 320px) {
  .tile .content {
    padding: 50px 30px
  }
}

@media only screen and (min-width: 768px) {
  .tile .content {
    padding: 50px
  }
}

@media only screen and (min-width: 992px) {
  .tile .content {
    height: 465px
  }
}

@media only screen and (min-width: 1200px) {
  .tile .content {
    height: 555px
  }
}

.toggle button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.toggle button {
  padding: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  overflow: visible;
  background: none;
  border: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.toggle button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.toggle button:focus {
  outline: 0
}

div.toggle {
  z-index: 4445;
  position: fixed;
  top: 20px;
  right: 20px
}

.toggle button {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  text-indent: -9999px
}

.toggle button>span {
  position: absolute;
  top: 13px;
  left: 9px;
  right: 9px;
  height: 2px;
  display: block;
  background: #fff;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.toggle button>span::before,
.toggle button>span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s
}

.toggle button>span::before {
  top: -6px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform
}

.toggle button>span::after {
  bottom: -6px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform
}

.toggle button:hover span::before {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.toggle button:hover span::after {
  -webkit-transform: translateY(3px);
  transform: translateY(3px)
}

.toggle button.is-active>span {
  background: 0 0
}

.toggle button.is-active>span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.toggle button.is-active>span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.toggle button.is-active>span::after,
.toggle button.is-active>span::before {
  -webkit-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s
}

@media (max-width: 767.98px) {
  .bonvito .icon {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
  }

  .bonvito .icon svg {
    width: 60px
  }

  .bonvito-functions .content {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

body {
  background: #fff
}

footer {
  background: #1d1d1f
}

.light {
  background: #fafafa
}



/* Header background images per page (no JS parallax) */
.header.home {
  background-image: url("../img/header/home.jpg");
}

.header.bbn-kasse {
  background-image: url("../img/header/bbn-kasse.jpg");
}

.header.bbn-meiiapp {
  background-image: url("../img/header/bbn-meiiapp.jpg");
}

.header.bonvito {
  background-image: url("../img/header/bonvito.jpg");
}

.header.privacy {
  background-image: url("../img/header/datenschutz.jpg");
}

.header.deutschland-card {
  background-image: url("../img/header/deutschlandcard.jpg");
}

.header.digitalpaket {
  background-image: url("../img/header/digitalpakete.jpg");
}

.header.contact {
  background-image: url("../img/header/kontakt.jpg");
}

.header.hardware {
  background-image: url("../img/header/solutions.jpg");
}

.header.sitenotice {
  background-image: url("../img/header/impressum.jpg");
}

.header.pos-7 {
  background-image: url("../img/header/pos-7.jpg");
}

.header.pos-touch-15-II-wide {
  background-image: url("../img/header/pos-touch-15-II-wide.jpg");
}

.header.pos-7-mini {
  background-image: url("../img/header/pos-touch-12-II.jpg");
}

.header.pos-touch-14-wide {
  background-image: url("../img/header/pos-touch-14-wide.jpg");
}

.header.ci-10 {
  background-image: url("../img/header/pos-touch-14-wide.jpg");
}

.header.pos-touch-15-II {
  background-image: url("../img/header/pos-touch-15-II.jpg");
}

.header.remote {
  background-image: url("../img/header/remote.jpg");
}

.header.mobile-app {
  background-image: url("../img/header/mobile-app.jpg");
}

.header.mobile-pro-III {
  background-image: url("../img/header/mobile-pro-III.jpg");
}

.header.kundendisplay-c11 {
  background-image: url("../img/header/mobile-app.jpg");
}

.header.kundendisplay-c100 {
  background-image: url("../img/header/kundendisplay-c100.jpg");
}

.header.kundendisplay-c56 {
  background-image: url("../img/header/kundendisplay-c56.jpg");
}

.header.kundendisplay-c75 {
  background-image: url("../img/header/kundendisplay-c75.jpg");
}

.header.payment-terminals {
  background-image: url("../img/header/payment-terminals.jpg");
}

.header.reporting-app {
  background-image: url("../img/header/reporting-app.jpg");
}

.header.software {
  background-image: url("../img/header/software.jpg");
}

.header.solutions {
  background-image: url("../img/header/solutions.jpg");
}

.header.vectron-journal-tool {
  background-image: url("../img/header/journal-tool.jpg");
}

.header.vectron-commander {
  background-image: url("../img/header/vectron-commander.jpg");
}

.header.vectron-pos-pc {
  background-image: url("../img/header/vectron-pos-pc.jpg");
}

.header.waegeplattform-sc50 {
  background-image: url("../img/header/waegeplattform-sc50.jpg");
}
